]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: describe new support for command \sideset
[features.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 % enables calculation of values
67 \usepackage{calc}
68
69 % für Mehrfachzeilen, benutzt in Kap. 24.7
70 \usepackage{multicol}
71
72 % benutzt in Kap. 19.4
73 \usepackage{remreset}
74
75 % für das Fourier-Transformationssymbol
76 \usepackage{mathrsfs}
77
78 % Farbdefinition aus Kap. 9.3
79 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
80
81 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
82 \DeclareMathOperator*{\Raute}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % Beispielbefehle aus Kap. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % Beispielmakro aus Kap. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95 % Makro aus Kap. 10.2
96 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
97 \def\mathclap {\mathpalette \mathclapinternal}
98 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
99
100 % Damit der Index einen anderen Namen erhält.
101 \addto\captionsngerman
102 {\renewcommand{\indexname}
103 {Stichwort- und Befehlsverzeichnis}}
104
105 % ------------------------------------
106 % used to check for needed LaTeX packages
107 \usepackage{ifthen}
108
109 % testen ob das Paket undertilde installiert ist
110 % wird benutzt für den Befehl \utilde
111 \newboolean{undertilde}
112 \IfFileExists{undertilde.sty}
113  {\usepackage{undertilde}
114   \setboolean{undertilde}{true}}
115  {\setboolean{undertilde}{false}}
116
117 % testen ob das Paket eurosym installiert ist
118 % wird benutzt für das Euro-Symbol
119 \newboolean{eurosym}
120 \IfFileExists{eurosym.sty}
121  {\usepackage[gennarrow]{eurosym}
122   \setboolean{eurosym}{true}}
123  {\setboolean{eurosym}{false}}
124
125 % testen ob Paket braket installiert ist
126 % benötigt für physikalische Vektoren
127 \newboolean{braket}
128 \IfFileExists{braket.sty}
129  {\usepackage{braket}
130   \setboolean{braket}{true}}
131  {\setboolean{braket}{false}}
132
133 % testen ob Paket cancel installiert ist
134 \newboolean{cancel}
135 \IfFileExists{cancel.sty}
136  {\usepackage{cancel}
137   \setboolean{cancel}{true}}
138  {\setboolean{cancel}{false}}
139
140 % testen ob Paket upgreek installiert ist
141 \newboolean{upgreek}
142 \IfFileExists{upgreek.sty}
143  {\usepackage{upgreek}
144   \setboolean{upgreek}{true}}
145  {\setboolean{upgreek}{false}}
146
147 % benötigt für Kommas in Formeln, siehe Kap. 22.3
148 \IfFileExists{icomma.sty}
149  {\usepackage{icomma}}{}
150 \end_preamble
151 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
152 \use_default_options false
153 \maintain_unincluded_children false
154 \language ngerman
155 \language_package default
156 \inputencoding auto
157 \fontencoding global
158 \font_roman default
159 \font_sans default
160 \font_typewriter default
161 \font_math auto
162 \font_default_family default
163 \use_non_tex_fonts false
164 \font_sc false
165 \font_osf false
166 \font_sf_scale 100
167 \font_tt_scale 100
168 \graphics default
169 \default_output_format default
170 \output_sync 0
171 \bibtex_command default
172 \index_command default
173 \paperfontsize 12
174 \spacing single
175 \use_hyperref true
176 \pdf_title "LyXs Mathehandbuch"
177 \pdf_author "LyX Team, Uwe Stöhr"
178 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
179 \pdf_keywords "LyX, Mathed"
180 \pdf_bookmarks true
181 \pdf_bookmarksnumbered true
182 \pdf_bookmarksopen true
183 \pdf_bookmarksopenlevel 1
184 \pdf_breaklinks false
185 \pdf_pdfborder false
186 \pdf_colorlinks true
187 \pdf_backref false
188 \pdf_pdfusetitle false
189 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
190 \papersize a4paper
191 \use_geometry false
192 \use_package amsmath 2
193 \use_package amssymb 2
194 \use_package cancel 0
195 \use_package esint 1
196 \use_package mathdots 1
197 \use_package mathtools 0
198 \use_package mhchem 1
199 \use_package stackrel 0
200 \use_package stmaryrd 0
201 \use_package undertilde 0
202 \cite_engine basic
203 \cite_engine_type default
204 \biblio_style plain
205 \use_bibtopic false
206 \use_indices false
207 \paperorientation portrait
208 \suppress_date false
209 \justification true
210 \use_refstyle 0
211 \notefontcolor #0000ff
212 \index Stichwortverzeichnis
213 \shortcut idx
214 \color #008000
215 \end_index
216 \secnumdepth 4
217 \tocdepth 3
218 \paragraph_separation skip
219 \defskip medskip
220 \quotes_language german
221 \papercolumns 1
222 \papersides 2
223 \paperpagestyle plain
224 \bullet 1 0 6 -1
225 \bullet 2 2 35 -1
226 \bullet 3 2 7 -1
227 \tracking_changes false
228 \output_changes false
229 \html_math_output 0
230 \html_css_as_file 0
231 \html_be_strict false
232 \end_header
233
234 \begin_body
235
236 \begin_layout Title
237 LyXs detailliertes Mathe Handbuch
238 \end_layout
239
240 \begin_layout Author
241 vom LyX Team
242 \begin_inset Foot
243 status collapsed
244
245 \begin_layout Plain Layout
246 \noindent
247 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
248 ons-Liste: 
249 \family typewriter
250
251 \begin_inset CommandInset href
252 LatexCommand href
253 name "lyx-docs@lists.lyx.org"
254 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
255
256 \end_inset
257
258
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Note Note
265 status collapsed
266
267 \begin_layout Plain Layout
268 Verfasser: Uwe Stöhr
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \family sans
283 Version 2.1.x
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset CommandInset toc
288 LatexCommand tableofcontents
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset Note Note
297 status open
298
299 \begin_layout Plain Layout
300 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
301  
302 \series bold
303 braket, cancel, eurosym, mathdots, mhchem, undertilde
304 \series default
305  und 
306 \series bold
307 was
308 \series default
309  installiert sein.
310  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
311  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
312  nicht im Ausdruck.
313  Eine Ausnahme ist 
314 \series bold
315 mhchem
316 \series default
317 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
318 \end_layout
319
320 \begin_layout Plain Layout
321 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
322 \begin_inset Newline newline
323 \end_inset
324
325
326 \series bold
327 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
328 \end_layout
329
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Standard
336 \begin_inset Newpage newpage
337 \end_inset
338
339
340 \end_layout
341
342 \begin_layout Section
343 Einleitung
344 \end_layout
345
346 \begin_layout Standard
347 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
348  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
349  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
350 tten.
351  Das setzt voraus, dass bereits das Kapitel 
352 \family typewriter
353 Mathematische
354 \family default
355  
356 \family typewriter
357 Formeln
358 \family default
359  des Benutzerhandbuchs gelesen worden ist.
360 \end_layout
361
362 \begin_layout Standard
363 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
364 \family sans
365 Einfügen
366 \series bold
367 \SpecialChar \menuseparator
368
369 \series default
370 Mathe
371 \family default
372  oder die 
373 \family sans
374 Mathe-Werkzeugleiste
375 \family default
376  aufrufbar.
377  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
378  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
379  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
380  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
381 \end_layout
382
383 \begin_layout Standard
384 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
385  LyX verfügbar.
386  Um alle Befehle nutzen zu können, muss die Option 
387 \family sans
388 AMS-Mathe-Paket verwenden
389 \family default
390  im Menü 
391 \family sans
392 Dokument\SpecialChar \menuseparator
393 Einstellungen\SpecialChar \menuseparator
394 Mathe Optionen
395 \family default
396  aktiviert sein.
397 \begin_inset Foot
398 status collapsed
399
400 \begin_layout Plain Layout
401 Die 
402 \family sans
403 Option
404 \family default
405  
406 \family sans
407 AMS-Mathe-Paket automatisch verwenden
408 \family default
409  verwendet 
410 \begin_inset ERT
411 status collapsed
412
413 \begin_layout Plain Layout
414
415
416 \backslash
417 AmS 
418 \end_layout
419
420 \end_inset
421
422 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
423  LyX unterstützt.
424 \end_layout
425
426 \end_inset
427
428
429 \end_layout
430
431 \begin_layout Standard
432 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
433 listung
434  aller 
435 \begin_inset ERT
436 status collapsed
437
438 \begin_layout Plain Layout
439
440
441 \backslash
442 AmS 
443 \end_layout
444
445 \end_inset
446
447 -Mathe Befehle
448 \begin_inset Foot
449 status collapsed
450
451 \begin_layout Plain Layout
452 Eine Liste mit allen 
453 \begin_inset ERT
454 status collapsed
455
456 \begin_layout Plain Layout
457
458
459 \backslash
460 AmS
461 \end_layout
462
463 \end_inset
464
465 -Mathe Befehlen findet sich in der Datei 
466 \family sans
467
468 \begin_inset CommandInset href
469 LatexCommand href
470 name "amsguide.ps"
471 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
472
473 \end_inset
474
475
476 \family default
477 , die Teil jeder LaTeX-Standardinstallation ist.
478 \end_layout
479
480 \end_inset
481
482  verzichtet.
483 \end_layout
484
485 \begin_layout Section
486 Allgemeine Hinweise
487 \end_layout
488
489 \begin_layout Standard
490 Um eine in einer Textzeile eingebettete Formel
491 \begin_inset Index idx
492 status collapsed
493
494 \begin_layout Plain Layout
495 Formel ! eingebettete
496 \end_layout
497
498 \end_inset
499
500  zu erstellen, drückt man 
501 \family sans
502 Strg+M
503 \family default
504  oder den Werkzeugleistenknopf 
505 \begin_inset Graphics
506         filename ../../images/math-mode.png
507         scale 85
508
509 \end_inset
510
511 .
512 \begin_inset Newline newline
513 \end_inset
514
515 Um eine abgesetzte Formel
516 \begin_inset Index idx
517 status collapsed
518
519 \begin_layout Plain Layout
520 Formel ! abgesetzte
521 \end_layout
522
523 \end_inset
524
525  zu erstellen, drückt man 
526 \family sans
527 Strg+Shift+M
528 \family default
529 .
530 \end_layout
531
532 \begin_layout Standard
533 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
534  Cursor in die Formel und drückt 
535 \family sans
536 Strg+Shift+M
537 \family default
538  oder benutzt das Menü 
539 \family sans
540 Bearbeiten\SpecialChar \menuseparator
541 Mathe\SpecialChar \menuseparator
542
543 \begin_inset Newline linebreak
544 \end_inset
545
546 Formelart ändern
547 \family default
548 .
549  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
550  umwandeln.
551 \end_layout
552
553 \begin_layout Standard
554 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
555  gibt man in die Formel den Befehl 
556 \series bold
557
558 \backslash
559 displaystyle
560 \series default
561
562 \begin_inset Index idx
563 status collapsed
564
565 \begin_layout Plain Layout
566 Befehle ! D ! 
567 \backslash
568 displaystyle
569 \end_layout
570
571 \end_inset
572
573  ein.
574  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
575  wird.
576 \end_layout
577
578 \begin_layout Standard
579 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
580 \end_layout
581
582 \begin_layout Standard
583 Die 
584 \family sans
585 Mathe-Werkzeugleiste
586 \family default
587  kann über das Menü 
588 \family sans
589 Ansicht\SpecialChar \menuseparator
590 Werkzeugleisten
591 \family default
592  eingeblendet werden.
593  Wenn dort auf 
594 \begin_inset Quotes eld
595 \end_inset
596
597 Mathe
598 \begin_inset Quotes erd
599 \end_inset
600
601  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
602  diese Einstellung wird durch ein Häkchen im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  angezeigt.
607  Wenn nun im Menü 
608 \family sans
609 Werkzeugleisten
610 \family default
611  nochmal auf 
612 \begin_inset Quotes eld
613 \end_inset
614
615 Mathe
616 \begin_inset Quotes erd
617 \end_inset
618
619  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
620  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
621  des Menüeintrags von 
622 \begin_inset Quotes eld
623 \end_inset
624
625 Mathe
626 \begin_inset Quotes erd
627 \end_inset
628
629  zu 
630 \begin_inset Quotes eld
631 \end_inset
632
633 Mathe
634 \begin_inset space ~
635 \end_inset
636
637 (automatisch)
638 \begin_inset Quotes erd
639 \end_inset
640
641  angezeigt.
642 \end_layout
643
644 \begin_layout Standard
645 In den TeX-Modus
646 \begin_inset Index idx
647 status collapsed
648
649 \begin_layout Plain Layout
650 T@TeX-Modus
651 \end_layout
652
653 \end_inset
654
655  gelangt man über den Werkzeugleistenknopf 
656 \begin_inset Graphics
657         filename ../../images/ert-insert.png
658         scale 85
659
660 \end_inset
661
662  oder das Menü 
663 \family sans
664 Einfügen\SpecialChar \menuseparator
665 Te
666 \begin_inset ERT
667 status collapsed
668
669 \begin_layout Plain Layout
670
671 {}
672 \end_layout
673
674 \end_inset
675
676 X
677 \begin_inset space ~
678 \end_inset
679
680 Code
681 \family default
682  (Tastenkürzel 
683 \family sans
684 Strg+L
685 \family default
686 ).
687 \begin_inset Note Note
688 status collapsed
689
690 \begin_layout Plain Layout
691 In LyX gibt es drei 
692 \begin_inset Quotes gld
693 \end_inset
694
695 Eigennamen
696 \begin_inset Quotes grd
697 \end_inset
698
699 , die im Ausdruck mit hoch bzw.
700 \begin_inset space \space{}
701 \end_inset
702
703 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
704 \end_layout
705
706 \begin_layout Plain Layout
707 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
708  man ein TeX-Klammerpaar ein.
709 \end_layout
710
711 \end_inset
712
713
714 \end_layout
715
716 \begin_layout Standard
717 In den LaTeX-Vorspann
718 \begin_inset Index idx
719 status collapsed
720
721 \begin_layout Plain Layout
722 L@LaTeX-Vorspann
723 \end_layout
724
725 \end_inset
726
727  gelangt man über das Menü 
728 \family sans
729 Dokument\SpecialChar \menuseparator
730 Einstellungen\SpecialChar \menuseparator
731 LaT
732 \begin_inset ERT
733 status collapsed
734
735 \begin_layout Plain Layout
736
737 {}
738 \end_layout
739
740 \end_inset
741
742 eX-Vorspann
743 \family default
744 .
745 \end_layout
746
747 \begin_layout Standard
748 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
749 en Formeln kann man die Menüs 
750 \family sans
751 Bearbeiten\SpecialChar \menuseparator
752 Mathe
753 \family default
754  und 
755 \family sans
756 Bearbeiten\SpecialChar \menuseparator
757 Zeilen
758 \begin_inset space \thinspace{}
759 \end_inset
760
761 &
762 \begin_inset space \thinspace{}
763 \end_inset
764
765 Spalten
766 \family default
767  oder die 
768 \family sans
769 Tabellen-Werkzeugleiste
770 \family default
771  verwenden.
772  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
773  die Spalte bzw.
774 \begin_inset space \space{}
775 \end_inset
776
777 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
778  bzw.
779 \begin_inset space \space{}
780 \end_inset
781
782 darunter liegenden Zeile vertauscht.
783  Befindet sich der Cursor in der letzten Spalte bzw.
784 \begin_inset space \space{}
785 \end_inset
786
787 Zeile, wird mit der links daneben stehenden Spalte bzw.
788 \begin_inset space \space{}
789 \end_inset
790
791 darüber liegenden Zeile vertauscht.
792 \end_layout
793
794 \begin_layout Standard
795 Zum Schreiben von Text in einer Formel
796 \begin_inset Foot
797 status collapsed
798
799 \begin_layout Plain Layout
800 Bei mehrzeiligen Formeln wird der Befehl 
801 \series bold
802
803 \backslash
804 intertext
805 \series default
806  verwendet, siehe 
807 \begin_inset CommandInset ref
808 LatexCommand ref
809 reference "sub:Text-in-mehrzeiligen"
810
811 \end_inset
812
813 .
814 \end_layout
815
816 \end_inset
817
818  verwendet man den 
819 \emph on
820 mathematischen Textmodus
821 \emph default
822
823 \begin_inset Index idx
824 status collapsed
825
826 \begin_layout Plain Layout
827 Text ! in Formeln
828 \end_layout
829
830 \end_inset
831
832
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Mathematischer Textmodus
838 \end_layout
839
840 \end_inset
841
842 , in den man mit dem Tastenkürzel 
843 \family sans
844 Alt+M
845 \begin_inset space ~
846 \end_inset
847
848 M
849 \family default
850  oder durch Eingabe des Befehls 
851 \series bold
852
853 \backslash
854 text
855 \begin_inset Index idx
856 status collapsed
857
858 \begin_layout Plain Layout
859 Befehle ! T ! 
860 \backslash
861 text
862 \end_layout
863
864 \end_inset
865
866
867 \series default
868  gelangt.
869  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
870  Formel unterscheiden.
871  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
872  anderen Zeichen einer Formel nicht kursiv.
873 \end_layout
874
875 \begin_layout Subsection*
876 Befehlsschema
877 \end_layout
878
879 \begin_layout Standard
880 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
881  Schema:
882 \end_layout
883
884 \begin_layout Standard
885
886 \series bold
887
888 \backslash
889 Befehlsname[optionales
890 \series default
891  
892 \series bold
893 Argument]{anzugebendes
894 \series default
895  
896 \series bold
897 Argument}
898 \end_layout
899
900 \begin_layout Standard
901 Ein Befehl muss immer mit einem Backslash 
902 \begin_inset Quotes gld
903 \end_inset
904
905
906 \series bold
907
908 \backslash
909
910 \series default
911
912 \begin_inset Quotes grd
913 \end_inset
914
915  beginnen.
916  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
917  eckigen Klammern weggelassen werden.
918  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
919 \begin_inset Index idx
920 status collapsed
921
922 \begin_layout Plain Layout
923 T@TeX-Klammern
924 \end_layout
925
926 \end_inset
927
928  bezeichnet.
929  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
930  an, erzeugt LyX automatisch eine TeX-Klammer.
931  Ansonsten werden sie in Formeln mit dem Befehl 
932 \series bold
933
934 \backslash
935 {
936 \series default
937  erzeugt.
938  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
939  Klammern, die blau erscheinen.
940  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
941  TeX-Klammern erscheinen nicht im Ausdruck.
942 \end_layout
943
944 \begin_layout Standard
945 Werden Befehle ohne Argumente, wie z.
946 \begin_inset space \thinspace{}
947 \end_inset
948
949 B.
950  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
951 \emph on
952 immer
953 \emph default
954  ein Leerzeichen folgen um ihn zu beenden.
955  Dieses Leerzeichen erscheint nicht im Ausdruck.
956  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
957  normalen Text ein geschütztes Leerzeichen folgen.
958 \end_layout
959
960 \begin_layout Standard
961 Ein geschütztes Leerzeichen gibt man mit 
962 \family sans
963 Strg+Leertaste
964 \family default
965  ein.
966 \end_layout
967
968 \begin_layout Subsection*
969 Zeichenerklärung
970 \end_layout
971
972 \begin_layout Itemize
973 Das Symbol 
974 \begin_inset space \textvisiblespace{}
975 \end_inset
976
977  steht für ein einzugebendes Leerzeichen.
978 \end_layout
979
980 \begin_layout Itemize
981 Ein Pfeil wie z.
982 \begin_inset space \thinspace{}
983 \end_inset
984
985 B.
986  
987 \begin_inset Formula $\to$
988 \end_inset
989
990  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
991  Die 
992 \family sans
993 Tabulator
994 \family default
995 -Taste kann oft anstelle von 
996 \begin_inset Formula $\to$
997 \end_inset
998
999  und 
1000 \begin_inset Formula $\downarrow$
1001 \end_inset
1002
1003  benutzt werden und 
1004 \family sans
1005 Umschalt+Tabulator
1006 \family default
1007  anstelle von 
1008 \begin_inset Formula $\leftarrow$
1009 \end_inset
1010
1011  und 
1012 \begin_inset Formula $\uparrow$
1013 \end_inset
1014
1015 .
1016 \end_layout
1017
1018 \begin_layout Subsection*
1019 Verfügbare Einheiten
1020 \end_layout
1021
1022 \begin_layout Standard
1023 \align center
1024 \begin_inset Float table
1025 placement H
1026 wide false
1027 sideways false
1028 status open
1029
1030 \begin_layout Plain Layout
1031 \align center
1032 \begin_inset Caption Standard
1033
1034 \begin_layout Plain Layout
1035 \begin_inset CommandInset label
1036 LatexCommand label
1037 name "tab:Verfügbare-Einheiten"
1038
1039 \end_inset
1040
1041 Verfügbare Einheiten
1042 \end_layout
1043
1044 \end_inset
1045
1046
1047 \end_layout
1048
1049 \begin_layout Plain Layout
1050 \align center
1051 \begin_inset Tabular
1052 <lyxtabular version="3" rows="13" columns="2">
1053 <features rotate="0" tabularvalignment="middle">
1054 <column alignment="center" valignment="top">
1055 <column alignment="center" valignment="top">
1056 <row>
1057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1058 \begin_inset Text
1059
1060 \begin_layout Plain Layout
1061 Einheit
1062 \end_layout
1063
1064 \end_inset
1065 </cell>
1066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1067 \begin_inset Text
1068
1069 \begin_layout Plain Layout
1070 Name / Beschreibung
1071 \end_layout
1072
1073 \end_inset
1074 </cell>
1075 </row>
1076 <row>
1077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1078 \begin_inset Text
1079
1080 \begin_layout Plain Layout
1081 mm
1082 \end_layout
1083
1084 \end_inset
1085 </cell>
1086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1087 \begin_inset Text
1088
1089 \begin_layout Plain Layout
1090 Millimeter
1091 \end_layout
1092
1093 \end_inset
1094 </cell>
1095 </row>
1096 <row>
1097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1098 \begin_inset Text
1099
1100 \begin_layout Plain Layout
1101 cm
1102 \end_layout
1103
1104 \end_inset
1105 </cell>
1106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1107 \begin_inset Text
1108
1109 \begin_layout Plain Layout
1110 Zentimeter
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 </row>
1116 <row>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 in
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 Inch / Zoll (1
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 in = 2,54
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 cm)
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 </row>
1144 <row>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 pt
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 Punkt (72,27
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pt = 1
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 in)
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 </row>
1172 <row>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 pc
1178 \end_layout
1179
1180 \end_inset
1181 </cell>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 Pica (1
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 pc = 12
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 pt)
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 </row>
1200 <row>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 sp
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 skalierter Punkt(65536
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 sp = 1
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 pt)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 bp
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 großer Punkt (72
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 bp = 1
1247 \begin_inset space \thinspace{}
1248 \end_inset
1249
1250 in)
1251 \end_layout
1252
1253 \end_inset
1254 </cell>
1255 </row>
1256 <row>
1257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1258 \begin_inset Text
1259
1260 \begin_layout Plain Layout
1261 dd
1262 \end_layout
1263
1264 \end_inset
1265 </cell>
1266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1267 \begin_inset Text
1268
1269 \begin_layout Plain Layout
1270 Didot (1
1271 \begin_inset space \thinspace{}
1272 \end_inset
1273
1274 dd 
1275 \begin_inset Formula $\approx$
1276 \end_inset
1277
1278  0,376
1279 \begin_inset space \thinspace{}
1280 \end_inset
1281
1282 mm)
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 cc
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 Cicero (1
1303 \begin_inset space \thinspace{}
1304 \end_inset
1305
1306 cc = 12
1307 \begin_inset space \thinspace{}
1308 \end_inset
1309
1310 dd)
1311 \end_layout
1312
1313 \end_inset
1314 </cell>
1315 </row>
1316 <row>
1317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1318 \begin_inset Text
1319
1320 \begin_layout Plain Layout
1321 ex
1322 \end_layout
1323
1324 \end_inset
1325 </cell>
1326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1327 \begin_inset Text
1328
1329 \begin_layout Plain Layout
1330 Höhe des Buchstabens 
1331 \emph on
1332 x
1333 \emph default
1334  in der aktuellen Schrift
1335 \end_layout
1336
1337 \end_inset
1338 </cell>
1339 </row>
1340 <row>
1341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1342 \begin_inset Text
1343
1344 \begin_layout Plain Layout
1345 em
1346 \end_layout
1347
1348 \end_inset
1349 </cell>
1350 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1351 \begin_inset Text
1352
1353 \begin_layout Plain Layout
1354 Breite des Buchstabens 
1355 \emph on
1356 M
1357 \emph default
1358  in der aktuellen Schrift
1359 \end_layout
1360
1361 \end_inset
1362 </cell>
1363 </row>
1364 <row>
1365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1366 \begin_inset Text
1367
1368 \begin_layout Plain Layout
1369 mu
1370 \end_layout
1371
1372 \end_inset
1373 </cell>
1374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1375 \begin_inset Text
1376
1377 \begin_layout Plain Layout
1378 Mathe-Einheit (1
1379 \begin_inset space \thinspace{}
1380 \end_inset
1381
1382 mu = 
1383 \begin_inset Formula $\nicefrac{1}{18}$
1384 \end_inset
1385
1386
1387 \begin_inset space \thinspace{}
1388 \end_inset
1389
1390 em)
1391 \end_layout
1392
1393 \end_inset
1394 </cell>
1395 </row>
1396 </lyxtabular>
1397
1398 \end_inset
1399
1400
1401 \end_layout
1402
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \begin_layout Standard
1409 \begin_inset Newpage newpage
1410 \end_inset
1411
1412
1413 \end_layout
1414
1415 \begin_layout Section
1416 Grundlegende Funktionen
1417 \end_layout
1418
1419 \begin_layout Subsection
1420 Exponenten
1421 \begin_inset Index idx
1422 status collapsed
1423
1424 \begin_layout Plain Layout
1425 Exponenten
1426 \end_layout
1427
1428 \end_inset
1429
1430  und Indizes
1431 \begin_inset Index idx
1432 status collapsed
1433
1434 \begin_layout Plain Layout
1435 Indizes
1436 \end_layout
1437
1438 \end_inset
1439
1440
1441 \begin_inset Index idx
1442 status collapsed
1443
1444 \begin_layout Plain Layout
1445 Hochstellen|see
1446 \begin_inset ERT
1447 status collapsed
1448
1449 \begin_layout Plain Layout
1450
1451 {
1452 \end_layout
1453
1454 \end_inset
1455
1456 Exponenten
1457 \begin_inset ERT
1458 status collapsed
1459
1460 \begin_layout Plain Layout
1461
1462 }
1463 \end_layout
1464
1465 \end_inset
1466
1467
1468 \end_layout
1469
1470 \end_inset
1471
1472
1473 \begin_inset Index idx
1474 status collapsed
1475
1476 \begin_layout Plain Layout
1477 Tiefstellen|see
1478 \begin_inset ERT
1479 status collapsed
1480
1481 \begin_layout Plain Layout
1482
1483 {
1484 \end_layout
1485
1486 \end_inset
1487
1488 Indizes
1489 \begin_inset ERT
1490 status collapsed
1491
1492 \begin_layout Plain Layout
1493
1494 }
1495 \end_layout
1496
1497 \end_inset
1498
1499
1500 \end_layout
1501
1502 \end_inset
1503
1504
1505 \end_layout
1506
1507 \begin_layout Standard
1508 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1509  
1510 \begin_inset Graphics
1511         filename ../../images/math-subscript.png
1512         scale 85
1513
1514 \end_inset
1515
1516 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1517  
1518 \begin_inset Graphics
1519         filename ../../images/math-superscript.png
1520         scale 85
1521
1522 \end_inset
1523
1524  erzeugt.
1525 \end_layout
1526
1527 \begin_layout Standard
1528 \align center
1529 \begin_inset Tabular
1530 <lyxtabular version="3" rows="4" columns="2">
1531 <features rotate="0" tabularvalignment="middle">
1532 <column alignment="center" valignment="top" width="0pt">
1533 <column alignment="center" valignment="top" width="0pt">
1534 <row>
1535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1536 \begin_inset Text
1537
1538 \begin_layout Plain Layout
1539 Befehl
1540 \end_layout
1541
1542 \end_inset
1543 </cell>
1544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1545 \begin_inset Text
1546
1547 \begin_layout Plain Layout
1548 Ergebnis
1549 \begin_inset Note Note
1550 status collapsed
1551
1552 \begin_layout Plain Layout
1553
1554 \series bold
1555
1556 \backslash
1557 raisebox
1558 \series default
1559  dient nur als Abstandhalter.
1560 \end_layout
1561
1562 \end_inset
1563
1564
1565 \end_layout
1566
1567 \end_inset
1568 </cell>
1569 </row>
1570 <row>
1571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1572 \begin_inset Text
1573
1574 \begin_layout Plain Layout
1575 B_V
1576 \end_layout
1577
1578 \end_inset
1579 </cell>
1580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1581 \begin_inset Text
1582
1583 \begin_layout Plain Layout
1584 \begin_inset Formula $B_{V}$
1585 \end_inset
1586
1587
1588 \end_layout
1589
1590 \end_inset
1591 </cell>
1592 </row>
1593 <row>
1594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1595 \begin_inset Text
1596
1597 \begin_layout Plain Layout
1598 B^V
1599 \end_layout
1600
1601 \end_inset
1602 </cell>
1603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1604 \begin_inset Text
1605
1606 \begin_layout Plain Layout
1607 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1608 \end_inset
1609
1610
1611 \end_layout
1612
1613 \end_inset
1614 </cell>
1615 </row>
1616 <row>
1617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1618 \begin_inset Text
1619
1620 \begin_layout Plain Layout
1621 B^
1622 \begin_inset space \textvisiblespace{}
1623 \end_inset
1624
1625 A
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1631 \begin_inset Text
1632
1633 \begin_layout Plain Layout
1634 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1635 \end_inset
1636
1637
1638 \end_layout
1639
1640 \end_inset
1641 </cell>
1642 </row>
1643 </lyxtabular>
1644
1645 \end_inset
1646
1647
1648 \end_layout
1649
1650 \begin_layout Standard
1651 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1652 llt
1653 \begin_inset Foot
1654 status collapsed
1655
1656 \begin_layout Plain Layout
1657 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1658 \end_layout
1659
1660 \end_inset
1661
1662 .
1663  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1664  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1665 \end_layout
1666
1667 \begin_layout Subsection
1668 Brüche
1669 \begin_inset CommandInset label
1670 LatexCommand label
1671 name "sub:Brüche"
1672
1673 \end_inset
1674
1675
1676 \begin_inset Index idx
1677 status collapsed
1678
1679 \begin_layout Plain Layout
1680 Brüche
1681 \end_layout
1682
1683 \end_inset
1684
1685
1686 \end_layout
1687
1688 \begin_layout Standard
1689 Brüche werden mit dem Befehl 
1690 \series bold
1691
1692 \backslash
1693 frac
1694 \series default
1695
1696 \begin_inset Index idx
1697 status collapsed
1698
1699 \begin_layout Plain Layout
1700 Befehle ! F ! 
1701 \backslash
1702 frac
1703 \end_layout
1704
1705 \end_inset
1706
1707  oder mit dem Mathe-Werkzeugleistenknopf 
1708 \begin_inset Graphics
1709         filename ../../images/math/frac.png
1710         scale 50
1711
1712 \end_inset
1713
1714  erstellt.
1715  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1716  in einer eingebetteten oder abgesetzten Formel befindet.
1717  Mit dem Mathe-Werkzeugleistenknopf 
1718 \begin_inset Graphics
1719         filename ../../images/math/frac-square.png
1720         scale 85
1721
1722 \end_inset
1723
1724  können verschieden Bruchtypen gewählt werden.
1725 \end_layout
1726
1727 \begin_layout Standard
1728 Mit dem Befehl 
1729 \series bold
1730
1731 \backslash
1732 dfrac
1733 \series default
1734
1735 \begin_inset Index idx
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 Befehle ! D ! 
1740 \backslash
1741 dfrac
1742 \end_layout
1743
1744 \end_inset
1745
1746  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1747  Formel erscheint.
1748  Mit 
1749 \series bold
1750
1751 \backslash
1752 tfrac
1753 \series default
1754
1755 \begin_inset Index idx
1756 status collapsed
1757
1758 \begin_layout Plain Layout
1759 Befehle ! T ! 
1760 \backslash
1761 tfrac
1762 \end_layout
1763
1764 \end_inset
1765
1766  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1767  Ein Beispiel:
1768 \end_layout
1769
1770 \begin_layout Standard
1771 Eine Zeile mit dem Bruch 
1772 \begin_inset Formula $\frac{1}{2}$
1773 \end_inset
1774
1775 , der mit dem Befehl 
1776 \series bold
1777
1778 \backslash
1779 frac
1780 \series default
1781  erstellt wurde.
1782 \end_layout
1783
1784 \begin_layout Standard
1785 Eine Zeile mit dem Bruch 
1786 \begin_inset Formula $\dfrac{1}{2}$
1787 \end_inset
1788
1789 , der mit dem Befehl 
1790 \series bold
1791
1792 \backslash
1793 dfrac
1794 \series default
1795  erstellt wurde.
1796 \end_layout
1797
1798 \begin_layout Standard
1799 \align center
1800 \begin_inset Tabular
1801 <lyxtabular version="3" rows="4" columns="2">
1802 <features rotate="0" tabularvalignment="middle">
1803 <column alignment="center" valignment="top" width="0pt">
1804 <column alignment="center" valignment="top" width="0pt">
1805 <row>
1806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1807 \begin_inset Text
1808
1809 \begin_layout Plain Layout
1810 Befehl
1811 \end_layout
1812
1813 \end_inset
1814 </cell>
1815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1816 \begin_inset Text
1817
1818 \begin_layout Plain Layout
1819 Ergebnis
1820 \begin_inset Note Note
1821 status collapsed
1822
1823 \begin_layout Plain Layout
1824
1825 \series bold
1826
1827 \backslash
1828 raisebox
1829 \series default
1830  dient nur als Abstandhalter.
1831 \end_layout
1832
1833 \end_inset
1834
1835
1836 \end_layout
1837
1838 \end_inset
1839 </cell>
1840 </row>
1841 <row>
1842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1843 \begin_inset Text
1844
1845 \begin_layout Plain Layout
1846
1847 \backslash
1848 frac
1849 \begin_inset space \textvisiblespace{}
1850 \end_inset
1851
1852 A
1853 \begin_inset Formula $\downarrow$
1854 \end_inset
1855
1856 B
1857 \end_layout
1858
1859 \end_inset
1860 </cell>
1861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1862 \begin_inset Text
1863
1864 \begin_layout Plain Layout
1865 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1866 \end_inset
1867
1868
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 </row>
1874 <row>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879
1880 \backslash
1881 dfrac
1882 \begin_inset space \textvisiblespace{}
1883 \end_inset
1884
1885 A
1886 \begin_inset Formula $\downarrow$
1887 \end_inset
1888
1889 B
1890 \end_layout
1891
1892 \end_inset
1893 </cell>
1894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1895 \begin_inset Text
1896
1897 \begin_layout Plain Layout
1898 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1899 \end_inset
1900
1901
1902 \end_layout
1903
1904 \end_inset
1905 </cell>
1906 </row>
1907 <row>
1908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1909 \begin_inset Text
1910
1911 \begin_layout Plain Layout
1912
1913 \backslash
1914 dfrac
1915 \begin_inset space \textvisiblespace{}
1916 \end_inset
1917
1918 e^
1919 \backslash
1920 frac
1921 \begin_inset space \textvisiblespace{}
1922 \end_inset
1923
1924 1
1925 \begin_inset Formula $\downarrow$
1926 \end_inset
1927
1928 2
1929 \begin_inset Formula $\downarrow\downarrow$
1930 \end_inset
1931
1932 3
1933 \end_layout
1934
1935 \end_inset
1936 </cell>
1937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1938 \begin_inset Text
1939
1940 \begin_layout Plain Layout
1941 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1942 \end_inset
1943
1944
1945 \end_layout
1946
1947 \end_inset
1948 </cell>
1949 </row>
1950 </lyxtabular>
1951
1952 \end_inset
1953
1954
1955 \end_layout
1956
1957 \begin_layout Standard
1958 \begin_inset VSpace bigskip
1959 \end_inset
1960
1961
1962 \begin_inset Newpage newpage
1963 \end_inset
1964
1965 Für Mehrfachbrüche gibt es den Befehl 
1966 \series bold
1967
1968 \backslash
1969 cfrac
1970 \series default
1971
1972 \begin_inset Index idx
1973 status collapsed
1974
1975 \begin_layout Plain Layout
1976 Befehle ! C ! 
1977 \backslash
1978 cfrac
1979 \end_layout
1980
1981 \end_inset
1982
1983 .
1984  Dazu ein Beispiel:
1985 \begin_inset VSpace -3mm
1986 \end_inset
1987
1988
1989 \end_layout
1990
1991 \begin_layout Standard
1992 \begin_inset Formula 
1993 \begin{align*}
1994 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1995 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1996 \end{align*}
1997
1998 \end_inset
1999
2000
2001 \end_layout
2002
2003 \begin_layout Standard
2004 Der Befehl für obiges Beispiel lautet:
2005 \end_layout
2006
2007 \begin_layout Standard
2008
2009 \series bold
2010
2011 \backslash
2012 cfrac
2013 \begin_inset space \textvisiblespace{}
2014 \end_inset
2015
2016 A
2017 \begin_inset Formula $\downarrow$
2018 \end_inset
2019
2020 B+
2021 \backslash
2022 cfrac
2023 \begin_inset space \textvisiblespace{}
2024 \end_inset
2025
2026 C+
2027 \backslash
2028 cfrac
2029 \begin_inset space \textvisiblespace{}
2030 \end_inset
2031
2032 E
2033 \begin_inset Formula $\downarrow$
2034 \end_inset
2035
2036 F
2037 \begin_inset Formula $\downarrow$
2038 \end_inset
2039
2040 D
2041 \end_layout
2042
2043 \begin_layout Standard
2044 \begin_inset VSpace medskip
2045 \end_inset
2046
2047
2048 \end_layout
2049
2050 \begin_layout Standard
2051
2052 \series bold
2053
2054 \backslash
2055 cfrac
2056 \series default
2057  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2058  auch wenn er selbst Teil eines Bruches ist.
2059 \end_layout
2060
2061 \begin_layout Standard
2062 Es ist möglich die Ausrichtung des Zählers einzustellen.
2063  Der Befehl 
2064 \series bold
2065
2066 \backslash
2067 cfracleft
2068 \series default
2069  richtet ihn links, der Befehl 
2070 \series bold
2071
2072 \backslash
2073 cfracright
2074 \series default
2075  rechts aus.
2076  
2077 \series bold
2078
2079 \backslash
2080 cfrac
2081 \series default
2082  zentriert den Zähler.
2083  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2084 \end_layout
2085
2086 \begin_layout Standard
2087
2088 \series bold
2089 \begin_inset Formula 
2090 \[
2091 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2092 \]
2093
2094 \end_inset
2095
2096
2097 \end_layout
2098
2099 \begin_layout Standard
2100 \begin_inset Note Greyedout
2101 status open
2102
2103 \begin_layout Plain Layout
2104
2105 \series bold
2106 Achtung:
2107 \series default
2108  
2109 \series bold
2110
2111 \backslash
2112 cfracleft
2113 \series default
2114  und
2115 \series bold
2116  
2117 \backslash
2118 cfracright
2119 \series default
2120  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2121 \series bold
2122
2123 \backslash
2124 cfrac[Ausrichtung]{Zähler}{Nenner}
2125 \series default
2126  dar.
2127  Daher kann man sie nicht im TeX-Code benutzen.
2128 \end_layout
2129
2130 \end_inset
2131
2132
2133 \end_layout
2134
2135 \begin_layout Standard
2136 \begin_inset VSpace medskip
2137 \end_inset
2138
2139 Oftmals ist es am günstigsten 
2140 \series bold
2141
2142 \backslash
2143 cfrac
2144 \series default
2145  und 
2146 \series bold
2147
2148 \backslash
2149 frac
2150 \series default
2151  zu kombinieren:
2152 \begin_inset Formula 
2153 \[
2154 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2155 \]
2156
2157 \end_inset
2158
2159
2160 \end_layout
2161
2162 \begin_layout Standard
2163 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2164 \series bold
2165
2166 \backslash
2167 nicefrac
2168 \series default
2169
2170 \begin_inset Index idx
2171 status collapsed
2172
2173 \begin_layout Plain Layout
2174 Befehle ! N ! 
2175 \backslash
2176 nicefrac
2177 \end_layout
2178
2179 \end_inset
2180
2181
2182 \begin_inset Formula $\nicefrac{5}{31}$
2183 \end_inset
2184
2185  oder 
2186 \series bold
2187
2188 \backslash
2189 unitfrac
2190 \series default
2191
2192 \begin_inset Index idx
2193 status collapsed
2194
2195 \begin_layout Plain Layout
2196 Befehle! U ! 
2197 \backslash
2198 unitfrac
2199 \end_layout
2200
2201 \end_inset
2202
2203
2204 \begin_inset Formula $\unitfrac{5}{31}$
2205 \end_inset
2206
2207  benutzt werden.
2208  Des Weiteren gibt es den Befehl 
2209 \series bold
2210
2211 \backslash
2212 unitfracthree
2213 \series default
2214  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2215 \begin_inset Formula $\unitfrac[2]{1}{3}$
2216 \end_inset
2217
2218
2219 \end_layout
2220
2221 \begin_layout Standard
2222 \begin_inset Note Greyedout
2223 status open
2224
2225 \begin_layout Plain Layout
2226
2227 \series bold
2228 Achtung:
2229 \series default
2230  
2231 \series bold
2232
2233 \backslash
2234 unitfracthree
2235 \series default
2236  ist kein echter LaTeX-Befehl, sondern der Befehl
2237 \begin_inset Newline newline
2238 \end_inset
2239
2240
2241 \series bold
2242
2243 \backslash
2244 unitfrac[Zahl]{Zähler}{Nenner}
2245 \series default
2246  .
2247  Daher kann man ihn nicht im TeX-Code benutzen.
2248 \end_layout
2249
2250 \end_inset
2251
2252
2253 \end_layout
2254
2255 \begin_layout Standard
2256 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2257  in 
2258 \begin_inset CommandInset ref
2259 LatexCommand ref
2260 reference "sub:Selbstdefinierte-Brüche"
2261
2262 \end_inset
2263
2264  erklärt.
2265 \end_layout
2266
2267 \begin_layout Standard
2268 \begin_inset Newpage newpage
2269 \end_inset
2270
2271
2272 \end_layout
2273
2274 \begin_layout Subsection
2275 Wurzeln
2276 \begin_inset Index idx
2277 status collapsed
2278
2279 \begin_layout Plain Layout
2280 Wurzeln
2281 \end_layout
2282
2283 \end_inset
2284
2285
2286 \end_layout
2287
2288 \begin_layout Standard
2289 Quadratwurzeln werden mit 
2290 \series bold
2291
2292 \backslash
2293 sqrt
2294 \series default
2295
2296 \begin_inset Index idx
2297 status collapsed
2298
2299 \begin_layout Plain Layout
2300 Befehle ! S ! 
2301 \backslash
2302 sqrt
2303 \end_layout
2304
2305 \end_inset
2306
2307  oder dem Mathe-Werkzeugleistenknopf 
2308 \begin_inset Graphics
2309         filename ../../images/math/sqrt.png
2310         scale 85
2311
2312 \end_inset
2313
2314  gesetzt, alle anderen Wurzeln mit dem Befehl 
2315 \series bold
2316
2317 \backslash
2318 root
2319 \series default
2320
2321 \begin_inset Index idx
2322 status collapsed
2323
2324 \begin_layout Plain Layout
2325 Befehle ! R ! 
2326 \backslash
2327 root
2328 \end_layout
2329
2330 \end_inset
2331
2332  oder dem Mathe-Werkzeugleistenknopf 
2333 \begin_inset Graphics
2334         filename ../../images/math/root.png
2335         scale 85
2336
2337 \end_inset
2338
2339 .
2340 \end_layout
2341
2342 \begin_layout Standard
2343 \align center
2344 \begin_inset Tabular
2345 <lyxtabular version="3" rows="3" columns="2">
2346 <features rotate="0" tabularvalignment="middle">
2347 <column alignment="center" valignment="top" width="0pt">
2348 <column alignment="center" valignment="top" width="0pt">
2349 <row>
2350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2351 \begin_inset Text
2352
2353 \begin_layout Plain Layout
2354 Befehl
2355 \end_layout
2356
2357 \end_inset
2358 </cell>
2359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2360 \begin_inset Text
2361
2362 \begin_layout Plain Layout
2363 Ergebnis
2364 \begin_inset Note Note
2365 status collapsed
2366
2367 \begin_layout Plain Layout
2368
2369 \series bold
2370
2371 \backslash
2372 raisebox
2373 \series default
2374  dient nur als Abstandhalter.
2375 \end_layout
2376
2377 \end_inset
2378
2379
2380 \end_layout
2381
2382 \end_inset
2383 </cell>
2384 </row>
2385 <row>
2386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2387 \begin_inset Text
2388
2389 \begin_layout Plain Layout
2390
2391 \backslash
2392 sqrt
2393 \begin_inset space \textvisiblespace{}
2394 \end_inset
2395
2396 A-B
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2406 \end_inset
2407
2408
2409 \end_layout
2410
2411 \end_inset
2412 </cell>
2413 </row>
2414 <row>
2415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2416 \begin_inset Text
2417
2418 \begin_layout Plain Layout
2419
2420 \backslash
2421 root
2422 \begin_inset space \textvisiblespace{}
2423 \end_inset
2424
2425 3
2426 \begin_inset Formula $\downarrow$
2427 \end_inset
2428
2429 A-B
2430 \end_layout
2431
2432 \end_inset
2433 </cell>
2434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2435 \begin_inset Text
2436
2437 \begin_layout Plain Layout
2438 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2439 \end_inset
2440
2441
2442 \end_layout
2443
2444 \end_inset
2445 </cell>
2446 </row>
2447 </lyxtabular>
2448
2449 \end_inset
2450
2451
2452 \end_layout
2453
2454 \begin_layout Standard
2455 Eine Quadratwurzel kann man auch mit 
2456 \series bold
2457
2458 \backslash
2459 root
2460 \series default
2461  erstellen, indem man das Feld über der Wurzel frei lässt.
2462 \end_layout
2463
2464 \begin_layout Standard
2465 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2466  Formel: 
2467 \begin_inset Formula $\sqrt[\beta]{B}$
2468 \end_inset
2469
2470
2471 \begin_inset Newline newline
2472 \end_inset
2473
2474 Das 
2475 \begin_inset Formula $\beta$
2476 \end_inset
2477
2478  berührt die Wurzel.
2479  Um dies zu verhindern, verwendet man die Befehle 
2480 \series bold
2481
2482 \backslash
2483 leftroot
2484 \series default
2485
2486 \begin_inset Index idx
2487 status collapsed
2488
2489 \begin_layout Plain Layout
2490 Befehle ! L ! 
2491 \backslash
2492 leftroot
2493 \end_layout
2494
2495 \end_inset
2496
2497  und 
2498 \series bold
2499
2500 \backslash
2501 uproot
2502 \series default
2503
2504 \begin_inset Index idx
2505 status collapsed
2506
2507 \begin_layout Plain Layout
2508 Befehle ! U ! 
2509 \backslash
2510 uproot
2511 \end_layout
2512
2513 \end_inset
2514
2515 , die folgendes Schema besitzen:
2516 \end_layout
2517
2518 \begin_layout Standard
2519
2520 \series bold
2521
2522 \backslash
2523 leftroot{Abstand}
2524 \series default
2525  bzw.
2526 \begin_inset space \space{}
2527 \end_inset
2528
2529
2530 \series bold
2531
2532 \backslash
2533 uproot{Abstand}
2534 \end_layout
2535
2536 \begin_layout Standard
2537 Abstand ist die Anzahl der Big Points (Einheit bp; 
2538 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2539 \end_inset
2540
2541 ), um die der Index nach links bzw.
2542 \begin_inset space \space{}
2543 \end_inset
2544
2545 nach oben verschoben werden soll.
2546  Die Befehle werden in den Index geschrieben.
2547  So ergibt der Befehl
2548 \begin_inset Newline newline
2549 \end_inset
2550
2551
2552 \series bold
2553
2554 \backslash
2555 root
2556 \backslash
2557 leftroot{-1
2558 \begin_inset Formula $\to$
2559 \end_inset
2560
2561
2562 \backslash
2563 uproot{2
2564 \begin_inset Formula $\to$
2565 \end_inset
2566
2567
2568 \backslash
2569 beta
2570 \begin_inset space \textvisiblespace{}
2571 \end_inset
2572
2573
2574 \begin_inset Formula $\to$
2575 \end_inset
2576
2577 B
2578 \begin_inset Newline newline
2579 \end_inset
2580
2581
2582 \series default
2583 eine korrekt gesetzte Formel: 
2584 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Subsection
2591 Binomialkoeffizienten
2592 \begin_inset Index idx
2593 status collapsed
2594
2595 \begin_layout Plain Layout
2596 Binomialkoeffizienten
2597 \end_layout
2598
2599 \end_inset
2600
2601
2602 \end_layout
2603
2604 \begin_layout Standard
2605 Binomialkoeffizienten können mit dem Befehl 
2606 \series bold
2607
2608 \backslash
2609 binom
2610 \series default
2611
2612 \begin_inset Index idx
2613 status collapsed
2614
2615 \begin_layout Plain Layout
2616 Befehle ! B ! 
2617 \backslash
2618 binom
2619 \end_layout
2620
2621 \end_inset
2622
2623  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2624 \begin_inset Graphics
2625         filename ../../images/math/frac-square.png
2626         scale 85
2627
2628 \end_inset
2629
2630 eingefügt werden.
2631  Analog zu Brüchen (
2632 \series bold
2633
2634 \backslash
2635 frac
2636 \series default
2637 ) gibt es außer 
2638 \series bold
2639
2640 \backslash
2641 binom
2642 \series default
2643  noch die Befehle 
2644 \series bold
2645
2646 \backslash
2647 dbinom
2648 \series default
2649
2650 \begin_inset Index idx
2651 status collapsed
2652
2653 \begin_layout Plain Layout
2654 Befehle ! D ! 
2655 \backslash
2656 dbinom
2657 \end_layout
2658
2659 \end_inset
2660
2661  und 
2662 \series bold
2663
2664 \backslash
2665 tbinom
2666 \series default
2667
2668 \begin_inset Index idx
2669 status collapsed
2670
2671 \begin_layout Plain Layout
2672 Befehle ! T ! 
2673 \backslash
2674 tbinom
2675 \end_layout
2676
2677 \end_inset
2678
2679 .
2680  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2681 \series bold
2682
2683 \backslash
2684 brace
2685 \series default
2686
2687 \begin_inset Index idx
2688 status collapsed
2689
2690 \begin_layout Plain Layout
2691 Befehle ! B ! 
2692 \backslash
2693 brace
2694 \end_layout
2695
2696 \end_inset
2697
2698  und 
2699 \series bold
2700
2701 \backslash
2702 brack
2703 \series default
2704
2705 \begin_inset Index idx
2706 status collapsed
2707
2708 \begin_layout Plain Layout
2709 Befehle ! B ! 
2710 \backslash
2711 brack
2712 \end_layout
2713
2714 \end_inset
2715
2716 .
2717 \end_layout
2718
2719 \begin_layout Standard
2720 \align center
2721 \begin_inset Tabular
2722 <lyxtabular version="3" rows="6" columns="2">
2723 <features rotate="0" tabularvalignment="middle">
2724 <column alignment="center" valignment="top" width="0pt">
2725 <column alignment="center" valignment="top" width="0pt">
2726 <row>
2727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2728 \begin_inset Text
2729
2730 \begin_layout Plain Layout
2731 Befehl
2732 \end_layout
2733
2734 \end_inset
2735 </cell>
2736 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2737 \begin_inset Text
2738
2739 \begin_layout Plain Layout
2740 Ergebnis
2741 \begin_inset Note Note
2742 status collapsed
2743
2744 \begin_layout Plain Layout
2745
2746 \series bold
2747
2748 \backslash
2749 raisebox
2750 \series default
2751  dient nur als Abstandhalter.
2752 \end_layout
2753
2754 \end_inset
2755
2756
2757 \end_layout
2758
2759 \end_inset
2760 </cell>
2761 </row>
2762 <row>
2763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2764 \begin_inset Text
2765
2766 \begin_layout Plain Layout
2767
2768 \backslash
2769 binom
2770 \begin_inset space \textvisiblespace{}
2771 \end_inset
2772
2773 A
2774 \begin_inset Formula $\downarrow$
2775 \end_inset
2776
2777 B
2778 \end_layout
2779
2780 \end_inset
2781 </cell>
2782 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2783 \begin_inset Text
2784
2785 \begin_layout Plain Layout
2786 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2787 \end_inset
2788
2789
2790 \end_layout
2791
2792 \end_inset
2793 </cell>
2794 </row>
2795 <row>
2796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2797 \begin_inset Text
2798
2799 \begin_layout Plain Layout
2800
2801 \backslash
2802 dbinom
2803 \begin_inset space \textvisiblespace{}
2804 \end_inset
2805
2806 A
2807 \begin_inset Formula $\downarrow$
2808 \end_inset
2809
2810 B
2811 \end_layout
2812
2813 \end_inset
2814 </cell>
2815 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2816 \begin_inset Text
2817
2818 \begin_layout Plain Layout
2819 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2820 \end_inset
2821
2822
2823 \end_layout
2824
2825 \end_inset
2826 </cell>
2827 </row>
2828 <row>
2829 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2830 \begin_inset Text
2831
2832 \begin_layout Plain Layout
2833
2834 \backslash
2835 tbinom
2836 \begin_inset space \textvisiblespace{}
2837 \end_inset
2838
2839 A
2840 \begin_inset Formula $\downarrow$
2841 \end_inset
2842
2843 B
2844 \end_layout
2845
2846 \end_inset
2847 </cell>
2848 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2849 \begin_inset Text
2850
2851 \begin_layout Plain Layout
2852 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 <row>
2862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866
2867 \backslash
2868 brack
2869 \begin_inset space \textvisiblespace{}
2870 \end_inset
2871
2872 A
2873 \begin_inset Formula $\downarrow$
2874 \end_inset
2875
2876 B
2877 \end_layout
2878
2879 \end_inset
2880 </cell>
2881 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2882 \begin_inset Text
2883
2884 \begin_layout Plain Layout
2885 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2886 \end_inset
2887
2888
2889 \end_layout
2890
2891 \end_inset
2892 </cell>
2893 </row>
2894 <row>
2895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2896 \begin_inset Text
2897
2898 \begin_layout Plain Layout
2899
2900 \backslash
2901 brace
2902 \begin_inset space \textvisiblespace{}
2903 \end_inset
2904
2905 A
2906 \begin_inset Formula $\downarrow$
2907 \end_inset
2908
2909 B
2910 \end_layout
2911
2912 \end_inset
2913 </cell>
2914 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2915 \begin_inset Text
2916
2917 \begin_layout Plain Layout
2918 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2919 \end_inset
2920
2921
2922 \end_layout
2923
2924 \end_inset
2925 </cell>
2926 </row>
2927 </lyxtabular>
2928
2929 \end_inset
2930
2931
2932 \end_layout
2933
2934 \begin_layout Subsection
2935 Fallunterscheidungen
2936 \begin_inset Index idx
2937 status collapsed
2938
2939 \begin_layout Plain Layout
2940 Fallunterscheidungen
2941 \end_layout
2942
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \begin_layout Standard
2949 \align center
2950 \begin_inset Tabular
2951 <lyxtabular version="3" rows="3" columns="2">
2952 <features rotate="0" tabularvalignment="middle">
2953 <column alignment="center" valignment="top" width="0pt">
2954 <column alignment="center" valignment="top" width="0pt">
2955 <row>
2956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2957 \begin_inset Text
2958
2959 \begin_layout Plain Layout
2960 Befehl
2961 \end_layout
2962
2963 \end_inset
2964 </cell>
2965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969 Ergebnis
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 </row>
2975 <row>
2976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2977 \begin_inset Text
2978
2979 \begin_layout Plain Layout
2980
2981 \backslash
2982 cases
2983 \begin_inset space \textvisiblespace{}
2984 \end_inset
2985
2986 A
2987 \begin_inset Formula $\to$
2988 \end_inset
2989
2990 B>0
2991 \begin_inset Index idx
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995 Befehle ! C ! 
2996 \backslash
2997 cases
2998 \end_layout
2999
3000 \end_inset
3001
3002
3003 \end_layout
3004
3005 \end_inset
3006 </cell>
3007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3008 \begin_inset Text
3009
3010 \begin_layout Plain Layout
3011 \begin_inset Formula $\begin{cases}
3012 A & B>0\end{cases}$
3013 \end_inset
3014
3015
3016 \end_layout
3017
3018 \end_inset
3019 </cell>
3020 </row>
3021 <row>
3022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026
3027 \backslash
3028 cases
3029 \begin_inset space \textvisiblespace{}
3030 \end_inset
3031
3032 Strg+Enter
3033 \end_layout
3034
3035 \end_inset
3036 </cell>
3037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3038 \begin_inset Text
3039
3040 \begin_layout Plain Layout
3041 \begin_inset Formula $\begin{cases}
3042 A & \textrm{für }x>0\\
3043 B & \textrm{für }x=0
3044 \end{cases}$
3045 \end_inset
3046
3047
3048 \end_layout
3049
3050 \end_inset
3051 </cell>
3052 </row>
3053 </lyxtabular>
3054
3055 \end_inset
3056
3057
3058 \end_layout
3059
3060 \begin_layout Standard
3061 Nach der Eingabe von 
3062 \series bold
3063
3064 \backslash
3065 cases
3066 \series default
3067  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3068 \begin_inset Graphics
3069         filename ../../images/math/cases.png
3070         scale 85
3071
3072 \end_inset
3073
3074  können mit 
3075 \family sans
3076 Strg+Enter
3077 \family default
3078  oder dem Tabellen-Werkzeugleistenknopf 
3079 \begin_inset Graphics
3080         filename ../../images/tabular-feature_append-row.png
3081         scale 85
3082
3083 \end_inset
3084
3085  neue Zeilen erstellt werden.
3086 \begin_inset Foot
3087 status collapsed
3088
3089 \begin_layout Plain Layout
3090 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3091 \begin_inset CommandInset ref
3092 LatexCommand ref
3093 reference "sub:Akzente-für-ein"
3094
3095 \end_inset
3096
3097  beschrieben.
3098 \end_layout
3099
3100 \end_inset
3101
3102
3103 \end_layout
3104
3105 \begin_layout Standard
3106 Der Befehl 
3107 \series bold
3108
3109 \backslash
3110 cases
3111 \series default
3112  ist auch über das Menü 
3113 \family sans
3114 Einfügen\SpecialChar \menuseparator
3115 Mathe\SpecialChar \menuseparator
3116 Cases-Umgebung
3117 \family default
3118  verfügbar.
3119 \end_layout
3120
3121 \begin_layout Subsection
3122 Verneinungen
3123 \begin_inset Index idx
3124 status collapsed
3125
3126 \begin_layout Plain Layout
3127 Verneinungen
3128 \end_layout
3129
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \begin_layout Standard
3136 Durch die Eingabe von 
3137 \series bold
3138
3139 \backslash
3140 not
3141 \series default
3142
3143 \begin_inset Index idx
3144 status collapsed
3145
3146 \begin_layout Plain Layout
3147 Befehle ! N ! 
3148 \backslash
3149 not
3150 \end_layout
3151
3152 \end_inset
3153
3154  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3155  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3156 \end_layout
3157
3158 \begin_layout Standard
3159 \align center
3160 \begin_inset Tabular
3161 <lyxtabular version="3" rows="4" columns="2">
3162 <features rotate="0" tabularvalignment="middle">
3163 <column alignment="center" valignment="top" width="0pt">
3164 <column alignment="center" valignment="top" width="0pt">
3165 <row>
3166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170 Befehl
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179 Ergebnis
3180 \end_layout
3181
3182 \end_inset
3183 </cell>
3184 </row>
3185 <row>
3186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3187 \begin_inset Text
3188
3189 \begin_layout Plain Layout
3190
3191 \backslash
3192 not=
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201 \begin_inset Formula $\not=$
3202 \end_inset
3203
3204
3205 \end_layout
3206
3207 \end_inset
3208 </cell>
3209 </row>
3210 <row>
3211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3212 \begin_inset Text
3213
3214 \begin_layout Plain Layout
3215
3216 \backslash
3217 not 
3218 \backslash
3219 le
3220 \end_layout
3221
3222 \end_inset
3223 </cell>
3224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3225 \begin_inset Text
3226
3227 \begin_layout Plain Layout
3228 \begin_inset Formula $\not\le$
3229 \end_inset
3230
3231
3232 \end_layout
3233
3234 \end_inset
3235 </cell>
3236 </row>
3237 <row>
3238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3239 \begin_inset Text
3240
3241 \begin_layout Plain Layout
3242
3243 \backslash
3244 not 
3245 \backslash
3246 parallel
3247 \end_layout
3248
3249 \end_inset
3250 </cell>
3251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3252 \begin_inset Text
3253
3254 \begin_layout Plain Layout
3255 \begin_inset Formula $\not\parallel$
3256 \end_inset
3257
3258
3259 \end_layout
3260
3261 \end_inset
3262 </cell>
3263 </row>
3264 </lyxtabular>
3265
3266 \end_inset
3267
3268
3269 \end_layout
3270
3271 \begin_layout Standard
3272 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3273  Deswegen gibt es für Einige spezielle Befehle (siehe 
3274 \begin_inset CommandInset ref
3275 LatexCommand ref
3276 reference "sub:Mathematische-Symbole"
3277
3278 \end_inset
3279
3280  und 
3281 \begin_inset CommandInset ref
3282 LatexCommand ref
3283 reference "sec:Relationen"
3284
3285 \end_inset
3286
3287 ).
3288 \end_layout
3289
3290 \begin_layout Subsection
3291 Platzhalter
3292 \begin_inset CommandInset label
3293 LatexCommand label
3294 name "sub:Platzhalter"
3295
3296 \end_inset
3297
3298
3299 \begin_inset Index idx
3300 status collapsed
3301
3302 \begin_layout Plain Layout
3303 Platzhalter
3304 \end_layout
3305
3306 \end_inset
3307
3308
3309 \begin_inset Index idx
3310 status collapsed
3311
3312 \begin_layout Plain Layout
3313 chemische Zeichen ! Isotope
3314 \end_layout
3315
3316 \end_inset
3317
3318
3319 \begin_inset Index idx
3320 status collapsed
3321
3322 \begin_layout Plain Layout
3323 Isotope|see
3324 \begin_inset ERT
3325 status collapsed
3326
3327 \begin_layout Plain Layout
3328
3329 {
3330 \end_layout
3331
3332 \end_inset
3333
3334 chemische Zeichen
3335 \begin_inset ERT
3336 status collapsed
3337
3338 \begin_layout Plain Layout
3339
3340 }
3341 \end_layout
3342
3343 \end_inset
3344
3345
3346 \end_layout
3347
3348 \end_inset
3349
3350
3351 \end_layout
3352
3353 \begin_layout Standard
3354 Möchte man z.
3355 \begin_inset space \thinspace{}
3356 \end_inset
3357
3358 B.
3359  Isotope
3360 \begin_inset Foot
3361 status collapsed
3362
3363 \begin_layout Plain Layout
3364 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3365 \begin_inset CommandInset ref
3366 LatexCommand ref
3367 reference "sub:Chemische-Symbole-und"
3368
3369 \end_inset
3370
3371  beschrieben.
3372 \end_layout
3373
3374 \end_inset
3375
3376  darstellen, tritt folgendes Problem auf:
3377 \end_layout
3378
3379 \begin_layout Standard
3380 \align center
3381 \begin_inset Tabular
3382 <lyxtabular version="3" rows="2" columns="2">
3383 <features rotate="0" tabularvalignment="middle">
3384 <column alignment="center" valignment="top" width="0pt">
3385 <column alignment="center" valignment="top" width="0pt">
3386 <row>
3387 <cell alignment="center" valignment="top" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 durch Hoch- und Tiefstellen erzeugte Indizes:
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 <cell alignment="center" valignment="top" usebox="none">
3397 \begin_inset Text
3398
3399 \begin_layout Plain Layout
3400 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3401 \end_inset
3402
3403
3404 \end_layout
3405
3406 \end_inset
3407 </cell>
3408 </row>
3409 <row>
3410 <cell alignment="center" valignment="top" usebox="none">
3411 \begin_inset Text
3412
3413 \begin_layout Plain Layout
3414 korrekte Indizes:
3415 \end_layout
3416
3417 \end_inset
3418 </cell>
3419 <cell alignment="center" valignment="top" usebox="none">
3420 \begin_inset Text
3421
3422 \begin_layout Plain Layout
3423 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3424 \end_inset
3425
3426
3427 \end_layout
3428
3429 \end_inset
3430 </cell>
3431 </row>
3432 </lyxtabular>
3433
3434 \end_inset
3435
3436
3437 \begin_inset Note Note
3438 status collapsed
3439
3440 \begin_layout Plain Layout
3441
3442 \series bold
3443
3444 \backslash
3445 raisebox
3446 \series default
3447  dient nur
3448 \end_layout
3449
3450 \begin_layout Plain Layout
3451 als Abstandhalter.
3452 \end_layout
3453
3454 \end_inset
3455
3456
3457 \end_layout
3458
3459 \begin_layout Standard
3460 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3461  längeren Index gesetzt.
3462  Um das zu verhindern gibt es den Befehl 
3463 \series bold
3464
3465 \backslash
3466 phantom
3467 \series default
3468
3469 \begin_inset Index idx
3470 status collapsed
3471
3472 \begin_layout Plain Layout
3473 Befehle ! P ! 
3474 \backslash
3475 phantom
3476 \end_layout
3477
3478 \end_inset
3479
3480  oder den Mathe-Werkzeugleistenknopf
3481 \begin_inset space \thinspace{}
3482 \end_inset
3483
3484
3485 \begin_inset Foot
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3490 \begin_inset Graphics
3491         filename ../../images/math/space.png
3492         scale 85
3493
3494 \end_inset
3495
3496
3497 \end_layout
3498
3499 \end_inset
3500
3501  
3502 \begin_inset Graphics
3503         filename ../../images/math/phantom.png
3504         scale 85
3505
3506 \end_inset
3507
3508 , der ein oder mehrere Phantomzeichen erstellt.
3509  Wenn 
3510 \series bold
3511
3512 \backslash
3513 phantom
3514 \series default
3515  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3516  Pfeilen überlagert wird.
3517  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3518  als Leerraum erstellt wird.
3519  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3520  Zeichen.
3521 \end_layout
3522
3523 \begin_layout Standard
3524 \align center
3525 \begin_inset Tabular
3526 <lyxtabular version="3" rows="4" columns="2">
3527 <features rotate="0" tabularvalignment="middle">
3528 <column alignment="center" valignment="top">
3529 <column alignment="center" valignment="top">
3530 <row>
3531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3532 \begin_inset Text
3533
3534 \begin_layout Plain Layout
3535 Befehl
3536 \end_layout
3537
3538 \end_inset
3539 </cell>
3540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3541 \begin_inset Text
3542
3543 \begin_layout Plain Layout
3544 Ergebnis
3545 \begin_inset Note Note
3546 status collapsed
3547
3548 \begin_layout Plain Layout
3549
3550 \series bold
3551
3552 \backslash
3553 raisebox
3554 \series default
3555  dient nur als Abstandhalter.
3556 \end_layout
3557
3558 \end_inset
3559
3560
3561 \end_layout
3562
3563 \end_inset
3564 </cell>
3565 </row>
3566 <row>
3567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3568 \begin_inset Text
3569
3570 \begin_layout Plain Layout
3571 ^19
3572 \begin_inset space \textvisiblespace{}
3573 \end_inset
3574
3575 _
3576 \backslash
3577 phantom
3578 \begin_inset space \textvisiblespace{}
3579 \end_inset
3580
3581 1
3582 \begin_inset Formula $\to$
3583 \end_inset
3584
3585 9
3586 \begin_inset space \textvisiblespace{}
3587 \end_inset
3588
3589 F
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3595 \begin_inset Text
3596
3597 \begin_layout Plain Layout
3598 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3599 \end_inset
3600
3601
3602 \end_layout
3603
3604 \end_inset
3605 </cell>
3606 </row>
3607 <row>
3608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3609 \begin_inset Text
3610
3611 \begin_layout Plain Layout
3612 ^235
3613 \begin_inset space \textvisiblespace{}
3614 \end_inset
3615
3616 _
3617 \backslash
3618 phantom
3619 \begin_inset space \textvisiblespace{}
3620 \end_inset
3621
3622 23
3623 \begin_inset Formula $\to$
3624 \end_inset
3625
3626 9
3627 \begin_inset space \textvisiblespace{}
3628 \end_inset
3629
3630 F
3631 \end_layout
3632
3633 \end_inset
3634 </cell>
3635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3636 \begin_inset Text
3637
3638 \begin_layout Plain Layout
3639 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3640 \end_inset
3641
3642
3643 \end_layout
3644
3645 \end_inset
3646 </cell>
3647 </row>
3648 <row>
3649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3650 \begin_inset Text
3651
3652 \begin_layout Plain Layout
3653
3654 \backslash
3655 Lambda^
3656 \begin_inset space \textvisiblespace{}
3657 \end_inset
3658
3659
3660 \backslash
3661 phantom
3662 \begin_inset space \textvisiblespace{}
3663 \end_inset
3664
3665 ii
3666 \begin_inset Formula $\to$
3667 \end_inset
3668
3669 t
3670 \begin_inset space \textvisiblespace{}
3671 \end_inset
3672
3673 _MMt
3674 \end_layout
3675
3676 \end_inset
3677 </cell>
3678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3679 \begin_inset Text
3680
3681 \begin_layout Plain Layout
3682 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3683 \end_inset
3684
3685
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 </lyxtabular>
3692
3693 \end_inset
3694
3695
3696 \end_layout
3697
3698 \begin_layout Standard
3699 Des Weiteren gibt es noch die Befehle 
3700 \series bold
3701
3702 \backslash
3703 vphantom
3704 \series default
3705
3706 \begin_inset Index idx
3707 status collapsed
3708
3709 \begin_layout Plain Layout
3710 Befehle ! V ! 
3711 \backslash
3712 vphantom
3713 \end_layout
3714
3715 \end_inset
3716
3717  (Werkzeugleistenknopf 
3718 \begin_inset space ~
3719 \end_inset
3720
3721
3722 \begin_inset Graphics
3723         filename ../../images/math/vphantom.png
3724         scale 85
3725
3726 \end_inset
3727
3728 ) und 
3729 \series bold
3730
3731 \backslash
3732 hphantom
3733 \series default
3734
3735 \begin_inset Index idx
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739 Befehle ! H ! 
3740 \backslash
3741 hphantom
3742 \end_layout
3743
3744 \end_inset
3745
3746  (Werkzeugleistenknopf 
3747 \begin_inset space ~
3748 \end_inset
3749
3750
3751 \begin_inset Graphics
3752         filename ../../images/math/hphantom.png
3753         scale 85
3754
3755 \end_inset
3756
3757 ).
3758  
3759 \series bold
3760
3761 \backslash
3762 hphantom
3763 \series default
3764  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3765  nicht jedoch für deren Breite.
3766  Bei 
3767 \series bold
3768
3769 \backslash
3770 vphantom
3771 \series default
3772  wird nur Platz mit der Breite des Kästchens erstellt.
3773  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3774 \end_layout
3775
3776 \begin_layout Standard
3777 Zum Beispiel erzeugt 
3778 \series bold
3779
3780 \backslash
3781 vphantom
3782 \series default
3783
3784 \begin_inset space \textvisiblespace{}
3785 \end_inset
3786
3787
3788 \series bold
3789 a
3790 \backslash
3791 int
3792 \series default
3793  Platz der Höhe des Integralzeichens,
3794 \begin_inset Foot
3795 status collapsed
3796
3797 \begin_layout Plain Layout
3798 Der Befehl 
3799 \series bold
3800
3801 \backslash
3802 int
3803 \series default
3804  erzeugt ein Integralzeichen, siehe 
3805 \begin_inset CommandInset ref
3806 LatexCommand ref
3807 reference "sub:Große-Operatoren"
3808
3809 \end_inset
3810
3811 .
3812 \end_layout
3813
3814 \end_inset
3815
3816  da dieses das größere Zeichen ist.
3817  Eine Beispielanwendung ist in 
3818 \begin_inset CommandInset ref
3819 LatexCommand ref
3820 reference "sub:Mehrzeilige-Klammern"
3821
3822 \end_inset
3823
3824  zu finden.
3825 \end_layout
3826
3827 \begin_layout Standard
3828 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3829  
3830 \family sans
3831 Einfügen\SpecialChar \menuseparator
3832 Formatierung\SpecialChar \menuseparator
3833 Phantom
3834 \family default
3835  eingefügt werden:
3836 \end_layout
3837
3838 \begin_layout Standard
3839 Dies ist ein Satz.
3840 \begin_inset Newline newline
3841 \end_inset
3842
3843
3844 \begin_inset Phantom Phantom
3845 status open
3846
3847 \begin_layout Plain Layout
3848 Dies
3849 \end_layout
3850
3851 \end_inset
3852
3853  ist ein Satz.
3854 \end_layout
3855
3856 \begin_layout Subsection
3857 Linien
3858 \begin_inset Index idx
3859 status collapsed
3860
3861 \begin_layout Plain Layout
3862 Linien
3863 \end_layout
3864
3865 \end_inset
3866
3867
3868 \begin_inset Index idx
3869 status collapsed
3870
3871 \begin_layout Plain Layout
3872 Formel ! unterstrichene
3873 \end_layout
3874
3875 \end_inset
3876
3877
3878 \end_layout
3879
3880 \begin_layout Standard
3881 \align center
3882 \begin_inset Tabular
3883 <lyxtabular version="3" rows="4" columns="2">
3884 <features rotate="0" tabularvalignment="middle">
3885 <column alignment="center" valignment="top" width="0pt">
3886 <column alignment="center" valignment="top" width="0pt">
3887 <row>
3888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3889 \begin_inset Text
3890
3891 \begin_layout Plain Layout
3892 Befehl
3893 \end_layout
3894
3895 \end_inset
3896 </cell>
3897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3898 \begin_inset Text
3899
3900 \begin_layout Plain Layout
3901 Ergebnis
3902 \begin_inset Note Note
3903 status collapsed
3904
3905 \begin_layout Plain Layout
3906
3907 \series bold
3908
3909 \backslash
3910 raisebox
3911 \series default
3912  dient nur als Abstandhalter.
3913 \end_layout
3914
3915 \end_inset
3916
3917
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 </row>
3923 <row>
3924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3925 \begin_inset Text
3926
3927 \begin_layout Plain Layout
3928
3929 \backslash
3930 overline
3931 \begin_inset space \textvisiblespace{}
3932 \end_inset
3933
3934 A+B
3935 \begin_inset Index idx
3936 status collapsed
3937
3938 \begin_layout Plain Layout
3939 Befehle ! O ! 
3940 \backslash
3941 overline
3942 \end_layout
3943
3944 \end_inset
3945
3946
3947 \end_layout
3948
3949 \end_inset
3950 </cell>
3951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3952 \begin_inset Text
3953
3954 \begin_layout Plain Layout
3955 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3956 \end_inset
3957
3958
3959 \end_layout
3960
3961 \end_inset
3962 </cell>
3963 </row>
3964 <row>
3965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3966 \begin_inset Text
3967
3968 \begin_layout Plain Layout
3969
3970 \backslash
3971 underline
3972 \begin_inset space \textvisiblespace{}
3973 \end_inset
3974
3975 A+B
3976 \begin_inset Index idx
3977 status collapsed
3978
3979 \begin_layout Plain Layout
3980 Befehle ! U ! 
3981 \backslash
3982 underline
3983 \end_layout
3984
3985 \end_inset
3986
3987
3988 \end_layout
3989
3990 \end_inset
3991 </cell>
3992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3993 \begin_inset Text
3994
3995 \begin_layout Plain Layout
3996 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3997 \end_inset
3998
3999
4000 \end_layout
4001
4002 \end_inset
4003 </cell>
4004 </row>
4005 <row>
4006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4007 \begin_inset Text
4008
4009 \begin_layout Plain Layout
4010
4011 \backslash
4012 overline
4013 \begin_inset space \textvisiblespace{}
4014 \end_inset
4015
4016
4017 \backslash
4018 underline
4019 \begin_inset space \textvisiblespace{}
4020 \end_inset
4021
4022 A+B
4023 \end_layout
4024
4025 \end_inset
4026 </cell>
4027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4028 \begin_inset Text
4029
4030 \begin_layout Plain Layout
4031 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4032 \end_inset
4033
4034
4035 \end_layout
4036
4037 \end_inset
4038 </cell>
4039 </row>
4040 </lyxtabular>
4041
4042 \end_inset
4043
4044
4045 \end_layout
4046
4047 \begin_layout Standard
4048 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4049 \series bold
4050
4051 \backslash
4052 overline
4053 \series default
4054  oder 
4055 \series bold
4056
4057 \backslash
4058 underline
4059 \series default
4060  eingibt.
4061 \end_layout
4062
4063 \begin_layout Standard
4064 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4065 \begin_inset Newline linebreak
4066 \end_inset
4067
4068
4069 \series bold
4070
4071 \backslash
4072 underline
4073 \series default
4074 .
4075 \end_layout
4076
4077 \begin_layout Standard
4078 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4079 \end_layout
4080
4081 \begin_layout Standard
4082 \begin_inset VSpace bigskip
4083 \end_inset
4084
4085 Benutzerdefinierte Linien können mit dem Befehl 
4086 \series bold
4087
4088 \backslash
4089 rule
4090 \series default
4091
4092 \begin_inset Index idx
4093 status collapsed
4094
4095 \begin_layout Plain Layout
4096 Befehle! R ! 
4097 \backslash
4098 rule
4099 \end_layout
4100
4101 \end_inset
4102
4103  erstellt werden, der folgendes Schema besitzt:
4104 \end_layout
4105
4106 \begin_layout Standard
4107
4108 \series bold
4109
4110 \backslash
4111 rule[vertikaler Versatz]{Länge}{Dicke}
4112 \end_layout
4113
4114 \begin_layout Standard
4115 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4116  unten, wenn der Wert negativ ist).
4117  Die Einheiten, die in 
4118 \begin_inset CommandInset ref
4119 LatexCommand ref
4120 reference "tab:Verfügbare-Einheiten"
4121
4122 \end_inset
4123
4124  aufgelistet sind, können für die Werte benutzt werden.
4125  Hier sind zwei Beispiele, die mit den Befehlen
4126 \begin_inset Newline newline
4127 \end_inset
4128
4129
4130 \series bold
4131
4132 \backslash
4133 rule[-2ex]{3cm}{2pt}
4134 \series default
4135  und 
4136 \series bold
4137
4138 \backslash
4139 rule{2cm}{1pt}
4140 \series default
4141  erzeugt wurden:
4142 \end_layout
4143
4144 \begin_layout Standard
4145 Dies ist ein Satz 
4146 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4147 \end_inset
4148
4149  mit zwei Linien.
4150 \end_layout
4151
4152 \begin_layout Standard
4153
4154 \series bold
4155
4156 \backslash
4157 rule
4158 \series default
4159  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4160 \family sans
4161 Einfügen\SpecialChar \menuseparator
4162 Formatierung\SpecialChar \menuseparator
4163 Horizontale
4164 \begin_inset space ~
4165 \end_inset
4166
4167 Line
4168 \family default
4169  eingefügt wird:
4170 \end_layout
4171
4172 \begin_layout Standard
4173 Dies ist ein Satz 
4174 \begin_inset CommandInset line
4175 LatexCommand rule
4176 offset "0.5ex"
4177 width "3cm"
4178 height "1pt"
4179
4180 \end_inset
4181
4182  mit einer Linie.
4183 \end_layout
4184
4185 \begin_layout Subsection
4186 Fortsetzungspunkte
4187 \begin_inset CommandInset label
4188 LatexCommand label
4189 name "sub:Fortsetzungspunkte"
4190
4191 \end_inset
4192
4193
4194 \begin_inset Index idx
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198 Fortsetzungspunkte
4199 \end_layout
4200
4201 \end_inset
4202
4203
4204 \end_layout
4205
4206 \begin_layout Standard
4207 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4208 \begin_inset Foot
4209 status collapsed
4210
4211 \begin_layout Plain Layout
4212 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4213 \begin_inset Graphics
4214         filename ../../images/math/ldots.png
4215         scale 85
4216
4217 \end_inset
4218
4219
4220 \end_layout
4221
4222 \end_inset
4223
4224  Für Aufzählungen verwendet man unten sitzende Punkte (
4225 \series bold
4226
4227 \backslash
4228 ldots
4229 \series default
4230
4231 \begin_inset Index idx
4232 status collapsed
4233
4234 \begin_layout Plain Layout
4235 Befehle ! L ! 
4236 \backslash
4237 ldots
4238 \end_layout
4239
4240 \end_inset
4241
4242 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4243  die Operatoren sind (
4244 \series bold
4245
4246 \backslash
4247 cdots
4248 \series default
4249
4250 \begin_inset Index idx
4251 status collapsed
4252
4253 \begin_layout Plain Layout
4254 Befehle ! C ! 
4255 \backslash
4256 cdots
4257 \end_layout
4258
4259 \end_inset
4260
4261 ).
4262  Verwendet man den Befehl 
4263 \series bold
4264
4265 \backslash
4266 dots
4267 \series default
4268
4269 \begin_inset Index idx
4270 status collapsed
4271
4272 \begin_layout Plain Layout
4273 Befehle ! D ! 
4274 \backslash
4275 dots
4276 \end_layout
4277
4278 \end_inset
4279
4280 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4281  wird.
4282 \end_layout
4283
4284 \begin_layout Standard
4285 \align center
4286 \begin_inset Tabular
4287 <lyxtabular version="3" rows="9" columns="2">
4288 <features rotate="0" tabularvalignment="middle">
4289 <column alignment="center" valignment="top" width="0pt">
4290 <column alignment="center" valignment="top" width="0pt">
4291 <row>
4292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4293 \begin_inset Text
4294
4295 \begin_layout Plain Layout
4296 Befehl
4297 \end_layout
4298
4299 \end_inset
4300 </cell>
4301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4302 \begin_inset Text
4303
4304 \begin_layout Plain Layout
4305 Ergebnis
4306 \end_layout
4307
4308 \end_inset
4309 </cell>
4310 </row>
4311 <row>
4312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4313 \begin_inset Text
4314
4315 \begin_layout Plain Layout
4316 A_1
4317 \begin_inset space \textvisiblespace{}
4318 \end_inset
4319
4320 ,
4321 \backslash
4322 dots
4323 \begin_inset space \textvisiblespace{}
4324 \end_inset
4325
4326 ,A_n
4327 \end_layout
4328
4329 \end_inset
4330 </cell>
4331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4332 \begin_inset Text
4333
4334 \begin_layout Plain Layout
4335 \begin_inset Formula $A_{1},\dots,A_{n}$
4336 \end_inset
4337
4338
4339 \end_layout
4340
4341 \end_inset
4342 </cell>
4343 </row>
4344 <row>
4345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4346 \begin_inset Text
4347
4348 \begin_layout Plain Layout
4349 A_1
4350 \begin_inset space \textvisiblespace{}
4351 \end_inset
4352
4353 +
4354 \backslash
4355 dots
4356 \begin_inset space \textvisiblespace{}
4357 \end_inset
4358
4359 +A_n
4360 \end_layout
4361
4362 \end_inset
4363 </cell>
4364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4365 \begin_inset Text
4366
4367 \begin_layout Plain Layout
4368 \begin_inset Formula $A_{1}+\dots+A_{n}$
4369 \end_inset
4370
4371
4372 \end_layout
4373
4374 \end_inset
4375 </cell>
4376 </row>
4377 <row>
4378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4379 \begin_inset Text
4380
4381 \begin_layout Plain Layout
4382 A_1
4383 \begin_inset space \textvisiblespace{}
4384 \end_inset
4385
4386 ,
4387 \backslash
4388 ldots
4389 \begin_inset space \textvisiblespace{}
4390 \end_inset
4391
4392 ,A_n
4393 \end_layout
4394
4395 \end_inset
4396 </cell>
4397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4398 \begin_inset Text
4399
4400 \begin_layout Plain Layout
4401 \begin_inset Formula $A_{1},\ldots,A_{n}$
4402 \end_inset
4403
4404
4405 \end_layout
4406
4407 \end_inset
4408 </cell>
4409 </row>
4410 <row>
4411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4412 \begin_inset Text
4413
4414 \begin_layout Plain Layout
4415 A_1
4416 \begin_inset space \textvisiblespace{}
4417 \end_inset
4418
4419 +
4420 \backslash
4421 cdots
4422 \begin_inset space \textvisiblespace{}
4423 \end_inset
4424
4425 +A_n
4426 \end_layout
4427
4428 \end_inset
4429 </cell>
4430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4431 \begin_inset Text
4432
4433 \begin_layout Plain Layout
4434 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4435 \end_inset
4436
4437
4438 \end_layout
4439
4440 \end_inset
4441 </cell>
4442 </row>
4443 <row>
4444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4445 \begin_inset Text
4446
4447 \begin_layout Plain Layout
4448
4449 \backslash
4450 vdots
4451 \end_layout
4452
4453 \end_inset
4454 </cell>
4455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4456 \begin_inset Text
4457
4458 \begin_layout Plain Layout
4459 \begin_inset Formula $\vdots$
4460 \end_inset
4461
4462
4463 \end_layout
4464
4465 \end_inset
4466 </cell>
4467 </row>
4468 <row>
4469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4470 \begin_inset Text
4471
4472 \begin_layout Plain Layout
4473
4474 \backslash
4475 ddots
4476 \end_layout
4477
4478 \end_inset
4479 </cell>
4480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4481 \begin_inset Text
4482
4483 \begin_layout Plain Layout
4484 \begin_inset Formula $\ddots$
4485 \end_inset
4486
4487
4488 \end_layout
4489
4490 \end_inset
4491 </cell>
4492 </row>
4493 <row>
4494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4495 \begin_inset Text
4496
4497 \begin_layout Plain Layout
4498
4499 \backslash
4500 iddots
4501 \end_layout
4502
4503 \end_inset
4504 </cell>
4505 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4506 \begin_inset Text
4507
4508 \begin_layout Plain Layout
4509 \begin_inset Formula $\iddots$
4510 \end_inset
4511
4512
4513 \end_layout
4514
4515 \end_inset
4516 </cell>
4517 </row>
4518 <row>
4519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4520 \begin_inset Text
4521
4522 \begin_layout Plain Layout
4523 3
4524 \series bold
4525 ×
4526 \series default
4527 3
4528 \begin_inset space \thinspace{}
4529 \end_inset
4530
4531 Matrix mit obigen Befehlen
4532 \end_layout
4533
4534 \end_inset
4535 </cell>
4536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4537 \begin_inset Text
4538
4539 \begin_layout Plain Layout
4540 \begin_inset Formula $\begin{array}{ccc}
4541 A_{11} & \cdots & A_{1m}\\
4542 \vdots & \ddots & \vdots\\
4543 A_{n1} & \cdots & A_{nm}
4544 \end{array}$
4545 \end_inset
4546
4547
4548 \end_layout
4549
4550 \end_inset
4551 </cell>
4552 </row>
4553 </lyxtabular>
4554
4555 \end_inset
4556
4557
4558 \end_layout
4559
4560 \begin_layout Standard
4561 Die im Menü 
4562 \family sans
4563 Einfügen\SpecialChar \menuseparator
4564 Sonderzeichen
4565 \family default
4566  verfügbaren Fortsetzungspunkte sind 
4567 \series bold
4568
4569 \backslash
4570 ldots
4571 \series default
4572 .
4573 \end_layout
4574
4575 \begin_layout Standard
4576 \begin_inset VSpace medskip
4577 \end_inset
4578
4579 Um 
4580 \series bold
4581
4582 \backslash
4583 iddots
4584 \series default
4585  nutzen zu können, muss eine der Optionen 
4586 \family sans
4587 Mathdots Paket (automatisch) verwenden 
4588 \family default
4589 in den Dokumenteinstellungen unter 
4590 \family sans
4591 Mathe-Optionen
4592 \family default
4593  gewählt sein.
4594 \begin_inset Newline newline
4595 \end_inset
4596
4597 Die Option 
4598 \family sans
4599 Mathdots Paket verwenden
4600 \family default
4601  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4602  Schriftstil oder die Schriftgröße nicht Standard sind.
4603 \end_layout
4604
4605 \begin_layout Standard
4606 \begin_inset VSpace medskip
4607 \end_inset
4608
4609 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4610  Spalten erstrecken.
4611  Man erhält sie mit dem Befehl 
4612 \series bold
4613
4614 \backslash
4615 hdotsfor
4616 \series default
4617
4618 \begin_inset Index idx
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622 Befehle ! H ! 
4623 \backslash
4624 hdotsfor
4625 \end_layout
4626
4627 \end_inset
4628
4629 , der folgendes Schema besitzt:
4630 \end_layout
4631
4632 \begin_layout Standard
4633
4634 \series bold
4635
4636 \backslash
4637 hdotsfor[Abstand]{Anzahl der Spalten}
4638 \end_layout
4639
4640 \begin_layout Standard
4641 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4642  sollen.
4643  Abstand ist ein Faktor, der den Punktabstand festlegt.
4644 \end_layout
4645
4646 \begin_layout Standard
4647 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4648  
4649 \series bold
4650
4651 \backslash
4652 hdotsfor[2]{4}
4653 \series default
4654  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4655  beim Befehl 
4656 \series bold
4657
4658 \backslash
4659 dots
4660 \series default
4661  zu erhalten:
4662 \begin_inset Formula 
4663 \[
4664 \left(\begin{array}{cccc}
4665 A & B & C & D\\
4666 \hdotsfor[2]{4}\\
4667 q & w & e & r
4668 \end{array}\right)
4669 \]
4670
4671 \end_inset
4672
4673 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4674  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4675 \end_layout
4676
4677 \begin_layout Standard
4678 \begin_inset VSpace bigskip
4679 \end_inset
4680
4681 Des Weiteren kann man mit dem Befehl 
4682 \series bold
4683
4684 \backslash
4685 dotfill
4686 \series default
4687
4688 \begin_inset Index idx
4689 status collapsed
4690
4691 \begin_layout Plain Layout
4692 Befehle ! D ! 
4693 \backslash
4694 dotfill
4695 \end_layout
4696
4697 \end_inset
4698
4699  den Rest einer Zeile mit Punkten füllen.
4700  Die Wirkungsweise des Befehls entspricht der von 
4701 \series bold
4702
4703 \backslash
4704 hfill
4705 \series default
4706 , siehe 
4707 \begin_inset CommandInset ref
4708 LatexCommand ref
4709 reference "sub:Variabler-Leerraum"
4710
4711 \end_inset
4712
4713 .
4714 \end_layout
4715
4716 \begin_layout Standard
4717 Z.
4718 \begin_inset space \thinspace{}
4719 \end_inset
4720
4721 B.
4722  ergibt der Befehl 
4723 \series bold
4724 A
4725 \backslash
4726 dotfill
4727 \begin_inset space \textvisiblespace{}
4728 \end_inset
4729
4730 B
4731 \end_layout
4732
4733 \begin_layout Standard
4734 \begin_inset Formula $A\dotfill B$
4735 \end_inset
4736
4737
4738 \end_layout
4739
4740 \begin_layout Standard
4741 Analog dazu gibt es für eine Linie den Befehl 
4742 \series bold
4743
4744 \backslash
4745 hrulefill
4746 \series default
4747
4748 \begin_inset Index idx
4749 status collapsed
4750
4751 \begin_layout Plain Layout
4752 Befehle ! H ! 
4753 \backslash
4754 hrulefill
4755 \end_layout
4756
4757 \end_inset
4758
4759 :
4760 \end_layout
4761
4762 \begin_layout Standard
4763 \begin_inset Formula $A\hrulefill B$
4764 \end_inset
4765
4766
4767 \end_layout
4768
4769 \begin_layout Standard
4770 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4771  werden.
4772 \end_layout
4773
4774 \begin_layout Section
4775 Matrizen
4776 \begin_inset CommandInset label
4777 LatexCommand label
4778 name "sec:Matrizen"
4779
4780 \end_inset
4781
4782
4783 \begin_inset Index idx
4784 status collapsed
4785
4786 \begin_layout Plain Layout
4787 Matrizen
4788 \end_layout
4789
4790 \end_inset
4791
4792
4793 \end_layout
4794
4795 \begin_layout Standard
4796 Matrizen können über den Mathe-Werkzeugleistenknopf
4797 \family sans
4798  
4799 \family default
4800
4801 \begin_inset Graphics
4802         filename ../../images/dialog-show_mathmatrix.png
4803         scale 85
4804
4805 \end_inset
4806
4807  oder das Menü 
4808 \family sans
4809 Einfügen\SpecialChar \menuseparator
4810 Mathe\SpecialChar \menuseparator
4811 Matrix
4812 \family default
4813  eingefügt werden.
4814  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4815  Verzierung gefragt.
4816  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4817  von Bedeutung:
4818 \end_layout
4819
4820 \begin_layout Standard
4821 Die erste Matrix ist oben 
4822 \begin_inset Formula $\begin{array}[t]{cccc}
4823 A & D & G & J\\
4824 B & E & H & K\\
4825 C & F & I & L
4826 \end{array}$
4827 \end_inset
4828
4829 , die zweite mittig 
4830 \begin_inset Formula $\begin{array}{cccc}
4831 A & D & G & J\\
4832 B & E & H & K\\
4833 C & F & I & L
4834 \end{array}$
4835 \end_inset
4836
4837  und die dritte unten 
4838 \begin_inset Formula $\begin{array}[b]{cccc}
4839 A & D & G & J\\
4840 B & E & H & K\\
4841 C & F & I & L
4842 \end{array}$
4843 \end_inset
4844
4845  ausgerichtet.
4846 \end_layout
4847
4848 \begin_layout Standard
4849 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4850  werden sollen.
4851  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4852  
4853 \emph on
4854 l
4855 \emph default
4856  steht für linksbündig, 
4857 \emph on
4858 c
4859 \emph default
4860  für mittig und 
4861 \emph on
4862 r
4863 \emph default
4864  für rechtsbündig.
4865  Möchte man z.
4866 \begin_inset space \thinspace{}
4867 \end_inset
4868
4869 B.
4870  eine 4
4871 \series bold
4872 ×
4873 \series default
4874 4
4875 \begin_inset space ~
4876 \end_inset
4877
4878 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4879  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4880  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4881 \series bold
4882 lccr
4883 \series default
4884  an.
4885  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4886  die Voreinstellung für jede Spalte ein 
4887 \series bold
4888 c
4889 \series default
4890  ist.
4891 \end_layout
4892
4893 \begin_layout Standard
4894 Horizontale Ausrichtung:
4895 \end_layout
4896
4897 \begin_layout Standard
4898
4899 \series bold
4900 lll
4901 \series default
4902  : 
4903 \begin_inset Formula $\begin{array}{lll}
4904 10000 & D & G\\
4905 B & 10000 & H\\
4906 C & F & 10000
4907 \end{array}$
4908 \end_inset
4909
4910  , 
4911 \series bold
4912 ccc
4913 \series default
4914  : 
4915 \begin_inset Formula $\begin{array}{ccc}
4916 10000 & D & G\\
4917 B & 10000 & H\\
4918 C & F & 10000
4919 \end{array}$
4920 \end_inset
4921
4922  , 
4923 \series bold
4924 rrr
4925 \series default
4926  : 
4927 \begin_inset Formula $\begin{array}{rrr}
4928 10000 & D & G\\
4929 B & 10000 & H\\
4930 C & F & 10000
4931 \end{array}$
4932 \end_inset
4933
4934
4935 \end_layout
4936
4937 \begin_layout Standard
4938 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4939  man die Mathe-Werkzeugleistenknöpfe 
4940 \begin_inset Graphics
4941         filename ../../images/tabular-feature_append-row.png
4942         scale 85
4943
4944 \end_inset
4945
4946
4947 \begin_inset Graphics
4948         filename ../../images/tabular-feature_delete-row.png
4949         scale 85
4950
4951 \end_inset
4952
4953 , usw.
4954 \begin_inset space \space{}
4955 \end_inset
4956
4957 oder das Menü 
4958 \family sans
4959 Bearbeiten\SpecialChar \menuseparator
4960 Zeilen & Spalten
4961 \family default
4962  verwenden.
4963  Neue Zeilen können auch mit 
4964 \family sans
4965 Strg+Enter
4966 \family default
4967  erstellt werden.
4968 \end_layout
4969
4970 \begin_layout Standard
4971 \begin_inset VSpace bigskip
4972 \end_inset
4973
4974 Die 
4975 \family sans
4976 Verzierung
4977 \family default
4978  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4979  Alternativ können Klammern entweder mit den Befehlen 
4980 \series bold
4981
4982 \backslash
4983 left
4984 \series default
4985
4986 \begin_inset Index idx
4987 status collapsed
4988
4989 \begin_layout Plain Layout
4990 Befehle ! L ! 
4991 \backslash
4992 left
4993 \end_layout
4994
4995 \end_inset
4996
4997  und 
4998 \series bold
4999
5000 \backslash
5001 right
5002 \series default
5003
5004 \begin_inset Index idx
5005 status collapsed
5006
5007 \begin_layout Plain Layout
5008 Befehle ! R ! 
5009 \backslash
5010 right
5011 \end_layout
5012
5013 \end_inset
5014
5015  erstellt werden (Tastenkürzel 
5016 \family sans
5017 Alt+M
5018 \begin_inset space ~
5019 \end_inset
5020
5021 Klammer
5022 \family default
5023 ), siehe 
5024 \begin_inset CommandInset ref
5025 LatexCommand ref
5026 reference "sub:Automatische-Klammergrößen"
5027
5028 \end_inset
5029
5030 , oder man verwendet folgende Befehle:
5031 \begin_inset VSpace bigskip
5032 \end_inset
5033
5034
5035 \end_layout
5036
5037 \begin_layout Standard
5038 \begin_inset space \hfill{}
5039 \end_inset
5040
5041
5042 \begin_inset Tabular
5043 <lyxtabular version="3" rows="4" columns="2">
5044 <features rotate="0" tabularvalignment="middle">
5045 <column alignment="center" valignment="top">
5046 <column alignment="center" valignment="top">
5047 <row>
5048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 Befehl
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 Ergebnis
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072
5073 \backslash
5074 bmatrix
5075 \begin_inset space \textvisiblespace{}
5076 \end_inset
5077
5078 2
5079 \series bold
5080 ×
5081 \series default
5082 2
5083 \begin_inset space \thinspace{}
5084 \end_inset
5085
5086 Matrix
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5096 0 & \textrm{-}\mathrm{i}\\
5097 \mathrm{i} & 0
5098 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5099 \end_inset
5100
5101
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 </row>
5107 <row>
5108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112
5113 \backslash
5114 Bmatrix
5115 \begin_inset space \textvisiblespace{}
5116 \end_inset
5117
5118 2
5119 \series bold
5120 ×
5121 \series default
5122 2
5123 \begin_inset space \thinspace{}
5124 \end_inset
5125
5126 Matrix
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5136 0 & \textrm{-}\mathrm{i}\\
5137 \mathrm{i} & 0
5138 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5139 \end_inset
5140
5141
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \backslash
5154 pmatrix
5155 \begin_inset space \textvisiblespace{}
5156 \end_inset
5157
5158 2
5159 \series bold
5160 ×
5161 \series default
5162 2
5163 \begin_inset space \thinspace{}
5164 \end_inset
5165
5166 Matrix
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5176 0 & \textrm{-}\mathrm{i}\\
5177 \mathrm{i} & 0
5178 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5179 \end_inset
5180
5181
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 </lyxtabular>
5188
5189 \end_inset
5190
5191
5192 \begin_inset space \hfill{}
5193 \end_inset
5194
5195
5196 \begin_inset Tabular
5197 <lyxtabular version="3" rows="4" columns="2">
5198 <features rotate="0" tabularvalignment="middle">
5199 <column alignment="center" valignment="top">
5200 <column alignment="center" valignment="top">
5201 <row>
5202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Befehl
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 Ergebnis
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \backslash
5228 vmatrix
5229 \begin_inset space \textvisiblespace{}
5230 \end_inset
5231
5232 2
5233 \series bold
5234 ×
5235 \series default
5236 2
5237 \begin_inset space \thinspace{}
5238 \end_inset
5239
5240 Matrix
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5250 0 & \textrm{-}\mathrm{i}\\
5251 \mathrm{i} & 0
5252 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5253 \end_inset
5254
5255
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \backslash
5268 Vmatrix
5269 \begin_inset space \textvisiblespace{}
5270 \end_inset
5271
5272 2
5273 \series bold
5274 ×
5275 \series default
5276 2
5277 \begin_inset space \thinspace{}
5278 \end_inset
5279
5280 Matrix
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5290 0 & \textrm{-}\mathrm{i}\\
5291 \mathrm{i} & 0
5292 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row>
5302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306
5307 \backslash
5308 matrix
5309 \begin_inset space \textvisiblespace{}
5310 \end_inset
5311
5312 2
5313 \series bold
5314 ×
5315 \series default
5316 2
5317 \begin_inset space \thinspace{}
5318 \end_inset
5319
5320 Matrix
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5330 0 & \textrm{-}\mathrm{i}\\
5331 \mathrm{i} & 0
5332 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5333 \end_inset
5334
5335
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 </lyxtabular>
5342
5343 \end_inset
5344
5345
5346 \begin_inset space \hfill{}
5347 \end_inset
5348
5349
5350 \end_layout
5351
5352 \begin_layout Standard
5353 \begin_inset VSpace medskip
5354 \end_inset
5355
5356 Wurde z.
5357 \begin_inset space \thinspace{}
5358 \end_inset
5359
5360 B.
5361  
5362 \series bold
5363
5364 \backslash
5365 vmatrix
5366 \series default
5367  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5368  in das die Matrix eingefügt wird.
5369 \begin_inset Newline newline
5370 \end_inset
5371
5372 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5373 \end_layout
5374
5375 \begin_layout Standard
5376 \begin_inset VSpace bigskip
5377 \end_inset
5378
5379 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5380 \begin_inset CommandInset ref
5381 LatexCommand ref
5382 reference "sub:Spaltenabstand"
5383
5384 \end_inset
5385
5386  beschriebene Länge 
5387 \series bold
5388
5389 \backslash
5390 arraycolsep
5391 \series default
5392
5393 \begin_inset Index idx
5394 status collapsed
5395
5396 \begin_layout Plain Layout
5397 Befehle ! A ! 
5398 \backslash
5399 arraycolsep
5400 \end_layout
5401
5402 \end_inset
5403
5404  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5405 \end_layout
5406
5407 \begin_layout Standard
5408 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5409 \series bold
5410
5411 \backslash
5412 arraystretch
5413 \series default
5414
5415 \begin_inset Index idx
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419 Befehle ! A ! 
5420 \backslash
5421 arraystretch
5422 \end_layout
5423
5424 \end_inset
5425
5426 .
5427  Dieser wird folgendermaßen benutzt:
5428 \end_layout
5429
5430 \begin_layout Standard
5431
5432 \series bold
5433
5434 \backslash
5435 renewcommand{
5436 \backslash
5437 arraystretch}{Dehnungsfaktor}
5438 \begin_inset Index idx
5439 status collapsed
5440
5441 \begin_layout Plain Layout
5442 Befehle ! R ! 
5443 \backslash
5444 renewcommand
5445 \end_layout
5446
5447 \end_inset
5448
5449
5450 \end_layout
5451
5452 \begin_layout Standard
5453 Der Befehl 
5454 \series bold
5455
5456 \backslash
5457 renewcommand
5458 \series default
5459  weist dabei dem vordefinierten Befehl 
5460 \series bold
5461
5462 \backslash
5463 arraystretch
5464 \series default
5465  den Dehnungsfaktor zu.
5466  Möchte man z.
5467 \begin_inset space \thinspace{}
5468 \end_inset
5469
5470 B.
5471  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5472  Dieser wird dann für alle folgenden Matrizen verwendet.
5473  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5474 \series bold
5475
5476 \backslash
5477 arraystretch
5478 \series default
5479  den Faktor 1 zu.
5480 \end_layout
5481
5482 \begin_layout Standard
5483 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5484 \series bold
5485
5486 \backslash
5487 smallmatrix
5488 \series default
5489
5490 \begin_inset Index idx
5491 status collapsed
5492
5493 \begin_layout Plain Layout
5494 Befehle ! S ! 
5495 \backslash
5496 smallmatrix
5497 \end_layout
5498
5499 \end_inset
5500
5501 .
5502  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5503  gestrichelten Linien.
5504  In dieses Kästchen wird die Matrix eingegeben.
5505  Man verwendet stattdessen das Menü 
5506 \family sans
5507 Bearbeiten\SpecialChar \menuseparator
5508 Zeilen
5509 \begin_inset space ~
5510 \end_inset
5511
5512 &
5513 \begin_inset space ~
5514 \end_inset
5515
5516 Spalten
5517 \family default
5518  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5519  Neue Zeilen können auch mit 
5520 \family sans
5521 Strg+Enter
5522 \family default
5523  erstellt werden.
5524 \end_layout
5525
5526 \begin_layout Standard
5527 Dies ist eine Matrix 
5528 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5529 C & D
5530 \end{smallmatrix}\right)$
5531 \end_inset
5532
5533  in einer Textzeile.
5534 \end_layout
5535
5536 \begin_layout Section
5537 Klammern und Begrenzungszeichen
5538 \begin_inset Index idx
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542 Klammern
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \begin_inset Index idx
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552 Begrenzungszeichen
5553 \end_layout
5554
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \begin_layout Subsection
5561 Vertikale Klammern und Begrenzungszeichen
5562 \begin_inset Index idx
5563 status collapsed
5564
5565 \begin_layout Plain Layout
5566 Klammern ! vertikale
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \begin_layout Standard
5575 \begin_inset space \hfill{}
5576 \end_inset
5577
5578
5579 \begin_inset Tabular
5580 <lyxtabular version="3" rows="9" columns="2">
5581 <features rotate="0" tabularvalignment="middle">
5582 <column alignment="center" valignment="top" width="0pt">
5583 <column alignment="center" valignment="top" width="0pt">
5584 <row>
5585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 Befehl
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 Ergebnis
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 (
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 \begin_inset Formula $($
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 {
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 \begin_inset Formula $\{$
5642 \end_inset
5643
5644
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 </row>
5650 <row>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 [
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 \begin_inset Formula $[$
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678
5679 \backslash
5680 langle
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 \begin_inset Formula $\langle$
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703
5704 \backslash
5705 lceil
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 \begin_inset Formula $\lceil$
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \backslash
5730 lfloor
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 \begin_inset Formula $\lfloor$
5740 \end_inset
5741
5742
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 </row>
5748 <row>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 /
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 \begin_inset Formula $/$
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 </row>
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 |
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 \begin_inset Formula $|$
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 </lyxtabular>
5795
5796 \end_inset
5797
5798
5799 \begin_inset space \hfill{}
5800 \end_inset
5801
5802
5803 \begin_inset Tabular
5804 <lyxtabular version="3" rows="9" columns="2">
5805 <features rotate="0" tabularvalignment="middle">
5806 <column alignment="center" valignment="top" width="0pt">
5807 <column alignment="center" valignment="top" width="0pt">
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 Befehl
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 Ergebnis
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 </row>
5828 <row>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 )
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 \begin_inset Formula $)$
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 }
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 \begin_inset Formula $\}$
5866 \end_inset
5867
5868
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 ]
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 \begin_inset Formula $]$
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902
5903 \backslash
5904 rangle
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Formula $\rangle$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 <row>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927
5928 \backslash
5929 rceil
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 \begin_inset Formula $\rceil$
5939 \end_inset
5940
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 <row>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952
5953 \backslash
5954 rfloor
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 \begin_inset Formula $\rfloor$
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977
5978 \backslash
5979
5980 \backslash
5981
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 \begin_inset Formula $\backslash$
5991 \end_inset
5992
5993
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 </row>
5999 <row>
6000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004
6005 \backslash
6006 |
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 \begin_inset Formula $\|$
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 </row>
6024 </lyxtabular>
6025
6026 \end_inset
6027
6028
6029 \begin_inset space \hfill{}
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \begin_layout Standard
6036
6037 \series medium
6038 \begin_inset Note Greyedout
6039 status open
6040
6041 \begin_layout Plain Layout
6042
6043 \series bold
6044 Achtung:
6045 \series default
6046  Im TeX-Modus muss für den Backslash der Befehl 
6047 \series bold
6048
6049 \backslash
6050 textbackslash
6051 \series default
6052
6053 \begin_inset Index idx
6054 status collapsed
6055
6056 \begin_layout Plain Layout
6057 Befehle ! T ! 
6058 \backslash
6059 textbackslash
6060 \end_layout
6061
6062 \end_inset
6063
6064  verwendet werden, denn der Befehl 
6065 \series bold
6066
6067 \backslash
6068
6069 \backslash
6070
6071 \series default
6072  steht dort für einen Zeilenumbruch.
6073 \end_layout
6074
6075 \end_inset
6076
6077
6078 \end_layout
6079
6080 \begin_layout Standard
6081 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6082  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6083  Dabei können dann statt den Befehlen 
6084 \series bold
6085
6086 \backslash
6087 langle
6088 \series default
6089  und 
6090 \series bold
6091
6092 \backslash
6093 rangle
6094 \series default
6095  direkt die Zeichen < und > verwendet werden.
6096 \end_layout
6097
6098 \begin_layout Subsubsection
6099 Manuelle Klammergrößen
6100 \begin_inset CommandInset label
6101 LatexCommand label
6102 name "sub:Manuelle-Klammergrößen"
6103
6104 \end_inset
6105
6106
6107 \begin_inset Index idx
6108 status collapsed
6109
6110 \begin_layout Plain Layout
6111 Klammergrößen ! manuelle
6112 \end_layout
6113
6114 \end_inset
6115
6116
6117 \end_layout
6118
6119 \begin_layout Standard
6120 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6121  LaTeX-Befehle 
6122 \series bold
6123
6124 \backslash
6125 big
6126 \series default
6127
6128 \begin_inset Index idx
6129 status collapsed
6130
6131 \begin_layout Plain Layout
6132 Befehle ! B ! 
6133 \backslash
6134 big
6135 \end_layout
6136
6137 \end_inset
6138
6139
6140 \series bold
6141
6142 \backslash
6143 Big
6144 \series default
6145
6146 \series bold
6147
6148 \backslash
6149 bigg
6150 \series default
6151  und 
6152 \series bold
6153
6154 \backslash
6155 Bigg
6156 \series default
6157  tun.
6158  
6159 \series bold
6160
6161 \backslash
6162 big
6163 \series default
6164  steht hierbei für die kleinste und 
6165 \series bold
6166
6167 \backslash
6168 Bigg
6169 \series default
6170  für die größte Klammergröße.
6171 \end_layout
6172
6173 \begin_layout Standard
6174 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6175 \end_layout
6176
6177 \begin_layout Standard
6178 \align center
6179 \begin_inset Tabular
6180 <lyxtabular version="3" rows="2" columns="2">
6181 <features rotate="0" tabularvalignment="middle">
6182 <column alignment="center" valignment="top" width="0pt">
6183 <column alignment="center" valignment="top" width="0pt">
6184 <row>
6185 <cell alignment="center" valignment="top" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189 einheitliche Klammergröße:
6190 \end_layout
6191
6192 \end_inset
6193 </cell>
6194 <cell alignment="center" valignment="top" usebox="none">
6195 \begin_inset Text
6196
6197 \begin_layout Plain Layout
6198 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6199 \end_inset
6200
6201
6202 \end_layout
6203
6204 \end_inset
6205 </cell>
6206 </row>
6207 <row>
6208 <cell alignment="center" valignment="top" usebox="none">
6209 \begin_inset Text
6210
6211 \begin_layout Plain Layout
6212 besser sieht das so aus:
6213 \end_layout
6214
6215 \end_inset
6216 </cell>
6217 <cell alignment="center" valignment="top" usebox="none">
6218 \begin_inset Text
6219
6220 \begin_layout Plain Layout
6221 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6222 \end_inset
6223
6224
6225 \end_layout
6226
6227 \end_inset
6228 </cell>
6229 </row>
6230 </lyxtabular>
6231
6232 \end_inset
6233
6234
6235 \begin_inset Note Note
6236 status collapsed
6237
6238 \begin_layout Plain Layout
6239
6240 \series bold
6241
6242 \backslash
6243 raisebox
6244 \series default
6245  dient nur
6246 \end_layout
6247
6248 \begin_layout Plain Layout
6249 als Abstandhalter.
6250 \end_layout
6251
6252 \end_inset
6253
6254
6255 \end_layout
6256
6257 \begin_layout Standard
6258 Für die zweite Formel wurde der Befehl 
6259 \series bold
6260
6261 \backslash
6262 Big((A+B)(A-B)
6263 \backslash
6264 Big)^
6265 \begin_inset space \textvisiblespace{}
6266 \end_inset
6267
6268 C
6269 \series default
6270  verwendet.
6271 \end_layout
6272
6273 \begin_layout Standard
6274 Hier alle Klammergrößen in der Übersicht:
6275 \end_layout
6276
6277 \begin_layout Standard
6278 \align center
6279
6280 \backslash
6281 Bigg(
6282 \backslash
6283 exp
6284 \backslash
6285 bigg<
6286 \backslash
6287 Big[
6288 \backslash
6289 big{
6290 \backslash
6291 ln(3x)
6292 \backslash
6293 big}^2
6294 \begin_inset space \textvisiblespace{}
6295 \end_inset
6296
6297
6298 \backslash
6299 sin(x)
6300 \backslash
6301 Big]^
6302 \begin_inset space \textvisiblespace{}
6303 \end_inset
6304
6305 A
6306 \begin_inset space \textvisiblespace{}
6307 \end_inset
6308
6309
6310 \backslash
6311 bigg>
6312 \backslash
6313 Bigg)^0,5
6314 \end_layout
6315
6316 \begin_layout Standard
6317 \align center
6318 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6319 \end_inset
6320
6321
6322 \end_layout
6323
6324 \begin_layout Standard
6325 Es gibt außer den 
6326 \series bold
6327
6328 \backslash
6329 big
6330 \series default
6331 -Befehlen noch die Variante 
6332 \series bold
6333
6334 \backslash
6335 bigm
6336 \series default
6337
6338 \begin_inset Index idx
6339 status collapsed
6340
6341 \begin_layout Plain Layout
6342 Befehle ! B ! 
6343 \backslash
6344 bigm
6345 \end_layout
6346
6347 \end_inset
6348
6349 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6350  die Variante 
6351 \series bold
6352
6353 \backslash
6354 bigl
6355 \series default
6356 -
6357 \series bold
6358
6359 \backslash
6360 bigr
6361 \series default
6362
6363 \begin_inset Index idx
6364 status collapsed
6365
6366 \begin_layout Plain Layout
6367 Befehle ! B ! 
6368 \backslash
6369 bigl - 
6370 \backslash
6371 bigr
6372 \end_layout
6373
6374 \end_inset
6375
6376 , die keinen zusätzlichen Leerraum erzeugt.
6377  Das 
6378 \emph on
6379 l
6380 \emph default
6381  am Ende des Befehls 
6382 \series bold
6383
6384 \backslash
6385 bigl
6386 \series default
6387  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6388  ein 
6389 \emph on
6390 r
6391 \emph default
6392  ersetzt.
6393  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6394  sein.
6395 \end_layout
6396
6397 \begin_layout Standard
6398 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6399 \end_layout
6400
6401 \begin_layout Standard
6402 \align center
6403 \begin_inset Tabular
6404 <lyxtabular version="3" rows="5" columns="2">
6405 <features rotate="0" tabularvalignment="middle">
6406 <column alignment="center" valignment="middle">
6407 <column alignment="center" valignment="middle">
6408 <row>
6409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413 Befehl
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 Ergebnis
6423 \begin_inset Note Note
6424 status collapsed
6425
6426 \begin_layout Plain Layout
6427
6428 \series bold
6429
6430 \backslash
6431 raisebox
6432 \series default
6433  dient nur als Abstandhalter.
6434 \end_layout
6435
6436 \end_inset
6437
6438
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 </row>
6444 <row>
6445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449
6450 \backslash
6451 Bigm(
6452 \backslash
6453 bigm(
6454 \backslash
6455 ln(3x)
6456 \backslash
6457 bigm)^2
6458 \begin_inset space \textvisiblespace{}
6459 \end_inset
6460
6461
6462 \backslash
6463 Bigm)
6464 \end_layout
6465
6466 \end_inset
6467 </cell>
6468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6469 \begin_inset Text
6470
6471 \begin_layout Plain Layout
6472 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6473 \end_inset
6474
6475
6476 \end_layout
6477
6478 \end_inset
6479 </cell>
6480 </row>
6481 <row>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486
6487 \backslash
6488 Big(
6489 \backslash
6490 big(
6491 \backslash
6492 ln(3x)
6493 \backslash
6494 big)^2
6495 \begin_inset space \textvisiblespace{}
6496 \end_inset
6497
6498
6499 \backslash
6500 Big)
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6510 \end_inset
6511
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 <row>
6519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523
6524 \backslash
6525 Bigl(
6526 \backslash
6527 bigl(
6528 \backslash
6529 ln(3x)
6530 \backslash
6531 bigr)^2
6532 \begin_inset space \textvisiblespace{}
6533 \end_inset
6534
6535
6536 \backslash
6537 Bigr)
6538 \end_layout
6539
6540 \end_inset
6541 </cell>
6542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6543 \begin_inset Text
6544
6545 \begin_layout Plain Layout
6546 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6547 \end_inset
6548
6549
6550 \end_layout
6551
6552 \end_inset
6553 </cell>
6554 </row>
6555 <row>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560
6561 \backslash
6562 bigl)
6563 \backslash
6564 ln(3x)
6565 \backslash
6566 bigr(
6567 \end_layout
6568
6569 \end_inset
6570 </cell>
6571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6572 \begin_inset Text
6573
6574 \begin_layout Plain Layout
6575 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6576 \end_inset
6577
6578
6579 \end_layout
6580
6581 \end_inset
6582 </cell>
6583 </row>
6584 </lyxtabular>
6585
6586 \end_inset
6587
6588
6589 \end_layout
6590
6591 \begin_layout Subsubsection
6592 Automatische Klammergrößen
6593 \begin_inset CommandInset label
6594 LatexCommand label
6595 name "sub:Automatische-Klammergrößen"
6596
6597 \end_inset
6598
6599
6600 \begin_inset Index idx
6601 status collapsed
6602
6603 \begin_layout Plain Layout
6604 Klammergrößen ! automatische
6605 \end_layout
6606
6607 \end_inset
6608
6609
6610 \end_layout
6611
6612 \begin_layout Standard
6613 Klammern variabler Größe können mit den Befehlen 
6614 \series bold
6615
6616 \backslash
6617 left
6618 \series default
6619
6620 \begin_inset Index idx
6621 status collapsed
6622
6623 \begin_layout Plain Layout
6624 Befehle ! L ! 
6625 \backslash
6626 left
6627 \end_layout
6628
6629 \end_inset
6630
6631  und 
6632 \series bold
6633
6634 \backslash
6635 right
6636 \series default
6637
6638 \begin_inset Index idx
6639 status collapsed
6640
6641 \begin_layout Plain Layout
6642 Befehle ! R ! 
6643 \backslash
6644 right
6645 \end_layout
6646
6647 \end_inset
6648
6649  oder über den Mathe-Werkzeugleistenknopf
6650 \family sans
6651  
6652 \family default
6653
6654 \begin_inset Graphics
6655         filename ../../images/dialog-show_mathdelimiter.png
6656         scale 85
6657
6658 \end_inset
6659
6660  eingefügt werden.
6661  Auf 
6662 \series bold
6663
6664 \backslash
6665 left
6666 \series default
6667  und 
6668 \series bold
6669
6670 \backslash
6671 right
6672 \series default
6673  muss unmittelbar die gewünschte Klammer folgen.
6674  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6675 \end_layout
6676
6677 \begin_layout Standard
6678 \align center
6679 normale Klammer: Der Befehl 
6680 \series bold
6681
6682 \backslash
6683 ln(
6684 \backslash
6685 frac
6686 \begin_inset space \textvisiblespace{}
6687 \end_inset
6688
6689 A
6690 \begin_inset Formula $\downarrow$
6691 \end_inset
6692
6693 C
6694 \begin_inset space \textvisiblespace{}
6695 \end_inset
6696
6697 )
6698 \series default
6699  ergibt
6700 \begin_inset Formula 
6701 \[
6702 \ln(\frac{A}{C})
6703 \]
6704
6705 \end_inset
6706
6707
6708 \end_layout
6709
6710 \begin_layout Standard
6711 \align center
6712 mehrzeilige Klammer: Der Befehl 
6713 \series bold
6714
6715 \backslash
6716 ln
6717 \backslash
6718 left(
6719 \backslash
6720 frac
6721 \begin_inset space \textvisiblespace{}
6722 \end_inset
6723
6724 A
6725 \begin_inset Formula $\downarrow$
6726 \end_inset
6727
6728 C
6729 \begin_inset space \textvisiblespace{}
6730 \end_inset
6731
6732
6733 \backslash
6734 right)
6735 \series default
6736  ergibt
6737 \begin_inset Formula 
6738 \[
6739 \ln\left(\frac{A}{C}\right)
6740 \]
6741
6742 \end_inset
6743
6744
6745 \end_layout
6746
6747 \begin_layout Standard
6748 An Stelle von 
6749 \series bold
6750
6751 \backslash
6752 left
6753 \series default
6754  und 
6755 \series bold
6756
6757 \backslash
6758 right
6759 \series default
6760  kann man die Tastenkürzel 
6761 \family sans
6762 Alt+M
6763 \begin_inset space ~
6764 \end_inset
6765
6766 Klammer
6767 \family default
6768  verwenden.
6769  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6770  und dass die rechte Klammer gleich mit erstellt wird.
6771 \begin_inset Newline newline
6772 \end_inset
6773
6774 Der Befehl für das letzte Beispiel würde dann lauten: 
6775 \series bold
6776
6777 \backslash
6778 ln Alt+M
6779 \series default
6780  
6781 \series bold
6782 (
6783 \backslash
6784 frac
6785 \begin_inset space \textvisiblespace{}
6786 \end_inset
6787
6788 A
6789 \begin_inset Formula $\downarrow$
6790 \end_inset
6791
6792 C
6793 \end_layout
6794
6795 \begin_layout Standard
6796 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6797  Klammer einen Punkt.
6798  So ergibt z.
6799 \begin_inset space \thinspace{}
6800 \end_inset
6801
6802 B.
6803  der Befehl 
6804 \series bold
6805
6806 \backslash
6807 left.
6808 \backslash
6809 frac
6810 \begin_inset space \textvisiblespace{}
6811 \end_inset
6812
6813 A
6814 \begin_inset Formula $\downarrow$
6815 \end_inset
6816
6817 B
6818 \begin_inset space \textvisiblespace{}
6819 \end_inset
6820
6821
6822 \backslash
6823 right}
6824 \series default
6825
6826 \begin_inset space \thinspace{}
6827 \end_inset
6828
6829 :
6830 \series bold
6831
6832 \begin_inset Formula 
6833 \[
6834 \left.\frac{A}{B}\right\} 
6835 \]
6836
6837 \end_inset
6838
6839
6840 \series default
6841 Die Befehle 
6842 \series bold
6843
6844 \backslash
6845 left
6846 \series default
6847  und 
6848 \series bold
6849
6850 \backslash
6851 right
6852 \series default
6853  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
6854  umgewandelt.
6855  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
6856 \end_layout
6857
6858 \begin_layout Standard
6859 \begin_inset VSpace bigskip
6860 \end_inset
6861
6862 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
6863  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
6864  Befehl 
6865 \series bold
6866
6867 \backslash
6868 middle
6869 \series default
6870
6871 \begin_inset Index idx
6872 status collapsed
6873
6874 \begin_layout Plain Layout
6875 Befehle ! M ! 
6876 \backslash
6877 middle
6878 \end_layout
6879
6880 \end_inset
6881
6882  zur Verfügung.
6883  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6884  angepasst, was z.
6885 \begin_inset space \thinspace{}
6886 \end_inset
6887
6888 B.
6889  für physikalische Vektoren von Nutzen ist:
6890 \begin_inset Formula 
6891 \[
6892 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6893 \]
6894
6895 \end_inset
6896
6897 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
6898 \begin_inset CommandInset ref
6899 LatexCommand ref
6900 reference "sub:Physikalische-Vektoren"
6901
6902 \end_inset
6903
6904  beschrieben ist.
6905 \end_layout
6906
6907 \begin_layout Subsection
6908 Horizontale Klammern
6909 \begin_inset Index idx
6910 status collapsed
6911
6912 \begin_layout Plain Layout
6913 Klammern ! horizontale
6914 \end_layout
6915
6916 \end_inset
6917
6918
6919 \end_layout
6920
6921 \begin_layout Standard
6922 \align center
6923 \begin_inset Tabular
6924 <lyxtabular version="3" rows="4" columns="2">
6925 <features rotate="0" tabularvalignment="middle">
6926 <column alignment="center" valignment="top" width="0pt">
6927 <column alignment="center" valignment="top" width="0pt">
6928 <row>
6929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6930 \begin_inset Text
6931
6932 \begin_layout Plain Layout
6933 Befehl
6934 \begin_inset Note Note
6935 status collapsed
6936
6937 \begin_layout Plain Layout
6938
6939 \series bold
6940
6941 \backslash
6942 raisebox
6943 \series default
6944  dient nur als Abstandhalter.
6945 \end_layout
6946
6947 \end_inset
6948
6949
6950 \end_layout
6951
6952 \end_inset
6953 </cell>
6954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6955 \begin_inset Text
6956
6957 \begin_layout Plain Layout
6958 Ergebnis
6959 \end_layout
6960
6961 \end_inset
6962 </cell>
6963 </row>
6964 <row>
6965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6966 \begin_inset Text
6967
6968 \begin_layout Plain Layout
6969 \begin_inset ERT
6970 status collapsed
6971
6972 \begin_layout Plain Layout
6973
6974
6975 \backslash
6976 raisebox{2.3mm}{
6977 \end_layout
6978
6979 \end_inset
6980
6981
6982 \backslash
6983 overbrace
6984 \begin_inset space \textvisiblespace{}
6985 \end_inset
6986
6987 A+B
6988 \begin_inset space \textvisiblespace{}
6989 \end_inset
6990
6991 ^
6992 \begin_inset space \textvisiblespace{}
6993 \end_inset
6994
6995 3
6996 \begin_inset ERT
6997 status collapsed
6998
6999 \begin_layout Plain Layout
7000
7001 }
7002 \end_layout
7003
7004 \end_inset
7005
7006
7007 \begin_inset Index idx
7008 status collapsed
7009
7010 \begin_layout Plain Layout
7011 Befehle ! O ! 
7012 \backslash
7013 overbrace
7014 \end_layout
7015
7016 \end_inset
7017
7018
7019 \end_layout
7020
7021 \end_inset
7022 </cell>
7023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7024 \begin_inset Text
7025
7026 \begin_layout Plain Layout
7027 \begin_inset Formula $\overbrace{A+B}^{3}$
7028 \end_inset
7029
7030
7031 \end_layout
7032
7033 \end_inset
7034 </cell>
7035 </row>
7036 <row>
7037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 \begin_inset ERT
7042 status collapsed
7043
7044 \begin_layout Plain Layout
7045
7046
7047 \backslash
7048 raisebox{-2.2mm}{
7049 \end_layout
7050
7051 \end_inset
7052
7053
7054 \backslash
7055 underbrace
7056 \begin_inset space \textvisiblespace{}
7057 \end_inset
7058
7059 A+B
7060 \begin_inset space \textvisiblespace{}
7061 \end_inset
7062
7063 _5
7064 \begin_inset ERT
7065 status collapsed
7066
7067 \begin_layout Plain Layout
7068
7069 }
7070 \end_layout
7071
7072 \end_inset
7073
7074
7075 \begin_inset Index idx
7076 status collapsed
7077
7078 \begin_layout Plain Layout
7079 Befehle ! U ! 
7080 \backslash
7081 underbrace
7082 \end_layout
7083
7084 \end_inset
7085
7086
7087 \end_layout
7088
7089 \end_inset
7090 </cell>
7091 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7092 \begin_inset Text
7093
7094 \begin_layout Plain Layout
7095 \begin_inset Formula $\underbrace{A+B}_{5}$
7096 \end_inset
7097
7098
7099 \end_layout
7100
7101 \end_inset
7102 </cell>
7103 </row>
7104 <row>
7105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7106 \begin_inset Text
7107
7108 \begin_layout Plain Layout
7109
7110 \backslash
7111 overbrace
7112 \begin_inset space \textvisiblespace{}
7113 \end_inset
7114
7115
7116 \backslash
7117 underbrace
7118 \begin_inset space \textvisiblespace{}
7119 \end_inset
7120
7121 A+B_w
7122 \begin_inset space \textvisiblespace{}
7123 \end_inset
7124
7125
7126 \begin_inset space \textvisiblespace{}
7127 \end_inset
7128
7129 _7
7130 \begin_inset space \textvisiblespace{}
7131 \end_inset
7132
7133
7134 \begin_inset space \textvisiblespace{}
7135 \end_inset
7136
7137 ^
7138 \begin_inset space \textvisiblespace{}
7139 \end_inset
7140
7141 C
7142 \end_layout
7143
7144 \end_inset
7145 </cell>
7146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7147 \begin_inset Text
7148
7149 \begin_layout Plain Layout
7150 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7151 \end_inset
7152
7153
7154 \end_layout
7155
7156 \end_inset
7157 </cell>
7158 </row>
7159 </lyxtabular>
7160
7161 \end_inset
7162
7163
7164 \end_layout
7165
7166 \begin_layout Standard
7167 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7168 \series bold
7169
7170 \backslash
7171 overbrace
7172 \series default
7173  oder 
7174 \series bold
7175
7176 \backslash
7177 underbrace
7178 \series default
7179  eingibt.
7180 \end_layout
7181
7182 \begin_layout Standard
7183 \begin_inset VSpace bigskip
7184 \end_inset
7185
7186 Benötigt man Klammern, die sich überschneiden, muss man die in 
7187 \begin_inset CommandInset ref
7188 LatexCommand ref
7189 reference "sec:Mehrzeilige-Formeln"
7190
7191 \end_inset
7192
7193  beschriebenen mehrzeiligen Formeln verwenden:
7194 \begin_inset Formula 
7195 \begin{eqnarray*}
7196 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7197  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7198 \end{eqnarray*}
7199
7200 \end_inset
7201
7202 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7203  Dabei ist es wichtig, dass vor dem ersten 
7204 \begin_inset Formula $d$
7205 \end_inset
7206
7207  der Abstandsbefehl
7208 \begin_inset Foot
7209 status collapsed
7210
7211 \begin_layout Plain Layout
7212 Abstandsbefehle sind in 
7213 \begin_inset CommandInset ref
7214 LatexCommand ref
7215 reference "sub:Vordefinierter-Leerraum"
7216
7217 \end_inset
7218
7219  erklärt.
7220 \end_layout
7221
7222 \end_inset
7223
7224  
7225 \series bold
7226
7227 \backslash
7228 :
7229 \series default
7230  eingegeben wird, denn die nach dem 
7231 \begin_inset Formula $q$
7232 \end_inset
7233
7234  endende Klammer verhindert, dass das nachfolgende 
7235 \begin_inset Quotes gld
7236 \end_inset
7237
7238 +
7239 \begin_inset Quotes grd
7240 \end_inset
7241
7242  von Leerraum umgeben ist.
7243 \begin_inset Foot
7244 status collapsed
7245
7246 \begin_layout Plain Layout
7247 weil eine Klammer nicht als Zeichen gilt, siehe 
7248 \begin_inset CommandInset ref
7249 LatexCommand ref
7250 reference "sub:Binäre-Operatoren"
7251
7252 \end_inset
7253
7254
7255 \end_layout
7256
7257 \end_inset
7258
7259  In die zweite Zeile wird die zweite Klammer eingegeben.
7260  Da sie vor dem 
7261 \begin_inset Formula $b$
7262 \end_inset
7263
7264  beginnen soll, gibt man zuerst 
7265 \series bold
7266
7267 \backslash
7268 hphantom{gggg+
7269 \backslash
7270 :}
7271 \series default
7272  ein.
7273 \begin_inset Foot
7274 status collapsed
7275
7276 \begin_layout Plain Layout
7277 mehr zu 
7278 \series bold
7279
7280 \backslash
7281 hphantom
7282 \series default
7283  siehe 
7284 \begin_inset CommandInset ref
7285 LatexCommand ref
7286 reference "sub:Platzhalter"
7287
7288 \end_inset
7289
7290 .
7291 \end_layout
7292
7293 \end_inset
7294
7295  Dieser Leerraum wird benötigt, weil das 
7296 \begin_inset Quotes gld
7297 \end_inset
7298
7299 +
7300 \begin_inset Quotes grd
7301 \end_inset
7302
7303  in der Formel auch von Leerraum umgeben ist.
7304  Die Klammer wird unter den Befehl 
7305 \series bold
7306
7307 \backslash
7308 hphantom{bbqq+dddd}
7309 \series default
7310  gesetzt.
7311 \end_layout
7312
7313 \begin_layout Standard
7314 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7315 n, wie in folgendem Beispiel:
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 setlength{
7324 \backslash
7325 jot}{-6pt}
7326 \end_layout
7327
7328 \end_inset
7329
7330
7331 \begin_inset Formula 
7332 \begin{eqnarray*}
7333  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7334 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7335 \end{eqnarray*}
7336
7337 \end_inset
7338
7339
7340 \begin_inset ERT
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344
7345
7346 \backslash
7347 setlength{
7348 \backslash
7349 jot}{3pt}
7350 \end_layout
7351
7352 \end_inset
7353
7354 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7355  mit dem Unterschied, dass sich die Klammer oben befindet.
7356  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7357  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7358  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7359  werden.
7360  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7361 \begin_inset Foot
7362 status collapsed
7363
7364 \begin_layout Plain Layout
7365 \begin_inset CommandInset href
7366 LatexCommand href
7367 name "LyX-Fehler #1505"
7368 target "http://www.lyx.org/trac/ticket/1505"
7369
7370 \end_inset
7371
7372
7373 \end_layout
7374
7375 \end_inset
7376
7377 .
7378  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7379 \series bold
7380
7381 \backslash
7382 jot
7383 \series default
7384
7385 \begin_inset Index idx
7386 status collapsed
7387
7388 \begin_layout Plain Layout
7389 Befehle ! J ! 
7390 \backslash
7391 jot
7392 \end_layout
7393
7394 \end_inset
7395
7396  vor der Formel mit dem Befehl 
7397 \series bold
7398
7399 \backslash
7400 setlength{
7401 \backslash
7402 jot}{-6pt}
7403 \series default
7404  im TeX-Modus auf den Wert -6
7405 \begin_inset space \thinspace{}
7406 \end_inset
7407
7408 pt geändert.
7409  Nach der Formel wird 
7410 \series bold
7411
7412 \backslash
7413 jot
7414 \series default
7415  mit demselben Befehl wieder auf den Standardwert 3
7416 \begin_inset space \thinspace{}
7417 \end_inset
7418
7419 pt zurückgesetzt.
7420  Genaueres zum Zeilenabstand in Formeln ist in 
7421 \begin_inset CommandInset ref
7422 LatexCommand ref
7423 reference "sub:Zeilenabstand"
7424
7425 \end_inset
7426
7427  erklärt.
7428 \end_layout
7429
7430 \begin_layout Section
7431 Pfeile
7432 \begin_inset Index idx
7433 status collapsed
7434
7435 \begin_layout Plain Layout
7436 Pfeile
7437 \end_layout
7438
7439 \end_inset
7440
7441
7442 \end_layout
7443
7444 \begin_layout Standard
7445 Pfeile können über den Mathe-Werkzeugleistenknopf 
7446 \begin_inset Graphics
7447         filename ../../images/math/leftarrow.png
7448         scale 85
7449
7450 \end_inset
7451
7452  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7453  aufgelistet sind.
7454 \end_layout
7455
7456 \begin_layout Subsection
7457 Horizontale Pfeile
7458 \begin_inset Index idx
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 Pfeile ! horizontale
7463 \end_layout
7464
7465 \end_inset
7466
7467
7468 \end_layout
7469
7470 \begin_layout Standard
7471 \begin_inset space \hfill{}
7472 \end_inset
7473
7474
7475 \begin_inset Tabular
7476 <lyxtabular version="3" rows="8" columns="2">
7477 <features rotate="0" tabularvalignment="middle">
7478 <column alignment="center" valignment="top" width="0pt">
7479 <column alignment="center" valignment="top" width="0pt">
7480 <row>
7481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7482 \begin_inset Text
7483
7484 \begin_layout Plain Layout
7485 Befehl
7486 \end_layout
7487
7488 \end_inset
7489 </cell>
7490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7491 \begin_inset Text
7492
7493 \begin_layout Plain Layout
7494 Ergebnis
7495 \end_layout
7496
7497 \end_inset
7498 </cell>
7499 </row>
7500 <row>
7501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7502 \begin_inset Text
7503
7504 \begin_layout Plain Layout
7505
7506 \backslash
7507 gets
7508 \end_layout
7509
7510 \end_inset
7511 </cell>
7512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7513 \begin_inset Text
7514
7515 \begin_layout Plain Layout
7516 \begin_inset Formula $\gets$
7517 \end_inset
7518
7519
7520 \end_layout
7521
7522 \end_inset
7523 </cell>
7524 </row>
7525 <row>
7526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7527 \begin_inset Text
7528
7529 \begin_layout Plain Layout
7530
7531 \backslash
7532 Leftarrow
7533 \end_layout
7534
7535 \end_inset
7536 </cell>
7537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7538 \begin_inset Text
7539
7540 \begin_layout Plain Layout
7541 \begin_inset Formula $\Leftarrow$
7542 \end_inset
7543
7544
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 </row>
7550 <row>
7551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555
7556 \backslash
7557 longleftarrow
7558 \end_layout
7559
7560 \end_inset
7561 </cell>
7562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7563 \begin_inset Text
7564
7565 \begin_layout Plain Layout
7566 \begin_inset Formula $\longleftarrow$
7567 \end_inset
7568
7569
7570 \end_layout
7571
7572 \end_inset
7573 </cell>
7574 </row>
7575 <row>
7576 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7577 \begin_inset Text
7578
7579 \begin_layout Plain Layout
7580
7581 \backslash
7582 Longleftarrow
7583 \end_layout
7584
7585 \end_inset
7586 </cell>
7587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7588 \begin_inset Text
7589
7590 \begin_layout Plain Layout
7591 \begin_inset Formula $\Longleftarrow$
7592 \end_inset
7593
7594
7595 \end_layout
7596
7597 \end_inset
7598 </cell>
7599 </row>
7600 <row>
7601 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7602 \begin_inset Text
7603
7604 \begin_layout Plain Layout
7605
7606 \backslash
7607 leftharpoonup
7608 \end_layout
7609
7610 \end_inset
7611 </cell>
7612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7613 \begin_inset Text
7614
7615 \begin_layout Plain Layout
7616 \begin_inset Formula $\leftharpoonup$
7617 \end_inset
7618
7619
7620 \end_layout
7621
7622 \end_inset
7623 </cell>
7624 </row>
7625 <row>
7626 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7627 \begin_inset Text
7628
7629 \begin_layout Plain Layout
7630
7631 \backslash
7632 leftharpoondown
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 \begin_inset Formula $\leftharpoondown$
7642 \end_inset
7643
7644
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 </row>
7650 <row>
7651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655
7656 \backslash
7657 hookleftarrow
7658 \end_layout
7659
7660 \end_inset
7661 </cell>
7662 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7663 \begin_inset Text
7664
7665 \begin_layout Plain Layout
7666 \begin_inset Formula $\hookleftarrow$
7667 \end_inset
7668
7669
7670 \end_layout
7671
7672 \end_inset
7673 </cell>
7674 </row>
7675 </lyxtabular>
7676
7677 \end_inset
7678
7679
7680 \begin_inset space \hfill{}
7681 \end_inset
7682
7683
7684 \begin_inset Tabular
7685 <lyxtabular version="3" rows="8" columns="2">
7686 <features rotate="0" tabularvalignment="middle">
7687 <column alignment="center" valignment="top" width="0pt">
7688 <column alignment="center" valignment="top" width="0pt">
7689 <row>
7690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 Befehl
7695 \end_layout
7696
7697 \end_inset
7698 </cell>
7699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7700 \begin_inset Text
7701
7702 \begin_layout Plain Layout
7703 Ergebnis
7704 \end_layout
7705
7706 \end_inset
7707 </cell>
7708 </row>
7709 <row>
7710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7711 \begin_inset Text
7712
7713 \begin_layout Plain Layout
7714
7715 \backslash
7716 to
7717 \end_layout
7718
7719 \end_inset
7720 </cell>
7721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7722 \begin_inset Text
7723
7724 \begin_layout Plain Layout
7725 \begin_inset Formula $\to$
7726 \end_inset
7727
7728
7729 \end_layout
7730
7731 \end_inset
7732 </cell>
7733 </row>
7734 <row>
7735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7736 \begin_inset Text
7737
7738 \begin_layout Plain Layout
7739
7740 \backslash
7741 Rightarrow
7742 \end_layout
7743
7744 \end_inset
7745 </cell>
7746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7747 \begin_inset Text
7748
7749 \begin_layout Plain Layout
7750 \begin_inset Formula $\Rightarrow$
7751 \end_inset
7752
7753
7754 \end_layout
7755
7756 \end_inset
7757 </cell>
7758 </row>
7759 <row>
7760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7761 \begin_inset Text
7762
7763 \begin_layout Plain Layout
7764
7765 \backslash
7766 longrightarrow
7767 \end_layout
7768
7769 \end_inset
7770 </cell>
7771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7772 \begin_inset Text
7773
7774 \begin_layout Plain Layout
7775 \begin_inset Formula $\longrightarrow$
7776 \end_inset
7777
7778
7779 \end_layout
7780
7781 \end_inset
7782 </cell>
7783 </row>
7784 <row>
7785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7786 \begin_inset Text
7787
7788 \begin_layout Plain Layout
7789
7790 \backslash
7791 Longrightarrow
7792 \end_layout
7793
7794 \end_inset
7795 </cell>
7796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7797 \begin_inset Text
7798
7799 \begin_layout Plain Layout
7800 \begin_inset Formula $\Longrightarrow$
7801 \end_inset
7802
7803
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 </row>
7809 <row>
7810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814
7815 \backslash
7816 rightharpoonup
7817 \end_layout
7818
7819 \end_inset
7820 </cell>
7821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7822 \begin_inset Text
7823
7824 \begin_layout Plain Layout
7825 \begin_inset Formula $\rightharpoonup$
7826 \end_inset
7827
7828
7829 \end_layout
7830
7831 \end_inset
7832 </cell>
7833 </row>
7834 <row>
7835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7836 \begin_inset Text
7837
7838 \begin_layout Plain Layout
7839
7840 \backslash
7841 rightharpoondown
7842 \end_layout
7843
7844 \end_inset
7845 </cell>
7846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7847 \begin_inset Text
7848
7849 \begin_layout Plain Layout
7850 \begin_inset Formula $\rightharpoondown$
7851 \end_inset
7852
7853
7854 \end_layout
7855
7856 \end_inset
7857 </cell>
7858 </row>
7859 <row>
7860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7861 \begin_inset Text
7862
7863 \begin_layout Plain Layout
7864
7865 \backslash
7866 hookrightarrow
7867 \end_layout
7868
7869 \end_inset
7870 </cell>
7871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 \begin_inset Formula $\hookrightarrow$
7876 \end_inset
7877
7878
7879 \end_layout
7880
7881 \end_inset
7882 </cell>
7883 </row>
7884 </lyxtabular>
7885
7886 \end_inset
7887
7888
7889 \begin_inset space \hfill{}
7890 \end_inset
7891
7892
7893 \end_layout
7894
7895 \begin_layout Standard
7896 \begin_inset space \hfill{}
7897 \end_inset
7898
7899
7900 \begin_inset Tabular
7901 <lyxtabular version="3" rows="6" columns="2">
7902 <features rotate="0" tabularvalignment="middle">
7903 <column alignment="center" valignment="top" width="0pt">
7904 <column alignment="center" valignment="top" width="0pt">
7905 <row>
7906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7907 \begin_inset Text
7908
7909 \begin_layout Plain Layout
7910 Befehl
7911 \end_layout
7912
7913 \end_inset
7914 </cell>
7915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7916 \begin_inset Text
7917
7918 \begin_layout Plain Layout
7919 Ergebnis
7920 \end_layout
7921
7922 \end_inset
7923 </cell>
7924 </row>
7925 <row>
7926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7927 \begin_inset Text
7928
7929 \begin_layout Plain Layout
7930
7931 \backslash
7932 leftrightarrow
7933 \end_layout
7934
7935 \end_inset
7936 </cell>
7937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7938 \begin_inset Text
7939
7940 \begin_layout Plain Layout
7941 \begin_inset Formula $\leftrightarrow$
7942 \end_inset
7943
7944
7945 \end_layout
7946
7947 \end_inset
7948 </cell>
7949 </row>
7950 <row>
7951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955
7956 \backslash
7957 Leftrightarrow
7958 \end_layout
7959
7960 \end_inset
7961 </cell>
7962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7963 \begin_inset Text
7964
7965 \begin_layout Plain Layout
7966 \begin_inset Formula $\Leftrightarrow$
7967 \end_inset
7968
7969
7970 \end_layout
7971
7972 \end_inset
7973 </cell>
7974 </row>
7975 <row>
7976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7977 \begin_inset Text
7978
7979 \begin_layout Plain Layout
7980
7981 \backslash
7982 longleftrightarrow
7983 \end_layout
7984
7985 \end_inset
7986 </cell>
7987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7988 \begin_inset Text
7989
7990 \begin_layout Plain Layout
7991 \begin_inset Formula $\longleftrightarrow$
7992 \end_inset
7993
7994
7995 \end_layout
7996
7997 \end_inset
7998 </cell>
7999 </row>
8000 <row>
8001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8002 \begin_inset Text
8003
8004 \begin_layout Plain Layout
8005
8006 \backslash
8007 Longleftrightarrow
8008 \end_layout
8009
8010 \end_inset
8011 </cell>
8012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8013 \begin_inset Text
8014
8015 \begin_layout Plain Layout
8016 \begin_inset Formula $\Longleftrightarrow$
8017 \end_inset
8018
8019
8020 \end_layout
8021
8022 \end_inset
8023 </cell>
8024 </row>
8025 <row>
8026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8027 \begin_inset Text
8028
8029 \begin_layout Plain Layout
8030
8031 \backslash
8032 rightleftharpoons
8033 \end_layout
8034
8035 \end_inset
8036 </cell>
8037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8038 \begin_inset Text
8039
8040 \begin_layout Plain Layout
8041 \begin_inset Formula $\rightleftharpoons$
8042 \end_inset
8043
8044
8045 \end_layout
8046
8047 \end_inset
8048 </cell>
8049 </row>
8050 </lyxtabular>
8051
8052 \end_inset
8053
8054
8055 \begin_inset space \hspace{}
8056 \length 25pt
8057 \end_inset
8058
8059
8060 \begin_inset space \hfill{}
8061 \end_inset
8062
8063
8064 \begin_inset Tabular
8065 <lyxtabular version="3" rows="5" columns="2">
8066 <features rotate="0" tabularvalignment="middle">
8067 <column alignment="center" valignment="top" width="0pt">
8068 <column alignment="center" valignment="top" width="0pt">
8069 <row>
8070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8071 \begin_inset Text
8072
8073 \begin_layout Plain Layout
8074 Befehl
8075 \end_layout
8076
8077 \end_inset
8078 </cell>
8079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8080 \begin_inset Text
8081
8082 \begin_layout Plain Layout
8083 Ergebnis
8084 \end_layout
8085
8086 \end_inset
8087 </cell>
8088 </row>
8089 <row>
8090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8091 \begin_inset Text
8092
8093 \begin_layout Plain Layout
8094
8095 \backslash
8096 mapsto
8097 \end_layout
8098
8099 \end_inset
8100 </cell>
8101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8102 \begin_inset Text
8103
8104 \begin_layout Plain Layout
8105 \begin_inset Formula $\mapsto$
8106 \end_inset
8107
8108
8109 \end_layout
8110
8111 \end_inset
8112 </cell>
8113 </row>
8114 <row>
8115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8116 \begin_inset Text
8117
8118 \begin_layout Plain Layout
8119
8120 \backslash
8121 longmapsto
8122 \end_layout
8123
8124 \end_inset
8125 </cell>
8126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8127 \begin_inset Text
8128
8129 \begin_layout Plain Layout
8130 \begin_inset Formula $\longmapsto$
8131 \end_inset
8132
8133
8134 \end_layout
8135
8136 \end_inset
8137 </cell>
8138 </row>
8139 <row>
8140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8141 \begin_inset Text
8142
8143 \begin_layout Plain Layout
8144
8145 \backslash
8146 leadsto
8147 \end_layout
8148
8149 \end_inset
8150 </cell>
8151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8152 \begin_inset Text
8153
8154 \begin_layout Plain Layout
8155 \begin_inset Formula $\leadsto$
8156 \end_inset
8157
8158
8159 \end_layout
8160
8161 \end_inset
8162 </cell>
8163 </row>
8164 <row>
8165 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8166 \begin_inset Text
8167
8168 \begin_layout Plain Layout
8169
8170 \backslash
8171 dasharrow
8172 \end_layout
8173
8174 \end_inset
8175 </cell>
8176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 \begin_inset Formula $\dasharrow$
8181 \end_inset
8182
8183
8184 \end_layout
8185
8186 \end_inset
8187 </cell>
8188 </row>
8189 </lyxtabular>
8190
8191 \end_inset
8192
8193
8194 \begin_inset space \hfill{}
8195 \end_inset
8196
8197
8198 \end_layout
8199
8200 \begin_layout Standard
8201 \begin_inset VSpace medskip
8202 \end_inset
8203
8204 Als Akzente verwendete Pfeile, wie z.
8205 \begin_inset space \thinspace{}
8206 \end_inset
8207
8208 B.
8209  Vektorpfeile, sind in 
8210 \begin_inset CommandInset ref
8211 LatexCommand ref
8212 reference "sec:Akzente"
8213
8214 \end_inset
8215
8216  aufgelistet.
8217 \end_layout
8218
8219 \begin_layout Standard
8220 \begin_inset VSpace bigskip
8221 \end_inset
8222
8223 Des Weiteren gibt es die beschriftbaren Pfeile
8224 \begin_inset Index idx
8225 status collapsed
8226
8227 \begin_layout Plain Layout
8228 Pfeile ! beschriftbare
8229 \end_layout
8230
8231 \end_inset
8232
8233  
8234 \series bold
8235
8236 \backslash
8237 xleftarrow
8238 \series default
8239
8240 \begin_inset Index idx
8241 status collapsed
8242
8243 \begin_layout Plain Layout
8244 Befehle ! X ! 
8245 \backslash
8246 xleftarrow
8247 \end_layout
8248
8249 \end_inset
8250
8251  und 
8252 \series bold
8253
8254 \backslash
8255 xrightarrow
8256 \series default
8257
8258 \begin_inset Index idx
8259 status collapsed
8260
8261 \begin_layout Plain Layout
8262 Befehle ! X ! 
8263 \backslash
8264 xrightarrow
8265 \begin_inset ERT
8266 status collapsed
8267
8268 \begin_layout Plain Layout
8269
8270
8271 \backslash
8272 vspace{4mm}
8273 \end_layout
8274
8275 \end_inset
8276
8277
8278 \end_layout
8279
8280 \end_inset
8281
8282 .
8283  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8284  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8285  Die Pfeillänge passt sich der Breite der Beschriftung an.
8286 \end_layout
8287
8288 \begin_layout Standard
8289 \align center
8290 \begin_inset Tabular
8291 <lyxtabular version="3" rows="3" columns="2">
8292 <features rotate="0" tabularvalignment="middle">
8293 <column alignment="center" valignment="top" width="0pt">
8294 <column alignment="center" valignment="top" width="0pt">
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Befehl
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Ergebnis
8310 \begin_inset Note Note
8311 status collapsed
8312
8313 \begin_layout Plain Layout
8314
8315 \series bold
8316
8317 \backslash
8318 raisebox
8319 \series default
8320  dient nur als Abstandhalter.
8321 \end_layout
8322
8323 \end_inset
8324
8325
8326 \end_layout
8327
8328 \end_inset
8329 </cell>
8330 </row>
8331 <row>
8332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 F(a)
8337 \backslash
8338 xleftarrow
8339 \begin_inset space \textvisiblespace{}
8340 \end_inset
8341
8342 x=a
8343 \begin_inset Formula $\downarrow$
8344 \end_inset
8345
8346 x>0
8347 \begin_inset Formula $\to$
8348 \end_inset
8349
8350 F(x)
8351 \end_layout
8352
8353 \end_inset
8354 </cell>
8355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8356 \begin_inset Text
8357
8358 \begin_layout Plain Layout
8359 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \end_inset
8366 </cell>
8367 </row>
8368 <row>
8369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8370 \begin_inset Text
8371
8372 \begin_layout Plain Layout
8373 F(x)
8374 \backslash
8375 xrightarrow
8376 \begin_inset space \textvisiblespace{}
8377 \end_inset
8378
8379 x=a
8380 \begin_inset Formula $\downarrow$
8381 \end_inset
8382
8383 x>0
8384 \begin_inset Formula $\to$
8385 \end_inset
8386
8387 F(a)
8388 \end_layout
8389
8390 \end_inset
8391 </cell>
8392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8393 \begin_inset Text
8394
8395 \begin_layout Plain Layout
8396 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8397 \end_inset
8398
8399
8400 \end_layout
8401
8402 \end_inset
8403 </cell>
8404 </row>
8405 </lyxtabular>
8406
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \begin_layout Subsection
8413 Vertikale und diagonale Pfeile
8414 \begin_inset Index idx
8415 status collapsed
8416
8417 \begin_layout Plain Layout
8418 Pfeile ! diagonale
8419 \end_layout
8420
8421 \end_inset
8422
8423
8424 \begin_inset Index idx
8425 status collapsed
8426
8427 \begin_layout Plain Layout
8428 Pfeile ! vertikale
8429 \end_layout
8430
8431 \end_inset
8432
8433
8434 \end_layout
8435
8436 \begin_layout Standard
8437 \begin_inset space \hfill{}
8438 \end_inset
8439
8440
8441 \begin_inset Tabular
8442 <lyxtabular version="3" rows="7" columns="2">
8443 <features rotate="0" tabularvalignment="middle">
8444 <column alignment="center" valignment="top" width="0pt">
8445 <column alignment="center" valignment="top" width="0pt">
8446 <row>
8447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 Befehl
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 Ergebnis
8461 \end_layout
8462
8463 \end_inset
8464 </cell>
8465 </row>
8466 <row>
8467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8468 \begin_inset Text
8469
8470 \begin_layout Plain Layout
8471
8472 \backslash
8473 uparrow
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8479 \begin_inset Text
8480
8481 \begin_layout Plain Layout
8482 \begin_inset Formula $\uparrow$
8483 \end_inset
8484
8485
8486 \end_layout
8487
8488 \end_inset
8489 </cell>
8490 </row>
8491 <row>
8492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8493 \begin_inset Text
8494
8495 \begin_layout Plain Layout
8496
8497 \backslash
8498 Uparrow
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8504 \begin_inset Text
8505
8506 \begin_layout Plain Layout
8507 \begin_inset Formula $\Uparrow$
8508 \end_inset
8509
8510
8511 \end_layout
8512
8513 \end_inset
8514 </cell>
8515 </row>
8516 <row>
8517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8518 \begin_inset Text
8519
8520 \begin_layout Plain Layout
8521
8522 \backslash
8523 updownarrow
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8529 \begin_inset Text
8530
8531 \begin_layout Plain Layout
8532 \begin_inset Formula $\updownarrow$
8533 \end_inset
8534
8535
8536 \end_layout
8537
8538 \end_inset
8539 </cell>
8540 </row>
8541 <row>
8542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8543 \begin_inset Text
8544
8545 \begin_layout Plain Layout
8546
8547 \backslash
8548 Updownarrow
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8554 \begin_inset Text
8555
8556 \begin_layout Plain Layout
8557 \begin_inset Formula $\Updownarrow$
8558 \end_inset
8559
8560
8561 \end_layout
8562
8563 \end_inset
8564 </cell>
8565 </row>
8566 <row>
8567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8568 \begin_inset Text
8569
8570 \begin_layout Plain Layout
8571
8572 \backslash
8573 Downarrow
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8579 \begin_inset Text
8580
8581 \begin_layout Plain Layout
8582 \begin_inset Formula $\Downarrow$
8583 \end_inset
8584
8585
8586 \end_layout
8587
8588 \end_inset
8589 </cell>
8590 </row>
8591 <row>
8592 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8593 \begin_inset Text
8594
8595 \begin_layout Plain Layout
8596
8597 \backslash
8598 downarrow
8599 \end_layout
8600
8601 \end_inset
8602 </cell>
8603 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8604 \begin_inset Text
8605
8606 \begin_layout Plain Layout
8607 \begin_inset Formula $\downarrow$
8608 \end_inset
8609
8610
8611 \end_layout
8612
8613 \end_inset
8614 </cell>
8615 </row>
8616 </lyxtabular>
8617
8618 \end_inset
8619
8620
8621 \begin_inset space \hfill{}
8622 \end_inset
8623
8624
8625 \begin_inset Tabular
8626 <lyxtabular version="3" rows="5" columns="2">
8627 <features rotate="0" tabularvalignment="middle">
8628 <column alignment="center" valignment="top" width="0pt">
8629 <column alignment="center" valignment="top" width="0pt">
8630 <row>
8631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8632 \begin_inset Text
8633
8634 \begin_layout Plain Layout
8635 Befehl
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 Ergebnis
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 </row>
8650 <row>
8651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8652 \begin_inset Text
8653
8654 \begin_layout Plain Layout
8655
8656 \backslash
8657 nearrow
8658 \end_layout
8659
8660 \end_inset
8661 </cell>
8662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8663 \begin_inset Text
8664
8665 \begin_layout Plain Layout
8666 \begin_inset Formula $\nearrow$
8667 \end_inset
8668
8669
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 </row>
8675 <row>
8676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8677 \begin_inset Text
8678
8679 \begin_layout Plain Layout
8680
8681 \backslash
8682 searrow
8683 \end_layout
8684
8685 \end_inset
8686 </cell>
8687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8688 \begin_inset Text
8689
8690 \begin_layout Plain Layout
8691 \begin_inset Formula $\searrow$
8692 \end_inset
8693
8694
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 </row>
8700 <row>
8701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8702 \begin_inset Text
8703
8704 \begin_layout Plain Layout
8705
8706 \backslash
8707 swarrow
8708 \end_layout
8709
8710 \end_inset
8711 </cell>
8712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8713 \begin_inset Text
8714
8715 \begin_layout Plain Layout
8716 \begin_inset Formula $\swarrow$
8717 \end_inset
8718
8719
8720 \end_layout
8721
8722 \end_inset
8723 </cell>
8724 </row>
8725 <row>
8726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8727 \begin_inset Text
8728
8729 \begin_layout Plain Layout
8730
8731 \backslash
8732 nwarrow
8733 \end_layout
8734
8735 \end_inset
8736 </cell>
8737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8738 \begin_inset Text
8739
8740 \begin_layout Plain Layout
8741 \begin_inset Formula $\nwarrow$
8742 \end_inset
8743
8744
8745 \end_layout
8746
8747 \end_inset
8748 </cell>
8749 </row>
8750 </lyxtabular>
8751
8752 \end_inset
8753
8754
8755 \begin_inset space \hfill{}
8756 \end_inset
8757
8758
8759 \end_layout
8760
8761 \begin_layout Standard
8762 \begin_inset VSpace medskip
8763 \end_inset
8764
8765 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
8766  
8767 \begin_inset CommandInset ref
8768 LatexCommand ref
8769 reference "sub:Manuelle-Klammergrößen"
8770
8771 \end_inset
8772
8773  und 
8774 \begin_inset CommandInset ref
8775 LatexCommand ref
8776 reference "sub:Automatische-Klammergrößen"
8777
8778 \end_inset
8779
8780  beschriebenen Befehlen verwendet werden.
8781 \end_layout
8782
8783 \begin_layout Section
8784 Akzente
8785 \begin_inset CommandInset label
8786 LatexCommand label
8787 name "sec:Akzente"
8788
8789 \end_inset
8790
8791
8792 \begin_inset Index idx
8793 status collapsed
8794
8795 \begin_layout Plain Layout
8796 Akzente
8797 \end_layout
8798
8799 \end_inset
8800
8801
8802 \end_layout
8803
8804 \begin_layout Standard
8805 Akzente können über den Mathe-Werkzeugleistenknopf 
8806 \begin_inset Graphics
8807         filename ../../images/math/hat.png
8808         scale 85
8809
8810 \end_inset
8811
8812  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8813  aufgelistet sind.
8814 \end_layout
8815
8816 \begin_layout Subsection
8817 Akzente für ein Zeichen
8818 \begin_inset ERT
8819 status collapsed
8820
8821 \begin_layout Plain Layout
8822
8823
8824 \backslash
8825 texorpdfstring{
8826 \end_layout
8827
8828 \end_inset
8829
8830
8831 \begin_inset Foot
8832 status collapsed
8833
8834 \begin_layout Plain Layout
8835 Akzente im Text siehe 
8836 \begin_inset CommandInset ref
8837 LatexCommand ref
8838 reference "sub:Sonderzeichen-Akzente"
8839
8840 \end_inset
8841
8842
8843 \end_layout
8844
8845 \end_inset
8846
8847
8848 \begin_inset ERT
8849 status collapsed
8850
8851 \begin_layout Plain Layout
8852
8853 }{}
8854 \end_layout
8855
8856 \end_inset
8857
8858
8859 \begin_inset Note Note
8860 status collapsed
8861
8862 \begin_layout Plain Layout
8863
8864 \series bold
8865
8866 \backslash
8867 texorpdfstring
8868 \series default
8869  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
8870 \end_layout
8871
8872 \begin_layout Plain Layout
8873 Näheres zu 
8874 \series bold
8875
8876 \backslash
8877 texorpdfstring
8878 \series default
8879  steht in Kapitel 
8880 \begin_inset CommandInset ref
8881 LatexCommand ref
8882 reference "sub:Formeln-in-Überschriften"
8883
8884 \end_inset
8885
8886 .
8887 \end_layout
8888
8889 \end_inset
8890
8891
8892 \begin_inset CommandInset label
8893 LatexCommand label
8894 name "sub:Akzente-für-ein"
8895
8896 \end_inset
8897
8898
8899 \begin_inset Index idx
8900 status collapsed
8901
8902 \begin_layout Plain Layout
8903 Akzente ! für ein Zeichen
8904 \end_layout
8905
8906 \end_inset
8907
8908
8909 \end_layout
8910
8911 \begin_layout Standard
8912 \begin_inset space \hfill{}
8913 \end_inset
8914
8915
8916 \begin_inset Tabular
8917 <lyxtabular version="3" rows="8" columns="2">
8918 <features rotate="0" tabularvalignment="middle">
8919 <column alignment="center" valignment="top" width="0pt">
8920 <column alignment="center" valignment="top" width="0pt">
8921 <row>
8922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8923 \begin_inset Text
8924
8925 \begin_layout Plain Layout
8926 Befehl
8927 \end_layout
8928
8929 \end_inset
8930 </cell>
8931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8932 \begin_inset Text
8933
8934 \begin_layout Plain Layout
8935 Ergebnis
8936 \begin_inset Note Note
8937 status collapsed
8938
8939 \begin_layout Plain Layout
8940
8941 \series bold
8942
8943 \backslash
8944 raisebox
8945 \series default
8946  dient nur als Abstandhalter.
8947 \end_layout
8948
8949 \end_inset
8950
8951
8952 \end_layout
8953
8954 \end_inset
8955 </cell>
8956 </row>
8957 <row>
8958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962
8963 \backslash
8964 dot
8965 \begin_inset space \textvisiblespace{}
8966 \end_inset
8967
8968 A
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8974 \begin_inset Text
8975
8976 \begin_layout Plain Layout
8977 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8978 \end_inset
8979
8980
8981 \end_layout
8982
8983 \end_inset
8984 </cell>
8985 </row>
8986 <row>
8987 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8988 \begin_inset Text
8989
8990 \begin_layout Plain Layout
8991
8992 \backslash
8993 ddot
8994 \begin_inset space \textvisiblespace{}
8995 \end_inset
8996
8997 A
8998 \end_layout
8999
9000 \end_inset
9001 </cell>
9002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9003 \begin_inset Text
9004
9005 \begin_layout Plain Layout
9006 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9007 \end_inset
9008
9009
9010 \end_layout
9011
9012 \end_inset
9013 </cell>
9014 </row>
9015 <row>
9016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9017 \begin_inset Text
9018
9019 \begin_layout Plain Layout
9020
9021 \backslash
9022 dddot
9023 \begin_inset space \textvisiblespace{}
9024 \end_inset
9025
9026 A
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9036 \end_inset
9037
9038
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \backslash
9051 ddddot
9052 \begin_inset space \textvisiblespace{}
9053 \end_inset
9054
9055 A
9056 \end_layout
9057
9058 \end_inset
9059 </cell>
9060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9061 \begin_inset Text
9062
9063 \begin_layout Plain Layout
9064 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9065 \end_inset
9066
9067
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 </row>
9073 <row>
9074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9075 \begin_inset Text
9076
9077 \begin_layout Plain Layout
9078
9079 \backslash
9080 vec
9081 \begin_inset space \textvisiblespace{}
9082 \end_inset
9083
9084 A
9085 \begin_inset Index idx
9086 status collapsed
9087
9088 \begin_layout Plain Layout
9089 Vektoren
9090 \end_layout
9091
9092 \end_inset
9093
9094
9095 \end_layout
9096
9097 \end_inset
9098 </cell>
9099 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9100 \begin_inset Text
9101
9102 \begin_layout Plain Layout
9103 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9104 \end_inset
9105
9106
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 </row>
9112 <row>
9113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117
9118 \backslash
9119 bar
9120 \begin_inset space \textvisiblespace{}
9121 \end_inset
9122
9123 A
9124 \end_layout
9125
9126 \end_inset
9127 </cell>
9128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9129 \begin_inset Text
9130
9131 \begin_layout Plain Layout
9132 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \end_inset
9139 </cell>
9140 </row>
9141 <row>
9142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9143 \begin_inset Text
9144
9145 \begin_layout Plain Layout
9146
9147 \backslash
9148 mathring
9149 \begin_inset space \textvisiblespace{}
9150 \end_inset
9151
9152 A
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9158 \begin_inset Text
9159
9160 \begin_layout Plain Layout
9161 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9162 \end_inset
9163
9164
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 </lyxtabular>
9171
9172 \end_inset
9173
9174
9175 \begin_inset space \hfill{}
9176 \end_inset
9177
9178
9179 \begin_inset Tabular
9180 <lyxtabular version="3" rows="7" columns="2">
9181 <features rotate="0" tabularvalignment="middle">
9182 <column alignment="center" valignment="top" width="0pt">
9183 <column alignment="center" valignment="top" width="0pt">
9184 <row>
9185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9186 \begin_inset Text
9187
9188 \begin_layout Plain Layout
9189 Befehl
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9195 \begin_inset Text
9196
9197 \begin_layout Plain Layout
9198 Ergebnis
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209
9210 \backslash
9211 tilde
9212 \begin_inset space \textvisiblespace{}
9213 \end_inset
9214
9215 A
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9225 \end_inset
9226
9227
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 </row>
9233 <row>
9234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9235 \begin_inset Text
9236
9237 \begin_layout Plain Layout
9238
9239 \backslash
9240 hat
9241 \begin_inset space \textvisiblespace{}
9242 \end_inset
9243
9244 A
9245 \end_layout
9246
9247 \end_inset
9248 </cell>
9249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9250 \begin_inset Text
9251
9252 \begin_layout Plain Layout
9253 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9254 \end_inset
9255
9256
9257 \end_layout
9258
9259 \end_inset
9260 </cell>
9261 </row>
9262 <row>
9263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9264 \begin_inset Text
9265
9266 \begin_layout Plain Layout
9267
9268 \backslash
9269 check
9270 \begin_inset space \textvisiblespace{}
9271 \end_inset
9272
9273 A
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9279 \begin_inset Text
9280
9281 \begin_layout Plain Layout
9282 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9283 \end_inset
9284
9285
9286 \end_layout
9287
9288 \end_inset
9289 </cell>
9290 </row>
9291 <row>
9292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9293 \begin_inset Text
9294
9295 \begin_layout Plain Layout
9296
9297 \backslash
9298 acute
9299 \begin_inset space \textvisiblespace{}
9300 \end_inset
9301
9302 A
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 <row>
9321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9322 \begin_inset Text
9323
9324 \begin_layout Plain Layout
9325
9326 \backslash
9327 grave
9328 \begin_inset space \textvisiblespace{}
9329 \end_inset
9330
9331 A
9332 \end_layout
9333
9334 \end_inset
9335 </cell>
9336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9337 \begin_inset Text
9338
9339 \begin_layout Plain Layout
9340 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9341 \end_inset
9342
9343
9344 \end_layout
9345
9346 \end_inset
9347 </cell>
9348 </row>
9349 <row>
9350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9351 \begin_inset Text
9352
9353 \begin_layout Plain Layout
9354
9355 \backslash
9356 breve
9357 \begin_inset space \textvisiblespace{}
9358 \end_inset
9359
9360 A
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9370 \end_inset
9371
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 </lyxtabular>
9379
9380 \end_inset
9381
9382
9383 \begin_inset space \hfill{}
9384 \end_inset
9385
9386
9387 \end_layout
9388
9389 \begin_layout Standard
9390 \begin_inset VSpace bigskip
9391 \end_inset
9392
9393 Akzente wie z.B.
9394  é können direkt in Formeln eingegeben werden.
9395  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
9396  Für Umlaute
9397 \begin_inset Index idx
9398 status collapsed
9399
9400 \begin_layout Plain Layout
9401 Umlaute
9402 \end_layout
9403
9404 \end_inset
9405
9406  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
9407  Diese beiden Zeichen bilden dann für LaTeX 
9408 \emph on
9409 ein
9410 \emph default
9411  Zeichen.
9412  Im Gegensatz zu 
9413 \series bold
9414
9415 \backslash
9416 ddot
9417 \series default
9418  entstehen damit 
9419 \begin_inset Quotes gld
9420 \end_inset
9421
9422 echte
9423 \begin_inset Quotes grd
9424 \end_inset
9425
9426  Umlaute, was folgendes Beispiel zeigt:
9427 \end_layout
9428
9429 \begin_layout Standard
9430 \begin_inset VSpace -2mm
9431 \end_inset
9432
9433
9434 \end_layout
9435
9436 \begin_layout Standard
9437 \align center
9438 \begin_inset Tabular
9439 <lyxtabular version="3" rows="3" columns="2">
9440 <features rotate="0" tabularvalignment="middle">
9441 <column alignment="center" valignment="top">
9442 <column alignment="center" valignment="top">
9443 <row>
9444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9445 \begin_inset Text
9446
9447 \begin_layout Plain Layout
9448 Befehl
9449 \end_layout
9450
9451 \end_inset
9452 </cell>
9453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9454 \begin_inset Text
9455
9456 \begin_layout Plain Layout
9457 Ergebnis
9458 \begin_inset Note Note
9459 status collapsed
9460
9461 \begin_layout Plain Layout
9462
9463 \series bold
9464
9465 \backslash
9466 raisebox
9467 \series default
9468  dient nur als Abstandhalter.
9469 \end_layout
9470
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484 \begin_inset Quotes grd
9485 \end_inset
9486
9487 i
9488 \end_layout
9489
9490 \end_inset
9491 </cell>
9492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9493 \begin_inset Text
9494
9495 \begin_layout Plain Layout
9496 \begin_inset Formula $"i$
9497 \end_inset
9498
9499
9500 \end_layout
9501
9502 \end_inset
9503 </cell>
9504 </row>
9505 <row>
9506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9507 \begin_inset Text
9508
9509 \begin_layout Plain Layout
9510
9511 \backslash
9512 ddot
9513 \begin_inset space \textvisiblespace{}
9514 \end_inset
9515
9516 i
9517 \end_layout
9518
9519 \end_inset
9520 </cell>
9521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9522 \begin_inset Text
9523
9524 \begin_layout Plain Layout
9525 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9526 \end_inset
9527
9528
9529 \end_layout
9530
9531 \end_inset
9532 </cell>
9533 </row>
9534 </lyxtabular>
9535
9536 \end_inset
9537
9538
9539 \end_layout
9540
9541 \begin_layout Standard
9542 Ein weiterer Vorteil gegenüber 
9543 \series bold
9544
9545 \backslash
9546 ddot
9547 \series default
9548  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9549  denn die obigen Akzentbefehle sind 
9550 \emph on
9551 im mathematischen Text\SpecialChar \-
9552 modus nicht erlaubt
9553 \emph default
9554 .
9555  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9556  nur das Zeichen unter dem Akzent umgewandelt werden.
9557  Das gilt auch für alle anderen Umwandlungen wie z.
9558 \begin_inset space \thinspace{}
9559 \end_inset
9560
9561 B.
9562  in kursiv oder fett.
9563 \end_layout
9564
9565 \begin_layout Standard
9566 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9567  direkt eingegeben werden.
9568 \end_layout
9569
9570 \begin_layout Standard
9571 \begin_inset VSpace bigskip
9572 \end_inset
9573
9574
9575 \end_layout
9576
9577 \begin_layout Standard
9578 LyX unterstützt auch eine Tilde unter einem Zeichen, wenn das LaTeX-Paket
9579  
9580 \series bold
9581 undertilde
9582 \series default
9583
9584 \begin_inset Index idx
9585 status collapsed
9586
9587 \begin_layout Plain Layout
9588 Pakete ! undertilde
9589 \end_layout
9590
9591 \end_inset
9592
9593  auf Ihrem System installiert ist:
9594 \end_layout
9595
9596 \begin_layout Standard
9597 \begin_inset ERT
9598 status collapsed
9599
9600 \begin_layout Plain Layout
9601
9602
9603 \backslash
9604 ifundertilde 
9605 \end_layout
9606
9607 \end_inset
9608
9609
9610 \begin_inset Note Note
9611 status open
9612
9613 \begin_layout Plain Layout
9614 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
9615 \series bold
9616 undertilde
9617 \series default
9618  installiert ist:
9619 \end_layout
9620
9621 \end_inset
9622
9623
9624 \end_layout
9625
9626 \begin_layout Standard
9627 \noindent
9628 \align center
9629 \begin_inset Tabular
9630 <lyxtabular version="3" rows="2" columns="2">
9631 <features rotate="0" tabularvalignment="middle">
9632 <column alignment="center" valignment="top" width="0pt">
9633 <column alignment="center" valignment="top" width="0pt">
9634 <row>
9635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9636 \begin_inset Text
9637
9638 \begin_layout Plain Layout
9639 Befehl
9640 \end_layout
9641
9642 \end_inset
9643 </cell>
9644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9645 \begin_inset Text
9646
9647 \begin_layout Plain Layout
9648 Ergebnis
9649 \end_layout
9650
9651 \end_inset
9652 </cell>
9653 </row>
9654 <row>
9655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659
9660 \backslash
9661 utilde
9662 \begin_inset space \textvisiblespace{}
9663 \end_inset
9664
9665 A
9666 \end_layout
9667
9668 \end_inset
9669 </cell>
9670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9671 \begin_inset Text
9672
9673 \begin_layout Plain Layout
9674 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 </lyxtabular>
9684
9685 \end_inset
9686
9687
9688 \end_layout
9689
9690 \begin_layout Standard
9691 \begin_inset ERT
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695
9696
9697 \backslash
9698 else 
9699 \end_layout
9700
9701 \end_inset
9702
9703
9704 \begin_inset Note Note
9705 status open
9706
9707 \begin_layout Plain Layout
9708 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
9709 \series bold
9710 undertilde
9711 \series default
9712  nicht installiert ist:
9713 \end_layout
9714
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \begin_layout Standard
9721 Das LaTeX-Paket 
9722 \series bold
9723 undertilde 
9724 \series default
9725 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
9726 \end_layout
9727
9728 \begin_layout Standard
9729 \begin_inset ERT
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733
9734
9735 \backslash
9736 fi 
9737 \end_layout
9738
9739 \end_inset
9740
9741
9742 \end_layout
9743
9744 \begin_layout Subsection
9745 Akzente für mehrere Zeichen
9746 \begin_inset Index idx
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750 Akzente ! für mehrere Zeichen
9751 \end_layout
9752
9753 \end_inset
9754
9755
9756 \end_layout
9757
9758 \begin_layout Standard
9759 \begin_inset space \hfill{}
9760 \end_inset
9761
9762
9763 \begin_inset Tabular
9764 <lyxtabular version="3" rows="5" columns="2">
9765 <features rotate="0" tabularvalignment="middle">
9766 <column alignment="center" valignment="top" width="0pt">
9767 <column alignment="center" valignment="top" width="0pt">
9768 <row>
9769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9770 \begin_inset Text
9771
9772 \begin_layout Plain Layout
9773 Befehl
9774 \end_layout
9775
9776 \end_inset
9777 </cell>
9778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9779 \begin_inset Text
9780
9781 \begin_layout Plain Layout
9782 Ergebnis
9783 \begin_inset Note Note
9784 status collapsed
9785
9786 \begin_layout Plain Layout
9787
9788 \series bold
9789
9790 \backslash
9791 raisebox
9792 \series default
9793  dient nur als Abstandhalter.
9794 \end_layout
9795
9796 \end_inset
9797
9798
9799 \end_layout
9800
9801 \end_inset
9802 </cell>
9803 </row>
9804 <row>
9805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9806 \begin_inset Text
9807
9808 \begin_layout Plain Layout
9809
9810 \backslash
9811 overleftarrow
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" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9821 \begin_inset Text
9822
9823 \begin_layout Plain Layout
9824 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
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 underleftarrow
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{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
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 overleftrightarrow
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}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9883 \end_inset
9884
9885
9886 \end_layout
9887
9888 \end_inset
9889 </cell>
9890 </row>
9891 <row>
9892 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9893 \begin_inset Text
9894
9895 \begin_layout Plain Layout
9896
9897 \backslash
9898 underleftrightarrow
9899 \begin_inset space \textvisiblespace{}
9900 \end_inset
9901
9902 A=B
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9908 \begin_inset Text
9909
9910 \begin_layout Plain Layout
9911 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9912 \end_inset
9913
9914
9915 \end_layout
9916
9917 \end_inset
9918 </cell>
9919 </row>
9920 </lyxtabular>
9921
9922 \end_inset
9923
9924
9925 \begin_inset space \hfill{}
9926 \end_inset
9927
9928
9929 \begin_inset Tabular
9930 <lyxtabular version="3" rows="5" columns="2">
9931 <features rotate="0" tabularvalignment="middle">
9932 <column alignment="center" valignment="top" width="0pt">
9933 <column alignment="center" valignment="top" width="0pt">
9934 <row>
9935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 Befehl
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9945 \begin_inset Text
9946
9947 \begin_layout Plain Layout
9948 Ergebnis
9949 \end_layout
9950
9951 \end_inset
9952 </cell>
9953 </row>
9954 <row>
9955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9956 \begin_inset Text
9957
9958 \begin_layout Plain Layout
9959
9960 \backslash
9961 overrightarrow
9962 \begin_inset space \textvisiblespace{}
9963 \end_inset
9964
9965 A=B
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9975 \end_inset
9976
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \backslash
9990 underrightarrow
9991 \begin_inset space \textvisiblespace{}
9992 \end_inset
9993
9994 A=B
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10000 \begin_inset Text
10001
10002 \begin_layout Plain Layout
10003 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10004 \end_inset
10005
10006
10007 \end_layout
10008
10009 \end_inset
10010 </cell>
10011 </row>
10012 <row>
10013 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10014 \begin_inset Text
10015
10016 \begin_layout Plain Layout
10017
10018 \backslash
10019 widetilde
10020 \begin_inset space \textvisiblespace{}
10021 \end_inset
10022
10023 A=B
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10029 \begin_inset Text
10030
10031 \begin_layout Plain Layout
10032 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10033 \end_inset
10034
10035
10036 \end_layout
10037
10038 \end_inset
10039 </cell>
10040 </row>
10041 <row>
10042 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10043 \begin_inset Text
10044
10045 \begin_layout Plain Layout
10046
10047 \backslash
10048 widehat
10049 \begin_inset space \textvisiblespace{}
10050 \end_inset
10051
10052 A=B
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10062 \end_inset
10063
10064
10065 \end_layout
10066
10067 \end_inset
10068 </cell>
10069 </row>
10070 </lyxtabular>
10071
10072 \end_inset
10073
10074
10075 \begin_inset space \hfill{}
10076 \end_inset
10077
10078
10079 \end_layout
10080
10081 \begin_layout Standard
10082 \begin_inset VSpace medskip
10083 \end_inset
10084
10085 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10086  Die Akzente
10087 \begin_inset Newline linebreak
10088 \end_inset
10089
10090
10091 \series bold
10092
10093 \backslash
10094 widetilde
10095 \series default
10096  und 
10097 \series bold
10098
10099 \backslash
10100 widehat
10101 \series default
10102  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10103  was folgendes Beispiel verdeutlicht:
10104 \begin_inset Formula 
10105 \[
10106 \widetilde{A+B=C-D}
10107 \]
10108
10109 \end_inset
10110
10111
10112 \end_layout
10113
10114 \begin_layout Standard
10115 Mit den im vorigen Kapitel beschriebenen Befehlen 
10116 \series bold
10117
10118 \backslash
10119 overset
10120 \series default
10121
10122 \begin_inset Index idx
10123 status collapsed
10124
10125 \begin_layout Plain Layout
10126 Befehle ! O ! 
10127 \backslash
10128 overset
10129 \end_layout
10130
10131 \end_inset
10132
10133  und 
10134 \series bold
10135
10136 \backslash
10137 underset
10138 \series default
10139
10140 \begin_inset Index idx
10141 status collapsed
10142
10143 \begin_layout Plain Layout
10144 Befehle ! U ! 
10145 \backslash
10146 underset
10147 \end_layout
10148
10149 \end_inset
10150
10151  ist es auch möglich mehrere Zeichen zu akzentuieren.
10152  Der Befehl 
10153 \series bold
10154
10155 \backslash
10156 underset
10157 \begin_inset space \textvisiblespace{}
10158 \end_inset
10159
10160 A=B
10161 \begin_inset Formula $\downarrow$
10162 \end_inset
10163
10164 ***
10165 \series default
10166  ergibt:
10167 \begin_inset Formula 
10168 \[
10169 \underset{***}{A=B}
10170 \]
10171
10172 \end_inset
10173
10174
10175 \end_layout
10176
10177 \begin_layout Section
10178 Leerraum
10179 \begin_inset CommandInset label
10180 LatexCommand label
10181 name "sub:Leerraum"
10182
10183 \end_inset
10184
10185
10186 \begin_inset Index idx
10187 status collapsed
10188
10189 \begin_layout Plain Layout
10190 Leerraum ! horizontaler
10191 \end_layout
10192
10193 \end_inset
10194
10195
10196 \end_layout
10197
10198 \begin_layout Subsection
10199 Vordefinierter Leerraum
10200 \begin_inset CommandInset label
10201 LatexCommand label
10202 name "sub:Vordefinierter-Leerraum"
10203
10204 \end_inset
10205
10206
10207 \begin_inset Index idx
10208 status collapsed
10209
10210 \begin_layout Plain Layout
10211 Leerraum ! horizontaler ! vordefiniert
10212 \end_layout
10213
10214 \end_inset
10215
10216
10217 \end_layout
10218
10219 \begin_layout Standard
10220 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10221  Dazu gibt man ein geschütztes Leerzeichen ein.
10222  Es erscheint ein 
10223 \begin_inset Quotes gld
10224 \end_inset
10225
10226
10227 \color blue
10228
10229 \begin_inset space \textvisiblespace{}
10230 \end_inset
10231
10232
10233 \color inherit
10234
10235 \begin_inset Quotes grd
10236 \end_inset
10237
10238  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10239  Leerraum-Größen wählen.
10240  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10241 \begin_inset Graphics
10242         filename ../../images/math/space.png
10243         scale 85
10244
10245 \end_inset
10246
10247  oder mit einzelnen Befehlen aufrufen.
10248  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10249  danach wieder aus allen Größen wählen.
10250 \end_layout
10251
10252 \begin_layout Standard
10253 \align center
10254 \begin_inset VSpace -5mm
10255 \end_inset
10256
10257
10258 \begin_inset Tabular
10259 <lyxtabular version="3" rows="3" columns="7">
10260 <features rotate="0" tabularvalignment="middle">
10261 <column alignment="center" valignment="middle" width="6.8cm">
10262 <column alignment="center" valignment="top" width="0pt">
10263 <column alignment="center" valignment="top" width="0pt">
10264 <column alignment="center" valignment="top" width="0pt">
10265 <column alignment="center" valignment="top" width="0pt">
10266 <column alignment="center" valignment="top" width="0pt">
10267 <column alignment="center" valignment="top" width="0pt">
10268 <row>
10269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10270 \begin_inset Text
10271
10272 \begin_layout Plain Layout
10273 Befehl
10274 \end_layout
10275
10276 \end_inset
10277 </cell>
10278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10279 \begin_inset Text
10280
10281 \begin_layout Plain Layout
10282
10283 \backslash
10284 ,
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293
10294 \backslash
10295 :
10296 \end_layout
10297
10298 \end_inset
10299 </cell>
10300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10301 \begin_inset Text
10302
10303 \begin_layout Plain Layout
10304
10305 \backslash
10306 ;
10307 \end_layout
10308
10309 \end_inset
10310 </cell>
10311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10312 \begin_inset Text
10313
10314 \begin_layout Plain Layout
10315
10316 \backslash
10317 quad
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326
10327 \backslash
10328 qquad
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10334 \begin_inset Text
10335
10336 \begin_layout Plain Layout
10337
10338 \backslash
10339 !
10340 \end_layout
10341
10342 \end_inset
10343 </cell>
10344 </row>
10345 <row>
10346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
10347 \begin_inset Text
10348
10349 \begin_layout Plain Layout
10350 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10351 \end_layout
10352
10353 \end_inset
10354 </cell>
10355 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10356 \begin_inset Text
10357
10358 \begin_layout Plain Layout
10359 0
10360 \end_layout
10361
10362 \end_inset
10363 </cell>
10364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368 1
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 2
10378 \end_layout
10379
10380 \end_inset
10381 </cell>
10382 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10383 \begin_inset Text
10384
10385 \begin_layout Plain Layout
10386 3
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10392 \begin_inset Text
10393
10394 \begin_layout Plain Layout
10395 4
10396 \end_layout
10397
10398 \end_inset
10399 </cell>
10400 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10401 \begin_inset Text
10402
10403 \begin_layout Plain Layout
10404 5
10405 \end_layout
10406
10407 \end_inset
10408 </cell>
10409 </row>
10410 <row>
10411 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10412 \begin_inset Text
10413
10414 \begin_layout Plain Layout
10415 Ergebnis
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10421 \begin_inset Text
10422
10423 \begin_layout Plain Layout
10424 \begin_inset Formula $A\, B$
10425 \end_inset
10426
10427
10428 \end_layout
10429
10430 \end_inset
10431 </cell>
10432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10433 \begin_inset Text
10434
10435 \begin_layout Plain Layout
10436 \begin_inset Formula $A\: B$
10437 \end_inset
10438
10439
10440 \end_layout
10441
10442 \end_inset
10443 </cell>
10444 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10445 \begin_inset Text
10446
10447 \begin_layout Plain Layout
10448 \begin_inset Formula $A\; B$
10449 \end_inset
10450
10451
10452 \end_layout
10453
10454 \end_inset
10455 </cell>
10456 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10457 \begin_inset Text
10458
10459 \begin_layout Plain Layout
10460 \begin_inset Formula $A\quad B$
10461 \end_inset
10462
10463
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10469 \begin_inset Text
10470
10471 \begin_layout Plain Layout
10472 \begin_inset Formula $A\qquad B$
10473 \end_inset
10474
10475
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 \begin_inset Formula $A\! B$
10485 \end_inset
10486
10487
10488 \end_layout
10489
10490 \end_inset
10491 </cell>
10492 </row>
10493 </lyxtabular>
10494
10495 \end_inset
10496
10497
10498 \end_layout
10499
10500 \begin_layout Standard
10501 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
10502  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
10503  denn sie erstellt negativen Leerraum.
10504  Es gibt noch zwei weitere negative Leerräume:
10505 \end_layout
10506
10507 \begin_layout Standard
10508 \align center
10509 \begin_inset Tabular
10510 <lyxtabular version="3" rows="3" columns="3">
10511 <features rotate="0" tabularvalignment="middle">
10512 <column alignment="center" valignment="middle" width="6.8cm">
10513 <column alignment="center" valignment="top" width="0pt">
10514 <column alignment="center" valignment="top" width="0pt">
10515 <row>
10516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10517 \begin_inset Text
10518
10519 \begin_layout Plain Layout
10520 Befehl
10521 \end_layout
10522
10523 \end_inset
10524 </cell>
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 negmedspace
10532 \end_layout
10533
10534 \end_inset
10535 </cell>
10536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10537 \begin_inset Text
10538
10539 \begin_layout Plain Layout
10540
10541 \backslash
10542 negthickspace
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 <row>
10549 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10550 \begin_inset Text
10551
10552 \begin_layout Plain Layout
10553 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10554 \end_layout
10555
10556 \end_inset
10557 </cell>
10558 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10559 \begin_inset Text
10560
10561 \begin_layout Plain Layout
10562 6
10563 \end_layout
10564
10565 \end_inset
10566 </cell>
10567 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10568 \begin_inset Text
10569
10570 \begin_layout Plain Layout
10571 7
10572 \end_layout
10573
10574 \end_inset
10575 </cell>
10576 </row>
10577 <row>
10578 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10579 \begin_inset Text
10580
10581 \begin_layout Plain Layout
10582 Ergebnis
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10588 \begin_inset Text
10589
10590 \begin_layout Plain Layout
10591 \begin_inset Formula $A\negmedspace B$
10592 \end_inset
10593
10594
10595 \end_layout
10596
10597 \end_inset
10598 </cell>
10599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10600 \begin_inset Text
10601
10602 \begin_layout Plain Layout
10603 \begin_inset Formula $A\negthickspace B$
10604 \end_inset
10605
10606
10607 \end_layout
10608
10609 \end_inset
10610 </cell>
10611 </row>
10612 </lyxtabular>
10613
10614 \end_inset
10615
10616
10617 \end_layout
10618
10619 \begin_layout Standard
10620 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
10621  Man kann auf diese Weise Ligaturen erzwingen, was z.
10622 \begin_inset space \thinspace{}
10623 \end_inset
10624
10625 B.
10626  für Summenzeichen von Nutzen ist: 
10627 \end_layout
10628
10629 \begin_layout Standard
10630 \align center
10631 \begin_inset Tabular
10632 <lyxtabular version="3" rows="3" columns="2">
10633 <features rotate="0" tabularvalignment="middle">
10634 <column alignment="center" valignment="top">
10635 <column alignment="center" valignment="top">
10636 <row>
10637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10638 \begin_inset Text
10639
10640 \begin_layout Plain Layout
10641 Befehl
10642 \end_layout
10643
10644 \end_inset
10645 </cell>
10646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10647 \begin_inset Text
10648
10649 \begin_layout Plain Layout
10650 Ergebnis
10651 \begin_inset Note Note
10652 status collapsed
10653
10654 \begin_layout Plain Layout
10655
10656 \series bold
10657
10658 \backslash
10659 raisebox
10660 \series default
10661  dient nur als Abstandhalter.
10662 \end_layout
10663
10664 \end_inset
10665
10666
10667 \end_layout
10668
10669 \end_inset
10670 </cell>
10671 </row>
10672 <row>
10673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10674 \begin_inset Text
10675
10676 \begin_layout Plain Layout
10677
10678 \backslash
10679 sum
10680 \backslash
10681 sum
10682 \begin_inset space \textvisiblespace{}
10683 \end_inset
10684
10685 f_kl
10686 \end_layout
10687
10688 \end_inset
10689 </cell>
10690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10691 \begin_inset Text
10692
10693 \begin_layout Plain Layout
10694 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10695 \end_inset
10696
10697
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 </row>
10703 <row>
10704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708
10709 \backslash
10710 sum
10711 \backslash
10712 negmedspace
10713 \backslash
10714 sum
10715 \begin_inset space \textvisiblespace{}
10716 \end_inset
10717
10718 f_kl
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 </lyxtabular>
10737
10738 \end_inset
10739
10740
10741 \end_layout
10742
10743 \begin_layout Standard
10744 Relationen, wie z.
10745 \begin_inset space \thinspace{}
10746 \end_inset
10747
10748 B.
10749  Gleichheitszeichen, sind immer von Leerraum umgeben.
10750  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
10751  TeX-Klammer.
10752  Die Wirkung kann man an folgendem Beispiel gut erkennen:
10753 \end_layout
10754
10755 \begin_layout Standard
10756 \align center
10757 \begin_inset Tabular
10758 <lyxtabular version="3" rows="2" columns="2">
10759 <features rotate="0" tabularvalignment="middle">
10760 <column alignment="center" valignment="top" width="0pt">
10761 <column alignment="center" valignment="top" width="0pt">
10762 <row>
10763 <cell alignment="center" valignment="top" usebox="none">
10764 \begin_inset Text
10765
10766 \begin_layout Plain Layout
10767 normale Gleichung
10768 \end_layout
10769
10770 \end_inset
10771 </cell>
10772 <cell alignment="center" valignment="top" usebox="none">
10773 \begin_inset Text
10774
10775 \begin_layout Plain Layout
10776 \begin_inset Formula $A=B$
10777 \end_inset
10778
10779
10780 \end_layout
10781
10782 \end_inset
10783 </cell>
10784 </row>
10785 <row>
10786 <cell alignment="center" valignment="top" usebox="none">
10787 \begin_inset Text
10788
10789 \begin_layout Plain Layout
10790 \begin_inset Note Note
10791 status collapsed
10792
10793 \begin_layout Plain Layout
10794
10795 \series bold
10796
10797 \backslash
10798 raisebox
10799 \series default
10800  dient nur als Abstandhalter.
10801 \end_layout
10802
10803 \end_inset
10804
10805
10806 \begin_inset Formula $\raisebox{5mm}{}$
10807 \end_inset
10808
10809 Gleichung ohne Leerraum
10810 \end_layout
10811
10812 \end_inset
10813 </cell>
10814 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
10815 \begin_inset Text
10816
10817 \begin_layout Plain Layout
10818 \begin_inset Formula $A{=}B$
10819 \end_inset
10820
10821
10822 \end_layout
10823
10824 \end_inset
10825 </cell>
10826 </row>
10827 </lyxtabular>
10828
10829 \end_inset
10830
10831
10832 \end_layout
10833
10834 \begin_layout Standard
10835 Der Befehl für die letzte Formel lautet: 
10836 \series bold
10837 A
10838 \backslash
10839 {=
10840 \begin_inset Formula $\to$
10841 \end_inset
10842
10843 B
10844 \end_layout
10845
10846 \begin_layout Standard
10847 \begin_inset VSpace bigskip
10848 \end_inset
10849
10850 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
10851  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
10852  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
10853 \family sans
10854 Einfügen\SpecialChar \menuseparator
10855 Formatierung\SpecialChar \menuseparator
10856 Kleiner
10857 \begin_inset space ~
10858 \end_inset
10859
10860 Abstand
10861 \family default
10862  (Tastenkürzel 
10863 \family sans
10864 Strg+Shift+Leertaste
10865 \family default
10866 ) ein.
10867 \end_layout
10868
10869 \begin_layout Standard
10870 Ein Beispiel zur Veranschaulichung:
10871 \end_layout
10872
10873 \begin_layout Standard
10874 \begin_inset Tabular
10875 <lyxtabular version="3" rows="2" columns="2">
10876 <features rotate="0" tabularvalignment="middle">
10877 <column alignment="left" valignment="top">
10878 <column alignment="left" valignment="top">
10879 <row>
10880 <cell alignment="center" valignment="top" usebox="none">
10881 \begin_inset Text
10882
10883 \begin_layout Plain Layout
10884 24 kW
10885 \begin_inset Formula $\cdot$
10886 \end_inset
10887
10888 h
10889 \end_layout
10890
10891 \end_inset
10892 </cell>
10893 <cell alignment="center" valignment="top" usebox="none">
10894 \begin_inset Text
10895
10896 \begin_layout Plain Layout
10897 Leerzeichen zwischen Wert und Einheit
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908 24
10909 \begin_inset space \thinspace{}
10910 \end_inset
10911
10912 kW
10913 \begin_inset Formula $\cdot$
10914 \end_inset
10915
10916 h
10917 \end_layout
10918
10919 \end_inset
10920 </cell>
10921 <cell alignment="center" valignment="top" usebox="none">
10922 \begin_inset Text
10923
10924 \begin_layout Plain Layout
10925 kleinster Leerraum zwischen Wert und Einheit
10926 \end_layout
10927
10928 \end_inset
10929 </cell>
10930 </row>
10931 </lyxtabular>
10932
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \begin_layout Subsection
10939 Variabler Leerraum
10940 \begin_inset ERT
10941 status collapsed
10942
10943 \begin_layout Plain Layout
10944
10945
10946 \backslash
10947 texorpdfstring{
10948 \end_layout
10949
10950 \end_inset
10951
10952
10953 \begin_inset Foot
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957 für vertikalen Leerraum in Formeln siehe 
10958 \begin_inset CommandInset ref
10959 LatexCommand ref
10960 reference "sub:Zeilenabstand"
10961
10962 \end_inset
10963
10964
10965 \end_layout
10966
10967 \end_inset
10968
10969
10970 \begin_inset ERT
10971 status collapsed
10972
10973 \begin_layout Plain Layout
10974
10975 }{}
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \begin_inset Note Note
10982 status collapsed
10983
10984 \begin_layout Plain Layout
10985
10986 \series bold
10987
10988 \backslash
10989 texorpdfstring
10990 \series default
10991  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
10992 \end_layout
10993
10994 \begin_layout Plain Layout
10995 Näheres zu 
10996 \series bold
10997
10998 \backslash
10999 texorpdfstring
11000 \series default
11001  steht in Kapitel 
11002 \begin_inset CommandInset ref
11003 LatexCommand ref
11004 reference "sub:Formeln-in-Überschriften"
11005
11006 \end_inset
11007
11008 .
11009 \end_layout
11010
11011 \end_inset
11012
11013
11014 \begin_inset CommandInset label
11015 LatexCommand label
11016 name "sub:Variabler-Leerraum"
11017
11018 \end_inset
11019
11020
11021 \begin_inset Index idx
11022 status collapsed
11023
11024 \begin_layout Plain Layout
11025 Leerraum ! horizontaler ! variabel
11026 \end_layout
11027
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \begin_layout Standard
11034 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11035 \series bold
11036
11037 \backslash
11038 hspace
11039 \series default
11040
11041 \begin_inset Index idx
11042 status collapsed
11043
11044 \begin_layout Plain Layout
11045 Befehle ! H ! 
11046 \backslash
11047 hspace
11048 \end_layout
11049
11050 \end_inset
11051
11052  einfügen.
11053  Es erscheint ein langes 
11054 \begin_inset Quotes gld
11055 \end_inset
11056
11057
11058 \color blue
11059
11060 \begin_inset space \textvisiblespace{}
11061 \end_inset
11062
11063
11064 \color inherit
11065
11066 \begin_inset Quotes grd
11067 \end_inset
11068
11069 .
11070  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11071  das 
11072 \begin_inset Quotes gld
11073 \end_inset
11074
11075
11076 \color blue
11077
11078 \begin_inset space \textvisiblespace{}
11079 \end_inset
11080
11081
11082 \color inherit
11083
11084 \begin_inset Quotes grd
11085 \end_inset
11086
11087  klickt.
11088  Die Länge darf auch negativ sein.
11089  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11090  einnimmt, benutzt man den Befehl 
11091 \series bold
11092
11093 \backslash
11094 hfill
11095 \series default
11096
11097 \begin_inset Index idx
11098 status collapsed
11099
11100 \begin_layout Plain Layout
11101 Befehle ! H ! 
11102 \backslash
11103 hfill
11104 \end_layout
11105
11106 \end_inset
11107
11108 .
11109 \end_layout
11110
11111 \begin_layout Standard
11112 \begin_inset VSpace -1mm
11113 \end_inset
11114
11115
11116 \end_layout
11117
11118 \begin_layout Standard
11119 \align center
11120 \begin_inset Tabular
11121 <lyxtabular version="3" rows="4" columns="2">
11122 <features rotate="0" tabularvalignment="middle">
11123 <column alignment="center" valignment="top">
11124 <column alignment="center" valignment="top">
11125 <row>
11126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11127 \begin_inset Text
11128
11129 \begin_layout Plain Layout
11130 Befehl (
11131 \backslash
11132 hspace Länge)
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 Ergebnis
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 </row>
11147 <row>
11148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 A=B
11153 \backslash
11154 hspace{3cm
11155 \begin_inset Formula $\to$
11156 \end_inset
11157
11158 A
11159 \backslash
11160 not=C (3
11161 \begin_inset space \thinspace{}
11162 \end_inset
11163
11164 cm)
11165 \end_layout
11166
11167 \end_inset
11168 </cell>
11169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11170 \begin_inset Text
11171
11172 \begin_layout Plain Layout
11173 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11174 \end_inset
11175
11176
11177 \end_layout
11178
11179 \end_inset
11180 </cell>
11181 </row>
11182 <row>
11183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11184 \begin_inset Text
11185
11186 \begin_layout Plain Layout
11187 A
11188 \backslash
11189 hspace{-1mm
11190 \begin_inset Formula $\to$
11191 \end_inset
11192
11193 A
11194 \backslash
11195 not=A (-1
11196 \begin_inset space \thinspace{}
11197 \end_inset
11198
11199 mm)
11200 \end_layout
11201
11202 \end_inset
11203 </cell>
11204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11205 \begin_inset Text
11206
11207 \begin_layout Plain Layout
11208 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11209 \end_inset
11210
11211
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 </row>
11217 <row>
11218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11219 \begin_inset Text
11220
11221 \begin_layout Plain Layout
11222 A=A
11223 \backslash
11224 hfill
11225 \begin_inset space \textvisiblespace{}
11226 \end_inset
11227
11228 B=B
11229 \end_layout
11230
11231 \end_inset
11232 </cell>
11233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11234 \begin_inset Text
11235
11236 \begin_layout Plain Layout
11237 \begin_inset Formula $A=A\hfill B=B$
11238 \end_inset
11239
11240
11241 \end_layout
11242
11243 \end_inset
11244 </cell>
11245 </row>
11246 </lyxtabular>
11247
11248 \end_inset
11249
11250
11251 \end_layout
11252
11253 \begin_layout Standard
11254 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11255  Spalteneintrags der Tabelle vorgegeben.
11256  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11257  in die 
11258 \series bold
11259
11260 \backslash
11261 hfill
11262 \series default
11263  eingegeben wird.
11264  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11265  
11266 \series bold
11267
11268 \backslash
11269 hfill
11270 \series default
11271  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11272 \series bold
11273 Eingerückt
11274 \series default
11275  eingestellt ist.
11276  (Formelstile sind in 
11277 \begin_inset CommandInset ref
11278 LatexCommand ref
11279 reference "sec:Formelstile"
11280
11281 \end_inset
11282
11283  erklärt.)
11284 \end_layout
11285
11286 \begin_layout Standard
11287 Neben 
11288 \series bold
11289
11290 \backslash
11291 hfill
11292 \series default
11293  gibt es noch die Befehle 
11294 \series bold
11295
11296 \backslash
11297 dotfill
11298 \series default
11299  und 
11300 \series bold
11301
11302 \backslash
11303 hrulefill
11304 \series default
11305 , die den Leerraum mit einem Muster füllen, siehe 
11306 \begin_inset CommandInset ref
11307 LatexCommand ref
11308 reference "sub:Fortsetzungspunkte"
11309
11310 \end_inset
11311
11312  für ein Beispiel.
11313 \end_layout
11314
11315 \begin_layout Standard
11316 Variabler Leerraum kann für Text über das Menü 
11317 \family sans
11318 Einfügen\SpecialChar \menuseparator
11319 Formatierung\SpecialChar \menuseparator
11320 Horizontaler
11321 \begin_inset space ~
11322 \end_inset
11323
11324 Abstand
11325 \family default
11326  eingefügt werden:
11327 \end_layout
11328
11329 \begin_layout Standard
11330 Dies ist eine Zeile mit
11331 \begin_inset space \hspace{}
11332 \length 2cm
11333 \end_inset
11334
11335 2
11336 \begin_inset space \thinspace{}
11337 \end_inset
11338
11339 cm Leerraum.
11340 \end_layout
11341
11342 \begin_layout Standard
11343 Dies ist eine Zeile mit
11344 \begin_inset space \hfill{}
11345 \end_inset
11346
11347 maximalem Leerraum.
11348 \end_layout
11349
11350 \begin_layout Subsection
11351 Leerraum neben eingebetteten Formeln
11352 \begin_inset Index idx
11353 status collapsed
11354
11355 \begin_layout Plain Layout
11356 Leerraum ! neben eingebetteten Formeln
11357 \end_layout
11358
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \begin_layout Standard
11365 Über die Länge 
11366 \series bold
11367
11368 \backslash
11369 mathsurround
11370 \series default
11371
11372 \begin_inset Index idx
11373 status collapsed
11374
11375 \begin_layout Plain Layout
11376 Befehle ! M ! 
11377 \backslash
11378 mathsurround
11379 \end_layout
11380
11381 \end_inset
11382
11383  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11384  wird.
11385  Der Wert einer Länge wird mit dem Befehl 
11386 \series bold
11387
11388 \backslash
11389 setlength
11390 \series default
11391
11392 \begin_inset Index idx
11393 status collapsed
11394
11395 \begin_layout Plain Layout
11396 Befehle ! S ! 
11397 \backslash
11398 setlength
11399 \end_layout
11400
11401 \end_inset
11402
11403  gesetzt.
11404  Dieser besitzt folgendes Befehlsschema:
11405 \end_layout
11406
11407 \begin_layout Standard
11408
11409 \series bold
11410
11411 \backslash
11412 setlength{Längenname}{Wert}
11413 \end_layout
11414
11415 \begin_layout Standard
11416 Um 
11417 \series bold
11418
11419 \backslash
11420 mathsurround
11421 \series default
11422  den Wert 5
11423 \begin_inset space \thinspace{}
11424 \end_inset
11425
11426 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11427 \end_layout
11428
11429 \begin_layout Standard
11430
11431 \series bold
11432
11433 \backslash
11434 setlength{
11435 \backslash
11436 mathsurround}{5mm}
11437 \end_layout
11438
11439 \begin_layout Standard
11440 ein.
11441  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
11442 \begin_inset space \thinspace{}
11443 \end_inset
11444
11445 mm Leerraum gesetzt:
11446 \begin_inset ERT
11447 status collapsed
11448
11449 \begin_layout Plain Layout
11450
11451
11452 \backslash
11453 setlength{
11454 \backslash
11455 mathsurround}{5mm}
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \begin_layout Standard
11464 Dies ist eine Zeile in der sich 
11465 \begin_inset Formula $A=B$
11466 \end_inset
11467
11468  eine Formel mit 5
11469 \begin_inset space \thinspace{}
11470 \end_inset
11471
11472 mm umgebendem Leerraum befindet.
11473 \begin_inset ERT
11474 status collapsed
11475
11476 \begin_layout Plain Layout
11477
11478
11479 \backslash
11480 setlength{
11481 \backslash
11482 mathsurround}{0pt}
11483 \end_layout
11484
11485 \end_inset
11486
11487
11488 \end_layout
11489
11490 \begin_layout Standard
11491 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
11492 \series bold
11493
11494 \backslash
11495 mathsurround
11496 \series default
11497  auf den Wert 0
11498 \begin_inset space \thinspace{}
11499 \end_inset
11500
11501 pt.
11502 \end_layout
11503
11504 \begin_layout Section
11505 Boxen und Rahmen
11506 \begin_inset Index idx
11507 status collapsed
11508
11509 \begin_layout Plain Layout
11510 Boxen
11511 \end_layout
11512
11513 \end_inset
11514
11515
11516 \begin_inset Index idx
11517 status collapsed
11518
11519 \begin_layout Plain Layout
11520 Rahmen | see
11521 \begin_inset ERT
11522 status collapsed
11523
11524 \begin_layout Plain Layout
11525
11526 {
11527 \end_layout
11528
11529 \end_inset
11530
11531 Boxen
11532 \begin_inset ERT
11533 status collapsed
11534
11535 \begin_layout Plain Layout
11536
11537 }
11538 \end_layout
11539
11540 \end_inset
11541
11542
11543 \end_layout
11544
11545 \end_inset
11546
11547
11548 \end_layout
11549
11550 \begin_layout Standard
11551 Boxen für Text sind im Kapitel 
11552 \family typewriter
11553 Boxen
11554 \family default
11555  im Handbuch 
11556 \family typewriter
11557 Eingebettete
11558 \begin_inset space ~
11559 \end_inset
11560
11561 Objekte
11562 \family default
11563  beschrieben.
11564 \end_layout
11565
11566 \begin_layout Subsection
11567 Boxen mit Rahmen
11568 \begin_inset CommandInset label
11569 LatexCommand label
11570 name "sub:Boxen-mit-Rahmen"
11571
11572 \end_inset
11573
11574
11575 \begin_inset Index idx
11576 status collapsed
11577
11578 \begin_layout Plain Layout
11579 Boxen ! mit Rahmen
11580 \end_layout
11581
11582 \end_inset
11583
11584
11585 \end_layout
11586
11587 \begin_layout Standard
11588 Es ist möglich Formeln oder Teile davon mit den Befehlen 
11589 \series bold
11590
11591 \backslash
11592 fbox
11593 \series default
11594
11595 \begin_inset Index idx
11596 status collapsed
11597
11598 \begin_layout Plain Layout
11599 Befehle ! F ! 
11600 \backslash
11601 fbox
11602 \end_layout
11603
11604 \end_inset
11605
11606  und 
11607 \series bold
11608
11609 \backslash
11610 boxed
11611 \series default
11612
11613 \begin_inset Index idx
11614 status collapsed
11615
11616 \begin_layout Plain Layout
11617 Befehle ! B ! 
11618 \backslash
11619 boxed
11620 \end_layout
11621
11622 \end_inset
11623
11624  zu umranden.
11625 \end_layout
11626
11627 \begin_layout Standard
11628 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
11629  in einem Rahmen.
11630  Bei 
11631 \series bold
11632
11633 \backslash
11634 fbox
11635 \series default
11636  muss in diesem Eingabefeld mit 
11637 \family sans
11638 Strg+M
11639 \family default
11640  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
11641  als mathematischer Text behandelt.
11642  Verwendet man 
11643 \series bold
11644
11645 \backslash
11646 boxed
11647 \series default
11648 , wird automatisch im Rahmen eine neue Formel erzeugt.
11649 \end_layout
11650
11651 \begin_layout Standard
11652 Der Befehl 
11653 \series bold
11654
11655 \backslash
11656 fbox
11657 \series default
11658  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
11659  wird dann immer in Textzeilengröße gesetzt.
11660  Im Gegensatz dazu ist 
11661 \series bold
11662
11663 \backslash
11664 boxed
11665 \series default
11666  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
11667  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
11668 \end_layout
11669
11670 \begin_layout Standard
11671 Als Erweiterung zu 
11672 \series bold
11673
11674 \backslash
11675 fbox
11676 \series default
11677  gibt es den Befehl 
11678 \series bold
11679
11680 \backslash
11681 framebox
11682 \series default
11683
11684 \begin_inset Index idx
11685 status collapsed
11686
11687 \begin_layout Plain Layout
11688 Befehle ! F ! 
11689 \backslash
11690 framebox
11691 \end_layout
11692
11693 \end_inset
11694
11695 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
11696  kann.
11697  
11698 \series bold
11699
11700 \backslash
11701 framebox
11702 \series default
11703  wird nach folgendem Schema verwendet:
11704 \end_layout
11705
11706 \begin_layout Standard
11707
11708 \series bold
11709
11710 \backslash
11711 framebox[Rahmenbreite][Position]{Boxinhalt}
11712 \end_layout
11713
11714 \begin_layout Standard
11715 Die Position kann entweder 
11716 \emph on
11717 l
11718 \emph default
11719  oder 
11720 \emph on
11721 r
11722 \emph default
11723  sein.
11724  
11725 \emph on
11726 l
11727 \emph default
11728  bewirkt linksbündige, 
11729 \emph on
11730 r
11731 \emph default
11732  rechtsbündige Ausrichtung der Formel in der Box.
11733  Gibt man keine Position an, wird die Formel zentriert.
11734 \begin_inset Newline newline
11735 \end_inset
11736
11737 Gibt man keine Breite an, darf auch keine Position angegeben werden.
11738  In diesem Falle wird die Rahmenbreite wie bei 
11739 \series bold
11740
11741 \backslash
11742 fbox
11743 \series default
11744  an den Boxinhalt angepasst.
11745 \end_layout
11746
11747 \begin_layout Standard
11748 Wenn man den Befehl 
11749 \series bold
11750
11751 \backslash
11752 framebox
11753 \series default
11754  eingibt, erscheint eine Box mit drei Eingabefeldern.
11755  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
11756  beiden optionalen Argumente.
11757  In das dritte Feld wird wie bei 
11758 \series bold
11759
11760 \backslash
11761 fbox
11762 \series default
11763  die Formel eingegeben.
11764 \end_layout
11765
11766 \begin_layout Standard
11767 \align center
11768 \begin_inset Tabular
11769 <lyxtabular version="3" rows="5" columns="2">
11770 <features rotate="0" tabularvalignment="middle">
11771 <column alignment="center" valignment="top">
11772 <column alignment="center" valignment="top">
11773 <row>
11774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11775 \begin_inset Text
11776
11777 \begin_layout Plain Layout
11778 Befehl
11779 \end_layout
11780
11781 \end_inset
11782 </cell>
11783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11784 \begin_inset Text
11785
11786 \begin_layout Plain Layout
11787 Ergebnis
11788 \begin_inset Note Note
11789 status collapsed
11790
11791 \begin_layout Plain Layout
11792
11793 \series bold
11794
11795 \backslash
11796 raisebox
11797 \series default
11798  dient nur als Abstandhalter.
11799 \end_layout
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \end_inset
11807 </cell>
11808 </row>
11809 <row>
11810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11811 \begin_inset Text
11812
11813 \begin_layout Plain Layout
11814
11815 \backslash
11816 fbox
11817 \begin_inset space \textvisiblespace{}
11818 \end_inset
11819
11820
11821 \family sans
11822 Strg+M
11823 \family default
11824  
11825 \backslash
11826 int
11827 \begin_inset space \textvisiblespace{}
11828 \end_inset
11829
11830 A=B
11831 \end_layout
11832
11833 \end_inset
11834 </cell>
11835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11836 \begin_inset Text
11837
11838 \begin_layout Plain Layout
11839 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 </row>
11848 <row>
11849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11850 \begin_inset Text
11851
11852 \begin_layout Plain Layout
11853
11854 \backslash
11855 boxed
11856 \begin_inset space \textvisiblespace{}
11857 \end_inset
11858
11859
11860 \backslash
11861 int
11862 \begin_inset space \textvisiblespace{}
11863 \end_inset
11864
11865 A=B
11866 \end_layout
11867
11868 \end_inset
11869 </cell>
11870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11871 \begin_inset Text
11872
11873 \begin_layout Plain Layout
11874 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
11875 \end_inset
11876
11877
11878 \end_layout
11879
11880 \end_inset
11881 </cell>
11882 </row>
11883 <row>
11884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11885 \begin_inset Text
11886
11887 \begin_layout Plain Layout
11888 A+
11889 \backslash
11890 fbox
11891 \begin_inset space \textvisiblespace{}
11892 \end_inset
11893
11894 B
11895 \end_layout
11896
11897 \end_inset
11898 </cell>
11899 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11900 \begin_inset Text
11901
11902 \begin_layout Plain Layout
11903 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 </row>
11912 <row>
11913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917
11918 \backslash
11919 framebox
11920 \begin_inset space \textvisiblespace{}
11921 \end_inset
11922
11923 20mm
11924 \begin_inset Formula $\to$
11925 \end_inset
11926
11927
11928 \begin_inset Formula $\to$
11929 \end_inset
11930
11931
11932 \family sans
11933 Strg+M
11934 \family default
11935  
11936 \backslash
11937 frac
11938 \begin_inset space \textvisiblespace{}
11939 \end_inset
11940
11941 A
11942 \begin_inset Formula $\downarrow$
11943 \end_inset
11944
11945 B
11946 \end_layout
11947
11948 \end_inset
11949 </cell>
11950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11951 \begin_inset Text
11952
11953 \begin_layout Plain Layout
11954 \begin_inset Formula $\raisebox{6mm}{}$
11955 \end_inset
11956
11957
11958 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
11959 \end_inset
11960
11961
11962 \begin_inset Formula $\raisebox{-4mm}{}$
11963 \end_inset
11964
11965
11966 \end_layout
11967
11968 \end_inset
11969 </cell>
11970 </row>
11971 </lyxtabular>
11972
11973 \end_inset
11974
11975
11976 \end_layout
11977
11978 \begin_layout Standard
11979 Die Rahmendicke kann ebenfalls eingestellt werden.
11980  Dazu müssen vor der Formel im TeX-Modus die Befehle
11981 \end_layout
11982
11983 \begin_layout Standard
11984
11985 \series bold
11986
11987 \backslash
11988 fboxrule
11989 \series default
11990  
11991 \series bold
11992
11993 \begin_inset Quotes gld
11994 \end_inset
11995
11996 Dicke
11997 \begin_inset Quotes grd
11998 \end_inset
11999
12000
12001 \series default
12002  
12003 \series bold
12004
12005 \backslash
12006 fboxsep
12007 \series default
12008  
12009 \series bold
12010
12011 \begin_inset Quotes gld
12012 \end_inset
12013
12014 Abstand
12015 \begin_inset Quotes grd
12016 \end_inset
12017
12018
12019 \end_layout
12020
12021 \begin_layout Standard
12022 eingegeben werden.
12023  
12024 \begin_inset Quotes gld
12025 \end_inset
12026
12027 Abstand
12028 \begin_inset Quotes grd
12029 \end_inset
12030
12031  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12032  in der Box fest.
12033  Ein Beispiel dafür ist folgende umrandete Formel:
12034 \begin_inset ERT
12035 status collapsed
12036
12037 \begin_layout Plain Layout
12038
12039
12040 \backslash
12041 fboxrule 2mm 
12042 \backslash
12043 fboxsep 3mm
12044 \end_layout
12045
12046 \end_inset
12047
12048
12049 \begin_inset Formula 
12050 \[
12051 \boxed{A+B=C}
12052 \]
12053
12054 \end_inset
12055
12056 Vor dieser Formel wurde im TeX-Modus
12057 \end_layout
12058
12059 \begin_layout Standard
12060
12061 \series bold
12062
12063 \backslash
12064 fboxrule
12065 \series default
12066  
12067 \series bold
12068 2mm
12069 \series default
12070  
12071 \series bold
12072
12073 \backslash
12074 fboxsep
12075 \series default
12076  
12077 \series bold
12078 3mm
12079 \end_layout
12080
12081 \begin_layout Standard
12082 eingegeben.
12083  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12084 \end_layout
12085
12086 \begin_layout Standard
12087 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12088  nächsten Formel im TeX-Modus folgende Befehle ein:
12089 \end_layout
12090
12091 \begin_layout Standard
12092
12093 \series bold
12094
12095 \backslash
12096 fboxrule
12097 \series default
12098  
12099 \series bold
12100 0.4pt
12101 \series default
12102  
12103 \series bold
12104
12105 \backslash
12106 fboxsep
12107 \series default
12108  
12109 \series bold
12110 3pt
12111 \series default
12112
12113 \begin_inset ERT
12114 status collapsed
12115
12116 \begin_layout Plain Layout
12117
12118
12119 \backslash
12120 fboxrule 0.4pt 
12121 \backslash
12122 fboxsep 3pt
12123 \end_layout
12124
12125 \end_inset
12126
12127
12128 \end_layout
12129
12130 \begin_layout Subsection
12131 Boxen ohne Rahmen
12132 \begin_inset CommandInset label
12133 LatexCommand label
12134 name "sub:Boxen-ohne-Rahmen"
12135
12136 \end_inset
12137
12138
12139 \begin_inset Index idx
12140 status collapsed
12141
12142 \begin_layout Plain Layout
12143 Boxen ! ohne Rahmen
12144 \end_layout
12145
12146 \end_inset
12147
12148
12149 \end_layout
12150
12151 \begin_layout Standard
12152 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12153 \series bold
12154
12155 \backslash
12156 mbox
12157 \series default
12158
12159 \begin_inset Index idx
12160 status collapsed
12161
12162 \begin_layout Plain Layout
12163 Befehle ! M ! 
12164 \backslash
12165 mbox
12166 \end_layout
12167
12168 \end_inset
12169
12170
12171 \series bold
12172
12173 \backslash
12174 makebox
12175 \series default
12176
12177 \begin_inset Index idx
12178 status collapsed
12179
12180 \begin_layout Plain Layout
12181 Befehle ! M ! 
12182 \backslash
12183 makebox
12184 \end_layout
12185
12186 \end_inset
12187
12188  und
12189 \begin_inset Newline linebreak
12190 \end_inset
12191
12192
12193 \series bold
12194
12195 \backslash
12196 raisebox
12197 \series default
12198
12199 \begin_inset Index idx
12200 status collapsed
12201
12202 \begin_layout Plain Layout
12203 Befehle ! R ! 
12204 \backslash
12205 raisebox
12206 \end_layout
12207
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \begin_layout Standard
12214 Mit 
12215 \series bold
12216
12217 \backslash
12218 raisebox
12219 \series default
12220  kann man eine Box hoch- oder tiefstellen.
12221  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12222 n die Schriftgröße bei.
12223  
12224 \series bold
12225
12226 \backslash
12227 raisebox
12228 \series default
12229  wird dabei mit folgendem Schema benutzt:
12230 \end_layout
12231
12232 \begin_layout Standard
12233
12234 \series bold
12235
12236 \backslash
12237 raisebox{Höhe}{Boxinhalt}
12238 \end_layout
12239
12240 \begin_layout Standard
12241 Soll in der Box eine Formel stehen, muss man wie bei 
12242 \series bold
12243
12244 \backslash
12245 fbox
12246 \series default
12247  eine weitere Formel erstellen.
12248  
12249 \begin_inset Note Greyedout
12250 status open
12251
12252 \begin_layout Plain Layout
12253
12254 \series bold
12255 Achtung:
12256 \series default
12257  Für 
12258 \series bold
12259
12260 \backslash
12261 raisebox
12262 \series default
12263  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
12264  
12265 \family sans
12266 Strg+M
12267 \family default
12268  erstellt, denn LyX unterstützt 
12269 \series bold
12270
12271 \backslash
12272 raisebox
12273 \series default
12274  noch nicht direkt.
12275 \end_layout
12276
12277 \end_inset
12278
12279
12280 \end_layout
12281
12282 \begin_layout Standard
12283 \align center
12284 \begin_inset Tabular
12285 <lyxtabular version="3" rows="4" columns="2">
12286 <features rotate="0" tabularvalignment="middle">
12287 <column alignment="center" valignment="top">
12288 <column alignment="center" valignment="top">
12289 <row>
12290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12291 \begin_inset Text
12292
12293 \begin_layout Plain Layout
12294 Befehl
12295 \end_layout
12296
12297 \end_inset
12298 </cell>
12299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12300 \begin_inset Text
12301
12302 \begin_layout Plain Layout
12303 Ergebnis
12304 \end_layout
12305
12306 \end_inset
12307 </cell>
12308 </row>
12309 <row>
12310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12311 \begin_inset Text
12312
12313 \begin_layout Plain Layout
12314 H
12315 \backslash
12316 raisebox{2mm
12317 \begin_inset Formula $\to$
12318 \end_inset
12319
12320
12321 \backslash
12322 {al
12323 \begin_inset Formula $\to$
12324 \end_inset
12325
12326  lo
12327 \end_layout
12328
12329 \end_inset
12330 </cell>
12331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12332 \begin_inset Text
12333
12334 \begin_layout Plain Layout
12335 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12336 \end_inset
12337
12338
12339 \end_layout
12340
12341 \end_inset
12342 </cell>
12343 </row>
12344 <row>
12345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12346 \begin_inset Text
12347
12348 \begin_layout Plain Layout
12349 H
12350 \backslash
12351 raisebox{-2mm
12352 \begin_inset Formula $\to$
12353 \end_inset
12354
12355
12356 \backslash
12357 {al
12358 \begin_inset Formula $\to$
12359 \end_inset
12360
12361 lo
12362 \end_layout
12363
12364 \end_inset
12365 </cell>
12366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12367 \begin_inset Text
12368
12369 \begin_layout Plain Layout
12370 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12371 \end_inset
12372
12373
12374 \end_layout
12375
12376 \end_inset
12377 </cell>
12378 </row>
12379 <row>
12380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12381 \begin_inset Text
12382
12383 \begin_layout Plain Layout
12384 A=
12385 \backslash
12386 raisebox{-2mm
12387 \begin_inset Formula $\to$
12388 \end_inset
12389
12390
12391 \backslash
12392 {
12393 \family sans
12394 Strg+M Strg+M
12395 \family default
12396  
12397 \backslash
12398 sqrt
12399 \begin_inset space \textvisiblespace{}
12400 \end_inset
12401
12402
12403 \end_layout
12404
12405 \end_inset
12406 </cell>
12407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12408 \begin_inset Text
12409
12410 \begin_layout Plain Layout
12411 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12412 \end_inset
12413
12414
12415 \end_layout
12416
12417 \end_inset
12418 </cell>
12419 </row>
12420 </lyxtabular>
12421
12422 \end_inset
12423
12424
12425 \end_layout
12426
12427 \begin_layout Standard
12428 Der Befehl 
12429 \series bold
12430
12431 \backslash
12432 mbox
12433 \series default
12434  ist äquivalent zu 
12435 \series bold
12436
12437 \backslash
12438 fbox
12439 \series default
12440  und 
12441 \series bold
12442
12443 \backslash
12444 makebox
12445 \series default
12446  ist äquivalent zu 
12447 \series bold
12448
12449 \backslash
12450 framebox
12451 \series default
12452 , nur dass es keinen Rahmen gibt.
12453 \end_layout
12454
12455 \begin_layout Subsection
12456 Farbige Boxen
12457 \begin_inset CommandInset label
12458 LatexCommand label
12459 name "sub:Farbige-Boxen"
12460
12461 \end_inset
12462
12463
12464 \begin_inset Index idx
12465 status collapsed
12466
12467 \begin_layout Plain Layout
12468 Boxen ! farbige
12469 \end_layout
12470
12471 \end_inset
12472
12473
12474 \end_layout
12475
12476 \begin_layout Standard
12477 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
12478  im LaTeX-Vorspann das LaTeX-Paket 
12479 \series bold
12480 color
12481 \series default
12482
12483 \begin_inset Foot
12484 status collapsed
12485
12486 \begin_layout Plain Layout
12487 Das Paket 
12488 \series bold
12489 color
12490 \series default
12491  ist Teil jeder LaTeX-Standardinstallation.
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \begin_inset Index idx
12498 status collapsed
12499
12500 \begin_layout Plain Layout
12501 Pakete ! color
12502 \end_layout
12503
12504 \end_inset
12505
12506  mit der Zeile
12507 \end_layout
12508
12509 \begin_layout Standard
12510
12511 \series bold
12512
12513 \backslash
12514 usepackage{color}
12515 \end_layout
12516
12517 \begin_layout Standard
12518 geladen werden
12519 \begin_inset Foot
12520 status collapsed
12521
12522 \begin_layout Plain Layout
12523 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
12524  LyX das LaTeX-Paket 
12525 \series bold
12526 color
12527 \series default
12528  automatisch.
12529  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
12530  keine Probleme hervorruft.
12531 \end_layout
12532
12533 \end_inset
12534
12535
12536 \begin_inset Note Note
12537 status collapsed
12538
12539 \begin_layout Plain Layout
12540 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
12541  ein Makro eingefügt.
12542 \end_layout
12543
12544 \end_inset
12545
12546 .
12547 \end_layout
12548
12549 \begin_layout Standard
12550 \begin_inset VSpace medskip
12551 \end_inset
12552
12553 Um Boxen einzufärben, verwendet man den Befehl 
12554 \series bold
12555
12556 \backslash
12557 colorbox
12558 \series default
12559
12560 \begin_inset Index idx
12561 status collapsed
12562
12563 \begin_layout Plain Layout
12564 Befehle ! C ! 
12565 \backslash
12566 colorbox
12567 \end_layout
12568
12569 \end_inset
12570
12571  nach folgendem Schema:
12572 \end_layout
12573
12574 \begin_layout Standard
12575
12576 \series bold
12577
12578 \backslash
12579 colorbox{Farbe}{Boxinhalt}
12580 \end_layout
12581
12582 \begin_layout Standard
12583 Der Boxinhalt kann auch wieder eine Box sein und eine 
12584 \series bold
12585
12586 \backslash
12587 colorbox
12588 \series default
12589  kann auch ein Teil einer anderen Box sein (siehe 2.
12590  und 3.
12591  Beispiel).
12592  Soll in der Box eine Formel stehen, muss wie bei 
12593 \series bold
12594
12595 \backslash
12596 raisebox
12597 \series default
12598  eine weitere Formel erstellt werden.
12599 \begin_inset Foot
12600 status collapsed
12601
12602 \begin_layout Plain Layout
12603 Das gilt auch für den Befehl 
12604 \series bold
12605
12606 \backslash
12607 fcolorbox
12608 \series default
12609 .
12610 \end_layout
12611
12612 \end_inset
12613
12614
12615 \end_layout
12616
12617 \begin_layout Standard
12618 Aus folgenden vordefinierten Farben kann gewählt werden:
12619 \end_layout
12620
12621 \begin_layout Standard
12622
12623 \series bold
12624 black
12625 \series default
12626
12627 \series bold
12628 blue
12629 \series default
12630
12631 \series bold
12632 cyan
12633 \series default
12634
12635 \series bold
12636 green
12637 \series default
12638
12639 \series bold
12640 magenta
12641 \series default
12642
12643 \series bold
12644 red
12645 \series default
12646
12647 \series bold
12648 white
12649 \series default
12650  und 
12651 \series bold
12652 yellow
12653 \end_layout
12654
12655 \begin_layout Standard
12656 \align center
12657 \begin_inset Tabular
12658 <lyxtabular version="3" rows="4" columns="2">
12659 <features rotate="0" tabularvalignment="middle">
12660 <column alignment="center" valignment="top">
12661 <column alignment="center" valignment="top">
12662 <row>
12663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 Befehl
12668 \end_layout
12669
12670 \end_inset
12671 </cell>
12672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12673 \begin_inset Text
12674
12675 \begin_layout Plain Layout
12676 Ergebnis
12677 \begin_inset Note Note
12678 status collapsed
12679
12680 \begin_layout Plain Layout
12681
12682 \series bold
12683
12684 \backslash
12685 raisebox
12686 \series default
12687  dient nur als Abstandhalter.
12688 \end_layout
12689
12690 \end_inset
12691
12692
12693 \end_layout
12694
12695 \end_inset
12696 </cell>
12697 </row>
12698 <row>
12699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12700 \begin_inset Text
12701
12702 \begin_layout Plain Layout
12703
12704 \backslash
12705 colorbox{yellow
12706 \begin_inset Formula $\to$
12707 \end_inset
12708
12709
12710 \backslash
12711 {A=B
12712 \end_layout
12713
12714 \end_inset
12715 </cell>
12716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12717 \begin_inset Text
12718
12719 \begin_layout Plain Layout
12720 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12721 \end_inset
12722
12723
12724 \end_layout
12725
12726 \end_inset
12727 </cell>
12728 </row>
12729 <row>
12730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12731 \begin_inset Text
12732
12733 \begin_layout Plain Layout
12734
12735 \backslash
12736 colorbox{green
12737 \begin_inset Formula $\to$
12738 \end_inset
12739
12740
12741 \backslash
12742 {
12743 \backslash
12744 fbox
12745 \begin_inset space \textvisiblespace{}
12746 \end_inset
12747
12748 A=B
12749 \end_layout
12750
12751 \end_inset
12752 </cell>
12753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12754 \begin_inset Text
12755
12756 \begin_layout Plain Layout
12757 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
12758 \end_inset
12759
12760
12761 \end_layout
12762
12763 \end_inset
12764 </cell>
12765 </row>
12766 <row>
12767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12768 \begin_inset Text
12769
12770 \begin_layout Plain Layout
12771
12772 \backslash
12773 fbox
12774 \begin_inset space \textvisiblespace{}
12775 \end_inset
12776
12777
12778 \backslash
12779 colorbox{green
12780 \begin_inset Formula $\to$
12781 \end_inset
12782
12783
12784 \backslash
12785 {
12786 \family sans
12787 Strg+M Strg+M
12788 \family default
12789  
12790 \backslash
12791 int
12792 \begin_inset space \textvisiblespace{}
12793 \end_inset
12794
12795 C=D
12796 \end_layout
12797
12798 \end_inset
12799 </cell>
12800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12801 \begin_inset Text
12802
12803 \begin_layout Plain Layout
12804 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
12805 \end_inset
12806
12807
12808 \end_layout
12809
12810 \end_inset
12811 </cell>
12812 </row>
12813 </lyxtabular>
12814
12815 \end_inset
12816
12817
12818 \end_layout
12819
12820 \begin_layout Standard
12821
12822 \series bold
12823
12824 \backslash
12825 colorbox
12826 \series default
12827  färbt nur die Box, nicht aber die Zeichen in der Box ein.
12828  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
12829  
12830 \family sans
12831 Textstil
12832 \family default
12833  die gewünschte Farbe aus.
12834  Der Dialog kann mit dem Werkzeugleistenknopf 
12835 \begin_inset Graphics
12836         filename ../../images/dialog-show_character.png
12837         scale 85
12838
12839 \end_inset
12840
12841  oder dem Menü 
12842 \family sans
12843 Bearbeiten\SpecialChar \menuseparator
12844 Textstil\SpecialChar \menuseparator
12845 Benutzerdefiniert
12846 \family default
12847  aufgerufen werden.
12848  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
12849  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
12850  innerhalb der Formel die Farbe geändert werden.
12851 \end_layout
12852
12853 \begin_layout Standard
12854 Ein Beispiel:
12855 \end_layout
12856
12857 \begin_layout Standard
12858
12859 \color red
12860 \begin_inset Formula 
12861 \begin{equation}
12862 \int A=B\label{eq:rot}
12863 \end{equation}
12864
12865 \end_inset
12866
12867
12868 \color green
12869
12870 \begin_inset Formula 
12871 \begin{equation}
12872 \textcolor{red}{\int A=B}\label{eq:rotgruen}
12873 \end{equation}
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Standard
12881 Formel 
12882 \begin_inset CommandInset ref
12883 LatexCommand eqref
12884 reference "eq:rot"
12885
12886 \end_inset
12887
12888  ist komplett rot gefärbt.
12889 \begin_inset Newline newline
12890 \end_inset
12891
12892 Formel 
12893 \begin_inset CommandInset ref
12894 LatexCommand eqref
12895 reference "eq:rotgruen"
12896
12897 \end_inset
12898
12899  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
12900  Anschließend wurden die Formelzeichen rot gefärbt.
12901 \end_layout
12902
12903 \begin_layout Standard
12904 \begin_inset VSpace bigskip
12905 \end_inset
12906
12907 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
12908  den Befehl 
12909 \series bold
12910
12911 \backslash
12912 fcolorbox
12913 \series default
12914
12915 \begin_inset Index idx
12916 status collapsed
12917
12918 \begin_layout Plain Layout
12919 Befehle ! F ! 
12920 \backslash
12921 fcolorbox
12922 \end_layout
12923
12924 \end_inset
12925
12926  nach folgendem Schema:
12927 \end_layout
12928
12929 \begin_layout Standard
12930
12931 \series bold
12932
12933 \backslash
12934 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
12935 \end_layout
12936
12937 \begin_layout Standard
12938
12939 \series bold
12940
12941 \backslash
12942 fcolorbox
12943 \series default
12944  stellt also eine Erweiterung des Befehls 
12945 \series bold
12946
12947 \backslash
12948 colorbox
12949 \series default
12950  dar.
12951  Die Rahmenbreite wird, wie bei 
12952 \series bold
12953
12954 \backslash
12955 framebox
12956 \series default
12957 , mit 
12958 \series bold
12959
12960 \backslash
12961 fboxrule
12962 \series default
12963  und 
12964 \series bold
12965
12966 \backslash
12967 fboxsep
12968 \series default
12969  festgelegt.
12970  Ein Beispiel:
12971 \begin_inset ERT
12972 status collapsed
12973
12974 \begin_layout Plain Layout
12975
12976
12977 \backslash
12978 fboxrule 1mm 
12979 \backslash
12980 fboxsep 1mm
12981 \end_layout
12982
12983 \end_inset
12984
12985
12986 \begin_inset Formula 
12987 \[
12988 \fcolorbox{cyan}{magenta}{A=B}
12989 \]
12990
12991 \end_inset
12992
12993
12994 \begin_inset ERT
12995 status collapsed
12996
12997 \begin_layout Plain Layout
12998
12999
13000 \backslash
13001 fboxrule 0.4pt 
13002 \backslash
13003 fboxsep 3pt
13004 \end_layout
13005
13006 \end_inset
13007
13008
13009 \end_layout
13010
13011 \begin_layout Standard
13012 Diese Formel wurde mit folgendem Befehl erstellt:
13013 \begin_inset Newline newline
13014 \end_inset
13015
13016
13017 \series bold
13018
13019 \backslash
13020 fcolorbox{cyan
13021 \begin_inset Formula $\to$
13022 \end_inset
13023
13024
13025 \backslash
13026 {magenta
13027 \begin_inset Formula $\to$
13028 \end_inset
13029
13030
13031 \backslash
13032 {A=B
13033 \end_layout
13034
13035 \begin_layout Standard
13036 \begin_inset VSpace bigskip
13037 \end_inset
13038
13039 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13040  selbst definieren.
13041 \end_layout
13042
13043 \begin_layout Standard
13044 Man kann z.
13045 \begin_inset space \thinspace{}
13046 \end_inset
13047
13048 B.
13049  mit folgender LaTeX-Vorspannzeile die Farbe 
13050 \begin_inset Quotes gld
13051 \end_inset
13052
13053
13054 \series bold
13055 dunkelgruen
13056 \series default
13057
13058 \begin_inset Quotes grd
13059 \end_inset
13060
13061
13062 \begin_inset Foot
13063 status collapsed
13064
13065 \begin_layout Plain Layout
13066 In Befehlen darf kein Umlaut stehen, siehe 
13067 \begin_inset CommandInset ref
13068 LatexCommand ref
13069 reference "sec:Benutzerdefinierte-Befehle"
13070
13071 \end_inset
13072
13073 .
13074 \end_layout
13075
13076 \end_inset
13077
13078  definieren:
13079 \end_layout
13080
13081 \begin_layout Standard
13082
13083 \series bold
13084
13085 \backslash
13086 definecolor{dunkelgruen}{cmyk}{0.5,
13087 \series default
13088  
13089 \series bold
13090 0,
13091 \series default
13092  
13093 \series bold
13094 1,
13095 \series default
13096  
13097 \series bold
13098 0.5}
13099 \series default
13100
13101 \begin_inset Index idx
13102 status collapsed
13103
13104 \begin_layout Plain Layout
13105 Befehle ! D ! 
13106 \backslash
13107 definecolor
13108 \end_layout
13109
13110 \end_inset
13111
13112
13113 \end_layout
13114
13115 \begin_layout Standard
13116
13117 \series bold
13118 cmyk
13119 \series default
13120  ist der Farbraum und steht für die Farben 
13121 \series bold
13122 cyan
13123 \series default
13124
13125 \series bold
13126 magenta
13127 \series default
13128
13129 \series bold
13130 yellow
13131 \series default
13132  und 
13133 \series bold
13134 black
13135 \series default
13136 .
13137  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13138  Für den Anteil kann man Werte im Bereich 0
13139 \begin_inset space \thinspace{}
13140 \end_inset
13141
13142 -
13143 \begin_inset space \thinspace{}
13144 \end_inset
13145
13146 1 angeben.
13147  Anstelle von 
13148 \series bold
13149 cmyk
13150 \series default
13151  kann man zur Definition auch den Farbraum 
13152 \series bold
13153 rgb
13154 \series default
13155  verwenden.
13156  
13157 \series bold
13158 rgb
13159 \series default
13160  steht für 
13161 \series bold
13162 red
13163 \series default
13164
13165 \series bold
13166 green
13167 \series default
13168  und 
13169 \series bold
13170 blue
13171 \series default
13172 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13173  Des Weiteren gibt es noch den Farbraum 
13174 \series bold
13175 gray
13176 \series default
13177 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13178 \end_layout
13179
13180 \begin_layout Standard
13181 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13182 \series bold
13183 darkgreen
13184 \series default
13185 , bei der die Zeichenfarbe 
13186 \series bold
13187 yellow
13188 \series default
13189  gewählt wurde:
13190 \begin_inset Formula 
13191 \begin{equation}
13192 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13193 \end{equation}
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 Selbst definierte Farben können mit dem Befehl 
13202 \series bold
13203
13204 \backslash
13205 textcolor
13206 \series default
13207  auch für Text
13208 \begin_inset Index idx
13209 status collapsed
13210
13211 \begin_layout Plain Layout
13212 Text ! farbiger
13213 \end_layout
13214
13215 \end_inset
13216
13217  verwendet werden:
13218 \end_layout
13219
13220 \begin_layout Standard
13221 \begin_inset ERT
13222 status collapsed
13223
13224 \begin_layout Plain Layout
13225
13226
13227 \backslash
13228 textcolor{dunkelgruen}{
13229 \end_layout
13230
13231 \end_inset
13232
13233 Dieser Satz ist 
13234 \begin_inset Quotes gld
13235 \end_inset
13236
13237 dunkelgruen
13238 \begin_inset Quotes grd
13239 \end_inset
13240
13241 .
13242 \begin_inset ERT
13243 status collapsed
13244
13245 \begin_layout Plain Layout
13246
13247 }
13248 \end_layout
13249
13250 \end_inset
13251
13252
13253 \end_layout
13254
13255 \begin_layout Standard
13256
13257 \series bold
13258
13259 \backslash
13260 textcolor
13261 \series default
13262
13263 \begin_inset Index idx
13264 status collapsed
13265
13266 \begin_layout Plain Layout
13267 Befehle ! T ! 
13268 \backslash
13269 textcolor
13270 \end_layout
13271
13272 \end_inset
13273
13274  wird nach dem Schema 
13275 \series bold
13276
13277 \backslash
13278 textcolor{Farbe}{zu
13279 \series default
13280  
13281 \series bold
13282 färbende
13283 \series default
13284  
13285 \series bold
13286 Zeichen}
13287 \series default
13288  verwendet.
13289 \end_layout
13290
13291 \begin_layout Subsection
13292 Absatzboxen
13293 \begin_inset CommandInset label
13294 LatexCommand label
13295 name "sub:Absatzboxen"
13296
13297 \end_inset
13298
13299
13300 \begin_inset Index idx
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304 Boxen ! Absatz-
13305 \end_layout
13306
13307 \end_inset
13308
13309
13310 \end_layout
13311
13312 \begin_layout Standard
13313 Mit dem Menü 
13314 \family sans
13315 Einfügen\SpecialChar \menuseparator
13316 Box
13317 \family default
13318  oder dem Werkzeugleistenknopf 
13319 \begin_inset Graphics
13320         filename ../../images/box-insert.png
13321         scale 85
13322
13323 \end_inset
13324
13325  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
13326  eine so genannte 
13327 \emph on
13328 Parbox
13329 \emph default
13330  (Absatzbox).
13331 \end_layout
13332
13333 \begin_layout Standard
13334 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
13335 \end_layout
13336
13337 \begin_layout Standard
13338 \begin_inset VSpace medskip
13339 \end_inset
13340
13341 Dies ist eine Zeile 
13342 \begin_inset Box Boxed
13343 position "c"
13344 hor_pos "c"
13345 has_inner_box 1
13346 inner_pos "t"
13347 use_parbox 1
13348 use_makebox 0
13349 width "5cm"
13350 special "none"
13351 height "1in"
13352 height_special "totalheight"
13353 status open
13354
13355 \begin_layout Plain Layout
13356 Dies ist die Absatzbox.
13357  Sie ist genau 5
13358 \begin_inset space \thinspace{}
13359 \end_inset
13360
13361 cm lang und kann auch Formeln enthalten: 
13362 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13363 \end_inset
13364
13365
13366 \end_layout
13367
13368 \end_inset
13369
13370  mit einer Absatzbox.
13371 \begin_inset VSpace medskip
13372 \end_inset
13373
13374
13375 \end_layout
13376
13377 \begin_layout Standard
13378 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
13379  graue Box mit dem Namen 
13380 \begin_inset Quotes gld
13381 \end_inset
13382
13383 Box(Gerahmt)
13384 \begin_inset Quotes grd
13385 \end_inset
13386
13387  klickt.
13388  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
13389  In diesem Fall: 
13390 \emph on
13391 Verzierung
13392 \emph default
13393 : Rechteckige Box, 
13394 \emph on
13395 Innere Box
13396 \emph default
13397 : Parbox, 
13398 \emph on
13399 Breite
13400 \emph default
13401 : 5
13402 \begin_inset space \thinspace{}
13403 \end_inset
13404
13405 cm, 
13406 \emph on
13407 Vertikale Box Ausrichtung
13408 \emph default
13409 : Mitte
13410 \end_layout
13411
13412 \begin_layout Standard
13413 \begin_inset VSpace medskip
13414 \end_inset
13415
13416 In LaTeX wird eine Absatzbox mit dem Befehl 
13417 \series bold
13418
13419 \backslash
13420 parbox
13421 \series default
13422
13423 \begin_inset Index idx
13424 status collapsed
13425
13426 \begin_layout Plain Layout
13427 Befehle ! P ! 
13428 \backslash
13429 parbox
13430 \end_layout
13431
13432 \end_inset
13433
13434  erstellt, welcher folgendes Schema besitzt:
13435 \end_layout
13436
13437 \begin_layout Standard
13438
13439 \series bold
13440
13441 \backslash
13442 parbox[Position]{Breite}{Boxinhalt}
13443 \end_layout
13444
13445 \begin_layout Standard
13446 Die Positionen 
13447 \emph on
13448 b
13449 \emph default
13450  und 
13451 \emph on
13452 t
13453 \emph default
13454  sind möglich.
13455  
13456 \emph on
13457 b
13458 \emph default
13459  steht für 
13460 \begin_inset Quotes gld
13461 \end_inset
13462
13463 bottom
13464 \begin_inset Quotes grd
13465 \end_inset
13466
13467  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
13468  eingepasst wird.
13469  Bei 
13470 \emph on
13471 t
13472 \emph default
13473  wie 
13474 \begin_inset Quotes gld
13475 \end_inset
13476
13477 top
13478 \begin_inset Quotes grd
13479 \end_inset
13480
13481  (oben) geschieht dies für die erste Zeile.
13482  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
13483  siehe das Kapitel 
13484 \emph on
13485 Boxen
13486 \emph default
13487  des Handbuchs
13488 \emph on
13489  Eingebettete
13490 \begin_inset space ~
13491 \end_inset
13492
13493 Objekte
13494 \emph default
13495  für Beispiele.
13496 \end_layout
13497
13498 \begin_layout Standard
13499 \begin_inset VSpace bigskip
13500 \end_inset
13501
13502 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
13503  in eine Absatzbox setzen.
13504  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
13505 \series bold
13506
13507 \backslash
13508 fbox{
13509 \backslash
13510 parbox{
13511 \backslash
13512 linewidth-2
13513 \backslash
13514 fboxsep-2
13515 \backslash
13516 fboxrule}{
13517 \series default
13518 .
13519  Hierbei steht 
13520 \series bold
13521
13522 \backslash
13523 linewidth
13524 \series default
13525
13526 \begin_inset Index idx
13527 status collapsed
13528
13529 \begin_layout Plain Layout
13530 Befehle ! L ! 
13531 \backslash
13532 linewidth
13533 \end_layout
13534
13535 \end_inset
13536
13537  für die im Dokument eingestellte Zeilenbreite.
13538  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
13539 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
13540  Da dies LyX aufgrund eines Fehlers
13541 \begin_inset Foot
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545 \begin_inset CommandInset href
13546 LatexCommand href
13547 name "LyX-Fehler #4483"
13548 target "http://www.lyx.org/trac/ticket/4483"
13549
13550 \end_inset
13551
13552
13553 \end_layout
13554
13555 \end_inset
13556
13557  nicht automatisch macht, muss der TeX-Modus verwendet werden.
13558  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
13559 spann das LaTeX-Paket 
13560 \series bold
13561 calc
13562 \series default
13563
13564 \begin_inset Foot
13565 status collapsed
13566
13567 \begin_layout Plain Layout
13568
13569 \series bold
13570 calc
13571 \series default
13572  ist Teil jeder LaTeX-Standardinstallation.
13573 \end_layout
13574
13575 \end_inset
13576
13577
13578 \begin_inset Index idx
13579 status collapsed
13580
13581 \begin_layout Plain Layout
13582 Pakete ! calc
13583 \end_layout
13584
13585 \end_inset
13586
13587  mit der Zeile
13588 \end_layout
13589
13590 \begin_layout Standard
13591
13592 \series bold
13593
13594 \backslash
13595 usepackage{calc}
13596 \end_layout
13597
13598 \begin_layout Standard
13599 geladen werden.
13600  Nach der Formel werden beide Boxen geschlossen, indem man 
13601 \series bold
13602 }}
13603 \series default
13604  im TeX-Modus eingibt.
13605  Dazu ein Beispiel:
13606 \begin_inset ERT
13607 status collapsed
13608
13609 \begin_layout Plain Layout
13610
13611
13612 \backslash
13613 fboxsep 5mm 
13614 \backslash
13615 fboxrule 5mm
13616 \end_layout
13617
13618 \end_inset
13619
13620
13621 \end_layout
13622
13623 \begin_layout Standard
13624 \begin_inset ERT
13625 status collapsed
13626
13627 \begin_layout Plain Layout
13628
13629
13630 \backslash
13631 fbox{
13632 \backslash
13633 parbox{
13634 \backslash
13635 linewidth-2
13636 \backslash
13637 fboxsep-2
13638 \backslash
13639 fboxrule}{
13640 \end_layout
13641
13642 \end_inset
13643
13644
13645 \begin_inset Formula 
13646 \begin{equation}
13647 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13648 \end{equation}
13649
13650 \end_inset
13651
13652
13653 \begin_inset ERT
13654 status collapsed
13655
13656 \begin_layout Plain Layout
13657
13658 }}
13659 \end_layout
13660
13661 \end_inset
13662
13663
13664 \begin_inset ERT
13665 status collapsed
13666
13667 \begin_layout Plain Layout
13668
13669
13670 \backslash
13671 fboxrule 0.4pt 
13672 \backslash
13673 fboxsep 3pt
13674 \end_layout
13675
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \begin_layout Standard
13682 \begin_inset VSpace medskip
13683 \end_inset
13684
13685 Da im Argument von 
13686 \series bold
13687
13688 \backslash
13689 fbox
13690 \series default
13691  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
13692  keinen Unterschied zwischen 
13693 \series bold
13694
13695 \backslash
13696 fbox
13697 \series default
13698  und 
13699 \series bold
13700
13701 \backslash
13702 boxed
13703 \series default
13704 .
13705 \end_layout
13706
13707 \begin_layout Standard
13708 \begin_inset VSpace bigskip
13709 \end_inset
13710
13711 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
13712  Dazu verwendet man 
13713 \series bold
13714
13715 \backslash
13716 parbox
13717 \series default
13718  in Verbindung mit dem Befehl 
13719 \series bold
13720
13721 \backslash
13722 tag
13723 \series default
13724 .
13725  (mehr zu 
13726 \series bold
13727
13728 \backslash
13729 tag
13730 \series default
13731  siehe 
13732 \begin_inset CommandInset ref
13733 LatexCommand ref
13734 reference "sub:Benutzerdefinierte-Nummerierung"
13735
13736 \end_inset
13737
13738 )
13739 \end_layout
13740
13741 \begin_layout Standard
13742 Ein Beispiel einer mit Hilfe von 
13743 \series bold
13744
13745 \backslash
13746 parbox
13747 \series default
13748  kommentierten Formel:
13749 \end_layout
13750
13751 \begin_layout Standard
13752 \begin_inset ERT
13753 status collapsed
13754
13755 \begin_layout Plain Layout
13756
13757
13758 \backslash
13759 [5x-7b=3b
13760 \backslash
13761 tag*{
13762 \backslash
13763 parbox{5cm}{
13764 \end_layout
13765
13766 \end_inset
13767
13768 Dies ist eine Beschreibung.
13769  Sie ist deutlich von der Formel getrennt und mehrzeilig.
13770 \begin_inset ERT
13771 status collapsed
13772
13773 \begin_layout Plain Layout
13774
13775 }}
13776 \backslash
13777 ]
13778 \end_layout
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \begin_layout Standard
13786 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
13787  Befehl 
13788 \series bold
13789
13790 \backslash
13791 parbox
13792 \series default
13793  in Formeln noch nicht unterstützt.
13794  Die Formel wird mit folgender Befehlssequenz erstellt:
13795 \end_layout
13796
13797 \begin_layout Standard
13798 Der Befehl 
13799 \series bold
13800
13801 \backslash
13802 [5x-7b=3b
13803 \backslash
13804 tag*
13805 \backslash
13806 {
13807 \backslash
13808 parbox{5cm}{
13809 \series default
13810  wird im TeX-Modus eingegeben.
13811 \begin_inset Foot
13812 status collapsed
13813
13814 \begin_layout Plain Layout
13815 Ist der Formelstil 
13816 \series bold
13817 Eingerückt
13818 \series default
13819  aktiviert, kann 
13820 \series bold
13821
13822 \backslash
13823 tag*
13824 \backslash
13825 {
13826 \series default
13827  auch durch 
13828 \series bold
13829
13830 \backslash
13831 hfill
13832 \series default
13833  ersetzt werden.
13834  (Formelstile siehe 
13835 \begin_inset CommandInset ref
13836 LatexCommand ref
13837 reference "sec:Formelstile"
13838
13839 \end_inset
13840
13841 )
13842 \end_layout
13843
13844 \end_inset
13845
13846  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
13847 \series bold
13848 }}
13849 \backslash
13850 ]
13851 \series default
13852  im TeX-Modus ein.
13853  Die Befehle 
13854 \series bold
13855
13856 \backslash
13857 [
13858 \series default
13859  und 
13860 \series bold
13861
13862 \backslash
13863 ]
13864 \series default
13865  erstellen hierbei eine abgesetzte Formel.
13866 \end_layout
13867
13868 \begin_layout Standard
13869 Die Vorteile von 
13870 \series bold
13871
13872 \backslash
13873 parbox
13874 \series default
13875  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
13876  Textmodus 
13877 \begin_inset Quotes gld
13878 \end_inset
13879
13880 kommentiert
13881 \begin_inset Quotes grd
13882 \end_inset
13883
13884  wurde:
13885 \begin_inset Formula 
13886 \[
13887 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
13888 \]
13889
13890 \end_inset
13891
13892
13893 \end_layout
13894
13895 \begin_layout Standard
13896 \begin_inset Newpage newpage
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \begin_layout Section
13903 Operatoren
13904 \begin_inset Index idx
13905 status collapsed
13906
13907 \begin_layout Plain Layout
13908 Operatoren
13909 \end_layout
13910
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \begin_layout Subsection
13917 Große Operatoren
13918 \begin_inset CommandInset label
13919 LatexCommand label
13920 name "sub:Große-Operatoren"
13921
13922 \end_inset
13923
13924
13925 \begin_inset Index idx
13926 status collapsed
13927
13928 \begin_layout Plain Layout
13929 Operatoren ! große
13930 \end_layout
13931
13932 \end_inset
13933
13934
13935 \begin_inset Index idx
13936 status collapsed
13937
13938 \begin_layout Plain Layout
13939 Summen
13940 \end_layout
13941
13942 \end_inset
13943
13944
13945 \begin_inset Index idx
13946 status collapsed
13947
13948 \begin_layout Plain Layout
13949 Integrale
13950 \end_layout
13951
13952 \end_inset
13953
13954
13955 \end_layout
13956
13957 \begin_layout Standard
13958 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
13959  sind, muss die Option 
13960 \family sans
13961 esint-Paket automatisch verwenden
13962 \family default
13963  in den Dokumenteinstellungen unter 
13964 \family sans
13965 Mathe-Optionen
13966 \family default
13967  gewählt sein.
13968 \end_layout
13969
13970 \begin_layout Standard
13971 \begin_inset space \hfill{}
13972 \end_inset
13973
13974
13975 \begin_inset Tabular
13976 <lyxtabular version="3" rows="11" columns="2">
13977 <features rotate="0" tabularvalignment="middle">
13978 <column alignment="center" valignment="top" width="0pt">
13979 <column alignment="center" valignment="top" width="0pt">
13980 <row>
13981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13982 \begin_inset Text
13983
13984 \begin_layout Plain Layout
13985 Befehl
13986 \end_layout
13987
13988 \end_inset
13989 </cell>
13990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13991 \begin_inset Text
13992
13993 \begin_layout Plain Layout
13994 Ergebnis
13995 \end_layout
13996
13997 \end_inset
13998 </cell>
13999 </row>
14000 <row>
14001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14002 \begin_inset Text
14003
14004 \begin_layout Plain Layout
14005
14006 \backslash
14007 int
14008 \begin_inset Index idx
14009 status collapsed
14010
14011 \begin_layout Plain Layout
14012 Befehle ! I ! 
14013 \backslash
14014 int
14015 \end_layout
14016
14017 \end_inset
14018
14019
14020 \end_layout
14021
14022 \end_inset
14023 </cell>
14024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14025 \begin_inset Text
14026
14027 \begin_layout Plain Layout
14028 \begin_inset Formula $\int$
14029 \end_inset
14030
14031
14032 \end_layout
14033
14034 \end_inset
14035 </cell>
14036 </row>
14037 <row>
14038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14039 \begin_inset Text
14040
14041 \begin_layout Plain Layout
14042
14043 \backslash
14044 oint
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14050 \begin_inset Text
14051
14052 \begin_layout Plain Layout
14053 \begin_inset Formula $\oint$
14054 \end_inset
14055
14056
14057 \end_layout
14058
14059 \end_inset
14060 </cell>
14061 </row>
14062 <row>
14063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14064 \begin_inset Text
14065
14066 \begin_layout Plain Layout
14067
14068 \backslash
14069 ointctrclockwise
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 \begin_inset Formula $\ointctrclockwise$
14079 \end_inset
14080
14081
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092
14093 \backslash
14094 ointclockwise
14095 \end_layout
14096
14097 \end_inset
14098 </cell>
14099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14100 \begin_inset Text
14101
14102 \begin_layout Plain Layout
14103 \begin_inset Formula $\ointclockwise$
14104 \end_inset
14105
14106
14107 \end_layout
14108
14109 \end_inset
14110 </cell>
14111 </row>
14112 <row>
14113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14114 \begin_inset Text
14115
14116 \begin_layout Plain Layout
14117
14118 \backslash
14119 sqint
14120 \end_layout
14121
14122 \end_inset
14123 </cell>
14124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14125 \begin_inset Text
14126
14127 \begin_layout Plain Layout
14128 \begin_inset Formula $\sqint$
14129 \end_inset
14130
14131
14132 \end_layout
14133
14134 \end_inset
14135 </cell>
14136 </row>
14137 <row>
14138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14139 \begin_inset Text
14140
14141 \begin_layout Plain Layout
14142
14143 \backslash
14144 fint
14145 \end_layout
14146
14147 \end_inset
14148 </cell>
14149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14150 \begin_inset Text
14151
14152 \begin_layout Plain Layout
14153  
14154 \begin_inset Formula $\fint$
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \end_inset
14161 </cell>
14162 </row>
14163 <row>
14164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14165 \begin_inset Text
14166
14167 \begin_layout Plain Layout
14168
14169 \backslash
14170 landupint
14171 \end_layout
14172
14173 \end_inset
14174 </cell>
14175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14176 \begin_inset Text
14177
14178 \begin_layout Plain Layout
14179  
14180 \begin_inset Formula $\landupint$
14181 \end_inset
14182
14183
14184 \end_layout
14185
14186 \end_inset
14187 </cell>
14188 </row>
14189 <row>
14190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14191 \begin_inset Text
14192
14193 \begin_layout Plain Layout
14194
14195 \backslash
14196 landdownint
14197 \end_layout
14198
14199 \end_inset
14200 </cell>
14201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14202 \begin_inset Text
14203
14204 \begin_layout Plain Layout
14205  
14206 \begin_inset Formula $\landdownint$
14207 \end_inset
14208
14209
14210 \end_layout
14211
14212 \end_inset
14213 </cell>
14214 </row>
14215 <row>
14216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14217 \begin_inset Text
14218
14219 \begin_layout Plain Layout
14220
14221 \backslash
14222 bigcap
14223 \end_layout
14224
14225 \end_inset
14226 </cell>
14227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14228 \begin_inset Text
14229
14230 \begin_layout Plain Layout
14231 \begin_inset Formula $\bigcap$
14232 \end_inset
14233
14234
14235 \end_layout
14236
14237 \end_inset
14238 </cell>
14239 </row>
14240 <row>
14241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14242 \begin_inset Text
14243
14244 \begin_layout Plain Layout
14245
14246 \backslash
14247 bigcup
14248 \end_layout
14249
14250 \end_inset
14251 </cell>
14252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14253 \begin_inset Text
14254
14255 \begin_layout Plain Layout
14256 \begin_inset Formula $\bigcup$
14257 \end_inset
14258
14259
14260 \end_layout
14261
14262 \end_inset
14263 </cell>
14264 </row>
14265 </lyxtabular>
14266
14267 \end_inset
14268
14269
14270 \begin_inset space \hfill{}
14271 \end_inset
14272
14273
14274 \begin_inset Tabular
14275 <lyxtabular version="3" rows="11" columns="2">
14276 <features rotate="0" tabularvalignment="middle">
14277 <column alignment="center" valignment="top" width="0pt">
14278 <column alignment="center" valignment="top" width="0pt">
14279 <row>
14280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14281 \begin_inset Text
14282
14283 \begin_layout Plain Layout
14284 Befehl
14285 \end_layout
14286
14287 \end_inset
14288 </cell>
14289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14290 \begin_inset Text
14291
14292 \begin_layout Plain Layout
14293 Ergebnis
14294 \end_layout
14295
14296 \end_inset
14297 </cell>
14298 </row>
14299 <row>
14300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14301 \begin_inset Text
14302
14303 \begin_layout Plain Layout
14304
14305 \backslash
14306 sum
14307 \begin_inset Index idx
14308 status collapsed
14309
14310 \begin_layout Plain Layout
14311 Befehle ! S ! 
14312 \backslash
14313 sum
14314 \end_layout
14315
14316 \end_inset
14317
14318
14319 \end_layout
14320
14321 \end_inset
14322 </cell>
14323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14324 \begin_inset Text
14325
14326 \begin_layout Plain Layout
14327 \begin_inset Formula $\sum$
14328 \end_inset
14329
14330
14331 \end_layout
14332
14333 \end_inset
14334 </cell>
14335 </row>
14336 <row>
14337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14338 \begin_inset Text
14339
14340 \begin_layout Plain Layout
14341
14342 \backslash
14343 prod
14344 \begin_inset Index idx
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348 Befehle ! P ! 
14349 \backslash
14350 prod
14351 \end_layout
14352
14353 \end_inset
14354
14355
14356 \end_layout
14357
14358 \end_inset
14359 </cell>
14360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14361 \begin_inset Text
14362
14363 \begin_layout Plain Layout
14364 \begin_inset Formula $\prod$
14365 \end_inset
14366
14367
14368 \end_layout
14369
14370 \end_inset
14371 </cell>
14372 </row>
14373 <row>
14374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14375 \begin_inset Text
14376
14377 \begin_layout Plain Layout
14378
14379 \backslash
14380 coprod
14381 \end_layout
14382
14383 \end_inset
14384 </cell>
14385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14386 \begin_inset Text
14387
14388 \begin_layout Plain Layout
14389 \begin_inset Formula $\coprod$
14390 \end_inset
14391
14392
14393 \end_layout
14394
14395 \end_inset
14396 </cell>
14397 </row>
14398 <row>
14399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14400 \begin_inset Text
14401
14402 \begin_layout Plain Layout
14403
14404 \backslash
14405 bigodot
14406 \end_layout
14407
14408 \end_inset
14409 </cell>
14410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14411 \begin_inset Text
14412
14413 \begin_layout Plain Layout
14414 \begin_inset Formula $\bigodot$
14415 \end_inset
14416
14417
14418 \end_layout
14419
14420 \end_inset
14421 </cell>
14422 </row>
14423 <row>
14424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14425 \begin_inset Text
14426
14427 \begin_layout Plain Layout
14428
14429 \backslash
14430 bigotimes
14431 \end_layout
14432
14433 \end_inset
14434 </cell>
14435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14436 \begin_inset Text
14437
14438 \begin_layout Plain Layout
14439 \begin_inset Formula $\bigotimes$
14440 \end_inset
14441
14442
14443 \end_layout
14444
14445 \end_inset
14446 </cell>
14447 </row>
14448 <row>
14449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14450 \begin_inset Text
14451
14452 \begin_layout Plain Layout
14453
14454 \backslash
14455 bigoplus
14456 \end_layout
14457
14458 \end_inset
14459 </cell>
14460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14461 \begin_inset Text
14462
14463 \begin_layout Plain Layout
14464 \begin_inset Formula $\bigoplus$
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row>
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478
14479 \backslash
14480 bigwedge
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 \begin_inset Formula $\bigwedge$
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 </row>
14498 <row>
14499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \backslash
14505 bigvee
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 \begin_inset Formula $\bigvee$
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 <row>
14524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14525 \begin_inset Text
14526
14527 \begin_layout Plain Layout
14528
14529 \backslash
14530 bigsqcup
14531 \end_layout
14532
14533 \end_inset
14534 </cell>
14535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14536 \begin_inset Text
14537
14538 \begin_layout Plain Layout
14539 \begin_inset Formula $\bigsqcup$
14540 \end_inset
14541
14542
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 </row>
14548 <row>
14549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14550 \begin_inset Text
14551
14552 \begin_layout Plain Layout
14553
14554 \backslash
14555 biguplus
14556 \end_layout
14557
14558 \end_inset
14559 </cell>
14560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14561 \begin_inset Text
14562
14563 \begin_layout Plain Layout
14564 \begin_inset Formula $\biguplus$
14565 \end_inset
14566
14567
14568 \end_layout
14569
14570 \end_inset
14571 </cell>
14572 </row>
14573 </lyxtabular>
14574
14575 \end_inset
14576
14577
14578 \begin_inset space \hfill{}
14579 \end_inset
14580
14581
14582 \end_layout
14583
14584 \begin_layout Standard
14585 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
14586 \begin_inset Graphics
14587         filename ../../images/math/intop.png
14588         scale 85
14589
14590 \end_inset
14591
14592  eingefügt werden.
14593 \end_layout
14594
14595 \begin_layout Standard
14596 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
14597  Teil gleich aussehenden binären Operatoren.
14598  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
14599  beschrieben.
14600 \end_layout
14601
14602 \begin_layout Standard
14603 Für alle Integrale gibt es Befehle, die auf 
14604 \series bold
14605 op
14606 \series default
14607  enden: 
14608 \series bold
14609
14610 \backslash
14611 intop
14612 \series default
14613
14614 \series bold
14615
14616 \backslash
14617 ointop
14618 \series default
14619  usw..
14620  Diese unterscheiden sich von 
14621 \series bold
14622
14623 \backslash
14624 int
14625 \series default
14626  usw.
14627 \begin_inset space \space{}
14628 \end_inset
14629
14630 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
14631 \begin_inset CommandInset ref
14632 LatexCommand ref
14633 reference "sub:Operatorgrenzen"
14634
14635 \end_inset
14636
14637 .
14638  
14639 \end_layout
14640
14641 \begin_layout Subsubsection*
14642 Hinweise zu Integralen
14643 \end_layout
14644
14645 \begin_layout Standard
14646 Der Buchstabe 
14647 \emph on
14648 d
14649 \emph default
14650  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
14651  muss.
14652  Dazu markiert man das 
14653 \emph on
14654 d
14655 \emph default
14656  und wandelt es mit der Tastenkombination 
14657 \family sans
14658 Alt+Z
14659 \begin_inset space ~
14660 \end_inset
14661
14662 R
14663 \family default
14664
14665 \begin_inset Foot
14666 status collapsed
14667
14668 \begin_layout Plain Layout
14669 Schriftstile siehe 
14670 \begin_inset CommandInset ref
14671 LatexCommand ref
14672 reference "sub:Schriftstile"
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \end_inset
14680
14681  um.
14682  Anschließend fügt man vor dem 
14683 \emph on
14684 d
14685 \emph default
14686 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
14687  Dazu ein Beispiel:
14688 \end_layout
14689
14690 \begin_layout Standard
14691 inkorrekt: 
14692 \begin_inset Formula $\int A(x)dx$
14693 \end_inset
14694
14695
14696 \begin_inset Newline newline
14697 \end_inset
14698
14699
14700 \begin_inset Phantom HPhantom
14701 status open
14702
14703 \begin_layout Plain Layout
14704 in
14705 \end_layout
14706
14707 \end_inset
14708
14709 korrekt: 
14710 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14711 \end_inset
14712
14713
14714 \end_layout
14715
14716 \begin_layout Standard
14717 \begin_inset VSpace medskip
14718 \end_inset
14719
14720 Für Mehrfachintegrale gibt es folgende Befehle:
14721 \begin_inset VSpace medskip
14722 \end_inset
14723
14724
14725 \end_layout
14726
14727 \begin_layout Standard
14728 \begin_inset space \hfill{}
14729 \end_inset
14730
14731
14732 \begin_inset Tabular
14733 <lyxtabular version="3" rows="4" columns="2">
14734 <features rotate="0" tabularvalignment="middle">
14735 <column alignment="center" valignment="top">
14736 <column alignment="center" valignment="top">
14737 <row>
14738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14739 \begin_inset Text
14740
14741 \begin_layout Plain Layout
14742 Befehl
14743 \end_layout
14744
14745 \end_inset
14746 </cell>
14747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14748 \begin_inset Text
14749
14750 \begin_layout Plain Layout
14751 Ergebnis
14752 \begin_inset Note Note
14753 status collapsed
14754
14755 \begin_layout Plain Layout
14756
14757 \series bold
14758
14759 \backslash
14760 raisebox
14761 \series default
14762  dient nur als Abstandhalter.
14763 \end_layout
14764
14765 \end_inset
14766
14767
14768 \end_layout
14769
14770 \end_inset
14771 </cell>
14772 </row>
14773 <row>
14774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14775 \begin_inset Text
14776
14777 \begin_layout Plain Layout
14778
14779 \backslash
14780 iint
14781 \end_layout
14782
14783 \end_inset
14784 </cell>
14785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14786 \begin_inset Text
14787
14788 \begin_layout Plain Layout
14789 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
14790 \end_inset
14791
14792
14793 \end_layout
14794
14795 \end_inset
14796 </cell>
14797 </row>
14798 <row>
14799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14800 \begin_inset Text
14801
14802 \begin_layout Plain Layout
14803
14804 \backslash
14805 oiint
14806 \end_layout
14807
14808 \end_inset
14809 </cell>
14810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14811 \begin_inset Text
14812
14813 \begin_layout Plain Layout
14814 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
14815 \end_inset
14816
14817
14818 \end_layout
14819
14820 \end_inset
14821 </cell>
14822 </row>
14823 <row>
14824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14825 \begin_inset Text
14826
14827 \begin_layout Plain Layout
14828
14829 \backslash
14830 sqiint
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 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
14840 \end_inset
14841
14842
14843 \end_layout
14844
14845 \end_inset
14846 </cell>
14847 </row>
14848 </lyxtabular>
14849
14850 \end_inset
14851
14852
14853 \begin_inset space \hfill{}
14854 \end_inset
14855
14856
14857 \begin_inset Tabular
14858 <lyxtabular version="3" rows="4" columns="2">
14859 <features rotate="0" tabularvalignment="middle">
14860 <column alignment="center" valignment="top">
14861 <column alignment="center" valignment="top">
14862 <row>
14863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 Befehl
14868 \end_layout
14869
14870 \end_inset
14871 </cell>
14872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14873 \begin_inset Text
14874
14875 \begin_layout Plain Layout
14876 Ergebnis
14877 \end_layout
14878
14879 \end_inset
14880 </cell>
14881 </row>
14882 <row>
14883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14884 \begin_inset Text
14885
14886 \begin_layout Plain Layout
14887
14888 \backslash
14889 iiint
14890 \end_layout
14891
14892 \end_inset
14893 </cell>
14894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14895 \begin_inset Text
14896
14897 \begin_layout Plain Layout
14898 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
14899 \end_inset
14900
14901
14902 \end_layout
14903
14904 \end_inset
14905 </cell>
14906 </row>
14907 <row>
14908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14909 \begin_inset Text
14910
14911 \begin_layout Plain Layout
14912
14913 \backslash
14914 iiiint
14915 \end_layout
14916
14917 \end_inset
14918 </cell>
14919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14920 \begin_inset Text
14921
14922 \begin_layout Plain Layout
14923 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
14924 \end_inset
14925
14926
14927 \end_layout
14928
14929 \end_inset
14930 </cell>
14931 </row>
14932 <row>
14933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14934 \begin_inset Text
14935
14936 \begin_layout Plain Layout
14937
14938 \backslash
14939 dotsint
14940 \end_layout
14941
14942 \end_inset
14943 </cell>
14944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14945 \begin_inset Text
14946
14947 \begin_layout Plain Layout
14948 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
14949 \end_inset
14950
14951
14952 \end_layout
14953
14954 \end_inset
14955 </cell>
14956 </row>
14957 </lyxtabular>
14958
14959 \end_inset
14960
14961
14962 \begin_inset space \hfill{}
14963 \end_inset
14964
14965
14966 \end_layout
14967
14968 \begin_layout Subsection
14969 Operatorgrenzen
14970 \begin_inset CommandInset label
14971 LatexCommand label
14972 name "sub:Operatorgrenzen"
14973
14974 \end_inset
14975
14976
14977 \begin_inset Index idx
14978 status collapsed
14979
14980 \begin_layout Plain Layout
14981 Operatoren ! Grenzen
14982 \end_layout
14983
14984 \end_inset
14985
14986
14987 \end_layout
14988
14989 \begin_layout Standard
14990 Grenzen werden durch Hoch- bzw.
14991 \begin_inset space \space{}
14992 \end_inset
14993
14994 Tiefstellen erzeugt:
14995 \end_layout
14996
14997 \begin_layout Standard
14998 \align center
14999 \begin_inset Tabular
15000 <lyxtabular version="3" rows="2" columns="2">
15001 <features rotate="0" tabularvalignment="middle">
15002 <column alignment="center" valignment="top" width="0pt">
15003 <column alignment="center" valignment="top" width="0pt">
15004 <row>
15005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 Befehl
15010 \end_layout
15011
15012 \end_inset
15013 </cell>
15014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15015 \begin_inset Text
15016
15017 \begin_layout Plain Layout
15018 Ergebnis
15019 \begin_inset Note Note
15020 status collapsed
15021
15022 \begin_layout Plain Layout
15023
15024 \series bold
15025
15026 \backslash
15027 raisebox
15028 \series default
15029  dient nur als Abstandhalter.
15030 \end_layout
15031
15032 \end_inset
15033
15034
15035 \end_layout
15036
15037 \end_inset
15038 </cell>
15039 </row>
15040 <row>
15041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15042 \begin_inset Text
15043
15044 \begin_layout Plain Layout
15045
15046 \backslash
15047 prod^
15048 \backslash
15049 infty
15050 \begin_inset space \textvisiblespace{}
15051 \end_inset
15052
15053
15054 \begin_inset Formula $\to$
15055 \end_inset
15056
15057 _0
15058 \begin_inset Formula $\to$
15059 \end_inset
15060
15061 A(x)
15062 \end_layout
15063
15064 \end_inset
15065 </cell>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15071 \end_inset
15072
15073
15074 \end_layout
15075
15076 \end_inset
15077 </cell>
15078 </row>
15079 </lyxtabular>
15080
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \begin_layout Standard
15087 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15088  Operator gesetzt.
15089  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15090  bzw.
15091 \begin_inset space \space{}
15092 \end_inset
15093
15094 unter den Operator gesetzt.
15095 \end_layout
15096
15097 \begin_layout Standard
15098 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15099  man den Cursor direkt hinter den Operator und setzt über das Menü 
15100 \family sans
15101 Bearbeiten\SpecialChar \menuseparator
15102 Mathe\SpecialChar \menuseparator
15103 Art der Operatorgrenzen ändern
15104 \family default
15105  die Grenzen auf 
15106 \series bold
15107 Eingebettet
15108 \series default
15109  (Tastenkombination 
15110 \family sans
15111 Alt+M
15112 \begin_inset space ~
15113 \end_inset
15114
15115 L
15116 \family default
15117 ).
15118  Dazu folgendes Beispiel:
15119 \end_layout
15120
15121 \begin_layout Standard
15122 Die normalen Grenzen sehen so aus:
15123 \begin_inset Formula 
15124 \[
15125 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15126 \]
15127
15128 \end_inset
15129
15130 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15131 \begin_inset Formula 
15132 \[
15133 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15134 \]
15135
15136 \end_inset
15137
15138 Bei Integralen werden mit Ausnahme von denen, die auf 
15139 \series bold
15140 op
15141 \series default
15142  enden (
15143 \series bold
15144
15145 \backslash
15146 intop
15147 \series default
15148
15149 \series bold
15150
15151 \backslash
15152 ointop
15153 \series default
15154  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
15155  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15156  gesetzt.
15157  Im folgenden Beispiel wurde die Grenze deswegen auf 
15158 \series bold
15159 Anzeige
15160 \series default
15161  gesetzt und damit unter die Integrale geschrieben:
15162 \begin_inset Formula 
15163 \begin{equation}
15164 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15165 \end{equation}
15166
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \begin_layout Standard
15173 \begin_inset VSpace medskip
15174 \end_inset
15175
15176 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15177 \series bold
15178
15179 \backslash
15180 subarray
15181 \series default
15182
15183 \begin_inset Index idx
15184 status collapsed
15185
15186 \begin_layout Plain Layout
15187 Befehle ! S ! 
15188 \backslash
15189 subarray
15190 \end_layout
15191
15192 \end_inset
15193
15194  und 
15195 \series bold
15196
15197 \backslash
15198 substack
15199 \series default
15200
15201 \begin_inset Index idx
15202 status collapsed
15203
15204 \begin_layout Plain Layout
15205 Befehle ! S ! 
15206 \backslash
15207 substack
15208 \end_layout
15209
15210 \end_inset
15211
15212 .
15213  Um z.
15214 \begin_inset space \thinspace{}
15215 \end_inset
15216
15217 B.
15218  diesen Ausdruck 
15219 \begin_inset Formula 
15220 \begin{equation}
15221 \sum_{\begin{subarray}{c}
15222 0<k<1000\\
15223 \\
15224 k\,\in\,\mathbb{N}
15225 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15226 \end{equation}
15227
15228 \end_inset
15229
15230 zu erstellen, muss man Folgendes tun:
15231 \begin_inset Newline newline
15232 \end_inset
15233
15234 Zuerst gibt man den Befehl 
15235 \series bold
15236
15237 \backslash
15238 sum
15239 \series default
15240 ^
15241 \series bold
15242 n
15243 \begin_inset space \textvisiblespace{}
15244 \end_inset
15245
15246 _
15247 \series default
15248  ein.
15249  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15250  In dieses gibt man den Befehl 
15251 \series bold
15252
15253 \backslash
15254 subarray
15255 \begin_inset space \textvisiblespace{}
15256 \end_inset
15257
15258
15259 \series default
15260  ein.
15261  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
15262  Zeilen untereinander schreiben.
15263  Mit Eingabe des Zeilenumbruchs (
15264 \family sans
15265 Strg+Enter
15266 \family default
15267 ) wird eine neue Zeile erstellt.
15268  Gibt man
15269 \begin_inset Newline newline
15270 \end_inset
15271
15272
15273 \series bold
15274 0<k<1000 Strg+Enter
15275 \begin_inset Newline newline
15276 \end_inset
15277
15278
15279 \series default
15280 ein, erscheint darunter ein Kästchen für die neue Zeile.
15281 \end_layout
15282
15283 \begin_layout Standard
15284 Die Ausrichtung der Zeilen kann mit der 
15285 \family sans
15286 Tabellen-Werkzeugleiste
15287 \family default
15288  oder dem Menü 
15289 \family sans
15290 Bearbeiten\SpecialChar \menuseparator
15291 Zeilen & Spalten
15292 \family default
15293  auf links geändert werden.
15294  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15295 \series bold
15296
15297 \backslash
15298 hfill
15299 \begin_inset space \textvisiblespace{}
15300 \end_inset
15301
15302
15303 \series default
15304  eingegeben.
15305 \end_layout
15306
15307 \begin_layout Standard
15308 Der Befehl 
15309 \series bold
15310
15311 \backslash
15312 substack
15313 \series default
15314  ist äquivalent zu 
15315 \series bold
15316
15317 \backslash
15318 subarray
15319 \series default
15320 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
15321 \end_layout
15322
15323 \begin_layout Standard
15324 \begin_inset VSpace bigskip
15325 \end_inset
15326
15327 Wie bei Formel 
15328 \begin_inset CommandInset ref
15329 LatexCommand eqref
15330 reference "eq:substack"
15331
15332 \end_inset
15333
15334  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
15335  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
15336 \end_layout
15337
15338 \begin_layout Standard
15339 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
15340 \end_layout
15341
15342 \begin_layout Standard
15343
15344 \series bold
15345
15346 \backslash
15347 def
15348 \backslash
15349 clap#1{
15350 \backslash
15351 hbox to 0pt{
15352 \backslash
15353 hss #1
15354 \backslash
15355 hss}}
15356 \begin_inset Newline newline
15357 \end_inset
15358
15359
15360 \backslash
15361 def
15362 \backslash
15363 mathclap {
15364 \backslash
15365 mathpalette 
15366 \backslash
15367 mathclapinternal}
15368 \begin_inset Newline newline
15369 \end_inset
15370
15371
15372 \backslash
15373 def
15374 \backslash
15375 mathclapinternal #1#2{
15376 \backslash
15377 clap{$
15378 \backslash
15379 mathsurround =0pt #1{#2}$}}
15380 \end_layout
15381
15382 \begin_layout Standard
15383 Dadurch wird der Befehl 
15384 \series bold
15385
15386 \backslash
15387 mathclap
15388 \series default
15389
15390 \begin_inset Index idx
15391 status collapsed
15392
15393 \begin_layout Plain Layout
15394 Befehle ! M ! 
15395 \backslash
15396 mathclap
15397 \end_layout
15398
15399 \end_inset
15400
15401  definiert, der die Breite der Grenze auf 0
15402 \begin_inset space \thinspace{}
15403 \end_inset
15404
15405 pt setzt.
15406  Das Befehlsschema lautet
15407 \end_layout
15408
15409 \begin_layout Standard
15410
15411 \series bold
15412
15413 \backslash
15414 mathclap{Grenze}
15415 \end_layout
15416
15417 \begin_layout Standard
15418 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
15419 \end_layout
15420
15421 \begin_layout Standard
15422 Auf Formel 
15423 \begin_inset CommandInset ref
15424 LatexCommand eqref
15425 reference "eq:substack"
15426
15427 \end_inset
15428
15429  angewandt, gibt man also den Befehl
15430 \end_layout
15431
15432 \begin_layout Standard
15433
15434 \series bold
15435
15436 \backslash
15437 sum_
15438 \backslash
15439 mathclap{
15440 \backslash
15441 substack
15442 \begin_inset space \textvisiblespace{}
15443 \end_inset
15444
15445 0<k<1000 Strg+Enter
15446 \end_layout
15447
15448 \begin_layout Standard
15449 ein, um die untere Grenze zu erstellen.
15450  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
15451 \begin_inset Formula 
15452 \[
15453 \sum_{\mathclap{\substack{0<k<1000\\
15454 \\
15455 k\,\in\,\mathbb{N}
15456 }
15457 }}^{n}k^{-2}
15458 \]
15459
15460 \end_inset
15461
15462
15463 \end_layout
15464
15465 \begin_layout Standard
15466 \begin_inset VSpace bigskip
15467 \end_inset
15468
15469 In 
15470 \begin_inset CommandInset ref
15471 LatexCommand ref
15472 reference "sub:Selbstdefinierte-Operatoren"
15473
15474 \end_inset
15475
15476  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
15477 \end_layout
15478
15479 \begin_layout Subsection
15480 Dekoration für Operatoren
15481 \begin_inset Index idx
15482 status collapsed
15483
15484 \begin_layout Plain Layout
15485 Operatoren ! Dekoration
15486 \end_layout
15487
15488 \end_inset
15489
15490
15491 \end_layout
15492
15493 \begin_layout Standard
15494 Zum Dekorieren von Operatoren gibt es die Befehle 
15495 \series bold
15496
15497 \backslash
15498 overset
15499 \series default
15500
15501 \begin_inset Index idx
15502 status collapsed
15503
15504 \begin_layout Plain Layout
15505 Befehle ! O ! 
15506 \backslash
15507 overset
15508 \end_layout
15509
15510 \end_inset
15511
15512  und 
15513 \series bold
15514
15515 \backslash
15516 underset
15517 \series default
15518
15519 \begin_inset Index idx
15520 status collapsed
15521
15522 \begin_layout Plain Layout
15523 Befehle ! U ! 
15524 \backslash
15525 underset
15526 \end_layout
15527
15528 \end_inset
15529
15530 , mit denen man Zeichen über bzw.
15531 \begin_inset space \space{}
15532 \end_inset
15533
15534 unter einen Operator setzen kann.
15535  Mit dem Befehl 
15536 \series bold
15537
15538 \backslash
15539 sideset
15540 \series default
15541
15542 \begin_inset Index idx
15543 status collapsed
15544
15545 \begin_layout Plain Layout
15546 Befehle ! S ! 
15547 \backslash
15548 sideset
15549 \end_layout
15550
15551 \end_inset
15552
15553  können Zeichen vor und nach einen großen Operator gesetzt werden.
15554 \end_layout
15555
15556 \begin_layout Standard
15557 Es gibt 4
15558 \begin_inset space ~
15559 \end_inset
15560
15561 Varianten von 
15562 \series bold
15563
15564 \backslash
15565 sideset
15566 \series default
15567 :
15568 \end_layout
15569
15570 \begin_layout Itemize
15571
15572 \series bold
15573
15574 \backslash
15575 sideset
15576 \series default
15577  zum Setzen von Zeichen an die Ecken des Operators
15578 \end_layout
15579
15580 \begin_layout Itemize
15581
15582 \series bold
15583
15584 \backslash
15585 sidesetn
15586 \series default
15587  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
15588 t LaTeXs originalem 
15589 \series bold
15590
15591 \backslash
15592 sideset
15593 \series default
15594  Befehl)
15595 \end_layout
15596
15597 \begin_layout Itemize
15598
15599 \series bold
15600
15601 \backslash
15602 sidesetl
15603 \series default
15604  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
15605 \end_layout
15606
15607 \begin_layout Itemize
15608
15609 \series bold
15610
15611 \backslash
15612 sidesetr
15613 \series default
15614  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
15615 \end_layout
15616
15617 \begin_layout Standard
15618 Z.
15619 \begin_inset space \thinspace{}
15620 \end_inset
15621
15622 B.
15623  ergibt der Befehl 
15624 \series bold
15625
15626 \backslash
15627 sidesetn
15628 \begin_inset space \textvisiblespace{}
15629 \end_inset
15630
15631
15632 \backslash
15633 sum
15634 \begin_inset space \textvisiblespace{}
15635 \end_inset
15636
15637
15638 \begin_inset Formula $\to$
15639 \end_inset
15640
15641 '
15642 \begin_inset Formula $\to$
15643 \end_inset
15644
15645 _k=1
15646 \begin_inset space \textvisiblespace{}
15647 \end_inset
15648
15649
15650 \series default
15651 ^
15652 \series bold
15653 n
15654 \series default
15655  :
15656 \begin_inset Formula 
15657 \[
15658 \sideset{}{'}\sum_{k=1}^{n}
15659 \]
15660
15661 \end_inset
15662
15663
15664 \end_layout
15665
15666 \begin_layout Standard
15667 \begin_inset Note Greyedout
15668 status open
15669
15670 \begin_layout Plain Layout
15671
15672 \series bold
15673 Achtung: 
15674 \backslash
15675 sideset
15676 \series default
15677  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
15678  Operatoren sind nicht erlaubt.
15679 \end_layout
15680
15681 \end_inset
15682
15683
15684 \end_layout
15685
15686 \begin_layout Standard
15687 Mit 
15688 \series bold
15689
15690 \backslash
15691 overset
15692 \series default
15693  bzw.
15694 \begin_inset space \space{}
15695 \end_inset
15696
15697
15698 \series bold
15699
15700 \backslash
15701 underset
15702 \series default
15703  kann man auch Symbole und Zeichen dekorieren.
15704  Beispielsweise ergibt der Befehl 
15705 \series bold
15706
15707 \backslash
15708 overset
15709 \begin_inset space \textvisiblespace{}
15710 \end_inset
15711
15712
15713 \backslash
15714 maltese
15715 \begin_inset space \textvisiblespace{}
15716 \end_inset
15717
15718
15719 \series default
15720
15721 \begin_inset Formula $\uparrow$
15722 \end_inset
15723
15724
15725 \series bold
15726 a
15727 \series default
15728  :
15729 \begin_inset Formula 
15730 \[
15731 \overset{a}{\maltese}
15732 \]
15733
15734 \end_inset
15735
15736
15737 \end_layout
15738
15739 \begin_layout Subsection
15740 Binäre Operatoren
15741 \begin_inset CommandInset label
15742 LatexCommand label
15743 name "sub:Binäre-Operatoren"
15744
15745 \end_inset
15746
15747
15748 \begin_inset Index idx
15749 status collapsed
15750
15751 \begin_layout Plain Layout
15752 Operatoren ! binäre
15753 \end_layout
15754
15755 \end_inset
15756
15757
15758 \end_layout
15759
15760 \begin_layout Standard
15761 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
15762  ein Zeichen befindet.
15763 \begin_inset VSpace medskip
15764 \end_inset
15765
15766
15767 \end_layout
15768
15769 \begin_layout Standard
15770 \begin_inset space \hfill{}
15771 \end_inset
15772
15773
15774 \begin_inset Tabular
15775 <lyxtabular version="3" rows="13" columns="2">
15776 <features rotate="0" tabularvalignment="middle">
15777 <column alignment="center" valignment="top" width="0pt">
15778 <column alignment="center" valignment="top" width="0pt">
15779 <row>
15780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15781 \begin_inset Text
15782
15783 \begin_layout Plain Layout
15784 Befehl
15785 \begin_inset Note Note
15786 status collapsed
15787
15788 \begin_layout Plain Layout
15789
15790 \series bold
15791
15792 \backslash
15793 raisebox
15794 \series default
15795  dient nur als Abstandhalter.
15796 \end_layout
15797
15798 \end_inset
15799
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15806 \begin_inset Text
15807
15808 \begin_layout Plain Layout
15809 Ergebnis
15810 \end_layout
15811
15812 \end_inset
15813 </cell>
15814 </row>
15815 <row>
15816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15817 \begin_inset Text
15818
15819 \begin_layout Plain Layout
15820 +
15821 \end_layout
15822
15823 \end_inset
15824 </cell>
15825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15826 \begin_inset Text
15827
15828 \begin_layout Plain Layout
15829 \begin_inset Formula $+$
15830 \end_inset
15831
15832
15833 \end_layout
15834
15835 \end_inset
15836 </cell>
15837 </row>
15838 <row>
15839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15840 \begin_inset Text
15841
15842 \begin_layout Plain Layout
15843 -
15844 \end_layout
15845
15846 \end_inset
15847 </cell>
15848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15849 \begin_inset Text
15850
15851 \begin_layout Plain Layout
15852 \begin_inset Formula $-$
15853 \end_inset
15854
15855
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 </row>
15861 <row>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866
15867 \backslash
15868 pm
15869 \end_layout
15870
15871 \end_inset
15872 </cell>
15873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15874 \begin_inset Text
15875
15876 \begin_layout Plain Layout
15877 \begin_inset Formula $\pm$
15878 \end_inset
15879
15880
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 </row>
15886 <row>
15887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891
15892 \backslash
15893 mp
15894 \end_layout
15895
15896 \end_inset
15897 </cell>
15898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15899 \begin_inset Text
15900
15901 \begin_layout Plain Layout
15902 \begin_inset Formula $\mp$
15903 \end_inset
15904
15905
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 </row>
15911 <row>
15912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916
15917 \backslash
15918 cdot
15919 \end_layout
15920
15921 \end_inset
15922 </cell>
15923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15924 \begin_inset Text
15925
15926 \begin_layout Plain Layout
15927 \begin_inset Formula $\cdot$
15928 \end_inset
15929
15930
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 </row>
15936 <row>
15937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15938 \begin_inset Text
15939
15940 \begin_layout Plain Layout
15941
15942 \backslash
15943 times
15944 \end_layout
15945
15946 \end_inset
15947 </cell>
15948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15949 \begin_inset Text
15950
15951 \begin_layout Plain Layout
15952 \begin_inset Formula $\times$
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 </row>
15961 <row>
15962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15963 \begin_inset Text
15964
15965 \begin_layout Plain Layout
15966
15967 \backslash
15968 div
15969 \end_layout
15970
15971 \end_inset
15972 </cell>
15973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15974 \begin_inset Text
15975
15976 \begin_layout Plain Layout
15977 \begin_inset Formula $\div$
15978 \end_inset
15979
15980
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 </row>
15986 <row>
15987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15988 \begin_inset Text
15989
15990 \begin_layout Plain Layout
15991 \begin_inset ERT
15992 status collapsed
15993
15994 \begin_layout Plain Layout
15995
15996
15997 \backslash
15998 raisebox{-1.2mm}{
15999 \end_layout
16000
16001 \end_inset
16002
16003 *
16004 \begin_inset ERT
16005 status collapsed
16006
16007 \begin_layout Plain Layout
16008
16009 }
16010 \end_layout
16011
16012 \end_inset
16013
16014
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 \begin_inset Formula $*$
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 </row>
16032 <row>
16033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037
16038 \backslash
16039 star
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 \begin_inset Formula $\star$
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 </row>
16057 <row>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062
16063 \backslash
16064 circ
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 \begin_inset Formula $\circ$
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row>
16083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087
16088 \backslash
16089 diamond
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 \begin_inset Formula $\diamond$
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 <row>
16108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16109 \begin_inset Text
16110
16111 \begin_layout Plain Layout
16112
16113 \backslash
16114 bullet
16115 \end_layout
16116
16117 \end_inset
16118 </cell>
16119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16120 \begin_inset Text
16121
16122 \begin_layout Plain Layout
16123 \begin_inset Formula $\bullet$
16124 \end_inset
16125
16126
16127 \end_layout
16128
16129 \end_inset
16130 </cell>
16131 </row>
16132 </lyxtabular>
16133
16134 \end_inset
16135
16136
16137 \begin_inset space \hfill{}
16138 \end_inset
16139
16140
16141 \begin_inset Tabular
16142 <lyxtabular version="3" rows="13" columns="2">
16143 <features rotate="0" tabularvalignment="middle">
16144 <column alignment="center" valignment="top" width="0pt">
16145 <column alignment="center" valignment="top" width="0pt">
16146 <row>
16147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 Befehl
16152 \end_layout
16153
16154 \end_inset
16155 </cell>
16156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16157 \begin_inset Text
16158
16159 \begin_layout Plain Layout
16160 Ergebnis
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 nabla
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 $\nabla$
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 bigtriangledown
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 $\bigtriangledown$
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 bigtriangleup
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 $\bigtriangleup$
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" leftline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246
16247 \backslash
16248 Box
16249 \end_layout
16250
16251 \end_inset
16252 </cell>
16253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16254 \begin_inset Text
16255
16256 \begin_layout Plain Layout
16257 \begin_inset Formula $\Box$
16258 \end_inset
16259
16260
16261 \end_layout
16262
16263 \end_inset
16264 </cell>
16265 </row>
16266 <row>
16267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271
16272 \backslash
16273 cap 
16274 \end_layout
16275
16276 \end_inset
16277 </cell>
16278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16279 \begin_inset Text
16280
16281 \begin_layout Plain Layout
16282 \begin_inset Formula $\cap$
16283 \end_inset
16284
16285
16286 \end_layout
16287
16288 \end_inset
16289 </cell>
16290 </row>
16291 <row>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296
16297 \backslash
16298 cup
16299 \end_layout
16300
16301 \end_inset
16302 </cell>
16303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16304 \begin_inset Text
16305
16306 \begin_layout Plain Layout
16307 \begin_inset Formula $\cup$
16308 \end_inset
16309
16310
16311 \end_layout
16312
16313 \end_inset
16314 </cell>
16315 </row>
16316 <row>
16317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321
16322 \backslash
16323 dagger
16324 \end_layout
16325
16326 \end_inset
16327 </cell>
16328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16329 \begin_inset Text
16330
16331 \begin_layout Plain Layout
16332 \begin_inset Formula $\dagger$
16333 \end_inset
16334
16335
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 </row>
16341 <row>
16342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16343 \begin_inset Text
16344
16345 \begin_layout Plain Layout
16346
16347 \backslash
16348 ddagger
16349 \end_layout
16350
16351 \end_inset
16352 </cell>
16353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16354 \begin_inset Text
16355
16356 \begin_layout Plain Layout
16357 \begin_inset Formula $\ddagger$
16358 \end_inset
16359
16360
16361 \end_layout
16362
16363 \end_inset
16364 </cell>
16365 </row>
16366 <row>
16367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16368 \begin_inset Text
16369
16370 \begin_layout Plain Layout
16371
16372 \backslash
16373 wr
16374 \end_layout
16375
16376 \end_inset
16377 </cell>
16378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16379 \begin_inset Text
16380
16381 \begin_layout Plain Layout
16382 \begin_inset Formula $\wr$
16383 \end_inset
16384
16385
16386 \end_layout
16387
16388 \end_inset
16389 </cell>
16390 </row>
16391 <row>
16392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16393 \begin_inset Text
16394
16395 \begin_layout Plain Layout
16396
16397 \backslash
16398 bigcirc
16399 \end_layout
16400
16401 \end_inset
16402 </cell>
16403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16404 \begin_inset Text
16405
16406 \begin_layout Plain Layout
16407 \begin_inset Formula $\bigcirc$
16408 \end_inset
16409
16410
16411 \end_layout
16412
16413 \end_inset
16414 </cell>
16415 </row>
16416 <row>
16417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16418 \begin_inset Text
16419
16420 \begin_layout Plain Layout
16421
16422 \backslash
16423 wedge
16424 \end_layout
16425
16426 \end_inset
16427 </cell>
16428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16429 \begin_inset Text
16430
16431 \begin_layout Plain Layout
16432 \begin_inset Formula $\wedge$
16433 \end_inset
16434
16435
16436 \end_layout
16437
16438 \end_inset
16439 </cell>
16440 </row>
16441 <row>
16442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16443 \begin_inset Text
16444
16445 \begin_layout Plain Layout
16446
16447 \backslash
16448 vee
16449 \end_layout
16450
16451 \end_inset
16452 </cell>
16453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16454 \begin_inset Text
16455
16456 \begin_layout Plain Layout
16457 \begin_inset Formula $\vee$
16458 \end_inset
16459
16460
16461 \end_layout
16462
16463 \end_inset
16464 </cell>
16465 </row>
16466 </lyxtabular>
16467
16468 \end_inset
16469
16470
16471 \begin_inset space \hfill{}
16472 \end_inset
16473
16474
16475 \begin_inset Tabular
16476 <lyxtabular version="3" rows="13" columns="2">
16477 <features rotate="0" tabularvalignment="middle">
16478 <column alignment="center" valignment="top" width="0pt">
16479 <column alignment="center" valignment="top" width="0pt">
16480 <row>
16481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16482 \begin_inset Text
16483
16484 \begin_layout Plain Layout
16485 Befehl
16486 \end_layout
16487
16488 \end_inset
16489 </cell>
16490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494 Ergebnis
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 oplus
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 $\oplus$
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 ominus
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 $\ominus$
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 otimes
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 $\otimes$
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" leftline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580
16581 \backslash
16582 oslash
16583 \end_layout
16584
16585 \end_inset
16586 </cell>
16587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16588 \begin_inset Text
16589
16590 \begin_layout Plain Layout
16591 \begin_inset Formula $\oslash$
16592 \end_inset
16593
16594
16595 \end_layout
16596
16597 \end_inset
16598 </cell>
16599 </row>
16600 <row>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605
16606 \backslash
16607 odot
16608 \end_layout
16609
16610 \end_inset
16611 </cell>
16612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16613 \begin_inset Text
16614
16615 \begin_layout Plain Layout
16616 \begin_inset Formula $\odot$
16617 \end_inset
16618
16619
16620 \end_layout
16621
16622 \end_inset
16623 </cell>
16624 </row>
16625 <row>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630
16631 \backslash
16632 amalg
16633 \end_layout
16634
16635 \end_inset
16636 </cell>
16637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16638 \begin_inset Text
16639
16640 \begin_layout Plain Layout
16641 \begin_inset Formula $\amalg$
16642 \end_inset
16643
16644
16645 \end_layout
16646
16647 \end_inset
16648 </cell>
16649 </row>
16650 <row>
16651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655
16656 \backslash
16657 uplus
16658 \end_layout
16659
16660 \end_inset
16661 </cell>
16662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 \begin_inset Formula $\uplus$
16667 \end_inset
16668
16669
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 </row>
16675 <row>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680
16681 \backslash
16682 setminus
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $\setminus$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 sqcap
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\sqcap$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \backslash
16732 sqcup
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\sqcup$
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \backslash
16757 triangleleft
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $\triangleleft$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 triangleright
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\triangleright$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 </lyxtabular>
16801
16802 \end_inset
16803
16804
16805 \begin_inset space \hfill{}
16806 \end_inset
16807
16808
16809 \end_layout
16810
16811 \begin_layout Standard
16812 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
16813  
16814 \begin_inset Graphics
16815         filename ../../images/math/pm.png
16816         scale 85
16817
16818 \end_inset
16819
16820  eingefügt werden.
16821 \end_layout
16822
16823 \begin_layout Standard
16824 Um den Laplace-Operator darzustellen, kann man statt 
16825 \series bold
16826
16827 \backslash
16828 bigtriangleup
16829 \series default
16830  auch 
16831 \series bold
16832
16833 \backslash
16834 Delta
16835 \series default
16836  verwenden oder man benutzt 
16837 \series bold
16838
16839 \backslash
16840 nabla
16841 \series default
16842 ^
16843 \series bold
16844 2
16845 \series default
16846  (
16847 \begin_inset Formula $\nabla^{2}$
16848 \end_inset
16849
16850 ).
16851 \end_layout
16852
16853 \begin_layout Standard
16854 Das Zeichen 
16855 \family sans
16856 Menütrenner
16857 \family default
16858  im Menü 
16859 \family sans
16860 Einfügen\SpecialChar \menuseparator
16861 Sonderzeichen
16862 \family default
16863  ist der Operator 
16864 \series bold
16865
16866 \backslash
16867 triangleright
16868 \series default
16869 .
16870 \end_layout
16871
16872 \begin_layout Subsection
16873 Selbst definierte Operatoren
16874 \begin_inset CommandInset label
16875 LatexCommand label
16876 name "sub:Selbstdefinierte-Operatoren"
16877
16878 \end_inset
16879
16880
16881 \begin_inset Index idx
16882 status collapsed
16883
16884 \begin_layout Plain Layout
16885 Operatoren ! selbstdefinierte
16886 \end_layout
16887
16888 \end_inset
16889
16890
16891 \end_layout
16892
16893 \begin_layout Standard
16894 Mit Hilfe des Befehls 
16895 \series bold
16896
16897 \backslash
16898 DeclareMathOperator
16899 \series default
16900
16901 \begin_inset Index idx
16902 status collapsed
16903
16904 \begin_layout Plain Layout
16905 Befehle ! D ! 
16906 \backslash
16907 dbinom@
16908 \backslash
16909 DeclareMathOperator
16910 \end_layout
16911
16912 \end_inset
16913
16914  kann man im LaTeX-Vorspann eigene Operatoren definieren.
16915  Das Befehlsschema dazu lautet:
16916 \end_layout
16917
16918 \begin_layout Standard
16919
16920 \series bold
16921
16922 \backslash
16923 DeclareMathOperator{neuer Befehl}{Anzeige}
16924 \end_layout
16925
16926 \begin_layout Standard
16927 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
16928  im Ausdruck aussieht.
16929  Will man einen großen Operator definieren, setzt man hinter den Befehl
16930  ein 
16931 \series bold
16932 *
16933 \series default
16934 .
16935  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
16936  wie in 
16937 \begin_inset CommandInset ref
16938 LatexCommand ref
16939 reference "sub:Operatorgrenzen"
16940
16941 \end_inset
16942
16943  beschrieben.
16944 \end_layout
16945
16946 \begin_layout Standard
16947 Beispielsweise definiert die LaTeX-Vorspannzeile
16948 \end_layout
16949
16950 \begin_layout Standard
16951
16952 \series bold
16953
16954 \backslash
16955 DeclareMathOperator*{
16956 \backslash
16957 Raute}{
16958 \backslash
16959 blacklozenge}
16960 \end_layout
16961
16962 \begin_layout Standard
16963 den Befehl 
16964 \series bold
16965
16966 \backslash
16967 Raute
16968 \series default
16969 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
16970  aus 
16971 \begin_inset CommandInset ref
16972 LatexCommand ref
16973 reference "sub:Sonstige-Symbole"
16974
16975 \end_inset
16976
16977  besteht:
16978 \begin_inset Formula 
16979 \[
16980 \Raute_{n=1}^{\infty}
16981 \]
16982
16983 \end_inset
16984
16985 Der Befehl für diese Formel lautet: 
16986 \series bold
16987
16988 \backslash
16989 Raute
16990 \series default
16991 ^
16992 \series bold
16993
16994 \backslash
16995 infty
16996 \begin_inset Formula $\to$
16997 \end_inset
16998
16999 _n=1
17000 \end_layout
17001
17002 \begin_layout Standard
17003 \begin_inset VSpace bigskip
17004 \end_inset
17005
17006 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17007  auch mit den Befehlen 
17008 \series bold
17009
17010 \backslash
17011 mathop
17012 \series default
17013
17014 \begin_inset Index idx
17015 status collapsed
17016
17017 \begin_layout Plain Layout
17018 Befehle ! M ! 
17019 \backslash
17020 mathop
17021 \end_layout
17022
17023 \end_inset
17024
17025  und 
17026 \series bold
17027
17028 \backslash
17029 mathbin
17030 \series default
17031
17032 \begin_inset Index idx
17033 status collapsed
17034
17035 \begin_layout Plain Layout
17036 Befehle ! M ! 
17037 \backslash
17038 mathbin
17039 \end_layout
17040
17041 \end_inset
17042
17043  definieren, die folgendes Schema besitzen:
17044 \end_layout
17045
17046 \begin_layout Standard
17047
17048 \series bold
17049
17050 \backslash
17051 mathop{Anzeige}
17052 \series default
17053  bzw.
17054 \begin_inset space \space{}
17055 \end_inset
17056
17057
17058 \series bold
17059
17060 \backslash
17061 mathbin{Anzeige}
17062 \end_layout
17063
17064 \begin_layout Standard
17065
17066 \series bold
17067
17068 \backslash
17069 mathop
17070 \series default
17071  definiert große, 
17072 \series bold
17073
17074 \backslash
17075 mathbin
17076 \series default
17077  binäre Operatoren.
17078 \end_layout
17079
17080 \begin_layout Standard
17081
17082 \series bold
17083
17084 \backslash
17085 mathop
17086 \series default
17087  lässt sich z.
17088 \begin_inset space \thinspace{}
17089 \end_inset
17090
17091 B.
17092  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17093 \begin_inset Formula 
17094 \[
17095 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17096 \]
17097
17098 \end_inset
17099
17100
17101 \end_layout
17102
17103 \begin_layout Standard
17104 Der Befehl für obige Formel lautet:
17105 \begin_inset Newline newline
17106 \end_inset
17107
17108  
17109 \series bold
17110
17111 \backslash
17112 mathop{
17113 \backslash
17114 sum
17115 \backslash
17116 negmedspace
17117 \backslash
17118 sum
17119 \series default
17120
17121 \begin_inset space \textvisiblespace{}
17122 \end_inset
17123
17124
17125 \series bold
17126
17127 \begin_inset Formula $\to$
17128 \end_inset
17129
17130 ^N
17131 \series default
17132
17133 \begin_inset space \textvisiblespace{}
17134 \end_inset
17135
17136
17137 \series bold
17138 _i,j=1
17139 \end_layout
17140
17141 \begin_layout Standard
17142 \begin_inset Newpage newpage
17143 \end_inset
17144
17145
17146 \end_layout
17147
17148 \begin_layout Section
17149 Schriften
17150 \begin_inset Index idx
17151 status collapsed
17152
17153 \begin_layout Plain Layout
17154 Schriften
17155 \end_layout
17156
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \begin_layout Subsection
17163 Schriftstile
17164 \begin_inset CommandInset label
17165 LatexCommand label
17166 name "sub:Schriftstile"
17167
17168 \end_inset
17169
17170
17171 \begin_inset Index idx
17172 status collapsed
17173
17174 \begin_layout Plain Layout
17175 Schriften ! Schriftstile
17176 \end_layout
17177
17178 \end_inset
17179
17180
17181 \end_layout
17182
17183 \begin_layout Standard
17184 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17185  gesetzt werden:
17186 \begin_inset VSpace -2mm
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \begin_layout Standard
17193 \align center
17194 \begin_inset Tabular
17195 <lyxtabular version="3" rows="7" columns="3">
17196 <features rotate="0" tabularvalignment="middle">
17197 <column alignment="center" valignment="top">
17198 <column alignment="center" valignment="top">
17199 <column alignment="center" valignment="top">
17200 <row>
17201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17202 \begin_inset Text
17203
17204 \begin_layout Plain Layout
17205 Befehl
17206 \end_layout
17207
17208 \end_inset
17209 </cell>
17210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17211 \begin_inset Text
17212
17213 \begin_layout Plain Layout
17214 Ergebnis
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223 Tastenkürzel
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 </row>
17229 <row>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234
17235 \backslash
17236 mathbb
17237 \series bold
17238
17239 \begin_inset space \textvisiblespace{}
17240 \end_inset
17241
17242
17243 \series default
17244 ABC
17245 \end_layout
17246
17247 \end_inset
17248 </cell>
17249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17250 \begin_inset Text
17251
17252 \begin_layout Plain Layout
17253 \begin_inset Formula $\mathbb{ABC}$
17254 \end_inset
17255
17256
17257 \end_layout
17258
17259 \end_inset
17260 </cell>
17261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17262 \begin_inset Text
17263
17264 \begin_layout Plain Layout
17265 Alt+Z K
17266 \end_layout
17267
17268 \end_inset
17269 </cell>
17270 </row>
17271 <row>
17272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17273 \begin_inset Text
17274
17275 \begin_layout Plain Layout
17276
17277 \backslash
17278 mathbf
17279 \series bold
17280
17281 \begin_inset space \textvisiblespace{}
17282 \end_inset
17283
17284
17285 \series default
17286 AbC
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295 \begin_inset Formula $\mathbf{AbC}$
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \end_inset
17302 </cell>
17303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17304 \begin_inset Text
17305
17306 \begin_layout Plain Layout
17307 Strg+B
17308 \end_layout
17309
17310 \end_inset
17311 </cell>
17312 </row>
17313 <row>
17314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17315 \begin_inset Text
17316
17317 \begin_layout Plain Layout
17318
17319 \backslash
17320 boldsymbol
17321 \series bold
17322
17323 \begin_inset space \textvisiblespace{}
17324 \end_inset
17325
17326
17327 \series default
17328 AbC
17329 \end_layout
17330
17331 \end_inset
17332 </cell>
17333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17334 \begin_inset Text
17335
17336 \begin_layout Plain Layout
17337 \begin_inset Formula $\boldsymbol{AbC}$
17338 \end_inset
17339
17340
17341 \end_layout
17342
17343 \end_inset
17344 </cell>
17345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17346 \begin_inset Text
17347
17348 \begin_layout Plain Layout
17349 Alt+Z F oder Strg+Alt+B
17350 \end_layout
17351
17352 \end_inset
17353 </cell>
17354 </row>
17355 <row>
17356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17357 \begin_inset Text
17358
17359 \begin_layout Plain Layout
17360
17361 \backslash
17362 mathcal
17363 \series bold
17364
17365 \begin_inset space \textvisiblespace{}
17366 \end_inset
17367
17368
17369 \series default
17370 ABC
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379 \begin_inset Formula $\mathcal{ABC}$
17380 \end_inset
17381
17382
17383 \end_layout
17384
17385 \end_inset
17386 </cell>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391 Alt+Z H
17392 \end_layout
17393
17394 \end_inset
17395 </cell>
17396 </row>
17397 <row>
17398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402
17403 \backslash
17404 mathfrak
17405 \series bold
17406
17407 \begin_inset space \textvisiblespace{}
17408 \end_inset
17409
17410
17411 \series default
17412 AbC
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 \begin_inset Formula $\mathfrak{AbC}$
17422 \end_inset
17423
17424
17425 \end_layout
17426
17427 \end_inset
17428 </cell>
17429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17430 \begin_inset Text
17431
17432 \begin_layout Plain Layout
17433 -
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 </row>
17439 <row>
17440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444
17445 \backslash
17446 mathscr
17447 \series bold
17448
17449 \begin_inset space \textvisiblespace{}
17450 \end_inset
17451
17452
17453 \series default
17454 AbC
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 \begin_inset Formula $\mathscr{AbC}$
17464 \end_inset
17465
17466
17467 \end_layout
17468
17469 \end_inset
17470 </cell>
17471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17472 \begin_inset Text
17473
17474 \begin_layout Plain Layout
17475 -
17476 \end_layout
17477
17478 \end_inset
17479 </cell>
17480 </row>
17481 </lyxtabular>
17482
17483 \end_inset
17484
17485
17486 \end_layout
17487
17488 \begin_layout Standard
17489 \align center
17490 \begin_inset Tabular
17491 <lyxtabular version="3" rows="5" columns="3">
17492 <features rotate="0" tabularvalignment="middle">
17493 <column alignment="center" valignment="top">
17494 <column alignment="center" valignment="top">
17495 <column alignment="center" valignment="top">
17496 <row>
17497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17498 \begin_inset Text
17499
17500 \begin_layout Plain Layout
17501 Befehl
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17507 \begin_inset Text
17508
17509 \begin_layout Plain Layout
17510 Ergebnis
17511 \end_layout
17512
17513 \end_inset
17514 </cell>
17515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17516 \begin_inset Text
17517
17518 \begin_layout Plain Layout
17519 Tastenkürzel
17520 \end_layout
17521
17522 \end_inset
17523 </cell>
17524 </row>
17525 <row>
17526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17527 \begin_inset Text
17528
17529 \begin_layout Plain Layout
17530
17531 \backslash
17532 mathit
17533 \series bold
17534
17535 \begin_inset space \textvisiblespace{}
17536 \end_inset
17537
17538
17539 \series default
17540 AbC
17541 \end_layout
17542
17543 \end_inset
17544 </cell>
17545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17546 \begin_inset Text
17547
17548 \begin_layout Plain Layout
17549 \begin_inset Formula $\mathit{AbC}$
17550 \end_inset
17551
17552
17553 \end_layout
17554
17555 \end_inset
17556 </cell>
17557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17558 \begin_inset Text
17559
17560 \begin_layout Plain Layout
17561 -
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 </row>
17567 <row>
17568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17569 \begin_inset Text
17570
17571 \begin_layout Plain Layout
17572
17573 \backslash
17574 mathrm
17575 \series bold
17576
17577 \begin_inset space \textvisiblespace{}
17578 \end_inset
17579
17580
17581 \series default
17582 AbC
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\mathrm{AbC}$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17600 \begin_inset Text
17601
17602 \begin_layout Plain Layout
17603 Alt+Z R
17604 \end_layout
17605
17606 \end_inset
17607 </cell>
17608 </row>
17609 <row>
17610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17611 \begin_inset Text
17612
17613 \begin_layout Plain Layout
17614
17615 \backslash
17616 mathsf
17617 \series bold
17618
17619 \begin_inset space \textvisiblespace{}
17620 \end_inset
17621
17622
17623 \series default
17624 AbC
17625 \end_layout
17626
17627 \end_inset
17628 </cell>
17629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17630 \begin_inset Text
17631
17632 \begin_layout Plain Layout
17633 \begin_inset Formula $\mathsf{AbC}$
17634 \end_inset
17635
17636
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645 Alt+Z S
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 </row>
17651 <row>
17652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17653 \begin_inset Text
17654
17655 \begin_layout Plain Layout
17656
17657 \backslash
17658 mathtt
17659 \series bold
17660
17661 \begin_inset space \textvisiblespace{}
17662 \end_inset
17663
17664
17665 \series default
17666 AbC
17667 \end_layout
17668
17669 \end_inset
17670 </cell>
17671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17672 \begin_inset Text
17673
17674 \begin_layout Plain Layout
17675 \begin_inset Formula $\mathtt{AbC}$
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \end_inset
17682 </cell>
17683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17684 \begin_inset Text
17685
17686 \begin_layout Plain Layout
17687 Alt+Z C
17688 \end_layout
17689
17690 \end_inset
17691 </cell>
17692 </row>
17693 </lyxtabular>
17694
17695 \end_inset
17696
17697
17698 \end_layout
17699
17700 \begin_layout Standard
17701 \begin_inset Note Greyedout
17702 status open
17703
17704 \begin_layout Plain Layout
17705
17706 \series bold
17707 Achtung:
17708 \series default
17709  Die Stile 
17710 \series bold
17711
17712 \backslash
17713 mathbb
17714 \series default
17715  und 
17716 \series bold
17717
17718 \backslash
17719 mathcal
17720 \series default
17721  können nur für Großbuchstaben verwendet werden.
17722 \end_layout
17723
17724 \end_inset
17725
17726
17727 \end_layout
17728
17729 \begin_layout Standard
17730 Voreingestellt ist der Stil 
17731 \series bold
17732
17733 \backslash
17734 mathnormal
17735 \series default
17736 .
17737 \end_layout
17738
17739 \begin_layout Standard
17740 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
17741 \begin_inset Formula 
17742 \[
17743 \mathfrak{A=\frac{b}{C}}
17744 \]
17745
17746 \end_inset
17747
17748
17749 \end_layout
17750
17751 \begin_layout Standard
17752 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
17753 ile, sondern in dem Textschriftstil 
17754 \series bold
17755
17756 \backslash
17757 textrm
17758 \series default
17759 .
17760  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
17761  ein Fehler in LyX.
17762 \begin_inset Foot
17763 status collapsed
17764
17765 \begin_layout Plain Layout
17766 \begin_inset CommandInset href
17767 LatexCommand href
17768 name "LyX-Fehler #4629"
17769 target "http://www.lyx.org/trac/ticket/4629"
17770
17771 \end_inset
17772
17773
17774 \end_layout
17775
17776 \end_inset
17777
17778
17779 \end_layout
17780
17781 \begin_layout Standard
17782 Anstelle der Stilbefehle kann man auch den Dialog 
17783 \family sans
17784 Bearbeiten\SpecialChar \menuseparator
17785 Mathe\SpecialChar \menuseparator
17786 Text-Stil
17787 \family default
17788  oder den Mathe-Werkzeugleistenknopf 
17789 \begin_inset Graphics
17790         filename ../../images/math/font.png
17791         scale 85
17792
17793 \end_inset
17794
17795  verwenden.
17796 \end_layout
17797
17798 \begin_layout Subsection
17799 Fett gedruckte Formeln
17800 \begin_inset CommandInset label
17801 LatexCommand label
17802 name "sub:Fett-gedruckte-Formeln"
17803
17804 \end_inset
17805
17806
17807 \begin_inset Index idx
17808 status collapsed
17809
17810 \begin_layout Plain Layout
17811 Formel ! fett gedruckte
17812 \end_layout
17813
17814 \end_inset
17815
17816
17817 \end_layout
17818
17819 \begin_layout Standard
17820 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
17821  Kapitel angegebenen Befehl 
17822 \series bold
17823
17824 \backslash
17825 mathbf
17826 \series default
17827  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
17828  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
17829  Formel gut erkennt:
17830 \end_layout
17831
17832 \begin_layout Standard
17833 \begin_inset Formula 
17834 \[
17835 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
17836 \]
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Standard
17844 Um die Formel korrekt darzustellen, verwendet man den Befehl 
17845 \series bold
17846
17847 \backslash
17848 boldsymbol
17849 \series default
17850 :
17851 \begin_inset Formula 
17852 \[
17853 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
17854 \]
17855
17856 \end_inset
17857
17858 Es gibt auch die Möglichkeit die Formel in eine 
17859 \series bold
17860 boldmath-Umgebung
17861 \series default
17862  zu setzen.
17863  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
17864 \series bold
17865
17866 \backslash
17867 boldmath
17868 \series default
17869
17870 \begin_inset Index idx
17871 status collapsed
17872
17873 \begin_layout Plain Layout
17874 Befehle ! B ! 
17875 \backslash
17876 boldmath
17877 \end_layout
17878
17879 \end_inset
17880
17881  eingibt.
17882  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
17883 \series bold
17884
17885 \backslash
17886 unboldmath
17887 \series default
17888
17889 \begin_inset Index idx
17890 status collapsed
17891
17892 \begin_layout Plain Layout
17893 Befehle ! U ! 
17894 \backslash
17895 unboldmath
17896 \end_layout
17897
17898 \end_inset
17899
17900  ein.
17901 \begin_inset ERT
17902 status collapsed
17903
17904 \begin_layout Plain Layout
17905
17906
17907 \backslash
17908 boldmath 
17909 \end_layout
17910
17911 \end_inset
17912
17913
17914 \begin_inset Formula 
17915 \[
17916 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
17917 \]
17918
17919 \end_inset
17920
17921
17922 \begin_inset ERT
17923 status collapsed
17924
17925 \begin_layout Plain Layout
17926
17927
17928 \backslash
17929 unboldmath 
17930 \end_layout
17931
17932 \end_inset
17933
17934
17935 \end_layout
17936
17937 \begin_layout Subsection
17938 Farbige Formeln
17939 \begin_inset Index idx
17940 status collapsed
17941
17942 \begin_layout Plain Layout
17943 Formel ! farbige
17944 \end_layout
17945
17946 \end_inset
17947
17948
17949 \end_layout
17950
17951 \begin_layout Standard
17952 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
17953  oder Formelteile und verwenden dann den 
17954 \family sans
17955 Textstil
17956 \family default
17957  Dialog.
17958  Hier ist eine Formel in Magenta:
17959 \begin_inset Formula 
17960 \[
17961 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
17962 \]
17963
17964 \end_inset
17965
17966
17967 \end_layout
17968
17969 \begin_layout Standard
17970 Man kann auch eigene Farben definieren, wie in 
17971 \begin_inset CommandInset ref
17972 LatexCommand ref
17973 reference "sub:Farbige-Boxen"
17974
17975 \end_inset
17976
17977  erklärt ist.
17978  Diese können dann mit dem TeX-Code Befehl 
17979 \series bold
17980
17981 \backslash
17982 textcolor
17983 \series default
17984
17985 \begin_inset Index idx
17986 status collapsed
17987
17988 \begin_layout Plain Layout
17989 Befehle! T ! 
17990 \backslash
17991 textcolor
17992 \end_layout
17993
17994 \end_inset
17995
17996  verwendet werden, dass folgendes Schema besitzt:
17997 \end_layout
17998
17999 \begin_layout Standard
18000
18001 \series bold
18002
18003 \backslash
18004 textcolor{Farbe}{Zeichen oder Formel}
18005 \end_layout
18006
18007 \begin_layout Standard
18008 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18009 \end_layout
18010
18011 \begin_layout Standard
18012 \begin_inset ERT
18013 status collapsed
18014
18015 \begin_layout Plain Layout
18016
18017
18018 \backslash
18019 textcolor{dunkelgruen}{
18020 \end_layout
18021
18022 \end_inset
18023
18024
18025 \begin_inset Formula 
18026 \[
18027 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18028 \]
18029
18030 \end_inset
18031
18032
18033 \begin_inset ERT
18034 status collapsed
18035
18036 \begin_layout Plain Layout
18037
18038 }
18039 \end_layout
18040
18041 \end_inset
18042
18043
18044 \end_layout
18045
18046 \begin_layout Standard
18047 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18048 n Farben gefärbt werden.
18049 \begin_inset Foot
18050 status collapsed
18051
18052 \begin_layout Plain Layout
18053 \begin_inset CommandInset href
18054 LatexCommand href
18055 name "LyX-bug #5269"
18056 target "http://www.lyx.org/trac/ticket/5269"
18057
18058 \end_inset
18059
18060
18061 \end_layout
18062
18063 \end_inset
18064
18065
18066 \end_layout
18067
18068 \begin_layout Subsection
18069 Schriftgrößen
18070 \begin_inset CommandInset label
18071 LatexCommand label
18072 name "sub:Schriftgrößen"
18073
18074 \end_inset
18075
18076
18077 \begin_inset Index idx
18078 status collapsed
18079
18080 \begin_layout Plain Layout
18081 Schriften ! Schriftgrößen
18082 \end_layout
18083
18084 \end_inset
18085
18086
18087 \end_layout
18088
18089 \begin_layout Standard
18090 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18091 le:
18092 \end_layout
18093
18094 \begin_layout Standard
18095
18096 \series bold
18097
18098 \backslash
18099 Huge
18100 \series default
18101
18102 \series bold
18103
18104 \backslash
18105 huge
18106 \series default
18107
18108 \series bold
18109
18110 \backslash
18111 LARGE
18112 \series default
18113
18114 \series bold
18115
18116 \backslash
18117 Large
18118 \series default
18119
18120 \series bold
18121
18122 \backslash
18123 large
18124 \series default
18125
18126 \series bold
18127
18128 \backslash
18129 normalsize
18130 \series default
18131
18132 \series bold
18133
18134 \backslash
18135 small
18136 \series default
18137
18138 \series bold
18139
18140 \backslash
18141 footnotesize
18142 \series default
18143 ,
18144 \begin_inset Newline linebreak
18145 \end_inset
18146
18147
18148 \series bold
18149
18150 \backslash
18151 scriptsize
18152 \series default
18153  und 
18154 \series bold
18155
18156 \backslash
18157 tiny
18158 \end_layout
18159
18160 \begin_layout Standard
18161 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18162  ab, die dem Befehl 
18163 \series bold
18164
18165 \backslash
18166 normalsize
18167 \series default
18168  entspricht.
18169  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18170 \series bold
18171
18172 \backslash
18173 normalsize
18174 \series default
18175 .
18176  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18177  Beträgt z.
18178 \begin_inset space \thinspace{}
18179 \end_inset
18180
18181 B.
18182  die Dokumentschriftgröße 12
18183 \begin_inset space \thinspace{}
18184 \end_inset
18185
18186 pt, produziert der Befehl 
18187 \series bold
18188
18189 \backslash
18190 Huge
18191 \series default
18192  dasselbe wie 
18193 \series bold
18194
18195 \backslash
18196 huge
18197 \series default
18198 .
18199  
18200 \end_layout
18201
18202 \begin_layout Standard
18203 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18204  Größe aller nachfolgenden Formel- und Textzeichen fest.
18205  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18206  TeX-Modus den Befehl 
18207 \series bold
18208
18209 \backslash
18210 normalsize
18211 \series default
18212  ein.
18213 \end_layout
18214
18215 \begin_layout Standard
18216 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
18217  werden:
18218 \end_layout
18219
18220 \begin_layout Standard
18221 \noindent
18222 \align center
18223 \begin_inset Tabular
18224 <lyxtabular version="3" rows="5" columns="2">
18225 <features rotate="0" tabularvalignment="middle">
18226 <column alignment="center" valignment="top">
18227 <column alignment="center" valignment="top">
18228 <row>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 Befehl
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 Ergebnis
18243 \begin_inset Note Note
18244 status collapsed
18245
18246 \begin_layout Plain Layout
18247
18248 \series bold
18249
18250 \backslash
18251 raisebox
18252 \series default
18253  dient nur als Abstandhalter.
18254 \end_layout
18255
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262 </cell>
18263 </row>
18264 <row>
18265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18266 \begin_inset Text
18267
18268 \begin_layout Plain Layout
18269
18270 \backslash
18271 displaystyle
18272 \begin_inset Index idx
18273 status collapsed
18274
18275 \begin_layout Plain Layout
18276 Befehle ! D ! 
18277 \backslash
18278 displaystyle
18279 \end_layout
18280
18281 \end_inset
18282
18283
18284 \end_layout
18285
18286 \end_inset
18287 </cell>
18288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18289 \begin_inset Text
18290
18291 \begin_layout Plain Layout
18292 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18293 \end_inset
18294
18295
18296 \end_layout
18297
18298 \end_inset
18299 </cell>
18300 </row>
18301 <row>
18302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18303 \begin_inset Text
18304
18305 \begin_layout Plain Layout
18306
18307 \backslash
18308 textstyle
18309 \end_layout
18310
18311 \end_inset
18312 </cell>
18313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18314 \begin_inset Text
18315
18316 \begin_layout Plain Layout
18317 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18318 \end_inset
18319
18320
18321 \end_layout
18322
18323 \end_inset
18324 </cell>
18325 </row>
18326 <row>
18327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18328 \begin_inset Text
18329
18330 \begin_layout Plain Layout
18331
18332 \backslash
18333 scriptstyle
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18339 \begin_inset Text
18340
18341 \begin_layout Plain Layout
18342 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18343 \end_inset
18344
18345
18346 \end_layout
18347
18348 \end_inset
18349 </cell>
18350 </row>
18351 <row>
18352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18353 \begin_inset Text
18354
18355 \begin_layout Plain Layout
18356
18357 \backslash
18358 scriptscriptstyle
18359 \end_layout
18360
18361 \end_inset
18362 </cell>
18363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18364 \begin_inset Text
18365
18366 \begin_layout Plain Layout
18367 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18368 \end_inset
18369
18370
18371 \end_layout
18372
18373 \end_inset
18374 </cell>
18375 </row>
18376 </lyxtabular>
18377
18378 \end_inset
18379
18380
18381 \end_layout
18382
18383 \begin_layout Standard
18384 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
18385  in das die Formelteile eingegeben werden.
18386 \end_layout
18387
18388 \begin_layout Standard
18389 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
18390  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
18391  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
18392  eingegeben.
18393  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18394  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18395  Dazu zwei Beispiele:
18396 \begin_inset VSpace -2mm
18397 \end_inset
18398
18399
18400 \end_layout
18401
18402 \begin_layout Standard
18403 \begin_inset ERT
18404 status collapsed
18405
18406 \begin_layout Plain Layout
18407
18408
18409 \backslash
18410 huge 
18411 \end_layout
18412
18413 \end_inset
18414
18415
18416 \begin_inset Formula 
18417 \[
18418 A=\frac{B}{c}\cdot\maltese
18419 \]
18420
18421 \end_inset
18422
18423
18424 \begin_inset Formula 
18425 \[
18426 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18427 \]
18428
18429 \end_inset
18430
18431
18432 \begin_inset ERT
18433 status collapsed
18434
18435 \begin_layout Plain Layout
18436
18437
18438 \backslash
18439 normalsize 
18440 \end_layout
18441
18442 \end_inset
18443
18444
18445 \end_layout
18446
18447 \begin_layout Standard
18448 \begin_inset VSpace medskip
18449 \end_inset
18450
18451 Vor beiden Formeln wurde der Befehl 
18452 \series bold
18453
18454 \backslash
18455 huge
18456 \series default
18457  eingegeben.
18458  Der Befehl für die zweite Formel lautet:
18459 \begin_inset Newline newline
18460 \end_inset
18461
18462
18463 \series bold
18464
18465 \backslash
18466 maltese
18467 \begin_inset space \textvisiblespace{}
18468 \end_inset
18469
18470 A M-m m 
18471 \backslash
18472 Large
18473 \begin_inset space \textvisiblespace{}
18474 \end_inset
18475
18476
18477 \backslash
18478 maltese
18479 \begin_inset space \textvisiblespace{}
18480 \end_inset
18481
18482
18483 \backslash
18484 textit
18485 \begin_inset space \textvisiblespace{}
18486 \end_inset
18487
18488 A
18489 \begin_inset Formula $\to$
18490 \end_inset
18491
18492
18493 \begin_inset Formula $\to$
18494 \end_inset
18495
18496
18497 \begin_inset Newline newline
18498 \end_inset
18499
18500
18501 \begin_inset space \hspace*{}
18502 \length 1cm
18503 \end_inset
18504
18505 M-m
18506 \series default
18507  
18508 \series bold
18509
18510 \backslash
18511 tiny
18512 \begin_inset space \textvisiblespace{}
18513 \end_inset
18514
18515
18516 \backslash
18517 maltese
18518 \begin_inset space \textvisiblespace{}
18519 \end_inset
18520
18521
18522 \backslash
18523 textit
18524 \begin_inset space \textvisiblespace{}
18525 \end_inset
18526
18527 A
18528 \end_layout
18529
18530 \begin_layout Standard
18531 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18532  immer in der Standardgröße dargestellt.
18533 \end_layout
18534
18535 \begin_layout Section
18536 Griechische Buchstaben
18537 \begin_inset Index idx
18538 status collapsed
18539
18540 \begin_layout Plain Layout
18541 griechische Buchstaben
18542 \end_layout
18543
18544 \end_inset
18545
18546
18547 \end_layout
18548
18549 \begin_layout Standard
18550 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18551  
18552 \begin_inset Graphics
18553         filename ../../images/math/alpha.png
18554         scale 85
18555
18556 \end_inset
18557
18558  eingefügt werden.
18559  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
18560  in Formeln aufrecht gesetzt werden.
18561  In einigen Sprachen, wie z.
18562 \begin_inset space \thinspace{}
18563 \end_inset
18564
18565 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
18566 \end_layout
18567
18568 \begin_layout Subsection
18569 Kleine Buchstaben
18570 \begin_inset Index idx
18571 status collapsed
18572
18573 \begin_layout Plain Layout
18574 griechische Buchstaben ! kleine
18575 \end_layout
18576
18577 \end_inset
18578
18579
18580 \end_layout
18581
18582 \begin_layout Standard
18583 \begin_inset space \hfill{}
18584 \end_inset
18585
18586
18587 \begin_inset Tabular
18588 <lyxtabular version="3" rows="11" columns="2">
18589 <features rotate="0" tabularvalignment="middle">
18590 <column alignment="center" valignment="top" width="0pt">
18591 <column alignment="center" valignment="top" width="0pt">
18592 <row>
18593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18594 \begin_inset Text
18595
18596 \begin_layout Plain Layout
18597 Befehl
18598 \end_layout
18599
18600 \end_inset
18601 </cell>
18602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18603 \begin_inset Text
18604
18605 \begin_layout Plain Layout
18606 Ergebnis
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 alpha
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 $\alpha$
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" leftline="true" usebox="none">
18639 \begin_inset Text
18640
18641 \begin_layout Plain Layout
18642
18643 \backslash
18644 beta
18645 \end_layout
18646
18647 \end_inset
18648 </cell>
18649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18650 \begin_inset Text
18651
18652 \begin_layout Plain Layout
18653 \begin_inset Formula $\beta$
18654 \end_inset
18655
18656
18657 \end_layout
18658
18659 \end_inset
18660 </cell>
18661 </row>
18662 <row>
18663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18664 \begin_inset Text
18665
18666 \begin_layout Plain Layout
18667
18668 \backslash
18669 gamma
18670 \end_layout
18671
18672 \end_inset
18673 </cell>
18674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18675 \begin_inset Text
18676
18677 \begin_layout Plain Layout
18678 \begin_inset Formula $\gamma$
18679 \end_inset
18680
18681
18682 \end_layout
18683
18684 \end_inset
18685 </cell>
18686 </row>
18687 <row>
18688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18689 \begin_inset Text
18690
18691 \begin_layout Plain Layout
18692
18693 \backslash
18694 delta
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18700 \begin_inset Text
18701
18702 \begin_layout Plain Layout
18703 \begin_inset Formula $\delta$
18704 \end_inset
18705
18706
18707 \end_layout
18708
18709 \end_inset
18710 </cell>
18711 </row>
18712 <row>
18713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18714 \begin_inset Text
18715
18716 \begin_layout Plain Layout
18717
18718 \backslash
18719 epsilon
18720 \end_layout
18721
18722 \end_inset
18723 </cell>
18724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18725 \begin_inset Text
18726
18727 \begin_layout Plain Layout
18728 \begin_inset Formula $\epsilon$
18729 \end_inset
18730
18731
18732 \end_layout
18733
18734 \end_inset
18735 </cell>
18736 </row>
18737 <row>
18738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18739 \begin_inset Text
18740
18741 \begin_layout Plain Layout
18742
18743 \backslash
18744 varepsilon
18745 \end_layout
18746
18747 \end_inset
18748 </cell>
18749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18750 \begin_inset Text
18751
18752 \begin_layout Plain Layout
18753 \begin_inset Formula $\varepsilon$
18754 \end_inset
18755
18756
18757 \end_layout
18758
18759 \end_inset
18760 </cell>
18761 </row>
18762 <row>
18763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18764 \begin_inset Text
18765
18766 \begin_layout Plain Layout
18767
18768 \backslash
18769 zeta
18770 \end_layout
18771
18772 \end_inset
18773 </cell>
18774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18775 \begin_inset Text
18776
18777 \begin_layout Plain Layout
18778 \begin_inset Formula $\zeta$
18779 \end_inset
18780
18781
18782 \end_layout
18783
18784 \end_inset
18785 </cell>
18786 </row>
18787 <row>
18788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18789 \begin_inset Text
18790
18791 \begin_layout Plain Layout
18792
18793 \backslash
18794 eta
18795 \end_layout
18796
18797 \end_inset
18798 </cell>
18799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18800 \begin_inset Text
18801
18802 \begin_layout Plain Layout
18803 \begin_inset Formula $\eta$
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \end_inset
18810 </cell>
18811 </row>
18812 <row>
18813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817
18818 \backslash
18819 theta
18820 \end_layout
18821
18822 \end_inset
18823 </cell>
18824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828 \begin_inset Formula $\theta$
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \end_inset
18835 </cell>
18836 </row>
18837 <row>
18838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18839 \begin_inset Text
18840
18841 \begin_layout Plain Layout
18842
18843 \backslash
18844 vartheta
18845 \end_layout
18846
18847 \end_inset
18848 </cell>
18849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18850 \begin_inset Text
18851
18852 \begin_layout Plain Layout
18853 \begin_inset Formula $\vartheta$
18854 \end_inset
18855
18856
18857 \end_layout
18858
18859 \end_inset
18860 </cell>
18861 </row>
18862 </lyxtabular>
18863
18864 \end_inset
18865
18866
18867 \begin_inset space \hfill{}
18868 \end_inset
18869
18870
18871 \begin_inset Tabular
18872 <lyxtabular version="3" rows="12" columns="2">
18873 <features rotate="0" tabularvalignment="middle">
18874 <column alignment="center" valignment="top" width="0pt">
18875 <column alignment="center" valignment="top" width="0pt">
18876 <row>
18877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18878 \begin_inset Text
18879
18880 \begin_layout Plain Layout
18881 Befehl
18882 \end_layout
18883
18884 \end_inset
18885 </cell>
18886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890 Ergebnis
18891 \end_layout
18892
18893 \end_inset
18894 </cell>
18895 </row>
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901
18902 \backslash
18903 iota
18904 \end_layout
18905
18906 \end_inset
18907 </cell>
18908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18909 \begin_inset Text
18910
18911 \begin_layout Plain Layout
18912 \begin_inset Formula $\iota$
18913 \end_inset
18914
18915
18916 \end_layout
18917
18918 \end_inset
18919 </cell>
18920 </row>
18921 <row>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926
18927 \backslash
18928 kappa
18929 \end_layout
18930
18931 \end_inset
18932 </cell>
18933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18934 \begin_inset Text
18935
18936 \begin_layout Plain Layout
18937 \begin_inset Formula $\kappa$
18938 \end_inset
18939
18940
18941 \end_layout
18942
18943 \end_inset
18944 </cell>
18945 </row>
18946 <row>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951
18952 \backslash
18953 varkappa
18954 \end_layout
18955
18956 \end_inset
18957 </cell>
18958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18959 \begin_inset Text
18960
18961 \begin_layout Plain Layout
18962 \begin_inset Formula $\varkappa$
18963 \end_inset
18964
18965
18966 \end_layout
18967
18968 \end_inset
18969 </cell>
18970 </row>
18971 <row>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976
18977 \backslash
18978 lambda
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 \begin_inset Formula $\lambda$
18988 \end_inset
18989
18990
18991 \end_layout
18992
18993 \end_inset
18994 </cell>
18995 </row>
18996 <row>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001
19002 \backslash
19003 mu
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012 \begin_inset Formula $\mu$
19013 \end_inset
19014
19015
19016 \end_layout
19017
19018 \end_inset
19019 </cell>
19020 </row>
19021 <row>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026
19027 \backslash
19028 nu
19029 \end_layout
19030
19031 \end_inset
19032 </cell>
19033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037 \begin_inset Formula $\nu$
19038 \end_inset
19039
19040
19041 \end_layout
19042
19043 \end_inset
19044 </cell>
19045 </row>
19046 <row>
19047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051
19052 \backslash
19053 xi
19054 \end_layout
19055
19056 \end_inset
19057 </cell>
19058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062 \begin_inset Formula $\xi$
19063 \end_inset
19064
19065
19066 \end_layout
19067
19068 \end_inset
19069 </cell>
19070 </row>
19071 <row>
19072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19073 \begin_inset Text
19074
19075 \begin_layout Plain Layout
19076 o
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19082 \begin_inset Text
19083
19084 \begin_layout Plain Layout
19085 \begin_inset Formula $o$
19086 \end_inset
19087
19088
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \backslash
19101 pi
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 \begin_inset Formula $\pi$
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 <row>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \backslash
19126 varpi
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 \begin_inset Formula $\varpi$
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 </row>
19144 <row>
19145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149
19150 \backslash
19151 rho
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 \begin_inset Formula $\rho$
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 </lyxtabular>
19170
19171 \end_inset
19172
19173
19174 \begin_inset space \hfill{}
19175 \end_inset
19176
19177
19178 \begin_inset Tabular
19179 <lyxtabular version="3" rows="11" columns="2">
19180 <features rotate="0" tabularvalignment="middle">
19181 <column alignment="center" valignment="top" width="0pt">
19182 <column alignment="center" valignment="top" width="0pt">
19183 <row>
19184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 Befehl
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19194 \begin_inset Text
19195
19196 \begin_layout Plain Layout
19197 Ergebnis
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 varrho
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 $\varrho$
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" leftline="true" usebox="none">
19230 \begin_inset Text
19231
19232 \begin_layout Plain Layout
19233
19234 \backslash
19235 sigma
19236 \end_layout
19237
19238 \end_inset
19239 </cell>
19240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19241 \begin_inset Text
19242
19243 \begin_layout Plain Layout
19244 \begin_inset Formula $\sigma$
19245 \end_inset
19246
19247
19248 \end_layout
19249
19250 \end_inset
19251 </cell>
19252 </row>
19253 <row>
19254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258
19259 \backslash
19260 varsigma
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 \begin_inset Formula $\varsigma$
19270 \end_inset
19271
19272
19273 \end_layout
19274
19275 \end_inset
19276 </cell>
19277 </row>
19278 <row>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283
19284 \backslash
19285 tau
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294 \begin_inset Formula $\tau$
19295 \end_inset
19296
19297
19298 \end_layout
19299
19300 \end_inset
19301 </cell>
19302 </row>
19303 <row>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308
19309 \backslash
19310 upsilon
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Formula $\upsilon$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 <row>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \backslash
19335 phi
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 \begin_inset Formula $\phi$
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 <row>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358
19359 \backslash
19360 varphi
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset Formula $\varphi$
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row>
19379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \backslash
19385 chi
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $\chi$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 <row>
19404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19405 \begin_inset Text
19406
19407 \begin_layout Plain Layout
19408
19409 \backslash
19410 psi
19411 \end_layout
19412
19413 \end_inset
19414 </cell>
19415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19416 \begin_inset Text
19417
19418 \begin_layout Plain Layout
19419 \begin_inset Formula $\psi$
19420 \end_inset
19421
19422
19423 \end_layout
19424
19425 \end_inset
19426 </cell>
19427 </row>
19428 <row>
19429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19430 \begin_inset Text
19431
19432 \begin_layout Plain Layout
19433
19434 \backslash
19435 omega
19436 \end_layout
19437
19438 \end_inset
19439 </cell>
19440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19441 \begin_inset Text
19442
19443 \begin_layout Plain Layout
19444 \begin_inset Formula $\omega$
19445 \end_inset
19446
19447
19448 \end_layout
19449
19450 \end_inset
19451 </cell>
19452 </row>
19453 </lyxtabular>
19454
19455 \end_inset
19456
19457
19458 \begin_inset space \hfill{}
19459 \end_inset
19460
19461
19462 \end_layout
19463
19464 \begin_layout Standard
19465 \begin_inset VSpace medskip
19466 \end_inset
19467
19468 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
19469 \begin_inset CommandInset ref
19470 LatexCommand ref
19471 reference "sub:Aufrechte-kleine-griechische"
19472
19473 \end_inset
19474
19475  beschrieben.
19476 \end_layout
19477
19478 \begin_layout Subsection
19479 Große Buchstaben
19480 \begin_inset Index idx
19481 status collapsed
19482
19483 \begin_layout Plain Layout
19484 griechische Buchstaben ! große
19485 \end_layout
19486
19487 \end_inset
19488
19489
19490 \end_layout
19491
19492 \begin_layout Standard
19493 \begin_inset space \hfill{}
19494 \end_inset
19495
19496
19497 \begin_inset Tabular
19498 <lyxtabular version="3" rows="7" columns="2">
19499 <features rotate="0" tabularvalignment="middle">
19500 <column alignment="center" valignment="top" width="0pt">
19501 <column alignment="center" valignment="top" width="0pt">
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507 Befehl
19508 \end_layout
19509
19510 \end_inset
19511 </cell>
19512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19513 \begin_inset Text
19514
19515 \begin_layout Plain Layout
19516 Ergebnis
19517 \end_layout
19518
19519 \end_inset
19520 </cell>
19521 </row>
19522 <row>
19523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19524 \begin_inset Text
19525
19526 \begin_layout Plain Layout
19527
19528 \backslash
19529 Gamma
19530 \end_layout
19531
19532 \end_inset
19533 </cell>
19534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19535 \begin_inset Text
19536
19537 \begin_layout Plain Layout
19538 \begin_inset Formula $\Gamma$
19539 \end_inset
19540
19541
19542 \end_layout
19543
19544 \end_inset
19545 </cell>
19546 </row>
19547 <row>
19548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19549 \begin_inset Text
19550
19551 \begin_layout Plain Layout
19552
19553 \backslash
19554 Delta
19555 \end_layout
19556
19557 \end_inset
19558 </cell>
19559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19560 \begin_inset Text
19561
19562 \begin_layout Plain Layout
19563 \begin_inset Formula $\Delta$
19564 \end_inset
19565
19566
19567 \end_layout
19568
19569 \end_inset
19570 </cell>
19571 </row>
19572 <row>
19573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19574 \begin_inset Text
19575
19576 \begin_layout Plain Layout
19577
19578 \backslash
19579 Theta
19580 \end_layout
19581
19582 \end_inset
19583 </cell>
19584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19585 \begin_inset Text
19586
19587 \begin_layout Plain Layout
19588 \begin_inset Formula $\Theta$
19589 \end_inset
19590
19591
19592 \end_layout
19593
19594 \end_inset
19595 </cell>
19596 </row>
19597 <row>
19598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19599 \begin_inset Text
19600
19601 \begin_layout Plain Layout
19602
19603 \backslash
19604 Lambda
19605 \end_layout
19606
19607 \end_inset
19608 </cell>
19609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613 \begin_inset Formula $\Lambda$
19614 \end_inset
19615
19616
19617 \end_layout
19618
19619 \end_inset
19620 </cell>
19621 </row>
19622 <row>
19623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19624 \begin_inset Text
19625
19626 \begin_layout Plain Layout
19627
19628 \backslash
19629 Xi
19630 \end_layout
19631
19632 \end_inset
19633 </cell>
19634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19635 \begin_inset Text
19636
19637 \begin_layout Plain Layout
19638 \begin_inset Formula $\Xi$
19639 \end_inset
19640
19641
19642 \end_layout
19643
19644 \end_inset
19645 </cell>
19646 </row>
19647 <row>
19648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19649 \begin_inset Text
19650
19651 \begin_layout Plain Layout
19652
19653 \backslash
19654 Pi
19655 \end_layout
19656
19657 \end_inset
19658 </cell>
19659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19660 \begin_inset Text
19661
19662 \begin_layout Plain Layout
19663 \begin_inset Formula $\Pi$
19664 \end_inset
19665
19666
19667 \end_layout
19668
19669 \end_inset
19670 </cell>
19671 </row>
19672 </lyxtabular>
19673
19674 \end_inset
19675
19676
19677 \begin_inset space \hfill{}
19678 \end_inset
19679
19680
19681 \begin_inset Tabular
19682 <lyxtabular version="3" rows="6" columns="2">
19683 <features rotate="0" tabularvalignment="middle">
19684 <column alignment="center" valignment="top" width="0pt">
19685 <column alignment="center" valignment="top" width="0pt">
19686 <row>
19687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691 Befehl
19692 \end_layout
19693
19694 \end_inset
19695 </cell>
19696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19697 \begin_inset Text
19698
19699 \begin_layout Plain Layout
19700 Ergebnis
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 <row>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711
19712 \backslash
19713 Sigma
19714 \end_layout
19715
19716 \end_inset
19717 </cell>
19718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19719 \begin_inset Text
19720
19721 \begin_layout Plain Layout
19722 \begin_inset Formula $\Sigma$
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 </row>
19731 <row>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736
19737 \backslash
19738 Upsilon
19739 \end_layout
19740
19741 \end_inset
19742 </cell>
19743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19744 \begin_inset Text
19745
19746 \begin_layout Plain Layout
19747 \begin_inset Formula $\Upsilon$
19748 \end_inset
19749
19750
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 </row>
19756 <row>
19757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761
19762 \backslash
19763 Phi
19764 \end_layout
19765
19766 \end_inset
19767 </cell>
19768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19769 \begin_inset Text
19770
19771 \begin_layout Plain Layout
19772 \begin_inset Formula $\Phi$
19773 \end_inset
19774
19775
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 </row>
19781 <row>
19782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786
19787 \backslash
19788 Psi
19789 \end_layout
19790
19791 \end_inset
19792 </cell>
19793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19794 \begin_inset Text
19795
19796 \begin_layout Plain Layout
19797 \begin_inset Formula $\Psi$
19798 \end_inset
19799
19800
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 </row>
19806 <row>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811
19812 \backslash
19813 Omega
19814 \end_layout
19815
19816 \end_inset
19817 </cell>
19818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19819 \begin_inset Text
19820
19821 \begin_layout Plain Layout
19822 \begin_inset Formula $\Omega$
19823 \end_inset
19824
19825
19826 \end_layout
19827
19828 \end_inset
19829 </cell>
19830 </row>
19831 </lyxtabular>
19832
19833 \end_inset
19834
19835
19836 \begin_inset space \hfill{}
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \begin_layout Standard
19843 \begin_inset VSpace medskip
19844 \end_inset
19845
19846 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
19847  geschuldet, der während der Entwicklung von TeX gemacht wurde.
19848  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
19849  mit 
19850 \series bold
19851 var
19852 \series default
19853 .
19854  So ergibt z.
19855 \begin_inset space \thinspace{}
19856 \end_inset
19857
19858 B.
19859  der Befehl 
19860 \series bold
19861
19862 \backslash
19863 varGamma
19864 \series default
19865  
19866 \begin_inset Formula $\varGamma$
19867 \end_inset
19868
19869 .
19870  Eine andere Methode ist das Laden des Pakets 
19871 \series bold
19872 fixmath
19873 \series default
19874
19875 \begin_inset Foot
19876 status collapsed
19877
19878 \begin_layout Plain Layout
19879
19880 \series bold
19881 fixmath
19882 \series default
19883  ist Teil des LaTeX-Paketes 
19884 \series bold
19885 was
19886 \series default
19887
19888 \begin_inset Index idx
19889 status collapsed
19890
19891 \begin_layout Plain Layout
19892 Pakete ! was
19893 \begin_inset ERT
19894 status collapsed
19895
19896 \begin_layout Plain Layout
19897
19898
19899 \backslash
19900 vspace{4mm}
19901 \end_layout
19902
19903 \end_inset
19904
19905
19906 \end_layout
19907
19908 \end_inset
19909
19910 .
19911 \end_layout
19912
19913 \end_inset
19914
19915
19916 \begin_inset Index idx
19917 status collapsed
19918
19919 \begin_layout Plain Layout
19920 Pakete ! fixmath
19921 \end_layout
19922
19923 \end_inset
19924
19925  mit der LaTeX-Vorspannzeile
19926 \end_layout
19927
19928 \begin_layout Standard
19929
19930 \series bold
19931
19932 \backslash
19933 usepackage{fixmath}
19934 \end_layout
19935
19936 \begin_layout Standard
19937 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
19938  kursiv ausgegeben.
19939 \end_layout
19940
19941 \begin_layout Subsection
19942 Fett gedruckte Buchstaben
19943 \begin_inset Index idx
19944 status collapsed
19945
19946 \begin_layout Plain Layout
19947 griechische Buchstaben ! fett gedruckte
19948 \end_layout
19949
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \begin_layout Standard
19956 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
19957  Schriftstilen darstellen.
19958  Es besteht nur die Möglichkeit, sie mit dem Befehl 
19959 \series bold
19960
19961 \backslash
19962 boldsymbol
19963 \series default
19964
19965 \begin_inset Index idx
19966 status collapsed
19967
19968 \begin_layout Plain Layout
19969 Befehle ! B ! 
19970 \backslash
19971 boldsymbol
19972 \end_layout
19973
19974 \end_inset
19975
19976  fett gedruckt auszugeben.
19977 \end_layout
19978
19979 \begin_layout Standard
19980 \align center
19981 \begin_inset Tabular
19982 <lyxtabular version="3" rows="3" columns="2">
19983 <features rotate="0" tabularvalignment="middle">
19984 <column alignment="center" valignment="top">
19985 <column alignment="center" valignment="top">
19986 <row>
19987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991 Befehl
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 Ergebnis
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 </row>
20006 <row>
20007 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011
20012 \backslash
20013 Upsilon
20014 \backslash
20015 boldsymbol
20016 \backslash
20017 Upsilon
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 </row>
20035 <row>
20036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040
20041 \backslash
20042 theta
20043 \backslash
20044 boldsymbol
20045 \backslash
20046 theta
20047 \end_layout
20048
20049 \end_inset
20050 </cell>
20051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20052 \begin_inset Text
20053
20054 \begin_layout Plain Layout
20055 \begin_inset Formula $\theta\boldsymbol{\theta}$
20056 \end_inset
20057
20058
20059 \end_layout
20060
20061 \end_inset
20062 </cell>
20063 </row>
20064 </lyxtabular>
20065
20066 \end_inset
20067
20068
20069 \end_layout
20070
20071 \begin_layout Section
20072 Symbole
20073 \begin_inset ERT
20074 status collapsed
20075
20076 \begin_layout Plain Layout
20077
20078
20079 \backslash
20080 texorpdfstring{
20081 \end_layout
20082
20083 \end_inset
20084
20085
20086 \begin_inset Foot
20087 status collapsed
20088
20089 \begin_layout Plain Layout
20090 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20091  
20092 \begin_inset CommandInset citation
20093 LatexCommand cite
20094 key "Symbole"
20095
20096 \end_inset
20097
20098 .
20099 \end_layout
20100
20101 \end_inset
20102
20103
20104 \begin_inset ERT
20105 status collapsed
20106
20107 \begin_layout Plain Layout
20108
20109 }{}
20110 \end_layout
20111
20112 \end_inset
20113
20114
20115 \begin_inset Note Note
20116 status collapsed
20117
20118 \begin_layout Plain Layout
20119
20120 \series bold
20121
20122 \backslash
20123 texorpdfstring
20124 \series default
20125  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20126 \end_layout
20127
20128 \begin_layout Plain Layout
20129 Näheres zu 
20130 \series bold
20131
20132 \backslash
20133 texorpdfstring
20134 \series default
20135  steht in Kapitel 
20136 \begin_inset CommandInset ref
20137 LatexCommand ref
20138 reference "sub:Formeln-in-Überschriften"
20139
20140 \end_inset
20141
20142 .
20143 \end_layout
20144
20145 \end_inset
20146
20147
20148 \begin_inset Index idx
20149 status collapsed
20150
20151 \begin_layout Plain Layout
20152 Symbole
20153 \end_layout
20154
20155 \end_inset
20156
20157
20158 \end_layout
20159
20160 \begin_layout Standard
20161 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20162
20163 leistenknöpfe 
20164 \begin_inset Graphics
20165         filename ../../images/math/nabla.png
20166         scale 85
20167
20168 \end_inset
20169
20170  und 
20171 \begin_inset Graphics
20172         filename ../../images/math/digamma.png
20173         scale 85
20174
20175 \end_inset
20176
20177  eingefügt werden.
20178 \end_layout
20179
20180 \begin_layout Subsection
20181 Mathematische Symbole
20182 \begin_inset CommandInset label
20183 LatexCommand label
20184 name "sub:Mathematische-Symbole"
20185
20186 \end_inset
20187
20188
20189 \begin_inset Index idx
20190 status collapsed
20191
20192 \begin_layout Plain Layout
20193 Symbole ! mathematische
20194 \end_layout
20195
20196 \end_inset
20197
20198
20199 \end_layout
20200
20201 \begin_layout Standard
20202 \begin_inset space \hfill{}
20203 \end_inset
20204
20205
20206 \begin_inset Tabular
20207 <lyxtabular version="3" rows="10" columns="2">
20208 <features rotate="0" tabularvalignment="middle">
20209 <column alignment="center" valignment="top" width="0pt">
20210 <column alignment="center" valignment="top" width="0pt">
20211 <row>
20212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20213 \begin_inset Text
20214
20215 \begin_layout Plain Layout
20216 Befehl
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 Ergebnis
20226 \end_layout
20227
20228 \end_inset
20229 </cell>
20230 </row>
20231 <row>
20232 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20233 \begin_inset Text
20234
20235 \begin_layout Plain Layout
20236
20237 \backslash
20238 neg
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247 \begin_inset Formula $\neg$
20248 \end_inset
20249
20250
20251 \end_layout
20252
20253 \end_inset
20254 </cell>
20255 </row>
20256 <row>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261
20262 \backslash
20263 Im
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 \begin_inset Formula $\Im$
20273 \end_inset
20274
20275
20276 \end_layout
20277
20278 \end_inset
20279 </cell>
20280 </row>
20281 <row>
20282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20283 \begin_inset Text
20284
20285 \begin_layout Plain Layout
20286
20287 \backslash
20288 Re
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297 \begin_inset Formula $\Re$
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 aleph
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 $\aleph$
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 partial
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 $\partial$
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 infty
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 $\infty$
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" bottomline="true" leftline="true" usebox="none">
20383 \begin_inset Text
20384
20385 \begin_layout Plain Layout
20386
20387 \backslash
20388 wp
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397 \begin_inset Formula $\wp$
20398 \end_inset
20399
20400
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 </row>
20406 <row>
20407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20408 \begin_inset Text
20409
20410 \begin_layout Plain Layout
20411
20412 \backslash
20413 imath
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422 \begin_inset Formula $\imath$
20423 \end_inset
20424
20425
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 </row>
20431 <row>
20432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20433 \begin_inset Text
20434
20435 \begin_layout Plain Layout
20436
20437 \backslash
20438 jmath
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447 \begin_inset Formula $\jmath$
20448 \end_inset
20449
20450
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 </row>
20456 </lyxtabular>
20457
20458 \end_inset
20459
20460
20461 \begin_inset space \hfill{}
20462 \end_inset
20463
20464
20465 \begin_inset Tabular
20466 <lyxtabular version="3" rows="10" columns="2">
20467 <features rotate="0" tabularvalignment="middle">
20468 <column alignment="center" valignment="top" width="0pt">
20469 <column alignment="center" valignment="top" width="0pt">
20470 <row>
20471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20472 \begin_inset Text
20473
20474 \begin_layout Plain Layout
20475 Befehl
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484 Ergebnis
20485 \begin_inset Note Note
20486 status collapsed
20487
20488 \begin_layout Plain Layout
20489
20490 \series bold
20491
20492 \backslash
20493 raisebox
20494 \series default
20495  dient nur als Abstandhalter.
20496 \end_layout
20497
20498 \end_inset
20499
20500
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 </row>
20506 <row>
20507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20508 \begin_inset Text
20509
20510 \begin_layout Plain Layout
20511
20512 \backslash
20513 forall
20514 \end_layout
20515
20516 \end_inset
20517 </cell>
20518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20519 \begin_inset Text
20520
20521 \begin_layout Plain Layout
20522 \begin_inset Formula $\forall$
20523 \end_inset
20524
20525
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 </row>
20531 <row>
20532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20533 \begin_inset Text
20534
20535 \begin_layout Plain Layout
20536
20537 \backslash
20538 exists
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20544 \begin_inset Text
20545
20546 \begin_layout Plain Layout
20547 \begin_inset Formula $\exists$
20548 \end_inset
20549
20550
20551 \end_layout
20552
20553 \end_inset
20554 </cell>
20555 </row>
20556 <row>
20557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20558 \begin_inset Text
20559
20560 \begin_layout Plain Layout
20561
20562 \backslash
20563 nexists
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20569 \begin_inset Text
20570
20571 \begin_layout Plain Layout
20572 \begin_inset Formula $\nexists$
20573 \end_inset
20574
20575
20576 \end_layout
20577
20578 \end_inset
20579 </cell>
20580 </row>
20581 <row>
20582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20583 \begin_inset Text
20584
20585 \begin_layout Plain Layout
20586
20587 \backslash
20588 emptyset
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597 \begin_inset Formula $\emptyset$
20598 \end_inset
20599
20600
20601 \end_layout
20602
20603 \end_inset
20604 </cell>
20605 </row>
20606 <row>
20607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20608 \begin_inset Text
20609
20610 \begin_layout Plain Layout
20611
20612 \backslash
20613 varnothing
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20619 \begin_inset Text
20620
20621 \begin_layout Plain Layout
20622 \begin_inset Formula $\varnothing$
20623 \end_inset
20624
20625
20626 \end_layout
20627
20628 \end_inset
20629 </cell>
20630 </row>
20631 <row>
20632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20633 \begin_inset Text
20634
20635 \begin_layout Plain Layout
20636
20637 \backslash
20638 dag
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20644 \begin_inset Text
20645
20646 \begin_layout Plain Layout
20647 \begin_inset Formula $\dag$
20648 \end_inset
20649
20650
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 </row>
20656 <row>
20657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20658 \begin_inset Text
20659
20660 \begin_layout Plain Layout
20661
20662 \backslash
20663 ddag
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20669 \begin_inset Text
20670
20671 \begin_layout Plain Layout
20672 \begin_inset Formula $\ddag$
20673 \end_inset
20674
20675
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 </row>
20681 <row>
20682 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20683 \begin_inset Text
20684
20685 \begin_layout Plain Layout
20686
20687 \backslash
20688 complement
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20694 \begin_inset Text
20695
20696 \begin_layout Plain Layout
20697 \begin_inset ERT
20698 status collapsed
20699
20700 \begin_layout Plain Layout
20701
20702
20703 \backslash
20704 raisebox{-0.8mm}{
20705 \end_layout
20706
20707 \end_inset
20708
20709
20710 \begin_inset Formula $\complement$
20711 \end_inset
20712
20713
20714 \begin_inset ERT
20715 status collapsed
20716
20717 \begin_layout Plain Layout
20718
20719 }
20720 \end_layout
20721
20722 \end_inset
20723
20724
20725 \end_layout
20726
20727 \end_inset
20728 </cell>
20729 </row>
20730 <row>
20731 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735
20736 \backslash
20737 Bbbk
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20743 \begin_inset Text
20744
20745 \begin_layout Plain Layout
20746 \begin_inset Formula $\Bbbk$
20747 \end_inset
20748
20749
20750 \end_layout
20751
20752 \end_inset
20753 </cell>
20754 </row>
20755 </lyxtabular>
20756
20757 \end_inset
20758
20759
20760 \begin_inset space \hfill{}
20761 \end_inset
20762
20763
20764 \begin_inset Tabular
20765 <lyxtabular version="3" rows="10" columns="2">
20766 <features rotate="0" tabularvalignment="middle">
20767 <column alignment="center" valignment="top" width="0pt">
20768 <column alignment="center" valignment="top" width="0pt">
20769 <row>
20770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774 Befehl
20775 \end_layout
20776
20777 \end_inset
20778 </cell>
20779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20780 \begin_inset Text
20781
20782 \begin_layout Plain Layout
20783 Ergebnis
20784 \end_layout
20785
20786 \end_inset
20787 </cell>
20788 </row>
20789 <row>
20790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20791 \begin_inset Text
20792
20793 \begin_layout Plain Layout
20794
20795 \backslash
20796 prime
20797 \end_layout
20798
20799 \end_inset
20800 </cell>
20801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20802 \begin_inset Text
20803
20804 \begin_layout Plain Layout
20805 \begin_inset Formula $\prime$
20806 \end_inset
20807
20808
20809 \end_layout
20810
20811 \end_inset
20812 </cell>
20813 </row>
20814 <row>
20815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20816 \begin_inset Text
20817
20818 \begin_layout Plain Layout
20819
20820 \backslash
20821 backprime
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20827 \begin_inset Text
20828
20829 \begin_layout Plain Layout
20830 \begin_inset Formula $\backprime$
20831 \end_inset
20832
20833
20834 \end_layout
20835
20836 \end_inset
20837 </cell>
20838 </row>
20839 <row>
20840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20841 \begin_inset Text
20842
20843 \begin_layout Plain Layout
20844
20845 \backslash
20846 mho
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20852 \begin_inset Text
20853
20854 \begin_layout Plain Layout
20855 \begin_inset Formula $\mho$
20856 \end_inset
20857
20858
20859 \end_layout
20860
20861 \end_inset
20862 </cell>
20863 </row>
20864 <row>
20865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20866 \begin_inset Text
20867
20868 \begin_layout Plain Layout
20869
20870 \backslash
20871 triangle
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20877 \begin_inset Text
20878
20879 \begin_layout Plain Layout
20880 \begin_inset Formula $\triangle$
20881 \end_inset
20882
20883
20884 \end_layout
20885
20886 \end_inset
20887 </cell>
20888 </row>
20889 <row>
20890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20891 \begin_inset Text
20892
20893 \begin_layout Plain Layout
20894
20895 \backslash
20896 angle
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20902 \begin_inset Text
20903
20904 \begin_layout Plain Layout
20905 \begin_inset Formula $\angle$
20906 \end_inset
20907
20908
20909 \end_layout
20910
20911 \end_inset
20912 </cell>
20913 </row>
20914 <row>
20915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20916 \begin_inset Text
20917
20918 \begin_layout Plain Layout
20919
20920 \backslash
20921 measuredangle
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20927 \begin_inset Text
20928
20929 \begin_layout Plain Layout
20930 \begin_inset Formula $\measuredangle$
20931 \end_inset
20932
20933
20934 \end_layout
20935
20936 \end_inset
20937 </cell>
20938 </row>
20939 <row>
20940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944
20945 \backslash
20946 sphericalangle
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20952 \begin_inset Text
20953
20954 \begin_layout Plain Layout
20955 \begin_inset Formula $\sphericalangle$
20956 \end_inset
20957
20958
20959 \end_layout
20960
20961 \end_inset
20962 </cell>
20963 </row>
20964 <row>
20965 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20966 \begin_inset Text
20967
20968 \begin_layout Plain Layout
20969
20970 \backslash
20971 top
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20977 \begin_inset Text
20978
20979 \begin_layout Plain Layout
20980 \begin_inset Formula $\top$
20981 \end_inset
20982
20983
20984 \end_layout
20985
20986 \end_inset
20987 </cell>
20988 </row>
20989 <row>
20990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20991 \begin_inset Text
20992
20993 \begin_layout Plain Layout
20994
20995 \backslash
20996 bot
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 \begin_inset Formula $\bot$
21006 \end_inset
21007
21008
21009 \end_layout
21010
21011 \end_inset
21012 </cell>
21013 </row>
21014 </lyxtabular>
21015
21016 \end_inset
21017
21018
21019 \begin_inset space \hfill{}
21020 \end_inset
21021
21022
21023 \end_layout
21024
21025 \begin_layout Subsection
21026 Sonstige Symbole
21027 \begin_inset CommandInset label
21028 LatexCommand label
21029 name "sub:Sonstige-Symbole"
21030
21031 \end_inset
21032
21033
21034 \begin_inset Index idx
21035 status collapsed
21036
21037 \begin_layout Plain Layout
21038 Symbole ! sonstige
21039 \end_layout
21040
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \begin_layout Standard
21047 \begin_inset VSpace -7mm
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \begin_layout Standard
21054 \noindent
21055 \align center
21056 \begin_inset Tabular
21057 <lyxtabular version="3" rows="10" columns="2">
21058 <features rotate="0" tabularvalignment="middle">
21059 <column alignment="center" valignment="top" width="0pt">
21060 <column alignment="center" valignment="top" width="0pt">
21061 <row>
21062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21063 \begin_inset Text
21064
21065 \begin_layout Plain Layout
21066 Befehl
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21072 \begin_inset Text
21073
21074 \begin_layout Plain Layout
21075 Ergebnis
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \backslash
21088 flat
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $\flat$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 </row>
21106 <row>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \backslash
21113 natural
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Formula $\natural$
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 </row>
21131 <row>
21132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 sharp
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Formula $\sharp$
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 surd
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\surd$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 <row>
21182 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186
21187 \backslash
21188 checkmark
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 \begin_inset Formula $\checkmark$
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 <row>
21207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211
21212 \backslash
21213 yen
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Formula $\yen$
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 </row>
21231 <row>
21232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \backslash
21238 pounds
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 \begin_inset Formula $\pounds$
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 <row>
21257 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 $
21262 \end_layout
21263
21264 \end_inset
21265 </cell>
21266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21267 \begin_inset Text
21268
21269 \begin_layout Plain Layout
21270 \begin_inset Formula $\$$
21271 \end_inset
21272
21273
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 </row>
21279 <row>
21280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284 §
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $§$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 </lyxtabular>
21303
21304 \end_inset
21305
21306
21307 \begin_inset Tabular
21308 <lyxtabular version="3" rows="10" columns="2">
21309 <features rotate="0" tabularvalignment="middle">
21310 <column alignment="center" valignment="top">
21311 <column alignment="center" valignment="top">
21312 <row>
21313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21314 \begin_inset Text
21315
21316 \begin_layout Plain Layout
21317 Befehl
21318 \end_layout
21319
21320 \end_inset
21321 </cell>
21322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21323 \begin_inset Text
21324
21325 \begin_layout Plain Layout
21326 Ergebnis
21327 \end_layout
21328
21329 \end_inset
21330 </cell>
21331 </row>
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337
21338 \backslash
21339 hbar
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 \begin_inset Formula $\hbar$
21349 \end_inset
21350
21351
21352 \end_layout
21353
21354 \end_inset
21355 </cell>
21356 </row>
21357 <row>
21358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21359 \begin_inset Text
21360
21361 \begin_layout Plain Layout
21362
21363 \backslash
21364 hslash
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21370 \begin_inset Text
21371
21372 \begin_layout Plain Layout
21373 \begin_inset Formula $\hslash$
21374 \end_inset
21375
21376
21377 \end_layout
21378
21379 \end_inset
21380 </cell>
21381 </row>
21382 <row>
21383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21384 \begin_inset Text
21385
21386 \begin_layout Plain Layout
21387
21388 \backslash
21389 clubsuit
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21395 \begin_inset Text
21396
21397 \begin_layout Plain Layout
21398 \begin_inset Formula $\clubsuit$
21399 \end_inset
21400
21401
21402 \end_layout
21403
21404 \end_inset
21405 </cell>
21406 </row>
21407 <row>
21408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21409 \begin_inset Text
21410
21411 \begin_layout Plain Layout
21412
21413 \backslash
21414 spadesuit
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21420 \begin_inset Text
21421
21422 \begin_layout Plain Layout
21423 \begin_inset Formula $\spadesuit$
21424 \end_inset
21425
21426
21427 \end_layout
21428
21429 \end_inset
21430 </cell>
21431 </row>
21432 <row>
21433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21434 \begin_inset Text
21435
21436 \begin_layout Plain Layout
21437
21438 \backslash
21439 bigstar
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 \begin_inset Formula $\bigstar$
21449 \end_inset
21450
21451
21452 \end_layout
21453
21454 \end_inset
21455 </cell>
21456 </row>
21457 <row>
21458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21459 \begin_inset Text
21460
21461 \begin_layout Plain Layout
21462
21463 \backslash
21464 blacklozenge
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21470 \begin_inset Text
21471
21472 \begin_layout Plain Layout
21473 \begin_inset Formula $\blacklozenge$
21474 \end_inset
21475
21476
21477 \end_layout
21478
21479 \end_inset
21480 </cell>
21481 </row>
21482 <row>
21483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21484 \begin_inset Text
21485
21486 \begin_layout Plain Layout
21487
21488 \backslash
21489 blacktriangle
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 \begin_inset Formula $\blacktriangle$
21499 \end_inset
21500
21501
21502 \end_layout
21503
21504 \end_inset
21505 </cell>
21506 </row>
21507 <row>
21508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21509 \begin_inset Text
21510
21511 \begin_layout Plain Layout
21512
21513 \backslash
21514 blacktiangledown
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21520 \begin_inset Text
21521
21522 \begin_layout Plain Layout
21523 \begin_inset Formula $\blacktriangledown$
21524 \end_inset
21525
21526
21527 \end_layout
21528
21529 \end_inset
21530 </cell>
21531 </row>
21532 <row>
21533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21534 \begin_inset Text
21535
21536 \begin_layout Plain Layout
21537
21538 \backslash
21539 bullet
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21545 \begin_inset Text
21546
21547 \begin_layout Plain Layout
21548 \begin_inset Formula $\bullet$
21549 \end_inset
21550
21551
21552 \end_layout
21553
21554 \end_inset
21555 </cell>
21556 </row>
21557 </lyxtabular>
21558
21559 \end_inset
21560
21561
21562 \begin_inset Tabular
21563 <lyxtabular version="3" rows="10" columns="2">
21564 <features rotate="0" tabularvalignment="middle">
21565 <column alignment="center" valignment="top" width="0pt">
21566 <column alignment="center" valignment="top" width="0pt">
21567 <row>
21568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 Befehl
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 Ergebnis
21582 \end_layout
21583
21584 \end_inset
21585 </cell>
21586 </row>
21587 <row>
21588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21589 \begin_inset Text
21590
21591 \begin_layout Plain Layout
21592
21593 \backslash
21594 diamondsuit
21595 \end_layout
21596
21597 \end_inset
21598 </cell>
21599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21600 \begin_inset Text
21601
21602 \begin_layout Plain Layout
21603 \begin_inset Formula $\diamondsuit$
21604 \end_inset
21605
21606
21607 \end_layout
21608
21609 \end_inset
21610 </cell>
21611 </row>
21612 <row>
21613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617
21618 \backslash
21619 Diamond
21620 \end_layout
21621
21622 \end_inset
21623 </cell>
21624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21625 \begin_inset Text
21626
21627 \begin_layout Plain Layout
21628 \begin_inset Formula $\Diamond$
21629 \end_inset
21630
21631
21632 \end_layout
21633
21634 \end_inset
21635 </cell>
21636 </row>
21637 <row>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642
21643 \backslash
21644 heartsuit
21645 \end_layout
21646
21647 \end_inset
21648 </cell>
21649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21650 \begin_inset Text
21651
21652 \begin_layout Plain Layout
21653 \begin_inset Formula $\heartsuit$
21654 \end_inset
21655
21656
21657 \end_layout
21658
21659 \end_inset
21660 </cell>
21661 </row>
21662 <row>
21663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667
21668 \backslash
21669 P
21670 \end_layout
21671
21672 \end_inset
21673 </cell>
21674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21675 \begin_inset Text
21676
21677 \begin_layout Plain Layout
21678 \begin_inset Formula $\P$
21679 \end_inset
21680
21681
21682 \end_layout
21683
21684 \end_inset
21685 </cell>
21686 </row>
21687 <row>
21688 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692
21693 \backslash
21694 copyright
21695 \end_layout
21696
21697 \end_inset
21698 </cell>
21699 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21700 \begin_inset Text
21701
21702 \begin_layout Plain Layout
21703 \begin_inset Formula $\copyright$
21704 \end_inset
21705
21706
21707 \end_layout
21708
21709 \end_inset
21710 </cell>
21711 </row>
21712 <row>
21713 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717
21718 \backslash
21719 circledR
21720 \end_layout
21721
21722 \end_inset
21723 </cell>
21724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21725 \begin_inset Text
21726
21727 \begin_layout Plain Layout
21728 \begin_inset Formula $\circledR$
21729 \end_inset
21730
21731
21732 \end_layout
21733
21734 \end_inset
21735 </cell>
21736 </row>
21737 <row>
21738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742
21743 \backslash
21744 maltese
21745 \end_layout
21746
21747 \end_inset
21748 </cell>
21749 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21750 \begin_inset Text
21751
21752 \begin_layout Plain Layout
21753 \begin_inset Formula $\maltese$
21754 \end_inset
21755
21756
21757 \end_layout
21758
21759 \end_inset
21760 </cell>
21761 </row>
21762 <row>
21763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767
21768 \backslash
21769 diagup
21770 \end_layout
21771
21772 \end_inset
21773 </cell>
21774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21775 \begin_inset Text
21776
21777 \begin_layout Plain Layout
21778 \begin_inset Formula $\diagup$
21779 \end_inset
21780
21781
21782 \end_layout
21783
21784 \end_inset
21785 </cell>
21786 </row>
21787 <row>
21788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792
21793 \backslash
21794 diagdown
21795 \end_layout
21796
21797 \end_inset
21798 </cell>
21799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21800 \begin_inset Text
21801
21802 \begin_layout Plain Layout
21803 \begin_inset Formula $\diagdown$
21804 \end_inset
21805
21806
21807 \end_layout
21808
21809 \end_inset
21810 </cell>
21811 </row>
21812 </lyxtabular>
21813
21814 \end_inset
21815
21816
21817 \end_layout
21818
21819 \begin_layout Standard
21820 \begin_inset VSpace medskip
21821 \end_inset
21822
21823
21824 \end_layout
21825
21826 \begin_layout Standard
21827 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
21828  
21829 \begin_inset CommandInset ref
21830 LatexCommand ref
21831 reference "sub:Schriftgrößen"
21832
21833 \end_inset
21834
21835 .
21836 \end_layout
21837
21838 \begin_layout Subsection
21839 Das Euro-Symbol €
21840 \begin_inset Index idx
21841 status collapsed
21842
21843 \begin_layout Plain Layout
21844 Symbole ! Euro-Symbol
21845 \end_layout
21846
21847 \end_inset
21848
21849
21850 \begin_inset Index idx
21851 status collapsed
21852
21853 \begin_layout Plain Layout
21854
21855 \backslash
21856 @
21857 \begin_inset ERT
21858 status collapsed
21859
21860 \begin_layout Plain Layout
21861
21862
21863 \backslash
21864 officialeuro
21865 \end_layout
21866
21867 \end_inset
21868
21869
21870 \end_layout
21871
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \begin_layout Standard
21878 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
21879
21880 \series bold
21881 eurosym
21882 \series default
21883
21884 \begin_inset Index idx
21885 status collapsed
21886
21887 \begin_layout Plain Layout
21888 Pakete ! eurosym
21889 \end_layout
21890
21891 \end_inset
21892
21893  installieren und dieses mit der LaTeX-Vorspannzeile
21894 \end_layout
21895
21896 \begin_layout Standard
21897
21898 \series bold
21899
21900 \backslash
21901 usepackage[gennarrow]{eurosym}
21902 \end_layout
21903
21904 \begin_layout Standard
21905 aktivieren.
21906  Das Euro-Symbol kann man nun mit dem Befehl 
21907 \series bold
21908
21909 \backslash
21910 euro
21911 \series default
21912
21913 \begin_inset Index idx
21914 status collapsed
21915
21916 \begin_layout Plain Layout
21917 Befehle ! E ! 
21918 \backslash
21919 euro
21920 \end_layout
21921
21922 \end_inset
21923
21924  aufrufen.
21925 \end_layout
21926
21927 \begin_layout Standard
21928 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
21929  eingeben, ohne 
21930 \series bold
21931 eurosym
21932 \series default
21933  installiert zu haben.
21934  Ist 
21935 \series bold
21936 eurosym
21937 \series default
21938  installiert, kann man 
21939 \series bold
21940
21941 \backslash
21942 euro
21943 \series default
21944  auch im TeX-Modus eingeben.
21945  Das offizielle Währungssymbol erhält man dann über den Befehl 
21946 \series bold
21947
21948 \backslash
21949 officialeuro
21950 \series default
21951
21952 \begin_inset Index idx
21953 status collapsed
21954
21955 \begin_layout Plain Layout
21956 Befehle ! O ! 
21957 \backslash
21958 officialeuro
21959 \end_layout
21960
21961 \end_inset
21962
21963 , der nur im TeX-Modus verfügbar ist.
21964 \end_layout
21965
21966 \begin_layout Standard
21967 \begin_inset ERT
21968 status collapsed
21969
21970 \begin_layout Plain Layout
21971
21972
21973 \backslash
21974 ifeurosym 
21975 \end_layout
21976
21977 \end_inset
21978
21979
21980 \begin_inset Note Note
21981 status open
21982
21983 \begin_layout Plain Layout
21984 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
21985 \series bold
21986 eurosym
21987 \series default
21988  installiert ist:
21989 \end_layout
21990
21991 \end_inset
21992
21993
21994 \end_layout
21995
21996 \begin_layout Standard
21997 Eine Übersicht der verschiedenen Euro-Symbole:
21998 \end_layout
21999
22000 \begin_layout Standard
22001 \align center
22002 \begin_inset Tabular
22003 <lyxtabular version="3" rows="4" columns="3">
22004 <features rotate="0" tabularvalignment="middle">
22005 <column alignment="center" valignment="top" width="0pt">
22006 <column alignment="center" valignment="top" width="0pt">
22007 <column alignment="center" valignment="top" width="0pt">
22008 <row>
22009 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013
22014 \end_layout
22015
22016 \end_inset
22017 </cell>
22018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22019 \begin_inset Text
22020
22021 \begin_layout Plain Layout
22022 Befehl 
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22028 \begin_inset Text
22029
22030 \begin_layout Plain Layout
22031 Ergebnis
22032 \end_layout
22033
22034 \end_inset
22035 </cell>
22036 </row>
22037 <row>
22038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22039 \begin_inset Text
22040
22041 \begin_layout Plain Layout
22042 Formel
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \backslash
22053 euro
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 \begin_inset Formula $\euro$
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 </row>
22071 <row>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 mathematischer Text
22077 \end_layout
22078
22079 \end_inset
22080 </cell>
22081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22082 \begin_inset Text
22083
22084 \begin_layout Plain Layout
22085
22086 \end_layout
22087
22088 \end_inset
22089 </cell>
22090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22091 \begin_inset Text
22092
22093 \begin_layout Plain Layout
22094 \begin_inset Formula $\mbox{€}$
22095 \end_inset
22096
22097
22098 \end_layout
22099
22100 \end_inset
22101 </cell>
22102 </row>
22103 <row>
22104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22105 \begin_inset Text
22106
22107 \begin_layout Plain Layout
22108 TeX-Modus
22109 \end_layout
22110
22111 \end_inset
22112 </cell>
22113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22114 \begin_inset Text
22115
22116 \begin_layout Plain Layout
22117
22118 \backslash
22119 officialeuro
22120 \end_layout
22121
22122 \end_inset
22123 </cell>
22124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22125 \begin_inset Text
22126
22127 \begin_layout Plain Layout
22128 \begin_inset ERT
22129 status collapsed
22130
22131 \begin_layout Plain Layout
22132
22133
22134 \backslash
22135 officialeuro
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 </lyxtabular>
22147
22148 \end_inset
22149
22150
22151 \end_layout
22152
22153 \begin_layout Standard
22154 \begin_inset ERT
22155 status collapsed
22156
22157 \begin_layout Plain Layout
22158
22159
22160 \backslash
22161 else 
22162 \end_layout
22163
22164 \end_inset
22165
22166
22167 \begin_inset Note Note
22168 status open
22169
22170 \begin_layout Plain Layout
22171 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22172 \series bold
22173 eurosym
22174 \series default
22175  nicht installiert ist:
22176 \end_layout
22177
22178 \end_inset
22179
22180
22181 \end_layout
22182
22183 \begin_layout Standard
22184 Das LaTeX-Paket 
22185 \series bold
22186 eurosym 
22187 \series default
22188 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22189 \end_layout
22190
22191 \begin_layout Standard
22192 \begin_inset ERT
22193 status collapsed
22194
22195 \begin_layout Plain Layout
22196
22197
22198 \backslash
22199 fi 
22200 \end_layout
22201
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \begin_layout Section
22208 Relationen
22209 \begin_inset CommandInset label
22210 LatexCommand label
22211 name "sec:Relationen"
22212
22213 \end_inset
22214
22215
22216 \begin_inset Index idx
22217 status collapsed
22218
22219 \begin_layout Plain Layout
22220 Relationen
22221 \end_layout
22222
22223 \end_inset
22224
22225
22226 \begin_inset Index idx
22227 status collapsed
22228
22229 \begin_layout Plain Layout
22230 Vergleiche|see
22231 \begin_inset ERT
22232 status collapsed
22233
22234 \begin_layout Plain Layout
22235
22236 {
22237 \end_layout
22238
22239 \end_inset
22240
22241 Relationen
22242 \begin_inset ERT
22243 status collapsed
22244
22245 \begin_layout Plain Layout
22246
22247 }
22248 \end_layout
22249
22250 \end_inset
22251
22252
22253 \end_layout
22254
22255 \end_inset
22256
22257
22258 \end_layout
22259
22260 \begin_layout Standard
22261 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22262  
22263 \begin_inset Graphics
22264         filename ../../images/math/leq.png
22265         scale 85
22266
22267 \end_inset
22268
22269  eingefügt werden.
22270 \end_layout
22271
22272 \begin_layout Standard
22273 \begin_inset space \hfill{}
22274 \end_inset
22275
22276
22277 \begin_inset Tabular
22278 <lyxtabular version="3" rows="17" columns="2">
22279 <features rotate="0" tabularvalignment="middle">
22280 <column alignment="center" valignment="top" width="0pt">
22281 <column alignment="center" valignment="top" width="0pt">
22282 <row>
22283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22284 \begin_inset Text
22285
22286 \begin_layout Plain Layout
22287 Befehl
22288 \end_layout
22289
22290 \end_inset
22291 </cell>
22292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22293 \begin_inset Text
22294
22295 \begin_layout Plain Layout
22296 Ergebnis
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 <
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 $<$
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 le
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 $\le$
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 ll
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 $\ll$
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 prec
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 $\prec$
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 preceq
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 $\preceq$
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 subset
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 $\subset$
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 subseteq
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 $\subseteq$
22467 \end_inset
22468
22469
22470 \end_layout
22471
22472 \end_inset
22473 </cell>
22474 </row>
22475 <row>
22476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22477 \begin_inset Text
22478
22479 \begin_layout Plain Layout
22480
22481 \backslash
22482 sqsubseteq
22483 \end_layout
22484
22485 \end_inset
22486 </cell>
22487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22488 \begin_inset Text
22489
22490 \begin_layout Plain Layout
22491 \begin_inset Formula $\sqsubseteq$
22492 \end_inset
22493
22494
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505
22506 \backslash
22507 in
22508 \end_layout
22509
22510 \end_inset
22511 </cell>
22512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22513 \begin_inset Text
22514
22515 \begin_layout Plain Layout
22516 \begin_inset Formula $\in$
22517 \end_inset
22518
22519
22520 \end_layout
22521
22522 \end_inset
22523 </cell>
22524 </row>
22525 <row>
22526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22527 \begin_inset Text
22528
22529 \begin_layout Plain Layout
22530
22531 \backslash
22532 vdash
22533 \end_layout
22534
22535 \end_inset
22536 </cell>
22537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22538 \begin_inset Text
22539
22540 \begin_layout Plain Layout
22541 \begin_inset Formula $\vdash$
22542 \end_inset
22543
22544
22545 \end_layout
22546
22547 \end_inset
22548 </cell>
22549 </row>
22550 <row>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555
22556 \backslash
22557 smile
22558 \end_layout
22559
22560 \end_inset
22561 </cell>
22562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22563 \begin_inset Text
22564
22565 \begin_layout Plain Layout
22566 \begin_inset Formula $\smile$
22567 \end_inset
22568
22569
22570 \end_layout
22571
22572 \end_inset
22573 </cell>
22574 </row>
22575 <row>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580
22581 \backslash
22582 lhd
22583 \end_layout
22584
22585 \end_inset
22586 </cell>
22587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22588 \begin_inset Text
22589
22590 \begin_layout Plain Layout
22591 \begin_inset Formula $\lhd$
22592 \end_inset
22593
22594
22595 \end_layout
22596
22597 \end_inset
22598 </cell>
22599 </row>
22600 <row>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605
22606 \backslash
22607 unlhd
22608 \end_layout
22609
22610 \end_inset
22611 </cell>
22612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22613 \begin_inset Text
22614
22615 \begin_layout Plain Layout
22616 \begin_inset Formula $\unlhd$
22617 \end_inset
22618
22619
22620 \end_layout
22621
22622 \end_inset
22623 </cell>
22624 </row>
22625 <row>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630
22631 \backslash
22632 gtrless
22633 \end_layout
22634
22635 \end_inset
22636 </cell>
22637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22638 \begin_inset Text
22639
22640 \begin_layout Plain Layout
22641 \begin_inset Formula $\gtrless$
22642 \end_inset
22643
22644
22645 \end_layout
22646
22647 \end_inset
22648 </cell>
22649 </row>
22650 <row>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655
22656 \backslash
22657 mid
22658 \end_layout
22659
22660 \end_inset
22661 </cell>
22662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22663 \begin_inset Text
22664
22665 \begin_layout Plain Layout
22666 \begin_inset Formula $\mid$
22667 \end_inset
22668
22669
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 </row>
22675 <row>
22676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680
22681 \backslash
22682 nmid
22683 \end_layout
22684
22685 \end_inset
22686 </cell>
22687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22688 \begin_inset Text
22689
22690 \begin_layout Plain Layout
22691 \begin_inset Formula $\nmid$
22692 \end_inset
22693
22694
22695 \end_layout
22696
22697 \end_inset
22698 </cell>
22699 </row>
22700 </lyxtabular>
22701
22702 \end_inset
22703
22704
22705 \begin_inset space \hfill{}
22706 \end_inset
22707
22708
22709 \begin_inset Tabular
22710 <lyxtabular version="3" rows="17" columns="2">
22711 <features rotate="0" tabularvalignment="middle">
22712 <column alignment="center" valignment="top" width="0pt">
22713 <column alignment="center" valignment="top" width="0pt">
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719 Befehl
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728 Ergebnis
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 =
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 $=$
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 not=
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 $\not=$
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 equiv
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 $\equiv$
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 sim
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 $\sim$
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 simeq
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 $\simeq$
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 approx
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 $\approx$
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 cong
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 $\cong$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 <row>
22908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22909 \begin_inset Text
22910
22911 \begin_layout Plain Layout
22912
22913 \backslash
22914 bowtie
22915 \end_layout
22916
22917 \end_inset
22918 </cell>
22919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22920 \begin_inset Text
22921
22922 \begin_layout Plain Layout
22923 \begin_inset Formula $\bowtie$
22924 \end_inset
22925
22926
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937
22938 \backslash
22939 notin
22940 \end_layout
22941
22942 \end_inset
22943 </cell>
22944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22945 \begin_inset Text
22946
22947 \begin_layout Plain Layout
22948 \begin_inset Formula $\notin$
22949 \end_inset
22950
22951
22952 \end_layout
22953
22954 \end_inset
22955 </cell>
22956 </row>
22957 <row>
22958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22959 \begin_inset Text
22960
22961 \begin_layout Plain Layout
22962
22963 \backslash
22964 perp
22965 \end_layout
22966
22967 \end_inset
22968 </cell>
22969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22970 \begin_inset Text
22971
22972 \begin_layout Plain Layout
22973 \begin_inset Formula $\perp$
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \end_inset
22980 </cell>
22981 </row>
22982 <row>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987
22988 \backslash
22989 propto
22990 \end_layout
22991
22992 \end_inset
22993 </cell>
22994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22995 \begin_inset Text
22996
22997 \begin_layout Plain Layout
22998 \begin_inset Formula $\propto$
22999 \end_inset
23000
23001
23002 \end_layout
23003
23004 \end_inset
23005 </cell>
23006 </row>
23007 <row>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012
23013 \backslash
23014 asymp
23015 \end_layout
23016
23017 \end_inset
23018 </cell>
23019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23020 \begin_inset Text
23021
23022 \begin_layout Plain Layout
23023 \begin_inset Formula $\asymp$
23024 \end_inset
23025
23026
23027 \end_layout
23028
23029 \end_inset
23030 </cell>
23031 </row>
23032 <row>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037
23038 \backslash
23039 doteq
23040 \end_layout
23041
23042 \end_inset
23043 </cell>
23044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23045 \begin_inset Text
23046
23047 \begin_layout Plain Layout
23048 \begin_inset Formula $\doteq$
23049 \end_inset
23050
23051
23052 \end_layout
23053
23054 \end_inset
23055 </cell>
23056 </row>
23057 <row>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062
23063 \backslash
23064 circeq
23065 \end_layout
23066
23067 \end_inset
23068 </cell>
23069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23070 \begin_inset Text
23071
23072 \begin_layout Plain Layout
23073 \begin_inset Formula $\circeq$
23074 \end_inset
23075
23076
23077 \end_layout
23078
23079 \end_inset
23080 </cell>
23081 </row>
23082 <row>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087
23088 \backslash
23089 models
23090 \end_layout
23091
23092 \end_inset
23093 </cell>
23094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23095 \begin_inset Text
23096
23097 \begin_layout Plain Layout
23098 \begin_inset Formula $\models$
23099 \end_inset
23100
23101
23102 \end_layout
23103
23104 \end_inset
23105 </cell>
23106 </row>
23107 <row>
23108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112
23113 \backslash
23114 widehat=
23115 \end_layout
23116
23117 \end_inset
23118 </cell>
23119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23120 \begin_inset Text
23121
23122 \begin_layout Plain Layout
23123 \begin_inset Formula $\widehat{=}$
23124 \end_inset
23125
23126
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 </row>
23132 </lyxtabular>
23133
23134 \end_inset
23135
23136
23137 \begin_inset space \hfill{}
23138 \end_inset
23139
23140
23141 \begin_inset Tabular
23142 <lyxtabular version="3" rows="17" columns="2">
23143 <features rotate="0" tabularvalignment="middle">
23144 <column alignment="center" valignment="top" width="0pt">
23145 <column alignment="center" valignment="top" width="0pt">
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 Befehl
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160 Ergebnis
23161 \end_layout
23162
23163 \end_inset
23164 </cell>
23165 </row>
23166 <row>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 >
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 $>$
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 ge
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 $\ge$
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 gg
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 $\gg$
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 succ
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 $\succ$
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 succeq
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 $\succeq$
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 supset
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 $\supset$
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 supseteq
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 $\supseteq$
23331 \end_inset
23332
23333
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344
23345 \backslash
23346 sqsupseteq
23347 \end_layout
23348
23349 \end_inset
23350 </cell>
23351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23352 \begin_inset Text
23353
23354 \begin_layout Plain Layout
23355 \begin_inset Formula $\sqsupseteq$
23356 \end_inset
23357
23358
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369
23370 \backslash
23371 ni
23372 \end_layout
23373
23374 \end_inset
23375 </cell>
23376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23377 \begin_inset Text
23378
23379 \begin_layout Plain Layout
23380 \begin_inset Formula $\ni$
23381 \end_inset
23382
23383
23384 \end_layout
23385
23386 \end_inset
23387 </cell>
23388 </row>
23389 <row>
23390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23391 \begin_inset Text
23392
23393 \begin_layout Plain Layout
23394
23395 \backslash
23396 dashv
23397 \end_layout
23398
23399 \end_inset
23400 </cell>
23401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23402 \begin_inset Text
23403
23404 \begin_layout Plain Layout
23405 \begin_inset Formula $\dashv$
23406 \end_inset
23407
23408
23409 \end_layout
23410
23411 \end_inset
23412 </cell>
23413 </row>
23414 <row>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419
23420 \backslash
23421 frown
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23427 \begin_inset Text
23428
23429 \begin_layout Plain Layout
23430 \begin_inset Formula $\frown$
23431 \end_inset
23432
23433
23434 \end_layout
23435
23436 \end_inset
23437 </cell>
23438 </row>
23439 <row>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444
23445 \backslash
23446 rhd
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23452 \begin_inset Text
23453
23454 \begin_layout Plain Layout
23455 \begin_inset Formula $\rhd$
23456 \end_inset
23457
23458
23459 \end_layout
23460
23461 \end_inset
23462 </cell>
23463 </row>
23464 <row>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469
23470 \backslash
23471 unrhd
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480 \begin_inset Formula $\unrhd$
23481 \end_inset
23482
23483
23484 \end_layout
23485
23486 \end_inset
23487 </cell>
23488 </row>
23489 <row>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494
23495 \backslash
23496 lessgtr
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23502 \begin_inset Text
23503
23504 \begin_layout Plain Layout
23505 \begin_inset Formula $\lessgtr$
23506 \end_inset
23507
23508
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 </row>
23514 <row>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519
23520 \backslash
23521 parallel
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23527 \begin_inset Text
23528
23529 \begin_layout Plain Layout
23530 \begin_inset Formula $\parallel$
23531 \end_inset
23532
23533
23534 \end_layout
23535
23536 \end_inset
23537 </cell>
23538 </row>
23539 <row>
23540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544
23545 \backslash
23546 nparallel
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23552 \begin_inset Text
23553
23554 \begin_layout Plain Layout
23555 \begin_inset Formula $\nparallel$
23556 \end_inset
23557
23558
23559 \end_layout
23560
23561 \end_inset
23562 </cell>
23563 </row>
23564 </lyxtabular>
23565
23566 \end_inset
23567
23568
23569 \begin_inset space \hfill{}
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \begin_layout Standard
23576 \begin_inset VSpace medskip
23577 \end_inset
23578
23579 Die Zeichen 
23580 \series bold
23581
23582 \backslash
23583 lhd
23584 \series default
23585  bzw.
23586 \begin_inset space \space{}
23587 \end_inset
23588
23589
23590 \series bold
23591
23592 \backslash
23593 rhd
23594 \series default
23595  sind größer als die gleich aussehenden Operatoren
23596 \begin_inset Newline linebreak
23597 \end_inset
23598
23599
23600 \series bold
23601
23602 \backslash
23603 triangleleft
23604 \series default
23605  bzw.
23606 \begin_inset space \space{}
23607 \end_inset
23608
23609
23610 \series bold
23611
23612 \backslash
23613 triangleright
23614 \series default
23615 .
23616 \end_layout
23617
23618 \begin_layout Standard
23619 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23620 \end_layout
23621
23622 \begin_layout Standard
23623 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23624 \series bold
23625
23626 \backslash
23627 stackrel
23628 \series default
23629
23630 \begin_inset Index idx
23631 status collapsed
23632
23633 \begin_layout Plain Layout
23634 Befehle ! S ! 
23635 \backslash
23636 stackrel
23637 \end_layout
23638
23639 \end_inset
23640
23641  erstellt werden:
23642 \end_layout
23643
23644 \begin_layout Standard
23645 \align center
23646 \begin_inset Tabular
23647 <lyxtabular version="3" rows="2" columns="2">
23648 <features rotate="0" tabularvalignment="middle">
23649 <column alignment="center" valignment="top">
23650 <column alignment="center" valignment="top">
23651 <row>
23652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23653 \begin_inset Text
23654
23655 \begin_layout Plain Layout
23656 Befehl
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665 Ergebnis
23666 \begin_inset Note Note
23667 status collapsed
23668
23669 \begin_layout Plain Layout
23670
23671 \series bold
23672
23673 \backslash
23674 raisebox
23675 \series default
23676  dient nur als Abstandhalter.
23677 \end_layout
23678
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692 A(r)
23693 \backslash
23694 stackrel
23695 \begin_inset space \textvisiblespace{}
23696 \end_inset
23697
23698 r
23699 \backslash
23700 to
23701 \backslash
23702 infty
23703 \begin_inset space \textvisiblespace{}
23704 \end_inset
23705
23706
23707 \begin_inset Formula $\downarrow$
23708 \end_inset
23709
23710
23711 \backslash
23712 approx
23713 \begin_inset space \textvisiblespace{}
23714 \end_inset
23715
23716
23717 \begin_inset space \textvisiblespace{}
23718 \end_inset
23719
23720 B
23721 \end_layout
23722
23723 \end_inset
23724 </cell>
23725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23726 \begin_inset Text
23727
23728 \begin_layout Plain Layout
23729 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23730 \end_inset
23731
23732
23733 \end_layout
23734
23735 \end_inset
23736 </cell>
23737 </row>
23738 </lyxtabular>
23739
23740 \end_inset
23741
23742
23743 \end_layout
23744
23745 \begin_layout Section
23746 Funktionen
23747 \end_layout
23748
23749 \begin_layout Subsection
23750 Vordefinierte Funktionen
23751 \begin_inset CommandInset label
23752 LatexCommand label
23753 name "sub:Vordefinierte-Funktionen"
23754
23755 \end_inset
23756
23757
23758 \begin_inset Index idx
23759 status collapsed
23760
23761 \begin_layout Plain Layout
23762 Funktionen ! vordefinierte
23763 \end_layout
23764
23765 \end_inset
23766
23767
23768 \end_layout
23769
23770 \begin_layout Standard
23771 Allgemein werden in mathematischen Ausdrücken Variablen 
23772 \shape italic
23773 kursiv
23774 \shape default
23775  gesetzt, Funktionsnamen hingegen nicht, denn 
23776 \begin_inset Formula $sin$
23777 \end_inset
23778
23779  könnte als 
23780 \begin_inset Formula $s\cdot i\cdot n$
23781 \end_inset
23782
23783  missverstanden werden.
23784  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
23785 en etwas abgesetzt sind.
23786  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
23787 \end_layout
23788
23789 \begin_layout Standard
23790 \align center
23791 \begin_inset Tabular
23792 <lyxtabular version="3" rows="2" columns="4">
23793 <features rotate="0" tabularvalignment="middle">
23794 <column alignment="center" valignment="top" width="0pt">
23795 <column alignment="center" valignment="top" width="0pt">
23796 <column alignment="center" valignment="top" width="0pt">
23797 <column alignment="center" valignment="top" width="0pt">
23798 <row>
23799 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23800 \begin_inset Text
23801
23802 \begin_layout Plain Layout
23803 Befehl
23804 \end_layout
23805
23806 \end_inset
23807 </cell>
23808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812 Ergebnis
23813 \end_layout
23814
23815 \end_inset
23816 </cell>
23817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 Befehl
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 Ergebnis
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 Asin(x)+B
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 \begin_inset Formula $Asin(x)+B$
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862 A
23863 \backslash
23864 sin(x)+B
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 \begin_inset Formula $A\sin(x)+B$
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 </lyxtabular>
23883
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \begin_layout Standard
23890 Folgende Funktionen sind vordefiniert:
23891 \end_layout
23892
23893 \begin_layout Standard
23894 \begin_inset VSpace -2mm
23895 \end_inset
23896
23897
23898 \end_layout
23899
23900 \begin_layout Standard
23901 \align center
23902 \begin_inset Tabular
23903 <lyxtabular version="3" rows="9" columns="4">
23904 <features rotate="0" tabularvalignment="middle">
23905 <column alignment="center" valignment="top" width="0pt">
23906 <column alignment="center" valignment="top" width="0pt">
23907 <column alignment="center" valignment="top" width="0pt">
23908 <column alignment="center" valignment="top" width="0pt">
23909 <row>
23910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914 Befehl
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 Befehl
23924 \end_layout
23925
23926 \end_inset
23927 </cell>
23928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932 Befehl
23933 \end_layout
23934
23935 \end_inset
23936 </cell>
23937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941 Befehl
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 </row>
23947 <row>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952
23953 \backslash
23954 sin
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23960 \begin_inset Text
23961
23962 \begin_layout Plain Layout
23963
23964 \backslash
23965 sinh
23966 \end_layout
23967
23968 \end_inset
23969 </cell>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974
23975 \backslash
23976 arcsin
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985
23986 \backslash
23987 sup
23988 \end_layout
23989
23990 \end_inset
23991 </cell>
23992 </row>
23993 <row>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998
23999 \backslash
24000 cos
24001 \end_layout
24002
24003 \end_inset
24004 </cell>
24005 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24006 \begin_inset Text
24007
24008 \begin_layout Plain Layout
24009
24010 \backslash
24011 cosh
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24017 \begin_inset Text
24018
24019 \begin_layout Plain Layout
24020
24021 \backslash
24022 arccos
24023 \end_layout
24024
24025 \end_inset
24026 </cell>
24027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24028 \begin_inset Text
24029
24030 \begin_layout Plain Layout
24031
24032 \backslash
24033 inf
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 tan
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055
24056 \backslash
24057 tanh
24058 \end_layout
24059
24060 \end_inset
24061 </cell>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 arctan
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077
24078 \backslash
24079 lim
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 </row>
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090
24091 \backslash
24092 cot
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101
24102 \backslash
24103 coth
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112
24113 \backslash
24114 arg
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123
24124 \backslash
24125 liminf
24126 \end_layout
24127
24128 \end_inset
24129 </cell>
24130 </row>
24131 <row>
24132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24133 \begin_inset Text
24134
24135 \begin_layout Plain Layout
24136
24137 \backslash
24138 sec
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 min
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158
24159 \backslash
24160 deg
24161 \end_layout
24162
24163 \end_inset
24164 </cell>
24165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24166 \begin_inset Text
24167
24168 \begin_layout Plain Layout
24169
24170 \backslash
24171 limsup
24172 \end_layout
24173
24174 \end_inset
24175 </cell>
24176 </row>
24177 <row>
24178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24179 \begin_inset Text
24180
24181 \begin_layout Plain Layout
24182
24183 \backslash
24184 csc
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193
24194 \backslash
24195 max
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24201 \begin_inset Text
24202
24203 \begin_layout Plain Layout
24204
24205 \backslash
24206 det
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \backslash
24217 Pr
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 ln
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 exp
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 dim
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 hom
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 </row>
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
24275 \backslash
24276 lg
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285
24286 \backslash
24287 log
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 ker
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 gcd
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 </lyxtabular>
24316
24317 \end_inset
24318
24319
24320 \end_layout
24321
24322 \begin_layout Standard
24323 Sie können auch über den Mathe-Werkzeugleistenknopf 
24324 \begin_inset Graphics
24325         filename ../../images/math/functions.png
24326         scale 85
24327
24328 \end_inset
24329
24330  eingefügt werden.
24331 \end_layout
24332
24333 \begin_layout Subsection
24334 Selbst definierte Funktionen
24335 \begin_inset Index idx
24336 status collapsed
24337
24338 \begin_layout Plain Layout
24339 Funktionen ! selbstdefinierte
24340 \end_layout
24341
24342 \end_inset
24343
24344
24345 \end_layout
24346
24347 \begin_layout Standard
24348 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24349 \begin_inset space \thinspace{}
24350 \end_inset
24351
24352 B.
24353  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24354 \end_layout
24355
24356 \begin_layout Itemize
24357 Man definiert die Funktion selbst.
24358  Dazu gibt man im LaTeX-Vorspann die Zeile
24359 \begin_inset Newline newline
24360 \end_inset
24361
24362
24363 \begin_inset VSpace -3mm
24364 \end_inset
24365
24366
24367 \begin_inset Newline newline
24368 \end_inset
24369
24370
24371 \series bold
24372
24373 \backslash
24374 DeclareMathOperator{
24375 \backslash
24376 sgn}{sgn}
24377 \series default
24378
24379 \begin_inset Index idx
24380 status collapsed
24381
24382 \begin_layout Plain Layout
24383 Befehle ! D ! 
24384 \backslash
24385 dbinom@
24386 \backslash
24387 DeclareMathOperator
24388 \end_layout
24389
24390 \end_inset
24391
24392
24393 \begin_inset Newline newline
24394 \end_inset
24395
24396
24397 \begin_inset VSpace -2mm
24398 \end_inset
24399
24400
24401 \begin_inset Newline newline
24402 \end_inset
24403
24404 ein
24405 \begin_inset Foot
24406 status collapsed
24407
24408 \begin_layout Plain Layout
24409 Näheres zu 
24410 \series bold
24411
24412 \backslash
24413 DeclareMathOperator
24414 \series default
24415  siehe 
24416 \begin_inset CommandInset ref
24417 LatexCommand ref
24418 reference "sub:Selbstdefinierte-Operatoren"
24419
24420 \end_inset
24421
24422 .
24423 \end_layout
24424
24425 \end_inset
24426
24427 .
24428  Nun kann man mit dem Befehl 
24429 \series bold
24430
24431 \backslash
24432 sgn
24433 \series default
24434  die neu definierte Funktion aufrufen.
24435 \end_layout
24436
24437 \begin_layout Itemize
24438 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24439  Beispiel die Buchstaben 
24440 \emph on
24441 sgn
24442 \emph default
24443 , und wandelt ihn in in mathematischen Text um.
24444  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24445 \end_layout
24446
24447 \begin_layout Standard
24448 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24449  Funktion
24450 \begin_inset Foot
24451 status collapsed
24452
24453 \begin_layout Plain Layout
24454 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24455 \end_layout
24456
24457 \end_inset
24458
24459 :
24460 \end_layout
24461
24462 \begin_layout Standard
24463 \align center
24464 \begin_inset Tabular
24465 <lyxtabular version="3" rows="3" columns="2">
24466 <features rotate="0" tabularvalignment="middle">
24467 <column alignment="center" valignment="top" width="0pt">
24468 <column alignment="center" valignment="top" width="0pt">
24469 <row>
24470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24471 \begin_inset Text
24472
24473 \begin_layout Plain Layout
24474 Befehl
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483 Ergebnis
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 <row>
24490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494 A
24495 \backslash
24496 sgn(x)+B
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505 \begin_inset Formula $A\sgn(x)+B$
24506 \end_inset
24507
24508
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 </row>
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519 A
24520 \backslash
24521 ,
24522 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24523 \end_inset
24524
24525 (x)+B
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24535 \end_inset
24536
24537
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 </row>
24543 </lyxtabular>
24544
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \begin_layout Standard
24551 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24552  mehrfach verwendet werden soll.
24553 \end_layout
24554
24555 \begin_layout Subsection
24556 Grenzwerte
24557 \begin_inset Index idx
24558 status collapsed
24559
24560 \begin_layout Plain Layout
24561 Grenzwerte
24562 \end_layout
24563
24564 \end_inset
24565
24566
24567 \end_layout
24568
24569 \begin_layout Standard
24570 Für Grenzwerte sind außer 
24571 \series bold
24572
24573 \backslash
24574 lim
24575 \series default
24576
24577 \begin_inset Index idx
24578 status collapsed
24579
24580 \begin_layout Plain Layout
24581 Befehle ! L ! 
24582 \backslash
24583 lim
24584 \end_layout
24585
24586 \end_inset
24587
24588
24589 \series bold
24590
24591 \backslash
24592 liminf
24593 \series default
24594  und 
24595 \series bold
24596
24597 \backslash
24598 limsup
24599 \series default
24600  noch folgende Funktionen definiert:
24601 \end_layout
24602
24603 \begin_layout Standard
24604 \align center
24605 \begin_inset Tabular
24606 <lyxtabular version="3" rows="5" columns="2">
24607 <features rotate="0" tabularvalignment="middle">
24608 <column alignment="center" valignment="top">
24609 <column alignment="center" valignment="top">
24610 <row>
24611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24612 \begin_inset Text
24613
24614 \begin_layout Plain Layout
24615 Befehl
24616 \end_layout
24617
24618 \end_inset
24619 </cell>
24620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24621 \begin_inset Text
24622
24623 \begin_layout Plain Layout
24624 Ergebnis
24625 \begin_inset Note Note
24626 status collapsed
24627
24628 \begin_layout Plain Layout
24629
24630 \series bold
24631
24632 \backslash
24633 raisebox
24634 \series default
24635  dient nur als Abstandhalter.
24636 \end_layout
24637
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 <row>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \backslash
24653 varliminf
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662 \begin_inset Formula $\varliminf$
24663 \end_inset
24664
24665
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 </row>
24671 <row>
24672 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \backslash
24678 varlimsup
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 \begin_inset Formula $\varlimsup$
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 </row>
24696 <row>
24697 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 varprojlim
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712 \begin_inset Formula $\varprojlim$
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 </row>
24721 <row>
24722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726
24727 \backslash
24728 varinjlim
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737 \begin_inset Formula $\varinjlim$
24738 \end_inset
24739
24740
24741 \begin_inset Formula $\raisebox{-2.5mm}{}$
24742 \end_inset
24743
24744
24745 \end_layout
24746
24747 \end_inset
24748 </cell>
24749 </row>
24750 </lyxtabular>
24751
24752 \end_inset
24753
24754
24755 \end_layout
24756
24757 \begin_layout Standard
24758 \begin_inset VSpace medskip
24759 \end_inset
24760
24761 Der Grenzwert wird durch Tiefstellen erzeugt.
24762  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
24763 \end_layout
24764
24765 \begin_layout Standard
24766 \align center
24767 \begin_inset Tabular
24768 <lyxtabular version="3" rows="2" columns="2">
24769 <features rotate="0" tabularvalignment="middle">
24770 <column alignment="center" valignment="top" width="0pt">
24771 <column alignment="center" valignment="top" width="0pt">
24772 <row>
24773 <cell alignment="center" valignment="top" usebox="none">
24774 \begin_inset Text
24775
24776 \begin_layout Plain Layout
24777 Befehl
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 <cell alignment="center" valignment="top" usebox="none">
24783 \begin_inset Text
24784
24785 \begin_layout Plain Layout
24786 \begin_inset space \hspace{}
24787 \length 1cm
24788 \end_inset
24789
24790 Ergebnis
24791 \begin_inset Note Note
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795 Der Leerraum und 
24796 \series bold
24797
24798 \backslash
24799 raisebox
24800 \series default
24801  dienen nur als Abstandhalter.
24802 \end_layout
24803
24804 \end_inset
24805
24806
24807 \end_layout
24808
24809 \end_inset
24810 </cell>
24811 </row>
24812 <row>
24813 <cell alignment="center" valignment="top" usebox="none">
24814 \begin_inset Text
24815
24816 \begin_layout Plain Layout
24817
24818 \backslash
24819 lim_x
24820 \backslash
24821 to
24822 \begin_inset space \textvisiblespace{}
24823 \end_inset
24824
24825 A
24826 \begin_inset space \textvisiblespace{}
24827 \end_inset
24828
24829 x=B
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 <cell alignment="center" valignment="top" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
24839 \end_inset
24840
24841
24842 \end_layout
24843
24844 \end_inset
24845 </cell>
24846 </row>
24847 </lyxtabular>
24848
24849 \end_inset
24850
24851
24852 \end_layout
24853
24854 \begin_layout Standard
24855 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
24856 \begin_inset Formula 
24857 \[
24858 \lim_{x\to A}x=B
24859 \]
24860
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \begin_layout Subsection
24867 Modulo-Funktionen
24868 \begin_inset Index idx
24869 status collapsed
24870
24871 \begin_layout Plain Layout
24872 Funktionen ! Modulo-
24873 \end_layout
24874
24875 \end_inset
24876
24877
24878 \end_layout
24879
24880 \begin_layout Standard
24881 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
24882  Varianten.
24883 \end_layout
24884
24885 \begin_layout Standard
24886 Die Varianten in einer abgesetzten Formel:
24887 \begin_inset Formula 
24888 \begin{align*}
24889 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
24890 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
24891 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
24892 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
24893 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
24894 \end{align*}
24895
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \begin_layout Standard
24902 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
24903  weniger Leerraum gesetzt.
24904  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
24905  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
24906 \begin_inset Formula 
24907 \begin{align*}
24908 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
24909 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
24910 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
24911 \end{align*}
24912
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \begin_layout Section
24919 Sonderzeichen
24920 \begin_inset Index idx
24921 status collapsed
24922
24923 \begin_layout Plain Layout
24924 Sonderzeichen
24925 \end_layout
24926
24927 \end_inset
24928
24929
24930 \end_layout
24931
24932 \begin_layout Subsection
24933 Sonderzeichen im mathematischen Text
24934 \end_layout
24935
24936 \begin_layout Standard
24937 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
24938  verwendet werden:
24939 \end_layout
24940
24941 \begin_layout Standard
24942 \begin_inset space \hfill{}
24943 \end_inset
24944
24945
24946 \begin_inset Tabular
24947 <lyxtabular version="3" rows="8" columns="2">
24948 <features rotate="0" tabularvalignment="middle">
24949 <column alignment="block" valignment="top">
24950 <column alignment="block" valignment="top">
24951 <row>
24952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24953 \begin_inset Text
24954
24955 \begin_layout Plain Layout
24956 Befehl
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965 Ergebnis
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 </row>
24971 <row>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 oe
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987 \begin_inset Formula $\textrm{œ}$
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 </row>
24996 <row>
24997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001
25002 \backslash
25003 OE
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 \begin_inset Formula $\textrm{Œ}$
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 </row>
25021 <row>
25022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25023 \begin_inset Text
25024
25025 \begin_layout Plain Layout
25026
25027 \backslash
25028 ae
25029 \end_layout
25030
25031 \end_inset
25032 </cell>
25033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25034 \begin_inset Text
25035
25036 \begin_layout Plain Layout
25037 \begin_inset Formula $\textrm{æ}$
25038 \end_inset
25039
25040
25041 \end_layout
25042
25043 \end_inset
25044 </cell>
25045 </row>
25046 <row>
25047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25048 \begin_inset Text
25049
25050 \begin_layout Plain Layout
25051
25052 \backslash
25053 AE
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 \begin_inset Formula $\textrm{Æ}$
25063 \end_inset
25064
25065
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 </row>
25071 <row>
25072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \backslash
25078 aa
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087 \begin_inset Formula $\textrm{\aa}$
25088 \end_inset
25089
25090
25091 \end_layout
25092
25093 \end_inset
25094 </cell>
25095 </row>
25096 <row>
25097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25098 \begin_inset Text
25099
25100 \begin_layout Plain Layout
25101
25102 \backslash
25103 AA
25104 \begin_inset Index idx
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 @
25111 \begin_inset ERT
25112 status collapsed
25113
25114 \begin_layout Plain Layout
25115
25116
25117 \backslash
25118 textrm{
25119 \backslash
25120 AA}
25121 \end_layout
25122
25123 \end_inset
25124
25125
25126 \end_layout
25127
25128 \end_inset
25129
25130
25131 \end_layout
25132
25133 \end_inset
25134 </cell>
25135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25136 \begin_inset Text
25137
25138 \begin_layout Plain Layout
25139 \begin_inset Formula $\textrm{Å}$
25140 \end_inset
25141
25142
25143 \end_layout
25144
25145 \end_inset
25146 </cell>
25147 </row>
25148 <row>
25149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25150 \begin_inset Text
25151
25152 \begin_layout Plain Layout
25153
25154 \backslash
25155 i
25156 \end_layout
25157
25158 \end_inset
25159 </cell>
25160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25161 \begin_inset Text
25162
25163 \begin_layout Plain Layout
25164 \begin_inset Formula $\textrm{ı}$
25165 \end_inset
25166
25167
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 </row>
25173 </lyxtabular>
25174
25175 \end_inset
25176
25177
25178 \begin_inset space \hfill{}
25179 \end_inset
25180
25181
25182 \begin_inset Tabular
25183 <lyxtabular version="3" rows="8" columns="2">
25184 <features rotate="0" tabularvalignment="middle">
25185 <column alignment="block" valignment="top">
25186 <column alignment="center" valignment="top">
25187 <row>
25188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25189 \begin_inset Text
25190
25191 \begin_layout Plain Layout
25192 Befehl
25193 \begin_inset Note Note
25194 status collapsed
25195
25196 \begin_layout Plain Layout
25197 Der Leerraum von 0
25198 \begin_inset space \thinspace{}
25199 \end_inset
25200
25201 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25202 \begin_inset space \space{}
25203 \end_inset
25204
25205 ¿ erscheinen würde.
25206 \end_layout
25207
25208 \end_inset
25209
25210
25211 \end_layout
25212
25213 \end_inset
25214 </cell>
25215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25216 \begin_inset Text
25217
25218 \begin_layout Plain Layout
25219 Ergebnis
25220 \end_layout
25221
25222 \end_inset
25223 </cell>
25224 </row>
25225 <row>
25226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25227 \begin_inset Text
25228
25229 \begin_layout Plain Layout
25230
25231 \backslash
25232 o
25233 \end_layout
25234
25235 \end_inset
25236 </cell>
25237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25238 \begin_inset Text
25239
25240 \begin_layout Plain Layout
25241 \begin_inset Formula $\textrm{ø}$
25242 \end_inset
25243
25244
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 </row>
25250 <row>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \backslash
25257 O
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25263 \begin_inset Text
25264
25265 \begin_layout Plain Layout
25266 \begin_inset Formula $\textrm{Ø}$
25267 \end_inset
25268
25269
25270 \end_layout
25271
25272 \end_inset
25273 </cell>
25274 </row>
25275 <row>
25276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280
25281 \backslash
25282 l
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25288 \begin_inset Text
25289
25290 \begin_layout Plain Layout
25291 \begin_inset Formula $\textrm{ł}$
25292 \end_inset
25293
25294
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 </row>
25300 <row>
25301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25302 \begin_inset Text
25303
25304 \begin_layout Plain Layout
25305
25306 \backslash
25307 L
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 \begin_inset Formula $\textrm{Ł}$
25317 \end_inset
25318
25319
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 </row>
25325 <row>
25326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25327 \begin_inset Text
25328
25329 \begin_layout Plain Layout
25330 !
25331 \begin_inset space \hspace{}
25332 \length 0mm
25333 \end_inset
25334
25335 `
25336 \begin_inset space \textvisiblespace{}
25337 \end_inset
25338
25339
25340 \end_layout
25341
25342 \end_inset
25343 </cell>
25344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25345 \begin_inset Text
25346
25347 \begin_layout Plain Layout
25348 \begin_inset Formula $\textrm{!`}$
25349 \end_inset
25350
25351
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 </row>
25357 <row>
25358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362 ?
25363 \begin_inset space \hspace{}
25364 \length 0mm
25365 \end_inset
25366
25367 `
25368 \begin_inset space \textvisiblespace{}
25369 \end_inset
25370
25371
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25377 \begin_inset Text
25378
25379 \begin_layout Plain Layout
25380 \begin_inset Formula $\textrm{?`}$
25381 \end_inset
25382
25383
25384 \end_layout
25385
25386 \end_inset
25387 </cell>
25388 </row>
25389 <row>
25390 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25391 \begin_inset Text
25392
25393 \begin_layout Plain Layout
25394
25395 \backslash
25396 j
25397 \end_layout
25398
25399 \end_inset
25400 </cell>
25401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25402 \begin_inset Text
25403
25404 \begin_layout Plain Layout
25405 \begin_inset Formula $\textrm{ȷ}$
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 </row>
25414 </lyxtabular>
25415
25416 \end_inset
25417
25418
25419 \begin_inset space \hfill{}
25420 \end_inset
25421
25422
25423 \end_layout
25424
25425 \begin_layout Standard
25426 Die Zeichen 
25427 \begin_inset Formula $\textrm{\textrm{Å}}$
25428 \end_inset
25429
25430  und 
25431 \begin_inset Formula $\textrm{\textrm{Ø}}$
25432 \end_inset
25433
25434  können auch über den Mathe-Werkzeugleistenknopf 
25435 \begin_inset Graphics
25436         filename ../../images/math/digamma.png
25437         scale 85
25438
25439 \end_inset
25440
25441  eingefügt werden.
25442 \end_layout
25443
25444 \begin_layout Standard
25445 Eine Ausnahme bilden die Befehle 
25446 \series bold
25447 !
25448 \begin_inset space \hspace{}
25449 \length 0mm
25450 \end_inset
25451
25452 `
25453 \series default
25454  und 
25455 \series bold
25456 ?
25457 \begin_inset space \hspace{}
25458 \length 0mm
25459 \end_inset
25460
25461 `
25462 \series default
25463 , denn man kann sie in LyX direkt in den Text eingeben.
25464 \end_layout
25465
25466 \begin_layout Subsection
25467 Akzente im Text
25468 \begin_inset CommandInset label
25469 LatexCommand label
25470 name "sub:Sonderzeichen-Akzente"
25471
25472 \end_inset
25473
25474
25475 \begin_inset Index idx
25476 status collapsed
25477
25478 \begin_layout Plain Layout
25479 Akzente ! im Text
25480 \end_layout
25481
25482 \end_inset
25483
25484
25485 \end_layout
25486
25487 \begin_layout Standard
25488 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25489  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25490 \end_layout
25491
25492 \begin_layout Standard
25493 \begin_inset space \hfill{}
25494 \end_inset
25495
25496
25497 \begin_inset Tabular
25498 <lyxtabular version="3" rows="8" columns="2">
25499 <features rotate="0" tabularvalignment="middle">
25500 <column alignment="block" valignment="top">
25501 <column alignment="block" valignment="top">
25502 <row>
25503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507 Befehl
25508 \end_layout
25509
25510 \end_inset
25511 </cell>
25512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25513 \begin_inset Text
25514
25515 \begin_layout Plain Layout
25516 Ergebnis
25517 \end_layout
25518
25519 \end_inset
25520 </cell>
25521 </row>
25522 <row>
25523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25524 \begin_inset Text
25525
25526 \begin_layout Plain Layout
25527
25528 \backslash
25529
25530 \begin_inset Quotes grd
25531 \end_inset
25532
25533 e
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542 \begin_inset ERT
25543 status collapsed
25544
25545 \begin_layout Plain Layout
25546
25547
25548 \backslash
25549 "e
25550 \end_layout
25551
25552 \end_inset
25553
25554
25555 \end_layout
25556
25557 \end_inset
25558 </cell>
25559 </row>
25560 <row>
25561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25562 \begin_inset Text
25563
25564 \begin_layout Plain Layout
25565
25566 \backslash
25567 `e
25568 \end_layout
25569
25570 \end_inset
25571 </cell>
25572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25573 \begin_inset Text
25574
25575 \begin_layout Plain Layout
25576 \begin_inset ERT
25577 status collapsed
25578
25579 \begin_layout Plain Layout
25580
25581
25582 \backslash
25583 `e
25584 \end_layout
25585
25586 \end_inset
25587
25588
25589 \end_layout
25590
25591 \end_inset
25592 </cell>
25593 </row>
25594 <row>
25595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599
25600 \backslash
25601 ^
25602 \begin_inset space \textvisiblespace{}
25603 \end_inset
25604
25605 e
25606 \end_layout
25607
25608 \end_inset
25609 </cell>
25610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25611 \begin_inset Text
25612
25613 \begin_layout Plain Layout
25614 \begin_inset ERT
25615 status collapsed
25616
25617 \begin_layout Plain Layout
25618
25619
25620 \backslash
25621 ^e
25622 \end_layout
25623
25624 \end_inset
25625
25626
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 </row>
25632 <row>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637
25638 \backslash
25639 =e
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25645 \begin_inset Text
25646
25647 \begin_layout Plain Layout
25648 \begin_inset ERT
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652
25653
25654 \backslash
25655 =e
25656 \end_layout
25657
25658 \end_inset
25659
25660
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 </row>
25666 <row>
25667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25668 \begin_inset Text
25669
25670 \begin_layout Plain Layout
25671
25672 \backslash
25673 u
25674 \begin_inset space \textvisiblespace{}
25675 \end_inset
25676
25677 e
25678 \end_layout
25679
25680 \end_inset
25681 </cell>
25682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25683 \begin_inset Text
25684
25685 \begin_layout Plain Layout
25686 \begin_inset ERT
25687 status collapsed
25688
25689 \begin_layout Plain Layout
25690
25691
25692 \backslash
25693 u e
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \end_inset
25702 </cell>
25703 </row>
25704 <row>
25705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25706 \begin_inset Text
25707
25708 \begin_layout Plain Layout
25709
25710 \backslash
25711 b
25712 \begin_inset space \textvisiblespace{}
25713 \end_inset
25714
25715 e
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25721 \begin_inset Text
25722
25723 \begin_layout Plain Layout
25724 \begin_inset ERT
25725 status collapsed
25726
25727 \begin_layout Plain Layout
25728
25729
25730 \backslash
25731 b e
25732 \end_layout
25733
25734 \end_inset
25735
25736
25737 \end_layout
25738
25739 \end_inset
25740 </cell>
25741 </row>
25742 <row>
25743 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747
25748 \backslash
25749 t
25750 \begin_inset space \textvisiblespace{}
25751 \end_inset
25752
25753 ee
25754 \end_layout
25755
25756 \end_inset
25757 </cell>
25758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25759 \begin_inset Text
25760
25761 \begin_layout Plain Layout
25762 \begin_inset ERT
25763 status collapsed
25764
25765 \begin_layout Plain Layout
25766
25767
25768 \backslash
25769 t ee
25770 \end_layout
25771
25772 \end_inset
25773
25774
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 </row>
25780 </lyxtabular>
25781
25782 \end_inset
25783
25784
25785 \begin_inset space \hfill{}
25786 \end_inset
25787
25788
25789 \begin_inset Tabular
25790 <lyxtabular version="3" rows="8" columns="2">
25791 <features rotate="0" tabularvalignment="middle">
25792 <column alignment="block" valignment="top">
25793 <column alignment="center" valignment="top">
25794 <row>
25795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25796 \begin_inset Text
25797
25798 \begin_layout Plain Layout
25799 Befehl
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808 Ergebnis
25809 \end_layout
25810
25811 \end_inset
25812 </cell>
25813 </row>
25814 <row>
25815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819
25820 \backslash
25821 H
25822 \begin_inset space \textvisiblespace{}
25823 \end_inset
25824
25825 e
25826 \end_layout
25827
25828 \end_inset
25829 </cell>
25830 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25831 \begin_inset Text
25832
25833 \begin_layout Plain Layout
25834 \begin_inset ERT
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838
25839
25840 \backslash
25841 H e
25842 \end_layout
25843
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 </row>
25852 <row>
25853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857
25858 \backslash
25859 'e
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 \begin_inset ERT
25869 status collapsed
25870
25871 \begin_layout Plain Layout
25872
25873
25874 \backslash
25875 'e
25876 \end_layout
25877
25878 \end_inset
25879
25880
25881 \end_layout
25882
25883 \end_inset
25884 </cell>
25885 </row>
25886 <row>
25887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25888 \begin_inset Text
25889
25890 \begin_layout Plain Layout
25891
25892 \backslash
25893 ~e
25894 \begin_inset Index idx
25895 status collapsed
25896
25897 \begin_layout Plain Layout
25898 Tilde
25899 \end_layout
25900
25901 \end_inset
25902
25903
25904 \end_layout
25905
25906 \end_inset
25907 </cell>
25908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25909 \begin_inset Text
25910
25911 \begin_layout Plain Layout
25912 \begin_inset ERT
25913 status collapsed
25914
25915 \begin_layout Plain Layout
25916
25917
25918 \backslash
25919 ~e
25920 \end_layout
25921
25922 \end_inset
25923
25924
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 </row>
25930 <row>
25931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25932 \begin_inset Text
25933
25934 \begin_layout Plain Layout
25935
25936 \backslash
25937 .e
25938 \end_layout
25939
25940 \end_inset
25941 </cell>
25942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25943 \begin_inset Text
25944
25945 \begin_layout Plain Layout
25946 \begin_inset ERT
25947 status collapsed
25948
25949 \begin_layout Plain Layout
25950
25951
25952 \backslash
25953 .e
25954 \end_layout
25955
25956 \end_inset
25957
25958
25959 \end_layout
25960
25961 \end_inset
25962 </cell>
25963 </row>
25964 <row>
25965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25966 \begin_inset Text
25967
25968 \begin_layout Plain Layout
25969
25970 \backslash
25971 v
25972 \begin_inset space \textvisiblespace{}
25973 \end_inset
25974
25975 e
25976 \end_layout
25977
25978 \end_inset
25979 </cell>
25980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25981 \begin_inset Text
25982
25983 \begin_layout Plain Layout
25984 \begin_inset ERT
25985 status collapsed
25986
25987 \begin_layout Plain Layout
25988
25989
25990 \backslash
25991 v e
25992 \end_layout
25993
25994 \end_inset
25995
25996
25997 \end_layout
25998
25999 \end_inset
26000 </cell>
26001 </row>
26002 <row>
26003 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26004 \begin_inset Text
26005
26006 \begin_layout Plain Layout
26007
26008 \backslash
26009 d
26010 \begin_inset space \textvisiblespace{}
26011 \end_inset
26012
26013 e
26014 \end_layout
26015
26016 \end_inset
26017 </cell>
26018 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26019 \begin_inset Text
26020
26021 \begin_layout Plain Layout
26022 \begin_inset ERT
26023 status collapsed
26024
26025 \begin_layout Plain Layout
26026
26027
26028 \backslash
26029 d e
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 </row>
26040 <row>
26041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26042 \begin_inset Text
26043
26044 \begin_layout Plain Layout
26045
26046 \backslash
26047 c
26048 \begin_inset space \textvisiblespace{}
26049 \end_inset
26050
26051 e
26052 \end_layout
26053
26054 \end_inset
26055 </cell>
26056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060 \begin_inset ERT
26061 status collapsed
26062
26063 \begin_layout Plain Layout
26064
26065
26066 \backslash
26067 c e
26068 \end_layout
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \end_inset
26076 </cell>
26077 </row>
26078 </lyxtabular>
26079
26080 \end_inset
26081
26082
26083 \begin_inset space \hfill{}
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Standard
26090 \begin_inset VSpace medskip
26091 \end_inset
26092
26093 Mit dem Befehl 
26094 \series bold
26095
26096 \backslash
26097 t
26098 \series default
26099  können auch zwei verschiedene Zeichen akzentuiert werden.
26100  Der Befehl 
26101 \series bold
26102
26103 \backslash
26104 t
26105 \begin_inset space \textvisiblespace{}
26106 \end_inset
26107
26108 sz
26109 \series default
26110  ergibt: 
26111 \begin_inset ERT
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116
26117 \backslash
26118 t sz
26119 \end_layout
26120
26121 \end_inset
26122
26123
26124 \end_layout
26125
26126 \begin_layout Standard
26127 Die Akzente 
26128 \series bold
26129 `
26130 \series default
26131  , 
26132 \series bold
26133 '
26134 \series default
26135  und 
26136 \series bold
26137 ^
26138 \series default
26139  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26140  werden ohne den TeX-Modus zu benutzen.
26141  Dasselbe gilt für die Tilde
26142 \begin_inset Foot
26143 status collapsed
26144
26145 \begin_layout Plain Layout
26146 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26147 \end_layout
26148
26149 \end_inset
26150
26151  
26152 \series bold
26153 ~
26154 \series default
26155  in Verbindung mit 
26156 \emph on
26157 a
26158 \emph default
26159  , 
26160 \emph on
26161 n
26162 \emph default
26163  oder 
26164 \emph on
26165 o
26166 \emph default
26167 .
26168 \end_layout
26169
26170 \begin_layout Standard
26171 Die Befehle 
26172 \series bold
26173
26174 \backslash
26175 b
26176 \series default
26177  , 
26178 \series bold
26179
26180 \backslash
26181 c
26182 \series default
26183  , 
26184 \series bold
26185
26186 \backslash
26187 d
26188 \series default
26189  , 
26190 \series bold
26191
26192 \backslash
26193 H
26194 \series default
26195  , 
26196 \series bold
26197
26198 \backslash
26199 t
26200 \series default
26201  , 
26202 \series bold
26203
26204 \backslash
26205 u
26206 \series default
26207  , 
26208 \series bold
26209
26210 \backslash
26211 v
26212 \series default
26213  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26214  Textmodus verfügbar.
26215  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26216  
26217 \begin_inset CommandInset ref
26218 LatexCommand ref
26219 reference "sub:Akzente-für-ein"
26220
26221 \end_inset
26222
26223 .
26224 \end_layout
26225
26226 \begin_layout Standard
26227 \begin_inset VSpace bigskip
26228 \end_inset
26229
26230 Des Weiteren kann man mit dem Befehl 
26231 \series bold
26232
26233 \backslash
26234 textcircled
26235 \series default
26236
26237 \begin_inset Index idx
26238 status collapsed
26239
26240 \begin_layout Plain Layout
26241 Befehle ! T ! 
26242 \backslash
26243 textcircled
26244 \end_layout
26245
26246 \end_inset
26247
26248 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26249  Kreis setzen, quasi mit einem Kreis akzentuieren.
26250 \end_layout
26251
26252 \begin_layout Standard
26253 \align center
26254 \begin_inset Tabular
26255 <lyxtabular version="3" rows="3" columns="2">
26256 <features rotate="0" tabularvalignment="middle">
26257 <column alignment="center" valignment="top">
26258 <column alignment="center" valignment="top">
26259 <row>
26260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26261 \begin_inset Text
26262
26263 \begin_layout Plain Layout
26264 Befehl
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26270 \begin_inset Text
26271
26272 \begin_layout Plain Layout
26273 Ergebnis
26274 \begin_inset Note Note
26275 status collapsed
26276
26277 \begin_layout Plain Layout
26278
26279 \series bold
26280
26281 \backslash
26282 raisebox
26283 \series default
26284  in der Formel dient nur als Abstandhalter.
26285 \end_layout
26286
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 </row>
26295 <row>
26296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26297 \begin_inset Text
26298
26299 \begin_layout Plain Layout
26300
26301 \backslash
26302 textcircled{w}
26303 \end_layout
26304
26305 \end_inset
26306 </cell>
26307 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26308 \begin_inset Text
26309
26310 \begin_layout Plain Layout
26311 \begin_inset ERT
26312 status collapsed
26313
26314 \begin_layout Plain Layout
26315
26316
26317 \backslash
26318 textcircled{w}
26319 \end_layout
26320
26321 \end_inset
26322
26323
26324 \end_layout
26325
26326 \end_inset
26327 </cell>
26328 </row>
26329 <row>
26330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26331 \begin_inset Text
26332
26333 \begin_layout Plain Layout
26334
26335 \backslash
26336 Large 
26337 \backslash
26338 textcircled{
26339 \backslash
26340 normalsize
26341 \backslash
26342 protect
26343 \backslash
26344 raisebox{-1.5pt}{W}}
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353 \begin_inset Formula $\raisebox{4.5mm}{}$
26354 \end_inset
26355
26356
26357 \begin_inset ERT
26358 status collapsed
26359
26360 \begin_layout Plain Layout
26361
26362
26363 \backslash
26364 Large 
26365 \backslash
26366 textcircled{
26367 \backslash
26368 normalsize
26369 \backslash
26370 protect
26371 \backslash
26372 raisebox{-1.5pt}W}
26373 \end_layout
26374
26375 \end_inset
26376
26377
26378 \begin_inset Formula $\raisebox{-2mm}{}$
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 </row>
26387 </lyxtabular>
26388
26389 \end_inset
26390
26391
26392 \end_layout
26393
26394 \begin_layout Standard
26395 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26396  
26397 \series bold
26398
26399 \backslash
26400 Large
26401 \series default
26402
26403 \begin_inset Foot
26404 status collapsed
26405
26406 \begin_layout Plain Layout
26407 siehe 
26408 \begin_inset CommandInset ref
26409 LatexCommand ref
26410 reference "sub:Schriftgrößen"
26411
26412 \end_inset
26413
26414
26415 \end_layout
26416
26417 \end_inset
26418
26419  bestimmt dabei die Größe des Kreises.
26420  Mit Hilfe von 
26421 \series bold
26422
26423 \backslash
26424 raisebox
26425 \series default
26426
26427 \begin_inset Foot
26428 status collapsed
26429
26430 \begin_layout Plain Layout
26431 siehe 
26432 \begin_inset CommandInset ref
26433 LatexCommand ref
26434 reference "sub:Boxen-ohne-Rahmen"
26435
26436 \end_inset
26437
26438
26439 \end_layout
26440
26441 \end_inset
26442
26443  kann man das Zeichen zentrieren.
26444 \end_layout
26445
26446 \begin_layout Subsection
26447 Minuskelziffern
26448 \begin_inset Index idx
26449 status collapsed
26450
26451 \begin_layout Plain Layout
26452 Minuskelziffern
26453 \end_layout
26454
26455 \end_inset
26456
26457
26458 \end_layout
26459
26460 \begin_layout Standard
26461 Minuskelziffern werden mit dem Befehl 
26462 \series bold
26463
26464 \backslash
26465 oldstylenums
26466 \series default
26467
26468 \begin_inset Index idx
26469 status collapsed
26470
26471 \begin_layout Plain Layout
26472 Befehle ! O ! 
26473 \backslash
26474 oldstylenums
26475 \end_layout
26476
26477 \end_inset
26478
26479  erzeugt.
26480  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26481  Das Befehlsschema lautet:
26482 \end_layout
26483
26484 \begin_layout Standard
26485
26486 \series bold
26487
26488 \backslash
26489 oldstylenums{Ziffer}
26490 \end_layout
26491
26492 \begin_layout Standard
26493 Der Befehl 
26494 \series bold
26495
26496 \backslash
26497 oldstylenums{0123456789
26498 \series default
26499  ergibt: 
26500 \begin_inset Formula $\oldstylenums{0123456789}$
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \begin_layout Section
26507 Formelstile
26508 \begin_inset CommandInset label
26509 LatexCommand label
26510 name "sec:Formelstile"
26511
26512 \end_inset
26513
26514
26515 \begin_inset Index idx
26516 status collapsed
26517
26518 \begin_layout Plain Layout
26519 Formel ! Stile
26520 \end_layout
26521
26522 \end_inset
26523
26524
26525 \end_layout
26526
26527 \begin_layout Itemize
26528 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
26529 \end_layout
26530
26531 \begin_deeper
26532 \begin_layout Description
26533 Zentriert ist der voreingestellte Standard
26534 \end_layout
26535
26536 \begin_layout Description
26537 Eingerückt dazu muss im Menü 
26538 \family sans
26539 Dokument\SpecialChar \menuseparator
26540 Einstellungen
26541 \family default
26542  unter 
26543 \family sans
26544 Dokumentklasse
26545 \family default
26546  die Option 
26547 \series bold
26548 fleqn
26549 \series default
26550  eingeben werden
26551 \end_layout
26552
26553 \begin_layout Standard
26554 Wird 
26555 \series bold
26556 Eingerückt
26557 \series default
26558  verwendet, kann mit der Länge 
26559 \series bold
26560
26561 \backslash
26562 mathindent
26563 \series default
26564
26565 \begin_inset Index idx
26566 status collapsed
26567
26568 \begin_layout Plain Layout
26569 Befehle ! M ! 
26570 \backslash
26571 mathindent
26572 \end_layout
26573
26574 \end_inset
26575
26576  die Einrückung eingestellt werden.
26577  Soll der Abstand 15
26578 \begin_inset space \thinspace{}
26579 \end_inset
26580
26581 mm betragen, gibt man im LaTeX-Vorspann die Zeile
26582 \end_layout
26583
26584 \begin_layout Standard
26585
26586 \series bold
26587
26588 \backslash
26589 setlength{
26590 \backslash
26591 mathindent}{15mm}
26592 \end_layout
26593
26594 \begin_layout Standard
26595 ein.
26596  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
26597 \begin_inset space \thinspace{}
26598 \end_inset
26599
26600 pt verwendet.
26601 \end_layout
26602
26603 \end_deeper
26604 \begin_layout Itemize
26605 Und zwei verschiedene Nummerierungsstile:
26606 \end_layout
26607
26608 \begin_deeper
26609 \begin_layout Description
26610 Rechts ist der voreingestellte Standard
26611 \end_layout
26612
26613 \begin_layout Description
26614 Links dazu muss im Menü 
26615 \family sans
26616 Dokument\SpecialChar \menuseparator
26617 Einstellungen
26618 \family default
26619  unter 
26620 \family sans
26621 Dokumentklasse
26622 \family default
26623  die Option 
26624 \series bold
26625 leqno
26626 \series default
26627  eingeben werden
26628 \end_layout
26629
26630 \end_deeper
26631 \begin_layout Standard
26632
26633 \series bold
26634 fleqn
26635 \series default
26636  und 
26637 \series bold
26638 leqno
26639 \series default
26640  können auch gemeinsam verwendet werden.
26641  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
26642 n.
26643 \end_layout
26644
26645 \begin_layout Standard
26646 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
26647  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
26648  ausgerichtete Formeln setzen, verwendet man den Stil 
26649 \series bold
26650 Zentriert
26651 \series default
26652 .
26653  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
26654  
26655 \begin_inset CommandInset ref
26656 LatexCommand ref
26657 reference "sub:Flalign-Umgebung"
26658
26659 \end_inset
26660
26661 .
26662 \end_layout
26663
26664 \begin_layout Section
26665 Mehrzeilige Formeln
26666 \begin_inset CommandInset label
26667 LatexCommand label
26668 name "sec:Mehrzeilige-Formeln"
26669
26670 \end_inset
26671
26672
26673 \begin_inset Index idx
26674 status collapsed
26675
26676 \begin_layout Plain Layout
26677 Formel ! mehrzeilige
26678 \end_layout
26679
26680 \end_inset
26681
26682
26683 \end_layout
26684
26685 \begin_layout Subsection
26686 Allgemeines
26687 \end_layout
26688
26689 \begin_layout Standard
26690 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
26691 \family sans
26692 \series bold
26693 Strg+Enter
26694 \family default
26695 \series default
26696  drückt.
26697  Dies erzeugt entweder eine 
26698 \series bold
26699 eqnarray-Umgebung
26700 \series default
26701 , die in 
26702 \begin_inset CommandInset ref
26703 LatexCommand ref
26704 reference "sub:Eqnarray-Umgebung"
26705
26706 \end_inset
26707
26708  beschrieben ist oder, wenn die Option 
26709 \family sans
26710 AMS-Mathe-Paket verwenden
26711 \family default
26712  in den Dokumenteinstellungen gewählt ist, eine 
26713 \series bold
26714 align-Umgebung
26715 \series default
26716 , die in 
26717 \begin_inset CommandInset ref
26718 LatexCommand ref
26719 reference "sub:Standard-align-Umgebung"
26720
26721 \end_inset
26722
26723  beschrieben ist.
26724  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
26725  jedem Fall typographisch korrekt in der Ausgabe.
26726 \end_layout
26727
26728 \begin_layout Standard
26729 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
26730 \family sans
26731 Einfügen\SpecialChar \menuseparator
26732 Mathe
26733 \family default
26734  erstellt werden können.
26735  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
26736 \end_layout
26737
26738 \begin_layout Standard
26739 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
26740  man 
26741 \family sans
26742 Strg+Enter
26743 \family default
26744  drückt.
26745  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
26746 fe 
26747 \begin_inset Graphics
26748         filename ../../images/tabular-feature_append-row.png
26749         scale 85
26750
26751 \end_inset
26752
26753  bzw.
26754 \begin_inset space \space{}
26755 \end_inset
26756
26757
26758 \begin_inset Graphics
26759         filename ../../images/tabular-feature_delete-row.png
26760         scale 85
26761
26762 \end_inset
26763
26764  oder das Menü 
26765 \family sans
26766 Bearbeiten\SpecialChar \menuseparator
26767 Zeilen & Spalten
26768 \family default
26769  verwendet werden.
26770 \end_layout
26771
26772 \begin_layout Subsubsection
26773 Zeilenabstand
26774 \begin_inset CommandInset label
26775 LatexCommand label
26776 name "sub:Zeilenabstand"
26777
26778 \end_inset
26779
26780
26781 \begin_inset Index idx
26782 status collapsed
26783
26784 \begin_layout Plain Layout
26785 Formel ! mehrzeilige ! Zeilenabstand
26786 \end_layout
26787
26788 \end_inset
26789
26790
26791 \end_layout
26792
26793 \begin_layout Standard
26794 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
26795 \begin_inset Formula 
26796 \begin{eqnarray*}
26797 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}\\
26798 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
26799 \end{eqnarray*}
26800
26801 \end_inset
26802
26803
26804 \end_layout
26805
26806 \begin_layout Standard
26807 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
26808 chbefehls angegeben.
26809  Dies ist in LyX aber nicht möglich
26810 \begin_inset Foot
26811 status collapsed
26812
26813 \begin_layout Plain Layout
26814 siehe 
26815 \begin_inset CommandInset href
26816 LatexCommand href
26817 name "LyX-Fehler #1505"
26818 target "http://www.lyx.org/trac/ticket/1505"
26819
26820 \end_inset
26821
26822
26823 \end_layout
26824
26825 \end_inset
26826
26827 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
26828  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
26829  Zeile den Befehl 
26830 \series bold
26831
26832 \backslash
26833
26834 \backslash
26835 [3mm]
26836 \series default
26837  ein.
26838  Damit erhält man: 
26839 \begin_inset ERT
26840 status collapsed
26841
26842 \begin_layout Plain Layout
26843
26844
26845 \backslash
26846 begin{eqnarray*}
26847 \end_layout
26848
26849 \begin_layout Plain Layout
26850
26851 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
26852  = & 
26853 \backslash
26854 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
26855 \backslash
26856
26857 \backslash
26858 [3mm]
26859 \end_layout
26860
26861 \begin_layout Plain Layout
26862
26863 4x^{2}
26864 \backslash
26865 left(B^{2}+x_{0}^{2}
26866 \backslash
26867 right)+4x_{0}x
26868 \backslash
26869 left(D-B^{2}
26870 \backslash
26871 right)+B^{2}
26872 \backslash
26873 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
26874 \backslash
26875 right) & = & 0
26876 \end_layout
26877
26878 \begin_layout Plain Layout
26879
26880
26881 \backslash
26882 end{eqnarray*}
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \end_layout
26889
26890 \begin_layout Standard
26891 \begin_inset VSpace bigskip
26892 \end_inset
26893
26894 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
26895  man die Länge 
26896 \series bold
26897
26898 \backslash
26899 jot
26900 \series default
26901
26902 \begin_inset Index idx
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906 Befehle ! J ! 
26907 \backslash
26908 jot
26909 \end_layout
26910
26911 \end_inset
26912
26913 .
26914  Es gilt 
26915 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
26916 \end_inset
26917
26918 .
26919  Voreingestellt ist für 
26920 \series bold
26921
26922 \backslash
26923 jot
26924 \series default
26925  der Wert 3
26926 \begin_inset space \thinspace{}
26927 \end_inset
26928
26929 pt.
26930  Um wie im vorigen Beispiel 3
26931 \begin_inset space \thinspace{}
26932 \end_inset
26933
26934 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
26935 \end_layout
26936
26937 \begin_layout Standard
26938
26939 \series bold
26940
26941 \backslash
26942 setlength{
26943 \backslash
26944 jot}{3mm+3pt}
26945 \end_layout
26946
26947 \begin_layout Standard
26948 im TeX-Modus vor der Formel ein.
26949  Das setzt voraus, dass das LaTeX-Paket 
26950 \series bold
26951 calc
26952 \series default
26953
26954 \begin_inset Foot
26955 status collapsed
26956
26957 \begin_layout Plain Layout
26958
26959 \series bold
26960 calc
26961 \series default
26962  ist Teil jeder LaTeX-Standardinstallation.
26963 \end_layout
26964
26965 \end_inset
26966
26967
26968 \begin_inset Index idx
26969 status collapsed
26970
26971 \begin_layout Plain Layout
26972 Pakete ! calc
26973 \end_layout
26974
26975 \end_inset
26976
26977  im LaTeX-Vorspann mit der Zeile
26978 \end_layout
26979
26980 \begin_layout Standard
26981
26982 \series bold
26983
26984 \backslash
26985 usepackage{calc}
26986 \end_layout
26987
26988 \begin_layout Standard
26989 geladen wurde.
26990 \end_layout
26991
26992 \begin_layout Standard
26993 Man erhält: 
26994 \begin_inset ERT
26995 status collapsed
26996
26997 \begin_layout Plain Layout
26998
26999
27000 \backslash
27001 setlength{
27002 \backslash
27003 jot}{3mm+3pt}
27004 \end_layout
27005
27006 \end_inset
27007
27008
27009 \begin_inset Formula 
27010 \begin{eqnarray*}
27011 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}\\
27012 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
27013 \end{eqnarray*}
27014
27015 \end_inset
27016
27017
27018 \end_layout
27019
27020 \begin_layout Standard
27021 \begin_inset ERT
27022 status collapsed
27023
27024 \begin_layout Plain Layout
27025
27026
27027 \backslash
27028 setlength{
27029 \backslash
27030 jot}{3pt}
27031 \end_layout
27032
27033 \end_inset
27034
27035  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27036 \series bold
27037
27038 \backslash
27039 jot
27040 \series default
27041  auf den Wert 3
27042 \begin_inset space \thinspace{}
27043 \end_inset
27044
27045 pt.
27046 \end_layout
27047
27048 \begin_layout Subsubsection
27049 Spaltenabstand
27050 \begin_inset CommandInset label
27051 LatexCommand label
27052 name "sub:Spaltenabstand"
27053
27054 \end_inset
27055
27056
27057 \begin_inset Index idx
27058 status collapsed
27059
27060 \begin_layout Plain Layout
27061 Formel ! mehrzeilige ! Spaltenabstand
27062 \end_layout
27063
27064 \end_inset
27065
27066
27067 \end_layout
27068
27069 \begin_layout Standard
27070 Mehrzeilige Formeln bilden eine Matrix.
27071  Eine Formel in der Eqnarray-Umgebung ist z.
27072 \begin_inset space \thinspace{}
27073 \end_inset
27074
27075 B.
27076  eine dreispaltige Matrix.
27077  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27078  neben den Relationszeichen ändern.
27079 \end_layout
27080
27081 \begin_layout Standard
27082 Der Spaltenabstand wird mit der Länge 
27083 \series bold
27084
27085 \backslash
27086 arraycolsep
27087 \series default
27088
27089 \begin_inset Index idx
27090 status collapsed
27091
27092 \begin_layout Plain Layout
27093 Befehle ! A ! 
27094 \backslash
27095 arraycolsep
27096 \end_layout
27097
27098 \end_inset
27099
27100  festgelegt, wobei gilt:
27101 \begin_inset Newline newline
27102 \end_inset
27103
27104 Spaltenabstand = 2
27105 \begin_inset space \thinspace{}
27106 \end_inset
27107
27108
27109 \series bold
27110
27111 \backslash
27112 arraycolsep
27113 \series default
27114 .
27115 \begin_inset Newline newline
27116 \end_inset
27117
27118 Der im TeX-Modus eingegebene Befehl
27119 \end_layout
27120
27121 \begin_layout Standard
27122
27123 \series bold
27124
27125 \backslash
27126 setlength{
27127 \backslash
27128 arraycolsep}{1cm}
27129 \end_layout
27130
27131 \begin_layout Standard
27132 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27133 \begin_inset space \thinspace{}
27134 \end_inset
27135
27136 cm.
27137  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27138 \series bold
27139
27140 \backslash
27141 arraycolsep
27142 \series default
27143  auf 5
27144 \begin_inset space \thinspace{}
27145 \end_inset
27146
27147 pt.
27148 \end_layout
27149
27150 \begin_layout Standard
27151 Eine Formel mit 2
27152 \begin_inset space \thinspace{}
27153 \end_inset
27154
27155 cm Spaltenabstand:
27156 \begin_inset ERT
27157 status collapsed
27158
27159 \begin_layout Plain Layout
27160
27161
27162 \backslash
27163 setlength{
27164 \backslash
27165 arraycolsep}{1cm}
27166 \end_layout
27167
27168 \end_inset
27169
27170
27171 \begin_inset Formula 
27172 \begin{eqnarray*}
27173 A & = & B\\
27174 C & \ne & A
27175 \end{eqnarray*}
27176
27177 \end_inset
27178
27179 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27180 \begin_inset space \thinspace{}
27181 \end_inset
27182
27183 pt:
27184 \begin_inset ERT
27185 status collapsed
27186
27187 \begin_layout Plain Layout
27188
27189
27190 \backslash
27191 setlength{
27192 \backslash
27193 arraycolsep}{5pt}
27194 \end_layout
27195
27196 \end_inset
27197
27198
27199 \begin_inset Formula 
27200 \begin{eqnarray*}
27201 A & = & B\\
27202 C & \ne & A
27203 \end{eqnarray*}
27204
27205 \end_inset
27206
27207
27208 \end_layout
27209
27210 \begin_layout Subsubsection
27211 Lange Formeln
27212 \begin_inset Index idx
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216 Formel ! lange
27217 \end_layout
27218
27219 \end_inset
27220
27221
27222 \end_layout
27223
27224 \begin_layout Standard
27225 Lange Formeln kann man wie folgt setzen:
27226 \end_layout
27227
27228 \begin_layout Itemize
27229 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27230  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27231 \begin_inset Formula 
27232 \begin{eqnarray}
27233 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 \\
27234  &  & -\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}
27235 \end{eqnarray}
27236
27237 \end_inset
27238
27239 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27240  als Operator, da es das erste Zeichen der Zeile ist.
27241  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27242  Bruchstrich unterscheiden.
27243  Um das zu verhindern, wurde mit dem Befehl 
27244 \series bold
27245
27246 \backslash
27247 hspace
27248 \series default
27249  3
27250 \begin_inset space \thinspace{}
27251 \end_inset
27252
27253 pt Leerraum hinter das Minuszeichen eingefügt.
27254 \begin_inset Foot
27255 status collapsed
27256
27257 \begin_layout Plain Layout
27258 mehr zu 
27259 \series bold
27260
27261 \backslash
27262 hspace
27263 \series default
27264  siehe 
27265 \begin_inset CommandInset ref
27266 LatexCommand ref
27267 reference "sub:Variabler-Leerraum"
27268
27269 \end_inset
27270
27271
27272 \end_layout
27273
27274 \end_inset
27275
27276
27277 \begin_inset Index idx
27278 status collapsed
27279
27280 \begin_layout Plain Layout
27281 Befehle ! H ! 
27282 \backslash
27283 hspace
27284 \end_layout
27285
27286 \end_inset
27287
27288
27289 \end_layout
27290
27291 \begin_layout Itemize
27292 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27293 \series bold
27294
27295 \backslash
27296 lefteqn
27297 \series default
27298
27299 \begin_inset Index idx
27300 status collapsed
27301
27302 \begin_layout Plain Layout
27303 Befehle ! L ! 
27304 \backslash
27305 lefteqn
27306 \end_layout
27307
27308 \end_inset
27309
27310 .
27311  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27312  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27313 \begin_inset Formula 
27314 \begin{eqnarray}
27315 \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 \\
27316  &  & -\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 \\
27317  &  & =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}
27318 \end{eqnarray}
27319
27320 \end_inset
27321
27322 Nachdem man 
27323 \series bold
27324
27325 \backslash
27326 lefteqn
27327 \series default
27328  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27329  das gegenüber dem blauen leicht verschoben ist.
27330  In dieses wird die Formel eingegeben.
27331 \begin_inset Newline newline
27332 \end_inset
27333
27334 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27335  eingegeben.
27336  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27337  Einrückung.
27338 \begin_inset VSpace medskip
27339 \end_inset
27340
27341
27342 \begin_inset Newline newline
27343 \end_inset
27344
27345
27346 \begin_inset Note Greyedout
27347 status open
27348
27349 \begin_layout Plain Layout
27350 Bei der Verwendung von 
27351 \series bold
27352
27353 \backslash
27354 lefteqn
27355 \series default
27356  ist Folgendes zu beachten:
27357 \end_layout
27358
27359 \begin_layout Itemize
27360 Die Formel nutzt nicht die gesamte Seitenbreite aus.
27361  Würde man in obigem Beispiel der ersten Zeile den Term 
27362 \begin_inset Formula $-B^{2}$
27363 \end_inset
27364
27365  anfügen, befände sich dieser außerhalb des Seitenrands.
27366  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
27367  Leerraum einfügen.
27368 \end_layout
27369
27370 \begin_layout Itemize
27371 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
27372  erste Zeile gesetzt werden.
27373 \begin_inset Foot
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377 \begin_inset CommandInset href
27378 LatexCommand href
27379 name "LyX-Fehler #1429"
27380 target "http://www.lyx.org/trac/ticket/1429"
27381
27382 \end_inset
27383
27384
27385 \end_layout
27386
27387 \end_inset
27388
27389  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
27390  Pfeiltasten bewegen.
27391 \end_layout
27392
27393 \end_inset
27394
27395
27396 \end_layout
27397
27398 \begin_layout Itemize
27399 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
27400 \begin_inset CommandInset ref
27401 LatexCommand ref
27402 reference "sub:Multline-Umgebung"
27403
27404 \end_inset
27405
27406  und 
27407 \begin_inset CommandInset ref
27408 LatexCommand ref
27409 reference "sub:Mehrzeilige-Formelteile"
27410
27411 \end_inset
27412
27413  beschriebenen Umgebungen.
27414 \end_layout
27415
27416 \begin_layout Subsubsection
27417 Mehrzeilige Klammern
27418 \begin_inset CommandInset label
27419 LatexCommand label
27420 name "sub:Mehrzeilige-Klammern"
27421
27422 \end_inset
27423
27424
27425 \begin_inset Index idx
27426 status collapsed
27427
27428 \begin_layout Plain Layout
27429 Klammern ! mehrzeilige
27430 \end_layout
27431
27432 \end_inset
27433
27434
27435 \end_layout
27436
27437 \begin_layout Standard
27438 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
27439 \begin_inset Formula 
27440 \begin{eqnarray*}
27441 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27442  &  & \left.\cdots+B-D\right]
27443 \end{eqnarray*}
27444
27445 \end_inset
27446
27447
27448 \end_layout
27449
27450 \begin_layout Standard
27451 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
27452  Größe dürfen nicht über mehrere Zeilen gehen.
27453 \end_layout
27454
27455 \begin_layout Standard
27456 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
27457  erste Zeile mit 
27458 \series bold
27459
27460 \backslash
27461 right.
27462 \series default
27463
27464 \begin_inset Index idx
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468 Befehle ! R ! 
27469 \backslash
27470 right
27471 \end_layout
27472
27473 \end_inset
27474
27475  und beginnt die zweite Zeile mit 
27476 \series bold
27477
27478 \backslash
27479 left.
27480 \begin_inset Foot
27481 status collapsed
27482
27483 \begin_layout Plain Layout
27484 mehr zu 
27485 \series bold
27486
27487 \backslash
27488 left
27489 \series default
27490  und 
27491 \series bold
27492
27493 \backslash
27494 right
27495 \series default
27496  siehe 
27497 \begin_inset CommandInset ref
27498 LatexCommand ref
27499 reference "sub:Automatische-Klammergrößen"
27500
27501 \end_inset
27502
27503
27504 \end_layout
27505
27506 \end_inset
27507
27508
27509 \series default
27510
27511 \begin_inset Index idx
27512 status collapsed
27513
27514 \begin_layout Plain Layout
27515 Befehle ! L ! 
27516 \backslash
27517 left
27518 \end_layout
27519
27520 \end_inset
27521
27522 .
27523  Nach 
27524 \series bold
27525
27526 \backslash
27527 left.
27528
27529 \series default
27530  gibt man den Befehl 
27531 \series bold
27532
27533 \backslash
27534 vphantom
27535 \series default
27536
27537 \begin_inset space \textvisiblespace{}
27538 \end_inset
27539
27540
27541 \series bold
27542
27543 \backslash
27544 prod
27545 \series default
27546 ^
27547 \begin_inset space \textvisiblespace{}
27548 \end_inset
27549
27550
27551 \series bold
27552
27553 \backslash
27554 infty
27555 \series default
27556
27557 \begin_inset space \textvisiblespace{}
27558 \end_inset
27559
27560
27561 \series bold
27562
27563 \begin_inset Formula $\downarrow$
27564 \end_inset
27565
27566 _R=1}
27567 \series default
27568
27569 \begin_inset Index idx
27570 status collapsed
27571
27572 \begin_layout Plain Layout
27573 Befehle ! V ! 
27574 \backslash
27575 vphantom
27576 \end_layout
27577
27578 \end_inset
27579
27580  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
27581  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
27582 \end_layout
27583
27584 \begin_layout Standard
27585 Das Ergebnis sieht so aus:
27586 \begin_inset Formula 
27587 \begin{eqnarray*}
27588 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27589  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27590 \end{eqnarray*}
27591
27592 \end_inset
27593
27594
27595 \end_layout
27596
27597 \begin_layout Subsection
27598 Align-Umgebungen
27599 \end_layout
27600
27601 \begin_layout Standard
27602 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
27603  werden.
27604  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
27605 \end_layout
27606
27607 \begin_layout Standard
27608 Align-Umgebungen bestehen aus Spalten.
27609  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
27610  ausgerichtet.
27611  Jede Zeile einer Align-Umgebung kann nummeriert werden.
27612 \end_layout
27613
27614 \begin_layout Standard
27615 Align-Umgebung werden über das Menü 
27616 \family sans
27617 Einfügen\SpecialChar \menuseparator
27618 Mathe
27619 \family default
27620  erstellt.
27621  Über das Menü 
27622 \family sans
27623 Bearbeiten\SpecialChar \menuseparator
27624 Mathe\SpecialChar \menuseparator
27625 Formelart
27626 \begin_inset space ~
27627 \end_inset
27628
27629 ändern
27630 \family default
27631  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
27632 \end_layout
27633
27634 \begin_layout Standard
27635 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
27636
27637 \begin_inset Graphics
27638         filename ../../images/tabular-feature_append-column.png
27639         scale 85
27640
27641 \end_inset
27642
27643  bzw.
27644 \begin_inset space \space{}
27645 \end_inset
27646
27647
27648 \begin_inset Graphics
27649         filename ../../images/tabular-feature_delete-column.png
27650         scale 85
27651
27652 \end_inset
27653
27654  oder das Menü 
27655 \family sans
27656 Bearbeiten\SpecialChar \menuseparator
27657 Zeilen & Spalten
27658 \family default
27659  verwendet werden.
27660 \end_layout
27661
27662 \begin_layout Subsubsection
27663 Standard align-Umgebung
27664 \begin_inset CommandInset label
27665 LatexCommand label
27666 name "sub:Standard-align-Umgebung"
27667
27668 \end_inset
27669
27670
27671 \begin_inset Index idx
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675 Formel ! mehrzeilige ! align-Umgebung
27676 \end_layout
27677
27678 \end_inset
27679
27680
27681 \end_layout
27682
27683 \begin_layout Standard
27684 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
27685 \family sans
27686 Strg+Enter
27687 \family default
27688  drückt oder das Menü 
27689 \family sans
27690 Einfügen\SpecialChar \menuseparator
27691 Mathe\SpecialChar \menuseparator
27692 AMS align-Umge\SpecialChar \-
27693 bung
27694 \family default
27695  aufruft.
27696 \end_layout
27697
27698 \begin_layout Standard
27699 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
27700 n align-Umgebung erzeugt wurden:
27701 \begin_inset Formula 
27702 \begin{align*}
27703 A & =\sin(B) & C & =D\\
27704 C & \ne A & B & \ne D
27705 \end{align*}
27706
27707 \end_inset
27708
27709 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
27710  würde sich vor der ersten und hinter jeder geraden Spalte ein 
27711 \series bold
27712
27713 \backslash
27714 hfill
27715 \begin_inset Foot
27716 status collapsed
27717
27718 \begin_layout Plain Layout
27719 mehr zu 
27720 \series bold
27721
27722 \backslash
27723 hfill
27724 \series default
27725  siehe 
27726 \begin_inset CommandInset ref
27727 LatexCommand ref
27728 reference "sub:Variabler-Leerraum"
27729
27730 \end_inset
27731
27732
27733 \end_layout
27734
27735 \end_inset
27736
27737
27738 \series default
27739  befinden.
27740  Ist der Formelstil 
27741 \series bold
27742 Eingerückt
27743 \begin_inset Foot
27744 status collapsed
27745
27746 \begin_layout Plain Layout
27747 Formelstile siehe 
27748 \begin_inset CommandInset ref
27749 LatexCommand ref
27750 reference "sec:Formelstile"
27751
27752 \end_inset
27753
27754
27755 \end_layout
27756
27757 \end_inset
27758
27759
27760 \series default
27761  gewählt, wird die Formel ohne den 
27762 \series bold
27763
27764 \backslash
27765 hfill
27766 \series default
27767  vor der ersten Spalte gesetzt.
27768 \end_layout
27769
27770 \begin_layout Subsubsection
27771 Alignat-Umgebung
27772 \begin_inset Index idx
27773 status collapsed
27774
27775 \begin_layout Plain Layout
27776 Formel ! mehrzeilige ! alignat-Umgebung
27777 \end_layout
27778
27779 \end_inset
27780
27781
27782 \end_layout
27783
27784 \begin_layout Standard
27785 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
27786  Man kann ihn manuell durch die in 
27787 \begin_inset CommandInset ref
27788 LatexCommand ref
27789 reference "sub:Leerraum"
27790
27791 \end_inset
27792
27793  beschriebenen Leerräume einfügen.
27794 \end_layout
27795
27796 \begin_layout Standard
27797 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
27798  Formel 1
27799 \begin_inset space \thinspace{}
27800 \end_inset
27801
27802 cm Leerraum eingefügt wurde:
27803 \begin_inset Formula 
27804 \begin{alignat*}{2}
27805 A & =\sin(B) & \hspace{1cm}C & =D\\
27806 C & \ne A & B & \ne D
27807 \end{alignat*}
27808
27809 \end_inset
27810
27811 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
27812  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
27813  Formeln.
27814 \end_layout
27815
27816 \begin_layout Subsubsection
27817 Flalign-Umgebung
27818 \begin_inset CommandInset label
27819 LatexCommand label
27820 name "sub:Flalign-Umgebung"
27821
27822 \end_inset
27823
27824
27825 \begin_inset Index idx
27826 status collapsed
27827
27828 \begin_layout Plain Layout
27829 Formel ! mehrzeilige ! flalign-Umgebung
27830 \end_layout
27831
27832 \end_inset
27833
27834
27835 \end_layout
27836
27837 \begin_layout Standard
27838 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
27839  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
27840  Dazu ein Beispiel:
27841 \begin_inset Formula 
27842 \begin{flalign*}
27843 A & =1 & B & =2 & C & =3\\
27844 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
27845 \end{flalign*}
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Standard
27853 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
27854  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
27855  im Dokument links setzen obwohl der Formelstil 
27856 \series bold
27857 Zentriert
27858 \series default
27859  eingestellt ist.
27860  Als Beispiel die eingerückte ausgerichtete Formel 
27861 \begin_inset CommandInset ref
27862 LatexCommand eqref
27863 reference "eq:VolInt"
27864
27865 \end_inset
27866
27867 :
27868 \begin_inset Formula 
27869 \begin{flalign}
27870 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
27871 \end{flalign}
27872
27873 \end_inset
27874
27875 In den ersten beiden Spalten befindet sich die Formel.
27876  Damit sie wie beim Formelstil 
27877 \series bold
27878 Eingerückt
27879 \series default
27880  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
27881 \begin_inset space \thinspace{}
27882 \end_inset
27883
27884 pt Leerraum eingefügt.
27885 \end_layout
27886
27887 \begin_layout Subsection
27888 Eqnarray-Umgebung
27889 \begin_inset CommandInset label
27890 LatexCommand label
27891 name "sub:Eqnarray-Umgebung"
27892
27893 \end_inset
27894
27895
27896 \begin_inset Index idx
27897 status collapsed
27898
27899 \begin_layout Plain Layout
27900 Formel ! mehrzeilige ! Eqnarray-Umgebung
27901 \end_layout
27902
27903 \end_inset
27904
27905
27906 \end_layout
27907
27908 \begin_layout Standard
27909 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
27910  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
27911  ausgerichtet.
27912  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
27913  da dieses Kästchen nur für Relationzeichen gedacht ist.
27914 \begin_inset Formula 
27915 \begin{eqnarray*}
27916 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
27917 AB & AB & AB\\
27918 A & = & A
27919 \end{eqnarray*}
27920
27921 \end_inset
27922
27923
27924 \end_layout
27925
27926 \begin_layout Subsection
27927 Gather-Umgebung
27928 \begin_inset Index idx
27929 status collapsed
27930
27931 \begin_layout Plain Layout
27932 Formel ! mehrzeilige ! Gather-Umgebung
27933 \end_layout
27934
27935 \end_inset
27936
27937
27938 \end_layout
27939
27940 \begin_layout Standard
27941 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
27942  Jede Zeile kann nummeriert werden.
27943 \begin_inset Formula 
27944 \begin{gather}
27945 A=1\\
27946 X=\textrm{-}1
27947 \end{gather}
27948
27949 \end_inset
27950
27951
27952 \end_layout
27953
27954 \begin_layout Subsection
27955 Multline-Umgebung
27956 \begin_inset CommandInset label
27957 LatexCommand label
27958 name "sub:Multline-Umgebung"
27959
27960 \end_inset
27961
27962
27963 \begin_inset Index idx
27964 status collapsed
27965
27966 \begin_layout Plain Layout
27967 Formel ! mehrzeilige ! Multline-Umgebung
27968 \end_layout
27969
27970 \end_inset
27971
27972
27973 \end_layout
27974
27975 \begin_layout Standard
27976 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
27977  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
27978  Alle anderen Zeilen sind zentriert.
27979  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
27980  Als Beispiel Formel 
27981 \begin_inset CommandInset ref
27982 LatexCommand eqref
27983 reference "eq:lefteqn"
27984
27985 \end_inset
27986
27987  in der multline-Umgebung:
27988 \begin_inset Formula 
27989 \begin{multline}
27990 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}\\
27991 -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}\\
27992 =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}}
27993 \end{multline}
27994
27995 \end_inset
27996
27997
27998 \end_layout
27999
28000 \begin_layout Standard
28001 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28002  nummeriert, wenn rechts (links) nummeriert wird.
28003 \begin_inset Foot
28004 status collapsed
28005
28006 \begin_layout Plain Layout
28007 Nummerierungsstile siehe 
28008 \begin_inset CommandInset ref
28009 LatexCommand ref
28010 reference "sec:Formelstile"
28011
28012 \end_inset
28013
28014
28015 \end_layout
28016
28017 \end_inset
28018
28019
28020 \end_layout
28021
28022 \begin_layout Standard
28023 Mit den Befehlen 
28024 \series bold
28025
28026 \backslash
28027 shoveright
28028 \series default
28029
28030 \begin_inset Index idx
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 Befehle ! S ! 
28035 \backslash
28036 shoveright
28037 \end_layout
28038
28039 \end_inset
28040
28041  und 
28042 \series bold
28043
28044 \backslash
28045 shoveleft
28046 \series default
28047
28048 \begin_inset Index idx
28049 status collapsed
28050
28051 \begin_layout Plain Layout
28052 Befehle ! S ! 
28053 \backslash
28054 shoveleft
28055 \end_layout
28056
28057 \end_inset
28058
28059  kann eine zentrierte Zeile rechts bzw.
28060 \begin_inset space \space{}
28061 \end_inset
28062
28063 links ausgerichtet werden.
28064  Die Befehle werden folgendermaßen verwendet:
28065 \end_layout
28066
28067 \begin_layout Standard
28068
28069 \series bold
28070
28071 \backslash
28072 shoveright{Zeileninhalt}
28073 \series default
28074  bzw.
28075 \begin_inset space \space{}
28076 \end_inset
28077
28078
28079 \series bold
28080
28081 \backslash
28082 shoveleft{Zeileninhalt}
28083 \end_layout
28084
28085 \begin_layout Standard
28086 \begin_inset VSpace medskip
28087 \end_inset
28088
28089 Die Länge 
28090 \series bold
28091
28092 \backslash
28093 multlinegap
28094 \series default
28095
28096 \begin_inset Index idx
28097 status collapsed
28098
28099 \begin_layout Plain Layout
28100 Befehle ! M ! 
28101 \backslash
28102 multlinegap
28103 \end_layout
28104
28105 \end_inset
28106
28107  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28108  Voreingestellt ist die Länge 0
28109 \begin_inset space \thinspace{}
28110 \end_inset
28111
28112 pt.
28113 \end_layout
28114
28115 \begin_layout Standard
28116 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28117 \end_layout
28118
28119 \begin_layout Standard
28120
28121 \series bold
28122
28123 \backslash
28124 setlength{
28125 \backslash
28126 multlinegap}{2cm}
28127 \end_layout
28128
28129 \begin_layout Standard
28130 eingegeben wurde:
28131 \begin_inset ERT
28132 status collapsed
28133
28134 \begin_layout Plain Layout
28135
28136
28137 \backslash
28138 setlength{
28139 \backslash
28140 multlinegap}{2cm}
28141 \end_layout
28142
28143 \end_inset
28144
28145
28146 \begin_inset Formula 
28147 \begin{multline}
28148 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}\\
28149 \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}}\\
28150 =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}}
28151 \end{multline}
28152
28153 \end_inset
28154
28155
28156 \begin_inset ERT
28157 status collapsed
28158
28159 \begin_layout Plain Layout
28160
28161
28162 \backslash
28163 setlength{
28164 \backslash
28165 multlinegap}{0pt}
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Standard
28174 Die zweite Zeile wurde mit 
28175 \series bold
28176
28177 \backslash
28178 shoveleft
28179 \series default
28180  linksbündig ausgerichtet.
28181 \end_layout
28182
28183 \begin_layout Subsection
28184 Mehrzeilige Formelteile
28185 \begin_inset CommandInset label
28186 LatexCommand label
28187 name "sub:Mehrzeilige-Formelteile"
28188
28189 \end_inset
28190
28191
28192 \begin_inset Index idx
28193 status collapsed
28194
28195 \begin_layout Plain Layout
28196 Formel ! mehrzeilige ! Formelteile
28197 \end_layout
28198
28199 \end_inset
28200
28201
28202 \end_layout
28203
28204 \begin_layout Standard
28205 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28206  der folgenden Umgebungen: 
28207 \series bold
28208 aligned
28209 \series default
28210
28211 \series bold
28212 alignedat
28213 \series default
28214
28215 \series bold
28216 gathered
28217 \series default
28218  oder 
28219 \series bold
28220 split
28221 \series default
28222 .
28223  Sie können über das Menü 
28224 \family sans
28225 Einfügen\SpecialChar \menuseparator
28226 Mathe
28227 \family default
28228  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28229 \end_layout
28230
28231 \begin_layout Standard
28232 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28233 n Formel\SpecialChar \-
28234 umgebungen.
28235  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28236  Dazu ein Beispiel:
28237 \begin_inset Formula 
28238 \[
28239 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28240 \Delta E\Delta t & \ge\frac{\hbar}{2}
28241 \end{aligned}
28242 \right\} \textrm{Unbestimmtheitsrelationen}
28243 \]
28244
28245 \end_inset
28246
28247
28248 \end_layout
28249
28250 \begin_layout Standard
28251 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28252  der Befehl 
28253 \series bold
28254
28255 \backslash
28256 aligned
28257 \series default
28258
28259 \begin_inset Index idx
28260 status collapsed
28261
28262 \begin_layout Plain Layout
28263 Befehle ! A ! 
28264 \backslash
28265 aligned
28266 \end_layout
28267
28268 \end_inset
28269
28270  eingegeben wird.
28271  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28272  und Zeilen hinzufügen kann.
28273  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28274  gesetzt werden.
28275 \end_layout
28276
28277 \begin_layout Standard
28278 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28279  ausgerichtet sind.
28280  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28281  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28282  Als Beispiel Formel 
28283 \begin_inset CommandInset ref
28284 LatexCommand eqref
28285 reference "eq:kurzlang"
28286
28287 \end_inset
28288
28289  in der aligned-Umgebung:
28290 \begin_inset Formula 
28291 \begin{equation}
28292 \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}|}\\
28293  & -\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}|}
28294 \end{aligned}
28295 \end{equation}
28296
28297 \end_inset
28298
28299
28300 \end_layout
28301
28302 \begin_layout Standard
28303 Möchte man die Umgebung 
28304 \series bold
28305 alignedat
28306 \series default
28307
28308 \series bold
28309 gathered
28310 \series default
28311  oder 
28312 \series bold
28313 split
28314 \series default
28315  verwenden, gibt man den Befehl 
28316 \series bold
28317
28318 \backslash
28319 alignedat
28320 \series default
28321 ,
28322 \begin_inset Index idx
28323 status collapsed
28324
28325 \begin_layout Plain Layout
28326 Befehle ! A ! 
28327 \backslash
28328 alignedat
28329 \end_layout
28330
28331 \end_inset
28332
28333  
28334 \series bold
28335
28336 \backslash
28337 gathered
28338 \series default
28339
28340 \begin_inset Index idx
28341 status collapsed
28342
28343 \begin_layout Plain Layout
28344 Befehle ! G ! 
28345 \backslash
28346 gathered
28347 \end_layout
28348
28349 \end_inset
28350
28351  bzw.
28352 \begin_inset space \space{}
28353 \end_inset
28354
28355
28356 \series bold
28357
28358 \backslash
28359 split
28360 \series default
28361
28362 \begin_inset Index idx
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366 Befehle ! S ! 
28367 \backslash
28368 split
28369 \end_layout
28370
28371 \end_inset
28372
28373  ein.
28374  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
28375  jedoch darf sie nur zwei Spalten enthalten.
28376 \end_layout
28377
28378 \begin_layout Subsection
28379 Text in mehrzeiligen Formeln
28380 \begin_inset CommandInset label
28381 LatexCommand label
28382 name "sub:Text-in-mehrzeiligen"
28383
28384 \end_inset
28385
28386
28387 \begin_inset Index idx
28388 status collapsed
28389
28390 \begin_layout Plain Layout
28391 Text ! in Formeln
28392 \end_layout
28393
28394 \end_inset
28395
28396
28397 \begin_inset Index idx
28398 status collapsed
28399
28400 \begin_layout Plain Layout
28401 Formel ! mehrzeilige ! Text
28402 \end_layout
28403
28404 \end_inset
28405
28406
28407 \end_layout
28408
28409 \begin_layout Standard
28410 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
28411  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
28412  die Ausrichtung der Spalten nicht beeinflusst.
28413  Dazu wird der Befehl 
28414 \series bold
28415
28416 \backslash
28417 intertext
28418 \begin_inset Index idx
28419 status collapsed
28420
28421 \begin_layout Plain Layout
28422 Befehle ! I ! 
28423 \backslash
28424 intertext
28425 \end_layout
28426
28427 \end_inset
28428
28429
28430 \series default
28431  nach folgendem Schema benutzt:
28432 \end_layout
28433
28434 \begin_layout Standard
28435
28436 \series bold
28437
28438 \backslash
28439 intertext{Text}
28440 \end_layout
28441
28442 \begin_layout Standard
28443 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
28444  werden kann.
28445  Weil LyX 
28446 \series bold
28447
28448 \backslash
28449 intertext
28450 \series default
28451  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
28452  Text.
28453  
28454 \series bold
28455
28456 \backslash
28457 intertext
28458 \series default
28459  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
28460  dieser Zeile.
28461  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
28462 \begin_inset Formula 
28463 \begin{align}
28464 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28465 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28466 \end{align}
28467
28468 \end_inset
28469
28470
28471 \end_layout
28472
28473 \begin_layout Section
28474 Formelnummerierung
28475 \begin_inset Index idx
28476 status collapsed
28477
28478 \begin_layout Plain Layout
28479 Formelnummerierung
28480 \end_layout
28481
28482 \end_inset
28483
28484
28485 \begin_inset Index idx
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489 Formel ! Nummerierung|see
28490 \begin_inset ERT
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494
28495 {
28496 \end_layout
28497
28498 \end_inset
28499
28500 Formelnummerierung
28501 \begin_inset ERT
28502 status collapsed
28503
28504 \begin_layout Plain Layout
28505
28506 }
28507 \end_layout
28508
28509 \end_inset
28510
28511
28512 \end_layout
28513
28514 \end_inset
28515
28516
28517 \end_layout
28518
28519 \begin_layout Subsection
28520 Allgemeines
28521 \end_layout
28522
28523 \begin_layout Standard
28524 Nummerierte Formeln können mit dem Menü 
28525 \family sans
28526 Einfügen\SpecialChar \menuseparator
28527 Mathe\SpecialChar \menuseparator
28528 Nummerierte
28529 \begin_inset space ~
28530 \end_inset
28531
28532 Formel
28533 \family default
28534  (Tastenkürzel 
28535 \family sans
28536 Strg+Alt
28537 \begin_inset space ~
28538 \end_inset
28539
28540 N
28541 \family default
28542 ) erstellt, bestehende Formeln über das Menü 
28543 \family sans
28544 Bearbeiten\SpecialChar \menuseparator
28545 Mathe\SpecialChar \menuseparator
28546 Nummerierung
28547 \begin_inset space ~
28548 \end_inset
28549
28550 an/aus
28551 \family default
28552  (Tastenkürzel 
28553 \family sans
28554 Alt+M
28555 \begin_inset space ~
28556 \end_inset
28557
28558 N
28559 \family default
28560 ) nummeriert werden.
28561  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
28562  Klammern.
28563  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
28564 \end_layout
28565
28566 \begin_layout Standard
28567 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
28568  Zeilen nummeriert.
28569  Man kann jedoch über das Menü 
28570 \family sans
28571 Bearbeiten\SpecialChar \menuseparator
28572 Mathe\SpecialChar \menuseparator
28573 Zeilennummerierung an/aus
28574 \family default
28575  (Tastenkürzel 
28576 \family sans
28577 Alt+M
28578 \begin_inset space ~
28579 \end_inset
28580
28581 Shift+N
28582 \family default
28583 ) für jede Zeile die Nummerierung festlegen.
28584 \end_layout
28585
28586 \begin_layout Standard
28587 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
28588  werden, siehe 
28589 \begin_inset CommandInset ref
28590 LatexCommand ref
28591 reference "sec:Formelstile"
28592
28593 \end_inset
28594
28595 .
28596 \end_layout
28597
28598 \begin_layout Subsection
28599 Querverweise
28600 \begin_inset Index idx
28601 status collapsed
28602
28603 \begin_layout Plain Layout
28604 Querverweise ! auf Formeln
28605 \end_layout
28606
28607 \end_inset
28608
28609
28610 \end_layout
28611
28612 \begin_layout Standard
28613 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
28614  Eine Marke wird mit dem Menü 
28615 \family sans
28616 Einfügen\SpecialChar \menuseparator
28617 Marke
28618 \family default
28619  oder dem Werkzeugleistenknopf 
28620 \begin_inset Graphics
28621         filename ../../images/label-insert.png
28622         scale 85
28623
28624 \end_inset
28625
28626  gesetzt.
28627  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
28628  Alternativ klickt man mit rechts auf die Formel und wählt 
28629 \family sans
28630 Formelmarke
28631 \family default
28632 .
28633  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
28634 \series bold
28635 eq:
28636 \series default
28637 , nachdem der eigentliche Markenname eingegeben wird.
28638  Der voreingestellte Eintrag steht für 
28639 \begin_inset Quotes gld
28640 \end_inset
28641
28642 equation
28643 \begin_inset Quotes grd
28644 \end_inset
28645
28646  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
28647  einer Formel und nicht zu einem Kapitel gehört.
28648  Um eine Marke zu ändern, wählt man wieder das Menü 
28649 \family sans
28650 Einfügen\SpecialChar \menuseparator
28651 Marke
28652 \family default
28653  oder man klickt mit rechts auf eine Formel und dann auf 
28654 \family sans
28655 Formelmarke
28656 \family default
28657 .
28658 \end_layout
28659
28660 \begin_layout Standard
28661 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
28662  Eine Formel mit Marke wird immer nummeriert.
28663 \end_layout
28664
28665 \begin_layout Standard
28666 Querverweise werden mit dem Menü 
28667 \family sans
28668 Einfügen\SpecialChar \menuseparator
28669 Querverweis
28670 \family default
28671  oder dem Werkzeugleistenknopf 
28672 \begin_inset Graphics
28673         filename ../../images/dialog-show-new-inset_ref.png
28674         scale 85
28675
28676 \end_inset
28677
28678  eingefügt.
28679  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
28680  Wenn man im Querverweis Dialogfenster das Format 
28681 \series bold
28682 (<Querverweis>)
28683 \series default
28684  wählt, erscheint der Querverweis als Formelnummer in Klammern.
28685 \begin_inset Newline newline
28686 \end_inset
28687
28688 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
28689  man zur Formel auf die verwiesen wird.
28690 \end_layout
28691
28692 \begin_layout Standard
28693 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
28694 \begin_inset Note Note
28695 status open
28696
28697 \begin_layout Plain Layout
28698 Man beachte die unterschiedlichen Querverweistypen.
28699 \end_layout
28700
28701 \end_inset
28702
28703
28704 \end_layout
28705
28706 \begin_layout Standard
28707 Die Gleichungen 
28708 \begin_inset CommandInset ref
28709 LatexCommand eqref
28710 reference "eq:tag"
28711
28712 \end_inset
28713
28714  und 
28715 \begin_inset CommandInset ref
28716 LatexCommand eqref
28717 reference "eq:c"
28718
28719 \end_inset
28720
28721  sind äquivalent.
28722  In (
28723 \begin_inset CommandInset ref
28724 LatexCommand ref
28725 reference "eq:Lat"
28726
28727 \end_inset
28728
28729 ) werden im Gegensatz zu (
28730 \begin_inset CommandInset ref
28731 LatexCommand ref
28732 reference "eq:Roem"
28733
28734 \end_inset
28735
28736 ) große lateinische Buchstaben zur Nummerierung verwendet.
28737 \end_layout
28738
28739 \begin_layout Standard
28740 \begin_inset VSpace medskip
28741 \end_inset
28742
28743 Ist im Argument von 
28744 \series bold
28745
28746 \backslash
28747 tag
28748 \begin_inset Foot
28749 status collapsed
28750
28751 \begin_layout Plain Layout
28752
28753 \series bold
28754
28755 \backslash
28756 tag
28757 \series default
28758  ist in 
28759 \begin_inset CommandInset ref
28760 LatexCommand ref
28761 reference "sub:Benutzerdefinierte-Nummerierung"
28762
28763 \end_inset
28764
28765  beschrieben.
28766 \end_layout
28767
28768 \end_inset
28769
28770
28771 \series default
28772  wie in 
28773 \begin_inset CommandInset ref
28774 LatexCommand ref
28775 reference "sub:Absatzboxen"
28776
28777 \end_inset
28778
28779  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
28780 \end_layout
28781
28782 \begin_layout Subsection
28783 Unternummerierung
28784 \begin_inset Index idx
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788 Formelnummerierung ! Unternummerierung
28789 \end_layout
28790
28791 \end_inset
28792
28793
28794 \end_layout
28795
28796 \begin_layout Standard
28797 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
28798  
28799 \begin_inset Newline newline
28800 \end_inset
28801
28802
28803 \series bold
28804
28805 \backslash
28806 begin{subequations}
28807 \series default
28808  und 
28809 \series bold
28810
28811 \backslash
28812 end{subequations}
28813 \series default
28814  erreichen.
28815  Beide Befehle werden im TeX-Modus eingegeben.
28816 \end_layout
28817
28818 \begin_layout Standard
28819 Dazu ein Beispiel:
28820 \begin_inset Formula 
28821 \begin{equation}
28822 A=C-B\label{eq:a}
28823 \end{equation}
28824
28825 \end_inset
28826
28827
28828 \begin_inset ERT
28829 status collapsed
28830
28831 \begin_layout Plain Layout
28832
28833
28834 \backslash
28835 addtocounter{equation}{-1}
28836 \end_layout
28837
28838 \end_inset
28839
28840
28841 \begin_inset ERT
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845
28846
28847 \backslash
28848 begin{subequations}
28849 \end_layout
28850
28851 \end_inset
28852
28853
28854 \begin_inset VSpace -5mm
28855 \end_inset
28856
28857
28858 \begin_inset Formula 
28859 \begin{equation}
28860 B=C-A\label{eq:b}
28861 \end{equation}
28862
28863 \end_inset
28864
28865
28866 \begin_inset Formula 
28867 \begin{equation}
28868 C=A+B\label{eq:c}
28869 \end{equation}
28870
28871 \end_inset
28872
28873
28874 \end_layout
28875
28876 \begin_layout Standard
28877 \begin_inset ERT
28878 status collapsed
28879
28880 \begin_layout Plain Layout
28881
28882
28883 \backslash
28884 end{subequations}
28885 \end_layout
28886
28887 \end_inset
28888
28889
28890 \end_layout
28891
28892 \begin_layout Standard
28893 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
28894 \end_layout
28895
28896 \begin_layout Enumerate
28897 erste Formel eingeben
28898 \end_layout
28899
28900 \begin_layout Enumerate
28901
28902 \series bold
28903
28904 \backslash
28905 addtocounter{equation}{-1} 
28906 \backslash
28907 begin{subequations}
28908 \begin_inset Index idx
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912 Befehle ! A ! 
28913 \backslash
28914 addtocounter
28915 \end_layout
28916
28917 \end_inset
28918
28919
28920 \begin_inset Newline newline
28921 \end_inset
28922
28923
28924 \series default
28925 nach der ersten Formel einfügen
28926 \end_layout
28927
28928 \begin_layout Enumerate
28929 zweite Formel eingeben
28930 \end_layout
28931
28932 \begin_layout Enumerate
28933 dritte Formel eingeben
28934 \end_layout
28935
28936 \begin_layout Enumerate
28937
28938 \series bold
28939
28940 \backslash
28941 end{subequations}
28942 \series default
28943  nach der dritten Formel einfügen
28944 \end_layout
28945
28946 \begin_layout Standard
28947 Jede Formel, die zwischen den Befehlen 
28948 \series bold
28949
28950 \backslash
28951 begin
28952 \series default
28953  und 
28954 \series bold
28955
28956 \backslash
28957 end
28958 \series default
28959  steht, wird mit a, b, c, \SpecialChar \ldots{}
28960  untergliedert.
28961  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
28962  Alle untergliederten Formeln gelten als 
28963 \emph on
28964 eine
28965 \emph default
28966  nummerierte Formel.
28967  Da jede nummerierte Formel den Formelzähler 
28968 \series bold
28969 equation
28970 \series default
28971  um Eins erhöht, ist der Befehl 
28972 \series bold
28973
28974 \backslash
28975 addtocounter
28976 \series default
28977  notwendig um den Zähler wieder zu erniedrigen.
28978  Ansonsten würden die Formeln 
28979 \begin_inset CommandInset ref
28980 LatexCommand eqref
28981 reference "eq:a"
28982
28983 \end_inset
28984
28985
28986 \begin_inset CommandInset ref
28987 LatexCommand eqref
28988 reference "eq:b"
28989
28990 \end_inset
28991
28992
28993 \begin_inset CommandInset ref
28994 LatexCommand eqref
28995 reference "eq:c"
28996
28997 \end_inset
28998
28999  als 
29000 \begin_inset CommandInset ref
29001 LatexCommand eqref
29002 reference "eq:a"
29003
29004 \end_inset
29005
29006
29007 \begin_inset CommandInset ref
29008 LatexCommand eqref
29009 reference "eq:d"
29010
29011 \end_inset
29012
29013
29014 \begin_inset CommandInset ref
29015 LatexCommand eqref
29016 reference "eq:f"
29017
29018 \end_inset
29019
29020  nummeriert werden.
29021 \end_layout
29022
29023 \begin_layout Standard
29024 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29025  Formeln automatisch etwas Leerraum erstellt.
29026  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29027 \series bold
29028
29029 \backslash
29030 begin{subequations}
29031 \series default
29032  -5
29033 \begin_inset space \thinspace{}
29034 \end_inset
29035
29036 mm vertikalen Leerraum ein.
29037  Ist der Formelstil 
29038 \series bold
29039 Eingerückt
29040 \begin_inset Foot
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044 Formelstile siehe 
29045 \begin_inset CommandInset ref
29046 LatexCommand ref
29047 reference "sec:Formelstile"
29048
29049 \end_inset
29050
29051
29052 \end_layout
29053
29054 \end_inset
29055
29056
29057 \series default
29058  gewählt, fügt man -7
29059 \begin_inset space \thinspace{}
29060 \end_inset
29061
29062 mm Leerraum ein.
29063 \end_layout
29064
29065 \begin_layout Standard
29066 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29067  der zweiten Zeile abgeschaltet wurde:
29068 \begin_inset ERT
29069 status collapsed
29070
29071 \begin_layout Plain Layout
29072
29073
29074 \backslash
29075 begin{subequations}
29076 \end_layout
29077
29078 \end_inset
29079
29080
29081 \begin_inset Formula 
29082 \begin{eqnarray}
29083 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29084  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29085  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29086 \end{eqnarray}
29087
29088 \end_inset
29089
29090
29091 \begin_inset ERT
29092 status collapsed
29093
29094 \begin_layout Plain Layout
29095
29096
29097 \backslash
29098 end{subequations}
29099 \end_layout
29100
29101 \end_inset
29102
29103
29104 \end_layout
29105
29106 \begin_layout Subsection
29107 Benutzerdefinierte Nummerierung
29108 \begin_inset CommandInset label
29109 LatexCommand label
29110 name "sub:Benutzerdefinierte-Nummerierung"
29111
29112 \end_inset
29113
29114
29115 \begin_inset Index idx
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119 Formelnummerierung ! benutzerdefinierte
29120 \end_layout
29121
29122 \end_inset
29123
29124
29125 \end_layout
29126
29127 \begin_layout Standard
29128 \begin_inset Index idx
29129 status collapsed
29130
29131 \begin_layout Plain Layout
29132 Formelnummerierung ! eigene Klammern
29133 \end_layout
29134
29135 \end_inset
29136
29137 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29138  gesetzt.
29139  Will man diese Klammern z.
29140 \begin_inset space \thinspace{}
29141 \end_inset
29142
29143 B.
29144  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29145  an:
29146 \end_layout
29147
29148 \begin_layout Standard
29149
29150 \series bold
29151
29152 \backslash
29153 def
29154 \backslash
29155 tagform@#1{
29156 \backslash
29157 maketag@@@{|#1|}}
29158 \series default
29159
29160 \begin_inset Note Note
29161 status collapsed
29162
29163 \begin_layout Plain Layout
29164 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29165  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29166  werden.
29167 \end_layout
29168
29169 \end_inset
29170
29171
29172 \end_layout
29173
29174 \begin_layout Standard
29175 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29176 \series bold
29177 #1
29178 \series default
29179  durch ein oder mehrere gewünschte Zeichen.
29180  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29181 \end_layout
29182
29183 \begin_layout Standard
29184 \begin_inset VSpace bigskip
29185 \end_inset
29186
29187 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29188  hinter der Formel stehen, benutzt man den Befehl 
29189 \series bold
29190
29191 \backslash
29192 tag
29193 \series default
29194
29195 \begin_inset Index idx
29196 status collapsed
29197
29198 \begin_layout Plain Layout
29199 Befehle ! T ! 
29200 \backslash
29201 tag
29202 \end_layout
29203
29204 \end_inset
29205
29206 :
29207 \begin_inset Formula 
29208 \begin{equation}
29209 A+B=C\tag{etwas}\label{eq:tag}
29210 \end{equation}
29211
29212 \end_inset
29213
29214  In diesem Beispiel wurde in der Formel der Befehl 
29215 \series bold
29216
29217 \backslash
29218 tag
29219 \series default
29220
29221 \begin_inset space \textvisiblespace{}
29222 \end_inset
29223
29224
29225 \series bold
29226 etwas
29227 \series default
29228  eingegeben.
29229 \end_layout
29230
29231 \begin_layout Standard
29232 Gibt man stattdessen 
29233 \series bold
29234
29235 \backslash
29236 tag*
29237 \series default
29238
29239 \begin_inset space \textvisiblespace{}
29240 \end_inset
29241
29242
29243 \series bold
29244 etwas
29245 \series default
29246  ein, verhindert der Stern die Klammern um den Ausdruck:
29247 \begin_inset Formula 
29248 \[
29249 A+B=C\tag*{etwas}
29250 \]
29251
29252 \end_inset
29253
29254
29255 \end_layout
29256
29257 \begin_layout Standard
29258 \begin_inset VSpace bigskip
29259 \end_inset
29260
29261 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29262  oder 
29263 \begin_inset ERT
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267
29268
29269 \backslash
29270 mbox{
29271 \end_layout
29272
29273 \end_inset
29274
29275 -abschnitt
29276 \begin_inset ERT
29277 status collapsed
29278
29279 \begin_layout Plain Layout
29280
29281 }
29282 \end_layout
29283
29284 \end_inset
29285
29286
29287 \begin_inset Note Note
29288 status collapsed
29289
29290 \begin_layout Plain Layout
29291 Der Befehl 
29292 \series bold
29293
29294 \backslash
29295 mbox
29296 \series default
29297  verhindert, dass am Bindestrich umgebrochen wird.
29298 \end_layout
29299
29300 \end_inset
29301
29302  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29303 \end_layout
29304
29305 \begin_layout Standard
29306
29307 \series bold
29308
29309 \backslash
29310 @addtoreset{equation}{part}
29311 \series default
29312
29313 \begin_inset Index idx
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Befehle ! 
29318 \begin_inset ERT
29319 status collapsed
29320
29321 \begin_layout Plain Layout
29322
29323 "
29324 \end_layout
29325
29326 \end_inset
29327
29328 @
29329 \begin_inset ERT
29330 status collapsed
29331
29332 \begin_layout Plain Layout
29333
29334 "
29335 \end_layout
29336
29337 \end_inset
29338
29339  ! 
29340 \backslash
29341
29342 \begin_inset ERT
29343 status collapsed
29344
29345 \begin_layout Plain Layout
29346
29347 "
29348 \end_layout
29349
29350 \end_inset
29351
29352 @
29353 \begin_inset ERT
29354 status collapsed
29355
29356 \begin_layout Plain Layout
29357
29358 "
29359 \end_layout
29360
29361 \end_inset
29362
29363 addtoreset
29364 \end_layout
29365
29366 \end_inset
29367
29368
29369 \begin_inset Newline newline
29370 \end_inset
29371
29372 bzw.
29373 \begin_inset Newline newline
29374 \end_inset
29375
29376
29377 \series bold
29378
29379 \backslash
29380 @addtoreset{equation}{section}
29381 \end_layout
29382
29383 \begin_layout Standard
29384 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
29385 \begin_inset Quotes gld
29386 \end_inset
29387
29388 @
29389 \begin_inset Quotes grd
29390 \end_inset
29391
29392  Zeichen für LaTeX mit dem Befehl 
29393 \series bold
29394
29395 \backslash
29396 makeatletter
29397 \series default
29398  
29399 \begin_inset Quotes gld
29400 \end_inset
29401
29402 aktiv
29403 \begin_inset Quotes grd
29404 \end_inset
29405
29406  gemacht werden.
29407  Der Befehl 
29408 \series bold
29409
29410 \backslash
29411 makeatother
29412 \series default
29413  macht dies wieder rückgängig.
29414  Daher ist die Befehlssequenz im TeX-Modus:
29415 \end_layout
29416
29417 \begin_layout Standard
29418
29419 \series bold
29420
29421 \backslash
29422 makeatletter
29423 \begin_inset Newline newline
29424 \end_inset
29425
29426
29427 \backslash
29428 @addtoreset{equation}{section}
29429 \begin_inset Newline newline
29430 \end_inset
29431
29432
29433 \backslash
29434 makeatother
29435 \end_layout
29436
29437 \begin_layout Standard
29438 Im LaTeX-Vorspann können 
29439 \series bold
29440
29441 \backslash
29442 makeatletter
29443 \series default
29444  und 
29445 \series bold
29446
29447 \backslash
29448 makeatother
29449 \series default
29450  weggelassen werden, da LyX sie automatisch intern einfügt.
29451 \end_layout
29452
29453 \begin_layout Standard
29454 Um 
29455 \series bold
29456
29457 \backslash
29458 @addtoreset
29459 \series default
29460  rückgängig zu machen, muss die Datei 
29461 \series bold
29462 remreset.sty
29463 \series default
29464
29465 \begin_inset Foot
29466 status collapsed
29467
29468 \begin_layout Plain Layout
29469
29470 \series bold
29471 remreset
29472 \series default
29473  ist Teil des LaTeX-Paketes 
29474 \series bold
29475 carlisle
29476 \series default
29477
29478 \begin_inset Index idx
29479 status collapsed
29480
29481 \begin_layout Plain Layout
29482 Pakete ! carlisle
29483 \end_layout
29484
29485 \end_inset
29486
29487 , das Teil jeder LaTeX-Standardinstallation ist.
29488 \end_layout
29489
29490 \end_inset
29491
29492
29493 \begin_inset Index idx
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497 Pakete ! remreset
29498 \end_layout
29499
29500 \end_inset
29501
29502  im LaTeX-Vorspann mit der Zeile
29503 \end_layout
29504
29505 \begin_layout Standard
29506
29507 \series bold
29508
29509 \backslash
29510 usepackage{remreset}
29511 \end_layout
29512
29513 \begin_layout Standard
29514 geladen werden.
29515  Dann kann der Befehl 
29516 \series bold
29517
29518 \backslash
29519 @removefromreset
29520 \series default
29521
29522 \begin_inset Index idx
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526 Befehle ! 
29527 \begin_inset ERT
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531
29532 "
29533 \end_layout
29534
29535 \end_inset
29536
29537 @
29538 \begin_inset ERT
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542
29543 "
29544 \end_layout
29545
29546 \end_inset
29547
29548  ! 
29549 \backslash
29550
29551 \begin_inset ERT
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555
29556 "
29557 \end_layout
29558
29559 \end_inset
29560
29561 @
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567 "
29568 \end_layout
29569
29570 \end_inset
29571
29572 removefromreset
29573 \end_layout
29574
29575 \end_inset
29576
29577  mit dem selben Schema wie 
29578 \series bold
29579
29580 \backslash
29581 @addtoreset
29582 \series default
29583  benutzt werden.
29584 \end_layout
29585
29586 \begin_layout Standard
29587 \begin_inset VSpace bigskip
29588 \end_inset
29589
29590 Oftmals möchte man Formeln in folgender Art nummerieren:
29591 \end_layout
29592
29593 \begin_layout Standard
29594
29595 \family typewriter
29596 (Kapitelnummer.Formelnummer)
29597 \end_layout
29598
29599 \begin_layout Standard
29600 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
29601 \end_layout
29602
29603 \begin_layout Standard
29604 Für diesen Fall gibt es den Befehl 
29605 \series bold
29606
29607 \backslash
29608 numberwithin
29609 \series default
29610
29611 \begin_inset Index idx
29612 status collapsed
29613
29614 \begin_layout Plain Layout
29615 Befehle ! N ! 
29616 \backslash
29617 numberwithin
29618 \end_layout
29619
29620 \end_inset
29621
29622 , der nach folgendem Schema benutzt wird:
29623 \end_layout
29624
29625 \begin_layout Standard
29626
29627 \series bold
29628
29629 \backslash
29630 numberwithin{Zähler}{Gliederung}
29631 \end_layout
29632
29633 \begin_layout Standard
29634 Zähler gibt an, welche Nummerierung betroffen ist.
29635  Gliederung gibt an, welche Nummer vor dem Punkt steht.
29636 \end_layout
29637
29638 \begin_layout Standard
29639 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
29640  ein:
29641 \end_layout
29642
29643 \begin_layout Standard
29644
29645 \series bold
29646
29647 \backslash
29648 numberwithin{equation}{section}
29649 \end_layout
29650
29651 \begin_layout Standard
29652 Das ist das Ergebnis:
29653 \begin_inset ERT
29654 status collapsed
29655
29656 \begin_layout Plain Layout
29657
29658
29659 \backslash
29660 numberwithin{equation}{section}
29661 \end_layout
29662
29663 \end_inset
29664
29665
29666 \begin_inset Formula 
29667 \begin{equation}
29668 A+B=C
29669 \end{equation}
29670
29671 \end_inset
29672
29673
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Möchte man z.
29678 \begin_inset space \thinspace{}
29679 \end_inset
29680
29681 B.
29682  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
29683  gibt man 
29684 \series bold
29685
29686 \backslash
29687 numberwithin{table}{part}
29688 \series default
29689  ein.
29690 \end_layout
29691
29692 \begin_layout Standard
29693 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
29694 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
29695  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
29696 \end_layout
29697
29698 \begin_layout Standard
29699
29700 \series bold
29701
29702 \backslash
29703 renewcommand{
29704 \backslash
29705 theequation}{
29706 \backslash
29707 arabic{equation}}
29708 \begin_inset Index idx
29709 status collapsed
29710
29711 \begin_layout Plain Layout
29712 Befehle ! A ! 
29713 \backslash
29714 arabic
29715 \end_layout
29716
29717 \end_inset
29718
29719
29720 \series default
29721
29722 \begin_inset ERT
29723 status collapsed
29724
29725 \begin_layout Plain Layout
29726
29727
29728 \backslash
29729 renewcommand{
29730 \backslash
29731 theequation}{
29732 \backslash
29733 arabic{equation}}
29734 \end_layout
29735
29736 \end_inset
29737
29738
29739 \series bold
29740
29741 \begin_inset Newline newline
29742 \end_inset
29743
29744
29745 \series default
29746 bzw.
29747 \series bold
29748
29749 \begin_inset Newline newline
29750 \end_inset
29751
29752
29753 \backslash
29754 renewcommand{
29755 \backslash
29756 thetable}{
29757 \backslash
29758 arabic{table}}
29759 \end_layout
29760
29761 \begin_layout Standard
29762
29763 \series bold
29764
29765 \backslash
29766 numberwithin
29767 \series default
29768  benutzt intern den oben beschriebenen Befehl 
29769 \series bold
29770
29771 \backslash
29772 @addtoreset
29773 \series default
29774 , der ebenfalls rückgängig gemacht werden muss.
29775 \begin_inset ERT
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779
29780
29781 \backslash
29782 makeatletter
29783 \end_layout
29784
29785 \begin_layout Plain Layout
29786
29787
29788 \backslash
29789 @removefromreset{equation}{section}
29790 \end_layout
29791
29792 \begin_layout Plain Layout
29793
29794
29795 \backslash
29796 makeatother
29797 \end_layout
29798
29799 \end_inset
29800
29801
29802 \end_layout
29803
29804 \begin_layout Subsection
29805 Nummerierung mit römischen Zahlen und Buchstaben
29806 \begin_inset Index idx
29807 status collapsed
29808
29809 \begin_layout Plain Layout
29810 Formelnummerierung ! mit Buchstaben
29811 \end_layout
29812
29813 \end_inset
29814
29815
29816 \begin_inset Index idx
29817 status collapsed
29818
29819 \begin_layout Plain Layout
29820 Formelnummerierung ! mit römischen Zahlen
29821 \end_layout
29822
29823 \end_inset
29824
29825
29826 \end_layout
29827
29828 \begin_layout Standard
29829 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
29830  werden.
29831  Um z.
29832 \begin_inset space \thinspace{}
29833 \end_inset
29834
29835 B.
29836  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
29837  TeX-Modus den Befehl
29838 \end_layout
29839
29840 \begin_layout Standard
29841
29842 \series bold
29843
29844 \backslash
29845 renewcommand{
29846 \backslash
29847 theequation}{
29848 \backslash
29849 roman{equation}}
29850 \end_layout
29851
29852 \begin_layout Standard
29853 ein.
29854  
29855 \series bold
29856
29857 \backslash
29858 renewcommand
29859 \series default
29860
29861 \begin_inset Index idx
29862 status collapsed
29863
29864 \begin_layout Plain Layout
29865 Befehle ! R ! 
29866 \backslash
29867 renewcommand
29868 \end_layout
29869
29870 \end_inset
29871
29872  weist dem vordefinierten Befehl 
29873 \series bold
29874
29875 \backslash
29876 theequation
29877 \series default
29878  den Befehl
29879 \begin_inset Newline linebreak
29880 \end_inset
29881
29882
29883 \series bold
29884
29885 \backslash
29886 roman{equation}
29887 \series default
29888  zu.
29889 \begin_inset Foot
29890 status collapsed
29891
29892 \begin_layout Plain Layout
29893 Der Befehl 
29894 \series bold
29895
29896 \backslash
29897 renewcommand
29898 \series default
29899  besitzt dasselbe Schema wie der in 
29900 \begin_inset CommandInset ref
29901 LatexCommand ref
29902 reference "sub:Der-Befehl-newcommand"
29903
29904 \end_inset
29905
29906  beschriebene Befehl
29907 \begin_inset Newline newline
29908 \end_inset
29909
29910
29911 \series bold
29912
29913 \backslash
29914 newcommand
29915 \series default
29916 .
29917 \end_layout
29918
29919 \end_inset
29920
29921  
29922 \series bold
29923 equation
29924 \series default
29925  ist der Formelzähler.
29926  Stellt man einem Zähler den Befehl 
29927 \series bold
29928
29929 \backslash
29930 the
29931 \series default
29932  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
29933  wird.
29934  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
29935  
29936 \series bold
29937
29938 \backslash
29939 theequation
29940 \series default
29941  hinter die Formel.
29942  
29943 \series bold
29944
29945 \backslash
29946 roman{equation}
29947 \begin_inset Index idx
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951 Befehle ! R ! 
29952 \backslash
29953 roman
29954 \end_layout
29955
29956 \end_inset
29957
29958
29959 \series default
29960  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
29961 \end_layout
29962
29963 \begin_layout Standard
29964 Alle Formeln nach dem 
29965 \series bold
29966
29967 \backslash
29968 renewcommand
29969 \series default
29970 -Befehl werden nun römisch nummeriert.
29971  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
29972  den Befehl erneut ein, ersetzt aber 
29973 \series bold
29974
29975 \backslash
29976 roman
29977 \series default
29978  durch 
29979 \series bold
29980
29981 \backslash
29982 Roman
29983 \series default
29984
29985 \begin_inset Index idx
29986 status collapsed
29987
29988 \begin_layout Plain Layout
29989 Befehle ! R ! 
29990 \backslash
29991 roman@
29992 \backslash
29993 Roman
29994 \end_layout
29995
29996 \end_inset
29997
29998 .
29999  Für die 
30000 \begin_inset Quotes gld
30001 \end_inset
30002
30003 Nummerierung
30004 \begin_inset Quotes grd
30005 \end_inset
30006
30007  mit lateinischen Buchstaben gibt es den Befehl 
30008 \series bold
30009
30010 \backslash
30011 alph
30012 \series default
30013
30014 \begin_inset Index idx
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018 Befehle ! A ! 
30019 \backslash
30020 alph
30021 \end_layout
30022
30023 \end_inset
30024
30025  für kleine und 
30026 \series bold
30027
30028 \backslash
30029 Alph
30030 \series default
30031
30032 \begin_inset Index idx
30033 status collapsed
30034
30035 \begin_layout Plain Layout
30036 Befehle ! A ! 
30037 \backslash
30038 alph@
30039 \backslash
30040 Alph
30041 \end_layout
30042
30043 \end_inset
30044
30045  für große Buchstaben.
30046 \end_layout
30047
30048 \begin_layout Standard
30049 \begin_inset Note Greyedout
30050 status open
30051
30052 \begin_layout Plain Layout
30053
30054 \series bold
30055 \color none
30056 Achtung:
30057 \series default
30058  Es können nur maximal 26
30059 \begin_inset space ~
30060 \end_inset
30061
30062 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
30063 \end_layout
30064
30065 \end_inset
30066
30067
30068 \end_layout
30069
30070 \begin_layout Standard
30071 \begin_inset ERT
30072 status collapsed
30073
30074 \begin_layout Plain Layout
30075
30076
30077 \backslash
30078 renewcommand{
30079 \backslash
30080 theequation}{
30081 \backslash
30082 roman{equation}}
30083 \end_layout
30084
30085 \end_inset
30086
30087
30088 \end_layout
30089
30090 \begin_layout Standard
30091 \begin_inset Formula 
30092 \begin{equation}
30093 A=\textrm{römisch}
30094 \end{equation}
30095
30096 \end_inset
30097
30098
30099 \begin_inset ERT
30100 status collapsed
30101
30102 \begin_layout Plain Layout
30103
30104
30105 \backslash
30106 renewcommand{
30107 \backslash
30108 theequation}{
30109 \backslash
30110 Roman{equation}}
30111 \end_layout
30112
30113 \end_inset
30114
30115
30116 \begin_inset Formula 
30117 \begin{equation}
30118 B=\textrm{Römisch}\label{eq:Roem}
30119 \end{equation}
30120
30121 \end_inset
30122
30123
30124 \begin_inset ERT
30125 status collapsed
30126
30127 \begin_layout Plain Layout
30128
30129
30130 \backslash
30131 renewcommand{
30132 \backslash
30133 theequation}{
30134 \backslash
30135 alph{equation}}
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \begin_inset Formula 
30142 \begin{equation}
30143 C=\textrm{lateinisch}
30144 \end{equation}
30145
30146 \end_inset
30147
30148
30149 \begin_inset ERT
30150 status collapsed
30151
30152 \begin_layout Plain Layout
30153
30154
30155 \backslash
30156 renewcommand{
30157 \backslash
30158 theequation}{
30159 \backslash
30160 Alph{equation}}
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \begin_inset Formula 
30167 \begin{equation}
30168 D=\textrm{Lateinisch}\label{eq:Lat}
30169 \end{equation}
30170
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Standard
30177 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30178  ein:
30179 \end_layout
30180
30181 \begin_layout Standard
30182
30183 \series bold
30184
30185 \backslash
30186 renewcommand{
30187 \backslash
30188 theequation}{
30189 \backslash
30190 arabic{equation}}
30191 \begin_inset Index idx
30192 status collapsed
30193
30194 \begin_layout Plain Layout
30195 Befehle ! A ! 
30196 \backslash
30197 arabic
30198 \end_layout
30199
30200 \end_inset
30201
30202
30203 \end_layout
30204
30205 \begin_layout Standard
30206 \begin_inset ERT
30207 status collapsed
30208
30209 \begin_layout Plain Layout
30210
30211
30212 \backslash
30213 renewcommand{
30214 \backslash
30215 theequation}{
30216 \backslash
30217 arabic{equation}}
30218 \end_layout
30219
30220 \end_inset
30221
30222
30223 \begin_inset Formula 
30224 \begin{equation}
30225 E=\textrm{arabisch}
30226 \end{equation}
30227
30228 \end_inset
30229
30230
30231 \end_layout
30232
30233 \begin_layout Standard
30234 \begin_inset VSpace medskip
30235 \end_inset
30236
30237 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30238 riert.
30239  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30240  beginnen, müssen neue Formelzähler angelegt werden.
30241  Eine Beschreibung dazu findet man in der Datei 
30242 \begin_inset CommandInset href
30243 LatexCommand href
30244 name "Formelnummerierung.lyx"
30245 target "run:Formelnummerierung.lyx"
30246
30247 \end_inset
30248
30249 .
30250 \end_layout
30251
30252 \begin_layout Section
30253 Chemische Symbole und Reaktionsgleichungen
30254 \begin_inset CommandInset label
30255 LatexCommand label
30256 name "sub:Chemische-Symbole-und"
30257
30258 \end_inset
30259
30260
30261 \begin_inset Index idx
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265 chemische Zeichen ! Symbole
30266 \end_layout
30267
30268 \end_inset
30269
30270
30271 \begin_inset Index idx
30272 status collapsed
30273
30274 \begin_layout Plain Layout
30275 Reaktionsgleichungen
30276 \end_layout
30277
30278 \end_inset
30279
30280
30281 \begin_inset Index idx
30282 status collapsed
30283
30284 \begin_layout Plain Layout
30285 Symbole ! chemische
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \end_layout
30292
30293 \begin_layout Standard
30294 Ein Beispieltext aus der Chemie:
30295 \end_layout
30296
30297 \begin_layout Quote
30298 Das 
30299 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30300 \end_inset
30301
30302 -Ion verbindet sich mit zwei 
30303 \begin_inset Formula $\mathrm{Na^{+}}$
30304 \end_inset
30305
30306 -Ionen zu Natriumsulfat 
30307 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30308 \end_inset
30309
30310 .
30311  Die Reaktionsgleichung dazu lautet:
30312 \begin_inset Formula 
30313 \begin{equation}
30314 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
30315 \end{equation}
30316
30317 \end_inset
30318
30319
30320 \end_layout
30321
30322 \begin_layout Standard
30323 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
30324  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
30325  in der Formel und wandelt diese mit der Tastenkombination 
30326 \family sans
30327 Alt+Z
30328 \begin_inset space ~
30329 \end_inset
30330
30331 R
30332 \family default
30333  in den aufrechten Schriftstil um.
30334 \begin_inset Foot
30335 status collapsed
30336
30337 \begin_layout Plain Layout
30338 Schriftstile siehe 
30339 \begin_inset CommandInset ref
30340 LatexCommand ref
30341 reference "sub:Schriftstile"
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \end_inset
30349
30350
30351 \end_layout
30352
30353 \begin_layout Standard
30354 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
30355 \series bold
30356  
30357 \backslash
30358 ce
30359 \series default
30360
30361 \begin_inset Index idx
30362 status collapsed
30363
30364 \begin_layout Plain Layout
30365 Befehle ! C ! 
30366 \backslash
30367 ce
30368 \end_layout
30369
30370 \end_inset
30371
30372  zu benutzen.
30373  Dieser ist verfügbar, wenn das LaTeX-Paket 
30374 \series bold
30375 mhchem
30376 \series default
30377
30378 \begin_inset Index idx
30379 status collapsed
30380
30381 \begin_layout Plain Layout
30382 Pakete ! mhchem
30383 \end_layout
30384
30385 \end_inset
30386
30387  installiert ist.
30388  Nachdem 
30389 \series bold
30390
30391 \backslash
30392 ce
30393 \series default
30394  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
30395  Formeln in intuitiver Weise eingegeben werden können.
30396 \end_layout
30397
30398 \begin_layout Standard
30399 \align center
30400 \begin_inset Tabular
30401 <lyxtabular version="3" rows="9" columns="2">
30402 <features rotate="0" tabularvalignment="middle">
30403 <column alignment="center" valignment="top">
30404 <column alignment="center" valignment="top">
30405 <row>
30406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30407 \begin_inset Text
30408
30409 \begin_layout Plain Layout
30410 Befehl
30411 \end_layout
30412
30413 \end_inset
30414 </cell>
30415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30416 \begin_inset Text
30417
30418 \begin_layout Plain Layout
30419 Ergebnis
30420 \begin_inset Note Note
30421 status collapsed
30422
30423 \begin_layout Plain Layout
30424
30425 \series bold
30426
30427 \backslash
30428 raisebox
30429 \series default
30430  dient nur als Abstandhalter.
30431 \end_layout
30432
30433 \end_inset
30434
30435
30436 \end_layout
30437
30438 \end_inset
30439 </cell>
30440 </row>
30441 <row>
30442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30443 \begin_inset Text
30444
30445 \begin_layout Plain Layout
30446
30447 \backslash
30448 ce
30449 \begin_inset space \textvisiblespace{}
30450 \end_inset
30451
30452 H2CO3
30453 \end_layout
30454
30455 \end_inset
30456 </cell>
30457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30458 \begin_inset Text
30459
30460 \begin_layout Plain Layout
30461 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30462 \end_inset
30463
30464
30465 \end_layout
30466
30467 \end_inset
30468 </cell>
30469 </row>
30470 <row>
30471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30472 \begin_inset Text
30473
30474 \begin_layout Plain Layout
30475
30476 \backslash
30477 ce
30478 \begin_inset space \textvisiblespace{}
30479 \end_inset
30480
30481 SO4^2-
30482 \end_layout
30483
30484 \end_inset
30485 </cell>
30486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30487 \begin_inset Text
30488
30489 \begin_layout Plain Layout
30490 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30491 \end_inset
30492
30493
30494 \end_layout
30495
30496 \end_inset
30497 </cell>
30498 </row>
30499 <row>
30500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30501 \begin_inset Text
30502
30503 \begin_layout Plain Layout
30504
30505 \backslash
30506 ce
30507 \begin_inset space \textvisiblespace{}
30508 \end_inset
30509
30510 (NH4)2S
30511 \end_layout
30512
30513 \end_inset
30514 </cell>
30515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30516 \begin_inset Text
30517
30518 \begin_layout Plain Layout
30519 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30520 \end_inset
30521
30522
30523 \end_layout
30524
30525 \end_inset
30526 </cell>
30527 </row>
30528 <row>
30529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30530 \begin_inset Text
30531
30532 \begin_layout Plain Layout
30533
30534 \backslash
30535 ce
30536 \begin_inset space \textvisiblespace{}
30537 \end_inset
30538
30539 KCr(SO4)2.12H2O
30540 \end_layout
30541
30542 \end_inset
30543 </cell>
30544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30545 \begin_inset Text
30546
30547 \begin_layout Plain Layout
30548 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30549 \end_inset
30550
30551
30552 \end_layout
30553
30554 \end_inset
30555 </cell>
30556 </row>
30557 <row>
30558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30559 \begin_inset Text
30560
30561 \begin_layout Plain Layout
30562
30563 \backslash
30564 ce
30565 \begin_inset space \textvisiblespace{}
30566 \end_inset
30567
30568 A-B
30569 \backslash
30570 dbond
30571 \begin_inset space \textvisiblespace{}
30572 \end_inset
30573
30574 C
30575 \backslash
30576 tbond
30577 \begin_inset space \textvisiblespace{}
30578 \end_inset
30579
30580 D
30581 \end_layout
30582
30583 \end_inset
30584 </cell>
30585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30586 \begin_inset Text
30587
30588 \begin_layout Plain Layout
30589 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30590 \end_inset
30591
30592
30593 \end_layout
30594
30595 \end_inset
30596 </cell>
30597 </row>
30598 <row>
30599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30600 \begin_inset Text
30601
30602 \begin_layout Plain Layout
30603
30604 \backslash
30605 ce
30606 \begin_inset space \textvisiblespace{}
30607 \end_inset
30608
30609 ^227
30610 \begin_inset Formula $\downarrow$
30611 \end_inset
30612
30613 _90
30614 \begin_inset Formula $\to$
30615 \end_inset
30616
30617 Th+
30618 \end_layout
30619
30620 \end_inset
30621 </cell>
30622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30623 \begin_inset Text
30624
30625 \begin_layout Plain Layout
30626 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30627 \end_inset
30628
30629
30630 \end_layout
30631
30632 \end_inset
30633 </cell>
30634 </row>
30635 <row>
30636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30637 \begin_inset Text
30638
30639 \begin_layout Plain Layout
30640
30641 \backslash
30642 ce
30643 \begin_inset space \textvisiblespace{}
30644 \end_inset
30645
30646 CO2
30647 \begin_inset space \textvisiblespace{}
30648 \end_inset
30649
30650 +
30651 \begin_inset space \textvisiblespace{}
30652 \end_inset
30653
30654 C
30655 \begin_inset space \textvisiblespace{}
30656 \end_inset
30657
30658 <=>
30659 \begin_inset space \textvisiblespace{}
30660 \end_inset
30661
30662 2CO
30663 \end_layout
30664
30665 \end_inset
30666 </cell>
30667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30668 \begin_inset Text
30669
30670 \begin_layout Plain Layout
30671 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30672 \end_inset
30673
30674
30675 \end_layout
30676
30677 \end_inset
30678 </cell>
30679 </row>
30680 <row>
30681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30682 \begin_inset Text
30683
30684 \begin_layout Plain Layout
30685
30686 \backslash
30687 ce
30688 \begin_inset space \textvisiblespace{}
30689 \end_inset
30690
30691 CO2
30692 \begin_inset space \textvisiblespace{}
30693 \end_inset
30694
30695 +
30696 \begin_inset space \textvisiblespace{}
30697 \end_inset
30698
30699 C
30700 \begin_inset space \textvisiblespace{}
30701 \end_inset
30702
30703 ->[
30704 \backslash
30705 alpha][
30706 \backslash
30707 beta]
30708 \begin_inset space \textvisiblespace{}
30709 \end_inset
30710
30711 2CO}
30712 \end_layout
30713
30714 \end_inset
30715 </cell>
30716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30717 \begin_inset Text
30718
30719 \begin_layout Plain Layout
30720 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30721 \end_inset
30722
30723
30724 \end_layout
30725
30726 \end_inset
30727 </cell>
30728 </row>
30729 </lyxtabular>
30730
30731 \end_inset
30732
30733
30734 \end_layout
30735
30736 \begin_layout Standard
30737 \begin_inset Note Greyedout
30738 status open
30739
30740 \begin_layout Plain Layout
30741
30742 \series bold
30743 \color none
30744 Achtung:
30745 \series default
30746  Wenn eine Formel in eine 
30747 \series bold
30748
30749 \backslash
30750 ce
30751 \series default
30752 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
30753  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
30754 \begin_inset space \thinspace{}
30755 \end_inset
30756
30757 B.
30758  für
30759 \begin_inset Newline newline
30760 \end_inset
30761
30762
30763 \series bold
30764
30765 \backslash
30766 ce{$
30767 \backslash
30768 mu
30769 \backslash
30770 hyphen$Cl}
30771 \series default
30772
30773 \begin_inset ERT
30774 status collapsed
30775
30776 \begin_layout Plain Layout
30777
30778
30779 \backslash
30780 ce{$
30781 \backslash
30782 mu
30783 \backslash
30784 hyphen$Cl}
30785 \end_layout
30786
30787 \end_inset
30788
30789  
30790 \end_layout
30791
30792 \end_inset
30793
30794
30795 \end_layout
30796
30797 \begin_layout Standard
30798 \begin_inset Note Greyedout
30799 status open
30800
30801 \begin_layout Plain Layout
30802
30803 \series bold
30804 \color none
30805 Achtung:
30806 \series default
30807  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
30808  oben zu bekommen, wie es im 
30809 \series bold
30810 mhchem
30811 \series default
30812 -Handbuch steht.
30813  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
30814  Befehl 
30815 \series bold
30816
30817 \backslash
30818 uparrow
30819 \series default
30820 :
30821 \begin_inset Newline newline
30822 \end_inset
30823
30824
30825 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
30826 \end_inset
30827
30828
30829 \end_layout
30830
30831 \end_inset
30832
30833
30834 \end_layout
30835
30836 \begin_layout Standard
30837 Wird 
30838 \series bold
30839
30840 \backslash
30841 ce
30842 \series default
30843  benutzt, lautet der Befehl für Gleichung
30844 \begin_inset space ~
30845 \end_inset
30846
30847
30848 \begin_inset CommandInset ref
30849 LatexCommand eqref
30850 reference "eq:chemische-Reaktion"
30851
30852 \end_inset
30853
30854 :
30855 \begin_inset Newline newline
30856 \end_inset
30857
30858
30859 \series bold
30860  
30861 \backslash
30862 ce
30863 \series default
30864
30865 \begin_inset space \textvisiblespace{}
30866 \end_inset
30867
30868
30869 \series bold
30870 2Na+
30871 \series default
30872
30873 \begin_inset space \textvisiblespace{}
30874 \end_inset
30875
30876
30877 \series bold
30878 +
30879 \series default
30880
30881 \begin_inset space \textvisiblespace{}
30882 \end_inset
30883
30884
30885 \series bold
30886 SO4^2-
30887 \series default
30888
30889 \begin_inset space \textvisiblespace{}
30890 \end_inset
30891
30892
30893 \begin_inset space \textvisiblespace{}
30894 \end_inset
30895
30896
30897 \series bold
30898 ->
30899 \series default
30900
30901 \begin_inset space \textvisiblespace{}
30902 \end_inset
30903
30904
30905 \series bold
30906 Na2SO4
30907 \end_layout
30908
30909 \begin_layout Standard
30910 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
30911  Formel erstellt, wie in 
30912 \begin_inset CommandInset ref
30913 LatexCommand ref
30914 reference "sec:Mehrzeilige-Formeln"
30915
30916 \end_inset
30917
30918  beschrieben.
30919  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
30920 \series bold
30921
30922 \backslash
30923 ce
30924 \series default
30925  verwendet.
30926  
30927 \begin_inset CommandInset ref
30928 LatexCommand eqref
30929 reference "eq:TEOS-Reaktion-1"
30930
30931 \end_inset
30932
30933  und 
30934 \begin_inset CommandInset ref
30935 LatexCommand eqref
30936 reference "eq:TEOS-Reaktion-2"
30937
30938 \end_inset
30939
30940  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
30941  Gleichung eine eigene Nummer hat.
30942 \begin_inset Formula 
30943 \begin{eqnarray}
30944 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
30945 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
30946 \end{eqnarray}
30947
30948 \end_inset
30949
30950
30951 \end_layout
30952
30953 \begin_layout Standard
30954 Außer 
30955 \series bold
30956
30957 \backslash
30958 ce
30959 \series default
30960  bietet das Paket 
30961 \series bold
30962 mhchem
30963 \series default
30964  noch den Befehl 
30965 \series bold
30966
30967 \backslash
30968 cf
30969 \series default
30970
30971 \begin_inset Index idx
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975 Befehle ! C ! 
30976 \backslash
30977 cf
30978 \end_layout
30979
30980 \end_inset
30981
30982  für spezielle Fälle.
30983  Mehr über 
30984 \series bold
30985
30986 \backslash
30987 cf
30988 \series default
30989  und weitere Beispiele sind in der Dokumentation von 
30990 \series bold
30991 mhchem
30992 \series default
30993  zu finden, 
30994 \begin_inset CommandInset citation
30995 LatexCommand cite
30996 key "mhchem"
30997
30998 \end_inset
30999
31000 .
31001 \end_layout
31002
31003 \begin_layout Section
31004 Diagramme
31005 \end_layout
31006
31007 \begin_layout Standard
31008 LyX unterstützt zwei Typen kommutativer Diagramme: 
31009 \series bold
31010 amscd
31011 \series default
31012  und 
31013 \series bold
31014 xymatrix
31015 \series default
31016 , die im Folgenden erläutert sind.
31017 \end_layout
31018
31019 \begin_layout Subsection
31020 amscd Diagramme
31021 \begin_inset Index idx
31022 status collapsed
31023
31024 \begin_layout Plain Layout
31025 Diagramme ! amscd
31026 \end_layout
31027
31028 \end_inset
31029
31030
31031 \end_layout
31032
31033 \begin_layout Standard
31034 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
31035  Linien oder Pfeilen dar:
31036 \begin_inset Formula 
31037 \[
31038 \begin{CD}A@>>>B@>>>C\\
31039 @AAA@.@VVV\\
31040 F@<<<E@<<<D
31041 \end{CD}
31042 \]
31043
31044 \end_inset
31045
31046
31047 \end_layout
31048
31049 \begin_layout Standard
31050 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31051 \series bold
31052
31053 \backslash
31054 CD
31055 \begin_inset Index idx
31056 status collapsed
31057
31058 \begin_layout Plain Layout
31059 Befehle ! C ! 
31060 \backslash
31061 CD
31062 \end_layout
31063
31064 \end_inset
31065
31066
31067 \series default
31068  ein.
31069  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31070  man die weiteren Befehle eingibt.
31071  Mit 
31072 \series bold
31073
31074 \begin_inset ERT
31075 status collapsed
31076
31077 \begin_layout Plain Layout
31078
31079
31080 \backslash
31081 mbox{
31082 \end_layout
31083
31084 \end_inset
31085
31086
31087 \family sans
31088 \series default
31089 Strg+Enter
31090 \family default
31091 \series bold
31092
31093 \begin_inset ERT
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097
31098 }
31099 \end_layout
31100
31101 \end_inset
31102
31103
31104 \series default
31105  wird eine neue Zeile erstellt.
31106  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31107  Zeilen der Formel eingegeben.
31108 \end_layout
31109
31110 \begin_layout Standard
31111 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31112 \end_layout
31113
31114 \begin_layout Itemize
31115
31116 \series bold
31117 @<<<
31118 \series default
31119  erstellt einen Linkspfeil, 
31120 \series bold
31121 @>>>
31122 \series default
31123  einen Rechtspfeil und 
31124 \series bold
31125 @=
31126 \series default
31127  ein langes Gleichheitszeichen
31128 \end_layout
31129
31130 \begin_layout Itemize
31131
31132 \series bold
31133 @AAA
31134 \series default
31135  erstellt einen Pfeil nach oben, 
31136 \series bold
31137 @VVV
31138 \series default
31139  einen Pfeil nach unten und 
31140 \series bold
31141 @|
31142 \series default
31143  ein senkrechtes Gleichheitszeichen
31144 \end_layout
31145
31146 \begin_layout Itemize
31147
31148 \series bold
31149 @.
31150
31151 \series default
31152  dient als Platzhalter für nicht vorhandene Beziehungen
31153 \end_layout
31154
31155 \begin_layout Standard
31156 Alle Pfeile sind wie folgt beschriftbar:
31157 \end_layout
31158
31159 \begin_layout Itemize
31160 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31161 \begin_inset space \space{}
31162 \end_inset
31163
31164 > Text eingegeben, erscheint er über dem Pfeil.
31165  Wird der Text zwischen dem zweiten und dritten < bzw.
31166 \begin_inset space \space{}
31167 \end_inset
31168
31169 > eingegeben, erscheint er unter dem Pfeil.
31170 \end_layout
31171
31172 \begin_layout Itemize
31173 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31174 \begin_inset space \space{}
31175 \end_inset
31176
31177 V eingegeben, erscheint er links neben dem Pfeil.
31178  Bei Eingabe zwischen zweitem und drittem A bzw.
31179 \begin_inset space \space{}
31180 \end_inset
31181
31182 V erscheint er rechts daneben.
31183  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31184  gesetzt werden.
31185 \end_layout
31186
31187 \begin_layout Standard
31188 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31189 \end_layout
31190
31191 \begin_layout Standard
31192 \begin_inset Formula 
31193 \[
31194 \begin{CD}A@>j>>B@>>k>C@=F\\
31195 @AmAA@.@VV{V}V@|\\
31196 D@<<j<E@>k>>F@=C
31197 \end{CD}
31198 \]
31199
31200 \end_inset
31201
31202
31203 \end_layout
31204
31205 \begin_layout Standard
31206 Der Befehl dazu lautet:
31207 \begin_inset Newline newline
31208 \end_inset
31209
31210
31211 \series bold
31212
31213 \backslash
31214 CD
31215 \begin_inset space \textvisiblespace{}
31216 \end_inset
31217
31218 A@>j>>B@>>k>C@=F Strg+Enter
31219 \begin_inset Newline newline
31220 \end_inset
31221
31222
31223 \begin_inset Phantom HPhantom
31224 status open
31225
31226 \begin_layout Plain Layout
31227
31228 \series bold
31229
31230 \backslash
31231 CD
31232 \begin_inset space \textvisiblespace{}
31233 \end_inset
31234
31235
31236 \end_layout
31237
31238 \end_inset
31239
31240 @AmAA@.@VV
31241 \backslash
31242 {V
31243 \series default
31244
31245 \begin_inset Formula $\to$
31246 \end_inset
31247
31248
31249 \series bold
31250 V@| Strg+Enter
31251 \begin_inset Newline newline
31252 \end_inset
31253
31254
31255 \begin_inset Phantom HPhantom
31256 status open
31257
31258 \begin_layout Plain Layout
31259
31260 \series bold
31261
31262 \backslash
31263 CD
31264 \begin_inset space \textvisiblespace{}
31265 \end_inset
31266
31267
31268 \end_layout
31269
31270 \end_inset
31271
31272 D@<<j<E@>k>>F@=C
31273 \end_layout
31274
31275 \begin_layout Subsection
31276 xymatrix Diagramme
31277 \begin_inset Index idx
31278 status collapsed
31279
31280 \begin_layout Plain Layout
31281 Diagramme ! xymatrix
31282 \end_layout
31283
31284 \end_inset
31285
31286
31287 \end_layout
31288
31289 \begin_layout Standard
31290 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
31291 \series bold
31292 xypic
31293 \series default
31294  installiert sein.
31295  Eine Xymatrix wird erstellt, indem der Befehl 
31296 \series bold
31297
31298 \backslash
31299 xymatrix
31300 \series default
31301  in eine Formel eingegeben wird.
31302  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31303  hinzufügen, siehe 
31304 \begin_inset CommandInset ref
31305 LatexCommand ref
31306 reference "sec:Matrizen"
31307
31308 \end_inset
31309
31310 .
31311 \end_layout
31312
31313 \begin_layout Standard
31314 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
31315  gekrümmte Pfeile und vieles mehr.
31316  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
31317  sind im Detail im 
31318 \emph on
31319 XY-pic-Handbuch
31320 \emph default
31321  erklärt, dass im Menü 
31322 \family sans
31323 Hilfe\SpecialChar \menuseparator
31324 Spezielle
31325 \begin_inset space ~
31326 \end_inset
31327
31328 Handbücher
31329 \family default
31330  zu finden ist.
31331 \end_layout
31332
31333 \begin_layout Subsection
31334
31335 \noun on
31336 Feynman
31337 \noun default
31338  Diagramme
31339 \begin_inset Index idx
31340 status collapsed
31341
31342 \begin_layout Plain Layout
31343 Diagramme ! Feynman
31344 \end_layout
31345
31346 \end_inset
31347
31348
31349 \end_layout
31350
31351 \begin_layout Standard
31352 Um 
31353 \noun on
31354 Feynman-
31355 \noun default
31356 Diagrammen nutzen zu können, muss das LaTeX-Paket 
31357 \series bold
31358 feyn
31359 \series default
31360  installiert sein.
31361  Ein 
31362 \noun on
31363 Feynman-
31364 \noun default
31365 Diagramm wird erstellt, indem der Befehl 
31366 \series bold
31367
31368 \backslash
31369 Diagram
31370 \series default
31371  in eine Formel eingegeben wird.
31372  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31373  hinzufügen, siehe 
31374 \begin_inset CommandInset ref
31375 LatexCommand ref
31376 reference "sec:Matrizen"
31377
31378 \end_inset
31379
31380 .
31381 \end_layout
31382
31383 \begin_layout Standard
31384 Beispiele wie man in LyX 
31385 \noun on
31386 Feynman-
31387 \noun default
31388 Diagramme erstellt sind im 
31389 \emph on
31390 Feynman-Diagramm Handbuch
31391 \emph default
31392  gegeben, dass im Menü 
31393 \family sans
31394 Hilfe\SpecialChar \menuseparator
31395 Spezielle
31396 \begin_inset space ~
31397 \end_inset
31398
31399 Handbücher
31400 \family default
31401  zu finden ist.
31402 \end_layout
31403
31404 \begin_layout Standard
31405 \begin_inset Newpage newpage
31406 \end_inset
31407
31408
31409 \end_layout
31410
31411 \begin_layout Section
31412 Benutzerdefinierte Befehle
31413 \begin_inset CommandInset label
31414 LatexCommand label
31415 name "sec:Benutzerdefinierte-Befehle"
31416
31417 \end_inset
31418
31419
31420 \begin_inset Index idx
31421 status collapsed
31422
31423 \begin_layout Plain Layout
31424 benutzerdefinierte Befehle
31425 \end_layout
31426
31427 \end_inset
31428
31429
31430 \end_layout
31431
31432 \begin_layout Standard
31433 \begin_inset Note Greyedout
31434 status open
31435
31436 \begin_layout Plain Layout
31437
31438 \series bold
31439 Achtung: 
31440 \series default
31441 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
31442 n Buchstaben bestehen.
31443 \end_layout
31444
31445 \end_inset
31446
31447
31448 \end_layout
31449
31450 \begin_layout Subsection
31451 Der Befehl 
31452 \backslash
31453 newcommand
31454 \begin_inset CommandInset label
31455 LatexCommand label
31456 name "sub:Der-Befehl-newcommand"
31457
31458 \end_inset
31459
31460
31461 \begin_inset Index idx
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465 benutzerdefinierte Befehle ! 
31466 \backslash
31467 newcommand
31468 \end_layout
31469
31470 \end_inset
31471
31472
31473 \begin_inset Index idx
31474 status collapsed
31475
31476 \begin_layout Plain Layout
31477 Befehle ! N ! 
31478 \backslash
31479 newcommand
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \end_layout
31486
31487 \begin_layout Standard
31488 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31489  Man kann sich aber mit dem Befehl 
31490 \series bold
31491
31492 \backslash
31493 newcommand
31494 \series default
31495  neue kürzere Befehle definieren.
31496 \end_layout
31497
31498 \begin_layout Standard
31499 Das Befehlsschema von 
31500 \series bold
31501
31502 \backslash
31503 newcommand
31504 \series default
31505  lautet:
31506 \end_layout
31507
31508 \begin_layout Standard
31509
31510 \series bold
31511
31512 \backslash
31513 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31514 \series default
31515  
31516 \series bold
31517 Wert]
31518 \begin_inset Newline newline
31519 \end_inset
31520
31521
31522 \begin_inset Phantom HPhantom
31523 status open
31524
31525 \begin_layout Plain Layout
31526
31527 \series bold
31528
31529 \backslash
31530 newcommand
31531 \end_layout
31532
31533 \end_inset
31534
31535 {Befehlsdefinition}
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \begin_inset Note Greyedout
31540 status open
31541
31542 \begin_layout Plain Layout
31543
31544 \series bold
31545 Achtung:
31546 \series default
31547  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31548  oder von benutzten LaTeX-Paketen verwendet wird.
31549  Definiert man beispielsweise für 
31550 \series bold
31551
31552 \backslash
31553 Leftarrow
31554 \series default
31555  den Befehl 
31556 \series bold
31557
31558 \backslash
31559 le
31560 \series default
31561 , erhält man eine Fehlermeldung, denn 
31562 \series bold
31563
31564 \backslash
31565 le
31566 \series default
31567  ist schon für 
31568 \begin_inset Quotes gld
31569 \end_inset
31570
31571
31572 \begin_inset Formula $\le$
31573 \end_inset
31574
31575
31576 \begin_inset Quotes grd
31577 \end_inset
31578
31579  definiert.
31580 \end_layout
31581
31582 \end_inset
31583
31584
31585 \end_layout
31586
31587 \begin_layout Standard
31588 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31589 \begin_inset space \thinspace{}
31590 \end_inset
31591
31592 -
31593 \begin_inset space \thinspace{}
31594 \end_inset
31595
31596 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31597  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31598  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31599 \emph on
31600 erste
31601 \emph default
31602  Argument des neuen Befehls ein optionales ist.
31603 \end_layout
31604
31605 \begin_layout Standard
31606 Es folgen einige Beispiele:
31607 \end_layout
31608
31609 \begin_layout Itemize
31610 Will man für 
31611 \series bold
31612
31613 \backslash
31614 Longrightarrow
31615 \series default
31616  den Befehl 
31617 \series bold
31618
31619 \backslash
31620 gr
31621 \series default
31622  definieren, lautet die LaTeX-Vor\SpecialChar \-
31623 spannzeile:
31624 \begin_inset VSpace medskip
31625 \end_inset
31626
31627
31628 \begin_inset Newline newline
31629 \end_inset
31630
31631
31632 \series bold
31633
31634 \backslash
31635 newcommand{
31636 \backslash
31637 gr}{
31638 \backslash
31639 Longrightarrow}
31640 \end_layout
31641
31642 \begin_layout Itemize
31643 Um für den Befehl 
31644 \series bold
31645
31646 \backslash
31647 underline
31648 \series default
31649  den Befehl 
31650 \series bold
31651
31652 \backslash
31653 us
31654 \series default
31655  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31656  werden.
31657  Dazu sieht die Vorspannzeile wie folgt aus:
31658 \begin_inset VSpace medskip
31659 \end_inset
31660
31661
31662 \begin_inset Newline newline
31663 \end_inset
31664
31665
31666 \series bold
31667
31668 \backslash
31669 newcommand{
31670 \backslash
31671 us}[1]{
31672 \backslash
31673 underline{#1}}
31674 \series default
31675
31676 \begin_inset VSpace medskip
31677 \end_inset
31678
31679
31680 \begin_inset Newline newline
31681 \end_inset
31682
31683 Das Zeichen 
31684 \series bold
31685 #
31686 \series default
31687  fungiert als Argumentplatzhalter, die 
31688 \series bold
31689 1
31690 \series default
31691  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31692 \end_layout
31693
31694 \begin_layout Itemize
31695 Für 
31696 \series bold
31697
31698 \backslash
31699 framebox
31700 \series default
31701  kann man z.
31702 \begin_inset space \thinspace{}
31703 \end_inset
31704
31705 B.
31706  den Befehl 
31707 \series bold
31708
31709 \backslash
31710 fb
31711 \series default
31712  definieren:
31713 \begin_inset VSpace medskip
31714 \end_inset
31715
31716
31717 \begin_inset Newline newline
31718 \end_inset
31719
31720
31721 \series bold
31722
31723 \backslash
31724 newcommand{
31725 \backslash
31726 fb}[3]{
31727 \backslash
31728 framebox#1#2{$#3$}}
31729 \series default
31730
31731 \begin_inset VSpace medskip
31732 \end_inset
31733
31734
31735 \begin_inset Newline newline
31736 \end_inset
31737
31738 Die beiden Dollarzeichen erstellen hierbei die für 
31739 \series bold
31740
31741 \backslash
31742 framebox
31743 \series default
31744  geforderte weitere Formel, siehe 
31745 \begin_inset CommandInset ref
31746 LatexCommand ref
31747 reference "sub:Boxen-mit-Rahmen"
31748
31749 \end_inset
31750
31751 .
31752 \end_layout
31753
31754 \begin_layout Itemize
31755 Um einen neuen Befehl für 
31756 \series bold
31757
31758 \backslash
31759 fcolorbox
31760 \series default
31761  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31762  definiert man das Argument für die Farbe als optional:
31763 \begin_inset VSpace medskip
31764 \end_inset
31765
31766
31767 \begin_inset Newline newline
31768 \end_inset
31769
31770
31771 \series bold
31772
31773 \backslash
31774 newcommand{
31775 \backslash
31776 cb}[3][white]{
31777 \backslash
31778 fcolorbox{#2}{#1}{$#3$}}
31779 \series default
31780
31781 \begin_inset VSpace medskip
31782 \end_inset
31783
31784
31785 \begin_inset Newline newline
31786 \end_inset
31787
31788 Gibt man bei der Verwendung von 
31789 \series bold
31790
31791 \backslash
31792 cb
31793 \series default
31794  die Farbe nicht an, wird die voreingestellte Farbe 
31795 \series bold
31796 white
31797 \series default
31798  verwendet.
31799 \end_layout
31800
31801 \begin_layout Standard
31802 Ein Test der neu definierten Befehle:
31803 \end_layout
31804
31805 \begin_layout Standard
31806 \align center
31807 \begin_inset Tabular
31808 <lyxtabular version="3" rows="6" columns="2">
31809 <features rotate="0" tabularvalignment="middle">
31810 <column alignment="center" valignment="top">
31811 <column alignment="center" valignment="top">
31812 <row>
31813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31814 \begin_inset Text
31815
31816 \begin_layout Plain Layout
31817 Befehl
31818 \end_layout
31819
31820 \end_inset
31821 </cell>
31822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31823 \begin_inset Text
31824
31825 \begin_layout Plain Layout
31826 Ergebnis
31827 \begin_inset Note Note
31828 status collapsed
31829
31830 \begin_layout Plain Layout
31831
31832 \series bold
31833
31834 \backslash
31835 raisebox
31836 \series default
31837  dient nur als Abstandhalter.
31838 \end_layout
31839
31840 \end_inset
31841
31842
31843 \end_layout
31844
31845 \end_inset
31846 </cell>
31847 </row>
31848 <row>
31849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31850 \begin_inset Text
31851
31852 \begin_layout Plain Layout
31853 A
31854 \backslash
31855 gr
31856 \begin_inset space \textvisiblespace{}
31857 \end_inset
31858
31859 B
31860 \end_layout
31861
31862 \end_inset
31863 </cell>
31864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31865 \begin_inset Text
31866
31867 \begin_layout Plain Layout
31868 \begin_inset Formula $A\gr B$
31869 \end_inset
31870
31871
31872 \end_layout
31873
31874 \end_inset
31875 </cell>
31876 </row>
31877 <row>
31878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31879 \begin_inset Text
31880
31881 \begin_layout Plain Layout
31882
31883 \backslash
31884 us{ABcd
31885 \end_layout
31886
31887 \end_inset
31888 </cell>
31889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31890 \begin_inset Text
31891
31892 \begin_layout Plain Layout
31893 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31894 \end_inset
31895
31896
31897 \end_layout
31898
31899 \end_inset
31900 </cell>
31901 </row>
31902 <row>
31903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31904 \begin_inset Text
31905
31906 \begin_layout Plain Layout
31907
31908 \backslash
31909 fb{[2cm]
31910 \begin_inset Formula $\to$
31911 \end_inset
31912
31913
31914 \backslash
31915 {
31916 \begin_inset Formula $\to$
31917 \end_inset
31918
31919
31920 \backslash
31921 {
31922 \backslash
31923 int
31924 \begin_inset space \textvisiblespace{}
31925 \end_inset
31926
31927 A=B
31928 \end_layout
31929
31930 \end_inset
31931 </cell>
31932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31933 \begin_inset Text
31934
31935 \begin_layout Plain Layout
31936 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31937 \end_inset
31938
31939
31940 \end_layout
31941
31942 \end_inset
31943 </cell>
31944 </row>
31945 <row>
31946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31947 \begin_inset Text
31948
31949 \begin_layout Plain Layout
31950
31951 \backslash
31952 cb{red
31953 \begin_inset Formula $\to$
31954 \end_inset
31955
31956
31957 \backslash
31958 {
31959 \backslash
31960 int
31961 \begin_inset space \textvisiblespace{}
31962 \end_inset
31963
31964 A=B
31965 \end_layout
31966
31967 \end_inset
31968 </cell>
31969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Plain Layout
31973 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31974 \end_inset
31975
31976
31977 \end_layout
31978
31979 \end_inset
31980 </cell>
31981 </row>
31982 <row>
31983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31984 \begin_inset Text
31985
31986 \begin_layout Plain Layout
31987
31988 \backslash
31989 cb[green]
31990 \backslash
31991 {red
31992 \begin_inset Formula $\to$
31993 \end_inset
31994
31995
31996 \backslash
31997 {
31998 \backslash
31999 int
32000 \begin_inset space \textvisiblespace{}
32001 \end_inset
32002
32003 A=B
32004 \end_layout
32005
32006 \end_inset
32007 </cell>
32008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32009 \begin_inset Text
32010
32011 \begin_layout Plain Layout
32012 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32013 \end_inset
32014
32015
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 </row>
32021 </lyxtabular>
32022
32023 \end_inset
32024
32025
32026 \end_layout
32027
32028 \begin_layout Subsection
32029 Mathe-Makros
32030 \begin_inset Index idx
32031 status collapsed
32032
32033 \begin_layout Plain Layout
32034 benutzerdefinierte Befehle ! Mathe-Makros
32035 \end_layout
32036
32037 \end_inset
32038
32039
32040 \begin_inset Index idx
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044 Makros
32045 \end_layout
32046
32047 \end_inset
32048
32049
32050 \end_layout
32051
32052 \begin_layout Standard
32053 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
32054  Hat man es in einem Dokument z.
32055 \begin_inset space \thinspace{}
32056 \end_inset
32057
32058 B.
32059  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
32060  auf.
32061  Die allgemeine Form einer quadratischen Gleichung ist
32062 \begin_inset Formula 
32063 \[
32064 0=\lambda^{2}+p\lambda+q
32065 \]
32066
32067 \end_inset
32068
32069 Die allgemeine Form der Lösung lautet
32070 \begin_inset Formula 
32071 \[
32072 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32073 \]
32074
32075 \end_inset
32076
32077
32078 \end_layout
32079
32080 \begin_layout Standard
32081 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
32082  drei Parameter 
32083 \begin_inset Formula $\lambda$
32084 \end_inset
32085
32086
32087 \begin_inset Formula $p$
32088 \end_inset
32089
32090  und 
32091 \begin_inset Formula $q$
32092 \end_inset
32093
32094  angegeben werden müssen und der Index von 
32095 \begin_inset Formula $\lambda$
32096 \end_inset
32097
32098  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
32099 \begin_inset Newline newline
32100 \end_inset
32101
32102
32103 \series bold
32104
32105 \backslash
32106 newcommand{
32107 \backslash
32108 qG}[4][1,
32109 \backslash
32110 ,2]{#2_{#1}=-
32111 \backslash
32112 frac{#3}{2}
32113 \backslash
32114 pm
32115 \begin_inset Newline newline
32116 \end_inset
32117
32118
32119 \begin_inset Phantom HPhantom
32120 status open
32121
32122 \begin_layout Plain Layout
32123
32124 \series bold
32125
32126 \backslash
32127 newcommand
32128 \end_layout
32129
32130 \end_inset
32131
32132
32133 \backslash
32134 sqrt{
32135 \backslash
32136 frac{#3^{2}}{4}-#4}}
32137 \end_layout
32138
32139 \begin_layout Standard
32140 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
32141  
32142 \begin_inset Newline newline
32143 \end_inset
32144
32145
32146 \series bold
32147
32148 \backslash
32149 qG{
32150 \backslash
32151 lambda
32152 \begin_inset Formula $\to$
32153 \end_inset
32154
32155
32156 \backslash
32157 {p
32158 \begin_inset Formula $\to$
32159 \end_inset
32160
32161
32162 \backslash
32163 {q 
32164 \series default
32165 ein.
32166 \end_layout
32167
32168 \begin_layout Standard
32169 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
32170  aller verwendeten LaTeX-Befehle kennen, z.
32171 \begin_inset space \thinspace{}
32172 \end_inset
32173
32174 B.
32175  dass ein Bruch in LaTeX mit 
32176 \series bold
32177
32178 \backslash
32179 frac{Zähler}
32180 \begin_inset Newline linebreak
32181 \end_inset
32182
32183 {Nenner}
32184 \series default
32185  eingegeben wird.
32186  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
32187  in LyX nicht sehen, was der neue Befehl macht.
32188  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
32189  Mathe-Makros statt den Befehl 
32190 \series bold
32191
32192 \backslash
32193 newcommand
32194 \series default
32195  zu verwenden.
32196 \end_layout
32197
32198 \begin_layout Standard
32199 Ein Mathe-Makro wird erstellt, indem man das Menü 
32200 \family sans
32201 Einfügen\SpecialChar \menuseparator
32202 Mathe\SpecialChar \menuseparator
32203 Makro
32204 \family default
32205  oder den Werkzeugleistenknopf 
32206 \begin_inset Graphics
32207         filename ../../images/math-macro_newmacroname_newcommand.png
32208         scale 85
32209
32210 \end_inset
32211
32212  verwendet.
32213  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
32214  Makro definiert wird:
32215 \begin_inset Newline newline
32216 \end_inset
32217
32218
32219 \begin_inset space \hspace*{\fill}
32220 \end_inset
32221
32222
32223 \begin_inset Graphics
32224         filename ../clipart/macrobox.png
32225
32226 \end_inset
32227
32228
32229 \begin_inset space \hspace*{\fill}
32230 \end_inset
32231
32232
32233 \begin_inset Newline newline
32234 \end_inset
32235
32236
32237 \begin_inset FormulaMacro
32238 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32239 \end_inset
32240
32241
32242 \backslash
32243 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
32244  geändert werden sollte.
32245  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
32246  Einen Argumentplatzhalter fügt man mit dem Befehl 
32247 \series bold
32248
32249 \backslash
32250 #Argumentnummer
32251 \series default
32252  ein, z.
32253 \begin_inset space \thinspace{}
32254 \end_inset
32255
32256 B.
32257  
32258 \series bold
32259
32260 \backslash
32261 #1
32262 \series default
32263  oder man verwendet den Makro-Werkzeugleistenknopf 
32264 \begin_inset Graphics
32265         filename ../../images/math-macro-add-param.png
32266         scale 85
32267
32268 \end_inset
32269
32270 .
32271  Argumentplatzhalter werden rot dargestellt.
32272  Es sind maximal 9
32273 \begin_inset space ~
32274 \end_inset
32275
32276 Argumente möglich.
32277  Optionale Argumente werden mit dem Werkzeugleistenknopf 
32278 \begin_inset Graphics
32279         filename ../../images/math-macro-add-optional-param.png
32280         scale 85
32281
32282 \end_inset
32283
32284  erstellt.
32285  Mit dem Werkzeugleistenknopf 
32286 \begin_inset Graphics
32287         filename ../../images/math-macro-make-optional.png
32288         scale 85
32289
32290 \end_inset
32291
32292  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
32293  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
32294  werden soll.
32295  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
32296  Kästchen leer lässt.
32297  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
32298  einnimmt, kann man in das Kästchen z.
32299 \begin_inset space \thinspace{}
32300 \end_inset
32301
32302 B.
32303 \begin_inset Newline newline
32304 \end_inset
32305
32306
32307 \series bold
32308 qG: 
32309 \backslash
32310 #1
32311 \series default
32312  
32313 \series bold
32314 ,
32315 \series default
32316  
32317 \series bold
32318
32319 \backslash
32320 #2
32321 \series default
32322  
32323 \series bold
32324 ,
32325 \series default
32326  
32327 \series bold
32328
32329 \backslash
32330 #3, 
32331 \backslash
32332 #4
32333 \begin_inset Newline newline
32334 \end_inset
32335
32336
32337 \series default
32338 eingeben.
32339  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
32340  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
32341  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
32342  wurde.
32343 \begin_inset Newline newline
32344 \end_inset
32345
32346 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
32347  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
32348 \family sans
32349 Ansicht\SpecialChar \menuseparator
32350 Mathe-Makro
32351 \begin_inset space ~
32352 \end_inset
32353
32354 auf/zuklappen
32355 \family default
32356  verwendet.
32357 \end_layout
32358
32359 \begin_layout Standard
32360 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
32361  ein, in unserem Fall 
32362 \series bold
32363
32364 \backslash
32365 qG
32366 \series default
32367 .
32368  Unser Makro sieht in LyX folgendermaßen aus:
32369 \begin_inset Newline newline
32370 \end_inset
32371
32372
32373 \begin_inset space \hspace*{\fill}
32374 \end_inset
32375
32376
32377 \begin_inset Graphics
32378         filename ../clipart/macrouse.png
32379
32380 \end_inset
32381
32382
32383 \begin_inset space \hspace*{\fill}
32384 \end_inset
32385
32386
32387 \begin_inset Newline newline
32388 \end_inset
32389
32390 Hier ist unser Makro-Beispiel mit den Argumenten 
32391 \begin_inset Formula $x$
32392 \end_inset
32393
32394
32395 \begin_inset Formula $\ln(x)$
32396 \end_inset
32397
32398  und 
32399 \begin_inset Formula $B$
32400 \end_inset
32401
32402 :
32403 \end_layout
32404
32405 \begin_layout Standard
32406 \begin_inset Formula 
32407 \[
32408 \qG x{\ln(x)}B
32409 \]
32410
32411 \end_inset
32412
32413
32414 \end_layout
32415
32416 \begin_layout Standard
32417 LyX bietet im Menü 
32418 \family sans
32419 Werkzeuge\SpecialChar \menuseparator
32420 Einstellungen\SpecialChar \menuseparator
32421 Bearbeiten\SpecialChar \menuseparator
32422 Kontrolle
32423 \family default
32424  verschiedene Bearbeitungsstile für Makros an.
32425  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
32426  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
32427  zu sehen.
32428 \end_layout
32429
32430 \begin_layout Standard
32431 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
32432 \series bold
32433
32434 \backslash
32435 new\SpecialChar \-
32436 command
32437 \series default
32438 -Befehl umgewandelt.
32439  Der 
32440 \series bold
32441
32442 \backslash
32443 newcommand
32444 \series default
32445 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
32446  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
32447  Makrodefinitionsbox befinden.
32448 \end_layout
32449
32450 \begin_layout Standard
32451 Mathe-Makros können auch direkt aus einem 
32452 \series bold
32453
32454 \backslash
32455 newcommand
32456 \series default
32457 -Befehl erstellt werden.
32458  Schreibt man z.
32459 \begin_inset space \thinspace{}
32460 \end_inset
32461
32462 B.
32463  den Befehl
32464 \series bold
32465
32466 \begin_inset Newline newline
32467 \end_inset
32468
32469
32470 \backslash
32471 newcommand{
32472 \backslash
32473 larrow}[2]{
32474 \backslash
32475 xleftarrow[#2]{#1}}
32476 \begin_inset Newline newline
32477 \end_inset
32478
32479
32480 \series default
32481 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
32482 zel 
32483 \family sans
32484 Strg+M
32485 \family default
32486 , wird der Befehl in ein Mathe-Makro umgewandelt.
32487  Bei dieser Methode muss man jedoch aufpassen, dass der 
32488 \series bold
32489
32490 \backslash
32491 newcommand
32492 \series default
32493 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
32494  erstellt, dass später LaTeX-Fehler hervorruft.
32495 \end_layout
32496
32497 \begin_layout Standard
32498 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
32499  Makrodefinition fehlerhaft behandelt werden.
32500  Dadurch kann das Beispiel 
32501 \series bold
32502
32503 \backslash
32504 fb
32505 \series default
32506  aus 
32507 \begin_inset CommandInset ref
32508 LatexCommand ref
32509 reference "sub:Der-Befehl-newcommand"
32510
32511 \end_inset
32512
32513  nicht als Makro erzeugt werden.
32514 \end_layout
32515
32516 \begin_layout Standard
32517 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
32518  in LyX angezeigt:
32519 \end_layout
32520
32521 \begin_layout Standard
32522 \begin_inset VSpace defskip
32523 \end_inset
32524
32525
32526 \end_layout
32527
32528 \begin_layout Standard
32529 \begin_inset Graphics
32530         filename ../clipart/MacroToolbar.png
32531
32532 \end_inset
32533
32534
32535 \begin_inset Index idx
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539 Makros ! Werkzeugleiste
32540 \end_layout
32541
32542 \end_inset
32543
32544
32545 \end_layout
32546
32547 \begin_layout Standard
32548 \begin_inset VSpace defskip
32549 \end_inset
32550
32551
32552 \end_layout
32553
32554 \begin_layout Standard
32555 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
32556 \end_layout
32557
32558 \begin_layout Standard
32559 \begin_inset VSpace defskip
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \begin_layout Standard
32566 \begin_inset Tabular
32567 <lyxtabular version="3" rows="9" columns="2">
32568 <features rotate="0" islongtable="true" longtabularalignment="center">
32569 <column alignment="left" valignment="top">
32570 <column alignment="left" valignment="top" width="85col%">
32571 <row interlinespace="2.5mm">
32572 <cell alignment="center" valignment="top" usebox="none">
32573 \begin_inset Text
32574
32575 \begin_layout Plain Layout
32576 \begin_inset Graphics
32577         filename ../../images/math-macro-remove-param.png
32578         rotateOrigin center
32579
32580 \end_inset
32581
32582
32583 \end_layout
32584
32585 \end_inset
32586 </cell>
32587 <cell alignment="center" valignment="top" usebox="none">
32588 \begin_inset Text
32589
32590 \begin_layout Plain Layout
32591
32592 \family sans
32593 Bearbeiten\SpecialChar \menuseparator
32594 Mathe\SpecialChar \menuseparator
32595 Makro-Definition\SpecialChar \menuseparator
32596 Letztes Argument entfernen
32597 \end_layout
32598
32599 \end_inset
32600 </cell>
32601 </row>
32602 <row interlinespace="2.5mm">
32603 <cell alignment="center" valignment="top" usebox="none">
32604 \begin_inset Text
32605
32606 \begin_layout Plain Layout
32607 \begin_inset Graphics
32608         filename ../../images/math-macro-add-param.png
32609         rotateOrigin center
32610
32611 \end_inset
32612
32613
32614 \end_layout
32615
32616 \end_inset
32617 </cell>
32618 <cell alignment="center" valignment="top" usebox="none">
32619 \begin_inset Text
32620
32621 \begin_layout Plain Layout
32622
32623 \family sans
32624 Bearbeiten\SpecialChar \menuseparator
32625 Mathe\SpecialChar \menuseparator
32626 Makro-Definition\SpecialChar \menuseparator
32627 Argument hinzufügen
32628 \end_layout
32629
32630 \end_inset
32631 </cell>
32632 </row>
32633 <row interlinespace="2.5mm">
32634 <cell alignment="center" valignment="top" usebox="none">
32635 \begin_inset Text
32636
32637 \begin_layout Plain Layout
32638 \begin_inset Graphics
32639         filename ../../images/math-macro-make-optional.png
32640         rotateOrigin center
32641
32642 \end_inset
32643
32644
32645 \end_layout
32646
32647 \end_inset
32648 </cell>
32649 <cell alignment="center" valignment="top" usebox="none">
32650 \begin_inset Text
32651
32652 \begin_layout Plain Layout
32653
32654 \family sans
32655 Bearbeiten\SpecialChar \menuseparator
32656 Mathe\SpecialChar \menuseparator
32657 Makro-Definition\SpecialChar \menuseparator
32658 Das erste nicht-optionale
32659 \begin_inset Newline newline
32660 \end_inset
32661
32662
32663 \begin_inset Phantom HPhantom
32664 status open
32665
32666 \begin_layout Plain Layout
32667
32668 \family sans
32669 Bearbeiten\SpecialChar \menuseparator
32670 Mathe\SpecialChar \menuseparator
32671 Makro-Definition\SpecialChar \menuseparator
32672
32673 \end_layout
32674
32675 \end_inset
32676
32677 Argument in einen optionales
32678 \begin_inset Newline newline
32679 \end_inset
32680
32681
32682 \begin_inset Phantom HPhantom
32683 status open
32684
32685 \begin_layout Plain Layout
32686
32687 \family sans
32688 Bearbeiten\SpecialChar \menuseparator
32689 Mathe\SpecialChar \menuseparator
32690 Makro-Definition\SpecialChar \menuseparator
32691
32692 \end_layout
32693
32694 \end_inset
32695
32696 ändern
32697 \end_layout
32698
32699 \end_inset
32700 </cell>
32701 </row>
32702 <row interlinespace="2.5mm">
32703 <cell alignment="center" valignment="top" usebox="none">
32704 \begin_inset Text
32705
32706 \begin_layout Plain Layout
32707 \begin_inset Graphics
32708         filename ../../images/math-macro-make-nonoptional.png
32709         rotateOrigin center
32710
32711 \end_inset
32712
32713
32714 \end_layout
32715
32716 \end_inset
32717 </cell>
32718 <cell alignment="center" valignment="top" usebox="none">
32719 \begin_inset Text
32720
32721 \begin_layout Plain Layout
32722
32723 \family sans
32724 Bearbeiten\SpecialChar \menuseparator
32725 Mathe\SpecialChar \menuseparator
32726 Makro-Definition\SpecialChar \menuseparator
32727 Das letzte optionale Argument in
32728 \begin_inset Newline newline
32729 \end_inset
32730
32731
32732 \begin_inset Phantom HPhantom
32733 status open
32734
32735 \begin_layout Plain Layout
32736
32737 \family sans
32738 Bearbeiten\SpecialChar \menuseparator
32739 Mathe\SpecialChar \menuseparator
32740 Makro-Definition\SpecialChar \menuseparator
32741
32742 \end_layout
32743
32744 \end_inset
32745
32746 einen nicht-optionales ändern
32747 \end_layout
32748
32749 \end_inset
32750 </cell>
32751 </row>
32752 <row interlinespace="2.5mm">
32753 <cell alignment="center" valignment="top" usebox="none">
32754 \begin_inset Text
32755
32756 \begin_layout Plain Layout
32757 \begin_inset Graphics
32758         filename ../../images/math-macro-remove-optional-param.png
32759         rotateOrigin center
32760
32761 \end_inset
32762
32763
32764 \end_layout
32765
32766 \end_inset
32767 </cell>
32768 <cell alignment="center" valignment="top" usebox="none">
32769 \begin_inset Text
32770
32771 \begin_layout Plain Layout
32772
32773 \family sans
32774 Bearbeiten\SpecialChar \menuseparator
32775 Mathe\SpecialChar \menuseparator
32776 Makro-Definition\SpecialChar \menuseparator
32777 Optionales Argument entfernen
32778 \end_layout
32779
32780 \end_inset
32781 </cell>
32782 </row>
32783 <row interlinespace="2.5mm">
32784 <cell alignment="center" valignment="top" usebox="none">
32785 \begin_inset Text
32786
32787 \begin_layout Plain Layout
32788 \begin_inset Graphics
32789         filename ../../images/math-macro-add-optional-param.png
32790         rotateOrigin center
32791
32792 \end_inset
32793
32794
32795 \end_layout
32796
32797 \end_inset
32798 </cell>
32799 <cell alignment="center" valignment="top" usebox="none">
32800 \begin_inset Text
32801
32802 \begin_layout Plain Layout
32803
32804 \family sans
32805 Bearbeiten\SpecialChar \menuseparator
32806 Mathe\SpecialChar \menuseparator
32807 Makro-Definition\SpecialChar \menuseparator
32808 Optionales Argument einfügen
32809 \end_layout
32810
32811 \end_inset
32812 </cell>
32813 </row>
32814 <row interlinespace="2.5mm">
32815 <cell alignment="center" valignment="top" usebox="none">
32816 \begin_inset Text
32817
32818 \begin_layout Plain Layout
32819 \begin_inset Graphics
32820         filename ../../images/math-macro-remove-greedy-param.png
32821         rotateOrigin center
32822
32823 \end_inset
32824
32825
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 <cell alignment="center" valignment="top" usebox="none">
32831 \begin_inset Text
32832
32833 \begin_layout Plain Layout
32834
32835 \family sans
32836 Bearbeiten\SpecialChar \menuseparator
32837 Mathe\SpecialChar \menuseparator
32838 Makro-Definition\SpecialChar \menuseparator
32839 Letztes Argument rechts entfernen
32840 \end_layout
32841
32842 \end_inset
32843 </cell>
32844 </row>
32845 <row interlinespace="2.5mm">
32846 <cell alignment="center" valignment="top" usebox="none">
32847 \begin_inset Text
32848
32849 \begin_layout Plain Layout
32850 \begin_inset Graphics
32851         filename ../../images/math-macro-append-greedy-param.png
32852         rotateOrigin center
32853
32854 \end_inset
32855
32856
32857 \end_layout
32858
32859 \end_inset
32860 </cell>
32861 <cell alignment="center" valignment="top" usebox="none">
32862 \begin_inset Text
32863
32864 \begin_layout Plain Layout
32865
32866 \family sans
32867 Bearbeiten\SpecialChar \menuseparator
32868 Mathe\SpecialChar \menuseparator
32869 Makro-Definition\SpecialChar \menuseparator
32870 Argument von rechts hinzufügen
32871 \end_layout
32872
32873 \end_inset
32874 </cell>
32875 </row>
32876 <row interlinespace="2.5mm">
32877 <cell alignment="center" valignment="top" usebox="none">
32878 \begin_inset Text
32879
32880 \begin_layout Plain Layout
32881 \begin_inset Graphics
32882         filename ../../images/math-macro-add-greedy-optional-param.png
32883         rotateOrigin center
32884
32885 \end_inset
32886
32887
32888 \end_layout
32889
32890 \end_inset
32891 </cell>
32892 <cell alignment="center" valignment="top" usebox="none">
32893 \begin_inset Text
32894
32895 \begin_layout Plain Layout
32896
32897 \family sans
32898 Bearbeiten\SpecialChar \menuseparator
32899 Mathe\SpecialChar \menuseparator
32900 Makro-Definition\SpecialChar \menuseparator
32901 Optionales Argument von rechts
32902 \begin_inset Newline newline
32903 \end_inset
32904
32905
32906 \begin_inset Phantom HPhantom
32907 status open
32908
32909 \begin_layout Plain Layout
32910
32911 \family sans
32912 Bearbeiten\SpecialChar \menuseparator
32913 Mathe\SpecialChar \menuseparator
32914 Makro-Definition\SpecialChar \menuseparator
32915
32916 \end_layout
32917
32918 \end_inset
32919
32920 hinzufügen
32921 \end_layout
32922
32923 \end_inset
32924 </cell>
32925 </row>
32926 </lyxtabular>
32927
32928 \end_inset
32929
32930
32931 \end_layout
32932
32933 \begin_layout Section
32934 Computeralgebrasysteme
32935 \end_layout
32936
32937 \begin_layout Standard
32938 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
32939  oder benutzerdefinierten Skripten auszutauschen.
32940  Momentan werden folgende Anwendungen unterstützt: 
32941 \family typewriter
32942 Maple
32943 \family default
32944
32945 \family typewriter
32946 Mathematica
32947 \family default
32948
32949 \family typewriter
32950 Maxima
32951 \family default
32952  und 
32953 \family typewriter
32954 Octave
32955 \family default
32956 .
32957  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
32958  sehr einfache Fälle beschränkt sind.
32959 \end_layout
32960
32961 \begin_layout Subsection
32962 Verwendung
32963 \end_layout
32964
32965 \begin_layout Standard
32966 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
32967 \family sans
32968 Bearbeiten\SpecialChar \menuseparator
32969 Mathe\SpecialChar \menuseparator
32970 Computer-Algebra-System verwenden
32971 \family default
32972  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
32973  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
32974  mit dem 
32975 \begin_inset Quotes gld
32976 \end_inset
32977
32978 =
32979 \begin_inset Quotes grd
32980 \end_inset
32981
32982  Operator erscheinen.
32983 \end_layout
32984
32985 \begin_layout Standard
32986 Hier sind ein paar einfache Beispiele (mit Resultaten von 
32987 \family typewriter
32988 Maxima
32989 \family default
32990 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
32991 \end_layout
32992
32993 \begin_layout Itemize
32994 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Itemize
33001 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33002 \end_inset
33003
33004
33005 \end_layout
33006
33007 \begin_layout Itemize
33008 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33009 \end_inset
33010
33011
33012 \end_layout
33013
33014 \begin_layout Itemize
33015 \begin_inset Formula $\det\left[\begin{array}{ccc}
33016 1 & 6 & 7\\
33017 2 & 5 & 8\\
33018 3 & 4 & 17
33019 \end{array}\right]=-56$
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \begin_layout Itemize
33026 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33027 \end_inset
33028
33029
33030 \end_layout
33031
33032 \begin_layout Subsection
33033 Tastenkürzel
33034 \end_layout
33035
33036 \begin_layout Standard
33037 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
33038  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
33039 \family sans
33040 math-extern
33041 \family default
33042  verknüpfen (siehe das 
33043 \emph on
33044 LyX-Funktionen
33045 \emph default
33046  Handbuch).
33047  Man kann z.
33048 \begin_inset space \thinspace{}
33049 \end_inset
33050
33051 B.
33052  die 
33053 \family sans
33054 Enter
33055 \family default
33056 -Taste in Formeln verknüpfen.
33057  Um sie mit 
33058 \family typewriter
33059 Maxima
33060 \family default
33061  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
33062 \end_layout
33063
33064 \begin_layout Standard
33065
33066 \series bold
33067 command-alternatives break-paragraph;math-extern maxima
33068 \end_layout
33069
33070 \begin_layout Section
33071 Verschiedenes
33072 \begin_inset Index idx
33073 status collapsed
33074
33075 \begin_layout Plain Layout
33076 Verschiedenes
33077 \end_layout
33078
33079 \end_inset
33080
33081
33082 \end_layout
33083
33084 \begin_layout Subsection
33085 Negative Zahlen
33086 \begin_inset Index idx
33087 status collapsed
33088
33089 \begin_layout Plain Layout
33090 Zahlen ! negative
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Standard
33099 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
33100  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
33101  dargestellt.
33102  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
33103  Minuszeichen korrekt.
33104 \end_layout
33105
33106 \begin_layout Standard
33107 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
33108  nicht mehr auf.
33109 \end_layout
33110
33111 \begin_layout Standard
33112 Ein Beispiel zur Veranschaulichung der Problematik:
33113 \end_layout
33114
33115 \begin_layout Standard
33116 \align center
33117 \begin_inset Tabular
33118 <lyxtabular version="3" rows="3" columns="2">
33119 <features rotate="0" tabularvalignment="middle">
33120 <column alignment="right" valignment="top">
33121 <column alignment="left" valignment="top">
33122 <row>
33123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33124 \begin_inset Text
33125
33126 \begin_layout Plain Layout
33127 normaler Text:
33128 \end_layout
33129
33130 \end_inset
33131 </cell>
33132 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33133 \begin_inset Text
33134
33135 \begin_layout Plain Layout
33136 x = -2
33137 \end_layout
33138
33139 \end_inset
33140 </cell>
33141 </row>
33142 <row>
33143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33144 \begin_inset Text
33145
33146 \begin_layout Plain Layout
33147 Formelmodus:
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33153 \begin_inset Text
33154
33155 \begin_layout Plain Layout
33156 \begin_inset Formula $x=-2$
33157 \end_inset
33158
33159
33160 \end_layout
33161
33162 \end_inset
33163 </cell>
33164 </row>
33165 <row>
33166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33167 \begin_inset Text
33168
33169 \begin_layout Plain Layout
33170 Lösung:
33171 \end_layout
33172
33173 \end_inset
33174 </cell>
33175 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33176 \begin_inset Text
33177
33178 \begin_layout Plain Layout
33179 \begin_inset Formula $x=\textrm{-}2$
33180 \end_inset
33181
33182
33183 \end_layout
33184
33185 \end_inset
33186 </cell>
33187 </row>
33188 </lyxtabular>
33189
33190 \end_inset
33191
33192
33193 \end_layout
33194
33195 \begin_layout Subsection
33196 Komma als Dezimaltrennzeichen
33197 \begin_inset Index idx
33198 status collapsed
33199
33200 \begin_layout Plain Layout
33201 Komma
33202 \end_layout
33203
33204 \end_inset
33205
33206
33207 \end_layout
33208
33209 \begin_layout Standard
33210 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
33211  als Gruppentrennzeichen.
33212  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
33213  eingefügt.
33214 \end_layout
33215
33216 \begin_layout Standard
33217 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
33218  Text um (Tastenkürzel 
33219 \family sans
33220 Alt+M
33221 \begin_inset space ~
33222 \end_inset
33223
33224 M
33225 \family default
33226 ).
33227 \end_layout
33228
33229 \begin_layout Standard
33230 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
33231  lädt man die Datei 
33232 \series bold
33233 icomma.sty
33234 \series default
33235
33236 \begin_inset Foot
33237 status collapsed
33238
33239 \begin_layout Plain Layout
33240
33241 \series bold
33242 icomma
33243 \series default
33244  ist Teil des LaTeX-Paketes 
33245 \series bold
33246 was
33247 \series default
33248
33249 \begin_inset Index idx
33250 status collapsed
33251
33252 \begin_layout Plain Layout
33253 Pakete ! was
33254 \begin_inset ERT
33255 status collapsed
33256
33257 \begin_layout Plain Layout
33258
33259
33260 \backslash
33261 vspace{4mm}
33262 \end_layout
33263
33264 \end_inset
33265
33266
33267 \end_layout
33268
33269 \end_inset
33270
33271 .
33272 \end_layout
33273
33274 \end_inset
33275
33276
33277 \begin_inset Index idx
33278 status collapsed
33279
33280 \begin_layout Plain Layout
33281 Pakete ! icomma
33282 \end_layout
33283
33284 \end_inset
33285
33286  mit der LaTeX-Vorspannzeile
33287 \end_layout
33288
33289 \begin_layout Standard
33290
33291 \series bold
33292
33293 \backslash
33294 usepackage{icomma}
33295 \end_layout
33296
33297 \begin_layout Subsection
33298 Physikalische Vektoren
33299 \begin_inset CommandInset label
33300 LatexCommand label
33301 name "sub:Physikalische-Vektoren"
33302
33303 \end_inset
33304
33305
33306 \begin_inset Index idx
33307 status collapsed
33308
33309 \begin_layout Plain Layout
33310 Vektoren ! physikalische
33311 \end_layout
33312
33313 \end_inset
33314
33315
33316 \end_layout
33317
33318 \begin_layout Standard
33319 Vordefinierte Vektoren bietet das LaTeX-Paket 
33320 \series bold
33321 braket
33322 \series default
33323
33324 \begin_inset Index idx
33325 status collapsed
33326
33327 \begin_layout Plain Layout
33328 Pakete ! braket
33329 \end_layout
33330
33331 \end_inset
33332
33333 , das mit der LaTeX-Vorspannzeile
33334 \end_layout
33335
33336 \begin_layout Standard
33337
33338 \series bold
33339
33340 \backslash
33341 usepackage{braket}
33342 \end_layout
33343
33344 \begin_layout Standard
33345 geladen wird.
33346 \begin_inset ERT
33347 status collapsed
33348
33349 \begin_layout Plain Layout
33350
33351
33352 \backslash
33353 ifbraket 
33354 \end_layout
33355
33356 \end_inset
33357
33358
33359 \begin_inset Note Note
33360 status open
33361
33362 \begin_layout Plain Layout
33363 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33364 \series bold
33365 braket
33366 \series default
33367  installiert ist:
33368 \end_layout
33369
33370 \end_inset
33371
33372
33373 \end_layout
33374
33375 \begin_layout Standard
33376 Folgende Befehle sind definiert:
33377 \end_layout
33378
33379 \begin_layout Standard
33380 \align center
33381 \begin_inset Tabular
33382 <lyxtabular version="3" rows="4" columns="2">
33383 <features rotate="0" tabularvalignment="middle">
33384 <column alignment="center" valignment="top">
33385 <column alignment="center" valignment="top">
33386 <row>
33387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33388 \begin_inset Text
33389
33390 \begin_layout Plain Layout
33391 Befehl
33392 \end_layout
33393
33394 \end_inset
33395 </cell>
33396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33397 \begin_inset Text
33398
33399 \begin_layout Plain Layout
33400 Ergebnis
33401 \end_layout
33402
33403 \end_inset
33404 </cell>
33405 </row>
33406 <row>
33407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33408 \begin_inset Text
33409
33410 \begin_layout Plain Layout
33411
33412 \backslash
33413 Bra{
33414 \backslash
33415 psi
33416 \end_layout
33417
33418 \end_inset
33419 </cell>
33420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33421 \begin_inset Text
33422
33423 \begin_layout Plain Layout
33424 \begin_inset Formula $\Bra{\psi}$
33425 \end_inset
33426
33427
33428 \end_layout
33429
33430 \end_inset
33431 </cell>
33432 </row>
33433 <row>
33434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438
33439 \backslash
33440 Ket{
33441 \backslash
33442 psi
33443 \end_layout
33444
33445 \end_inset
33446 </cell>
33447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33448 \begin_inset Text
33449
33450 \begin_layout Plain Layout
33451 \begin_inset Formula $\Ket{\psi}$
33452 \end_inset
33453
33454
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 </row>
33460 <row>
33461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33462 \begin_inset Text
33463
33464 \begin_layout Plain Layout
33465
33466 \backslash
33467 Braket{
33468 \backslash
33469 psi|
33470 \backslash
33471 phi
33472 \end_layout
33473
33474 \end_inset
33475 </cell>
33476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33477 \begin_inset Text
33478
33479 \begin_layout Plain Layout
33480 \begin_inset Formula $\Braket{\psi|\phi}$
33481 \end_inset
33482
33483
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 </row>
33489 </lyxtabular>
33490
33491 \end_inset
33492
33493
33494 \end_layout
33495
33496 \begin_layout Standard
33497 Der Befehl 
33498 \series bold
33499
33500 \backslash
33501 Braket
33502 \series default
33503  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33504  Klammern gesetzt werden:
33505 \begin_inset Formula 
33506 \[
33507 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33508 \]
33509
33510 \end_inset
33511
33512
33513 \begin_inset ERT
33514 status collapsed
33515
33516 \begin_layout Plain Layout
33517
33518
33519 \backslash
33520 else 
33521 \end_layout
33522
33523 \end_inset
33524
33525
33526 \begin_inset Note Note
33527 status open
33528
33529 \begin_layout Plain Layout
33530 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33531 \series bold
33532 braket
33533 \series default
33534  nicht installiert ist:
33535 \end_layout
33536
33537 \end_inset
33538
33539
33540 \end_layout
33541
33542 \begin_layout Standard
33543 Das LaTeX-Paket 
33544 \series bold
33545 braket 
33546 \series default
33547 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33548 \end_layout
33549
33550 \begin_layout Standard
33551 \begin_inset ERT
33552 status collapsed
33553
33554 \begin_layout Plain Layout
33555
33556
33557 \backslash
33558 fi 
33559 \end_layout
33560
33561 \end_inset
33562
33563
33564 \end_layout
33565
33566 \begin_layout Standard
33567 Der Effekt von 
33568 \series bold
33569
33570 \backslash
33571 Braket
33572 \series default
33573  kann auch mit dem Befehl 
33574 \series bold
33575
33576 \backslash
33577 middle
33578 \series default
33579  erzielt werden, der in 
33580 \begin_inset CommandInset ref
33581 LatexCommand ref
33582 reference "sub:Automatische-Klammergrößen"
33583
33584 \end_inset
33585
33586  beschrieben ist.
33587 \end_layout
33588
33589 \begin_layout Subsection
33590 Selbst definierte Brüche
33591 \begin_inset CommandInset label
33592 LatexCommand label
33593 name "sub:Selbstdefinierte-Brüche"
33594
33595 \end_inset
33596
33597
33598 \begin_inset Index idx
33599 status collapsed
33600
33601 \begin_layout Plain Layout
33602 Brüche ! selbstdefinierte
33603 \end_layout
33604
33605 \end_inset
33606
33607
33608 \end_layout
33609
33610 \begin_layout Standard
33611 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33612 \series bold
33613
33614 \backslash
33615 genfrac
33616 \series default
33617
33618 \begin_inset Index idx
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622 Befehle ! G ! 
33623 \backslash
33624 genfrac
33625 \end_layout
33626
33627 \end_inset
33628
33629  in folgendem Schema:
33630 \end_layout
33631
33632 \begin_layout Standard
33633
33634 \series bold
33635
33636 \backslash
33637 genfrac{linke
33638 \series default
33639  
33640 \series bold
33641 Klammer}{rechte
33642 \series default
33643  
33644 \series bold
33645 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33646 \begin_inset Newline newline
33647 \end_inset
33648
33649
33650 \begin_inset Phantom HPhantom
33651 status open
33652
33653 \begin_layout Plain Layout
33654
33655 \series bold
33656
33657 \backslash
33658 genfrac
33659 \end_layout
33660
33661 \end_inset
33662
33663 {Zähler}{Nenner}
33664 \end_layout
33665
33666 \begin_layout Standard
33667 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33668 \begin_inset space \thinspace{}
33669 \end_inset
33670
33671 -
33672 \begin_inset space \thinspace{}
33673 \end_inset
33674
33675 3 angegeben.
33676 \end_layout
33677
33678 \begin_layout Standard
33679 \align center
33680 \begin_inset Tabular
33681 <lyxtabular version="3" rows="5" columns="2">
33682 <features rotate="0" tabularvalignment="middle">
33683 <column alignment="center" valignment="top">
33684 <column alignment="center" valignment="top">
33685 <row>
33686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33687 \begin_inset Text
33688
33689 \begin_layout Plain Layout
33690 Nummer
33691 \end_layout
33692
33693 \end_inset
33694 </cell>
33695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33696 \begin_inset Text
33697
33698 \begin_layout Plain Layout
33699 Ansichtsstil
33700 \end_layout
33701
33702 \end_inset
33703 </cell>
33704 </row>
33705 <row>
33706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33707 \begin_inset Text
33708
33709 \begin_layout Plain Layout
33710 0
33711 \end_layout
33712
33713 \end_inset
33714 </cell>
33715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33716 \begin_inset Text
33717
33718 \begin_layout Plain Layout
33719 abgesetzte Formel
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 </row>
33725 <row>
33726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33727 \begin_inset Text
33728
33729 \begin_layout Plain Layout
33730 1
33731 \end_layout
33732
33733 \end_inset
33734 </cell>
33735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33736 \begin_inset Text
33737
33738 \begin_layout Plain Layout
33739 eingebettete Formel
33740 \end_layout
33741
33742 \end_inset
33743 </cell>
33744 </row>
33745 <row>
33746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33747 \begin_inset Text
33748
33749 \begin_layout Plain Layout
33750 2
33751 \end_layout
33752
33753 \end_inset
33754 </cell>
33755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33756 \begin_inset Text
33757
33758 \begin_layout Plain Layout
33759 klein
33760 \end_layout
33761
33762 \end_inset
33763 </cell>
33764 </row>
33765 <row>
33766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33767 \begin_inset Text
33768
33769 \begin_layout Plain Layout
33770 3
33771 \end_layout
33772
33773 \end_inset
33774 </cell>
33775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33776 \begin_inset Text
33777
33778 \begin_layout Plain Layout
33779 winzig
33780 \end_layout
33781
33782 \end_inset
33783 </cell>
33784 </row>
33785 </lyxtabular>
33786
33787 \end_inset
33788
33789
33790 \end_layout
33791
33792 \begin_layout Standard
33793 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33794  
33795 \series bold
33796
33797 \backslash
33798 frac
33799 \series default
33800  der Umgebung an.
33801 \end_layout
33802
33803 \begin_layout Standard
33804 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33805  0.4
33806 \begin_inset space \thinspace{}
33807 \end_inset
33808
33809 pt verwendet.
33810 \end_layout
33811
33812 \begin_layout Standard
33813 \begin_inset VSpace medskip
33814 \end_inset
33815
33816 Zum Beispiel sind die Befehle 
33817 \series bold
33818
33819 \backslash
33820 dfrac
33821 \series default
33822  und 
33823 \series bold
33824
33825 \backslash
33826 tbinom
33827 \series default
33828  aus 
33829 \begin_inset CommandInset ref
33830 LatexCommand ref
33831 reference "sub:Brüche"
33832
33833 \end_inset
33834
33835  folgendermaßen definiert:
33836 \end_layout
33837
33838 \begin_layout Standard
33839
33840 \series bold
33841
33842 \backslash
33843 newcommand{
33844 \backslash
33845 dfrac}[2]{
33846 \backslash
33847 genfrac{}{}{}{0}{#1}{#2}}
33848 \end_layout
33849
33850 \begin_layout Standard
33851 und
33852 \end_layout
33853
33854 \begin_layout Standard
33855
33856 \series bold
33857
33858 \backslash
33859 newcommand{
33860 \backslash
33861 tbinom}[2]{
33862 \backslash
33863 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33864 \end_layout
33865
33866 \begin_layout Standard
33867 \begin_inset VSpace medskip
33868 \end_inset
33869
33870 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33871  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33872 \end_layout
33873
33874 \begin_layout Standard
33875
33876 \series bold
33877
33878 \backslash
33879 newcommand{
33880 \backslash
33881 fracS}[3][]{
33882 \backslash
33883 genfrac{}{}{#1}{}{#2}{#3}}
33884 \end_layout
33885
33886 \begin_layout Standard
33887 Dazu ein Test:
33888 \begin_inset Formula 
33889 \begin{align*}
33890 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33891 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
33892 \end{align*}
33893
33894 \end_inset
33895
33896 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33897  in etwa der dreifachen Strichdicke.
33898 \end_layout
33899
33900 \begin_layout Subsection
33901 Durchgestrichene Formeln
33902 \begin_inset Index idx
33903 status collapsed
33904
33905 \begin_layout Plain Layout
33906 Formel ! durchgestrichene
33907 \end_layout
33908
33909 \end_inset
33910
33911
33912 \end_layout
33913
33914 \begin_layout Standard
33915 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \begin_inset ERT
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923
33924
33925 \backslash
33926 ifcancel 
33927 \end_layout
33928
33929 \end_inset
33930
33931
33932 \begin_inset Note Note
33933 status open
33934
33935 \begin_layout Plain Layout
33936 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33937 \series bold
33938 cancel
33939 \series default
33940  installiert ist:
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \begin_layout Standard
33949 \align center
33950 \begin_inset Tabular
33951 <lyxtabular version="3" rows="5" columns="2">
33952 <features rotate="0" tabularvalignment="middle">
33953 <column alignment="center" valignment="top">
33954 <column alignment="center" valignment="top">
33955 <row>
33956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33957 \begin_inset Text
33958
33959 \begin_layout Plain Layout
33960 Befehl
33961 \end_layout
33962
33963 \end_inset
33964 </cell>
33965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33966 \begin_inset Text
33967
33968 \begin_layout Plain Layout
33969 Ergebnis
33970 \begin_inset Note Note
33971 status collapsed
33972
33973 \begin_layout Plain Layout
33974 Der Leerraum und 
33975 \series bold
33976
33977 \backslash
33978 raisebox
33979 \series default
33980  dienen nur als Abstandhalter.
33981 \end_layout
33982
33983 \end_inset
33984
33985
33986 \end_layout
33987
33988 \end_inset
33989 </cell>
33990 </row>
33991 <row>
33992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33993 \begin_inset Text
33994
33995 \begin_layout Plain Layout
33996
33997 \backslash
33998 cancel
33999 \begin_inset space \textvisiblespace{}
34000 \end_inset
34001
34002
34003 \backslash
34004 int
34005 \begin_inset space \textvisiblespace{}
34006 \end_inset
34007
34008 A=B
34009 \end_layout
34010
34011 \end_inset
34012 </cell>
34013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34014 \begin_inset Text
34015
34016 \begin_layout Plain Layout
34017 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34018 \end_inset
34019
34020
34021 \end_layout
34022
34023 \end_inset
34024 </cell>
34025 </row>
34026 <row>
34027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34028 \begin_inset Text
34029
34030 \begin_layout Plain Layout
34031
34032 \backslash
34033 bcancel
34034 \begin_inset space \textvisiblespace{}
34035 \end_inset
34036
34037
34038 \backslash
34039 int
34040 \begin_inset space \textvisiblespace{}
34041 \end_inset
34042
34043 A=B
34044 \end_layout
34045
34046 \end_inset
34047 </cell>
34048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34049 \begin_inset Text
34050
34051 \begin_layout Plain Layout
34052 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34053 \end_inset
34054
34055
34056 \end_layout
34057
34058 \end_inset
34059 </cell>
34060 </row>
34061 <row>
34062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34063 \begin_inset Text
34064
34065 \begin_layout Plain Layout
34066
34067 \backslash
34068 xcancel
34069 \begin_inset space \textvisiblespace{}
34070 \end_inset
34071
34072
34073 \backslash
34074 int
34075 \begin_inset space \textvisiblespace{}
34076 \end_inset
34077
34078 A=B
34079 \end_layout
34080
34081 \end_inset
34082 </cell>
34083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34084 \begin_inset Text
34085
34086 \begin_layout Plain Layout
34087 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34088 \end_inset
34089
34090
34091 \end_layout
34092
34093 \end_inset
34094 </cell>
34095 </row>
34096 <row>
34097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34098 \begin_inset Text
34099
34100 \begin_layout Plain Layout
34101
34102 \backslash
34103 cancelto
34104 \begin_inset space \textvisiblespace{}
34105 \end_inset
34106
34107
34108 \backslash
34109 int
34110 \begin_inset space \textvisiblespace{}
34111 \end_inset
34112
34113 A=B
34114 \begin_inset Formula $\to$
34115 \end_inset
34116
34117 1
34118 \end_layout
34119
34120 \end_inset
34121 </cell>
34122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34123 \begin_inset Text
34124
34125 \begin_layout Plain Layout
34126 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34127 \end_inset
34128
34129
34130 \end_layout
34131
34132 \end_inset
34133 </cell>
34134 </row>
34135 </lyxtabular>
34136
34137 \end_inset
34138
34139
34140 \end_layout
34141
34142 \begin_layout Standard
34143
34144 \series bold
34145
34146 \backslash
34147 cancelto
34148 \series default
34149  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
34150  will:
34151 \begin_inset Formula 
34152 \[
34153 \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}}}
34154 \]
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 Um die Größe des 
34163 \begin_inset Quotes gld
34164 \end_inset
34165
34166 hochgestellten
34167 \begin_inset Quotes grd
34168 \end_inset
34169
34170  Werts von 
34171 \series bold
34172
34173 \backslash
34174 cancelto
34175 \series default
34176  zu ändern, kann man die LaTeX-Vorspannzeile
34177 \end_layout
34178
34179 \begin_layout Standard
34180
34181 \series bold
34182
34183 \backslash
34184 PassOptionsToPackage{Option}{cancel}
34185 \end_layout
34186
34187 \begin_layout Standard
34188 hinzufügen.
34189  
34190 \series bold
34191 Option
34192 \series default
34193  ist entweder 
34194 \series bold
34195 samesize
34196 \series default
34197 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
34198  
34199 \series bold
34200 Smaller
34201 \series default
34202 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
34203 \end_layout
34204
34205 \begin_layout Standard
34206 Um den Durchstrich zu färben, verwendet man den Befehl
34207 \end_layout
34208
34209 \begin_layout Standard
34210
34211 \series bold
34212
34213 \backslash
34214 renewcommand{
34215 \backslash
34216 CancelColor}{
34217 \backslash
34218 color{red}}
34219 \end_layout
34220
34221 \begin_layout Standard
34222 als TeX-Code.
34223  
34224 \series bold
34225 red
34226 \series default
34227  kann durch eine Farbe der Wahl ersetzt werden.
34228 \end_layout
34229
34230 \begin_layout Standard
34231 \begin_inset ERT
34232 status collapsed
34233
34234 \begin_layout Plain Layout
34235
34236
34237 \backslash
34238 renewcommand{
34239 \backslash
34240 CancelColor}{
34241 \backslash
34242 color{red}}
34243 \end_layout
34244
34245 \end_inset
34246
34247
34248 \end_layout
34249
34250 \begin_layout Standard
34251 \begin_inset Formula 
34252 \[
34253 \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}}}
34254 \]
34255
34256 \end_inset
34257
34258
34259 \end_layout
34260
34261 \begin_layout Standard
34262 \begin_inset ERT
34263 status collapsed
34264
34265 \begin_layout Plain Layout
34266
34267
34268 \backslash
34269 renewcommand{
34270 \backslash
34271 CancelColor}{
34272 \backslash
34273 color{black}}
34274 \end_layout
34275
34276 \end_inset
34277
34278
34279 \begin_inset Note Note
34280 status open
34281
34282 \begin_layout Plain Layout
34283 Farbe zurücksetzen
34284 \end_layout
34285
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \begin_layout Standard
34292 Für weitere Anpassungen siehe die Dokumentation des Pakets 
34293 \series bold
34294 cancel
34295 \series default
34296
34297 \begin_inset CommandInset citation
34298 LatexCommand cite
34299 key "cancel"
34300
34301 \end_inset
34302
34303 .
34304 \begin_inset Index idx
34305 status collapsed
34306
34307 \begin_layout Plain Layout
34308 Pakete ! cancel
34309 \end_layout
34310
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \begin_layout Standard
34317 \begin_inset ERT
34318 status collapsed
34319
34320 \begin_layout Plain Layout
34321
34322
34323 \backslash
34324 else 
34325 \end_layout
34326
34327 \end_inset
34328
34329
34330 \begin_inset Note Note
34331 status open
34332
34333 \begin_layout Plain Layout
34334 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34335 \series bold
34336 cancel
34337 \series default
34338  nicht installiert ist:
34339 \end_layout
34340
34341 \end_inset
34342
34343
34344 \end_layout
34345
34346 \begin_layout Standard
34347 Das LaTeX-Paket 
34348 \series bold
34349 cancel 
34350 \series default
34351 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34352 \end_layout
34353
34354 \begin_layout Standard
34355 \begin_inset ERT
34356 status collapsed
34357
34358 \begin_layout Plain Layout
34359
34360
34361 \backslash
34362 fi 
34363 \end_layout
34364
34365 \end_inset
34366
34367
34368 \end_layout
34369
34370 \begin_layout Subsection
34371 Formeln in Überschriften
34372 \begin_inset CommandInset label
34373 LatexCommand label
34374 name "sub:Formeln-in-Überschriften"
34375
34376 \end_inset
34377
34378
34379 \begin_inset Index idx
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383 Formel ! in Überschriften
34384 \end_layout
34385
34386 \end_inset
34387
34388
34389 \end_layout
34390
34391 \begin_layout Standard
34392 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
34393 \end_layout
34394
34395 \begin_layout Standard
34396 \begin_inset Note Greyedout
34397 status open
34398
34399 \begin_layout Plain Layout
34400 Verwendet man 
34401 \series bold
34402 hyperref
34403 \series default
34404
34405 \begin_inset Index idx
34406 status collapsed
34407
34408 \begin_layout Plain Layout
34409 Pakete ! hyperref
34410 \end_layout
34411
34412 \end_inset
34413
34414  Unterstützung im den Dokumenteinstellungen unter 
34415 \family sans
34416 PDF-Eigenschaften
34417 \family default
34418 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
34419  erzeugt.
34420  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34421  dargestellt.
34422  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34423 \end_layout
34424
34425 \end_inset
34426
34427
34428 \end_layout
34429
34430 \begin_layout Standard
34431 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34432  Kurztitel über das Menü 
34433 \family sans
34434 Einfügen\SpecialChar \menuseparator
34435 Kurztitel
34436 \family default
34437  einfügt.
34438  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34439  um das Inhaltsverzeichnis übersichtlich zu halten.
34440  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34441 chen.
34442 \end_layout
34443
34444 \begin_layout Standard
34445 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34446 \series bold
34447 hyperref
34448 \series default
34449 , verwendet man im TeX-Modus den Befehl
34450 \end_layout
34451
34452 \begin_layout Standard
34453
34454 \series bold
34455
34456 \backslash
34457 texorpdfstring{Teil}{Alternative}
34458 \begin_inset Index idx
34459 status collapsed
34460
34461 \begin_layout Plain Layout
34462 Befehle ! T ! 
34463 \backslash
34464 texorpdfstring
34465 \end_layout
34466
34467 \end_inset
34468
34469
34470 \end_layout
34471
34472 \begin_layout Standard
34473 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34474  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34475  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34476  soll.
34477 \end_layout
34478
34479 \begin_layout Standard
34480 Es folgen zwei Beispielüberschriften:
34481 \begin_inset VSpace -3mm
34482 \end_inset
34483
34484
34485 \begin_inset ERT
34486 status collapsed
34487
34488 \begin_layout Plain Layout
34489
34490
34491 \backslash
34492 boldmath 
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \end_layout
34499
34500 \begin_layout Subsubsection
34501 Überschrift ohne Formel im Inhaltsverzeichnis 
34502 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34503 \end_inset
34504
34505
34506 \begin_inset Argument 1
34507 status collapsed
34508
34509 \begin_layout Plain Layout
34510 Überschrift ohne Formel im Inhaltsverzeichnis
34511 \end_layout
34512
34513 \end_inset
34514
34515
34516 \end_layout
34517
34518 \begin_layout Subsubsection
34519 Überschrift mit Formel im Inhaltsverzeichnis
34520 \begin_inset ERT
34521 status collapsed
34522
34523 \begin_layout Plain Layout
34524
34525
34526 \backslash
34527 texorpdfstring{
34528 \end_layout
34529
34530 \end_inset
34531
34532  
34533 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34534 \end_inset
34535
34536
34537 \begin_inset ERT
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541
34542 }{}
34543 \end_layout
34544
34545 \end_inset
34546
34547
34548 \end_layout
34549
34550 \begin_layout Standard
34551 \begin_inset ERT
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555
34556
34557 \backslash
34558 unboldmath 
34559 \end_layout
34560
34561 \end_inset
34562
34563 In der ersten Überschrift wurde ein Kurztitel verwendet.
34564  In der zweiten 
34565 \series bold
34566
34567 \backslash
34568 texorpdfstring
34569 \series default
34570 .
34571 \end_layout
34572
34573 \begin_layout Standard
34574 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34575  die komplette Überschrift in eine 
34576 \series bold
34577 boldmath
34578 \series default
34579 -Umgebung
34580 \begin_inset Foot
34581 status collapsed
34582
34583 \begin_layout Plain Layout
34584 siehe 
34585 \begin_inset CommandInset ref
34586 LatexCommand ref
34587 reference "sub:Fett-gedruckte-Formeln"
34588
34589 \end_inset
34590
34591
34592 \end_layout
34593
34594 \end_inset
34595
34596  gesetzt.
34597 \end_layout
34598
34599 \begin_layout Subsection
34600 Formeln im mehrspaltigen Text
34601 \begin_inset Index idx
34602 status collapsed
34603
34604 \begin_layout Plain Layout
34605 Formel ! im mehrspaltigen Text
34606 \end_layout
34607
34608 \end_inset
34609
34610
34611 \end_layout
34612
34613 \begin_layout Standard
34614 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34615  müssen daher über die gesamte Seitenbreite gesetzt werden.
34616  Dazu verwendet man das LaTeX-Paket 
34617 \series bold
34618 multicol
34619 \series default
34620
34621 \begin_inset Foot
34622 status collapsed
34623
34624 \begin_layout Plain Layout
34625
34626 \series bold
34627 multicol
34628 \series default
34629  ist Teil jeder LaTeX-Standardinstallation.
34630 \end_layout
34631
34632 \end_inset
34633
34634
34635 \begin_inset Index idx
34636 status collapsed
34637
34638 \begin_layout Plain Layout
34639 Pakete ! multicol
34640 \end_layout
34641
34642 \end_inset
34643
34644 , das mit der LaTeX-Vorspannzeile
34645 \end_layout
34646
34647 \begin_layout Standard
34648
34649 \series bold
34650
34651 \backslash
34652 usepackage{multicol}
34653 \end_layout
34654
34655 \begin_layout Standard
34656 geladen wird.
34657 \end_layout
34658
34659 \begin_layout Standard
34660 \begin_inset Note Greyedout
34661 status open
34662
34663 \begin_layout Plain Layout
34664 Dabei ist zu beachten, dass im Menü 
34665 \family sans
34666 Dokument\SpecialChar \menuseparator
34667 Einstellungen
34668 \family default
34669  unter 
34670 \family sans
34671 Textformat
34672 \family default
34673  
34674 \emph on
34675 nicht
34676 \emph default
34677  
34678 \family sans
34679 Zweispaltiges
34680 \begin_inset space ~
34681 \end_inset
34682
34683 Dokument
34684 \family default
34685  ausgewählt sein darf.
34686 \end_layout
34687
34688 \end_inset
34689
34690
34691 \end_layout
34692
34693 \begin_layout Standard
34694 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34695 \end_layout
34696
34697 \begin_layout Standard
34698
34699 \series bold
34700
34701 \backslash
34702 begin{multicols}{Spaltenanzahl}
34703 \end_layout
34704
34705 \begin_layout Standard
34706 wobei die Spaltenanzahl eine Zahl im Bereich 2
34707 \begin_inset space \thinspace{}
34708 \end_inset
34709
34710 -
34711 \begin_inset space \thinspace{}
34712 \end_inset
34713
34714 10 ist.
34715  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34716 \end_layout
34717
34718 \begin_layout Standard
34719
34720 \series bold
34721
34722 \backslash
34723 end{multicols}
34724 \end_layout
34725
34726 \begin_layout Standard
34727 der im TeX-Modus eingegeben wird.
34728 \end_layout
34729
34730 \begin_layout Standard
34731 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
34732  Um dies rückgängig zu machen, fügt man vor der Formel -6
34733 \begin_inset space \thinspace{}
34734 \end_inset
34735
34736 mm vertikalen Leerraum ein.
34737  Ist der Formelstil 
34738 \series bold
34739 Eingerückt
34740 \begin_inset Foot
34741 status collapsed
34742
34743 \begin_layout Plain Layout
34744 Formelstile siehe 
34745 \begin_inset CommandInset ref
34746 LatexCommand ref
34747 reference "sec:Formelstile"
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \end_inset
34755
34756
34757 \series default
34758  gewählt, fügt man stattdessen -9
34759 \begin_inset space \thinspace{}
34760 \end_inset
34761
34762 mm Leerraum ein.
34763 \end_layout
34764
34765 \begin_layout Standard
34766 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
34767 \end_layout
34768
34769 \begin_layout Standard
34770 \begin_inset ERT
34771 status collapsed
34772
34773 \begin_layout Plain Layout
34774
34775
34776 \backslash
34777 begin{multicols}{2}
34778 \end_layout
34779
34780 \end_inset
34781
34782 Das Spektrum wird fouriertransformiert.
34783  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34784 , Lösungsmittel) zu trennen.
34785  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34786  nun das Aussehen des Ausgangssignals.
34787  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34788  über alle Phasen integrieren muss.
34789  Sei nun 
34790 \begin_inset Formula $S$
34791 \end_inset
34792
34793  unser normiertes Ausgangssignal und 
34794 \begin_inset Formula $P$
34795 \end_inset
34796
34797  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34798 \begin_inset ERT
34799 status collapsed
34800
34801 \begin_layout Plain Layout
34802
34803
34804 \backslash
34805 end{multicols}
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \begin_inset VSpace -6mm
34812 \end_inset
34813
34814
34815 \begin_inset Formula 
34816 \begin{equation}
34817 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
34818 \end{equation}
34819
34820 \end_inset
34821
34822
34823 \begin_inset ERT
34824 status collapsed
34825
34826 \begin_layout Plain Layout
34827
34828
34829 \backslash
34830 begin{multicols}{2}
34831 \end_layout
34832
34833 \end_inset
34834
34835 wobei 
34836 \begin_inset Formula $S_{0}$
34837 \end_inset
34838
34839  das Signal ohne Gradient ist und die Normierungsbedingung 
34840 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
34841 \end_inset
34842
34843  gilt.
34844  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
34845  Direkt nach dem 
34846 \begin_inset Formula $\nicefrac{\pi}{2}$
34847 \end_inset
34848
34849
34850 \begin_inset space \thinspace{}
34851 \end_inset
34852
34853 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
34854  das Signal zusätzlich abschwächt.
34855  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
34856  
34857 \begin_inset Formula $T_{2}$
34858 \end_inset
34859
34860 -Zeit.
34861 \end_layout
34862
34863 \begin_layout Standard
34864 \begin_inset ERT
34865 status collapsed
34866
34867 \begin_layout Plain Layout
34868
34869
34870 \backslash
34871 end{multicols}
34872 \end_layout
34873
34874 \end_inset
34875
34876  
34877 \end_layout
34878
34879 \begin_layout Subsection
34880 Formeln mit Beschreibung der Variablen
34881 \begin_inset Index idx
34882 status collapsed
34883
34884 \begin_layout Plain Layout
34885 Formel ! mit Variablenbeschreibung
34886 \end_layout
34887
34888 \end_inset
34889
34890
34891 \end_layout
34892
34893 \begin_layout Standard
34894 Möchte man wie in Formel 
34895 \begin_inset CommandInset ref
34896 LatexCommand eqref
34897 reference "eq:innerhalb"
34898
34899 \end_inset
34900
34901 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
34902 \series bold
34903 ×
34904 \series default
34905
34906 \begin_inset Formula $n$
34907 \end_inset
34908
34909
34910 \begin_inset space ~
34911 \end_inset
34912
34913 Matrix mit links ausgerichteten Spalten für die verwendeten 
34914 \begin_inset Formula $n$
34915 \end_inset
34916
34917  Variablen.
34918 \begin_inset Foot
34919 status collapsed
34920
34921 \begin_layout Plain Layout
34922 Matrizen siehe 
34923 \begin_inset CommandInset ref
34924 LatexCommand ref
34925 reference "sec:Matrizen"
34926
34927 \end_inset
34928
34929
34930 \end_layout
34931
34932 \end_inset
34933
34934  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
34935 \begin_inset space \thinspace{}
34936 \end_inset
34937
34938 B.
34939  den Befehl 
34940 \series bold
34941
34942 \backslash
34943 footnotesize
34944 \series default
34945  ein.
34946 \begin_inset Foot
34947 status collapsed
34948
34949 \begin_layout Plain Layout
34950 Schriftgrößen siehe 
34951 \begin_inset CommandInset ref
34952 LatexCommand ref
34953 reference "sub:Schriftgrößen"
34954
34955 \end_inset
34956
34957
34958 \end_layout
34959
34960 \end_inset
34961
34962
34963 \end_layout
34964
34965 \begin_layout Standard
34966 Wird der Formelstil 
34967 \series bold
34968 Eingerückt
34969 \begin_inset Foot
34970 status collapsed
34971
34972 \begin_layout Plain Layout
34973 Formelstile siehe 
34974 \begin_inset CommandInset ref
34975 LatexCommand ref
34976 reference "sec:Formelstile"
34977
34978 \end_inset
34979
34980
34981 \end_layout
34982
34983 \end_inset
34984
34985
34986 \series default
34987  verwendet, fügt man vor und nach der Matrix ein 
34988 \series bold
34989
34990 \backslash
34991 hfill
34992 \series default
34993
34994 \begin_inset Foot
34995 status collapsed
34996
34997 \begin_layout Plain Layout
34998
34999 \series bold
35000
35001 \backslash
35002 hfill
35003 \series default
35004  wirkt nur in Formeln mit dem Stil 
35005 \series bold
35006 Eingerückt
35007 \series default
35008 , siehe 
35009 \begin_inset CommandInset ref
35010 LatexCommand ref
35011 reference "sub:Variabler-Leerraum"
35012
35013 \end_inset
35014
35015 .
35016 \end_layout
35017
35018 \end_inset
35019
35020  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35021  gleich ist.
35022 \end_layout
35023
35024 \begin_layout Standard
35025 Ist der Formelstil 
35026 \series bold
35027 Zentriert
35028 \series default
35029  gewählt, nutzt man die in 
35030 \begin_inset CommandInset ref
35031 LatexCommand ref
35032 reference "sub:Flalign-Umgebung"
35033
35034 \end_inset
35035
35036  beschriebene Möglichkeit, Formeln einzurücken.
35037  Formel 
35038 \begin_inset CommandInset ref
35039 LatexCommand eqref
35040 reference "eq:innerhalb"
35041
35042 \end_inset
35043
35044  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
35045  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
35046 \begin_inset Formula 
35047 \begin{flalign}
35048 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35049 \rho & \textrm{Dichte}\\
35050 V & \textrm{Volumen}\\
35051 g & \textrm{Fallbeschleunigung}
35052 \end{array} &  & {}\label{eq:innerhalb}
35053 \end{flalign}
35054
35055 \end_inset
35056
35057
35058 \end_layout
35059
35060 \begin_layout Subsection
35061 Aufrechte kleine griechische Buchstaben
35062 \begin_inset CommandInset label
35063 LatexCommand label
35064 name "sub:Aufrechte-kleine-griechische"
35065
35066 \end_inset
35067
35068
35069 \begin_inset Index idx
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073 griechische Buchstaben ! aufrechte
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
35083  zur Verfügung.
35084  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
35085  aufrechte griechische Buchstaben benötigt.
35086  Die Datei 
35087 \series bold
35088 upgreek.sty
35089 \series default
35090
35091 \begin_inset Foot
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095
35096 \series bold
35097 upgreek
35098 \series default
35099  ist Teil des LaTeX-Paketes 
35100 \series bold
35101 was
35102 \series default
35103
35104 \begin_inset Index idx
35105 status collapsed
35106
35107 \begin_layout Plain Layout
35108 Pakete ! was
35109 \begin_inset ERT
35110 status collapsed
35111
35112 \begin_layout Plain Layout
35113
35114
35115 \backslash
35116 vspace{4mm}
35117 \end_layout
35118
35119 \end_inset
35120
35121
35122 \end_layout
35123
35124 \end_inset
35125
35126 .
35127 \end_layout
35128
35129 \end_inset
35130
35131
35132 \begin_inset Index idx
35133 status collapsed
35134
35135 \begin_layout Plain Layout
35136 Pakete ! upgreek
35137 \end_layout
35138
35139 \end_inset
35140
35141 , die mit der LaTeX-Vorspannzeile
35142 \end_layout
35143
35144 \begin_layout Standard
35145
35146 \series bold
35147
35148 \backslash
35149 usepackage{upgreek}
35150 \end_layout
35151
35152 \begin_layout Standard
35153 geladen wird, stellt diese Buchstaben zur Verfügung.
35154  
35155 \begin_inset ERT
35156 status collapsed
35157
35158 \begin_layout Plain Layout
35159
35160
35161 \backslash
35162 ifupgreek 
35163 \end_layout
35164
35165 \end_inset
35166
35167
35168 \begin_inset Note Note
35169 status open
35170
35171 \begin_layout Plain Layout
35172 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
35173 \series bold
35174 upgreek
35175 \series default
35176  installiert ist:
35177 \end_layout
35178
35179 \end_inset
35180
35181  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
35182  
35183 \series bold
35184 up
35185 \series default
35186  begonnen wird.
35187  So erzeugt z.
35188 \begin_inset space \thinspace{}
35189 \end_inset
35190
35191 B.
35192  der Befehl 
35193 \series bold
35194
35195 \backslash
35196 uptau
35197 \series default
35198  dies: 
35199 \begin_inset Formula $\uptau$
35200 \end_inset
35201
35202
35203 \end_layout
35204
35205 \begin_layout Standard
35206 Damit kann man Elementarteilchenreaktionen erstellen:
35207 \begin_inset Formula 
35208 \[
35209 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35210 \]
35211
35212 \end_inset
35213
35214
35215 \end_layout
35216
35217 \begin_layout Standard
35218 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35219  Sie sollten daher nicht für Einheiten wie 
35220 \begin_inset Quotes gld
35221 \end_inset
35222
35223 µm
35224 \begin_inset Quotes grd
35225 \end_inset
35226
35227  verwendet werden.
35228 \end_layout
35229
35230 \begin_layout Standard
35231 \begin_inset ERT
35232 status collapsed
35233
35234 \begin_layout Plain Layout
35235
35236
35237 \backslash
35238 else 
35239 \end_layout
35240
35241 \end_inset
35242
35243
35244 \begin_inset Note Note
35245 status open
35246
35247 \begin_layout Plain Layout
35248 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35249 \series bold
35250 upgreek
35251 \series default
35252  nicht installiert ist:
35253 \end_layout
35254
35255 \end_inset
35256
35257
35258 \end_layout
35259
35260 \begin_layout Standard
35261 Das LaTeX-Paket 
35262 \series bold
35263 upgreek 
35264 \series default
35265 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35266 \end_layout
35267
35268 \begin_layout Standard
35269 \begin_inset ERT
35270 status collapsed
35271
35272 \begin_layout Plain Layout
35273
35274
35275 \backslash
35276 fi 
35277 \end_layout
35278
35279 \end_inset
35280
35281
35282 \end_layout
35283
35284 \begin_layout Subsection
35285 Textzeichen in Formeln
35286 \begin_inset CommandInset label
35287 LatexCommand label
35288 name "sub:Textzeichen-in-Formeln"
35289
35290 \end_inset
35291
35292
35293 \begin_inset Index idx
35294 status collapsed
35295
35296 \begin_layout Plain Layout
35297 Text ! in Formeln
35298 \end_layout
35299
35300 \end_inset
35301
35302
35303 \end_layout
35304
35305 \begin_layout Standard
35306 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
35307  Benötigt man z.
35308 \begin_inset space \thinspace{}
35309 \end_inset
35310
35311 B.
35312  den mittigen Punkt · in Formeln wie 
35313 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35314 \end_inset
35315
35316 , müsste man dafür jedes Mal den Befehl 
35317 \series bold
35318
35319 \backslash
35320 cdot
35321 \series default
35322  eingeben
35323 \begin_inset Foot
35324 status collapsed
35325
35326 \begin_layout Plain Layout
35327 siehe 
35328 \begin_inset CommandInset ref
35329 LatexCommand ref
35330 reference "sub:Binäre-Operatoren"
35331
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \end_inset
35338
35339 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
35340  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
35341 \end_layout
35342
35343 \begin_layout Standard
35344
35345 \series bold
35346
35347 \backslash
35348 DeclareInputText{183}{
35349 \backslash
35350 ifmmode
35351 \backslash
35352 cdot
35353 \backslash
35354 else
35355 \backslash
35356 textperiodcentered
35357 \backslash
35358 f\SpecialChar \textcompwordmark{}
35359 i}
35360 \end_layout
35361
35362 \begin_layout Standard
35363 Die Zeichenkodierung (Menü 
35364 \family sans
35365 Dokument\SpecialChar \menuseparator
35366 Einstellungen\SpecialChar \menuseparator
35367 Sprache
35368 \family default
35369 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
35370  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
35371 \series bold
35372
35373 \backslash
35374 textperiodcentered
35375 \series default
35376  verwendet.
35377  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
35378  LaTeX-Fehlern kommen würde.
35379  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
35380  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
35381  nicht.
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
35386  Z.
35387 \begin_inset space \thinspace{}
35388 \end_inset
35389
35390 B.
35391  ist die Kodierung 
35392 \series bold
35393 latin9
35394 \series default
35395  in der Datei 
35396 \series bold
35397 latin9.def
35398 \series default
35399  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
35400  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
35401 eien geändert werden.
35402  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
35403  nicht ohne Weiteres bearbeitet werden.
35404 \end_layout
35405
35406 \begin_layout Standard
35407 \begin_inset VSpace medskip
35408 \end_inset
35409
35410 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
35411  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
35412  Formel eingegeben werden können:
35413 \end_layout
35414
35415 \begin_layout Standard
35416
35417 \series bold
35418
35419 \backslash
35420 DeclareInputText{176}{
35421 \backslash
35422 ifmmode^
35423 \backslash
35424 circ
35425 \backslash
35426 else
35427 \backslash
35428 textdegree
35429 \backslash
35430 f\SpecialChar \textcompwordmark{}
35431 i}
35432 \end_layout
35433
35434 \begin_layout Standard
35435 \begin_inset Newpage newpage
35436 \end_inset
35437
35438
35439 \end_layout
35440
35441 \begin_layout Section
35442 \start_of_appendix
35443 Typographische Hinweise
35444 \begin_inset Index idx
35445 status collapsed
35446
35447 \begin_layout Plain Layout
35448 Typographische Hinweise
35449 \end_layout
35450
35451 \end_inset
35452
35453
35454 \end_layout
35455
35456 \begin_layout Standard
35457 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35458  Regeln, die teilweise auch im Duden 
35459 \begin_inset CommandInset citation
35460 LatexCommand cite
35461 key "Duden"
35462
35463 \end_inset
35464
35465  unter 
35466 \family typewriter
35467 Textverarbeitung
35468 \family default
35469  aufgelistet sind.
35470  Weitere Regeln sind in 
35471 \begin_inset CommandInset citation
35472 LatexCommand cite
35473 key "Checklist"
35474
35475 \end_inset
35476
35477  zu finden.
35478 \end_layout
35479
35480 \begin_layout Itemize
35481 Physikalische Einheiten werden 
35482 \emph on
35483 immer
35484 \emph default
35485  aufrecht gesetzt
35486 \begin_inset Foot
35487 status collapsed
35488
35489 \begin_layout Plain Layout
35490 wird durch Schriftstile erreicht, siehe 
35491 \begin_inset CommandInset ref
35492 LatexCommand ref
35493 reference "sub:Schriftstile"
35494
35495 \end_inset
35496
35497
35498 \end_layout
35499
35500 \end_inset
35501
35502 , egal ob sie sich in einem kursiven Text befinden: 30
35503 \begin_inset space \thinspace{}
35504 \end_inset
35505
35506 km/h
35507 \begin_inset Newline newline
35508 \end_inset
35509
35510 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35511 \begin_inset CommandInset ref
35512 LatexCommand ref
35513 reference "sub:Vordefinierter-Leerraum"
35514
35515 \end_inset
35516
35517 .
35518 \begin_inset Newline newline
35519 \end_inset
35520
35521 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
35522 \series bold
35523
35524 \backslash
35525 unittwo
35526 \series default
35527  verwendet.
35528  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
35529  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
35530  erhält wie oben: 
35531 \begin_inset Formula $\unit[30]{km/h}$
35532 \end_inset
35533
35534
35535 \begin_inset space \thinspace{}
35536 \end_inset
35537
35538 .
35539  Zu beachten ist, dass 
35540 \series bold
35541
35542 \backslash
35543 unittwo
35544 \series default
35545  kein echter LaTeX-Befehl, sondern der Befehl 
35546 \series bold
35547
35548 \backslash
35549 unit[Wert]{Einheit}
35550 \series default
35551  ist, daher kann man ihn nicht im TeX-Code benutzen.
35552 \end_layout
35553
35554 \begin_layout Itemize
35555 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35556 \begin_inset Newline newline
35557 \end_inset
35558
35559 1,2
35560 \begin_inset space \thinspace{}
35561 \end_inset
35562
35563 ‰ Alkohol im Blut
35564 \begin_inset Newline newline
35565 \end_inset
35566
35567 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35568  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35569 \end_layout
35570
35571 \begin_layout Itemize
35572 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35573  wird in einer Einheit verwendet: 15
35574 \begin_inset space \thinspace{}
35575 \end_inset
35576
35577 °C
35578 \end_layout
35579
35580 \begin_layout Itemize
35581 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35582  Ziffer der kleinste Leerraum eingefügt: 18
35583 \begin_inset space \thinspace{}
35584 \end_inset
35585
35586 473
35587 \begin_inset space \thinspace{}
35588 \end_inset
35589
35590 588
35591 \end_layout
35592
35593 \begin_layout Itemize
35594 Für Bemaßungen wie z.
35595 \begin_inset space \thinspace{}
35596 \end_inset
35597
35598 B.
35599  120×90×40
35600 \begin_inset space \thinspace{}
35601 \end_inset
35602
35603 cm, verwendet man das gelegte Kreuz 
35604 \begin_inset Quotes gld
35605 \end_inset
35606
35607 ×
35608 \begin_inset Quotes grd
35609 \end_inset
35610
35611 , dass entweder über den Befehl 
35612 \series bold
35613
35614 \backslash
35615 times
35616 \series default
35617  oder über das Menü 
35618 \family sans
35619 Einfügen\SpecialChar \menuseparator
35620 Sonderzeichen\SpecialChar \menuseparator
35621 Symbole
35622 \family default
35623  verfügbar ist.
35624 \end_layout
35625
35626 \begin_layout Itemize
35627 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35628  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35629 \begin_inset space \thinspace{}
35630 \end_inset
35631
35632 6.
35633 \begin_inset space ~
35634 \end_inset
35635
35636 1979
35637 \end_layout
35638
35639 \begin_layout Itemize
35640 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35641  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35642 \begin_inset CommandInset ref
35643 LatexCommand ref
35644 reference "sub:Vordefinierte-Funktionen"
35645
35646 \end_inset
35647
35648 .
35649 \end_layout
35650
35651 \begin_layout Itemize
35652 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35653  
35654 \begin_inset Formula $E_{\mathrm{kin}}$
35655 \end_inset
35656
35657
35658 \begin_inset Newline newline
35659 \end_inset
35660
35661 Komponenten von Matrizen werden kursiv gesetzt: 
35662 \begin_inset Formula $\hat{H}_{kl}$
35663 \end_inset
35664
35665
35666 \end_layout
35667
35668 \begin_layout Itemize
35669 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35670  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35671  Variablen zu verwechseln.
35672 \end_layout
35673
35674 \begin_layout Itemize
35675 Das Symbol für eine 
35676 \noun on
35677 Fourier
35678 \noun default
35679 -Transformation kann entweder mit dem Befehl 
35680 \series bold
35681
35682 \backslash
35683 mathscr
35684 \begin_inset space \textvisiblespace{}
35685 \end_inset
35686
35687 F
35688 \series default
35689  oder über das Menü 
35690 \family sans
35691 Einfügen\SpecialChar \menuseparator
35692 Sonderzeichen\SpecialChar \menuseparator
35693 Symbole\SpecialChar \menuseparator
35694 Buchsta\SpecialChar \-
35695 benähnliche Symbole
35696 \family default
35697  eingefügt werden: 
35698 \begin_inset Formula $\mathscr{F}$
35699 \end_inset
35700
35701
35702 \end_layout
35703
35704 \begin_layout Standard
35705 \begin_inset Newpage newpage
35706 \end_inset
35707
35708
35709 \end_layout
35710
35711 \begin_layout Section
35712 Synonyme
35713 \begin_inset Index idx
35714 status collapsed
35715
35716 \begin_layout Plain Layout
35717 Synonyme
35718 \end_layout
35719
35720 \end_inset
35721
35722
35723 \end_layout
35724
35725 \begin_layout Standard
35726 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
35727  Hier ist eine Übersicht der Synonymbefehle:
35728 \end_layout
35729
35730 \begin_layout Standard
35731 \begin_inset VSpace bigskip
35732 \end_inset
35733
35734
35735 \begin_inset space \hfill{}
35736 \end_inset
35737
35738
35739 \begin_inset Tabular
35740 <lyxtabular version="3" rows="12" columns="2">
35741 <features rotate="0" tabularvalignment="middle">
35742 <column alignment="center" valignment="top" width="0pt">
35743 <column alignment="center" valignment="top" width="0pt">
35744 <row>
35745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35746 \begin_inset Text
35747
35748 \begin_layout Plain Layout
35749 Befehl
35750 \end_layout
35751
35752 \end_inset
35753 </cell>
35754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35755 \begin_inset Text
35756
35757 \begin_layout Plain Layout
35758 äquivalent zu
35759 \begin_inset Note Note
35760 status collapsed
35761
35762 \begin_layout Plain Layout
35763
35764 \series bold
35765
35766 \backslash
35767 raisebox
35768 \series default
35769  dient nur als Abstandhalter.
35770 \end_layout
35771
35772 \end_inset
35773
35774
35775 \end_layout
35776
35777 \end_inset
35778 </cell>
35779 </row>
35780 <row>
35781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35782 \begin_inset Text
35783
35784 \begin_layout Plain Layout
35785
35786 \backslash
35787 ast
35788 \end_layout
35789
35790 \end_inset
35791 </cell>
35792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35793 \begin_inset Text
35794
35795 \begin_layout Plain Layout
35796 \begin_inset ERT
35797 status collapsed
35798
35799 \begin_layout Plain Layout
35800
35801
35802 \backslash
35803 raisebox{-1.2mm}{
35804 \end_layout
35805
35806 \end_inset
35807
35808 *
35809 \begin_inset ERT
35810 status collapsed
35811
35812 \begin_layout Plain Layout
35813
35814 }
35815 \end_layout
35816
35817 \end_inset
35818
35819
35820 \end_layout
35821
35822 \end_inset
35823 </cell>
35824 </row>
35825 <row>
35826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35827 \begin_inset Text
35828
35829 \begin_layout Plain Layout
35830
35831 \backslash
35832 choose
35833 \end_layout
35834
35835 \end_inset
35836 </cell>
35837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35838 \begin_inset Text
35839
35840 \begin_layout Plain Layout
35841
35842 \backslash
35843 binom
35844 \end_layout
35845
35846 \end_inset
35847 </cell>
35848 </row>
35849 <row>
35850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35851 \begin_inset Text
35852
35853 \begin_layout Plain Layout
35854
35855 \backslash
35856 geq
35857 \end_layout
35858
35859 \end_inset
35860 </cell>
35861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35862 \begin_inset Text
35863
35864 \begin_layout Plain Layout
35865
35866 \backslash
35867 ge
35868 \end_layout
35869
35870 \end_inset
35871 </cell>
35872 </row>
35873 <row>
35874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35875 \begin_inset Text
35876
35877 \begin_layout Plain Layout
35878
35879 \backslash
35880 lbrace
35881 \end_layout
35882
35883 \end_inset
35884 </cell>
35885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35886 \begin_inset Text
35887
35888 \begin_layout Plain Layout
35889 {
35890 \end_layout
35891
35892 \end_inset
35893 </cell>
35894 </row>
35895 <row>
35896 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35897 \begin_inset Text
35898
35899 \begin_layout Plain Layout
35900
35901 \backslash
35902 lbracket
35903 \end_layout
35904
35905 \end_inset
35906 </cell>
35907 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35908 \begin_inset Text
35909
35910 \begin_layout Plain Layout
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 leftarrow
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 gets
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 leq
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 le
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 lor
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 \backslash
35983 vee
35984 \end_layout
35985
35986 \end_inset
35987 </cell>
35988 </row>
35989 <row>
35990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35991 \begin_inset Text
35992
35993 \begin_layout Plain Layout
35994
35995 \backslash
35996 neq
35997 \end_layout
35998
35999 \end_inset
36000 </cell>
36001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36002 \begin_inset Text
36003
36004 \begin_layout Plain Layout
36005
36006 \backslash
36007 not=
36008 \end_layout
36009
36010 \end_inset
36011 </cell>
36012 </row>
36013 <row>
36014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36015 \begin_inset Text
36016
36017 \begin_layout Plain Layout
36018
36019 \backslash
36020 slash
36021 \end_layout
36022
36023 \end_inset
36024 </cell>
36025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36026 \begin_inset Text
36027
36028 \begin_layout Plain Layout
36029 /
36030 \end_layout
36031
36032 \end_inset
36033 </cell>
36034 </row>
36035 <row>
36036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36037 \begin_inset Text
36038
36039 \begin_layout Plain Layout
36040
36041 \backslash
36042 vert
36043 \end_layout
36044
36045 \end_inset
36046 </cell>
36047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36048 \begin_inset Text
36049
36050 \begin_layout Plain Layout
36051 |
36052 \end_layout
36053
36054 \end_inset
36055 </cell>
36056 </row>
36057 </lyxtabular>
36058
36059 \end_inset
36060
36061
36062 \begin_inset space \hfill{}
36063 \end_inset
36064
36065
36066 \begin_inset Tabular
36067 <lyxtabular version="3" rows="12" columns="2">
36068 <features rotate="0" tabularvalignment="middle">
36069 <column alignment="center" valignment="top" width="0pt">
36070 <column alignment="center" valignment="top" width="0pt">
36071 <row>
36072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36073 \begin_inset Text
36074
36075 \begin_layout Plain Layout
36076 Befehl
36077 \end_layout
36078
36079 \end_inset
36080 </cell>
36081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36082 \begin_inset Text
36083
36084 \begin_layout Plain Layout
36085 äquivalent zu
36086 \end_layout
36087
36088 \end_inset
36089 </cell>
36090 </row>
36091 <row>
36092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36093 \begin_inset Text
36094
36095 \begin_layout Plain Layout
36096
36097 \backslash
36098 backslash
36099 \end_layout
36100
36101 \end_inset
36102 </cell>
36103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36104 \begin_inset Text
36105
36106 \begin_layout Plain Layout
36107
36108 \backslash
36109
36110 \backslash
36111
36112 \end_layout
36113
36114 \end_inset
36115 </cell>
36116 </row>
36117 <row>
36118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36119 \begin_inset Text
36120
36121 \begin_layout Plain Layout
36122
36123 \backslash
36124 dasharrow
36125 \end_layout
36126
36127 \end_inset
36128 </cell>
36129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36130 \begin_inset Text
36131
36132 \begin_layout Plain Layout
36133
36134 \backslash
36135 dashrightarrow
36136 \end_layout
36137
36138 \end_inset
36139 </cell>
36140 </row>
36141 <row>
36142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36143 \begin_inset Text
36144
36145 \begin_layout Plain Layout
36146
36147 \backslash
36148 land
36149 \end_layout
36150
36151 \end_inset
36152 </cell>
36153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36154 \begin_inset Text
36155
36156 \begin_layout Plain Layout
36157
36158 \backslash
36159 wedge
36160 \end_layout
36161
36162 \end_inset
36163 </cell>
36164 </row>
36165 <row>
36166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36167 \begin_inset Text
36168
36169 \begin_layout Plain Layout
36170
36171 \backslash
36172 rbrace
36173 \end_layout
36174
36175 \end_inset
36176 </cell>
36177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36178 \begin_inset Text
36179
36180 \begin_layout Plain Layout
36181 }
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 </row>
36187 <row>
36188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36189 \begin_inset Text
36190
36191 \begin_layout Plain Layout
36192
36193 \backslash
36194 rbracket
36195 \end_layout
36196
36197 \end_inset
36198 </cell>
36199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36200 \begin_inset Text
36201
36202 \begin_layout Plain Layout
36203 ]
36204 \end_layout
36205
36206 \end_inset
36207 </cell>
36208 </row>
36209 <row>
36210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36211 \begin_inset Text
36212
36213 \begin_layout Plain Layout
36214
36215 \backslash
36216 rightarrow
36217 \end_layout
36218
36219 \end_inset
36220 </cell>
36221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36222 \begin_inset Text
36223
36224 \begin_layout Plain Layout
36225
36226 \backslash
36227 to
36228 \end_layout
36229
36230 \end_inset
36231 </cell>
36232 </row>
36233 <row>
36234 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Plain Layout
36238
36239 \backslash
36240 lnot
36241 \end_layout
36242
36243 \end_inset
36244 </cell>
36245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36246 \begin_inset Text
36247
36248 \begin_layout Plain Layout
36249
36250 \backslash
36251 neg
36252 \end_layout
36253
36254 \end_inset
36255 </cell>
36256 </row>
36257 <row>
36258 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36259 \begin_inset Text
36260
36261 \begin_layout Plain Layout
36262
36263 \backslash
36264 ne
36265 \end_layout
36266
36267 \end_inset
36268 </cell>
36269 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36270 \begin_inset Text
36271
36272 \begin_layout Plain Layout
36273
36274 \backslash
36275 not=
36276 \end_layout
36277
36278 \end_inset
36279 </cell>
36280 </row>
36281 <row>
36282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36283 \begin_inset Text
36284
36285 \begin_layout Plain Layout
36286
36287 \backslash
36288 owns
36289 \end_layout
36290
36291 \end_inset
36292 </cell>
36293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36294 \begin_inset Text
36295
36296 \begin_layout Plain Layout
36297
36298 \backslash
36299 ni
36300 \end_layout
36301
36302 \end_inset
36303 </cell>
36304 </row>
36305 <row>
36306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36307 \begin_inset Text
36308
36309 \begin_layout Plain Layout
36310
36311 \backslash
36312 square
36313 \end_layout
36314
36315 \end_inset
36316 </cell>
36317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36318 \begin_inset Text
36319
36320 \begin_layout Plain Layout
36321
36322 \backslash
36323 Box
36324 \end_layout
36325
36326 \end_inset
36327 </cell>
36328 </row>
36329 <row>
36330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36331 \begin_inset Text
36332
36333 \begin_layout Plain Layout
36334
36335 \backslash
36336 Vert
36337 \end_layout
36338
36339 \end_inset
36340 </cell>
36341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36342 \begin_inset Text
36343
36344 \begin_layout Plain Layout
36345
36346 \backslash
36347 |
36348 \end_layout
36349
36350 \end_inset
36351 </cell>
36352 </row>
36353 </lyxtabular>
36354
36355 \end_inset
36356
36357
36358 \begin_inset space \hfill{}
36359 \end_inset
36360
36361
36362 \end_layout
36363
36364 \begin_layout Standard
36365 \begin_inset Newpage newpage
36366 \end_inset
36367
36368
36369 \end_layout
36370
36371 \begin_layout Bibliography
36372 \begin_inset CommandInset bibitem
36373 LatexCommand bibitem
36374 key "TLC2"
36375
36376 \end_inset
36377
36378
36379 \shape smallcaps
36380 Mittelbach, F.
36381  ; Goossens, M.
36382 \shape default
36383
36384 \shape italic
36385 The LaTeX Companion
36386 \shape default
36387 .
36388  Addison Wesley, 2004
36389 \end_layout
36390
36391 \begin_layout Bibliography
36392 \begin_inset CommandInset bibitem
36393 LatexCommand bibitem
36394 key "Mathmode"
36395
36396 \end_inset
36397
36398
36399 \begin_inset CommandInset href
36400 LatexCommand href
36401 name "Beschreibung"
36402 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36403
36404 \end_inset
36405
36406  der mathematischen Fähigkeiten von LaTeX
36407 \end_layout
36408
36409 \begin_layout Bibliography
36410 \begin_inset CommandInset bibitem
36411 LatexCommand bibitem
36412 key "AMS"
36413
36414 \end_inset
36415
36416
36417 \begin_inset CommandInset href
36418 LatexCommand href
36419 name "Beschreibung"
36420 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36421
36422 \end_inset
36423
36424  von 
36425 \begin_inset ERT
36426 status collapsed
36427
36428 \begin_layout Plain Layout
36429
36430
36431 \backslash
36432 AmS
36433 \end_layout
36434
36435 \end_inset
36436
36437 -LaTeX
36438 \end_layout
36439
36440 \begin_layout Bibliography
36441 \begin_inset CommandInset bibitem
36442 LatexCommand bibitem
36443 key "Symbole"
36444
36445 \end_inset
36446
36447
36448 \begin_inset CommandInset href
36449 LatexCommand href
36450 name "Auflistung"
36451 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36452
36453 \end_inset
36454
36455  aller über LaTeX-Pakete verfügbare Symbole
36456 \end_layout
36457
36458 \begin_layout Bibliography
36459 \begin_inset CommandInset bibitem
36460 LatexCommand bibitem
36461 key "cancel"
36462
36463 \end_inset
36464
36465
36466 \begin_inset CommandInset href
36467 LatexCommand href
36468 name "Dokumentation"
36469 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36470
36471 \end_inset
36472
36473  des LaTeX-Pakets 
36474 \series bold
36475 cancel
36476 \series default
36477
36478 \begin_inset Index idx
36479 status collapsed
36480
36481 \begin_layout Plain Layout
36482 Pakete ! cancel
36483 \end_layout
36484
36485 \end_inset
36486
36487
36488 \end_layout
36489
36490 \begin_layout Bibliography
36491 \begin_inset CommandInset bibitem
36492 LatexCommand bibitem
36493 key "hyperref"
36494
36495 \end_inset
36496
36497
36498 \begin_inset CommandInset href
36499 LatexCommand href
36500 name "Dokumentation"
36501 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36502
36503 \end_inset
36504
36505  des LaTeX-Pakets 
36506 \series bold
36507 hyperref
36508 \series default
36509
36510 \begin_inset Index idx
36511 status collapsed
36512
36513 \begin_layout Plain Layout
36514 Pakete ! hyperref
36515 \end_layout
36516
36517 \end_inset
36518
36519
36520 \end_layout
36521
36522 \begin_layout Bibliography
36523 \begin_inset CommandInset bibitem
36524 LatexCommand bibitem
36525 key "mhchem"
36526
36527 \end_inset
36528
36529
36530 \begin_inset CommandInset href
36531 LatexCommand href
36532 name "Dokumentation"
36533 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36534
36535 \end_inset
36536
36537  des LaTeX-Pakets 
36538 \series bold
36539 mhchem
36540 \series default
36541
36542 \begin_inset Index idx
36543 status collapsed
36544
36545 \begin_layout Plain Layout
36546 Pakete ! mhchem
36547 \end_layout
36548
36549 \end_inset
36550
36551
36552 \end_layout
36553
36554 \begin_layout Bibliography
36555 \begin_inset CommandInset bibitem
36556 LatexCommand bibitem
36557 key "Mathclap"
36558
36559 \end_inset
36560
36561
36562 \begin_inset CommandInset href
36563 LatexCommand href
36564 name "Beschreibung"
36565 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36566
36567 \end_inset
36568
36569  des in 
36570 \begin_inset CommandInset ref
36571 LatexCommand ref
36572 reference "sub:Operatorgrenzen"
36573
36574 \end_inset
36575
36576  vorgestellten Befehls 
36577 \series bold
36578
36579 \backslash
36580 mathclap
36581 \series default
36582
36583 \begin_inset Index idx
36584 status collapsed
36585
36586 \begin_layout Plain Layout
36587 Befehle ! M ! 
36588 \backslash
36589 mathclap
36590 \end_layout
36591
36592 \end_inset
36593
36594
36595 \end_layout
36596
36597 \begin_layout Bibliography
36598 \begin_inset CommandInset bibitem
36599 LatexCommand bibitem
36600 key "Duden"
36601
36602 \end_inset
36603
36604
36605 \emph on
36606 Duden Band 1
36607 \emph default
36608 .
36609  22.
36610  Auflage, Duden Verlag 2001
36611 \end_layout
36612
36613 \begin_layout Bibliography
36614 \begin_inset CommandInset bibitem
36615 LatexCommand bibitem
36616 key "Checklist"
36617
36618 \end_inset
36619
36620
36621 \begin_inset CommandInset href
36622 LatexCommand href
36623 name "Prüfliste"
36624 target "http://physics.nist.gov/Document/checklist.pdf"
36625
36626 \end_inset
36627
36628  für das Rezensieren von Manuskripten
36629 \end_layout
36630
36631 \begin_layout Standard
36632 \begin_inset Note Note
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636 Damit der Index den Namen 
36637 \begin_inset Quotes gld
36638 \end_inset
36639
36640 Stichwortverzeichnis
36641 \begin_inset Quotes grd
36642 \end_inset
36643
36644  erhält, wurde im LaTeX-Vorspann
36645 \end_layout
36646
36647 \begin_layout Plain Layout
36648
36649 \series bold
36650
36651 \backslash
36652 addto
36653 \backslash
36654 captionsngerman{
36655 \backslash
36656 renewcommand{
36657 \backslash
36658 indexname}{Stichwortverzeichnis}}
36659 \end_layout
36660
36661 \begin_layout Plain Layout
36662 eingefügt.
36663 \end_layout
36664
36665 \begin_layout Plain Layout
36666 Das Paket 
36667 \series bold
36668 babel
36669 \series default
36670  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36671  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36672  Außerdem wird 
36673 \series bold
36674 babel
36675 \series default
36676  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36677  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36678 che verwendet wurde.
36679 \end_layout
36680
36681 \begin_layout Plain Layout
36682 Möchte man andere Beschriftungen ändern, ersetzt man 
36683 \series bold
36684
36685 \backslash
36686 indexname
36687 \series default
36688  durch 
36689 \series bold
36690
36691 \backslash
36692 <Beschriftungs>name
36693 \series default
36694 .
36695  Eine Auflistung der möglichen Namen findet man unter
36696 \end_layout
36697
36698 \begin_layout Plain Layout
36699
36700 \family typewriter
36701 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36702 \end_layout
36703
36704 \begin_layout Plain Layout
36705 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36706 \series bold
36707 ngerman
36708 \series default
36709  durch die Dokumentsprache und
36710 \end_layout
36711
36712 \begin_layout Plain Layout
36713
36714 \series bold
36715
36716 \backslash
36717 captionsgerman
36718 \series default
36719  durch 
36720 \series bold
36721
36722 \backslash
36723 captions<Dokumentsprache>
36724 \series default
36725 .
36726 \end_layout
36727
36728 \end_inset
36729
36730
36731 \begin_inset CommandInset index_print
36732 LatexCommand printindex
36733 type "idx"
36734
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \end_body
36741 \end_document