]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
Math.lyx: new section about CAS support
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.0.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 410
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 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45 \addto\extrasngerman{
46  \renewcommand{\equationautorefname}{\hspace{-\abc}}
47  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
49  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
50 }
51
52 % Makros damit Pakete nicht doppelt geladen werden.
53 % siehe erste Fußnote in Kap. 9.3
54 \@ifundefined{textcolor}{\usepackage{color}}{}
55
56 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
57 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
58 \pagenumbering{roman}
59 \let\myTOC\tableofcontents
60 \renewcommand{\tableofcontents}{%
61  \vspace{1cm}
62  \pdfbookmark[1]{\contentsname}{}
63  \myTOC
64  \cleardoublepage
65  \pagenumbering{arabic}}
66
67 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % benutzt in Kap. 23.6
75 \usepackage[samesize]{cancel}
76
77 % enables calculation of values
78 \usepackage{calc}
79
80 % für Mehrfachzeilen, benutzt in Kap. 23.7
81 \usepackage{multicol}
82
83 % benutzt in Kap. 19.4
84 \usepackage{remreset}
85
86 % für das Fourier-Transformationssymbol
87 \usepackage{mathrsfs}
88
89 % Farbdefinition aus Kap. 9.3
90 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
91
92 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
93 \DeclareMathOperator*{\Raute}{\blacklozenge}
94 \DeclareMathOperator{\sgn}{sgn}
95
96 \newcommand{\leer}{\textvisiblespace}
97
98 % Beispielbefehle aus Kap. 20.1 
99 \newcommand{\gr}{\Longrightarrow}
100 \newcommand{\us}[1]{\underline{#1}}
101 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
102 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
103 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
104
105 % Beispielmakro aus Kap. 19.4
106 %\def\tagform@#1{\maketag@@@{|#1|}}
107
108 % Makro aus Kap. 10.2
109 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
110 \def\mathclap {\mathpalette \mathclapinternal}
111 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
112
113 % Damit der Index einen anderen Namen erhält.
114 \addto\captionsngerman
115 {\renewcommand{\indexname}
116 {Stichwort- und Befehlsverzeichnis}}
117
118 % ------------------------------------
119 % used to check for needed LaTeX packages
120 \usepackage{ifthen}
121
122 % testen ob das Paket eurosym installiert ist
123 % wird benutzt für das Euro-Symbol
124 \newboolean{eurosym}
125 \IfFileExists{eurosym.sty}
126  {\usepackage[gennarrow]{eurosym}
127   \setboolean{eurosym}{true}}
128  {\setboolean{eurosym}{false}}
129
130 % testen ob Paket braket installiert ist
131 % benötigt für physikalische Vektoren
132 \newboolean{braket}
133 \IfFileExists{braket.sty}
134  {\usepackage{braket}
135   \setboolean{braket}{true}}
136  {\setboolean{braket}{false}}
137
138 % testen ob Paket cancel installiert ist
139 \newboolean{cancel}
140 \IfFileExists{cancel.sty}
141  {\usepackage{cancel}
142   \setboolean{cancel}{true}}
143  {\setboolean{cancel}{false}}
144
145 % testen ob Paket upgreek installiert ist
146 \newboolean{upgreek}
147 \IfFileExists{upgreek.sty}
148  {\usepackage{upgreek}
149   \setboolean{upgreek}{true}}
150  {\setboolean{upgreek}{false}}
151
152 % benötigt für Kommas in Formeln, siehe Kap. 22.3
153 \IfFileExists{icomma.sty}
154  {\usepackage{icomma}}{}
155 \end_preamble
156 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
157 \use_default_options false
158 \maintain_unincluded_children false
159 \language ngerman
160 \inputencoding auto
161 \fontencoding global
162 \font_roman default
163 \font_sans default
164 \font_typewriter default
165 \font_default_family default
166 \use_non_tex_fonts false
167 \font_sc false
168 \font_osf false
169 \font_sf_scale 100
170 \font_tt_scale 100
171
172 \graphics default
173 \default_output_format default
174 \output_sync 0
175 \bibtex_command default
176 \index_command default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyXs Mathehandbuch"
181 \pdf_author "LyX Team, Uwe Stöhr"
182 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
183 \pdf_keywords "LyX, Mathed"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pdfusetitle false
193 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
194 \papersize a4paper
195 \use_geometry false
196 \use_amsmath 2
197 \use_esint 1
198 \use_mhchem 1
199 \use_mathdots 1
200 \cite_engine basic
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \use_refstyle 0
206 \notefontcolor #0000ff
207 \index Stichwortverzeichnis
208 \shortcut idx
209 \color #008000
210 \end_index
211 \secnumdepth 4
212 \tocdepth 3
213 \paragraph_separation skip
214 \defskip medskip
215 \quotes_language german
216 \papercolumns 1
217 \papersides 2
218 \paperpagestyle plain
219 \bullet 1 0 6 -1
220 \bullet 2 2 35 -1
221 \bullet 3 2 7 -1
222 \tracking_changes false
223 \output_changes false
224 \html_math_output 0
225 \html_be_strict false
226 \end_header
227
228 \begin_body
229
230 \begin_layout Title
231 LyXs detailliertes Mathe Handbuch
232 \end_layout
233
234 \begin_layout Author
235 vom LyX Team
236 \begin_inset Foot
237 status collapsed
238
239 \begin_layout Plain Layout
240 \noindent
241 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
242 ons-Liste: 
243 \family typewriter
244
245 \begin_inset CommandInset href
246 LatexCommand href
247 name "lyx-docs@lists.lyx.org"
248 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
249
250 \end_inset
251
252
253 \end_layout
254
255 \end_inset
256
257
258 \begin_inset Note Note
259 status collapsed
260
261 \begin_layout Plain Layout
262 Verfasser: Uwe Stöhr
263 \end_layout
264
265 \end_inset
266
267
268 \begin_inset Newline newline
269 \end_inset
270
271
272 \begin_inset Newline newline
273 \end_inset
274
275
276 \family sans
277 Version 2.0.x
278 \end_layout
279
280 \begin_layout Standard
281 \begin_inset CommandInset toc
282 LatexCommand tableofcontents
283
284 \end_inset
285
286
287 \end_layout
288
289 \begin_layout Standard
290 \begin_inset Note Note
291 status open
292
293 \begin_layout Plain Layout
294 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
295  
296 \series bold
297 braket, cancel, eurosym,
298 \series default
299  
300 \series bold
301 mhchem
302 \series default
303  und 
304 \series bold
305 was
306 \series default
307  installiert sein.
308  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
309  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
310  nicht im Ausdruck.
311  Eine Ausnahme ist 
312 \series bold
313 mhchem
314 \series default
315 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
316 \end_layout
317
318 \begin_layout Plain Layout
319 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
320 \begin_inset Newline newline
321 \end_inset
322
323
324 \series bold
325 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
326 \end_layout
327
328 \end_inset
329
330
331 \end_layout
332
333 \begin_layout Standard
334 \begin_inset Newpage newpage
335 \end_inset
336
337
338 \end_layout
339
340 \begin_layout Section
341 Einleitung
342 \end_layout
343
344 \begin_layout Standard
345 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
346  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
347  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
348 tten.
349  Das setzt voraus, dass bereits das Kapitel 
350 \family typewriter
351 Mathematische
352 \family default
353  
354 \family typewriter
355 Formeln
356 \family default
357  des Benutzerhandbuchs gelesen worden ist.
358 \end_layout
359
360 \begin_layout Standard
361 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
362 \family sans
363 Einfügen
364 \series bold
365 \SpecialChar \menuseparator
366
367 \series default
368 Mathe
369 \family default
370  oder die 
371 \family sans
372 Mathe-Werkzeugleiste
373 \family default
374  aufrufbar.
375  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
376  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
377  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
378  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
379 \end_layout
380
381 \begin_layout Standard
382 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
383  LyX verfügbar.
384  Um alle Befehle nutzen zu können, muss die Option 
385 \family sans
386 AMS-Mathe-Paket verwenden
387 \family default
388  im Menü 
389 \family sans
390 Dokument\SpecialChar \menuseparator
391 Einstellungen\SpecialChar \menuseparator
392 Mathe Optionen
393 \family default
394  aktiviert sein.
395 \begin_inset Foot
396 status collapsed
397
398 \begin_layout Plain Layout
399 Die 
400 \family sans
401 Option
402 \family default
403  
404 \family sans
405 AMS-Mathe-Paket automatisch verwenden
406 \family default
407  verwendet 
408 \begin_inset ERT
409 status collapsed
410
411 \begin_layout Plain Layout
412
413
414 \backslash
415 AmS 
416 \end_layout
417
418 \end_inset
419
420 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
421  LyX unterstützt.
422 \end_layout
423
424 \end_inset
425
426
427 \end_layout
428
429 \begin_layout Standard
430 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
431 listung
432  aller 
433 \begin_inset ERT
434 status collapsed
435
436 \begin_layout Plain Layout
437
438
439 \backslash
440 AmS 
441 \end_layout
442
443 \end_inset
444
445 -Mathe Befehle
446 \begin_inset Foot
447 status collapsed
448
449 \begin_layout Plain Layout
450 Eine Liste mit allen 
451 \begin_inset ERT
452 status collapsed
453
454 \begin_layout Plain Layout
455
456
457 \backslash
458 AmS
459 \end_layout
460
461 \end_inset
462
463 -Mathe Befehlen findet sich in der Datei 
464 \family sans
465
466 \begin_inset CommandInset href
467 LatexCommand href
468 name "amsguide.ps"
469 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
470
471 \end_inset
472
473
474 \family default
475 , die Teil jeder LaTeX-Standardinstallation ist.
476 \end_layout
477
478 \end_inset
479
480  verzichtet.
481 \end_layout
482
483 \begin_layout Section
484 Allgemeine Hinweise
485 \end_layout
486
487 \begin_layout Standard
488 Um eine in einer Textzeile eingebettete Formel
489 \begin_inset Index idx
490 status collapsed
491
492 \begin_layout Plain Layout
493 Formel ! eingebettete
494 \end_layout
495
496 \end_inset
497
498  zu erstellen, drückt man 
499 \family sans
500 Strg+M
501 \family default
502  oder den Werkzeugleistenknopf 
503 \begin_inset Graphics
504         filename ../../images/math-mode.png
505         scale 85
506
507 \end_inset
508
509 .
510 \begin_inset Newline newline
511 \end_inset
512
513 Um eine abgesetzte Formel
514 \begin_inset Index idx
515 status collapsed
516
517 \begin_layout Plain Layout
518 Formel ! abgesetzte
519 \end_layout
520
521 \end_inset
522
523  zu erstellen, drückt man 
524 \family sans
525 Strg+Shift+M
526 \family default
527 .
528 \end_layout
529
530 \begin_layout Standard
531 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
532  Cursor in die Formel und drückt 
533 \family sans
534 Strg+Shift+M
535 \family default
536  oder benutzt das Menü 
537 \family sans
538 Bearbeiten\SpecialChar \menuseparator
539 Mathe\SpecialChar \menuseparator
540
541 \begin_inset Newline linebreak
542 \end_inset
543
544 Formelart ändern
545 \family default
546 .
547  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
548  umwandeln.
549 \end_layout
550
551 \begin_layout Standard
552 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
553  gibt man in die Formel den Befehl 
554 \series bold
555
556 \backslash
557 displaystyle
558 \series default
559
560 \begin_inset Index idx
561 status collapsed
562
563 \begin_layout Plain Layout
564 Befehle ! D ! 
565 \backslash
566 displaystyle
567 \end_layout
568
569 \end_inset
570
571  ein.
572  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
573  wird.
574 \end_layout
575
576 \begin_layout Standard
577 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
578 \end_layout
579
580 \begin_layout Standard
581 Die 
582 \family sans
583 Mathe-Werkzeugleiste
584 \family default
585  kann über das Menü 
586 \family sans
587 Ansicht\SpecialChar \menuseparator
588 Werkzeugleisten
589 \family default
590  eingeblendet werden.
591  Wenn dort auf 
592 \begin_inset Quotes eld
593 \end_inset
594
595 Mathe
596 \begin_inset Quotes erd
597 \end_inset
598
599  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
600  diese Einstellung wird durch ein Häkchen im Menü 
601 \family sans
602 Werkzeugleisten
603 \family default
604  angezeigt.
605  Wenn nun im Menü 
606 \family sans
607 Werkzeugleisten
608 \family default
609  nochmal auf 
610 \begin_inset Quotes eld
611 \end_inset
612
613 Mathe
614 \begin_inset Quotes erd
615 \end_inset
616
617  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
618  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
619  des Menüeintrags von 
620 \begin_inset Quotes eld
621 \end_inset
622
623 Mathe
624 \begin_inset Quotes erd
625 \end_inset
626
627  zu 
628 \begin_inset Quotes eld
629 \end_inset
630
631 Mathe
632 \begin_inset space ~
633 \end_inset
634
635 (automatisch)
636 \begin_inset Quotes erd
637 \end_inset
638
639  angezeigt.
640 \end_layout
641
642 \begin_layout Standard
643 In den TeX-Modus
644 \begin_inset Index idx
645 status collapsed
646
647 \begin_layout Plain Layout
648 T@TeX-Modus
649 \end_layout
650
651 \end_inset
652
653  gelangt man über den Werkzeugleistenknopf 
654 \begin_inset Graphics
655         filename ../../images/ert-insert.png
656         scale 85
657
658 \end_inset
659
660  oder das Menü 
661 \family sans
662 Einfügen\SpecialChar \menuseparator
663 Te
664 \begin_inset ERT
665 status collapsed
666
667 \begin_layout Plain Layout
668
669 {}
670 \end_layout
671
672 \end_inset
673
674 X
675 \begin_inset space ~
676 \end_inset
677
678 Code
679 \family default
680  (Tastenkürzel 
681 \family sans
682 Strg+L
683 \family default
684 ).
685 \begin_inset Note Note
686 status collapsed
687
688 \begin_layout Plain Layout
689 In LyX gibt es drei 
690 \begin_inset Quotes gld
691 \end_inset
692
693 Eigennamen
694 \begin_inset Quotes grd
695 \end_inset
696
697 , die im Ausdruck mit hoch bzw.
698  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
699 \end_layout
700
701 \begin_layout Plain Layout
702 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
703  man ein TeX-Klammerpaar ein.
704 \end_layout
705
706 \end_inset
707
708
709 \end_layout
710
711 \begin_layout Standard
712 In den LaTeX-Vorspann
713 \begin_inset Index idx
714 status collapsed
715
716 \begin_layout Plain Layout
717 L@LaTeX-Vorspann
718 \end_layout
719
720 \end_inset
721
722  gelangt man über das Menü 
723 \family sans
724 Dokument\SpecialChar \menuseparator
725 Einstellungen\SpecialChar \menuseparator
726 LaT
727 \begin_inset ERT
728 status collapsed
729
730 \begin_layout Plain Layout
731
732 {}
733 \end_layout
734
735 \end_inset
736
737 eX-Vorspann
738 \family default
739 .
740 \end_layout
741
742 \begin_layout Standard
743 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
744 en Formeln kann man die Menüs 
745 \family sans
746 Bearbeiten\SpecialChar \menuseparator
747 Mathe
748 \family default
749  und 
750 \family sans
751 Bearbeiten\SpecialChar \menuseparator
752 Zeilen
753 \begin_inset space \thinspace{}
754 \end_inset
755
756 &
757 \begin_inset space \thinspace{}
758 \end_inset
759
760 Spalten
761 \family default
762  oder die 
763 \family sans
764 Tabellen-Werkzeugleiste
765 \family default
766  verwenden.
767  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
768  die Spalte bzw.
769  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
770  bzw.
771  darunter liegenden Zeile vertauscht.
772  Befindet sich der Cursor in der letzten Spalte bzw.
773  Zeile, wird mit der links daneben stehenden Spalte bzw.
774  darüber liegenden Zeile vertauscht.
775 \end_layout
776
777 \begin_layout Standard
778 Zum Schreiben von Text in einer Formel
779 \begin_inset Foot
780 status collapsed
781
782 \begin_layout Plain Layout
783 Bei mehrzeiligen Formeln wird der Befehl 
784 \series bold
785
786 \backslash
787 intertext
788 \series default
789  verwendet, siehe 
790 \begin_inset CommandInset ref
791 LatexCommand ref
792 reference "sub:Text-in-mehrzeiligen"
793
794 \end_inset
795
796 .
797 \end_layout
798
799 \end_inset
800
801  verwendet man den 
802 \emph on
803 mathematischen Textmodus
804 \emph default
805
806 \begin_inset Index idx
807 status collapsed
808
809 \begin_layout Plain Layout
810 Text ! in Formeln
811 \end_layout
812
813 \end_inset
814
815
816 \begin_inset Index idx
817 status collapsed
818
819 \begin_layout Plain Layout
820 Mathematischer Textmodus
821 \end_layout
822
823 \end_inset
824
825 , in den man mit dem Tastenkürzel 
826 \family sans
827 Alt+M
828 \begin_inset space ~
829 \end_inset
830
831 M
832 \family default
833  oder durch Eingabe des Befehls 
834 \series bold
835
836 \backslash
837 text
838 \begin_inset Index idx
839 status collapsed
840
841 \begin_layout Plain Layout
842 Befehle ! T ! 
843 \backslash
844 text
845 \end_layout
846
847 \end_inset
848
849
850 \series default
851  gelangt.
852  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
853  Formel unterscheiden.
854  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
855  anderen Zeichen einer Formel nicht kursiv.
856 \end_layout
857
858 \begin_layout Subsection*
859 Befehlsschema
860 \end_layout
861
862 \begin_layout Standard
863 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
864  Schema:
865 \end_layout
866
867 \begin_layout Standard
868
869 \series bold
870
871 \backslash
872 Befehlsname[optionales
873 \series default
874  
875 \series bold
876 Argument]{anzugebendes
877 \series default
878  
879 \series bold
880 Argument}
881 \end_layout
882
883 \begin_layout Standard
884 Ein Befehl muss immer mit einem Backslash 
885 \begin_inset Quotes gld
886 \end_inset
887
888
889 \series bold
890
891 \backslash
892
893 \series default
894
895 \begin_inset Quotes grd
896 \end_inset
897
898  beginnen.
899  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
900  eckigen Klammern weggelassen werden.
901  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
902 \begin_inset Index idx
903 status collapsed
904
905 \begin_layout Plain Layout
906 T@TeX-Klammern
907 \end_layout
908
909 \end_inset
910
911  bezeichnet.
912  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
913  an, erzeugt LyX automatisch eine TeX-Klammer.
914  Ansonsten werden sie in Formeln mit dem Befehl 
915 \series bold
916
917 \backslash
918 {
919 \series default
920  erzeugt.
921  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
922  Klammern, die blau erscheinen.
923  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
924  TeX-Klammern erscheinen nicht im Ausdruck.
925 \end_layout
926
927 \begin_layout Standard
928 Werden Befehle ohne Argumente, wie z.
929 \begin_inset space \thinspace{}
930 \end_inset
931
932 B.
933  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
934 \emph on
935 immer
936 \emph default
937  ein Leerzeichen folgen um ihn zu beenden.
938  Dieses Leerzeichen erscheint nicht im Ausdruck.
939  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
940  normalen Text ein geschütztes Leerzeichen folgen.
941 \end_layout
942
943 \begin_layout Standard
944 Ein geschütztes Leerzeichen gibt man mit 
945 \family sans
946 Strg+Leertaste
947 \family default
948  ein.
949 \end_layout
950
951 \begin_layout Subsection*
952 Zeichenerklärung
953 \end_layout
954
955 \begin_layout Itemize
956 Das Symbol
957 \begin_inset Foot
958 status collapsed
959
960 \begin_layout Plain Layout
961 Dieses sichtbare Leerzeichen erhält man über den Befehl 
962 \series bold
963
964 \backslash
965 textvisiblespace
966 \series default
967
968 \begin_inset Index idx
969 status collapsed
970
971 \begin_layout Plain Layout
972 Befehle ! T ! 
973 \backslash
974 textvisiblespace
975 \end_layout
976
977 \end_inset
978
979 , der im TeX-Modus einzugeben ist.
980 \end_layout
981
982 \end_inset
983
984  
985 \begin_inset ERT
986 status collapsed
987
988 \begin_layout Plain Layout
989
990
991 \backslash
992 leer 
993 \end_layout
994
995 \end_inset
996
997
998 \begin_inset space ~
999 \end_inset
1000
1001 steht für ein einzugebendes Leerzeichen.
1002 \end_layout
1003
1004 \begin_layout Itemize
1005 Ein Pfeil wie z.
1006 \begin_inset space \thinspace{}
1007 \end_inset
1008
1009 B.
1010  
1011 \begin_inset Formula $\to$
1012 \end_inset
1013
1014  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1015 \end_layout
1016
1017 \begin_layout Subsection*
1018 Verfügbare Einheiten
1019 \end_layout
1020
1021 \begin_layout Standard
1022 \align center
1023 \begin_inset Float table
1024 placement H
1025 wide false
1026 sideways false
1027 status open
1028
1029 \begin_layout Plain Layout
1030 \align center
1031 \begin_inset Caption
1032
1033 \begin_layout Plain Layout
1034 \begin_inset CommandInset label
1035 LatexCommand label
1036 name "tab:Verfügbare-Einheiten"
1037
1038 \end_inset
1039
1040 Verfügbare Einheiten
1041 \end_layout
1042
1043 \end_inset
1044
1045
1046 \end_layout
1047
1048 \begin_layout Plain Layout
1049 \align center
1050 \begin_inset Tabular
1051 <lyxtabular version="3" rows="13" columns="2">
1052 <features tabularvalignment="middle">
1053 <column alignment="center" valignment="top" width="0">
1054 <column alignment="center" valignment="top" width="0">
1055 <row>
1056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1057 \begin_inset Text
1058
1059 \begin_layout Plain Layout
1060 Einheit
1061 \end_layout
1062
1063 \end_inset
1064 </cell>
1065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1066 \begin_inset Text
1067
1068 \begin_layout Plain Layout
1069 Name / Beschreibung
1070 \end_layout
1071
1072 \end_inset
1073 </cell>
1074 </row>
1075 <row>
1076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1077 \begin_inset Text
1078
1079 \begin_layout Plain Layout
1080 mm
1081 \end_layout
1082
1083 \end_inset
1084 </cell>
1085 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1086 \begin_inset Text
1087
1088 \begin_layout Plain Layout
1089 Millimeter
1090 \end_layout
1091
1092 \end_inset
1093 </cell>
1094 </row>
1095 <row>
1096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1097 \begin_inset Text
1098
1099 \begin_layout Plain Layout
1100 cm
1101 \end_layout
1102
1103 \end_inset
1104 </cell>
1105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1106 \begin_inset Text
1107
1108 \begin_layout Plain Layout
1109 Zentimeter
1110 \end_layout
1111
1112 \end_inset
1113 </cell>
1114 </row>
1115 <row>
1116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1117 \begin_inset Text
1118
1119 \begin_layout Plain Layout
1120 in
1121 \end_layout
1122
1123 \end_inset
1124 </cell>
1125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1126 \begin_inset Text
1127
1128 \begin_layout Plain Layout
1129 Inch / Zoll (1
1130 \begin_inset space \thinspace{}
1131 \end_inset
1132
1133 in = 2,54
1134 \begin_inset space \thinspace{}
1135 \end_inset
1136
1137 cm)
1138 \end_layout
1139
1140 \end_inset
1141 </cell>
1142 </row>
1143 <row>
1144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1145 \begin_inset Text
1146
1147 \begin_layout Plain Layout
1148 pt
1149 \end_layout
1150
1151 \end_inset
1152 </cell>
1153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1154 \begin_inset Text
1155
1156 \begin_layout Plain Layout
1157 Punkt (72,27
1158 \begin_inset space \thinspace{}
1159 \end_inset
1160
1161 pt = 1
1162 \begin_inset space \thinspace{}
1163 \end_inset
1164
1165 in)
1166 \end_layout
1167
1168 \end_inset
1169 </cell>
1170 </row>
1171 <row>
1172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1173 \begin_inset Text
1174
1175 \begin_layout Plain Layout
1176 pc
1177 \end_layout
1178
1179 \end_inset
1180 </cell>
1181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1182 \begin_inset Text
1183
1184 \begin_layout Plain Layout
1185 Pica (1
1186 \begin_inset space \thinspace{}
1187 \end_inset
1188
1189 pc = 12
1190 \begin_inset space \thinspace{}
1191 \end_inset
1192
1193 pt)
1194 \end_layout
1195
1196 \end_inset
1197 </cell>
1198 </row>
1199 <row>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 sp
1205 \end_layout
1206
1207 \end_inset
1208 </cell>
1209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1210 \begin_inset Text
1211
1212 \begin_layout Plain Layout
1213 scaled point (65536
1214 \begin_inset space \thinspace{}
1215 \end_inset
1216
1217 sp = 1
1218 \begin_inset space \thinspace{}
1219 \end_inset
1220
1221 pt)
1222 \end_layout
1223
1224 \end_inset
1225 </cell>
1226 </row>
1227 <row>
1228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1229 \begin_inset Text
1230
1231 \begin_layout Plain Layout
1232 bp
1233 \end_layout
1234
1235 \end_inset
1236 </cell>
1237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1238 \begin_inset Text
1239
1240 \begin_layout Plain Layout
1241 big point (72
1242 \begin_inset space \thinspace{}
1243 \end_inset
1244
1245 bp = 1
1246 \begin_inset space \thinspace{}
1247 \end_inset
1248
1249 in)
1250 \end_layout
1251
1252 \end_inset
1253 </cell>
1254 </row>
1255 <row>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 dd
1261 \end_layout
1262
1263 \end_inset
1264 </cell>
1265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1266 \begin_inset Text
1267
1268 \begin_layout Plain Layout
1269 Didot (1
1270 \begin_inset space \thinspace{}
1271 \end_inset
1272
1273 dd 
1274 \begin_inset Formula $\approx$
1275 \end_inset
1276
1277  0,376
1278 \begin_inset space \thinspace{}
1279 \end_inset
1280
1281 mm)
1282 \end_layout
1283
1284 \end_inset
1285 </cell>
1286 </row>
1287 <row>
1288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1289 \begin_inset Text
1290
1291 \begin_layout Plain Layout
1292 cc
1293 \end_layout
1294
1295 \end_inset
1296 </cell>
1297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1298 \begin_inset Text
1299
1300 \begin_layout Plain Layout
1301 Cicero (1
1302 \begin_inset space \thinspace{}
1303 \end_inset
1304
1305 cc = 12
1306 \begin_inset space \thinspace{}
1307 \end_inset
1308
1309 dd)
1310 \end_layout
1311
1312 \end_inset
1313 </cell>
1314 </row>
1315 <row>
1316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1317 \begin_inset Text
1318
1319 \begin_layout Plain Layout
1320 ex
1321 \end_layout
1322
1323 \end_inset
1324 </cell>
1325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1326 \begin_inset Text
1327
1328 \begin_layout Plain Layout
1329 Höhe des Buchstabens 
1330 \emph on
1331 x
1332 \emph default
1333  in der aktuellen Schrift
1334 \end_layout
1335
1336 \end_inset
1337 </cell>
1338 </row>
1339 <row>
1340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1341 \begin_inset Text
1342
1343 \begin_layout Plain Layout
1344 em
1345 \end_layout
1346
1347 \end_inset
1348 </cell>
1349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1350 \begin_inset Text
1351
1352 \begin_layout Plain Layout
1353 Breite des Buchstabens 
1354 \emph on
1355 M
1356 \emph default
1357  in der aktuellen Schrift
1358 \end_layout
1359
1360 \end_inset
1361 </cell>
1362 </row>
1363 <row>
1364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1365 \begin_inset Text
1366
1367 \begin_layout Plain Layout
1368 mu
1369 \end_layout
1370
1371 \end_inset
1372 </cell>
1373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1374 \begin_inset Text
1375
1376 \begin_layout Plain Layout
1377 math unit (1
1378 \begin_inset space \thinspace{}
1379 \end_inset
1380
1381 mu = 
1382 \begin_inset Formula $\nicefrac{1}{18}$
1383 \end_inset
1384
1385
1386 \begin_inset space \thinspace{}
1387 \end_inset
1388
1389 em)
1390 \end_layout
1391
1392 \end_inset
1393 </cell>
1394 </row>
1395 </lyxtabular>
1396
1397 \end_inset
1398
1399
1400 \end_layout
1401
1402 \end_inset
1403
1404
1405 \end_layout
1406
1407 \begin_layout Standard
1408 \begin_inset Newpage newpage
1409 \end_inset
1410
1411
1412 \end_layout
1413
1414 \begin_layout Section
1415 Grundlegende Funktionen
1416 \end_layout
1417
1418 \begin_layout Subsection
1419 Exponenten
1420 \begin_inset Index idx
1421 status collapsed
1422
1423 \begin_layout Plain Layout
1424 Exponenten
1425 \end_layout
1426
1427 \end_inset
1428
1429  und Indizes
1430 \begin_inset Index idx
1431 status collapsed
1432
1433 \begin_layout Plain Layout
1434 Indizes
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \begin_inset Index idx
1441 status collapsed
1442
1443 \begin_layout Plain Layout
1444 Hochstellen|see
1445 \begin_inset ERT
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449
1450 {
1451 \end_layout
1452
1453 \end_inset
1454
1455 Exponenten
1456 \begin_inset ERT
1457 status collapsed
1458
1459 \begin_layout Plain Layout
1460
1461 }
1462 \end_layout
1463
1464 \end_inset
1465
1466
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \begin_inset Index idx
1473 status collapsed
1474
1475 \begin_layout Plain Layout
1476 Tiefstellen|see
1477 \begin_inset ERT
1478 status collapsed
1479
1480 \begin_layout Plain Layout
1481
1482 {
1483 \end_layout
1484
1485 \end_inset
1486
1487 Indizes
1488 \begin_inset ERT
1489 status collapsed
1490
1491 \begin_layout Plain Layout
1492
1493 }
1494 \end_layout
1495
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \end_inset
1502
1503
1504 \end_layout
1505
1506 \begin_layout Standard
1507 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1508  
1509 \begin_inset Graphics
1510         filename ../../images/math-subscript.png
1511         scale 85
1512
1513 \end_inset
1514
1515 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1516  
1517 \begin_inset Graphics
1518         filename ../../images/math-superscript.png
1519         scale 85
1520
1521 \end_inset
1522
1523  erzeugt.
1524 \end_layout
1525
1526 \begin_layout Standard
1527 \align center
1528 \begin_inset Tabular
1529 <lyxtabular version="3" rows="4" columns="2">
1530 <features tabularvalignment="middle">
1531 <column alignment="center" valignment="top" width="0pt">
1532 <column alignment="center" valignment="top" width="0pt">
1533 <row>
1534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1535 \begin_inset Text
1536
1537 \begin_layout Plain Layout
1538 Befehl
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1544 \begin_inset Text
1545
1546 \begin_layout Plain Layout
1547 Ergebnis
1548 \begin_inset Note Note
1549 status collapsed
1550
1551 \begin_layout Plain Layout
1552
1553 \series bold
1554
1555 \backslash
1556 raisebox
1557 \series default
1558  dient nur als Abstandhalter.
1559 \end_layout
1560
1561 \end_inset
1562
1563
1564 \end_layout
1565
1566 \end_inset
1567 </cell>
1568 </row>
1569 <row>
1570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1571 \begin_inset Text
1572
1573 \begin_layout Plain Layout
1574 B_V
1575 \end_layout
1576
1577 \end_inset
1578 </cell>
1579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1580 \begin_inset Text
1581
1582 \begin_layout Plain Layout
1583 \begin_inset Formula $B_{V}$
1584 \end_inset
1585
1586
1587 \end_layout
1588
1589 \end_inset
1590 </cell>
1591 </row>
1592 <row>
1593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1594 \begin_inset Text
1595
1596 \begin_layout Plain Layout
1597 B^V
1598 \end_layout
1599
1600 \end_inset
1601 </cell>
1602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1603 \begin_inset Text
1604
1605 \begin_layout Plain Layout
1606 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1607 \end_inset
1608
1609
1610 \end_layout
1611
1612 \end_inset
1613 </cell>
1614 </row>
1615 <row>
1616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1617 \begin_inset Text
1618
1619 \begin_layout Plain Layout
1620 B^
1621 \begin_inset ERT
1622 status collapsed
1623
1624 \begin_layout Plain Layout
1625
1626
1627 \backslash
1628 leer 
1629 \end_layout
1630
1631 \end_inset
1632
1633 A
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1639 \begin_inset Text
1640
1641 \begin_layout Plain Layout
1642 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1643 \end_inset
1644
1645
1646 \end_layout
1647
1648 \end_inset
1649 </cell>
1650 </row>
1651 </lyxtabular>
1652
1653 \end_inset
1654
1655
1656 \end_layout
1657
1658 \begin_layout Standard
1659 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1660 llt
1661 \begin_inset Foot
1662 status collapsed
1663
1664 \begin_layout Plain Layout
1665 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1666 \end_layout
1667
1668 \end_inset
1669
1670 .
1671  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1672  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1673 \end_layout
1674
1675 \begin_layout Subsection
1676 Brüche
1677 \begin_inset CommandInset label
1678 LatexCommand label
1679 name "sub:Brüche"
1680
1681 \end_inset
1682
1683
1684 \begin_inset Index idx
1685 status collapsed
1686
1687 \begin_layout Plain Layout
1688 Brüche
1689 \end_layout
1690
1691 \end_inset
1692
1693
1694 \end_layout
1695
1696 \begin_layout Standard
1697 Brüche werden mit dem Befehl 
1698 \series bold
1699
1700 \backslash
1701 frac
1702 \series default
1703
1704 \begin_inset Index idx
1705 status collapsed
1706
1707 \begin_layout Plain Layout
1708 Befehle ! F ! 
1709 \backslash
1710 frac
1711 \end_layout
1712
1713 \end_inset
1714
1715  oder mit dem Mathe-Werkzeugleistenknopf 
1716 \begin_inset Graphics
1717         filename ../../images/math/frac.png
1718         scale 50
1719
1720 \end_inset
1721
1722  erstellt.
1723  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1724  in einer eingebetteten oder abgesetzten Formel befindet.
1725  Mit dem Mathe-Werkzeugleistenknopf 
1726 \begin_inset Graphics
1727         filename ../../images/math/frac-square.png
1728         scale 85
1729
1730 \end_inset
1731
1732  können verschieden Bruchtypen gewählt werden.
1733 \end_layout
1734
1735 \begin_layout Standard
1736 Mit dem Befehl 
1737 \series bold
1738
1739 \backslash
1740 dfrac
1741 \series default
1742
1743 \begin_inset Index idx
1744 status collapsed
1745
1746 \begin_layout Plain Layout
1747 Befehle ! D ! 
1748 \backslash
1749 dfrac
1750 \end_layout
1751
1752 \end_inset
1753
1754  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1755  Formel erscheint.
1756  Mit 
1757 \series bold
1758
1759 \backslash
1760 tfrac
1761 \series default
1762
1763 \begin_inset Index idx
1764 status collapsed
1765
1766 \begin_layout Plain Layout
1767 Befehle ! T ! 
1768 \backslash
1769 tfrac
1770 \end_layout
1771
1772 \end_inset
1773
1774  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1775  Ein Beispiel:
1776 \end_layout
1777
1778 \begin_layout Standard
1779 Eine Zeile mit dem Bruch 
1780 \begin_inset Formula $\frac{1}{2}$
1781 \end_inset
1782
1783 , der mit dem Befehl 
1784 \series bold
1785
1786 \backslash
1787 frac
1788 \series default
1789  erstellt wurde.
1790 \end_layout
1791
1792 \begin_layout Standard
1793 Eine Zeile mit dem Bruch 
1794 \begin_inset Formula $\dfrac{1}{2}$
1795 \end_inset
1796
1797 , der mit dem Befehl 
1798 \series bold
1799
1800 \backslash
1801 dfrac
1802 \series default
1803  erstellt wurde.
1804 \end_layout
1805
1806 \begin_layout Standard
1807 \align center
1808 \begin_inset Tabular
1809 <lyxtabular version="3" rows="4" columns="2">
1810 <features tabularvalignment="middle">
1811 <column alignment="center" valignment="top" width="0pt">
1812 <column alignment="center" valignment="top" width="0pt">
1813 <row>
1814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1815 \begin_inset Text
1816
1817 \begin_layout Plain Layout
1818 Befehl
1819 \end_layout
1820
1821 \end_inset
1822 </cell>
1823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1824 \begin_inset Text
1825
1826 \begin_layout Plain Layout
1827 Ergebnis
1828 \begin_inset Note Note
1829 status collapsed
1830
1831 \begin_layout Plain Layout
1832
1833 \series bold
1834
1835 \backslash
1836 raisebox
1837 \series default
1838  dient nur als Abstandhalter.
1839 \end_layout
1840
1841 \end_inset
1842
1843
1844 \end_layout
1845
1846 \end_inset
1847 </cell>
1848 </row>
1849 <row>
1850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1851 \begin_inset Text
1852
1853 \begin_layout Plain Layout
1854
1855 \backslash
1856 frac
1857 \begin_inset ERT
1858 status collapsed
1859
1860 \begin_layout Plain Layout
1861
1862
1863 \backslash
1864 leer 
1865 \end_layout
1866
1867 \end_inset
1868
1869 A
1870 \begin_inset Formula $\downarrow$
1871 \end_inset
1872
1873 B
1874 \end_layout
1875
1876 \end_inset
1877 </cell>
1878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1879 \begin_inset Text
1880
1881 \begin_layout Plain Layout
1882 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1883 \end_inset
1884
1885
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 </row>
1891 <row>
1892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1893 \begin_inset Text
1894
1895 \begin_layout Plain Layout
1896
1897 \backslash
1898 dfrac
1899 \begin_inset ERT
1900 status collapsed
1901
1902 \begin_layout Plain Layout
1903
1904
1905 \backslash
1906 leer 
1907 \end_layout
1908
1909 \end_inset
1910
1911 A
1912 \begin_inset Formula $\downarrow$
1913 \end_inset
1914
1915 B
1916 \end_layout
1917
1918 \end_inset
1919 </cell>
1920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1921 \begin_inset Text
1922
1923 \begin_layout Plain Layout
1924 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1925 \end_inset
1926
1927
1928 \end_layout
1929
1930 \end_inset
1931 </cell>
1932 </row>
1933 <row>
1934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1935 \begin_inset Text
1936
1937 \begin_layout Plain Layout
1938
1939 \backslash
1940 dfrac
1941 \begin_inset ERT
1942 status collapsed
1943
1944 \begin_layout Plain Layout
1945
1946
1947 \backslash
1948 leer 
1949 \end_layout
1950
1951 \end_inset
1952
1953 e^
1954 \begin_inset ERT
1955 status collapsed
1956
1957 \begin_layout Plain Layout
1958
1959
1960 \backslash
1961 leer 
1962 \end_layout
1963
1964 \end_inset
1965
1966
1967 \backslash
1968 frac
1969 \begin_inset ERT
1970 status collapsed
1971
1972 \begin_layout Plain Layout
1973
1974
1975 \backslash
1976 leer 
1977 \end_layout
1978
1979 \end_inset
1980
1981 1
1982 \begin_inset Formula $\downarrow$
1983 \end_inset
1984
1985 2
1986 \begin_inset Formula $\downarrow\downarrow$
1987 \end_inset
1988
1989 3
1990 \end_layout
1991
1992 \end_inset
1993 </cell>
1994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1995 \begin_inset Text
1996
1997 \begin_layout Plain Layout
1998 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1999 \end_inset
2000
2001
2002 \end_layout
2003
2004 \end_inset
2005 </cell>
2006 </row>
2007 </lyxtabular>
2008
2009 \end_inset
2010
2011
2012 \end_layout
2013
2014 \begin_layout Standard
2015 \begin_inset VSpace bigskip
2016 \end_inset
2017
2018
2019 \begin_inset Newpage newpage
2020 \end_inset
2021
2022 Für Mehrfachbrüche gibt es den Befehl 
2023 \series bold
2024
2025 \backslash
2026 cfrac
2027 \series default
2028
2029 \begin_inset Index idx
2030 status collapsed
2031
2032 \begin_layout Plain Layout
2033 Befehle ! C ! 
2034 \backslash
2035 cfrac
2036 \end_layout
2037
2038 \end_inset
2039
2040 .
2041  Dazu ein Beispiel:
2042 \begin_inset VSpace -3mm
2043 \end_inset
2044
2045
2046 \end_layout
2047
2048 \begin_layout Standard
2049 \begin_inset Formula \begin{align*}
2050 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2051 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2052 \end{align*}
2053
2054 \end_inset
2055
2056
2057 \end_layout
2058
2059 \begin_layout Standard
2060 Der Befehl für obiges Beispiel lautet:
2061 \end_layout
2062
2063 \begin_layout Standard
2064
2065 \series bold
2066
2067 \backslash
2068 cfrac
2069 \begin_inset ERT
2070 status collapsed
2071
2072 \begin_layout Plain Layout
2073
2074
2075 \backslash
2076 leer 
2077 \end_layout
2078
2079 \end_inset
2080
2081 A
2082 \begin_inset Formula $\downarrow$
2083 \end_inset
2084
2085 B+
2086 \backslash
2087 cfrac
2088 \begin_inset ERT
2089 status collapsed
2090
2091 \begin_layout Plain Layout
2092
2093
2094 \backslash
2095 leer 
2096 \end_layout
2097
2098 \end_inset
2099
2100 C+
2101 \backslash
2102 cfrac
2103 \begin_inset ERT
2104 status collapsed
2105
2106 \begin_layout Plain Layout
2107
2108
2109 \backslash
2110 leer 
2111 \end_layout
2112
2113 \end_inset
2114
2115 E
2116 \begin_inset Formula $\downarrow$
2117 \end_inset
2118
2119 F
2120 \begin_inset Formula $\downarrow$
2121 \end_inset
2122
2123 D
2124 \end_layout
2125
2126 \begin_layout Standard
2127 \begin_inset VSpace medskip
2128 \end_inset
2129
2130
2131 \end_layout
2132
2133 \begin_layout Standard
2134
2135 \series bold
2136
2137 \backslash
2138 cfrac
2139 \series default
2140  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2141  auch wenn er selbst Teil eines Bruches ist.
2142 \end_layout
2143
2144 \begin_layout Standard
2145 Es ist möglich die Ausrichtung des Zählers einzustellen.
2146  Der Befehl 
2147 \series bold
2148
2149 \backslash
2150 cfracleft
2151 \series default
2152  richtet ihn links, der Befehl 
2153 \series bold
2154
2155 \backslash
2156 cfracright
2157 \series default
2158  rechts aus.
2159  
2160 \series bold
2161
2162 \backslash
2163 cfrac
2164 \series default
2165  zentriert den Zähler.
2166  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2167 \end_layout
2168
2169 \begin_layout Standard
2170
2171 \series bold
2172 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2173 \end_inset
2174
2175
2176 \begin_inset Formula $\cfrac{A}{B+C}$
2177 \end_inset
2178
2179
2180 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2181 \end_inset
2182
2183
2184 \end_layout
2185
2186 \begin_layout Standard
2187 \begin_inset Note Greyedout
2188 status open
2189
2190 \begin_layout Plain Layout
2191
2192 \series bold
2193 Achtung:
2194 \series default
2195  
2196 \series bold
2197
2198 \backslash
2199 cfracleft
2200 \series default
2201  und
2202 \series bold
2203  
2204 \backslash
2205 cfracright
2206 \series default
2207  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2208 \series bold
2209
2210 \backslash
2211 cfrac[Ausrichtung]{Zähler}{Nenner}
2212 \series default
2213  dar.
2214  Daher kann man sie nicht im TeX-Code benutzen.
2215 \end_layout
2216
2217 \end_inset
2218
2219
2220 \end_layout
2221
2222 \begin_layout Standard
2223 \begin_inset VSpace medskip
2224 \end_inset
2225
2226 Oftmals ist es am günstigsten 
2227 \series bold
2228
2229 \backslash
2230 cfrac
2231 \series default
2232  und 
2233 \series bold
2234
2235 \backslash
2236 frac
2237 \series default
2238  zu kombinieren:
2239 \begin_inset Formula \[
2240 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2241 \]
2242
2243 \end_inset
2244
2245
2246 \end_layout
2247
2248 \begin_layout Standard
2249 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2250 \series bold
2251
2252 \backslash
2253 nicefrac
2254 \series default
2255
2256 \begin_inset Index idx
2257 status collapsed
2258
2259 \begin_layout Plain Layout
2260 Befehle ! N ! 
2261 \backslash
2262 nicefrac
2263 \end_layout
2264
2265 \end_inset
2266
2267
2268 \begin_inset Formula $\nicefrac{5}{31}$
2269 \end_inset
2270
2271  oder 
2272 \series bold
2273
2274 \backslash
2275 unitfrac
2276 \series default
2277
2278 \begin_inset Index idx
2279 status collapsed
2280
2281 \begin_layout Plain Layout
2282 Befehle! U ! 
2283 \backslash
2284 unitfrac
2285 \end_layout
2286
2287 \end_inset
2288
2289
2290 \begin_inset Formula $\unitfrac{5}{31}$
2291 \end_inset
2292
2293  benutzt werden.
2294  Des Weiteren gibt es den Befehl 
2295 \series bold
2296
2297 \backslash
2298 unitfracthree
2299 \series default
2300  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2301 \begin_inset Formula $\unitfrac[2]{1}{3}$
2302 \end_inset
2303
2304
2305 \end_layout
2306
2307 \begin_layout Standard
2308 \begin_inset Note Greyedout
2309 status open
2310
2311 \begin_layout Plain Layout
2312
2313 \series bold
2314 Achtung:
2315 \series default
2316  
2317 \series bold
2318
2319 \backslash
2320 unitfracthree
2321 \series default
2322  ist kein echter LaTeX-Befehl, sondern der Befehl
2323 \begin_inset Newline newline
2324 \end_inset
2325
2326
2327 \series bold
2328
2329 \backslash
2330 unitfrac[Zahl]{Zähler}{Nenner}
2331 \series default
2332  .
2333  Daher kann man ihn nicht im TeX-Code benutzen.
2334 \end_layout
2335
2336 \end_inset
2337
2338
2339 \end_layout
2340
2341 \begin_layout Standard
2342 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2343  in 
2344 \begin_inset CommandInset ref
2345 LatexCommand ref
2346 reference "sub:Selbstdefinierte-Brüche"
2347
2348 \end_inset
2349
2350  erklärt.
2351 \end_layout
2352
2353 \begin_layout Subsection
2354 Wurzeln
2355 \begin_inset Index idx
2356 status collapsed
2357
2358 \begin_layout Plain Layout
2359 Wurzeln
2360 \end_layout
2361
2362 \end_inset
2363
2364
2365 \end_layout
2366
2367 \begin_layout Standard
2368 Quadratwurzeln werden mit 
2369 \series bold
2370
2371 \backslash
2372 sqrt
2373 \series default
2374
2375 \begin_inset Index idx
2376 status collapsed
2377
2378 \begin_layout Plain Layout
2379 Befehle ! S ! 
2380 \backslash
2381 sqrt
2382 \end_layout
2383
2384 \end_inset
2385
2386  oder dem Mathe-Werkzeugleistenknopf 
2387 \begin_inset Graphics
2388         filename ../../images/math/sqrt.png
2389         scale 85
2390
2391 \end_inset
2392
2393  gesetzt, alle anderen Wurzeln mit dem Befehl 
2394 \series bold
2395
2396 \backslash
2397 root
2398 \series default
2399
2400 \begin_inset Index idx
2401 status collapsed
2402
2403 \begin_layout Plain Layout
2404 Befehle ! R ! 
2405 \backslash
2406 root
2407 \end_layout
2408
2409 \end_inset
2410
2411  oder dem Mathe-Werkzeugleistenknopf 
2412 \begin_inset Graphics
2413         filename ../../images/math/root.png
2414         scale 85
2415
2416 \end_inset
2417
2418 .
2419 \end_layout
2420
2421 \begin_layout Standard
2422 \align center
2423 \begin_inset Tabular
2424 <lyxtabular version="3" rows="3" columns="2">
2425 <features tabularvalignment="middle">
2426 <column alignment="center" valignment="top" width="0pt">
2427 <column alignment="center" valignment="top" width="0pt">
2428 <row>
2429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2430 \begin_inset Text
2431
2432 \begin_layout Plain Layout
2433 Befehl
2434 \end_layout
2435
2436 \end_inset
2437 </cell>
2438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2439 \begin_inset Text
2440
2441 \begin_layout Plain Layout
2442 Ergebnis
2443 \begin_inset Note Note
2444 status collapsed
2445
2446 \begin_layout Plain Layout
2447
2448 \series bold
2449
2450 \backslash
2451 raisebox
2452 \series default
2453  dient nur als Abstandhalter.
2454 \end_layout
2455
2456 \end_inset
2457
2458
2459 \end_layout
2460
2461 \end_inset
2462 </cell>
2463 </row>
2464 <row>
2465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2466 \begin_inset Text
2467
2468 \begin_layout Plain Layout
2469
2470 \backslash
2471 sqrt
2472 \begin_inset ERT
2473 status collapsed
2474
2475 \begin_layout Plain Layout
2476
2477
2478 \backslash
2479 leer 
2480 \end_layout
2481
2482 \end_inset
2483
2484 A-B
2485 \end_layout
2486
2487 \end_inset
2488 </cell>
2489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2490 \begin_inset Text
2491
2492 \begin_layout Plain Layout
2493 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2494 \end_inset
2495
2496
2497 \end_layout
2498
2499 \end_inset
2500 </cell>
2501 </row>
2502 <row>
2503 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2504 \begin_inset Text
2505
2506 \begin_layout Plain Layout
2507
2508 \backslash
2509 root
2510 \begin_inset ERT
2511 status collapsed
2512
2513 \begin_layout Plain Layout
2514
2515
2516 \backslash
2517 leer 
2518 \end_layout
2519
2520 \end_inset
2521
2522 3
2523 \begin_inset Formula $\downarrow$
2524 \end_inset
2525
2526 A-B
2527 \end_layout
2528
2529 \end_inset
2530 </cell>
2531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2532 \begin_inset Text
2533
2534 \begin_layout Plain Layout
2535 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2536 \end_inset
2537
2538
2539 \end_layout
2540
2541 \end_inset
2542 </cell>
2543 </row>
2544 </lyxtabular>
2545
2546 \end_inset
2547
2548
2549 \end_layout
2550
2551 \begin_layout Standard
2552 Eine Quadratwurzel kann man auch mit 
2553 \series bold
2554
2555 \backslash
2556 root
2557 \series default
2558  erstellen, indem man das Feld über der Wurzel frei lässt.
2559 \end_layout
2560
2561 \begin_layout Standard
2562 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2563  Formel: 
2564 \begin_inset Formula $\sqrt[\beta]{B}$
2565 \end_inset
2566
2567
2568 \begin_inset Newline newline
2569 \end_inset
2570
2571 Das 
2572 \begin_inset Formula $\beta$
2573 \end_inset
2574
2575  berührt die Wurzel.
2576  Um dies zu verhindern, verwendet man die Befehle 
2577 \series bold
2578
2579 \backslash
2580 leftroot
2581 \series default
2582
2583 \begin_inset Index idx
2584 status collapsed
2585
2586 \begin_layout Plain Layout
2587 Befehle ! L ! 
2588 \backslash
2589 leftroot
2590 \end_layout
2591
2592 \end_inset
2593
2594  und 
2595 \series bold
2596
2597 \backslash
2598 uproot
2599 \series default
2600
2601 \begin_inset Index idx
2602 status collapsed
2603
2604 \begin_layout Plain Layout
2605 Befehle ! U ! 
2606 \backslash
2607 uproot
2608 \end_layout
2609
2610 \end_inset
2611
2612 , die folgendes Schema besitzen:
2613 \end_layout
2614
2615 \begin_layout Standard
2616
2617 \series bold
2618
2619 \backslash
2620 leftroot{Abstand}
2621 \series default
2622  bzw.
2623  
2624 \series bold
2625
2626 \backslash
2627 uproot{Abstand}
2628 \end_layout
2629
2630 \begin_layout Standard
2631 Abstand ist die Anzahl der Big Points (Einheit bp; 
2632 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2633 \end_inset
2634
2635 ), um die der Index nach links bzw.
2636  nach oben verschoben werden soll.
2637  Die Befehle werden in den Index geschrieben.
2638  So ergibt der Befehl
2639 \begin_inset Newline newline
2640 \end_inset
2641
2642
2643 \series bold
2644
2645 \backslash
2646 root
2647 \backslash
2648 leftroot{-1
2649 \begin_inset Formula $\to$
2650 \end_inset
2651
2652
2653 \backslash
2654 uproot{2
2655 \begin_inset Formula $\to$
2656 \end_inset
2657
2658
2659 \backslash
2660 beta
2661 \begin_inset ERT
2662 status collapsed
2663
2664 \begin_layout Plain Layout
2665
2666
2667 \backslash
2668 leer 
2669 \end_layout
2670
2671 \end_inset
2672
2673
2674 \begin_inset Formula $\to$
2675 \end_inset
2676
2677 B
2678 \begin_inset Newline newline
2679 \end_inset
2680
2681
2682 \series default
2683 eine korrekt gesetzte Formel: 
2684 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2685 \end_inset
2686
2687
2688 \end_layout
2689
2690 \begin_layout Subsection
2691 Binomialkoeffizienten
2692 \begin_inset Index idx
2693 status collapsed
2694
2695 \begin_layout Plain Layout
2696 Binomialkoeffizienten
2697 \end_layout
2698
2699 \end_inset
2700
2701
2702 \end_layout
2703
2704 \begin_layout Standard
2705 Binomialkoeffizienten können mit dem Befehl 
2706 \series bold
2707
2708 \backslash
2709 binom
2710 \series default
2711
2712 \begin_inset Index idx
2713 status collapsed
2714
2715 \begin_layout Plain Layout
2716 Befehle ! B ! 
2717 \backslash
2718 binom
2719 \end_layout
2720
2721 \end_inset
2722
2723  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2724 \begin_inset Graphics
2725         filename ../../images/math/frac-square.png
2726         scale 85
2727
2728 \end_inset
2729
2730 eingefügt werden.
2731  Analog zu Brüchen (
2732 \series bold
2733
2734 \backslash
2735 frac
2736 \series default
2737 ) gibt es außer 
2738 \series bold
2739
2740 \backslash
2741 binom
2742 \series default
2743  noch die Befehle 
2744 \series bold
2745
2746 \backslash
2747 dbinom
2748 \series default
2749
2750 \begin_inset Index idx
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Befehle ! D ! 
2755 \backslash
2756 dbinom
2757 \end_layout
2758
2759 \end_inset
2760
2761  und 
2762 \series bold
2763
2764 \backslash
2765 tbinom
2766 \series default
2767
2768 \begin_inset Index idx
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Befehle ! T ! 
2773 \backslash
2774 tbinom
2775 \end_layout
2776
2777 \end_inset
2778
2779 .
2780  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2781 \series bold
2782
2783 \backslash
2784 brace
2785 \series default
2786
2787 \begin_inset Index idx
2788 status collapsed
2789
2790 \begin_layout Plain Layout
2791 Befehle ! B ! 
2792 \backslash
2793 brace
2794 \end_layout
2795
2796 \end_inset
2797
2798  und 
2799 \series bold
2800
2801 \backslash
2802 brack
2803 \series default
2804
2805 \begin_inset Index idx
2806 status collapsed
2807
2808 \begin_layout Plain Layout
2809 Befehle ! B ! 
2810 \backslash
2811 brack
2812 \end_layout
2813
2814 \end_inset
2815
2816 .
2817 \end_layout
2818
2819 \begin_layout Standard
2820 \align center
2821 \begin_inset Tabular
2822 <lyxtabular version="3" rows="6" columns="2">
2823 <features tabularvalignment="middle">
2824 <column alignment="center" valignment="top" width="0pt">
2825 <column alignment="center" valignment="top" width="0pt">
2826 <row>
2827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2828 \begin_inset Text
2829
2830 \begin_layout Plain Layout
2831 Befehl
2832 \end_layout
2833
2834 \end_inset
2835 </cell>
2836 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2837 \begin_inset Text
2838
2839 \begin_layout Plain Layout
2840 Ergebnis
2841 \begin_inset Note Note
2842 status collapsed
2843
2844 \begin_layout Plain Layout
2845
2846 \series bold
2847
2848 \backslash
2849 raisebox
2850 \series default
2851  dient nur als Abstandhalter.
2852 \end_layout
2853
2854 \end_inset
2855
2856
2857 \end_layout
2858
2859 \end_inset
2860 </cell>
2861 </row>
2862 <row>
2863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2864 \begin_inset Text
2865
2866 \begin_layout Plain Layout
2867
2868 \backslash
2869 binom
2870 \begin_inset ERT
2871 status collapsed
2872
2873 \begin_layout Plain Layout
2874
2875
2876 \backslash
2877 leer 
2878 \end_layout
2879
2880 \end_inset
2881
2882 A
2883 \begin_inset Formula $\downarrow$
2884 \end_inset
2885
2886 B
2887 \end_layout
2888
2889 \end_inset
2890 </cell>
2891 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2896 \end_inset
2897
2898
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 </row>
2904 <row>
2905 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2906 \begin_inset Text
2907
2908 \begin_layout Plain Layout
2909
2910 \backslash
2911 dbinom
2912 \begin_inset ERT
2913 status collapsed
2914
2915 \begin_layout Plain Layout
2916
2917
2918 \backslash
2919 leer 
2920 \end_layout
2921
2922 \end_inset
2923
2924 A
2925 \begin_inset Formula $\downarrow$
2926 \end_inset
2927
2928 B
2929 \end_layout
2930
2931 \end_inset
2932 </cell>
2933 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2934 \begin_inset Text
2935
2936 \begin_layout Plain Layout
2937 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2938 \end_inset
2939
2940
2941 \end_layout
2942
2943 \end_inset
2944 </cell>
2945 </row>
2946 <row>
2947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2948 \begin_inset Text
2949
2950 \begin_layout Plain Layout
2951
2952 \backslash
2953 tbinom
2954 \begin_inset ERT
2955 status collapsed
2956
2957 \begin_layout Plain Layout
2958
2959
2960 \backslash
2961 leer 
2962 \end_layout
2963
2964 \end_inset
2965
2966 A
2967 \begin_inset Formula $\downarrow$
2968 \end_inset
2969
2970 B
2971 \end_layout
2972
2973 \end_inset
2974 </cell>
2975 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2976 \begin_inset Text
2977
2978 \begin_layout Plain Layout
2979 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2980 \end_inset
2981
2982
2983 \end_layout
2984
2985 \end_inset
2986 </cell>
2987 </row>
2988 <row>
2989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2990 \begin_inset Text
2991
2992 \begin_layout Plain Layout
2993
2994 \backslash
2995 brack
2996 \begin_inset ERT
2997 status collapsed
2998
2999 \begin_layout Plain Layout
3000
3001
3002 \backslash
3003 leer 
3004 \end_layout
3005
3006 \end_inset
3007
3008 A
3009 \begin_inset Formula $\downarrow$
3010 \end_inset
3011
3012 B
3013 \end_layout
3014
3015 \end_inset
3016 </cell>
3017 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3018 \begin_inset Text
3019
3020 \begin_layout Plain Layout
3021 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3022 \end_inset
3023
3024
3025 \end_layout
3026
3027 \end_inset
3028 </cell>
3029 </row>
3030 <row>
3031 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3032 \begin_inset Text
3033
3034 \begin_layout Plain Layout
3035
3036 \backslash
3037 brace
3038 \begin_inset ERT
3039 status collapsed
3040
3041 \begin_layout Plain Layout
3042
3043
3044 \backslash
3045 leer 
3046 \end_layout
3047
3048 \end_inset
3049
3050 A
3051 \begin_inset Formula $\downarrow$
3052 \end_inset
3053
3054 B
3055 \end_layout
3056
3057 \end_inset
3058 </cell>
3059 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3060 \begin_inset Text
3061
3062 \begin_layout Plain Layout
3063 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3064 \end_inset
3065
3066
3067 \end_layout
3068
3069 \end_inset
3070 </cell>
3071 </row>
3072 </lyxtabular>
3073
3074 \end_inset
3075
3076
3077 \end_layout
3078
3079 \begin_layout Subsection
3080 Fallunterscheidungen
3081 \begin_inset Index idx
3082 status collapsed
3083
3084 \begin_layout Plain Layout
3085 Fallunterscheidungen
3086 \end_layout
3087
3088 \end_inset
3089
3090
3091 \end_layout
3092
3093 \begin_layout Standard
3094 \align center
3095 \begin_inset Tabular
3096 <lyxtabular version="3" rows="3" columns="2">
3097 <features tabularvalignment="middle">
3098 <column alignment="center" valignment="top" width="0pt">
3099 <column alignment="center" valignment="top" width="0pt">
3100 <row>
3101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3102 \begin_inset Text
3103
3104 \begin_layout Plain Layout
3105 Befehl
3106 \end_layout
3107
3108 \end_inset
3109 </cell>
3110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3111 \begin_inset Text
3112
3113 \begin_layout Plain Layout
3114 Ergebnis
3115 \end_layout
3116
3117 \end_inset
3118 </cell>
3119 </row>
3120 <row>
3121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3122 \begin_inset Text
3123
3124 \begin_layout Plain Layout
3125
3126 \backslash
3127 cases
3128 \begin_inset ERT
3129 status collapsed
3130
3131 \begin_layout Plain Layout
3132
3133
3134 \backslash
3135 leer 
3136 \end_layout
3137
3138 \end_inset
3139
3140 A
3141 \begin_inset Formula $\to$
3142 \end_inset
3143
3144 B>0
3145 \begin_inset Index idx
3146 status collapsed
3147
3148 \begin_layout Plain Layout
3149 Befehle ! C ! 
3150 \backslash
3151 cases
3152 \end_layout
3153
3154 \end_inset
3155
3156
3157 \end_layout
3158
3159 \end_inset
3160 </cell>
3161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3162 \begin_inset Text
3163
3164 \begin_layout Plain Layout
3165 \begin_inset Formula $\begin{cases}
3166 A & B>0\end{cases}$
3167 \end_inset
3168
3169
3170 \end_layout
3171
3172 \end_inset
3173 </cell>
3174 </row>
3175 <row>
3176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3177 \begin_inset Text
3178
3179 \begin_layout Plain Layout
3180
3181 \backslash
3182 cases
3183 \begin_inset ERT
3184 status collapsed
3185
3186 \begin_layout Plain Layout
3187
3188
3189 \backslash
3190 leer 
3191 \end_layout
3192
3193 \end_inset
3194
3195 Strg+Enter
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3201 \begin_inset Text
3202
3203 \begin_layout Plain Layout
3204 \begin_inset Formula $\begin{cases}
3205 A & \textrm{für }x>0\\
3206 B & \textrm{für }x=0
3207 \end{cases}$
3208 \end_inset
3209
3210
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 </row>
3216 </lyxtabular>
3217
3218 \end_inset
3219
3220
3221 \end_layout
3222
3223 \begin_layout Standard
3224 Nach der Eingabe von 
3225 \series bold
3226
3227 \backslash
3228 cases
3229 \series default
3230  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3231 \begin_inset Graphics
3232         filename ../../images/math/cases.png
3233         scale 85
3234
3235 \end_inset
3236
3237  können mit 
3238 \family sans
3239 Strg+Enter
3240 \family default
3241  oder dem Tabellen-Werkzeugleistenknopf 
3242 \begin_inset Graphics
3243         filename ../../images/tabular-feature_append-row.png
3244         scale 85
3245
3246 \end_inset
3247
3248  neue Zeilen erstellt werden.
3249 \begin_inset Foot
3250 status collapsed
3251
3252 \begin_layout Plain Layout
3253 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3254 \begin_inset CommandInset ref
3255 LatexCommand ref
3256 reference "sub:Akzente-für-ein"
3257
3258 \end_inset
3259
3260  beschrieben.
3261 \end_layout
3262
3263 \end_inset
3264
3265
3266 \end_layout
3267
3268 \begin_layout Standard
3269 Der Befehl 
3270 \series bold
3271
3272 \backslash
3273 cases
3274 \series default
3275  ist auch über das Menü 
3276 \family sans
3277 Einfügen\SpecialChar \menuseparator
3278 Mathe\SpecialChar \menuseparator
3279 Cases-Umgebung
3280 \family default
3281  verfügbar.
3282 \end_layout
3283
3284 \begin_layout Subsection
3285 Verneinungen
3286 \begin_inset Index idx
3287 status collapsed
3288
3289 \begin_layout Plain Layout
3290 Verneinungen
3291 \end_layout
3292
3293 \end_inset
3294
3295
3296 \end_layout
3297
3298 \begin_layout Standard
3299 Durch die Eingabe von 
3300 \series bold
3301
3302 \backslash
3303 not
3304 \series default
3305
3306 \begin_inset Index idx
3307 status collapsed
3308
3309 \begin_layout Plain Layout
3310 Befehle ! N ! 
3311 \backslash
3312 not
3313 \end_layout
3314
3315 \end_inset
3316
3317  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3318  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3319 \end_layout
3320
3321 \begin_layout Standard
3322 \align center
3323 \begin_inset Tabular
3324 <lyxtabular version="3" rows="4" columns="2">
3325 <features tabularvalignment="middle">
3326 <column alignment="center" valignment="top" width="0pt">
3327 <column alignment="center" valignment="top" width="0pt">
3328 <row>
3329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Befehl
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3339 \begin_inset Text
3340
3341 \begin_layout Plain Layout
3342 Ergebnis
3343 \end_layout
3344
3345 \end_inset
3346 </cell>
3347 </row>
3348 <row>
3349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353
3354 \backslash
3355 not=
3356 \end_layout
3357
3358 \end_inset
3359 </cell>
3360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3361 \begin_inset Text
3362
3363 \begin_layout Plain Layout
3364 \begin_inset Formula $\not=$
3365 \end_inset
3366
3367
3368 \end_layout
3369
3370 \end_inset
3371 </cell>
3372 </row>
3373 <row>
3374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3375 \begin_inset Text
3376
3377 \begin_layout Plain Layout
3378
3379 \backslash
3380 not 
3381 \backslash
3382 le
3383 \end_layout
3384
3385 \end_inset
3386 </cell>
3387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3388 \begin_inset Text
3389
3390 \begin_layout Plain Layout
3391 \begin_inset Formula $\not\le$
3392 \end_inset
3393
3394
3395 \end_layout
3396
3397 \end_inset
3398 </cell>
3399 </row>
3400 <row>
3401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3402 \begin_inset Text
3403
3404 \begin_layout Plain Layout
3405
3406 \backslash
3407 not 
3408 \backslash
3409 parallel
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 \begin_inset Formula $\not\parallel$
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 </lyxtabular>
3428
3429 \end_inset
3430
3431
3432 \end_layout
3433
3434 \begin_layout Standard
3435 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3436  Deswegen gibt es für Einige spezielle Befehle (siehe 
3437 \begin_inset CommandInset ref
3438 LatexCommand ref
3439 reference "sub:Mathematische-Symbole"
3440
3441 \end_inset
3442
3443  und 
3444 \begin_inset CommandInset ref
3445 LatexCommand ref
3446 reference "sec:Relationen"
3447
3448 \end_inset
3449
3450 ).
3451 \end_layout
3452
3453 \begin_layout Subsection
3454 Platzhalter
3455 \begin_inset CommandInset label
3456 LatexCommand label
3457 name "sub:Platzhalter"
3458
3459 \end_inset
3460
3461
3462 \begin_inset Index idx
3463 status collapsed
3464
3465 \begin_layout Plain Layout
3466 Platzhalter
3467 \end_layout
3468
3469 \end_inset
3470
3471
3472 \begin_inset Index idx
3473 status collapsed
3474
3475 \begin_layout Plain Layout
3476 chemische Zeichen ! Isotope
3477 \end_layout
3478
3479 \end_inset
3480
3481
3482 \begin_inset Index idx
3483 status collapsed
3484
3485 \begin_layout Plain Layout
3486 Isotope|see
3487 \begin_inset ERT
3488 status collapsed
3489
3490 \begin_layout Plain Layout
3491
3492 {
3493 \end_layout
3494
3495 \end_inset
3496
3497 chemische Zeichen
3498 \begin_inset ERT
3499 status collapsed
3500
3501 \begin_layout Plain Layout
3502
3503 }
3504 \end_layout
3505
3506 \end_inset
3507
3508
3509 \end_layout
3510
3511 \end_inset
3512
3513
3514 \end_layout
3515
3516 \begin_layout Standard
3517 Möchte man z.
3518 \begin_inset space \thinspace{}
3519 \end_inset
3520
3521 B.
3522  Isotope
3523 \begin_inset Foot
3524 status collapsed
3525
3526 \begin_layout Plain Layout
3527 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3528 \begin_inset CommandInset ref
3529 LatexCommand ref
3530 reference "sub:Chemische-Symbole-und"
3531
3532 \end_inset
3533
3534  beschrieben.
3535 \end_layout
3536
3537 \end_inset
3538
3539  darstellen, tritt folgendes Problem auf:
3540 \end_layout
3541
3542 \begin_layout Standard
3543 \align center
3544 \begin_inset Tabular
3545 <lyxtabular version="3" rows="2" columns="2">
3546 <features tabularvalignment="middle">
3547 <column alignment="center" valignment="top" width="0pt">
3548 <column alignment="center" valignment="top" width="0pt">
3549 <row>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 durch Hoch- und Tiefstellen erzeugte Indizes:
3555 \end_layout
3556
3557 \end_inset
3558 </cell>
3559 <cell alignment="center" valignment="top" usebox="none">
3560 \begin_inset Text
3561
3562 \begin_layout Plain Layout
3563 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3564 \end_inset
3565
3566
3567 \end_layout
3568
3569 \end_inset
3570 </cell>
3571 </row>
3572 <row>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 korrekte Indizes:
3578 \end_layout
3579
3580 \end_inset
3581 </cell>
3582 <cell alignment="center" valignment="top" usebox="none">
3583 \begin_inset Text
3584
3585 \begin_layout Plain Layout
3586 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3587 \end_inset
3588
3589
3590 \end_layout
3591
3592 \end_inset
3593 </cell>
3594 </row>
3595 </lyxtabular>
3596
3597 \end_inset
3598
3599
3600 \begin_inset Note Note
3601 status collapsed
3602
3603 \begin_layout Plain Layout
3604
3605 \series bold
3606
3607 \backslash
3608 raisebox
3609 \series default
3610  dient nur
3611 \end_layout
3612
3613 \begin_layout Plain Layout
3614 als Abstandhalter.
3615 \end_layout
3616
3617 \end_inset
3618
3619
3620 \end_layout
3621
3622 \begin_layout Standard
3623 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3624  längeren Index gesetzt.
3625  Um das zu verhindern gibt es den Befehl 
3626 \series bold
3627
3628 \backslash
3629 phantom
3630 \series default
3631
3632 \begin_inset Index idx
3633 status collapsed
3634
3635 \begin_layout Plain Layout
3636 Befehle ! P ! 
3637 \backslash
3638 phantom
3639 \end_layout
3640
3641 \end_inset
3642
3643  oder den Mathe-Werkzeugleistenknopf
3644 \begin_inset space \thinspace{}
3645 \end_inset
3646
3647
3648 \begin_inset Foot
3649 status collapsed
3650
3651 \begin_layout Plain Layout
3652 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3653 \begin_inset Graphics
3654         filename ../../images/math/space.png
3655         scale 85
3656
3657 \end_inset
3658
3659
3660 \end_layout
3661
3662 \end_inset
3663
3664  
3665 \begin_inset Graphics
3666         filename ../../images/math/phantom.png
3667         scale 85
3668
3669 \end_inset
3670
3671 , der ein oder mehrere Phantomzeichen erstellt.
3672  Wenn 
3673 \series bold
3674
3675 \backslash
3676 phantom
3677 \series default
3678  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3679  Pfeilen überlagert wird.
3680  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3681  als Leerraum erstellt wird.
3682  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3683  Zeichen.
3684 \end_layout
3685
3686 \begin_layout Standard
3687 \align center
3688 \begin_inset Tabular
3689 <lyxtabular version="3" rows="4" columns="2">
3690 <features tabularvalignment="middle">
3691 <column alignment="center" valignment="top" width="0">
3692 <column alignment="center" valignment="top" width="0">
3693 <row>
3694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Befehl
3699 \end_layout
3700
3701 \end_inset
3702 </cell>
3703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3704 \begin_inset Text
3705
3706 \begin_layout Plain Layout
3707 Ergebnis
3708 \begin_inset Note Note
3709 status collapsed
3710
3711 \begin_layout Plain Layout
3712
3713 \series bold
3714
3715 \backslash
3716 raisebox
3717 \series default
3718  dient nur als Abstandhalter.
3719 \end_layout
3720
3721 \end_inset
3722
3723
3724 \end_layout
3725
3726 \end_inset
3727 </cell>
3728 </row>
3729 <row>
3730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3731 \begin_inset Text
3732
3733 \begin_layout Plain Layout
3734 ^19
3735 \begin_inset ERT
3736 status collapsed
3737
3738 \begin_layout Plain Layout
3739
3740
3741 \backslash
3742 leer 
3743 \end_layout
3744
3745 \end_inset
3746
3747 _
3748 \backslash
3749 phantom
3750 \begin_inset ERT
3751 status collapsed
3752
3753 \begin_layout Plain Layout
3754
3755
3756 \backslash
3757 leer 
3758 \end_layout
3759
3760 \end_inset
3761
3762 1
3763 \begin_inset Formula $\to$
3764 \end_inset
3765
3766 9
3767 \begin_inset ERT
3768 status collapsed
3769
3770 \begin_layout Plain Layout
3771
3772
3773 \backslash
3774 leer 
3775 \end_layout
3776
3777 \end_inset
3778
3779 F
3780 \end_layout
3781
3782 \end_inset
3783 </cell>
3784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3785 \begin_inset Text
3786
3787 \begin_layout Plain Layout
3788 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3789 \end_inset
3790
3791
3792 \end_layout
3793
3794 \end_inset
3795 </cell>
3796 </row>
3797 <row>
3798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3799 \begin_inset Text
3800
3801 \begin_layout Plain Layout
3802 ^235
3803 \begin_inset ERT
3804 status collapsed
3805
3806 \begin_layout Plain Layout
3807
3808
3809 \backslash
3810 leer 
3811 \end_layout
3812
3813 \end_inset
3814
3815 _
3816 \backslash
3817 phantom
3818 \begin_inset ERT
3819 status collapsed
3820
3821 \begin_layout Plain Layout
3822
3823
3824 \backslash
3825 leer 
3826 \end_layout
3827
3828 \end_inset
3829
3830 23
3831 \begin_inset Formula $\to$
3832 \end_inset
3833
3834 9
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 leer 
3843 \end_layout
3844
3845 \end_inset
3846
3847 F
3848 \end_layout
3849
3850 \end_inset
3851 </cell>
3852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3853 \begin_inset Text
3854
3855 \begin_layout Plain Layout
3856 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3857 \end_inset
3858
3859
3860 \end_layout
3861
3862 \end_inset
3863 </cell>
3864 </row>
3865 <row>
3866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3867 \begin_inset Text
3868
3869 \begin_layout Plain Layout
3870
3871 \backslash
3872 Lambda^
3873 \begin_inset ERT
3874 status collapsed
3875
3876 \begin_layout Plain Layout
3877
3878
3879 \backslash
3880 leer 
3881 \end_layout
3882
3883 \end_inset
3884
3885
3886 \backslash
3887 phantom
3888 \begin_inset ERT
3889 status collapsed
3890
3891 \begin_layout Plain Layout
3892
3893
3894 \backslash
3895 leer 
3896 \end_layout
3897
3898 \end_inset
3899
3900 ii
3901 \begin_inset Formula $\to$
3902 \end_inset
3903
3904 t
3905 \begin_inset ERT
3906 status collapsed
3907
3908 \begin_layout Plain Layout
3909
3910
3911 \backslash
3912 leer 
3913 \end_layout
3914
3915 \end_inset
3916
3917 _MMt
3918 \end_layout
3919
3920 \end_inset
3921 </cell>
3922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3927 \end_inset
3928
3929
3930 \end_layout
3931
3932 \end_inset
3933 </cell>
3934 </row>
3935 </lyxtabular>
3936
3937 \end_inset
3938
3939
3940 \end_layout
3941
3942 \begin_layout Standard
3943 Des Weiteren gibt es noch die Befehle 
3944 \series bold
3945
3946 \backslash
3947 vphantom
3948 \series default
3949
3950 \begin_inset Index idx
3951 status collapsed
3952
3953 \begin_layout Plain Layout
3954 Befehle ! V ! 
3955 \backslash
3956 vphantom
3957 \end_layout
3958
3959 \end_inset
3960
3961  (Werkzeugleistenknopf 
3962 \begin_inset space ~
3963 \end_inset
3964
3965
3966 \begin_inset Graphics
3967         filename ../../images/math/vphantom.png
3968         scale 85
3969
3970 \end_inset
3971
3972 ) und 
3973 \series bold
3974
3975 \backslash
3976 hphantom
3977 \series default
3978
3979 \begin_inset Index idx
3980 status collapsed
3981
3982 \begin_layout Plain Layout
3983 Befehle ! H ! 
3984 \backslash
3985 hphantom
3986 \end_layout
3987
3988 \end_inset
3989
3990  (Werkzeugleistenknopf 
3991 \begin_inset space ~
3992 \end_inset
3993
3994
3995 \begin_inset Graphics
3996         filename ../../images/math/hphantom.png
3997         scale 85
3998
3999 \end_inset
4000
4001 ).
4002  
4003 \series bold
4004
4005 \backslash
4006 hphantom
4007 \series default
4008  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4009  nicht jedoch für deren Breite.
4010  Bei 
4011 \series bold
4012
4013 \backslash
4014 vphantom
4015 \series default
4016  wird nur Platz mit der Breite des Kästchens erstellt.
4017  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4018 \end_layout
4019
4020 \begin_layout Standard
4021 Zum Beispiel erzeugt 
4022 \series bold
4023
4024 \backslash
4025 vphantom
4026 \series default
4027
4028 \begin_inset ERT
4029 status collapsed
4030
4031 \begin_layout Plain Layout
4032
4033
4034 \backslash
4035 leer 
4036 \end_layout
4037
4038 \end_inset
4039
4040
4041 \series bold
4042 a
4043 \backslash
4044 int
4045 \series default
4046  Platz der Höhe des Integralzeichens,
4047 \begin_inset Foot
4048 status collapsed
4049
4050 \begin_layout Plain Layout
4051 Der Befehl 
4052 \series bold
4053
4054 \backslash
4055 int
4056 \series default
4057  erzeugt ein Integralzeichen, siehe 
4058 \begin_inset CommandInset ref
4059 LatexCommand ref
4060 reference "sub:Große-Operatoren"
4061
4062 \end_inset
4063
4064 .
4065 \end_layout
4066
4067 \end_inset
4068
4069  da dieses das größere Zeichen ist.
4070  Eine Beispielanwendung ist in 
4071 \begin_inset CommandInset ref
4072 LatexCommand ref
4073 reference "sub:Mehrzeilige-Klammern"
4074
4075 \end_inset
4076
4077  zu finden.
4078 \end_layout
4079
4080 \begin_layout Standard
4081 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4082  
4083 \family sans
4084 Einfügen\SpecialChar \menuseparator
4085 Formatierung\SpecialChar \menuseparator
4086 Phantom
4087 \family default
4088  eingefügt werden:
4089 \end_layout
4090
4091 \begin_layout Standard
4092 Dies ist ein Satz.
4093 \begin_inset Newline newline
4094 \end_inset
4095
4096
4097 \begin_inset Phantom Phantom
4098 status open
4099
4100 \begin_layout Plain Layout
4101 Dies
4102 \end_layout
4103
4104 \end_inset
4105
4106  ist ein Satz.
4107 \end_layout
4108
4109 \begin_layout Subsection
4110 Linien
4111 \begin_inset Index idx
4112 status collapsed
4113
4114 \begin_layout Plain Layout
4115 Linien
4116 \end_layout
4117
4118 \end_inset
4119
4120
4121 \begin_inset Index idx
4122 status collapsed
4123
4124 \begin_layout Plain Layout
4125 Formel ! unterstrichene
4126 \end_layout
4127
4128 \end_inset
4129
4130
4131 \end_layout
4132
4133 \begin_layout Standard
4134 \align center
4135 \begin_inset Tabular
4136 <lyxtabular version="3" rows="4" columns="2">
4137 <features tabularvalignment="middle">
4138 <column alignment="center" valignment="top" width="0pt">
4139 <column alignment="center" valignment="top" width="0pt">
4140 <row>
4141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4142 \begin_inset Text
4143
4144 \begin_layout Plain Layout
4145 Befehl
4146 \end_layout
4147
4148 \end_inset
4149 </cell>
4150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4151 \begin_inset Text
4152
4153 \begin_layout Plain Layout
4154 Ergebnis
4155 \begin_inset Note Note
4156 status collapsed
4157
4158 \begin_layout Plain Layout
4159
4160 \series bold
4161
4162 \backslash
4163 raisebox
4164 \series default
4165  dient nur als Abstandhalter.
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 </row>
4176 <row>
4177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4178 \begin_inset Text
4179
4180 \begin_layout Plain Layout
4181
4182 \backslash
4183 overline
4184 \begin_inset ERT
4185 status collapsed
4186
4187 \begin_layout Plain Layout
4188
4189
4190 \backslash
4191 leer 
4192 \end_layout
4193
4194 \end_inset
4195
4196 A+B
4197 \begin_inset Index idx
4198 status collapsed
4199
4200 \begin_layout Plain Layout
4201 Befehle ! O ! 
4202 \backslash
4203 overline
4204 \end_layout
4205
4206 \end_inset
4207
4208
4209 \end_layout
4210
4211 \end_inset
4212 </cell>
4213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4214 \begin_inset Text
4215
4216 \begin_layout Plain Layout
4217 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 </row>
4226 <row>
4227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4228 \begin_inset Text
4229
4230 \begin_layout Plain Layout
4231
4232 \backslash
4233 underline
4234 \begin_inset ERT
4235 status collapsed
4236
4237 \begin_layout Plain Layout
4238
4239
4240 \backslash
4241 leer 
4242 \end_layout
4243
4244 \end_inset
4245
4246 A+B
4247 \begin_inset Index idx
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251 Befehle ! U ! 
4252 \backslash
4253 underline
4254 \end_layout
4255
4256 \end_inset
4257
4258
4259 \end_layout
4260
4261 \end_inset
4262 </cell>
4263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4264 \begin_inset Text
4265
4266 \begin_layout Plain Layout
4267 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4268 \end_inset
4269
4270
4271 \end_layout
4272
4273 \end_inset
4274 </cell>
4275 </row>
4276 <row>
4277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4278 \begin_inset Text
4279
4280 \begin_layout Plain Layout
4281
4282 \backslash
4283 overline
4284 \begin_inset ERT
4285 status collapsed
4286
4287 \begin_layout Plain Layout
4288
4289
4290 \backslash
4291 leer 
4292 \end_layout
4293
4294 \end_inset
4295
4296
4297 \backslash
4298 underline
4299 \begin_inset ERT
4300 status collapsed
4301
4302 \begin_layout Plain Layout
4303
4304
4305 \backslash
4306 leer 
4307 \end_layout
4308
4309 \end_inset
4310
4311 A+B
4312 \end_layout
4313
4314 \end_inset
4315 </cell>
4316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4317 \begin_inset Text
4318
4319 \begin_layout Plain Layout
4320 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4321 \end_inset
4322
4323
4324 \end_layout
4325
4326 \end_inset
4327 </cell>
4328 </row>
4329 </lyxtabular>
4330
4331 \end_inset
4332
4333
4334 \end_layout
4335
4336 \begin_layout Standard
4337 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4338 \series bold
4339
4340 \backslash
4341 overline
4342 \series default
4343  oder 
4344 \series bold
4345
4346 \backslash
4347 underline
4348 \series default
4349  eingibt.
4350 \end_layout
4351
4352 \begin_layout Standard
4353 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4354 \begin_inset Newline linebreak
4355 \end_inset
4356
4357
4358 \series bold
4359
4360 \backslash
4361 underline
4362 \series default
4363 .
4364 \end_layout
4365
4366 \begin_layout Standard
4367 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4368 \end_layout
4369
4370 \begin_layout Standard
4371 \begin_inset VSpace bigskip
4372 \end_inset
4373
4374 Benutzerdefinierte Linien können mit dem Befehl 
4375 \series bold
4376
4377 \backslash
4378 rule
4379 \series default
4380
4381 \begin_inset Index idx
4382 status collapsed
4383
4384 \begin_layout Plain Layout
4385 Befehle! R ! 
4386 \backslash
4387 rule
4388 \end_layout
4389
4390 \end_inset
4391
4392  erstellt werden, der folgendes Schema besitzt:
4393 \end_layout
4394
4395 \begin_layout Standard
4396
4397 \series bold
4398
4399 \backslash
4400 rule[vertikaler Versatz]{Länge}{Dicke}
4401 \end_layout
4402
4403 \begin_layout Standard
4404 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4405  unten, wenn der Wert negativ ist).
4406  Die Einheiten, die in 
4407 \begin_inset CommandInset ref
4408 LatexCommand ref
4409 reference "tab:Verfügbare-Einheiten"
4410
4411 \end_inset
4412
4413  aufgelistet sind, können für die Werte benutzt werden.
4414  Hier sind zwei Beispiele, die mit den Befehlen
4415 \begin_inset Newline newline
4416 \end_inset
4417
4418
4419 \series bold
4420
4421 \backslash
4422 rule[-2ex]{3cm}{2pt}
4423 \series default
4424  und 
4425 \series bold
4426
4427 \backslash
4428 rule{2cm}{1pt}
4429 \series default
4430  erzeugt wurden:
4431 \end_layout
4432
4433 \begin_layout Standard
4434 Dies ist ein Satz 
4435 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4436 \end_inset
4437
4438  mit zwei Linien.
4439 \end_layout
4440
4441 \begin_layout Standard
4442
4443 \series bold
4444
4445 \backslash
4446 rule
4447 \series default
4448  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4449 \family sans
4450 Einfügen\SpecialChar \menuseparator
4451 Formatierung\SpecialChar \menuseparator
4452 Horizontale
4453 \begin_inset space ~
4454 \end_inset
4455
4456 Line
4457 \family default
4458  eingefügt wird:
4459 \end_layout
4460
4461 \begin_layout Standard
4462 Dies ist ein Satz 
4463 \begin_inset CommandInset line
4464 LatexCommand rule
4465 offset "0.5ex"
4466 width "3cm"
4467 height "1pt"
4468
4469 \end_inset
4470
4471  mit einer Linie.
4472 \end_layout
4473
4474 \begin_layout Subsection
4475 Fortsetzungspunkte
4476 \begin_inset CommandInset label
4477 LatexCommand label
4478 name "sub:Fortsetzungspunkte"
4479
4480 \end_inset
4481
4482
4483 \begin_inset Index idx
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487 Fortsetzungspunkte
4488 \end_layout
4489
4490 \end_inset
4491
4492
4493 \end_layout
4494
4495 \begin_layout Standard
4496 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4497 \begin_inset Foot
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4502 \begin_inset Graphics
4503         filename ../../images/math/ldots.png
4504         scale 85
4505
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512
4513  Für Aufzählungen verwendet man unten sitzende Punkte (
4514 \series bold
4515
4516 \backslash
4517 ldots
4518 \series default
4519
4520 \begin_inset Index idx
4521 status collapsed
4522
4523 \begin_layout Plain Layout
4524 Befehle ! L ! 
4525 \backslash
4526 ldots
4527 \end_layout
4528
4529 \end_inset
4530
4531 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4532  die Operatoren sind (
4533 \series bold
4534
4535 \backslash
4536 cdots
4537 \series default
4538
4539 \begin_inset Index idx
4540 status collapsed
4541
4542 \begin_layout Plain Layout
4543 Befehle ! C ! 
4544 \backslash
4545 cdots
4546 \end_layout
4547
4548 \end_inset
4549
4550 ).
4551  Verwendet man den Befehl 
4552 \series bold
4553
4554 \backslash
4555 dots
4556 \series default
4557
4558 \begin_inset Index idx
4559 status collapsed
4560
4561 \begin_layout Plain Layout
4562 Befehle ! D ! 
4563 \backslash
4564 dots
4565 \end_layout
4566
4567 \end_inset
4568
4569 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4570  wird.
4571 \end_layout
4572
4573 \begin_layout Standard
4574 \align center
4575 \begin_inset Tabular
4576 <lyxtabular version="3" rows="9" columns="2">
4577 <features tabularvalignment="middle">
4578 <column alignment="center" valignment="top" width="0pt">
4579 <column alignment="center" valignment="top" width="0pt">
4580 <row>
4581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4582 \begin_inset Text
4583
4584 \begin_layout Plain Layout
4585 Befehl
4586 \end_layout
4587
4588 \end_inset
4589 </cell>
4590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4591 \begin_inset Text
4592
4593 \begin_layout Plain Layout
4594 Ergebnis
4595 \end_layout
4596
4597 \end_inset
4598 </cell>
4599 </row>
4600 <row>
4601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4602 \begin_inset Text
4603
4604 \begin_layout Plain Layout
4605 A_1
4606 \begin_inset ERT
4607 status collapsed
4608
4609 \begin_layout Plain Layout
4610
4611
4612 \backslash
4613 leer 
4614 \end_layout
4615
4616 \end_inset
4617
4618 ,
4619 \backslash
4620 dots
4621 \begin_inset ERT
4622 status collapsed
4623
4624 \begin_layout Plain Layout
4625
4626
4627 \backslash
4628 leer 
4629 \end_layout
4630
4631 \end_inset
4632
4633 ,A_n
4634 \end_layout
4635
4636 \end_inset
4637 </cell>
4638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4639 \begin_inset Text
4640
4641 \begin_layout Plain Layout
4642 \begin_inset Formula $A_{1},\dots,A_{n}$
4643 \end_inset
4644
4645
4646 \end_layout
4647
4648 \end_inset
4649 </cell>
4650 </row>
4651 <row>
4652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4653 \begin_inset Text
4654
4655 \begin_layout Plain Layout
4656 A_1
4657 \begin_inset ERT
4658 status collapsed
4659
4660 \begin_layout Plain Layout
4661
4662
4663 \backslash
4664 leer 
4665 \end_layout
4666
4667 \end_inset
4668
4669 +
4670 \backslash
4671 dots
4672 \begin_inset ERT
4673 status collapsed
4674
4675 \begin_layout Plain Layout
4676
4677
4678 \backslash
4679 leer 
4680 \end_layout
4681
4682 \end_inset
4683
4684 +A_n
4685 \end_layout
4686
4687 \end_inset
4688 </cell>
4689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4690 \begin_inset Text
4691
4692 \begin_layout Plain Layout
4693 \begin_inset Formula $A_{1}+\dots+A_{n}$
4694 \end_inset
4695
4696
4697 \end_layout
4698
4699 \end_inset
4700 </cell>
4701 </row>
4702 <row>
4703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4704 \begin_inset Text
4705
4706 \begin_layout Plain Layout
4707 A_1
4708 \begin_inset ERT
4709 status collapsed
4710
4711 \begin_layout Plain Layout
4712
4713
4714 \backslash
4715 leer 
4716 \end_layout
4717
4718 \end_inset
4719
4720 ,
4721 \backslash
4722 ldots
4723 \begin_inset ERT
4724 status collapsed
4725
4726 \begin_layout Plain Layout
4727
4728
4729 \backslash
4730 leer 
4731 \end_layout
4732
4733 \end_inset
4734
4735 ,A_n
4736 \end_layout
4737
4738 \end_inset
4739 </cell>
4740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4741 \begin_inset Text
4742
4743 \begin_layout Plain Layout
4744 \begin_inset Formula $A_{1},\ldots,A_{n}$
4745 \end_inset
4746
4747
4748 \end_layout
4749
4750 \end_inset
4751 </cell>
4752 </row>
4753 <row>
4754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4755 \begin_inset Text
4756
4757 \begin_layout Plain Layout
4758 A_1
4759 \begin_inset ERT
4760 status collapsed
4761
4762 \begin_layout Plain Layout
4763
4764
4765 \backslash
4766 leer 
4767 \end_layout
4768
4769 \end_inset
4770
4771 +
4772 \backslash
4773 cdots
4774 \begin_inset ERT
4775 status collapsed
4776
4777 \begin_layout Plain Layout
4778
4779
4780 \backslash
4781 leer 
4782 \end_layout
4783
4784 \end_inset
4785
4786 +A_n
4787 \end_layout
4788
4789 \end_inset
4790 </cell>
4791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4792 \begin_inset Text
4793
4794 \begin_layout Plain Layout
4795 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4796 \end_inset
4797
4798
4799 \end_layout
4800
4801 \end_inset
4802 </cell>
4803 </row>
4804 <row>
4805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4806 \begin_inset Text
4807
4808 \begin_layout Plain Layout
4809
4810 \backslash
4811 vdots
4812 \end_layout
4813
4814 \end_inset
4815 </cell>
4816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4817 \begin_inset Text
4818
4819 \begin_layout Plain Layout
4820 \begin_inset Formula $\vdots$
4821 \end_inset
4822
4823
4824 \end_layout
4825
4826 \end_inset
4827 </cell>
4828 </row>
4829 <row>
4830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4831 \begin_inset Text
4832
4833 \begin_layout Plain Layout
4834
4835 \backslash
4836 ddots
4837 \end_layout
4838
4839 \end_inset
4840 </cell>
4841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4842 \begin_inset Text
4843
4844 \begin_layout Plain Layout
4845 \begin_inset Formula $\ddots$
4846 \end_inset
4847
4848
4849 \end_layout
4850
4851 \end_inset
4852 </cell>
4853 </row>
4854 <row>
4855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4856 \begin_inset Text
4857
4858 \begin_layout Plain Layout
4859
4860 \backslash
4861 iddots
4862 \end_layout
4863
4864 \end_inset
4865 </cell>
4866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4867 \begin_inset Text
4868
4869 \begin_layout Plain Layout
4870 \begin_inset Formula $\iddots$
4871 \end_inset
4872
4873
4874 \end_layout
4875
4876 \end_inset
4877 </cell>
4878 </row>
4879 <row>
4880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4881 \begin_inset Text
4882
4883 \begin_layout Plain Layout
4884 3
4885 \series bold
4886 ×
4887 \series default
4888 3
4889 \begin_inset space \thinspace{}
4890 \end_inset
4891
4892 Matrix mit obigen Befehlen
4893 \end_layout
4894
4895 \end_inset
4896 </cell>
4897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4898 \begin_inset Text
4899
4900 \begin_layout Plain Layout
4901 \begin_inset Formula $\begin{array}{ccc}
4902 A_{11} & \cdots & A_{1m}\\
4903 \vdots & \ddots & \vdots\\
4904 A_{n1} & \cdots & A_{nm}
4905 \end{array}$
4906 \end_inset
4907
4908
4909 \end_layout
4910
4911 \end_inset
4912 </cell>
4913 </row>
4914 </lyxtabular>
4915
4916 \end_inset
4917
4918
4919 \end_layout
4920
4921 \begin_layout Standard
4922 Die im Menü 
4923 \family sans
4924 Einfügen\SpecialChar \menuseparator
4925 Sonderzeichen
4926 \family default
4927  verfügbaren Fortsetzungspunkte sind 
4928 \series bold
4929
4930 \backslash
4931 ldots
4932 \series default
4933 .
4934 \end_layout
4935
4936 \begin_layout Standard
4937
4938 \lang english
4939 \begin_inset VSpace medskip
4940 \end_inset
4941
4942
4943 \lang ngerman
4944 Um 
4945 \series bold
4946
4947 \backslash
4948 iddots
4949 \series default
4950  nutzen zu können, muss eine der Optionen 
4951 \family sans
4952 Mathdots Paket (automatisch) verwenden 
4953 \family default
4954 in den Dokumenteinstellungen unter 
4955 \family sans
4956 Mathe-Optionen
4957 \family default
4958  gewählt sein.
4959 \begin_inset Newline newline
4960 \end_inset
4961
4962 Die Option 
4963 \family sans
4964 Mathdots Paket verwenden
4965 \family default
4966  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4967  Schriftstil oder die Schriftgröße nicht Standard sind.
4968 \end_layout
4969
4970 \begin_layout Standard
4971 \begin_inset VSpace medskip
4972 \end_inset
4973
4974 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4975  Spalten erstrecken.
4976  Man erhält sie mit dem Befehl 
4977 \series bold
4978
4979 \backslash
4980 hdotsfor
4981 \series default
4982
4983 \begin_inset Index idx
4984 status collapsed
4985
4986 \begin_layout Plain Layout
4987 Befehle ! H ! 
4988 \backslash
4989 hdotsfor
4990 \end_layout
4991
4992 \end_inset
4993
4994 , der folgendes Schema besitzt:
4995 \end_layout
4996
4997 \begin_layout Standard
4998
4999 \series bold
5000
5001 \backslash
5002 hdotsfor[Abstand]{Anzahl der Spalten}
5003 \end_layout
5004
5005 \begin_layout Standard
5006 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5007  sollen.
5008  Abstand ist ein Faktor, der den Punktabstand festlegt.
5009 \end_layout
5010
5011 \begin_layout Standard
5012 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5013  
5014 \series bold
5015
5016 \backslash
5017 hdotsfor[2]{4}
5018 \series default
5019  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5020  beim Befehl 
5021 \series bold
5022
5023 \backslash
5024 dots
5025 \series default
5026  zu erhalten:
5027 \begin_inset Formula \[
5028 \left(\begin{array}{cccc}
5029 A & B & C & D\\
5030 \hdotsfor[2]{4}\\
5031 q & w & e & r
5032 \end{array}\right)
5033 \]
5034
5035 \end_inset
5036
5037 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5038  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5039 \end_layout
5040
5041 \begin_layout Standard
5042 \begin_inset VSpace bigskip
5043 \end_inset
5044
5045 Des Weiteren kann man mit dem Befehl 
5046 \series bold
5047
5048 \backslash
5049 dotfill
5050 \series default
5051
5052 \begin_inset Index idx
5053 status collapsed
5054
5055 \begin_layout Plain Layout
5056 Befehle ! D ! 
5057 \backslash
5058 dotfill
5059 \end_layout
5060
5061 \end_inset
5062
5063  den Rest einer Zeile mit Punkten füllen.
5064  Die Wirkungsweise des Befehls entspricht der von 
5065 \series bold
5066
5067 \backslash
5068 hfill
5069 \series default
5070 , siehe 
5071 \begin_inset CommandInset ref
5072 LatexCommand ref
5073 reference "sub:Variabler-Leerraum"
5074
5075 \end_inset
5076
5077 .
5078 \end_layout
5079
5080 \begin_layout Standard
5081 Z.
5082 \begin_inset space \thinspace{}
5083 \end_inset
5084
5085 B.
5086  ergibt der Befehl 
5087 \series bold
5088 A
5089 \backslash
5090 dotfill
5091 \begin_inset ERT
5092 status collapsed
5093
5094 \begin_layout Plain Layout
5095
5096
5097 \backslash
5098 leer 
5099 \end_layout
5100
5101 \end_inset
5102
5103 B
5104 \end_layout
5105
5106 \begin_layout Standard
5107 \begin_inset Formula $A\dotfill B$
5108 \end_inset
5109
5110
5111 \end_layout
5112
5113 \begin_layout Standard
5114 Analog dazu gibt es für eine Linie den Befehl 
5115 \series bold
5116
5117 \backslash
5118 hrulefill
5119 \series default
5120
5121 \begin_inset Index idx
5122 status collapsed
5123
5124 \begin_layout Plain Layout
5125 Befehle ! H ! 
5126 \backslash
5127 hrulefill
5128 \end_layout
5129
5130 \end_inset
5131
5132 :
5133 \end_layout
5134
5135 \begin_layout Standard
5136 \begin_inset Formula $A\hrulefill B$
5137 \end_inset
5138
5139
5140 \end_layout
5141
5142 \begin_layout Standard
5143 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5144  werden.
5145 \end_layout
5146
5147 \begin_layout Section
5148 Matrizen
5149 \begin_inset CommandInset label
5150 LatexCommand label
5151 name "sec:Matrizen"
5152
5153 \end_inset
5154
5155
5156 \begin_inset Index idx
5157 status collapsed
5158
5159 \begin_layout Plain Layout
5160 Matrizen
5161 \end_layout
5162
5163 \end_inset
5164
5165
5166 \end_layout
5167
5168 \begin_layout Standard
5169 Matrizen können über den Mathe-Werkzeugleistenknopf
5170 \family sans
5171  
5172 \family default
5173
5174 \begin_inset Graphics
5175         filename ../../images/dialog-show_mathmatrix.png
5176         scale 85
5177
5178 \end_inset
5179
5180  oder das Menü 
5181 \family sans
5182 Einfügen\SpecialChar \menuseparator
5183 Mathe\SpecialChar \menuseparator
5184 Matrix
5185 \family default
5186  eingefügt werden.
5187  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5188  Verzierung gefragt.
5189  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5190  von Bedeutung:
5191 \end_layout
5192
5193 \begin_layout Standard
5194 Die erste Matrix ist oben 
5195 \begin_inset Formula $\begin{array}[t]{cccc}
5196 A & D & G & J\\
5197 B & E & H & K\\
5198 C & F & I & L
5199 \end{array}$
5200 \end_inset
5201
5202 , die zweite mittig 
5203 \begin_inset Formula $\begin{array}{cccc}
5204 A & D & G & J\\
5205 B & E & H & K\\
5206 C & F & I & L
5207 \end{array}$
5208 \end_inset
5209
5210  und die dritte unten 
5211 \begin_inset Formula $\begin{array}[b]{cccc}
5212 A & D & G & J\\
5213 B & E & H & K\\
5214 C & F & I & L
5215 \end{array}$
5216 \end_inset
5217
5218  ausgerichtet.
5219 \end_layout
5220
5221 \begin_layout Standard
5222 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5223  werden sollen.
5224  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5225  
5226 \emph on
5227 l
5228 \emph default
5229  steht für linksbündig, 
5230 \emph on
5231 c
5232 \emph default
5233  für mittig und 
5234 \emph on
5235 r
5236 \emph default
5237  für rechtsbündig.
5238  Möchte man z.
5239 \begin_inset space \thinspace{}
5240 \end_inset
5241
5242 B.
5243  eine 4
5244 \series bold
5245 ×
5246 \series default
5247 4
5248 \begin_inset space ~
5249 \end_inset
5250
5251 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5252  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5253  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5254 \series bold
5255 lccr
5256 \series default
5257  an.
5258  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5259  die Voreinstellung für jede Spalte ein 
5260 \series bold
5261 c
5262 \series default
5263  ist.
5264 \end_layout
5265
5266 \begin_layout Standard
5267 Horizontale Ausrichtung:
5268 \end_layout
5269
5270 \begin_layout Standard
5271
5272 \series bold
5273 lll
5274 \series default
5275  : 
5276 \begin_inset Formula $\begin{array}{lll}
5277 10000 & D & G\\
5278 B & 10000 & H\\
5279 C & F & 10000
5280 \end{array}$
5281 \end_inset
5282
5283  , 
5284 \series bold
5285 ccc
5286 \series default
5287  : 
5288 \begin_inset Formula $\begin{array}{ccc}
5289 10000 & D & G\\
5290 B & 10000 & H\\
5291 C & F & 10000
5292 \end{array}$
5293 \end_inset
5294
5295  , 
5296 \series bold
5297 rrr
5298 \series default
5299  : 
5300 \begin_inset Formula $\begin{array}{rrr}
5301 10000 & D & G\\
5302 B & 10000 & H\\
5303 C & F & 10000
5304 \end{array}$
5305 \end_inset
5306
5307
5308 \end_layout
5309
5310 \begin_layout Standard
5311 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5312  man die Mathe-Werkzeugleistenknöpfe 
5313 \begin_inset Graphics
5314         filename ../../images/tabular-feature_append-row.png
5315         scale 85
5316
5317 \end_inset
5318
5319
5320 \begin_inset Graphics
5321         filename ../../images/tabular-feature_delete-row.png
5322         scale 85
5323
5324 \end_inset
5325
5326 , usw.
5327 \begin_inset space \space{}
5328 \end_inset
5329
5330 oder das Menü 
5331 \family sans
5332 Bearbeiten\SpecialChar \menuseparator
5333 Zeilen & Spalten
5334 \family default
5335  verwenden.
5336  Neue Zeilen können auch mit 
5337 \family sans
5338 Strg+Enter
5339 \family default
5340  erstellt werden.
5341 \end_layout
5342
5343 \begin_layout Standard
5344 \begin_inset VSpace bigskip
5345 \end_inset
5346
5347 Die 
5348 \family sans
5349 Verzierung
5350 \family default
5351  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5352  Alternativ können Klammern entweder mit den Befehlen 
5353 \series bold
5354
5355 \backslash
5356 left
5357 \series default
5358
5359 \begin_inset Index idx
5360 status collapsed
5361
5362 \begin_layout Plain Layout
5363 Befehle ! L ! 
5364 \backslash
5365 left
5366 \end_layout
5367
5368 \end_inset
5369
5370  und 
5371 \series bold
5372
5373 \backslash
5374 right
5375 \series default
5376
5377 \begin_inset Index idx
5378 status collapsed
5379
5380 \begin_layout Plain Layout
5381 Befehle ! R ! 
5382 \backslash
5383 right
5384 \end_layout
5385
5386 \end_inset
5387
5388  erstellt werden (Tastenkürzel 
5389 \family sans
5390 Alt+M
5391 \begin_inset space ~
5392 \end_inset
5393
5394 Klammer
5395 \family default
5396 ), siehe 
5397 \begin_inset CommandInset ref
5398 LatexCommand ref
5399 reference "sub:Automatische-Klammergrößen"
5400
5401 \end_inset
5402
5403 , oder man verwendet folgende Befehle:
5404 \begin_inset VSpace bigskip
5405 \end_inset
5406
5407
5408 \end_layout
5409
5410 \begin_layout Standard
5411 \begin_inset space \hfill{}
5412 \end_inset
5413
5414
5415 \begin_inset Tabular
5416 <lyxtabular version="3" rows="4" columns="2">
5417 <features tabularvalignment="middle">
5418 <column alignment="center" valignment="top" width="0">
5419 <column alignment="center" valignment="top" width="0">
5420 <row>
5421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5422 \begin_inset Text
5423
5424 \begin_layout Plain Layout
5425 Befehl
5426 \end_layout
5427
5428 \end_inset
5429 </cell>
5430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5431 \begin_inset Text
5432
5433 \begin_layout Plain Layout
5434 Ergebnis
5435 \end_layout
5436
5437 \end_inset
5438 </cell>
5439 </row>
5440 <row>
5441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5442 \begin_inset Text
5443
5444 \begin_layout Plain Layout
5445
5446 \backslash
5447 bmatrix
5448 \begin_inset ERT
5449 status collapsed
5450
5451 \begin_layout Plain Layout
5452
5453
5454 \backslash
5455 leer 
5456 \end_layout
5457
5458 \end_inset
5459
5460 2
5461 \series bold
5462 ×
5463 \series default
5464 2
5465 \begin_inset space \thinspace{}
5466 \end_inset
5467
5468 Matrix
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5478 0 & \textrm{-}\mathrm{i}\\
5479 \mathrm{i} & 0
5480 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5481 \end_inset
5482
5483
5484 \end_layout
5485
5486 \end_inset
5487 </cell>
5488 </row>
5489 <row>
5490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5491 \begin_inset Text
5492
5493 \begin_layout Plain Layout
5494
5495 \backslash
5496 Bmatrix
5497 \begin_inset ERT
5498 status collapsed
5499
5500 \begin_layout Plain Layout
5501
5502
5503 \backslash
5504 leer 
5505 \end_layout
5506
5507 \end_inset
5508
5509 2
5510 \series bold
5511 ×
5512 \series default
5513 2
5514 \begin_inset space \thinspace{}
5515 \end_inset
5516
5517 Matrix
5518 \end_layout
5519
5520 \end_inset
5521 </cell>
5522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5523 \begin_inset Text
5524
5525 \begin_layout Plain Layout
5526 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5527 0 & \textrm{-}\mathrm{i}\\
5528 \mathrm{i} & 0
5529 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5530 \end_inset
5531
5532
5533 \end_layout
5534
5535 \end_inset
5536 </cell>
5537 </row>
5538 <row>
5539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5540 \begin_inset Text
5541
5542 \begin_layout Plain Layout
5543
5544 \backslash
5545 pmatrix
5546 \begin_inset ERT
5547 status collapsed
5548
5549 \begin_layout Plain Layout
5550
5551
5552 \backslash
5553 leer 
5554 \end_layout
5555
5556 \end_inset
5557
5558 2
5559 \series bold
5560 ×
5561 \series default
5562 2
5563 \begin_inset space \thinspace{}
5564 \end_inset
5565
5566 Matrix
5567 \end_layout
5568
5569 \end_inset
5570 </cell>
5571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5572 \begin_inset Text
5573
5574 \begin_layout Plain Layout
5575 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5576 0 & \textrm{-}\mathrm{i}\\
5577 \mathrm{i} & 0
5578 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5579 \end_inset
5580
5581
5582 \end_layout
5583
5584 \end_inset
5585 </cell>
5586 </row>
5587 </lyxtabular>
5588
5589 \end_inset
5590
5591
5592 \begin_inset space \hfill{}
5593 \end_inset
5594
5595
5596 \begin_inset Tabular
5597 <lyxtabular version="3" rows="4" columns="2">
5598 <features tabularvalignment="middle">
5599 <column alignment="center" valignment="top" width="0">
5600 <column alignment="center" valignment="top" width="0">
5601 <row>
5602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5603 \begin_inset Text
5604
5605 \begin_layout Plain Layout
5606 Befehl
5607 \end_layout
5608
5609 \end_inset
5610 </cell>
5611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5612 \begin_inset Text
5613
5614 \begin_layout Plain Layout
5615 Ergebnis
5616 \end_layout
5617
5618 \end_inset
5619 </cell>
5620 </row>
5621 <row>
5622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5623 \begin_inset Text
5624
5625 \begin_layout Plain Layout
5626
5627 \backslash
5628 vmatrix
5629 \begin_inset ERT
5630 status collapsed
5631
5632 \begin_layout Plain Layout
5633
5634
5635 \backslash
5636 leer 
5637 \end_layout
5638
5639 \end_inset
5640
5641 2
5642 \series bold
5643 ×
5644 \series default
5645 2
5646 \begin_inset space \thinspace{}
5647 \end_inset
5648
5649 Matrix
5650 \end_layout
5651
5652 \end_inset
5653 </cell>
5654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5655 \begin_inset Text
5656
5657 \begin_layout Plain Layout
5658 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5659 0 & \textrm{-}\mathrm{i}\\
5660 \mathrm{i} & 0
5661 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5662 \end_inset
5663
5664
5665 \end_layout
5666
5667 \end_inset
5668 </cell>
5669 </row>
5670 <row>
5671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5672 \begin_inset Text
5673
5674 \begin_layout Plain Layout
5675
5676 \backslash
5677 Vmatrix
5678 \begin_inset ERT
5679 status collapsed
5680
5681 \begin_layout Plain Layout
5682
5683
5684 \backslash
5685 leer 
5686 \end_layout
5687
5688 \end_inset
5689
5690 2
5691 \series bold
5692 ×
5693 \series default
5694 2
5695 \begin_inset space \thinspace{}
5696 \end_inset
5697
5698 Matrix
5699 \end_layout
5700
5701 \end_inset
5702 </cell>
5703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5704 \begin_inset Text
5705
5706 \begin_layout Plain Layout
5707 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5708 0 & \textrm{-}\mathrm{i}\\
5709 \mathrm{i} & 0
5710 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724
5725 \backslash
5726 matrix
5727 \begin_inset ERT
5728 status collapsed
5729
5730 \begin_layout Plain Layout
5731
5732
5733 \backslash
5734 leer 
5735 \end_layout
5736
5737 \end_inset
5738
5739 2
5740 \series bold
5741 ×
5742 \series default
5743 2
5744 \begin_inset space \thinspace{}
5745 \end_inset
5746
5747 Matrix
5748 \end_layout
5749
5750 \end_inset
5751 </cell>
5752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5753 \begin_inset Text
5754
5755 \begin_layout Plain Layout
5756 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5757 0 & \textrm{-}\mathrm{i}\\
5758 \mathrm{i} & 0
5759 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5760 \end_inset
5761
5762
5763 \end_layout
5764
5765 \end_inset
5766 </cell>
5767 </row>
5768 </lyxtabular>
5769
5770 \end_inset
5771
5772
5773 \begin_inset space \hfill{}
5774 \end_inset
5775
5776
5777 \end_layout
5778
5779 \begin_layout Standard
5780 \begin_inset VSpace medskip
5781 \end_inset
5782
5783 Wurde z.
5784 \begin_inset space \thinspace{}
5785 \end_inset
5786
5787 B.
5788  
5789 \series bold
5790
5791 \backslash
5792 vmatrix
5793 \series default
5794  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5795  in das die Matrix eingefügt wird.
5796 \begin_inset Newline newline
5797 \end_inset
5798
5799 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5800 \end_layout
5801
5802 \begin_layout Standard
5803 \begin_inset VSpace bigskip
5804 \end_inset
5805
5806 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5807 \begin_inset CommandInset ref
5808 LatexCommand ref
5809 reference "sub:Spaltenabstand"
5810
5811 \end_inset
5812
5813  beschriebene Länge 
5814 \series bold
5815
5816 \backslash
5817 arraycolsep
5818 \series default
5819
5820 \begin_inset Index idx
5821 status collapsed
5822
5823 \begin_layout Plain Layout
5824 Befehle ! A ! 
5825 \backslash
5826 arraycolsep
5827 \end_layout
5828
5829 \end_inset
5830
5831  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5832 \end_layout
5833
5834 \begin_layout Standard
5835 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5836 \series bold
5837
5838 \backslash
5839 arraystretch
5840 \series default
5841
5842 \begin_inset Index idx
5843 status collapsed
5844
5845 \begin_layout Plain Layout
5846 Befehle ! A ! 
5847 \backslash
5848 arraystretch
5849 \end_layout
5850
5851 \end_inset
5852
5853 .
5854  Dieser wird folgendermaßen benutzt:
5855 \end_layout
5856
5857 \begin_layout Standard
5858
5859 \series bold
5860
5861 \backslash
5862 renewcommand{
5863 \backslash
5864 arraystretch}{Dehnungsfaktor}
5865 \begin_inset Index idx
5866 status collapsed
5867
5868 \begin_layout Plain Layout
5869 Befehle ! R ! 
5870 \backslash
5871 renewcommand
5872 \end_layout
5873
5874 \end_inset
5875
5876
5877 \end_layout
5878
5879 \begin_layout Standard
5880 Der Befehl 
5881 \series bold
5882
5883 \backslash
5884 renewcommand
5885 \series default
5886  weist dabei dem vordefinierten Befehl 
5887 \series bold
5888
5889 \backslash
5890 arraystretch
5891 \series default
5892  den Dehnungsfaktor zu.
5893  Möchte man z.
5894 \begin_inset space \thinspace{}
5895 \end_inset
5896
5897 B.
5898  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5899  Dieser wird dann für alle folgenden Matrizen verwendet.
5900  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5901 \series bold
5902
5903 \backslash
5904 arraystretch
5905 \series default
5906  den Faktor 1 zu.
5907 \end_layout
5908
5909 \begin_layout Standard
5910 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5911 \series bold
5912
5913 \backslash
5914 smallmatrix
5915 \series default
5916
5917 \begin_inset Index idx
5918 status collapsed
5919
5920 \begin_layout Plain Layout
5921 Befehle ! S ! 
5922 \backslash
5923 smallmatrix
5924 \end_layout
5925
5926 \end_inset
5927
5928 .
5929  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5930  gestrichelten Linien.
5931  In dieses Kästchen wird die Matrix eingegeben.
5932  Man verwendet stattdessen das Menü 
5933 \family sans
5934 Bearbeiten\SpecialChar \menuseparator
5935 Zeilen
5936 \begin_inset space ~
5937 \end_inset
5938
5939 &
5940 \begin_inset space ~
5941 \end_inset
5942
5943 Spalten
5944 \family default
5945  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5946  Neue Zeilen können auch mit 
5947 \family sans
5948 Strg+Enter
5949 \family default
5950  erstellt werden.
5951 \end_layout
5952
5953 \begin_layout Standard
5954 Dies ist eine Matrix 
5955 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5956 C & D
5957 \end{smallmatrix}\right)$
5958 \end_inset
5959
5960  in einer Textzeile.
5961 \end_layout
5962
5963 \begin_layout Standard
5964 \begin_inset Newpage newpage
5965 \end_inset
5966
5967
5968 \end_layout
5969
5970 \begin_layout Section
5971 Klammern und Begrenzungszeichen
5972 \begin_inset Index idx
5973 status collapsed
5974
5975 \begin_layout Plain Layout
5976 Klammern
5977 \end_layout
5978
5979 \end_inset
5980
5981
5982 \begin_inset Index idx
5983 status collapsed
5984
5985 \begin_layout Plain Layout
5986 Begrenzungszeichen
5987 \end_layout
5988
5989 \end_inset
5990
5991
5992 \end_layout
5993
5994 \begin_layout Subsection
5995 Vertikale Klammern und Begrenzungszeichen
5996 \begin_inset Index idx
5997 status collapsed
5998
5999 \begin_layout Plain Layout
6000 Klammern ! vertikale
6001 \end_layout
6002
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \begin_layout Standard
6009 \begin_inset space \hfill{}
6010 \end_inset
6011
6012
6013 \begin_inset Tabular
6014 <lyxtabular version="3" rows="9" columns="2">
6015 <features tabularvalignment="middle">
6016 <column alignment="center" valignment="top" width="0pt">
6017 <column alignment="center" valignment="top" width="0pt">
6018 <row>
6019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6020 \begin_inset Text
6021
6022 \begin_layout Plain Layout
6023 Befehl
6024 \end_layout
6025
6026 \end_inset
6027 </cell>
6028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6029 \begin_inset Text
6030
6031 \begin_layout Plain Layout
6032 Ergebnis
6033 \end_layout
6034
6035 \end_inset
6036 </cell>
6037 </row>
6038 <row>
6039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6040 \begin_inset Text
6041
6042 \begin_layout Plain Layout
6043 (
6044 \end_layout
6045
6046 \end_inset
6047 </cell>
6048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6049 \begin_inset Text
6050
6051 \begin_layout Plain Layout
6052 \begin_inset Formula $($
6053 \end_inset
6054
6055
6056 \end_layout
6057
6058 \end_inset
6059 </cell>
6060 </row>
6061 <row>
6062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6063 \begin_inset Text
6064
6065 \begin_layout Plain Layout
6066 {
6067 \end_layout
6068
6069 \end_inset
6070 </cell>
6071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6072 \begin_inset Text
6073
6074 \begin_layout Plain Layout
6075 \begin_inset Formula $\{$
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \end_inset
6082 </cell>
6083 </row>
6084 <row>
6085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6086 \begin_inset Text
6087
6088 \begin_layout Plain Layout
6089 [
6090 \end_layout
6091
6092 \end_inset
6093 </cell>
6094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6095 \begin_inset Text
6096
6097 \begin_layout Plain Layout
6098 \begin_inset Formula $[$
6099 \end_inset
6100
6101
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 </row>
6107 <row>
6108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6109 \begin_inset Text
6110
6111 \begin_layout Plain Layout
6112
6113 \backslash
6114 langle
6115 \end_layout
6116
6117 \end_inset
6118 </cell>
6119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6120 \begin_inset Text
6121
6122 \begin_layout Plain Layout
6123 \begin_inset Formula $\langle$
6124 \end_inset
6125
6126
6127 \end_layout
6128
6129 \end_inset
6130 </cell>
6131 </row>
6132 <row>
6133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6134 \begin_inset Text
6135
6136 \begin_layout Plain Layout
6137
6138 \backslash
6139 lceil
6140 \end_layout
6141
6142 \end_inset
6143 </cell>
6144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6145 \begin_inset Text
6146
6147 \begin_layout Plain Layout
6148 \begin_inset Formula $\lceil$
6149 \end_inset
6150
6151
6152 \end_layout
6153
6154 \end_inset
6155 </cell>
6156 </row>
6157 <row>
6158 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6159 \begin_inset Text
6160
6161 \begin_layout Plain Layout
6162
6163 \backslash
6164 lfloor
6165 \end_layout
6166
6167 \end_inset
6168 </cell>
6169 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6170 \begin_inset Text
6171
6172 \begin_layout Plain Layout
6173 \begin_inset Formula $\lfloor$
6174 \end_inset
6175
6176
6177 \end_layout
6178
6179 \end_inset
6180 </cell>
6181 </row>
6182 <row>
6183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6184 \begin_inset Text
6185
6186 \begin_layout Plain Layout
6187 /
6188 \end_layout
6189
6190 \end_inset
6191 </cell>
6192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6193 \begin_inset Text
6194
6195 \begin_layout Plain Layout
6196 \begin_inset Formula $/$
6197 \end_inset
6198
6199
6200 \end_layout
6201
6202 \end_inset
6203 </cell>
6204 </row>
6205 <row>
6206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6207 \begin_inset Text
6208
6209 \begin_layout Plain Layout
6210 |
6211 \end_layout
6212
6213 \end_inset
6214 </cell>
6215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6216 \begin_inset Text
6217
6218 \begin_layout Plain Layout
6219 \begin_inset Formula $|$
6220 \end_inset
6221
6222
6223 \end_layout
6224
6225 \end_inset
6226 </cell>
6227 </row>
6228 </lyxtabular>
6229
6230 \end_inset
6231
6232
6233 \begin_inset space \hfill{}
6234 \end_inset
6235
6236
6237 \begin_inset Tabular
6238 <lyxtabular version="3" rows="9" columns="2">
6239 <features tabularvalignment="middle">
6240 <column alignment="center" valignment="top" width="0pt">
6241 <column alignment="center" valignment="top" width="0pt">
6242 <row>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 Befehl
6248 \end_layout
6249
6250 \end_inset
6251 </cell>
6252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6253 \begin_inset Text
6254
6255 \begin_layout Plain Layout
6256 Ergebnis
6257 \end_layout
6258
6259 \end_inset
6260 </cell>
6261 </row>
6262 <row>
6263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6264 \begin_inset Text
6265
6266 \begin_layout Plain Layout
6267 )
6268 \end_layout
6269
6270 \end_inset
6271 </cell>
6272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6273 \begin_inset Text
6274
6275 \begin_layout Plain Layout
6276 \begin_inset Formula $)$
6277 \end_inset
6278
6279
6280 \end_layout
6281
6282 \end_inset
6283 </cell>
6284 </row>
6285 <row>
6286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6287 \begin_inset Text
6288
6289 \begin_layout Plain Layout
6290 }
6291 \end_layout
6292
6293 \end_inset
6294 </cell>
6295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6296 \begin_inset Text
6297
6298 \begin_layout Plain Layout
6299 \begin_inset Formula $\}$
6300 \end_inset
6301
6302
6303 \end_layout
6304
6305 \end_inset
6306 </cell>
6307 </row>
6308 <row>
6309 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6310 \begin_inset Text
6311
6312 \begin_layout Plain Layout
6313 ]
6314 \end_layout
6315
6316 \end_inset
6317 </cell>
6318 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6319 \begin_inset Text
6320
6321 \begin_layout Plain Layout
6322 \begin_inset Formula $]$
6323 \end_inset
6324
6325
6326 \end_layout
6327
6328 \end_inset
6329 </cell>
6330 </row>
6331 <row>
6332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6333 \begin_inset Text
6334
6335 \begin_layout Plain Layout
6336
6337 \backslash
6338 rangle
6339 \end_layout
6340
6341 \end_inset
6342 </cell>
6343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6344 \begin_inset Text
6345
6346 \begin_layout Plain Layout
6347 \begin_inset Formula $\rangle$
6348 \end_inset
6349
6350
6351 \end_layout
6352
6353 \end_inset
6354 </cell>
6355 </row>
6356 <row>
6357 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6358 \begin_inset Text
6359
6360 \begin_layout Plain Layout
6361
6362 \backslash
6363 rceil
6364 \end_layout
6365
6366 \end_inset
6367 </cell>
6368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6369 \begin_inset Text
6370
6371 \begin_layout Plain Layout
6372 \begin_inset Formula $\rceil$
6373 \end_inset
6374
6375
6376 \end_layout
6377
6378 \end_inset
6379 </cell>
6380 </row>
6381 <row>
6382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6383 \begin_inset Text
6384
6385 \begin_layout Plain Layout
6386
6387 \backslash
6388 rfloor
6389 \end_layout
6390
6391 \end_inset
6392 </cell>
6393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6394 \begin_inset Text
6395
6396 \begin_layout Plain Layout
6397 \begin_inset Formula $\rfloor$
6398 \end_inset
6399
6400
6401 \end_layout
6402
6403 \end_inset
6404 </cell>
6405 </row>
6406 <row>
6407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6408 \begin_inset Text
6409
6410 \begin_layout Plain Layout
6411
6412 \backslash
6413
6414 \backslash
6415
6416 \end_layout
6417
6418 \end_inset
6419 </cell>
6420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6421 \begin_inset Text
6422
6423 \begin_layout Plain Layout
6424 \begin_inset Formula $\backslash$
6425 \end_inset
6426
6427
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 </row>
6433 <row>
6434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6435 \begin_inset Text
6436
6437 \begin_layout Plain Layout
6438
6439 \backslash
6440 |
6441 \end_layout
6442
6443 \end_inset
6444 </cell>
6445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6446 \begin_inset Text
6447
6448 \begin_layout Plain Layout
6449 \begin_inset Formula $\|$
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 </lyxtabular>
6459
6460 \end_inset
6461
6462
6463 \begin_inset space \hfill{}
6464 \end_inset
6465
6466
6467 \end_layout
6468
6469 \begin_layout Standard
6470
6471 \series medium
6472 \begin_inset Note Greyedout
6473 status open
6474
6475 \begin_layout Plain Layout
6476
6477 \series bold
6478 Achtung:
6479 \series default
6480  Im TeX-Modus muss für den Backslash der Befehl 
6481 \series bold
6482
6483 \backslash
6484 textbackslash
6485 \series default
6486
6487 \begin_inset Index idx
6488 status collapsed
6489
6490 \begin_layout Plain Layout
6491 Befehle ! T ! 
6492 \backslash
6493 textbackslash
6494 \end_layout
6495
6496 \end_inset
6497
6498  verwendet werden, denn der Befehl 
6499 \series bold
6500
6501 \backslash
6502
6503 \backslash
6504
6505 \series default
6506  steht dort für einen Zeilenumbruch.
6507 \end_layout
6508
6509 \end_inset
6510
6511
6512 \end_layout
6513
6514 \begin_layout Standard
6515 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6516  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6517  Dabei können dann statt den Befehlen 
6518 \series bold
6519
6520 \backslash
6521 langle
6522 \series default
6523  und 
6524 \series bold
6525
6526 \backslash
6527 rangle
6528 \series default
6529  direkt die Zeichen < und > verwendet werden.
6530 \end_layout
6531
6532 \begin_layout Subsubsection
6533 Manuelle Klammergrößen
6534 \begin_inset CommandInset label
6535 LatexCommand label
6536 name "sub:Manuelle-Klammergrößen"
6537
6538 \end_inset
6539
6540
6541 \begin_inset Index idx
6542 status collapsed
6543
6544 \begin_layout Plain Layout
6545 Klammergrößen ! manuelle
6546 \end_layout
6547
6548 \end_inset
6549
6550
6551 \end_layout
6552
6553 \begin_layout Standard
6554 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6555  LaTeX-Befehle 
6556 \series bold
6557
6558 \backslash
6559 big
6560 \series default
6561
6562 \begin_inset Index idx
6563 status collapsed
6564
6565 \begin_layout Plain Layout
6566 Befehle ! B ! 
6567 \backslash
6568 big
6569 \end_layout
6570
6571 \end_inset
6572
6573
6574 \series bold
6575
6576 \backslash
6577 Big
6578 \series default
6579
6580 \series bold
6581
6582 \backslash
6583 bigg
6584 \series default
6585  und 
6586 \series bold
6587
6588 \backslash
6589 Bigg
6590 \series default
6591  tun.
6592  
6593 \series bold
6594
6595 \backslash
6596 big
6597 \series default
6598  steht hierbei für die kleinste und 
6599 \series bold
6600
6601 \backslash
6602 Bigg
6603 \series default
6604  für die größte Klammergröße.
6605 \end_layout
6606
6607 \begin_layout Standard
6608 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6609 \end_layout
6610
6611 \begin_layout Standard
6612 \align center
6613 \begin_inset Tabular
6614 <lyxtabular version="3" rows="2" columns="2">
6615 <features tabularvalignment="middle">
6616 <column alignment="center" valignment="top" width="0pt">
6617 <column alignment="center" valignment="top" width="0pt">
6618 <row>
6619 <cell alignment="center" valignment="top" usebox="none">
6620 \begin_inset Text
6621
6622 \begin_layout Plain Layout
6623 einheitliche Klammergröße:
6624 \end_layout
6625
6626 \end_inset
6627 </cell>
6628 <cell alignment="center" valignment="top" usebox="none">
6629 \begin_inset Text
6630
6631 \begin_layout Plain Layout
6632 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6633 \end_inset
6634
6635
6636 \end_layout
6637
6638 \end_inset
6639 </cell>
6640 </row>
6641 <row>
6642 <cell alignment="center" valignment="top" usebox="none">
6643 \begin_inset Text
6644
6645 \begin_layout Plain Layout
6646 besser sieht das so aus:
6647 \end_layout
6648
6649 \end_inset
6650 </cell>
6651 <cell alignment="center" valignment="top" usebox="none">
6652 \begin_inset Text
6653
6654 \begin_layout Plain Layout
6655 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6656 \end_inset
6657
6658
6659 \end_layout
6660
6661 \end_inset
6662 </cell>
6663 </row>
6664 </lyxtabular>
6665
6666 \end_inset
6667
6668
6669 \begin_inset Note Note
6670 status collapsed
6671
6672 \begin_layout Plain Layout
6673
6674 \series bold
6675
6676 \backslash
6677 raisebox
6678 \series default
6679  dient nur
6680 \end_layout
6681
6682 \begin_layout Plain Layout
6683 als Abstandhalter.
6684 \end_layout
6685
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \begin_layout Standard
6692 Für die zweite Formel wurde der Befehl 
6693 \series bold
6694
6695 \backslash
6696 Big((A+B)(A-B)
6697 \backslash
6698 Big)^
6699 \begin_inset ERT
6700 status collapsed
6701
6702 \begin_layout Plain Layout
6703
6704
6705 \backslash
6706 leer 
6707 \end_layout
6708
6709 \end_inset
6710
6711 C
6712 \series default
6713  verwendet.
6714 \end_layout
6715
6716 \begin_layout Standard
6717 Hier alle Klammergrößen in der Übersicht:
6718 \end_layout
6719
6720 \begin_layout Standard
6721 \align center
6722
6723 \backslash
6724 Bigg(
6725 \backslash
6726 exp
6727 \backslash
6728 bigg<
6729 \backslash
6730 Big[
6731 \backslash
6732 big{
6733 \backslash
6734 ln(3x)
6735 \backslash
6736 big}^2
6737 \begin_inset ERT
6738 status collapsed
6739
6740 \begin_layout Plain Layout
6741
6742
6743 \backslash
6744 leer 
6745 \end_layout
6746
6747 \end_inset
6748
6749
6750 \backslash
6751 sin(x)
6752 \backslash
6753 Big]^
6754 \begin_inset ERT
6755 status collapsed
6756
6757 \begin_layout Plain Layout
6758
6759
6760 \backslash
6761 leer 
6762 \end_layout
6763
6764 \end_inset
6765
6766 A
6767 \begin_inset ERT
6768 status collapsed
6769
6770 \begin_layout Plain Layout
6771
6772
6773 \backslash
6774 leer 
6775 \end_layout
6776
6777 \end_inset
6778
6779
6780 \backslash
6781 bigg>
6782 \backslash
6783 Bigg)^0,5
6784 \end_layout
6785
6786 \begin_layout Standard
6787 \align center
6788 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6789 \end_inset
6790
6791
6792 \end_layout
6793
6794 \begin_layout Standard
6795 Es gibt außer den 
6796 \series bold
6797
6798 \backslash
6799 big
6800 \series default
6801 -Befehlen noch die Variante 
6802 \series bold
6803
6804 \backslash
6805 bigm
6806 \series default
6807
6808 \begin_inset Index idx
6809 status collapsed
6810
6811 \begin_layout Plain Layout
6812 Befehle ! B ! 
6813 \backslash
6814 bigm
6815 \end_layout
6816
6817 \end_inset
6818
6819 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6820  die Variante 
6821 \series bold
6822
6823 \backslash
6824 bigl
6825 \series default
6826 -
6827 \series bold
6828
6829 \backslash
6830 bigr
6831 \series default
6832
6833 \begin_inset Index idx
6834 status collapsed
6835
6836 \begin_layout Plain Layout
6837 Befehle ! B ! 
6838 \backslash
6839 bigl - 
6840 \backslash
6841 bigr
6842 \end_layout
6843
6844 \end_inset
6845
6846 , die keinen zusätzlichen Leerraum erzeugt.
6847  Das 
6848 \emph on
6849 l
6850 \emph default
6851  am Ende des Befehls 
6852 \series bold
6853
6854 \backslash
6855 bigl
6856 \series default
6857  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6858  ein 
6859 \emph on
6860 r
6861 \emph default
6862  ersetzt.
6863  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6864  sein.
6865 \end_layout
6866
6867 \begin_layout Standard
6868 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6869 \end_layout
6870
6871 \begin_layout Standard
6872 \align center
6873 \begin_inset Tabular
6874 <lyxtabular version="3" rows="5" columns="2">
6875 <features tabularvalignment="middle">
6876 <column alignment="center" valignment="middle" width="0">
6877 <column alignment="center" valignment="middle" width="0">
6878 <row>
6879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6880 \begin_inset Text
6881
6882 \begin_layout Plain Layout
6883 Befehl
6884 \end_layout
6885
6886 \end_inset
6887 </cell>
6888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6889 \begin_inset Text
6890
6891 \begin_layout Plain Layout
6892 Ergebnis
6893 \begin_inset Note Note
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897
6898 \series bold
6899
6900 \backslash
6901 raisebox
6902 \series default
6903  dient nur als Abstandhalter.
6904 \end_layout
6905
6906 \end_inset
6907
6908
6909 \end_layout
6910
6911 \end_inset
6912 </cell>
6913 </row>
6914 <row>
6915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6916 \begin_inset Text
6917
6918 \begin_layout Plain Layout
6919
6920 \backslash
6921 Bigm(
6922 \backslash
6923 bigm(
6924 \backslash
6925 ln(3x)
6926 \backslash
6927 bigm)^2
6928 \begin_inset ERT
6929 status collapsed
6930
6931 \begin_layout Plain Layout
6932
6933
6934 \backslash
6935 leer 
6936 \end_layout
6937
6938 \end_inset
6939
6940
6941 \backslash
6942 Bigm)
6943 \end_layout
6944
6945 \end_inset
6946 </cell>
6947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6948 \begin_inset Text
6949
6950 \begin_layout Plain Layout
6951 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965
6966 \backslash
6967 Big(
6968 \backslash
6969 big(
6970 \backslash
6971 ln(3x)
6972 \backslash
6973 big)^2
6974 \begin_inset ERT
6975 status collapsed
6976
6977 \begin_layout Plain Layout
6978
6979
6980 \backslash
6981 leer 
6982 \end_layout
6983
6984 \end_inset
6985
6986
6987 \backslash
6988 Big)
6989 \end_layout
6990
6991 \end_inset
6992 </cell>
6993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6994 \begin_inset Text
6995
6996 \begin_layout Plain Layout
6997 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6998 \end_inset
6999
7000
7001 \end_layout
7002
7003 \end_inset
7004 </cell>
7005 </row>
7006 <row>
7007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7008 \begin_inset Text
7009
7010 \begin_layout Plain Layout
7011
7012 \backslash
7013 Bigl(
7014 \backslash
7015 bigl(
7016 \backslash
7017 ln(3x)
7018 \backslash
7019 bigr)^2
7020 \begin_inset ERT
7021 status collapsed
7022
7023 \begin_layout Plain Layout
7024
7025
7026 \backslash
7027 leer 
7028 \end_layout
7029
7030 \end_inset
7031
7032
7033 \backslash
7034 Bigr)
7035 \end_layout
7036
7037 \end_inset
7038 </cell>
7039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7040 \begin_inset Text
7041
7042 \begin_layout Plain Layout
7043 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7044 \end_inset
7045
7046
7047 \end_layout
7048
7049 \end_inset
7050 </cell>
7051 </row>
7052 <row>
7053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7054 \begin_inset Text
7055
7056 \begin_layout Plain Layout
7057
7058 \backslash
7059 bigl)
7060 \backslash
7061 ln(3x)
7062 \backslash
7063 bigr(
7064 \end_layout
7065
7066 \end_inset
7067 </cell>
7068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7069 \begin_inset Text
7070
7071 \begin_layout Plain Layout
7072 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7073 \end_inset
7074
7075
7076 \end_layout
7077
7078 \end_inset
7079 </cell>
7080 </row>
7081 </lyxtabular>
7082
7083 \end_inset
7084
7085
7086 \end_layout
7087
7088 \begin_layout Subsubsection
7089 Automatische Klammergrößen
7090 \begin_inset CommandInset label
7091 LatexCommand label
7092 name "sub:Automatische-Klammergrößen"
7093
7094 \end_inset
7095
7096
7097 \begin_inset Index idx
7098 status collapsed
7099
7100 \begin_layout Plain Layout
7101 Klammergrößen ! automatische
7102 \end_layout
7103
7104 \end_inset
7105
7106
7107 \end_layout
7108
7109 \begin_layout Standard
7110 Klammern variabler Größe können mit den Befehlen 
7111 \series bold
7112
7113 \backslash
7114 left
7115 \series default
7116
7117 \begin_inset Index idx
7118 status collapsed
7119
7120 \begin_layout Plain Layout
7121 Befehle ! L ! 
7122 \backslash
7123 left
7124 \end_layout
7125
7126 \end_inset
7127
7128  und 
7129 \series bold
7130
7131 \backslash
7132 right
7133 \series default
7134
7135 \begin_inset Index idx
7136 status collapsed
7137
7138 \begin_layout Plain Layout
7139 Befehle ! R ! 
7140 \backslash
7141 right
7142 \end_layout
7143
7144 \end_inset
7145
7146  oder über den Mathe-Werkzeugleistenknopf
7147 \family sans
7148  
7149 \family default
7150
7151 \begin_inset Graphics
7152         filename ../../images/dialog-show_mathdelimiter.png
7153         scale 85
7154
7155 \end_inset
7156
7157  eingefügt werden.
7158  Auf 
7159 \series bold
7160
7161 \backslash
7162 left
7163 \series default
7164  und 
7165 \series bold
7166
7167 \backslash
7168 right
7169 \series default
7170  muss unmittelbar die gewünschte Klammer folgen.
7171  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7172 \end_layout
7173
7174 \begin_layout Standard
7175 \align center
7176 normale Klammer: Der Befehl 
7177 \series bold
7178
7179 \backslash
7180 ln(
7181 \backslash
7182 frac
7183 \begin_inset ERT
7184 status collapsed
7185
7186 \begin_layout Plain Layout
7187
7188
7189 \backslash
7190 leer 
7191 \end_layout
7192
7193 \end_inset
7194
7195 A
7196 \begin_inset Formula $\downarrow$
7197 \end_inset
7198
7199 C
7200 \begin_inset ERT
7201 status collapsed
7202
7203 \begin_layout Plain Layout
7204
7205
7206 \backslash
7207 leer 
7208 \end_layout
7209
7210 \end_inset
7211
7212 )
7213 \series default
7214  ergibt
7215 \begin_inset Formula \[
7216 \ln(\frac{A}{C})
7217 \]
7218
7219 \end_inset
7220
7221
7222 \end_layout
7223
7224 \begin_layout Standard
7225 \align center
7226 mehrzeilige Klammer: Der Befehl 
7227 \series bold
7228
7229 \backslash
7230 ln
7231 \backslash
7232 left(
7233 \backslash
7234 frac
7235 \begin_inset ERT
7236 status collapsed
7237
7238 \begin_layout Plain Layout
7239
7240
7241 \backslash
7242 leer 
7243 \end_layout
7244
7245 \end_inset
7246
7247 A
7248 \begin_inset Formula $\downarrow$
7249 \end_inset
7250
7251 C
7252 \begin_inset ERT
7253 status collapsed
7254
7255 \begin_layout Plain Layout
7256
7257
7258 \backslash
7259 leer 
7260 \end_layout
7261
7262 \end_inset
7263
7264
7265 \backslash
7266 right)
7267 \series default
7268  ergibt
7269 \begin_inset Formula \[
7270 \ln\left(\frac{A}{C}\right)
7271 \]
7272
7273 \end_inset
7274
7275
7276 \end_layout
7277
7278 \begin_layout Standard
7279 An Stelle von 
7280 \series bold
7281
7282 \backslash
7283 left
7284 \series default
7285  und 
7286 \series bold
7287
7288 \backslash
7289 right
7290 \series default
7291  kann man die Tastenkürzel 
7292 \family sans
7293 Alt+M
7294 \begin_inset space ~
7295 \end_inset
7296
7297 Klammer
7298 \family default
7299  verwenden.
7300  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7301  und dass die rechte Klammer gleich mit erstellt wird.
7302 \begin_inset Newline newline
7303 \end_inset
7304
7305 Der Befehl für das letzte Beispiel würde dann lauten: 
7306 \series bold
7307
7308 \backslash
7309 ln Alt+M
7310 \series default
7311  
7312 \series bold
7313 (
7314 \backslash
7315 frac
7316 \begin_inset ERT
7317 status collapsed
7318
7319 \begin_layout Plain Layout
7320
7321
7322 \backslash
7323 leer 
7324 \end_layout
7325
7326 \end_inset
7327
7328 A
7329 \begin_inset Formula $\downarrow$
7330 \end_inset
7331
7332 C
7333 \end_layout
7334
7335 \begin_layout Standard
7336 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7337  Klammer einen Punkt.
7338  So ergibt z.
7339 \begin_inset space \thinspace{}
7340 \end_inset
7341
7342 B.
7343  der Befehl 
7344 \series bold
7345
7346 \backslash
7347 left.
7348 \backslash
7349 frac
7350 \begin_inset ERT
7351 status collapsed
7352
7353 \begin_layout Plain Layout
7354
7355
7356 \backslash
7357 leer 
7358 \end_layout
7359
7360 \end_inset
7361
7362 A
7363 \begin_inset Formula $\downarrow$
7364 \end_inset
7365
7366 B
7367 \begin_inset ERT
7368 status collapsed
7369
7370 \begin_layout Plain Layout
7371
7372
7373 \backslash
7374 leer 
7375 \end_layout
7376
7377 \end_inset
7378
7379
7380 \backslash
7381 right}
7382 \series default
7383
7384 \begin_inset space \thinspace{}
7385 \end_inset
7386
7387 :
7388 \series bold
7389
7390 \begin_inset Formula \[
7391 \left.\frac{A}{B}\right\} 
7392 \]
7393
7394 \end_inset
7395
7396
7397 \series default
7398 Die Befehle 
7399 \series bold
7400
7401 \backslash
7402 left
7403 \series default
7404  und 
7405 \series bold
7406
7407 \backslash
7408 right
7409 \series default
7410  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7411  umgewandelt.
7412  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7413 \end_layout
7414
7415 \begin_layout Standard
7416 \begin_inset VSpace bigskip
7417 \end_inset
7418
7419 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7420  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7421  Befehl 
7422 \series bold
7423
7424 \backslash
7425 middle
7426 \series default
7427
7428 \begin_inset Index idx
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432 Befehle ! M ! 
7433 \backslash
7434 middle
7435 \end_layout
7436
7437 \end_inset
7438
7439  zur Verfügung.
7440  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7441  angepasst, was z.
7442 \begin_inset space \thinspace{}
7443 \end_inset
7444
7445 B.
7446  für physikalische Vektoren von Nutzen ist:
7447 \begin_inset Formula \[
7448 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7449 \]
7450
7451 \end_inset
7452
7453 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7454 \begin_inset CommandInset ref
7455 LatexCommand ref
7456 reference "sub:Physikalische-Vektoren"
7457
7458 \end_inset
7459
7460  beschrieben ist.
7461 \end_layout
7462
7463 \begin_layout Subsection
7464 Horizontale Klammern
7465 \begin_inset Index idx
7466 status collapsed
7467
7468 \begin_layout Plain Layout
7469 Klammern ! horizontale
7470 \end_layout
7471
7472 \end_inset
7473
7474
7475 \end_layout
7476
7477 \begin_layout Standard
7478 \align center
7479 \begin_inset Tabular
7480 <lyxtabular version="3" rows="4" columns="2">
7481 <features tabularvalignment="middle">
7482 <column alignment="center" valignment="top" width="0pt">
7483 <column alignment="center" valignment="top" width="0pt">
7484 <row>
7485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7486 \begin_inset Text
7487
7488 \begin_layout Plain Layout
7489 Befehl
7490 \begin_inset Note Note
7491 status collapsed
7492
7493 \begin_layout Plain Layout
7494
7495 \series bold
7496
7497 \backslash
7498 raisebox
7499 \series default
7500  dient nur als Abstandhalter.
7501 \end_layout
7502
7503 \end_inset
7504
7505
7506 \end_layout
7507
7508 \end_inset
7509 </cell>
7510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7511 \begin_inset Text
7512
7513 \begin_layout Plain Layout
7514 Ergebnis
7515 \end_layout
7516
7517 \end_inset
7518 </cell>
7519 </row>
7520 <row>
7521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7522 \begin_inset Text
7523
7524 \begin_layout Plain Layout
7525 \begin_inset ERT
7526 status collapsed
7527
7528 \begin_layout Plain Layout
7529
7530
7531 \backslash
7532 raisebox{2.3mm}{
7533 \end_layout
7534
7535 \end_inset
7536
7537
7538 \backslash
7539 overbrace
7540 \begin_inset ERT
7541 status collapsed
7542
7543 \begin_layout Plain Layout
7544
7545
7546 \backslash
7547 leer 
7548 \end_layout
7549
7550 \end_inset
7551
7552 A+B
7553 \begin_inset ERT
7554 status collapsed
7555
7556 \begin_layout Plain Layout
7557
7558
7559 \backslash
7560 leer 
7561 \end_layout
7562
7563 \end_inset
7564
7565 ^
7566 \begin_inset ERT
7567 status collapsed
7568
7569 \begin_layout Plain Layout
7570
7571
7572 \backslash
7573 leer 
7574 \end_layout
7575
7576 \end_inset
7577
7578 3
7579 \begin_inset ERT
7580 status collapsed
7581
7582 \begin_layout Plain Layout
7583
7584 }
7585 \end_layout
7586
7587 \end_inset
7588
7589
7590 \begin_inset Index idx
7591 status collapsed
7592
7593 \begin_layout Plain Layout
7594 Befehle ! O ! 
7595 \backslash
7596 overbrace
7597 \end_layout
7598
7599 \end_inset
7600
7601
7602 \end_layout
7603
7604 \end_inset
7605 </cell>
7606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7607 \begin_inset Text
7608
7609 \begin_layout Plain Layout
7610 \begin_inset Formula $\overbrace{A+B}^{3}$
7611 \end_inset
7612
7613
7614 \end_layout
7615
7616 \end_inset
7617 </cell>
7618 </row>
7619 <row>
7620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7621 \begin_inset Text
7622
7623 \begin_layout Plain Layout
7624 \begin_inset ERT
7625 status collapsed
7626
7627 \begin_layout Plain Layout
7628
7629
7630 \backslash
7631 raisebox{-2.2mm}{
7632 \end_layout
7633
7634 \end_inset
7635
7636
7637 \backslash
7638 underbrace
7639 \begin_inset ERT
7640 status collapsed
7641
7642 \begin_layout Plain Layout
7643
7644
7645 \backslash
7646 leer 
7647 \end_layout
7648
7649 \end_inset
7650
7651 A+B
7652 \begin_inset ERT
7653 status collapsed
7654
7655 \begin_layout Plain Layout
7656
7657
7658 \backslash
7659 leer 
7660 \end_layout
7661
7662 \end_inset
7663
7664 _5
7665 \begin_inset ERT
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669
7670 }
7671 \end_layout
7672
7673 \end_inset
7674
7675
7676 \begin_inset Index idx
7677 status collapsed
7678
7679 \begin_layout Plain Layout
7680 Befehle ! U ! 
7681 \backslash
7682 underbrace
7683 \end_layout
7684
7685 \end_inset
7686
7687
7688 \end_layout
7689
7690 \end_inset
7691 </cell>
7692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7693 \begin_inset Text
7694
7695 \begin_layout Plain Layout
7696 \begin_inset Formula $\underbrace{A+B}_{5}$
7697 \end_inset
7698
7699
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row>
7706 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \backslash
7712 overbrace
7713 \begin_inset ERT
7714 status collapsed
7715
7716 \begin_layout Plain Layout
7717
7718
7719 \backslash
7720 leer 
7721 \end_layout
7722
7723 \end_inset
7724
7725
7726 \backslash
7727 underbrace
7728 \begin_inset ERT
7729 status collapsed
7730
7731 \begin_layout Plain Layout
7732
7733
7734 \backslash
7735 leer 
7736 \end_layout
7737
7738 \end_inset
7739
7740 A+B_w
7741 \begin_inset ERT
7742 status collapsed
7743
7744 \begin_layout Plain Layout
7745
7746
7747 \backslash
7748 leer 
7749 \end_layout
7750
7751 \end_inset
7752
7753
7754 \begin_inset ERT
7755 status collapsed
7756
7757 \begin_layout Plain Layout
7758
7759
7760 \backslash
7761 leer 
7762 \end_layout
7763
7764 \end_inset
7765
7766 _7
7767 \begin_inset ERT
7768 status collapsed
7769
7770 \begin_layout Plain Layout
7771
7772
7773 \backslash
7774 leer 
7775 \end_layout
7776
7777 \end_inset
7778
7779
7780 \begin_inset ERT
7781 status collapsed
7782
7783 \begin_layout Plain Layout
7784
7785
7786 \backslash
7787 leer 
7788 \end_layout
7789
7790 \end_inset
7791
7792 ^
7793 \begin_inset ERT
7794 status collapsed
7795
7796 \begin_layout Plain Layout
7797
7798
7799 \backslash
7800 leer 
7801 \end_layout
7802
7803 \end_inset
7804
7805 C
7806 \end_layout
7807
7808 \end_inset
7809 </cell>
7810 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7811 \begin_inset Text
7812
7813 \begin_layout Plain Layout
7814 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7815 \end_inset
7816
7817
7818 \end_layout
7819
7820 \end_inset
7821 </cell>
7822 </row>
7823 </lyxtabular>
7824
7825 \end_inset
7826
7827
7828 \end_layout
7829
7830 \begin_layout Standard
7831 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7832 \series bold
7833
7834 \backslash
7835 overbrace
7836 \series default
7837  oder 
7838 \series bold
7839
7840 \backslash
7841 underbrace
7842 \series default
7843  eingibt.
7844 \end_layout
7845
7846 \begin_layout Standard
7847 \begin_inset VSpace bigskip
7848 \end_inset
7849
7850 Benötigt man Klammern, die sich überschneiden, muss man die in 
7851 \begin_inset CommandInset ref
7852 LatexCommand ref
7853 reference "sec:Mehrzeilige-Formeln"
7854
7855 \end_inset
7856
7857  beschriebenen mehrzeiligen Formeln verwenden:
7858 \begin_inset Formula \begin{eqnarray*}
7859 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7860  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7861 \end{eqnarray*}
7862
7863 \end_inset
7864
7865 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7866  Dabei ist es wichtig, dass vor dem ersten 
7867 \begin_inset Formula $d$
7868 \end_inset
7869
7870  der Abstandsbefehl
7871 \begin_inset Foot
7872 status collapsed
7873
7874 \begin_layout Plain Layout
7875 Abstandsbefehle sind in 
7876 \begin_inset CommandInset ref
7877 LatexCommand ref
7878 reference "sub:Vordefinierter-Leerraum"
7879
7880 \end_inset
7881
7882  erklärt.
7883 \end_layout
7884
7885 \end_inset
7886
7887  
7888 \series bold
7889
7890 \backslash
7891 :
7892 \series default
7893  eingegeben wird, denn die nach dem 
7894 \begin_inset Formula $q$
7895 \end_inset
7896
7897  endende Klammer verhindert, dass das nachfolgende 
7898 \begin_inset Quotes gld
7899 \end_inset
7900
7901 +
7902 \begin_inset Quotes grd
7903 \end_inset
7904
7905  von Leerraum umgeben ist.
7906 \begin_inset Foot
7907 status collapsed
7908
7909 \begin_layout Plain Layout
7910 weil eine Klammer nicht als Zeichen gilt, siehe 
7911 \begin_inset CommandInset ref
7912 LatexCommand ref
7913 reference "sub:Binäre-Operatoren"
7914
7915 \end_inset
7916
7917
7918 \end_layout
7919
7920 \end_inset
7921
7922  In die zweite Zeile wird die zweite Klammer eingegeben.
7923  Da sie vor dem 
7924 \begin_inset Formula $b$
7925 \end_inset
7926
7927  beginnen soll, gibt man zuerst 
7928 \series bold
7929
7930 \backslash
7931 hphantom{gggg+
7932 \backslash
7933 :}
7934 \series default
7935  ein.
7936 \begin_inset Foot
7937 status collapsed
7938
7939 \begin_layout Plain Layout
7940 mehr zu 
7941 \series bold
7942
7943 \backslash
7944 hphantom
7945 \series default
7946  siehe 
7947 \begin_inset CommandInset ref
7948 LatexCommand ref
7949 reference "sub:Platzhalter"
7950
7951 \end_inset
7952
7953 .
7954 \end_layout
7955
7956 \end_inset
7957
7958  Dieser Leerraum wird benötigt, weil das 
7959 \begin_inset Quotes gld
7960 \end_inset
7961
7962 +
7963 \begin_inset Quotes grd
7964 \end_inset
7965
7966  in der Formel auch von Leerraum umgeben ist.
7967  Die Klammer wird unter den Befehl 
7968 \series bold
7969
7970 \backslash
7971 hphantom{bbqq+dddd}
7972 \series default
7973  gesetzt.
7974 \end_layout
7975
7976 \begin_layout Standard
7977 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7978 n, wie in folgendem Beispiel:
7979 \begin_inset ERT
7980 status collapsed
7981
7982 \begin_layout Plain Layout
7983
7984
7985 \backslash
7986 setlength{
7987 \backslash
7988 jot}{-6pt}
7989 \end_layout
7990
7991 \end_inset
7992
7993
7994 \begin_inset Formula \begin{eqnarray*}
7995  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7996 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7997 \end{eqnarray*}
7998
7999 \end_inset
8000
8001
8002 \begin_inset ERT
8003 status collapsed
8004
8005 \begin_layout Plain Layout
8006
8007
8008 \backslash
8009 setlength{
8010 \backslash
8011 jot}{3pt}
8012 \end_layout
8013
8014 \end_inset
8015
8016 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8017  mit dem Unterschied, dass sich die Klammer oben befindet.
8018  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8019  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8020  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8021  werden.
8022  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8023 \begin_inset Foot
8024 status collapsed
8025
8026 \begin_layout Plain Layout
8027 \begin_inset CommandInset href
8028 LatexCommand href
8029 name "LyX-Fehler #1505"
8030 target "http://www.lyx.org/trac/ticket/1505"
8031
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038
8039 .
8040  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8041 \series bold
8042
8043 \backslash
8044 jot
8045 \series default
8046
8047 \begin_inset Index idx
8048 status collapsed
8049
8050 \begin_layout Plain Layout
8051 Befehle ! J ! 
8052 \backslash
8053 jot
8054 \end_layout
8055
8056 \end_inset
8057
8058  vor der Formel mit dem Befehl 
8059 \series bold
8060
8061 \backslash
8062 setlength{
8063 \backslash
8064 jot}{-6pt}
8065 \series default
8066  im TeX-Modus auf den Wert -6
8067 \begin_inset space \thinspace{}
8068 \end_inset
8069
8070 pt geändert.
8071  Nach der Formel wird 
8072 \series bold
8073
8074 \backslash
8075 jot
8076 \series default
8077  mit demselben Befehl wieder auf den Standardwert 3
8078 \begin_inset space \thinspace{}
8079 \end_inset
8080
8081 pt zurückgesetzt.
8082  Genaueres zum Zeilenabstand in Formeln ist in 
8083 \begin_inset CommandInset ref
8084 LatexCommand ref
8085 reference "sub:Zeilenabstand"
8086
8087 \end_inset
8088
8089  erklärt.
8090 \end_layout
8091
8092 \begin_layout Section
8093 Pfeile
8094 \begin_inset Index idx
8095 status collapsed
8096
8097 \begin_layout Plain Layout
8098 Pfeile
8099 \end_layout
8100
8101 \end_inset
8102
8103
8104 \end_layout
8105
8106 \begin_layout Standard
8107 Pfeile können über den Mathe-Werkzeugleistenknopf 
8108 \begin_inset Graphics
8109         filename ../../images/math/leftarrow.png
8110         scale 85
8111
8112 \end_inset
8113
8114  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8115  aufgelistet sind.
8116 \end_layout
8117
8118 \begin_layout Subsection
8119 Horizontale Pfeile
8120 \begin_inset Index idx
8121 status collapsed
8122
8123 \begin_layout Plain Layout
8124 Pfeile ! horizontale
8125 \end_layout
8126
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \begin_layout Standard
8133 \begin_inset space \hfill{}
8134 \end_inset
8135
8136
8137 \begin_inset Tabular
8138 <lyxtabular version="3" rows="8" columns="2">
8139 <features tabularvalignment="middle">
8140 <column alignment="center" valignment="top" width="0pt">
8141 <column alignment="center" valignment="top" width="0pt">
8142 <row>
8143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8144 \begin_inset Text
8145
8146 \begin_layout Plain Layout
8147 Befehl
8148 \end_layout
8149
8150 \end_inset
8151 </cell>
8152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8153 \begin_inset Text
8154
8155 \begin_layout Plain Layout
8156 Ergebnis
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 </row>
8162 <row>
8163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8164 \begin_inset Text
8165
8166 \begin_layout Plain Layout
8167
8168 \backslash
8169 gets
8170 \end_layout
8171
8172 \end_inset
8173 </cell>
8174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8175 \begin_inset Text
8176
8177 \begin_layout Plain Layout
8178 \begin_inset Formula $\gets$
8179 \end_inset
8180
8181
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 </row>
8187 <row>
8188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8189 \begin_inset Text
8190
8191 \begin_layout Plain Layout
8192
8193 \backslash
8194 Leftarrow
8195 \end_layout
8196
8197 \end_inset
8198 </cell>
8199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8200 \begin_inset Text
8201
8202 \begin_layout Plain Layout
8203 \begin_inset Formula $\Leftarrow$
8204 \end_inset
8205
8206
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 </row>
8212 <row>
8213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8214 \begin_inset Text
8215
8216 \begin_layout Plain Layout
8217
8218 \backslash
8219 longleftarrow
8220 \end_layout
8221
8222 \end_inset
8223 </cell>
8224 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8225 \begin_inset Text
8226
8227 \begin_layout Plain Layout
8228 \begin_inset Formula $\longleftarrow$
8229 \end_inset
8230
8231
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 </row>
8237 <row>
8238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8239 \begin_inset Text
8240
8241 \begin_layout Plain Layout
8242
8243 \backslash
8244 Longleftarrow
8245 \end_layout
8246
8247 \end_inset
8248 </cell>
8249 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8250 \begin_inset Text
8251
8252 \begin_layout Plain Layout
8253 \begin_inset Formula $\Longleftarrow$
8254 \end_inset
8255
8256
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 </row>
8262 <row>
8263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8264 \begin_inset Text
8265
8266 \begin_layout Plain Layout
8267
8268 \backslash
8269 leftharpoonup
8270 \end_layout
8271
8272 \end_inset
8273 </cell>
8274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8275 \begin_inset Text
8276
8277 \begin_layout Plain Layout
8278 \begin_inset Formula $\leftharpoonup$
8279 \end_inset
8280
8281
8282 \end_layout
8283
8284 \end_inset
8285 </cell>
8286 </row>
8287 <row>
8288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8289 \begin_inset Text
8290
8291 \begin_layout Plain Layout
8292
8293 \backslash
8294 leftharpoondown
8295 \end_layout
8296
8297 \end_inset
8298 </cell>
8299 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8300 \begin_inset Text
8301
8302 \begin_layout Plain Layout
8303 \begin_inset Formula $\leftharpoondown$
8304 \end_inset
8305
8306
8307 \end_layout
8308
8309 \end_inset
8310 </cell>
8311 </row>
8312 <row>
8313 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8314 \begin_inset Text
8315
8316 \begin_layout Plain Layout
8317
8318 \backslash
8319 hookleftarrow
8320 \end_layout
8321
8322 \end_inset
8323 </cell>
8324 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8325 \begin_inset Text
8326
8327 \begin_layout Plain Layout
8328 \begin_inset Formula $\hookleftarrow$
8329 \end_inset
8330
8331
8332 \end_layout
8333
8334 \end_inset
8335 </cell>
8336 </row>
8337 </lyxtabular>
8338
8339 \end_inset
8340
8341
8342 \begin_inset space \hfill{}
8343 \end_inset
8344
8345
8346 \begin_inset Tabular
8347 <lyxtabular version="3" rows="8" columns="2">
8348 <features tabularvalignment="middle">
8349 <column alignment="center" valignment="top" width="0pt">
8350 <column alignment="center" valignment="top" width="0pt">
8351 <row>
8352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 Befehl
8357 \end_layout
8358
8359 \end_inset
8360 </cell>
8361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8362 \begin_inset Text
8363
8364 \begin_layout Plain Layout
8365 Ergebnis
8366 \end_layout
8367
8368 \end_inset
8369 </cell>
8370 </row>
8371 <row>
8372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8373 \begin_inset Text
8374
8375 \begin_layout Plain Layout
8376
8377 \backslash
8378 to
8379 \end_layout
8380
8381 \end_inset
8382 </cell>
8383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8384 \begin_inset Text
8385
8386 \begin_layout Plain Layout
8387 \begin_inset Formula $\to$
8388 \end_inset
8389
8390
8391 \end_layout
8392
8393 \end_inset
8394 </cell>
8395 </row>
8396 <row>
8397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8398 \begin_inset Text
8399
8400 \begin_layout Plain Layout
8401
8402 \backslash
8403 Rightarrow
8404 \end_layout
8405
8406 \end_inset
8407 </cell>
8408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8409 \begin_inset Text
8410
8411 \begin_layout Plain Layout
8412 \begin_inset Formula $\Rightarrow$
8413 \end_inset
8414
8415
8416 \end_layout
8417
8418 \end_inset
8419 </cell>
8420 </row>
8421 <row>
8422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8423 \begin_inset Text
8424
8425 \begin_layout Plain Layout
8426
8427 \backslash
8428 longrightarrow
8429 \end_layout
8430
8431 \end_inset
8432 </cell>
8433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8434 \begin_inset Text
8435
8436 \begin_layout Plain Layout
8437 \begin_inset Formula $\longrightarrow$
8438 \end_inset
8439
8440
8441 \end_layout
8442
8443 \end_inset
8444 </cell>
8445 </row>
8446 <row>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451
8452 \backslash
8453 Longrightarrow
8454 \end_layout
8455
8456 \end_inset
8457 </cell>
8458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8459 \begin_inset Text
8460
8461 \begin_layout Plain Layout
8462 \begin_inset Formula $\Longrightarrow$
8463 \end_inset
8464
8465
8466 \end_layout
8467
8468 \end_inset
8469 </cell>
8470 </row>
8471 <row>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476
8477 \backslash
8478 rightharpoonup
8479 \end_layout
8480
8481 \end_inset
8482 </cell>
8483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8484 \begin_inset Text
8485
8486 \begin_layout Plain Layout
8487 \begin_inset Formula $\rightharpoonup$
8488 \end_inset
8489
8490
8491 \end_layout
8492
8493 \end_inset
8494 </cell>
8495 </row>
8496 <row>
8497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501
8502 \backslash
8503 rightharpoondown
8504 \end_layout
8505
8506 \end_inset
8507 </cell>
8508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8509 \begin_inset Text
8510
8511 \begin_layout Plain Layout
8512 \begin_inset Formula $\rightharpoondown$
8513 \end_inset
8514
8515
8516 \end_layout
8517
8518 \end_inset
8519 </cell>
8520 </row>
8521 <row>
8522 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526
8527 \backslash
8528 hookrightarrow
8529 \end_layout
8530
8531 \end_inset
8532 </cell>
8533 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8534 \begin_inset Text
8535
8536 \begin_layout Plain Layout
8537 \begin_inset Formula $\hookrightarrow$
8538 \end_inset
8539
8540
8541 \end_layout
8542
8543 \end_inset
8544 </cell>
8545 </row>
8546 </lyxtabular>
8547
8548 \end_inset
8549
8550
8551 \begin_inset space \hfill{}
8552 \end_inset
8553
8554
8555 \end_layout
8556
8557 \begin_layout Standard
8558 \begin_inset space \hfill{}
8559 \end_inset
8560
8561
8562 \begin_inset Tabular
8563 <lyxtabular version="3" rows="6" columns="2">
8564 <features tabularvalignment="middle">
8565 <column alignment="center" valignment="top" width="0pt">
8566 <column alignment="center" valignment="top" width="0pt">
8567 <row>
8568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8569 \begin_inset Text
8570
8571 \begin_layout Plain Layout
8572 Befehl
8573 \end_layout
8574
8575 \end_inset
8576 </cell>
8577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8578 \begin_inset Text
8579
8580 \begin_layout Plain Layout
8581 Ergebnis
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \backslash
8594 leftrightarrow
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 \begin_inset Formula $\leftrightarrow$
8604 \end_inset
8605
8606
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 <row>
8613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8614 \begin_inset Text
8615
8616 \begin_layout Plain Layout
8617
8618 \backslash
8619 Leftrightarrow
8620 \end_layout
8621
8622 \end_inset
8623 </cell>
8624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8625 \begin_inset Text
8626
8627 \begin_layout Plain Layout
8628 \begin_inset Formula $\Leftrightarrow$
8629 \end_inset
8630
8631
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 </row>
8637 <row>
8638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8639 \begin_inset Text
8640
8641 \begin_layout Plain Layout
8642
8643 \backslash
8644 longleftrightarrow
8645 \end_layout
8646
8647 \end_inset
8648 </cell>
8649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8650 \begin_inset Text
8651
8652 \begin_layout Plain Layout
8653 \begin_inset Formula $\longleftrightarrow$
8654 \end_inset
8655
8656
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 </row>
8662 <row>
8663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8664 \begin_inset Text
8665
8666 \begin_layout Plain Layout
8667
8668 \backslash
8669 Longleftrightarrow
8670 \end_layout
8671
8672 \end_inset
8673 </cell>
8674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8675 \begin_inset Text
8676
8677 \begin_layout Plain Layout
8678 \begin_inset Formula $\Longleftrightarrow$
8679 \end_inset
8680
8681
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 </row>
8687 <row>
8688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8689 \begin_inset Text
8690
8691 \begin_layout Plain Layout
8692
8693 \backslash
8694 rightleftharpoons
8695 \end_layout
8696
8697 \end_inset
8698 </cell>
8699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8700 \begin_inset Text
8701
8702 \begin_layout Plain Layout
8703 \begin_inset Formula $\rightleftharpoons$
8704 \end_inset
8705
8706
8707 \end_layout
8708
8709 \end_inset
8710 </cell>
8711 </row>
8712 </lyxtabular>
8713
8714 \end_inset
8715
8716
8717 \begin_inset space \hspace{}
8718 \length 25pt
8719 \end_inset
8720
8721
8722 \begin_inset space \hfill{}
8723 \end_inset
8724
8725
8726 \begin_inset Tabular
8727 <lyxtabular version="3" rows="5" columns="2">
8728 <features tabularvalignment="middle">
8729 <column alignment="center" valignment="top" width="0pt">
8730 <column alignment="center" valignment="top" width="0pt">
8731 <row>
8732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8733 \begin_inset Text
8734
8735 \begin_layout Plain Layout
8736 Befehl
8737 \end_layout
8738
8739 \end_inset
8740 </cell>
8741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8742 \begin_inset Text
8743
8744 \begin_layout Plain Layout
8745 Ergebnis
8746 \end_layout
8747
8748 \end_inset
8749 </cell>
8750 </row>
8751 <row>
8752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8753 \begin_inset Text
8754
8755 \begin_layout Plain Layout
8756
8757 \backslash
8758 mapsto
8759 \end_layout
8760
8761 \end_inset
8762 </cell>
8763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8764 \begin_inset Text
8765
8766 \begin_layout Plain Layout
8767 \begin_inset Formula $\mapsto$
8768 \end_inset
8769
8770
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 </row>
8776 <row>
8777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8778 \begin_inset Text
8779
8780 \begin_layout Plain Layout
8781
8782 \backslash
8783 longmapsto
8784 \end_layout
8785
8786 \end_inset
8787 </cell>
8788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8789 \begin_inset Text
8790
8791 \begin_layout Plain Layout
8792 \begin_inset Formula $\longmapsto$
8793 \end_inset
8794
8795
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806
8807 \backslash
8808 leadsto
8809 \end_layout
8810
8811 \end_inset
8812 </cell>
8813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8814 \begin_inset Text
8815
8816 \begin_layout Plain Layout
8817 \begin_inset Formula $\leadsto$
8818 \end_inset
8819
8820
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 </row>
8826 <row>
8827 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8828 \begin_inset Text
8829
8830 \begin_layout Plain Layout
8831
8832 \backslash
8833 dasharrow
8834 \end_layout
8835
8836 \end_inset
8837 </cell>
8838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8839 \begin_inset Text
8840
8841 \begin_layout Plain Layout
8842 \begin_inset Formula $\dasharrow$
8843 \end_inset
8844
8845
8846 \end_layout
8847
8848 \end_inset
8849 </cell>
8850 </row>
8851 </lyxtabular>
8852
8853 \end_inset
8854
8855
8856 \begin_inset space \hfill{}
8857 \end_inset
8858
8859
8860 \end_layout
8861
8862 \begin_layout Standard
8863 \begin_inset VSpace medskip
8864 \end_inset
8865
8866 Als Akzent verwendete Pfeile, wie z.
8867 \begin_inset space \thinspace{}
8868 \end_inset
8869
8870 B.
8871  Vektorpfeile, sind in 
8872 \begin_inset CommandInset ref
8873 LatexCommand ref
8874 reference "sec:Akzente"
8875
8876 \end_inset
8877
8878  aufgelistet.
8879 \end_layout
8880
8881 \begin_layout Standard
8882 \begin_inset VSpace bigskip
8883 \end_inset
8884
8885 Des Weiteren gibt es die beschriftbaren Pfeile
8886 \begin_inset Index idx
8887 status collapsed
8888
8889 \begin_layout Plain Layout
8890 Pfeile ! beschriftbare
8891 \end_layout
8892
8893 \end_inset
8894
8895  
8896 \series bold
8897
8898 \backslash
8899 xleftarrow
8900 \series default
8901
8902 \begin_inset Index idx
8903 status collapsed
8904
8905 \begin_layout Plain Layout
8906 Befehle ! X ! 
8907 \backslash
8908 xleftarrow
8909 \end_layout
8910
8911 \end_inset
8912
8913  und 
8914 \series bold
8915
8916 \backslash
8917 xrightarrow
8918 \series default
8919
8920 \begin_inset Index idx
8921 status collapsed
8922
8923 \begin_layout Plain Layout
8924 Befehle ! X ! 
8925 \backslash
8926 xrightarrow
8927 \begin_inset ERT
8928 status collapsed
8929
8930 \begin_layout Plain Layout
8931
8932
8933 \backslash
8934 vspace{4mm}
8935 \end_layout
8936
8937 \end_inset
8938
8939
8940 \end_layout
8941
8942 \end_inset
8943
8944 .
8945  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8946  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8947  Die Pfeillänge passt sich der Breite der Beschriftung an.
8948 \end_layout
8949
8950 \begin_layout Standard
8951 \align center
8952 \begin_inset Tabular
8953 <lyxtabular version="3" rows="3" columns="2">
8954 <features tabularvalignment="middle">
8955 <column alignment="center" valignment="top" width="0pt">
8956 <column alignment="center" valignment="top" width="0pt">
8957 <row>
8958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8959 \begin_inset Text
8960
8961 \begin_layout Plain Layout
8962 Befehl
8963 \end_layout
8964
8965 \end_inset
8966 </cell>
8967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8968 \begin_inset Text
8969
8970 \begin_layout Plain Layout
8971 Ergebnis
8972 \begin_inset Note Note
8973 status collapsed
8974
8975 \begin_layout Plain Layout
8976
8977 \series bold
8978
8979 \backslash
8980 raisebox
8981 \series default
8982  dient nur als Abstandhalter.
8983 \end_layout
8984
8985 \end_inset
8986
8987
8988 \end_layout
8989
8990 \end_inset
8991 </cell>
8992 </row>
8993 <row>
8994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8995 \begin_inset Text
8996
8997 \begin_layout Plain Layout
8998 F(a)
8999 \backslash
9000 xleftarrow
9001 \begin_inset ERT
9002 status collapsed
9003
9004 \begin_layout Plain Layout
9005
9006
9007 \backslash
9008 leer 
9009 \end_layout
9010
9011 \end_inset
9012
9013 x=a
9014 \begin_inset Formula $\downarrow$
9015 \end_inset
9016
9017 x>0
9018 \begin_inset Formula $\to$
9019 \end_inset
9020
9021 F(x)
9022 \end_layout
9023
9024 \end_inset
9025 </cell>
9026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9027 \begin_inset Text
9028
9029 \begin_layout Plain Layout
9030 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9031 \end_inset
9032
9033
9034 \end_layout
9035
9036 \end_inset
9037 </cell>
9038 </row>
9039 <row>
9040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9041 \begin_inset Text
9042
9043 \begin_layout Plain Layout
9044 F(x)
9045 \backslash
9046 xrightarrow
9047 \begin_inset ERT
9048 status collapsed
9049
9050 \begin_layout Plain Layout
9051
9052
9053 \backslash
9054 leer 
9055 \end_layout
9056
9057 \end_inset
9058
9059 x=a
9060 \begin_inset Formula $\downarrow$
9061 \end_inset
9062
9063 x>0
9064 \begin_inset Formula $\to$
9065 \end_inset
9066
9067 F(a)
9068 \end_layout
9069
9070 \end_inset
9071 </cell>
9072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9073 \begin_inset Text
9074
9075 \begin_layout Plain Layout
9076 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9077 \end_inset
9078
9079
9080 \end_layout
9081
9082 \end_inset
9083 </cell>
9084 </row>
9085 </lyxtabular>
9086
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \begin_layout Subsection
9093 Vertikale und diagonale Pfeile
9094 \begin_inset Index idx
9095 status collapsed
9096
9097 \begin_layout Plain Layout
9098 Pfeile ! diagonale
9099 \end_layout
9100
9101 \end_inset
9102
9103
9104 \begin_inset Index idx
9105 status collapsed
9106
9107 \begin_layout Plain Layout
9108 Pfeile ! vertikale
9109 \end_layout
9110
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \begin_layout Standard
9117 \begin_inset space \hfill{}
9118 \end_inset
9119
9120
9121 \begin_inset Tabular
9122 <lyxtabular version="3" rows="7" columns="2">
9123 <features tabularvalignment="middle">
9124 <column alignment="center" valignment="top" width="0pt">
9125 <column alignment="center" valignment="top" width="0pt">
9126 <row>
9127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9128 \begin_inset Text
9129
9130 \begin_layout Plain Layout
9131 Befehl
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9137 \begin_inset Text
9138
9139 \begin_layout Plain Layout
9140 Ergebnis
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 </row>
9146 <row>
9147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9148 \begin_inset Text
9149
9150 \begin_layout Plain Layout
9151
9152 \backslash
9153 uparrow
9154 \end_layout
9155
9156 \end_inset
9157 </cell>
9158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9159 \begin_inset Text
9160
9161 \begin_layout Plain Layout
9162 \begin_inset Formula $\uparrow$
9163 \end_inset
9164
9165
9166 \end_layout
9167
9168 \end_inset
9169 </cell>
9170 </row>
9171 <row>
9172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9173 \begin_inset Text
9174
9175 \begin_layout Plain Layout
9176
9177 \backslash
9178 Uparrow
9179 \end_layout
9180
9181 \end_inset
9182 </cell>
9183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9184 \begin_inset Text
9185
9186 \begin_layout Plain Layout
9187 \begin_inset Formula $\Uparrow$
9188 \end_inset
9189
9190
9191 \end_layout
9192
9193 \end_inset
9194 </cell>
9195 </row>
9196 <row>
9197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9198 \begin_inset Text
9199
9200 \begin_layout Plain Layout
9201
9202 \backslash
9203 updownarrow
9204 \end_layout
9205
9206 \end_inset
9207 </cell>
9208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9209 \begin_inset Text
9210
9211 \begin_layout Plain Layout
9212 \begin_inset Formula $\updownarrow$
9213 \end_inset
9214
9215
9216 \end_layout
9217
9218 \end_inset
9219 </cell>
9220 </row>
9221 <row>
9222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9223 \begin_inset Text
9224
9225 \begin_layout Plain Layout
9226
9227 \backslash
9228 Updownarrow
9229 \end_layout
9230
9231 \end_inset
9232 </cell>
9233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9234 \begin_inset Text
9235
9236 \begin_layout Plain Layout
9237 \begin_inset Formula $\Updownarrow$
9238 \end_inset
9239
9240
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 </row>
9246 <row>
9247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9248 \begin_inset Text
9249
9250 \begin_layout Plain Layout
9251
9252 \backslash
9253 Downarrow
9254 \end_layout
9255
9256 \end_inset
9257 </cell>
9258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9259 \begin_inset Text
9260
9261 \begin_layout Plain Layout
9262 \begin_inset Formula $\Downarrow$
9263 \end_inset
9264
9265
9266 \end_layout
9267
9268 \end_inset
9269 </cell>
9270 </row>
9271 <row>
9272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9273 \begin_inset Text
9274
9275 \begin_layout Plain Layout
9276
9277 \backslash
9278 downarrow
9279 \end_layout
9280
9281 \end_inset
9282 </cell>
9283 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9284 \begin_inset Text
9285
9286 \begin_layout Plain Layout
9287 \begin_inset Formula $\downarrow$
9288 \end_inset
9289
9290
9291 \end_layout
9292
9293 \end_inset
9294 </cell>
9295 </row>
9296 </lyxtabular>
9297
9298 \end_inset
9299
9300
9301 \begin_inset space \hfill{}
9302 \end_inset
9303
9304
9305 \begin_inset Tabular
9306 <lyxtabular version="3" rows="5" columns="2">
9307 <features tabularvalignment="middle">
9308 <column alignment="center" valignment="top" width="0pt">
9309 <column alignment="center" valignment="top" width="0pt">
9310 <row>
9311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9312 \begin_inset Text
9313
9314 \begin_layout Plain Layout
9315 Befehl
9316 \end_layout
9317
9318 \end_inset
9319 </cell>
9320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324 Ergebnis
9325 \end_layout
9326
9327 \end_inset
9328 </cell>
9329 </row>
9330 <row>
9331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335
9336 \backslash
9337 nearrow
9338 \end_layout
9339
9340 \end_inset
9341 </cell>
9342 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9343 \begin_inset Text
9344
9345 \begin_layout Plain Layout
9346 \begin_inset Formula $\nearrow$
9347 \end_inset
9348
9349
9350 \end_layout
9351
9352 \end_inset
9353 </cell>
9354 </row>
9355 <row>
9356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360
9361 \backslash
9362 searrow
9363 \end_layout
9364
9365 \end_inset
9366 </cell>
9367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9368 \begin_inset Text
9369
9370 \begin_layout Plain Layout
9371 \begin_inset Formula $\searrow$
9372 \end_inset
9373
9374
9375 \end_layout
9376
9377 \end_inset
9378 </cell>
9379 </row>
9380 <row>
9381 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9382 \begin_inset Text
9383
9384 \begin_layout Plain Layout
9385
9386 \backslash
9387 swarrow
9388 \end_layout
9389
9390 \end_inset
9391 </cell>
9392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9393 \begin_inset Text
9394
9395 \begin_layout Plain Layout
9396 \begin_inset Formula $\swarrow$
9397 \end_inset
9398
9399
9400 \end_layout
9401
9402 \end_inset
9403 </cell>
9404 </row>
9405 <row>
9406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9407 \begin_inset Text
9408
9409 \begin_layout Plain Layout
9410
9411 \backslash
9412 nwarrow
9413 \end_layout
9414
9415 \end_inset
9416 </cell>
9417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9418 \begin_inset Text
9419
9420 \begin_layout Plain Layout
9421 \begin_inset Formula $\nwarrow$
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \end_inset
9428 </cell>
9429 </row>
9430 </lyxtabular>
9431
9432 \end_inset
9433
9434
9435 \begin_inset space \hfill{}
9436 \end_inset
9437
9438
9439 \end_layout
9440
9441 \begin_layout Standard
9442 \begin_inset VSpace medskip
9443 \end_inset
9444
9445 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9446  
9447 \begin_inset CommandInset ref
9448 LatexCommand ref
9449 reference "sub:Manuelle-Klammergrößen"
9450
9451 \end_inset
9452
9453  und 
9454 \begin_inset CommandInset ref
9455 LatexCommand ref
9456 reference "sub:Automatische-Klammergrößen"
9457
9458 \end_inset
9459
9460  beschriebenen Befehlen verwendet werden.
9461 \end_layout
9462
9463 \begin_layout Section
9464 Akzente
9465 \begin_inset CommandInset label
9466 LatexCommand label
9467 name "sec:Akzente"
9468
9469 \end_inset
9470
9471
9472 \begin_inset Index idx
9473 status collapsed
9474
9475 \begin_layout Plain Layout
9476 Akzente
9477 \end_layout
9478
9479 \end_inset
9480
9481
9482 \end_layout
9483
9484 \begin_layout Standard
9485 Akzente können über den Mathe-Werkzeugleistenknopf 
9486 \begin_inset Graphics
9487         filename ../../images/math/hat.png
9488         scale 85
9489
9490 \end_inset
9491
9492  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9493  aufgelistet sind.
9494 \end_layout
9495
9496 \begin_layout Subsection
9497 Akzente für ein Zeichen
9498 \begin_inset ERT
9499 status collapsed
9500
9501 \begin_layout Plain Layout
9502
9503
9504 \backslash
9505 texorpdfstring{
9506 \end_layout
9507
9508 \end_inset
9509
9510
9511 \begin_inset Foot
9512 status collapsed
9513
9514 \begin_layout Plain Layout
9515 Akzente im Text siehe 
9516 \begin_inset CommandInset ref
9517 LatexCommand ref
9518 reference "sub:Sonderzeichen-Akzente"
9519
9520 \end_inset
9521
9522
9523 \end_layout
9524
9525 \end_inset
9526
9527
9528 \begin_inset ERT
9529 status collapsed
9530
9531 \begin_layout Plain Layout
9532
9533 }{}
9534 \end_layout
9535
9536 \end_inset
9537
9538
9539 \begin_inset Note Note
9540 status collapsed
9541
9542 \begin_layout Plain Layout
9543
9544 \series bold
9545
9546 \backslash
9547 texorpdfstring
9548 \series default
9549  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9550 \end_layout
9551
9552 \begin_layout Plain Layout
9553 Näheres zu 
9554 \series bold
9555
9556 \backslash
9557 texorpdfstring
9558 \series default
9559  steht in Kapitel 
9560 \begin_inset CommandInset ref
9561 LatexCommand ref
9562 reference "sub:Formeln-in-Überschriften"
9563
9564 \end_inset
9565
9566 .
9567 \end_layout
9568
9569 \end_inset
9570
9571
9572 \begin_inset CommandInset label
9573 LatexCommand label
9574 name "sub:Akzente-für-ein"
9575
9576 \end_inset
9577
9578
9579 \begin_inset Index idx
9580 status collapsed
9581
9582 \begin_layout Plain Layout
9583 Akzente ! für ein Zeichen
9584 \end_layout
9585
9586 \end_inset
9587
9588
9589 \end_layout
9590
9591 \begin_layout Standard
9592 \begin_inset space \hfill{}
9593 \end_inset
9594
9595
9596 \begin_inset Tabular
9597 <lyxtabular version="3" rows="8" columns="2">
9598 <features tabularvalignment="middle">
9599 <column alignment="center" valignment="top" width="0pt">
9600 <column alignment="center" valignment="top" width="0pt">
9601 <row>
9602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9603 \begin_inset Text
9604
9605 \begin_layout Plain Layout
9606 Befehl
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 Ergebnis
9616 \begin_inset Note Note
9617 status collapsed
9618
9619 \begin_layout Plain Layout
9620
9621 \series bold
9622
9623 \backslash
9624 raisebox
9625 \series default
9626  dient nur als Abstandhalter.
9627 \end_layout
9628
9629 \end_inset
9630
9631
9632 \end_layout
9633
9634 \end_inset
9635 </cell>
9636 </row>
9637 <row>
9638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9639 \begin_inset Text
9640
9641 \begin_layout Plain Layout
9642
9643 \backslash
9644 dot
9645 \begin_inset ERT
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649
9650
9651 \backslash
9652 leer 
9653 \end_layout
9654
9655 \end_inset
9656
9657 A
9658 \end_layout
9659
9660 \end_inset
9661 </cell>
9662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9663 \begin_inset Text
9664
9665 \begin_layout Plain Layout
9666 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9667 \end_inset
9668
9669
9670 \end_layout
9671
9672 \end_inset
9673 </cell>
9674 </row>
9675 <row>
9676 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9677 \begin_inset Text
9678
9679 \begin_layout Plain Layout
9680
9681 \backslash
9682 ddot
9683 \begin_inset ERT
9684 status collapsed
9685
9686 \begin_layout Plain Layout
9687
9688
9689 \backslash
9690 leer 
9691 \end_layout
9692
9693 \end_inset
9694
9695 A
9696 \end_layout
9697
9698 \end_inset
9699 </cell>
9700 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9701 \begin_inset Text
9702
9703 \begin_layout Plain Layout
9704 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9705 \end_inset
9706
9707
9708 \end_layout
9709
9710 \end_inset
9711 </cell>
9712 </row>
9713 <row>
9714 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9715 \begin_inset Text
9716
9717 \begin_layout Plain Layout
9718
9719 \backslash
9720 dddot
9721 \begin_inset ERT
9722 status collapsed
9723
9724 \begin_layout Plain Layout
9725
9726
9727 \backslash
9728 leer 
9729 \end_layout
9730
9731 \end_inset
9732
9733 A
9734 \end_layout
9735
9736 \end_inset
9737 </cell>
9738 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9739 \begin_inset Text
9740
9741 \begin_layout Plain Layout
9742 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9743 \end_inset
9744
9745
9746 \end_layout
9747
9748 \end_inset
9749 </cell>
9750 </row>
9751 <row>
9752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756
9757 \backslash
9758 ddddot
9759 \begin_inset ERT
9760 status collapsed
9761
9762 \begin_layout Plain Layout
9763
9764
9765 \backslash
9766 leer 
9767 \end_layout
9768
9769 \end_inset
9770
9771 A
9772 \end_layout
9773
9774 \end_inset
9775 </cell>
9776 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9777 \begin_inset Text
9778
9779 \begin_layout Plain Layout
9780 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9781 \end_inset
9782
9783
9784 \end_layout
9785
9786 \end_inset
9787 </cell>
9788 </row>
9789 <row>
9790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9791 \begin_inset Text
9792
9793 \begin_layout Plain Layout
9794
9795 \backslash
9796 vec
9797 \begin_inset ERT
9798 status collapsed
9799
9800 \begin_layout Plain Layout
9801
9802
9803 \backslash
9804 leer 
9805 \end_layout
9806
9807 \end_inset
9808
9809 A
9810 \begin_inset Index idx
9811 status collapsed
9812
9813 \begin_layout Plain Layout
9814 Vektoren
9815 \end_layout
9816
9817 \end_inset
9818
9819
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9829 \end_inset
9830
9831
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 </row>
9837 <row>
9838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842
9843 \backslash
9844 bar
9845 \begin_inset ERT
9846 status collapsed
9847
9848 \begin_layout Plain Layout
9849
9850
9851 \backslash
9852 leer 
9853 \end_layout
9854
9855 \end_inset
9856
9857 A
9858 \end_layout
9859
9860 \end_inset
9861 </cell>
9862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9863 \begin_inset Text
9864
9865 \begin_layout Plain Layout
9866 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9867 \end_inset
9868
9869
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 </row>
9875 <row>
9876 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9877 \begin_inset Text
9878
9879 \begin_layout Plain Layout
9880
9881 \backslash
9882 mathring
9883 \begin_inset ERT
9884 status collapsed
9885
9886 \begin_layout Plain Layout
9887
9888
9889 \backslash
9890 leer 
9891 \end_layout
9892
9893 \end_inset
9894
9895 A
9896 \end_layout
9897
9898 \end_inset
9899 </cell>
9900 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9901 \begin_inset Text
9902
9903 \begin_layout Plain Layout
9904 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9905 \end_inset
9906
9907
9908 \end_layout
9909
9910 \end_inset
9911 </cell>
9912 </row>
9913 </lyxtabular>
9914
9915 \end_inset
9916
9917
9918 \begin_inset space \hfill{}
9919 \end_inset
9920
9921
9922 \begin_inset Tabular
9923 <lyxtabular version="3" rows="7" columns="2">
9924 <features tabularvalignment="middle">
9925 <column alignment="center" valignment="top" width="0pt">
9926 <column alignment="center" valignment="top" width="0pt">
9927 <row>
9928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9929 \begin_inset Text
9930
9931 \begin_layout Plain Layout
9932 Befehl
9933 \end_layout
9934
9935 \end_inset
9936 </cell>
9937 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9938 \begin_inset Text
9939
9940 \begin_layout Plain Layout
9941 Ergebnis
9942 \end_layout
9943
9944 \end_inset
9945 </cell>
9946 </row>
9947 <row>
9948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952
9953 \backslash
9954 tilde
9955 \begin_inset ERT
9956 status collapsed
9957
9958 \begin_layout Plain Layout
9959
9960
9961 \backslash
9962 leer 
9963 \end_layout
9964
9965 \end_inset
9966
9967 A
9968 \end_layout
9969
9970 \end_inset
9971 </cell>
9972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9977 \end_inset
9978
9979
9980 \end_layout
9981
9982 \end_inset
9983 </cell>
9984 </row>
9985 <row>
9986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9987 \begin_inset Text
9988
9989 \begin_layout Plain Layout
9990
9991 \backslash
9992 hat
9993 \begin_inset ERT
9994 status collapsed
9995
9996 \begin_layout Plain Layout
9997
9998
9999 \backslash
10000 leer 
10001 \end_layout
10002
10003 \end_inset
10004
10005 A
10006 \end_layout
10007
10008 \end_inset
10009 </cell>
10010 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10011 \begin_inset Text
10012
10013 \begin_layout Plain Layout
10014 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10015 \end_inset
10016
10017
10018 \end_layout
10019
10020 \end_inset
10021 </cell>
10022 </row>
10023 <row>
10024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028
10029 \backslash
10030 check
10031 \begin_inset ERT
10032 status collapsed
10033
10034 \begin_layout Plain Layout
10035
10036
10037 \backslash
10038 leer 
10039 \end_layout
10040
10041 \end_inset
10042
10043 A
10044 \end_layout
10045
10046 \end_inset
10047 </cell>
10048 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10049 \begin_inset Text
10050
10051 \begin_layout Plain Layout
10052 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10053 \end_inset
10054
10055
10056 \end_layout
10057
10058 \end_inset
10059 </cell>
10060 </row>
10061 <row>
10062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10063 \begin_inset Text
10064
10065 \begin_layout Plain Layout
10066
10067 \backslash
10068 acute
10069 \begin_inset ERT
10070 status collapsed
10071
10072 \begin_layout Plain Layout
10073
10074
10075 \backslash
10076 leer 
10077 \end_layout
10078
10079 \end_inset
10080
10081 A
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10087 \begin_inset Text
10088
10089 \begin_layout Plain Layout
10090 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10091 \end_inset
10092
10093
10094 \end_layout
10095
10096 \end_inset
10097 </cell>
10098 </row>
10099 <row>
10100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10101 \begin_inset Text
10102
10103 \begin_layout Plain Layout
10104
10105 \backslash
10106 grave
10107 \begin_inset ERT
10108 status collapsed
10109
10110 \begin_layout Plain Layout
10111
10112
10113 \backslash
10114 leer 
10115 \end_layout
10116
10117 \end_inset
10118
10119 A
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10129 \end_inset
10130
10131
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 </row>
10137 <row>
10138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \backslash
10144 breve
10145 \begin_inset ERT
10146 status collapsed
10147
10148 \begin_layout Plain Layout
10149
10150
10151 \backslash
10152 leer 
10153 \end_layout
10154
10155 \end_inset
10156
10157 A
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 </lyxtabular>
10176
10177 \end_inset
10178
10179
10180 \begin_inset space \hfill{}
10181 \end_inset
10182
10183
10184 \end_layout
10185
10186 \begin_layout Standard
10187 \begin_inset VSpace bigskip
10188 \end_inset
10189
10190 Akzente wie z.B.
10191  é können direkt in Formeln eingegeben werden.
10192  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10193  Für Umlaute
10194 \begin_inset Index idx
10195 status collapsed
10196
10197 \begin_layout Plain Layout
10198 Umlaute
10199 \end_layout
10200
10201 \end_inset
10202
10203  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10204  Diese beiden Zeichen bilden dann für LaTeX 
10205 \emph on
10206 ein
10207 \emph default
10208  Zeichen.
10209  Im Gegensatz zu 
10210 \series bold
10211
10212 \backslash
10213 ddot
10214 \series default
10215  entstehen damit 
10216 \begin_inset Quotes gld
10217 \end_inset
10218
10219 echte
10220 \begin_inset Quotes grd
10221 \end_inset
10222
10223  Umlaute, was folgendes Beispiel zeigt:
10224 \end_layout
10225
10226 \begin_layout Standard
10227 \begin_inset VSpace -2mm
10228 \end_inset
10229
10230
10231 \end_layout
10232
10233 \begin_layout Standard
10234 \align center
10235 \begin_inset Tabular
10236 <lyxtabular version="3" rows="3" columns="2">
10237 <features tabularvalignment="middle">
10238 <column alignment="center" valignment="top" width="0">
10239 <column alignment="center" valignment="top" width="0">
10240 <row>
10241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10242 \begin_inset Text
10243
10244 \begin_layout Plain Layout
10245 Befehl
10246 \end_layout
10247
10248 \end_inset
10249 </cell>
10250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10251 \begin_inset Text
10252
10253 \begin_layout Plain Layout
10254 Ergebnis
10255 \begin_inset Note Note
10256 status collapsed
10257
10258 \begin_layout Plain Layout
10259
10260 \series bold
10261
10262 \backslash
10263 raisebox
10264 \series default
10265  dient nur als Abstandhalter.
10266 \end_layout
10267
10268 \end_inset
10269
10270
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281 \begin_inset Quotes grd
10282 \end_inset
10283
10284 i
10285 \end_layout
10286
10287 \end_inset
10288 </cell>
10289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 \begin_inset Formula $"i$
10294 \end_inset
10295
10296
10297 \end_layout
10298
10299 \end_inset
10300 </cell>
10301 </row>
10302 <row>
10303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10304 \begin_inset Text
10305
10306 \begin_layout Plain Layout
10307
10308 \backslash
10309 ddot
10310 \begin_inset ERT
10311 status collapsed
10312
10313 \begin_layout Plain Layout
10314
10315
10316 \backslash
10317 leer 
10318 \end_layout
10319
10320 \end_inset
10321
10322 i
10323 \end_layout
10324
10325 \end_inset
10326 </cell>
10327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10328 \begin_inset Text
10329
10330 \begin_layout Plain Layout
10331 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10332 \end_inset
10333
10334
10335 \end_layout
10336
10337 \end_inset
10338 </cell>
10339 </row>
10340 </lyxtabular>
10341
10342 \end_inset
10343
10344
10345 \end_layout
10346
10347 \begin_layout Standard
10348 Ein weiterer Vorteil gegenüber 
10349 \series bold
10350
10351 \backslash
10352 ddot
10353 \series default
10354  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10355  denn die obigen Akzentbefehle sind 
10356 \emph on
10357 im mathematischen Text\SpecialChar \-
10358 modus nicht erlaubt
10359 \emph default
10360 .
10361  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10362  nur das Zeichen unter dem Akzent umgewandelt werden.
10363  Das gilt auch für alle anderen Umwandlungen wie z.
10364 \begin_inset space \thinspace{}
10365 \end_inset
10366
10367 B.
10368  in kursiv oder fett.
10369 \end_layout
10370
10371 \begin_layout Standard
10372 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10373  direkt eingegeben werden.
10374 \end_layout
10375
10376 \begin_layout Subsection
10377 Akzente für Operatoren
10378 \begin_inset Index idx
10379 status collapsed
10380
10381 \begin_layout Plain Layout
10382 Akzente ! für Operatoren
10383 \end_layout
10384
10385 \end_inset
10386
10387
10388 \end_layout
10389
10390 \begin_layout Standard
10391 Zum Akzentuieren von Operatoren gibt es die Befehle 
10392 \series bold
10393
10394 \backslash
10395 overset
10396 \series default
10397
10398 \begin_inset Index idx
10399 status collapsed
10400
10401 \begin_layout Plain Layout
10402 Befehle ! O ! 
10403 \backslash
10404 overset
10405 \end_layout
10406
10407 \end_inset
10408
10409  und 
10410 \series bold
10411
10412 \backslash
10413 underset
10414 \series default
10415
10416 \begin_inset Index idx
10417 status collapsed
10418
10419 \begin_layout Plain Layout
10420 Befehle ! U ! 
10421 \backslash
10422 underset
10423 \end_layout
10424
10425 \end_inset
10426
10427 , mit denen man Zeichen über bzw.
10428  unter einen Operator setzen kann.
10429  Mit dem Befehl 
10430 \series bold
10431
10432 \backslash
10433 sideset
10434 \series default
10435
10436 \begin_inset Index idx
10437 status collapsed
10438
10439 \begin_layout Plain Layout
10440 Befehle ! S ! 
10441 \backslash
10442 sideset
10443 \end_layout
10444
10445 \end_inset
10446
10447  können Zeichen vor und nach einen Operator gesetzt werden.
10448  Das Befehlsschema lautet:
10449 \end_layout
10450
10451 \begin_layout Standard
10452
10453 \series bold
10454
10455 \backslash
10456 sideset{Zeichen
10457 \series default
10458  
10459 \series bold
10460 davor}{Zeichen
10461 \series default
10462  
10463 \series bold
10464 dahinter}
10465 \end_layout
10466
10467 \begin_layout Standard
10468
10469 \series bold
10470
10471 \backslash
10472 sideset
10473 \series default
10474  muss immer vor dem zu akzentuierenden Operator stehen.
10475  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10476  Symbolen akzentuiert werden.
10477  Will man mit 
10478 \series bold
10479
10480 \backslash
10481 sideset
10482 \series default
10483  z.
10484 \begin_inset space \thinspace{}
10485 \end_inset
10486
10487 B.
10488  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10489  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10490 \end_layout
10491
10492 \begin_layout Standard
10493 Z.
10494 \begin_inset space \thinspace{}
10495 \end_inset
10496
10497 B.
10498  ergibt der Befehl 
10499 \series bold
10500
10501 \backslash
10502 sideset{
10503 \begin_inset Formula $\to$
10504 \end_inset
10505
10506
10507 \backslash
10508 {
10509 \series default
10510 '
10511 \series bold
10512
10513 \begin_inset Formula $\to$
10514 \end_inset
10515
10516
10517 \backslash
10518 sum_k=1
10519 \begin_inset ERT
10520 status collapsed
10521
10522 \begin_layout Plain Layout
10523
10524
10525 \backslash
10526 leer 
10527 \end_layout
10528
10529 \end_inset
10530
10531
10532 \series default
10533 ^
10534 \series bold
10535 n
10536 \series default
10537  :
10538 \begin_inset Formula \[
10539 \sideset{}{'}\sum_{k=1}^{n}
10540 \]
10541
10542 \end_inset
10543
10544
10545 \end_layout
10546
10547 \begin_layout Standard
10548 Der Befehl 
10549 \series bold
10550
10551 \backslash
10552 overset
10553 \begin_inset ERT
10554 status collapsed
10555
10556 \begin_layout Plain Layout
10557
10558
10559 \backslash
10560 leer 
10561 \end_layout
10562
10563 \end_inset
10564
10565
10566 \backslash
10567 maltese
10568 \begin_inset ERT
10569 status collapsed
10570
10571 \begin_layout Plain Layout
10572
10573
10574 \backslash
10575 leer 
10576 \end_layout
10577
10578 \end_inset
10579
10580
10581 \series default
10582
10583 \begin_inset Formula $\uparrow$
10584 \end_inset
10585
10586
10587 \series bold
10588 a
10589 \series default
10590  ergibt:
10591 \begin_inset Formula \[
10592 \overset{a}{\maltese}
10593 \]
10594
10595 \end_inset
10596
10597 Wie man am letzten Beispiel sieht, kann man mit 
10598 \series bold
10599
10600 \backslash
10601 overset
10602 \series default
10603  bzw.
10604  
10605 \series bold
10606
10607 \backslash
10608 underset
10609 \series default
10610  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10611 \series bold
10612
10613 \backslash
10614 sideset
10615 \series default
10616  ist dies nicht möglich.
10617 \end_layout
10618
10619 \begin_layout Subsection
10620 Akzente für mehrere Zeichen
10621 \begin_inset Index idx
10622 status collapsed
10623
10624 \begin_layout Plain Layout
10625 Akzente ! für mehrere Zeichen
10626 \end_layout
10627
10628 \end_inset
10629
10630
10631 \end_layout
10632
10633 \begin_layout Standard
10634 \begin_inset space \hfill{}
10635 \end_inset
10636
10637
10638 \begin_inset Tabular
10639 <lyxtabular version="3" rows="5" columns="2">
10640 <features tabularvalignment="middle">
10641 <column alignment="center" valignment="top" width="0pt">
10642 <column alignment="center" valignment="top" width="0pt">
10643 <row>
10644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10645 \begin_inset Text
10646
10647 \begin_layout Plain Layout
10648 Befehl
10649 \end_layout
10650
10651 \end_inset
10652 </cell>
10653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10654 \begin_inset Text
10655
10656 \begin_layout Plain Layout
10657 Ergebnis
10658 \begin_inset Note Note
10659 status collapsed
10660
10661 \begin_layout Plain Layout
10662
10663 \series bold
10664
10665 \backslash
10666 raisebox
10667 \series default
10668  dient nur als Abstandhalter.
10669 \end_layout
10670
10671 \end_inset
10672
10673
10674 \end_layout
10675
10676 \end_inset
10677 </cell>
10678 </row>
10679 <row>
10680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10681 \begin_inset Text
10682
10683 \begin_layout Plain Layout
10684
10685 \backslash
10686 overleftarrow
10687 \begin_inset ERT
10688 status collapsed
10689
10690 \begin_layout Plain Layout
10691
10692
10693 \backslash
10694 leer 
10695 \end_layout
10696
10697 \end_inset
10698
10699 A=B
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10705 \begin_inset Text
10706
10707 \begin_layout Plain Layout
10708 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10709 \end_inset
10710
10711
10712 \end_layout
10713
10714 \end_inset
10715 </cell>
10716 </row>
10717 <row>
10718 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10719 \begin_inset Text
10720
10721 \begin_layout Plain Layout
10722
10723 \backslash
10724 underleftarrow
10725 \begin_inset ERT
10726 status collapsed
10727
10728 \begin_layout Plain Layout
10729
10730
10731 \backslash
10732 leer 
10733 \end_layout
10734
10735 \end_inset
10736
10737 A=B
10738 \end_layout
10739
10740 \end_inset
10741 </cell>
10742 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10743 \begin_inset Text
10744
10745 \begin_layout Plain Layout
10746 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10747 \end_inset
10748
10749
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 </row>
10755 <row>
10756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10757 \begin_inset Text
10758
10759 \begin_layout Plain Layout
10760
10761 \backslash
10762 overleftrightarrow
10763 \begin_inset ERT
10764 status collapsed
10765
10766 \begin_layout Plain Layout
10767
10768
10769 \backslash
10770 leer 
10771 \end_layout
10772
10773 \end_inset
10774
10775 A=B
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10781 \begin_inset Text
10782
10783 \begin_layout Plain Layout
10784 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10785 \end_inset
10786
10787
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 </row>
10793 <row>
10794 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10795 \begin_inset Text
10796
10797 \begin_layout Plain Layout
10798
10799 \backslash
10800 underleftrightarrow
10801 \begin_inset ERT
10802 status collapsed
10803
10804 \begin_layout Plain Layout
10805
10806
10807 \backslash
10808 leer 
10809 \end_layout
10810
10811 \end_inset
10812
10813 A=B
10814 \end_layout
10815
10816 \end_inset
10817 </cell>
10818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10819 \begin_inset Text
10820
10821 \begin_layout Plain Layout
10822 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10823 \end_inset
10824
10825
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 </row>
10831 </lyxtabular>
10832
10833 \end_inset
10834
10835
10836 \begin_inset space \hfill{}
10837 \end_inset
10838
10839
10840 \begin_inset Tabular
10841 <lyxtabular version="3" rows="5" columns="2">
10842 <features tabularvalignment="middle">
10843 <column alignment="center" valignment="top" width="0pt">
10844 <column alignment="center" valignment="top" width="0pt">
10845 <row>
10846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10847 \begin_inset Text
10848
10849 \begin_layout Plain Layout
10850 Befehl
10851 \end_layout
10852
10853 \end_inset
10854 </cell>
10855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10856 \begin_inset Text
10857
10858 \begin_layout Plain Layout
10859 Ergebnis
10860 \end_layout
10861
10862 \end_inset
10863 </cell>
10864 </row>
10865 <row>
10866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10867 \begin_inset Text
10868
10869 \begin_layout Plain Layout
10870
10871 \backslash
10872 overrightarrow
10873 \begin_inset ERT
10874 status collapsed
10875
10876 \begin_layout Plain Layout
10877
10878
10879 \backslash
10880 leer 
10881 \end_layout
10882
10883 \end_inset
10884
10885 A=B
10886 \end_layout
10887
10888 \end_inset
10889 </cell>
10890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10891 \begin_inset Text
10892
10893 \begin_layout Plain Layout
10894 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10895 \end_inset
10896
10897
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 </row>
10903 <row>
10904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10905 \begin_inset Text
10906
10907 \begin_layout Plain Layout
10908
10909 \backslash
10910 underrightarrow
10911 \begin_inset ERT
10912 status collapsed
10913
10914 \begin_layout Plain Layout
10915
10916
10917 \backslash
10918 leer 
10919 \end_layout
10920
10921 \end_inset
10922
10923 A=B
10924 \end_layout
10925
10926 \end_inset
10927 </cell>
10928 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10929 \begin_inset Text
10930
10931 \begin_layout Plain Layout
10932 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10933 \end_inset
10934
10935
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 </row>
10941 <row>
10942 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10943 \begin_inset Text
10944
10945 \begin_layout Plain Layout
10946
10947 \backslash
10948 widetilde
10949 \begin_inset ERT
10950 status collapsed
10951
10952 \begin_layout Plain Layout
10953
10954
10955 \backslash
10956 leer 
10957 \end_layout
10958
10959 \end_inset
10960
10961 A=B
10962 \end_layout
10963
10964 \end_inset
10965 </cell>
10966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10967 \begin_inset Text
10968
10969 \begin_layout Plain Layout
10970 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10971 \end_inset
10972
10973
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 </row>
10979 <row>
10980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \backslash
10986 widehat
10987 \begin_inset ERT
10988 status collapsed
10989
10990 \begin_layout Plain Layout
10991
10992
10993 \backslash
10994 leer 
10995 \end_layout
10996
10997 \end_inset
10998
10999 A=B
11000 \end_layout
11001
11002 \end_inset
11003 </cell>
11004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11005 \begin_inset Text
11006
11007 \begin_layout Plain Layout
11008 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11009 \end_inset
11010
11011
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 </row>
11017 </lyxtabular>
11018
11019 \end_inset
11020
11021
11022 \begin_inset space \hfill{}
11023 \end_inset
11024
11025
11026 \end_layout
11027
11028 \begin_layout Standard
11029 \begin_inset VSpace medskip
11030 \end_inset
11031
11032 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11033  Die Akzente
11034 \begin_inset Newline linebreak
11035 \end_inset
11036
11037
11038 \series bold
11039
11040 \backslash
11041 widetilde
11042 \series default
11043  und 
11044 \series bold
11045
11046 \backslash
11047 widehat
11048 \series default
11049  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11050  was folgendes Beispiel verdeutlicht:
11051 \begin_inset Formula \[
11052 \widetilde{A+B=C-D}
11053 \]
11054
11055 \end_inset
11056
11057
11058 \end_layout
11059
11060 \begin_layout Standard
11061 Mit den im vorigen Kapitel beschriebenen Befehlen 
11062 \series bold
11063
11064 \backslash
11065 overset
11066 \series default
11067
11068 \begin_inset Index idx
11069 status collapsed
11070
11071 \begin_layout Plain Layout
11072 Befehle ! O ! 
11073 \backslash
11074 overset
11075 \end_layout
11076
11077 \end_inset
11078
11079  und 
11080 \series bold
11081
11082 \backslash
11083 underset
11084 \series default
11085
11086 \begin_inset Index idx
11087 status collapsed
11088
11089 \begin_layout Plain Layout
11090 Befehle ! U ! 
11091 \backslash
11092 underset
11093 \end_layout
11094
11095 \end_inset
11096
11097  ist es auch möglich mehrere Zeichen zu akzentuieren.
11098  Der Befehl 
11099 \series bold
11100
11101 \backslash
11102 underset
11103 \begin_inset ERT
11104 status collapsed
11105
11106 \begin_layout Plain Layout
11107
11108
11109 \backslash
11110 leer 
11111 \end_layout
11112
11113 \end_inset
11114
11115 A=B
11116 \begin_inset Formula $\downarrow$
11117 \end_inset
11118
11119 ***
11120 \series default
11121  ergibt:
11122 \begin_inset Formula \[
11123 \underset{***}{A=B}
11124 \]
11125
11126 \end_inset
11127
11128
11129 \end_layout
11130
11131 \begin_layout Section
11132 Leerraum
11133 \begin_inset CommandInset label
11134 LatexCommand label
11135 name "sub:Leerraum"
11136
11137 \end_inset
11138
11139
11140 \begin_inset Index idx
11141 status collapsed
11142
11143 \begin_layout Plain Layout
11144 Leerraum ! horizontaler
11145 \end_layout
11146
11147 \end_inset
11148
11149
11150 \end_layout
11151
11152 \begin_layout Subsection
11153 Vordefinierter Leerraum
11154 \begin_inset CommandInset label
11155 LatexCommand label
11156 name "sub:Vordefinierter-Leerraum"
11157
11158 \end_inset
11159
11160
11161 \begin_inset Index idx
11162 status collapsed
11163
11164 \begin_layout Plain Layout
11165 Leerraum ! horizontaler ! vordefiniert
11166 \end_layout
11167
11168 \end_inset
11169
11170
11171 \end_layout
11172
11173 \begin_layout Standard
11174 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11175  Dazu gibt man ein geschütztes Leerzeichen ein.
11176  Es erscheint ein 
11177 \begin_inset Quotes gld
11178 \end_inset
11179
11180
11181 \color blue
11182
11183 \begin_inset ERT
11184 status collapsed
11185
11186 \begin_layout Plain Layout
11187
11188
11189 \backslash
11190 leer 
11191 \end_layout
11192
11193 \end_inset
11194
11195
11196 \color inherit
11197
11198 \begin_inset Quotes grd
11199 \end_inset
11200
11201  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11202  Leerraum-Größen wählen.
11203  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11204 \begin_inset Graphics
11205         filename ../../images/math/space.png
11206         scale 85
11207
11208 \end_inset
11209
11210  oder mit einzelnen Befehlen aufrufen.
11211  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11212  danach wieder aus allen Größen wählen.
11213 \end_layout
11214
11215 \begin_layout Standard
11216 \align center
11217 \begin_inset VSpace -5mm
11218 \end_inset
11219
11220
11221 \begin_inset Tabular
11222 <lyxtabular version="3" rows="3" columns="7">
11223 <features tabularvalignment="middle">
11224 <column alignment="center" valignment="middle" width="6.8cm">
11225 <column alignment="center" valignment="top" width="0pt">
11226 <column alignment="center" valignment="top" width="0pt">
11227 <column alignment="center" valignment="top" width="0pt">
11228 <column alignment="center" valignment="top" width="0pt">
11229 <column alignment="center" valignment="top" width="0pt">
11230 <column alignment="center" valignment="top" width="0pt">
11231 <row>
11232 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11233 \begin_inset Text
11234
11235 \begin_layout Plain Layout
11236 Befehl
11237 \end_layout
11238
11239 \end_inset
11240 </cell>
11241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11242 \begin_inset Text
11243
11244 \begin_layout Plain Layout
11245
11246 \backslash
11247 ,
11248 \end_layout
11249
11250 \end_inset
11251 </cell>
11252 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11253 \begin_inset Text
11254
11255 \begin_layout Plain Layout
11256
11257 \backslash
11258 :
11259 \end_layout
11260
11261 \end_inset
11262 </cell>
11263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11264 \begin_inset Text
11265
11266 \begin_layout Plain Layout
11267
11268 \backslash
11269 ;
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278
11279 \backslash
11280 quad
11281 \end_layout
11282
11283 \end_inset
11284 </cell>
11285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11286 \begin_inset Text
11287
11288 \begin_layout Plain Layout
11289
11290 \backslash
11291 qquad
11292 \end_layout
11293
11294 \end_inset
11295 </cell>
11296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11297 \begin_inset Text
11298
11299 \begin_layout Plain Layout
11300
11301 \backslash
11302 !
11303 \end_layout
11304
11305 \end_inset
11306 </cell>
11307 </row>
11308 <row>
11309 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11310 \begin_inset Text
11311
11312 \begin_layout Plain Layout
11313 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11314 \end_layout
11315
11316 \end_inset
11317 </cell>
11318 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11319 \begin_inset Text
11320
11321 \begin_layout Plain Layout
11322 0
11323 \end_layout
11324
11325 \end_inset
11326 </cell>
11327 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11328 \begin_inset Text
11329
11330 \begin_layout Plain Layout
11331 1
11332 \end_layout
11333
11334 \end_inset
11335 </cell>
11336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11337 \begin_inset Text
11338
11339 \begin_layout Plain Layout
11340 2
11341 \end_layout
11342
11343 \end_inset
11344 </cell>
11345 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11346 \begin_inset Text
11347
11348 \begin_layout Plain Layout
11349 3
11350 \end_layout
11351
11352 \end_inset
11353 </cell>
11354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11355 \begin_inset Text
11356
11357 \begin_layout Plain Layout
11358 4
11359 \end_layout
11360
11361 \end_inset
11362 </cell>
11363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11364 \begin_inset Text
11365
11366 \begin_layout Plain Layout
11367 5
11368 \end_layout
11369
11370 \end_inset
11371 </cell>
11372 </row>
11373 <row>
11374 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11375 \begin_inset Text
11376
11377 \begin_layout Plain Layout
11378 Ergebnis
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11384 \begin_inset Text
11385
11386 \begin_layout Plain Layout
11387 \begin_inset Formula $A\, B$
11388 \end_inset
11389
11390
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 \begin_inset Formula $A\: B$
11400 \end_inset
11401
11402
11403 \end_layout
11404
11405 \end_inset
11406 </cell>
11407 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11408 \begin_inset Text
11409
11410 \begin_layout Plain Layout
11411 \begin_inset Formula $A\; B$
11412 \end_inset
11413
11414
11415 \end_layout
11416
11417 \end_inset
11418 </cell>
11419 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423 \begin_inset Formula $A\quad B$
11424 \end_inset
11425
11426
11427 \end_layout
11428
11429 \end_inset
11430 </cell>
11431 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 \begin_inset Formula $A\qquad B$
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \end_inset
11442 </cell>
11443 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11444 \begin_inset Text
11445
11446 \begin_layout Plain Layout
11447 \begin_inset Formula $A\! B$
11448 \end_inset
11449
11450
11451 \end_layout
11452
11453 \end_inset
11454 </cell>
11455 </row>
11456 </lyxtabular>
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \begin_layout Standard
11464 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11465  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11466  denn sie erstellt negativen Leerraum.
11467  Es gibt noch zwei weitere negative Leerräume:
11468 \end_layout
11469
11470 \begin_layout Standard
11471 \align center
11472 \begin_inset Tabular
11473 <lyxtabular version="3" rows="3" columns="3">
11474 <features tabularvalignment="middle">
11475 <column alignment="center" valignment="middle" width="6.8cm">
11476 <column alignment="center" valignment="top" width="0pt">
11477 <column alignment="center" valignment="top" width="0pt">
11478 <row>
11479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11480 \begin_inset Text
11481
11482 \begin_layout Plain Layout
11483 Befehl
11484 \end_layout
11485
11486 \end_inset
11487 </cell>
11488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11489 \begin_inset Text
11490
11491 \begin_layout Plain Layout
11492
11493 \backslash
11494 negmedspace
11495 \end_layout
11496
11497 \end_inset
11498 </cell>
11499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11500 \begin_inset Text
11501
11502 \begin_layout Plain Layout
11503
11504 \backslash
11505 negthickspace
11506 \end_layout
11507
11508 \end_inset
11509 </cell>
11510 </row>
11511 <row>
11512 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11517 \end_layout
11518
11519 \end_inset
11520 </cell>
11521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11522 \begin_inset Text
11523
11524 \begin_layout Plain Layout
11525 6
11526 \end_layout
11527
11528 \end_inset
11529 </cell>
11530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11531 \begin_inset Text
11532
11533 \begin_layout Plain Layout
11534 7
11535 \end_layout
11536
11537 \end_inset
11538 </cell>
11539 </row>
11540 <row>
11541 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11542 \begin_inset Text
11543
11544 \begin_layout Plain Layout
11545 Ergebnis
11546 \end_layout
11547
11548 \end_inset
11549 </cell>
11550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11551 \begin_inset Text
11552
11553 \begin_layout Plain Layout
11554 \begin_inset Formula $A\negmedspace B$
11555 \end_inset
11556
11557
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11563 \begin_inset Text
11564
11565 \begin_layout Plain Layout
11566 \begin_inset Formula $A\negthickspace B$
11567 \end_inset
11568
11569
11570 \end_layout
11571
11572 \end_inset
11573 </cell>
11574 </row>
11575 </lyxtabular>
11576
11577 \end_inset
11578
11579
11580 \end_layout
11581
11582 \begin_layout Standard
11583 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11584  Man kann auf diese Weise Ligaturen erzwingen, was z.
11585 \begin_inset space \thinspace{}
11586 \end_inset
11587
11588 B.
11589  für Summenzeichen von Nutzen ist: 
11590 \end_layout
11591
11592 \begin_layout Standard
11593 \align center
11594 \begin_inset Tabular
11595 <lyxtabular version="3" rows="3" columns="2">
11596 <features tabularvalignment="middle">
11597 <column alignment="center" valignment="top" width="0">
11598 <column alignment="center" valignment="top" width="0">
11599 <row>
11600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11601 \begin_inset Text
11602
11603 \begin_layout Plain Layout
11604 Befehl
11605 \end_layout
11606
11607 \end_inset
11608 </cell>
11609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11610 \begin_inset Text
11611
11612 \begin_layout Plain Layout
11613 Ergebnis
11614 \begin_inset Note Note
11615 status collapsed
11616
11617 \begin_layout Plain Layout
11618
11619 \series bold
11620
11621 \backslash
11622 raisebox
11623 \series default
11624  dient nur als Abstandhalter.
11625 \end_layout
11626
11627 \end_inset
11628
11629
11630 \end_layout
11631
11632 \end_inset
11633 </cell>
11634 </row>
11635 <row>
11636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11637 \begin_inset Text
11638
11639 \begin_layout Plain Layout
11640
11641 \backslash
11642 sum
11643 \backslash
11644 sum
11645 \begin_inset ERT
11646 status collapsed
11647
11648 \begin_layout Plain Layout
11649
11650
11651 \backslash
11652 leer 
11653 \end_layout
11654
11655 \end_inset
11656
11657 f_kl
11658 \end_layout
11659
11660 \end_inset
11661 </cell>
11662 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11663 \begin_inset Text
11664
11665 \begin_layout Plain Layout
11666 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11667 \end_inset
11668
11669
11670 \end_layout
11671
11672 \end_inset
11673 </cell>
11674 </row>
11675 <row>
11676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11677 \begin_inset Text
11678
11679 \begin_layout Plain Layout
11680
11681 \backslash
11682 sum
11683 \backslash
11684 negmedspace
11685 \backslash
11686 sum
11687 \begin_inset ERT
11688 status collapsed
11689
11690 \begin_layout Plain Layout
11691
11692
11693 \backslash
11694 leer 
11695 \end_layout
11696
11697 \end_inset
11698
11699 f_kl
11700 \end_layout
11701
11702 \end_inset
11703 </cell>
11704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11705 \begin_inset Text
11706
11707 \begin_layout Plain Layout
11708 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11709 \end_inset
11710
11711
11712 \end_layout
11713
11714 \end_inset
11715 </cell>
11716 </row>
11717 </lyxtabular>
11718
11719 \end_inset
11720
11721
11722 \end_layout
11723
11724 \begin_layout Standard
11725 Relationen, wie z.
11726 \begin_inset space \thinspace{}
11727 \end_inset
11728
11729 B.
11730  Gleichheitszeichen, sind immer von Leerraum umgeben.
11731  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11732  TeX-Klammer.
11733  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11734 \end_layout
11735
11736 \begin_layout Standard
11737 \align center
11738 \begin_inset Tabular
11739 <lyxtabular version="3" rows="2" columns="2">
11740 <features tabularvalignment="middle">
11741 <column alignment="center" valignment="top" width="0pt">
11742 <column alignment="center" valignment="top" width="0pt">
11743 <row>
11744 <cell alignment="center" valignment="top" usebox="none">
11745 \begin_inset Text
11746
11747 \begin_layout Plain Layout
11748 normale Gleichung
11749 \end_layout
11750
11751 \end_inset
11752 </cell>
11753 <cell alignment="center" valignment="top" usebox="none">
11754 \begin_inset Text
11755
11756 \begin_layout Plain Layout
11757 \begin_inset Formula $A=B$
11758 \end_inset
11759
11760
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 </row>
11766 <row>
11767 <cell alignment="center" valignment="top" usebox="none">
11768 \begin_inset Text
11769
11770 \begin_layout Plain Layout
11771 \begin_inset Note Note
11772 status collapsed
11773
11774 \begin_layout Plain Layout
11775
11776 \series bold
11777
11778 \backslash
11779 raisebox
11780 \series default
11781  dient nur als Abstandhalter.
11782 \end_layout
11783
11784 \end_inset
11785
11786
11787 \begin_inset Formula $\raisebox{5mm}{}$
11788 \end_inset
11789
11790 Gleichung ohne Leerraum
11791 \end_layout
11792
11793 \end_inset
11794 </cell>
11795 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11796 \begin_inset Text
11797
11798 \begin_layout Plain Layout
11799 \begin_inset Formula $A{=}B$
11800 \end_inset
11801
11802
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 </row>
11808 </lyxtabular>
11809
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \begin_layout Standard
11816 Der Befehl für die letzte Formel lautet: 
11817 \series bold
11818 A
11819 \backslash
11820 {=
11821 \begin_inset Formula $\to$
11822 \end_inset
11823
11824 B
11825 \end_layout
11826
11827 \begin_layout Standard
11828 \begin_inset VSpace bigskip
11829 \end_inset
11830
11831 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11832  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11833  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11834 \family sans
11835 Einfügen\SpecialChar \menuseparator
11836 Formatierung\SpecialChar \menuseparator
11837 Kleiner
11838 \begin_inset space ~
11839 \end_inset
11840
11841 Abstand
11842 \family default
11843  (Tastenkürzel 
11844 \family sans
11845 Strg+Shift+Leertaste
11846 \family default
11847 ) ein.
11848 \end_layout
11849
11850 \begin_layout Standard
11851 Ein Beispiel zur Veranschaulichung:
11852 \end_layout
11853
11854 \begin_layout Standard
11855 \begin_inset Tabular
11856 <lyxtabular version="3" rows="2" columns="2">
11857 <features tabularvalignment="middle">
11858 <column alignment="left" valignment="top" width="0">
11859 <column alignment="left" valignment="top" width="0">
11860 <row>
11861 <cell alignment="center" valignment="top" usebox="none">
11862 \begin_inset Text
11863
11864 \begin_layout Plain Layout
11865 24 kW
11866 \begin_inset Formula $\cdot$
11867 \end_inset
11868
11869 h
11870 \end_layout
11871
11872 \end_inset
11873 </cell>
11874 <cell alignment="center" valignment="top" usebox="none">
11875 \begin_inset Text
11876
11877 \begin_layout Plain Layout
11878 Leerzeichen zwischen Wert und Einheit
11879 \end_layout
11880
11881 \end_inset
11882 </cell>
11883 </row>
11884 <row>
11885 <cell alignment="center" valignment="top" usebox="none">
11886 \begin_inset Text
11887
11888 \begin_layout Plain Layout
11889 24
11890 \begin_inset space \thinspace{}
11891 \end_inset
11892
11893 kW
11894 \begin_inset Formula $\cdot$
11895 \end_inset
11896
11897 h
11898 \end_layout
11899
11900 \end_inset
11901 </cell>
11902 <cell alignment="center" valignment="top" usebox="none">
11903 \begin_inset Text
11904
11905 \begin_layout Plain Layout
11906 kleinster Leerraum zwischen Wert und Einheit
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 </row>
11912 </lyxtabular>
11913
11914 \end_inset
11915
11916
11917 \end_layout
11918
11919 \begin_layout Subsection
11920 Variabler Leerraum
11921 \begin_inset ERT
11922 status collapsed
11923
11924 \begin_layout Plain Layout
11925
11926
11927 \backslash
11928 texorpdfstring{
11929 \end_layout
11930
11931 \end_inset
11932
11933
11934 \begin_inset Foot
11935 status collapsed
11936
11937 \begin_layout Plain Layout
11938 für vertikalen Leerraum in Formeln siehe 
11939 \begin_inset CommandInset ref
11940 LatexCommand ref
11941 reference "sub:Zeilenabstand"
11942
11943 \end_inset
11944
11945
11946 \end_layout
11947
11948 \end_inset
11949
11950
11951 \begin_inset ERT
11952 status collapsed
11953
11954 \begin_layout Plain Layout
11955
11956 }{}
11957 \end_layout
11958
11959 \end_inset
11960
11961
11962 \begin_inset Note Note
11963 status collapsed
11964
11965 \begin_layout Plain Layout
11966
11967 \series bold
11968
11969 \backslash
11970 texorpdfstring
11971 \series default
11972  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11973 \end_layout
11974
11975 \begin_layout Plain Layout
11976 Näheres zu 
11977 \series bold
11978
11979 \backslash
11980 texorpdfstring
11981 \series default
11982  steht in Kapitel 
11983 \begin_inset CommandInset ref
11984 LatexCommand ref
11985 reference "sub:Formeln-in-Überschriften"
11986
11987 \end_inset
11988
11989 .
11990 \end_layout
11991
11992 \end_inset
11993
11994
11995 \begin_inset CommandInset label
11996 LatexCommand label
11997 name "sub:Variabler-Leerraum"
11998
11999 \end_inset
12000
12001
12002 \begin_inset Index idx
12003 status collapsed
12004
12005 \begin_layout Plain Layout
12006 Leerraum ! horizontaler ! variabel
12007 \end_layout
12008
12009 \end_inset
12010
12011
12012 \end_layout
12013
12014 \begin_layout Standard
12015 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12016 \series bold
12017
12018 \backslash
12019 hspace
12020 \series default
12021
12022 \begin_inset Index idx
12023 status collapsed
12024
12025 \begin_layout Plain Layout
12026 Befehle ! H ! 
12027 \backslash
12028 hspace
12029 \end_layout
12030
12031 \end_inset
12032
12033  einfügen.
12034  Es erscheint ein langes 
12035 \begin_inset Quotes gld
12036 \end_inset
12037
12038
12039 \color blue
12040
12041 \begin_inset ERT
12042 status collapsed
12043
12044 \begin_layout Plain Layout
12045
12046
12047 \backslash
12048 leer 
12049 \end_layout
12050
12051 \end_inset
12052
12053
12054 \color inherit
12055
12056 \begin_inset Quotes grd
12057 \end_inset
12058
12059 .
12060  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12061  das 
12062 \begin_inset Quotes gld
12063 \end_inset
12064
12065
12066 \color blue
12067
12068 \begin_inset ERT
12069 status collapsed
12070
12071 \begin_layout Plain Layout
12072
12073
12074 \backslash
12075 leer 
12076 \end_layout
12077
12078 \end_inset
12079
12080
12081 \color inherit
12082
12083 \begin_inset Quotes grd
12084 \end_inset
12085
12086  klickt.
12087  Die Länge darf auch negativ sein.
12088  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12089  einnimmt, benutzt man den Befehl 
12090 \series bold
12091
12092 \backslash
12093 hfill
12094 \series default
12095
12096 \begin_inset Index idx
12097 status collapsed
12098
12099 \begin_layout Plain Layout
12100 Befehle ! H ! 
12101 \backslash
12102 hfill
12103 \end_layout
12104
12105 \end_inset
12106
12107 .
12108 \end_layout
12109
12110 \begin_layout Standard
12111 \begin_inset VSpace -1mm
12112 \end_inset
12113
12114
12115 \end_layout
12116
12117 \begin_layout Standard
12118 \align center
12119 \begin_inset Tabular
12120 <lyxtabular version="3" rows="4" columns="2">
12121 <features tabularvalignment="middle">
12122 <column alignment="center" valignment="top" width="0">
12123 <column alignment="center" valignment="top" width="0">
12124 <row>
12125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12126 \begin_inset Text
12127
12128 \begin_layout Plain Layout
12129 Befehl (
12130 \backslash
12131 hspace Länge)
12132 \end_layout
12133
12134 \end_inset
12135 </cell>
12136 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12137 \begin_inset Text
12138
12139 \begin_layout Plain Layout
12140 Ergebnis
12141 \end_layout
12142
12143 \end_inset
12144 </cell>
12145 </row>
12146 <row>
12147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12148 \begin_inset Text
12149
12150 \begin_layout Plain Layout
12151 A=B
12152 \backslash
12153 hspace{3cm
12154 \begin_inset Formula $\to$
12155 \end_inset
12156
12157 A
12158 \backslash
12159 not=C (3
12160 \begin_inset space \thinspace{}
12161 \end_inset
12162
12163 cm)
12164 \end_layout
12165
12166 \end_inset
12167 </cell>
12168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12169 \begin_inset Text
12170
12171 \begin_layout Plain Layout
12172 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12173 \end_inset
12174
12175
12176 \end_layout
12177
12178 \end_inset
12179 </cell>
12180 </row>
12181 <row>
12182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12183 \begin_inset Text
12184
12185 \begin_layout Plain Layout
12186 A
12187 \backslash
12188 hspace{-1mm
12189 \begin_inset Formula $\to$
12190 \end_inset
12191
12192 A
12193 \backslash
12194 not=A (-1
12195 \begin_inset space \thinspace{}
12196 \end_inset
12197
12198 mm)
12199 \end_layout
12200
12201 \end_inset
12202 </cell>
12203 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12204 \begin_inset Text
12205
12206 \begin_layout Plain Layout
12207 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12208 \end_inset
12209
12210
12211 \end_layout
12212
12213 \end_inset
12214 </cell>
12215 </row>
12216 <row>
12217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12218 \begin_inset Text
12219
12220 \begin_layout Plain Layout
12221 A=A
12222 \backslash
12223 hfill
12224 \begin_inset ERT
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228
12229
12230 \backslash
12231 leer 
12232 \end_layout
12233
12234 \end_inset
12235
12236 B=B
12237 \end_layout
12238
12239 \end_inset
12240 </cell>
12241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12242 \begin_inset Text
12243
12244 \begin_layout Plain Layout
12245 \begin_inset Formula $A=A\hfill B=B$
12246 \end_inset
12247
12248
12249 \end_layout
12250
12251 \end_inset
12252 </cell>
12253 </row>
12254 </lyxtabular>
12255
12256 \end_inset
12257
12258
12259 \end_layout
12260
12261 \begin_layout Standard
12262 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12263  Spalteneintrags der Tabelle vorgegeben.
12264  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12265  in die 
12266 \series bold
12267
12268 \backslash
12269 hfill
12270 \series default
12271  eingegeben wird.
12272  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12273  
12274 \series bold
12275
12276 \backslash
12277 hfill
12278 \series default
12279  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12280 \series bold
12281 Eingerückt
12282 \series default
12283  eingestellt ist.
12284  (Formelstile sind in 
12285 \begin_inset CommandInset ref
12286 LatexCommand ref
12287 reference "sec:Formelstile"
12288
12289 \end_inset
12290
12291  erklärt.)
12292 \end_layout
12293
12294 \begin_layout Standard
12295 Neben 
12296 \series bold
12297
12298 \backslash
12299 hfill
12300 \series default
12301  gibt es noch die Befehle 
12302 \series bold
12303
12304 \backslash
12305 dotfill
12306 \series default
12307  und 
12308 \series bold
12309
12310 \backslash
12311 hrulefill
12312 \series default
12313 , die den Leerraum mit einem Muster füllen, siehe 
12314 \begin_inset CommandInset ref
12315 LatexCommand ref
12316 reference "sub:Fortsetzungspunkte"
12317
12318 \end_inset
12319
12320  für ein Beispiel.
12321 \end_layout
12322
12323 \begin_layout Standard
12324 Variabler Leerraum kann für Text über das Menü 
12325 \family sans
12326 Einfügen\SpecialChar \menuseparator
12327 Formatierung\SpecialChar \menuseparator
12328 Horizontaler
12329 \begin_inset space ~
12330 \end_inset
12331
12332 Abstand
12333 \family default
12334  eingefügt werden:
12335 \end_layout
12336
12337 \begin_layout Standard
12338 Dies ist eine Zeile mit
12339 \begin_inset space \hspace{}
12340 \length 2cm
12341 \end_inset
12342
12343 2
12344 \begin_inset space \thinspace{}
12345 \end_inset
12346
12347 cm Leerraum.
12348 \end_layout
12349
12350 \begin_layout Standard
12351 Dies ist eine Zeile mit
12352 \begin_inset space \hfill{}
12353 \end_inset
12354
12355 maximalem Leerraum.
12356 \end_layout
12357
12358 \begin_layout Subsection
12359 Leerraum neben eingebetteten Formeln
12360 \begin_inset Index idx
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364 Leerraum ! neben eingebetteten Formeln
12365 \end_layout
12366
12367 \end_inset
12368
12369
12370 \end_layout
12371
12372 \begin_layout Standard
12373 Über die Länge 
12374 \series bold
12375
12376 \backslash
12377 mathsurround
12378 \series default
12379
12380 \begin_inset Index idx
12381 status collapsed
12382
12383 \begin_layout Plain Layout
12384 Befehle ! M ! 
12385 \backslash
12386 mathsurround
12387 \end_layout
12388
12389 \end_inset
12390
12391  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12392  wird.
12393  Der Wert einer Länge wird mit dem Befehl 
12394 \series bold
12395
12396 \backslash
12397 setlength
12398 \series default
12399
12400 \begin_inset Index idx
12401 status collapsed
12402
12403 \begin_layout Plain Layout
12404 Befehle ! S ! 
12405 \backslash
12406 setlength
12407 \end_layout
12408
12409 \end_inset
12410
12411  gesetzt.
12412  Dieser besitzt folgendes Befehlsschema:
12413 \end_layout
12414
12415 \begin_layout Standard
12416
12417 \series bold
12418
12419 \backslash
12420 setlength{Längenname}{Wert}
12421 \end_layout
12422
12423 \begin_layout Standard
12424 Um 
12425 \series bold
12426
12427 \backslash
12428 mathsurround
12429 \series default
12430  den Wert 5
12431 \begin_inset space \thinspace{}
12432 \end_inset
12433
12434 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12435 \end_layout
12436
12437 \begin_layout Standard
12438
12439 \series bold
12440
12441 \backslash
12442 setlength{
12443 \backslash
12444 mathsurround}{5mm}
12445 \end_layout
12446
12447 \begin_layout Standard
12448 ein.
12449  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12450 \begin_inset space \thinspace{}
12451 \end_inset
12452
12453 mm Leerraum gesetzt:
12454 \begin_inset ERT
12455 status collapsed
12456
12457 \begin_layout Plain Layout
12458
12459
12460 \backslash
12461 setlength{
12462 \backslash
12463 mathsurround}{5mm}
12464 \end_layout
12465
12466 \end_inset
12467
12468
12469 \end_layout
12470
12471 \begin_layout Standard
12472 Dies ist eine Zeile in der sich 
12473 \begin_inset Formula $A=B$
12474 \end_inset
12475
12476  eine Formel mit 5
12477 \begin_inset space \thinspace{}
12478 \end_inset
12479
12480 mm umgebendem Leerraum befindet.
12481 \begin_inset ERT
12482 status collapsed
12483
12484 \begin_layout Plain Layout
12485
12486
12487 \backslash
12488 setlength{
12489 \backslash
12490 mathsurround}{0pt}
12491 \end_layout
12492
12493 \end_inset
12494
12495
12496 \end_layout
12497
12498 \begin_layout Standard
12499 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12500 \series bold
12501
12502 \backslash
12503 mathsurround
12504 \series default
12505  auf den Wert 0
12506 \begin_inset space \thinspace{}
12507 \end_inset
12508
12509 pt.
12510 \end_layout
12511
12512 \begin_layout Section
12513 Boxen und Rahmen
12514 \begin_inset Index idx
12515 status collapsed
12516
12517 \begin_layout Plain Layout
12518 Boxen
12519 \end_layout
12520
12521 \end_inset
12522
12523
12524 \begin_inset Index idx
12525 status collapsed
12526
12527 \begin_layout Plain Layout
12528 Rahmen | see
12529 \begin_inset ERT
12530 status collapsed
12531
12532 \begin_layout Plain Layout
12533
12534 {
12535 \end_layout
12536
12537 \end_inset
12538
12539 Boxen
12540 \begin_inset ERT
12541 status collapsed
12542
12543 \begin_layout Plain Layout
12544
12545 }
12546 \end_layout
12547
12548 \end_inset
12549
12550
12551 \end_layout
12552
12553 \end_inset
12554
12555
12556 \end_layout
12557
12558 \begin_layout Standard
12559 Boxen für Text sind im Kapitel 
12560 \family typewriter
12561 Boxen
12562 \family default
12563  im Handbuch 
12564 \family typewriter
12565 Eingebettete
12566 \begin_inset space ~
12567 \end_inset
12568
12569 Objekte
12570 \family default
12571  beschrieben.
12572 \end_layout
12573
12574 \begin_layout Subsection
12575 Boxen mit Rahmen
12576 \begin_inset CommandInset label
12577 LatexCommand label
12578 name "sub:Boxen-mit-Rahmen"
12579
12580 \end_inset
12581
12582
12583 \begin_inset Index idx
12584 status collapsed
12585
12586 \begin_layout Plain Layout
12587 Boxen ! mit Rahmen
12588 \end_layout
12589
12590 \end_inset
12591
12592
12593 \end_layout
12594
12595 \begin_layout Standard
12596 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12597 \series bold
12598
12599 \backslash
12600 fbox
12601 \series default
12602
12603 \begin_inset Index idx
12604 status collapsed
12605
12606 \begin_layout Plain Layout
12607 Befehle ! F ! 
12608 \backslash
12609 fbox
12610 \end_layout
12611
12612 \end_inset
12613
12614  und 
12615 \series bold
12616
12617 \backslash
12618 boxed
12619 \series default
12620
12621 \begin_inset Index idx
12622 status collapsed
12623
12624 \begin_layout Plain Layout
12625 Befehle ! B ! 
12626 \backslash
12627 boxed
12628 \end_layout
12629
12630 \end_inset
12631
12632  zu umranden.
12633 \end_layout
12634
12635 \begin_layout Standard
12636 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12637  in einem Rahmen.
12638  Bei 
12639 \series bold
12640
12641 \backslash
12642 fbox
12643 \series default
12644  muss in diesem Eingabefeld mit 
12645 \family sans
12646 Strg+M
12647 \family default
12648  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12649  als mathematischer Text behandelt.
12650  Verwendet man 
12651 \series bold
12652
12653 \backslash
12654 boxed
12655 \series default
12656 , wird automatisch im Rahmen eine neue Formel erzeugt.
12657 \end_layout
12658
12659 \begin_layout Standard
12660 Der Befehl 
12661 \series bold
12662
12663 \backslash
12664 fbox
12665 \series default
12666  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12667  wird dann immer in Textzeilengröße gesetzt.
12668  Im Gegensatz dazu ist 
12669 \series bold
12670
12671 \backslash
12672 boxed
12673 \series default
12674  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12675  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12676 \end_layout
12677
12678 \begin_layout Standard
12679 Als Erweiterung zu 
12680 \series bold
12681
12682 \backslash
12683 fbox
12684 \series default
12685  gibt es den Befehl 
12686 \series bold
12687
12688 \backslash
12689 framebox
12690 \series default
12691
12692 \begin_inset Index idx
12693 status collapsed
12694
12695 \begin_layout Plain Layout
12696 Befehle ! F ! 
12697 \backslash
12698 framebox
12699 \end_layout
12700
12701 \end_inset
12702
12703 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12704  kann.
12705  
12706 \series bold
12707
12708 \backslash
12709 framebox
12710 \series default
12711  wird nach folgendem Schema verwendet:
12712 \end_layout
12713
12714 \begin_layout Standard
12715
12716 \series bold
12717
12718 \backslash
12719 framebox[Rahmenbreite][Position]{Boxinhalt}
12720 \end_layout
12721
12722 \begin_layout Standard
12723 Die Position kann entweder 
12724 \emph on
12725 l
12726 \emph default
12727  oder 
12728 \emph on
12729 r
12730 \emph default
12731  sein.
12732  
12733 \emph on
12734 l
12735 \emph default
12736  bewirkt linksbündige, 
12737 \emph on
12738 r
12739 \emph default
12740  rechtsbündige Ausrichtung der Formel in der Box.
12741  Gibt man keine Position an, wird die Formel zentriert.
12742 \begin_inset Newline newline
12743 \end_inset
12744
12745 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12746  In diesem Falle wird die Rahmenbreite wie bei 
12747 \series bold
12748
12749 \backslash
12750 fbox
12751 \series default
12752  an den Boxinhalt angepasst.
12753 \end_layout
12754
12755 \begin_layout Standard
12756 Wenn man den Befehl 
12757 \series bold
12758
12759 \backslash
12760 framebox
12761 \series default
12762  eingibt, erscheint eine Box mit drei Eingabefeldern.
12763  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12764  beiden optionalen Argumente.
12765  In das dritte Feld wird wie bei 
12766 \series bold
12767
12768 \backslash
12769 fbox
12770 \series default
12771  die Formel eingegeben.
12772 \end_layout
12773
12774 \begin_layout Standard
12775 \align center
12776 \begin_inset Tabular
12777 <lyxtabular version="3" rows="5" columns="2">
12778 <features tabularvalignment="middle">
12779 <column alignment="center" valignment="top" width="0">
12780 <column alignment="center" valignment="top" width="0">
12781 <row>
12782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12783 \begin_inset Text
12784
12785 \begin_layout Plain Layout
12786 Befehl
12787 \end_layout
12788
12789 \end_inset
12790 </cell>
12791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12792 \begin_inset Text
12793
12794 \begin_layout Plain Layout
12795 Ergebnis
12796 \begin_inset Note Note
12797 status collapsed
12798
12799 \begin_layout Plain Layout
12800
12801 \series bold
12802
12803 \backslash
12804 raisebox
12805 \series default
12806  dient nur als Abstandhalter.
12807 \end_layout
12808
12809 \end_inset
12810
12811
12812 \end_layout
12813
12814 \end_inset
12815 </cell>
12816 </row>
12817 <row>
12818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12819 \begin_inset Text
12820
12821 \begin_layout Plain Layout
12822
12823 \backslash
12824 fbox
12825 \begin_inset ERT
12826 status collapsed
12827
12828 \begin_layout Plain Layout
12829
12830
12831 \backslash
12832 leer 
12833 \end_layout
12834
12835 \end_inset
12836
12837
12838 \family sans
12839 Strg+M
12840 \family default
12841  
12842 \backslash
12843 int
12844 \begin_inset ERT
12845 status collapsed
12846
12847 \begin_layout Plain Layout
12848
12849
12850 \backslash
12851 leer 
12852 \end_layout
12853
12854 \end_inset
12855
12856 A=B
12857 \end_layout
12858
12859 \end_inset
12860 </cell>
12861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12862 \begin_inset Text
12863
12864 \begin_layout Plain Layout
12865 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12866 \end_inset
12867
12868
12869 \end_layout
12870
12871 \end_inset
12872 </cell>
12873 </row>
12874 <row>
12875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12876 \begin_inset Text
12877
12878 \begin_layout Plain Layout
12879
12880 \backslash
12881 boxed
12882 \begin_inset ERT
12883 status collapsed
12884
12885 \begin_layout Plain Layout
12886
12887
12888 \backslash
12889 leer 
12890 \end_layout
12891
12892 \end_inset
12893
12894
12895 \backslash
12896 int
12897 \begin_inset ERT
12898 status collapsed
12899
12900 \begin_layout Plain Layout
12901
12902
12903 \backslash
12904 leer 
12905 \end_layout
12906
12907 \end_inset
12908
12909 A=B
12910 \end_layout
12911
12912 \end_inset
12913 </cell>
12914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12915 \begin_inset Text
12916
12917 \begin_layout Plain Layout
12918 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12919 \end_inset
12920
12921
12922 \end_layout
12923
12924 \end_inset
12925 </cell>
12926 </row>
12927 <row>
12928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12929 \begin_inset Text
12930
12931 \begin_layout Plain Layout
12932 A+
12933 \backslash
12934 fbox
12935 \begin_inset ERT
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940
12941 \backslash
12942 leer 
12943 \end_layout
12944
12945 \end_inset
12946
12947 B
12948 \end_layout
12949
12950 \end_inset
12951 </cell>
12952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12953 \begin_inset Text
12954
12955 \begin_layout Plain Layout
12956 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12957 \end_inset
12958
12959
12960 \end_layout
12961
12962 \end_inset
12963 </cell>
12964 </row>
12965 <row>
12966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970
12971 \backslash
12972 framebox
12973 \begin_inset ERT
12974 status collapsed
12975
12976 \begin_layout Plain Layout
12977
12978
12979 \backslash
12980 leer 
12981 \end_layout
12982
12983 \end_inset
12984
12985 20mm
12986 \begin_inset Formula $\to$
12987 \end_inset
12988
12989
12990 \begin_inset Formula $\to$
12991 \end_inset
12992
12993
12994 \family sans
12995 Strg+M
12996 \family default
12997  
12998 \backslash
12999 frac
13000 \begin_inset ERT
13001 status collapsed
13002
13003 \begin_layout Plain Layout
13004
13005
13006 \backslash
13007 leer 
13008 \end_layout
13009
13010 \end_inset
13011
13012 A
13013 \begin_inset Formula $\downarrow$
13014 \end_inset
13015
13016 B
13017 \end_layout
13018
13019 \end_inset
13020 </cell>
13021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13022 \begin_inset Text
13023
13024 \begin_layout Plain Layout
13025 \begin_inset Formula $\raisebox{6mm}{}$
13026 \end_inset
13027
13028
13029 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13030 \end_inset
13031
13032
13033 \begin_inset Formula $\raisebox{-4mm}{}$
13034 \end_inset
13035
13036
13037 \end_layout
13038
13039 \end_inset
13040 </cell>
13041 </row>
13042 </lyxtabular>
13043
13044 \end_inset
13045
13046
13047 \end_layout
13048
13049 \begin_layout Standard
13050 Die Rahmendicke kann ebenfalls eingestellt werden.
13051  Dazu müssen vor der Formel im TeX-Modus die Befehle
13052 \end_layout
13053
13054 \begin_layout Standard
13055
13056 \series bold
13057
13058 \backslash
13059 fboxrule
13060 \series default
13061  
13062 \series bold
13063
13064 \begin_inset Quotes gld
13065 \end_inset
13066
13067 Dicke
13068 \begin_inset Quotes grd
13069 \end_inset
13070
13071
13072 \series default
13073  
13074 \series bold
13075
13076 \backslash
13077 fboxsep
13078 \series default
13079  
13080 \series bold
13081
13082 \begin_inset Quotes gld
13083 \end_inset
13084
13085 Abstand
13086 \begin_inset Quotes grd
13087 \end_inset
13088
13089
13090 \end_layout
13091
13092 \begin_layout Standard
13093 eingegeben werden.
13094  
13095 \begin_inset Quotes gld
13096 \end_inset
13097
13098 Abstand
13099 \begin_inset Quotes grd
13100 \end_inset
13101
13102  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13103  in der Box fest.
13104  Ein Beispiel dafür ist folgende umrandete Formel:
13105 \begin_inset ERT
13106 status collapsed
13107
13108 \begin_layout Plain Layout
13109
13110
13111 \backslash
13112 fboxrule 2mm 
13113 \backslash
13114 fboxsep 3mm
13115 \end_layout
13116
13117 \end_inset
13118
13119
13120 \begin_inset Formula \[
13121 \boxed{A+B=C}
13122 \]
13123
13124 \end_inset
13125
13126 Vor dieser Formel wurde im TeX-Modus
13127 \end_layout
13128
13129 \begin_layout Standard
13130
13131 \series bold
13132
13133 \backslash
13134 fboxrule
13135 \series default
13136  
13137 \series bold
13138 2mm
13139 \series default
13140  
13141 \series bold
13142
13143 \backslash
13144 fboxsep
13145 \series default
13146  
13147 \series bold
13148 3mm
13149 \end_layout
13150
13151 \begin_layout Standard
13152 eingegeben.
13153  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13154 \end_layout
13155
13156 \begin_layout Standard
13157 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13158  nächsten Formel im TeX-Modus folgende Befehle ein:
13159 \end_layout
13160
13161 \begin_layout Standard
13162
13163 \series bold
13164
13165 \backslash
13166 fboxrule
13167 \series default
13168  
13169 \series bold
13170 0.4pt
13171 \series default
13172  
13173 \series bold
13174
13175 \backslash
13176 fboxsep
13177 \series default
13178  
13179 \series bold
13180 3pt
13181 \series default
13182
13183 \begin_inset ERT
13184 status collapsed
13185
13186 \begin_layout Plain Layout
13187
13188
13189 \backslash
13190 fboxrule 0.4pt 
13191 \backslash
13192 fboxsep 3pt
13193 \end_layout
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Subsection
13201 Boxen ohne Rahmen
13202 \begin_inset CommandInset label
13203 LatexCommand label
13204 name "sub:Boxen-ohne-Rahmen"
13205
13206 \end_inset
13207
13208
13209 \begin_inset Index idx
13210 status collapsed
13211
13212 \begin_layout Plain Layout
13213 Boxen ! ohne Rahmen
13214 \end_layout
13215
13216 \end_inset
13217
13218
13219 \end_layout
13220
13221 \begin_layout Standard
13222 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13223 \series bold
13224
13225 \backslash
13226 mbox
13227 \series default
13228
13229 \begin_inset Index idx
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233 Befehle ! M ! 
13234 \backslash
13235 mbox
13236 \end_layout
13237
13238 \end_inset
13239
13240
13241 \series bold
13242
13243 \backslash
13244 makebox
13245 \series default
13246
13247 \begin_inset Index idx
13248 status collapsed
13249
13250 \begin_layout Plain Layout
13251 Befehle ! M ! 
13252 \backslash
13253 makebox
13254 \end_layout
13255
13256 \end_inset
13257
13258  und
13259 \begin_inset Newline linebreak
13260 \end_inset
13261
13262
13263 \series bold
13264
13265 \backslash
13266 raisebox
13267 \series default
13268
13269 \begin_inset Index idx
13270 status collapsed
13271
13272 \begin_layout Plain Layout
13273 Befehle ! R ! 
13274 \backslash
13275 raisebox
13276 \end_layout
13277
13278 \end_inset
13279
13280
13281 \end_layout
13282
13283 \begin_layout Standard
13284 Mit 
13285 \series bold
13286
13287 \backslash
13288 raisebox
13289 \series default
13290  kann man eine Box hoch- oder tiefstellen.
13291  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13292 n die Schriftgröße bei.
13293  
13294 \series bold
13295
13296 \backslash
13297 raisebox
13298 \series default
13299  wird dabei mit folgendem Schema benutzt:
13300 \end_layout
13301
13302 \begin_layout Standard
13303
13304 \series bold
13305
13306 \backslash
13307 raisebox{Höhe}{Boxinhalt}
13308 \end_layout
13309
13310 \begin_layout Standard
13311 Soll in der Box eine Formel stehen, muss man wie bei 
13312 \series bold
13313
13314 \backslash
13315 fbox
13316 \series default
13317  eine weitere Formel erstellen.
13318  
13319 \begin_inset Note Greyedout
13320 status open
13321
13322 \begin_layout Plain Layout
13323
13324 \series bold
13325 Achtung:
13326 \series default
13327  Für 
13328 \series bold
13329
13330 \backslash
13331 raisebox
13332 \series default
13333  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13334  
13335 \family sans
13336 Strg+M
13337 \family default
13338  erstellt, denn LyX unterstützt 
13339 \series bold
13340
13341 \backslash
13342 raisebox
13343 \series default
13344  noch nicht direkt.
13345 \end_layout
13346
13347 \end_inset
13348
13349
13350 \end_layout
13351
13352 \begin_layout Standard
13353 \align center
13354 \begin_inset Tabular
13355 <lyxtabular version="3" rows="4" columns="2">
13356 <features tabularvalignment="middle">
13357 <column alignment="center" valignment="top" width="0">
13358 <column alignment="center" valignment="top" width="0">
13359 <row>
13360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13361 \begin_inset Text
13362
13363 \begin_layout Plain Layout
13364 Befehl
13365 \end_layout
13366
13367 \end_inset
13368 </cell>
13369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13370 \begin_inset Text
13371
13372 \begin_layout Plain Layout
13373 Ergebnis
13374 \end_layout
13375
13376 \end_inset
13377 </cell>
13378 </row>
13379 <row>
13380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13381 \begin_inset Text
13382
13383 \begin_layout Plain Layout
13384 H
13385 \backslash
13386 raisebox{2mm
13387 \begin_inset Formula $\to$
13388 \end_inset
13389
13390
13391 \backslash
13392 {al
13393 \begin_inset Formula $\to$
13394 \end_inset
13395
13396  lo
13397 \end_layout
13398
13399 \end_inset
13400 </cell>
13401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13402 \begin_inset Text
13403
13404 \begin_layout Plain Layout
13405 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13406 \end_inset
13407
13408
13409 \end_layout
13410
13411 \end_inset
13412 </cell>
13413 </row>
13414 <row>
13415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13416 \begin_inset Text
13417
13418 \begin_layout Plain Layout
13419 H
13420 \backslash
13421 raisebox{-2mm
13422 \begin_inset Formula $\to$
13423 \end_inset
13424
13425
13426 \backslash
13427 {al
13428 \begin_inset Formula $\to$
13429 \end_inset
13430
13431 lo
13432 \end_layout
13433
13434 \end_inset
13435 </cell>
13436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13437 \begin_inset Text
13438
13439 \begin_layout Plain Layout
13440 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13441 \end_inset
13442
13443
13444 \end_layout
13445
13446 \end_inset
13447 </cell>
13448 </row>
13449 <row>
13450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13451 \begin_inset Text
13452
13453 \begin_layout Plain Layout
13454 A=
13455 \backslash
13456 raisebox{-2mm
13457 \begin_inset Formula $\to$
13458 \end_inset
13459
13460
13461 \backslash
13462 {
13463 \family sans
13464 Strg+M Strg+M
13465 \family default
13466  
13467 \backslash
13468 sqrt
13469 \begin_inset ERT
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473
13474
13475 \backslash
13476 leer 
13477 \end_layout
13478
13479 \end_inset
13480
13481
13482 \end_layout
13483
13484 \end_inset
13485 </cell>
13486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13487 \begin_inset Text
13488
13489 \begin_layout Plain Layout
13490 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13491 \end_inset
13492
13493
13494 \end_layout
13495
13496 \end_inset
13497 </cell>
13498 </row>
13499 </lyxtabular>
13500
13501 \end_inset
13502
13503
13504 \end_layout
13505
13506 \begin_layout Standard
13507 Der Befehl 
13508 \series bold
13509
13510 \backslash
13511 mbox
13512 \series default
13513  ist äquivalent zu 
13514 \series bold
13515
13516 \backslash
13517 fbox
13518 \series default
13519  und 
13520 \series bold
13521
13522 \backslash
13523 makebox
13524 \series default
13525  ist äquivalent zu 
13526 \series bold
13527
13528 \backslash
13529 framebox
13530 \series default
13531 , nur dass es keinen Rahmen gibt.
13532 \end_layout
13533
13534 \begin_layout Subsection
13535 Farbige Boxen
13536 \begin_inset CommandInset label
13537 LatexCommand label
13538 name "sub:Farbige-Boxen"
13539
13540 \end_inset
13541
13542
13543 \begin_inset Index idx
13544 status collapsed
13545
13546 \begin_layout Plain Layout
13547 Boxen ! farbige
13548 \end_layout
13549
13550 \end_inset
13551
13552
13553 \end_layout
13554
13555 \begin_layout Standard
13556 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13557  im LaTeX-Vorspann das LaTeX-Paket 
13558 \series bold
13559 color
13560 \series default
13561
13562 \begin_inset Foot
13563 status collapsed
13564
13565 \begin_layout Plain Layout
13566 Das Paket 
13567 \series bold
13568 color
13569 \series default
13570  ist Teil jeder LaTeX-Standardinstallation.
13571 \end_layout
13572
13573 \end_inset
13574
13575
13576 \begin_inset Index idx
13577 status collapsed
13578
13579 \begin_layout Plain Layout
13580 Pakete ! color
13581 \end_layout
13582
13583 \end_inset
13584
13585  mit der Zeile
13586 \end_layout
13587
13588 \begin_layout Standard
13589
13590 \series bold
13591
13592 \backslash
13593 usepackage{color}
13594 \end_layout
13595
13596 \begin_layout Standard
13597 geladen werden
13598 \begin_inset Foot
13599 status collapsed
13600
13601 \begin_layout Plain Layout
13602 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13603  LyX das LaTeX-Paket 
13604 \series bold
13605 color
13606 \series default
13607  automatisch.
13608  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13609  keine Probleme hervorruft.
13610 \end_layout
13611
13612 \end_inset
13613
13614
13615 \begin_inset Note Note
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13620  ein Makro eingefügt.
13621 \end_layout
13622
13623 \end_inset
13624
13625 .
13626 \end_layout
13627
13628 \begin_layout Standard
13629 \begin_inset VSpace medskip
13630 \end_inset
13631
13632 Um Boxen einzufärben, verwendet man den Befehl 
13633 \series bold
13634
13635 \backslash
13636 colorbox
13637 \series default
13638
13639 \begin_inset Index idx
13640 status collapsed
13641
13642 \begin_layout Plain Layout
13643 Befehle ! C ! 
13644 \backslash
13645 colorbox
13646 \end_layout
13647
13648 \end_inset
13649
13650  nach folgendem Schema:
13651 \end_layout
13652
13653 \begin_layout Standard
13654
13655 \series bold
13656
13657 \backslash
13658 colorbox{Farbe}{Boxinhalt}
13659 \end_layout
13660
13661 \begin_layout Standard
13662 Der Boxinhalt kann auch wieder eine Box sein und eine 
13663 \series bold
13664
13665 \backslash
13666 colorbox
13667 \series default
13668  kann auch ein Teil einer anderen Box sein (siehe 2.
13669  und 3.
13670  Beispiel).
13671  Soll in der Box eine Formel stehen, muss wie bei 
13672 \series bold
13673
13674 \backslash
13675 raisebox
13676 \series default
13677  eine weitere Formel erstellt werden.
13678 \begin_inset Foot
13679 status collapsed
13680
13681 \begin_layout Plain Layout
13682 Das gilt auch für den Befehl 
13683 \series bold
13684
13685 \backslash
13686 fcolorbox
13687 \series default
13688 .
13689 \end_layout
13690
13691 \end_inset
13692
13693
13694 \end_layout
13695
13696 \begin_layout Standard
13697 Aus folgenden vordefinierten Farben kann gewählt werden:
13698 \end_layout
13699
13700 \begin_layout Standard
13701
13702 \series bold
13703 black
13704 \series default
13705
13706 \series bold
13707 blue
13708 \series default
13709
13710 \series bold
13711 cyan
13712 \series default
13713
13714 \series bold
13715 green
13716 \series default
13717
13718 \series bold
13719 magenta
13720 \series default
13721
13722 \series bold
13723 red
13724 \series default
13725
13726 \series bold
13727 white
13728 \series default
13729  und 
13730 \series bold
13731 yellow
13732 \end_layout
13733
13734 \begin_layout Standard
13735 \align center
13736 \begin_inset Tabular
13737 <lyxtabular version="3" rows="4" columns="2">
13738 <features tabularvalignment="middle">
13739 <column alignment="center" valignment="top" width="0">
13740 <column alignment="center" valignment="top" width="0">
13741 <row>
13742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13743 \begin_inset Text
13744
13745 \begin_layout Plain Layout
13746 Befehl
13747 \end_layout
13748
13749 \end_inset
13750 </cell>
13751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13752 \begin_inset Text
13753
13754 \begin_layout Plain Layout
13755 Ergebnis
13756 \begin_inset Note Note
13757 status collapsed
13758
13759 \begin_layout Plain Layout
13760
13761 \series bold
13762
13763 \backslash
13764 raisebox
13765 \series default
13766  dient nur als Abstandhalter.
13767 \end_layout
13768
13769 \end_inset
13770
13771
13772 \end_layout
13773
13774 \end_inset
13775 </cell>
13776 </row>
13777 <row>
13778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13779 \begin_inset Text
13780
13781 \begin_layout Plain Layout
13782
13783 \backslash
13784 colorbox{yellow
13785 \begin_inset Formula $\to$
13786 \end_inset
13787
13788
13789 \backslash
13790 {A=B
13791 \end_layout
13792
13793 \end_inset
13794 </cell>
13795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13800 \end_inset
13801
13802
13803 \end_layout
13804
13805 \end_inset
13806 </cell>
13807 </row>
13808 <row>
13809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13810 \begin_inset Text
13811
13812 \begin_layout Plain Layout
13813
13814 \backslash
13815 colorbox{green
13816 \begin_inset Formula $\to$
13817 \end_inset
13818
13819
13820 \backslash
13821 {
13822 \backslash
13823 fbox
13824 \begin_inset ERT
13825 status collapsed
13826
13827 \begin_layout Plain Layout
13828
13829
13830 \backslash
13831 leer 
13832 \end_layout
13833
13834 \end_inset
13835
13836 A=B
13837 \end_layout
13838
13839 \end_inset
13840 </cell>
13841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13842 \begin_inset Text
13843
13844 \begin_layout Plain Layout
13845 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13846 \end_inset
13847
13848
13849 \end_layout
13850
13851 \end_inset
13852 </cell>
13853 </row>
13854 <row>
13855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13856 \begin_inset Text
13857
13858 \begin_layout Plain Layout
13859
13860 \backslash
13861 fbox
13862 \begin_inset ERT
13863 status collapsed
13864
13865 \begin_layout Plain Layout
13866
13867
13868 \backslash
13869 leer 
13870 \end_layout
13871
13872 \end_inset
13873
13874
13875 \backslash
13876 colorbox{green
13877 \begin_inset Formula $\to$
13878 \end_inset
13879
13880
13881 \backslash
13882 {
13883 \family sans
13884 Strg+M Strg+M
13885 \family default
13886  
13887 \backslash
13888 int
13889 \begin_inset ERT
13890 status collapsed
13891
13892 \begin_layout Plain Layout
13893
13894
13895 \backslash
13896 leer 
13897 \end_layout
13898
13899 \end_inset
13900
13901 C=D
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13907 \begin_inset Text
13908
13909 \begin_layout Plain Layout
13910 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13911 \end_inset
13912
13913
13914 \end_layout
13915
13916 \end_inset
13917 </cell>
13918 </row>
13919 </lyxtabular>
13920
13921 \end_inset
13922
13923
13924 \end_layout
13925
13926 \begin_layout Standard
13927
13928 \series bold
13929
13930 \backslash
13931 colorbox
13932 \series default
13933  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13934  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13935  
13936 \family sans
13937 Textstil
13938 \family default
13939  die gewünschte Farbe aus.
13940  Der Dialog kann mit dem Werkzeugleistenknopf 
13941 \begin_inset Graphics
13942         filename ../../images/dialog-show_character.png
13943         scale 85
13944
13945 \end_inset
13946
13947  oder dem Menü 
13948 \family sans
13949 Bearbeiten\SpecialChar \menuseparator
13950 Textstil\SpecialChar \menuseparator
13951 Benutzerdefiniert
13952 \family default
13953  aufgerufen werden.
13954  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13955  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13956  innerhalb der Formel die Farbe geändert werden.
13957 \end_layout
13958
13959 \begin_layout Standard
13960 Ein Beispiel:
13961 \end_layout
13962
13963 \begin_layout Standard
13964
13965 \color red
13966 \begin_inset Formula \begin{equation}
13967 \int A=B\label{eq:rot}
13968 \end{equation}
13969
13970 \end_inset
13971
13972
13973 \color green
13974
13975 \begin_inset Formula \begin{equation}
13976 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13977 \end{equation}
13978
13979 \end_inset
13980
13981
13982 \end_layout
13983
13984 \begin_layout Standard
13985 Formel 
13986 \begin_inset CommandInset ref
13987 LatexCommand eqref
13988 reference "eq:rot"
13989
13990 \end_inset
13991
13992  ist komplett rot gefärbt.
13993 \begin_inset Newline newline
13994 \end_inset
13995
13996 Formel 
13997 \begin_inset CommandInset ref
13998 LatexCommand eqref
13999 reference "eq:rotgruen"
14000
14001 \end_inset
14002
14003  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14004  Anschließend wurden die Formelzeichen rot gefärbt.
14005 \end_layout
14006
14007 \begin_layout Standard
14008 \begin_inset VSpace bigskip
14009 \end_inset
14010
14011 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14012  den Befehl 
14013 \series bold
14014
14015 \backslash
14016 fcolorbox
14017 \series default
14018
14019 \begin_inset Index idx
14020 status collapsed
14021
14022 \begin_layout Plain Layout
14023 Befehle ! F ! 
14024 \backslash
14025 fcolorbox
14026 \end_layout
14027
14028 \end_inset
14029
14030  nach folgendem Schema:
14031 \end_layout
14032
14033 \begin_layout Standard
14034
14035 \series bold
14036
14037 \backslash
14038 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14039 \end_layout
14040
14041 \begin_layout Standard
14042
14043 \series bold
14044
14045 \backslash
14046 fcolorbox
14047 \series default
14048  stellt also eine Erweiterung des Befehls 
14049 \series bold
14050
14051 \backslash
14052 colorbox
14053 \series default
14054  dar.
14055  Die Rahmenbreite wird, wie bei 
14056 \series bold
14057
14058 \backslash
14059 framebox
14060 \series default
14061 , mit 
14062 \series bold
14063
14064 \backslash
14065 fboxrule
14066 \series default
14067  und 
14068 \series bold
14069
14070 \backslash
14071 fboxsep
14072 \series default
14073  festgelegt.
14074  Ein Beispiel:
14075 \begin_inset ERT
14076 status collapsed
14077
14078 \begin_layout Plain Layout
14079
14080
14081 \backslash
14082 fboxrule 1mm 
14083 \backslash
14084 fboxsep 1mm
14085 \end_layout
14086
14087 \end_inset
14088
14089
14090 \begin_inset Formula \[
14091 \fcolorbox{cyan}{magenta}{A=B}
14092 \]
14093
14094 \end_inset
14095
14096
14097 \begin_inset ERT
14098 status collapsed
14099
14100 \begin_layout Plain Layout
14101
14102
14103 \backslash
14104 fboxrule 0.4pt 
14105 \backslash
14106 fboxsep 3pt
14107 \end_layout
14108
14109 \end_inset
14110
14111
14112 \end_layout
14113
14114 \begin_layout Standard
14115 Diese Formel wurde mit folgendem Befehl erstellt:
14116 \begin_inset Newline newline
14117 \end_inset
14118
14119
14120 \series bold
14121
14122 \backslash
14123 fcolorbox{cyan
14124 \begin_inset Formula $\to$
14125 \end_inset
14126
14127
14128 \backslash
14129 {magenta
14130 \begin_inset Formula $\to$
14131 \end_inset
14132
14133
14134 \backslash
14135 {A=B
14136 \end_layout
14137
14138 \begin_layout Standard
14139 \begin_inset VSpace bigskip
14140 \end_inset
14141
14142 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14143  selbst definieren.
14144 \end_layout
14145
14146 \begin_layout Standard
14147 Man kann z.
14148 \begin_inset space \thinspace{}
14149 \end_inset
14150
14151 B.
14152  mit folgender LaTeX-Vorspannzeile die Farbe 
14153 \begin_inset Quotes gld
14154 \end_inset
14155
14156
14157 \series bold
14158 dunkelgruen
14159 \series default
14160
14161 \begin_inset Quotes grd
14162 \end_inset
14163
14164
14165 \begin_inset Foot
14166 status collapsed
14167
14168 \begin_layout Plain Layout
14169 In Befehlen darf kein Umlaut stehen, siehe 
14170 \begin_inset CommandInset ref
14171 LatexCommand ref
14172 reference "sec:Benutzerdefinierte-Befehle"
14173
14174 \end_inset
14175
14176 .
14177 \end_layout
14178
14179 \end_inset
14180
14181  definieren:
14182 \end_layout
14183
14184 \begin_layout Standard
14185
14186 \series bold
14187
14188 \backslash
14189 definecolor{dunkelgruen}{cmyk}{0.5,
14190 \series default
14191  
14192 \series bold
14193 0,
14194 \series default
14195  
14196 \series bold
14197 1,
14198 \series default
14199  
14200 \series bold
14201 0.5}
14202 \series default
14203
14204 \begin_inset Index idx
14205 status collapsed
14206
14207 \begin_layout Plain Layout
14208 Befehle ! D ! 
14209 \backslash
14210 definecolor
14211 \end_layout
14212
14213 \end_inset
14214
14215
14216 \end_layout
14217
14218 \begin_layout Standard
14219
14220 \series bold
14221 cmyk
14222 \series default
14223  ist der Farbraum und steht für die Farben 
14224 \series bold
14225 cyan
14226 \series default
14227
14228 \series bold
14229 magenta
14230 \series default
14231
14232 \series bold
14233 yellow
14234 \series default
14235  und 
14236 \series bold
14237 black
14238 \series default
14239 .
14240  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14241  Für den Anteil kann man Werte im Bereich 0
14242 \begin_inset space \thinspace{}
14243 \end_inset
14244
14245 -
14246 \begin_inset space \thinspace{}
14247 \end_inset
14248
14249 1 angeben.
14250  Anstelle von 
14251 \series bold
14252 cmyk
14253 \series default
14254  kann man zur Definition auch den Farbraum 
14255 \series bold
14256 rgb
14257 \series default
14258  verwenden.
14259  
14260 \series bold
14261 rgb
14262 \series default
14263  steht für 
14264 \series bold
14265 red
14266 \series default
14267
14268 \series bold
14269 green
14270 \series default
14271  und 
14272 \series bold
14273 blue
14274 \series default
14275 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14276  Des Weiteren gibt es noch den Farbraum 
14277 \series bold
14278 gray
14279 \series default
14280 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14281 \end_layout
14282
14283 \begin_layout Standard
14284 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14285 \series bold
14286 darkgreen
14287 \series default
14288 , bei der die Zeichenfarbe 
14289 \series bold
14290 yellow
14291 \series default
14292  gewählt wurde:
14293 \begin_inset Formula \begin{equation}
14294 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14295 \end{equation}
14296
14297 \end_inset
14298
14299
14300 \end_layout
14301
14302 \begin_layout Standard
14303 Selbst definierte Farben können mit dem Befehl 
14304 \series bold
14305
14306 \backslash
14307 textcolor
14308 \series default
14309  auch für Text
14310 \begin_inset Index idx
14311 status collapsed
14312
14313 \begin_layout Plain Layout
14314 Text ! farbiger
14315 \end_layout
14316
14317 \end_inset
14318
14319  verwendet werden:
14320 \end_layout
14321
14322 \begin_layout Standard
14323 \begin_inset ERT
14324 status collapsed
14325
14326 \begin_layout Plain Layout
14327
14328
14329 \backslash
14330 textcolor{dunkelgruen}{
14331 \end_layout
14332
14333 \end_inset
14334
14335 Dieser Satz ist 
14336 \begin_inset Quotes gld
14337 \end_inset
14338
14339 dunkelgruen
14340 \begin_inset Quotes grd
14341 \end_inset
14342
14343 .
14344 \begin_inset ERT
14345 status collapsed
14346
14347 \begin_layout Plain Layout
14348
14349 }
14350 \end_layout
14351
14352 \end_inset
14353
14354
14355 \end_layout
14356
14357 \begin_layout Standard
14358
14359 \series bold
14360
14361 \backslash
14362 textcolor
14363 \series default
14364
14365 \begin_inset Index idx
14366 status collapsed
14367
14368 \begin_layout Plain Layout
14369 Befehle ! T ! 
14370 \backslash
14371 textcolor
14372 \end_layout
14373
14374 \end_inset
14375
14376  wird nach dem Schema 
14377 \series bold
14378
14379 \backslash
14380 textcolor{Farbe}{zu
14381 \series default
14382  
14383 \series bold
14384 färbende
14385 \series default
14386  
14387 \series bold
14388 Zeichen}
14389 \series default
14390  verwendet.
14391 \end_layout
14392
14393 \begin_layout Subsection
14394 Absatzboxen
14395 \begin_inset CommandInset label
14396 LatexCommand label
14397 name "sub:Absatzboxen"
14398
14399 \end_inset
14400
14401
14402 \begin_inset Index idx
14403 status collapsed
14404
14405 \begin_layout Plain Layout
14406 Boxen ! Absatz-
14407 \end_layout
14408
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \begin_layout Standard
14415 Mit dem Menü 
14416 \family sans
14417 Einfügen\SpecialChar \menuseparator
14418 Box
14419 \family default
14420  oder dem Werkzeugleistenknopf 
14421 \begin_inset Graphics
14422         filename ../../images/box-insert.png
14423         scale 85
14424
14425 \end_inset
14426
14427  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14428  eine so genannte 
14429 \emph on
14430 Parbox
14431 \emph default
14432  (Absatzbox).
14433 \end_layout
14434
14435 \begin_layout Standard
14436 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14437 \end_layout
14438
14439 \begin_layout Standard
14440 \begin_inset VSpace medskip
14441 \end_inset
14442
14443 Dies ist eine Zeile 
14444 \begin_inset Box Boxed
14445 position "c"
14446 hor_pos "c"
14447 has_inner_box 1
14448 inner_pos "t"
14449 use_parbox 1
14450 use_makebox 0
14451 width "5cm"
14452 special "none"
14453 height "1in"
14454 height_special "totalheight"
14455 status open
14456
14457 \begin_layout Plain Layout
14458 Dies ist die Absatzbox.
14459  Sie ist genau 5
14460 \begin_inset space \thinspace{}
14461 \end_inset
14462
14463 cm lang und kann auch Formeln enthalten: 
14464 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \end_inset
14471
14472  mit einer Absatzbox.
14473 \begin_inset VSpace medskip
14474 \end_inset
14475
14476
14477 \end_layout
14478
14479 \begin_layout Standard
14480 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14481  graue Box mit dem Namen 
14482 \begin_inset Quotes gld
14483 \end_inset
14484
14485 Box(Gerahmt)
14486 \begin_inset Quotes grd
14487 \end_inset
14488
14489  klickt.
14490  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14491  In diesem Fall: 
14492 \emph on
14493 Verzierung
14494 \emph default
14495 : Rechteckige Box, 
14496 \emph on
14497 Innere Box
14498 \emph default
14499 : Parbox, 
14500 \emph on
14501 Breite
14502 \emph default
14503 : 5
14504 \begin_inset space \thinspace{}
14505 \end_inset
14506
14507 cm, 
14508 \emph on
14509 Vertikale Box Ausrichtung
14510 \emph default
14511 : Mitte
14512 \end_layout
14513
14514 \begin_layout Standard
14515 \begin_inset VSpace medskip
14516 \end_inset
14517
14518 In LaTeX wird eine Absatzbox mit dem Befehl 
14519 \series bold
14520
14521 \backslash
14522 parbox
14523 \series default
14524
14525 \begin_inset Index idx
14526 status collapsed
14527
14528 \begin_layout Plain Layout
14529 Befehle ! P ! 
14530 \backslash
14531 parbox
14532 \end_layout
14533
14534 \end_inset
14535
14536  erstellt, welcher folgendes Schema besitzt:
14537 \end_layout
14538
14539 \begin_layout Standard
14540
14541 \series bold
14542
14543 \backslash
14544 parbox[Position]{Breite}{Boxinhalt}
14545 \end_layout
14546
14547 \begin_layout Standard
14548 Die Positionen 
14549 \emph on
14550 b
14551 \emph default
14552  und 
14553 \emph on
14554 t
14555 \emph default
14556  sind möglich.
14557  
14558 \emph on
14559 b
14560 \emph default
14561  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14562  Text eingepasst wird.
14563  Bei 
14564 \emph on
14565 t
14566 \emph default
14567  wie top geschieht dies für die erste Zeile.
14568  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14569  siehe das Kapitel 
14570 \emph on
14571 Boxen
14572 \emph default
14573  des Handbuchs
14574 \emph on
14575  Eingebettete
14576 \begin_inset space ~
14577 \end_inset
14578
14579 Objekte
14580 \emph default
14581  für Beispiele.
14582 \end_layout
14583
14584 \begin_layout Standard
14585 \begin_inset VSpace bigskip
14586 \end_inset
14587
14588 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14589  in eine Absatzbox setzen.
14590  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14591 \series bold
14592
14593 \backslash
14594 fbox{
14595 \backslash
14596 parbox{
14597 \backslash
14598 linewidth-2
14599 \backslash
14600 fboxsep-2
14601 \backslash
14602 fboxrule}{
14603 \series default
14604 .
14605  Hierbei steht 
14606 \series bold
14607
14608 \backslash
14609 linewidth
14610 \series default
14611
14612 \begin_inset Index idx
14613 status collapsed
14614
14615 \begin_layout Plain Layout
14616 Befehle ! L ! 
14617 \backslash
14618 linewidth
14619 \end_layout
14620
14621 \end_inset
14622
14623  für die im Dokument eingestellte Zeilenbreite.
14624  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14625 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14626  Da dies LyX aufgrund eines Fehlers
14627 \begin_inset Foot
14628 status collapsed
14629
14630 \begin_layout Plain Layout
14631 \begin_inset CommandInset href
14632 LatexCommand href
14633 name "LyX-Fehler #4483"
14634 target "http://www.lyx.org/trac/ticket/4483"
14635
14636 \end_inset
14637
14638
14639 \end_layout
14640
14641 \end_inset
14642
14643  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14644  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14645 spann das LaTeX-Paket 
14646 \series bold
14647 calc
14648 \series default
14649
14650 \begin_inset Foot
14651 status collapsed
14652
14653 \begin_layout Plain Layout
14654
14655 \series bold
14656 calc
14657 \series default
14658  ist Teil jeder LaTeX-Standardinstallation.
14659 \end_layout
14660
14661 \end_inset
14662
14663
14664 \begin_inset Index idx
14665 status collapsed
14666
14667 \begin_layout Plain Layout
14668 Pakete ! calc
14669 \end_layout
14670
14671 \end_inset
14672
14673  mit der Zeile
14674 \end_layout
14675
14676 \begin_layout Standard
14677
14678 \series bold
14679
14680 \backslash
14681 usepackage{calc}
14682 \end_layout
14683
14684 \begin_layout Standard
14685 geladen werden.
14686  Nach der Formel werden beide Boxen geschlossen, indem man 
14687 \series bold
14688 }}
14689 \series default
14690  im TeX-Modus eingibt.
14691  Dazu ein Beispiel:
14692 \begin_inset ERT
14693 status collapsed
14694
14695 \begin_layout Plain Layout
14696
14697
14698 \backslash
14699 fboxsep 5mm 
14700 \backslash
14701 fboxrule 5mm
14702 \end_layout
14703
14704 \end_inset
14705
14706
14707 \end_layout
14708
14709 \begin_layout Standard
14710 \begin_inset ERT
14711 status collapsed
14712
14713 \begin_layout Plain Layout
14714
14715
14716 \backslash
14717 fbox{
14718 \backslash
14719 parbox{
14720 \backslash
14721 linewidth-2
14722 \backslash
14723 fboxsep-2
14724 \backslash
14725 fboxrule}{
14726 \end_layout
14727
14728 \end_inset
14729
14730
14731 \begin_inset Formula \begin{equation}
14732 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14733 \end{equation}
14734
14735 \end_inset
14736
14737
14738 \begin_inset ERT
14739 status collapsed
14740
14741 \begin_layout Plain Layout
14742
14743 }}
14744 \end_layout
14745
14746 \end_inset
14747
14748
14749 \begin_inset ERT
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753
14754
14755 \backslash
14756 fboxrule 0.4pt 
14757 \backslash
14758 fboxsep 3pt
14759 \end_layout
14760
14761 \end_inset
14762
14763
14764 \end_layout
14765
14766 \begin_layout Standard
14767 \begin_inset VSpace medskip
14768 \end_inset
14769
14770 Da im Argument von 
14771 \series bold
14772
14773 \backslash
14774 fbox
14775 \series default
14776  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14777  keinen Unterschied zwischen 
14778 \series bold
14779
14780 \backslash
14781 fbox
14782 \series default
14783  und 
14784 \series bold
14785
14786 \backslash
14787 boxed
14788 \series default
14789 .
14790 \end_layout
14791
14792 \begin_layout Standard
14793 \begin_inset VSpace bigskip
14794 \end_inset
14795
14796 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14797  Dazu verwendet man 
14798 \series bold
14799
14800 \backslash
14801 parbox
14802 \series default
14803  in Verbindung mit dem Befehl 
14804 \series bold
14805
14806 \backslash
14807 tag
14808 \series default
14809 .
14810  (mehr zu 
14811 \series bold
14812
14813 \backslash
14814 tag
14815 \series default
14816  siehe 
14817 \begin_inset CommandInset ref
14818 LatexCommand ref
14819 reference "sub:Benutzerdefinierte-Nummerierung"
14820
14821 \end_inset
14822
14823 )
14824 \end_layout
14825
14826 \begin_layout Standard
14827 Ein Beispiel einer mit Hilfe von 
14828 \series bold
14829
14830 \backslash
14831 parbox
14832 \series default
14833  kommentierten Formel:
14834 \end_layout
14835
14836 \begin_layout Standard
14837 \begin_inset ERT
14838 status collapsed
14839
14840 \begin_layout Plain Layout
14841
14842
14843 \backslash
14844 [5x-7b=3b
14845 \backslash
14846 tag*{
14847 \backslash
14848 parbox{5cm}{
14849 \end_layout
14850
14851 \end_inset
14852
14853 Dies ist eine Beschreibung.
14854  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14855 \begin_inset ERT
14856 status collapsed
14857
14858 \begin_layout Plain Layout
14859
14860 }}
14861 \backslash
14862 ]
14863 \end_layout
14864
14865 \end_inset
14866
14867
14868 \end_layout
14869
14870 \begin_layout Standard
14871 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14872  Befehl 
14873 \series bold
14874
14875 \backslash
14876 parbox
14877 \series default
14878  in Formeln noch nicht unterstützt.
14879  Die Formel wird mit folgender Befehlssequenz erstellt:
14880 \end_layout
14881
14882 \begin_layout Standard
14883 Der Befehl 
14884 \series bold
14885
14886 \backslash
14887 [5x-7b=3b
14888 \backslash
14889 tag*
14890 \backslash
14891 {
14892 \backslash
14893 parbox{5cm}{
14894 \series default
14895  wird im TeX-Modus eingegeben.
14896 \begin_inset Foot
14897 status collapsed
14898
14899 \begin_layout Plain Layout
14900 Ist der Formelstil 
14901 \series bold
14902 Eingerückt
14903 \series default
14904  aktiviert, kann 
14905 \series bold
14906
14907 \backslash
14908 tag*
14909 \backslash
14910 {
14911 \series default
14912  auch durch 
14913 \series bold
14914
14915 \backslash
14916 hfill
14917 \series default
14918  ersetzt werden.
14919  (Formelstile siehe 
14920 \begin_inset CommandInset ref
14921 LatexCommand ref
14922 reference "sec:Formelstile"
14923
14924 \end_inset
14925
14926 )
14927 \end_layout
14928
14929 \end_inset
14930
14931  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14932 \series bold
14933 }}
14934 \backslash
14935 ]
14936 \series default
14937  im TeX-Modus ein.
14938  Die Befehle 
14939 \series bold
14940
14941 \backslash
14942 [
14943 \series default
14944  und 
14945 \series bold
14946
14947 \backslash
14948 ]
14949 \series default
14950  erstellen hierbei eine abgesetzte Formel.
14951 \end_layout
14952
14953 \begin_layout Standard
14954 Die Vorteile von 
14955 \series bold
14956
14957 \backslash
14958 parbox
14959 \series default
14960  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14961  Textmodus 
14962 \begin_inset Quotes gld
14963 \end_inset
14964
14965 kommentiert
14966 \begin_inset Quotes grd
14967 \end_inset
14968
14969  wurde:
14970 \begin_inset Formula \[
14971 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14972 \]
14973
14974 \end_inset
14975
14976
14977 \end_layout
14978
14979 \begin_layout Section
14980 Operatoren
14981 \begin_inset Index idx
14982 status collapsed
14983
14984 \begin_layout Plain Layout
14985 Operatoren
14986 \end_layout
14987
14988 \end_inset
14989
14990
14991 \end_layout
14992
14993 \begin_layout Subsection
14994 Große Operatoren
14995 \begin_inset CommandInset label
14996 LatexCommand label
14997 name "sub:Große-Operatoren"
14998
14999 \end_inset
15000
15001
15002 \begin_inset Index idx
15003 status collapsed
15004
15005 \begin_layout Plain Layout
15006 Operatoren ! große
15007 \end_layout
15008
15009 \end_inset
15010
15011
15012 \begin_inset Index idx
15013 status collapsed
15014
15015 \begin_layout Plain Layout
15016 Summen
15017 \end_layout
15018
15019 \end_inset
15020
15021
15022 \begin_inset Index idx
15023 status collapsed
15024
15025 \begin_layout Plain Layout
15026 Integrale
15027 \end_layout
15028
15029 \end_inset
15030
15031
15032 \end_layout
15033
15034 \begin_layout Standard
15035 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15036  sind, muss die Option 
15037 \family sans
15038 esint-Paket automatisch verwenden
15039 \family default
15040  in den Dokumenteinstellungen unter 
15041 \family sans
15042 Mathe-Optionen
15043 \family default
15044  gewählt sein.
15045 \end_layout
15046
15047 \begin_layout Standard
15048 \begin_inset space \hfill{}
15049 \end_inset
15050
15051
15052 \begin_inset Tabular
15053 <lyxtabular version="3" rows="11" columns="2">
15054 <features tabularvalignment="middle">
15055 <column alignment="center" valignment="top" width="0pt">
15056 <column alignment="center" valignment="top" width="0pt">
15057 <row>
15058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15059 \begin_inset Text
15060
15061 \begin_layout Plain Layout
15062 Befehl
15063 \end_layout
15064
15065 \end_inset
15066 </cell>
15067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15068 \begin_inset Text
15069
15070 \begin_layout Plain Layout
15071 Ergebnis
15072 \end_layout
15073
15074 \end_inset
15075 </cell>
15076 </row>
15077 <row>
15078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15079 \begin_inset Text
15080
15081 \begin_layout Plain Layout
15082
15083 \backslash
15084 int
15085 \begin_inset Index idx
15086 status collapsed
15087
15088 \begin_layout Plain Layout
15089 Befehle ! I ! 
15090 \backslash
15091 int
15092 \end_layout
15093
15094 \end_inset
15095
15096
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105 \begin_inset Formula $\int$
15106 \end_inset
15107
15108
15109 \end_layout
15110
15111 \end_inset
15112 </cell>
15113 </row>
15114 <row>
15115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15116 \begin_inset Text
15117
15118 \begin_layout Plain Layout
15119
15120 \backslash
15121 oint
15122 \end_layout
15123
15124 \end_inset
15125 </cell>
15126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15127 \begin_inset Text
15128
15129 \begin_layout Plain Layout
15130 \begin_inset Formula $\oint$
15131 \end_inset
15132
15133
15134 \end_layout
15135
15136 \end_inset
15137 </cell>
15138 </row>
15139 <row>
15140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144
15145 \backslash
15146 ointctrclockwise
15147 \end_layout
15148
15149 \end_inset
15150 </cell>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155 \begin_inset Formula $\ointctrclockwise$
15156 \end_inset
15157
15158
15159 \end_layout
15160
15161 \end_inset
15162 </cell>
15163 </row>
15164 <row>
15165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15166 \begin_inset Text
15167
15168 \begin_layout Plain Layout
15169
15170 \backslash
15171 ointclockwise
15172 \end_layout
15173
15174 \end_inset
15175 </cell>
15176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15177 \begin_inset Text
15178
15179 \begin_layout Plain Layout
15180 \begin_inset Formula $\ointclockwise$
15181 \end_inset
15182
15183
15184 \end_layout
15185
15186 \end_inset
15187 </cell>
15188 </row>
15189 <row>
15190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15191 \begin_inset Text
15192
15193 \begin_layout Plain Layout
15194
15195 \backslash
15196 sqint
15197 \end_layout
15198
15199 \end_inset
15200 </cell>
15201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15202 \begin_inset Text
15203
15204 \begin_layout Plain Layout
15205 \begin_inset Formula $\sqint$
15206 \end_inset
15207
15208
15209 \end_layout
15210
15211 \end_inset
15212 </cell>
15213 </row>
15214 <row>
15215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15216 \begin_inset Text
15217
15218 \begin_layout Plain Layout
15219
15220 \backslash
15221 fint
15222 \end_layout
15223
15224 \end_inset
15225 </cell>
15226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15227 \begin_inset Text
15228
15229 \begin_layout Plain Layout
15230  
15231 \begin_inset Formula $\fint$
15232 \end_inset
15233
15234
15235 \end_layout
15236
15237 \end_inset
15238 </cell>
15239 </row>
15240 <row>
15241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15242 \begin_inset Text
15243
15244 \begin_layout Plain Layout
15245
15246 \backslash
15247 landupint
15248 \end_layout
15249
15250 \end_inset
15251 </cell>
15252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15253 \begin_inset Text
15254
15255 \begin_layout Plain Layout
15256  
15257 \begin_inset Formula $\landupint$
15258 \end_inset
15259
15260
15261 \end_layout
15262
15263 \end_inset
15264 </cell>
15265 </row>
15266 <row>
15267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15268 \begin_inset Text
15269
15270 \begin_layout Plain Layout
15271
15272 \backslash
15273 landdownint
15274 \end_layout
15275
15276 \end_inset
15277 </cell>
15278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15279 \begin_inset Text
15280
15281 \begin_layout Plain Layout
15282  
15283 \begin_inset Formula $\landdownint$
15284 \end_inset
15285
15286
15287 \end_layout
15288
15289 \end_inset
15290 </cell>
15291 </row>
15292 <row>
15293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15294 \begin_inset Text
15295
15296 \begin_layout Plain Layout
15297
15298 \backslash
15299 bigcap
15300 \end_layout
15301
15302 \end_inset
15303 </cell>
15304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15305 \begin_inset Text
15306
15307 \begin_layout Plain Layout
15308 \begin_inset Formula $\bigcap$
15309 \end_inset
15310
15311
15312 \end_layout
15313
15314 \end_inset
15315 </cell>
15316 </row>
15317 <row>
15318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15319 \begin_inset Text
15320
15321 \begin_layout Plain Layout
15322
15323 \backslash
15324 bigcup
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15330 \begin_inset Text
15331
15332 \begin_layout Plain Layout
15333 \begin_inset Formula $\bigcup$
15334 \end_inset
15335
15336
15337 \end_layout
15338
15339 \end_inset
15340 </cell>
15341 </row>
15342 </lyxtabular>
15343
15344 \end_inset
15345
15346
15347 \begin_inset space \hfill{}
15348 \end_inset
15349
15350
15351 \begin_inset Tabular
15352 <lyxtabular version="3" rows="11" columns="2">
15353 <features tabularvalignment="middle">
15354 <column alignment="center" valignment="top" width="0pt">
15355 <column alignment="center" valignment="top" width="0pt">
15356 <row>
15357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15358 \begin_inset Text
15359
15360 \begin_layout Plain Layout
15361 Befehl
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370 Ergebnis
15371 \end_layout
15372
15373 \end_inset
15374 </cell>
15375 </row>
15376 <row>
15377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381
15382 \backslash
15383 sum
15384 \begin_inset Index idx
15385 status collapsed
15386
15387 \begin_layout Plain Layout
15388 Befehle ! S ! 
15389 \backslash
15390 sum
15391 \end_layout
15392
15393 \end_inset
15394
15395
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 $\sum$
15405 \end_inset
15406
15407
15408 \end_layout
15409
15410 \end_inset
15411 </cell>
15412 </row>
15413 <row>
15414 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15415 \begin_inset Text
15416
15417 \begin_layout Plain Layout
15418
15419 \backslash
15420 prod
15421 \begin_inset Index idx
15422 status collapsed
15423
15424 \begin_layout Plain Layout
15425 Befehle ! P ! 
15426 \backslash
15427 prod
15428 \end_layout
15429
15430 \end_inset
15431
15432
15433 \end_layout
15434
15435 \end_inset
15436 </cell>
15437 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15438 \begin_inset Text
15439
15440 \begin_layout Plain Layout
15441 \begin_inset Formula $\prod$
15442 \end_inset
15443
15444
15445 \end_layout
15446
15447 \end_inset
15448 </cell>
15449 </row>
15450 <row>
15451 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15452 \begin_inset Text
15453
15454 \begin_layout Plain Layout
15455
15456 \backslash
15457 coprod
15458 \end_layout
15459
15460 \end_inset
15461 </cell>
15462 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15463 \begin_inset Text
15464
15465 \begin_layout Plain Layout
15466 \begin_inset Formula $\coprod$
15467 \end_inset
15468
15469
15470 \end_layout
15471
15472 \end_inset
15473 </cell>
15474 </row>
15475 <row>
15476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15477 \begin_inset Text
15478
15479 \begin_layout Plain Layout
15480
15481 \backslash
15482 bigodot
15483 \end_layout
15484
15485 \end_inset
15486 </cell>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491 \begin_inset Formula $\bigodot$
15492 \end_inset
15493
15494
15495 \end_layout
15496
15497 \end_inset
15498 </cell>
15499 </row>
15500 <row>
15501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15502 \begin_inset Text
15503
15504 \begin_layout Plain Layout
15505
15506 \backslash
15507 bigotimes
15508 \end_layout
15509
15510 \end_inset
15511 </cell>
15512 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15513 \begin_inset Text
15514
15515 \begin_layout Plain Layout
15516 \begin_inset Formula $\bigotimes$
15517 \end_inset
15518
15519
15520 \end_layout
15521
15522 \end_inset
15523 </cell>
15524 </row>
15525 <row>
15526 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15527 \begin_inset Text
15528
15529 \begin_layout Plain Layout
15530
15531 \backslash
15532 bigoplus
15533 \end_layout
15534
15535 \end_inset
15536 </cell>
15537 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15538 \begin_inset Text
15539
15540 \begin_layout Plain Layout
15541 \begin_inset Formula $\bigoplus$
15542 \end_inset
15543
15544
15545 \end_layout
15546
15547 \end_inset
15548 </cell>
15549 </row>
15550 <row>
15551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15552 \begin_inset Text
15553
15554 \begin_layout Plain Layout
15555
15556 \backslash
15557 bigwedge
15558 \end_layout
15559
15560 \end_inset
15561 </cell>
15562 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15563 \begin_inset Text
15564
15565 \begin_layout Plain Layout
15566 \begin_inset Formula $\bigwedge$
15567 \end_inset
15568
15569
15570 \end_layout
15571
15572 \end_inset
15573 </cell>
15574 </row>
15575 <row>
15576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15577 \begin_inset Text
15578
15579 \begin_layout Plain Layout
15580
15581 \backslash
15582 bigvee
15583 \end_layout
15584
15585 \end_inset
15586 </cell>
15587 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15588 \begin_inset Text
15589
15590 \begin_layout Plain Layout
15591 \begin_inset Formula $\bigvee$
15592 \end_inset
15593
15594
15595 \end_layout
15596
15597 \end_inset
15598 </cell>
15599 </row>
15600 <row>
15601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15602 \begin_inset Text
15603
15604 \begin_layout Plain Layout
15605
15606 \backslash
15607 bigsqcup
15608 \end_layout
15609
15610 \end_inset
15611 </cell>
15612 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15613 \begin_inset Text
15614
15615 \begin_layout Plain Layout
15616 \begin_inset Formula $\bigsqcup$
15617 \end_inset
15618
15619
15620 \end_layout
15621
15622 \end_inset
15623 </cell>
15624 </row>
15625 <row>
15626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15627 \begin_inset Text
15628
15629 \begin_layout Plain Layout
15630
15631 \backslash
15632 biguplus
15633 \end_layout
15634
15635 \end_inset
15636 </cell>
15637 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15638 \begin_inset Text
15639
15640 \begin_layout Plain Layout
15641 \begin_inset Formula $\biguplus$
15642 \end_inset
15643
15644
15645 \end_layout
15646
15647 \end_inset
15648 </cell>
15649 </row>
15650 </lyxtabular>
15651
15652 \end_inset
15653
15654
15655 \begin_inset space \hfill{}
15656 \end_inset
15657
15658
15659 \end_layout
15660
15661 \begin_layout Standard
15662 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15663 \begin_inset Graphics
15664         filename ../../images/math/intop.png
15665         scale 85
15666
15667 \end_inset
15668
15669  eingefügt werden.
15670 \end_layout
15671
15672 \begin_layout Standard
15673 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15674  Teil gleich aussehenden binären Operatoren.
15675  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15676  beschrieben.
15677 \end_layout
15678
15679 \begin_layout Standard
15680 Für alle Integrale gibt es Befehle, die auf 
15681 \series bold
15682 op
15683 \series default
15684  enden: 
15685 \series bold
15686
15687 \backslash
15688 intop
15689 \series default
15690
15691 \series bold
15692
15693 \backslash
15694 ointop
15695 \series default
15696  usw..
15697  Diese unterscheiden sich von 
15698 \series bold
15699
15700 \backslash
15701 int
15702 \series default
15703  usw.
15704 \begin_inset space \space{}
15705 \end_inset
15706
15707 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15708 \begin_inset CommandInset ref
15709 LatexCommand ref
15710 reference "sub:Operatorgrenzen"
15711
15712 \end_inset
15713
15714 .
15715  
15716 \end_layout
15717
15718 \begin_layout Subsubsection*
15719 Hinweise zu Integralen
15720 \end_layout
15721
15722 \begin_layout Standard
15723 Der Buchstabe 
15724 \emph on
15725 d
15726 \emph default
15727  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15728  muss.
15729  Dazu markiert man das 
15730 \emph on
15731 d
15732 \emph default
15733  und wandelt es mit der Tastenkombination 
15734 \family sans
15735 Alt+Z
15736 \begin_inset space ~
15737 \end_inset
15738
15739 R
15740 \family default
15741
15742 \begin_inset Foot
15743 status collapsed
15744
15745 \begin_layout Plain Layout
15746 Schriftstile siehe 
15747 \begin_inset CommandInset ref
15748 LatexCommand ref
15749 reference "sub:Schriftstile"
15750
15751 \end_inset
15752
15753
15754 \end_layout
15755
15756 \end_inset
15757
15758  um.
15759  Anschließend fügt man vor dem 
15760 \emph on
15761 d
15762 \emph default
15763 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15764  Dazu ein Beispiel:
15765 \end_layout
15766
15767 \begin_layout Standard
15768 inkorrekt: 
15769 \begin_inset Formula $\int A(x)dx$
15770 \end_inset
15771
15772
15773 \begin_inset Newline newline
15774 \end_inset
15775
15776
15777 \begin_inset Phantom HPhantom
15778 status open
15779
15780 \begin_layout Plain Layout
15781 in
15782 \end_layout
15783
15784 \end_inset
15785
15786 korrekt: 
15787 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15788 \end_inset
15789
15790
15791 \end_layout
15792
15793 \begin_layout Standard
15794 \begin_inset VSpace medskip
15795 \end_inset
15796
15797 Für Mehrfachintegrale gibt es folgende Befehle:
15798 \begin_inset VSpace medskip
15799 \end_inset
15800
15801
15802 \end_layout
15803
15804 \begin_layout Standard
15805 \begin_inset space \hfill{}
15806 \end_inset
15807
15808
15809 \begin_inset Tabular
15810 <lyxtabular version="3" rows="4" columns="2">
15811 <features tabularvalignment="middle">
15812 <column alignment="center" valignment="top" width="0">
15813 <column alignment="center" valignment="top" width="0">
15814 <row>
15815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 Befehl
15820 \end_layout
15821
15822 \end_inset
15823 </cell>
15824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15825 \begin_inset Text
15826
15827 \begin_layout Plain Layout
15828 Ergebnis
15829 \begin_inset Note Note
15830 status collapsed
15831
15832 \begin_layout Plain Layout
15833
15834 \series bold
15835
15836 \backslash
15837 raisebox
15838 \series default
15839  dient nur als Abstandhalter.
15840 \end_layout
15841
15842 \end_inset
15843
15844
15845 \end_layout
15846
15847 \end_inset
15848 </cell>
15849 </row>
15850 <row>
15851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15852 \begin_inset Text
15853
15854 \begin_layout Plain Layout
15855
15856 \backslash
15857 iint
15858 \end_layout
15859
15860 \end_inset
15861 </cell>
15862 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15863 \begin_inset Text
15864
15865 \begin_layout Plain Layout
15866 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15867 \end_inset
15868
15869
15870 \end_layout
15871
15872 \end_inset
15873 </cell>
15874 </row>
15875 <row>
15876 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15877 \begin_inset Text
15878
15879 \begin_layout Plain Layout
15880
15881 \backslash
15882 oiint
15883 \end_layout
15884
15885 \end_inset
15886 </cell>
15887 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15888 \begin_inset Text
15889
15890 \begin_layout Plain Layout
15891 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15892 \end_inset
15893
15894
15895 \end_layout
15896
15897 \end_inset
15898 </cell>
15899 </row>
15900 <row>
15901 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15902 \begin_inset Text
15903
15904 \begin_layout Plain Layout
15905
15906 \backslash
15907 sqiint
15908 \end_layout
15909
15910 \end_inset
15911 </cell>
15912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15913 \begin_inset Text
15914
15915 \begin_layout Plain Layout
15916 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15917 \end_inset
15918
15919
15920 \end_layout
15921
15922 \end_inset
15923 </cell>
15924 </row>
15925 </lyxtabular>
15926
15927 \end_inset
15928
15929
15930 \begin_inset space \hfill{}
15931 \end_inset
15932
15933
15934 \begin_inset Tabular
15935 <lyxtabular version="3" rows="4" columns="2">
15936 <features tabularvalignment="middle">
15937 <column alignment="center" valignment="top" width="0">
15938 <column alignment="center" valignment="top" width="0">
15939 <row>
15940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15941 \begin_inset Text
15942
15943 \begin_layout Plain Layout
15944 Befehl
15945 \end_layout
15946
15947 \end_inset
15948 </cell>
15949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953 Ergebnis
15954 \end_layout
15955
15956 \end_inset
15957 </cell>
15958 </row>
15959 <row>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964
15965 \backslash
15966 iiint
15967 \end_layout
15968
15969 \end_inset
15970 </cell>
15971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15972 \begin_inset Text
15973
15974 \begin_layout Plain Layout
15975 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15976 \end_inset
15977
15978
15979 \end_layout
15980
15981 \end_inset
15982 </cell>
15983 </row>
15984 <row>
15985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989
15990 \backslash
15991 iiiint
15992 \end_layout
15993
15994 \end_inset
15995 </cell>
15996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15997 \begin_inset Text
15998
15999 \begin_layout Plain Layout
16000 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16001 \end_inset
16002
16003
16004 \end_layout
16005
16006 \end_inset
16007 </cell>
16008 </row>
16009 <row>
16010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16011 \begin_inset Text
16012
16013 \begin_layout Plain Layout
16014
16015 \backslash
16016 dotsint
16017 \end_layout
16018
16019 \end_inset
16020 </cell>
16021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16022 \begin_inset Text
16023
16024 \begin_layout Plain Layout
16025 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16026 \end_inset
16027
16028
16029 \end_layout
16030
16031 \end_inset
16032 </cell>
16033 </row>
16034 </lyxtabular>
16035
16036 \end_inset
16037
16038
16039 \begin_inset space \hfill{}
16040 \end_inset
16041
16042
16043 \end_layout
16044
16045 \begin_layout Subsection
16046 Operatorgrenzen
16047 \begin_inset CommandInset label
16048 LatexCommand label
16049 name "sub:Operatorgrenzen"
16050
16051 \end_inset
16052
16053
16054 \begin_inset Index idx
16055 status collapsed
16056
16057 \begin_layout Plain Layout
16058 Operatoren ! Grenzen
16059 \end_layout
16060
16061 \end_inset
16062
16063
16064 \end_layout
16065
16066 \begin_layout Standard
16067 Grenzen werden durch Hoch- bzw.
16068  Tiefstellen erzeugt:
16069 \end_layout
16070
16071 \begin_layout Standard
16072 \align center
16073 \begin_inset Tabular
16074 <lyxtabular version="3" rows="2" columns="2">
16075 <features tabularvalignment="middle">
16076 <column alignment="center" valignment="top" width="0pt">
16077 <column alignment="center" valignment="top" width="0pt">
16078 <row>
16079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16080 \begin_inset Text
16081
16082 \begin_layout Plain Layout
16083 Befehl
16084 \end_layout
16085
16086 \end_inset
16087 </cell>
16088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16089 \begin_inset Text
16090
16091 \begin_layout Plain Layout
16092 Ergebnis
16093 \begin_inset Note Note
16094 status collapsed
16095
16096 \begin_layout Plain Layout
16097
16098 \series bold
16099
16100 \backslash
16101 raisebox
16102 \series default
16103  dient nur als Abstandhalter.
16104 \end_layout
16105
16106 \end_inset
16107
16108
16109 \end_layout
16110
16111 \end_inset
16112 </cell>
16113 </row>
16114 <row>
16115 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16116 \begin_inset Text
16117
16118 \begin_layout Plain Layout
16119
16120 \backslash
16121 prod^
16122 \backslash
16123 infty
16124 \begin_inset ERT
16125 status collapsed
16126
16127 \begin_layout Plain Layout
16128
16129
16130 \backslash
16131 leer 
16132 \end_layout
16133
16134 \end_inset
16135
16136
16137 \begin_inset Formula $\to$
16138 \end_inset
16139
16140 _0
16141 \begin_inset Formula $\to$
16142 \end_inset
16143
16144 A(x)
16145 \end_layout
16146
16147 \end_inset
16148 </cell>
16149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16150 \begin_inset Text
16151
16152 \begin_layout Plain Layout
16153 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16154 \end_inset
16155
16156
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 </row>
16162 </lyxtabular>
16163
16164 \end_inset
16165
16166
16167 \end_layout
16168
16169 \begin_layout Standard
16170 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16171  Operator gesetzt.
16172  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16173  bzw.
16174  unter den Operator gesetzt.
16175 \end_layout
16176
16177 \begin_layout Standard
16178 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16179  man den Cursor direkt hinter den Operator und setzt über das Menü 
16180 \family sans
16181 Bearbeiten\SpecialChar \menuseparator
16182 Mathe\SpecialChar \menuseparator
16183 Art der Operatorgrenzen ändern
16184 \family default
16185  die Grenzen auf 
16186 \series bold
16187 Eingebettet
16188 \series default
16189  (Tastenkombination 
16190 \family sans
16191 Alt+M
16192 \begin_inset space ~
16193 \end_inset
16194
16195 L
16196 \family default
16197 ).
16198  Dazu folgendes Beispiel:
16199 \end_layout
16200
16201 \begin_layout Standard
16202 Die normalen Grenzen sehen so aus:
16203 \begin_inset Formula \[
16204 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16205 \]
16206
16207 \end_inset
16208
16209 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16210 \begin_inset Formula \[
16211 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16212 \]
16213
16214 \end_inset
16215
16216 Bei Integralen werden mit Ausnahme von denen, die auf 
16217 \series bold
16218 op
16219 \series default
16220  enden (
16221 \series bold
16222
16223 \backslash
16224 intop
16225 \series default
16226
16227 \series bold
16228
16229 \backslash
16230 ointop
16231 \series default
16232  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16233  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16234  gesetzt.
16235  Im folgenden Beispiel wurde die Grenze deswegen auf 
16236 \series bold
16237 Anzeige
16238 \series default
16239  gesetzt und damit unter die Integrale geschrieben:
16240 \begin_inset Formula \begin{equation}
16241 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16242 \end{equation}
16243
16244 \end_inset
16245
16246
16247 \end_layout
16248
16249 \begin_layout Standard
16250 \begin_inset VSpace medskip
16251 \end_inset
16252
16253 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16254 \series bold
16255
16256 \backslash
16257 subarray
16258 \series default
16259
16260 \begin_inset Index idx
16261 status collapsed
16262
16263 \begin_layout Plain Layout
16264 Befehle ! S ! 
16265 \backslash
16266 subarray
16267 \end_layout
16268
16269 \end_inset
16270
16271  und 
16272 \series bold
16273
16274 \backslash
16275 substack
16276 \series default
16277
16278 \begin_inset Index idx
16279 status collapsed
16280
16281 \begin_layout Plain Layout
16282 Befehle ! S ! 
16283 \backslash
16284 substack
16285 \end_layout
16286
16287 \end_inset
16288
16289 .
16290  Um z.
16291 \begin_inset space \thinspace{}
16292 \end_inset
16293
16294 B.
16295  diesen Ausdruck 
16296 \begin_inset Formula \begin{equation}
16297 \sum_{\begin{subarray}{c}
16298 0<k<1000\\
16299 \\
16300 k\,\in\,\mathbb{N}
16301 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16302 \end{equation}
16303
16304 \end_inset
16305
16306 zu erstellen, muss man Folgendes tun:
16307 \begin_inset Newline newline
16308 \end_inset
16309
16310 Zuerst gibt man den Befehl 
16311 \series bold
16312
16313 \backslash
16314 sum
16315 \series default
16316 ^
16317 \series bold
16318 n
16319 \begin_inset ERT
16320 status collapsed
16321
16322 \begin_layout Plain Layout
16323
16324
16325 \backslash
16326 leer 
16327 \end_layout
16328
16329 \end_inset
16330
16331 _
16332 \series default
16333  ein.
16334  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16335  In dieses gibt man den Befehl 
16336 \series bold
16337
16338 \backslash
16339 subarray
16340 \begin_inset ERT
16341 status collapsed
16342
16343 \begin_layout Plain Layout
16344
16345
16346 \backslash
16347 leer 
16348 \end_layout
16349
16350 \end_inset
16351
16352
16353 \series default
16354  ein.
16355  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16356  Zeilen untereinander schreiben.
16357  Mit Eingabe des Zeilenumbruchs (
16358 \family sans
16359 Strg+Enter
16360 \family default
16361 ) wird eine neue Zeile erstellt.
16362  Gibt man
16363 \begin_inset Newline newline
16364 \end_inset
16365
16366
16367 \series bold
16368 0<k<1000 Strg+Enter
16369 \begin_inset Newline newline
16370 \end_inset
16371
16372
16373 \series default
16374 ein, erscheint darunter ein Kästchen für die neue Zeile.
16375 \end_layout
16376
16377 \begin_layout Standard
16378 Die Ausrichtung der Zeilen kann mit der 
16379 \family sans
16380 Tabellen-Werkzeugleiste
16381 \family default
16382  oder dem Menü 
16383 \family sans
16384 Bearbeiten\SpecialChar \menuseparator
16385 Zeilen & Spalten
16386 \family default
16387  auf links geändert werden.
16388  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16389 \series bold
16390
16391 \backslash
16392 hfill
16393 \begin_inset ERT
16394 status collapsed
16395
16396 \begin_layout Plain Layout
16397
16398
16399 \backslash
16400 leer 
16401 \end_layout
16402
16403 \end_inset
16404
16405
16406 \series default
16407  eingegeben.
16408 \end_layout
16409
16410 \begin_layout Standard
16411 Der Befehl 
16412 \series bold
16413
16414 \backslash
16415 substack
16416 \series default
16417  ist äquivalent zu 
16418 \series bold
16419
16420 \backslash
16421 subarray
16422 \series default
16423 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16424 \end_layout
16425
16426 \begin_layout Standard
16427 \begin_inset VSpace bigskip
16428 \end_inset
16429
16430 Wie bei Formel 
16431 \begin_inset CommandInset ref
16432 LatexCommand eqref
16433 reference "eq:substack"
16434
16435 \end_inset
16436
16437  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16438  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16439 \end_layout
16440
16441 \begin_layout Standard
16442 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16443 \end_layout
16444
16445 \begin_layout Standard
16446
16447 \series bold
16448
16449 \backslash
16450 def
16451 \backslash
16452 clap#1{
16453 \backslash
16454 hbox to 0pt{
16455 \backslash
16456 hss #1
16457 \backslash
16458 hss}}
16459 \begin_inset Newline newline
16460 \end_inset
16461
16462
16463 \backslash
16464 def
16465 \backslash
16466 mathclap {
16467 \backslash
16468 mathpalette 
16469 \backslash
16470 mathclapinternal}
16471 \begin_inset Newline newline
16472 \end_inset
16473
16474
16475 \backslash
16476 def
16477 \backslash
16478 mathclapinternal #1#2{
16479 \backslash
16480 clap{$
16481 \backslash
16482 mathsurround =0pt #1{#2}$}}
16483 \end_layout
16484
16485 \begin_layout Standard
16486 Dadurch wird der Befehl 
16487 \series bold
16488
16489 \backslash
16490 mathclap
16491 \series default
16492
16493 \begin_inset Index idx
16494 status collapsed
16495
16496 \begin_layout Plain Layout
16497 Befehle ! M ! 
16498 \backslash
16499 mathclap
16500 \end_layout
16501
16502 \end_inset
16503
16504  definiert, der die Breite der Grenze auf 0
16505 \begin_inset space \thinspace{}
16506 \end_inset
16507
16508 pt setzt.
16509  Das Befehlsschema lautet
16510 \end_layout
16511
16512 \begin_layout Standard
16513
16514 \series bold
16515
16516 \backslash
16517 mathclap{Grenze}
16518 \end_layout
16519
16520 \begin_layout Standard
16521 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16522 \end_layout
16523
16524 \begin_layout Standard
16525 Auf Formel 
16526 \begin_inset CommandInset ref
16527 LatexCommand eqref
16528 reference "eq:substack"
16529
16530 \end_inset
16531
16532  angewandt, gibt man also den Befehl
16533 \end_layout
16534
16535 \begin_layout Standard
16536
16537 \series bold
16538
16539 \backslash
16540 sum_
16541 \backslash
16542 mathclap{
16543 \backslash
16544 substack
16545 \begin_inset ERT
16546 status collapsed
16547
16548 \begin_layout Plain Layout
16549
16550
16551 \backslash
16552 leer 
16553 \end_layout
16554
16555 \end_inset
16556
16557 0<k<1000 Strg+Enter
16558 \end_layout
16559
16560 \begin_layout Standard
16561 ein, um die untere Grenze zu erstellen.
16562  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16563 \begin_inset Formula \[
16564 \sum_{\mathclap{\substack{0<k<1000\\
16565 \\
16566 k\,\in\,\mathbb{N}
16567 }
16568 }}^{n}k^{-2}
16569 \]
16570
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \begin_layout Standard
16577 \begin_inset VSpace bigskip
16578 \end_inset
16579
16580 In 
16581 \begin_inset CommandInset ref
16582 LatexCommand ref
16583 reference "sub:Selbstdefinierte-Operatoren"
16584
16585 \end_inset
16586
16587  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16588 \end_layout
16589
16590 \begin_layout Subsection
16591 Binäre Operatoren
16592 \begin_inset CommandInset label
16593 LatexCommand label
16594 name "sub:Binäre-Operatoren"
16595
16596 \end_inset
16597
16598
16599 \begin_inset Index idx
16600 status collapsed
16601
16602 \begin_layout Plain Layout
16603 Operatoren ! binäre
16604 \end_layout
16605
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \begin_layout Standard
16612 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16613  ein Zeichen befindet.
16614 \begin_inset VSpace medskip
16615 \end_inset
16616
16617
16618 \end_layout
16619
16620 \begin_layout Standard
16621 \begin_inset space \hfill{}
16622 \end_inset
16623
16624
16625 \begin_inset Tabular
16626 <lyxtabular version="3" rows="13" columns="2">
16627 <features tabularvalignment="middle">
16628 <column alignment="center" valignment="top" width="0pt">
16629 <column alignment="center" valignment="top" width="0pt">
16630 <row>
16631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16632 \begin_inset Text
16633
16634 \begin_layout Plain Layout
16635 Befehl
16636 \begin_inset Note Note
16637 status collapsed
16638
16639 \begin_layout Plain Layout
16640
16641 \series bold
16642
16643 \backslash
16644 raisebox
16645 \series default
16646  dient nur als Abstandhalter.
16647 \end_layout
16648
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \end_inset
16655 </cell>
16656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16657 \begin_inset Text
16658
16659 \begin_layout Plain Layout
16660 Ergebnis
16661 \end_layout
16662
16663 \end_inset
16664 </cell>
16665 </row>
16666 <row>
16667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16668 \begin_inset Text
16669
16670 \begin_layout Plain Layout
16671 +
16672 \end_layout
16673
16674 \end_inset
16675 </cell>
16676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16677 \begin_inset Text
16678
16679 \begin_layout Plain Layout
16680 \begin_inset Formula $+$
16681 \end_inset
16682
16683
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 </row>
16689 <row>
16690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16691 \begin_inset Text
16692
16693 \begin_layout Plain Layout
16694 -
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703 \begin_inset Formula $-$
16704 \end_inset
16705
16706
16707 \end_layout
16708
16709 \end_inset
16710 </cell>
16711 </row>
16712 <row>
16713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16714 \begin_inset Text
16715
16716 \begin_layout Plain Layout
16717
16718 \backslash
16719 pm
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728 \begin_inset Formula $\pm$
16729 \end_inset
16730
16731
16732 \end_layout
16733
16734 \end_inset
16735 </cell>
16736 </row>
16737 <row>
16738 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16739 \begin_inset Text
16740
16741 \begin_layout Plain Layout
16742
16743 \backslash
16744 mp
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753 \begin_inset Formula $\mp$
16754 \end_inset
16755
16756
16757 \end_layout
16758
16759 \end_inset
16760 </cell>
16761 </row>
16762 <row>
16763 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16764 \begin_inset Text
16765
16766 \begin_layout Plain Layout
16767
16768 \backslash
16769 cdot
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778 \begin_inset Formula $\cdot$
16779 \end_inset
16780
16781
16782 \end_layout
16783
16784 \end_inset
16785 </cell>
16786 </row>
16787 <row>
16788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16789 \begin_inset Text
16790
16791 \begin_layout Plain Layout
16792
16793 \backslash
16794 times
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803 \begin_inset Formula $\times$
16804 \end_inset
16805
16806
16807 \end_layout
16808
16809 \end_inset
16810 </cell>
16811 </row>
16812 <row>
16813 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16814 \begin_inset Text
16815
16816 \begin_layout Plain Layout
16817
16818 \backslash
16819 div
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 \begin_inset Formula $\div$
16829 \end_inset
16830
16831
16832 \end_layout
16833
16834 \end_inset
16835 </cell>
16836 </row>
16837 <row>
16838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16839 \begin_inset Text
16840
16841 \begin_layout Plain Layout
16842 \begin_inset ERT
16843 status collapsed
16844
16845 \begin_layout Plain Layout
16846
16847
16848 \backslash
16849 raisebox{-1.2mm}{
16850 \end_layout
16851
16852 \end_inset
16853
16854 *
16855 \begin_inset ERT
16856 status collapsed
16857
16858 \begin_layout Plain Layout
16859
16860 }
16861 \end_layout
16862
16863 \end_inset
16864
16865
16866 \end_layout
16867
16868 \end_inset
16869 </cell>
16870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16871 \begin_inset Text
16872
16873 \begin_layout Plain Layout
16874 \begin_inset Formula $*$
16875 \end_inset
16876
16877
16878 \end_layout
16879
16880 \end_inset
16881 </cell>
16882 </row>
16883 <row>
16884 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16885 \begin_inset Text
16886
16887 \begin_layout Plain Layout
16888
16889 \backslash
16890 star
16891 \end_layout
16892
16893 \end_inset
16894 </cell>
16895 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16896 \begin_inset Text
16897
16898 \begin_layout Plain Layout
16899 \begin_inset Formula $\star$
16900 \end_inset
16901
16902
16903 \end_layout
16904
16905 \end_inset
16906 </cell>
16907 </row>
16908 <row>
16909 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16910 \begin_inset Text
16911
16912 \begin_layout Plain Layout
16913
16914 \backslash
16915 circ
16916 \end_layout
16917
16918 \end_inset
16919 </cell>
16920 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16921 \begin_inset Text
16922
16923 \begin_layout Plain Layout
16924 \begin_inset Formula $\circ$
16925 \end_inset
16926
16927
16928 \end_layout
16929
16930 \end_inset
16931 </cell>
16932 </row>
16933 <row>
16934 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16935 \begin_inset Text
16936
16937 \begin_layout Plain Layout
16938
16939 \backslash
16940 diamond
16941 \end_layout
16942
16943 \end_inset
16944 </cell>
16945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16946 \begin_inset Text
16947
16948 \begin_layout Plain Layout
16949 \begin_inset Formula $\diamond$
16950 \end_inset
16951
16952
16953 \end_layout
16954
16955 \end_inset
16956 </cell>
16957 </row>
16958 <row>
16959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16960 \begin_inset Text
16961
16962 \begin_layout Plain Layout
16963
16964 \backslash
16965 bullet
16966 \end_layout
16967
16968 \end_inset
16969 </cell>
16970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16971 \begin_inset Text
16972
16973 \begin_layout Plain Layout
16974 \begin_inset Formula $\bullet$
16975 \end_inset
16976
16977
16978 \end_layout
16979
16980 \end_inset
16981 </cell>
16982 </row>
16983 </lyxtabular>
16984
16985 \end_inset
16986
16987
16988 \begin_inset space \hfill{}
16989 \end_inset
16990
16991
16992 \begin_inset Tabular
16993 <lyxtabular version="3" rows="13" columns="2">
16994 <features tabularvalignment="middle">
16995 <column alignment="center" valignment="top" width="0pt">
16996 <column alignment="center" valignment="top" width="0pt">
16997 <row>
16998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 Befehl
17003 \end_layout
17004
17005 \end_inset
17006 </cell>
17007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17008 \begin_inset Text
17009
17010 \begin_layout Plain Layout
17011 Ergebnis
17012 \end_layout
17013
17014 \end_inset
17015 </cell>
17016 </row>
17017 <row>
17018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17019 \begin_inset Text
17020
17021 \begin_layout Plain Layout
17022
17023 \backslash
17024 nabla
17025 \end_layout
17026
17027 \end_inset
17028 </cell>
17029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17030 \begin_inset Text
17031
17032 \begin_layout Plain Layout
17033 \begin_inset Formula $\nabla$
17034 \end_inset
17035
17036
17037 \end_layout
17038
17039 \end_inset
17040 </cell>
17041 </row>
17042 <row>
17043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17044 \begin_inset Text
17045
17046 \begin_layout Plain Layout
17047
17048 \backslash
17049 bigtriangledown
17050 \end_layout
17051
17052 \end_inset
17053 </cell>
17054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17055 \begin_inset Text
17056
17057 \begin_layout Plain Layout
17058 \begin_inset Formula $\bigtriangledown$
17059 \end_inset
17060
17061
17062 \end_layout
17063
17064 \end_inset
17065 </cell>
17066 </row>
17067 <row>
17068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17069 \begin_inset Text
17070
17071 \begin_layout Plain Layout
17072
17073 \backslash
17074 bigtriangleup
17075 \end_layout
17076
17077 \end_inset
17078 </cell>
17079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17080 \begin_inset Text
17081
17082 \begin_layout Plain Layout
17083 \begin_inset Formula $\bigtriangleup$
17084 \end_inset
17085
17086
17087 \end_layout
17088
17089 \end_inset
17090 </cell>
17091 </row>
17092 <row>
17093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17094 \begin_inset Text
17095
17096 \begin_layout Plain Layout
17097
17098 \backslash
17099 Box
17100 \end_layout
17101
17102 \end_inset
17103 </cell>
17104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17105 \begin_inset Text
17106
17107 \begin_layout Plain Layout
17108 \begin_inset Formula $\Box$
17109 \end_inset
17110
17111
17112 \end_layout
17113
17114 \end_inset
17115 </cell>
17116 </row>
17117 <row>
17118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17119 \begin_inset Text
17120
17121 \begin_layout Plain Layout
17122
17123 \backslash
17124 cap 
17125 \end_layout
17126
17127 \end_inset
17128 </cell>
17129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17130 \begin_inset Text
17131
17132 \begin_layout Plain Layout
17133 \begin_inset Formula $\cap$
17134 \end_inset
17135
17136
17137 \end_layout
17138
17139 \end_inset
17140 </cell>
17141 </row>
17142 <row>
17143 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17144 \begin_inset Text
17145
17146 \begin_layout Plain Layout
17147
17148 \backslash
17149 cup
17150 \end_layout
17151
17152 \end_inset
17153 </cell>
17154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17155 \begin_inset Text
17156
17157 \begin_layout Plain Layout
17158 \begin_inset Formula $\cup$
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \end_inset
17165 </cell>
17166 </row>
17167 <row>
17168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17169 \begin_inset Text
17170
17171 \begin_layout Plain Layout
17172
17173 \backslash
17174 dagger
17175 \end_layout
17176
17177 \end_inset
17178 </cell>
17179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17180 \begin_inset Text
17181
17182 \begin_layout Plain Layout
17183 \begin_inset Formula $\dagger$
17184 \end_inset
17185
17186
17187 \end_layout
17188
17189 \end_inset
17190 </cell>
17191 </row>
17192 <row>
17193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17194 \begin_inset Text
17195
17196 \begin_layout Plain Layout
17197
17198 \backslash
17199 ddagger
17200 \end_layout
17201
17202 \end_inset
17203 </cell>
17204 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17205 \begin_inset Text
17206
17207 \begin_layout Plain Layout
17208 \begin_inset Formula $\ddagger$
17209 \end_inset
17210
17211
17212 \end_layout
17213
17214 \end_inset
17215 </cell>
17216 </row>
17217 <row>
17218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17219 \begin_inset Text
17220
17221 \begin_layout Plain Layout
17222
17223 \backslash
17224 wr
17225 \end_layout
17226
17227 \end_inset
17228 </cell>
17229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17230 \begin_inset Text
17231
17232 \begin_layout Plain Layout
17233 \begin_inset Formula $\wr$
17234 \end_inset
17235
17236
17237 \end_layout
17238
17239 \end_inset
17240 </cell>
17241 </row>
17242 <row>
17243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17244 \begin_inset Text
17245
17246 \begin_layout Plain Layout
17247
17248 \backslash
17249 bigcirc
17250 \end_layout
17251
17252 \end_inset
17253 </cell>
17254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17255 \begin_inset Text
17256
17257 \begin_layout Plain Layout
17258 \begin_inset Formula $\bigcirc$
17259 \end_inset
17260
17261
17262 \end_layout
17263
17264 \end_inset
17265 </cell>
17266 </row>
17267 <row>
17268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17269 \begin_inset Text
17270
17271 \begin_layout Plain Layout
17272
17273 \backslash
17274 wedge
17275 \end_layout
17276
17277 \end_inset
17278 </cell>
17279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17280 \begin_inset Text
17281
17282 \begin_layout Plain Layout
17283 \begin_inset Formula $\wedge$
17284 \end_inset
17285
17286
17287 \end_layout
17288
17289 \end_inset
17290 </cell>
17291 </row>
17292 <row>
17293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17294 \begin_inset Text
17295
17296 \begin_layout Plain Layout
17297
17298 \backslash
17299 vee
17300 \end_layout
17301
17302 \end_inset
17303 </cell>
17304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17305 \begin_inset Text
17306
17307 \begin_layout Plain Layout
17308 \begin_inset Formula $\vee$
17309 \end_inset
17310
17311
17312 \end_layout
17313
17314 \end_inset
17315 </cell>
17316 </row>
17317 </lyxtabular>
17318
17319 \end_inset
17320
17321
17322 \begin_inset space \hfill{}
17323 \end_inset
17324
17325
17326 \begin_inset Tabular
17327 <lyxtabular version="3" rows="13" columns="2">
17328 <features tabularvalignment="middle">
17329 <column alignment="center" valignment="top" width="0pt">
17330 <column alignment="center" valignment="top" width="0pt">
17331 <row>
17332 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 Befehl
17337 \end_layout
17338
17339 \end_inset
17340 </cell>
17341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17342 \begin_inset Text
17343
17344 \begin_layout Plain Layout
17345 Ergebnis
17346 \end_layout
17347
17348 \end_inset
17349 </cell>
17350 </row>
17351 <row>
17352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17353 \begin_inset Text
17354
17355 \begin_layout Plain Layout
17356
17357 \backslash
17358 oplus
17359 \end_layout
17360
17361 \end_inset
17362 </cell>
17363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17364 \begin_inset Text
17365
17366 \begin_layout Plain Layout
17367 \begin_inset Formula $\oplus$
17368 \end_inset
17369
17370
17371 \end_layout
17372
17373 \end_inset
17374 </cell>
17375 </row>
17376 <row>
17377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17378 \begin_inset Text
17379
17380 \begin_layout Plain Layout
17381
17382 \backslash
17383 ominus
17384 \end_layout
17385
17386 \end_inset
17387 </cell>
17388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17389 \begin_inset Text
17390
17391 \begin_layout Plain Layout
17392 \begin_inset Formula $\ominus$
17393 \end_inset
17394
17395
17396 \end_layout
17397
17398 \end_inset
17399 </cell>
17400 </row>
17401 <row>
17402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17403 \begin_inset Text
17404
17405 \begin_layout Plain Layout
17406
17407 \backslash
17408 otimes
17409 \end_layout
17410
17411 \end_inset
17412 </cell>
17413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17414 \begin_inset Text
17415
17416 \begin_layout Plain Layout
17417 \begin_inset Formula $\otimes$
17418 \end_inset
17419
17420
17421 \end_layout
17422
17423 \end_inset
17424 </cell>
17425 </row>
17426 <row>
17427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17428 \begin_inset Text
17429
17430 \begin_layout Plain Layout
17431
17432 \backslash
17433 oslash
17434 \end_layout
17435
17436 \end_inset
17437 </cell>
17438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17439 \begin_inset Text
17440
17441 \begin_layout Plain Layout
17442 \begin_inset Formula $\oslash$
17443 \end_inset
17444
17445
17446 \end_layout
17447
17448 \end_inset
17449 </cell>
17450 </row>
17451 <row>
17452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17453 \begin_inset Text
17454
17455 \begin_layout Plain Layout
17456
17457 \backslash
17458 odot
17459 \end_layout
17460
17461 \end_inset
17462 </cell>
17463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17464 \begin_inset Text
17465
17466 \begin_layout Plain Layout
17467 \begin_inset Formula $\odot$
17468 \end_inset
17469
17470
17471 \end_layout
17472
17473 \end_inset
17474 </cell>
17475 </row>
17476 <row>
17477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17478 \begin_inset Text
17479
17480 \begin_layout Plain Layout
17481
17482 \backslash
17483 amalg
17484 \end_layout
17485
17486 \end_inset
17487 </cell>
17488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17489 \begin_inset Text
17490
17491 \begin_layout Plain Layout
17492 \begin_inset Formula $\amalg$
17493 \end_inset
17494
17495
17496 \end_layout
17497
17498 \end_inset
17499 </cell>
17500 </row>
17501 <row>
17502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17503 \begin_inset Text
17504
17505 \begin_layout Plain Layout
17506
17507 \backslash
17508 uplus
17509 \end_layout
17510
17511 \end_inset
17512 </cell>
17513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17514 \begin_inset Text
17515
17516 \begin_layout Plain Layout
17517 \begin_inset Formula $\uplus$
17518 \end_inset
17519
17520
17521 \end_layout
17522
17523 \end_inset
17524 </cell>
17525 </row>
17526 <row>
17527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17528 \begin_inset Text
17529
17530 \begin_layout Plain Layout
17531
17532 \backslash
17533 setminus
17534 \end_layout
17535
17536 \end_inset
17537 </cell>
17538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17539 \begin_inset Text
17540
17541 \begin_layout Plain Layout
17542 \begin_inset Formula $\setminus$
17543 \end_inset
17544
17545
17546 \end_layout
17547
17548 \end_inset
17549 </cell>
17550 </row>
17551 <row>
17552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17553 \begin_inset Text
17554
17555 \begin_layout Plain Layout
17556
17557 \backslash
17558 sqcap
17559 \end_layout
17560
17561 \end_inset
17562 </cell>
17563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17564 \begin_inset Text
17565
17566 \begin_layout Plain Layout
17567 \begin_inset Formula $\sqcap$
17568 \end_inset
17569
17570
17571 \end_layout
17572
17573 \end_inset
17574 </cell>
17575 </row>
17576 <row>
17577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17578 \begin_inset Text
17579
17580 \begin_layout Plain Layout
17581
17582 \backslash
17583 sqcup
17584 \end_layout
17585
17586 \end_inset
17587 </cell>
17588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17589 \begin_inset Text
17590
17591 \begin_layout Plain Layout
17592 \begin_inset Formula $\sqcup$
17593 \end_inset
17594
17595
17596 \end_layout
17597
17598 \end_inset
17599 </cell>
17600 </row>
17601 <row>
17602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17603 \begin_inset Text
17604
17605 \begin_layout Plain Layout
17606
17607 \backslash
17608 triangleleft
17609 \end_layout
17610
17611 \end_inset
17612 </cell>
17613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17614 \begin_inset Text
17615
17616 \begin_layout Plain Layout
17617 \begin_inset Formula $\triangleleft$
17618 \end_inset
17619
17620
17621 \end_layout
17622
17623 \end_inset
17624 </cell>
17625 </row>
17626 <row>
17627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631
17632 \backslash
17633 triangleright
17634 \end_layout
17635
17636 \end_inset
17637 </cell>
17638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642 \begin_inset Formula $\triangleright$
17643 \end_inset
17644
17645
17646 \end_layout
17647
17648 \end_inset
17649 </cell>
17650 </row>
17651 </lyxtabular>
17652
17653 \end_inset
17654
17655
17656 \begin_inset space \hfill{}
17657 \end_inset
17658
17659
17660 \end_layout
17661
17662 \begin_layout Standard
17663 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17664  
17665 \begin_inset Graphics
17666         filename ../../images/math/pm.png
17667         scale 85
17668
17669 \end_inset
17670
17671  eingefügt werden.
17672 \end_layout
17673
17674 \begin_layout Standard
17675 Um den Laplace-Operator darzustellen, kann man statt 
17676 \series bold
17677
17678 \backslash
17679 bigtriangleup
17680 \series default
17681  auch 
17682 \series bold
17683
17684 \backslash
17685 Delta
17686 \series default
17687  verwenden oder man benutzt 
17688 \series bold
17689
17690 \backslash
17691 nabla
17692 \series default
17693 ^
17694 \series bold
17695 2
17696 \series default
17697  (
17698 \begin_inset Formula $\nabla^{2}$
17699 \end_inset
17700
17701 ).
17702 \end_layout
17703
17704 \begin_layout Standard
17705 Das Zeichen 
17706 \family sans
17707 Menütrenner
17708 \family default
17709  im Menü 
17710 \family sans
17711 Einfügen\SpecialChar \menuseparator
17712 Sonderzeichen
17713 \family default
17714  ist der Operator 
17715 \series bold
17716
17717 \backslash
17718 triangleright
17719 \series default
17720 .
17721 \end_layout
17722
17723 \begin_layout Subsection
17724 Selbst definierte Operatoren
17725 \begin_inset CommandInset label
17726 LatexCommand label
17727 name "sub:Selbstdefinierte-Operatoren"
17728
17729 \end_inset
17730
17731
17732 \begin_inset Index idx
17733 status collapsed
17734
17735 \begin_layout Plain Layout
17736 Operatoren ! selbstdefinierte
17737 \end_layout
17738
17739 \end_inset
17740
17741
17742 \end_layout
17743
17744 \begin_layout Standard
17745 Mit Hilfe des Befehls 
17746 \series bold
17747
17748 \backslash
17749 DeclareMathOperator
17750 \series default
17751
17752 \begin_inset Index idx
17753 status collapsed
17754
17755 \begin_layout Plain Layout
17756 Befehle ! D ! 
17757 \backslash
17758 dbinom@
17759 \backslash
17760 DeclareMathOperator
17761 \end_layout
17762
17763 \end_inset
17764
17765  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17766  Das Befehlsschema dazu lautet:
17767 \end_layout
17768
17769 \begin_layout Standard
17770
17771 \series bold
17772
17773 \backslash
17774 DeclareMathOperator{neuer Befehl}{Anzeige}
17775 \end_layout
17776
17777 \begin_layout Standard
17778 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17779  im Ausdruck aussieht.
17780  Will man einen großen Operator definieren, setzt man hinter den Befehl
17781  ein 
17782 \series bold
17783 *
17784 \series default
17785 .
17786  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17787  wie in 
17788 \begin_inset CommandInset ref
17789 LatexCommand ref
17790 reference "sub:Operatorgrenzen"
17791
17792 \end_inset
17793
17794  beschrieben.
17795 \end_layout
17796
17797 \begin_layout Standard
17798 Beispielsweise definiert die LaTeX-Vorspannzeile
17799 \end_layout
17800
17801 \begin_layout Standard
17802
17803 \series bold
17804
17805 \backslash
17806 DeclareMathOperator*{
17807 \backslash
17808 Raute}{
17809 \backslash
17810 blacklozenge}
17811 \end_layout
17812
17813 \begin_layout Standard
17814 den Befehl 
17815 \series bold
17816
17817 \backslash
17818 Raute
17819 \series default
17820 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17821  aus 
17822 \begin_inset CommandInset ref
17823 LatexCommand ref
17824 reference "sub:Sonstige-Symbole"
17825
17826 \end_inset
17827
17828  besteht:
17829 \begin_inset Formula \[
17830 \Raute_{n=1}^{\infty}
17831 \]
17832
17833 \end_inset
17834
17835 Der Befehl für diese Formel lautet: 
17836 \series bold
17837
17838 \backslash
17839 Raute
17840 \series default
17841 ^
17842 \series bold
17843
17844 \backslash
17845 infty
17846 \begin_inset Formula $\to$
17847 \end_inset
17848
17849 _n=1
17850 \end_layout
17851
17852 \begin_layout Standard
17853 \begin_inset VSpace bigskip
17854 \end_inset
17855
17856 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17857  auch mit den Befehlen 
17858 \series bold
17859
17860 \backslash
17861 mathop
17862 \series default
17863
17864 \begin_inset Index idx
17865 status collapsed
17866
17867 \begin_layout Plain Layout
17868 Befehle ! M ! 
17869 \backslash
17870 mathop
17871 \end_layout
17872
17873 \end_inset
17874
17875  und 
17876 \series bold
17877
17878 \backslash
17879 mathbin
17880 \series default
17881
17882 \begin_inset Index idx
17883 status collapsed
17884
17885 \begin_layout Plain Layout
17886 Befehle ! M ! 
17887 \backslash
17888 mathbin
17889 \end_layout
17890
17891 \end_inset
17892
17893  definieren, die folgendes Schema besitzen:
17894 \end_layout
17895
17896 \begin_layout Standard
17897
17898 \series bold
17899
17900 \backslash
17901 mathop{Anzeige}
17902 \series default
17903  bzw.
17904  
17905 \series bold
17906
17907 \backslash
17908 mathbin{Anzeige}
17909 \end_layout
17910
17911 \begin_layout Standard
17912
17913 \series bold
17914
17915 \backslash
17916 mathop
17917 \series default
17918  definiert große, 
17919 \series bold
17920
17921 \backslash
17922 mathbin
17923 \series default
17924  binäre Operatoren.
17925 \end_layout
17926
17927 \begin_layout Standard
17928
17929 \series bold
17930
17931 \backslash
17932 mathop
17933 \series default
17934  lässt sich z.
17935 \begin_inset space \thinspace{}
17936 \end_inset
17937
17938 B.
17939  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17940 \begin_inset Formula \[
17941 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17942 \]
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 Der Befehl für obige Formel lautet:
17951 \begin_inset Newline newline
17952 \end_inset
17953
17954  
17955 \series bold
17956
17957 \backslash
17958 mathop{
17959 \backslash
17960 sum
17961 \backslash
17962 negmedspace
17963 \backslash
17964 sum
17965 \series default
17966
17967 \begin_inset ERT
17968 status collapsed
17969
17970 \begin_layout Plain Layout
17971
17972
17973 \backslash
17974 leer 
17975 \end_layout
17976
17977 \end_inset
17978
17979
17980 \series bold
17981
17982 \begin_inset Formula $\to$
17983 \end_inset
17984
17985 ^N
17986 \series default
17987
17988 \begin_inset ERT
17989 status collapsed
17990
17991 \begin_layout Plain Layout
17992
17993
17994 \backslash
17995 leer 
17996 \end_layout
17997
17998 \end_inset
17999
18000
18001 \series bold
18002 _i,j=1
18003 \end_layout
18004
18005 \begin_layout Section
18006 Schriften
18007 \begin_inset Index idx
18008 status collapsed
18009
18010 \begin_layout Plain Layout
18011 Schriften
18012 \end_layout
18013
18014 \end_inset
18015
18016
18017 \end_layout
18018
18019 \begin_layout Subsection
18020 Schriftstile
18021 \begin_inset CommandInset label
18022 LatexCommand label
18023 name "sub:Schriftstile"
18024
18025 \end_inset
18026
18027
18028 \begin_inset Index idx
18029 status collapsed
18030
18031 \begin_layout Plain Layout
18032 Schriften ! Schriftstile
18033 \end_layout
18034
18035 \end_inset
18036
18037
18038 \end_layout
18039
18040 \begin_layout Standard
18041 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18042  gesetzt werden:
18043 \begin_inset VSpace -2mm
18044 \end_inset
18045
18046
18047 \end_layout
18048
18049 \begin_layout Standard
18050 \align center
18051 \begin_inset Tabular
18052 <lyxtabular version="3" rows="7" columns="3">
18053 <features tabularvalignment="middle">
18054 <column alignment="center" valignment="top" width="0">
18055 <column alignment="center" valignment="top" width="0">
18056 <column alignment="center" valignment="top" width="0">
18057 <row>
18058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18059 \begin_inset Text
18060
18061 \begin_layout Plain Layout
18062 Befehl
18063 \end_layout
18064
18065 \end_inset
18066 </cell>
18067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18068 \begin_inset Text
18069
18070 \begin_layout Plain Layout
18071 Ergebnis
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 Tastenkürzel
18081 \end_layout
18082
18083 \end_inset
18084 </cell>
18085 </row>
18086 <row>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091
18092 \backslash
18093 mathbb
18094 \series bold
18095
18096 \begin_inset ERT
18097 status collapsed
18098
18099 \begin_layout Plain Layout
18100
18101
18102 \backslash
18103 leer 
18104 \end_layout
18105
18106 \end_inset
18107
18108
18109 \series default
18110 ABC
18111 \end_layout
18112
18113 \end_inset
18114 </cell>
18115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18116 \begin_inset Text
18117
18118 \begin_layout Plain Layout
18119 \begin_inset Formula $\mathbb{ABC}$
18120 \end_inset
18121
18122
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 Alt+Z K
18132 \end_layout
18133
18134 \end_inset
18135 </cell>
18136 </row>
18137 <row>
18138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142
18143 \backslash
18144 mathbf
18145 \series bold
18146
18147 \begin_inset ERT
18148 status collapsed
18149
18150 \begin_layout Plain Layout
18151
18152
18153 \backslash
18154 leer 
18155 \end_layout
18156
18157 \end_inset
18158
18159
18160 \series default
18161 AbC
18162 \end_layout
18163
18164 \end_inset
18165 </cell>
18166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18167 \begin_inset Text
18168
18169 \begin_layout Plain Layout
18170 \begin_inset Formula $\mathbf{AbC}$
18171 \end_inset
18172
18173
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 Strg+B
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 </row>
18188 <row>
18189 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18190 \begin_inset Text
18191
18192 \begin_layout Plain Layout
18193
18194 \backslash
18195 boldsymbol
18196 \series bold
18197
18198 \begin_inset ERT
18199 status collapsed
18200
18201 \begin_layout Plain Layout
18202
18203
18204 \backslash
18205 leer 
18206 \end_layout
18207
18208 \end_inset
18209
18210
18211 \series default
18212 AbC
18213 \end_layout
18214
18215 \end_inset
18216 </cell>
18217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18218 \begin_inset Text
18219
18220 \begin_layout Plain Layout
18221 \begin_inset Formula $\boldsymbol{AbC}$
18222 \end_inset
18223
18224
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 Alt+Z F oder Strg+Alt+B
18234 \end_layout
18235
18236 \end_inset
18237 </cell>
18238 </row>
18239 <row>
18240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18241 \begin_inset Text
18242
18243 \begin_layout Plain Layout
18244
18245 \backslash
18246 mathcal
18247 \series bold
18248
18249 \begin_inset ERT
18250 status collapsed
18251
18252 \begin_layout Plain Layout
18253
18254
18255 \backslash
18256 leer 
18257 \end_layout
18258
18259 \end_inset
18260
18261
18262 \series default
18263 ABC
18264 \end_layout
18265
18266 \end_inset
18267 </cell>
18268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18269 \begin_inset Text
18270
18271 \begin_layout Plain Layout
18272 \begin_inset Formula $\mathcal{ABC}$
18273 \end_inset
18274
18275
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 Alt+Z H
18285 \end_layout
18286
18287 \end_inset
18288 </cell>
18289 </row>
18290 <row>
18291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18292 \begin_inset Text
18293
18294 \begin_layout Plain Layout
18295
18296 \backslash
18297 mathfrak
18298 \series bold
18299
18300 \begin_inset ERT
18301 status collapsed
18302
18303 \begin_layout Plain Layout
18304
18305
18306 \backslash
18307 leer 
18308 \end_layout
18309
18310 \end_inset
18311
18312
18313 \series default
18314 AbC
18315 \end_layout
18316
18317 \end_inset
18318 </cell>
18319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18320 \begin_inset Text
18321
18322 \begin_layout Plain Layout
18323 \begin_inset Formula $\mathfrak{AbC}$
18324 \end_inset
18325
18326
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 -
18336 \end_layout
18337
18338 \end_inset
18339 </cell>
18340 </row>
18341 <row>
18342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18343 \begin_inset Text
18344
18345 \begin_layout Plain Layout
18346
18347 \backslash
18348 mathscr
18349 \series bold
18350
18351 \begin_inset ERT
18352 status collapsed
18353
18354 \begin_layout Plain Layout
18355
18356
18357 \backslash
18358 leer 
18359 \end_layout
18360
18361 \end_inset
18362
18363
18364 \series default
18365 AbC
18366 \end_layout
18367
18368 \end_inset
18369 </cell>
18370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18371 \begin_inset Text
18372
18373 \begin_layout Plain Layout
18374 \begin_inset Formula $\mathscr{AbC}$
18375 \end_inset
18376
18377
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 -
18387 \end_layout
18388
18389 \end_inset
18390 </cell>
18391 </row>
18392 </lyxtabular>
18393
18394 \end_inset
18395
18396
18397 \end_layout
18398
18399 \begin_layout Standard
18400 \align center
18401 \begin_inset Tabular
18402 <lyxtabular version="3" rows="5" columns="3">
18403 <features tabularvalignment="middle">
18404 <column alignment="center" valignment="top" width="0">
18405 <column alignment="center" valignment="top" width="0">
18406 <column alignment="center" valignment="top" width="0">
18407 <row>
18408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18409 \begin_inset Text
18410
18411 \begin_layout Plain Layout
18412 Befehl
18413 \end_layout
18414
18415 \end_inset
18416 </cell>
18417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18418 \begin_inset Text
18419
18420 \begin_layout Plain Layout
18421 Ergebnis
18422 \end_layout
18423
18424 \end_inset
18425 </cell>
18426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18427 \begin_inset Text
18428
18429 \begin_layout Plain Layout
18430 Tastenkürzel
18431 \end_layout
18432
18433 \end_inset
18434 </cell>
18435 </row>
18436 <row>
18437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18438 \begin_inset Text
18439
18440 \begin_layout Plain Layout
18441
18442 \backslash
18443 mathit
18444 \series bold
18445
18446 \begin_inset ERT
18447 status collapsed
18448
18449 \begin_layout Plain Layout
18450
18451
18452 \backslash
18453 leer 
18454 \end_layout
18455
18456 \end_inset
18457
18458
18459 \series default
18460 AbC
18461 \end_layout
18462
18463 \end_inset
18464 </cell>
18465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18466 \begin_inset Text
18467
18468 \begin_layout Plain Layout
18469 \begin_inset Formula $\mathit{AbC}$
18470 \end_inset
18471
18472
18473 \end_layout
18474
18475 \end_inset
18476 </cell>
18477 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18478 \begin_inset Text
18479
18480 \begin_layout Plain Layout
18481 -
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 </row>
18487 <row>
18488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492
18493 \backslash
18494 mathrm
18495 \series bold
18496
18497 \begin_inset ERT
18498 status collapsed
18499
18500 \begin_layout Plain Layout
18501
18502
18503 \backslash
18504 leer 
18505 \end_layout
18506
18507 \end_inset
18508
18509
18510 \series default
18511 AbC
18512 \end_layout
18513
18514 \end_inset
18515 </cell>
18516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18517 \begin_inset Text
18518
18519 \begin_layout Plain Layout
18520 \begin_inset Formula $\mathrm{AbC}$
18521 \end_inset
18522
18523
18524 \end_layout
18525
18526 \end_inset
18527 </cell>
18528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18529 \begin_inset Text
18530
18531 \begin_layout Plain Layout
18532 Alt+Z R
18533 \end_layout
18534
18535 \end_inset
18536 </cell>
18537 </row>
18538 <row>
18539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18540 \begin_inset Text
18541
18542 \begin_layout Plain Layout
18543
18544 \backslash
18545 mathsf
18546 \series bold
18547
18548 \begin_inset ERT
18549 status collapsed
18550
18551 \begin_layout Plain Layout
18552
18553
18554 \backslash
18555 leer 
18556 \end_layout
18557
18558 \end_inset
18559
18560
18561 \series default
18562 AbC
18563 \end_layout
18564
18565 \end_inset
18566 </cell>
18567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18568 \begin_inset Text
18569
18570 \begin_layout Plain Layout
18571 \begin_inset Formula $\mathsf{AbC}$
18572 \end_inset
18573
18574
18575 \end_layout
18576
18577 \end_inset
18578 </cell>
18579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18580 \begin_inset Text
18581
18582 \begin_layout Plain Layout
18583 Alt+Z S
18584 \end_layout
18585
18586 \end_inset
18587 </cell>
18588 </row>
18589 <row>
18590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18591 \begin_inset Text
18592
18593 \begin_layout Plain Layout
18594
18595 \backslash
18596 mathtt
18597 \series bold
18598
18599 \begin_inset ERT
18600 status collapsed
18601
18602 \begin_layout Plain Layout
18603
18604
18605 \backslash
18606 leer 
18607 \end_layout
18608
18609 \end_inset
18610
18611
18612 \series default
18613 AbC
18614 \end_layout
18615
18616 \end_inset
18617 </cell>
18618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18619 \begin_inset Text
18620
18621 \begin_layout Plain Layout
18622 \begin_inset Formula $\mathtt{AbC}$
18623 \end_inset
18624
18625
18626 \end_layout
18627
18628 \end_inset
18629 </cell>
18630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18631 \begin_inset Text
18632
18633 \begin_layout Plain Layout
18634 Alt+Z C
18635 \end_layout
18636
18637 \end_inset
18638 </cell>
18639 </row>
18640 </lyxtabular>
18641
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 \begin_inset Note Greyedout
18649 status open
18650
18651 \begin_layout Plain Layout
18652
18653 \series bold
18654 Achtung:
18655 \series default
18656  Die Stile 
18657 \series bold
18658
18659 \backslash
18660 mathbb
18661 \series default
18662  und 
18663 \series bold
18664
18665 \backslash
18666 mathcal
18667 \series default
18668  können nur für Großbuchstaben verwendet werden.
18669 \end_layout
18670
18671 \end_inset
18672
18673
18674 \end_layout
18675
18676 \begin_layout Standard
18677 Voreingestellt ist der Stil 
18678 \series bold
18679
18680 \backslash
18681 mathnormal
18682 \series default
18683 .
18684 \end_layout
18685
18686 \begin_layout Standard
18687 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18688 \begin_inset Formula \[
18689 \mathfrak{A=\frac{b}{C}}
18690 \]
18691
18692 \end_inset
18693
18694
18695 \end_layout
18696
18697 \begin_layout Standard
18698 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18699 ile, sondern in dem Textschriftstil 
18700 \series bold
18701
18702 \backslash
18703 textrm
18704 \series default
18705 .
18706  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18707  ein Fehler in LyX.
18708 \begin_inset Foot
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712 \begin_inset CommandInset href
18713 LatexCommand href
18714 name "LyX-Fehler #4629"
18715 target "http://www.lyx.org/trac/ticket/4629"
18716
18717 \end_inset
18718
18719
18720 \end_layout
18721
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \begin_layout Standard
18728 Anstelle der Stilbefehle kann man auch den Dialog 
18729 \family sans
18730 Bearbeiten\SpecialChar \menuseparator
18731 Mathe\SpecialChar \menuseparator
18732 Text-Stil
18733 \family default
18734  oder den Mathe-Werkzeugleistenknopf 
18735 \begin_inset Graphics
18736         filename ../../images/math/font.png
18737         scale 85
18738
18739 \end_inset
18740
18741  verwenden.
18742 \end_layout
18743
18744 \begin_layout Subsection
18745 Fett gedruckte Formeln
18746 \begin_inset CommandInset label
18747 LatexCommand label
18748 name "sub:Fett-gedruckte-Formeln"
18749
18750 \end_inset
18751
18752
18753 \begin_inset Index idx
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757 Formel ! fett gedruckte
18758 \end_layout
18759
18760 \end_inset
18761
18762
18763 \end_layout
18764
18765 \begin_layout Standard
18766 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18767  Kapitel angegebenen Befehl 
18768 \series bold
18769
18770 \backslash
18771 mathbf
18772 \series default
18773  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18774  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18775  Formel gut erkennt:
18776 \end_layout
18777
18778 \begin_layout Standard
18779 \begin_inset Formula \[
18780 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18781 \]
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Standard
18789 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18790 \series bold
18791
18792 \backslash
18793 boldsymbol
18794 \series default
18795 :
18796 \begin_inset Formula \[
18797 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18798 \]
18799
18800 \end_inset
18801
18802 Es gibt auch die Möglichkeit die Formel in eine 
18803 \series bold
18804 boldmath-Umgebung
18805 \series default
18806  zu setzen.
18807  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18808 \series bold
18809
18810 \backslash
18811 boldmath
18812 \series default
18813
18814 \begin_inset Index idx
18815 status collapsed
18816
18817 \begin_layout Plain Layout
18818 Befehle ! B ! 
18819 \backslash
18820 boldmath
18821 \end_layout
18822
18823 \end_inset
18824
18825  eingibt.
18826  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18827 \series bold
18828
18829 \backslash
18830 unboldmath
18831 \series default
18832
18833 \begin_inset Index idx
18834 status collapsed
18835
18836 \begin_layout Plain Layout
18837 Befehle ! U ! 
18838 \backslash
18839 unboldmath
18840 \end_layout
18841
18842 \end_inset
18843
18844  ein.
18845 \begin_inset ERT
18846 status collapsed
18847
18848 \begin_layout Plain Layout
18849
18850
18851 \backslash
18852 boldmath 
18853 \end_layout
18854
18855 \end_inset
18856
18857
18858 \begin_inset Formula \[
18859 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18860 \]
18861
18862 \end_inset
18863
18864
18865 \begin_inset ERT
18866 status collapsed
18867
18868 \begin_layout Plain Layout
18869
18870
18871 \backslash
18872 unboldmath 
18873 \end_layout
18874
18875 \end_inset
18876
18877
18878 \end_layout
18879
18880 \begin_layout Subsection
18881 Farbige Formeln
18882 \begin_inset Index idx
18883 status collapsed
18884
18885 \begin_layout Plain Layout
18886 Formel ! farbige
18887 \end_layout
18888
18889 \end_inset
18890
18891
18892 \end_layout
18893
18894 \begin_layout Standard
18895 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18896  oder Formelteile und verwenden dann den 
18897 \family sans
18898 Textstil
18899 \family default
18900  Dialog.
18901  Hier ist eine Formel in Magenta:
18902 \begin_inset Formula \[
18903 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18904 \]
18905
18906 \end_inset
18907
18908
18909 \end_layout
18910
18911 \begin_layout Standard
18912 Man kann auch eigene Farben definieren, wie in 
18913 \begin_inset CommandInset ref
18914 LatexCommand ref
18915 reference "sub:Farbige-Boxen"
18916
18917 \end_inset
18918
18919  erklärt ist.
18920  Diese können dann mit dem TeX-Code Befehl 
18921 \series bold
18922
18923 \backslash
18924 textcolor
18925 \series default
18926
18927 \begin_inset Index idx
18928 status collapsed
18929
18930 \begin_layout Plain Layout
18931 Befehle! T ! 
18932 \backslash
18933 textcolor
18934 \end_layout
18935
18936 \end_inset
18937
18938  verwendet werden, dass folgendes Schema besitzt:
18939 \end_layout
18940
18941 \begin_layout Standard
18942
18943 \series bold
18944
18945 \backslash
18946 textcolor{Farbe}{Zeichen oder Formel}
18947 \end_layout
18948
18949 \begin_layout Standard
18950 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18951 \end_layout
18952
18953 \begin_layout Standard
18954 \begin_inset ERT
18955 status collapsed
18956
18957 \begin_layout Plain Layout
18958
18959
18960 \backslash
18961 textcolor{dunkelgruen}{
18962 \end_layout
18963
18964 \end_inset
18965
18966
18967 \begin_inset Formula \[
18968 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18969 \]
18970
18971 \end_inset
18972
18973
18974 \begin_inset ERT
18975 status collapsed
18976
18977 \begin_layout Plain Layout
18978
18979 }
18980 \end_layout
18981
18982 \end_inset
18983
18984
18985 \end_layout
18986
18987 \begin_layout Standard
18988 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18989 n Farben gefärbt werden.
18990 \begin_inset Foot
18991 status collapsed
18992
18993 \begin_layout Plain Layout
18994 \begin_inset CommandInset href
18995 LatexCommand href
18996 name "LyX-bug #5269"
18997 target "http://www.lyx.org/trac/ticket/5269"
18998
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \end_inset
19005
19006
19007 \end_layout
19008
19009 \begin_layout Subsection
19010 Schriftgrößen
19011 \begin_inset CommandInset label
19012 LatexCommand label
19013 name "sub:Schriftgrößen"
19014
19015 \end_inset
19016
19017
19018 \begin_inset Index idx
19019 status collapsed
19020
19021 \begin_layout Plain Layout
19022 Schriften ! Schriftgrößen
19023 \end_layout
19024
19025 \end_inset
19026
19027
19028 \end_layout
19029
19030 \begin_layout Standard
19031 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19032 le:
19033 \end_layout
19034
19035 \begin_layout Standard
19036
19037 \series bold
19038
19039 \backslash
19040 Huge
19041 \series default
19042
19043 \series bold
19044
19045 \backslash
19046 huge
19047 \series default
19048
19049 \series bold
19050
19051 \backslash
19052 LARGE
19053 \series default
19054
19055 \series bold
19056
19057 \backslash
19058 Large
19059 \series default
19060
19061 \series bold
19062
19063 \backslash
19064 large
19065 \series default
19066
19067 \series bold
19068
19069 \backslash
19070 normalsize
19071 \series default
19072
19073 \series bold
19074
19075 \backslash
19076 small
19077 \series default
19078
19079 \series bold
19080
19081 \backslash
19082 footnotesize
19083 \series default
19084 ,
19085 \begin_inset Newline linebreak
19086 \end_inset
19087
19088
19089 \series bold
19090
19091 \backslash
19092 scriptsize
19093 \series default
19094  und 
19095 \series bold
19096
19097 \backslash
19098 tiny
19099 \end_layout
19100
19101 \begin_layout Standard
19102 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19103  ab, die dem Befehl 
19104 \series bold
19105
19106 \backslash
19107 normalsize
19108 \series default
19109  entspricht.
19110  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19111 \series bold
19112
19113 \backslash
19114 normalsize
19115 \series default
19116 .
19117  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19118  Beträgt z.
19119 \begin_inset space \thinspace{}
19120 \end_inset
19121
19122 B.
19123  die Dokumentschriftgröße 12
19124 \begin_inset space \thinspace{}
19125 \end_inset
19126
19127 pt, produziert der Befehl 
19128 \series bold
19129
19130 \backslash
19131 Huge
19132 \series default
19133  dasselbe wie 
19134 \series bold
19135
19136 \backslash
19137 huge
19138 \series default
19139 .
19140  
19141 \end_layout
19142
19143 \begin_layout Standard
19144 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19145  Größe aller nachfolgenden Formel- und Textzeichen fest.
19146  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19147  TeX-Modus den Befehl 
19148 \series bold
19149
19150 \backslash
19151 normalsize
19152 \series default
19153  ein.
19154 \end_layout
19155
19156 \begin_layout Standard
19157 \begin_inset Newpage newpage
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \begin_layout Standard
19164 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19165  werden:
19166 \end_layout
19167
19168 \begin_layout Standard
19169 \noindent
19170 \align center
19171 \begin_inset Tabular
19172 <lyxtabular version="3" rows="5" columns="2">
19173 <features tabularvalignment="middle">
19174 <column alignment="center" valignment="top" width="0">
19175 <column alignment="center" valignment="top" width="0">
19176 <row>
19177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19178 \begin_inset Text
19179
19180 \begin_layout Plain Layout
19181 Befehl
19182 \end_layout
19183
19184 \end_inset
19185 </cell>
19186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19187 \begin_inset Text
19188
19189 \begin_layout Plain Layout
19190 Ergebnis
19191 \begin_inset Note Note
19192 status collapsed
19193
19194 \begin_layout Plain Layout
19195
19196 \series bold
19197
19198 \backslash
19199 raisebox
19200 \series default
19201  dient nur als Abstandhalter.
19202 \end_layout
19203
19204 \end_inset
19205
19206
19207 \end_layout
19208
19209 \end_inset
19210 </cell>
19211 </row>
19212 <row>
19213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19214 \begin_inset Text
19215
19216 \begin_layout Plain Layout
19217
19218 \backslash
19219 displaystyle
19220 \begin_inset Index idx
19221 status collapsed
19222
19223 \begin_layout Plain Layout
19224 Befehle ! D ! 
19225 \backslash
19226 displaystyle
19227 \end_layout
19228
19229 \end_inset
19230
19231
19232 \end_layout
19233
19234 \end_inset
19235 </cell>
19236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19237 \begin_inset Text
19238
19239 \begin_layout Plain Layout
19240 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19241 \end_inset
19242
19243
19244 \end_layout
19245
19246 \end_inset
19247 </cell>
19248 </row>
19249 <row>
19250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19251 \begin_inset Text
19252
19253 \begin_layout Plain Layout
19254
19255 \backslash
19256 textstyle
19257 \end_layout
19258
19259 \end_inset
19260 </cell>
19261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19262 \begin_inset Text
19263
19264 \begin_layout Plain Layout
19265 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19266 \end_inset
19267
19268
19269 \end_layout
19270
19271 \end_inset
19272 </cell>
19273 </row>
19274 <row>
19275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19276 \begin_inset Text
19277
19278 \begin_layout Plain Layout
19279
19280 \backslash
19281 scriptstyle
19282 \end_layout
19283
19284 \end_inset
19285 </cell>
19286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19287 \begin_inset Text
19288
19289 \begin_layout Plain Layout
19290 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19291 \end_inset
19292
19293
19294 \end_layout
19295
19296 \end_inset
19297 </cell>
19298 </row>
19299 <row>
19300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19301 \begin_inset Text
19302
19303 \begin_layout Plain Layout
19304
19305 \backslash
19306 scriptscriptstyle
19307 \end_layout
19308
19309 \end_inset
19310 </cell>
19311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19312 \begin_inset Text
19313
19314 \begin_layout Plain Layout
19315 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \end_inset
19322 </cell>
19323 </row>
19324 </lyxtabular>
19325
19326 \end_inset
19327
19328
19329 \end_layout
19330
19331 \begin_layout Standard
19332 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19333  in das die Formelteile eingegeben werden.
19334 \end_layout
19335
19336 \begin_layout Standard
19337 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19338  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19339  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19340  eingegeben.
19341  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19342  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19343  Dazu zwei Beispiele:
19344 \begin_inset VSpace -2mm
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \begin_layout Standard
19351 \begin_inset ERT
19352 status collapsed
19353
19354 \begin_layout Plain Layout
19355
19356
19357 \backslash
19358 huge 
19359 \end_layout
19360
19361 \end_inset
19362
19363
19364 \begin_inset Formula \[
19365 A=\frac{B}{c}\cdot\maltese
19366 \]
19367
19368 \end_inset
19369
19370
19371 \begin_inset Formula \[
19372 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19373 \]
19374
19375 \end_inset
19376
19377
19378 \begin_inset ERT
19379 status collapsed
19380
19381 \begin_layout Plain Layout
19382
19383
19384 \backslash
19385 normalsize 
19386 \end_layout
19387
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \begin_layout Standard
19394 \begin_inset VSpace medskip
19395 \end_inset
19396
19397 Vor beiden Formeln wurde der Befehl 
19398 \series bold
19399
19400 \backslash
19401 huge
19402 \series default
19403  eingegeben.
19404  Der Befehl für die zweite Formel lautet:
19405 \begin_inset Newline newline
19406 \end_inset
19407
19408
19409 \series bold
19410
19411 \backslash
19412 maltese
19413 \begin_inset ERT
19414 status collapsed
19415
19416 \begin_layout Plain Layout
19417
19418
19419 \backslash
19420 leer 
19421 \end_layout
19422
19423 \end_inset
19424
19425 A M-m m 
19426 \backslash
19427 Large
19428 \begin_inset ERT
19429 status collapsed
19430
19431 \begin_layout Plain Layout
19432
19433
19434 \backslash
19435 leer 
19436 \end_layout
19437
19438 \end_inset
19439
19440
19441 \backslash
19442 maltese
19443 \begin_inset ERT
19444 status collapsed
19445
19446 \begin_layout Plain Layout
19447
19448
19449 \backslash
19450 leer 
19451 \end_layout
19452
19453 \end_inset
19454
19455
19456 \backslash
19457 textit
19458 \begin_inset ERT
19459 status collapsed
19460
19461 \begin_layout Plain Layout
19462
19463
19464 \backslash
19465 leer 
19466 \end_layout
19467
19468 \end_inset
19469
19470 A
19471 \begin_inset Formula $\to$
19472 \end_inset
19473
19474
19475 \begin_inset Formula $\to$
19476 \end_inset
19477
19478
19479 \begin_inset Newline newline
19480 \end_inset
19481
19482
19483 \begin_inset space \hspace*{}
19484 \length 1cm
19485 \end_inset
19486
19487 M-m
19488 \series default
19489  
19490 \series bold
19491
19492 \backslash
19493 tiny
19494 \begin_inset ERT
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498
19499
19500 \backslash
19501 leer 
19502 \end_layout
19503
19504 \end_inset
19505
19506
19507 \backslash
19508 maltese
19509 \begin_inset ERT
19510 status collapsed
19511
19512 \begin_layout Plain Layout
19513
19514
19515 \backslash
19516 leer 
19517 \end_layout
19518
19519 \end_inset
19520
19521
19522 \backslash
19523 textit
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 leer 
19532 \end_layout
19533
19534 \end_inset
19535
19536 A
19537 \end_layout
19538
19539 \begin_layout Standard
19540 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19541  immer in der Standardgröße dargestellt.
19542 \end_layout
19543
19544 \begin_layout Standard
19545 \begin_inset Newpage newpage
19546 \end_inset
19547
19548
19549 \end_layout
19550
19551 \begin_layout Section
19552 Griechische Buchstaben
19553 \begin_inset Index idx
19554 status collapsed
19555
19556 \begin_layout Plain Layout
19557 griechische Buchstaben
19558 \end_layout
19559
19560 \end_inset
19561
19562
19563 \end_layout
19564
19565 \begin_layout Standard
19566 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19567  
19568 \begin_inset Graphics
19569         filename ../../images/math/alpha.png
19570         scale 85
19571
19572 \end_inset
19573
19574  eingefügt werden.
19575  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19576  in Formeln aufrecht gesetzt werden.
19577  In einigen Sprachen, wie z.
19578 \begin_inset space \thinspace{}
19579 \end_inset
19580
19581 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19582 \end_layout
19583
19584 \begin_layout Subsection
19585 Kleine Buchstaben
19586 \begin_inset Index idx
19587 status collapsed
19588
19589 \begin_layout Plain Layout
19590 griechische Buchstaben ! kleine
19591 \end_layout
19592
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \begin_layout Standard
19599 \begin_inset space \hfill{}
19600 \end_inset
19601
19602
19603 \begin_inset Tabular
19604 <lyxtabular version="3" rows="11" columns="2">
19605 <features tabularvalignment="middle">
19606 <column alignment="center" valignment="top" width="0pt">
19607 <column alignment="center" valignment="top" width="0pt">
19608 <row>
19609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19610 \begin_inset Text
19611
19612 \begin_layout Plain Layout
19613 Befehl
19614 \end_layout
19615
19616 \end_inset
19617 </cell>
19618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19619 \begin_inset Text
19620
19621 \begin_layout Plain Layout
19622 Ergebnis
19623 \end_layout
19624
19625 \end_inset
19626 </cell>
19627 </row>
19628 <row>
19629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19630 \begin_inset Text
19631
19632 \begin_layout Plain Layout
19633
19634 \backslash
19635 alpha
19636 \end_layout
19637
19638 \end_inset
19639 </cell>
19640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19641 \begin_inset Text
19642
19643 \begin_layout Plain Layout
19644 \begin_inset Formula $\alpha$
19645 \end_inset
19646
19647
19648 \end_layout
19649
19650 \end_inset
19651 </cell>
19652 </row>
19653 <row>
19654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19655 \begin_inset Text
19656
19657 \begin_layout Plain Layout
19658
19659 \backslash
19660 beta
19661 \end_layout
19662
19663 \end_inset
19664 </cell>
19665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19666 \begin_inset Text
19667
19668 \begin_layout Plain Layout
19669 \begin_inset Formula $\beta$
19670 \end_inset
19671
19672
19673 \end_layout
19674
19675 \end_inset
19676 </cell>
19677 </row>
19678 <row>
19679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19680 \begin_inset Text
19681
19682 \begin_layout Plain Layout
19683
19684 \backslash
19685 gamma
19686 \end_layout
19687
19688 \end_inset
19689 </cell>
19690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19691 \begin_inset Text
19692
19693 \begin_layout Plain Layout
19694 \begin_inset Formula $\gamma$
19695 \end_inset
19696
19697
19698 \end_layout
19699
19700 \end_inset
19701 </cell>
19702 </row>
19703 <row>
19704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19705 \begin_inset Text
19706
19707 \begin_layout Plain Layout
19708
19709 \backslash
19710 delta
19711 \end_layout
19712
19713 \end_inset
19714 </cell>
19715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19716 \begin_inset Text
19717
19718 \begin_layout Plain Layout
19719 \begin_inset Formula $\delta$
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \end_inset
19726 </cell>
19727 </row>
19728 <row>
19729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19730 \begin_inset Text
19731
19732 \begin_layout Plain Layout
19733
19734 \backslash
19735 epsilon
19736 \end_layout
19737
19738 \end_inset
19739 </cell>
19740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19741 \begin_inset Text
19742
19743 \begin_layout Plain Layout
19744 \begin_inset Formula $\epsilon$
19745 \end_inset
19746
19747
19748 \end_layout
19749
19750 \end_inset
19751 </cell>
19752 </row>
19753 <row>
19754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19755 \begin_inset Text
19756
19757 \begin_layout Plain Layout
19758
19759 \backslash
19760 varepsilon
19761 \end_layout
19762
19763 \end_inset
19764 </cell>
19765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19766 \begin_inset Text
19767
19768 \begin_layout Plain Layout
19769 \begin_inset Formula $\varepsilon$
19770 \end_inset
19771
19772
19773 \end_layout
19774
19775 \end_inset
19776 </cell>
19777 </row>
19778 <row>
19779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19780 \begin_inset Text
19781
19782 \begin_layout Plain Layout
19783
19784 \backslash
19785 zeta
19786 \end_layout
19787
19788 \end_inset
19789 </cell>
19790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19791 \begin_inset Text
19792
19793 \begin_layout Plain Layout
19794 \begin_inset Formula $\zeta$
19795 \end_inset
19796
19797
19798 \end_layout
19799
19800 \end_inset
19801 </cell>
19802 </row>
19803 <row>
19804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19805 \begin_inset Text
19806
19807 \begin_layout Plain Layout
19808
19809 \backslash
19810 eta
19811 \end_layout
19812
19813 \end_inset
19814 </cell>
19815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19816 \begin_inset Text
19817
19818 \begin_layout Plain Layout
19819 \begin_inset Formula $\eta$
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \end_inset
19826 </cell>
19827 </row>
19828 <row>
19829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19830 \begin_inset Text
19831
19832 \begin_layout Plain Layout
19833
19834 \backslash
19835 theta
19836 \end_layout
19837
19838 \end_inset
19839 </cell>
19840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19841 \begin_inset Text
19842
19843 \begin_layout Plain Layout
19844 \begin_inset Formula $\theta$
19845 \end_inset
19846
19847
19848 \end_layout
19849
19850 \end_inset
19851 </cell>
19852 </row>
19853 <row>
19854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19855 \begin_inset Text
19856
19857 \begin_layout Plain Layout
19858
19859 \backslash
19860 vartheta
19861 \end_layout
19862
19863 \end_inset
19864 </cell>
19865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19866 \begin_inset Text
19867
19868 \begin_layout Plain Layout
19869 \begin_inset Formula $\vartheta$
19870 \end_inset
19871
19872
19873 \end_layout
19874
19875 \end_inset
19876 </cell>
19877 </row>
19878 </lyxtabular>
19879
19880 \end_inset
19881
19882
19883 \begin_inset space \hfill{}
19884 \end_inset
19885
19886
19887 \begin_inset Tabular
19888 <lyxtabular version="3" rows="12" columns="2">
19889 <features tabularvalignment="middle">
19890 <column alignment="center" valignment="top" width="0pt">
19891 <column alignment="center" valignment="top" width="0pt">
19892 <row>
19893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19894 \begin_inset Text
19895
19896 \begin_layout Plain Layout
19897 Befehl
19898 \end_layout
19899
19900 \end_inset
19901 </cell>
19902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906 Ergebnis
19907 \end_layout
19908
19909 \end_inset
19910 </cell>
19911 </row>
19912 <row>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917
19918 \backslash
19919 iota
19920 \end_layout
19921
19922 \end_inset
19923 </cell>
19924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19925 \begin_inset Text
19926
19927 \begin_layout Plain Layout
19928 \begin_inset Formula $\iota$
19929 \end_inset
19930
19931
19932 \end_layout
19933
19934 \end_inset
19935 </cell>
19936 </row>
19937 <row>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942
19943 \backslash
19944 kappa
19945 \end_layout
19946
19947 \end_inset
19948 </cell>
19949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 \begin_inset Formula $\kappa$
19954 \end_inset
19955
19956
19957 \end_layout
19958
19959 \end_inset
19960 </cell>
19961 </row>
19962 <row>
19963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967
19968 \backslash
19969 varkappa
19970 \end_layout
19971
19972 \end_inset
19973 </cell>
19974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19975 \begin_inset Text
19976
19977 \begin_layout Plain Layout
19978 \begin_inset Formula $\varkappa$
19979 \end_inset
19980
19981
19982 \end_layout
19983
19984 \end_inset
19985 </cell>
19986 </row>
19987 <row>
19988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19989 \begin_inset Text
19990
19991 \begin_layout Plain Layout
19992
19993 \backslash
19994 lambda
19995 \end_layout
19996
19997 \end_inset
19998 </cell>
19999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20000 \begin_inset Text
20001
20002 \begin_layout Plain Layout
20003 \begin_inset Formula $\lambda$
20004 \end_inset
20005
20006
20007 \end_layout
20008
20009 \end_inset
20010 </cell>
20011 </row>
20012 <row>
20013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20014 \begin_inset Text
20015
20016 \begin_layout Plain Layout
20017
20018 \backslash
20019 mu
20020 \end_layout
20021
20022 \end_inset
20023 </cell>
20024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20025 \begin_inset Text
20026
20027 \begin_layout Plain Layout
20028 \begin_inset Formula $\mu$
20029 \end_inset
20030
20031
20032 \end_layout
20033
20034 \end_inset
20035 </cell>
20036 </row>
20037 <row>
20038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20039 \begin_inset Text
20040
20041 \begin_layout Plain Layout
20042
20043 \backslash
20044 nu
20045 \end_layout
20046
20047 \end_inset
20048 </cell>
20049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20050 \begin_inset Text
20051
20052 \begin_layout Plain Layout
20053 \begin_inset Formula $\nu$
20054 \end_inset
20055
20056
20057 \end_layout
20058
20059 \end_inset
20060 </cell>
20061 </row>
20062 <row>
20063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20064 \begin_inset Text
20065
20066 \begin_layout Plain Layout
20067
20068 \backslash
20069 xi
20070 \end_layout
20071
20072 \end_inset
20073 </cell>
20074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20075 \begin_inset Text
20076
20077 \begin_layout Plain Layout
20078 \begin_inset Formula $\xi$
20079 \end_inset
20080
20081
20082 \end_layout
20083
20084 \end_inset
20085 </cell>
20086 </row>
20087 <row>
20088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20089 \begin_inset Text
20090
20091 \begin_layout Plain Layout
20092 o
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset Formula $o$
20102 \end_inset
20103
20104
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 </row>
20110 <row>
20111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115
20116 \backslash
20117 pi
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Formula $\pi$
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 <row>
20136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20137 \begin_inset Text
20138
20139 \begin_layout Plain Layout
20140
20141 \backslash
20142 varpi
20143 \end_layout
20144
20145 \end_inset
20146 </cell>
20147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20148 \begin_inset Text
20149
20150 \begin_layout Plain Layout
20151 \begin_inset Formula $\varpi$
20152 \end_inset
20153
20154
20155 \end_layout
20156
20157 \end_inset
20158 </cell>
20159 </row>
20160 <row>
20161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20162 \begin_inset Text
20163
20164 \begin_layout Plain Layout
20165
20166 \backslash
20167 rho
20168 \end_layout
20169
20170 \end_inset
20171 </cell>
20172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20173 \begin_inset Text
20174
20175 \begin_layout Plain Layout
20176 \begin_inset Formula $\rho$
20177 \end_inset
20178
20179
20180 \end_layout
20181
20182 \end_inset
20183 </cell>
20184 </row>
20185 </lyxtabular>
20186
20187 \end_inset
20188
20189
20190 \begin_inset space \hfill{}
20191 \end_inset
20192
20193
20194 \begin_inset Tabular
20195 <lyxtabular version="3" rows="11" columns="2">
20196 <features tabularvalignment="middle">
20197 <column alignment="center" valignment="top" width="0pt">
20198 <column alignment="center" valignment="top" width="0pt">
20199 <row>
20200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20201 \begin_inset Text
20202
20203 \begin_layout Plain Layout
20204 Befehl
20205 \end_layout
20206
20207 \end_inset
20208 </cell>
20209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20210 \begin_inset Text
20211
20212 \begin_layout Plain Layout
20213 Ergebnis
20214 \end_layout
20215
20216 \end_inset
20217 </cell>
20218 </row>
20219 <row>
20220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224
20225 \backslash
20226 varrho
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 \begin_inset Formula $\varrho$
20236 \end_inset
20237
20238
20239 \end_layout
20240
20241 \end_inset
20242 </cell>
20243 </row>
20244 <row>
20245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20246 \begin_inset Text
20247
20248 \begin_layout Plain Layout
20249
20250 \backslash
20251 sigma
20252 \end_layout
20253
20254 \end_inset
20255 </cell>
20256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20257 \begin_inset Text
20258
20259 \begin_layout Plain Layout
20260 \begin_inset Formula $\sigma$
20261 \end_inset
20262
20263
20264 \end_layout
20265
20266 \end_inset
20267 </cell>
20268 </row>
20269 <row>
20270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20271 \begin_inset Text
20272
20273 \begin_layout Plain Layout
20274
20275 \backslash
20276 varsigma
20277 \end_layout
20278
20279 \end_inset
20280 </cell>
20281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20282 \begin_inset Text
20283
20284 \begin_layout Plain Layout
20285 \begin_inset Formula $\varsigma$
20286 \end_inset
20287
20288
20289 \end_layout
20290
20291 \end_inset
20292 </cell>
20293 </row>
20294 <row>
20295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20296 \begin_inset Text
20297
20298 \begin_layout Plain Layout
20299
20300 \backslash
20301 tau
20302 \end_layout
20303
20304 \end_inset
20305 </cell>
20306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20307 \begin_inset Text
20308
20309 \begin_layout Plain Layout
20310 \begin_inset Formula $\tau$
20311 \end_inset
20312
20313
20314 \end_layout
20315
20316 \end_inset
20317 </cell>
20318 </row>
20319 <row>
20320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20321 \begin_inset Text
20322
20323 \begin_layout Plain Layout
20324
20325 \backslash
20326 upsilon
20327 \end_layout
20328
20329 \end_inset
20330 </cell>
20331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20332 \begin_inset Text
20333
20334 \begin_layout Plain Layout
20335 \begin_inset Formula $\upsilon$
20336 \end_inset
20337
20338
20339 \end_layout
20340
20341 \end_inset
20342 </cell>
20343 </row>
20344 <row>
20345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20346 \begin_inset Text
20347
20348 \begin_layout Plain Layout
20349
20350 \backslash
20351 phi
20352 \end_layout
20353
20354 \end_inset
20355 </cell>
20356 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20357 \begin_inset Text
20358
20359 \begin_layout Plain Layout
20360 \begin_inset Formula $\phi$
20361 \end_inset
20362
20363
20364 \end_layout
20365
20366 \end_inset
20367 </cell>
20368 </row>
20369 <row>
20370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20371 \begin_inset Text
20372
20373 \begin_layout Plain Layout
20374
20375 \backslash
20376 varphi
20377 \end_layout
20378
20379 \end_inset
20380 </cell>
20381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20382 \begin_inset Text
20383
20384 \begin_layout Plain Layout
20385 \begin_inset Formula $\varphi$
20386 \end_inset
20387
20388
20389 \end_layout
20390
20391 \end_inset
20392 </cell>
20393 </row>
20394 <row>
20395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20396 \begin_inset Text
20397
20398 \begin_layout Plain Layout
20399
20400 \backslash
20401 chi
20402 \end_layout
20403
20404 \end_inset
20405 </cell>
20406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20407 \begin_inset Text
20408
20409 \begin_layout Plain Layout
20410 \begin_inset Formula $\chi$
20411 \end_inset
20412
20413
20414 \end_layout
20415
20416 \end_inset
20417 </cell>
20418 </row>
20419 <row>
20420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20421 \begin_inset Text
20422
20423 \begin_layout Plain Layout
20424
20425 \backslash
20426 psi
20427 \end_layout
20428
20429 \end_inset
20430 </cell>
20431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20432 \begin_inset Text
20433
20434 \begin_layout Plain Layout
20435 \begin_inset Formula $\psi$
20436 \end_inset
20437
20438
20439 \end_layout
20440
20441 \end_inset
20442 </cell>
20443 </row>
20444 <row>
20445 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20446 \begin_inset Text
20447
20448 \begin_layout Plain Layout
20449
20450 \backslash
20451 omega
20452 \end_layout
20453
20454 \end_inset
20455 </cell>
20456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20457 \begin_inset Text
20458
20459 \begin_layout Plain Layout
20460 \begin_inset Formula $\omega$
20461 \end_inset
20462
20463
20464 \end_layout
20465
20466 \end_inset
20467 </cell>
20468 </row>
20469 </lyxtabular>
20470
20471 \end_inset
20472
20473
20474 \begin_inset space \hfill{}
20475 \end_inset
20476
20477
20478 \end_layout
20479
20480 \begin_layout Standard
20481 \begin_inset VSpace medskip
20482 \end_inset
20483
20484 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20485 \begin_inset CommandInset ref
20486 LatexCommand ref
20487 reference "sub:Aufrechte-kleine-griechische"
20488
20489 \end_inset
20490
20491  beschrieben.
20492 \end_layout
20493
20494 \begin_layout Subsection
20495 Große Buchstaben
20496 \begin_inset Index idx
20497 status collapsed
20498
20499 \begin_layout Plain Layout
20500 griechische Buchstaben ! große
20501 \end_layout
20502
20503 \end_inset
20504
20505
20506 \end_layout
20507
20508 \begin_layout Standard
20509 \begin_inset space \hfill{}
20510 \end_inset
20511
20512
20513 \begin_inset Tabular
20514 <lyxtabular version="3" rows="7" columns="2">
20515 <features tabularvalignment="middle">
20516 <column alignment="center" valignment="top" width="0pt">
20517 <column alignment="center" valignment="top" width="0pt">
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523 Befehl
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 Ergebnis
20533 \end_layout
20534
20535 \end_inset
20536 </cell>
20537 </row>
20538 <row>
20539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20540 \begin_inset Text
20541
20542 \begin_layout Plain Layout
20543
20544 \backslash
20545 Gamma
20546 \end_layout
20547
20548 \end_inset
20549 </cell>
20550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20551 \begin_inset Text
20552
20553 \begin_layout Plain Layout
20554 \begin_inset Formula $\Gamma$
20555 \end_inset
20556
20557
20558 \end_layout
20559
20560 \end_inset
20561 </cell>
20562 </row>
20563 <row>
20564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20565 \begin_inset Text
20566
20567 \begin_layout Plain Layout
20568
20569 \backslash
20570 Delta
20571 \end_layout
20572
20573 \end_inset
20574 </cell>
20575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20576 \begin_inset Text
20577
20578 \begin_layout Plain Layout
20579 \begin_inset Formula $\Delta$
20580 \end_inset
20581
20582
20583 \end_layout
20584
20585 \end_inset
20586 </cell>
20587 </row>
20588 <row>
20589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20590 \begin_inset Text
20591
20592 \begin_layout Plain Layout
20593
20594 \backslash
20595 Theta
20596 \end_layout
20597
20598 \end_inset
20599 </cell>
20600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20601 \begin_inset Text
20602
20603 \begin_layout Plain Layout
20604 \begin_inset Formula $\Theta$
20605 \end_inset
20606
20607
20608 \end_layout
20609
20610 \end_inset
20611 </cell>
20612 </row>
20613 <row>
20614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20615 \begin_inset Text
20616
20617 \begin_layout Plain Layout
20618
20619 \backslash
20620 Lambda
20621 \end_layout
20622
20623 \end_inset
20624 </cell>
20625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 \begin_inset Formula $\Lambda$
20630 \end_inset
20631
20632
20633 \end_layout
20634
20635 \end_inset
20636 </cell>
20637 </row>
20638 <row>
20639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20640 \begin_inset Text
20641
20642 \begin_layout Plain Layout
20643
20644 \backslash
20645 Xi
20646 \end_layout
20647
20648 \end_inset
20649 </cell>
20650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20651 \begin_inset Text
20652
20653 \begin_layout Plain Layout
20654 \begin_inset Formula $\Xi$
20655 \end_inset
20656
20657
20658 \end_layout
20659
20660 \end_inset
20661 </cell>
20662 </row>
20663 <row>
20664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20665 \begin_inset Text
20666
20667 \begin_layout Plain Layout
20668
20669 \backslash
20670 Pi
20671 \end_layout
20672
20673 \end_inset
20674 </cell>
20675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20676 \begin_inset Text
20677
20678 \begin_layout Plain Layout
20679 \begin_inset Formula $\Pi$
20680 \end_inset
20681
20682
20683 \end_layout
20684
20685 \end_inset
20686 </cell>
20687 </row>
20688 </lyxtabular>
20689
20690 \end_inset
20691
20692
20693 \begin_inset space \hfill{}
20694 \end_inset
20695
20696
20697 \begin_inset Tabular
20698 <lyxtabular version="3" rows="6" columns="2">
20699 <features tabularvalignment="middle">
20700 <column alignment="center" valignment="top" width="0pt">
20701 <column alignment="center" valignment="top" width="0pt">
20702 <row>
20703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707 Befehl
20708 \end_layout
20709
20710 \end_inset
20711 </cell>
20712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20713 \begin_inset Text
20714
20715 \begin_layout Plain Layout
20716 Ergebnis
20717 \end_layout
20718
20719 \end_inset
20720 </cell>
20721 </row>
20722 <row>
20723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20724 \begin_inset Text
20725
20726 \begin_layout Plain Layout
20727
20728 \backslash
20729 Sigma
20730 \end_layout
20731
20732 \end_inset
20733 </cell>
20734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20735 \begin_inset Text
20736
20737 \begin_layout Plain Layout
20738 \begin_inset Formula $\Sigma$
20739 \end_inset
20740
20741
20742 \end_layout
20743
20744 \end_inset
20745 </cell>
20746 </row>
20747 <row>
20748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20749 \begin_inset Text
20750
20751 \begin_layout Plain Layout
20752
20753 \backslash
20754 Upsilon
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20760 \begin_inset Text
20761
20762 \begin_layout Plain Layout
20763 \begin_inset Formula $\Upsilon$
20764 \end_inset
20765
20766
20767 \end_layout
20768
20769 \end_inset
20770 </cell>
20771 </row>
20772 <row>
20773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20774 \begin_inset Text
20775
20776 \begin_layout Plain Layout
20777
20778 \backslash
20779 Phi
20780 \end_layout
20781
20782 \end_inset
20783 </cell>
20784 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20785 \begin_inset Text
20786
20787 \begin_layout Plain Layout
20788 \begin_inset Formula $\Phi$
20789 \end_inset
20790
20791
20792 \end_layout
20793
20794 \end_inset
20795 </cell>
20796 </row>
20797 <row>
20798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20799 \begin_inset Text
20800
20801 \begin_layout Plain Layout
20802
20803 \backslash
20804 Psi
20805 \end_layout
20806
20807 \end_inset
20808 </cell>
20809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20810 \begin_inset Text
20811
20812 \begin_layout Plain Layout
20813 \begin_inset Formula $\Psi$
20814 \end_inset
20815
20816
20817 \end_layout
20818
20819 \end_inset
20820 </cell>
20821 </row>
20822 <row>
20823 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20824 \begin_inset Text
20825
20826 \begin_layout Plain Layout
20827
20828 \backslash
20829 Omega
20830 \end_layout
20831
20832 \end_inset
20833 </cell>
20834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20835 \begin_inset Text
20836
20837 \begin_layout Plain Layout
20838 \begin_inset Formula $\Omega$
20839 \end_inset
20840
20841
20842 \end_layout
20843
20844 \end_inset
20845 </cell>
20846 </row>
20847 </lyxtabular>
20848
20849 \end_inset
20850
20851
20852 \begin_inset space \hfill{}
20853 \end_inset
20854
20855
20856 \end_layout
20857
20858 \begin_layout Standard
20859 \begin_inset VSpace medskip
20860 \end_inset
20861
20862 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20863  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20864  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20865  mit 
20866 \series bold
20867 var
20868 \series default
20869 .
20870  So ergibt z.
20871 \begin_inset space \thinspace{}
20872 \end_inset
20873
20874 B.
20875  der Befehl 
20876 \series bold
20877
20878 \backslash
20879 varGamma
20880 \series default
20881  
20882 \begin_inset Formula $\varGamma$
20883 \end_inset
20884
20885 .
20886  Eine andere Methode ist das Laden des Pakets 
20887 \series bold
20888 fixmath
20889 \series default
20890
20891 \begin_inset Foot
20892 status collapsed
20893
20894 \begin_layout Plain Layout
20895
20896 \series bold
20897 fixmath
20898 \series default
20899  ist Teil des LaTeX-Paketes 
20900 \series bold
20901 was
20902 \series default
20903
20904 \begin_inset Index idx
20905 status collapsed
20906
20907 \begin_layout Plain Layout
20908 Pakete ! was
20909 \begin_inset ERT
20910 status collapsed
20911
20912 \begin_layout Plain Layout
20913
20914
20915 \backslash
20916 vspace{4mm}
20917 \end_layout
20918
20919 \end_inset
20920
20921
20922 \end_layout
20923
20924 \end_inset
20925
20926 .
20927 \end_layout
20928
20929 \end_inset
20930
20931
20932 \begin_inset Index idx
20933 status collapsed
20934
20935 \begin_layout Plain Layout
20936 Pakete ! fixmath
20937 \end_layout
20938
20939 \end_inset
20940
20941  mit der LaTeX-Vorspannzeile
20942 \end_layout
20943
20944 \begin_layout Standard
20945
20946 \series bold
20947
20948 \backslash
20949 usepackage{fixmath}
20950 \end_layout
20951
20952 \begin_layout Standard
20953 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
20954  kursiv ausgegeben.
20955 \end_layout
20956
20957 \begin_layout Subsection
20958 Fett gedruckte Buchstaben
20959 \begin_inset Index idx
20960 status collapsed
20961
20962 \begin_layout Plain Layout
20963 griechische Buchstaben ! fett gedruckte
20964 \end_layout
20965
20966 \end_inset
20967
20968
20969 \end_layout
20970
20971 \begin_layout Standard
20972 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20973  Schriftstilen darstellen.
20974  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20975 \series bold
20976
20977 \backslash
20978 boldsymbol
20979 \series default
20980
20981 \begin_inset Index idx
20982 status collapsed
20983
20984 \begin_layout Plain Layout
20985 Befehle ! B ! 
20986 \backslash
20987 boldsymbol
20988 \end_layout
20989
20990 \end_inset
20991
20992  fett gedruckt auszugeben.
20993 \end_layout
20994
20995 \begin_layout Standard
20996 \align center
20997 \begin_inset Tabular
20998 <lyxtabular version="3" rows="3" columns="2">
20999 <features tabularvalignment="middle">
21000 <column alignment="center" valignment="top" width="0">
21001 <column alignment="center" valignment="top" width="0">
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007 Befehl
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 Ergebnis
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 </row>
21022 <row>
21023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21024 \begin_inset Text
21025
21026 \begin_layout Plain Layout
21027
21028 \backslash
21029 Upsilon
21030 \backslash
21031 boldsymbol
21032 \backslash
21033 Upsilon
21034 \end_layout
21035
21036 \end_inset
21037 </cell>
21038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21043 \end_inset
21044
21045
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 </row>
21051 <row>
21052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21053 \begin_inset Text
21054
21055 \begin_layout Plain Layout
21056
21057 \backslash
21058 theta
21059 \backslash
21060 boldsymbol
21061 \backslash
21062 theta
21063 \end_layout
21064
21065 \end_inset
21066 </cell>
21067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21068 \begin_inset Text
21069
21070 \begin_layout Plain Layout
21071 \begin_inset Formula $\theta\boldsymbol{\theta}$
21072 \end_inset
21073
21074
21075 \end_layout
21076
21077 \end_inset
21078 </cell>
21079 </row>
21080 </lyxtabular>
21081
21082 \end_inset
21083
21084
21085 \end_layout
21086
21087 \begin_layout Section
21088 Symbole
21089 \begin_inset ERT
21090 status collapsed
21091
21092 \begin_layout Plain Layout
21093
21094
21095 \backslash
21096 texorpdfstring{
21097 \end_layout
21098
21099 \end_inset
21100
21101
21102 \begin_inset Foot
21103 status collapsed
21104
21105 \begin_layout Plain Layout
21106 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21107  
21108 \begin_inset CommandInset citation
21109 LatexCommand cite
21110 key "Symbole"
21111
21112 \end_inset
21113
21114 .
21115 \end_layout
21116
21117 \end_inset
21118
21119
21120 \begin_inset ERT
21121 status collapsed
21122
21123 \begin_layout Plain Layout
21124
21125 }{}
21126 \end_layout
21127
21128 \end_inset
21129
21130
21131 \begin_inset Note Note
21132 status collapsed
21133
21134 \begin_layout Plain Layout
21135
21136 \series bold
21137
21138 \backslash
21139 texorpdfstring
21140 \series default
21141  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21142 \end_layout
21143
21144 \begin_layout Plain Layout
21145 Näheres zu 
21146 \series bold
21147
21148 \backslash
21149 texorpdfstring
21150 \series default
21151  steht in Kapitel 
21152 \begin_inset CommandInset ref
21153 LatexCommand ref
21154 reference "sub:Formeln-in-Überschriften"
21155
21156 \end_inset
21157
21158 .
21159 \end_layout
21160
21161 \end_inset
21162
21163
21164 \begin_inset Index idx
21165 status collapsed
21166
21167 \begin_layout Plain Layout
21168 Symbole
21169 \end_layout
21170
21171 \end_inset
21172
21173
21174 \end_layout
21175
21176 \begin_layout Standard
21177 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21178
21179 leistenknöpfe 
21180 \begin_inset Graphics
21181         filename ../../images/math/nabla.png
21182         scale 85
21183
21184 \end_inset
21185
21186  und 
21187 \begin_inset Graphics
21188         filename ../../images/math/digamma.png
21189         scale 85
21190
21191 \end_inset
21192
21193  eingefügt werden.
21194 \end_layout
21195
21196 \begin_layout Subsection
21197 Mathematische Symbole
21198 \begin_inset CommandInset label
21199 LatexCommand label
21200 name "sub:Mathematische-Symbole"
21201
21202 \end_inset
21203
21204
21205 \begin_inset Index idx
21206 status collapsed
21207
21208 \begin_layout Plain Layout
21209 Symbole ! mathematische
21210 \end_layout
21211
21212 \end_inset
21213
21214
21215 \end_layout
21216
21217 \begin_layout Standard
21218 \begin_inset space \hfill{}
21219 \end_inset
21220
21221
21222 \begin_inset Tabular
21223 <lyxtabular version="3" rows="10" columns="2">
21224 <features tabularvalignment="middle">
21225 <column alignment="center" valignment="top" width="0pt">
21226 <column alignment="center" valignment="top" width="0pt">
21227 <row>
21228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232 Befehl
21233 \end_layout
21234
21235 \end_inset
21236 </cell>
21237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21238 \begin_inset Text
21239
21240 \begin_layout Plain Layout
21241 Ergebnis
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 neg
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\neg$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 <row>
21273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21274 \begin_inset Text
21275
21276 \begin_layout Plain Layout
21277
21278 \backslash
21279 Im
21280 \end_layout
21281
21282 \end_inset
21283 </cell>
21284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21285 \begin_inset Text
21286
21287 \begin_layout Plain Layout
21288 \begin_inset Formula $\Im$
21289 \end_inset
21290
21291
21292 \end_layout
21293
21294 \end_inset
21295 </cell>
21296 </row>
21297 <row>
21298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21299 \begin_inset Text
21300
21301 \begin_layout Plain Layout
21302
21303 \backslash
21304 Re
21305 \end_layout
21306
21307 \end_inset
21308 </cell>
21309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 \begin_inset Formula $\Re$
21314 \end_inset
21315
21316
21317 \end_layout
21318
21319 \end_inset
21320 </cell>
21321 </row>
21322 <row>
21323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21324 \begin_inset Text
21325
21326 \begin_layout Plain Layout
21327
21328 \backslash
21329 aleph
21330 \end_layout
21331
21332 \end_inset
21333 </cell>
21334 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21335 \begin_inset Text
21336
21337 \begin_layout Plain Layout
21338 \begin_inset Formula $\aleph$
21339 \end_inset
21340
21341
21342 \end_layout
21343
21344 \end_inset
21345 </cell>
21346 </row>
21347 <row>
21348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21349 \begin_inset Text
21350
21351 \begin_layout Plain Layout
21352
21353 \backslash
21354 partial
21355 \end_layout
21356
21357 \end_inset
21358 </cell>
21359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21360 \begin_inset Text
21361
21362 \begin_layout Plain Layout
21363 \begin_inset Formula $\partial$
21364 \end_inset
21365
21366
21367 \end_layout
21368
21369 \end_inset
21370 </cell>
21371 </row>
21372 <row>
21373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21374 \begin_inset Text
21375
21376 \begin_layout Plain Layout
21377
21378 \backslash
21379 infty
21380 \end_layout
21381
21382 \end_inset
21383 </cell>
21384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388 \begin_inset Formula $\infty$
21389 \end_inset
21390
21391
21392 \end_layout
21393
21394 \end_inset
21395 </cell>
21396 </row>
21397 <row>
21398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21399 \begin_inset Text
21400
21401 \begin_layout Plain Layout
21402
21403 \backslash
21404 wp
21405 \end_layout
21406
21407 \end_inset
21408 </cell>
21409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21410 \begin_inset Text
21411
21412 \begin_layout Plain Layout
21413 \begin_inset Formula $\wp$
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \end_inset
21420 </cell>
21421 </row>
21422 <row>
21423 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21424 \begin_inset Text
21425
21426 \begin_layout Plain Layout
21427
21428 \backslash
21429 imath
21430 \end_layout
21431
21432 \end_inset
21433 </cell>
21434 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21435 \begin_inset Text
21436
21437 \begin_layout Plain Layout
21438 \begin_inset Formula $\imath$
21439 \end_inset
21440
21441
21442 \end_layout
21443
21444 \end_inset
21445 </cell>
21446 </row>
21447 <row>
21448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21449 \begin_inset Text
21450
21451 \begin_layout Plain Layout
21452
21453 \backslash
21454 jmath
21455 \end_layout
21456
21457 \end_inset
21458 </cell>
21459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21460 \begin_inset Text
21461
21462 \begin_layout Plain Layout
21463 \begin_inset Formula $\jmath$
21464 \end_inset
21465
21466
21467 \end_layout
21468
21469 \end_inset
21470 </cell>
21471 </row>
21472 </lyxtabular>
21473
21474 \end_inset
21475
21476
21477 \begin_inset space \hfill{}
21478 \end_inset
21479
21480
21481 \begin_inset Tabular
21482 <lyxtabular version="3" rows="10" columns="2">
21483 <features tabularvalignment="middle">
21484 <column alignment="center" valignment="top" width="0pt">
21485 <column alignment="center" valignment="top" width="0pt">
21486 <row>
21487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491 Befehl
21492 \end_layout
21493
21494 \end_inset
21495 </cell>
21496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21497 \begin_inset Text
21498
21499 \begin_layout Plain Layout
21500 Ergebnis
21501 \begin_inset Note Note
21502 status collapsed
21503
21504 \begin_layout Plain Layout
21505
21506 \series bold
21507
21508 \backslash
21509 raisebox
21510 \series default
21511  dient nur als Abstandhalter.
21512 \end_layout
21513
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \end_inset
21520 </cell>
21521 </row>
21522 <row>
21523 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21524 \begin_inset Text
21525
21526 \begin_layout Plain Layout
21527
21528 \backslash
21529 forall
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21535 \begin_inset Text
21536
21537 \begin_layout Plain Layout
21538 \begin_inset Formula $\forall$
21539 \end_inset
21540
21541
21542 \end_layout
21543
21544 \end_inset
21545 </cell>
21546 </row>
21547 <row>
21548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552
21553 \backslash
21554 exists
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21560 \begin_inset Text
21561
21562 \begin_layout Plain Layout
21563 \begin_inset Formula $\exists$
21564 \end_inset
21565
21566
21567 \end_layout
21568
21569 \end_inset
21570 </cell>
21571 </row>
21572 <row>
21573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21574 \begin_inset Text
21575
21576 \begin_layout Plain Layout
21577
21578 \backslash
21579 nexists
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21585 \begin_inset Text
21586
21587 \begin_layout Plain Layout
21588 \begin_inset Formula $\nexists$
21589 \end_inset
21590
21591
21592 \end_layout
21593
21594 \end_inset
21595 </cell>
21596 </row>
21597 <row>
21598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21599 \begin_inset Text
21600
21601 \begin_layout Plain Layout
21602
21603 \backslash
21604 emptyset
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21610 \begin_inset Text
21611
21612 \begin_layout Plain Layout
21613 \begin_inset Formula $\emptyset$
21614 \end_inset
21615
21616
21617 \end_layout
21618
21619 \end_inset
21620 </cell>
21621 </row>
21622 <row>
21623 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21624 \begin_inset Text
21625
21626 \begin_layout Plain Layout
21627
21628 \backslash
21629 varnothing
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21635 \begin_inset Text
21636
21637 \begin_layout Plain Layout
21638 \begin_inset Formula $\varnothing$
21639 \end_inset
21640
21641
21642 \end_layout
21643
21644 \end_inset
21645 </cell>
21646 </row>
21647 <row>
21648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21649 \begin_inset Text
21650
21651 \begin_layout Plain Layout
21652
21653 \backslash
21654 dag
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21660 \begin_inset Text
21661
21662 \begin_layout Plain Layout
21663 \begin_inset Formula $\dag$
21664 \end_inset
21665
21666
21667 \end_layout
21668
21669 \end_inset
21670 </cell>
21671 </row>
21672 <row>
21673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21674 \begin_inset Text
21675
21676 \begin_layout Plain Layout
21677
21678 \backslash
21679 ddag
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21685 \begin_inset Text
21686
21687 \begin_layout Plain Layout
21688 \begin_inset Formula $\ddag$
21689 \end_inset
21690
21691
21692 \end_layout
21693
21694 \end_inset
21695 </cell>
21696 </row>
21697 <row>
21698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21699 \begin_inset Text
21700
21701 \begin_layout Plain Layout
21702
21703 \backslash
21704 complement
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21710 \begin_inset Text
21711
21712 \begin_layout Plain Layout
21713 \begin_inset ERT
21714 status collapsed
21715
21716 \begin_layout Plain Layout
21717
21718
21719 \backslash
21720 raisebox{-0.8mm}{
21721 \end_layout
21722
21723 \end_inset
21724
21725
21726 \begin_inset Formula $\complement$
21727 \end_inset
21728
21729
21730 \begin_inset ERT
21731 status collapsed
21732
21733 \begin_layout Plain Layout
21734
21735 }
21736 \end_layout
21737
21738 \end_inset
21739
21740
21741 \end_layout
21742
21743 \end_inset
21744 </cell>
21745 </row>
21746 <row>
21747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21748 \begin_inset Text
21749
21750 \begin_layout Plain Layout
21751
21752 \backslash
21753 Bbbk
21754 \end_layout
21755
21756 \end_inset
21757 </cell>
21758 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21759 \begin_inset Text
21760
21761 \begin_layout Plain Layout
21762 \begin_inset Formula $\Bbbk$
21763 \end_inset
21764
21765
21766 \end_layout
21767
21768 \end_inset
21769 </cell>
21770 </row>
21771 </lyxtabular>
21772
21773 \end_inset
21774
21775
21776 \begin_inset space \hfill{}
21777 \end_inset
21778
21779
21780 \begin_inset Tabular
21781 <lyxtabular version="3" rows="10" columns="2">
21782 <features tabularvalignment="middle">
21783 <column alignment="center" valignment="top" width="0pt">
21784 <column alignment="center" valignment="top" width="0pt">
21785 <row>
21786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790 Befehl
21791 \end_layout
21792
21793 \end_inset
21794 </cell>
21795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21796 \begin_inset Text
21797
21798 \begin_layout Plain Layout
21799 Ergebnis
21800 \end_layout
21801
21802 \end_inset
21803 </cell>
21804 </row>
21805 <row>
21806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21807 \begin_inset Text
21808
21809 \begin_layout Plain Layout
21810
21811 \backslash
21812 prime
21813 \end_layout
21814
21815 \end_inset
21816 </cell>
21817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 \begin_inset Formula $\prime$
21822 \end_inset
21823
21824
21825 \end_layout
21826
21827 \end_inset
21828 </cell>
21829 </row>
21830 <row>
21831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21832 \begin_inset Text
21833
21834 \begin_layout Plain Layout
21835
21836 \backslash
21837 backprime
21838 \end_layout
21839
21840 \end_inset
21841 </cell>
21842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21843 \begin_inset Text
21844
21845 \begin_layout Plain Layout
21846 \begin_inset Formula $\backprime$
21847 \end_inset
21848
21849
21850 \end_layout
21851
21852 \end_inset
21853 </cell>
21854 </row>
21855 <row>
21856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21857 \begin_inset Text
21858
21859 \begin_layout Plain Layout
21860
21861 \backslash
21862 mho
21863 \end_layout
21864
21865 \end_inset
21866 </cell>
21867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 \begin_inset Formula $\mho$
21872 \end_inset
21873
21874
21875 \end_layout
21876
21877 \end_inset
21878 </cell>
21879 </row>
21880 <row>
21881 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21882 \begin_inset Text
21883
21884 \begin_layout Plain Layout
21885
21886 \backslash
21887 triangle
21888 \end_layout
21889
21890 \end_inset
21891 </cell>
21892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21893 \begin_inset Text
21894
21895 \begin_layout Plain Layout
21896 \begin_inset Formula $\triangle$
21897 \end_inset
21898
21899
21900 \end_layout
21901
21902 \end_inset
21903 </cell>
21904 </row>
21905 <row>
21906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21907 \begin_inset Text
21908
21909 \begin_layout Plain Layout
21910
21911 \backslash
21912 angle
21913 \end_layout
21914
21915 \end_inset
21916 </cell>
21917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 \begin_inset Formula $\angle$
21922 \end_inset
21923
21924
21925 \end_layout
21926
21927 \end_inset
21928 </cell>
21929 </row>
21930 <row>
21931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21932 \begin_inset Text
21933
21934 \begin_layout Plain Layout
21935
21936 \backslash
21937 measuredangle
21938 \end_layout
21939
21940 \end_inset
21941 </cell>
21942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21943 \begin_inset Text
21944
21945 \begin_layout Plain Layout
21946 \begin_inset Formula $\measuredangle$
21947 \end_inset
21948
21949
21950 \end_layout
21951
21952 \end_inset
21953 </cell>
21954 </row>
21955 <row>
21956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21957 \begin_inset Text
21958
21959 \begin_layout Plain Layout
21960
21961 \backslash
21962 sphericalangle
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21968 \begin_inset Text
21969
21970 \begin_layout Plain Layout
21971 \begin_inset Formula $\sphericalangle$
21972 \end_inset
21973
21974
21975 \end_layout
21976
21977 \end_inset
21978 </cell>
21979 </row>
21980 <row>
21981 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21982 \begin_inset Text
21983
21984 \begin_layout Plain Layout
21985
21986 \backslash
21987 top
21988 \end_layout
21989
21990 \end_inset
21991 </cell>
21992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21993 \begin_inset Text
21994
21995 \begin_layout Plain Layout
21996 \begin_inset Formula $\top$
21997 \end_inset
21998
21999
22000 \end_layout
22001
22002 \end_inset
22003 </cell>
22004 </row>
22005 <row>
22006 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22007 \begin_inset Text
22008
22009 \begin_layout Plain Layout
22010
22011 \backslash
22012 bot
22013 \end_layout
22014
22015 \end_inset
22016 </cell>
22017 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22018 \begin_inset Text
22019
22020 \begin_layout Plain Layout
22021 \begin_inset Formula $\bot$
22022 \end_inset
22023
22024
22025 \end_layout
22026
22027 \end_inset
22028 </cell>
22029 </row>
22030 </lyxtabular>
22031
22032 \end_inset
22033
22034
22035 \begin_inset space \hfill{}
22036 \end_inset
22037
22038
22039 \end_layout
22040
22041 \begin_layout Standard
22042 \begin_inset Newpage newpage
22043 \end_inset
22044
22045
22046 \end_layout
22047
22048 \begin_layout Subsection
22049 Sonstige Symbole
22050 \begin_inset CommandInset label
22051 LatexCommand label
22052 name "sub:Sonstige-Symbole"
22053
22054 \end_inset
22055
22056
22057 \begin_inset Index idx
22058 status collapsed
22059
22060 \begin_layout Plain Layout
22061 Symbole ! sonstige
22062 \end_layout
22063
22064 \end_inset
22065
22066
22067 \end_layout
22068
22069 \begin_layout Standard
22070 \begin_inset VSpace -7mm
22071 \end_inset
22072
22073
22074 \end_layout
22075
22076 \begin_layout Standard
22077 \noindent
22078 \align center
22079 \begin_inset Tabular
22080 <lyxtabular version="3" rows="10" columns="2">
22081 <features tabularvalignment="middle">
22082 <column alignment="center" valignment="top" width="0pt">
22083 <column alignment="center" valignment="top" width="0pt">
22084 <row>
22085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22086 \begin_inset Text
22087
22088 \begin_layout Plain Layout
22089 Befehl
22090 \end_layout
22091
22092 \end_inset
22093 </cell>
22094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22095 \begin_inset Text
22096
22097 \begin_layout Plain Layout
22098 Ergebnis
22099 \end_layout
22100
22101 \end_inset
22102 </cell>
22103 </row>
22104 <row>
22105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22106 \begin_inset Text
22107
22108 \begin_layout Plain Layout
22109
22110 \backslash
22111 flat
22112 \end_layout
22113
22114 \end_inset
22115 </cell>
22116 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 \begin_inset Formula $\flat$
22121 \end_inset
22122
22123
22124 \end_layout
22125
22126 \end_inset
22127 </cell>
22128 </row>
22129 <row>
22130 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22131 \begin_inset Text
22132
22133 \begin_layout Plain Layout
22134
22135 \backslash
22136 natural
22137 \end_layout
22138
22139 \end_inset
22140 </cell>
22141 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22142 \begin_inset Text
22143
22144 \begin_layout Plain Layout
22145 \begin_inset Formula $\natural$
22146 \end_inset
22147
22148
22149 \end_layout
22150
22151 \end_inset
22152 </cell>
22153 </row>
22154 <row>
22155 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22156 \begin_inset Text
22157
22158 \begin_layout Plain Layout
22159
22160 \backslash
22161 sharp
22162 \end_layout
22163
22164 \end_inset
22165 </cell>
22166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22167 \begin_inset Text
22168
22169 \begin_layout Plain Layout
22170 \begin_inset Formula $\sharp$
22171 \end_inset
22172
22173
22174 \end_layout
22175
22176 \end_inset
22177 </cell>
22178 </row>
22179 <row>
22180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22181 \begin_inset Text
22182
22183 \begin_layout Plain Layout
22184
22185 \backslash
22186 surd
22187 \end_layout
22188
22189 \end_inset
22190 </cell>
22191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22192 \begin_inset Text
22193
22194 \begin_layout Plain Layout
22195 \begin_inset Formula $\surd$
22196 \end_inset
22197
22198
22199 \end_layout
22200
22201 \end_inset
22202 </cell>
22203 </row>
22204 <row>
22205 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22206 \begin_inset Text
22207
22208 \begin_layout Plain Layout
22209
22210 \backslash
22211 checkmark
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 \begin_inset Formula $\checkmark$
22221 \end_inset
22222
22223
22224 \end_layout
22225
22226 \end_inset
22227 </cell>
22228 </row>
22229 <row>
22230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22231 \begin_inset Text
22232
22233 \begin_layout Plain Layout
22234
22235 \backslash
22236 yen
22237 \end_layout
22238
22239 \end_inset
22240 </cell>
22241 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22242 \begin_inset Text
22243
22244 \begin_layout Plain Layout
22245 \begin_inset Formula $\yen$
22246 \end_inset
22247
22248
22249 \end_layout
22250
22251 \end_inset
22252 </cell>
22253 </row>
22254 <row>
22255 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22256 \begin_inset Text
22257
22258 \begin_layout Plain Layout
22259
22260 \backslash
22261 pounds
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 \begin_inset Formula $\pounds$
22271 \end_inset
22272
22273
22274 \end_layout
22275
22276 \end_inset
22277 </cell>
22278 </row>
22279 <row>
22280 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22281 \begin_inset Text
22282
22283 \begin_layout Plain Layout
22284 $
22285 \end_layout
22286
22287 \end_inset
22288 </cell>
22289 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22290 \begin_inset Text
22291
22292 \begin_layout Plain Layout
22293 \begin_inset Formula $\$$
22294 \end_inset
22295
22296
22297 \end_layout
22298
22299 \end_inset
22300 </cell>
22301 </row>
22302 <row>
22303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22304 \begin_inset Text
22305
22306 \begin_layout Plain Layout
22307 §
22308 \end_layout
22309
22310 \end_inset
22311 </cell>
22312 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22313 \begin_inset Text
22314
22315 \begin_layout Plain Layout
22316 \begin_inset Formula $§$
22317 \end_inset
22318
22319
22320 \end_layout
22321
22322 \end_inset
22323 </cell>
22324 </row>
22325 </lyxtabular>
22326
22327 \end_inset
22328
22329
22330 \begin_inset Tabular
22331 <lyxtabular version="3" rows="10" columns="2">
22332 <features tabularvalignment="middle">
22333 <column alignment="center" valignment="top" width="0">
22334 <column alignment="center" valignment="top" width="0">
22335 <row>
22336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340 Befehl
22341 \end_layout
22342
22343 \end_inset
22344 </cell>
22345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22346 \begin_inset Text
22347
22348 \begin_layout Plain Layout
22349 Ergebnis
22350 \end_layout
22351
22352 \end_inset
22353 </cell>
22354 </row>
22355 <row>
22356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22357 \begin_inset Text
22358
22359 \begin_layout Plain Layout
22360
22361 \backslash
22362 hbar
22363 \end_layout
22364
22365 \end_inset
22366 </cell>
22367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22368 \begin_inset Text
22369
22370 \begin_layout Plain Layout
22371 \begin_inset Formula $\hbar$
22372 \end_inset
22373
22374
22375 \end_layout
22376
22377 \end_inset
22378 </cell>
22379 </row>
22380 <row>
22381 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22382 \begin_inset Text
22383
22384 \begin_layout Plain Layout
22385
22386 \backslash
22387 hslash
22388 \end_layout
22389
22390 \end_inset
22391 </cell>
22392 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22393 \begin_inset Text
22394
22395 \begin_layout Plain Layout
22396 \begin_inset Formula $\hslash$
22397 \end_inset
22398
22399
22400 \end_layout
22401
22402 \end_inset
22403 </cell>
22404 </row>
22405 <row>
22406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22407 \begin_inset Text
22408
22409 \begin_layout Plain Layout
22410
22411 \backslash
22412 clubsuit
22413 \end_layout
22414
22415 \end_inset
22416 </cell>
22417 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22418 \begin_inset Text
22419
22420 \begin_layout Plain Layout
22421 \begin_inset Formula $\clubsuit$
22422 \end_inset
22423
22424
22425 \end_layout
22426
22427 \end_inset
22428 </cell>
22429 </row>
22430 <row>
22431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22432 \begin_inset Text
22433
22434 \begin_layout Plain Layout
22435
22436 \backslash
22437 spadesuit
22438 \end_layout
22439
22440 \end_inset
22441 </cell>
22442 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22443 \begin_inset Text
22444
22445 \begin_layout Plain Layout
22446 \begin_inset Formula $\spadesuit$
22447 \end_inset
22448
22449
22450 \end_layout
22451
22452 \end_inset
22453 </cell>
22454 </row>
22455 <row>
22456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22457 \begin_inset Text
22458
22459 \begin_layout Plain Layout
22460
22461 \backslash
22462 bigstar
22463 \end_layout
22464
22465 \end_inset
22466 </cell>
22467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22468 \begin_inset Text
22469
22470 \begin_layout Plain Layout
22471 \begin_inset Formula $\bigstar$
22472 \end_inset
22473
22474
22475 \end_layout
22476
22477 \end_inset
22478 </cell>
22479 </row>
22480 <row>
22481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485
22486 \backslash
22487 blacklozenge
22488 \end_layout
22489
22490 \end_inset
22491 </cell>
22492 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22493 \begin_inset Text
22494
22495 \begin_layout Plain Layout
22496 \begin_inset Formula $\blacklozenge$
22497 \end_inset
22498
22499
22500 \end_layout
22501
22502 \end_inset
22503 </cell>
22504 </row>
22505 <row>
22506 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22507 \begin_inset Text
22508
22509 \begin_layout Plain Layout
22510
22511 \backslash
22512 blacktriangle
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 \begin_inset Formula $\blacktriangle$
22522 \end_inset
22523
22524
22525 \end_layout
22526
22527 \end_inset
22528 </cell>
22529 </row>
22530 <row>
22531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535
22536 \backslash
22537 blacktiangledown
22538 \end_layout
22539
22540 \end_inset
22541 </cell>
22542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 \begin_inset Formula $\blacktriangledown$
22547 \end_inset
22548
22549
22550 \end_layout
22551
22552 \end_inset
22553 </cell>
22554 </row>
22555 <row>
22556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22557 \begin_inset Text
22558
22559 \begin_layout Plain Layout
22560
22561 \backslash
22562 bullet
22563 \end_layout
22564
22565 \end_inset
22566 </cell>
22567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22568 \begin_inset Text
22569
22570 \begin_layout Plain Layout
22571 \begin_inset Formula $\bullet$
22572 \end_inset
22573
22574
22575 \end_layout
22576
22577 \end_inset
22578 </cell>
22579 </row>
22580 </lyxtabular>
22581
22582 \end_inset
22583
22584
22585 \begin_inset Tabular
22586 <lyxtabular version="3" rows="10" columns="2">
22587 <features tabularvalignment="middle">
22588 <column alignment="center" valignment="top" width="0pt">
22589 <column alignment="center" valignment="top" width="0pt">
22590 <row>
22591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 Befehl
22596 \end_layout
22597
22598 \end_inset
22599 </cell>
22600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22601 \begin_inset Text
22602
22603 \begin_layout Plain Layout
22604 Ergebnis
22605 \end_layout
22606
22607 \end_inset
22608 </cell>
22609 </row>
22610 <row>
22611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22612 \begin_inset Text
22613
22614 \begin_layout Plain Layout
22615
22616 \backslash
22617 diamondsuit
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22623 \begin_inset Text
22624
22625 \begin_layout Plain Layout
22626 \begin_inset Formula $\diamondsuit$
22627 \end_inset
22628
22629
22630 \end_layout
22631
22632 \end_inset
22633 </cell>
22634 </row>
22635 <row>
22636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22637 \begin_inset Text
22638
22639 \begin_layout Plain Layout
22640
22641 \backslash
22642 Diamond
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22648 \begin_inset Text
22649
22650 \begin_layout Plain Layout
22651 \begin_inset Formula $\Diamond$
22652 \end_inset
22653
22654
22655 \end_layout
22656
22657 \end_inset
22658 </cell>
22659 </row>
22660 <row>
22661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22662 \begin_inset Text
22663
22664 \begin_layout Plain Layout
22665
22666 \backslash
22667 heartsuit
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22673 \begin_inset Text
22674
22675 \begin_layout Plain Layout
22676 \begin_inset Formula $\heartsuit$
22677 \end_inset
22678
22679
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 <row>
22686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \backslash
22692 P
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 \begin_inset Formula $\P$
22702 \end_inset
22703
22704
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 </row>
22710 <row>
22711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715
22716 \backslash
22717 copyright
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 \begin_inset Formula $\copyright$
22727 \end_inset
22728
22729
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 </row>
22735 <row>
22736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740
22741 \backslash
22742 circledR
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751 \begin_inset Formula $\circledR$
22752 \end_inset
22753
22754
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 </row>
22760 <row>
22761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765
22766 \backslash
22767 maltese
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 \begin_inset Formula $\maltese$
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 <row>
22786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790
22791 \backslash
22792 diagup
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801 \begin_inset Formula $\diagup$
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 </row>
22810 <row>
22811 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815
22816 \backslash
22817 diagdown
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 \begin_inset Formula $\diagdown$
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 </lyxtabular>
22836
22837 \end_inset
22838
22839
22840 \end_layout
22841
22842 \begin_layout Standard
22843 \begin_inset VSpace medskip
22844 \end_inset
22845
22846 Weitere Symbole sind in 
22847 \begin_inset CommandInset ref
22848 LatexCommand ref
22849 reference "sub:Sonstige-Sonderzeichen"
22850
22851 \end_inset
22852
22853  aufgelistet.
22854 \end_layout
22855
22856 \begin_layout Standard
22857 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22858  
22859 \begin_inset CommandInset ref
22860 LatexCommand ref
22861 reference "sub:Schriftgrößen"
22862
22863 \end_inset
22864
22865 .
22866 \end_layout
22867
22868 \begin_layout Subsection
22869 Das Euro-Symbol €
22870 \begin_inset Index idx
22871 status collapsed
22872
22873 \begin_layout Plain Layout
22874 Symbole ! Euro-Symbol
22875 \end_layout
22876
22877 \end_inset
22878
22879
22880 \begin_inset Index idx
22881 status collapsed
22882
22883 \begin_layout Plain Layout
22884
22885 \backslash
22886 @
22887 \begin_inset ERT
22888 status collapsed
22889
22890 \begin_layout Plain Layout
22891
22892
22893 \backslash
22894 officialeuro
22895 \end_layout
22896
22897 \end_inset
22898
22899
22900 \end_layout
22901
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \begin_layout Standard
22908 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22909
22910 \series bold
22911 eurosym
22912 \series default
22913
22914 \begin_inset Index idx
22915 status collapsed
22916
22917 \begin_layout Plain Layout
22918 Pakete ! eurosym
22919 \end_layout
22920
22921 \end_inset
22922
22923  installieren und dieses mit der LaTeX-Vorspannzeile
22924 \end_layout
22925
22926 \begin_layout Standard
22927
22928 \series bold
22929
22930 \backslash
22931 usepackage[gennarrow]{eurosym}
22932 \end_layout
22933
22934 \begin_layout Standard
22935 aktivieren.
22936  Das Euro-Symbol kann man nun mit dem Befehl 
22937 \series bold
22938
22939 \backslash
22940 euro
22941 \series default
22942
22943 \begin_inset Index idx
22944 status collapsed
22945
22946 \begin_layout Plain Layout
22947 Befehle ! E ! 
22948 \backslash
22949 euro
22950 \end_layout
22951
22952 \end_inset
22953
22954  aufrufen.
22955 \end_layout
22956
22957 \begin_layout Standard
22958 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22959  eingeben, ohne 
22960 \series bold
22961 eurosym
22962 \series default
22963  installiert zu haben.
22964  Ist 
22965 \series bold
22966 eurosym
22967 \series default
22968  installiert, kann man 
22969 \series bold
22970
22971 \backslash
22972 euro
22973 \series default
22974  auch im TeX-Modus eingeben.
22975  Das offizielle Währungssymbol erhält man dann über den Befehl 
22976 \series bold
22977
22978 \backslash
22979 officialeuro
22980 \series default
22981
22982 \begin_inset Index idx
22983 status collapsed
22984
22985 \begin_layout Plain Layout
22986 Befehle ! O ! 
22987 \backslash
22988 officialeuro
22989 \end_layout
22990
22991 \end_inset
22992
22993 , der nur im TeX-Modus verfügbar ist.
22994 \end_layout
22995
22996 \begin_layout Standard
22997 \begin_inset ERT
22998 status collapsed
22999
23000 \begin_layout Plain Layout
23001
23002
23003 \backslash
23004 ifeurosym 
23005 \end_layout
23006
23007 \end_inset
23008
23009
23010 \begin_inset Note Note
23011 status open
23012
23013 \begin_layout Plain Layout
23014 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23015 \series bold
23016 eurosym
23017 \series default
23018  installiert ist:
23019 \end_layout
23020
23021 \end_inset
23022
23023
23024 \end_layout
23025
23026 \begin_layout Standard
23027 Eine Übersicht der verschiedenen Euro-Symbole:
23028 \end_layout
23029
23030 \begin_layout Standard
23031 \align center
23032 \begin_inset Tabular
23033 <lyxtabular version="3" rows="4" columns="3">
23034 <features tabularvalignment="middle">
23035 <column alignment="center" valignment="top" width="0pt">
23036 <column alignment="center" valignment="top" width="0pt">
23037 <column alignment="center" valignment="top" width="0pt">
23038 <row>
23039 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23040 \begin_inset Text
23041
23042 \begin_layout Plain Layout
23043
23044 \end_layout
23045
23046 \end_inset
23047 </cell>
23048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23049 \begin_inset Text
23050
23051 \begin_layout Plain Layout
23052 Befehl 
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23058 \begin_inset Text
23059
23060 \begin_layout Plain Layout
23061 Ergebnis
23062 \end_layout
23063
23064 \end_inset
23065 </cell>
23066 </row>
23067 <row>
23068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23069 \begin_inset Text
23070
23071 \begin_layout Plain Layout
23072 Formel
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081
23082 \backslash
23083 euro
23084 \end_layout
23085
23086 \end_inset
23087 </cell>
23088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23089 \begin_inset Text
23090
23091 \begin_layout Plain Layout
23092 \begin_inset Formula $\euro$
23093 \end_inset
23094
23095
23096 \end_layout
23097
23098 \end_inset
23099 </cell>
23100 </row>
23101 <row>
23102 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 mathematischer Text
23107 \end_layout
23108
23109 \end_inset
23110 </cell>
23111 <cell alignment="center" valignment="top" topline="true" leftline="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" leftline="true" rightline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 \begin_inset Formula $\mbox{€}$
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row>
23134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138 TeX-Modus
23139 \end_layout
23140
23141 \end_inset
23142 </cell>
23143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23144 \begin_inset Text
23145
23146 \begin_layout Plain Layout
23147
23148 \backslash
23149 officialeuro
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23155 \begin_inset Text
23156
23157 \begin_layout Plain Layout
23158 \begin_inset ERT
23159 status collapsed
23160
23161 \begin_layout Plain Layout
23162
23163
23164 \backslash
23165 officialeuro
23166 \end_layout
23167
23168 \end_inset
23169
23170
23171 \end_layout
23172
23173 \end_inset
23174 </cell>
23175 </row>
23176 </lyxtabular>
23177
23178 \end_inset
23179
23180
23181 \end_layout
23182
23183 \begin_layout Standard
23184 \begin_inset ERT
23185 status collapsed
23186
23187 \begin_layout Plain Layout
23188
23189
23190 \backslash
23191 else 
23192 \end_layout
23193
23194 \end_inset
23195
23196
23197 \begin_inset Note Note
23198 status open
23199
23200 \begin_layout Plain Layout
23201 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23202 \series bold
23203 eurosym
23204 \series default
23205  nicht installiert ist:
23206 \end_layout
23207
23208 \end_inset
23209
23210
23211 \end_layout
23212
23213 \begin_layout Standard
23214 Das LaTeX-Paket 
23215 \series bold
23216 eurosym 
23217 \series default
23218 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23219 \end_layout
23220
23221 \begin_layout Standard
23222 \begin_inset ERT
23223 status collapsed
23224
23225 \begin_layout Plain Layout
23226
23227
23228 \backslash
23229 fi 
23230 \end_layout
23231
23232 \end_inset
23233
23234
23235 \end_layout
23236
23237 \begin_layout Standard
23238 \begin_inset Newpage newpage
23239 \end_inset
23240
23241
23242 \end_layout
23243
23244 \begin_layout Section
23245 Relationen
23246 \begin_inset CommandInset label
23247 LatexCommand label
23248 name "sec:Relationen"
23249
23250 \end_inset
23251
23252
23253 \begin_inset Index idx
23254 status collapsed
23255
23256 \begin_layout Plain Layout
23257 Relationen
23258 \end_layout
23259
23260 \end_inset
23261
23262
23263 \begin_inset Index idx
23264 status collapsed
23265
23266 \begin_layout Plain Layout
23267 Vergleiche|see
23268 \begin_inset ERT
23269 status collapsed
23270
23271 \begin_layout Plain Layout
23272
23273 {
23274 \end_layout
23275
23276 \end_inset
23277
23278 Relationen
23279 \begin_inset ERT
23280 status collapsed
23281
23282 \begin_layout Plain Layout
23283
23284 }
23285 \end_layout
23286
23287 \end_inset
23288
23289
23290 \end_layout
23291
23292 \end_inset
23293
23294
23295 \end_layout
23296
23297 \begin_layout Standard
23298 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23299  
23300 \begin_inset Graphics
23301         filename ../../images/math/leq.png
23302         scale 85
23303
23304 \end_inset
23305
23306  eingefügt werden.
23307 \end_layout
23308
23309 \begin_layout Standard
23310 \begin_inset space \hfill{}
23311 \end_inset
23312
23313
23314 \begin_inset Tabular
23315 <lyxtabular version="3" rows="17" columns="2">
23316 <features tabularvalignment="middle">
23317 <column alignment="center" valignment="top" width="0pt">
23318 <column alignment="center" valignment="top" width="0pt">
23319 <row>
23320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23321 \begin_inset Text
23322
23323 \begin_layout Plain Layout
23324 Befehl
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23330 \begin_inset Text
23331
23332 \begin_layout Plain Layout
23333 Ergebnis
23334 \end_layout
23335
23336 \end_inset
23337 </cell>
23338 </row>
23339 <row>
23340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23341 \begin_inset Text
23342
23343 \begin_layout Plain Layout
23344 <
23345 \end_layout
23346
23347 \end_inset
23348 </cell>
23349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23350 \begin_inset Text
23351
23352 \begin_layout Plain Layout
23353 \begin_inset Formula $<$
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360 </cell>
23361 </row>
23362 <row>
23363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23364 \begin_inset Text
23365
23366 \begin_layout Plain Layout
23367
23368 \backslash
23369 le
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $\le$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 ll
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\ll$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 prec
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\prec$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 preceq
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\preceq$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 subset
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\subset$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 subseteq
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\subseteq$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 sqsubseteq
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\sqsubseteq$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 in
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\in$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 vdash
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\vdash$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 smile
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\smile$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 lhd
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\lhd$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 unlhd
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\unlhd$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 gtrless
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\gtrless$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 mid
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\mid$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 nmid
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\nmid$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 </lyxtabular>
23738
23739 \end_inset
23740
23741
23742 \begin_inset space \hfill{}
23743 \end_inset
23744
23745
23746 \begin_inset Tabular
23747 <lyxtabular version="3" rows="17" columns="2">
23748 <features tabularvalignment="middle">
23749 <column alignment="center" valignment="top" width="0pt">
23750 <column alignment="center" valignment="top" width="0pt">
23751 <row>
23752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23753 \begin_inset Text
23754
23755 \begin_layout Plain Layout
23756 Befehl
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23762 \begin_inset Text
23763
23764 \begin_layout Plain Layout
23765 Ergebnis
23766 \end_layout
23767
23768 \end_inset
23769 </cell>
23770 </row>
23771 <row>
23772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23773 \begin_inset Text
23774
23775 \begin_layout Plain Layout
23776 =
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23782 \begin_inset Text
23783
23784 \begin_layout Plain Layout
23785 \begin_inset Formula $=$
23786 \end_inset
23787
23788
23789 \end_layout
23790
23791 \end_inset
23792 </cell>
23793 </row>
23794 <row>
23795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23796 \begin_inset Text
23797
23798 \begin_layout Plain Layout
23799
23800 \backslash
23801 not=
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23807 \begin_inset Text
23808
23809 \begin_layout Plain Layout
23810 \begin_inset Formula $\not=$
23811 \end_inset
23812
23813
23814 \end_layout
23815
23816 \end_inset
23817 </cell>
23818 </row>
23819 <row>
23820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23821 \begin_inset Text
23822
23823 \begin_layout Plain Layout
23824
23825 \backslash
23826 equiv
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23832 \begin_inset Text
23833
23834 \begin_layout Plain Layout
23835 \begin_inset Formula $\equiv$
23836 \end_inset
23837
23838
23839 \end_layout
23840
23841 \end_inset
23842 </cell>
23843 </row>
23844 <row>
23845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23846 \begin_inset Text
23847
23848 \begin_layout Plain Layout
23849
23850 \backslash
23851 sim
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23857 \begin_inset Text
23858
23859 \begin_layout Plain Layout
23860 \begin_inset Formula $\sim$
23861 \end_inset
23862
23863
23864 \end_layout
23865
23866 \end_inset
23867 </cell>
23868 </row>
23869 <row>
23870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23871 \begin_inset Text
23872
23873 \begin_layout Plain Layout
23874
23875 \backslash
23876 simeq
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23882 \begin_inset Text
23883
23884 \begin_layout Plain Layout
23885 \begin_inset Formula $\simeq$
23886 \end_inset
23887
23888
23889 \end_layout
23890
23891 \end_inset
23892 </cell>
23893 </row>
23894 <row>
23895 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23896 \begin_inset Text
23897
23898 \begin_layout Plain Layout
23899
23900 \backslash
23901 approx
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23907 \begin_inset Text
23908
23909 \begin_layout Plain Layout
23910 \begin_inset Formula $\approx$
23911 \end_inset
23912
23913
23914 \end_layout
23915
23916 \end_inset
23917 </cell>
23918 </row>
23919 <row>
23920 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23921 \begin_inset Text
23922
23923 \begin_layout Plain Layout
23924
23925 \backslash
23926 cong
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23932 \begin_inset Text
23933
23934 \begin_layout Plain Layout
23935 \begin_inset Formula $\cong$
23936 \end_inset
23937
23938
23939 \end_layout
23940
23941 \end_inset
23942 </cell>
23943 </row>
23944 <row>
23945 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23946 \begin_inset Text
23947
23948 \begin_layout Plain Layout
23949
23950 \backslash
23951 bowtie
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23957 \begin_inset Text
23958
23959 \begin_layout Plain Layout
23960 \begin_inset Formula $\bowtie$
23961 \end_inset
23962
23963
23964 \end_layout
23965
23966 \end_inset
23967 </cell>
23968 </row>
23969 <row>
23970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23971 \begin_inset Text
23972
23973 \begin_layout Plain Layout
23974
23975 \backslash
23976 notin
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23982 \begin_inset Text
23983
23984 \begin_layout Plain Layout
23985 \begin_inset Formula $\notin$
23986 \end_inset
23987
23988
23989 \end_layout
23990
23991 \end_inset
23992 </cell>
23993 </row>
23994 <row>
23995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23996 \begin_inset Text
23997
23998 \begin_layout Plain Layout
23999
24000 \backslash
24001 perp
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 \begin_inset Formula $\perp$
24011 \end_inset
24012
24013
24014 \end_layout
24015
24016 \end_inset
24017 </cell>
24018 </row>
24019 <row>
24020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24021 \begin_inset Text
24022
24023 \begin_layout Plain Layout
24024
24025 \backslash
24026 propto
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24032 \begin_inset Text
24033
24034 \begin_layout Plain Layout
24035 \begin_inset Formula $\propto$
24036 \end_inset
24037
24038
24039 \end_layout
24040
24041 \end_inset
24042 </cell>
24043 </row>
24044 <row>
24045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24046 \begin_inset Text
24047
24048 \begin_layout Plain Layout
24049
24050 \backslash
24051 asymp
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 \begin_inset Formula $\asymp$
24061 \end_inset
24062
24063
24064 \end_layout
24065
24066 \end_inset
24067 </cell>
24068 </row>
24069 <row>
24070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24071 \begin_inset Text
24072
24073 \begin_layout Plain Layout
24074
24075 \backslash
24076 doteq
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24082 \begin_inset Text
24083
24084 \begin_layout Plain Layout
24085 \begin_inset Formula $\doteq$
24086 \end_inset
24087
24088
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 </row>
24094 <row>
24095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24096 \begin_inset Text
24097
24098 \begin_layout Plain Layout
24099
24100 \backslash
24101 circeq
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24107 \begin_inset Text
24108
24109 \begin_layout Plain Layout
24110 \begin_inset Formula $\circeq$
24111 \end_inset
24112
24113
24114 \end_layout
24115
24116 \end_inset
24117 </cell>
24118 </row>
24119 <row>
24120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24121 \begin_inset Text
24122
24123 \begin_layout Plain Layout
24124
24125 \backslash
24126 models
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24132 \begin_inset Text
24133
24134 \begin_layout Plain Layout
24135 \begin_inset Formula $\models$
24136 \end_inset
24137
24138
24139 \end_layout
24140
24141 \end_inset
24142 </cell>
24143 </row>
24144 <row>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149
24150 \backslash
24151 widehat=
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24157 \begin_inset Text
24158
24159 \begin_layout Plain Layout
24160 \begin_inset Formula $\widehat{=}$
24161 \end_inset
24162
24163
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 </row>
24169 </lyxtabular>
24170
24171 \end_inset
24172
24173
24174 \begin_inset space \hfill{}
24175 \end_inset
24176
24177
24178 \begin_inset Tabular
24179 <lyxtabular version="3" rows="17" columns="2">
24180 <features tabularvalignment="middle">
24181 <column alignment="center" valignment="top" width="0pt">
24182 <column alignment="center" valignment="top" width="0pt">
24183 <row>
24184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24185 \begin_inset Text
24186
24187 \begin_layout Plain Layout
24188 Befehl
24189 \end_layout
24190
24191 \end_inset
24192 </cell>
24193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24194 \begin_inset Text
24195
24196 \begin_layout Plain Layout
24197 Ergebnis
24198 \end_layout
24199
24200 \end_inset
24201 </cell>
24202 </row>
24203 <row>
24204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 >
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 \begin_inset Formula $>$
24218 \end_inset
24219
24220
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 </row>
24226 <row>
24227 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24228 \begin_inset Text
24229
24230 \begin_layout Plain Layout
24231
24232 \backslash
24233 ge
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242 \begin_inset Formula $\ge$
24243 \end_inset
24244
24245
24246 \end_layout
24247
24248 \end_inset
24249 </cell>
24250 </row>
24251 <row>
24252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24253 \begin_inset Text
24254
24255 \begin_layout Plain Layout
24256
24257 \backslash
24258 gg
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24264 \begin_inset Text
24265
24266 \begin_layout Plain Layout
24267 \begin_inset Formula $\gg$
24268 \end_inset
24269
24270
24271 \end_layout
24272
24273 \end_inset
24274 </cell>
24275 </row>
24276 <row>
24277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24278 \begin_inset Text
24279
24280 \begin_layout Plain Layout
24281
24282 \backslash
24283 succ
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24289 \begin_inset Text
24290
24291 \begin_layout Plain Layout
24292 \begin_inset Formula $\succ$
24293 \end_inset
24294
24295
24296 \end_layout
24297
24298 \end_inset
24299 </cell>
24300 </row>
24301 <row>
24302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24303 \begin_inset Text
24304
24305 \begin_layout Plain Layout
24306
24307 \backslash
24308 succeq
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24314 \begin_inset Text
24315
24316 \begin_layout Plain Layout
24317 \begin_inset Formula $\succeq$
24318 \end_inset
24319
24320
24321 \end_layout
24322
24323 \end_inset
24324 </cell>
24325 </row>
24326 <row>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 supset
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342 \begin_inset Formula $\supset$
24343 \end_inset
24344
24345
24346 \end_layout
24347
24348 \end_inset
24349 </cell>
24350 </row>
24351 <row>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 supseteq
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367 \begin_inset Formula $\supseteq$
24368 \end_inset
24369
24370
24371 \end_layout
24372
24373 \end_inset
24374 </cell>
24375 </row>
24376 <row>
24377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24378 \begin_inset Text
24379
24380 \begin_layout Plain Layout
24381
24382 \backslash
24383 sqsupseteq
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24389 \begin_inset Text
24390
24391 \begin_layout Plain Layout
24392 \begin_inset Formula $\sqsupseteq$
24393 \end_inset
24394
24395
24396 \end_layout
24397
24398 \end_inset
24399 </cell>
24400 </row>
24401 <row>
24402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24403 \begin_inset Text
24404
24405 \begin_layout Plain Layout
24406
24407 \backslash
24408 ni
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24414 \begin_inset Text
24415
24416 \begin_layout Plain Layout
24417 \begin_inset Formula $\ni$
24418 \end_inset
24419
24420
24421 \end_layout
24422
24423 \end_inset
24424 </cell>
24425 </row>
24426 <row>
24427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24428 \begin_inset Text
24429
24430 \begin_layout Plain Layout
24431
24432 \backslash
24433 dashv
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24439 \begin_inset Text
24440
24441 \begin_layout Plain Layout
24442 \begin_inset Formula $\dashv$
24443 \end_inset
24444
24445
24446 \end_layout
24447
24448 \end_inset
24449 </cell>
24450 </row>
24451 <row>
24452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24453 \begin_inset Text
24454
24455 \begin_layout Plain Layout
24456
24457 \backslash
24458 frown
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24464 \begin_inset Text
24465
24466 \begin_layout Plain Layout
24467 \begin_inset Formula $\frown$
24468 \end_inset
24469
24470
24471 \end_layout
24472
24473 \end_inset
24474 </cell>
24475 </row>
24476 <row>
24477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24478 \begin_inset Text
24479
24480 \begin_layout Plain Layout
24481
24482 \backslash
24483 rhd
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24489 \begin_inset Text
24490
24491 \begin_layout Plain Layout
24492 \begin_inset Formula $\rhd$
24493 \end_inset
24494
24495
24496 \end_layout
24497
24498 \end_inset
24499 </cell>
24500 </row>
24501 <row>
24502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24503 \begin_inset Text
24504
24505 \begin_layout Plain Layout
24506
24507 \backslash
24508 unrhd
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24514 \begin_inset Text
24515
24516 \begin_layout Plain Layout
24517 \begin_inset Formula $\unrhd$
24518 \end_inset
24519
24520
24521 \end_layout
24522
24523 \end_inset
24524 </cell>
24525 </row>
24526 <row>
24527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24528 \begin_inset Text
24529
24530 \begin_layout Plain Layout
24531
24532 \backslash
24533 lessgtr
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24539 \begin_inset Text
24540
24541 \begin_layout Plain Layout
24542 \begin_inset Formula $\lessgtr$
24543 \end_inset
24544
24545
24546 \end_layout
24547
24548 \end_inset
24549 </cell>
24550 </row>
24551 <row>
24552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556
24557 \backslash
24558 parallel
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567 \begin_inset Formula $\parallel$
24568 \end_inset
24569
24570
24571 \end_layout
24572
24573 \end_inset
24574 </cell>
24575 </row>
24576 <row>
24577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24578 \begin_inset Text
24579
24580 \begin_layout Plain Layout
24581
24582 \backslash
24583 nparallel
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24589 \begin_inset Text
24590
24591 \begin_layout Plain Layout
24592 \begin_inset Formula $\nparallel$
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \end_inset
24599 </cell>
24600 </row>
24601 </lyxtabular>
24602
24603 \end_inset
24604
24605
24606 \begin_inset space \hfill{}
24607 \end_inset
24608
24609
24610 \end_layout
24611
24612 \begin_layout Standard
24613 \begin_inset VSpace medskip
24614 \end_inset
24615
24616 Die Zeichen 
24617 \series bold
24618
24619 \backslash
24620 lhd
24621 \series default
24622  bzw.
24623  
24624 \series bold
24625
24626 \backslash
24627 rhd
24628 \series default
24629  sind größer als die gleich aussehenden Operatoren
24630 \begin_inset Newline linebreak
24631 \end_inset
24632
24633
24634 \series bold
24635
24636 \backslash
24637 triangleleft
24638 \series default
24639  bzw.
24640  
24641 \series bold
24642
24643 \backslash
24644 triangleright
24645 \series default
24646 .
24647 \end_layout
24648
24649 \begin_layout Standard
24650 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24651 \end_layout
24652
24653 \begin_layout Standard
24654 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24655 \series bold
24656
24657 \backslash
24658 stackrel
24659 \series default
24660
24661 \begin_inset Index idx
24662 status collapsed
24663
24664 \begin_layout Plain Layout
24665 Befehle ! S ! 
24666 \backslash
24667 stackrel
24668 \end_layout
24669
24670 \end_inset
24671
24672  erstellt werden:
24673 \end_layout
24674
24675 \begin_layout Standard
24676 \align center
24677 \begin_inset Tabular
24678 <lyxtabular version="3" rows="2" columns="2">
24679 <features tabularvalignment="middle">
24680 <column alignment="center" valignment="top" width="0">
24681 <column alignment="center" valignment="top" width="0">
24682 <row>
24683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 Befehl
24688 \end_layout
24689
24690 \end_inset
24691 </cell>
24692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24693 \begin_inset Text
24694
24695 \begin_layout Plain Layout
24696 Ergebnis
24697 \begin_inset Note Note
24698 status collapsed
24699
24700 \begin_layout Plain Layout
24701
24702 \series bold
24703
24704 \backslash
24705 raisebox
24706 \series default
24707  dient nur als Abstandhalter.
24708 \end_layout
24709
24710 \end_inset
24711
24712
24713 \end_layout
24714
24715 \end_inset
24716 </cell>
24717 </row>
24718 <row>
24719 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24720 \begin_inset Text
24721
24722 \begin_layout Plain Layout
24723 A(r)
24724 \backslash
24725 stackrel
24726 \begin_inset ERT
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730
24731
24732 \backslash
24733 leer 
24734 \end_layout
24735
24736 \end_inset
24737
24738 r
24739 \backslash
24740 to
24741 \backslash
24742 infty
24743 \begin_inset ERT
24744 status collapsed
24745
24746 \begin_layout Plain Layout
24747
24748
24749 \backslash
24750 leer 
24751 \end_layout
24752
24753 \end_inset
24754
24755
24756 \begin_inset Formula $\downarrow$
24757 \end_inset
24758
24759
24760 \backslash
24761 approx
24762 \begin_inset ERT
24763 status collapsed
24764
24765 \begin_layout Plain Layout
24766
24767
24768 \backslash
24769 leer 
24770 \end_layout
24771
24772 \end_inset
24773
24774
24775 \begin_inset ERT
24776 status collapsed
24777
24778 \begin_layout Plain Layout
24779
24780
24781 \backslash
24782 leer 
24783 \end_layout
24784
24785 \end_inset
24786
24787 B
24788 \end_layout
24789
24790 \end_inset
24791 </cell>
24792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24793 \begin_inset Text
24794
24795 \begin_layout Plain Layout
24796 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24797 \end_inset
24798
24799
24800 \end_layout
24801
24802 \end_inset
24803 </cell>
24804 </row>
24805 </lyxtabular>
24806
24807 \end_inset
24808
24809
24810 \end_layout
24811
24812 \begin_layout Section
24813 Funktionen
24814 \end_layout
24815
24816 \begin_layout Subsection
24817 Vordefinierte Funktionen
24818 \begin_inset CommandInset label
24819 LatexCommand label
24820 name "sub:Vordefinierte-Funktionen"
24821
24822 \end_inset
24823
24824
24825 \begin_inset Index idx
24826 status collapsed
24827
24828 \begin_layout Plain Layout
24829 Funktionen ! vordefinierte
24830 \end_layout
24831
24832 \end_inset
24833
24834
24835 \end_layout
24836
24837 \begin_layout Standard
24838 Allgemein werden in mathematischen Ausdrücken Variablen 
24839 \shape italic
24840 kursiv
24841 \shape default
24842  gesetzt, Funktionsnamen hingegen nicht, denn 
24843 \begin_inset Formula $sin$
24844 \end_inset
24845
24846  könnte als 
24847 \begin_inset Formula $s\cdot i\cdot n$
24848 \end_inset
24849
24850  missverstanden werden.
24851  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24852 en etwas abgesetzt sind.
24853  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24854 \end_layout
24855
24856 \begin_layout Standard
24857 \align center
24858 \begin_inset Tabular
24859 <lyxtabular version="3" rows="2" columns="4">
24860 <features tabularvalignment="middle">
24861 <column alignment="center" valignment="top" width="0pt">
24862 <column alignment="center" valignment="top" width="0pt">
24863 <column alignment="center" valignment="top" width="0pt">
24864 <column alignment="center" valignment="top" width="0pt">
24865 <row>
24866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24867 \begin_inset Text
24868
24869 \begin_layout Plain Layout
24870 Befehl
24871 \end_layout
24872
24873 \end_inset
24874 </cell>
24875 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24876 \begin_inset Text
24877
24878 \begin_layout Plain Layout
24879 Ergebnis
24880 \end_layout
24881
24882 \end_inset
24883 </cell>
24884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24885 \begin_inset Text
24886
24887 \begin_layout Plain Layout
24888 Befehl
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24894 \begin_inset Text
24895
24896 \begin_layout Plain Layout
24897 Ergebnis
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 </row>
24903 <row>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908 Asin(x)+B
24909 \end_layout
24910
24911 \end_inset
24912 </cell>
24913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24914 \begin_inset Text
24915
24916 \begin_layout Plain Layout
24917 \begin_inset Formula $Asin(x)+B$
24918 \end_inset
24919
24920
24921 \end_layout
24922
24923 \end_inset
24924 </cell>
24925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24926 \begin_inset Text
24927
24928 \begin_layout Plain Layout
24929 A
24930 \backslash
24931 sin(x)+B
24932 \end_layout
24933
24934 \end_inset
24935 </cell>
24936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24937 \begin_inset Text
24938
24939 \begin_layout Plain Layout
24940 \begin_inset Formula $A\sin(x)+B$
24941 \end_inset
24942
24943
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 </lyxtabular>
24950
24951 \end_inset
24952
24953
24954 \end_layout
24955
24956 \begin_layout Standard
24957 Folgende Funktionen sind vordefiniert:
24958 \end_layout
24959
24960 \begin_layout Standard
24961 \begin_inset VSpace -2mm
24962 \end_inset
24963
24964
24965 \end_layout
24966
24967 \begin_layout Standard
24968 \align center
24969 \begin_inset Tabular
24970 <lyxtabular version="3" rows="9" columns="4">
24971 <features tabularvalignment="middle">
24972 <column alignment="center" valignment="top" width="0pt">
24973 <column alignment="center" valignment="top" width="0pt">
24974 <column alignment="center" valignment="top" width="0pt">
24975 <column alignment="center" valignment="top" width="0pt">
24976 <row>
24977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24978 \begin_inset Text
24979
24980 \begin_layout Plain Layout
24981 Befehl
24982 \end_layout
24983
24984 \end_inset
24985 </cell>
24986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24987 \begin_inset Text
24988
24989 \begin_layout Plain Layout
24990 Befehl
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24996 \begin_inset Text
24997
24998 \begin_layout Plain Layout
24999 Befehl
25000 \end_layout
25001
25002 \end_inset
25003 </cell>
25004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25005 \begin_inset Text
25006
25007 \begin_layout Plain Layout
25008 Befehl
25009 \end_layout
25010
25011 \end_inset
25012 </cell>
25013 </row>
25014 <row>
25015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25016 \begin_inset Text
25017
25018 \begin_layout Plain Layout
25019
25020 \backslash
25021 sin
25022 \end_layout
25023
25024 \end_inset
25025 </cell>
25026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25027 \begin_inset Text
25028
25029 \begin_layout Plain Layout
25030
25031 \backslash
25032 sinh
25033 \end_layout
25034
25035 \end_inset
25036 </cell>
25037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25038 \begin_inset Text
25039
25040 \begin_layout Plain Layout
25041
25042 \backslash
25043 arcsin
25044 \end_layout
25045
25046 \end_inset
25047 </cell>
25048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25049 \begin_inset Text
25050
25051 \begin_layout Plain Layout
25052
25053 \backslash
25054 sup
25055 \end_layout
25056
25057 \end_inset
25058 </cell>
25059 </row>
25060 <row>
25061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25062 \begin_inset Text
25063
25064 \begin_layout Plain Layout
25065
25066 \backslash
25067 cos
25068 \end_layout
25069
25070 \end_inset
25071 </cell>
25072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25073 \begin_inset Text
25074
25075 \begin_layout Plain Layout
25076
25077 \backslash
25078 cosh
25079 \end_layout
25080
25081 \end_inset
25082 </cell>
25083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25084 \begin_inset Text
25085
25086 \begin_layout Plain Layout
25087
25088 \backslash
25089 arccos
25090 \end_layout
25091
25092 \end_inset
25093 </cell>
25094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25095 \begin_inset Text
25096
25097 \begin_layout Plain Layout
25098
25099 \backslash
25100 inf
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 </row>
25106 <row>
25107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25108 \begin_inset Text
25109
25110 \begin_layout Plain Layout
25111
25112 \backslash
25113 tan
25114 \end_layout
25115
25116 \end_inset
25117 </cell>
25118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25119 \begin_inset Text
25120
25121 \begin_layout Plain Layout
25122
25123 \backslash
25124 tanh
25125 \end_layout
25126
25127 \end_inset
25128 </cell>
25129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25130 \begin_inset Text
25131
25132 \begin_layout Plain Layout
25133
25134 \backslash
25135 arctan
25136 \end_layout
25137
25138 \end_inset
25139 </cell>
25140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25141 \begin_inset Text
25142
25143 \begin_layout Plain Layout
25144
25145 \backslash
25146 lim
25147 \end_layout
25148
25149 \end_inset
25150 </cell>
25151 </row>
25152 <row>
25153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25154 \begin_inset Text
25155
25156 \begin_layout Plain Layout
25157
25158 \backslash
25159 cot
25160 \end_layout
25161
25162 \end_inset
25163 </cell>
25164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25165 \begin_inset Text
25166
25167 \begin_layout Plain Layout
25168
25169 \backslash
25170 coth
25171 \end_layout
25172
25173 \end_inset
25174 </cell>
25175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25176 \begin_inset Text
25177
25178 \begin_layout Plain Layout
25179
25180 \backslash
25181 arg
25182 \end_layout
25183
25184 \end_inset
25185 </cell>
25186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25187 \begin_inset Text
25188
25189 \begin_layout Plain Layout
25190
25191 \backslash
25192 liminf
25193 \end_layout
25194
25195 \end_inset
25196 </cell>
25197 </row>
25198 <row>
25199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25200 \begin_inset Text
25201
25202 \begin_layout Plain Layout
25203
25204 \backslash
25205 sec
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214
25215 \backslash
25216 min
25217 \end_layout
25218
25219 \end_inset
25220 </cell>
25221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225
25226 \backslash
25227 deg
25228 \end_layout
25229
25230 \end_inset
25231 </cell>
25232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25233 \begin_inset Text
25234
25235 \begin_layout Plain Layout
25236
25237 \backslash
25238 limsup
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 </row>
25244 <row>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249
25250 \backslash
25251 csc
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260
25261 \backslash
25262 max
25263 \end_layout
25264
25265 \end_inset
25266 </cell>
25267 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25268 \begin_inset Text
25269
25270 \begin_layout Plain Layout
25271
25272 \backslash
25273 det
25274 \end_layout
25275
25276 \end_inset
25277 </cell>
25278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25279 \begin_inset Text
25280
25281 \begin_layout Plain Layout
25282
25283 \backslash
25284 Pr
25285 \end_layout
25286
25287 \end_inset
25288 </cell>
25289 </row>
25290 <row>
25291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25292 \begin_inset Text
25293
25294 \begin_layout Plain Layout
25295
25296 \backslash
25297 ln
25298 \end_layout
25299
25300 \end_inset
25301 </cell>
25302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25303 \begin_inset Text
25304
25305 \begin_layout Plain Layout
25306
25307 \backslash
25308 exp
25309 \end_layout
25310
25311 \end_inset
25312 </cell>
25313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25314 \begin_inset Text
25315
25316 \begin_layout Plain Layout
25317
25318 \backslash
25319 dim
25320 \end_layout
25321
25322 \end_inset
25323 </cell>
25324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25325 \begin_inset Text
25326
25327 \begin_layout Plain Layout
25328
25329 \backslash
25330 hom
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 </row>
25336 <row>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341
25342 \backslash
25343 lg
25344 \end_layout
25345
25346 \end_inset
25347 </cell>
25348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25349 \begin_inset Text
25350
25351 \begin_layout Plain Layout
25352
25353 \backslash
25354 log
25355 \end_layout
25356
25357 \end_inset
25358 </cell>
25359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25360 \begin_inset Text
25361
25362 \begin_layout Plain Layout
25363
25364 \backslash
25365 ker
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25371 \begin_inset Text
25372
25373 \begin_layout Plain Layout
25374
25375 \backslash
25376 gcd
25377 \end_layout
25378
25379 \end_inset
25380 </cell>
25381 </row>
25382 </lyxtabular>
25383
25384 \end_inset
25385
25386
25387 \end_layout
25388
25389 \begin_layout Standard
25390 Sie können auch über den Mathe-Werkzeugleistenknopf 
25391 \begin_inset Graphics
25392         filename ../../images/math/functions.png
25393         scale 85
25394
25395 \end_inset
25396
25397  eingefügt werden.
25398 \end_layout
25399
25400 \begin_layout Subsection
25401 Selbst definierte Funktionen
25402 \begin_inset Index idx
25403 status collapsed
25404
25405 \begin_layout Plain Layout
25406 Funktionen ! selbstdefinierte
25407 \end_layout
25408
25409 \end_inset
25410
25411
25412 \end_layout
25413
25414 \begin_layout Standard
25415 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25416 \begin_inset space \thinspace{}
25417 \end_inset
25418
25419 B.
25420  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25421 \end_layout
25422
25423 \begin_layout Itemize
25424 Man definiert die Funktion selbst.
25425  Dazu gibt man im LaTeX-Vorspann die Zeile
25426 \begin_inset Newline newline
25427 \end_inset
25428
25429
25430 \begin_inset VSpace -3mm
25431 \end_inset
25432
25433
25434 \begin_inset Newline newline
25435 \end_inset
25436
25437
25438 \series bold
25439
25440 \backslash
25441 DeclareMathOperator{
25442 \backslash
25443 sgn}{sgn}
25444 \series default
25445
25446 \begin_inset Index idx
25447 status collapsed
25448
25449 \begin_layout Plain Layout
25450 Befehle ! D ! 
25451 \backslash
25452 dbinom@
25453 \backslash
25454 DeclareMathOperator
25455 \end_layout
25456
25457 \end_inset
25458
25459
25460 \begin_inset Newline newline
25461 \end_inset
25462
25463
25464 \begin_inset VSpace -2mm
25465 \end_inset
25466
25467
25468 \begin_inset Newline newline
25469 \end_inset
25470
25471 ein
25472 \begin_inset Foot
25473 status collapsed
25474
25475 \begin_layout Plain Layout
25476 Näheres zu 
25477 \series bold
25478
25479 \backslash
25480 DeclareMathOperator
25481 \series default
25482  siehe 
25483 \begin_inset CommandInset ref
25484 LatexCommand ref
25485 reference "sub:Selbstdefinierte-Operatoren"
25486
25487 \end_inset
25488
25489 .
25490 \end_layout
25491
25492 \end_inset
25493
25494 .
25495  Nun kann man mit dem Befehl 
25496 \series bold
25497
25498 \backslash
25499 sgn
25500 \series default
25501  die neu definierte Funktion aufrufen.
25502 \end_layout
25503
25504 \begin_layout Itemize
25505 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25506  Beispiel die Buchstaben 
25507 \emph on
25508 sgn
25509 \emph default
25510 , und wandelt ihn in in mathematischen Text um.
25511  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25512 \end_layout
25513
25514 \begin_layout Standard
25515 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25516  Funktion
25517 \begin_inset Foot
25518 status collapsed
25519
25520 \begin_layout Plain Layout
25521 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25522 \end_layout
25523
25524 \end_inset
25525
25526 :
25527 \end_layout
25528
25529 \begin_layout Standard
25530 \align center
25531 \begin_inset Tabular
25532 <lyxtabular version="3" rows="3" columns="2">
25533 <features tabularvalignment="middle">
25534 <column alignment="center" valignment="top" width="0pt">
25535 <column alignment="center" valignment="top" width="0pt">
25536 <row>
25537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25538 \begin_inset Text
25539
25540 \begin_layout Plain Layout
25541 Befehl
25542 \end_layout
25543
25544 \end_inset
25545 </cell>
25546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550 Ergebnis
25551 \end_layout
25552
25553 \end_inset
25554 </cell>
25555 </row>
25556 <row>
25557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 A
25562 \backslash
25563 sgn(x)+B
25564 \end_layout
25565
25566 \end_inset
25567 </cell>
25568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25569 \begin_inset Text
25570
25571 \begin_layout Plain Layout
25572 \begin_inset Formula $A\sgn(x)+B$
25573 \end_inset
25574
25575
25576 \end_layout
25577
25578 \end_inset
25579 </cell>
25580 </row>
25581 <row>
25582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25583 \begin_inset Text
25584
25585 \begin_layout Plain Layout
25586 A
25587 \backslash
25588 ,
25589 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25590 \end_inset
25591
25592 (x)+B
25593 \end_layout
25594
25595 \end_inset
25596 </cell>
25597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25598 \begin_inset Text
25599
25600 \begin_layout Plain Layout
25601 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25602 \end_inset
25603
25604
25605 \end_layout
25606
25607 \end_inset
25608 </cell>
25609 </row>
25610 </lyxtabular>
25611
25612 \end_inset
25613
25614
25615 \end_layout
25616
25617 \begin_layout Standard
25618 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25619  mehrfach verwendet werden soll.
25620 \end_layout
25621
25622 \begin_layout Subsection
25623 Grenzwerte
25624 \begin_inset Index idx
25625 status collapsed
25626
25627 \begin_layout Plain Layout
25628 Grenzwerte
25629 \end_layout
25630
25631 \end_inset
25632
25633
25634 \end_layout
25635
25636 \begin_layout Standard
25637 Für Grenzwerte sind außer 
25638 \series bold
25639
25640 \backslash
25641 lim
25642 \series default
25643
25644 \begin_inset Index idx
25645 status collapsed
25646
25647 \begin_layout Plain Layout
25648 Befehle ! L ! 
25649 \backslash
25650 lim
25651 \end_layout
25652
25653 \end_inset
25654
25655
25656 \series bold
25657
25658 \backslash
25659 liminf
25660 \series default
25661  und 
25662 \series bold
25663
25664 \backslash
25665 limsup
25666 \series default
25667  noch folgende Funktionen definiert:
25668 \end_layout
25669
25670 \begin_layout Standard
25671 \align center
25672 \begin_inset Tabular
25673 <lyxtabular version="3" rows="5" columns="2">
25674 <features tabularvalignment="middle">
25675 <column alignment="center" valignment="top" width="0">
25676 <column alignment="center" valignment="top" width="0">
25677 <row>
25678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25679 \begin_inset Text
25680
25681 \begin_layout Plain Layout
25682 Befehl
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691 Ergebnis
25692 \begin_inset Note Note
25693 status collapsed
25694
25695 \begin_layout Plain Layout
25696
25697 \series bold
25698
25699 \backslash
25700 raisebox
25701 \series default
25702  dient nur als Abstandhalter.
25703 \end_layout
25704
25705 \end_inset
25706
25707
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 </row>
25713 <row>
25714 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25715 \begin_inset Text
25716
25717 \begin_layout Plain Layout
25718
25719 \backslash
25720 varliminf
25721 \end_layout
25722
25723 \end_inset
25724 </cell>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729 \begin_inset Formula $\varliminf$
25730 \end_inset
25731
25732
25733 \end_layout
25734
25735 \end_inset
25736 </cell>
25737 </row>
25738 <row>
25739 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25740 \begin_inset Text
25741
25742 \begin_layout Plain Layout
25743
25744 \backslash
25745 varlimsup
25746 \end_layout
25747
25748 \end_inset
25749 </cell>
25750 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754 \begin_inset Formula $\varlimsup$
25755 \end_inset
25756
25757
25758 \end_layout
25759
25760 \end_inset
25761 </cell>
25762 </row>
25763 <row>
25764 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25765 \begin_inset Text
25766
25767 \begin_layout Plain Layout
25768
25769 \backslash
25770 varprojlim
25771 \end_layout
25772
25773 \end_inset
25774 </cell>
25775 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779 \begin_inset Formula $\varprojlim$
25780 \end_inset
25781
25782
25783 \end_layout
25784
25785 \end_inset
25786 </cell>
25787 </row>
25788 <row>
25789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25790 \begin_inset Text
25791
25792 \begin_layout Plain Layout
25793
25794 \backslash
25795 varinjlim
25796 \end_layout
25797
25798 \end_inset
25799 </cell>
25800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804 \begin_inset Formula $\varinjlim$
25805 \end_inset
25806
25807
25808 \begin_inset Formula $\raisebox{-2.5mm}{}$
25809 \end_inset
25810
25811
25812 \end_layout
25813
25814 \end_inset
25815 </cell>
25816 </row>
25817 </lyxtabular>
25818
25819 \end_inset
25820
25821
25822 \end_layout
25823
25824 \begin_layout Standard
25825 \begin_inset VSpace medskip
25826 \end_inset
25827
25828 Der Grenzwert wird durch Tiefstellen erzeugt.
25829  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25830 \end_layout
25831
25832 \begin_layout Standard
25833 \align center
25834 \begin_inset Tabular
25835 <lyxtabular version="3" rows="2" columns="2">
25836 <features tabularvalignment="middle">
25837 <column alignment="center" valignment="top" width="0pt">
25838 <column alignment="center" valignment="top" width="0pt">
25839 <row>
25840 <cell alignment="center" valignment="top" usebox="none">
25841 \begin_inset Text
25842
25843 \begin_layout Plain Layout
25844 Befehl
25845 \end_layout
25846
25847 \end_inset
25848 </cell>
25849 <cell alignment="center" valignment="top" usebox="none">
25850 \begin_inset Text
25851
25852 \begin_layout Plain Layout
25853 \begin_inset space \hspace{}
25854 \length 1cm
25855 \end_inset
25856
25857 Ergebnis
25858 \begin_inset Note Note
25859 status collapsed
25860
25861 \begin_layout Plain Layout
25862 Der Leerraum und 
25863 \series bold
25864
25865 \backslash
25866 raisebox
25867 \series default
25868  dienen nur als Abstandhalter.
25869 \end_layout
25870
25871 \end_inset
25872
25873
25874 \end_layout
25875
25876 \end_inset
25877 </cell>
25878 </row>
25879 <row>
25880 <cell alignment="center" valignment="top" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884
25885 \backslash
25886 lim_x
25887 \backslash
25888 to
25889 \begin_inset ERT
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893
25894
25895 \backslash
25896 leer 
25897 \end_layout
25898
25899 \end_inset
25900
25901 A
25902 \begin_inset ERT
25903 status collapsed
25904
25905 \begin_layout Plain Layout
25906
25907
25908 \backslash
25909 leer 
25910 \end_layout
25911
25912 \end_inset
25913
25914 x=B
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 <cell alignment="center" valignment="top" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Plain Layout
25923 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 </row>
25932 </lyxtabular>
25933
25934 \end_inset
25935
25936
25937 \end_layout
25938
25939 \begin_layout Standard
25940 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25941 \begin_inset Formula \[
25942 \lim_{x\to A}x=B
25943 \]
25944
25945 \end_inset
25946
25947
25948 \end_layout
25949
25950 \begin_layout Subsection
25951 Modulo-Funktionen
25952 \begin_inset Index idx
25953 status collapsed
25954
25955 \begin_layout Plain Layout
25956 Funktionen ! Modulo-
25957 \end_layout
25958
25959 \end_inset
25960
25961
25962 \end_layout
25963
25964 \begin_layout Standard
25965 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25966  Varianten.
25967 \end_layout
25968
25969 \begin_layout Standard
25970 Die Varianten in einer abgesetzten Formel:
25971 \begin_inset Formula \begin{align*}
25972 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25973 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25974 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25975 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25976 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
25977 \end{align*}
25978
25979 \end_inset
25980
25981
25982 \end_layout
25983
25984 \begin_layout Standard
25985 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25986  weniger Leerraum gesetzt.
25987 \end_layout
25988
25989 \begin_layout Standard
25990 \begin_inset Newpage newpage
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \begin_layout Section
25997 Sonderzeichen
25998 \begin_inset Index idx
25999 status collapsed
26000
26001 \begin_layout Plain Layout
26002 Sonderzeichen
26003 \end_layout
26004
26005 \end_inset
26006
26007
26008 \end_layout
26009
26010 \begin_layout Subsection
26011 Sonderzeichen im mathematischen Text
26012 \end_layout
26013
26014 \begin_layout Standard
26015 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26016  verwendet werden:
26017 \end_layout
26018
26019 \begin_layout Standard
26020 \begin_inset space \hfill{}
26021 \end_inset
26022
26023
26024 \begin_inset Tabular
26025 <lyxtabular version="3" rows="8" columns="2">
26026 <features tabularvalignment="middle">
26027 <column alignment="block" valignment="top" width="0">
26028 <column alignment="block" valignment="top" width="0">
26029 <row>
26030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26031 \begin_inset Text
26032
26033 \begin_layout Plain Layout
26034 Befehl
26035 \end_layout
26036
26037 \end_inset
26038 </cell>
26039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26040 \begin_inset Text
26041
26042 \begin_layout Plain Layout
26043 Ergebnis
26044 \end_layout
26045
26046 \end_inset
26047 </cell>
26048 </row>
26049 <row>
26050 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26051 \begin_inset Text
26052
26053 \begin_layout Plain Layout
26054
26055 \backslash
26056 oe
26057 \end_layout
26058
26059 \end_inset
26060 </cell>
26061 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26062 \begin_inset Text
26063
26064 \begin_layout Plain Layout
26065 \begin_inset Formula $\textrm{œ}$
26066 \end_inset
26067
26068
26069 \end_layout
26070
26071 \end_inset
26072 </cell>
26073 </row>
26074 <row>
26075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26076 \begin_inset Text
26077
26078 \begin_layout Plain Layout
26079
26080 \backslash
26081 OE
26082 \end_layout
26083
26084 \end_inset
26085 </cell>
26086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26087 \begin_inset Text
26088
26089 \begin_layout Plain Layout
26090 \begin_inset Formula $\textrm{Œ}$
26091 \end_inset
26092
26093
26094 \end_layout
26095
26096 \end_inset
26097 </cell>
26098 </row>
26099 <row>
26100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26101 \begin_inset Text
26102
26103 \begin_layout Plain Layout
26104
26105 \backslash
26106 ae
26107 \end_layout
26108
26109 \end_inset
26110 </cell>
26111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115 \begin_inset Formula $\textrm{æ}$
26116 \end_inset
26117
26118
26119 \end_layout
26120
26121 \end_inset
26122 </cell>
26123 </row>
26124 <row>
26125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26126 \begin_inset Text
26127
26128 \begin_layout Plain Layout
26129
26130 \backslash
26131 AE
26132 \end_layout
26133
26134 \end_inset
26135 </cell>
26136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26137 \begin_inset Text
26138
26139 \begin_layout Plain Layout
26140 \begin_inset Formula $\textrm{Æ}$
26141 \end_inset
26142
26143
26144 \end_layout
26145
26146 \end_inset
26147 </cell>
26148 </row>
26149 <row>
26150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26151 \begin_inset Text
26152
26153 \begin_layout Plain Layout
26154
26155 \backslash
26156 aa
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 \begin_inset Formula $\textrm{\aa}$
26166 \end_inset
26167
26168
26169 \end_layout
26170
26171 \end_inset
26172 </cell>
26173 </row>
26174 <row>
26175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179
26180 \backslash
26181 AA
26182 \begin_inset Index idx
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187 \backslash
26188 @
26189 \begin_inset ERT
26190 status collapsed
26191
26192 \begin_layout Plain Layout
26193
26194
26195 \backslash
26196 textrm{
26197 \backslash
26198 AA}
26199 \end_layout
26200
26201 \end_inset
26202
26203
26204 \end_layout
26205
26206 \end_inset
26207
26208
26209 \end_layout
26210
26211 \end_inset
26212 </cell>
26213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26214 \begin_inset Text
26215
26216 \begin_layout Plain Layout
26217 \begin_inset Formula $\textrm{Å}$
26218 \end_inset
26219
26220
26221 \end_layout
26222
26223 \end_inset
26224 </cell>
26225 </row>
26226 <row>
26227 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231
26232 \backslash
26233 i
26234 \end_layout
26235
26236 \end_inset
26237 </cell>
26238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26239 \begin_inset Text
26240
26241 \begin_layout Plain Layout
26242 \begin_inset Formula $\textrm{ı}$
26243 \end_inset
26244
26245
26246 \end_layout
26247
26248 \end_inset
26249 </cell>
26250 </row>
26251 </lyxtabular>
26252
26253 \end_inset
26254
26255
26256 \begin_inset space \hfill{}
26257 \end_inset
26258
26259
26260 \begin_inset Tabular
26261 <lyxtabular version="3" rows="8" columns="2">
26262 <features tabularvalignment="middle">
26263 <column alignment="block" valignment="top" width="0">
26264 <column alignment="center" valignment="top" width="0">
26265 <row>
26266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270 Befehl
26271 \begin_inset Note Note
26272 status collapsed
26273
26274 \begin_layout Plain Layout
26275 Der Leerraum von 0
26276 \begin_inset space \thinspace{}
26277 \end_inset
26278
26279 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26280  ¿ erscheinen würde.
26281 \end_layout
26282
26283 \end_inset
26284
26285
26286 \end_layout
26287
26288 \end_inset
26289 </cell>
26290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26291 \begin_inset Text
26292
26293 \begin_layout Plain Layout
26294 Ergebnis
26295 \end_layout
26296
26297 \end_inset
26298 </cell>
26299 </row>
26300 <row>
26301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26302 \begin_inset Text
26303
26304 \begin_layout Plain Layout
26305
26306 \backslash
26307 o
26308 \end_layout
26309
26310 \end_inset
26311 </cell>
26312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316 \begin_inset Formula $\textrm{ø}$
26317 \end_inset
26318
26319
26320 \end_layout
26321
26322 \end_inset
26323 </cell>
26324 </row>
26325 <row>
26326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26327 \begin_inset Text
26328
26329 \begin_layout Plain Layout
26330
26331 \backslash
26332 O
26333 \end_layout
26334
26335 \end_inset
26336 </cell>
26337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26338 \begin_inset Text
26339
26340 \begin_layout Plain Layout
26341 \begin_inset Formula $\textrm{Ø}$
26342 \end_inset
26343
26344
26345 \end_layout
26346
26347 \end_inset
26348 </cell>
26349 </row>
26350 <row>
26351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26352 \begin_inset Text
26353
26354 \begin_layout Plain Layout
26355
26356 \backslash
26357 l
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366 \begin_inset Formula $\textrm{ł}$
26367 \end_inset
26368
26369
26370 \end_layout
26371
26372 \end_inset
26373 </cell>
26374 </row>
26375 <row>
26376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26377 \begin_inset Text
26378
26379 \begin_layout Plain Layout
26380
26381 \backslash
26382 L
26383 \end_layout
26384
26385 \end_inset
26386 </cell>
26387 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26388 \begin_inset Text
26389
26390 \begin_layout Plain Layout
26391 \begin_inset Formula $\textrm{Ł}$
26392 \end_inset
26393
26394
26395 \end_layout
26396
26397 \end_inset
26398 </cell>
26399 </row>
26400 <row>
26401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 !
26406 \begin_inset space \hspace{}
26407 \length 0mm
26408 \end_inset
26409
26410 `
26411 \begin_inset ERT
26412 status collapsed
26413
26414 \begin_layout Plain Layout
26415
26416
26417 \backslash
26418 leer 
26419 \end_layout
26420
26421 \end_inset
26422
26423
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432 \begin_inset Formula $\textrm{!`}$
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 </row>
26441 <row>
26442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26443 \begin_inset Text
26444
26445 \begin_layout Plain Layout
26446 ?
26447 \begin_inset space \hspace{}
26448 \length 0mm
26449 \end_inset
26450
26451 `
26452 \begin_inset ERT
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456
26457
26458 \backslash
26459 leer 
26460 \end_layout
26461
26462 \end_inset
26463
26464
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 \begin_inset Formula $\textrm{?`}$
26474 \end_inset
26475
26476
26477 \end_layout
26478
26479 \end_inset
26480 </cell>
26481 </row>
26482 <row>
26483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26484 \begin_inset Text
26485
26486 \begin_layout Plain Layout
26487
26488 \backslash
26489 j
26490 \end_layout
26491
26492 \end_inset
26493 </cell>
26494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498 \begin_inset Formula $\textrm{ȷ}$
26499 \end_inset
26500
26501
26502 \end_layout
26503
26504 \end_inset
26505 </cell>
26506 </row>
26507 </lyxtabular>
26508
26509 \end_inset
26510
26511
26512 \begin_inset space \hfill{}
26513 \end_inset
26514
26515
26516 \end_layout
26517
26518 \begin_layout Standard
26519 Die Zeichen 
26520 \begin_inset Formula $\textrm{\textrm{Å}}$
26521 \end_inset
26522
26523  und 
26524 \begin_inset Formula $\textrm{\textrm{Ø}}$
26525 \end_inset
26526
26527  können auch über den Mathe-Werkzeugleistenknopf 
26528 \begin_inset Graphics
26529         filename ../../images/math/digamma.png
26530         scale 85
26531
26532 \end_inset
26533
26534  eingefügt werden.
26535 \end_layout
26536
26537 \begin_layout Standard
26538 Eine Ausnahme bilden die Befehle 
26539 \series bold
26540 !
26541 \begin_inset space \hspace{}
26542 \length 0mm
26543 \end_inset
26544
26545 `
26546 \series default
26547  und 
26548 \series bold
26549 ?
26550 \begin_inset space \hspace{}
26551 \length 0mm
26552 \end_inset
26553
26554 `
26555 \series default
26556 , denn man kann sie in LyX direkt in den Text eingeben.
26557 \end_layout
26558
26559 \begin_layout Subsection
26560 Akzente im Text
26561 \begin_inset CommandInset label
26562 LatexCommand label
26563 name "sub:Sonderzeichen-Akzente"
26564
26565 \end_inset
26566
26567
26568 \begin_inset Index idx
26569 status collapsed
26570
26571 \begin_layout Plain Layout
26572 Akzente ! im Text
26573 \end_layout
26574
26575 \end_inset
26576
26577
26578 \end_layout
26579
26580 \begin_layout Standard
26581 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26582  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26583 \end_layout
26584
26585 \begin_layout Standard
26586 \begin_inset space \hfill{}
26587 \end_inset
26588
26589
26590 \begin_inset Tabular
26591 <lyxtabular version="3" rows="8" columns="2">
26592 <features tabularvalignment="middle">
26593 <column alignment="block" valignment="top" width="0">
26594 <column alignment="block" valignment="top" width="0">
26595 <row>
26596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26597 \begin_inset Text
26598
26599 \begin_layout Plain Layout
26600 Befehl
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26606 \begin_inset Text
26607
26608 \begin_layout Plain Layout
26609 Ergebnis
26610 \end_layout
26611
26612 \end_inset
26613 </cell>
26614 </row>
26615 <row>
26616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26617 \begin_inset Text
26618
26619 \begin_layout Plain Layout
26620
26621 \backslash
26622
26623 \begin_inset Quotes grd
26624 \end_inset
26625
26626 e
26627 \end_layout
26628
26629 \end_inset
26630 </cell>
26631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26632 \begin_inset Text
26633
26634 \begin_layout Plain Layout
26635 \begin_inset ERT
26636 status collapsed
26637
26638 \begin_layout Plain Layout
26639
26640
26641 \backslash
26642 "e
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 </row>
26653 <row>
26654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26655 \begin_inset Text
26656
26657 \begin_layout Plain Layout
26658
26659 \backslash
26660 `e
26661 \end_layout
26662
26663 \end_inset
26664 </cell>
26665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26666 \begin_inset Text
26667
26668 \begin_layout Plain Layout
26669 \begin_inset ERT
26670 status collapsed
26671
26672 \begin_layout Plain Layout
26673
26674
26675 \backslash
26676 `e
26677 \end_layout
26678
26679 \end_inset
26680
26681
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 </row>
26687 <row>
26688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26689 \begin_inset Text
26690
26691 \begin_layout Plain Layout
26692
26693 \backslash
26694 ^
26695 \begin_inset ERT
26696 status collapsed
26697
26698 \begin_layout Plain Layout
26699
26700
26701 \backslash
26702 leer 
26703 \end_layout
26704
26705 \end_inset
26706
26707 e
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721
26722 \backslash
26723 ^e
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row>
26735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \backslash
26741 =e
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 \begin_inset ERT
26751 status collapsed
26752
26753 \begin_layout Plain Layout
26754
26755
26756 \backslash
26757 =e
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 <row>
26769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773
26774 \backslash
26775 u
26776 \begin_inset ERT
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780
26781
26782 \backslash
26783 leer 
26784 \end_layout
26785
26786 \end_inset
26787
26788 e
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797 \begin_inset ERT
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801
26802
26803 \backslash
26804 u e
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 </row>
26815 <row>
26816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820
26821 \backslash
26822 b
26823 \begin_inset ERT
26824 status collapsed
26825
26826 \begin_layout Plain Layout
26827
26828
26829 \backslash
26830 leer 
26831 \end_layout
26832
26833 \end_inset
26834
26835 e
26836 \end_layout
26837
26838 \end_inset
26839 </cell>
26840 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26841 \begin_inset Text
26842
26843 \begin_layout Plain Layout
26844 \begin_inset ERT
26845 status collapsed
26846
26847 \begin_layout Plain Layout
26848
26849
26850 \backslash
26851 b e
26852 \end_layout
26853
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 </row>
26862 <row>
26863 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26864 \begin_inset Text
26865
26866 \begin_layout Plain Layout
26867
26868 \backslash
26869 t
26870 \begin_inset ERT
26871 status collapsed
26872
26873 \begin_layout Plain Layout
26874
26875
26876 \backslash
26877 leer 
26878 \end_layout
26879
26880 \end_inset
26881
26882 ee
26883 \end_layout
26884
26885 \end_inset
26886 </cell>
26887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26888 \begin_inset Text
26889
26890 \begin_layout Plain Layout
26891 \begin_inset ERT
26892 status collapsed
26893
26894 \begin_layout Plain Layout
26895
26896
26897 \backslash
26898 t ee
26899 \end_layout
26900
26901 \end_inset
26902
26903
26904 \end_layout
26905
26906 \end_inset
26907 </cell>
26908 </row>
26909 </lyxtabular>
26910
26911 \end_inset
26912
26913
26914 \begin_inset space \hfill{}
26915 \end_inset
26916
26917
26918 \begin_inset Tabular
26919 <lyxtabular version="3" rows="8" columns="2">
26920 <features tabularvalignment="middle">
26921 <column alignment="block" valignment="top" width="0">
26922 <column alignment="center" valignment="top" width="0">
26923 <row>
26924 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26925 \begin_inset Text
26926
26927 \begin_layout Plain Layout
26928 Befehl
26929 \end_layout
26930
26931 \end_inset
26932 </cell>
26933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26934 \begin_inset Text
26935
26936 \begin_layout Plain Layout
26937 Ergebnis
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 <row>
26944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948
26949 \backslash
26950 H
26951 \begin_inset ERT
26952 status collapsed
26953
26954 \begin_layout Plain Layout
26955
26956
26957 \backslash
26958 leer 
26959 \end_layout
26960
26961 \end_inset
26962
26963 e
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 \begin_inset ERT
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976
26977
26978 \backslash
26979 H e
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \end_inset
26988 </cell>
26989 </row>
26990 <row>
26991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26992 \begin_inset Text
26993
26994 \begin_layout Plain Layout
26995
26996 \backslash
26997 'e
26998 \end_layout
26999
27000 \end_inset
27001 </cell>
27002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27003 \begin_inset Text
27004
27005 \begin_layout Plain Layout
27006 \begin_inset ERT
27007 status collapsed
27008
27009 \begin_layout Plain Layout
27010
27011
27012 \backslash
27013 'e
27014 \end_layout
27015
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 </row>
27024 <row>
27025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029
27030 \backslash
27031 ~e
27032 \begin_inset Index idx
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036 Tilde
27037 \end_layout
27038
27039 \end_inset
27040
27041
27042 \end_layout
27043
27044 \end_inset
27045 </cell>
27046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27047 \begin_inset Text
27048
27049 \begin_layout Plain Layout
27050 \begin_inset ERT
27051 status collapsed
27052
27053 \begin_layout Plain Layout
27054
27055
27056 \backslash
27057 ~e
27058 \end_layout
27059
27060 \end_inset
27061
27062
27063 \end_layout
27064
27065 \end_inset
27066 </cell>
27067 </row>
27068 <row>
27069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27070 \begin_inset Text
27071
27072 \begin_layout Plain Layout
27073
27074 \backslash
27075 .e
27076 \end_layout
27077
27078 \end_inset
27079 </cell>
27080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27081 \begin_inset Text
27082
27083 \begin_layout Plain Layout
27084 \begin_inset ERT
27085 status collapsed
27086
27087 \begin_layout Plain Layout
27088
27089
27090 \backslash
27091 .e
27092 \end_layout
27093
27094 \end_inset
27095
27096
27097 \end_layout
27098
27099 \end_inset
27100 </cell>
27101 </row>
27102 <row>
27103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Plain Layout
27107
27108 \backslash
27109 v
27110 \begin_inset ERT
27111 status collapsed
27112
27113 \begin_layout Plain Layout
27114
27115
27116 \backslash
27117 leer 
27118 \end_layout
27119
27120 \end_inset
27121
27122 e
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27128 \begin_inset Text
27129
27130 \begin_layout Plain Layout
27131 \begin_inset ERT
27132 status collapsed
27133
27134 \begin_layout Plain Layout
27135
27136
27137 \backslash
27138 v e
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \end_inset
27147 </cell>
27148 </row>
27149 <row>
27150 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27151 \begin_inset Text
27152
27153 \begin_layout Plain Layout
27154
27155 \backslash
27156 d
27157 \begin_inset ERT
27158 status collapsed
27159
27160 \begin_layout Plain Layout
27161
27162
27163 \backslash
27164 leer 
27165 \end_layout
27166
27167 \end_inset
27168
27169 e
27170 \end_layout
27171
27172 \end_inset
27173 </cell>
27174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27175 \begin_inset Text
27176
27177 \begin_layout Plain Layout
27178 \begin_inset ERT
27179 status collapsed
27180
27181 \begin_layout Plain Layout
27182
27183
27184 \backslash
27185 d e
27186 \end_layout
27187
27188 \end_inset
27189
27190
27191 \end_layout
27192
27193 \end_inset
27194 </cell>
27195 </row>
27196 <row>
27197 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27198 \begin_inset Text
27199
27200 \begin_layout Plain Layout
27201
27202 \backslash
27203 c
27204 \begin_inset ERT
27205 status collapsed
27206
27207 \begin_layout Plain Layout
27208
27209
27210 \backslash
27211 leer 
27212 \end_layout
27213
27214 \end_inset
27215
27216 e
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Plain Layout
27225 \begin_inset ERT
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229
27230
27231 \backslash
27232 c e
27233 \end_layout
27234
27235 \end_inset
27236
27237
27238 \end_layout
27239
27240 \end_inset
27241 </cell>
27242 </row>
27243 </lyxtabular>
27244
27245 \end_inset
27246
27247
27248 \begin_inset space \hfill{}
27249 \end_inset
27250
27251
27252 \end_layout
27253
27254 \begin_layout Standard
27255 \begin_inset VSpace medskip
27256 \end_inset
27257
27258 Mit dem Befehl 
27259 \series bold
27260
27261 \backslash
27262 t
27263 \series default
27264  können auch zwei verschiedene Zeichen akzentuiert werden.
27265  Der Befehl 
27266 \series bold
27267
27268 \backslash
27269 t
27270 \begin_inset ERT
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274
27275
27276 \backslash
27277 leer 
27278 \end_layout
27279
27280 \end_inset
27281
27282 sz
27283 \series default
27284  ergibt: 
27285 \begin_inset ERT
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289
27290
27291 \backslash
27292 t sz
27293 \end_layout
27294
27295 \end_inset
27296
27297
27298 \end_layout
27299
27300 \begin_layout Standard
27301 Die Akzente 
27302 \series bold
27303 `
27304 \series default
27305  , 
27306 \series bold
27307 '
27308 \series default
27309  und 
27310 \series bold
27311 ^
27312 \series default
27313  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27314  werden ohne den TeX-Modus zu benutzen.
27315  Dasselbe gilt für die Tilde
27316 \begin_inset Foot
27317 status collapsed
27318
27319 \begin_layout Plain Layout
27320 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27321 \end_layout
27322
27323 \end_inset
27324
27325  
27326 \series bold
27327 ~
27328 \series default
27329  in Verbindung mit 
27330 \emph on
27331 a
27332 \emph default
27333  , 
27334 \emph on
27335 n
27336 \emph default
27337  oder 
27338 \emph on
27339 o
27340 \emph default
27341 .
27342 \end_layout
27343
27344 \begin_layout Standard
27345 Die Befehle 
27346 \series bold
27347
27348 \backslash
27349 b
27350 \series default
27351  , 
27352 \series bold
27353
27354 \backslash
27355 c
27356 \series default
27357  , 
27358 \series bold
27359
27360 \backslash
27361 d
27362 \series default
27363  , 
27364 \series bold
27365
27366 \backslash
27367 H
27368 \series default
27369  , 
27370 \series bold
27371
27372 \backslash
27373 t
27374 \series default
27375  , 
27376 \series bold
27377
27378 \backslash
27379 u
27380 \series default
27381  , 
27382 \series bold
27383
27384 \backslash
27385 v
27386 \series default
27387  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27388  Textmodus verfügbar.
27389  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27390  
27391 \begin_inset CommandInset ref
27392 LatexCommand ref
27393 reference "sub:Akzente-für-ein"
27394
27395 \end_inset
27396
27397 .
27398 \end_layout
27399
27400 \begin_layout Standard
27401 \begin_inset VSpace bigskip
27402 \end_inset
27403
27404 Des Weiteren kann man mit dem Befehl 
27405 \series bold
27406
27407 \backslash
27408 textcircled
27409 \series default
27410
27411 \begin_inset Index idx
27412 status collapsed
27413
27414 \begin_layout Plain Layout
27415 Befehle ! T ! 
27416 \backslash
27417 textcircled
27418 \end_layout
27419
27420 \end_inset
27421
27422 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27423  Kreis setzen, quasi mit einem Kreis akzentuieren.
27424 \end_layout
27425
27426 \begin_layout Standard
27427 \align center
27428 \begin_inset Tabular
27429 <lyxtabular version="3" rows="3" columns="2">
27430 <features tabularvalignment="middle">
27431 <column alignment="center" valignment="top" width="0">
27432 <column alignment="center" valignment="top" width="0">
27433 <row>
27434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27435 \begin_inset Text
27436
27437 \begin_layout Plain Layout
27438 Befehl
27439 \end_layout
27440
27441 \end_inset
27442 </cell>
27443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27444 \begin_inset Text
27445
27446 \begin_layout Plain Layout
27447 Ergebnis
27448 \begin_inset Note Note
27449 status collapsed
27450
27451 \begin_layout Plain Layout
27452
27453 \series bold
27454
27455 \backslash
27456 raisebox
27457 \series default
27458  in der Formel dient nur als Abstandhalter.
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \end_layout
27465
27466 \end_inset
27467 </cell>
27468 </row>
27469 <row>
27470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27471 \begin_inset Text
27472
27473 \begin_layout Plain Layout
27474
27475 \backslash
27476 textcircled{w}
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27482 \begin_inset Text
27483
27484 \begin_layout Plain Layout
27485 \begin_inset ERT
27486 status collapsed
27487
27488 \begin_layout Plain Layout
27489
27490
27491 \backslash
27492 textcircled{w}
27493 \end_layout
27494
27495 \end_inset
27496
27497
27498 \end_layout
27499
27500 \end_inset
27501 </cell>
27502 </row>
27503 <row>
27504 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27505 \begin_inset Text
27506
27507 \begin_layout Plain Layout
27508
27509 \backslash
27510 Large 
27511 \backslash
27512 textcircled{
27513 \backslash
27514 normalsize
27515 \backslash
27516 protect
27517 \backslash
27518 raisebox{-1.5pt}{W}}
27519 \end_layout
27520
27521 \end_inset
27522 </cell>
27523 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27524 \begin_inset Text
27525
27526 \begin_layout Plain Layout
27527 \begin_inset Formula $\raisebox{4.5mm}{}$
27528 \end_inset
27529
27530
27531 \begin_inset ERT
27532 status collapsed
27533
27534 \begin_layout Plain Layout
27535
27536
27537 \backslash
27538 Large 
27539 \backslash
27540 textcircled{
27541 \backslash
27542 normalsize
27543 \backslash
27544 protect
27545 \backslash
27546 raisebox{-1.5pt}W}
27547 \end_layout
27548
27549 \end_inset
27550
27551
27552 \begin_inset Formula $\raisebox{-2mm}{}$
27553 \end_inset
27554
27555
27556 \end_layout
27557
27558 \end_inset
27559 </cell>
27560 </row>
27561 </lyxtabular>
27562
27563 \end_inset
27564
27565
27566 \end_layout
27567
27568 \begin_layout Standard
27569 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27570  
27571 \series bold
27572
27573 \backslash
27574 Large
27575 \series default
27576
27577 \begin_inset Foot
27578 status collapsed
27579
27580 \begin_layout Plain Layout
27581 siehe 
27582 \begin_inset CommandInset ref
27583 LatexCommand ref
27584 reference "sub:Schriftgrößen"
27585
27586 \end_inset
27587
27588
27589 \end_layout
27590
27591 \end_inset
27592
27593  bestimmt dabei die Größe des Kreises.
27594  Mit Hilfe von 
27595 \series bold
27596
27597 \backslash
27598 raisebox
27599 \series default
27600
27601 \begin_inset Foot
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605 siehe 
27606 \begin_inset CommandInset ref
27607 LatexCommand ref
27608 reference "sub:Boxen-ohne-Rahmen"
27609
27610 \end_inset
27611
27612
27613 \end_layout
27614
27615 \end_inset
27616
27617  kann man das Zeichen zentrieren.
27618 \end_layout
27619
27620 \begin_layout Subsection
27621 Minuskelziffern
27622 \begin_inset Index idx
27623 status collapsed
27624
27625 \begin_layout Plain Layout
27626 Minuskelziffern
27627 \end_layout
27628
27629 \end_inset
27630
27631
27632 \end_layout
27633
27634 \begin_layout Standard
27635 Minuskelziffern werden mit dem Befehl 
27636 \series bold
27637
27638 \backslash
27639 oldstylenums
27640 \series default
27641
27642 \begin_inset Index idx
27643 status collapsed
27644
27645 \begin_layout Plain Layout
27646 Befehle ! O ! 
27647 \backslash
27648 oldstylenums
27649 \end_layout
27650
27651 \end_inset
27652
27653  erzeugt.
27654  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27655  Das Befehlsschema lautet:
27656 \end_layout
27657
27658 \begin_layout Standard
27659
27660 \series bold
27661
27662 \backslash
27663 oldstylenums{Ziffer}
27664 \end_layout
27665
27666 \begin_layout Standard
27667 Der Befehl 
27668 \series bold
27669
27670 \backslash
27671 oldstylenums{0123456789
27672 \series default
27673  ergibt: 
27674 \begin_inset Formula $\oldstylenums{0123456789}$
27675 \end_inset
27676
27677
27678 \end_layout
27679
27680 \begin_layout Subsection
27681 Sonstige Sonderzeichen
27682 \begin_inset CommandInset label
27683 LatexCommand label
27684 name "sub:Sonstige-Sonderzeichen"
27685
27686 \end_inset
27687
27688
27689 \begin_inset Index idx
27690 status collapsed
27691
27692 \begin_layout Plain Layout
27693 Sonderzeichen ! sonstige
27694 \end_layout
27695
27696 \end_inset
27697
27698
27699 \end_layout
27700
27701 \begin_layout Standard
27702 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27703 \end_layout
27704
27705 \begin_layout Standard
27706 \align center
27707 \begin_inset Tabular
27708 <lyxtabular version="3" rows="4" columns="2">
27709 <features tabularvalignment="middle">
27710 <column alignment="center" valignment="top" width="0">
27711 <column alignment="center" valignment="top" width="0">
27712 <row>
27713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27714 \begin_inset Text
27715
27716 \begin_layout Plain Layout
27717 Befehl
27718 \end_layout
27719
27720 \end_inset
27721 </cell>
27722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27723 \begin_inset Text
27724
27725 \begin_layout Plain Layout
27726 Ergebnis
27727 \end_layout
27728
27729 \end_inset
27730 </cell>
27731 </row>
27732 <row>
27733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27734 \begin_inset Text
27735
27736 \begin_layout Plain Layout
27737
27738 \backslash
27739 ^
27740 \begin_inset ERT
27741 status collapsed
27742
27743 \begin_layout Plain Layout
27744
27745
27746 \backslash
27747 leer 
27748 \end_layout
27749
27750 \end_inset
27751
27752
27753 \end_layout
27754
27755 \end_inset
27756 </cell>
27757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27758 \begin_inset Text
27759
27760 \begin_layout Plain Layout
27761 \begin_inset Formula $\mathcircumflex$
27762 \end_inset
27763
27764
27765 \end_layout
27766
27767 \end_inset
27768 </cell>
27769 </row>
27770 <row>
27771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27772 \begin_inset Text
27773
27774 \begin_layout Plain Layout
27775
27776 \backslash
27777 _
27778 \end_layout
27779
27780 \end_inset
27781 </cell>
27782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27783 \begin_inset Text
27784
27785 \begin_layout Plain Layout
27786 \begin_inset Formula $\_$
27787 \end_inset
27788
27789
27790 \end_layout
27791
27792 \end_inset
27793 </cell>
27794 </row>
27795 <row>
27796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27797 \begin_inset Text
27798
27799 \begin_layout Plain Layout
27800 ^
27801 \begin_inset ERT
27802 status collapsed
27803
27804 \begin_layout Plain Layout
27805
27806
27807 \backslash
27808 leer 
27809 \end_layout
27810
27811 \end_inset
27812
27813
27814 \backslash
27815 circ
27816 \begin_inset Index idx
27817 status collapsed
27818
27819 \begin_layout Plain Layout
27820
27821 \backslash
27822
27823 \end_layout
27824
27825 \end_inset
27826
27827
27828 \end_layout
27829
27830 \end_inset
27831 </cell>
27832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27833 \begin_inset Text
27834
27835 \begin_layout Plain Layout
27836 \begin_inset Formula $^{\circ}$
27837 \end_inset
27838
27839
27840 \end_layout
27841
27842 \end_inset
27843 </cell>
27844 </row>
27845 </lyxtabular>
27846
27847 \end_inset
27848
27849
27850 \end_layout
27851
27852 \begin_layout Standard
27853 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27854  folgende Zeile enthält
27855 \begin_inset Foot
27856 status collapsed
27857
27858 \begin_layout Plain Layout
27859 Mehr dazu ist in 
27860 \begin_inset CommandInset ref
27861 LatexCommand ref
27862 reference "sub:Textzeichen-in-Formeln"
27863
27864 \end_inset
27865
27866  beschrieben.
27867 \end_layout
27868
27869 \end_inset
27870
27871 :
27872 \end_layout
27873
27874 \begin_layout Standard
27875
27876 \series bold
27877
27878 \backslash
27879 DeclareInputText{176}{
27880 \backslash
27881 ifmmode^
27882 \backslash
27883 circ
27884 \backslash
27885 else
27886 \backslash
27887 textdegree
27888 \backslash
27889 fi}
27890 \end_layout
27891
27892 \begin_layout Section
27893 Formelstile
27894 \begin_inset CommandInset label
27895 LatexCommand label
27896 name "sec:Formelstile"
27897
27898 \end_inset
27899
27900
27901 \begin_inset Index idx
27902 status collapsed
27903
27904 \begin_layout Plain Layout
27905 Formel ! Stile
27906 \end_layout
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Itemize
27914 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27915 \end_layout
27916
27917 \begin_deeper
27918 \begin_layout Description
27919 Zentriert ist der voreingestellte Standard
27920 \end_layout
27921
27922 \begin_layout Description
27923 Eingerückt dazu muss im Menü 
27924 \family sans
27925 Dokument\SpecialChar \menuseparator
27926 Einstellungen
27927 \family default
27928  unter 
27929 \family sans
27930 Dokumentklasse
27931 \family default
27932  die Option 
27933 \series bold
27934 fleqn
27935 \series default
27936  eingeben werden
27937 \end_layout
27938
27939 \begin_layout Standard
27940 Wird 
27941 \series bold
27942 Eingerückt
27943 \series default
27944  verwendet, kann mit der Länge 
27945 \series bold
27946
27947 \backslash
27948 mathindent
27949 \series default
27950
27951 \begin_inset Index idx
27952 status collapsed
27953
27954 \begin_layout Plain Layout
27955 Befehle ! M ! 
27956 \backslash
27957 mathindent
27958 \end_layout
27959
27960 \end_inset
27961
27962  die Einrückung eingestellt werden.
27963  Soll der Abstand 15
27964 \begin_inset space \thinspace{}
27965 \end_inset
27966
27967 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27968 \end_layout
27969
27970 \begin_layout Standard
27971
27972 \series bold
27973
27974 \backslash
27975 setlength{
27976 \backslash
27977 mathindent}{15mm}
27978 \end_layout
27979
27980 \begin_layout Standard
27981 ein.
27982  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27983 \begin_inset space \thinspace{}
27984 \end_inset
27985
27986 pt verwendet.
27987 \end_layout
27988
27989 \end_deeper
27990 \begin_layout Itemize
27991 Und zwei verschiedene Nummerierungsstile:
27992 \end_layout
27993
27994 \begin_deeper
27995 \begin_layout Description
27996 Rechts ist der voreingestellte Standard
27997 \end_layout
27998
27999 \begin_layout Description
28000 Links dazu muss im Menü 
28001 \family sans
28002 Dokument\SpecialChar \menuseparator
28003 Einstellungen
28004 \family default
28005  unter 
28006 \family sans
28007 Dokumentklasse
28008 \family default
28009  die Option 
28010 \series bold
28011 leqno
28012 \series default
28013  eingeben werden
28014 \end_layout
28015
28016 \end_deeper
28017 \begin_layout Standard
28018
28019 \series bold
28020 fleqn
28021 \series default
28022  und 
28023 \series bold
28024 leqno
28025 \series default
28026  können auch gemeinsam verwendet werden.
28027  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28028 n.
28029 \end_layout
28030
28031 \begin_layout Standard
28032 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28033  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28034  ausgerichtete Formeln setzen, verwendet man den Stil 
28035 \series bold
28036 Zentriert
28037 \series default
28038 .
28039  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28040  
28041 \begin_inset CommandInset ref
28042 LatexCommand ref
28043 reference "sub:Flalign-Umgebung"
28044
28045 \end_inset
28046
28047 .
28048 \end_layout
28049
28050 \begin_layout Section
28051 Mehrzeilige Formeln
28052 \begin_inset CommandInset label
28053 LatexCommand label
28054 name "sec:Mehrzeilige-Formeln"
28055
28056 \end_inset
28057
28058
28059 \begin_inset Index idx
28060 status collapsed
28061
28062 \begin_layout Plain Layout
28063 Formel ! mehrzeilige
28064 \end_layout
28065
28066 \end_inset
28067
28068
28069 \end_layout
28070
28071 \begin_layout Subsection
28072 Allgemeines
28073 \end_layout
28074
28075 \begin_layout Standard
28076 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28077 \family sans
28078 \series bold
28079 Strg+Enter
28080 \family default
28081 \series default
28082  drückt.
28083  Dies erzeugt entweder eine 
28084 \series bold
28085 eqnarray-Umgebung
28086 \series default
28087 , die in 
28088 \begin_inset CommandInset ref
28089 LatexCommand ref
28090 reference "sub:Eqnarray-Umgebung"
28091
28092 \end_inset
28093
28094  beschrieben ist oder, wenn die Option 
28095 \family sans
28096 AMS-Mathe-Paket verwenden
28097 \family default
28098  in den Dokumenteinstellungen gewählt ist, eine 
28099 \series bold
28100 align-Umgebung
28101 \series default
28102 , die in 
28103 \begin_inset CommandInset ref
28104 LatexCommand ref
28105 reference "sub:Standard-align-Umgebung"
28106
28107 \end_inset
28108
28109  beschrieben ist.
28110 \end_layout
28111
28112 \begin_layout Standard
28113 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28114 \family sans
28115 Einfügen\SpecialChar \menuseparator
28116 Mathe
28117 \family default
28118  erstellt werden können.
28119  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28120 \end_layout
28121
28122 \begin_layout Standard
28123 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28124  man 
28125 \family sans
28126 Strg+Enter
28127 \family default
28128  drückt.
28129  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28130 fe 
28131 \begin_inset Graphics
28132         filename ../../images/tabular-feature_append-row.png
28133         scale 85
28134
28135 \end_inset
28136
28137  bzw.
28138 \begin_inset space ~
28139 \end_inset
28140
28141
28142 \begin_inset Graphics
28143         filename ../../images/tabular-feature_delete-row.png
28144         scale 85
28145
28146 \end_inset
28147
28148  oder das Menü 
28149 \family sans
28150 Bearbeiten\SpecialChar \menuseparator
28151 Zeilen & Spalten
28152 \family default
28153  verwendet werden.
28154 \end_layout
28155
28156 \begin_layout Subsubsection
28157 Zeilenabstand
28158 \begin_inset CommandInset label
28159 LatexCommand label
28160 name "sub:Zeilenabstand"
28161
28162 \end_inset
28163
28164
28165 \begin_inset Index idx
28166 status collapsed
28167
28168 \begin_layout Plain Layout
28169 Formel ! mehrzeilige ! Zeilenabstand
28170 \end_layout
28171
28172 \end_inset
28173
28174
28175 \end_layout
28176
28177 \begin_layout Standard
28178 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28179 \begin_inset Formula \begin{eqnarray*}
28180 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}\\
28181 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
28182 \end{eqnarray*}
28183
28184 \end_inset
28185
28186
28187 \end_layout
28188
28189 \begin_layout Standard
28190 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28191 chbefehls angegeben.
28192  Dies ist in LyX aber nicht möglich
28193 \begin_inset Foot
28194 status collapsed
28195
28196 \begin_layout Plain Layout
28197 siehe 
28198 \begin_inset CommandInset href
28199 LatexCommand href
28200 name "LyX-Fehler #1505"
28201 target "http://www.lyx.org/trac/ticket/1505"
28202
28203 \end_inset
28204
28205
28206 \end_layout
28207
28208 \end_inset
28209
28210 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28211  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28212  Zeile den Befehl 
28213 \series bold
28214
28215 \backslash
28216
28217 \backslash
28218 [3mm]
28219 \series default
28220  ein.
28221  Damit erhält man: 
28222 \begin_inset ERT
28223 status collapsed
28224
28225 \begin_layout Plain Layout
28226
28227
28228 \backslash
28229 begin{eqnarray*}
28230 \end_layout
28231
28232 \begin_layout Plain Layout
28233
28234 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28235  = & 
28236 \backslash
28237 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28238 \backslash
28239
28240 \backslash
28241 [3mm]
28242 \end_layout
28243
28244 \begin_layout Plain Layout
28245
28246 4x^{2}
28247 \backslash
28248 left(B^{2}+x_{0}^{2}
28249 \backslash
28250 right)+4x_{0}x
28251 \backslash
28252 left(D-B^{2}
28253 \backslash
28254 right)+B^{2}
28255 \backslash
28256 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28257 \backslash
28258 right) & = & 0
28259 \end_layout
28260
28261 \begin_layout Plain Layout
28262
28263
28264 \backslash
28265 end{eqnarray*}
28266 \end_layout
28267
28268 \end_inset
28269
28270
28271 \end_layout
28272
28273 \begin_layout Standard
28274 \begin_inset VSpace bigskip
28275 \end_inset
28276
28277 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28278  man die Länge 
28279 \series bold
28280
28281 \backslash
28282 jot
28283 \series default
28284
28285 \begin_inset Index idx
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289 Befehle ! J ! 
28290 \backslash
28291 jot
28292 \end_layout
28293
28294 \end_inset
28295
28296 .
28297  Es gilt 
28298 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28299 \end_inset
28300
28301 .
28302  Voreingestellt ist für 
28303 \series bold
28304
28305 \backslash
28306 jot
28307 \series default
28308  der Wert 3
28309 \begin_inset space \thinspace{}
28310 \end_inset
28311
28312 pt.
28313  Um wie im vorigen Beispiel 3
28314 \begin_inset space \thinspace{}
28315 \end_inset
28316
28317 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28318 \end_layout
28319
28320 \begin_layout Standard
28321
28322 \series bold
28323
28324 \backslash
28325 setlength{
28326 \backslash
28327 jot}{3mm+3pt}
28328 \end_layout
28329
28330 \begin_layout Standard
28331 im TeX-Modus vor der Formel ein.
28332  Das setzt voraus, dass das LaTeX-Paket 
28333 \series bold
28334 calc
28335 \series default
28336
28337 \begin_inset Foot
28338 status collapsed
28339
28340 \begin_layout Plain Layout
28341
28342 \series bold
28343 calc
28344 \series default
28345  ist Teil jeder LaTeX-Standardinstallation.
28346 \end_layout
28347
28348 \end_inset
28349
28350
28351 \begin_inset Index idx
28352 status collapsed
28353
28354 \begin_layout Plain Layout
28355 Pakete ! calc
28356 \end_layout
28357
28358 \end_inset
28359
28360  im LaTeX-Vorspann mit der Zeile
28361 \end_layout
28362
28363 \begin_layout Standard
28364
28365 \series bold
28366
28367 \backslash
28368 usepackage{calc}
28369 \end_layout
28370
28371 \begin_layout Standard
28372 geladen wurde.
28373 \end_layout
28374
28375 \begin_layout Standard
28376 Man erhält: 
28377 \begin_inset ERT
28378 status collapsed
28379
28380 \begin_layout Plain Layout
28381
28382
28383 \backslash
28384 setlength{
28385 \backslash
28386 jot}{3mm+3pt}
28387 \end_layout
28388
28389 \end_inset
28390
28391
28392 \begin_inset Formula \begin{eqnarray*}
28393 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}\\
28394 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
28395 \end{eqnarray*}
28396
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Standard
28403 \begin_inset ERT
28404 status collapsed
28405
28406 \begin_layout Plain Layout
28407
28408
28409 \backslash
28410 setlength{
28411 \backslash
28412 jot}{3pt}
28413 \end_layout
28414
28415 \end_inset
28416
28417  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28418 \series bold
28419
28420 \backslash
28421 jot
28422 \series default
28423  auf den Wert 3
28424 \begin_inset space \thinspace{}
28425 \end_inset
28426
28427 pt.
28428 \end_layout
28429
28430 \begin_layout Subsubsection
28431 Spaltenabstand
28432 \begin_inset CommandInset label
28433 LatexCommand label
28434 name "sub:Spaltenabstand"
28435
28436 \end_inset
28437
28438
28439 \begin_inset Index idx
28440 status collapsed
28441
28442 \begin_layout Plain Layout
28443 Formel ! mehrzeilige ! Spaltenabstand
28444 \end_layout
28445
28446 \end_inset
28447
28448
28449 \end_layout
28450
28451 \begin_layout Standard
28452 Mehrzeilige Formeln bilden eine Matrix.
28453  Eine Formel in der Eqnarray-Umgebung ist z.
28454 \begin_inset space \thinspace{}
28455 \end_inset
28456
28457 B.
28458  eine dreispaltige Matrix.
28459  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28460  neben den Relationszeichen ändern.
28461 \end_layout
28462
28463 \begin_layout Standard
28464 Der Spaltenabstand wird mit der Länge 
28465 \series bold
28466
28467 \backslash
28468 arraycolsep
28469 \series default
28470
28471 \begin_inset Index idx
28472 status collapsed
28473
28474 \begin_layout Plain Layout
28475 Befehle ! A ! 
28476 \backslash
28477 arraycolsep
28478 \end_layout
28479
28480 \end_inset
28481
28482  festgelegt, wobei gilt:
28483 \begin_inset Newline newline
28484 \end_inset
28485
28486 Spaltenabstand = 2
28487 \begin_inset space \thinspace{}
28488 \end_inset
28489
28490
28491 \series bold
28492
28493 \backslash
28494 arraycolsep
28495 \series default
28496 .
28497 \begin_inset Newline newline
28498 \end_inset
28499
28500 Der im TeX-Modus eingegebene Befehl
28501 \end_layout
28502
28503 \begin_layout Standard
28504
28505 \series bold
28506
28507 \backslash
28508 setlength{
28509 \backslash
28510 arraycolsep}{1cm}
28511 \end_layout
28512
28513 \begin_layout Standard
28514 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28515 \begin_inset space \thinspace{}
28516 \end_inset
28517
28518 cm.
28519  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28520 \series bold
28521
28522 \backslash
28523 arraycolsep
28524 \series default
28525  auf 5
28526 \begin_inset space \thinspace{}
28527 \end_inset
28528
28529 pt.
28530 \end_layout
28531
28532 \begin_layout Standard
28533 Eine Formel mit 2
28534 \begin_inset space \thinspace{}
28535 \end_inset
28536
28537 cm Spaltenabstand:
28538 \begin_inset ERT
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542
28543
28544 \backslash
28545 setlength{
28546 \backslash
28547 arraycolsep}{1cm}
28548 \end_layout
28549
28550 \end_inset
28551
28552
28553 \begin_inset Formula \begin{eqnarray*}
28554 A & = & B\\
28555 C & \ne & A
28556 \end{eqnarray*}
28557
28558 \end_inset
28559
28560 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28561 \begin_inset space \thinspace{}
28562 \end_inset
28563
28564 pt:
28565 \begin_inset ERT
28566 status collapsed
28567
28568 \begin_layout Plain Layout
28569
28570
28571 \backslash
28572 setlength{
28573 \backslash
28574 arraycolsep}{5pt}
28575 \end_layout
28576
28577 \end_inset
28578
28579
28580 \begin_inset Formula \begin{eqnarray*}
28581 A & = & B\\
28582 C & \ne & A
28583 \end{eqnarray*}
28584
28585 \end_inset
28586
28587
28588 \end_layout
28589
28590 \begin_layout Subsubsection
28591 Lange Formeln
28592 \begin_inset Index idx
28593 status collapsed
28594
28595 \begin_layout Plain Layout
28596 Formel ! lange
28597 \end_layout
28598
28599 \end_inset
28600
28601
28602 \end_layout
28603
28604 \begin_layout Standard
28605 Lange Formeln kann man wie folgt setzen:
28606 \end_layout
28607
28608 \begin_layout Itemize
28609 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28610  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28611 \begin_inset Formula \begin{eqnarray}
28612 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 \\
28613  &  & -\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}
28614 \end{eqnarray}
28615
28616 \end_inset
28617
28618 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28619  als Operator, da es das erste Zeichen der Zeile ist.
28620  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28621  Bruchstrich unterscheiden.
28622  Um das zu verhindern, wurde mit dem Befehl 
28623 \series bold
28624
28625 \backslash
28626 hspace
28627 \series default
28628  3
28629 \begin_inset space \thinspace{}
28630 \end_inset
28631
28632 pt Leerraum hinter das Minuszeichen eingefügt.
28633 \begin_inset Foot
28634 status collapsed
28635
28636 \begin_layout Plain Layout
28637 mehr zu 
28638 \series bold
28639
28640 \backslash
28641 hspace
28642 \series default
28643  siehe 
28644 \begin_inset CommandInset ref
28645 LatexCommand ref
28646 reference "sub:Variabler-Leerraum"
28647
28648 \end_inset
28649
28650
28651 \end_layout
28652
28653 \end_inset
28654
28655
28656 \begin_inset Index idx
28657 status collapsed
28658
28659 \begin_layout Plain Layout
28660 Befehle ! H ! 
28661 \backslash
28662 hspace
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Itemize
28671 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28672 \series bold
28673
28674 \backslash
28675 lefteqn
28676 \series default
28677
28678 \begin_inset Index idx
28679 status collapsed
28680
28681 \begin_layout Plain Layout
28682 Befehle ! L ! 
28683 \backslash
28684 lefteqn
28685 \end_layout
28686
28687 \end_inset
28688
28689 .
28690  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28691  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28692 \begin_inset Formula \begin{eqnarray}
28693 \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 \\
28694  &  & -\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 \\
28695  &  & =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}
28696 \end{eqnarray}
28697
28698 \end_inset
28699
28700 Nachdem man 
28701 \series bold
28702
28703 \backslash
28704 lefteqn
28705 \series default
28706  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28707  das gegenüber dem blauen leicht verschoben ist.
28708  In dieses wird die Formel eingegeben.
28709 \begin_inset Newline newline
28710 \end_inset
28711
28712 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28713  eingegeben.
28714  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28715  Einrückung.
28716 \begin_inset VSpace medskip
28717 \end_inset
28718
28719
28720 \begin_inset Newline newline
28721 \end_inset
28722
28723
28724 \begin_inset Note Greyedout
28725 status open
28726
28727 \begin_layout Plain Layout
28728 Bei der Verwendung von 
28729 \series bold
28730
28731 \backslash
28732 lefteqn
28733 \series default
28734  ist Folgendes zu beachten:
28735 \end_layout
28736
28737 \begin_layout Itemize
28738 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28739  Würde man in obigem Beispiel der ersten Zeile den Term 
28740 \begin_inset Formula $-B^{2}$
28741 \end_inset
28742
28743  anfügen, befände sich dieser außerhalb des Seitenrands.
28744  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28745  Leerraum einfügen.
28746 \end_layout
28747
28748 \begin_layout Itemize
28749 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28750  erste Zeile gesetzt werden.
28751 \begin_inset Foot
28752 status collapsed
28753
28754 \begin_layout Plain Layout
28755 \begin_inset CommandInset href
28756 LatexCommand href
28757 name "LyX-Fehler #1429"
28758 target "http://www.lyx.org/trac/ticket/1429"
28759
28760 \end_inset
28761
28762
28763 \end_layout
28764
28765 \end_inset
28766
28767  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28768  Pfeiltasten bewegen.
28769 \end_layout
28770
28771 \end_inset
28772
28773
28774 \end_layout
28775
28776 \begin_layout Itemize
28777 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28778 \begin_inset CommandInset ref
28779 LatexCommand ref
28780 reference "sub:Multline-Umgebung"
28781
28782 \end_inset
28783
28784  und 
28785 \begin_inset CommandInset ref
28786 LatexCommand ref
28787 reference "sub:Mehrzeilige-Formelteile"
28788
28789 \end_inset
28790
28791  beschriebenen Umgebungen.
28792 \end_layout
28793
28794 \begin_layout Subsubsection
28795 Mehrzeilige Klammern
28796 \begin_inset CommandInset label
28797 LatexCommand label
28798 name "sub:Mehrzeilige-Klammern"
28799
28800 \end_inset
28801
28802
28803 \begin_inset Index idx
28804 status collapsed
28805
28806 \begin_layout Plain Layout
28807 Klammern ! mehrzeilige
28808 \end_layout
28809
28810 \end_inset
28811
28812
28813 \end_layout
28814
28815 \begin_layout Standard
28816 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28817 \begin_inset Formula \begin{eqnarray*}
28818 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28819  &  & \left.\cdots+B-D\right]
28820 \end{eqnarray*}
28821
28822 \end_inset
28823
28824
28825 \end_layout
28826
28827 \begin_layout Standard
28828 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28829  Größe dürfen nicht über mehrere Zeilen gehen.
28830 \end_layout
28831
28832 \begin_layout Standard
28833 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28834  erste Zeile mit 
28835 \series bold
28836
28837 \backslash
28838 right.
28839 \series default
28840
28841 \begin_inset Index idx
28842 status collapsed
28843
28844 \begin_layout Plain Layout
28845 Befehle ! R ! 
28846 \backslash
28847 right
28848 \end_layout
28849
28850 \end_inset
28851
28852  und beginnt die zweite Zeile mit 
28853 \series bold
28854
28855 \backslash
28856 left.
28857 \begin_inset Foot
28858 status collapsed
28859
28860 \begin_layout Plain Layout
28861 mehr zu 
28862 \series bold
28863
28864 \backslash
28865 left
28866 \series default
28867  und 
28868 \series bold
28869
28870 \backslash
28871 right
28872 \series default
28873  siehe 
28874 \begin_inset CommandInset ref
28875 LatexCommand ref
28876 reference "sub:Automatische-Klammergrößen"
28877
28878 \end_inset
28879
28880
28881 \end_layout
28882
28883 \end_inset
28884
28885
28886 \series default
28887
28888 \begin_inset Index idx
28889 status collapsed
28890
28891 \begin_layout Plain Layout
28892 Befehle ! L ! 
28893 \backslash
28894 left
28895 \end_layout
28896
28897 \end_inset
28898
28899 .
28900  Nach 
28901 \series bold
28902
28903 \backslash
28904 left.
28905
28906 \series default
28907  gibt man den Befehl 
28908 \series bold
28909
28910 \backslash
28911 vphantom
28912 \series default
28913
28914 \begin_inset ERT
28915 status collapsed
28916
28917 \begin_layout Plain Layout
28918
28919
28920 \backslash
28921 leer 
28922 \end_layout
28923
28924 \end_inset
28925
28926
28927 \series bold
28928
28929 \backslash
28930 prod
28931 \series default
28932 ^
28933 \begin_inset ERT
28934 status collapsed
28935
28936 \begin_layout Plain Layout
28937
28938
28939 \backslash
28940 leer 
28941 \end_layout
28942
28943 \end_inset
28944
28945
28946 \series bold
28947
28948 \backslash
28949 infty
28950 \series default
28951
28952 \begin_inset ERT
28953 status collapsed
28954
28955 \begin_layout Plain Layout
28956
28957
28958 \backslash
28959 leer 
28960 \end_layout
28961
28962 \end_inset
28963
28964
28965 \series bold
28966
28967 \begin_inset Formula $\downarrow$
28968 \end_inset
28969
28970 _R=1}
28971 \series default
28972
28973 \begin_inset Index idx
28974 status collapsed
28975
28976 \begin_layout Plain Layout
28977 Befehle ! V ! 
28978 \backslash
28979 vphantom
28980 \end_layout
28981
28982 \end_inset
28983
28984  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28985  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28986 \end_layout
28987
28988 \begin_layout Standard
28989 Das Ergebnis sieht so aus:
28990 \begin_inset Formula \begin{eqnarray*}
28991 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28992  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28993 \end{eqnarray*}
28994
28995 \end_inset
28996
28997
28998 \end_layout
28999
29000 \begin_layout Subsection
29001 Align-Umgebungen
29002 \end_layout
29003
29004 \begin_layout Standard
29005 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29006  werden.
29007  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29008 \end_layout
29009
29010 \begin_layout Standard
29011 Align-Umgebungen bestehen aus Spalten.
29012  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29013  ausgerichtet.
29014  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29015 \end_layout
29016
29017 \begin_layout Standard
29018 Align-Umgebung werden über das Menü 
29019 \family sans
29020 Einfügen\SpecialChar \menuseparator
29021 Mathe
29022 \family default
29023  erstellt.
29024  Über das Menü 
29025 \family sans
29026 Bearbeiten\SpecialChar \menuseparator
29027 Mathe\SpecialChar \menuseparator
29028 Formelart
29029 \begin_inset space ~
29030 \end_inset
29031
29032 ändern
29033 \family default
29034  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29035 \end_layout
29036
29037 \begin_layout Standard
29038 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29039
29040 \begin_inset Graphics
29041         filename ../../images/tabular-feature_append-column.png
29042         scale 85
29043
29044 \end_inset
29045
29046  bzw.
29047 \begin_inset space ~
29048 \end_inset
29049
29050
29051 \begin_inset Graphics
29052         filename ../../images/tabular-feature_delete-column.png
29053         scale 85
29054
29055 \end_inset
29056
29057  oder das Menü 
29058 \family sans
29059 Bearbeiten\SpecialChar \menuseparator
29060 Zeilen & Spalten
29061 \family default
29062  verwendet werden.
29063 \end_layout
29064
29065 \begin_layout Subsubsection
29066 Standard align-Umgebung
29067 \begin_inset CommandInset label
29068 LatexCommand label
29069 name "sub:Standard-align-Umgebung"
29070
29071 \end_inset
29072
29073
29074 \begin_inset Index idx
29075 status collapsed
29076
29077 \begin_layout Plain Layout
29078 Formel ! mehrzeilige ! align-Umgebung
29079 \end_layout
29080
29081 \end_inset
29082
29083
29084 \end_layout
29085
29086 \begin_layout Standard
29087 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29088 \family sans
29089 Strg+Enter
29090 \family default
29091  drückt oder das Menü 
29092 \family sans
29093 Einfügen\SpecialChar \menuseparator
29094 Mathe\SpecialChar \menuseparator
29095 AMS align-Umge\SpecialChar \-
29096 bung
29097 \family default
29098  aufruft.
29099 \end_layout
29100
29101 \begin_layout Standard
29102 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29103 n align-Umgebung erzeugt wurden:
29104 \begin_inset Formula \begin{align*}
29105 A & =\sin(B) & C & =D\\
29106 C & \ne A & B & \ne D
29107 \end{align*}
29108
29109 \end_inset
29110
29111 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29112  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29113 \series bold
29114
29115 \backslash
29116 hfill
29117 \begin_inset Foot
29118 status collapsed
29119
29120 \begin_layout Plain Layout
29121 mehr zu 
29122 \series bold
29123
29124 \backslash
29125 hfill
29126 \series default
29127  siehe 
29128 \begin_inset CommandInset ref
29129 LatexCommand ref
29130 reference "sub:Variabler-Leerraum"
29131
29132 \end_inset
29133
29134
29135 \end_layout
29136
29137 \end_inset
29138
29139
29140 \series default
29141  befinden.
29142  Ist der Formelstil 
29143 \series bold
29144 Eingerückt
29145 \begin_inset Foot
29146 status collapsed
29147
29148 \begin_layout Plain Layout
29149 Formelstile siehe 
29150 \begin_inset CommandInset ref
29151 LatexCommand ref
29152 reference "sec:Formelstile"
29153
29154 \end_inset
29155
29156
29157 \end_layout
29158
29159 \end_inset
29160
29161
29162 \series default
29163  gewählt, wird die Formel ohne den 
29164 \series bold
29165
29166 \backslash
29167 hfill
29168 \series default
29169  vor der ersten Spalte gesetzt.
29170 \end_layout
29171
29172 \begin_layout Subsubsection
29173 Alignat-Umgebung
29174 \begin_inset Index idx
29175 status collapsed
29176
29177 \begin_layout Plain Layout
29178 Formel ! mehrzeilige ! alignat-Umgebung
29179 \end_layout
29180
29181 \end_inset
29182
29183
29184 \end_layout
29185
29186 \begin_layout Standard
29187 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29188  Man kann ihn manuell durch die in 
29189 \begin_inset CommandInset ref
29190 LatexCommand ref
29191 reference "sub:Leerraum"
29192
29193 \end_inset
29194
29195  beschriebenen Leerräume einfügen.
29196 \end_layout
29197
29198 \begin_layout Standard
29199 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29200  Formel 1
29201 \begin_inset space \thinspace{}
29202 \end_inset
29203
29204 cm Leerraum eingefügt wurde:
29205 \begin_inset Formula \begin{alignat*}{2}
29206 A & =\sin(B) & \hspace{1cm}C & =D\\
29207 C & \ne A & B & \ne D
29208 \end{alignat*}
29209
29210 \end_inset
29211
29212 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29213  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29214  Formeln.
29215 \end_layout
29216
29217 \begin_layout Subsubsection
29218 Flalign-Umgebung
29219 \begin_inset CommandInset label
29220 LatexCommand label
29221 name "sub:Flalign-Umgebung"
29222
29223 \end_inset
29224
29225
29226 \begin_inset Index idx
29227 status collapsed
29228
29229 \begin_layout Plain Layout
29230 Formel ! mehrzeilige ! flalign-Umgebung
29231 \end_layout
29232
29233 \end_inset
29234
29235
29236 \end_layout
29237
29238 \begin_layout Standard
29239 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29240  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29241  Dazu ein Beispiel:
29242 \begin_inset Formula \begin{flalign*}
29243 A & =1 & B & =2 & C & =3\\
29244 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29245 \end{flalign*}
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \begin_layout Standard
29253 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29254  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29255  im Dokument links setzen obwohl der Formelstil 
29256 \series bold
29257 Zentriert
29258 \series default
29259  eingestellt ist.
29260  Als Beispiel die eingerückte ausgerichtete Formel 
29261 \begin_inset CommandInset ref
29262 LatexCommand eqref
29263 reference "eq:VolInt"
29264
29265 \end_inset
29266
29267 :
29268 \begin_inset Formula \begin{flalign}
29269 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29270 \end{flalign}
29271
29272 \end_inset
29273
29274 In den ersten beiden Spalten befindet sich die Formel.
29275  Damit sie wie beim Formelstil 
29276 \series bold
29277 Eingerückt
29278 \series default
29279  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29280 \begin_inset space \thinspace{}
29281 \end_inset
29282
29283 pt Leerraum eingefügt.
29284 \end_layout
29285
29286 \begin_layout Subsection
29287 Eqnarray-Umgebung
29288 \begin_inset CommandInset label
29289 LatexCommand label
29290 name "sub:Eqnarray-Umgebung"
29291
29292 \end_inset
29293
29294
29295 \begin_inset Index idx
29296 status collapsed
29297
29298 \begin_layout Plain Layout
29299 Formel ! mehrzeilige ! Eqnarray-Umgebung
29300 \end_layout
29301
29302 \end_inset
29303
29304
29305 \end_layout
29306
29307 \begin_layout Standard
29308 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29309  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29310  ausgerichtet.
29311  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29312  da dieses Kästchen nur für Relationzeichen gedacht ist.
29313 \begin_inset Formula \begin{eqnarray*}
29314 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29315 AB & AB & AB\\
29316 A & = & A
29317 \end{eqnarray*}
29318
29319 \end_inset
29320
29321
29322 \end_layout
29323
29324 \begin_layout Subsection
29325 Gather-Umgebung
29326 \begin_inset Index idx
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330 Formel ! mehrzeilige ! Gather-Umgebung
29331 \end_layout
29332
29333 \end_inset
29334
29335
29336 \end_layout
29337
29338 \begin_layout Standard
29339 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29340  Jede Zeile kann nummeriert werden.
29341 \begin_inset Formula \begin{gather}
29342 A=1\\
29343 X=\textrm{-}1
29344 \end{gather}
29345
29346 \end_inset
29347
29348
29349 \end_layout
29350
29351 \begin_layout Subsection
29352 Multline-Umgebung
29353 \begin_inset CommandInset label
29354 LatexCommand label
29355 name "sub:Multline-Umgebung"
29356
29357 \end_inset
29358
29359
29360 \begin_inset Index idx
29361 status collapsed
29362
29363 \begin_layout Plain Layout
29364 Formel ! mehrzeilige ! Multline-Umgebung
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Standard
29373 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29374  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29375  Alle anderen Zeilen sind zentriert.
29376  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29377  Als Beispiel Formel 
29378 \begin_inset CommandInset ref
29379 LatexCommand eqref
29380 reference "eq:lefteqn"
29381
29382 \end_inset
29383
29384  in der multline-Umgebung:
29385 \begin_inset Formula \begin{multline}
29386 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}\\
29387 -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}\\
29388 =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}}
29389 \end{multline}
29390
29391 \end_inset
29392
29393
29394 \end_layout
29395
29396 \begin_layout Standard
29397 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29398  nummeriert, wenn rechts (links) nummeriert wird.
29399 \begin_inset Foot
29400 status collapsed
29401
29402 \begin_layout Plain Layout
29403 Nummerierungsstile siehe 
29404 \begin_inset CommandInset ref
29405 LatexCommand ref
29406 reference "sec:Formelstile"
29407
29408 \end_inset
29409
29410
29411 \end_layout
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Standard
29419 Mit den Befehlen 
29420 \series bold
29421
29422 \backslash
29423 shoveright
29424 \series default
29425
29426 \begin_inset Index idx
29427 status collapsed
29428
29429 \begin_layout Plain Layout
29430 Befehle ! S ! 
29431 \backslash
29432 shoveright
29433 \end_layout
29434
29435 \end_inset
29436
29437  und 
29438 \series bold
29439
29440 \backslash
29441 shoveleft
29442 \series default
29443
29444 \begin_inset Index idx
29445 status collapsed
29446
29447 \begin_layout Plain Layout
29448 Befehle ! S ! 
29449 \backslash
29450 shoveleft
29451 \end_layout
29452
29453 \end_inset
29454
29455  kann eine zentrierte Zeile rechts bzw.
29456  links ausgerichtet werden.
29457  Die Befehle werden folgendermaßen verwendet:
29458 \end_layout
29459
29460 \begin_layout Standard
29461
29462 \series bold
29463
29464 \backslash
29465 shoveright{Zeileninhalt}
29466 \series default
29467  bzw.
29468  
29469 \series bold
29470
29471 \backslash
29472 shoveleft{Zeileninhalt}
29473 \end_layout
29474
29475 \begin_layout Standard
29476 \begin_inset VSpace medskip
29477 \end_inset
29478
29479 Die Länge 
29480 \series bold
29481
29482 \backslash
29483 multlinegap
29484 \series default
29485
29486 \begin_inset Index idx
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Befehle ! M ! 
29491 \backslash
29492 multlinegap
29493 \end_layout
29494
29495 \end_inset
29496
29497  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29498  Voreingestellt ist die Länge 0
29499 \begin_inset space \thinspace{}
29500 \end_inset
29501
29502 pt.
29503 \end_layout
29504
29505 \begin_layout Standard
29506 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29507 \end_layout
29508
29509 \begin_layout Standard
29510
29511 \series bold
29512
29513 \backslash
29514 setlength{
29515 \backslash
29516 multlinegap}{2cm}
29517 \end_layout
29518
29519 \begin_layout Standard
29520 eingegeben wurde:
29521 \begin_inset ERT
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525
29526
29527 \backslash
29528 setlength{
29529 \backslash
29530 multlinegap}{2cm}
29531 \end_layout
29532
29533 \end_inset
29534
29535
29536 \begin_inset Formula \begin{multline}
29537 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}\\
29538 \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}}\\
29539 =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}}
29540 \end{multline}
29541
29542 \end_inset
29543
29544
29545 \begin_inset ERT
29546 status collapsed
29547
29548 \begin_layout Plain Layout
29549
29550
29551 \backslash
29552 setlength{
29553 \backslash
29554 multlinegap}{0pt}
29555 \end_layout
29556
29557 \end_inset
29558
29559
29560 \end_layout
29561
29562 \begin_layout Standard
29563 Die zweite Zeile wurde mit 
29564 \series bold
29565
29566 \backslash
29567 shoveleft
29568 \series default
29569  linksbündig ausgerichtet.
29570 \end_layout
29571
29572 \begin_layout Subsection
29573 Mehrzeilige Formelteile
29574 \begin_inset CommandInset label
29575 LatexCommand label
29576 name "sub:Mehrzeilige-Formelteile"
29577
29578 \end_inset
29579
29580
29581 \begin_inset Index idx
29582 status collapsed
29583
29584 \begin_layout Plain Layout
29585 Formel ! mehrzeilige ! Formelteile
29586 \end_layout
29587
29588 \end_inset
29589
29590
29591 \end_layout
29592
29593 \begin_layout Standard
29594 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29595  der folgenden Umgebungen: 
29596 \series bold
29597 aligned
29598 \series default
29599
29600 \series bold
29601 alignedat
29602 \series default
29603
29604 \series bold
29605 gathered
29606 \series default
29607  oder 
29608 \series bold
29609 split
29610 \series default
29611 .
29612  Sie können über das Menü 
29613 \family sans
29614 Einfügen\SpecialChar \menuseparator
29615 Mathe
29616 \family default
29617  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29618 \end_layout
29619
29620 \begin_layout Standard
29621 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29622 n Formel\SpecialChar \-
29623 umgebungen.
29624  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29625  Dazu ein Beispiel:
29626 \begin_inset Formula \[
29627 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29628 \Delta E\Delta t & \ge\frac{\hbar}{2}
29629 \end{aligned}
29630 \right\} \textrm{Unbestimmtheitsrelationen}
29631 \]
29632
29633 \end_inset
29634
29635
29636 \end_layout
29637
29638 \begin_layout Standard
29639 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29640  der Befehl 
29641 \series bold
29642
29643 \backslash
29644 aligned
29645 \series default
29646
29647 \begin_inset Index idx
29648 status collapsed
29649
29650 \begin_layout Plain Layout
29651 Befehle ! A ! 
29652 \backslash
29653 aligned
29654 \end_layout
29655
29656 \end_inset
29657
29658  eingegeben wird.
29659  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29660  und Zeilen hinzufügen kann.
29661  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29662  gesetzt werden.
29663 \end_layout
29664
29665 \begin_layout Standard
29666 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29667  ausgerichtet sind.
29668  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29669  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29670  Als Beispiel Formel 
29671 \begin_inset CommandInset ref
29672 LatexCommand eqref
29673 reference "eq:kurzlang"
29674
29675 \end_inset
29676
29677  in der aligned-Umgebung:
29678 \begin_inset Formula \begin{equation}
29679 \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}|}\\
29680  & -\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}|}
29681 \end{aligned}
29682 \end{equation}
29683
29684 \end_inset
29685
29686
29687 \end_layout
29688
29689 \begin_layout Standard
29690 Möchte man die Umgebung 
29691 \series bold
29692 alignedat
29693 \series default
29694
29695 \series bold
29696 gathered
29697 \series default
29698  oder 
29699 \series bold
29700 split
29701 \series default
29702  verwenden, gibt man den Befehl 
29703 \series bold
29704
29705 \backslash
29706 alignedat
29707 \series default
29708 ,
29709 \begin_inset Index idx
29710 status collapsed
29711
29712 \begin_layout Plain Layout
29713 Befehle ! A ! 
29714 \backslash
29715 alignedat
29716 \end_layout
29717
29718 \end_inset
29719
29720  
29721 \series bold
29722
29723 \backslash
29724 gathered
29725 \series default
29726
29727 \begin_inset Index idx
29728 status collapsed
29729
29730 \begin_layout Plain Layout
29731 Befehle ! G ! 
29732 \backslash
29733 gathered
29734 \end_layout
29735
29736 \end_inset
29737
29738  bzw.
29739  
29740 \series bold
29741
29742 \backslash
29743 split
29744 \series default
29745
29746 \begin_inset Index idx
29747 status collapsed
29748
29749 \begin_layout Plain Layout
29750 Befehle ! S ! 
29751 \backslash
29752 split
29753 \end_layout
29754
29755 \end_inset
29756
29757  ein.
29758  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29759  jedoch darf sie nur zwei Spalten enthalten.
29760 \end_layout
29761
29762 \begin_layout Subsection
29763 Text in mehrzeiligen Formeln
29764 \begin_inset CommandInset label
29765 LatexCommand label
29766 name "sub:Text-in-mehrzeiligen"
29767
29768 \end_inset
29769
29770
29771 \begin_inset Index idx
29772 status collapsed
29773
29774 \begin_layout Plain Layout
29775 Text ! in Formeln
29776 \end_layout
29777
29778 \end_inset
29779
29780
29781 \begin_inset Index idx
29782 status collapsed
29783
29784 \begin_layout Plain Layout
29785 Formel ! mehrzeilige ! Text
29786 \end_layout
29787
29788 \end_inset
29789
29790
29791 \end_layout
29792
29793 \begin_layout Standard
29794 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29795  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29796  die Ausrichtung der Spalten nicht beeinflusst.
29797  Dazu wird der Befehl 
29798 \series bold
29799
29800 \backslash
29801 intertext
29802 \begin_inset Index idx
29803 status collapsed
29804
29805 \begin_layout Plain Layout
29806 Befehle ! I ! 
29807 \backslash
29808 intertext
29809 \end_layout
29810
29811 \end_inset
29812
29813
29814 \series default
29815  nach folgendem Schema benutzt:
29816 \end_layout
29817
29818 \begin_layout Standard
29819
29820 \series bold
29821
29822 \backslash
29823 intertext{Text}
29824 \end_layout
29825
29826 \begin_layout Standard
29827 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29828  werden kann.
29829  Weil LyX 
29830 \series bold
29831
29832 \backslash
29833 intertext
29834 \series default
29835  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29836  Text.
29837  
29838 \series bold
29839
29840 \backslash
29841 intertext
29842 \series default
29843  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29844  dieser Zeile.
29845  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29846 \begin_inset Formula \begin{align}
29847 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29848 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29849 \end{align}
29850
29851 \end_inset
29852
29853
29854 \end_layout
29855
29856 \begin_layout Section
29857 Formelnummerierung
29858 \begin_inset Index idx
29859 status collapsed
29860
29861 \begin_layout Plain Layout
29862 Formelnummerierung
29863 \end_layout
29864
29865 \end_inset
29866
29867
29868 \begin_inset Index idx
29869 status collapsed
29870
29871 \begin_layout Plain Layout
29872 Formel ! Nummerierung|see
29873 \begin_inset ERT
29874 status collapsed
29875
29876 \begin_layout Plain Layout
29877
29878 {
29879 \end_layout
29880
29881 \end_inset
29882
29883 Formelnummerierung
29884 \begin_inset ERT
29885 status collapsed
29886
29887 \begin_layout Plain Layout
29888
29889 }
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \end_layout
29901
29902 \begin_layout Subsection
29903 Allgemeines
29904 \end_layout
29905
29906 \begin_layout Standard
29907 Nummerierte Formeln können mit dem Menü 
29908 \family sans
29909 Einfügen\SpecialChar \menuseparator
29910 Mathe\SpecialChar \menuseparator
29911 Nummerierte
29912 \begin_inset space ~
29913 \end_inset
29914
29915 Formel
29916 \family default
29917  (Tastenkürzel 
29918 \family sans
29919 Strg+Alt
29920 \begin_inset space ~
29921 \end_inset
29922
29923 N
29924 \family default
29925 ) erstellt, bestehende Formeln über das Menü 
29926 \family sans
29927 Bearbeiten\SpecialChar \menuseparator
29928 Mathe\SpecialChar \menuseparator
29929 Nummerierung
29930 \begin_inset space ~
29931 \end_inset
29932
29933 an/aus
29934 \family default
29935  (Tastenkürzel 
29936 \family sans
29937 Alt+M
29938 \begin_inset space ~
29939 \end_inset
29940
29941 N
29942 \family default
29943 ) nummeriert werden.
29944  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29945  Klammern.
29946  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29947 \end_layout
29948
29949 \begin_layout Standard
29950 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29951  Zeilen nummeriert.
29952  Man kann jedoch über das Menü 
29953 \family sans
29954 Bearbeiten\SpecialChar \menuseparator
29955 Mathe\SpecialChar \menuseparator
29956 Zeilennummerierung an/aus
29957 \family default
29958  (Tastenkürzel 
29959 \family sans
29960 Alt+M
29961 \begin_inset space ~
29962 \end_inset
29963
29964 Shift+N
29965 \family default
29966 ) für jede Zeile die Nummerierung festlegen.
29967 \end_layout
29968
29969 \begin_layout Standard
29970 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29971  werden, siehe 
29972 \begin_inset CommandInset ref
29973 LatexCommand ref
29974 reference "sec:Formelstile"
29975
29976 \end_inset
29977
29978 .
29979 \end_layout
29980
29981 \begin_layout Subsection
29982 Querverweise
29983 \begin_inset Index idx
29984 status collapsed
29985
29986 \begin_layout Plain Layout
29987 Querverweise ! auf Formeln
29988 \end_layout
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29997  Eine Marke wird mit dem Menü 
29998 \family sans
29999 Einfügen\SpecialChar \menuseparator
30000 Marke
30001 \family default
30002  oder dem Werkzeugleistenknopf 
30003 \begin_inset Graphics
30004         filename ../../images/label-insert.png
30005         scale 85
30006
30007 \end_inset
30008
30009  gesetzt.
30010  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30011  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30012 \series bold
30013 eq:
30014 \series default
30015 , nachdem der eigentliche Markenname eingegeben wird.
30016  Der voreingestellte Eintrag steht für 
30017 \begin_inset Quotes gld
30018 \end_inset
30019
30020 equation
30021 \begin_inset Quotes grd
30022 \end_inset
30023
30024  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30025  einer Formel und nicht zu einem Kapitel gehört.
30026  Um eine Marke zu ändern, wählt man wieder das Menü 
30027 \family sans
30028 Einfügen\SpecialChar \menuseparator
30029 Marke
30030 \family default
30031 .
30032 \end_layout
30033
30034 \begin_layout Standard
30035 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30036  Eine Formel mit Marke wird immer nummeriert.
30037 \end_layout
30038
30039 \begin_layout Standard
30040 Querverweise werden mit dem Menü 
30041 \family sans
30042 Einfügen\SpecialChar \menuseparator
30043 Querverweis
30044 \family default
30045  oder dem Werkzeugleistenknopf 
30046 \begin_inset Graphics
30047         filename ../../images/dialog-show-new-inset_ref.png
30048         scale 85
30049
30050 \end_inset
30051
30052  eingefügt.
30053  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30054  Wenn man im Querverweis Dialogfenster das Format 
30055 \series bold
30056 (<Querverweis>)
30057 \series default
30058  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30059 \begin_inset Newline newline
30060 \end_inset
30061
30062 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30063  man zur Formel auf die verwiesen wird.
30064 \end_layout
30065
30066 \begin_layout Standard
30067 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30068 \begin_inset Note Note
30069 status open
30070
30071 \begin_layout Plain Layout
30072 Man beachte die unterschiedlichen Querverweistypen.
30073 \end_layout
30074
30075 \end_inset
30076
30077
30078 \end_layout
30079
30080 \begin_layout Standard
30081 Die Gleichungen 
30082 \begin_inset CommandInset ref
30083 LatexCommand eqref
30084 reference "eq:tag"
30085
30086 \end_inset
30087
30088  und 
30089 \begin_inset CommandInset ref
30090 LatexCommand eqref
30091 reference "eq:c"
30092
30093 \end_inset
30094
30095  sind äquivalent.
30096  In (
30097 \begin_inset CommandInset ref
30098 LatexCommand ref
30099 reference "eq:Lat"
30100
30101 \end_inset
30102
30103 ) werden im Gegensatz zu (
30104 \begin_inset CommandInset ref
30105 LatexCommand ref
30106 reference "eq:Roem"
30107
30108 \end_inset
30109
30110 ) große lateinische Buchstaben zur Nummerierung verwendet.
30111 \end_layout
30112
30113 \begin_layout Standard
30114 \begin_inset VSpace medskip
30115 \end_inset
30116
30117 Ist im Argument von 
30118 \series bold
30119
30120 \backslash
30121 tag
30122 \begin_inset Foot
30123 status collapsed
30124
30125 \begin_layout Plain Layout
30126
30127 \series bold
30128
30129 \backslash
30130 tag
30131 \series default
30132  ist in 
30133 \begin_inset CommandInset ref
30134 LatexCommand ref
30135 reference "sub:Benutzerdefinierte-Nummerierung"
30136
30137 \end_inset
30138
30139  beschrieben.
30140 \end_layout
30141
30142 \end_inset
30143
30144
30145 \series default
30146  wie in 
30147 \begin_inset CommandInset ref
30148 LatexCommand ref
30149 reference "sub:Absatzboxen"
30150
30151 \end_inset
30152
30153  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30154 \end_layout
30155
30156 \begin_layout Subsection
30157 Unternummerierung
30158 \begin_inset Index idx
30159 status collapsed
30160
30161 \begin_layout Plain Layout
30162 Formelnummerierung ! Unternummerierung
30163 \end_layout
30164
30165 \end_inset
30166
30167
30168 \end_layout
30169
30170 \begin_layout Standard
30171 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30172  
30173 \begin_inset Newline newline
30174 \end_inset
30175
30176
30177 \series bold
30178
30179 \backslash
30180 begin{subequations}
30181 \series default
30182  und 
30183 \series bold
30184
30185 \backslash
30186 end{subequations}
30187 \series default
30188  erreichen.
30189  Beide Befehle werden im TeX-Modus eingegeben.
30190 \end_layout
30191
30192 \begin_layout Standard
30193 Dazu ein Beispiel:
30194 \begin_inset Formula \begin{equation}
30195 A=C-B\label{eq:a}
30196 \end{equation}
30197
30198 \end_inset
30199
30200
30201 \begin_inset ERT
30202 status collapsed
30203
30204 \begin_layout Plain Layout
30205
30206
30207 \backslash
30208 addtocounter{equation}{-1}
30209 \end_layout
30210
30211 \end_inset
30212
30213
30214 \begin_inset ERT
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218
30219
30220 \backslash
30221 begin{subequations}
30222 \end_layout
30223
30224 \end_inset
30225
30226
30227 \begin_inset VSpace -5mm
30228 \end_inset
30229
30230
30231 \begin_inset Formula \begin{equation}
30232 B=C-A\label{eq:b}
30233 \end{equation}
30234
30235 \end_inset
30236
30237
30238 \begin_inset Formula \begin{equation}
30239 C=A+B\label{eq:c}
30240 \end{equation}
30241
30242 \end_inset
30243
30244
30245 \end_layout
30246
30247 \begin_layout Standard
30248 \begin_inset ERT
30249 status collapsed
30250
30251 \begin_layout Plain Layout
30252
30253
30254 \backslash
30255 end{subequations}
30256 \end_layout
30257
30258 \end_inset
30259
30260
30261 \end_layout
30262
30263 \begin_layout Standard
30264 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30265 \end_layout
30266
30267 \begin_layout Enumerate
30268 erste Formel eingeben
30269 \end_layout
30270
30271 \begin_layout Enumerate
30272
30273 \series bold
30274
30275 \backslash
30276 addtocounter{equation}{-1} 
30277 \backslash
30278 begin{subequations}
30279 \begin_inset Index idx
30280 status collapsed
30281
30282 \begin_layout Plain Layout
30283 Befehle ! A ! 
30284 \backslash
30285 addtocounter
30286 \end_layout
30287
30288 \end_inset
30289
30290
30291 \begin_inset Newline newline
30292 \end_inset
30293
30294
30295 \series default
30296 nach der ersten Formel einfügen
30297 \end_layout
30298
30299 \begin_layout Enumerate
30300 zweite Formel eingeben
30301 \end_layout
30302
30303 \begin_layout Enumerate
30304 dritte Formel eingeben
30305 \end_layout
30306
30307 \begin_layout Enumerate
30308
30309 \series bold
30310
30311 \backslash
30312 end{subequations}
30313 \series default
30314  nach der dritten Formel einfügen
30315 \end_layout
30316
30317 \begin_layout Standard
30318 Jede Formel, die zwischen den Befehlen 
30319 \series bold
30320
30321 \backslash
30322 begin
30323 \series default
30324  und 
30325 \series bold
30326
30327 \backslash
30328 end
30329 \series default
30330  steht, wird mit a, b, c, \SpecialChar \ldots{}
30331  untergliedert.
30332  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30333  Alle untergliederten Formeln gelten als 
30334 \emph on
30335 eine
30336 \emph default
30337  nummerierte Formel.
30338  Da jede nummerierte Formel den Formelzähler 
30339 \series bold
30340 equation
30341 \series default
30342  um Eins erhöht, ist der Befehl 
30343 \series bold
30344
30345 \backslash
30346 addtocounter
30347 \series default
30348  notwendig um den Zähler wieder zu erniedrigen.
30349  Ansonsten würden die Formeln 
30350 \begin_inset CommandInset ref
30351 LatexCommand eqref
30352 reference "eq:a"
30353
30354 \end_inset
30355
30356
30357 \begin_inset CommandInset ref
30358 LatexCommand eqref
30359 reference "eq:b"
30360
30361 \end_inset
30362
30363
30364 \begin_inset CommandInset ref
30365 LatexCommand eqref
30366 reference "eq:c"
30367
30368 \end_inset
30369
30370  als 
30371 \begin_inset CommandInset ref
30372 LatexCommand eqref
30373 reference "eq:a"
30374
30375 \end_inset
30376
30377
30378 \begin_inset CommandInset ref
30379 LatexCommand eqref
30380 reference "eq:d"
30381
30382 \end_inset
30383
30384
30385 \begin_inset CommandInset ref
30386 LatexCommand eqref
30387 reference "eq:f"
30388
30389 \end_inset
30390
30391  nummeriert werden.
30392 \end_layout
30393
30394 \begin_layout Standard
30395 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30396  Formeln automatisch etwas Leerraum erstellt.
30397  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30398 \series bold
30399
30400 \backslash
30401 begin{subequations}
30402 \series default
30403  -5
30404 \begin_inset space \thinspace{}
30405 \end_inset
30406
30407 mm vertikalen Leerraum ein.
30408  Ist der Formelstil 
30409 \series bold
30410 Eingerückt
30411 \begin_inset Foot
30412 status collapsed
30413
30414 \begin_layout Plain Layout
30415 Formelstile siehe 
30416 \begin_inset CommandInset ref
30417 LatexCommand ref
30418 reference "sec:Formelstile"
30419
30420 \end_inset
30421
30422
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \series default
30429  gewählt, fügt man -7
30430 \begin_inset space \thinspace{}
30431 \end_inset
30432
30433 mm Leerraum ein.
30434 \end_layout
30435
30436 \begin_layout Standard
30437 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30438  der zweiten Zeile abgeschaltet wurde:
30439 \begin_inset ERT
30440 status collapsed
30441
30442 \begin_layout Plain Layout
30443
30444
30445 \backslash
30446 begin{subequations}
30447 \end_layout
30448
30449 \end_inset
30450
30451
30452 \begin_inset Formula \begin{eqnarray}
30453 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30454  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30455  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30456 \end{eqnarray}
30457
30458 \end_inset
30459
30460
30461 \begin_inset ERT
30462 status collapsed
30463
30464 \begin_layout Plain Layout
30465
30466
30467 \backslash
30468 end{subequations}
30469 \end_layout
30470
30471 \end_inset
30472
30473
30474 \end_layout
30475
30476 \begin_layout Subsection
30477 Benutzerdefinierte Nummerierung
30478 \begin_inset CommandInset label
30479 LatexCommand label
30480 name "sub:Benutzerdefinierte-Nummerierung"
30481
30482 \end_inset
30483
30484
30485 \begin_inset Index idx
30486 status collapsed
30487
30488 \begin_layout Plain Layout
30489 Formelnummerierung ! benutzerdefinierte
30490 \end_layout
30491
30492 \end_inset
30493
30494
30495 \end_layout
30496
30497 \begin_layout Standard
30498 \begin_inset Index idx
30499 status collapsed
30500
30501 \begin_layout Plain Layout
30502 Formelnummerierung ! eigene Klammern
30503 \end_layout
30504
30505 \end_inset
30506
30507 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30508  gesetzt.
30509  Will man diese Klammern z.
30510 \begin_inset space \thinspace{}
30511 \end_inset
30512
30513 B.
30514  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30515  an:
30516 \end_layout
30517
30518 \begin_layout Standard
30519
30520 \series bold
30521
30522 \backslash
30523 def
30524 \backslash
30525 tagform@#1{
30526 \backslash
30527 maketag@@@{|#1|}}
30528 \series default
30529
30530 \begin_inset Note Note
30531 status collapsed
30532
30533 \begin_layout Plain Layout
30534 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30535  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30536  werden.
30537 \end_layout
30538
30539 \end_inset
30540
30541
30542 \end_layout
30543
30544 \begin_layout Standard
30545 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30546 \series bold
30547 #1
30548 \series default
30549  durch ein oder mehrere gewünschte Zeichen.
30550  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30551 \end_layout
30552
30553 \begin_layout Standard
30554 \begin_inset VSpace bigskip
30555 \end_inset
30556
30557 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30558  hinter der Formel stehen, benutzt man den Befehl 
30559 \series bold
30560
30561 \backslash
30562 tag
30563 \series default
30564
30565 \begin_inset Index idx
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569 Befehle ! T ! 
30570 \backslash
30571 tag
30572 \end_layout
30573
30574 \end_inset
30575
30576 :
30577 \begin_inset Formula \begin{equation}
30578 A+B=C\tag{etwas}\label{eq:tag}
30579 \end{equation}
30580
30581 \end_inset
30582
30583  In diesem Beispiel wurde in der Formel der Befehl 
30584 \series bold
30585
30586 \backslash
30587 tag
30588 \series default
30589
30590 \begin_inset ERT
30591 status collapsed
30592
30593 \begin_layout Plain Layout
30594
30595
30596 \backslash
30597 leer 
30598 \end_layout
30599
30600 \end_inset
30601
30602
30603 \series bold
30604 etwas
30605 \series default
30606  eingegeben.
30607 \end_layout
30608
30609 \begin_layout Standard
30610 Gibt man stattdessen 
30611 \series bold
30612
30613 \backslash
30614 tag*
30615 \series default
30616
30617 \begin_inset ERT
30618 status collapsed
30619
30620 \begin_layout Plain Layout
30621
30622
30623 \backslash
30624 leer 
30625 \end_layout
30626
30627 \end_inset
30628
30629
30630 \series bold
30631 etwas
30632 \series default
30633  ein, verhindert der Stern die Klammern um den Ausdruck:
30634 \begin_inset Formula \[
30635 A+B=C\tag*{etwas}
30636 \]
30637
30638 \end_inset
30639
30640
30641 \end_layout
30642
30643 \begin_layout Standard
30644 \begin_inset VSpace bigskip
30645 \end_inset
30646
30647 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30648  oder 
30649 \begin_inset ERT
30650 status collapsed
30651
30652 \begin_layout Plain Layout
30653
30654
30655 \backslash
30656 mbox{
30657 \end_layout
30658
30659 \end_inset
30660
30661 -abschnitt
30662 \begin_inset ERT
30663 status collapsed
30664
30665 \begin_layout Plain Layout
30666
30667 }
30668 \end_layout
30669
30670 \end_inset
30671
30672
30673 \begin_inset Note Note
30674 status collapsed
30675
30676 \begin_layout Plain Layout
30677 Der Befehl 
30678 \series bold
30679
30680 \backslash
30681 mbox
30682 \series default
30683  verhindert, dass am Bindestrich umgebrochen wird.
30684 \end_layout
30685
30686 \end_inset
30687
30688  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30689 \end_layout
30690
30691 \begin_layout Standard
30692
30693 \series bold
30694
30695 \backslash
30696 @addtoreset{equation}{part}
30697 \series default
30698
30699 \begin_inset Index idx
30700 status collapsed
30701
30702 \begin_layout Plain Layout
30703 Befehle ! 
30704 \begin_inset ERT
30705 status collapsed
30706
30707 \begin_layout Plain Layout
30708
30709 "
30710 \end_layout
30711
30712 \end_inset
30713
30714 @
30715 \begin_inset ERT
30716 status collapsed
30717
30718 \begin_layout Plain Layout
30719
30720 "
30721 \end_layout
30722
30723 \end_inset
30724
30725  ! 
30726 \backslash
30727
30728 \begin_inset ERT
30729 status collapsed
30730
30731 \begin_layout Plain Layout
30732
30733 "
30734 \end_layout
30735
30736 \end_inset
30737
30738 @
30739 \begin_inset ERT
30740 status collapsed
30741
30742 \begin_layout Plain Layout
30743
30744 "
30745 \end_layout
30746
30747 \end_inset
30748
30749 addtoreset
30750 \end_layout
30751
30752 \end_inset
30753
30754
30755 \begin_inset Newline newline
30756 \end_inset
30757
30758 bzw.
30759 \begin_inset Newline newline
30760 \end_inset
30761
30762
30763 \series bold
30764
30765 \backslash
30766 @addtoreset{equation}{section}
30767 \end_layout
30768
30769 \begin_layout Standard
30770 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30771 \begin_inset Quotes gld
30772 \end_inset
30773
30774 @
30775 \begin_inset Quotes grd
30776 \end_inset
30777
30778  Zeichen für LaTeX mit dem Befehl 
30779 \series bold
30780
30781 \backslash
30782 makeatletter
30783 \series default
30784  
30785 \begin_inset Quotes gld
30786 \end_inset
30787
30788 aktiv
30789 \begin_inset Quotes grd
30790 \end_inset
30791
30792  gemacht werden.
30793  Der Befehl 
30794 \series bold
30795
30796 \backslash
30797 makeatother
30798 \series default
30799  macht dies wieder rückgängig.
30800  Daher ist die Befehlssequenz im TeX-Modus:
30801 \end_layout
30802
30803 \begin_layout Standard
30804
30805 \series bold
30806
30807 \backslash
30808 makeatletter
30809 \begin_inset Newline newline
30810 \end_inset
30811
30812
30813 \backslash
30814 @addtoreset{equation}{section}
30815 \begin_inset Newline newline
30816 \end_inset
30817
30818
30819 \backslash
30820 makeatother
30821 \end_layout
30822
30823 \begin_layout Standard
30824 Im LaTeX-Vorspann können 
30825 \series bold
30826
30827 \backslash
30828 makeatletter
30829 \series default
30830  und 
30831 \series bold
30832
30833 \backslash
30834 makeatother
30835 \series default
30836  weggelassen werden, da LyX sie automatisch intern einfügt.
30837 \end_layout
30838
30839 \begin_layout Standard
30840 Um 
30841 \series bold
30842
30843 \backslash
30844 @addtoreset
30845 \series default
30846  rückgängig zu machen, muss die Datei 
30847 \series bold
30848 remreset.sty
30849 \series default
30850
30851 \begin_inset Foot
30852 status collapsed
30853
30854 \begin_layout Plain Layout
30855
30856 \series bold
30857 remreset
30858 \series default
30859  ist Teil des LaTeX-Paketes 
30860 \series bold
30861 carlisle
30862 \series default
30863
30864 \begin_inset Index idx
30865 status collapsed
30866
30867 \begin_layout Plain Layout
30868 Pakete ! carlisle
30869 \end_layout
30870
30871 \end_inset
30872
30873 , das Teil jeder LaTeX-Standardinstallation ist.
30874 \end_layout
30875
30876 \end_inset
30877
30878
30879 \begin_inset Index idx
30880 status collapsed
30881
30882 \begin_layout Plain Layout
30883 Pakete ! remreset
30884 \end_layout
30885
30886 \end_inset
30887
30888  im LaTeX-Vorspann mit der Zeile
30889 \end_layout
30890
30891 \begin_layout Standard
30892
30893 \series bold
30894
30895 \backslash
30896 usepackage{remreset}
30897 \end_layout
30898
30899 \begin_layout Standard
30900 geladen werden.
30901  Dann kann der Befehl 
30902 \series bold
30903
30904 \backslash
30905 @removefromreset
30906 \series default
30907
30908 \begin_inset Index idx
30909 status collapsed
30910
30911 \begin_layout Plain Layout
30912 Befehle ! 
30913 \begin_inset ERT
30914 status collapsed
30915
30916 \begin_layout Plain Layout
30917
30918 "
30919 \end_layout
30920
30921 \end_inset
30922
30923 @
30924 \begin_inset ERT
30925 status collapsed
30926
30927 \begin_layout Plain Layout
30928
30929 "
30930 \end_layout
30931
30932 \end_inset
30933
30934  ! 
30935 \backslash
30936
30937 \begin_inset ERT
30938 status collapsed
30939
30940 \begin_layout Plain Layout
30941
30942 "
30943 \end_layout
30944
30945 \end_inset
30946
30947 @
30948 \begin_inset ERT
30949 status collapsed
30950
30951 \begin_layout Plain Layout
30952
30953 "
30954 \end_layout
30955
30956 \end_inset
30957
30958 removefromreset
30959 \end_layout
30960
30961 \end_inset
30962
30963  mit dem selben Schema wie 
30964 \series bold
30965
30966 \backslash
30967 @addtoreset
30968 \series default
30969  benutzt werden.
30970 \end_layout
30971
30972 \begin_layout Standard
30973 \begin_inset VSpace bigskip
30974 \end_inset
30975
30976 Oftmals möchte man Formeln in folgender Art nummerieren:
30977 \end_layout
30978
30979 \begin_layout Standard
30980
30981 \family typewriter
30982 (Kapitelnummer.Formelnummer)
30983 \end_layout
30984
30985 \begin_layout Standard
30986 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30987 \end_layout
30988
30989 \begin_layout Standard
30990 Für diesen Fall gibt es den Befehl 
30991 \series bold
30992
30993 \backslash
30994 numberwithin
30995 \series default
30996
30997 \begin_inset Index idx
30998 status collapsed
30999
31000 \begin_layout Plain Layout
31001 Befehle ! N ! 
31002 \backslash
31003 numberwithin
31004 \end_layout
31005
31006 \end_inset
31007
31008 , der nach folgendem Schema benutzt wird:
31009 \end_layout
31010
31011 \begin_layout Standard
31012
31013 \series bold
31014
31015 \backslash
31016 numberwithin{Zähler}{Gliederung}
31017 \end_layout
31018
31019 \begin_layout Standard
31020 Zähler gibt an, welche Nummerierung betroffen ist.
31021  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31022 \end_layout
31023
31024 \begin_layout Standard
31025 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31026  ein:
31027 \end_layout
31028
31029 \begin_layout Standard
31030
31031 \series bold
31032
31033 \backslash
31034 numberwithin{equation}{section}
31035 \end_layout
31036
31037 \begin_layout Standard
31038 Das ist das Ergebnis:
31039 \begin_inset ERT
31040 status collapsed
31041
31042 \begin_layout Plain Layout
31043
31044
31045 \backslash
31046 numberwithin{equation}{section}
31047 \end_layout
31048
31049 \end_inset
31050
31051
31052 \begin_inset Formula \begin{equation}
31053 A+B=C
31054 \end{equation}
31055
31056 \end_inset
31057
31058
31059 \end_layout
31060
31061 \begin_layout Standard
31062 Möchte man z.
31063 \begin_inset space \thinspace{}
31064 \end_inset
31065
31066 B.
31067  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31068  gibt man 
31069 \series bold
31070
31071 \backslash
31072 numberwithin{table}{part}
31073 \series default
31074  ein.
31075 \end_layout
31076
31077 \begin_layout Standard
31078 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31079 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31080  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31081 \end_layout
31082
31083 \begin_layout Standard
31084
31085 \series bold
31086
31087 \backslash
31088 renewcommand{
31089 \backslash
31090 theequation}{
31091 \backslash
31092 arabic{equation}}
31093 \begin_inset Index idx
31094 status collapsed
31095
31096 \begin_layout Plain Layout
31097 Befehle ! A ! 
31098 \backslash
31099 arabic
31100 \end_layout
31101
31102 \end_inset
31103
31104
31105 \series default
31106
31107 \begin_inset ERT
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111
31112
31113 \backslash
31114 renewcommand{
31115 \backslash
31116 theequation}{
31117 \backslash
31118 arabic{equation}}
31119 \end_layout
31120
31121 \end_inset
31122
31123
31124 \series bold
31125
31126 \begin_inset Newline newline
31127 \end_inset
31128
31129
31130 \series default
31131 bzw.
31132 \series bold
31133
31134 \begin_inset Newline newline
31135 \end_inset
31136
31137
31138 \backslash
31139 renewcommand{
31140 \backslash
31141 thetable}{
31142 \backslash
31143 arabic{table}}
31144 \end_layout
31145
31146 \begin_layout Standard
31147
31148 \series bold
31149
31150 \backslash
31151 numberwithin
31152 \series default
31153  benutzt intern den oben beschriebenen Befehl 
31154 \series bold
31155
31156 \backslash
31157 @addtoreset
31158 \series default
31159 , der ebenfalls rückgängig gemacht werden muss.
31160 \begin_inset ERT
31161 status collapsed
31162
31163 \begin_layout Plain Layout
31164
31165
31166 \backslash
31167 makeatletter
31168 \end_layout
31169
31170 \begin_layout Plain Layout
31171
31172
31173 \backslash
31174 @removefromreset{equation}{section}
31175 \end_layout
31176
31177 \begin_layout Plain Layout
31178
31179
31180 \backslash
31181 makeatother
31182 \end_layout
31183
31184 \end_inset
31185
31186
31187 \end_layout
31188
31189 \begin_layout Subsection
31190 Nummerierung mit römischen Zahlen und Buchstaben
31191 \begin_inset Index idx
31192 status collapsed
31193
31194 \begin_layout Plain Layout
31195 Formelnummerierung ! mit Buchstaben
31196 \end_layout
31197
31198 \end_inset
31199
31200
31201 \begin_inset Index idx
31202 status collapsed
31203
31204 \begin_layout Plain Layout
31205 Formelnummerierung ! mit römischen Zahlen
31206 \end_layout
31207
31208 \end_inset
31209
31210
31211 \end_layout
31212
31213 \begin_layout Standard
31214 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31215  werden.
31216  Um z.
31217 \begin_inset space \thinspace{}
31218 \end_inset
31219
31220 B.
31221  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31222  TeX-Modus den Befehl
31223 \end_layout
31224
31225 \begin_layout Standard
31226
31227 \series bold
31228
31229 \backslash
31230 renewcommand{
31231 \backslash
31232 theequation}{
31233 \backslash
31234 roman{equation}}
31235 \end_layout
31236
31237 \begin_layout Standard
31238 ein.
31239  
31240 \series bold
31241
31242 \backslash
31243 renewcommand
31244 \series default
31245
31246 \begin_inset Index idx
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250 Befehle ! R ! 
31251 \backslash
31252 renewcommand
31253 \end_layout
31254
31255 \end_inset
31256
31257  weist dem vordefinierten Befehl 
31258 \series bold
31259
31260 \backslash
31261 theequation
31262 \series default
31263  den Befehl
31264 \begin_inset Newline linebreak
31265 \end_inset
31266
31267
31268 \series bold
31269
31270 \backslash
31271 roman{equation}
31272 \series default
31273  zu.
31274 \begin_inset Foot
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278 Der Befehl 
31279 \series bold
31280
31281 \backslash
31282 renewcommand
31283 \series default
31284  besitzt dasselbe Schema wie der in 
31285 \begin_inset CommandInset ref
31286 LatexCommand ref
31287 reference "sub:Der-Befehl-newcommand"
31288
31289 \end_inset
31290
31291  beschriebene Befehl
31292 \begin_inset Newline newline
31293 \end_inset
31294
31295
31296 \series bold
31297
31298 \backslash
31299 newcommand
31300 \series default
31301 .
31302 \end_layout
31303
31304 \end_inset
31305
31306  
31307 \series bold
31308 equation
31309 \series default
31310  ist der Formelzähler.
31311  Stellt man einem Zähler den Befehl 
31312 \series bold
31313
31314 \backslash
31315 the
31316 \series default
31317  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31318  wird.
31319  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31320  
31321 \series bold
31322
31323 \backslash
31324 theequation
31325 \series default
31326  hinter die Formel.
31327  
31328 \series bold
31329
31330 \backslash
31331 roman{equation}
31332 \begin_inset Index idx
31333 status collapsed
31334
31335 \begin_layout Plain Layout
31336 Befehle ! R ! 
31337 \backslash
31338 roman
31339 \end_layout
31340
31341 \end_inset
31342
31343
31344 \series default
31345  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31346 \end_layout
31347
31348 \begin_layout Standard
31349 Alle Formeln nach dem 
31350 \series bold
31351
31352 \backslash
31353 renewcommand
31354 \series default
31355 -Befehl werden nun römisch nummeriert.
31356  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31357  den Befehl erneut ein, ersetzt aber 
31358 \series bold
31359
31360 \backslash
31361 roman
31362 \series default
31363  durch 
31364 \series bold
31365
31366 \backslash
31367 Roman
31368 \series default
31369
31370 \begin_inset Index idx
31371 status collapsed
31372
31373 \begin_layout Plain Layout
31374 Befehle ! R ! 
31375 \backslash
31376 roman@
31377 \backslash
31378 Roman
31379 \end_layout
31380
31381 \end_inset
31382
31383 .
31384  Für die 
31385 \begin_inset Quotes gld
31386 \end_inset
31387
31388 Nummerierung
31389 \begin_inset Quotes grd
31390 \end_inset
31391
31392  mit lateinischen Buchstaben gibt es den Befehl 
31393 \series bold
31394
31395 \backslash
31396 alph
31397 \series default
31398
31399 \begin_inset Index idx
31400 status collapsed
31401
31402 \begin_layout Plain Layout
31403 Befehle ! A ! 
31404 \backslash
31405 alph
31406 \end_layout
31407
31408 \end_inset
31409
31410  für kleine und 
31411 \series bold
31412
31413 \backslash
31414 Alph
31415 \series default
31416
31417 \begin_inset Index idx
31418 status collapsed
31419
31420 \begin_layout Plain Layout
31421 Befehle ! A ! 
31422 \backslash
31423 alph@
31424 \backslash
31425 Alph
31426 \end_layout
31427
31428 \end_inset
31429
31430  für große Buchstaben.
31431 \end_layout
31432
31433 \begin_layout Standard
31434 \begin_inset Note Greyedout
31435 status open
31436
31437 \begin_layout Plain Layout
31438
31439 \series bold
31440 Achtung:
31441 \series default
31442  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31443  nummeriert werden.
31444 \end_layout
31445
31446 \end_inset
31447
31448
31449 \end_layout
31450
31451 \begin_layout Standard
31452 \begin_inset ERT
31453 status collapsed
31454
31455 \begin_layout Plain Layout
31456
31457
31458 \backslash
31459 renewcommand{
31460 \backslash
31461 theequation}{
31462 \backslash
31463 roman{equation}}
31464 \end_layout
31465
31466 \end_inset
31467
31468
31469 \end_layout
31470
31471 \begin_layout Standard
31472 \begin_inset Formula \begin{equation}
31473 A=\textrm{römisch}
31474 \end{equation}
31475
31476 \end_inset
31477
31478
31479 \begin_inset ERT
31480 status collapsed
31481
31482 \begin_layout Plain Layout
31483
31484
31485 \backslash
31486 renewcommand{
31487 \backslash
31488 theequation}{
31489 \backslash
31490 Roman{equation}}
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \begin_inset Formula \begin{equation}
31497 B=\textrm{Römisch}\label{eq:Roem}
31498 \end{equation}
31499
31500 \end_inset
31501
31502
31503 \begin_inset ERT
31504 status collapsed
31505
31506 \begin_layout Plain Layout
31507
31508
31509 \backslash
31510 renewcommand{
31511 \backslash
31512 theequation}{
31513 \backslash
31514 alph{equation}}
31515 \end_layout
31516
31517 \end_inset
31518
31519
31520 \begin_inset Formula \begin{equation}
31521 C=\textrm{lateinisch}
31522 \end{equation}
31523
31524 \end_inset
31525
31526
31527 \begin_inset ERT
31528 status collapsed
31529
31530 \begin_layout Plain Layout
31531
31532
31533 \backslash
31534 renewcommand{
31535 \backslash
31536 theequation}{
31537 \backslash
31538 Alph{equation}}
31539 \end_layout
31540
31541 \end_inset
31542
31543
31544 \begin_inset Formula \begin{equation}
31545 D=\textrm{Lateinisch}\label{eq:Lat}
31546 \end{equation}
31547
31548 \end_inset
31549
31550
31551 \end_layout
31552
31553 \begin_layout Standard
31554 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31555  ein:
31556 \end_layout
31557
31558 \begin_layout Standard
31559
31560 \series bold
31561
31562 \backslash
31563 renewcommand{
31564 \backslash
31565 theequation}{
31566 \backslash
31567 arabic{equation}}
31568 \begin_inset Index idx
31569 status collapsed
31570
31571 \begin_layout Plain Layout
31572 Befehle ! A ! 
31573 \backslash
31574 arabic
31575 \end_layout
31576
31577 \end_inset
31578
31579
31580 \end_layout
31581
31582 \begin_layout Standard
31583 \begin_inset ERT
31584 status collapsed
31585
31586 \begin_layout Plain Layout
31587
31588
31589 \backslash
31590 renewcommand{
31591 \backslash
31592 theequation}{
31593 \backslash
31594 arabic{equation}}
31595 \end_layout
31596
31597 \end_inset
31598
31599
31600 \begin_inset Formula \begin{equation}
31601 E=\textrm{arabisch}
31602 \end{equation}
31603
31604 \end_inset
31605
31606
31607 \end_layout
31608
31609 \begin_layout Standard
31610 \begin_inset VSpace medskip
31611 \end_inset
31612
31613 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31614 riert.
31615  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31616  beginnen, müssen neue Formelzähler angelegt werden.
31617  Eine Beschreibung dazu findet man in der Datei 
31618 \begin_inset CommandInset href
31619 LatexCommand href
31620 name "Formelnummerierung.lyx"
31621 target "run:Formelnummerierung.lyx"
31622
31623 \end_inset
31624
31625 .
31626 \end_layout
31627
31628 \begin_layout Section
31629 Chemische Symbole und Reaktionsgleichungen
31630 \begin_inset CommandInset label
31631 LatexCommand label
31632 name "sub:Chemische-Symbole-und"
31633
31634 \end_inset
31635
31636
31637 \begin_inset Index idx
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641 chemische Zeichen ! Symbole
31642 \end_layout
31643
31644 \end_inset
31645
31646
31647 \begin_inset Index idx
31648 status collapsed
31649
31650 \begin_layout Plain Layout
31651 Reaktionsgleichungen
31652 \end_layout
31653
31654 \end_inset
31655
31656
31657 \begin_inset Index idx
31658 status collapsed
31659
31660 \begin_layout Plain Layout
31661 Symbole ! chemische
31662 \end_layout
31663
31664 \end_inset
31665
31666
31667 \end_layout
31668
31669 \begin_layout Standard
31670 Ein Beispieltext aus der Chemie:
31671 \end_layout
31672
31673 \begin_layout Quote
31674 Das 
31675 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31676 \end_inset
31677
31678 -Ion verbindet sich mit zwei 
31679 \begin_inset Formula $\mathrm{Na^{+}}$
31680 \end_inset
31681
31682 -Ionen zu Natriumsulfat 
31683 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31684 \end_inset
31685
31686 .
31687  Die Reaktionsgleichung dazu lautet:
31688 \begin_inset Formula \begin{equation}
31689 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31690 \end{equation}
31691
31692 \end_inset
31693
31694
31695 \end_layout
31696
31697 \begin_layout Standard
31698 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31699  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31700  in der Formel und wandelt diese mit der Tastenkombination 
31701 \family sans
31702 Alt+Z
31703 \begin_inset space ~
31704 \end_inset
31705
31706 R
31707 \family default
31708  in den aufrechten Schriftstil um.
31709 \begin_inset Foot
31710 status collapsed
31711
31712 \begin_layout Plain Layout
31713 Schriftstile siehe 
31714 \begin_inset CommandInset ref
31715 LatexCommand ref
31716 reference "sub:Schriftstile"
31717
31718 \end_inset
31719
31720
31721 \end_layout
31722
31723 \end_inset
31724
31725
31726 \end_layout
31727
31728 \begin_layout Standard
31729 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31730 \series bold
31731  
31732 \backslash
31733 ce
31734 \series default
31735
31736 \begin_inset Index idx
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740 Befehle ! C ! 
31741 \backslash
31742 ce
31743 \end_layout
31744
31745 \end_inset
31746
31747  zu benutzen.
31748  Dieser ist verfügbar, wenn das LaTeX-Paket 
31749 \series bold
31750 mhchem
31751 \series default
31752
31753 \begin_inset Index idx
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757 Pakete ! mhchem
31758 \end_layout
31759
31760 \end_inset
31761
31762  installiert ist.
31763  Nachdem 
31764 \series bold
31765
31766 \backslash
31767 ce
31768 \series default
31769  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31770  Formeln in intuitiver Weise eingegeben werden können.
31771 \end_layout
31772
31773 \begin_layout Standard
31774 \align center
31775 \begin_inset Tabular
31776 <lyxtabular version="3" rows="9" columns="2">
31777 <features tabularvalignment="middle">
31778 <column alignment="center" valignment="top" width="0">
31779 <column alignment="center" valignment="top" width="0">
31780 <row>
31781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31782 \begin_inset Text
31783
31784 \begin_layout Plain Layout
31785 Befehl
31786 \end_layout
31787
31788 \end_inset
31789 </cell>
31790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31791 \begin_inset Text
31792
31793 \begin_layout Plain Layout
31794 Ergebnis
31795 \begin_inset Note Note
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799
31800 \series bold
31801
31802 \backslash
31803 raisebox
31804 \series default
31805  dient nur als Abstandhalter.
31806 \end_layout
31807
31808 \end_inset
31809
31810
31811 \end_layout
31812
31813 \end_inset
31814 </cell>
31815 </row>
31816 <row>
31817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31818 \begin_inset Text
31819
31820 \begin_layout Plain Layout
31821
31822 \backslash
31823 ce
31824 \begin_inset ERT
31825 status collapsed
31826
31827 \begin_layout Plain Layout
31828
31829
31830 \backslash
31831 leer 
31832 \end_layout
31833
31834 \end_inset
31835
31836 H2CO3
31837 \end_layout
31838
31839 \end_inset
31840 </cell>
31841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31842 \begin_inset Text
31843
31844 \begin_layout Plain Layout
31845 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31846 \end_inset
31847
31848
31849 \end_layout
31850
31851 \end_inset
31852 </cell>
31853 </row>
31854 <row>
31855 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31856 \begin_inset Text
31857
31858 \begin_layout Plain Layout
31859
31860 \backslash
31861 ce
31862 \begin_inset ERT
31863 status collapsed
31864
31865 \begin_layout Plain Layout
31866
31867
31868 \backslash
31869 leer 
31870 \end_layout
31871
31872 \end_inset
31873
31874 SO4^2-
31875 \end_layout
31876
31877 \end_inset
31878 </cell>
31879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31880 \begin_inset Text
31881
31882 \begin_layout Plain Layout
31883 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31884 \end_inset
31885
31886
31887 \end_layout
31888
31889 \end_inset
31890 </cell>
31891 </row>
31892 <row>
31893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31894 \begin_inset Text
31895
31896 \begin_layout Plain Layout
31897
31898 \backslash
31899 ce
31900 \begin_inset ERT
31901 status collapsed
31902
31903 \begin_layout Plain Layout
31904
31905
31906 \backslash
31907 leer 
31908 \end_layout
31909
31910 \end_inset
31911
31912 (NH4)2S
31913 \end_layout
31914
31915 \end_inset
31916 </cell>
31917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31918 \begin_inset Text
31919
31920 \begin_layout Plain Layout
31921 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31922 \end_inset
31923
31924
31925 \end_layout
31926
31927 \end_inset
31928 </cell>
31929 </row>
31930 <row>
31931 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31932 \begin_inset Text
31933
31934 \begin_layout Plain Layout
31935
31936 \backslash
31937 ce
31938 \begin_inset ERT
31939 status collapsed
31940
31941 \begin_layout Plain Layout
31942
31943
31944 \backslash
31945 leer 
31946 \end_layout
31947
31948 \end_inset
31949
31950 KCr(SO4)2.12H2O
31951 \end_layout
31952
31953 \end_inset
31954 </cell>
31955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31956 \begin_inset Text
31957
31958 \begin_layout Plain Layout
31959 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31960 \end_inset
31961
31962
31963 \end_layout
31964
31965 \end_inset
31966 </cell>
31967 </row>
31968 <row>
31969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31970 \begin_inset Text
31971
31972 \begin_layout Plain Layout
31973
31974 \backslash
31975 ce
31976 \begin_inset ERT
31977 status collapsed
31978
31979 \begin_layout Plain Layout
31980
31981
31982 \backslash
31983 leer 
31984 \end_layout
31985
31986 \end_inset
31987
31988 A-B
31989 \backslash
31990 dbond
31991 \begin_inset ERT
31992 status collapsed
31993
31994 \begin_layout Plain Layout
31995
31996
31997 \backslash
31998 leer 
31999 \end_layout
32000
32001 \end_inset
32002
32003 C
32004 \backslash
32005 tbond
32006 \begin_inset ERT
32007 status collapsed
32008
32009 \begin_layout Plain Layout
32010
32011
32012 \backslash
32013 leer 
32014 \end_layout
32015
32016 \end_inset
32017
32018 D
32019 \end_layout
32020
32021 \end_inset
32022 </cell>
32023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32024 \begin_inset Text
32025
32026 \begin_layout Plain Layout
32027 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32028 \end_inset
32029
32030
32031 \end_layout
32032
32033 \end_inset
32034 </cell>
32035 </row>
32036 <row>
32037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32038 \begin_inset Text
32039
32040 \begin_layout Plain Layout
32041
32042 \backslash
32043 ce
32044 \begin_inset ERT
32045 status collapsed
32046
32047 \begin_layout Plain Layout
32048
32049
32050 \backslash
32051 leer 
32052 \end_layout
32053
32054 \end_inset
32055
32056 ^227
32057 \begin_inset Formula $\downarrow$
32058 \end_inset
32059
32060 _90
32061 \begin_inset Formula $\to$
32062 \end_inset
32063
32064 Th+
32065 \end_layout
32066
32067 \end_inset
32068 </cell>
32069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32070 \begin_inset Text
32071
32072 \begin_layout Plain Layout
32073 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32074 \end_inset
32075
32076
32077 \end_layout
32078
32079 \end_inset
32080 </cell>
32081 </row>
32082 <row>
32083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32084 \begin_inset Text
32085
32086 \begin_layout Plain Layout
32087
32088 \backslash
32089 ce
32090 \begin_inset ERT
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095
32096 \backslash
32097 leer 
32098 \end_layout
32099
32100 \end_inset
32101
32102 CO2
32103 \begin_inset ERT
32104 status collapsed
32105
32106 \begin_layout Plain Layout
32107
32108
32109 \backslash
32110 leer 
32111 \end_layout
32112
32113 \end_inset
32114
32115 +
32116 \begin_inset ERT
32117 status collapsed
32118
32119 \begin_layout Plain Layout
32120
32121
32122 \backslash
32123 leer 
32124 \end_layout
32125
32126 \end_inset
32127
32128 C
32129 \begin_inset ERT
32130 status collapsed
32131
32132 \begin_layout Plain Layout
32133
32134
32135 \backslash
32136 leer 
32137 \end_layout
32138
32139 \end_inset
32140
32141 <=>
32142 \begin_inset ERT
32143 status collapsed
32144
32145 \begin_layout Plain Layout
32146
32147
32148 \backslash
32149 leer 
32150 \end_layout
32151
32152 \end_inset
32153
32154 2CO
32155 \end_layout
32156
32157 \end_inset
32158 </cell>
32159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32160 \begin_inset Text
32161
32162 \begin_layout Plain Layout
32163 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32164 \end_inset
32165
32166
32167 \end_layout
32168
32169 \end_inset
32170 </cell>
32171 </row>
32172 <row>
32173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32174 \begin_inset Text
32175
32176 \begin_layout Plain Layout
32177
32178 \backslash
32179 ce
32180 \begin_inset ERT
32181 status collapsed
32182
32183 \begin_layout Plain Layout
32184
32185
32186 \backslash
32187 leer 
32188 \end_layout
32189
32190 \end_inset
32191
32192 CO2
32193 \begin_inset ERT
32194 status collapsed
32195
32196 \begin_layout Plain Layout
32197
32198
32199 \backslash
32200 leer 
32201 \end_layout
32202
32203 \end_inset
32204
32205 +
32206 \begin_inset ERT
32207 status collapsed
32208
32209 \begin_layout Plain Layout
32210
32211
32212 \backslash
32213 leer 
32214 \end_layout
32215
32216 \end_inset
32217
32218 C
32219 \begin_inset ERT
32220 status collapsed
32221
32222 \begin_layout Plain Layout
32223
32224
32225 \backslash
32226 leer 
32227 \end_layout
32228
32229 \end_inset
32230
32231 ->[
32232 \backslash
32233 alpha][
32234 \backslash
32235 beta]
32236 \begin_inset ERT
32237 status collapsed
32238
32239 \begin_layout Plain Layout
32240
32241
32242 \backslash
32243 leer 
32244 \end_layout
32245
32246 \end_inset
32247
32248 2CO}
32249 \end_layout
32250
32251 \end_inset
32252 </cell>
32253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32254 \begin_inset Text
32255
32256 \begin_layout Plain Layout
32257 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32258 \end_inset
32259
32260
32261 \end_layout
32262
32263 \end_inset
32264 </cell>
32265 </row>
32266 </lyxtabular>
32267
32268 \end_inset
32269
32270
32271 \end_layout
32272
32273 \begin_layout Standard
32274 \begin_inset Note Greyedout
32275 status open
32276
32277 \begin_layout Plain Layout
32278
32279 \series bold
32280 Achtung:
32281 \series default
32282  Wenn eine Formel in eine 
32283 \series bold
32284
32285 \backslash
32286 ce
32287 \series default
32288 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32289  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32290 \begin_inset space \thinspace{}
32291 \end_inset
32292
32293 B.
32294  für 
32295 \series bold
32296
32297 \backslash
32298 ce{$
32299 \backslash
32300 mu
32301 \backslash
32302 hyphen$Cl}
32303 \series default
32304
32305 \begin_inset ERT
32306 status collapsed
32307
32308 \begin_layout Plain Layout
32309
32310
32311 \backslash
32312 ce{$
32313 \backslash
32314 mu
32315 \backslash
32316 hyphen$Cl}
32317 \end_layout
32318
32319 \end_inset
32320
32321  
32322 \end_layout
32323
32324 \end_inset
32325
32326
32327 \end_layout
32328
32329 \begin_layout Standard
32330 Wird 
32331 \series bold
32332
32333 \backslash
32334 ce
32335 \series default
32336  benutzt, lautet der Befehl für Gleichung
32337 \begin_inset space ~
32338 \end_inset
32339
32340
32341 \begin_inset CommandInset ref
32342 LatexCommand eqref
32343 reference "eq:chemische-Reaktion"
32344
32345 \end_inset
32346
32347 :
32348 \begin_inset Newline newline
32349 \end_inset
32350
32351
32352 \series bold
32353  
32354 \backslash
32355 ce
32356 \series default
32357
32358 \begin_inset ERT
32359 status collapsed
32360
32361 \begin_layout Plain Layout
32362
32363
32364 \backslash
32365 leer 
32366 \end_layout
32367
32368 \end_inset
32369
32370
32371 \series bold
32372 2Na+
32373 \series default
32374
32375 \begin_inset ERT
32376 status collapsed
32377
32378 \begin_layout Plain Layout
32379
32380
32381 \backslash
32382 leer 
32383 \end_layout
32384
32385 \end_inset
32386
32387
32388 \series bold
32389 +
32390 \series default
32391
32392 \begin_inset ERT
32393 status collapsed
32394
32395 \begin_layout Plain Layout
32396
32397
32398 \backslash
32399 leer 
32400 \end_layout
32401
32402 \end_inset
32403
32404
32405 \series bold
32406 SO4^2-
32407 \series default
32408
32409 \begin_inset ERT
32410 status collapsed
32411
32412 \begin_layout Plain Layout
32413
32414
32415 \backslash
32416 leer 
32417 \end_layout
32418
32419 \end_inset
32420
32421
32422 \begin_inset ERT
32423 status collapsed
32424
32425 \begin_layout Plain Layout
32426
32427
32428 \backslash
32429 leer 
32430 \end_layout
32431
32432 \end_inset
32433
32434
32435 \series bold
32436 ->
32437 \series default
32438
32439 \begin_inset ERT
32440 status collapsed
32441
32442 \begin_layout Plain Layout
32443
32444
32445 \backslash
32446 leer 
32447 \end_layout
32448
32449 \end_inset
32450
32451
32452 \series bold
32453 Na2SO4
32454 \end_layout
32455
32456 \begin_layout Standard
32457 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32458  Formel erstellt, wie in 
32459 \begin_inset CommandInset ref
32460 LatexCommand ref
32461 reference "sec:Mehrzeilige-Formeln"
32462
32463 \end_inset
32464
32465  beschrieben.
32466  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32467 \series bold
32468
32469 \backslash
32470 ce
32471 \series default
32472  verwendet.
32473  
32474 \begin_inset CommandInset ref
32475 LatexCommand eqref
32476 reference "eq:TEOS-Reaktion-1"
32477
32478 \end_inset
32479
32480  und 
32481 \begin_inset CommandInset ref
32482 LatexCommand eqref
32483 reference "eq:TEOS-Reaktion-2"
32484
32485 \end_inset
32486
32487  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32488  Gleichung eine eigene Nummer hat.
32489 \begin_inset Formula \begin{eqnarray}
32490 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32491 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32492 \end{eqnarray}
32493
32494 \end_inset
32495
32496
32497 \end_layout
32498
32499 \begin_layout Standard
32500 Außer 
32501 \series bold
32502
32503 \backslash
32504 ce
32505 \series default
32506  bietet das Paket 
32507 \series bold
32508 mhchem
32509 \series default
32510  noch den Befehl 
32511 \series bold
32512
32513 \backslash
32514 cf
32515 \series default
32516
32517 \begin_inset Index idx
32518 status collapsed
32519
32520 \begin_layout Plain Layout
32521 Befehle ! C ! 
32522 \backslash
32523 cf
32524 \end_layout
32525
32526 \end_inset
32527
32528  für spezielle Fälle.
32529  Mehr über 
32530 \series bold
32531
32532 \backslash
32533 cf
32534 \series default
32535  und weitere Beispiele sind in der Dokumentation von 
32536 \series bold
32537 mhchem
32538 \series default
32539  zu finden, 
32540 \begin_inset CommandInset citation
32541 LatexCommand cite
32542 key "mhchem"
32543
32544 \end_inset
32545
32546 .
32547 \end_layout
32548
32549 \begin_layout Section
32550 Diagramme
32551 \end_layout
32552
32553 \begin_layout Standard
32554 LyX unterstützt zwei Typen kommutativer Diagramme: 
32555 \series bold
32556 amscd
32557 \series default
32558  und 
32559 \series bold
32560 xymatrix
32561 \series default
32562 , die im Folgenden erläutert sind.
32563 \end_layout
32564
32565 \begin_layout Subsection
32566 amscd Diagramme
32567 \begin_inset Index idx
32568 status collapsed
32569
32570 \begin_layout Plain Layout
32571 Diagramme ! amscd
32572 \end_layout
32573
32574 \end_inset
32575
32576
32577 \end_layout
32578
32579 \begin_layout Standard
32580 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32581  Linien oder Pfeilen dar:
32582 \begin_inset Formula \[
32583 \begin{CD}A@>>>B@>>>C\\
32584 @AAA@.@VVV\\
32585 F@<<<E@<<<D
32586 \end{CD}
32587 \]
32588
32589 \end_inset
32590
32591
32592 \end_layout
32593
32594 \begin_layout Standard
32595 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32596 \series bold
32597
32598 \backslash
32599 CD
32600 \begin_inset Index idx
32601 status collapsed
32602
32603 \begin_layout Plain Layout
32604 Befehle ! C ! 
32605 \backslash
32606 CD
32607 \end_layout
32608
32609 \end_inset
32610
32611
32612 \series default
32613  ein.
32614  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32615  man die weiteren Befehle eingibt.
32616  Mit 
32617 \series bold
32618
32619 \begin_inset ERT
32620 status collapsed
32621
32622 \begin_layout Plain Layout
32623
32624
32625 \backslash
32626 mbox{
32627 \end_layout
32628
32629 \end_inset
32630
32631
32632 \family sans
32633 \series default
32634 Strg+Enter
32635 \family default
32636 \series bold
32637
32638 \begin_inset ERT
32639 status collapsed
32640
32641 \begin_layout Plain Layout
32642
32643 }
32644 \end_layout
32645
32646 \end_inset
32647
32648
32649 \series default
32650  wird eine neue Zeile erstellt.
32651  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32652  Zeilen der Formel eingegeben.
32653 \end_layout
32654
32655 \begin_layout Standard
32656 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32657 \end_layout
32658
32659 \begin_layout Itemize
32660
32661 \series bold
32662 @<<<
32663 \series default
32664  erstellt einen Linkspfeil, 
32665 \series bold
32666 @>>>
32667 \series default
32668  einen Rechtspfeil und 
32669 \series bold
32670 @=
32671 \series default
32672  ein langes Gleichheitszeichen
32673 \end_layout
32674
32675 \begin_layout Itemize
32676
32677 \series bold
32678 @AAA
32679 \series default
32680  erstellt einen Pfeil nach oben, 
32681 \series bold
32682 @VVV
32683 \series default
32684  einen Pfeil nach unten und 
32685 \series bold
32686 @|
32687 \series default
32688  ein senkrechtes Gleichheitszeichen
32689 \end_layout
32690
32691 \begin_layout Itemize
32692
32693 \series bold
32694 @.
32695
32696 \series default
32697  dient als Platzhalter für nicht vorhandene Beziehungen
32698 \end_layout
32699
32700 \begin_layout Standard
32701 Alle Pfeile sind wie folgt beschriftbar:
32702 \end_layout
32703
32704 \begin_layout Itemize
32705 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32706  > Text eingegeben, erscheint er über dem Pfeil.
32707  Wird der Text zwischen dem zweiten und dritten < bzw.
32708  > eingegeben, erscheint er unter dem Pfeil.
32709 \end_layout
32710
32711 \begin_layout Itemize
32712 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32713  V eingegeben, erscheint er links neben dem Pfeil.
32714  Bei Eingabe zwischen zweitem und drittem A bzw.
32715  V erscheint er rechts daneben.
32716  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32717  gesetzt werden.
32718 \end_layout
32719
32720 \begin_layout Standard
32721 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32722 \end_layout
32723
32724 \begin_layout Standard
32725 \begin_inset Formula \[
32726 \begin{CD}A@>j>>B@>>k>C@=F\\
32727 @AmAA@.@VV{V}V@|\\
32728 D@<<j<E@>k>>F@=C
32729 \end{CD}
32730 \]
32731
32732 \end_inset
32733
32734
32735 \end_layout
32736
32737 \begin_layout Standard
32738 Der Befehl dazu lautet:
32739 \begin_inset Newline newline
32740 \end_inset
32741
32742
32743 \series bold
32744
32745 \backslash
32746 CD
32747 \begin_inset ERT
32748 status collapsed
32749
32750 \begin_layout Plain Layout
32751
32752
32753 \backslash
32754 leer 
32755 \end_layout
32756
32757 \end_inset
32758
32759 A@>j>>B@>>k>C@=F Strg+Enter
32760 \begin_inset Newline newline
32761 \end_inset
32762
32763
32764 \begin_inset Phantom HPhantom
32765 status open
32766
32767 \begin_layout Plain Layout
32768
32769 \series bold
32770
32771 \backslash
32772 CD
32773 \begin_inset ERT
32774 status collapsed
32775
32776 \begin_layout Plain Layout
32777
32778
32779 \backslash
32780 leer 
32781 \end_layout
32782
32783 \end_inset
32784
32785
32786 \end_layout
32787
32788 \end_inset
32789
32790 @AmAA@.@VV
32791 \backslash
32792 {V
32793 \series default
32794
32795 \begin_inset Formula $\to$
32796 \end_inset
32797
32798
32799 \series bold
32800 V@| Strg+Enter
32801 \begin_inset Newline newline
32802 \end_inset
32803
32804
32805 \begin_inset Phantom HPhantom
32806 status open
32807
32808 \begin_layout Plain Layout
32809
32810 \series bold
32811
32812 \backslash
32813 CD
32814 \begin_inset ERT
32815 status collapsed
32816
32817 \begin_layout Plain Layout
32818
32819
32820 \backslash
32821 leer 
32822 \end_layout
32823
32824 \end_inset
32825
32826
32827 \end_layout
32828
32829 \end_inset
32830
32831 D@<<j<E@>k>>F@=C
32832 \end_layout
32833
32834 \begin_layout Subsection
32835 xymatrix Diagramme
32836 \begin_inset Index idx
32837 status collapsed
32838
32839 \begin_layout Plain Layout
32840 Diagramme ! xymatrix
32841 \end_layout
32842
32843 \end_inset
32844
32845
32846 \end_layout
32847
32848 \begin_layout Standard
32849 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32850 \series bold
32851 xypic
32852 \series default
32853  installiert sein.
32854  Eine Xymatrix wird erstellt, indem der Befehl 
32855 \series bold
32856
32857 \backslash
32858 xymatrix
32859 \series default
32860  in eine Formel eingegeben wird.
32861  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32862  hinzufügen, siehe 
32863 \begin_inset CommandInset ref
32864 LatexCommand ref
32865 reference "sec:Matrizen"
32866
32867 \end_inset
32868
32869 .
32870 \end_layout
32871
32872 \begin_layout Standard
32873 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32874  gekrümmte Pfeile und vieles mehr.
32875  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32876  sind im Detail im 
32877 \emph on
32878 XY-pic-Handbuch
32879 \emph default
32880  erklärt, dass im Menü 
32881 \family sans
32882 Hilfe\SpecialChar \menuseparator
32883 Spezielle
32884 \begin_inset space ~
32885 \end_inset
32886
32887 Handbücher
32888 \family default
32889  zu finden ist.
32890 \end_layout
32891
32892 \begin_layout Subsection
32893
32894 \noun on
32895 Feynman
32896 \noun default
32897  Diagramme
32898 \begin_inset Index idx
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902 Diagramme ! Feynman
32903 \end_layout
32904
32905 \end_inset
32906
32907
32908 \end_layout
32909
32910 \begin_layout Standard
32911 Um 
32912 \noun on
32913 Feynman-
32914 \noun default
32915 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32916 \series bold
32917 feyn
32918 \series default
32919  installiert sein.
32920  Ein 
32921 \noun on
32922 Feynman-
32923 \noun default
32924 Diagramm wird erstellt, indem der Befehl 
32925 \series bold
32926
32927 \backslash
32928 Diagram
32929 \series default
32930  in eine Formel eingegeben wird.
32931  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32932  hinzufügen, siehe 
32933 \begin_inset CommandInset ref
32934 LatexCommand ref
32935 reference "sec:Matrizen"
32936
32937 \end_inset
32938
32939 .
32940 \end_layout
32941
32942 \begin_layout Standard
32943 Beispiele wie man in LyX 
32944 \noun on
32945 Feynman-
32946 \noun default
32947 Diagramme erstellt sind im 
32948 \emph on
32949 Feynman-Diagramm Handbuch
32950 \emph default
32951  gegeben, dass im Menü 
32952 \family sans
32953 Hilfe\SpecialChar \menuseparator
32954 Spezielle
32955 \begin_inset space ~
32956 \end_inset
32957
32958 Handbücher
32959 \family default
32960  zu finden ist.
32961 \end_layout
32962
32963 \begin_layout Section
32964 Benutzerdefinierte Befehle
32965 \begin_inset CommandInset label
32966 LatexCommand label
32967 name "sec:Benutzerdefinierte-Befehle"
32968
32969 \end_inset
32970
32971
32972 \begin_inset Index idx
32973 status collapsed
32974
32975 \begin_layout Plain Layout
32976 benutzerdefinierte Befehle
32977 \end_layout
32978
32979 \end_inset
32980
32981
32982 \end_layout
32983
32984 \begin_layout Standard
32985 \begin_inset Note Greyedout
32986 status open
32987
32988 \begin_layout Plain Layout
32989
32990 \series bold
32991 Achtung: 
32992 \series default
32993 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32994 n Buchstaben bestehen.
32995 \end_layout
32996
32997 \end_inset
32998
32999
33000 \end_layout
33001
33002 \begin_layout Subsection
33003 Der Befehl 
33004 \backslash
33005 newcommand
33006 \begin_inset CommandInset label
33007 LatexCommand label
33008 name "sub:Der-Befehl-newcommand"
33009
33010 \end_inset
33011
33012
33013 \begin_inset Index idx
33014 status collapsed
33015
33016 \begin_layout Plain Layout
33017 benutzerdefinierte Befehle ! 
33018 \backslash
33019 newcommand
33020 \end_layout
33021
33022 \end_inset
33023
33024
33025 \begin_inset Index idx
33026 status collapsed
33027
33028 \begin_layout Plain Layout
33029 Befehle ! N ! 
33030 \backslash
33031 newcommand
33032 \end_layout
33033
33034 \end_inset
33035
33036
33037 \end_layout
33038
33039 \begin_layout Standard
33040 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33041  Man kann sich aber mit dem Befehl 
33042 \series bold
33043
33044 \backslash
33045 newcommand
33046 \series default
33047  neue kürzere Befehle definieren.
33048 \end_layout
33049
33050 \begin_layout Standard
33051 Das Befehlsschema von 
33052 \series bold
33053
33054 \backslash
33055 newcommand
33056 \series default
33057  lautet:
33058 \end_layout
33059
33060 \begin_layout Standard
33061
33062 \series bold
33063
33064 \backslash
33065 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33066 \series default
33067  
33068 \series bold
33069 Wert]
33070 \begin_inset Newline newline
33071 \end_inset
33072
33073
33074 \begin_inset Phantom HPhantom
33075 status open
33076
33077 \begin_layout Plain Layout
33078
33079 \series bold
33080
33081 \backslash
33082 newcommand
33083 \end_layout
33084
33085 \end_inset
33086
33087 {Befehlsdefinition}
33088 \end_layout
33089
33090 \begin_layout Standard
33091 \begin_inset Note Greyedout
33092 status open
33093
33094 \begin_layout Plain Layout
33095
33096 \series bold
33097 Achtung:
33098 \series default
33099  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33100  oder von benutzten LaTeX-Paketen verwendet wird.
33101  Definiert man beispielsweise für 
33102 \series bold
33103
33104 \backslash
33105 Leftarrow
33106 \series default
33107  den Befehl 
33108 \series bold
33109
33110 \backslash
33111 le
33112 \series default
33113 , erhält man eine Fehlermeldung, denn 
33114 \series bold
33115
33116 \backslash
33117 le
33118 \series default
33119  ist schon für 
33120 \begin_inset Quotes gld
33121 \end_inset
33122
33123
33124 \begin_inset Formula $\le$
33125 \end_inset
33126
33127
33128 \begin_inset Quotes grd
33129 \end_inset
33130
33131  definiert.
33132 \end_layout
33133
33134 \end_inset
33135
33136
33137 \end_layout
33138
33139 \begin_layout Standard
33140 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33141 \begin_inset space \thinspace{}
33142 \end_inset
33143
33144 -
33145 \begin_inset space \thinspace{}
33146 \end_inset
33147
33148 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33149  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33150  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33151 \emph on
33152 erste
33153 \emph default
33154  Argument des neuen Befehls ein optionales ist.
33155 \end_layout
33156
33157 \begin_layout Standard
33158 Es folgen einige Beispiele:
33159 \end_layout
33160
33161 \begin_layout Itemize
33162 Will man für 
33163 \series bold
33164
33165 \backslash
33166 Longrightarrow
33167 \series default
33168  den Befehl 
33169 \series bold
33170
33171 \backslash
33172 gr
33173 \series default
33174  definieren, lautet die LaTeX-Vor\SpecialChar \-
33175 spannzeile:
33176 \begin_inset VSpace medskip
33177 \end_inset
33178
33179
33180 \begin_inset Newline newline
33181 \end_inset
33182
33183
33184 \series bold
33185
33186 \backslash
33187 newcommand{
33188 \backslash
33189 gr}{
33190 \backslash
33191 Longrightarrow}
33192 \end_layout
33193
33194 \begin_layout Itemize
33195 Um für den Befehl 
33196 \series bold
33197
33198 \backslash
33199 underline
33200 \series default
33201  den Befehl 
33202 \series bold
33203
33204 \backslash
33205 us
33206 \series default
33207  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33208  werden.
33209  Dazu sieht die Vorspannzeile wie folgt aus:
33210 \begin_inset VSpace medskip
33211 \end_inset
33212
33213
33214 \begin_inset Newline newline
33215 \end_inset
33216
33217
33218 \series bold
33219
33220 \backslash
33221 newcommand{
33222 \backslash
33223 us}[1]{
33224 \backslash
33225 underline{#1}}
33226 \series default
33227
33228 \begin_inset VSpace medskip
33229 \end_inset
33230
33231
33232 \begin_inset Newline newline
33233 \end_inset
33234
33235 Das Zeichen 
33236 \series bold
33237 #
33238 \series default
33239  fungiert als Argumentplatzhalter, die 
33240 \series bold
33241 1
33242 \series default
33243  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33244 \end_layout
33245
33246 \begin_layout Itemize
33247 Für 
33248 \series bold
33249
33250 \backslash
33251 framebox
33252 \series default
33253  kann man z.
33254 \begin_inset space \thinspace{}
33255 \end_inset
33256
33257 B.
33258  den Befehl 
33259 \series bold
33260
33261 \backslash
33262 fb
33263 \series default
33264  definieren:
33265 \begin_inset VSpace medskip
33266 \end_inset
33267
33268
33269 \begin_inset Newline newline
33270 \end_inset
33271
33272
33273 \series bold
33274
33275 \backslash
33276 newcommand{
33277 \backslash
33278 fb}[3]{
33279 \backslash
33280 framebox#1#2{$#3$}}
33281 \series default
33282
33283 \begin_inset VSpace medskip
33284 \end_inset
33285
33286
33287 \begin_inset Newline newline
33288 \end_inset
33289
33290 Die beiden Dollarzeichen erstellen hierbei die für 
33291 \series bold
33292
33293 \backslash
33294 framebox
33295 \series default
33296  geforderte weitere Formel, siehe 
33297 \begin_inset CommandInset ref
33298 LatexCommand ref
33299 reference "sub:Boxen-mit-Rahmen"
33300
33301 \end_inset
33302
33303 .
33304 \end_layout
33305
33306 \begin_layout Itemize
33307 Um einen neuen Befehl für 
33308 \series bold
33309
33310 \backslash
33311 fcolorbox
33312 \series default
33313  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33314  definiert man das Argument für die Farbe als optional:
33315 \begin_inset VSpace medskip
33316 \end_inset
33317
33318
33319 \begin_inset Newline newline
33320 \end_inset
33321
33322
33323 \series bold
33324
33325 \backslash
33326 newcommand{
33327 \backslash
33328 cb}[3][white]{
33329 \backslash
33330 fcolorbox{#2}{#1}{$#3$}}
33331 \series default
33332
33333 \begin_inset VSpace medskip
33334 \end_inset
33335
33336
33337 \begin_inset Newline newline
33338 \end_inset
33339
33340 Gibt man bei der Verwendung von 
33341 \series bold
33342
33343 \backslash
33344 cb
33345 \series default
33346  die Farbe nicht an, wird die voreingestellte Farbe 
33347 \series bold
33348 white
33349 \series default
33350  verwendet.
33351 \end_layout
33352
33353 \begin_layout Standard
33354 Ein Test der neu definierten Befehle:
33355 \end_layout
33356
33357 \begin_layout Standard
33358 \align center
33359 \begin_inset Tabular
33360 <lyxtabular version="3" rows="6" columns="2">
33361 <features tabularvalignment="middle">
33362 <column alignment="center" valignment="top" width="0">
33363 <column alignment="center" valignment="top" width="0">
33364 <row>
33365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33366 \begin_inset Text
33367
33368 \begin_layout Plain Layout
33369 Befehl
33370 \end_layout
33371
33372 \end_inset
33373 </cell>
33374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33375 \begin_inset Text
33376
33377 \begin_layout Plain Layout
33378 Ergebnis
33379 \begin_inset Note Note
33380 status collapsed
33381
33382 \begin_layout Plain Layout
33383
33384 \series bold
33385
33386 \backslash
33387 raisebox
33388 \series default
33389  dient nur als Abstandhalter.
33390 \end_layout
33391
33392 \end_inset
33393
33394
33395 \end_layout
33396
33397 \end_inset
33398 </cell>
33399 </row>
33400 <row>
33401 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33402 \begin_inset Text
33403
33404 \begin_layout Plain Layout
33405 A
33406 \backslash
33407 gr
33408 \begin_inset ERT
33409 status collapsed
33410
33411 \begin_layout Plain Layout
33412
33413
33414 \backslash
33415 leer 
33416 \end_layout
33417
33418 \end_inset
33419
33420 B
33421 \end_layout
33422
33423 \end_inset
33424 </cell>
33425 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33426 \begin_inset Text
33427
33428 \begin_layout Plain Layout
33429 \begin_inset Formula $A\gr B$
33430 \end_inset
33431
33432
33433 \end_layout
33434
33435 \end_inset
33436 </cell>
33437 </row>
33438 <row>
33439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33440 \begin_inset Text
33441
33442 \begin_layout Plain Layout
33443
33444 \backslash
33445 us{ABcd
33446 \end_layout
33447
33448 \end_inset
33449 </cell>
33450 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33451 \begin_inset Text
33452
33453 \begin_layout Plain Layout
33454 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33455 \end_inset
33456
33457
33458 \end_layout
33459
33460 \end_inset
33461 </cell>
33462 </row>
33463 <row>
33464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33465 \begin_inset Text
33466
33467 \begin_layout Plain Layout
33468
33469 \backslash
33470 fb{[2cm]
33471 \begin_inset Formula $\to$
33472 \end_inset
33473
33474
33475 \backslash
33476 {
33477 \begin_inset Formula $\to$
33478 \end_inset
33479
33480
33481 \backslash
33482 {
33483 \backslash
33484 int
33485 \begin_inset ERT
33486 status collapsed
33487
33488 \begin_layout Plain Layout
33489
33490
33491 \backslash
33492 leer 
33493 \end_layout
33494
33495 \end_inset
33496
33497 A=B
33498 \end_layout
33499
33500 \end_inset
33501 </cell>
33502 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33503 \begin_inset Text
33504
33505 \begin_layout Plain Layout
33506 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33507 \end_inset
33508
33509
33510 \end_layout
33511
33512 \end_inset
33513 </cell>
33514 </row>
33515 <row>
33516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33517 \begin_inset Text
33518
33519 \begin_layout Plain Layout
33520
33521 \backslash
33522 cb{red
33523 \begin_inset Formula $\to$
33524 \end_inset
33525
33526
33527 \backslash
33528 {
33529 \backslash
33530 int
33531 \begin_inset ERT
33532 status collapsed
33533
33534 \begin_layout Plain Layout
33535
33536
33537 \backslash
33538 leer 
33539 \end_layout
33540
33541 \end_inset
33542
33543 A=B
33544 \end_layout
33545
33546 \end_inset
33547 </cell>
33548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33549 \begin_inset Text
33550
33551 \begin_layout Plain Layout
33552 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33553 \end_inset
33554
33555
33556 \end_layout
33557
33558 \end_inset
33559 </cell>
33560 </row>
33561 <row>
33562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33563 \begin_inset Text
33564
33565 \begin_layout Plain Layout
33566
33567 \backslash
33568 cb[green]
33569 \backslash
33570 {red
33571 \begin_inset Formula $\to$
33572 \end_inset
33573
33574
33575 \backslash
33576 {
33577 \backslash
33578 int
33579 \begin_inset ERT
33580 status collapsed
33581
33582 \begin_layout Plain Layout
33583
33584
33585 \backslash
33586 leer 
33587 \end_layout
33588
33589 \end_inset
33590
33591 A=B
33592 \end_layout
33593
33594 \end_inset
33595 </cell>
33596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33597 \begin_inset Text
33598
33599 \begin_layout Plain Layout
33600 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33601 \end_inset
33602
33603
33604 \end_layout
33605
33606 \end_inset
33607 </cell>
33608 </row>
33609 </lyxtabular>
33610
33611 \end_inset
33612
33613
33614 \end_layout
33615
33616 \begin_layout Subsection
33617 Mathe-Makros
33618 \begin_inset Index idx
33619 status collapsed
33620
33621 \begin_layout Plain Layout
33622 benutzerdefinierte Befehle ! Mathe-Makros
33623 \end_layout
33624
33625 \end_inset
33626
33627
33628 \begin_inset Index idx
33629 status collapsed
33630
33631 \begin_layout Plain Layout
33632 Makros
33633 \end_layout
33634
33635 \end_inset
33636
33637
33638 \end_layout
33639
33640 \begin_layout Standard
33641 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33642  Hat man es in einem Dokument z.
33643 \begin_inset space \thinspace{}
33644 \end_inset
33645
33646 B.
33647  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33648  auf.
33649  Die allgemeine Form einer quadratischen Gleichung ist
33650 \begin_inset Formula \[
33651 0=\lambda^{2}+p\lambda+q
33652 \]
33653
33654 \end_inset
33655
33656 Die allgemeine Form der Lösung lautet
33657 \begin_inset Formula \[
33658 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33659 \]
33660
33661 \end_inset
33662
33663
33664 \end_layout
33665
33666 \begin_layout Standard
33667 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33668  drei Parameter 
33669 \begin_inset Formula $\lambda$
33670 \end_inset
33671
33672
33673 \begin_inset Formula $p$
33674 \end_inset
33675
33676  und 
33677 \begin_inset Formula $q$
33678 \end_inset
33679
33680  angegeben werden müssen und der Index von 
33681 \begin_inset Formula $\lambda$
33682 \end_inset
33683
33684  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33685 \begin_inset Newline newline
33686 \end_inset
33687
33688
33689 \series bold
33690
33691 \backslash
33692 newcommand{
33693 \backslash
33694 qG}[4][1,
33695 \backslash
33696 ,2]{#2_{#1}=-
33697 \backslash
33698 frac{#3}{2}
33699 \backslash
33700 pm
33701 \begin_inset Newline newline
33702 \end_inset
33703
33704
33705 \begin_inset Phantom HPhantom
33706 status open
33707
33708 \begin_layout Plain Layout
33709
33710 \series bold
33711
33712 \backslash
33713 newcommand
33714 \end_layout
33715
33716 \end_inset
33717
33718
33719 \backslash
33720 sqrt{
33721 \backslash
33722 frac{#3^{2}}{4}-#4}}
33723 \end_layout
33724
33725 \begin_layout Standard
33726 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33727  
33728 \begin_inset Newline newline
33729 \end_inset
33730
33731
33732 \series bold
33733
33734 \backslash
33735 qG{
33736 \backslash
33737 lambda
33738 \begin_inset Formula $\to$
33739 \end_inset
33740
33741
33742 \backslash
33743 {p
33744 \begin_inset Formula $\to$
33745 \end_inset
33746
33747
33748 \backslash
33749 {q 
33750 \series default
33751 ein.
33752 \end_layout
33753
33754 \begin_layout Standard
33755 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33756  aller verwendeten LaTeX-Befehle kennen, z.
33757 \begin_inset space \thinspace{}
33758 \end_inset
33759
33760 B.
33761  dass ein Bruch in LaTeX mit 
33762 \series bold
33763
33764 \backslash
33765 frac{Zähler}
33766 \begin_inset Newline linebreak
33767 \end_inset
33768
33769 {Nenner}
33770 \series default
33771  eingegeben wird.
33772  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33773  in LyX nicht sehen, was der neue Befehl macht.
33774  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33775  Mathe-Makros statt den Befehl 
33776 \series bold
33777
33778 \backslash
33779 newcommand
33780 \series default
33781  zu verwenden.
33782 \end_layout
33783
33784 \begin_layout Standard
33785 Ein Mathe-Makro wird erstellt, indem man das Menü 
33786 \family sans
33787 Einfügen\SpecialChar \menuseparator
33788 Mathe\SpecialChar \menuseparator
33789 Makro
33790 \family default
33791  oder den Werkzeugleistenknopf 
33792 \begin_inset Graphics
33793         filename ../../images/math-macro_newmacroname_newcommand.png
33794         scale 85
33795
33796 \end_inset
33797
33798  verwendet.
33799  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33800  Makro definiert wird:
33801 \begin_inset Newline newline
33802 \end_inset
33803
33804
33805 \lang english
33806
33807 \begin_inset space \hspace*{\fill}
33808 \end_inset
33809
33810
33811 \lang ngerman
33812
33813 \begin_inset Graphics
33814         filename ../clipart/macrobox.png
33815
33816 \end_inset
33817
33818
33819 \lang english
33820
33821 \begin_inset space \hspace*{\fill}
33822 \end_inset
33823
33824
33825 \lang ngerman
33826
33827 \begin_inset Newline newline
33828 \end_inset
33829
33830
33831 \begin_inset FormulaMacro
33832 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33833 \end_inset
33834
33835
33836 \backslash
33837 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33838  geändert werden sollte.
33839  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33840  Einen Argumentplatzhalter fügt man mit dem Befehl 
33841 \series bold
33842
33843 \backslash
33844 #Argumentnummer
33845 \series default
33846  ein, z.
33847 \begin_inset space \thinspace{}
33848 \end_inset
33849
33850 B.
33851  
33852 \series bold
33853
33854 \backslash
33855 #1
33856 \series default
33857  oder man verwendet den Makro-Werkzeugleistenknopf 
33858 \begin_inset Graphics
33859         filename ../../images/math-macro-add-param.png
33860         scale 85
33861
33862 \end_inset
33863
33864 .
33865  Argumentplatzhalter werden rot dargestellt.
33866  Es sind maximal 9 Argumente möglich.
33867  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33868 \begin_inset Graphics
33869         filename ../../images/math-macro-add-optional-param.png
33870         scale 85
33871
33872 \end_inset
33873
33874  erstellt.
33875  Mit dem Werkzeugleistenknopf 
33876 \begin_inset Graphics
33877         filename ../../images/math-macro-make-optional.png
33878         scale 85
33879
33880 \end_inset
33881
33882  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33883  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33884  werden soll.
33885  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33886  Kästchen leer lässt.
33887  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33888  einnimmt, kann man in das Kästchen z.
33889 \begin_inset space \thinspace{}
33890 \end_inset
33891
33892 B.
33893 \begin_inset Newline newline
33894 \end_inset
33895
33896
33897 \series bold
33898 qG: 
33899 \backslash
33900 #1
33901 \series default
33902  
33903 \series bold
33904 ,
33905 \series default
33906  
33907 \series bold
33908
33909 \backslash
33910 #2
33911 \series default
33912  
33913 \series bold
33914 ,
33915 \series default
33916  
33917 \series bold
33918
33919 \backslash
33920 #3, 
33921 \backslash
33922 #4
33923 \begin_inset Newline newline
33924 \end_inset
33925
33926
33927 \series default
33928 eingeben.
33929  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33930  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33931  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33932  wurde.
33933 \begin_inset Newline newline
33934 \end_inset
33935
33936 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33937  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33938 \family sans
33939 Ansicht\SpecialChar \menuseparator
33940 Mathe-Makro
33941 \begin_inset space ~
33942 \end_inset
33943
33944 auf/zuklappen
33945 \family default
33946  verwendet.
33947 \end_layout
33948
33949 \begin_layout Standard
33950 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33951  ein, in unserem Fall 
33952 \series bold
33953
33954 \backslash
33955 qG
33956 \series default
33957 .
33958  Unser Makro sieht in LyX folgendermaßen aus:
33959 \begin_inset Newline newline
33960 \end_inset
33961
33962
33963 \lang english
33964
33965 \begin_inset space \hspace*{\fill}
33966 \end_inset
33967
33968
33969 \lang ngerman
33970
33971 \begin_inset Graphics
33972         filename ../clipart/macrouse.png
33973
33974 \end_inset
33975
33976
33977 \lang english
33978
33979 \begin_inset space \hspace*{\fill}
33980 \end_inset
33981
33982
33983 \lang ngerman
33984
33985 \begin_inset Newline newline
33986 \end_inset
33987
33988 Hier ist unser Makro-Beispiel mit den Argumenten 
33989 \begin_inset Formula $x$
33990 \end_inset
33991
33992
33993 \begin_inset Formula $\ln(x)$
33994 \end_inset
33995
33996  und 
33997 \begin_inset Formula $B$
33998 \end_inset
33999
34000 :
34001 \end_layout
34002
34003 \begin_layout Standard
34004 \begin_inset Formula \[
34005 \qG x{\ln(x)}B
34006 \]
34007
34008 \end_inset
34009
34010
34011 \end_layout
34012
34013 \begin_layout Standard
34014 LyX bietet im Menü 
34015 \family sans
34016 Werkzeuge\SpecialChar \menuseparator
34017 Einstellungen\SpecialChar \menuseparator
34018 Bearbeiten\SpecialChar \menuseparator
34019 Kontrolle
34020 \family default
34021  verschiedene Bearbeitungsstile für Makros an.
34022  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34023  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34024  zu sehen.
34025 \end_layout
34026
34027 \begin_layout Standard
34028 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34029 \series bold
34030
34031 \backslash
34032 new\SpecialChar \-
34033 command
34034 \series default
34035 -Befehl umgewandelt.
34036  Der 
34037 \series bold
34038
34039 \backslash
34040 newcommand
34041 \series default
34042 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34043  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34044  Makrodefinitionsbox befinden.
34045 \end_layout
34046
34047 \begin_layout Standard
34048 Mathe-Makros können auch direkt aus einem 
34049 \series bold
34050
34051 \backslash
34052 newcommand
34053 \series default
34054 -Befehl erstellt werden.
34055  Schreibt man z.
34056 \begin_inset space \thinspace{}
34057 \end_inset
34058
34059 B.
34060  den Befehl
34061 \series bold
34062
34063 \begin_inset Newline newline
34064 \end_inset
34065
34066
34067 \backslash
34068 newcommand{
34069 \backslash
34070 larrow}[2]{
34071 \backslash
34072 xleftarrow[#2]{#1}}
34073 \begin_inset Newline newline
34074 \end_inset
34075
34076
34077 \series default
34078 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34079 zel 
34080 \family sans
34081 Strg+M
34082 \family default
34083 , wird der Befehl in ein Mathe-Makro umgewandelt.
34084  Bei dieser Methode muss man jedoch aufpassen, dass der 
34085 \series bold
34086
34087 \backslash
34088 newcommand
34089 \series default
34090 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34091  erstellt, dass später LaTeX-Fehler hervorruft.
34092 \end_layout
34093
34094 \begin_layout Standard
34095 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34096  Makrodefinition fehlerhaft behandelt werden.
34097  Dadurch kann das Beispiel 
34098 \series bold
34099
34100 \backslash
34101 fb
34102 \series default
34103  aus 
34104 \begin_inset CommandInset ref
34105 LatexCommand ref
34106 reference "sub:Der-Befehl-newcommand"
34107
34108 \end_inset
34109
34110  nicht als Makro erzeugt werden.
34111 \end_layout
34112
34113 \begin_layout Standard
34114 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34115  in LyX angezeigt:
34116 \end_layout
34117
34118 \begin_layout Standard
34119 \begin_inset VSpace defskip
34120 \end_inset
34121
34122
34123 \end_layout
34124
34125 \begin_layout Standard
34126 \begin_inset Graphics
34127         filename ../clipart/MacroToolbar.png
34128
34129 \end_inset
34130
34131
34132 \begin_inset Index idx
34133 status collapsed
34134
34135 \begin_layout Plain Layout
34136 Makros ! Werkzeugleiste
34137 \end_layout
34138
34139 \end_inset
34140
34141
34142 \end_layout
34143
34144 \begin_layout Standard
34145 \begin_inset VSpace defskip
34146 \end_inset
34147
34148
34149 \end_layout
34150
34151 \begin_layout Standard
34152 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34153 \end_layout
34154
34155 \begin_layout Standard
34156 \begin_inset VSpace defskip
34157 \end_inset
34158
34159
34160 \end_layout
34161
34162 \begin_layout Standard
34163 \begin_inset Tabular
34164 <lyxtabular version="3" rows="9" columns="2">
34165 <features islongtable="true" longtabularalignment="center">
34166 <column alignment="left" valignment="top" width="0">
34167 <column alignment="left" valignment="top" width="85col%">
34168 <row interlinespace="2.5mm">
34169 <cell alignment="center" valignment="top" usebox="none">
34170 \begin_inset Text
34171
34172 \begin_layout Plain Layout
34173 \begin_inset Graphics
34174         filename ../../images/math-macro-remove-param.png
34175         rotateOrigin center
34176
34177 \end_inset
34178
34179
34180 \end_layout
34181
34182 \end_inset
34183 </cell>
34184 <cell alignment="center" valignment="top" usebox="none">
34185 \begin_inset Text
34186
34187 \begin_layout Plain Layout
34188
34189 \family sans
34190 Bearbeiten\SpecialChar \menuseparator
34191 Mathe\SpecialChar \menuseparator
34192 Makro-Definition\SpecialChar \menuseparator
34193 Letztes Argument entfernen
34194 \end_layout
34195
34196 \end_inset
34197 </cell>
34198 </row>
34199 <row interlinespace="2.5mm">
34200 <cell alignment="center" valignment="top" usebox="none">
34201 \begin_inset Text
34202
34203 \begin_layout Plain Layout
34204 \begin_inset Graphics
34205         filename ../../images/math-macro-add-param.png
34206         rotateOrigin center
34207
34208 \end_inset
34209
34210
34211 \end_layout
34212
34213 \end_inset
34214 </cell>
34215 <cell alignment="center" valignment="top" usebox="none">
34216 \begin_inset Text
34217
34218 \begin_layout Plain Layout
34219
34220 \family sans
34221 Bearbeiten\SpecialChar \menuseparator
34222 Mathe\SpecialChar \menuseparator
34223 Makro-Definition\SpecialChar \menuseparator
34224 Argument hinzufügen
34225 \end_layout
34226
34227 \end_inset
34228 </cell>
34229 </row>
34230 <row interlinespace="2.5mm">
34231 <cell alignment="center" valignment="top" usebox="none">
34232 \begin_inset Text
34233
34234 \begin_layout Plain Layout
34235 \begin_inset Graphics
34236         filename ../../images/math-macro-make-optional.png
34237         rotateOrigin center
34238
34239 \end_inset
34240
34241
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 <cell alignment="center" valignment="top" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250
34251 \family sans
34252 Bearbeiten\SpecialChar \menuseparator
34253 Mathe\SpecialChar \menuseparator
34254 Makro-Definition\SpecialChar \menuseparator
34255 Das erste nicht-optionale
34256 \begin_inset Newline newline
34257 \end_inset
34258
34259
34260 \begin_inset Phantom HPhantom
34261 status open
34262
34263 \begin_layout Plain Layout
34264
34265 \family sans
34266 Bearbeiten\SpecialChar \menuseparator
34267 Mathe\SpecialChar \menuseparator
34268 Makro-Definition\SpecialChar \menuseparator
34269
34270 \end_layout
34271
34272 \end_inset
34273
34274 Argument in einen optionales
34275 \begin_inset Newline newline
34276 \end_inset
34277
34278
34279 \begin_inset Phantom HPhantom
34280 status open
34281
34282 \begin_layout Plain Layout
34283
34284 \family sans
34285 Bearbeiten\SpecialChar \menuseparator
34286 Mathe\SpecialChar \menuseparator
34287 Makro-Definition\SpecialChar \menuseparator
34288
34289 \end_layout
34290
34291 \end_inset
34292
34293 ändern
34294 \end_layout
34295
34296 \end_inset
34297 </cell>
34298 </row>
34299 <row interlinespace="2.5mm">
34300 <cell alignment="center" valignment="top" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Plain Layout
34304 \begin_inset Graphics
34305         filename ../../images/math-macro-make-nonoptional.png
34306         rotateOrigin center
34307
34308 \end_inset
34309
34310
34311 \end_layout
34312
34313 \end_inset
34314 </cell>
34315 <cell alignment="center" valignment="top" usebox="none">
34316 \begin_inset Text
34317
34318 \begin_layout Plain Layout
34319
34320 \family sans
34321 Bearbeiten\SpecialChar \menuseparator
34322 Mathe\SpecialChar \menuseparator
34323 Makro-Definition\SpecialChar \menuseparator
34324 Das letzte optionale Argument in
34325 \begin_inset Newline newline
34326 \end_inset
34327
34328
34329 \begin_inset Phantom HPhantom
34330 status open
34331
34332 \begin_layout Plain Layout
34333
34334 \family sans
34335 Bearbeiten\SpecialChar \menuseparator
34336 Mathe\SpecialChar \menuseparator
34337 Makro-Definition\SpecialChar \menuseparator
34338
34339 \end_layout
34340
34341 \end_inset
34342
34343 einen nicht-optionales ändern
34344 \end_layout
34345
34346 \end_inset
34347 </cell>
34348 </row>
34349 <row interlinespace="2.5mm">
34350 <cell alignment="center" valignment="top" usebox="none">
34351 \begin_inset Text
34352
34353 \begin_layout Plain Layout
34354 \begin_inset Graphics
34355         filename ../../images/math-macro-remove-optional-param.png
34356         rotateOrigin center
34357
34358 \end_inset
34359
34360
34361 \end_layout
34362
34363 \end_inset
34364 </cell>
34365 <cell alignment="center" valignment="top" usebox="none">
34366 \begin_inset Text
34367
34368 \begin_layout Plain Layout
34369
34370 \family sans
34371 Bearbeiten\SpecialChar \menuseparator
34372 Mathe\SpecialChar \menuseparator
34373 Makro-Definition\SpecialChar \menuseparator
34374 Optionales Argument entfernen
34375 \end_layout
34376
34377 \end_inset
34378 </cell>
34379 </row>
34380 <row interlinespace="2.5mm">
34381 <cell alignment="center" valignment="top" usebox="none">
34382 \begin_inset Text
34383
34384 \begin_layout Plain Layout
34385 \begin_inset Graphics
34386         filename ../../images/math-macro-add-optional-param.png
34387         rotateOrigin center
34388
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \end_inset
34395 </cell>
34396 <cell alignment="center" valignment="top" usebox="none">
34397 \begin_inset Text
34398
34399 \begin_layout Plain Layout
34400
34401 \family sans
34402 Bearbeiten\SpecialChar \menuseparator
34403 Mathe\SpecialChar \menuseparator
34404 Makro-Definition\SpecialChar \menuseparator
34405 Optionales Argument einfügen
34406 \end_layout
34407
34408 \end_inset
34409 </cell>
34410 </row>
34411 <row interlinespace="2.5mm">
34412 <cell alignment="center" valignment="top" usebox="none">
34413 \begin_inset Text
34414
34415 \begin_layout Plain Layout
34416 \begin_inset Graphics
34417         filename ../../images/math-macro-remove-greedy-param.png
34418         rotateOrigin center
34419
34420 \end_inset
34421
34422
34423 \end_layout
34424
34425 \end_inset
34426 </cell>
34427 <cell alignment="center" valignment="top" usebox="none">
34428 \begin_inset Text
34429
34430 \begin_layout Plain Layout
34431
34432 \family sans
34433 Bearbeiten\SpecialChar \menuseparator
34434 Mathe\SpecialChar \menuseparator
34435 Makro-Definition\SpecialChar \menuseparator
34436 Letztes Argument rechts entfernen
34437 \end_layout
34438
34439 \end_inset
34440 </cell>
34441 </row>
34442 <row interlinespace="2.5mm">
34443 <cell alignment="center" valignment="top" usebox="none">
34444 \begin_inset Text
34445
34446 \begin_layout Plain Layout
34447 \begin_inset Graphics
34448         filename ../../images/math-macro-append-greedy-param.png
34449         rotateOrigin center
34450
34451 \end_inset
34452
34453
34454 \end_layout
34455
34456 \end_inset
34457 </cell>
34458 <cell alignment="center" valignment="top" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462
34463 \family sans
34464 Bearbeiten\SpecialChar \menuseparator
34465 Mathe\SpecialChar \menuseparator
34466 Makro-Definition\SpecialChar \menuseparator
34467 Argument von rechts hinzufügen
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 </row>
34473 <row interlinespace="2.5mm">
34474 <cell alignment="center" valignment="top" usebox="none">
34475 \begin_inset Text
34476
34477 \begin_layout Plain Layout
34478 \begin_inset Graphics
34479         filename ../../images/math-macro-add-greedy-optional-param.png
34480         rotateOrigin center
34481
34482 \end_inset
34483
34484
34485 \end_layout
34486
34487 \end_inset
34488 </cell>
34489 <cell alignment="center" valignment="top" usebox="none">
34490 \begin_inset Text
34491
34492 \begin_layout Plain Layout
34493
34494 \family sans
34495 Bearbeiten\SpecialChar \menuseparator
34496 Mathe\SpecialChar \menuseparator
34497 Makro-Definition\SpecialChar \menuseparator
34498 Optionales Argument von rechts
34499 \begin_inset Newline newline
34500 \end_inset
34501
34502
34503 \begin_inset Phantom HPhantom
34504 status open
34505
34506 \begin_layout Plain Layout
34507
34508 \family sans
34509 Bearbeiten\SpecialChar \menuseparator
34510 Mathe\SpecialChar \menuseparator
34511 Makro-Definition\SpecialChar \menuseparator
34512
34513 \end_layout
34514
34515 \end_inset
34516
34517 hinzufügen
34518 \end_layout
34519
34520 \end_inset
34521 </cell>
34522 </row>
34523 </lyxtabular>
34524
34525 \end_inset
34526
34527
34528 \end_layout
34529
34530 \begin_layout Section
34531 Computeralgebrasysteme
34532 \end_layout
34533
34534 \begin_layout Standard
34535 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34536  oder benutzerdefinierten Skripten auszutauschen.
34537  Momentan werden folgende Anwendungen unterstützt: 
34538 \family typewriter
34539 Maple
34540 \family default
34541
34542 \family typewriter
34543 Mathematica
34544 \family default
34545
34546 \family typewriter
34547 Maxima
34548 \family default
34549  und 
34550 \family typewriter
34551 Octave
34552 \family default
34553 .
34554  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34555  sehr einfache Fälle beschränkt sind.
34556 \end_layout
34557
34558 \begin_layout Subsection
34559 Verwendung
34560 \end_layout
34561
34562 \begin_layout Standard
34563 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34564 \family sans
34565 Bearbeiten\SpecialChar \menuseparator
34566 Mathe\SpecialChar \menuseparator
34567 Computer-Algebra-System verwenden
34568 \family default
34569  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34570  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34571  mit dem 
34572 \begin_inset Quotes gld
34573 \end_inset
34574
34575 =
34576 \begin_inset Quotes grd
34577 \end_inset
34578
34579  Operator erscheinen.
34580 \end_layout
34581
34582 \begin_layout Standard
34583 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34584 \family typewriter
34585 Maxima
34586 \family default
34587 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34588 \end_layout
34589
34590 \begin_layout Itemize
34591 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34592 \end_inset
34593
34594
34595 \end_layout
34596
34597 \begin_layout Itemize
34598 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34599 \end_inset
34600
34601
34602 \end_layout
34603
34604 \begin_layout Itemize
34605 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34606 \end_inset
34607
34608
34609 \end_layout
34610
34611 \begin_layout Itemize
34612 \begin_inset Formula $\det\left[\begin{array}{ccc}
34613 1 & 6 & 7\\
34614 2 & 5 & 8\\
34615 3 & 4 & 17
34616 \end{array}\right]=-56$
34617 \end_inset
34618
34619
34620 \end_layout
34621
34622 \begin_layout Itemize
34623 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34624 \end_inset
34625
34626
34627 \end_layout
34628
34629 \begin_layout Subsection
34630 Tastenkürzel
34631 \end_layout
34632
34633 \begin_layout Standard
34634 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34635  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34636 \family sans
34637 math-extern
34638 \family default
34639  verknüpfen (siehe das 
34640 \emph on
34641 LyX-Funktionen
34642 \emph default
34643  Handbuch).
34644  Man kann z.
34645 \begin_inset space \thinspace{}
34646 \end_inset
34647
34648 B.
34649  die 
34650 \family sans
34651 Enter
34652 \family default
34653 -Taste in Formeln verknüpfen.
34654  Um sie mit 
34655 \family typewriter
34656 Maxima
34657 \family default
34658  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34659 \end_layout
34660
34661 \begin_layout Standard
34662
34663 \series bold
34664 command-alternatives break-paragraph;math-extern maxima
34665 \end_layout
34666
34667 \begin_layout Standard
34668 \begin_inset Newpage newpage
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \begin_layout Section
34675 Tipps
34676 \begin_inset Index idx
34677 status collapsed
34678
34679 \begin_layout Plain Layout
34680 Tipps
34681 \end_layout
34682
34683 \end_inset
34684
34685
34686 \end_layout
34687
34688 \begin_layout Subsection
34689 Negative Zahlen
34690 \begin_inset Index idx
34691 status collapsed
34692
34693 \begin_layout Plain Layout
34694 Zahlen ! negative
34695 \end_layout
34696
34697 \end_inset
34698
34699
34700 \end_layout
34701
34702 \begin_layout Standard
34703 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34704  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34705  dargestellt.
34706  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34707  Minuszeichen korrekt.
34708 \end_layout
34709
34710 \begin_layout Standard
34711 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34712  nicht mehr auf.
34713 \end_layout
34714
34715 \begin_layout Standard
34716 Ein Beispiel zur Veranschaulichung der Problematik:
34717 \end_layout
34718
34719 \begin_layout Standard
34720 \align center
34721 \begin_inset Tabular
34722 <lyxtabular version="3" rows="3" columns="2">
34723 <features tabularvalignment="middle">
34724 <column alignment="right" valignment="top" width="0">
34725 <column alignment="left" valignment="top" width="0">
34726 <row>
34727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 normaler Text:
34732 \end_layout
34733
34734 \end_inset
34735 </cell>
34736 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34737 \begin_inset Text
34738
34739 \begin_layout Plain Layout
34740 x = -2
34741 \end_layout
34742
34743 \end_inset
34744 </cell>
34745 </row>
34746 <row>
34747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34748 \begin_inset Text
34749
34750 \begin_layout Plain Layout
34751 Formelmodus:
34752 \end_layout
34753
34754 \end_inset
34755 </cell>
34756 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34757 \begin_inset Text
34758
34759 \begin_layout Plain Layout
34760 \begin_inset Formula $x=-2$
34761 \end_inset
34762
34763
34764 \end_layout
34765
34766 \end_inset
34767 </cell>
34768 </row>
34769 <row>
34770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34771 \begin_inset Text
34772
34773 \begin_layout Plain Layout
34774 Lösung:
34775 \end_layout
34776
34777 \end_inset
34778 </cell>
34779 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34780 \begin_inset Text
34781
34782 \begin_layout Plain Layout
34783 \begin_inset Formula $x=\textrm{-}2$
34784 \end_inset
34785
34786
34787 \end_layout
34788
34789 \end_inset
34790 </cell>
34791 </row>
34792 </lyxtabular>
34793
34794 \end_inset
34795
34796
34797 \end_layout
34798
34799 \begin_layout Subsection
34800 Komma als Dezimaltrennzeichen
34801 \begin_inset Index idx
34802 status collapsed
34803
34804 \begin_layout Plain Layout
34805 Komma
34806 \end_layout
34807
34808 \end_inset
34809
34810
34811 \end_layout
34812
34813 \begin_layout Standard
34814 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34815  als Gruppentrennzeichen.
34816  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34817  eingefügt.
34818 \end_layout
34819
34820 \begin_layout Standard
34821 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34822  Text um (Tastenkürzel 
34823 \family sans
34824 Alt+M
34825 \begin_inset space ~
34826 \end_inset
34827
34828 M
34829 \family default
34830 ).
34831 \end_layout
34832
34833 \begin_layout Standard
34834 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34835  lädt man die Datei 
34836 \series bold
34837 icomma.sty
34838 \series default
34839
34840 \begin_inset Foot
34841 status collapsed
34842
34843 \begin_layout Plain Layout
34844
34845 \series bold
34846 icomma
34847 \series default
34848  ist Teil des LaTeX-Paketes 
34849 \series bold
34850 was
34851 \series default
34852
34853 \begin_inset Index idx
34854 status collapsed
34855
34856 \begin_layout Plain Layout
34857 Pakete ! was
34858 \begin_inset ERT
34859 status collapsed
34860
34861 \begin_layout Plain Layout
34862
34863
34864 \backslash
34865 vspace{4mm}
34866 \end_layout
34867
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \end_inset
34874
34875 .
34876 \end_layout
34877
34878 \end_inset
34879
34880
34881 \begin_inset Index idx
34882 status collapsed
34883
34884 \begin_layout Plain Layout
34885 Pakete ! icomma
34886 \end_layout
34887
34888 \end_inset
34889
34890  mit der LaTeX-Vorspannzeile
34891 \end_layout
34892
34893 \begin_layout Standard
34894
34895 \series bold
34896
34897 \backslash
34898 usepackage{icomma}
34899 \end_layout
34900
34901 \begin_layout Subsection
34902 Physikalische Vektoren
34903 \begin_inset CommandInset label
34904 LatexCommand label
34905 name "sub:Physikalische-Vektoren"
34906
34907 \end_inset
34908
34909
34910 \begin_inset Index idx
34911 status collapsed
34912
34913 \begin_layout Plain Layout
34914 Vektoren ! physikalische
34915 \end_layout
34916
34917 \end_inset
34918
34919
34920 \end_layout
34921
34922 \begin_layout Standard
34923 Vordefinierte Vektoren bietet das LaTeX-Paket 
34924 \series bold
34925 braket
34926 \series default
34927
34928 \begin_inset Index idx
34929 status collapsed
34930
34931 \begin_layout Plain Layout
34932 Pakete ! braket
34933 \end_layout
34934
34935 \end_inset
34936
34937 , das mit der LaTeX-Vorspannzeile
34938 \end_layout
34939
34940 \begin_layout Standard
34941
34942 \series bold
34943
34944 \backslash
34945 usepackage{braket}
34946 \end_layout
34947
34948 \begin_layout Standard
34949 geladen wird.
34950 \begin_inset ERT
34951 status collapsed
34952
34953 \begin_layout Plain Layout
34954
34955
34956 \backslash
34957 ifbraket 
34958 \end_layout
34959
34960 \end_inset
34961
34962
34963 \begin_inset Note Note
34964 status open
34965
34966 \begin_layout Plain Layout
34967 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34968 \series bold
34969 braket
34970 \series default
34971  installiert ist:
34972 \end_layout
34973
34974 \end_inset
34975
34976
34977 \end_layout
34978
34979 \begin_layout Standard
34980 \begin_inset Newpage newpage
34981 \end_inset
34982
34983
34984 \end_layout
34985
34986 \begin_layout Standard
34987 Folgende Befehle sind definiert:
34988 \end_layout
34989
34990 \begin_layout Standard
34991 \align center
34992 \begin_inset Tabular
34993 <lyxtabular version="3" rows="4" columns="2">
34994 <features tabularvalignment="middle">
34995 <column alignment="center" valignment="top" width="0">
34996 <column alignment="center" valignment="top" width="0">
34997 <row>
34998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002 Befehl
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35008 \begin_inset Text
35009
35010 \begin_layout Plain Layout
35011 Ergebnis
35012 \end_layout
35013
35014 \end_inset
35015 </cell>
35016 </row>
35017 <row>
35018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35019 \begin_inset Text
35020
35021 \begin_layout Plain Layout
35022
35023 \backslash
35024 Bra{
35025 \backslash
35026 psi
35027 \end_layout
35028
35029 \end_inset
35030 </cell>
35031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35032 \begin_inset Text
35033
35034 \begin_layout Plain Layout
35035 \begin_inset Formula $\Bra{\psi}$
35036 \end_inset
35037
35038
35039 \end_layout
35040
35041 \end_inset
35042 </cell>
35043 </row>
35044 <row>
35045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35046 \begin_inset Text
35047
35048 \begin_layout Plain Layout
35049
35050 \backslash
35051 Ket{
35052 \backslash
35053 psi
35054 \end_layout
35055
35056 \end_inset
35057 </cell>
35058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35059 \begin_inset Text
35060
35061 \begin_layout Plain Layout
35062 \begin_inset Formula $\Ket{\psi}$
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \end_inset
35069 </cell>
35070 </row>
35071 <row>
35072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35073 \begin_inset Text
35074
35075 \begin_layout Plain Layout
35076
35077 \backslash
35078 Braket{
35079 \backslash
35080 psi|
35081 \backslash
35082 phi
35083 \end_layout
35084
35085 \end_inset
35086 </cell>
35087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35088 \begin_inset Text
35089
35090 \begin_layout Plain Layout
35091 \begin_inset Formula $\Braket{\psi|\phi}$
35092 \end_inset
35093
35094
35095 \end_layout
35096
35097 \end_inset
35098 </cell>
35099 </row>
35100 </lyxtabular>
35101
35102 \end_inset
35103
35104
35105 \end_layout
35106
35107 \begin_layout Standard
35108 Der Befehl 
35109 \series bold
35110
35111 \backslash
35112 Braket
35113 \series default
35114  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35115  Klammern gesetzt werden:
35116 \begin_inset Formula \[
35117 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35118 \]
35119
35120 \end_inset
35121
35122
35123 \begin_inset ERT
35124 status collapsed
35125
35126 \begin_layout Plain Layout
35127
35128
35129 \backslash
35130 else 
35131 \end_layout
35132
35133 \end_inset
35134
35135
35136 \begin_inset Note Note
35137 status open
35138
35139 \begin_layout Plain Layout
35140 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35141 \series bold
35142 braket
35143 \series default
35144  nicht installiert ist:
35145 \end_layout
35146
35147 \end_inset
35148
35149
35150 \end_layout
35151
35152 \begin_layout Standard
35153 Das LaTeX-Paket 
35154 \series bold
35155 braket 
35156 \series default
35157 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35158 \end_layout
35159
35160 \begin_layout Standard
35161 \begin_inset ERT
35162 status collapsed
35163
35164 \begin_layout Plain Layout
35165
35166
35167 \backslash
35168 fi 
35169 \end_layout
35170
35171 \end_inset
35172
35173
35174 \end_layout
35175
35176 \begin_layout Standard
35177 Der Effekt von 
35178 \series bold
35179
35180 \backslash
35181 Braket
35182 \series default
35183  kann auch mit dem Befehl 
35184 \series bold
35185
35186 \backslash
35187 middle
35188 \series default
35189  erzielt werden, der in 
35190 \begin_inset CommandInset ref
35191 LatexCommand ref
35192 reference "sub:Automatische-Klammergrößen"
35193
35194 \end_inset
35195
35196  beschrieben ist.
35197 \end_layout
35198
35199 \begin_layout Subsection
35200 Selbst definierte Brüche
35201 \begin_inset CommandInset label
35202 LatexCommand label
35203 name "sub:Selbstdefinierte-Brüche"
35204
35205 \end_inset
35206
35207
35208 \begin_inset Index idx
35209 status collapsed
35210
35211 \begin_layout Plain Layout
35212 Brüche ! selbstdefinierte
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \end_layout
35219
35220 \begin_layout Standard
35221 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35222 \series bold
35223
35224 \backslash
35225 genfrac
35226 \series default
35227
35228 \begin_inset Index idx
35229 status collapsed
35230
35231 \begin_layout Plain Layout
35232 Befehle ! G ! 
35233 \backslash
35234 genfrac
35235 \end_layout
35236
35237 \end_inset
35238
35239  in folgendem Schema:
35240 \end_layout
35241
35242 \begin_layout Standard
35243
35244 \series bold
35245
35246 \backslash
35247 genfrac{linke
35248 \series default
35249  
35250 \series bold
35251 Klammer}{rechte
35252 \series default
35253  
35254 \series bold
35255 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35256 \begin_inset Newline newline
35257 \end_inset
35258
35259
35260 \begin_inset Phantom HPhantom
35261 status open
35262
35263 \begin_layout Plain Layout
35264
35265 \series bold
35266
35267 \backslash
35268 genfrac
35269 \end_layout
35270
35271 \end_inset
35272
35273 {Zähler}{Nenner}
35274 \end_layout
35275
35276 \begin_layout Standard
35277 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35278 \begin_inset space \thinspace{}
35279 \end_inset
35280
35281 -
35282 \begin_inset space \thinspace{}
35283 \end_inset
35284
35285 3 angegeben.
35286 \end_layout
35287
35288 \begin_layout Standard
35289 \align center
35290 \begin_inset Tabular
35291 <lyxtabular version="3" rows="5" columns="2">
35292 <features tabularvalignment="middle">
35293 <column alignment="center" valignment="top" width="0">
35294 <column alignment="center" valignment="top" width="0">
35295 <row>
35296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35297 \begin_inset Text
35298
35299 \begin_layout Plain Layout
35300 Nummer
35301 \end_layout
35302
35303 \end_inset
35304 </cell>
35305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35306 \begin_inset Text
35307
35308 \begin_layout Plain Layout
35309 Ansichtsstil
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 </row>
35315 <row>
35316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35317 \begin_inset Text
35318
35319 \begin_layout Plain Layout
35320 0
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329 abgesetzte Formel
35330 \end_layout
35331
35332 \end_inset
35333 </cell>
35334 </row>
35335 <row>
35336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35337 \begin_inset Text
35338
35339 \begin_layout Plain Layout
35340 1
35341 \end_layout
35342
35343 \end_inset
35344 </cell>
35345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35346 \begin_inset Text
35347
35348 \begin_layout Plain Layout
35349 eingebettete Formel
35350 \end_layout
35351
35352 \end_inset
35353 </cell>
35354 </row>
35355 <row>
35356 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35357 \begin_inset Text
35358
35359 \begin_layout Plain Layout
35360 2
35361 \end_layout
35362
35363 \end_inset
35364 </cell>
35365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35366 \begin_inset Text
35367
35368 \begin_layout Plain Layout
35369 klein
35370 \end_layout
35371
35372 \end_inset
35373 </cell>
35374 </row>
35375 <row>
35376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35377 \begin_inset Text
35378
35379 \begin_layout Plain Layout
35380 3
35381 \end_layout
35382
35383 \end_inset
35384 </cell>
35385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35386 \begin_inset Text
35387
35388 \begin_layout Plain Layout
35389 winzig
35390 \end_layout
35391
35392 \end_inset
35393 </cell>
35394 </row>
35395 </lyxtabular>
35396
35397 \end_inset
35398
35399
35400 \end_layout
35401
35402 \begin_layout Standard
35403 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35404  
35405 \series bold
35406
35407 \backslash
35408 frac
35409 \series default
35410  der Umgebung an.
35411 \end_layout
35412
35413 \begin_layout Standard
35414 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35415  0.4
35416 \begin_inset space \thinspace{}
35417 \end_inset
35418
35419 pt verwendet.
35420 \end_layout
35421
35422 \begin_layout Standard
35423 \begin_inset VSpace medskip
35424 \end_inset
35425
35426 Zum Beispiel sind die Befehle 
35427 \series bold
35428
35429 \backslash
35430 dfrac
35431 \series default
35432  und 
35433 \series bold
35434
35435 \backslash
35436 tbinom
35437 \series default
35438  aus 
35439 \begin_inset CommandInset ref
35440 LatexCommand ref
35441 reference "sub:Brüche"
35442
35443 \end_inset
35444
35445  folgendermaßen definiert:
35446 \end_layout
35447
35448 \begin_layout Standard
35449
35450 \series bold
35451
35452 \backslash
35453 newcommand{
35454 \backslash
35455 dfrac}[2]{
35456 \backslash
35457 genfrac{}{}{}{0}{#1}{#2}}
35458 \end_layout
35459
35460 \begin_layout Standard
35461 und
35462 \end_layout
35463
35464 \begin_layout Standard
35465
35466 \series bold
35467
35468 \backslash
35469 newcommand{
35470 \backslash
35471 tbinom}[2]{
35472 \backslash
35473 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35474 \end_layout
35475
35476 \begin_layout Standard
35477 \begin_inset VSpace medskip
35478 \end_inset
35479
35480 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35481  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35482 \end_layout
35483
35484 \begin_layout Standard
35485
35486 \series bold
35487
35488 \backslash
35489 newcommand{
35490 \backslash
35491 fracS}[3][]{
35492 \backslash
35493 genfrac{}{}{#1}{}{#2}{#3}}
35494 \end_layout
35495
35496 \begin_layout Standard
35497 Dazu ein Test:
35498 \begin_inset Formula \begin{align*}
35499 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35500 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35501 \end{align*}
35502
35503 \end_inset
35504
35505 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35506  in etwa der dreifachen Strichdicke.
35507 \end_layout
35508
35509 \begin_layout Subsection
35510 Durchgestrichene Formeln
35511 \begin_inset Index idx
35512 status collapsed
35513
35514 \begin_layout Plain Layout
35515 Formel ! durchgestrichene
35516 \end_layout
35517
35518 \end_inset
35519
35520
35521 \end_layout
35522
35523 \begin_layout Standard
35524 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35525 \series bold
35526 cancel
35527 \series default
35528
35529 \begin_inset Index idx
35530 status collapsed
35531
35532 \begin_layout Plain Layout
35533 Pakete ! cancel
35534 \end_layout
35535
35536 \end_inset
35537
35538  mit der LaTeX-Vorspannzeile
35539 \end_layout
35540
35541 \begin_layout Standard
35542
35543 \series bold
35544
35545 \backslash
35546 usepackage[samesize]{cancel}
35547 \end_layout
35548
35549 \begin_layout Standard
35550 geladen werden.
35551 \end_layout
35552
35553 \begin_layout Standard
35554 \begin_inset ERT
35555 status collapsed
35556
35557 \begin_layout Plain Layout
35558
35559
35560 \backslash
35561 ifcancel 
35562 \end_layout
35563
35564 \end_inset
35565
35566
35567 \begin_inset Note Note
35568 status open
35569
35570 \begin_layout Plain Layout
35571 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35572 \series bold
35573 cancel
35574 \series default
35575  installiert ist:
35576 \end_layout
35577
35578 \end_inset
35579
35580
35581 \end_layout
35582
35583 \begin_layout Standard
35584 Es gibt vier verschiedene Arten durchzustreichen:
35585 \end_layout
35586
35587 \begin_layout Standard
35588 \align center
35589 \begin_inset Tabular
35590 <lyxtabular version="3" rows="5" columns="2">
35591 <features tabularvalignment="middle">
35592 <column alignment="center" valignment="top" width="0">
35593 <column alignment="center" valignment="top" width="0">
35594 <row>
35595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35596 \begin_inset Text
35597
35598 \begin_layout Plain Layout
35599 Befehl
35600 \end_layout
35601
35602 \end_inset
35603 </cell>
35604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35605 \begin_inset Text
35606
35607 \begin_layout Plain Layout
35608 Ergebnis
35609 \begin_inset Note Note
35610 status collapsed
35611
35612 \begin_layout Plain Layout
35613 Der Leerraum und 
35614 \series bold
35615
35616 \backslash
35617 raisebox
35618 \series default
35619  dienen nur als Abstandhalter.
35620 \end_layout
35621
35622 \end_inset
35623
35624
35625 \end_layout
35626
35627 \end_inset
35628 </cell>
35629 </row>
35630 <row>
35631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35632 \begin_inset Text
35633
35634 \begin_layout Plain Layout
35635
35636 \backslash
35637 cancel{
35638 \backslash
35639 int
35640 \begin_inset ERT
35641 status collapsed
35642
35643 \begin_layout Plain Layout
35644
35645
35646 \backslash
35647 leer 
35648 \end_layout
35649
35650 \end_inset
35651
35652 A=B
35653 \end_layout
35654
35655 \end_inset
35656 </cell>
35657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35658 \begin_inset Text
35659
35660 \begin_layout Plain Layout
35661 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35662 \end_inset
35663
35664
35665 \end_layout
35666
35667 \end_inset
35668 </cell>
35669 </row>
35670 <row>
35671 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35672 \begin_inset Text
35673
35674 \begin_layout Plain Layout
35675
35676 \backslash
35677 bcancel{
35678 \backslash
35679 int
35680 \begin_inset ERT
35681 status collapsed
35682
35683 \begin_layout Plain Layout
35684
35685
35686 \backslash
35687 leer 
35688 \end_layout
35689
35690 \end_inset
35691
35692 A=B
35693 \end_layout
35694
35695 \end_inset
35696 </cell>
35697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35698 \begin_inset Text
35699
35700 \begin_layout Plain Layout
35701 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35702 \end_inset
35703
35704
35705 \end_layout
35706
35707 \end_inset
35708 </cell>
35709 </row>
35710 <row>
35711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35712 \begin_inset Text
35713
35714 \begin_layout Plain Layout
35715
35716 \backslash
35717 xcancel{
35718 \backslash
35719 int
35720 \begin_inset ERT
35721 status collapsed
35722
35723 \begin_layout Plain Layout
35724
35725
35726 \backslash
35727 leer 
35728 \end_layout
35729
35730 \end_inset
35731
35732 A=B
35733 \end_layout
35734
35735 \end_inset
35736 </cell>
35737 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35738 \begin_inset Text
35739
35740 \begin_layout Plain Layout
35741 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35742 \end_inset
35743
35744
35745 \end_layout
35746
35747 \end_inset
35748 </cell>
35749 </row>
35750 <row>
35751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35752 \begin_inset Text
35753
35754 \begin_layout Plain Layout
35755
35756 \backslash
35757 cancelto{1
35758 \begin_inset Formula $\to$
35759 \end_inset
35760
35761
35762 \backslash
35763 {
35764 \backslash
35765 int
35766 \begin_inset ERT
35767 status collapsed
35768
35769 \begin_layout Plain Layout
35770
35771
35772 \backslash
35773 leer 
35774 \end_layout
35775
35776 \end_inset
35777
35778 A=B
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35784 \begin_inset Text
35785
35786 \begin_layout Plain Layout
35787 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 </row>
35796 </lyxtabular>
35797
35798 \end_inset
35799
35800
35801 \end_layout
35802
35803 \begin_layout Standard
35804
35805 \series bold
35806
35807 \backslash
35808 cancelto
35809 \series default
35810  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35811  will:
35812 \begin_inset Formula \[
35813 \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}}}
35814 \]
35815
35816 \end_inset
35817
35818
35819 \end_layout
35820
35821 \begin_layout Standard
35822 \begin_inset ERT
35823 status collapsed
35824
35825 \begin_layout Plain Layout
35826
35827
35828 \backslash
35829 else 
35830 \end_layout
35831
35832 \end_inset
35833
35834
35835 \begin_inset Note Note
35836 status open
35837
35838 \begin_layout Plain Layout
35839 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35840 \series bold
35841 cancel
35842 \series default
35843  nicht installiert ist:
35844 \end_layout
35845
35846 \end_inset
35847
35848
35849 \end_layout
35850
35851 \begin_layout Standard
35852 Das LaTeX-Paket 
35853 \series bold
35854 cancel 
35855 \series default
35856 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35857 \end_layout
35858
35859 \begin_layout Standard
35860 \begin_inset ERT
35861 status collapsed
35862
35863 \begin_layout Plain Layout
35864
35865
35866 \backslash
35867 fi 
35868 \end_layout
35869
35870 \end_inset
35871
35872
35873 \end_layout
35874
35875 \begin_layout Subsection
35876 Formeln in Überschriften
35877 \begin_inset CommandInset label
35878 LatexCommand label
35879 name "sub:Formeln-in-Überschriften"
35880
35881 \end_inset
35882
35883
35884 \begin_inset Index idx
35885 status collapsed
35886
35887 \begin_layout Plain Layout
35888 Formel ! in Überschriften
35889 \end_layout
35890
35891 \end_inset
35892
35893
35894 \end_layout
35895
35896 \begin_layout Standard
35897 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35898 \end_layout
35899
35900 \begin_layout Standard
35901 \begin_inset Note Greyedout
35902 status open
35903
35904 \begin_layout Plain Layout
35905 Verwendet man 
35906 \series bold
35907 hyperref
35908 \series default
35909
35910 \begin_inset Index idx
35911 status collapsed
35912
35913 \begin_layout Plain Layout
35914 Pakete ! hyperref
35915 \end_layout
35916
35917 \end_inset
35918
35919  Unterstützung im den Dokumenteinstellungen unter 
35920 \family sans
35921 PDF-Eigenschaften
35922 \family default
35923 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35924  erzeugt.
35925  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35926  dargestellt.
35927  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35928 \end_layout
35929
35930 \end_inset
35931
35932
35933 \end_layout
35934
35935 \begin_layout Standard
35936 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35937  Kurztitel über das Menü 
35938 \family sans
35939 Einfügen\SpecialChar \menuseparator
35940 Kurztitel
35941 \family default
35942  einfügt.
35943  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35944  um das Inhaltsverzeichnis übersichtlich zu halten.
35945  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35946 chen.
35947 \end_layout
35948
35949 \begin_layout Standard
35950 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35951 \series bold
35952 hyperref
35953 \series default
35954 , verwendet man im TeX-Modus den Befehl
35955 \end_layout
35956
35957 \begin_layout Standard
35958
35959 \series bold
35960
35961 \backslash
35962 texorpdfstring{Teil}{Alternative}
35963 \begin_inset Index idx
35964 status collapsed
35965
35966 \begin_layout Plain Layout
35967 Befehle ! T ! 
35968 \backslash
35969 texorpdfstring
35970 \end_layout
35971
35972 \end_inset
35973
35974
35975 \end_layout
35976
35977 \begin_layout Standard
35978 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35979  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35980  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35981  soll.
35982 \end_layout
35983
35984 \begin_layout Standard
35985 Es folgen zwei Beispielüberschriften:
35986 \begin_inset VSpace -3mm
35987 \end_inset
35988
35989
35990 \begin_inset ERT
35991 status collapsed
35992
35993 \begin_layout Plain Layout
35994
35995
35996 \backslash
35997 boldmath 
35998 \end_layout
35999
36000 \end_inset
36001
36002
36003 \end_layout
36004
36005 \begin_layout Subsubsection
36006 Überschrift ohne Formel im Inhaltsverzeichnis 
36007 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36008 \end_inset
36009
36010
36011 \begin_inset Argument
36012 status collapsed
36013
36014 \begin_layout Plain Layout
36015 Überschrift ohne Formel im Inhaltsverzeichnis
36016 \end_layout
36017
36018 \end_inset
36019
36020
36021 \end_layout
36022
36023 \begin_layout Subsubsection
36024 Überschrift mit Formel im Inhaltsverzeichnis
36025 \begin_inset ERT
36026 status collapsed
36027
36028 \begin_layout Plain Layout
36029
36030
36031 \backslash
36032 texorpdfstring{
36033 \end_layout
36034
36035 \end_inset
36036
36037  
36038 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36039 \end_inset
36040
36041
36042 \begin_inset ERT
36043 status collapsed
36044
36045 \begin_layout Plain Layout
36046
36047 }{}
36048 \end_layout
36049
36050 \end_inset
36051
36052
36053 \end_layout
36054
36055 \begin_layout Standard
36056 \begin_inset ERT
36057 status collapsed
36058
36059 \begin_layout Plain Layout
36060
36061
36062 \backslash
36063 unboldmath 
36064 \end_layout
36065
36066 \end_inset
36067
36068 In der ersten Überschrift wurde ein Kurztitel verwendet.
36069  In der zweiten 
36070 \series bold
36071
36072 \backslash
36073 texorpdfstring
36074 \series default
36075 .
36076 \end_layout
36077
36078 \begin_layout Standard
36079 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36080  die komplette Überschrift in eine 
36081 \series bold
36082 boldmath
36083 \series default
36084 -Umgebung
36085 \begin_inset Foot
36086 status collapsed
36087
36088 \begin_layout Plain Layout
36089 siehe 
36090 \begin_inset CommandInset ref
36091 LatexCommand ref
36092 reference "sub:Fett-gedruckte-Formeln"
36093
36094 \end_inset
36095
36096
36097 \end_layout
36098
36099 \end_inset
36100
36101  gesetzt.
36102 \end_layout
36103
36104 \begin_layout Subsection
36105 Formeln im mehrspaltigen Text
36106 \begin_inset Index idx
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110 Formel ! im mehrspaltigen Text
36111 \end_layout
36112
36113 \end_inset
36114
36115
36116 \end_layout
36117
36118 \begin_layout Standard
36119 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36120  müssen daher über die gesamte Seitenbreite gesetzt werden.
36121  Dazu verwendet man das LaTeX-Paket 
36122 \series bold
36123 multicol
36124 \series default
36125
36126 \begin_inset Foot
36127 status collapsed
36128
36129 \begin_layout Plain Layout
36130
36131 \series bold
36132 multicol
36133 \series default
36134  ist Teil jeder LaTeX-Standardinstallation.
36135 \end_layout
36136
36137 \end_inset
36138
36139
36140 \begin_inset Index idx
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144 Pakete ! multicol
36145 \end_layout
36146
36147 \end_inset
36148
36149 , das mit der LaTeX-Vorspannzeile
36150 \end_layout
36151
36152 \begin_layout Standard
36153
36154 \series bold
36155
36156 \backslash
36157 usepackage{multicol}
36158 \end_layout
36159
36160 \begin_layout Standard
36161 geladen wird.
36162 \end_layout
36163
36164 \begin_layout Standard
36165 \begin_inset Note Greyedout
36166 status open
36167
36168 \begin_layout Plain Layout
36169 Dabei ist zu beachten, dass im Menü 
36170 \family sans
36171 Dokument\SpecialChar \menuseparator
36172 Einstellungen
36173 \family default
36174  unter 
36175 \family sans
36176 Textformat
36177 \family default
36178  
36179 \emph on
36180 nicht
36181 \emph default
36182  
36183 \family sans
36184 Zweispaltiges
36185 \begin_inset space ~
36186 \end_inset
36187
36188 Dokument
36189 \family default
36190  ausgewählt sein darf.
36191 \end_layout
36192
36193 \end_inset
36194
36195
36196 \end_layout
36197
36198 \begin_layout Standard
36199 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36200 \end_layout
36201
36202 \begin_layout Standard
36203
36204 \series bold
36205
36206 \backslash
36207 begin{multicols}{Spaltenanzahl}
36208 \end_layout
36209
36210 \begin_layout Standard
36211 wobei die Spaltenanzahl eine Zahl im Bereich 2
36212 \begin_inset space \thinspace{}
36213 \end_inset
36214
36215 -
36216 \begin_inset space \thinspace{}
36217 \end_inset
36218
36219 10 ist.
36220  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36221 \end_layout
36222
36223 \begin_layout Standard
36224
36225 \series bold
36226
36227 \backslash
36228 end{multicols}
36229 \end_layout
36230
36231 \begin_layout Standard
36232 der im TeX-Modus eingegeben wird.
36233 \end_layout
36234
36235 \begin_layout Standard
36236 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36237  Um dies rückgängig zu machen, fügt man vor der Formel -6
36238 \begin_inset space \thinspace{}
36239 \end_inset
36240
36241 mm vertikalen Leerraum ein.
36242  Ist der Formelstil 
36243 \series bold
36244 Eingerückt
36245 \begin_inset Foot
36246 status collapsed
36247
36248 \begin_layout Plain Layout
36249 Formelstile siehe 
36250 \begin_inset CommandInset ref
36251 LatexCommand ref
36252 reference "sec:Formelstile"
36253
36254 \end_inset
36255
36256
36257 \end_layout
36258
36259 \end_inset
36260
36261
36262 \series default
36263  gewählt, fügt man stattdessen -9
36264 \begin_inset space \thinspace{}
36265 \end_inset
36266
36267 mm Leerraum ein.
36268 \end_layout
36269
36270 \begin_layout Standard
36271 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36272 \end_layout
36273
36274 \begin_layout Standard
36275 \begin_inset ERT
36276 status collapsed
36277
36278 \begin_layout Plain Layout
36279
36280
36281 \backslash
36282 begin{multicols}{2}
36283 \end_layout
36284
36285 \end_inset
36286
36287 Das Spektrum wird fouriertransformiert.
36288  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36289 , Lösungsmittel) zu trennen.
36290  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36291  nun das Aussehen des Ausgangssignals.
36292  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36293  über alle Phasen integrieren muss.
36294  Sei nun 
36295 \begin_inset Formula $S$
36296 \end_inset
36297
36298  unser normiertes Ausgangssignal und 
36299 \begin_inset Formula $P$
36300 \end_inset
36301
36302  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36303 \begin_inset ERT
36304 status collapsed
36305
36306 \begin_layout Plain Layout
36307
36308
36309 \backslash
36310 end{multicols}
36311 \end_layout
36312
36313 \end_inset
36314
36315
36316 \begin_inset VSpace -6mm
36317 \end_inset
36318
36319
36320 \begin_inset Formula \begin{equation}
36321 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36322 \end{equation}
36323
36324 \end_inset
36325
36326
36327 \begin_inset ERT
36328 status collapsed
36329
36330 \begin_layout Plain Layout
36331
36332
36333 \backslash
36334 begin{multicols}{2}
36335 \end_layout
36336
36337 \end_inset
36338
36339 wobei 
36340 \begin_inset Formula $S_{0}$
36341 \end_inset
36342
36343  das Signal ohne Gradient ist und die Normierungsbedingung 
36344 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36345 \end_inset
36346
36347  gilt.
36348  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36349  Direkt nach dem 
36350 \begin_inset Formula $\nicefrac{\pi}{2}$
36351 \end_inset
36352
36353
36354 \begin_inset space \thinspace{}
36355 \end_inset
36356
36357 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36358  das Signal zusätzlich abschwächt.
36359  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36360  
36361 \begin_inset Formula $T_{2}$
36362 \end_inset
36363
36364 -Zeit.
36365 \end_layout
36366
36367 \begin_layout Standard
36368 \begin_inset ERT
36369 status collapsed
36370
36371 \begin_layout Plain Layout
36372
36373
36374 \backslash
36375 end{multicols}
36376 \end_layout
36377
36378 \end_inset
36379
36380  
36381 \end_layout
36382
36383 \begin_layout Subsection
36384 Formeln mit Beschreibung der Variablen
36385 \begin_inset Index idx
36386 status collapsed
36387
36388 \begin_layout Plain Layout
36389 Formel ! mit Variablenbeschreibung
36390 \end_layout
36391
36392 \end_inset
36393
36394
36395 \end_layout
36396
36397 \begin_layout Standard
36398 Möchte man wie in Formel 
36399 \begin_inset CommandInset ref
36400 LatexCommand eqref
36401 reference "eq:innerhalb"
36402
36403 \end_inset
36404
36405 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36406 \series bold
36407 ×
36408 \series default
36409
36410 \begin_inset Formula $n$
36411 \end_inset
36412
36413
36414 \begin_inset space ~
36415 \end_inset
36416
36417 Matrix mit links ausgerichteten Spalten für die verwendeten 
36418 \begin_inset Formula $n$
36419 \end_inset
36420
36421  Variablen.
36422 \begin_inset Foot
36423 status collapsed
36424
36425 \begin_layout Plain Layout
36426 Matrizen siehe 
36427 \begin_inset CommandInset ref
36428 LatexCommand ref
36429 reference "sec:Matrizen"
36430
36431 \end_inset
36432
36433
36434 \end_layout
36435
36436 \end_inset
36437
36438  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36439 \begin_inset space \thinspace{}
36440 \end_inset
36441
36442 B.
36443  den Befehl 
36444 \series bold
36445
36446 \backslash
36447 footnotesize
36448 \series default
36449  ein.
36450 \begin_inset Foot
36451 status collapsed
36452
36453 \begin_layout Plain Layout
36454 Schriftgrößen siehe 
36455 \begin_inset CommandInset ref
36456 LatexCommand ref
36457 reference "sub:Schriftgrößen"
36458
36459 \end_inset
36460
36461
36462 \end_layout
36463
36464 \end_inset
36465
36466
36467 \end_layout
36468
36469 \begin_layout Standard
36470 Wird der Formelstil 
36471 \series bold
36472 Eingerückt
36473 \begin_inset Foot
36474 status collapsed
36475
36476 \begin_layout Plain Layout
36477 Formelstile siehe 
36478 \begin_inset CommandInset ref
36479 LatexCommand ref
36480 reference "sec:Formelstile"
36481
36482 \end_inset
36483
36484
36485 \end_layout
36486
36487 \end_inset
36488
36489
36490 \series default
36491  verwendet, fügt man vor und nach der Matrix ein 
36492 \series bold
36493
36494 \backslash
36495 hfill
36496 \series default
36497
36498 \begin_inset Foot
36499 status collapsed
36500
36501 \begin_layout Plain Layout
36502
36503 \series bold
36504
36505 \backslash
36506 hfill
36507 \series default
36508  wirkt nur in Formeln mit dem Stil 
36509 \series bold
36510 Eingerückt
36511 \series default
36512 , siehe 
36513 \begin_inset CommandInset ref
36514 LatexCommand ref
36515 reference "sub:Variabler-Leerraum"
36516
36517 \end_inset
36518
36519 .
36520 \end_layout
36521
36522 \end_inset
36523
36524  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36525  gleich ist.
36526 \end_layout
36527
36528 \begin_layout Standard
36529 Ist der Formelstil 
36530 \series bold
36531 Zentriert
36532 \series default
36533  gewählt, nutzt man die in 
36534 \begin_inset CommandInset ref
36535 LatexCommand ref
36536 reference "sub:Flalign-Umgebung"
36537
36538 \end_inset
36539
36540  beschriebene Möglichkeit, Formeln einzurücken.
36541  Formel 
36542 \begin_inset CommandInset ref
36543 LatexCommand eqref
36544 reference "eq:innerhalb"
36545
36546 \end_inset
36547
36548  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36549  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36550 \begin_inset Formula \begin{flalign}
36551 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36552 \rho & \textrm{Dichte}\\
36553 V & \textrm{Volumen}\\
36554 g & \textrm{Fallbeschleunigung}
36555 \end{array} &  & {}\label{eq:innerhalb}
36556 \end{flalign}
36557
36558 \end_inset
36559
36560
36561 \end_layout
36562
36563 \begin_layout Subsection
36564 Aufrechte kleine griechische Buchstaben
36565 \begin_inset CommandInset label
36566 LatexCommand label
36567 name "sub:Aufrechte-kleine-griechische"
36568
36569 \end_inset
36570
36571
36572 \begin_inset Index idx
36573 status collapsed
36574
36575 \begin_layout Plain Layout
36576 griechische Buchstaben ! aufrechte
36577 \end_layout
36578
36579 \end_inset
36580
36581
36582 \end_layout
36583
36584 \begin_layout Standard
36585 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36586  zur Verfügung.
36587  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36588  aufrechte griechische Buchstaben benötigt.
36589  Die Datei 
36590 \series bold
36591 upgreek.sty
36592 \series default
36593
36594 \begin_inset Foot
36595 status collapsed
36596
36597 \begin_layout Plain Layout
36598
36599 \series bold
36600 upgreek
36601 \series default
36602  ist Teil des LaTeX-Paketes 
36603 \series bold
36604 was
36605 \series default
36606
36607 \begin_inset Index idx
36608 status collapsed
36609
36610 \begin_layout Plain Layout
36611 Pakete ! was
36612 \begin_inset ERT
36613 status collapsed
36614
36615 \begin_layout Plain Layout
36616
36617
36618 \backslash
36619 vspace{4mm}
36620 \end_layout
36621
36622 \end_inset
36623
36624
36625 \end_layout
36626
36627 \end_inset
36628
36629 .
36630 \end_layout
36631
36632 \end_inset
36633
36634
36635 \begin_inset Index idx
36636 status collapsed
36637
36638 \begin_layout Plain Layout
36639 Pakete ! upgreek
36640 \end_layout
36641
36642 \end_inset
36643
36644 , die mit der LaTeX-Vorspannzeile
36645 \end_layout
36646
36647 \begin_layout Standard
36648
36649 \series bold
36650
36651 \backslash
36652 usepackage{upgreek}
36653 \end_layout
36654
36655 \begin_layout Standard
36656 geladen wird, stellt diese Buchstaben zur Verfügung.
36657  
36658 \begin_inset ERT
36659 status collapsed
36660
36661 \begin_layout Plain Layout
36662
36663
36664 \backslash
36665 ifupgreek 
36666 \end_layout
36667
36668 \end_inset
36669
36670
36671 \begin_inset Note Note
36672 status open
36673
36674 \begin_layout Plain Layout
36675 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36676 \series bold
36677 upgreek
36678 \series default
36679  installiert ist:
36680 \end_layout
36681
36682 \end_inset
36683
36684  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36685  
36686 \series bold
36687 up
36688 \series default
36689  begonnen wird.
36690  So erzeugt z.
36691 \begin_inset space \thinspace{}
36692 \end_inset
36693
36694 B.
36695  der Befehl 
36696 \series bold
36697
36698 \backslash
36699 uptau
36700 \series default
36701  dies: 
36702 \begin_inset Formula $\uptau$
36703 \end_inset
36704
36705
36706 \end_layout
36707
36708 \begin_layout Standard
36709 Damit kann man Elementarteilchenreaktionen erstellen:
36710 \begin_inset Formula \[
36711 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36712 \]
36713
36714 \end_inset
36715
36716
36717 \end_layout
36718
36719 \begin_layout Standard
36720 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36721  Sie sollten daher nicht für Einheiten wie 
36722 \begin_inset Quotes gld
36723 \end_inset
36724
36725 µm
36726 \begin_inset Quotes grd
36727 \end_inset
36728
36729  verwendet werden.
36730 \end_layout
36731
36732 \begin_layout Standard
36733 \begin_inset ERT
36734 status collapsed
36735
36736 \begin_layout Plain Layout
36737
36738
36739 \backslash
36740 else 
36741 \end_layout
36742
36743 \end_inset
36744
36745
36746 \begin_inset Note Note
36747 status open
36748
36749 \begin_layout Plain Layout
36750 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36751 \series bold
36752 upgreek
36753 \series default
36754  nicht installiert ist:
36755 \end_layout
36756
36757 \end_inset
36758
36759
36760 \end_layout
36761
36762 \begin_layout Standard
36763 Das LaTeX-Paket 
36764 \series bold
36765 upgreek 
36766 \series default
36767 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36768 \end_layout
36769
36770 \begin_layout Standard
36771 \begin_inset ERT
36772 status collapsed
36773
36774 \begin_layout Plain Layout
36775
36776
36777 \backslash
36778 fi 
36779 \end_layout
36780
36781 \end_inset
36782
36783
36784 \end_layout
36785
36786 \begin_layout Subsection
36787 Textzeichen in Formeln
36788 \begin_inset CommandInset label
36789 LatexCommand label
36790 name "sub:Textzeichen-in-Formeln"
36791
36792 \end_inset
36793
36794
36795 \begin_inset Index idx
36796 status collapsed
36797
36798 \begin_layout Plain Layout
36799 Text ! in Formeln
36800 \end_layout
36801
36802 \end_inset
36803
36804
36805 \end_layout
36806
36807 \begin_layout Standard
36808 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36809  Benötigt man z.
36810 \begin_inset space \thinspace{}
36811 \end_inset
36812
36813 B.
36814  den mittigen Punkt · in Formeln wie 
36815 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36816 \end_inset
36817
36818 , müsste man dafür jedes Mal den Befehl 
36819 \series bold
36820
36821 \backslash
36822 cdot
36823 \series default
36824  eingeben
36825 \begin_inset Foot
36826 status collapsed
36827
36828 \begin_layout Plain Layout
36829 siehe 
36830 \begin_inset CommandInset ref
36831 LatexCommand ref
36832 reference "sub:Binäre-Operatoren"
36833
36834 \end_inset
36835
36836
36837 \end_layout
36838
36839 \end_inset
36840
36841 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36842  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36843 \end_layout
36844
36845 \begin_layout Standard
36846
36847 \series bold
36848
36849 \backslash
36850 DeclareInputText{183}{
36851 \backslash
36852 ifmmode
36853 \backslash
36854 cdot
36855 \backslash
36856 else
36857 \backslash
36858 textperiodcentered
36859 \backslash
36860 f\SpecialChar \textcompwordmark{}
36861 i}
36862 \end_layout
36863
36864 \begin_layout Standard
36865 Die Zeichenkodierung (Menü 
36866 \family sans
36867 Dokument\SpecialChar \menuseparator
36868 Einstellungen\SpecialChar \menuseparator
36869 Sprache
36870 \family default
36871 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36872  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36873 \series bold
36874
36875 \backslash
36876 textperiodcentered
36877 \series default
36878  verwendet.
36879  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36880  LaTeX-Fehlern kommen würde.
36881  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36882  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36883  nicht.
36884 \end_layout
36885
36886 \begin_layout Standard
36887 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36888  Z.
36889 \begin_inset space \thinspace{}
36890 \end_inset
36891
36892 B.
36893  ist die Kodierung 
36894 \series bold
36895 latin9
36896 \series default
36897  in der Datei 
36898 \series bold
36899 latin9.def
36900 \series default
36901  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36902  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36903 eien geändert werden.
36904  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36905  nicht ohne Weiteres bearbeitet werden.
36906 \end_layout
36907
36908 \begin_layout Standard
36909 \begin_inset VSpace medskip
36910 \end_inset
36911
36912 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36913  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36914  Formel eingegeben werden können:
36915 \end_layout
36916
36917 \begin_layout Standard
36918
36919 \series bold
36920
36921 \backslash
36922 DeclareInputText{176}{
36923 \backslash
36924 ifmmode^
36925 \backslash
36926 circ
36927 \backslash
36928 else
36929 \backslash
36930 textdegree
36931 \backslash
36932 f\SpecialChar \textcompwordmark{}
36933 i}
36934 \end_layout
36935
36936 \begin_layout Standard
36937 \begin_inset Newpage newpage
36938 \end_inset
36939
36940
36941 \end_layout
36942
36943 \begin_layout Section
36944 \start_of_appendix
36945 Typographische Hinweise
36946 \begin_inset Index idx
36947 status collapsed
36948
36949 \begin_layout Plain Layout
36950 Typographische Hinweise
36951 \end_layout
36952
36953 \end_inset
36954
36955
36956 \end_layout
36957
36958 \begin_layout Standard
36959 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36960  Regeln, die teilweise auch im Duden 
36961 \begin_inset CommandInset citation
36962 LatexCommand cite
36963 key "Duden"
36964
36965 \end_inset
36966
36967  unter 
36968 \family typewriter
36969 Textverarbeitung
36970 \family default
36971  aufgelistet sind.
36972  Weitere Regeln sind in 
36973 \begin_inset CommandInset citation
36974 LatexCommand cite
36975 key "Checklist"
36976
36977 \end_inset
36978
36979  zu finden.
36980 \end_layout
36981
36982 \begin_layout Itemize
36983 Physikalische Einheiten werden 
36984 \emph on
36985 immer
36986 \emph default
36987  aufrecht gesetzt
36988 \begin_inset Foot
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992 wird durch Schriftstile erreicht, siehe 
36993 \begin_inset CommandInset ref
36994 LatexCommand ref
36995 reference "sub:Schriftstile"
36996
36997 \end_inset
36998
36999
37000 \end_layout
37001
37002 \end_inset
37003
37004 , egal ob sie sich in einem kursiven Text befinden: 30
37005 \begin_inset space \thinspace{}
37006 \end_inset
37007
37008 km/h
37009 \begin_inset Newline newline
37010 \end_inset
37011
37012 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37013 \begin_inset CommandInset ref
37014 LatexCommand ref
37015 reference "sub:Vordefinierter-Leerraum"
37016
37017 \end_inset
37018
37019 .
37020 \begin_inset Newline newline
37021 \end_inset
37022
37023 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37024 \series bold
37025
37026 \backslash
37027 unittwo
37028 \series default
37029  verwendet.
37030  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37031  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37032  erhält wie oben: 
37033 \begin_inset Formula $\unit[30]{km/h}$
37034 \end_inset
37035
37036
37037 \begin_inset space \thinspace{}
37038 \end_inset
37039
37040 .
37041  Zu beachten ist, dass 
37042 \series bold
37043
37044 \backslash
37045 unittwo
37046 \series default
37047  kein echter LaTeX-Befehl, sondern der Befehl 
37048 \series bold
37049
37050 \backslash
37051 unit[Wert]{Einheit}
37052 \series default
37053  ist, daher kann man ihn nicht im TeX-Code benutzen.
37054 \end_layout
37055
37056 \begin_layout Itemize
37057 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37058 \begin_inset Newline newline
37059 \end_inset
37060
37061 1,2
37062 \begin_inset space \thinspace{}
37063 \end_inset
37064
37065 ‰ Alkohol im Blut
37066 \begin_inset Newline newline
37067 \end_inset
37068
37069 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37070  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37071 \end_layout
37072
37073 \begin_layout Itemize
37074 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37075  wird in einer Einheit verwendet: 15
37076 \begin_inset space \thinspace{}
37077 \end_inset
37078
37079 °C
37080 \end_layout
37081
37082 \begin_layout Itemize
37083 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37084  Ziffer der kleinste Leerraum eingefügt: 18
37085 \begin_inset space \thinspace{}
37086 \end_inset
37087
37088 473
37089 \begin_inset space \thinspace{}
37090 \end_inset
37091
37092 588
37093 \end_layout
37094
37095 \begin_layout Itemize
37096 Für Bemaßungen wie z.
37097 \begin_inset space \thinspace{}
37098 \end_inset
37099
37100 B.
37101  120×90×40
37102 \begin_inset space \thinspace{}
37103 \end_inset
37104
37105 cm, verwendet man das gelegte Kreuz 
37106 \begin_inset Quotes gld
37107 \end_inset
37108
37109 ×
37110 \begin_inset Quotes grd
37111 \end_inset
37112
37113 , dass entweder über den Befehl 
37114 \series bold
37115
37116 \backslash
37117 times
37118 \series default
37119  oder über das Menü 
37120 \family sans
37121 Einfügen\SpecialChar \menuseparator
37122 Sonderzeichen\SpecialChar \menuseparator
37123 Symbole
37124 \family default
37125  verfügbar ist.
37126 \end_layout
37127
37128 \begin_layout Itemize
37129 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37130  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37131 \begin_inset space \thinspace{}
37132 \end_inset
37133
37134 6.
37135 \begin_inset space ~
37136 \end_inset
37137
37138 1979
37139 \end_layout
37140
37141 \begin_layout Itemize
37142 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37143  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37144 \begin_inset CommandInset ref
37145 LatexCommand ref
37146 reference "sub:Vordefinierte-Funktionen"
37147
37148 \end_inset
37149
37150 .
37151 \end_layout
37152
37153 \begin_layout Itemize
37154 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37155  
37156 \begin_inset Formula $E_{\mathrm{kin}}$
37157 \end_inset
37158
37159
37160 \begin_inset Newline newline
37161 \end_inset
37162
37163 Komponenten von Matrizen werden kursiv gesetzt: 
37164 \begin_inset Formula $\hat{H}_{kl}$
37165 \end_inset
37166
37167
37168 \end_layout
37169
37170 \begin_layout Itemize
37171 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37172  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37173  Variablen zu verwechseln.
37174 \end_layout
37175
37176 \begin_layout Itemize
37177 Das Symbol für eine 
37178 \noun on
37179 Fourier
37180 \noun default
37181 -Transformation kann entweder mit dem Befehl 
37182 \series bold
37183
37184 \backslash
37185 mathscr
37186 \begin_inset ERT
37187 status collapsed
37188
37189 \begin_layout Plain Layout
37190
37191
37192 \backslash
37193 leer 
37194 \end_layout
37195
37196 \end_inset
37197
37198 F
37199 \series default
37200  oder über das Menü 
37201 \family sans
37202 Einfügen\SpecialChar \menuseparator
37203 Sonderzeichen\SpecialChar \menuseparator
37204 Symbole\SpecialChar \menuseparator
37205 Buchstabenähnliche
37206 \begin_inset space ~
37207 \end_inset
37208
37209 Symbole
37210 \family default
37211  eingefügt werden: 
37212 \begin_inset Formula $\mathscr{F}$
37213 \end_inset
37214
37215
37216 \end_layout
37217
37218 \begin_layout Standard
37219 \begin_inset Newpage newpage
37220 \end_inset
37221
37222
37223 \end_layout
37224
37225 \begin_layout Section
37226 Synonyme
37227 \begin_inset Index idx
37228 status collapsed
37229
37230 \begin_layout Plain Layout
37231 Synonyme
37232 \end_layout
37233
37234 \end_inset
37235
37236
37237 \end_layout
37238
37239 \begin_layout Standard
37240 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37241  Hier ist eine Übersicht der Synonymbefehle:
37242 \end_layout
37243
37244 \begin_layout Standard
37245 \begin_inset VSpace bigskip
37246 \end_inset
37247
37248
37249 \begin_inset space \hfill{}
37250 \end_inset
37251
37252
37253 \begin_inset Tabular
37254 <lyxtabular version="3" rows="12" columns="2">
37255 <features tabularvalignment="middle">
37256 <column alignment="center" valignment="top" width="0pt">
37257 <column alignment="center" valignment="top" width="0pt">
37258 <row>
37259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37260 \begin_inset Text
37261
37262 \begin_layout Plain Layout
37263 Befehl
37264 \end_layout
37265
37266 \end_inset
37267 </cell>
37268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37269 \begin_inset Text
37270
37271 \begin_layout Plain Layout
37272 äquivalent zu
37273 \begin_inset Note Note
37274 status collapsed
37275
37276 \begin_layout Plain Layout
37277
37278 \series bold
37279
37280 \backslash
37281 raisebox
37282 \series default
37283  dient nur als Abstandhalter.
37284 \end_layout
37285
37286 \end_inset
37287
37288
37289 \end_layout
37290
37291 \end_inset
37292 </cell>
37293 </row>
37294 <row>
37295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37296 \begin_inset Text
37297
37298 \begin_layout Plain Layout
37299
37300 \backslash
37301 ast
37302 \end_layout
37303
37304 \end_inset
37305 </cell>
37306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37307 \begin_inset Text
37308
37309 \begin_layout Plain Layout
37310 \begin_inset ERT
37311 status collapsed
37312
37313 \begin_layout Plain Layout
37314
37315
37316 \backslash
37317 raisebox{-1.2mm}{
37318 \end_layout
37319
37320 \end_inset
37321
37322 *
37323 \begin_inset ERT
37324 status collapsed
37325
37326 \begin_layout Plain Layout
37327
37328 }
37329 \end_layout
37330
37331 \end_inset
37332
37333
37334 \end_layout
37335
37336 \end_inset
37337 </cell>
37338 </row>
37339 <row>
37340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37341 \begin_inset Text
37342
37343 \begin_layout Plain Layout
37344
37345 \backslash
37346 choose
37347 \end_layout
37348
37349 \end_inset
37350 </cell>
37351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37352 \begin_inset Text
37353
37354 \begin_layout Plain Layout
37355
37356 \backslash
37357 binom
37358 \end_layout
37359
37360 \end_inset
37361 </cell>
37362 </row>
37363 <row>
37364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37365 \begin_inset Text
37366
37367 \begin_layout Plain Layout
37368
37369 \backslash
37370 geq
37371 \end_layout
37372
37373 \end_inset
37374 </cell>
37375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37376 \begin_inset Text
37377
37378 \begin_layout Plain Layout
37379
37380 \backslash
37381 ge
37382 \end_layout
37383
37384 \end_inset
37385 </cell>
37386 </row>
37387 <row>
37388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37389 \begin_inset Text
37390
37391 \begin_layout Plain Layout
37392
37393 \backslash
37394 lbrace
37395 \end_layout
37396
37397 \end_inset
37398 </cell>
37399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37400 \begin_inset Text
37401
37402 \begin_layout Plain Layout
37403 {
37404 \end_layout
37405
37406 \end_inset
37407 </cell>
37408 </row>
37409 <row>
37410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37411 \begin_inset Text
37412
37413 \begin_layout Plain Layout
37414
37415 \backslash
37416 lbracket
37417 \end_layout
37418
37419 \end_inset
37420 </cell>
37421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37422 \begin_inset Text
37423
37424 \begin_layout Plain Layout
37425 [
37426 \end_layout
37427
37428 \end_inset
37429 </cell>
37430 </row>
37431 <row>
37432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37433 \begin_inset Text
37434
37435 \begin_layout Plain Layout
37436
37437 \backslash
37438 leftarrow
37439 \end_layout
37440
37441 \end_inset
37442 </cell>
37443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37444 \begin_inset Text
37445
37446 \begin_layout Plain Layout
37447
37448 \backslash
37449 gets
37450 \end_layout
37451
37452 \end_inset
37453 </cell>
37454 </row>
37455 <row>
37456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460
37461 \backslash
37462 leq
37463 \end_layout
37464
37465 \end_inset
37466 </cell>
37467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471
37472 \backslash
37473 le
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 </row>
37479 <row>
37480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37481 \begin_inset Text
37482
37483 \begin_layout Plain Layout
37484
37485 \backslash
37486 lor
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37492 \begin_inset Text
37493
37494 \begin_layout Plain Layout
37495
37496 \backslash
37497 vee
37498 \end_layout
37499
37500 \end_inset
37501 </cell>
37502 </row>
37503 <row>
37504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37505 \begin_inset Text
37506
37507 \begin_layout Plain Layout
37508
37509 \backslash
37510 neq
37511 \end_layout
37512
37513 \end_inset
37514 </cell>
37515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37516 \begin_inset Text
37517
37518 \begin_layout Plain Layout
37519
37520 \backslash
37521 not=
37522 \end_layout
37523
37524 \end_inset
37525 </cell>
37526 </row>
37527 <row>
37528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37529 \begin_inset Text
37530
37531 \begin_layout Plain Layout
37532
37533 \backslash
37534 slash
37535 \end_layout
37536
37537 \end_inset
37538 </cell>
37539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37540 \begin_inset Text
37541
37542 \begin_layout Plain Layout
37543 /
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 </row>
37549 <row>
37550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554
37555 \backslash
37556 vert
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565 |
37566 \end_layout
37567
37568 \end_inset
37569 </cell>
37570 </row>
37571 </lyxtabular>
37572
37573 \end_inset
37574
37575
37576 \begin_inset space \hfill{}
37577 \end_inset
37578
37579
37580 \begin_inset Tabular
37581 <lyxtabular version="3" rows="12" columns="2">
37582 <features tabularvalignment="middle">
37583 <column alignment="center" valignment="top" width="0pt">
37584 <column alignment="center" valignment="top" width="0pt">
37585 <row>
37586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37587 \begin_inset Text
37588
37589 \begin_layout Plain Layout
37590 Befehl
37591 \end_layout
37592
37593 \end_inset
37594 </cell>
37595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37596 \begin_inset Text
37597
37598 \begin_layout Plain Layout
37599 äquivalent zu
37600 \end_layout
37601
37602 \end_inset
37603 </cell>
37604 </row>
37605 <row>
37606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610
37611 \backslash
37612 backslash
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37618 \begin_inset Text
37619
37620 \begin_layout Plain Layout
37621
37622 \backslash
37623
37624 \backslash
37625
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 </row>
37631 <row>
37632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37633 \begin_inset Text
37634
37635 \begin_layout Plain Layout
37636
37637 \backslash
37638 dasharrow
37639 \end_layout
37640
37641 \end_inset
37642 </cell>
37643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37644 \begin_inset Text
37645
37646 \begin_layout Plain Layout
37647
37648 \backslash
37649 dashrightarrow
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 </row>
37655 <row>
37656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37657 \begin_inset Text
37658
37659 \begin_layout Plain Layout
37660
37661 \backslash
37662 land
37663 \end_layout
37664
37665 \end_inset
37666 </cell>
37667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37668 \begin_inset Text
37669
37670 \begin_layout Plain Layout
37671
37672 \backslash
37673 wedge
37674 \end_layout
37675
37676 \end_inset
37677 </cell>
37678 </row>
37679 <row>
37680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37681 \begin_inset Text
37682
37683 \begin_layout Plain Layout
37684
37685 \backslash
37686 rbrace
37687 \end_layout
37688
37689 \end_inset
37690 </cell>
37691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37692 \begin_inset Text
37693
37694 \begin_layout Plain Layout
37695 }
37696 \end_layout
37697
37698 \end_inset
37699 </cell>
37700 </row>
37701 <row>
37702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37703 \begin_inset Text
37704
37705 \begin_layout Plain Layout
37706
37707 \backslash
37708 rbracket
37709 \end_layout
37710
37711 \end_inset
37712 </cell>
37713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37714 \begin_inset Text
37715
37716 \begin_layout Plain Layout
37717 ]
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 </row>
37723 <row>
37724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37725 \begin_inset Text
37726
37727 \begin_layout Plain Layout
37728
37729 \backslash
37730 rightarrow
37731 \end_layout
37732
37733 \end_inset
37734 </cell>
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37736 \begin_inset Text
37737
37738 \begin_layout Plain Layout
37739
37740 \backslash
37741 to
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 </row>
37747 <row>
37748 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37749 \begin_inset Text
37750
37751 \begin_layout Plain Layout
37752
37753 \backslash
37754 lnot
37755 \end_layout
37756
37757 \end_inset
37758 </cell>
37759 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763
37764 \backslash
37765 neg
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 </row>
37771 <row>
37772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37773 \begin_inset Text
37774
37775 \begin_layout Plain Layout
37776
37777 \backslash
37778 ne
37779 \end_layout
37780
37781 \end_inset
37782 </cell>
37783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787
37788 \backslash
37789 not=
37790 \end_layout
37791
37792 \end_inset
37793 </cell>
37794 </row>
37795 <row>
37796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37797 \begin_inset Text
37798
37799 \begin_layout Plain Layout
37800
37801 \backslash
37802 owns
37803 \end_layout
37804
37805 \end_inset
37806 </cell>
37807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37808 \begin_inset Text
37809
37810 \begin_layout Plain Layout
37811
37812 \backslash
37813 ni
37814 \end_layout
37815
37816 \end_inset
37817 </cell>
37818 </row>
37819 <row>
37820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37821 \begin_inset Text
37822
37823 \begin_layout Plain Layout
37824
37825 \backslash
37826 square
37827 \end_layout
37828
37829 \end_inset
37830 </cell>
37831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37832 \begin_inset Text
37833
37834 \begin_layout Plain Layout
37835
37836 \backslash
37837 Box
37838 \end_layout
37839
37840 \end_inset
37841 </cell>
37842 </row>
37843 <row>
37844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37845 \begin_inset Text
37846
37847 \begin_layout Plain Layout
37848
37849 \backslash
37850 Vert
37851 \end_layout
37852
37853 \end_inset
37854 </cell>
37855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37856 \begin_inset Text
37857
37858 \begin_layout Plain Layout
37859
37860 \backslash
37861 |
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 </row>
37867 </lyxtabular>
37868
37869 \end_inset
37870
37871
37872 \begin_inset space \hfill{}
37873 \end_inset
37874
37875
37876 \end_layout
37877
37878 \begin_layout Standard
37879 \begin_inset Newpage newpage
37880 \end_inset
37881
37882
37883 \end_layout
37884
37885 \begin_layout Bibliography
37886 \labelwidthstring Referenzen
37887 \begin_inset CommandInset bibitem
37888 LatexCommand bibitem
37889 key "TLC2"
37890
37891 \end_inset
37892
37893
37894 \shape smallcaps
37895 Mittelbach, F.
37896  ; Goossens, M.
37897 \shape default
37898
37899 \shape italic
37900 The LaTeX Companion
37901 \shape default
37902 .
37903  Addison Wesley, 2004
37904 \end_layout
37905
37906 \begin_layout Bibliography
37907 \labelwidthstring Referenzen
37908 \begin_inset CommandInset bibitem
37909 LatexCommand bibitem
37910 key "Mathmode"
37911
37912 \end_inset
37913
37914
37915 \begin_inset CommandInset href
37916 LatexCommand href
37917 name "Beschreibung"
37918 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37919
37920 \end_inset
37921
37922  der mathematischen Fähigkeiten von LaTeX
37923 \end_layout
37924
37925 \begin_layout Bibliography
37926 \labelwidthstring Referenzen
37927 \begin_inset CommandInset bibitem
37928 LatexCommand bibitem
37929 key "AMS"
37930
37931 \end_inset
37932
37933
37934 \begin_inset CommandInset href
37935 LatexCommand href
37936 name "Beschreibung"
37937 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37938
37939 \end_inset
37940
37941  von 
37942 \begin_inset ERT
37943 status collapsed
37944
37945 \begin_layout Plain Layout
37946
37947
37948 \backslash
37949 AmS
37950 \end_layout
37951
37952 \end_inset
37953
37954 -LaTeX
37955 \end_layout
37956
37957 \begin_layout Bibliography
37958 \labelwidthstring Referenzen
37959 \begin_inset CommandInset bibitem
37960 LatexCommand bibitem
37961 key "Symbole"
37962
37963 \end_inset
37964
37965
37966 \begin_inset CommandInset href
37967 LatexCommand href
37968 name "Auflistung"
37969 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37970
37971 \end_inset
37972
37973  aller über LaTeX-Pakete verfügbare Symbole
37974 \end_layout
37975
37976 \begin_layout Bibliography
37977 \labelwidthstring Referenzen
37978 \begin_inset CommandInset bibitem
37979 LatexCommand bibitem
37980 key "hyperref"
37981
37982 \end_inset
37983
37984
37985 \begin_inset CommandInset href
37986 LatexCommand href
37987 name "Dokumentation"
37988 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37989
37990 \end_inset
37991
37992  des LaTeX-Pakets 
37993 \series bold
37994 hyperref
37995 \series default
37996
37997 \begin_inset Index idx
37998 status collapsed
37999
38000 \begin_layout Plain Layout
38001 Pakete ! hyperref
38002 \end_layout
38003
38004 \end_inset
38005
38006
38007 \end_layout
38008
38009 \begin_layout Bibliography
38010 \labelwidthstring Referenzen
38011 \begin_inset CommandInset bibitem
38012 LatexCommand bibitem
38013 key "mhchem"
38014
38015 \end_inset
38016
38017
38018 \begin_inset CommandInset href
38019 LatexCommand href
38020 name "Dokumentation"
38021 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38022
38023 \end_inset
38024
38025  des LaTeX-Pakets 
38026 \series bold
38027 mhchem
38028 \series default
38029
38030 \begin_inset Index idx
38031 status collapsed
38032
38033 \begin_layout Plain Layout
38034 Pakete ! mhchem
38035 \end_layout
38036
38037 \end_inset
38038
38039
38040 \end_layout
38041
38042 \begin_layout Bibliography
38043 \labelwidthstring Referenzen
38044 \begin_inset CommandInset bibitem
38045 LatexCommand bibitem
38046 key "Mathclap"
38047
38048 \end_inset
38049
38050
38051 \begin_inset CommandInset href
38052 LatexCommand href
38053 name "Beschreibung"
38054 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38055
38056 \end_inset
38057
38058  des in 
38059 \begin_inset CommandInset ref
38060 LatexCommand ref
38061 reference "sub:Operatorgrenzen"
38062
38063 \end_inset
38064
38065  vorgestellten Befehls 
38066 \series bold
38067
38068 \backslash
38069 mathclap
38070 \series default
38071
38072 \begin_inset Index idx
38073 status collapsed
38074
38075 \begin_layout Plain Layout
38076 Befehle ! M ! 
38077 \backslash
38078 mathclap
38079 \end_layout
38080
38081 \end_inset
38082
38083
38084 \end_layout
38085
38086 \begin_layout Bibliography
38087 \labelwidthstring Referenzen
38088 \begin_inset CommandInset bibitem
38089 LatexCommand bibitem
38090 key "Duden"
38091
38092 \end_inset
38093
38094
38095 \emph on
38096 Duden Band 1
38097 \emph default
38098 .
38099  22.
38100  Auflage, Duden Verlag 2001
38101 \end_layout
38102
38103 \begin_layout Bibliography
38104 \labelwidthstring Referenzen
38105 \begin_inset CommandInset bibitem
38106 LatexCommand bibitem
38107 key "Checklist"
38108
38109 \end_inset
38110
38111
38112 \begin_inset CommandInset href
38113 LatexCommand href
38114 name "Prüfliste"
38115 target "http://physics.nist.gov/Document/checklist.pdf"
38116
38117 \end_inset
38118
38119  für das Rezensieren von Manuskripten
38120 \end_layout
38121
38122 \begin_layout Standard
38123 \begin_inset Note Note
38124 status collapsed
38125
38126 \begin_layout Plain Layout
38127 Damit der Index den Namen 
38128 \begin_inset Quotes gld
38129 \end_inset
38130
38131 Stichwortverzeichnis
38132 \begin_inset Quotes grd
38133 \end_inset
38134
38135  erhält, wurde im LaTeX-Vorspann
38136 \end_layout
38137
38138 \begin_layout Plain Layout
38139
38140 \series bold
38141
38142 \backslash
38143 addto
38144 \backslash
38145 captionsngerman{
38146 \backslash
38147 renewcommand{
38148 \backslash
38149 indexname}{Stichwortverzeichnis}}
38150 \end_layout
38151
38152 \begin_layout Plain Layout
38153 eingefügt.
38154 \end_layout
38155
38156 \begin_layout Plain Layout
38157 Das Paket 
38158 \series bold
38159 babel
38160 \series default
38161  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38162  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38163  Außerdem wird 
38164 \series bold
38165 babel
38166 \series default
38167  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38168  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38169 che verwendet wurde.
38170 \end_layout
38171
38172 \begin_layout Plain Layout
38173 Möchte man andere Beschriftungen ändern, ersetzt man 
38174 \series bold
38175
38176 \backslash
38177 indexname
38178 \series default
38179  durch 
38180 \series bold
38181
38182 \backslash
38183 <Beschriftungs>name
38184 \series default
38185 .
38186  Eine Auflistung der möglichen Namen findet man unter
38187 \end_layout
38188
38189 \begin_layout Plain Layout
38190
38191 \family typewriter
38192 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38193 \end_layout
38194
38195 \begin_layout Plain Layout
38196 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38197 \series bold
38198 ngerman
38199 \series default
38200  durch die Dokumentsprache und
38201 \end_layout
38202
38203 \begin_layout Plain Layout
38204
38205 \series bold
38206
38207 \backslash
38208 captionsgerman
38209 \series default
38210  durch 
38211 \series bold
38212
38213 \backslash
38214 captions<Dokumentsprache>
38215 \series default
38216 .
38217 \end_layout
38218
38219 \end_inset
38220
38221
38222 \begin_inset CommandInset index_print
38223 LatexCommand printindex
38224 type "idx"
38225
38226 \end_inset
38227
38228
38229 \end_layout
38230
38231 \end_body
38232 \end_document