]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
- EmbeddedObjects.lyx: correct the description of Automatic Reference Naming
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
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 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \addto\extrasngerman{%
43  \renewcommand*{\equationautorefname}[1]{}
44  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
45  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
46  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
47 }
48
49 % Makros damit Pakete nicht doppelt geladen werden.
50 % siehe erste Fußnote in Kap. 9.3
51 \@ifundefined{textcolor}{\usepackage{color}}{}
52
53 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
54 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
55 \pagenumbering{roman}
56 \let\myTOC\tableofcontents
57 \renewcommand{\tableofcontents}{%
58  \vspace{1cm}
59  \pdfbookmark[1]{\contentsname}{}
60  \myTOC
61  \cleardoublepage
62  \pagenumbering{arabic}}
63
64 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
65 \let\myFoot\footnote
66 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
67
68 % provides caption formatting
69 \setkomafont{captionlabel}{\bfseries}
70
71 % benutzt in Kap. 24.5
72 \usepackage[samesize]{cancel}
73
74 % enables calculation of values
75 \usepackage{calc}
76
77 % für Mehrfachzeilen, benutzt in Kap. 24.7
78 \usepackage{multicol}
79
80 % benutzt in Kap. 19.4
81 \usepackage{remreset}
82
83 % für das Fourier-Transformationssymbol
84 \usepackage{mathrsfs}
85
86 % Farbdefinition aus Kap. 9.3
87 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
88
89 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
90 \DeclareMathOperator*{\Raute}{\blacklozenge}
91 \DeclareMathOperator{\sgn}{sgn}
92
93 \newcommand{\leer}{\textvisiblespace}
94
95 % Beispielbefehle aus Kap. 20.1 
96 \newcommand{\gr}{\Longrightarrow}
97 \newcommand{\us}[1]{\underline{#1}}
98 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
99 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
100 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
101
102 % Beispielmakro aus Kap. 19.4
103 %\def\tagform@#1{\maketag@@@{|#1|}}
104
105 % Makro aus Kap. 10.2
106 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
107 \def\mathclap {\mathpalette \mathclapinternal}
108 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
109
110 % Damit der Index einen anderen Namen erhält.
111 \addto\captionsngerman
112 {\renewcommand{\indexname}
113 {Stichwort- und Befehlsverzeichnis}}
114
115 % ------------------------------------
116 % used to check for needed LaTeX packages
117 \usepackage{ifthen}
118
119 % testen ob das Paket eurosym installiert ist
120 % wird benutzt für das Euro-Symbol
121 \newboolean{eurosym}
122 \IfFileExists{eurosym.sty}
123  {\usepackage[gennarrow]{eurosym}
124   \setboolean{eurosym}{true}}
125  {\setboolean{eurosym}{false}}
126
127 % testen ob Paket braket installiert ist
128 % benötigt für physikalische Vektoren
129 \newboolean{braket}
130 \IfFileExists{braket.sty}
131  {\usepackage{braket}
132   \setboolean{braket}{true}}
133  {\setboolean{braket}{false}}
134
135 % testen ob Paket cancel installiert ist
136 \newboolean{cancel}
137 \IfFileExists{cancel.sty}
138  {\usepackage{cancel}
139   \setboolean{cancel}{true}}
140  {\setboolean{cancel}{false}}
141
142 % testen ob Paket upgreek installiert ist
143 \newboolean{upgreek}
144 \IfFileExists{upgreek.sty}
145  {\usepackage{upgreek}
146   \setboolean{upgreek}{true}}
147  {\setboolean{upgreek}{false}}
148
149 % benötigt für Kommas in Formeln, siehe Kap. 22.3
150 \IfFileExists{icomma.sty}
151  {\usepackage{icomma}}{}
152 \end_preamble
153 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
154 \use_default_options false
155 \maintain_unincluded_children false
156 \language ngerman
157 \language_package default
158 \inputencoding auto
159 \fontencoding global
160 \font_roman default
161 \font_sans default
162 \font_typewriter default
163 \font_default_family default
164 \use_non_tex_fonts false
165 \font_sc false
166 \font_osf false
167 \font_sf_scale 100
168 \font_tt_scale 100
169
170 \graphics default
171 \default_output_format default
172 \output_sync 0
173 \bibtex_command default
174 \index_command default
175 \paperfontsize 12
176 \spacing single
177 \use_hyperref true
178 \pdf_title "LyXs Mathehandbuch"
179 \pdf_author "LyX Team, Uwe Stöhr"
180 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
181 \pdf_keywords "LyX, Mathed"
182 \pdf_bookmarks true
183 \pdf_bookmarksnumbered true
184 \pdf_bookmarksopen true
185 \pdf_bookmarksopenlevel 1
186 \pdf_breaklinks false
187 \pdf_pdfborder false
188 \pdf_colorlinks true
189 \pdf_backref false
190 \pdf_pdfusetitle false
191 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
192 \papersize a4paper
193 \use_geometry false
194 \use_amsmath 2
195 \use_esint 1
196 \use_mhchem 1
197 \use_mathdots 1
198 \cite_engine basic
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Stichwortverzeichnis
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 4
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language german
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_css_as_file 0
224 \html_be_strict false
225 \end_header
226
227 \begin_body
228
229 \begin_layout Title
230 LyXs detailliertes Mathe Handbuch
231 \end_layout
232
233 \begin_layout Author
234 vom LyX Team
235 \begin_inset Foot
236 status collapsed
237
238 \begin_layout Plain Layout
239 \noindent
240 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
241 ons-Liste: 
242 \family typewriter
243
244 \begin_inset CommandInset href
245 LatexCommand href
246 name "lyx-docs@lists.lyx.org"
247 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
248
249 \end_inset
250
251
252 \end_layout
253
254 \end_inset
255
256
257 \begin_inset Note Note
258 status collapsed
259
260 \begin_layout Plain Layout
261 Verfasser: Uwe Stöhr
262 \end_layout
263
264 \end_inset
265
266
267 \begin_inset Newline newline
268 \end_inset
269
270
271 \begin_inset Newline newline
272 \end_inset
273
274
275 \family sans
276 Version 2.0.x
277 \end_layout
278
279 \begin_layout Standard
280 \begin_inset CommandInset toc
281 LatexCommand tableofcontents
282
283 \end_inset
284
285
286 \end_layout
287
288 \begin_layout Standard
289 \begin_inset Note Note
290 status open
291
292 \begin_layout Plain Layout
293 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
294  
295 \series bold
296 braket, cancel, eurosym, mathdots, mhchem
297 \series default
298  und 
299 \series bold
300 was
301 \series default
302  installiert sein.
303  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
304  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
305  nicht im Ausdruck.
306  Eine Ausnahme ist 
307 \series bold
308 mhchem
309 \series default
310 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
311 \end_layout
312
313 \begin_layout Plain Layout
314 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
315 \begin_inset Newline newline
316 \end_inset
317
318
319 \series bold
320 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
321 \end_layout
322
323 \end_inset
324
325
326 \end_layout
327
328 \begin_layout Standard
329 \begin_inset Newpage newpage
330 \end_inset
331
332
333 \end_layout
334
335 \begin_layout Section
336 Einleitung
337 \end_layout
338
339 \begin_layout Standard
340 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
341  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
342  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
343 tten.
344  Das setzt voraus, dass bereits das Kapitel 
345 \family typewriter
346 Mathematische
347 \family default
348  
349 \family typewriter
350 Formeln
351 \family default
352  des Benutzerhandbuchs gelesen worden ist.
353 \end_layout
354
355 \begin_layout Standard
356 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
357 \family sans
358 Einfügen
359 \series bold
360 \SpecialChar \menuseparator
361
362 \series default
363 Mathe
364 \family default
365  oder die 
366 \family sans
367 Mathe-Werkzeugleiste
368 \family default
369  aufrufbar.
370  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
371  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
372  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
373  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
374 \end_layout
375
376 \begin_layout Standard
377 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
378  LyX verfügbar.
379  Um alle Befehle nutzen zu können, muss die Option 
380 \family sans
381 AMS-Mathe-Paket verwenden
382 \family default
383  im Menü 
384 \family sans
385 Dokument\SpecialChar \menuseparator
386 Einstellungen\SpecialChar \menuseparator
387 Mathe Optionen
388 \family default
389  aktiviert sein.
390 \begin_inset Foot
391 status collapsed
392
393 \begin_layout Plain Layout
394 Die 
395 \family sans
396 Option
397 \family default
398  
399 \family sans
400 AMS-Mathe-Paket automatisch verwenden
401 \family default
402  verwendet 
403 \begin_inset ERT
404 status collapsed
405
406 \begin_layout Plain Layout
407
408
409 \backslash
410 AmS 
411 \end_layout
412
413 \end_inset
414
415 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
416  LyX unterstützt.
417 \end_layout
418
419 \end_inset
420
421
422 \end_layout
423
424 \begin_layout Standard
425 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
426 listung
427  aller 
428 \begin_inset ERT
429 status collapsed
430
431 \begin_layout Plain Layout
432
433
434 \backslash
435 AmS 
436 \end_layout
437
438 \end_inset
439
440 -Mathe Befehle
441 \begin_inset Foot
442 status collapsed
443
444 \begin_layout Plain Layout
445 Eine Liste mit allen 
446 \begin_inset ERT
447 status collapsed
448
449 \begin_layout Plain Layout
450
451
452 \backslash
453 AmS
454 \end_layout
455
456 \end_inset
457
458 -Mathe Befehlen findet sich in der Datei 
459 \family sans
460
461 \begin_inset CommandInset href
462 LatexCommand href
463 name "amsguide.ps"
464 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
465
466 \end_inset
467
468
469 \family default
470 , die Teil jeder LaTeX-Standardinstallation ist.
471 \end_layout
472
473 \end_inset
474
475  verzichtet.
476 \end_layout
477
478 \begin_layout Section
479 Allgemeine Hinweise
480 \end_layout
481
482 \begin_layout Standard
483 Um eine in einer Textzeile eingebettete Formel
484 \begin_inset Index idx
485 status collapsed
486
487 \begin_layout Plain Layout
488 Formel ! eingebettete
489 \end_layout
490
491 \end_inset
492
493  zu erstellen, drückt man 
494 \family sans
495 Strg+M
496 \family default
497  oder den Werkzeugleistenknopf 
498 \begin_inset Graphics
499         filename ../../images/math-mode.png
500         scale 85
501
502 \end_inset
503
504 .
505 \begin_inset Newline newline
506 \end_inset
507
508 Um eine abgesetzte Formel
509 \begin_inset Index idx
510 status collapsed
511
512 \begin_layout Plain Layout
513 Formel ! abgesetzte
514 \end_layout
515
516 \end_inset
517
518  zu erstellen, drückt man 
519 \family sans
520 Strg+Shift+M
521 \family default
522 .
523 \end_layout
524
525 \begin_layout Standard
526 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
527  Cursor in die Formel und drückt 
528 \family sans
529 Strg+Shift+M
530 \family default
531  oder benutzt das Menü 
532 \family sans
533 Bearbeiten\SpecialChar \menuseparator
534 Mathe\SpecialChar \menuseparator
535
536 \begin_inset Newline linebreak
537 \end_inset
538
539 Formelart ändern
540 \family default
541 .
542  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
543  umwandeln.
544 \end_layout
545
546 \begin_layout Standard
547 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
548  gibt man in die Formel den Befehl 
549 \series bold
550
551 \backslash
552 displaystyle
553 \series default
554
555 \begin_inset Index idx
556 status collapsed
557
558 \begin_layout Plain Layout
559 Befehle ! D ! 
560 \backslash
561 displaystyle
562 \end_layout
563
564 \end_inset
565
566  ein.
567  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
568  wird.
569 \end_layout
570
571 \begin_layout Standard
572 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
573 \end_layout
574
575 \begin_layout Standard
576 Die 
577 \family sans
578 Mathe-Werkzeugleiste
579 \family default
580  kann über das Menü 
581 \family sans
582 Ansicht\SpecialChar \menuseparator
583 Werkzeugleisten
584 \family default
585  eingeblendet werden.
586  Wenn dort auf 
587 \begin_inset Quotes eld
588 \end_inset
589
590 Mathe
591 \begin_inset Quotes erd
592 \end_inset
593
594  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
595  diese Einstellung wird durch ein Häkchen im Menü 
596 \family sans
597 Werkzeugleisten
598 \family default
599  angezeigt.
600  Wenn nun im Menü 
601 \family sans
602 Werkzeugleisten
603 \family default
604  nochmal auf 
605 \begin_inset Quotes eld
606 \end_inset
607
608 Mathe
609 \begin_inset Quotes erd
610 \end_inset
611
612  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
613  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
614  des Menüeintrags von 
615 \begin_inset Quotes eld
616 \end_inset
617
618 Mathe
619 \begin_inset Quotes erd
620 \end_inset
621
622  zu 
623 \begin_inset Quotes eld
624 \end_inset
625
626 Mathe
627 \begin_inset space ~
628 \end_inset
629
630 (automatisch)
631 \begin_inset Quotes erd
632 \end_inset
633
634  angezeigt.
635 \end_layout
636
637 \begin_layout Standard
638 In den TeX-Modus
639 \begin_inset Index idx
640 status collapsed
641
642 \begin_layout Plain Layout
643 T@TeX-Modus
644 \end_layout
645
646 \end_inset
647
648  gelangt man über den Werkzeugleistenknopf 
649 \begin_inset Graphics
650         filename ../../images/ert-insert.png
651         scale 85
652
653 \end_inset
654
655  oder das Menü 
656 \family sans
657 Einfügen\SpecialChar \menuseparator
658 Te
659 \begin_inset ERT
660 status collapsed
661
662 \begin_layout Plain Layout
663
664 {}
665 \end_layout
666
667 \end_inset
668
669 X
670 \begin_inset space ~
671 \end_inset
672
673 Code
674 \family default
675  (Tastenkürzel 
676 \family sans
677 Strg+L
678 \family default
679 ).
680 \begin_inset Note Note
681 status collapsed
682
683 \begin_layout Plain Layout
684 In LyX gibt es drei 
685 \begin_inset Quotes gld
686 \end_inset
687
688 Eigennamen
689 \begin_inset Quotes grd
690 \end_inset
691
692 , die im Ausdruck mit hoch bzw.
693  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
694 \end_layout
695
696 \begin_layout Plain Layout
697 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
698  man ein TeX-Klammerpaar ein.
699 \end_layout
700
701 \end_inset
702
703
704 \end_layout
705
706 \begin_layout Standard
707 In den LaTeX-Vorspann
708 \begin_inset Index idx
709 status collapsed
710
711 \begin_layout Plain Layout
712 L@LaTeX-Vorspann
713 \end_layout
714
715 \end_inset
716
717  gelangt man über das Menü 
718 \family sans
719 Dokument\SpecialChar \menuseparator
720 Einstellungen\SpecialChar \menuseparator
721 LaT
722 \begin_inset ERT
723 status collapsed
724
725 \begin_layout Plain Layout
726
727 {}
728 \end_layout
729
730 \end_inset
731
732 eX-Vorspann
733 \family default
734 .
735 \end_layout
736
737 \begin_layout Standard
738 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
739 en Formeln kann man die Menüs 
740 \family sans
741 Bearbeiten\SpecialChar \menuseparator
742 Mathe
743 \family default
744  und 
745 \family sans
746 Bearbeiten\SpecialChar \menuseparator
747 Zeilen
748 \begin_inset space \thinspace{}
749 \end_inset
750
751 &
752 \begin_inset space \thinspace{}
753 \end_inset
754
755 Spalten
756 \family default
757  oder die 
758 \family sans
759 Tabellen-Werkzeugleiste
760 \family default
761  verwenden.
762  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
763  die Spalte bzw.
764  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
765  bzw.
766  darunter liegenden Zeile vertauscht.
767  Befindet sich der Cursor in der letzten Spalte bzw.
768  Zeile, wird mit der links daneben stehenden Spalte bzw.
769  darüber liegenden Zeile vertauscht.
770 \end_layout
771
772 \begin_layout Standard
773 Zum Schreiben von Text in einer Formel
774 \begin_inset Foot
775 status collapsed
776
777 \begin_layout Plain Layout
778 Bei mehrzeiligen Formeln wird der Befehl 
779 \series bold
780
781 \backslash
782 intertext
783 \series default
784  verwendet, siehe 
785 \begin_inset CommandInset ref
786 LatexCommand ref
787 reference "sub:Text-in-mehrzeiligen"
788
789 \end_inset
790
791 .
792 \end_layout
793
794 \end_inset
795
796  verwendet man den 
797 \emph on
798 mathematischen Textmodus
799 \emph default
800
801 \begin_inset Index idx
802 status collapsed
803
804 \begin_layout Plain Layout
805 Text ! in Formeln
806 \end_layout
807
808 \end_inset
809
810
811 \begin_inset Index idx
812 status collapsed
813
814 \begin_layout Plain Layout
815 Mathematischer Textmodus
816 \end_layout
817
818 \end_inset
819
820 , in den man mit dem Tastenkürzel 
821 \family sans
822 Alt+M
823 \begin_inset space ~
824 \end_inset
825
826 M
827 \family default
828  oder durch Eingabe des Befehls 
829 \series bold
830
831 \backslash
832 text
833 \begin_inset Index idx
834 status collapsed
835
836 \begin_layout Plain Layout
837 Befehle ! T ! 
838 \backslash
839 text
840 \end_layout
841
842 \end_inset
843
844
845 \series default
846  gelangt.
847  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
848  Formel unterscheiden.
849  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
850  anderen Zeichen einer Formel nicht kursiv.
851 \end_layout
852
853 \begin_layout Subsection*
854 Befehlsschema
855 \end_layout
856
857 \begin_layout Standard
858 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
859  Schema:
860 \end_layout
861
862 \begin_layout Standard
863
864 \series bold
865
866 \backslash
867 Befehlsname[optionales
868 \series default
869  
870 \series bold
871 Argument]{anzugebendes
872 \series default
873  
874 \series bold
875 Argument}
876 \end_layout
877
878 \begin_layout Standard
879 Ein Befehl muss immer mit einem Backslash 
880 \begin_inset Quotes gld
881 \end_inset
882
883
884 \series bold
885
886 \backslash
887
888 \series default
889
890 \begin_inset Quotes grd
891 \end_inset
892
893  beginnen.
894  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
895  eckigen Klammern weggelassen werden.
896  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
897 \begin_inset Index idx
898 status collapsed
899
900 \begin_layout Plain Layout
901 T@TeX-Klammern
902 \end_layout
903
904 \end_inset
905
906  bezeichnet.
907  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
908  an, erzeugt LyX automatisch eine TeX-Klammer.
909  Ansonsten werden sie in Formeln mit dem Befehl 
910 \series bold
911
912 \backslash
913 {
914 \series default
915  erzeugt.
916  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
917  Klammern, die blau erscheinen.
918  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
919  TeX-Klammern erscheinen nicht im Ausdruck.
920 \end_layout
921
922 \begin_layout Standard
923 Werden Befehle ohne Argumente, wie z.
924 \begin_inset space \thinspace{}
925 \end_inset
926
927 B.
928  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
929 \emph on
930 immer
931 \emph default
932  ein Leerzeichen folgen um ihn zu beenden.
933  Dieses Leerzeichen erscheint nicht im Ausdruck.
934  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
935  normalen Text ein geschütztes Leerzeichen folgen.
936 \end_layout
937
938 \begin_layout Standard
939 Ein geschütztes Leerzeichen gibt man mit 
940 \family sans
941 Strg+Leertaste
942 \family default
943  ein.
944 \end_layout
945
946 \begin_layout Subsection*
947 Zeichenerklärung
948 \end_layout
949
950 \begin_layout Itemize
951 Das Symbol
952 \begin_inset Foot
953 status collapsed
954
955 \begin_layout Plain Layout
956 Dieses sichtbare Leerzeichen erhält man über den Befehl 
957 \series bold
958
959 \backslash
960 textvisiblespace
961 \series default
962
963 \begin_inset Index idx
964 status collapsed
965
966 \begin_layout Plain Layout
967 Befehle ! T ! 
968 \backslash
969 textvisiblespace
970 \end_layout
971
972 \end_inset
973
974 , der im TeX-Modus einzugeben ist.
975 \end_layout
976
977 \end_inset
978
979  
980 \begin_inset ERT
981 status collapsed
982
983 \begin_layout Plain Layout
984
985
986 \backslash
987 leer 
988 \end_layout
989
990 \end_inset
991
992
993 \begin_inset space ~
994 \end_inset
995
996 steht für ein einzugebendes Leerzeichen.
997 \end_layout
998
999 \begin_layout Itemize
1000 Ein Pfeil wie z.
1001 \begin_inset space \thinspace{}
1002 \end_inset
1003
1004 B.
1005  
1006 \begin_inset Formula $\to$
1007 \end_inset
1008
1009  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1010 \end_layout
1011
1012 \begin_layout Subsection*
1013 Verfügbare Einheiten
1014 \end_layout
1015
1016 \begin_layout Standard
1017 \align center
1018 \begin_inset Float table
1019 placement H
1020 wide false
1021 sideways false
1022 status open
1023
1024 \begin_layout Plain Layout
1025 \align center
1026 \begin_inset Caption
1027
1028 \begin_layout Plain Layout
1029 \begin_inset CommandInset label
1030 LatexCommand label
1031 name "tab:Verfügbare-Einheiten"
1032
1033 \end_inset
1034
1035 Verfügbare Einheiten
1036 \end_layout
1037
1038 \end_inset
1039
1040
1041 \end_layout
1042
1043 \begin_layout Plain Layout
1044 \align center
1045 \begin_inset Tabular
1046 <lyxtabular version="3" rows="13" columns="2">
1047 <features tabularvalignment="middle">
1048 <column alignment="center" valignment="top" width="0">
1049 <column alignment="center" valignment="top" width="0">
1050 <row>
1051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1052 \begin_inset Text
1053
1054 \begin_layout Plain Layout
1055 Einheit
1056 \end_layout
1057
1058 \end_inset
1059 </cell>
1060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1061 \begin_inset Text
1062
1063 \begin_layout Plain Layout
1064 Name / Beschreibung
1065 \end_layout
1066
1067 \end_inset
1068 </cell>
1069 </row>
1070 <row>
1071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1072 \begin_inset Text
1073
1074 \begin_layout Plain Layout
1075 mm
1076 \end_layout
1077
1078 \end_inset
1079 </cell>
1080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1081 \begin_inset Text
1082
1083 \begin_layout Plain Layout
1084 Millimeter
1085 \end_layout
1086
1087 \end_inset
1088 </cell>
1089 </row>
1090 <row>
1091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1092 \begin_inset Text
1093
1094 \begin_layout Plain Layout
1095 cm
1096 \end_layout
1097
1098 \end_inset
1099 </cell>
1100 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1101 \begin_inset Text
1102
1103 \begin_layout Plain Layout
1104 Zentimeter
1105 \end_layout
1106
1107 \end_inset
1108 </cell>
1109 </row>
1110 <row>
1111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1112 \begin_inset Text
1113
1114 \begin_layout Plain Layout
1115 in
1116 \end_layout
1117
1118 \end_inset
1119 </cell>
1120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1121 \begin_inset Text
1122
1123 \begin_layout Plain Layout
1124 Inch / Zoll (1
1125 \begin_inset space \thinspace{}
1126 \end_inset
1127
1128 in = 2,54
1129 \begin_inset space \thinspace{}
1130 \end_inset
1131
1132 cm)
1133 \end_layout
1134
1135 \end_inset
1136 </cell>
1137 </row>
1138 <row>
1139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1140 \begin_inset Text
1141
1142 \begin_layout Plain Layout
1143 pt
1144 \end_layout
1145
1146 \end_inset
1147 </cell>
1148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1149 \begin_inset Text
1150
1151 \begin_layout Plain Layout
1152 Punkt (72,27
1153 \begin_inset space \thinspace{}
1154 \end_inset
1155
1156 pt = 1
1157 \begin_inset space \thinspace{}
1158 \end_inset
1159
1160 in)
1161 \end_layout
1162
1163 \end_inset
1164 </cell>
1165 </row>
1166 <row>
1167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1168 \begin_inset Text
1169
1170 \begin_layout Plain Layout
1171 pc
1172 \end_layout
1173
1174 \end_inset
1175 </cell>
1176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1177 \begin_inset Text
1178
1179 \begin_layout Plain Layout
1180 Pica (1
1181 \begin_inset space \thinspace{}
1182 \end_inset
1183
1184 pc = 12
1185 \begin_inset space \thinspace{}
1186 \end_inset
1187
1188 pt)
1189 \end_layout
1190
1191 \end_inset
1192 </cell>
1193 </row>
1194 <row>
1195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1196 \begin_inset Text
1197
1198 \begin_layout Plain Layout
1199 sp
1200 \end_layout
1201
1202 \end_inset
1203 </cell>
1204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1205 \begin_inset Text
1206
1207 \begin_layout Plain Layout
1208 scaled point (65536
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 sp = 1
1213 \begin_inset space \thinspace{}
1214 \end_inset
1215
1216 pt)
1217 \end_layout
1218
1219 \end_inset
1220 </cell>
1221 </row>
1222 <row>
1223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1224 \begin_inset Text
1225
1226 \begin_layout Plain Layout
1227 bp
1228 \end_layout
1229
1230 \end_inset
1231 </cell>
1232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1233 \begin_inset Text
1234
1235 \begin_layout Plain Layout
1236 big point (72
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 bp = 1
1241 \begin_inset space \thinspace{}
1242 \end_inset
1243
1244 in)
1245 \end_layout
1246
1247 \end_inset
1248 </cell>
1249 </row>
1250 <row>
1251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1252 \begin_inset Text
1253
1254 \begin_layout Plain Layout
1255 dd
1256 \end_layout
1257
1258 \end_inset
1259 </cell>
1260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1261 \begin_inset Text
1262
1263 \begin_layout Plain Layout
1264 Didot (1
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 dd 
1269 \begin_inset Formula $\approx$
1270 \end_inset
1271
1272  0,376
1273 \begin_inset space \thinspace{}
1274 \end_inset
1275
1276 mm)
1277 \end_layout
1278
1279 \end_inset
1280 </cell>
1281 </row>
1282 <row>
1283 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1284 \begin_inset Text
1285
1286 \begin_layout Plain Layout
1287 cc
1288 \end_layout
1289
1290 \end_inset
1291 </cell>
1292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1293 \begin_inset Text
1294
1295 \begin_layout Plain Layout
1296 Cicero (1
1297 \begin_inset space \thinspace{}
1298 \end_inset
1299
1300 cc = 12
1301 \begin_inset space \thinspace{}
1302 \end_inset
1303
1304 dd)
1305 \end_layout
1306
1307 \end_inset
1308 </cell>
1309 </row>
1310 <row>
1311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1312 \begin_inset Text
1313
1314 \begin_layout Plain Layout
1315 ex
1316 \end_layout
1317
1318 \end_inset
1319 </cell>
1320 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1321 \begin_inset Text
1322
1323 \begin_layout Plain Layout
1324 Höhe des Buchstabens 
1325 \emph on
1326 x
1327 \emph default
1328  in der aktuellen Schrift
1329 \end_layout
1330
1331 \end_inset
1332 </cell>
1333 </row>
1334 <row>
1335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1336 \begin_inset Text
1337
1338 \begin_layout Plain Layout
1339 em
1340 \end_layout
1341
1342 \end_inset
1343 </cell>
1344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1345 \begin_inset Text
1346
1347 \begin_layout Plain Layout
1348 Breite des Buchstabens 
1349 \emph on
1350 M
1351 \emph default
1352  in der aktuellen Schrift
1353 \end_layout
1354
1355 \end_inset
1356 </cell>
1357 </row>
1358 <row>
1359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1360 \begin_inset Text
1361
1362 \begin_layout Plain Layout
1363 mu
1364 \end_layout
1365
1366 \end_inset
1367 </cell>
1368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1369 \begin_inset Text
1370
1371 \begin_layout Plain Layout
1372 math unit (1
1373 \begin_inset space \thinspace{}
1374 \end_inset
1375
1376 mu = 
1377 \begin_inset Formula $\nicefrac{1}{18}$
1378 \end_inset
1379
1380
1381 \begin_inset space \thinspace{}
1382 \end_inset
1383
1384 em)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 </lyxtabular>
1391
1392 \end_inset
1393
1394
1395 \end_layout
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \begin_layout Standard
1403 \begin_inset Newpage newpage
1404 \end_inset
1405
1406
1407 \end_layout
1408
1409 \begin_layout Section
1410 Grundlegende Funktionen
1411 \end_layout
1412
1413 \begin_layout Subsection
1414 Exponenten
1415 \begin_inset Index idx
1416 status collapsed
1417
1418 \begin_layout Plain Layout
1419 Exponenten
1420 \end_layout
1421
1422 \end_inset
1423
1424  und Indizes
1425 \begin_inset Index idx
1426 status collapsed
1427
1428 \begin_layout Plain Layout
1429 Indizes
1430 \end_layout
1431
1432 \end_inset
1433
1434
1435 \begin_inset Index idx
1436 status collapsed
1437
1438 \begin_layout Plain Layout
1439 Hochstellen|see
1440 \begin_inset ERT
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444
1445 {
1446 \end_layout
1447
1448 \end_inset
1449
1450 Exponenten
1451 \begin_inset ERT
1452 status collapsed
1453
1454 \begin_layout Plain Layout
1455
1456 }
1457 \end_layout
1458
1459 \end_inset
1460
1461
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \begin_inset Index idx
1468 status collapsed
1469
1470 \begin_layout Plain Layout
1471 Tiefstellen|see
1472 \begin_inset ERT
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476
1477 {
1478 \end_layout
1479
1480 \end_inset
1481
1482 Indizes
1483 \begin_inset ERT
1484 status collapsed
1485
1486 \begin_layout Plain Layout
1487
1488 }
1489 \end_layout
1490
1491 \end_inset
1492
1493
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1503  
1504 \begin_inset Graphics
1505         filename ../../images/math-subscript.png
1506         scale 85
1507
1508 \end_inset
1509
1510 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1511  
1512 \begin_inset Graphics
1513         filename ../../images/math-superscript.png
1514         scale 85
1515
1516 \end_inset
1517
1518  erzeugt.
1519 \end_layout
1520
1521 \begin_layout Standard
1522 \align center
1523 \begin_inset Tabular
1524 <lyxtabular version="3" rows="4" columns="2">
1525 <features tabularvalignment="middle">
1526 <column alignment="center" valignment="top" width="0pt">
1527 <column alignment="center" valignment="top" width="0pt">
1528 <row>
1529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1530 \begin_inset Text
1531
1532 \begin_layout Plain Layout
1533 Befehl
1534 \end_layout
1535
1536 \end_inset
1537 </cell>
1538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1539 \begin_inset Text
1540
1541 \begin_layout Plain Layout
1542 Ergebnis
1543 \begin_inset Note Note
1544 status collapsed
1545
1546 \begin_layout Plain Layout
1547
1548 \series bold
1549
1550 \backslash
1551 raisebox
1552 \series default
1553  dient nur als Abstandhalter.
1554 \end_layout
1555
1556 \end_inset
1557
1558
1559 \end_layout
1560
1561 \end_inset
1562 </cell>
1563 </row>
1564 <row>
1565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1566 \begin_inset Text
1567
1568 \begin_layout Plain Layout
1569 B_V
1570 \end_layout
1571
1572 \end_inset
1573 </cell>
1574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1575 \begin_inset Text
1576
1577 \begin_layout Plain Layout
1578 \begin_inset Formula $B_{V}$
1579 \end_inset
1580
1581
1582 \end_layout
1583
1584 \end_inset
1585 </cell>
1586 </row>
1587 <row>
1588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1589 \begin_inset Text
1590
1591 \begin_layout Plain Layout
1592 B^V
1593 \end_layout
1594
1595 \end_inset
1596 </cell>
1597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1598 \begin_inset Text
1599
1600 \begin_layout Plain Layout
1601 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1602 \end_inset
1603
1604
1605 \end_layout
1606
1607 \end_inset
1608 </cell>
1609 </row>
1610 <row>
1611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1612 \begin_inset Text
1613
1614 \begin_layout Plain Layout
1615 B^
1616 \begin_inset ERT
1617 status collapsed
1618
1619 \begin_layout Plain Layout
1620
1621
1622 \backslash
1623 leer 
1624 \end_layout
1625
1626 \end_inset
1627
1628 A
1629 \end_layout
1630
1631 \end_inset
1632 </cell>
1633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1634 \begin_inset Text
1635
1636 \begin_layout Plain Layout
1637 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1638 \end_inset
1639
1640
1641 \end_layout
1642
1643 \end_inset
1644 </cell>
1645 </row>
1646 </lyxtabular>
1647
1648 \end_inset
1649
1650
1651 \end_layout
1652
1653 \begin_layout Standard
1654 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1655 llt
1656 \begin_inset Foot
1657 status collapsed
1658
1659 \begin_layout Plain Layout
1660 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1661 \end_layout
1662
1663 \end_inset
1664
1665 .
1666  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1667  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1668 \end_layout
1669
1670 \begin_layout Subsection
1671 Brüche
1672 \begin_inset CommandInset label
1673 LatexCommand label
1674 name "sub:Brüche"
1675
1676 \end_inset
1677
1678
1679 \begin_inset Index idx
1680 status collapsed
1681
1682 \begin_layout Plain Layout
1683 Brüche
1684 \end_layout
1685
1686 \end_inset
1687
1688
1689 \end_layout
1690
1691 \begin_layout Standard
1692 Brüche werden mit dem Befehl 
1693 \series bold
1694
1695 \backslash
1696 frac
1697 \series default
1698
1699 \begin_inset Index idx
1700 status collapsed
1701
1702 \begin_layout Plain Layout
1703 Befehle ! F ! 
1704 \backslash
1705 frac
1706 \end_layout
1707
1708 \end_inset
1709
1710  oder mit dem Mathe-Werkzeugleistenknopf 
1711 \begin_inset Graphics
1712         filename ../../images/math/frac.png
1713         scale 50
1714
1715 \end_inset
1716
1717  erstellt.
1718  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1719  in einer eingebetteten oder abgesetzten Formel befindet.
1720  Mit dem Mathe-Werkzeugleistenknopf 
1721 \begin_inset Graphics
1722         filename ../../images/math/frac-square.png
1723         scale 85
1724
1725 \end_inset
1726
1727  können verschieden Bruchtypen gewählt werden.
1728 \end_layout
1729
1730 \begin_layout Standard
1731 Mit dem Befehl 
1732 \series bold
1733
1734 \backslash
1735 dfrac
1736 \series default
1737
1738 \begin_inset Index idx
1739 status collapsed
1740
1741 \begin_layout Plain Layout
1742 Befehle ! D ! 
1743 \backslash
1744 dfrac
1745 \end_layout
1746
1747 \end_inset
1748
1749  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1750  Formel erscheint.
1751  Mit 
1752 \series bold
1753
1754 \backslash
1755 tfrac
1756 \series default
1757
1758 \begin_inset Index idx
1759 status collapsed
1760
1761 \begin_layout Plain Layout
1762 Befehle ! T ! 
1763 \backslash
1764 tfrac
1765 \end_layout
1766
1767 \end_inset
1768
1769  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1770  Ein Beispiel:
1771 \end_layout
1772
1773 \begin_layout Standard
1774 Eine Zeile mit dem Bruch 
1775 \begin_inset Formula $\frac{1}{2}$
1776 \end_inset
1777
1778 , der mit dem Befehl 
1779 \series bold
1780
1781 \backslash
1782 frac
1783 \series default
1784  erstellt wurde.
1785 \end_layout
1786
1787 \begin_layout Standard
1788 Eine Zeile mit dem Bruch 
1789 \begin_inset Formula $\dfrac{1}{2}$
1790 \end_inset
1791
1792 , der mit dem Befehl 
1793 \series bold
1794
1795 \backslash
1796 dfrac
1797 \series default
1798  erstellt wurde.
1799 \end_layout
1800
1801 \begin_layout Standard
1802 \align center
1803 \begin_inset Tabular
1804 <lyxtabular version="3" rows="4" columns="2">
1805 <features tabularvalignment="middle">
1806 <column alignment="center" valignment="top" width="0pt">
1807 <column alignment="center" valignment="top" width="0pt">
1808 <row>
1809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1810 \begin_inset Text
1811
1812 \begin_layout Plain Layout
1813 Befehl
1814 \end_layout
1815
1816 \end_inset
1817 </cell>
1818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822 Ergebnis
1823 \begin_inset Note Note
1824 status collapsed
1825
1826 \begin_layout Plain Layout
1827
1828 \series bold
1829
1830 \backslash
1831 raisebox
1832 \series default
1833  dient nur als Abstandhalter.
1834 \end_layout
1835
1836 \end_inset
1837
1838
1839 \end_layout
1840
1841 \end_inset
1842 </cell>
1843 </row>
1844 <row>
1845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1846 \begin_inset Text
1847
1848 \begin_layout Plain Layout
1849
1850 \backslash
1851 frac
1852 \begin_inset ERT
1853 status collapsed
1854
1855 \begin_layout Plain Layout
1856
1857
1858 \backslash
1859 leer 
1860 \end_layout
1861
1862 \end_inset
1863
1864 A
1865 \begin_inset Formula $\downarrow$
1866 \end_inset
1867
1868 B
1869 \end_layout
1870
1871 \end_inset
1872 </cell>
1873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1874 \begin_inset Text
1875
1876 \begin_layout Plain Layout
1877 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1878 \end_inset
1879
1880
1881 \end_layout
1882
1883 \end_inset
1884 </cell>
1885 </row>
1886 <row>
1887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1888 \begin_inset Text
1889
1890 \begin_layout Plain Layout
1891
1892 \backslash
1893 dfrac
1894 \begin_inset ERT
1895 status collapsed
1896
1897 \begin_layout Plain Layout
1898
1899
1900 \backslash
1901 leer 
1902 \end_layout
1903
1904 \end_inset
1905
1906 A
1907 \begin_inset Formula $\downarrow$
1908 \end_inset
1909
1910 B
1911 \end_layout
1912
1913 \end_inset
1914 </cell>
1915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1916 \begin_inset Text
1917
1918 \begin_layout Plain Layout
1919 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1920 \end_inset
1921
1922
1923 \end_layout
1924
1925 \end_inset
1926 </cell>
1927 </row>
1928 <row>
1929 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1930 \begin_inset Text
1931
1932 \begin_layout Plain Layout
1933
1934 \backslash
1935 dfrac
1936 \begin_inset ERT
1937 status collapsed
1938
1939 \begin_layout Plain Layout
1940
1941
1942 \backslash
1943 leer 
1944 \end_layout
1945
1946 \end_inset
1947
1948 e^
1949 \begin_inset ERT
1950 status collapsed
1951
1952 \begin_layout Plain Layout
1953
1954
1955 \backslash
1956 leer 
1957 \end_layout
1958
1959 \end_inset
1960
1961
1962 \backslash
1963 frac
1964 \begin_inset ERT
1965 status collapsed
1966
1967 \begin_layout Plain Layout
1968
1969
1970 \backslash
1971 leer 
1972 \end_layout
1973
1974 \end_inset
1975
1976 1
1977 \begin_inset Formula $\downarrow$
1978 \end_inset
1979
1980 2
1981 \begin_inset Formula $\downarrow\downarrow$
1982 \end_inset
1983
1984 3
1985 \end_layout
1986
1987 \end_inset
1988 </cell>
1989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1990 \begin_inset Text
1991
1992 \begin_layout Plain Layout
1993 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1994 \end_inset
1995
1996
1997 \end_layout
1998
1999 \end_inset
2000 </cell>
2001 </row>
2002 </lyxtabular>
2003
2004 \end_inset
2005
2006
2007 \end_layout
2008
2009 \begin_layout Standard
2010 \begin_inset VSpace bigskip
2011 \end_inset
2012
2013
2014 \begin_inset Newpage newpage
2015 \end_inset
2016
2017 Für Mehrfachbrüche gibt es den Befehl 
2018 \series bold
2019
2020 \backslash
2021 cfrac
2022 \series default
2023
2024 \begin_inset Index idx
2025 status collapsed
2026
2027 \begin_layout Plain Layout
2028 Befehle ! C ! 
2029 \backslash
2030 cfrac
2031 \end_layout
2032
2033 \end_inset
2034
2035 .
2036  Dazu ein Beispiel:
2037 \begin_inset VSpace -3mm
2038 \end_inset
2039
2040
2041 \end_layout
2042
2043 \begin_layout Standard
2044 \begin_inset Formula 
2045 \begin{align*}
2046 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2047 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2048 \end{align*}
2049
2050 \end_inset
2051
2052
2053 \end_layout
2054
2055 \begin_layout Standard
2056 Der Befehl für obiges Beispiel lautet:
2057 \end_layout
2058
2059 \begin_layout Standard
2060
2061 \series bold
2062
2063 \backslash
2064 cfrac
2065 \begin_inset ERT
2066 status collapsed
2067
2068 \begin_layout Plain Layout
2069
2070
2071 \backslash
2072 leer 
2073 \end_layout
2074
2075 \end_inset
2076
2077 A
2078 \begin_inset Formula $\downarrow$
2079 \end_inset
2080
2081 B+
2082 \backslash
2083 cfrac
2084 \begin_inset ERT
2085 status collapsed
2086
2087 \begin_layout Plain Layout
2088
2089
2090 \backslash
2091 leer 
2092 \end_layout
2093
2094 \end_inset
2095
2096 C+
2097 \backslash
2098 cfrac
2099 \begin_inset ERT
2100 status collapsed
2101
2102 \begin_layout Plain Layout
2103
2104
2105 \backslash
2106 leer 
2107 \end_layout
2108
2109 \end_inset
2110
2111 E
2112 \begin_inset Formula $\downarrow$
2113 \end_inset
2114
2115 F
2116 \begin_inset Formula $\downarrow$
2117 \end_inset
2118
2119 D
2120 \end_layout
2121
2122 \begin_layout Standard
2123 \begin_inset VSpace medskip
2124 \end_inset
2125
2126
2127 \end_layout
2128
2129 \begin_layout Standard
2130
2131 \series bold
2132
2133 \backslash
2134 cfrac
2135 \series default
2136  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2137  auch wenn er selbst Teil eines Bruches ist.
2138 \end_layout
2139
2140 \begin_layout Standard
2141 Es ist möglich die Ausrichtung des Zählers einzustellen.
2142  Der Befehl 
2143 \series bold
2144
2145 \backslash
2146 cfracleft
2147 \series default
2148  richtet ihn links, der Befehl 
2149 \series bold
2150
2151 \backslash
2152 cfracright
2153 \series default
2154  rechts aus.
2155  
2156 \series bold
2157
2158 \backslash
2159 cfrac
2160 \series default
2161  zentriert den Zähler.
2162  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2163 \end_layout
2164
2165 \begin_layout Standard
2166
2167 \series bold
2168 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2169 \end_inset
2170
2171
2172 \begin_inset Formula $\cfrac{A}{B+C}$
2173 \end_inset
2174
2175
2176 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2177 \end_inset
2178
2179
2180 \end_layout
2181
2182 \begin_layout Standard
2183 \begin_inset Note Greyedout
2184 status open
2185
2186 \begin_layout Plain Layout
2187
2188 \series bold
2189 Achtung:
2190 \series default
2191  
2192 \series bold
2193
2194 \backslash
2195 cfracleft
2196 \series default
2197  und
2198 \series bold
2199  
2200 \backslash
2201 cfracright
2202 \series default
2203  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2204 \series bold
2205
2206 \backslash
2207 cfrac[Ausrichtung]{Zähler}{Nenner}
2208 \series default
2209  dar.
2210  Daher kann man sie nicht im TeX-Code benutzen.
2211 \end_layout
2212
2213 \end_inset
2214
2215
2216 \end_layout
2217
2218 \begin_layout Standard
2219 \begin_inset VSpace medskip
2220 \end_inset
2221
2222 Oftmals ist es am günstigsten 
2223 \series bold
2224
2225 \backslash
2226 cfrac
2227 \series default
2228  und 
2229 \series bold
2230
2231 \backslash
2232 frac
2233 \series default
2234  zu kombinieren:
2235 \begin_inset Formula 
2236 \[
2237 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2238 \]
2239
2240 \end_inset
2241
2242
2243 \end_layout
2244
2245 \begin_layout Standard
2246 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2247 \series bold
2248
2249 \backslash
2250 nicefrac
2251 \series default
2252
2253 \begin_inset Index idx
2254 status collapsed
2255
2256 \begin_layout Plain Layout
2257 Befehle ! N ! 
2258 \backslash
2259 nicefrac
2260 \end_layout
2261
2262 \end_inset
2263
2264
2265 \begin_inset Formula $\nicefrac{5}{31}$
2266 \end_inset
2267
2268  oder 
2269 \series bold
2270
2271 \backslash
2272 unitfrac
2273 \series default
2274
2275 \begin_inset Index idx
2276 status collapsed
2277
2278 \begin_layout Plain Layout
2279 Befehle! U ! 
2280 \backslash
2281 unitfrac
2282 \end_layout
2283
2284 \end_inset
2285
2286
2287 \begin_inset Formula $\unitfrac{5}{31}$
2288 \end_inset
2289
2290  benutzt werden.
2291  Des Weiteren gibt es den Befehl 
2292 \series bold
2293
2294 \backslash
2295 unitfracthree
2296 \series default
2297  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2298 \begin_inset Formula $\unitfrac[2]{1}{3}$
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 \begin_inset Note Greyedout
2306 status open
2307
2308 \begin_layout Plain Layout
2309
2310 \series bold
2311 Achtung:
2312 \series default
2313  
2314 \series bold
2315
2316 \backslash
2317 unitfracthree
2318 \series default
2319  ist kein echter LaTeX-Befehl, sondern der Befehl
2320 \begin_inset Newline newline
2321 \end_inset
2322
2323
2324 \series bold
2325
2326 \backslash
2327 unitfrac[Zahl]{Zähler}{Nenner}
2328 \series default
2329  .
2330  Daher kann man ihn nicht im TeX-Code benutzen.
2331 \end_layout
2332
2333 \end_inset
2334
2335
2336 \end_layout
2337
2338 \begin_layout Standard
2339 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2340  in 
2341 \begin_inset CommandInset ref
2342 LatexCommand ref
2343 reference "sub:Selbstdefinierte-Brüche"
2344
2345 \end_inset
2346
2347  erklärt.
2348 \end_layout
2349
2350 \begin_layout Subsection
2351 Wurzeln
2352 \begin_inset Index idx
2353 status collapsed
2354
2355 \begin_layout Plain Layout
2356 Wurzeln
2357 \end_layout
2358
2359 \end_inset
2360
2361
2362 \end_layout
2363
2364 \begin_layout Standard
2365 Quadratwurzeln werden mit 
2366 \series bold
2367
2368 \backslash
2369 sqrt
2370 \series default
2371
2372 \begin_inset Index idx
2373 status collapsed
2374
2375 \begin_layout Plain Layout
2376 Befehle ! S ! 
2377 \backslash
2378 sqrt
2379 \end_layout
2380
2381 \end_inset
2382
2383  oder dem Mathe-Werkzeugleistenknopf 
2384 \begin_inset Graphics
2385         filename ../../images/math/sqrt.png
2386         scale 85
2387
2388 \end_inset
2389
2390  gesetzt, alle anderen Wurzeln mit dem Befehl 
2391 \series bold
2392
2393 \backslash
2394 root
2395 \series default
2396
2397 \begin_inset Index idx
2398 status collapsed
2399
2400 \begin_layout Plain Layout
2401 Befehle ! R ! 
2402 \backslash
2403 root
2404 \end_layout
2405
2406 \end_inset
2407
2408  oder dem Mathe-Werkzeugleistenknopf 
2409 \begin_inset Graphics
2410         filename ../../images/math/root.png
2411         scale 85
2412
2413 \end_inset
2414
2415 .
2416 \end_layout
2417
2418 \begin_layout Standard
2419 \align center
2420 \begin_inset Tabular
2421 <lyxtabular version="3" rows="3" columns="2">
2422 <features tabularvalignment="middle">
2423 <column alignment="center" valignment="top" width="0pt">
2424 <column alignment="center" valignment="top" width="0pt">
2425 <row>
2426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2427 \begin_inset Text
2428
2429 \begin_layout Plain Layout
2430 Befehl
2431 \end_layout
2432
2433 \end_inset
2434 </cell>
2435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2436 \begin_inset Text
2437
2438 \begin_layout Plain Layout
2439 Ergebnis
2440 \begin_inset Note Note
2441 status collapsed
2442
2443 \begin_layout Plain Layout
2444
2445 \series bold
2446
2447 \backslash
2448 raisebox
2449 \series default
2450  dient nur als Abstandhalter.
2451 \end_layout
2452
2453 \end_inset
2454
2455
2456 \end_layout
2457
2458 \end_inset
2459 </cell>
2460 </row>
2461 <row>
2462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2463 \begin_inset Text
2464
2465 \begin_layout Plain Layout
2466
2467 \backslash
2468 sqrt
2469 \begin_inset ERT
2470 status collapsed
2471
2472 \begin_layout Plain Layout
2473
2474
2475 \backslash
2476 leer 
2477 \end_layout
2478
2479 \end_inset
2480
2481 A-B
2482 \end_layout
2483
2484 \end_inset
2485 </cell>
2486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2487 \begin_inset Text
2488
2489 \begin_layout Plain Layout
2490 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2491 \end_inset
2492
2493
2494 \end_layout
2495
2496 \end_inset
2497 </cell>
2498 </row>
2499 <row>
2500 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2501 \begin_inset Text
2502
2503 \begin_layout Plain Layout
2504
2505 \backslash
2506 root
2507 \begin_inset ERT
2508 status collapsed
2509
2510 \begin_layout Plain Layout
2511
2512
2513 \backslash
2514 leer 
2515 \end_layout
2516
2517 \end_inset
2518
2519 3
2520 \begin_inset Formula $\downarrow$
2521 \end_inset
2522
2523 A-B
2524 \end_layout
2525
2526 \end_inset
2527 </cell>
2528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2529 \begin_inset Text
2530
2531 \begin_layout Plain Layout
2532 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2533 \end_inset
2534
2535
2536 \end_layout
2537
2538 \end_inset
2539 </cell>
2540 </row>
2541 </lyxtabular>
2542
2543 \end_inset
2544
2545
2546 \end_layout
2547
2548 \begin_layout Standard
2549 Eine Quadratwurzel kann man auch mit 
2550 \series bold
2551
2552 \backslash
2553 root
2554 \series default
2555  erstellen, indem man das Feld über der Wurzel frei lässt.
2556 \end_layout
2557
2558 \begin_layout Standard
2559 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2560  Formel: 
2561 \begin_inset Formula $\sqrt[\beta]{B}$
2562 \end_inset
2563
2564
2565 \begin_inset Newline newline
2566 \end_inset
2567
2568 Das 
2569 \begin_inset Formula $\beta$
2570 \end_inset
2571
2572  berührt die Wurzel.
2573  Um dies zu verhindern, verwendet man die Befehle 
2574 \series bold
2575
2576 \backslash
2577 leftroot
2578 \series default
2579
2580 \begin_inset Index idx
2581 status collapsed
2582
2583 \begin_layout Plain Layout
2584 Befehle ! L ! 
2585 \backslash
2586 leftroot
2587 \end_layout
2588
2589 \end_inset
2590
2591  und 
2592 \series bold
2593
2594 \backslash
2595 uproot
2596 \series default
2597
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Befehle ! U ! 
2603 \backslash
2604 uproot
2605 \end_layout
2606
2607 \end_inset
2608
2609 , die folgendes Schema besitzen:
2610 \end_layout
2611
2612 \begin_layout Standard
2613
2614 \series bold
2615
2616 \backslash
2617 leftroot{Abstand}
2618 \series default
2619  bzw.
2620  
2621 \series bold
2622
2623 \backslash
2624 uproot{Abstand}
2625 \end_layout
2626
2627 \begin_layout Standard
2628 Abstand ist die Anzahl der Big Points (Einheit bp; 
2629 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2630 \end_inset
2631
2632 ), um die der Index nach links bzw.
2633  nach oben verschoben werden soll.
2634  Die Befehle werden in den Index geschrieben.
2635  So ergibt der Befehl
2636 \begin_inset Newline newline
2637 \end_inset
2638
2639
2640 \series bold
2641
2642 \backslash
2643 root
2644 \backslash
2645 leftroot{-1
2646 \begin_inset Formula $\to$
2647 \end_inset
2648
2649
2650 \backslash
2651 uproot{2
2652 \begin_inset Formula $\to$
2653 \end_inset
2654
2655
2656 \backslash
2657 beta
2658 \begin_inset ERT
2659 status collapsed
2660
2661 \begin_layout Plain Layout
2662
2663
2664 \backslash
2665 leer 
2666 \end_layout
2667
2668 \end_inset
2669
2670
2671 \begin_inset Formula $\to$
2672 \end_inset
2673
2674 B
2675 \begin_inset Newline newline
2676 \end_inset
2677
2678
2679 \series default
2680 eine korrekt gesetzte Formel: 
2681 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2682 \end_inset
2683
2684
2685 \end_layout
2686
2687 \begin_layout Subsection
2688 Binomialkoeffizienten
2689 \begin_inset Index idx
2690 status collapsed
2691
2692 \begin_layout Plain Layout
2693 Binomialkoeffizienten
2694 \end_layout
2695
2696 \end_inset
2697
2698
2699 \end_layout
2700
2701 \begin_layout Standard
2702 Binomialkoeffizienten können mit dem Befehl 
2703 \series bold
2704
2705 \backslash
2706 binom
2707 \series default
2708
2709 \begin_inset Index idx
2710 status collapsed
2711
2712 \begin_layout Plain Layout
2713 Befehle ! B ! 
2714 \backslash
2715 binom
2716 \end_layout
2717
2718 \end_inset
2719
2720  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2721 \begin_inset Graphics
2722         filename ../../images/math/frac-square.png
2723         scale 85
2724
2725 \end_inset
2726
2727 eingefügt werden.
2728  Analog zu Brüchen (
2729 \series bold
2730
2731 \backslash
2732 frac
2733 \series default
2734 ) gibt es außer 
2735 \series bold
2736
2737 \backslash
2738 binom
2739 \series default
2740  noch die Befehle 
2741 \series bold
2742
2743 \backslash
2744 dbinom
2745 \series default
2746
2747 \begin_inset Index idx
2748 status collapsed
2749
2750 \begin_layout Plain Layout
2751 Befehle ! D ! 
2752 \backslash
2753 dbinom
2754 \end_layout
2755
2756 \end_inset
2757
2758  und 
2759 \series bold
2760
2761 \backslash
2762 tbinom
2763 \series default
2764
2765 \begin_inset Index idx
2766 status collapsed
2767
2768 \begin_layout Plain Layout
2769 Befehle ! T ! 
2770 \backslash
2771 tbinom
2772 \end_layout
2773
2774 \end_inset
2775
2776 .
2777  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2778 \series bold
2779
2780 \backslash
2781 brace
2782 \series default
2783
2784 \begin_inset Index idx
2785 status collapsed
2786
2787 \begin_layout Plain Layout
2788 Befehle ! B ! 
2789 \backslash
2790 brace
2791 \end_layout
2792
2793 \end_inset
2794
2795  und 
2796 \series bold
2797
2798 \backslash
2799 brack
2800 \series default
2801
2802 \begin_inset Index idx
2803 status collapsed
2804
2805 \begin_layout Plain Layout
2806 Befehle ! B ! 
2807 \backslash
2808 brack
2809 \end_layout
2810
2811 \end_inset
2812
2813 .
2814 \end_layout
2815
2816 \begin_layout Standard
2817 \align center
2818 \begin_inset Tabular
2819 <lyxtabular version="3" rows="6" columns="2">
2820 <features tabularvalignment="middle">
2821 <column alignment="center" valignment="top" width="0pt">
2822 <column alignment="center" valignment="top" width="0pt">
2823 <row>
2824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2825 \begin_inset Text
2826
2827 \begin_layout Plain Layout
2828 Befehl
2829 \end_layout
2830
2831 \end_inset
2832 </cell>
2833 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2834 \begin_inset Text
2835
2836 \begin_layout Plain Layout
2837 Ergebnis
2838 \begin_inset Note Note
2839 status collapsed
2840
2841 \begin_layout Plain Layout
2842
2843 \series bold
2844
2845 \backslash
2846 raisebox
2847 \series default
2848  dient nur als Abstandhalter.
2849 \end_layout
2850
2851 \end_inset
2852
2853
2854 \end_layout
2855
2856 \end_inset
2857 </cell>
2858 </row>
2859 <row>
2860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2861 \begin_inset Text
2862
2863 \begin_layout Plain Layout
2864
2865 \backslash
2866 binom
2867 \begin_inset ERT
2868 status collapsed
2869
2870 \begin_layout Plain Layout
2871
2872
2873 \backslash
2874 leer 
2875 \end_layout
2876
2877 \end_inset
2878
2879 A
2880 \begin_inset Formula $\downarrow$
2881 \end_inset
2882
2883 B
2884 \end_layout
2885
2886 \end_inset
2887 </cell>
2888 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2889 \begin_inset Text
2890
2891 \begin_layout Plain Layout
2892 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2893 \end_inset
2894
2895
2896 \end_layout
2897
2898 \end_inset
2899 </cell>
2900 </row>
2901 <row>
2902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2903 \begin_inset Text
2904
2905 \begin_layout Plain Layout
2906
2907 \backslash
2908 dbinom
2909 \begin_inset ERT
2910 status collapsed
2911
2912 \begin_layout Plain Layout
2913
2914
2915 \backslash
2916 leer 
2917 \end_layout
2918
2919 \end_inset
2920
2921 A
2922 \begin_inset Formula $\downarrow$
2923 \end_inset
2924
2925 B
2926 \end_layout
2927
2928 \end_inset
2929 </cell>
2930 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2931 \begin_inset Text
2932
2933 \begin_layout Plain Layout
2934 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2935 \end_inset
2936
2937
2938 \end_layout
2939
2940 \end_inset
2941 </cell>
2942 </row>
2943 <row>
2944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2945 \begin_inset Text
2946
2947 \begin_layout Plain Layout
2948
2949 \backslash
2950 tbinom
2951 \begin_inset ERT
2952 status collapsed
2953
2954 \begin_layout Plain Layout
2955
2956
2957 \backslash
2958 leer 
2959 \end_layout
2960
2961 \end_inset
2962
2963 A
2964 \begin_inset Formula $\downarrow$
2965 \end_inset
2966
2967 B
2968 \end_layout
2969
2970 \end_inset
2971 </cell>
2972 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2977 \end_inset
2978
2979
2980 \end_layout
2981
2982 \end_inset
2983 </cell>
2984 </row>
2985 <row>
2986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2987 \begin_inset Text
2988
2989 \begin_layout Plain Layout
2990
2991 \backslash
2992 brack
2993 \begin_inset ERT
2994 status collapsed
2995
2996 \begin_layout Plain Layout
2997
2998
2999 \backslash
3000 leer 
3001 \end_layout
3002
3003 \end_inset
3004
3005 A
3006 \begin_inset Formula $\downarrow$
3007 \end_inset
3008
3009 B
3010 \end_layout
3011
3012 \end_inset
3013 </cell>
3014 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3015 \begin_inset Text
3016
3017 \begin_layout Plain Layout
3018 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3019 \end_inset
3020
3021
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 </row>
3027 <row>
3028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3029 \begin_inset Text
3030
3031 \begin_layout Plain Layout
3032
3033 \backslash
3034 brace
3035 \begin_inset ERT
3036 status collapsed
3037
3038 \begin_layout Plain Layout
3039
3040
3041 \backslash
3042 leer 
3043 \end_layout
3044
3045 \end_inset
3046
3047 A
3048 \begin_inset Formula $\downarrow$
3049 \end_inset
3050
3051 B
3052 \end_layout
3053
3054 \end_inset
3055 </cell>
3056 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3057 \begin_inset Text
3058
3059 \begin_layout Plain Layout
3060 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3061 \end_inset
3062
3063
3064 \end_layout
3065
3066 \end_inset
3067 </cell>
3068 </row>
3069 </lyxtabular>
3070
3071 \end_inset
3072
3073
3074 \end_layout
3075
3076 \begin_layout Subsection
3077 Fallunterscheidungen
3078 \begin_inset Index idx
3079 status collapsed
3080
3081 \begin_layout Plain Layout
3082 Fallunterscheidungen
3083 \end_layout
3084
3085 \end_inset
3086
3087
3088 \end_layout
3089
3090 \begin_layout Standard
3091 \align center
3092 \begin_inset Tabular
3093 <lyxtabular version="3" rows="3" columns="2">
3094 <features tabularvalignment="middle">
3095 <column alignment="center" valignment="top" width="0pt">
3096 <column alignment="center" valignment="top" width="0pt">
3097 <row>
3098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3099 \begin_inset Text
3100
3101 \begin_layout Plain Layout
3102 Befehl
3103 \end_layout
3104
3105 \end_inset
3106 </cell>
3107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3108 \begin_inset Text
3109
3110 \begin_layout Plain Layout
3111 Ergebnis
3112 \end_layout
3113
3114 \end_inset
3115 </cell>
3116 </row>
3117 <row>
3118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3119 \begin_inset Text
3120
3121 \begin_layout Plain Layout
3122
3123 \backslash
3124 cases
3125 \begin_inset ERT
3126 status collapsed
3127
3128 \begin_layout Plain Layout
3129
3130
3131 \backslash
3132 leer 
3133 \end_layout
3134
3135 \end_inset
3136
3137 A
3138 \begin_inset Formula $\to$
3139 \end_inset
3140
3141 B>0
3142 \begin_inset Index idx
3143 status collapsed
3144
3145 \begin_layout Plain Layout
3146 Befehle ! C ! 
3147 \backslash
3148 cases
3149 \end_layout
3150
3151 \end_inset
3152
3153
3154 \end_layout
3155
3156 \end_inset
3157 </cell>
3158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3159 \begin_inset Text
3160
3161 \begin_layout Plain Layout
3162 \begin_inset Formula $\begin{cases}
3163 A & B>0\end{cases}$
3164 \end_inset
3165
3166
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 </row>
3172 <row>
3173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3174 \begin_inset Text
3175
3176 \begin_layout Plain Layout
3177
3178 \backslash
3179 cases
3180 \begin_inset ERT
3181 status collapsed
3182
3183 \begin_layout Plain Layout
3184
3185
3186 \backslash
3187 leer 
3188 \end_layout
3189
3190 \end_inset
3191
3192 Strg+Enter
3193 \end_layout
3194
3195 \end_inset
3196 </cell>
3197 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3198 \begin_inset Text
3199
3200 \begin_layout Plain Layout
3201 \begin_inset Formula $\begin{cases}
3202 A & \textrm{für }x>0\\
3203 B & \textrm{für }x=0
3204 \end{cases}$
3205 \end_inset
3206
3207
3208 \end_layout
3209
3210 \end_inset
3211 </cell>
3212 </row>
3213 </lyxtabular>
3214
3215 \end_inset
3216
3217
3218 \end_layout
3219
3220 \begin_layout Standard
3221 Nach der Eingabe von 
3222 \series bold
3223
3224 \backslash
3225 cases
3226 \series default
3227  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3228 \begin_inset Graphics
3229         filename ../../images/math/cases.png
3230         scale 85
3231
3232 \end_inset
3233
3234  können mit 
3235 \family sans
3236 Strg+Enter
3237 \family default
3238  oder dem Tabellen-Werkzeugleistenknopf 
3239 \begin_inset Graphics
3240         filename ../../images/tabular-feature_append-row.png
3241         scale 85
3242
3243 \end_inset
3244
3245  neue Zeilen erstellt werden.
3246 \begin_inset Foot
3247 status collapsed
3248
3249 \begin_layout Plain Layout
3250 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3251 \begin_inset CommandInset ref
3252 LatexCommand ref
3253 reference "sub:Akzente-für-ein"
3254
3255 \end_inset
3256
3257  beschrieben.
3258 \end_layout
3259
3260 \end_inset
3261
3262
3263 \end_layout
3264
3265 \begin_layout Standard
3266 Der Befehl 
3267 \series bold
3268
3269 \backslash
3270 cases
3271 \series default
3272  ist auch über das Menü 
3273 \family sans
3274 Einfügen\SpecialChar \menuseparator
3275 Mathe\SpecialChar \menuseparator
3276 Cases-Umgebung
3277 \family default
3278  verfügbar.
3279 \end_layout
3280
3281 \begin_layout Subsection
3282 Verneinungen
3283 \begin_inset Index idx
3284 status collapsed
3285
3286 \begin_layout Plain Layout
3287 Verneinungen
3288 \end_layout
3289
3290 \end_inset
3291
3292
3293 \end_layout
3294
3295 \begin_layout Standard
3296 Durch die Eingabe von 
3297 \series bold
3298
3299 \backslash
3300 not
3301 \series default
3302
3303 \begin_inset Index idx
3304 status collapsed
3305
3306 \begin_layout Plain Layout
3307 Befehle ! N ! 
3308 \backslash
3309 not
3310 \end_layout
3311
3312 \end_inset
3313
3314  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3315  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3316 \end_layout
3317
3318 \begin_layout Standard
3319 \align center
3320 \begin_inset Tabular
3321 <lyxtabular version="3" rows="4" columns="2">
3322 <features tabularvalignment="middle">
3323 <column alignment="center" valignment="top" width="0pt">
3324 <column alignment="center" valignment="top" width="0pt">
3325 <row>
3326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3327 \begin_inset Text
3328
3329 \begin_layout Plain Layout
3330 Befehl
3331 \end_layout
3332
3333 \end_inset
3334 </cell>
3335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3336 \begin_inset Text
3337
3338 \begin_layout Plain Layout
3339 Ergebnis
3340 \end_layout
3341
3342 \end_inset
3343 </cell>
3344 </row>
3345 <row>
3346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3347 \begin_inset Text
3348
3349 \begin_layout Plain Layout
3350
3351 \backslash
3352 not=
3353 \end_layout
3354
3355 \end_inset
3356 </cell>
3357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3358 \begin_inset Text
3359
3360 \begin_layout Plain Layout
3361 \begin_inset Formula $\not=$
3362 \end_inset
3363
3364
3365 \end_layout
3366
3367 \end_inset
3368 </cell>
3369 </row>
3370 <row>
3371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3372 \begin_inset Text
3373
3374 \begin_layout Plain Layout
3375
3376 \backslash
3377 not 
3378 \backslash
3379 le
3380 \end_layout
3381
3382 \end_inset
3383 </cell>
3384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3385 \begin_inset Text
3386
3387 \begin_layout Plain Layout
3388 \begin_inset Formula $\not\le$
3389 \end_inset
3390
3391
3392 \end_layout
3393
3394 \end_inset
3395 </cell>
3396 </row>
3397 <row>
3398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3399 \begin_inset Text
3400
3401 \begin_layout Plain Layout
3402
3403 \backslash
3404 not 
3405 \backslash
3406 parallel
3407 \end_layout
3408
3409 \end_inset
3410 </cell>
3411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3412 \begin_inset Text
3413
3414 \begin_layout Plain Layout
3415 \begin_inset Formula $\not\parallel$
3416 \end_inset
3417
3418
3419 \end_layout
3420
3421 \end_inset
3422 </cell>
3423 </row>
3424 </lyxtabular>
3425
3426 \end_inset
3427
3428
3429 \end_layout
3430
3431 \begin_layout Standard
3432 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3433  Deswegen gibt es für Einige spezielle Befehle (siehe 
3434 \begin_inset CommandInset ref
3435 LatexCommand ref
3436 reference "sub:Mathematische-Symbole"
3437
3438 \end_inset
3439
3440  und 
3441 \begin_inset CommandInset ref
3442 LatexCommand ref
3443 reference "sec:Relationen"
3444
3445 \end_inset
3446
3447 ).
3448 \end_layout
3449
3450 \begin_layout Subsection
3451 Platzhalter
3452 \begin_inset CommandInset label
3453 LatexCommand label
3454 name "sub:Platzhalter"
3455
3456 \end_inset
3457
3458
3459 \begin_inset Index idx
3460 status collapsed
3461
3462 \begin_layout Plain Layout
3463 Platzhalter
3464 \end_layout
3465
3466 \end_inset
3467
3468
3469 \begin_inset Index idx
3470 status collapsed
3471
3472 \begin_layout Plain Layout
3473 chemische Zeichen ! Isotope
3474 \end_layout
3475
3476 \end_inset
3477
3478
3479 \begin_inset Index idx
3480 status collapsed
3481
3482 \begin_layout Plain Layout
3483 Isotope|see
3484 \begin_inset ERT
3485 status collapsed
3486
3487 \begin_layout Plain Layout
3488
3489 {
3490 \end_layout
3491
3492 \end_inset
3493
3494 chemische Zeichen
3495 \begin_inset ERT
3496 status collapsed
3497
3498 \begin_layout Plain Layout
3499
3500 }
3501 \end_layout
3502
3503 \end_inset
3504
3505
3506 \end_layout
3507
3508 \end_inset
3509
3510
3511 \end_layout
3512
3513 \begin_layout Standard
3514 Möchte man z.
3515 \begin_inset space \thinspace{}
3516 \end_inset
3517
3518 B.
3519  Isotope
3520 \begin_inset Foot
3521 status collapsed
3522
3523 \begin_layout Plain Layout
3524 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3525 \begin_inset CommandInset ref
3526 LatexCommand ref
3527 reference "sub:Chemische-Symbole-und"
3528
3529 \end_inset
3530
3531  beschrieben.
3532 \end_layout
3533
3534 \end_inset
3535
3536  darstellen, tritt folgendes Problem auf:
3537 \end_layout
3538
3539 \begin_layout Standard
3540 \align center
3541 \begin_inset Tabular
3542 <lyxtabular version="3" rows="2" columns="2">
3543 <features tabularvalignment="middle">
3544 <column alignment="center" valignment="top" width="0pt">
3545 <column alignment="center" valignment="top" width="0pt">
3546 <row>
3547 <cell alignment="center" valignment="top" usebox="none">
3548 \begin_inset Text
3549
3550 \begin_layout Plain Layout
3551 durch Hoch- und Tiefstellen erzeugte Indizes:
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 <cell alignment="center" valignment="top" usebox="none">
3557 \begin_inset Text
3558
3559 \begin_layout Plain Layout
3560 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3561 \end_inset
3562
3563
3564 \end_layout
3565
3566 \end_inset
3567 </cell>
3568 </row>
3569 <row>
3570 <cell alignment="center" valignment="top" usebox="none">
3571 \begin_inset Text
3572
3573 \begin_layout Plain Layout
3574 korrekte Indizes:
3575 \end_layout
3576
3577 \end_inset
3578 </cell>
3579 <cell alignment="center" valignment="top" usebox="none">
3580 \begin_inset Text
3581
3582 \begin_layout Plain Layout
3583 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3584 \end_inset
3585
3586
3587 \end_layout
3588
3589 \end_inset
3590 </cell>
3591 </row>
3592 </lyxtabular>
3593
3594 \end_inset
3595
3596
3597 \begin_inset Note Note
3598 status collapsed
3599
3600 \begin_layout Plain Layout
3601
3602 \series bold
3603
3604 \backslash
3605 raisebox
3606 \series default
3607  dient nur
3608 \end_layout
3609
3610 \begin_layout Plain Layout
3611 als Abstandhalter.
3612 \end_layout
3613
3614 \end_inset
3615
3616
3617 \end_layout
3618
3619 \begin_layout Standard
3620 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3621  längeren Index gesetzt.
3622  Um das zu verhindern gibt es den Befehl 
3623 \series bold
3624
3625 \backslash
3626 phantom
3627 \series default
3628
3629 \begin_inset Index idx
3630 status collapsed
3631
3632 \begin_layout Plain Layout
3633 Befehle ! P ! 
3634 \backslash
3635 phantom
3636 \end_layout
3637
3638 \end_inset
3639
3640  oder den Mathe-Werkzeugleistenknopf
3641 \begin_inset space \thinspace{}
3642 \end_inset
3643
3644
3645 \begin_inset Foot
3646 status collapsed
3647
3648 \begin_layout Plain Layout
3649 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3650 \begin_inset Graphics
3651         filename ../../images/math/space.png
3652         scale 85
3653
3654 \end_inset
3655
3656
3657 \end_layout
3658
3659 \end_inset
3660
3661  
3662 \begin_inset Graphics
3663         filename ../../images/math/phantom.png
3664         scale 85
3665
3666 \end_inset
3667
3668 , der ein oder mehrere Phantomzeichen erstellt.
3669  Wenn 
3670 \series bold
3671
3672 \backslash
3673 phantom
3674 \series default
3675  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3676  Pfeilen überlagert wird.
3677  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3678  als Leerraum erstellt wird.
3679  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3680  Zeichen.
3681 \end_layout
3682
3683 \begin_layout Standard
3684 \align center
3685 \begin_inset Tabular
3686 <lyxtabular version="3" rows="4" columns="2">
3687 <features tabularvalignment="middle">
3688 <column alignment="center" valignment="top" width="0">
3689 <column alignment="center" valignment="top" width="0">
3690 <row>
3691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3692 \begin_inset Text
3693
3694 \begin_layout Plain Layout
3695 Befehl
3696 \end_layout
3697
3698 \end_inset
3699 </cell>
3700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3701 \begin_inset Text
3702
3703 \begin_layout Plain Layout
3704 Ergebnis
3705 \begin_inset Note Note
3706 status collapsed
3707
3708 \begin_layout Plain Layout
3709
3710 \series bold
3711
3712 \backslash
3713 raisebox
3714 \series default
3715  dient nur als Abstandhalter.
3716 \end_layout
3717
3718 \end_inset
3719
3720
3721 \end_layout
3722
3723 \end_inset
3724 </cell>
3725 </row>
3726 <row>
3727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3728 \begin_inset Text
3729
3730 \begin_layout Plain Layout
3731 ^19
3732 \begin_inset ERT
3733 status collapsed
3734
3735 \begin_layout Plain Layout
3736
3737
3738 \backslash
3739 leer 
3740 \end_layout
3741
3742 \end_inset
3743
3744 _
3745 \backslash
3746 phantom
3747 \begin_inset ERT
3748 status collapsed
3749
3750 \begin_layout Plain Layout
3751
3752
3753 \backslash
3754 leer 
3755 \end_layout
3756
3757 \end_inset
3758
3759 1
3760 \begin_inset Formula $\to$
3761 \end_inset
3762
3763 9
3764 \begin_inset ERT
3765 status collapsed
3766
3767 \begin_layout Plain Layout
3768
3769
3770 \backslash
3771 leer 
3772 \end_layout
3773
3774 \end_inset
3775
3776 F
3777 \end_layout
3778
3779 \end_inset
3780 </cell>
3781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3782 \begin_inset Text
3783
3784 \begin_layout Plain Layout
3785 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3786 \end_inset
3787
3788
3789 \end_layout
3790
3791 \end_inset
3792 </cell>
3793 </row>
3794 <row>
3795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3796 \begin_inset Text
3797
3798 \begin_layout Plain Layout
3799 ^235
3800 \begin_inset ERT
3801 status collapsed
3802
3803 \begin_layout Plain Layout
3804
3805
3806 \backslash
3807 leer 
3808 \end_layout
3809
3810 \end_inset
3811
3812 _
3813 \backslash
3814 phantom
3815 \begin_inset ERT
3816 status collapsed
3817
3818 \begin_layout Plain Layout
3819
3820
3821 \backslash
3822 leer 
3823 \end_layout
3824
3825 \end_inset
3826
3827 23
3828 \begin_inset Formula $\to$
3829 \end_inset
3830
3831 9
3832 \begin_inset ERT
3833 status collapsed
3834
3835 \begin_layout Plain Layout
3836
3837
3838 \backslash
3839 leer 
3840 \end_layout
3841
3842 \end_inset
3843
3844 F
3845 \end_layout
3846
3847 \end_inset
3848 </cell>
3849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3850 \begin_inset Text
3851
3852 \begin_layout Plain Layout
3853 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3854 \end_inset
3855
3856
3857 \end_layout
3858
3859 \end_inset
3860 </cell>
3861 </row>
3862 <row>
3863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3864 \begin_inset Text
3865
3866 \begin_layout Plain Layout
3867
3868 \backslash
3869 Lambda^
3870 \begin_inset ERT
3871 status collapsed
3872
3873 \begin_layout Plain Layout
3874
3875
3876 \backslash
3877 leer 
3878 \end_layout
3879
3880 \end_inset
3881
3882
3883 \backslash
3884 phantom
3885 \begin_inset ERT
3886 status collapsed
3887
3888 \begin_layout Plain Layout
3889
3890
3891 \backslash
3892 leer 
3893 \end_layout
3894
3895 \end_inset
3896
3897 ii
3898 \begin_inset Formula $\to$
3899 \end_inset
3900
3901 t
3902 \begin_inset ERT
3903 status collapsed
3904
3905 \begin_layout Plain Layout
3906
3907
3908 \backslash
3909 leer 
3910 \end_layout
3911
3912 \end_inset
3913
3914 _MMt
3915 \end_layout
3916
3917 \end_inset
3918 </cell>
3919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3920 \begin_inset Text
3921
3922 \begin_layout Plain Layout
3923 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3924 \end_inset
3925
3926
3927 \end_layout
3928
3929 \end_inset
3930 </cell>
3931 </row>
3932 </lyxtabular>
3933
3934 \end_inset
3935
3936
3937 \end_layout
3938
3939 \begin_layout Standard
3940 Des Weiteren gibt es noch die Befehle 
3941 \series bold
3942
3943 \backslash
3944 vphantom
3945 \series default
3946
3947 \begin_inset Index idx
3948 status collapsed
3949
3950 \begin_layout Plain Layout
3951 Befehle ! V ! 
3952 \backslash
3953 vphantom
3954 \end_layout
3955
3956 \end_inset
3957
3958  (Werkzeugleistenknopf 
3959 \begin_inset space ~
3960 \end_inset
3961
3962
3963 \begin_inset Graphics
3964         filename ../../images/math/vphantom.png
3965         scale 85
3966
3967 \end_inset
3968
3969 ) und 
3970 \series bold
3971
3972 \backslash
3973 hphantom
3974 \series default
3975
3976 \begin_inset Index idx
3977 status collapsed
3978
3979 \begin_layout Plain Layout
3980 Befehle ! H ! 
3981 \backslash
3982 hphantom
3983 \end_layout
3984
3985 \end_inset
3986
3987  (Werkzeugleistenknopf 
3988 \begin_inset space ~
3989 \end_inset
3990
3991
3992 \begin_inset Graphics
3993         filename ../../images/math/hphantom.png
3994         scale 85
3995
3996 \end_inset
3997
3998 ).
3999  
4000 \series bold
4001
4002 \backslash
4003 hphantom
4004 \series default
4005  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4006  nicht jedoch für deren Breite.
4007  Bei 
4008 \series bold
4009
4010 \backslash
4011 vphantom
4012 \series default
4013  wird nur Platz mit der Breite des Kästchens erstellt.
4014  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4015 \end_layout
4016
4017 \begin_layout Standard
4018 Zum Beispiel erzeugt 
4019 \series bold
4020
4021 \backslash
4022 vphantom
4023 \series default
4024
4025 \begin_inset ERT
4026 status collapsed
4027
4028 \begin_layout Plain Layout
4029
4030
4031 \backslash
4032 leer 
4033 \end_layout
4034
4035 \end_inset
4036
4037
4038 \series bold
4039 a
4040 \backslash
4041 int
4042 \series default
4043  Platz der Höhe des Integralzeichens,
4044 \begin_inset Foot
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048 Der Befehl 
4049 \series bold
4050
4051 \backslash
4052 int
4053 \series default
4054  erzeugt ein Integralzeichen, siehe 
4055 \begin_inset CommandInset ref
4056 LatexCommand ref
4057 reference "sub:Große-Operatoren"
4058
4059 \end_inset
4060
4061 .
4062 \end_layout
4063
4064 \end_inset
4065
4066  da dieses das größere Zeichen ist.
4067  Eine Beispielanwendung ist in 
4068 \begin_inset CommandInset ref
4069 LatexCommand ref
4070 reference "sub:Mehrzeilige-Klammern"
4071
4072 \end_inset
4073
4074  zu finden.
4075 \end_layout
4076
4077 \begin_layout Standard
4078 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4079  
4080 \family sans
4081 Einfügen\SpecialChar \menuseparator
4082 Formatierung\SpecialChar \menuseparator
4083 Phantom
4084 \family default
4085  eingefügt werden:
4086 \end_layout
4087
4088 \begin_layout Standard
4089 Dies ist ein Satz.
4090 \begin_inset Newline newline
4091 \end_inset
4092
4093
4094 \begin_inset Phantom Phantom
4095 status open
4096
4097 \begin_layout Plain Layout
4098 Dies
4099 \end_layout
4100
4101 \end_inset
4102
4103  ist ein Satz.
4104 \end_layout
4105
4106 \begin_layout Subsection
4107 Linien
4108 \begin_inset Index idx
4109 status collapsed
4110
4111 \begin_layout Plain Layout
4112 Linien
4113 \end_layout
4114
4115 \end_inset
4116
4117
4118 \begin_inset Index idx
4119 status collapsed
4120
4121 \begin_layout Plain Layout
4122 Formel ! unterstrichene
4123 \end_layout
4124
4125 \end_inset
4126
4127
4128 \end_layout
4129
4130 \begin_layout Standard
4131 \align center
4132 \begin_inset Tabular
4133 <lyxtabular version="3" rows="4" columns="2">
4134 <features tabularvalignment="middle">
4135 <column alignment="center" valignment="top" width="0pt">
4136 <column alignment="center" valignment="top" width="0pt">
4137 <row>
4138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4139 \begin_inset Text
4140
4141 \begin_layout Plain Layout
4142 Befehl
4143 \end_layout
4144
4145 \end_inset
4146 </cell>
4147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4148 \begin_inset Text
4149
4150 \begin_layout Plain Layout
4151 Ergebnis
4152 \begin_inset Note Note
4153 status collapsed
4154
4155 \begin_layout Plain Layout
4156
4157 \series bold
4158
4159 \backslash
4160 raisebox
4161 \series default
4162  dient nur als Abstandhalter.
4163 \end_layout
4164
4165 \end_inset
4166
4167
4168 \end_layout
4169
4170 \end_inset
4171 </cell>
4172 </row>
4173 <row>
4174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4175 \begin_inset Text
4176
4177 \begin_layout Plain Layout
4178
4179 \backslash
4180 overline
4181 \begin_inset ERT
4182 status collapsed
4183
4184 \begin_layout Plain Layout
4185
4186
4187 \backslash
4188 leer 
4189 \end_layout
4190
4191 \end_inset
4192
4193 A+B
4194 \begin_inset Index idx
4195 status collapsed
4196
4197 \begin_layout Plain Layout
4198 Befehle ! O ! 
4199 \backslash
4200 overline
4201 \end_layout
4202
4203 \end_inset
4204
4205
4206 \end_layout
4207
4208 \end_inset
4209 </cell>
4210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4215 \end_inset
4216
4217
4218 \end_layout
4219
4220 \end_inset
4221 </cell>
4222 </row>
4223 <row>
4224 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4225 \begin_inset Text
4226
4227 \begin_layout Plain Layout
4228
4229 \backslash
4230 underline
4231 \begin_inset ERT
4232 status collapsed
4233
4234 \begin_layout Plain Layout
4235
4236
4237 \backslash
4238 leer 
4239 \end_layout
4240
4241 \end_inset
4242
4243 A+B
4244 \begin_inset Index idx
4245 status collapsed
4246
4247 \begin_layout Plain Layout
4248 Befehle ! U ! 
4249 \backslash
4250 underline
4251 \end_layout
4252
4253 \end_inset
4254
4255
4256 \end_layout
4257
4258 \end_inset
4259 </cell>
4260 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4261 \begin_inset Text
4262
4263 \begin_layout Plain Layout
4264 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4265 \end_inset
4266
4267
4268 \end_layout
4269
4270 \end_inset
4271 </cell>
4272 </row>
4273 <row>
4274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4275 \begin_inset Text
4276
4277 \begin_layout Plain Layout
4278
4279 \backslash
4280 overline
4281 \begin_inset ERT
4282 status collapsed
4283
4284 \begin_layout Plain Layout
4285
4286
4287 \backslash
4288 leer 
4289 \end_layout
4290
4291 \end_inset
4292
4293
4294 \backslash
4295 underline
4296 \begin_inset ERT
4297 status collapsed
4298
4299 \begin_layout Plain Layout
4300
4301
4302 \backslash
4303 leer 
4304 \end_layout
4305
4306 \end_inset
4307
4308 A+B
4309 \end_layout
4310
4311 \end_inset
4312 </cell>
4313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4314 \begin_inset Text
4315
4316 \begin_layout Plain Layout
4317 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4318 \end_inset
4319
4320
4321 \end_layout
4322
4323 \end_inset
4324 </cell>
4325 </row>
4326 </lyxtabular>
4327
4328 \end_inset
4329
4330
4331 \end_layout
4332
4333 \begin_layout Standard
4334 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4335 \series bold
4336
4337 \backslash
4338 overline
4339 \series default
4340  oder 
4341 \series bold
4342
4343 \backslash
4344 underline
4345 \series default
4346  eingibt.
4347 \end_layout
4348
4349 \begin_layout Standard
4350 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4351 \begin_inset Newline linebreak
4352 \end_inset
4353
4354
4355 \series bold
4356
4357 \backslash
4358 underline
4359 \series default
4360 .
4361 \end_layout
4362
4363 \begin_layout Standard
4364 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4365 \end_layout
4366
4367 \begin_layout Standard
4368 \begin_inset VSpace bigskip
4369 \end_inset
4370
4371 Benutzerdefinierte Linien können mit dem Befehl 
4372 \series bold
4373
4374 \backslash
4375 rule
4376 \series default
4377
4378 \begin_inset Index idx
4379 status collapsed
4380
4381 \begin_layout Plain Layout
4382 Befehle! R ! 
4383 \backslash
4384 rule
4385 \end_layout
4386
4387 \end_inset
4388
4389  erstellt werden, der folgendes Schema besitzt:
4390 \end_layout
4391
4392 \begin_layout Standard
4393
4394 \series bold
4395
4396 \backslash
4397 rule[vertikaler Versatz]{Länge}{Dicke}
4398 \end_layout
4399
4400 \begin_layout Standard
4401 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4402  unten, wenn der Wert negativ ist).
4403  Die Einheiten, die in 
4404 \begin_inset CommandInset ref
4405 LatexCommand ref
4406 reference "tab:Verfügbare-Einheiten"
4407
4408 \end_inset
4409
4410  aufgelistet sind, können für die Werte benutzt werden.
4411  Hier sind zwei Beispiele, die mit den Befehlen
4412 \begin_inset Newline newline
4413 \end_inset
4414
4415
4416 \series bold
4417
4418 \backslash
4419 rule[-2ex]{3cm}{2pt}
4420 \series default
4421  und 
4422 \series bold
4423
4424 \backslash
4425 rule{2cm}{1pt}
4426 \series default
4427  erzeugt wurden:
4428 \end_layout
4429
4430 \begin_layout Standard
4431 Dies ist ein Satz 
4432 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4433 \end_inset
4434
4435  mit zwei Linien.
4436 \end_layout
4437
4438 \begin_layout Standard
4439
4440 \series bold
4441
4442 \backslash
4443 rule
4444 \series default
4445  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4446 \family sans
4447 Einfügen\SpecialChar \menuseparator
4448 Formatierung\SpecialChar \menuseparator
4449 Horizontale
4450 \begin_inset space ~
4451 \end_inset
4452
4453 Line
4454 \family default
4455  eingefügt wird:
4456 \end_layout
4457
4458 \begin_layout Standard
4459 Dies ist ein Satz 
4460 \begin_inset CommandInset line
4461 LatexCommand rule
4462 offset "0.5ex"
4463 width "3cm"
4464 height "1pt"
4465
4466 \end_inset
4467
4468  mit einer Linie.
4469 \end_layout
4470
4471 \begin_layout Subsection
4472 Fortsetzungspunkte
4473 \begin_inset CommandInset label
4474 LatexCommand label
4475 name "sub:Fortsetzungspunkte"
4476
4477 \end_inset
4478
4479
4480 \begin_inset Index idx
4481 status collapsed
4482
4483 \begin_layout Plain Layout
4484 Fortsetzungspunkte
4485 \end_layout
4486
4487 \end_inset
4488
4489
4490 \end_layout
4491
4492 \begin_layout Standard
4493 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4494 \begin_inset Foot
4495 status collapsed
4496
4497 \begin_layout Plain Layout
4498 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4499 \begin_inset Graphics
4500         filename ../../images/math/ldots.png
4501         scale 85
4502
4503 \end_inset
4504
4505
4506 \end_layout
4507
4508 \end_inset
4509
4510  Für Aufzählungen verwendet man unten sitzende Punkte (
4511 \series bold
4512
4513 \backslash
4514 ldots
4515 \series default
4516
4517 \begin_inset Index idx
4518 status collapsed
4519
4520 \begin_layout Plain Layout
4521 Befehle ! L ! 
4522 \backslash
4523 ldots
4524 \end_layout
4525
4526 \end_inset
4527
4528 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4529  die Operatoren sind (
4530 \series bold
4531
4532 \backslash
4533 cdots
4534 \series default
4535
4536 \begin_inset Index idx
4537 status collapsed
4538
4539 \begin_layout Plain Layout
4540 Befehle ! C ! 
4541 \backslash
4542 cdots
4543 \end_layout
4544
4545 \end_inset
4546
4547 ).
4548  Verwendet man den Befehl 
4549 \series bold
4550
4551 \backslash
4552 dots
4553 \series default
4554
4555 \begin_inset Index idx
4556 status collapsed
4557
4558 \begin_layout Plain Layout
4559 Befehle ! D ! 
4560 \backslash
4561 dots
4562 \end_layout
4563
4564 \end_inset
4565
4566 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4567  wird.
4568 \end_layout
4569
4570 \begin_layout Standard
4571 \align center
4572 \begin_inset Tabular
4573 <lyxtabular version="3" rows="9" columns="2">
4574 <features tabularvalignment="middle">
4575 <column alignment="center" valignment="top" width="0pt">
4576 <column alignment="center" valignment="top" width="0pt">
4577 <row>
4578 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4579 \begin_inset Text
4580
4581 \begin_layout Plain Layout
4582 Befehl
4583 \end_layout
4584
4585 \end_inset
4586 </cell>
4587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4588 \begin_inset Text
4589
4590 \begin_layout Plain Layout
4591 Ergebnis
4592 \end_layout
4593
4594 \end_inset
4595 </cell>
4596 </row>
4597 <row>
4598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4599 \begin_inset Text
4600
4601 \begin_layout Plain Layout
4602 A_1
4603 \begin_inset ERT
4604 status collapsed
4605
4606 \begin_layout Plain Layout
4607
4608
4609 \backslash
4610 leer 
4611 \end_layout
4612
4613 \end_inset
4614
4615 ,
4616 \backslash
4617 dots
4618 \begin_inset ERT
4619 status collapsed
4620
4621 \begin_layout Plain Layout
4622
4623
4624 \backslash
4625 leer 
4626 \end_layout
4627
4628 \end_inset
4629
4630 ,A_n
4631 \end_layout
4632
4633 \end_inset
4634 </cell>
4635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4636 \begin_inset Text
4637
4638 \begin_layout Plain Layout
4639 \begin_inset Formula $A_{1},\dots,A_{n}$
4640 \end_inset
4641
4642
4643 \end_layout
4644
4645 \end_inset
4646 </cell>
4647 </row>
4648 <row>
4649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4650 \begin_inset Text
4651
4652 \begin_layout Plain Layout
4653 A_1
4654 \begin_inset ERT
4655 status collapsed
4656
4657 \begin_layout Plain Layout
4658
4659
4660 \backslash
4661 leer 
4662 \end_layout
4663
4664 \end_inset
4665
4666 +
4667 \backslash
4668 dots
4669 \begin_inset ERT
4670 status collapsed
4671
4672 \begin_layout Plain Layout
4673
4674
4675 \backslash
4676 leer 
4677 \end_layout
4678
4679 \end_inset
4680
4681 +A_n
4682 \end_layout
4683
4684 \end_inset
4685 </cell>
4686 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4687 \begin_inset Text
4688
4689 \begin_layout Plain Layout
4690 \begin_inset Formula $A_{1}+\dots+A_{n}$
4691 \end_inset
4692
4693
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 </row>
4699 <row>
4700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4701 \begin_inset Text
4702
4703 \begin_layout Plain Layout
4704 A_1
4705 \begin_inset ERT
4706 status collapsed
4707
4708 \begin_layout Plain Layout
4709
4710
4711 \backslash
4712 leer 
4713 \end_layout
4714
4715 \end_inset
4716
4717 ,
4718 \backslash
4719 ldots
4720 \begin_inset ERT
4721 status collapsed
4722
4723 \begin_layout Plain Layout
4724
4725
4726 \backslash
4727 leer 
4728 \end_layout
4729
4730 \end_inset
4731
4732 ,A_n
4733 \end_layout
4734
4735 \end_inset
4736 </cell>
4737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4738 \begin_inset Text
4739
4740 \begin_layout Plain Layout
4741 \begin_inset Formula $A_{1},\ldots,A_{n}$
4742 \end_inset
4743
4744
4745 \end_layout
4746
4747 \end_inset
4748 </cell>
4749 </row>
4750 <row>
4751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4752 \begin_inset Text
4753
4754 \begin_layout Plain Layout
4755 A_1
4756 \begin_inset ERT
4757 status collapsed
4758
4759 \begin_layout Plain Layout
4760
4761
4762 \backslash
4763 leer 
4764 \end_layout
4765
4766 \end_inset
4767
4768 +
4769 \backslash
4770 cdots
4771 \begin_inset ERT
4772 status collapsed
4773
4774 \begin_layout Plain Layout
4775
4776
4777 \backslash
4778 leer 
4779 \end_layout
4780
4781 \end_inset
4782
4783 +A_n
4784 \end_layout
4785
4786 \end_inset
4787 </cell>
4788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4789 \begin_inset Text
4790
4791 \begin_layout Plain Layout
4792 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4793 \end_inset
4794
4795
4796 \end_layout
4797
4798 \end_inset
4799 </cell>
4800 </row>
4801 <row>
4802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4803 \begin_inset Text
4804
4805 \begin_layout Plain Layout
4806
4807 \backslash
4808 vdots
4809 \end_layout
4810
4811 \end_inset
4812 </cell>
4813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4814 \begin_inset Text
4815
4816 \begin_layout Plain Layout
4817 \begin_inset Formula $\vdots$
4818 \end_inset
4819
4820
4821 \end_layout
4822
4823 \end_inset
4824 </cell>
4825 </row>
4826 <row>
4827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4828 \begin_inset Text
4829
4830 \begin_layout Plain Layout
4831
4832 \backslash
4833 ddots
4834 \end_layout
4835
4836 \end_inset
4837 </cell>
4838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4839 \begin_inset Text
4840
4841 \begin_layout Plain Layout
4842 \begin_inset Formula $\ddots$
4843 \end_inset
4844
4845
4846 \end_layout
4847
4848 \end_inset
4849 </cell>
4850 </row>
4851 <row>
4852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4853 \begin_inset Text
4854
4855 \begin_layout Plain Layout
4856
4857 \backslash
4858 iddots
4859 \end_layout
4860
4861 \end_inset
4862 </cell>
4863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4864 \begin_inset Text
4865
4866 \begin_layout Plain Layout
4867 \begin_inset Formula $\iddots$
4868 \end_inset
4869
4870
4871 \end_layout
4872
4873 \end_inset
4874 </cell>
4875 </row>
4876 <row>
4877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4878 \begin_inset Text
4879
4880 \begin_layout Plain Layout
4881 3
4882 \series bold
4883 ×
4884 \series default
4885 3
4886 \begin_inset space \thinspace{}
4887 \end_inset
4888
4889 Matrix mit obigen Befehlen
4890 \end_layout
4891
4892 \end_inset
4893 </cell>
4894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4895 \begin_inset Text
4896
4897 \begin_layout Plain Layout
4898 \begin_inset Formula $\begin{array}{ccc}
4899 A_{11} & \cdots & A_{1m}\\
4900 \vdots & \ddots & \vdots\\
4901 A_{n1} & \cdots & A_{nm}
4902 \end{array}$
4903 \end_inset
4904
4905
4906 \end_layout
4907
4908 \end_inset
4909 </cell>
4910 </row>
4911 </lyxtabular>
4912
4913 \end_inset
4914
4915
4916 \end_layout
4917
4918 \begin_layout Standard
4919 Die im Menü 
4920 \family sans
4921 Einfügen\SpecialChar \menuseparator
4922 Sonderzeichen
4923 \family default
4924  verfügbaren Fortsetzungspunkte sind 
4925 \series bold
4926
4927 \backslash
4928 ldots
4929 \series default
4930 .
4931 \end_layout
4932
4933 \begin_layout Standard
4934 \begin_inset VSpace medskip
4935 \end_inset
4936
4937 Um 
4938 \series bold
4939
4940 \backslash
4941 iddots
4942 \series default
4943  nutzen zu können, muss eine der Optionen 
4944 \family sans
4945 Mathdots Paket (automatisch) verwenden 
4946 \family default
4947 in den Dokumenteinstellungen unter 
4948 \family sans
4949 Mathe-Optionen
4950 \family default
4951  gewählt sein.
4952 \begin_inset Newline newline
4953 \end_inset
4954
4955 Die Option 
4956 \family sans
4957 Mathdots Paket verwenden
4958 \family default
4959  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4960  Schriftstil oder die Schriftgröße nicht Standard sind.
4961 \end_layout
4962
4963 \begin_layout Standard
4964 \begin_inset VSpace medskip
4965 \end_inset
4966
4967 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4968  Spalten erstrecken.
4969  Man erhält sie mit dem Befehl 
4970 \series bold
4971
4972 \backslash
4973 hdotsfor
4974 \series default
4975
4976 \begin_inset Index idx
4977 status collapsed
4978
4979 \begin_layout Plain Layout
4980 Befehle ! H ! 
4981 \backslash
4982 hdotsfor
4983 \end_layout
4984
4985 \end_inset
4986
4987 , der folgendes Schema besitzt:
4988 \end_layout
4989
4990 \begin_layout Standard
4991
4992 \series bold
4993
4994 \backslash
4995 hdotsfor[Abstand]{Anzahl der Spalten}
4996 \end_layout
4997
4998 \begin_layout Standard
4999 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5000  sollen.
5001  Abstand ist ein Faktor, der den Punktabstand festlegt.
5002 \end_layout
5003
5004 \begin_layout Standard
5005 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5006  
5007 \series bold
5008
5009 \backslash
5010 hdotsfor[2]{4}
5011 \series default
5012  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5013  beim Befehl 
5014 \series bold
5015
5016 \backslash
5017 dots
5018 \series default
5019  zu erhalten:
5020 \begin_inset Formula 
5021 \[
5022 \left(\begin{array}{cccc}
5023 A & B & C & D\\
5024 \hdotsfor[2]{4}\\
5025 q & w & e & r
5026 \end{array}\right)
5027 \]
5028
5029 \end_inset
5030
5031 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5032  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5033 \end_layout
5034
5035 \begin_layout Standard
5036 \begin_inset VSpace bigskip
5037 \end_inset
5038
5039 Des Weiteren kann man mit dem Befehl 
5040 \series bold
5041
5042 \backslash
5043 dotfill
5044 \series default
5045
5046 \begin_inset Index idx
5047 status collapsed
5048
5049 \begin_layout Plain Layout
5050 Befehle ! D ! 
5051 \backslash
5052 dotfill
5053 \end_layout
5054
5055 \end_inset
5056
5057  den Rest einer Zeile mit Punkten füllen.
5058  Die Wirkungsweise des Befehls entspricht der von 
5059 \series bold
5060
5061 \backslash
5062 hfill
5063 \series default
5064 , siehe 
5065 \begin_inset CommandInset ref
5066 LatexCommand ref
5067 reference "sub:Variabler-Leerraum"
5068
5069 \end_inset
5070
5071 .
5072 \end_layout
5073
5074 \begin_layout Standard
5075 Z.
5076 \begin_inset space \thinspace{}
5077 \end_inset
5078
5079 B.
5080  ergibt der Befehl 
5081 \series bold
5082 A
5083 \backslash
5084 dotfill
5085 \begin_inset ERT
5086 status collapsed
5087
5088 \begin_layout Plain Layout
5089
5090
5091 \backslash
5092 leer 
5093 \end_layout
5094
5095 \end_inset
5096
5097 B
5098 \end_layout
5099
5100 \begin_layout Standard
5101 \begin_inset Formula $A\dotfill B$
5102 \end_inset
5103
5104
5105 \end_layout
5106
5107 \begin_layout Standard
5108 Analog dazu gibt es für eine Linie den Befehl 
5109 \series bold
5110
5111 \backslash
5112 hrulefill
5113 \series default
5114
5115 \begin_inset Index idx
5116 status collapsed
5117
5118 \begin_layout Plain Layout
5119 Befehle ! H ! 
5120 \backslash
5121 hrulefill
5122 \end_layout
5123
5124 \end_inset
5125
5126 :
5127 \end_layout
5128
5129 \begin_layout Standard
5130 \begin_inset Formula $A\hrulefill B$
5131 \end_inset
5132
5133
5134 \end_layout
5135
5136 \begin_layout Standard
5137 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5138  werden.
5139 \end_layout
5140
5141 \begin_layout Section
5142 Matrizen
5143 \begin_inset CommandInset label
5144 LatexCommand label
5145 name "sec:Matrizen"
5146
5147 \end_inset
5148
5149
5150 \begin_inset Index idx
5151 status collapsed
5152
5153 \begin_layout Plain Layout
5154 Matrizen
5155 \end_layout
5156
5157 \end_inset
5158
5159
5160 \end_layout
5161
5162 \begin_layout Standard
5163 Matrizen können über den Mathe-Werkzeugleistenknopf
5164 \family sans
5165  
5166 \family default
5167
5168 \begin_inset Graphics
5169         filename ../../images/dialog-show_mathmatrix.png
5170         scale 85
5171
5172 \end_inset
5173
5174  oder das Menü 
5175 \family sans
5176 Einfügen\SpecialChar \menuseparator
5177 Mathe\SpecialChar \menuseparator
5178 Matrix
5179 \family default
5180  eingefügt werden.
5181  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5182  Verzierung gefragt.
5183  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5184  von Bedeutung:
5185 \end_layout
5186
5187 \begin_layout Standard
5188 Die erste Matrix ist oben 
5189 \begin_inset Formula $\begin{array}[t]{cccc}
5190 A & D & G & J\\
5191 B & E & H & K\\
5192 C & F & I & L
5193 \end{array}$
5194 \end_inset
5195
5196 , die zweite mittig 
5197 \begin_inset Formula $\begin{array}{cccc}
5198 A & D & G & J\\
5199 B & E & H & K\\
5200 C & F & I & L
5201 \end{array}$
5202 \end_inset
5203
5204  und die dritte unten 
5205 \begin_inset Formula $\begin{array}[b]{cccc}
5206 A & D & G & J\\
5207 B & E & H & K\\
5208 C & F & I & L
5209 \end{array}$
5210 \end_inset
5211
5212  ausgerichtet.
5213 \end_layout
5214
5215 \begin_layout Standard
5216 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5217  werden sollen.
5218  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5219  
5220 \emph on
5221 l
5222 \emph default
5223  steht für linksbündig, 
5224 \emph on
5225 c
5226 \emph default
5227  für mittig und 
5228 \emph on
5229 r
5230 \emph default
5231  für rechtsbündig.
5232  Möchte man z.
5233 \begin_inset space \thinspace{}
5234 \end_inset
5235
5236 B.
5237  eine 4
5238 \series bold
5239 ×
5240 \series default
5241 4
5242 \begin_inset space ~
5243 \end_inset
5244
5245 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5246  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5247  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5248 \series bold
5249 lccr
5250 \series default
5251  an.
5252  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5253  die Voreinstellung für jede Spalte ein 
5254 \series bold
5255 c
5256 \series default
5257  ist.
5258 \end_layout
5259
5260 \begin_layout Standard
5261 Horizontale Ausrichtung:
5262 \end_layout
5263
5264 \begin_layout Standard
5265
5266 \series bold
5267 lll
5268 \series default
5269  : 
5270 \begin_inset Formula $\begin{array}{lll}
5271 10000 & D & G\\
5272 B & 10000 & H\\
5273 C & F & 10000
5274 \end{array}$
5275 \end_inset
5276
5277  , 
5278 \series bold
5279 ccc
5280 \series default
5281  : 
5282 \begin_inset Formula $\begin{array}{ccc}
5283 10000 & D & G\\
5284 B & 10000 & H\\
5285 C & F & 10000
5286 \end{array}$
5287 \end_inset
5288
5289  , 
5290 \series bold
5291 rrr
5292 \series default
5293  : 
5294 \begin_inset Formula $\begin{array}{rrr}
5295 10000 & D & G\\
5296 B & 10000 & H\\
5297 C & F & 10000
5298 \end{array}$
5299 \end_inset
5300
5301
5302 \end_layout
5303
5304 \begin_layout Standard
5305 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5306  man die Mathe-Werkzeugleistenknöpfe 
5307 \begin_inset Graphics
5308         filename ../../images/tabular-feature_append-row.png
5309         scale 85
5310
5311 \end_inset
5312
5313
5314 \begin_inset Graphics
5315         filename ../../images/tabular-feature_delete-row.png
5316         scale 85
5317
5318 \end_inset
5319
5320 , usw.
5321 \begin_inset space \space{}
5322 \end_inset
5323
5324 oder das Menü 
5325 \family sans
5326 Bearbeiten\SpecialChar \menuseparator
5327 Zeilen & Spalten
5328 \family default
5329  verwenden.
5330  Neue Zeilen können auch mit 
5331 \family sans
5332 Strg+Enter
5333 \family default
5334  erstellt werden.
5335 \end_layout
5336
5337 \begin_layout Standard
5338 \begin_inset VSpace bigskip
5339 \end_inset
5340
5341 Die 
5342 \family sans
5343 Verzierung
5344 \family default
5345  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5346  Alternativ können Klammern entweder mit den Befehlen 
5347 \series bold
5348
5349 \backslash
5350 left
5351 \series default
5352
5353 \begin_inset Index idx
5354 status collapsed
5355
5356 \begin_layout Plain Layout
5357 Befehle ! L ! 
5358 \backslash
5359 left
5360 \end_layout
5361
5362 \end_inset
5363
5364  und 
5365 \series bold
5366
5367 \backslash
5368 right
5369 \series default
5370
5371 \begin_inset Index idx
5372 status collapsed
5373
5374 \begin_layout Plain Layout
5375 Befehle ! R ! 
5376 \backslash
5377 right
5378 \end_layout
5379
5380 \end_inset
5381
5382  erstellt werden (Tastenkürzel 
5383 \family sans
5384 Alt+M
5385 \begin_inset space ~
5386 \end_inset
5387
5388 Klammer
5389 \family default
5390 ), siehe 
5391 \begin_inset CommandInset ref
5392 LatexCommand ref
5393 reference "sub:Automatische-Klammergrößen"
5394
5395 \end_inset
5396
5397 , oder man verwendet folgende Befehle:
5398 \begin_inset VSpace bigskip
5399 \end_inset
5400
5401
5402 \end_layout
5403
5404 \begin_layout Standard
5405 \begin_inset space \hfill{}
5406 \end_inset
5407
5408
5409 \begin_inset Tabular
5410 <lyxtabular version="3" rows="4" columns="2">
5411 <features tabularvalignment="middle">
5412 <column alignment="center" valignment="top" width="0">
5413 <column alignment="center" valignment="top" width="0">
5414 <row>
5415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5416 \begin_inset Text
5417
5418 \begin_layout Plain Layout
5419 Befehl
5420 \end_layout
5421
5422 \end_inset
5423 </cell>
5424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5425 \begin_inset Text
5426
5427 \begin_layout Plain Layout
5428 Ergebnis
5429 \end_layout
5430
5431 \end_inset
5432 </cell>
5433 </row>
5434 <row>
5435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5436 \begin_inset Text
5437
5438 \begin_layout Plain Layout
5439
5440 \backslash
5441 bmatrix
5442 \begin_inset ERT
5443 status collapsed
5444
5445 \begin_layout Plain Layout
5446
5447
5448 \backslash
5449 leer 
5450 \end_layout
5451
5452 \end_inset
5453
5454 2
5455 \series bold
5456 ×
5457 \series default
5458 2
5459 \begin_inset space \thinspace{}
5460 \end_inset
5461
5462 Matrix
5463 \end_layout
5464
5465 \end_inset
5466 </cell>
5467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5472 0 & \textrm{-}\mathrm{i}\\
5473 \mathrm{i} & 0
5474 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5475 \end_inset
5476
5477
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \backslash
5490 Bmatrix
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 leer 
5499 \end_layout
5500
5501 \end_inset
5502
5503 2
5504 \series bold
5505 ×
5506 \series default
5507 2
5508 \begin_inset space \thinspace{}
5509 \end_inset
5510
5511 Matrix
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5521 0 & \textrm{-}\mathrm{i}\\
5522 \mathrm{i} & 0
5523 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5524 \end_inset
5525
5526
5527 \end_layout
5528
5529 \end_inset
5530 </cell>
5531 </row>
5532 <row>
5533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5534 \begin_inset Text
5535
5536 \begin_layout Plain Layout
5537
5538 \backslash
5539 pmatrix
5540 \begin_inset ERT
5541 status collapsed
5542
5543 \begin_layout Plain Layout
5544
5545
5546 \backslash
5547 leer 
5548 \end_layout
5549
5550 \end_inset
5551
5552 2
5553 \series bold
5554 ×
5555 \series default
5556 2
5557 \begin_inset space \thinspace{}
5558 \end_inset
5559
5560 Matrix
5561 \end_layout
5562
5563 \end_inset
5564 </cell>
5565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5566 \begin_inset Text
5567
5568 \begin_layout Plain Layout
5569 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5570 0 & \textrm{-}\mathrm{i}\\
5571 \mathrm{i} & 0
5572 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5573 \end_inset
5574
5575
5576 \end_layout
5577
5578 \end_inset
5579 </cell>
5580 </row>
5581 </lyxtabular>
5582
5583 \end_inset
5584
5585
5586 \begin_inset space \hfill{}
5587 \end_inset
5588
5589
5590 \begin_inset Tabular
5591 <lyxtabular version="3" rows="4" columns="2">
5592 <features tabularvalignment="middle">
5593 <column alignment="center" valignment="top" width="0">
5594 <column alignment="center" valignment="top" width="0">
5595 <row>
5596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5597 \begin_inset Text
5598
5599 \begin_layout Plain Layout
5600 Befehl
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 Ergebnis
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 </row>
5615 <row>
5616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5617 \begin_inset Text
5618
5619 \begin_layout Plain Layout
5620
5621 \backslash
5622 vmatrix
5623 \begin_inset ERT
5624 status collapsed
5625
5626 \begin_layout Plain Layout
5627
5628
5629 \backslash
5630 leer 
5631 \end_layout
5632
5633 \end_inset
5634
5635 2
5636 \series bold
5637 ×
5638 \series default
5639 2
5640 \begin_inset space \thinspace{}
5641 \end_inset
5642
5643 Matrix
5644 \end_layout
5645
5646 \end_inset
5647 </cell>
5648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5649 \begin_inset Text
5650
5651 \begin_layout Plain Layout
5652 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5653 0 & \textrm{-}\mathrm{i}\\
5654 \mathrm{i} & 0
5655 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5656 \end_inset
5657
5658
5659 \end_layout
5660
5661 \end_inset
5662 </cell>
5663 </row>
5664 <row>
5665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5666 \begin_inset Text
5667
5668 \begin_layout Plain Layout
5669
5670 \backslash
5671 Vmatrix
5672 \begin_inset ERT
5673 status collapsed
5674
5675 \begin_layout Plain Layout
5676
5677
5678 \backslash
5679 leer 
5680 \end_layout
5681
5682 \end_inset
5683
5684 2
5685 \series bold
5686 ×
5687 \series default
5688 2
5689 \begin_inset space \thinspace{}
5690 \end_inset
5691
5692 Matrix
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5698 \begin_inset Text
5699
5700 \begin_layout Plain Layout
5701 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5702 0 & \textrm{-}\mathrm{i}\\
5703 \mathrm{i} & 0
5704 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5705 \end_inset
5706
5707
5708 \end_layout
5709
5710 \end_inset
5711 </cell>
5712 </row>
5713 <row>
5714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5715 \begin_inset Text
5716
5717 \begin_layout Plain Layout
5718
5719 \backslash
5720 matrix
5721 \begin_inset ERT
5722 status collapsed
5723
5724 \begin_layout Plain Layout
5725
5726
5727 \backslash
5728 leer 
5729 \end_layout
5730
5731 \end_inset
5732
5733 2
5734 \series bold
5735 ×
5736 \series default
5737 2
5738 \begin_inset space \thinspace{}
5739 \end_inset
5740
5741 Matrix
5742 \end_layout
5743
5744 \end_inset
5745 </cell>
5746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5747 \begin_inset Text
5748
5749 \begin_layout Plain Layout
5750 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5751 0 & \textrm{-}\mathrm{i}\\
5752 \mathrm{i} & 0
5753 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5754 \end_inset
5755
5756
5757 \end_layout
5758
5759 \end_inset
5760 </cell>
5761 </row>
5762 </lyxtabular>
5763
5764 \end_inset
5765
5766
5767 \begin_inset space \hfill{}
5768 \end_inset
5769
5770
5771 \end_layout
5772
5773 \begin_layout Standard
5774 \begin_inset VSpace medskip
5775 \end_inset
5776
5777 Wurde z.
5778 \begin_inset space \thinspace{}
5779 \end_inset
5780
5781 B.
5782  
5783 \series bold
5784
5785 \backslash
5786 vmatrix
5787 \series default
5788  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5789  in das die Matrix eingefügt wird.
5790 \begin_inset Newline newline
5791 \end_inset
5792
5793 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5794 \end_layout
5795
5796 \begin_layout Standard
5797 \begin_inset Note Greyedout
5798 status open
5799
5800 \begin_layout Plain Layout
5801
5802 \series bold
5803 Achtung:
5804 \series default
5805  LaTeX limitiert die Anzahl der Matrizenspalten auf 10.
5806  Wenn man mehr als 10
5807 \begin_inset space ~
5808 \end_inset
5809
5810 Spalten benötigt, muss folgende Zeile in die Dokument-Präambel eingefügt
5811  werden:
5812 \end_layout
5813
5814 \begin_layout Plain Layout
5815
5816 \series bold
5817
5818 \backslash
5819 setcounter{MaxMatrixCols}{Anzahl}
5820 \end_layout
5821
5822 \begin_layout Plain Layout
5823 wobei 
5824 \emph on
5825 Anzahl
5826 \emph default
5827  die Anzahl der Spalten zwischen 11 und 99 ist.
5828 \end_layout
5829
5830 \end_inset
5831
5832
5833 \end_layout
5834
5835 \begin_layout Standard
5836 \begin_inset VSpace bigskip
5837 \end_inset
5838
5839 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5840 \begin_inset CommandInset ref
5841 LatexCommand ref
5842 reference "sub:Spaltenabstand"
5843
5844 \end_inset
5845
5846  beschriebene Länge 
5847 \series bold
5848
5849 \backslash
5850 arraycolsep
5851 \series default
5852
5853 \begin_inset Index idx
5854 status collapsed
5855
5856 \begin_layout Plain Layout
5857 Befehle ! A ! 
5858 \backslash
5859 arraycolsep
5860 \end_layout
5861
5862 \end_inset
5863
5864  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5865 \end_layout
5866
5867 \begin_layout Standard
5868 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5869 \series bold
5870
5871 \backslash
5872 arraystretch
5873 \series default
5874
5875 \begin_inset Index idx
5876 status collapsed
5877
5878 \begin_layout Plain Layout
5879 Befehle ! A ! 
5880 \backslash
5881 arraystretch
5882 \end_layout
5883
5884 \end_inset
5885
5886 .
5887  Dieser wird folgendermaßen benutzt:
5888 \end_layout
5889
5890 \begin_layout Standard
5891
5892 \series bold
5893
5894 \backslash
5895 renewcommand{
5896 \backslash
5897 arraystretch}{Dehnungsfaktor}
5898 \begin_inset Index idx
5899 status collapsed
5900
5901 \begin_layout Plain Layout
5902 Befehle ! R ! 
5903 \backslash
5904 renewcommand
5905 \end_layout
5906
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \begin_layout Standard
5913 Der Befehl 
5914 \series bold
5915
5916 \backslash
5917 renewcommand
5918 \series default
5919  weist dabei dem vordefinierten Befehl 
5920 \series bold
5921
5922 \backslash
5923 arraystretch
5924 \series default
5925  den Dehnungsfaktor zu.
5926  Möchte man z.
5927 \begin_inset space \thinspace{}
5928 \end_inset
5929
5930 B.
5931  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5932  Dieser wird dann für alle folgenden Matrizen verwendet.
5933  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5934 \series bold
5935
5936 \backslash
5937 arraystretch
5938 \series default
5939  den Faktor 1 zu.
5940 \end_layout
5941
5942 \begin_layout Standard
5943 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5944 \series bold
5945
5946 \backslash
5947 smallmatrix
5948 \series default
5949
5950 \begin_inset Index idx
5951 status collapsed
5952
5953 \begin_layout Plain Layout
5954 Befehle ! S ! 
5955 \backslash
5956 smallmatrix
5957 \end_layout
5958
5959 \end_inset
5960
5961 .
5962  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5963  gestrichelten Linien.
5964  In dieses Kästchen wird die Matrix eingegeben.
5965  Man verwendet stattdessen das Menü 
5966 \family sans
5967 Bearbeiten\SpecialChar \menuseparator
5968 Zeilen
5969 \begin_inset space ~
5970 \end_inset
5971
5972 &
5973 \begin_inset space ~
5974 \end_inset
5975
5976 Spalten
5977 \family default
5978  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5979  Neue Zeilen können auch mit 
5980 \family sans
5981 Strg+Enter
5982 \family default
5983  erstellt werden.
5984 \end_layout
5985
5986 \begin_layout Standard
5987 Dies ist eine Matrix 
5988 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5989 C & D
5990 \end{smallmatrix}\right)$
5991 \end_inset
5992
5993  in einer Textzeile.
5994 \end_layout
5995
5996 \begin_layout Section
5997 Klammern und Begrenzungszeichen
5998 \begin_inset Index idx
5999 status collapsed
6000
6001 \begin_layout Plain Layout
6002 Klammern
6003 \end_layout
6004
6005 \end_inset
6006
6007
6008 \begin_inset Index idx
6009 status collapsed
6010
6011 \begin_layout Plain Layout
6012 Begrenzungszeichen
6013 \end_layout
6014
6015 \end_inset
6016
6017
6018 \end_layout
6019
6020 \begin_layout Subsection
6021 Vertikale Klammern und Begrenzungszeichen
6022 \begin_inset Index idx
6023 status collapsed
6024
6025 \begin_layout Plain Layout
6026 Klammern ! vertikale
6027 \end_layout
6028
6029 \end_inset
6030
6031
6032 \end_layout
6033
6034 \begin_layout Standard
6035 \begin_inset space \hfill{}
6036 \end_inset
6037
6038
6039 \begin_inset Tabular
6040 <lyxtabular version="3" rows="9" columns="2">
6041 <features tabularvalignment="middle">
6042 <column alignment="center" valignment="top" width="0pt">
6043 <column alignment="center" valignment="top" width="0pt">
6044 <row>
6045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6046 \begin_inset Text
6047
6048 \begin_layout Plain Layout
6049 Befehl
6050 \end_layout
6051
6052 \end_inset
6053 </cell>
6054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6055 \begin_inset Text
6056
6057 \begin_layout Plain Layout
6058 Ergebnis
6059 \end_layout
6060
6061 \end_inset
6062 </cell>
6063 </row>
6064 <row>
6065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6066 \begin_inset Text
6067
6068 \begin_layout Plain Layout
6069 (
6070 \end_layout
6071
6072 \end_inset
6073 </cell>
6074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6075 \begin_inset Text
6076
6077 \begin_layout Plain Layout
6078 \begin_inset Formula $($
6079 \end_inset
6080
6081
6082 \end_layout
6083
6084 \end_inset
6085 </cell>
6086 </row>
6087 <row>
6088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6089 \begin_inset Text
6090
6091 \begin_layout Plain Layout
6092 {
6093 \end_layout
6094
6095 \end_inset
6096 </cell>
6097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 \begin_inset Formula $\{$
6102 \end_inset
6103
6104
6105 \end_layout
6106
6107 \end_inset
6108 </cell>
6109 </row>
6110 <row>
6111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6112 \begin_inset Text
6113
6114 \begin_layout Plain Layout
6115 [
6116 \end_layout
6117
6118 \end_inset
6119 </cell>
6120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6121 \begin_inset Text
6122
6123 \begin_layout Plain Layout
6124 \begin_inset Formula $[$
6125 \end_inset
6126
6127
6128 \end_layout
6129
6130 \end_inset
6131 </cell>
6132 </row>
6133 <row>
6134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6135 \begin_inset Text
6136
6137 \begin_layout Plain Layout
6138
6139 \backslash
6140 langle
6141 \end_layout
6142
6143 \end_inset
6144 </cell>
6145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6146 \begin_inset Text
6147
6148 \begin_layout Plain Layout
6149 \begin_inset Formula $\langle$
6150 \end_inset
6151
6152
6153 \end_layout
6154
6155 \end_inset
6156 </cell>
6157 </row>
6158 <row>
6159 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6160 \begin_inset Text
6161
6162 \begin_layout Plain Layout
6163
6164 \backslash
6165 lceil
6166 \end_layout
6167
6168 \end_inset
6169 </cell>
6170 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6171 \begin_inset Text
6172
6173 \begin_layout Plain Layout
6174 \begin_inset Formula $\lceil$
6175 \end_inset
6176
6177
6178 \end_layout
6179
6180 \end_inset
6181 </cell>
6182 </row>
6183 <row>
6184 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6185 \begin_inset Text
6186
6187 \begin_layout Plain Layout
6188
6189 \backslash
6190 lfloor
6191 \end_layout
6192
6193 \end_inset
6194 </cell>
6195 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6196 \begin_inset Text
6197
6198 \begin_layout Plain Layout
6199 \begin_inset Formula $\lfloor$
6200 \end_inset
6201
6202
6203 \end_layout
6204
6205 \end_inset
6206 </cell>
6207 </row>
6208 <row>
6209 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6210 \begin_inset Text
6211
6212 \begin_layout Plain Layout
6213 /
6214 \end_layout
6215
6216 \end_inset
6217 </cell>
6218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6219 \begin_inset Text
6220
6221 \begin_layout Plain Layout
6222 \begin_inset Formula $/$
6223 \end_inset
6224
6225
6226 \end_layout
6227
6228 \end_inset
6229 </cell>
6230 </row>
6231 <row>
6232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6233 \begin_inset Text
6234
6235 \begin_layout Plain Layout
6236 |
6237 \end_layout
6238
6239 \end_inset
6240 </cell>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 \begin_inset Formula $|$
6246 \end_inset
6247
6248
6249 \end_layout
6250
6251 \end_inset
6252 </cell>
6253 </row>
6254 </lyxtabular>
6255
6256 \end_inset
6257
6258
6259 \begin_inset space \hfill{}
6260 \end_inset
6261
6262
6263 \begin_inset Tabular
6264 <lyxtabular version="3" rows="9" columns="2">
6265 <features tabularvalignment="middle">
6266 <column alignment="center" valignment="top" width="0pt">
6267 <column alignment="center" valignment="top" width="0pt">
6268 <row>
6269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6270 \begin_inset Text
6271
6272 \begin_layout Plain Layout
6273 Befehl
6274 \end_layout
6275
6276 \end_inset
6277 </cell>
6278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6279 \begin_inset Text
6280
6281 \begin_layout Plain Layout
6282 Ergebnis
6283 \end_layout
6284
6285 \end_inset
6286 </cell>
6287 </row>
6288 <row>
6289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6290 \begin_inset Text
6291
6292 \begin_layout Plain Layout
6293 )
6294 \end_layout
6295
6296 \end_inset
6297 </cell>
6298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6299 \begin_inset Text
6300
6301 \begin_layout Plain Layout
6302 \begin_inset Formula $)$
6303 \end_inset
6304
6305
6306 \end_layout
6307
6308 \end_inset
6309 </cell>
6310 </row>
6311 <row>
6312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6313 \begin_inset Text
6314
6315 \begin_layout Plain Layout
6316 }
6317 \end_layout
6318
6319 \end_inset
6320 </cell>
6321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6322 \begin_inset Text
6323
6324 \begin_layout Plain Layout
6325 \begin_inset Formula $\}$
6326 \end_inset
6327
6328
6329 \end_layout
6330
6331 \end_inset
6332 </cell>
6333 </row>
6334 <row>
6335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6336 \begin_inset Text
6337
6338 \begin_layout Plain Layout
6339 ]
6340 \end_layout
6341
6342 \end_inset
6343 </cell>
6344 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6345 \begin_inset Text
6346
6347 \begin_layout Plain Layout
6348 \begin_inset Formula $]$
6349 \end_inset
6350
6351
6352 \end_layout
6353
6354 \end_inset
6355 </cell>
6356 </row>
6357 <row>
6358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6359 \begin_inset Text
6360
6361 \begin_layout Plain Layout
6362
6363 \backslash
6364 rangle
6365 \end_layout
6366
6367 \end_inset
6368 </cell>
6369 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6370 \begin_inset Text
6371
6372 \begin_layout Plain Layout
6373 \begin_inset Formula $\rangle$
6374 \end_inset
6375
6376
6377 \end_layout
6378
6379 \end_inset
6380 </cell>
6381 </row>
6382 <row>
6383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6384 \begin_inset Text
6385
6386 \begin_layout Plain Layout
6387
6388 \backslash
6389 rceil
6390 \end_layout
6391
6392 \end_inset
6393 </cell>
6394 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6395 \begin_inset Text
6396
6397 \begin_layout Plain Layout
6398 \begin_inset Formula $\rceil$
6399 \end_inset
6400
6401
6402 \end_layout
6403
6404 \end_inset
6405 </cell>
6406 </row>
6407 <row>
6408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6409 \begin_inset Text
6410
6411 \begin_layout Plain Layout
6412
6413 \backslash
6414 rfloor
6415 \end_layout
6416
6417 \end_inset
6418 </cell>
6419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6420 \begin_inset Text
6421
6422 \begin_layout Plain Layout
6423 \begin_inset Formula $\rfloor$
6424 \end_inset
6425
6426
6427 \end_layout
6428
6429 \end_inset
6430 </cell>
6431 </row>
6432 <row>
6433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6434 \begin_inset Text
6435
6436 \begin_layout Plain Layout
6437
6438 \backslash
6439
6440 \backslash
6441
6442 \end_layout
6443
6444 \end_inset
6445 </cell>
6446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6447 \begin_inset Text
6448
6449 \begin_layout Plain Layout
6450 \begin_inset Formula $\backslash$
6451 \end_inset
6452
6453
6454 \end_layout
6455
6456 \end_inset
6457 </cell>
6458 </row>
6459 <row>
6460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6461 \begin_inset Text
6462
6463 \begin_layout Plain Layout
6464
6465 \backslash
6466 |
6467 \end_layout
6468
6469 \end_inset
6470 </cell>
6471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6472 \begin_inset Text
6473
6474 \begin_layout Plain Layout
6475 \begin_inset Formula $\|$
6476 \end_inset
6477
6478
6479 \end_layout
6480
6481 \end_inset
6482 </cell>
6483 </row>
6484 </lyxtabular>
6485
6486 \end_inset
6487
6488
6489 \begin_inset space \hfill{}
6490 \end_inset
6491
6492
6493 \end_layout
6494
6495 \begin_layout Standard
6496
6497 \series medium
6498 \begin_inset Note Greyedout
6499 status open
6500
6501 \begin_layout Plain Layout
6502
6503 \series bold
6504 Achtung:
6505 \series default
6506  Im TeX-Modus muss für den Backslash der Befehl 
6507 \series bold
6508
6509 \backslash
6510 textbackslash
6511 \series default
6512
6513 \begin_inset Index idx
6514 status collapsed
6515
6516 \begin_layout Plain Layout
6517 Befehle ! T ! 
6518 \backslash
6519 textbackslash
6520 \end_layout
6521
6522 \end_inset
6523
6524  verwendet werden, denn der Befehl 
6525 \series bold
6526
6527 \backslash
6528
6529 \backslash
6530
6531 \series default
6532  steht dort für einen Zeilenumbruch.
6533 \end_layout
6534
6535 \end_inset
6536
6537
6538 \end_layout
6539
6540 \begin_layout Standard
6541 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6542  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6543  Dabei können dann statt den Befehlen 
6544 \series bold
6545
6546 \backslash
6547 langle
6548 \series default
6549  und 
6550 \series bold
6551
6552 \backslash
6553 rangle
6554 \series default
6555  direkt die Zeichen < und > verwendet werden.
6556 \end_layout
6557
6558 \begin_layout Subsubsection
6559 Manuelle Klammergrößen
6560 \begin_inset CommandInset label
6561 LatexCommand label
6562 name "sub:Manuelle-Klammergrößen"
6563
6564 \end_inset
6565
6566
6567 \begin_inset Index idx
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571 Klammergrößen ! manuelle
6572 \end_layout
6573
6574 \end_inset
6575
6576
6577 \end_layout
6578
6579 \begin_layout Standard
6580 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6581  LaTeX-Befehle 
6582 \series bold
6583
6584 \backslash
6585 big
6586 \series default
6587
6588 \begin_inset Index idx
6589 status collapsed
6590
6591 \begin_layout Plain Layout
6592 Befehle ! B ! 
6593 \backslash
6594 big
6595 \end_layout
6596
6597 \end_inset
6598
6599
6600 \series bold
6601
6602 \backslash
6603 Big
6604 \series default
6605
6606 \series bold
6607
6608 \backslash
6609 bigg
6610 \series default
6611  und 
6612 \series bold
6613
6614 \backslash
6615 Bigg
6616 \series default
6617  tun.
6618  
6619 \series bold
6620
6621 \backslash
6622 big
6623 \series default
6624  steht hierbei für die kleinste und 
6625 \series bold
6626
6627 \backslash
6628 Bigg
6629 \series default
6630  für die größte Klammergröße.
6631 \end_layout
6632
6633 \begin_layout Standard
6634 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6635 \end_layout
6636
6637 \begin_layout Standard
6638 \align center
6639 \begin_inset Tabular
6640 <lyxtabular version="3" rows="2" columns="2">
6641 <features tabularvalignment="middle">
6642 <column alignment="center" valignment="top" width="0pt">
6643 <column alignment="center" valignment="top" width="0pt">
6644 <row>
6645 <cell alignment="center" valignment="top" usebox="none">
6646 \begin_inset Text
6647
6648 \begin_layout Plain Layout
6649 einheitliche Klammergröße:
6650 \end_layout
6651
6652 \end_inset
6653 </cell>
6654 <cell alignment="center" valignment="top" usebox="none">
6655 \begin_inset Text
6656
6657 \begin_layout Plain Layout
6658 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6659 \end_inset
6660
6661
6662 \end_layout
6663
6664 \end_inset
6665 </cell>
6666 </row>
6667 <row>
6668 <cell alignment="center" valignment="top" usebox="none">
6669 \begin_inset Text
6670
6671 \begin_layout Plain Layout
6672 besser sieht das so aus:
6673 \end_layout
6674
6675 \end_inset
6676 </cell>
6677 <cell alignment="center" valignment="top" usebox="none">
6678 \begin_inset Text
6679
6680 \begin_layout Plain Layout
6681 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6682 \end_inset
6683
6684
6685 \end_layout
6686
6687 \end_inset
6688 </cell>
6689 </row>
6690 </lyxtabular>
6691
6692 \end_inset
6693
6694
6695 \begin_inset Note Note
6696 status collapsed
6697
6698 \begin_layout Plain Layout
6699
6700 \series bold
6701
6702 \backslash
6703 raisebox
6704 \series default
6705  dient nur
6706 \end_layout
6707
6708 \begin_layout Plain Layout
6709 als Abstandhalter.
6710 \end_layout
6711
6712 \end_inset
6713
6714
6715 \end_layout
6716
6717 \begin_layout Standard
6718 Für die zweite Formel wurde der Befehl 
6719 \series bold
6720
6721 \backslash
6722 Big((A+B)(A-B)
6723 \backslash
6724 Big)^
6725 \begin_inset ERT
6726 status collapsed
6727
6728 \begin_layout Plain Layout
6729
6730
6731 \backslash
6732 leer 
6733 \end_layout
6734
6735 \end_inset
6736
6737 C
6738 \series default
6739  verwendet.
6740 \end_layout
6741
6742 \begin_layout Standard
6743 Hier alle Klammergrößen in der Übersicht:
6744 \end_layout
6745
6746 \begin_layout Standard
6747 \align center
6748
6749 \backslash
6750 Bigg(
6751 \backslash
6752 exp
6753 \backslash
6754 bigg<
6755 \backslash
6756 Big[
6757 \backslash
6758 big{
6759 \backslash
6760 ln(3x)
6761 \backslash
6762 big}^2
6763 \begin_inset ERT
6764 status collapsed
6765
6766 \begin_layout Plain Layout
6767
6768
6769 \backslash
6770 leer 
6771 \end_layout
6772
6773 \end_inset
6774
6775
6776 \backslash
6777 sin(x)
6778 \backslash
6779 Big]^
6780 \begin_inset ERT
6781 status collapsed
6782
6783 \begin_layout Plain Layout
6784
6785
6786 \backslash
6787 leer 
6788 \end_layout
6789
6790 \end_inset
6791
6792 A
6793 \begin_inset ERT
6794 status collapsed
6795
6796 \begin_layout Plain Layout
6797
6798
6799 \backslash
6800 leer 
6801 \end_layout
6802
6803 \end_inset
6804
6805
6806 \backslash
6807 bigg>
6808 \backslash
6809 Bigg)^0,5
6810 \end_layout
6811
6812 \begin_layout Standard
6813 \align center
6814 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6815 \end_inset
6816
6817
6818 \end_layout
6819
6820 \begin_layout Standard
6821 Es gibt außer den 
6822 \series bold
6823
6824 \backslash
6825 big
6826 \series default
6827 -Befehlen noch die Variante 
6828 \series bold
6829
6830 \backslash
6831 bigm
6832 \series default
6833
6834 \begin_inset Index idx
6835 status collapsed
6836
6837 \begin_layout Plain Layout
6838 Befehle ! B ! 
6839 \backslash
6840 bigm
6841 \end_layout
6842
6843 \end_inset
6844
6845 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6846  die Variante 
6847 \series bold
6848
6849 \backslash
6850 bigl
6851 \series default
6852 -
6853 \series bold
6854
6855 \backslash
6856 bigr
6857 \series default
6858
6859 \begin_inset Index idx
6860 status collapsed
6861
6862 \begin_layout Plain Layout
6863 Befehle ! B ! 
6864 \backslash
6865 bigl - 
6866 \backslash
6867 bigr
6868 \end_layout
6869
6870 \end_inset
6871
6872 , die keinen zusätzlichen Leerraum erzeugt.
6873  Das 
6874 \emph on
6875 l
6876 \emph default
6877  am Ende des Befehls 
6878 \series bold
6879
6880 \backslash
6881 bigl
6882 \series default
6883  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6884  ein 
6885 \emph on
6886 r
6887 \emph default
6888  ersetzt.
6889  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6890  sein.
6891 \end_layout
6892
6893 \begin_layout Standard
6894 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6895 \end_layout
6896
6897 \begin_layout Standard
6898 \align center
6899 \begin_inset Tabular
6900 <lyxtabular version="3" rows="5" columns="2">
6901 <features tabularvalignment="middle">
6902 <column alignment="center" valignment="middle" width="0">
6903 <column alignment="center" valignment="middle" width="0">
6904 <row>
6905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6906 \begin_inset Text
6907
6908 \begin_layout Plain Layout
6909 Befehl
6910 \end_layout
6911
6912 \end_inset
6913 </cell>
6914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6915 \begin_inset Text
6916
6917 \begin_layout Plain Layout
6918 Ergebnis
6919 \begin_inset Note Note
6920 status collapsed
6921
6922 \begin_layout Plain Layout
6923
6924 \series bold
6925
6926 \backslash
6927 raisebox
6928 \series default
6929  dient nur als Abstandhalter.
6930 \end_layout
6931
6932 \end_inset
6933
6934
6935 \end_layout
6936
6937 \end_inset
6938 </cell>
6939 </row>
6940 <row>
6941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6942 \begin_inset Text
6943
6944 \begin_layout Plain Layout
6945
6946 \backslash
6947 Bigm(
6948 \backslash
6949 bigm(
6950 \backslash
6951 ln(3x)
6952 \backslash
6953 bigm)^2
6954 \begin_inset ERT
6955 status collapsed
6956
6957 \begin_layout Plain Layout
6958
6959
6960 \backslash
6961 leer 
6962 \end_layout
6963
6964 \end_inset
6965
6966
6967 \backslash
6968 Bigm)
6969 \end_layout
6970
6971 \end_inset
6972 </cell>
6973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6974 \begin_inset Text
6975
6976 \begin_layout Plain Layout
6977 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6978 \end_inset
6979
6980
6981 \end_layout
6982
6983 \end_inset
6984 </cell>
6985 </row>
6986 <row>
6987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6988 \begin_inset Text
6989
6990 \begin_layout Plain Layout
6991
6992 \backslash
6993 Big(
6994 \backslash
6995 big(
6996 \backslash
6997 ln(3x)
6998 \backslash
6999 big)^2
7000 \begin_inset ERT
7001 status collapsed
7002
7003 \begin_layout Plain Layout
7004
7005
7006 \backslash
7007 leer 
7008 \end_layout
7009
7010 \end_inset
7011
7012
7013 \backslash
7014 Big)
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7024 \end_inset
7025
7026
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row>
7033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037
7038 \backslash
7039 Bigl(
7040 \backslash
7041 bigl(
7042 \backslash
7043 ln(3x)
7044 \backslash
7045 bigr)^2
7046 \begin_inset ERT
7047 status collapsed
7048
7049 \begin_layout Plain Layout
7050
7051
7052 \backslash
7053 leer 
7054 \end_layout
7055
7056 \end_inset
7057
7058
7059 \backslash
7060 Bigr)
7061 \end_layout
7062
7063 \end_inset
7064 </cell>
7065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7066 \begin_inset Text
7067
7068 \begin_layout Plain Layout
7069 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7070 \end_inset
7071
7072
7073 \end_layout
7074
7075 \end_inset
7076 </cell>
7077 </row>
7078 <row>
7079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7080 \begin_inset Text
7081
7082 \begin_layout Plain Layout
7083
7084 \backslash
7085 bigl)
7086 \backslash
7087 ln(3x)
7088 \backslash
7089 bigr(
7090 \end_layout
7091
7092 \end_inset
7093 </cell>
7094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7095 \begin_inset Text
7096
7097 \begin_layout Plain Layout
7098 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7099 \end_inset
7100
7101
7102 \end_layout
7103
7104 \end_inset
7105 </cell>
7106 </row>
7107 </lyxtabular>
7108
7109 \end_inset
7110
7111
7112 \end_layout
7113
7114 \begin_layout Subsubsection
7115 Automatische Klammergrößen
7116 \begin_inset CommandInset label
7117 LatexCommand label
7118 name "sub:Automatische-Klammergrößen"
7119
7120 \end_inset
7121
7122
7123 \begin_inset Index idx
7124 status collapsed
7125
7126 \begin_layout Plain Layout
7127 Klammergrößen ! automatische
7128 \end_layout
7129
7130 \end_inset
7131
7132
7133 \end_layout
7134
7135 \begin_layout Standard
7136 Klammern variabler Größe können mit den Befehlen 
7137 \series bold
7138
7139 \backslash
7140 left
7141 \series default
7142
7143 \begin_inset Index idx
7144 status collapsed
7145
7146 \begin_layout Plain Layout
7147 Befehle ! L ! 
7148 \backslash
7149 left
7150 \end_layout
7151
7152 \end_inset
7153
7154  und 
7155 \series bold
7156
7157 \backslash
7158 right
7159 \series default
7160
7161 \begin_inset Index idx
7162 status collapsed
7163
7164 \begin_layout Plain Layout
7165 Befehle ! R ! 
7166 \backslash
7167 right
7168 \end_layout
7169
7170 \end_inset
7171
7172  oder über den Mathe-Werkzeugleistenknopf
7173 \family sans
7174  
7175 \family default
7176
7177 \begin_inset Graphics
7178         filename ../../images/dialog-show_mathdelimiter.png
7179         scale 85
7180
7181 \end_inset
7182
7183  eingefügt werden.
7184  Auf 
7185 \series bold
7186
7187 \backslash
7188 left
7189 \series default
7190  und 
7191 \series bold
7192
7193 \backslash
7194 right
7195 \series default
7196  muss unmittelbar die gewünschte Klammer folgen.
7197  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7198 \end_layout
7199
7200 \begin_layout Standard
7201 \align center
7202 normale Klammer: Der Befehl 
7203 \series bold
7204
7205 \backslash
7206 ln(
7207 \backslash
7208 frac
7209 \begin_inset ERT
7210 status collapsed
7211
7212 \begin_layout Plain Layout
7213
7214
7215 \backslash
7216 leer 
7217 \end_layout
7218
7219 \end_inset
7220
7221 A
7222 \begin_inset Formula $\downarrow$
7223 \end_inset
7224
7225 C
7226 \begin_inset ERT
7227 status collapsed
7228
7229 \begin_layout Plain Layout
7230
7231
7232 \backslash
7233 leer 
7234 \end_layout
7235
7236 \end_inset
7237
7238 )
7239 \series default
7240  ergibt
7241 \begin_inset Formula 
7242 \[
7243 \ln(\frac{A}{C})
7244 \]
7245
7246 \end_inset
7247
7248
7249 \end_layout
7250
7251 \begin_layout Standard
7252 \align center
7253 mehrzeilige Klammer: Der Befehl 
7254 \series bold
7255
7256 \backslash
7257 ln
7258 \backslash
7259 left(
7260 \backslash
7261 frac
7262 \begin_inset ERT
7263 status collapsed
7264
7265 \begin_layout Plain Layout
7266
7267
7268 \backslash
7269 leer 
7270 \end_layout
7271
7272 \end_inset
7273
7274 A
7275 \begin_inset Formula $\downarrow$
7276 \end_inset
7277
7278 C
7279 \begin_inset ERT
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283
7284
7285 \backslash
7286 leer 
7287 \end_layout
7288
7289 \end_inset
7290
7291
7292 \backslash
7293 right)
7294 \series default
7295  ergibt
7296 \begin_inset Formula 
7297 \[
7298 \ln\left(\frac{A}{C}\right)
7299 \]
7300
7301 \end_inset
7302
7303
7304 \end_layout
7305
7306 \begin_layout Standard
7307 An Stelle von 
7308 \series bold
7309
7310 \backslash
7311 left
7312 \series default
7313  und 
7314 \series bold
7315
7316 \backslash
7317 right
7318 \series default
7319  kann man die Tastenkürzel 
7320 \family sans
7321 Alt+M
7322 \begin_inset space ~
7323 \end_inset
7324
7325 Klammer
7326 \family default
7327  verwenden.
7328  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7329  und dass die rechte Klammer gleich mit erstellt wird.
7330 \begin_inset Newline newline
7331 \end_inset
7332
7333 Der Befehl für das letzte Beispiel würde dann lauten: 
7334 \series bold
7335
7336 \backslash
7337 ln Alt+M
7338 \series default
7339  
7340 \series bold
7341 (
7342 \backslash
7343 frac
7344 \begin_inset ERT
7345 status collapsed
7346
7347 \begin_layout Plain Layout
7348
7349
7350 \backslash
7351 leer 
7352 \end_layout
7353
7354 \end_inset
7355
7356 A
7357 \begin_inset Formula $\downarrow$
7358 \end_inset
7359
7360 C
7361 \end_layout
7362
7363 \begin_layout Standard
7364 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7365  Klammer einen Punkt.
7366  So ergibt z.
7367 \begin_inset space \thinspace{}
7368 \end_inset
7369
7370 B.
7371  der Befehl 
7372 \series bold
7373
7374 \backslash
7375 left.
7376 \backslash
7377 frac
7378 \begin_inset ERT
7379 status collapsed
7380
7381 \begin_layout Plain Layout
7382
7383
7384 \backslash
7385 leer 
7386 \end_layout
7387
7388 \end_inset
7389
7390 A
7391 \begin_inset Formula $\downarrow$
7392 \end_inset
7393
7394 B
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400
7401 \backslash
7402 leer 
7403 \end_layout
7404
7405 \end_inset
7406
7407
7408 \backslash
7409 right}
7410 \series default
7411
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 :
7416 \series bold
7417
7418 \begin_inset Formula 
7419 \[
7420 \left.\frac{A}{B}\right\} 
7421 \]
7422
7423 \end_inset
7424
7425
7426 \series default
7427 Die Befehle 
7428 \series bold
7429
7430 \backslash
7431 left
7432 \series default
7433  und 
7434 \series bold
7435
7436 \backslash
7437 right
7438 \series default
7439  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7440  umgewandelt.
7441  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7442 \end_layout
7443
7444 \begin_layout Standard
7445 \begin_inset VSpace bigskip
7446 \end_inset
7447
7448 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7449  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7450  Befehl 
7451 \series bold
7452
7453 \backslash
7454 middle
7455 \series default
7456
7457 \begin_inset Index idx
7458 status collapsed
7459
7460 \begin_layout Plain Layout
7461 Befehle ! M ! 
7462 \backslash
7463 middle
7464 \end_layout
7465
7466 \end_inset
7467
7468  zur Verfügung.
7469  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7470  angepasst, was z.
7471 \begin_inset space \thinspace{}
7472 \end_inset
7473
7474 B.
7475  für physikalische Vektoren von Nutzen ist:
7476 \begin_inset Formula 
7477 \[
7478 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7479 \]
7480
7481 \end_inset
7482
7483 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7484 \begin_inset CommandInset ref
7485 LatexCommand ref
7486 reference "sub:Physikalische-Vektoren"
7487
7488 \end_inset
7489
7490  beschrieben ist.
7491 \end_layout
7492
7493 \begin_layout Subsection
7494 Horizontale Klammern
7495 \begin_inset Index idx
7496 status collapsed
7497
7498 \begin_layout Plain Layout
7499 Klammern ! horizontale
7500 \end_layout
7501
7502 \end_inset
7503
7504
7505 \end_layout
7506
7507 \begin_layout Standard
7508 \align center
7509 \begin_inset Tabular
7510 <lyxtabular version="3" rows="4" columns="2">
7511 <features tabularvalignment="middle">
7512 <column alignment="center" valignment="top" width="0pt">
7513 <column alignment="center" valignment="top" width="0pt">
7514 <row>
7515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7516 \begin_inset Text
7517
7518 \begin_layout Plain Layout
7519 Befehl
7520 \begin_inset Note Note
7521 status collapsed
7522
7523 \begin_layout Plain Layout
7524
7525 \series bold
7526
7527 \backslash
7528 raisebox
7529 \series default
7530  dient nur als Abstandhalter.
7531 \end_layout
7532
7533 \end_inset
7534
7535
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 Ergebnis
7545 \end_layout
7546
7547 \end_inset
7548 </cell>
7549 </row>
7550 <row>
7551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7552 \begin_inset Text
7553
7554 \begin_layout Plain Layout
7555 \begin_inset ERT
7556 status collapsed
7557
7558 \begin_layout Plain Layout
7559
7560
7561 \backslash
7562 raisebox{2.3mm}{
7563 \end_layout
7564
7565 \end_inset
7566
7567
7568 \backslash
7569 overbrace
7570 \begin_inset ERT
7571 status collapsed
7572
7573 \begin_layout Plain Layout
7574
7575
7576 \backslash
7577 leer 
7578 \end_layout
7579
7580 \end_inset
7581
7582 A+B
7583 \begin_inset ERT
7584 status collapsed
7585
7586 \begin_layout Plain Layout
7587
7588
7589 \backslash
7590 leer 
7591 \end_layout
7592
7593 \end_inset
7594
7595 ^
7596 \begin_inset ERT
7597 status collapsed
7598
7599 \begin_layout Plain Layout
7600
7601
7602 \backslash
7603 leer 
7604 \end_layout
7605
7606 \end_inset
7607
7608 3
7609 \begin_inset ERT
7610 status collapsed
7611
7612 \begin_layout Plain Layout
7613
7614 }
7615 \end_layout
7616
7617 \end_inset
7618
7619
7620 \begin_inset Index idx
7621 status collapsed
7622
7623 \begin_layout Plain Layout
7624 Befehle ! O ! 
7625 \backslash
7626 overbrace
7627 \end_layout
7628
7629 \end_inset
7630
7631
7632 \end_layout
7633
7634 \end_inset
7635 </cell>
7636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7637 \begin_inset Text
7638
7639 \begin_layout Plain Layout
7640 \begin_inset Formula $\overbrace{A+B}^{3}$
7641 \end_inset
7642
7643
7644 \end_layout
7645
7646 \end_inset
7647 </cell>
7648 </row>
7649 <row>
7650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7651 \begin_inset Text
7652
7653 \begin_layout Plain Layout
7654 \begin_inset ERT
7655 status collapsed
7656
7657 \begin_layout Plain Layout
7658
7659
7660 \backslash
7661 raisebox{-2.2mm}{
7662 \end_layout
7663
7664 \end_inset
7665
7666
7667 \backslash
7668 underbrace
7669 \begin_inset ERT
7670 status collapsed
7671
7672 \begin_layout Plain Layout
7673
7674
7675 \backslash
7676 leer 
7677 \end_layout
7678
7679 \end_inset
7680
7681 A+B
7682 \begin_inset ERT
7683 status collapsed
7684
7685 \begin_layout Plain Layout
7686
7687
7688 \backslash
7689 leer 
7690 \end_layout
7691
7692 \end_inset
7693
7694 _5
7695 \begin_inset ERT
7696 status collapsed
7697
7698 \begin_layout Plain Layout
7699
7700 }
7701 \end_layout
7702
7703 \end_inset
7704
7705
7706 \begin_inset Index idx
7707 status collapsed
7708
7709 \begin_layout Plain Layout
7710 Befehle ! U ! 
7711 \backslash
7712 underbrace
7713 \end_layout
7714
7715 \end_inset
7716
7717
7718 \end_layout
7719
7720 \end_inset
7721 </cell>
7722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7723 \begin_inset Text
7724
7725 \begin_layout Plain Layout
7726 \begin_inset Formula $\underbrace{A+B}_{5}$
7727 \end_inset
7728
7729
7730 \end_layout
7731
7732 \end_inset
7733 </cell>
7734 </row>
7735 <row>
7736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7737 \begin_inset Text
7738
7739 \begin_layout Plain Layout
7740
7741 \backslash
7742 overbrace
7743 \begin_inset ERT
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747
7748
7749 \backslash
7750 leer 
7751 \end_layout
7752
7753 \end_inset
7754
7755
7756 \backslash
7757 underbrace
7758 \begin_inset ERT
7759 status collapsed
7760
7761 \begin_layout Plain Layout
7762
7763
7764 \backslash
7765 leer 
7766 \end_layout
7767
7768 \end_inset
7769
7770 A+B_w
7771 \begin_inset ERT
7772 status collapsed
7773
7774 \begin_layout Plain Layout
7775
7776
7777 \backslash
7778 leer 
7779 \end_layout
7780
7781 \end_inset
7782
7783
7784 \begin_inset ERT
7785 status collapsed
7786
7787 \begin_layout Plain Layout
7788
7789
7790 \backslash
7791 leer 
7792 \end_layout
7793
7794 \end_inset
7795
7796 _7
7797 \begin_inset ERT
7798 status collapsed
7799
7800 \begin_layout Plain Layout
7801
7802
7803 \backslash
7804 leer 
7805 \end_layout
7806
7807 \end_inset
7808
7809
7810 \begin_inset ERT
7811 status collapsed
7812
7813 \begin_layout Plain Layout
7814
7815
7816 \backslash
7817 leer 
7818 \end_layout
7819
7820 \end_inset
7821
7822 ^
7823 \begin_inset ERT
7824 status collapsed
7825
7826 \begin_layout Plain Layout
7827
7828
7829 \backslash
7830 leer 
7831 \end_layout
7832
7833 \end_inset
7834
7835 C
7836 \end_layout
7837
7838 \end_inset
7839 </cell>
7840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7841 \begin_inset Text
7842
7843 \begin_layout Plain Layout
7844 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7845 \end_inset
7846
7847
7848 \end_layout
7849
7850 \end_inset
7851 </cell>
7852 </row>
7853 </lyxtabular>
7854
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \begin_layout Standard
7861 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7862 \series bold
7863
7864 \backslash
7865 overbrace
7866 \series default
7867  oder 
7868 \series bold
7869
7870 \backslash
7871 underbrace
7872 \series default
7873  eingibt.
7874 \end_layout
7875
7876 \begin_layout Standard
7877 \begin_inset VSpace bigskip
7878 \end_inset
7879
7880 Benötigt man Klammern, die sich überschneiden, muss man die in 
7881 \begin_inset CommandInset ref
7882 LatexCommand ref
7883 reference "sec:Mehrzeilige-Formeln"
7884
7885 \end_inset
7886
7887  beschriebenen mehrzeiligen Formeln verwenden:
7888 \begin_inset Formula 
7889 \begin{eqnarray*}
7890 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7891  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7892 \end{eqnarray*}
7893
7894 \end_inset
7895
7896 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7897  Dabei ist es wichtig, dass vor dem ersten 
7898 \begin_inset Formula $d$
7899 \end_inset
7900
7901  der Abstandsbefehl
7902 \begin_inset Foot
7903 status collapsed
7904
7905 \begin_layout Plain Layout
7906 Abstandsbefehle sind in 
7907 \begin_inset CommandInset ref
7908 LatexCommand ref
7909 reference "sub:Vordefinierter-Leerraum"
7910
7911 \end_inset
7912
7913  erklärt.
7914 \end_layout
7915
7916 \end_inset
7917
7918  
7919 \series bold
7920
7921 \backslash
7922 :
7923 \series default
7924  eingegeben wird, denn die nach dem 
7925 \begin_inset Formula $q$
7926 \end_inset
7927
7928  endende Klammer verhindert, dass das nachfolgende 
7929 \begin_inset Quotes gld
7930 \end_inset
7931
7932 +
7933 \begin_inset Quotes grd
7934 \end_inset
7935
7936  von Leerraum umgeben ist.
7937 \begin_inset Foot
7938 status collapsed
7939
7940 \begin_layout Plain Layout
7941 weil eine Klammer nicht als Zeichen gilt, siehe 
7942 \begin_inset CommandInset ref
7943 LatexCommand ref
7944 reference "sub:Binäre-Operatoren"
7945
7946 \end_inset
7947
7948
7949 \end_layout
7950
7951 \end_inset
7952
7953  In die zweite Zeile wird die zweite Klammer eingegeben.
7954  Da sie vor dem 
7955 \begin_inset Formula $b$
7956 \end_inset
7957
7958  beginnen soll, gibt man zuerst 
7959 \series bold
7960
7961 \backslash
7962 hphantom{gggg+
7963 \backslash
7964 :}
7965 \series default
7966  ein.
7967 \begin_inset Foot
7968 status collapsed
7969
7970 \begin_layout Plain Layout
7971 mehr zu 
7972 \series bold
7973
7974 \backslash
7975 hphantom
7976 \series default
7977  siehe 
7978 \begin_inset CommandInset ref
7979 LatexCommand ref
7980 reference "sub:Platzhalter"
7981
7982 \end_inset
7983
7984 .
7985 \end_layout
7986
7987 \end_inset
7988
7989  Dieser Leerraum wird benötigt, weil das 
7990 \begin_inset Quotes gld
7991 \end_inset
7992
7993 +
7994 \begin_inset Quotes grd
7995 \end_inset
7996
7997  in der Formel auch von Leerraum umgeben ist.
7998  Die Klammer wird unter den Befehl 
7999 \series bold
8000
8001 \backslash
8002 hphantom{bbqq+dddd}
8003 \series default
8004  gesetzt.
8005 \end_layout
8006
8007 \begin_layout Standard
8008 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
8009 n, wie in folgendem Beispiel:
8010 \begin_inset ERT
8011 status collapsed
8012
8013 \begin_layout Plain Layout
8014
8015
8016 \backslash
8017 setlength{
8018 \backslash
8019 jot}{-6pt}
8020 \end_layout
8021
8022 \end_inset
8023
8024
8025 \begin_inset Formula 
8026 \begin{eqnarray*}
8027  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8028 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8029 \end{eqnarray*}
8030
8031 \end_inset
8032
8033
8034 \begin_inset ERT
8035 status collapsed
8036
8037 \begin_layout Plain Layout
8038
8039
8040 \backslash
8041 setlength{
8042 \backslash
8043 jot}{3pt}
8044 \end_layout
8045
8046 \end_inset
8047
8048 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8049  mit dem Unterschied, dass sich die Klammer oben befindet.
8050  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8051  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8052  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8053  werden.
8054  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8055 \begin_inset Foot
8056 status collapsed
8057
8058 \begin_layout Plain Layout
8059 \begin_inset CommandInset href
8060 LatexCommand href
8061 name "LyX-Fehler #1505"
8062 target "http://www.lyx.org/trac/ticket/1505"
8063
8064 \end_inset
8065
8066
8067 \end_layout
8068
8069 \end_inset
8070
8071 .
8072  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8073 \series bold
8074
8075 \backslash
8076 jot
8077 \series default
8078
8079 \begin_inset Index idx
8080 status collapsed
8081
8082 \begin_layout Plain Layout
8083 Befehle ! J ! 
8084 \backslash
8085 jot
8086 \end_layout
8087
8088 \end_inset
8089
8090  vor der Formel mit dem Befehl 
8091 \series bold
8092
8093 \backslash
8094 setlength{
8095 \backslash
8096 jot}{-6pt}
8097 \series default
8098  im TeX-Modus auf den Wert -6
8099 \begin_inset space \thinspace{}
8100 \end_inset
8101
8102 pt geändert.
8103  Nach der Formel wird 
8104 \series bold
8105
8106 \backslash
8107 jot
8108 \series default
8109  mit demselben Befehl wieder auf den Standardwert 3
8110 \begin_inset space \thinspace{}
8111 \end_inset
8112
8113 pt zurückgesetzt.
8114  Genaueres zum Zeilenabstand in Formeln ist in 
8115 \begin_inset CommandInset ref
8116 LatexCommand ref
8117 reference "sub:Zeilenabstand"
8118
8119 \end_inset
8120
8121  erklärt.
8122 \end_layout
8123
8124 \begin_layout Standard
8125 \begin_inset Newpage newpage
8126 \end_inset
8127
8128
8129 \end_layout
8130
8131 \begin_layout Section
8132 Pfeile
8133 \begin_inset Index idx
8134 status collapsed
8135
8136 \begin_layout Plain Layout
8137 Pfeile
8138 \end_layout
8139
8140 \end_inset
8141
8142
8143 \end_layout
8144
8145 \begin_layout Standard
8146 Pfeile können über den Mathe-Werkzeugleistenknopf 
8147 \begin_inset Graphics
8148         filename ../../images/math/leftarrow.png
8149         scale 85
8150
8151 \end_inset
8152
8153  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8154  aufgelistet sind.
8155 \end_layout
8156
8157 \begin_layout Subsection
8158 Horizontale Pfeile
8159 \begin_inset Index idx
8160 status collapsed
8161
8162 \begin_layout Plain Layout
8163 Pfeile ! horizontale
8164 \end_layout
8165
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \begin_layout Standard
8172 \begin_inset space \hfill{}
8173 \end_inset
8174
8175
8176 \begin_inset Tabular
8177 <lyxtabular version="3" rows="8" columns="2">
8178 <features tabularvalignment="middle">
8179 <column alignment="center" valignment="top" width="0pt">
8180 <column alignment="center" valignment="top" width="0pt">
8181 <row>
8182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8183 \begin_inset Text
8184
8185 \begin_layout Plain Layout
8186 Befehl
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 Ergebnis
8196 \end_layout
8197
8198 \end_inset
8199 </cell>
8200 </row>
8201 <row>
8202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8203 \begin_inset Text
8204
8205 \begin_layout Plain Layout
8206
8207 \backslash
8208 gets
8209 \end_layout
8210
8211 \end_inset
8212 </cell>
8213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217 \begin_inset Formula $\gets$
8218 \end_inset
8219
8220
8221 \end_layout
8222
8223 \end_inset
8224 </cell>
8225 </row>
8226 <row>
8227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8228 \begin_inset Text
8229
8230 \begin_layout Plain Layout
8231
8232 \backslash
8233 Leftarrow
8234 \end_layout
8235
8236 \end_inset
8237 </cell>
8238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242 \begin_inset Formula $\Leftarrow$
8243 \end_inset
8244
8245
8246 \end_layout
8247
8248 \end_inset
8249 </cell>
8250 </row>
8251 <row>
8252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8253 \begin_inset Text
8254
8255 \begin_layout Plain Layout
8256
8257 \backslash
8258 longleftarrow
8259 \end_layout
8260
8261 \end_inset
8262 </cell>
8263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267 \begin_inset Formula $\longleftarrow$
8268 \end_inset
8269
8270
8271 \end_layout
8272
8273 \end_inset
8274 </cell>
8275 </row>
8276 <row>
8277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8278 \begin_inset Text
8279
8280 \begin_layout Plain Layout
8281
8282 \backslash
8283 Longleftarrow
8284 \end_layout
8285
8286 \end_inset
8287 </cell>
8288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292 \begin_inset Formula $\Longleftarrow$
8293 \end_inset
8294
8295
8296 \end_layout
8297
8298 \end_inset
8299 </cell>
8300 </row>
8301 <row>
8302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8303 \begin_inset Text
8304
8305 \begin_layout Plain Layout
8306
8307 \backslash
8308 leftharpoonup
8309 \end_layout
8310
8311 \end_inset
8312 </cell>
8313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317 \begin_inset Formula $\leftharpoonup$
8318 \end_inset
8319
8320
8321 \end_layout
8322
8323 \end_inset
8324 </cell>
8325 </row>
8326 <row>
8327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331
8332 \backslash
8333 leftharpoondown
8334 \end_layout
8335
8336 \end_inset
8337 </cell>
8338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8339 \begin_inset Text
8340
8341 \begin_layout Plain Layout
8342 \begin_inset Formula $\leftharpoondown$
8343 \end_inset
8344
8345
8346 \end_layout
8347
8348 \end_inset
8349 </cell>
8350 </row>
8351 <row>
8352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356
8357 \backslash
8358 hookleftarrow
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8364 \begin_inset Text
8365
8366 \begin_layout Plain Layout
8367 \begin_inset Formula $\hookleftarrow$
8368 \end_inset
8369
8370
8371 \end_layout
8372
8373 \end_inset
8374 </cell>
8375 </row>
8376 </lyxtabular>
8377
8378 \end_inset
8379
8380
8381 \begin_inset space \hfill{}
8382 \end_inset
8383
8384
8385 \begin_inset Tabular
8386 <lyxtabular version="3" rows="8" columns="2">
8387 <features tabularvalignment="middle">
8388 <column alignment="center" valignment="top" width="0pt">
8389 <column alignment="center" valignment="top" width="0pt">
8390 <row>
8391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395 Befehl
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8401 \begin_inset Text
8402
8403 \begin_layout Plain Layout
8404 Ergebnis
8405 \end_layout
8406
8407 \end_inset
8408 </cell>
8409 </row>
8410 <row>
8411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8412 \begin_inset Text
8413
8414 \begin_layout Plain Layout
8415
8416 \backslash
8417 to
8418 \end_layout
8419
8420 \end_inset
8421 </cell>
8422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426 \begin_inset Formula $\to$
8427 \end_inset
8428
8429
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \backslash
8442 Rightarrow
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 \begin_inset Formula $\Rightarrow$
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \backslash
8467 longrightarrow
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 \begin_inset Formula $\longrightarrow$
8477 \end_inset
8478
8479
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \backslash
8492 Longrightarrow
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 \begin_inset Formula $\Longrightarrow$
8502 \end_inset
8503
8504
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \backslash
8517 rightharpoonup
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 \begin_inset Formula $\rightharpoonup$
8527 \end_inset
8528
8529
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \backslash
8542 rightharpoondown
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 \begin_inset Formula $\rightharpoondown$
8552 \end_inset
8553
8554
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 <row>
8561 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8562 \begin_inset Text
8563
8564 \begin_layout Plain Layout
8565
8566 \backslash
8567 hookrightarrow
8568 \end_layout
8569
8570 \end_inset
8571 </cell>
8572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8573 \begin_inset Text
8574
8575 \begin_layout Plain Layout
8576 \begin_inset Formula $\hookrightarrow$
8577 \end_inset
8578
8579
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 </lyxtabular>
8586
8587 \end_inset
8588
8589
8590 \begin_inset space \hfill{}
8591 \end_inset
8592
8593
8594 \end_layout
8595
8596 \begin_layout Standard
8597 \begin_inset space \hfill{}
8598 \end_inset
8599
8600
8601 \begin_inset Tabular
8602 <lyxtabular version="3" rows="6" columns="2">
8603 <features tabularvalignment="middle">
8604 <column alignment="center" valignment="top" width="0pt">
8605 <column alignment="center" valignment="top" width="0pt">
8606 <row>
8607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8608 \begin_inset Text
8609
8610 \begin_layout Plain Layout
8611 Befehl
8612 \end_layout
8613
8614 \end_inset
8615 </cell>
8616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8617 \begin_inset Text
8618
8619 \begin_layout Plain Layout
8620 Ergebnis
8621 \end_layout
8622
8623 \end_inset
8624 </cell>
8625 </row>
8626 <row>
8627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631
8632 \backslash
8633 leftrightarrow
8634 \end_layout
8635
8636 \end_inset
8637 </cell>
8638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642 \begin_inset Formula $\leftrightarrow$
8643 \end_inset
8644
8645
8646 \end_layout
8647
8648 \end_inset
8649 </cell>
8650 </row>
8651 <row>
8652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8653 \begin_inset Text
8654
8655 \begin_layout Plain Layout
8656
8657 \backslash
8658 Leftrightarrow
8659 \end_layout
8660
8661 \end_inset
8662 </cell>
8663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667 \begin_inset Formula $\Leftrightarrow$
8668 \end_inset
8669
8670
8671 \end_layout
8672
8673 \end_inset
8674 </cell>
8675 </row>
8676 <row>
8677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8678 \begin_inset Text
8679
8680 \begin_layout Plain Layout
8681
8682 \backslash
8683 longleftrightarrow
8684 \end_layout
8685
8686 \end_inset
8687 </cell>
8688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692 \begin_inset Formula $\longleftrightarrow$
8693 \end_inset
8694
8695
8696 \end_layout
8697
8698 \end_inset
8699 </cell>
8700 </row>
8701 <row>
8702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8703 \begin_inset Text
8704
8705 \begin_layout Plain Layout
8706
8707 \backslash
8708 Longleftrightarrow
8709 \end_layout
8710
8711 \end_inset
8712 </cell>
8713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8714 \begin_inset Text
8715
8716 \begin_layout Plain Layout
8717 \begin_inset Formula $\Longleftrightarrow$
8718 \end_inset
8719
8720
8721 \end_layout
8722
8723 \end_inset
8724 </cell>
8725 </row>
8726 <row>
8727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8728 \begin_inset Text
8729
8730 \begin_layout Plain Layout
8731
8732 \backslash
8733 rightleftharpoons
8734 \end_layout
8735
8736 \end_inset
8737 </cell>
8738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8739 \begin_inset Text
8740
8741 \begin_layout Plain Layout
8742 \begin_inset Formula $\rightleftharpoons$
8743 \end_inset
8744
8745
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 </row>
8751 </lyxtabular>
8752
8753 \end_inset
8754
8755
8756 \begin_inset space \hspace{}
8757 \length 25pt
8758 \end_inset
8759
8760
8761 \begin_inset space \hfill{}
8762 \end_inset
8763
8764
8765 \begin_inset Tabular
8766 <lyxtabular version="3" rows="5" columns="2">
8767 <features tabularvalignment="middle">
8768 <column alignment="center" valignment="top" width="0pt">
8769 <column alignment="center" valignment="top" width="0pt">
8770 <row>
8771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8772 \begin_inset Text
8773
8774 \begin_layout Plain Layout
8775 Befehl
8776 \end_layout
8777
8778 \end_inset
8779 </cell>
8780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8781 \begin_inset Text
8782
8783 \begin_layout Plain Layout
8784 Ergebnis
8785 \end_layout
8786
8787 \end_inset
8788 </cell>
8789 </row>
8790 <row>
8791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8792 \begin_inset Text
8793
8794 \begin_layout Plain Layout
8795
8796 \backslash
8797 mapsto
8798 \end_layout
8799
8800 \end_inset
8801 </cell>
8802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 \begin_inset Formula $\mapsto$
8807 \end_inset
8808
8809
8810 \end_layout
8811
8812 \end_inset
8813 </cell>
8814 </row>
8815 <row>
8816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8817 \begin_inset Text
8818
8819 \begin_layout Plain Layout
8820
8821 \backslash
8822 longmapsto
8823 \end_layout
8824
8825 \end_inset
8826 </cell>
8827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831 \begin_inset Formula $\longmapsto$
8832 \end_inset
8833
8834
8835 \end_layout
8836
8837 \end_inset
8838 </cell>
8839 </row>
8840 <row>
8841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8842 \begin_inset Text
8843
8844 \begin_layout Plain Layout
8845
8846 \backslash
8847 leadsto
8848 \end_layout
8849
8850 \end_inset
8851 </cell>
8852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8853 \begin_inset Text
8854
8855 \begin_layout Plain Layout
8856 \begin_inset Formula $\leadsto$
8857 \end_inset
8858
8859
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 </row>
8865 <row>
8866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8867 \begin_inset Text
8868
8869 \begin_layout Plain Layout
8870
8871 \backslash
8872 dasharrow
8873 \end_layout
8874
8875 \end_inset
8876 </cell>
8877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8878 \begin_inset Text
8879
8880 \begin_layout Plain Layout
8881 \begin_inset Formula $\dasharrow$
8882 \end_inset
8883
8884
8885 \end_layout
8886
8887 \end_inset
8888 </cell>
8889 </row>
8890 </lyxtabular>
8891
8892 \end_inset
8893
8894
8895 \begin_inset space \hfill{}
8896 \end_inset
8897
8898
8899 \end_layout
8900
8901 \begin_layout Standard
8902 \begin_inset VSpace medskip
8903 \end_inset
8904
8905 Als Akzent verwendete Pfeile, wie z.
8906 \begin_inset space \thinspace{}
8907 \end_inset
8908
8909 B.
8910  Vektorpfeile, sind in 
8911 \begin_inset CommandInset ref
8912 LatexCommand ref
8913 reference "sec:Akzente"
8914
8915 \end_inset
8916
8917  aufgelistet.
8918 \end_layout
8919
8920 \begin_layout Standard
8921 \begin_inset VSpace bigskip
8922 \end_inset
8923
8924 Des Weiteren gibt es die beschriftbaren Pfeile
8925 \begin_inset Index idx
8926 status collapsed
8927
8928 \begin_layout Plain Layout
8929 Pfeile ! beschriftbare
8930 \end_layout
8931
8932 \end_inset
8933
8934  
8935 \series bold
8936
8937 \backslash
8938 xleftarrow
8939 \series default
8940
8941 \begin_inset Index idx
8942 status collapsed
8943
8944 \begin_layout Plain Layout
8945 Befehle ! X ! 
8946 \backslash
8947 xleftarrow
8948 \end_layout
8949
8950 \end_inset
8951
8952  und 
8953 \series bold
8954
8955 \backslash
8956 xrightarrow
8957 \series default
8958
8959 \begin_inset Index idx
8960 status collapsed
8961
8962 \begin_layout Plain Layout
8963 Befehle ! X ! 
8964 \backslash
8965 xrightarrow
8966 \begin_inset ERT
8967 status collapsed
8968
8969 \begin_layout Plain Layout
8970
8971
8972 \backslash
8973 vspace{4mm}
8974 \end_layout
8975
8976 \end_inset
8977
8978
8979 \end_layout
8980
8981 \end_inset
8982
8983 .
8984  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8985  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8986  Die Pfeillänge passt sich der Breite der Beschriftung an.
8987 \end_layout
8988
8989 \begin_layout Standard
8990 \align center
8991 \begin_inset Tabular
8992 <lyxtabular version="3" rows="3" columns="2">
8993 <features tabularvalignment="middle">
8994 <column alignment="center" valignment="top" width="0pt">
8995 <column alignment="center" valignment="top" width="0pt">
8996 <row>
8997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8998 \begin_inset Text
8999
9000 \begin_layout Plain Layout
9001 Befehl
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 Ergebnis
9011 \begin_inset Note Note
9012 status collapsed
9013
9014 \begin_layout Plain Layout
9015
9016 \series bold
9017
9018 \backslash
9019 raisebox
9020 \series default
9021  dient nur als Abstandhalter.
9022 \end_layout
9023
9024 \end_inset
9025
9026
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 </row>
9032 <row>
9033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9034 \begin_inset Text
9035
9036 \begin_layout Plain Layout
9037 F(a)
9038 \backslash
9039 xleftarrow
9040 \begin_inset ERT
9041 status collapsed
9042
9043 \begin_layout Plain Layout
9044
9045
9046 \backslash
9047 leer 
9048 \end_layout
9049
9050 \end_inset
9051
9052 x=a
9053 \begin_inset Formula $\downarrow$
9054 \end_inset
9055
9056 x>0
9057 \begin_inset Formula $\to$
9058 \end_inset
9059
9060 F(x)
9061 \end_layout
9062
9063 \end_inset
9064 </cell>
9065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9066 \begin_inset Text
9067
9068 \begin_layout Plain Layout
9069 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9070 \end_inset
9071
9072
9073 \end_layout
9074
9075 \end_inset
9076 </cell>
9077 </row>
9078 <row>
9079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9080 \begin_inset Text
9081
9082 \begin_layout Plain Layout
9083 F(x)
9084 \backslash
9085 xrightarrow
9086 \begin_inset ERT
9087 status collapsed
9088
9089 \begin_layout Plain Layout
9090
9091
9092 \backslash
9093 leer 
9094 \end_layout
9095
9096 \end_inset
9097
9098 x=a
9099 \begin_inset Formula $\downarrow$
9100 \end_inset
9101
9102 x>0
9103 \begin_inset Formula $\to$
9104 \end_inset
9105
9106 F(a)
9107 \end_layout
9108
9109 \end_inset
9110 </cell>
9111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9112 \begin_inset Text
9113
9114 \begin_layout Plain Layout
9115 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9116 \end_inset
9117
9118
9119 \end_layout
9120
9121 \end_inset
9122 </cell>
9123 </row>
9124 </lyxtabular>
9125
9126 \end_inset
9127
9128
9129 \end_layout
9130
9131 \begin_layout Standard
9132 \begin_inset Newpage newpage
9133 \end_inset
9134
9135
9136 \end_layout
9137
9138 \begin_layout Subsection
9139 Vertikale und diagonale Pfeile
9140 \begin_inset Index idx
9141 status collapsed
9142
9143 \begin_layout Plain Layout
9144 Pfeile ! diagonale
9145 \end_layout
9146
9147 \end_inset
9148
9149
9150 \begin_inset Index idx
9151 status collapsed
9152
9153 \begin_layout Plain Layout
9154 Pfeile ! vertikale
9155 \end_layout
9156
9157 \end_inset
9158
9159
9160 \end_layout
9161
9162 \begin_layout Standard
9163 \begin_inset space \hfill{}
9164 \end_inset
9165
9166
9167 \begin_inset Tabular
9168 <lyxtabular version="3" rows="7" columns="2">
9169 <features tabularvalignment="middle">
9170 <column alignment="center" valignment="top" width="0pt">
9171 <column alignment="center" valignment="top" width="0pt">
9172 <row>
9173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9174 \begin_inset Text
9175
9176 \begin_layout Plain Layout
9177 Befehl
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 Ergebnis
9187 \end_layout
9188
9189 \end_inset
9190 </cell>
9191 </row>
9192 <row>
9193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9194 \begin_inset Text
9195
9196 \begin_layout Plain Layout
9197
9198 \backslash
9199 uparrow
9200 \end_layout
9201
9202 \end_inset
9203 </cell>
9204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208 \begin_inset Formula $\uparrow$
9209 \end_inset
9210
9211
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 </row>
9217 <row>
9218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9219 \begin_inset Text
9220
9221 \begin_layout Plain Layout
9222
9223 \backslash
9224 Uparrow
9225 \end_layout
9226
9227 \end_inset
9228 </cell>
9229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233 \begin_inset Formula $\Uparrow$
9234 \end_inset
9235
9236
9237 \end_layout
9238
9239 \end_inset
9240 </cell>
9241 </row>
9242 <row>
9243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9244 \begin_inset Text
9245
9246 \begin_layout Plain Layout
9247
9248 \backslash
9249 updownarrow
9250 \end_layout
9251
9252 \end_inset
9253 </cell>
9254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258 \begin_inset Formula $\updownarrow$
9259 \end_inset
9260
9261
9262 \end_layout
9263
9264 \end_inset
9265 </cell>
9266 </row>
9267 <row>
9268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9269 \begin_inset Text
9270
9271 \begin_layout Plain Layout
9272
9273 \backslash
9274 Updownarrow
9275 \end_layout
9276
9277 \end_inset
9278 </cell>
9279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9280 \begin_inset Text
9281
9282 \begin_layout Plain Layout
9283 \begin_inset Formula $\Updownarrow$
9284 \end_inset
9285
9286
9287 \end_layout
9288
9289 \end_inset
9290 </cell>
9291 </row>
9292 <row>
9293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9294 \begin_inset Text
9295
9296 \begin_layout Plain Layout
9297
9298 \backslash
9299 Downarrow
9300 \end_layout
9301
9302 \end_inset
9303 </cell>
9304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9305 \begin_inset Text
9306
9307 \begin_layout Plain Layout
9308 \begin_inset Formula $\Downarrow$
9309 \end_inset
9310
9311
9312 \end_layout
9313
9314 \end_inset
9315 </cell>
9316 </row>
9317 <row>
9318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322
9323 \backslash
9324 downarrow
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333 \begin_inset Formula $\downarrow$
9334 \end_inset
9335
9336
9337 \end_layout
9338
9339 \end_inset
9340 </cell>
9341 </row>
9342 </lyxtabular>
9343
9344 \end_inset
9345
9346
9347 \begin_inset space \hfill{}
9348 \end_inset
9349
9350
9351 \begin_inset Tabular
9352 <lyxtabular version="3" rows="5" columns="2">
9353 <features tabularvalignment="middle">
9354 <column alignment="center" valignment="top" width="0pt">
9355 <column alignment="center" valignment="top" width="0pt">
9356 <row>
9357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9358 \begin_inset Text
9359
9360 \begin_layout Plain Layout
9361 Befehl
9362 \end_layout
9363
9364 \end_inset
9365 </cell>
9366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370 Ergebnis
9371 \end_layout
9372
9373 \end_inset
9374 </cell>
9375 </row>
9376 <row>
9377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9378 \begin_inset Text
9379
9380 \begin_layout Plain Layout
9381
9382 \backslash
9383 nearrow
9384 \end_layout
9385
9386 \end_inset
9387 </cell>
9388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9389 \begin_inset Text
9390
9391 \begin_layout Plain Layout
9392 \begin_inset Formula $\nearrow$
9393 \end_inset
9394
9395
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 </row>
9401 <row>
9402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9403 \begin_inset Text
9404
9405 \begin_layout Plain Layout
9406
9407 \backslash
9408 searrow
9409 \end_layout
9410
9411 \end_inset
9412 </cell>
9413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9414 \begin_inset Text
9415
9416 \begin_layout Plain Layout
9417 \begin_inset Formula $\searrow$
9418 \end_inset
9419
9420
9421 \end_layout
9422
9423 \end_inset
9424 </cell>
9425 </row>
9426 <row>
9427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9428 \begin_inset Text
9429
9430 \begin_layout Plain Layout
9431
9432 \backslash
9433 swarrow
9434 \end_layout
9435
9436 \end_inset
9437 </cell>
9438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9439 \begin_inset Text
9440
9441 \begin_layout Plain Layout
9442 \begin_inset Formula $\swarrow$
9443 \end_inset
9444
9445
9446 \end_layout
9447
9448 \end_inset
9449 </cell>
9450 </row>
9451 <row>
9452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9453 \begin_inset Text
9454
9455 \begin_layout Plain Layout
9456
9457 \backslash
9458 nwarrow
9459 \end_layout
9460
9461 \end_inset
9462 </cell>
9463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9464 \begin_inset Text
9465
9466 \begin_layout Plain Layout
9467 \begin_inset Formula $\nwarrow$
9468 \end_inset
9469
9470
9471 \end_layout
9472
9473 \end_inset
9474 </cell>
9475 </row>
9476 </lyxtabular>
9477
9478 \end_inset
9479
9480
9481 \begin_inset space \hfill{}
9482 \end_inset
9483
9484
9485 \end_layout
9486
9487 \begin_layout Standard
9488 \begin_inset VSpace medskip
9489 \end_inset
9490
9491 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9492  
9493 \begin_inset CommandInset ref
9494 LatexCommand ref
9495 reference "sub:Manuelle-Klammergrößen"
9496
9497 \end_inset
9498
9499  und 
9500 \begin_inset CommandInset ref
9501 LatexCommand ref
9502 reference "sub:Automatische-Klammergrößen"
9503
9504 \end_inset
9505
9506  beschriebenen Befehlen verwendet werden.
9507 \end_layout
9508
9509 \begin_layout Section
9510 Akzente
9511 \begin_inset CommandInset label
9512 LatexCommand label
9513 name "sec:Akzente"
9514
9515 \end_inset
9516
9517
9518 \begin_inset Index idx
9519 status collapsed
9520
9521 \begin_layout Plain Layout
9522 Akzente
9523 \end_layout
9524
9525 \end_inset
9526
9527
9528 \end_layout
9529
9530 \begin_layout Standard
9531 Akzente können über den Mathe-Werkzeugleistenknopf 
9532 \begin_inset Graphics
9533         filename ../../images/math/hat.png
9534         scale 85
9535
9536 \end_inset
9537
9538  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9539  aufgelistet sind.
9540 \end_layout
9541
9542 \begin_layout Subsection
9543 Akzente für ein Zeichen
9544 \begin_inset ERT
9545 status collapsed
9546
9547 \begin_layout Plain Layout
9548
9549
9550 \backslash
9551 texorpdfstring{
9552 \end_layout
9553
9554 \end_inset
9555
9556
9557 \begin_inset Foot
9558 status collapsed
9559
9560 \begin_layout Plain Layout
9561 Akzente im Text siehe 
9562 \begin_inset CommandInset ref
9563 LatexCommand ref
9564 reference "sub:Sonderzeichen-Akzente"
9565
9566 \end_inset
9567
9568
9569 \end_layout
9570
9571 \end_inset
9572
9573
9574 \begin_inset ERT
9575 status collapsed
9576
9577 \begin_layout Plain Layout
9578
9579 }{}
9580 \end_layout
9581
9582 \end_inset
9583
9584
9585 \begin_inset Note Note
9586 status collapsed
9587
9588 \begin_layout Plain Layout
9589
9590 \series bold
9591
9592 \backslash
9593 texorpdfstring
9594 \series default
9595  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9596 \end_layout
9597
9598 \begin_layout Plain Layout
9599 Näheres zu 
9600 \series bold
9601
9602 \backslash
9603 texorpdfstring
9604 \series default
9605  steht in Kapitel 
9606 \begin_inset CommandInset ref
9607 LatexCommand ref
9608 reference "sub:Formeln-in-Überschriften"
9609
9610 \end_inset
9611
9612 .
9613 \end_layout
9614
9615 \end_inset
9616
9617
9618 \begin_inset CommandInset label
9619 LatexCommand label
9620 name "sub:Akzente-für-ein"
9621
9622 \end_inset
9623
9624
9625 \begin_inset Index idx
9626 status collapsed
9627
9628 \begin_layout Plain Layout
9629 Akzente ! für ein Zeichen
9630 \end_layout
9631
9632 \end_inset
9633
9634
9635 \end_layout
9636
9637 \begin_layout Standard
9638 \begin_inset space \hfill{}
9639 \end_inset
9640
9641
9642 \begin_inset Tabular
9643 <lyxtabular version="3" rows="8" columns="2">
9644 <features tabularvalignment="middle">
9645 <column alignment="center" valignment="top" width="0pt">
9646 <column alignment="center" valignment="top" width="0pt">
9647 <row>
9648 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9649 \begin_inset Text
9650
9651 \begin_layout Plain Layout
9652 Befehl
9653 \end_layout
9654
9655 \end_inset
9656 </cell>
9657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9658 \begin_inset Text
9659
9660 \begin_layout Plain Layout
9661 Ergebnis
9662 \begin_inset Note Note
9663 status collapsed
9664
9665 \begin_layout Plain Layout
9666
9667 \series bold
9668
9669 \backslash
9670 raisebox
9671 \series default
9672  dient nur als Abstandhalter.
9673 \end_layout
9674
9675 \end_inset
9676
9677
9678 \end_layout
9679
9680 \end_inset
9681 </cell>
9682 </row>
9683 <row>
9684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9685 \begin_inset Text
9686
9687 \begin_layout Plain Layout
9688
9689 \backslash
9690 dot
9691 \begin_inset ERT
9692 status collapsed
9693
9694 \begin_layout Plain Layout
9695
9696
9697 \backslash
9698 leer 
9699 \end_layout
9700
9701 \end_inset
9702
9703 A
9704 \end_layout
9705
9706 \end_inset
9707 </cell>
9708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9709 \begin_inset Text
9710
9711 \begin_layout Plain Layout
9712 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9713 \end_inset
9714
9715
9716 \end_layout
9717
9718 \end_inset
9719 </cell>
9720 </row>
9721 <row>
9722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9723 \begin_inset Text
9724
9725 \begin_layout Plain Layout
9726
9727 \backslash
9728 ddot
9729 \begin_inset ERT
9730 status collapsed
9731
9732 \begin_layout Plain Layout
9733
9734
9735 \backslash
9736 leer 
9737 \end_layout
9738
9739 \end_inset
9740
9741 A
9742 \end_layout
9743
9744 \end_inset
9745 </cell>
9746 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9747 \begin_inset Text
9748
9749 \begin_layout Plain Layout
9750 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9751 \end_inset
9752
9753
9754 \end_layout
9755
9756 \end_inset
9757 </cell>
9758 </row>
9759 <row>
9760 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9761 \begin_inset Text
9762
9763 \begin_layout Plain Layout
9764
9765 \backslash
9766 dddot
9767 \begin_inset ERT
9768 status collapsed
9769
9770 \begin_layout Plain Layout
9771
9772
9773 \backslash
9774 leer 
9775 \end_layout
9776
9777 \end_inset
9778
9779 A
9780 \end_layout
9781
9782 \end_inset
9783 </cell>
9784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9785 \begin_inset Text
9786
9787 \begin_layout Plain Layout
9788 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9789 \end_inset
9790
9791
9792 \end_layout
9793
9794 \end_inset
9795 </cell>
9796 </row>
9797 <row>
9798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9799 \begin_inset Text
9800
9801 \begin_layout Plain Layout
9802
9803 \backslash
9804 ddddot
9805 \begin_inset ERT
9806 status collapsed
9807
9808 \begin_layout Plain Layout
9809
9810
9811 \backslash
9812 leer 
9813 \end_layout
9814
9815 \end_inset
9816
9817 A
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \backslash
9842 vec
9843 \begin_inset ERT
9844 status collapsed
9845
9846 \begin_layout Plain Layout
9847
9848
9849 \backslash
9850 leer 
9851 \end_layout
9852
9853 \end_inset
9854
9855 A
9856 \begin_inset Index idx
9857 status collapsed
9858
9859 \begin_layout Plain Layout
9860 Vektoren
9861 \end_layout
9862
9863 \end_inset
9864
9865
9866 \end_layout
9867
9868 \end_inset
9869 </cell>
9870 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9871 \begin_inset Text
9872
9873 \begin_layout Plain Layout
9874 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9875 \end_inset
9876
9877
9878 \end_layout
9879
9880 \end_inset
9881 </cell>
9882 </row>
9883 <row>
9884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9885 \begin_inset Text
9886
9887 \begin_layout Plain Layout
9888
9889 \backslash
9890 bar
9891 \begin_inset ERT
9892 status collapsed
9893
9894 \begin_layout Plain Layout
9895
9896
9897 \backslash
9898 leer 
9899 \end_layout
9900
9901 \end_inset
9902
9903 A
9904 \end_layout
9905
9906 \end_inset
9907 </cell>
9908 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9909 \begin_inset Text
9910
9911 \begin_layout Plain Layout
9912 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9913 \end_inset
9914
9915
9916 \end_layout
9917
9918 \end_inset
9919 </cell>
9920 </row>
9921 <row>
9922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9923 \begin_inset Text
9924
9925 \begin_layout Plain Layout
9926
9927 \backslash
9928 mathring
9929 \begin_inset ERT
9930 status collapsed
9931
9932 \begin_layout Plain Layout
9933
9934
9935 \backslash
9936 leer 
9937 \end_layout
9938
9939 \end_inset
9940
9941 A
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9951 \end_inset
9952
9953
9954 \end_layout
9955
9956 \end_inset
9957 </cell>
9958 </row>
9959 </lyxtabular>
9960
9961 \end_inset
9962
9963
9964 \begin_inset space \hfill{}
9965 \end_inset
9966
9967
9968 \begin_inset Tabular
9969 <lyxtabular version="3" rows="7" columns="2">
9970 <features tabularvalignment="middle">
9971 <column alignment="center" valignment="top" width="0pt">
9972 <column alignment="center" valignment="top" width="0pt">
9973 <row>
9974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9975 \begin_inset Text
9976
9977 \begin_layout Plain Layout
9978 Befehl
9979 \end_layout
9980
9981 \end_inset
9982 </cell>
9983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9984 \begin_inset Text
9985
9986 \begin_layout Plain Layout
9987 Ergebnis
9988 \end_layout
9989
9990 \end_inset
9991 </cell>
9992 </row>
9993 <row>
9994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9995 \begin_inset Text
9996
9997 \begin_layout Plain Layout
9998
9999 \backslash
10000 tilde
10001 \begin_inset ERT
10002 status collapsed
10003
10004 \begin_layout Plain Layout
10005
10006
10007 \backslash
10008 leer 
10009 \end_layout
10010
10011 \end_inset
10012
10013 A
10014 \end_layout
10015
10016 \end_inset
10017 </cell>
10018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10019 \begin_inset Text
10020
10021 \begin_layout Plain Layout
10022 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10023 \end_inset
10024
10025
10026 \end_layout
10027
10028 \end_inset
10029 </cell>
10030 </row>
10031 <row>
10032 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10033 \begin_inset Text
10034
10035 \begin_layout Plain Layout
10036
10037 \backslash
10038 hat
10039 \begin_inset ERT
10040 status collapsed
10041
10042 \begin_layout Plain Layout
10043
10044
10045 \backslash
10046 leer 
10047 \end_layout
10048
10049 \end_inset
10050
10051 A
10052 \end_layout
10053
10054 \end_inset
10055 </cell>
10056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10057 \begin_inset Text
10058
10059 \begin_layout Plain Layout
10060 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10061 \end_inset
10062
10063
10064 \end_layout
10065
10066 \end_inset
10067 </cell>
10068 </row>
10069 <row>
10070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10071 \begin_inset Text
10072
10073 \begin_layout Plain Layout
10074
10075 \backslash
10076 check
10077 \begin_inset ERT
10078 status collapsed
10079
10080 \begin_layout Plain Layout
10081
10082
10083 \backslash
10084 leer 
10085 \end_layout
10086
10087 \end_inset
10088
10089 A
10090 \end_layout
10091
10092 \end_inset
10093 </cell>
10094 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10095 \begin_inset Text
10096
10097 \begin_layout Plain Layout
10098 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10099 \end_inset
10100
10101
10102 \end_layout
10103
10104 \end_inset
10105 </cell>
10106 </row>
10107 <row>
10108 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10109 \begin_inset Text
10110
10111 \begin_layout Plain Layout
10112
10113 \backslash
10114 acute
10115 \begin_inset ERT
10116 status collapsed
10117
10118 \begin_layout Plain Layout
10119
10120
10121 \backslash
10122 leer 
10123 \end_layout
10124
10125 \end_inset
10126
10127 A
10128 \end_layout
10129
10130 \end_inset
10131 </cell>
10132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10133 \begin_inset Text
10134
10135 \begin_layout Plain Layout
10136 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10137 \end_inset
10138
10139
10140 \end_layout
10141
10142 \end_inset
10143 </cell>
10144 </row>
10145 <row>
10146 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10147 \begin_inset Text
10148
10149 \begin_layout Plain Layout
10150
10151 \backslash
10152 grave
10153 \begin_inset ERT
10154 status collapsed
10155
10156 \begin_layout Plain Layout
10157
10158
10159 \backslash
10160 leer 
10161 \end_layout
10162
10163 \end_inset
10164
10165 A
10166 \end_layout
10167
10168 \end_inset
10169 </cell>
10170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10171 \begin_inset Text
10172
10173 \begin_layout Plain Layout
10174 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10175 \end_inset
10176
10177
10178 \end_layout
10179
10180 \end_inset
10181 </cell>
10182 </row>
10183 <row>
10184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10185 \begin_inset Text
10186
10187 \begin_layout Plain Layout
10188
10189 \backslash
10190 breve
10191 \begin_inset ERT
10192 status collapsed
10193
10194 \begin_layout Plain Layout
10195
10196
10197 \backslash
10198 leer 
10199 \end_layout
10200
10201 \end_inset
10202
10203 A
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10213 \end_inset
10214
10215
10216 \end_layout
10217
10218 \end_inset
10219 </cell>
10220 </row>
10221 </lyxtabular>
10222
10223 \end_inset
10224
10225
10226 \begin_inset space \hfill{}
10227 \end_inset
10228
10229
10230 \end_layout
10231
10232 \begin_layout Standard
10233 \begin_inset VSpace bigskip
10234 \end_inset
10235
10236 Akzente wie z.B.
10237  é können direkt in Formeln eingegeben werden.
10238  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10239  Für Umlaute
10240 \begin_inset Index idx
10241 status collapsed
10242
10243 \begin_layout Plain Layout
10244 Umlaute
10245 \end_layout
10246
10247 \end_inset
10248
10249  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10250  Diese beiden Zeichen bilden dann für LaTeX 
10251 \emph on
10252 ein
10253 \emph default
10254  Zeichen.
10255  Im Gegensatz zu 
10256 \series bold
10257
10258 \backslash
10259 ddot
10260 \series default
10261  entstehen damit 
10262 \begin_inset Quotes gld
10263 \end_inset
10264
10265 echte
10266 \begin_inset Quotes grd
10267 \end_inset
10268
10269  Umlaute, was folgendes Beispiel zeigt:
10270 \end_layout
10271
10272 \begin_layout Standard
10273 \begin_inset VSpace -2mm
10274 \end_inset
10275
10276
10277 \end_layout
10278
10279 \begin_layout Standard
10280 \align center
10281 \begin_inset Tabular
10282 <lyxtabular version="3" rows="3" columns="2">
10283 <features tabularvalignment="middle">
10284 <column alignment="center" valignment="top" width="0">
10285 <column alignment="center" valignment="top" width="0">
10286 <row>
10287 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 Befehl
10292 \end_layout
10293
10294 \end_inset
10295 </cell>
10296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10297 \begin_inset Text
10298
10299 \begin_layout Plain Layout
10300 Ergebnis
10301 \begin_inset Note Note
10302 status collapsed
10303
10304 \begin_layout Plain Layout
10305
10306 \series bold
10307
10308 \backslash
10309 raisebox
10310 \series default
10311  dient nur als Abstandhalter.
10312 \end_layout
10313
10314 \end_inset
10315
10316
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 </row>
10322 <row>
10323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10324 \begin_inset Text
10325
10326 \begin_layout Plain Layout
10327 \begin_inset Quotes grd
10328 \end_inset
10329
10330 i
10331 \end_layout
10332
10333 \end_inset
10334 </cell>
10335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339 \begin_inset Formula $"i$
10340 \end_inset
10341
10342
10343 \end_layout
10344
10345 \end_inset
10346 </cell>
10347 </row>
10348 <row>
10349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10350 \begin_inset Text
10351
10352 \begin_layout Plain Layout
10353
10354 \backslash
10355 ddot
10356 \begin_inset ERT
10357 status collapsed
10358
10359 \begin_layout Plain Layout
10360
10361
10362 \backslash
10363 leer 
10364 \end_layout
10365
10366 \end_inset
10367
10368 i
10369 \end_layout
10370
10371 \end_inset
10372 </cell>
10373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10374 \begin_inset Text
10375
10376 \begin_layout Plain Layout
10377 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10378 \end_inset
10379
10380
10381 \end_layout
10382
10383 \end_inset
10384 </cell>
10385 </row>
10386 </lyxtabular>
10387
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \begin_layout Standard
10394 Ein weiterer Vorteil gegenüber 
10395 \series bold
10396
10397 \backslash
10398 ddot
10399 \series default
10400  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10401  denn die obigen Akzentbefehle sind 
10402 \emph on
10403 im mathematischen Text\SpecialChar \-
10404 modus nicht erlaubt
10405 \emph default
10406 .
10407  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10408  nur das Zeichen unter dem Akzent umgewandelt werden.
10409  Das gilt auch für alle anderen Umwandlungen wie z.
10410 \begin_inset space \thinspace{}
10411 \end_inset
10412
10413 B.
10414  in kursiv oder fett.
10415 \end_layout
10416
10417 \begin_layout Standard
10418 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10419  direkt eingegeben werden.
10420 \end_layout
10421
10422 \begin_layout Subsection
10423 Akzente für Operatoren
10424 \begin_inset Index idx
10425 status collapsed
10426
10427 \begin_layout Plain Layout
10428 Akzente ! für Operatoren
10429 \end_layout
10430
10431 \end_inset
10432
10433
10434 \end_layout
10435
10436 \begin_layout Standard
10437 Zum Akzentuieren von Operatoren gibt es die Befehle 
10438 \series bold
10439
10440 \backslash
10441 overset
10442 \series default
10443
10444 \begin_inset Index idx
10445 status collapsed
10446
10447 \begin_layout Plain Layout
10448 Befehle ! O ! 
10449 \backslash
10450 overset
10451 \end_layout
10452
10453 \end_inset
10454
10455  und 
10456 \series bold
10457
10458 \backslash
10459 underset
10460 \series default
10461
10462 \begin_inset Index idx
10463 status collapsed
10464
10465 \begin_layout Plain Layout
10466 Befehle ! U ! 
10467 \backslash
10468 underset
10469 \end_layout
10470
10471 \end_inset
10472
10473 , mit denen man Zeichen über bzw.
10474  unter einen Operator setzen kann.
10475  Mit dem Befehl 
10476 \series bold
10477
10478 \backslash
10479 sideset
10480 \series default
10481
10482 \begin_inset Index idx
10483 status collapsed
10484
10485 \begin_layout Plain Layout
10486 Befehle ! S ! 
10487 \backslash
10488 sideset
10489 \end_layout
10490
10491 \end_inset
10492
10493  können Zeichen vor und nach einen Operator gesetzt werden.
10494  Das Befehlsschema lautet:
10495 \end_layout
10496
10497 \begin_layout Standard
10498
10499 \series bold
10500
10501 \backslash
10502 sideset{Zeichen
10503 \series default
10504  
10505 \series bold
10506 davor}{Zeichen
10507 \series default
10508  
10509 \series bold
10510 dahinter}
10511 \end_layout
10512
10513 \begin_layout Standard
10514
10515 \series bold
10516
10517 \backslash
10518 sideset
10519 \series default
10520  muss immer vor dem zu akzentuierenden Operator stehen.
10521  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10522  Symbolen akzentuiert werden.
10523  Will man mit 
10524 \series bold
10525
10526 \backslash
10527 sideset
10528 \series default
10529  z.
10530 \begin_inset space \thinspace{}
10531 \end_inset
10532
10533 B.
10534  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10535  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10536 \end_layout
10537
10538 \begin_layout Standard
10539 Z.
10540 \begin_inset space \thinspace{}
10541 \end_inset
10542
10543 B.
10544  ergibt der Befehl 
10545 \series bold
10546
10547 \backslash
10548 sideset{
10549 \begin_inset Formula $\to$
10550 \end_inset
10551
10552
10553 \backslash
10554 {
10555 \series default
10556 '
10557 \series bold
10558
10559 \begin_inset Formula $\to$
10560 \end_inset
10561
10562
10563 \backslash
10564 sum_k=1
10565 \begin_inset ERT
10566 status collapsed
10567
10568 \begin_layout Plain Layout
10569
10570
10571 \backslash
10572 leer 
10573 \end_layout
10574
10575 \end_inset
10576
10577
10578 \series default
10579 ^
10580 \series bold
10581 n
10582 \series default
10583  :
10584 \begin_inset Formula 
10585 \[
10586 \sideset{}{'}\sum_{k=1}^{n}
10587 \]
10588
10589 \end_inset
10590
10591
10592 \end_layout
10593
10594 \begin_layout Standard
10595 Der Befehl 
10596 \series bold
10597
10598 \backslash
10599 overset
10600 \begin_inset ERT
10601 status collapsed
10602
10603 \begin_layout Plain Layout
10604
10605
10606 \backslash
10607 leer 
10608 \end_layout
10609
10610 \end_inset
10611
10612
10613 \backslash
10614 maltese
10615 \begin_inset ERT
10616 status collapsed
10617
10618 \begin_layout Plain Layout
10619
10620
10621 \backslash
10622 leer 
10623 \end_layout
10624
10625 \end_inset
10626
10627
10628 \series default
10629
10630 \begin_inset Formula $\uparrow$
10631 \end_inset
10632
10633
10634 \series bold
10635 a
10636 \series default
10637  ergibt:
10638 \begin_inset Formula 
10639 \[
10640 \overset{a}{\maltese}
10641 \]
10642
10643 \end_inset
10644
10645 Wie man am letzten Beispiel sieht, kann man mit 
10646 \series bold
10647
10648 \backslash
10649 overset
10650 \series default
10651  bzw.
10652  
10653 \series bold
10654
10655 \backslash
10656 underset
10657 \series default
10658  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10659 \series bold
10660
10661 \backslash
10662 sideset
10663 \series default
10664  ist dies nicht möglich.
10665 \end_layout
10666
10667 \begin_layout Subsection
10668 Akzente für mehrere Zeichen
10669 \begin_inset Index idx
10670 status collapsed
10671
10672 \begin_layout Plain Layout
10673 Akzente ! für mehrere Zeichen
10674 \end_layout
10675
10676 \end_inset
10677
10678
10679 \end_layout
10680
10681 \begin_layout Standard
10682 \begin_inset space \hfill{}
10683 \end_inset
10684
10685
10686 \begin_inset Tabular
10687 <lyxtabular version="3" rows="5" columns="2">
10688 <features tabularvalignment="middle">
10689 <column alignment="center" valignment="top" width="0pt">
10690 <column alignment="center" valignment="top" width="0pt">
10691 <row>
10692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 Befehl
10697 \end_layout
10698
10699 \end_inset
10700 </cell>
10701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10702 \begin_inset Text
10703
10704 \begin_layout Plain Layout
10705 Ergebnis
10706 \begin_inset Note Note
10707 status collapsed
10708
10709 \begin_layout Plain Layout
10710
10711 \series bold
10712
10713 \backslash
10714 raisebox
10715 \series default
10716  dient nur als Abstandhalter.
10717 \end_layout
10718
10719 \end_inset
10720
10721
10722 \end_layout
10723
10724 \end_inset
10725 </cell>
10726 </row>
10727 <row>
10728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10729 \begin_inset Text
10730
10731 \begin_layout Plain Layout
10732
10733 \backslash
10734 overleftarrow
10735 \begin_inset ERT
10736 status collapsed
10737
10738 \begin_layout Plain Layout
10739
10740
10741 \backslash
10742 leer 
10743 \end_layout
10744
10745 \end_inset
10746
10747 A=B
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10753 \begin_inset Text
10754
10755 \begin_layout Plain Layout
10756 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10757 \end_inset
10758
10759
10760 \end_layout
10761
10762 \end_inset
10763 </cell>
10764 </row>
10765 <row>
10766 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10767 \begin_inset Text
10768
10769 \begin_layout Plain Layout
10770
10771 \backslash
10772 underleftarrow
10773 \begin_inset ERT
10774 status collapsed
10775
10776 \begin_layout Plain Layout
10777
10778
10779 \backslash
10780 leer 
10781 \end_layout
10782
10783 \end_inset
10784
10785 A=B
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10791 \begin_inset Text
10792
10793 \begin_layout Plain Layout
10794 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10795 \end_inset
10796
10797
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 </row>
10803 <row>
10804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10805 \begin_inset Text
10806
10807 \begin_layout Plain Layout
10808
10809 \backslash
10810 overleftrightarrow
10811 \begin_inset ERT
10812 status collapsed
10813
10814 \begin_layout Plain Layout
10815
10816
10817 \backslash
10818 leer 
10819 \end_layout
10820
10821 \end_inset
10822
10823 A=B
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10829 \begin_inset Text
10830
10831 \begin_layout Plain Layout
10832 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10833 \end_inset
10834
10835
10836 \end_layout
10837
10838 \end_inset
10839 </cell>
10840 </row>
10841 <row>
10842 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10843 \begin_inset Text
10844
10845 \begin_layout Plain Layout
10846
10847 \backslash
10848 underleftrightarrow
10849 \begin_inset ERT
10850 status collapsed
10851
10852 \begin_layout Plain Layout
10853
10854
10855 \backslash
10856 leer 
10857 \end_layout
10858
10859 \end_inset
10860
10861 A=B
10862 \end_layout
10863
10864 \end_inset
10865 </cell>
10866 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10871 \end_inset
10872
10873
10874 \end_layout
10875
10876 \end_inset
10877 </cell>
10878 </row>
10879 </lyxtabular>
10880
10881 \end_inset
10882
10883
10884 \begin_inset space \hfill{}
10885 \end_inset
10886
10887
10888 \begin_inset Tabular
10889 <lyxtabular version="3" rows="5" columns="2">
10890 <features tabularvalignment="middle">
10891 <column alignment="center" valignment="top" width="0pt">
10892 <column alignment="center" valignment="top" width="0pt">
10893 <row>
10894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 Befehl
10899 \end_layout
10900
10901 \end_inset
10902 </cell>
10903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10904 \begin_inset Text
10905
10906 \begin_layout Plain Layout
10907 Ergebnis
10908 \end_layout
10909
10910 \end_inset
10911 </cell>
10912 </row>
10913 <row>
10914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10915 \begin_inset Text
10916
10917 \begin_layout Plain Layout
10918
10919 \backslash
10920 overrightarrow
10921 \begin_inset ERT
10922 status collapsed
10923
10924 \begin_layout Plain Layout
10925
10926
10927 \backslash
10928 leer 
10929 \end_layout
10930
10931 \end_inset
10932
10933 A=B
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10939 \begin_inset Text
10940
10941 \begin_layout Plain Layout
10942 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10943 \end_inset
10944
10945
10946 \end_layout
10947
10948 \end_inset
10949 </cell>
10950 </row>
10951 <row>
10952 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10953 \begin_inset Text
10954
10955 \begin_layout Plain Layout
10956
10957 \backslash
10958 underrightarrow
10959 \begin_inset ERT
10960 status collapsed
10961
10962 \begin_layout Plain Layout
10963
10964
10965 \backslash
10966 leer 
10967 \end_layout
10968
10969 \end_inset
10970
10971 A=B
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10981 \end_inset
10982
10983
10984 \end_layout
10985
10986 \end_inset
10987 </cell>
10988 </row>
10989 <row>
10990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10991 \begin_inset Text
10992
10993 \begin_layout Plain Layout
10994
10995 \backslash
10996 widetilde
10997 \begin_inset ERT
10998 status collapsed
10999
11000 \begin_layout Plain Layout
11001
11002
11003 \backslash
11004 leer 
11005 \end_layout
11006
11007 \end_inset
11008
11009 A=B
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11015 \begin_inset Text
11016
11017 \begin_layout Plain Layout
11018 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11019 \end_inset
11020
11021
11022 \end_layout
11023
11024 \end_inset
11025 </cell>
11026 </row>
11027 <row>
11028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11029 \begin_inset Text
11030
11031 \begin_layout Plain Layout
11032
11033 \backslash
11034 widehat
11035 \begin_inset ERT
11036 status collapsed
11037
11038 \begin_layout Plain Layout
11039
11040
11041 \backslash
11042 leer 
11043 \end_layout
11044
11045 \end_inset
11046
11047 A=B
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11057 \end_inset
11058
11059
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 </row>
11065 </lyxtabular>
11066
11067 \end_inset
11068
11069
11070 \begin_inset space \hfill{}
11071 \end_inset
11072
11073
11074 \end_layout
11075
11076 \begin_layout Standard
11077 \begin_inset VSpace medskip
11078 \end_inset
11079
11080 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11081  Die Akzente
11082 \begin_inset Newline linebreak
11083 \end_inset
11084
11085
11086 \series bold
11087
11088 \backslash
11089 widetilde
11090 \series default
11091  und 
11092 \series bold
11093
11094 \backslash
11095 widehat
11096 \series default
11097  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11098  was folgendes Beispiel verdeutlicht:
11099 \begin_inset Formula 
11100 \[
11101 \widetilde{A+B=C-D}
11102 \]
11103
11104 \end_inset
11105
11106
11107 \end_layout
11108
11109 \begin_layout Standard
11110 Mit den im vorigen Kapitel beschriebenen Befehlen 
11111 \series bold
11112
11113 \backslash
11114 overset
11115 \series default
11116
11117 \begin_inset Index idx
11118 status collapsed
11119
11120 \begin_layout Plain Layout
11121 Befehle ! O ! 
11122 \backslash
11123 overset
11124 \end_layout
11125
11126 \end_inset
11127
11128  und 
11129 \series bold
11130
11131 \backslash
11132 underset
11133 \series default
11134
11135 \begin_inset Index idx
11136 status collapsed
11137
11138 \begin_layout Plain Layout
11139 Befehle ! U ! 
11140 \backslash
11141 underset
11142 \end_layout
11143
11144 \end_inset
11145
11146  ist es auch möglich mehrere Zeichen zu akzentuieren.
11147  Der Befehl 
11148 \series bold
11149
11150 \backslash
11151 underset
11152 \begin_inset ERT
11153 status collapsed
11154
11155 \begin_layout Plain Layout
11156
11157
11158 \backslash
11159 leer 
11160 \end_layout
11161
11162 \end_inset
11163
11164 A=B
11165 \begin_inset Formula $\downarrow$
11166 \end_inset
11167
11168 ***
11169 \series default
11170  ergibt:
11171 \begin_inset Formula 
11172 \[
11173 \underset{***}{A=B}
11174 \]
11175
11176 \end_inset
11177
11178
11179 \end_layout
11180
11181 \begin_layout Section
11182 Leerraum
11183 \begin_inset CommandInset label
11184 LatexCommand label
11185 name "sub:Leerraum"
11186
11187 \end_inset
11188
11189
11190 \begin_inset Index idx
11191 status collapsed
11192
11193 \begin_layout Plain Layout
11194 Leerraum ! horizontaler
11195 \end_layout
11196
11197 \end_inset
11198
11199
11200 \end_layout
11201
11202 \begin_layout Subsection
11203 Vordefinierter Leerraum
11204 \begin_inset CommandInset label
11205 LatexCommand label
11206 name "sub:Vordefinierter-Leerraum"
11207
11208 \end_inset
11209
11210
11211 \begin_inset Index idx
11212 status collapsed
11213
11214 \begin_layout Plain Layout
11215 Leerraum ! horizontaler ! vordefiniert
11216 \end_layout
11217
11218 \end_inset
11219
11220
11221 \end_layout
11222
11223 \begin_layout Standard
11224 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11225  Dazu gibt man ein geschütztes Leerzeichen ein.
11226  Es erscheint ein 
11227 \begin_inset Quotes gld
11228 \end_inset
11229
11230
11231 \color blue
11232
11233 \begin_inset ERT
11234 status collapsed
11235
11236 \begin_layout Plain Layout
11237
11238
11239 \backslash
11240 leer 
11241 \end_layout
11242
11243 \end_inset
11244
11245
11246 \color inherit
11247
11248 \begin_inset Quotes grd
11249 \end_inset
11250
11251  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11252  Leerraum-Größen wählen.
11253  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11254 \begin_inset Graphics
11255         filename ../../images/math/space.png
11256         scale 85
11257
11258 \end_inset
11259
11260  oder mit einzelnen Befehlen aufrufen.
11261  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11262  danach wieder aus allen Größen wählen.
11263 \end_layout
11264
11265 \begin_layout Standard
11266 \align center
11267 \begin_inset VSpace -5mm
11268 \end_inset
11269
11270
11271 \begin_inset Tabular
11272 <lyxtabular version="3" rows="3" columns="7">
11273 <features tabularvalignment="middle">
11274 <column alignment="center" valignment="middle" width="6.8cm">
11275 <column alignment="center" valignment="top" width="0pt">
11276 <column alignment="center" valignment="top" width="0pt">
11277 <column alignment="center" valignment="top" width="0pt">
11278 <column alignment="center" valignment="top" width="0pt">
11279 <column alignment="center" valignment="top" width="0pt">
11280 <column alignment="center" valignment="top" width="0pt">
11281 <row>
11282 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11283 \begin_inset Text
11284
11285 \begin_layout Plain Layout
11286 Befehl
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11292 \begin_inset Text
11293
11294 \begin_layout Plain Layout
11295
11296 \backslash
11297 ,
11298 \end_layout
11299
11300 \end_inset
11301 </cell>
11302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11303 \begin_inset Text
11304
11305 \begin_layout Plain Layout
11306
11307 \backslash
11308 :
11309 \end_layout
11310
11311 \end_inset
11312 </cell>
11313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11314 \begin_inset Text
11315
11316 \begin_layout Plain Layout
11317
11318 \backslash
11319 ;
11320 \end_layout
11321
11322 \end_inset
11323 </cell>
11324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11325 \begin_inset Text
11326
11327 \begin_layout Plain Layout
11328
11329 \backslash
11330 quad
11331 \end_layout
11332
11333 \end_inset
11334 </cell>
11335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11336 \begin_inset Text
11337
11338 \begin_layout Plain Layout
11339
11340 \backslash
11341 qquad
11342 \end_layout
11343
11344 \end_inset
11345 </cell>
11346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11347 \begin_inset Text
11348
11349 \begin_layout Plain Layout
11350
11351 \backslash
11352 !
11353 \end_layout
11354
11355 \end_inset
11356 </cell>
11357 </row>
11358 <row>
11359 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11360 \begin_inset Text
11361
11362 \begin_layout Plain Layout
11363 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11364 \end_layout
11365
11366 \end_inset
11367 </cell>
11368 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11369 \begin_inset Text
11370
11371 \begin_layout Plain Layout
11372 0
11373 \end_layout
11374
11375 \end_inset
11376 </cell>
11377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11378 \begin_inset Text
11379
11380 \begin_layout Plain Layout
11381 1
11382 \end_layout
11383
11384 \end_inset
11385 </cell>
11386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11387 \begin_inset Text
11388
11389 \begin_layout Plain Layout
11390 2
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 3
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11405 \begin_inset Text
11406
11407 \begin_layout Plain Layout
11408 4
11409 \end_layout
11410
11411 \end_inset
11412 </cell>
11413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11414 \begin_inset Text
11415
11416 \begin_layout Plain Layout
11417 5
11418 \end_layout
11419
11420 \end_inset
11421 </cell>
11422 </row>
11423 <row>
11424 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11425 \begin_inset Text
11426
11427 \begin_layout Plain Layout
11428 Ergebnis
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11434 \begin_inset Text
11435
11436 \begin_layout Plain Layout
11437 \begin_inset Formula $A\, B$
11438 \end_inset
11439
11440
11441 \end_layout
11442
11443 \end_inset
11444 </cell>
11445 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11446 \begin_inset Text
11447
11448 \begin_layout Plain Layout
11449 \begin_inset Formula $A\: B$
11450 \end_inset
11451
11452
11453 \end_layout
11454
11455 \end_inset
11456 </cell>
11457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11458 \begin_inset Text
11459
11460 \begin_layout Plain Layout
11461 \begin_inset Formula $A\; B$
11462 \end_inset
11463
11464
11465 \end_layout
11466
11467 \end_inset
11468 </cell>
11469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11470 \begin_inset Text
11471
11472 \begin_layout Plain Layout
11473 \begin_inset Formula $A\quad B$
11474 \end_inset
11475
11476
11477 \end_layout
11478
11479 \end_inset
11480 </cell>
11481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11482 \begin_inset Text
11483
11484 \begin_layout Plain Layout
11485 \begin_inset Formula $A\qquad B$
11486 \end_inset
11487
11488
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 \begin_inset Formula $A\! B$
11498 \end_inset
11499
11500
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 </lyxtabular>
11507
11508 \end_inset
11509
11510
11511 \end_layout
11512
11513 \begin_layout Standard
11514 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11515  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11516  denn sie erstellt negativen Leerraum.
11517  Es gibt noch zwei weitere negative Leerräume:
11518 \end_layout
11519
11520 \begin_layout Standard
11521 \align center
11522 \begin_inset Tabular
11523 <lyxtabular version="3" rows="3" columns="3">
11524 <features tabularvalignment="middle">
11525 <column alignment="center" valignment="middle" width="6.8cm">
11526 <column alignment="center" valignment="top" width="0pt">
11527 <column alignment="center" valignment="top" width="0pt">
11528 <row>
11529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11530 \begin_inset Text
11531
11532 \begin_layout Plain Layout
11533 Befehl
11534 \end_layout
11535
11536 \end_inset
11537 </cell>
11538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11539 \begin_inset Text
11540
11541 \begin_layout Plain Layout
11542
11543 \backslash
11544 negmedspace
11545 \end_layout
11546
11547 \end_inset
11548 </cell>
11549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11550 \begin_inset Text
11551
11552 \begin_layout Plain Layout
11553
11554 \backslash
11555 negthickspace
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 </row>
11561 <row>
11562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11567 \end_layout
11568
11569 \end_inset
11570 </cell>
11571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11572 \begin_inset Text
11573
11574 \begin_layout Plain Layout
11575 6
11576 \end_layout
11577
11578 \end_inset
11579 </cell>
11580 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11581 \begin_inset Text
11582
11583 \begin_layout Plain Layout
11584 7
11585 \end_layout
11586
11587 \end_inset
11588 </cell>
11589 </row>
11590 <row>
11591 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 Ergebnis
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 \begin_inset Formula $A\negmedspace B$
11605 \end_inset
11606
11607
11608 \end_layout
11609
11610 \end_inset
11611 </cell>
11612 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11613 \begin_inset Text
11614
11615 \begin_layout Plain Layout
11616 \begin_inset Formula $A\negthickspace B$
11617 \end_inset
11618
11619
11620 \end_layout
11621
11622 \end_inset
11623 </cell>
11624 </row>
11625 </lyxtabular>
11626
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \begin_layout Standard
11633 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11634  Man kann auf diese Weise Ligaturen erzwingen, was z.
11635 \begin_inset space \thinspace{}
11636 \end_inset
11637
11638 B.
11639  für Summenzeichen von Nutzen ist: 
11640 \end_layout
11641
11642 \begin_layout Standard
11643 \align center
11644 \begin_inset Tabular
11645 <lyxtabular version="3" rows="3" columns="2">
11646 <features tabularvalignment="middle">
11647 <column alignment="center" valignment="top" width="0">
11648 <column alignment="center" valignment="top" width="0">
11649 <row>
11650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11651 \begin_inset Text
11652
11653 \begin_layout Plain Layout
11654 Befehl
11655 \end_layout
11656
11657 \end_inset
11658 </cell>
11659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11660 \begin_inset Text
11661
11662 \begin_layout Plain Layout
11663 Ergebnis
11664 \begin_inset Note Note
11665 status collapsed
11666
11667 \begin_layout Plain Layout
11668
11669 \series bold
11670
11671 \backslash
11672 raisebox
11673 \series default
11674  dient nur als Abstandhalter.
11675 \end_layout
11676
11677 \end_inset
11678
11679
11680 \end_layout
11681
11682 \end_inset
11683 </cell>
11684 </row>
11685 <row>
11686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11687 \begin_inset Text
11688
11689 \begin_layout Plain Layout
11690
11691 \backslash
11692 sum
11693 \backslash
11694 sum
11695 \begin_inset ERT
11696 status collapsed
11697
11698 \begin_layout Plain Layout
11699
11700
11701 \backslash
11702 leer 
11703 \end_layout
11704
11705 \end_inset
11706
11707 f_kl
11708 \end_layout
11709
11710 \end_inset
11711 </cell>
11712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11713 \begin_inset Text
11714
11715 \begin_layout Plain Layout
11716 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \end_inset
11723 </cell>
11724 </row>
11725 <row>
11726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11727 \begin_inset Text
11728
11729 \begin_layout Plain Layout
11730
11731 \backslash
11732 sum
11733 \backslash
11734 negmedspace
11735 \backslash
11736 sum
11737 \begin_inset ERT
11738 status collapsed
11739
11740 \begin_layout Plain Layout
11741
11742
11743 \backslash
11744 leer 
11745 \end_layout
11746
11747 \end_inset
11748
11749 f_kl
11750 \end_layout
11751
11752 \end_inset
11753 </cell>
11754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11755 \begin_inset Text
11756
11757 \begin_layout Plain Layout
11758 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11759 \end_inset
11760
11761
11762 \end_layout
11763
11764 \end_inset
11765 </cell>
11766 </row>
11767 </lyxtabular>
11768
11769 \end_inset
11770
11771
11772 \end_layout
11773
11774 \begin_layout Standard
11775 Relationen, wie z.
11776 \begin_inset space \thinspace{}
11777 \end_inset
11778
11779 B.
11780  Gleichheitszeichen, sind immer von Leerraum umgeben.
11781  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11782  TeX-Klammer.
11783  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11784 \end_layout
11785
11786 \begin_layout Standard
11787 \align center
11788 \begin_inset Tabular
11789 <lyxtabular version="3" rows="2" columns="2">
11790 <features tabularvalignment="middle">
11791 <column alignment="center" valignment="top" width="0pt">
11792 <column alignment="center" valignment="top" width="0pt">
11793 <row>
11794 <cell alignment="center" valignment="top" usebox="none">
11795 \begin_inset Text
11796
11797 \begin_layout Plain Layout
11798 normale Gleichung
11799 \end_layout
11800
11801 \end_inset
11802 </cell>
11803 <cell alignment="center" valignment="top" usebox="none">
11804 \begin_inset Text
11805
11806 \begin_layout Plain Layout
11807 \begin_inset Formula $A=B$
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \end_inset
11814 </cell>
11815 </row>
11816 <row>
11817 <cell alignment="center" valignment="top" usebox="none">
11818 \begin_inset Text
11819
11820 \begin_layout Plain Layout
11821 \begin_inset Note Note
11822 status collapsed
11823
11824 \begin_layout Plain Layout
11825
11826 \series bold
11827
11828 \backslash
11829 raisebox
11830 \series default
11831  dient nur als Abstandhalter.
11832 \end_layout
11833
11834 \end_inset
11835
11836
11837 \begin_inset Formula $\raisebox{5mm}{}$
11838 \end_inset
11839
11840 Gleichung ohne Leerraum
11841 \end_layout
11842
11843 \end_inset
11844 </cell>
11845 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11846 \begin_inset Text
11847
11848 \begin_layout Plain Layout
11849 \begin_inset Formula $A{=}B$
11850 \end_inset
11851
11852
11853 \end_layout
11854
11855 \end_inset
11856 </cell>
11857 </row>
11858 </lyxtabular>
11859
11860 \end_inset
11861
11862
11863 \end_layout
11864
11865 \begin_layout Standard
11866 Der Befehl für die letzte Formel lautet: 
11867 \series bold
11868 A
11869 \backslash
11870 {=
11871 \begin_inset Formula $\to$
11872 \end_inset
11873
11874 B
11875 \end_layout
11876
11877 \begin_layout Standard
11878 \begin_inset VSpace bigskip
11879 \end_inset
11880
11881 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11882  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11883  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11884 \family sans
11885 Einfügen\SpecialChar \menuseparator
11886 Formatierung\SpecialChar \menuseparator
11887 Kleiner
11888 \begin_inset space ~
11889 \end_inset
11890
11891 Abstand
11892 \family default
11893  (Tastenkürzel 
11894 \family sans
11895 Strg+Shift+Leertaste
11896 \family default
11897 ) ein.
11898 \end_layout
11899
11900 \begin_layout Standard
11901 Ein Beispiel zur Veranschaulichung:
11902 \end_layout
11903
11904 \begin_layout Standard
11905 \begin_inset Tabular
11906 <lyxtabular version="3" rows="2" columns="2">
11907 <features tabularvalignment="middle">
11908 <column alignment="left" valignment="top" width="0">
11909 <column alignment="left" valignment="top" width="0">
11910 <row>
11911 <cell alignment="center" valignment="top" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 24 kW
11916 \begin_inset Formula $\cdot$
11917 \end_inset
11918
11919 h
11920 \end_layout
11921
11922 \end_inset
11923 </cell>
11924 <cell alignment="center" valignment="top" usebox="none">
11925 \begin_inset Text
11926
11927 \begin_layout Plain Layout
11928 Leerzeichen zwischen Wert und Einheit
11929 \end_layout
11930
11931 \end_inset
11932 </cell>
11933 </row>
11934 <row>
11935 <cell alignment="center" valignment="top" usebox="none">
11936 \begin_inset Text
11937
11938 \begin_layout Plain Layout
11939 24
11940 \begin_inset space \thinspace{}
11941 \end_inset
11942
11943 kW
11944 \begin_inset Formula $\cdot$
11945 \end_inset
11946
11947 h
11948 \end_layout
11949
11950 \end_inset
11951 </cell>
11952 <cell alignment="center" valignment="top" usebox="none">
11953 \begin_inset Text
11954
11955 \begin_layout Plain Layout
11956 kleinster Leerraum zwischen Wert und Einheit
11957 \end_layout
11958
11959 \end_inset
11960 </cell>
11961 </row>
11962 </lyxtabular>
11963
11964 \end_inset
11965
11966
11967 \end_layout
11968
11969 \begin_layout Subsection
11970 Variabler Leerraum
11971 \begin_inset ERT
11972 status collapsed
11973
11974 \begin_layout Plain Layout
11975
11976
11977 \backslash
11978 texorpdfstring{
11979 \end_layout
11980
11981 \end_inset
11982
11983
11984 \begin_inset Foot
11985 status collapsed
11986
11987 \begin_layout Plain Layout
11988 für vertikalen Leerraum in Formeln siehe 
11989 \begin_inset CommandInset ref
11990 LatexCommand ref
11991 reference "sub:Zeilenabstand"
11992
11993 \end_inset
11994
11995
11996 \end_layout
11997
11998 \end_inset
11999
12000
12001 \begin_inset ERT
12002 status collapsed
12003
12004 \begin_layout Plain Layout
12005
12006 }{}
12007 \end_layout
12008
12009 \end_inset
12010
12011
12012 \begin_inset Note Note
12013 status collapsed
12014
12015 \begin_layout Plain Layout
12016
12017 \series bold
12018
12019 \backslash
12020 texorpdfstring
12021 \series default
12022  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
12023 \end_layout
12024
12025 \begin_layout Plain Layout
12026 Näheres zu 
12027 \series bold
12028
12029 \backslash
12030 texorpdfstring
12031 \series default
12032  steht in Kapitel 
12033 \begin_inset CommandInset ref
12034 LatexCommand ref
12035 reference "sub:Formeln-in-Überschriften"
12036
12037 \end_inset
12038
12039 .
12040 \end_layout
12041
12042 \end_inset
12043
12044
12045 \begin_inset CommandInset label
12046 LatexCommand label
12047 name "sub:Variabler-Leerraum"
12048
12049 \end_inset
12050
12051
12052 \begin_inset Index idx
12053 status collapsed
12054
12055 \begin_layout Plain Layout
12056 Leerraum ! horizontaler ! variabel
12057 \end_layout
12058
12059 \end_inset
12060
12061
12062 \end_layout
12063
12064 \begin_layout Standard
12065 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12066 \series bold
12067
12068 \backslash
12069 hspace
12070 \series default
12071
12072 \begin_inset Index idx
12073 status collapsed
12074
12075 \begin_layout Plain Layout
12076 Befehle ! H ! 
12077 \backslash
12078 hspace
12079 \end_layout
12080
12081 \end_inset
12082
12083  einfügen.
12084  Es erscheint ein langes 
12085 \begin_inset Quotes gld
12086 \end_inset
12087
12088
12089 \color blue
12090
12091 \begin_inset ERT
12092 status collapsed
12093
12094 \begin_layout Plain Layout
12095
12096
12097 \backslash
12098 leer 
12099 \end_layout
12100
12101 \end_inset
12102
12103
12104 \color inherit
12105
12106 \begin_inset Quotes grd
12107 \end_inset
12108
12109 .
12110  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12111  das 
12112 \begin_inset Quotes gld
12113 \end_inset
12114
12115
12116 \color blue
12117
12118 \begin_inset ERT
12119 status collapsed
12120
12121 \begin_layout Plain Layout
12122
12123
12124 \backslash
12125 leer 
12126 \end_layout
12127
12128 \end_inset
12129
12130
12131 \color inherit
12132
12133 \begin_inset Quotes grd
12134 \end_inset
12135
12136  klickt.
12137  Die Länge darf auch negativ sein.
12138  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12139  einnimmt, benutzt man den Befehl 
12140 \series bold
12141
12142 \backslash
12143 hfill
12144 \series default
12145
12146 \begin_inset Index idx
12147 status collapsed
12148
12149 \begin_layout Plain Layout
12150 Befehle ! H ! 
12151 \backslash
12152 hfill
12153 \end_layout
12154
12155 \end_inset
12156
12157 .
12158 \end_layout
12159
12160 \begin_layout Standard
12161 \begin_inset VSpace -1mm
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \begin_layout Standard
12168 \align center
12169 \begin_inset Tabular
12170 <lyxtabular version="3" rows="4" columns="2">
12171 <features tabularvalignment="middle">
12172 <column alignment="center" valignment="top" width="0">
12173 <column alignment="center" valignment="top" width="0">
12174 <row>
12175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12176 \begin_inset Text
12177
12178 \begin_layout Plain Layout
12179 Befehl (
12180 \backslash
12181 hspace Länge)
12182 \end_layout
12183
12184 \end_inset
12185 </cell>
12186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12187 \begin_inset Text
12188
12189 \begin_layout Plain Layout
12190 Ergebnis
12191 \end_layout
12192
12193 \end_inset
12194 </cell>
12195 </row>
12196 <row>
12197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12198 \begin_inset Text
12199
12200 \begin_layout Plain Layout
12201 A=B
12202 \backslash
12203 hspace{3cm
12204 \begin_inset Formula $\to$
12205 \end_inset
12206
12207 A
12208 \backslash
12209 not=C (3
12210 \begin_inset space \thinspace{}
12211 \end_inset
12212
12213 cm)
12214 \end_layout
12215
12216 \end_inset
12217 </cell>
12218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12219 \begin_inset Text
12220
12221 \begin_layout Plain Layout
12222 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12223 \end_inset
12224
12225
12226 \end_layout
12227
12228 \end_inset
12229 </cell>
12230 </row>
12231 <row>
12232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12233 \begin_inset Text
12234
12235 \begin_layout Plain Layout
12236 A
12237 \backslash
12238 hspace{-1mm
12239 \begin_inset Formula $\to$
12240 \end_inset
12241
12242 A
12243 \backslash
12244 not=A (-1
12245 \begin_inset space \thinspace{}
12246 \end_inset
12247
12248 mm)
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12254 \begin_inset Text
12255
12256 \begin_layout Plain Layout
12257 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12258 \end_inset
12259
12260
12261 \end_layout
12262
12263 \end_inset
12264 </cell>
12265 </row>
12266 <row>
12267 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12268 \begin_inset Text
12269
12270 \begin_layout Plain Layout
12271 A=A
12272 \backslash
12273 hfill
12274 \begin_inset ERT
12275 status collapsed
12276
12277 \begin_layout Plain Layout
12278
12279
12280 \backslash
12281 leer 
12282 \end_layout
12283
12284 \end_inset
12285
12286 B=B
12287 \end_layout
12288
12289 \end_inset
12290 </cell>
12291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12292 \begin_inset Text
12293
12294 \begin_layout Plain Layout
12295 \begin_inset Formula $A=A\hfill B=B$
12296 \end_inset
12297
12298
12299 \end_layout
12300
12301 \end_inset
12302 </cell>
12303 </row>
12304 </lyxtabular>
12305
12306 \end_inset
12307
12308
12309 \end_layout
12310
12311 \begin_layout Standard
12312 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12313  Spalteneintrags der Tabelle vorgegeben.
12314  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12315  in die 
12316 \series bold
12317
12318 \backslash
12319 hfill
12320 \series default
12321  eingegeben wird.
12322  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12323  
12324 \series bold
12325
12326 \backslash
12327 hfill
12328 \series default
12329  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12330 \series bold
12331 Eingerückt
12332 \series default
12333  eingestellt ist.
12334  (Formelstile sind in 
12335 \begin_inset CommandInset ref
12336 LatexCommand ref
12337 reference "sec:Formelstile"
12338
12339 \end_inset
12340
12341  erklärt.)
12342 \end_layout
12343
12344 \begin_layout Standard
12345 Neben 
12346 \series bold
12347
12348 \backslash
12349 hfill
12350 \series default
12351  gibt es noch die Befehle 
12352 \series bold
12353
12354 \backslash
12355 dotfill
12356 \series default
12357  und 
12358 \series bold
12359
12360 \backslash
12361 hrulefill
12362 \series default
12363 , die den Leerraum mit einem Muster füllen, siehe 
12364 \begin_inset CommandInset ref
12365 LatexCommand ref
12366 reference "sub:Fortsetzungspunkte"
12367
12368 \end_inset
12369
12370  für ein Beispiel.
12371 \end_layout
12372
12373 \begin_layout Standard
12374 Variabler Leerraum kann für Text über das Menü 
12375 \family sans
12376 Einfügen\SpecialChar \menuseparator
12377 Formatierung\SpecialChar \menuseparator
12378 Horizontaler
12379 \begin_inset space ~
12380 \end_inset
12381
12382 Abstand
12383 \family default
12384  eingefügt werden:
12385 \end_layout
12386
12387 \begin_layout Standard
12388 Dies ist eine Zeile mit
12389 \begin_inset space \hspace{}
12390 \length 2cm
12391 \end_inset
12392
12393 2
12394 \begin_inset space \thinspace{}
12395 \end_inset
12396
12397 cm Leerraum.
12398 \end_layout
12399
12400 \begin_layout Standard
12401 Dies ist eine Zeile mit
12402 \begin_inset space \hfill{}
12403 \end_inset
12404
12405 maximalem Leerraum.
12406 \end_layout
12407
12408 \begin_layout Subsection
12409 Leerraum neben eingebetteten Formeln
12410 \begin_inset Index idx
12411 status collapsed
12412
12413 \begin_layout Plain Layout
12414 Leerraum ! neben eingebetteten Formeln
12415 \end_layout
12416
12417 \end_inset
12418
12419
12420 \end_layout
12421
12422 \begin_layout Standard
12423 Über die Länge 
12424 \series bold
12425
12426 \backslash
12427 mathsurround
12428 \series default
12429
12430 \begin_inset Index idx
12431 status collapsed
12432
12433 \begin_layout Plain Layout
12434 Befehle ! M ! 
12435 \backslash
12436 mathsurround
12437 \end_layout
12438
12439 \end_inset
12440
12441  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12442  wird.
12443  Der Wert einer Länge wird mit dem Befehl 
12444 \series bold
12445
12446 \backslash
12447 setlength
12448 \series default
12449
12450 \begin_inset Index idx
12451 status collapsed
12452
12453 \begin_layout Plain Layout
12454 Befehle ! S ! 
12455 \backslash
12456 setlength
12457 \end_layout
12458
12459 \end_inset
12460
12461  gesetzt.
12462  Dieser besitzt folgendes Befehlsschema:
12463 \end_layout
12464
12465 \begin_layout Standard
12466
12467 \series bold
12468
12469 \backslash
12470 setlength{Längenname}{Wert}
12471 \end_layout
12472
12473 \begin_layout Standard
12474 Um 
12475 \series bold
12476
12477 \backslash
12478 mathsurround
12479 \series default
12480  den Wert 5
12481 \begin_inset space \thinspace{}
12482 \end_inset
12483
12484 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12485 \end_layout
12486
12487 \begin_layout Standard
12488
12489 \series bold
12490
12491 \backslash
12492 setlength{
12493 \backslash
12494 mathsurround}{5mm}
12495 \end_layout
12496
12497 \begin_layout Standard
12498 ein.
12499  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12500 \begin_inset space \thinspace{}
12501 \end_inset
12502
12503 mm Leerraum gesetzt:
12504 \begin_inset ERT
12505 status collapsed
12506
12507 \begin_layout Plain Layout
12508
12509
12510 \backslash
12511 setlength{
12512 \backslash
12513 mathsurround}{5mm}
12514 \end_layout
12515
12516 \end_inset
12517
12518
12519 \end_layout
12520
12521 \begin_layout Standard
12522 Dies ist eine Zeile in der sich 
12523 \begin_inset Formula $A=B$
12524 \end_inset
12525
12526  eine Formel mit 5
12527 \begin_inset space \thinspace{}
12528 \end_inset
12529
12530 mm umgebendem Leerraum befindet.
12531 \begin_inset ERT
12532 status collapsed
12533
12534 \begin_layout Plain Layout
12535
12536
12537 \backslash
12538 setlength{
12539 \backslash
12540 mathsurround}{0pt}
12541 \end_layout
12542
12543 \end_inset
12544
12545
12546 \end_layout
12547
12548 \begin_layout Standard
12549 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12550 \series bold
12551
12552 \backslash
12553 mathsurround
12554 \series default
12555  auf den Wert 0
12556 \begin_inset space \thinspace{}
12557 \end_inset
12558
12559 pt.
12560 \end_layout
12561
12562 \begin_layout Section
12563 Boxen und Rahmen
12564 \begin_inset Index idx
12565 status collapsed
12566
12567 \begin_layout Plain Layout
12568 Boxen
12569 \end_layout
12570
12571 \end_inset
12572
12573
12574 \begin_inset Index idx
12575 status collapsed
12576
12577 \begin_layout Plain Layout
12578 Rahmen | see
12579 \begin_inset ERT
12580 status collapsed
12581
12582 \begin_layout Plain Layout
12583
12584 {
12585 \end_layout
12586
12587 \end_inset
12588
12589 Boxen
12590 \begin_inset ERT
12591 status collapsed
12592
12593 \begin_layout Plain Layout
12594
12595 }
12596 \end_layout
12597
12598 \end_inset
12599
12600
12601 \end_layout
12602
12603 \end_inset
12604
12605
12606 \end_layout
12607
12608 \begin_layout Standard
12609 Boxen für Text sind im Kapitel 
12610 \family typewriter
12611 Boxen
12612 \family default
12613  im Handbuch 
12614 \family typewriter
12615 Eingebettete
12616 \begin_inset space ~
12617 \end_inset
12618
12619 Objekte
12620 \family default
12621  beschrieben.
12622 \end_layout
12623
12624 \begin_layout Subsection
12625 Boxen mit Rahmen
12626 \begin_inset CommandInset label
12627 LatexCommand label
12628 name "sub:Boxen-mit-Rahmen"
12629
12630 \end_inset
12631
12632
12633 \begin_inset Index idx
12634 status collapsed
12635
12636 \begin_layout Plain Layout
12637 Boxen ! mit Rahmen
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \end_layout
12644
12645 \begin_layout Standard
12646 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12647 \series bold
12648
12649 \backslash
12650 fbox
12651 \series default
12652
12653 \begin_inset Index idx
12654 status collapsed
12655
12656 \begin_layout Plain Layout
12657 Befehle ! F ! 
12658 \backslash
12659 fbox
12660 \end_layout
12661
12662 \end_inset
12663
12664  und 
12665 \series bold
12666
12667 \backslash
12668 boxed
12669 \series default
12670
12671 \begin_inset Index idx
12672 status collapsed
12673
12674 \begin_layout Plain Layout
12675 Befehle ! B ! 
12676 \backslash
12677 boxed
12678 \end_layout
12679
12680 \end_inset
12681
12682  zu umranden.
12683 \end_layout
12684
12685 \begin_layout Standard
12686 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12687  in einem Rahmen.
12688  Bei 
12689 \series bold
12690
12691 \backslash
12692 fbox
12693 \series default
12694  muss in diesem Eingabefeld mit 
12695 \family sans
12696 Strg+M
12697 \family default
12698  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12699  als mathematischer Text behandelt.
12700  Verwendet man 
12701 \series bold
12702
12703 \backslash
12704 boxed
12705 \series default
12706 , wird automatisch im Rahmen eine neue Formel erzeugt.
12707 \end_layout
12708
12709 \begin_layout Standard
12710 Der Befehl 
12711 \series bold
12712
12713 \backslash
12714 fbox
12715 \series default
12716  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12717  wird dann immer in Textzeilengröße gesetzt.
12718  Im Gegensatz dazu ist 
12719 \series bold
12720
12721 \backslash
12722 boxed
12723 \series default
12724  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12725  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12726 \end_layout
12727
12728 \begin_layout Standard
12729 Als Erweiterung zu 
12730 \series bold
12731
12732 \backslash
12733 fbox
12734 \series default
12735  gibt es den Befehl 
12736 \series bold
12737
12738 \backslash
12739 framebox
12740 \series default
12741
12742 \begin_inset Index idx
12743 status collapsed
12744
12745 \begin_layout Plain Layout
12746 Befehle ! F ! 
12747 \backslash
12748 framebox
12749 \end_layout
12750
12751 \end_inset
12752
12753 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12754  kann.
12755  
12756 \series bold
12757
12758 \backslash
12759 framebox
12760 \series default
12761  wird nach folgendem Schema verwendet:
12762 \end_layout
12763
12764 \begin_layout Standard
12765
12766 \series bold
12767
12768 \backslash
12769 framebox[Rahmenbreite][Position]{Boxinhalt}
12770 \end_layout
12771
12772 \begin_layout Standard
12773 Die Position kann entweder 
12774 \emph on
12775 l
12776 \emph default
12777  oder 
12778 \emph on
12779 r
12780 \emph default
12781  sein.
12782  
12783 \emph on
12784 l
12785 \emph default
12786  bewirkt linksbündige, 
12787 \emph on
12788 r
12789 \emph default
12790  rechtsbündige Ausrichtung der Formel in der Box.
12791  Gibt man keine Position an, wird die Formel zentriert.
12792 \begin_inset Newline newline
12793 \end_inset
12794
12795 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12796  In diesem Falle wird die Rahmenbreite wie bei 
12797 \series bold
12798
12799 \backslash
12800 fbox
12801 \series default
12802  an den Boxinhalt angepasst.
12803 \end_layout
12804
12805 \begin_layout Standard
12806 Wenn man den Befehl 
12807 \series bold
12808
12809 \backslash
12810 framebox
12811 \series default
12812  eingibt, erscheint eine Box mit drei Eingabefeldern.
12813  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12814  beiden optionalen Argumente.
12815  In das dritte Feld wird wie bei 
12816 \series bold
12817
12818 \backslash
12819 fbox
12820 \series default
12821  die Formel eingegeben.
12822 \end_layout
12823
12824 \begin_layout Standard
12825 \align center
12826 \begin_inset Tabular
12827 <lyxtabular version="3" rows="5" columns="2">
12828 <features tabularvalignment="middle">
12829 <column alignment="center" valignment="top" width="0">
12830 <column alignment="center" valignment="top" width="0">
12831 <row>
12832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12833 \begin_inset Text
12834
12835 \begin_layout Plain Layout
12836 Befehl
12837 \end_layout
12838
12839 \end_inset
12840 </cell>
12841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12842 \begin_inset Text
12843
12844 \begin_layout Plain Layout
12845 Ergebnis
12846 \begin_inset Note Note
12847 status collapsed
12848
12849 \begin_layout Plain Layout
12850
12851 \series bold
12852
12853 \backslash
12854 raisebox
12855 \series default
12856  dient nur als Abstandhalter.
12857 \end_layout
12858
12859 \end_inset
12860
12861
12862 \end_layout
12863
12864 \end_inset
12865 </cell>
12866 </row>
12867 <row>
12868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12869 \begin_inset Text
12870
12871 \begin_layout Plain Layout
12872
12873 \backslash
12874 fbox
12875 \begin_inset ERT
12876 status collapsed
12877
12878 \begin_layout Plain Layout
12879
12880
12881 \backslash
12882 leer 
12883 \end_layout
12884
12885 \end_inset
12886
12887
12888 \family sans
12889 Strg+M
12890 \family default
12891  
12892 \backslash
12893 int
12894 \begin_inset ERT
12895 status collapsed
12896
12897 \begin_layout Plain Layout
12898
12899
12900 \backslash
12901 leer 
12902 \end_layout
12903
12904 \end_inset
12905
12906 A=B
12907 \end_layout
12908
12909 \end_inset
12910 </cell>
12911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12912 \begin_inset Text
12913
12914 \begin_layout Plain Layout
12915 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12916 \end_inset
12917
12918
12919 \end_layout
12920
12921 \end_inset
12922 </cell>
12923 </row>
12924 <row>
12925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12926 \begin_inset Text
12927
12928 \begin_layout Plain Layout
12929
12930 \backslash
12931 boxed
12932 \begin_inset ERT
12933 status collapsed
12934
12935 \begin_layout Plain Layout
12936
12937
12938 \backslash
12939 leer 
12940 \end_layout
12941
12942 \end_inset
12943
12944
12945 \backslash
12946 int
12947 \begin_inset ERT
12948 status collapsed
12949
12950 \begin_layout Plain Layout
12951
12952
12953 \backslash
12954 leer 
12955 \end_layout
12956
12957 \end_inset
12958
12959 A=B
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12969 \end_inset
12970
12971
12972 \end_layout
12973
12974 \end_inset
12975 </cell>
12976 </row>
12977 <row>
12978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12979 \begin_inset Text
12980
12981 \begin_layout Plain Layout
12982 A+
12983 \backslash
12984 fbox
12985 \begin_inset ERT
12986 status collapsed
12987
12988 \begin_layout Plain Layout
12989
12990
12991 \backslash
12992 leer 
12993 \end_layout
12994
12995 \end_inset
12996
12997 B
12998 \end_layout
12999
13000 \end_inset
13001 </cell>
13002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13003 \begin_inset Text
13004
13005 \begin_layout Plain Layout
13006 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13007 \end_inset
13008
13009
13010 \end_layout
13011
13012 \end_inset
13013 </cell>
13014 </row>
13015 <row>
13016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13017 \begin_inset Text
13018
13019 \begin_layout Plain Layout
13020
13021 \backslash
13022 framebox
13023 \begin_inset ERT
13024 status collapsed
13025
13026 \begin_layout Plain Layout
13027
13028
13029 \backslash
13030 leer 
13031 \end_layout
13032
13033 \end_inset
13034
13035 20mm
13036 \begin_inset Formula $\to$
13037 \end_inset
13038
13039
13040 \begin_inset Formula $\to$
13041 \end_inset
13042
13043
13044 \family sans
13045 Strg+M
13046 \family default
13047  
13048 \backslash
13049 frac
13050 \begin_inset ERT
13051 status collapsed
13052
13053 \begin_layout Plain Layout
13054
13055
13056 \backslash
13057 leer 
13058 \end_layout
13059
13060 \end_inset
13061
13062 A
13063 \begin_inset Formula $\downarrow$
13064 \end_inset
13065
13066 B
13067 \end_layout
13068
13069 \end_inset
13070 </cell>
13071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13072 \begin_inset Text
13073
13074 \begin_layout Plain Layout
13075 \begin_inset Formula $\raisebox{6mm}{}$
13076 \end_inset
13077
13078
13079 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13080 \end_inset
13081
13082
13083 \begin_inset Formula $\raisebox{-4mm}{}$
13084 \end_inset
13085
13086
13087 \end_layout
13088
13089 \end_inset
13090 </cell>
13091 </row>
13092 </lyxtabular>
13093
13094 \end_inset
13095
13096
13097 \end_layout
13098
13099 \begin_layout Standard
13100 Die Rahmendicke kann ebenfalls eingestellt werden.
13101  Dazu müssen vor der Formel im TeX-Modus die Befehle
13102 \end_layout
13103
13104 \begin_layout Standard
13105
13106 \series bold
13107
13108 \backslash
13109 fboxrule
13110 \series default
13111  
13112 \series bold
13113
13114 \begin_inset Quotes gld
13115 \end_inset
13116
13117 Dicke
13118 \begin_inset Quotes grd
13119 \end_inset
13120
13121
13122 \series default
13123  
13124 \series bold
13125
13126 \backslash
13127 fboxsep
13128 \series default
13129  
13130 \series bold
13131
13132 \begin_inset Quotes gld
13133 \end_inset
13134
13135 Abstand
13136 \begin_inset Quotes grd
13137 \end_inset
13138
13139
13140 \end_layout
13141
13142 \begin_layout Standard
13143 eingegeben werden.
13144  
13145 \begin_inset Quotes gld
13146 \end_inset
13147
13148 Abstand
13149 \begin_inset Quotes grd
13150 \end_inset
13151
13152  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13153  in der Box fest.
13154  Ein Beispiel dafür ist folgende umrandete Formel:
13155 \begin_inset ERT
13156 status collapsed
13157
13158 \begin_layout Plain Layout
13159
13160
13161 \backslash
13162 fboxrule 2mm 
13163 \backslash
13164 fboxsep 3mm
13165 \end_layout
13166
13167 \end_inset
13168
13169
13170 \begin_inset Formula 
13171 \[
13172 \boxed{A+B=C}
13173 \]
13174
13175 \end_inset
13176
13177 Vor dieser Formel wurde im TeX-Modus
13178 \end_layout
13179
13180 \begin_layout Standard
13181
13182 \series bold
13183
13184 \backslash
13185 fboxrule
13186 \series default
13187  
13188 \series bold
13189 2mm
13190 \series default
13191  
13192 \series bold
13193
13194 \backslash
13195 fboxsep
13196 \series default
13197  
13198 \series bold
13199 3mm
13200 \end_layout
13201
13202 \begin_layout Standard
13203 eingegeben.
13204  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13205 \end_layout
13206
13207 \begin_layout Standard
13208 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13209  nächsten Formel im TeX-Modus folgende Befehle ein:
13210 \end_layout
13211
13212 \begin_layout Standard
13213
13214 \series bold
13215
13216 \backslash
13217 fboxrule
13218 \series default
13219  
13220 \series bold
13221 0.4pt
13222 \series default
13223  
13224 \series bold
13225
13226 \backslash
13227 fboxsep
13228 \series default
13229  
13230 \series bold
13231 3pt
13232 \series default
13233
13234 \begin_inset ERT
13235 status collapsed
13236
13237 \begin_layout Plain Layout
13238
13239
13240 \backslash
13241 fboxrule 0.4pt 
13242 \backslash
13243 fboxsep 3pt
13244 \end_layout
13245
13246 \end_inset
13247
13248
13249 \end_layout
13250
13251 \begin_layout Subsection
13252 Boxen ohne Rahmen
13253 \begin_inset CommandInset label
13254 LatexCommand label
13255 name "sub:Boxen-ohne-Rahmen"
13256
13257 \end_inset
13258
13259
13260 \begin_inset Index idx
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Boxen ! ohne Rahmen
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13274 \series bold
13275
13276 \backslash
13277 mbox
13278 \series default
13279
13280 \begin_inset Index idx
13281 status collapsed
13282
13283 \begin_layout Plain Layout
13284 Befehle ! M ! 
13285 \backslash
13286 mbox
13287 \end_layout
13288
13289 \end_inset
13290
13291
13292 \series bold
13293
13294 \backslash
13295 makebox
13296 \series default
13297
13298 \begin_inset Index idx
13299 status collapsed
13300
13301 \begin_layout Plain Layout
13302 Befehle ! M ! 
13303 \backslash
13304 makebox
13305 \end_layout
13306
13307 \end_inset
13308
13309  und
13310 \begin_inset Newline linebreak
13311 \end_inset
13312
13313
13314 \series bold
13315
13316 \backslash
13317 raisebox
13318 \series default
13319
13320 \begin_inset Index idx
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 Befehle ! R ! 
13325 \backslash
13326 raisebox
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \end_layout
13333
13334 \begin_layout Standard
13335 Mit 
13336 \series bold
13337
13338 \backslash
13339 raisebox
13340 \series default
13341  kann man eine Box hoch- oder tiefstellen.
13342  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13343 n die Schriftgröße bei.
13344  
13345 \series bold
13346
13347 \backslash
13348 raisebox
13349 \series default
13350  wird dabei mit folgendem Schema benutzt:
13351 \end_layout
13352
13353 \begin_layout Standard
13354
13355 \series bold
13356
13357 \backslash
13358 raisebox{Höhe}{Boxinhalt}
13359 \end_layout
13360
13361 \begin_layout Standard
13362 Soll in der Box eine Formel stehen, muss man wie bei 
13363 \series bold
13364
13365 \backslash
13366 fbox
13367 \series default
13368  eine weitere Formel erstellen.
13369  
13370 \begin_inset Note Greyedout
13371 status open
13372
13373 \begin_layout Plain Layout
13374
13375 \series bold
13376 Achtung:
13377 \series default
13378  Für 
13379 \series bold
13380
13381 \backslash
13382 raisebox
13383 \series default
13384  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13385  
13386 \family sans
13387 Strg+M
13388 \family default
13389  erstellt, denn LyX unterstützt 
13390 \series bold
13391
13392 \backslash
13393 raisebox
13394 \series default
13395  noch nicht direkt.
13396 \end_layout
13397
13398 \end_inset
13399
13400
13401 \end_layout
13402
13403 \begin_layout Standard
13404 \align center
13405 \begin_inset Tabular
13406 <lyxtabular version="3" rows="4" columns="2">
13407 <features tabularvalignment="middle">
13408 <column alignment="center" valignment="top" width="0">
13409 <column alignment="center" valignment="top" width="0">
13410 <row>
13411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13412 \begin_inset Text
13413
13414 \begin_layout Plain Layout
13415 Befehl
13416 \end_layout
13417
13418 \end_inset
13419 </cell>
13420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13421 \begin_inset Text
13422
13423 \begin_layout Plain Layout
13424 Ergebnis
13425 \end_layout
13426
13427 \end_inset
13428 </cell>
13429 </row>
13430 <row>
13431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13432 \begin_inset Text
13433
13434 \begin_layout Plain Layout
13435 H
13436 \backslash
13437 raisebox{2mm
13438 \begin_inset Formula $\to$
13439 \end_inset
13440
13441
13442 \backslash
13443 {al
13444 \begin_inset Formula $\to$
13445 \end_inset
13446
13447  lo
13448 \end_layout
13449
13450 \end_inset
13451 </cell>
13452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13453 \begin_inset Text
13454
13455 \begin_layout Plain Layout
13456 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13457 \end_inset
13458
13459
13460 \end_layout
13461
13462 \end_inset
13463 </cell>
13464 </row>
13465 <row>
13466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13467 \begin_inset Text
13468
13469 \begin_layout Plain Layout
13470 H
13471 \backslash
13472 raisebox{-2mm
13473 \begin_inset Formula $\to$
13474 \end_inset
13475
13476
13477 \backslash
13478 {al
13479 \begin_inset Formula $\to$
13480 \end_inset
13481
13482 lo
13483 \end_layout
13484
13485 \end_inset
13486 </cell>
13487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13488 \begin_inset Text
13489
13490 \begin_layout Plain Layout
13491 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13492 \end_inset
13493
13494
13495 \end_layout
13496
13497 \end_inset
13498 </cell>
13499 </row>
13500 <row>
13501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13502 \begin_inset Text
13503
13504 \begin_layout Plain Layout
13505 A=
13506 \backslash
13507 raisebox{-2mm
13508 \begin_inset Formula $\to$
13509 \end_inset
13510
13511
13512 \backslash
13513 {
13514 \family sans
13515 Strg+M Strg+M
13516 \family default
13517  
13518 \backslash
13519 sqrt
13520 \begin_inset ERT
13521 status collapsed
13522
13523 \begin_layout Plain Layout
13524
13525
13526 \backslash
13527 leer 
13528 \end_layout
13529
13530 \end_inset
13531
13532
13533 \end_layout
13534
13535 \end_inset
13536 </cell>
13537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13538 \begin_inset Text
13539
13540 \begin_layout Plain Layout
13541 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13542 \end_inset
13543
13544
13545 \end_layout
13546
13547 \end_inset
13548 </cell>
13549 </row>
13550 </lyxtabular>
13551
13552 \end_inset
13553
13554
13555 \end_layout
13556
13557 \begin_layout Standard
13558 Der Befehl 
13559 \series bold
13560
13561 \backslash
13562 mbox
13563 \series default
13564  ist äquivalent zu 
13565 \series bold
13566
13567 \backslash
13568 fbox
13569 \series default
13570  und 
13571 \series bold
13572
13573 \backslash
13574 makebox
13575 \series default
13576  ist äquivalent zu 
13577 \series bold
13578
13579 \backslash
13580 framebox
13581 \series default
13582 , nur dass es keinen Rahmen gibt.
13583 \end_layout
13584
13585 \begin_layout Subsection
13586 Farbige Boxen
13587 \begin_inset CommandInset label
13588 LatexCommand label
13589 name "sub:Farbige-Boxen"
13590
13591 \end_inset
13592
13593
13594 \begin_inset Index idx
13595 status collapsed
13596
13597 \begin_layout Plain Layout
13598 Boxen ! farbige
13599 \end_layout
13600
13601 \end_inset
13602
13603
13604 \end_layout
13605
13606 \begin_layout Standard
13607 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13608  im LaTeX-Vorspann das LaTeX-Paket 
13609 \series bold
13610 color
13611 \series default
13612
13613 \begin_inset Foot
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617 Das Paket 
13618 \series bold
13619 color
13620 \series default
13621  ist Teil jeder LaTeX-Standardinstallation.
13622 \end_layout
13623
13624 \end_inset
13625
13626
13627 \begin_inset Index idx
13628 status collapsed
13629
13630 \begin_layout Plain Layout
13631 Pakete ! color
13632 \end_layout
13633
13634 \end_inset
13635
13636  mit der Zeile
13637 \end_layout
13638
13639 \begin_layout Standard
13640
13641 \series bold
13642
13643 \backslash
13644 usepackage{color}
13645 \end_layout
13646
13647 \begin_layout Standard
13648 geladen werden
13649 \begin_inset Foot
13650 status collapsed
13651
13652 \begin_layout Plain Layout
13653 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13654  LyX das LaTeX-Paket 
13655 \series bold
13656 color
13657 \series default
13658  automatisch.
13659  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13660  keine Probleme hervorruft.
13661 \end_layout
13662
13663 \end_inset
13664
13665
13666 \begin_inset Note Note
13667 status collapsed
13668
13669 \begin_layout Plain Layout
13670 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13671  ein Makro eingefügt.
13672 \end_layout
13673
13674 \end_inset
13675
13676 .
13677 \end_layout
13678
13679 \begin_layout Standard
13680 \begin_inset VSpace medskip
13681 \end_inset
13682
13683 Um Boxen einzufärben, verwendet man den Befehl 
13684 \series bold
13685
13686 \backslash
13687 colorbox
13688 \series default
13689
13690 \begin_inset Index idx
13691 status collapsed
13692
13693 \begin_layout Plain Layout
13694 Befehle ! C ! 
13695 \backslash
13696 colorbox
13697 \end_layout
13698
13699 \end_inset
13700
13701  nach folgendem Schema:
13702 \end_layout
13703
13704 \begin_layout Standard
13705
13706 \series bold
13707
13708 \backslash
13709 colorbox{Farbe}{Boxinhalt}
13710 \end_layout
13711
13712 \begin_layout Standard
13713 Der Boxinhalt kann auch wieder eine Box sein und eine 
13714 \series bold
13715
13716 \backslash
13717 colorbox
13718 \series default
13719  kann auch ein Teil einer anderen Box sein (siehe 2.
13720  und 3.
13721  Beispiel).
13722  Soll in der Box eine Formel stehen, muss wie bei 
13723 \series bold
13724
13725 \backslash
13726 raisebox
13727 \series default
13728  eine weitere Formel erstellt werden.
13729 \begin_inset Foot
13730 status collapsed
13731
13732 \begin_layout Plain Layout
13733 Das gilt auch für den Befehl 
13734 \series bold
13735
13736 \backslash
13737 fcolorbox
13738 \series default
13739 .
13740 \end_layout
13741
13742 \end_inset
13743
13744
13745 \end_layout
13746
13747 \begin_layout Standard
13748 Aus folgenden vordefinierten Farben kann gewählt werden:
13749 \end_layout
13750
13751 \begin_layout Standard
13752
13753 \series bold
13754 black
13755 \series default
13756
13757 \series bold
13758 blue
13759 \series default
13760
13761 \series bold
13762 cyan
13763 \series default
13764
13765 \series bold
13766 green
13767 \series default
13768
13769 \series bold
13770 magenta
13771 \series default
13772
13773 \series bold
13774 red
13775 \series default
13776
13777 \series bold
13778 white
13779 \series default
13780  und 
13781 \series bold
13782 yellow
13783 \end_layout
13784
13785 \begin_layout Standard
13786 \align center
13787 \begin_inset Tabular
13788 <lyxtabular version="3" rows="4" columns="2">
13789 <features tabularvalignment="middle">
13790 <column alignment="center" valignment="top" width="0">
13791 <column alignment="center" valignment="top" width="0">
13792 <row>
13793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 Befehl
13798 \end_layout
13799
13800 \end_inset
13801 </cell>
13802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13803 \begin_inset Text
13804
13805 \begin_layout Plain Layout
13806 Ergebnis
13807 \begin_inset Note Note
13808 status collapsed
13809
13810 \begin_layout Plain Layout
13811
13812 \series bold
13813
13814 \backslash
13815 raisebox
13816 \series default
13817  dient nur als Abstandhalter.
13818 \end_layout
13819
13820 \end_inset
13821
13822
13823 \end_layout
13824
13825 \end_inset
13826 </cell>
13827 </row>
13828 <row>
13829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13830 \begin_inset Text
13831
13832 \begin_layout Plain Layout
13833
13834 \backslash
13835 colorbox{yellow
13836 \begin_inset Formula $\to$
13837 \end_inset
13838
13839
13840 \backslash
13841 {A=B
13842 \end_layout
13843
13844 \end_inset
13845 </cell>
13846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13847 \begin_inset Text
13848
13849 \begin_layout Plain Layout
13850 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13851 \end_inset
13852
13853
13854 \end_layout
13855
13856 \end_inset
13857 </cell>
13858 </row>
13859 <row>
13860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13861 \begin_inset Text
13862
13863 \begin_layout Plain Layout
13864
13865 \backslash
13866 colorbox{green
13867 \begin_inset Formula $\to$
13868 \end_inset
13869
13870
13871 \backslash
13872 {
13873 \backslash
13874 fbox
13875 \begin_inset ERT
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879
13880
13881 \backslash
13882 leer 
13883 \end_layout
13884
13885 \end_inset
13886
13887 A=B
13888 \end_layout
13889
13890 \end_inset
13891 </cell>
13892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13893 \begin_inset Text
13894
13895 \begin_layout Plain Layout
13896 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13897 \end_inset
13898
13899
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 </row>
13905 <row>
13906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910
13911 \backslash
13912 fbox
13913 \begin_inset ERT
13914 status collapsed
13915
13916 \begin_layout Plain Layout
13917
13918
13919 \backslash
13920 leer 
13921 \end_layout
13922
13923 \end_inset
13924
13925
13926 \backslash
13927 colorbox{green
13928 \begin_inset Formula $\to$
13929 \end_inset
13930
13931
13932 \backslash
13933 {
13934 \family sans
13935 Strg+M Strg+M
13936 \family default
13937  
13938 \backslash
13939 int
13940 \begin_inset ERT
13941 status collapsed
13942
13943 \begin_layout Plain Layout
13944
13945
13946 \backslash
13947 leer 
13948 \end_layout
13949
13950 \end_inset
13951
13952 C=D
13953 \end_layout
13954
13955 \end_inset
13956 </cell>
13957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13958 \begin_inset Text
13959
13960 \begin_layout Plain Layout
13961 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13962 \end_inset
13963
13964
13965 \end_layout
13966
13967 \end_inset
13968 </cell>
13969 </row>
13970 </lyxtabular>
13971
13972 \end_inset
13973
13974
13975 \end_layout
13976
13977 \begin_layout Standard
13978
13979 \series bold
13980
13981 \backslash
13982 colorbox
13983 \series default
13984  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13985  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13986  
13987 \family sans
13988 Textstil
13989 \family default
13990  die gewünschte Farbe aus.
13991  Der Dialog kann mit dem Werkzeugleistenknopf 
13992 \begin_inset Graphics
13993         filename ../../images/dialog-show_character.png
13994         scale 85
13995
13996 \end_inset
13997
13998  oder dem Menü 
13999 \family sans
14000 Bearbeiten\SpecialChar \menuseparator
14001 Textstil\SpecialChar \menuseparator
14002 Benutzerdefiniert
14003 \family default
14004  aufgerufen werden.
14005  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
14006  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
14007  innerhalb der Formel die Farbe geändert werden.
14008 \end_layout
14009
14010 \begin_layout Standard
14011 Ein Beispiel:
14012 \end_layout
14013
14014 \begin_layout Standard
14015
14016 \color red
14017 \begin_inset Formula 
14018 \begin{equation}
14019 \int A=B\label{eq:rot}
14020 \end{equation}
14021
14022 \end_inset
14023
14024
14025 \color green
14026
14027 \begin_inset Formula 
14028 \begin{equation}
14029 \textcolor{red}{\int A=B}\label{eq:rotgruen}
14030 \end{equation}
14031
14032 \end_inset
14033
14034
14035 \end_layout
14036
14037 \begin_layout Standard
14038 Formel 
14039 \begin_inset CommandInset ref
14040 LatexCommand eqref
14041 reference "eq:rot"
14042
14043 \end_inset
14044
14045  ist komplett rot gefärbt.
14046 \begin_inset Newline newline
14047 \end_inset
14048
14049 Formel 
14050 \begin_inset CommandInset ref
14051 LatexCommand eqref
14052 reference "eq:rotgruen"
14053
14054 \end_inset
14055
14056  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14057  Anschließend wurden die Formelzeichen rot gefärbt.
14058 \end_layout
14059
14060 \begin_layout Standard
14061 \begin_inset VSpace bigskip
14062 \end_inset
14063
14064 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14065  den Befehl 
14066 \series bold
14067
14068 \backslash
14069 fcolorbox
14070 \series default
14071
14072 \begin_inset Index idx
14073 status collapsed
14074
14075 \begin_layout Plain Layout
14076 Befehle ! F ! 
14077 \backslash
14078 fcolorbox
14079 \end_layout
14080
14081 \end_inset
14082
14083  nach folgendem Schema:
14084 \end_layout
14085
14086 \begin_layout Standard
14087
14088 \series bold
14089
14090 \backslash
14091 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14092 \end_layout
14093
14094 \begin_layout Standard
14095
14096 \series bold
14097
14098 \backslash
14099 fcolorbox
14100 \series default
14101  stellt also eine Erweiterung des Befehls 
14102 \series bold
14103
14104 \backslash
14105 colorbox
14106 \series default
14107  dar.
14108  Die Rahmenbreite wird, wie bei 
14109 \series bold
14110
14111 \backslash
14112 framebox
14113 \series default
14114 , mit 
14115 \series bold
14116
14117 \backslash
14118 fboxrule
14119 \series default
14120  und 
14121 \series bold
14122
14123 \backslash
14124 fboxsep
14125 \series default
14126  festgelegt.
14127  Ein Beispiel:
14128 \begin_inset ERT
14129 status collapsed
14130
14131 \begin_layout Plain Layout
14132
14133
14134 \backslash
14135 fboxrule 1mm 
14136 \backslash
14137 fboxsep 1mm
14138 \end_layout
14139
14140 \end_inset
14141
14142
14143 \begin_inset Formula 
14144 \[
14145 \fcolorbox{cyan}{magenta}{A=B}
14146 \]
14147
14148 \end_inset
14149
14150
14151 \begin_inset ERT
14152 status collapsed
14153
14154 \begin_layout Plain Layout
14155
14156
14157 \backslash
14158 fboxrule 0.4pt 
14159 \backslash
14160 fboxsep 3pt
14161 \end_layout
14162
14163 \end_inset
14164
14165
14166 \end_layout
14167
14168 \begin_layout Standard
14169 Diese Formel wurde mit folgendem Befehl erstellt:
14170 \begin_inset Newline newline
14171 \end_inset
14172
14173
14174 \series bold
14175
14176 \backslash
14177 fcolorbox{cyan
14178 \begin_inset Formula $\to$
14179 \end_inset
14180
14181
14182 \backslash
14183 {magenta
14184 \begin_inset Formula $\to$
14185 \end_inset
14186
14187
14188 \backslash
14189 {A=B
14190 \end_layout
14191
14192 \begin_layout Standard
14193 \begin_inset VSpace bigskip
14194 \end_inset
14195
14196 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14197  selbst definieren.
14198 \end_layout
14199
14200 \begin_layout Standard
14201 Man kann z.
14202 \begin_inset space \thinspace{}
14203 \end_inset
14204
14205 B.
14206  mit folgender LaTeX-Vorspannzeile die Farbe 
14207 \begin_inset Quotes gld
14208 \end_inset
14209
14210
14211 \series bold
14212 dunkelgruen
14213 \series default
14214
14215 \begin_inset Quotes grd
14216 \end_inset
14217
14218
14219 \begin_inset Foot
14220 status collapsed
14221
14222 \begin_layout Plain Layout
14223 In Befehlen darf kein Umlaut stehen, siehe 
14224 \begin_inset CommandInset ref
14225 LatexCommand ref
14226 reference "sec:Benutzerdefinierte-Befehle"
14227
14228 \end_inset
14229
14230 .
14231 \end_layout
14232
14233 \end_inset
14234
14235  definieren:
14236 \end_layout
14237
14238 \begin_layout Standard
14239
14240 \series bold
14241
14242 \backslash
14243 definecolor{dunkelgruen}{cmyk}{0.5,
14244 \series default
14245  
14246 \series bold
14247 0,
14248 \series default
14249  
14250 \series bold
14251 1,
14252 \series default
14253  
14254 \series bold
14255 0.5}
14256 \series default
14257
14258 \begin_inset Index idx
14259 status collapsed
14260
14261 \begin_layout Plain Layout
14262 Befehle ! D ! 
14263 \backslash
14264 definecolor
14265 \end_layout
14266
14267 \end_inset
14268
14269
14270 \end_layout
14271
14272 \begin_layout Standard
14273
14274 \series bold
14275 cmyk
14276 \series default
14277  ist der Farbraum und steht für die Farben 
14278 \series bold
14279 cyan
14280 \series default
14281
14282 \series bold
14283 magenta
14284 \series default
14285
14286 \series bold
14287 yellow
14288 \series default
14289  und 
14290 \series bold
14291 black
14292 \series default
14293 .
14294  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14295  Für den Anteil kann man Werte im Bereich 0
14296 \begin_inset space \thinspace{}
14297 \end_inset
14298
14299 -
14300 \begin_inset space \thinspace{}
14301 \end_inset
14302
14303 1 angeben.
14304  Anstelle von 
14305 \series bold
14306 cmyk
14307 \series default
14308  kann man zur Definition auch den Farbraum 
14309 \series bold
14310 rgb
14311 \series default
14312  verwenden.
14313  
14314 \series bold
14315 rgb
14316 \series default
14317  steht für 
14318 \series bold
14319 red
14320 \series default
14321
14322 \series bold
14323 green
14324 \series default
14325  und 
14326 \series bold
14327 blue
14328 \series default
14329 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14330  Des Weiteren gibt es noch den Farbraum 
14331 \series bold
14332 gray
14333 \series default
14334 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14335 \end_layout
14336
14337 \begin_layout Standard
14338 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14339 \series bold
14340 darkgreen
14341 \series default
14342 , bei der die Zeichenfarbe 
14343 \series bold
14344 yellow
14345 \series default
14346  gewählt wurde:
14347 \begin_inset Formula 
14348 \begin{equation}
14349 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14350 \end{equation}
14351
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \begin_layout Standard
14358 Selbst definierte Farben können mit dem Befehl 
14359 \series bold
14360
14361 \backslash
14362 textcolor
14363 \series default
14364  auch für Text
14365 \begin_inset Index idx
14366 status collapsed
14367
14368 \begin_layout Plain Layout
14369 Text ! farbiger
14370 \end_layout
14371
14372 \end_inset
14373
14374  verwendet werden:
14375 \end_layout
14376
14377 \begin_layout Standard
14378 \begin_inset ERT
14379 status collapsed
14380
14381 \begin_layout Plain Layout
14382
14383
14384 \backslash
14385 textcolor{dunkelgruen}{
14386 \end_layout
14387
14388 \end_inset
14389
14390 Dieser Satz ist 
14391 \begin_inset Quotes gld
14392 \end_inset
14393
14394 dunkelgruen
14395 \begin_inset Quotes grd
14396 \end_inset
14397
14398 .
14399 \begin_inset ERT
14400 status collapsed
14401
14402 \begin_layout Plain Layout
14403
14404 }
14405 \end_layout
14406
14407 \end_inset
14408
14409
14410 \end_layout
14411
14412 \begin_layout Standard
14413
14414 \series bold
14415
14416 \backslash
14417 textcolor
14418 \series default
14419
14420 \begin_inset Index idx
14421 status collapsed
14422
14423 \begin_layout Plain Layout
14424 Befehle ! T ! 
14425 \backslash
14426 textcolor
14427 \end_layout
14428
14429 \end_inset
14430
14431  wird nach dem Schema 
14432 \series bold
14433
14434 \backslash
14435 textcolor{Farbe}{zu
14436 \series default
14437  
14438 \series bold
14439 färbende
14440 \series default
14441  
14442 \series bold
14443 Zeichen}
14444 \series default
14445  verwendet.
14446 \end_layout
14447
14448 \begin_layout Standard
14449 \begin_inset Newpage newpage
14450 \end_inset
14451
14452
14453 \end_layout
14454
14455 \begin_layout Subsection
14456 Absatzboxen
14457 \begin_inset CommandInset label
14458 LatexCommand label
14459 name "sub:Absatzboxen"
14460
14461 \end_inset
14462
14463
14464 \begin_inset Index idx
14465 status collapsed
14466
14467 \begin_layout Plain Layout
14468 Boxen ! Absatz-
14469 \end_layout
14470
14471 \end_inset
14472
14473
14474 \end_layout
14475
14476 \begin_layout Standard
14477 Mit dem Menü 
14478 \family sans
14479 Einfügen\SpecialChar \menuseparator
14480 Box
14481 \family default
14482  oder dem Werkzeugleistenknopf 
14483 \begin_inset Graphics
14484         filename ../../images/box-insert.png
14485         scale 85
14486
14487 \end_inset
14488
14489  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14490  eine so genannte 
14491 \emph on
14492 Parbox
14493 \emph default
14494  (Absatzbox).
14495 \end_layout
14496
14497 \begin_layout Standard
14498 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14499 \end_layout
14500
14501 \begin_layout Standard
14502 \begin_inset VSpace medskip
14503 \end_inset
14504
14505 Dies ist eine Zeile 
14506 \begin_inset Box Boxed
14507 position "c"
14508 hor_pos "c"
14509 has_inner_box 1
14510 inner_pos "t"
14511 use_parbox 1
14512 use_makebox 0
14513 width "5cm"
14514 special "none"
14515 height "1in"
14516 height_special "totalheight"
14517 status open
14518
14519 \begin_layout Plain Layout
14520 Dies ist die Absatzbox.
14521  Sie ist genau 5
14522 \begin_inset space \thinspace{}
14523 \end_inset
14524
14525 cm lang und kann auch Formeln enthalten: 
14526 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14527 \end_inset
14528
14529
14530 \end_layout
14531
14532 \end_inset
14533
14534  mit einer Absatzbox.
14535 \begin_inset VSpace medskip
14536 \end_inset
14537
14538
14539 \end_layout
14540
14541 \begin_layout Standard
14542 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14543  graue Box mit dem Namen 
14544 \begin_inset Quotes gld
14545 \end_inset
14546
14547 Box(Gerahmt)
14548 \begin_inset Quotes grd
14549 \end_inset
14550
14551  klickt.
14552  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14553  In diesem Fall: 
14554 \emph on
14555 Verzierung
14556 \emph default
14557 : Rechteckige Box, 
14558 \emph on
14559 Innere Box
14560 \emph default
14561 : Parbox, 
14562 \emph on
14563 Breite
14564 \emph default
14565 : 5
14566 \begin_inset space \thinspace{}
14567 \end_inset
14568
14569 cm, 
14570 \emph on
14571 Vertikale Box Ausrichtung
14572 \emph default
14573 : Mitte
14574 \end_layout
14575
14576 \begin_layout Standard
14577 \begin_inset VSpace medskip
14578 \end_inset
14579
14580 In LaTeX wird eine Absatzbox mit dem Befehl 
14581 \series bold
14582
14583 \backslash
14584 parbox
14585 \series default
14586
14587 \begin_inset Index idx
14588 status collapsed
14589
14590 \begin_layout Plain Layout
14591 Befehle ! P ! 
14592 \backslash
14593 parbox
14594 \end_layout
14595
14596 \end_inset
14597
14598  erstellt, welcher folgendes Schema besitzt:
14599 \end_layout
14600
14601 \begin_layout Standard
14602
14603 \series bold
14604
14605 \backslash
14606 parbox[Position]{Breite}{Boxinhalt}
14607 \end_layout
14608
14609 \begin_layout Standard
14610 Die Positionen 
14611 \emph on
14612 b
14613 \emph default
14614  und 
14615 \emph on
14616 t
14617 \emph default
14618  sind möglich.
14619  
14620 \emph on
14621 b
14622 \emph default
14623  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14624  Text eingepasst wird.
14625  Bei 
14626 \emph on
14627 t
14628 \emph default
14629  wie top geschieht dies für die erste Zeile.
14630  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14631  siehe das Kapitel 
14632 \emph on
14633 Boxen
14634 \emph default
14635  des Handbuchs
14636 \emph on
14637  Eingebettete
14638 \begin_inset space ~
14639 \end_inset
14640
14641 Objekte
14642 \emph default
14643  für Beispiele.
14644 \end_layout
14645
14646 \begin_layout Standard
14647 \begin_inset VSpace bigskip
14648 \end_inset
14649
14650 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14651  in eine Absatzbox setzen.
14652  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14653 \series bold
14654
14655 \backslash
14656 fbox{
14657 \backslash
14658 parbox{
14659 \backslash
14660 linewidth-2
14661 \backslash
14662 fboxsep-2
14663 \backslash
14664 fboxrule}{
14665 \series default
14666 .
14667  Hierbei steht 
14668 \series bold
14669
14670 \backslash
14671 linewidth
14672 \series default
14673
14674 \begin_inset Index idx
14675 status collapsed
14676
14677 \begin_layout Plain Layout
14678 Befehle ! L ! 
14679 \backslash
14680 linewidth
14681 \end_layout
14682
14683 \end_inset
14684
14685  für die im Dokument eingestellte Zeilenbreite.
14686  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14687 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14688  Da dies LyX aufgrund eines Fehlers
14689 \begin_inset Foot
14690 status collapsed
14691
14692 \begin_layout Plain Layout
14693 \begin_inset CommandInset href
14694 LatexCommand href
14695 name "LyX-Fehler #4483"
14696 target "http://www.lyx.org/trac/ticket/4483"
14697
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \end_inset
14704
14705  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14706  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14707 spann das LaTeX-Paket 
14708 \series bold
14709 calc
14710 \series default
14711
14712 \begin_inset Foot
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716
14717 \series bold
14718 calc
14719 \series default
14720  ist Teil jeder LaTeX-Standardinstallation.
14721 \end_layout
14722
14723 \end_inset
14724
14725
14726 \begin_inset Index idx
14727 status collapsed
14728
14729 \begin_layout Plain Layout
14730 Pakete ! calc
14731 \end_layout
14732
14733 \end_inset
14734
14735  mit der Zeile
14736 \end_layout
14737
14738 \begin_layout Standard
14739
14740 \series bold
14741
14742 \backslash
14743 usepackage{calc}
14744 \end_layout
14745
14746 \begin_layout Standard
14747 geladen werden.
14748  Nach der Formel werden beide Boxen geschlossen, indem man 
14749 \series bold
14750 }}
14751 \series default
14752  im TeX-Modus eingibt.
14753  Dazu ein Beispiel:
14754 \begin_inset ERT
14755 status collapsed
14756
14757 \begin_layout Plain Layout
14758
14759
14760 \backslash
14761 fboxsep 5mm 
14762 \backslash
14763 fboxrule 5mm
14764 \end_layout
14765
14766 \end_inset
14767
14768
14769 \end_layout
14770
14771 \begin_layout Standard
14772 \begin_inset ERT
14773 status collapsed
14774
14775 \begin_layout Plain Layout
14776
14777
14778 \backslash
14779 fbox{
14780 \backslash
14781 parbox{
14782 \backslash
14783 linewidth-2
14784 \backslash
14785 fboxsep-2
14786 \backslash
14787 fboxrule}{
14788 \end_layout
14789
14790 \end_inset
14791
14792
14793 \begin_inset Formula 
14794 \begin{equation}
14795 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14796 \end{equation}
14797
14798 \end_inset
14799
14800
14801 \begin_inset ERT
14802 status collapsed
14803
14804 \begin_layout Plain Layout
14805
14806 }}
14807 \end_layout
14808
14809 \end_inset
14810
14811
14812 \begin_inset ERT
14813 status collapsed
14814
14815 \begin_layout Plain Layout
14816
14817
14818 \backslash
14819 fboxrule 0.4pt 
14820 \backslash
14821 fboxsep 3pt
14822 \end_layout
14823
14824 \end_inset
14825
14826
14827 \end_layout
14828
14829 \begin_layout Standard
14830 \begin_inset VSpace medskip
14831 \end_inset
14832
14833 Da im Argument von 
14834 \series bold
14835
14836 \backslash
14837 fbox
14838 \series default
14839  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14840  keinen Unterschied zwischen 
14841 \series bold
14842
14843 \backslash
14844 fbox
14845 \series default
14846  und 
14847 \series bold
14848
14849 \backslash
14850 boxed
14851 \series default
14852 .
14853 \end_layout
14854
14855 \begin_layout Standard
14856 \begin_inset VSpace bigskip
14857 \end_inset
14858
14859 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14860  Dazu verwendet man 
14861 \series bold
14862
14863 \backslash
14864 parbox
14865 \series default
14866  in Verbindung mit dem Befehl 
14867 \series bold
14868
14869 \backslash
14870 tag
14871 \series default
14872 .
14873  (mehr zu 
14874 \series bold
14875
14876 \backslash
14877 tag
14878 \series default
14879  siehe 
14880 \begin_inset CommandInset ref
14881 LatexCommand ref
14882 reference "sub:Benutzerdefinierte-Nummerierung"
14883
14884 \end_inset
14885
14886 )
14887 \end_layout
14888
14889 \begin_layout Standard
14890 Ein Beispiel einer mit Hilfe von 
14891 \series bold
14892
14893 \backslash
14894 parbox
14895 \series default
14896  kommentierten Formel:
14897 \end_layout
14898
14899 \begin_layout Standard
14900 \begin_inset ERT
14901 status collapsed
14902
14903 \begin_layout Plain Layout
14904
14905
14906 \backslash
14907 [5x-7b=3b
14908 \backslash
14909 tag*{
14910 \backslash
14911 parbox{5cm}{
14912 \end_layout
14913
14914 \end_inset
14915
14916 Dies ist eine Beschreibung.
14917  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14918 \begin_inset ERT
14919 status collapsed
14920
14921 \begin_layout Plain Layout
14922
14923 }}
14924 \backslash
14925 ]
14926 \end_layout
14927
14928 \end_inset
14929
14930
14931 \end_layout
14932
14933 \begin_layout Standard
14934 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14935  Befehl 
14936 \series bold
14937
14938 \backslash
14939 parbox
14940 \series default
14941  in Formeln noch nicht unterstützt.
14942  Die Formel wird mit folgender Befehlssequenz erstellt:
14943 \end_layout
14944
14945 \begin_layout Standard
14946 Der Befehl 
14947 \series bold
14948
14949 \backslash
14950 [5x-7b=3b
14951 \backslash
14952 tag*
14953 \backslash
14954 {
14955 \backslash
14956 parbox{5cm}{
14957 \series default
14958  wird im TeX-Modus eingegeben.
14959 \begin_inset Foot
14960 status collapsed
14961
14962 \begin_layout Plain Layout
14963 Ist der Formelstil 
14964 \series bold
14965 Eingerückt
14966 \series default
14967  aktiviert, kann 
14968 \series bold
14969
14970 \backslash
14971 tag*
14972 \backslash
14973 {
14974 \series default
14975  auch durch 
14976 \series bold
14977
14978 \backslash
14979 hfill
14980 \series default
14981  ersetzt werden.
14982  (Formelstile siehe 
14983 \begin_inset CommandInset ref
14984 LatexCommand ref
14985 reference "sec:Formelstile"
14986
14987 \end_inset
14988
14989 )
14990 \end_layout
14991
14992 \end_inset
14993
14994  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14995 \series bold
14996 }}
14997 \backslash
14998 ]
14999 \series default
15000  im TeX-Modus ein.
15001  Die Befehle 
15002 \series bold
15003
15004 \backslash
15005 [
15006 \series default
15007  und 
15008 \series bold
15009
15010 \backslash
15011 ]
15012 \series default
15013  erstellen hierbei eine abgesetzte Formel.
15014 \end_layout
15015
15016 \begin_layout Standard
15017 Die Vorteile von 
15018 \series bold
15019
15020 \backslash
15021 parbox
15022 \series default
15023  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
15024  Textmodus 
15025 \begin_inset Quotes gld
15026 \end_inset
15027
15028 kommentiert
15029 \begin_inset Quotes grd
15030 \end_inset
15031
15032  wurde:
15033 \begin_inset Formula 
15034 \[
15035 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
15036 \]
15037
15038 \end_inset
15039
15040
15041 \end_layout
15042
15043 \begin_layout Standard
15044 \begin_inset Newpage newpage
15045 \end_inset
15046
15047
15048 \end_layout
15049
15050 \begin_layout Section
15051 Operatoren
15052 \begin_inset Index idx
15053 status collapsed
15054
15055 \begin_layout Plain Layout
15056 Operatoren
15057 \end_layout
15058
15059 \end_inset
15060
15061
15062 \end_layout
15063
15064 \begin_layout Subsection
15065 Große Operatoren
15066 \begin_inset CommandInset label
15067 LatexCommand label
15068 name "sub:Große-Operatoren"
15069
15070 \end_inset
15071
15072
15073 \begin_inset Index idx
15074 status collapsed
15075
15076 \begin_layout Plain Layout
15077 Operatoren ! große
15078 \end_layout
15079
15080 \end_inset
15081
15082
15083 \begin_inset Index idx
15084 status collapsed
15085
15086 \begin_layout Plain Layout
15087 Summen
15088 \end_layout
15089
15090 \end_inset
15091
15092
15093 \begin_inset Index idx
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097 Integrale
15098 \end_layout
15099
15100 \end_inset
15101
15102
15103 \end_layout
15104
15105 \begin_layout Standard
15106 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15107  sind, muss die Option 
15108 \family sans
15109 esint-Paket automatisch verwenden
15110 \family default
15111  in den Dokumenteinstellungen unter 
15112 \family sans
15113 Mathe-Optionen
15114 \family default
15115  gewählt sein.
15116 \end_layout
15117
15118 \begin_layout Standard
15119 \begin_inset space \hfill{}
15120 \end_inset
15121
15122
15123 \begin_inset Tabular
15124 <lyxtabular version="3" rows="11" columns="2">
15125 <features tabularvalignment="middle">
15126 <column alignment="center" valignment="top" width="0pt">
15127 <column alignment="center" valignment="top" width="0pt">
15128 <row>
15129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15130 \begin_inset Text
15131
15132 \begin_layout Plain Layout
15133 Befehl
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142 Ergebnis
15143 \end_layout
15144
15145 \end_inset
15146 </cell>
15147 </row>
15148 <row>
15149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153
15154 \backslash
15155 int
15156 \begin_inset Index idx
15157 status collapsed
15158
15159 \begin_layout Plain Layout
15160 Befehle ! I ! 
15161 \backslash
15162 int
15163 \end_layout
15164
15165 \end_inset
15166
15167
15168 \end_layout
15169
15170 \end_inset
15171 </cell>
15172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15173 \begin_inset Text
15174
15175 \begin_layout Plain Layout
15176 \begin_inset Formula $\int$
15177 \end_inset
15178
15179
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 </row>
15185 <row>
15186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15187 \begin_inset Text
15188
15189 \begin_layout Plain Layout
15190
15191 \backslash
15192 oint
15193 \end_layout
15194
15195 \end_inset
15196 </cell>
15197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15198 \begin_inset Text
15199
15200 \begin_layout Plain Layout
15201 \begin_inset Formula $\oint$
15202 \end_inset
15203
15204
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 </row>
15210 <row>
15211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15212 \begin_inset Text
15213
15214 \begin_layout Plain Layout
15215
15216 \backslash
15217 ointctrclockwise
15218 \end_layout
15219
15220 \end_inset
15221 </cell>
15222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15223 \begin_inset Text
15224
15225 \begin_layout Plain Layout
15226 \begin_inset Formula $\ointctrclockwise$
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 ointclockwise
15243 \end_layout
15244
15245 \end_inset
15246 </cell>
15247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15248 \begin_inset Text
15249
15250 \begin_layout Plain Layout
15251 \begin_inset Formula $\ointclockwise$
15252 \end_inset
15253
15254
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 </row>
15260 <row>
15261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15262 \begin_inset Text
15263
15264 \begin_layout Plain Layout
15265
15266 \backslash
15267 sqint
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 \begin_inset Formula $\sqint$
15277 \end_inset
15278
15279
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 </row>
15285 <row>
15286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15287 \begin_inset Text
15288
15289 \begin_layout Plain Layout
15290
15291 \backslash
15292 fint
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15298 \begin_inset Text
15299
15300 \begin_layout Plain Layout
15301  
15302 \begin_inset Formula $\fint$
15303 \end_inset
15304
15305
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 </row>
15311 <row>
15312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15313 \begin_inset Text
15314
15315 \begin_layout Plain Layout
15316
15317 \backslash
15318 landupint
15319 \end_layout
15320
15321 \end_inset
15322 </cell>
15323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15324 \begin_inset Text
15325
15326 \begin_layout Plain Layout
15327  
15328 \begin_inset Formula $\landupint$
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 <row>
15338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15339 \begin_inset Text
15340
15341 \begin_layout Plain Layout
15342
15343 \backslash
15344 landdownint
15345 \end_layout
15346
15347 \end_inset
15348 </cell>
15349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353  
15354 \begin_inset Formula $\landdownint$
15355 \end_inset
15356
15357
15358 \end_layout
15359
15360 \end_inset
15361 </cell>
15362 </row>
15363 <row>
15364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368
15369 \backslash
15370 bigcap
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379 \begin_inset Formula $\bigcap$
15380 \end_inset
15381
15382
15383 \end_layout
15384
15385 \end_inset
15386 </cell>
15387 </row>
15388 <row>
15389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15390 \begin_inset Text
15391
15392 \begin_layout Plain Layout
15393
15394 \backslash
15395 bigcup
15396 \end_layout
15397
15398 \end_inset
15399 </cell>
15400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15401 \begin_inset Text
15402
15403 \begin_layout Plain Layout
15404 \begin_inset Formula $\bigcup$
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 </row>
15413 </lyxtabular>
15414
15415 \end_inset
15416
15417
15418 \begin_inset space \hfill{}
15419 \end_inset
15420
15421
15422 \begin_inset Tabular
15423 <lyxtabular version="3" rows="11" columns="2">
15424 <features tabularvalignment="middle">
15425 <column alignment="center" valignment="top" width="0pt">
15426 <column alignment="center" valignment="top" width="0pt">
15427 <row>
15428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15429 \begin_inset Text
15430
15431 \begin_layout Plain Layout
15432 Befehl
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 Ergebnis
15442 \end_layout
15443
15444 \end_inset
15445 </cell>
15446 </row>
15447 <row>
15448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15449 \begin_inset Text
15450
15451 \begin_layout Plain Layout
15452
15453 \backslash
15454 sum
15455 \begin_inset Index idx
15456 status collapsed
15457
15458 \begin_layout Plain Layout
15459 Befehle ! S ! 
15460 \backslash
15461 sum
15462 \end_layout
15463
15464 \end_inset
15465
15466
15467 \end_layout
15468
15469 \end_inset
15470 </cell>
15471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15472 \begin_inset Text
15473
15474 \begin_layout Plain Layout
15475 \begin_inset Formula $\sum$
15476 \end_inset
15477
15478
15479 \end_layout
15480
15481 \end_inset
15482 </cell>
15483 </row>
15484 <row>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Plain Layout
15489
15490 \backslash
15491 prod
15492 \begin_inset Index idx
15493 status collapsed
15494
15495 \begin_layout Plain Layout
15496 Befehle ! P ! 
15497 \backslash
15498 prod
15499 \end_layout
15500
15501 \end_inset
15502
15503
15504 \end_layout
15505
15506 \end_inset
15507 </cell>
15508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15509 \begin_inset Text
15510
15511 \begin_layout Plain Layout
15512 \begin_inset Formula $\prod$
15513 \end_inset
15514
15515
15516 \end_layout
15517
15518 \end_inset
15519 </cell>
15520 </row>
15521 <row>
15522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15523 \begin_inset Text
15524
15525 \begin_layout Plain Layout
15526
15527 \backslash
15528 coprod
15529 \end_layout
15530
15531 \end_inset
15532 </cell>
15533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15534 \begin_inset Text
15535
15536 \begin_layout Plain Layout
15537 \begin_inset Formula $\coprod$
15538 \end_inset
15539
15540
15541 \end_layout
15542
15543 \end_inset
15544 </cell>
15545 </row>
15546 <row>
15547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15548 \begin_inset Text
15549
15550 \begin_layout Plain Layout
15551
15552 \backslash
15553 bigodot
15554 \end_layout
15555
15556 \end_inset
15557 </cell>
15558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15559 \begin_inset Text
15560
15561 \begin_layout Plain Layout
15562 \begin_inset Formula $\bigodot$
15563 \end_inset
15564
15565
15566 \end_layout
15567
15568 \end_inset
15569 </cell>
15570 </row>
15571 <row>
15572 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15573 \begin_inset Text
15574
15575 \begin_layout Plain Layout
15576
15577 \backslash
15578 bigotimes
15579 \end_layout
15580
15581 \end_inset
15582 </cell>
15583 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15584 \begin_inset Text
15585
15586 \begin_layout Plain Layout
15587 \begin_inset Formula $\bigotimes$
15588 \end_inset
15589
15590
15591 \end_layout
15592
15593 \end_inset
15594 </cell>
15595 </row>
15596 <row>
15597 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15598 \begin_inset Text
15599
15600 \begin_layout Plain Layout
15601
15602 \backslash
15603 bigoplus
15604 \end_layout
15605
15606 \end_inset
15607 </cell>
15608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15609 \begin_inset Text
15610
15611 \begin_layout Plain Layout
15612 \begin_inset Formula $\bigoplus$
15613 \end_inset
15614
15615
15616 \end_layout
15617
15618 \end_inset
15619 </cell>
15620 </row>
15621 <row>
15622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626
15627 \backslash
15628 bigwedge
15629 \end_layout
15630
15631 \end_inset
15632 </cell>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637 \begin_inset Formula $\bigwedge$
15638 \end_inset
15639
15640
15641 \end_layout
15642
15643 \end_inset
15644 </cell>
15645 </row>
15646 <row>
15647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15648 \begin_inset Text
15649
15650 \begin_layout Plain Layout
15651
15652 \backslash
15653 bigvee
15654 \end_layout
15655
15656 \end_inset
15657 </cell>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662 \begin_inset Formula $\bigvee$
15663 \end_inset
15664
15665
15666 \end_layout
15667
15668 \end_inset
15669 </cell>
15670 </row>
15671 <row>
15672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15673 \begin_inset Text
15674
15675 \begin_layout Plain Layout
15676
15677 \backslash
15678 bigsqcup
15679 \end_layout
15680
15681 \end_inset
15682 </cell>
15683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687 \begin_inset Formula $\bigsqcup$
15688 \end_inset
15689
15690
15691 \end_layout
15692
15693 \end_inset
15694 </cell>
15695 </row>
15696 <row>
15697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15698 \begin_inset Text
15699
15700 \begin_layout Plain Layout
15701
15702 \backslash
15703 biguplus
15704 \end_layout
15705
15706 \end_inset
15707 </cell>
15708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15709 \begin_inset Text
15710
15711 \begin_layout Plain Layout
15712 \begin_inset Formula $\biguplus$
15713 \end_inset
15714
15715
15716 \end_layout
15717
15718 \end_inset
15719 </cell>
15720 </row>
15721 </lyxtabular>
15722
15723 \end_inset
15724
15725
15726 \begin_inset space \hfill{}
15727 \end_inset
15728
15729
15730 \end_layout
15731
15732 \begin_layout Standard
15733 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15734 \begin_inset Graphics
15735         filename ../../images/math/intop.png
15736         scale 85
15737
15738 \end_inset
15739
15740  eingefügt werden.
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15745  Teil gleich aussehenden binären Operatoren.
15746  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15747  beschrieben.
15748 \end_layout
15749
15750 \begin_layout Standard
15751 Für alle Integrale gibt es Befehle, die auf 
15752 \series bold
15753 op
15754 \series default
15755  enden: 
15756 \series bold
15757
15758 \backslash
15759 intop
15760 \series default
15761
15762 \series bold
15763
15764 \backslash
15765 ointop
15766 \series default
15767  usw..
15768  Diese unterscheiden sich von 
15769 \series bold
15770
15771 \backslash
15772 int
15773 \series default
15774  usw.
15775 \begin_inset space \space{}
15776 \end_inset
15777
15778 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15779 \begin_inset CommandInset ref
15780 LatexCommand ref
15781 reference "sub:Operatorgrenzen"
15782
15783 \end_inset
15784
15785 .
15786  
15787 \end_layout
15788
15789 \begin_layout Subsubsection*
15790 Hinweise zu Integralen
15791 \end_layout
15792
15793 \begin_layout Standard
15794 Der Buchstabe 
15795 \emph on
15796 d
15797 \emph default
15798  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15799  muss.
15800  Dazu markiert man das 
15801 \emph on
15802 d
15803 \emph default
15804  und wandelt es mit der Tastenkombination 
15805 \family sans
15806 Alt+Z
15807 \begin_inset space ~
15808 \end_inset
15809
15810 R
15811 \family default
15812
15813 \begin_inset Foot
15814 status collapsed
15815
15816 \begin_layout Plain Layout
15817 Schriftstile siehe 
15818 \begin_inset CommandInset ref
15819 LatexCommand ref
15820 reference "sub:Schriftstile"
15821
15822 \end_inset
15823
15824
15825 \end_layout
15826
15827 \end_inset
15828
15829  um.
15830  Anschließend fügt man vor dem 
15831 \emph on
15832 d
15833 \emph default
15834 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15835  Dazu ein Beispiel:
15836 \end_layout
15837
15838 \begin_layout Standard
15839 inkorrekt: 
15840 \begin_inset Formula $\int A(x)dx$
15841 \end_inset
15842
15843
15844 \begin_inset Newline newline
15845 \end_inset
15846
15847
15848 \begin_inset Phantom HPhantom
15849 status open
15850
15851 \begin_layout Plain Layout
15852 in
15853 \end_layout
15854
15855 \end_inset
15856
15857 korrekt: 
15858 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \begin_layout Standard
15865 \begin_inset VSpace medskip
15866 \end_inset
15867
15868 Für Mehrfachintegrale gibt es folgende Befehle:
15869 \begin_inset VSpace medskip
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \begin_layout Standard
15876 \begin_inset space \hfill{}
15877 \end_inset
15878
15879
15880 \begin_inset Tabular
15881 <lyxtabular version="3" rows="4" columns="2">
15882 <features tabularvalignment="middle">
15883 <column alignment="center" valignment="top" width="0">
15884 <column alignment="center" valignment="top" width="0">
15885 <row>
15886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15887 \begin_inset Text
15888
15889 \begin_layout Plain Layout
15890 Befehl
15891 \end_layout
15892
15893 \end_inset
15894 </cell>
15895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15896 \begin_inset Text
15897
15898 \begin_layout Plain Layout
15899 Ergebnis
15900 \begin_inset Note Note
15901 status collapsed
15902
15903 \begin_layout Plain Layout
15904
15905 \series bold
15906
15907 \backslash
15908 raisebox
15909 \series default
15910  dient nur als Abstandhalter.
15911 \end_layout
15912
15913 \end_inset
15914
15915
15916 \end_layout
15917
15918 \end_inset
15919 </cell>
15920 </row>
15921 <row>
15922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15923 \begin_inset Text
15924
15925 \begin_layout Plain Layout
15926
15927 \backslash
15928 iint
15929 \end_layout
15930
15931 \end_inset
15932 </cell>
15933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15934 \begin_inset Text
15935
15936 \begin_layout Plain Layout
15937 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15938 \end_inset
15939
15940
15941 \end_layout
15942
15943 \end_inset
15944 </cell>
15945 </row>
15946 <row>
15947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951
15952 \backslash
15953 oiint
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15963 \end_inset
15964
15965
15966 \end_layout
15967
15968 \end_inset
15969 </cell>
15970 </row>
15971 <row>
15972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15973 \begin_inset Text
15974
15975 \begin_layout Plain Layout
15976
15977 \backslash
15978 sqiint
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15988 \end_inset
15989
15990
15991 \end_layout
15992
15993 \end_inset
15994 </cell>
15995 </row>
15996 </lyxtabular>
15997
15998 \end_inset
15999
16000
16001 \begin_inset space \hfill{}
16002 \end_inset
16003
16004
16005 \begin_inset Tabular
16006 <lyxtabular version="3" rows="4" columns="2">
16007 <features tabularvalignment="middle">
16008 <column alignment="center" valignment="top" width="0">
16009 <column alignment="center" valignment="top" width="0">
16010 <row>
16011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16012 \begin_inset Text
16013
16014 \begin_layout Plain Layout
16015 Befehl
16016 \end_layout
16017
16018 \end_inset
16019 </cell>
16020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16021 \begin_inset Text
16022
16023 \begin_layout Plain Layout
16024 Ergebnis
16025 \end_layout
16026
16027 \end_inset
16028 </cell>
16029 </row>
16030 <row>
16031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16032 \begin_inset Text
16033
16034 \begin_layout Plain Layout
16035
16036 \backslash
16037 iiint
16038 \end_layout
16039
16040 \end_inset
16041 </cell>
16042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16043 \begin_inset Text
16044
16045 \begin_layout Plain Layout
16046 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16047 \end_inset
16048
16049
16050 \end_layout
16051
16052 \end_inset
16053 </cell>
16054 </row>
16055 <row>
16056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16057 \begin_inset Text
16058
16059 \begin_layout Plain Layout
16060
16061 \backslash
16062 iiiint
16063 \end_layout
16064
16065 \end_inset
16066 </cell>
16067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16072 \end_inset
16073
16074
16075 \end_layout
16076
16077 \end_inset
16078 </cell>
16079 </row>
16080 <row>
16081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16082 \begin_inset Text
16083
16084 \begin_layout Plain Layout
16085
16086 \backslash
16087 dotsint
16088 \end_layout
16089
16090 \end_inset
16091 </cell>
16092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16093 \begin_inset Text
16094
16095 \begin_layout Plain Layout
16096 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16097 \end_inset
16098
16099
16100 \end_layout
16101
16102 \end_inset
16103 </cell>
16104 </row>
16105 </lyxtabular>
16106
16107 \end_inset
16108
16109
16110 \begin_inset space \hfill{}
16111 \end_inset
16112
16113
16114 \end_layout
16115
16116 \begin_layout Subsection
16117 Operatorgrenzen
16118 \begin_inset CommandInset label
16119 LatexCommand label
16120 name "sub:Operatorgrenzen"
16121
16122 \end_inset
16123
16124
16125 \begin_inset Index idx
16126 status collapsed
16127
16128 \begin_layout Plain Layout
16129 Operatoren ! Grenzen
16130 \end_layout
16131
16132 \end_inset
16133
16134
16135 \end_layout
16136
16137 \begin_layout Standard
16138 Grenzen werden durch Hoch- bzw.
16139  Tiefstellen erzeugt:
16140 \end_layout
16141
16142 \begin_layout Standard
16143 \align center
16144 \begin_inset Tabular
16145 <lyxtabular version="3" rows="2" columns="2">
16146 <features tabularvalignment="middle">
16147 <column alignment="center" valignment="top" width="0pt">
16148 <column alignment="center" valignment="top" width="0pt">
16149 <row>
16150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16151 \begin_inset Text
16152
16153 \begin_layout Plain Layout
16154 Befehl
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16160 \begin_inset Text
16161
16162 \begin_layout Plain Layout
16163 Ergebnis
16164 \begin_inset Note Note
16165 status collapsed
16166
16167 \begin_layout Plain Layout
16168
16169 \series bold
16170
16171 \backslash
16172 raisebox
16173 \series default
16174  dient nur als Abstandhalter.
16175 \end_layout
16176
16177 \end_inset
16178
16179
16180 \end_layout
16181
16182 \end_inset
16183 </cell>
16184 </row>
16185 <row>
16186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16187 \begin_inset Text
16188
16189 \begin_layout Plain Layout
16190
16191 \backslash
16192 prod^
16193 \backslash
16194 infty
16195 \begin_inset ERT
16196 status collapsed
16197
16198 \begin_layout Plain Layout
16199
16200
16201 \backslash
16202 leer 
16203 \end_layout
16204
16205 \end_inset
16206
16207
16208 \begin_inset Formula $\to$
16209 \end_inset
16210
16211 _0
16212 \begin_inset Formula $\to$
16213 \end_inset
16214
16215 A(x)
16216 \end_layout
16217
16218 \end_inset
16219 </cell>
16220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16221 \begin_inset Text
16222
16223 \begin_layout Plain Layout
16224 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16225 \end_inset
16226
16227
16228 \end_layout
16229
16230 \end_inset
16231 </cell>
16232 </row>
16233 </lyxtabular>
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \begin_layout Standard
16241 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16242  Operator gesetzt.
16243  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16244  bzw.
16245  unter den Operator gesetzt.
16246 \end_layout
16247
16248 \begin_layout Standard
16249 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16250  man den Cursor direkt hinter den Operator und setzt über das Menü 
16251 \family sans
16252 Bearbeiten\SpecialChar \menuseparator
16253 Mathe\SpecialChar \menuseparator
16254 Art der Operatorgrenzen ändern
16255 \family default
16256  die Grenzen auf 
16257 \series bold
16258 Eingebettet
16259 \series default
16260  (Tastenkombination 
16261 \family sans
16262 Alt+M
16263 \begin_inset space ~
16264 \end_inset
16265
16266 L
16267 \family default
16268 ).
16269  Dazu folgendes Beispiel:
16270 \end_layout
16271
16272 \begin_layout Standard
16273 Die normalen Grenzen sehen so aus:
16274 \begin_inset Formula 
16275 \[
16276 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16277 \]
16278
16279 \end_inset
16280
16281 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16282 \begin_inset Formula 
16283 \[
16284 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16285 \]
16286
16287 \end_inset
16288
16289 Bei Integralen werden mit Ausnahme von denen, die auf 
16290 \series bold
16291 op
16292 \series default
16293  enden (
16294 \series bold
16295
16296 \backslash
16297 intop
16298 \series default
16299
16300 \series bold
16301
16302 \backslash
16303 ointop
16304 \series default
16305  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16306  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16307  gesetzt.
16308  Im folgenden Beispiel wurde die Grenze deswegen auf 
16309 \series bold
16310 Anzeige
16311 \series default
16312  gesetzt und damit unter die Integrale geschrieben:
16313 \begin_inset Formula 
16314 \begin{equation}
16315 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16316 \end{equation}
16317
16318 \end_inset
16319
16320
16321 \end_layout
16322
16323 \begin_layout Standard
16324 \begin_inset VSpace medskip
16325 \end_inset
16326
16327 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16328 \series bold
16329
16330 \backslash
16331 subarray
16332 \series default
16333
16334 \begin_inset Index idx
16335 status collapsed
16336
16337 \begin_layout Plain Layout
16338 Befehle ! S ! 
16339 \backslash
16340 subarray
16341 \end_layout
16342
16343 \end_inset
16344
16345  und 
16346 \series bold
16347
16348 \backslash
16349 substack
16350 \series default
16351
16352 \begin_inset Index idx
16353 status collapsed
16354
16355 \begin_layout Plain Layout
16356 Befehle ! S ! 
16357 \backslash
16358 substack
16359 \end_layout
16360
16361 \end_inset
16362
16363 .
16364  Um z.
16365 \begin_inset space \thinspace{}
16366 \end_inset
16367
16368 B.
16369  diesen Ausdruck 
16370 \begin_inset Formula 
16371 \begin{equation}
16372 \sum_{\begin{subarray}{c}
16373 0<k<1000\\
16374 \\
16375 k\,\in\,\mathbb{N}
16376 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16377 \end{equation}
16378
16379 \end_inset
16380
16381 zu erstellen, muss man Folgendes tun:
16382 \begin_inset Newline newline
16383 \end_inset
16384
16385 Zuerst gibt man den Befehl 
16386 \series bold
16387
16388 \backslash
16389 sum
16390 \series default
16391 ^
16392 \series bold
16393 n
16394 \begin_inset ERT
16395 status collapsed
16396
16397 \begin_layout Plain Layout
16398
16399
16400 \backslash
16401 leer 
16402 \end_layout
16403
16404 \end_inset
16405
16406 _
16407 \series default
16408  ein.
16409  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16410  In dieses gibt man den Befehl 
16411 \series bold
16412
16413 \backslash
16414 subarray
16415 \begin_inset ERT
16416 status collapsed
16417
16418 \begin_layout Plain Layout
16419
16420
16421 \backslash
16422 leer 
16423 \end_layout
16424
16425 \end_inset
16426
16427
16428 \series default
16429  ein.
16430  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16431  Zeilen untereinander schreiben.
16432  Mit Eingabe des Zeilenumbruchs (
16433 \family sans
16434 Strg+Enter
16435 \family default
16436 ) wird eine neue Zeile erstellt.
16437  Gibt man
16438 \begin_inset Newline newline
16439 \end_inset
16440
16441
16442 \series bold
16443 0<k<1000 Strg+Enter
16444 \begin_inset Newline newline
16445 \end_inset
16446
16447
16448 \series default
16449 ein, erscheint darunter ein Kästchen für die neue Zeile.
16450 \end_layout
16451
16452 \begin_layout Standard
16453 Die Ausrichtung der Zeilen kann mit der 
16454 \family sans
16455 Tabellen-Werkzeugleiste
16456 \family default
16457  oder dem Menü 
16458 \family sans
16459 Bearbeiten\SpecialChar \menuseparator
16460 Zeilen & Spalten
16461 \family default
16462  auf links geändert werden.
16463  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16464 \series bold
16465
16466 \backslash
16467 hfill
16468 \begin_inset ERT
16469 status collapsed
16470
16471 \begin_layout Plain Layout
16472
16473
16474 \backslash
16475 leer 
16476 \end_layout
16477
16478 \end_inset
16479
16480
16481 \series default
16482  eingegeben.
16483 \end_layout
16484
16485 \begin_layout Standard
16486 Der Befehl 
16487 \series bold
16488
16489 \backslash
16490 substack
16491 \series default
16492  ist äquivalent zu 
16493 \series bold
16494
16495 \backslash
16496 subarray
16497 \series default
16498 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16499 \end_layout
16500
16501 \begin_layout Standard
16502 \begin_inset VSpace bigskip
16503 \end_inset
16504
16505 Wie bei Formel 
16506 \begin_inset CommandInset ref
16507 LatexCommand eqref
16508 reference "eq:substack"
16509
16510 \end_inset
16511
16512  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16513  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16514 \end_layout
16515
16516 \begin_layout Standard
16517 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16518 \end_layout
16519
16520 \begin_layout Standard
16521
16522 \series bold
16523
16524 \backslash
16525 def
16526 \backslash
16527 clap#1{
16528 \backslash
16529 hbox to 0pt{
16530 \backslash
16531 hss #1
16532 \backslash
16533 hss}}
16534 \begin_inset Newline newline
16535 \end_inset
16536
16537
16538 \backslash
16539 def
16540 \backslash
16541 mathclap {
16542 \backslash
16543 mathpalette 
16544 \backslash
16545 mathclapinternal}
16546 \begin_inset Newline newline
16547 \end_inset
16548
16549
16550 \backslash
16551 def
16552 \backslash
16553 mathclapinternal #1#2{
16554 \backslash
16555 clap{$
16556 \backslash
16557 mathsurround =0pt #1{#2}$}}
16558 \end_layout
16559
16560 \begin_layout Standard
16561 Dadurch wird der Befehl 
16562 \series bold
16563
16564 \backslash
16565 mathclap
16566 \series default
16567
16568 \begin_inset Index idx
16569 status collapsed
16570
16571 \begin_layout Plain Layout
16572 Befehle ! M ! 
16573 \backslash
16574 mathclap
16575 \end_layout
16576
16577 \end_inset
16578
16579  definiert, der die Breite der Grenze auf 0
16580 \begin_inset space \thinspace{}
16581 \end_inset
16582
16583 pt setzt.
16584  Das Befehlsschema lautet
16585 \end_layout
16586
16587 \begin_layout Standard
16588
16589 \series bold
16590
16591 \backslash
16592 mathclap{Grenze}
16593 \end_layout
16594
16595 \begin_layout Standard
16596 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16597 \end_layout
16598
16599 \begin_layout Standard
16600 Auf Formel 
16601 \begin_inset CommandInset ref
16602 LatexCommand eqref
16603 reference "eq:substack"
16604
16605 \end_inset
16606
16607  angewandt, gibt man also den Befehl
16608 \end_layout
16609
16610 \begin_layout Standard
16611
16612 \series bold
16613
16614 \backslash
16615 sum_
16616 \backslash
16617 mathclap{
16618 \backslash
16619 substack
16620 \begin_inset ERT
16621 status collapsed
16622
16623 \begin_layout Plain Layout
16624
16625
16626 \backslash
16627 leer 
16628 \end_layout
16629
16630 \end_inset
16631
16632 0<k<1000 Strg+Enter
16633 \end_layout
16634
16635 \begin_layout Standard
16636 ein, um die untere Grenze zu erstellen.
16637  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16638 \begin_inset Formula 
16639 \[
16640 \sum_{\mathclap{\substack{0<k<1000\\
16641 \\
16642 k\,\in\,\mathbb{N}
16643 }
16644 }}^{n}k^{-2}
16645 \]
16646
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \begin_layout Standard
16653 \begin_inset VSpace bigskip
16654 \end_inset
16655
16656 In 
16657 \begin_inset CommandInset ref
16658 LatexCommand ref
16659 reference "sub:Selbstdefinierte-Operatoren"
16660
16661 \end_inset
16662
16663  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16664 \end_layout
16665
16666 \begin_layout Subsection
16667 Binäre Operatoren
16668 \begin_inset CommandInset label
16669 LatexCommand label
16670 name "sub:Binäre-Operatoren"
16671
16672 \end_inset
16673
16674
16675 \begin_inset Index idx
16676 status collapsed
16677
16678 \begin_layout Plain Layout
16679 Operatoren ! binäre
16680 \end_layout
16681
16682 \end_inset
16683
16684
16685 \end_layout
16686
16687 \begin_layout Standard
16688 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16689  ein Zeichen befindet.
16690 \begin_inset VSpace medskip
16691 \end_inset
16692
16693
16694 \end_layout
16695
16696 \begin_layout Standard
16697 \begin_inset space \hfill{}
16698 \end_inset
16699
16700
16701 \begin_inset Tabular
16702 <lyxtabular version="3" rows="13" columns="2">
16703 <features tabularvalignment="middle">
16704 <column alignment="center" valignment="top" width="0pt">
16705 <column alignment="center" valignment="top" width="0pt">
16706 <row>
16707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711 Befehl
16712 \begin_inset Note Note
16713 status collapsed
16714
16715 \begin_layout Plain Layout
16716
16717 \series bold
16718
16719 \backslash
16720 raisebox
16721 \series default
16722  dient nur als Abstandhalter.
16723 \end_layout
16724
16725 \end_inset
16726
16727
16728 \end_layout
16729
16730 \end_inset
16731 </cell>
16732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736 Ergebnis
16737 \end_layout
16738
16739 \end_inset
16740 </cell>
16741 </row>
16742 <row>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 +
16748 \end_layout
16749
16750 \end_inset
16751 </cell>
16752 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16753 \begin_inset Text
16754
16755 \begin_layout Plain Layout
16756 \begin_inset Formula $+$
16757 \end_inset
16758
16759
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 \backslash
16795 pm
16796 \end_layout
16797
16798 \end_inset
16799 </cell>
16800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16801 \begin_inset Text
16802
16803 \begin_layout Plain Layout
16804 \begin_inset Formula $\pm$
16805 \end_inset
16806
16807
16808 \end_layout
16809
16810 \end_inset
16811 </cell>
16812 </row>
16813 <row>
16814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16815 \begin_inset Text
16816
16817 \begin_layout Plain Layout
16818
16819 \backslash
16820 mp
16821 \end_layout
16822
16823 \end_inset
16824 </cell>
16825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16826 \begin_inset Text
16827
16828 \begin_layout Plain Layout
16829 \begin_inset Formula $\mp$
16830 \end_inset
16831
16832
16833 \end_layout
16834
16835 \end_inset
16836 </cell>
16837 </row>
16838 <row>
16839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16840 \begin_inset Text
16841
16842 \begin_layout Plain Layout
16843
16844 \backslash
16845 cdot
16846 \end_layout
16847
16848 \end_inset
16849 </cell>
16850 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16851 \begin_inset Text
16852
16853 \begin_layout Plain Layout
16854 \begin_inset Formula $\cdot$
16855 \end_inset
16856
16857
16858 \end_layout
16859
16860 \end_inset
16861 </cell>
16862 </row>
16863 <row>
16864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16865 \begin_inset Text
16866
16867 \begin_layout Plain Layout
16868
16869 \backslash
16870 times
16871 \end_layout
16872
16873 \end_inset
16874 </cell>
16875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16876 \begin_inset Text
16877
16878 \begin_layout Plain Layout
16879 \begin_inset Formula $\times$
16880 \end_inset
16881
16882
16883 \end_layout
16884
16885 \end_inset
16886 </cell>
16887 </row>
16888 <row>
16889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16890 \begin_inset Text
16891
16892 \begin_layout Plain Layout
16893
16894 \backslash
16895 div
16896 \end_layout
16897
16898 \end_inset
16899 </cell>
16900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16901 \begin_inset Text
16902
16903 \begin_layout Plain Layout
16904 \begin_inset Formula $\div$
16905 \end_inset
16906
16907
16908 \end_layout
16909
16910 \end_inset
16911 </cell>
16912 </row>
16913 <row>
16914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16915 \begin_inset Text
16916
16917 \begin_layout Plain Layout
16918 \begin_inset ERT
16919 status collapsed
16920
16921 \begin_layout Plain Layout
16922
16923
16924 \backslash
16925 raisebox{-1.2mm}{
16926 \end_layout
16927
16928 \end_inset
16929
16930 *
16931 \begin_inset ERT
16932 status collapsed
16933
16934 \begin_layout Plain Layout
16935
16936 }
16937 \end_layout
16938
16939 \end_inset
16940
16941
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $*$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 star
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\star$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 circ
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\circ$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \backslash
17016 diamond
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\diamond$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 bullet
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\bullet$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 </lyxtabular>
17060
17061 \end_inset
17062
17063
17064 \begin_inset space \hfill{}
17065 \end_inset
17066
17067
17068 \begin_inset Tabular
17069 <lyxtabular version="3" rows="13" columns="2">
17070 <features tabularvalignment="middle">
17071 <column alignment="center" valignment="top" width="0pt">
17072 <column alignment="center" valignment="top" width="0pt">
17073 <row>
17074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17075 \begin_inset Text
17076
17077 \begin_layout Plain Layout
17078 Befehl
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17084 \begin_inset Text
17085
17086 \begin_layout Plain Layout
17087 Ergebnis
17088 \end_layout
17089
17090 \end_inset
17091 </cell>
17092 </row>
17093 <row>
17094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17095 \begin_inset Text
17096
17097 \begin_layout Plain Layout
17098
17099 \backslash
17100 nabla
17101 \end_layout
17102
17103 \end_inset
17104 </cell>
17105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17106 \begin_inset Text
17107
17108 \begin_layout Plain Layout
17109 \begin_inset Formula $\nabla$
17110 \end_inset
17111
17112
17113 \end_layout
17114
17115 \end_inset
17116 </cell>
17117 </row>
17118 <row>
17119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17120 \begin_inset Text
17121
17122 \begin_layout Plain Layout
17123
17124 \backslash
17125 bigtriangledown
17126 \end_layout
17127
17128 \end_inset
17129 </cell>
17130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17131 \begin_inset Text
17132
17133 \begin_layout Plain Layout
17134 \begin_inset Formula $\bigtriangledown$
17135 \end_inset
17136
17137
17138 \end_layout
17139
17140 \end_inset
17141 </cell>
17142 </row>
17143 <row>
17144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17145 \begin_inset Text
17146
17147 \begin_layout Plain Layout
17148
17149 \backslash
17150 bigtriangleup
17151 \end_layout
17152
17153 \end_inset
17154 </cell>
17155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17156 \begin_inset Text
17157
17158 \begin_layout Plain Layout
17159 \begin_inset Formula $\bigtriangleup$
17160 \end_inset
17161
17162
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 Box
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $\Box$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 cap 
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\cap$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 cup
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\cup$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 dagger
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\dagger$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 ddagger
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\ddagger$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \backslash
17300 wr
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Formula $\wr$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 bigcirc
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\bigcirc$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 <row>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348
17349 \backslash
17350 wedge
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $\wedge$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 vee
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\vee$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 </lyxtabular>
17394
17395 \end_inset
17396
17397
17398 \begin_inset space \hfill{}
17399 \end_inset
17400
17401
17402 \begin_inset Tabular
17403 <lyxtabular version="3" rows="13" columns="2">
17404 <features tabularvalignment="middle">
17405 <column alignment="center" valignment="top" width="0pt">
17406 <column alignment="center" valignment="top" width="0pt">
17407 <row>
17408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 Befehl
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 Ergebnis
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 </row>
17427 <row>
17428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \backslash
17434 oplus
17435 \end_layout
17436
17437 \end_inset
17438 </cell>
17439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17440 \begin_inset Text
17441
17442 \begin_layout Plain Layout
17443 \begin_inset Formula $\oplus$
17444 \end_inset
17445
17446
17447 \end_layout
17448
17449 \end_inset
17450 </cell>
17451 </row>
17452 <row>
17453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17454 \begin_inset Text
17455
17456 \begin_layout Plain Layout
17457
17458 \backslash
17459 ominus
17460 \end_layout
17461
17462 \end_inset
17463 </cell>
17464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17465 \begin_inset Text
17466
17467 \begin_layout Plain Layout
17468 \begin_inset Formula $\ominus$
17469 \end_inset
17470
17471
17472 \end_layout
17473
17474 \end_inset
17475 </cell>
17476 </row>
17477 <row>
17478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17479 \begin_inset Text
17480
17481 \begin_layout Plain Layout
17482
17483 \backslash
17484 otimes
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $\otimes$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 </row>
17502 <row>
17503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17504 \begin_inset Text
17505
17506 \begin_layout Plain Layout
17507
17508 \backslash
17509 oslash
17510 \end_layout
17511
17512 \end_inset
17513 </cell>
17514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17515 \begin_inset Text
17516
17517 \begin_layout Plain Layout
17518 \begin_inset Formula $\oslash$
17519 \end_inset
17520
17521
17522 \end_layout
17523
17524 \end_inset
17525 </cell>
17526 </row>
17527 <row>
17528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17529 \begin_inset Text
17530
17531 \begin_layout Plain Layout
17532
17533 \backslash
17534 odot
17535 \end_layout
17536
17537 \end_inset
17538 </cell>
17539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17540 \begin_inset Text
17541
17542 \begin_layout Plain Layout
17543 \begin_inset Formula $\odot$
17544 \end_inset
17545
17546
17547 \end_layout
17548
17549 \end_inset
17550 </cell>
17551 </row>
17552 <row>
17553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17554 \begin_inset Text
17555
17556 \begin_layout Plain Layout
17557
17558 \backslash
17559 amalg
17560 \end_layout
17561
17562 \end_inset
17563 </cell>
17564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17565 \begin_inset Text
17566
17567 \begin_layout Plain Layout
17568 \begin_inset Formula $\amalg$
17569 \end_inset
17570
17571
17572 \end_layout
17573
17574 \end_inset
17575 </cell>
17576 </row>
17577 <row>
17578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17579 \begin_inset Text
17580
17581 \begin_layout Plain Layout
17582
17583 \backslash
17584 uplus
17585 \end_layout
17586
17587 \end_inset
17588 </cell>
17589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17590 \begin_inset Text
17591
17592 \begin_layout Plain Layout
17593 \begin_inset Formula $\uplus$
17594 \end_inset
17595
17596
17597 \end_layout
17598
17599 \end_inset
17600 </cell>
17601 </row>
17602 <row>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607
17608 \backslash
17609 setminus
17610 \end_layout
17611
17612 \end_inset
17613 </cell>
17614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17615 \begin_inset Text
17616
17617 \begin_layout Plain Layout
17618 \begin_inset Formula $\setminus$
17619 \end_inset
17620
17621
17622 \end_layout
17623
17624 \end_inset
17625 </cell>
17626 </row>
17627 <row>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632
17633 \backslash
17634 sqcap
17635 \end_layout
17636
17637 \end_inset
17638 </cell>
17639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17640 \begin_inset Text
17641
17642 \begin_layout Plain Layout
17643 \begin_inset Formula $\sqcap$
17644 \end_inset
17645
17646
17647 \end_layout
17648
17649 \end_inset
17650 </cell>
17651 </row>
17652 <row>
17653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657
17658 \backslash
17659 sqcup
17660 \end_layout
17661
17662 \end_inset
17663 </cell>
17664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17665 \begin_inset Text
17666
17667 \begin_layout Plain Layout
17668 \begin_inset Formula $\sqcup$
17669 \end_inset
17670
17671
17672 \end_layout
17673
17674 \end_inset
17675 </cell>
17676 </row>
17677 <row>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682
17683 \backslash
17684 triangleleft
17685 \end_layout
17686
17687 \end_inset
17688 </cell>
17689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17690 \begin_inset Text
17691
17692 \begin_layout Plain Layout
17693 \begin_inset Formula $\triangleleft$
17694 \end_inset
17695
17696
17697 \end_layout
17698
17699 \end_inset
17700 </cell>
17701 </row>
17702 <row>
17703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707
17708 \backslash
17709 triangleright
17710 \end_layout
17711
17712 \end_inset
17713 </cell>
17714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17715 \begin_inset Text
17716
17717 \begin_layout Plain Layout
17718 \begin_inset Formula $\triangleright$
17719 \end_inset
17720
17721
17722 \end_layout
17723
17724 \end_inset
17725 </cell>
17726 </row>
17727 </lyxtabular>
17728
17729 \end_inset
17730
17731
17732 \begin_inset space \hfill{}
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \begin_layout Standard
17739 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17740  
17741 \begin_inset Graphics
17742         filename ../../images/math/pm.png
17743         scale 85
17744
17745 \end_inset
17746
17747  eingefügt werden.
17748 \end_layout
17749
17750 \begin_layout Standard
17751 Um den Laplace-Operator darzustellen, kann man statt 
17752 \series bold
17753
17754 \backslash
17755 bigtriangleup
17756 \series default
17757  auch 
17758 \series bold
17759
17760 \backslash
17761 Delta
17762 \series default
17763  verwenden oder man benutzt 
17764 \series bold
17765
17766 \backslash
17767 nabla
17768 \series default
17769 ^
17770 \series bold
17771 2
17772 \series default
17773  (
17774 \begin_inset Formula $\nabla^{2}$
17775 \end_inset
17776
17777 ).
17778 \end_layout
17779
17780 \begin_layout Standard
17781 Das Zeichen 
17782 \family sans
17783 Menütrenner
17784 \family default
17785  im Menü 
17786 \family sans
17787 Einfügen\SpecialChar \menuseparator
17788 Sonderzeichen
17789 \family default
17790  ist der Operator 
17791 \series bold
17792
17793 \backslash
17794 triangleright
17795 \series default
17796 .
17797 \end_layout
17798
17799 \begin_layout Subsection
17800 Selbst definierte Operatoren
17801 \begin_inset CommandInset label
17802 LatexCommand label
17803 name "sub:Selbstdefinierte-Operatoren"
17804
17805 \end_inset
17806
17807
17808 \begin_inset Index idx
17809 status collapsed
17810
17811 \begin_layout Plain Layout
17812 Operatoren ! selbstdefinierte
17813 \end_layout
17814
17815 \end_inset
17816
17817
17818 \end_layout
17819
17820 \begin_layout Standard
17821 Mit Hilfe des Befehls 
17822 \series bold
17823
17824 \backslash
17825 DeclareMathOperator
17826 \series default
17827
17828 \begin_inset Index idx
17829 status collapsed
17830
17831 \begin_layout Plain Layout
17832 Befehle ! D ! 
17833 \backslash
17834 dbinom@
17835 \backslash
17836 DeclareMathOperator
17837 \end_layout
17838
17839 \end_inset
17840
17841  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17842  Das Befehlsschema dazu lautet:
17843 \end_layout
17844
17845 \begin_layout Standard
17846
17847 \series bold
17848
17849 \backslash
17850 DeclareMathOperator{neuer Befehl}{Anzeige}
17851 \end_layout
17852
17853 \begin_layout Standard
17854 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17855  im Ausdruck aussieht.
17856  Will man einen großen Operator definieren, setzt man hinter den Befehl
17857  ein 
17858 \series bold
17859 *
17860 \series default
17861 .
17862  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17863  wie in 
17864 \begin_inset CommandInset ref
17865 LatexCommand ref
17866 reference "sub:Operatorgrenzen"
17867
17868 \end_inset
17869
17870  beschrieben.
17871 \end_layout
17872
17873 \begin_layout Standard
17874 Beispielsweise definiert die LaTeX-Vorspannzeile
17875 \end_layout
17876
17877 \begin_layout Standard
17878
17879 \series bold
17880
17881 \backslash
17882 DeclareMathOperator*{
17883 \backslash
17884 Raute}{
17885 \backslash
17886 blacklozenge}
17887 \end_layout
17888
17889 \begin_layout Standard
17890 den Befehl 
17891 \series bold
17892
17893 \backslash
17894 Raute
17895 \series default
17896 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17897  aus 
17898 \begin_inset CommandInset ref
17899 LatexCommand ref
17900 reference "sub:Sonstige-Symbole"
17901
17902 \end_inset
17903
17904  besteht:
17905 \begin_inset Formula 
17906 \[
17907 \Raute_{n=1}^{\infty}
17908 \]
17909
17910 \end_inset
17911
17912 Der Befehl für diese Formel lautet: 
17913 \series bold
17914
17915 \backslash
17916 Raute
17917 \series default
17918 ^
17919 \series bold
17920
17921 \backslash
17922 infty
17923 \begin_inset Formula $\to$
17924 \end_inset
17925
17926 _n=1
17927 \end_layout
17928
17929 \begin_layout Standard
17930 \begin_inset VSpace bigskip
17931 \end_inset
17932
17933 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17934  auch mit den Befehlen 
17935 \series bold
17936
17937 \backslash
17938 mathop
17939 \series default
17940
17941 \begin_inset Index idx
17942 status collapsed
17943
17944 \begin_layout Plain Layout
17945 Befehle ! M ! 
17946 \backslash
17947 mathop
17948 \end_layout
17949
17950 \end_inset
17951
17952  und 
17953 \series bold
17954
17955 \backslash
17956 mathbin
17957 \series default
17958
17959 \begin_inset Index idx
17960 status collapsed
17961
17962 \begin_layout Plain Layout
17963 Befehle ! M ! 
17964 \backslash
17965 mathbin
17966 \end_layout
17967
17968 \end_inset
17969
17970  definieren, die folgendes Schema besitzen:
17971 \end_layout
17972
17973 \begin_layout Standard
17974
17975 \series bold
17976
17977 \backslash
17978 mathop{Anzeige}
17979 \series default
17980  bzw.
17981  
17982 \series bold
17983
17984 \backslash
17985 mathbin{Anzeige}
17986 \end_layout
17987
17988 \begin_layout Standard
17989
17990 \series bold
17991
17992 \backslash
17993 mathop
17994 \series default
17995  definiert große, 
17996 \series bold
17997
17998 \backslash
17999 mathbin
18000 \series default
18001  binäre Operatoren.
18002 \end_layout
18003
18004 \begin_layout Standard
18005
18006 \series bold
18007
18008 \backslash
18009 mathop
18010 \series default
18011  lässt sich z.
18012 \begin_inset space \thinspace{}
18013 \end_inset
18014
18015 B.
18016  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18017 \begin_inset Formula 
18018 \[
18019 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18020 \]
18021
18022 \end_inset
18023
18024
18025 \end_layout
18026
18027 \begin_layout Standard
18028 Der Befehl für obige Formel lautet:
18029 \begin_inset Newline newline
18030 \end_inset
18031
18032  
18033 \series bold
18034
18035 \backslash
18036 mathop{
18037 \backslash
18038 sum
18039 \backslash
18040 negmedspace
18041 \backslash
18042 sum
18043 \series default
18044
18045 \begin_inset ERT
18046 status collapsed
18047
18048 \begin_layout Plain Layout
18049
18050
18051 \backslash
18052 leer 
18053 \end_layout
18054
18055 \end_inset
18056
18057
18058 \series bold
18059
18060 \begin_inset Formula $\to$
18061 \end_inset
18062
18063 ^N
18064 \series default
18065
18066 \begin_inset ERT
18067 status collapsed
18068
18069 \begin_layout Plain Layout
18070
18071
18072 \backslash
18073 leer 
18074 \end_layout
18075
18076 \end_inset
18077
18078
18079 \series bold
18080 _i,j=1
18081 \end_layout
18082
18083 \begin_layout Section
18084 Schriften
18085 \begin_inset Index idx
18086 status collapsed
18087
18088 \begin_layout Plain Layout
18089 Schriften
18090 \end_layout
18091
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \begin_layout Subsection
18098 Schriftstile
18099 \begin_inset CommandInset label
18100 LatexCommand label
18101 name "sub:Schriftstile"
18102
18103 \end_inset
18104
18105
18106 \begin_inset Index idx
18107 status collapsed
18108
18109 \begin_layout Plain Layout
18110 Schriften ! Schriftstile
18111 \end_layout
18112
18113 \end_inset
18114
18115
18116 \end_layout
18117
18118 \begin_layout Standard
18119 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18120  gesetzt werden:
18121 \begin_inset VSpace -2mm
18122 \end_inset
18123
18124
18125 \end_layout
18126
18127 \begin_layout Standard
18128 \align center
18129 \begin_inset Tabular
18130 <lyxtabular version="3" rows="7" columns="3">
18131 <features tabularvalignment="middle">
18132 <column alignment="center" valignment="top" width="0">
18133 <column alignment="center" valignment="top" width="0">
18134 <column alignment="center" valignment="top" width="0">
18135 <row>
18136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140 Befehl
18141 \end_layout
18142
18143 \end_inset
18144 </cell>
18145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18146 \begin_inset Text
18147
18148 \begin_layout Plain Layout
18149 Ergebnis
18150 \end_layout
18151
18152 \end_inset
18153 </cell>
18154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18155 \begin_inset Text
18156
18157 \begin_layout Plain Layout
18158 Tastenkürzel
18159 \end_layout
18160
18161 \end_inset
18162 </cell>
18163 </row>
18164 <row>
18165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18166 \begin_inset Text
18167
18168 \begin_layout Plain Layout
18169
18170 \backslash
18171 mathbb
18172 \series bold
18173
18174 \begin_inset ERT
18175 status collapsed
18176
18177 \begin_layout Plain Layout
18178
18179
18180 \backslash
18181 leer 
18182 \end_layout
18183
18184 \end_inset
18185
18186
18187 \series default
18188 ABC
18189 \end_layout
18190
18191 \end_inset
18192 </cell>
18193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18194 \begin_inset Text
18195
18196 \begin_layout Plain Layout
18197 \begin_inset Formula $\mathbb{ABC}$
18198 \end_inset
18199
18200
18201 \end_layout
18202
18203 \end_inset
18204 </cell>
18205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18206 \begin_inset Text
18207
18208 \begin_layout Plain Layout
18209 Alt+Z K
18210 \end_layout
18211
18212 \end_inset
18213 </cell>
18214 </row>
18215 <row>
18216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18217 \begin_inset Text
18218
18219 \begin_layout Plain Layout
18220
18221 \backslash
18222 mathbf
18223 \series bold
18224
18225 \begin_inset ERT
18226 status collapsed
18227
18228 \begin_layout Plain Layout
18229
18230
18231 \backslash
18232 leer 
18233 \end_layout
18234
18235 \end_inset
18236
18237
18238 \series default
18239 AbC
18240 \end_layout
18241
18242 \end_inset
18243 </cell>
18244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18245 \begin_inset Text
18246
18247 \begin_layout Plain Layout
18248 \begin_inset Formula $\mathbf{AbC}$
18249 \end_inset
18250
18251
18252 \end_layout
18253
18254 \end_inset
18255 </cell>
18256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18257 \begin_inset Text
18258
18259 \begin_layout Plain Layout
18260 Strg+B
18261 \end_layout
18262
18263 \end_inset
18264 </cell>
18265 </row>
18266 <row>
18267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18268 \begin_inset Text
18269
18270 \begin_layout Plain Layout
18271
18272 \backslash
18273 boldsymbol
18274 \series bold
18275
18276 \begin_inset ERT
18277 status collapsed
18278
18279 \begin_layout Plain Layout
18280
18281
18282 \backslash
18283 leer 
18284 \end_layout
18285
18286 \end_inset
18287
18288
18289 \series default
18290 AbC
18291 \end_layout
18292
18293 \end_inset
18294 </cell>
18295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18296 \begin_inset Text
18297
18298 \begin_layout Plain Layout
18299 \begin_inset Formula $\boldsymbol{AbC}$
18300 \end_inset
18301
18302
18303 \end_layout
18304
18305 \end_inset
18306 </cell>
18307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18308 \begin_inset Text
18309
18310 \begin_layout Plain Layout
18311 Alt+Z F oder Strg+Alt+B
18312 \end_layout
18313
18314 \end_inset
18315 </cell>
18316 </row>
18317 <row>
18318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18319 \begin_inset Text
18320
18321 \begin_layout Plain Layout
18322
18323 \backslash
18324 mathcal
18325 \series bold
18326
18327 \begin_inset ERT
18328 status collapsed
18329
18330 \begin_layout Plain Layout
18331
18332
18333 \backslash
18334 leer 
18335 \end_layout
18336
18337 \end_inset
18338
18339
18340 \series default
18341 ABC
18342 \end_layout
18343
18344 \end_inset
18345 </cell>
18346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18347 \begin_inset Text
18348
18349 \begin_layout Plain Layout
18350 \begin_inset Formula $\mathcal{ABC}$
18351 \end_inset
18352
18353
18354 \end_layout
18355
18356 \end_inset
18357 </cell>
18358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18359 \begin_inset Text
18360
18361 \begin_layout Plain Layout
18362 Alt+Z H
18363 \end_layout
18364
18365 \end_inset
18366 </cell>
18367 </row>
18368 <row>
18369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18370 \begin_inset Text
18371
18372 \begin_layout Plain Layout
18373
18374 \backslash
18375 mathfrak
18376 \series bold
18377
18378 \begin_inset ERT
18379 status collapsed
18380
18381 \begin_layout Plain Layout
18382
18383
18384 \backslash
18385 leer 
18386 \end_layout
18387
18388 \end_inset
18389
18390
18391 \series default
18392 AbC
18393 \end_layout
18394
18395 \end_inset
18396 </cell>
18397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18398 \begin_inset Text
18399
18400 \begin_layout Plain Layout
18401 \begin_inset Formula $\mathfrak{AbC}$
18402 \end_inset
18403
18404
18405 \end_layout
18406
18407 \end_inset
18408 </cell>
18409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18410 \begin_inset Text
18411
18412 \begin_layout Plain Layout
18413 -
18414 \end_layout
18415
18416 \end_inset
18417 </cell>
18418 </row>
18419 <row>
18420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18421 \begin_inset Text
18422
18423 \begin_layout Plain Layout
18424
18425 \backslash
18426 mathscr
18427 \series bold
18428
18429 \begin_inset ERT
18430 status collapsed
18431
18432 \begin_layout Plain Layout
18433
18434
18435 \backslash
18436 leer 
18437 \end_layout
18438
18439 \end_inset
18440
18441
18442 \series default
18443 AbC
18444 \end_layout
18445
18446 \end_inset
18447 </cell>
18448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18449 \begin_inset Text
18450
18451 \begin_layout Plain Layout
18452 \begin_inset Formula $\mathscr{AbC}$
18453 \end_inset
18454
18455
18456 \end_layout
18457
18458 \end_inset
18459 </cell>
18460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18461 \begin_inset Text
18462
18463 \begin_layout Plain Layout
18464 -
18465 \end_layout
18466
18467 \end_inset
18468 </cell>
18469 </row>
18470 </lyxtabular>
18471
18472 \end_inset
18473
18474
18475 \end_layout
18476
18477 \begin_layout Standard
18478 \align center
18479 \begin_inset Tabular
18480 <lyxtabular version="3" rows="5" columns="3">
18481 <features tabularvalignment="middle">
18482 <column alignment="center" valignment="top" width="0">
18483 <column alignment="center" valignment="top" width="0">
18484 <column alignment="center" valignment="top" width="0">
18485 <row>
18486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 Befehl
18491 \end_layout
18492
18493 \end_inset
18494 </cell>
18495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18496 \begin_inset Text
18497
18498 \begin_layout Plain Layout
18499 Ergebnis
18500 \end_layout
18501
18502 \end_inset
18503 </cell>
18504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18505 \begin_inset Text
18506
18507 \begin_layout Plain Layout
18508 Tastenkürzel
18509 \end_layout
18510
18511 \end_inset
18512 </cell>
18513 </row>
18514 <row>
18515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18516 \begin_inset Text
18517
18518 \begin_layout Plain Layout
18519
18520 \backslash
18521 mathit
18522 \series bold
18523
18524 \begin_inset ERT
18525 status collapsed
18526
18527 \begin_layout Plain Layout
18528
18529
18530 \backslash
18531 leer 
18532 \end_layout
18533
18534 \end_inset
18535
18536
18537 \series default
18538 AbC
18539 \end_layout
18540
18541 \end_inset
18542 </cell>
18543 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18544 \begin_inset Text
18545
18546 \begin_layout Plain Layout
18547 \begin_inset Formula $\mathit{AbC}$
18548 \end_inset
18549
18550
18551 \end_layout
18552
18553 \end_inset
18554 </cell>
18555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18556 \begin_inset Text
18557
18558 \begin_layout Plain Layout
18559 -
18560 \end_layout
18561
18562 \end_inset
18563 </cell>
18564 </row>
18565 <row>
18566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18567 \begin_inset Text
18568
18569 \begin_layout Plain Layout
18570
18571 \backslash
18572 mathrm
18573 \series bold
18574
18575 \begin_inset ERT
18576 status collapsed
18577
18578 \begin_layout Plain Layout
18579
18580
18581 \backslash
18582 leer 
18583 \end_layout
18584
18585 \end_inset
18586
18587
18588 \series default
18589 AbC
18590 \end_layout
18591
18592 \end_inset
18593 </cell>
18594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18595 \begin_inset Text
18596
18597 \begin_layout Plain Layout
18598 \begin_inset Formula $\mathrm{AbC}$
18599 \end_inset
18600
18601
18602 \end_layout
18603
18604 \end_inset
18605 </cell>
18606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18607 \begin_inset Text
18608
18609 \begin_layout Plain Layout
18610 Alt+Z R
18611 \end_layout
18612
18613 \end_inset
18614 </cell>
18615 </row>
18616 <row>
18617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18618 \begin_inset Text
18619
18620 \begin_layout Plain Layout
18621
18622 \backslash
18623 mathsf
18624 \series bold
18625
18626 \begin_inset ERT
18627 status collapsed
18628
18629 \begin_layout Plain Layout
18630
18631
18632 \backslash
18633 leer 
18634 \end_layout
18635
18636 \end_inset
18637
18638
18639 \series default
18640 AbC
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649 \begin_inset Formula $\mathsf{AbC}$
18650 \end_inset
18651
18652
18653 \end_layout
18654
18655 \end_inset
18656 </cell>
18657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18658 \begin_inset Text
18659
18660 \begin_layout Plain Layout
18661 Alt+Z S
18662 \end_layout
18663
18664 \end_inset
18665 </cell>
18666 </row>
18667 <row>
18668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18669 \begin_inset Text
18670
18671 \begin_layout Plain Layout
18672
18673 \backslash
18674 mathtt
18675 \series bold
18676
18677 \begin_inset ERT
18678 status collapsed
18679
18680 \begin_layout Plain Layout
18681
18682
18683 \backslash
18684 leer 
18685 \end_layout
18686
18687 \end_inset
18688
18689
18690 \series default
18691 AbC
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18697 \begin_inset Text
18698
18699 \begin_layout Plain Layout
18700 \begin_inset Formula $\mathtt{AbC}$
18701 \end_inset
18702
18703
18704 \end_layout
18705
18706 \end_inset
18707 </cell>
18708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18709 \begin_inset Text
18710
18711 \begin_layout Plain Layout
18712 Alt+Z C
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 </row>
18718 </lyxtabular>
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \begin_layout Standard
18726 \begin_inset Note Greyedout
18727 status open
18728
18729 \begin_layout Plain Layout
18730
18731 \series bold
18732 Achtung:
18733 \series default
18734  Die Stile 
18735 \series bold
18736
18737 \backslash
18738 mathbb
18739 \series default
18740  und 
18741 \series bold
18742
18743 \backslash
18744 mathcal
18745 \series default
18746  können nur für Großbuchstaben verwendet werden.
18747 \end_layout
18748
18749 \end_inset
18750
18751
18752 \end_layout
18753
18754 \begin_layout Standard
18755 Voreingestellt ist der Stil 
18756 \series bold
18757
18758 \backslash
18759 mathnormal
18760 \series default
18761 .
18762 \end_layout
18763
18764 \begin_layout Standard
18765 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18766 \begin_inset Formula 
18767 \[
18768 \mathfrak{A=\frac{b}{C}}
18769 \]
18770
18771 \end_inset
18772
18773
18774 \end_layout
18775
18776 \begin_layout Standard
18777 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18778 ile, sondern in dem Textschriftstil 
18779 \series bold
18780
18781 \backslash
18782 textrm
18783 \series default
18784 .
18785  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18786  ein Fehler in LyX.
18787 \begin_inset Foot
18788 status collapsed
18789
18790 \begin_layout Plain Layout
18791 \begin_inset CommandInset href
18792 LatexCommand href
18793 name "LyX-Fehler #4629"
18794 target "http://www.lyx.org/trac/ticket/4629"
18795
18796 \end_inset
18797
18798
18799 \end_layout
18800
18801 \end_inset
18802
18803
18804 \end_layout
18805
18806 \begin_layout Standard
18807 Anstelle der Stilbefehle kann man auch den Dialog 
18808 \family sans
18809 Bearbeiten\SpecialChar \menuseparator
18810 Mathe\SpecialChar \menuseparator
18811 Text-Stil
18812 \family default
18813  oder den Mathe-Werkzeugleistenknopf 
18814 \begin_inset Graphics
18815         filename ../../images/math/font.png
18816         scale 85
18817
18818 \end_inset
18819
18820  verwenden.
18821 \end_layout
18822
18823 \begin_layout Subsection
18824 Fett gedruckte Formeln
18825 \begin_inset CommandInset label
18826 LatexCommand label
18827 name "sub:Fett-gedruckte-Formeln"
18828
18829 \end_inset
18830
18831
18832 \begin_inset Index idx
18833 status collapsed
18834
18835 \begin_layout Plain Layout
18836 Formel ! fett gedruckte
18837 \end_layout
18838
18839 \end_inset
18840
18841
18842 \end_layout
18843
18844 \begin_layout Standard
18845 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18846  Kapitel angegebenen Befehl 
18847 \series bold
18848
18849 \backslash
18850 mathbf
18851 \series default
18852  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18853  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18854  Formel gut erkennt:
18855 \end_layout
18856
18857 \begin_layout Standard
18858 \begin_inset Formula 
18859 \[
18860 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18861 \]
18862
18863 \end_inset
18864
18865
18866 \end_layout
18867
18868 \begin_layout Standard
18869 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18870 \series bold
18871
18872 \backslash
18873 boldsymbol
18874 \series default
18875 :
18876 \begin_inset Formula 
18877 \[
18878 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18879 \]
18880
18881 \end_inset
18882
18883 Es gibt auch die Möglichkeit die Formel in eine 
18884 \series bold
18885 boldmath-Umgebung
18886 \series default
18887  zu setzen.
18888  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18889 \series bold
18890
18891 \backslash
18892 boldmath
18893 \series default
18894
18895 \begin_inset Index idx
18896 status collapsed
18897
18898 \begin_layout Plain Layout
18899 Befehle ! B ! 
18900 \backslash
18901 boldmath
18902 \end_layout
18903
18904 \end_inset
18905
18906  eingibt.
18907  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18908 \series bold
18909
18910 \backslash
18911 unboldmath
18912 \series default
18913
18914 \begin_inset Index idx
18915 status collapsed
18916
18917 \begin_layout Plain Layout
18918 Befehle ! U ! 
18919 \backslash
18920 unboldmath
18921 \end_layout
18922
18923 \end_inset
18924
18925  ein.
18926 \begin_inset ERT
18927 status collapsed
18928
18929 \begin_layout Plain Layout
18930
18931
18932 \backslash
18933 boldmath 
18934 \end_layout
18935
18936 \end_inset
18937
18938
18939 \begin_inset Formula 
18940 \[
18941 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18942 \]
18943
18944 \end_inset
18945
18946
18947 \begin_inset ERT
18948 status collapsed
18949
18950 \begin_layout Plain Layout
18951
18952
18953 \backslash
18954 unboldmath 
18955 \end_layout
18956
18957 \end_inset
18958
18959
18960 \end_layout
18961
18962 \begin_layout Subsection
18963 Farbige Formeln
18964 \begin_inset Index idx
18965 status collapsed
18966
18967 \begin_layout Plain Layout
18968 Formel ! farbige
18969 \end_layout
18970
18971 \end_inset
18972
18973
18974 \end_layout
18975
18976 \begin_layout Standard
18977 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18978  oder Formelteile und verwenden dann den 
18979 \family sans
18980 Textstil
18981 \family default
18982  Dialog.
18983  Hier ist eine Formel in Magenta:
18984 \begin_inset Formula 
18985 \[
18986 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18987 \]
18988
18989 \end_inset
18990
18991
18992 \end_layout
18993
18994 \begin_layout Standard
18995 Man kann auch eigene Farben definieren, wie in 
18996 \begin_inset CommandInset ref
18997 LatexCommand ref
18998 reference "sub:Farbige-Boxen"
18999
19000 \end_inset
19001
19002  erklärt ist.
19003  Diese können dann mit dem TeX-Code Befehl 
19004 \series bold
19005
19006 \backslash
19007 textcolor
19008 \series default
19009
19010 \begin_inset Index idx
19011 status collapsed
19012
19013 \begin_layout Plain Layout
19014 Befehle! T ! 
19015 \backslash
19016 textcolor
19017 \end_layout
19018
19019 \end_inset
19020
19021  verwendet werden, dass folgendes Schema besitzt:
19022 \end_layout
19023
19024 \begin_layout Standard
19025
19026 \series bold
19027
19028 \backslash
19029 textcolor{Farbe}{Zeichen oder Formel}
19030 \end_layout
19031
19032 \begin_layout Standard
19033 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19034 \end_layout
19035
19036 \begin_layout Standard
19037 \begin_inset ERT
19038 status collapsed
19039
19040 \begin_layout Plain Layout
19041
19042
19043 \backslash
19044 textcolor{dunkelgruen}{
19045 \end_layout
19046
19047 \end_inset
19048
19049
19050 \begin_inset Formula 
19051 \[
19052 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19053 \]
19054
19055 \end_inset
19056
19057
19058 \begin_inset ERT
19059 status collapsed
19060
19061 \begin_layout Plain Layout
19062
19063 }
19064 \end_layout
19065
19066 \end_inset
19067
19068
19069 \end_layout
19070
19071 \begin_layout Standard
19072 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
19073 n Farben gefärbt werden.
19074 \begin_inset Foot
19075 status collapsed
19076
19077 \begin_layout Plain Layout
19078 \begin_inset CommandInset href
19079 LatexCommand href
19080 name "LyX-bug #5269"
19081 target "http://www.lyx.org/trac/ticket/5269"
19082
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089
19090
19091 \end_layout
19092
19093 \begin_layout Subsection
19094 Schriftgrößen
19095 \begin_inset CommandInset label
19096 LatexCommand label
19097 name "sub:Schriftgrößen"
19098
19099 \end_inset
19100
19101
19102 \begin_inset Index idx
19103 status collapsed
19104
19105 \begin_layout Plain Layout
19106 Schriften ! Schriftgrößen
19107 \end_layout
19108
19109 \end_inset
19110
19111
19112 \end_layout
19113
19114 \begin_layout Standard
19115 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19116 le:
19117 \end_layout
19118
19119 \begin_layout Standard
19120
19121 \series bold
19122
19123 \backslash
19124 Huge
19125 \series default
19126
19127 \series bold
19128
19129 \backslash
19130 huge
19131 \series default
19132
19133 \series bold
19134
19135 \backslash
19136 LARGE
19137 \series default
19138
19139 \series bold
19140
19141 \backslash
19142 Large
19143 \series default
19144
19145 \series bold
19146
19147 \backslash
19148 large
19149 \series default
19150
19151 \series bold
19152
19153 \backslash
19154 normalsize
19155 \series default
19156
19157 \series bold
19158
19159 \backslash
19160 small
19161 \series default
19162
19163 \series bold
19164
19165 \backslash
19166 footnotesize
19167 \series default
19168 ,
19169 \begin_inset Newline linebreak
19170 \end_inset
19171
19172
19173 \series bold
19174
19175 \backslash
19176 scriptsize
19177 \series default
19178  und 
19179 \series bold
19180
19181 \backslash
19182 tiny
19183 \end_layout
19184
19185 \begin_layout Standard
19186 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19187  ab, die dem Befehl 
19188 \series bold
19189
19190 \backslash
19191 normalsize
19192 \series default
19193  entspricht.
19194  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19195 \series bold
19196
19197 \backslash
19198 normalsize
19199 \series default
19200 .
19201  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19202  Beträgt z.
19203 \begin_inset space \thinspace{}
19204 \end_inset
19205
19206 B.
19207  die Dokumentschriftgröße 12
19208 \begin_inset space \thinspace{}
19209 \end_inset
19210
19211 pt, produziert der Befehl 
19212 \series bold
19213
19214 \backslash
19215 Huge
19216 \series default
19217  dasselbe wie 
19218 \series bold
19219
19220 \backslash
19221 huge
19222 \series default
19223 .
19224  
19225 \end_layout
19226
19227 \begin_layout Standard
19228 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19229  Größe aller nachfolgenden Formel- und Textzeichen fest.
19230  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19231  TeX-Modus den Befehl 
19232 \series bold
19233
19234 \backslash
19235 normalsize
19236 \series default
19237  ein.
19238 \end_layout
19239
19240 \begin_layout Standard
19241 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19242  werden:
19243 \end_layout
19244
19245 \begin_layout Standard
19246 \noindent
19247 \align center
19248 \begin_inset Tabular
19249 <lyxtabular version="3" rows="5" columns="2">
19250 <features tabularvalignment="middle">
19251 <column alignment="center" valignment="top" width="0">
19252 <column alignment="center" valignment="top" width="0">
19253 <row>
19254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19255 \begin_inset Text
19256
19257 \begin_layout Plain Layout
19258 Befehl
19259 \end_layout
19260
19261 \end_inset
19262 </cell>
19263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19264 \begin_inset Text
19265
19266 \begin_layout Plain Layout
19267 Ergebnis
19268 \begin_inset Note Note
19269 status collapsed
19270
19271 \begin_layout Plain Layout
19272
19273 \series bold
19274
19275 \backslash
19276 raisebox
19277 \series default
19278  dient nur als Abstandhalter.
19279 \end_layout
19280
19281 \end_inset
19282
19283
19284 \end_layout
19285
19286 \end_inset
19287 </cell>
19288 </row>
19289 <row>
19290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19291 \begin_inset Text
19292
19293 \begin_layout Plain Layout
19294
19295 \backslash
19296 displaystyle
19297 \begin_inset Index idx
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301 Befehle ! D ! 
19302 \backslash
19303 displaystyle
19304 \end_layout
19305
19306 \end_inset
19307
19308
19309 \end_layout
19310
19311 \end_inset
19312 </cell>
19313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19314 \begin_inset Text
19315
19316 \begin_layout Plain Layout
19317 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19318 \end_inset
19319
19320
19321 \end_layout
19322
19323 \end_inset
19324 </cell>
19325 </row>
19326 <row>
19327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19328 \begin_inset Text
19329
19330 \begin_layout Plain Layout
19331
19332 \backslash
19333 textstyle
19334 \end_layout
19335
19336 \end_inset
19337 </cell>
19338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19339 \begin_inset Text
19340
19341 \begin_layout Plain Layout
19342 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \end_inset
19349 </cell>
19350 </row>
19351 <row>
19352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19353 \begin_inset Text
19354
19355 \begin_layout Plain Layout
19356
19357 \backslash
19358 scriptstyle
19359 \end_layout
19360
19361 \end_inset
19362 </cell>
19363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19364 \begin_inset Text
19365
19366 \begin_layout Plain Layout
19367 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19368 \end_inset
19369
19370
19371 \end_layout
19372
19373 \end_inset
19374 </cell>
19375 </row>
19376 <row>
19377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19378 \begin_inset Text
19379
19380 \begin_layout Plain Layout
19381
19382 \backslash
19383 scriptscriptstyle
19384 \end_layout
19385
19386 \end_inset
19387 </cell>
19388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19389 \begin_inset Text
19390
19391 \begin_layout Plain Layout
19392 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 </lyxtabular>
19402
19403 \end_inset
19404
19405
19406 \end_layout
19407
19408 \begin_layout Standard
19409 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19410  in das die Formelteile eingegeben werden.
19411 \end_layout
19412
19413 \begin_layout Standard
19414 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19415  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19416  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19417  eingegeben.
19418  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19419  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19420  Dazu zwei Beispiele:
19421 \begin_inset VSpace -2mm
19422 \end_inset
19423
19424
19425 \end_layout
19426
19427 \begin_layout Standard
19428 \begin_inset ERT
19429 status collapsed
19430
19431 \begin_layout Plain Layout
19432
19433
19434 \backslash
19435 huge 
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \begin_inset Formula 
19442 \[
19443 A=\frac{B}{c}\cdot\maltese
19444 \]
19445
19446 \end_inset
19447
19448
19449 \begin_inset Formula 
19450 \[
19451 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19452 \]
19453
19454 \end_inset
19455
19456
19457 \begin_inset ERT
19458 status collapsed
19459
19460 \begin_layout Plain Layout
19461
19462
19463 \backslash
19464 normalsize 
19465 \end_layout
19466
19467 \end_inset
19468
19469
19470 \end_layout
19471
19472 \begin_layout Standard
19473 \begin_inset VSpace medskip
19474 \end_inset
19475
19476 Vor beiden Formeln wurde der Befehl 
19477 \series bold
19478
19479 \backslash
19480 huge
19481 \series default
19482  eingegeben.
19483  Der Befehl für die zweite Formel lautet:
19484 \begin_inset Newline newline
19485 \end_inset
19486
19487
19488 \series bold
19489
19490 \backslash
19491 maltese
19492 \begin_inset ERT
19493 status collapsed
19494
19495 \begin_layout Plain Layout
19496
19497
19498 \backslash
19499 leer 
19500 \end_layout
19501
19502 \end_inset
19503
19504 A M-m m 
19505 \backslash
19506 Large
19507 \begin_inset ERT
19508 status collapsed
19509
19510 \begin_layout Plain Layout
19511
19512
19513 \backslash
19514 leer 
19515 \end_layout
19516
19517 \end_inset
19518
19519
19520 \backslash
19521 maltese
19522 \begin_inset ERT
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526
19527
19528 \backslash
19529 leer 
19530 \end_layout
19531
19532 \end_inset
19533
19534
19535 \backslash
19536 textit
19537 \begin_inset ERT
19538 status collapsed
19539
19540 \begin_layout Plain Layout
19541
19542
19543 \backslash
19544 leer 
19545 \end_layout
19546
19547 \end_inset
19548
19549 A
19550 \begin_inset Formula $\to$
19551 \end_inset
19552
19553
19554 \begin_inset Formula $\to$
19555 \end_inset
19556
19557
19558 \begin_inset Newline newline
19559 \end_inset
19560
19561
19562 \begin_inset space \hspace*{}
19563 \length 1cm
19564 \end_inset
19565
19566 M-m
19567 \series default
19568  
19569 \series bold
19570
19571 \backslash
19572 tiny
19573 \begin_inset ERT
19574 status collapsed
19575
19576 \begin_layout Plain Layout
19577
19578
19579 \backslash
19580 leer 
19581 \end_layout
19582
19583 \end_inset
19584
19585
19586 \backslash
19587 maltese
19588 \begin_inset ERT
19589 status collapsed
19590
19591 \begin_layout Plain Layout
19592
19593
19594 \backslash
19595 leer 
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \backslash
19602 textit
19603 \begin_inset ERT
19604 status collapsed
19605
19606 \begin_layout Plain Layout
19607
19608
19609 \backslash
19610 leer 
19611 \end_layout
19612
19613 \end_inset
19614
19615 A
19616 \end_layout
19617
19618 \begin_layout Standard
19619 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19620  immer in der Standardgröße dargestellt.
19621 \end_layout
19622
19623 \begin_layout Section
19624 Griechische Buchstaben
19625 \begin_inset Index idx
19626 status collapsed
19627
19628 \begin_layout Plain Layout
19629 griechische Buchstaben
19630 \end_layout
19631
19632 \end_inset
19633
19634
19635 \end_layout
19636
19637 \begin_layout Standard
19638 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19639  
19640 \begin_inset Graphics
19641         filename ../../images/math/alpha.png
19642         scale 85
19643
19644 \end_inset
19645
19646  eingefügt werden.
19647  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19648  in Formeln aufrecht gesetzt werden.
19649  In einigen Sprachen, wie z.
19650 \begin_inset space \thinspace{}
19651 \end_inset
19652
19653 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19654 \end_layout
19655
19656 \begin_layout Subsection
19657 Kleine Buchstaben
19658 \begin_inset Index idx
19659 status collapsed
19660
19661 \begin_layout Plain Layout
19662 griechische Buchstaben ! kleine
19663 \end_layout
19664
19665 \end_inset
19666
19667
19668 \end_layout
19669
19670 \begin_layout Standard
19671 \begin_inset space \hfill{}
19672 \end_inset
19673
19674
19675 \begin_inset Tabular
19676 <lyxtabular version="3" rows="11" columns="2">
19677 <features tabularvalignment="middle">
19678 <column alignment="center" valignment="top" width="0pt">
19679 <column alignment="center" valignment="top" width="0pt">
19680 <row>
19681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19682 \begin_inset Text
19683
19684 \begin_layout Plain Layout
19685 Befehl
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 Ergebnis
19695 \end_layout
19696
19697 \end_inset
19698 </cell>
19699 </row>
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705
19706 \backslash
19707 alpha
19708 \end_layout
19709
19710 \end_inset
19711 </cell>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716 \begin_inset Formula $\alpha$
19717 \end_inset
19718
19719
19720 \end_layout
19721
19722 \end_inset
19723 </cell>
19724 </row>
19725 <row>
19726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19727 \begin_inset Text
19728
19729 \begin_layout Plain Layout
19730
19731 \backslash
19732 beta
19733 \end_layout
19734
19735 \end_inset
19736 </cell>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741 \begin_inset Formula $\beta$
19742 \end_inset
19743
19744
19745 \end_layout
19746
19747 \end_inset
19748 </cell>
19749 </row>
19750 <row>
19751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19752 \begin_inset Text
19753
19754 \begin_layout Plain Layout
19755
19756 \backslash
19757 gamma
19758 \end_layout
19759
19760 \end_inset
19761 </cell>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766 \begin_inset Formula $\gamma$
19767 \end_inset
19768
19769
19770 \end_layout
19771
19772 \end_inset
19773 </cell>
19774 </row>
19775 <row>
19776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19777 \begin_inset Text
19778
19779 \begin_layout Plain Layout
19780
19781 \backslash
19782 delta
19783 \end_layout
19784
19785 \end_inset
19786 </cell>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791 \begin_inset Formula $\delta$
19792 \end_inset
19793
19794
19795 \end_layout
19796
19797 \end_inset
19798 </cell>
19799 </row>
19800 <row>
19801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19802 \begin_inset Text
19803
19804 \begin_layout Plain Layout
19805
19806 \backslash
19807 epsilon
19808 \end_layout
19809
19810 \end_inset
19811 </cell>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816 \begin_inset Formula $\epsilon$
19817 \end_inset
19818
19819
19820 \end_layout
19821
19822 \end_inset
19823 </cell>
19824 </row>
19825 <row>
19826 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19827 \begin_inset Text
19828
19829 \begin_layout Plain Layout
19830
19831 \backslash
19832 varepsilon
19833 \end_layout
19834
19835 \end_inset
19836 </cell>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 \begin_inset Formula $\varepsilon$
19842 \end_inset
19843
19844
19845 \end_layout
19846
19847 \end_inset
19848 </cell>
19849 </row>
19850 <row>
19851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19852 \begin_inset Text
19853
19854 \begin_layout Plain Layout
19855
19856 \backslash
19857 zeta
19858 \end_layout
19859
19860 \end_inset
19861 </cell>
19862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19863 \begin_inset Text
19864
19865 \begin_layout Plain Layout
19866 \begin_inset Formula $\zeta$
19867 \end_inset
19868
19869
19870 \end_layout
19871
19872 \end_inset
19873 </cell>
19874 </row>
19875 <row>
19876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19877 \begin_inset Text
19878
19879 \begin_layout Plain Layout
19880
19881 \backslash
19882 eta
19883 \end_layout
19884
19885 \end_inset
19886 </cell>
19887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19888 \begin_inset Text
19889
19890 \begin_layout Plain Layout
19891 \begin_inset Formula $\eta$
19892 \end_inset
19893
19894
19895 \end_layout
19896
19897 \end_inset
19898 </cell>
19899 </row>
19900 <row>
19901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19902 \begin_inset Text
19903
19904 \begin_layout Plain Layout
19905
19906 \backslash
19907 theta
19908 \end_layout
19909
19910 \end_inset
19911 </cell>
19912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19913 \begin_inset Text
19914
19915 \begin_layout Plain Layout
19916 \begin_inset Formula $\theta$
19917 \end_inset
19918
19919
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 </row>
19925 <row>
19926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19927 \begin_inset Text
19928
19929 \begin_layout Plain Layout
19930
19931 \backslash
19932 vartheta
19933 \end_layout
19934
19935 \end_inset
19936 </cell>
19937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19938 \begin_inset Text
19939
19940 \begin_layout Plain Layout
19941 \begin_inset Formula $\vartheta$
19942 \end_inset
19943
19944
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 </row>
19950 </lyxtabular>
19951
19952 \end_inset
19953
19954
19955 \begin_inset space \hfill{}
19956 \end_inset
19957
19958
19959 \begin_inset Tabular
19960 <lyxtabular version="3" rows="12" columns="2">
19961 <features tabularvalignment="middle">
19962 <column alignment="center" valignment="top" width="0pt">
19963 <column alignment="center" valignment="top" width="0pt">
19964 <row>
19965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969 Befehl
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 Ergebnis
19979 \end_layout
19980
19981 \end_inset
19982 </cell>
19983 </row>
19984 <row>
19985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19986 \begin_inset Text
19987
19988 \begin_layout Plain Layout
19989
19990 \backslash
19991 iota
19992 \end_layout
19993
19994 \end_inset
19995 </cell>
19996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19997 \begin_inset Text
19998
19999 \begin_layout Plain Layout
20000 \begin_inset Formula $\iota$
20001 \end_inset
20002
20003
20004 \end_layout
20005
20006 \end_inset
20007 </cell>
20008 </row>
20009 <row>
20010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20011 \begin_inset Text
20012
20013 \begin_layout Plain Layout
20014
20015 \backslash
20016 kappa
20017 \end_layout
20018
20019 \end_inset
20020 </cell>
20021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20022 \begin_inset Text
20023
20024 \begin_layout Plain Layout
20025 \begin_inset Formula $\kappa$
20026 \end_inset
20027
20028
20029 \end_layout
20030
20031 \end_inset
20032 </cell>
20033 </row>
20034 <row>
20035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20036 \begin_inset Text
20037
20038 \begin_layout Plain Layout
20039
20040 \backslash
20041 varkappa
20042 \end_layout
20043
20044 \end_inset
20045 </cell>
20046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20047 \begin_inset Text
20048
20049 \begin_layout Plain Layout
20050 \begin_inset Formula $\varkappa$
20051 \end_inset
20052
20053
20054 \end_layout
20055
20056 \end_inset
20057 </cell>
20058 </row>
20059 <row>
20060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20061 \begin_inset Text
20062
20063 \begin_layout Plain Layout
20064
20065 \backslash
20066 lambda
20067 \end_layout
20068
20069 \end_inset
20070 </cell>
20071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20072 \begin_inset Text
20073
20074 \begin_layout Plain Layout
20075 \begin_inset Formula $\lambda$
20076 \end_inset
20077
20078
20079 \end_layout
20080
20081 \end_inset
20082 </cell>
20083 </row>
20084 <row>
20085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20086 \begin_inset Text
20087
20088 \begin_layout Plain Layout
20089
20090 \backslash
20091 mu
20092 \end_layout
20093
20094 \end_inset
20095 </cell>
20096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20097 \begin_inset Text
20098
20099 \begin_layout Plain Layout
20100 \begin_inset Formula $\mu$
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \end_inset
20107 </cell>
20108 </row>
20109 <row>
20110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20111 \begin_inset Text
20112
20113 \begin_layout Plain Layout
20114
20115 \backslash
20116 nu
20117 \end_layout
20118
20119 \end_inset
20120 </cell>
20121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20122 \begin_inset Text
20123
20124 \begin_layout Plain Layout
20125 \begin_inset Formula $\nu$
20126 \end_inset
20127
20128
20129 \end_layout
20130
20131 \end_inset
20132 </cell>
20133 </row>
20134 <row>
20135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20136 \begin_inset Text
20137
20138 \begin_layout Plain Layout
20139
20140 \backslash
20141 xi
20142 \end_layout
20143
20144 \end_inset
20145 </cell>
20146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20147 \begin_inset Text
20148
20149 \begin_layout Plain Layout
20150 \begin_inset Formula $\xi$
20151 \end_inset
20152
20153
20154 \end_layout
20155
20156 \end_inset
20157 </cell>
20158 </row>
20159 <row>
20160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20161 \begin_inset Text
20162
20163 \begin_layout Plain Layout
20164 o
20165 \end_layout
20166
20167 \end_inset
20168 </cell>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173 \begin_inset Formula $o$
20174 \end_inset
20175
20176
20177 \end_layout
20178
20179 \end_inset
20180 </cell>
20181 </row>
20182 <row>
20183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20184 \begin_inset Text
20185
20186 \begin_layout Plain Layout
20187
20188 \backslash
20189 pi
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 \begin_inset Formula $\pi$
20199 \end_inset
20200
20201
20202 \end_layout
20203
20204 \end_inset
20205 </cell>
20206 </row>
20207 <row>
20208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20209 \begin_inset Text
20210
20211 \begin_layout Plain Layout
20212
20213 \backslash
20214 varpi
20215 \end_layout
20216
20217 \end_inset
20218 </cell>
20219 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20220 \begin_inset Text
20221
20222 \begin_layout Plain Layout
20223 \begin_inset Formula $\varpi$
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 </row>
20232 <row>
20233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20234 \begin_inset Text
20235
20236 \begin_layout Plain Layout
20237
20238 \backslash
20239 rho
20240 \end_layout
20241
20242 \end_inset
20243 </cell>
20244 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20245 \begin_inset Text
20246
20247 \begin_layout Plain Layout
20248 \begin_inset Formula $\rho$
20249 \end_inset
20250
20251
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 </row>
20257 </lyxtabular>
20258
20259 \end_inset
20260
20261
20262 \begin_inset space \hfill{}
20263 \end_inset
20264
20265
20266 \begin_inset Tabular
20267 <lyxtabular version="3" rows="11" columns="2">
20268 <features tabularvalignment="middle">
20269 <column alignment="center" valignment="top" width="0pt">
20270 <column alignment="center" valignment="top" width="0pt">
20271 <row>
20272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20273 \begin_inset Text
20274
20275 \begin_layout Plain Layout
20276 Befehl
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 Ergebnis
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 </row>
20291 <row>
20292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20293 \begin_inset Text
20294
20295 \begin_layout Plain Layout
20296
20297 \backslash
20298 varrho
20299 \end_layout
20300
20301 \end_inset
20302 </cell>
20303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20304 \begin_inset Text
20305
20306 \begin_layout Plain Layout
20307 \begin_inset Formula $\varrho$
20308 \end_inset
20309
20310
20311 \end_layout
20312
20313 \end_inset
20314 </cell>
20315 </row>
20316 <row>
20317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20318 \begin_inset Text
20319
20320 \begin_layout Plain Layout
20321
20322 \backslash
20323 sigma
20324 \end_layout
20325
20326 \end_inset
20327 </cell>
20328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20329 \begin_inset Text
20330
20331 \begin_layout Plain Layout
20332 \begin_inset Formula $\sigma$
20333 \end_inset
20334
20335
20336 \end_layout
20337
20338 \end_inset
20339 </cell>
20340 </row>
20341 <row>
20342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20343 \begin_inset Text
20344
20345 \begin_layout Plain Layout
20346
20347 \backslash
20348 varsigma
20349 \end_layout
20350
20351 \end_inset
20352 </cell>
20353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20354 \begin_inset Text
20355
20356 \begin_layout Plain Layout
20357 \begin_inset Formula $\varsigma$
20358 \end_inset
20359
20360
20361 \end_layout
20362
20363 \end_inset
20364 </cell>
20365 </row>
20366 <row>
20367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20368 \begin_inset Text
20369
20370 \begin_layout Plain Layout
20371
20372 \backslash
20373 tau
20374 \end_layout
20375
20376 \end_inset
20377 </cell>
20378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20379 \begin_inset Text
20380
20381 \begin_layout Plain Layout
20382 \begin_inset Formula $\tau$
20383 \end_inset
20384
20385
20386 \end_layout
20387
20388 \end_inset
20389 </cell>
20390 </row>
20391 <row>
20392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20393 \begin_inset Text
20394
20395 \begin_layout Plain Layout
20396
20397 \backslash
20398 upsilon
20399 \end_layout
20400
20401 \end_inset
20402 </cell>
20403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20404 \begin_inset Text
20405
20406 \begin_layout Plain Layout
20407 \begin_inset Formula $\upsilon$
20408 \end_inset
20409
20410
20411 \end_layout
20412
20413 \end_inset
20414 </cell>
20415 </row>
20416 <row>
20417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20418 \begin_inset Text
20419
20420 \begin_layout Plain Layout
20421
20422 \backslash
20423 phi
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20429 \begin_inset Text
20430
20431 \begin_layout Plain Layout
20432 \begin_inset Formula $\phi$
20433 \end_inset
20434
20435
20436 \end_layout
20437
20438 \end_inset
20439 </cell>
20440 </row>
20441 <row>
20442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20443 \begin_inset Text
20444
20445 \begin_layout Plain Layout
20446
20447 \backslash
20448 varphi
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20454 \begin_inset Text
20455
20456 \begin_layout Plain Layout
20457 \begin_inset Formula $\varphi$
20458 \end_inset
20459
20460
20461 \end_layout
20462
20463 \end_inset
20464 </cell>
20465 </row>
20466 <row>
20467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20468 \begin_inset Text
20469
20470 \begin_layout Plain Layout
20471
20472 \backslash
20473 chi
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20479 \begin_inset Text
20480
20481 \begin_layout Plain Layout
20482 \begin_inset Formula $\chi$
20483 \end_inset
20484
20485
20486 \end_layout
20487
20488 \end_inset
20489 </cell>
20490 </row>
20491 <row>
20492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20493 \begin_inset Text
20494
20495 \begin_layout Plain Layout
20496
20497 \backslash
20498 psi
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20504 \begin_inset Text
20505
20506 \begin_layout Plain Layout
20507 \begin_inset Formula $\psi$
20508 \end_inset
20509
20510
20511 \end_layout
20512
20513 \end_inset
20514 </cell>
20515 </row>
20516 <row>
20517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521
20522 \backslash
20523 omega
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20529 \begin_inset Text
20530
20531 \begin_layout Plain Layout
20532 \begin_inset Formula $\omega$
20533 \end_inset
20534
20535
20536 \end_layout
20537
20538 \end_inset
20539 </cell>
20540 </row>
20541 </lyxtabular>
20542
20543 \end_inset
20544
20545
20546 \begin_inset space \hfill{}
20547 \end_inset
20548
20549
20550 \end_layout
20551
20552 \begin_layout Standard
20553 \begin_inset VSpace medskip
20554 \end_inset
20555
20556 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20557 \begin_inset CommandInset ref
20558 LatexCommand ref
20559 reference "sub:Aufrechte-kleine-griechische"
20560
20561 \end_inset
20562
20563  beschrieben.
20564 \end_layout
20565
20566 \begin_layout Subsection
20567 Große Buchstaben
20568 \begin_inset Index idx
20569 status collapsed
20570
20571 \begin_layout Plain Layout
20572 griechische Buchstaben ! große
20573 \end_layout
20574
20575 \end_inset
20576
20577
20578 \end_layout
20579
20580 \begin_layout Standard
20581 \begin_inset space \hfill{}
20582 \end_inset
20583
20584
20585 \begin_inset Tabular
20586 <lyxtabular version="3" rows="7" columns="2">
20587 <features tabularvalignment="middle">
20588 <column alignment="center" valignment="top" width="0pt">
20589 <column alignment="center" valignment="top" width="0pt">
20590 <row>
20591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 Befehl
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 Ergebnis
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 <row>
20611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20612 \begin_inset Text
20613
20614 \begin_layout Plain Layout
20615
20616 \backslash
20617 Gamma
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20623 \begin_inset Text
20624
20625 \begin_layout Plain Layout
20626 \begin_inset Formula $\Gamma$
20627 \end_inset
20628
20629
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 </row>
20635 <row>
20636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20637 \begin_inset Text
20638
20639 \begin_layout Plain Layout
20640
20641 \backslash
20642 Delta
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20648 \begin_inset Text
20649
20650 \begin_layout Plain Layout
20651 \begin_inset Formula $\Delta$
20652 \end_inset
20653
20654
20655 \end_layout
20656
20657 \end_inset
20658 </cell>
20659 </row>
20660 <row>
20661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20662 \begin_inset Text
20663
20664 \begin_layout Plain Layout
20665
20666 \backslash
20667 Theta
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20673 \begin_inset Text
20674
20675 \begin_layout Plain Layout
20676 \begin_inset Formula $\Theta$
20677 \end_inset
20678
20679
20680 \end_layout
20681
20682 \end_inset
20683 </cell>
20684 </row>
20685 <row>
20686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20687 \begin_inset Text
20688
20689 \begin_layout Plain Layout
20690
20691 \backslash
20692 Lambda
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20698 \begin_inset Text
20699
20700 \begin_layout Plain Layout
20701 \begin_inset Formula $\Lambda$
20702 \end_inset
20703
20704
20705 \end_layout
20706
20707 \end_inset
20708 </cell>
20709 </row>
20710 <row>
20711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20712 \begin_inset Text
20713
20714 \begin_layout Plain Layout
20715
20716 \backslash
20717 Xi
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 \begin_inset Formula $\Xi$
20727 \end_inset
20728
20729
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 </row>
20735 <row>
20736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20737 \begin_inset Text
20738
20739 \begin_layout Plain Layout
20740
20741 \backslash
20742 Pi
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\Pi$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 </lyxtabular>
20761
20762 \end_inset
20763
20764
20765 \begin_inset space \hfill{}
20766 \end_inset
20767
20768
20769 \begin_inset Tabular
20770 <lyxtabular version="3" rows="6" columns="2">
20771 <features tabularvalignment="middle">
20772 <column alignment="center" valignment="top" width="0pt">
20773 <column alignment="center" valignment="top" width="0pt">
20774 <row>
20775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20776 \begin_inset Text
20777
20778 \begin_layout Plain Layout
20779 Befehl
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 Ergebnis
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 </row>
20794 <row>
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799
20800 \backslash
20801 Sigma
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 \begin_inset Formula $\Sigma$
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 </row>
20819 <row>
20820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \backslash
20826 Upsilon
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 \begin_inset Formula $\Upsilon$
20836 \end_inset
20837
20838
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 </row>
20844 <row>
20845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849
20850 \backslash
20851 Phi
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860 \begin_inset Formula $\Phi$
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 </row>
20869 <row>
20870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874
20875 \backslash
20876 Psi
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885 \begin_inset Formula $\Psi$
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 </row>
20894 <row>
20895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20896 \begin_inset Text
20897
20898 \begin_layout Plain Layout
20899
20900 \backslash
20901 Omega
20902 \end_layout
20903
20904 \end_inset
20905 </cell>
20906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20907 \begin_inset Text
20908
20909 \begin_layout Plain Layout
20910 \begin_inset Formula $\Omega$
20911 \end_inset
20912
20913
20914 \end_layout
20915
20916 \end_inset
20917 </cell>
20918 </row>
20919 </lyxtabular>
20920
20921 \end_inset
20922
20923
20924 \begin_inset space \hfill{}
20925 \end_inset
20926
20927
20928 \end_layout
20929
20930 \begin_layout Standard
20931 \begin_inset VSpace medskip
20932 \end_inset
20933
20934 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20935  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20936  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20937  mit 
20938 \series bold
20939 var
20940 \series default
20941 .
20942  So ergibt z.
20943 \begin_inset space \thinspace{}
20944 \end_inset
20945
20946 B.
20947  der Befehl 
20948 \series bold
20949
20950 \backslash
20951 varGamma
20952 \series default
20953  
20954 \begin_inset Formula $\varGamma$
20955 \end_inset
20956
20957 .
20958  Eine andere Methode ist das Laden des Pakets 
20959 \series bold
20960 fixmath
20961 \series default
20962
20963 \begin_inset Foot
20964 status collapsed
20965
20966 \begin_layout Plain Layout
20967
20968 \series bold
20969 fixmath
20970 \series default
20971  ist Teil des LaTeX-Paketes 
20972 \series bold
20973 was
20974 \series default
20975
20976 \begin_inset Index idx
20977 status collapsed
20978
20979 \begin_layout Plain Layout
20980 Pakete ! was
20981 \begin_inset ERT
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985
20986
20987 \backslash
20988 vspace{4mm}
20989 \end_layout
20990
20991 \end_inset
20992
20993
20994 \end_layout
20995
20996 \end_inset
20997
20998 .
20999 \end_layout
21000
21001 \end_inset
21002
21003
21004 \begin_inset Index idx
21005 status collapsed
21006
21007 \begin_layout Plain Layout
21008 Pakete ! fixmath
21009 \end_layout
21010
21011 \end_inset
21012
21013  mit der LaTeX-Vorspannzeile
21014 \end_layout
21015
21016 \begin_layout Standard
21017
21018 \series bold
21019
21020 \backslash
21021 usepackage{fixmath}
21022 \end_layout
21023
21024 \begin_layout Standard
21025 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21026  kursiv ausgegeben.
21027 \end_layout
21028
21029 \begin_layout Subsection
21030 Fett gedruckte Buchstaben
21031 \begin_inset Index idx
21032 status collapsed
21033
21034 \begin_layout Plain Layout
21035 griechische Buchstaben ! fett gedruckte
21036 \end_layout
21037
21038 \end_inset
21039
21040
21041 \end_layout
21042
21043 \begin_layout Standard
21044 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21045  Schriftstilen darstellen.
21046  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21047 \series bold
21048
21049 \backslash
21050 boldsymbol
21051 \series default
21052
21053 \begin_inset Index idx
21054 status collapsed
21055
21056 \begin_layout Plain Layout
21057 Befehle ! B ! 
21058 \backslash
21059 boldsymbol
21060 \end_layout
21061
21062 \end_inset
21063
21064  fett gedruckt auszugeben.
21065 \end_layout
21066
21067 \begin_layout Standard
21068 \align center
21069 \begin_inset Tabular
21070 <lyxtabular version="3" rows="3" columns="2">
21071 <features tabularvalignment="middle">
21072 <column alignment="center" valignment="top" width="0">
21073 <column alignment="center" valignment="top" width="0">
21074 <row>
21075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 Befehl
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 Ergebnis
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 </row>
21094 <row>
21095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21096 \begin_inset Text
21097
21098 \begin_layout Plain Layout
21099
21100 \backslash
21101 Upsilon
21102 \backslash
21103 boldsymbol
21104 \backslash
21105 Upsilon
21106 \end_layout
21107
21108 \end_inset
21109 </cell>
21110 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21111 \begin_inset Text
21112
21113 \begin_layout Plain Layout
21114 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21115 \end_inset
21116
21117
21118 \end_layout
21119
21120 \end_inset
21121 </cell>
21122 </row>
21123 <row>
21124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128
21129 \backslash
21130 theta
21131 \backslash
21132 boldsymbol
21133 \backslash
21134 theta
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\theta\boldsymbol{\theta}$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 </lyxtabular>
21153
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \begin_layout Standard
21160 \begin_inset Newpage newpage
21161 \end_inset
21162
21163
21164 \end_layout
21165
21166 \begin_layout Section
21167 Symbole
21168 \begin_inset ERT
21169 status collapsed
21170
21171 \begin_layout Plain Layout
21172
21173
21174 \backslash
21175 texorpdfstring{
21176 \end_layout
21177
21178 \end_inset
21179
21180
21181 \begin_inset Foot
21182 status collapsed
21183
21184 \begin_layout Plain Layout
21185 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21186  
21187 \begin_inset CommandInset citation
21188 LatexCommand cite
21189 key "Symbole"
21190
21191 \end_inset
21192
21193 .
21194 \end_layout
21195
21196 \end_inset
21197
21198
21199 \begin_inset ERT
21200 status collapsed
21201
21202 \begin_layout Plain Layout
21203
21204 }{}
21205 \end_layout
21206
21207 \end_inset
21208
21209
21210 \begin_inset Note Note
21211 status collapsed
21212
21213 \begin_layout Plain Layout
21214
21215 \series bold
21216
21217 \backslash
21218 texorpdfstring
21219 \series default
21220  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21221 \end_layout
21222
21223 \begin_layout Plain Layout
21224 Näheres zu 
21225 \series bold
21226
21227 \backslash
21228 texorpdfstring
21229 \series default
21230  steht in Kapitel 
21231 \begin_inset CommandInset ref
21232 LatexCommand ref
21233 reference "sub:Formeln-in-Überschriften"
21234
21235 \end_inset
21236
21237 .
21238 \end_layout
21239
21240 \end_inset
21241
21242
21243 \begin_inset Index idx
21244 status collapsed
21245
21246 \begin_layout Plain Layout
21247 Symbole
21248 \end_layout
21249
21250 \end_inset
21251
21252
21253 \end_layout
21254
21255 \begin_layout Standard
21256 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21257
21258 leistenknöpfe 
21259 \begin_inset Graphics
21260         filename ../../images/math/nabla.png
21261         scale 85
21262
21263 \end_inset
21264
21265  und 
21266 \begin_inset Graphics
21267         filename ../../images/math/digamma.png
21268         scale 85
21269
21270 \end_inset
21271
21272  eingefügt werden.
21273 \end_layout
21274
21275 \begin_layout Subsection
21276 Mathematische Symbole
21277 \begin_inset CommandInset label
21278 LatexCommand label
21279 name "sub:Mathematische-Symbole"
21280
21281 \end_inset
21282
21283
21284 \begin_inset Index idx
21285 status collapsed
21286
21287 \begin_layout Plain Layout
21288 Symbole ! mathematische
21289 \end_layout
21290
21291 \end_inset
21292
21293
21294 \end_layout
21295
21296 \begin_layout Standard
21297 \begin_inset space \hfill{}
21298 \end_inset
21299
21300
21301 \begin_inset Tabular
21302 <lyxtabular version="3" rows="10" columns="2">
21303 <features tabularvalignment="middle">
21304 <column alignment="center" valignment="top" width="0pt">
21305 <column alignment="center" valignment="top" width="0pt">
21306 <row>
21307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 Befehl
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 Ergebnis
21321 \end_layout
21322
21323 \end_inset
21324 </cell>
21325 </row>
21326 <row>
21327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21328 \begin_inset Text
21329
21330 \begin_layout Plain Layout
21331
21332 \backslash
21333 neg
21334 \end_layout
21335
21336 \end_inset
21337 </cell>
21338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21339 \begin_inset Text
21340
21341 \begin_layout Plain Layout
21342 \begin_inset Formula $\neg$
21343 \end_inset
21344
21345
21346 \end_layout
21347
21348 \end_inset
21349 </cell>
21350 </row>
21351 <row>
21352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21353 \begin_inset Text
21354
21355 \begin_layout Plain Layout
21356
21357 \backslash
21358 Im
21359 \end_layout
21360
21361 \end_inset
21362 </cell>
21363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21364 \begin_inset Text
21365
21366 \begin_layout Plain Layout
21367 \begin_inset Formula $\Im$
21368 \end_inset
21369
21370
21371 \end_layout
21372
21373 \end_inset
21374 </cell>
21375 </row>
21376 <row>
21377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21378 \begin_inset Text
21379
21380 \begin_layout Plain Layout
21381
21382 \backslash
21383 Re
21384 \end_layout
21385
21386 \end_inset
21387 </cell>
21388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21389 \begin_inset Text
21390
21391 \begin_layout Plain Layout
21392 \begin_inset Formula $\Re$
21393 \end_inset
21394
21395
21396 \end_layout
21397
21398 \end_inset
21399 </cell>
21400 </row>
21401 <row>
21402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21403 \begin_inset Text
21404
21405 \begin_layout Plain Layout
21406
21407 \backslash
21408 aleph
21409 \end_layout
21410
21411 \end_inset
21412 </cell>
21413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21414 \begin_inset Text
21415
21416 \begin_layout Plain Layout
21417 \begin_inset Formula $\aleph$
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 </row>
21426 <row>
21427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431
21432 \backslash
21433 partial
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 \begin_inset Formula $\partial$
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 <row>
21452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21453 \begin_inset Text
21454
21455 \begin_layout Plain Layout
21456
21457 \backslash
21458 infty
21459 \end_layout
21460
21461 \end_inset
21462 </cell>
21463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21464 \begin_inset Text
21465
21466 \begin_layout Plain Layout
21467 \begin_inset Formula $\infty$
21468 \end_inset
21469
21470
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 </row>
21476 <row>
21477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21478 \begin_inset Text
21479
21480 \begin_layout Plain Layout
21481
21482 \backslash
21483 wp
21484 \end_layout
21485
21486 \end_inset
21487 </cell>
21488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21489 \begin_inset Text
21490
21491 \begin_layout Plain Layout
21492 \begin_inset Formula $\wp$
21493 \end_inset
21494
21495
21496 \end_layout
21497
21498 \end_inset
21499 </cell>
21500 </row>
21501 <row>
21502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21503 \begin_inset Text
21504
21505 \begin_layout Plain Layout
21506
21507 \backslash
21508 imath
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21514 \begin_inset Text
21515
21516 \begin_layout Plain Layout
21517 \begin_inset Formula $\imath$
21518 \end_inset
21519
21520
21521 \end_layout
21522
21523 \end_inset
21524 </cell>
21525 </row>
21526 <row>
21527 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21528 \begin_inset Text
21529
21530 \begin_layout Plain Layout
21531
21532 \backslash
21533 jmath
21534 \end_layout
21535
21536 \end_inset
21537 </cell>
21538 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21539 \begin_inset Text
21540
21541 \begin_layout Plain Layout
21542 \begin_inset Formula $\jmath$
21543 \end_inset
21544
21545
21546 \end_layout
21547
21548 \end_inset
21549 </cell>
21550 </row>
21551 </lyxtabular>
21552
21553 \end_inset
21554
21555
21556 \begin_inset space \hfill{}
21557 \end_inset
21558
21559
21560 \begin_inset Tabular
21561 <lyxtabular version="3" rows="10" columns="2">
21562 <features tabularvalignment="middle">
21563 <column alignment="center" valignment="top" width="0pt">
21564 <column alignment="center" valignment="top" width="0pt">
21565 <row>
21566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21567 \begin_inset Text
21568
21569 \begin_layout Plain Layout
21570 Befehl
21571 \end_layout
21572
21573 \end_inset
21574 </cell>
21575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21576 \begin_inset Text
21577
21578 \begin_layout Plain Layout
21579 Ergebnis
21580 \begin_inset Note Note
21581 status collapsed
21582
21583 \begin_layout Plain Layout
21584
21585 \series bold
21586
21587 \backslash
21588 raisebox
21589 \series default
21590  dient nur als Abstandhalter.
21591 \end_layout
21592
21593 \end_inset
21594
21595
21596 \end_layout
21597
21598 \end_inset
21599 </cell>
21600 </row>
21601 <row>
21602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21603 \begin_inset Text
21604
21605 \begin_layout Plain Layout
21606
21607 \backslash
21608 forall
21609 \end_layout
21610
21611 \end_inset
21612 </cell>
21613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21614 \begin_inset Text
21615
21616 \begin_layout Plain Layout
21617 \begin_inset Formula $\forall$
21618 \end_inset
21619
21620
21621 \end_layout
21622
21623 \end_inset
21624 </cell>
21625 </row>
21626 <row>
21627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21628 \begin_inset Text
21629
21630 \begin_layout Plain Layout
21631
21632 \backslash
21633 exists
21634 \end_layout
21635
21636 \end_inset
21637 </cell>
21638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21639 \begin_inset Text
21640
21641 \begin_layout Plain Layout
21642 \begin_inset Formula $\exists$
21643 \end_inset
21644
21645
21646 \end_layout
21647
21648 \end_inset
21649 </cell>
21650 </row>
21651 <row>
21652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21653 \begin_inset Text
21654
21655 \begin_layout Plain Layout
21656
21657 \backslash
21658 nexists
21659 \end_layout
21660
21661 \end_inset
21662 </cell>
21663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21664 \begin_inset Text
21665
21666 \begin_layout Plain Layout
21667 \begin_inset Formula $\nexists$
21668 \end_inset
21669
21670
21671 \end_layout
21672
21673 \end_inset
21674 </cell>
21675 </row>
21676 <row>
21677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21678 \begin_inset Text
21679
21680 \begin_layout Plain Layout
21681
21682 \backslash
21683 emptyset
21684 \end_layout
21685
21686 \end_inset
21687 </cell>
21688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21689 \begin_inset Text
21690
21691 \begin_layout Plain Layout
21692 \begin_inset Formula $\emptyset$
21693 \end_inset
21694
21695
21696 \end_layout
21697
21698 \end_inset
21699 </cell>
21700 </row>
21701 <row>
21702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21703 \begin_inset Text
21704
21705 \begin_layout Plain Layout
21706
21707 \backslash
21708 varnothing
21709 \end_layout
21710
21711 \end_inset
21712 </cell>
21713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21714 \begin_inset Text
21715
21716 \begin_layout Plain Layout
21717 \begin_inset Formula $\varnothing$
21718 \end_inset
21719
21720
21721 \end_layout
21722
21723 \end_inset
21724 </cell>
21725 </row>
21726 <row>
21727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21728 \begin_inset Text
21729
21730 \begin_layout Plain Layout
21731
21732 \backslash
21733 dag
21734 \end_layout
21735
21736 \end_inset
21737 </cell>
21738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21739 \begin_inset Text
21740
21741 \begin_layout Plain Layout
21742 \begin_inset Formula $\dag$
21743 \end_inset
21744
21745
21746 \end_layout
21747
21748 \end_inset
21749 </cell>
21750 </row>
21751 <row>
21752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21753 \begin_inset Text
21754
21755 \begin_layout Plain Layout
21756
21757 \backslash
21758 ddag
21759 \end_layout
21760
21761 \end_inset
21762 </cell>
21763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21764 \begin_inset Text
21765
21766 \begin_layout Plain Layout
21767 \begin_inset Formula $\ddag$
21768 \end_inset
21769
21770
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 </row>
21776 <row>
21777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21778 \begin_inset Text
21779
21780 \begin_layout Plain Layout
21781
21782 \backslash
21783 complement
21784 \end_layout
21785
21786 \end_inset
21787 </cell>
21788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21789 \begin_inset Text
21790
21791 \begin_layout Plain Layout
21792 \begin_inset ERT
21793 status collapsed
21794
21795 \begin_layout Plain Layout
21796
21797
21798 \backslash
21799 raisebox{-0.8mm}{
21800 \end_layout
21801
21802 \end_inset
21803
21804
21805 \begin_inset Formula $\complement$
21806 \end_inset
21807
21808
21809 \begin_inset ERT
21810 status collapsed
21811
21812 \begin_layout Plain Layout
21813
21814 }
21815 \end_layout
21816
21817 \end_inset
21818
21819
21820 \end_layout
21821
21822 \end_inset
21823 </cell>
21824 </row>
21825 <row>
21826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830
21831 \backslash
21832 Bbbk
21833 \end_layout
21834
21835 \end_inset
21836 </cell>
21837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21838 \begin_inset Text
21839
21840 \begin_layout Plain Layout
21841 \begin_inset Formula $\Bbbk$
21842 \end_inset
21843
21844
21845 \end_layout
21846
21847 \end_inset
21848 </cell>
21849 </row>
21850 </lyxtabular>
21851
21852 \end_inset
21853
21854
21855 \begin_inset space \hfill{}
21856 \end_inset
21857
21858
21859 \begin_inset Tabular
21860 <lyxtabular version="3" rows="10" columns="2">
21861 <features tabularvalignment="middle">
21862 <column alignment="center" valignment="top" width="0pt">
21863 <column alignment="center" valignment="top" width="0pt">
21864 <row>
21865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 Befehl
21870 \end_layout
21871
21872 \end_inset
21873 </cell>
21874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21875 \begin_inset Text
21876
21877 \begin_layout Plain Layout
21878 Ergebnis
21879 \end_layout
21880
21881 \end_inset
21882 </cell>
21883 </row>
21884 <row>
21885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21886 \begin_inset Text
21887
21888 \begin_layout Plain Layout
21889
21890 \backslash
21891 prime
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900 \begin_inset Formula $\prime$
21901 \end_inset
21902
21903
21904 \end_layout
21905
21906 \end_inset
21907 </cell>
21908 </row>
21909 <row>
21910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21911 \begin_inset Text
21912
21913 \begin_layout Plain Layout
21914
21915 \backslash
21916 backprime
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925 \begin_inset Formula $\backprime$
21926 \end_inset
21927
21928
21929 \end_layout
21930
21931 \end_inset
21932 </cell>
21933 </row>
21934 <row>
21935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21936 \begin_inset Text
21937
21938 \begin_layout Plain Layout
21939
21940 \backslash
21941 mho
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 \begin_inset Formula $\mho$
21951 \end_inset
21952
21953
21954 \end_layout
21955
21956 \end_inset
21957 </cell>
21958 </row>
21959 <row>
21960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21961 \begin_inset Text
21962
21963 \begin_layout Plain Layout
21964
21965 \backslash
21966 triangle
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21972 \begin_inset Text
21973
21974 \begin_layout Plain Layout
21975 \begin_inset Formula $\triangle$
21976 \end_inset
21977
21978
21979 \end_layout
21980
21981 \end_inset
21982 </cell>
21983 </row>
21984 <row>
21985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21986 \begin_inset Text
21987
21988 \begin_layout Plain Layout
21989
21990 \backslash
21991 angle
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21997 \begin_inset Text
21998
21999 \begin_layout Plain Layout
22000 \begin_inset Formula $\angle$
22001 \end_inset
22002
22003
22004 \end_layout
22005
22006 \end_inset
22007 </cell>
22008 </row>
22009 <row>
22010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22011 \begin_inset Text
22012
22013 \begin_layout Plain Layout
22014
22015 \backslash
22016 measuredangle
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22022 \begin_inset Text
22023
22024 \begin_layout Plain Layout
22025 \begin_inset Formula $\measuredangle$
22026 \end_inset
22027
22028
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 </row>
22034 <row>
22035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22036 \begin_inset Text
22037
22038 \begin_layout Plain Layout
22039
22040 \backslash
22041 sphericalangle
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22047 \begin_inset Text
22048
22049 \begin_layout Plain Layout
22050 \begin_inset Formula $\sphericalangle$
22051 \end_inset
22052
22053
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 </row>
22059 <row>
22060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22061 \begin_inset Text
22062
22063 \begin_layout Plain Layout
22064
22065 \backslash
22066 top
22067 \end_layout
22068
22069 \end_inset
22070 </cell>
22071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22072 \begin_inset Text
22073
22074 \begin_layout Plain Layout
22075 \begin_inset Formula $\top$
22076 \end_inset
22077
22078
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 </row>
22084 <row>
22085 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089
22090 \backslash
22091 bot
22092 \end_layout
22093
22094 \end_inset
22095 </cell>
22096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22097 \begin_inset Text
22098
22099 \begin_layout Plain Layout
22100 \begin_inset Formula $\bot$
22101 \end_inset
22102
22103
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 </row>
22109 </lyxtabular>
22110
22111 \end_inset
22112
22113
22114 \begin_inset space \hfill{}
22115 \end_inset
22116
22117
22118 \end_layout
22119
22120 \begin_layout Subsection
22121 Sonstige Symbole
22122 \begin_inset CommandInset label
22123 LatexCommand label
22124 name "sub:Sonstige-Symbole"
22125
22126 \end_inset
22127
22128
22129 \begin_inset Index idx
22130 status collapsed
22131
22132 \begin_layout Plain Layout
22133 Symbole ! sonstige
22134 \end_layout
22135
22136 \end_inset
22137
22138
22139 \end_layout
22140
22141 \begin_layout Standard
22142 \begin_inset VSpace -7mm
22143 \end_inset
22144
22145
22146 \end_layout
22147
22148 \begin_layout Standard
22149 \noindent
22150 \align center
22151 \begin_inset Tabular
22152 <lyxtabular version="3" rows="10" columns="2">
22153 <features tabularvalignment="middle">
22154 <column alignment="center" valignment="top" width="0pt">
22155 <column alignment="center" valignment="top" width="0pt">
22156 <row>
22157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22158 \begin_inset Text
22159
22160 \begin_layout Plain Layout
22161 Befehl
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 Ergebnis
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \backslash
22183 flat
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $\flat$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 <row>
22202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22203 \begin_inset Text
22204
22205 \begin_layout Plain Layout
22206
22207 \backslash
22208 natural
22209 \end_layout
22210
22211 \end_inset
22212 </cell>
22213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22214 \begin_inset Text
22215
22216 \begin_layout Plain Layout
22217 \begin_inset Formula $\natural$
22218 \end_inset
22219
22220
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 </row>
22226 <row>
22227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22228 \begin_inset Text
22229
22230 \begin_layout Plain Layout
22231
22232 \backslash
22233 sharp
22234 \end_layout
22235
22236 \end_inset
22237 </cell>
22238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22239 \begin_inset Text
22240
22241 \begin_layout Plain Layout
22242 \begin_inset Formula $\sharp$
22243 \end_inset
22244
22245
22246 \end_layout
22247
22248 \end_inset
22249 </cell>
22250 </row>
22251 <row>
22252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22253 \begin_inset Text
22254
22255 \begin_layout Plain Layout
22256
22257 \backslash
22258 surd
22259 \end_layout
22260
22261 \end_inset
22262 </cell>
22263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22264 \begin_inset Text
22265
22266 \begin_layout Plain Layout
22267 \begin_inset Formula $\surd$
22268 \end_inset
22269
22270
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \backslash
22283 checkmark
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Formula $\checkmark$
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306
22307 \backslash
22308 yen
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317 \begin_inset Formula $\yen$
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 </row>
22326 <row>
22327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \backslash
22333 pounds
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset Formula $\pounds$
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
22352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356 $
22357 \end_layout
22358
22359 \end_inset
22360 </cell>
22361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365 \begin_inset Formula $\$$
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \end_inset
22372 </cell>
22373 </row>
22374 <row>
22375 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22376 \begin_inset Text
22377
22378 \begin_layout Plain Layout
22379 §
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22385 \begin_inset Text
22386
22387 \begin_layout Plain Layout
22388 \begin_inset Formula $§$
22389 \end_inset
22390
22391
22392 \end_layout
22393
22394 \end_inset
22395 </cell>
22396 </row>
22397 </lyxtabular>
22398
22399 \end_inset
22400
22401
22402 \begin_inset Tabular
22403 <lyxtabular version="3" rows="10" columns="2">
22404 <features tabularvalignment="middle">
22405 <column alignment="center" valignment="top" width="0">
22406 <column alignment="center" valignment="top" width="0">
22407 <row>
22408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22409 \begin_inset Text
22410
22411 \begin_layout Plain Layout
22412 Befehl
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 Ergebnis
22422 \end_layout
22423
22424 \end_inset
22425 </cell>
22426 </row>
22427 <row>
22428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22429 \begin_inset Text
22430
22431 \begin_layout Plain Layout
22432
22433 \backslash
22434 hbar
22435 \end_layout
22436
22437 \end_inset
22438 </cell>
22439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22440 \begin_inset Text
22441
22442 \begin_layout Plain Layout
22443 \begin_inset Formula $\hbar$
22444 \end_inset
22445
22446
22447 \end_layout
22448
22449 \end_inset
22450 </cell>
22451 </row>
22452 <row>
22453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22454 \begin_inset Text
22455
22456 \begin_layout Plain Layout
22457
22458 \backslash
22459 hslash
22460 \end_layout
22461
22462 \end_inset
22463 </cell>
22464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22465 \begin_inset Text
22466
22467 \begin_layout Plain Layout
22468 \begin_inset Formula $\hslash$
22469 \end_inset
22470
22471
22472 \end_layout
22473
22474 \end_inset
22475 </cell>
22476 </row>
22477 <row>
22478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22479 \begin_inset Text
22480
22481 \begin_layout Plain Layout
22482
22483 \backslash
22484 clubsuit
22485 \end_layout
22486
22487 \end_inset
22488 </cell>
22489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22490 \begin_inset Text
22491
22492 \begin_layout Plain Layout
22493 \begin_inset Formula $\clubsuit$
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \end_inset
22500 </cell>
22501 </row>
22502 <row>
22503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22504 \begin_inset Text
22505
22506 \begin_layout Plain Layout
22507
22508 \backslash
22509 spadesuit
22510 \end_layout
22511
22512 \end_inset
22513 </cell>
22514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22515 \begin_inset Text
22516
22517 \begin_layout Plain Layout
22518 \begin_inset Formula $\spadesuit$
22519 \end_inset
22520
22521
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \backslash
22534 bigstar
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 \begin_inset Formula $\bigstar$
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \backslash
22559 blacklozenge
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Formula $\blacklozenge$
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 <row>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582
22583 \backslash
22584 blacktriangle
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 \begin_inset Formula $\blacktriangle$
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 </row>
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \backslash
22609 blacktiangledown
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Formula $\blacktriangledown$
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632
22633 \backslash
22634 bullet
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 \begin_inset Formula $\bullet$
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 </lyxtabular>
22653
22654 \end_inset
22655
22656
22657 \begin_inset Tabular
22658 <lyxtabular version="3" rows="10" columns="2">
22659 <features tabularvalignment="middle">
22660 <column alignment="center" valignment="top" width="0pt">
22661 <column alignment="center" valignment="top" width="0pt">
22662 <row>
22663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22664 \begin_inset Text
22665
22666 \begin_layout Plain Layout
22667 Befehl
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 Ergebnis
22677 \end_layout
22678
22679 \end_inset
22680 </cell>
22681 </row>
22682 <row>
22683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22684 \begin_inset Text
22685
22686 \begin_layout Plain Layout
22687
22688 \backslash
22689 diamondsuit
22690 \end_layout
22691
22692 \end_inset
22693 </cell>
22694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22695 \begin_inset Text
22696
22697 \begin_layout Plain Layout
22698 \begin_inset Formula $\diamondsuit$
22699 \end_inset
22700
22701
22702 \end_layout
22703
22704 \end_inset
22705 </cell>
22706 </row>
22707 <row>
22708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22709 \begin_inset Text
22710
22711 \begin_layout Plain Layout
22712
22713 \backslash
22714 Diamond
22715 \end_layout
22716
22717 \end_inset
22718 </cell>
22719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22720 \begin_inset Text
22721
22722 \begin_layout Plain Layout
22723 \begin_inset Formula $\Diamond$
22724 \end_inset
22725
22726
22727 \end_layout
22728
22729 \end_inset
22730 </cell>
22731 </row>
22732 <row>
22733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22734 \begin_inset Text
22735
22736 \begin_layout Plain Layout
22737
22738 \backslash
22739 heartsuit
22740 \end_layout
22741
22742 \end_inset
22743 </cell>
22744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22745 \begin_inset Text
22746
22747 \begin_layout Plain Layout
22748 \begin_inset Formula $\heartsuit$
22749 \end_inset
22750
22751
22752 \end_layout
22753
22754 \end_inset
22755 </cell>
22756 </row>
22757 <row>
22758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22759 \begin_inset Text
22760
22761 \begin_layout Plain Layout
22762
22763 \backslash
22764 P
22765 \end_layout
22766
22767 \end_inset
22768 </cell>
22769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22770 \begin_inset Text
22771
22772 \begin_layout Plain Layout
22773 \begin_inset Formula $\P$
22774 \end_inset
22775
22776
22777 \end_layout
22778
22779 \end_inset
22780 </cell>
22781 </row>
22782 <row>
22783 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22784 \begin_inset Text
22785
22786 \begin_layout Plain Layout
22787
22788 \backslash
22789 copyright
22790 \end_layout
22791
22792 \end_inset
22793 </cell>
22794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22795 \begin_inset Text
22796
22797 \begin_layout Plain Layout
22798 \begin_inset Formula $\copyright$
22799 \end_inset
22800
22801
22802 \end_layout
22803
22804 \end_inset
22805 </cell>
22806 </row>
22807 <row>
22808 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22809 \begin_inset Text
22810
22811 \begin_layout Plain Layout
22812
22813 \backslash
22814 circledR
22815 \end_layout
22816
22817 \end_inset
22818 </cell>
22819 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22820 \begin_inset Text
22821
22822 \begin_layout Plain Layout
22823 \begin_inset Formula $\circledR$
22824 \end_inset
22825
22826
22827 \end_layout
22828
22829 \end_inset
22830 </cell>
22831 </row>
22832 <row>
22833 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22834 \begin_inset Text
22835
22836 \begin_layout Plain Layout
22837
22838 \backslash
22839 maltese
22840 \end_layout
22841
22842 \end_inset
22843 </cell>
22844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22845 \begin_inset Text
22846
22847 \begin_layout Plain Layout
22848 \begin_inset Formula $\maltese$
22849 \end_inset
22850
22851
22852 \end_layout
22853
22854 \end_inset
22855 </cell>
22856 </row>
22857 <row>
22858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22859 \begin_inset Text
22860
22861 \begin_layout Plain Layout
22862
22863 \backslash
22864 diagup
22865 \end_layout
22866
22867 \end_inset
22868 </cell>
22869 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22870 \begin_inset Text
22871
22872 \begin_layout Plain Layout
22873 \begin_inset Formula $\diagup$
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \end_inset
22880 </cell>
22881 </row>
22882 <row>
22883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22884 \begin_inset Text
22885
22886 \begin_layout Plain Layout
22887
22888 \backslash
22889 diagdown
22890 \end_layout
22891
22892 \end_inset
22893 </cell>
22894 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22895 \begin_inset Text
22896
22897 \begin_layout Plain Layout
22898 \begin_inset Formula $\diagdown$
22899 \end_inset
22900
22901
22902 \end_layout
22903
22904 \end_inset
22905 </cell>
22906 </row>
22907 </lyxtabular>
22908
22909 \end_inset
22910
22911
22912 \end_layout
22913
22914 \begin_layout Standard
22915 \begin_inset VSpace medskip
22916 \end_inset
22917
22918 Weitere Symbole sind in 
22919 \begin_inset CommandInset ref
22920 LatexCommand ref
22921 reference "sub:Sonstige-Sonderzeichen"
22922
22923 \end_inset
22924
22925  aufgelistet.
22926 \end_layout
22927
22928 \begin_layout Standard
22929 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22930  
22931 \begin_inset CommandInset ref
22932 LatexCommand ref
22933 reference "sub:Schriftgrößen"
22934
22935 \end_inset
22936
22937 .
22938 \end_layout
22939
22940 \begin_layout Subsection
22941 Das Euro-Symbol €
22942 \begin_inset Index idx
22943 status collapsed
22944
22945 \begin_layout Plain Layout
22946 Symbole ! Euro-Symbol
22947 \end_layout
22948
22949 \end_inset
22950
22951
22952 \begin_inset Index idx
22953 status collapsed
22954
22955 \begin_layout Plain Layout
22956
22957 \backslash
22958 @
22959 \begin_inset ERT
22960 status collapsed
22961
22962 \begin_layout Plain Layout
22963
22964
22965 \backslash
22966 officialeuro
22967 \end_layout
22968
22969 \end_inset
22970
22971
22972 \end_layout
22973
22974 \end_inset
22975
22976
22977 \end_layout
22978
22979 \begin_layout Standard
22980 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22981
22982 \series bold
22983 eurosym
22984 \series default
22985
22986 \begin_inset Index idx
22987 status collapsed
22988
22989 \begin_layout Plain Layout
22990 Pakete ! eurosym
22991 \end_layout
22992
22993 \end_inset
22994
22995  installieren und dieses mit der LaTeX-Vorspannzeile
22996 \end_layout
22997
22998 \begin_layout Standard
22999
23000 \series bold
23001
23002 \backslash
23003 usepackage[gennarrow]{eurosym}
23004 \end_layout
23005
23006 \begin_layout Standard
23007 aktivieren.
23008  Das Euro-Symbol kann man nun mit dem Befehl 
23009 \series bold
23010
23011 \backslash
23012 euro
23013 \series default
23014
23015 \begin_inset Index idx
23016 status collapsed
23017
23018 \begin_layout Plain Layout
23019 Befehle ! E ! 
23020 \backslash
23021 euro
23022 \end_layout
23023
23024 \end_inset
23025
23026  aufrufen.
23027 \end_layout
23028
23029 \begin_layout Standard
23030 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23031  eingeben, ohne 
23032 \series bold
23033 eurosym
23034 \series default
23035  installiert zu haben.
23036  Ist 
23037 \series bold
23038 eurosym
23039 \series default
23040  installiert, kann man 
23041 \series bold
23042
23043 \backslash
23044 euro
23045 \series default
23046  auch im TeX-Modus eingeben.
23047  Das offizielle Währungssymbol erhält man dann über den Befehl 
23048 \series bold
23049
23050 \backslash
23051 officialeuro
23052 \series default
23053
23054 \begin_inset Index idx
23055 status collapsed
23056
23057 \begin_layout Plain Layout
23058 Befehle ! O ! 
23059 \backslash
23060 officialeuro
23061 \end_layout
23062
23063 \end_inset
23064
23065 , der nur im TeX-Modus verfügbar ist.
23066 \end_layout
23067
23068 \begin_layout Standard
23069 \begin_inset ERT
23070 status collapsed
23071
23072 \begin_layout Plain Layout
23073
23074
23075 \backslash
23076 ifeurosym 
23077 \end_layout
23078
23079 \end_inset
23080
23081
23082 \begin_inset Note Note
23083 status open
23084
23085 \begin_layout Plain Layout
23086 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23087 \series bold
23088 eurosym
23089 \series default
23090  installiert ist:
23091 \end_layout
23092
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \begin_layout Standard
23099 Eine Übersicht der verschiedenen Euro-Symbole:
23100 \end_layout
23101
23102 \begin_layout Standard
23103 \align center
23104 \begin_inset Tabular
23105 <lyxtabular version="3" rows="4" columns="3">
23106 <features tabularvalignment="middle">
23107 <column alignment="center" valignment="top" width="0pt">
23108 <column alignment="center" valignment="top" width="0pt">
23109 <column alignment="center" valignment="top" width="0pt">
23110 <row>
23111 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23112 \begin_inset Text
23113
23114 \begin_layout Plain Layout
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 Befehl 
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23130 \begin_inset Text
23131
23132 \begin_layout Plain Layout
23133 Ergebnis
23134 \end_layout
23135
23136 \end_inset
23137 </cell>
23138 </row>
23139 <row>
23140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23141 \begin_inset Text
23142
23143 \begin_layout Plain Layout
23144 Formel
23145 \end_layout
23146
23147 \end_inset
23148 </cell>
23149 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23150 \begin_inset Text
23151
23152 \begin_layout Plain Layout
23153
23154 \backslash
23155 euro
23156 \end_layout
23157
23158 \end_inset
23159 </cell>
23160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23161 \begin_inset Text
23162
23163 \begin_layout Plain Layout
23164 \begin_inset Formula $\euro$
23165 \end_inset
23166
23167
23168 \end_layout
23169
23170 \end_inset
23171 </cell>
23172 </row>
23173 <row>
23174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23175 \begin_inset Text
23176
23177 \begin_layout Plain Layout
23178 mathematischer Text
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\mbox{€}$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210 TeX-Modus
23211 \end_layout
23212
23213 \end_inset
23214 </cell>
23215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23216 \begin_inset Text
23217
23218 \begin_layout Plain Layout
23219
23220 \backslash
23221 officialeuro
23222 \end_layout
23223
23224 \end_inset
23225 </cell>
23226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23227 \begin_inset Text
23228
23229 \begin_layout Plain Layout
23230 \begin_inset ERT
23231 status collapsed
23232
23233 \begin_layout Plain Layout
23234
23235
23236 \backslash
23237 officialeuro
23238 \end_layout
23239
23240 \end_inset
23241
23242
23243 \end_layout
23244
23245 \end_inset
23246 </cell>
23247 </row>
23248 </lyxtabular>
23249
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \begin_layout Standard
23256 \begin_inset ERT
23257 status collapsed
23258
23259 \begin_layout Plain Layout
23260
23261
23262 \backslash
23263 else 
23264 \end_layout
23265
23266 \end_inset
23267
23268
23269 \begin_inset Note Note
23270 status open
23271
23272 \begin_layout Plain Layout
23273 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23274 \series bold
23275 eurosym
23276 \series default
23277  nicht installiert ist:
23278 \end_layout
23279
23280 \end_inset
23281
23282
23283 \end_layout
23284
23285 \begin_layout Standard
23286 Das LaTeX-Paket 
23287 \series bold
23288 eurosym 
23289 \series default
23290 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23291 \end_layout
23292
23293 \begin_layout Standard
23294 \begin_inset ERT
23295 status collapsed
23296
23297 \begin_layout Plain Layout
23298
23299
23300 \backslash
23301 fi 
23302 \end_layout
23303
23304 \end_inset
23305
23306
23307 \end_layout
23308
23309 \begin_layout Section
23310 Relationen
23311 \begin_inset CommandInset label
23312 LatexCommand label
23313 name "sec:Relationen"
23314
23315 \end_inset
23316
23317
23318 \begin_inset Index idx
23319 status collapsed
23320
23321 \begin_layout Plain Layout
23322 Relationen
23323 \end_layout
23324
23325 \end_inset
23326
23327
23328 \begin_inset Index idx
23329 status collapsed
23330
23331 \begin_layout Plain Layout
23332 Vergleiche|see
23333 \begin_inset ERT
23334 status collapsed
23335
23336 \begin_layout Plain Layout
23337
23338 {
23339 \end_layout
23340
23341 \end_inset
23342
23343 Relationen
23344 \begin_inset ERT
23345 status collapsed
23346
23347 \begin_layout Plain Layout
23348
23349 }
23350 \end_layout
23351
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \begin_layout Standard
23363 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23364  
23365 \begin_inset Graphics
23366         filename ../../images/math/leq.png
23367         scale 85
23368
23369 \end_inset
23370
23371  eingefügt werden.
23372 \end_layout
23373
23374 \begin_layout Standard
23375 \begin_inset space \hfill{}
23376 \end_inset
23377
23378
23379 \begin_inset Tabular
23380 <lyxtabular version="3" rows="17" columns="2">
23381 <features tabularvalignment="middle">
23382 <column alignment="center" valignment="top" width="0pt">
23383 <column alignment="center" valignment="top" width="0pt">
23384 <row>
23385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23386 \begin_inset Text
23387
23388 \begin_layout Plain Layout
23389 Befehl
23390 \end_layout
23391
23392 \end_inset
23393 </cell>
23394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23395 \begin_inset Text
23396
23397 \begin_layout Plain Layout
23398 Ergebnis
23399 \end_layout
23400
23401 \end_inset
23402 </cell>
23403 </row>
23404 <row>
23405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23406 \begin_inset Text
23407
23408 \begin_layout Plain Layout
23409 <
23410 \end_layout
23411
23412 \end_inset
23413 </cell>
23414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23415 \begin_inset Text
23416
23417 \begin_layout Plain Layout
23418 \begin_inset Formula $<$
23419 \end_inset
23420
23421
23422 \end_layout
23423
23424 \end_inset
23425 </cell>
23426 </row>
23427 <row>
23428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23429 \begin_inset Text
23430
23431 \begin_layout Plain Layout
23432
23433 \backslash
23434 le
23435 \end_layout
23436
23437 \end_inset
23438 </cell>
23439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23440 \begin_inset Text
23441
23442 \begin_layout Plain Layout
23443 \begin_inset Formula $\le$
23444 \end_inset
23445
23446
23447 \end_layout
23448
23449 \end_inset
23450 </cell>
23451 </row>
23452 <row>
23453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23454 \begin_inset Text
23455
23456 \begin_layout Plain Layout
23457
23458 \backslash
23459 ll
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468 \begin_inset Formula $\ll$
23469 \end_inset
23470
23471
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 </row>
23477 <row>
23478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23479 \begin_inset Text
23480
23481 \begin_layout Plain Layout
23482
23483 \backslash
23484 prec
23485 \end_layout
23486
23487 \end_inset
23488 </cell>
23489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23490 \begin_inset Text
23491
23492 \begin_layout Plain Layout
23493 \begin_inset Formula $\prec$
23494 \end_inset
23495
23496
23497 \end_layout
23498
23499 \end_inset
23500 </cell>
23501 </row>
23502 <row>
23503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23504 \begin_inset Text
23505
23506 \begin_layout Plain Layout
23507
23508 \backslash
23509 preceq
23510 \end_layout
23511
23512 \end_inset
23513 </cell>
23514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23515 \begin_inset Text
23516
23517 \begin_layout Plain Layout
23518 \begin_inset Formula $\preceq$
23519 \end_inset
23520
23521
23522 \end_layout
23523
23524 \end_inset
23525 </cell>
23526 </row>
23527 <row>
23528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23529 \begin_inset Text
23530
23531 \begin_layout Plain Layout
23532
23533 \backslash
23534 subset
23535 \end_layout
23536
23537 \end_inset
23538 </cell>
23539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23540 \begin_inset Text
23541
23542 \begin_layout Plain Layout
23543 \begin_inset Formula $\subset$
23544 \end_inset
23545
23546
23547 \end_layout
23548
23549 \end_inset
23550 </cell>
23551 </row>
23552 <row>
23553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23554 \begin_inset Text
23555
23556 \begin_layout Plain Layout
23557
23558 \backslash
23559 subseteq
23560 \end_layout
23561
23562 \end_inset
23563 </cell>
23564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23565 \begin_inset Text
23566
23567 \begin_layout Plain Layout
23568 \begin_inset Formula $\subseteq$
23569 \end_inset
23570
23571
23572 \end_layout
23573
23574 \end_inset
23575 </cell>
23576 </row>
23577 <row>
23578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23579 \begin_inset Text
23580
23581 \begin_layout Plain Layout
23582
23583 \backslash
23584 sqsubseteq
23585 \end_layout
23586
23587 \end_inset
23588 </cell>
23589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23590 \begin_inset Text
23591
23592 \begin_layout Plain Layout
23593 \begin_inset Formula $\sqsubseteq$
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 <row>
23603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23604 \begin_inset Text
23605
23606 \begin_layout Plain Layout
23607
23608 \backslash
23609 in
23610 \end_layout
23611
23612 \end_inset
23613 </cell>
23614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23615 \begin_inset Text
23616
23617 \begin_layout Plain Layout
23618 \begin_inset Formula $\in$
23619 \end_inset
23620
23621
23622 \end_layout
23623
23624 \end_inset
23625 </cell>
23626 </row>
23627 <row>
23628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23629 \begin_inset Text
23630
23631 \begin_layout Plain Layout
23632
23633 \backslash
23634 vdash
23635 \end_layout
23636
23637 \end_inset
23638 </cell>
23639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23640 \begin_inset Text
23641
23642 \begin_layout Plain Layout
23643 \begin_inset Formula $\vdash$
23644 \end_inset
23645
23646
23647 \end_layout
23648
23649 \end_inset
23650 </cell>
23651 </row>
23652 <row>
23653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23654 \begin_inset Text
23655
23656 \begin_layout Plain Layout
23657
23658 \backslash
23659 smile
23660 \end_layout
23661
23662 \end_inset
23663 </cell>
23664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23665 \begin_inset Text
23666
23667 \begin_layout Plain Layout
23668 \begin_inset Formula $\smile$
23669 \end_inset
23670
23671
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 </row>
23677 <row>
23678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23679 \begin_inset Text
23680
23681 \begin_layout Plain Layout
23682
23683 \backslash
23684 lhd
23685 \end_layout
23686
23687 \end_inset
23688 </cell>
23689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23690 \begin_inset Text
23691
23692 \begin_layout Plain Layout
23693 \begin_inset Formula $\lhd$
23694 \end_inset
23695
23696
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 </row>
23702 <row>
23703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23704 \begin_inset Text
23705
23706 \begin_layout Plain Layout
23707
23708 \backslash
23709 unlhd
23710 \end_layout
23711
23712 \end_inset
23713 </cell>
23714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23715 \begin_inset Text
23716
23717 \begin_layout Plain Layout
23718 \begin_inset Formula $\unlhd$
23719 \end_inset
23720
23721
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 </row>
23727 <row>
23728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23729 \begin_inset Text
23730
23731 \begin_layout Plain Layout
23732
23733 \backslash
23734 gtrless
23735 \end_layout
23736
23737 \end_inset
23738 </cell>
23739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23740 \begin_inset Text
23741
23742 \begin_layout Plain Layout
23743 \begin_inset Formula $\gtrless$
23744 \end_inset
23745
23746
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 </row>
23752 <row>
23753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23754 \begin_inset Text
23755
23756 \begin_layout Plain Layout
23757
23758 \backslash
23759 mid
23760 \end_layout
23761
23762 \end_inset
23763 </cell>
23764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23765 \begin_inset Text
23766
23767 \begin_layout Plain Layout
23768 \begin_inset Formula $\mid$
23769 \end_inset
23770
23771
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 </row>
23777 <row>
23778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23779 \begin_inset Text
23780
23781 \begin_layout Plain Layout
23782
23783 \backslash
23784 nmid
23785 \end_layout
23786
23787 \end_inset
23788 </cell>
23789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23790 \begin_inset Text
23791
23792 \begin_layout Plain Layout
23793 \begin_inset Formula $\nmid$
23794 \end_inset
23795
23796
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 </row>
23802 </lyxtabular>
23803
23804 \end_inset
23805
23806
23807 \begin_inset space \hfill{}
23808 \end_inset
23809
23810
23811 \begin_inset Tabular
23812 <lyxtabular version="3" rows="17" columns="2">
23813 <features tabularvalignment="middle">
23814 <column alignment="center" valignment="top" width="0pt">
23815 <column alignment="center" valignment="top" width="0pt">
23816 <row>
23817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23818 \begin_inset Text
23819
23820 \begin_layout Plain Layout
23821 Befehl
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 Ergebnis
23831 \end_layout
23832
23833 \end_inset
23834 </cell>
23835 </row>
23836 <row>
23837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23838 \begin_inset Text
23839
23840 \begin_layout Plain Layout
23841 =
23842 \end_layout
23843
23844 \end_inset
23845 </cell>
23846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23847 \begin_inset Text
23848
23849 \begin_layout Plain Layout
23850 \begin_inset Formula $=$
23851 \end_inset
23852
23853
23854 \end_layout
23855
23856 \end_inset
23857 </cell>
23858 </row>
23859 <row>
23860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23861 \begin_inset Text
23862
23863 \begin_layout Plain Layout
23864
23865 \backslash
23866 not=
23867 \end_layout
23868
23869 \end_inset
23870 </cell>
23871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23872 \begin_inset Text
23873
23874 \begin_layout Plain Layout
23875 \begin_inset Formula $\not=$
23876 \end_inset
23877
23878
23879 \end_layout
23880
23881 \end_inset
23882 </cell>
23883 </row>
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889
23890 \backslash
23891 equiv
23892 \end_layout
23893
23894 \end_inset
23895 </cell>
23896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23897 \begin_inset Text
23898
23899 \begin_layout Plain Layout
23900 \begin_inset Formula $\equiv$
23901 \end_inset
23902
23903
23904 \end_layout
23905
23906 \end_inset
23907 </cell>
23908 </row>
23909 <row>
23910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23911 \begin_inset Text
23912
23913 \begin_layout Plain Layout
23914
23915 \backslash
23916 sim
23917 \end_layout
23918
23919 \end_inset
23920 </cell>
23921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 \begin_inset Formula $\sim$
23926 \end_inset
23927
23928
23929 \end_layout
23930
23931 \end_inset
23932 </cell>
23933 </row>
23934 <row>
23935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23936 \begin_inset Text
23937
23938 \begin_layout Plain Layout
23939
23940 \backslash
23941 simeq
23942 \end_layout
23943
23944 \end_inset
23945 </cell>
23946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23947 \begin_inset Text
23948
23949 \begin_layout Plain Layout
23950 \begin_inset Formula $\simeq$
23951 \end_inset
23952
23953
23954 \end_layout
23955
23956 \end_inset
23957 </cell>
23958 </row>
23959 <row>
23960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23961 \begin_inset Text
23962
23963 \begin_layout Plain Layout
23964
23965 \backslash
23966 approx
23967 \end_layout
23968
23969 \end_inset
23970 </cell>
23971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23972 \begin_inset Text
23973
23974 \begin_layout Plain Layout
23975 \begin_inset Formula $\approx$
23976 \end_inset
23977
23978
23979 \end_layout
23980
23981 \end_inset
23982 </cell>
23983 </row>
23984 <row>
23985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23986 \begin_inset Text
23987
23988 \begin_layout Plain Layout
23989
23990 \backslash
23991 cong
23992 \end_layout
23993
23994 \end_inset
23995 </cell>
23996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23997 \begin_inset Text
23998
23999 \begin_layout Plain Layout
24000 \begin_inset Formula $\cong$
24001 \end_inset
24002
24003
24004 \end_layout
24005
24006 \end_inset
24007 </cell>
24008 </row>
24009 <row>
24010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24011 \begin_inset Text
24012
24013 \begin_layout Plain Layout
24014
24015 \backslash
24016 bowtie
24017 \end_layout
24018
24019 \end_inset
24020 </cell>
24021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24022 \begin_inset Text
24023
24024 \begin_layout Plain Layout
24025 \begin_inset Formula $\bowtie$
24026 \end_inset
24027
24028
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039
24040 \backslash
24041 notin
24042 \end_layout
24043
24044 \end_inset
24045 </cell>
24046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24047 \begin_inset Text
24048
24049 \begin_layout Plain Layout
24050 \begin_inset Formula $\notin$
24051 \end_inset
24052
24053
24054 \end_layout
24055
24056 \end_inset
24057 </cell>
24058 </row>
24059 <row>
24060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24061 \begin_inset Text
24062
24063 \begin_layout Plain Layout
24064
24065 \backslash
24066 perp
24067 \end_layout
24068
24069 \end_inset
24070 </cell>
24071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24072 \begin_inset Text
24073
24074 \begin_layout Plain Layout
24075 \begin_inset Formula $\perp$
24076 \end_inset
24077
24078
24079 \end_layout
24080
24081 \end_inset
24082 </cell>
24083 </row>
24084 <row>
24085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24086 \begin_inset Text
24087
24088 \begin_layout Plain Layout
24089
24090 \backslash
24091 propto
24092 \end_layout
24093
24094 \end_inset
24095 </cell>
24096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24097 \begin_inset Text
24098
24099 \begin_layout Plain Layout
24100 \begin_inset Formula $\propto$
24101 \end_inset
24102
24103
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 </row>
24109 <row>
24110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24111 \begin_inset Text
24112
24113 \begin_layout Plain Layout
24114
24115 \backslash
24116 asymp
24117 \end_layout
24118
24119 \end_inset
24120 </cell>
24121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24122 \begin_inset Text
24123
24124 \begin_layout Plain Layout
24125 \begin_inset Formula $\asymp$
24126 \end_inset
24127
24128
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 </row>
24134 <row>
24135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139
24140 \backslash
24141 doteq
24142 \end_layout
24143
24144 \end_inset
24145 </cell>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150 \begin_inset Formula $\doteq$
24151 \end_inset
24152
24153
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 </row>
24159 <row>
24160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24161 \begin_inset Text
24162
24163 \begin_layout Plain Layout
24164
24165 \backslash
24166 circeq
24167 \end_layout
24168
24169 \end_inset
24170 </cell>
24171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24172 \begin_inset Text
24173
24174 \begin_layout Plain Layout
24175 \begin_inset Formula $\circeq$
24176 \end_inset
24177
24178
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 </row>
24184 <row>
24185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24186 \begin_inset Text
24187
24188 \begin_layout Plain Layout
24189
24190 \backslash
24191 models
24192 \end_layout
24193
24194 \end_inset
24195 </cell>
24196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24197 \begin_inset Text
24198
24199 \begin_layout Plain Layout
24200 \begin_inset Formula $\models$
24201 \end_inset
24202
24203
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 </row>
24209 <row>
24210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24211 \begin_inset Text
24212
24213 \begin_layout Plain Layout
24214
24215 \backslash
24216 widehat=
24217 \end_layout
24218
24219 \end_inset
24220 </cell>
24221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24222 \begin_inset Text
24223
24224 \begin_layout Plain Layout
24225 \begin_inset Formula $\widehat{=}$
24226 \end_inset
24227
24228
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 </row>
24234 </lyxtabular>
24235
24236 \end_inset
24237
24238
24239 \begin_inset space \hfill{}
24240 \end_inset
24241
24242
24243 \begin_inset Tabular
24244 <lyxtabular version="3" rows="17" columns="2">
24245 <features tabularvalignment="middle">
24246 <column alignment="center" valignment="top" width="0pt">
24247 <column alignment="center" valignment="top" width="0pt">
24248 <row>
24249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253 Befehl
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 Ergebnis
24263 \end_layout
24264
24265 \end_inset
24266 </cell>
24267 </row>
24268 <row>
24269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24270 \begin_inset Text
24271
24272 \begin_layout Plain Layout
24273 >
24274 \end_layout
24275
24276 \end_inset
24277 </cell>
24278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24279 \begin_inset Text
24280
24281 \begin_layout Plain Layout
24282 \begin_inset Formula $>$
24283 \end_inset
24284
24285
24286 \end_layout
24287
24288 \end_inset
24289 </cell>
24290 </row>
24291 <row>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 ge
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307 \begin_inset Formula $\ge$
24308 \end_inset
24309
24310
24311 \end_layout
24312
24313 \end_inset
24314 </cell>
24315 </row>
24316 <row>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 gg
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24329 \begin_inset Text
24330
24331 \begin_layout Plain Layout
24332 \begin_inset Formula $\gg$
24333 \end_inset
24334
24335
24336 \end_layout
24337
24338 \end_inset
24339 </cell>
24340 </row>
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346
24347 \backslash
24348 succ
24349 \end_layout
24350
24351 \end_inset
24352 </cell>
24353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24354 \begin_inset Text
24355
24356 \begin_layout Plain Layout
24357 \begin_inset Formula $\succ$
24358 \end_inset
24359
24360
24361 \end_layout
24362
24363 \end_inset
24364 </cell>
24365 </row>
24366 <row>
24367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24368 \begin_inset Text
24369
24370 \begin_layout Plain Layout
24371
24372 \backslash
24373 succeq
24374 \end_layout
24375
24376 \end_inset
24377 </cell>
24378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 \begin_inset Formula $\succeq$
24383 \end_inset
24384
24385
24386 \end_layout
24387
24388 \end_inset
24389 </cell>
24390 </row>
24391 <row>
24392 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24393 \begin_inset Text
24394
24395 \begin_layout Plain Layout
24396
24397 \backslash
24398 supset
24399 \end_layout
24400
24401 \end_inset
24402 </cell>
24403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24404 \begin_inset Text
24405
24406 \begin_layout Plain Layout
24407 \begin_inset Formula $\supset$
24408 \end_inset
24409
24410
24411 \end_layout
24412
24413 \end_inset
24414 </cell>
24415 </row>
24416 <row>
24417 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24418 \begin_inset Text
24419
24420 \begin_layout Plain Layout
24421
24422 \backslash
24423 supseteq
24424 \end_layout
24425
24426 \end_inset
24427 </cell>
24428 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24429 \begin_inset Text
24430
24431 \begin_layout Plain Layout
24432 \begin_inset Formula $\supseteq$
24433 \end_inset
24434
24435
24436 \end_layout
24437
24438 \end_inset
24439 </cell>
24440 </row>
24441 <row>
24442 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24443 \begin_inset Text
24444
24445 \begin_layout Plain Layout
24446
24447 \backslash
24448 sqsupseteq
24449 \end_layout
24450
24451 \end_inset
24452 </cell>
24453 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24454 \begin_inset Text
24455
24456 \begin_layout Plain Layout
24457 \begin_inset Formula $\sqsupseteq$
24458 \end_inset
24459
24460
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 </row>
24466 <row>
24467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24468 \begin_inset Text
24469
24470 \begin_layout Plain Layout
24471
24472 \backslash
24473 ni
24474 \end_layout
24475
24476 \end_inset
24477 </cell>
24478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24479 \begin_inset Text
24480
24481 \begin_layout Plain Layout
24482 \begin_inset Formula $\ni$
24483 \end_inset
24484
24485
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 </row>
24491 <row>
24492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24493 \begin_inset Text
24494
24495 \begin_layout Plain Layout
24496
24497 \backslash
24498 dashv
24499 \end_layout
24500
24501 \end_inset
24502 </cell>
24503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24504 \begin_inset Text
24505
24506 \begin_layout Plain Layout
24507 \begin_inset Formula $\dashv$
24508 \end_inset
24509
24510
24511 \end_layout
24512
24513 \end_inset
24514 </cell>
24515 </row>
24516 <row>
24517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24518 \begin_inset Text
24519
24520 \begin_layout Plain Layout
24521
24522 \backslash
24523 frown
24524 \end_layout
24525
24526 \end_inset
24527 </cell>
24528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24529 \begin_inset Text
24530
24531 \begin_layout Plain Layout
24532 \begin_inset Formula $\frown$
24533 \end_inset
24534
24535
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 </row>
24541 <row>
24542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24543 \begin_inset Text
24544
24545 \begin_layout Plain Layout
24546
24547 \backslash
24548 rhd
24549 \end_layout
24550
24551 \end_inset
24552 </cell>
24553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24554 \begin_inset Text
24555
24556 \begin_layout Plain Layout
24557 \begin_inset Formula $\rhd$
24558 \end_inset
24559
24560
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 </row>
24566 <row>
24567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24568 \begin_inset Text
24569
24570 \begin_layout Plain Layout
24571
24572 \backslash
24573 unrhd
24574 \end_layout
24575
24576 \end_inset
24577 </cell>
24578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24579 \begin_inset Text
24580
24581 \begin_layout Plain Layout
24582 \begin_inset Formula $\unrhd$
24583 \end_inset
24584
24585
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 <row>
24592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24593 \begin_inset Text
24594
24595 \begin_layout Plain Layout
24596
24597 \backslash
24598 lessgtr
24599 \end_layout
24600
24601 \end_inset
24602 </cell>
24603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24604 \begin_inset Text
24605
24606 \begin_layout Plain Layout
24607 \begin_inset Formula $\lessgtr$
24608 \end_inset
24609
24610
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 </row>
24616 <row>
24617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24618 \begin_inset Text
24619
24620 \begin_layout Plain Layout
24621
24622 \backslash
24623 parallel
24624 \end_layout
24625
24626 \end_inset
24627 </cell>
24628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24629 \begin_inset Text
24630
24631 \begin_layout Plain Layout
24632 \begin_inset Formula $\parallel$
24633 \end_inset
24634
24635
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 </row>
24641 <row>
24642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24643 \begin_inset Text
24644
24645 \begin_layout Plain Layout
24646
24647 \backslash
24648 nparallel
24649 \end_layout
24650
24651 \end_inset
24652 </cell>
24653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24654 \begin_inset Text
24655
24656 \begin_layout Plain Layout
24657 \begin_inset Formula $\nparallel$
24658 \end_inset
24659
24660
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 </row>
24666 </lyxtabular>
24667
24668 \end_inset
24669
24670
24671 \begin_inset space \hfill{}
24672 \end_inset
24673
24674
24675 \end_layout
24676
24677 \begin_layout Standard
24678 \begin_inset VSpace medskip
24679 \end_inset
24680
24681 Die Zeichen 
24682 \series bold
24683
24684 \backslash
24685 lhd
24686 \series default
24687  bzw.
24688  
24689 \series bold
24690
24691 \backslash
24692 rhd
24693 \series default
24694  sind größer als die gleich aussehenden Operatoren
24695 \begin_inset Newline linebreak
24696 \end_inset
24697
24698
24699 \series bold
24700
24701 \backslash
24702 triangleleft
24703 \series default
24704  bzw.
24705  
24706 \series bold
24707
24708 \backslash
24709 triangleright
24710 \series default
24711 .
24712 \end_layout
24713
24714 \begin_layout Standard
24715 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24716 \end_layout
24717
24718 \begin_layout Standard
24719 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24720 \series bold
24721
24722 \backslash
24723 stackrel
24724 \series default
24725
24726 \begin_inset Index idx
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 Befehle ! S ! 
24731 \backslash
24732 stackrel
24733 \end_layout
24734
24735 \end_inset
24736
24737  erstellt werden:
24738 \end_layout
24739
24740 \begin_layout Standard
24741 \align center
24742 \begin_inset Tabular
24743 <lyxtabular version="3" rows="2" columns="2">
24744 <features tabularvalignment="middle">
24745 <column alignment="center" valignment="top" width="0">
24746 <column alignment="center" valignment="top" width="0">
24747 <row>
24748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24749 \begin_inset Text
24750
24751 \begin_layout Plain Layout
24752 Befehl
24753 \end_layout
24754
24755 \end_inset
24756 </cell>
24757 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24758 \begin_inset Text
24759
24760 \begin_layout Plain Layout
24761 Ergebnis
24762 \begin_inset Note Note
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766
24767 \series bold
24768
24769 \backslash
24770 raisebox
24771 \series default
24772  dient nur als Abstandhalter.
24773 \end_layout
24774
24775 \end_inset
24776
24777
24778 \end_layout
24779
24780 \end_inset
24781 </cell>
24782 </row>
24783 <row>
24784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24785 \begin_inset Text
24786
24787 \begin_layout Plain Layout
24788 A(r)
24789 \backslash
24790 stackrel
24791 \begin_inset ERT
24792 status collapsed
24793
24794 \begin_layout Plain Layout
24795
24796
24797 \backslash
24798 leer 
24799 \end_layout
24800
24801 \end_inset
24802
24803 r
24804 \backslash
24805 to
24806 \backslash
24807 infty
24808 \begin_inset ERT
24809 status collapsed
24810
24811 \begin_layout Plain Layout
24812
24813
24814 \backslash
24815 leer 
24816 \end_layout
24817
24818 \end_inset
24819
24820
24821 \begin_inset Formula $\downarrow$
24822 \end_inset
24823
24824
24825 \backslash
24826 approx
24827 \begin_inset ERT
24828 status collapsed
24829
24830 \begin_layout Plain Layout
24831
24832
24833 \backslash
24834 leer 
24835 \end_layout
24836
24837 \end_inset
24838
24839
24840 \begin_inset ERT
24841 status collapsed
24842
24843 \begin_layout Plain Layout
24844
24845
24846 \backslash
24847 leer 
24848 \end_layout
24849
24850 \end_inset
24851
24852 B
24853 \end_layout
24854
24855 \end_inset
24856 </cell>
24857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24858 \begin_inset Text
24859
24860 \begin_layout Plain Layout
24861 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24862 \end_inset
24863
24864
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 </row>
24870 </lyxtabular>
24871
24872 \end_inset
24873
24874
24875 \end_layout
24876
24877 \begin_layout Section
24878 Funktionen
24879 \end_layout
24880
24881 \begin_layout Subsection
24882 Vordefinierte Funktionen
24883 \begin_inset CommandInset label
24884 LatexCommand label
24885 name "sub:Vordefinierte-Funktionen"
24886
24887 \end_inset
24888
24889
24890 \begin_inset Index idx
24891 status collapsed
24892
24893 \begin_layout Plain Layout
24894 Funktionen ! vordefinierte
24895 \end_layout
24896
24897 \end_inset
24898
24899
24900 \end_layout
24901
24902 \begin_layout Standard
24903 Allgemein werden in mathematischen Ausdrücken Variablen 
24904 \shape italic
24905 kursiv
24906 \shape default
24907  gesetzt, Funktionsnamen hingegen nicht, denn 
24908 \begin_inset Formula $sin$
24909 \end_inset
24910
24911  könnte als 
24912 \begin_inset Formula $s\cdot i\cdot n$
24913 \end_inset
24914
24915  missverstanden werden.
24916  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24917 en etwas abgesetzt sind.
24918  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24919 \end_layout
24920
24921 \begin_layout Standard
24922 \align center
24923 \begin_inset Tabular
24924 <lyxtabular version="3" rows="2" columns="4">
24925 <features tabularvalignment="middle">
24926 <column alignment="center" valignment="top" width="0pt">
24927 <column alignment="center" valignment="top" width="0pt">
24928 <column alignment="center" valignment="top" width="0pt">
24929 <column alignment="center" valignment="top" width="0pt">
24930 <row>
24931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935 Befehl
24936 \end_layout
24937
24938 \end_inset
24939 </cell>
24940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24941 \begin_inset Text
24942
24943 \begin_layout Plain Layout
24944 Ergebnis
24945 \end_layout
24946
24947 \end_inset
24948 </cell>
24949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24950 \begin_inset Text
24951
24952 \begin_layout Plain Layout
24953 Befehl
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962 Ergebnis
24963 \end_layout
24964
24965 \end_inset
24966 </cell>
24967 </row>
24968 <row>
24969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24970 \begin_inset Text
24971
24972 \begin_layout Plain Layout
24973 Asin(x)+B
24974 \end_layout
24975
24976 \end_inset
24977 </cell>
24978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24979 \begin_inset Text
24980
24981 \begin_layout Plain Layout
24982 \begin_inset Formula $Asin(x)+B$
24983 \end_inset
24984
24985
24986 \end_layout
24987
24988 \end_inset
24989 </cell>
24990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24991 \begin_inset Text
24992
24993 \begin_layout Plain Layout
24994 A
24995 \backslash
24996 sin(x)+B
24997 \end_layout
24998
24999 \end_inset
25000 </cell>
25001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25002 \begin_inset Text
25003
25004 \begin_layout Plain Layout
25005 \begin_inset Formula $A\sin(x)+B$
25006 \end_inset
25007
25008
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 </row>
25014 </lyxtabular>
25015
25016 \end_inset
25017
25018
25019 \end_layout
25020
25021 \begin_layout Standard
25022 Folgende Funktionen sind vordefiniert:
25023 \end_layout
25024
25025 \begin_layout Standard
25026 \begin_inset VSpace -2mm
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \align center
25034 \begin_inset Tabular
25035 <lyxtabular version="3" rows="9" columns="4">
25036 <features tabularvalignment="middle">
25037 <column alignment="center" valignment="top" width="0pt">
25038 <column alignment="center" valignment="top" width="0pt">
25039 <column alignment="center" valignment="top" width="0pt">
25040 <column alignment="center" valignment="top" width="0pt">
25041 <row>
25042 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25043 \begin_inset Text
25044
25045 \begin_layout Plain Layout
25046 Befehl
25047 \end_layout
25048
25049 \end_inset
25050 </cell>
25051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25052 \begin_inset Text
25053
25054 \begin_layout Plain Layout
25055 Befehl
25056 \end_layout
25057
25058 \end_inset
25059 </cell>
25060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25061 \begin_inset Text
25062
25063 \begin_layout Plain Layout
25064 Befehl
25065 \end_layout
25066
25067 \end_inset
25068 </cell>
25069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25070 \begin_inset Text
25071
25072 \begin_layout Plain Layout
25073 Befehl
25074 \end_layout
25075
25076 \end_inset
25077 </cell>
25078 </row>
25079 <row>
25080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25081 \begin_inset Text
25082
25083 \begin_layout Plain Layout
25084
25085 \backslash
25086 sin
25087 \end_layout
25088
25089 \end_inset
25090 </cell>
25091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25092 \begin_inset Text
25093
25094 \begin_layout Plain Layout
25095
25096 \backslash
25097 sinh
25098 \end_layout
25099
25100 \end_inset
25101 </cell>
25102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25103 \begin_inset Text
25104
25105 \begin_layout Plain Layout
25106
25107 \backslash
25108 arcsin
25109 \end_layout
25110
25111 \end_inset
25112 </cell>
25113 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25114 \begin_inset Text
25115
25116 \begin_layout Plain Layout
25117
25118 \backslash
25119 sup
25120 \end_layout
25121
25122 \end_inset
25123 </cell>
25124 </row>
25125 <row>
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 cos
25133 \end_layout
25134
25135 \end_inset
25136 </cell>
25137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25138 \begin_inset Text
25139
25140 \begin_layout Plain Layout
25141
25142 \backslash
25143 cosh
25144 \end_layout
25145
25146 \end_inset
25147 </cell>
25148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25149 \begin_inset Text
25150
25151 \begin_layout Plain Layout
25152
25153 \backslash
25154 arccos
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163
25164 \backslash
25165 inf
25166 \end_layout
25167
25168 \end_inset
25169 </cell>
25170 </row>
25171 <row>
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 tan
25179 \end_layout
25180
25181 \end_inset
25182 </cell>
25183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187
25188 \backslash
25189 tanh
25190 \end_layout
25191
25192 \end_inset
25193 </cell>
25194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25195 \begin_inset Text
25196
25197 \begin_layout Plain Layout
25198
25199 \backslash
25200 arctan
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209
25210 \backslash
25211 lim
25212 \end_layout
25213
25214 \end_inset
25215 </cell>
25216 </row>
25217 <row>
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 cot
25225 \end_layout
25226
25227 \end_inset
25228 </cell>
25229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25230 \begin_inset Text
25231
25232 \begin_layout Plain Layout
25233
25234 \backslash
25235 coth
25236 \end_layout
25237
25238 \end_inset
25239 </cell>
25240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244
25245 \backslash
25246 arg
25247 \end_layout
25248
25249 \end_inset
25250 </cell>
25251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25252 \begin_inset Text
25253
25254 \begin_layout Plain Layout
25255
25256 \backslash
25257 liminf
25258 \end_layout
25259
25260 \end_inset
25261 </cell>
25262 </row>
25263 <row>
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 sec
25271 \end_layout
25272
25273 \end_inset
25274 </cell>
25275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25276 \begin_inset Text
25277
25278 \begin_layout Plain Layout
25279
25280 \backslash
25281 min
25282 \end_layout
25283
25284 \end_inset
25285 </cell>
25286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25287 \begin_inset Text
25288
25289 \begin_layout Plain Layout
25290
25291 \backslash
25292 deg
25293 \end_layout
25294
25295 \end_inset
25296 </cell>
25297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25298 \begin_inset Text
25299
25300 \begin_layout Plain Layout
25301
25302 \backslash
25303 limsup
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 </row>
25309 <row>
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 csc
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325
25326 \backslash
25327 max
25328 \end_layout
25329
25330 \end_inset
25331 </cell>
25332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336
25337 \backslash
25338 det
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347
25348 \backslash
25349 Pr
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 </row>
25355 <row>
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 ln
25363 \end_layout
25364
25365 \end_inset
25366 </cell>
25367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25368 \begin_inset Text
25369
25370 \begin_layout Plain Layout
25371
25372 \backslash
25373 exp
25374 \end_layout
25375
25376 \end_inset
25377 </cell>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382
25383 \backslash
25384 dim
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \backslash
25395 hom
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 </row>
25401 <row>
25402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25403 \begin_inset Text
25404
25405 \begin_layout Plain Layout
25406
25407 \backslash
25408 lg
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417
25418 \backslash
25419 log
25420 \end_layout
25421
25422 \end_inset
25423 </cell>
25424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 ker
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 gcd
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 </row>
25447 </lyxtabular>
25448
25449 \end_inset
25450
25451
25452 \end_layout
25453
25454 \begin_layout Standard
25455 Sie können auch über den Mathe-Werkzeugleistenknopf 
25456 \begin_inset Graphics
25457         filename ../../images/math/functions.png
25458         scale 85
25459
25460 \end_inset
25461
25462  eingefügt werden.
25463 \end_layout
25464
25465 \begin_layout Subsection
25466 Selbst definierte Funktionen
25467 \begin_inset Index idx
25468 status collapsed
25469
25470 \begin_layout Plain Layout
25471 Funktionen ! selbstdefinierte
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \end_layout
25478
25479 \begin_layout Standard
25480 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25481 \begin_inset space \thinspace{}
25482 \end_inset
25483
25484 B.
25485  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25486 \end_layout
25487
25488 \begin_layout Itemize
25489 Man definiert die Funktion selbst.
25490  Dazu gibt man im LaTeX-Vorspann die Zeile
25491 \begin_inset Newline newline
25492 \end_inset
25493
25494
25495 \begin_inset VSpace -3mm
25496 \end_inset
25497
25498
25499 \begin_inset Newline newline
25500 \end_inset
25501
25502
25503 \series bold
25504
25505 \backslash
25506 DeclareMathOperator{
25507 \backslash
25508 sgn}{sgn}
25509 \series default
25510
25511 \begin_inset Index idx
25512 status collapsed
25513
25514 \begin_layout Plain Layout
25515 Befehle ! D ! 
25516 \backslash
25517 dbinom@
25518 \backslash
25519 DeclareMathOperator
25520 \end_layout
25521
25522 \end_inset
25523
25524
25525 \begin_inset Newline newline
25526 \end_inset
25527
25528
25529 \begin_inset VSpace -2mm
25530 \end_inset
25531
25532
25533 \begin_inset Newline newline
25534 \end_inset
25535
25536 ein
25537 \begin_inset Foot
25538 status collapsed
25539
25540 \begin_layout Plain Layout
25541 Näheres zu 
25542 \series bold
25543
25544 \backslash
25545 DeclareMathOperator
25546 \series default
25547  siehe 
25548 \begin_inset CommandInset ref
25549 LatexCommand ref
25550 reference "sub:Selbstdefinierte-Operatoren"
25551
25552 \end_inset
25553
25554 .
25555 \end_layout
25556
25557 \end_inset
25558
25559 .
25560  Nun kann man mit dem Befehl 
25561 \series bold
25562
25563 \backslash
25564 sgn
25565 \series default
25566  die neu definierte Funktion aufrufen.
25567 \end_layout
25568
25569 \begin_layout Itemize
25570 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25571  Beispiel die Buchstaben 
25572 \emph on
25573 sgn
25574 \emph default
25575 , und wandelt ihn in in mathematischen Text um.
25576  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25577 \end_layout
25578
25579 \begin_layout Standard
25580 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25581  Funktion
25582 \begin_inset Foot
25583 status collapsed
25584
25585 \begin_layout Plain Layout
25586 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25587 \end_layout
25588
25589 \end_inset
25590
25591 :
25592 \end_layout
25593
25594 \begin_layout Standard
25595 \align center
25596 \begin_inset Tabular
25597 <lyxtabular version="3" rows="3" columns="2">
25598 <features tabularvalignment="middle">
25599 <column alignment="center" valignment="top" width="0pt">
25600 <column alignment="center" valignment="top" width="0pt">
25601 <row>
25602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25603 \begin_inset Text
25604
25605 \begin_layout Plain Layout
25606 Befehl
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 Ergebnis
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 </row>
25621 <row>
25622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626 A
25627 \backslash
25628 sgn(x)+B
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 \begin_inset Formula $A\sgn(x)+B$
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 </row>
25646 <row>
25647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651 A
25652 \backslash
25653 ,
25654 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25655 \end_inset
25656
25657 (x)+B
25658 \end_layout
25659
25660 \end_inset
25661 </cell>
25662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25663 \begin_inset Text
25664
25665 \begin_layout Plain Layout
25666 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25667 \end_inset
25668
25669
25670 \end_layout
25671
25672 \end_inset
25673 </cell>
25674 </row>
25675 </lyxtabular>
25676
25677 \end_inset
25678
25679
25680 \end_layout
25681
25682 \begin_layout Standard
25683 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25684  mehrfach verwendet werden soll.
25685 \end_layout
25686
25687 \begin_layout Subsection
25688 Grenzwerte
25689 \begin_inset Index idx
25690 status collapsed
25691
25692 \begin_layout Plain Layout
25693 Grenzwerte
25694 \end_layout
25695
25696 \end_inset
25697
25698
25699 \end_layout
25700
25701 \begin_layout Standard
25702 Für Grenzwerte sind außer 
25703 \series bold
25704
25705 \backslash
25706 lim
25707 \series default
25708
25709 \begin_inset Index idx
25710 status collapsed
25711
25712 \begin_layout Plain Layout
25713 Befehle ! L ! 
25714 \backslash
25715 lim
25716 \end_layout
25717
25718 \end_inset
25719
25720
25721 \series bold
25722
25723 \backslash
25724 liminf
25725 \series default
25726  und 
25727 \series bold
25728
25729 \backslash
25730 limsup
25731 \series default
25732  noch folgende Funktionen definiert:
25733 \end_layout
25734
25735 \begin_layout Standard
25736 \align center
25737 \begin_inset Tabular
25738 <lyxtabular version="3" rows="5" columns="2">
25739 <features tabularvalignment="middle">
25740 <column alignment="center" valignment="top" width="0">
25741 <column alignment="center" valignment="top" width="0">
25742 <row>
25743 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25744 \begin_inset Text
25745
25746 \begin_layout Plain Layout
25747 Befehl
25748 \end_layout
25749
25750 \end_inset
25751 </cell>
25752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25753 \begin_inset Text
25754
25755 \begin_layout Plain Layout
25756 Ergebnis
25757 \begin_inset Note Note
25758 status collapsed
25759
25760 \begin_layout Plain Layout
25761
25762 \series bold
25763
25764 \backslash
25765 raisebox
25766 \series default
25767  dient nur als Abstandhalter.
25768 \end_layout
25769
25770 \end_inset
25771
25772
25773 \end_layout
25774
25775 \end_inset
25776 </cell>
25777 </row>
25778 <row>
25779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25780 \begin_inset Text
25781
25782 \begin_layout Plain Layout
25783
25784 \backslash
25785 varliminf
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794 \begin_inset Formula $\varliminf$
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808
25809 \backslash
25810 varlimsup
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 \begin_inset Formula $\varlimsup$
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 <row>
25829 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25830 \begin_inset Text
25831
25832 \begin_layout Plain Layout
25833
25834 \backslash
25835 varprojlim
25836 \end_layout
25837
25838 \end_inset
25839 </cell>
25840 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844 \begin_inset Formula $\varprojlim$
25845 \end_inset
25846
25847
25848 \end_layout
25849
25850 \end_inset
25851 </cell>
25852 </row>
25853 <row>
25854 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25855 \begin_inset Text
25856
25857 \begin_layout Plain Layout
25858
25859 \backslash
25860 varinjlim
25861 \end_layout
25862
25863 \end_inset
25864 </cell>
25865 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869 \begin_inset Formula $\varinjlim$
25870 \end_inset
25871
25872
25873 \begin_inset Formula $\raisebox{-2.5mm}{}$
25874 \end_inset
25875
25876
25877 \end_layout
25878
25879 \end_inset
25880 </cell>
25881 </row>
25882 </lyxtabular>
25883
25884 \end_inset
25885
25886
25887 \end_layout
25888
25889 \begin_layout Standard
25890 \begin_inset VSpace medskip
25891 \end_inset
25892
25893 Der Grenzwert wird durch Tiefstellen erzeugt.
25894  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25895 \end_layout
25896
25897 \begin_layout Standard
25898 \align center
25899 \begin_inset Tabular
25900 <lyxtabular version="3" rows="2" columns="2">
25901 <features tabularvalignment="middle">
25902 <column alignment="center" valignment="top" width="0pt">
25903 <column alignment="center" valignment="top" width="0pt">
25904 <row>
25905 <cell alignment="center" valignment="top" usebox="none">
25906 \begin_inset Text
25907
25908 \begin_layout Plain Layout
25909 Befehl
25910 \end_layout
25911
25912 \end_inset
25913 </cell>
25914 <cell alignment="center" valignment="top" usebox="none">
25915 \begin_inset Text
25916
25917 \begin_layout Plain Layout
25918 \begin_inset space \hspace{}
25919 \length 1cm
25920 \end_inset
25921
25922 Ergebnis
25923 \begin_inset Note Note
25924 status collapsed
25925
25926 \begin_layout Plain Layout
25927 Der Leerraum und 
25928 \series bold
25929
25930 \backslash
25931 raisebox
25932 \series default
25933  dienen nur als Abstandhalter.
25934 \end_layout
25935
25936 \end_inset
25937
25938
25939 \end_layout
25940
25941 \end_inset
25942 </cell>
25943 </row>
25944 <row>
25945 <cell alignment="center" valignment="top" usebox="none">
25946 \begin_inset Text
25947
25948 \begin_layout Plain Layout
25949
25950 \backslash
25951 lim_x
25952 \backslash
25953 to
25954 \begin_inset ERT
25955 status collapsed
25956
25957 \begin_layout Plain Layout
25958
25959
25960 \backslash
25961 leer 
25962 \end_layout
25963
25964 \end_inset
25965
25966 A
25967 \begin_inset ERT
25968 status collapsed
25969
25970 \begin_layout Plain Layout
25971
25972
25973 \backslash
25974 leer 
25975 \end_layout
25976
25977 \end_inset
25978
25979 x=B
25980 \end_layout
25981
25982 \end_inset
25983 </cell>
25984 <cell alignment="center" valignment="top" usebox="none">
25985 \begin_inset Text
25986
25987 \begin_layout Plain Layout
25988 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \end_inset
25995 </cell>
25996 </row>
25997 </lyxtabular>
25998
25999 \end_inset
26000
26001
26002 \end_layout
26003
26004 \begin_layout Standard
26005 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26006 \begin_inset Formula 
26007 \[
26008 \lim_{x\to A}x=B
26009 \]
26010
26011 \end_inset
26012
26013
26014 \end_layout
26015
26016 \begin_layout Standard
26017 \begin_inset Newpage newpage
26018 \end_inset
26019
26020
26021 \end_layout
26022
26023 \begin_layout Subsection
26024 Modulo-Funktionen
26025 \begin_inset Index idx
26026 status collapsed
26027
26028 \begin_layout Plain Layout
26029 Funktionen ! Modulo-
26030 \end_layout
26031
26032 \end_inset
26033
26034
26035 \end_layout
26036
26037 \begin_layout Standard
26038 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26039  Varianten.
26040 \end_layout
26041
26042 \begin_layout Standard
26043 Die Varianten in einer abgesetzten Formel:
26044 \begin_inset Formula 
26045 \begin{align*}
26046 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26047 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
26048 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
26049 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
26050 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
26051 \end{align*}
26052
26053 \end_inset
26054
26055
26056 \end_layout
26057
26058 \begin_layout Standard
26059 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26060  weniger Leerraum gesetzt.
26061  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
26062  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
26063 \begin_inset Formula 
26064 \begin{align*}
26065 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26066 \mathrm{a\backslash pod\textrm{\leer}bcd} &  & a\pod bcd\\
26067 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26068 \end{align*}
26069
26070 \end_inset
26071
26072
26073 \end_layout
26074
26075 \begin_layout Section
26076 Sonderzeichen
26077 \begin_inset Index idx
26078 status collapsed
26079
26080 \begin_layout Plain Layout
26081 Sonderzeichen
26082 \end_layout
26083
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Subsection
26090 Sonderzeichen im mathematischen Text
26091 \end_layout
26092
26093 \begin_layout Standard
26094 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26095  verwendet werden:
26096 \end_layout
26097
26098 \begin_layout Standard
26099 \begin_inset space \hfill{}
26100 \end_inset
26101
26102
26103 \begin_inset Tabular
26104 <lyxtabular version="3" rows="8" columns="2">
26105 <features tabularvalignment="middle">
26106 <column alignment="block" valignment="top" width="0">
26107 <column alignment="block" valignment="top" width="0">
26108 <row>
26109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 Befehl
26114 \end_layout
26115
26116 \end_inset
26117 </cell>
26118 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26119 \begin_inset Text
26120
26121 \begin_layout Plain Layout
26122 Ergebnis
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 </row>
26128 <row>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133
26134 \backslash
26135 oe
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144 \begin_inset Formula $\textrm{œ}$
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \end_inset
26151 </cell>
26152 </row>
26153 <row>
26154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26155 \begin_inset Text
26156
26157 \begin_layout Plain Layout
26158
26159 \backslash
26160 OE
26161 \end_layout
26162
26163 \end_inset
26164 </cell>
26165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26166 \begin_inset Text
26167
26168 \begin_layout Plain Layout
26169 \begin_inset Formula $\textrm{Œ}$
26170 \end_inset
26171
26172
26173 \end_layout
26174
26175 \end_inset
26176 </cell>
26177 </row>
26178 <row>
26179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26180 \begin_inset Text
26181
26182 \begin_layout Plain Layout
26183
26184 \backslash
26185 ae
26186 \end_layout
26187
26188 \end_inset
26189 </cell>
26190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26191 \begin_inset Text
26192
26193 \begin_layout Plain Layout
26194 \begin_inset Formula $\textrm{æ}$
26195 \end_inset
26196
26197
26198 \end_layout
26199
26200 \end_inset
26201 </cell>
26202 </row>
26203 <row>
26204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26205 \begin_inset Text
26206
26207 \begin_layout Plain Layout
26208
26209 \backslash
26210 AE
26211 \end_layout
26212
26213 \end_inset
26214 </cell>
26215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26216 \begin_inset Text
26217
26218 \begin_layout Plain Layout
26219 \begin_inset Formula $\textrm{Æ}$
26220 \end_inset
26221
26222
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 </row>
26228 <row>
26229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26230 \begin_inset Text
26231
26232 \begin_layout Plain Layout
26233
26234 \backslash
26235 aa
26236 \end_layout
26237
26238 \end_inset
26239 </cell>
26240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26241 \begin_inset Text
26242
26243 \begin_layout Plain Layout
26244 \begin_inset Formula $\textrm{\aa}$
26245 \end_inset
26246
26247
26248 \end_layout
26249
26250 \end_inset
26251 </cell>
26252 </row>
26253 <row>
26254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258
26259 \backslash
26260 AA
26261 \begin_inset Index idx
26262 status collapsed
26263
26264 \begin_layout Plain Layout
26265
26266 \backslash
26267 @
26268 \begin_inset ERT
26269 status collapsed
26270
26271 \begin_layout Plain Layout
26272
26273
26274 \backslash
26275 textrm{
26276 \backslash
26277 AA}
26278 \end_layout
26279
26280 \end_inset
26281
26282
26283 \end_layout
26284
26285 \end_inset
26286
26287
26288 \end_layout
26289
26290 \end_inset
26291 </cell>
26292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26293 \begin_inset Text
26294
26295 \begin_layout Plain Layout
26296 \begin_inset Formula $\textrm{Å}$
26297 \end_inset
26298
26299
26300 \end_layout
26301
26302 \end_inset
26303 </cell>
26304 </row>
26305 <row>
26306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26307 \begin_inset Text
26308
26309 \begin_layout Plain Layout
26310
26311 \backslash
26312 i
26313 \end_layout
26314
26315 \end_inset
26316 </cell>
26317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26318 \begin_inset Text
26319
26320 \begin_layout Plain Layout
26321 \begin_inset Formula $\textrm{ı}$
26322 \end_inset
26323
26324
26325 \end_layout
26326
26327 \end_inset
26328 </cell>
26329 </row>
26330 </lyxtabular>
26331
26332 \end_inset
26333
26334
26335 \begin_inset space \hfill{}
26336 \end_inset
26337
26338
26339 \begin_inset Tabular
26340 <lyxtabular version="3" rows="8" columns="2">
26341 <features tabularvalignment="middle">
26342 <column alignment="block" valignment="top" width="0">
26343 <column alignment="center" valignment="top" width="0">
26344 <row>
26345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26346 \begin_inset Text
26347
26348 \begin_layout Plain Layout
26349 Befehl
26350 \begin_inset Note Note
26351 status collapsed
26352
26353 \begin_layout Plain Layout
26354 Der Leerraum von 0
26355 \begin_inset space \thinspace{}
26356 \end_inset
26357
26358 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26359  ¿ erscheinen würde.
26360 \end_layout
26361
26362 \end_inset
26363
26364
26365 \end_layout
26366
26367 \end_inset
26368 </cell>
26369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26370 \begin_inset Text
26371
26372 \begin_layout Plain Layout
26373 Ergebnis
26374 \end_layout
26375
26376 \end_inset
26377 </cell>
26378 </row>
26379 <row>
26380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26381 \begin_inset Text
26382
26383 \begin_layout Plain Layout
26384
26385 \backslash
26386 o
26387 \end_layout
26388
26389 \end_inset
26390 </cell>
26391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26392 \begin_inset Text
26393
26394 \begin_layout Plain Layout
26395 \begin_inset Formula $\textrm{ø}$
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 </row>
26404 <row>
26405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26406 \begin_inset Text
26407
26408 \begin_layout Plain Layout
26409
26410 \backslash
26411 O
26412 \end_layout
26413
26414 \end_inset
26415 </cell>
26416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26417 \begin_inset Text
26418
26419 \begin_layout Plain Layout
26420 \begin_inset Formula $\textrm{Ø}$
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 </row>
26429 <row>
26430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26431 \begin_inset Text
26432
26433 \begin_layout Plain Layout
26434
26435 \backslash
26436 l
26437 \end_layout
26438
26439 \end_inset
26440 </cell>
26441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26442 \begin_inset Text
26443
26444 \begin_layout Plain Layout
26445 \begin_inset Formula $\textrm{ł}$
26446 \end_inset
26447
26448
26449 \end_layout
26450
26451 \end_inset
26452 </cell>
26453 </row>
26454 <row>
26455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26456 \begin_inset Text
26457
26458 \begin_layout Plain Layout
26459
26460 \backslash
26461 L
26462 \end_layout
26463
26464 \end_inset
26465 </cell>
26466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470 \begin_inset Formula $\textrm{Ł}$
26471 \end_inset
26472
26473
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 </row>
26479 <row>
26480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26481 \begin_inset Text
26482
26483 \begin_layout Plain Layout
26484 !
26485 \begin_inset space \hspace{}
26486 \length 0mm
26487 \end_inset
26488
26489 `
26490 \begin_inset ERT
26491 status collapsed
26492
26493 \begin_layout Plain Layout
26494
26495
26496 \backslash
26497 leer 
26498 \end_layout
26499
26500 \end_inset
26501
26502
26503 \end_layout
26504
26505 \end_inset
26506 </cell>
26507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26508 \begin_inset Text
26509
26510 \begin_layout Plain Layout
26511 \begin_inset Formula $\textrm{!`}$
26512 \end_inset
26513
26514
26515 \end_layout
26516
26517 \end_inset
26518 </cell>
26519 </row>
26520 <row>
26521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 ?
26526 \begin_inset space \hspace{}
26527 \length 0mm
26528 \end_inset
26529
26530 `
26531 \begin_inset ERT
26532 status collapsed
26533
26534 \begin_layout Plain Layout
26535
26536
26537 \backslash
26538 leer 
26539 \end_layout
26540
26541 \end_inset
26542
26543
26544 \end_layout
26545
26546 \end_inset
26547 </cell>
26548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26549 \begin_inset Text
26550
26551 \begin_layout Plain Layout
26552 \begin_inset Formula $\textrm{?`}$
26553 \end_inset
26554
26555
26556 \end_layout
26557
26558 \end_inset
26559 </cell>
26560 </row>
26561 <row>
26562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566
26567 \backslash
26568 j
26569 \end_layout
26570
26571 \end_inset
26572 </cell>
26573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26574 \begin_inset Text
26575
26576 \begin_layout Plain Layout
26577 \begin_inset Formula $\textrm{ȷ}$
26578 \end_inset
26579
26580
26581 \end_layout
26582
26583 \end_inset
26584 </cell>
26585 </row>
26586 </lyxtabular>
26587
26588 \end_inset
26589
26590
26591 \begin_inset space \hfill{}
26592 \end_inset
26593
26594
26595 \end_layout
26596
26597 \begin_layout Standard
26598 Die Zeichen 
26599 \begin_inset Formula $\textrm{\textrm{Å}}$
26600 \end_inset
26601
26602  und 
26603 \begin_inset Formula $\textrm{\textrm{Ø}}$
26604 \end_inset
26605
26606  können auch über den Mathe-Werkzeugleistenknopf 
26607 \begin_inset Graphics
26608         filename ../../images/math/digamma.png
26609         scale 85
26610
26611 \end_inset
26612
26613  eingefügt werden.
26614 \end_layout
26615
26616 \begin_layout Standard
26617 Eine Ausnahme bilden die Befehle 
26618 \series bold
26619 !
26620 \begin_inset space \hspace{}
26621 \length 0mm
26622 \end_inset
26623
26624 `
26625 \series default
26626  und 
26627 \series bold
26628 ?
26629 \begin_inset space \hspace{}
26630 \length 0mm
26631 \end_inset
26632
26633 `
26634 \series default
26635 , denn man kann sie in LyX direkt in den Text eingeben.
26636 \end_layout
26637
26638 \begin_layout Subsection
26639 Akzente im Text
26640 \begin_inset CommandInset label
26641 LatexCommand label
26642 name "sub:Sonderzeichen-Akzente"
26643
26644 \end_inset
26645
26646
26647 \begin_inset Index idx
26648 status collapsed
26649
26650 \begin_layout Plain Layout
26651 Akzente ! im Text
26652 \end_layout
26653
26654 \end_inset
26655
26656
26657 \end_layout
26658
26659 \begin_layout Standard
26660 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26661  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26662 \end_layout
26663
26664 \begin_layout Standard
26665 \begin_inset space \hfill{}
26666 \end_inset
26667
26668
26669 \begin_inset Tabular
26670 <lyxtabular version="3" rows="8" columns="2">
26671 <features tabularvalignment="middle">
26672 <column alignment="block" valignment="top" width="0">
26673 <column alignment="block" valignment="top" width="0">
26674 <row>
26675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679 Befehl
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26685 \begin_inset Text
26686
26687 \begin_layout Plain Layout
26688 Ergebnis
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 </row>
26694 <row>
26695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26696 \begin_inset Text
26697
26698 \begin_layout Plain Layout
26699
26700 \backslash
26701
26702 \begin_inset Quotes grd
26703 \end_inset
26704
26705 e
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Plain Layout
26714 \begin_inset ERT
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718
26719
26720 \backslash
26721 "e
26722 \end_layout
26723
26724 \end_inset
26725
26726
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 </row>
26732 <row>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737
26738 \backslash
26739 `e
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Plain Layout
26748 \begin_inset ERT
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752
26753
26754 \backslash
26755 `e
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \end_inset
26764 </cell>
26765 </row>
26766 <row>
26767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771
26772 \backslash
26773 ^
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 leer 
26782 \end_layout
26783
26784 \end_inset
26785
26786 e
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795 \begin_inset ERT
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799
26800
26801 \backslash
26802 ^e
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \end_inset
26811 </cell>
26812 </row>
26813 <row>
26814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26815 \begin_inset Text
26816
26817 \begin_layout Plain Layout
26818
26819 \backslash
26820 =e
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829 \begin_inset ERT
26830 status collapsed
26831
26832 \begin_layout Plain Layout
26833
26834
26835 \backslash
26836 =e
26837 \end_layout
26838
26839 \end_inset
26840
26841
26842 \end_layout
26843
26844 \end_inset
26845 </cell>
26846 </row>
26847 <row>
26848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26849 \begin_inset Text
26850
26851 \begin_layout Plain Layout
26852
26853 \backslash
26854 u
26855 \begin_inset ERT
26856 status collapsed
26857
26858 \begin_layout Plain Layout
26859
26860
26861 \backslash
26862 leer 
26863 \end_layout
26864
26865 \end_inset
26866
26867 e
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 \begin_inset ERT
26877 status collapsed
26878
26879 \begin_layout Plain Layout
26880
26881
26882 \backslash
26883 u e
26884 \end_layout
26885
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 </row>
26894 <row>
26895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26896 \begin_inset Text
26897
26898 \begin_layout Plain Layout
26899
26900 \backslash
26901 b
26902 \begin_inset ERT
26903 status collapsed
26904
26905 \begin_layout Plain Layout
26906
26907
26908 \backslash
26909 leer 
26910 \end_layout
26911
26912 \end_inset
26913
26914 e
26915 \end_layout
26916
26917 \end_inset
26918 </cell>
26919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26920 \begin_inset Text
26921
26922 \begin_layout Plain Layout
26923 \begin_inset ERT
26924 status collapsed
26925
26926 \begin_layout Plain Layout
26927
26928
26929 \backslash
26930 b e
26931 \end_layout
26932
26933 \end_inset
26934
26935
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 </row>
26941 <row>
26942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946
26947 \backslash
26948 t
26949 \begin_inset ERT
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953
26954
26955 \backslash
26956 leer 
26957 \end_layout
26958
26959 \end_inset
26960
26961 ee
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970 \begin_inset ERT
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974
26975
26976 \backslash
26977 t ee
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 </row>
26988 </lyxtabular>
26989
26990 \end_inset
26991
26992
26993 \begin_inset space \hfill{}
26994 \end_inset
26995
26996
26997 \begin_inset Tabular
26998 <lyxtabular version="3" rows="8" columns="2">
26999 <features tabularvalignment="middle">
27000 <column alignment="block" valignment="top" width="0">
27001 <column alignment="center" valignment="top" width="0">
27002 <row>
27003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27004 \begin_inset Text
27005
27006 \begin_layout Plain Layout
27007 Befehl
27008 \end_layout
27009
27010 \end_inset
27011 </cell>
27012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27013 \begin_inset Text
27014
27015 \begin_layout Plain Layout
27016 Ergebnis
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 </row>
27022 <row>
27023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Plain Layout
27027
27028 \backslash
27029 H
27030 \begin_inset ERT
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034
27035
27036 \backslash
27037 leer 
27038 \end_layout
27039
27040 \end_inset
27041
27042 e
27043 \end_layout
27044
27045 \end_inset
27046 </cell>
27047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27048 \begin_inset Text
27049
27050 \begin_layout Plain Layout
27051 \begin_inset ERT
27052 status collapsed
27053
27054 \begin_layout Plain Layout
27055
27056
27057 \backslash
27058 H e
27059 \end_layout
27060
27061 \end_inset
27062
27063
27064 \end_layout
27065
27066 \end_inset
27067 </cell>
27068 </row>
27069 <row>
27070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27071 \begin_inset Text
27072
27073 \begin_layout Plain Layout
27074
27075 \backslash
27076 'e
27077 \end_layout
27078
27079 \end_inset
27080 </cell>
27081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27082 \begin_inset Text
27083
27084 \begin_layout Plain Layout
27085 \begin_inset ERT
27086 status collapsed
27087
27088 \begin_layout Plain Layout
27089
27090
27091 \backslash
27092 'e
27093 \end_layout
27094
27095 \end_inset
27096
27097
27098 \end_layout
27099
27100 \end_inset
27101 </cell>
27102 </row>
27103 <row>
27104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27105 \begin_inset Text
27106
27107 \begin_layout Plain Layout
27108
27109 \backslash
27110 ~e
27111 \begin_inset Index idx
27112 status collapsed
27113
27114 \begin_layout Plain Layout
27115 Tilde
27116 \end_layout
27117
27118 \end_inset
27119
27120
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27126 \begin_inset Text
27127
27128 \begin_layout Plain Layout
27129 \begin_inset ERT
27130 status collapsed
27131
27132 \begin_layout Plain Layout
27133
27134
27135 \backslash
27136 ~e
27137 \end_layout
27138
27139 \end_inset
27140
27141
27142 \end_layout
27143
27144 \end_inset
27145 </cell>
27146 </row>
27147 <row>
27148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27149 \begin_inset Text
27150
27151 \begin_layout Plain Layout
27152
27153 \backslash
27154 .e
27155 \end_layout
27156
27157 \end_inset
27158 </cell>
27159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27160 \begin_inset Text
27161
27162 \begin_layout Plain Layout
27163 \begin_inset ERT
27164 status collapsed
27165
27166 \begin_layout Plain Layout
27167
27168
27169 \backslash
27170 .e
27171 \end_layout
27172
27173 \end_inset
27174
27175
27176 \end_layout
27177
27178 \end_inset
27179 </cell>
27180 </row>
27181 <row>
27182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27183 \begin_inset Text
27184
27185 \begin_layout Plain Layout
27186
27187 \backslash
27188 v
27189 \begin_inset ERT
27190 status collapsed
27191
27192 \begin_layout Plain Layout
27193
27194
27195 \backslash
27196 leer 
27197 \end_layout
27198
27199 \end_inset
27200
27201 e
27202 \end_layout
27203
27204 \end_inset
27205 </cell>
27206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27207 \begin_inset Text
27208
27209 \begin_layout Plain Layout
27210 \begin_inset ERT
27211 status collapsed
27212
27213 \begin_layout Plain Layout
27214
27215
27216 \backslash
27217 v e
27218 \end_layout
27219
27220 \end_inset
27221
27222
27223 \end_layout
27224
27225 \end_inset
27226 </cell>
27227 </row>
27228 <row>
27229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27230 \begin_inset Text
27231
27232 \begin_layout Plain Layout
27233
27234 \backslash
27235 d
27236 \begin_inset ERT
27237 status collapsed
27238
27239 \begin_layout Plain Layout
27240
27241
27242 \backslash
27243 leer 
27244 \end_layout
27245
27246 \end_inset
27247
27248 e
27249 \end_layout
27250
27251 \end_inset
27252 </cell>
27253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27254 \begin_inset Text
27255
27256 \begin_layout Plain Layout
27257 \begin_inset ERT
27258 status collapsed
27259
27260 \begin_layout Plain Layout
27261
27262
27263 \backslash
27264 d e
27265 \end_layout
27266
27267 \end_inset
27268
27269
27270 \end_layout
27271
27272 \end_inset
27273 </cell>
27274 </row>
27275 <row>
27276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27277 \begin_inset Text
27278
27279 \begin_layout Plain Layout
27280
27281 \backslash
27282 c
27283 \begin_inset ERT
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287
27288
27289 \backslash
27290 leer 
27291 \end_layout
27292
27293 \end_inset
27294
27295 e
27296 \end_layout
27297
27298 \end_inset
27299 </cell>
27300 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27301 \begin_inset Text
27302
27303 \begin_layout Plain Layout
27304 \begin_inset ERT
27305 status collapsed
27306
27307 \begin_layout Plain Layout
27308
27309
27310 \backslash
27311 c e
27312 \end_layout
27313
27314 \end_inset
27315
27316
27317 \end_layout
27318
27319 \end_inset
27320 </cell>
27321 </row>
27322 </lyxtabular>
27323
27324 \end_inset
27325
27326
27327 \begin_inset space \hfill{}
27328 \end_inset
27329
27330
27331 \end_layout
27332
27333 \begin_layout Standard
27334 \begin_inset VSpace medskip
27335 \end_inset
27336
27337 Mit dem Befehl 
27338 \series bold
27339
27340 \backslash
27341 t
27342 \series default
27343  können auch zwei verschiedene Zeichen akzentuiert werden.
27344  Der Befehl 
27345 \series bold
27346
27347 \backslash
27348 t
27349 \begin_inset ERT
27350 status collapsed
27351
27352 \begin_layout Plain Layout
27353
27354
27355 \backslash
27356 leer 
27357 \end_layout
27358
27359 \end_inset
27360
27361 sz
27362 \series default
27363  ergibt: 
27364 \begin_inset ERT
27365 status collapsed
27366
27367 \begin_layout Plain Layout
27368
27369
27370 \backslash
27371 t sz
27372 \end_layout
27373
27374 \end_inset
27375
27376
27377 \end_layout
27378
27379 \begin_layout Standard
27380 Die Akzente 
27381 \series bold
27382 `
27383 \series default
27384  , 
27385 \series bold
27386 '
27387 \series default
27388  und 
27389 \series bold
27390 ^
27391 \series default
27392  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27393  werden ohne den TeX-Modus zu benutzen.
27394  Dasselbe gilt für die Tilde
27395 \begin_inset Foot
27396 status collapsed
27397
27398 \begin_layout Plain Layout
27399 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27400 \end_layout
27401
27402 \end_inset
27403
27404  
27405 \series bold
27406 ~
27407 \series default
27408  in Verbindung mit 
27409 \emph on
27410 a
27411 \emph default
27412  , 
27413 \emph on
27414 n
27415 \emph default
27416  oder 
27417 \emph on
27418 o
27419 \emph default
27420 .
27421 \end_layout
27422
27423 \begin_layout Standard
27424 Die Befehle 
27425 \series bold
27426
27427 \backslash
27428 b
27429 \series default
27430  , 
27431 \series bold
27432
27433 \backslash
27434 c
27435 \series default
27436  , 
27437 \series bold
27438
27439 \backslash
27440 d
27441 \series default
27442  , 
27443 \series bold
27444
27445 \backslash
27446 H
27447 \series default
27448  , 
27449 \series bold
27450
27451 \backslash
27452 t
27453 \series default
27454  , 
27455 \series bold
27456
27457 \backslash
27458 u
27459 \series default
27460  , 
27461 \series bold
27462
27463 \backslash
27464 v
27465 \series default
27466  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27467  Textmodus verfügbar.
27468  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27469  
27470 \begin_inset CommandInset ref
27471 LatexCommand ref
27472 reference "sub:Akzente-für-ein"
27473
27474 \end_inset
27475
27476 .
27477 \end_layout
27478
27479 \begin_layout Standard
27480 \begin_inset VSpace bigskip
27481 \end_inset
27482
27483 Des Weiteren kann man mit dem Befehl 
27484 \series bold
27485
27486 \backslash
27487 textcircled
27488 \series default
27489
27490 \begin_inset Index idx
27491 status collapsed
27492
27493 \begin_layout Plain Layout
27494 Befehle ! T ! 
27495 \backslash
27496 textcircled
27497 \end_layout
27498
27499 \end_inset
27500
27501 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27502  Kreis setzen, quasi mit einem Kreis akzentuieren.
27503 \end_layout
27504
27505 \begin_layout Standard
27506 \align center
27507 \begin_inset Tabular
27508 <lyxtabular version="3" rows="3" columns="2">
27509 <features tabularvalignment="middle">
27510 <column alignment="center" valignment="top" width="0">
27511 <column alignment="center" valignment="top" width="0">
27512 <row>
27513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27514 \begin_inset Text
27515
27516 \begin_layout Plain Layout
27517 Befehl
27518 \end_layout
27519
27520 \end_inset
27521 </cell>
27522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27523 \begin_inset Text
27524
27525 \begin_layout Plain Layout
27526 Ergebnis
27527 \begin_inset Note Note
27528 status collapsed
27529
27530 \begin_layout Plain Layout
27531
27532 \series bold
27533
27534 \backslash
27535 raisebox
27536 \series default
27537  in der Formel dient nur als Abstandhalter.
27538 \end_layout
27539
27540 \end_inset
27541
27542
27543 \end_layout
27544
27545 \end_inset
27546 </cell>
27547 </row>
27548 <row>
27549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27550 \begin_inset Text
27551
27552 \begin_layout Plain Layout
27553
27554 \backslash
27555 textcircled{w}
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27561 \begin_inset Text
27562
27563 \begin_layout Plain Layout
27564 \begin_inset ERT
27565 status collapsed
27566
27567 \begin_layout Plain Layout
27568
27569
27570 \backslash
27571 textcircled{w}
27572 \end_layout
27573
27574 \end_inset
27575
27576
27577 \end_layout
27578
27579 \end_inset
27580 </cell>
27581 </row>
27582 <row>
27583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27584 \begin_inset Text
27585
27586 \begin_layout Plain Layout
27587
27588 \backslash
27589 Large 
27590 \backslash
27591 textcircled{
27592 \backslash
27593 normalsize
27594 \backslash
27595 protect
27596 \backslash
27597 raisebox{-1.5pt}{W}}
27598 \end_layout
27599
27600 \end_inset
27601 </cell>
27602 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27603 \begin_inset Text
27604
27605 \begin_layout Plain Layout
27606 \begin_inset Formula $\raisebox{4.5mm}{}$
27607 \end_inset
27608
27609
27610 \begin_inset ERT
27611 status collapsed
27612
27613 \begin_layout Plain Layout
27614
27615
27616 \backslash
27617 Large 
27618 \backslash
27619 textcircled{
27620 \backslash
27621 normalsize
27622 \backslash
27623 protect
27624 \backslash
27625 raisebox{-1.5pt}W}
27626 \end_layout
27627
27628 \end_inset
27629
27630
27631 \begin_inset Formula $\raisebox{-2mm}{}$
27632 \end_inset
27633
27634
27635 \end_layout
27636
27637 \end_inset
27638 </cell>
27639 </row>
27640 </lyxtabular>
27641
27642 \end_inset
27643
27644
27645 \end_layout
27646
27647 \begin_layout Standard
27648 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27649  
27650 \series bold
27651
27652 \backslash
27653 Large
27654 \series default
27655
27656 \begin_inset Foot
27657 status collapsed
27658
27659 \begin_layout Plain Layout
27660 siehe 
27661 \begin_inset CommandInset ref
27662 LatexCommand ref
27663 reference "sub:Schriftgrößen"
27664
27665 \end_inset
27666
27667
27668 \end_layout
27669
27670 \end_inset
27671
27672  bestimmt dabei die Größe des Kreises.
27673  Mit Hilfe von 
27674 \series bold
27675
27676 \backslash
27677 raisebox
27678 \series default
27679
27680 \begin_inset Foot
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684 siehe 
27685 \begin_inset CommandInset ref
27686 LatexCommand ref
27687 reference "sub:Boxen-ohne-Rahmen"
27688
27689 \end_inset
27690
27691
27692 \end_layout
27693
27694 \end_inset
27695
27696  kann man das Zeichen zentrieren.
27697 \end_layout
27698
27699 \begin_layout Subsection
27700 Minuskelziffern
27701 \begin_inset Index idx
27702 status collapsed
27703
27704 \begin_layout Plain Layout
27705 Minuskelziffern
27706 \end_layout
27707
27708 \end_inset
27709
27710
27711 \end_layout
27712
27713 \begin_layout Standard
27714 Minuskelziffern werden mit dem Befehl 
27715 \series bold
27716
27717 \backslash
27718 oldstylenums
27719 \series default
27720
27721 \begin_inset Index idx
27722 status collapsed
27723
27724 \begin_layout Plain Layout
27725 Befehle ! O ! 
27726 \backslash
27727 oldstylenums
27728 \end_layout
27729
27730 \end_inset
27731
27732  erzeugt.
27733  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27734  Das Befehlsschema lautet:
27735 \end_layout
27736
27737 \begin_layout Standard
27738
27739 \series bold
27740
27741 \backslash
27742 oldstylenums{Ziffer}
27743 \end_layout
27744
27745 \begin_layout Standard
27746 Der Befehl 
27747 \series bold
27748
27749 \backslash
27750 oldstylenums{0123456789
27751 \series default
27752  ergibt: 
27753 \begin_inset Formula $\oldstylenums{0123456789}$
27754 \end_inset
27755
27756
27757 \end_layout
27758
27759 \begin_layout Subsection
27760 Sonstige Sonderzeichen
27761 \begin_inset CommandInset label
27762 LatexCommand label
27763 name "sub:Sonstige-Sonderzeichen"
27764
27765 \end_inset
27766
27767
27768 \begin_inset Index idx
27769 status collapsed
27770
27771 \begin_layout Plain Layout
27772 Sonderzeichen ! sonstige
27773 \end_layout
27774
27775 \end_inset
27776
27777
27778 \end_layout
27779
27780 \begin_layout Standard
27781 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27782 \end_layout
27783
27784 \begin_layout Standard
27785 \align center
27786 \begin_inset Tabular
27787 <lyxtabular version="3" rows="4" columns="2">
27788 <features tabularvalignment="middle">
27789 <column alignment="center" valignment="top" width="0">
27790 <column alignment="center" valignment="top" width="0">
27791 <row>
27792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27793 \begin_inset Text
27794
27795 \begin_layout Plain Layout
27796 Befehl
27797 \end_layout
27798
27799 \end_inset
27800 </cell>
27801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27802 \begin_inset Text
27803
27804 \begin_layout Plain Layout
27805 Ergebnis
27806 \end_layout
27807
27808 \end_inset
27809 </cell>
27810 </row>
27811 <row>
27812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27813 \begin_inset Text
27814
27815 \begin_layout Plain Layout
27816
27817 \backslash
27818 ^
27819 \begin_inset ERT
27820 status collapsed
27821
27822 \begin_layout Plain Layout
27823
27824
27825 \backslash
27826 leer 
27827 \end_layout
27828
27829 \end_inset
27830
27831
27832 \end_layout
27833
27834 \end_inset
27835 </cell>
27836 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27837 \begin_inset Text
27838
27839 \begin_layout Plain Layout
27840 \begin_inset Formula $\mathcircumflex$
27841 \end_inset
27842
27843
27844 \end_layout
27845
27846 \end_inset
27847 </cell>
27848 </row>
27849 <row>
27850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27851 \begin_inset Text
27852
27853 \begin_layout Plain Layout
27854
27855 \backslash
27856 _
27857 \end_layout
27858
27859 \end_inset
27860 </cell>
27861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27862 \begin_inset Text
27863
27864 \begin_layout Plain Layout
27865 \begin_inset Formula $\_$
27866 \end_inset
27867
27868
27869 \end_layout
27870
27871 \end_inset
27872 </cell>
27873 </row>
27874 <row>
27875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27876 \begin_inset Text
27877
27878 \begin_layout Plain Layout
27879 ^
27880 \begin_inset ERT
27881 status collapsed
27882
27883 \begin_layout Plain Layout
27884
27885
27886 \backslash
27887 leer 
27888 \end_layout
27889
27890 \end_inset
27891
27892
27893 \backslash
27894 circ
27895 \begin_inset Index idx
27896 status collapsed
27897
27898 \begin_layout Plain Layout
27899
27900 \backslash
27901
27902 \end_layout
27903
27904 \end_inset
27905
27906
27907 \end_layout
27908
27909 \end_inset
27910 </cell>
27911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27912 \begin_inset Text
27913
27914 \begin_layout Plain Layout
27915 \begin_inset Formula $^{\circ}$
27916 \end_inset
27917
27918
27919 \end_layout
27920
27921 \end_inset
27922 </cell>
27923 </row>
27924 </lyxtabular>
27925
27926 \end_inset
27927
27928
27929 \end_layout
27930
27931 \begin_layout Standard
27932 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27933  folgende Zeile enthält
27934 \begin_inset Foot
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938 Mehr dazu ist in 
27939 \begin_inset CommandInset ref
27940 LatexCommand ref
27941 reference "sub:Textzeichen-in-Formeln"
27942
27943 \end_inset
27944
27945  beschrieben.
27946 \end_layout
27947
27948 \end_inset
27949
27950 :
27951 \end_layout
27952
27953 \begin_layout Standard
27954
27955 \series bold
27956
27957 \backslash
27958 DeclareInputText{176}{
27959 \backslash
27960 ifmmode^
27961 \backslash
27962 circ
27963 \backslash
27964 else
27965 \backslash
27966 textdegree
27967 \backslash
27968 fi}
27969 \end_layout
27970
27971 \begin_layout Section
27972 Formelstile
27973 \begin_inset CommandInset label
27974 LatexCommand label
27975 name "sec:Formelstile"
27976
27977 \end_inset
27978
27979
27980 \begin_inset Index idx
27981 status collapsed
27982
27983 \begin_layout Plain Layout
27984 Formel ! Stile
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \end_layout
27991
27992 \begin_layout Itemize
27993 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27994 \end_layout
27995
27996 \begin_deeper
27997 \begin_layout Description
27998 Zentriert ist der voreingestellte Standard
27999 \end_layout
28000
28001 \begin_layout Description
28002 Eingerückt dazu muss im Menü 
28003 \family sans
28004 Dokument\SpecialChar \menuseparator
28005 Einstellungen
28006 \family default
28007  unter 
28008 \family sans
28009 Dokumentklasse
28010 \family default
28011  die Option 
28012 \series bold
28013 fleqn
28014 \series default
28015  eingeben werden
28016 \end_layout
28017
28018 \begin_layout Standard
28019 Wird 
28020 \series bold
28021 Eingerückt
28022 \series default
28023  verwendet, kann mit der Länge 
28024 \series bold
28025
28026 \backslash
28027 mathindent
28028 \series default
28029
28030 \begin_inset Index idx
28031 status collapsed
28032
28033 \begin_layout Plain Layout
28034 Befehle ! M ! 
28035 \backslash
28036 mathindent
28037 \end_layout
28038
28039 \end_inset
28040
28041  die Einrückung eingestellt werden.
28042  Soll der Abstand 15
28043 \begin_inset space \thinspace{}
28044 \end_inset
28045
28046 mm betragen, gibt man im LaTeX-Vorspann die Zeile
28047 \end_layout
28048
28049 \begin_layout Standard
28050
28051 \series bold
28052
28053 \backslash
28054 setlength{
28055 \backslash
28056 mathindent}{15mm}
28057 \end_layout
28058
28059 \begin_layout Standard
28060 ein.
28061  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28062 \begin_inset space \thinspace{}
28063 \end_inset
28064
28065 pt verwendet.
28066 \end_layout
28067
28068 \end_deeper
28069 \begin_layout Itemize
28070 Und zwei verschiedene Nummerierungsstile:
28071 \end_layout
28072
28073 \begin_deeper
28074 \begin_layout Description
28075 Rechts ist der voreingestellte Standard
28076 \end_layout
28077
28078 \begin_layout Description
28079 Links dazu muss im Menü 
28080 \family sans
28081 Dokument\SpecialChar \menuseparator
28082 Einstellungen
28083 \family default
28084  unter 
28085 \family sans
28086 Dokumentklasse
28087 \family default
28088  die Option 
28089 \series bold
28090 leqno
28091 \series default
28092  eingeben werden
28093 \end_layout
28094
28095 \end_deeper
28096 \begin_layout Standard
28097
28098 \series bold
28099 fleqn
28100 \series default
28101  und 
28102 \series bold
28103 leqno
28104 \series default
28105  können auch gemeinsam verwendet werden.
28106  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28107 n.
28108 \end_layout
28109
28110 \begin_layout Standard
28111 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28112  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28113  ausgerichtete Formeln setzen, verwendet man den Stil 
28114 \series bold
28115 Zentriert
28116 \series default
28117 .
28118  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28119  
28120 \begin_inset CommandInset ref
28121 LatexCommand ref
28122 reference "sub:Flalign-Umgebung"
28123
28124 \end_inset
28125
28126 .
28127 \end_layout
28128
28129 \begin_layout Section
28130 Mehrzeilige Formeln
28131 \begin_inset CommandInset label
28132 LatexCommand label
28133 name "sec:Mehrzeilige-Formeln"
28134
28135 \end_inset
28136
28137
28138 \begin_inset Index idx
28139 status collapsed
28140
28141 \begin_layout Plain Layout
28142 Formel ! mehrzeilige
28143 \end_layout
28144
28145 \end_inset
28146
28147
28148 \end_layout
28149
28150 \begin_layout Subsection
28151 Allgemeines
28152 \end_layout
28153
28154 \begin_layout Standard
28155 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28156 \family sans
28157 \series bold
28158 Strg+Enter
28159 \family default
28160 \series default
28161  drückt.
28162  Dies erzeugt entweder eine 
28163 \series bold
28164 eqnarray-Umgebung
28165 \series default
28166 , die in 
28167 \begin_inset CommandInset ref
28168 LatexCommand ref
28169 reference "sub:Eqnarray-Umgebung"
28170
28171 \end_inset
28172
28173  beschrieben ist oder, wenn die Option 
28174 \family sans
28175 AMS-Mathe-Paket verwenden
28176 \family default
28177  in den Dokumenteinstellungen gewählt ist, eine 
28178 \series bold
28179 align-Umgebung
28180 \series default
28181 , die in 
28182 \begin_inset CommandInset ref
28183 LatexCommand ref
28184 reference "sub:Standard-align-Umgebung"
28185
28186 \end_inset
28187
28188  beschrieben ist.
28189 \end_layout
28190
28191 \begin_layout Standard
28192 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28193 \family sans
28194 Einfügen\SpecialChar \menuseparator
28195 Mathe
28196 \family default
28197  erstellt werden können.
28198  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28199 \end_layout
28200
28201 \begin_layout Standard
28202 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28203  man 
28204 \family sans
28205 Strg+Enter
28206 \family default
28207  drückt.
28208  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28209 fe 
28210 \begin_inset Graphics
28211         filename ../../images/tabular-feature_append-row.png
28212         scale 85
28213
28214 \end_inset
28215
28216  bzw.
28217 \begin_inset space ~
28218 \end_inset
28219
28220
28221 \begin_inset Graphics
28222         filename ../../images/tabular-feature_delete-row.png
28223         scale 85
28224
28225 \end_inset
28226
28227  oder das Menü 
28228 \family sans
28229 Bearbeiten\SpecialChar \menuseparator
28230 Zeilen & Spalten
28231 \family default
28232  verwendet werden.
28233 \end_layout
28234
28235 \begin_layout Subsubsection
28236 Zeilenabstand
28237 \begin_inset CommandInset label
28238 LatexCommand label
28239 name "sub:Zeilenabstand"
28240
28241 \end_inset
28242
28243
28244 \begin_inset Index idx
28245 status collapsed
28246
28247 \begin_layout Plain Layout
28248 Formel ! mehrzeilige ! Zeilenabstand
28249 \end_layout
28250
28251 \end_inset
28252
28253
28254 \end_layout
28255
28256 \begin_layout Standard
28257 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28258 \begin_inset Formula 
28259 \begin{eqnarray*}
28260 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}\\
28261 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
28262 \end{eqnarray*}
28263
28264 \end_inset
28265
28266
28267 \end_layout
28268
28269 \begin_layout Standard
28270 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28271 chbefehls angegeben.
28272  Dies ist in LyX aber nicht möglich
28273 \begin_inset Foot
28274 status collapsed
28275
28276 \begin_layout Plain Layout
28277 siehe 
28278 \begin_inset CommandInset href
28279 LatexCommand href
28280 name "LyX-Fehler #1505"
28281 target "http://www.lyx.org/trac/ticket/1505"
28282
28283 \end_inset
28284
28285
28286 \end_layout
28287
28288 \end_inset
28289
28290 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28291  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28292  Zeile den Befehl 
28293 \series bold
28294
28295 \backslash
28296
28297 \backslash
28298 [3mm]
28299 \series default
28300  ein.
28301  Damit erhält man: 
28302 \begin_inset ERT
28303 status collapsed
28304
28305 \begin_layout Plain Layout
28306
28307
28308 \backslash
28309 begin{eqnarray*}
28310 \end_layout
28311
28312 \begin_layout Plain Layout
28313
28314 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28315  = & 
28316 \backslash
28317 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28318 \backslash
28319
28320 \backslash
28321 [3mm]
28322 \end_layout
28323
28324 \begin_layout Plain Layout
28325
28326 4x^{2}
28327 \backslash
28328 left(B^{2}+x_{0}^{2}
28329 \backslash
28330 right)+4x_{0}x
28331 \backslash
28332 left(D-B^{2}
28333 \backslash
28334 right)+B^{2}
28335 \backslash
28336 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28337 \backslash
28338 right) & = & 0
28339 \end_layout
28340
28341 \begin_layout Plain Layout
28342
28343
28344 \backslash
28345 end{eqnarray*}
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \begin_layout Standard
28354 \begin_inset VSpace bigskip
28355 \end_inset
28356
28357 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28358  man die Länge 
28359 \series bold
28360
28361 \backslash
28362 jot
28363 \series default
28364
28365 \begin_inset Index idx
28366 status collapsed
28367
28368 \begin_layout Plain Layout
28369 Befehle ! J ! 
28370 \backslash
28371 jot
28372 \end_layout
28373
28374 \end_inset
28375
28376 .
28377  Es gilt 
28378 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28379 \end_inset
28380
28381 .
28382  Voreingestellt ist für 
28383 \series bold
28384
28385 \backslash
28386 jot
28387 \series default
28388  der Wert 3
28389 \begin_inset space \thinspace{}
28390 \end_inset
28391
28392 pt.
28393  Um wie im vorigen Beispiel 3
28394 \begin_inset space \thinspace{}
28395 \end_inset
28396
28397 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28398 \end_layout
28399
28400 \begin_layout Standard
28401
28402 \series bold
28403
28404 \backslash
28405 setlength{
28406 \backslash
28407 jot}{3mm+3pt}
28408 \end_layout
28409
28410 \begin_layout Standard
28411 im TeX-Modus vor der Formel ein.
28412  Das setzt voraus, dass das LaTeX-Paket 
28413 \series bold
28414 calc
28415 \series default
28416
28417 \begin_inset Foot
28418 status collapsed
28419
28420 \begin_layout Plain Layout
28421
28422 \series bold
28423 calc
28424 \series default
28425  ist Teil jeder LaTeX-Standardinstallation.
28426 \end_layout
28427
28428 \end_inset
28429
28430
28431 \begin_inset Index idx
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435 Pakete ! calc
28436 \end_layout
28437
28438 \end_inset
28439
28440  im LaTeX-Vorspann mit der Zeile
28441 \end_layout
28442
28443 \begin_layout Standard
28444
28445 \series bold
28446
28447 \backslash
28448 usepackage{calc}
28449 \end_layout
28450
28451 \begin_layout Standard
28452 geladen wurde.
28453 \end_layout
28454
28455 \begin_layout Standard
28456 Man erhält: 
28457 \begin_inset ERT
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461
28462
28463 \backslash
28464 setlength{
28465 \backslash
28466 jot}{3mm+3pt}
28467 \end_layout
28468
28469 \end_inset
28470
28471
28472 \begin_inset Formula 
28473 \begin{eqnarray*}
28474 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}\\
28475 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
28476 \end{eqnarray*}
28477
28478 \end_inset
28479
28480
28481 \end_layout
28482
28483 \begin_layout Standard
28484 \begin_inset ERT
28485 status collapsed
28486
28487 \begin_layout Plain Layout
28488
28489
28490 \backslash
28491 setlength{
28492 \backslash
28493 jot}{3pt}
28494 \end_layout
28495
28496 \end_inset
28497
28498  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28499 \series bold
28500
28501 \backslash
28502 jot
28503 \series default
28504  auf den Wert 3
28505 \begin_inset space \thinspace{}
28506 \end_inset
28507
28508 pt.
28509 \end_layout
28510
28511 \begin_layout Subsubsection
28512 Spaltenabstand
28513 \begin_inset CommandInset label
28514 LatexCommand label
28515 name "sub:Spaltenabstand"
28516
28517 \end_inset
28518
28519
28520 \begin_inset Index idx
28521 status collapsed
28522
28523 \begin_layout Plain Layout
28524 Formel ! mehrzeilige ! Spaltenabstand
28525 \end_layout
28526
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \begin_layout Standard
28533 Mehrzeilige Formeln bilden eine Matrix.
28534  Eine Formel in der Eqnarray-Umgebung ist z.
28535 \begin_inset space \thinspace{}
28536 \end_inset
28537
28538 B.
28539  eine dreispaltige Matrix.
28540  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28541  neben den Relationszeichen ändern.
28542 \end_layout
28543
28544 \begin_layout Standard
28545 Der Spaltenabstand wird mit der Länge 
28546 \series bold
28547
28548 \backslash
28549 arraycolsep
28550 \series default
28551
28552 \begin_inset Index idx
28553 status collapsed
28554
28555 \begin_layout Plain Layout
28556 Befehle ! A ! 
28557 \backslash
28558 arraycolsep
28559 \end_layout
28560
28561 \end_inset
28562
28563  festgelegt, wobei gilt:
28564 \begin_inset Newline newline
28565 \end_inset
28566
28567 Spaltenabstand = 2
28568 \begin_inset space \thinspace{}
28569 \end_inset
28570
28571
28572 \series bold
28573
28574 \backslash
28575 arraycolsep
28576 \series default
28577 .
28578 \begin_inset Newline newline
28579 \end_inset
28580
28581 Der im TeX-Modus eingegebene Befehl
28582 \end_layout
28583
28584 \begin_layout Standard
28585
28586 \series bold
28587
28588 \backslash
28589 setlength{
28590 \backslash
28591 arraycolsep}{1cm}
28592 \end_layout
28593
28594 \begin_layout Standard
28595 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28596 \begin_inset space \thinspace{}
28597 \end_inset
28598
28599 cm.
28600  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28601 \series bold
28602
28603 \backslash
28604 arraycolsep
28605 \series default
28606  auf 5
28607 \begin_inset space \thinspace{}
28608 \end_inset
28609
28610 pt.
28611 \end_layout
28612
28613 \begin_layout Standard
28614 Eine Formel mit 2
28615 \begin_inset space \thinspace{}
28616 \end_inset
28617
28618 cm Spaltenabstand:
28619 \begin_inset ERT
28620 status collapsed
28621
28622 \begin_layout Plain Layout
28623
28624
28625 \backslash
28626 setlength{
28627 \backslash
28628 arraycolsep}{1cm}
28629 \end_layout
28630
28631 \end_inset
28632
28633
28634 \begin_inset Formula 
28635 \begin{eqnarray*}
28636 A & = & B\\
28637 C & \ne & A
28638 \end{eqnarray*}
28639
28640 \end_inset
28641
28642 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28643 \begin_inset space \thinspace{}
28644 \end_inset
28645
28646 pt:
28647 \begin_inset ERT
28648 status collapsed
28649
28650 \begin_layout Plain Layout
28651
28652
28653 \backslash
28654 setlength{
28655 \backslash
28656 arraycolsep}{5pt}
28657 \end_layout
28658
28659 \end_inset
28660
28661
28662 \begin_inset Formula 
28663 \begin{eqnarray*}
28664 A & = & B\\
28665 C & \ne & A
28666 \end{eqnarray*}
28667
28668 \end_inset
28669
28670
28671 \end_layout
28672
28673 \begin_layout Subsubsection
28674 Lange Formeln
28675 \begin_inset Index idx
28676 status collapsed
28677
28678 \begin_layout Plain Layout
28679 Formel ! lange
28680 \end_layout
28681
28682 \end_inset
28683
28684
28685 \end_layout
28686
28687 \begin_layout Standard
28688 Lange Formeln kann man wie folgt setzen:
28689 \end_layout
28690
28691 \begin_layout Itemize
28692 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28693  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28694 \begin_inset Formula 
28695 \begin{eqnarray}
28696 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 \\
28697  &  & -\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}
28698 \end{eqnarray}
28699
28700 \end_inset
28701
28702 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28703  als Operator, da es das erste Zeichen der Zeile ist.
28704  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28705  Bruchstrich unterscheiden.
28706  Um das zu verhindern, wurde mit dem Befehl 
28707 \series bold
28708
28709 \backslash
28710 hspace
28711 \series default
28712  3
28713 \begin_inset space \thinspace{}
28714 \end_inset
28715
28716 pt Leerraum hinter das Minuszeichen eingefügt.
28717 \begin_inset Foot
28718 status collapsed
28719
28720 \begin_layout Plain Layout
28721 mehr zu 
28722 \series bold
28723
28724 \backslash
28725 hspace
28726 \series default
28727  siehe 
28728 \begin_inset CommandInset ref
28729 LatexCommand ref
28730 reference "sub:Variabler-Leerraum"
28731
28732 \end_inset
28733
28734
28735 \end_layout
28736
28737 \end_inset
28738
28739
28740 \begin_inset Index idx
28741 status collapsed
28742
28743 \begin_layout Plain Layout
28744 Befehle ! H ! 
28745 \backslash
28746 hspace
28747 \end_layout
28748
28749 \end_inset
28750
28751
28752 \end_layout
28753
28754 \begin_layout Itemize
28755 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28756 \series bold
28757
28758 \backslash
28759 lefteqn
28760 \series default
28761
28762 \begin_inset Index idx
28763 status collapsed
28764
28765 \begin_layout Plain Layout
28766 Befehle ! L ! 
28767 \backslash
28768 lefteqn
28769 \end_layout
28770
28771 \end_inset
28772
28773 .
28774  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28775  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28776 \begin_inset Formula 
28777 \begin{eqnarray}
28778 \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 \\
28779  &  & -\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 \\
28780  &  & =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}
28781 \end{eqnarray}
28782
28783 \end_inset
28784
28785 Nachdem man 
28786 \series bold
28787
28788 \backslash
28789 lefteqn
28790 \series default
28791  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28792  das gegenüber dem blauen leicht verschoben ist.
28793  In dieses wird die Formel eingegeben.
28794 \begin_inset Newline newline
28795 \end_inset
28796
28797 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28798  eingegeben.
28799  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28800  Einrückung.
28801 \begin_inset VSpace medskip
28802 \end_inset
28803
28804
28805 \begin_inset Newline newline
28806 \end_inset
28807
28808
28809 \begin_inset Note Greyedout
28810 status open
28811
28812 \begin_layout Plain Layout
28813 Bei der Verwendung von 
28814 \series bold
28815
28816 \backslash
28817 lefteqn
28818 \series default
28819  ist Folgendes zu beachten:
28820 \end_layout
28821
28822 \begin_layout Itemize
28823 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28824  Würde man in obigem Beispiel der ersten Zeile den Term 
28825 \begin_inset Formula $-B^{2}$
28826 \end_inset
28827
28828  anfügen, befände sich dieser außerhalb des Seitenrands.
28829  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28830  Leerraum einfügen.
28831 \end_layout
28832
28833 \begin_layout Itemize
28834 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28835  erste Zeile gesetzt werden.
28836 \begin_inset Foot
28837 status collapsed
28838
28839 \begin_layout Plain Layout
28840 \begin_inset CommandInset href
28841 LatexCommand href
28842 name "LyX-Fehler #1429"
28843 target "http://www.lyx.org/trac/ticket/1429"
28844
28845 \end_inset
28846
28847
28848 \end_layout
28849
28850 \end_inset
28851
28852  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28853  Pfeiltasten bewegen.
28854 \end_layout
28855
28856 \end_inset
28857
28858
28859 \end_layout
28860
28861 \begin_layout Itemize
28862 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28863 \begin_inset CommandInset ref
28864 LatexCommand ref
28865 reference "sub:Multline-Umgebung"
28866
28867 \end_inset
28868
28869  und 
28870 \begin_inset CommandInset ref
28871 LatexCommand ref
28872 reference "sub:Mehrzeilige-Formelteile"
28873
28874 \end_inset
28875
28876  beschriebenen Umgebungen.
28877 \end_layout
28878
28879 \begin_layout Subsubsection
28880 Mehrzeilige Klammern
28881 \begin_inset CommandInset label
28882 LatexCommand label
28883 name "sub:Mehrzeilige-Klammern"
28884
28885 \end_inset
28886
28887
28888 \begin_inset Index idx
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892 Klammern ! mehrzeilige
28893 \end_layout
28894
28895 \end_inset
28896
28897
28898 \end_layout
28899
28900 \begin_layout Standard
28901 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28902 \begin_inset Formula 
28903 \begin{eqnarray*}
28904 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28905  &  & \left.\cdots+B-D\right]
28906 \end{eqnarray*}
28907
28908 \end_inset
28909
28910
28911 \end_layout
28912
28913 \begin_layout Standard
28914 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28915  Größe dürfen nicht über mehrere Zeilen gehen.
28916 \end_layout
28917
28918 \begin_layout Standard
28919 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28920  erste Zeile mit 
28921 \series bold
28922
28923 \backslash
28924 right.
28925 \series default
28926
28927 \begin_inset Index idx
28928 status collapsed
28929
28930 \begin_layout Plain Layout
28931 Befehle ! R ! 
28932 \backslash
28933 right
28934 \end_layout
28935
28936 \end_inset
28937
28938  und beginnt die zweite Zeile mit 
28939 \series bold
28940
28941 \backslash
28942 left.
28943 \begin_inset Foot
28944 status collapsed
28945
28946 \begin_layout Plain Layout
28947 mehr zu 
28948 \series bold
28949
28950 \backslash
28951 left
28952 \series default
28953  und 
28954 \series bold
28955
28956 \backslash
28957 right
28958 \series default
28959  siehe 
28960 \begin_inset CommandInset ref
28961 LatexCommand ref
28962 reference "sub:Automatische-Klammergrößen"
28963
28964 \end_inset
28965
28966
28967 \end_layout
28968
28969 \end_inset
28970
28971
28972 \series default
28973
28974 \begin_inset Index idx
28975 status collapsed
28976
28977 \begin_layout Plain Layout
28978 Befehle ! L ! 
28979 \backslash
28980 left
28981 \end_layout
28982
28983 \end_inset
28984
28985 .
28986  Nach 
28987 \series bold
28988
28989 \backslash
28990 left.
28991
28992 \series default
28993  gibt man den Befehl 
28994 \series bold
28995
28996 \backslash
28997 vphantom
28998 \series default
28999
29000 \begin_inset ERT
29001 status collapsed
29002
29003 \begin_layout Plain Layout
29004
29005
29006 \backslash
29007 leer 
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \series bold
29014
29015 \backslash
29016 prod
29017 \series default
29018 ^
29019 \begin_inset ERT
29020 status collapsed
29021
29022 \begin_layout Plain Layout
29023
29024
29025 \backslash
29026 leer 
29027 \end_layout
29028
29029 \end_inset
29030
29031
29032 \series bold
29033
29034 \backslash
29035 infty
29036 \series default
29037
29038 \begin_inset ERT
29039 status collapsed
29040
29041 \begin_layout Plain Layout
29042
29043
29044 \backslash
29045 leer 
29046 \end_layout
29047
29048 \end_inset
29049
29050
29051 \series bold
29052
29053 \begin_inset Formula $\downarrow$
29054 \end_inset
29055
29056 _R=1}
29057 \series default
29058
29059 \begin_inset Index idx
29060 status collapsed
29061
29062 \begin_layout Plain Layout
29063 Befehle ! V ! 
29064 \backslash
29065 vphantom
29066 \end_layout
29067
29068 \end_inset
29069
29070  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29071  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29072 \end_layout
29073
29074 \begin_layout Standard
29075 Das Ergebnis sieht so aus:
29076 \begin_inset Formula 
29077 \begin{eqnarray*}
29078 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29079  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29080 \end{eqnarray*}
29081
29082 \end_inset
29083
29084
29085 \end_layout
29086
29087 \begin_layout Subsection
29088 Align-Umgebungen
29089 \end_layout
29090
29091 \begin_layout Standard
29092 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29093  werden.
29094  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29095 \end_layout
29096
29097 \begin_layout Standard
29098 Align-Umgebungen bestehen aus Spalten.
29099  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29100  ausgerichtet.
29101  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29102 \end_layout
29103
29104 \begin_layout Standard
29105 Align-Umgebung werden über das Menü 
29106 \family sans
29107 Einfügen\SpecialChar \menuseparator
29108 Mathe
29109 \family default
29110  erstellt.
29111  Über das Menü 
29112 \family sans
29113 Bearbeiten\SpecialChar \menuseparator
29114 Mathe\SpecialChar \menuseparator
29115 Formelart
29116 \begin_inset space ~
29117 \end_inset
29118
29119 ändern
29120 \family default
29121  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29122 \end_layout
29123
29124 \begin_layout Standard
29125 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29126
29127 \begin_inset Graphics
29128         filename ../../images/tabular-feature_append-column.png
29129         scale 85
29130
29131 \end_inset
29132
29133  bzw.
29134 \begin_inset space ~
29135 \end_inset
29136
29137
29138 \begin_inset Graphics
29139         filename ../../images/tabular-feature_delete-column.png
29140         scale 85
29141
29142 \end_inset
29143
29144  oder das Menü 
29145 \family sans
29146 Bearbeiten\SpecialChar \menuseparator
29147 Zeilen & Spalten
29148 \family default
29149  verwendet werden.
29150 \end_layout
29151
29152 \begin_layout Subsubsection
29153 Standard align-Umgebung
29154 \begin_inset CommandInset label
29155 LatexCommand label
29156 name "sub:Standard-align-Umgebung"
29157
29158 \end_inset
29159
29160
29161 \begin_inset Index idx
29162 status collapsed
29163
29164 \begin_layout Plain Layout
29165 Formel ! mehrzeilige ! align-Umgebung
29166 \end_layout
29167
29168 \end_inset
29169
29170
29171 \end_layout
29172
29173 \begin_layout Standard
29174 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29175 \family sans
29176 Strg+Enter
29177 \family default
29178  drückt oder das Menü 
29179 \family sans
29180 Einfügen\SpecialChar \menuseparator
29181 Mathe\SpecialChar \menuseparator
29182 AMS align-Umge\SpecialChar \-
29183 bung
29184 \family default
29185  aufruft.
29186 \end_layout
29187
29188 \begin_layout Standard
29189 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29190 n align-Umgebung erzeugt wurden:
29191 \begin_inset Formula 
29192 \begin{align*}
29193 A & =\sin(B) & C & =D\\
29194 C & \ne A & B & \ne D
29195 \end{align*}
29196
29197 \end_inset
29198
29199 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29200  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29201 \series bold
29202
29203 \backslash
29204 hfill
29205 \begin_inset Foot
29206 status collapsed
29207
29208 \begin_layout Plain Layout
29209 mehr zu 
29210 \series bold
29211
29212 \backslash
29213 hfill
29214 \series default
29215  siehe 
29216 \begin_inset CommandInset ref
29217 LatexCommand ref
29218 reference "sub:Variabler-Leerraum"
29219
29220 \end_inset
29221
29222
29223 \end_layout
29224
29225 \end_inset
29226
29227
29228 \series default
29229  befinden.
29230  Ist der Formelstil 
29231 \series bold
29232 Eingerückt
29233 \begin_inset Foot
29234 status collapsed
29235
29236 \begin_layout Plain Layout
29237 Formelstile siehe 
29238 \begin_inset CommandInset ref
29239 LatexCommand ref
29240 reference "sec:Formelstile"
29241
29242 \end_inset
29243
29244
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \series default
29251  gewählt, wird die Formel ohne den 
29252 \series bold
29253
29254 \backslash
29255 hfill
29256 \series default
29257  vor der ersten Spalte gesetzt.
29258 \end_layout
29259
29260 \begin_layout Subsubsection
29261 Alignat-Umgebung
29262 \begin_inset Index idx
29263 status collapsed
29264
29265 \begin_layout Plain Layout
29266 Formel ! mehrzeilige ! alignat-Umgebung
29267 \end_layout
29268
29269 \end_inset
29270
29271
29272 \end_layout
29273
29274 \begin_layout Standard
29275 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29276  Man kann ihn manuell durch die in 
29277 \begin_inset CommandInset ref
29278 LatexCommand ref
29279 reference "sub:Leerraum"
29280
29281 \end_inset
29282
29283  beschriebenen Leerräume einfügen.
29284 \end_layout
29285
29286 \begin_layout Standard
29287 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29288  Formel 1
29289 \begin_inset space \thinspace{}
29290 \end_inset
29291
29292 cm Leerraum eingefügt wurde:
29293 \begin_inset Formula 
29294 \begin{alignat*}{2}
29295 A & =\sin(B) & \hspace{1cm}C & =D\\
29296 C & \ne A & B & \ne D
29297 \end{alignat*}
29298
29299 \end_inset
29300
29301 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29302  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29303  Formeln.
29304 \end_layout
29305
29306 \begin_layout Subsubsection
29307 Flalign-Umgebung
29308 \begin_inset CommandInset label
29309 LatexCommand label
29310 name "sub:Flalign-Umgebung"
29311
29312 \end_inset
29313
29314
29315 \begin_inset Index idx
29316 status collapsed
29317
29318 \begin_layout Plain Layout
29319 Formel ! mehrzeilige ! flalign-Umgebung
29320 \end_layout
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29329  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29330  Dazu ein Beispiel:
29331 \begin_inset Formula 
29332 \begin{flalign*}
29333 A & =1 & B & =2 & C & =3\\
29334 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29335 \end{flalign*}
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \begin_layout Standard
29343 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29344  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29345  im Dokument links setzen obwohl der Formelstil 
29346 \series bold
29347 Zentriert
29348 \series default
29349  eingestellt ist.
29350  Als Beispiel die eingerückte ausgerichtete Formel 
29351 \begin_inset CommandInset ref
29352 LatexCommand eqref
29353 reference "eq:VolInt"
29354
29355 \end_inset
29356
29357 :
29358 \begin_inset Formula 
29359 \begin{flalign}
29360 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29361 \end{flalign}
29362
29363 \end_inset
29364
29365 In den ersten beiden Spalten befindet sich die Formel.
29366  Damit sie wie beim Formelstil 
29367 \series bold
29368 Eingerückt
29369 \series default
29370  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29371 \begin_inset space \thinspace{}
29372 \end_inset
29373
29374 pt Leerraum eingefügt.
29375 \end_layout
29376
29377 \begin_layout Subsection
29378 Eqnarray-Umgebung
29379 \begin_inset CommandInset label
29380 LatexCommand label
29381 name "sub:Eqnarray-Umgebung"
29382
29383 \end_inset
29384
29385
29386 \begin_inset Index idx
29387 status collapsed
29388
29389 \begin_layout Plain Layout
29390 Formel ! mehrzeilige ! Eqnarray-Umgebung
29391 \end_layout
29392
29393 \end_inset
29394
29395
29396 \end_layout
29397
29398 \begin_layout Standard
29399 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29400  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29401  ausgerichtet.
29402  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29403  da dieses Kästchen nur für Relationzeichen gedacht ist.
29404 \begin_inset Formula 
29405 \begin{eqnarray*}
29406 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29407 AB & AB & AB\\
29408 A & = & A
29409 \end{eqnarray*}
29410
29411 \end_inset
29412
29413
29414 \end_layout
29415
29416 \begin_layout Subsection
29417 Gather-Umgebung
29418 \begin_inset Index idx
29419 status collapsed
29420
29421 \begin_layout Plain Layout
29422 Formel ! mehrzeilige ! Gather-Umgebung
29423 \end_layout
29424
29425 \end_inset
29426
29427
29428 \end_layout
29429
29430 \begin_layout Standard
29431 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29432  Jede Zeile kann nummeriert werden.
29433 \begin_inset Formula 
29434 \begin{gather}
29435 A=1\\
29436 X=\textrm{-}1
29437 \end{gather}
29438
29439 \end_inset
29440
29441
29442 \end_layout
29443
29444 \begin_layout Subsection
29445 Multline-Umgebung
29446 \begin_inset CommandInset label
29447 LatexCommand label
29448 name "sub:Multline-Umgebung"
29449
29450 \end_inset
29451
29452
29453 \begin_inset Index idx
29454 status collapsed
29455
29456 \begin_layout Plain Layout
29457 Formel ! mehrzeilige ! Multline-Umgebung
29458 \end_layout
29459
29460 \end_inset
29461
29462
29463 \end_layout
29464
29465 \begin_layout Standard
29466 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29467  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29468  Alle anderen Zeilen sind zentriert.
29469  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29470  Als Beispiel Formel 
29471 \begin_inset CommandInset ref
29472 LatexCommand eqref
29473 reference "eq:lefteqn"
29474
29475 \end_inset
29476
29477  in der multline-Umgebung:
29478 \begin_inset Formula 
29479 \begin{multline}
29480 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}\\
29481 -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}\\
29482 =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}}
29483 \end{multline}
29484
29485 \end_inset
29486
29487
29488 \end_layout
29489
29490 \begin_layout Standard
29491 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29492  nummeriert, wenn rechts (links) nummeriert wird.
29493 \begin_inset Foot
29494 status collapsed
29495
29496 \begin_layout Plain Layout
29497 Nummerierungsstile siehe 
29498 \begin_inset CommandInset ref
29499 LatexCommand ref
29500 reference "sec:Formelstile"
29501
29502 \end_inset
29503
29504
29505 \end_layout
29506
29507 \end_inset
29508
29509
29510 \end_layout
29511
29512 \begin_layout Standard
29513 Mit den Befehlen 
29514 \series bold
29515
29516 \backslash
29517 shoveright
29518 \series default
29519
29520 \begin_inset Index idx
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Befehle ! S ! 
29525 \backslash
29526 shoveright
29527 \end_layout
29528
29529 \end_inset
29530
29531  und 
29532 \series bold
29533
29534 \backslash
29535 shoveleft
29536 \series default
29537
29538 \begin_inset Index idx
29539 status collapsed
29540
29541 \begin_layout Plain Layout
29542 Befehle ! S ! 
29543 \backslash
29544 shoveleft
29545 \end_layout
29546
29547 \end_inset
29548
29549  kann eine zentrierte Zeile rechts bzw.
29550  links ausgerichtet werden.
29551  Die Befehle werden folgendermaßen verwendet:
29552 \end_layout
29553
29554 \begin_layout Standard
29555
29556 \series bold
29557
29558 \backslash
29559 shoveright{Zeileninhalt}
29560 \series default
29561  bzw.
29562  
29563 \series bold
29564
29565 \backslash
29566 shoveleft{Zeileninhalt}
29567 \end_layout
29568
29569 \begin_layout Standard
29570 \begin_inset VSpace medskip
29571 \end_inset
29572
29573 Die Länge 
29574 \series bold
29575
29576 \backslash
29577 multlinegap
29578 \series default
29579
29580 \begin_inset Index idx
29581 status collapsed
29582
29583 \begin_layout Plain Layout
29584 Befehle ! M ! 
29585 \backslash
29586 multlinegap
29587 \end_layout
29588
29589 \end_inset
29590
29591  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29592  Voreingestellt ist die Länge 0
29593 \begin_inset space \thinspace{}
29594 \end_inset
29595
29596 pt.
29597 \end_layout
29598
29599 \begin_layout Standard
29600 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29601 \end_layout
29602
29603 \begin_layout Standard
29604
29605 \series bold
29606
29607 \backslash
29608 setlength{
29609 \backslash
29610 multlinegap}{2cm}
29611 \end_layout
29612
29613 \begin_layout Standard
29614 eingegeben wurde:
29615 \begin_inset ERT
29616 status collapsed
29617
29618 \begin_layout Plain Layout
29619
29620
29621 \backslash
29622 setlength{
29623 \backslash
29624 multlinegap}{2cm}
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \begin_inset Formula 
29631 \begin{multline}
29632 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}\\
29633 \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}}\\
29634 =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}}
29635 \end{multline}
29636
29637 \end_inset
29638
29639
29640 \begin_inset ERT
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644
29645
29646 \backslash
29647 setlength{
29648 \backslash
29649 multlinegap}{0pt}
29650 \end_layout
29651
29652 \end_inset
29653
29654
29655 \end_layout
29656
29657 \begin_layout Standard
29658 Die zweite Zeile wurde mit 
29659 \series bold
29660
29661 \backslash
29662 shoveleft
29663 \series default
29664  linksbündig ausgerichtet.
29665 \end_layout
29666
29667 \begin_layout Subsection
29668 Mehrzeilige Formelteile
29669 \begin_inset CommandInset label
29670 LatexCommand label
29671 name "sub:Mehrzeilige-Formelteile"
29672
29673 \end_inset
29674
29675
29676 \begin_inset Index idx
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680 Formel ! mehrzeilige ! Formelteile
29681 \end_layout
29682
29683 \end_inset
29684
29685
29686 \end_layout
29687
29688 \begin_layout Standard
29689 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29690  der folgenden Umgebungen: 
29691 \series bold
29692 aligned
29693 \series default
29694
29695 \series bold
29696 alignedat
29697 \series default
29698
29699 \series bold
29700 gathered
29701 \series default
29702  oder 
29703 \series bold
29704 split
29705 \series default
29706 .
29707  Sie können über das Menü 
29708 \family sans
29709 Einfügen\SpecialChar \menuseparator
29710 Mathe
29711 \family default
29712  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29713 \end_layout
29714
29715 \begin_layout Standard
29716 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29717 n Formel\SpecialChar \-
29718 umgebungen.
29719  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29720  Dazu ein Beispiel:
29721 \begin_inset Formula 
29722 \[
29723 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29724 \Delta E\Delta t & \ge\frac{\hbar}{2}
29725 \end{aligned}
29726 \right\} \textrm{Unbestimmtheitsrelationen}
29727 \]
29728
29729 \end_inset
29730
29731
29732 \end_layout
29733
29734 \begin_layout Standard
29735 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29736  der Befehl 
29737 \series bold
29738
29739 \backslash
29740 aligned
29741 \series default
29742
29743 \begin_inset Index idx
29744 status collapsed
29745
29746 \begin_layout Plain Layout
29747 Befehle ! A ! 
29748 \backslash
29749 aligned
29750 \end_layout
29751
29752 \end_inset
29753
29754  eingegeben wird.
29755  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29756  und Zeilen hinzufügen kann.
29757  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29758  gesetzt werden.
29759 \end_layout
29760
29761 \begin_layout Standard
29762 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29763  ausgerichtet sind.
29764  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29765  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29766  Als Beispiel Formel 
29767 \begin_inset CommandInset ref
29768 LatexCommand eqref
29769 reference "eq:kurzlang"
29770
29771 \end_inset
29772
29773  in der aligned-Umgebung:
29774 \begin_inset Formula 
29775 \begin{equation}
29776 \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}|}\\
29777  & -\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}|}
29778 \end{aligned}
29779 \end{equation}
29780
29781 \end_inset
29782
29783
29784 \end_layout
29785
29786 \begin_layout Standard
29787 Möchte man die Umgebung 
29788 \series bold
29789 alignedat
29790 \series default
29791
29792 \series bold
29793 gathered
29794 \series default
29795  oder 
29796 \series bold
29797 split
29798 \series default
29799  verwenden, gibt man den Befehl 
29800 \series bold
29801
29802 \backslash
29803 alignedat
29804 \series default
29805 ,
29806 \begin_inset Index idx
29807 status collapsed
29808
29809 \begin_layout Plain Layout
29810 Befehle ! A ! 
29811 \backslash
29812 alignedat
29813 \end_layout
29814
29815 \end_inset
29816
29817  
29818 \series bold
29819
29820 \backslash
29821 gathered
29822 \series default
29823
29824 \begin_inset Index idx
29825 status collapsed
29826
29827 \begin_layout Plain Layout
29828 Befehle ! G ! 
29829 \backslash
29830 gathered
29831 \end_layout
29832
29833 \end_inset
29834
29835  bzw.
29836  
29837 \series bold
29838
29839 \backslash
29840 split
29841 \series default
29842
29843 \begin_inset Index idx
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847 Befehle ! S ! 
29848 \backslash
29849 split
29850 \end_layout
29851
29852 \end_inset
29853
29854  ein.
29855  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29856  jedoch darf sie nur zwei Spalten enthalten.
29857 \end_layout
29858
29859 \begin_layout Subsection
29860 Text in mehrzeiligen Formeln
29861 \begin_inset CommandInset label
29862 LatexCommand label
29863 name "sub:Text-in-mehrzeiligen"
29864
29865 \end_inset
29866
29867
29868 \begin_inset Index idx
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 Text ! in Formeln
29873 \end_layout
29874
29875 \end_inset
29876
29877
29878 \begin_inset Index idx
29879 status collapsed
29880
29881 \begin_layout Plain Layout
29882 Formel ! mehrzeilige ! Text
29883 \end_layout
29884
29885 \end_inset
29886
29887
29888 \end_layout
29889
29890 \begin_layout Standard
29891 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29892  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29893  die Ausrichtung der Spalten nicht beeinflusst.
29894  Dazu wird der Befehl 
29895 \series bold
29896
29897 \backslash
29898 intertext
29899 \begin_inset Index idx
29900 status collapsed
29901
29902 \begin_layout Plain Layout
29903 Befehle ! I ! 
29904 \backslash
29905 intertext
29906 \end_layout
29907
29908 \end_inset
29909
29910
29911 \series default
29912  nach folgendem Schema benutzt:
29913 \end_layout
29914
29915 \begin_layout Standard
29916
29917 \series bold
29918
29919 \backslash
29920 intertext{Text}
29921 \end_layout
29922
29923 \begin_layout Standard
29924 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29925  werden kann.
29926  Weil LyX 
29927 \series bold
29928
29929 \backslash
29930 intertext
29931 \series default
29932  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29933  Text.
29934  
29935 \series bold
29936
29937 \backslash
29938 intertext
29939 \series default
29940  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29941  dieser Zeile.
29942  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29943 \begin_inset Formula 
29944 \begin{align}
29945 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29946 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29947 \end{align}
29948
29949 \end_inset
29950
29951
29952 \end_layout
29953
29954 \begin_layout Section
29955 Formelnummerierung
29956 \begin_inset Index idx
29957 status collapsed
29958
29959 \begin_layout Plain Layout
29960 Formelnummerierung
29961 \end_layout
29962
29963 \end_inset
29964
29965
29966 \begin_inset Index idx
29967 status collapsed
29968
29969 \begin_layout Plain Layout
29970 Formel ! Nummerierung|see
29971 \begin_inset ERT
29972 status collapsed
29973
29974 \begin_layout Plain Layout
29975
29976 {
29977 \end_layout
29978
29979 \end_inset
29980
29981 Formelnummerierung
29982 \begin_inset ERT
29983 status collapsed
29984
29985 \begin_layout Plain Layout
29986
29987 }
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \end_inset
29996
29997
29998 \end_layout
29999
30000 \begin_layout Subsection
30001 Allgemeines
30002 \end_layout
30003
30004 \begin_layout Standard
30005 Nummerierte Formeln können mit dem Menü 
30006 \family sans
30007 Einfügen\SpecialChar \menuseparator
30008 Mathe\SpecialChar \menuseparator
30009 Nummerierte
30010 \begin_inset space ~
30011 \end_inset
30012
30013 Formel
30014 \family default
30015  (Tastenkürzel 
30016 \family sans
30017 Strg+Alt
30018 \begin_inset space ~
30019 \end_inset
30020
30021 N
30022 \family default
30023 ) erstellt, bestehende Formeln über das Menü 
30024 \family sans
30025 Bearbeiten\SpecialChar \menuseparator
30026 Mathe\SpecialChar \menuseparator
30027 Nummerierung
30028 \begin_inset space ~
30029 \end_inset
30030
30031 an/aus
30032 \family default
30033  (Tastenkürzel 
30034 \family sans
30035 Alt+M
30036 \begin_inset space ~
30037 \end_inset
30038
30039 N
30040 \family default
30041 ) nummeriert werden.
30042  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
30043  Klammern.
30044  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30049  Zeilen nummeriert.
30050  Man kann jedoch über das Menü 
30051 \family sans
30052 Bearbeiten\SpecialChar \menuseparator
30053 Mathe\SpecialChar \menuseparator
30054 Zeilennummerierung an/aus
30055 \family default
30056  (Tastenkürzel 
30057 \family sans
30058 Alt+M
30059 \begin_inset space ~
30060 \end_inset
30061
30062 Shift+N
30063 \family default
30064 ) für jede Zeile die Nummerierung festlegen.
30065 \end_layout
30066
30067 \begin_layout Standard
30068 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30069  werden, siehe 
30070 \begin_inset CommandInset ref
30071 LatexCommand ref
30072 reference "sec:Formelstile"
30073
30074 \end_inset
30075
30076 .
30077 \end_layout
30078
30079 \begin_layout Subsection
30080 Querverweise
30081 \begin_inset Index idx
30082 status collapsed
30083
30084 \begin_layout Plain Layout
30085 Querverweise ! auf Formeln
30086 \end_layout
30087
30088 \end_inset
30089
30090
30091 \end_layout
30092
30093 \begin_layout Standard
30094 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30095  Eine Marke wird mit dem Menü 
30096 \family sans
30097 Einfügen\SpecialChar \menuseparator
30098 Marke
30099 \family default
30100  oder dem Werkzeugleistenknopf 
30101 \begin_inset Graphics
30102         filename ../../images/label-insert.png
30103         scale 85
30104
30105 \end_inset
30106
30107  gesetzt.
30108  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30109  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30110 \series bold
30111 eq:
30112 \series default
30113 , nachdem der eigentliche Markenname eingegeben wird.
30114  Der voreingestellte Eintrag steht für 
30115 \begin_inset Quotes gld
30116 \end_inset
30117
30118 equation
30119 \begin_inset Quotes grd
30120 \end_inset
30121
30122  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30123  einer Formel und nicht zu einem Kapitel gehört.
30124  Um eine Marke zu ändern, wählt man wieder das Menü 
30125 \family sans
30126 Einfügen\SpecialChar \menuseparator
30127 Marke
30128 \family default
30129 .
30130 \end_layout
30131
30132 \begin_layout Standard
30133 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30134  Eine Formel mit Marke wird immer nummeriert.
30135 \end_layout
30136
30137 \begin_layout Standard
30138 Querverweise werden mit dem Menü 
30139 \family sans
30140 Einfügen\SpecialChar \menuseparator
30141 Querverweis
30142 \family default
30143  oder dem Werkzeugleistenknopf 
30144 \begin_inset Graphics
30145         filename ../../images/dialog-show-new-inset_ref.png
30146         scale 85
30147
30148 \end_inset
30149
30150  eingefügt.
30151  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30152  Wenn man im Querverweis Dialogfenster das Format 
30153 \series bold
30154 (<Querverweis>)
30155 \series default
30156  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30157 \begin_inset Newline newline
30158 \end_inset
30159
30160 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30161  man zur Formel auf die verwiesen wird.
30162 \end_layout
30163
30164 \begin_layout Standard
30165 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30166 \begin_inset Note Note
30167 status open
30168
30169 \begin_layout Plain Layout
30170 Man beachte die unterschiedlichen Querverweistypen.
30171 \end_layout
30172
30173 \end_inset
30174
30175
30176 \end_layout
30177
30178 \begin_layout Standard
30179 Die Gleichungen 
30180 \begin_inset CommandInset ref
30181 LatexCommand eqref
30182 reference "eq:tag"
30183
30184 \end_inset
30185
30186  und 
30187 \begin_inset CommandInset ref
30188 LatexCommand eqref
30189 reference "eq:c"
30190
30191 \end_inset
30192
30193  sind äquivalent.
30194  In (
30195 \begin_inset CommandInset ref
30196 LatexCommand ref
30197 reference "eq:Lat"
30198
30199 \end_inset
30200
30201 ) werden im Gegensatz zu (
30202 \begin_inset CommandInset ref
30203 LatexCommand ref
30204 reference "eq:Roem"
30205
30206 \end_inset
30207
30208 ) große lateinische Buchstaben zur Nummerierung verwendet.
30209 \end_layout
30210
30211 \begin_layout Standard
30212 \begin_inset VSpace medskip
30213 \end_inset
30214
30215 Ist im Argument von 
30216 \series bold
30217
30218 \backslash
30219 tag
30220 \begin_inset Foot
30221 status collapsed
30222
30223 \begin_layout Plain Layout
30224
30225 \series bold
30226
30227 \backslash
30228 tag
30229 \series default
30230  ist in 
30231 \begin_inset CommandInset ref
30232 LatexCommand ref
30233 reference "sub:Benutzerdefinierte-Nummerierung"
30234
30235 \end_inset
30236
30237  beschrieben.
30238 \end_layout
30239
30240 \end_inset
30241
30242
30243 \series default
30244  wie in 
30245 \begin_inset CommandInset ref
30246 LatexCommand ref
30247 reference "sub:Absatzboxen"
30248
30249 \end_inset
30250
30251  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30252 \end_layout
30253
30254 \begin_layout Subsection
30255 Unternummerierung
30256 \begin_inset Index idx
30257 status collapsed
30258
30259 \begin_layout Plain Layout
30260 Formelnummerierung ! Unternummerierung
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30270  
30271 \begin_inset Newline newline
30272 \end_inset
30273
30274
30275 \series bold
30276
30277 \backslash
30278 begin{subequations}
30279 \series default
30280  und 
30281 \series bold
30282
30283 \backslash
30284 end{subequations}
30285 \series default
30286  erreichen.
30287  Beide Befehle werden im TeX-Modus eingegeben.
30288 \end_layout
30289
30290 \begin_layout Standard
30291 Dazu ein Beispiel:
30292 \begin_inset Formula 
30293 \begin{equation}
30294 A=C-B\label{eq:a}
30295 \end{equation}
30296
30297 \end_inset
30298
30299
30300 \begin_inset ERT
30301 status collapsed
30302
30303 \begin_layout Plain Layout
30304
30305
30306 \backslash
30307 addtocounter{equation}{-1}
30308 \end_layout
30309
30310 \end_inset
30311
30312
30313 \begin_inset ERT
30314 status collapsed
30315
30316 \begin_layout Plain Layout
30317
30318
30319 \backslash
30320 begin{subequations}
30321 \end_layout
30322
30323 \end_inset
30324
30325
30326 \begin_inset VSpace -5mm
30327 \end_inset
30328
30329
30330 \begin_inset Formula 
30331 \begin{equation}
30332 B=C-A\label{eq:b}
30333 \end{equation}
30334
30335 \end_inset
30336
30337
30338 \begin_inset Formula 
30339 \begin{equation}
30340 C=A+B\label{eq:c}
30341 \end{equation}
30342
30343 \end_inset
30344
30345
30346 \end_layout
30347
30348 \begin_layout Standard
30349 \begin_inset ERT
30350 status collapsed
30351
30352 \begin_layout Plain Layout
30353
30354
30355 \backslash
30356 end{subequations}
30357 \end_layout
30358
30359 \end_inset
30360
30361
30362 \end_layout
30363
30364 \begin_layout Standard
30365 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30366 \end_layout
30367
30368 \begin_layout Enumerate
30369 erste Formel eingeben
30370 \end_layout
30371
30372 \begin_layout Enumerate
30373
30374 \series bold
30375
30376 \backslash
30377 addtocounter{equation}{-1} 
30378 \backslash
30379 begin{subequations}
30380 \begin_inset Index idx
30381 status collapsed
30382
30383 \begin_layout Plain Layout
30384 Befehle ! A ! 
30385 \backslash
30386 addtocounter
30387 \end_layout
30388
30389 \end_inset
30390
30391
30392 \begin_inset Newline newline
30393 \end_inset
30394
30395
30396 \series default
30397 nach der ersten Formel einfügen
30398 \end_layout
30399
30400 \begin_layout Enumerate
30401 zweite Formel eingeben
30402 \end_layout
30403
30404 \begin_layout Enumerate
30405 dritte Formel eingeben
30406 \end_layout
30407
30408 \begin_layout Enumerate
30409
30410 \series bold
30411
30412 \backslash
30413 end{subequations}
30414 \series default
30415  nach der dritten Formel einfügen
30416 \end_layout
30417
30418 \begin_layout Standard
30419 Jede Formel, die zwischen den Befehlen 
30420 \series bold
30421
30422 \backslash
30423 begin
30424 \series default
30425  und 
30426 \series bold
30427
30428 \backslash
30429 end
30430 \series default
30431  steht, wird mit a, b, c, \SpecialChar \ldots{}
30432  untergliedert.
30433  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30434  Alle untergliederten Formeln gelten als 
30435 \emph on
30436 eine
30437 \emph default
30438  nummerierte Formel.
30439  Da jede nummerierte Formel den Formelzähler 
30440 \series bold
30441 equation
30442 \series default
30443  um Eins erhöht, ist der Befehl 
30444 \series bold
30445
30446 \backslash
30447 addtocounter
30448 \series default
30449  notwendig um den Zähler wieder zu erniedrigen.
30450  Ansonsten würden die Formeln 
30451 \begin_inset CommandInset ref
30452 LatexCommand eqref
30453 reference "eq:a"
30454
30455 \end_inset
30456
30457
30458 \begin_inset CommandInset ref
30459 LatexCommand eqref
30460 reference "eq:b"
30461
30462 \end_inset
30463
30464
30465 \begin_inset CommandInset ref
30466 LatexCommand eqref
30467 reference "eq:c"
30468
30469 \end_inset
30470
30471  als 
30472 \begin_inset CommandInset ref
30473 LatexCommand eqref
30474 reference "eq:a"
30475
30476 \end_inset
30477
30478
30479 \begin_inset CommandInset ref
30480 LatexCommand eqref
30481 reference "eq:d"
30482
30483 \end_inset
30484
30485
30486 \begin_inset CommandInset ref
30487 LatexCommand eqref
30488 reference "eq:f"
30489
30490 \end_inset
30491
30492  nummeriert werden.
30493 \end_layout
30494
30495 \begin_layout Standard
30496 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30497  Formeln automatisch etwas Leerraum erstellt.
30498  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30499 \series bold
30500
30501 \backslash
30502 begin{subequations}
30503 \series default
30504  -5
30505 \begin_inset space \thinspace{}
30506 \end_inset
30507
30508 mm vertikalen Leerraum ein.
30509  Ist der Formelstil 
30510 \series bold
30511 Eingerückt
30512 \begin_inset Foot
30513 status collapsed
30514
30515 \begin_layout Plain Layout
30516 Formelstile siehe 
30517 \begin_inset CommandInset ref
30518 LatexCommand ref
30519 reference "sec:Formelstile"
30520
30521 \end_inset
30522
30523
30524 \end_layout
30525
30526 \end_inset
30527
30528
30529 \series default
30530  gewählt, fügt man -7
30531 \begin_inset space \thinspace{}
30532 \end_inset
30533
30534 mm Leerraum ein.
30535 \end_layout
30536
30537 \begin_layout Standard
30538 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30539  der zweiten Zeile abgeschaltet wurde:
30540 \begin_inset ERT
30541 status collapsed
30542
30543 \begin_layout Plain Layout
30544
30545
30546 \backslash
30547 begin{subequations}
30548 \end_layout
30549
30550 \end_inset
30551
30552
30553 \begin_inset Formula 
30554 \begin{eqnarray}
30555 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30556  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30557  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30558 \end{eqnarray}
30559
30560 \end_inset
30561
30562
30563 \begin_inset ERT
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567
30568
30569 \backslash
30570 end{subequations}
30571 \end_layout
30572
30573 \end_inset
30574
30575
30576 \end_layout
30577
30578 \begin_layout Subsection
30579 Benutzerdefinierte Nummerierung
30580 \begin_inset CommandInset label
30581 LatexCommand label
30582 name "sub:Benutzerdefinierte-Nummerierung"
30583
30584 \end_inset
30585
30586
30587 \begin_inset Index idx
30588 status collapsed
30589
30590 \begin_layout Plain Layout
30591 Formelnummerierung ! benutzerdefinierte
30592 \end_layout
30593
30594 \end_inset
30595
30596
30597 \end_layout
30598
30599 \begin_layout Standard
30600 \begin_inset Index idx
30601 status collapsed
30602
30603 \begin_layout Plain Layout
30604 Formelnummerierung ! eigene Klammern
30605 \end_layout
30606
30607 \end_inset
30608
30609 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30610  gesetzt.
30611  Will man diese Klammern z.
30612 \begin_inset space \thinspace{}
30613 \end_inset
30614
30615 B.
30616  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30617  an:
30618 \end_layout
30619
30620 \begin_layout Standard
30621
30622 \series bold
30623
30624 \backslash
30625 def
30626 \backslash
30627 tagform@#1{
30628 \backslash
30629 maketag@@@{|#1|}}
30630 \series default
30631
30632 \begin_inset Note Note
30633 status collapsed
30634
30635 \begin_layout Plain Layout
30636 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30637  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30638  werden.
30639 \end_layout
30640
30641 \end_inset
30642
30643
30644 \end_layout
30645
30646 \begin_layout Standard
30647 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30648 \series bold
30649 #1
30650 \series default
30651  durch ein oder mehrere gewünschte Zeichen.
30652  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30653 \end_layout
30654
30655 \begin_layout Standard
30656 \begin_inset VSpace bigskip
30657 \end_inset
30658
30659 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30660  hinter der Formel stehen, benutzt man den Befehl 
30661 \series bold
30662
30663 \backslash
30664 tag
30665 \series default
30666
30667 \begin_inset Index idx
30668 status collapsed
30669
30670 \begin_layout Plain Layout
30671 Befehle ! T ! 
30672 \backslash
30673 tag
30674 \end_layout
30675
30676 \end_inset
30677
30678 :
30679 \begin_inset Formula 
30680 \begin{equation}
30681 A+B=C\tag{etwas}\label{eq:tag}
30682 \end{equation}
30683
30684 \end_inset
30685
30686  In diesem Beispiel wurde in der Formel der Befehl 
30687 \series bold
30688
30689 \backslash
30690 tag
30691 \series default
30692
30693 \begin_inset ERT
30694 status collapsed
30695
30696 \begin_layout Plain Layout
30697
30698
30699 \backslash
30700 leer 
30701 \end_layout
30702
30703 \end_inset
30704
30705
30706 \series bold
30707 etwas
30708 \series default
30709  eingegeben.
30710 \end_layout
30711
30712 \begin_layout Standard
30713 Gibt man stattdessen 
30714 \series bold
30715
30716 \backslash
30717 tag*
30718 \series default
30719
30720 \begin_inset ERT
30721 status collapsed
30722
30723 \begin_layout Plain Layout
30724
30725
30726 \backslash
30727 leer 
30728 \end_layout
30729
30730 \end_inset
30731
30732
30733 \series bold
30734 etwas
30735 \series default
30736  ein, verhindert der Stern die Klammern um den Ausdruck:
30737 \begin_inset Formula 
30738 \[
30739 A+B=C\tag*{etwas}
30740 \]
30741
30742 \end_inset
30743
30744
30745 \end_layout
30746
30747 \begin_layout Standard
30748 \begin_inset VSpace bigskip
30749 \end_inset
30750
30751 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30752  oder 
30753 \begin_inset ERT
30754 status collapsed
30755
30756 \begin_layout Plain Layout
30757
30758
30759 \backslash
30760 mbox{
30761 \end_layout
30762
30763 \end_inset
30764
30765 -abschnitt
30766 \begin_inset ERT
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770
30771 }
30772 \end_layout
30773
30774 \end_inset
30775
30776
30777 \begin_inset Note Note
30778 status collapsed
30779
30780 \begin_layout Plain Layout
30781 Der Befehl 
30782 \series bold
30783
30784 \backslash
30785 mbox
30786 \series default
30787  verhindert, dass am Bindestrich umgebrochen wird.
30788 \end_layout
30789
30790 \end_inset
30791
30792  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30793 \end_layout
30794
30795 \begin_layout Standard
30796
30797 \series bold
30798
30799 \backslash
30800 @addtoreset{equation}{part}
30801 \series default
30802
30803 \begin_inset Index idx
30804 status collapsed
30805
30806 \begin_layout Plain Layout
30807 Befehle ! 
30808 \begin_inset ERT
30809 status collapsed
30810
30811 \begin_layout Plain Layout
30812
30813 "
30814 \end_layout
30815
30816 \end_inset
30817
30818 @
30819 \begin_inset ERT
30820 status collapsed
30821
30822 \begin_layout Plain Layout
30823
30824 "
30825 \end_layout
30826
30827 \end_inset
30828
30829  ! 
30830 \backslash
30831
30832 \begin_inset ERT
30833 status collapsed
30834
30835 \begin_layout Plain Layout
30836
30837 "
30838 \end_layout
30839
30840 \end_inset
30841
30842 @
30843 \begin_inset ERT
30844 status collapsed
30845
30846 \begin_layout Plain Layout
30847
30848 "
30849 \end_layout
30850
30851 \end_inset
30852
30853 addtoreset
30854 \end_layout
30855
30856 \end_inset
30857
30858
30859 \begin_inset Newline newline
30860 \end_inset
30861
30862 bzw.
30863 \begin_inset Newline newline
30864 \end_inset
30865
30866
30867 \series bold
30868
30869 \backslash
30870 @addtoreset{equation}{section}
30871 \end_layout
30872
30873 \begin_layout Standard
30874 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30875 \begin_inset Quotes gld
30876 \end_inset
30877
30878 @
30879 \begin_inset Quotes grd
30880 \end_inset
30881
30882  Zeichen für LaTeX mit dem Befehl 
30883 \series bold
30884
30885 \backslash
30886 makeatletter
30887 \series default
30888  
30889 \begin_inset Quotes gld
30890 \end_inset
30891
30892 aktiv
30893 \begin_inset Quotes grd
30894 \end_inset
30895
30896  gemacht werden.
30897  Der Befehl 
30898 \series bold
30899
30900 \backslash
30901 makeatother
30902 \series default
30903  macht dies wieder rückgängig.
30904  Daher ist die Befehlssequenz im TeX-Modus:
30905 \end_layout
30906
30907 \begin_layout Standard
30908
30909 \series bold
30910
30911 \backslash
30912 makeatletter
30913 \begin_inset Newline newline
30914 \end_inset
30915
30916
30917 \backslash
30918 @addtoreset{equation}{section}
30919 \begin_inset Newline newline
30920 \end_inset
30921
30922
30923 \backslash
30924 makeatother
30925 \end_layout
30926
30927 \begin_layout Standard
30928 Im LaTeX-Vorspann können 
30929 \series bold
30930
30931 \backslash
30932 makeatletter
30933 \series default
30934  und 
30935 \series bold
30936
30937 \backslash
30938 makeatother
30939 \series default
30940  weggelassen werden, da LyX sie automatisch intern einfügt.
30941 \end_layout
30942
30943 \begin_layout Standard
30944 Um 
30945 \series bold
30946
30947 \backslash
30948 @addtoreset
30949 \series default
30950  rückgängig zu machen, muss die Datei 
30951 \series bold
30952 remreset.sty
30953 \series default
30954
30955 \begin_inset Foot
30956 status collapsed
30957
30958 \begin_layout Plain Layout
30959
30960 \series bold
30961 remreset
30962 \series default
30963  ist Teil des LaTeX-Paketes 
30964 \series bold
30965 carlisle
30966 \series default
30967
30968 \begin_inset Index idx
30969 status collapsed
30970
30971 \begin_layout Plain Layout
30972 Pakete ! carlisle
30973 \end_layout
30974
30975 \end_inset
30976
30977 , das Teil jeder LaTeX-Standardinstallation ist.
30978 \end_layout
30979
30980 \end_inset
30981
30982
30983 \begin_inset Index idx
30984 status collapsed
30985
30986 \begin_layout Plain Layout
30987 Pakete ! remreset
30988 \end_layout
30989
30990 \end_inset
30991
30992  im LaTeX-Vorspann mit der Zeile
30993 \end_layout
30994
30995 \begin_layout Standard
30996
30997 \series bold
30998
30999 \backslash
31000 usepackage{remreset}
31001 \end_layout
31002
31003 \begin_layout Standard
31004 geladen werden.
31005  Dann kann der Befehl 
31006 \series bold
31007
31008 \backslash
31009 @removefromreset
31010 \series default
31011
31012 \begin_inset Index idx
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016 Befehle ! 
31017 \begin_inset ERT
31018 status collapsed
31019
31020 \begin_layout Plain Layout
31021
31022 "
31023 \end_layout
31024
31025 \end_inset
31026
31027 @
31028 \begin_inset ERT
31029 status collapsed
31030
31031 \begin_layout Plain Layout
31032
31033 "
31034 \end_layout
31035
31036 \end_inset
31037
31038  ! 
31039 \backslash
31040
31041 \begin_inset ERT
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045
31046 "
31047 \end_layout
31048
31049 \end_inset
31050
31051 @
31052 \begin_inset ERT
31053 status collapsed
31054
31055 \begin_layout Plain Layout
31056
31057 "
31058 \end_layout
31059
31060 \end_inset
31061
31062 removefromreset
31063 \end_layout
31064
31065 \end_inset
31066
31067  mit dem selben Schema wie 
31068 \series bold
31069
31070 \backslash
31071 @addtoreset
31072 \series default
31073  benutzt werden.
31074 \end_layout
31075
31076 \begin_layout Standard
31077 \begin_inset VSpace bigskip
31078 \end_inset
31079
31080 Oftmals möchte man Formeln in folgender Art nummerieren:
31081 \end_layout
31082
31083 \begin_layout Standard
31084
31085 \family typewriter
31086 (Kapitelnummer.Formelnummer)
31087 \end_layout
31088
31089 \begin_layout Standard
31090 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31091 \end_layout
31092
31093 \begin_layout Standard
31094 Für diesen Fall gibt es den Befehl 
31095 \series bold
31096
31097 \backslash
31098 numberwithin
31099 \series default
31100
31101 \begin_inset Index idx
31102 status collapsed
31103
31104 \begin_layout Plain Layout
31105 Befehle ! N ! 
31106 \backslash
31107 numberwithin
31108 \end_layout
31109
31110 \end_inset
31111
31112 , der nach folgendem Schema benutzt wird:
31113 \end_layout
31114
31115 \begin_layout Standard
31116
31117 \series bold
31118
31119 \backslash
31120 numberwithin{Zähler}{Gliederung}
31121 \end_layout
31122
31123 \begin_layout Standard
31124 Zähler gibt an, welche Nummerierung betroffen ist.
31125  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31126 \end_layout
31127
31128 \begin_layout Standard
31129 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31130  ein:
31131 \end_layout
31132
31133 \begin_layout Standard
31134
31135 \series bold
31136
31137 \backslash
31138 numberwithin{equation}{section}
31139 \end_layout
31140
31141 \begin_layout Standard
31142 Das ist das Ergebnis:
31143 \begin_inset ERT
31144 status collapsed
31145
31146 \begin_layout Plain Layout
31147
31148
31149 \backslash
31150 numberwithin{equation}{section}
31151 \end_layout
31152
31153 \end_inset
31154
31155
31156 \begin_inset Formula 
31157 \begin{equation}
31158 A+B=C
31159 \end{equation}
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Möchte man z.
31168 \begin_inset space \thinspace{}
31169 \end_inset
31170
31171 B.
31172  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31173  gibt man 
31174 \series bold
31175
31176 \backslash
31177 numberwithin{table}{part}
31178 \series default
31179  ein.
31180 \end_layout
31181
31182 \begin_layout Standard
31183 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31184 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31185  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31186 \end_layout
31187
31188 \begin_layout Standard
31189
31190 \series bold
31191
31192 \backslash
31193 renewcommand{
31194 \backslash
31195 theequation}{
31196 \backslash
31197 arabic{equation}}
31198 \begin_inset Index idx
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202 Befehle ! A ! 
31203 \backslash
31204 arabic
31205 \end_layout
31206
31207 \end_inset
31208
31209
31210 \series default
31211
31212 \begin_inset ERT
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216
31217
31218 \backslash
31219 renewcommand{
31220 \backslash
31221 theequation}{
31222 \backslash
31223 arabic{equation}}
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \series bold
31230
31231 \begin_inset Newline newline
31232 \end_inset
31233
31234
31235 \series default
31236 bzw.
31237 \series bold
31238
31239 \begin_inset Newline newline
31240 \end_inset
31241
31242
31243 \backslash
31244 renewcommand{
31245 \backslash
31246 thetable}{
31247 \backslash
31248 arabic{table}}
31249 \end_layout
31250
31251 \begin_layout Standard
31252
31253 \series bold
31254
31255 \backslash
31256 numberwithin
31257 \series default
31258  benutzt intern den oben beschriebenen Befehl 
31259 \series bold
31260
31261 \backslash
31262 @addtoreset
31263 \series default
31264 , der ebenfalls rückgängig gemacht werden muss.
31265 \begin_inset ERT
31266 status collapsed
31267
31268 \begin_layout Plain Layout
31269
31270
31271 \backslash
31272 makeatletter
31273 \end_layout
31274
31275 \begin_layout Plain Layout
31276
31277
31278 \backslash
31279 @removefromreset{equation}{section}
31280 \end_layout
31281
31282 \begin_layout Plain Layout
31283
31284
31285 \backslash
31286 makeatother
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Subsection
31295 Nummerierung mit römischen Zahlen und Buchstaben
31296 \begin_inset Index idx
31297 status collapsed
31298
31299 \begin_layout Plain Layout
31300 Formelnummerierung ! mit Buchstaben
31301 \end_layout
31302
31303 \end_inset
31304
31305
31306 \begin_inset Index idx
31307 status collapsed
31308
31309 \begin_layout Plain Layout
31310 Formelnummerierung ! mit römischen Zahlen
31311 \end_layout
31312
31313 \end_inset
31314
31315
31316 \end_layout
31317
31318 \begin_layout Standard
31319 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31320  werden.
31321  Um z.
31322 \begin_inset space \thinspace{}
31323 \end_inset
31324
31325 B.
31326  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31327  TeX-Modus den Befehl
31328 \end_layout
31329
31330 \begin_layout Standard
31331
31332 \series bold
31333
31334 \backslash
31335 renewcommand{
31336 \backslash
31337 theequation}{
31338 \backslash
31339 roman{equation}}
31340 \end_layout
31341
31342 \begin_layout Standard
31343 ein.
31344  
31345 \series bold
31346
31347 \backslash
31348 renewcommand
31349 \series default
31350
31351 \begin_inset Index idx
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355 Befehle ! R ! 
31356 \backslash
31357 renewcommand
31358 \end_layout
31359
31360 \end_inset
31361
31362  weist dem vordefinierten Befehl 
31363 \series bold
31364
31365 \backslash
31366 theequation
31367 \series default
31368  den Befehl
31369 \begin_inset Newline linebreak
31370 \end_inset
31371
31372
31373 \series bold
31374
31375 \backslash
31376 roman{equation}
31377 \series default
31378  zu.
31379 \begin_inset Foot
31380 status collapsed
31381
31382 \begin_layout Plain Layout
31383 Der Befehl 
31384 \series bold
31385
31386 \backslash
31387 renewcommand
31388 \series default
31389  besitzt dasselbe Schema wie der in 
31390 \begin_inset CommandInset ref
31391 LatexCommand ref
31392 reference "sub:Der-Befehl-newcommand"
31393
31394 \end_inset
31395
31396  beschriebene Befehl
31397 \begin_inset Newline newline
31398 \end_inset
31399
31400
31401 \series bold
31402
31403 \backslash
31404 newcommand
31405 \series default
31406 .
31407 \end_layout
31408
31409 \end_inset
31410
31411  
31412 \series bold
31413 equation
31414 \series default
31415  ist der Formelzähler.
31416  Stellt man einem Zähler den Befehl 
31417 \series bold
31418
31419 \backslash
31420 the
31421 \series default
31422  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31423  wird.
31424  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31425  
31426 \series bold
31427
31428 \backslash
31429 theequation
31430 \series default
31431  hinter die Formel.
31432  
31433 \series bold
31434
31435 \backslash
31436 roman{equation}
31437 \begin_inset Index idx
31438 status collapsed
31439
31440 \begin_layout Plain Layout
31441 Befehle ! R ! 
31442 \backslash
31443 roman
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \series default
31450  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31451 \end_layout
31452
31453 \begin_layout Standard
31454 Alle Formeln nach dem 
31455 \series bold
31456
31457 \backslash
31458 renewcommand
31459 \series default
31460 -Befehl werden nun römisch nummeriert.
31461  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31462  den Befehl erneut ein, ersetzt aber 
31463 \series bold
31464
31465 \backslash
31466 roman
31467 \series default
31468  durch 
31469 \series bold
31470
31471 \backslash
31472 Roman
31473 \series default
31474
31475 \begin_inset Index idx
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479 Befehle ! R ! 
31480 \backslash
31481 roman@
31482 \backslash
31483 Roman
31484 \end_layout
31485
31486 \end_inset
31487
31488 .
31489  Für die 
31490 \begin_inset Quotes gld
31491 \end_inset
31492
31493 Nummerierung
31494 \begin_inset Quotes grd
31495 \end_inset
31496
31497  mit lateinischen Buchstaben gibt es den Befehl 
31498 \series bold
31499
31500 \backslash
31501 alph
31502 \series default
31503
31504 \begin_inset Index idx
31505 status collapsed
31506
31507 \begin_layout Plain Layout
31508 Befehle ! A ! 
31509 \backslash
31510 alph
31511 \end_layout
31512
31513 \end_inset
31514
31515  für kleine und 
31516 \series bold
31517
31518 \backslash
31519 Alph
31520 \series default
31521
31522 \begin_inset Index idx
31523 status collapsed
31524
31525 \begin_layout Plain Layout
31526 Befehle ! A ! 
31527 \backslash
31528 alph@
31529 \backslash
31530 Alph
31531 \end_layout
31532
31533 \end_inset
31534
31535  für große Buchstaben.
31536 \end_layout
31537
31538 \begin_layout Standard
31539 \begin_inset Note Greyedout
31540 status open
31541
31542 \begin_layout Plain Layout
31543
31544 \series bold
31545 Achtung:
31546 \series default
31547  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31548  nummeriert werden.
31549 \end_layout
31550
31551 \end_inset
31552
31553
31554 \end_layout
31555
31556 \begin_layout Standard
31557 \begin_inset ERT
31558 status collapsed
31559
31560 \begin_layout Plain Layout
31561
31562
31563 \backslash
31564 renewcommand{
31565 \backslash
31566 theequation}{
31567 \backslash
31568 roman{equation}}
31569 \end_layout
31570
31571 \end_inset
31572
31573
31574 \end_layout
31575
31576 \begin_layout Standard
31577 \begin_inset Formula 
31578 \begin{equation}
31579 A=\textrm{römisch}
31580 \end{equation}
31581
31582 \end_inset
31583
31584
31585 \begin_inset ERT
31586 status collapsed
31587
31588 \begin_layout Plain Layout
31589
31590
31591 \backslash
31592 renewcommand{
31593 \backslash
31594 theequation}{
31595 \backslash
31596 Roman{equation}}
31597 \end_layout
31598
31599 \end_inset
31600
31601
31602 \begin_inset Formula 
31603 \begin{equation}
31604 B=\textrm{Römisch}\label{eq:Roem}
31605 \end{equation}
31606
31607 \end_inset
31608
31609
31610 \begin_inset ERT
31611 status collapsed
31612
31613 \begin_layout Plain Layout
31614
31615
31616 \backslash
31617 renewcommand{
31618 \backslash
31619 theequation}{
31620 \backslash
31621 alph{equation}}
31622 \end_layout
31623
31624 \end_inset
31625
31626
31627 \begin_inset Formula 
31628 \begin{equation}
31629 C=\textrm{lateinisch}
31630 \end{equation}
31631
31632 \end_inset
31633
31634
31635 \begin_inset ERT
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639
31640
31641 \backslash
31642 renewcommand{
31643 \backslash
31644 theequation}{
31645 \backslash
31646 Alph{equation}}
31647 \end_layout
31648
31649 \end_inset
31650
31651
31652 \begin_inset Formula 
31653 \begin{equation}
31654 D=\textrm{Lateinisch}\label{eq:Lat}
31655 \end{equation}
31656
31657 \end_inset
31658
31659
31660 \end_layout
31661
31662 \begin_layout Standard
31663 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31664  ein:
31665 \end_layout
31666
31667 \begin_layout Standard
31668
31669 \series bold
31670
31671 \backslash
31672 renewcommand{
31673 \backslash
31674 theequation}{
31675 \backslash
31676 arabic{equation}}
31677 \begin_inset Index idx
31678 status collapsed
31679
31680 \begin_layout Plain Layout
31681 Befehle ! A ! 
31682 \backslash
31683 arabic
31684 \end_layout
31685
31686 \end_inset
31687
31688
31689 \end_layout
31690
31691 \begin_layout Standard
31692 \begin_inset ERT
31693 status collapsed
31694
31695 \begin_layout Plain Layout
31696
31697
31698 \backslash
31699 renewcommand{
31700 \backslash
31701 theequation}{
31702 \backslash
31703 arabic{equation}}
31704 \end_layout
31705
31706 \end_inset
31707
31708
31709 \begin_inset Formula 
31710 \begin{equation}
31711 E=\textrm{arabisch}
31712 \end{equation}
31713
31714 \end_inset
31715
31716
31717 \end_layout
31718
31719 \begin_layout Standard
31720 \begin_inset VSpace medskip
31721 \end_inset
31722
31723 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31724 riert.
31725  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31726  beginnen, müssen neue Formelzähler angelegt werden.
31727  Eine Beschreibung dazu findet man in der Datei 
31728 \begin_inset CommandInset href
31729 LatexCommand href
31730 name "Formelnummerierung.lyx"
31731 target "run:Formelnummerierung.lyx"
31732
31733 \end_inset
31734
31735 .
31736 \end_layout
31737
31738 \begin_layout Section
31739 Chemische Symbole und Reaktionsgleichungen
31740 \begin_inset CommandInset label
31741 LatexCommand label
31742 name "sub:Chemische-Symbole-und"
31743
31744 \end_inset
31745
31746
31747 \begin_inset Index idx
31748 status collapsed
31749
31750 \begin_layout Plain Layout
31751 chemische Zeichen ! Symbole
31752 \end_layout
31753
31754 \end_inset
31755
31756
31757 \begin_inset Index idx
31758 status collapsed
31759
31760 \begin_layout Plain Layout
31761 Reaktionsgleichungen
31762 \end_layout
31763
31764 \end_inset
31765
31766
31767 \begin_inset Index idx
31768 status collapsed
31769
31770 \begin_layout Plain Layout
31771 Symbole ! chemische
31772 \end_layout
31773
31774 \end_inset
31775
31776
31777 \end_layout
31778
31779 \begin_layout Standard
31780 Ein Beispieltext aus der Chemie:
31781 \end_layout
31782
31783 \begin_layout Quote
31784 Das 
31785 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31786 \end_inset
31787
31788 -Ion verbindet sich mit zwei 
31789 \begin_inset Formula $\mathrm{Na^{+}}$
31790 \end_inset
31791
31792 -Ionen zu Natriumsulfat 
31793 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31794 \end_inset
31795
31796 .
31797  Die Reaktionsgleichung dazu lautet:
31798 \begin_inset Formula 
31799 \begin{equation}
31800 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31801 \end{equation}
31802
31803 \end_inset
31804
31805
31806 \end_layout
31807
31808 \begin_layout Standard
31809 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31810  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31811  in der Formel und wandelt diese mit der Tastenkombination 
31812 \family sans
31813 Alt+Z
31814 \begin_inset space ~
31815 \end_inset
31816
31817 R
31818 \family default
31819  in den aufrechten Schriftstil um.
31820 \begin_inset Foot
31821 status collapsed
31822
31823 \begin_layout Plain Layout
31824 Schriftstile siehe 
31825 \begin_inset CommandInset ref
31826 LatexCommand ref
31827 reference "sub:Schriftstile"
31828
31829 \end_inset
31830
31831
31832 \end_layout
31833
31834 \end_inset
31835
31836
31837 \end_layout
31838
31839 \begin_layout Standard
31840 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31841 \series bold
31842  
31843 \backslash
31844 ce
31845 \series default
31846
31847 \begin_inset Index idx
31848 status collapsed
31849
31850 \begin_layout Plain Layout
31851 Befehle ! C ! 
31852 \backslash
31853 ce
31854 \end_layout
31855
31856 \end_inset
31857
31858  zu benutzen.
31859  Dieser ist verfügbar, wenn das LaTeX-Paket 
31860 \series bold
31861 mhchem
31862 \series default
31863
31864 \begin_inset Index idx
31865 status collapsed
31866
31867 \begin_layout Plain Layout
31868 Pakete ! mhchem
31869 \end_layout
31870
31871 \end_inset
31872
31873  installiert ist.
31874  Nachdem 
31875 \series bold
31876
31877 \backslash
31878 ce
31879 \series default
31880  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31881  Formeln in intuitiver Weise eingegeben werden können.
31882 \end_layout
31883
31884 \begin_layout Standard
31885 \align center
31886 \begin_inset Tabular
31887 <lyxtabular version="3" rows="9" columns="2">
31888 <features tabularvalignment="middle">
31889 <column alignment="center" valignment="top" width="0">
31890 <column alignment="center" valignment="top" width="0">
31891 <row>
31892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31893 \begin_inset Text
31894
31895 \begin_layout Plain Layout
31896 Befehl
31897 \end_layout
31898
31899 \end_inset
31900 </cell>
31901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31902 \begin_inset Text
31903
31904 \begin_layout Plain Layout
31905 Ergebnis
31906 \begin_inset Note Note
31907 status collapsed
31908
31909 \begin_layout Plain Layout
31910
31911 \series bold
31912
31913 \backslash
31914 raisebox
31915 \series default
31916  dient nur als Abstandhalter.
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \end_inset
31925 </cell>
31926 </row>
31927 <row>
31928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31929 \begin_inset Text
31930
31931 \begin_layout Plain Layout
31932
31933 \backslash
31934 ce
31935 \begin_inset ERT
31936 status collapsed
31937
31938 \begin_layout Plain Layout
31939
31940
31941 \backslash
31942 leer 
31943 \end_layout
31944
31945 \end_inset
31946
31947 H2CO3
31948 \end_layout
31949
31950 \end_inset
31951 </cell>
31952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31953 \begin_inset Text
31954
31955 \begin_layout Plain Layout
31956 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31957 \end_inset
31958
31959
31960 \end_layout
31961
31962 \end_inset
31963 </cell>
31964 </row>
31965 <row>
31966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31967 \begin_inset Text
31968
31969 \begin_layout Plain Layout
31970
31971 \backslash
31972 ce
31973 \begin_inset ERT
31974 status collapsed
31975
31976 \begin_layout Plain Layout
31977
31978
31979 \backslash
31980 leer 
31981 \end_layout
31982
31983 \end_inset
31984
31985 SO4^2-
31986 \end_layout
31987
31988 \end_inset
31989 </cell>
31990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31991 \begin_inset Text
31992
31993 \begin_layout Plain Layout
31994 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31995 \end_inset
31996
31997
31998 \end_layout
31999
32000 \end_inset
32001 </cell>
32002 </row>
32003 <row>
32004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32005 \begin_inset Text
32006
32007 \begin_layout Plain Layout
32008
32009 \backslash
32010 ce
32011 \begin_inset ERT
32012 status collapsed
32013
32014 \begin_layout Plain Layout
32015
32016
32017 \backslash
32018 leer 
32019 \end_layout
32020
32021 \end_inset
32022
32023 (NH4)2S
32024 \end_layout
32025
32026 \end_inset
32027 </cell>
32028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32029 \begin_inset Text
32030
32031 \begin_layout Plain Layout
32032 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32033 \end_inset
32034
32035
32036 \end_layout
32037
32038 \end_inset
32039 </cell>
32040 </row>
32041 <row>
32042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32043 \begin_inset Text
32044
32045 \begin_layout Plain Layout
32046
32047 \backslash
32048 ce
32049 \begin_inset ERT
32050 status collapsed
32051
32052 \begin_layout Plain Layout
32053
32054
32055 \backslash
32056 leer 
32057 \end_layout
32058
32059 \end_inset
32060
32061 KCr(SO4)2.12H2O
32062 \end_layout
32063
32064 \end_inset
32065 </cell>
32066 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32067 \begin_inset Text
32068
32069 \begin_layout Plain Layout
32070 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32071 \end_inset
32072
32073
32074 \end_layout
32075
32076 \end_inset
32077 </cell>
32078 </row>
32079 <row>
32080 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32081 \begin_inset Text
32082
32083 \begin_layout Plain Layout
32084
32085 \backslash
32086 ce
32087 \begin_inset ERT
32088 status collapsed
32089
32090 \begin_layout Plain Layout
32091
32092
32093 \backslash
32094 leer 
32095 \end_layout
32096
32097 \end_inset
32098
32099 A-B
32100 \backslash
32101 dbond
32102 \begin_inset ERT
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106
32107
32108 \backslash
32109 leer 
32110 \end_layout
32111
32112 \end_inset
32113
32114 C
32115 \backslash
32116 tbond
32117 \begin_inset ERT
32118 status collapsed
32119
32120 \begin_layout Plain Layout
32121
32122
32123 \backslash
32124 leer 
32125 \end_layout
32126
32127 \end_inset
32128
32129 D
32130 \end_layout
32131
32132 \end_inset
32133 </cell>
32134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32135 \begin_inset Text
32136
32137 \begin_layout Plain Layout
32138 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32139 \end_inset
32140
32141
32142 \end_layout
32143
32144 \end_inset
32145 </cell>
32146 </row>
32147 <row>
32148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32149 \begin_inset Text
32150
32151 \begin_layout Plain Layout
32152
32153 \backslash
32154 ce
32155 \begin_inset ERT
32156 status collapsed
32157
32158 \begin_layout Plain Layout
32159
32160
32161 \backslash
32162 leer 
32163 \end_layout
32164
32165 \end_inset
32166
32167 ^227
32168 \begin_inset Formula $\downarrow$
32169 \end_inset
32170
32171 _90
32172 \begin_inset Formula $\to$
32173 \end_inset
32174
32175 Th+
32176 \end_layout
32177
32178 \end_inset
32179 </cell>
32180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32181 \begin_inset Text
32182
32183 \begin_layout Plain Layout
32184 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32185 \end_inset
32186
32187
32188 \end_layout
32189
32190 \end_inset
32191 </cell>
32192 </row>
32193 <row>
32194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32195 \begin_inset Text
32196
32197 \begin_layout Plain Layout
32198
32199 \backslash
32200 ce
32201 \begin_inset ERT
32202 status collapsed
32203
32204 \begin_layout Plain Layout
32205
32206
32207 \backslash
32208 leer 
32209 \end_layout
32210
32211 \end_inset
32212
32213 CO2
32214 \begin_inset ERT
32215 status collapsed
32216
32217 \begin_layout Plain Layout
32218
32219
32220 \backslash
32221 leer 
32222 \end_layout
32223
32224 \end_inset
32225
32226 +
32227 \begin_inset ERT
32228 status collapsed
32229
32230 \begin_layout Plain Layout
32231
32232
32233 \backslash
32234 leer 
32235 \end_layout
32236
32237 \end_inset
32238
32239 C
32240 \begin_inset ERT
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244
32245
32246 \backslash
32247 leer 
32248 \end_layout
32249
32250 \end_inset
32251
32252 <=>
32253 \begin_inset ERT
32254 status collapsed
32255
32256 \begin_layout Plain Layout
32257
32258
32259 \backslash
32260 leer 
32261 \end_layout
32262
32263 \end_inset
32264
32265 2CO
32266 \end_layout
32267
32268 \end_inset
32269 </cell>
32270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32271 \begin_inset Text
32272
32273 \begin_layout Plain Layout
32274 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32275 \end_inset
32276
32277
32278 \end_layout
32279
32280 \end_inset
32281 </cell>
32282 </row>
32283 <row>
32284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32285 \begin_inset Text
32286
32287 \begin_layout Plain Layout
32288
32289 \backslash
32290 ce
32291 \begin_inset ERT
32292 status collapsed
32293
32294 \begin_layout Plain Layout
32295
32296
32297 \backslash
32298 leer 
32299 \end_layout
32300
32301 \end_inset
32302
32303 CO2
32304 \begin_inset ERT
32305 status collapsed
32306
32307 \begin_layout Plain Layout
32308
32309
32310 \backslash
32311 leer 
32312 \end_layout
32313
32314 \end_inset
32315
32316 +
32317 \begin_inset ERT
32318 status collapsed
32319
32320 \begin_layout Plain Layout
32321
32322
32323 \backslash
32324 leer 
32325 \end_layout
32326
32327 \end_inset
32328
32329 C
32330 \begin_inset ERT
32331 status collapsed
32332
32333 \begin_layout Plain Layout
32334
32335
32336 \backslash
32337 leer 
32338 \end_layout
32339
32340 \end_inset
32341
32342 ->[
32343 \backslash
32344 alpha][
32345 \backslash
32346 beta]
32347 \begin_inset ERT
32348 status collapsed
32349
32350 \begin_layout Plain Layout
32351
32352
32353 \backslash
32354 leer 
32355 \end_layout
32356
32357 \end_inset
32358
32359 2CO}
32360 \end_layout
32361
32362 \end_inset
32363 </cell>
32364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32365 \begin_inset Text
32366
32367 \begin_layout Plain Layout
32368 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32369 \end_inset
32370
32371
32372 \end_layout
32373
32374 \end_inset
32375 </cell>
32376 </row>
32377 </lyxtabular>
32378
32379 \end_inset
32380
32381
32382 \end_layout
32383
32384 \begin_layout Standard
32385 \begin_inset Note Greyedout
32386 status open
32387
32388 \begin_layout Plain Layout
32389
32390 \series bold
32391 Achtung:
32392 \series default
32393  Wenn eine Formel in eine 
32394 \series bold
32395
32396 \backslash
32397 ce
32398 \series default
32399 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32400  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32401 \begin_inset space \thinspace{}
32402 \end_inset
32403
32404 B.
32405  für 
32406 \series bold
32407
32408 \backslash
32409 ce{$
32410 \backslash
32411 mu
32412 \backslash
32413 hyphen$Cl}
32414 \series default
32415
32416 \begin_inset ERT
32417 status collapsed
32418
32419 \begin_layout Plain Layout
32420
32421
32422 \backslash
32423 ce{$
32424 \backslash
32425 mu
32426 \backslash
32427 hyphen$Cl}
32428 \end_layout
32429
32430 \end_inset
32431
32432  
32433 \end_layout
32434
32435 \end_inset
32436
32437
32438 \end_layout
32439
32440 \begin_layout Standard
32441 Wird 
32442 \series bold
32443
32444 \backslash
32445 ce
32446 \series default
32447  benutzt, lautet der Befehl für Gleichung
32448 \begin_inset space ~
32449 \end_inset
32450
32451
32452 \begin_inset CommandInset ref
32453 LatexCommand eqref
32454 reference "eq:chemische-Reaktion"
32455
32456 \end_inset
32457
32458 :
32459 \begin_inset Newline newline
32460 \end_inset
32461
32462
32463 \series bold
32464  
32465 \backslash
32466 ce
32467 \series default
32468
32469 \begin_inset ERT
32470 status collapsed
32471
32472 \begin_layout Plain Layout
32473
32474
32475 \backslash
32476 leer 
32477 \end_layout
32478
32479 \end_inset
32480
32481
32482 \series bold
32483 2Na+
32484 \series default
32485
32486 \begin_inset ERT
32487 status collapsed
32488
32489 \begin_layout Plain Layout
32490
32491
32492 \backslash
32493 leer 
32494 \end_layout
32495
32496 \end_inset
32497
32498
32499 \series bold
32500 +
32501 \series default
32502
32503 \begin_inset ERT
32504 status collapsed
32505
32506 \begin_layout Plain Layout
32507
32508
32509 \backslash
32510 leer 
32511 \end_layout
32512
32513 \end_inset
32514
32515
32516 \series bold
32517 SO4^2-
32518 \series default
32519
32520 \begin_inset ERT
32521 status collapsed
32522
32523 \begin_layout Plain Layout
32524
32525
32526 \backslash
32527 leer 
32528 \end_layout
32529
32530 \end_inset
32531
32532
32533 \begin_inset ERT
32534 status collapsed
32535
32536 \begin_layout Plain Layout
32537
32538
32539 \backslash
32540 leer 
32541 \end_layout
32542
32543 \end_inset
32544
32545
32546 \series bold
32547 ->
32548 \series default
32549
32550 \begin_inset ERT
32551 status collapsed
32552
32553 \begin_layout Plain Layout
32554
32555
32556 \backslash
32557 leer 
32558 \end_layout
32559
32560 \end_inset
32561
32562
32563 \series bold
32564 Na2SO4
32565 \end_layout
32566
32567 \begin_layout Standard
32568 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32569  Formel erstellt, wie in 
32570 \begin_inset CommandInset ref
32571 LatexCommand ref
32572 reference "sec:Mehrzeilige-Formeln"
32573
32574 \end_inset
32575
32576  beschrieben.
32577  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32578 \series bold
32579
32580 \backslash
32581 ce
32582 \series default
32583  verwendet.
32584  
32585 \begin_inset CommandInset ref
32586 LatexCommand eqref
32587 reference "eq:TEOS-Reaktion-1"
32588
32589 \end_inset
32590
32591  und 
32592 \begin_inset CommandInset ref
32593 LatexCommand eqref
32594 reference "eq:TEOS-Reaktion-2"
32595
32596 \end_inset
32597
32598  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32599  Gleichung eine eigene Nummer hat.
32600 \begin_inset Formula 
32601 \begin{eqnarray}
32602 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32603 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32604 \end{eqnarray}
32605
32606 \end_inset
32607
32608
32609 \end_layout
32610
32611 \begin_layout Standard
32612 Außer 
32613 \series bold
32614
32615 \backslash
32616 ce
32617 \series default
32618  bietet das Paket 
32619 \series bold
32620 mhchem
32621 \series default
32622  noch den Befehl 
32623 \series bold
32624
32625 \backslash
32626 cf
32627 \series default
32628
32629 \begin_inset Index idx
32630 status collapsed
32631
32632 \begin_layout Plain Layout
32633 Befehle ! C ! 
32634 \backslash
32635 cf
32636 \end_layout
32637
32638 \end_inset
32639
32640  für spezielle Fälle.
32641  Mehr über 
32642 \series bold
32643
32644 \backslash
32645 cf
32646 \series default
32647  und weitere Beispiele sind in der Dokumentation von 
32648 \series bold
32649 mhchem
32650 \series default
32651  zu finden, 
32652 \begin_inset CommandInset citation
32653 LatexCommand cite
32654 key "mhchem"
32655
32656 \end_inset
32657
32658 .
32659 \end_layout
32660
32661 \begin_layout Section
32662 Diagramme
32663 \end_layout
32664
32665 \begin_layout Standard
32666 LyX unterstützt zwei Typen kommutativer Diagramme: 
32667 \series bold
32668 amscd
32669 \series default
32670  und 
32671 \series bold
32672 xymatrix
32673 \series default
32674 , die im Folgenden erläutert sind.
32675 \end_layout
32676
32677 \begin_layout Subsection
32678 amscd Diagramme
32679 \begin_inset Index idx
32680 status collapsed
32681
32682 \begin_layout Plain Layout
32683 Diagramme ! amscd
32684 \end_layout
32685
32686 \end_inset
32687
32688
32689 \end_layout
32690
32691 \begin_layout Standard
32692 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32693  Linien oder Pfeilen dar:
32694 \begin_inset Formula 
32695 \[
32696 \begin{CD}A@>>>B@>>>C\\
32697 @AAA@.@VVV\\
32698 F@<<<E@<<<D
32699 \end{CD}
32700 \]
32701
32702 \end_inset
32703
32704
32705 \end_layout
32706
32707 \begin_layout Standard
32708 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32709 \series bold
32710
32711 \backslash
32712 CD
32713 \begin_inset Index idx
32714 status collapsed
32715
32716 \begin_layout Plain Layout
32717 Befehle ! C ! 
32718 \backslash
32719 CD
32720 \end_layout
32721
32722 \end_inset
32723
32724
32725 \series default
32726  ein.
32727  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32728  man die weiteren Befehle eingibt.
32729  Mit 
32730 \series bold
32731
32732 \begin_inset ERT
32733 status collapsed
32734
32735 \begin_layout Plain Layout
32736
32737
32738 \backslash
32739 mbox{
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \family sans
32746 \series default
32747 Strg+Enter
32748 \family default
32749 \series bold
32750
32751 \begin_inset ERT
32752 status collapsed
32753
32754 \begin_layout Plain Layout
32755
32756 }
32757 \end_layout
32758
32759 \end_inset
32760
32761
32762 \series default
32763  wird eine neue Zeile erstellt.
32764  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32765  Zeilen der Formel eingegeben.
32766 \end_layout
32767
32768 \begin_layout Standard
32769 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32770 \end_layout
32771
32772 \begin_layout Itemize
32773
32774 \series bold
32775 @<<<
32776 \series default
32777  erstellt einen Linkspfeil, 
32778 \series bold
32779 @>>>
32780 \series default
32781  einen Rechtspfeil und 
32782 \series bold
32783 @=
32784 \series default
32785  ein langes Gleichheitszeichen
32786 \end_layout
32787
32788 \begin_layout Itemize
32789
32790 \series bold
32791 @AAA
32792 \series default
32793  erstellt einen Pfeil nach oben, 
32794 \series bold
32795 @VVV
32796 \series default
32797  einen Pfeil nach unten und 
32798 \series bold
32799 @|
32800 \series default
32801  ein senkrechtes Gleichheitszeichen
32802 \end_layout
32803
32804 \begin_layout Itemize
32805
32806 \series bold
32807 @.
32808
32809 \series default
32810  dient als Platzhalter für nicht vorhandene Beziehungen
32811 \end_layout
32812
32813 \begin_layout Standard
32814 Alle Pfeile sind wie folgt beschriftbar:
32815 \end_layout
32816
32817 \begin_layout Itemize
32818 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32819  > Text eingegeben, erscheint er über dem Pfeil.
32820  Wird der Text zwischen dem zweiten und dritten < bzw.
32821  > eingegeben, erscheint er unter dem Pfeil.
32822 \end_layout
32823
32824 \begin_layout Itemize
32825 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32826  V eingegeben, erscheint er links neben dem Pfeil.
32827  Bei Eingabe zwischen zweitem und drittem A bzw.
32828  V erscheint er rechts daneben.
32829  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32830  gesetzt werden.
32831 \end_layout
32832
32833 \begin_layout Standard
32834 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32835 \end_layout
32836
32837 \begin_layout Standard
32838 \begin_inset Formula 
32839 \[
32840 \begin{CD}A@>j>>B@>>k>C@=F\\
32841 @AmAA@.@VV{V}V@|\\
32842 D@<<j<E@>k>>F@=C
32843 \end{CD}
32844 \]
32845
32846 \end_inset
32847
32848
32849 \end_layout
32850
32851 \begin_layout Standard
32852 Der Befehl dazu lautet:
32853 \begin_inset Newline newline
32854 \end_inset
32855
32856
32857 \series bold
32858
32859 \backslash
32860 CD
32861 \begin_inset ERT
32862 status collapsed
32863
32864 \begin_layout Plain Layout
32865
32866
32867 \backslash
32868 leer 
32869 \end_layout
32870
32871 \end_inset
32872
32873 A@>j>>B@>>k>C@=F Strg+Enter
32874 \begin_inset Newline newline
32875 \end_inset
32876
32877
32878 \begin_inset Phantom HPhantom
32879 status open
32880
32881 \begin_layout Plain Layout
32882
32883 \series bold
32884
32885 \backslash
32886 CD
32887 \begin_inset ERT
32888 status collapsed
32889
32890 \begin_layout Plain Layout
32891
32892
32893 \backslash
32894 leer 
32895 \end_layout
32896
32897 \end_inset
32898
32899
32900 \end_layout
32901
32902 \end_inset
32903
32904 @AmAA@.@VV
32905 \backslash
32906 {V
32907 \series default
32908
32909 \begin_inset Formula $\to$
32910 \end_inset
32911
32912
32913 \series bold
32914 V@| Strg+Enter
32915 \begin_inset Newline newline
32916 \end_inset
32917
32918
32919 \begin_inset Phantom HPhantom
32920 status open
32921
32922 \begin_layout Plain Layout
32923
32924 \series bold
32925
32926 \backslash
32927 CD
32928 \begin_inset ERT
32929 status collapsed
32930
32931 \begin_layout Plain Layout
32932
32933
32934 \backslash
32935 leer 
32936 \end_layout
32937
32938 \end_inset
32939
32940
32941 \end_layout
32942
32943 \end_inset
32944
32945 D@<<j<E@>k>>F@=C
32946 \end_layout
32947
32948 \begin_layout Subsection
32949 xymatrix Diagramme
32950 \begin_inset Index idx
32951 status collapsed
32952
32953 \begin_layout Plain Layout
32954 Diagramme ! xymatrix
32955 \end_layout
32956
32957 \end_inset
32958
32959
32960 \end_layout
32961
32962 \begin_layout Standard
32963 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32964 \series bold
32965 xypic
32966 \series default
32967  installiert sein.
32968  Eine Xymatrix wird erstellt, indem der Befehl 
32969 \series bold
32970
32971 \backslash
32972 xymatrix
32973 \series default
32974  in eine Formel eingegeben wird.
32975  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32976  hinzufügen, siehe 
32977 \begin_inset CommandInset ref
32978 LatexCommand ref
32979 reference "sec:Matrizen"
32980
32981 \end_inset
32982
32983 .
32984 \end_layout
32985
32986 \begin_layout Standard
32987 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32988  gekrümmte Pfeile und vieles mehr.
32989  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32990  sind im Detail im 
32991 \emph on
32992 XY-pic-Handbuch
32993 \emph default
32994  erklärt, dass im Menü 
32995 \family sans
32996 Hilfe\SpecialChar \menuseparator
32997 Spezielle
32998 \begin_inset space ~
32999 \end_inset
33000
33001 Handbücher
33002 \family default
33003  zu finden ist.
33004 \end_layout
33005
33006 \begin_layout Subsection
33007
33008 \noun on
33009 Feynman
33010 \noun default
33011  Diagramme
33012 \begin_inset Index idx
33013 status collapsed
33014
33015 \begin_layout Plain Layout
33016 Diagramme ! Feynman
33017 \end_layout
33018
33019 \end_inset
33020
33021
33022 \end_layout
33023
33024 \begin_layout Standard
33025 Um 
33026 \noun on
33027 Feynman-
33028 \noun default
33029 Diagrammen nutzen zu können, muss das LaTeX-Paket 
33030 \series bold
33031 feyn
33032 \series default
33033  installiert sein.
33034  Ein 
33035 \noun on
33036 Feynman-
33037 \noun default
33038 Diagramm wird erstellt, indem der Befehl 
33039 \series bold
33040
33041 \backslash
33042 Diagram
33043 \series default
33044  in eine Formel eingegeben wird.
33045  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33046  hinzufügen, siehe 
33047 \begin_inset CommandInset ref
33048 LatexCommand ref
33049 reference "sec:Matrizen"
33050
33051 \end_inset
33052
33053 .
33054 \end_layout
33055
33056 \begin_layout Standard
33057 Beispiele wie man in LyX 
33058 \noun on
33059 Feynman-
33060 \noun default
33061 Diagramme erstellt sind im 
33062 \emph on
33063 Feynman-Diagramm Handbuch
33064 \emph default
33065  gegeben, dass im Menü 
33066 \family sans
33067 Hilfe\SpecialChar \menuseparator
33068 Spezielle
33069 \begin_inset space ~
33070 \end_inset
33071
33072 Handbücher
33073 \family default
33074  zu finden ist.
33075 \end_layout
33076
33077 \begin_layout Section
33078 Benutzerdefinierte Befehle
33079 \begin_inset CommandInset label
33080 LatexCommand label
33081 name "sec:Benutzerdefinierte-Befehle"
33082
33083 \end_inset
33084
33085
33086 \begin_inset Index idx
33087 status collapsed
33088
33089 \begin_layout Plain Layout
33090 benutzerdefinierte Befehle
33091 \end_layout
33092
33093 \end_inset
33094
33095
33096 \end_layout
33097
33098 \begin_layout Standard
33099 \begin_inset Note Greyedout
33100 status open
33101
33102 \begin_layout Plain Layout
33103
33104 \series bold
33105 Achtung: 
33106 \series default
33107 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33108 n Buchstaben bestehen.
33109 \end_layout
33110
33111 \end_inset
33112
33113
33114 \end_layout
33115
33116 \begin_layout Subsection
33117 Der Befehl 
33118 \backslash
33119 newcommand
33120 \begin_inset CommandInset label
33121 LatexCommand label
33122 name "sub:Der-Befehl-newcommand"
33123
33124 \end_inset
33125
33126
33127 \begin_inset Index idx
33128 status collapsed
33129
33130 \begin_layout Plain Layout
33131 benutzerdefinierte Befehle ! 
33132 \backslash
33133 newcommand
33134 \end_layout
33135
33136 \end_inset
33137
33138
33139 \begin_inset Index idx
33140 status collapsed
33141
33142 \begin_layout Plain Layout
33143 Befehle ! N ! 
33144 \backslash
33145 newcommand
33146 \end_layout
33147
33148 \end_inset
33149
33150
33151 \end_layout
33152
33153 \begin_layout Standard
33154 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33155  Man kann sich aber mit dem Befehl 
33156 \series bold
33157
33158 \backslash
33159 newcommand
33160 \series default
33161  neue kürzere Befehle definieren.
33162 \end_layout
33163
33164 \begin_layout Standard
33165 Das Befehlsschema von 
33166 \series bold
33167
33168 \backslash
33169 newcommand
33170 \series default
33171  lautet:
33172 \end_layout
33173
33174 \begin_layout Standard
33175
33176 \series bold
33177
33178 \backslash
33179 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33180 \series default
33181  
33182 \series bold
33183 Wert]
33184 \begin_inset Newline newline
33185 \end_inset
33186
33187
33188 \begin_inset Phantom HPhantom
33189 status open
33190
33191 \begin_layout Plain Layout
33192
33193 \series bold
33194
33195 \backslash
33196 newcommand
33197 \end_layout
33198
33199 \end_inset
33200
33201 {Befehlsdefinition}
33202 \end_layout
33203
33204 \begin_layout Standard
33205 \begin_inset Note Greyedout
33206 status open
33207
33208 \begin_layout Plain Layout
33209
33210 \series bold
33211 Achtung:
33212 \series default
33213  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33214  oder von benutzten LaTeX-Paketen verwendet wird.
33215  Definiert man beispielsweise für 
33216 \series bold
33217
33218 \backslash
33219 Leftarrow
33220 \series default
33221  den Befehl 
33222 \series bold
33223
33224 \backslash
33225 le
33226 \series default
33227 , erhält man eine Fehlermeldung, denn 
33228 \series bold
33229
33230 \backslash
33231 le
33232 \series default
33233  ist schon für 
33234 \begin_inset Quotes gld
33235 \end_inset
33236
33237
33238 \begin_inset Formula $\le$
33239 \end_inset
33240
33241
33242 \begin_inset Quotes grd
33243 \end_inset
33244
33245  definiert.
33246 \end_layout
33247
33248 \end_inset
33249
33250
33251 \end_layout
33252
33253 \begin_layout Standard
33254 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33255 \begin_inset space \thinspace{}
33256 \end_inset
33257
33258 -
33259 \begin_inset space \thinspace{}
33260 \end_inset
33261
33262 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33263  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33264  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33265 \emph on
33266 erste
33267 \emph default
33268  Argument des neuen Befehls ein optionales ist.
33269 \end_layout
33270
33271 \begin_layout Standard
33272 Es folgen einige Beispiele:
33273 \end_layout
33274
33275 \begin_layout Itemize
33276 Will man für 
33277 \series bold
33278
33279 \backslash
33280 Longrightarrow
33281 \series default
33282  den Befehl 
33283 \series bold
33284
33285 \backslash
33286 gr
33287 \series default
33288  definieren, lautet die LaTeX-Vor\SpecialChar \-
33289 spannzeile:
33290 \begin_inset VSpace medskip
33291 \end_inset
33292
33293
33294 \begin_inset Newline newline
33295 \end_inset
33296
33297
33298 \series bold
33299
33300 \backslash
33301 newcommand{
33302 \backslash
33303 gr}{
33304 \backslash
33305 Longrightarrow}
33306 \end_layout
33307
33308 \begin_layout Itemize
33309 Um für den Befehl 
33310 \series bold
33311
33312 \backslash
33313 underline
33314 \series default
33315  den Befehl 
33316 \series bold
33317
33318 \backslash
33319 us
33320 \series default
33321  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33322  werden.
33323  Dazu sieht die Vorspannzeile wie folgt aus:
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 us}[1]{
33338 \backslash
33339 underline{#1}}
33340 \series default
33341
33342 \begin_inset VSpace medskip
33343 \end_inset
33344
33345
33346 \begin_inset Newline newline
33347 \end_inset
33348
33349 Das Zeichen 
33350 \series bold
33351 #
33352 \series default
33353  fungiert als Argumentplatzhalter, die 
33354 \series bold
33355 1
33356 \series default
33357  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33358 \end_layout
33359
33360 \begin_layout Itemize
33361 Für 
33362 \series bold
33363
33364 \backslash
33365 framebox
33366 \series default
33367  kann man z.
33368 \begin_inset space \thinspace{}
33369 \end_inset
33370
33371 B.
33372  den Befehl 
33373 \series bold
33374
33375 \backslash
33376 fb
33377 \series default
33378  definieren:
33379 \begin_inset VSpace medskip
33380 \end_inset
33381
33382
33383 \begin_inset Newline newline
33384 \end_inset
33385
33386
33387 \series bold
33388
33389 \backslash
33390 newcommand{
33391 \backslash
33392 fb}[3]{
33393 \backslash
33394 framebox#1#2{$#3$}}
33395 \series default
33396
33397 \begin_inset VSpace medskip
33398 \end_inset
33399
33400
33401 \begin_inset Newline newline
33402 \end_inset
33403
33404 Die beiden Dollarzeichen erstellen hierbei die für 
33405 \series bold
33406
33407 \backslash
33408 framebox
33409 \series default
33410  geforderte weitere Formel, siehe 
33411 \begin_inset CommandInset ref
33412 LatexCommand ref
33413 reference "sub:Boxen-mit-Rahmen"
33414
33415 \end_inset
33416
33417 .
33418 \end_layout
33419
33420 \begin_layout Itemize
33421 Um einen neuen Befehl für 
33422 \series bold
33423
33424 \backslash
33425 fcolorbox
33426 \series default
33427  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33428  definiert man das Argument für die Farbe als optional:
33429 \begin_inset VSpace medskip
33430 \end_inset
33431
33432
33433 \begin_inset Newline newline
33434 \end_inset
33435
33436
33437 \series bold
33438
33439 \backslash
33440 newcommand{
33441 \backslash
33442 cb}[3][white]{
33443 \backslash
33444 fcolorbox{#2}{#1}{$#3$}}
33445 \series default
33446
33447 \begin_inset VSpace medskip
33448 \end_inset
33449
33450
33451 \begin_inset Newline newline
33452 \end_inset
33453
33454 Gibt man bei der Verwendung von 
33455 \series bold
33456
33457 \backslash
33458 cb
33459 \series default
33460  die Farbe nicht an, wird die voreingestellte Farbe 
33461 \series bold
33462 white
33463 \series default
33464  verwendet.
33465 \end_layout
33466
33467 \begin_layout Standard
33468 Ein Test der neu definierten Befehle:
33469 \end_layout
33470
33471 \begin_layout Standard
33472 \align center
33473 \begin_inset Tabular
33474 <lyxtabular version="3" rows="6" columns="2">
33475 <features tabularvalignment="middle">
33476 <column alignment="center" valignment="top" width="0">
33477 <column alignment="center" valignment="top" width="0">
33478 <row>
33479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33480 \begin_inset Text
33481
33482 \begin_layout Plain Layout
33483 Befehl
33484 \end_layout
33485
33486 \end_inset
33487 </cell>
33488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33489 \begin_inset Text
33490
33491 \begin_layout Plain Layout
33492 Ergebnis
33493 \begin_inset Note Note
33494 status collapsed
33495
33496 \begin_layout Plain Layout
33497
33498 \series bold
33499
33500 \backslash
33501 raisebox
33502 \series default
33503  dient nur als Abstandhalter.
33504 \end_layout
33505
33506 \end_inset
33507
33508
33509 \end_layout
33510
33511 \end_inset
33512 </cell>
33513 </row>
33514 <row>
33515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33516 \begin_inset Text
33517
33518 \begin_layout Plain Layout
33519 A
33520 \backslash
33521 gr
33522 \begin_inset ERT
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526
33527
33528 \backslash
33529 leer 
33530 \end_layout
33531
33532 \end_inset
33533
33534 B
33535 \end_layout
33536
33537 \end_inset
33538 </cell>
33539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33540 \begin_inset Text
33541
33542 \begin_layout Plain Layout
33543 \begin_inset Formula $A\gr B$
33544 \end_inset
33545
33546
33547 \end_layout
33548
33549 \end_inset
33550 </cell>
33551 </row>
33552 <row>
33553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33554 \begin_inset Text
33555
33556 \begin_layout Plain Layout
33557
33558 \backslash
33559 us{ABcd
33560 \end_layout
33561
33562 \end_inset
33563 </cell>
33564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33565 \begin_inset Text
33566
33567 \begin_layout Plain Layout
33568 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33569 \end_inset
33570
33571
33572 \end_layout
33573
33574 \end_inset
33575 </cell>
33576 </row>
33577 <row>
33578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33579 \begin_inset Text
33580
33581 \begin_layout Plain Layout
33582
33583 \backslash
33584 fb{[2cm]
33585 \begin_inset Formula $\to$
33586 \end_inset
33587
33588
33589 \backslash
33590 {
33591 \begin_inset Formula $\to$
33592 \end_inset
33593
33594
33595 \backslash
33596 {
33597 \backslash
33598 int
33599 \begin_inset ERT
33600 status collapsed
33601
33602 \begin_layout Plain Layout
33603
33604
33605 \backslash
33606 leer 
33607 \end_layout
33608
33609 \end_inset
33610
33611 A=B
33612 \end_layout
33613
33614 \end_inset
33615 </cell>
33616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33617 \begin_inset Text
33618
33619 \begin_layout Plain Layout
33620 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33621 \end_inset
33622
33623
33624 \end_layout
33625
33626 \end_inset
33627 </cell>
33628 </row>
33629 <row>
33630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33631 \begin_inset Text
33632
33633 \begin_layout Plain Layout
33634
33635 \backslash
33636 cb{red
33637 \begin_inset Formula $\to$
33638 \end_inset
33639
33640
33641 \backslash
33642 {
33643 \backslash
33644 int
33645 \begin_inset ERT
33646 status collapsed
33647
33648 \begin_layout Plain Layout
33649
33650
33651 \backslash
33652 leer 
33653 \end_layout
33654
33655 \end_inset
33656
33657 A=B
33658 \end_layout
33659
33660 \end_inset
33661 </cell>
33662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33663 \begin_inset Text
33664
33665 \begin_layout Plain Layout
33666 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33667 \end_inset
33668
33669
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 </row>
33675 <row>
33676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33677 \begin_inset Text
33678
33679 \begin_layout Plain Layout
33680
33681 \backslash
33682 cb[green]
33683 \backslash
33684 {red
33685 \begin_inset Formula $\to$
33686 \end_inset
33687
33688
33689 \backslash
33690 {
33691 \backslash
33692 int
33693 \begin_inset ERT
33694 status collapsed
33695
33696 \begin_layout Plain Layout
33697
33698
33699 \backslash
33700 leer 
33701 \end_layout
33702
33703 \end_inset
33704
33705 A=B
33706 \end_layout
33707
33708 \end_inset
33709 </cell>
33710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33711 \begin_inset Text
33712
33713 \begin_layout Plain Layout
33714 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33715 \end_inset
33716
33717
33718 \end_layout
33719
33720 \end_inset
33721 </cell>
33722 </row>
33723 </lyxtabular>
33724
33725 \end_inset
33726
33727
33728 \end_layout
33729
33730 \begin_layout Subsection
33731 Mathe-Makros
33732 \begin_inset Index idx
33733 status collapsed
33734
33735 \begin_layout Plain Layout
33736 benutzerdefinierte Befehle ! Mathe-Makros
33737 \end_layout
33738
33739 \end_inset
33740
33741
33742 \begin_inset Index idx
33743 status collapsed
33744
33745 \begin_layout Plain Layout
33746 Makros
33747 \end_layout
33748
33749 \end_inset
33750
33751
33752 \end_layout
33753
33754 \begin_layout Standard
33755 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33756  Hat man es in einem Dokument z.
33757 \begin_inset space \thinspace{}
33758 \end_inset
33759
33760 B.
33761  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33762  auf.
33763  Die allgemeine Form einer quadratischen Gleichung ist
33764 \begin_inset Formula 
33765 \[
33766 0=\lambda^{2}+p\lambda+q
33767 \]
33768
33769 \end_inset
33770
33771 Die allgemeine Form der Lösung lautet
33772 \begin_inset Formula 
33773 \[
33774 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33775 \]
33776
33777 \end_inset
33778
33779
33780 \end_layout
33781
33782 \begin_layout Standard
33783 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33784  drei Parameter 
33785 \begin_inset Formula $\lambda$
33786 \end_inset
33787
33788
33789 \begin_inset Formula $p$
33790 \end_inset
33791
33792  und 
33793 \begin_inset Formula $q$
33794 \end_inset
33795
33796  angegeben werden müssen und der Index von 
33797 \begin_inset Formula $\lambda$
33798 \end_inset
33799
33800  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33801 \begin_inset Newline newline
33802 \end_inset
33803
33804
33805 \series bold
33806
33807 \backslash
33808 newcommand{
33809 \backslash
33810 qG}[4][1,
33811 \backslash
33812 ,2]{#2_{#1}=-
33813 \backslash
33814 frac{#3}{2}
33815 \backslash
33816 pm
33817 \begin_inset Newline newline
33818 \end_inset
33819
33820
33821 \begin_inset Phantom HPhantom
33822 status open
33823
33824 \begin_layout Plain Layout
33825
33826 \series bold
33827
33828 \backslash
33829 newcommand
33830 \end_layout
33831
33832 \end_inset
33833
33834
33835 \backslash
33836 sqrt{
33837 \backslash
33838 frac{#3^{2}}{4}-#4}}
33839 \end_layout
33840
33841 \begin_layout Standard
33842 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33843  
33844 \begin_inset Newline newline
33845 \end_inset
33846
33847
33848 \series bold
33849
33850 \backslash
33851 qG{
33852 \backslash
33853 lambda
33854 \begin_inset Formula $\to$
33855 \end_inset
33856
33857
33858 \backslash
33859 {p
33860 \begin_inset Formula $\to$
33861 \end_inset
33862
33863
33864 \backslash
33865 {q 
33866 \series default
33867 ein.
33868 \end_layout
33869
33870 \begin_layout Standard
33871 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33872  aller verwendeten LaTeX-Befehle kennen, z.
33873 \begin_inset space \thinspace{}
33874 \end_inset
33875
33876 B.
33877  dass ein Bruch in LaTeX mit 
33878 \series bold
33879
33880 \backslash
33881 frac{Zähler}
33882 \begin_inset Newline linebreak
33883 \end_inset
33884
33885 {Nenner}
33886 \series default
33887  eingegeben wird.
33888  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33889  in LyX nicht sehen, was der neue Befehl macht.
33890  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33891  Mathe-Makros statt den Befehl 
33892 \series bold
33893
33894 \backslash
33895 newcommand
33896 \series default
33897  zu verwenden.
33898 \end_layout
33899
33900 \begin_layout Standard
33901 Ein Mathe-Makro wird erstellt, indem man das Menü 
33902 \family sans
33903 Einfügen\SpecialChar \menuseparator
33904 Mathe\SpecialChar \menuseparator
33905 Makro
33906 \family default
33907  oder den Werkzeugleistenknopf 
33908 \begin_inset Graphics
33909         filename ../../images/math-macro_newmacroname_newcommand.png
33910         scale 85
33911
33912 \end_inset
33913
33914  verwendet.
33915  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33916  Makro definiert wird:
33917 \begin_inset Newline newline
33918 \end_inset
33919
33920
33921 \begin_inset space \hspace*{\fill}
33922 \end_inset
33923
33924
33925 \begin_inset Graphics
33926         filename ../clipart/macrobox.png
33927
33928 \end_inset
33929
33930
33931 \begin_inset space \hspace*{\fill}
33932 \end_inset
33933
33934
33935 \begin_inset Newline newline
33936 \end_inset
33937
33938
33939 \begin_inset FormulaMacro
33940 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33941 \end_inset
33942
33943
33944 \backslash
33945 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33946  geändert werden sollte.
33947  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33948  Einen Argumentplatzhalter fügt man mit dem Befehl 
33949 \series bold
33950
33951 \backslash
33952 #Argumentnummer
33953 \series default
33954  ein, z.
33955 \begin_inset space \thinspace{}
33956 \end_inset
33957
33958 B.
33959  
33960 \series bold
33961
33962 \backslash
33963 #1
33964 \series default
33965  oder man verwendet den Makro-Werkzeugleistenknopf 
33966 \begin_inset Graphics
33967         filename ../../images/math-macro-add-param.png
33968         scale 85
33969
33970 \end_inset
33971
33972 .
33973  Argumentplatzhalter werden rot dargestellt.
33974  Es sind maximal 9 Argumente möglich.
33975  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33976 \begin_inset Graphics
33977         filename ../../images/math-macro-add-optional-param.png
33978         scale 85
33979
33980 \end_inset
33981
33982  erstellt.
33983  Mit dem Werkzeugleistenknopf 
33984 \begin_inset Graphics
33985         filename ../../images/math-macro-make-optional.png
33986         scale 85
33987
33988 \end_inset
33989
33990  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33991  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33992  werden soll.
33993  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33994  Kästchen leer lässt.
33995  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33996  einnimmt, kann man in das Kästchen z.
33997 \begin_inset space \thinspace{}
33998 \end_inset
33999
34000 B.
34001 \begin_inset Newline newline
34002 \end_inset
34003
34004
34005 \series bold
34006 qG: 
34007 \backslash
34008 #1
34009 \series default
34010  
34011 \series bold
34012 ,
34013 \series default
34014  
34015 \series bold
34016
34017 \backslash
34018 #2
34019 \series default
34020  
34021 \series bold
34022 ,
34023 \series default
34024  
34025 \series bold
34026
34027 \backslash
34028 #3, 
34029 \backslash
34030 #4
34031 \begin_inset Newline newline
34032 \end_inset
34033
34034
34035 \series default
34036 eingeben.
34037  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
34038  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
34039  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
34040  wurde.
34041 \begin_inset Newline newline
34042 \end_inset
34043
34044 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
34045  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
34046 \family sans
34047 Ansicht\SpecialChar \menuseparator
34048 Mathe-Makro
34049 \begin_inset space ~
34050 \end_inset
34051
34052 auf/zuklappen
34053 \family default
34054  verwendet.
34055 \end_layout
34056
34057 \begin_layout Standard
34058 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
34059  ein, in unserem Fall 
34060 \series bold
34061
34062 \backslash
34063 qG
34064 \series default
34065 .
34066  Unser Makro sieht in LyX folgendermaßen aus:
34067 \begin_inset Newline newline
34068 \end_inset
34069
34070
34071 \begin_inset space \hspace*{\fill}
34072 \end_inset
34073
34074
34075 \begin_inset Graphics
34076         filename ../clipart/macrouse.png
34077
34078 \end_inset
34079
34080
34081 \begin_inset space \hspace*{\fill}
34082 \end_inset
34083
34084
34085 \begin_inset Newline newline
34086 \end_inset
34087
34088 Hier ist unser Makro-Beispiel mit den Argumenten 
34089 \begin_inset Formula $x$
34090 \end_inset
34091
34092
34093 \begin_inset Formula $\ln(x)$
34094 \end_inset
34095
34096  und 
34097 \begin_inset Formula $B$
34098 \end_inset
34099
34100 :
34101 \end_layout
34102
34103 \begin_layout Standard
34104 \begin_inset Formula 
34105 \[
34106 \qG x{\ln(x)}B
34107 \]
34108
34109 \end_inset
34110
34111
34112 \end_layout
34113
34114 \begin_layout Standard
34115 LyX bietet im Menü 
34116 \family sans
34117 Werkzeuge\SpecialChar \menuseparator
34118 Einstellungen\SpecialChar \menuseparator
34119 Bearbeiten\SpecialChar \menuseparator
34120 Kontrolle
34121 \family default
34122  verschiedene Bearbeitungsstile für Makros an.
34123  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34124  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34125  zu sehen.
34126 \end_layout
34127
34128 \begin_layout Standard
34129 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34130 \series bold
34131
34132 \backslash
34133 new\SpecialChar \-
34134 command
34135 \series default
34136 -Befehl umgewandelt.
34137  Der 
34138 \series bold
34139
34140 \backslash
34141 newcommand
34142 \series default
34143 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34144  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34145  Makrodefinitionsbox befinden.
34146 \end_layout
34147
34148 \begin_layout Standard
34149 Mathe-Makros können auch direkt aus einem 
34150 \series bold
34151
34152 \backslash
34153 newcommand
34154 \series default
34155 -Befehl erstellt werden.
34156  Schreibt man z.
34157 \begin_inset space \thinspace{}
34158 \end_inset
34159
34160 B.
34161  den Befehl
34162 \series bold
34163
34164 \begin_inset Newline newline
34165 \end_inset
34166
34167
34168 \backslash
34169 newcommand{
34170 \backslash
34171 larrow}[2]{
34172 \backslash
34173 xleftarrow[#2]{#1}}
34174 \begin_inset Newline newline
34175 \end_inset
34176
34177
34178 \series default
34179 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34180 zel 
34181 \family sans
34182 Strg+M
34183 \family default
34184 , wird der Befehl in ein Mathe-Makro umgewandelt.
34185  Bei dieser Methode muss man jedoch aufpassen, dass der 
34186 \series bold
34187
34188 \backslash
34189 newcommand
34190 \series default
34191 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34192  erstellt, dass später LaTeX-Fehler hervorruft.
34193 \end_layout
34194
34195 \begin_layout Standard
34196 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34197  Makrodefinition fehlerhaft behandelt werden.
34198  Dadurch kann das Beispiel 
34199 \series bold
34200
34201 \backslash
34202 fb
34203 \series default
34204  aus 
34205 \begin_inset CommandInset ref
34206 LatexCommand ref
34207 reference "sub:Der-Befehl-newcommand"
34208
34209 \end_inset
34210
34211  nicht als Makro erzeugt werden.
34212 \end_layout
34213
34214 \begin_layout Standard
34215 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34216  in LyX angezeigt:
34217 \end_layout
34218
34219 \begin_layout Standard
34220 \begin_inset VSpace defskip
34221 \end_inset
34222
34223
34224 \end_layout
34225
34226 \begin_layout Standard
34227 \begin_inset Graphics
34228         filename ../clipart/MacroToolbar.png
34229
34230 \end_inset
34231
34232
34233 \begin_inset Index idx
34234 status collapsed
34235
34236 \begin_layout Plain Layout
34237 Makros ! Werkzeugleiste
34238 \end_layout
34239
34240 \end_inset
34241
34242
34243 \end_layout
34244
34245 \begin_layout Standard
34246 \begin_inset VSpace defskip
34247 \end_inset
34248
34249
34250 \end_layout
34251
34252 \begin_layout Standard
34253 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34254 \end_layout
34255
34256 \begin_layout Standard
34257 \begin_inset VSpace defskip
34258 \end_inset
34259
34260
34261 \end_layout
34262
34263 \begin_layout Standard
34264 \begin_inset Tabular
34265 <lyxtabular version="3" rows="9" columns="2">
34266 <features islongtable="true" longtabularalignment="center">
34267 <column alignment="left" valignment="top" width="0">
34268 <column alignment="left" valignment="top" width="85col%">
34269 <row interlinespace="2.5mm">
34270 <cell alignment="center" valignment="top" usebox="none">
34271 \begin_inset Text
34272
34273 \begin_layout Plain Layout
34274 \begin_inset Graphics
34275         filename ../../images/math-macro-remove-param.png
34276         rotateOrigin center
34277
34278 \end_inset
34279
34280
34281 \end_layout
34282
34283 \end_inset
34284 </cell>
34285 <cell alignment="center" valignment="top" usebox="none">
34286 \begin_inset Text
34287
34288 \begin_layout Plain Layout
34289
34290 \family sans
34291 Bearbeiten\SpecialChar \menuseparator
34292 Mathe\SpecialChar \menuseparator
34293 Makro-Definition\SpecialChar \menuseparator
34294 Letztes Argument entfernen
34295 \end_layout
34296
34297 \end_inset
34298 </cell>
34299 </row>
34300 <row interlinespace="2.5mm">
34301 <cell alignment="center" valignment="top" usebox="none">
34302 \begin_inset Text
34303
34304 \begin_layout Plain Layout
34305 \begin_inset Graphics
34306         filename ../../images/math-macro-add-param.png
34307         rotateOrigin center
34308
34309 \end_inset
34310
34311
34312 \end_layout
34313
34314 \end_inset
34315 </cell>
34316 <cell alignment="center" valignment="top" usebox="none">
34317 \begin_inset Text
34318
34319 \begin_layout Plain Layout
34320
34321 \family sans
34322 Bearbeiten\SpecialChar \menuseparator
34323 Mathe\SpecialChar \menuseparator
34324 Makro-Definition\SpecialChar \menuseparator
34325 Argument hinzufügen
34326 \end_layout
34327
34328 \end_inset
34329 </cell>
34330 </row>
34331 <row interlinespace="2.5mm">
34332 <cell alignment="center" valignment="top" usebox="none">
34333 \begin_inset Text
34334
34335 \begin_layout Plain Layout
34336 \begin_inset Graphics
34337         filename ../../images/math-macro-make-optional.png
34338         rotateOrigin center
34339
34340 \end_inset
34341
34342
34343 \end_layout
34344
34345 \end_inset
34346 </cell>
34347 <cell alignment="center" valignment="top" usebox="none">
34348 \begin_inset Text
34349
34350 \begin_layout Plain Layout
34351
34352 \family sans
34353 Bearbeiten\SpecialChar \menuseparator
34354 Mathe\SpecialChar \menuseparator
34355 Makro-Definition\SpecialChar \menuseparator
34356 Das erste nicht-optionale
34357 \begin_inset Newline newline
34358 \end_inset
34359
34360
34361 \begin_inset Phantom HPhantom
34362 status open
34363
34364 \begin_layout Plain Layout
34365
34366 \family sans
34367 Bearbeiten\SpecialChar \menuseparator
34368 Mathe\SpecialChar \menuseparator
34369 Makro-Definition\SpecialChar \menuseparator
34370
34371 \end_layout
34372
34373 \end_inset
34374
34375 Argument in einen optionales
34376 \begin_inset Newline newline
34377 \end_inset
34378
34379
34380 \begin_inset Phantom HPhantom
34381 status open
34382
34383 \begin_layout Plain Layout
34384
34385 \family sans
34386 Bearbeiten\SpecialChar \menuseparator
34387 Mathe\SpecialChar \menuseparator
34388 Makro-Definition\SpecialChar \menuseparator
34389
34390 \end_layout
34391
34392 \end_inset
34393
34394 ändern
34395 \end_layout
34396
34397 \end_inset
34398 </cell>
34399 </row>
34400 <row interlinespace="2.5mm">
34401 <cell alignment="center" valignment="top" usebox="none">
34402 \begin_inset Text
34403
34404 \begin_layout Plain Layout
34405 \begin_inset Graphics
34406         filename ../../images/math-macro-make-nonoptional.png
34407         rotateOrigin center
34408
34409 \end_inset
34410
34411
34412 \end_layout
34413
34414 \end_inset
34415 </cell>
34416 <cell alignment="center" valignment="top" usebox="none">
34417 \begin_inset Text
34418
34419 \begin_layout Plain Layout
34420
34421 \family sans
34422 Bearbeiten\SpecialChar \menuseparator
34423 Mathe\SpecialChar \menuseparator
34424 Makro-Definition\SpecialChar \menuseparator
34425 Das letzte optionale Argument in
34426 \begin_inset Newline newline
34427 \end_inset
34428
34429
34430 \begin_inset Phantom HPhantom
34431 status open
34432
34433 \begin_layout Plain Layout
34434
34435 \family sans
34436 Bearbeiten\SpecialChar \menuseparator
34437 Mathe\SpecialChar \menuseparator
34438 Makro-Definition\SpecialChar \menuseparator
34439
34440 \end_layout
34441
34442 \end_inset
34443
34444 einen nicht-optionales ändern
34445 \end_layout
34446
34447 \end_inset
34448 </cell>
34449 </row>
34450 <row interlinespace="2.5mm">
34451 <cell alignment="center" valignment="top" usebox="none">
34452 \begin_inset Text
34453
34454 \begin_layout Plain Layout
34455 \begin_inset Graphics
34456         filename ../../images/math-macro-remove-optional-param.png
34457         rotateOrigin center
34458
34459 \end_inset
34460
34461
34462 \end_layout
34463
34464 \end_inset
34465 </cell>
34466 <cell alignment="center" valignment="top" usebox="none">
34467 \begin_inset Text
34468
34469 \begin_layout Plain Layout
34470
34471 \family sans
34472 Bearbeiten\SpecialChar \menuseparator
34473 Mathe\SpecialChar \menuseparator
34474 Makro-Definition\SpecialChar \menuseparator
34475 Optionales Argument entfernen
34476 \end_layout
34477
34478 \end_inset
34479 </cell>
34480 </row>
34481 <row interlinespace="2.5mm">
34482 <cell alignment="center" valignment="top" usebox="none">
34483 \begin_inset Text
34484
34485 \begin_layout Plain Layout
34486 \begin_inset Graphics
34487         filename ../../images/math-macro-add-optional-param.png
34488         rotateOrigin center
34489
34490 \end_inset
34491
34492
34493 \end_layout
34494
34495 \end_inset
34496 </cell>
34497 <cell alignment="center" valignment="top" usebox="none">
34498 \begin_inset Text
34499
34500 \begin_layout Plain Layout
34501
34502 \family sans
34503 Bearbeiten\SpecialChar \menuseparator
34504 Mathe\SpecialChar \menuseparator
34505 Makro-Definition\SpecialChar \menuseparator
34506 Optionales Argument einfügen
34507 \end_layout
34508
34509 \end_inset
34510 </cell>
34511 </row>
34512 <row interlinespace="2.5mm">
34513 <cell alignment="center" valignment="top" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517 \begin_inset Graphics
34518         filename ../../images/math-macro-remove-greedy-param.png
34519         rotateOrigin center
34520
34521 \end_inset
34522
34523
34524 \end_layout
34525
34526 \end_inset
34527 </cell>
34528 <cell alignment="center" valignment="top" usebox="none">
34529 \begin_inset Text
34530
34531 \begin_layout Plain Layout
34532
34533 \family sans
34534 Bearbeiten\SpecialChar \menuseparator
34535 Mathe\SpecialChar \menuseparator
34536 Makro-Definition\SpecialChar \menuseparator
34537 Letztes Argument rechts entfernen
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 </row>
34543 <row interlinespace="2.5mm">
34544 <cell alignment="center" valignment="top" usebox="none">
34545 \begin_inset Text
34546
34547 \begin_layout Plain Layout
34548 \begin_inset Graphics
34549         filename ../../images/math-macro-append-greedy-param.png
34550         rotateOrigin center
34551
34552 \end_inset
34553
34554
34555 \end_layout
34556
34557 \end_inset
34558 </cell>
34559 <cell alignment="center" valignment="top" usebox="none">
34560 \begin_inset Text
34561
34562 \begin_layout Plain Layout
34563
34564 \family sans
34565 Bearbeiten\SpecialChar \menuseparator
34566 Mathe\SpecialChar \menuseparator
34567 Makro-Definition\SpecialChar \menuseparator
34568 Argument von rechts hinzufügen
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 </row>
34574 <row interlinespace="2.5mm">
34575 <cell alignment="center" valignment="top" usebox="none">
34576 \begin_inset Text
34577
34578 \begin_layout Plain Layout
34579 \begin_inset Graphics
34580         filename ../../images/math-macro-add-greedy-optional-param.png
34581         rotateOrigin center
34582
34583 \end_inset
34584
34585
34586 \end_layout
34587
34588 \end_inset
34589 </cell>
34590 <cell alignment="center" valignment="top" usebox="none">
34591 \begin_inset Text
34592
34593 \begin_layout Plain Layout
34594
34595 \family sans
34596 Bearbeiten\SpecialChar \menuseparator
34597 Mathe\SpecialChar \menuseparator
34598 Makro-Definition\SpecialChar \menuseparator
34599 Optionales Argument von rechts
34600 \begin_inset Newline newline
34601 \end_inset
34602
34603
34604 \begin_inset Phantom HPhantom
34605 status open
34606
34607 \begin_layout Plain Layout
34608
34609 \family sans
34610 Bearbeiten\SpecialChar \menuseparator
34611 Mathe\SpecialChar \menuseparator
34612 Makro-Definition\SpecialChar \menuseparator
34613
34614 \end_layout
34615
34616 \end_inset
34617
34618 hinzufügen
34619 \end_layout
34620
34621 \end_inset
34622 </cell>
34623 </row>
34624 </lyxtabular>
34625
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \begin_layout Section
34632 Computeralgebrasysteme
34633 \end_layout
34634
34635 \begin_layout Standard
34636 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34637  oder benutzerdefinierten Skripten auszutauschen.
34638  Momentan werden folgende Anwendungen unterstützt: 
34639 \family typewriter
34640 Maple
34641 \family default
34642
34643 \family typewriter
34644 Mathematica
34645 \family default
34646
34647 \family typewriter
34648 Maxima
34649 \family default
34650  und 
34651 \family typewriter
34652 Octave
34653 \family default
34654 .
34655  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34656  sehr einfache Fälle beschränkt sind.
34657 \end_layout
34658
34659 \begin_layout Subsection
34660 Verwendung
34661 \end_layout
34662
34663 \begin_layout Standard
34664 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34665 \family sans
34666 Bearbeiten\SpecialChar \menuseparator
34667 Mathe\SpecialChar \menuseparator
34668 Computer-Algebra-System verwenden
34669 \family default
34670  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34671  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34672  mit dem 
34673 \begin_inset Quotes gld
34674 \end_inset
34675
34676 =
34677 \begin_inset Quotes grd
34678 \end_inset
34679
34680  Operator erscheinen.
34681 \end_layout
34682
34683 \begin_layout Standard
34684 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34685 \family typewriter
34686 Maxima
34687 \family default
34688 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34689 \end_layout
34690
34691 \begin_layout Itemize
34692 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Itemize
34699 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34700 \end_inset
34701
34702
34703 \end_layout
34704
34705 \begin_layout Itemize
34706 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34707 \end_inset
34708
34709
34710 \end_layout
34711
34712 \begin_layout Itemize
34713 \begin_inset Formula $\det\left[\begin{array}{ccc}
34714 1 & 6 & 7\\
34715 2 & 5 & 8\\
34716 3 & 4 & 17
34717 \end{array}\right]=-56$
34718 \end_inset
34719
34720
34721 \end_layout
34722
34723 \begin_layout Itemize
34724 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34725 \end_inset
34726
34727
34728 \end_layout
34729
34730 \begin_layout Subsection
34731 Tastenkürzel
34732 \end_layout
34733
34734 \begin_layout Standard
34735 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34736  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34737 \family sans
34738 math-extern
34739 \family default
34740  verknüpfen (siehe das 
34741 \emph on
34742 LyX-Funktionen
34743 \emph default
34744  Handbuch).
34745  Man kann z.
34746 \begin_inset space \thinspace{}
34747 \end_inset
34748
34749 B.
34750  die 
34751 \family sans
34752 Enter
34753 \family default
34754 -Taste in Formeln verknüpfen.
34755  Um sie mit 
34756 \family typewriter
34757 Maxima
34758 \family default
34759  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34760 \end_layout
34761
34762 \begin_layout Standard
34763
34764 \series bold
34765 command-alternatives break-paragraph;math-extern maxima
34766 \end_layout
34767
34768 \begin_layout Standard
34769 \begin_inset Newpage newpage
34770 \end_inset
34771
34772
34773 \end_layout
34774
34775 \begin_layout Section
34776 Tipps
34777 \begin_inset Index idx
34778 status collapsed
34779
34780 \begin_layout Plain Layout
34781 Tipps
34782 \end_layout
34783
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \begin_layout Subsection
34790 Negative Zahlen
34791 \begin_inset Index idx
34792 status collapsed
34793
34794 \begin_layout Plain Layout
34795 Zahlen ! negative
34796 \end_layout
34797
34798 \end_inset
34799
34800
34801 \end_layout
34802
34803 \begin_layout Standard
34804 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34805  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34806  dargestellt.
34807  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34808  Minuszeichen korrekt.
34809 \end_layout
34810
34811 \begin_layout Standard
34812 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34813  nicht mehr auf.
34814 \end_layout
34815
34816 \begin_layout Standard
34817 Ein Beispiel zur Veranschaulichung der Problematik:
34818 \end_layout
34819
34820 \begin_layout Standard
34821 \align center
34822 \begin_inset Tabular
34823 <lyxtabular version="3" rows="3" columns="2">
34824 <features tabularvalignment="middle">
34825 <column alignment="right" valignment="top" width="0">
34826 <column alignment="left" valignment="top" width="0">
34827 <row>
34828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34829 \begin_inset Text
34830
34831 \begin_layout Plain Layout
34832 normaler Text:
34833 \end_layout
34834
34835 \end_inset
34836 </cell>
34837 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34838 \begin_inset Text
34839
34840 \begin_layout Plain Layout
34841 x = -2
34842 \end_layout
34843
34844 \end_inset
34845 </cell>
34846 </row>
34847 <row>
34848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34849 \begin_inset Text
34850
34851 \begin_layout Plain Layout
34852 Formelmodus:
34853 \end_layout
34854
34855 \end_inset
34856 </cell>
34857 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34858 \begin_inset Text
34859
34860 \begin_layout Plain Layout
34861 \begin_inset Formula $x=-2$
34862 \end_inset
34863
34864
34865 \end_layout
34866
34867 \end_inset
34868 </cell>
34869 </row>
34870 <row>
34871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875 Lösung:
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884 \begin_inset Formula $x=\textrm{-}2$
34885 \end_inset
34886
34887
34888 \end_layout
34889
34890 \end_inset
34891 </cell>
34892 </row>
34893 </lyxtabular>
34894
34895 \end_inset
34896
34897
34898 \end_layout
34899
34900 \begin_layout Subsection
34901 Komma als Dezimaltrennzeichen
34902 \begin_inset Index idx
34903 status collapsed
34904
34905 \begin_layout Plain Layout
34906 Komma
34907 \end_layout
34908
34909 \end_inset
34910
34911
34912 \end_layout
34913
34914 \begin_layout Standard
34915 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34916  als Gruppentrennzeichen.
34917  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34918  eingefügt.
34919 \end_layout
34920
34921 \begin_layout Standard
34922 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34923  Text um (Tastenkürzel 
34924 \family sans
34925 Alt+M
34926 \begin_inset space ~
34927 \end_inset
34928
34929 M
34930 \family default
34931 ).
34932 \end_layout
34933
34934 \begin_layout Standard
34935 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34936  lädt man die Datei 
34937 \series bold
34938 icomma.sty
34939 \series default
34940
34941 \begin_inset Foot
34942 status collapsed
34943
34944 \begin_layout Plain Layout
34945
34946 \series bold
34947 icomma
34948 \series default
34949  ist Teil des LaTeX-Paketes 
34950 \series bold
34951 was
34952 \series default
34953
34954 \begin_inset Index idx
34955 status collapsed
34956
34957 \begin_layout Plain Layout
34958 Pakete ! was
34959 \begin_inset ERT
34960 status collapsed
34961
34962 \begin_layout Plain Layout
34963
34964
34965 \backslash
34966 vspace{4mm}
34967 \end_layout
34968
34969 \end_inset
34970
34971
34972 \end_layout
34973
34974 \end_inset
34975
34976 .
34977 \end_layout
34978
34979 \end_inset
34980
34981
34982 \begin_inset Index idx
34983 status collapsed
34984
34985 \begin_layout Plain Layout
34986 Pakete ! icomma
34987 \end_layout
34988
34989 \end_inset
34990
34991  mit der LaTeX-Vorspannzeile
34992 \end_layout
34993
34994 \begin_layout Standard
34995
34996 \series bold
34997
34998 \backslash
34999 usepackage{icomma}
35000 \end_layout
35001
35002 \begin_layout Subsection
35003 Physikalische Vektoren
35004 \begin_inset CommandInset label
35005 LatexCommand label
35006 name "sub:Physikalische-Vektoren"
35007
35008 \end_inset
35009
35010
35011 \begin_inset Index idx
35012 status collapsed
35013
35014 \begin_layout Plain Layout
35015 Vektoren ! physikalische
35016 \end_layout
35017
35018 \end_inset
35019
35020
35021 \end_layout
35022
35023 \begin_layout Standard
35024 Vordefinierte Vektoren bietet das LaTeX-Paket 
35025 \series bold
35026 braket
35027 \series default
35028
35029 \begin_inset Index idx
35030 status collapsed
35031
35032 \begin_layout Plain Layout
35033 Pakete ! braket
35034 \end_layout
35035
35036 \end_inset
35037
35038 , das mit der LaTeX-Vorspannzeile
35039 \end_layout
35040
35041 \begin_layout Standard
35042
35043 \series bold
35044
35045 \backslash
35046 usepackage{braket}
35047 \end_layout
35048
35049 \begin_layout Standard
35050 geladen wird.
35051 \begin_inset ERT
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055
35056
35057 \backslash
35058 ifbraket 
35059 \end_layout
35060
35061 \end_inset
35062
35063
35064 \begin_inset Note Note
35065 status open
35066
35067 \begin_layout Plain Layout
35068 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35069 \series bold
35070 braket
35071 \series default
35072  installiert ist:
35073 \end_layout
35074
35075 \end_inset
35076
35077
35078 \end_layout
35079
35080 \begin_layout Standard
35081 \begin_inset Newpage newpage
35082 \end_inset
35083
35084
35085 \end_layout
35086
35087 \begin_layout Standard
35088 Folgende Befehle sind definiert:
35089 \end_layout
35090
35091 \begin_layout Standard
35092 \align center
35093 \begin_inset Tabular
35094 <lyxtabular version="3" rows="4" columns="2">
35095 <features tabularvalignment="middle">
35096 <column alignment="center" valignment="top" width="0">
35097 <column alignment="center" valignment="top" width="0">
35098 <row>
35099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35100 \begin_inset Text
35101
35102 \begin_layout Plain Layout
35103 Befehl
35104 \end_layout
35105
35106 \end_inset
35107 </cell>
35108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35109 \begin_inset Text
35110
35111 \begin_layout Plain Layout
35112 Ergebnis
35113 \end_layout
35114
35115 \end_inset
35116 </cell>
35117 </row>
35118 <row>
35119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35120 \begin_inset Text
35121
35122 \begin_layout Plain Layout
35123
35124 \backslash
35125 Bra{
35126 \backslash
35127 psi
35128 \end_layout
35129
35130 \end_inset
35131 </cell>
35132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35133 \begin_inset Text
35134
35135 \begin_layout Plain Layout
35136 \begin_inset Formula $\Bra{\psi}$
35137 \end_inset
35138
35139
35140 \end_layout
35141
35142 \end_inset
35143 </cell>
35144 </row>
35145 <row>
35146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35147 \begin_inset Text
35148
35149 \begin_layout Plain Layout
35150
35151 \backslash
35152 Ket{
35153 \backslash
35154 psi
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35160 \begin_inset Text
35161
35162 \begin_layout Plain Layout
35163 \begin_inset Formula $\Ket{\psi}$
35164 \end_inset
35165
35166
35167 \end_layout
35168
35169 \end_inset
35170 </cell>
35171 </row>
35172 <row>
35173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35174 \begin_inset Text
35175
35176 \begin_layout Plain Layout
35177
35178 \backslash
35179 Braket{
35180 \backslash
35181 psi|
35182 \backslash
35183 phi
35184 \end_layout
35185
35186 \end_inset
35187 </cell>
35188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35189 \begin_inset Text
35190
35191 \begin_layout Plain Layout
35192 \begin_inset Formula $\Braket{\psi|\phi}$
35193 \end_inset
35194
35195
35196 \end_layout
35197
35198 \end_inset
35199 </cell>
35200 </row>
35201 </lyxtabular>
35202
35203 \end_inset
35204
35205
35206 \end_layout
35207
35208 \begin_layout Standard
35209 Der Befehl 
35210 \series bold
35211
35212 \backslash
35213 Braket
35214 \series default
35215  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35216  Klammern gesetzt werden:
35217 \begin_inset Formula 
35218 \[
35219 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35220 \]
35221
35222 \end_inset
35223
35224
35225 \begin_inset ERT
35226 status collapsed
35227
35228 \begin_layout Plain Layout
35229
35230
35231 \backslash
35232 else 
35233 \end_layout
35234
35235 \end_inset
35236
35237
35238 \begin_inset Note Note
35239 status open
35240
35241 \begin_layout Plain Layout
35242 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35243 \series bold
35244 braket
35245 \series default
35246  nicht installiert ist:
35247 \end_layout
35248
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Standard
35255 Das LaTeX-Paket 
35256 \series bold
35257 braket 
35258 \series default
35259 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35260 \end_layout
35261
35262 \begin_layout Standard
35263 \begin_inset ERT
35264 status collapsed
35265
35266 \begin_layout Plain Layout
35267
35268
35269 \backslash
35270 fi 
35271 \end_layout
35272
35273 \end_inset
35274
35275
35276 \end_layout
35277
35278 \begin_layout Standard
35279 Der Effekt von 
35280 \series bold
35281
35282 \backslash
35283 Braket
35284 \series default
35285  kann auch mit dem Befehl 
35286 \series bold
35287
35288 \backslash
35289 middle
35290 \series default
35291  erzielt werden, der in 
35292 \begin_inset CommandInset ref
35293 LatexCommand ref
35294 reference "sub:Automatische-Klammergrößen"
35295
35296 \end_inset
35297
35298  beschrieben ist.
35299 \end_layout
35300
35301 \begin_layout Subsection
35302 Selbst definierte Brüche
35303 \begin_inset CommandInset label
35304 LatexCommand label
35305 name "sub:Selbstdefinierte-Brüche"
35306
35307 \end_inset
35308
35309
35310 \begin_inset Index idx
35311 status collapsed
35312
35313 \begin_layout Plain Layout
35314 Brüche ! selbstdefinierte
35315 \end_layout
35316
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \begin_layout Standard
35323 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35324 \series bold
35325
35326 \backslash
35327 genfrac
35328 \series default
35329
35330 \begin_inset Index idx
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334 Befehle ! G ! 
35335 \backslash
35336 genfrac
35337 \end_layout
35338
35339 \end_inset
35340
35341  in folgendem Schema:
35342 \end_layout
35343
35344 \begin_layout Standard
35345
35346 \series bold
35347
35348 \backslash
35349 genfrac{linke
35350 \series default
35351  
35352 \series bold
35353 Klammer}{rechte
35354 \series default
35355  
35356 \series bold
35357 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35358 \begin_inset Newline newline
35359 \end_inset
35360
35361
35362 \begin_inset Phantom HPhantom
35363 status open
35364
35365 \begin_layout Plain Layout
35366
35367 \series bold
35368
35369 \backslash
35370 genfrac
35371 \end_layout
35372
35373 \end_inset
35374
35375 {Zähler}{Nenner}
35376 \end_layout
35377
35378 \begin_layout Standard
35379 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35380 \begin_inset space \thinspace{}
35381 \end_inset
35382
35383 -
35384 \begin_inset space \thinspace{}
35385 \end_inset
35386
35387 3 angegeben.
35388 \end_layout
35389
35390 \begin_layout Standard
35391 \align center
35392 \begin_inset Tabular
35393 <lyxtabular version="3" rows="5" columns="2">
35394 <features tabularvalignment="middle">
35395 <column alignment="center" valignment="top" width="0">
35396 <column alignment="center" valignment="top" width="0">
35397 <row>
35398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35399 \begin_inset Text
35400
35401 \begin_layout Plain Layout
35402 Nummer
35403 \end_layout
35404
35405 \end_inset
35406 </cell>
35407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35408 \begin_inset Text
35409
35410 \begin_layout Plain Layout
35411 Ansichtsstil
35412 \end_layout
35413
35414 \end_inset
35415 </cell>
35416 </row>
35417 <row>
35418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35419 \begin_inset Text
35420
35421 \begin_layout Plain Layout
35422 0
35423 \end_layout
35424
35425 \end_inset
35426 </cell>
35427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35428 \begin_inset Text
35429
35430 \begin_layout Plain Layout
35431 abgesetzte Formel
35432 \end_layout
35433
35434 \end_inset
35435 </cell>
35436 </row>
35437 <row>
35438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35439 \begin_inset Text
35440
35441 \begin_layout Plain Layout
35442 1
35443 \end_layout
35444
35445 \end_inset
35446 </cell>
35447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35448 \begin_inset Text
35449
35450 \begin_layout Plain Layout
35451 eingebettete Formel
35452 \end_layout
35453
35454 \end_inset
35455 </cell>
35456 </row>
35457 <row>
35458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35459 \begin_inset Text
35460
35461 \begin_layout Plain Layout
35462 2
35463 \end_layout
35464
35465 \end_inset
35466 </cell>
35467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35468 \begin_inset Text
35469
35470 \begin_layout Plain Layout
35471 klein
35472 \end_layout
35473
35474 \end_inset
35475 </cell>
35476 </row>
35477 <row>
35478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35479 \begin_inset Text
35480
35481 \begin_layout Plain Layout
35482 3
35483 \end_layout
35484
35485 \end_inset
35486 </cell>
35487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35488 \begin_inset Text
35489
35490 \begin_layout Plain Layout
35491 winzig
35492 \end_layout
35493
35494 \end_inset
35495 </cell>
35496 </row>
35497 </lyxtabular>
35498
35499 \end_inset
35500
35501
35502 \end_layout
35503
35504 \begin_layout Standard
35505 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35506  
35507 \series bold
35508
35509 \backslash
35510 frac
35511 \series default
35512  der Umgebung an.
35513 \end_layout
35514
35515 \begin_layout Standard
35516 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35517  0.4
35518 \begin_inset space \thinspace{}
35519 \end_inset
35520
35521 pt verwendet.
35522 \end_layout
35523
35524 \begin_layout Standard
35525 \begin_inset VSpace medskip
35526 \end_inset
35527
35528 Zum Beispiel sind die Befehle 
35529 \series bold
35530
35531 \backslash
35532 dfrac
35533 \series default
35534  und 
35535 \series bold
35536
35537 \backslash
35538 tbinom
35539 \series default
35540  aus 
35541 \begin_inset CommandInset ref
35542 LatexCommand ref
35543 reference "sub:Brüche"
35544
35545 \end_inset
35546
35547  folgendermaßen definiert:
35548 \end_layout
35549
35550 \begin_layout Standard
35551
35552 \series bold
35553
35554 \backslash
35555 newcommand{
35556 \backslash
35557 dfrac}[2]{
35558 \backslash
35559 genfrac{}{}{}{0}{#1}{#2}}
35560 \end_layout
35561
35562 \begin_layout Standard
35563 und
35564 \end_layout
35565
35566 \begin_layout Standard
35567
35568 \series bold
35569
35570 \backslash
35571 newcommand{
35572 \backslash
35573 tbinom}[2]{
35574 \backslash
35575 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35576 \end_layout
35577
35578 \begin_layout Standard
35579 \begin_inset VSpace medskip
35580 \end_inset
35581
35582 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35583  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35584 \end_layout
35585
35586 \begin_layout Standard
35587
35588 \series bold
35589
35590 \backslash
35591 newcommand{
35592 \backslash
35593 fracS}[3][]{
35594 \backslash
35595 genfrac{}{}{#1}{}{#2}{#3}}
35596 \end_layout
35597
35598 \begin_layout Standard
35599 Dazu ein Test:
35600 \begin_inset Formula 
35601 \begin{align*}
35602 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35603 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35604 \end{align*}
35605
35606 \end_inset
35607
35608 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35609  in etwa der dreifachen Strichdicke.
35610 \end_layout
35611
35612 \begin_layout Subsection
35613 Durchgestrichene Formeln
35614 \begin_inset Index idx
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618 Formel ! durchgestrichene
35619 \end_layout
35620
35621 \end_inset
35622
35623
35624 \end_layout
35625
35626 \begin_layout Standard
35627 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35628 \series bold
35629 cancel
35630 \series default
35631
35632 \begin_inset Index idx
35633 status collapsed
35634
35635 \begin_layout Plain Layout
35636 Pakete ! cancel
35637 \end_layout
35638
35639 \end_inset
35640
35641  mit der LaTeX-Vorspannzeile
35642 \end_layout
35643
35644 \begin_layout Standard
35645
35646 \series bold
35647
35648 \backslash
35649 usepackage{cancel}
35650 \end_layout
35651
35652 \begin_layout Standard
35653 geladen werden.
35654 \end_layout
35655
35656 \begin_layout Standard
35657 \begin_inset ERT
35658 status collapsed
35659
35660 \begin_layout Plain Layout
35661
35662
35663 \backslash
35664 ifcancel 
35665 \end_layout
35666
35667 \end_inset
35668
35669
35670 \begin_inset Note Note
35671 status open
35672
35673 \begin_layout Plain Layout
35674 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35675 \series bold
35676 cancel
35677 \series default
35678  installiert ist:
35679 \end_layout
35680
35681 \end_inset
35682
35683
35684 \end_layout
35685
35686 \begin_layout Standard
35687 Es gibt vier verschiedene Arten durchzustreichen:
35688 \end_layout
35689
35690 \begin_layout Standard
35691 \align center
35692 \begin_inset Tabular
35693 <lyxtabular version="3" rows="5" columns="2">
35694 <features tabularvalignment="middle">
35695 <column alignment="center" valignment="top" width="0">
35696 <column alignment="center" valignment="top" width="0">
35697 <row>
35698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35699 \begin_inset Text
35700
35701 \begin_layout Plain Layout
35702 Befehl
35703 \end_layout
35704
35705 \end_inset
35706 </cell>
35707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35708 \begin_inset Text
35709
35710 \begin_layout Plain Layout
35711 Ergebnis
35712 \begin_inset Note Note
35713 status collapsed
35714
35715 \begin_layout Plain Layout
35716 Der Leerraum und 
35717 \series bold
35718
35719 \backslash
35720 raisebox
35721 \series default
35722  dienen nur als Abstandhalter.
35723 \end_layout
35724
35725 \end_inset
35726
35727
35728 \end_layout
35729
35730 \end_inset
35731 </cell>
35732 </row>
35733 <row>
35734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35735 \begin_inset Text
35736
35737 \begin_layout Plain Layout
35738
35739 \backslash
35740 cancel{
35741 \backslash
35742 int
35743 \begin_inset ERT
35744 status collapsed
35745
35746 \begin_layout Plain Layout
35747
35748
35749 \backslash
35750 leer 
35751 \end_layout
35752
35753 \end_inset
35754
35755 A=B
35756 \end_layout
35757
35758 \end_inset
35759 </cell>
35760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35761 \begin_inset Text
35762
35763 \begin_layout Plain Layout
35764 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35765 \end_inset
35766
35767
35768 \end_layout
35769
35770 \end_inset
35771 </cell>
35772 </row>
35773 <row>
35774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35775 \begin_inset Text
35776
35777 \begin_layout Plain Layout
35778
35779 \backslash
35780 bcancel{
35781 \backslash
35782 int
35783 \begin_inset ERT
35784 status collapsed
35785
35786 \begin_layout Plain Layout
35787
35788
35789 \backslash
35790 leer 
35791 \end_layout
35792
35793 \end_inset
35794
35795 A=B
35796 \end_layout
35797
35798 \end_inset
35799 </cell>
35800 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35801 \begin_inset Text
35802
35803 \begin_layout Plain Layout
35804 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35805 \end_inset
35806
35807
35808 \end_layout
35809
35810 \end_inset
35811 </cell>
35812 </row>
35813 <row>
35814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35815 \begin_inset Text
35816
35817 \begin_layout Plain Layout
35818
35819 \backslash
35820 xcancel{
35821 \backslash
35822 int
35823 \begin_inset ERT
35824 status collapsed
35825
35826 \begin_layout Plain Layout
35827
35828
35829 \backslash
35830 leer 
35831 \end_layout
35832
35833 \end_inset
35834
35835 A=B
35836 \end_layout
35837
35838 \end_inset
35839 </cell>
35840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35841 \begin_inset Text
35842
35843 \begin_layout Plain Layout
35844 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35845 \end_inset
35846
35847
35848 \end_layout
35849
35850 \end_inset
35851 </cell>
35852 </row>
35853 <row>
35854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35855 \begin_inset Text
35856
35857 \begin_layout Plain Layout
35858
35859 \backslash
35860 cancelto{1
35861 \begin_inset Formula $\to$
35862 \end_inset
35863
35864
35865 \backslash
35866 {
35867 \backslash
35868 int
35869 \begin_inset ERT
35870 status collapsed
35871
35872 \begin_layout Plain Layout
35873
35874
35875 \backslash
35876 leer 
35877 \end_layout
35878
35879 \end_inset
35880
35881 A=B
35882 \end_layout
35883
35884 \end_inset
35885 </cell>
35886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35887 \begin_inset Text
35888
35889 \begin_layout Plain Layout
35890 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35891 \end_inset
35892
35893
35894 \end_layout
35895
35896 \end_inset
35897 </cell>
35898 </row>
35899 </lyxtabular>
35900
35901 \end_inset
35902
35903
35904 \end_layout
35905
35906 \begin_layout Standard
35907
35908 \series bold
35909
35910 \backslash
35911 cancelto
35912 \series default
35913  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35914  will:
35915 \begin_inset Formula 
35916 \[
35917 \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}}}
35918 \]
35919
35920 \end_inset
35921
35922
35923 \end_layout
35924
35925 \begin_layout Standard
35926 Um die Größe des 
35927 \begin_inset Quotes gld
35928 \end_inset
35929
35930 hochgestellten
35931 \begin_inset Quotes grd
35932 \end_inset
35933
35934  Werts von 
35935 \series bold
35936
35937 \backslash
35938 cancelto
35939 \series default
35940  zu ändern, kann man das Paket 
35941 \series bold
35942 cancel
35943 \series default
35944  entweder mit der Option 
35945 \series bold
35946 samesize
35947 \series default
35948 , die zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
35949  mit der Option 
35950 \series bold
35951 Smaller
35952 \series default
35953 , die zu einer etwas kleineren Größe führt als es ohne Option der Fall ist.
35954  In diesem Dokument wurde 
35955 \series bold
35956 cancel
35957 \series default
35958  mit der Zeile
35959 \end_layout
35960
35961 \begin_layout Standard
35962
35963 \series bold
35964
35965 \backslash
35966 usepackage[samesize]{cancel}
35967 \end_layout
35968
35969 \begin_layout Standard
35970 geladen.
35971  Um den Durchstrich zu färben, verwendet man den Befehl
35972 \end_layout
35973
35974 \begin_layout Standard
35975
35976 \series bold
35977
35978 \backslash
35979 renewcommand{
35980 \backslash
35981 CancelColor}{
35982 \backslash
35983 color{red}}
35984 \end_layout
35985
35986 \begin_layout Standard
35987 als TeX-Code.
35988  
35989 \series bold
35990 red
35991 \series default
35992  kann durch eine Farbe der Wahl ersetzt werden.
35993 \end_layout
35994
35995 \begin_layout Standard
35996 \begin_inset ERT
35997 status collapsed
35998
35999 \begin_layout Plain Layout
36000
36001
36002 \backslash
36003 renewcommand{
36004 \backslash
36005 CancelColor}{
36006 \backslash
36007 color{red}}
36008 \end_layout
36009
36010 \end_inset
36011
36012
36013 \end_layout
36014
36015 \begin_layout Standard
36016 \begin_inset Formula 
36017 \[
36018 \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}}}
36019 \]
36020
36021 \end_inset
36022
36023
36024 \end_layout
36025
36026 \begin_layout Standard
36027 \begin_inset ERT
36028 status collapsed
36029
36030 \begin_layout Plain Layout
36031
36032
36033 \backslash
36034 renewcommand{
36035 \backslash
36036 CancelColor}{
36037 \backslash
36038 color{black}}
36039 \end_layout
36040
36041 \end_inset
36042
36043
36044 \begin_inset Note Note
36045 status open
36046
36047 \begin_layout Plain Layout
36048 Farbe zurücksetzen
36049 \end_layout
36050
36051 \end_inset
36052
36053
36054 \end_layout
36055
36056 \begin_layout Standard
36057 Für weitere Anpassungen siehe die Dokumentation des Pakets 
36058 \series bold
36059 cancel
36060 \series default
36061
36062 \begin_inset CommandInset citation
36063 LatexCommand cite
36064 key "cancel"
36065
36066 \end_inset
36067
36068 .
36069 \end_layout
36070
36071 \begin_layout Standard
36072 \begin_inset ERT
36073 status collapsed
36074
36075 \begin_layout Plain Layout
36076
36077
36078 \backslash
36079 else 
36080 \end_layout
36081
36082 \end_inset
36083
36084
36085 \begin_inset Note Note
36086 status open
36087
36088 \begin_layout Plain Layout
36089 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36090 \series bold
36091 cancel
36092 \series default
36093  nicht installiert ist:
36094 \end_layout
36095
36096 \end_inset
36097
36098
36099 \end_layout
36100
36101 \begin_layout Standard
36102 Das LaTeX-Paket 
36103 \series bold
36104 cancel 
36105 \series default
36106 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36107 \end_layout
36108
36109 \begin_layout Standard
36110 \begin_inset ERT
36111 status collapsed
36112
36113 \begin_layout Plain Layout
36114
36115
36116 \backslash
36117 fi 
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \end_layout
36124
36125 \begin_layout Subsection
36126 Formeln in Überschriften
36127 \begin_inset CommandInset label
36128 LatexCommand label
36129 name "sub:Formeln-in-Überschriften"
36130
36131 \end_inset
36132
36133
36134 \begin_inset Index idx
36135 status collapsed
36136
36137 \begin_layout Plain Layout
36138 Formel ! in Überschriften
36139 \end_layout
36140
36141 \end_inset
36142
36143
36144 \end_layout
36145
36146 \begin_layout Standard
36147 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36148 \end_layout
36149
36150 \begin_layout Standard
36151 \begin_inset Note Greyedout
36152 status open
36153
36154 \begin_layout Plain Layout
36155 Verwendet man 
36156 \series bold
36157 hyperref
36158 \series default
36159
36160 \begin_inset Index idx
36161 status collapsed
36162
36163 \begin_layout Plain Layout
36164 Pakete ! hyperref
36165 \end_layout
36166
36167 \end_inset
36168
36169  Unterstützung im den Dokumenteinstellungen unter 
36170 \family sans
36171 PDF-Eigenschaften
36172 \family default
36173 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36174  erzeugt.
36175  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36176  dargestellt.
36177  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36178 \end_layout
36179
36180 \end_inset
36181
36182
36183 \end_layout
36184
36185 \begin_layout Standard
36186 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36187  Kurztitel über das Menü 
36188 \family sans
36189 Einfügen\SpecialChar \menuseparator
36190 Kurztitel
36191 \family default
36192  einfügt.
36193  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36194  um das Inhaltsverzeichnis übersichtlich zu halten.
36195  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36196 chen.
36197 \end_layout
36198
36199 \begin_layout Standard
36200 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36201 \series bold
36202 hyperref
36203 \series default
36204 , verwendet man im TeX-Modus den Befehl
36205 \end_layout
36206
36207 \begin_layout Standard
36208
36209 \series bold
36210
36211 \backslash
36212 texorpdfstring{Teil}{Alternative}
36213 \begin_inset Index idx
36214 status collapsed
36215
36216 \begin_layout Plain Layout
36217 Befehle ! T ! 
36218 \backslash
36219 texorpdfstring
36220 \end_layout
36221
36222 \end_inset
36223
36224
36225 \end_layout
36226
36227 \begin_layout Standard
36228 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36229  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36230  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36231  soll.
36232 \end_layout
36233
36234 \begin_layout Standard
36235 Es folgen zwei Beispielüberschriften:
36236 \begin_inset VSpace -3mm
36237 \end_inset
36238
36239
36240 \begin_inset ERT
36241 status collapsed
36242
36243 \begin_layout Plain Layout
36244
36245
36246 \backslash
36247 boldmath 
36248 \end_layout
36249
36250 \end_inset
36251
36252
36253 \end_layout
36254
36255 \begin_layout Subsubsection
36256 Überschrift ohne Formel im Inhaltsverzeichnis 
36257 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36258 \end_inset
36259
36260
36261 \begin_inset Argument
36262 status collapsed
36263
36264 \begin_layout Plain Layout
36265 Überschrift ohne Formel im Inhaltsverzeichnis
36266 \end_layout
36267
36268 \end_inset
36269
36270
36271 \end_layout
36272
36273 \begin_layout Subsubsection
36274 Überschrift mit Formel im Inhaltsverzeichnis
36275 \begin_inset ERT
36276 status collapsed
36277
36278 \begin_layout Plain Layout
36279
36280
36281 \backslash
36282 texorpdfstring{
36283 \end_layout
36284
36285 \end_inset
36286
36287  
36288 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36289 \end_inset
36290
36291
36292 \begin_inset ERT
36293 status collapsed
36294
36295 \begin_layout Plain Layout
36296
36297 }{}
36298 \end_layout
36299
36300 \end_inset
36301
36302
36303 \end_layout
36304
36305 \begin_layout Standard
36306 \begin_inset ERT
36307 status collapsed
36308
36309 \begin_layout Plain Layout
36310
36311
36312 \backslash
36313 unboldmath 
36314 \end_layout
36315
36316 \end_inset
36317
36318 In der ersten Überschrift wurde ein Kurztitel verwendet.
36319  In der zweiten 
36320 \series bold
36321
36322 \backslash
36323 texorpdfstring
36324 \series default
36325 .
36326 \end_layout
36327
36328 \begin_layout Standard
36329 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36330  die komplette Überschrift in eine 
36331 \series bold
36332 boldmath
36333 \series default
36334 -Umgebung
36335 \begin_inset Foot
36336 status collapsed
36337
36338 \begin_layout Plain Layout
36339 siehe 
36340 \begin_inset CommandInset ref
36341 LatexCommand ref
36342 reference "sub:Fett-gedruckte-Formeln"
36343
36344 \end_inset
36345
36346
36347 \end_layout
36348
36349 \end_inset
36350
36351  gesetzt.
36352 \end_layout
36353
36354 \begin_layout Subsection
36355 Formeln im mehrspaltigen Text
36356 \begin_inset Index idx
36357 status collapsed
36358
36359 \begin_layout Plain Layout
36360 Formel ! im mehrspaltigen Text
36361 \end_layout
36362
36363 \end_inset
36364
36365
36366 \end_layout
36367
36368 \begin_layout Standard
36369 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36370  müssen daher über die gesamte Seitenbreite gesetzt werden.
36371  Dazu verwendet man das LaTeX-Paket 
36372 \series bold
36373 multicol
36374 \series default
36375
36376 \begin_inset Foot
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380
36381 \series bold
36382 multicol
36383 \series default
36384  ist Teil jeder LaTeX-Standardinstallation.
36385 \end_layout
36386
36387 \end_inset
36388
36389
36390 \begin_inset Index idx
36391 status collapsed
36392
36393 \begin_layout Plain Layout
36394 Pakete ! multicol
36395 \end_layout
36396
36397 \end_inset
36398
36399 , das mit der LaTeX-Vorspannzeile
36400 \end_layout
36401
36402 \begin_layout Standard
36403
36404 \series bold
36405
36406 \backslash
36407 usepackage{multicol}
36408 \end_layout
36409
36410 \begin_layout Standard
36411 geladen wird.
36412 \end_layout
36413
36414 \begin_layout Standard
36415 \begin_inset Note Greyedout
36416 status open
36417
36418 \begin_layout Plain Layout
36419 Dabei ist zu beachten, dass im Menü 
36420 \family sans
36421 Dokument\SpecialChar \menuseparator
36422 Einstellungen
36423 \family default
36424  unter 
36425 \family sans
36426 Textformat
36427 \family default
36428  
36429 \emph on
36430 nicht
36431 \emph default
36432  
36433 \family sans
36434 Zweispaltiges
36435 \begin_inset space ~
36436 \end_inset
36437
36438 Dokument
36439 \family default
36440  ausgewählt sein darf.
36441 \end_layout
36442
36443 \end_inset
36444
36445
36446 \end_layout
36447
36448 \begin_layout Standard
36449 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36450 \end_layout
36451
36452 \begin_layout Standard
36453
36454 \series bold
36455
36456 \backslash
36457 begin{multicols}{Spaltenanzahl}
36458 \end_layout
36459
36460 \begin_layout Standard
36461 wobei die Spaltenanzahl eine Zahl im Bereich 2
36462 \begin_inset space \thinspace{}
36463 \end_inset
36464
36465 -
36466 \begin_inset space \thinspace{}
36467 \end_inset
36468
36469 10 ist.
36470  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36471 \end_layout
36472
36473 \begin_layout Standard
36474
36475 \series bold
36476
36477 \backslash
36478 end{multicols}
36479 \end_layout
36480
36481 \begin_layout Standard
36482 der im TeX-Modus eingegeben wird.
36483 \end_layout
36484
36485 \begin_layout Standard
36486 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36487  Um dies rückgängig zu machen, fügt man vor der Formel -6
36488 \begin_inset space \thinspace{}
36489 \end_inset
36490
36491 mm vertikalen Leerraum ein.
36492  Ist der Formelstil 
36493 \series bold
36494 Eingerückt
36495 \begin_inset Foot
36496 status collapsed
36497
36498 \begin_layout Plain Layout
36499 Formelstile siehe 
36500 \begin_inset CommandInset ref
36501 LatexCommand ref
36502 reference "sec:Formelstile"
36503
36504 \end_inset
36505
36506
36507 \end_layout
36508
36509 \end_inset
36510
36511
36512 \series default
36513  gewählt, fügt man stattdessen -9
36514 \begin_inset space \thinspace{}
36515 \end_inset
36516
36517 mm Leerraum ein.
36518 \end_layout
36519
36520 \begin_layout Standard
36521 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36522 \end_layout
36523
36524 \begin_layout Standard
36525 \begin_inset ERT
36526 status collapsed
36527
36528 \begin_layout Plain Layout
36529
36530
36531 \backslash
36532 begin{multicols}{2}
36533 \end_layout
36534
36535 \end_inset
36536
36537 Das Spektrum wird fouriertransformiert.
36538  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36539 , Lösungsmittel) zu trennen.
36540  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36541  nun das Aussehen des Ausgangssignals.
36542  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36543  über alle Phasen integrieren muss.
36544  Sei nun 
36545 \begin_inset Formula $S$
36546 \end_inset
36547
36548  unser normiertes Ausgangssignal und 
36549 \begin_inset Formula $P$
36550 \end_inset
36551
36552  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36553 \begin_inset ERT
36554 status collapsed
36555
36556 \begin_layout Plain Layout
36557
36558
36559 \backslash
36560 end{multicols}
36561 \end_layout
36562
36563 \end_inset
36564
36565
36566 \begin_inset VSpace -6mm
36567 \end_inset
36568
36569
36570 \begin_inset Formula 
36571 \begin{equation}
36572 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36573 \end{equation}
36574
36575 \end_inset
36576
36577
36578 \begin_inset ERT
36579 status collapsed
36580
36581 \begin_layout Plain Layout
36582
36583
36584 \backslash
36585 begin{multicols}{2}
36586 \end_layout
36587
36588 \end_inset
36589
36590 wobei 
36591 \begin_inset Formula $S_{0}$
36592 \end_inset
36593
36594  das Signal ohne Gradient ist und die Normierungsbedingung 
36595 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36596 \end_inset
36597
36598  gilt.
36599  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36600  Direkt nach dem 
36601 \begin_inset Formula $\nicefrac{\pi}{2}$
36602 \end_inset
36603
36604
36605 \begin_inset space \thinspace{}
36606 \end_inset
36607
36608 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36609  das Signal zusätzlich abschwächt.
36610  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36611  
36612 \begin_inset Formula $T_{2}$
36613 \end_inset
36614
36615 -Zeit.
36616 \end_layout
36617
36618 \begin_layout Standard
36619 \begin_inset ERT
36620 status collapsed
36621
36622 \begin_layout Plain Layout
36623
36624
36625 \backslash
36626 end{multicols}
36627 \end_layout
36628
36629 \end_inset
36630
36631  
36632 \end_layout
36633
36634 \begin_layout Subsection
36635 Formeln mit Beschreibung der Variablen
36636 \begin_inset Index idx
36637 status collapsed
36638
36639 \begin_layout Plain Layout
36640 Formel ! mit Variablenbeschreibung
36641 \end_layout
36642
36643 \end_inset
36644
36645
36646 \end_layout
36647
36648 \begin_layout Standard
36649 Möchte man wie in Formel 
36650 \begin_inset CommandInset ref
36651 LatexCommand eqref
36652 reference "eq:innerhalb"
36653
36654 \end_inset
36655
36656 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36657 \series bold
36658 ×
36659 \series default
36660
36661 \begin_inset Formula $n$
36662 \end_inset
36663
36664
36665 \begin_inset space ~
36666 \end_inset
36667
36668 Matrix mit links ausgerichteten Spalten für die verwendeten 
36669 \begin_inset Formula $n$
36670 \end_inset
36671
36672  Variablen.
36673 \begin_inset Foot
36674 status collapsed
36675
36676 \begin_layout Plain Layout
36677 Matrizen siehe 
36678 \begin_inset CommandInset ref
36679 LatexCommand ref
36680 reference "sec:Matrizen"
36681
36682 \end_inset
36683
36684
36685 \end_layout
36686
36687 \end_inset
36688
36689  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36690 \begin_inset space \thinspace{}
36691 \end_inset
36692
36693 B.
36694  den Befehl 
36695 \series bold
36696
36697 \backslash
36698 footnotesize
36699 \series default
36700  ein.
36701 \begin_inset Foot
36702 status collapsed
36703
36704 \begin_layout Plain Layout
36705 Schriftgrößen siehe 
36706 \begin_inset CommandInset ref
36707 LatexCommand ref
36708 reference "sub:Schriftgrößen"
36709
36710 \end_inset
36711
36712
36713 \end_layout
36714
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \begin_layout Standard
36721 Wird der Formelstil 
36722 \series bold
36723 Eingerückt
36724 \begin_inset Foot
36725 status collapsed
36726
36727 \begin_layout Plain Layout
36728 Formelstile siehe 
36729 \begin_inset CommandInset ref
36730 LatexCommand ref
36731 reference "sec:Formelstile"
36732
36733 \end_inset
36734
36735
36736 \end_layout
36737
36738 \end_inset
36739
36740
36741 \series default
36742  verwendet, fügt man vor und nach der Matrix ein 
36743 \series bold
36744
36745 \backslash
36746 hfill
36747 \series default
36748
36749 \begin_inset Foot
36750 status collapsed
36751
36752 \begin_layout Plain Layout
36753
36754 \series bold
36755
36756 \backslash
36757 hfill
36758 \series default
36759  wirkt nur in Formeln mit dem Stil 
36760 \series bold
36761 Eingerückt
36762 \series default
36763 , siehe 
36764 \begin_inset CommandInset ref
36765 LatexCommand ref
36766 reference "sub:Variabler-Leerraum"
36767
36768 \end_inset
36769
36770 .
36771 \end_layout
36772
36773 \end_inset
36774
36775  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36776  gleich ist.
36777 \end_layout
36778
36779 \begin_layout Standard
36780 Ist der Formelstil 
36781 \series bold
36782 Zentriert
36783 \series default
36784  gewählt, nutzt man die in 
36785 \begin_inset CommandInset ref
36786 LatexCommand ref
36787 reference "sub:Flalign-Umgebung"
36788
36789 \end_inset
36790
36791  beschriebene Möglichkeit, Formeln einzurücken.
36792  Formel 
36793 \begin_inset CommandInset ref
36794 LatexCommand eqref
36795 reference "eq:innerhalb"
36796
36797 \end_inset
36798
36799  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36800  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36801 \begin_inset Formula 
36802 \begin{flalign}
36803 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36804 \rho & \textrm{Dichte}\\
36805 V & \textrm{Volumen}\\
36806 g & \textrm{Fallbeschleunigung}
36807 \end{array} &  & {}\label{eq:innerhalb}
36808 \end{flalign}
36809
36810 \end_inset
36811
36812
36813 \end_layout
36814
36815 \begin_layout Subsection
36816 Aufrechte kleine griechische Buchstaben
36817 \begin_inset CommandInset label
36818 LatexCommand label
36819 name "sub:Aufrechte-kleine-griechische"
36820
36821 \end_inset
36822
36823
36824 \begin_inset Index idx
36825 status collapsed
36826
36827 \begin_layout Plain Layout
36828 griechische Buchstaben ! aufrechte
36829 \end_layout
36830
36831 \end_inset
36832
36833
36834 \end_layout
36835
36836 \begin_layout Standard
36837 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36838  zur Verfügung.
36839  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36840  aufrechte griechische Buchstaben benötigt.
36841  Die Datei 
36842 \series bold
36843 upgreek.sty
36844 \series default
36845
36846 \begin_inset Foot
36847 status collapsed
36848
36849 \begin_layout Plain Layout
36850
36851 \series bold
36852 upgreek
36853 \series default
36854  ist Teil des LaTeX-Paketes 
36855 \series bold
36856 was
36857 \series default
36858
36859 \begin_inset Index idx
36860 status collapsed
36861
36862 \begin_layout Plain Layout
36863 Pakete ! was
36864 \begin_inset ERT
36865 status collapsed
36866
36867 \begin_layout Plain Layout
36868
36869
36870 \backslash
36871 vspace{4mm}
36872 \end_layout
36873
36874 \end_inset
36875
36876
36877 \end_layout
36878
36879 \end_inset
36880
36881 .
36882 \end_layout
36883
36884 \end_inset
36885
36886
36887 \begin_inset Index idx
36888 status collapsed
36889
36890 \begin_layout Plain Layout
36891 Pakete ! upgreek
36892 \end_layout
36893
36894 \end_inset
36895
36896 , die mit der LaTeX-Vorspannzeile
36897 \end_layout
36898
36899 \begin_layout Standard
36900
36901 \series bold
36902
36903 \backslash
36904 usepackage{upgreek}
36905 \end_layout
36906
36907 \begin_layout Standard
36908 geladen wird, stellt diese Buchstaben zur Verfügung.
36909  
36910 \begin_inset ERT
36911 status collapsed
36912
36913 \begin_layout Plain Layout
36914
36915
36916 \backslash
36917 ifupgreek 
36918 \end_layout
36919
36920 \end_inset
36921
36922
36923 \begin_inset Note Note
36924 status open
36925
36926 \begin_layout Plain Layout
36927 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36928 \series bold
36929 upgreek
36930 \series default
36931  installiert ist:
36932 \end_layout
36933
36934 \end_inset
36935
36936  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36937  
36938 \series bold
36939 up
36940 \series default
36941  begonnen wird.
36942  So erzeugt z.
36943 \begin_inset space \thinspace{}
36944 \end_inset
36945
36946 B.
36947  der Befehl 
36948 \series bold
36949
36950 \backslash
36951 uptau
36952 \series default
36953  dies: 
36954 \begin_inset Formula $\uptau$
36955 \end_inset
36956
36957
36958 \end_layout
36959
36960 \begin_layout Standard
36961 Damit kann man Elementarteilchenreaktionen erstellen:
36962 \begin_inset Formula 
36963 \[
36964 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36965 \]
36966
36967 \end_inset
36968
36969
36970 \end_layout
36971
36972 \begin_layout Standard
36973 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36974  Sie sollten daher nicht für Einheiten wie 
36975 \begin_inset Quotes gld
36976 \end_inset
36977
36978 µm
36979 \begin_inset Quotes grd
36980 \end_inset
36981
36982  verwendet werden.
36983 \end_layout
36984
36985 \begin_layout Standard
36986 \begin_inset ERT
36987 status collapsed
36988
36989 \begin_layout Plain Layout
36990
36991
36992 \backslash
36993 else 
36994 \end_layout
36995
36996 \end_inset
36997
36998
36999 \begin_inset Note Note
37000 status open
37001
37002 \begin_layout Plain Layout
37003 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
37004 \series bold
37005 upgreek
37006 \series default
37007  nicht installiert ist:
37008 \end_layout
37009
37010 \end_inset
37011
37012
37013 \end_layout
37014
37015 \begin_layout Standard
37016 Das LaTeX-Paket 
37017 \series bold
37018 upgreek 
37019 \series default
37020 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
37021 \end_layout
37022
37023 \begin_layout Standard
37024 \begin_inset ERT
37025 status collapsed
37026
37027 \begin_layout Plain Layout
37028
37029
37030 \backslash
37031 fi 
37032 \end_layout
37033
37034 \end_inset
37035
37036
37037 \end_layout
37038
37039 \begin_layout Subsection
37040 Textzeichen in Formeln
37041 \begin_inset CommandInset label
37042 LatexCommand label
37043 name "sub:Textzeichen-in-Formeln"
37044
37045 \end_inset
37046
37047
37048 \begin_inset Index idx
37049 status collapsed
37050
37051 \begin_layout Plain Layout
37052 Text ! in Formeln
37053 \end_layout
37054
37055 \end_inset
37056
37057
37058 \end_layout
37059
37060 \begin_layout Standard
37061 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
37062  Benötigt man z.
37063 \begin_inset space \thinspace{}
37064 \end_inset
37065
37066 B.
37067  den mittigen Punkt · in Formeln wie 
37068 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37069 \end_inset
37070
37071 , müsste man dafür jedes Mal den Befehl 
37072 \series bold
37073
37074 \backslash
37075 cdot
37076 \series default
37077  eingeben
37078 \begin_inset Foot
37079 status collapsed
37080
37081 \begin_layout Plain Layout
37082 siehe 
37083 \begin_inset CommandInset ref
37084 LatexCommand ref
37085 reference "sub:Binäre-Operatoren"
37086
37087 \end_inset
37088
37089
37090 \end_layout
37091
37092 \end_inset
37093
37094 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
37095  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
37096 \end_layout
37097
37098 \begin_layout Standard
37099
37100 \series bold
37101
37102 \backslash
37103 DeclareInputText{183}{
37104 \backslash
37105 ifmmode
37106 \backslash
37107 cdot
37108 \backslash
37109 else
37110 \backslash
37111 textperiodcentered
37112 \backslash
37113 f\SpecialChar \textcompwordmark{}
37114 i}
37115 \end_layout
37116
37117 \begin_layout Standard
37118 Die Zeichenkodierung (Menü 
37119 \family sans
37120 Dokument\SpecialChar \menuseparator
37121 Einstellungen\SpecialChar \menuseparator
37122 Sprache
37123 \family default
37124 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
37125  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
37126 \series bold
37127
37128 \backslash
37129 textperiodcentered
37130 \series default
37131  verwendet.
37132  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
37133  LaTeX-Fehlern kommen würde.
37134  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37135  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37136  nicht.
37137 \end_layout
37138
37139 \begin_layout Standard
37140 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37141  Z.
37142 \begin_inset space \thinspace{}
37143 \end_inset
37144
37145 B.
37146  ist die Kodierung 
37147 \series bold
37148 latin9
37149 \series default
37150  in der Datei 
37151 \series bold
37152 latin9.def
37153 \series default
37154  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
37155  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
37156 eien geändert werden.
37157  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
37158  nicht ohne Weiteres bearbeitet werden.
37159 \end_layout
37160
37161 \begin_layout Standard
37162 \begin_inset VSpace medskip
37163 \end_inset
37164
37165 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37166  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
37167  Formel eingegeben werden können:
37168 \end_layout
37169
37170 \begin_layout Standard
37171
37172 \series bold
37173
37174 \backslash
37175 DeclareInputText{176}{
37176 \backslash
37177 ifmmode^
37178 \backslash
37179 circ
37180 \backslash
37181 else
37182 \backslash
37183 textdegree
37184 \backslash
37185 f\SpecialChar \textcompwordmark{}
37186 i}
37187 \end_layout
37188
37189 \begin_layout Standard
37190 \begin_inset Newpage newpage
37191 \end_inset
37192
37193
37194 \end_layout
37195
37196 \begin_layout Section
37197 \start_of_appendix
37198 Typographische Hinweise
37199 \begin_inset Index idx
37200 status collapsed
37201
37202 \begin_layout Plain Layout
37203 Typographische Hinweise
37204 \end_layout
37205
37206 \end_inset
37207
37208
37209 \end_layout
37210
37211 \begin_layout Standard
37212 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37213  Regeln, die teilweise auch im Duden 
37214 \begin_inset CommandInset citation
37215 LatexCommand cite
37216 key "Duden"
37217
37218 \end_inset
37219
37220  unter 
37221 \family typewriter
37222 Textverarbeitung
37223 \family default
37224  aufgelistet sind.
37225  Weitere Regeln sind in 
37226 \begin_inset CommandInset citation
37227 LatexCommand cite
37228 key "Checklist"
37229
37230 \end_inset
37231
37232  zu finden.
37233 \end_layout
37234
37235 \begin_layout Itemize
37236 Physikalische Einheiten werden 
37237 \emph on
37238 immer
37239 \emph default
37240  aufrecht gesetzt
37241 \begin_inset Foot
37242 status collapsed
37243
37244 \begin_layout Plain Layout
37245 wird durch Schriftstile erreicht, siehe 
37246 \begin_inset CommandInset ref
37247 LatexCommand ref
37248 reference "sub:Schriftstile"
37249
37250 \end_inset
37251
37252
37253 \end_layout
37254
37255 \end_inset
37256
37257 , egal ob sie sich in einem kursiven Text befinden: 30
37258 \begin_inset space \thinspace{}
37259 \end_inset
37260
37261 km/h
37262 \begin_inset Newline newline
37263 \end_inset
37264
37265 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37266 \begin_inset CommandInset ref
37267 LatexCommand ref
37268 reference "sub:Vordefinierter-Leerraum"
37269
37270 \end_inset
37271
37272 .
37273 \begin_inset Newline newline
37274 \end_inset
37275
37276 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37277 \series bold
37278
37279 \backslash
37280 unittwo
37281 \series default
37282  verwendet.
37283  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37284  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37285  erhält wie oben: 
37286 \begin_inset Formula $\unit[30]{km/h}$
37287 \end_inset
37288
37289
37290 \begin_inset space \thinspace{}
37291 \end_inset
37292
37293 .
37294  Zu beachten ist, dass 
37295 \series bold
37296
37297 \backslash
37298 unittwo
37299 \series default
37300  kein echter LaTeX-Befehl, sondern der Befehl 
37301 \series bold
37302
37303 \backslash
37304 unit[Wert]{Einheit}
37305 \series default
37306  ist, daher kann man ihn nicht im TeX-Code benutzen.
37307 \end_layout
37308
37309 \begin_layout Itemize
37310 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37311 \begin_inset Newline newline
37312 \end_inset
37313
37314 1,2
37315 \begin_inset space \thinspace{}
37316 \end_inset
37317
37318 ‰ Alkohol im Blut
37319 \begin_inset Newline newline
37320 \end_inset
37321
37322 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37323  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37324 \end_layout
37325
37326 \begin_layout Itemize
37327 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37328  wird in einer Einheit verwendet: 15
37329 \begin_inset space \thinspace{}
37330 \end_inset
37331
37332 °C
37333 \end_layout
37334
37335 \begin_layout Itemize
37336 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37337  Ziffer der kleinste Leerraum eingefügt: 18
37338 \begin_inset space \thinspace{}
37339 \end_inset
37340
37341 473
37342 \begin_inset space \thinspace{}
37343 \end_inset
37344
37345 588
37346 \end_layout
37347
37348 \begin_layout Itemize
37349 Für Bemaßungen wie z.
37350 \begin_inset space \thinspace{}
37351 \end_inset
37352
37353 B.
37354  120×90×40
37355 \begin_inset space \thinspace{}
37356 \end_inset
37357
37358 cm, verwendet man das gelegte Kreuz 
37359 \begin_inset Quotes gld
37360 \end_inset
37361
37362 ×
37363 \begin_inset Quotes grd
37364 \end_inset
37365
37366 , dass entweder über den Befehl 
37367 \series bold
37368
37369 \backslash
37370 times
37371 \series default
37372  oder über das Menü 
37373 \family sans
37374 Einfügen\SpecialChar \menuseparator
37375 Sonderzeichen\SpecialChar \menuseparator
37376 Symbole
37377 \family default
37378  verfügbar ist.
37379 \end_layout
37380
37381 \begin_layout Itemize
37382 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37383  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37384 \begin_inset space \thinspace{}
37385 \end_inset
37386
37387 6.
37388 \begin_inset space ~
37389 \end_inset
37390
37391 1979
37392 \end_layout
37393
37394 \begin_layout Itemize
37395 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37396  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37397 \begin_inset CommandInset ref
37398 LatexCommand ref
37399 reference "sub:Vordefinierte-Funktionen"
37400
37401 \end_inset
37402
37403 .
37404 \end_layout
37405
37406 \begin_layout Itemize
37407 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37408  
37409 \begin_inset Formula $E_{\mathrm{kin}}$
37410 \end_inset
37411
37412
37413 \begin_inset Newline newline
37414 \end_inset
37415
37416 Komponenten von Matrizen werden kursiv gesetzt: 
37417 \begin_inset Formula $\hat{H}_{kl}$
37418 \end_inset
37419
37420
37421 \end_layout
37422
37423 \begin_layout Itemize
37424 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37425  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37426  Variablen zu verwechseln.
37427 \end_layout
37428
37429 \begin_layout Itemize
37430 Das Symbol für eine 
37431 \noun on
37432 Fourier
37433 \noun default
37434 -Transformation kann entweder mit dem Befehl 
37435 \series bold
37436
37437 \backslash
37438 mathscr
37439 \begin_inset ERT
37440 status collapsed
37441
37442 \begin_layout Plain Layout
37443
37444
37445 \backslash
37446 leer 
37447 \end_layout
37448
37449 \end_inset
37450
37451 F
37452 \series default
37453  oder über das Menü 
37454 \family sans
37455 Einfügen\SpecialChar \menuseparator
37456 Sonderzeichen\SpecialChar \menuseparator
37457 Symbole\SpecialChar \menuseparator
37458 Buchstabenähnliche
37459 \begin_inset space ~
37460 \end_inset
37461
37462 Symbole
37463 \family default
37464  eingefügt werden: 
37465 \begin_inset Formula $\mathscr{F}$
37466 \end_inset
37467
37468
37469 \end_layout
37470
37471 \begin_layout Standard
37472 \begin_inset Newpage newpage
37473 \end_inset
37474
37475
37476 \end_layout
37477
37478 \begin_layout Section
37479 Synonyme
37480 \begin_inset Index idx
37481 status collapsed
37482
37483 \begin_layout Plain Layout
37484 Synonyme
37485 \end_layout
37486
37487 \end_inset
37488
37489
37490 \end_layout
37491
37492 \begin_layout Standard
37493 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37494  Hier ist eine Übersicht der Synonymbefehle:
37495 \end_layout
37496
37497 \begin_layout Standard
37498 \begin_inset VSpace bigskip
37499 \end_inset
37500
37501
37502 \begin_inset space \hfill{}
37503 \end_inset
37504
37505
37506 \begin_inset Tabular
37507 <lyxtabular version="3" rows="12" columns="2">
37508 <features tabularvalignment="middle">
37509 <column alignment="center" valignment="top" width="0pt">
37510 <column alignment="center" valignment="top" width="0pt">
37511 <row>
37512 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37513 \begin_inset Text
37514
37515 \begin_layout Plain Layout
37516 Befehl
37517 \end_layout
37518
37519 \end_inset
37520 </cell>
37521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37522 \begin_inset Text
37523
37524 \begin_layout Plain Layout
37525 äquivalent zu
37526 \begin_inset Note Note
37527 status collapsed
37528
37529 \begin_layout Plain Layout
37530
37531 \series bold
37532
37533 \backslash
37534 raisebox
37535 \series default
37536  dient nur als Abstandhalter.
37537 \end_layout
37538
37539 \end_inset
37540
37541
37542 \end_layout
37543
37544 \end_inset
37545 </cell>
37546 </row>
37547 <row>
37548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37549 \begin_inset Text
37550
37551 \begin_layout Plain Layout
37552
37553 \backslash
37554 ast
37555 \end_layout
37556
37557 \end_inset
37558 </cell>
37559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37560 \begin_inset Text
37561
37562 \begin_layout Plain Layout
37563 \begin_inset ERT
37564 status collapsed
37565
37566 \begin_layout Plain Layout
37567
37568
37569 \backslash
37570 raisebox{-1.2mm}{
37571 \end_layout
37572
37573 \end_inset
37574
37575 *
37576 \begin_inset ERT
37577 status collapsed
37578
37579 \begin_layout Plain Layout
37580
37581 }
37582 \end_layout
37583
37584 \end_inset
37585
37586
37587 \end_layout
37588
37589 \end_inset
37590 </cell>
37591 </row>
37592 <row>
37593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37594 \begin_inset Text
37595
37596 \begin_layout Plain Layout
37597
37598 \backslash
37599 choose
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37605 \begin_inset Text
37606
37607 \begin_layout Plain Layout
37608
37609 \backslash
37610 binom
37611 \end_layout
37612
37613 \end_inset
37614 </cell>
37615 </row>
37616 <row>
37617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621
37622 \backslash
37623 geq
37624 \end_layout
37625
37626 \end_inset
37627 </cell>
37628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37629 \begin_inset Text
37630
37631 \begin_layout Plain Layout
37632
37633 \backslash
37634 ge
37635 \end_layout
37636
37637 \end_inset
37638 </cell>
37639 </row>
37640 <row>
37641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37642 \begin_inset Text
37643
37644 \begin_layout Plain Layout
37645
37646 \backslash
37647 lbrace
37648 \end_layout
37649
37650 \end_inset
37651 </cell>
37652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37653 \begin_inset Text
37654
37655 \begin_layout Plain Layout
37656 {
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 lbracket
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" leftline="true" usebox="none">
37686 \begin_inset Text
37687
37688 \begin_layout Plain Layout
37689
37690 \backslash
37691 leftarrow
37692 \end_layout
37693
37694 \end_inset
37695 </cell>
37696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37697 \begin_inset Text
37698
37699 \begin_layout Plain Layout
37700
37701 \backslash
37702 gets
37703 \end_layout
37704
37705 \end_inset
37706 </cell>
37707 </row>
37708 <row>
37709 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37710 \begin_inset Text
37711
37712 \begin_layout Plain Layout
37713
37714 \backslash
37715 leq
37716 \end_layout
37717
37718 \end_inset
37719 </cell>
37720 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37721 \begin_inset Text
37722
37723 \begin_layout Plain Layout
37724
37725 \backslash
37726 le
37727 \end_layout
37728
37729 \end_inset
37730 </cell>
37731 </row>
37732 <row>
37733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37734 \begin_inset Text
37735
37736 \begin_layout Plain Layout
37737
37738 \backslash
37739 lor
37740 \end_layout
37741
37742 \end_inset
37743 </cell>
37744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37745 \begin_inset Text
37746
37747 \begin_layout Plain Layout
37748
37749 \backslash
37750 vee
37751 \end_layout
37752
37753 \end_inset
37754 </cell>
37755 </row>
37756 <row>
37757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37758 \begin_inset Text
37759
37760 \begin_layout Plain Layout
37761
37762 \backslash
37763 neq
37764 \end_layout
37765
37766 \end_inset
37767 </cell>
37768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37769 \begin_inset Text
37770
37771 \begin_layout Plain Layout
37772
37773 \backslash
37774 not=
37775 \end_layout
37776
37777 \end_inset
37778 </cell>
37779 </row>
37780 <row>
37781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37782 \begin_inset Text
37783
37784 \begin_layout Plain Layout
37785
37786 \backslash
37787 slash
37788 \end_layout
37789
37790 \end_inset
37791 </cell>
37792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37793 \begin_inset Text
37794
37795 \begin_layout Plain Layout
37796 /
37797 \end_layout
37798
37799 \end_inset
37800 </cell>
37801 </row>
37802 <row>
37803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37804 \begin_inset Text
37805
37806 \begin_layout Plain Layout
37807
37808 \backslash
37809 vert
37810 \end_layout
37811
37812 \end_inset
37813 </cell>
37814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37815 \begin_inset Text
37816
37817 \begin_layout Plain Layout
37818 |
37819 \end_layout
37820
37821 \end_inset
37822 </cell>
37823 </row>
37824 </lyxtabular>
37825
37826 \end_inset
37827
37828
37829 \begin_inset space \hfill{}
37830 \end_inset
37831
37832
37833 \begin_inset Tabular
37834 <lyxtabular version="3" rows="12" columns="2">
37835 <features tabularvalignment="middle">
37836 <column alignment="center" valignment="top" width="0pt">
37837 <column alignment="center" valignment="top" width="0pt">
37838 <row>
37839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37840 \begin_inset Text
37841
37842 \begin_layout Plain Layout
37843 Befehl
37844 \end_layout
37845
37846 \end_inset
37847 </cell>
37848 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37849 \begin_inset Text
37850
37851 \begin_layout Plain Layout
37852 äquivalent zu
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 backslash
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
37877 \backslash
37878
37879 \end_layout
37880
37881 \end_inset
37882 </cell>
37883 </row>
37884 <row>
37885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37886 \begin_inset Text
37887
37888 \begin_layout Plain Layout
37889
37890 \backslash
37891 dasharrow
37892 \end_layout
37893
37894 \end_inset
37895 </cell>
37896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37897 \begin_inset Text
37898
37899 \begin_layout Plain Layout
37900
37901 \backslash
37902 dashrightarrow
37903 \end_layout
37904
37905 \end_inset
37906 </cell>
37907 </row>
37908 <row>
37909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37910 \begin_inset Text
37911
37912 \begin_layout Plain Layout
37913
37914 \backslash
37915 land
37916 \end_layout
37917
37918 \end_inset
37919 </cell>
37920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37921 \begin_inset Text
37922
37923 \begin_layout Plain Layout
37924
37925 \backslash
37926 wedge
37927 \end_layout
37928
37929 \end_inset
37930 </cell>
37931 </row>
37932 <row>
37933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37934 \begin_inset Text
37935
37936 \begin_layout Plain Layout
37937
37938 \backslash
37939 rbrace
37940 \end_layout
37941
37942 \end_inset
37943 </cell>
37944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37945 \begin_inset Text
37946
37947 \begin_layout Plain Layout
37948 }
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 rbracket
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 \end_layout
37972
37973 \end_inset
37974 </cell>
37975 </row>
37976 <row>
37977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37978 \begin_inset Text
37979
37980 \begin_layout Plain Layout
37981
37982 \backslash
37983 rightarrow
37984 \end_layout
37985
37986 \end_inset
37987 </cell>
37988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37989 \begin_inset Text
37990
37991 \begin_layout Plain Layout
37992
37993 \backslash
37994 to
37995 \end_layout
37996
37997 \end_inset
37998 </cell>
37999 </row>
38000 <row>
38001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38002 \begin_inset Text
38003
38004 \begin_layout Plain Layout
38005
38006 \backslash
38007 lnot
38008 \end_layout
38009
38010 \end_inset
38011 </cell>
38012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38013 \begin_inset Text
38014
38015 \begin_layout Plain Layout
38016
38017 \backslash
38018 neg
38019 \end_layout
38020
38021 \end_inset
38022 </cell>
38023 </row>
38024 <row>
38025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38026 \begin_inset Text
38027
38028 \begin_layout Plain Layout
38029
38030 \backslash
38031 ne
38032 \end_layout
38033
38034 \end_inset
38035 </cell>
38036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38037 \begin_inset Text
38038
38039 \begin_layout Plain Layout
38040
38041 \backslash
38042 not=
38043 \end_layout
38044
38045 \end_inset
38046 </cell>
38047 </row>
38048 <row>
38049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38050 \begin_inset Text
38051
38052 \begin_layout Plain Layout
38053
38054 \backslash
38055 owns
38056 \end_layout
38057
38058 \end_inset
38059 </cell>
38060 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38061 \begin_inset Text
38062
38063 \begin_layout Plain Layout
38064
38065 \backslash
38066 ni
38067 \end_layout
38068
38069 \end_inset
38070 </cell>
38071 </row>
38072 <row>
38073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38074 \begin_inset Text
38075
38076 \begin_layout Plain Layout
38077
38078 \backslash
38079 square
38080 \end_layout
38081
38082 \end_inset
38083 </cell>
38084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38085 \begin_inset Text
38086
38087 \begin_layout Plain Layout
38088
38089 \backslash
38090 Box
38091 \end_layout
38092
38093 \end_inset
38094 </cell>
38095 </row>
38096 <row>
38097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38098 \begin_inset Text
38099
38100 \begin_layout Plain Layout
38101
38102 \backslash
38103 Vert
38104 \end_layout
38105
38106 \end_inset
38107 </cell>
38108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38109 \begin_inset Text
38110
38111 \begin_layout Plain Layout
38112
38113 \backslash
38114 |
38115 \end_layout
38116
38117 \end_inset
38118 </cell>
38119 </row>
38120 </lyxtabular>
38121
38122 \end_inset
38123
38124
38125 \begin_inset space \hfill{}
38126 \end_inset
38127
38128
38129 \end_layout
38130
38131 \begin_layout Standard
38132 \begin_inset Newpage newpage
38133 \end_inset
38134
38135
38136 \end_layout
38137
38138 \begin_layout Bibliography
38139 \labelwidthstring Referenzen
38140 \begin_inset CommandInset bibitem
38141 LatexCommand bibitem
38142 key "TLC2"
38143
38144 \end_inset
38145
38146
38147 \shape smallcaps
38148 Mittelbach, F.
38149  ; Goossens, M.
38150 \shape default
38151
38152 \shape italic
38153 The LaTeX Companion
38154 \shape default
38155 .
38156  Addison Wesley, 2004
38157 \end_layout
38158
38159 \begin_layout Bibliography
38160 \labelwidthstring Referenzen
38161 \begin_inset CommandInset bibitem
38162 LatexCommand bibitem
38163 key "Mathmode"
38164
38165 \end_inset
38166
38167
38168 \begin_inset CommandInset href
38169 LatexCommand href
38170 name "Beschreibung"
38171 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38172
38173 \end_inset
38174
38175  der mathematischen Fähigkeiten von LaTeX
38176 \end_layout
38177
38178 \begin_layout Bibliography
38179 \labelwidthstring Referenzen
38180 \begin_inset CommandInset bibitem
38181 LatexCommand bibitem
38182 key "AMS"
38183
38184 \end_inset
38185
38186
38187 \begin_inset CommandInset href
38188 LatexCommand href
38189 name "Beschreibung"
38190 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38191
38192 \end_inset
38193
38194  von 
38195 \begin_inset ERT
38196 status collapsed
38197
38198 \begin_layout Plain Layout
38199
38200
38201 \backslash
38202 AmS
38203 \end_layout
38204
38205 \end_inset
38206
38207 -LaTeX
38208 \end_layout
38209
38210 \begin_layout Bibliography
38211 \labelwidthstring Referenzen
38212 \begin_inset CommandInset bibitem
38213 LatexCommand bibitem
38214 key "Symbole"
38215
38216 \end_inset
38217
38218
38219 \begin_inset CommandInset href
38220 LatexCommand href
38221 name "Auflistung"
38222 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38223
38224 \end_inset
38225
38226  aller über LaTeX-Pakete verfügbare Symbole
38227 \end_layout
38228
38229 \begin_layout Bibliography
38230 \labelwidthstring Referenzen
38231 \begin_inset CommandInset bibitem
38232 LatexCommand bibitem
38233 key "cancel"
38234
38235 \end_inset
38236
38237
38238 \begin_inset CommandInset href
38239 LatexCommand href
38240 name "Dokumentation"
38241 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38242
38243 \end_inset
38244
38245  des LaTeX-Pakets 
38246 \series bold
38247 cancel
38248 \series default
38249
38250 \begin_inset Index idx
38251 status collapsed
38252
38253 \begin_layout Plain Layout
38254 Pakete ! cancel
38255 \end_layout
38256
38257 \end_inset
38258
38259
38260 \end_layout
38261
38262 \begin_layout Bibliography
38263 \labelwidthstring Referenzen
38264 \begin_inset CommandInset bibitem
38265 LatexCommand bibitem
38266 key "hyperref"
38267
38268 \end_inset
38269
38270
38271 \begin_inset CommandInset href
38272 LatexCommand href
38273 name "Dokumentation"
38274 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38275
38276 \end_inset
38277
38278  des LaTeX-Pakets 
38279 \series bold
38280 hyperref
38281 \series default
38282
38283 \begin_inset Index idx
38284 status collapsed
38285
38286 \begin_layout Plain Layout
38287 Pakete ! hyperref
38288 \end_layout
38289
38290 \end_inset
38291
38292
38293 \end_layout
38294
38295 \begin_layout Bibliography
38296 \labelwidthstring Referenzen
38297 \begin_inset CommandInset bibitem
38298 LatexCommand bibitem
38299 key "mhchem"
38300
38301 \end_inset
38302
38303
38304 \begin_inset CommandInset href
38305 LatexCommand href
38306 name "Dokumentation"
38307 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38308
38309 \end_inset
38310
38311  des LaTeX-Pakets 
38312 \series bold
38313 mhchem
38314 \series default
38315
38316 \begin_inset Index idx
38317 status collapsed
38318
38319 \begin_layout Plain Layout
38320 Pakete ! mhchem
38321 \end_layout
38322
38323 \end_inset
38324
38325
38326 \end_layout
38327
38328 \begin_layout Bibliography
38329 \labelwidthstring Referenzen
38330 \begin_inset CommandInset bibitem
38331 LatexCommand bibitem
38332 key "Mathclap"
38333
38334 \end_inset
38335
38336
38337 \begin_inset CommandInset href
38338 LatexCommand href
38339 name "Beschreibung"
38340 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38341
38342 \end_inset
38343
38344  des in 
38345 \begin_inset CommandInset ref
38346 LatexCommand ref
38347 reference "sub:Operatorgrenzen"
38348
38349 \end_inset
38350
38351  vorgestellten Befehls 
38352 \series bold
38353
38354 \backslash
38355 mathclap
38356 \series default
38357
38358 \begin_inset Index idx
38359 status collapsed
38360
38361 \begin_layout Plain Layout
38362 Befehle ! M ! 
38363 \backslash
38364 mathclap
38365 \end_layout
38366
38367 \end_inset
38368
38369
38370 \end_layout
38371
38372 \begin_layout Bibliography
38373 \labelwidthstring Referenzen
38374 \begin_inset CommandInset bibitem
38375 LatexCommand bibitem
38376 key "Duden"
38377
38378 \end_inset
38379
38380
38381 \emph on
38382 Duden Band 1
38383 \emph default
38384 .
38385  22.
38386  Auflage, Duden Verlag 2001
38387 \end_layout
38388
38389 \begin_layout Bibliography
38390 \labelwidthstring Referenzen
38391 \begin_inset CommandInset bibitem
38392 LatexCommand bibitem
38393 key "Checklist"
38394
38395 \end_inset
38396
38397
38398 \begin_inset CommandInset href
38399 LatexCommand href
38400 name "Prüfliste"
38401 target "http://physics.nist.gov/Document/checklist.pdf"
38402
38403 \end_inset
38404
38405  für das Rezensieren von Manuskripten
38406 \end_layout
38407
38408 \begin_layout Standard
38409 \begin_inset Note Note
38410 status collapsed
38411
38412 \begin_layout Plain Layout
38413 Damit der Index den Namen 
38414 \begin_inset Quotes gld
38415 \end_inset
38416
38417 Stichwortverzeichnis
38418 \begin_inset Quotes grd
38419 \end_inset
38420
38421  erhält, wurde im LaTeX-Vorspann
38422 \end_layout
38423
38424 \begin_layout Plain Layout
38425
38426 \series bold
38427
38428 \backslash
38429 addto
38430 \backslash
38431 captionsngerman{
38432 \backslash
38433 renewcommand{
38434 \backslash
38435 indexname}{Stichwortverzeichnis}}
38436 \end_layout
38437
38438 \begin_layout Plain Layout
38439 eingefügt.
38440 \end_layout
38441
38442 \begin_layout Plain Layout
38443 Das Paket 
38444 \series bold
38445 babel
38446 \series default
38447  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38448  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38449  Außerdem wird 
38450 \series bold
38451 babel
38452 \series default
38453  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38454  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38455 che verwendet wurde.
38456 \end_layout
38457
38458 \begin_layout Plain Layout
38459 Möchte man andere Beschriftungen ändern, ersetzt man 
38460 \series bold
38461
38462 \backslash
38463 indexname
38464 \series default
38465  durch 
38466 \series bold
38467
38468 \backslash
38469 <Beschriftungs>name
38470 \series default
38471 .
38472  Eine Auflistung der möglichen Namen findet man unter
38473 \end_layout
38474
38475 \begin_layout Plain Layout
38476
38477 \family typewriter
38478 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38479 \end_layout
38480
38481 \begin_layout Plain Layout
38482 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38483 \series bold
38484 ngerman
38485 \series default
38486  durch die Dokumentsprache und
38487 \end_layout
38488
38489 \begin_layout Plain Layout
38490
38491 \series bold
38492
38493 \backslash
38494 captionsgerman
38495 \series default
38496  durch 
38497 \series bold
38498
38499 \backslash
38500 captions<Dokumentsprache>
38501 \series default
38502 .
38503 \end_layout
38504
38505 \end_inset
38506
38507
38508 \begin_inset CommandInset index_print
38509 LatexCommand printindex
38510 type "idx"
38511
38512 \end_inset
38513
38514
38515 \end_layout
38516
38517 \end_body
38518 \end_document