]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Remove obsolete code in Math.lyx
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Linkfläche für Querverweise vergrößern und automatisch benennen,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasngerman{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
42 }
43
44 % Makros damit Pakete nicht doppelt geladen werden.
45 % siehe erste Fußnote in Kap. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
49 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % benutzt in Kap. 24.5
67 \usepackage[samesize]{cancel}
68
69 % enables calculation of values
70 \usepackage{calc}
71
72 % für Mehrfachzeilen, benutzt in Kap. 24.7
73 \usepackage{multicol}
74
75 % benutzt in Kap. 19.4
76 \usepackage{remreset}
77
78 % für das Fourier-Transformationssymbol
79 \usepackage{mathrsfs}
80
81 % Farbdefinition aus Kap. 9.3
82 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
83
84 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
85 \DeclareMathOperator*{\Raute}{\blacklozenge}
86 \DeclareMathOperator{\sgn}{sgn}
87
88 \newcommand{\leer}{\textvisiblespace}
89
90 % Beispielbefehle aus Kap. 20.1 
91 \newcommand{\gr}{\Longrightarrow}
92 \newcommand{\us}[1]{\underline{#1}}
93 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
94 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
95 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
96
97 % Beispielmakro aus Kap. 19.4
98 %\def\tagform@#1{\maketag@@@{|#1|}}
99
100 % Makro aus Kap. 10.2
101 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
102 \def\mathclap {\mathpalette \mathclapinternal}
103 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
104
105 % Damit der Index einen anderen Namen erhält.
106 \addto\captionsngerman
107 {\renewcommand{\indexname}
108 {Stichwort- und Befehlsverzeichnis}}
109
110 % ------------------------------------
111 % used to check for needed LaTeX packages
112 \usepackage{ifthen}
113
114 % testen ob das Paket eurosym installiert ist
115 % wird benutzt für das Euro-Symbol
116 \newboolean{eurosym}
117 \IfFileExists{eurosym.sty}
118  {\usepackage[gennarrow]{eurosym}
119   \setboolean{eurosym}{true}}
120  {\setboolean{eurosym}{false}}
121
122 % testen ob Paket braket installiert ist
123 % benötigt für physikalische Vektoren
124 \newboolean{braket}
125 \IfFileExists{braket.sty}
126  {\usepackage{braket}
127   \setboolean{braket}{true}}
128  {\setboolean{braket}{false}}
129
130 % testen ob Paket cancel installiert ist
131 \newboolean{cancel}
132 \IfFileExists{cancel.sty}
133  {\usepackage{cancel}
134   \setboolean{cancel}{true}}
135  {\setboolean{cancel}{false}}
136
137 % testen ob Paket upgreek installiert ist
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143
144 % benötigt für Kommas in Formeln, siehe Kap. 22.3
145 \IfFileExists{icomma.sty}
146  {\usepackage{icomma}}{}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language ngerman
152 \language_package default
153 \inputencoding auto
154 \fontencoding global
155 \font_roman default
156 \font_sans default
157 \font_typewriter default
158 \font_math auto
159 \font_default_family default
160 \use_non_tex_fonts false
161 \font_sc false
162 \font_osf false
163 \font_sf_scale 100
164 \font_tt_scale 100
165 \graphics default
166 \default_output_format default
167 \output_sync 0
168 \bibtex_command default
169 \index_command default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "LyXs Mathehandbuch"
174 \pdf_author "LyX Team, Uwe Stöhr"
175 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pdfusetitle false
186 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
187 \papersize a4paper
188 \use_geometry false
189 \use_package amsmath 2
190 \use_package amssymb 2
191 \use_package cancel 0
192 \use_package esint 1
193 \use_package mathdots 1
194 \use_package mathtools 0
195 \use_package mhchem 1
196 \use_package stackrel 0
197 \use_package stmaryrd 0
198 \use_package undertilde 0
199 \cite_engine basic
200 \cite_engine_type default
201 \biblio_style plain
202 \use_bibtopic false
203 \use_indices false
204 \paperorientation portrait
205 \suppress_date false
206 \justification true
207 \use_refstyle 0
208 \notefontcolor #0000ff
209 \index Stichwortverzeichnis
210 \shortcut idx
211 \color #008000
212 \end_index
213 \secnumdepth 4
214 \tocdepth 3
215 \paragraph_separation skip
216 \defskip medskip
217 \quotes_language german
218 \papercolumns 1
219 \papersides 2
220 \paperpagestyle plain
221 \bullet 1 0 6 -1
222 \bullet 2 2 35 -1
223 \bullet 3 2 7 -1
224 \tracking_changes false
225 \output_changes false
226 \html_math_output 0
227 \html_css_as_file 0
228 \html_be_strict false
229 \end_header
230
231 \begin_body
232
233 \begin_layout Title
234 LyXs detailliertes Mathe Handbuch
235 \end_layout
236
237 \begin_layout Author
238 vom LyX Team
239 \begin_inset Foot
240 status collapsed
241
242 \begin_layout Plain Layout
243 \noindent
244 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
245 ons-Liste: 
246 \family typewriter
247
248 \begin_inset CommandInset href
249 LatexCommand href
250 name "lyx-docs@lists.lyx.org"
251 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
252
253 \end_inset
254
255
256 \end_layout
257
258 \end_inset
259
260
261 \begin_inset Note Note
262 status collapsed
263
264 \begin_layout Plain Layout
265 Verfasser: Uwe Stöhr
266 \end_layout
267
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \begin_inset Newline newline
276 \end_inset
277
278
279 \family sans
280 Version 2.0.x
281 \end_layout
282
283 \begin_layout Standard
284 \begin_inset CommandInset toc
285 LatexCommand tableofcontents
286
287 \end_inset
288
289
290 \end_layout
291
292 \begin_layout Standard
293 \begin_inset Note Note
294 status open
295
296 \begin_layout Plain Layout
297 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
298  
299 \series bold
300 braket, cancel, eurosym, mathdots, mhchem
301 \series default
302  und 
303 \series bold
304 was
305 \series default
306  installiert sein.
307  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
308  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
309  nicht im Ausdruck.
310  Eine Ausnahme ist 
311 \series bold
312 mhchem
313 \series default
314 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
315 \end_layout
316
317 \begin_layout Plain Layout
318 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
319 \begin_inset Newline newline
320 \end_inset
321
322
323 \series bold
324 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
325 \end_layout
326
327 \end_inset
328
329
330 \end_layout
331
332 \begin_layout Standard
333 \begin_inset Newpage newpage
334 \end_inset
335
336
337 \end_layout
338
339 \begin_layout Section
340 Einleitung
341 \end_layout
342
343 \begin_layout Standard
344 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
345  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
346  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
347 tten.
348  Das setzt voraus, dass bereits das Kapitel 
349 \family typewriter
350 Mathematische
351 \family default
352  
353 \family typewriter
354 Formeln
355 \family default
356  des Benutzerhandbuchs gelesen worden ist.
357 \end_layout
358
359 \begin_layout Standard
360 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
361 \family sans
362 Einfügen
363 \series bold
364 \SpecialChar \menuseparator
365
366 \series default
367 Mathe
368 \family default
369  oder die 
370 \family sans
371 Mathe-Werkzeugleiste
372 \family default
373  aufrufbar.
374  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
375  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
376  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
377  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
378 \end_layout
379
380 \begin_layout Standard
381 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
382  LyX verfügbar.
383  Um alle Befehle nutzen zu können, muss die Option 
384 \family sans
385 AMS-Mathe-Paket verwenden
386 \family default
387  im Menü 
388 \family sans
389 Dokument\SpecialChar \menuseparator
390 Einstellungen\SpecialChar \menuseparator
391 Mathe Optionen
392 \family default
393  aktiviert sein.
394 \begin_inset Foot
395 status collapsed
396
397 \begin_layout Plain Layout
398 Die 
399 \family sans
400 Option
401 \family default
402  
403 \family sans
404 AMS-Mathe-Paket automatisch verwenden
405 \family default
406  verwendet 
407 \begin_inset ERT
408 status collapsed
409
410 \begin_layout Plain Layout
411
412
413 \backslash
414 AmS 
415 \end_layout
416
417 \end_inset
418
419 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
420  LyX unterstützt.
421 \end_layout
422
423 \end_inset
424
425
426 \end_layout
427
428 \begin_layout Standard
429 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
430 listung
431  aller 
432 \begin_inset ERT
433 status collapsed
434
435 \begin_layout Plain Layout
436
437
438 \backslash
439 AmS 
440 \end_layout
441
442 \end_inset
443
444 -Mathe Befehle
445 \begin_inset Foot
446 status collapsed
447
448 \begin_layout Plain Layout
449 Eine Liste mit allen 
450 \begin_inset ERT
451 status collapsed
452
453 \begin_layout Plain Layout
454
455
456 \backslash
457 AmS
458 \end_layout
459
460 \end_inset
461
462 -Mathe Befehlen findet sich in der Datei 
463 \family sans
464
465 \begin_inset CommandInset href
466 LatexCommand href
467 name "amsguide.ps"
468 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
469
470 \end_inset
471
472
473 \family default
474 , die Teil jeder LaTeX-Standardinstallation ist.
475 \end_layout
476
477 \end_inset
478
479  verzichtet.
480 \end_layout
481
482 \begin_layout Section
483 Allgemeine Hinweise
484 \end_layout
485
486 \begin_layout Standard
487 Um eine in einer Textzeile eingebettete Formel
488 \begin_inset Index idx
489 status collapsed
490
491 \begin_layout Plain Layout
492 Formel ! eingebettete
493 \end_layout
494
495 \end_inset
496
497  zu erstellen, drückt man 
498 \family sans
499 Strg+M
500 \family default
501  oder den Werkzeugleistenknopf 
502 \begin_inset Graphics
503         filename ../../images/math-mode.png
504         scale 85
505
506 \end_inset
507
508 .
509 \begin_inset Newline newline
510 \end_inset
511
512 Um eine abgesetzte Formel
513 \begin_inset Index idx
514 status collapsed
515
516 \begin_layout Plain Layout
517 Formel ! abgesetzte
518 \end_layout
519
520 \end_inset
521
522  zu erstellen, drückt man 
523 \family sans
524 Strg+Shift+M
525 \family default
526 .
527 \end_layout
528
529 \begin_layout Standard
530 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
531  Cursor in die Formel und drückt 
532 \family sans
533 Strg+Shift+M
534 \family default
535  oder benutzt das Menü 
536 \family sans
537 Bearbeiten\SpecialChar \menuseparator
538 Mathe\SpecialChar \menuseparator
539
540 \begin_inset Newline linebreak
541 \end_inset
542
543 Formelart ändern
544 \family default
545 .
546  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
547  umwandeln.
548 \end_layout
549
550 \begin_layout Standard
551 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
552  gibt man in die Formel den Befehl 
553 \series bold
554
555 \backslash
556 displaystyle
557 \series default
558
559 \begin_inset Index idx
560 status collapsed
561
562 \begin_layout Plain Layout
563 Befehle ! D ! 
564 \backslash
565 displaystyle
566 \end_layout
567
568 \end_inset
569
570  ein.
571  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
572  wird.
573 \end_layout
574
575 \begin_layout Standard
576 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
577 \end_layout
578
579 \begin_layout Standard
580 Die 
581 \family sans
582 Mathe-Werkzeugleiste
583 \family default
584  kann über das Menü 
585 \family sans
586 Ansicht\SpecialChar \menuseparator
587 Werkzeugleisten
588 \family default
589  eingeblendet werden.
590  Wenn dort auf 
591 \begin_inset Quotes eld
592 \end_inset
593
594 Mathe
595 \begin_inset Quotes erd
596 \end_inset
597
598  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
599  diese Einstellung wird durch ein Häkchen im Menü 
600 \family sans
601 Werkzeugleisten
602 \family default
603  angezeigt.
604  Wenn nun im Menü 
605 \family sans
606 Werkzeugleisten
607 \family default
608  nochmal auf 
609 \begin_inset Quotes eld
610 \end_inset
611
612 Mathe
613 \begin_inset Quotes erd
614 \end_inset
615
616  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
617  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
618  des Menüeintrags von 
619 \begin_inset Quotes eld
620 \end_inset
621
622 Mathe
623 \begin_inset Quotes erd
624 \end_inset
625
626  zu 
627 \begin_inset Quotes eld
628 \end_inset
629
630 Mathe
631 \begin_inset space ~
632 \end_inset
633
634 (automatisch)
635 \begin_inset Quotes erd
636 \end_inset
637
638  angezeigt.
639 \end_layout
640
641 \begin_layout Standard
642 In den TeX-Modus
643 \begin_inset Index idx
644 status collapsed
645
646 \begin_layout Plain Layout
647 T@TeX-Modus
648 \end_layout
649
650 \end_inset
651
652  gelangt man über den Werkzeugleistenknopf 
653 \begin_inset Graphics
654         filename ../../images/ert-insert.png
655         scale 85
656
657 \end_inset
658
659  oder das Menü 
660 \family sans
661 Einfügen\SpecialChar \menuseparator
662 Te
663 \begin_inset ERT
664 status collapsed
665
666 \begin_layout Plain Layout
667
668 {}
669 \end_layout
670
671 \end_inset
672
673 X
674 \begin_inset space ~
675 \end_inset
676
677 Code
678 \family default
679  (Tastenkürzel 
680 \family sans
681 Strg+L
682 \family default
683 ).
684 \begin_inset Note Note
685 status collapsed
686
687 \begin_layout Plain Layout
688 In LyX gibt es drei 
689 \begin_inset Quotes gld
690 \end_inset
691
692 Eigennamen
693 \begin_inset Quotes grd
694 \end_inset
695
696 , die im Ausdruck mit hoch bzw.
697 \begin_inset space \space{}
698 \end_inset
699
700 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
701 \end_layout
702
703 \begin_layout Plain Layout
704 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
705  man ein TeX-Klammerpaar ein.
706 \end_layout
707
708 \end_inset
709
710
711 \end_layout
712
713 \begin_layout Standard
714 In den LaTeX-Vorspann
715 \begin_inset Index idx
716 status collapsed
717
718 \begin_layout Plain Layout
719 L@LaTeX-Vorspann
720 \end_layout
721
722 \end_inset
723
724  gelangt man über das Menü 
725 \family sans
726 Dokument\SpecialChar \menuseparator
727 Einstellungen\SpecialChar \menuseparator
728 LaT
729 \begin_inset ERT
730 status collapsed
731
732 \begin_layout Plain Layout
733
734 {}
735 \end_layout
736
737 \end_inset
738
739 eX-Vorspann
740 \family default
741 .
742 \end_layout
743
744 \begin_layout Standard
745 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
746 en Formeln kann man die Menüs 
747 \family sans
748 Bearbeiten\SpecialChar \menuseparator
749 Mathe
750 \family default
751  und 
752 \family sans
753 Bearbeiten\SpecialChar \menuseparator
754 Zeilen
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 &
759 \begin_inset space \thinspace{}
760 \end_inset
761
762 Spalten
763 \family default
764  oder die 
765 \family sans
766 Tabellen-Werkzeugleiste
767 \family default
768  verwenden.
769  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
770  die Spalte bzw.
771 \begin_inset space \space{}
772 \end_inset
773
774 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
775  bzw.
776 \begin_inset space \space{}
777 \end_inset
778
779 darunter liegenden Zeile vertauscht.
780  Befindet sich der Cursor in der letzten Spalte bzw.
781 \begin_inset space \space{}
782 \end_inset
783
784 Zeile, wird mit der links daneben stehenden Spalte bzw.
785 \begin_inset space \space{}
786 \end_inset
787
788 darüber liegenden Zeile vertauscht.
789 \end_layout
790
791 \begin_layout Standard
792 Zum Schreiben von Text in einer Formel
793 \begin_inset Foot
794 status collapsed
795
796 \begin_layout Plain Layout
797 Bei mehrzeiligen Formeln wird der Befehl 
798 \series bold
799
800 \backslash
801 intertext
802 \series default
803  verwendet, siehe 
804 \begin_inset CommandInset ref
805 LatexCommand ref
806 reference "sub:Text-in-mehrzeiligen"
807
808 \end_inset
809
810 .
811 \end_layout
812
813 \end_inset
814
815  verwendet man den 
816 \emph on
817 mathematischen Textmodus
818 \emph default
819
820 \begin_inset Index idx
821 status collapsed
822
823 \begin_layout Plain Layout
824 Text ! in Formeln
825 \end_layout
826
827 \end_inset
828
829
830 \begin_inset Index idx
831 status collapsed
832
833 \begin_layout Plain Layout
834 Mathematischer Textmodus
835 \end_layout
836
837 \end_inset
838
839 , in den man mit dem Tastenkürzel 
840 \family sans
841 Alt+M
842 \begin_inset space ~
843 \end_inset
844
845 M
846 \family default
847  oder durch Eingabe des Befehls 
848 \series bold
849
850 \backslash
851 text
852 \begin_inset Index idx
853 status collapsed
854
855 \begin_layout Plain Layout
856 Befehle ! T ! 
857 \backslash
858 text
859 \end_layout
860
861 \end_inset
862
863
864 \series default
865  gelangt.
866  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
867  Formel unterscheiden.
868  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
869  anderen Zeichen einer Formel nicht kursiv.
870 \end_layout
871
872 \begin_layout Subsection*
873 Befehlsschema
874 \end_layout
875
876 \begin_layout Standard
877 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
878  Schema:
879 \end_layout
880
881 \begin_layout Standard
882
883 \series bold
884
885 \backslash
886 Befehlsname[optionales
887 \series default
888  
889 \series bold
890 Argument]{anzugebendes
891 \series default
892  
893 \series bold
894 Argument}
895 \end_layout
896
897 \begin_layout Standard
898 Ein Befehl muss immer mit einem Backslash 
899 \begin_inset Quotes gld
900 \end_inset
901
902
903 \series bold
904
905 \backslash
906
907 \series default
908
909 \begin_inset Quotes grd
910 \end_inset
911
912  beginnen.
913  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
914  eckigen Klammern weggelassen werden.
915  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
916 \begin_inset Index idx
917 status collapsed
918
919 \begin_layout Plain Layout
920 T@TeX-Klammern
921 \end_layout
922
923 \end_inset
924
925  bezeichnet.
926  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
927  an, erzeugt LyX automatisch eine TeX-Klammer.
928  Ansonsten werden sie in Formeln mit dem Befehl 
929 \series bold
930
931 \backslash
932 {
933 \series default
934  erzeugt.
935  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
936  Klammern, die blau erscheinen.
937  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
938  TeX-Klammern erscheinen nicht im Ausdruck.
939 \end_layout
940
941 \begin_layout Standard
942 Werden Befehle ohne Argumente, wie z.
943 \begin_inset space \thinspace{}
944 \end_inset
945
946 B.
947  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
948 \emph on
949 immer
950 \emph default
951  ein Leerzeichen folgen um ihn zu beenden.
952  Dieses Leerzeichen erscheint nicht im Ausdruck.
953  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
954  normalen Text ein geschütztes Leerzeichen folgen.
955 \end_layout
956
957 \begin_layout Standard
958 Ein geschütztes Leerzeichen gibt man mit 
959 \family sans
960 Strg+Leertaste
961 \family default
962  ein.
963 \end_layout
964
965 \begin_layout Subsection*
966 Zeichenerklärung
967 \end_layout
968
969 \begin_layout Itemize
970 Das Symbol
971 \begin_inset Foot
972 status collapsed
973
974 \begin_layout Plain Layout
975 Dieses sichtbare Leerzeichen erhält man über den Befehl 
976 \series bold
977
978 \backslash
979 textvisiblespace
980 \series default
981
982 \begin_inset Index idx
983 status collapsed
984
985 \begin_layout Plain Layout
986 Befehle ! T ! 
987 \backslash
988 textvisiblespace
989 \end_layout
990
991 \end_inset
992
993 , der im TeX-Modus einzugeben ist.
994 \end_layout
995
996 \end_inset
997
998  
999 \begin_inset ERT
1000 status collapsed
1001
1002 \begin_layout Plain Layout
1003
1004
1005 \backslash
1006 leer 
1007 \end_layout
1008
1009 \end_inset
1010
1011
1012 \begin_inset space ~
1013 \end_inset
1014
1015 steht für ein einzugebendes Leerzeichen.
1016 \end_layout
1017
1018 \begin_layout Itemize
1019 Ein Pfeil wie z.
1020 \begin_inset space \thinspace{}
1021 \end_inset
1022
1023 B.
1024  
1025 \begin_inset Formula $\to$
1026 \end_inset
1027
1028  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1029  Die 
1030 \family sans
1031 Tabulator
1032 \family default
1033 -Taste kann oft anstelle von 
1034 \begin_inset Formula $\to$
1035 \end_inset
1036
1037  und 
1038 \begin_inset Formula $\downarrow$
1039 \end_inset
1040
1041  benutzt werden und 
1042 \family sans
1043 Umschalt+Tabulator
1044 \family default
1045  anstelle von 
1046 \begin_inset Formula $\leftarrow$
1047 \end_inset
1048
1049  und 
1050 \begin_inset Formula $\uparrow$
1051 \end_inset
1052
1053 .
1054 \end_layout
1055
1056 \begin_layout Subsection*
1057 Verfügbare Einheiten
1058 \end_layout
1059
1060 \begin_layout Standard
1061 \align center
1062 \begin_inset Float table
1063 placement H
1064 wide false
1065 sideways false
1066 status open
1067
1068 \begin_layout Plain Layout
1069 \align center
1070 \begin_inset Caption Standard
1071
1072 \begin_layout Plain Layout
1073 \begin_inset CommandInset label
1074 LatexCommand label
1075 name "tab:Verfügbare-Einheiten"
1076
1077 \end_inset
1078
1079 Verfügbare Einheiten
1080 \end_layout
1081
1082 \end_inset
1083
1084
1085 \end_layout
1086
1087 \begin_layout Plain Layout
1088 \align center
1089 \begin_inset Tabular
1090 <lyxtabular version="3" rows="13" columns="2">
1091 <features rotate="0" tabularvalignment="middle">
1092 <column alignment="center" valignment="top">
1093 <column alignment="center" valignment="top">
1094 <row>
1095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1096 \begin_inset Text
1097
1098 \begin_layout Plain Layout
1099 Einheit
1100 \end_layout
1101
1102 \end_inset
1103 </cell>
1104 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1105 \begin_inset Text
1106
1107 \begin_layout Plain Layout
1108 Name / Beschreibung
1109 \end_layout
1110
1111 \end_inset
1112 </cell>
1113 </row>
1114 <row>
1115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1116 \begin_inset Text
1117
1118 \begin_layout Plain Layout
1119 mm
1120 \end_layout
1121
1122 \end_inset
1123 </cell>
1124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1125 \begin_inset Text
1126
1127 \begin_layout Plain Layout
1128 Millimeter
1129 \end_layout
1130
1131 \end_inset
1132 </cell>
1133 </row>
1134 <row>
1135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1136 \begin_inset Text
1137
1138 \begin_layout Plain Layout
1139 cm
1140 \end_layout
1141
1142 \end_inset
1143 </cell>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 Zentimeter
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 </row>
1154 <row>
1155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1156 \begin_inset Text
1157
1158 \begin_layout Plain Layout
1159 in
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1165 \begin_inset Text
1166
1167 \begin_layout Plain Layout
1168 Inch / Zoll (1
1169 \begin_inset space \thinspace{}
1170 \end_inset
1171
1172 in = 2,54
1173 \begin_inset space \thinspace{}
1174 \end_inset
1175
1176 cm)
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 </row>
1182 <row>
1183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1184 \begin_inset Text
1185
1186 \begin_layout Plain Layout
1187 pt
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1193 \begin_inset Text
1194
1195 \begin_layout Plain Layout
1196 Punkt (72,27
1197 \begin_inset space \thinspace{}
1198 \end_inset
1199
1200 pt = 1
1201 \begin_inset space \thinspace{}
1202 \end_inset
1203
1204 in)
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 </row>
1210 <row>
1211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1212 \begin_inset Text
1213
1214 \begin_layout Plain Layout
1215 pc
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1221 \begin_inset Text
1222
1223 \begin_layout Plain Layout
1224 Pica (1
1225 \begin_inset space \thinspace{}
1226 \end_inset
1227
1228 pc = 12
1229 \begin_inset space \thinspace{}
1230 \end_inset
1231
1232 pt)
1233 \end_layout
1234
1235 \end_inset
1236 </cell>
1237 </row>
1238 <row>
1239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1240 \begin_inset Text
1241
1242 \begin_layout Plain Layout
1243 sp
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1249 \begin_inset Text
1250
1251 \begin_layout Plain Layout
1252 skalierter Punkt(65536
1253 \begin_inset space \thinspace{}
1254 \end_inset
1255
1256 sp = 1
1257 \begin_inset space \thinspace{}
1258 \end_inset
1259
1260 pt)
1261 \end_layout
1262
1263 \end_inset
1264 </cell>
1265 </row>
1266 <row>
1267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1268 \begin_inset Text
1269
1270 \begin_layout Plain Layout
1271 bp
1272 \end_layout
1273
1274 \end_inset
1275 </cell>
1276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1277 \begin_inset Text
1278
1279 \begin_layout Plain Layout
1280 großer Punkt (72
1281 \begin_inset space \thinspace{}
1282 \end_inset
1283
1284 bp = 1
1285 \begin_inset space \thinspace{}
1286 \end_inset
1287
1288 in)
1289 \end_layout
1290
1291 \end_inset
1292 </cell>
1293 </row>
1294 <row>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Plain Layout
1299 dd
1300 \end_layout
1301
1302 \end_inset
1303 </cell>
1304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1305 \begin_inset Text
1306
1307 \begin_layout Plain Layout
1308 Didot (1
1309 \begin_inset space \thinspace{}
1310 \end_inset
1311
1312 dd 
1313 \begin_inset Formula $\approx$
1314 \end_inset
1315
1316  0,376
1317 \begin_inset space \thinspace{}
1318 \end_inset
1319
1320 mm)
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 </row>
1326 <row>
1327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1328 \begin_inset Text
1329
1330 \begin_layout Plain Layout
1331 cc
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1337 \begin_inset Text
1338
1339 \begin_layout Plain Layout
1340 Cicero (1
1341 \begin_inset space \thinspace{}
1342 \end_inset
1343
1344 cc = 12
1345 \begin_inset space \thinspace{}
1346 \end_inset
1347
1348 dd)
1349 \end_layout
1350
1351 \end_inset
1352 </cell>
1353 </row>
1354 <row>
1355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1356 \begin_inset Text
1357
1358 \begin_layout Plain Layout
1359 ex
1360 \end_layout
1361
1362 \end_inset
1363 </cell>
1364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1365 \begin_inset Text
1366
1367 \begin_layout Plain Layout
1368 Höhe des Buchstabens 
1369 \emph on
1370 x
1371 \emph default
1372  in der aktuellen Schrift
1373 \end_layout
1374
1375 \end_inset
1376 </cell>
1377 </row>
1378 <row>
1379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1380 \begin_inset Text
1381
1382 \begin_layout Plain Layout
1383 em
1384 \end_layout
1385
1386 \end_inset
1387 </cell>
1388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1389 \begin_inset Text
1390
1391 \begin_layout Plain Layout
1392 Breite des Buchstabens 
1393 \emph on
1394 M
1395 \emph default
1396  in der aktuellen Schrift
1397 \end_layout
1398
1399 \end_inset
1400 </cell>
1401 </row>
1402 <row>
1403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1404 \begin_inset Text
1405
1406 \begin_layout Plain Layout
1407 mu
1408 \end_layout
1409
1410 \end_inset
1411 </cell>
1412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1413 \begin_inset Text
1414
1415 \begin_layout Plain Layout
1416 Mathe-Einheit (1
1417 \begin_inset space \thinspace{}
1418 \end_inset
1419
1420 mu = 
1421 \begin_inset Formula $\nicefrac{1}{18}$
1422 \end_inset
1423
1424
1425 \begin_inset space \thinspace{}
1426 \end_inset
1427
1428 em)
1429 \end_layout
1430
1431 \end_inset
1432 </cell>
1433 </row>
1434 </lyxtabular>
1435
1436 \end_inset
1437
1438
1439 \end_layout
1440
1441 \end_inset
1442
1443
1444 \end_layout
1445
1446 \begin_layout Standard
1447 \begin_inset Newpage newpage
1448 \end_inset
1449
1450
1451 \end_layout
1452
1453 \begin_layout Section
1454 Grundlegende Funktionen
1455 \end_layout
1456
1457 \begin_layout Subsection
1458 Exponenten
1459 \begin_inset Index idx
1460 status collapsed
1461
1462 \begin_layout Plain Layout
1463 Exponenten
1464 \end_layout
1465
1466 \end_inset
1467
1468  und Indizes
1469 \begin_inset Index idx
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473 Indizes
1474 \end_layout
1475
1476 \end_inset
1477
1478
1479 \begin_inset Index idx
1480 status collapsed
1481
1482 \begin_layout Plain Layout
1483 Hochstellen|see
1484 \begin_inset ERT
1485 status collapsed
1486
1487 \begin_layout Plain Layout
1488
1489 {
1490 \end_layout
1491
1492 \end_inset
1493
1494 Exponenten
1495 \begin_inset ERT
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499
1500 }
1501 \end_layout
1502
1503 \end_inset
1504
1505
1506 \end_layout
1507
1508 \end_inset
1509
1510
1511 \begin_inset Index idx
1512 status collapsed
1513
1514 \begin_layout Plain Layout
1515 Tiefstellen|see
1516 \begin_inset ERT
1517 status collapsed
1518
1519 \begin_layout Plain Layout
1520
1521 {
1522 \end_layout
1523
1524 \end_inset
1525
1526 Indizes
1527 \begin_inset ERT
1528 status collapsed
1529
1530 \begin_layout Plain Layout
1531
1532 }
1533 \end_layout
1534
1535 \end_inset
1536
1537
1538 \end_layout
1539
1540 \end_inset
1541
1542
1543 \end_layout
1544
1545 \begin_layout Standard
1546 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1547  
1548 \begin_inset Graphics
1549         filename ../../images/math-subscript.png
1550         scale 85
1551
1552 \end_inset
1553
1554 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1555  
1556 \begin_inset Graphics
1557         filename ../../images/math-superscript.png
1558         scale 85
1559
1560 \end_inset
1561
1562  erzeugt.
1563 \end_layout
1564
1565 \begin_layout Standard
1566 \align center
1567 \begin_inset Tabular
1568 <lyxtabular version="3" rows="4" columns="2">
1569 <features rotate="0" tabularvalignment="middle">
1570 <column alignment="center" valignment="top" width="0pt">
1571 <column alignment="center" valignment="top" width="0pt">
1572 <row>
1573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 Befehl
1578 \end_layout
1579
1580 \end_inset
1581 </cell>
1582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1583 \begin_inset Text
1584
1585 \begin_layout Plain Layout
1586 Ergebnis
1587 \begin_inset Note Note
1588 status collapsed
1589
1590 \begin_layout Plain Layout
1591
1592 \series bold
1593
1594 \backslash
1595 raisebox
1596 \series default
1597  dient nur als Abstandhalter.
1598 \end_layout
1599
1600 \end_inset
1601
1602
1603 \end_layout
1604
1605 \end_inset
1606 </cell>
1607 </row>
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 B_V
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 \begin_inset Formula $B_{V}$
1623 \end_inset
1624
1625
1626 \end_layout
1627
1628 \end_inset
1629 </cell>
1630 </row>
1631 <row>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 B^V
1637 \end_layout
1638
1639 \end_inset
1640 </cell>
1641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1642 \begin_inset Text
1643
1644 \begin_layout Plain Layout
1645 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1646 \end_inset
1647
1648
1649 \end_layout
1650
1651 \end_inset
1652 </cell>
1653 </row>
1654 <row>
1655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1656 \begin_inset Text
1657
1658 \begin_layout Plain Layout
1659 B^
1660 \begin_inset ERT
1661 status collapsed
1662
1663 \begin_layout Plain Layout
1664
1665
1666 \backslash
1667 leer 
1668 \end_layout
1669
1670 \end_inset
1671
1672 A
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 </lyxtabular>
1691
1692 \end_inset
1693
1694
1695 \end_layout
1696
1697 \begin_layout Standard
1698 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1699 llt
1700 \begin_inset Foot
1701 status collapsed
1702
1703 \begin_layout Plain Layout
1704 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1705 \end_layout
1706
1707 \end_inset
1708
1709 .
1710  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1711  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1712 \end_layout
1713
1714 \begin_layout Subsection
1715 Brüche
1716 \begin_inset CommandInset label
1717 LatexCommand label
1718 name "sub:Brüche"
1719
1720 \end_inset
1721
1722
1723 \begin_inset Index idx
1724 status collapsed
1725
1726 \begin_layout Plain Layout
1727 Brüche
1728 \end_layout
1729
1730 \end_inset
1731
1732
1733 \end_layout
1734
1735 \begin_layout Standard
1736 Brüche werden mit dem Befehl 
1737 \series bold
1738
1739 \backslash
1740 frac
1741 \series default
1742
1743 \begin_inset Index idx
1744 status collapsed
1745
1746 \begin_layout Plain Layout
1747 Befehle ! F ! 
1748 \backslash
1749 frac
1750 \end_layout
1751
1752 \end_inset
1753
1754  oder mit dem Mathe-Werkzeugleistenknopf 
1755 \begin_inset Graphics
1756         filename ../../images/math/frac.png
1757         scale 50
1758
1759 \end_inset
1760
1761  erstellt.
1762  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1763  in einer eingebetteten oder abgesetzten Formel befindet.
1764  Mit dem Mathe-Werkzeugleistenknopf 
1765 \begin_inset Graphics
1766         filename ../../images/math/frac-square.png
1767         scale 85
1768
1769 \end_inset
1770
1771  können verschieden Bruchtypen gewählt werden.
1772 \end_layout
1773
1774 \begin_layout Standard
1775 Mit dem Befehl 
1776 \series bold
1777
1778 \backslash
1779 dfrac
1780 \series default
1781
1782 \begin_inset Index idx
1783 status collapsed
1784
1785 \begin_layout Plain Layout
1786 Befehle ! D ! 
1787 \backslash
1788 dfrac
1789 \end_layout
1790
1791 \end_inset
1792
1793  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1794  Formel erscheint.
1795  Mit 
1796 \series bold
1797
1798 \backslash
1799 tfrac
1800 \series default
1801
1802 \begin_inset Index idx
1803 status collapsed
1804
1805 \begin_layout Plain Layout
1806 Befehle ! T ! 
1807 \backslash
1808 tfrac
1809 \end_layout
1810
1811 \end_inset
1812
1813  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1814  Ein Beispiel:
1815 \end_layout
1816
1817 \begin_layout Standard
1818 Eine Zeile mit dem Bruch 
1819 \begin_inset Formula $\frac{1}{2}$
1820 \end_inset
1821
1822 , der mit dem Befehl 
1823 \series bold
1824
1825 \backslash
1826 frac
1827 \series default
1828  erstellt wurde.
1829 \end_layout
1830
1831 \begin_layout Standard
1832 Eine Zeile mit dem Bruch 
1833 \begin_inset Formula $\dfrac{1}{2}$
1834 \end_inset
1835
1836 , der mit dem Befehl 
1837 \series bold
1838
1839 \backslash
1840 dfrac
1841 \series default
1842  erstellt wurde.
1843 \end_layout
1844
1845 \begin_layout Standard
1846 \align center
1847 \begin_inset Tabular
1848 <lyxtabular version="3" rows="4" columns="2">
1849 <features rotate="0" tabularvalignment="middle">
1850 <column alignment="center" valignment="top" width="0pt">
1851 <column alignment="center" valignment="top" width="0pt">
1852 <row>
1853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1854 \begin_inset Text
1855
1856 \begin_layout Plain Layout
1857 Befehl
1858 \end_layout
1859
1860 \end_inset
1861 </cell>
1862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1863 \begin_inset Text
1864
1865 \begin_layout Plain Layout
1866 Ergebnis
1867 \begin_inset Note Note
1868 status collapsed
1869
1870 \begin_layout Plain Layout
1871
1872 \series bold
1873
1874 \backslash
1875 raisebox
1876 \series default
1877  dient nur als Abstandhalter.
1878 \end_layout
1879
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 </row>
1888 <row>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \backslash
1895 frac
1896 \begin_inset ERT
1897 status collapsed
1898
1899 \begin_layout Plain Layout
1900
1901
1902 \backslash
1903 leer 
1904 \end_layout
1905
1906 \end_inset
1907
1908 A
1909 \begin_inset Formula $\downarrow$
1910 \end_inset
1911
1912 B
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1922 \end_inset
1923
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 </row>
1930 <row>
1931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935
1936 \backslash
1937 dfrac
1938 \begin_inset ERT
1939 status collapsed
1940
1941 \begin_layout Plain Layout
1942
1943
1944 \backslash
1945 leer 
1946 \end_layout
1947
1948 \end_inset
1949
1950 A
1951 \begin_inset Formula $\downarrow$
1952 \end_inset
1953
1954 B
1955 \end_layout
1956
1957 \end_inset
1958 </cell>
1959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1960 \begin_inset Text
1961
1962 \begin_layout Plain Layout
1963 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1964 \end_inset
1965
1966
1967 \end_layout
1968
1969 \end_inset
1970 </cell>
1971 </row>
1972 <row>
1973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1974 \begin_inset Text
1975
1976 \begin_layout Plain Layout
1977
1978 \backslash
1979 dfrac
1980 \begin_inset ERT
1981 status collapsed
1982
1983 \begin_layout Plain Layout
1984
1985
1986 \backslash
1987 leer 
1988 \end_layout
1989
1990 \end_inset
1991
1992 e^
1993 \backslash
1994 frac
1995 \begin_inset ERT
1996 status collapsed
1997
1998 \begin_layout Plain Layout
1999
2000
2001 \backslash
2002 leer 
2003 \end_layout
2004
2005 \end_inset
2006
2007 1
2008 \begin_inset Formula $\downarrow$
2009 \end_inset
2010
2011 2
2012 \begin_inset Formula $\downarrow\downarrow$
2013 \end_inset
2014
2015 3
2016 \end_layout
2017
2018 \end_inset
2019 </cell>
2020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2021 \begin_inset Text
2022
2023 \begin_layout Plain Layout
2024 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2025 \end_inset
2026
2027
2028 \end_layout
2029
2030 \end_inset
2031 </cell>
2032 </row>
2033 </lyxtabular>
2034
2035 \end_inset
2036
2037
2038 \end_layout
2039
2040 \begin_layout Standard
2041 \begin_inset VSpace bigskip
2042 \end_inset
2043
2044
2045 \begin_inset Newpage newpage
2046 \end_inset
2047
2048 Für Mehrfachbrüche gibt es den Befehl 
2049 \series bold
2050
2051 \backslash
2052 cfrac
2053 \series default
2054
2055 \begin_inset Index idx
2056 status collapsed
2057
2058 \begin_layout Plain Layout
2059 Befehle ! C ! 
2060 \backslash
2061 cfrac
2062 \end_layout
2063
2064 \end_inset
2065
2066 .
2067  Dazu ein Beispiel:
2068 \begin_inset VSpace -3mm
2069 \end_inset
2070
2071
2072 \end_layout
2073
2074 \begin_layout Standard
2075 \begin_inset Formula 
2076 \begin{align*}
2077 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2078 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2079 \end{align*}
2080
2081 \end_inset
2082
2083
2084 \end_layout
2085
2086 \begin_layout Standard
2087 Der Befehl für obiges Beispiel lautet:
2088 \end_layout
2089
2090 \begin_layout Standard
2091
2092 \series bold
2093
2094 \backslash
2095 cfrac
2096 \begin_inset ERT
2097 status collapsed
2098
2099 \begin_layout Plain Layout
2100
2101
2102 \backslash
2103 leer 
2104 \end_layout
2105
2106 \end_inset
2107
2108 A
2109 \begin_inset Formula $\downarrow$
2110 \end_inset
2111
2112 B+
2113 \backslash
2114 cfrac
2115 \begin_inset ERT
2116 status collapsed
2117
2118 \begin_layout Plain Layout
2119
2120
2121 \backslash
2122 leer 
2123 \end_layout
2124
2125 \end_inset
2126
2127 C+
2128 \backslash
2129 cfrac
2130 \begin_inset ERT
2131 status collapsed
2132
2133 \begin_layout Plain Layout
2134
2135
2136 \backslash
2137 leer 
2138 \end_layout
2139
2140 \end_inset
2141
2142 E
2143 \begin_inset Formula $\downarrow$
2144 \end_inset
2145
2146 F
2147 \begin_inset Formula $\downarrow$
2148 \end_inset
2149
2150 D
2151 \end_layout
2152
2153 \begin_layout Standard
2154 \begin_inset VSpace medskip
2155 \end_inset
2156
2157
2158 \end_layout
2159
2160 \begin_layout Standard
2161
2162 \series bold
2163
2164 \backslash
2165 cfrac
2166 \series default
2167  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2168  auch wenn er selbst Teil eines Bruches ist.
2169 \end_layout
2170
2171 \begin_layout Standard
2172 Es ist möglich die Ausrichtung des Zählers einzustellen.
2173  Der Befehl 
2174 \series bold
2175
2176 \backslash
2177 cfracleft
2178 \series default
2179  richtet ihn links, der Befehl 
2180 \series bold
2181
2182 \backslash
2183 cfracright
2184 \series default
2185  rechts aus.
2186  
2187 \series bold
2188
2189 \backslash
2190 cfrac
2191 \series default
2192  zentriert den Zähler.
2193  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2194 \end_layout
2195
2196 \begin_layout Standard
2197
2198 \series bold
2199 \begin_inset Formula 
2200 \[
2201 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2202 \]
2203
2204 \end_inset
2205
2206
2207 \end_layout
2208
2209 \begin_layout Standard
2210 \begin_inset Note Greyedout
2211 status open
2212
2213 \begin_layout Plain Layout
2214
2215 \series bold
2216 Achtung:
2217 \series default
2218  
2219 \series bold
2220
2221 \backslash
2222 cfracleft
2223 \series default
2224  und
2225 \series bold
2226  
2227 \backslash
2228 cfracright
2229 \series default
2230  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2231 \series bold
2232
2233 \backslash
2234 cfrac[Ausrichtung]{Zähler}{Nenner}
2235 \series default
2236  dar.
2237  Daher kann man sie nicht im TeX-Code benutzen.
2238 \end_layout
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 \begin_inset VSpace medskip
2247 \end_inset
2248
2249 Oftmals ist es am günstigsten 
2250 \series bold
2251
2252 \backslash
2253 cfrac
2254 \series default
2255  und 
2256 \series bold
2257
2258 \backslash
2259 frac
2260 \series default
2261  zu kombinieren:
2262 \begin_inset Formula 
2263 \[
2264 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2265 \]
2266
2267 \end_inset
2268
2269
2270 \end_layout
2271
2272 \begin_layout Standard
2273 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2274 \series bold
2275
2276 \backslash
2277 nicefrac
2278 \series default
2279
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Befehle ! N ! 
2285 \backslash
2286 nicefrac
2287 \end_layout
2288
2289 \end_inset
2290
2291
2292 \begin_inset Formula $\nicefrac{5}{31}$
2293 \end_inset
2294
2295  oder 
2296 \series bold
2297
2298 \backslash
2299 unitfrac
2300 \series default
2301
2302 \begin_inset Index idx
2303 status collapsed
2304
2305 \begin_layout Plain Layout
2306 Befehle! U ! 
2307 \backslash
2308 unitfrac
2309 \end_layout
2310
2311 \end_inset
2312
2313
2314 \begin_inset Formula $\unitfrac{5}{31}$
2315 \end_inset
2316
2317  benutzt werden.
2318  Des Weiteren gibt es den Befehl 
2319 \series bold
2320
2321 \backslash
2322 unitfracthree
2323 \series default
2324  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2325 \begin_inset Formula $\unitfrac[2]{1}{3}$
2326 \end_inset
2327
2328
2329 \end_layout
2330
2331 \begin_layout Standard
2332 \begin_inset Note Greyedout
2333 status open
2334
2335 \begin_layout Plain Layout
2336
2337 \series bold
2338 Achtung:
2339 \series default
2340  
2341 \series bold
2342
2343 \backslash
2344 unitfracthree
2345 \series default
2346  ist kein echter LaTeX-Befehl, sondern der Befehl
2347 \begin_inset Newline newline
2348 \end_inset
2349
2350
2351 \series bold
2352
2353 \backslash
2354 unitfrac[Zahl]{Zähler}{Nenner}
2355 \series default
2356  .
2357  Daher kann man ihn nicht im TeX-Code benutzen.
2358 \end_layout
2359
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \begin_layout Standard
2366 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2367  in 
2368 \begin_inset CommandInset ref
2369 LatexCommand ref
2370 reference "sub:Selbstdefinierte-Brüche"
2371
2372 \end_inset
2373
2374  erklärt.
2375 \end_layout
2376
2377 \begin_layout Standard
2378 \begin_inset Newpage newpage
2379 \end_inset
2380
2381
2382 \end_layout
2383
2384 \begin_layout Subsection
2385 Wurzeln
2386 \begin_inset Index idx
2387 status collapsed
2388
2389 \begin_layout Plain Layout
2390 Wurzeln
2391 \end_layout
2392
2393 \end_inset
2394
2395
2396 \end_layout
2397
2398 \begin_layout Standard
2399 Quadratwurzeln werden mit 
2400 \series bold
2401
2402 \backslash
2403 sqrt
2404 \series default
2405
2406 \begin_inset Index idx
2407 status collapsed
2408
2409 \begin_layout Plain Layout
2410 Befehle ! S ! 
2411 \backslash
2412 sqrt
2413 \end_layout
2414
2415 \end_inset
2416
2417  oder dem Mathe-Werkzeugleistenknopf 
2418 \begin_inset Graphics
2419         filename ../../images/math/sqrt.png
2420         scale 85
2421
2422 \end_inset
2423
2424  gesetzt, alle anderen Wurzeln mit dem Befehl 
2425 \series bold
2426
2427 \backslash
2428 root
2429 \series default
2430
2431 \begin_inset Index idx
2432 status collapsed
2433
2434 \begin_layout Plain Layout
2435 Befehle ! R ! 
2436 \backslash
2437 root
2438 \end_layout
2439
2440 \end_inset
2441
2442  oder dem Mathe-Werkzeugleistenknopf 
2443 \begin_inset Graphics
2444         filename ../../images/math/root.png
2445         scale 85
2446
2447 \end_inset
2448
2449 .
2450 \end_layout
2451
2452 \begin_layout Standard
2453 \align center
2454 \begin_inset Tabular
2455 <lyxtabular version="3" rows="3" columns="2">
2456 <features rotate="0" tabularvalignment="middle">
2457 <column alignment="center" valignment="top" width="0pt">
2458 <column alignment="center" valignment="top" width="0pt">
2459 <row>
2460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2461 \begin_inset Text
2462
2463 \begin_layout Plain Layout
2464 Befehl
2465 \end_layout
2466
2467 \end_inset
2468 </cell>
2469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2470 \begin_inset Text
2471
2472 \begin_layout Plain Layout
2473 Ergebnis
2474 \begin_inset Note Note
2475 status collapsed
2476
2477 \begin_layout Plain Layout
2478
2479 \series bold
2480
2481 \backslash
2482 raisebox
2483 \series default
2484  dient nur als Abstandhalter.
2485 \end_layout
2486
2487 \end_inset
2488
2489
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 </row>
2495 <row>
2496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2497 \begin_inset Text
2498
2499 \begin_layout Plain Layout
2500
2501 \backslash
2502 sqrt
2503 \begin_inset ERT
2504 status collapsed
2505
2506 \begin_layout Plain Layout
2507
2508
2509 \backslash
2510 leer 
2511 \end_layout
2512
2513 \end_inset
2514
2515 A-B
2516 \end_layout
2517
2518 \end_inset
2519 </cell>
2520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2521 \begin_inset Text
2522
2523 \begin_layout Plain Layout
2524 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2525 \end_inset
2526
2527
2528 \end_layout
2529
2530 \end_inset
2531 </cell>
2532 </row>
2533 <row>
2534 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2535 \begin_inset Text
2536
2537 \begin_layout Plain Layout
2538
2539 \backslash
2540 root
2541 \begin_inset ERT
2542 status collapsed
2543
2544 \begin_layout Plain Layout
2545
2546
2547 \backslash
2548 leer 
2549 \end_layout
2550
2551 \end_inset
2552
2553 3
2554 \begin_inset Formula $\downarrow$
2555 \end_inset
2556
2557 A-B
2558 \end_layout
2559
2560 \end_inset
2561 </cell>
2562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2563 \begin_inset Text
2564
2565 \begin_layout Plain Layout
2566 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2567 \end_inset
2568
2569
2570 \end_layout
2571
2572 \end_inset
2573 </cell>
2574 </row>
2575 </lyxtabular>
2576
2577 \end_inset
2578
2579
2580 \end_layout
2581
2582 \begin_layout Standard
2583 Eine Quadratwurzel kann man auch mit 
2584 \series bold
2585
2586 \backslash
2587 root
2588 \series default
2589  erstellen, indem man das Feld über der Wurzel frei lässt.
2590 \end_layout
2591
2592 \begin_layout Standard
2593 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2594  Formel: 
2595 \begin_inset Formula $\sqrt[\beta]{B}$
2596 \end_inset
2597
2598
2599 \begin_inset Newline newline
2600 \end_inset
2601
2602 Das 
2603 \begin_inset Formula $\beta$
2604 \end_inset
2605
2606  berührt die Wurzel.
2607  Um dies zu verhindern, verwendet man die Befehle 
2608 \series bold
2609
2610 \backslash
2611 leftroot
2612 \series default
2613
2614 \begin_inset Index idx
2615 status collapsed
2616
2617 \begin_layout Plain Layout
2618 Befehle ! L ! 
2619 \backslash
2620 leftroot
2621 \end_layout
2622
2623 \end_inset
2624
2625  und 
2626 \series bold
2627
2628 \backslash
2629 uproot
2630 \series default
2631
2632 \begin_inset Index idx
2633 status collapsed
2634
2635 \begin_layout Plain Layout
2636 Befehle ! U ! 
2637 \backslash
2638 uproot
2639 \end_layout
2640
2641 \end_inset
2642
2643 , die folgendes Schema besitzen:
2644 \end_layout
2645
2646 \begin_layout Standard
2647
2648 \series bold
2649
2650 \backslash
2651 leftroot{Abstand}
2652 \series default
2653  bzw.
2654 \begin_inset space \space{}
2655 \end_inset
2656
2657
2658 \series bold
2659
2660 \backslash
2661 uproot{Abstand}
2662 \end_layout
2663
2664 \begin_layout Standard
2665 Abstand ist die Anzahl der Big Points (Einheit bp; 
2666 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2667 \end_inset
2668
2669 ), um die der Index nach links bzw.
2670 \begin_inset space \space{}
2671 \end_inset
2672
2673 nach oben verschoben werden soll.
2674  Die Befehle werden in den Index geschrieben.
2675  So ergibt der Befehl
2676 \begin_inset Newline newline
2677 \end_inset
2678
2679
2680 \series bold
2681
2682 \backslash
2683 root
2684 \backslash
2685 leftroot{-1
2686 \begin_inset Formula $\to$
2687 \end_inset
2688
2689
2690 \backslash
2691 uproot{2
2692 \begin_inset Formula $\to$
2693 \end_inset
2694
2695
2696 \backslash
2697 beta
2698 \begin_inset ERT
2699 status collapsed
2700
2701 \begin_layout Plain Layout
2702
2703
2704 \backslash
2705 leer 
2706 \end_layout
2707
2708 \end_inset
2709
2710
2711 \begin_inset Formula $\to$
2712 \end_inset
2713
2714 B
2715 \begin_inset Newline newline
2716 \end_inset
2717
2718
2719 \series default
2720 eine korrekt gesetzte Formel: 
2721 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2722 \end_inset
2723
2724
2725 \end_layout
2726
2727 \begin_layout Subsection
2728 Binomialkoeffizienten
2729 \begin_inset Index idx
2730 status collapsed
2731
2732 \begin_layout Plain Layout
2733 Binomialkoeffizienten
2734 \end_layout
2735
2736 \end_inset
2737
2738
2739 \end_layout
2740
2741 \begin_layout Standard
2742 Binomialkoeffizienten können mit dem Befehl 
2743 \series bold
2744
2745 \backslash
2746 binom
2747 \series default
2748
2749 \begin_inset Index idx
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 Befehle ! B ! 
2754 \backslash
2755 binom
2756 \end_layout
2757
2758 \end_inset
2759
2760  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2761 \begin_inset Graphics
2762         filename ../../images/math/frac-square.png
2763         scale 85
2764
2765 \end_inset
2766
2767 eingefügt werden.
2768  Analog zu Brüchen (
2769 \series bold
2770
2771 \backslash
2772 frac
2773 \series default
2774 ) gibt es außer 
2775 \series bold
2776
2777 \backslash
2778 binom
2779 \series default
2780  noch die Befehle 
2781 \series bold
2782
2783 \backslash
2784 dbinom
2785 \series default
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Befehle ! D ! 
2792 \backslash
2793 dbinom
2794 \end_layout
2795
2796 \end_inset
2797
2798  und 
2799 \series bold
2800
2801 \backslash
2802 tbinom
2803 \series default
2804
2805 \begin_inset Index idx
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809 Befehle ! T ! 
2810 \backslash
2811 tbinom
2812 \end_layout
2813
2814 \end_inset
2815
2816 .
2817  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2818 \series bold
2819
2820 \backslash
2821 brace
2822 \series default
2823
2824 \begin_inset Index idx
2825 status collapsed
2826
2827 \begin_layout Plain Layout
2828 Befehle ! B ! 
2829 \backslash
2830 brace
2831 \end_layout
2832
2833 \end_inset
2834
2835  und 
2836 \series bold
2837
2838 \backslash
2839 brack
2840 \series default
2841
2842 \begin_inset Index idx
2843 status collapsed
2844
2845 \begin_layout Plain Layout
2846 Befehle ! B ! 
2847 \backslash
2848 brack
2849 \end_layout
2850
2851 \end_inset
2852
2853 .
2854 \end_layout
2855
2856 \begin_layout Standard
2857 \align center
2858 \begin_inset Tabular
2859 <lyxtabular version="3" rows="6" columns="2">
2860 <features rotate="0" tabularvalignment="middle">
2861 <column alignment="center" valignment="top" width="0pt">
2862 <column alignment="center" valignment="top" width="0pt">
2863 <row>
2864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2865 \begin_inset Text
2866
2867 \begin_layout Plain Layout
2868 Befehl
2869 \end_layout
2870
2871 \end_inset
2872 </cell>
2873 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2874 \begin_inset Text
2875
2876 \begin_layout Plain Layout
2877 Ergebnis
2878 \begin_inset Note Note
2879 status collapsed
2880
2881 \begin_layout Plain Layout
2882
2883 \series bold
2884
2885 \backslash
2886 raisebox
2887 \series default
2888  dient nur als Abstandhalter.
2889 \end_layout
2890
2891 \end_inset
2892
2893
2894 \end_layout
2895
2896 \end_inset
2897 </cell>
2898 </row>
2899 <row>
2900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2901 \begin_inset Text
2902
2903 \begin_layout Plain Layout
2904
2905 \backslash
2906 binom
2907 \begin_inset ERT
2908 status collapsed
2909
2910 \begin_layout Plain Layout
2911
2912
2913 \backslash
2914 leer 
2915 \end_layout
2916
2917 \end_inset
2918
2919 A
2920 \begin_inset Formula $\downarrow$
2921 \end_inset
2922
2923 B
2924 \end_layout
2925
2926 \end_inset
2927 </cell>
2928 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2929 \begin_inset Text
2930
2931 \begin_layout Plain Layout
2932 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2933 \end_inset
2934
2935
2936 \end_layout
2937
2938 \end_inset
2939 </cell>
2940 </row>
2941 <row>
2942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2943 \begin_inset Text
2944
2945 \begin_layout Plain Layout
2946
2947 \backslash
2948 dbinom
2949 \begin_inset ERT
2950 status collapsed
2951
2952 \begin_layout Plain Layout
2953
2954
2955 \backslash
2956 leer 
2957 \end_layout
2958
2959 \end_inset
2960
2961 A
2962 \begin_inset Formula $\downarrow$
2963 \end_inset
2964
2965 B
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2971 \begin_inset Text
2972
2973 \begin_layout Plain Layout
2974 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2975 \end_inset
2976
2977
2978 \end_layout
2979
2980 \end_inset
2981 </cell>
2982 </row>
2983 <row>
2984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2985 \begin_inset Text
2986
2987 \begin_layout Plain Layout
2988
2989 \backslash
2990 tbinom
2991 \begin_inset ERT
2992 status collapsed
2993
2994 \begin_layout Plain Layout
2995
2996
2997 \backslash
2998 leer 
2999 \end_layout
3000
3001 \end_inset
3002
3003 A
3004 \begin_inset Formula $\downarrow$
3005 \end_inset
3006
3007 B
3008 \end_layout
3009
3010 \end_inset
3011 </cell>
3012 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3013 \begin_inset Text
3014
3015 \begin_layout Plain Layout
3016 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
3017 \end_inset
3018
3019
3020 \end_layout
3021
3022 \end_inset
3023 </cell>
3024 </row>
3025 <row>
3026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Plain Layout
3030
3031 \backslash
3032 brack
3033 \begin_inset ERT
3034 status collapsed
3035
3036 \begin_layout Plain Layout
3037
3038
3039 \backslash
3040 leer 
3041 \end_layout
3042
3043 \end_inset
3044
3045 A
3046 \begin_inset Formula $\downarrow$
3047 \end_inset
3048
3049 B
3050 \end_layout
3051
3052 \end_inset
3053 </cell>
3054 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3055 \begin_inset Text
3056
3057 \begin_layout Plain Layout
3058 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3059 \end_inset
3060
3061
3062 \end_layout
3063
3064 \end_inset
3065 </cell>
3066 </row>
3067 <row>
3068 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3069 \begin_inset Text
3070
3071 \begin_layout Plain Layout
3072
3073 \backslash
3074 brace
3075 \begin_inset ERT
3076 status collapsed
3077
3078 \begin_layout Plain Layout
3079
3080
3081 \backslash
3082 leer 
3083 \end_layout
3084
3085 \end_inset
3086
3087 A
3088 \begin_inset Formula $\downarrow$
3089 \end_inset
3090
3091 B
3092 \end_layout
3093
3094 \end_inset
3095 </cell>
3096 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3097 \begin_inset Text
3098
3099 \begin_layout Plain Layout
3100 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3101 \end_inset
3102
3103
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 </row>
3109 </lyxtabular>
3110
3111 \end_inset
3112
3113
3114 \end_layout
3115
3116 \begin_layout Subsection
3117 Fallunterscheidungen
3118 \begin_inset Index idx
3119 status collapsed
3120
3121 \begin_layout Plain Layout
3122 Fallunterscheidungen
3123 \end_layout
3124
3125 \end_inset
3126
3127
3128 \end_layout
3129
3130 \begin_layout Standard
3131 \align center
3132 \begin_inset Tabular
3133 <lyxtabular version="3" rows="3" columns="2">
3134 <features rotate="0" tabularvalignment="middle">
3135 <column alignment="center" valignment="top" width="0pt">
3136 <column alignment="center" valignment="top" width="0pt">
3137 <row>
3138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3139 \begin_inset Text
3140
3141 \begin_layout Plain Layout
3142 Befehl
3143 \end_layout
3144
3145 \end_inset
3146 </cell>
3147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3148 \begin_inset Text
3149
3150 \begin_layout Plain Layout
3151 Ergebnis
3152 \end_layout
3153
3154 \end_inset
3155 </cell>
3156 </row>
3157 <row>
3158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162
3163 \backslash
3164 cases
3165 \begin_inset ERT
3166 status collapsed
3167
3168 \begin_layout Plain Layout
3169
3170
3171 \backslash
3172 leer 
3173 \end_layout
3174
3175 \end_inset
3176
3177 A
3178 \begin_inset Formula $\to$
3179 \end_inset
3180
3181 B>0
3182 \begin_inset Index idx
3183 status collapsed
3184
3185 \begin_layout Plain Layout
3186 Befehle ! C ! 
3187 \backslash
3188 cases
3189 \end_layout
3190
3191 \end_inset
3192
3193
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 \begin_inset Formula $\begin{cases}
3203 A & B>0\end{cases}$
3204 \end_inset
3205
3206
3207 \end_layout
3208
3209 \end_inset
3210 </cell>
3211 </row>
3212 <row>
3213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3214 \begin_inset Text
3215
3216 \begin_layout Plain Layout
3217
3218 \backslash
3219 cases
3220 \begin_inset ERT
3221 status collapsed
3222
3223 \begin_layout Plain Layout
3224
3225
3226 \backslash
3227 leer 
3228 \end_layout
3229
3230 \end_inset
3231
3232 Strg+Enter
3233 \end_layout
3234
3235 \end_inset
3236 </cell>
3237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3238 \begin_inset Text
3239
3240 \begin_layout Plain Layout
3241 \begin_inset Formula $\begin{cases}
3242 A & \textrm{für }x>0\\
3243 B & \textrm{für }x=0
3244 \end{cases}$
3245 \end_inset
3246
3247
3248 \end_layout
3249
3250 \end_inset
3251 </cell>
3252 </row>
3253 </lyxtabular>
3254
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \begin_layout Standard
3261 Nach der Eingabe von 
3262 \series bold
3263
3264 \backslash
3265 cases
3266 \series default
3267  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3268 \begin_inset Graphics
3269         filename ../../images/math/cases.png
3270         scale 85
3271
3272 \end_inset
3273
3274  können mit 
3275 \family sans
3276 Strg+Enter
3277 \family default
3278  oder dem Tabellen-Werkzeugleistenknopf 
3279 \begin_inset Graphics
3280         filename ../../images/tabular-feature_append-row.png
3281         scale 85
3282
3283 \end_inset
3284
3285  neue Zeilen erstellt werden.
3286 \begin_inset Foot
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3291 \begin_inset CommandInset ref
3292 LatexCommand ref
3293 reference "sub:Akzente-für-ein"
3294
3295 \end_inset
3296
3297  beschrieben.
3298 \end_layout
3299
3300 \end_inset
3301
3302
3303 \end_layout
3304
3305 \begin_layout Standard
3306 Der Befehl 
3307 \series bold
3308
3309 \backslash
3310 cases
3311 \series default
3312  ist auch über das Menü 
3313 \family sans
3314 Einfügen\SpecialChar \menuseparator
3315 Mathe\SpecialChar \menuseparator
3316 Cases-Umgebung
3317 \family default
3318  verfügbar.
3319 \end_layout
3320
3321 \begin_layout Subsection
3322 Verneinungen
3323 \begin_inset Index idx
3324 status collapsed
3325
3326 \begin_layout Plain Layout
3327 Verneinungen
3328 \end_layout
3329
3330 \end_inset
3331
3332
3333 \end_layout
3334
3335 \begin_layout Standard
3336 Durch die Eingabe von 
3337 \series bold
3338
3339 \backslash
3340 not
3341 \series default
3342
3343 \begin_inset Index idx
3344 status collapsed
3345
3346 \begin_layout Plain Layout
3347 Befehle ! N ! 
3348 \backslash
3349 not
3350 \end_layout
3351
3352 \end_inset
3353
3354  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3355  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3356 \end_layout
3357
3358 \begin_layout Standard
3359 \align center
3360 \begin_inset Tabular
3361 <lyxtabular version="3" rows="4" columns="2">
3362 <features rotate="0" tabularvalignment="middle">
3363 <column alignment="center" valignment="top" width="0pt">
3364 <column alignment="center" valignment="top" width="0pt">
3365 <row>
3366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3367 \begin_inset Text
3368
3369 \begin_layout Plain Layout
3370 Befehl
3371 \end_layout
3372
3373 \end_inset
3374 </cell>
3375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3376 \begin_inset Text
3377
3378 \begin_layout Plain Layout
3379 Ergebnis
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 </row>
3385 <row>
3386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390
3391 \backslash
3392 not=
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3398 \begin_inset Text
3399
3400 \begin_layout Plain Layout
3401 \begin_inset Formula $\not=$
3402 \end_inset
3403
3404
3405 \end_layout
3406
3407 \end_inset
3408 </cell>
3409 </row>
3410 <row>
3411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415
3416 \backslash
3417 not 
3418 \backslash
3419 le
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3425 \begin_inset Text
3426
3427 \begin_layout Plain Layout
3428 \begin_inset Formula $\not\le$
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \end_inset
3435 </cell>
3436 </row>
3437 <row>
3438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3439 \begin_inset Text
3440
3441 \begin_layout Plain Layout
3442
3443 \backslash
3444 not 
3445 \backslash
3446 parallel
3447 \end_layout
3448
3449 \end_inset
3450 </cell>
3451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3452 \begin_inset Text
3453
3454 \begin_layout Plain Layout
3455 \begin_inset Formula $\not\parallel$
3456 \end_inset
3457
3458
3459 \end_layout
3460
3461 \end_inset
3462 </cell>
3463 </row>
3464 </lyxtabular>
3465
3466 \end_inset
3467
3468
3469 \end_layout
3470
3471 \begin_layout Standard
3472 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3473  Deswegen gibt es für Einige spezielle Befehle (siehe 
3474 \begin_inset CommandInset ref
3475 LatexCommand ref
3476 reference "sub:Mathematische-Symbole"
3477
3478 \end_inset
3479
3480  und 
3481 \begin_inset CommandInset ref
3482 LatexCommand ref
3483 reference "sec:Relationen"
3484
3485 \end_inset
3486
3487 ).
3488 \end_layout
3489
3490 \begin_layout Subsection
3491 Platzhalter
3492 \begin_inset CommandInset label
3493 LatexCommand label
3494 name "sub:Platzhalter"
3495
3496 \end_inset
3497
3498
3499 \begin_inset Index idx
3500 status collapsed
3501
3502 \begin_layout Plain Layout
3503 Platzhalter
3504 \end_layout
3505
3506 \end_inset
3507
3508
3509 \begin_inset Index idx
3510 status collapsed
3511
3512 \begin_layout Plain Layout
3513 chemische Zeichen ! Isotope
3514 \end_layout
3515
3516 \end_inset
3517
3518
3519 \begin_inset Index idx
3520 status collapsed
3521
3522 \begin_layout Plain Layout
3523 Isotope|see
3524 \begin_inset ERT
3525 status collapsed
3526
3527 \begin_layout Plain Layout
3528
3529 {
3530 \end_layout
3531
3532 \end_inset
3533
3534 chemische Zeichen
3535 \begin_inset ERT
3536 status collapsed
3537
3538 \begin_layout Plain Layout
3539
3540 }
3541 \end_layout
3542
3543 \end_inset
3544
3545
3546 \end_layout
3547
3548 \end_inset
3549
3550
3551 \end_layout
3552
3553 \begin_layout Standard
3554 Möchte man z.
3555 \begin_inset space \thinspace{}
3556 \end_inset
3557
3558 B.
3559  Isotope
3560 \begin_inset Foot
3561 status collapsed
3562
3563 \begin_layout Plain Layout
3564 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3565 \begin_inset CommandInset ref
3566 LatexCommand ref
3567 reference "sub:Chemische-Symbole-und"
3568
3569 \end_inset
3570
3571  beschrieben.
3572 \end_layout
3573
3574 \end_inset
3575
3576  darstellen, tritt folgendes Problem auf:
3577 \end_layout
3578
3579 \begin_layout Standard
3580 \align center
3581 \begin_inset Tabular
3582 <lyxtabular version="3" rows="2" columns="2">
3583 <features rotate="0" tabularvalignment="middle">
3584 <column alignment="center" valignment="top" width="0pt">
3585 <column alignment="center" valignment="top" width="0pt">
3586 <row>
3587 <cell alignment="center" valignment="top" usebox="none">
3588 \begin_inset Text
3589
3590 \begin_layout Plain Layout
3591 durch Hoch- und Tiefstellen erzeugte Indizes:
3592 \end_layout
3593
3594 \end_inset
3595 </cell>
3596 <cell alignment="center" valignment="top" usebox="none">
3597 \begin_inset Text
3598
3599 \begin_layout Plain Layout
3600 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3601 \end_inset
3602
3603
3604 \end_layout
3605
3606 \end_inset
3607 </cell>
3608 </row>
3609 <row>
3610 <cell alignment="center" valignment="top" usebox="none">
3611 \begin_inset Text
3612
3613 \begin_layout Plain Layout
3614 korrekte Indizes:
3615 \end_layout
3616
3617 \end_inset
3618 </cell>
3619 <cell alignment="center" valignment="top" usebox="none">
3620 \begin_inset Text
3621
3622 \begin_layout Plain Layout
3623 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3624 \end_inset
3625
3626
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 </row>
3632 </lyxtabular>
3633
3634 \end_inset
3635
3636
3637 \begin_inset Note Note
3638 status collapsed
3639
3640 \begin_layout Plain Layout
3641
3642 \series bold
3643
3644 \backslash
3645 raisebox
3646 \series default
3647  dient nur
3648 \end_layout
3649
3650 \begin_layout Plain Layout
3651 als Abstandhalter.
3652 \end_layout
3653
3654 \end_inset
3655
3656
3657 \end_layout
3658
3659 \begin_layout Standard
3660 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3661  längeren Index gesetzt.
3662  Um das zu verhindern gibt es den Befehl 
3663 \series bold
3664
3665 \backslash
3666 phantom
3667 \series default
3668
3669 \begin_inset Index idx
3670 status collapsed
3671
3672 \begin_layout Plain Layout
3673 Befehle ! P ! 
3674 \backslash
3675 phantom
3676 \end_layout
3677
3678 \end_inset
3679
3680  oder den Mathe-Werkzeugleistenknopf
3681 \begin_inset space \thinspace{}
3682 \end_inset
3683
3684
3685 \begin_inset Foot
3686 status collapsed
3687
3688 \begin_layout Plain Layout
3689 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3690 \begin_inset Graphics
3691         filename ../../images/math/space.png
3692         scale 85
3693
3694 \end_inset
3695
3696
3697 \end_layout
3698
3699 \end_inset
3700
3701  
3702 \begin_inset Graphics
3703         filename ../../images/math/phantom.png
3704         scale 85
3705
3706 \end_inset
3707
3708 , der ein oder mehrere Phantomzeichen erstellt.
3709  Wenn 
3710 \series bold
3711
3712 \backslash
3713 phantom
3714 \series default
3715  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3716  Pfeilen überlagert wird.
3717  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3718  als Leerraum erstellt wird.
3719  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3720  Zeichen.
3721 \end_layout
3722
3723 \begin_layout Standard
3724 \align center
3725 \begin_inset Tabular
3726 <lyxtabular version="3" rows="4" columns="2">
3727 <features rotate="0" tabularvalignment="middle">
3728 <column alignment="center" valignment="top">
3729 <column alignment="center" valignment="top">
3730 <row>
3731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3732 \begin_inset Text
3733
3734 \begin_layout Plain Layout
3735 Befehl
3736 \end_layout
3737
3738 \end_inset
3739 </cell>
3740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3741 \begin_inset Text
3742
3743 \begin_layout Plain Layout
3744 Ergebnis
3745 \begin_inset Note Note
3746 status collapsed
3747
3748 \begin_layout Plain Layout
3749
3750 \series bold
3751
3752 \backslash
3753 raisebox
3754 \series default
3755  dient nur als Abstandhalter.
3756 \end_layout
3757
3758 \end_inset
3759
3760
3761 \end_layout
3762
3763 \end_inset
3764 </cell>
3765 </row>
3766 <row>
3767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3768 \begin_inset Text
3769
3770 \begin_layout Plain Layout
3771 ^19
3772 \begin_inset ERT
3773 status collapsed
3774
3775 \begin_layout Plain Layout
3776
3777
3778 \backslash
3779 leer 
3780 \end_layout
3781
3782 \end_inset
3783
3784 _
3785 \backslash
3786 phantom
3787 \begin_inset ERT
3788 status collapsed
3789
3790 \begin_layout Plain Layout
3791
3792
3793 \backslash
3794 leer 
3795 \end_layout
3796
3797 \end_inset
3798
3799 1
3800 \begin_inset Formula $\to$
3801 \end_inset
3802
3803 9
3804 \begin_inset ERT
3805 status collapsed
3806
3807 \begin_layout Plain Layout
3808
3809
3810 \backslash
3811 leer 
3812 \end_layout
3813
3814 \end_inset
3815
3816 F
3817 \end_layout
3818
3819 \end_inset
3820 </cell>
3821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3822 \begin_inset Text
3823
3824 \begin_layout Plain Layout
3825 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3826 \end_inset
3827
3828
3829 \end_layout
3830
3831 \end_inset
3832 </cell>
3833 </row>
3834 <row>
3835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3836 \begin_inset Text
3837
3838 \begin_layout Plain Layout
3839 ^235
3840 \begin_inset ERT
3841 status collapsed
3842
3843 \begin_layout Plain Layout
3844
3845
3846 \backslash
3847 leer 
3848 \end_layout
3849
3850 \end_inset
3851
3852 _
3853 \backslash
3854 phantom
3855 \begin_inset ERT
3856 status collapsed
3857
3858 \begin_layout Plain Layout
3859
3860
3861 \backslash
3862 leer 
3863 \end_layout
3864
3865 \end_inset
3866
3867 23
3868 \begin_inset Formula $\to$
3869 \end_inset
3870
3871 9
3872 \begin_inset ERT
3873 status collapsed
3874
3875 \begin_layout Plain Layout
3876
3877
3878 \backslash
3879 leer 
3880 \end_layout
3881
3882 \end_inset
3883
3884 F
3885 \end_layout
3886
3887 \end_inset
3888 </cell>
3889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3890 \begin_inset Text
3891
3892 \begin_layout Plain Layout
3893 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3894 \end_inset
3895
3896
3897 \end_layout
3898
3899 \end_inset
3900 </cell>
3901 </row>
3902 <row>
3903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3904 \begin_inset Text
3905
3906 \begin_layout Plain Layout
3907
3908 \backslash
3909 Lambda^
3910 \begin_inset ERT
3911 status collapsed
3912
3913 \begin_layout Plain Layout
3914
3915
3916 \backslash
3917 leer 
3918 \end_layout
3919
3920 \end_inset
3921
3922
3923 \backslash
3924 phantom
3925 \begin_inset ERT
3926 status collapsed
3927
3928 \begin_layout Plain Layout
3929
3930
3931 \backslash
3932 leer 
3933 \end_layout
3934
3935 \end_inset
3936
3937 ii
3938 \begin_inset Formula $\to$
3939 \end_inset
3940
3941 t
3942 \begin_inset ERT
3943 status collapsed
3944
3945 \begin_layout Plain Layout
3946
3947
3948 \backslash
3949 leer 
3950 \end_layout
3951
3952 \end_inset
3953
3954 _MMt
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3960 \begin_inset Text
3961
3962 \begin_layout Plain Layout
3963 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3964 \end_inset
3965
3966
3967 \end_layout
3968
3969 \end_inset
3970 </cell>
3971 </row>
3972 </lyxtabular>
3973
3974 \end_inset
3975
3976
3977 \end_layout
3978
3979 \begin_layout Standard
3980 Des Weiteren gibt es noch die Befehle 
3981 \series bold
3982
3983 \backslash
3984 vphantom
3985 \series default
3986
3987 \begin_inset Index idx
3988 status collapsed
3989
3990 \begin_layout Plain Layout
3991 Befehle ! V ! 
3992 \backslash
3993 vphantom
3994 \end_layout
3995
3996 \end_inset
3997
3998  (Werkzeugleistenknopf 
3999 \begin_inset space ~
4000 \end_inset
4001
4002
4003 \begin_inset Graphics
4004         filename ../../images/math/vphantom.png
4005         scale 85
4006
4007 \end_inset
4008
4009 ) und 
4010 \series bold
4011
4012 \backslash
4013 hphantom
4014 \series default
4015
4016 \begin_inset Index idx
4017 status collapsed
4018
4019 \begin_layout Plain Layout
4020 Befehle ! H ! 
4021 \backslash
4022 hphantom
4023 \end_layout
4024
4025 \end_inset
4026
4027  (Werkzeugleistenknopf 
4028 \begin_inset space ~
4029 \end_inset
4030
4031
4032 \begin_inset Graphics
4033         filename ../../images/math/hphantom.png
4034         scale 85
4035
4036 \end_inset
4037
4038 ).
4039  
4040 \series bold
4041
4042 \backslash
4043 hphantom
4044 \series default
4045  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4046  nicht jedoch für deren Breite.
4047  Bei 
4048 \series bold
4049
4050 \backslash
4051 vphantom
4052 \series default
4053  wird nur Platz mit der Breite des Kästchens erstellt.
4054  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4055 \end_layout
4056
4057 \begin_layout Standard
4058 Zum Beispiel erzeugt 
4059 \series bold
4060
4061 \backslash
4062 vphantom
4063 \series default
4064
4065 \begin_inset ERT
4066 status collapsed
4067
4068 \begin_layout Plain Layout
4069
4070
4071 \backslash
4072 leer 
4073 \end_layout
4074
4075 \end_inset
4076
4077
4078 \series bold
4079 a
4080 \backslash
4081 int
4082 \series default
4083  Platz der Höhe des Integralzeichens,
4084 \begin_inset Foot
4085 status collapsed
4086
4087 \begin_layout Plain Layout
4088 Der Befehl 
4089 \series bold
4090
4091 \backslash
4092 int
4093 \series default
4094  erzeugt ein Integralzeichen, siehe 
4095 \begin_inset CommandInset ref
4096 LatexCommand ref
4097 reference "sub:Große-Operatoren"
4098
4099 \end_inset
4100
4101 .
4102 \end_layout
4103
4104 \end_inset
4105
4106  da dieses das größere Zeichen ist.
4107  Eine Beispielanwendung ist in 
4108 \begin_inset CommandInset ref
4109 LatexCommand ref
4110 reference "sub:Mehrzeilige-Klammern"
4111
4112 \end_inset
4113
4114  zu finden.
4115 \end_layout
4116
4117 \begin_layout Standard
4118 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4119  
4120 \family sans
4121 Einfügen\SpecialChar \menuseparator
4122 Formatierung\SpecialChar \menuseparator
4123 Phantom
4124 \family default
4125  eingefügt werden:
4126 \end_layout
4127
4128 \begin_layout Standard
4129 Dies ist ein Satz.
4130 \begin_inset Newline newline
4131 \end_inset
4132
4133
4134 \begin_inset Phantom Phantom
4135 status open
4136
4137 \begin_layout Plain Layout
4138 Dies
4139 \end_layout
4140
4141 \end_inset
4142
4143  ist ein Satz.
4144 \end_layout
4145
4146 \begin_layout Subsection
4147 Linien
4148 \begin_inset Index idx
4149 status collapsed
4150
4151 \begin_layout Plain Layout
4152 Linien
4153 \end_layout
4154
4155 \end_inset
4156
4157
4158 \begin_inset Index idx
4159 status collapsed
4160
4161 \begin_layout Plain Layout
4162 Formel ! unterstrichene
4163 \end_layout
4164
4165 \end_inset
4166
4167
4168 \end_layout
4169
4170 \begin_layout Standard
4171 \align center
4172 \begin_inset Tabular
4173 <lyxtabular version="3" rows="4" columns="2">
4174 <features rotate="0" tabularvalignment="middle">
4175 <column alignment="center" valignment="top" width="0pt">
4176 <column alignment="center" valignment="top" width="0pt">
4177 <row>
4178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4179 \begin_inset Text
4180
4181 \begin_layout Plain Layout
4182 Befehl
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4188 \begin_inset Text
4189
4190 \begin_layout Plain Layout
4191 Ergebnis
4192 \begin_inset Note Note
4193 status collapsed
4194
4195 \begin_layout Plain Layout
4196
4197 \series bold
4198
4199 \backslash
4200 raisebox
4201 \series default
4202  dient nur als Abstandhalter.
4203 \end_layout
4204
4205 \end_inset
4206
4207
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 </row>
4213 <row>
4214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4215 \begin_inset Text
4216
4217 \begin_layout Plain Layout
4218
4219 \backslash
4220 overline
4221 \begin_inset ERT
4222 status collapsed
4223
4224 \begin_layout Plain Layout
4225
4226
4227 \backslash
4228 leer 
4229 \end_layout
4230
4231 \end_inset
4232
4233 A+B
4234 \begin_inset Index idx
4235 status collapsed
4236
4237 \begin_layout Plain Layout
4238 Befehle ! O ! 
4239 \backslash
4240 overline
4241 \end_layout
4242
4243 \end_inset
4244
4245
4246 \end_layout
4247
4248 \end_inset
4249 </cell>
4250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4251 \begin_inset Text
4252
4253 \begin_layout Plain Layout
4254 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4255 \end_inset
4256
4257
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 </row>
4263 <row>
4264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4265 \begin_inset Text
4266
4267 \begin_layout Plain Layout
4268
4269 \backslash
4270 underline
4271 \begin_inset ERT
4272 status collapsed
4273
4274 \begin_layout Plain Layout
4275
4276
4277 \backslash
4278 leer 
4279 \end_layout
4280
4281 \end_inset
4282
4283 A+B
4284 \begin_inset Index idx
4285 status collapsed
4286
4287 \begin_layout Plain Layout
4288 Befehle ! U ! 
4289 \backslash
4290 underline
4291 \end_layout
4292
4293 \end_inset
4294
4295
4296 \end_layout
4297
4298 \end_inset
4299 </cell>
4300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4301 \begin_inset Text
4302
4303 \begin_layout Plain Layout
4304 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4305 \end_inset
4306
4307
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318
4319 \backslash
4320 overline
4321 \begin_inset ERT
4322 status collapsed
4323
4324 \begin_layout Plain Layout
4325
4326
4327 \backslash
4328 leer 
4329 \end_layout
4330
4331 \end_inset
4332
4333
4334 \backslash
4335 underline
4336 \begin_inset ERT
4337 status collapsed
4338
4339 \begin_layout Plain Layout
4340
4341
4342 \backslash
4343 leer 
4344 \end_layout
4345
4346 \end_inset
4347
4348 A+B
4349 \end_layout
4350
4351 \end_inset
4352 </cell>
4353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4354 \begin_inset Text
4355
4356 \begin_layout Plain Layout
4357 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4358 \end_inset
4359
4360
4361 \end_layout
4362
4363 \end_inset
4364 </cell>
4365 </row>
4366 </lyxtabular>
4367
4368 \end_inset
4369
4370
4371 \end_layout
4372
4373 \begin_layout Standard
4374 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4375 \series bold
4376
4377 \backslash
4378 overline
4379 \series default
4380  oder 
4381 \series bold
4382
4383 \backslash
4384 underline
4385 \series default
4386  eingibt.
4387 \end_layout
4388
4389 \begin_layout Standard
4390 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4391 \begin_inset Newline linebreak
4392 \end_inset
4393
4394
4395 \series bold
4396
4397 \backslash
4398 underline
4399 \series default
4400 .
4401 \end_layout
4402
4403 \begin_layout Standard
4404 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4405 \end_layout
4406
4407 \begin_layout Standard
4408 \begin_inset VSpace bigskip
4409 \end_inset
4410
4411 Benutzerdefinierte Linien können mit dem Befehl 
4412 \series bold
4413
4414 \backslash
4415 rule
4416 \series default
4417
4418 \begin_inset Index idx
4419 status collapsed
4420
4421 \begin_layout Plain Layout
4422 Befehle! R ! 
4423 \backslash
4424 rule
4425 \end_layout
4426
4427 \end_inset
4428
4429  erstellt werden, der folgendes Schema besitzt:
4430 \end_layout
4431
4432 \begin_layout Standard
4433
4434 \series bold
4435
4436 \backslash
4437 rule[vertikaler Versatz]{Länge}{Dicke}
4438 \end_layout
4439
4440 \begin_layout Standard
4441 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4442  unten, wenn der Wert negativ ist).
4443  Die Einheiten, die in 
4444 \begin_inset CommandInset ref
4445 LatexCommand ref
4446 reference "tab:Verfügbare-Einheiten"
4447
4448 \end_inset
4449
4450  aufgelistet sind, können für die Werte benutzt werden.
4451  Hier sind zwei Beispiele, die mit den Befehlen
4452 \begin_inset Newline newline
4453 \end_inset
4454
4455
4456 \series bold
4457
4458 \backslash
4459 rule[-2ex]{3cm}{2pt}
4460 \series default
4461  und 
4462 \series bold
4463
4464 \backslash
4465 rule{2cm}{1pt}
4466 \series default
4467  erzeugt wurden:
4468 \end_layout
4469
4470 \begin_layout Standard
4471 Dies ist ein Satz 
4472 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4473 \end_inset
4474
4475  mit zwei Linien.
4476 \end_layout
4477
4478 \begin_layout Standard
4479
4480 \series bold
4481
4482 \backslash
4483 rule
4484 \series default
4485  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4486 \family sans
4487 Einfügen\SpecialChar \menuseparator
4488 Formatierung\SpecialChar \menuseparator
4489 Horizontale
4490 \begin_inset space ~
4491 \end_inset
4492
4493 Line
4494 \family default
4495  eingefügt wird:
4496 \end_layout
4497
4498 \begin_layout Standard
4499 Dies ist ein Satz 
4500 \begin_inset CommandInset line
4501 LatexCommand rule
4502 offset "0.5ex"
4503 width "3cm"
4504 height "1pt"
4505
4506 \end_inset
4507
4508  mit einer Linie.
4509 \end_layout
4510
4511 \begin_layout Subsection
4512 Fortsetzungspunkte
4513 \begin_inset CommandInset label
4514 LatexCommand label
4515 name "sub:Fortsetzungspunkte"
4516
4517 \end_inset
4518
4519
4520 \begin_inset Index idx
4521 status collapsed
4522
4523 \begin_layout Plain Layout
4524 Fortsetzungspunkte
4525 \end_layout
4526
4527 \end_inset
4528
4529
4530 \end_layout
4531
4532 \begin_layout Standard
4533 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4534 \begin_inset Foot
4535 status collapsed
4536
4537 \begin_layout Plain Layout
4538 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4539 \begin_inset Graphics
4540         filename ../../images/math/ldots.png
4541         scale 85
4542
4543 \end_inset
4544
4545
4546 \end_layout
4547
4548 \end_inset
4549
4550  Für Aufzählungen verwendet man unten sitzende Punkte (
4551 \series bold
4552
4553 \backslash
4554 ldots
4555 \series default
4556
4557 \begin_inset Index idx
4558 status collapsed
4559
4560 \begin_layout Plain Layout
4561 Befehle ! L ! 
4562 \backslash
4563 ldots
4564 \end_layout
4565
4566 \end_inset
4567
4568 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4569  die Operatoren sind (
4570 \series bold
4571
4572 \backslash
4573 cdots
4574 \series default
4575
4576 \begin_inset Index idx
4577 status collapsed
4578
4579 \begin_layout Plain Layout
4580 Befehle ! C ! 
4581 \backslash
4582 cdots
4583 \end_layout
4584
4585 \end_inset
4586
4587 ).
4588  Verwendet man den Befehl 
4589 \series bold
4590
4591 \backslash
4592 dots
4593 \series default
4594
4595 \begin_inset Index idx
4596 status collapsed
4597
4598 \begin_layout Plain Layout
4599 Befehle ! D ! 
4600 \backslash
4601 dots
4602 \end_layout
4603
4604 \end_inset
4605
4606 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4607  wird.
4608 \end_layout
4609
4610 \begin_layout Standard
4611 \align center
4612 \begin_inset Tabular
4613 <lyxtabular version="3" rows="9" columns="2">
4614 <features rotate="0" tabularvalignment="middle">
4615 <column alignment="center" valignment="top" width="0pt">
4616 <column alignment="center" valignment="top" width="0pt">
4617 <row>
4618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4619 \begin_inset Text
4620
4621 \begin_layout Plain Layout
4622 Befehl
4623 \end_layout
4624
4625 \end_inset
4626 </cell>
4627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4628 \begin_inset Text
4629
4630 \begin_layout Plain Layout
4631 Ergebnis
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 </row>
4637 <row>
4638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 A_1
4643 \begin_inset ERT
4644 status collapsed
4645
4646 \begin_layout Plain Layout
4647
4648
4649 \backslash
4650 leer 
4651 \end_layout
4652
4653 \end_inset
4654
4655 ,
4656 \backslash
4657 dots
4658 \begin_inset ERT
4659 status collapsed
4660
4661 \begin_layout Plain Layout
4662
4663
4664 \backslash
4665 leer 
4666 \end_layout
4667
4668 \end_inset
4669
4670 ,A_n
4671 \end_layout
4672
4673 \end_inset
4674 </cell>
4675 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4676 \begin_inset Text
4677
4678 \begin_layout Plain Layout
4679 \begin_inset Formula $A_{1},\dots,A_{n}$
4680 \end_inset
4681
4682
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 </row>
4688 <row>
4689 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 A_1
4694 \begin_inset ERT
4695 status collapsed
4696
4697 \begin_layout Plain Layout
4698
4699
4700 \backslash
4701 leer 
4702 \end_layout
4703
4704 \end_inset
4705
4706 +
4707 \backslash
4708 dots
4709 \begin_inset ERT
4710 status collapsed
4711
4712 \begin_layout Plain Layout
4713
4714
4715 \backslash
4716 leer 
4717 \end_layout
4718
4719 \end_inset
4720
4721 +A_n
4722 \end_layout
4723
4724 \end_inset
4725 </cell>
4726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4727 \begin_inset Text
4728
4729 \begin_layout Plain Layout
4730 \begin_inset Formula $A_{1}+\dots+A_{n}$
4731 \end_inset
4732
4733
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 </row>
4739 <row>
4740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 A_1
4745 \begin_inset ERT
4746 status collapsed
4747
4748 \begin_layout Plain Layout
4749
4750
4751 \backslash
4752 leer 
4753 \end_layout
4754
4755 \end_inset
4756
4757 ,
4758 \backslash
4759 ldots
4760 \begin_inset ERT
4761 status collapsed
4762
4763 \begin_layout Plain Layout
4764
4765
4766 \backslash
4767 leer 
4768 \end_layout
4769
4770 \end_inset
4771
4772 ,A_n
4773 \end_layout
4774
4775 \end_inset
4776 </cell>
4777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4778 \begin_inset Text
4779
4780 \begin_layout Plain Layout
4781 \begin_inset Formula $A_{1},\ldots,A_{n}$
4782 \end_inset
4783
4784
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 </row>
4790 <row>
4791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 A_1
4796 \begin_inset ERT
4797 status collapsed
4798
4799 \begin_layout Plain Layout
4800
4801
4802 \backslash
4803 leer 
4804 \end_layout
4805
4806 \end_inset
4807
4808 +
4809 \backslash
4810 cdots
4811 \begin_inset ERT
4812 status collapsed
4813
4814 \begin_layout Plain Layout
4815
4816
4817 \backslash
4818 leer 
4819 \end_layout
4820
4821 \end_inset
4822
4823 +A_n
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4833 \end_inset
4834
4835
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 </row>
4841 <row>
4842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4843 \begin_inset Text
4844
4845 \begin_layout Plain Layout
4846
4847 \backslash
4848 vdots
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857 \begin_inset Formula $\vdots$
4858 \end_inset
4859
4860
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 </row>
4866 <row>
4867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4868 \begin_inset Text
4869
4870 \begin_layout Plain Layout
4871
4872 \backslash
4873 ddots
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 \begin_inset Formula $\ddots$
4883 \end_inset
4884
4885
4886 \end_layout
4887
4888 \end_inset
4889 </cell>
4890 </row>
4891 <row>
4892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4893 \begin_inset Text
4894
4895 \begin_layout Plain Layout
4896
4897 \backslash
4898 iddots
4899 \end_layout
4900
4901 \end_inset
4902 </cell>
4903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4904 \begin_inset Text
4905
4906 \begin_layout Plain Layout
4907 \begin_inset Formula $\iddots$
4908 \end_inset
4909
4910
4911 \end_layout
4912
4913 \end_inset
4914 </cell>
4915 </row>
4916 <row>
4917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4918 \begin_inset Text
4919
4920 \begin_layout Plain Layout
4921 3
4922 \series bold
4923 ×
4924 \series default
4925 3
4926 \begin_inset space \thinspace{}
4927 \end_inset
4928
4929 Matrix mit obigen Befehlen
4930 \end_layout
4931
4932 \end_inset
4933 </cell>
4934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4935 \begin_inset Text
4936
4937 \begin_layout Plain Layout
4938 \begin_inset Formula $\begin{array}{ccc}
4939 A_{11} & \cdots & A_{1m}\\
4940 \vdots & \ddots & \vdots\\
4941 A_{n1} & \cdots & A_{nm}
4942 \end{array}$
4943 \end_inset
4944
4945
4946 \end_layout
4947
4948 \end_inset
4949 </cell>
4950 </row>
4951 </lyxtabular>
4952
4953 \end_inset
4954
4955
4956 \end_layout
4957
4958 \begin_layout Standard
4959 Die im Menü 
4960 \family sans
4961 Einfügen\SpecialChar \menuseparator
4962 Sonderzeichen
4963 \family default
4964  verfügbaren Fortsetzungspunkte sind 
4965 \series bold
4966
4967 \backslash
4968 ldots
4969 \series default
4970 .
4971 \end_layout
4972
4973 \begin_layout Standard
4974 \begin_inset VSpace medskip
4975 \end_inset
4976
4977 Um 
4978 \series bold
4979
4980 \backslash
4981 iddots
4982 \series default
4983  nutzen zu können, muss eine der Optionen 
4984 \family sans
4985 Mathdots Paket (automatisch) verwenden 
4986 \family default
4987 in den Dokumenteinstellungen unter 
4988 \family sans
4989 Mathe-Optionen
4990 \family default
4991  gewählt sein.
4992 \begin_inset Newline newline
4993 \end_inset
4994
4995 Die Option 
4996 \family sans
4997 Mathdots Paket verwenden
4998 \family default
4999  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
5000  Schriftstil oder die Schriftgröße nicht Standard sind.
5001 \end_layout
5002
5003 \begin_layout Standard
5004 \begin_inset VSpace medskip
5005 \end_inset
5006
5007 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
5008  Spalten erstrecken.
5009  Man erhält sie mit dem Befehl 
5010 \series bold
5011
5012 \backslash
5013 hdotsfor
5014 \series default
5015
5016 \begin_inset Index idx
5017 status collapsed
5018
5019 \begin_layout Plain Layout
5020 Befehle ! H ! 
5021 \backslash
5022 hdotsfor
5023 \end_layout
5024
5025 \end_inset
5026
5027 , der folgendes Schema besitzt:
5028 \end_layout
5029
5030 \begin_layout Standard
5031
5032 \series bold
5033
5034 \backslash
5035 hdotsfor[Abstand]{Anzahl der Spalten}
5036 \end_layout
5037
5038 \begin_layout Standard
5039 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5040  sollen.
5041  Abstand ist ein Faktor, der den Punktabstand festlegt.
5042 \end_layout
5043
5044 \begin_layout Standard
5045 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5046  
5047 \series bold
5048
5049 \backslash
5050 hdotsfor[2]{4}
5051 \series default
5052  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5053  beim Befehl 
5054 \series bold
5055
5056 \backslash
5057 dots
5058 \series default
5059  zu erhalten:
5060 \begin_inset Formula 
5061 \[
5062 \left(\begin{array}{cccc}
5063 A & B & C & D\\
5064 \hdotsfor[2]{4}\\
5065 q & w & e & r
5066 \end{array}\right)
5067 \]
5068
5069 \end_inset
5070
5071 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5072  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5073 \end_layout
5074
5075 \begin_layout Standard
5076 \begin_inset VSpace bigskip
5077 \end_inset
5078
5079 Des Weiteren kann man mit dem Befehl 
5080 \series bold
5081
5082 \backslash
5083 dotfill
5084 \series default
5085
5086 \begin_inset Index idx
5087 status collapsed
5088
5089 \begin_layout Plain Layout
5090 Befehle ! D ! 
5091 \backslash
5092 dotfill
5093 \end_layout
5094
5095 \end_inset
5096
5097  den Rest einer Zeile mit Punkten füllen.
5098  Die Wirkungsweise des Befehls entspricht der von 
5099 \series bold
5100
5101 \backslash
5102 hfill
5103 \series default
5104 , siehe 
5105 \begin_inset CommandInset ref
5106 LatexCommand ref
5107 reference "sub:Variabler-Leerraum"
5108
5109 \end_inset
5110
5111 .
5112 \end_layout
5113
5114 \begin_layout Standard
5115 Z.
5116 \begin_inset space \thinspace{}
5117 \end_inset
5118
5119 B.
5120  ergibt der Befehl 
5121 \series bold
5122 A
5123 \backslash
5124 dotfill
5125 \begin_inset ERT
5126 status collapsed
5127
5128 \begin_layout Plain Layout
5129
5130
5131 \backslash
5132 leer 
5133 \end_layout
5134
5135 \end_inset
5136
5137 B
5138 \end_layout
5139
5140 \begin_layout Standard
5141 \begin_inset Formula $A\dotfill B$
5142 \end_inset
5143
5144
5145 \end_layout
5146
5147 \begin_layout Standard
5148 Analog dazu gibt es für eine Linie den Befehl 
5149 \series bold
5150
5151 \backslash
5152 hrulefill
5153 \series default
5154
5155 \begin_inset Index idx
5156 status collapsed
5157
5158 \begin_layout Plain Layout
5159 Befehle ! H ! 
5160 \backslash
5161 hrulefill
5162 \end_layout
5163
5164 \end_inset
5165
5166 :
5167 \end_layout
5168
5169 \begin_layout Standard
5170 \begin_inset Formula $A\hrulefill B$
5171 \end_inset
5172
5173
5174 \end_layout
5175
5176 \begin_layout Standard
5177 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5178  werden.
5179 \end_layout
5180
5181 \begin_layout Section
5182 Matrizen
5183 \begin_inset CommandInset label
5184 LatexCommand label
5185 name "sec:Matrizen"
5186
5187 \end_inset
5188
5189
5190 \begin_inset Index idx
5191 status collapsed
5192
5193 \begin_layout Plain Layout
5194 Matrizen
5195 \end_layout
5196
5197 \end_inset
5198
5199
5200 \end_layout
5201
5202 \begin_layout Standard
5203 Matrizen können über den Mathe-Werkzeugleistenknopf
5204 \family sans
5205  
5206 \family default
5207
5208 \begin_inset Graphics
5209         filename ../../images/dialog-show_mathmatrix.png
5210         scale 85
5211
5212 \end_inset
5213
5214  oder das Menü 
5215 \family sans
5216 Einfügen\SpecialChar \menuseparator
5217 Mathe\SpecialChar \menuseparator
5218 Matrix
5219 \family default
5220  eingefügt werden.
5221  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5222  Verzierung gefragt.
5223  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5224  von Bedeutung:
5225 \end_layout
5226
5227 \begin_layout Standard
5228 Die erste Matrix ist oben 
5229 \begin_inset Formula $\begin{array}[t]{cccc}
5230 A & D & G & J\\
5231 B & E & H & K\\
5232 C & F & I & L
5233 \end{array}$
5234 \end_inset
5235
5236 , die zweite mittig 
5237 \begin_inset Formula $\begin{array}{cccc}
5238 A & D & G & J\\
5239 B & E & H & K\\
5240 C & F & I & L
5241 \end{array}$
5242 \end_inset
5243
5244  und die dritte unten 
5245 \begin_inset Formula $\begin{array}[b]{cccc}
5246 A & D & G & J\\
5247 B & E & H & K\\
5248 C & F & I & L
5249 \end{array}$
5250 \end_inset
5251
5252  ausgerichtet.
5253 \end_layout
5254
5255 \begin_layout Standard
5256 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5257  werden sollen.
5258  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5259  
5260 \emph on
5261 l
5262 \emph default
5263  steht für linksbündig, 
5264 \emph on
5265 c
5266 \emph default
5267  für mittig und 
5268 \emph on
5269 r
5270 \emph default
5271  für rechtsbündig.
5272  Möchte man z.
5273 \begin_inset space \thinspace{}
5274 \end_inset
5275
5276 B.
5277  eine 4
5278 \series bold
5279 ×
5280 \series default
5281 4
5282 \begin_inset space ~
5283 \end_inset
5284
5285 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5286  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5287  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5288 \series bold
5289 lccr
5290 \series default
5291  an.
5292  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5293  die Voreinstellung für jede Spalte ein 
5294 \series bold
5295 c
5296 \series default
5297  ist.
5298 \end_layout
5299
5300 \begin_layout Standard
5301 Horizontale Ausrichtung:
5302 \end_layout
5303
5304 \begin_layout Standard
5305
5306 \series bold
5307 lll
5308 \series default
5309  : 
5310 \begin_inset Formula $\begin{array}{lll}
5311 10000 & D & G\\
5312 B & 10000 & H\\
5313 C & F & 10000
5314 \end{array}$
5315 \end_inset
5316
5317  , 
5318 \series bold
5319 ccc
5320 \series default
5321  : 
5322 \begin_inset Formula $\begin{array}{ccc}
5323 10000 & D & G\\
5324 B & 10000 & H\\
5325 C & F & 10000
5326 \end{array}$
5327 \end_inset
5328
5329  , 
5330 \series bold
5331 rrr
5332 \series default
5333  : 
5334 \begin_inset Formula $\begin{array}{rrr}
5335 10000 & D & G\\
5336 B & 10000 & H\\
5337 C & F & 10000
5338 \end{array}$
5339 \end_inset
5340
5341
5342 \end_layout
5343
5344 \begin_layout Standard
5345 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5346  man die Mathe-Werkzeugleistenknöpfe 
5347 \begin_inset Graphics
5348         filename ../../images/tabular-feature_append-row.png
5349         scale 85
5350
5351 \end_inset
5352
5353
5354 \begin_inset Graphics
5355         filename ../../images/tabular-feature_delete-row.png
5356         scale 85
5357
5358 \end_inset
5359
5360 , usw.
5361 \begin_inset space \space{}
5362 \end_inset
5363
5364 oder das Menü 
5365 \family sans
5366 Bearbeiten\SpecialChar \menuseparator
5367 Zeilen & Spalten
5368 \family default
5369  verwenden.
5370  Neue Zeilen können auch mit 
5371 \family sans
5372 Strg+Enter
5373 \family default
5374  erstellt werden.
5375 \end_layout
5376
5377 \begin_layout Standard
5378 \begin_inset VSpace bigskip
5379 \end_inset
5380
5381 Die 
5382 \family sans
5383 Verzierung
5384 \family default
5385  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5386  Alternativ können Klammern entweder mit den Befehlen 
5387 \series bold
5388
5389 \backslash
5390 left
5391 \series default
5392
5393 \begin_inset Index idx
5394 status collapsed
5395
5396 \begin_layout Plain Layout
5397 Befehle ! L ! 
5398 \backslash
5399 left
5400 \end_layout
5401
5402 \end_inset
5403
5404  und 
5405 \series bold
5406
5407 \backslash
5408 right
5409 \series default
5410
5411 \begin_inset Index idx
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415 Befehle ! R ! 
5416 \backslash
5417 right
5418 \end_layout
5419
5420 \end_inset
5421
5422  erstellt werden (Tastenkürzel 
5423 \family sans
5424 Alt+M
5425 \begin_inset space ~
5426 \end_inset
5427
5428 Klammer
5429 \family default
5430 ), siehe 
5431 \begin_inset CommandInset ref
5432 LatexCommand ref
5433 reference "sub:Automatische-Klammergrößen"
5434
5435 \end_inset
5436
5437 , oder man verwendet folgende Befehle:
5438 \begin_inset VSpace bigskip
5439 \end_inset
5440
5441
5442 \end_layout
5443
5444 \begin_layout Standard
5445 \begin_inset space \hfill{}
5446 \end_inset
5447
5448
5449 \begin_inset Tabular
5450 <lyxtabular version="3" rows="4" columns="2">
5451 <features rotate="0" tabularvalignment="middle">
5452 <column alignment="center" valignment="top">
5453 <column alignment="center" valignment="top">
5454 <row>
5455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5456 \begin_inset Text
5457
5458 \begin_layout Plain Layout
5459 Befehl
5460 \end_layout
5461
5462 \end_inset
5463 </cell>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 Ergebnis
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 </row>
5474 <row>
5475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5476 \begin_inset Text
5477
5478 \begin_layout Plain Layout
5479
5480 \backslash
5481 bmatrix
5482 \begin_inset ERT
5483 status collapsed
5484
5485 \begin_layout Plain Layout
5486
5487
5488 \backslash
5489 leer 
5490 \end_layout
5491
5492 \end_inset
5493
5494 2
5495 \series bold
5496 ×
5497 \series default
5498 2
5499 \begin_inset space \thinspace{}
5500 \end_inset
5501
5502 Matrix
5503 \end_layout
5504
5505 \end_inset
5506 </cell>
5507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5508 \begin_inset Text
5509
5510 \begin_layout Plain Layout
5511 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5512 0 & \textrm{-}\mathrm{i}\\
5513 \mathrm{i} & 0
5514 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5515 \end_inset
5516
5517
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 </row>
5523 <row>
5524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5525 \begin_inset Text
5526
5527 \begin_layout Plain Layout
5528
5529 \backslash
5530 Bmatrix
5531 \begin_inset ERT
5532 status collapsed
5533
5534 \begin_layout Plain Layout
5535
5536
5537 \backslash
5538 leer 
5539 \end_layout
5540
5541 \end_inset
5542
5543 2
5544 \series bold
5545 ×
5546 \series default
5547 2
5548 \begin_inset space \thinspace{}
5549 \end_inset
5550
5551 Matrix
5552 \end_layout
5553
5554 \end_inset
5555 </cell>
5556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5557 \begin_inset Text
5558
5559 \begin_layout Plain Layout
5560 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5561 0 & \textrm{-}\mathrm{i}\\
5562 \mathrm{i} & 0
5563 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5564 \end_inset
5565
5566
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 </row>
5572 <row>
5573 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5574 \begin_inset Text
5575
5576 \begin_layout Plain Layout
5577
5578 \backslash
5579 pmatrix
5580 \begin_inset ERT
5581 status collapsed
5582
5583 \begin_layout Plain Layout
5584
5585
5586 \backslash
5587 leer 
5588 \end_layout
5589
5590 \end_inset
5591
5592 2
5593 \series bold
5594 ×
5595 \series default
5596 2
5597 \begin_inset space \thinspace{}
5598 \end_inset
5599
5600 Matrix
5601 \end_layout
5602
5603 \end_inset
5604 </cell>
5605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5610 0 & \textrm{-}\mathrm{i}\\
5611 \mathrm{i} & 0
5612 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5613 \end_inset
5614
5615
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 </lyxtabular>
5622
5623 \end_inset
5624
5625
5626 \begin_inset space \hfill{}
5627 \end_inset
5628
5629
5630 \begin_inset Tabular
5631 <lyxtabular version="3" rows="4" columns="2">
5632 <features rotate="0" tabularvalignment="middle">
5633 <column alignment="center" valignment="top">
5634 <column alignment="center" valignment="top">
5635 <row>
5636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5637 \begin_inset Text
5638
5639 \begin_layout Plain Layout
5640 Befehl
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5646 \begin_inset Text
5647
5648 \begin_layout Plain Layout
5649 Ergebnis
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 </row>
5655 <row>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660
5661 \backslash
5662 vmatrix
5663 \begin_inset ERT
5664 status collapsed
5665
5666 \begin_layout Plain Layout
5667
5668
5669 \backslash
5670 leer 
5671 \end_layout
5672
5673 \end_inset
5674
5675 2
5676 \series bold
5677 ×
5678 \series default
5679 2
5680 \begin_inset space \thinspace{}
5681 \end_inset
5682
5683 Matrix
5684 \end_layout
5685
5686 \end_inset
5687 </cell>
5688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5689 \begin_inset Text
5690
5691 \begin_layout Plain Layout
5692 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5693 0 & \textrm{-}\mathrm{i}\\
5694 \mathrm{i} & 0
5695 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5696 \end_inset
5697
5698
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 </row>
5704 <row>
5705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5706 \begin_inset Text
5707
5708 \begin_layout Plain Layout
5709
5710 \backslash
5711 Vmatrix
5712 \begin_inset ERT
5713 status collapsed
5714
5715 \begin_layout Plain Layout
5716
5717
5718 \backslash
5719 leer 
5720 \end_layout
5721
5722 \end_inset
5723
5724 2
5725 \series bold
5726 ×
5727 \series default
5728 2
5729 \begin_inset space \thinspace{}
5730 \end_inset
5731
5732 Matrix
5733 \end_layout
5734
5735 \end_inset
5736 </cell>
5737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5738 \begin_inset Text
5739
5740 \begin_layout Plain Layout
5741 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5742 0 & \textrm{-}\mathrm{i}\\
5743 \mathrm{i} & 0
5744 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5745 \end_inset
5746
5747
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 </row>
5753 <row>
5754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758
5759 \backslash
5760 matrix
5761 \begin_inset ERT
5762 status collapsed
5763
5764 \begin_layout Plain Layout
5765
5766
5767 \backslash
5768 leer 
5769 \end_layout
5770
5771 \end_inset
5772
5773 2
5774 \series bold
5775 ×
5776 \series default
5777 2
5778 \begin_inset space \thinspace{}
5779 \end_inset
5780
5781 Matrix
5782 \end_layout
5783
5784 \end_inset
5785 </cell>
5786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5787 \begin_inset Text
5788
5789 \begin_layout Plain Layout
5790 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5791 0 & \textrm{-}\mathrm{i}\\
5792 \mathrm{i} & 0
5793 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5794 \end_inset
5795
5796
5797 \end_layout
5798
5799 \end_inset
5800 </cell>
5801 </row>
5802 </lyxtabular>
5803
5804 \end_inset
5805
5806
5807 \begin_inset space \hfill{}
5808 \end_inset
5809
5810
5811 \end_layout
5812
5813 \begin_layout Standard
5814 \begin_inset VSpace medskip
5815 \end_inset
5816
5817 Wurde z.
5818 \begin_inset space \thinspace{}
5819 \end_inset
5820
5821 B.
5822  
5823 \series bold
5824
5825 \backslash
5826 vmatrix
5827 \series default
5828  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5829  in das die Matrix eingefügt wird.
5830 \begin_inset Newline newline
5831 \end_inset
5832
5833 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5834 \end_layout
5835
5836 \begin_layout Standard
5837 \begin_inset VSpace bigskip
5838 \end_inset
5839
5840 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5841 \begin_inset CommandInset ref
5842 LatexCommand ref
5843 reference "sub:Spaltenabstand"
5844
5845 \end_inset
5846
5847  beschriebene Länge 
5848 \series bold
5849
5850 \backslash
5851 arraycolsep
5852 \series default
5853
5854 \begin_inset Index idx
5855 status collapsed
5856
5857 \begin_layout Plain Layout
5858 Befehle ! A ! 
5859 \backslash
5860 arraycolsep
5861 \end_layout
5862
5863 \end_inset
5864
5865  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5866 \end_layout
5867
5868 \begin_layout Standard
5869 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5870 \series bold
5871
5872 \backslash
5873 arraystretch
5874 \series default
5875
5876 \begin_inset Index idx
5877 status collapsed
5878
5879 \begin_layout Plain Layout
5880 Befehle ! A ! 
5881 \backslash
5882 arraystretch
5883 \end_layout
5884
5885 \end_inset
5886
5887 .
5888  Dieser wird folgendermaßen benutzt:
5889 \end_layout
5890
5891 \begin_layout Standard
5892
5893 \series bold
5894
5895 \backslash
5896 renewcommand{
5897 \backslash
5898 arraystretch}{Dehnungsfaktor}
5899 \begin_inset Index idx
5900 status collapsed
5901
5902 \begin_layout Plain Layout
5903 Befehle ! R ! 
5904 \backslash
5905 renewcommand
5906 \end_layout
5907
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \begin_layout Standard
5914 Der Befehl 
5915 \series bold
5916
5917 \backslash
5918 renewcommand
5919 \series default
5920  weist dabei dem vordefinierten Befehl 
5921 \series bold
5922
5923 \backslash
5924 arraystretch
5925 \series default
5926  den Dehnungsfaktor zu.
5927  Möchte man z.
5928 \begin_inset space \thinspace{}
5929 \end_inset
5930
5931 B.
5932  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5933  Dieser wird dann für alle folgenden Matrizen verwendet.
5934  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5935 \series bold
5936
5937 \backslash
5938 arraystretch
5939 \series default
5940  den Faktor 1 zu.
5941 \end_layout
5942
5943 \begin_layout Standard
5944 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5945 \series bold
5946
5947 \backslash
5948 smallmatrix
5949 \series default
5950
5951 \begin_inset Index idx
5952 status collapsed
5953
5954 \begin_layout Plain Layout
5955 Befehle ! S ! 
5956 \backslash
5957 smallmatrix
5958 \end_layout
5959
5960 \end_inset
5961
5962 .
5963  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5964  gestrichelten Linien.
5965  In dieses Kästchen wird die Matrix eingegeben.
5966  Man verwendet stattdessen das Menü 
5967 \family sans
5968 Bearbeiten\SpecialChar \menuseparator
5969 Zeilen
5970 \begin_inset space ~
5971 \end_inset
5972
5973 &
5974 \begin_inset space ~
5975 \end_inset
5976
5977 Spalten
5978 \family default
5979  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5980  Neue Zeilen können auch mit 
5981 \family sans
5982 Strg+Enter
5983 \family default
5984  erstellt werden.
5985 \end_layout
5986
5987 \begin_layout Standard
5988 Dies ist eine Matrix 
5989 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5990 C & D
5991 \end{smallmatrix}\right)$
5992 \end_inset
5993
5994  in einer Textzeile.
5995 \end_layout
5996
5997 \begin_layout Section
5998 Klammern und Begrenzungszeichen
5999 \begin_inset Index idx
6000 status collapsed
6001
6002 \begin_layout Plain Layout
6003 Klammern
6004 \end_layout
6005
6006 \end_inset
6007
6008
6009 \begin_inset Index idx
6010 status collapsed
6011
6012 \begin_layout Plain Layout
6013 Begrenzungszeichen
6014 \end_layout
6015
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \begin_layout Subsection
6022 Vertikale Klammern und Begrenzungszeichen
6023 \begin_inset Index idx
6024 status collapsed
6025
6026 \begin_layout Plain Layout
6027 Klammern ! vertikale
6028 \end_layout
6029
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \begin_layout Standard
6036 \begin_inset space \hfill{}
6037 \end_inset
6038
6039
6040 \begin_inset Tabular
6041 <lyxtabular version="3" rows="9" columns="2">
6042 <features rotate="0" tabularvalignment="middle">
6043 <column alignment="center" valignment="top" width="0pt">
6044 <column alignment="center" valignment="top" width="0pt">
6045 <row>
6046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 Befehl
6051 \end_layout
6052
6053 \end_inset
6054 </cell>
6055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6056 \begin_inset Text
6057
6058 \begin_layout Plain Layout
6059 Ergebnis
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070 (
6071 \end_layout
6072
6073 \end_inset
6074 </cell>
6075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6076 \begin_inset Text
6077
6078 \begin_layout Plain Layout
6079 \begin_inset Formula $($
6080 \end_inset
6081
6082
6083 \end_layout
6084
6085 \end_inset
6086 </cell>
6087 </row>
6088 <row>
6089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6090 \begin_inset Text
6091
6092 \begin_layout Plain Layout
6093 {
6094 \end_layout
6095
6096 \end_inset
6097 </cell>
6098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6099 \begin_inset Text
6100
6101 \begin_layout Plain Layout
6102 \begin_inset Formula $\{$
6103 \end_inset
6104
6105
6106 \end_layout
6107
6108 \end_inset
6109 </cell>
6110 </row>
6111 <row>
6112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6113 \begin_inset Text
6114
6115 \begin_layout Plain Layout
6116 [
6117 \end_layout
6118
6119 \end_inset
6120 </cell>
6121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6122 \begin_inset Text
6123
6124 \begin_layout Plain Layout
6125 \begin_inset Formula $[$
6126 \end_inset
6127
6128
6129 \end_layout
6130
6131 \end_inset
6132 </cell>
6133 </row>
6134 <row>
6135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6136 \begin_inset Text
6137
6138 \begin_layout Plain Layout
6139
6140 \backslash
6141 langle
6142 \end_layout
6143
6144 \end_inset
6145 </cell>
6146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6147 \begin_inset Text
6148
6149 \begin_layout Plain Layout
6150 \begin_inset Formula $\langle$
6151 \end_inset
6152
6153
6154 \end_layout
6155
6156 \end_inset
6157 </cell>
6158 </row>
6159 <row>
6160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6161 \begin_inset Text
6162
6163 \begin_layout Plain Layout
6164
6165 \backslash
6166 lceil
6167 \end_layout
6168
6169 \end_inset
6170 </cell>
6171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6172 \begin_inset Text
6173
6174 \begin_layout Plain Layout
6175 \begin_inset Formula $\lceil$
6176 \end_inset
6177
6178
6179 \end_layout
6180
6181 \end_inset
6182 </cell>
6183 </row>
6184 <row>
6185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6186 \begin_inset Text
6187
6188 \begin_layout Plain Layout
6189
6190 \backslash
6191 lfloor
6192 \end_layout
6193
6194 \end_inset
6195 </cell>
6196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6197 \begin_inset Text
6198
6199 \begin_layout Plain Layout
6200 \begin_inset Formula $\lfloor$
6201 \end_inset
6202
6203
6204 \end_layout
6205
6206 \end_inset
6207 </cell>
6208 </row>
6209 <row>
6210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6211 \begin_inset Text
6212
6213 \begin_layout Plain Layout
6214 /
6215 \end_layout
6216
6217 \end_inset
6218 </cell>
6219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6220 \begin_inset Text
6221
6222 \begin_layout Plain Layout
6223 \begin_inset Formula $/$
6224 \end_inset
6225
6226
6227 \end_layout
6228
6229 \end_inset
6230 </cell>
6231 </row>
6232 <row>
6233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6234 \begin_inset Text
6235
6236 \begin_layout Plain Layout
6237 |
6238 \end_layout
6239
6240 \end_inset
6241 </cell>
6242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6243 \begin_inset Text
6244
6245 \begin_layout Plain Layout
6246 \begin_inset Formula $|$
6247 \end_inset
6248
6249
6250 \end_layout
6251
6252 \end_inset
6253 </cell>
6254 </row>
6255 </lyxtabular>
6256
6257 \end_inset
6258
6259
6260 \begin_inset space \hfill{}
6261 \end_inset
6262
6263
6264 \begin_inset Tabular
6265 <lyxtabular version="3" rows="9" columns="2">
6266 <features rotate="0" tabularvalignment="middle">
6267 <column alignment="center" valignment="top" width="0pt">
6268 <column alignment="center" valignment="top" width="0pt">
6269 <row>
6270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 Befehl
6275 \end_layout
6276
6277 \end_inset
6278 </cell>
6279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6280 \begin_inset Text
6281
6282 \begin_layout Plain Layout
6283 Ergebnis
6284 \end_layout
6285
6286 \end_inset
6287 </cell>
6288 </row>
6289 <row>
6290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6291 \begin_inset Text
6292
6293 \begin_layout Plain Layout
6294 )
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $)$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 <row>
6313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6314 \begin_inset Text
6315
6316 \begin_layout Plain Layout
6317 }
6318 \end_layout
6319
6320 \end_inset
6321 </cell>
6322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6323 \begin_inset Text
6324
6325 \begin_layout Plain Layout
6326 \begin_inset Formula $\}$
6327 \end_inset
6328
6329
6330 \end_layout
6331
6332 \end_inset
6333 </cell>
6334 </row>
6335 <row>
6336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6337 \begin_inset Text
6338
6339 \begin_layout Plain Layout
6340 ]
6341 \end_layout
6342
6343 \end_inset
6344 </cell>
6345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6346 \begin_inset Text
6347
6348 \begin_layout Plain Layout
6349 \begin_inset Formula $]$
6350 \end_inset
6351
6352
6353 \end_layout
6354
6355 \end_inset
6356 </cell>
6357 </row>
6358 <row>
6359 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6360 \begin_inset Text
6361
6362 \begin_layout Plain Layout
6363
6364 \backslash
6365 rangle
6366 \end_layout
6367
6368 \end_inset
6369 </cell>
6370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6371 \begin_inset Text
6372
6373 \begin_layout Plain Layout
6374 \begin_inset Formula $\rangle$
6375 \end_inset
6376
6377
6378 \end_layout
6379
6380 \end_inset
6381 </cell>
6382 </row>
6383 <row>
6384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6385 \begin_inset Text
6386
6387 \begin_layout Plain Layout
6388
6389 \backslash
6390 rceil
6391 \end_layout
6392
6393 \end_inset
6394 </cell>
6395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6396 \begin_inset Text
6397
6398 \begin_layout Plain Layout
6399 \begin_inset Formula $\rceil$
6400 \end_inset
6401
6402
6403 \end_layout
6404
6405 \end_inset
6406 </cell>
6407 </row>
6408 <row>
6409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6410 \begin_inset Text
6411
6412 \begin_layout Plain Layout
6413
6414 \backslash
6415 rfloor
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 \begin_inset Formula $\rfloor$
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 <row>
6434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \backslash
6440
6441 \backslash
6442
6443 \end_layout
6444
6445 \end_inset
6446 </cell>
6447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6448 \begin_inset Text
6449
6450 \begin_layout Plain Layout
6451 \begin_inset Formula $\backslash$
6452 \end_inset
6453
6454
6455 \end_layout
6456
6457 \end_inset
6458 </cell>
6459 </row>
6460 <row>
6461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6462 \begin_inset Text
6463
6464 \begin_layout Plain Layout
6465
6466 \backslash
6467 |
6468 \end_layout
6469
6470 \end_inset
6471 </cell>
6472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6473 \begin_inset Text
6474
6475 \begin_layout Plain Layout
6476 \begin_inset Formula $\|$
6477 \end_inset
6478
6479
6480 \end_layout
6481
6482 \end_inset
6483 </cell>
6484 </row>
6485 </lyxtabular>
6486
6487 \end_inset
6488
6489
6490 \begin_inset space \hfill{}
6491 \end_inset
6492
6493
6494 \end_layout
6495
6496 \begin_layout Standard
6497
6498 \series medium
6499 \begin_inset Note Greyedout
6500 status open
6501
6502 \begin_layout Plain Layout
6503
6504 \series bold
6505 Achtung:
6506 \series default
6507  Im TeX-Modus muss für den Backslash der Befehl 
6508 \series bold
6509
6510 \backslash
6511 textbackslash
6512 \series default
6513
6514 \begin_inset Index idx
6515 status collapsed
6516
6517 \begin_layout Plain Layout
6518 Befehle ! T ! 
6519 \backslash
6520 textbackslash
6521 \end_layout
6522
6523 \end_inset
6524
6525  verwendet werden, denn der Befehl 
6526 \series bold
6527
6528 \backslash
6529
6530 \backslash
6531
6532 \series default
6533  steht dort für einen Zeilenumbruch.
6534 \end_layout
6535
6536 \end_inset
6537
6538
6539 \end_layout
6540
6541 \begin_layout Standard
6542 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6543  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6544  Dabei können dann statt den Befehlen 
6545 \series bold
6546
6547 \backslash
6548 langle
6549 \series default
6550  und 
6551 \series bold
6552
6553 \backslash
6554 rangle
6555 \series default
6556  direkt die Zeichen < und > verwendet werden.
6557 \end_layout
6558
6559 \begin_layout Subsubsection
6560 Manuelle Klammergrößen
6561 \begin_inset CommandInset label
6562 LatexCommand label
6563 name "sub:Manuelle-Klammergrößen"
6564
6565 \end_inset
6566
6567
6568 \begin_inset Index idx
6569 status collapsed
6570
6571 \begin_layout Plain Layout
6572 Klammergrößen ! manuelle
6573 \end_layout
6574
6575 \end_inset
6576
6577
6578 \end_layout
6579
6580 \begin_layout Standard
6581 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6582  LaTeX-Befehle 
6583 \series bold
6584
6585 \backslash
6586 big
6587 \series default
6588
6589 \begin_inset Index idx
6590 status collapsed
6591
6592 \begin_layout Plain Layout
6593 Befehle ! B ! 
6594 \backslash
6595 big
6596 \end_layout
6597
6598 \end_inset
6599
6600
6601 \series bold
6602
6603 \backslash
6604 Big
6605 \series default
6606
6607 \series bold
6608
6609 \backslash
6610 bigg
6611 \series default
6612  und 
6613 \series bold
6614
6615 \backslash
6616 Bigg
6617 \series default
6618  tun.
6619  
6620 \series bold
6621
6622 \backslash
6623 big
6624 \series default
6625  steht hierbei für die kleinste und 
6626 \series bold
6627
6628 \backslash
6629 Bigg
6630 \series default
6631  für die größte Klammergröße.
6632 \end_layout
6633
6634 \begin_layout Standard
6635 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6636 \end_layout
6637
6638 \begin_layout Standard
6639 \align center
6640 \begin_inset Tabular
6641 <lyxtabular version="3" rows="2" columns="2">
6642 <features rotate="0" tabularvalignment="middle">
6643 <column alignment="center" valignment="top" width="0pt">
6644 <column alignment="center" valignment="top" width="0pt">
6645 <row>
6646 <cell alignment="center" valignment="top" usebox="none">
6647 \begin_inset Text
6648
6649 \begin_layout Plain Layout
6650 einheitliche Klammergröße:
6651 \end_layout
6652
6653 \end_inset
6654 </cell>
6655 <cell alignment="center" valignment="top" usebox="none">
6656 \begin_inset Text
6657
6658 \begin_layout Plain Layout
6659 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6660 \end_inset
6661
6662
6663 \end_layout
6664
6665 \end_inset
6666 </cell>
6667 </row>
6668 <row>
6669 <cell alignment="center" valignment="top" usebox="none">
6670 \begin_inset Text
6671
6672 \begin_layout Plain Layout
6673 besser sieht das so aus:
6674 \end_layout
6675
6676 \end_inset
6677 </cell>
6678 <cell alignment="center" valignment="top" usebox="none">
6679 \begin_inset Text
6680
6681 \begin_layout Plain Layout
6682 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6683 \end_inset
6684
6685
6686 \end_layout
6687
6688 \end_inset
6689 </cell>
6690 </row>
6691 </lyxtabular>
6692
6693 \end_inset
6694
6695
6696 \begin_inset Note Note
6697 status collapsed
6698
6699 \begin_layout Plain Layout
6700
6701 \series bold
6702
6703 \backslash
6704 raisebox
6705 \series default
6706  dient nur
6707 \end_layout
6708
6709 \begin_layout Plain Layout
6710 als Abstandhalter.
6711 \end_layout
6712
6713 \end_inset
6714
6715
6716 \end_layout
6717
6718 \begin_layout Standard
6719 Für die zweite Formel wurde der Befehl 
6720 \series bold
6721
6722 \backslash
6723 Big((A+B)(A-B)
6724 \backslash
6725 Big)^
6726 \begin_inset ERT
6727 status collapsed
6728
6729 \begin_layout Plain Layout
6730
6731
6732 \backslash
6733 leer 
6734 \end_layout
6735
6736 \end_inset
6737
6738 C
6739 \series default
6740  verwendet.
6741 \end_layout
6742
6743 \begin_layout Standard
6744 Hier alle Klammergrößen in der Übersicht:
6745 \end_layout
6746
6747 \begin_layout Standard
6748 \align center
6749
6750 \backslash
6751 Bigg(
6752 \backslash
6753 exp
6754 \backslash
6755 bigg<
6756 \backslash
6757 Big[
6758 \backslash
6759 big{
6760 \backslash
6761 ln(3x)
6762 \backslash
6763 big}^2
6764 \begin_inset ERT
6765 status collapsed
6766
6767 \begin_layout Plain Layout
6768
6769
6770 \backslash
6771 leer 
6772 \end_layout
6773
6774 \end_inset
6775
6776
6777 \backslash
6778 sin(x)
6779 \backslash
6780 Big]^
6781 \begin_inset ERT
6782 status collapsed
6783
6784 \begin_layout Plain Layout
6785
6786
6787 \backslash
6788 leer 
6789 \end_layout
6790
6791 \end_inset
6792
6793 A
6794 \begin_inset ERT
6795 status collapsed
6796
6797 \begin_layout Plain Layout
6798
6799
6800 \backslash
6801 leer 
6802 \end_layout
6803
6804 \end_inset
6805
6806
6807 \backslash
6808 bigg>
6809 \backslash
6810 Bigg)^0,5
6811 \end_layout
6812
6813 \begin_layout Standard
6814 \align center
6815 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6816 \end_inset
6817
6818
6819 \end_layout
6820
6821 \begin_layout Standard
6822 Es gibt außer den 
6823 \series bold
6824
6825 \backslash
6826 big
6827 \series default
6828 -Befehlen noch die Variante 
6829 \series bold
6830
6831 \backslash
6832 bigm
6833 \series default
6834
6835 \begin_inset Index idx
6836 status collapsed
6837
6838 \begin_layout Plain Layout
6839 Befehle ! B ! 
6840 \backslash
6841 bigm
6842 \end_layout
6843
6844 \end_inset
6845
6846 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6847  die Variante 
6848 \series bold
6849
6850 \backslash
6851 bigl
6852 \series default
6853 -
6854 \series bold
6855
6856 \backslash
6857 bigr
6858 \series default
6859
6860 \begin_inset Index idx
6861 status collapsed
6862
6863 \begin_layout Plain Layout
6864 Befehle ! B ! 
6865 \backslash
6866 bigl - 
6867 \backslash
6868 bigr
6869 \end_layout
6870
6871 \end_inset
6872
6873 , die keinen zusätzlichen Leerraum erzeugt.
6874  Das 
6875 \emph on
6876 l
6877 \emph default
6878  am Ende des Befehls 
6879 \series bold
6880
6881 \backslash
6882 bigl
6883 \series default
6884  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6885  ein 
6886 \emph on
6887 r
6888 \emph default
6889  ersetzt.
6890  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6891  sein.
6892 \end_layout
6893
6894 \begin_layout Standard
6895 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6896 \end_layout
6897
6898 \begin_layout Standard
6899 \align center
6900 \begin_inset Tabular
6901 <lyxtabular version="3" rows="5" columns="2">
6902 <features rotate="0" tabularvalignment="middle">
6903 <column alignment="center" valignment="middle">
6904 <column alignment="center" valignment="middle">
6905 <row>
6906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6907 \begin_inset Text
6908
6909 \begin_layout Plain Layout
6910 Befehl
6911 \end_layout
6912
6913 \end_inset
6914 </cell>
6915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919 Ergebnis
6920 \begin_inset Note Note
6921 status collapsed
6922
6923 \begin_layout Plain Layout
6924
6925 \series bold
6926
6927 \backslash
6928 raisebox
6929 \series default
6930  dient nur als Abstandhalter.
6931 \end_layout
6932
6933 \end_inset
6934
6935
6936 \end_layout
6937
6938 \end_inset
6939 </cell>
6940 </row>
6941 <row>
6942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6943 \begin_inset Text
6944
6945 \begin_layout Plain Layout
6946
6947 \backslash
6948 Bigm(
6949 \backslash
6950 bigm(
6951 \backslash
6952 ln(3x)
6953 \backslash
6954 bigm)^2
6955 \begin_inset ERT
6956 status collapsed
6957
6958 \begin_layout Plain Layout
6959
6960
6961 \backslash
6962 leer 
6963 \end_layout
6964
6965 \end_inset
6966
6967
6968 \backslash
6969 Bigm)
6970 \end_layout
6971
6972 \end_inset
6973 </cell>
6974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6975 \begin_inset Text
6976
6977 \begin_layout Plain Layout
6978 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6979 \end_inset
6980
6981
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 </row>
6987 <row>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992
6993 \backslash
6994 Big(
6995 \backslash
6996 big(
6997 \backslash
6998 ln(3x)
6999 \backslash
7000 big)^2
7001 \begin_inset ERT
7002 status collapsed
7003
7004 \begin_layout Plain Layout
7005
7006
7007 \backslash
7008 leer 
7009 \end_layout
7010
7011 \end_inset
7012
7013
7014 \backslash
7015 Big)
7016 \end_layout
7017
7018 \end_inset
7019 </cell>
7020 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7021 \begin_inset Text
7022
7023 \begin_layout Plain Layout
7024 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7025 \end_inset
7026
7027
7028 \end_layout
7029
7030 \end_inset
7031 </cell>
7032 </row>
7033 <row>
7034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7035 \begin_inset Text
7036
7037 \begin_layout Plain Layout
7038
7039 \backslash
7040 Bigl(
7041 \backslash
7042 bigl(
7043 \backslash
7044 ln(3x)
7045 \backslash
7046 bigr)^2
7047 \begin_inset ERT
7048 status collapsed
7049
7050 \begin_layout Plain Layout
7051
7052
7053 \backslash
7054 leer 
7055 \end_layout
7056
7057 \end_inset
7058
7059
7060 \backslash
7061 Bigr)
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7071 \end_inset
7072
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 </row>
7079 <row>
7080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7081 \begin_inset Text
7082
7083 \begin_layout Plain Layout
7084
7085 \backslash
7086 bigl)
7087 \backslash
7088 ln(3x)
7089 \backslash
7090 bigr(
7091 \end_layout
7092
7093 \end_inset
7094 </cell>
7095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7096 \begin_inset Text
7097
7098 \begin_layout Plain Layout
7099 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7100 \end_inset
7101
7102
7103 \end_layout
7104
7105 \end_inset
7106 </cell>
7107 </row>
7108 </lyxtabular>
7109
7110 \end_inset
7111
7112
7113 \end_layout
7114
7115 \begin_layout Subsubsection
7116 Automatische Klammergrößen
7117 \begin_inset CommandInset label
7118 LatexCommand label
7119 name "sub:Automatische-Klammergrößen"
7120
7121 \end_inset
7122
7123
7124 \begin_inset Index idx
7125 status collapsed
7126
7127 \begin_layout Plain Layout
7128 Klammergrößen ! automatische
7129 \end_layout
7130
7131 \end_inset
7132
7133
7134 \end_layout
7135
7136 \begin_layout Standard
7137 Klammern variabler Größe können mit den Befehlen 
7138 \series bold
7139
7140 \backslash
7141 left
7142 \series default
7143
7144 \begin_inset Index idx
7145 status collapsed
7146
7147 \begin_layout Plain Layout
7148 Befehle ! L ! 
7149 \backslash
7150 left
7151 \end_layout
7152
7153 \end_inset
7154
7155  und 
7156 \series bold
7157
7158 \backslash
7159 right
7160 \series default
7161
7162 \begin_inset Index idx
7163 status collapsed
7164
7165 \begin_layout Plain Layout
7166 Befehle ! R ! 
7167 \backslash
7168 right
7169 \end_layout
7170
7171 \end_inset
7172
7173  oder über den Mathe-Werkzeugleistenknopf
7174 \family sans
7175  
7176 \family default
7177
7178 \begin_inset Graphics
7179         filename ../../images/dialog-show_mathdelimiter.png
7180         scale 85
7181
7182 \end_inset
7183
7184  eingefügt werden.
7185  Auf 
7186 \series bold
7187
7188 \backslash
7189 left
7190 \series default
7191  und 
7192 \series bold
7193
7194 \backslash
7195 right
7196 \series default
7197  muss unmittelbar die gewünschte Klammer folgen.
7198  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7199 \end_layout
7200
7201 \begin_layout Standard
7202 \align center
7203 normale Klammer: Der Befehl 
7204 \series bold
7205
7206 \backslash
7207 ln(
7208 \backslash
7209 frac
7210 \begin_inset ERT
7211 status collapsed
7212
7213 \begin_layout Plain Layout
7214
7215
7216 \backslash
7217 leer 
7218 \end_layout
7219
7220 \end_inset
7221
7222 A
7223 \begin_inset Formula $\downarrow$
7224 \end_inset
7225
7226 C
7227 \begin_inset ERT
7228 status collapsed
7229
7230 \begin_layout Plain Layout
7231
7232
7233 \backslash
7234 leer 
7235 \end_layout
7236
7237 \end_inset
7238
7239 )
7240 \series default
7241  ergibt
7242 \begin_inset Formula 
7243 \[
7244 \ln(\frac{A}{C})
7245 \]
7246
7247 \end_inset
7248
7249
7250 \end_layout
7251
7252 \begin_layout Standard
7253 \align center
7254 mehrzeilige Klammer: Der Befehl 
7255 \series bold
7256
7257 \backslash
7258 ln
7259 \backslash
7260 left(
7261 \backslash
7262 frac
7263 \begin_inset ERT
7264 status collapsed
7265
7266 \begin_layout Plain Layout
7267
7268
7269 \backslash
7270 leer 
7271 \end_layout
7272
7273 \end_inset
7274
7275 A
7276 \begin_inset Formula $\downarrow$
7277 \end_inset
7278
7279 C
7280 \begin_inset ERT
7281 status collapsed
7282
7283 \begin_layout Plain Layout
7284
7285
7286 \backslash
7287 leer 
7288 \end_layout
7289
7290 \end_inset
7291
7292
7293 \backslash
7294 right)
7295 \series default
7296  ergibt
7297 \begin_inset Formula 
7298 \[
7299 \ln\left(\frac{A}{C}\right)
7300 \]
7301
7302 \end_inset
7303
7304
7305 \end_layout
7306
7307 \begin_layout Standard
7308 An Stelle von 
7309 \series bold
7310
7311 \backslash
7312 left
7313 \series default
7314  und 
7315 \series bold
7316
7317 \backslash
7318 right
7319 \series default
7320  kann man die Tastenkürzel 
7321 \family sans
7322 Alt+M
7323 \begin_inset space ~
7324 \end_inset
7325
7326 Klammer
7327 \family default
7328  verwenden.
7329  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7330  und dass die rechte Klammer gleich mit erstellt wird.
7331 \begin_inset Newline newline
7332 \end_inset
7333
7334 Der Befehl für das letzte Beispiel würde dann lauten: 
7335 \series bold
7336
7337 \backslash
7338 ln Alt+M
7339 \series default
7340  
7341 \series bold
7342 (
7343 \backslash
7344 frac
7345 \begin_inset ERT
7346 status collapsed
7347
7348 \begin_layout Plain Layout
7349
7350
7351 \backslash
7352 leer 
7353 \end_layout
7354
7355 \end_inset
7356
7357 A
7358 \begin_inset Formula $\downarrow$
7359 \end_inset
7360
7361 C
7362 \end_layout
7363
7364 \begin_layout Standard
7365 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7366  Klammer einen Punkt.
7367  So ergibt z.
7368 \begin_inset space \thinspace{}
7369 \end_inset
7370
7371 B.
7372  der Befehl 
7373 \series bold
7374
7375 \backslash
7376 left.
7377 \backslash
7378 frac
7379 \begin_inset ERT
7380 status collapsed
7381
7382 \begin_layout Plain Layout
7383
7384
7385 \backslash
7386 leer 
7387 \end_layout
7388
7389 \end_inset
7390
7391 A
7392 \begin_inset Formula $\downarrow$
7393 \end_inset
7394
7395 B
7396 \begin_inset ERT
7397 status collapsed
7398
7399 \begin_layout Plain Layout
7400
7401
7402 \backslash
7403 leer 
7404 \end_layout
7405
7406 \end_inset
7407
7408
7409 \backslash
7410 right}
7411 \series default
7412
7413 \begin_inset space \thinspace{}
7414 \end_inset
7415
7416 :
7417 \series bold
7418
7419 \begin_inset Formula 
7420 \[
7421 \left.\frac{A}{B}\right\} 
7422 \]
7423
7424 \end_inset
7425
7426
7427 \series default
7428 Die Befehle 
7429 \series bold
7430
7431 \backslash
7432 left
7433 \series default
7434  und 
7435 \series bold
7436
7437 \backslash
7438 right
7439 \series default
7440  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7441  umgewandelt.
7442  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7443 \end_layout
7444
7445 \begin_layout Standard
7446 \begin_inset VSpace bigskip
7447 \end_inset
7448
7449 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7450  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7451  Befehl 
7452 \series bold
7453
7454 \backslash
7455 middle
7456 \series default
7457
7458 \begin_inset Index idx
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462 Befehle ! M ! 
7463 \backslash
7464 middle
7465 \end_layout
7466
7467 \end_inset
7468
7469  zur Verfügung.
7470  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7471  angepasst, was z.
7472 \begin_inset space \thinspace{}
7473 \end_inset
7474
7475 B.
7476  für physikalische Vektoren von Nutzen ist:
7477 \begin_inset Formula 
7478 \[
7479 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7480 \]
7481
7482 \end_inset
7483
7484 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7485 \begin_inset CommandInset ref
7486 LatexCommand ref
7487 reference "sub:Physikalische-Vektoren"
7488
7489 \end_inset
7490
7491  beschrieben ist.
7492 \end_layout
7493
7494 \begin_layout Subsection
7495 Horizontale Klammern
7496 \begin_inset Index idx
7497 status collapsed
7498
7499 \begin_layout Plain Layout
7500 Klammern ! horizontale
7501 \end_layout
7502
7503 \end_inset
7504
7505
7506 \end_layout
7507
7508 \begin_layout Standard
7509 \align center
7510 \begin_inset Tabular
7511 <lyxtabular version="3" rows="4" columns="2">
7512 <features rotate="0" tabularvalignment="middle">
7513 <column alignment="center" valignment="top" width="0pt">
7514 <column alignment="center" valignment="top" width="0pt">
7515 <row>
7516 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7517 \begin_inset Text
7518
7519 \begin_layout Plain Layout
7520 Befehl
7521 \begin_inset Note Note
7522 status collapsed
7523
7524 \begin_layout Plain Layout
7525
7526 \series bold
7527
7528 \backslash
7529 raisebox
7530 \series default
7531  dient nur als Abstandhalter.
7532 \end_layout
7533
7534 \end_inset
7535
7536
7537 \end_layout
7538
7539 \end_inset
7540 </cell>
7541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7542 \begin_inset Text
7543
7544 \begin_layout Plain Layout
7545 Ergebnis
7546 \end_layout
7547
7548 \end_inset
7549 </cell>
7550 </row>
7551 <row>
7552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7553 \begin_inset Text
7554
7555 \begin_layout Plain Layout
7556 \begin_inset ERT
7557 status collapsed
7558
7559 \begin_layout Plain Layout
7560
7561
7562 \backslash
7563 raisebox{2.3mm}{
7564 \end_layout
7565
7566 \end_inset
7567
7568
7569 \backslash
7570 overbrace
7571 \begin_inset ERT
7572 status collapsed
7573
7574 \begin_layout Plain Layout
7575
7576
7577 \backslash
7578 leer 
7579 \end_layout
7580
7581 \end_inset
7582
7583 A+B
7584 \begin_inset ERT
7585 status collapsed
7586
7587 \begin_layout Plain Layout
7588
7589
7590 \backslash
7591 leer 
7592 \end_layout
7593
7594 \end_inset
7595
7596 ^
7597 \begin_inset ERT
7598 status collapsed
7599
7600 \begin_layout Plain Layout
7601
7602
7603 \backslash
7604 leer 
7605 \end_layout
7606
7607 \end_inset
7608
7609 3
7610 \begin_inset ERT
7611 status collapsed
7612
7613 \begin_layout Plain Layout
7614
7615 }
7616 \end_layout
7617
7618 \end_inset
7619
7620
7621 \begin_inset Index idx
7622 status collapsed
7623
7624 \begin_layout Plain Layout
7625 Befehle ! O ! 
7626 \backslash
7627 overbrace
7628 \end_layout
7629
7630 \end_inset
7631
7632
7633 \end_layout
7634
7635 \end_inset
7636 </cell>
7637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7638 \begin_inset Text
7639
7640 \begin_layout Plain Layout
7641 \begin_inset Formula $\overbrace{A+B}^{3}$
7642 \end_inset
7643
7644
7645 \end_layout
7646
7647 \end_inset
7648 </cell>
7649 </row>
7650 <row>
7651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7652 \begin_inset Text
7653
7654 \begin_layout Plain Layout
7655 \begin_inset ERT
7656 status collapsed
7657
7658 \begin_layout Plain Layout
7659
7660
7661 \backslash
7662 raisebox{-2.2mm}{
7663 \end_layout
7664
7665 \end_inset
7666
7667
7668 \backslash
7669 underbrace
7670 \begin_inset ERT
7671 status collapsed
7672
7673 \begin_layout Plain Layout
7674
7675
7676 \backslash
7677 leer 
7678 \end_layout
7679
7680 \end_inset
7681
7682 A+B
7683 \begin_inset ERT
7684 status collapsed
7685
7686 \begin_layout Plain Layout
7687
7688
7689 \backslash
7690 leer 
7691 \end_layout
7692
7693 \end_inset
7694
7695 _5
7696 \begin_inset ERT
7697 status collapsed
7698
7699 \begin_layout Plain Layout
7700
7701 }
7702 \end_layout
7703
7704 \end_inset
7705
7706
7707 \begin_inset Index idx
7708 status collapsed
7709
7710 \begin_layout Plain Layout
7711 Befehle ! U ! 
7712 \backslash
7713 underbrace
7714 \end_layout
7715
7716 \end_inset
7717
7718
7719 \end_layout
7720
7721 \end_inset
7722 </cell>
7723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7724 \begin_inset Text
7725
7726 \begin_layout Plain Layout
7727 \begin_inset Formula $\underbrace{A+B}_{5}$
7728 \end_inset
7729
7730
7731 \end_layout
7732
7733 \end_inset
7734 </cell>
7735 </row>
7736 <row>
7737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7738 \begin_inset Text
7739
7740 \begin_layout Plain Layout
7741
7742 \backslash
7743 overbrace
7744 \begin_inset ERT
7745 status collapsed
7746
7747 \begin_layout Plain Layout
7748
7749
7750 \backslash
7751 leer 
7752 \end_layout
7753
7754 \end_inset
7755
7756
7757 \backslash
7758 underbrace
7759 \begin_inset ERT
7760 status collapsed
7761
7762 \begin_layout Plain Layout
7763
7764
7765 \backslash
7766 leer 
7767 \end_layout
7768
7769 \end_inset
7770
7771 A+B_w
7772 \begin_inset ERT
7773 status collapsed
7774
7775 \begin_layout Plain Layout
7776
7777
7778 \backslash
7779 leer 
7780 \end_layout
7781
7782 \end_inset
7783
7784
7785 \begin_inset ERT
7786 status collapsed
7787
7788 \begin_layout Plain Layout
7789
7790
7791 \backslash
7792 leer 
7793 \end_layout
7794
7795 \end_inset
7796
7797 _7
7798 \begin_inset ERT
7799 status collapsed
7800
7801 \begin_layout Plain Layout
7802
7803
7804 \backslash
7805 leer 
7806 \end_layout
7807
7808 \end_inset
7809
7810
7811 \begin_inset ERT
7812 status collapsed
7813
7814 \begin_layout Plain Layout
7815
7816
7817 \backslash
7818 leer 
7819 \end_layout
7820
7821 \end_inset
7822
7823 ^
7824 \begin_inset ERT
7825 status collapsed
7826
7827 \begin_layout Plain Layout
7828
7829
7830 \backslash
7831 leer 
7832 \end_layout
7833
7834 \end_inset
7835
7836 C
7837 \end_layout
7838
7839 \end_inset
7840 </cell>
7841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7842 \begin_inset Text
7843
7844 \begin_layout Plain Layout
7845 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7846 \end_inset
7847
7848
7849 \end_layout
7850
7851 \end_inset
7852 </cell>
7853 </row>
7854 </lyxtabular>
7855
7856 \end_inset
7857
7858
7859 \end_layout
7860
7861 \begin_layout Standard
7862 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7863 \series bold
7864
7865 \backslash
7866 overbrace
7867 \series default
7868  oder 
7869 \series bold
7870
7871 \backslash
7872 underbrace
7873 \series default
7874  eingibt.
7875 \end_layout
7876
7877 \begin_layout Standard
7878 \begin_inset VSpace bigskip
7879 \end_inset
7880
7881 Benötigt man Klammern, die sich überschneiden, muss man die in 
7882 \begin_inset CommandInset ref
7883 LatexCommand ref
7884 reference "sec:Mehrzeilige-Formeln"
7885
7886 \end_inset
7887
7888  beschriebenen mehrzeiligen Formeln verwenden:
7889 \begin_inset Formula 
7890 \begin{eqnarray*}
7891 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7892  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7893 \end{eqnarray*}
7894
7895 \end_inset
7896
7897 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7898  Dabei ist es wichtig, dass vor dem ersten 
7899 \begin_inset Formula $d$
7900 \end_inset
7901
7902  der Abstandsbefehl
7903 \begin_inset Foot
7904 status collapsed
7905
7906 \begin_layout Plain Layout
7907 Abstandsbefehle sind in 
7908 \begin_inset CommandInset ref
7909 LatexCommand ref
7910 reference "sub:Vordefinierter-Leerraum"
7911
7912 \end_inset
7913
7914  erklärt.
7915 \end_layout
7916
7917 \end_inset
7918
7919  
7920 \series bold
7921
7922 \backslash
7923 :
7924 \series default
7925  eingegeben wird, denn die nach dem 
7926 \begin_inset Formula $q$
7927 \end_inset
7928
7929  endende Klammer verhindert, dass das nachfolgende 
7930 \begin_inset Quotes gld
7931 \end_inset
7932
7933 +
7934 \begin_inset Quotes grd
7935 \end_inset
7936
7937  von Leerraum umgeben ist.
7938 \begin_inset Foot
7939 status collapsed
7940
7941 \begin_layout Plain Layout
7942 weil eine Klammer nicht als Zeichen gilt, siehe 
7943 \begin_inset CommandInset ref
7944 LatexCommand ref
7945 reference "sub:Binäre-Operatoren"
7946
7947 \end_inset
7948
7949
7950 \end_layout
7951
7952 \end_inset
7953
7954  In die zweite Zeile wird die zweite Klammer eingegeben.
7955  Da sie vor dem 
7956 \begin_inset Formula $b$
7957 \end_inset
7958
7959  beginnen soll, gibt man zuerst 
7960 \series bold
7961
7962 \backslash
7963 hphantom{gggg+
7964 \backslash
7965 :}
7966 \series default
7967  ein.
7968 \begin_inset Foot
7969 status collapsed
7970
7971 \begin_layout Plain Layout
7972 mehr zu 
7973 \series bold
7974
7975 \backslash
7976 hphantom
7977 \series default
7978  siehe 
7979 \begin_inset CommandInset ref
7980 LatexCommand ref
7981 reference "sub:Platzhalter"
7982
7983 \end_inset
7984
7985 .
7986 \end_layout
7987
7988 \end_inset
7989
7990  Dieser Leerraum wird benötigt, weil das 
7991 \begin_inset Quotes gld
7992 \end_inset
7993
7994 +
7995 \begin_inset Quotes grd
7996 \end_inset
7997
7998  in der Formel auch von Leerraum umgeben ist.
7999  Die Klammer wird unter den Befehl 
8000 \series bold
8001
8002 \backslash
8003 hphantom{bbqq+dddd}
8004 \series default
8005  gesetzt.
8006 \end_layout
8007
8008 \begin_layout Standard
8009 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
8010 n, wie in folgendem Beispiel:
8011 \begin_inset ERT
8012 status collapsed
8013
8014 \begin_layout Plain Layout
8015
8016
8017 \backslash
8018 setlength{
8019 \backslash
8020 jot}{-6pt}
8021 \end_layout
8022
8023 \end_inset
8024
8025
8026 \begin_inset Formula 
8027 \begin{eqnarray*}
8028  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8029 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8030 \end{eqnarray*}
8031
8032 \end_inset
8033
8034
8035 \begin_inset ERT
8036 status collapsed
8037
8038 \begin_layout Plain Layout
8039
8040
8041 \backslash
8042 setlength{
8043 \backslash
8044 jot}{3pt}
8045 \end_layout
8046
8047 \end_inset
8048
8049 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8050  mit dem Unterschied, dass sich die Klammer oben befindet.
8051  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8052  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8053  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8054  werden.
8055  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8056 \begin_inset Foot
8057 status collapsed
8058
8059 \begin_layout Plain Layout
8060 \begin_inset CommandInset href
8061 LatexCommand href
8062 name "LyX-Fehler #1505"
8063 target "http://www.lyx.org/trac/ticket/1505"
8064
8065 \end_inset
8066
8067
8068 \end_layout
8069
8070 \end_inset
8071
8072 .
8073  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8074 \series bold
8075
8076 \backslash
8077 jot
8078 \series default
8079
8080 \begin_inset Index idx
8081 status collapsed
8082
8083 \begin_layout Plain Layout
8084 Befehle ! J ! 
8085 \backslash
8086 jot
8087 \end_layout
8088
8089 \end_inset
8090
8091  vor der Formel mit dem Befehl 
8092 \series bold
8093
8094 \backslash
8095 setlength{
8096 \backslash
8097 jot}{-6pt}
8098 \series default
8099  im TeX-Modus auf den Wert -6
8100 \begin_inset space \thinspace{}
8101 \end_inset
8102
8103 pt geändert.
8104  Nach der Formel wird 
8105 \series bold
8106
8107 \backslash
8108 jot
8109 \series default
8110  mit demselben Befehl wieder auf den Standardwert 3
8111 \begin_inset space \thinspace{}
8112 \end_inset
8113
8114 pt zurückgesetzt.
8115  Genaueres zum Zeilenabstand in Formeln ist in 
8116 \begin_inset CommandInset ref
8117 LatexCommand ref
8118 reference "sub:Zeilenabstand"
8119
8120 \end_inset
8121
8122  erklärt.
8123 \end_layout
8124
8125 \begin_layout Section
8126 Pfeile
8127 \begin_inset Index idx
8128 status collapsed
8129
8130 \begin_layout Plain Layout
8131 Pfeile
8132 \end_layout
8133
8134 \end_inset
8135
8136
8137 \end_layout
8138
8139 \begin_layout Standard
8140 Pfeile können über den Mathe-Werkzeugleistenknopf 
8141 \begin_inset Graphics
8142         filename ../../images/math/leftarrow.png
8143         scale 85
8144
8145 \end_inset
8146
8147  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8148  aufgelistet sind.
8149 \end_layout
8150
8151 \begin_layout Subsection
8152 Horizontale Pfeile
8153 \begin_inset Index idx
8154 status collapsed
8155
8156 \begin_layout Plain Layout
8157 Pfeile ! horizontale
8158 \end_layout
8159
8160 \end_inset
8161
8162
8163 \end_layout
8164
8165 \begin_layout Standard
8166 \begin_inset space \hfill{}
8167 \end_inset
8168
8169
8170 \begin_inset Tabular
8171 <lyxtabular version="3" rows="8" columns="2">
8172 <features rotate="0" tabularvalignment="middle">
8173 <column alignment="center" valignment="top" width="0pt">
8174 <column alignment="center" valignment="top" width="0pt">
8175 <row>
8176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8177 \begin_inset Text
8178
8179 \begin_layout Plain Layout
8180 Befehl
8181 \end_layout
8182
8183 \end_inset
8184 </cell>
8185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8186 \begin_inset Text
8187
8188 \begin_layout Plain Layout
8189 Ergebnis
8190 \end_layout
8191
8192 \end_inset
8193 </cell>
8194 </row>
8195 <row>
8196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8197 \begin_inset Text
8198
8199 \begin_layout Plain Layout
8200
8201 \backslash
8202 gets
8203 \end_layout
8204
8205 \end_inset
8206 </cell>
8207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8208 \begin_inset Text
8209
8210 \begin_layout Plain Layout
8211 \begin_inset Formula $\gets$
8212 \end_inset
8213
8214
8215 \end_layout
8216
8217 \end_inset
8218 </cell>
8219 </row>
8220 <row>
8221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8222 \begin_inset Text
8223
8224 \begin_layout Plain Layout
8225
8226 \backslash
8227 Leftarrow
8228 \end_layout
8229
8230 \end_inset
8231 </cell>
8232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8233 \begin_inset Text
8234
8235 \begin_layout Plain Layout
8236 \begin_inset Formula $\Leftarrow$
8237 \end_inset
8238
8239
8240 \end_layout
8241
8242 \end_inset
8243 </cell>
8244 </row>
8245 <row>
8246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8247 \begin_inset Text
8248
8249 \begin_layout Plain Layout
8250
8251 \backslash
8252 longleftarrow
8253 \end_layout
8254
8255 \end_inset
8256 </cell>
8257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8258 \begin_inset Text
8259
8260 \begin_layout Plain Layout
8261 \begin_inset Formula $\longleftarrow$
8262 \end_inset
8263
8264
8265 \end_layout
8266
8267 \end_inset
8268 </cell>
8269 </row>
8270 <row>
8271 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8272 \begin_inset Text
8273
8274 \begin_layout Plain Layout
8275
8276 \backslash
8277 Longleftarrow
8278 \end_layout
8279
8280 \end_inset
8281 </cell>
8282 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8283 \begin_inset Text
8284
8285 \begin_layout Plain Layout
8286 \begin_inset Formula $\Longleftarrow$
8287 \end_inset
8288
8289
8290 \end_layout
8291
8292 \end_inset
8293 </cell>
8294 </row>
8295 <row>
8296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300
8301 \backslash
8302 leftharpoonup
8303 \end_layout
8304
8305 \end_inset
8306 </cell>
8307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8308 \begin_inset Text
8309
8310 \begin_layout Plain Layout
8311 \begin_inset Formula $\leftharpoonup$
8312 \end_inset
8313
8314
8315 \end_layout
8316
8317 \end_inset
8318 </cell>
8319 </row>
8320 <row>
8321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8322 \begin_inset Text
8323
8324 \begin_layout Plain Layout
8325
8326 \backslash
8327 leftharpoondown
8328 \end_layout
8329
8330 \end_inset
8331 </cell>
8332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8333 \begin_inset Text
8334
8335 \begin_layout Plain Layout
8336 \begin_inset Formula $\leftharpoondown$
8337 \end_inset
8338
8339
8340 \end_layout
8341
8342 \end_inset
8343 </cell>
8344 </row>
8345 <row>
8346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8347 \begin_inset Text
8348
8349 \begin_layout Plain Layout
8350
8351 \backslash
8352 hookleftarrow
8353 \end_layout
8354
8355 \end_inset
8356 </cell>
8357 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8358 \begin_inset Text
8359
8360 \begin_layout Plain Layout
8361 \begin_inset Formula $\hookleftarrow$
8362 \end_inset
8363
8364
8365 \end_layout
8366
8367 \end_inset
8368 </cell>
8369 </row>
8370 </lyxtabular>
8371
8372 \end_inset
8373
8374
8375 \begin_inset space \hfill{}
8376 \end_inset
8377
8378
8379 \begin_inset Tabular
8380 <lyxtabular version="3" rows="8" columns="2">
8381 <features rotate="0" tabularvalignment="middle">
8382 <column alignment="center" valignment="top" width="0pt">
8383 <column alignment="center" valignment="top" width="0pt">
8384 <row>
8385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Befehl
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8395 \begin_inset Text
8396
8397 \begin_layout Plain Layout
8398 Ergebnis
8399 \end_layout
8400
8401 \end_inset
8402 </cell>
8403 </row>
8404 <row>
8405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8406 \begin_inset Text
8407
8408 \begin_layout Plain Layout
8409
8410 \backslash
8411 to
8412 \end_layout
8413
8414 \end_inset
8415 </cell>
8416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 \begin_inset Formula $\to$
8421 \end_inset
8422
8423
8424 \end_layout
8425
8426 \end_inset
8427 </cell>
8428 </row>
8429 <row>
8430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8431 \begin_inset Text
8432
8433 \begin_layout Plain Layout
8434
8435 \backslash
8436 Rightarrow
8437 \end_layout
8438
8439 \end_inset
8440 </cell>
8441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8442 \begin_inset Text
8443
8444 \begin_layout Plain Layout
8445 \begin_inset Formula $\Rightarrow$
8446 \end_inset
8447
8448
8449 \end_layout
8450
8451 \end_inset
8452 </cell>
8453 </row>
8454 <row>
8455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8456 \begin_inset Text
8457
8458 \begin_layout Plain Layout
8459
8460 \backslash
8461 longrightarrow
8462 \end_layout
8463
8464 \end_inset
8465 </cell>
8466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8467 \begin_inset Text
8468
8469 \begin_layout Plain Layout
8470 \begin_inset Formula $\longrightarrow$
8471 \end_inset
8472
8473
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \backslash
8486 Longrightarrow
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 \begin_inset Formula $\Longrightarrow$
8496 \end_inset
8497
8498
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \backslash
8511 rightharpoonup
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 \begin_inset Formula $\rightharpoonup$
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \backslash
8536 rightharpoondown
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 \begin_inset Formula $\rightharpoondown$
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \backslash
8561 hookrightarrow
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 \begin_inset Formula $\hookrightarrow$
8571 \end_inset
8572
8573
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 </lyxtabular>
8580
8581 \end_inset
8582
8583
8584 \begin_inset space \hfill{}
8585 \end_inset
8586
8587
8588 \end_layout
8589
8590 \begin_layout Standard
8591 \begin_inset space \hfill{}
8592 \end_inset
8593
8594
8595 \begin_inset Tabular
8596 <lyxtabular version="3" rows="6" columns="2">
8597 <features rotate="0" tabularvalignment="middle">
8598 <column alignment="center" valignment="top" width="0pt">
8599 <column alignment="center" valignment="top" width="0pt">
8600 <row>
8601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8602 \begin_inset Text
8603
8604 \begin_layout Plain Layout
8605 Befehl
8606 \end_layout
8607
8608 \end_inset
8609 </cell>
8610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614 Ergebnis
8615 \end_layout
8616
8617 \end_inset
8618 </cell>
8619 </row>
8620 <row>
8621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625
8626 \backslash
8627 leftrightarrow
8628 \end_layout
8629
8630 \end_inset
8631 </cell>
8632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8633 \begin_inset Text
8634
8635 \begin_layout Plain Layout
8636 \begin_inset Formula $\leftrightarrow$
8637 \end_inset
8638
8639
8640 \end_layout
8641
8642 \end_inset
8643 </cell>
8644 </row>
8645 <row>
8646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650
8651 \backslash
8652 Leftrightarrow
8653 \end_layout
8654
8655 \end_inset
8656 </cell>
8657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8658 \begin_inset Text
8659
8660 \begin_layout Plain Layout
8661 \begin_inset Formula $\Leftrightarrow$
8662 \end_inset
8663
8664
8665 \end_layout
8666
8667 \end_inset
8668 </cell>
8669 </row>
8670 <row>
8671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8672 \begin_inset Text
8673
8674 \begin_layout Plain Layout
8675
8676 \backslash
8677 longleftrightarrow
8678 \end_layout
8679
8680 \end_inset
8681 </cell>
8682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8683 \begin_inset Text
8684
8685 \begin_layout Plain Layout
8686 \begin_inset Formula $\longleftrightarrow$
8687 \end_inset
8688
8689
8690 \end_layout
8691
8692 \end_inset
8693 </cell>
8694 </row>
8695 <row>
8696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8697 \begin_inset Text
8698
8699 \begin_layout Plain Layout
8700
8701 \backslash
8702 Longleftrightarrow
8703 \end_layout
8704
8705 \end_inset
8706 </cell>
8707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8708 \begin_inset Text
8709
8710 \begin_layout Plain Layout
8711 \begin_inset Formula $\Longleftrightarrow$
8712 \end_inset
8713
8714
8715 \end_layout
8716
8717 \end_inset
8718 </cell>
8719 </row>
8720 <row>
8721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8722 \begin_inset Text
8723
8724 \begin_layout Plain Layout
8725
8726 \backslash
8727 rightleftharpoons
8728 \end_layout
8729
8730 \end_inset
8731 </cell>
8732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 \begin_inset Formula $\rightleftharpoons$
8737 \end_inset
8738
8739
8740 \end_layout
8741
8742 \end_inset
8743 </cell>
8744 </row>
8745 </lyxtabular>
8746
8747 \end_inset
8748
8749
8750 \begin_inset space \hspace{}
8751 \length 25pt
8752 \end_inset
8753
8754
8755 \begin_inset space \hfill{}
8756 \end_inset
8757
8758
8759 \begin_inset Tabular
8760 <lyxtabular version="3" rows="5" columns="2">
8761 <features rotate="0" tabularvalignment="middle">
8762 <column alignment="center" valignment="top" width="0pt">
8763 <column alignment="center" valignment="top" width="0pt">
8764 <row>
8765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8766 \begin_inset Text
8767
8768 \begin_layout Plain Layout
8769 Befehl
8770 \end_layout
8771
8772 \end_inset
8773 </cell>
8774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8775 \begin_inset Text
8776
8777 \begin_layout Plain Layout
8778 Ergebnis
8779 \end_layout
8780
8781 \end_inset
8782 </cell>
8783 </row>
8784 <row>
8785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8786 \begin_inset Text
8787
8788 \begin_layout Plain Layout
8789
8790 \backslash
8791 mapsto
8792 \end_layout
8793
8794 \end_inset
8795 </cell>
8796 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8797 \begin_inset Text
8798
8799 \begin_layout Plain Layout
8800 \begin_inset Formula $\mapsto$
8801 \end_inset
8802
8803
8804 \end_layout
8805
8806 \end_inset
8807 </cell>
8808 </row>
8809 <row>
8810 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8811 \begin_inset Text
8812
8813 \begin_layout Plain Layout
8814
8815 \backslash
8816 longmapsto
8817 \end_layout
8818
8819 \end_inset
8820 </cell>
8821 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8822 \begin_inset Text
8823
8824 \begin_layout Plain Layout
8825 \begin_inset Formula $\longmapsto$
8826 \end_inset
8827
8828
8829 \end_layout
8830
8831 \end_inset
8832 </cell>
8833 </row>
8834 <row>
8835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8836 \begin_inset Text
8837
8838 \begin_layout Plain Layout
8839
8840 \backslash
8841 leadsto
8842 \end_layout
8843
8844 \end_inset
8845 </cell>
8846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8847 \begin_inset Text
8848
8849 \begin_layout Plain Layout
8850 \begin_inset Formula $\leadsto$
8851 \end_inset
8852
8853
8854 \end_layout
8855
8856 \end_inset
8857 </cell>
8858 </row>
8859 <row>
8860 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8861 \begin_inset Text
8862
8863 \begin_layout Plain Layout
8864
8865 \backslash
8866 dasharrow
8867 \end_layout
8868
8869 \end_inset
8870 </cell>
8871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8872 \begin_inset Text
8873
8874 \begin_layout Plain Layout
8875 \begin_inset Formula $\dasharrow$
8876 \end_inset
8877
8878
8879 \end_layout
8880
8881 \end_inset
8882 </cell>
8883 </row>
8884 </lyxtabular>
8885
8886 \end_inset
8887
8888
8889 \begin_inset space \hfill{}
8890 \end_inset
8891
8892
8893 \end_layout
8894
8895 \begin_layout Standard
8896 \begin_inset VSpace medskip
8897 \end_inset
8898
8899 Als Akzente verwendete Pfeile, wie z.
8900 \begin_inset space \thinspace{}
8901 \end_inset
8902
8903 B.
8904  Vektorpfeile, sind in 
8905 \begin_inset CommandInset ref
8906 LatexCommand ref
8907 reference "sec:Akzente"
8908
8909 \end_inset
8910
8911  aufgelistet.
8912 \end_layout
8913
8914 \begin_layout Standard
8915 \begin_inset VSpace bigskip
8916 \end_inset
8917
8918 Des Weiteren gibt es die beschriftbaren Pfeile
8919 \begin_inset Index idx
8920 status collapsed
8921
8922 \begin_layout Plain Layout
8923 Pfeile ! beschriftbare
8924 \end_layout
8925
8926 \end_inset
8927
8928  
8929 \series bold
8930
8931 \backslash
8932 xleftarrow
8933 \series default
8934
8935 \begin_inset Index idx
8936 status collapsed
8937
8938 \begin_layout Plain Layout
8939 Befehle ! X ! 
8940 \backslash
8941 xleftarrow
8942 \end_layout
8943
8944 \end_inset
8945
8946  und 
8947 \series bold
8948
8949 \backslash
8950 xrightarrow
8951 \series default
8952
8953 \begin_inset Index idx
8954 status collapsed
8955
8956 \begin_layout Plain Layout
8957 Befehle ! X ! 
8958 \backslash
8959 xrightarrow
8960 \begin_inset ERT
8961 status collapsed
8962
8963 \begin_layout Plain Layout
8964
8965
8966 \backslash
8967 vspace{4mm}
8968 \end_layout
8969
8970 \end_inset
8971
8972
8973 \end_layout
8974
8975 \end_inset
8976
8977 .
8978  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8979  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8980  Die Pfeillänge passt sich der Breite der Beschriftung an.
8981 \end_layout
8982
8983 \begin_layout Standard
8984 \align center
8985 \begin_inset Tabular
8986 <lyxtabular version="3" rows="3" columns="2">
8987 <features rotate="0" tabularvalignment="middle">
8988 <column alignment="center" valignment="top" width="0pt">
8989 <column alignment="center" valignment="top" width="0pt">
8990 <row>
8991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8992 \begin_inset Text
8993
8994 \begin_layout Plain Layout
8995 Befehl
8996 \end_layout
8997
8998 \end_inset
8999 </cell>
9000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004 Ergebnis
9005 \begin_inset Note Note
9006 status collapsed
9007
9008 \begin_layout Plain Layout
9009
9010 \series bold
9011
9012 \backslash
9013 raisebox
9014 \series default
9015  dient nur als Abstandhalter.
9016 \end_layout
9017
9018 \end_inset
9019
9020
9021 \end_layout
9022
9023 \end_inset
9024 </cell>
9025 </row>
9026 <row>
9027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 F(a)
9032 \backslash
9033 xleftarrow
9034 \begin_inset ERT
9035 status collapsed
9036
9037 \begin_layout Plain Layout
9038
9039
9040 \backslash
9041 leer 
9042 \end_layout
9043
9044 \end_inset
9045
9046 x=a
9047 \begin_inset Formula $\downarrow$
9048 \end_inset
9049
9050 x>0
9051 \begin_inset Formula $\to$
9052 \end_inset
9053
9054 F(x)
9055 \end_layout
9056
9057 \end_inset
9058 </cell>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9064 \end_inset
9065
9066
9067 \end_layout
9068
9069 \end_inset
9070 </cell>
9071 </row>
9072 <row>
9073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9074 \begin_inset Text
9075
9076 \begin_layout Plain Layout
9077 F(x)
9078 \backslash
9079 xrightarrow
9080 \begin_inset ERT
9081 status collapsed
9082
9083 \begin_layout Plain Layout
9084
9085
9086 \backslash
9087 leer 
9088 \end_layout
9089
9090 \end_inset
9091
9092 x=a
9093 \begin_inset Formula $\downarrow$
9094 \end_inset
9095
9096 x>0
9097 \begin_inset Formula $\to$
9098 \end_inset
9099
9100 F(a)
9101 \end_layout
9102
9103 \end_inset
9104 </cell>
9105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9106 \begin_inset Text
9107
9108 \begin_layout Plain Layout
9109 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9110 \end_inset
9111
9112
9113 \end_layout
9114
9115 \end_inset
9116 </cell>
9117 </row>
9118 </lyxtabular>
9119
9120 \end_inset
9121
9122
9123 \end_layout
9124
9125 \begin_layout Subsection
9126 Vertikale und diagonale Pfeile
9127 \begin_inset Index idx
9128 status collapsed
9129
9130 \begin_layout Plain Layout
9131 Pfeile ! diagonale
9132 \end_layout
9133
9134 \end_inset
9135
9136
9137 \begin_inset Index idx
9138 status collapsed
9139
9140 \begin_layout Plain Layout
9141 Pfeile ! vertikale
9142 \end_layout
9143
9144 \end_inset
9145
9146
9147 \end_layout
9148
9149 \begin_layout Standard
9150 \begin_inset space \hfill{}
9151 \end_inset
9152
9153
9154 \begin_inset Tabular
9155 <lyxtabular version="3" rows="7" columns="2">
9156 <features rotate="0" tabularvalignment="middle">
9157 <column alignment="center" valignment="top" width="0pt">
9158 <column alignment="center" valignment="top" width="0pt">
9159 <row>
9160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9161 \begin_inset Text
9162
9163 \begin_layout Plain Layout
9164 Befehl
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9170 \begin_inset Text
9171
9172 \begin_layout Plain Layout
9173 Ergebnis
9174 \end_layout
9175
9176 \end_inset
9177 </cell>
9178 </row>
9179 <row>
9180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9181 \begin_inset Text
9182
9183 \begin_layout Plain Layout
9184
9185 \backslash
9186 uparrow
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9192 \begin_inset Text
9193
9194 \begin_layout Plain Layout
9195 \begin_inset Formula $\uparrow$
9196 \end_inset
9197
9198
9199 \end_layout
9200
9201 \end_inset
9202 </cell>
9203 </row>
9204 <row>
9205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9206 \begin_inset Text
9207
9208 \begin_layout Plain Layout
9209
9210 \backslash
9211 Uparrow
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 \begin_inset Formula $\Uparrow$
9221 \end_inset
9222
9223
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \backslash
9236 updownarrow
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9242 \begin_inset Text
9243
9244 \begin_layout Plain Layout
9245 \begin_inset Formula $\updownarrow$
9246 \end_inset
9247
9248
9249 \end_layout
9250
9251 \end_inset
9252 </cell>
9253 </row>
9254 <row>
9255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9256 \begin_inset Text
9257
9258 \begin_layout Plain Layout
9259
9260 \backslash
9261 Updownarrow
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9267 \begin_inset Text
9268
9269 \begin_layout Plain Layout
9270 \begin_inset Formula $\Updownarrow$
9271 \end_inset
9272
9273
9274 \end_layout
9275
9276 \end_inset
9277 </cell>
9278 </row>
9279 <row>
9280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9281 \begin_inset Text
9282
9283 \begin_layout Plain Layout
9284
9285 \backslash
9286 Downarrow
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9292 \begin_inset Text
9293
9294 \begin_layout Plain Layout
9295 \begin_inset Formula $\Downarrow$
9296 \end_inset
9297
9298
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 </row>
9304 <row>
9305 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9306 \begin_inset Text
9307
9308 \begin_layout Plain Layout
9309
9310 \backslash
9311 downarrow
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9317 \begin_inset Text
9318
9319 \begin_layout Plain Layout
9320 \begin_inset Formula $\downarrow$
9321 \end_inset
9322
9323
9324 \end_layout
9325
9326 \end_inset
9327 </cell>
9328 </row>
9329 </lyxtabular>
9330
9331 \end_inset
9332
9333
9334 \begin_inset space \hfill{}
9335 \end_inset
9336
9337
9338 \begin_inset Tabular
9339 <lyxtabular version="3" rows="5" columns="2">
9340 <features rotate="0" tabularvalignment="middle">
9341 <column alignment="center" valignment="top" width="0pt">
9342 <column alignment="center" valignment="top" width="0pt">
9343 <row>
9344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9345 \begin_inset Text
9346
9347 \begin_layout Plain Layout
9348 Befehl
9349 \end_layout
9350
9351 \end_inset
9352 </cell>
9353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9354 \begin_inset Text
9355
9356 \begin_layout Plain Layout
9357 Ergebnis
9358 \end_layout
9359
9360 \end_inset
9361 </cell>
9362 </row>
9363 <row>
9364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9365 \begin_inset Text
9366
9367 \begin_layout Plain Layout
9368
9369 \backslash
9370 nearrow
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9376 \begin_inset Text
9377
9378 \begin_layout Plain Layout
9379 \begin_inset Formula $\nearrow$
9380 \end_inset
9381
9382
9383 \end_layout
9384
9385 \end_inset
9386 </cell>
9387 </row>
9388 <row>
9389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9390 \begin_inset Text
9391
9392 \begin_layout Plain Layout
9393
9394 \backslash
9395 searrow
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 \begin_inset Formula $\searrow$
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 <row>
9414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9415 \begin_inset Text
9416
9417 \begin_layout Plain Layout
9418
9419 \backslash
9420 swarrow
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9426 \begin_inset Text
9427
9428 \begin_layout Plain Layout
9429 \begin_inset Formula $\swarrow$
9430 \end_inset
9431
9432
9433 \end_layout
9434
9435 \end_inset
9436 </cell>
9437 </row>
9438 <row>
9439 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9440 \begin_inset Text
9441
9442 \begin_layout Plain Layout
9443
9444 \backslash
9445 nwarrow
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 \begin_inset Formula $\nwarrow$
9455 \end_inset
9456
9457
9458 \end_layout
9459
9460 \end_inset
9461 </cell>
9462 </row>
9463 </lyxtabular>
9464
9465 \end_inset
9466
9467
9468 \begin_inset space \hfill{}
9469 \end_inset
9470
9471
9472 \end_layout
9473
9474 \begin_layout Standard
9475 \begin_inset VSpace medskip
9476 \end_inset
9477
9478 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9479  
9480 \begin_inset CommandInset ref
9481 LatexCommand ref
9482 reference "sub:Manuelle-Klammergrößen"
9483
9484 \end_inset
9485
9486  und 
9487 \begin_inset CommandInset ref
9488 LatexCommand ref
9489 reference "sub:Automatische-Klammergrößen"
9490
9491 \end_inset
9492
9493  beschriebenen Befehlen verwendet werden.
9494 \end_layout
9495
9496 \begin_layout Section
9497 Akzente
9498 \begin_inset CommandInset label
9499 LatexCommand label
9500 name "sec:Akzente"
9501
9502 \end_inset
9503
9504
9505 \begin_inset Index idx
9506 status collapsed
9507
9508 \begin_layout Plain Layout
9509 Akzente
9510 \end_layout
9511
9512 \end_inset
9513
9514
9515 \end_layout
9516
9517 \begin_layout Standard
9518 Akzente können über den Mathe-Werkzeugleistenknopf 
9519 \begin_inset Graphics
9520         filename ../../images/math/hat.png
9521         scale 85
9522
9523 \end_inset
9524
9525  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9526  aufgelistet sind.
9527 \end_layout
9528
9529 \begin_layout Subsection
9530 Akzente für ein Zeichen
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536
9537 \backslash
9538 texorpdfstring{
9539 \end_layout
9540
9541 \end_inset
9542
9543
9544 \begin_inset Foot
9545 status collapsed
9546
9547 \begin_layout Plain Layout
9548 Akzente im Text siehe 
9549 \begin_inset CommandInset ref
9550 LatexCommand ref
9551 reference "sub:Sonderzeichen-Akzente"
9552
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559
9560
9561 \begin_inset ERT
9562 status collapsed
9563
9564 \begin_layout Plain Layout
9565
9566 }{}
9567 \end_layout
9568
9569 \end_inset
9570
9571
9572 \begin_inset Note Note
9573 status collapsed
9574
9575 \begin_layout Plain Layout
9576
9577 \series bold
9578
9579 \backslash
9580 texorpdfstring
9581 \series default
9582  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9583 \end_layout
9584
9585 \begin_layout Plain Layout
9586 Näheres zu 
9587 \series bold
9588
9589 \backslash
9590 texorpdfstring
9591 \series default
9592  steht in Kapitel 
9593 \begin_inset CommandInset ref
9594 LatexCommand ref
9595 reference "sub:Formeln-in-Überschriften"
9596
9597 \end_inset
9598
9599 .
9600 \end_layout
9601
9602 \end_inset
9603
9604
9605 \begin_inset CommandInset label
9606 LatexCommand label
9607 name "sub:Akzente-für-ein"
9608
9609 \end_inset
9610
9611
9612 \begin_inset Index idx
9613 status collapsed
9614
9615 \begin_layout Plain Layout
9616 Akzente ! für ein Zeichen
9617 \end_layout
9618
9619 \end_inset
9620
9621
9622 \end_layout
9623
9624 \begin_layout Standard
9625 \begin_inset space \hfill{}
9626 \end_inset
9627
9628
9629 \begin_inset Tabular
9630 <lyxtabular version="3" rows="8" 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 \begin_inset Note Note
9650 status collapsed
9651
9652 \begin_layout Plain Layout
9653
9654 \series bold
9655
9656 \backslash
9657 raisebox
9658 \series default
9659  dient nur als Abstandhalter.
9660 \end_layout
9661
9662 \end_inset
9663
9664
9665 \end_layout
9666
9667 \end_inset
9668 </cell>
9669 </row>
9670 <row>
9671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9672 \begin_inset Text
9673
9674 \begin_layout Plain Layout
9675
9676 \backslash
9677 dot
9678 \begin_inset ERT
9679 status collapsed
9680
9681 \begin_layout Plain Layout
9682
9683
9684 \backslash
9685 leer 
9686 \end_layout
9687
9688 \end_inset
9689
9690 A
9691 \end_layout
9692
9693 \end_inset
9694 </cell>
9695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9696 \begin_inset Text
9697
9698 \begin_layout Plain Layout
9699 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9700 \end_inset
9701
9702
9703 \end_layout
9704
9705 \end_inset
9706 </cell>
9707 </row>
9708 <row>
9709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9710 \begin_inset Text
9711
9712 \begin_layout Plain Layout
9713
9714 \backslash
9715 ddot
9716 \begin_inset ERT
9717 status collapsed
9718
9719 \begin_layout Plain Layout
9720
9721
9722 \backslash
9723 leer 
9724 \end_layout
9725
9726 \end_inset
9727
9728 A
9729 \end_layout
9730
9731 \end_inset
9732 </cell>
9733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9734 \begin_inset Text
9735
9736 \begin_layout Plain Layout
9737 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9738 \end_inset
9739
9740
9741 \end_layout
9742
9743 \end_inset
9744 </cell>
9745 </row>
9746 <row>
9747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9748 \begin_inset Text
9749
9750 \begin_layout Plain Layout
9751
9752 \backslash
9753 dddot
9754 \begin_inset ERT
9755 status collapsed
9756
9757 \begin_layout Plain Layout
9758
9759
9760 \backslash
9761 leer 
9762 \end_layout
9763
9764 \end_inset
9765
9766 A
9767 \end_layout
9768
9769 \end_inset
9770 </cell>
9771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9772 \begin_inset Text
9773
9774 \begin_layout Plain Layout
9775 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9776 \end_inset
9777
9778
9779 \end_layout
9780
9781 \end_inset
9782 </cell>
9783 </row>
9784 <row>
9785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9786 \begin_inset Text
9787
9788 \begin_layout Plain Layout
9789
9790 \backslash
9791 ddddot
9792 \begin_inset ERT
9793 status collapsed
9794
9795 \begin_layout Plain Layout
9796
9797
9798 \backslash
9799 leer 
9800 \end_layout
9801
9802 \end_inset
9803
9804 A
9805 \end_layout
9806
9807 \end_inset
9808 </cell>
9809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9810 \begin_inset Text
9811
9812 \begin_layout Plain Layout
9813 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \end_inset
9820 </cell>
9821 </row>
9822 <row>
9823 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9824 \begin_inset Text
9825
9826 \begin_layout Plain Layout
9827
9828 \backslash
9829 vec
9830 \begin_inset ERT
9831 status collapsed
9832
9833 \begin_layout Plain Layout
9834
9835
9836 \backslash
9837 leer 
9838 \end_layout
9839
9840 \end_inset
9841
9842 A
9843 \begin_inset Index idx
9844 status collapsed
9845
9846 \begin_layout Plain Layout
9847 Vektoren
9848 \end_layout
9849
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9858 \begin_inset Text
9859
9860 \begin_layout Plain Layout
9861 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9862 \end_inset
9863
9864
9865 \end_layout
9866
9867 \end_inset
9868 </cell>
9869 </row>
9870 <row>
9871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9872 \begin_inset Text
9873
9874 \begin_layout Plain Layout
9875
9876 \backslash
9877 bar
9878 \begin_inset ERT
9879 status collapsed
9880
9881 \begin_layout Plain Layout
9882
9883
9884 \backslash
9885 leer 
9886 \end_layout
9887
9888 \end_inset
9889
9890 A
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9896 \begin_inset Text
9897
9898 \begin_layout Plain Layout
9899 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9900 \end_inset
9901
9902
9903 \end_layout
9904
9905 \end_inset
9906 </cell>
9907 </row>
9908 <row>
9909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9910 \begin_inset Text
9911
9912 \begin_layout Plain Layout
9913
9914 \backslash
9915 mathring
9916 \begin_inset ERT
9917 status collapsed
9918
9919 \begin_layout Plain Layout
9920
9921
9922 \backslash
9923 leer 
9924 \end_layout
9925
9926 \end_inset
9927
9928 A
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9934 \begin_inset Text
9935
9936 \begin_layout Plain Layout
9937 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9938 \end_inset
9939
9940
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 </row>
9946 </lyxtabular>
9947
9948 \end_inset
9949
9950
9951 \begin_inset space \hfill{}
9952 \end_inset
9953
9954
9955 \begin_inset Tabular
9956 <lyxtabular version="3" rows="7" columns="2">
9957 <features rotate="0" tabularvalignment="middle">
9958 <column alignment="center" valignment="top" width="0pt">
9959 <column alignment="center" valignment="top" width="0pt">
9960 <row>
9961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9962 \begin_inset Text
9963
9964 \begin_layout Plain Layout
9965 Befehl
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 Ergebnis
9975 \end_layout
9976
9977 \end_inset
9978 </cell>
9979 </row>
9980 <row>
9981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9982 \begin_inset Text
9983
9984 \begin_layout Plain Layout
9985
9986 \backslash
9987 tilde
9988 \begin_inset ERT
9989 status collapsed
9990
9991 \begin_layout Plain Layout
9992
9993
9994 \backslash
9995 leer 
9996 \end_layout
9997
9998 \end_inset
9999
10000 A
10001 \end_layout
10002
10003 \end_inset
10004 </cell>
10005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10006 \begin_inset Text
10007
10008 \begin_layout Plain Layout
10009 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10010 \end_inset
10011
10012
10013 \end_layout
10014
10015 \end_inset
10016 </cell>
10017 </row>
10018 <row>
10019 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10020 \begin_inset Text
10021
10022 \begin_layout Plain Layout
10023
10024 \backslash
10025 hat
10026 \begin_inset ERT
10027 status collapsed
10028
10029 \begin_layout Plain Layout
10030
10031
10032 \backslash
10033 leer 
10034 \end_layout
10035
10036 \end_inset
10037
10038 A
10039 \end_layout
10040
10041 \end_inset
10042 </cell>
10043 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10044 \begin_inset Text
10045
10046 \begin_layout Plain Layout
10047 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10048 \end_inset
10049
10050
10051 \end_layout
10052
10053 \end_inset
10054 </cell>
10055 </row>
10056 <row>
10057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10058 \begin_inset Text
10059
10060 \begin_layout Plain Layout
10061
10062 \backslash
10063 check
10064 \begin_inset ERT
10065 status collapsed
10066
10067 \begin_layout Plain Layout
10068
10069
10070 \backslash
10071 leer 
10072 \end_layout
10073
10074 \end_inset
10075
10076 A
10077 \end_layout
10078
10079 \end_inset
10080 </cell>
10081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10082 \begin_inset Text
10083
10084 \begin_layout Plain Layout
10085 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10086 \end_inset
10087
10088
10089 \end_layout
10090
10091 \end_inset
10092 </cell>
10093 </row>
10094 <row>
10095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10096 \begin_inset Text
10097
10098 \begin_layout Plain Layout
10099
10100 \backslash
10101 acute
10102 \begin_inset ERT
10103 status collapsed
10104
10105 \begin_layout Plain Layout
10106
10107
10108 \backslash
10109 leer 
10110 \end_layout
10111
10112 \end_inset
10113
10114 A
10115 \end_layout
10116
10117 \end_inset
10118 </cell>
10119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10120 \begin_inset Text
10121
10122 \begin_layout Plain Layout
10123 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10124 \end_inset
10125
10126
10127 \end_layout
10128
10129 \end_inset
10130 </cell>
10131 </row>
10132 <row>
10133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10134 \begin_inset Text
10135
10136 \begin_layout Plain Layout
10137
10138 \backslash
10139 grave
10140 \begin_inset ERT
10141 status collapsed
10142
10143 \begin_layout Plain Layout
10144
10145
10146 \backslash
10147 leer 
10148 \end_layout
10149
10150 \end_inset
10151
10152 A
10153 \end_layout
10154
10155 \end_inset
10156 </cell>
10157 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10158 \begin_inset Text
10159
10160 \begin_layout Plain Layout
10161 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10162 \end_inset
10163
10164
10165 \end_layout
10166
10167 \end_inset
10168 </cell>
10169 </row>
10170 <row>
10171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175
10176 \backslash
10177 breve
10178 \begin_inset ERT
10179 status collapsed
10180
10181 \begin_layout Plain Layout
10182
10183
10184 \backslash
10185 leer 
10186 \end_layout
10187
10188 \end_inset
10189
10190 A
10191 \end_layout
10192
10193 \end_inset
10194 </cell>
10195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10196 \begin_inset Text
10197
10198 \begin_layout Plain Layout
10199 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10200 \end_inset
10201
10202
10203 \end_layout
10204
10205 \end_inset
10206 </cell>
10207 </row>
10208 </lyxtabular>
10209
10210 \end_inset
10211
10212
10213 \begin_inset space \hfill{}
10214 \end_inset
10215
10216
10217 \end_layout
10218
10219 \begin_layout Standard
10220 \begin_inset VSpace bigskip
10221 \end_inset
10222
10223 Akzente wie z.B.
10224  é können direkt in Formeln eingegeben werden.
10225  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10226  Für Umlaute
10227 \begin_inset Index idx
10228 status collapsed
10229
10230 \begin_layout Plain Layout
10231 Umlaute
10232 \end_layout
10233
10234 \end_inset
10235
10236  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10237  Diese beiden Zeichen bilden dann für LaTeX 
10238 \emph on
10239 ein
10240 \emph default
10241  Zeichen.
10242  Im Gegensatz zu 
10243 \series bold
10244
10245 \backslash
10246 ddot
10247 \series default
10248  entstehen damit 
10249 \begin_inset Quotes gld
10250 \end_inset
10251
10252 echte
10253 \begin_inset Quotes grd
10254 \end_inset
10255
10256  Umlaute, was folgendes Beispiel zeigt:
10257 \end_layout
10258
10259 \begin_layout Standard
10260 \begin_inset VSpace -2mm
10261 \end_inset
10262
10263
10264 \end_layout
10265
10266 \begin_layout Standard
10267 \align center
10268 \begin_inset Tabular
10269 <lyxtabular version="3" rows="3" columns="2">
10270 <features rotate="0" tabularvalignment="middle">
10271 <column alignment="center" valignment="top">
10272 <column alignment="center" valignment="top">
10273 <row>
10274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10275 \begin_inset Text
10276
10277 \begin_layout Plain Layout
10278 Befehl
10279 \end_layout
10280
10281 \end_inset
10282 </cell>
10283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10284 \begin_inset Text
10285
10286 \begin_layout Plain Layout
10287 Ergebnis
10288 \begin_inset Note Note
10289 status collapsed
10290
10291 \begin_layout Plain Layout
10292
10293 \series bold
10294
10295 \backslash
10296 raisebox
10297 \series default
10298  dient nur als Abstandhalter.
10299 \end_layout
10300
10301 \end_inset
10302
10303
10304 \end_layout
10305
10306 \end_inset
10307 </cell>
10308 </row>
10309 <row>
10310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10311 \begin_inset Text
10312
10313 \begin_layout Plain Layout
10314 \begin_inset Quotes grd
10315 \end_inset
10316
10317 i
10318 \end_layout
10319
10320 \end_inset
10321 </cell>
10322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10323 \begin_inset Text
10324
10325 \begin_layout Plain Layout
10326 \begin_inset Formula $"i$
10327 \end_inset
10328
10329
10330 \end_layout
10331
10332 \end_inset
10333 </cell>
10334 </row>
10335 <row>
10336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10337 \begin_inset Text
10338
10339 \begin_layout Plain Layout
10340
10341 \backslash
10342 ddot
10343 \begin_inset ERT
10344 status collapsed
10345
10346 \begin_layout Plain Layout
10347
10348
10349 \backslash
10350 leer 
10351 \end_layout
10352
10353 \end_inset
10354
10355 i
10356 \end_layout
10357
10358 \end_inset
10359 </cell>
10360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10361 \begin_inset Text
10362
10363 \begin_layout Plain Layout
10364 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10365 \end_inset
10366
10367
10368 \end_layout
10369
10370 \end_inset
10371 </cell>
10372 </row>
10373 </lyxtabular>
10374
10375 \end_inset
10376
10377
10378 \end_layout
10379
10380 \begin_layout Standard
10381 Ein weiterer Vorteil gegenüber 
10382 \series bold
10383
10384 \backslash
10385 ddot
10386 \series default
10387  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10388  denn die obigen Akzentbefehle sind 
10389 \emph on
10390 im mathematischen Text\SpecialChar \-
10391 modus nicht erlaubt
10392 \emph default
10393 .
10394  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10395  nur das Zeichen unter dem Akzent umgewandelt werden.
10396  Das gilt auch für alle anderen Umwandlungen wie z.
10397 \begin_inset space \thinspace{}
10398 \end_inset
10399
10400 B.
10401  in kursiv oder fett.
10402 \end_layout
10403
10404 \begin_layout Standard
10405 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10406  direkt eingegeben werden.
10407 \end_layout
10408
10409 \begin_layout Subsection
10410 Akzente für mehrere Zeichen
10411 \begin_inset Index idx
10412 status collapsed
10413
10414 \begin_layout Plain Layout
10415 Akzente ! für mehrere Zeichen
10416 \end_layout
10417
10418 \end_inset
10419
10420
10421 \end_layout
10422
10423 \begin_layout Standard
10424 \begin_inset space \hfill{}
10425 \end_inset
10426
10427
10428 \begin_inset Tabular
10429 <lyxtabular version="3" rows="5" columns="2">
10430 <features rotate="0" tabularvalignment="middle">
10431 <column alignment="center" valignment="top" width="0pt">
10432 <column alignment="center" valignment="top" width="0pt">
10433 <row>
10434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10435 \begin_inset Text
10436
10437 \begin_layout Plain Layout
10438 Befehl
10439 \end_layout
10440
10441 \end_inset
10442 </cell>
10443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10444 \begin_inset Text
10445
10446 \begin_layout Plain Layout
10447 Ergebnis
10448 \begin_inset Note Note
10449 status collapsed
10450
10451 \begin_layout Plain Layout
10452
10453 \series bold
10454
10455 \backslash
10456 raisebox
10457 \series default
10458  dient nur als Abstandhalter.
10459 \end_layout
10460
10461 \end_inset
10462
10463
10464 \end_layout
10465
10466 \end_inset
10467 </cell>
10468 </row>
10469 <row>
10470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10471 \begin_inset Text
10472
10473 \begin_layout Plain Layout
10474
10475 \backslash
10476 overleftarrow
10477 \begin_inset ERT
10478 status collapsed
10479
10480 \begin_layout Plain Layout
10481
10482
10483 \backslash
10484 leer 
10485 \end_layout
10486
10487 \end_inset
10488
10489 A=B
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10495 \begin_inset Text
10496
10497 \begin_layout Plain Layout
10498 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10499 \end_inset
10500
10501
10502 \end_layout
10503
10504 \end_inset
10505 </cell>
10506 </row>
10507 <row>
10508 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512
10513 \backslash
10514 underleftarrow
10515 \begin_inset ERT
10516 status collapsed
10517
10518 \begin_layout Plain Layout
10519
10520
10521 \backslash
10522 leer 
10523 \end_layout
10524
10525 \end_inset
10526
10527 A=B
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10533 \begin_inset Text
10534
10535 \begin_layout Plain Layout
10536 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10537 \end_inset
10538
10539
10540 \end_layout
10541
10542 \end_inset
10543 </cell>
10544 </row>
10545 <row>
10546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10547 \begin_inset Text
10548
10549 \begin_layout Plain Layout
10550
10551 \backslash
10552 overleftrightarrow
10553 \begin_inset ERT
10554 status collapsed
10555
10556 \begin_layout Plain Layout
10557
10558
10559 \backslash
10560 leer 
10561 \end_layout
10562
10563 \end_inset
10564
10565 A=B
10566 \end_layout
10567
10568 \end_inset
10569 </cell>
10570 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10571 \begin_inset Text
10572
10573 \begin_layout Plain Layout
10574 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10575 \end_inset
10576
10577
10578 \end_layout
10579
10580 \end_inset
10581 </cell>
10582 </row>
10583 <row>
10584 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10585 \begin_inset Text
10586
10587 \begin_layout Plain Layout
10588
10589 \backslash
10590 underleftrightarrow
10591 \begin_inset ERT
10592 status collapsed
10593
10594 \begin_layout Plain Layout
10595
10596
10597 \backslash
10598 leer 
10599 \end_layout
10600
10601 \end_inset
10602
10603 A=B
10604 \end_layout
10605
10606 \end_inset
10607 </cell>
10608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10609 \begin_inset Text
10610
10611 \begin_layout Plain Layout
10612 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10613 \end_inset
10614
10615
10616 \end_layout
10617
10618 \end_inset
10619 </cell>
10620 </row>
10621 </lyxtabular>
10622
10623 \end_inset
10624
10625
10626 \begin_inset space \hfill{}
10627 \end_inset
10628
10629
10630 \begin_inset Tabular
10631 <lyxtabular version="3" rows="5" columns="2">
10632 <features rotate="0" tabularvalignment="middle">
10633 <column alignment="center" valignment="top" width="0pt">
10634 <column alignment="center" valignment="top" width="0pt">
10635 <row>
10636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10637 \begin_inset Text
10638
10639 \begin_layout Plain Layout
10640 Befehl
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 Ergebnis
10650 \end_layout
10651
10652 \end_inset
10653 </cell>
10654 </row>
10655 <row>
10656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10657 \begin_inset Text
10658
10659 \begin_layout Plain Layout
10660
10661 \backslash
10662 overrightarrow
10663 \begin_inset ERT
10664 status collapsed
10665
10666 \begin_layout Plain Layout
10667
10668
10669 \backslash
10670 leer 
10671 \end_layout
10672
10673 \end_inset
10674
10675 A=B
10676 \end_layout
10677
10678 \end_inset
10679 </cell>
10680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10685 \end_inset
10686
10687
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 </row>
10693 <row>
10694 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698
10699 \backslash
10700 underrightarrow
10701 \begin_inset ERT
10702 status collapsed
10703
10704 \begin_layout Plain Layout
10705
10706
10707 \backslash
10708 leer 
10709 \end_layout
10710
10711 \end_inset
10712
10713 A=B
10714 \end_layout
10715
10716 \end_inset
10717 </cell>
10718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10723 \end_inset
10724
10725
10726 \end_layout
10727
10728 \end_inset
10729 </cell>
10730 </row>
10731 <row>
10732 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10733 \begin_inset Text
10734
10735 \begin_layout Plain Layout
10736
10737 \backslash
10738 widetilde
10739 \begin_inset ERT
10740 status collapsed
10741
10742 \begin_layout Plain Layout
10743
10744
10745 \backslash
10746 leer 
10747 \end_layout
10748
10749 \end_inset
10750
10751 A=B
10752 \end_layout
10753
10754 \end_inset
10755 </cell>
10756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10761 \end_inset
10762
10763
10764 \end_layout
10765
10766 \end_inset
10767 </cell>
10768 </row>
10769 <row>
10770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10771 \begin_inset Text
10772
10773 \begin_layout Plain Layout
10774
10775 \backslash
10776 widehat
10777 \begin_inset ERT
10778 status collapsed
10779
10780 \begin_layout Plain Layout
10781
10782
10783 \backslash
10784 leer 
10785 \end_layout
10786
10787 \end_inset
10788
10789 A=B
10790 \end_layout
10791
10792 \end_inset
10793 </cell>
10794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10799 \end_inset
10800
10801
10802 \end_layout
10803
10804 \end_inset
10805 </cell>
10806 </row>
10807 </lyxtabular>
10808
10809 \end_inset
10810
10811
10812 \begin_inset space \hfill{}
10813 \end_inset
10814
10815
10816 \end_layout
10817
10818 \begin_layout Standard
10819 \begin_inset VSpace medskip
10820 \end_inset
10821
10822 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10823  Die Akzente
10824 \begin_inset Newline linebreak
10825 \end_inset
10826
10827
10828 \series bold
10829
10830 \backslash
10831 widetilde
10832 \series default
10833  und 
10834 \series bold
10835
10836 \backslash
10837 widehat
10838 \series default
10839  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10840  was folgendes Beispiel verdeutlicht:
10841 \begin_inset Formula 
10842 \[
10843 \widetilde{A+B=C-D}
10844 \]
10845
10846 \end_inset
10847
10848
10849 \end_layout
10850
10851 \begin_layout Standard
10852 Mit den im vorigen Kapitel beschriebenen Befehlen 
10853 \series bold
10854
10855 \backslash
10856 overset
10857 \series default
10858
10859 \begin_inset Index idx
10860 status collapsed
10861
10862 \begin_layout Plain Layout
10863 Befehle ! O ! 
10864 \backslash
10865 overset
10866 \end_layout
10867
10868 \end_inset
10869
10870  und 
10871 \series bold
10872
10873 \backslash
10874 underset
10875 \series default
10876
10877 \begin_inset Index idx
10878 status collapsed
10879
10880 \begin_layout Plain Layout
10881 Befehle ! U ! 
10882 \backslash
10883 underset
10884 \end_layout
10885
10886 \end_inset
10887
10888  ist es auch möglich mehrere Zeichen zu akzentuieren.
10889  Der Befehl 
10890 \series bold
10891
10892 \backslash
10893 underset
10894 \begin_inset ERT
10895 status collapsed
10896
10897 \begin_layout Plain Layout
10898
10899
10900 \backslash
10901 leer 
10902 \end_layout
10903
10904 \end_inset
10905
10906 A=B
10907 \begin_inset Formula $\downarrow$
10908 \end_inset
10909
10910 ***
10911 \series default
10912  ergibt:
10913 \begin_inset Formula 
10914 \[
10915 \underset{***}{A=B}
10916 \]
10917
10918 \end_inset
10919
10920
10921 \end_layout
10922
10923 \begin_layout Section
10924 Leerraum
10925 \begin_inset CommandInset label
10926 LatexCommand label
10927 name "sub:Leerraum"
10928
10929 \end_inset
10930
10931
10932 \begin_inset Index idx
10933 status collapsed
10934
10935 \begin_layout Plain Layout
10936 Leerraum ! horizontaler
10937 \end_layout
10938
10939 \end_inset
10940
10941
10942 \end_layout
10943
10944 \begin_layout Subsection
10945 Vordefinierter Leerraum
10946 \begin_inset CommandInset label
10947 LatexCommand label
10948 name "sub:Vordefinierter-Leerraum"
10949
10950 \end_inset
10951
10952
10953 \begin_inset Index idx
10954 status collapsed
10955
10956 \begin_layout Plain Layout
10957 Leerraum ! horizontaler ! vordefiniert
10958 \end_layout
10959
10960 \end_inset
10961
10962
10963 \end_layout
10964
10965 \begin_layout Standard
10966 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10967  Dazu gibt man ein geschütztes Leerzeichen ein.
10968  Es erscheint ein 
10969 \begin_inset Quotes gld
10970 \end_inset
10971
10972
10973 \color blue
10974
10975 \begin_inset ERT
10976 status collapsed
10977
10978 \begin_layout Plain Layout
10979
10980
10981 \backslash
10982 leer 
10983 \end_layout
10984
10985 \end_inset
10986
10987
10988 \color inherit
10989
10990 \begin_inset Quotes grd
10991 \end_inset
10992
10993  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10994  Leerraum-Größen wählen.
10995  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10996 \begin_inset Graphics
10997         filename ../../images/math/space.png
10998         scale 85
10999
11000 \end_inset
11001
11002  oder mit einzelnen Befehlen aufrufen.
11003  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11004  danach wieder aus allen Größen wählen.
11005 \end_layout
11006
11007 \begin_layout Standard
11008 \align center
11009 \begin_inset VSpace -5mm
11010 \end_inset
11011
11012
11013 \begin_inset Tabular
11014 <lyxtabular version="3" rows="3" columns="7">
11015 <features rotate="0" tabularvalignment="middle">
11016 <column alignment="center" valignment="middle" width="6.8cm">
11017 <column alignment="center" valignment="top" width="0pt">
11018 <column alignment="center" valignment="top" width="0pt">
11019 <column alignment="center" valignment="top" width="0pt">
11020 <column alignment="center" valignment="top" width="0pt">
11021 <column alignment="center" valignment="top" width="0pt">
11022 <column alignment="center" valignment="top" width="0pt">
11023 <row>
11024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11025 \begin_inset Text
11026
11027 \begin_layout Plain Layout
11028 Befehl
11029 \end_layout
11030
11031 \end_inset
11032 </cell>
11033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11034 \begin_inset Text
11035
11036 \begin_layout Plain Layout
11037
11038 \backslash
11039 ,
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048
11049 \backslash
11050 :
11051 \end_layout
11052
11053 \end_inset
11054 </cell>
11055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11056 \begin_inset Text
11057
11058 \begin_layout Plain Layout
11059
11060 \backslash
11061 ;
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \backslash
11072 quad
11073 \end_layout
11074
11075 \end_inset
11076 </cell>
11077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11078 \begin_inset Text
11079
11080 \begin_layout Plain Layout
11081
11082 \backslash
11083 qquad
11084 \end_layout
11085
11086 \end_inset
11087 </cell>
11088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11089 \begin_inset Text
11090
11091 \begin_layout Plain Layout
11092
11093 \backslash
11094 !
11095 \end_layout
11096
11097 \end_inset
11098 </cell>
11099 </row>
11100 <row>
11101 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11102 \begin_inset Text
11103
11104 \begin_layout Plain Layout
11105 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11106 \end_layout
11107
11108 \end_inset
11109 </cell>
11110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11111 \begin_inset Text
11112
11113 \begin_layout Plain Layout
11114 0
11115 \end_layout
11116
11117 \end_inset
11118 </cell>
11119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11120 \begin_inset Text
11121
11122 \begin_layout Plain Layout
11123 1
11124 \end_layout
11125
11126 \end_inset
11127 </cell>
11128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11129 \begin_inset Text
11130
11131 \begin_layout Plain Layout
11132 2
11133 \end_layout
11134
11135 \end_inset
11136 </cell>
11137 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11138 \begin_inset Text
11139
11140 \begin_layout Plain Layout
11141 3
11142 \end_layout
11143
11144 \end_inset
11145 </cell>
11146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11147 \begin_inset Text
11148
11149 \begin_layout Plain Layout
11150 4
11151 \end_layout
11152
11153 \end_inset
11154 </cell>
11155 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11156 \begin_inset Text
11157
11158 \begin_layout Plain Layout
11159 5
11160 \end_layout
11161
11162 \end_inset
11163 </cell>
11164 </row>
11165 <row>
11166 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11167 \begin_inset Text
11168
11169 \begin_layout Plain Layout
11170 Ergebnis
11171 \end_layout
11172
11173 \end_inset
11174 </cell>
11175 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11176 \begin_inset Text
11177
11178 \begin_layout Plain Layout
11179 \begin_inset Formula $A\, B$
11180 \end_inset
11181
11182
11183 \end_layout
11184
11185 \end_inset
11186 </cell>
11187 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11188 \begin_inset Text
11189
11190 \begin_layout Plain Layout
11191 \begin_inset Formula $A\: B$
11192 \end_inset
11193
11194
11195 \end_layout
11196
11197 \end_inset
11198 </cell>
11199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11200 \begin_inset Text
11201
11202 \begin_layout Plain Layout
11203 \begin_inset Formula $A\; B$
11204 \end_inset
11205
11206
11207 \end_layout
11208
11209 \end_inset
11210 </cell>
11211 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11212 \begin_inset Text
11213
11214 \begin_layout Plain Layout
11215 \begin_inset Formula $A\quad B$
11216 \end_inset
11217
11218
11219 \end_layout
11220
11221 \end_inset
11222 </cell>
11223 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11224 \begin_inset Text
11225
11226 \begin_layout Plain Layout
11227 \begin_inset Formula $A\qquad B$
11228 \end_inset
11229
11230
11231 \end_layout
11232
11233 \end_inset
11234 </cell>
11235 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11236 \begin_inset Text
11237
11238 \begin_layout Plain Layout
11239 \begin_inset Formula $A\! B$
11240 \end_inset
11241
11242
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 </row>
11248 </lyxtabular>
11249
11250 \end_inset
11251
11252
11253 \end_layout
11254
11255 \begin_layout Standard
11256 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11257  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11258  denn sie erstellt negativen Leerraum.
11259  Es gibt noch zwei weitere negative Leerräume:
11260 \end_layout
11261
11262 \begin_layout Standard
11263 \align center
11264 \begin_inset Tabular
11265 <lyxtabular version="3" rows="3" columns="3">
11266 <features rotate="0" tabularvalignment="middle">
11267 <column alignment="center" valignment="middle" width="6.8cm">
11268 <column alignment="center" valignment="top" width="0pt">
11269 <column alignment="center" valignment="top" width="0pt">
11270 <row>
11271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11272 \begin_inset Text
11273
11274 \begin_layout Plain Layout
11275 Befehl
11276 \end_layout
11277
11278 \end_inset
11279 </cell>
11280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11281 \begin_inset Text
11282
11283 \begin_layout Plain Layout
11284
11285 \backslash
11286 negmedspace
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295
11296 \backslash
11297 negthickspace
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 </row>
11303 <row>
11304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317 6
11318 \end_layout
11319
11320 \end_inset
11321 </cell>
11322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11323 \begin_inset Text
11324
11325 \begin_layout Plain Layout
11326 7
11327 \end_layout
11328
11329 \end_inset
11330 </cell>
11331 </row>
11332 <row>
11333 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11334 \begin_inset Text
11335
11336 \begin_layout Plain Layout
11337 Ergebnis
11338 \end_layout
11339
11340 \end_inset
11341 </cell>
11342 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11343 \begin_inset Text
11344
11345 \begin_layout Plain Layout
11346 \begin_inset Formula $A\negmedspace B$
11347 \end_inset
11348
11349
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 \begin_inset Formula $A\negthickspace B$
11359 \end_inset
11360
11361
11362 \end_layout
11363
11364 \end_inset
11365 </cell>
11366 </row>
11367 </lyxtabular>
11368
11369 \end_inset
11370
11371
11372 \end_layout
11373
11374 \begin_layout Standard
11375 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11376  Man kann auf diese Weise Ligaturen erzwingen, was z.
11377 \begin_inset space \thinspace{}
11378 \end_inset
11379
11380 B.
11381  für Summenzeichen von Nutzen ist: 
11382 \end_layout
11383
11384 \begin_layout Standard
11385 \align center
11386 \begin_inset Tabular
11387 <lyxtabular version="3" rows="3" columns="2">
11388 <features rotate="0" tabularvalignment="middle">
11389 <column alignment="center" valignment="top">
11390 <column alignment="center" valignment="top">
11391 <row>
11392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11393 \begin_inset Text
11394
11395 \begin_layout Plain Layout
11396 Befehl
11397 \end_layout
11398
11399 \end_inset
11400 </cell>
11401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11402 \begin_inset Text
11403
11404 \begin_layout Plain Layout
11405 Ergebnis
11406 \begin_inset Note Note
11407 status collapsed
11408
11409 \begin_layout Plain Layout
11410
11411 \series bold
11412
11413 \backslash
11414 raisebox
11415 \series default
11416  dient nur als Abstandhalter.
11417 \end_layout
11418
11419 \end_inset
11420
11421
11422 \end_layout
11423
11424 \end_inset
11425 </cell>
11426 </row>
11427 <row>
11428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11429 \begin_inset Text
11430
11431 \begin_layout Plain Layout
11432
11433 \backslash
11434 sum
11435 \backslash
11436 sum
11437 \begin_inset ERT
11438 status collapsed
11439
11440 \begin_layout Plain Layout
11441
11442
11443 \backslash
11444 leer 
11445 \end_layout
11446
11447 \end_inset
11448
11449 f_kl
11450 \end_layout
11451
11452 \end_inset
11453 </cell>
11454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11455 \begin_inset Text
11456
11457 \begin_layout Plain Layout
11458 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11459 \end_inset
11460
11461
11462 \end_layout
11463
11464 \end_inset
11465 </cell>
11466 </row>
11467 <row>
11468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11469 \begin_inset Text
11470
11471 \begin_layout Plain Layout
11472
11473 \backslash
11474 sum
11475 \backslash
11476 negmedspace
11477 \backslash
11478 sum
11479 \begin_inset ERT
11480 status collapsed
11481
11482 \begin_layout Plain Layout
11483
11484
11485 \backslash
11486 leer 
11487 \end_layout
11488
11489 \end_inset
11490
11491 f_kl
11492 \end_layout
11493
11494 \end_inset
11495 </cell>
11496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11497 \begin_inset Text
11498
11499 \begin_layout Plain Layout
11500 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11501 \end_inset
11502
11503
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 </lyxtabular>
11510
11511 \end_inset
11512
11513
11514 \end_layout
11515
11516 \begin_layout Standard
11517 Relationen, wie z.
11518 \begin_inset space \thinspace{}
11519 \end_inset
11520
11521 B.
11522  Gleichheitszeichen, sind immer von Leerraum umgeben.
11523  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11524  TeX-Klammer.
11525  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11526 \end_layout
11527
11528 \begin_layout Standard
11529 \align center
11530 \begin_inset Tabular
11531 <lyxtabular version="3" rows="2" columns="2">
11532 <features rotate="0" tabularvalignment="middle">
11533 <column alignment="center" valignment="top" width="0pt">
11534 <column alignment="center" valignment="top" width="0pt">
11535 <row>
11536 <cell alignment="center" valignment="top" usebox="none">
11537 \begin_inset Text
11538
11539 \begin_layout Plain Layout
11540 normale Gleichung
11541 \end_layout
11542
11543 \end_inset
11544 </cell>
11545 <cell alignment="center" valignment="top" usebox="none">
11546 \begin_inset Text
11547
11548 \begin_layout Plain Layout
11549 \begin_inset Formula $A=B$
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \end_inset
11556 </cell>
11557 </row>
11558 <row>
11559 <cell alignment="center" valignment="top" usebox="none">
11560 \begin_inset Text
11561
11562 \begin_layout Plain Layout
11563 \begin_inset Note Note
11564 status collapsed
11565
11566 \begin_layout Plain Layout
11567
11568 \series bold
11569
11570 \backslash
11571 raisebox
11572 \series default
11573  dient nur als Abstandhalter.
11574 \end_layout
11575
11576 \end_inset
11577
11578
11579 \begin_inset Formula $\raisebox{5mm}{}$
11580 \end_inset
11581
11582 Gleichung ohne Leerraum
11583 \end_layout
11584
11585 \end_inset
11586 </cell>
11587 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11588 \begin_inset Text
11589
11590 \begin_layout Plain Layout
11591 \begin_inset Formula $A{=}B$
11592 \end_inset
11593
11594
11595 \end_layout
11596
11597 \end_inset
11598 </cell>
11599 </row>
11600 </lyxtabular>
11601
11602 \end_inset
11603
11604
11605 \end_layout
11606
11607 \begin_layout Standard
11608 Der Befehl für die letzte Formel lautet: 
11609 \series bold
11610 A
11611 \backslash
11612 {=
11613 \begin_inset Formula $\to$
11614 \end_inset
11615
11616 B
11617 \end_layout
11618
11619 \begin_layout Standard
11620 \begin_inset VSpace bigskip
11621 \end_inset
11622
11623 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11624  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11625  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11626 \family sans
11627 Einfügen\SpecialChar \menuseparator
11628 Formatierung\SpecialChar \menuseparator
11629 Kleiner
11630 \begin_inset space ~
11631 \end_inset
11632
11633 Abstand
11634 \family default
11635  (Tastenkürzel 
11636 \family sans
11637 Strg+Shift+Leertaste
11638 \family default
11639 ) ein.
11640 \end_layout
11641
11642 \begin_layout Standard
11643 Ein Beispiel zur Veranschaulichung:
11644 \end_layout
11645
11646 \begin_layout Standard
11647 \begin_inset Tabular
11648 <lyxtabular version="3" rows="2" columns="2">
11649 <features rotate="0" tabularvalignment="middle">
11650 <column alignment="left" valignment="top">
11651 <column alignment="left" valignment="top">
11652 <row>
11653 <cell alignment="center" valignment="top" usebox="none">
11654 \begin_inset Text
11655
11656 \begin_layout Plain Layout
11657 24 kW
11658 \begin_inset Formula $\cdot$
11659 \end_inset
11660
11661 h
11662 \end_layout
11663
11664 \end_inset
11665 </cell>
11666 <cell alignment="center" valignment="top" usebox="none">
11667 \begin_inset Text
11668
11669 \begin_layout Plain Layout
11670 Leerzeichen zwischen Wert und Einheit
11671 \end_layout
11672
11673 \end_inset
11674 </cell>
11675 </row>
11676 <row>
11677 <cell alignment="center" valignment="top" usebox="none">
11678 \begin_inset Text
11679
11680 \begin_layout Plain Layout
11681 24
11682 \begin_inset space \thinspace{}
11683 \end_inset
11684
11685 kW
11686 \begin_inset Formula $\cdot$
11687 \end_inset
11688
11689 h
11690 \end_layout
11691
11692 \end_inset
11693 </cell>
11694 <cell alignment="center" valignment="top" usebox="none">
11695 \begin_inset Text
11696
11697 \begin_layout Plain Layout
11698 kleinster Leerraum zwischen Wert und Einheit
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 </lyxtabular>
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \begin_layout Subsection
11712 Variabler Leerraum
11713 \begin_inset ERT
11714 status collapsed
11715
11716 \begin_layout Plain Layout
11717
11718
11719 \backslash
11720 texorpdfstring{
11721 \end_layout
11722
11723 \end_inset
11724
11725
11726 \begin_inset Foot
11727 status collapsed
11728
11729 \begin_layout Plain Layout
11730 für vertikalen Leerraum in Formeln siehe 
11731 \begin_inset CommandInset ref
11732 LatexCommand ref
11733 reference "sub:Zeilenabstand"
11734
11735 \end_inset
11736
11737
11738 \end_layout
11739
11740 \end_inset
11741
11742
11743 \begin_inset ERT
11744 status collapsed
11745
11746 \begin_layout Plain Layout
11747
11748 }{}
11749 \end_layout
11750
11751 \end_inset
11752
11753
11754 \begin_inset Note Note
11755 status collapsed
11756
11757 \begin_layout Plain Layout
11758
11759 \series bold
11760
11761 \backslash
11762 texorpdfstring
11763 \series default
11764  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11765 \end_layout
11766
11767 \begin_layout Plain Layout
11768 Näheres zu 
11769 \series bold
11770
11771 \backslash
11772 texorpdfstring
11773 \series default
11774  steht in Kapitel 
11775 \begin_inset CommandInset ref
11776 LatexCommand ref
11777 reference "sub:Formeln-in-Überschriften"
11778
11779 \end_inset
11780
11781 .
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \begin_inset CommandInset label
11788 LatexCommand label
11789 name "sub:Variabler-Leerraum"
11790
11791 \end_inset
11792
11793
11794 \begin_inset Index idx
11795 status collapsed
11796
11797 \begin_layout Plain Layout
11798 Leerraum ! horizontaler ! variabel
11799 \end_layout
11800
11801 \end_inset
11802
11803
11804 \end_layout
11805
11806 \begin_layout Standard
11807 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11808 \series bold
11809
11810 \backslash
11811 hspace
11812 \series default
11813
11814 \begin_inset Index idx
11815 status collapsed
11816
11817 \begin_layout Plain Layout
11818 Befehle ! H ! 
11819 \backslash
11820 hspace
11821 \end_layout
11822
11823 \end_inset
11824
11825  einfügen.
11826  Es erscheint ein langes 
11827 \begin_inset Quotes gld
11828 \end_inset
11829
11830
11831 \color blue
11832
11833 \begin_inset ERT
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837
11838
11839 \backslash
11840 leer 
11841 \end_layout
11842
11843 \end_inset
11844
11845
11846 \color inherit
11847
11848 \begin_inset Quotes grd
11849 \end_inset
11850
11851 .
11852  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11853  das 
11854 \begin_inset Quotes gld
11855 \end_inset
11856
11857
11858 \color blue
11859
11860 \begin_inset ERT
11861 status collapsed
11862
11863 \begin_layout Plain Layout
11864
11865
11866 \backslash
11867 leer 
11868 \end_layout
11869
11870 \end_inset
11871
11872
11873 \color inherit
11874
11875 \begin_inset Quotes grd
11876 \end_inset
11877
11878  klickt.
11879  Die Länge darf auch negativ sein.
11880  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11881  einnimmt, benutzt man den Befehl 
11882 \series bold
11883
11884 \backslash
11885 hfill
11886 \series default
11887
11888 \begin_inset Index idx
11889 status collapsed
11890
11891 \begin_layout Plain Layout
11892 Befehle ! H ! 
11893 \backslash
11894 hfill
11895 \end_layout
11896
11897 \end_inset
11898
11899 .
11900 \end_layout
11901
11902 \begin_layout Standard
11903 \begin_inset VSpace -1mm
11904 \end_inset
11905
11906
11907 \end_layout
11908
11909 \begin_layout Standard
11910 \align center
11911 \begin_inset Tabular
11912 <lyxtabular version="3" rows="4" columns="2">
11913 <features rotate="0" tabularvalignment="middle">
11914 <column alignment="center" valignment="top">
11915 <column alignment="center" valignment="top">
11916 <row>
11917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921 Befehl (
11922 \backslash
11923 hspace Länge)
11924 \end_layout
11925
11926 \end_inset
11927 </cell>
11928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11929 \begin_inset Text
11930
11931 \begin_layout Plain Layout
11932 Ergebnis
11933 \end_layout
11934
11935 \end_inset
11936 </cell>
11937 </row>
11938 <row>
11939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11940 \begin_inset Text
11941
11942 \begin_layout Plain Layout
11943 A=B
11944 \backslash
11945 hspace{3cm
11946 \begin_inset Formula $\to$
11947 \end_inset
11948
11949 A
11950 \backslash
11951 not=C (3
11952 \begin_inset space \thinspace{}
11953 \end_inset
11954
11955 cm)
11956 \end_layout
11957
11958 \end_inset
11959 </cell>
11960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11961 \begin_inset Text
11962
11963 \begin_layout Plain Layout
11964 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11965 \end_inset
11966
11967
11968 \end_layout
11969
11970 \end_inset
11971 </cell>
11972 </row>
11973 <row>
11974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11975 \begin_inset Text
11976
11977 \begin_layout Plain Layout
11978 A
11979 \backslash
11980 hspace{-1mm
11981 \begin_inset Formula $\to$
11982 \end_inset
11983
11984 A
11985 \backslash
11986 not=A (-1
11987 \begin_inset space \thinspace{}
11988 \end_inset
11989
11990 mm)
11991 \end_layout
11992
11993 \end_inset
11994 </cell>
11995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11996 \begin_inset Text
11997
11998 \begin_layout Plain Layout
11999 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12000 \end_inset
12001
12002
12003 \end_layout
12004
12005 \end_inset
12006 </cell>
12007 </row>
12008 <row>
12009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12010 \begin_inset Text
12011
12012 \begin_layout Plain Layout
12013 A=A
12014 \backslash
12015 hfill
12016 \begin_inset ERT
12017 status collapsed
12018
12019 \begin_layout Plain Layout
12020
12021
12022 \backslash
12023 leer 
12024 \end_layout
12025
12026 \end_inset
12027
12028 B=B
12029 \end_layout
12030
12031 \end_inset
12032 </cell>
12033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12034 \begin_inset Text
12035
12036 \begin_layout Plain Layout
12037 \begin_inset Formula $A=A\hfill B=B$
12038 \end_inset
12039
12040
12041 \end_layout
12042
12043 \end_inset
12044 </cell>
12045 </row>
12046 </lyxtabular>
12047
12048 \end_inset
12049
12050
12051 \end_layout
12052
12053 \begin_layout Standard
12054 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12055  Spalteneintrags der Tabelle vorgegeben.
12056  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12057  in die 
12058 \series bold
12059
12060 \backslash
12061 hfill
12062 \series default
12063  eingegeben wird.
12064  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12065  
12066 \series bold
12067
12068 \backslash
12069 hfill
12070 \series default
12071  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12072 \series bold
12073 Eingerückt
12074 \series default
12075  eingestellt ist.
12076  (Formelstile sind in 
12077 \begin_inset CommandInset ref
12078 LatexCommand ref
12079 reference "sec:Formelstile"
12080
12081 \end_inset
12082
12083  erklärt.)
12084 \end_layout
12085
12086 \begin_layout Standard
12087 Neben 
12088 \series bold
12089
12090 \backslash
12091 hfill
12092 \series default
12093  gibt es noch die Befehle 
12094 \series bold
12095
12096 \backslash
12097 dotfill
12098 \series default
12099  und 
12100 \series bold
12101
12102 \backslash
12103 hrulefill
12104 \series default
12105 , die den Leerraum mit einem Muster füllen, siehe 
12106 \begin_inset CommandInset ref
12107 LatexCommand ref
12108 reference "sub:Fortsetzungspunkte"
12109
12110 \end_inset
12111
12112  für ein Beispiel.
12113 \end_layout
12114
12115 \begin_layout Standard
12116 Variabler Leerraum kann für Text über das Menü 
12117 \family sans
12118 Einfügen\SpecialChar \menuseparator
12119 Formatierung\SpecialChar \menuseparator
12120 Horizontaler
12121 \begin_inset space ~
12122 \end_inset
12123
12124 Abstand
12125 \family default
12126  eingefügt werden:
12127 \end_layout
12128
12129 \begin_layout Standard
12130 Dies ist eine Zeile mit
12131 \begin_inset space \hspace{}
12132 \length 2cm
12133 \end_inset
12134
12135 2
12136 \begin_inset space \thinspace{}
12137 \end_inset
12138
12139 cm Leerraum.
12140 \end_layout
12141
12142 \begin_layout Standard
12143 Dies ist eine Zeile mit
12144 \begin_inset space \hfill{}
12145 \end_inset
12146
12147 maximalem Leerraum.
12148 \end_layout
12149
12150 \begin_layout Subsection
12151 Leerraum neben eingebetteten Formeln
12152 \begin_inset Index idx
12153 status collapsed
12154
12155 \begin_layout Plain Layout
12156 Leerraum ! neben eingebetteten Formeln
12157 \end_layout
12158
12159 \end_inset
12160
12161
12162 \end_layout
12163
12164 \begin_layout Standard
12165 Über die Länge 
12166 \series bold
12167
12168 \backslash
12169 mathsurround
12170 \series default
12171
12172 \begin_inset Index idx
12173 status collapsed
12174
12175 \begin_layout Plain Layout
12176 Befehle ! M ! 
12177 \backslash
12178 mathsurround
12179 \end_layout
12180
12181 \end_inset
12182
12183  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12184  wird.
12185  Der Wert einer Länge wird mit dem Befehl 
12186 \series bold
12187
12188 \backslash
12189 setlength
12190 \series default
12191
12192 \begin_inset Index idx
12193 status collapsed
12194
12195 \begin_layout Plain Layout
12196 Befehle ! S ! 
12197 \backslash
12198 setlength
12199 \end_layout
12200
12201 \end_inset
12202
12203  gesetzt.
12204  Dieser besitzt folgendes Befehlsschema:
12205 \end_layout
12206
12207 \begin_layout Standard
12208
12209 \series bold
12210
12211 \backslash
12212 setlength{Längenname}{Wert}
12213 \end_layout
12214
12215 \begin_layout Standard
12216 Um 
12217 \series bold
12218
12219 \backslash
12220 mathsurround
12221 \series default
12222  den Wert 5
12223 \begin_inset space \thinspace{}
12224 \end_inset
12225
12226 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12227 \end_layout
12228
12229 \begin_layout Standard
12230
12231 \series bold
12232
12233 \backslash
12234 setlength{
12235 \backslash
12236 mathsurround}{5mm}
12237 \end_layout
12238
12239 \begin_layout Standard
12240 ein.
12241  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12242 \begin_inset space \thinspace{}
12243 \end_inset
12244
12245 mm Leerraum gesetzt:
12246 \begin_inset ERT
12247 status collapsed
12248
12249 \begin_layout Plain Layout
12250
12251
12252 \backslash
12253 setlength{
12254 \backslash
12255 mathsurround}{5mm}
12256 \end_layout
12257
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \begin_layout Standard
12264 Dies ist eine Zeile in der sich 
12265 \begin_inset Formula $A=B$
12266 \end_inset
12267
12268  eine Formel mit 5
12269 \begin_inset space \thinspace{}
12270 \end_inset
12271
12272 mm umgebendem Leerraum befindet.
12273 \begin_inset ERT
12274 status collapsed
12275
12276 \begin_layout Plain Layout
12277
12278
12279 \backslash
12280 setlength{
12281 \backslash
12282 mathsurround}{0pt}
12283 \end_layout
12284
12285 \end_inset
12286
12287
12288 \end_layout
12289
12290 \begin_layout Standard
12291 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12292 \series bold
12293
12294 \backslash
12295 mathsurround
12296 \series default
12297  auf den Wert 0
12298 \begin_inset space \thinspace{}
12299 \end_inset
12300
12301 pt.
12302 \end_layout
12303
12304 \begin_layout Section
12305 Boxen und Rahmen
12306 \begin_inset Index idx
12307 status collapsed
12308
12309 \begin_layout Plain Layout
12310 Boxen
12311 \end_layout
12312
12313 \end_inset
12314
12315
12316 \begin_inset Index idx
12317 status collapsed
12318
12319 \begin_layout Plain Layout
12320 Rahmen | see
12321 \begin_inset ERT
12322 status collapsed
12323
12324 \begin_layout Plain Layout
12325
12326 {
12327 \end_layout
12328
12329 \end_inset
12330
12331 Boxen
12332 \begin_inset ERT
12333 status collapsed
12334
12335 \begin_layout Plain Layout
12336
12337 }
12338 \end_layout
12339
12340 \end_inset
12341
12342
12343 \end_layout
12344
12345 \end_inset
12346
12347
12348 \end_layout
12349
12350 \begin_layout Standard
12351 Boxen für Text sind im Kapitel 
12352 \family typewriter
12353 Boxen
12354 \family default
12355  im Handbuch 
12356 \family typewriter
12357 Eingebettete
12358 \begin_inset space ~
12359 \end_inset
12360
12361 Objekte
12362 \family default
12363  beschrieben.
12364 \end_layout
12365
12366 \begin_layout Subsection
12367 Boxen mit Rahmen
12368 \begin_inset CommandInset label
12369 LatexCommand label
12370 name "sub:Boxen-mit-Rahmen"
12371
12372 \end_inset
12373
12374
12375 \begin_inset Index idx
12376 status collapsed
12377
12378 \begin_layout Plain Layout
12379 Boxen ! mit Rahmen
12380 \end_layout
12381
12382 \end_inset
12383
12384
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12389 \series bold
12390
12391 \backslash
12392 fbox
12393 \series default
12394
12395 \begin_inset Index idx
12396 status collapsed
12397
12398 \begin_layout Plain Layout
12399 Befehle ! F ! 
12400 \backslash
12401 fbox
12402 \end_layout
12403
12404 \end_inset
12405
12406  und 
12407 \series bold
12408
12409 \backslash
12410 boxed
12411 \series default
12412
12413 \begin_inset Index idx
12414 status collapsed
12415
12416 \begin_layout Plain Layout
12417 Befehle ! B ! 
12418 \backslash
12419 boxed
12420 \end_layout
12421
12422 \end_inset
12423
12424  zu umranden.
12425 \end_layout
12426
12427 \begin_layout Standard
12428 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12429  in einem Rahmen.
12430  Bei 
12431 \series bold
12432
12433 \backslash
12434 fbox
12435 \series default
12436  muss in diesem Eingabefeld mit 
12437 \family sans
12438 Strg+M
12439 \family default
12440  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12441  als mathematischer Text behandelt.
12442  Verwendet man 
12443 \series bold
12444
12445 \backslash
12446 boxed
12447 \series default
12448 , wird automatisch im Rahmen eine neue Formel erzeugt.
12449 \end_layout
12450
12451 \begin_layout Standard
12452 Der Befehl 
12453 \series bold
12454
12455 \backslash
12456 fbox
12457 \series default
12458  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12459  wird dann immer in Textzeilengröße gesetzt.
12460  Im Gegensatz dazu ist 
12461 \series bold
12462
12463 \backslash
12464 boxed
12465 \series default
12466  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12467  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12468 \end_layout
12469
12470 \begin_layout Standard
12471 Als Erweiterung zu 
12472 \series bold
12473
12474 \backslash
12475 fbox
12476 \series default
12477  gibt es den Befehl 
12478 \series bold
12479
12480 \backslash
12481 framebox
12482 \series default
12483
12484 \begin_inset Index idx
12485 status collapsed
12486
12487 \begin_layout Plain Layout
12488 Befehle ! F ! 
12489 \backslash
12490 framebox
12491 \end_layout
12492
12493 \end_inset
12494
12495 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12496  kann.
12497  
12498 \series bold
12499
12500 \backslash
12501 framebox
12502 \series default
12503  wird nach folgendem Schema verwendet:
12504 \end_layout
12505
12506 \begin_layout Standard
12507
12508 \series bold
12509
12510 \backslash
12511 framebox[Rahmenbreite][Position]{Boxinhalt}
12512 \end_layout
12513
12514 \begin_layout Standard
12515 Die Position kann entweder 
12516 \emph on
12517 l
12518 \emph default
12519  oder 
12520 \emph on
12521 r
12522 \emph default
12523  sein.
12524  
12525 \emph on
12526 l
12527 \emph default
12528  bewirkt linksbündige, 
12529 \emph on
12530 r
12531 \emph default
12532  rechtsbündige Ausrichtung der Formel in der Box.
12533  Gibt man keine Position an, wird die Formel zentriert.
12534 \begin_inset Newline newline
12535 \end_inset
12536
12537 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12538  In diesem Falle wird die Rahmenbreite wie bei 
12539 \series bold
12540
12541 \backslash
12542 fbox
12543 \series default
12544  an den Boxinhalt angepasst.
12545 \end_layout
12546
12547 \begin_layout Standard
12548 Wenn man den Befehl 
12549 \series bold
12550
12551 \backslash
12552 framebox
12553 \series default
12554  eingibt, erscheint eine Box mit drei Eingabefeldern.
12555  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12556  beiden optionalen Argumente.
12557  In das dritte Feld wird wie bei 
12558 \series bold
12559
12560 \backslash
12561 fbox
12562 \series default
12563  die Formel eingegeben.
12564 \end_layout
12565
12566 \begin_layout Standard
12567 \align center
12568 \begin_inset Tabular
12569 <lyxtabular version="3" rows="5" columns="2">
12570 <features rotate="0" tabularvalignment="middle">
12571 <column alignment="center" valignment="top">
12572 <column alignment="center" valignment="top">
12573 <row>
12574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12575 \begin_inset Text
12576
12577 \begin_layout Plain Layout
12578 Befehl
12579 \end_layout
12580
12581 \end_inset
12582 </cell>
12583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12584 \begin_inset Text
12585
12586 \begin_layout Plain Layout
12587 Ergebnis
12588 \begin_inset Note Note
12589 status collapsed
12590
12591 \begin_layout Plain Layout
12592
12593 \series bold
12594
12595 \backslash
12596 raisebox
12597 \series default
12598  dient nur als Abstandhalter.
12599 \end_layout
12600
12601 \end_inset
12602
12603
12604 \end_layout
12605
12606 \end_inset
12607 </cell>
12608 </row>
12609 <row>
12610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12611 \begin_inset Text
12612
12613 \begin_layout Plain Layout
12614
12615 \backslash
12616 fbox
12617 \begin_inset ERT
12618 status collapsed
12619
12620 \begin_layout Plain Layout
12621
12622
12623 \backslash
12624 leer 
12625 \end_layout
12626
12627 \end_inset
12628
12629
12630 \family sans
12631 Strg+M
12632 \family default
12633  
12634 \backslash
12635 int
12636 \begin_inset ERT
12637 status collapsed
12638
12639 \begin_layout Plain Layout
12640
12641
12642 \backslash
12643 leer 
12644 \end_layout
12645
12646 \end_inset
12647
12648 A=B
12649 \end_layout
12650
12651 \end_inset
12652 </cell>
12653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12654 \begin_inset Text
12655
12656 \begin_layout Plain Layout
12657 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12658 \end_inset
12659
12660
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 </row>
12666 <row>
12667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12668 \begin_inset Text
12669
12670 \begin_layout Plain Layout
12671
12672 \backslash
12673 boxed
12674 \begin_inset ERT
12675 status collapsed
12676
12677 \begin_layout Plain Layout
12678
12679
12680 \backslash
12681 leer 
12682 \end_layout
12683
12684 \end_inset
12685
12686
12687 \backslash
12688 int
12689 \begin_inset ERT
12690 status collapsed
12691
12692 \begin_layout Plain Layout
12693
12694
12695 \backslash
12696 leer 
12697 \end_layout
12698
12699 \end_inset
12700
12701 A=B
12702 \end_layout
12703
12704 \end_inset
12705 </cell>
12706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12711 \end_inset
12712
12713
12714 \end_layout
12715
12716 \end_inset
12717 </cell>
12718 </row>
12719 <row>
12720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12721 \begin_inset Text
12722
12723 \begin_layout Plain Layout
12724 A+
12725 \backslash
12726 fbox
12727 \begin_inset ERT
12728 status collapsed
12729
12730 \begin_layout Plain Layout
12731
12732
12733 \backslash
12734 leer 
12735 \end_layout
12736
12737 \end_inset
12738
12739 B
12740 \end_layout
12741
12742 \end_inset
12743 </cell>
12744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12745 \begin_inset Text
12746
12747 \begin_layout Plain Layout
12748 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12749 \end_inset
12750
12751
12752 \end_layout
12753
12754 \end_inset
12755 </cell>
12756 </row>
12757 <row>
12758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12759 \begin_inset Text
12760
12761 \begin_layout Plain Layout
12762
12763 \backslash
12764 framebox
12765 \begin_inset ERT
12766 status collapsed
12767
12768 \begin_layout Plain Layout
12769
12770
12771 \backslash
12772 leer 
12773 \end_layout
12774
12775 \end_inset
12776
12777 20mm
12778 \begin_inset Formula $\to$
12779 \end_inset
12780
12781
12782 \begin_inset Formula $\to$
12783 \end_inset
12784
12785
12786 \family sans
12787 Strg+M
12788 \family default
12789  
12790 \backslash
12791 frac
12792 \begin_inset ERT
12793 status collapsed
12794
12795 \begin_layout Plain Layout
12796
12797
12798 \backslash
12799 leer 
12800 \end_layout
12801
12802 \end_inset
12803
12804 A
12805 \begin_inset Formula $\downarrow$
12806 \end_inset
12807
12808 B
12809 \end_layout
12810
12811 \end_inset
12812 </cell>
12813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12814 \begin_inset Text
12815
12816 \begin_layout Plain Layout
12817 \begin_inset Formula $\raisebox{6mm}{}$
12818 \end_inset
12819
12820
12821 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12822 \end_inset
12823
12824
12825 \begin_inset Formula $\raisebox{-4mm}{}$
12826 \end_inset
12827
12828
12829 \end_layout
12830
12831 \end_inset
12832 </cell>
12833 </row>
12834 </lyxtabular>
12835
12836 \end_inset
12837
12838
12839 \end_layout
12840
12841 \begin_layout Standard
12842 Die Rahmendicke kann ebenfalls eingestellt werden.
12843  Dazu müssen vor der Formel im TeX-Modus die Befehle
12844 \end_layout
12845
12846 \begin_layout Standard
12847
12848 \series bold
12849
12850 \backslash
12851 fboxrule
12852 \series default
12853  
12854 \series bold
12855
12856 \begin_inset Quotes gld
12857 \end_inset
12858
12859 Dicke
12860 \begin_inset Quotes grd
12861 \end_inset
12862
12863
12864 \series default
12865  
12866 \series bold
12867
12868 \backslash
12869 fboxsep
12870 \series default
12871  
12872 \series bold
12873
12874 \begin_inset Quotes gld
12875 \end_inset
12876
12877 Abstand
12878 \begin_inset Quotes grd
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 eingegeben werden.
12886  
12887 \begin_inset Quotes gld
12888 \end_inset
12889
12890 Abstand
12891 \begin_inset Quotes grd
12892 \end_inset
12893
12894  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12895  in der Box fest.
12896  Ein Beispiel dafür ist folgende umrandete Formel:
12897 \begin_inset ERT
12898 status collapsed
12899
12900 \begin_layout Plain Layout
12901
12902
12903 \backslash
12904 fboxrule 2mm 
12905 \backslash
12906 fboxsep 3mm
12907 \end_layout
12908
12909 \end_inset
12910
12911
12912 \begin_inset Formula 
12913 \[
12914 \boxed{A+B=C}
12915 \]
12916
12917 \end_inset
12918
12919 Vor dieser Formel wurde im TeX-Modus
12920 \end_layout
12921
12922 \begin_layout Standard
12923
12924 \series bold
12925
12926 \backslash
12927 fboxrule
12928 \series default
12929  
12930 \series bold
12931 2mm
12932 \series default
12933  
12934 \series bold
12935
12936 \backslash
12937 fboxsep
12938 \series default
12939  
12940 \series bold
12941 3mm
12942 \end_layout
12943
12944 \begin_layout Standard
12945 eingegeben.
12946  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12947 \end_layout
12948
12949 \begin_layout Standard
12950 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12951  nächsten Formel im TeX-Modus folgende Befehle ein:
12952 \end_layout
12953
12954 \begin_layout Standard
12955
12956 \series bold
12957
12958 \backslash
12959 fboxrule
12960 \series default
12961  
12962 \series bold
12963 0.4pt
12964 \series default
12965  
12966 \series bold
12967
12968 \backslash
12969 fboxsep
12970 \series default
12971  
12972 \series bold
12973 3pt
12974 \series default
12975
12976 \begin_inset ERT
12977 status collapsed
12978
12979 \begin_layout Plain Layout
12980
12981
12982 \backslash
12983 fboxrule 0.4pt 
12984 \backslash
12985 fboxsep 3pt
12986 \end_layout
12987
12988 \end_inset
12989
12990
12991 \end_layout
12992
12993 \begin_layout Subsection
12994 Boxen ohne Rahmen
12995 \begin_inset CommandInset label
12996 LatexCommand label
12997 name "sub:Boxen-ohne-Rahmen"
12998
12999 \end_inset
13000
13001
13002 \begin_inset Index idx
13003 status collapsed
13004
13005 \begin_layout Plain Layout
13006 Boxen ! ohne Rahmen
13007 \end_layout
13008
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \begin_layout Standard
13015 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13016 \series bold
13017
13018 \backslash
13019 mbox
13020 \series default
13021
13022 \begin_inset Index idx
13023 status collapsed
13024
13025 \begin_layout Plain Layout
13026 Befehle ! M ! 
13027 \backslash
13028 mbox
13029 \end_layout
13030
13031 \end_inset
13032
13033
13034 \series bold
13035
13036 \backslash
13037 makebox
13038 \series default
13039
13040 \begin_inset Index idx
13041 status collapsed
13042
13043 \begin_layout Plain Layout
13044 Befehle ! M ! 
13045 \backslash
13046 makebox
13047 \end_layout
13048
13049 \end_inset
13050
13051  und
13052 \begin_inset Newline linebreak
13053 \end_inset
13054
13055
13056 \series bold
13057
13058 \backslash
13059 raisebox
13060 \series default
13061
13062 \begin_inset Index idx
13063 status collapsed
13064
13065 \begin_layout Plain Layout
13066 Befehle ! R ! 
13067 \backslash
13068 raisebox
13069 \end_layout
13070
13071 \end_inset
13072
13073
13074 \end_layout
13075
13076 \begin_layout Standard
13077 Mit 
13078 \series bold
13079
13080 \backslash
13081 raisebox
13082 \series default
13083  kann man eine Box hoch- oder tiefstellen.
13084  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13085 n die Schriftgröße bei.
13086  
13087 \series bold
13088
13089 \backslash
13090 raisebox
13091 \series default
13092  wird dabei mit folgendem Schema benutzt:
13093 \end_layout
13094
13095 \begin_layout Standard
13096
13097 \series bold
13098
13099 \backslash
13100 raisebox{Höhe}{Boxinhalt}
13101 \end_layout
13102
13103 \begin_layout Standard
13104 Soll in der Box eine Formel stehen, muss man wie bei 
13105 \series bold
13106
13107 \backslash
13108 fbox
13109 \series default
13110  eine weitere Formel erstellen.
13111  
13112 \begin_inset Note Greyedout
13113 status open
13114
13115 \begin_layout Plain Layout
13116
13117 \series bold
13118 Achtung:
13119 \series default
13120  Für 
13121 \series bold
13122
13123 \backslash
13124 raisebox
13125 \series default
13126  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13127  
13128 \family sans
13129 Strg+M
13130 \family default
13131  erstellt, denn LyX unterstützt 
13132 \series bold
13133
13134 \backslash
13135 raisebox
13136 \series default
13137  noch nicht direkt.
13138 \end_layout
13139
13140 \end_inset
13141
13142
13143 \end_layout
13144
13145 \begin_layout Standard
13146 \align center
13147 \begin_inset Tabular
13148 <lyxtabular version="3" rows="4" columns="2">
13149 <features rotate="0" tabularvalignment="middle">
13150 <column alignment="center" valignment="top">
13151 <column alignment="center" valignment="top">
13152 <row>
13153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13154 \begin_inset Text
13155
13156 \begin_layout Plain Layout
13157 Befehl
13158 \end_layout
13159
13160 \end_inset
13161 </cell>
13162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13163 \begin_inset Text
13164
13165 \begin_layout Plain Layout
13166 Ergebnis
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 </row>
13172 <row>
13173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13174 \begin_inset Text
13175
13176 \begin_layout Plain Layout
13177 H
13178 \backslash
13179 raisebox{2mm
13180 \begin_inset Formula $\to$
13181 \end_inset
13182
13183
13184 \backslash
13185 {al
13186 \begin_inset Formula $\to$
13187 \end_inset
13188
13189  lo
13190 \end_layout
13191
13192 \end_inset
13193 </cell>
13194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13195 \begin_inset Text
13196
13197 \begin_layout Plain Layout
13198 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13199 \end_inset
13200
13201
13202 \end_layout
13203
13204 \end_inset
13205 </cell>
13206 </row>
13207 <row>
13208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13209 \begin_inset Text
13210
13211 \begin_layout Plain Layout
13212 H
13213 \backslash
13214 raisebox{-2mm
13215 \begin_inset Formula $\to$
13216 \end_inset
13217
13218
13219 \backslash
13220 {al
13221 \begin_inset Formula $\to$
13222 \end_inset
13223
13224 lo
13225 \end_layout
13226
13227 \end_inset
13228 </cell>
13229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13230 \begin_inset Text
13231
13232 \begin_layout Plain Layout
13233 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13234 \end_inset
13235
13236
13237 \end_layout
13238
13239 \end_inset
13240 </cell>
13241 </row>
13242 <row>
13243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13244 \begin_inset Text
13245
13246 \begin_layout Plain Layout
13247 A=
13248 \backslash
13249 raisebox{-2mm
13250 \begin_inset Formula $\to$
13251 \end_inset
13252
13253
13254 \backslash
13255 {
13256 \family sans
13257 Strg+M Strg+M
13258 \family default
13259  
13260 \backslash
13261 sqrt
13262 \begin_inset ERT
13263 status collapsed
13264
13265 \begin_layout Plain Layout
13266
13267
13268 \backslash
13269 leer 
13270 \end_layout
13271
13272 \end_inset
13273
13274
13275 \end_layout
13276
13277 \end_inset
13278 </cell>
13279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13280 \begin_inset Text
13281
13282 \begin_layout Plain Layout
13283 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13284 \end_inset
13285
13286
13287 \end_layout
13288
13289 \end_inset
13290 </cell>
13291 </row>
13292 </lyxtabular>
13293
13294 \end_inset
13295
13296
13297 \end_layout
13298
13299 \begin_layout Standard
13300 Der Befehl 
13301 \series bold
13302
13303 \backslash
13304 mbox
13305 \series default
13306  ist äquivalent zu 
13307 \series bold
13308
13309 \backslash
13310 fbox
13311 \series default
13312  und 
13313 \series bold
13314
13315 \backslash
13316 makebox
13317 \series default
13318  ist äquivalent zu 
13319 \series bold
13320
13321 \backslash
13322 framebox
13323 \series default
13324 , nur dass es keinen Rahmen gibt.
13325 \end_layout
13326
13327 \begin_layout Subsection
13328 Farbige Boxen
13329 \begin_inset CommandInset label
13330 LatexCommand label
13331 name "sub:Farbige-Boxen"
13332
13333 \end_inset
13334
13335
13336 \begin_inset Index idx
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340 Boxen ! farbige
13341 \end_layout
13342
13343 \end_inset
13344
13345
13346 \end_layout
13347
13348 \begin_layout Standard
13349 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13350  im LaTeX-Vorspann das LaTeX-Paket 
13351 \series bold
13352 color
13353 \series default
13354
13355 \begin_inset Foot
13356 status collapsed
13357
13358 \begin_layout Plain Layout
13359 Das Paket 
13360 \series bold
13361 color
13362 \series default
13363  ist Teil jeder LaTeX-Standardinstallation.
13364 \end_layout
13365
13366 \end_inset
13367
13368
13369 \begin_inset Index idx
13370 status collapsed
13371
13372 \begin_layout Plain Layout
13373 Pakete ! color
13374 \end_layout
13375
13376 \end_inset
13377
13378  mit der Zeile
13379 \end_layout
13380
13381 \begin_layout Standard
13382
13383 \series bold
13384
13385 \backslash
13386 usepackage{color}
13387 \end_layout
13388
13389 \begin_layout Standard
13390 geladen werden
13391 \begin_inset Foot
13392 status collapsed
13393
13394 \begin_layout Plain Layout
13395 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13396  LyX das LaTeX-Paket 
13397 \series bold
13398 color
13399 \series default
13400  automatisch.
13401  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13402  keine Probleme hervorruft.
13403 \end_layout
13404
13405 \end_inset
13406
13407
13408 \begin_inset Note Note
13409 status collapsed
13410
13411 \begin_layout Plain Layout
13412 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13413  ein Makro eingefügt.
13414 \end_layout
13415
13416 \end_inset
13417
13418 .
13419 \end_layout
13420
13421 \begin_layout Standard
13422 \begin_inset VSpace medskip
13423 \end_inset
13424
13425 Um Boxen einzufärben, verwendet man den Befehl 
13426 \series bold
13427
13428 \backslash
13429 colorbox
13430 \series default
13431
13432 \begin_inset Index idx
13433 status collapsed
13434
13435 \begin_layout Plain Layout
13436 Befehle ! C ! 
13437 \backslash
13438 colorbox
13439 \end_layout
13440
13441 \end_inset
13442
13443  nach folgendem Schema:
13444 \end_layout
13445
13446 \begin_layout Standard
13447
13448 \series bold
13449
13450 \backslash
13451 colorbox{Farbe}{Boxinhalt}
13452 \end_layout
13453
13454 \begin_layout Standard
13455 Der Boxinhalt kann auch wieder eine Box sein und eine 
13456 \series bold
13457
13458 \backslash
13459 colorbox
13460 \series default
13461  kann auch ein Teil einer anderen Box sein (siehe 2.
13462  und 3.
13463  Beispiel).
13464  Soll in der Box eine Formel stehen, muss wie bei 
13465 \series bold
13466
13467 \backslash
13468 raisebox
13469 \series default
13470  eine weitere Formel erstellt werden.
13471 \begin_inset Foot
13472 status collapsed
13473
13474 \begin_layout Plain Layout
13475 Das gilt auch für den Befehl 
13476 \series bold
13477
13478 \backslash
13479 fcolorbox
13480 \series default
13481 .
13482 \end_layout
13483
13484 \end_inset
13485
13486
13487 \end_layout
13488
13489 \begin_layout Standard
13490 Aus folgenden vordefinierten Farben kann gewählt werden:
13491 \end_layout
13492
13493 \begin_layout Standard
13494
13495 \series bold
13496 black
13497 \series default
13498
13499 \series bold
13500 blue
13501 \series default
13502
13503 \series bold
13504 cyan
13505 \series default
13506
13507 \series bold
13508 green
13509 \series default
13510
13511 \series bold
13512 magenta
13513 \series default
13514
13515 \series bold
13516 red
13517 \series default
13518
13519 \series bold
13520 white
13521 \series default
13522  und 
13523 \series bold
13524 yellow
13525 \end_layout
13526
13527 \begin_layout Standard
13528 \align center
13529 \begin_inset Tabular
13530 <lyxtabular version="3" rows="4" columns="2">
13531 <features rotate="0" tabularvalignment="middle">
13532 <column alignment="center" valignment="top">
13533 <column alignment="center" valignment="top">
13534 <row>
13535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539 Befehl
13540 \end_layout
13541
13542 \end_inset
13543 </cell>
13544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13545 \begin_inset Text
13546
13547 \begin_layout Plain Layout
13548 Ergebnis
13549 \begin_inset Note Note
13550 status collapsed
13551
13552 \begin_layout Plain Layout
13553
13554 \series bold
13555
13556 \backslash
13557 raisebox
13558 \series default
13559  dient nur als Abstandhalter.
13560 \end_layout
13561
13562 \end_inset
13563
13564
13565 \end_layout
13566
13567 \end_inset
13568 </cell>
13569 </row>
13570 <row>
13571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13572 \begin_inset Text
13573
13574 \begin_layout Plain Layout
13575
13576 \backslash
13577 colorbox{yellow
13578 \begin_inset Formula $\to$
13579 \end_inset
13580
13581
13582 \backslash
13583 {A=B
13584 \end_layout
13585
13586 \end_inset
13587 </cell>
13588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13589 \begin_inset Text
13590
13591 \begin_layout Plain Layout
13592 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13593 \end_inset
13594
13595
13596 \end_layout
13597
13598 \end_inset
13599 </cell>
13600 </row>
13601 <row>
13602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13603 \begin_inset Text
13604
13605 \begin_layout Plain Layout
13606
13607 \backslash
13608 colorbox{green
13609 \begin_inset Formula $\to$
13610 \end_inset
13611
13612
13613 \backslash
13614 {
13615 \backslash
13616 fbox
13617 \begin_inset ERT
13618 status collapsed
13619
13620 \begin_layout Plain Layout
13621
13622
13623 \backslash
13624 leer 
13625 \end_layout
13626
13627 \end_inset
13628
13629 A=B
13630 \end_layout
13631
13632 \end_inset
13633 </cell>
13634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13635 \begin_inset Text
13636
13637 \begin_layout Plain Layout
13638 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13639 \end_inset
13640
13641
13642 \end_layout
13643
13644 \end_inset
13645 </cell>
13646 </row>
13647 <row>
13648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13649 \begin_inset Text
13650
13651 \begin_layout Plain Layout
13652
13653 \backslash
13654 fbox
13655 \begin_inset ERT
13656 status collapsed
13657
13658 \begin_layout Plain Layout
13659
13660
13661 \backslash
13662 leer 
13663 \end_layout
13664
13665 \end_inset
13666
13667
13668 \backslash
13669 colorbox{green
13670 \begin_inset Formula $\to$
13671 \end_inset
13672
13673
13674 \backslash
13675 {
13676 \family sans
13677 Strg+M Strg+M
13678 \family default
13679  
13680 \backslash
13681 int
13682 \begin_inset ERT
13683 status collapsed
13684
13685 \begin_layout Plain Layout
13686
13687
13688 \backslash
13689 leer 
13690 \end_layout
13691
13692 \end_inset
13693
13694 C=D
13695 \end_layout
13696
13697 \end_inset
13698 </cell>
13699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13700 \begin_inset Text
13701
13702 \begin_layout Plain Layout
13703 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13704 \end_inset
13705
13706
13707 \end_layout
13708
13709 \end_inset
13710 </cell>
13711 </row>
13712 </lyxtabular>
13713
13714 \end_inset
13715
13716
13717 \end_layout
13718
13719 \begin_layout Standard
13720
13721 \series bold
13722
13723 \backslash
13724 colorbox
13725 \series default
13726  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13727  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13728  
13729 \family sans
13730 Textstil
13731 \family default
13732  die gewünschte Farbe aus.
13733  Der Dialog kann mit dem Werkzeugleistenknopf 
13734 \begin_inset Graphics
13735         filename ../../images/dialog-show_character.png
13736         scale 85
13737
13738 \end_inset
13739
13740  oder dem Menü 
13741 \family sans
13742 Bearbeiten\SpecialChar \menuseparator
13743 Textstil\SpecialChar \menuseparator
13744 Benutzerdefiniert
13745 \family default
13746  aufgerufen werden.
13747  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13748  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13749  innerhalb der Formel die Farbe geändert werden.
13750 \end_layout
13751
13752 \begin_layout Standard
13753 Ein Beispiel:
13754 \end_layout
13755
13756 \begin_layout Standard
13757
13758 \color red
13759 \begin_inset Formula 
13760 \begin{equation}
13761 \int A=B\label{eq:rot}
13762 \end{equation}
13763
13764 \end_inset
13765
13766
13767 \color green
13768
13769 \begin_inset Formula 
13770 \begin{equation}
13771 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13772 \end{equation}
13773
13774 \end_inset
13775
13776
13777 \end_layout
13778
13779 \begin_layout Standard
13780 Formel 
13781 \begin_inset CommandInset ref
13782 LatexCommand eqref
13783 reference "eq:rot"
13784
13785 \end_inset
13786
13787  ist komplett rot gefärbt.
13788 \begin_inset Newline newline
13789 \end_inset
13790
13791 Formel 
13792 \begin_inset CommandInset ref
13793 LatexCommand eqref
13794 reference "eq:rotgruen"
13795
13796 \end_inset
13797
13798  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13799  Anschließend wurden die Formelzeichen rot gefärbt.
13800 \end_layout
13801
13802 \begin_layout Standard
13803 \begin_inset VSpace bigskip
13804 \end_inset
13805
13806 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13807  den Befehl 
13808 \series bold
13809
13810 \backslash
13811 fcolorbox
13812 \series default
13813
13814 \begin_inset Index idx
13815 status collapsed
13816
13817 \begin_layout Plain Layout
13818 Befehle ! F ! 
13819 \backslash
13820 fcolorbox
13821 \end_layout
13822
13823 \end_inset
13824
13825  nach folgendem Schema:
13826 \end_layout
13827
13828 \begin_layout Standard
13829
13830 \series bold
13831
13832 \backslash
13833 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13834 \end_layout
13835
13836 \begin_layout Standard
13837
13838 \series bold
13839
13840 \backslash
13841 fcolorbox
13842 \series default
13843  stellt also eine Erweiterung des Befehls 
13844 \series bold
13845
13846 \backslash
13847 colorbox
13848 \series default
13849  dar.
13850  Die Rahmenbreite wird, wie bei 
13851 \series bold
13852
13853 \backslash
13854 framebox
13855 \series default
13856 , mit 
13857 \series bold
13858
13859 \backslash
13860 fboxrule
13861 \series default
13862  und 
13863 \series bold
13864
13865 \backslash
13866 fboxsep
13867 \series default
13868  festgelegt.
13869  Ein Beispiel:
13870 \begin_inset ERT
13871 status collapsed
13872
13873 \begin_layout Plain Layout
13874
13875
13876 \backslash
13877 fboxrule 1mm 
13878 \backslash
13879 fboxsep 1mm
13880 \end_layout
13881
13882 \end_inset
13883
13884
13885 \begin_inset Formula 
13886 \[
13887 \fcolorbox{cyan}{magenta}{A=B}
13888 \]
13889
13890 \end_inset
13891
13892
13893 \begin_inset ERT
13894 status collapsed
13895
13896 \begin_layout Plain Layout
13897
13898
13899 \backslash
13900 fboxrule 0.4pt 
13901 \backslash
13902 fboxsep 3pt
13903 \end_layout
13904
13905 \end_inset
13906
13907
13908 \end_layout
13909
13910 \begin_layout Standard
13911 Diese Formel wurde mit folgendem Befehl erstellt:
13912 \begin_inset Newline newline
13913 \end_inset
13914
13915
13916 \series bold
13917
13918 \backslash
13919 fcolorbox{cyan
13920 \begin_inset Formula $\to$
13921 \end_inset
13922
13923
13924 \backslash
13925 {magenta
13926 \begin_inset Formula $\to$
13927 \end_inset
13928
13929
13930 \backslash
13931 {A=B
13932 \end_layout
13933
13934 \begin_layout Standard
13935 \begin_inset VSpace bigskip
13936 \end_inset
13937
13938 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13939  selbst definieren.
13940 \end_layout
13941
13942 \begin_layout Standard
13943 Man kann z.
13944 \begin_inset space \thinspace{}
13945 \end_inset
13946
13947 B.
13948  mit folgender LaTeX-Vorspannzeile die Farbe 
13949 \begin_inset Quotes gld
13950 \end_inset
13951
13952
13953 \series bold
13954 dunkelgruen
13955 \series default
13956
13957 \begin_inset Quotes grd
13958 \end_inset
13959
13960
13961 \begin_inset Foot
13962 status collapsed
13963
13964 \begin_layout Plain Layout
13965 In Befehlen darf kein Umlaut stehen, siehe 
13966 \begin_inset CommandInset ref
13967 LatexCommand ref
13968 reference "sec:Benutzerdefinierte-Befehle"
13969
13970 \end_inset
13971
13972 .
13973 \end_layout
13974
13975 \end_inset
13976
13977  definieren:
13978 \end_layout
13979
13980 \begin_layout Standard
13981
13982 \series bold
13983
13984 \backslash
13985 definecolor{dunkelgruen}{cmyk}{0.5,
13986 \series default
13987  
13988 \series bold
13989 0,
13990 \series default
13991  
13992 \series bold
13993 1,
13994 \series default
13995  
13996 \series bold
13997 0.5}
13998 \series default
13999
14000 \begin_inset Index idx
14001 status collapsed
14002
14003 \begin_layout Plain Layout
14004 Befehle ! D ! 
14005 \backslash
14006 definecolor
14007 \end_layout
14008
14009 \end_inset
14010
14011
14012 \end_layout
14013
14014 \begin_layout Standard
14015
14016 \series bold
14017 cmyk
14018 \series default
14019  ist der Farbraum und steht für die Farben 
14020 \series bold
14021 cyan
14022 \series default
14023
14024 \series bold
14025 magenta
14026 \series default
14027
14028 \series bold
14029 yellow
14030 \series default
14031  und 
14032 \series bold
14033 black
14034 \series default
14035 .
14036  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14037  Für den Anteil kann man Werte im Bereich 0
14038 \begin_inset space \thinspace{}
14039 \end_inset
14040
14041 -
14042 \begin_inset space \thinspace{}
14043 \end_inset
14044
14045 1 angeben.
14046  Anstelle von 
14047 \series bold
14048 cmyk
14049 \series default
14050  kann man zur Definition auch den Farbraum 
14051 \series bold
14052 rgb
14053 \series default
14054  verwenden.
14055  
14056 \series bold
14057 rgb
14058 \series default
14059  steht für 
14060 \series bold
14061 red
14062 \series default
14063
14064 \series bold
14065 green
14066 \series default
14067  und 
14068 \series bold
14069 blue
14070 \series default
14071 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14072  Des Weiteren gibt es noch den Farbraum 
14073 \series bold
14074 gray
14075 \series default
14076 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14077 \end_layout
14078
14079 \begin_layout Standard
14080 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14081 \series bold
14082 darkgreen
14083 \series default
14084 , bei der die Zeichenfarbe 
14085 \series bold
14086 yellow
14087 \series default
14088  gewählt wurde:
14089 \begin_inset Formula 
14090 \begin{equation}
14091 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14092 \end{equation}
14093
14094 \end_inset
14095
14096
14097 \end_layout
14098
14099 \begin_layout Standard
14100 Selbst definierte Farben können mit dem Befehl 
14101 \series bold
14102
14103 \backslash
14104 textcolor
14105 \series default
14106  auch für Text
14107 \begin_inset Index idx
14108 status collapsed
14109
14110 \begin_layout Plain Layout
14111 Text ! farbiger
14112 \end_layout
14113
14114 \end_inset
14115
14116  verwendet werden:
14117 \end_layout
14118
14119 \begin_layout Standard
14120 \begin_inset ERT
14121 status collapsed
14122
14123 \begin_layout Plain Layout
14124
14125
14126 \backslash
14127 textcolor{dunkelgruen}{
14128 \end_layout
14129
14130 \end_inset
14131
14132 Dieser Satz ist 
14133 \begin_inset Quotes gld
14134 \end_inset
14135
14136 dunkelgruen
14137 \begin_inset Quotes grd
14138 \end_inset
14139
14140 .
14141 \begin_inset ERT
14142 status collapsed
14143
14144 \begin_layout Plain Layout
14145
14146 }
14147 \end_layout
14148
14149 \end_inset
14150
14151
14152 \end_layout
14153
14154 \begin_layout Standard
14155
14156 \series bold
14157
14158 \backslash
14159 textcolor
14160 \series default
14161
14162 \begin_inset Index idx
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166 Befehle ! T ! 
14167 \backslash
14168 textcolor
14169 \end_layout
14170
14171 \end_inset
14172
14173  wird nach dem Schema 
14174 \series bold
14175
14176 \backslash
14177 textcolor{Farbe}{zu
14178 \series default
14179  
14180 \series bold
14181 färbende
14182 \series default
14183  
14184 \series bold
14185 Zeichen}
14186 \series default
14187  verwendet.
14188 \end_layout
14189
14190 \begin_layout Subsection
14191 Absatzboxen
14192 \begin_inset CommandInset label
14193 LatexCommand label
14194 name "sub:Absatzboxen"
14195
14196 \end_inset
14197
14198
14199 \begin_inset Index idx
14200 status collapsed
14201
14202 \begin_layout Plain Layout
14203 Boxen ! Absatz-
14204 \end_layout
14205
14206 \end_inset
14207
14208
14209 \end_layout
14210
14211 \begin_layout Standard
14212 Mit dem Menü 
14213 \family sans
14214 Einfügen\SpecialChar \menuseparator
14215 Box
14216 \family default
14217  oder dem Werkzeugleistenknopf 
14218 \begin_inset Graphics
14219         filename ../../images/box-insert.png
14220         scale 85
14221
14222 \end_inset
14223
14224  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14225  eine so genannte 
14226 \emph on
14227 Parbox
14228 \emph default
14229  (Absatzbox).
14230 \end_layout
14231
14232 \begin_layout Standard
14233 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14234 \end_layout
14235
14236 \begin_layout Standard
14237 \begin_inset VSpace medskip
14238 \end_inset
14239
14240 Dies ist eine Zeile 
14241 \begin_inset Box Boxed
14242 position "c"
14243 hor_pos "c"
14244 has_inner_box 1
14245 inner_pos "t"
14246 use_parbox 1
14247 use_makebox 0
14248 width "5cm"
14249 special "none"
14250 height "1in"
14251 height_special "totalheight"
14252 status open
14253
14254 \begin_layout Plain Layout
14255 Dies ist die Absatzbox.
14256  Sie ist genau 5
14257 \begin_inset space \thinspace{}
14258 \end_inset
14259
14260 cm lang und kann auch Formeln enthalten: 
14261 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14262 \end_inset
14263
14264
14265 \end_layout
14266
14267 \end_inset
14268
14269  mit einer Absatzbox.
14270 \begin_inset VSpace medskip
14271 \end_inset
14272
14273
14274 \end_layout
14275
14276 \begin_layout Standard
14277 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14278  graue Box mit dem Namen 
14279 \begin_inset Quotes gld
14280 \end_inset
14281
14282 Box(Gerahmt)
14283 \begin_inset Quotes grd
14284 \end_inset
14285
14286  klickt.
14287  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14288  In diesem Fall: 
14289 \emph on
14290 Verzierung
14291 \emph default
14292 : Rechteckige Box, 
14293 \emph on
14294 Innere Box
14295 \emph default
14296 : Parbox, 
14297 \emph on
14298 Breite
14299 \emph default
14300 : 5
14301 \begin_inset space \thinspace{}
14302 \end_inset
14303
14304 cm, 
14305 \emph on
14306 Vertikale Box Ausrichtung
14307 \emph default
14308 : Mitte
14309 \end_layout
14310
14311 \begin_layout Standard
14312 \begin_inset VSpace medskip
14313 \end_inset
14314
14315 In LaTeX wird eine Absatzbox mit dem Befehl 
14316 \series bold
14317
14318 \backslash
14319 parbox
14320 \series default
14321
14322 \begin_inset Index idx
14323 status collapsed
14324
14325 \begin_layout Plain Layout
14326 Befehle ! P ! 
14327 \backslash
14328 parbox
14329 \end_layout
14330
14331 \end_inset
14332
14333  erstellt, welcher folgendes Schema besitzt:
14334 \end_layout
14335
14336 \begin_layout Standard
14337
14338 \series bold
14339
14340 \backslash
14341 parbox[Position]{Breite}{Boxinhalt}
14342 \end_layout
14343
14344 \begin_layout Standard
14345 Die Positionen 
14346 \emph on
14347 b
14348 \emph default
14349  und 
14350 \emph on
14351 t
14352 \emph default
14353  sind möglich.
14354  
14355 \emph on
14356 b
14357 \emph default
14358  steht für 
14359 \begin_inset Quotes gld
14360 \end_inset
14361
14362 bottom
14363 \begin_inset Quotes grd
14364 \end_inset
14365
14366  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
14367  eingepasst wird.
14368  Bei 
14369 \emph on
14370 t
14371 \emph default
14372  wie 
14373 \begin_inset Quotes gld
14374 \end_inset
14375
14376 top
14377 \begin_inset Quotes grd
14378 \end_inset
14379
14380  (oben) geschieht dies für die erste Zeile.
14381  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14382  siehe das Kapitel 
14383 \emph on
14384 Boxen
14385 \emph default
14386  des Handbuchs
14387 \emph on
14388  Eingebettete
14389 \begin_inset space ~
14390 \end_inset
14391
14392 Objekte
14393 \emph default
14394  für Beispiele.
14395 \end_layout
14396
14397 \begin_layout Standard
14398 \begin_inset VSpace bigskip
14399 \end_inset
14400
14401 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14402  in eine Absatzbox setzen.
14403  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14404 \series bold
14405
14406 \backslash
14407 fbox{
14408 \backslash
14409 parbox{
14410 \backslash
14411 linewidth-2
14412 \backslash
14413 fboxsep-2
14414 \backslash
14415 fboxrule}{
14416 \series default
14417 .
14418  Hierbei steht 
14419 \series bold
14420
14421 \backslash
14422 linewidth
14423 \series default
14424
14425 \begin_inset Index idx
14426 status collapsed
14427
14428 \begin_layout Plain Layout
14429 Befehle ! L ! 
14430 \backslash
14431 linewidth
14432 \end_layout
14433
14434 \end_inset
14435
14436  für die im Dokument eingestellte Zeilenbreite.
14437  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14438 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14439  Da dies LyX aufgrund eines Fehlers
14440 \begin_inset Foot
14441 status collapsed
14442
14443 \begin_layout Plain Layout
14444 \begin_inset CommandInset href
14445 LatexCommand href
14446 name "LyX-Fehler #4483"
14447 target "http://www.lyx.org/trac/ticket/4483"
14448
14449 \end_inset
14450
14451
14452 \end_layout
14453
14454 \end_inset
14455
14456  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14457  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14458 spann das LaTeX-Paket 
14459 \series bold
14460 calc
14461 \series default
14462
14463 \begin_inset Foot
14464 status collapsed
14465
14466 \begin_layout Plain Layout
14467
14468 \series bold
14469 calc
14470 \series default
14471  ist Teil jeder LaTeX-Standardinstallation.
14472 \end_layout
14473
14474 \end_inset
14475
14476
14477 \begin_inset Index idx
14478 status collapsed
14479
14480 \begin_layout Plain Layout
14481 Pakete ! calc
14482 \end_layout
14483
14484 \end_inset
14485
14486  mit der Zeile
14487 \end_layout
14488
14489 \begin_layout Standard
14490
14491 \series bold
14492
14493 \backslash
14494 usepackage{calc}
14495 \end_layout
14496
14497 \begin_layout Standard
14498 geladen werden.
14499  Nach der Formel werden beide Boxen geschlossen, indem man 
14500 \series bold
14501 }}
14502 \series default
14503  im TeX-Modus eingibt.
14504  Dazu ein Beispiel:
14505 \begin_inset ERT
14506 status collapsed
14507
14508 \begin_layout Plain Layout
14509
14510
14511 \backslash
14512 fboxsep 5mm 
14513 \backslash
14514 fboxrule 5mm
14515 \end_layout
14516
14517 \end_inset
14518
14519
14520 \end_layout
14521
14522 \begin_layout Standard
14523 \begin_inset ERT
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527
14528
14529 \backslash
14530 fbox{
14531 \backslash
14532 parbox{
14533 \backslash
14534 linewidth-2
14535 \backslash
14536 fboxsep-2
14537 \backslash
14538 fboxrule}{
14539 \end_layout
14540
14541 \end_inset
14542
14543
14544 \begin_inset Formula 
14545 \begin{equation}
14546 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14547 \end{equation}
14548
14549 \end_inset
14550
14551
14552 \begin_inset ERT
14553 status collapsed
14554
14555 \begin_layout Plain Layout
14556
14557 }}
14558 \end_layout
14559
14560 \end_inset
14561
14562
14563 \begin_inset ERT
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567
14568
14569 \backslash
14570 fboxrule 0.4pt 
14571 \backslash
14572 fboxsep 3pt
14573 \end_layout
14574
14575 \end_inset
14576
14577
14578 \end_layout
14579
14580 \begin_layout Standard
14581 \begin_inset VSpace medskip
14582 \end_inset
14583
14584 Da im Argument von 
14585 \series bold
14586
14587 \backslash
14588 fbox
14589 \series default
14590  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14591  keinen Unterschied zwischen 
14592 \series bold
14593
14594 \backslash
14595 fbox
14596 \series default
14597  und 
14598 \series bold
14599
14600 \backslash
14601 boxed
14602 \series default
14603 .
14604 \end_layout
14605
14606 \begin_layout Standard
14607 \begin_inset VSpace bigskip
14608 \end_inset
14609
14610 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14611  Dazu verwendet man 
14612 \series bold
14613
14614 \backslash
14615 parbox
14616 \series default
14617  in Verbindung mit dem Befehl 
14618 \series bold
14619
14620 \backslash
14621 tag
14622 \series default
14623 .
14624  (mehr zu 
14625 \series bold
14626
14627 \backslash
14628 tag
14629 \series default
14630  siehe 
14631 \begin_inset CommandInset ref
14632 LatexCommand ref
14633 reference "sub:Benutzerdefinierte-Nummerierung"
14634
14635 \end_inset
14636
14637 )
14638 \end_layout
14639
14640 \begin_layout Standard
14641 Ein Beispiel einer mit Hilfe von 
14642 \series bold
14643
14644 \backslash
14645 parbox
14646 \series default
14647  kommentierten Formel:
14648 \end_layout
14649
14650 \begin_layout Standard
14651 \begin_inset ERT
14652 status collapsed
14653
14654 \begin_layout Plain Layout
14655
14656
14657 \backslash
14658 [5x-7b=3b
14659 \backslash
14660 tag*{
14661 \backslash
14662 parbox{5cm}{
14663 \end_layout
14664
14665 \end_inset
14666
14667 Dies ist eine Beschreibung.
14668  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14669 \begin_inset ERT
14670 status collapsed
14671
14672 \begin_layout Plain Layout
14673
14674 }}
14675 \backslash
14676 ]
14677 \end_layout
14678
14679 \end_inset
14680
14681
14682 \end_layout
14683
14684 \begin_layout Standard
14685 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14686  Befehl 
14687 \series bold
14688
14689 \backslash
14690 parbox
14691 \series default
14692  in Formeln noch nicht unterstützt.
14693  Die Formel wird mit folgender Befehlssequenz erstellt:
14694 \end_layout
14695
14696 \begin_layout Standard
14697 Der Befehl 
14698 \series bold
14699
14700 \backslash
14701 [5x-7b=3b
14702 \backslash
14703 tag*
14704 \backslash
14705 {
14706 \backslash
14707 parbox{5cm}{
14708 \series default
14709  wird im TeX-Modus eingegeben.
14710 \begin_inset Foot
14711 status collapsed
14712
14713 \begin_layout Plain Layout
14714 Ist der Formelstil 
14715 \series bold
14716 Eingerückt
14717 \series default
14718  aktiviert, kann 
14719 \series bold
14720
14721 \backslash
14722 tag*
14723 \backslash
14724 {
14725 \series default
14726  auch durch 
14727 \series bold
14728
14729 \backslash
14730 hfill
14731 \series default
14732  ersetzt werden.
14733  (Formelstile siehe 
14734 \begin_inset CommandInset ref
14735 LatexCommand ref
14736 reference "sec:Formelstile"
14737
14738 \end_inset
14739
14740 )
14741 \end_layout
14742
14743 \end_inset
14744
14745  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14746 \series bold
14747 }}
14748 \backslash
14749 ]
14750 \series default
14751  im TeX-Modus ein.
14752  Die Befehle 
14753 \series bold
14754
14755 \backslash
14756 [
14757 \series default
14758  und 
14759 \series bold
14760
14761 \backslash
14762 ]
14763 \series default
14764  erstellen hierbei eine abgesetzte Formel.
14765 \end_layout
14766
14767 \begin_layout Standard
14768 Die Vorteile von 
14769 \series bold
14770
14771 \backslash
14772 parbox
14773 \series default
14774  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14775  Textmodus 
14776 \begin_inset Quotes gld
14777 \end_inset
14778
14779 kommentiert
14780 \begin_inset Quotes grd
14781 \end_inset
14782
14783  wurde:
14784 \begin_inset Formula 
14785 \[
14786 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14787 \]
14788
14789 \end_inset
14790
14791
14792 \end_layout
14793
14794 \begin_layout Standard
14795 \begin_inset Newpage newpage
14796 \end_inset
14797
14798
14799 \end_layout
14800
14801 \begin_layout Section
14802 Operatoren
14803 \begin_inset Index idx
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807 Operatoren
14808 \end_layout
14809
14810 \end_inset
14811
14812
14813 \end_layout
14814
14815 \begin_layout Subsection
14816 Große Operatoren
14817 \begin_inset CommandInset label
14818 LatexCommand label
14819 name "sub:Große-Operatoren"
14820
14821 \end_inset
14822
14823
14824 \begin_inset Index idx
14825 status collapsed
14826
14827 \begin_layout Plain Layout
14828 Operatoren ! große
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \begin_inset Index idx
14835 status collapsed
14836
14837 \begin_layout Plain Layout
14838 Summen
14839 \end_layout
14840
14841 \end_inset
14842
14843
14844 \begin_inset Index idx
14845 status collapsed
14846
14847 \begin_layout Plain Layout
14848 Integrale
14849 \end_layout
14850
14851 \end_inset
14852
14853
14854 \end_layout
14855
14856 \begin_layout Standard
14857 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14858  sind, muss die Option 
14859 \family sans
14860 esint-Paket automatisch verwenden
14861 \family default
14862  in den Dokumenteinstellungen unter 
14863 \family sans
14864 Mathe-Optionen
14865 \family default
14866  gewählt sein.
14867 \end_layout
14868
14869 \begin_layout Standard
14870 \begin_inset space \hfill{}
14871 \end_inset
14872
14873
14874 \begin_inset Tabular
14875 <lyxtabular version="3" rows="11" columns="2">
14876 <features rotate="0" tabularvalignment="middle">
14877 <column alignment="center" valignment="top" width="0pt">
14878 <column alignment="center" valignment="top" width="0pt">
14879 <row>
14880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14881 \begin_inset Text
14882
14883 \begin_layout Plain Layout
14884 Befehl
14885 \end_layout
14886
14887 \end_inset
14888 </cell>
14889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14890 \begin_inset Text
14891
14892 \begin_layout Plain Layout
14893 Ergebnis
14894 \end_layout
14895
14896 \end_inset
14897 </cell>
14898 </row>
14899 <row>
14900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14901 \begin_inset Text
14902
14903 \begin_layout Plain Layout
14904
14905 \backslash
14906 int
14907 \begin_inset Index idx
14908 status collapsed
14909
14910 \begin_layout Plain Layout
14911 Befehle ! I ! 
14912 \backslash
14913 int
14914 \end_layout
14915
14916 \end_inset
14917
14918
14919 \end_layout
14920
14921 \end_inset
14922 </cell>
14923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14924 \begin_inset Text
14925
14926 \begin_layout Plain Layout
14927 \begin_inset Formula $\int$
14928 \end_inset
14929
14930
14931 \end_layout
14932
14933 \end_inset
14934 </cell>
14935 </row>
14936 <row>
14937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14938 \begin_inset Text
14939
14940 \begin_layout Plain Layout
14941
14942 \backslash
14943 oint
14944 \end_layout
14945
14946 \end_inset
14947 </cell>
14948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14949 \begin_inset Text
14950
14951 \begin_layout Plain Layout
14952 \begin_inset Formula $\oint$
14953 \end_inset
14954
14955
14956 \end_layout
14957
14958 \end_inset
14959 </cell>
14960 </row>
14961 <row>
14962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14963 \begin_inset Text
14964
14965 \begin_layout Plain Layout
14966
14967 \backslash
14968 ointctrclockwise
14969 \end_layout
14970
14971 \end_inset
14972 </cell>
14973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14974 \begin_inset Text
14975
14976 \begin_layout Plain Layout
14977 \begin_inset Formula $\ointctrclockwise$
14978 \end_inset
14979
14980
14981 \end_layout
14982
14983 \end_inset
14984 </cell>
14985 </row>
14986 <row>
14987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14988 \begin_inset Text
14989
14990 \begin_layout Plain Layout
14991
14992 \backslash
14993 ointclockwise
14994 \end_layout
14995
14996 \end_inset
14997 </cell>
14998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14999 \begin_inset Text
15000
15001 \begin_layout Plain Layout
15002 \begin_inset Formula $\ointclockwise$
15003 \end_inset
15004
15005
15006 \end_layout
15007
15008 \end_inset
15009 </cell>
15010 </row>
15011 <row>
15012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15013 \begin_inset Text
15014
15015 \begin_layout Plain Layout
15016
15017 \backslash
15018 sqint
15019 \end_layout
15020
15021 \end_inset
15022 </cell>
15023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15024 \begin_inset Text
15025
15026 \begin_layout Plain Layout
15027 \begin_inset Formula $\sqint$
15028 \end_inset
15029
15030
15031 \end_layout
15032
15033 \end_inset
15034 </cell>
15035 </row>
15036 <row>
15037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15038 \begin_inset Text
15039
15040 \begin_layout Plain Layout
15041
15042 \backslash
15043 fint
15044 \end_layout
15045
15046 \end_inset
15047 </cell>
15048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15049 \begin_inset Text
15050
15051 \begin_layout Plain Layout
15052  
15053 \begin_inset Formula $\fint$
15054 \end_inset
15055
15056
15057 \end_layout
15058
15059 \end_inset
15060 </cell>
15061 </row>
15062 <row>
15063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15064 \begin_inset Text
15065
15066 \begin_layout Plain Layout
15067
15068 \backslash
15069 landupint
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15075 \begin_inset Text
15076
15077 \begin_layout Plain Layout
15078  
15079 \begin_inset Formula $\landupint$
15080 \end_inset
15081
15082
15083 \end_layout
15084
15085 \end_inset
15086 </cell>
15087 </row>
15088 <row>
15089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15090 \begin_inset Text
15091
15092 \begin_layout Plain Layout
15093
15094 \backslash
15095 landdownint
15096 \end_layout
15097
15098 \end_inset
15099 </cell>
15100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15101 \begin_inset Text
15102
15103 \begin_layout Plain Layout
15104  
15105 \begin_inset Formula $\landdownint$
15106 \end_inset
15107
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \backslash
15121 bigcap
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 \begin_inset Formula $\bigcap$
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \backslash
15146 bigcup
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 \begin_inset Formula $\bigcup$
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 </lyxtabular>
15165
15166 \end_inset
15167
15168
15169 \begin_inset space \hfill{}
15170 \end_inset
15171
15172
15173 \begin_inset Tabular
15174 <lyxtabular version="3" rows="11" columns="2">
15175 <features rotate="0" tabularvalignment="middle">
15176 <column alignment="center" valignment="top" width="0pt">
15177 <column alignment="center" valignment="top" width="0pt">
15178 <row>
15179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15180 \begin_inset Text
15181
15182 \begin_layout Plain Layout
15183 Befehl
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192 Ergebnis
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 </row>
15198 <row>
15199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203
15204 \backslash
15205 sum
15206 \begin_inset Index idx
15207 status collapsed
15208
15209 \begin_layout Plain Layout
15210 Befehle ! S ! 
15211 \backslash
15212 sum
15213 \end_layout
15214
15215 \end_inset
15216
15217
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 \begin_inset Formula $\sum$
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 </row>
15235 <row>
15236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15237 \begin_inset Text
15238
15239 \begin_layout Plain Layout
15240
15241 \backslash
15242 prod
15243 \begin_inset Index idx
15244 status collapsed
15245
15246 \begin_layout Plain Layout
15247 Befehle ! P ! 
15248 \backslash
15249 prod
15250 \end_layout
15251
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 \begin_inset Formula $\prod$
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \backslash
15279 coprod
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 \begin_inset Formula $\coprod$
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 <row>
15298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302
15303 \backslash
15304 bigodot
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 \begin_inset Formula $\bigodot$
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 <row>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327
15328 \backslash
15329 bigotimes
15330 \end_layout
15331
15332 \end_inset
15333 </cell>
15334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15335 \begin_inset Text
15336
15337 \begin_layout Plain Layout
15338 \begin_inset Formula $\bigotimes$
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \end_inset
15345 </cell>
15346 </row>
15347 <row>
15348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15349 \begin_inset Text
15350
15351 \begin_layout Plain Layout
15352
15353 \backslash
15354 bigoplus
15355 \end_layout
15356
15357 \end_inset
15358 </cell>
15359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15360 \begin_inset Text
15361
15362 \begin_layout Plain Layout
15363 \begin_inset Formula $\bigoplus$
15364 \end_inset
15365
15366
15367 \end_layout
15368
15369 \end_inset
15370 </cell>
15371 </row>
15372 <row>
15373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15374 \begin_inset Text
15375
15376 \begin_layout Plain Layout
15377
15378 \backslash
15379 bigwedge
15380 \end_layout
15381
15382 \end_inset
15383 </cell>
15384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15385 \begin_inset Text
15386
15387 \begin_layout Plain Layout
15388 \begin_inset Formula $\bigwedge$
15389 \end_inset
15390
15391
15392 \end_layout
15393
15394 \end_inset
15395 </cell>
15396 </row>
15397 <row>
15398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402
15403 \backslash
15404 bigvee
15405 \end_layout
15406
15407 \end_inset
15408 </cell>
15409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15410 \begin_inset Text
15411
15412 \begin_layout Plain Layout
15413 \begin_inset Formula $\bigvee$
15414 \end_inset
15415
15416
15417 \end_layout
15418
15419 \end_inset
15420 </cell>
15421 </row>
15422 <row>
15423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15424 \begin_inset Text
15425
15426 \begin_layout Plain Layout
15427
15428 \backslash
15429 bigsqcup
15430 \end_layout
15431
15432 \end_inset
15433 </cell>
15434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15435 \begin_inset Text
15436
15437 \begin_layout Plain Layout
15438 \begin_inset Formula $\bigsqcup$
15439 \end_inset
15440
15441
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 </row>
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452
15453 \backslash
15454 biguplus
15455 \end_layout
15456
15457 \end_inset
15458 </cell>
15459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15460 \begin_inset Text
15461
15462 \begin_layout Plain Layout
15463 \begin_inset Formula $\biguplus$
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 </row>
15472 </lyxtabular>
15473
15474 \end_inset
15475
15476
15477 \begin_inset space \hfill{}
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \begin_layout Standard
15484 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15485 \begin_inset Graphics
15486         filename ../../images/math/intop.png
15487         scale 85
15488
15489 \end_inset
15490
15491  eingefügt werden.
15492 \end_layout
15493
15494 \begin_layout Standard
15495 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15496  Teil gleich aussehenden binären Operatoren.
15497  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15498  beschrieben.
15499 \end_layout
15500
15501 \begin_layout Standard
15502 Für alle Integrale gibt es Befehle, die auf 
15503 \series bold
15504 op
15505 \series default
15506  enden: 
15507 \series bold
15508
15509 \backslash
15510 intop
15511 \series default
15512
15513 \series bold
15514
15515 \backslash
15516 ointop
15517 \series default
15518  usw..
15519  Diese unterscheiden sich von 
15520 \series bold
15521
15522 \backslash
15523 int
15524 \series default
15525  usw.
15526 \begin_inset space \space{}
15527 \end_inset
15528
15529 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15530 \begin_inset CommandInset ref
15531 LatexCommand ref
15532 reference "sub:Operatorgrenzen"
15533
15534 \end_inset
15535
15536 .
15537  
15538 \end_layout
15539
15540 \begin_layout Subsubsection*
15541 Hinweise zu Integralen
15542 \end_layout
15543
15544 \begin_layout Standard
15545 Der Buchstabe 
15546 \emph on
15547 d
15548 \emph default
15549  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15550  muss.
15551  Dazu markiert man das 
15552 \emph on
15553 d
15554 \emph default
15555  und wandelt es mit der Tastenkombination 
15556 \family sans
15557 Alt+Z
15558 \begin_inset space ~
15559 \end_inset
15560
15561 R
15562 \family default
15563
15564 \begin_inset Foot
15565 status collapsed
15566
15567 \begin_layout Plain Layout
15568 Schriftstile siehe 
15569 \begin_inset CommandInset ref
15570 LatexCommand ref
15571 reference "sub:Schriftstile"
15572
15573 \end_inset
15574
15575
15576 \end_layout
15577
15578 \end_inset
15579
15580  um.
15581  Anschließend fügt man vor dem 
15582 \emph on
15583 d
15584 \emph default
15585 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15586  Dazu ein Beispiel:
15587 \end_layout
15588
15589 \begin_layout Standard
15590 inkorrekt: 
15591 \begin_inset Formula $\int A(x)dx$
15592 \end_inset
15593
15594
15595 \begin_inset Newline newline
15596 \end_inset
15597
15598
15599 \begin_inset Phantom HPhantom
15600 status open
15601
15602 \begin_layout Plain Layout
15603 in
15604 \end_layout
15605
15606 \end_inset
15607
15608 korrekt: 
15609 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15610 \end_inset
15611
15612
15613 \end_layout
15614
15615 \begin_layout Standard
15616 \begin_inset VSpace medskip
15617 \end_inset
15618
15619 Für Mehrfachintegrale gibt es folgende Befehle:
15620 \begin_inset VSpace medskip
15621 \end_inset
15622
15623
15624 \end_layout
15625
15626 \begin_layout Standard
15627 \begin_inset space \hfill{}
15628 \end_inset
15629
15630
15631 \begin_inset Tabular
15632 <lyxtabular version="3" rows="4" columns="2">
15633 <features rotate="0" tabularvalignment="middle">
15634 <column alignment="center" valignment="top">
15635 <column alignment="center" valignment="top">
15636 <row>
15637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641 Befehl
15642 \end_layout
15643
15644 \end_inset
15645 </cell>
15646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15647 \begin_inset Text
15648
15649 \begin_layout Plain Layout
15650 Ergebnis
15651 \begin_inset Note Note
15652 status collapsed
15653
15654 \begin_layout Plain Layout
15655
15656 \series bold
15657
15658 \backslash
15659 raisebox
15660 \series default
15661  dient nur als Abstandhalter.
15662 \end_layout
15663
15664 \end_inset
15665
15666
15667 \end_layout
15668
15669 \end_inset
15670 </cell>
15671 </row>
15672 <row>
15673 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15674 \begin_inset Text
15675
15676 \begin_layout Plain Layout
15677
15678 \backslash
15679 iint
15680 \end_layout
15681
15682 \end_inset
15683 </cell>
15684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15685 \begin_inset Text
15686
15687 \begin_layout Plain Layout
15688 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15689 \end_inset
15690
15691
15692 \end_layout
15693
15694 \end_inset
15695 </cell>
15696 </row>
15697 <row>
15698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15699 \begin_inset Text
15700
15701 \begin_layout Plain Layout
15702
15703 \backslash
15704 oiint
15705 \end_layout
15706
15707 \end_inset
15708 </cell>
15709 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15710 \begin_inset Text
15711
15712 \begin_layout Plain Layout
15713 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15714 \end_inset
15715
15716
15717 \end_layout
15718
15719 \end_inset
15720 </cell>
15721 </row>
15722 <row>
15723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15724 \begin_inset Text
15725
15726 \begin_layout Plain Layout
15727
15728 \backslash
15729 sqiint
15730 \end_layout
15731
15732 \end_inset
15733 </cell>
15734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15735 \begin_inset Text
15736
15737 \begin_layout Plain Layout
15738 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15739 \end_inset
15740
15741
15742 \end_layout
15743
15744 \end_inset
15745 </cell>
15746 </row>
15747 </lyxtabular>
15748
15749 \end_inset
15750
15751
15752 \begin_inset space \hfill{}
15753 \end_inset
15754
15755
15756 \begin_inset Tabular
15757 <lyxtabular version="3" rows="4" columns="2">
15758 <features rotate="0" tabularvalignment="middle">
15759 <column alignment="center" valignment="top">
15760 <column alignment="center" valignment="top">
15761 <row>
15762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15763 \begin_inset Text
15764
15765 \begin_layout Plain Layout
15766 Befehl
15767 \end_layout
15768
15769 \end_inset
15770 </cell>
15771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15772 \begin_inset Text
15773
15774 \begin_layout Plain Layout
15775 Ergebnis
15776 \end_layout
15777
15778 \end_inset
15779 </cell>
15780 </row>
15781 <row>
15782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15783 \begin_inset Text
15784
15785 \begin_layout Plain Layout
15786
15787 \backslash
15788 iiint
15789 \end_layout
15790
15791 \end_inset
15792 </cell>
15793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15794 \begin_inset Text
15795
15796 \begin_layout Plain Layout
15797 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15798 \end_inset
15799
15800
15801 \end_layout
15802
15803 \end_inset
15804 </cell>
15805 </row>
15806 <row>
15807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15808 \begin_inset Text
15809
15810 \begin_layout Plain Layout
15811
15812 \backslash
15813 iiiint
15814 \end_layout
15815
15816 \end_inset
15817 </cell>
15818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15819 \begin_inset Text
15820
15821 \begin_layout Plain Layout
15822 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15823 \end_inset
15824
15825
15826 \end_layout
15827
15828 \end_inset
15829 </cell>
15830 </row>
15831 <row>
15832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15833 \begin_inset Text
15834
15835 \begin_layout Plain Layout
15836
15837 \backslash
15838 dotsint
15839 \end_layout
15840
15841 \end_inset
15842 </cell>
15843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15844 \begin_inset Text
15845
15846 \begin_layout Plain Layout
15847 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15848 \end_inset
15849
15850
15851 \end_layout
15852
15853 \end_inset
15854 </cell>
15855 </row>
15856 </lyxtabular>
15857
15858 \end_inset
15859
15860
15861 \begin_inset space \hfill{}
15862 \end_inset
15863
15864
15865 \end_layout
15866
15867 \begin_layout Subsection
15868 Operatorgrenzen
15869 \begin_inset CommandInset label
15870 LatexCommand label
15871 name "sub:Operatorgrenzen"
15872
15873 \end_inset
15874
15875
15876 \begin_inset Index idx
15877 status collapsed
15878
15879 \begin_layout Plain Layout
15880 Operatoren ! Grenzen
15881 \end_layout
15882
15883 \end_inset
15884
15885
15886 \end_layout
15887
15888 \begin_layout Standard
15889 Grenzen werden durch Hoch- bzw.
15890 \begin_inset space \space{}
15891 \end_inset
15892
15893 Tiefstellen erzeugt:
15894 \end_layout
15895
15896 \begin_layout Standard
15897 \align center
15898 \begin_inset Tabular
15899 <lyxtabular version="3" rows="2" columns="2">
15900 <features rotate="0" tabularvalignment="middle">
15901 <column alignment="center" valignment="top" width="0pt">
15902 <column alignment="center" valignment="top" width="0pt">
15903 <row>
15904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15905 \begin_inset Text
15906
15907 \begin_layout Plain Layout
15908 Befehl
15909 \end_layout
15910
15911 \end_inset
15912 </cell>
15913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15914 \begin_inset Text
15915
15916 \begin_layout Plain Layout
15917 Ergebnis
15918 \begin_inset Note Note
15919 status collapsed
15920
15921 \begin_layout Plain Layout
15922
15923 \series bold
15924
15925 \backslash
15926 raisebox
15927 \series default
15928  dient nur als Abstandhalter.
15929 \end_layout
15930
15931 \end_inset
15932
15933
15934 \end_layout
15935
15936 \end_inset
15937 </cell>
15938 </row>
15939 <row>
15940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944
15945 \backslash
15946 prod^
15947 \backslash
15948 infty
15949 \begin_inset ERT
15950 status collapsed
15951
15952 \begin_layout Plain Layout
15953
15954
15955 \backslash
15956 leer 
15957 \end_layout
15958
15959 \end_inset
15960
15961
15962 \begin_inset Formula $\to$
15963 \end_inset
15964
15965 _0
15966 \begin_inset Formula $\to$
15967 \end_inset
15968
15969 A(x)
15970 \end_layout
15971
15972 \end_inset
15973 </cell>
15974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15979 \end_inset
15980
15981
15982 \end_layout
15983
15984 \end_inset
15985 </cell>
15986 </row>
15987 </lyxtabular>
15988
15989 \end_inset
15990
15991
15992 \end_layout
15993
15994 \begin_layout Standard
15995 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15996  Operator gesetzt.
15997  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15998  bzw.
15999 \begin_inset space \space{}
16000 \end_inset
16001
16002 unter den Operator gesetzt.
16003 \end_layout
16004
16005 \begin_layout Standard
16006 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16007  man den Cursor direkt hinter den Operator und setzt über das Menü 
16008 \family sans
16009 Bearbeiten\SpecialChar \menuseparator
16010 Mathe\SpecialChar \menuseparator
16011 Art der Operatorgrenzen ändern
16012 \family default
16013  die Grenzen auf 
16014 \series bold
16015 Eingebettet
16016 \series default
16017  (Tastenkombination 
16018 \family sans
16019 Alt+M
16020 \begin_inset space ~
16021 \end_inset
16022
16023 L
16024 \family default
16025 ).
16026  Dazu folgendes Beispiel:
16027 \end_layout
16028
16029 \begin_layout Standard
16030 Die normalen Grenzen sehen so aus:
16031 \begin_inset Formula 
16032 \[
16033 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16034 \]
16035
16036 \end_inset
16037
16038 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16039 \begin_inset Formula 
16040 \[
16041 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16042 \]
16043
16044 \end_inset
16045
16046 Bei Integralen werden mit Ausnahme von denen, die auf 
16047 \series bold
16048 op
16049 \series default
16050  enden (
16051 \series bold
16052
16053 \backslash
16054 intop
16055 \series default
16056
16057 \series bold
16058
16059 \backslash
16060 ointop
16061 \series default
16062  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16063  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16064  gesetzt.
16065  Im folgenden Beispiel wurde die Grenze deswegen auf 
16066 \series bold
16067 Anzeige
16068 \series default
16069  gesetzt und damit unter die Integrale geschrieben:
16070 \begin_inset Formula 
16071 \begin{equation}
16072 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16073 \end{equation}
16074
16075 \end_inset
16076
16077
16078 \end_layout
16079
16080 \begin_layout Standard
16081 \begin_inset VSpace medskip
16082 \end_inset
16083
16084 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16085 \series bold
16086
16087 \backslash
16088 subarray
16089 \series default
16090
16091 \begin_inset Index idx
16092 status collapsed
16093
16094 \begin_layout Plain Layout
16095 Befehle ! S ! 
16096 \backslash
16097 subarray
16098 \end_layout
16099
16100 \end_inset
16101
16102  und 
16103 \series bold
16104
16105 \backslash
16106 substack
16107 \series default
16108
16109 \begin_inset Index idx
16110 status collapsed
16111
16112 \begin_layout Plain Layout
16113 Befehle ! S ! 
16114 \backslash
16115 substack
16116 \end_layout
16117
16118 \end_inset
16119
16120 .
16121  Um z.
16122 \begin_inset space \thinspace{}
16123 \end_inset
16124
16125 B.
16126  diesen Ausdruck 
16127 \begin_inset Formula 
16128 \begin{equation}
16129 \sum_{\begin{subarray}{c}
16130 0<k<1000\\
16131 \\
16132 k\,\in\,\mathbb{N}
16133 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16134 \end{equation}
16135
16136 \end_inset
16137
16138 zu erstellen, muss man Folgendes tun:
16139 \begin_inset Newline newline
16140 \end_inset
16141
16142 Zuerst gibt man den Befehl 
16143 \series bold
16144
16145 \backslash
16146 sum
16147 \series default
16148 ^
16149 \series bold
16150 n
16151 \begin_inset ERT
16152 status collapsed
16153
16154 \begin_layout Plain Layout
16155
16156
16157 \backslash
16158 leer 
16159 \end_layout
16160
16161 \end_inset
16162
16163 _
16164 \series default
16165  ein.
16166  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16167  In dieses gibt man den Befehl 
16168 \series bold
16169
16170 \backslash
16171 subarray
16172 \begin_inset ERT
16173 status collapsed
16174
16175 \begin_layout Plain Layout
16176
16177
16178 \backslash
16179 leer 
16180 \end_layout
16181
16182 \end_inset
16183
16184
16185 \series default
16186  ein.
16187  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16188  Zeilen untereinander schreiben.
16189  Mit Eingabe des Zeilenumbruchs (
16190 \family sans
16191 Strg+Enter
16192 \family default
16193 ) wird eine neue Zeile erstellt.
16194  Gibt man
16195 \begin_inset Newline newline
16196 \end_inset
16197
16198
16199 \series bold
16200 0<k<1000 Strg+Enter
16201 \begin_inset Newline newline
16202 \end_inset
16203
16204
16205 \series default
16206 ein, erscheint darunter ein Kästchen für die neue Zeile.
16207 \end_layout
16208
16209 \begin_layout Standard
16210 Die Ausrichtung der Zeilen kann mit der 
16211 \family sans
16212 Tabellen-Werkzeugleiste
16213 \family default
16214  oder dem Menü 
16215 \family sans
16216 Bearbeiten\SpecialChar \menuseparator
16217 Zeilen & Spalten
16218 \family default
16219  auf links geändert werden.
16220  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16221 \series bold
16222
16223 \backslash
16224 hfill
16225 \begin_inset ERT
16226 status collapsed
16227
16228 \begin_layout Plain Layout
16229
16230
16231 \backslash
16232 leer 
16233 \end_layout
16234
16235 \end_inset
16236
16237
16238 \series default
16239  eingegeben.
16240 \end_layout
16241
16242 \begin_layout Standard
16243 Der Befehl 
16244 \series bold
16245
16246 \backslash
16247 substack
16248 \series default
16249  ist äquivalent zu 
16250 \series bold
16251
16252 \backslash
16253 subarray
16254 \series default
16255 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16256 \end_layout
16257
16258 \begin_layout Standard
16259 \begin_inset VSpace bigskip
16260 \end_inset
16261
16262 Wie bei Formel 
16263 \begin_inset CommandInset ref
16264 LatexCommand eqref
16265 reference "eq:substack"
16266
16267 \end_inset
16268
16269  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16270  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16271 \end_layout
16272
16273 \begin_layout Standard
16274 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16275 \end_layout
16276
16277 \begin_layout Standard
16278
16279 \series bold
16280
16281 \backslash
16282 def
16283 \backslash
16284 clap#1{
16285 \backslash
16286 hbox to 0pt{
16287 \backslash
16288 hss #1
16289 \backslash
16290 hss}}
16291 \begin_inset Newline newline
16292 \end_inset
16293
16294
16295 \backslash
16296 def
16297 \backslash
16298 mathclap {
16299 \backslash
16300 mathpalette 
16301 \backslash
16302 mathclapinternal}
16303 \begin_inset Newline newline
16304 \end_inset
16305
16306
16307 \backslash
16308 def
16309 \backslash
16310 mathclapinternal #1#2{
16311 \backslash
16312 clap{$
16313 \backslash
16314 mathsurround =0pt #1{#2}$}}
16315 \end_layout
16316
16317 \begin_layout Standard
16318 Dadurch wird der Befehl 
16319 \series bold
16320
16321 \backslash
16322 mathclap
16323 \series default
16324
16325 \begin_inset Index idx
16326 status collapsed
16327
16328 \begin_layout Plain Layout
16329 Befehle ! M ! 
16330 \backslash
16331 mathclap
16332 \end_layout
16333
16334 \end_inset
16335
16336  definiert, der die Breite der Grenze auf 0
16337 \begin_inset space \thinspace{}
16338 \end_inset
16339
16340 pt setzt.
16341  Das Befehlsschema lautet
16342 \end_layout
16343
16344 \begin_layout Standard
16345
16346 \series bold
16347
16348 \backslash
16349 mathclap{Grenze}
16350 \end_layout
16351
16352 \begin_layout Standard
16353 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16354 \end_layout
16355
16356 \begin_layout Standard
16357 Auf Formel 
16358 \begin_inset CommandInset ref
16359 LatexCommand eqref
16360 reference "eq:substack"
16361
16362 \end_inset
16363
16364  angewandt, gibt man also den Befehl
16365 \end_layout
16366
16367 \begin_layout Standard
16368
16369 \series bold
16370
16371 \backslash
16372 sum_
16373 \backslash
16374 mathclap{
16375 \backslash
16376 substack
16377 \begin_inset ERT
16378 status collapsed
16379
16380 \begin_layout Plain Layout
16381
16382
16383 \backslash
16384 leer 
16385 \end_layout
16386
16387 \end_inset
16388
16389 0<k<1000 Strg+Enter
16390 \end_layout
16391
16392 \begin_layout Standard
16393 ein, um die untere Grenze zu erstellen.
16394  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16395 \begin_inset Formula 
16396 \[
16397 \sum_{\mathclap{\substack{0<k<1000\\
16398 \\
16399 k\,\in\,\mathbb{N}
16400 }
16401 }}^{n}k^{-2}
16402 \]
16403
16404 \end_inset
16405
16406
16407 \end_layout
16408
16409 \begin_layout Standard
16410 \begin_inset VSpace bigskip
16411 \end_inset
16412
16413 In 
16414 \begin_inset CommandInset ref
16415 LatexCommand ref
16416 reference "sub:Selbstdefinierte-Operatoren"
16417
16418 \end_inset
16419
16420  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16421 \end_layout
16422
16423 \begin_layout Subsection
16424 Dekoration für Operatoren
16425 \begin_inset Index idx
16426 status collapsed
16427
16428 \begin_layout Plain Layout
16429 Operatoren ! Dekoration
16430 \end_layout
16431
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \begin_layout Standard
16438 Zum Dekorieren von Operatoren gibt es die Befehle 
16439 \series bold
16440
16441 \backslash
16442 overset
16443 \series default
16444
16445 \begin_inset Index idx
16446 status collapsed
16447
16448 \begin_layout Plain Layout
16449 Befehle ! O ! 
16450 \backslash
16451 overset
16452 \end_layout
16453
16454 \end_inset
16455
16456  und 
16457 \series bold
16458
16459 \backslash
16460 underset
16461 \series default
16462
16463 \begin_inset Index idx
16464 status collapsed
16465
16466 \begin_layout Plain Layout
16467 Befehle ! U ! 
16468 \backslash
16469 underset
16470 \end_layout
16471
16472 \end_inset
16473
16474 , mit denen man Zeichen über bzw.
16475 \begin_inset space \space{}
16476 \end_inset
16477
16478 unter einen Operator setzen kann.
16479  Mit dem Befehl 
16480 \series bold
16481
16482 \backslash
16483 sideset
16484 \series default
16485
16486 \begin_inset Index idx
16487 status collapsed
16488
16489 \begin_layout Plain Layout
16490 Befehle ! S ! 
16491 \backslash
16492 sideset
16493 \end_layout
16494
16495 \end_inset
16496
16497  können Zeichen vor und nach einen großen Operator gesetzt werden.
16498  Das Befehlsschema lautet:
16499 \end_layout
16500
16501 \begin_layout Standard
16502
16503 \series bold
16504
16505 \backslash
16506 sideset{Zeichen
16507 \series default
16508  
16509 \series bold
16510 davor}{Zeichen
16511 \series default
16512  
16513 \series bold
16514 dahinter}
16515 \end_layout
16516
16517 \begin_layout Standard
16518
16519 \series bold
16520
16521 \backslash
16522 sideset
16523 \series default
16524  muss immer vor dem Operator stehen.
16525  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
16526  Symbolen dekoriert werden.
16527  Will man mit 
16528 \series bold
16529
16530 \backslash
16531 sideset
16532 \series default
16533  z.
16534 \begin_inset space \thinspace{}
16535 \end_inset
16536
16537 B.
16538  nur Zeichen hinter einen großen Operator setzen, schreibt man nichts zwischen
16539  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
16540 \end_layout
16541
16542 \begin_layout Standard
16543 Z.
16544 \begin_inset space \thinspace{}
16545 \end_inset
16546
16547 B.
16548  ergibt der Befehl 
16549 \series bold
16550
16551 \backslash
16552 sideset{
16553 \begin_inset Formula $\to$
16554 \end_inset
16555
16556
16557 \backslash
16558 {
16559 \series default
16560 '
16561 \series bold
16562
16563 \begin_inset Formula $\to$
16564 \end_inset
16565
16566
16567 \backslash
16568 sum_k=1
16569 \begin_inset ERT
16570 status collapsed
16571
16572 \begin_layout Plain Layout
16573
16574
16575 \backslash
16576 leer 
16577 \end_layout
16578
16579 \end_inset
16580
16581
16582 \series default
16583 ^
16584 \series bold
16585 n
16586 \series default
16587  :
16588 \begin_inset Formula 
16589 \[
16590 \sideset{}{'}\sum_{k=1}^{n}
16591 \]
16592
16593 \end_inset
16594
16595
16596 \end_layout
16597
16598 \begin_layout Standard
16599 \begin_inset Note Greyedout
16600 status open
16601
16602 \begin_layout Plain Layout
16603
16604 \series bold
16605 Achtung: 
16606 \backslash
16607 sideset
16608 \series default
16609  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
16610  Operatoren sind nicht erlaubt.
16611 \end_layout
16612
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \begin_layout Standard
16619 Mit 
16620 \series bold
16621
16622 \backslash
16623 overset
16624 \series default
16625  bzw.
16626 \begin_inset space \space{}
16627 \end_inset
16628
16629
16630 \series bold
16631
16632 \backslash
16633 underset
16634 \series default
16635  kann man auch Symbole und Zeichen dekorieren.
16636  Beispielsweise ergibt der Befehl 
16637 \series bold
16638
16639 \backslash
16640 overset
16641 \begin_inset ERT
16642 status collapsed
16643
16644 \begin_layout Plain Layout
16645
16646
16647 \backslash
16648 leer 
16649 \end_layout
16650
16651 \end_inset
16652
16653
16654 \backslash
16655 maltese
16656 \begin_inset ERT
16657 status collapsed
16658
16659 \begin_layout Plain Layout
16660
16661
16662 \backslash
16663 leer 
16664 \end_layout
16665
16666 \end_inset
16667
16668
16669 \series default
16670
16671 \begin_inset Formula $\uparrow$
16672 \end_inset
16673
16674
16675 \series bold
16676 a
16677 \series default
16678  :
16679 \begin_inset Formula 
16680 \[
16681 \overset{a}{\maltese}
16682 \]
16683
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \begin_layout Subsection
16690 Binäre Operatoren
16691 \begin_inset CommandInset label
16692 LatexCommand label
16693 name "sub:Binäre-Operatoren"
16694
16695 \end_inset
16696
16697
16698 \begin_inset Index idx
16699 status collapsed
16700
16701 \begin_layout Plain Layout
16702 Operatoren ! binäre
16703 \end_layout
16704
16705 \end_inset
16706
16707
16708 \end_layout
16709
16710 \begin_layout Standard
16711 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16712  ein Zeichen befindet.
16713 \begin_inset VSpace medskip
16714 \end_inset
16715
16716
16717 \end_layout
16718
16719 \begin_layout Standard
16720 \begin_inset space \hfill{}
16721 \end_inset
16722
16723
16724 \begin_inset Tabular
16725 <lyxtabular version="3" rows="13" columns="2">
16726 <features rotate="0" tabularvalignment="middle">
16727 <column alignment="center" valignment="top" width="0pt">
16728 <column alignment="center" valignment="top" width="0pt">
16729 <row>
16730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16731 \begin_inset Text
16732
16733 \begin_layout Plain Layout
16734 Befehl
16735 \begin_inset Note Note
16736 status collapsed
16737
16738 \begin_layout Plain Layout
16739
16740 \series bold
16741
16742 \backslash
16743 raisebox
16744 \series default
16745  dient nur als Abstandhalter.
16746 \end_layout
16747
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16756 \begin_inset Text
16757
16758 \begin_layout Plain Layout
16759 Ergebnis
16760 \end_layout
16761
16762 \end_inset
16763 </cell>
16764 </row>
16765 <row>
16766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16767 \begin_inset Text
16768
16769 \begin_layout Plain Layout
16770 +
16771 \end_layout
16772
16773 \end_inset
16774 </cell>
16775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16776 \begin_inset Text
16777
16778 \begin_layout Plain Layout
16779 \begin_inset Formula $+$
16780 \end_inset
16781
16782
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 </row>
16788 <row>
16789 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16790 \begin_inset Text
16791
16792 \begin_layout Plain Layout
16793 -
16794 \end_layout
16795
16796 \end_inset
16797 </cell>
16798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16799 \begin_inset Text
16800
16801 \begin_layout Plain Layout
16802 \begin_inset Formula $-$
16803 \end_inset
16804
16805
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 </row>
16811 <row>
16812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16813 \begin_inset Text
16814
16815 \begin_layout Plain Layout
16816
16817 \backslash
16818 pm
16819 \end_layout
16820
16821 \end_inset
16822 </cell>
16823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16824 \begin_inset Text
16825
16826 \begin_layout Plain Layout
16827 \begin_inset Formula $\pm$
16828 \end_inset
16829
16830
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 </row>
16836 <row>
16837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16838 \begin_inset Text
16839
16840 \begin_layout Plain Layout
16841
16842 \backslash
16843 mp
16844 \end_layout
16845
16846 \end_inset
16847 </cell>
16848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16849 \begin_inset Text
16850
16851 \begin_layout Plain Layout
16852 \begin_inset Formula $\mp$
16853 \end_inset
16854
16855
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 </row>
16861 <row>
16862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16863 \begin_inset Text
16864
16865 \begin_layout Plain Layout
16866
16867 \backslash
16868 cdot
16869 \end_layout
16870
16871 \end_inset
16872 </cell>
16873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16874 \begin_inset Text
16875
16876 \begin_layout Plain Layout
16877 \begin_inset Formula $\cdot$
16878 \end_inset
16879
16880
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 </row>
16886 <row>
16887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16888 \begin_inset Text
16889
16890 \begin_layout Plain Layout
16891
16892 \backslash
16893 times
16894 \end_layout
16895
16896 \end_inset
16897 </cell>
16898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16899 \begin_inset Text
16900
16901 \begin_layout Plain Layout
16902 \begin_inset Formula $\times$
16903 \end_inset
16904
16905
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 </row>
16911 <row>
16912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16913 \begin_inset Text
16914
16915 \begin_layout Plain Layout
16916
16917 \backslash
16918 div
16919 \end_layout
16920
16921 \end_inset
16922 </cell>
16923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16924 \begin_inset Text
16925
16926 \begin_layout Plain Layout
16927 \begin_inset Formula $\div$
16928 \end_inset
16929
16930
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 </row>
16936 <row>
16937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16938 \begin_inset Text
16939
16940 \begin_layout Plain Layout
16941 \begin_inset ERT
16942 status collapsed
16943
16944 \begin_layout Plain Layout
16945
16946
16947 \backslash
16948 raisebox{-1.2mm}{
16949 \end_layout
16950
16951 \end_inset
16952
16953 *
16954 \begin_inset ERT
16955 status collapsed
16956
16957 \begin_layout Plain Layout
16958
16959 }
16960 \end_layout
16961
16962 \end_inset
16963
16964
16965 \end_layout
16966
16967 \end_inset
16968 </cell>
16969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16970 \begin_inset Text
16971
16972 \begin_layout Plain Layout
16973 \begin_inset Formula $*$
16974 \end_inset
16975
16976
16977 \end_layout
16978
16979 \end_inset
16980 </cell>
16981 </row>
16982 <row>
16983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16984 \begin_inset Text
16985
16986 \begin_layout Plain Layout
16987
16988 \backslash
16989 star
16990 \end_layout
16991
16992 \end_inset
16993 </cell>
16994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16995 \begin_inset Text
16996
16997 \begin_layout Plain Layout
16998 \begin_inset Formula $\star$
16999 \end_inset
17000
17001
17002 \end_layout
17003
17004 \end_inset
17005 </cell>
17006 </row>
17007 <row>
17008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17009 \begin_inset Text
17010
17011 \begin_layout Plain Layout
17012
17013 \backslash
17014 circ
17015 \end_layout
17016
17017 \end_inset
17018 </cell>
17019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17020 \begin_inset Text
17021
17022 \begin_layout Plain Layout
17023 \begin_inset Formula $\circ$
17024 \end_inset
17025
17026
17027 \end_layout
17028
17029 \end_inset
17030 </cell>
17031 </row>
17032 <row>
17033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17034 \begin_inset Text
17035
17036 \begin_layout Plain Layout
17037
17038 \backslash
17039 diamond
17040 \end_layout
17041
17042 \end_inset
17043 </cell>
17044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17045 \begin_inset Text
17046
17047 \begin_layout Plain Layout
17048 \begin_inset Formula $\diamond$
17049 \end_inset
17050
17051
17052 \end_layout
17053
17054 \end_inset
17055 </cell>
17056 </row>
17057 <row>
17058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17059 \begin_inset Text
17060
17061 \begin_layout Plain Layout
17062
17063 \backslash
17064 bullet
17065 \end_layout
17066
17067 \end_inset
17068 </cell>
17069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17070 \begin_inset Text
17071
17072 \begin_layout Plain Layout
17073 \begin_inset Formula $\bullet$
17074 \end_inset
17075
17076
17077 \end_layout
17078
17079 \end_inset
17080 </cell>
17081 </row>
17082 </lyxtabular>
17083
17084 \end_inset
17085
17086
17087 \begin_inset space \hfill{}
17088 \end_inset
17089
17090
17091 \begin_inset Tabular
17092 <lyxtabular version="3" rows="13" columns="2">
17093 <features rotate="0" tabularvalignment="middle">
17094 <column alignment="center" valignment="top" width="0pt">
17095 <column alignment="center" valignment="top" width="0pt">
17096 <row>
17097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17098 \begin_inset Text
17099
17100 \begin_layout Plain Layout
17101 Befehl
17102 \end_layout
17103
17104 \end_inset
17105 </cell>
17106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17107 \begin_inset Text
17108
17109 \begin_layout Plain Layout
17110 Ergebnis
17111 \end_layout
17112
17113 \end_inset
17114 </cell>
17115 </row>
17116 <row>
17117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17118 \begin_inset Text
17119
17120 \begin_layout Plain Layout
17121
17122 \backslash
17123 nabla
17124 \end_layout
17125
17126 \end_inset
17127 </cell>
17128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17129 \begin_inset Text
17130
17131 \begin_layout Plain Layout
17132 \begin_inset Formula $\nabla$
17133 \end_inset
17134
17135
17136 \end_layout
17137
17138 \end_inset
17139 </cell>
17140 </row>
17141 <row>
17142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17143 \begin_inset Text
17144
17145 \begin_layout Plain Layout
17146
17147 \backslash
17148 bigtriangledown
17149 \end_layout
17150
17151 \end_inset
17152 </cell>
17153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17154 \begin_inset Text
17155
17156 \begin_layout Plain Layout
17157 \begin_inset Formula $\bigtriangledown$
17158 \end_inset
17159
17160
17161 \end_layout
17162
17163 \end_inset
17164 </cell>
17165 </row>
17166 <row>
17167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17168 \begin_inset Text
17169
17170 \begin_layout Plain Layout
17171
17172 \backslash
17173 bigtriangleup
17174 \end_layout
17175
17176 \end_inset
17177 </cell>
17178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17179 \begin_inset Text
17180
17181 \begin_layout Plain Layout
17182 \begin_inset Formula $\bigtriangleup$
17183 \end_inset
17184
17185
17186 \end_layout
17187
17188 \end_inset
17189 </cell>
17190 </row>
17191 <row>
17192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17193 \begin_inset Text
17194
17195 \begin_layout Plain Layout
17196
17197 \backslash
17198 Box
17199 \end_layout
17200
17201 \end_inset
17202 </cell>
17203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17204 \begin_inset Text
17205
17206 \begin_layout Plain Layout
17207 \begin_inset Formula $\Box$
17208 \end_inset
17209
17210
17211 \end_layout
17212
17213 \end_inset
17214 </cell>
17215 </row>
17216 <row>
17217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17218 \begin_inset Text
17219
17220 \begin_layout Plain Layout
17221
17222 \backslash
17223 cap 
17224 \end_layout
17225
17226 \end_inset
17227 </cell>
17228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17229 \begin_inset Text
17230
17231 \begin_layout Plain Layout
17232 \begin_inset Formula $\cap$
17233 \end_inset
17234
17235
17236 \end_layout
17237
17238 \end_inset
17239 </cell>
17240 </row>
17241 <row>
17242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17243 \begin_inset Text
17244
17245 \begin_layout Plain Layout
17246
17247 \backslash
17248 cup
17249 \end_layout
17250
17251 \end_inset
17252 </cell>
17253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17254 \begin_inset Text
17255
17256 \begin_layout Plain Layout
17257 \begin_inset Formula $\cup$
17258 \end_inset
17259
17260
17261 \end_layout
17262
17263 \end_inset
17264 </cell>
17265 </row>
17266 <row>
17267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17268 \begin_inset Text
17269
17270 \begin_layout Plain Layout
17271
17272 \backslash
17273 dagger
17274 \end_layout
17275
17276 \end_inset
17277 </cell>
17278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17279 \begin_inset Text
17280
17281 \begin_layout Plain Layout
17282 \begin_inset Formula $\dagger$
17283 \end_inset
17284
17285
17286 \end_layout
17287
17288 \end_inset
17289 </cell>
17290 </row>
17291 <row>
17292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17293 \begin_inset Text
17294
17295 \begin_layout Plain Layout
17296
17297 \backslash
17298 ddagger
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 \begin_inset Formula $\ddagger$
17308 \end_inset
17309
17310
17311 \end_layout
17312
17313 \end_inset
17314 </cell>
17315 </row>
17316 <row>
17317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17318 \begin_inset Text
17319
17320 \begin_layout Plain Layout
17321
17322 \backslash
17323 wr
17324 \end_layout
17325
17326 \end_inset
17327 </cell>
17328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17329 \begin_inset Text
17330
17331 \begin_layout Plain Layout
17332 \begin_inset Formula $\wr$
17333 \end_inset
17334
17335
17336 \end_layout
17337
17338 \end_inset
17339 </cell>
17340 </row>
17341 <row>
17342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17343 \begin_inset Text
17344
17345 \begin_layout Plain Layout
17346
17347 \backslash
17348 bigcirc
17349 \end_layout
17350
17351 \end_inset
17352 </cell>
17353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17354 \begin_inset Text
17355
17356 \begin_layout Plain Layout
17357 \begin_inset Formula $\bigcirc$
17358 \end_inset
17359
17360
17361 \end_layout
17362
17363 \end_inset
17364 </cell>
17365 </row>
17366 <row>
17367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17368 \begin_inset Text
17369
17370 \begin_layout Plain Layout
17371
17372 \backslash
17373 wedge
17374 \end_layout
17375
17376 \end_inset
17377 </cell>
17378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17379 \begin_inset Text
17380
17381 \begin_layout Plain Layout
17382 \begin_inset Formula $\wedge$
17383 \end_inset
17384
17385
17386 \end_layout
17387
17388 \end_inset
17389 </cell>
17390 </row>
17391 <row>
17392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17393 \begin_inset Text
17394
17395 \begin_layout Plain Layout
17396
17397 \backslash
17398 vee
17399 \end_layout
17400
17401 \end_inset
17402 </cell>
17403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17404 \begin_inset Text
17405
17406 \begin_layout Plain Layout
17407 \begin_inset Formula $\vee$
17408 \end_inset
17409
17410
17411 \end_layout
17412
17413 \end_inset
17414 </cell>
17415 </row>
17416 </lyxtabular>
17417
17418 \end_inset
17419
17420
17421 \begin_inset space \hfill{}
17422 \end_inset
17423
17424
17425 \begin_inset Tabular
17426 <lyxtabular version="3" rows="13" columns="2">
17427 <features rotate="0" tabularvalignment="middle">
17428 <column alignment="center" valignment="top" width="0pt">
17429 <column alignment="center" valignment="top" width="0pt">
17430 <row>
17431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17432 \begin_inset Text
17433
17434 \begin_layout Plain Layout
17435 Befehl
17436 \end_layout
17437
17438 \end_inset
17439 </cell>
17440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17441 \begin_inset Text
17442
17443 \begin_layout Plain Layout
17444 Ergebnis
17445 \end_layout
17446
17447 \end_inset
17448 </cell>
17449 </row>
17450 <row>
17451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17452 \begin_inset Text
17453
17454 \begin_layout Plain Layout
17455
17456 \backslash
17457 oplus
17458 \end_layout
17459
17460 \end_inset
17461 </cell>
17462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17463 \begin_inset Text
17464
17465 \begin_layout Plain Layout
17466 \begin_inset Formula $\oplus$
17467 \end_inset
17468
17469
17470 \end_layout
17471
17472 \end_inset
17473 </cell>
17474 </row>
17475 <row>
17476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17477 \begin_inset Text
17478
17479 \begin_layout Plain Layout
17480
17481 \backslash
17482 ominus
17483 \end_layout
17484
17485 \end_inset
17486 </cell>
17487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17488 \begin_inset Text
17489
17490 \begin_layout Plain Layout
17491 \begin_inset Formula $\ominus$
17492 \end_inset
17493
17494
17495 \end_layout
17496
17497 \end_inset
17498 </cell>
17499 </row>
17500 <row>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505
17506 \backslash
17507 otimes
17508 \end_layout
17509
17510 \end_inset
17511 </cell>
17512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516 \begin_inset Formula $\otimes$
17517 \end_inset
17518
17519
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 oslash
17533 \end_layout
17534
17535 \end_inset
17536 </cell>
17537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17538 \begin_inset Text
17539
17540 \begin_layout Plain Layout
17541 \begin_inset Formula $\oslash$
17542 \end_inset
17543
17544
17545 \end_layout
17546
17547 \end_inset
17548 </cell>
17549 </row>
17550 <row>
17551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17552 \begin_inset Text
17553
17554 \begin_layout Plain Layout
17555
17556 \backslash
17557 odot
17558 \end_layout
17559
17560 \end_inset
17561 </cell>
17562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17563 \begin_inset Text
17564
17565 \begin_layout Plain Layout
17566 \begin_inset Formula $\odot$
17567 \end_inset
17568
17569
17570 \end_layout
17571
17572 \end_inset
17573 </cell>
17574 </row>
17575 <row>
17576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17577 \begin_inset Text
17578
17579 \begin_layout Plain Layout
17580
17581 \backslash
17582 amalg
17583 \end_layout
17584
17585 \end_inset
17586 </cell>
17587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17588 \begin_inset Text
17589
17590 \begin_layout Plain Layout
17591 \begin_inset Formula $\amalg$
17592 \end_inset
17593
17594
17595 \end_layout
17596
17597 \end_inset
17598 </cell>
17599 </row>
17600 <row>
17601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17602 \begin_inset Text
17603
17604 \begin_layout Plain Layout
17605
17606 \backslash
17607 uplus
17608 \end_layout
17609
17610 \end_inset
17611 </cell>
17612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17613 \begin_inset Text
17614
17615 \begin_layout Plain Layout
17616 \begin_inset Formula $\uplus$
17617 \end_inset
17618
17619
17620 \end_layout
17621
17622 \end_inset
17623 </cell>
17624 </row>
17625 <row>
17626 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17627 \begin_inset Text
17628
17629 \begin_layout Plain Layout
17630
17631 \backslash
17632 setminus
17633 \end_layout
17634
17635 \end_inset
17636 </cell>
17637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17638 \begin_inset Text
17639
17640 \begin_layout Plain Layout
17641 \begin_inset Formula $\setminus$
17642 \end_inset
17643
17644
17645 \end_layout
17646
17647 \end_inset
17648 </cell>
17649 </row>
17650 <row>
17651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17652 \begin_inset Text
17653
17654 \begin_layout Plain Layout
17655
17656 \backslash
17657 sqcap
17658 \end_layout
17659
17660 \end_inset
17661 </cell>
17662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17663 \begin_inset Text
17664
17665 \begin_layout Plain Layout
17666 \begin_inset Formula $\sqcap$
17667 \end_inset
17668
17669
17670 \end_layout
17671
17672 \end_inset
17673 </cell>
17674 </row>
17675 <row>
17676 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17677 \begin_inset Text
17678
17679 \begin_layout Plain Layout
17680
17681 \backslash
17682 sqcup
17683 \end_layout
17684
17685 \end_inset
17686 </cell>
17687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17688 \begin_inset Text
17689
17690 \begin_layout Plain Layout
17691 \begin_inset Formula $\sqcup$
17692 \end_inset
17693
17694
17695 \end_layout
17696
17697 \end_inset
17698 </cell>
17699 </row>
17700 <row>
17701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17702 \begin_inset Text
17703
17704 \begin_layout Plain Layout
17705
17706 \backslash
17707 triangleleft
17708 \end_layout
17709
17710 \end_inset
17711 </cell>
17712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17713 \begin_inset Text
17714
17715 \begin_layout Plain Layout
17716 \begin_inset Formula $\triangleleft$
17717 \end_inset
17718
17719
17720 \end_layout
17721
17722 \end_inset
17723 </cell>
17724 </row>
17725 <row>
17726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17727 \begin_inset Text
17728
17729 \begin_layout Plain Layout
17730
17731 \backslash
17732 triangleright
17733 \end_layout
17734
17735 \end_inset
17736 </cell>
17737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17738 \begin_inset Text
17739
17740 \begin_layout Plain Layout
17741 \begin_inset Formula $\triangleright$
17742 \end_inset
17743
17744
17745 \end_layout
17746
17747 \end_inset
17748 </cell>
17749 </row>
17750 </lyxtabular>
17751
17752 \end_inset
17753
17754
17755 \begin_inset space \hfill{}
17756 \end_inset
17757
17758
17759 \end_layout
17760
17761 \begin_layout Standard
17762 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17763  
17764 \begin_inset Graphics
17765         filename ../../images/math/pm.png
17766         scale 85
17767
17768 \end_inset
17769
17770  eingefügt werden.
17771 \end_layout
17772
17773 \begin_layout Standard
17774 Um den Laplace-Operator darzustellen, kann man statt 
17775 \series bold
17776
17777 \backslash
17778 bigtriangleup
17779 \series default
17780  auch 
17781 \series bold
17782
17783 \backslash
17784 Delta
17785 \series default
17786  verwenden oder man benutzt 
17787 \series bold
17788
17789 \backslash
17790 nabla
17791 \series default
17792 ^
17793 \series bold
17794 2
17795 \series default
17796  (
17797 \begin_inset Formula $\nabla^{2}$
17798 \end_inset
17799
17800 ).
17801 \end_layout
17802
17803 \begin_layout Standard
17804 Das Zeichen 
17805 \family sans
17806 Menütrenner
17807 \family default
17808  im Menü 
17809 \family sans
17810 Einfügen\SpecialChar \menuseparator
17811 Sonderzeichen
17812 \family default
17813  ist der Operator 
17814 \series bold
17815
17816 \backslash
17817 triangleright
17818 \series default
17819 .
17820 \end_layout
17821
17822 \begin_layout Subsection
17823 Selbst definierte Operatoren
17824 \begin_inset CommandInset label
17825 LatexCommand label
17826 name "sub:Selbstdefinierte-Operatoren"
17827
17828 \end_inset
17829
17830
17831 \begin_inset Index idx
17832 status collapsed
17833
17834 \begin_layout Plain Layout
17835 Operatoren ! selbstdefinierte
17836 \end_layout
17837
17838 \end_inset
17839
17840
17841 \end_layout
17842
17843 \begin_layout Standard
17844 Mit Hilfe des Befehls 
17845 \series bold
17846
17847 \backslash
17848 DeclareMathOperator
17849 \series default
17850
17851 \begin_inset Index idx
17852 status collapsed
17853
17854 \begin_layout Plain Layout
17855 Befehle ! D ! 
17856 \backslash
17857 dbinom@
17858 \backslash
17859 DeclareMathOperator
17860 \end_layout
17861
17862 \end_inset
17863
17864  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17865  Das Befehlsschema dazu lautet:
17866 \end_layout
17867
17868 \begin_layout Standard
17869
17870 \series bold
17871
17872 \backslash
17873 DeclareMathOperator{neuer Befehl}{Anzeige}
17874 \end_layout
17875
17876 \begin_layout Standard
17877 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17878  im Ausdruck aussieht.
17879  Will man einen großen Operator definieren, setzt man hinter den Befehl
17880  ein 
17881 \series bold
17882 *
17883 \series default
17884 .
17885  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17886  wie in 
17887 \begin_inset CommandInset ref
17888 LatexCommand ref
17889 reference "sub:Operatorgrenzen"
17890
17891 \end_inset
17892
17893  beschrieben.
17894 \end_layout
17895
17896 \begin_layout Standard
17897 Beispielsweise definiert die LaTeX-Vorspannzeile
17898 \end_layout
17899
17900 \begin_layout Standard
17901
17902 \series bold
17903
17904 \backslash
17905 DeclareMathOperator*{
17906 \backslash
17907 Raute}{
17908 \backslash
17909 blacklozenge}
17910 \end_layout
17911
17912 \begin_layout Standard
17913 den Befehl 
17914 \series bold
17915
17916 \backslash
17917 Raute
17918 \series default
17919 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17920  aus 
17921 \begin_inset CommandInset ref
17922 LatexCommand ref
17923 reference "sub:Sonstige-Symbole"
17924
17925 \end_inset
17926
17927  besteht:
17928 \begin_inset Formula 
17929 \[
17930 \Raute_{n=1}^{\infty}
17931 \]
17932
17933 \end_inset
17934
17935 Der Befehl für diese Formel lautet: 
17936 \series bold
17937
17938 \backslash
17939 Raute
17940 \series default
17941 ^
17942 \series bold
17943
17944 \backslash
17945 infty
17946 \begin_inset Formula $\to$
17947 \end_inset
17948
17949 _n=1
17950 \end_layout
17951
17952 \begin_layout Standard
17953 \begin_inset VSpace bigskip
17954 \end_inset
17955
17956 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17957  auch mit den Befehlen 
17958 \series bold
17959
17960 \backslash
17961 mathop
17962 \series default
17963
17964 \begin_inset Index idx
17965 status collapsed
17966
17967 \begin_layout Plain Layout
17968 Befehle ! M ! 
17969 \backslash
17970 mathop
17971 \end_layout
17972
17973 \end_inset
17974
17975  und 
17976 \series bold
17977
17978 \backslash
17979 mathbin
17980 \series default
17981
17982 \begin_inset Index idx
17983 status collapsed
17984
17985 \begin_layout Plain Layout
17986 Befehle ! M ! 
17987 \backslash
17988 mathbin
17989 \end_layout
17990
17991 \end_inset
17992
17993  definieren, die folgendes Schema besitzen:
17994 \end_layout
17995
17996 \begin_layout Standard
17997
17998 \series bold
17999
18000 \backslash
18001 mathop{Anzeige}
18002 \series default
18003  bzw.
18004 \begin_inset space \space{}
18005 \end_inset
18006
18007
18008 \series bold
18009
18010 \backslash
18011 mathbin{Anzeige}
18012 \end_layout
18013
18014 \begin_layout Standard
18015
18016 \series bold
18017
18018 \backslash
18019 mathop
18020 \series default
18021  definiert große, 
18022 \series bold
18023
18024 \backslash
18025 mathbin
18026 \series default
18027  binäre Operatoren.
18028 \end_layout
18029
18030 \begin_layout Standard
18031
18032 \series bold
18033
18034 \backslash
18035 mathop
18036 \series default
18037  lässt sich z.
18038 \begin_inset space \thinspace{}
18039 \end_inset
18040
18041 B.
18042  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18043 \begin_inset Formula 
18044 \[
18045 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18046 \]
18047
18048 \end_inset
18049
18050
18051 \end_layout
18052
18053 \begin_layout Standard
18054 Der Befehl für obige Formel lautet:
18055 \begin_inset Newline newline
18056 \end_inset
18057
18058  
18059 \series bold
18060
18061 \backslash
18062 mathop{
18063 \backslash
18064 sum
18065 \backslash
18066 negmedspace
18067 \backslash
18068 sum
18069 \series default
18070
18071 \begin_inset ERT
18072 status collapsed
18073
18074 \begin_layout Plain Layout
18075
18076
18077 \backslash
18078 leer 
18079 \end_layout
18080
18081 \end_inset
18082
18083
18084 \series bold
18085
18086 \begin_inset Formula $\to$
18087 \end_inset
18088
18089 ^N
18090 \series default
18091
18092 \begin_inset ERT
18093 status collapsed
18094
18095 \begin_layout Plain Layout
18096
18097
18098 \backslash
18099 leer 
18100 \end_layout
18101
18102 \end_inset
18103
18104
18105 \series bold
18106 _i,j=1
18107 \end_layout
18108
18109 \begin_layout Standard
18110 \begin_inset Newpage newpage
18111 \end_inset
18112
18113
18114 \end_layout
18115
18116 \begin_layout Section
18117 Schriften
18118 \begin_inset Index idx
18119 status collapsed
18120
18121 \begin_layout Plain Layout
18122 Schriften
18123 \end_layout
18124
18125 \end_inset
18126
18127
18128 \end_layout
18129
18130 \begin_layout Subsection
18131 Schriftstile
18132 \begin_inset CommandInset label
18133 LatexCommand label
18134 name "sub:Schriftstile"
18135
18136 \end_inset
18137
18138
18139 \begin_inset Index idx
18140 status collapsed
18141
18142 \begin_layout Plain Layout
18143 Schriften ! Schriftstile
18144 \end_layout
18145
18146 \end_inset
18147
18148
18149 \end_layout
18150
18151 \begin_layout Standard
18152 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18153  gesetzt werden:
18154 \begin_inset VSpace -2mm
18155 \end_inset
18156
18157
18158 \end_layout
18159
18160 \begin_layout Standard
18161 \align center
18162 \begin_inset Tabular
18163 <lyxtabular version="3" rows="7" columns="3">
18164 <features rotate="0" tabularvalignment="middle">
18165 <column alignment="center" valignment="top">
18166 <column alignment="center" valignment="top">
18167 <column alignment="center" valignment="top">
18168 <row>
18169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18170 \begin_inset Text
18171
18172 \begin_layout Plain Layout
18173 Befehl
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 Ergebnis
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 Tastenkürzel
18192 \end_layout
18193
18194 \end_inset
18195 </cell>
18196 </row>
18197 <row>
18198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18199 \begin_inset Text
18200
18201 \begin_layout Plain Layout
18202
18203 \backslash
18204 mathbb
18205 \series bold
18206
18207 \begin_inset ERT
18208 status collapsed
18209
18210 \begin_layout Plain Layout
18211
18212
18213 \backslash
18214 leer 
18215 \end_layout
18216
18217 \end_inset
18218
18219
18220 \series default
18221 ABC
18222 \end_layout
18223
18224 \end_inset
18225 </cell>
18226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18227 \begin_inset Text
18228
18229 \begin_layout Plain Layout
18230 \begin_inset Formula $\mathbb{ABC}$
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242 Alt+Z K
18243 \end_layout
18244
18245 \end_inset
18246 </cell>
18247 </row>
18248 <row>
18249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18250 \begin_inset Text
18251
18252 \begin_layout Plain Layout
18253
18254 \backslash
18255 mathbf
18256 \series bold
18257
18258 \begin_inset ERT
18259 status collapsed
18260
18261 \begin_layout Plain Layout
18262
18263
18264 \backslash
18265 leer 
18266 \end_layout
18267
18268 \end_inset
18269
18270
18271 \series default
18272 AbC
18273 \end_layout
18274
18275 \end_inset
18276 </cell>
18277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18278 \begin_inset Text
18279
18280 \begin_layout Plain Layout
18281 \begin_inset Formula $\mathbf{AbC}$
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293 Strg+B
18294 \end_layout
18295
18296 \end_inset
18297 </cell>
18298 </row>
18299 <row>
18300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18301 \begin_inset Text
18302
18303 \begin_layout Plain Layout
18304
18305 \backslash
18306 boldsymbol
18307 \series bold
18308
18309 \begin_inset ERT
18310 status collapsed
18311
18312 \begin_layout Plain Layout
18313
18314
18315 \backslash
18316 leer 
18317 \end_layout
18318
18319 \end_inset
18320
18321
18322 \series default
18323 AbC
18324 \end_layout
18325
18326 \end_inset
18327 </cell>
18328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18329 \begin_inset Text
18330
18331 \begin_layout Plain Layout
18332 \begin_inset Formula $\boldsymbol{AbC}$
18333 \end_inset
18334
18335
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344 Alt+Z F oder Strg+Alt+B
18345 \end_layout
18346
18347 \end_inset
18348 </cell>
18349 </row>
18350 <row>
18351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18352 \begin_inset Text
18353
18354 \begin_layout Plain Layout
18355
18356 \backslash
18357 mathcal
18358 \series bold
18359
18360 \begin_inset ERT
18361 status collapsed
18362
18363 \begin_layout Plain Layout
18364
18365
18366 \backslash
18367 leer 
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \series default
18374 ABC
18375 \end_layout
18376
18377 \end_inset
18378 </cell>
18379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18380 \begin_inset Text
18381
18382 \begin_layout Plain Layout
18383 \begin_inset Formula $\mathcal{ABC}$
18384 \end_inset
18385
18386
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18392 \begin_inset Text
18393
18394 \begin_layout Plain Layout
18395 Alt+Z H
18396 \end_layout
18397
18398 \end_inset
18399 </cell>
18400 </row>
18401 <row>
18402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18403 \begin_inset Text
18404
18405 \begin_layout Plain Layout
18406
18407 \backslash
18408 mathfrak
18409 \series bold
18410
18411 \begin_inset ERT
18412 status collapsed
18413
18414 \begin_layout Plain Layout
18415
18416
18417 \backslash
18418 leer 
18419 \end_layout
18420
18421 \end_inset
18422
18423
18424 \series default
18425 AbC
18426 \end_layout
18427
18428 \end_inset
18429 </cell>
18430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18431 \begin_inset Text
18432
18433 \begin_layout Plain Layout
18434 \begin_inset Formula $\mathfrak{AbC}$
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \end_inset
18441 </cell>
18442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18443 \begin_inset Text
18444
18445 \begin_layout Plain Layout
18446 -
18447 \end_layout
18448
18449 \end_inset
18450 </cell>
18451 </row>
18452 <row>
18453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18454 \begin_inset Text
18455
18456 \begin_layout Plain Layout
18457
18458 \backslash
18459 mathscr
18460 \series bold
18461
18462 \begin_inset ERT
18463 status collapsed
18464
18465 \begin_layout Plain Layout
18466
18467
18468 \backslash
18469 leer 
18470 \end_layout
18471
18472 \end_inset
18473
18474
18475 \series default
18476 AbC
18477 \end_layout
18478
18479 \end_inset
18480 </cell>
18481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18482 \begin_inset Text
18483
18484 \begin_layout Plain Layout
18485 \begin_inset Formula $\mathscr{AbC}$
18486 \end_inset
18487
18488
18489 \end_layout
18490
18491 \end_inset
18492 </cell>
18493 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18494 \begin_inset Text
18495
18496 \begin_layout Plain Layout
18497 -
18498 \end_layout
18499
18500 \end_inset
18501 </cell>
18502 </row>
18503 </lyxtabular>
18504
18505 \end_inset
18506
18507
18508 \end_layout
18509
18510 \begin_layout Standard
18511 \align center
18512 \begin_inset Tabular
18513 <lyxtabular version="3" rows="5" columns="3">
18514 <features rotate="0" tabularvalignment="middle">
18515 <column alignment="center" valignment="top">
18516 <column alignment="center" valignment="top">
18517 <column alignment="center" valignment="top">
18518 <row>
18519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18520 \begin_inset Text
18521
18522 \begin_layout Plain Layout
18523 Befehl
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 Ergebnis
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541 Tastenkürzel
18542 \end_layout
18543
18544 \end_inset
18545 </cell>
18546 </row>
18547 <row>
18548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18549 \begin_inset Text
18550
18551 \begin_layout Plain Layout
18552
18553 \backslash
18554 mathit
18555 \series bold
18556
18557 \begin_inset ERT
18558 status collapsed
18559
18560 \begin_layout Plain Layout
18561
18562
18563 \backslash
18564 leer 
18565 \end_layout
18566
18567 \end_inset
18568
18569
18570 \series default
18571 AbC
18572 \end_layout
18573
18574 \end_inset
18575 </cell>
18576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18577 \begin_inset Text
18578
18579 \begin_layout Plain Layout
18580 \begin_inset Formula $\mathit{AbC}$
18581 \end_inset
18582
18583
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592 -
18593 \end_layout
18594
18595 \end_inset
18596 </cell>
18597 </row>
18598 <row>
18599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18600 \begin_inset Text
18601
18602 \begin_layout Plain Layout
18603
18604 \backslash
18605 mathrm
18606 \series bold
18607
18608 \begin_inset ERT
18609 status collapsed
18610
18611 \begin_layout Plain Layout
18612
18613
18614 \backslash
18615 leer 
18616 \end_layout
18617
18618 \end_inset
18619
18620
18621 \series default
18622 AbC
18623 \end_layout
18624
18625 \end_inset
18626 </cell>
18627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 \begin_inset Formula $\mathrm{AbC}$
18632 \end_inset
18633
18634
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18640 \begin_inset Text
18641
18642 \begin_layout Plain Layout
18643 Alt+Z R
18644 \end_layout
18645
18646 \end_inset
18647 </cell>
18648 </row>
18649 <row>
18650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18651 \begin_inset Text
18652
18653 \begin_layout Plain Layout
18654
18655 \backslash
18656 mathsf
18657 \series bold
18658
18659 \begin_inset ERT
18660 status collapsed
18661
18662 \begin_layout Plain Layout
18663
18664
18665 \backslash
18666 leer 
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \series default
18673 AbC
18674 \end_layout
18675
18676 \end_inset
18677 </cell>
18678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18679 \begin_inset Text
18680
18681 \begin_layout Plain Layout
18682 \begin_inset Formula $\mathsf{AbC}$
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \end_inset
18689 </cell>
18690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18691 \begin_inset Text
18692
18693 \begin_layout Plain Layout
18694 Alt+Z S
18695 \end_layout
18696
18697 \end_inset
18698 </cell>
18699 </row>
18700 <row>
18701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18702 \begin_inset Text
18703
18704 \begin_layout Plain Layout
18705
18706 \backslash
18707 mathtt
18708 \series bold
18709
18710 \begin_inset ERT
18711 status collapsed
18712
18713 \begin_layout Plain Layout
18714
18715
18716 \backslash
18717 leer 
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \series default
18724 AbC
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733 \begin_inset Formula $\mathtt{AbC}$
18734 \end_inset
18735
18736
18737 \end_layout
18738
18739 \end_inset
18740 </cell>
18741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18742 \begin_inset Text
18743
18744 \begin_layout Plain Layout
18745 Alt+Z C
18746 \end_layout
18747
18748 \end_inset
18749 </cell>
18750 </row>
18751 </lyxtabular>
18752
18753 \end_inset
18754
18755
18756 \end_layout
18757
18758 \begin_layout Standard
18759 \begin_inset Note Greyedout
18760 status open
18761
18762 \begin_layout Plain Layout
18763
18764 \series bold
18765 Achtung:
18766 \series default
18767  Die Stile 
18768 \series bold
18769
18770 \backslash
18771 mathbb
18772 \series default
18773  und 
18774 \series bold
18775
18776 \backslash
18777 mathcal
18778 \series default
18779  können nur für Großbuchstaben verwendet werden.
18780 \end_layout
18781
18782 \end_inset
18783
18784
18785 \end_layout
18786
18787 \begin_layout Standard
18788 Voreingestellt ist der Stil 
18789 \series bold
18790
18791 \backslash
18792 mathnormal
18793 \series default
18794 .
18795 \end_layout
18796
18797 \begin_layout Standard
18798 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18799 \begin_inset Formula 
18800 \[
18801 \mathfrak{A=\frac{b}{C}}
18802 \]
18803
18804 \end_inset
18805
18806
18807 \end_layout
18808
18809 \begin_layout Standard
18810 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18811 ile, sondern in dem Textschriftstil 
18812 \series bold
18813
18814 \backslash
18815 textrm
18816 \series default
18817 .
18818  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18819  ein Fehler in LyX.
18820 \begin_inset Foot
18821 status collapsed
18822
18823 \begin_layout Plain Layout
18824 \begin_inset CommandInset href
18825 LatexCommand href
18826 name "LyX-Fehler #4629"
18827 target "http://www.lyx.org/trac/ticket/4629"
18828
18829 \end_inset
18830
18831
18832 \end_layout
18833
18834 \end_inset
18835
18836
18837 \end_layout
18838
18839 \begin_layout Standard
18840 Anstelle der Stilbefehle kann man auch den Dialog 
18841 \family sans
18842 Bearbeiten\SpecialChar \menuseparator
18843 Mathe\SpecialChar \menuseparator
18844 Text-Stil
18845 \family default
18846  oder den Mathe-Werkzeugleistenknopf 
18847 \begin_inset Graphics
18848         filename ../../images/math/font.png
18849         scale 85
18850
18851 \end_inset
18852
18853  verwenden.
18854 \end_layout
18855
18856 \begin_layout Subsection
18857 Fett gedruckte Formeln
18858 \begin_inset CommandInset label
18859 LatexCommand label
18860 name "sub:Fett-gedruckte-Formeln"
18861
18862 \end_inset
18863
18864
18865 \begin_inset Index idx
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869 Formel ! fett gedruckte
18870 \end_layout
18871
18872 \end_inset
18873
18874
18875 \end_layout
18876
18877 \begin_layout Standard
18878 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18879  Kapitel angegebenen Befehl 
18880 \series bold
18881
18882 \backslash
18883 mathbf
18884 \series default
18885  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18886  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18887  Formel gut erkennt:
18888 \end_layout
18889
18890 \begin_layout Standard
18891 \begin_inset Formula 
18892 \[
18893 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18894 \]
18895
18896 \end_inset
18897
18898
18899 \end_layout
18900
18901 \begin_layout Standard
18902 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18903 \series bold
18904
18905 \backslash
18906 boldsymbol
18907 \series default
18908 :
18909 \begin_inset Formula 
18910 \[
18911 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18912 \]
18913
18914 \end_inset
18915
18916 Es gibt auch die Möglichkeit die Formel in eine 
18917 \series bold
18918 boldmath-Umgebung
18919 \series default
18920  zu setzen.
18921  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18922 \series bold
18923
18924 \backslash
18925 boldmath
18926 \series default
18927
18928 \begin_inset Index idx
18929 status collapsed
18930
18931 \begin_layout Plain Layout
18932 Befehle ! B ! 
18933 \backslash
18934 boldmath
18935 \end_layout
18936
18937 \end_inset
18938
18939  eingibt.
18940  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18941 \series bold
18942
18943 \backslash
18944 unboldmath
18945 \series default
18946
18947 \begin_inset Index idx
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951 Befehle ! U ! 
18952 \backslash
18953 unboldmath
18954 \end_layout
18955
18956 \end_inset
18957
18958  ein.
18959 \begin_inset ERT
18960 status collapsed
18961
18962 \begin_layout Plain Layout
18963
18964
18965 \backslash
18966 boldmath 
18967 \end_layout
18968
18969 \end_inset
18970
18971
18972 \begin_inset Formula 
18973 \[
18974 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18975 \]
18976
18977 \end_inset
18978
18979
18980 \begin_inset ERT
18981 status collapsed
18982
18983 \begin_layout Plain Layout
18984
18985
18986 \backslash
18987 unboldmath 
18988 \end_layout
18989
18990 \end_inset
18991
18992
18993 \end_layout
18994
18995 \begin_layout Subsection
18996 Farbige Formeln
18997 \begin_inset Index idx
18998 status collapsed
18999
19000 \begin_layout Plain Layout
19001 Formel ! farbige
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \end_layout
19008
19009 \begin_layout Standard
19010 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
19011  oder Formelteile und verwenden dann den 
19012 \family sans
19013 Textstil
19014 \family default
19015  Dialog.
19016  Hier ist eine Formel in Magenta:
19017 \begin_inset Formula 
19018 \[
19019 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19020 \]
19021
19022 \end_inset
19023
19024
19025 \end_layout
19026
19027 \begin_layout Standard
19028 Man kann auch eigene Farben definieren, wie in 
19029 \begin_inset CommandInset ref
19030 LatexCommand ref
19031 reference "sub:Farbige-Boxen"
19032
19033 \end_inset
19034
19035  erklärt ist.
19036  Diese können dann mit dem TeX-Code Befehl 
19037 \series bold
19038
19039 \backslash
19040 textcolor
19041 \series default
19042
19043 \begin_inset Index idx
19044 status collapsed
19045
19046 \begin_layout Plain Layout
19047 Befehle! T ! 
19048 \backslash
19049 textcolor
19050 \end_layout
19051
19052 \end_inset
19053
19054  verwendet werden, dass folgendes Schema besitzt:
19055 \end_layout
19056
19057 \begin_layout Standard
19058
19059 \series bold
19060
19061 \backslash
19062 textcolor{Farbe}{Zeichen oder Formel}
19063 \end_layout
19064
19065 \begin_layout Standard
19066 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19067 \end_layout
19068
19069 \begin_layout Standard
19070 \begin_inset ERT
19071 status collapsed
19072
19073 \begin_layout Plain Layout
19074
19075
19076 \backslash
19077 textcolor{dunkelgruen}{
19078 \end_layout
19079
19080 \end_inset
19081
19082
19083 \begin_inset Formula 
19084 \[
19085 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19086 \]
19087
19088 \end_inset
19089
19090
19091 \begin_inset ERT
19092 status collapsed
19093
19094 \begin_layout Plain Layout
19095
19096 }
19097 \end_layout
19098
19099 \end_inset
19100
19101
19102 \end_layout
19103
19104 \begin_layout Standard
19105 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
19106 n Farben gefärbt werden.
19107 \begin_inset Foot
19108 status collapsed
19109
19110 \begin_layout Plain Layout
19111 \begin_inset CommandInset href
19112 LatexCommand href
19113 name "LyX-bug #5269"
19114 target "http://www.lyx.org/trac/ticket/5269"
19115
19116 \end_inset
19117
19118
19119 \end_layout
19120
19121 \end_inset
19122
19123
19124 \end_layout
19125
19126 \begin_layout Subsection
19127 Schriftgrößen
19128 \begin_inset CommandInset label
19129 LatexCommand label
19130 name "sub:Schriftgrößen"
19131
19132 \end_inset
19133
19134
19135 \begin_inset Index idx
19136 status collapsed
19137
19138 \begin_layout Plain Layout
19139 Schriften ! Schriftgrößen
19140 \end_layout
19141
19142 \end_inset
19143
19144
19145 \end_layout
19146
19147 \begin_layout Standard
19148 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19149 le:
19150 \end_layout
19151
19152 \begin_layout Standard
19153
19154 \series bold
19155
19156 \backslash
19157 Huge
19158 \series default
19159
19160 \series bold
19161
19162 \backslash
19163 huge
19164 \series default
19165
19166 \series bold
19167
19168 \backslash
19169 LARGE
19170 \series default
19171
19172 \series bold
19173
19174 \backslash
19175 Large
19176 \series default
19177
19178 \series bold
19179
19180 \backslash
19181 large
19182 \series default
19183
19184 \series bold
19185
19186 \backslash
19187 normalsize
19188 \series default
19189
19190 \series bold
19191
19192 \backslash
19193 small
19194 \series default
19195
19196 \series bold
19197
19198 \backslash
19199 footnotesize
19200 \series default
19201 ,
19202 \begin_inset Newline linebreak
19203 \end_inset
19204
19205
19206 \series bold
19207
19208 \backslash
19209 scriptsize
19210 \series default
19211  und 
19212 \series bold
19213
19214 \backslash
19215 tiny
19216 \end_layout
19217
19218 \begin_layout Standard
19219 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19220  ab, die dem Befehl 
19221 \series bold
19222
19223 \backslash
19224 normalsize
19225 \series default
19226  entspricht.
19227  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19228 \series bold
19229
19230 \backslash
19231 normalsize
19232 \series default
19233 .
19234  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19235  Beträgt z.
19236 \begin_inset space \thinspace{}
19237 \end_inset
19238
19239 B.
19240  die Dokumentschriftgröße 12
19241 \begin_inset space \thinspace{}
19242 \end_inset
19243
19244 pt, produziert der Befehl 
19245 \series bold
19246
19247 \backslash
19248 Huge
19249 \series default
19250  dasselbe wie 
19251 \series bold
19252
19253 \backslash
19254 huge
19255 \series default
19256 .
19257  
19258 \end_layout
19259
19260 \begin_layout Standard
19261 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19262  Größe aller nachfolgenden Formel- und Textzeichen fest.
19263  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19264  TeX-Modus den Befehl 
19265 \series bold
19266
19267 \backslash
19268 normalsize
19269 \series default
19270  ein.
19271 \end_layout
19272
19273 \begin_layout Standard
19274 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19275  werden:
19276 \end_layout
19277
19278 \begin_layout Standard
19279 \noindent
19280 \align center
19281 \begin_inset Tabular
19282 <lyxtabular version="3" rows="5" columns="2">
19283 <features rotate="0" tabularvalignment="middle">
19284 <column alignment="center" valignment="top">
19285 <column alignment="center" valignment="top">
19286 <row>
19287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 Befehl
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19297 \begin_inset Text
19298
19299 \begin_layout Plain Layout
19300 Ergebnis
19301 \begin_inset Note Note
19302 status collapsed
19303
19304 \begin_layout Plain Layout
19305
19306 \series bold
19307
19308 \backslash
19309 raisebox
19310 \series default
19311  dient nur als Abstandhalter.
19312 \end_layout
19313
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 <row>
19323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19324 \begin_inset Text
19325
19326 \begin_layout Plain Layout
19327
19328 \backslash
19329 displaystyle
19330 \begin_inset Index idx
19331 status collapsed
19332
19333 \begin_layout Plain Layout
19334 Befehle ! D ! 
19335 \backslash
19336 displaystyle
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \end_layout
19343
19344 \end_inset
19345 </cell>
19346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19347 \begin_inset Text
19348
19349 \begin_layout Plain Layout
19350 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19351 \end_inset
19352
19353
19354 \end_layout
19355
19356 \end_inset
19357 </cell>
19358 </row>
19359 <row>
19360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19361 \begin_inset Text
19362
19363 \begin_layout Plain Layout
19364
19365 \backslash
19366 textstyle
19367 \end_layout
19368
19369 \end_inset
19370 </cell>
19371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19372 \begin_inset Text
19373
19374 \begin_layout Plain Layout
19375 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19376 \end_inset
19377
19378
19379 \end_layout
19380
19381 \end_inset
19382 </cell>
19383 </row>
19384 <row>
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389
19390 \backslash
19391 scriptstyle
19392 \end_layout
19393
19394 \end_inset
19395 </cell>
19396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19397 \begin_inset Text
19398
19399 \begin_layout Plain Layout
19400 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19401 \end_inset
19402
19403
19404 \end_layout
19405
19406 \end_inset
19407 </cell>
19408 </row>
19409 <row>
19410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414
19415 \backslash
19416 scriptscriptstyle
19417 \end_layout
19418
19419 \end_inset
19420 </cell>
19421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19422 \begin_inset Text
19423
19424 \begin_layout Plain Layout
19425 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19426 \end_inset
19427
19428
19429 \end_layout
19430
19431 \end_inset
19432 </cell>
19433 </row>
19434 </lyxtabular>
19435
19436 \end_inset
19437
19438
19439 \end_layout
19440
19441 \begin_layout Standard
19442 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19443  in das die Formelteile eingegeben werden.
19444 \end_layout
19445
19446 \begin_layout Standard
19447 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19448  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19449  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19450  eingegeben.
19451  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19452  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19453  Dazu zwei Beispiele:
19454 \begin_inset VSpace -2mm
19455 \end_inset
19456
19457
19458 \end_layout
19459
19460 \begin_layout Standard
19461 \begin_inset ERT
19462 status collapsed
19463
19464 \begin_layout Plain Layout
19465
19466
19467 \backslash
19468 huge 
19469 \end_layout
19470
19471 \end_inset
19472
19473
19474 \begin_inset Formula 
19475 \[
19476 A=\frac{B}{c}\cdot\maltese
19477 \]
19478
19479 \end_inset
19480
19481
19482 \begin_inset Formula 
19483 \[
19484 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19485 \]
19486
19487 \end_inset
19488
19489
19490 \begin_inset ERT
19491 status collapsed
19492
19493 \begin_layout Plain Layout
19494
19495
19496 \backslash
19497 normalsize 
19498 \end_layout
19499
19500 \end_inset
19501
19502
19503 \end_layout
19504
19505 \begin_layout Standard
19506 \begin_inset VSpace medskip
19507 \end_inset
19508
19509 Vor beiden Formeln wurde der Befehl 
19510 \series bold
19511
19512 \backslash
19513 huge
19514 \series default
19515  eingegeben.
19516  Der Befehl für die zweite Formel lautet:
19517 \begin_inset Newline newline
19518 \end_inset
19519
19520
19521 \series bold
19522
19523 \backslash
19524 maltese
19525 \begin_inset ERT
19526 status collapsed
19527
19528 \begin_layout Plain Layout
19529
19530
19531 \backslash
19532 leer 
19533 \end_layout
19534
19535 \end_inset
19536
19537 A M-m m 
19538 \backslash
19539 Large
19540 \begin_inset ERT
19541 status collapsed
19542
19543 \begin_layout Plain Layout
19544
19545
19546 \backslash
19547 leer 
19548 \end_layout
19549
19550 \end_inset
19551
19552
19553 \backslash
19554 maltese
19555 \begin_inset ERT
19556 status collapsed
19557
19558 \begin_layout Plain Layout
19559
19560
19561 \backslash
19562 leer 
19563 \end_layout
19564
19565 \end_inset
19566
19567
19568 \backslash
19569 textit
19570 \begin_inset ERT
19571 status collapsed
19572
19573 \begin_layout Plain Layout
19574
19575
19576 \backslash
19577 leer 
19578 \end_layout
19579
19580 \end_inset
19581
19582 A
19583 \begin_inset Formula $\to$
19584 \end_inset
19585
19586
19587 \begin_inset Formula $\to$
19588 \end_inset
19589
19590
19591 \begin_inset Newline newline
19592 \end_inset
19593
19594
19595 \begin_inset space \hspace*{}
19596 \length 1cm
19597 \end_inset
19598
19599 M-m
19600 \series default
19601  
19602 \series bold
19603
19604 \backslash
19605 tiny
19606 \begin_inset ERT
19607 status collapsed
19608
19609 \begin_layout Plain Layout
19610
19611
19612 \backslash
19613 leer 
19614 \end_layout
19615
19616 \end_inset
19617
19618
19619 \backslash
19620 maltese
19621 \begin_inset ERT
19622 status collapsed
19623
19624 \begin_layout Plain Layout
19625
19626
19627 \backslash
19628 leer 
19629 \end_layout
19630
19631 \end_inset
19632
19633
19634 \backslash
19635 textit
19636 \begin_inset ERT
19637 status collapsed
19638
19639 \begin_layout Plain Layout
19640
19641
19642 \backslash
19643 leer 
19644 \end_layout
19645
19646 \end_inset
19647
19648 A
19649 \end_layout
19650
19651 \begin_layout Standard
19652 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19653  immer in der Standardgröße dargestellt.
19654 \end_layout
19655
19656 \begin_layout Section
19657 Griechische Buchstaben
19658 \begin_inset Index idx
19659 status collapsed
19660
19661 \begin_layout Plain Layout
19662 griechische Buchstaben
19663 \end_layout
19664
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19672  
19673 \begin_inset Graphics
19674         filename ../../images/math/alpha.png
19675         scale 85
19676
19677 \end_inset
19678
19679  eingefügt werden.
19680  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19681  in Formeln aufrecht gesetzt werden.
19682  In einigen Sprachen, wie z.
19683 \begin_inset space \thinspace{}
19684 \end_inset
19685
19686 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19687 \end_layout
19688
19689 \begin_layout Subsection
19690 Kleine Buchstaben
19691 \begin_inset Index idx
19692 status collapsed
19693
19694 \begin_layout Plain Layout
19695 griechische Buchstaben ! kleine
19696 \end_layout
19697
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \begin_layout Standard
19704 \begin_inset space \hfill{}
19705 \end_inset
19706
19707
19708 \begin_inset Tabular
19709 <lyxtabular version="3" rows="11" columns="2">
19710 <features rotate="0" tabularvalignment="middle">
19711 <column alignment="center" valignment="top" width="0pt">
19712 <column alignment="center" valignment="top" width="0pt">
19713 <row>
19714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 Befehl
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 Ergebnis
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 </row>
19733 <row>
19734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19735 \begin_inset Text
19736
19737 \begin_layout Plain Layout
19738
19739 \backslash
19740 alpha
19741 \end_layout
19742
19743 \end_inset
19744 </cell>
19745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19746 \begin_inset Text
19747
19748 \begin_layout Plain Layout
19749 \begin_inset Formula $\alpha$
19750 \end_inset
19751
19752
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 </row>
19758 <row>
19759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19760 \begin_inset Text
19761
19762 \begin_layout Plain Layout
19763
19764 \backslash
19765 beta
19766 \end_layout
19767
19768 \end_inset
19769 </cell>
19770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19771 \begin_inset Text
19772
19773 \begin_layout Plain Layout
19774 \begin_inset Formula $\beta$
19775 \end_inset
19776
19777
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 </row>
19783 <row>
19784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19785 \begin_inset Text
19786
19787 \begin_layout Plain Layout
19788
19789 \backslash
19790 gamma
19791 \end_layout
19792
19793 \end_inset
19794 </cell>
19795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19796 \begin_inset Text
19797
19798 \begin_layout Plain Layout
19799 \begin_inset Formula $\gamma$
19800 \end_inset
19801
19802
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 </row>
19808 <row>
19809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19810 \begin_inset Text
19811
19812 \begin_layout Plain Layout
19813
19814 \backslash
19815 delta
19816 \end_layout
19817
19818 \end_inset
19819 </cell>
19820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19821 \begin_inset Text
19822
19823 \begin_layout Plain Layout
19824 \begin_inset Formula $\delta$
19825 \end_inset
19826
19827
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 </row>
19833 <row>
19834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19835 \begin_inset Text
19836
19837 \begin_layout Plain Layout
19838
19839 \backslash
19840 epsilon
19841 \end_layout
19842
19843 \end_inset
19844 </cell>
19845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19846 \begin_inset Text
19847
19848 \begin_layout Plain Layout
19849 \begin_inset Formula $\epsilon$
19850 \end_inset
19851
19852
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 </row>
19858 <row>
19859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19860 \begin_inset Text
19861
19862 \begin_layout Plain Layout
19863
19864 \backslash
19865 varepsilon
19866 \end_layout
19867
19868 \end_inset
19869 </cell>
19870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19871 \begin_inset Text
19872
19873 \begin_layout Plain Layout
19874 \begin_inset Formula $\varepsilon$
19875 \end_inset
19876
19877
19878 \end_layout
19879
19880 \end_inset
19881 </cell>
19882 </row>
19883 <row>
19884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19885 \begin_inset Text
19886
19887 \begin_layout Plain Layout
19888
19889 \backslash
19890 zeta
19891 \end_layout
19892
19893 \end_inset
19894 </cell>
19895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19896 \begin_inset Text
19897
19898 \begin_layout Plain Layout
19899 \begin_inset Formula $\zeta$
19900 \end_inset
19901
19902
19903 \end_layout
19904
19905 \end_inset
19906 </cell>
19907 </row>
19908 <row>
19909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19910 \begin_inset Text
19911
19912 \begin_layout Plain Layout
19913
19914 \backslash
19915 eta
19916 \end_layout
19917
19918 \end_inset
19919 </cell>
19920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19921 \begin_inset Text
19922
19923 \begin_layout Plain Layout
19924 \begin_inset Formula $\eta$
19925 \end_inset
19926
19927
19928 \end_layout
19929
19930 \end_inset
19931 </cell>
19932 </row>
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938
19939 \backslash
19940 theta
19941 \end_layout
19942
19943 \end_inset
19944 </cell>
19945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19946 \begin_inset Text
19947
19948 \begin_layout Plain Layout
19949 \begin_inset Formula $\theta$
19950 \end_inset
19951
19952
19953 \end_layout
19954
19955 \end_inset
19956 </cell>
19957 </row>
19958 <row>
19959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19960 \begin_inset Text
19961
19962 \begin_layout Plain Layout
19963
19964 \backslash
19965 vartheta
19966 \end_layout
19967
19968 \end_inset
19969 </cell>
19970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19971 \begin_inset Text
19972
19973 \begin_layout Plain Layout
19974 \begin_inset Formula $\vartheta$
19975 \end_inset
19976
19977
19978 \end_layout
19979
19980 \end_inset
19981 </cell>
19982 </row>
19983 </lyxtabular>
19984
19985 \end_inset
19986
19987
19988 \begin_inset space \hfill{}
19989 \end_inset
19990
19991
19992 \begin_inset Tabular
19993 <lyxtabular version="3" rows="12" columns="2">
19994 <features rotate="0" tabularvalignment="middle">
19995 <column alignment="center" valignment="top" width="0pt">
19996 <column alignment="center" valignment="top" width="0pt">
19997 <row>
19998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 Befehl
20003 \end_layout
20004
20005 \end_inset
20006 </cell>
20007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20008 \begin_inset Text
20009
20010 \begin_layout Plain Layout
20011 Ergebnis
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 </row>
20017 <row>
20018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20019 \begin_inset Text
20020
20021 \begin_layout Plain Layout
20022
20023 \backslash
20024 iota
20025 \end_layout
20026
20027 \end_inset
20028 </cell>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033 \begin_inset Formula $\iota$
20034 \end_inset
20035
20036
20037 \end_layout
20038
20039 \end_inset
20040 </cell>
20041 </row>
20042 <row>
20043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047
20048 \backslash
20049 kappa
20050 \end_layout
20051
20052 \end_inset
20053 </cell>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058 \begin_inset Formula $\kappa$
20059 \end_inset
20060
20061
20062 \end_layout
20063
20064 \end_inset
20065 </cell>
20066 </row>
20067 <row>
20068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20069 \begin_inset Text
20070
20071 \begin_layout Plain Layout
20072
20073 \backslash
20074 varkappa
20075 \end_layout
20076
20077 \end_inset
20078 </cell>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083 \begin_inset Formula $\varkappa$
20084 \end_inset
20085
20086
20087 \end_layout
20088
20089 \end_inset
20090 </cell>
20091 </row>
20092 <row>
20093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20094 \begin_inset Text
20095
20096 \begin_layout Plain Layout
20097
20098 \backslash
20099 lambda
20100 \end_layout
20101
20102 \end_inset
20103 </cell>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108 \begin_inset Formula $\lambda$
20109 \end_inset
20110
20111
20112 \end_layout
20113
20114 \end_inset
20115 </cell>
20116 </row>
20117 <row>
20118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20119 \begin_inset Text
20120
20121 \begin_layout Plain Layout
20122
20123 \backslash
20124 mu
20125 \end_layout
20126
20127 \end_inset
20128 </cell>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133 \begin_inset Formula $\mu$
20134 \end_inset
20135
20136
20137 \end_layout
20138
20139 \end_inset
20140 </cell>
20141 </row>
20142 <row>
20143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20144 \begin_inset Text
20145
20146 \begin_layout Plain Layout
20147
20148 \backslash
20149 nu
20150 \end_layout
20151
20152 \end_inset
20153 </cell>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158 \begin_inset Formula $\nu$
20159 \end_inset
20160
20161
20162 \end_layout
20163
20164 \end_inset
20165 </cell>
20166 </row>
20167 <row>
20168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20169 \begin_inset Text
20170
20171 \begin_layout Plain Layout
20172
20173 \backslash
20174 xi
20175 \end_layout
20176
20177 \end_inset
20178 </cell>
20179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183 \begin_inset Formula $\xi$
20184 \end_inset
20185
20186
20187 \end_layout
20188
20189 \end_inset
20190 </cell>
20191 </row>
20192 <row>
20193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20194 \begin_inset Text
20195
20196 \begin_layout Plain Layout
20197 o
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20203 \begin_inset Text
20204
20205 \begin_layout Plain Layout
20206 \begin_inset Formula $o$
20207 \end_inset
20208
20209
20210 \end_layout
20211
20212 \end_inset
20213 </cell>
20214 </row>
20215 <row>
20216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20217 \begin_inset Text
20218
20219 \begin_layout Plain Layout
20220
20221 \backslash
20222 pi
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 \begin_inset Formula $\pi$
20232 \end_inset
20233
20234
20235 \end_layout
20236
20237 \end_inset
20238 </cell>
20239 </row>
20240 <row>
20241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20242 \begin_inset Text
20243
20244 \begin_layout Plain Layout
20245
20246 \backslash
20247 varpi
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20253 \begin_inset Text
20254
20255 \begin_layout Plain Layout
20256 \begin_inset Formula $\varpi$
20257 \end_inset
20258
20259
20260 \end_layout
20261
20262 \end_inset
20263 </cell>
20264 </row>
20265 <row>
20266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20267 \begin_inset Text
20268
20269 \begin_layout Plain Layout
20270
20271 \backslash
20272 rho
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 \begin_inset Formula $\rho$
20282 \end_inset
20283
20284
20285 \end_layout
20286
20287 \end_inset
20288 </cell>
20289 </row>
20290 </lyxtabular>
20291
20292 \end_inset
20293
20294
20295 \begin_inset space \hfill{}
20296 \end_inset
20297
20298
20299 \begin_inset Tabular
20300 <lyxtabular version="3" rows="11" columns="2">
20301 <features rotate="0" tabularvalignment="middle">
20302 <column alignment="center" valignment="top" width="0pt">
20303 <column alignment="center" valignment="top" width="0pt">
20304 <row>
20305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 Befehl
20310 \end_layout
20311
20312 \end_inset
20313 </cell>
20314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20315 \begin_inset Text
20316
20317 \begin_layout Plain Layout
20318 Ergebnis
20319 \end_layout
20320
20321 \end_inset
20322 </cell>
20323 </row>
20324 <row>
20325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20326 \begin_inset Text
20327
20328 \begin_layout Plain Layout
20329
20330 \backslash
20331 varrho
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20337 \begin_inset Text
20338
20339 \begin_layout Plain Layout
20340 \begin_inset Formula $\varrho$
20341 \end_inset
20342
20343
20344 \end_layout
20345
20346 \end_inset
20347 </cell>
20348 </row>
20349 <row>
20350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20351 \begin_inset Text
20352
20353 \begin_layout Plain Layout
20354
20355 \backslash
20356 sigma
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20362 \begin_inset Text
20363
20364 \begin_layout Plain Layout
20365 \begin_inset Formula $\sigma$
20366 \end_inset
20367
20368
20369 \end_layout
20370
20371 \end_inset
20372 </cell>
20373 </row>
20374 <row>
20375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20376 \begin_inset Text
20377
20378 \begin_layout Plain Layout
20379
20380 \backslash
20381 varsigma
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20387 \begin_inset Text
20388
20389 \begin_layout Plain Layout
20390 \begin_inset Formula $\varsigma$
20391 \end_inset
20392
20393
20394 \end_layout
20395
20396 \end_inset
20397 </cell>
20398 </row>
20399 <row>
20400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20401 \begin_inset Text
20402
20403 \begin_layout Plain Layout
20404
20405 \backslash
20406 tau
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20412 \begin_inset Text
20413
20414 \begin_layout Plain Layout
20415 \begin_inset Formula $\tau$
20416 \end_inset
20417
20418
20419 \end_layout
20420
20421 \end_inset
20422 </cell>
20423 </row>
20424 <row>
20425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20426 \begin_inset Text
20427
20428 \begin_layout Plain Layout
20429
20430 \backslash
20431 upsilon
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440 \begin_inset Formula $\upsilon$
20441 \end_inset
20442
20443
20444 \end_layout
20445
20446 \end_inset
20447 </cell>
20448 </row>
20449 <row>
20450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20451 \begin_inset Text
20452
20453 \begin_layout Plain Layout
20454
20455 \backslash
20456 phi
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 \begin_inset Formula $\phi$
20466 \end_inset
20467
20468
20469 \end_layout
20470
20471 \end_inset
20472 </cell>
20473 </row>
20474 <row>
20475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20476 \begin_inset Text
20477
20478 \begin_layout Plain Layout
20479
20480 \backslash
20481 varphi
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490 \begin_inset Formula $\varphi$
20491 \end_inset
20492
20493
20494 \end_layout
20495
20496 \end_inset
20497 </cell>
20498 </row>
20499 <row>
20500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20501 \begin_inset Text
20502
20503 \begin_layout Plain Layout
20504
20505 \backslash
20506 chi
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20512 \begin_inset Text
20513
20514 \begin_layout Plain Layout
20515 \begin_inset Formula $\chi$
20516 \end_inset
20517
20518
20519 \end_layout
20520
20521 \end_inset
20522 </cell>
20523 </row>
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529
20530 \backslash
20531 psi
20532 \end_layout
20533
20534 \end_inset
20535 </cell>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540 \begin_inset Formula $\psi$
20541 \end_inset
20542
20543
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 </row>
20549 <row>
20550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554
20555 \backslash
20556 omega
20557 \end_layout
20558
20559 \end_inset
20560 </cell>
20561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565 \begin_inset Formula $\omega$
20566 \end_inset
20567
20568
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 </row>
20574 </lyxtabular>
20575
20576 \end_inset
20577
20578
20579 \begin_inset space \hfill{}
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \begin_layout Standard
20586 \begin_inset VSpace medskip
20587 \end_inset
20588
20589 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20590 \begin_inset CommandInset ref
20591 LatexCommand ref
20592 reference "sub:Aufrechte-kleine-griechische"
20593
20594 \end_inset
20595
20596  beschrieben.
20597 \end_layout
20598
20599 \begin_layout Subsection
20600 Große Buchstaben
20601 \begin_inset Index idx
20602 status collapsed
20603
20604 \begin_layout Plain Layout
20605 griechische Buchstaben ! große
20606 \end_layout
20607
20608 \end_inset
20609
20610
20611 \end_layout
20612
20613 \begin_layout Standard
20614 \begin_inset space \hfill{}
20615 \end_inset
20616
20617
20618 \begin_inset Tabular
20619 <lyxtabular version="3" rows="7" columns="2">
20620 <features rotate="0" tabularvalignment="middle">
20621 <column alignment="center" valignment="top" width="0pt">
20622 <column alignment="center" valignment="top" width="0pt">
20623 <row>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 Befehl
20629 \end_layout
20630
20631 \end_inset
20632 </cell>
20633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20634 \begin_inset Text
20635
20636 \begin_layout Plain Layout
20637 Ergebnis
20638 \end_layout
20639
20640 \end_inset
20641 </cell>
20642 </row>
20643 <row>
20644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20645 \begin_inset Text
20646
20647 \begin_layout Plain Layout
20648
20649 \backslash
20650 Gamma
20651 \end_layout
20652
20653 \end_inset
20654 </cell>
20655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20656 \begin_inset Text
20657
20658 \begin_layout Plain Layout
20659 \begin_inset Formula $\Gamma$
20660 \end_inset
20661
20662
20663 \end_layout
20664
20665 \end_inset
20666 </cell>
20667 </row>
20668 <row>
20669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673
20674 \backslash
20675 Delta
20676 \end_layout
20677
20678 \end_inset
20679 </cell>
20680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20681 \begin_inset Text
20682
20683 \begin_layout Plain Layout
20684 \begin_inset Formula $\Delta$
20685 \end_inset
20686
20687
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 </row>
20693 <row>
20694 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20695 \begin_inset Text
20696
20697 \begin_layout Plain Layout
20698
20699 \backslash
20700 Theta
20701 \end_layout
20702
20703 \end_inset
20704 </cell>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709 \begin_inset Formula $\Theta$
20710 \end_inset
20711
20712
20713 \end_layout
20714
20715 \end_inset
20716 </cell>
20717 </row>
20718 <row>
20719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20720 \begin_inset Text
20721
20722 \begin_layout Plain Layout
20723
20724 \backslash
20725 Lambda
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734 \begin_inset Formula $\Lambda$
20735 \end_inset
20736
20737
20738 \end_layout
20739
20740 \end_inset
20741 </cell>
20742 </row>
20743 <row>
20744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20745 \begin_inset Text
20746
20747 \begin_layout Plain Layout
20748
20749 \backslash
20750 Xi
20751 \end_layout
20752
20753 \end_inset
20754 </cell>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759 \begin_inset Formula $\Xi$
20760 \end_inset
20761
20762
20763 \end_layout
20764
20765 \end_inset
20766 </cell>
20767 </row>
20768 <row>
20769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20770 \begin_inset Text
20771
20772 \begin_layout Plain Layout
20773
20774 \backslash
20775 Pi
20776 \end_layout
20777
20778 \end_inset
20779 </cell>
20780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784 \begin_inset Formula $\Pi$
20785 \end_inset
20786
20787
20788 \end_layout
20789
20790 \end_inset
20791 </cell>
20792 </row>
20793 </lyxtabular>
20794
20795 \end_inset
20796
20797
20798 \begin_inset space \hfill{}
20799 \end_inset
20800
20801
20802 \begin_inset Tabular
20803 <lyxtabular version="3" rows="6" columns="2">
20804 <features rotate="0" tabularvalignment="middle">
20805 <column alignment="center" valignment="top" width="0pt">
20806 <column alignment="center" valignment="top" width="0pt">
20807 <row>
20808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812 Befehl
20813 \end_layout
20814
20815 \end_inset
20816 </cell>
20817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20818 \begin_inset Text
20819
20820 \begin_layout Plain Layout
20821 Ergebnis
20822 \end_layout
20823
20824 \end_inset
20825 </cell>
20826 </row>
20827 <row>
20828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20829 \begin_inset Text
20830
20831 \begin_layout Plain Layout
20832
20833 \backslash
20834 Sigma
20835 \end_layout
20836
20837 \end_inset
20838 </cell>
20839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20840 \begin_inset Text
20841
20842 \begin_layout Plain Layout
20843 \begin_inset Formula $\Sigma$
20844 \end_inset
20845
20846
20847 \end_layout
20848
20849 \end_inset
20850 </cell>
20851 </row>
20852 <row>
20853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857
20858 \backslash
20859 Upsilon
20860 \end_layout
20861
20862 \end_inset
20863 </cell>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868 \begin_inset Formula $\Upsilon$
20869 \end_inset
20870
20871
20872 \end_layout
20873
20874 \end_inset
20875 </cell>
20876 </row>
20877 <row>
20878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20879 \begin_inset Text
20880
20881 \begin_layout Plain Layout
20882
20883 \backslash
20884 Phi
20885 \end_layout
20886
20887 \end_inset
20888 </cell>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893 \begin_inset Formula $\Phi$
20894 \end_inset
20895
20896
20897 \end_layout
20898
20899 \end_inset
20900 </cell>
20901 </row>
20902 <row>
20903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20904 \begin_inset Text
20905
20906 \begin_layout Plain Layout
20907
20908 \backslash
20909 Psi
20910 \end_layout
20911
20912 \end_inset
20913 </cell>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918 \begin_inset Formula $\Psi$
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \backslash
20934 Omega
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $\Omega$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 </lyxtabular>
20953
20954 \end_inset
20955
20956
20957 \begin_inset space \hfill{}
20958 \end_inset
20959
20960
20961 \end_layout
20962
20963 \begin_layout Standard
20964 \begin_inset VSpace medskip
20965 \end_inset
20966
20967 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20968  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20969  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20970  mit 
20971 \series bold
20972 var
20973 \series default
20974 .
20975  So ergibt z.
20976 \begin_inset space \thinspace{}
20977 \end_inset
20978
20979 B.
20980  der Befehl 
20981 \series bold
20982
20983 \backslash
20984 varGamma
20985 \series default
20986  
20987 \begin_inset Formula $\varGamma$
20988 \end_inset
20989
20990 .
20991  Eine andere Methode ist das Laden des Pakets 
20992 \series bold
20993 fixmath
20994 \series default
20995
20996 \begin_inset Foot
20997 status collapsed
20998
20999 \begin_layout Plain Layout
21000
21001 \series bold
21002 fixmath
21003 \series default
21004  ist Teil des LaTeX-Paketes 
21005 \series bold
21006 was
21007 \series default
21008
21009 \begin_inset Index idx
21010 status collapsed
21011
21012 \begin_layout Plain Layout
21013 Pakete ! was
21014 \begin_inset ERT
21015 status collapsed
21016
21017 \begin_layout Plain Layout
21018
21019
21020 \backslash
21021 vspace{4mm}
21022 \end_layout
21023
21024 \end_inset
21025
21026
21027 \end_layout
21028
21029 \end_inset
21030
21031 .
21032 \end_layout
21033
21034 \end_inset
21035
21036
21037 \begin_inset Index idx
21038 status collapsed
21039
21040 \begin_layout Plain Layout
21041 Pakete ! fixmath
21042 \end_layout
21043
21044 \end_inset
21045
21046  mit der LaTeX-Vorspannzeile
21047 \end_layout
21048
21049 \begin_layout Standard
21050
21051 \series bold
21052
21053 \backslash
21054 usepackage{fixmath}
21055 \end_layout
21056
21057 \begin_layout Standard
21058 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21059  kursiv ausgegeben.
21060 \end_layout
21061
21062 \begin_layout Subsection
21063 Fett gedruckte Buchstaben
21064 \begin_inset Index idx
21065 status collapsed
21066
21067 \begin_layout Plain Layout
21068 griechische Buchstaben ! fett gedruckte
21069 \end_layout
21070
21071 \end_inset
21072
21073
21074 \end_layout
21075
21076 \begin_layout Standard
21077 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21078  Schriftstilen darstellen.
21079  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21080 \series bold
21081
21082 \backslash
21083 boldsymbol
21084 \series default
21085
21086 \begin_inset Index idx
21087 status collapsed
21088
21089 \begin_layout Plain Layout
21090 Befehle ! B ! 
21091 \backslash
21092 boldsymbol
21093 \end_layout
21094
21095 \end_inset
21096
21097  fett gedruckt auszugeben.
21098 \end_layout
21099
21100 \begin_layout Standard
21101 \align center
21102 \begin_inset Tabular
21103 <lyxtabular version="3" rows="3" columns="2">
21104 <features rotate="0" tabularvalignment="middle">
21105 <column alignment="center" valignment="top">
21106 <column alignment="center" valignment="top">
21107 <row>
21108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21109 \begin_inset Text
21110
21111 \begin_layout Plain Layout
21112 Befehl
21113 \end_layout
21114
21115 \end_inset
21116 </cell>
21117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21118 \begin_inset Text
21119
21120 \begin_layout Plain Layout
21121 Ergebnis
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \backslash
21134 Upsilon
21135 \backslash
21136 boldsymbol
21137 \backslash
21138 Upsilon
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 $\Upsilon\boldsymbol{\Upsilon}$
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 theta
21164 \backslash
21165 boldsymbol
21166 \backslash
21167 theta
21168 \end_layout
21169
21170 \end_inset
21171 </cell>
21172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21173 \begin_inset Text
21174
21175 \begin_layout Plain Layout
21176 \begin_inset Formula $\theta\boldsymbol{\theta}$
21177 \end_inset
21178
21179
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 </row>
21185 </lyxtabular>
21186
21187 \end_inset
21188
21189
21190 \end_layout
21191
21192 \begin_layout Section
21193 Symbole
21194 \begin_inset ERT
21195 status collapsed
21196
21197 \begin_layout Plain Layout
21198
21199
21200 \backslash
21201 texorpdfstring{
21202 \end_layout
21203
21204 \end_inset
21205
21206
21207 \begin_inset Foot
21208 status collapsed
21209
21210 \begin_layout Plain Layout
21211 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21212  
21213 \begin_inset CommandInset citation
21214 LatexCommand cite
21215 key "Symbole"
21216
21217 \end_inset
21218
21219 .
21220 \end_layout
21221
21222 \end_inset
21223
21224
21225 \begin_inset ERT
21226 status collapsed
21227
21228 \begin_layout Plain Layout
21229
21230 }{}
21231 \end_layout
21232
21233 \end_inset
21234
21235
21236 \begin_inset Note Note
21237 status collapsed
21238
21239 \begin_layout Plain Layout
21240
21241 \series bold
21242
21243 \backslash
21244 texorpdfstring
21245 \series default
21246  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21247 \end_layout
21248
21249 \begin_layout Plain Layout
21250 Näheres zu 
21251 \series bold
21252
21253 \backslash
21254 texorpdfstring
21255 \series default
21256  steht in Kapitel 
21257 \begin_inset CommandInset ref
21258 LatexCommand ref
21259 reference "sub:Formeln-in-Überschriften"
21260
21261 \end_inset
21262
21263 .
21264 \end_layout
21265
21266 \end_inset
21267
21268
21269 \begin_inset Index idx
21270 status collapsed
21271
21272 \begin_layout Plain Layout
21273 Symbole
21274 \end_layout
21275
21276 \end_inset
21277
21278
21279 \end_layout
21280
21281 \begin_layout Standard
21282 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21283
21284 leistenknöpfe 
21285 \begin_inset Graphics
21286         filename ../../images/math/nabla.png
21287         scale 85
21288
21289 \end_inset
21290
21291  und 
21292 \begin_inset Graphics
21293         filename ../../images/math/digamma.png
21294         scale 85
21295
21296 \end_inset
21297
21298  eingefügt werden.
21299 \end_layout
21300
21301 \begin_layout Subsection
21302 Mathematische Symbole
21303 \begin_inset CommandInset label
21304 LatexCommand label
21305 name "sub:Mathematische-Symbole"
21306
21307 \end_inset
21308
21309
21310 \begin_inset Index idx
21311 status collapsed
21312
21313 \begin_layout Plain Layout
21314 Symbole ! mathematische
21315 \end_layout
21316
21317 \end_inset
21318
21319
21320 \end_layout
21321
21322 \begin_layout Standard
21323 \begin_inset space \hfill{}
21324 \end_inset
21325
21326
21327 \begin_inset Tabular
21328 <lyxtabular version="3" rows="10" columns="2">
21329 <features rotate="0" tabularvalignment="middle">
21330 <column alignment="center" valignment="top" width="0pt">
21331 <column alignment="center" valignment="top" width="0pt">
21332 <row>
21333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21334 \begin_inset Text
21335
21336 \begin_layout Plain Layout
21337 Befehl
21338 \end_layout
21339
21340 \end_inset
21341 </cell>
21342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346 Ergebnis
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 neg
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\neg$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 Im
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset Formula $\Im$
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \end_inset
21400 </cell>
21401 </row>
21402 <row>
21403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407
21408 \backslash
21409 Re
21410 \end_layout
21411
21412 \end_inset
21413 </cell>
21414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21415 \begin_inset Text
21416
21417 \begin_layout Plain Layout
21418 \begin_inset Formula $\Re$
21419 \end_inset
21420
21421
21422 \end_layout
21423
21424 \end_inset
21425 </cell>
21426 </row>
21427 <row>
21428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432
21433 \backslash
21434 aleph
21435 \end_layout
21436
21437 \end_inset
21438 </cell>
21439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21440 \begin_inset Text
21441
21442 \begin_layout Plain Layout
21443 \begin_inset Formula $\aleph$
21444 \end_inset
21445
21446
21447 \end_layout
21448
21449 \end_inset
21450 </cell>
21451 </row>
21452 <row>
21453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457
21458 \backslash
21459 partial
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 \begin_inset Formula $\partial$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482
21483 \backslash
21484 infty
21485 \end_layout
21486
21487 \end_inset
21488 </cell>
21489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21490 \begin_inset Text
21491
21492 \begin_layout Plain Layout
21493 \begin_inset Formula $\infty$
21494 \end_inset
21495
21496
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 </row>
21502 <row>
21503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21504 \begin_inset Text
21505
21506 \begin_layout Plain Layout
21507
21508 \backslash
21509 wp
21510 \end_layout
21511
21512 \end_inset
21513 </cell>
21514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21515 \begin_inset Text
21516
21517 \begin_layout Plain Layout
21518 \begin_inset Formula $\wp$
21519 \end_inset
21520
21521
21522 \end_layout
21523
21524 \end_inset
21525 </cell>
21526 </row>
21527 <row>
21528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21529 \begin_inset Text
21530
21531 \begin_layout Plain Layout
21532
21533 \backslash
21534 imath
21535 \end_layout
21536
21537 \end_inset
21538 </cell>
21539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21540 \begin_inset Text
21541
21542 \begin_layout Plain Layout
21543 \begin_inset Formula $\imath$
21544 \end_inset
21545
21546
21547 \end_layout
21548
21549 \end_inset
21550 </cell>
21551 </row>
21552 <row>
21553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21554 \begin_inset Text
21555
21556 \begin_layout Plain Layout
21557
21558 \backslash
21559 jmath
21560 \end_layout
21561
21562 \end_inset
21563 </cell>
21564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21565 \begin_inset Text
21566
21567 \begin_layout Plain Layout
21568 \begin_inset Formula $\jmath$
21569 \end_inset
21570
21571
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 </lyxtabular>
21578
21579 \end_inset
21580
21581
21582 \begin_inset space \hfill{}
21583 \end_inset
21584
21585
21586 \begin_inset Tabular
21587 <lyxtabular version="3" rows="10" columns="2">
21588 <features rotate="0" tabularvalignment="middle">
21589 <column alignment="center" valignment="top" width="0pt">
21590 <column alignment="center" valignment="top" width="0pt">
21591 <row>
21592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 Befehl
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21602 \begin_inset Text
21603
21604 \begin_layout Plain Layout
21605 Ergebnis
21606 \begin_inset Note Note
21607 status collapsed
21608
21609 \begin_layout Plain Layout
21610
21611 \series bold
21612
21613 \backslash
21614 raisebox
21615 \series default
21616  dient nur als Abstandhalter.
21617 \end_layout
21618
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 forall
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\forall$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 exists
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\exists$
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 nexists
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\nexists$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \backslash
21709 emptyset
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\emptyset$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 varnothing
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\varnothing$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \backslash
21759 dag
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 \begin_inset Formula $\dag$
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 ddag
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\ddag$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 <row>
21803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807
21808 \backslash
21809 complement
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 \begin_inset ERT
21819 status collapsed
21820
21821 \begin_layout Plain Layout
21822
21823
21824 \backslash
21825 raisebox{-0.8mm}{
21826 \end_layout
21827
21828 \end_inset
21829
21830
21831 \begin_inset Formula $\complement$
21832 \end_inset
21833
21834
21835 \begin_inset ERT
21836 status collapsed
21837
21838 \begin_layout Plain Layout
21839
21840 }
21841 \end_layout
21842
21843 \end_inset
21844
21845
21846 \end_layout
21847
21848 \end_inset
21849 </cell>
21850 </row>
21851 <row>
21852 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21853 \begin_inset Text
21854
21855 \begin_layout Plain Layout
21856
21857 \backslash
21858 Bbbk
21859 \end_layout
21860
21861 \end_inset
21862 </cell>
21863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21864 \begin_inset Text
21865
21866 \begin_layout Plain Layout
21867 \begin_inset Formula $\Bbbk$
21868 \end_inset
21869
21870
21871 \end_layout
21872
21873 \end_inset
21874 </cell>
21875 </row>
21876 </lyxtabular>
21877
21878 \end_inset
21879
21880
21881 \begin_inset space \hfill{}
21882 \end_inset
21883
21884
21885 \begin_inset Tabular
21886 <lyxtabular version="3" rows="10" columns="2">
21887 <features rotate="0" tabularvalignment="middle">
21888 <column alignment="center" valignment="top" width="0pt">
21889 <column alignment="center" valignment="top" width="0pt">
21890 <row>
21891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21892 \begin_inset Text
21893
21894 \begin_layout Plain Layout
21895 Befehl
21896 \end_layout
21897
21898 \end_inset
21899 </cell>
21900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21901 \begin_inset Text
21902
21903 \begin_layout Plain Layout
21904 Ergebnis
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 prime
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\prime$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 backprime
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\backprime$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 <row>
21961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \backslash
21967 mho
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Formula $\mho$
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 </row>
21985 <row>
21986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990
21991 \backslash
21992 triangle
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 \begin_inset Formula $\triangle$
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 <row>
22011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015
22016 \backslash
22017 angle
22018 \end_layout
22019
22020 \end_inset
22021 </cell>
22022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026 \begin_inset Formula $\angle$
22027 \end_inset
22028
22029
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 </row>
22035 <row>
22036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22037 \begin_inset Text
22038
22039 \begin_layout Plain Layout
22040
22041 \backslash
22042 measuredangle
22043 \end_layout
22044
22045 \end_inset
22046 </cell>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051 \begin_inset Formula $\measuredangle$
22052 \end_inset
22053
22054
22055 \end_layout
22056
22057 \end_inset
22058 </cell>
22059 </row>
22060 <row>
22061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22062 \begin_inset Text
22063
22064 \begin_layout Plain Layout
22065
22066 \backslash
22067 sphericalangle
22068 \end_layout
22069
22070 \end_inset
22071 </cell>
22072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076 \begin_inset Formula $\sphericalangle$
22077 \end_inset
22078
22079
22080 \end_layout
22081
22082 \end_inset
22083 </cell>
22084 </row>
22085 <row>
22086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22087 \begin_inset Text
22088
22089 \begin_layout Plain Layout
22090
22091 \backslash
22092 top
22093 \end_layout
22094
22095 \end_inset
22096 </cell>
22097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101 \begin_inset Formula $\top$
22102 \end_inset
22103
22104
22105 \end_layout
22106
22107 \end_inset
22108 </cell>
22109 </row>
22110 <row>
22111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22112 \begin_inset Text
22113
22114 \begin_layout Plain Layout
22115
22116 \backslash
22117 bot
22118 \end_layout
22119
22120 \end_inset
22121 </cell>
22122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126 \begin_inset Formula $\bot$
22127 \end_inset
22128
22129
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 </row>
22135 </lyxtabular>
22136
22137 \end_inset
22138
22139
22140 \begin_inset space \hfill{}
22141 \end_inset
22142
22143
22144 \end_layout
22145
22146 \begin_layout Subsection
22147 Sonstige Symbole
22148 \begin_inset CommandInset label
22149 LatexCommand label
22150 name "sub:Sonstige-Symbole"
22151
22152 \end_inset
22153
22154
22155 \begin_inset Index idx
22156 status collapsed
22157
22158 \begin_layout Plain Layout
22159 Symbole ! sonstige
22160 \end_layout
22161
22162 \end_inset
22163
22164
22165 \end_layout
22166
22167 \begin_layout Standard
22168 \begin_inset VSpace -7mm
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \begin_layout Standard
22175 \noindent
22176 \align center
22177 \begin_inset Tabular
22178 <lyxtabular version="3" rows="10" columns="2">
22179 <features rotate="0" tabularvalignment="middle">
22180 <column alignment="center" valignment="top" width="0pt">
22181 <column alignment="center" valignment="top" width="0pt">
22182 <row>
22183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 Befehl
22188 \end_layout
22189
22190 \end_inset
22191 </cell>
22192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22193 \begin_inset Text
22194
22195 \begin_layout Plain Layout
22196 Ergebnis
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \backslash
22209 flat
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 \begin_inset Formula $\flat$
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 </row>
22227 <row>
22228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232
22233 \backslash
22234 natural
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Formula $\natural$
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 <row>
22253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \backslash
22259 sharp
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Formula $\sharp$
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282
22283 \backslash
22284 surd
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 \begin_inset Formula $\surd$
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307
22308 \backslash
22309 checkmark
22310 \end_layout
22311
22312 \end_inset
22313 </cell>
22314 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22315 \begin_inset Text
22316
22317 \begin_layout Plain Layout
22318 \begin_inset Formula $\checkmark$
22319 \end_inset
22320
22321
22322 \end_layout
22323
22324 \end_inset
22325 </cell>
22326 </row>
22327 <row>
22328 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22329 \begin_inset Text
22330
22331 \begin_layout Plain Layout
22332
22333 \backslash
22334 yen
22335 \end_layout
22336
22337 \end_inset
22338 </cell>
22339 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22340 \begin_inset Text
22341
22342 \begin_layout Plain Layout
22343 \begin_inset Formula $\yen$
22344 \end_inset
22345
22346
22347 \end_layout
22348
22349 \end_inset
22350 </cell>
22351 </row>
22352 <row>
22353 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22354 \begin_inset Text
22355
22356 \begin_layout Plain Layout
22357
22358 \backslash
22359 pounds
22360 \end_layout
22361
22362 \end_inset
22363 </cell>
22364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22365 \begin_inset Text
22366
22367 \begin_layout Plain Layout
22368 \begin_inset Formula $\pounds$
22369 \end_inset
22370
22371
22372 \end_layout
22373
22374 \end_inset
22375 </cell>
22376 </row>
22377 <row>
22378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22379 \begin_inset Text
22380
22381 \begin_layout Plain Layout
22382 $
22383 \end_layout
22384
22385 \end_inset
22386 </cell>
22387 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22388 \begin_inset Text
22389
22390 \begin_layout Plain Layout
22391 \begin_inset Formula $\$$
22392 \end_inset
22393
22394
22395 \end_layout
22396
22397 \end_inset
22398 </cell>
22399 </row>
22400 <row>
22401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22402 \begin_inset Text
22403
22404 \begin_layout Plain Layout
22405 §
22406 \end_layout
22407
22408 \end_inset
22409 </cell>
22410 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 \begin_inset Formula $§$
22415 \end_inset
22416
22417
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 </row>
22423 </lyxtabular>
22424
22425 \end_inset
22426
22427
22428 \begin_inset Tabular
22429 <lyxtabular version="3" rows="10" columns="2">
22430 <features rotate="0" tabularvalignment="middle">
22431 <column alignment="center" valignment="top">
22432 <column alignment="center" valignment="top">
22433 <row>
22434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22435 \begin_inset Text
22436
22437 \begin_layout Plain Layout
22438 Befehl
22439 \end_layout
22440
22441 \end_inset
22442 </cell>
22443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22444 \begin_inset Text
22445
22446 \begin_layout Plain Layout
22447 Ergebnis
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 <row>
22454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458
22459 \backslash
22460 hbar
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 \begin_inset Formula $\hbar$
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 <row>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \backslash
22485 hslash
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 \begin_inset Formula $\hslash$
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 <row>
22504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \backslash
22510 clubsuit
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 \begin_inset Formula $\clubsuit$
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 </row>
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533
22534 \backslash
22535 spadesuit
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Formula $\spadesuit$
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 <row>
22554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \backslash
22560 bigstar
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 \begin_inset Formula $\bigstar$
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 <row>
22579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22580 \begin_inset Text
22581
22582 \begin_layout Plain Layout
22583
22584 \backslash
22585 blacklozenge
22586 \end_layout
22587
22588 \end_inset
22589 </cell>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594 \begin_inset Formula $\blacklozenge$
22595 \end_inset
22596
22597
22598 \end_layout
22599
22600 \end_inset
22601 </cell>
22602 </row>
22603 <row>
22604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22605 \begin_inset Text
22606
22607 \begin_layout Plain Layout
22608
22609 \backslash
22610 blacktriangle
22611 \end_layout
22612
22613 \end_inset
22614 </cell>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619 \begin_inset Formula $\blacktriangle$
22620 \end_inset
22621
22622
22623 \end_layout
22624
22625 \end_inset
22626 </cell>
22627 </row>
22628 <row>
22629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22630 \begin_inset Text
22631
22632 \begin_layout Plain Layout
22633
22634 \backslash
22635 blacktiangledown
22636 \end_layout
22637
22638 \end_inset
22639 </cell>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644 \begin_inset Formula $\blacktriangledown$
22645 \end_inset
22646
22647
22648 \end_layout
22649
22650 \end_inset
22651 </cell>
22652 </row>
22653 <row>
22654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22655 \begin_inset Text
22656
22657 \begin_layout Plain Layout
22658
22659 \backslash
22660 bullet
22661 \end_layout
22662
22663 \end_inset
22664 </cell>
22665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 \begin_inset Formula $\bullet$
22670 \end_inset
22671
22672
22673 \end_layout
22674
22675 \end_inset
22676 </cell>
22677 </row>
22678 </lyxtabular>
22679
22680 \end_inset
22681
22682
22683 \begin_inset Tabular
22684 <lyxtabular version="3" rows="10" columns="2">
22685 <features rotate="0" tabularvalignment="middle">
22686 <column alignment="center" valignment="top" width="0pt">
22687 <column alignment="center" valignment="top" width="0pt">
22688 <row>
22689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 Befehl
22694 \end_layout
22695
22696 \end_inset
22697 </cell>
22698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22699 \begin_inset Text
22700
22701 \begin_layout Plain Layout
22702 Ergebnis
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 </row>
22708 <row>
22709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713
22714 \backslash
22715 diamondsuit
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 \begin_inset Formula $\diamondsuit$
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 </row>
22733 <row>
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738
22739 \backslash
22740 Diamond
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749 \begin_inset Formula $\Diamond$
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 </row>
22758 <row>
22759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763
22764 \backslash
22765 heartsuit
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774 \begin_inset Formula $\heartsuit$
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 </row>
22783 <row>
22784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788
22789 \backslash
22790 P
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 \begin_inset Formula $\P$
22800 \end_inset
22801
22802
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813
22814 \backslash
22815 copyright
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 \begin_inset Formula $\copyright$
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 </row>
22833 <row>
22834 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22835 \begin_inset Text
22836
22837 \begin_layout Plain Layout
22838
22839 \backslash
22840 circledR
22841 \end_layout
22842
22843 \end_inset
22844 </cell>
22845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22846 \begin_inset Text
22847
22848 \begin_layout Plain Layout
22849 \begin_inset Formula $\circledR$
22850 \end_inset
22851
22852
22853 \end_layout
22854
22855 \end_inset
22856 </cell>
22857 </row>
22858 <row>
22859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22860 \begin_inset Text
22861
22862 \begin_layout Plain Layout
22863
22864 \backslash
22865 maltese
22866 \end_layout
22867
22868 \end_inset
22869 </cell>
22870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22871 \begin_inset Text
22872
22873 \begin_layout Plain Layout
22874 \begin_inset Formula $\maltese$
22875 \end_inset
22876
22877
22878 \end_layout
22879
22880 \end_inset
22881 </cell>
22882 </row>
22883 <row>
22884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22885 \begin_inset Text
22886
22887 \begin_layout Plain Layout
22888
22889 \backslash
22890 diagup
22891 \end_layout
22892
22893 \end_inset
22894 </cell>
22895 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22896 \begin_inset Text
22897
22898 \begin_layout Plain Layout
22899 \begin_inset Formula $\diagup$
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \end_inset
22906 </cell>
22907 </row>
22908 <row>
22909 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22910 \begin_inset Text
22911
22912 \begin_layout Plain Layout
22913
22914 \backslash
22915 diagdown
22916 \end_layout
22917
22918 \end_inset
22919 </cell>
22920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22921 \begin_inset Text
22922
22923 \begin_layout Plain Layout
22924 \begin_inset Formula $\diagdown$
22925 \end_inset
22926
22927
22928 \end_layout
22929
22930 \end_inset
22931 </cell>
22932 </row>
22933 </lyxtabular>
22934
22935 \end_inset
22936
22937
22938 \end_layout
22939
22940 \begin_layout Standard
22941 \begin_inset VSpace medskip
22942 \end_inset
22943
22944 \end_layout
22945
22946 \begin_layout Standard
22947 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22948  
22949 \begin_inset CommandInset ref
22950 LatexCommand ref
22951 reference "sub:Schriftgrößen"
22952
22953 \end_inset
22954
22955 .
22956 \end_layout
22957
22958 \begin_layout Subsection
22959 Das Euro-Symbol €
22960 \begin_inset Index idx
22961 status collapsed
22962
22963 \begin_layout Plain Layout
22964 Symbole ! Euro-Symbol
22965 \end_layout
22966
22967 \end_inset
22968
22969
22970 \begin_inset Index idx
22971 status collapsed
22972
22973 \begin_layout Plain Layout
22974
22975 \backslash
22976 @
22977 \begin_inset ERT
22978 status collapsed
22979
22980 \begin_layout Plain Layout
22981
22982
22983 \backslash
22984 officialeuro
22985 \end_layout
22986
22987 \end_inset
22988
22989
22990 \end_layout
22991
22992 \end_inset
22993
22994
22995 \end_layout
22996
22997 \begin_layout Standard
22998 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22999
23000 \series bold
23001 eurosym
23002 \series default
23003
23004 \begin_inset Index idx
23005 status collapsed
23006
23007 \begin_layout Plain Layout
23008 Pakete ! eurosym
23009 \end_layout
23010
23011 \end_inset
23012
23013  installieren und dieses mit der LaTeX-Vorspannzeile
23014 \end_layout
23015
23016 \begin_layout Standard
23017
23018 \series bold
23019
23020 \backslash
23021 usepackage[gennarrow]{eurosym}
23022 \end_layout
23023
23024 \begin_layout Standard
23025 aktivieren.
23026  Das Euro-Symbol kann man nun mit dem Befehl 
23027 \series bold
23028
23029 \backslash
23030 euro
23031 \series default
23032
23033 \begin_inset Index idx
23034 status collapsed
23035
23036 \begin_layout Plain Layout
23037 Befehle ! E ! 
23038 \backslash
23039 euro
23040 \end_layout
23041
23042 \end_inset
23043
23044  aufrufen.
23045 \end_layout
23046
23047 \begin_layout Standard
23048 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23049  eingeben, ohne 
23050 \series bold
23051 eurosym
23052 \series default
23053  installiert zu haben.
23054  Ist 
23055 \series bold
23056 eurosym
23057 \series default
23058  installiert, kann man 
23059 \series bold
23060
23061 \backslash
23062 euro
23063 \series default
23064  auch im TeX-Modus eingeben.
23065  Das offizielle Währungssymbol erhält man dann über den Befehl 
23066 \series bold
23067
23068 \backslash
23069 officialeuro
23070 \series default
23071
23072 \begin_inset Index idx
23073 status collapsed
23074
23075 \begin_layout Plain Layout
23076 Befehle ! O ! 
23077 \backslash
23078 officialeuro
23079 \end_layout
23080
23081 \end_inset
23082
23083 , der nur im TeX-Modus verfügbar ist.
23084 \end_layout
23085
23086 \begin_layout Standard
23087 \begin_inset ERT
23088 status collapsed
23089
23090 \begin_layout Plain Layout
23091
23092
23093 \backslash
23094 ifeurosym 
23095 \end_layout
23096
23097 \end_inset
23098
23099
23100 \begin_inset Note Note
23101 status open
23102
23103 \begin_layout Plain Layout
23104 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23105 \series bold
23106 eurosym
23107 \series default
23108  installiert ist:
23109 \end_layout
23110
23111 \end_inset
23112
23113
23114 \end_layout
23115
23116 \begin_layout Standard
23117 Eine Übersicht der verschiedenen Euro-Symbole:
23118 \end_layout
23119
23120 \begin_layout Standard
23121 \align center
23122 \begin_inset Tabular
23123 <lyxtabular version="3" rows="4" columns="3">
23124 <features rotate="0" tabularvalignment="middle">
23125 <column alignment="center" valignment="top" width="0pt">
23126 <column alignment="center" valignment="top" width="0pt">
23127 <column alignment="center" valignment="top" width="0pt">
23128 <row>
23129 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23139 \begin_inset Text
23140
23141 \begin_layout Plain Layout
23142 Befehl 
23143 \end_layout
23144
23145 \end_inset
23146 </cell>
23147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151 Ergebnis
23152 \end_layout
23153
23154 \end_inset
23155 </cell>
23156 </row>
23157 <row>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 Formel
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171
23172 \backslash
23173 euro
23174 \end_layout
23175
23176 \end_inset
23177 </cell>
23178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23179 \begin_inset Text
23180
23181 \begin_layout Plain Layout
23182 \begin_inset Formula $\euro$
23183 \end_inset
23184
23185
23186 \end_layout
23187
23188 \end_inset
23189 </cell>
23190 </row>
23191 <row>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 mathematischer Text
23197 \end_layout
23198
23199 \end_inset
23200 </cell>
23201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23202 \begin_inset Text
23203
23204 \begin_layout Plain Layout
23205
23206 \end_layout
23207
23208 \end_inset
23209 </cell>
23210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23211 \begin_inset Text
23212
23213 \begin_layout Plain Layout
23214 \begin_inset Formula $\mbox{€}$
23215 \end_inset
23216
23217
23218 \end_layout
23219
23220 \end_inset
23221 </cell>
23222 </row>
23223 <row>
23224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23225 \begin_inset Text
23226
23227 \begin_layout Plain Layout
23228 TeX-Modus
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237
23238 \backslash
23239 officialeuro
23240 \end_layout
23241
23242 \end_inset
23243 </cell>
23244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23245 \begin_inset Text
23246
23247 \begin_layout Plain Layout
23248 \begin_inset ERT
23249 status collapsed
23250
23251 \begin_layout Plain Layout
23252
23253
23254 \backslash
23255 officialeuro
23256 \end_layout
23257
23258 \end_inset
23259
23260
23261 \end_layout
23262
23263 \end_inset
23264 </cell>
23265 </row>
23266 </lyxtabular>
23267
23268 \end_inset
23269
23270
23271 \end_layout
23272
23273 \begin_layout Standard
23274 \begin_inset ERT
23275 status collapsed
23276
23277 \begin_layout Plain Layout
23278
23279
23280 \backslash
23281 else 
23282 \end_layout
23283
23284 \end_inset
23285
23286
23287 \begin_inset Note Note
23288 status open
23289
23290 \begin_layout Plain Layout
23291 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23292 \series bold
23293 eurosym
23294 \series default
23295  nicht installiert ist:
23296 \end_layout
23297
23298 \end_inset
23299
23300
23301 \end_layout
23302
23303 \begin_layout Standard
23304 Das LaTeX-Paket 
23305 \series bold
23306 eurosym 
23307 \series default
23308 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23309 \end_layout
23310
23311 \begin_layout Standard
23312 \begin_inset ERT
23313 status collapsed
23314
23315 \begin_layout Plain Layout
23316
23317
23318 \backslash
23319 fi 
23320 \end_layout
23321
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \begin_layout Section
23328 Relationen
23329 \begin_inset CommandInset label
23330 LatexCommand label
23331 name "sec:Relationen"
23332
23333 \end_inset
23334
23335
23336 \begin_inset Index idx
23337 status collapsed
23338
23339 \begin_layout Plain Layout
23340 Relationen
23341 \end_layout
23342
23343 \end_inset
23344
23345
23346 \begin_inset Index idx
23347 status collapsed
23348
23349 \begin_layout Plain Layout
23350 Vergleiche|see
23351 \begin_inset ERT
23352 status collapsed
23353
23354 \begin_layout Plain Layout
23355
23356 {
23357 \end_layout
23358
23359 \end_inset
23360
23361 Relationen
23362 \begin_inset ERT
23363 status collapsed
23364
23365 \begin_layout Plain Layout
23366
23367 }
23368 \end_layout
23369
23370 \end_inset
23371
23372
23373 \end_layout
23374
23375 \end_inset
23376
23377
23378 \end_layout
23379
23380 \begin_layout Standard
23381 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23382  
23383 \begin_inset Graphics
23384         filename ../../images/math/leq.png
23385         scale 85
23386
23387 \end_inset
23388
23389  eingefügt werden.
23390 \end_layout
23391
23392 \begin_layout Standard
23393 \begin_inset space \hfill{}
23394 \end_inset
23395
23396
23397 \begin_inset Tabular
23398 <lyxtabular version="3" rows="17" columns="2">
23399 <features rotate="0" tabularvalignment="middle">
23400 <column alignment="center" valignment="top" width="0pt">
23401 <column alignment="center" valignment="top" width="0pt">
23402 <row>
23403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23404 \begin_inset Text
23405
23406 \begin_layout Plain Layout
23407 Befehl
23408 \end_layout
23409
23410 \end_inset
23411 </cell>
23412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23413 \begin_inset Text
23414
23415 \begin_layout Plain Layout
23416 Ergebnis
23417 \end_layout
23418
23419 \end_inset
23420 </cell>
23421 </row>
23422 <row>
23423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23424 \begin_inset Text
23425
23426 \begin_layout Plain Layout
23427 <
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23433 \begin_inset Text
23434
23435 \begin_layout Plain Layout
23436 \begin_inset Formula $<$
23437 \end_inset
23438
23439
23440 \end_layout
23441
23442 \end_inset
23443 </cell>
23444 </row>
23445 <row>
23446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23447 \begin_inset Text
23448
23449 \begin_layout Plain Layout
23450
23451 \backslash
23452 le
23453 \end_layout
23454
23455 \end_inset
23456 </cell>
23457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23458 \begin_inset Text
23459
23460 \begin_layout Plain Layout
23461 \begin_inset Formula $\le$
23462 \end_inset
23463
23464
23465 \end_layout
23466
23467 \end_inset
23468 </cell>
23469 </row>
23470 <row>
23471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23472 \begin_inset Text
23473
23474 \begin_layout Plain Layout
23475
23476 \backslash
23477 ll
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 \begin_inset Formula $\ll$
23487 \end_inset
23488
23489
23490 \end_layout
23491
23492 \end_inset
23493 </cell>
23494 </row>
23495 <row>
23496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23497 \begin_inset Text
23498
23499 \begin_layout Plain Layout
23500
23501 \backslash
23502 prec
23503 \end_layout
23504
23505 \end_inset
23506 </cell>
23507 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23508 \begin_inset Text
23509
23510 \begin_layout Plain Layout
23511 \begin_inset Formula $\prec$
23512 \end_inset
23513
23514
23515 \end_layout
23516
23517 \end_inset
23518 </cell>
23519 </row>
23520 <row>
23521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23522 \begin_inset Text
23523
23524 \begin_layout Plain Layout
23525
23526 \backslash
23527 preceq
23528 \end_layout
23529
23530 \end_inset
23531 </cell>
23532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23533 \begin_inset Text
23534
23535 \begin_layout Plain Layout
23536 \begin_inset Formula $\preceq$
23537 \end_inset
23538
23539
23540 \end_layout
23541
23542 \end_inset
23543 </cell>
23544 </row>
23545 <row>
23546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23547 \begin_inset Text
23548
23549 \begin_layout Plain Layout
23550
23551 \backslash
23552 subset
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23558 \begin_inset Text
23559
23560 \begin_layout Plain Layout
23561 \begin_inset Formula $\subset$
23562 \end_inset
23563
23564
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 </row>
23570 <row>
23571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23572 \begin_inset Text
23573
23574 \begin_layout Plain Layout
23575
23576 \backslash
23577 subseteq
23578 \end_layout
23579
23580 \end_inset
23581 </cell>
23582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23583 \begin_inset Text
23584
23585 \begin_layout Plain Layout
23586 \begin_inset Formula $\subseteq$
23587 \end_inset
23588
23589
23590 \end_layout
23591
23592 \end_inset
23593 </cell>
23594 </row>
23595 <row>
23596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23597 \begin_inset Text
23598
23599 \begin_layout Plain Layout
23600
23601 \backslash
23602 sqsubseteq
23603 \end_layout
23604
23605 \end_inset
23606 </cell>
23607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23608 \begin_inset Text
23609
23610 \begin_layout Plain Layout
23611 \begin_inset Formula $\sqsubseteq$
23612 \end_inset
23613
23614
23615 \end_layout
23616
23617 \end_inset
23618 </cell>
23619 </row>
23620 <row>
23621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23622 \begin_inset Text
23623
23624 \begin_layout Plain Layout
23625
23626 \backslash
23627 in
23628 \end_layout
23629
23630 \end_inset
23631 </cell>
23632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23633 \begin_inset Text
23634
23635 \begin_layout Plain Layout
23636 \begin_inset Formula $\in$
23637 \end_inset
23638
23639
23640 \end_layout
23641
23642 \end_inset
23643 </cell>
23644 </row>
23645 <row>
23646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23647 \begin_inset Text
23648
23649 \begin_layout Plain Layout
23650
23651 \backslash
23652 vdash
23653 \end_layout
23654
23655 \end_inset
23656 </cell>
23657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23658 \begin_inset Text
23659
23660 \begin_layout Plain Layout
23661 \begin_inset Formula $\vdash$
23662 \end_inset
23663
23664
23665 \end_layout
23666
23667 \end_inset
23668 </cell>
23669 </row>
23670 <row>
23671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23672 \begin_inset Text
23673
23674 \begin_layout Plain Layout
23675
23676 \backslash
23677 smile
23678 \end_layout
23679
23680 \end_inset
23681 </cell>
23682 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23683 \begin_inset Text
23684
23685 \begin_layout Plain Layout
23686 \begin_inset Formula $\smile$
23687 \end_inset
23688
23689
23690 \end_layout
23691
23692 \end_inset
23693 </cell>
23694 </row>
23695 <row>
23696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23697 \begin_inset Text
23698
23699 \begin_layout Plain Layout
23700
23701 \backslash
23702 lhd
23703 \end_layout
23704
23705 \end_inset
23706 </cell>
23707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23708 \begin_inset Text
23709
23710 \begin_layout Plain Layout
23711 \begin_inset Formula $\lhd$
23712 \end_inset
23713
23714
23715 \end_layout
23716
23717 \end_inset
23718 </cell>
23719 </row>
23720 <row>
23721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23722 \begin_inset Text
23723
23724 \begin_layout Plain Layout
23725
23726 \backslash
23727 unlhd
23728 \end_layout
23729
23730 \end_inset
23731 </cell>
23732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23733 \begin_inset Text
23734
23735 \begin_layout Plain Layout
23736 \begin_inset Formula $\unlhd$
23737 \end_inset
23738
23739
23740 \end_layout
23741
23742 \end_inset
23743 </cell>
23744 </row>
23745 <row>
23746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23747 \begin_inset Text
23748
23749 \begin_layout Plain Layout
23750
23751 \backslash
23752 gtrless
23753 \end_layout
23754
23755 \end_inset
23756 </cell>
23757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23758 \begin_inset Text
23759
23760 \begin_layout Plain Layout
23761 \begin_inset Formula $\gtrless$
23762 \end_inset
23763
23764
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 </row>
23770 <row>
23771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23772 \begin_inset Text
23773
23774 \begin_layout Plain Layout
23775
23776 \backslash
23777 mid
23778 \end_layout
23779
23780 \end_inset
23781 </cell>
23782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23783 \begin_inset Text
23784
23785 \begin_layout Plain Layout
23786 \begin_inset Formula $\mid$
23787 \end_inset
23788
23789
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 </row>
23795 <row>
23796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23797 \begin_inset Text
23798
23799 \begin_layout Plain Layout
23800
23801 \backslash
23802 nmid
23803 \end_layout
23804
23805 \end_inset
23806 </cell>
23807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23808 \begin_inset Text
23809
23810 \begin_layout Plain Layout
23811 \begin_inset Formula $\nmid$
23812 \end_inset
23813
23814
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 </row>
23820 </lyxtabular>
23821
23822 \end_inset
23823
23824
23825 \begin_inset space \hfill{}
23826 \end_inset
23827
23828
23829 \begin_inset Tabular
23830 <lyxtabular version="3" rows="17" columns="2">
23831 <features rotate="0" tabularvalignment="middle">
23832 <column alignment="center" valignment="top" width="0pt">
23833 <column alignment="center" valignment="top" width="0pt">
23834 <row>
23835 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23836 \begin_inset Text
23837
23838 \begin_layout Plain Layout
23839 Befehl
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 Ergebnis
23849 \end_layout
23850
23851 \end_inset
23852 </cell>
23853 </row>
23854 <row>
23855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23856 \begin_inset Text
23857
23858 \begin_layout Plain Layout
23859 =
23860 \end_layout
23861
23862 \end_inset
23863 </cell>
23864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23865 \begin_inset Text
23866
23867 \begin_layout Plain Layout
23868 \begin_inset Formula $=$
23869 \end_inset
23870
23871
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 </row>
23877 <row>
23878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23879 \begin_inset Text
23880
23881 \begin_layout Plain Layout
23882
23883 \backslash
23884 not=
23885 \end_layout
23886
23887 \end_inset
23888 </cell>
23889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23890 \begin_inset Text
23891
23892 \begin_layout Plain Layout
23893 \begin_inset Formula $\not=$
23894 \end_inset
23895
23896
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 </row>
23902 <row>
23903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23904 \begin_inset Text
23905
23906 \begin_layout Plain Layout
23907
23908 \backslash
23909 equiv
23910 \end_layout
23911
23912 \end_inset
23913 </cell>
23914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23915 \begin_inset Text
23916
23917 \begin_layout Plain Layout
23918 \begin_inset Formula $\equiv$
23919 \end_inset
23920
23921
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 </row>
23927 <row>
23928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23929 \begin_inset Text
23930
23931 \begin_layout Plain Layout
23932
23933 \backslash
23934 sim
23935 \end_layout
23936
23937 \end_inset
23938 </cell>
23939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23940 \begin_inset Text
23941
23942 \begin_layout Plain Layout
23943 \begin_inset Formula $\sim$
23944 \end_inset
23945
23946
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 </row>
23952 <row>
23953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23954 \begin_inset Text
23955
23956 \begin_layout Plain Layout
23957
23958 \backslash
23959 simeq
23960 \end_layout
23961
23962 \end_inset
23963 </cell>
23964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23965 \begin_inset Text
23966
23967 \begin_layout Plain Layout
23968 \begin_inset Formula $\simeq$
23969 \end_inset
23970
23971
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 </row>
23977 <row>
23978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23979 \begin_inset Text
23980
23981 \begin_layout Plain Layout
23982
23983 \backslash
23984 approx
23985 \end_layout
23986
23987 \end_inset
23988 </cell>
23989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23990 \begin_inset Text
23991
23992 \begin_layout Plain Layout
23993 \begin_inset Formula $\approx$
23994 \end_inset
23995
23996
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 </row>
24002 <row>
24003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24004 \begin_inset Text
24005
24006 \begin_layout Plain Layout
24007
24008 \backslash
24009 cong
24010 \end_layout
24011
24012 \end_inset
24013 </cell>
24014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24015 \begin_inset Text
24016
24017 \begin_layout Plain Layout
24018 \begin_inset Formula $\cong$
24019 \end_inset
24020
24021
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 </row>
24027 <row>
24028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24029 \begin_inset Text
24030
24031 \begin_layout Plain Layout
24032
24033 \backslash
24034 bowtie
24035 \end_layout
24036
24037 \end_inset
24038 </cell>
24039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24040 \begin_inset Text
24041
24042 \begin_layout Plain Layout
24043 \begin_inset Formula $\bowtie$
24044 \end_inset
24045
24046
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 </row>
24052 <row>
24053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24054 \begin_inset Text
24055
24056 \begin_layout Plain Layout
24057
24058 \backslash
24059 notin
24060 \end_layout
24061
24062 \end_inset
24063 </cell>
24064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24065 \begin_inset Text
24066
24067 \begin_layout Plain Layout
24068 \begin_inset Formula $\notin$
24069 \end_inset
24070
24071
24072 \end_layout
24073
24074 \end_inset
24075 </cell>
24076 </row>
24077 <row>
24078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24079 \begin_inset Text
24080
24081 \begin_layout Plain Layout
24082
24083 \backslash
24084 perp
24085 \end_layout
24086
24087 \end_inset
24088 </cell>
24089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24090 \begin_inset Text
24091
24092 \begin_layout Plain Layout
24093 \begin_inset Formula $\perp$
24094 \end_inset
24095
24096
24097 \end_layout
24098
24099 \end_inset
24100 </cell>
24101 </row>
24102 <row>
24103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24104 \begin_inset Text
24105
24106 \begin_layout Plain Layout
24107
24108 \backslash
24109 propto
24110 \end_layout
24111
24112 \end_inset
24113 </cell>
24114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24115 \begin_inset Text
24116
24117 \begin_layout Plain Layout
24118 \begin_inset Formula $\propto$
24119 \end_inset
24120
24121
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 </row>
24127 <row>
24128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24129 \begin_inset Text
24130
24131 \begin_layout Plain Layout
24132
24133 \backslash
24134 asymp
24135 \end_layout
24136
24137 \end_inset
24138 </cell>
24139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24140 \begin_inset Text
24141
24142 \begin_layout Plain Layout
24143 \begin_inset Formula $\asymp$
24144 \end_inset
24145
24146
24147 \end_layout
24148
24149 \end_inset
24150 </cell>
24151 </row>
24152 <row>
24153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24154 \begin_inset Text
24155
24156 \begin_layout Plain Layout
24157
24158 \backslash
24159 doteq
24160 \end_layout
24161
24162 \end_inset
24163 </cell>
24164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24165 \begin_inset Text
24166
24167 \begin_layout Plain Layout
24168 \begin_inset Formula $\doteq$
24169 \end_inset
24170
24171
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 circeq
24185 \end_layout
24186
24187 \end_inset
24188 </cell>
24189 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24190 \begin_inset Text
24191
24192 \begin_layout Plain Layout
24193 \begin_inset Formula $\circeq$
24194 \end_inset
24195
24196
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 </row>
24202 <row>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207
24208 \backslash
24209 models
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218 \begin_inset Formula $\models$
24219 \end_inset
24220
24221
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 </row>
24227 <row>
24228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24229 \begin_inset Text
24230
24231 \begin_layout Plain Layout
24232
24233 \backslash
24234 widehat=
24235 \end_layout
24236
24237 \end_inset
24238 </cell>
24239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24240 \begin_inset Text
24241
24242 \begin_layout Plain Layout
24243 \begin_inset Formula $\widehat{=}$
24244 \end_inset
24245
24246
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 </row>
24252 </lyxtabular>
24253
24254 \end_inset
24255
24256
24257 \begin_inset space \hfill{}
24258 \end_inset
24259
24260
24261 \begin_inset Tabular
24262 <lyxtabular version="3" rows="17" columns="2">
24263 <features rotate="0" tabularvalignment="middle">
24264 <column alignment="center" valignment="top" width="0pt">
24265 <column alignment="center" valignment="top" width="0pt">
24266 <row>
24267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24268 \begin_inset Text
24269
24270 \begin_layout Plain Layout
24271 Befehl
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 Ergebnis
24281 \end_layout
24282
24283 \end_inset
24284 </cell>
24285 </row>
24286 <row>
24287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24288 \begin_inset Text
24289
24290 \begin_layout Plain Layout
24291 >
24292 \end_layout
24293
24294 \end_inset
24295 </cell>
24296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24297 \begin_inset Text
24298
24299 \begin_layout Plain Layout
24300 \begin_inset Formula $>$
24301 \end_inset
24302
24303
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 </row>
24309 <row>
24310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24311 \begin_inset Text
24312
24313 \begin_layout Plain Layout
24314
24315 \backslash
24316 ge
24317 \end_layout
24318
24319 \end_inset
24320 </cell>
24321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24322 \begin_inset Text
24323
24324 \begin_layout Plain Layout
24325 \begin_inset Formula $\ge$
24326 \end_inset
24327
24328
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 </row>
24334 <row>
24335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24336 \begin_inset Text
24337
24338 \begin_layout Plain Layout
24339
24340 \backslash
24341 gg
24342 \end_layout
24343
24344 \end_inset
24345 </cell>
24346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24347 \begin_inset Text
24348
24349 \begin_layout Plain Layout
24350 \begin_inset Formula $\gg$
24351 \end_inset
24352
24353
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 </row>
24359 <row>
24360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24361 \begin_inset Text
24362
24363 \begin_layout Plain Layout
24364
24365 \backslash
24366 succ
24367 \end_layout
24368
24369 \end_inset
24370 </cell>
24371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24372 \begin_inset Text
24373
24374 \begin_layout Plain Layout
24375 \begin_inset Formula $\succ$
24376 \end_inset
24377
24378
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 </row>
24384 <row>
24385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24386 \begin_inset Text
24387
24388 \begin_layout Plain Layout
24389
24390 \backslash
24391 succeq
24392 \end_layout
24393
24394 \end_inset
24395 </cell>
24396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24397 \begin_inset Text
24398
24399 \begin_layout Plain Layout
24400 \begin_inset Formula $\succeq$
24401 \end_inset
24402
24403
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 </row>
24409 <row>
24410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24411 \begin_inset Text
24412
24413 \begin_layout Plain Layout
24414
24415 \backslash
24416 supset
24417 \end_layout
24418
24419 \end_inset
24420 </cell>
24421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24422 \begin_inset Text
24423
24424 \begin_layout Plain Layout
24425 \begin_inset Formula $\supset$
24426 \end_inset
24427
24428
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 </row>
24434 <row>
24435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24436 \begin_inset Text
24437
24438 \begin_layout Plain Layout
24439
24440 \backslash
24441 supseteq
24442 \end_layout
24443
24444 \end_inset
24445 </cell>
24446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24447 \begin_inset Text
24448
24449 \begin_layout Plain Layout
24450 \begin_inset Formula $\supseteq$
24451 \end_inset
24452
24453
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 </row>
24459 <row>
24460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24461 \begin_inset Text
24462
24463 \begin_layout Plain Layout
24464
24465 \backslash
24466 sqsupseteq
24467 \end_layout
24468
24469 \end_inset
24470 </cell>
24471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24472 \begin_inset Text
24473
24474 \begin_layout Plain Layout
24475 \begin_inset Formula $\sqsupseteq$
24476 \end_inset
24477
24478
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 </row>
24484 <row>
24485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24486 \begin_inset Text
24487
24488 \begin_layout Plain Layout
24489
24490 \backslash
24491 ni
24492 \end_layout
24493
24494 \end_inset
24495 </cell>
24496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24497 \begin_inset Text
24498
24499 \begin_layout Plain Layout
24500 \begin_inset Formula $\ni$
24501 \end_inset
24502
24503
24504 \end_layout
24505
24506 \end_inset
24507 </cell>
24508 </row>
24509 <row>
24510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24511 \begin_inset Text
24512
24513 \begin_layout Plain Layout
24514
24515 \backslash
24516 dashv
24517 \end_layout
24518
24519 \end_inset
24520 </cell>
24521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24522 \begin_inset Text
24523
24524 \begin_layout Plain Layout
24525 \begin_inset Formula $\dashv$
24526 \end_inset
24527
24528
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 </row>
24534 <row>
24535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24536 \begin_inset Text
24537
24538 \begin_layout Plain Layout
24539
24540 \backslash
24541 frown
24542 \end_layout
24543
24544 \end_inset
24545 </cell>
24546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550 \begin_inset Formula $\frown$
24551 \end_inset
24552
24553
24554 \end_layout
24555
24556 \end_inset
24557 </cell>
24558 </row>
24559 <row>
24560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24561 \begin_inset Text
24562
24563 \begin_layout Plain Layout
24564
24565 \backslash
24566 rhd
24567 \end_layout
24568
24569 \end_inset
24570 </cell>
24571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24572 \begin_inset Text
24573
24574 \begin_layout Plain Layout
24575 \begin_inset Formula $\rhd$
24576 \end_inset
24577
24578
24579 \end_layout
24580
24581 \end_inset
24582 </cell>
24583 </row>
24584 <row>
24585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24586 \begin_inset Text
24587
24588 \begin_layout Plain Layout
24589
24590 \backslash
24591 unrhd
24592 \end_layout
24593
24594 \end_inset
24595 </cell>
24596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24597 \begin_inset Text
24598
24599 \begin_layout Plain Layout
24600 \begin_inset Formula $\unrhd$
24601 \end_inset
24602
24603
24604 \end_layout
24605
24606 \end_inset
24607 </cell>
24608 </row>
24609 <row>
24610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24611 \begin_inset Text
24612
24613 \begin_layout Plain Layout
24614
24615 \backslash
24616 lessgtr
24617 \end_layout
24618
24619 \end_inset
24620 </cell>
24621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24622 \begin_inset Text
24623
24624 \begin_layout Plain Layout
24625 \begin_inset Formula $\lessgtr$
24626 \end_inset
24627
24628
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 </row>
24634 <row>
24635 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24636 \begin_inset Text
24637
24638 \begin_layout Plain Layout
24639
24640 \backslash
24641 parallel
24642 \end_layout
24643
24644 \end_inset
24645 </cell>
24646 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24647 \begin_inset Text
24648
24649 \begin_layout Plain Layout
24650 \begin_inset Formula $\parallel$
24651 \end_inset
24652
24653
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 </row>
24659 <row>
24660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24661 \begin_inset Text
24662
24663 \begin_layout Plain Layout
24664
24665 \backslash
24666 nparallel
24667 \end_layout
24668
24669 \end_inset
24670 </cell>
24671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24672 \begin_inset Text
24673
24674 \begin_layout Plain Layout
24675 \begin_inset Formula $\nparallel$
24676 \end_inset
24677
24678
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 </row>
24684 </lyxtabular>
24685
24686 \end_inset
24687
24688
24689 \begin_inset space \hfill{}
24690 \end_inset
24691
24692
24693 \end_layout
24694
24695 \begin_layout Standard
24696 \begin_inset VSpace medskip
24697 \end_inset
24698
24699 Die Zeichen 
24700 \series bold
24701
24702 \backslash
24703 lhd
24704 \series default
24705  bzw.
24706 \begin_inset space \space{}
24707 \end_inset
24708
24709
24710 \series bold
24711
24712 \backslash
24713 rhd
24714 \series default
24715  sind größer als die gleich aussehenden Operatoren
24716 \begin_inset Newline linebreak
24717 \end_inset
24718
24719
24720 \series bold
24721
24722 \backslash
24723 triangleleft
24724 \series default
24725  bzw.
24726 \begin_inset space \space{}
24727 \end_inset
24728
24729
24730 \series bold
24731
24732 \backslash
24733 triangleright
24734 \series default
24735 .
24736 \end_layout
24737
24738 \begin_layout Standard
24739 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24740 \end_layout
24741
24742 \begin_layout Standard
24743 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24744 \series bold
24745
24746 \backslash
24747 stackrel
24748 \series default
24749
24750 \begin_inset Index idx
24751 status collapsed
24752
24753 \begin_layout Plain Layout
24754 Befehle ! S ! 
24755 \backslash
24756 stackrel
24757 \end_layout
24758
24759 \end_inset
24760
24761  erstellt werden:
24762 \end_layout
24763
24764 \begin_layout Standard
24765 \align center
24766 \begin_inset Tabular
24767 <lyxtabular version="3" rows="2" columns="2">
24768 <features rotate="0" tabularvalignment="middle">
24769 <column alignment="center" valignment="top">
24770 <column alignment="center" valignment="top">
24771 <row>
24772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776 Befehl
24777 \end_layout
24778
24779 \end_inset
24780 </cell>
24781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24782 \begin_inset Text
24783
24784 \begin_layout Plain Layout
24785 Ergebnis
24786 \begin_inset Note Note
24787 status collapsed
24788
24789 \begin_layout Plain Layout
24790
24791 \series bold
24792
24793 \backslash
24794 raisebox
24795 \series default
24796  dient nur als Abstandhalter.
24797 \end_layout
24798
24799 \end_inset
24800
24801
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 </row>
24807 <row>
24808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 A(r)
24813 \backslash
24814 stackrel
24815 \begin_inset ERT
24816 status collapsed
24817
24818 \begin_layout Plain Layout
24819
24820
24821 \backslash
24822 leer 
24823 \end_layout
24824
24825 \end_inset
24826
24827 r
24828 \backslash
24829 to
24830 \backslash
24831 infty
24832 \begin_inset ERT
24833 status collapsed
24834
24835 \begin_layout Plain Layout
24836
24837
24838 \backslash
24839 leer 
24840 \end_layout
24841
24842 \end_inset
24843
24844
24845 \begin_inset Formula $\downarrow$
24846 \end_inset
24847
24848
24849 \backslash
24850 approx
24851 \begin_inset ERT
24852 status collapsed
24853
24854 \begin_layout Plain Layout
24855
24856
24857 \backslash
24858 leer 
24859 \end_layout
24860
24861 \end_inset
24862
24863
24864 \begin_inset ERT
24865 status collapsed
24866
24867 \begin_layout Plain Layout
24868
24869
24870 \backslash
24871 leer 
24872 \end_layout
24873
24874 \end_inset
24875
24876 B
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 </row>
24894 </lyxtabular>
24895
24896 \end_inset
24897
24898
24899 \end_layout
24900
24901 \begin_layout Section
24902 Funktionen
24903 \end_layout
24904
24905 \begin_layout Subsection
24906 Vordefinierte Funktionen
24907 \begin_inset CommandInset label
24908 LatexCommand label
24909 name "sub:Vordefinierte-Funktionen"
24910
24911 \end_inset
24912
24913
24914 \begin_inset Index idx
24915 status collapsed
24916
24917 \begin_layout Plain Layout
24918 Funktionen ! vordefinierte
24919 \end_layout
24920
24921 \end_inset
24922
24923
24924 \end_layout
24925
24926 \begin_layout Standard
24927 Allgemein werden in mathematischen Ausdrücken Variablen 
24928 \shape italic
24929 kursiv
24930 \shape default
24931  gesetzt, Funktionsnamen hingegen nicht, denn 
24932 \begin_inset Formula $sin$
24933 \end_inset
24934
24935  könnte als 
24936 \begin_inset Formula $s\cdot i\cdot n$
24937 \end_inset
24938
24939  missverstanden werden.
24940  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24941 en etwas abgesetzt sind.
24942  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24943 \end_layout
24944
24945 \begin_layout Standard
24946 \align center
24947 \begin_inset Tabular
24948 <lyxtabular version="3" rows="2" columns="4">
24949 <features rotate="0" tabularvalignment="middle">
24950 <column alignment="center" valignment="top" width="0pt">
24951 <column alignment="center" valignment="top" width="0pt">
24952 <column alignment="center" valignment="top" width="0pt">
24953 <column alignment="center" valignment="top" width="0pt">
24954 <row>
24955 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24956 \begin_inset Text
24957
24958 \begin_layout Plain Layout
24959 Befehl
24960 \end_layout
24961
24962 \end_inset
24963 </cell>
24964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24965 \begin_inset Text
24966
24967 \begin_layout Plain Layout
24968 Ergebnis
24969 \end_layout
24970
24971 \end_inset
24972 </cell>
24973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977 Befehl
24978 \end_layout
24979
24980 \end_inset
24981 </cell>
24982 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24983 \begin_inset Text
24984
24985 \begin_layout Plain Layout
24986 Ergebnis
24987 \end_layout
24988
24989 \end_inset
24990 </cell>
24991 </row>
24992 <row>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 Asin(x)+B
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 \begin_inset Formula $Asin(x)+B$
25007 \end_inset
25008
25009
25010 \end_layout
25011
25012 \end_inset
25013 </cell>
25014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25015 \begin_inset Text
25016
25017 \begin_layout Plain Layout
25018 A
25019 \backslash
25020 sin(x)+B
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25026 \begin_inset Text
25027
25028 \begin_layout Plain Layout
25029 \begin_inset Formula $A\sin(x)+B$
25030 \end_inset
25031
25032
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 </row>
25038 </lyxtabular>
25039
25040 \end_inset
25041
25042
25043 \end_layout
25044
25045 \begin_layout Standard
25046 Folgende Funktionen sind vordefiniert:
25047 \end_layout
25048
25049 \begin_layout Standard
25050 \begin_inset VSpace -2mm
25051 \end_inset
25052
25053
25054 \end_layout
25055
25056 \begin_layout Standard
25057 \align center
25058 \begin_inset Tabular
25059 <lyxtabular version="3" rows="9" columns="4">
25060 <features rotate="0" tabularvalignment="middle">
25061 <column alignment="center" valignment="top" width="0pt">
25062 <column alignment="center" valignment="top" width="0pt">
25063 <column alignment="center" valignment="top" width="0pt">
25064 <column alignment="center" valignment="top" width="0pt">
25065 <row>
25066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25067 \begin_inset Text
25068
25069 \begin_layout Plain Layout
25070 Befehl
25071 \end_layout
25072
25073 \end_inset
25074 </cell>
25075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25076 \begin_inset Text
25077
25078 \begin_layout Plain Layout
25079 Befehl
25080 \end_layout
25081
25082 \end_inset
25083 </cell>
25084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25085 \begin_inset Text
25086
25087 \begin_layout Plain Layout
25088 Befehl
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097 Befehl
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 </row>
25103 <row>
25104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 sin
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 sinh
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25127 \begin_inset Text
25128
25129 \begin_layout Plain Layout
25130
25131 \backslash
25132 arcsin
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 sup
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 </row>
25149 <row>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 cos
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 cosh
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25173 \begin_inset Text
25174
25175 \begin_layout Plain Layout
25176
25177 \backslash
25178 arccos
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 inf
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 </row>
25195 <row>
25196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200
25201 \backslash
25202 tan
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211
25212 \backslash
25213 tanh
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25219 \begin_inset Text
25220
25221 \begin_layout Plain Layout
25222
25223 \backslash
25224 arctan
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \backslash
25235 lim
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 </row>
25241 <row>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 cot
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259 coth
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25265 \begin_inset Text
25266
25267 \begin_layout Plain Layout
25268
25269 \backslash
25270 arg
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279
25280 \backslash
25281 liminf
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 </row>
25287 <row>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \backslash
25294 sec
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303
25304 \backslash
25305 min
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314
25315 \backslash
25316 deg
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \backslash
25327 limsup
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 </row>
25333 <row>
25334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338
25339 \backslash
25340 csc
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 max
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25357 \begin_inset Text
25358
25359 \begin_layout Plain Layout
25360
25361 \backslash
25362 det
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \backslash
25373 Pr
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 </row>
25379 <row>
25380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384
25385 \backslash
25386 ln
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 exp
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406
25407 \backslash
25408 dim
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417
25418 \backslash
25419 hom
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 </row>
25425 <row>
25426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430
25431 \backslash
25432 lg
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441
25442 \backslash
25443 log
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452
25453 \backslash
25454 ker
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463
25464 \backslash
25465 gcd
25466 \end_layout
25467
25468 \end_inset
25469 </cell>
25470 </row>
25471 </lyxtabular>
25472
25473 \end_inset
25474
25475
25476 \end_layout
25477
25478 \begin_layout Standard
25479 Sie können auch über den Mathe-Werkzeugleistenknopf 
25480 \begin_inset Graphics
25481         filename ../../images/math/functions.png
25482         scale 85
25483
25484 \end_inset
25485
25486  eingefügt werden.
25487 \end_layout
25488
25489 \begin_layout Subsection
25490 Selbst definierte Funktionen
25491 \begin_inset Index idx
25492 status collapsed
25493
25494 \begin_layout Plain Layout
25495 Funktionen ! selbstdefinierte
25496 \end_layout
25497
25498 \end_inset
25499
25500
25501 \end_layout
25502
25503 \begin_layout Standard
25504 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25505 \begin_inset space \thinspace{}
25506 \end_inset
25507
25508 B.
25509  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25510 \end_layout
25511
25512 \begin_layout Itemize
25513 Man definiert die Funktion selbst.
25514  Dazu gibt man im LaTeX-Vorspann die Zeile
25515 \begin_inset Newline newline
25516 \end_inset
25517
25518
25519 \begin_inset VSpace -3mm
25520 \end_inset
25521
25522
25523 \begin_inset Newline newline
25524 \end_inset
25525
25526
25527 \series bold
25528
25529 \backslash
25530 DeclareMathOperator{
25531 \backslash
25532 sgn}{sgn}
25533 \series default
25534
25535 \begin_inset Index idx
25536 status collapsed
25537
25538 \begin_layout Plain Layout
25539 Befehle ! D ! 
25540 \backslash
25541 dbinom@
25542 \backslash
25543 DeclareMathOperator
25544 \end_layout
25545
25546 \end_inset
25547
25548
25549 \begin_inset Newline newline
25550 \end_inset
25551
25552
25553 \begin_inset VSpace -2mm
25554 \end_inset
25555
25556
25557 \begin_inset Newline newline
25558 \end_inset
25559
25560 ein
25561 \begin_inset Foot
25562 status collapsed
25563
25564 \begin_layout Plain Layout
25565 Näheres zu 
25566 \series bold
25567
25568 \backslash
25569 DeclareMathOperator
25570 \series default
25571  siehe 
25572 \begin_inset CommandInset ref
25573 LatexCommand ref
25574 reference "sub:Selbstdefinierte-Operatoren"
25575
25576 \end_inset
25577
25578 .
25579 \end_layout
25580
25581 \end_inset
25582
25583 .
25584  Nun kann man mit dem Befehl 
25585 \series bold
25586
25587 \backslash
25588 sgn
25589 \series default
25590  die neu definierte Funktion aufrufen.
25591 \end_layout
25592
25593 \begin_layout Itemize
25594 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25595  Beispiel die Buchstaben 
25596 \emph on
25597 sgn
25598 \emph default
25599 , und wandelt ihn in in mathematischen Text um.
25600  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25601 \end_layout
25602
25603 \begin_layout Standard
25604 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25605  Funktion
25606 \begin_inset Foot
25607 status collapsed
25608
25609 \begin_layout Plain Layout
25610 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25611 \end_layout
25612
25613 \end_inset
25614
25615 :
25616 \end_layout
25617
25618 \begin_layout Standard
25619 \align center
25620 \begin_inset Tabular
25621 <lyxtabular version="3" rows="3" columns="2">
25622 <features rotate="0" tabularvalignment="middle">
25623 <column alignment="center" valignment="top" width="0pt">
25624 <column alignment="center" valignment="top" width="0pt">
25625 <row>
25626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25627 \begin_inset Text
25628
25629 \begin_layout Plain Layout
25630 Befehl
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639 Ergebnis
25640 \end_layout
25641
25642 \end_inset
25643 </cell>
25644 </row>
25645 <row>
25646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25647 \begin_inset Text
25648
25649 \begin_layout Plain Layout
25650 A
25651 \backslash
25652 sgn(x)+B
25653 \end_layout
25654
25655 \end_inset
25656 </cell>
25657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25658 \begin_inset Text
25659
25660 \begin_layout Plain Layout
25661 \begin_inset Formula $A\sgn(x)+B$
25662 \end_inset
25663
25664
25665 \end_layout
25666
25667 \end_inset
25668 </cell>
25669 </row>
25670 <row>
25671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25672 \begin_inset Text
25673
25674 \begin_layout Plain Layout
25675 A
25676 \backslash
25677 ,
25678 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25679 \end_inset
25680
25681 (x)+B
25682 \end_layout
25683
25684 \end_inset
25685 </cell>
25686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25687 \begin_inset Text
25688
25689 \begin_layout Plain Layout
25690 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25691 \end_inset
25692
25693
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 </row>
25699 </lyxtabular>
25700
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \begin_layout Standard
25707 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25708  mehrfach verwendet werden soll.
25709 \end_layout
25710
25711 \begin_layout Subsection
25712 Grenzwerte
25713 \begin_inset Index idx
25714 status collapsed
25715
25716 \begin_layout Plain Layout
25717 Grenzwerte
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \end_layout
25724
25725 \begin_layout Standard
25726 Für Grenzwerte sind außer 
25727 \series bold
25728
25729 \backslash
25730 lim
25731 \series default
25732
25733 \begin_inset Index idx
25734 status collapsed
25735
25736 \begin_layout Plain Layout
25737 Befehle ! L ! 
25738 \backslash
25739 lim
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \series bold
25746
25747 \backslash
25748 liminf
25749 \series default
25750  und 
25751 \series bold
25752
25753 \backslash
25754 limsup
25755 \series default
25756  noch folgende Funktionen definiert:
25757 \end_layout
25758
25759 \begin_layout Standard
25760 \align center
25761 \begin_inset Tabular
25762 <lyxtabular version="3" rows="5" columns="2">
25763 <features rotate="0" tabularvalignment="middle">
25764 <column alignment="center" valignment="top">
25765 <column alignment="center" valignment="top">
25766 <row>
25767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25768 \begin_inset Text
25769
25770 \begin_layout Plain Layout
25771 Befehl
25772 \end_layout
25773
25774 \end_inset
25775 </cell>
25776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25777 \begin_inset Text
25778
25779 \begin_layout Plain Layout
25780 Ergebnis
25781 \begin_inset Note Note
25782 status collapsed
25783
25784 \begin_layout Plain Layout
25785
25786 \series bold
25787
25788 \backslash
25789 raisebox
25790 \series default
25791  dient nur als Abstandhalter.
25792 \end_layout
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \end_inset
25800 </cell>
25801 </row>
25802 <row>
25803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25804 \begin_inset Text
25805
25806 \begin_layout Plain Layout
25807
25808 \backslash
25809 varliminf
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25815 \begin_inset Text
25816
25817 \begin_layout Plain Layout
25818 \begin_inset Formula $\varliminf$
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \end_inset
25825 </cell>
25826 </row>
25827 <row>
25828 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25829 \begin_inset Text
25830
25831 \begin_layout Plain Layout
25832
25833 \backslash
25834 varlimsup
25835 \end_layout
25836
25837 \end_inset
25838 </cell>
25839 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25840 \begin_inset Text
25841
25842 \begin_layout Plain Layout
25843 \begin_inset Formula $\varlimsup$
25844 \end_inset
25845
25846
25847 \end_layout
25848
25849 \end_inset
25850 </cell>
25851 </row>
25852 <row>
25853 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25854 \begin_inset Text
25855
25856 \begin_layout Plain Layout
25857
25858 \backslash
25859 varprojlim
25860 \end_layout
25861
25862 \end_inset
25863 </cell>
25864 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25865 \begin_inset Text
25866
25867 \begin_layout Plain Layout
25868 \begin_inset Formula $\varprojlim$
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 </row>
25877 <row>
25878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882
25883 \backslash
25884 varinjlim
25885 \end_layout
25886
25887 \end_inset
25888 </cell>
25889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25890 \begin_inset Text
25891
25892 \begin_layout Plain Layout
25893 \begin_inset Formula $\varinjlim$
25894 \end_inset
25895
25896
25897 \begin_inset Formula $\raisebox{-2.5mm}{}$
25898 \end_inset
25899
25900
25901 \end_layout
25902
25903 \end_inset
25904 </cell>
25905 </row>
25906 </lyxtabular>
25907
25908 \end_inset
25909
25910
25911 \end_layout
25912
25913 \begin_layout Standard
25914 \begin_inset VSpace medskip
25915 \end_inset
25916
25917 Der Grenzwert wird durch Tiefstellen erzeugt.
25918  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25919 \end_layout
25920
25921 \begin_layout Standard
25922 \align center
25923 \begin_inset Tabular
25924 <lyxtabular version="3" rows="2" columns="2">
25925 <features rotate="0" tabularvalignment="middle">
25926 <column alignment="center" valignment="top" width="0pt">
25927 <column alignment="center" valignment="top" width="0pt">
25928 <row>
25929 <cell alignment="center" valignment="top" usebox="none">
25930 \begin_inset Text
25931
25932 \begin_layout Plain Layout
25933 Befehl
25934 \end_layout
25935
25936 \end_inset
25937 </cell>
25938 <cell alignment="center" valignment="top" usebox="none">
25939 \begin_inset Text
25940
25941 \begin_layout Plain Layout
25942 \begin_inset space \hspace{}
25943 \length 1cm
25944 \end_inset
25945
25946 Ergebnis
25947 \begin_inset Note Note
25948 status collapsed
25949
25950 \begin_layout Plain Layout
25951 Der Leerraum und 
25952 \series bold
25953
25954 \backslash
25955 raisebox
25956 \series default
25957  dienen nur als Abstandhalter.
25958 \end_layout
25959
25960 \end_inset
25961
25962
25963 \end_layout
25964
25965 \end_inset
25966 </cell>
25967 </row>
25968 <row>
25969 <cell alignment="center" valignment="top" usebox="none">
25970 \begin_inset Text
25971
25972 \begin_layout Plain Layout
25973
25974 \backslash
25975 lim_x
25976 \backslash
25977 to
25978 \begin_inset ERT
25979 status collapsed
25980
25981 \begin_layout Plain Layout
25982
25983
25984 \backslash
25985 leer 
25986 \end_layout
25987
25988 \end_inset
25989
25990 A
25991 \begin_inset ERT
25992 status collapsed
25993
25994 \begin_layout Plain Layout
25995
25996
25997 \backslash
25998 leer 
25999 \end_layout
26000
26001 \end_inset
26002
26003 x=B
26004 \end_layout
26005
26006 \end_inset
26007 </cell>
26008 <cell alignment="center" valignment="top" usebox="none">
26009 \begin_inset Text
26010
26011 \begin_layout Plain Layout
26012 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \end_inset
26019 </cell>
26020 </row>
26021 </lyxtabular>
26022
26023 \end_inset
26024
26025
26026 \end_layout
26027
26028 \begin_layout Standard
26029 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26030 \begin_inset Formula 
26031 \[
26032 \lim_{x\to A}x=B
26033 \]
26034
26035 \end_inset
26036
26037
26038 \end_layout
26039
26040 \begin_layout Subsection
26041 Modulo-Funktionen
26042 \begin_inset Index idx
26043 status collapsed
26044
26045 \begin_layout Plain Layout
26046 Funktionen ! Modulo-
26047 \end_layout
26048
26049 \end_inset
26050
26051
26052 \end_layout
26053
26054 \begin_layout Standard
26055 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26056  Varianten.
26057 \end_layout
26058
26059 \begin_layout Standard
26060 Die Varianten in einer abgesetzten Formel:
26061 \begin_inset Formula 
26062 \begin{align*}
26063 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26064 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
26065 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
26066 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
26067 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
26068 \end{align*}
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Standard
26076 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26077  weniger Leerraum gesetzt.
26078  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
26079  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
26080 \begin_inset Formula 
26081 \begin{align*}
26082 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26083 \mathrm{a\backslash pod\textrm{\leer}bcd} &  & a\pod bcd\\
26084 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26085 \end{align*}
26086
26087 \end_inset
26088
26089
26090 \end_layout
26091
26092 \begin_layout Section
26093 Sonderzeichen
26094 \begin_inset Index idx
26095 status collapsed
26096
26097 \begin_layout Plain Layout
26098 Sonderzeichen
26099 \end_layout
26100
26101 \end_inset
26102
26103
26104 \end_layout
26105
26106 \begin_layout Subsection
26107 Sonderzeichen im mathematischen Text
26108 \end_layout
26109
26110 \begin_layout Standard
26111 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26112  verwendet werden:
26113 \end_layout
26114
26115 \begin_layout Standard
26116 \begin_inset space \hfill{}
26117 \end_inset
26118
26119
26120 \begin_inset Tabular
26121 <lyxtabular version="3" rows="8" columns="2">
26122 <features rotate="0" tabularvalignment="middle">
26123 <column alignment="block" valignment="top">
26124 <column alignment="block" valignment="top">
26125 <row>
26126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130 Befehl
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26136 \begin_inset Text
26137
26138 \begin_layout Plain Layout
26139 Ergebnis
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 </row>
26145 <row>
26146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26147 \begin_inset Text
26148
26149 \begin_layout Plain Layout
26150
26151 \backslash
26152 oe
26153 \end_layout
26154
26155 \end_inset
26156 </cell>
26157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26158 \begin_inset Text
26159
26160 \begin_layout Plain Layout
26161 \begin_inset Formula $\textrm{œ}$
26162 \end_inset
26163
26164
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 </row>
26170 <row>
26171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26172 \begin_inset Text
26173
26174 \begin_layout Plain Layout
26175
26176 \backslash
26177 OE
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26183 \begin_inset Text
26184
26185 \begin_layout Plain Layout
26186 \begin_inset Formula $\textrm{Œ}$
26187 \end_inset
26188
26189
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 </row>
26195 <row>
26196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26197 \begin_inset Text
26198
26199 \begin_layout Plain Layout
26200
26201 \backslash
26202 ae
26203 \end_layout
26204
26205 \end_inset
26206 </cell>
26207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26208 \begin_inset Text
26209
26210 \begin_layout Plain Layout
26211 \begin_inset Formula $\textrm{æ}$
26212 \end_inset
26213
26214
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 </row>
26220 <row>
26221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26222 \begin_inset Text
26223
26224 \begin_layout Plain Layout
26225
26226 \backslash
26227 AE
26228 \end_layout
26229
26230 \end_inset
26231 </cell>
26232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26233 \begin_inset Text
26234
26235 \begin_layout Plain Layout
26236 \begin_inset Formula $\textrm{Æ}$
26237 \end_inset
26238
26239
26240 \end_layout
26241
26242 \end_inset
26243 </cell>
26244 </row>
26245 <row>
26246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250
26251 \backslash
26252 aa
26253 \end_layout
26254
26255 \end_inset
26256 </cell>
26257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26258 \begin_inset Text
26259
26260 \begin_layout Plain Layout
26261 \begin_inset Formula $\textrm{\aa}$
26262 \end_inset
26263
26264
26265 \end_layout
26266
26267 \end_inset
26268 </cell>
26269 </row>
26270 <row>
26271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26272 \begin_inset Text
26273
26274 \begin_layout Plain Layout
26275
26276 \backslash
26277 AA
26278 \begin_inset Index idx
26279 status collapsed
26280
26281 \begin_layout Plain Layout
26282
26283 \backslash
26284 @
26285 \begin_inset ERT
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289
26290
26291 \backslash
26292 textrm{
26293 \backslash
26294 AA}
26295 \end_layout
26296
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \end_inset
26303
26304
26305 \end_layout
26306
26307 \end_inset
26308 </cell>
26309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26310 \begin_inset Text
26311
26312 \begin_layout Plain Layout
26313 \begin_inset Formula $\textrm{Å}$
26314 \end_inset
26315
26316
26317 \end_layout
26318
26319 \end_inset
26320 </cell>
26321 </row>
26322 <row>
26323 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327
26328 \backslash
26329 i
26330 \end_layout
26331
26332 \end_inset
26333 </cell>
26334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26335 \begin_inset Text
26336
26337 \begin_layout Plain Layout
26338 \begin_inset Formula $\textrm{ı}$
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \end_inset
26345 </cell>
26346 </row>
26347 </lyxtabular>
26348
26349 \end_inset
26350
26351
26352 \begin_inset space \hfill{}
26353 \end_inset
26354
26355
26356 \begin_inset Tabular
26357 <lyxtabular version="3" rows="8" columns="2">
26358 <features rotate="0" tabularvalignment="middle">
26359 <column alignment="block" valignment="top">
26360 <column alignment="center" valignment="top">
26361 <row>
26362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366 Befehl
26367 \begin_inset Note Note
26368 status collapsed
26369
26370 \begin_layout Plain Layout
26371 Der Leerraum von 0
26372 \begin_inset space \thinspace{}
26373 \end_inset
26374
26375 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26376 \begin_inset space \space{}
26377 \end_inset
26378
26379 ¿ erscheinen würde.
26380 \end_layout
26381
26382 \end_inset
26383
26384
26385 \end_layout
26386
26387 \end_inset
26388 </cell>
26389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26390 \begin_inset Text
26391
26392 \begin_layout Plain Layout
26393 Ergebnis
26394 \end_layout
26395
26396 \end_inset
26397 </cell>
26398 </row>
26399 <row>
26400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26401 \begin_inset Text
26402
26403 \begin_layout Plain Layout
26404
26405 \backslash
26406 o
26407 \end_layout
26408
26409 \end_inset
26410 </cell>
26411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26412 \begin_inset Text
26413
26414 \begin_layout Plain Layout
26415 \begin_inset Formula $\textrm{ø}$
26416 \end_inset
26417
26418
26419 \end_layout
26420
26421 \end_inset
26422 </cell>
26423 </row>
26424 <row>
26425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26426 \begin_inset Text
26427
26428 \begin_layout Plain Layout
26429
26430 \backslash
26431 O
26432 \end_layout
26433
26434 \end_inset
26435 </cell>
26436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26437 \begin_inset Text
26438
26439 \begin_layout Plain Layout
26440 \begin_inset Formula $\textrm{Ø}$
26441 \end_inset
26442
26443
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 </row>
26449 <row>
26450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26451 \begin_inset Text
26452
26453 \begin_layout Plain Layout
26454
26455 \backslash
26456 l
26457 \end_layout
26458
26459 \end_inset
26460 </cell>
26461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 \begin_inset Formula $\textrm{ł}$
26466 \end_inset
26467
26468
26469 \end_layout
26470
26471 \end_inset
26472 </cell>
26473 </row>
26474 <row>
26475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26476 \begin_inset Text
26477
26478 \begin_layout Plain Layout
26479
26480 \backslash
26481 L
26482 \end_layout
26483
26484 \end_inset
26485 </cell>
26486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26487 \begin_inset Text
26488
26489 \begin_layout Plain Layout
26490 \begin_inset Formula $\textrm{Ł}$
26491 \end_inset
26492
26493
26494 \end_layout
26495
26496 \end_inset
26497 </cell>
26498 </row>
26499 <row>
26500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 !
26505 \begin_inset space \hspace{}
26506 \length 0mm
26507 \end_inset
26508
26509 `
26510 \begin_inset ERT
26511 status collapsed
26512
26513 \begin_layout Plain Layout
26514
26515
26516 \backslash
26517 leer 
26518 \end_layout
26519
26520 \end_inset
26521
26522
26523 \end_layout
26524
26525 \end_inset
26526 </cell>
26527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26528 \begin_inset Text
26529
26530 \begin_layout Plain Layout
26531 \begin_inset Formula $\textrm{!`}$
26532 \end_inset
26533
26534
26535 \end_layout
26536
26537 \end_inset
26538 </cell>
26539 </row>
26540 <row>
26541 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26542 \begin_inset Text
26543
26544 \begin_layout Plain Layout
26545 ?
26546 \begin_inset space \hspace{}
26547 \length 0mm
26548 \end_inset
26549
26550 `
26551 \begin_inset ERT
26552 status collapsed
26553
26554 \begin_layout Plain Layout
26555
26556
26557 \backslash
26558 leer 
26559 \end_layout
26560
26561 \end_inset
26562
26563
26564 \end_layout
26565
26566 \end_inset
26567 </cell>
26568 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26569 \begin_inset Text
26570
26571 \begin_layout Plain Layout
26572 \begin_inset Formula $\textrm{?`}$
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 </row>
26581 <row>
26582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586
26587 \backslash
26588 j
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 \begin_inset Formula $\textrm{ȷ}$
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 </row>
26606 </lyxtabular>
26607
26608 \end_inset
26609
26610
26611 \begin_inset space \hfill{}
26612 \end_inset
26613
26614
26615 \end_layout
26616
26617 \begin_layout Standard
26618 Die Zeichen 
26619 \begin_inset Formula $\textrm{\textrm{Å}}$
26620 \end_inset
26621
26622  und 
26623 \begin_inset Formula $\textrm{\textrm{Ø}}$
26624 \end_inset
26625
26626  können auch über den Mathe-Werkzeugleistenknopf 
26627 \begin_inset Graphics
26628         filename ../../images/math/digamma.png
26629         scale 85
26630
26631 \end_inset
26632
26633  eingefügt werden.
26634 \end_layout
26635
26636 \begin_layout Standard
26637 Eine Ausnahme bilden die Befehle 
26638 \series bold
26639 !
26640 \begin_inset space \hspace{}
26641 \length 0mm
26642 \end_inset
26643
26644 `
26645 \series default
26646  und 
26647 \series bold
26648 ?
26649 \begin_inset space \hspace{}
26650 \length 0mm
26651 \end_inset
26652
26653 `
26654 \series default
26655 , denn man kann sie in LyX direkt in den Text eingeben.
26656 \end_layout
26657
26658 \begin_layout Subsection
26659 Akzente im Text
26660 \begin_inset CommandInset label
26661 LatexCommand label
26662 name "sub:Sonderzeichen-Akzente"
26663
26664 \end_inset
26665
26666
26667 \begin_inset Index idx
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671 Akzente ! im Text
26672 \end_layout
26673
26674 \end_inset
26675
26676
26677 \end_layout
26678
26679 \begin_layout Standard
26680 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26681  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26682 \end_layout
26683
26684 \begin_layout Standard
26685 \begin_inset space \hfill{}
26686 \end_inset
26687
26688
26689 \begin_inset Tabular
26690 <lyxtabular version="3" rows="8" columns="2">
26691 <features rotate="0" tabularvalignment="middle">
26692 <column alignment="block" valignment="top">
26693 <column alignment="block" valignment="top">
26694 <row>
26695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699 Befehl
26700 \end_layout
26701
26702 \end_inset
26703 </cell>
26704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26705 \begin_inset Text
26706
26707 \begin_layout Plain Layout
26708 Ergebnis
26709 \end_layout
26710
26711 \end_inset
26712 </cell>
26713 </row>
26714 <row>
26715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26716 \begin_inset Text
26717
26718 \begin_layout Plain Layout
26719
26720 \backslash
26721
26722 \begin_inset Quotes grd
26723 \end_inset
26724
26725 e
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734 \begin_inset ERT
26735 status collapsed
26736
26737 \begin_layout Plain Layout
26738
26739
26740 \backslash
26741 "e
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 </row>
26752 <row>
26753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Plain Layout
26757
26758 \backslash
26759 `e
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 \begin_inset ERT
26769 status collapsed
26770
26771 \begin_layout Plain Layout
26772
26773
26774 \backslash
26775 `e
26776 \end_layout
26777
26778 \end_inset
26779
26780
26781 \end_layout
26782
26783 \end_inset
26784 </cell>
26785 </row>
26786 <row>
26787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26788 \begin_inset Text
26789
26790 \begin_layout Plain Layout
26791
26792 \backslash
26793 ^
26794 \begin_inset ERT
26795 status collapsed
26796
26797 \begin_layout Plain Layout
26798
26799
26800 \backslash
26801 leer 
26802 \end_layout
26803
26804 \end_inset
26805
26806 e
26807 \end_layout
26808
26809 \end_inset
26810 </cell>
26811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26812 \begin_inset Text
26813
26814 \begin_layout Plain Layout
26815 \begin_inset ERT
26816 status collapsed
26817
26818 \begin_layout Plain Layout
26819
26820
26821 \backslash
26822 ^e
26823 \end_layout
26824
26825 \end_inset
26826
26827
26828 \end_layout
26829
26830 \end_inset
26831 </cell>
26832 </row>
26833 <row>
26834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26835 \begin_inset Text
26836
26837 \begin_layout Plain Layout
26838
26839 \backslash
26840 =e
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26846 \begin_inset Text
26847
26848 \begin_layout Plain Layout
26849 \begin_inset ERT
26850 status collapsed
26851
26852 \begin_layout Plain Layout
26853
26854
26855 \backslash
26856 =e
26857 \end_layout
26858
26859 \end_inset
26860
26861
26862 \end_layout
26863
26864 \end_inset
26865 </cell>
26866 </row>
26867 <row>
26868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26869 \begin_inset Text
26870
26871 \begin_layout Plain Layout
26872
26873 \backslash
26874 u
26875 \begin_inset ERT
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879
26880
26881 \backslash
26882 leer 
26883 \end_layout
26884
26885 \end_inset
26886
26887 e
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26893 \begin_inset Text
26894
26895 \begin_layout Plain Layout
26896 \begin_inset ERT
26897 status collapsed
26898
26899 \begin_layout Plain Layout
26900
26901
26902 \backslash
26903 u e
26904 \end_layout
26905
26906 \end_inset
26907
26908
26909 \end_layout
26910
26911 \end_inset
26912 </cell>
26913 </row>
26914 <row>
26915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26916 \begin_inset Text
26917
26918 \begin_layout Plain Layout
26919
26920 \backslash
26921 b
26922 \begin_inset ERT
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926
26927
26928 \backslash
26929 leer 
26930 \end_layout
26931
26932 \end_inset
26933
26934 e
26935 \end_layout
26936
26937 \end_inset
26938 </cell>
26939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26940 \begin_inset Text
26941
26942 \begin_layout Plain Layout
26943 \begin_inset ERT
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947
26948
26949 \backslash
26950 b e
26951 \end_layout
26952
26953 \end_inset
26954
26955
26956 \end_layout
26957
26958 \end_inset
26959 </cell>
26960 </row>
26961 <row>
26962 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26963 \begin_inset Text
26964
26965 \begin_layout Plain Layout
26966
26967 \backslash
26968 t
26969 \begin_inset ERT
26970 status collapsed
26971
26972 \begin_layout Plain Layout
26973
26974
26975 \backslash
26976 leer 
26977 \end_layout
26978
26979 \end_inset
26980
26981 ee
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990 \begin_inset ERT
26991 status collapsed
26992
26993 \begin_layout Plain Layout
26994
26995
26996 \backslash
26997 t ee
26998 \end_layout
26999
27000 \end_inset
27001
27002
27003 \end_layout
27004
27005 \end_inset
27006 </cell>
27007 </row>
27008 </lyxtabular>
27009
27010 \end_inset
27011
27012
27013 \begin_inset space \hfill{}
27014 \end_inset
27015
27016
27017 \begin_inset Tabular
27018 <lyxtabular version="3" rows="8" columns="2">
27019 <features rotate="0" tabularvalignment="middle">
27020 <column alignment="block" valignment="top">
27021 <column alignment="center" valignment="top">
27022 <row>
27023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Plain Layout
27027 Befehl
27028 \end_layout
27029
27030 \end_inset
27031 </cell>
27032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27033 \begin_inset Text
27034
27035 \begin_layout Plain Layout
27036 Ergebnis
27037 \end_layout
27038
27039 \end_inset
27040 </cell>
27041 </row>
27042 <row>
27043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Plain Layout
27047
27048 \backslash
27049 H
27050 \begin_inset ERT
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054
27055
27056 \backslash
27057 leer 
27058 \end_layout
27059
27060 \end_inset
27061
27062 e
27063 \end_layout
27064
27065 \end_inset
27066 </cell>
27067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27068 \begin_inset Text
27069
27070 \begin_layout Plain Layout
27071 \begin_inset ERT
27072 status collapsed
27073
27074 \begin_layout Plain Layout
27075
27076
27077 \backslash
27078 H e
27079 \end_layout
27080
27081 \end_inset
27082
27083
27084 \end_layout
27085
27086 \end_inset
27087 </cell>
27088 </row>
27089 <row>
27090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Plain Layout
27094
27095 \backslash
27096 'e
27097 \end_layout
27098
27099 \end_inset
27100 </cell>
27101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27102 \begin_inset Text
27103
27104 \begin_layout Plain Layout
27105 \begin_inset ERT
27106 status collapsed
27107
27108 \begin_layout Plain Layout
27109
27110
27111 \backslash
27112 'e
27113 \end_layout
27114
27115 \end_inset
27116
27117
27118 \end_layout
27119
27120 \end_inset
27121 </cell>
27122 </row>
27123 <row>
27124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27125 \begin_inset Text
27126
27127 \begin_layout Plain Layout
27128
27129 \backslash
27130 ~e
27131 \begin_inset Index idx
27132 status collapsed
27133
27134 \begin_layout Plain Layout
27135 Tilde
27136 \end_layout
27137
27138 \end_inset
27139
27140
27141 \end_layout
27142
27143 \end_inset
27144 </cell>
27145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27146 \begin_inset Text
27147
27148 \begin_layout Plain Layout
27149 \begin_inset ERT
27150 status collapsed
27151
27152 \begin_layout Plain Layout
27153
27154
27155 \backslash
27156 ~e
27157 \end_layout
27158
27159 \end_inset
27160
27161
27162 \end_layout
27163
27164 \end_inset
27165 </cell>
27166 </row>
27167 <row>
27168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27169 \begin_inset Text
27170
27171 \begin_layout Plain Layout
27172
27173 \backslash
27174 .e
27175 \end_layout
27176
27177 \end_inset
27178 </cell>
27179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27180 \begin_inset Text
27181
27182 \begin_layout Plain Layout
27183 \begin_inset ERT
27184 status collapsed
27185
27186 \begin_layout Plain Layout
27187
27188
27189 \backslash
27190 .e
27191 \end_layout
27192
27193 \end_inset
27194
27195
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 </row>
27201 <row>
27202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27203 \begin_inset Text
27204
27205 \begin_layout Plain Layout
27206
27207 \backslash
27208 v
27209 \begin_inset ERT
27210 status collapsed
27211
27212 \begin_layout Plain Layout
27213
27214
27215 \backslash
27216 leer 
27217 \end_layout
27218
27219 \end_inset
27220
27221 e
27222 \end_layout
27223
27224 \end_inset
27225 </cell>
27226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27227 \begin_inset Text
27228
27229 \begin_layout Plain Layout
27230 \begin_inset ERT
27231 status collapsed
27232
27233 \begin_layout Plain Layout
27234
27235
27236 \backslash
27237 v e
27238 \end_layout
27239
27240 \end_inset
27241
27242
27243 \end_layout
27244
27245 \end_inset
27246 </cell>
27247 </row>
27248 <row>
27249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27250 \begin_inset Text
27251
27252 \begin_layout Plain Layout
27253
27254 \backslash
27255 d
27256 \begin_inset ERT
27257 status collapsed
27258
27259 \begin_layout Plain Layout
27260
27261
27262 \backslash
27263 leer 
27264 \end_layout
27265
27266 \end_inset
27267
27268 e
27269 \end_layout
27270
27271 \end_inset
27272 </cell>
27273 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27274 \begin_inset Text
27275
27276 \begin_layout Plain Layout
27277 \begin_inset ERT
27278 status collapsed
27279
27280 \begin_layout Plain Layout
27281
27282
27283 \backslash
27284 d e
27285 \end_layout
27286
27287 \end_inset
27288
27289
27290 \end_layout
27291
27292 \end_inset
27293 </cell>
27294 </row>
27295 <row>
27296 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27297 \begin_inset Text
27298
27299 \begin_layout Plain Layout
27300
27301 \backslash
27302 c
27303 \begin_inset ERT
27304 status collapsed
27305
27306 \begin_layout Plain Layout
27307
27308
27309 \backslash
27310 leer 
27311 \end_layout
27312
27313 \end_inset
27314
27315 e
27316 \end_layout
27317
27318 \end_inset
27319 </cell>
27320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27321 \begin_inset Text
27322
27323 \begin_layout Plain Layout
27324 \begin_inset ERT
27325 status collapsed
27326
27327 \begin_layout Plain Layout
27328
27329
27330 \backslash
27331 c e
27332 \end_layout
27333
27334 \end_inset
27335
27336
27337 \end_layout
27338
27339 \end_inset
27340 </cell>
27341 </row>
27342 </lyxtabular>
27343
27344 \end_inset
27345
27346
27347 \begin_inset space \hfill{}
27348 \end_inset
27349
27350
27351 \end_layout
27352
27353 \begin_layout Standard
27354 \begin_inset VSpace medskip
27355 \end_inset
27356
27357 Mit dem Befehl 
27358 \series bold
27359
27360 \backslash
27361 t
27362 \series default
27363  können auch zwei verschiedene Zeichen akzentuiert werden.
27364  Der Befehl 
27365 \series bold
27366
27367 \backslash
27368 t
27369 \begin_inset ERT
27370 status collapsed
27371
27372 \begin_layout Plain Layout
27373
27374
27375 \backslash
27376 leer 
27377 \end_layout
27378
27379 \end_inset
27380
27381 sz
27382 \series default
27383  ergibt: 
27384 \begin_inset ERT
27385 status collapsed
27386
27387 \begin_layout Plain Layout
27388
27389
27390 \backslash
27391 t sz
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \end_layout
27398
27399 \begin_layout Standard
27400 Die Akzente 
27401 \series bold
27402 `
27403 \series default
27404  , 
27405 \series bold
27406 '
27407 \series default
27408  und 
27409 \series bold
27410 ^
27411 \series default
27412  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27413  werden ohne den TeX-Modus zu benutzen.
27414  Dasselbe gilt für die Tilde
27415 \begin_inset Foot
27416 status collapsed
27417
27418 \begin_layout Plain Layout
27419 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27420 \end_layout
27421
27422 \end_inset
27423
27424  
27425 \series bold
27426 ~
27427 \series default
27428  in Verbindung mit 
27429 \emph on
27430 a
27431 \emph default
27432  , 
27433 \emph on
27434 n
27435 \emph default
27436  oder 
27437 \emph on
27438 o
27439 \emph default
27440 .
27441 \end_layout
27442
27443 \begin_layout Standard
27444 Die Befehle 
27445 \series bold
27446
27447 \backslash
27448 b
27449 \series default
27450  , 
27451 \series bold
27452
27453 \backslash
27454 c
27455 \series default
27456  , 
27457 \series bold
27458
27459 \backslash
27460 d
27461 \series default
27462  , 
27463 \series bold
27464
27465 \backslash
27466 H
27467 \series default
27468  , 
27469 \series bold
27470
27471 \backslash
27472 t
27473 \series default
27474  , 
27475 \series bold
27476
27477 \backslash
27478 u
27479 \series default
27480  , 
27481 \series bold
27482
27483 \backslash
27484 v
27485 \series default
27486  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27487  Textmodus verfügbar.
27488  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27489  
27490 \begin_inset CommandInset ref
27491 LatexCommand ref
27492 reference "sub:Akzente-für-ein"
27493
27494 \end_inset
27495
27496 .
27497 \end_layout
27498
27499 \begin_layout Standard
27500 \begin_inset VSpace bigskip
27501 \end_inset
27502
27503 Des Weiteren kann man mit dem Befehl 
27504 \series bold
27505
27506 \backslash
27507 textcircled
27508 \series default
27509
27510 \begin_inset Index idx
27511 status collapsed
27512
27513 \begin_layout Plain Layout
27514 Befehle ! T ! 
27515 \backslash
27516 textcircled
27517 \end_layout
27518
27519 \end_inset
27520
27521 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27522  Kreis setzen, quasi mit einem Kreis akzentuieren.
27523 \end_layout
27524
27525 \begin_layout Standard
27526 \align center
27527 \begin_inset Tabular
27528 <lyxtabular version="3" rows="3" columns="2">
27529 <features rotate="0" tabularvalignment="middle">
27530 <column alignment="center" valignment="top">
27531 <column alignment="center" valignment="top">
27532 <row>
27533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27534 \begin_inset Text
27535
27536 \begin_layout Plain Layout
27537 Befehl
27538 \end_layout
27539
27540 \end_inset
27541 </cell>
27542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27543 \begin_inset Text
27544
27545 \begin_layout Plain Layout
27546 Ergebnis
27547 \begin_inset Note Note
27548 status collapsed
27549
27550 \begin_layout Plain Layout
27551
27552 \series bold
27553
27554 \backslash
27555 raisebox
27556 \series default
27557  in der Formel dient nur als Abstandhalter.
27558 \end_layout
27559
27560 \end_inset
27561
27562
27563 \end_layout
27564
27565 \end_inset
27566 </cell>
27567 </row>
27568 <row>
27569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27570 \begin_inset Text
27571
27572 \begin_layout Plain Layout
27573
27574 \backslash
27575 textcircled{w}
27576 \end_layout
27577
27578 \end_inset
27579 </cell>
27580 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27581 \begin_inset Text
27582
27583 \begin_layout Plain Layout
27584 \begin_inset ERT
27585 status collapsed
27586
27587 \begin_layout Plain Layout
27588
27589
27590 \backslash
27591 textcircled{w}
27592 \end_layout
27593
27594 \end_inset
27595
27596
27597 \end_layout
27598
27599 \end_inset
27600 </cell>
27601 </row>
27602 <row>
27603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27604 \begin_inset Text
27605
27606 \begin_layout Plain Layout
27607
27608 \backslash
27609 Large 
27610 \backslash
27611 textcircled{
27612 \backslash
27613 normalsize
27614 \backslash
27615 protect
27616 \backslash
27617 raisebox{-1.5pt}{W}}
27618 \end_layout
27619
27620 \end_inset
27621 </cell>
27622 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27623 \begin_inset Text
27624
27625 \begin_layout Plain Layout
27626 \begin_inset Formula $\raisebox{4.5mm}{}$
27627 \end_inset
27628
27629
27630 \begin_inset ERT
27631 status collapsed
27632
27633 \begin_layout Plain Layout
27634
27635
27636 \backslash
27637 Large 
27638 \backslash
27639 textcircled{
27640 \backslash
27641 normalsize
27642 \backslash
27643 protect
27644 \backslash
27645 raisebox{-1.5pt}W}
27646 \end_layout
27647
27648 \end_inset
27649
27650
27651 \begin_inset Formula $\raisebox{-2mm}{}$
27652 \end_inset
27653
27654
27655 \end_layout
27656
27657 \end_inset
27658 </cell>
27659 </row>
27660 </lyxtabular>
27661
27662 \end_inset
27663
27664
27665 \end_layout
27666
27667 \begin_layout Standard
27668 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27669  
27670 \series bold
27671
27672 \backslash
27673 Large
27674 \series default
27675
27676 \begin_inset Foot
27677 status collapsed
27678
27679 \begin_layout Plain Layout
27680 siehe 
27681 \begin_inset CommandInset ref
27682 LatexCommand ref
27683 reference "sub:Schriftgrößen"
27684
27685 \end_inset
27686
27687
27688 \end_layout
27689
27690 \end_inset
27691
27692  bestimmt dabei die Größe des Kreises.
27693  Mit Hilfe von 
27694 \series bold
27695
27696 \backslash
27697 raisebox
27698 \series default
27699
27700 \begin_inset Foot
27701 status collapsed
27702
27703 \begin_layout Plain Layout
27704 siehe 
27705 \begin_inset CommandInset ref
27706 LatexCommand ref
27707 reference "sub:Boxen-ohne-Rahmen"
27708
27709 \end_inset
27710
27711
27712 \end_layout
27713
27714 \end_inset
27715
27716  kann man das Zeichen zentrieren.
27717 \end_layout
27718
27719 \begin_layout Subsection
27720 Minuskelziffern
27721 \begin_inset Index idx
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725 Minuskelziffern
27726 \end_layout
27727
27728 \end_inset
27729
27730
27731 \end_layout
27732
27733 \begin_layout Standard
27734 Minuskelziffern werden mit dem Befehl 
27735 \series bold
27736
27737 \backslash
27738 oldstylenums
27739 \series default
27740
27741 \begin_inset Index idx
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745 Befehle ! O ! 
27746 \backslash
27747 oldstylenums
27748 \end_layout
27749
27750 \end_inset
27751
27752  erzeugt.
27753  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27754  Das Befehlsschema lautet:
27755 \end_layout
27756
27757 \begin_layout Standard
27758
27759 \series bold
27760
27761 \backslash
27762 oldstylenums{Ziffer}
27763 \end_layout
27764
27765 \begin_layout Standard
27766 Der Befehl 
27767 \series bold
27768
27769 \backslash
27770 oldstylenums{0123456789
27771 \series default
27772  ergibt: 
27773 \begin_inset Formula $\oldstylenums{0123456789}$
27774 \end_inset
27775
27776
27777 \end_layout
27778
27779 \begin_layout Section
27780 Formelstile
27781 \begin_inset CommandInset label
27782 LatexCommand label
27783 name "sec:Formelstile"
27784
27785 \end_inset
27786
27787
27788 \begin_inset Index idx
27789 status collapsed
27790
27791 \begin_layout Plain Layout
27792 Formel ! Stile
27793 \end_layout
27794
27795 \end_inset
27796
27797
27798 \end_layout
27799
27800 \begin_layout Itemize
27801 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27802 \end_layout
27803
27804 \begin_deeper
27805 \begin_layout Description
27806 Zentriert ist der voreingestellte Standard
27807 \end_layout
27808
27809 \begin_layout Description
27810 Eingerückt dazu muss im Menü 
27811 \family sans
27812 Dokument\SpecialChar \menuseparator
27813 Einstellungen
27814 \family default
27815  unter 
27816 \family sans
27817 Dokumentklasse
27818 \family default
27819  die Option 
27820 \series bold
27821 fleqn
27822 \series default
27823  eingeben werden
27824 \end_layout
27825
27826 \begin_layout Standard
27827 Wird 
27828 \series bold
27829 Eingerückt
27830 \series default
27831  verwendet, kann mit der Länge 
27832 \series bold
27833
27834 \backslash
27835 mathindent
27836 \series default
27837
27838 \begin_inset Index idx
27839 status collapsed
27840
27841 \begin_layout Plain Layout
27842 Befehle ! M ! 
27843 \backslash
27844 mathindent
27845 \end_layout
27846
27847 \end_inset
27848
27849  die Einrückung eingestellt werden.
27850  Soll der Abstand 15
27851 \begin_inset space \thinspace{}
27852 \end_inset
27853
27854 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27855 \end_layout
27856
27857 \begin_layout Standard
27858
27859 \series bold
27860
27861 \backslash
27862 setlength{
27863 \backslash
27864 mathindent}{15mm}
27865 \end_layout
27866
27867 \begin_layout Standard
27868 ein.
27869  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27870 \begin_inset space \thinspace{}
27871 \end_inset
27872
27873 pt verwendet.
27874 \end_layout
27875
27876 \end_deeper
27877 \begin_layout Itemize
27878 Und zwei verschiedene Nummerierungsstile:
27879 \end_layout
27880
27881 \begin_deeper
27882 \begin_layout Description
27883 Rechts ist der voreingestellte Standard
27884 \end_layout
27885
27886 \begin_layout Description
27887 Links dazu muss im Menü 
27888 \family sans
27889 Dokument\SpecialChar \menuseparator
27890 Einstellungen
27891 \family default
27892  unter 
27893 \family sans
27894 Dokumentklasse
27895 \family default
27896  die Option 
27897 \series bold
27898 leqno
27899 \series default
27900  eingeben werden
27901 \end_layout
27902
27903 \end_deeper
27904 \begin_layout Standard
27905
27906 \series bold
27907 fleqn
27908 \series default
27909  und 
27910 \series bold
27911 leqno
27912 \series default
27913  können auch gemeinsam verwendet werden.
27914  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27915 n.
27916 \end_layout
27917
27918 \begin_layout Standard
27919 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27920  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27921  ausgerichtete Formeln setzen, verwendet man den Stil 
27922 \series bold
27923 Zentriert
27924 \series default
27925 .
27926  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27927  
27928 \begin_inset CommandInset ref
27929 LatexCommand ref
27930 reference "sub:Flalign-Umgebung"
27931
27932 \end_inset
27933
27934 .
27935 \end_layout
27936
27937 \begin_layout Section
27938 Mehrzeilige Formeln
27939 \begin_inset CommandInset label
27940 LatexCommand label
27941 name "sec:Mehrzeilige-Formeln"
27942
27943 \end_inset
27944
27945
27946 \begin_inset Index idx
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 Formel ! mehrzeilige
27951 \end_layout
27952
27953 \end_inset
27954
27955
27956 \end_layout
27957
27958 \begin_layout Subsection
27959 Allgemeines
27960 \end_layout
27961
27962 \begin_layout Standard
27963 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27964 \family sans
27965 \series bold
27966 Strg+Enter
27967 \family default
27968 \series default
27969  drückt.
27970  Dies erzeugt entweder eine 
27971 \series bold
27972 eqnarray-Umgebung
27973 \series default
27974 , die in 
27975 \begin_inset CommandInset ref
27976 LatexCommand ref
27977 reference "sub:Eqnarray-Umgebung"
27978
27979 \end_inset
27980
27981  beschrieben ist oder, wenn die Option 
27982 \family sans
27983 AMS-Mathe-Paket verwenden
27984 \family default
27985  in den Dokumenteinstellungen gewählt ist, eine 
27986 \series bold
27987 align-Umgebung
27988 \series default
27989 , die in 
27990 \begin_inset CommandInset ref
27991 LatexCommand ref
27992 reference "sub:Standard-align-Umgebung"
27993
27994 \end_inset
27995
27996  beschrieben ist.
27997  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
27998  jedem Fall typographisch korrekt in der Ausgabe.
27999 \end_layout
28000
28001 \begin_layout Standard
28002 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28003 \family sans
28004 Einfügen\SpecialChar \menuseparator
28005 Mathe
28006 \family default
28007  erstellt werden können.
28008  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28009 \end_layout
28010
28011 \begin_layout Standard
28012 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28013  man 
28014 \family sans
28015 Strg+Enter
28016 \family default
28017  drückt.
28018  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28019 fe 
28020 \begin_inset Graphics
28021         filename ../../images/tabular-feature_append-row.png
28022         scale 85
28023
28024 \end_inset
28025
28026  bzw.
28027 \begin_inset space \space{}
28028 \end_inset
28029
28030
28031 \begin_inset Graphics
28032         filename ../../images/tabular-feature_delete-row.png
28033         scale 85
28034
28035 \end_inset
28036
28037  oder das Menü 
28038 \family sans
28039 Bearbeiten\SpecialChar \menuseparator
28040 Zeilen & Spalten
28041 \family default
28042  verwendet werden.
28043 \end_layout
28044
28045 \begin_layout Subsubsection
28046 Zeilenabstand
28047 \begin_inset CommandInset label
28048 LatexCommand label
28049 name "sub:Zeilenabstand"
28050
28051 \end_inset
28052
28053
28054 \begin_inset Index idx
28055 status collapsed
28056
28057 \begin_layout Plain Layout
28058 Formel ! mehrzeilige ! Zeilenabstand
28059 \end_layout
28060
28061 \end_inset
28062
28063
28064 \end_layout
28065
28066 \begin_layout Standard
28067 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28068 \begin_inset Formula 
28069 \begin{eqnarray*}
28070 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}\\
28071 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
28072 \end{eqnarray*}
28073
28074 \end_inset
28075
28076
28077 \end_layout
28078
28079 \begin_layout Standard
28080 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28081 chbefehls angegeben.
28082  Dies ist in LyX aber nicht möglich
28083 \begin_inset Foot
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087 siehe 
28088 \begin_inset CommandInset href
28089 LatexCommand href
28090 name "LyX-Fehler #1505"
28091 target "http://www.lyx.org/trac/ticket/1505"
28092
28093 \end_inset
28094
28095
28096 \end_layout
28097
28098 \end_inset
28099
28100 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28101  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28102  Zeile den Befehl 
28103 \series bold
28104
28105 \backslash
28106
28107 \backslash
28108 [3mm]
28109 \series default
28110  ein.
28111  Damit erhält man: 
28112 \begin_inset ERT
28113 status collapsed
28114
28115 \begin_layout Plain Layout
28116
28117
28118 \backslash
28119 begin{eqnarray*}
28120 \end_layout
28121
28122 \begin_layout Plain Layout
28123
28124 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28125  = & 
28126 \backslash
28127 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28128 \backslash
28129
28130 \backslash
28131 [3mm]
28132 \end_layout
28133
28134 \begin_layout Plain Layout
28135
28136 4x^{2}
28137 \backslash
28138 left(B^{2}+x_{0}^{2}
28139 \backslash
28140 right)+4x_{0}x
28141 \backslash
28142 left(D-B^{2}
28143 \backslash
28144 right)+B^{2}
28145 \backslash
28146 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28147 \backslash
28148 right) & = & 0
28149 \end_layout
28150
28151 \begin_layout Plain Layout
28152
28153
28154 \backslash
28155 end{eqnarray*}
28156 \end_layout
28157
28158 \end_inset
28159
28160
28161 \end_layout
28162
28163 \begin_layout Standard
28164 \begin_inset VSpace bigskip
28165 \end_inset
28166
28167 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28168  man die Länge 
28169 \series bold
28170
28171 \backslash
28172 jot
28173 \series default
28174
28175 \begin_inset Index idx
28176 status collapsed
28177
28178 \begin_layout Plain Layout
28179 Befehle ! J ! 
28180 \backslash
28181 jot
28182 \end_layout
28183
28184 \end_inset
28185
28186 .
28187  Es gilt 
28188 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28189 \end_inset
28190
28191 .
28192  Voreingestellt ist für 
28193 \series bold
28194
28195 \backslash
28196 jot
28197 \series default
28198  der Wert 3
28199 \begin_inset space \thinspace{}
28200 \end_inset
28201
28202 pt.
28203  Um wie im vorigen Beispiel 3
28204 \begin_inset space \thinspace{}
28205 \end_inset
28206
28207 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28208 \end_layout
28209
28210 \begin_layout Standard
28211
28212 \series bold
28213
28214 \backslash
28215 setlength{
28216 \backslash
28217 jot}{3mm+3pt}
28218 \end_layout
28219
28220 \begin_layout Standard
28221 im TeX-Modus vor der Formel ein.
28222  Das setzt voraus, dass das LaTeX-Paket 
28223 \series bold
28224 calc
28225 \series default
28226
28227 \begin_inset Foot
28228 status collapsed
28229
28230 \begin_layout Plain Layout
28231
28232 \series bold
28233 calc
28234 \series default
28235  ist Teil jeder LaTeX-Standardinstallation.
28236 \end_layout
28237
28238 \end_inset
28239
28240
28241 \begin_inset Index idx
28242 status collapsed
28243
28244 \begin_layout Plain Layout
28245 Pakete ! calc
28246 \end_layout
28247
28248 \end_inset
28249
28250  im LaTeX-Vorspann mit der Zeile
28251 \end_layout
28252
28253 \begin_layout Standard
28254
28255 \series bold
28256
28257 \backslash
28258 usepackage{calc}
28259 \end_layout
28260
28261 \begin_layout Standard
28262 geladen wurde.
28263 \end_layout
28264
28265 \begin_layout Standard
28266 Man erhält: 
28267 \begin_inset ERT
28268 status collapsed
28269
28270 \begin_layout Plain Layout
28271
28272
28273 \backslash
28274 setlength{
28275 \backslash
28276 jot}{3mm+3pt}
28277 \end_layout
28278
28279 \end_inset
28280
28281
28282 \begin_inset Formula 
28283 \begin{eqnarray*}
28284 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}\\
28285 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
28286 \end{eqnarray*}
28287
28288 \end_inset
28289
28290
28291 \end_layout
28292
28293 \begin_layout Standard
28294 \begin_inset ERT
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298
28299
28300 \backslash
28301 setlength{
28302 \backslash
28303 jot}{3pt}
28304 \end_layout
28305
28306 \end_inset
28307
28308  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28309 \series bold
28310
28311 \backslash
28312 jot
28313 \series default
28314  auf den Wert 3
28315 \begin_inset space \thinspace{}
28316 \end_inset
28317
28318 pt.
28319 \end_layout
28320
28321 \begin_layout Subsubsection
28322 Spaltenabstand
28323 \begin_inset CommandInset label
28324 LatexCommand label
28325 name "sub:Spaltenabstand"
28326
28327 \end_inset
28328
28329
28330 \begin_inset Index idx
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334 Formel ! mehrzeilige ! Spaltenabstand
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \end_layout
28341
28342 \begin_layout Standard
28343 Mehrzeilige Formeln bilden eine Matrix.
28344  Eine Formel in der Eqnarray-Umgebung ist z.
28345 \begin_inset space \thinspace{}
28346 \end_inset
28347
28348 B.
28349  eine dreispaltige Matrix.
28350  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28351  neben den Relationszeichen ändern.
28352 \end_layout
28353
28354 \begin_layout Standard
28355 Der Spaltenabstand wird mit der Länge 
28356 \series bold
28357
28358 \backslash
28359 arraycolsep
28360 \series default
28361
28362 \begin_inset Index idx
28363 status collapsed
28364
28365 \begin_layout Plain Layout
28366 Befehle ! A ! 
28367 \backslash
28368 arraycolsep
28369 \end_layout
28370
28371 \end_inset
28372
28373  festgelegt, wobei gilt:
28374 \begin_inset Newline newline
28375 \end_inset
28376
28377 Spaltenabstand = 2
28378 \begin_inset space \thinspace{}
28379 \end_inset
28380
28381
28382 \series bold
28383
28384 \backslash
28385 arraycolsep
28386 \series default
28387 .
28388 \begin_inset Newline newline
28389 \end_inset
28390
28391 Der im TeX-Modus eingegebene Befehl
28392 \end_layout
28393
28394 \begin_layout Standard
28395
28396 \series bold
28397
28398 \backslash
28399 setlength{
28400 \backslash
28401 arraycolsep}{1cm}
28402 \end_layout
28403
28404 \begin_layout Standard
28405 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28406 \begin_inset space \thinspace{}
28407 \end_inset
28408
28409 cm.
28410  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28411 \series bold
28412
28413 \backslash
28414 arraycolsep
28415 \series default
28416  auf 5
28417 \begin_inset space \thinspace{}
28418 \end_inset
28419
28420 pt.
28421 \end_layout
28422
28423 \begin_layout Standard
28424 Eine Formel mit 2
28425 \begin_inset space \thinspace{}
28426 \end_inset
28427
28428 cm Spaltenabstand:
28429 \begin_inset ERT
28430 status collapsed
28431
28432 \begin_layout Plain Layout
28433
28434
28435 \backslash
28436 setlength{
28437 \backslash
28438 arraycolsep}{1cm}
28439 \end_layout
28440
28441 \end_inset
28442
28443
28444 \begin_inset Formula 
28445 \begin{eqnarray*}
28446 A & = & B\\
28447 C & \ne & A
28448 \end{eqnarray*}
28449
28450 \end_inset
28451
28452 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28453 \begin_inset space \thinspace{}
28454 \end_inset
28455
28456 pt:
28457 \begin_inset ERT
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461
28462
28463 \backslash
28464 setlength{
28465 \backslash
28466 arraycolsep}{5pt}
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \begin_inset Formula 
28473 \begin{eqnarray*}
28474 A & = & B\\
28475 C & \ne & A
28476 \end{eqnarray*}
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Subsubsection
28484 Lange Formeln
28485 \begin_inset Index idx
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489 Formel ! lange
28490 \end_layout
28491
28492 \end_inset
28493
28494
28495 \end_layout
28496
28497 \begin_layout Standard
28498 Lange Formeln kann man wie folgt setzen:
28499 \end_layout
28500
28501 \begin_layout Itemize
28502 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28503  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28504 \begin_inset Formula 
28505 \begin{eqnarray}
28506 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 \\
28507  &  & -\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}
28508 \end{eqnarray}
28509
28510 \end_inset
28511
28512 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28513  als Operator, da es das erste Zeichen der Zeile ist.
28514  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28515  Bruchstrich unterscheiden.
28516  Um das zu verhindern, wurde mit dem Befehl 
28517 \series bold
28518
28519 \backslash
28520 hspace
28521 \series default
28522  3
28523 \begin_inset space \thinspace{}
28524 \end_inset
28525
28526 pt Leerraum hinter das Minuszeichen eingefügt.
28527 \begin_inset Foot
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531 mehr zu 
28532 \series bold
28533
28534 \backslash
28535 hspace
28536 \series default
28537  siehe 
28538 \begin_inset CommandInset ref
28539 LatexCommand ref
28540 reference "sub:Variabler-Leerraum"
28541
28542 \end_inset
28543
28544
28545 \end_layout
28546
28547 \end_inset
28548
28549
28550 \begin_inset Index idx
28551 status collapsed
28552
28553 \begin_layout Plain Layout
28554 Befehle ! H ! 
28555 \backslash
28556 hspace
28557 \end_layout
28558
28559 \end_inset
28560
28561
28562 \end_layout
28563
28564 \begin_layout Itemize
28565 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28566 \series bold
28567
28568 \backslash
28569 lefteqn
28570 \series default
28571
28572 \begin_inset Index idx
28573 status collapsed
28574
28575 \begin_layout Plain Layout
28576 Befehle ! L ! 
28577 \backslash
28578 lefteqn
28579 \end_layout
28580
28581 \end_inset
28582
28583 .
28584  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28585  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28586 \begin_inset Formula 
28587 \begin{eqnarray}
28588 \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 \\
28589  &  & -\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 \\
28590  &  & =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}
28591 \end{eqnarray}
28592
28593 \end_inset
28594
28595 Nachdem man 
28596 \series bold
28597
28598 \backslash
28599 lefteqn
28600 \series default
28601  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28602  das gegenüber dem blauen leicht verschoben ist.
28603  In dieses wird die Formel eingegeben.
28604 \begin_inset Newline newline
28605 \end_inset
28606
28607 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28608  eingegeben.
28609  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28610  Einrückung.
28611 \begin_inset VSpace medskip
28612 \end_inset
28613
28614
28615 \begin_inset Newline newline
28616 \end_inset
28617
28618
28619 \begin_inset Note Greyedout
28620 status open
28621
28622 \begin_layout Plain Layout
28623 Bei der Verwendung von 
28624 \series bold
28625
28626 \backslash
28627 lefteqn
28628 \series default
28629  ist Folgendes zu beachten:
28630 \end_layout
28631
28632 \begin_layout Itemize
28633 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28634  Würde man in obigem Beispiel der ersten Zeile den Term 
28635 \begin_inset Formula $-B^{2}$
28636 \end_inset
28637
28638  anfügen, befände sich dieser außerhalb des Seitenrands.
28639  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28640  Leerraum einfügen.
28641 \end_layout
28642
28643 \begin_layout Itemize
28644 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28645  erste Zeile gesetzt werden.
28646 \begin_inset Foot
28647 status collapsed
28648
28649 \begin_layout Plain Layout
28650 \begin_inset CommandInset href
28651 LatexCommand href
28652 name "LyX-Fehler #1429"
28653 target "http://www.lyx.org/trac/ticket/1429"
28654
28655 \end_inset
28656
28657
28658 \end_layout
28659
28660 \end_inset
28661
28662  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28663  Pfeiltasten bewegen.
28664 \end_layout
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Itemize
28672 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28673 \begin_inset CommandInset ref
28674 LatexCommand ref
28675 reference "sub:Multline-Umgebung"
28676
28677 \end_inset
28678
28679  und 
28680 \begin_inset CommandInset ref
28681 LatexCommand ref
28682 reference "sub:Mehrzeilige-Formelteile"
28683
28684 \end_inset
28685
28686  beschriebenen Umgebungen.
28687 \end_layout
28688
28689 \begin_layout Subsubsection
28690 Mehrzeilige Klammern
28691 \begin_inset CommandInset label
28692 LatexCommand label
28693 name "sub:Mehrzeilige-Klammern"
28694
28695 \end_inset
28696
28697
28698 \begin_inset Index idx
28699 status collapsed
28700
28701 \begin_layout Plain Layout
28702 Klammern ! mehrzeilige
28703 \end_layout
28704
28705 \end_inset
28706
28707
28708 \end_layout
28709
28710 \begin_layout Standard
28711 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28712 \begin_inset Formula 
28713 \begin{eqnarray*}
28714 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28715  &  & \left.\cdots+B-D\right]
28716 \end{eqnarray*}
28717
28718 \end_inset
28719
28720
28721 \end_layout
28722
28723 \begin_layout Standard
28724 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28725  Größe dürfen nicht über mehrere Zeilen gehen.
28726 \end_layout
28727
28728 \begin_layout Standard
28729 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28730  erste Zeile mit 
28731 \series bold
28732
28733 \backslash
28734 right.
28735 \series default
28736
28737 \begin_inset Index idx
28738 status collapsed
28739
28740 \begin_layout Plain Layout
28741 Befehle ! R ! 
28742 \backslash
28743 right
28744 \end_layout
28745
28746 \end_inset
28747
28748  und beginnt die zweite Zeile mit 
28749 \series bold
28750
28751 \backslash
28752 left.
28753 \begin_inset Foot
28754 status collapsed
28755
28756 \begin_layout Plain Layout
28757 mehr zu 
28758 \series bold
28759
28760 \backslash
28761 left
28762 \series default
28763  und 
28764 \series bold
28765
28766 \backslash
28767 right
28768 \series default
28769  siehe 
28770 \begin_inset CommandInset ref
28771 LatexCommand ref
28772 reference "sub:Automatische-Klammergrößen"
28773
28774 \end_inset
28775
28776
28777 \end_layout
28778
28779 \end_inset
28780
28781
28782 \series default
28783
28784 \begin_inset Index idx
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788 Befehle ! L ! 
28789 \backslash
28790 left
28791 \end_layout
28792
28793 \end_inset
28794
28795 .
28796  Nach 
28797 \series bold
28798
28799 \backslash
28800 left.
28801
28802 \series default
28803  gibt man den Befehl 
28804 \series bold
28805
28806 \backslash
28807 vphantom
28808 \series default
28809
28810 \begin_inset ERT
28811 status collapsed
28812
28813 \begin_layout Plain Layout
28814
28815
28816 \backslash
28817 leer 
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \series bold
28824
28825 \backslash
28826 prod
28827 \series default
28828 ^
28829 \begin_inset ERT
28830 status collapsed
28831
28832 \begin_layout Plain Layout
28833
28834
28835 \backslash
28836 leer 
28837 \end_layout
28838
28839 \end_inset
28840
28841
28842 \series bold
28843
28844 \backslash
28845 infty
28846 \series default
28847
28848 \begin_inset ERT
28849 status collapsed
28850
28851 \begin_layout Plain Layout
28852
28853
28854 \backslash
28855 leer 
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \series bold
28862
28863 \begin_inset Formula $\downarrow$
28864 \end_inset
28865
28866 _R=1}
28867 \series default
28868
28869 \begin_inset Index idx
28870 status collapsed
28871
28872 \begin_layout Plain Layout
28873 Befehle ! V ! 
28874 \backslash
28875 vphantom
28876 \end_layout
28877
28878 \end_inset
28879
28880  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28881  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28882 \end_layout
28883
28884 \begin_layout Standard
28885 Das Ergebnis sieht so aus:
28886 \begin_inset Formula 
28887 \begin{eqnarray*}
28888 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28889  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28890 \end{eqnarray*}
28891
28892 \end_inset
28893
28894
28895 \end_layout
28896
28897 \begin_layout Subsection
28898 Align-Umgebungen
28899 \end_layout
28900
28901 \begin_layout Standard
28902 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28903  werden.
28904  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28905 \end_layout
28906
28907 \begin_layout Standard
28908 Align-Umgebungen bestehen aus Spalten.
28909  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28910  ausgerichtet.
28911  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28912 \end_layout
28913
28914 \begin_layout Standard
28915 Align-Umgebung werden über das Menü 
28916 \family sans
28917 Einfügen\SpecialChar \menuseparator
28918 Mathe
28919 \family default
28920  erstellt.
28921  Über das Menü 
28922 \family sans
28923 Bearbeiten\SpecialChar \menuseparator
28924 Mathe\SpecialChar \menuseparator
28925 Formelart
28926 \begin_inset space ~
28927 \end_inset
28928
28929 ändern
28930 \family default
28931  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28932 \end_layout
28933
28934 \begin_layout Standard
28935 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28936
28937 \begin_inset Graphics
28938         filename ../../images/tabular-feature_append-column.png
28939         scale 85
28940
28941 \end_inset
28942
28943  bzw.
28944 \begin_inset space \space{}
28945 \end_inset
28946
28947
28948 \begin_inset Graphics
28949         filename ../../images/tabular-feature_delete-column.png
28950         scale 85
28951
28952 \end_inset
28953
28954  oder das Menü 
28955 \family sans
28956 Bearbeiten\SpecialChar \menuseparator
28957 Zeilen & Spalten
28958 \family default
28959  verwendet werden.
28960 \end_layout
28961
28962 \begin_layout Subsubsection
28963 Standard align-Umgebung
28964 \begin_inset CommandInset label
28965 LatexCommand label
28966 name "sub:Standard-align-Umgebung"
28967
28968 \end_inset
28969
28970
28971 \begin_inset Index idx
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 Formel ! mehrzeilige ! align-Umgebung
28976 \end_layout
28977
28978 \end_inset
28979
28980
28981 \end_layout
28982
28983 \begin_layout Standard
28984 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28985 \family sans
28986 Strg+Enter
28987 \family default
28988  drückt oder das Menü 
28989 \family sans
28990 Einfügen\SpecialChar \menuseparator
28991 Mathe\SpecialChar \menuseparator
28992 AMS align-Umge\SpecialChar \-
28993 bung
28994 \family default
28995  aufruft.
28996 \end_layout
28997
28998 \begin_layout Standard
28999 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29000 n align-Umgebung erzeugt wurden:
29001 \begin_inset Formula 
29002 \begin{align*}
29003 A & =\sin(B) & C & =D\\
29004 C & \ne A & B & \ne D
29005 \end{align*}
29006
29007 \end_inset
29008
29009 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29010  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29011 \series bold
29012
29013 \backslash
29014 hfill
29015 \begin_inset Foot
29016 status collapsed
29017
29018 \begin_layout Plain Layout
29019 mehr zu 
29020 \series bold
29021
29022 \backslash
29023 hfill
29024 \series default
29025  siehe 
29026 \begin_inset CommandInset ref
29027 LatexCommand ref
29028 reference "sub:Variabler-Leerraum"
29029
29030 \end_inset
29031
29032
29033 \end_layout
29034
29035 \end_inset
29036
29037
29038 \series default
29039  befinden.
29040  Ist der Formelstil 
29041 \series bold
29042 Eingerückt
29043 \begin_inset Foot
29044 status collapsed
29045
29046 \begin_layout Plain Layout
29047 Formelstile siehe 
29048 \begin_inset CommandInset ref
29049 LatexCommand ref
29050 reference "sec:Formelstile"
29051
29052 \end_inset
29053
29054
29055 \end_layout
29056
29057 \end_inset
29058
29059
29060 \series default
29061  gewählt, wird die Formel ohne den 
29062 \series bold
29063
29064 \backslash
29065 hfill
29066 \series default
29067  vor der ersten Spalte gesetzt.
29068 \end_layout
29069
29070 \begin_layout Subsubsection
29071 Alignat-Umgebung
29072 \begin_inset Index idx
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076 Formel ! mehrzeilige ! alignat-Umgebung
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Standard
29085 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29086  Man kann ihn manuell durch die in 
29087 \begin_inset CommandInset ref
29088 LatexCommand ref
29089 reference "sub:Leerraum"
29090
29091 \end_inset
29092
29093  beschriebenen Leerräume einfügen.
29094 \end_layout
29095
29096 \begin_layout Standard
29097 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29098  Formel 1
29099 \begin_inset space \thinspace{}
29100 \end_inset
29101
29102 cm Leerraum eingefügt wurde:
29103 \begin_inset Formula 
29104 \begin{alignat*}{2}
29105 A & =\sin(B) & \hspace{1cm}C & =D\\
29106 C & \ne A & B & \ne D
29107 \end{alignat*}
29108
29109 \end_inset
29110
29111 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29112  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29113  Formeln.
29114 \end_layout
29115
29116 \begin_layout Subsubsection
29117 Flalign-Umgebung
29118 \begin_inset CommandInset label
29119 LatexCommand label
29120 name "sub:Flalign-Umgebung"
29121
29122 \end_inset
29123
29124
29125 \begin_inset Index idx
29126 status collapsed
29127
29128 \begin_layout Plain Layout
29129 Formel ! mehrzeilige ! flalign-Umgebung
29130 \end_layout
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \begin_layout Standard
29138 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29139  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29140  Dazu ein Beispiel:
29141 \begin_inset Formula 
29142 \begin{flalign*}
29143 A & =1 & B & =2 & C & =3\\
29144 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29145 \end{flalign*}
29146
29147 \end_inset
29148
29149
29150 \end_layout
29151
29152 \begin_layout Standard
29153 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29154  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29155  im Dokument links setzen obwohl der Formelstil 
29156 \series bold
29157 Zentriert
29158 \series default
29159  eingestellt ist.
29160  Als Beispiel die eingerückte ausgerichtete Formel 
29161 \begin_inset CommandInset ref
29162 LatexCommand eqref
29163 reference "eq:VolInt"
29164
29165 \end_inset
29166
29167 :
29168 \begin_inset Formula 
29169 \begin{flalign}
29170 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29171 \end{flalign}
29172
29173 \end_inset
29174
29175 In den ersten beiden Spalten befindet sich die Formel.
29176  Damit sie wie beim Formelstil 
29177 \series bold
29178 Eingerückt
29179 \series default
29180  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29181 \begin_inset space \thinspace{}
29182 \end_inset
29183
29184 pt Leerraum eingefügt.
29185 \end_layout
29186
29187 \begin_layout Subsection
29188 Eqnarray-Umgebung
29189 \begin_inset CommandInset label
29190 LatexCommand label
29191 name "sub:Eqnarray-Umgebung"
29192
29193 \end_inset
29194
29195
29196 \begin_inset Index idx
29197 status collapsed
29198
29199 \begin_layout Plain Layout
29200 Formel ! mehrzeilige ! Eqnarray-Umgebung
29201 \end_layout
29202
29203 \end_inset
29204
29205
29206 \end_layout
29207
29208 \begin_layout Standard
29209 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29210  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29211  ausgerichtet.
29212  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29213  da dieses Kästchen nur für Relationzeichen gedacht ist.
29214 \begin_inset Formula 
29215 \begin{eqnarray*}
29216 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29217 AB & AB & AB\\
29218 A & = & A
29219 \end{eqnarray*}
29220
29221 \end_inset
29222
29223
29224 \end_layout
29225
29226 \begin_layout Subsection
29227 Gather-Umgebung
29228 \begin_inset Index idx
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232 Formel ! mehrzeilige ! Gather-Umgebung
29233 \end_layout
29234
29235 \end_inset
29236
29237
29238 \end_layout
29239
29240 \begin_layout Standard
29241 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29242  Jede Zeile kann nummeriert werden.
29243 \begin_inset Formula 
29244 \begin{gather}
29245 A=1\\
29246 X=\textrm{-}1
29247 \end{gather}
29248
29249 \end_inset
29250
29251
29252 \end_layout
29253
29254 \begin_layout Subsection
29255 Multline-Umgebung
29256 \begin_inset CommandInset label
29257 LatexCommand label
29258 name "sub:Multline-Umgebung"
29259
29260 \end_inset
29261
29262
29263 \begin_inset Index idx
29264 status collapsed
29265
29266 \begin_layout Plain Layout
29267 Formel ! mehrzeilige ! Multline-Umgebung
29268 \end_layout
29269
29270 \end_inset
29271
29272
29273 \end_layout
29274
29275 \begin_layout Standard
29276 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29277  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29278  Alle anderen Zeilen sind zentriert.
29279  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29280  Als Beispiel Formel 
29281 \begin_inset CommandInset ref
29282 LatexCommand eqref
29283 reference "eq:lefteqn"
29284
29285 \end_inset
29286
29287  in der multline-Umgebung:
29288 \begin_inset Formula 
29289 \begin{multline}
29290 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}\\
29291 -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}\\
29292 =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}}
29293 \end{multline}
29294
29295 \end_inset
29296
29297
29298 \end_layout
29299
29300 \begin_layout Standard
29301 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29302  nummeriert, wenn rechts (links) nummeriert wird.
29303 \begin_inset Foot
29304 status collapsed
29305
29306 \begin_layout Plain Layout
29307 Nummerierungsstile siehe 
29308 \begin_inset CommandInset ref
29309 LatexCommand ref
29310 reference "sec:Formelstile"
29311
29312 \end_inset
29313
29314
29315 \end_layout
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Standard
29323 Mit den Befehlen 
29324 \series bold
29325
29326 \backslash
29327 shoveright
29328 \series default
29329
29330 \begin_inset Index idx
29331 status collapsed
29332
29333 \begin_layout Plain Layout
29334 Befehle ! S ! 
29335 \backslash
29336 shoveright
29337 \end_layout
29338
29339 \end_inset
29340
29341  und 
29342 \series bold
29343
29344 \backslash
29345 shoveleft
29346 \series default
29347
29348 \begin_inset Index idx
29349 status collapsed
29350
29351 \begin_layout Plain Layout
29352 Befehle ! S ! 
29353 \backslash
29354 shoveleft
29355 \end_layout
29356
29357 \end_inset
29358
29359  kann eine zentrierte Zeile rechts bzw.
29360 \begin_inset space \space{}
29361 \end_inset
29362
29363 links ausgerichtet werden.
29364  Die Befehle werden folgendermaßen verwendet:
29365 \end_layout
29366
29367 \begin_layout Standard
29368
29369 \series bold
29370
29371 \backslash
29372 shoveright{Zeileninhalt}
29373 \series default
29374  bzw.
29375 \begin_inset space \space{}
29376 \end_inset
29377
29378
29379 \series bold
29380
29381 \backslash
29382 shoveleft{Zeileninhalt}
29383 \end_layout
29384
29385 \begin_layout Standard
29386 \begin_inset VSpace medskip
29387 \end_inset
29388
29389 Die Länge 
29390 \series bold
29391
29392 \backslash
29393 multlinegap
29394 \series default
29395
29396 \begin_inset Index idx
29397 status collapsed
29398
29399 \begin_layout Plain Layout
29400 Befehle ! M ! 
29401 \backslash
29402 multlinegap
29403 \end_layout
29404
29405 \end_inset
29406
29407  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29408  Voreingestellt ist die Länge 0
29409 \begin_inset space \thinspace{}
29410 \end_inset
29411
29412 pt.
29413 \end_layout
29414
29415 \begin_layout Standard
29416 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29417 \end_layout
29418
29419 \begin_layout Standard
29420
29421 \series bold
29422
29423 \backslash
29424 setlength{
29425 \backslash
29426 multlinegap}{2cm}
29427 \end_layout
29428
29429 \begin_layout Standard
29430 eingegeben wurde:
29431 \begin_inset ERT
29432 status collapsed
29433
29434 \begin_layout Plain Layout
29435
29436
29437 \backslash
29438 setlength{
29439 \backslash
29440 multlinegap}{2cm}
29441 \end_layout
29442
29443 \end_inset
29444
29445
29446 \begin_inset Formula 
29447 \begin{multline}
29448 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}\\
29449 \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}}\\
29450 =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}}
29451 \end{multline}
29452
29453 \end_inset
29454
29455
29456 \begin_inset ERT
29457 status collapsed
29458
29459 \begin_layout Plain Layout
29460
29461
29462 \backslash
29463 setlength{
29464 \backslash
29465 multlinegap}{0pt}
29466 \end_layout
29467
29468 \end_inset
29469
29470
29471 \end_layout
29472
29473 \begin_layout Standard
29474 Die zweite Zeile wurde mit 
29475 \series bold
29476
29477 \backslash
29478 shoveleft
29479 \series default
29480  linksbündig ausgerichtet.
29481 \end_layout
29482
29483 \begin_layout Subsection
29484 Mehrzeilige Formelteile
29485 \begin_inset CommandInset label
29486 LatexCommand label
29487 name "sub:Mehrzeilige-Formelteile"
29488
29489 \end_inset
29490
29491
29492 \begin_inset Index idx
29493 status collapsed
29494
29495 \begin_layout Plain Layout
29496 Formel ! mehrzeilige ! Formelteile
29497 \end_layout
29498
29499 \end_inset
29500
29501
29502 \end_layout
29503
29504 \begin_layout Standard
29505 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29506  der folgenden Umgebungen: 
29507 \series bold
29508 aligned
29509 \series default
29510
29511 \series bold
29512 alignedat
29513 \series default
29514
29515 \series bold
29516 gathered
29517 \series default
29518  oder 
29519 \series bold
29520 split
29521 \series default
29522 .
29523  Sie können über das Menü 
29524 \family sans
29525 Einfügen\SpecialChar \menuseparator
29526 Mathe
29527 \family default
29528  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29529 \end_layout
29530
29531 \begin_layout Standard
29532 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29533 n Formel\SpecialChar \-
29534 umgebungen.
29535  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29536  Dazu ein Beispiel:
29537 \begin_inset Formula 
29538 \[
29539 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29540 \Delta E\Delta t & \ge\frac{\hbar}{2}
29541 \end{aligned}
29542 \right\} \textrm{Unbestimmtheitsrelationen}
29543 \]
29544
29545 \end_inset
29546
29547
29548 \end_layout
29549
29550 \begin_layout Standard
29551 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29552  der Befehl 
29553 \series bold
29554
29555 \backslash
29556 aligned
29557 \series default
29558
29559 \begin_inset Index idx
29560 status collapsed
29561
29562 \begin_layout Plain Layout
29563 Befehle ! A ! 
29564 \backslash
29565 aligned
29566 \end_layout
29567
29568 \end_inset
29569
29570  eingegeben wird.
29571  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29572  und Zeilen hinzufügen kann.
29573  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29574  gesetzt werden.
29575 \end_layout
29576
29577 \begin_layout Standard
29578 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29579  ausgerichtet sind.
29580  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29581  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29582  Als Beispiel Formel 
29583 \begin_inset CommandInset ref
29584 LatexCommand eqref
29585 reference "eq:kurzlang"
29586
29587 \end_inset
29588
29589  in der aligned-Umgebung:
29590 \begin_inset Formula 
29591 \begin{equation}
29592 \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}|}\\
29593  & -\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}|}
29594 \end{aligned}
29595 \end{equation}
29596
29597 \end_inset
29598
29599
29600 \end_layout
29601
29602 \begin_layout Standard
29603 Möchte man die Umgebung 
29604 \series bold
29605 alignedat
29606 \series default
29607
29608 \series bold
29609 gathered
29610 \series default
29611  oder 
29612 \series bold
29613 split
29614 \series default
29615  verwenden, gibt man den Befehl 
29616 \series bold
29617
29618 \backslash
29619 alignedat
29620 \series default
29621 ,
29622 \begin_inset Index idx
29623 status collapsed
29624
29625 \begin_layout Plain Layout
29626 Befehle ! A ! 
29627 \backslash
29628 alignedat
29629 \end_layout
29630
29631 \end_inset
29632
29633  
29634 \series bold
29635
29636 \backslash
29637 gathered
29638 \series default
29639
29640 \begin_inset Index idx
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644 Befehle ! G ! 
29645 \backslash
29646 gathered
29647 \end_layout
29648
29649 \end_inset
29650
29651  bzw.
29652 \begin_inset space \space{}
29653 \end_inset
29654
29655
29656 \series bold
29657
29658 \backslash
29659 split
29660 \series default
29661
29662 \begin_inset Index idx
29663 status collapsed
29664
29665 \begin_layout Plain Layout
29666 Befehle ! S ! 
29667 \backslash
29668 split
29669 \end_layout
29670
29671 \end_inset
29672
29673  ein.
29674  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29675  jedoch darf sie nur zwei Spalten enthalten.
29676 \end_layout
29677
29678 \begin_layout Subsection
29679 Text in mehrzeiligen Formeln
29680 \begin_inset CommandInset label
29681 LatexCommand label
29682 name "sub:Text-in-mehrzeiligen"
29683
29684 \end_inset
29685
29686
29687 \begin_inset Index idx
29688 status collapsed
29689
29690 \begin_layout Plain Layout
29691 Text ! in Formeln
29692 \end_layout
29693
29694 \end_inset
29695
29696
29697 \begin_inset Index idx
29698 status collapsed
29699
29700 \begin_layout Plain Layout
29701 Formel ! mehrzeilige ! Text
29702 \end_layout
29703
29704 \end_inset
29705
29706
29707 \end_layout
29708
29709 \begin_layout Standard
29710 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29711  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29712  die Ausrichtung der Spalten nicht beeinflusst.
29713  Dazu wird der Befehl 
29714 \series bold
29715
29716 \backslash
29717 intertext
29718 \begin_inset Index idx
29719 status collapsed
29720
29721 \begin_layout Plain Layout
29722 Befehle ! I ! 
29723 \backslash
29724 intertext
29725 \end_layout
29726
29727 \end_inset
29728
29729
29730 \series default
29731  nach folgendem Schema benutzt:
29732 \end_layout
29733
29734 \begin_layout Standard
29735
29736 \series bold
29737
29738 \backslash
29739 intertext{Text}
29740 \end_layout
29741
29742 \begin_layout Standard
29743 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29744  werden kann.
29745  Weil LyX 
29746 \series bold
29747
29748 \backslash
29749 intertext
29750 \series default
29751  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29752  Text.
29753  
29754 \series bold
29755
29756 \backslash
29757 intertext
29758 \series default
29759  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29760  dieser Zeile.
29761  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29762 \begin_inset Formula 
29763 \begin{align}
29764 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29765 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29766 \end{align}
29767
29768 \end_inset
29769
29770
29771 \end_layout
29772
29773 \begin_layout Section
29774 Formelnummerierung
29775 \begin_inset Index idx
29776 status collapsed
29777
29778 \begin_layout Plain Layout
29779 Formelnummerierung
29780 \end_layout
29781
29782 \end_inset
29783
29784
29785 \begin_inset Index idx
29786 status collapsed
29787
29788 \begin_layout Plain Layout
29789 Formel ! Nummerierung|see
29790 \begin_inset ERT
29791 status collapsed
29792
29793 \begin_layout Plain Layout
29794
29795 {
29796 \end_layout
29797
29798 \end_inset
29799
29800 Formelnummerierung
29801 \begin_inset ERT
29802 status collapsed
29803
29804 \begin_layout Plain Layout
29805
29806 }
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \end_layout
29813
29814 \end_inset
29815
29816
29817 \end_layout
29818
29819 \begin_layout Subsection
29820 Allgemeines
29821 \end_layout
29822
29823 \begin_layout Standard
29824 Nummerierte Formeln können mit dem Menü 
29825 \family sans
29826 Einfügen\SpecialChar \menuseparator
29827 Mathe\SpecialChar \menuseparator
29828 Nummerierte
29829 \begin_inset space ~
29830 \end_inset
29831
29832 Formel
29833 \family default
29834  (Tastenkürzel 
29835 \family sans
29836 Strg+Alt
29837 \begin_inset space ~
29838 \end_inset
29839
29840 N
29841 \family default
29842 ) erstellt, bestehende Formeln über das Menü 
29843 \family sans
29844 Bearbeiten\SpecialChar \menuseparator
29845 Mathe\SpecialChar \menuseparator
29846 Nummerierung
29847 \begin_inset space ~
29848 \end_inset
29849
29850 an/aus
29851 \family default
29852  (Tastenkürzel 
29853 \family sans
29854 Alt+M
29855 \begin_inset space ~
29856 \end_inset
29857
29858 N
29859 \family default
29860 ) nummeriert werden.
29861  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29862  Klammern.
29863  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29864 \end_layout
29865
29866 \begin_layout Standard
29867 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29868  Zeilen nummeriert.
29869  Man kann jedoch über das Menü 
29870 \family sans
29871 Bearbeiten\SpecialChar \menuseparator
29872 Mathe\SpecialChar \menuseparator
29873 Zeilennummerierung an/aus
29874 \family default
29875  (Tastenkürzel 
29876 \family sans
29877 Alt+M
29878 \begin_inset space ~
29879 \end_inset
29880
29881 Shift+N
29882 \family default
29883 ) für jede Zeile die Nummerierung festlegen.
29884 \end_layout
29885
29886 \begin_layout Standard
29887 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29888  werden, siehe 
29889 \begin_inset CommandInset ref
29890 LatexCommand ref
29891 reference "sec:Formelstile"
29892
29893 \end_inset
29894
29895 .
29896 \end_layout
29897
29898 \begin_layout Subsection
29899 Querverweise
29900 \begin_inset Index idx
29901 status collapsed
29902
29903 \begin_layout Plain Layout
29904 Querverweise ! auf Formeln
29905 \end_layout
29906
29907 \end_inset
29908
29909
29910 \end_layout
29911
29912 \begin_layout Standard
29913 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29914  Eine Marke wird mit dem Menü 
29915 \family sans
29916 Einfügen\SpecialChar \menuseparator
29917 Marke
29918 \family default
29919  oder dem Werkzeugleistenknopf 
29920 \begin_inset Graphics
29921         filename ../../images/label-insert.png
29922         scale 85
29923
29924 \end_inset
29925
29926  gesetzt.
29927  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29928  Alternativ klickt man mit rechts auf die Formel und wählt 
29929 \family sans
29930 Formelmarke
29931 \family default
29932 .
29933  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29934 \series bold
29935 eq:
29936 \series default
29937 , nachdem der eigentliche Markenname eingegeben wird.
29938  Der voreingestellte Eintrag steht für 
29939 \begin_inset Quotes gld
29940 \end_inset
29941
29942 equation
29943 \begin_inset Quotes grd
29944 \end_inset
29945
29946  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29947  einer Formel und nicht zu einem Kapitel gehört.
29948  Um eine Marke zu ändern, wählt man wieder das Menü 
29949 \family sans
29950 Einfügen\SpecialChar \menuseparator
29951 Marke
29952 \family default
29953  oder man klickt mit rechts auf eine Formel und dann auf 
29954 \family sans
29955 Formelmarke
29956 \family default
29957 .
29958 \end_layout
29959
29960 \begin_layout Standard
29961 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29962  Eine Formel mit Marke wird immer nummeriert.
29963 \end_layout
29964
29965 \begin_layout Standard
29966 Querverweise werden mit dem Menü 
29967 \family sans
29968 Einfügen\SpecialChar \menuseparator
29969 Querverweis
29970 \family default
29971  oder dem Werkzeugleistenknopf 
29972 \begin_inset Graphics
29973         filename ../../images/dialog-show-new-inset_ref.png
29974         scale 85
29975
29976 \end_inset
29977
29978  eingefügt.
29979  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29980  Wenn man im Querverweis Dialogfenster das Format 
29981 \series bold
29982 (<Querverweis>)
29983 \series default
29984  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29985 \begin_inset Newline newline
29986 \end_inset
29987
29988 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29989  man zur Formel auf die verwiesen wird.
29990 \end_layout
29991
29992 \begin_layout Standard
29993 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29994 \begin_inset Note Note
29995 status open
29996
29997 \begin_layout Plain Layout
29998 Man beachte die unterschiedlichen Querverweistypen.
29999 \end_layout
30000
30001 \end_inset
30002
30003
30004 \end_layout
30005
30006 \begin_layout Standard
30007 Die Gleichungen 
30008 \begin_inset CommandInset ref
30009 LatexCommand eqref
30010 reference "eq:tag"
30011
30012 \end_inset
30013
30014  und 
30015 \begin_inset CommandInset ref
30016 LatexCommand eqref
30017 reference "eq:c"
30018
30019 \end_inset
30020
30021  sind äquivalent.
30022  In (
30023 \begin_inset CommandInset ref
30024 LatexCommand ref
30025 reference "eq:Lat"
30026
30027 \end_inset
30028
30029 ) werden im Gegensatz zu (
30030 \begin_inset CommandInset ref
30031 LatexCommand ref
30032 reference "eq:Roem"
30033
30034 \end_inset
30035
30036 ) große lateinische Buchstaben zur Nummerierung verwendet.
30037 \end_layout
30038
30039 \begin_layout Standard
30040 \begin_inset VSpace medskip
30041 \end_inset
30042
30043 Ist im Argument von 
30044 \series bold
30045
30046 \backslash
30047 tag
30048 \begin_inset Foot
30049 status collapsed
30050
30051 \begin_layout Plain Layout
30052
30053 \series bold
30054
30055 \backslash
30056 tag
30057 \series default
30058  ist in 
30059 \begin_inset CommandInset ref
30060 LatexCommand ref
30061 reference "sub:Benutzerdefinierte-Nummerierung"
30062
30063 \end_inset
30064
30065  beschrieben.
30066 \end_layout
30067
30068 \end_inset
30069
30070
30071 \series default
30072  wie in 
30073 \begin_inset CommandInset ref
30074 LatexCommand ref
30075 reference "sub:Absatzboxen"
30076
30077 \end_inset
30078
30079  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30080 \end_layout
30081
30082 \begin_layout Subsection
30083 Unternummerierung
30084 \begin_inset Index idx
30085 status collapsed
30086
30087 \begin_layout Plain Layout
30088 Formelnummerierung ! Unternummerierung
30089 \end_layout
30090
30091 \end_inset
30092
30093
30094 \end_layout
30095
30096 \begin_layout Standard
30097 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30098  
30099 \begin_inset Newline newline
30100 \end_inset
30101
30102
30103 \series bold
30104
30105 \backslash
30106 begin{subequations}
30107 \series default
30108  und 
30109 \series bold
30110
30111 \backslash
30112 end{subequations}
30113 \series default
30114  erreichen.
30115  Beide Befehle werden im TeX-Modus eingegeben.
30116 \end_layout
30117
30118 \begin_layout Standard
30119 Dazu ein Beispiel:
30120 \begin_inset Formula 
30121 \begin{equation}
30122 A=C-B\label{eq:a}
30123 \end{equation}
30124
30125 \end_inset
30126
30127
30128 \begin_inset ERT
30129 status collapsed
30130
30131 \begin_layout Plain Layout
30132
30133
30134 \backslash
30135 addtocounter{equation}{-1}
30136 \end_layout
30137
30138 \end_inset
30139
30140
30141 \begin_inset ERT
30142 status collapsed
30143
30144 \begin_layout Plain Layout
30145
30146
30147 \backslash
30148 begin{subequations}
30149 \end_layout
30150
30151 \end_inset
30152
30153
30154 \begin_inset VSpace -5mm
30155 \end_inset
30156
30157
30158 \begin_inset Formula 
30159 \begin{equation}
30160 B=C-A\label{eq:b}
30161 \end{equation}
30162
30163 \end_inset
30164
30165
30166 \begin_inset Formula 
30167 \begin{equation}
30168 C=A+B\label{eq:c}
30169 \end{equation}
30170
30171 \end_inset
30172
30173
30174 \end_layout
30175
30176 \begin_layout Standard
30177 \begin_inset ERT
30178 status collapsed
30179
30180 \begin_layout Plain Layout
30181
30182
30183 \backslash
30184 end{subequations}
30185 \end_layout
30186
30187 \end_inset
30188
30189
30190 \end_layout
30191
30192 \begin_layout Standard
30193 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30194 \end_layout
30195
30196 \begin_layout Enumerate
30197 erste Formel eingeben
30198 \end_layout
30199
30200 \begin_layout Enumerate
30201
30202 \series bold
30203
30204 \backslash
30205 addtocounter{equation}{-1} 
30206 \backslash
30207 begin{subequations}
30208 \begin_inset Index idx
30209 status collapsed
30210
30211 \begin_layout Plain Layout
30212 Befehle ! A ! 
30213 \backslash
30214 addtocounter
30215 \end_layout
30216
30217 \end_inset
30218
30219
30220 \begin_inset Newline newline
30221 \end_inset
30222
30223
30224 \series default
30225 nach der ersten Formel einfügen
30226 \end_layout
30227
30228 \begin_layout Enumerate
30229 zweite Formel eingeben
30230 \end_layout
30231
30232 \begin_layout Enumerate
30233 dritte Formel eingeben
30234 \end_layout
30235
30236 \begin_layout Enumerate
30237
30238 \series bold
30239
30240 \backslash
30241 end{subequations}
30242 \series default
30243  nach der dritten Formel einfügen
30244 \end_layout
30245
30246 \begin_layout Standard
30247 Jede Formel, die zwischen den Befehlen 
30248 \series bold
30249
30250 \backslash
30251 begin
30252 \series default
30253  und 
30254 \series bold
30255
30256 \backslash
30257 end
30258 \series default
30259  steht, wird mit a, b, c, \SpecialChar \ldots{}
30260  untergliedert.
30261  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30262  Alle untergliederten Formeln gelten als 
30263 \emph on
30264 eine
30265 \emph default
30266  nummerierte Formel.
30267  Da jede nummerierte Formel den Formelzähler 
30268 \series bold
30269 equation
30270 \series default
30271  um Eins erhöht, ist der Befehl 
30272 \series bold
30273
30274 \backslash
30275 addtocounter
30276 \series default
30277  notwendig um den Zähler wieder zu erniedrigen.
30278  Ansonsten würden die Formeln 
30279 \begin_inset CommandInset ref
30280 LatexCommand eqref
30281 reference "eq:a"
30282
30283 \end_inset
30284
30285
30286 \begin_inset CommandInset ref
30287 LatexCommand eqref
30288 reference "eq:b"
30289
30290 \end_inset
30291
30292
30293 \begin_inset CommandInset ref
30294 LatexCommand eqref
30295 reference "eq:c"
30296
30297 \end_inset
30298
30299  als 
30300 \begin_inset CommandInset ref
30301 LatexCommand eqref
30302 reference "eq:a"
30303
30304 \end_inset
30305
30306
30307 \begin_inset CommandInset ref
30308 LatexCommand eqref
30309 reference "eq:d"
30310
30311 \end_inset
30312
30313
30314 \begin_inset CommandInset ref
30315 LatexCommand eqref
30316 reference "eq:f"
30317
30318 \end_inset
30319
30320  nummeriert werden.
30321 \end_layout
30322
30323 \begin_layout Standard
30324 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30325  Formeln automatisch etwas Leerraum erstellt.
30326  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30327 \series bold
30328
30329 \backslash
30330 begin{subequations}
30331 \series default
30332  -5
30333 \begin_inset space \thinspace{}
30334 \end_inset
30335
30336 mm vertikalen Leerraum ein.
30337  Ist der Formelstil 
30338 \series bold
30339 Eingerückt
30340 \begin_inset Foot
30341 status collapsed
30342
30343 \begin_layout Plain Layout
30344 Formelstile siehe 
30345 \begin_inset CommandInset ref
30346 LatexCommand ref
30347 reference "sec:Formelstile"
30348
30349 \end_inset
30350
30351
30352 \end_layout
30353
30354 \end_inset
30355
30356
30357 \series default
30358  gewählt, fügt man -7
30359 \begin_inset space \thinspace{}
30360 \end_inset
30361
30362 mm Leerraum ein.
30363 \end_layout
30364
30365 \begin_layout Standard
30366 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30367  der zweiten Zeile abgeschaltet wurde:
30368 \begin_inset ERT
30369 status collapsed
30370
30371 \begin_layout Plain Layout
30372
30373
30374 \backslash
30375 begin{subequations}
30376 \end_layout
30377
30378 \end_inset
30379
30380
30381 \begin_inset Formula 
30382 \begin{eqnarray}
30383 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30384  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30385  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30386 \end{eqnarray}
30387
30388 \end_inset
30389
30390
30391 \begin_inset ERT
30392 status collapsed
30393
30394 \begin_layout Plain Layout
30395
30396
30397 \backslash
30398 end{subequations}
30399 \end_layout
30400
30401 \end_inset
30402
30403
30404 \end_layout
30405
30406 \begin_layout Subsection
30407 Benutzerdefinierte Nummerierung
30408 \begin_inset CommandInset label
30409 LatexCommand label
30410 name "sub:Benutzerdefinierte-Nummerierung"
30411
30412 \end_inset
30413
30414
30415 \begin_inset Index idx
30416 status collapsed
30417
30418 \begin_layout Plain Layout
30419 Formelnummerierung ! benutzerdefinierte
30420 \end_layout
30421
30422 \end_inset
30423
30424
30425 \end_layout
30426
30427 \begin_layout Standard
30428 \begin_inset Index idx
30429 status collapsed
30430
30431 \begin_layout Plain Layout
30432 Formelnummerierung ! eigene Klammern
30433 \end_layout
30434
30435 \end_inset
30436
30437 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30438  gesetzt.
30439  Will man diese Klammern z.
30440 \begin_inset space \thinspace{}
30441 \end_inset
30442
30443 B.
30444  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30445  an:
30446 \end_layout
30447
30448 \begin_layout Standard
30449
30450 \series bold
30451
30452 \backslash
30453 def
30454 \backslash
30455 tagform@#1{
30456 \backslash
30457 maketag@@@{|#1|}}
30458 \series default
30459
30460 \begin_inset Note Note
30461 status collapsed
30462
30463 \begin_layout Plain Layout
30464 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30465  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30466  werden.
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Standard
30475 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30476 \series bold
30477 #1
30478 \series default
30479  durch ein oder mehrere gewünschte Zeichen.
30480  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30481 \end_layout
30482
30483 \begin_layout Standard
30484 \begin_inset VSpace bigskip
30485 \end_inset
30486
30487 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30488  hinter der Formel stehen, benutzt man den Befehl 
30489 \series bold
30490
30491 \backslash
30492 tag
30493 \series default
30494
30495 \begin_inset Index idx
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 Befehle ! T ! 
30500 \backslash
30501 tag
30502 \end_layout
30503
30504 \end_inset
30505
30506 :
30507 \begin_inset Formula 
30508 \begin{equation}
30509 A+B=C\tag{etwas}\label{eq:tag}
30510 \end{equation}
30511
30512 \end_inset
30513
30514  In diesem Beispiel wurde in der Formel der Befehl 
30515 \series bold
30516
30517 \backslash
30518 tag
30519 \series default
30520
30521 \begin_inset ERT
30522 status collapsed
30523
30524 \begin_layout Plain Layout
30525
30526
30527 \backslash
30528 leer 
30529 \end_layout
30530
30531 \end_inset
30532
30533
30534 \series bold
30535 etwas
30536 \series default
30537  eingegeben.
30538 \end_layout
30539
30540 \begin_layout Standard
30541 Gibt man stattdessen 
30542 \series bold
30543
30544 \backslash
30545 tag*
30546 \series default
30547
30548 \begin_inset ERT
30549 status collapsed
30550
30551 \begin_layout Plain Layout
30552
30553
30554 \backslash
30555 leer 
30556 \end_layout
30557
30558 \end_inset
30559
30560
30561 \series bold
30562 etwas
30563 \series default
30564  ein, verhindert der Stern die Klammern um den Ausdruck:
30565 \begin_inset Formula 
30566 \[
30567 A+B=C\tag*{etwas}
30568 \]
30569
30570 \end_inset
30571
30572
30573 \end_layout
30574
30575 \begin_layout Standard
30576 \begin_inset VSpace bigskip
30577 \end_inset
30578
30579 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30580  oder 
30581 \begin_inset ERT
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585
30586
30587 \backslash
30588 mbox{
30589 \end_layout
30590
30591 \end_inset
30592
30593 -abschnitt
30594 \begin_inset ERT
30595 status collapsed
30596
30597 \begin_layout Plain Layout
30598
30599 }
30600 \end_layout
30601
30602 \end_inset
30603
30604
30605 \begin_inset Note Note
30606 status collapsed
30607
30608 \begin_layout Plain Layout
30609 Der Befehl 
30610 \series bold
30611
30612 \backslash
30613 mbox
30614 \series default
30615  verhindert, dass am Bindestrich umgebrochen wird.
30616 \end_layout
30617
30618 \end_inset
30619
30620  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30621 \end_layout
30622
30623 \begin_layout Standard
30624
30625 \series bold
30626
30627 \backslash
30628 @addtoreset{equation}{part}
30629 \series default
30630
30631 \begin_inset Index idx
30632 status collapsed
30633
30634 \begin_layout Plain Layout
30635 Befehle ! 
30636 \begin_inset ERT
30637 status collapsed
30638
30639 \begin_layout Plain Layout
30640
30641 "
30642 \end_layout
30643
30644 \end_inset
30645
30646 @
30647 \begin_inset ERT
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651
30652 "
30653 \end_layout
30654
30655 \end_inset
30656
30657  ! 
30658 \backslash
30659
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665 "
30666 \end_layout
30667
30668 \end_inset
30669
30670 @
30671 \begin_inset ERT
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675
30676 "
30677 \end_layout
30678
30679 \end_inset
30680
30681 addtoreset
30682 \end_layout
30683
30684 \end_inset
30685
30686
30687 \begin_inset Newline newline
30688 \end_inset
30689
30690 bzw.
30691 \begin_inset Newline newline
30692 \end_inset
30693
30694
30695 \series bold
30696
30697 \backslash
30698 @addtoreset{equation}{section}
30699 \end_layout
30700
30701 \begin_layout Standard
30702 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30703 \begin_inset Quotes gld
30704 \end_inset
30705
30706 @
30707 \begin_inset Quotes grd
30708 \end_inset
30709
30710  Zeichen für LaTeX mit dem Befehl 
30711 \series bold
30712
30713 \backslash
30714 makeatletter
30715 \series default
30716  
30717 \begin_inset Quotes gld
30718 \end_inset
30719
30720 aktiv
30721 \begin_inset Quotes grd
30722 \end_inset
30723
30724  gemacht werden.
30725  Der Befehl 
30726 \series bold
30727
30728 \backslash
30729 makeatother
30730 \series default
30731  macht dies wieder rückgängig.
30732  Daher ist die Befehlssequenz im TeX-Modus:
30733 \end_layout
30734
30735 \begin_layout Standard
30736
30737 \series bold
30738
30739 \backslash
30740 makeatletter
30741 \begin_inset Newline newline
30742 \end_inset
30743
30744
30745 \backslash
30746 @addtoreset{equation}{section}
30747 \begin_inset Newline newline
30748 \end_inset
30749
30750
30751 \backslash
30752 makeatother
30753 \end_layout
30754
30755 \begin_layout Standard
30756 Im LaTeX-Vorspann können 
30757 \series bold
30758
30759 \backslash
30760 makeatletter
30761 \series default
30762  und 
30763 \series bold
30764
30765 \backslash
30766 makeatother
30767 \series default
30768  weggelassen werden, da LyX sie automatisch intern einfügt.
30769 \end_layout
30770
30771 \begin_layout Standard
30772 Um 
30773 \series bold
30774
30775 \backslash
30776 @addtoreset
30777 \series default
30778  rückgängig zu machen, muss die Datei 
30779 \series bold
30780 remreset.sty
30781 \series default
30782
30783 \begin_inset Foot
30784 status collapsed
30785
30786 \begin_layout Plain Layout
30787
30788 \series bold
30789 remreset
30790 \series default
30791  ist Teil des LaTeX-Paketes 
30792 \series bold
30793 carlisle
30794 \series default
30795
30796 \begin_inset Index idx
30797 status collapsed
30798
30799 \begin_layout Plain Layout
30800 Pakete ! carlisle
30801 \end_layout
30802
30803 \end_inset
30804
30805 , das Teil jeder LaTeX-Standardinstallation ist.
30806 \end_layout
30807
30808 \end_inset
30809
30810
30811 \begin_inset Index idx
30812 status collapsed
30813
30814 \begin_layout Plain Layout
30815 Pakete ! remreset
30816 \end_layout
30817
30818 \end_inset
30819
30820  im LaTeX-Vorspann mit der Zeile
30821 \end_layout
30822
30823 \begin_layout Standard
30824
30825 \series bold
30826
30827 \backslash
30828 usepackage{remreset}
30829 \end_layout
30830
30831 \begin_layout Standard
30832 geladen werden.
30833  Dann kann der Befehl 
30834 \series bold
30835
30836 \backslash
30837 @removefromreset
30838 \series default
30839
30840 \begin_inset Index idx
30841 status collapsed
30842
30843 \begin_layout Plain Layout
30844 Befehle ! 
30845 \begin_inset ERT
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849
30850 "
30851 \end_layout
30852
30853 \end_inset
30854
30855 @
30856 \begin_inset ERT
30857 status collapsed
30858
30859 \begin_layout Plain Layout
30860
30861 "
30862 \end_layout
30863
30864 \end_inset
30865
30866  ! 
30867 \backslash
30868
30869 \begin_inset ERT
30870 status collapsed
30871
30872 \begin_layout Plain Layout
30873
30874 "
30875 \end_layout
30876
30877 \end_inset
30878
30879 @
30880 \begin_inset ERT
30881 status collapsed
30882
30883 \begin_layout Plain Layout
30884
30885 "
30886 \end_layout
30887
30888 \end_inset
30889
30890 removefromreset
30891 \end_layout
30892
30893 \end_inset
30894
30895  mit dem selben Schema wie 
30896 \series bold
30897
30898 \backslash
30899 @addtoreset
30900 \series default
30901  benutzt werden.
30902 \end_layout
30903
30904 \begin_layout Standard
30905 \begin_inset VSpace bigskip
30906 \end_inset
30907
30908 Oftmals möchte man Formeln in folgender Art nummerieren:
30909 \end_layout
30910
30911 \begin_layout Standard
30912
30913 \family typewriter
30914 (Kapitelnummer.Formelnummer)
30915 \end_layout
30916
30917 \begin_layout Standard
30918 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30919 \end_layout
30920
30921 \begin_layout Standard
30922 Für diesen Fall gibt es den Befehl 
30923 \series bold
30924
30925 \backslash
30926 numberwithin
30927 \series default
30928
30929 \begin_inset Index idx
30930 status collapsed
30931
30932 \begin_layout Plain Layout
30933 Befehle ! N ! 
30934 \backslash
30935 numberwithin
30936 \end_layout
30937
30938 \end_inset
30939
30940 , der nach folgendem Schema benutzt wird:
30941 \end_layout
30942
30943 \begin_layout Standard
30944
30945 \series bold
30946
30947 \backslash
30948 numberwithin{Zähler}{Gliederung}
30949 \end_layout
30950
30951 \begin_layout Standard
30952 Zähler gibt an, welche Nummerierung betroffen ist.
30953  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30954 \end_layout
30955
30956 \begin_layout Standard
30957 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30958  ein:
30959 \end_layout
30960
30961 \begin_layout Standard
30962
30963 \series bold
30964
30965 \backslash
30966 numberwithin{equation}{section}
30967 \end_layout
30968
30969 \begin_layout Standard
30970 Das ist das Ergebnis:
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 numberwithin{equation}{section}
30979 \end_layout
30980
30981 \end_inset
30982
30983
30984 \begin_inset Formula 
30985 \begin{equation}
30986 A+B=C
30987 \end{equation}
30988
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \begin_layout Standard
30995 Möchte man z.
30996 \begin_inset space \thinspace{}
30997 \end_inset
30998
30999 B.
31000  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31001  gibt man 
31002 \series bold
31003
31004 \backslash
31005 numberwithin{table}{part}
31006 \series default
31007  ein.
31008 \end_layout
31009
31010 \begin_layout Standard
31011 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31012 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31013  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31014 \end_layout
31015
31016 \begin_layout Standard
31017
31018 \series bold
31019
31020 \backslash
31021 renewcommand{
31022 \backslash
31023 theequation}{
31024 \backslash
31025 arabic{equation}}
31026 \begin_inset Index idx
31027 status collapsed
31028
31029 \begin_layout Plain Layout
31030 Befehle ! A ! 
31031 \backslash
31032 arabic
31033 \end_layout
31034
31035 \end_inset
31036
31037
31038 \series default
31039
31040 \begin_inset ERT
31041 status collapsed
31042
31043 \begin_layout Plain Layout
31044
31045
31046 \backslash
31047 renewcommand{
31048 \backslash
31049 theequation}{
31050 \backslash
31051 arabic{equation}}
31052 \end_layout
31053
31054 \end_inset
31055
31056
31057 \series bold
31058
31059 \begin_inset Newline newline
31060 \end_inset
31061
31062
31063 \series default
31064 bzw.
31065 \series bold
31066
31067 \begin_inset Newline newline
31068 \end_inset
31069
31070
31071 \backslash
31072 renewcommand{
31073 \backslash
31074 thetable}{
31075 \backslash
31076 arabic{table}}
31077 \end_layout
31078
31079 \begin_layout Standard
31080
31081 \series bold
31082
31083 \backslash
31084 numberwithin
31085 \series default
31086  benutzt intern den oben beschriebenen Befehl 
31087 \series bold
31088
31089 \backslash
31090 @addtoreset
31091 \series default
31092 , der ebenfalls rückgängig gemacht werden muss.
31093 \begin_inset ERT
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097
31098
31099 \backslash
31100 makeatletter
31101 \end_layout
31102
31103 \begin_layout Plain Layout
31104
31105
31106 \backslash
31107 @removefromreset{equation}{section}
31108 \end_layout
31109
31110 \begin_layout Plain Layout
31111
31112
31113 \backslash
31114 makeatother
31115 \end_layout
31116
31117 \end_inset
31118
31119
31120 \end_layout
31121
31122 \begin_layout Subsection
31123 Nummerierung mit römischen Zahlen und Buchstaben
31124 \begin_inset Index idx
31125 status collapsed
31126
31127 \begin_layout Plain Layout
31128 Formelnummerierung ! mit Buchstaben
31129 \end_layout
31130
31131 \end_inset
31132
31133
31134 \begin_inset Index idx
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Formelnummerierung ! mit römischen Zahlen
31139 \end_layout
31140
31141 \end_inset
31142
31143
31144 \end_layout
31145
31146 \begin_layout Standard
31147 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31148  werden.
31149  Um z.
31150 \begin_inset space \thinspace{}
31151 \end_inset
31152
31153 B.
31154  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31155  TeX-Modus den Befehl
31156 \end_layout
31157
31158 \begin_layout Standard
31159
31160 \series bold
31161
31162 \backslash
31163 renewcommand{
31164 \backslash
31165 theequation}{
31166 \backslash
31167 roman{equation}}
31168 \end_layout
31169
31170 \begin_layout Standard
31171 ein.
31172  
31173 \series bold
31174
31175 \backslash
31176 renewcommand
31177 \series default
31178
31179 \begin_inset Index idx
31180 status collapsed
31181
31182 \begin_layout Plain Layout
31183 Befehle ! R ! 
31184 \backslash
31185 renewcommand
31186 \end_layout
31187
31188 \end_inset
31189
31190  weist dem vordefinierten Befehl 
31191 \series bold
31192
31193 \backslash
31194 theequation
31195 \series default
31196  den Befehl
31197 \begin_inset Newline linebreak
31198 \end_inset
31199
31200
31201 \series bold
31202
31203 \backslash
31204 roman{equation}
31205 \series default
31206  zu.
31207 \begin_inset Foot
31208 status collapsed
31209
31210 \begin_layout Plain Layout
31211 Der Befehl 
31212 \series bold
31213
31214 \backslash
31215 renewcommand
31216 \series default
31217  besitzt dasselbe Schema wie der in 
31218 \begin_inset CommandInset ref
31219 LatexCommand ref
31220 reference "sub:Der-Befehl-newcommand"
31221
31222 \end_inset
31223
31224  beschriebene Befehl
31225 \begin_inset Newline newline
31226 \end_inset
31227
31228
31229 \series bold
31230
31231 \backslash
31232 newcommand
31233 \series default
31234 .
31235 \end_layout
31236
31237 \end_inset
31238
31239  
31240 \series bold
31241 equation
31242 \series default
31243  ist der Formelzähler.
31244  Stellt man einem Zähler den Befehl 
31245 \series bold
31246
31247 \backslash
31248 the
31249 \series default
31250  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31251  wird.
31252  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31253  
31254 \series bold
31255
31256 \backslash
31257 theequation
31258 \series default
31259  hinter die Formel.
31260  
31261 \series bold
31262
31263 \backslash
31264 roman{equation}
31265 \begin_inset Index idx
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269 Befehle ! R ! 
31270 \backslash
31271 roman
31272 \end_layout
31273
31274 \end_inset
31275
31276
31277 \series default
31278  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31279 \end_layout
31280
31281 \begin_layout Standard
31282 Alle Formeln nach dem 
31283 \series bold
31284
31285 \backslash
31286 renewcommand
31287 \series default
31288 -Befehl werden nun römisch nummeriert.
31289  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31290  den Befehl erneut ein, ersetzt aber 
31291 \series bold
31292
31293 \backslash
31294 roman
31295 \series default
31296  durch 
31297 \series bold
31298
31299 \backslash
31300 Roman
31301 \series default
31302
31303 \begin_inset Index idx
31304 status collapsed
31305
31306 \begin_layout Plain Layout
31307 Befehle ! R ! 
31308 \backslash
31309 roman@
31310 \backslash
31311 Roman
31312 \end_layout
31313
31314 \end_inset
31315
31316 .
31317  Für die 
31318 \begin_inset Quotes gld
31319 \end_inset
31320
31321 Nummerierung
31322 \begin_inset Quotes grd
31323 \end_inset
31324
31325  mit lateinischen Buchstaben gibt es den Befehl 
31326 \series bold
31327
31328 \backslash
31329 alph
31330 \series default
31331
31332 \begin_inset Index idx
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336 Befehle ! A ! 
31337 \backslash
31338 alph
31339 \end_layout
31340
31341 \end_inset
31342
31343  für kleine und 
31344 \series bold
31345
31346 \backslash
31347 Alph
31348 \series default
31349
31350 \begin_inset Index idx
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354 Befehle ! A ! 
31355 \backslash
31356 alph@
31357 \backslash
31358 Alph
31359 \end_layout
31360
31361 \end_inset
31362
31363  für große Buchstaben.
31364 \end_layout
31365
31366 \begin_layout Standard
31367 \begin_inset Note Greyedout
31368 status open
31369
31370 \begin_layout Plain Layout
31371
31372 \series bold
31373 \color none
31374 Achtung:
31375 \series default
31376  Es können nur maximal 26
31377 \begin_inset space ~
31378 \end_inset
31379
31380 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
31381 \end_layout
31382
31383 \end_inset
31384
31385
31386 \end_layout
31387
31388 \begin_layout Standard
31389 \begin_inset ERT
31390 status collapsed
31391
31392 \begin_layout Plain Layout
31393
31394
31395 \backslash
31396 renewcommand{
31397 \backslash
31398 theequation}{
31399 \backslash
31400 roman{equation}}
31401 \end_layout
31402
31403 \end_inset
31404
31405
31406 \end_layout
31407
31408 \begin_layout Standard
31409 \begin_inset Formula 
31410 \begin{equation}
31411 A=\textrm{römisch}
31412 \end{equation}
31413
31414 \end_inset
31415
31416
31417 \begin_inset ERT
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421
31422
31423 \backslash
31424 renewcommand{
31425 \backslash
31426 theequation}{
31427 \backslash
31428 Roman{equation}}
31429 \end_layout
31430
31431 \end_inset
31432
31433
31434 \begin_inset Formula 
31435 \begin{equation}
31436 B=\textrm{Römisch}\label{eq:Roem}
31437 \end{equation}
31438
31439 \end_inset
31440
31441
31442 \begin_inset ERT
31443 status collapsed
31444
31445 \begin_layout Plain Layout
31446
31447
31448 \backslash
31449 renewcommand{
31450 \backslash
31451 theequation}{
31452 \backslash
31453 alph{equation}}
31454 \end_layout
31455
31456 \end_inset
31457
31458
31459 \begin_inset Formula 
31460 \begin{equation}
31461 C=\textrm{lateinisch}
31462 \end{equation}
31463
31464 \end_inset
31465
31466
31467 \begin_inset ERT
31468 status collapsed
31469
31470 \begin_layout Plain Layout
31471
31472
31473 \backslash
31474 renewcommand{
31475 \backslash
31476 theequation}{
31477 \backslash
31478 Alph{equation}}
31479 \end_layout
31480
31481 \end_inset
31482
31483
31484 \begin_inset Formula 
31485 \begin{equation}
31486 D=\textrm{Lateinisch}\label{eq:Lat}
31487 \end{equation}
31488
31489 \end_inset
31490
31491
31492 \end_layout
31493
31494 \begin_layout Standard
31495 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31496  ein:
31497 \end_layout
31498
31499 \begin_layout Standard
31500
31501 \series bold
31502
31503 \backslash
31504 renewcommand{
31505 \backslash
31506 theequation}{
31507 \backslash
31508 arabic{equation}}
31509 \begin_inset Index idx
31510 status collapsed
31511
31512 \begin_layout Plain Layout
31513 Befehle ! A ! 
31514 \backslash
31515 arabic
31516 \end_layout
31517
31518 \end_inset
31519
31520
31521 \end_layout
31522
31523 \begin_layout Standard
31524 \begin_inset ERT
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528
31529
31530 \backslash
31531 renewcommand{
31532 \backslash
31533 theequation}{
31534 \backslash
31535 arabic{equation}}
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \begin_inset Formula 
31542 \begin{equation}
31543 E=\textrm{arabisch}
31544 \end{equation}
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 \begin_inset VSpace medskip
31553 \end_inset
31554
31555 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31556 riert.
31557  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31558  beginnen, müssen neue Formelzähler angelegt werden.
31559  Eine Beschreibung dazu findet man in der Datei 
31560 \begin_inset CommandInset href
31561 LatexCommand href
31562 name "Formelnummerierung.lyx"
31563 target "run:Formelnummerierung.lyx"
31564
31565 \end_inset
31566
31567 .
31568 \end_layout
31569
31570 \begin_layout Section
31571 Chemische Symbole und Reaktionsgleichungen
31572 \begin_inset CommandInset label
31573 LatexCommand label
31574 name "sub:Chemische-Symbole-und"
31575
31576 \end_inset
31577
31578
31579 \begin_inset Index idx
31580 status collapsed
31581
31582 \begin_layout Plain Layout
31583 chemische Zeichen ! Symbole
31584 \end_layout
31585
31586 \end_inset
31587
31588
31589 \begin_inset Index idx
31590 status collapsed
31591
31592 \begin_layout Plain Layout
31593 Reaktionsgleichungen
31594 \end_layout
31595
31596 \end_inset
31597
31598
31599 \begin_inset Index idx
31600 status collapsed
31601
31602 \begin_layout Plain Layout
31603 Symbole ! chemische
31604 \end_layout
31605
31606 \end_inset
31607
31608
31609 \end_layout
31610
31611 \begin_layout Standard
31612 Ein Beispieltext aus der Chemie:
31613 \end_layout
31614
31615 \begin_layout Quote
31616 Das 
31617 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31618 \end_inset
31619
31620 -Ion verbindet sich mit zwei 
31621 \begin_inset Formula $\mathrm{Na^{+}}$
31622 \end_inset
31623
31624 -Ionen zu Natriumsulfat 
31625 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31626 \end_inset
31627
31628 .
31629  Die Reaktionsgleichung dazu lautet:
31630 \begin_inset Formula 
31631 \begin{equation}
31632 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31633 \end{equation}
31634
31635 \end_inset
31636
31637
31638 \end_layout
31639
31640 \begin_layout Standard
31641 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31642  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31643  in der Formel und wandelt diese mit der Tastenkombination 
31644 \family sans
31645 Alt+Z
31646 \begin_inset space ~
31647 \end_inset
31648
31649 R
31650 \family default
31651  in den aufrechten Schriftstil um.
31652 \begin_inset Foot
31653 status collapsed
31654
31655 \begin_layout Plain Layout
31656 Schriftstile siehe 
31657 \begin_inset CommandInset ref
31658 LatexCommand ref
31659 reference "sub:Schriftstile"
31660
31661 \end_inset
31662
31663
31664 \end_layout
31665
31666 \end_inset
31667
31668
31669 \end_layout
31670
31671 \begin_layout Standard
31672 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31673 \series bold
31674  
31675 \backslash
31676 ce
31677 \series default
31678
31679 \begin_inset Index idx
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683 Befehle ! C ! 
31684 \backslash
31685 ce
31686 \end_layout
31687
31688 \end_inset
31689
31690  zu benutzen.
31691  Dieser ist verfügbar, wenn das LaTeX-Paket 
31692 \series bold
31693 mhchem
31694 \series default
31695
31696 \begin_inset Index idx
31697 status collapsed
31698
31699 \begin_layout Plain Layout
31700 Pakete ! mhchem
31701 \end_layout
31702
31703 \end_inset
31704
31705  installiert ist.
31706  Nachdem 
31707 \series bold
31708
31709 \backslash
31710 ce
31711 \series default
31712  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31713  Formeln in intuitiver Weise eingegeben werden können.
31714 \end_layout
31715
31716 \begin_layout Standard
31717 \align center
31718 \begin_inset Tabular
31719 <lyxtabular version="3" rows="9" columns="2">
31720 <features rotate="0" tabularvalignment="middle">
31721 <column alignment="center" valignment="top">
31722 <column alignment="center" valignment="top">
31723 <row>
31724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31725 \begin_inset Text
31726
31727 \begin_layout Plain Layout
31728 Befehl
31729 \end_layout
31730
31731 \end_inset
31732 </cell>
31733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31734 \begin_inset Text
31735
31736 \begin_layout Plain Layout
31737 Ergebnis
31738 \begin_inset Note Note
31739 status collapsed
31740
31741 \begin_layout Plain Layout
31742
31743 \series bold
31744
31745 \backslash
31746 raisebox
31747 \series default
31748  dient nur als Abstandhalter.
31749 \end_layout
31750
31751 \end_inset
31752
31753
31754 \end_layout
31755
31756 \end_inset
31757 </cell>
31758 </row>
31759 <row>
31760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31761 \begin_inset Text
31762
31763 \begin_layout Plain Layout
31764
31765 \backslash
31766 ce
31767 \begin_inset ERT
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771
31772
31773 \backslash
31774 leer 
31775 \end_layout
31776
31777 \end_inset
31778
31779 H2CO3
31780 \end_layout
31781
31782 \end_inset
31783 </cell>
31784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31785 \begin_inset Text
31786
31787 \begin_layout Plain Layout
31788 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31789 \end_inset
31790
31791
31792 \end_layout
31793
31794 \end_inset
31795 </cell>
31796 </row>
31797 <row>
31798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31799 \begin_inset Text
31800
31801 \begin_layout Plain Layout
31802
31803 \backslash
31804 ce
31805 \begin_inset ERT
31806 status collapsed
31807
31808 \begin_layout Plain Layout
31809
31810
31811 \backslash
31812 leer 
31813 \end_layout
31814
31815 \end_inset
31816
31817 SO4^2-
31818 \end_layout
31819
31820 \end_inset
31821 </cell>
31822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31823 \begin_inset Text
31824
31825 \begin_layout Plain Layout
31826 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31827 \end_inset
31828
31829
31830 \end_layout
31831
31832 \end_inset
31833 </cell>
31834 </row>
31835 <row>
31836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31837 \begin_inset Text
31838
31839 \begin_layout Plain Layout
31840
31841 \backslash
31842 ce
31843 \begin_inset ERT
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847
31848
31849 \backslash
31850 leer 
31851 \end_layout
31852
31853 \end_inset
31854
31855 (NH4)2S
31856 \end_layout
31857
31858 \end_inset
31859 </cell>
31860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31861 \begin_inset Text
31862
31863 \begin_layout Plain Layout
31864 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31865 \end_inset
31866
31867
31868 \end_layout
31869
31870 \end_inset
31871 </cell>
31872 </row>
31873 <row>
31874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31875 \begin_inset Text
31876
31877 \begin_layout Plain Layout
31878
31879 \backslash
31880 ce
31881 \begin_inset ERT
31882 status collapsed
31883
31884 \begin_layout Plain Layout
31885
31886
31887 \backslash
31888 leer 
31889 \end_layout
31890
31891 \end_inset
31892
31893 KCr(SO4)2.12H2O
31894 \end_layout
31895
31896 \end_inset
31897 </cell>
31898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31899 \begin_inset Text
31900
31901 \begin_layout Plain Layout
31902 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31903 \end_inset
31904
31905
31906 \end_layout
31907
31908 \end_inset
31909 </cell>
31910 </row>
31911 <row>
31912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31913 \begin_inset Text
31914
31915 \begin_layout Plain Layout
31916
31917 \backslash
31918 ce
31919 \begin_inset ERT
31920 status collapsed
31921
31922 \begin_layout Plain Layout
31923
31924
31925 \backslash
31926 leer 
31927 \end_layout
31928
31929 \end_inset
31930
31931 A-B
31932 \backslash
31933 dbond
31934 \begin_inset ERT
31935 status collapsed
31936
31937 \begin_layout Plain Layout
31938
31939
31940 \backslash
31941 leer 
31942 \end_layout
31943
31944 \end_inset
31945
31946 C
31947 \backslash
31948 tbond
31949 \begin_inset ERT
31950 status collapsed
31951
31952 \begin_layout Plain Layout
31953
31954
31955 \backslash
31956 leer 
31957 \end_layout
31958
31959 \end_inset
31960
31961 D
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31967 \begin_inset Text
31968
31969 \begin_layout Plain Layout
31970 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31971 \end_inset
31972
31973
31974 \end_layout
31975
31976 \end_inset
31977 </cell>
31978 </row>
31979 <row>
31980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31981 \begin_inset Text
31982
31983 \begin_layout Plain Layout
31984
31985 \backslash
31986 ce
31987 \begin_inset ERT
31988 status collapsed
31989
31990 \begin_layout Plain Layout
31991
31992
31993 \backslash
31994 leer 
31995 \end_layout
31996
31997 \end_inset
31998
31999 ^227
32000 \begin_inset Formula $\downarrow$
32001 \end_inset
32002
32003 _90
32004 \begin_inset Formula $\to$
32005 \end_inset
32006
32007 Th+
32008 \end_layout
32009
32010 \end_inset
32011 </cell>
32012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32013 \begin_inset Text
32014
32015 \begin_layout Plain Layout
32016 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32017 \end_inset
32018
32019
32020 \end_layout
32021
32022 \end_inset
32023 </cell>
32024 </row>
32025 <row>
32026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32027 \begin_inset Text
32028
32029 \begin_layout Plain Layout
32030
32031 \backslash
32032 ce
32033 \begin_inset ERT
32034 status collapsed
32035
32036 \begin_layout Plain Layout
32037
32038
32039 \backslash
32040 leer 
32041 \end_layout
32042
32043 \end_inset
32044
32045 CO2
32046 \begin_inset ERT
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050
32051
32052 \backslash
32053 leer 
32054 \end_layout
32055
32056 \end_inset
32057
32058 +
32059 \begin_inset ERT
32060 status collapsed
32061
32062 \begin_layout Plain Layout
32063
32064
32065 \backslash
32066 leer 
32067 \end_layout
32068
32069 \end_inset
32070
32071 C
32072 \begin_inset ERT
32073 status collapsed
32074
32075 \begin_layout Plain Layout
32076
32077
32078 \backslash
32079 leer 
32080 \end_layout
32081
32082 \end_inset
32083
32084 <=>
32085 \begin_inset ERT
32086 status collapsed
32087
32088 \begin_layout Plain Layout
32089
32090
32091 \backslash
32092 leer 
32093 \end_layout
32094
32095 \end_inset
32096
32097 2CO
32098 \end_layout
32099
32100 \end_inset
32101 </cell>
32102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32103 \begin_inset Text
32104
32105 \begin_layout Plain Layout
32106 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32107 \end_inset
32108
32109
32110 \end_layout
32111
32112 \end_inset
32113 </cell>
32114 </row>
32115 <row>
32116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32117 \begin_inset Text
32118
32119 \begin_layout Plain Layout
32120
32121 \backslash
32122 ce
32123 \begin_inset ERT
32124 status collapsed
32125
32126 \begin_layout Plain Layout
32127
32128
32129 \backslash
32130 leer 
32131 \end_layout
32132
32133 \end_inset
32134
32135 CO2
32136 \begin_inset ERT
32137 status collapsed
32138
32139 \begin_layout Plain Layout
32140
32141
32142 \backslash
32143 leer 
32144 \end_layout
32145
32146 \end_inset
32147
32148 +
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154
32155 \backslash
32156 leer 
32157 \end_layout
32158
32159 \end_inset
32160
32161 C
32162 \begin_inset ERT
32163 status collapsed
32164
32165 \begin_layout Plain Layout
32166
32167
32168 \backslash
32169 leer 
32170 \end_layout
32171
32172 \end_inset
32173
32174 ->[
32175 \backslash
32176 alpha][
32177 \backslash
32178 beta]
32179 \begin_inset ERT
32180 status collapsed
32181
32182 \begin_layout Plain Layout
32183
32184
32185 \backslash
32186 leer 
32187 \end_layout
32188
32189 \end_inset
32190
32191 2CO}
32192 \end_layout
32193
32194 \end_inset
32195 </cell>
32196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32197 \begin_inset Text
32198
32199 \begin_layout Plain Layout
32200 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32201 \end_inset
32202
32203
32204 \end_layout
32205
32206 \end_inset
32207 </cell>
32208 </row>
32209 </lyxtabular>
32210
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \begin_layout Standard
32217 \begin_inset Note Greyedout
32218 status open
32219
32220 \begin_layout Plain Layout
32221
32222 \series bold
32223 \color none
32224 Achtung:
32225 \series default
32226  Wenn eine Formel in eine 
32227 \series bold
32228
32229 \backslash
32230 ce
32231 \series default
32232 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32233  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32234 \begin_inset space \thinspace{}
32235 \end_inset
32236
32237 B.
32238  für
32239 \begin_inset Newline newline
32240 \end_inset
32241
32242
32243 \series bold
32244
32245 \backslash
32246 ce{$
32247 \backslash
32248 mu
32249 \backslash
32250 hyphen$Cl}
32251 \series default
32252
32253 \begin_inset ERT
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257
32258
32259 \backslash
32260 ce{$
32261 \backslash
32262 mu
32263 \backslash
32264 hyphen$Cl}
32265 \end_layout
32266
32267 \end_inset
32268
32269  
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Standard
32278 \begin_inset Note Greyedout
32279 status open
32280
32281 \begin_layout Plain Layout
32282
32283 \series bold
32284 \color none
32285 Achtung:
32286 \series default
32287  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
32288  oben zu bekommen, wie es im 
32289 \series bold
32290 mhchem
32291 \series default
32292 -Handbuch steht.
32293  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
32294  Befehl 
32295 \series bold
32296
32297 \backslash
32298 uparrow
32299 \series default
32300 :
32301 \begin_inset Newline newline
32302 \end_inset
32303
32304
32305 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32306 \end_inset
32307
32308
32309 \end_layout
32310
32311 \end_inset
32312
32313
32314 \end_layout
32315
32316 \begin_layout Standard
32317 Wird 
32318 \series bold
32319
32320 \backslash
32321 ce
32322 \series default
32323  benutzt, lautet der Befehl für Gleichung
32324 \begin_inset space ~
32325 \end_inset
32326
32327
32328 \begin_inset CommandInset ref
32329 LatexCommand eqref
32330 reference "eq:chemische-Reaktion"
32331
32332 \end_inset
32333
32334 :
32335 \begin_inset Newline newline
32336 \end_inset
32337
32338
32339 \series bold
32340  
32341 \backslash
32342 ce
32343 \series default
32344
32345 \begin_inset ERT
32346 status collapsed
32347
32348 \begin_layout Plain Layout
32349
32350
32351 \backslash
32352 leer 
32353 \end_layout
32354
32355 \end_inset
32356
32357
32358 \series bold
32359 2Na+
32360 \series default
32361
32362 \begin_inset ERT
32363 status collapsed
32364
32365 \begin_layout Plain Layout
32366
32367
32368 \backslash
32369 leer 
32370 \end_layout
32371
32372 \end_inset
32373
32374
32375 \series bold
32376 +
32377 \series default
32378
32379 \begin_inset ERT
32380 status collapsed
32381
32382 \begin_layout Plain Layout
32383
32384
32385 \backslash
32386 leer 
32387 \end_layout
32388
32389 \end_inset
32390
32391
32392 \series bold
32393 SO4^2-
32394 \series default
32395
32396 \begin_inset ERT
32397 status collapsed
32398
32399 \begin_layout Plain Layout
32400
32401
32402 \backslash
32403 leer 
32404 \end_layout
32405
32406 \end_inset
32407
32408
32409 \begin_inset ERT
32410 status collapsed
32411
32412 \begin_layout Plain Layout
32413
32414
32415 \backslash
32416 leer 
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \series bold
32423 ->
32424 \series default
32425
32426 \begin_inset ERT
32427 status collapsed
32428
32429 \begin_layout Plain Layout
32430
32431
32432 \backslash
32433 leer 
32434 \end_layout
32435
32436 \end_inset
32437
32438
32439 \series bold
32440 Na2SO4
32441 \end_layout
32442
32443 \begin_layout Standard
32444 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32445  Formel erstellt, wie in 
32446 \begin_inset CommandInset ref
32447 LatexCommand ref
32448 reference "sec:Mehrzeilige-Formeln"
32449
32450 \end_inset
32451
32452  beschrieben.
32453  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32454 \series bold
32455
32456 \backslash
32457 ce
32458 \series default
32459  verwendet.
32460  
32461 \begin_inset CommandInset ref
32462 LatexCommand eqref
32463 reference "eq:TEOS-Reaktion-1"
32464
32465 \end_inset
32466
32467  und 
32468 \begin_inset CommandInset ref
32469 LatexCommand eqref
32470 reference "eq:TEOS-Reaktion-2"
32471
32472 \end_inset
32473
32474  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32475  Gleichung eine eigene Nummer hat.
32476 \begin_inset Formula 
32477 \begin{eqnarray}
32478 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32479 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32480 \end{eqnarray}
32481
32482 \end_inset
32483
32484
32485 \end_layout
32486
32487 \begin_layout Standard
32488 Außer 
32489 \series bold
32490
32491 \backslash
32492 ce
32493 \series default
32494  bietet das Paket 
32495 \series bold
32496 mhchem
32497 \series default
32498  noch den Befehl 
32499 \series bold
32500
32501 \backslash
32502 cf
32503 \series default
32504
32505 \begin_inset Index idx
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509 Befehle ! C ! 
32510 \backslash
32511 cf
32512 \end_layout
32513
32514 \end_inset
32515
32516  für spezielle Fälle.
32517  Mehr über 
32518 \series bold
32519
32520 \backslash
32521 cf
32522 \series default
32523  und weitere Beispiele sind in der Dokumentation von 
32524 \series bold
32525 mhchem
32526 \series default
32527  zu finden, 
32528 \begin_inset CommandInset citation
32529 LatexCommand cite
32530 key "mhchem"
32531
32532 \end_inset
32533
32534 .
32535 \end_layout
32536
32537 \begin_layout Section
32538 Diagramme
32539 \end_layout
32540
32541 \begin_layout Standard
32542 LyX unterstützt zwei Typen kommutativer Diagramme: 
32543 \series bold
32544 amscd
32545 \series default
32546  und 
32547 \series bold
32548 xymatrix
32549 \series default
32550 , die im Folgenden erläutert sind.
32551 \end_layout
32552
32553 \begin_layout Subsection
32554 amscd Diagramme
32555 \begin_inset Index idx
32556 status collapsed
32557
32558 \begin_layout Plain Layout
32559 Diagramme ! amscd
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \end_layout
32566
32567 \begin_layout Standard
32568 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32569  Linien oder Pfeilen dar:
32570 \begin_inset Formula 
32571 \[
32572 \begin{CD}A@>>>B@>>>C\\
32573 @AAA@.@VVV\\
32574 F@<<<E@<<<D
32575 \end{CD}
32576 \]
32577
32578 \end_inset
32579
32580
32581 \end_layout
32582
32583 \begin_layout Standard
32584 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32585 \series bold
32586
32587 \backslash
32588 CD
32589 \begin_inset Index idx
32590 status collapsed
32591
32592 \begin_layout Plain Layout
32593 Befehle ! C ! 
32594 \backslash
32595 CD
32596 \end_layout
32597
32598 \end_inset
32599
32600
32601 \series default
32602  ein.
32603  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32604  man die weiteren Befehle eingibt.
32605  Mit 
32606 \series bold
32607
32608 \begin_inset ERT
32609 status collapsed
32610
32611 \begin_layout Plain Layout
32612
32613
32614 \backslash
32615 mbox{
32616 \end_layout
32617
32618 \end_inset
32619
32620
32621 \family sans
32622 \series default
32623 Strg+Enter
32624 \family default
32625 \series bold
32626
32627 \begin_inset ERT
32628 status collapsed
32629
32630 \begin_layout Plain Layout
32631
32632 }
32633 \end_layout
32634
32635 \end_inset
32636
32637
32638 \series default
32639  wird eine neue Zeile erstellt.
32640  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32641  Zeilen der Formel eingegeben.
32642 \end_layout
32643
32644 \begin_layout Standard
32645 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32646 \end_layout
32647
32648 \begin_layout Itemize
32649
32650 \series bold
32651 @<<<
32652 \series default
32653  erstellt einen Linkspfeil, 
32654 \series bold
32655 @>>>
32656 \series default
32657  einen Rechtspfeil und 
32658 \series bold
32659 @=
32660 \series default
32661  ein langes Gleichheitszeichen
32662 \end_layout
32663
32664 \begin_layout Itemize
32665
32666 \series bold
32667 @AAA
32668 \series default
32669  erstellt einen Pfeil nach oben, 
32670 \series bold
32671 @VVV
32672 \series default
32673  einen Pfeil nach unten und 
32674 \series bold
32675 @|
32676 \series default
32677  ein senkrechtes Gleichheitszeichen
32678 \end_layout
32679
32680 \begin_layout Itemize
32681
32682 \series bold
32683 @.
32684
32685 \series default
32686  dient als Platzhalter für nicht vorhandene Beziehungen
32687 \end_layout
32688
32689 \begin_layout Standard
32690 Alle Pfeile sind wie folgt beschriftbar:
32691 \end_layout
32692
32693 \begin_layout Itemize
32694 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32695 \begin_inset space \space{}
32696 \end_inset
32697
32698 > Text eingegeben, erscheint er über dem Pfeil.
32699  Wird der Text zwischen dem zweiten und dritten < bzw.
32700 \begin_inset space \space{}
32701 \end_inset
32702
32703 > eingegeben, erscheint er unter dem Pfeil.
32704 \end_layout
32705
32706 \begin_layout Itemize
32707 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32708 \begin_inset space \space{}
32709 \end_inset
32710
32711 V eingegeben, erscheint er links neben dem Pfeil.
32712  Bei Eingabe zwischen zweitem und drittem A bzw.
32713 \begin_inset space \space{}
32714 \end_inset
32715
32716 V erscheint er rechts daneben.
32717  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32718  gesetzt werden.
32719 \end_layout
32720
32721 \begin_layout Standard
32722 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32723 \end_layout
32724
32725 \begin_layout Standard
32726 \begin_inset Formula 
32727 \[
32728 \begin{CD}A@>j>>B@>>k>C@=F\\
32729 @AmAA@.@VV{V}V@|\\
32730 D@<<j<E@>k>>F@=C
32731 \end{CD}
32732 \]
32733
32734 \end_inset
32735
32736
32737 \end_layout
32738
32739 \begin_layout Standard
32740 Der Befehl dazu lautet:
32741 \begin_inset Newline newline
32742 \end_inset
32743
32744
32745 \series bold
32746
32747 \backslash
32748 CD
32749 \begin_inset ERT
32750 status collapsed
32751
32752 \begin_layout Plain Layout
32753
32754
32755 \backslash
32756 leer 
32757 \end_layout
32758
32759 \end_inset
32760
32761 A@>j>>B@>>k>C@=F Strg+Enter
32762 \begin_inset Newline newline
32763 \end_inset
32764
32765
32766 \begin_inset Phantom HPhantom
32767 status open
32768
32769 \begin_layout Plain Layout
32770
32771 \series bold
32772
32773 \backslash
32774 CD
32775 \begin_inset ERT
32776 status collapsed
32777
32778 \begin_layout Plain Layout
32779
32780
32781 \backslash
32782 leer 
32783 \end_layout
32784
32785 \end_inset
32786
32787
32788 \end_layout
32789
32790 \end_inset
32791
32792 @AmAA@.@VV
32793 \backslash
32794 {V
32795 \series default
32796
32797 \begin_inset Formula $\to$
32798 \end_inset
32799
32800
32801 \series bold
32802 V@| Strg+Enter
32803 \begin_inset Newline newline
32804 \end_inset
32805
32806
32807 \begin_inset Phantom HPhantom
32808 status open
32809
32810 \begin_layout Plain Layout
32811
32812 \series bold
32813
32814 \backslash
32815 CD
32816 \begin_inset ERT
32817 status collapsed
32818
32819 \begin_layout Plain Layout
32820
32821
32822 \backslash
32823 leer 
32824 \end_layout
32825
32826 \end_inset
32827
32828
32829 \end_layout
32830
32831 \end_inset
32832
32833 D@<<j<E@>k>>F@=C
32834 \end_layout
32835
32836 \begin_layout Subsection
32837 xymatrix Diagramme
32838 \begin_inset Index idx
32839 status collapsed
32840
32841 \begin_layout Plain Layout
32842 Diagramme ! xymatrix
32843 \end_layout
32844
32845 \end_inset
32846
32847
32848 \end_layout
32849
32850 \begin_layout Standard
32851 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32852 \series bold
32853 xypic
32854 \series default
32855  installiert sein.
32856  Eine Xymatrix wird erstellt, indem der Befehl 
32857 \series bold
32858
32859 \backslash
32860 xymatrix
32861 \series default
32862  in eine Formel eingegeben wird.
32863  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32864  hinzufügen, siehe 
32865 \begin_inset CommandInset ref
32866 LatexCommand ref
32867 reference "sec:Matrizen"
32868
32869 \end_inset
32870
32871 .
32872 \end_layout
32873
32874 \begin_layout Standard
32875 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32876  gekrümmte Pfeile und vieles mehr.
32877  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32878  sind im Detail im 
32879 \emph on
32880 XY-pic-Handbuch
32881 \emph default
32882  erklärt, dass im Menü 
32883 \family sans
32884 Hilfe\SpecialChar \menuseparator
32885 Spezielle
32886 \begin_inset space ~
32887 \end_inset
32888
32889 Handbücher
32890 \family default
32891  zu finden ist.
32892 \end_layout
32893
32894 \begin_layout Subsection
32895
32896 \noun on
32897 Feynman
32898 \noun default
32899  Diagramme
32900 \begin_inset Index idx
32901 status collapsed
32902
32903 \begin_layout Plain Layout
32904 Diagramme ! Feynman
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \end_layout
32911
32912 \begin_layout Standard
32913 Um 
32914 \noun on
32915 Feynman-
32916 \noun default
32917 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32918 \series bold
32919 feyn
32920 \series default
32921  installiert sein.
32922  Ein 
32923 \noun on
32924 Feynman-
32925 \noun default
32926 Diagramm wird erstellt, indem der Befehl 
32927 \series bold
32928
32929 \backslash
32930 Diagram
32931 \series default
32932  in eine Formel eingegeben wird.
32933  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32934  hinzufügen, siehe 
32935 \begin_inset CommandInset ref
32936 LatexCommand ref
32937 reference "sec:Matrizen"
32938
32939 \end_inset
32940
32941 .
32942 \end_layout
32943
32944 \begin_layout Standard
32945 Beispiele wie man in LyX 
32946 \noun on
32947 Feynman-
32948 \noun default
32949 Diagramme erstellt sind im 
32950 \emph on
32951 Feynman-Diagramm Handbuch
32952 \emph default
32953  gegeben, dass im Menü 
32954 \family sans
32955 Hilfe\SpecialChar \menuseparator
32956 Spezielle
32957 \begin_inset space ~
32958 \end_inset
32959
32960 Handbücher
32961 \family default
32962  zu finden ist.
32963 \end_layout
32964
32965 \begin_layout Standard
32966 \begin_inset Newpage newpage
32967 \end_inset
32968
32969
32970 \end_layout
32971
32972 \begin_layout Section
32973 Benutzerdefinierte Befehle
32974 \begin_inset CommandInset label
32975 LatexCommand label
32976 name "sec:Benutzerdefinierte-Befehle"
32977
32978 \end_inset
32979
32980
32981 \begin_inset Index idx
32982 status collapsed
32983
32984 \begin_layout Plain Layout
32985 benutzerdefinierte Befehle
32986 \end_layout
32987
32988 \end_inset
32989
32990
32991 \end_layout
32992
32993 \begin_layout Standard
32994 \begin_inset Note Greyedout
32995 status open
32996
32997 \begin_layout Plain Layout
32998
32999 \series bold
33000 Achtung: 
33001 \series default
33002 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33003 n Buchstaben bestehen.
33004 \end_layout
33005
33006 \end_inset
33007
33008
33009 \end_layout
33010
33011 \begin_layout Subsection
33012 Der Befehl 
33013 \backslash
33014 newcommand
33015 \begin_inset CommandInset label
33016 LatexCommand label
33017 name "sub:Der-Befehl-newcommand"
33018
33019 \end_inset
33020
33021
33022 \begin_inset Index idx
33023 status collapsed
33024
33025 \begin_layout Plain Layout
33026 benutzerdefinierte Befehle ! 
33027 \backslash
33028 newcommand
33029 \end_layout
33030
33031 \end_inset
33032
33033
33034 \begin_inset Index idx
33035 status collapsed
33036
33037 \begin_layout Plain Layout
33038 Befehle ! N ! 
33039 \backslash
33040 newcommand
33041 \end_layout
33042
33043 \end_inset
33044
33045
33046 \end_layout
33047
33048 \begin_layout Standard
33049 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33050  Man kann sich aber mit dem Befehl 
33051 \series bold
33052
33053 \backslash
33054 newcommand
33055 \series default
33056  neue kürzere Befehle definieren.
33057 \end_layout
33058
33059 \begin_layout Standard
33060 Das Befehlsschema von 
33061 \series bold
33062
33063 \backslash
33064 newcommand
33065 \series default
33066  lautet:
33067 \end_layout
33068
33069 \begin_layout Standard
33070
33071 \series bold
33072
33073 \backslash
33074 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33075 \series default
33076  
33077 \series bold
33078 Wert]
33079 \begin_inset Newline newline
33080 \end_inset
33081
33082
33083 \begin_inset Phantom HPhantom
33084 status open
33085
33086 \begin_layout Plain Layout
33087
33088 \series bold
33089
33090 \backslash
33091 newcommand
33092 \end_layout
33093
33094 \end_inset
33095
33096 {Befehlsdefinition}
33097 \end_layout
33098
33099 \begin_layout Standard
33100 \begin_inset Note Greyedout
33101 status open
33102
33103 \begin_layout Plain Layout
33104
33105 \series bold
33106 Achtung:
33107 \series default
33108  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33109  oder von benutzten LaTeX-Paketen verwendet wird.
33110  Definiert man beispielsweise für 
33111 \series bold
33112
33113 \backslash
33114 Leftarrow
33115 \series default
33116  den Befehl 
33117 \series bold
33118
33119 \backslash
33120 le
33121 \series default
33122 , erhält man eine Fehlermeldung, denn 
33123 \series bold
33124
33125 \backslash
33126 le
33127 \series default
33128  ist schon für 
33129 \begin_inset Quotes gld
33130 \end_inset
33131
33132
33133 \begin_inset Formula $\le$
33134 \end_inset
33135
33136
33137 \begin_inset Quotes grd
33138 \end_inset
33139
33140  definiert.
33141 \end_layout
33142
33143 \end_inset
33144
33145
33146 \end_layout
33147
33148 \begin_layout Standard
33149 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33150 \begin_inset space \thinspace{}
33151 \end_inset
33152
33153 -
33154 \begin_inset space \thinspace{}
33155 \end_inset
33156
33157 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33158  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33159  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33160 \emph on
33161 erste
33162 \emph default
33163  Argument des neuen Befehls ein optionales ist.
33164 \end_layout
33165
33166 \begin_layout Standard
33167 Es folgen einige Beispiele:
33168 \end_layout
33169
33170 \begin_layout Itemize
33171 Will man für 
33172 \series bold
33173
33174 \backslash
33175 Longrightarrow
33176 \series default
33177  den Befehl 
33178 \series bold
33179
33180 \backslash
33181 gr
33182 \series default
33183  definieren, lautet die LaTeX-Vor\SpecialChar \-
33184 spannzeile:
33185 \begin_inset VSpace medskip
33186 \end_inset
33187
33188
33189 \begin_inset Newline newline
33190 \end_inset
33191
33192
33193 \series bold
33194
33195 \backslash
33196 newcommand{
33197 \backslash
33198 gr}{
33199 \backslash
33200 Longrightarrow}
33201 \end_layout
33202
33203 \begin_layout Itemize
33204 Um für den Befehl 
33205 \series bold
33206
33207 \backslash
33208 underline
33209 \series default
33210  den Befehl 
33211 \series bold
33212
33213 \backslash
33214 us
33215 \series default
33216  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33217  werden.
33218  Dazu sieht die Vorspannzeile wie folgt aus:
33219 \begin_inset VSpace medskip
33220 \end_inset
33221
33222
33223 \begin_inset Newline newline
33224 \end_inset
33225
33226
33227 \series bold
33228
33229 \backslash
33230 newcommand{
33231 \backslash
33232 us}[1]{
33233 \backslash
33234 underline{#1}}
33235 \series default
33236
33237 \begin_inset VSpace medskip
33238 \end_inset
33239
33240
33241 \begin_inset Newline newline
33242 \end_inset
33243
33244 Das Zeichen 
33245 \series bold
33246 #
33247 \series default
33248  fungiert als Argumentplatzhalter, die 
33249 \series bold
33250 1
33251 \series default
33252  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33253 \end_layout
33254
33255 \begin_layout Itemize
33256 Für 
33257 \series bold
33258
33259 \backslash
33260 framebox
33261 \series default
33262  kann man z.
33263 \begin_inset space \thinspace{}
33264 \end_inset
33265
33266 B.
33267  den Befehl 
33268 \series bold
33269
33270 \backslash
33271 fb
33272 \series default
33273  definieren:
33274 \begin_inset VSpace medskip
33275 \end_inset
33276
33277
33278 \begin_inset Newline newline
33279 \end_inset
33280
33281
33282 \series bold
33283
33284 \backslash
33285 newcommand{
33286 \backslash
33287 fb}[3]{
33288 \backslash
33289 framebox#1#2{$#3$}}
33290 \series default
33291
33292 \begin_inset VSpace medskip
33293 \end_inset
33294
33295
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299 Die beiden Dollarzeichen erstellen hierbei die für 
33300 \series bold
33301
33302 \backslash
33303 framebox
33304 \series default
33305  geforderte weitere Formel, siehe 
33306 \begin_inset CommandInset ref
33307 LatexCommand ref
33308 reference "sub:Boxen-mit-Rahmen"
33309
33310 \end_inset
33311
33312 .
33313 \end_layout
33314
33315 \begin_layout Itemize
33316 Um einen neuen Befehl für 
33317 \series bold
33318
33319 \backslash
33320 fcolorbox
33321 \series default
33322  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33323  definiert man das Argument für die Farbe als optional:
33324 \begin_inset VSpace medskip
33325 \end_inset
33326
33327
33328 \begin_inset Newline newline
33329 \end_inset
33330
33331
33332 \series bold
33333
33334 \backslash
33335 newcommand{
33336 \backslash
33337 cb}[3][white]{
33338 \backslash
33339 fcolorbox{#2}{#1}{$#3$}}
33340 \series default
33341
33342 \begin_inset VSpace medskip
33343 \end_inset
33344
33345
33346 \begin_inset Newline newline
33347 \end_inset
33348
33349 Gibt man bei der Verwendung von 
33350 \series bold
33351
33352 \backslash
33353 cb
33354 \series default
33355  die Farbe nicht an, wird die voreingestellte Farbe 
33356 \series bold
33357 white
33358 \series default
33359  verwendet.
33360 \end_layout
33361
33362 \begin_layout Standard
33363 Ein Test der neu definierten Befehle:
33364 \end_layout
33365
33366 \begin_layout Standard
33367 \align center
33368 \begin_inset Tabular
33369 <lyxtabular version="3" rows="6" columns="2">
33370 <features rotate="0" tabularvalignment="middle">
33371 <column alignment="center" valignment="top">
33372 <column alignment="center" valignment="top">
33373 <row>
33374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 Befehl
33379 \end_layout
33380
33381 \end_inset
33382 </cell>
33383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33384 \begin_inset Text
33385
33386 \begin_layout Plain Layout
33387 Ergebnis
33388 \begin_inset Note Note
33389 status collapsed
33390
33391 \begin_layout Plain Layout
33392
33393 \series bold
33394
33395 \backslash
33396 raisebox
33397 \series default
33398  dient nur als Abstandhalter.
33399 \end_layout
33400
33401 \end_inset
33402
33403
33404 \end_layout
33405
33406 \end_inset
33407 </cell>
33408 </row>
33409 <row>
33410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33411 \begin_inset Text
33412
33413 \begin_layout Plain Layout
33414 A
33415 \backslash
33416 gr
33417 \begin_inset ERT
33418 status collapsed
33419
33420 \begin_layout Plain Layout
33421
33422
33423 \backslash
33424 leer 
33425 \end_layout
33426
33427 \end_inset
33428
33429 B
33430 \end_layout
33431
33432 \end_inset
33433 </cell>
33434 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33435 \begin_inset Text
33436
33437 \begin_layout Plain Layout
33438 \begin_inset Formula $A\gr B$
33439 \end_inset
33440
33441
33442 \end_layout
33443
33444 \end_inset
33445 </cell>
33446 </row>
33447 <row>
33448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452
33453 \backslash
33454 us{ABcd
33455 \end_layout
33456
33457 \end_inset
33458 </cell>
33459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33460 \begin_inset Text
33461
33462 \begin_layout Plain Layout
33463 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33464 \end_inset
33465
33466
33467 \end_layout
33468
33469 \end_inset
33470 </cell>
33471 </row>
33472 <row>
33473 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33474 \begin_inset Text
33475
33476 \begin_layout Plain Layout
33477
33478 \backslash
33479 fb{[2cm]
33480 \begin_inset Formula $\to$
33481 \end_inset
33482
33483
33484 \backslash
33485 {
33486 \begin_inset Formula $\to$
33487 \end_inset
33488
33489
33490 \backslash
33491 {
33492 \backslash
33493 int
33494 \begin_inset ERT
33495 status collapsed
33496
33497 \begin_layout Plain Layout
33498
33499
33500 \backslash
33501 leer 
33502 \end_layout
33503
33504 \end_inset
33505
33506 A=B
33507 \end_layout
33508
33509 \end_inset
33510 </cell>
33511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33512 \begin_inset Text
33513
33514 \begin_layout Plain Layout
33515 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33516 \end_inset
33517
33518
33519 \end_layout
33520
33521 \end_inset
33522 </cell>
33523 </row>
33524 <row>
33525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33526 \begin_inset Text
33527
33528 \begin_layout Plain Layout
33529
33530 \backslash
33531 cb{red
33532 \begin_inset Formula $\to$
33533 \end_inset
33534
33535
33536 \backslash
33537 {
33538 \backslash
33539 int
33540 \begin_inset ERT
33541 status collapsed
33542
33543 \begin_layout Plain Layout
33544
33545
33546 \backslash
33547 leer 
33548 \end_layout
33549
33550 \end_inset
33551
33552 A=B
33553 \end_layout
33554
33555 \end_inset
33556 </cell>
33557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33558 \begin_inset Text
33559
33560 \begin_layout Plain Layout
33561 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33562 \end_inset
33563
33564
33565 \end_layout
33566
33567 \end_inset
33568 </cell>
33569 </row>
33570 <row>
33571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33572 \begin_inset Text
33573
33574 \begin_layout Plain Layout
33575
33576 \backslash
33577 cb[green]
33578 \backslash
33579 {red
33580 \begin_inset Formula $\to$
33581 \end_inset
33582
33583
33584 \backslash
33585 {
33586 \backslash
33587 int
33588 \begin_inset ERT
33589 status collapsed
33590
33591 \begin_layout Plain Layout
33592
33593
33594 \backslash
33595 leer 
33596 \end_layout
33597
33598 \end_inset
33599
33600 A=B
33601 \end_layout
33602
33603 \end_inset
33604 </cell>
33605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33610 \end_inset
33611
33612
33613 \end_layout
33614
33615 \end_inset
33616 </cell>
33617 </row>
33618 </lyxtabular>
33619
33620 \end_inset
33621
33622
33623 \end_layout
33624
33625 \begin_layout Subsection
33626 Mathe-Makros
33627 \begin_inset Index idx
33628 status collapsed
33629
33630 \begin_layout Plain Layout
33631 benutzerdefinierte Befehle ! Mathe-Makros
33632 \end_layout
33633
33634 \end_inset
33635
33636
33637 \begin_inset Index idx
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 Makros
33642 \end_layout
33643
33644 \end_inset
33645
33646
33647 \end_layout
33648
33649 \begin_layout Standard
33650 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33651  Hat man es in einem Dokument z.
33652 \begin_inset space \thinspace{}
33653 \end_inset
33654
33655 B.
33656  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33657  auf.
33658  Die allgemeine Form einer quadratischen Gleichung ist
33659 \begin_inset Formula 
33660 \[
33661 0=\lambda^{2}+p\lambda+q
33662 \]
33663
33664 \end_inset
33665
33666 Die allgemeine Form der Lösung lautet
33667 \begin_inset Formula 
33668 \[
33669 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33670 \]
33671
33672 \end_inset
33673
33674
33675 \end_layout
33676
33677 \begin_layout Standard
33678 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33679  drei Parameter 
33680 \begin_inset Formula $\lambda$
33681 \end_inset
33682
33683
33684 \begin_inset Formula $p$
33685 \end_inset
33686
33687  und 
33688 \begin_inset Formula $q$
33689 \end_inset
33690
33691  angegeben werden müssen und der Index von 
33692 \begin_inset Formula $\lambda$
33693 \end_inset
33694
33695  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33696 \begin_inset Newline newline
33697 \end_inset
33698
33699
33700 \series bold
33701
33702 \backslash
33703 newcommand{
33704 \backslash
33705 qG}[4][1,
33706 \backslash
33707 ,2]{#2_{#1}=-
33708 \backslash
33709 frac{#3}{2}
33710 \backslash
33711 pm
33712 \begin_inset Newline newline
33713 \end_inset
33714
33715
33716 \begin_inset Phantom HPhantom
33717 status open
33718
33719 \begin_layout Plain Layout
33720
33721 \series bold
33722
33723 \backslash
33724 newcommand
33725 \end_layout
33726
33727 \end_inset
33728
33729
33730 \backslash
33731 sqrt{
33732 \backslash
33733 frac{#3^{2}}{4}-#4}}
33734 \end_layout
33735
33736 \begin_layout Standard
33737 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33738  
33739 \begin_inset Newline newline
33740 \end_inset
33741
33742
33743 \series bold
33744
33745 \backslash
33746 qG{
33747 \backslash
33748 lambda
33749 \begin_inset Formula $\to$
33750 \end_inset
33751
33752
33753 \backslash
33754 {p
33755 \begin_inset Formula $\to$
33756 \end_inset
33757
33758
33759 \backslash
33760 {q 
33761 \series default
33762 ein.
33763 \end_layout
33764
33765 \begin_layout Standard
33766 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33767  aller verwendeten LaTeX-Befehle kennen, z.
33768 \begin_inset space \thinspace{}
33769 \end_inset
33770
33771 B.
33772  dass ein Bruch in LaTeX mit 
33773 \series bold
33774
33775 \backslash
33776 frac{Zähler}
33777 \begin_inset Newline linebreak
33778 \end_inset
33779
33780 {Nenner}
33781 \series default
33782  eingegeben wird.
33783  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33784  in LyX nicht sehen, was der neue Befehl macht.
33785  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33786  Mathe-Makros statt den Befehl 
33787 \series bold
33788
33789 \backslash
33790 newcommand
33791 \series default
33792  zu verwenden.
33793 \end_layout
33794
33795 \begin_layout Standard
33796 Ein Mathe-Makro wird erstellt, indem man das Menü 
33797 \family sans
33798 Einfügen\SpecialChar \menuseparator
33799 Mathe\SpecialChar \menuseparator
33800 Makro
33801 \family default
33802  oder den Werkzeugleistenknopf 
33803 \begin_inset Graphics
33804         filename ../../images/math-macro_newmacroname_newcommand.png
33805         scale 85
33806
33807 \end_inset
33808
33809  verwendet.
33810  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33811  Makro definiert wird:
33812 \begin_inset Newline newline
33813 \end_inset
33814
33815
33816 \begin_inset space \hspace*{\fill}
33817 \end_inset
33818
33819
33820 \begin_inset Graphics
33821         filename ../clipart/macrobox.png
33822
33823 \end_inset
33824
33825
33826 \begin_inset space \hspace*{\fill}
33827 \end_inset
33828
33829
33830 \begin_inset Newline newline
33831 \end_inset
33832
33833
33834 \begin_inset FormulaMacro
33835 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33836 \end_inset
33837
33838
33839 \backslash
33840 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33841  geändert werden sollte.
33842  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33843  Einen Argumentplatzhalter fügt man mit dem Befehl 
33844 \series bold
33845
33846 \backslash
33847 #Argumentnummer
33848 \series default
33849  ein, z.
33850 \begin_inset space \thinspace{}
33851 \end_inset
33852
33853 B.
33854  
33855 \series bold
33856
33857 \backslash
33858 #1
33859 \series default
33860  oder man verwendet den Makro-Werkzeugleistenknopf 
33861 \begin_inset Graphics
33862         filename ../../images/math-macro-add-param.png
33863         scale 85
33864
33865 \end_inset
33866
33867 .
33868  Argumentplatzhalter werden rot dargestellt.
33869  Es sind maximal 9
33870 \begin_inset space ~
33871 \end_inset
33872
33873 Argumente möglich.
33874  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33875 \begin_inset Graphics
33876         filename ../../images/math-macro-add-optional-param.png
33877         scale 85
33878
33879 \end_inset
33880
33881  erstellt.
33882  Mit dem Werkzeugleistenknopf 
33883 \begin_inset Graphics
33884         filename ../../images/math-macro-make-optional.png
33885         scale 85
33886
33887 \end_inset
33888
33889  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33890  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33891  werden soll.
33892  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33893  Kästchen leer lässt.
33894  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33895  einnimmt, kann man in das Kästchen z.
33896 \begin_inset space \thinspace{}
33897 \end_inset
33898
33899 B.
33900 \begin_inset Newline newline
33901 \end_inset
33902
33903
33904 \series bold
33905 qG: 
33906 \backslash
33907 #1
33908 \series default
33909  
33910 \series bold
33911 ,
33912 \series default
33913  
33914 \series bold
33915
33916 \backslash
33917 #2
33918 \series default
33919  
33920 \series bold
33921 ,
33922 \series default
33923  
33924 \series bold
33925
33926 \backslash
33927 #3, 
33928 \backslash
33929 #4
33930 \begin_inset Newline newline
33931 \end_inset
33932
33933
33934 \series default
33935 eingeben.
33936  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33937  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33938  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33939  wurde.
33940 \begin_inset Newline newline
33941 \end_inset
33942
33943 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33944  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33945 \family sans
33946 Ansicht\SpecialChar \menuseparator
33947 Mathe-Makro
33948 \begin_inset space ~
33949 \end_inset
33950
33951 auf/zuklappen
33952 \family default
33953  verwendet.
33954 \end_layout
33955
33956 \begin_layout Standard
33957 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33958  ein, in unserem Fall 
33959 \series bold
33960
33961 \backslash
33962 qG
33963 \series default
33964 .
33965  Unser Makro sieht in LyX folgendermaßen aus:
33966 \begin_inset Newline newline
33967 \end_inset
33968
33969
33970 \begin_inset space \hspace*{\fill}
33971 \end_inset
33972
33973
33974 \begin_inset Graphics
33975         filename ../clipart/macrouse.png
33976
33977 \end_inset
33978
33979
33980 \begin_inset space \hspace*{\fill}
33981 \end_inset
33982
33983
33984 \begin_inset Newline newline
33985 \end_inset
33986
33987 Hier ist unser Makro-Beispiel mit den Argumenten 
33988 \begin_inset Formula $x$
33989 \end_inset
33990
33991
33992 \begin_inset Formula $\ln(x)$
33993 \end_inset
33994
33995  und 
33996 \begin_inset Formula $B$
33997 \end_inset
33998
33999 :
34000 \end_layout
34001
34002 \begin_layout Standard
34003 \begin_inset Formula 
34004 \[
34005 \qG x{\ln(x)}B
34006 \]
34007
34008 \end_inset
34009
34010
34011 \end_layout
34012
34013 \begin_layout Standard
34014 LyX bietet im Menü 
34015 \family sans
34016 Werkzeuge\SpecialChar \menuseparator
34017 Einstellungen\SpecialChar \menuseparator
34018 Bearbeiten\SpecialChar \menuseparator
34019 Kontrolle
34020 \family default
34021  verschiedene Bearbeitungsstile für Makros an.
34022  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34023  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34024  zu sehen.
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34029 \series bold
34030
34031 \backslash
34032 new\SpecialChar \-
34033 command
34034 \series default
34035 -Befehl umgewandelt.
34036  Der 
34037 \series bold
34038
34039 \backslash
34040 newcommand
34041 \series default
34042 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34043  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34044  Makrodefinitionsbox befinden.
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Mathe-Makros können auch direkt aus einem 
34049 \series bold
34050
34051 \backslash
34052 newcommand
34053 \series default
34054 -Befehl erstellt werden.
34055  Schreibt man z.
34056 \begin_inset space \thinspace{}
34057 \end_inset
34058
34059 B.
34060  den Befehl
34061 \series bold
34062
34063 \begin_inset Newline newline
34064 \end_inset
34065
34066
34067 \backslash
34068 newcommand{
34069 \backslash
34070 larrow}[2]{
34071 \backslash
34072 xleftarrow[#2]{#1}}
34073 \begin_inset Newline newline
34074 \end_inset
34075
34076
34077 \series default
34078 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34079 zel 
34080 \family sans
34081 Strg+M
34082 \family default
34083 , wird der Befehl in ein Mathe-Makro umgewandelt.
34084  Bei dieser Methode muss man jedoch aufpassen, dass der 
34085 \series bold
34086
34087 \backslash
34088 newcommand
34089 \series default
34090 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34091  erstellt, dass später LaTeX-Fehler hervorruft.
34092 \end_layout
34093
34094 \begin_layout Standard
34095 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34096  Makrodefinition fehlerhaft behandelt werden.
34097  Dadurch kann das Beispiel 
34098 \series bold
34099
34100 \backslash
34101 fb
34102 \series default
34103  aus 
34104 \begin_inset CommandInset ref
34105 LatexCommand ref
34106 reference "sub:Der-Befehl-newcommand"
34107
34108 \end_inset
34109
34110  nicht als Makro erzeugt werden.
34111 \end_layout
34112
34113 \begin_layout Standard
34114 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34115  in LyX angezeigt:
34116 \end_layout
34117
34118 \begin_layout Standard
34119 \begin_inset VSpace defskip
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 \begin_inset Graphics
34127         filename ../clipart/MacroToolbar.png
34128
34129 \end_inset
34130
34131
34132 \begin_inset Index idx
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136 Makros ! Werkzeugleiste
34137 \end_layout
34138
34139 \end_inset
34140
34141
34142 \end_layout
34143
34144 \begin_layout Standard
34145 \begin_inset VSpace defskip
34146 \end_inset
34147
34148
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34153 \end_layout
34154
34155 \begin_layout Standard
34156 \begin_inset VSpace defskip
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Standard
34163 \begin_inset Tabular
34164 <lyxtabular version="3" rows="9" columns="2">
34165 <features rotate="0" islongtable="true" longtabularalignment="center">
34166 <column alignment="left" valignment="top">
34167 <column alignment="left" valignment="top" width="85col%">
34168 <row interlinespace="2.5mm">
34169 <cell alignment="center" valignment="top" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173 \begin_inset Graphics
34174         filename ../../images/math-macro-remove-param.png
34175         rotateOrigin center
34176
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \end_inset
34183 </cell>
34184 <cell alignment="center" valignment="top" usebox="none">
34185 \begin_inset Text
34186
34187 \begin_layout Plain Layout
34188
34189 \family sans
34190 Bearbeiten\SpecialChar \menuseparator
34191 Mathe\SpecialChar \menuseparator
34192 Makro-Definition\SpecialChar \menuseparator
34193 Letztes Argument entfernen
34194 \end_layout
34195
34196 \end_inset
34197 </cell>
34198 </row>
34199 <row interlinespace="2.5mm">
34200 <cell alignment="center" valignment="top" usebox="none">
34201 \begin_inset Text
34202
34203 \begin_layout Plain Layout
34204 \begin_inset Graphics
34205         filename ../../images/math-macro-add-param.png
34206         rotateOrigin center
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 <cell alignment="center" valignment="top" usebox="none">
34216 \begin_inset Text
34217
34218 \begin_layout Plain Layout
34219
34220 \family sans
34221 Bearbeiten\SpecialChar \menuseparator
34222 Mathe\SpecialChar \menuseparator
34223 Makro-Definition\SpecialChar \menuseparator
34224 Argument hinzufügen
34225 \end_layout
34226
34227 \end_inset
34228 </cell>
34229 </row>
34230 <row interlinespace="2.5mm">
34231 <cell alignment="center" valignment="top" usebox="none">
34232 \begin_inset Text
34233
34234 \begin_layout Plain Layout
34235 \begin_inset Graphics
34236         filename ../../images/math-macro-make-optional.png
34237         rotateOrigin center
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 <cell alignment="center" valignment="top" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250
34251 \family sans
34252 Bearbeiten\SpecialChar \menuseparator
34253 Mathe\SpecialChar \menuseparator
34254 Makro-Definition\SpecialChar \menuseparator
34255 Das erste nicht-optionale
34256 \begin_inset Newline newline
34257 \end_inset
34258
34259
34260 \begin_inset Phantom HPhantom
34261 status open
34262
34263 \begin_layout Plain Layout
34264
34265 \family sans
34266 Bearbeiten\SpecialChar \menuseparator
34267 Mathe\SpecialChar \menuseparator
34268 Makro-Definition\SpecialChar \menuseparator
34269
34270 \end_layout
34271
34272 \end_inset
34273
34274 Argument in einen optionales
34275 \begin_inset Newline newline
34276 \end_inset
34277
34278
34279 \begin_inset Phantom HPhantom
34280 status open
34281
34282 \begin_layout Plain Layout
34283
34284 \family sans
34285 Bearbeiten\SpecialChar \menuseparator
34286 Mathe\SpecialChar \menuseparator
34287 Makro-Definition\SpecialChar \menuseparator
34288
34289 \end_layout
34290
34291 \end_inset
34292
34293 ändern
34294 \end_layout
34295
34296 \end_inset
34297 </cell>
34298 </row>
34299 <row interlinespace="2.5mm">
34300 <cell alignment="center" valignment="top" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Plain Layout
34304 \begin_inset Graphics
34305         filename ../../images/math-macro-make-nonoptional.png
34306         rotateOrigin center
34307
34308 \end_inset
34309
34310
34311 \end_layout
34312
34313 \end_inset
34314 </cell>
34315 <cell alignment="center" valignment="top" usebox="none">
34316 \begin_inset Text
34317
34318 \begin_layout Plain Layout
34319
34320 \family sans
34321 Bearbeiten\SpecialChar \menuseparator
34322 Mathe\SpecialChar \menuseparator
34323 Makro-Definition\SpecialChar \menuseparator
34324 Das letzte optionale Argument in
34325 \begin_inset Newline newline
34326 \end_inset
34327
34328
34329 \begin_inset Phantom HPhantom
34330 status open
34331
34332 \begin_layout Plain Layout
34333
34334 \family sans
34335 Bearbeiten\SpecialChar \menuseparator
34336 Mathe\SpecialChar \menuseparator
34337 Makro-Definition\SpecialChar \menuseparator
34338
34339 \end_layout
34340
34341 \end_inset
34342
34343 einen nicht-optionales ändern
34344 \end_layout
34345
34346 \end_inset
34347 </cell>
34348 </row>
34349 <row interlinespace="2.5mm">
34350 <cell alignment="center" valignment="top" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354 \begin_inset Graphics
34355         filename ../../images/math-macro-remove-optional-param.png
34356         rotateOrigin center
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \end_inset
34364 </cell>
34365 <cell alignment="center" valignment="top" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369
34370 \family sans
34371 Bearbeiten\SpecialChar \menuseparator
34372 Mathe\SpecialChar \menuseparator
34373 Makro-Definition\SpecialChar \menuseparator
34374 Optionales Argument entfernen
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 </row>
34380 <row interlinespace="2.5mm">
34381 <cell alignment="center" valignment="top" usebox="none">
34382 \begin_inset Text
34383
34384 \begin_layout Plain Layout
34385 \begin_inset Graphics
34386         filename ../../images/math-macro-add-optional-param.png
34387         rotateOrigin center
34388
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \end_inset
34395 </cell>
34396 <cell alignment="center" valignment="top" usebox="none">
34397 \begin_inset Text
34398
34399 \begin_layout Plain Layout
34400
34401 \family sans
34402 Bearbeiten\SpecialChar \menuseparator
34403 Mathe\SpecialChar \menuseparator
34404 Makro-Definition\SpecialChar \menuseparator
34405 Optionales Argument einfügen
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 </row>
34411 <row interlinespace="2.5mm">
34412 <cell alignment="center" valignment="top" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416 \begin_inset Graphics
34417         filename ../../images/math-macro-remove-greedy-param.png
34418         rotateOrigin center
34419
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 <cell alignment="center" valignment="top" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431
34432 \family sans
34433 Bearbeiten\SpecialChar \menuseparator
34434 Mathe\SpecialChar \menuseparator
34435 Makro-Definition\SpecialChar \menuseparator
34436 Letztes Argument rechts entfernen
34437 \end_layout
34438
34439 \end_inset
34440 </cell>
34441 </row>
34442 <row interlinespace="2.5mm">
34443 <cell alignment="center" valignment="top" usebox="none">
34444 \begin_inset Text
34445
34446 \begin_layout Plain Layout
34447 \begin_inset Graphics
34448         filename ../../images/math-macro-append-greedy-param.png
34449         rotateOrigin center
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \end_inset
34457 </cell>
34458 <cell alignment="center" valignment="top" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462
34463 \family sans
34464 Bearbeiten\SpecialChar \menuseparator
34465 Mathe\SpecialChar \menuseparator
34466 Makro-Definition\SpecialChar \menuseparator
34467 Argument von rechts hinzufügen
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 </row>
34473 <row interlinespace="2.5mm">
34474 <cell alignment="center" valignment="top" usebox="none">
34475 \begin_inset Text
34476
34477 \begin_layout Plain Layout
34478 \begin_inset Graphics
34479         filename ../../images/math-macro-add-greedy-optional-param.png
34480         rotateOrigin center
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \end_inset
34488 </cell>
34489 <cell alignment="center" valignment="top" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493
34494 \family sans
34495 Bearbeiten\SpecialChar \menuseparator
34496 Mathe\SpecialChar \menuseparator
34497 Makro-Definition\SpecialChar \menuseparator
34498 Optionales Argument von rechts
34499 \begin_inset Newline newline
34500 \end_inset
34501
34502
34503 \begin_inset Phantom HPhantom
34504 status open
34505
34506 \begin_layout Plain Layout
34507
34508 \family sans
34509 Bearbeiten\SpecialChar \menuseparator
34510 Mathe\SpecialChar \menuseparator
34511 Makro-Definition\SpecialChar \menuseparator
34512
34513 \end_layout
34514
34515 \end_inset
34516
34517 hinzufügen
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 </row>
34523 </lyxtabular>
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Section
34531 Computeralgebrasysteme
34532 \end_layout
34533
34534 \begin_layout Standard
34535 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34536  oder benutzerdefinierten Skripten auszutauschen.
34537  Momentan werden folgende Anwendungen unterstützt: 
34538 \family typewriter
34539 Maple
34540 \family default
34541
34542 \family typewriter
34543 Mathematica
34544 \family default
34545
34546 \family typewriter
34547 Maxima
34548 \family default
34549  und 
34550 \family typewriter
34551 Octave
34552 \family default
34553 .
34554  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34555  sehr einfache Fälle beschränkt sind.
34556 \end_layout
34557
34558 \begin_layout Subsection
34559 Verwendung
34560 \end_layout
34561
34562 \begin_layout Standard
34563 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34564 \family sans
34565 Bearbeiten\SpecialChar \menuseparator
34566 Mathe\SpecialChar \menuseparator
34567 Computer-Algebra-System verwenden
34568 \family default
34569  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34570  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34571  mit dem 
34572 \begin_inset Quotes gld
34573 \end_inset
34574
34575 =
34576 \begin_inset Quotes grd
34577 \end_inset
34578
34579  Operator erscheinen.
34580 \end_layout
34581
34582 \begin_layout Standard
34583 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34584 \family typewriter
34585 Maxima
34586 \family default
34587 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34588 \end_layout
34589
34590 \begin_layout Itemize
34591 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \begin_layout Itemize
34598 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \begin_layout Itemize
34605 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \begin_layout Itemize
34612 \begin_inset Formula $\det\left[\begin{array}{ccc}
34613 1 & 6 & 7\\
34614 2 & 5 & 8\\
34615 3 & 4 & 17
34616 \end{array}\right]=-56$
34617 \end_inset
34618
34619
34620 \end_layout
34621
34622 \begin_layout Itemize
34623 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Subsection
34630 Tastenkürzel
34631 \end_layout
34632
34633 \begin_layout Standard
34634 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34635  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34636 \family sans
34637 math-extern
34638 \family default
34639  verknüpfen (siehe das 
34640 \emph on
34641 LyX-Funktionen
34642 \emph default
34643  Handbuch).
34644  Man kann z.
34645 \begin_inset space \thinspace{}
34646 \end_inset
34647
34648 B.
34649  die 
34650 \family sans
34651 Enter
34652 \family default
34653 -Taste in Formeln verknüpfen.
34654  Um sie mit 
34655 \family typewriter
34656 Maxima
34657 \family default
34658  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34659 \end_layout
34660
34661 \begin_layout Standard
34662
34663 \series bold
34664 command-alternatives break-paragraph;math-extern maxima
34665 \end_layout
34666
34667 \begin_layout Section
34668 Verschiedenes
34669 \begin_inset Index idx
34670 status collapsed
34671
34672 \begin_layout Plain Layout
34673 Verschiedenes
34674 \end_layout
34675
34676 \end_inset
34677
34678
34679 \end_layout
34680
34681 \begin_layout Subsection
34682 Negative Zahlen
34683 \begin_inset Index idx
34684 status collapsed
34685
34686 \begin_layout Plain Layout
34687 Zahlen ! negative
34688 \end_layout
34689
34690 \end_inset
34691
34692
34693 \end_layout
34694
34695 \begin_layout Standard
34696 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34697  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34698  dargestellt.
34699  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34700  Minuszeichen korrekt.
34701 \end_layout
34702
34703 \begin_layout Standard
34704 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34705  nicht mehr auf.
34706 \end_layout
34707
34708 \begin_layout Standard
34709 Ein Beispiel zur Veranschaulichung der Problematik:
34710 \end_layout
34711
34712 \begin_layout Standard
34713 \align center
34714 \begin_inset Tabular
34715 <lyxtabular version="3" rows="3" columns="2">
34716 <features rotate="0" tabularvalignment="middle">
34717 <column alignment="right" valignment="top">
34718 <column alignment="left" valignment="top">
34719 <row>
34720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34721 \begin_inset Text
34722
34723 \begin_layout Plain Layout
34724 normaler Text:
34725 \end_layout
34726
34727 \end_inset
34728 </cell>
34729 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34730 \begin_inset Text
34731
34732 \begin_layout Plain Layout
34733 x = -2
34734 \end_layout
34735
34736 \end_inset
34737 </cell>
34738 </row>
34739 <row>
34740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34741 \begin_inset Text
34742
34743 \begin_layout Plain Layout
34744 Formelmodus:
34745 \end_layout
34746
34747 \end_inset
34748 </cell>
34749 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34750 \begin_inset Text
34751
34752 \begin_layout Plain Layout
34753 \begin_inset Formula $x=-2$
34754 \end_inset
34755
34756
34757 \end_layout
34758
34759 \end_inset
34760 </cell>
34761 </row>
34762 <row>
34763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34764 \begin_inset Text
34765
34766 \begin_layout Plain Layout
34767 Lösung:
34768 \end_layout
34769
34770 \end_inset
34771 </cell>
34772 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34773 \begin_inset Text
34774
34775 \begin_layout Plain Layout
34776 \begin_inset Formula $x=\textrm{-}2$
34777 \end_inset
34778
34779
34780 \end_layout
34781
34782 \end_inset
34783 </cell>
34784 </row>
34785 </lyxtabular>
34786
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \begin_layout Subsection
34793 Komma als Dezimaltrennzeichen
34794 \begin_inset Index idx
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798 Komma
34799 \end_layout
34800
34801 \end_inset
34802
34803
34804 \end_layout
34805
34806 \begin_layout Standard
34807 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34808  als Gruppentrennzeichen.
34809  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34810  eingefügt.
34811 \end_layout
34812
34813 \begin_layout Standard
34814 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34815  Text um (Tastenkürzel 
34816 \family sans
34817 Alt+M
34818 \begin_inset space ~
34819 \end_inset
34820
34821 M
34822 \family default
34823 ).
34824 \end_layout
34825
34826 \begin_layout Standard
34827 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34828  lädt man die Datei 
34829 \series bold
34830 icomma.sty
34831 \series default
34832
34833 \begin_inset Foot
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837
34838 \series bold
34839 icomma
34840 \series default
34841  ist Teil des LaTeX-Paketes 
34842 \series bold
34843 was
34844 \series default
34845
34846 \begin_inset Index idx
34847 status collapsed
34848
34849 \begin_layout Plain Layout
34850 Pakete ! was
34851 \begin_inset ERT
34852 status collapsed
34853
34854 \begin_layout Plain Layout
34855
34856
34857 \backslash
34858 vspace{4mm}
34859 \end_layout
34860
34861 \end_inset
34862
34863
34864 \end_layout
34865
34866 \end_inset
34867
34868 .
34869 \end_layout
34870
34871 \end_inset
34872
34873
34874 \begin_inset Index idx
34875 status collapsed
34876
34877 \begin_layout Plain Layout
34878 Pakete ! icomma
34879 \end_layout
34880
34881 \end_inset
34882
34883  mit der LaTeX-Vorspannzeile
34884 \end_layout
34885
34886 \begin_layout Standard
34887
34888 \series bold
34889
34890 \backslash
34891 usepackage{icomma}
34892 \end_layout
34893
34894 \begin_layout Subsection
34895 Physikalische Vektoren
34896 \begin_inset CommandInset label
34897 LatexCommand label
34898 name "sub:Physikalische-Vektoren"
34899
34900 \end_inset
34901
34902
34903 \begin_inset Index idx
34904 status collapsed
34905
34906 \begin_layout Plain Layout
34907 Vektoren ! physikalische
34908 \end_layout
34909
34910 \end_inset
34911
34912
34913 \end_layout
34914
34915 \begin_layout Standard
34916 Vordefinierte Vektoren bietet das LaTeX-Paket 
34917 \series bold
34918 braket
34919 \series default
34920
34921 \begin_inset Index idx
34922 status collapsed
34923
34924 \begin_layout Plain Layout
34925 Pakete ! braket
34926 \end_layout
34927
34928 \end_inset
34929
34930 , das mit der LaTeX-Vorspannzeile
34931 \end_layout
34932
34933 \begin_layout Standard
34934
34935 \series bold
34936
34937 \backslash
34938 usepackage{braket}
34939 \end_layout
34940
34941 \begin_layout Standard
34942 geladen wird.
34943 \begin_inset ERT
34944 status collapsed
34945
34946 \begin_layout Plain Layout
34947
34948
34949 \backslash
34950 ifbraket 
34951 \end_layout
34952
34953 \end_inset
34954
34955
34956 \begin_inset Note Note
34957 status open
34958
34959 \begin_layout Plain Layout
34960 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34961 \series bold
34962 braket
34963 \series default
34964  installiert ist:
34965 \end_layout
34966
34967 \end_inset
34968
34969
34970 \end_layout
34971
34972 \begin_layout Standard
34973 Folgende Befehle sind definiert:
34974 \end_layout
34975
34976 \begin_layout Standard
34977 \align center
34978 \begin_inset Tabular
34979 <lyxtabular version="3" rows="4" columns="2">
34980 <features rotate="0" tabularvalignment="middle">
34981 <column alignment="center" valignment="top">
34982 <column alignment="center" valignment="top">
34983 <row>
34984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34985 \begin_inset Text
34986
34987 \begin_layout Plain Layout
34988 Befehl
34989 \end_layout
34990
34991 \end_inset
34992 </cell>
34993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34994 \begin_inset Text
34995
34996 \begin_layout Plain Layout
34997 Ergebnis
34998 \end_layout
34999
35000 \end_inset
35001 </cell>
35002 </row>
35003 <row>
35004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35005 \begin_inset Text
35006
35007 \begin_layout Plain Layout
35008
35009 \backslash
35010 Bra{
35011 \backslash
35012 psi
35013 \end_layout
35014
35015 \end_inset
35016 </cell>
35017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35018 \begin_inset Text
35019
35020 \begin_layout Plain Layout
35021 \begin_inset Formula $\Bra{\psi}$
35022 \end_inset
35023
35024
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 </row>
35030 <row>
35031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35032 \begin_inset Text
35033
35034 \begin_layout Plain Layout
35035
35036 \backslash
35037 Ket{
35038 \backslash
35039 psi
35040 \end_layout
35041
35042 \end_inset
35043 </cell>
35044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35045 \begin_inset Text
35046
35047 \begin_layout Plain Layout
35048 \begin_inset Formula $\Ket{\psi}$
35049 \end_inset
35050
35051
35052 \end_layout
35053
35054 \end_inset
35055 </cell>
35056 </row>
35057 <row>
35058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062
35063 \backslash
35064 Braket{
35065 \backslash
35066 psi|
35067 \backslash
35068 phi
35069 \end_layout
35070
35071 \end_inset
35072 </cell>
35073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35074 \begin_inset Text
35075
35076 \begin_layout Plain Layout
35077 \begin_inset Formula $\Braket{\psi|\phi}$
35078 \end_inset
35079
35080
35081 \end_layout
35082
35083 \end_inset
35084 </cell>
35085 </row>
35086 </lyxtabular>
35087
35088 \end_inset
35089
35090
35091 \end_layout
35092
35093 \begin_layout Standard
35094 Der Befehl 
35095 \series bold
35096
35097 \backslash
35098 Braket
35099 \series default
35100  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35101  Klammern gesetzt werden:
35102 \begin_inset Formula 
35103 \[
35104 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35105 \]
35106
35107 \end_inset
35108
35109
35110 \begin_inset ERT
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114
35115
35116 \backslash
35117 else 
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \begin_inset Note Note
35124 status open
35125
35126 \begin_layout Plain Layout
35127 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35128 \series bold
35129 braket
35130 \series default
35131  nicht installiert ist:
35132 \end_layout
35133
35134 \end_inset
35135
35136
35137 \end_layout
35138
35139 \begin_layout Standard
35140 Das LaTeX-Paket 
35141 \series bold
35142 braket 
35143 \series default
35144 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35145 \end_layout
35146
35147 \begin_layout Standard
35148 \begin_inset ERT
35149 status collapsed
35150
35151 \begin_layout Plain Layout
35152
35153
35154 \backslash
35155 fi 
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \end_layout
35162
35163 \begin_layout Standard
35164 Der Effekt von 
35165 \series bold
35166
35167 \backslash
35168 Braket
35169 \series default
35170  kann auch mit dem Befehl 
35171 \series bold
35172
35173 \backslash
35174 middle
35175 \series default
35176  erzielt werden, der in 
35177 \begin_inset CommandInset ref
35178 LatexCommand ref
35179 reference "sub:Automatische-Klammergrößen"
35180
35181 \end_inset
35182
35183  beschrieben ist.
35184 \end_layout
35185
35186 \begin_layout Subsection
35187 Selbst definierte Brüche
35188 \begin_inset CommandInset label
35189 LatexCommand label
35190 name "sub:Selbstdefinierte-Brüche"
35191
35192 \end_inset
35193
35194
35195 \begin_inset Index idx
35196 status collapsed
35197
35198 \begin_layout Plain Layout
35199 Brüche ! selbstdefinierte
35200 \end_layout
35201
35202 \end_inset
35203
35204
35205 \end_layout
35206
35207 \begin_layout Standard
35208 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35209 \series bold
35210
35211 \backslash
35212 genfrac
35213 \series default
35214
35215 \begin_inset Index idx
35216 status collapsed
35217
35218 \begin_layout Plain Layout
35219 Befehle ! G ! 
35220 \backslash
35221 genfrac
35222 \end_layout
35223
35224 \end_inset
35225
35226  in folgendem Schema:
35227 \end_layout
35228
35229 \begin_layout Standard
35230
35231 \series bold
35232
35233 \backslash
35234 genfrac{linke
35235 \series default
35236  
35237 \series bold
35238 Klammer}{rechte
35239 \series default
35240  
35241 \series bold
35242 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35243 \begin_inset Newline newline
35244 \end_inset
35245
35246
35247 \begin_inset Phantom HPhantom
35248 status open
35249
35250 \begin_layout Plain Layout
35251
35252 \series bold
35253
35254 \backslash
35255 genfrac
35256 \end_layout
35257
35258 \end_inset
35259
35260 {Zähler}{Nenner}
35261 \end_layout
35262
35263 \begin_layout Standard
35264 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35265 \begin_inset space \thinspace{}
35266 \end_inset
35267
35268 -
35269 \begin_inset space \thinspace{}
35270 \end_inset
35271
35272 3 angegeben.
35273 \end_layout
35274
35275 \begin_layout Standard
35276 \align center
35277 \begin_inset Tabular
35278 <lyxtabular version="3" rows="5" columns="2">
35279 <features rotate="0" tabularvalignment="middle">
35280 <column alignment="center" valignment="top">
35281 <column alignment="center" valignment="top">
35282 <row>
35283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35284 \begin_inset Text
35285
35286 \begin_layout Plain Layout
35287 Nummer
35288 \end_layout
35289
35290 \end_inset
35291 </cell>
35292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35293 \begin_inset Text
35294
35295 \begin_layout Plain Layout
35296 Ansichtsstil
35297 \end_layout
35298
35299 \end_inset
35300 </cell>
35301 </row>
35302 <row>
35303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Plain Layout
35307 0
35308 \end_layout
35309
35310 \end_inset
35311 </cell>
35312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316 abgesetzte Formel
35317 \end_layout
35318
35319 \end_inset
35320 </cell>
35321 </row>
35322 <row>
35323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35324 \begin_inset Text
35325
35326 \begin_layout Plain Layout
35327 1
35328 \end_layout
35329
35330 \end_inset
35331 </cell>
35332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35333 \begin_inset Text
35334
35335 \begin_layout Plain Layout
35336 eingebettete Formel
35337 \end_layout
35338
35339 \end_inset
35340 </cell>
35341 </row>
35342 <row>
35343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35344 \begin_inset Text
35345
35346 \begin_layout Plain Layout
35347 2
35348 \end_layout
35349
35350 \end_inset
35351 </cell>
35352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35353 \begin_inset Text
35354
35355 \begin_layout Plain Layout
35356 klein
35357 \end_layout
35358
35359 \end_inset
35360 </cell>
35361 </row>
35362 <row>
35363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35364 \begin_inset Text
35365
35366 \begin_layout Plain Layout
35367 3
35368 \end_layout
35369
35370 \end_inset
35371 </cell>
35372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35373 \begin_inset Text
35374
35375 \begin_layout Plain Layout
35376 winzig
35377 \end_layout
35378
35379 \end_inset
35380 </cell>
35381 </row>
35382 </lyxtabular>
35383
35384 \end_inset
35385
35386
35387 \end_layout
35388
35389 \begin_layout Standard
35390 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35391  
35392 \series bold
35393
35394 \backslash
35395 frac
35396 \series default
35397  der Umgebung an.
35398 \end_layout
35399
35400 \begin_layout Standard
35401 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35402  0.4
35403 \begin_inset space \thinspace{}
35404 \end_inset
35405
35406 pt verwendet.
35407 \end_layout
35408
35409 \begin_layout Standard
35410 \begin_inset VSpace medskip
35411 \end_inset
35412
35413 Zum Beispiel sind die Befehle 
35414 \series bold
35415
35416 \backslash
35417 dfrac
35418 \series default
35419  und 
35420 \series bold
35421
35422 \backslash
35423 tbinom
35424 \series default
35425  aus 
35426 \begin_inset CommandInset ref
35427 LatexCommand ref
35428 reference "sub:Brüche"
35429
35430 \end_inset
35431
35432  folgendermaßen definiert:
35433 \end_layout
35434
35435 \begin_layout Standard
35436
35437 \series bold
35438
35439 \backslash
35440 newcommand{
35441 \backslash
35442 dfrac}[2]{
35443 \backslash
35444 genfrac{}{}{}{0}{#1}{#2}}
35445 \end_layout
35446
35447 \begin_layout Standard
35448 und
35449 \end_layout
35450
35451 \begin_layout Standard
35452
35453 \series bold
35454
35455 \backslash
35456 newcommand{
35457 \backslash
35458 tbinom}[2]{
35459 \backslash
35460 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35461 \end_layout
35462
35463 \begin_layout Standard
35464 \begin_inset VSpace medskip
35465 \end_inset
35466
35467 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35468  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35469 \end_layout
35470
35471 \begin_layout Standard
35472
35473 \series bold
35474
35475 \backslash
35476 newcommand{
35477 \backslash
35478 fracS}[3][]{
35479 \backslash
35480 genfrac{}{}{#1}{}{#2}{#3}}
35481 \end_layout
35482
35483 \begin_layout Standard
35484 Dazu ein Test:
35485 \begin_inset Formula 
35486 \begin{align*}
35487 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35488 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35489 \end{align*}
35490
35491 \end_inset
35492
35493 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35494  in etwa der dreifachen Strichdicke.
35495 \end_layout
35496
35497 \begin_layout Subsection
35498 Durchgestrichene Formeln
35499 \begin_inset Index idx
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503 Formel ! durchgestrichene
35504 \end_layout
35505
35506 \end_inset
35507
35508
35509 \end_layout
35510
35511 \begin_layout Standard
35512 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35513 \series bold
35514 cancel
35515 \series default
35516
35517 \begin_inset Index idx
35518 status collapsed
35519
35520 \begin_layout Plain Layout
35521 Pakete ! cancel
35522 \end_layout
35523
35524 \end_inset
35525
35526  mit der LaTeX-Vorspannzeile
35527 \end_layout
35528
35529 \begin_layout Standard
35530
35531 \series bold
35532
35533 \backslash
35534 usepackage{cancel}
35535 \end_layout
35536
35537 \begin_layout Standard
35538 geladen werden.
35539 \end_layout
35540
35541 \begin_layout Standard
35542 \begin_inset ERT
35543 status collapsed
35544
35545 \begin_layout Plain Layout
35546
35547
35548 \backslash
35549 ifcancel 
35550 \end_layout
35551
35552 \end_inset
35553
35554
35555 \begin_inset Note Note
35556 status open
35557
35558 \begin_layout Plain Layout
35559 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35560 \series bold
35561 cancel
35562 \series default
35563  installiert ist:
35564 \end_layout
35565
35566 \end_inset
35567
35568
35569 \end_layout
35570
35571 \begin_layout Standard
35572 Es gibt vier verschiedene Arten durchzustreichen:
35573 \end_layout
35574
35575 \begin_layout Standard
35576 \align center
35577 \begin_inset Tabular
35578 <lyxtabular version="3" rows="5" columns="2">
35579 <features rotate="0" tabularvalignment="middle">
35580 <column alignment="center" valignment="top">
35581 <column alignment="center" valignment="top">
35582 <row>
35583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35584 \begin_inset Text
35585
35586 \begin_layout Plain Layout
35587 Befehl
35588 \end_layout
35589
35590 \end_inset
35591 </cell>
35592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35593 \begin_inset Text
35594
35595 \begin_layout Plain Layout
35596 Ergebnis
35597 \begin_inset Note Note
35598 status collapsed
35599
35600 \begin_layout Plain Layout
35601 Der Leerraum und 
35602 \series bold
35603
35604 \backslash
35605 raisebox
35606 \series default
35607  dienen nur als Abstandhalter.
35608 \end_layout
35609
35610 \end_inset
35611
35612
35613 \end_layout
35614
35615 \end_inset
35616 </cell>
35617 </row>
35618 <row>
35619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35620 \begin_inset Text
35621
35622 \begin_layout Plain Layout
35623
35624 \backslash
35625 cancel{
35626 \backslash
35627 int
35628 \begin_inset ERT
35629 status collapsed
35630
35631 \begin_layout Plain Layout
35632
35633
35634 \backslash
35635 leer 
35636 \end_layout
35637
35638 \end_inset
35639
35640 A=B
35641 \end_layout
35642
35643 \end_inset
35644 </cell>
35645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35646 \begin_inset Text
35647
35648 \begin_layout Plain Layout
35649 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35650 \end_inset
35651
35652
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 </row>
35658 <row>
35659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35660 \begin_inset Text
35661
35662 \begin_layout Plain Layout
35663
35664 \backslash
35665 bcancel{
35666 \backslash
35667 int
35668 \begin_inset ERT
35669 status collapsed
35670
35671 \begin_layout Plain Layout
35672
35673
35674 \backslash
35675 leer 
35676 \end_layout
35677
35678 \end_inset
35679
35680 A=B
35681 \end_layout
35682
35683 \end_inset
35684 </cell>
35685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35686 \begin_inset Text
35687
35688 \begin_layout Plain Layout
35689 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35690 \end_inset
35691
35692
35693 \end_layout
35694
35695 \end_inset
35696 </cell>
35697 </row>
35698 <row>
35699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35700 \begin_inset Text
35701
35702 \begin_layout Plain Layout
35703
35704 \backslash
35705 xcancel{
35706 \backslash
35707 int
35708 \begin_inset ERT
35709 status collapsed
35710
35711 \begin_layout Plain Layout
35712
35713
35714 \backslash
35715 leer 
35716 \end_layout
35717
35718 \end_inset
35719
35720 A=B
35721 \end_layout
35722
35723 \end_inset
35724 </cell>
35725 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35726 \begin_inset Text
35727
35728 \begin_layout Plain Layout
35729 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35730 \end_inset
35731
35732
35733 \end_layout
35734
35735 \end_inset
35736 </cell>
35737 </row>
35738 <row>
35739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35740 \begin_inset Text
35741
35742 \begin_layout Plain Layout
35743
35744 \backslash
35745 cancelto{1
35746 \begin_inset Formula $\to$
35747 \end_inset
35748
35749
35750 \backslash
35751 {
35752 \backslash
35753 int
35754 \begin_inset ERT
35755 status collapsed
35756
35757 \begin_layout Plain Layout
35758
35759
35760 \backslash
35761 leer 
35762 \end_layout
35763
35764 \end_inset
35765
35766 A=B
35767 \end_layout
35768
35769 \end_inset
35770 </cell>
35771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35772 \begin_inset Text
35773
35774 \begin_layout Plain Layout
35775 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35776 \end_inset
35777
35778
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 </row>
35784 </lyxtabular>
35785
35786 \end_inset
35787
35788
35789 \end_layout
35790
35791 \begin_layout Standard
35792
35793 \series bold
35794
35795 \backslash
35796 cancelto
35797 \series default
35798  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35799  will:
35800 \begin_inset Formula 
35801 \[
35802 \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}}}
35803 \]
35804
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \begin_layout Standard
35811 Um die Größe des 
35812 \begin_inset Quotes gld
35813 \end_inset
35814
35815 hochgestellten
35816 \begin_inset Quotes grd
35817 \end_inset
35818
35819  Werts von 
35820 \series bold
35821
35822 \backslash
35823 cancelto
35824 \series default
35825  zu ändern, kann man das Paket 
35826 \series bold
35827 cancel
35828 \series default
35829  entweder mit der Option 
35830 \series bold
35831 samesize
35832 \series default
35833 , die zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
35834  mit der Option 
35835 \series bold
35836 Smaller
35837 \series default
35838 , die zu einer etwas kleineren Größe führt als es ohne Option der Fall ist.
35839  In diesem Dokument wurde 
35840 \series bold
35841 cancel
35842 \series default
35843  mit der Zeile
35844 \end_layout
35845
35846 \begin_layout Standard
35847
35848 \series bold
35849
35850 \backslash
35851 usepackage[samesize]{cancel}
35852 \end_layout
35853
35854 \begin_layout Standard
35855 geladen.
35856  Um den Durchstrich zu färben, verwendet man den Befehl
35857 \end_layout
35858
35859 \begin_layout Standard
35860
35861 \series bold
35862
35863 \backslash
35864 renewcommand{
35865 \backslash
35866 CancelColor}{
35867 \backslash
35868 color{red}}
35869 \end_layout
35870
35871 \begin_layout Standard
35872 als TeX-Code.
35873  
35874 \series bold
35875 red
35876 \series default
35877  kann durch eine Farbe der Wahl ersetzt werden.
35878 \end_layout
35879
35880 \begin_layout Standard
35881 \begin_inset ERT
35882 status collapsed
35883
35884 \begin_layout Plain Layout
35885
35886
35887 \backslash
35888 renewcommand{
35889 \backslash
35890 CancelColor}{
35891 \backslash
35892 color{red}}
35893 \end_layout
35894
35895 \end_inset
35896
35897
35898 \end_layout
35899
35900 \begin_layout Standard
35901 \begin_inset Formula 
35902 \[
35903 \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}}}
35904 \]
35905
35906 \end_inset
35907
35908
35909 \end_layout
35910
35911 \begin_layout Standard
35912 \begin_inset ERT
35913 status collapsed
35914
35915 \begin_layout Plain Layout
35916
35917
35918 \backslash
35919 renewcommand{
35920 \backslash
35921 CancelColor}{
35922 \backslash
35923 color{black}}
35924 \end_layout
35925
35926 \end_inset
35927
35928
35929 \begin_inset Note Note
35930 status open
35931
35932 \begin_layout Plain Layout
35933 Farbe zurücksetzen
35934 \end_layout
35935
35936 \end_inset
35937
35938
35939 \end_layout
35940
35941 \begin_layout Standard
35942 Für weitere Anpassungen siehe die Dokumentation des Pakets 
35943 \series bold
35944 cancel
35945 \series default
35946
35947 \begin_inset CommandInset citation
35948 LatexCommand cite
35949 key "cancel"
35950
35951 \end_inset
35952
35953 .
35954 \end_layout
35955
35956 \begin_layout Standard
35957 \begin_inset ERT
35958 status collapsed
35959
35960 \begin_layout Plain Layout
35961
35962
35963 \backslash
35964 else 
35965 \end_layout
35966
35967 \end_inset
35968
35969
35970 \begin_inset Note Note
35971 status open
35972
35973 \begin_layout Plain Layout
35974 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35975 \series bold
35976 cancel
35977 \series default
35978  nicht installiert ist:
35979 \end_layout
35980
35981 \end_inset
35982
35983
35984 \end_layout
35985
35986 \begin_layout Standard
35987 Das LaTeX-Paket 
35988 \series bold
35989 cancel 
35990 \series default
35991 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35992 \end_layout
35993
35994 \begin_layout Standard
35995 \begin_inset ERT
35996 status collapsed
35997
35998 \begin_layout Plain Layout
35999
36000
36001 \backslash
36002 fi 
36003 \end_layout
36004
36005 \end_inset
36006
36007
36008 \end_layout
36009
36010 \begin_layout Subsection
36011 Formeln in Überschriften
36012 \begin_inset CommandInset label
36013 LatexCommand label
36014 name "sub:Formeln-in-Überschriften"
36015
36016 \end_inset
36017
36018
36019 \begin_inset Index idx
36020 status collapsed
36021
36022 \begin_layout Plain Layout
36023 Formel ! in Überschriften
36024 \end_layout
36025
36026 \end_inset
36027
36028
36029 \end_layout
36030
36031 \begin_layout Standard
36032 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36033 \end_layout
36034
36035 \begin_layout Standard
36036 \begin_inset Note Greyedout
36037 status open
36038
36039 \begin_layout Plain Layout
36040 Verwendet man 
36041 \series bold
36042 hyperref
36043 \series default
36044
36045 \begin_inset Index idx
36046 status collapsed
36047
36048 \begin_layout Plain Layout
36049 Pakete ! hyperref
36050 \end_layout
36051
36052 \end_inset
36053
36054  Unterstützung im den Dokumenteinstellungen unter 
36055 \family sans
36056 PDF-Eigenschaften
36057 \family default
36058 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36059  erzeugt.
36060  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36061  dargestellt.
36062  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36063 \end_layout
36064
36065 \end_inset
36066
36067
36068 \end_layout
36069
36070 \begin_layout Standard
36071 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36072  Kurztitel über das Menü 
36073 \family sans
36074 Einfügen\SpecialChar \menuseparator
36075 Kurztitel
36076 \family default
36077  einfügt.
36078  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36079  um das Inhaltsverzeichnis übersichtlich zu halten.
36080  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36081 chen.
36082 \end_layout
36083
36084 \begin_layout Standard
36085 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36086 \series bold
36087 hyperref
36088 \series default
36089 , verwendet man im TeX-Modus den Befehl
36090 \end_layout
36091
36092 \begin_layout Standard
36093
36094 \series bold
36095
36096 \backslash
36097 texorpdfstring{Teil}{Alternative}
36098 \begin_inset Index idx
36099 status collapsed
36100
36101 \begin_layout Plain Layout
36102 Befehle ! T ! 
36103 \backslash
36104 texorpdfstring
36105 \end_layout
36106
36107 \end_inset
36108
36109
36110 \end_layout
36111
36112 \begin_layout Standard
36113 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36114  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36115  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36116  soll.
36117 \end_layout
36118
36119 \begin_layout Standard
36120 Es folgen zwei Beispielüberschriften:
36121 \begin_inset VSpace -3mm
36122 \end_inset
36123
36124
36125 \begin_inset ERT
36126 status collapsed
36127
36128 \begin_layout Plain Layout
36129
36130
36131 \backslash
36132 boldmath 
36133 \end_layout
36134
36135 \end_inset
36136
36137
36138 \end_layout
36139
36140 \begin_layout Subsubsection
36141 Überschrift ohne Formel im Inhaltsverzeichnis 
36142 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36143 \end_inset
36144
36145
36146 \begin_inset Argument 1
36147 status collapsed
36148
36149 \begin_layout Plain Layout
36150 Überschrift ohne Formel im Inhaltsverzeichnis
36151 \end_layout
36152
36153 \end_inset
36154
36155
36156 \end_layout
36157
36158 \begin_layout Subsubsection
36159 Überschrift mit Formel im Inhaltsverzeichnis
36160 \begin_inset ERT
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164
36165
36166 \backslash
36167 texorpdfstring{
36168 \end_layout
36169
36170 \end_inset
36171
36172  
36173 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36174 \end_inset
36175
36176
36177 \begin_inset ERT
36178 status collapsed
36179
36180 \begin_layout Plain Layout
36181
36182 }{}
36183 \end_layout
36184
36185 \end_inset
36186
36187
36188 \end_layout
36189
36190 \begin_layout Standard
36191 \begin_inset ERT
36192 status collapsed
36193
36194 \begin_layout Plain Layout
36195
36196
36197 \backslash
36198 unboldmath 
36199 \end_layout
36200
36201 \end_inset
36202
36203 In der ersten Überschrift wurde ein Kurztitel verwendet.
36204  In der zweiten 
36205 \series bold
36206
36207 \backslash
36208 texorpdfstring
36209 \series default
36210 .
36211 \end_layout
36212
36213 \begin_layout Standard
36214 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36215  die komplette Überschrift in eine 
36216 \series bold
36217 boldmath
36218 \series default
36219 -Umgebung
36220 \begin_inset Foot
36221 status collapsed
36222
36223 \begin_layout Plain Layout
36224 siehe 
36225 \begin_inset CommandInset ref
36226 LatexCommand ref
36227 reference "sub:Fett-gedruckte-Formeln"
36228
36229 \end_inset
36230
36231
36232 \end_layout
36233
36234 \end_inset
36235
36236  gesetzt.
36237 \end_layout
36238
36239 \begin_layout Subsection
36240 Formeln im mehrspaltigen Text
36241 \begin_inset Index idx
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245 Formel ! im mehrspaltigen Text
36246 \end_layout
36247
36248 \end_inset
36249
36250
36251 \end_layout
36252
36253 \begin_layout Standard
36254 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36255  müssen daher über die gesamte Seitenbreite gesetzt werden.
36256  Dazu verwendet man das LaTeX-Paket 
36257 \series bold
36258 multicol
36259 \series default
36260
36261 \begin_inset Foot
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265
36266 \series bold
36267 multicol
36268 \series default
36269  ist Teil jeder LaTeX-Standardinstallation.
36270 \end_layout
36271
36272 \end_inset
36273
36274
36275 \begin_inset Index idx
36276 status collapsed
36277
36278 \begin_layout Plain Layout
36279 Pakete ! multicol
36280 \end_layout
36281
36282 \end_inset
36283
36284 , das mit der LaTeX-Vorspannzeile
36285 \end_layout
36286
36287 \begin_layout Standard
36288
36289 \series bold
36290
36291 \backslash
36292 usepackage{multicol}
36293 \end_layout
36294
36295 \begin_layout Standard
36296 geladen wird.
36297 \end_layout
36298
36299 \begin_layout Standard
36300 \begin_inset Note Greyedout
36301 status open
36302
36303 \begin_layout Plain Layout
36304 Dabei ist zu beachten, dass im Menü 
36305 \family sans
36306 Dokument\SpecialChar \menuseparator
36307 Einstellungen
36308 \family default
36309  unter 
36310 \family sans
36311 Textformat
36312 \family default
36313  
36314 \emph on
36315 nicht
36316 \emph default
36317  
36318 \family sans
36319 Zweispaltiges
36320 \begin_inset space ~
36321 \end_inset
36322
36323 Dokument
36324 \family default
36325  ausgewählt sein darf.
36326 \end_layout
36327
36328 \end_inset
36329
36330
36331 \end_layout
36332
36333 \begin_layout Standard
36334 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36335 \end_layout
36336
36337 \begin_layout Standard
36338
36339 \series bold
36340
36341 \backslash
36342 begin{multicols}{Spaltenanzahl}
36343 \end_layout
36344
36345 \begin_layout Standard
36346 wobei die Spaltenanzahl eine Zahl im Bereich 2
36347 \begin_inset space \thinspace{}
36348 \end_inset
36349
36350 -
36351 \begin_inset space \thinspace{}
36352 \end_inset
36353
36354 10 ist.
36355  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36356 \end_layout
36357
36358 \begin_layout Standard
36359
36360 \series bold
36361
36362 \backslash
36363 end{multicols}
36364 \end_layout
36365
36366 \begin_layout Standard
36367 der im TeX-Modus eingegeben wird.
36368 \end_layout
36369
36370 \begin_layout Standard
36371 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36372  Um dies rückgängig zu machen, fügt man vor der Formel -6
36373 \begin_inset space \thinspace{}
36374 \end_inset
36375
36376 mm vertikalen Leerraum ein.
36377  Ist der Formelstil 
36378 \series bold
36379 Eingerückt
36380 \begin_inset Foot
36381 status collapsed
36382
36383 \begin_layout Plain Layout
36384 Formelstile siehe 
36385 \begin_inset CommandInset ref
36386 LatexCommand ref
36387 reference "sec:Formelstile"
36388
36389 \end_inset
36390
36391
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \series default
36398  gewählt, fügt man stattdessen -9
36399 \begin_inset space \thinspace{}
36400 \end_inset
36401
36402 mm Leerraum ein.
36403 \end_layout
36404
36405 \begin_layout Standard
36406 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36407 \end_layout
36408
36409 \begin_layout Standard
36410 \begin_inset ERT
36411 status collapsed
36412
36413 \begin_layout Plain Layout
36414
36415
36416 \backslash
36417 begin{multicols}{2}
36418 \end_layout
36419
36420 \end_inset
36421
36422 Das Spektrum wird fouriertransformiert.
36423  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36424 , Lösungsmittel) zu trennen.
36425  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36426  nun das Aussehen des Ausgangssignals.
36427  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36428  über alle Phasen integrieren muss.
36429  Sei nun 
36430 \begin_inset Formula $S$
36431 \end_inset
36432
36433  unser normiertes Ausgangssignal und 
36434 \begin_inset Formula $P$
36435 \end_inset
36436
36437  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36438 \begin_inset ERT
36439 status collapsed
36440
36441 \begin_layout Plain Layout
36442
36443
36444 \backslash
36445 end{multicols}
36446 \end_layout
36447
36448 \end_inset
36449
36450
36451 \begin_inset VSpace -6mm
36452 \end_inset
36453
36454
36455 \begin_inset Formula 
36456 \begin{equation}
36457 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36458 \end{equation}
36459
36460 \end_inset
36461
36462
36463 \begin_inset ERT
36464 status collapsed
36465
36466 \begin_layout Plain Layout
36467
36468
36469 \backslash
36470 begin{multicols}{2}
36471 \end_layout
36472
36473 \end_inset
36474
36475 wobei 
36476 \begin_inset Formula $S_{0}$
36477 \end_inset
36478
36479  das Signal ohne Gradient ist und die Normierungsbedingung 
36480 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36481 \end_inset
36482
36483  gilt.
36484  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36485  Direkt nach dem 
36486 \begin_inset Formula $\nicefrac{\pi}{2}$
36487 \end_inset
36488
36489
36490 \begin_inset space \thinspace{}
36491 \end_inset
36492
36493 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36494  das Signal zusätzlich abschwächt.
36495  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36496  
36497 \begin_inset Formula $T_{2}$
36498 \end_inset
36499
36500 -Zeit.
36501 \end_layout
36502
36503 \begin_layout Standard
36504 \begin_inset ERT
36505 status collapsed
36506
36507 \begin_layout Plain Layout
36508
36509
36510 \backslash
36511 end{multicols}
36512 \end_layout
36513
36514 \end_inset
36515
36516  
36517 \end_layout
36518
36519 \begin_layout Subsection
36520 Formeln mit Beschreibung der Variablen
36521 \begin_inset Index idx
36522 status collapsed
36523
36524 \begin_layout Plain Layout
36525 Formel ! mit Variablenbeschreibung
36526 \end_layout
36527
36528 \end_inset
36529
36530
36531 \end_layout
36532
36533 \begin_layout Standard
36534 Möchte man wie in Formel 
36535 \begin_inset CommandInset ref
36536 LatexCommand eqref
36537 reference "eq:innerhalb"
36538
36539 \end_inset
36540
36541 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36542 \series bold
36543 ×
36544 \series default
36545
36546 \begin_inset Formula $n$
36547 \end_inset
36548
36549
36550 \begin_inset space ~
36551 \end_inset
36552
36553 Matrix mit links ausgerichteten Spalten für die verwendeten 
36554 \begin_inset Formula $n$
36555 \end_inset
36556
36557  Variablen.
36558 \begin_inset Foot
36559 status collapsed
36560
36561 \begin_layout Plain Layout
36562 Matrizen siehe 
36563 \begin_inset CommandInset ref
36564 LatexCommand ref
36565 reference "sec:Matrizen"
36566
36567 \end_inset
36568
36569
36570 \end_layout
36571
36572 \end_inset
36573
36574  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36575 \begin_inset space \thinspace{}
36576 \end_inset
36577
36578 B.
36579  den Befehl 
36580 \series bold
36581
36582 \backslash
36583 footnotesize
36584 \series default
36585  ein.
36586 \begin_inset Foot
36587 status collapsed
36588
36589 \begin_layout Plain Layout
36590 Schriftgrößen siehe 
36591 \begin_inset CommandInset ref
36592 LatexCommand ref
36593 reference "sub:Schriftgrößen"
36594
36595 \end_inset
36596
36597
36598 \end_layout
36599
36600 \end_inset
36601
36602
36603 \end_layout
36604
36605 \begin_layout Standard
36606 Wird der Formelstil 
36607 \series bold
36608 Eingerückt
36609 \begin_inset Foot
36610 status collapsed
36611
36612 \begin_layout Plain Layout
36613 Formelstile siehe 
36614 \begin_inset CommandInset ref
36615 LatexCommand ref
36616 reference "sec:Formelstile"
36617
36618 \end_inset
36619
36620
36621 \end_layout
36622
36623 \end_inset
36624
36625
36626 \series default
36627  verwendet, fügt man vor und nach der Matrix ein 
36628 \series bold
36629
36630 \backslash
36631 hfill
36632 \series default
36633
36634 \begin_inset Foot
36635 status collapsed
36636
36637 \begin_layout Plain Layout
36638
36639 \series bold
36640
36641 \backslash
36642 hfill
36643 \series default
36644  wirkt nur in Formeln mit dem Stil 
36645 \series bold
36646 Eingerückt
36647 \series default
36648 , siehe 
36649 \begin_inset CommandInset ref
36650 LatexCommand ref
36651 reference "sub:Variabler-Leerraum"
36652
36653 \end_inset
36654
36655 .
36656 \end_layout
36657
36658 \end_inset
36659
36660  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36661  gleich ist.
36662 \end_layout
36663
36664 \begin_layout Standard
36665 Ist der Formelstil 
36666 \series bold
36667 Zentriert
36668 \series default
36669  gewählt, nutzt man die in 
36670 \begin_inset CommandInset ref
36671 LatexCommand ref
36672 reference "sub:Flalign-Umgebung"
36673
36674 \end_inset
36675
36676  beschriebene Möglichkeit, Formeln einzurücken.
36677  Formel 
36678 \begin_inset CommandInset ref
36679 LatexCommand eqref
36680 reference "eq:innerhalb"
36681
36682 \end_inset
36683
36684  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36685  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36686 \begin_inset Formula 
36687 \begin{flalign}
36688 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36689 \rho & \textrm{Dichte}\\
36690 V & \textrm{Volumen}\\
36691 g & \textrm{Fallbeschleunigung}
36692 \end{array} &  & {}\label{eq:innerhalb}
36693 \end{flalign}
36694
36695 \end_inset
36696
36697
36698 \end_layout
36699
36700 \begin_layout Subsection
36701 Aufrechte kleine griechische Buchstaben
36702 \begin_inset CommandInset label
36703 LatexCommand label
36704 name "sub:Aufrechte-kleine-griechische"
36705
36706 \end_inset
36707
36708
36709 \begin_inset Index idx
36710 status collapsed
36711
36712 \begin_layout Plain Layout
36713 griechische Buchstaben ! aufrechte
36714 \end_layout
36715
36716 \end_inset
36717
36718
36719 \end_layout
36720
36721 \begin_layout Standard
36722 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36723  zur Verfügung.
36724  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36725  aufrechte griechische Buchstaben benötigt.
36726  Die Datei 
36727 \series bold
36728 upgreek.sty
36729 \series default
36730
36731 \begin_inset Foot
36732 status collapsed
36733
36734 \begin_layout Plain Layout
36735
36736 \series bold
36737 upgreek
36738 \series default
36739  ist Teil des LaTeX-Paketes 
36740 \series bold
36741 was
36742 \series default
36743
36744 \begin_inset Index idx
36745 status collapsed
36746
36747 \begin_layout Plain Layout
36748 Pakete ! was
36749 \begin_inset ERT
36750 status collapsed
36751
36752 \begin_layout Plain Layout
36753
36754
36755 \backslash
36756 vspace{4mm}
36757 \end_layout
36758
36759 \end_inset
36760
36761
36762 \end_layout
36763
36764 \end_inset
36765
36766 .
36767 \end_layout
36768
36769 \end_inset
36770
36771
36772 \begin_inset Index idx
36773 status collapsed
36774
36775 \begin_layout Plain Layout
36776 Pakete ! upgreek
36777 \end_layout
36778
36779 \end_inset
36780
36781 , die mit der LaTeX-Vorspannzeile
36782 \end_layout
36783
36784 \begin_layout Standard
36785
36786 \series bold
36787
36788 \backslash
36789 usepackage{upgreek}
36790 \end_layout
36791
36792 \begin_layout Standard
36793 geladen wird, stellt diese Buchstaben zur Verfügung.
36794  
36795 \begin_inset ERT
36796 status collapsed
36797
36798 \begin_layout Plain Layout
36799
36800
36801 \backslash
36802 ifupgreek 
36803 \end_layout
36804
36805 \end_inset
36806
36807
36808 \begin_inset Note Note
36809 status open
36810
36811 \begin_layout Plain Layout
36812 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36813 \series bold
36814 upgreek
36815 \series default
36816  installiert ist:
36817 \end_layout
36818
36819 \end_inset
36820
36821  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36822  
36823 \series bold
36824 up
36825 \series default
36826  begonnen wird.
36827  So erzeugt z.
36828 \begin_inset space \thinspace{}
36829 \end_inset
36830
36831 B.
36832  der Befehl 
36833 \series bold
36834
36835 \backslash
36836 uptau
36837 \series default
36838  dies: 
36839 \begin_inset Formula $\uptau$
36840 \end_inset
36841
36842
36843 \end_layout
36844
36845 \begin_layout Standard
36846 Damit kann man Elementarteilchenreaktionen erstellen:
36847 \begin_inset Formula 
36848 \[
36849 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36850 \]
36851
36852 \end_inset
36853
36854
36855 \end_layout
36856
36857 \begin_layout Standard
36858 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36859  Sie sollten daher nicht für Einheiten wie 
36860 \begin_inset Quotes gld
36861 \end_inset
36862
36863 µm
36864 \begin_inset Quotes grd
36865 \end_inset
36866
36867  verwendet werden.
36868 \end_layout
36869
36870 \begin_layout Standard
36871 \begin_inset ERT
36872 status collapsed
36873
36874 \begin_layout Plain Layout
36875
36876
36877 \backslash
36878 else 
36879 \end_layout
36880
36881 \end_inset
36882
36883
36884 \begin_inset Note Note
36885 status open
36886
36887 \begin_layout Plain Layout
36888 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36889 \series bold
36890 upgreek
36891 \series default
36892  nicht installiert ist:
36893 \end_layout
36894
36895 \end_inset
36896
36897
36898 \end_layout
36899
36900 \begin_layout Standard
36901 Das LaTeX-Paket 
36902 \series bold
36903 upgreek 
36904 \series default
36905 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36906 \end_layout
36907
36908 \begin_layout Standard
36909 \begin_inset ERT
36910 status collapsed
36911
36912 \begin_layout Plain Layout
36913
36914
36915 \backslash
36916 fi 
36917 \end_layout
36918
36919 \end_inset
36920
36921
36922 \end_layout
36923
36924 \begin_layout Subsection
36925 Textzeichen in Formeln
36926 \begin_inset CommandInset label
36927 LatexCommand label
36928 name "sub:Textzeichen-in-Formeln"
36929
36930 \end_inset
36931
36932
36933 \begin_inset Index idx
36934 status collapsed
36935
36936 \begin_layout Plain Layout
36937 Text ! in Formeln
36938 \end_layout
36939
36940 \end_inset
36941
36942
36943 \end_layout
36944
36945 \begin_layout Standard
36946 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36947  Benötigt man z.
36948 \begin_inset space \thinspace{}
36949 \end_inset
36950
36951 B.
36952  den mittigen Punkt · in Formeln wie 
36953 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36954 \end_inset
36955
36956 , müsste man dafür jedes Mal den Befehl 
36957 \series bold
36958
36959 \backslash
36960 cdot
36961 \series default
36962  eingeben
36963 \begin_inset Foot
36964 status collapsed
36965
36966 \begin_layout Plain Layout
36967 siehe 
36968 \begin_inset CommandInset ref
36969 LatexCommand ref
36970 reference "sub:Binäre-Operatoren"
36971
36972 \end_inset
36973
36974
36975 \end_layout
36976
36977 \end_inset
36978
36979 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36980  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36981 \end_layout
36982
36983 \begin_layout Standard
36984
36985 \series bold
36986
36987 \backslash
36988 DeclareInputText{183}{
36989 \backslash
36990 ifmmode
36991 \backslash
36992 cdot
36993 \backslash
36994 else
36995 \backslash
36996 textperiodcentered
36997 \backslash
36998 f\SpecialChar \textcompwordmark{}
36999 i}
37000 \end_layout
37001
37002 \begin_layout Standard
37003 Die Zeichenkodierung (Menü 
37004 \family sans
37005 Dokument\SpecialChar \menuseparator
37006 Einstellungen\SpecialChar \menuseparator
37007 Sprache
37008 \family default
37009 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
37010  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
37011 \series bold
37012
37013 \backslash
37014 textperiodcentered
37015 \series default
37016  verwendet.
37017  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
37018  LaTeX-Fehlern kommen würde.
37019  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37020  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37021  nicht.
37022 \end_layout
37023
37024 \begin_layout Standard
37025 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37026  Z.
37027 \begin_inset space \thinspace{}
37028 \end_inset
37029
37030 B.
37031  ist die Kodierung 
37032 \series bold
37033 latin9
37034 \series default
37035  in der Datei 
37036 \series bold
37037 latin9.def
37038 \series default
37039  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
37040  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
37041 eien geändert werden.
37042  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
37043  nicht ohne Weiteres bearbeitet werden.
37044 \end_layout
37045
37046 \begin_layout Standard
37047 \begin_inset VSpace medskip
37048 \end_inset
37049
37050 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37051  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
37052  Formel eingegeben werden können:
37053 \end_layout
37054
37055 \begin_layout Standard
37056
37057 \series bold
37058
37059 \backslash
37060 DeclareInputText{176}{
37061 \backslash
37062 ifmmode^
37063 \backslash
37064 circ
37065 \backslash
37066 else
37067 \backslash
37068 textdegree
37069 \backslash
37070 f\SpecialChar \textcompwordmark{}
37071 i}
37072 \end_layout
37073
37074 \begin_layout Standard
37075 \begin_inset Newpage newpage
37076 \end_inset
37077
37078
37079 \end_layout
37080
37081 \begin_layout Section
37082 \start_of_appendix
37083 Typographische Hinweise
37084 \begin_inset Index idx
37085 status collapsed
37086
37087 \begin_layout Plain Layout
37088 Typographische Hinweise
37089 \end_layout
37090
37091 \end_inset
37092
37093
37094 \end_layout
37095
37096 \begin_layout Standard
37097 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37098  Regeln, die teilweise auch im Duden 
37099 \begin_inset CommandInset citation
37100 LatexCommand cite
37101 key "Duden"
37102
37103 \end_inset
37104
37105  unter 
37106 \family typewriter
37107 Textverarbeitung
37108 \family default
37109  aufgelistet sind.
37110  Weitere Regeln sind in 
37111 \begin_inset CommandInset citation
37112 LatexCommand cite
37113 key "Checklist"
37114
37115 \end_inset
37116
37117  zu finden.
37118 \end_layout
37119
37120 \begin_layout Itemize
37121 Physikalische Einheiten werden 
37122 \emph on
37123 immer
37124 \emph default
37125  aufrecht gesetzt
37126 \begin_inset Foot
37127 status collapsed
37128
37129 \begin_layout Plain Layout
37130 wird durch Schriftstile erreicht, siehe 
37131 \begin_inset CommandInset ref
37132 LatexCommand ref
37133 reference "sub:Schriftstile"
37134
37135 \end_inset
37136
37137
37138 \end_layout
37139
37140 \end_inset
37141
37142 , egal ob sie sich in einem kursiven Text befinden: 30
37143 \begin_inset space \thinspace{}
37144 \end_inset
37145
37146 km/h
37147 \begin_inset Newline newline
37148 \end_inset
37149
37150 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37151 \begin_inset CommandInset ref
37152 LatexCommand ref
37153 reference "sub:Vordefinierter-Leerraum"
37154
37155 \end_inset
37156
37157 .
37158 \begin_inset Newline newline
37159 \end_inset
37160
37161 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37162 \series bold
37163
37164 \backslash
37165 unittwo
37166 \series default
37167  verwendet.
37168  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37169  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37170  erhält wie oben: 
37171 \begin_inset Formula $\unit[30]{km/h}$
37172 \end_inset
37173
37174
37175 \begin_inset space \thinspace{}
37176 \end_inset
37177
37178 .
37179  Zu beachten ist, dass 
37180 \series bold
37181
37182 \backslash
37183 unittwo
37184 \series default
37185  kein echter LaTeX-Befehl, sondern der Befehl 
37186 \series bold
37187
37188 \backslash
37189 unit[Wert]{Einheit}
37190 \series default
37191  ist, daher kann man ihn nicht im TeX-Code benutzen.
37192 \end_layout
37193
37194 \begin_layout Itemize
37195 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37196 \begin_inset Newline newline
37197 \end_inset
37198
37199 1,2
37200 \begin_inset space \thinspace{}
37201 \end_inset
37202
37203 ‰ Alkohol im Blut
37204 \begin_inset Newline newline
37205 \end_inset
37206
37207 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37208  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37209 \end_layout
37210
37211 \begin_layout Itemize
37212 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37213  wird in einer Einheit verwendet: 15
37214 \begin_inset space \thinspace{}
37215 \end_inset
37216
37217 °C
37218 \end_layout
37219
37220 \begin_layout Itemize
37221 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37222  Ziffer der kleinste Leerraum eingefügt: 18
37223 \begin_inset space \thinspace{}
37224 \end_inset
37225
37226 473
37227 \begin_inset space \thinspace{}
37228 \end_inset
37229
37230 588
37231 \end_layout
37232
37233 \begin_layout Itemize
37234 Für Bemaßungen wie z.
37235 \begin_inset space \thinspace{}
37236 \end_inset
37237
37238 B.
37239  120×90×40
37240 \begin_inset space \thinspace{}
37241 \end_inset
37242
37243 cm, verwendet man das gelegte Kreuz 
37244 \begin_inset Quotes gld
37245 \end_inset
37246
37247 ×
37248 \begin_inset Quotes grd
37249 \end_inset
37250
37251 , dass entweder über den Befehl 
37252 \series bold
37253
37254 \backslash
37255 times
37256 \series default
37257  oder über das Menü 
37258 \family sans
37259 Einfügen\SpecialChar \menuseparator
37260 Sonderzeichen\SpecialChar \menuseparator
37261 Symbole
37262 \family default
37263  verfügbar ist.
37264 \end_layout
37265
37266 \begin_layout Itemize
37267 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37268  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37269 \begin_inset space \thinspace{}
37270 \end_inset
37271
37272 6.
37273 \begin_inset space ~
37274 \end_inset
37275
37276 1979
37277 \end_layout
37278
37279 \begin_layout Itemize
37280 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37281  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37282 \begin_inset CommandInset ref
37283 LatexCommand ref
37284 reference "sub:Vordefinierte-Funktionen"
37285
37286 \end_inset
37287
37288 .
37289 \end_layout
37290
37291 \begin_layout Itemize
37292 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37293  
37294 \begin_inset Formula $E_{\mathrm{kin}}$
37295 \end_inset
37296
37297
37298 \begin_inset Newline newline
37299 \end_inset
37300
37301 Komponenten von Matrizen werden kursiv gesetzt: 
37302 \begin_inset Formula $\hat{H}_{kl}$
37303 \end_inset
37304
37305
37306 \end_layout
37307
37308 \begin_layout Itemize
37309 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37310  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37311  Variablen zu verwechseln.
37312 \end_layout
37313
37314 \begin_layout Itemize
37315 Das Symbol für eine 
37316 \noun on
37317 Fourier
37318 \noun default
37319 -Transformation kann entweder mit dem Befehl 
37320 \series bold
37321
37322 \backslash
37323 mathscr
37324 \begin_inset ERT
37325 status collapsed
37326
37327 \begin_layout Plain Layout
37328
37329
37330 \backslash
37331 leer 
37332 \end_layout
37333
37334 \end_inset
37335
37336 F
37337 \series default
37338  oder über das Menü 
37339 \family sans
37340 Einfügen\SpecialChar \menuseparator
37341 Sonderzeichen\SpecialChar \menuseparator
37342 Symbole\SpecialChar \menuseparator
37343 Buchsta\SpecialChar \-
37344 benähnliche Symbole
37345 \family default
37346  eingefügt werden: 
37347 \begin_inset Formula $\mathscr{F}$
37348 \end_inset
37349
37350
37351 \end_layout
37352
37353 \begin_layout Standard
37354 \begin_inset Newpage newpage
37355 \end_inset
37356
37357
37358 \end_layout
37359
37360 \begin_layout Section
37361 Synonyme
37362 \begin_inset Index idx
37363 status collapsed
37364
37365 \begin_layout Plain Layout
37366 Synonyme
37367 \end_layout
37368
37369 \end_inset
37370
37371
37372 \end_layout
37373
37374 \begin_layout Standard
37375 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37376  Hier ist eine Übersicht der Synonymbefehle:
37377 \end_layout
37378
37379 \begin_layout Standard
37380 \begin_inset VSpace bigskip
37381 \end_inset
37382
37383
37384 \begin_inset space \hfill{}
37385 \end_inset
37386
37387
37388 \begin_inset Tabular
37389 <lyxtabular version="3" rows="12" columns="2">
37390 <features rotate="0" tabularvalignment="middle">
37391 <column alignment="center" valignment="top" width="0pt">
37392 <column alignment="center" valignment="top" width="0pt">
37393 <row>
37394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37395 \begin_inset Text
37396
37397 \begin_layout Plain Layout
37398 Befehl
37399 \end_layout
37400
37401 \end_inset
37402 </cell>
37403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37404 \begin_inset Text
37405
37406 \begin_layout Plain Layout
37407 äquivalent zu
37408 \begin_inset Note Note
37409 status collapsed
37410
37411 \begin_layout Plain Layout
37412
37413 \series bold
37414
37415 \backslash
37416 raisebox
37417 \series default
37418  dient nur als Abstandhalter.
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \end_layout
37425
37426 \end_inset
37427 </cell>
37428 </row>
37429 <row>
37430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37431 \begin_inset Text
37432
37433 \begin_layout Plain Layout
37434
37435 \backslash
37436 ast
37437 \end_layout
37438
37439 \end_inset
37440 </cell>
37441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37442 \begin_inset Text
37443
37444 \begin_layout Plain Layout
37445 \begin_inset ERT
37446 status collapsed
37447
37448 \begin_layout Plain Layout
37449
37450
37451 \backslash
37452 raisebox{-1.2mm}{
37453 \end_layout
37454
37455 \end_inset
37456
37457 *
37458 \begin_inset ERT
37459 status collapsed
37460
37461 \begin_layout Plain Layout
37462
37463 }
37464 \end_layout
37465
37466 \end_inset
37467
37468
37469 \end_layout
37470
37471 \end_inset
37472 </cell>
37473 </row>
37474 <row>
37475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37476 \begin_inset Text
37477
37478 \begin_layout Plain Layout
37479
37480 \backslash
37481 choose
37482 \end_layout
37483
37484 \end_inset
37485 </cell>
37486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37487 \begin_inset Text
37488
37489 \begin_layout Plain Layout
37490
37491 \backslash
37492 binom
37493 \end_layout
37494
37495 \end_inset
37496 </cell>
37497 </row>
37498 <row>
37499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37500 \begin_inset Text
37501
37502 \begin_layout Plain Layout
37503
37504 \backslash
37505 geq
37506 \end_layout
37507
37508 \end_inset
37509 </cell>
37510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37511 \begin_inset Text
37512
37513 \begin_layout Plain Layout
37514
37515 \backslash
37516 ge
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 </row>
37522 <row>
37523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37524 \begin_inset Text
37525
37526 \begin_layout Plain Layout
37527
37528 \backslash
37529 lbrace
37530 \end_layout
37531
37532 \end_inset
37533 </cell>
37534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37535 \begin_inset Text
37536
37537 \begin_layout Plain Layout
37538 {
37539 \end_layout
37540
37541 \end_inset
37542 </cell>
37543 </row>
37544 <row>
37545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37546 \begin_inset Text
37547
37548 \begin_layout Plain Layout
37549
37550 \backslash
37551 lbracket
37552 \end_layout
37553
37554 \end_inset
37555 </cell>
37556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37557 \begin_inset Text
37558
37559 \begin_layout Plain Layout
37560 [
37561 \end_layout
37562
37563 \end_inset
37564 </cell>
37565 </row>
37566 <row>
37567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37568 \begin_inset Text
37569
37570 \begin_layout Plain Layout
37571
37572 \backslash
37573 leftarrow
37574 \end_layout
37575
37576 \end_inset
37577 </cell>
37578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37579 \begin_inset Text
37580
37581 \begin_layout Plain Layout
37582
37583 \backslash
37584 gets
37585 \end_layout
37586
37587 \end_inset
37588 </cell>
37589 </row>
37590 <row>
37591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37592 \begin_inset Text
37593
37594 \begin_layout Plain Layout
37595
37596 \backslash
37597 leq
37598 \end_layout
37599
37600 \end_inset
37601 </cell>
37602 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37603 \begin_inset Text
37604
37605 \begin_layout Plain Layout
37606
37607 \backslash
37608 le
37609 \end_layout
37610
37611 \end_inset
37612 </cell>
37613 </row>
37614 <row>
37615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37616 \begin_inset Text
37617
37618 \begin_layout Plain Layout
37619
37620 \backslash
37621 lor
37622 \end_layout
37623
37624 \end_inset
37625 </cell>
37626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37627 \begin_inset Text
37628
37629 \begin_layout Plain Layout
37630
37631 \backslash
37632 vee
37633 \end_layout
37634
37635 \end_inset
37636 </cell>
37637 </row>
37638 <row>
37639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37640 \begin_inset Text
37641
37642 \begin_layout Plain Layout
37643
37644 \backslash
37645 neq
37646 \end_layout
37647
37648 \end_inset
37649 </cell>
37650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37651 \begin_inset Text
37652
37653 \begin_layout Plain Layout
37654
37655 \backslash
37656 not=
37657 \end_layout
37658
37659 \end_inset
37660 </cell>
37661 </row>
37662 <row>
37663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37664 \begin_inset Text
37665
37666 \begin_layout Plain Layout
37667
37668 \backslash
37669 slash
37670 \end_layout
37671
37672 \end_inset
37673 </cell>
37674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37675 \begin_inset Text
37676
37677 \begin_layout Plain Layout
37678 /
37679 \end_layout
37680
37681 \end_inset
37682 </cell>
37683 </row>
37684 <row>
37685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37686 \begin_inset Text
37687
37688 \begin_layout Plain Layout
37689
37690 \backslash
37691 vert
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37697 \begin_inset Text
37698
37699 \begin_layout Plain Layout
37700 |
37701 \end_layout
37702
37703 \end_inset
37704 </cell>
37705 </row>
37706 </lyxtabular>
37707
37708 \end_inset
37709
37710
37711 \begin_inset space \hfill{}
37712 \end_inset
37713
37714
37715 \begin_inset Tabular
37716 <lyxtabular version="3" rows="12" columns="2">
37717 <features rotate="0" tabularvalignment="middle">
37718 <column alignment="center" valignment="top" width="0pt">
37719 <column alignment="center" valignment="top" width="0pt">
37720 <row>
37721 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37722 \begin_inset Text
37723
37724 \begin_layout Plain Layout
37725 Befehl
37726 \end_layout
37727
37728 \end_inset
37729 </cell>
37730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37731 \begin_inset Text
37732
37733 \begin_layout Plain Layout
37734 äquivalent zu
37735 \end_layout
37736
37737 \end_inset
37738 </cell>
37739 </row>
37740 <row>
37741 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37742 \begin_inset Text
37743
37744 \begin_layout Plain Layout
37745
37746 \backslash
37747 backslash
37748 \end_layout
37749
37750 \end_inset
37751 </cell>
37752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37753 \begin_inset Text
37754
37755 \begin_layout Plain Layout
37756
37757 \backslash
37758
37759 \backslash
37760
37761 \end_layout
37762
37763 \end_inset
37764 </cell>
37765 </row>
37766 <row>
37767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37768 \begin_inset Text
37769
37770 \begin_layout Plain Layout
37771
37772 \backslash
37773 dasharrow
37774 \end_layout
37775
37776 \end_inset
37777 </cell>
37778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37779 \begin_inset Text
37780
37781 \begin_layout Plain Layout
37782
37783 \backslash
37784 dashrightarrow
37785 \end_layout
37786
37787 \end_inset
37788 </cell>
37789 </row>
37790 <row>
37791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37792 \begin_inset Text
37793
37794 \begin_layout Plain Layout
37795
37796 \backslash
37797 land
37798 \end_layout
37799
37800 \end_inset
37801 </cell>
37802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37803 \begin_inset Text
37804
37805 \begin_layout Plain Layout
37806
37807 \backslash
37808 wedge
37809 \end_layout
37810
37811 \end_inset
37812 </cell>
37813 </row>
37814 <row>
37815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37816 \begin_inset Text
37817
37818 \begin_layout Plain Layout
37819
37820 \backslash
37821 rbrace
37822 \end_layout
37823
37824 \end_inset
37825 </cell>
37826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37827 \begin_inset Text
37828
37829 \begin_layout Plain Layout
37830 }
37831 \end_layout
37832
37833 \end_inset
37834 </cell>
37835 </row>
37836 <row>
37837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37838 \begin_inset Text
37839
37840 \begin_layout Plain Layout
37841
37842 \backslash
37843 rbracket
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852 ]
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 </row>
37858 <row>
37859 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37860 \begin_inset Text
37861
37862 \begin_layout Plain Layout
37863
37864 \backslash
37865 rightarrow
37866 \end_layout
37867
37868 \end_inset
37869 </cell>
37870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37871 \begin_inset Text
37872
37873 \begin_layout Plain Layout
37874
37875 \backslash
37876 to
37877 \end_layout
37878
37879 \end_inset
37880 </cell>
37881 </row>
37882 <row>
37883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37884 \begin_inset Text
37885
37886 \begin_layout Plain Layout
37887
37888 \backslash
37889 lnot
37890 \end_layout
37891
37892 \end_inset
37893 </cell>
37894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37895 \begin_inset Text
37896
37897 \begin_layout Plain Layout
37898
37899 \backslash
37900 neg
37901 \end_layout
37902
37903 \end_inset
37904 </cell>
37905 </row>
37906 <row>
37907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37908 \begin_inset Text
37909
37910 \begin_layout Plain Layout
37911
37912 \backslash
37913 ne
37914 \end_layout
37915
37916 \end_inset
37917 </cell>
37918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37919 \begin_inset Text
37920
37921 \begin_layout Plain Layout
37922
37923 \backslash
37924 not=
37925 \end_layout
37926
37927 \end_inset
37928 </cell>
37929 </row>
37930 <row>
37931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37932 \begin_inset Text
37933
37934 \begin_layout Plain Layout
37935
37936 \backslash
37937 owns
37938 \end_layout
37939
37940 \end_inset
37941 </cell>
37942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37943 \begin_inset Text
37944
37945 \begin_layout Plain Layout
37946
37947 \backslash
37948 ni
37949 \end_layout
37950
37951 \end_inset
37952 </cell>
37953 </row>
37954 <row>
37955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37956 \begin_inset Text
37957
37958 \begin_layout Plain Layout
37959
37960 \backslash
37961 square
37962 \end_layout
37963
37964 \end_inset
37965 </cell>
37966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37967 \begin_inset Text
37968
37969 \begin_layout Plain Layout
37970
37971 \backslash
37972 Box
37973 \end_layout
37974
37975 \end_inset
37976 </cell>
37977 </row>
37978 <row>
37979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37980 \begin_inset Text
37981
37982 \begin_layout Plain Layout
37983
37984 \backslash
37985 Vert
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37991 \begin_inset Text
37992
37993 \begin_layout Plain Layout
37994
37995 \backslash
37996 |
37997 \end_layout
37998
37999 \end_inset
38000 </cell>
38001 </row>
38002 </lyxtabular>
38003
38004 \end_inset
38005
38006
38007 \begin_inset space \hfill{}
38008 \end_inset
38009
38010
38011 \end_layout
38012
38013 \begin_layout Standard
38014 \begin_inset Newpage newpage
38015 \end_inset
38016
38017
38018 \end_layout
38019
38020 \begin_layout Bibliography
38021 \begin_inset CommandInset bibitem
38022 LatexCommand bibitem
38023 key "TLC2"
38024
38025 \end_inset
38026
38027
38028 \shape smallcaps
38029 Mittelbach, F.
38030  ; Goossens, M.
38031 \shape default
38032
38033 \shape italic
38034 The LaTeX Companion
38035 \shape default
38036 .
38037  Addison Wesley, 2004
38038 \end_layout
38039
38040 \begin_layout Bibliography
38041 \begin_inset CommandInset bibitem
38042 LatexCommand bibitem
38043 key "Mathmode"
38044
38045 \end_inset
38046
38047
38048 \begin_inset CommandInset href
38049 LatexCommand href
38050 name "Beschreibung"
38051 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38052
38053 \end_inset
38054
38055  der mathematischen Fähigkeiten von LaTeX
38056 \end_layout
38057
38058 \begin_layout Bibliography
38059 \begin_inset CommandInset bibitem
38060 LatexCommand bibitem
38061 key "AMS"
38062
38063 \end_inset
38064
38065
38066 \begin_inset CommandInset href
38067 LatexCommand href
38068 name "Beschreibung"
38069 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38070
38071 \end_inset
38072
38073  von 
38074 \begin_inset ERT
38075 status collapsed
38076
38077 \begin_layout Plain Layout
38078
38079
38080 \backslash
38081 AmS
38082 \end_layout
38083
38084 \end_inset
38085
38086 -LaTeX
38087 \end_layout
38088
38089 \begin_layout Bibliography
38090 \begin_inset CommandInset bibitem
38091 LatexCommand bibitem
38092 key "Symbole"
38093
38094 \end_inset
38095
38096
38097 \begin_inset CommandInset href
38098 LatexCommand href
38099 name "Auflistung"
38100 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38101
38102 \end_inset
38103
38104  aller über LaTeX-Pakete verfügbare Symbole
38105 \end_layout
38106
38107 \begin_layout Bibliography
38108 \begin_inset CommandInset bibitem
38109 LatexCommand bibitem
38110 key "cancel"
38111
38112 \end_inset
38113
38114
38115 \begin_inset CommandInset href
38116 LatexCommand href
38117 name "Dokumentation"
38118 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38119
38120 \end_inset
38121
38122  des LaTeX-Pakets 
38123 \series bold
38124 cancel
38125 \series default
38126
38127 \begin_inset Index idx
38128 status collapsed
38129
38130 \begin_layout Plain Layout
38131 Pakete ! cancel
38132 \end_layout
38133
38134 \end_inset
38135
38136
38137 \end_layout
38138
38139 \begin_layout Bibliography
38140 \begin_inset CommandInset bibitem
38141 LatexCommand bibitem
38142 key "hyperref"
38143
38144 \end_inset
38145
38146
38147 \begin_inset CommandInset href
38148 LatexCommand href
38149 name "Dokumentation"
38150 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38151
38152 \end_inset
38153
38154  des LaTeX-Pakets 
38155 \series bold
38156 hyperref
38157 \series default
38158
38159 \begin_inset Index idx
38160 status collapsed
38161
38162 \begin_layout Plain Layout
38163 Pakete ! hyperref
38164 \end_layout
38165
38166 \end_inset
38167
38168
38169 \end_layout
38170
38171 \begin_layout Bibliography
38172 \begin_inset CommandInset bibitem
38173 LatexCommand bibitem
38174 key "mhchem"
38175
38176 \end_inset
38177
38178
38179 \begin_inset CommandInset href
38180 LatexCommand href
38181 name "Dokumentation"
38182 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38183
38184 \end_inset
38185
38186  des LaTeX-Pakets 
38187 \series bold
38188 mhchem
38189 \series default
38190
38191 \begin_inset Index idx
38192 status collapsed
38193
38194 \begin_layout Plain Layout
38195 Pakete ! mhchem
38196 \end_layout
38197
38198 \end_inset
38199
38200
38201 \end_layout
38202
38203 \begin_layout Bibliography
38204 \begin_inset CommandInset bibitem
38205 LatexCommand bibitem
38206 key "Mathclap"
38207
38208 \end_inset
38209
38210
38211 \begin_inset CommandInset href
38212 LatexCommand href
38213 name "Beschreibung"
38214 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38215
38216 \end_inset
38217
38218  des in 
38219 \begin_inset CommandInset ref
38220 LatexCommand ref
38221 reference "sub:Operatorgrenzen"
38222
38223 \end_inset
38224
38225  vorgestellten Befehls 
38226 \series bold
38227
38228 \backslash
38229 mathclap
38230 \series default
38231
38232 \begin_inset Index idx
38233 status collapsed
38234
38235 \begin_layout Plain Layout
38236 Befehle ! M ! 
38237 \backslash
38238 mathclap
38239 \end_layout
38240
38241 \end_inset
38242
38243
38244 \end_layout
38245
38246 \begin_layout Bibliography
38247 \begin_inset CommandInset bibitem
38248 LatexCommand bibitem
38249 key "Duden"
38250
38251 \end_inset
38252
38253
38254 \emph on
38255 Duden Band 1
38256 \emph default
38257 .
38258  22.
38259  Auflage, Duden Verlag 2001
38260 \end_layout
38261
38262 \begin_layout Bibliography
38263 \begin_inset CommandInset bibitem
38264 LatexCommand bibitem
38265 key "Checklist"
38266
38267 \end_inset
38268
38269
38270 \begin_inset CommandInset href
38271 LatexCommand href
38272 name "Prüfliste"
38273 target "http://physics.nist.gov/Document/checklist.pdf"
38274
38275 \end_inset
38276
38277  für das Rezensieren von Manuskripten
38278 \end_layout
38279
38280 \begin_layout Standard
38281 \begin_inset Note Note
38282 status collapsed
38283
38284 \begin_layout Plain Layout
38285 Damit der Index den Namen 
38286 \begin_inset Quotes gld
38287 \end_inset
38288
38289 Stichwortverzeichnis
38290 \begin_inset Quotes grd
38291 \end_inset
38292
38293  erhält, wurde im LaTeX-Vorspann
38294 \end_layout
38295
38296 \begin_layout Plain Layout
38297
38298 \series bold
38299
38300 \backslash
38301 addto
38302 \backslash
38303 captionsngerman{
38304 \backslash
38305 renewcommand{
38306 \backslash
38307 indexname}{Stichwortverzeichnis}}
38308 \end_layout
38309
38310 \begin_layout Plain Layout
38311 eingefügt.
38312 \end_layout
38313
38314 \begin_layout Plain Layout
38315 Das Paket 
38316 \series bold
38317 babel
38318 \series default
38319  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38320  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38321  Außerdem wird 
38322 \series bold
38323 babel
38324 \series default
38325  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38326  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38327 che verwendet wurde.
38328 \end_layout
38329
38330 \begin_layout Plain Layout
38331 Möchte man andere Beschriftungen ändern, ersetzt man 
38332 \series bold
38333
38334 \backslash
38335 indexname
38336 \series default
38337  durch 
38338 \series bold
38339
38340 \backslash
38341 <Beschriftungs>name
38342 \series default
38343 .
38344  Eine Auflistung der möglichen Namen findet man unter
38345 \end_layout
38346
38347 \begin_layout Plain Layout
38348
38349 \family typewriter
38350 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38351 \end_layout
38352
38353 \begin_layout Plain Layout
38354 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38355 \series bold
38356 ngerman
38357 \series default
38358  durch die Dokumentsprache und
38359 \end_layout
38360
38361 \begin_layout Plain Layout
38362
38363 \series bold
38364
38365 \backslash
38366 captionsgerman
38367 \series default
38368  durch 
38369 \series bold
38370
38371 \backslash
38372 captions<Dokumentsprache>
38373 \series default
38374 .
38375 \end_layout
38376
38377 \end_inset
38378
38379
38380 \begin_inset CommandInset index_print
38381 LatexCommand printindex
38382 type "idx"
38383
38384 \end_inset
38385
38386
38387 \end_layout
38388
38389 \end_body
38390 \end_document