]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx: add info about italic and upright Greek letters in math
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.0.0beta1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 408
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 \addto\extrasngerman{
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
47  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}}
49
50 % Makros damit Pakete nicht doppelt geladen werden.
51 % siehe erste Fußnote in Kap. 9.3
52 \@ifundefined{textcolor}{\usepackage{color}}{}
53
54 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
55 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
56 \pagenumbering{roman}
57 \let\myTOC\tableofcontents
58 \renewcommand{\tableofcontents}{%
59  \vspace{1cm}
60  \pdfbookmark[1]{\contentsname}{}
61  \myTOC
62  \cleardoublepage
63  \pagenumbering{arabic}}
64
65 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
66 \let\myFoot\footnote
67 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
68
69 % provides caption formatting
70 \setkomafont{captionlabel}{\bfseries}
71
72 % benutzt in Kap. 23.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values
76 \usepackage{calc}
77
78 % für Mehrfachzeilen, benutzt in Kap. 23.7
79 \usepackage{multicol}
80
81 % benutzt in Kap. 19.4
82 \usepackage{remreset}
83
84 % für das Fourier-Transformationssymbol
85 \usepackage{mathrsfs}
86
87 % Farbdefinition aus Kap. 9.3
88 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
89
90 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
91 \DeclareMathOperator*{\Raute}{\blacklozenge}
92 \DeclareMathOperator{\sgn}{sgn}
93
94 \newcommand{\leer}{\textvisiblespace}
95
96 % Beispielbefehle aus Kap. 20.1 
97 \newcommand{\gr}{\Longrightarrow}
98 \newcommand{\us}[1]{\underline{#1}}
99 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
100 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
101 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
102
103 % Beispielmakro aus Kap. 19.4
104 %\def\tagform@#1{\maketag@@@{|#1|}}
105
106 % Makro aus Kap. 10.2
107 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
108 \def\mathclap {\mathpalette \mathclapinternal}
109 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
110
111 % Damit der Index einen anderen Namen erhält.
112 \addto\captionsngerman
113 {\renewcommand{\indexname}
114 {Stichwort- und Befehlsverzeichnis}}
115
116 % ------------------------------------
117 % used to check for needed LaTeX packages
118 \usepackage{ifthen}
119
120 % testen ob das Paket eurosym installiert ist
121 % wird benutzt für das Euro-Symbol
122 \newboolean{eurosym}
123 \IfFileExists{eurosym.sty}
124  {\usepackage[gennarrow]{eurosym}
125   \setboolean{eurosym}{true}}
126  {\setboolean{eurosym}{false}}
127
128 % testen ob Paket braket installiert ist
129 % benötigt für physikalische Vektoren
130 \newboolean{braket}
131 \IfFileExists{braket.sty}
132  {\usepackage{braket}
133   \setboolean{braket}{true}}
134  {\setboolean{braket}{false}}
135
136 % testen ob Paket cancel installiert ist
137 \newboolean{cancel}
138 \IfFileExists{cancel.sty}
139  {\usepackage{cancel}
140   \setboolean{cancel}{true}}
141  {\setboolean{cancel}{false}}
142
143 % testen ob Paket upgreek installiert ist
144 \newboolean{upgreek}
145 \IfFileExists{upgreek.sty}
146  {\usepackage{upgreek}
147   \setboolean{upgreek}{true}}
148  {\setboolean{upgreek}{false}}
149
150 % benötigt für Kommas in Formeln, siehe Kap. 22.3
151 \IfFileExists{icomma.sty}
152  {\usepackage{icomma}}{}
153 \end_preamble
154 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
155 \use_default_options false
156 \maintain_unincluded_children false
157 \language ngerman
158 \inputencoding auto
159 \fontencoding global
160 \font_roman default
161 \font_sans default
162 \font_typewriter default
163 \font_default_family default
164 \use_xetex false
165 \font_sc false
166 \font_osf false
167 \font_sf_scale 100
168 \font_tt_scale 100
169
170 \graphics default
171 \default_output_format default
172 \output_sync 0
173 \bibtex_command default
174 \index_command default
175 \paperfontsize 12
176 \spacing single
177 \use_hyperref true
178 \pdf_title "LyXs Mathehandbuch"
179 \pdf_author "LyX Team, Uwe Stöhr"
180 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
181 \pdf_keywords "LyX, Mathed"
182 \pdf_bookmarks true
183 \pdf_bookmarksnumbered true
184 \pdf_bookmarksopen true
185 \pdf_bookmarksopenlevel 1
186 \pdf_breaklinks false
187 \pdf_pdfborder false
188 \pdf_colorlinks true
189 \pdf_backref false
190 \pdf_pdfusetitle false
191 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
192 \papersize a4paper
193 \use_geometry false
194 \use_amsmath 2
195 \use_esint 1
196 \use_mhchem 1
197 \use_mathdots 1
198 \cite_engine basic
199 \use_bibtopic false
200 \use_indices false
201 \paperorientation portrait
202 \suppress_date false
203 \use_refstyle 0
204 \notefontcolor #0000ff
205 \index Stichwortverzeichnis
206 \shortcut idx
207 \color #008000
208 \end_index
209 \secnumdepth 4
210 \tocdepth 3
211 \paragraph_separation skip
212 \defskip medskip
213 \quotes_language german
214 \papercolumns 1
215 \papersides 2
216 \paperpagestyle plain
217 \bullet 1 0 6 -1
218 \bullet 2 2 35 -1
219 \bullet 3 2 7 -1
220 \tracking_changes false
221 \output_changes false
222 \html_math_output 0
223 \html_be_strict false
224 \end_header
225
226 \begin_body
227
228 \begin_layout Title
229 LyXs detailliertes Mathe Handbuch
230 \end_layout
231
232 \begin_layout Author
233 vom LyX Team
234 \begin_inset Foot
235 status collapsed
236
237 \begin_layout Plain Layout
238 \noindent
239 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
240 ons-Liste: 
241 \family typewriter
242
243 \begin_inset CommandInset href
244 LatexCommand href
245 name "lyx-docs@lists.lyx.org"
246 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
247
248 \end_inset
249
250
251 \end_layout
252
253 \end_inset
254
255
256 \begin_inset Note Note
257 status collapsed
258
259 \begin_layout Plain Layout
260 Verfasser: Uwe Stöhr
261 \end_layout
262
263 \end_inset
264
265
266 \begin_inset Newline newline
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \family sans
275 Version 2.0.x
276 \end_layout
277
278 \begin_layout Standard
279 \begin_inset CommandInset toc
280 LatexCommand tableofcontents
281
282 \end_inset
283
284
285 \end_layout
286
287 \begin_layout Standard
288 \begin_inset Note Note
289 status open
290
291 \begin_layout Plain Layout
292 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
293  
294 \series bold
295 braket, cancel, eurosym,
296 \series default
297  
298 \series bold
299 mhchem
300 \series default
301  und 
302 \series bold
303 was
304 \series default
305  installiert sein.
306  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
307  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
308  nicht im Ausdruck.
309  Eine Ausnahme ist 
310 \series bold
311 mhchem
312 \series default
313 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Einleitung
340 \end_layout
341
342 \begin_layout Standard
343 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
344  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
345  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
346 tten.
347  Das setzt voraus, dass bereits das Kapitel 
348 \family typewriter
349 Mathematische
350 \family default
351  
352 \family typewriter
353 Formeln
354 \family default
355  des Benutzerhandbuchs gelesen worden ist.
356 \end_layout
357
358 \begin_layout Standard
359 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
360 \family sans
361 Einfügen
362 \series bold
363 \SpecialChar \menuseparator
364
365 \series default
366 Mathe
367 \family default
368  oder die 
369 \family sans
370 Mathe-Werkzeugleiste
371 \family default
372  aufrufbar.
373  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
374  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
375  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
376  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
377 \end_layout
378
379 \begin_layout Standard
380 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
381  LyX verfügbar.
382  Um alle Befehle nutzen zu können, muss die Option 
383 \family sans
384 AMS-Mathe-Paket verwenden
385 \family default
386  im Menü 
387 \family sans
388 Dokument\SpecialChar \menuseparator
389 Einstellungen\SpecialChar \menuseparator
390 Mathe Optionen
391 \family default
392  aktiviert sein.
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 Die 
398 \family sans
399 Option
400 \family default
401  
402 \family sans
403 AMS-Mathe-Paket automatisch verwenden
404 \family default
405  verwendet 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
419  LyX unterstützt.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
429 listung
430  aller 
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS 
439 \end_layout
440
441 \end_inset
442
443 -Mathe Befehle
444 \begin_inset Foot
445 status collapsed
446
447 \begin_layout Plain Layout
448 Eine Liste mit allen 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS
457 \end_layout
458
459 \end_inset
460
461 -Mathe Befehlen findet sich in der Datei 
462 \family sans
463
464 \begin_inset CommandInset href
465 LatexCommand href
466 name "amsguide.ps"
467 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
468
469 \end_inset
470
471
472 \family default
473 , die Teil jeder LaTeX-Standardinstallation ist.
474 \end_layout
475
476 \end_inset
477
478  verzichtet.
479 \end_layout
480
481 \begin_layout Section
482 Allgemeine Hinweise
483 \end_layout
484
485 \begin_layout Standard
486 Um eine in einer Textzeile eingebettete Formel
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formel ! eingebettete
492 \end_layout
493
494 \end_inset
495
496  zu erstellen, drückt man 
497 \family sans
498 Strg+M
499 \family default
500  oder den Werkzeugleistenknopf 
501 \begin_inset Graphics
502         filename ../../images/math-mode.png
503         scale 85
504
505 \end_inset
506
507 .
508 \begin_inset Newline newline
509 \end_inset
510
511 Um eine abgesetzte Formel
512 \begin_inset Index idx
513 status collapsed
514
515 \begin_layout Plain Layout
516 Formel ! abgesetzte
517 \end_layout
518
519 \end_inset
520
521  zu erstellen, drückt man 
522 \family sans
523 Strg+Shift+M
524 \family default
525 .
526 \end_layout
527
528 \begin_layout Standard
529 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
530  Cursor in die Formel und drückt 
531 \family sans
532 Strg+Shift+M
533 \family default
534  oder benutzt das Menü 
535 \family sans
536 Bearbeiten\SpecialChar \menuseparator
537 Mathe\SpecialChar \menuseparator
538
539 \begin_inset Newline linebreak
540 \end_inset
541
542 Formelart ändern
543 \family default
544 .
545  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
546  umwandeln.
547 \end_layout
548
549 \begin_layout Standard
550 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
551  gibt man in die Formel den Befehl 
552 \series bold
553
554 \backslash
555 displaystyle
556 \series default
557
558 \begin_inset Index idx
559 status collapsed
560
561 \begin_layout Plain Layout
562 Befehle ! D ! 
563 \backslash
564 displaystyle
565 \end_layout
566
567 \end_inset
568
569  ein.
570  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
571  wird.
572 \end_layout
573
574 \begin_layout Standard
575 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
576 \end_layout
577
578 \begin_layout Standard
579 Die 
580 \family sans
581 Mathe-Werkzeugleiste
582 \family default
583  kann über das Menü 
584 \family sans
585 Ansicht\SpecialChar \menuseparator
586 Werkzeugleisten
587 \family default
588  eingeblendet werden.
589  Wenn dort auf 
590 \begin_inset Quotes eld
591 \end_inset
592
593 Mathe
594 \begin_inset Quotes erd
595 \end_inset
596
597  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
598  diese Einstellung wird durch ein Häkchen im Menü 
599 \family sans
600 Werkzeugleisten
601 \family default
602  angezeigt.
603  Wenn nun im Menü 
604 \family sans
605 Werkzeugleisten
606 \family default
607  nochmal auf 
608 \begin_inset Quotes eld
609 \end_inset
610
611 Mathe
612 \begin_inset Quotes erd
613 \end_inset
614
615  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
616  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
617  des Menüeintrags von 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Mathe
622 \begin_inset Quotes erd
623 \end_inset
624
625  zu 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Mathe
630 \begin_inset space ~
631 \end_inset
632
633 (automatisch)
634 \begin_inset Quotes erd
635 \end_inset
636
637  angezeigt.
638 \end_layout
639
640 \begin_layout Standard
641 In den TeX-Modus
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@TeX-Modus
647 \end_layout
648
649 \end_inset
650
651  gelangt man über den Werkzeugleistenknopf 
652 \begin_inset Graphics
653         filename ../../images/ert-insert.png
654         scale 85
655
656 \end_inset
657
658  oder das Menü 
659 \family sans
660 Einfügen\SpecialChar \menuseparator
661 Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X
673 \begin_inset space ~
674 \end_inset
675
676 Code
677 \family default
678  (Tastenkürzel 
679 \family sans
680 Strg+L
681 \family default
682 ).
683 \begin_inset Note Note
684 status collapsed
685
686 \begin_layout Plain Layout
687 In LyX gibt es drei 
688 \begin_inset Quotes gld
689 \end_inset
690
691 Eigennamen
692 \begin_inset Quotes grd
693 \end_inset
694
695 , die im Ausdruck mit hoch bzw.
696  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
697 \end_layout
698
699 \begin_layout Plain Layout
700 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
701  man ein TeX-Klammerpaar ein.
702 \end_layout
703
704 \end_inset
705
706
707 \end_layout
708
709 \begin_layout Standard
710 In den LaTeX-Vorspann
711 \begin_inset Index idx
712 status collapsed
713
714 \begin_layout Plain Layout
715 L@LaTeX-Vorspann
716 \end_layout
717
718 \end_inset
719
720  gelangt man über das Menü 
721 \family sans
722 Dokument\SpecialChar \menuseparator
723 Einstellungen\SpecialChar \menuseparator
724 LaT
725 \begin_inset ERT
726 status collapsed
727
728 \begin_layout Plain Layout
729
730 {}
731 \end_layout
732
733 \end_inset
734
735 eX-Vorspann
736 \family default
737 .
738 \end_layout
739
740 \begin_layout Standard
741 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
742 en Formeln kann man die Menüs 
743 \family sans
744 Bearbeiten\SpecialChar \menuseparator
745 Mathe
746 \family default
747  und 
748 \family sans
749 Bearbeiten\SpecialChar \menuseparator
750 Zeilen
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 &
755 \begin_inset space \thinspace{}
756 \end_inset
757
758 Spalten
759 \family default
760  oder die 
761 \family sans
762 Tabellen-Werkzeugleiste
763 \family default
764  verwenden.
765  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
766  die Spalte bzw.
767  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
768  bzw.
769  darunter liegenden Zeile vertauscht.
770  Befindet sich der Cursor in der letzten Spalte bzw.
771  Zeile, wird mit der links daneben stehenden Spalte bzw.
772  darüber liegenden Zeile vertauscht.
773 \end_layout
774
775 \begin_layout Standard
776 Zum Schreiben von Text in einer Formel
777 \begin_inset Foot
778 status collapsed
779
780 \begin_layout Plain Layout
781 Bei mehrzeiligen Formeln wird der Befehl 
782 \series bold
783
784 \backslash
785 intertext
786 \series default
787  verwendet, siehe 
788 \begin_inset CommandInset ref
789 LatexCommand ref
790 reference "sub:Text-in-mehrzeiligen"
791
792 \end_inset
793
794 .
795 \end_layout
796
797 \end_inset
798
799  verwendet man den 
800 \emph on
801 mathematischen Textmodus
802 \emph default
803
804 \begin_inset Index idx
805 status collapsed
806
807 \begin_layout Plain Layout
808 Text ! in Formeln
809 \end_layout
810
811 \end_inset
812
813
814 \begin_inset Index idx
815 status collapsed
816
817 \begin_layout Plain Layout
818 Mathematischer Textmodus
819 \end_layout
820
821 \end_inset
822
823 , in den man mit dem Tastenkürzel 
824 \family sans
825 Alt+M
826 \begin_inset space ~
827 \end_inset
828
829 M
830 \family default
831  oder durch Eingabe des Befehls 
832 \series bold
833
834 \backslash
835 text
836 \begin_inset Index idx
837 status collapsed
838
839 \begin_layout Plain Layout
840 Befehle ! T ! 
841 \backslash
842 text
843 \end_layout
844
845 \end_inset
846
847
848 \series default
849  gelangt.
850  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
851  Formel unterscheiden.
852  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
853  anderen Zeichen einer Formel nicht kursiv.
854 \end_layout
855
856 \begin_layout Subsection*
857 Befehlsschema
858 \end_layout
859
860 \begin_layout Standard
861 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
862  Schema:
863 \end_layout
864
865 \begin_layout Standard
866
867 \series bold
868
869 \backslash
870 Befehlsname[optionales
871 \series default
872  
873 \series bold
874 Argument]{anzugebendes
875 \series default
876  
877 \series bold
878 Argument}
879 \end_layout
880
881 \begin_layout Standard
882 Ein Befehl muss immer mit einem Backslash 
883 \begin_inset Quotes gld
884 \end_inset
885
886
887 \series bold
888
889 \backslash
890
891 \series default
892
893 \begin_inset Quotes grd
894 \end_inset
895
896  beginnen.
897  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
898  eckigen Klammern weggelassen werden.
899  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
900 \begin_inset Index idx
901 status collapsed
902
903 \begin_layout Plain Layout
904 T@TeX-Klammern
905 \end_layout
906
907 \end_inset
908
909  bezeichnet.
910  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
911  an, erzeugt LyX automatisch eine TeX-Klammer.
912  Ansonsten werden sie in Formeln mit dem Befehl 
913 \series bold
914
915 \backslash
916 {
917 \series default
918  erzeugt.
919  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
920  Klammern, die blau erscheinen.
921  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
922  TeX-Klammern erscheinen nicht im Ausdruck.
923 \end_layout
924
925 \begin_layout Standard
926 Werden Befehle ohne Argumente, wie z.
927 \begin_inset space \thinspace{}
928 \end_inset
929
930 B.
931  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
932 \emph on
933 immer
934 \emph default
935  ein Leerzeichen folgen um ihn zu beenden.
936  Dieses Leerzeichen erscheint nicht im Ausdruck.
937  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
938  normalen Text ein geschütztes Leerzeichen folgen.
939 \end_layout
940
941 \begin_layout Standard
942 Ein geschütztes Leerzeichen gibt man mit 
943 \family sans
944 Strg+Leertaste
945 \family default
946  ein.
947 \end_layout
948
949 \begin_layout Subsection*
950 Zeichenerklärung
951 \end_layout
952
953 \begin_layout Itemize
954 Das Symbol
955 \begin_inset Foot
956 status collapsed
957
958 \begin_layout Plain Layout
959 Dieses sichtbare Leerzeichen erhält man über den Befehl 
960 \series bold
961
962 \backslash
963 textvisiblespace
964 \series default
965
966 \begin_inset Index idx
967 status collapsed
968
969 \begin_layout Plain Layout
970 Befehle ! T ! 
971 \backslash
972 textvisiblespace
973 \end_layout
974
975 \end_inset
976
977 , der im TeX-Modus einzugeben ist.
978 \end_layout
979
980 \end_inset
981
982  
983 \begin_inset ERT
984 status collapsed
985
986 \begin_layout Plain Layout
987
988
989 \backslash
990 leer 
991 \end_layout
992
993 \end_inset
994
995
996 \begin_inset space ~
997 \end_inset
998
999 steht für ein einzugebendes Leerzeichen.
1000 \end_layout
1001
1002 \begin_layout Itemize
1003 Ein Pfeil wie z.
1004 \begin_inset space \thinspace{}
1005 \end_inset
1006
1007 B.
1008  
1009 \begin_inset Formula $\to$
1010 \end_inset
1011
1012  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1013 \end_layout
1014
1015 \begin_layout Subsection*
1016 Verfügbare Einheiten
1017 \end_layout
1018
1019 \begin_layout Standard
1020 \align center
1021 \begin_inset Float table
1022 placement H
1023 wide false
1024 sideways false
1025 status open
1026
1027 \begin_layout Plain Layout
1028 \align center
1029 \begin_inset Caption
1030
1031 \begin_layout Plain Layout
1032 \begin_inset CommandInset label
1033 LatexCommand label
1034 name "tab:Verfügbare-Einheiten"
1035
1036 \end_inset
1037
1038 Verfügbare Einheiten
1039 \end_layout
1040
1041 \end_inset
1042
1043
1044 \end_layout
1045
1046 \begin_layout Plain Layout
1047 \align center
1048 \begin_inset Tabular
1049 <lyxtabular version="3" rows="13" columns="2">
1050 <features tabularvalignment="middle">
1051 <column alignment="center" valignment="top" width="0">
1052 <column alignment="center" valignment="top" width="0">
1053 <row>
1054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1055 \begin_inset Text
1056
1057 \begin_layout Plain Layout
1058 Einheit
1059 \end_layout
1060
1061 \end_inset
1062 </cell>
1063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1064 \begin_inset Text
1065
1066 \begin_layout Plain Layout
1067 Name / Beschreibung
1068 \end_layout
1069
1070 \end_inset
1071 </cell>
1072 </row>
1073 <row>
1074 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1075 \begin_inset Text
1076
1077 \begin_layout Plain Layout
1078 mm
1079 \end_layout
1080
1081 \end_inset
1082 </cell>
1083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1084 \begin_inset Text
1085
1086 \begin_layout Plain Layout
1087 Millimeter
1088 \end_layout
1089
1090 \end_inset
1091 </cell>
1092 </row>
1093 <row>
1094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1095 \begin_inset Text
1096
1097 \begin_layout Plain Layout
1098 cm
1099 \end_layout
1100
1101 \end_inset
1102 </cell>
1103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1104 \begin_inset Text
1105
1106 \begin_layout Plain Layout
1107 Zentimeter
1108 \end_layout
1109
1110 \end_inset
1111 </cell>
1112 </row>
1113 <row>
1114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1115 \begin_inset Text
1116
1117 \begin_layout Plain Layout
1118 in
1119 \end_layout
1120
1121 \end_inset
1122 </cell>
1123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1124 \begin_inset Text
1125
1126 \begin_layout Plain Layout
1127 Inch / Zoll (1
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 in = 2,54
1132 \begin_inset space \thinspace{}
1133 \end_inset
1134
1135 cm)
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 </row>
1141 <row>
1142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1143 \begin_inset Text
1144
1145 \begin_layout Plain Layout
1146 pt
1147 \end_layout
1148
1149 \end_inset
1150 </cell>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 Punkt (72,27
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 pt = 1
1160 \begin_inset space \thinspace{}
1161 \end_inset
1162
1163 in)
1164 \end_layout
1165
1166 \end_inset
1167 </cell>
1168 </row>
1169 <row>
1170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1171 \begin_inset Text
1172
1173 \begin_layout Plain Layout
1174 pc
1175 \end_layout
1176
1177 \end_inset
1178 </cell>
1179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1180 \begin_inset Text
1181
1182 \begin_layout Plain Layout
1183 Pica (1
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 pc = 12
1188 \begin_inset space \thinspace{}
1189 \end_inset
1190
1191 pt)
1192 \end_layout
1193
1194 \end_inset
1195 </cell>
1196 </row>
1197 <row>
1198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1199 \begin_inset Text
1200
1201 \begin_layout Plain Layout
1202 sp
1203 \end_layout
1204
1205 \end_inset
1206 </cell>
1207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1208 \begin_inset Text
1209
1210 \begin_layout Plain Layout
1211 scaled point (65536
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 sp = 1
1216 \begin_inset space \thinspace{}
1217 \end_inset
1218
1219 pt)
1220 \end_layout
1221
1222 \end_inset
1223 </cell>
1224 </row>
1225 <row>
1226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1227 \begin_inset Text
1228
1229 \begin_layout Plain Layout
1230 bp
1231 \end_layout
1232
1233 \end_inset
1234 </cell>
1235 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1236 \begin_inset Text
1237
1238 \begin_layout Plain Layout
1239 big point (72
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 bp = 1
1244 \begin_inset space \thinspace{}
1245 \end_inset
1246
1247 in)
1248 \end_layout
1249
1250 \end_inset
1251 </cell>
1252 </row>
1253 <row>
1254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1255 \begin_inset Text
1256
1257 \begin_layout Plain Layout
1258 dd
1259 \end_layout
1260
1261 \end_inset
1262 </cell>
1263 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1264 \begin_inset Text
1265
1266 \begin_layout Plain Layout
1267 Didot (1
1268 \begin_inset space \thinspace{}
1269 \end_inset
1270
1271 dd 
1272 \begin_inset Formula $\approx$
1273 \end_inset
1274
1275  0,376
1276 \begin_inset space \thinspace{}
1277 \end_inset
1278
1279 mm)
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 </row>
1285 <row>
1286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1287 \begin_inset Text
1288
1289 \begin_layout Plain Layout
1290 cc
1291 \end_layout
1292
1293 \end_inset
1294 </cell>
1295 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1296 \begin_inset Text
1297
1298 \begin_layout Plain Layout
1299 Cicero (1
1300 \begin_inset space \thinspace{}
1301 \end_inset
1302
1303 cc = 12
1304 \begin_inset space \thinspace{}
1305 \end_inset
1306
1307 dd)
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 </row>
1313 <row>
1314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1315 \begin_inset Text
1316
1317 \begin_layout Plain Layout
1318 ex
1319 \end_layout
1320
1321 \end_inset
1322 </cell>
1323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1324 \begin_inset Text
1325
1326 \begin_layout Plain Layout
1327 Höhe des Buchstabens 
1328 \emph on
1329 x
1330 \emph default
1331  in der aktuellen Schrift
1332 \end_layout
1333
1334 \end_inset
1335 </cell>
1336 </row>
1337 <row>
1338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1339 \begin_inset Text
1340
1341 \begin_layout Plain Layout
1342 em
1343 \end_layout
1344
1345 \end_inset
1346 </cell>
1347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1348 \begin_inset Text
1349
1350 \begin_layout Plain Layout
1351 Breite des Buchstabens 
1352 \emph on
1353 M
1354 \emph default
1355  in der aktuellen Schrift
1356 \end_layout
1357
1358 \end_inset
1359 </cell>
1360 </row>
1361 <row>
1362 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1363 \begin_inset Text
1364
1365 \begin_layout Plain Layout
1366 mu
1367 \end_layout
1368
1369 \end_inset
1370 </cell>
1371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1372 \begin_inset Text
1373
1374 \begin_layout Plain Layout
1375 math unit (1
1376 \begin_inset space \thinspace{}
1377 \end_inset
1378
1379 mu = 
1380 \begin_inset Formula $\nicefrac{1}{18}$
1381 \end_inset
1382
1383
1384 \begin_inset space \thinspace{}
1385 \end_inset
1386
1387 em)
1388 \end_layout
1389
1390 \end_inset
1391 </cell>
1392 </row>
1393 </lyxtabular>
1394
1395 \end_inset
1396
1397
1398 \end_layout
1399
1400 \end_inset
1401
1402
1403 \end_layout
1404
1405 \begin_layout Standard
1406 \begin_inset Newpage newpage
1407 \end_inset
1408
1409
1410 \end_layout
1411
1412 \begin_layout Section
1413 Grundlegende Funktionen
1414 \end_layout
1415
1416 \begin_layout Subsection
1417 Exponenten
1418 \begin_inset Index idx
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422 Exponenten
1423 \end_layout
1424
1425 \end_inset
1426
1427  und Indizes
1428 \begin_inset Index idx
1429 status collapsed
1430
1431 \begin_layout Plain Layout
1432 Indizes
1433 \end_layout
1434
1435 \end_inset
1436
1437
1438 \begin_inset Index idx
1439 status collapsed
1440
1441 \begin_layout Plain Layout
1442 Hochstellen|see
1443 \begin_inset ERT
1444 status collapsed
1445
1446 \begin_layout Plain Layout
1447
1448 {
1449 \end_layout
1450
1451 \end_inset
1452
1453 Exponenten
1454 \begin_inset ERT
1455 status collapsed
1456
1457 \begin_layout Plain Layout
1458
1459 }
1460 \end_layout
1461
1462 \end_inset
1463
1464
1465 \end_layout
1466
1467 \end_inset
1468
1469
1470 \begin_inset Index idx
1471 status collapsed
1472
1473 \begin_layout Plain Layout
1474 Tiefstellen|see
1475 \begin_inset ERT
1476 status collapsed
1477
1478 \begin_layout Plain Layout
1479
1480 {
1481 \end_layout
1482
1483 \end_inset
1484
1485 Indizes
1486 \begin_inset ERT
1487 status collapsed
1488
1489 \begin_layout Plain Layout
1490
1491 }
1492 \end_layout
1493
1494 \end_inset
1495
1496
1497 \end_layout
1498
1499 \end_inset
1500
1501
1502 \end_layout
1503
1504 \begin_layout Standard
1505 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1506  
1507 \begin_inset Graphics
1508         filename ../../images/math-subscript.png
1509         scale 85
1510
1511 \end_inset
1512
1513 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1514  
1515 \begin_inset Graphics
1516         filename ../../images/math-superscript.png
1517         scale 85
1518
1519 \end_inset
1520
1521  erzeugt.
1522 \end_layout
1523
1524 \begin_layout Standard
1525 \align center
1526 \begin_inset Tabular
1527 <lyxtabular version="3" rows="4" columns="2">
1528 <features tabularvalignment="middle">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <column alignment="center" valignment="top" width="0pt">
1531 <row>
1532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1533 \begin_inset Text
1534
1535 \begin_layout Plain Layout
1536 Befehl
1537 \end_layout
1538
1539 \end_inset
1540 </cell>
1541 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1542 \begin_inset Text
1543
1544 \begin_layout Plain Layout
1545 Ergebnis
1546 \begin_inset Note Note
1547 status collapsed
1548
1549 \begin_layout Plain Layout
1550
1551 \series bold
1552
1553 \backslash
1554 raisebox
1555 \series default
1556  dient nur als Abstandhalter.
1557 \end_layout
1558
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 </row>
1567 <row>
1568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572 B_V
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 \begin_inset Formula $B_{V}$
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595 B^V
1596 \end_layout
1597
1598 \end_inset
1599 </cell>
1600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1601 \begin_inset Text
1602
1603 \begin_layout Plain Layout
1604 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1605 \end_inset
1606
1607
1608 \end_layout
1609
1610 \end_inset
1611 </cell>
1612 </row>
1613 <row>
1614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1615 \begin_inset Text
1616
1617 \begin_layout Plain Layout
1618 B^
1619 \begin_inset ERT
1620 status collapsed
1621
1622 \begin_layout Plain Layout
1623
1624
1625 \backslash
1626 leer 
1627 \end_layout
1628
1629 \end_inset
1630
1631 A
1632 \end_layout
1633
1634 \end_inset
1635 </cell>
1636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1637 \begin_inset Text
1638
1639 \begin_layout Plain Layout
1640 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \end_inset
1647 </cell>
1648 </row>
1649 </lyxtabular>
1650
1651 \end_inset
1652
1653
1654 \end_layout
1655
1656 \begin_layout Standard
1657 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1658 llt
1659 \begin_inset Foot
1660 status collapsed
1661
1662 \begin_layout Plain Layout
1663 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1664 \end_layout
1665
1666 \end_inset
1667
1668 .
1669  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1670  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1671 \end_layout
1672
1673 \begin_layout Subsection
1674 Brüche
1675 \begin_inset CommandInset label
1676 LatexCommand label
1677 name "sub:Brüche"
1678
1679 \end_inset
1680
1681
1682 \begin_inset Index idx
1683 status collapsed
1684
1685 \begin_layout Plain Layout
1686 Brüche
1687 \end_layout
1688
1689 \end_inset
1690
1691
1692 \end_layout
1693
1694 \begin_layout Standard
1695 Brüche werden mit dem Befehl 
1696 \series bold
1697
1698 \backslash
1699 frac
1700 \series default
1701
1702 \begin_inset Index idx
1703 status collapsed
1704
1705 \begin_layout Plain Layout
1706 Befehle ! F ! 
1707 \backslash
1708 frac
1709 \end_layout
1710
1711 \end_inset
1712
1713  oder mit dem Mathe-Werkzeugleistenknopf 
1714 \begin_inset Graphics
1715         filename ../../images/math/frac.png
1716         scale 50
1717
1718 \end_inset
1719
1720  erstellt.
1721  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1722  in einer eingebetteten oder abgesetzten Formel befindet.
1723  Mit dem Mathe-Werkzeugleistenknopf 
1724 \begin_inset Graphics
1725         filename ../../images/math/frac-square.png
1726         scale 85
1727
1728 \end_inset
1729
1730  können verschieden Bruchtypen gewählt werden.
1731 \end_layout
1732
1733 \begin_layout Standard
1734 Mit dem Befehl 
1735 \series bold
1736
1737 \backslash
1738 dfrac
1739 \series default
1740
1741 \begin_inset Index idx
1742 status collapsed
1743
1744 \begin_layout Plain Layout
1745 Befehle ! D ! 
1746 \backslash
1747 dfrac
1748 \end_layout
1749
1750 \end_inset
1751
1752  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1753  Formel erscheint.
1754  Mit 
1755 \series bold
1756
1757 \backslash
1758 tfrac
1759 \series default
1760
1761 \begin_inset Index idx
1762 status collapsed
1763
1764 \begin_layout Plain Layout
1765 Befehle ! T ! 
1766 \backslash
1767 tfrac
1768 \end_layout
1769
1770 \end_inset
1771
1772  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1773  Ein Beispiel:
1774 \end_layout
1775
1776 \begin_layout Standard
1777 Eine Zeile mit dem Bruch 
1778 \begin_inset Formula $\frac{1}{2}$
1779 \end_inset
1780
1781 , der mit dem Befehl 
1782 \series bold
1783
1784 \backslash
1785 frac
1786 \series default
1787  erstellt wurde.
1788 \end_layout
1789
1790 \begin_layout Standard
1791 Eine Zeile mit dem Bruch 
1792 \begin_inset Formula $\dfrac{1}{2}$
1793 \end_inset
1794
1795 , der mit dem Befehl 
1796 \series bold
1797
1798 \backslash
1799 dfrac
1800 \series default
1801  erstellt wurde.
1802 \end_layout
1803
1804 \begin_layout Standard
1805 \align center
1806 \begin_inset Tabular
1807 <lyxtabular version="3" rows="4" columns="2">
1808 <features tabularvalignment="middle">
1809 <column alignment="center" valignment="top" width="0pt">
1810 <column alignment="center" valignment="top" width="0pt">
1811 <row>
1812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1813 \begin_inset Text
1814
1815 \begin_layout Plain Layout
1816 Befehl
1817 \end_layout
1818
1819 \end_inset
1820 </cell>
1821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1822 \begin_inset Text
1823
1824 \begin_layout Plain Layout
1825 Ergebnis
1826 \begin_inset Note Note
1827 status collapsed
1828
1829 \begin_layout Plain Layout
1830
1831 \series bold
1832
1833 \backslash
1834 raisebox
1835 \series default
1836  dient nur als Abstandhalter.
1837 \end_layout
1838
1839 \end_inset
1840
1841
1842 \end_layout
1843
1844 \end_inset
1845 </cell>
1846 </row>
1847 <row>
1848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1849 \begin_inset Text
1850
1851 \begin_layout Plain Layout
1852
1853 \backslash
1854 frac
1855 \begin_inset ERT
1856 status collapsed
1857
1858 \begin_layout Plain Layout
1859
1860
1861 \backslash
1862 leer 
1863 \end_layout
1864
1865 \end_inset
1866
1867 A
1868 \begin_inset Formula $\downarrow$
1869 \end_inset
1870
1871 B
1872 \end_layout
1873
1874 \end_inset
1875 </cell>
1876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1877 \begin_inset Text
1878
1879 \begin_layout Plain Layout
1880 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1881 \end_inset
1882
1883
1884 \end_layout
1885
1886 \end_inset
1887 </cell>
1888 </row>
1889 <row>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894
1895 \backslash
1896 dfrac
1897 \begin_inset ERT
1898 status collapsed
1899
1900 \begin_layout Plain Layout
1901
1902
1903 \backslash
1904 leer 
1905 \end_layout
1906
1907 \end_inset
1908
1909 A
1910 \begin_inset Formula $\downarrow$
1911 \end_inset
1912
1913 B
1914 \end_layout
1915
1916 \end_inset
1917 </cell>
1918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1919 \begin_inset Text
1920
1921 \begin_layout Plain Layout
1922 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1923 \end_inset
1924
1925
1926 \end_layout
1927
1928 \end_inset
1929 </cell>
1930 </row>
1931 <row>
1932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1933 \begin_inset Text
1934
1935 \begin_layout Plain Layout
1936
1937 \backslash
1938 dfrac
1939 \begin_inset ERT
1940 status collapsed
1941
1942 \begin_layout Plain Layout
1943
1944
1945 \backslash
1946 leer 
1947 \end_layout
1948
1949 \end_inset
1950
1951 e^
1952 \begin_inset ERT
1953 status collapsed
1954
1955 \begin_layout Plain Layout
1956
1957
1958 \backslash
1959 leer 
1960 \end_layout
1961
1962 \end_inset
1963
1964
1965 \backslash
1966 frac
1967 \begin_inset ERT
1968 status collapsed
1969
1970 \begin_layout Plain Layout
1971
1972
1973 \backslash
1974 leer 
1975 \end_layout
1976
1977 \end_inset
1978
1979 1
1980 \begin_inset Formula $\downarrow$
1981 \end_inset
1982
1983 2
1984 \begin_inset Formula $\downarrow\downarrow$
1985 \end_inset
1986
1987 3
1988 \end_layout
1989
1990 \end_inset
1991 </cell>
1992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1993 \begin_inset Text
1994
1995 \begin_layout Plain Layout
1996 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1997 \end_inset
1998
1999
2000 \end_layout
2001
2002 \end_inset
2003 </cell>
2004 </row>
2005 </lyxtabular>
2006
2007 \end_inset
2008
2009
2010 \end_layout
2011
2012 \begin_layout Standard
2013 \begin_inset VSpace bigskip
2014 \end_inset
2015
2016
2017 \begin_inset Newpage newpage
2018 \end_inset
2019
2020 Für Mehrfachbrüche gibt es den Befehl 
2021 \series bold
2022
2023 \backslash
2024 cfrac
2025 \series default
2026
2027 \begin_inset Index idx
2028 status collapsed
2029
2030 \begin_layout Plain Layout
2031 Befehle ! C ! 
2032 \backslash
2033 cfrac
2034 \end_layout
2035
2036 \end_inset
2037
2038 .
2039  Dazu ein Beispiel:
2040 \begin_inset VSpace -3mm
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047 \begin_inset Formula \begin{align*}
2048 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2049 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2050 \end{align*}
2051
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 Der Befehl für obiges Beispiel lautet:
2059 \end_layout
2060
2061 \begin_layout Standard
2062
2063 \series bold
2064
2065 \backslash
2066 cfrac
2067 \begin_inset ERT
2068 status collapsed
2069
2070 \begin_layout Plain Layout
2071
2072
2073 \backslash
2074 leer 
2075 \end_layout
2076
2077 \end_inset
2078
2079 A
2080 \begin_inset Formula $\downarrow$
2081 \end_inset
2082
2083 B+
2084 \backslash
2085 cfrac
2086 \begin_inset ERT
2087 status collapsed
2088
2089 \begin_layout Plain Layout
2090
2091
2092 \backslash
2093 leer 
2094 \end_layout
2095
2096 \end_inset
2097
2098 C+
2099 \backslash
2100 cfrac
2101 \begin_inset ERT
2102 status collapsed
2103
2104 \begin_layout Plain Layout
2105
2106
2107 \backslash
2108 leer 
2109 \end_layout
2110
2111 \end_inset
2112
2113 E
2114 \begin_inset Formula $\downarrow$
2115 \end_inset
2116
2117 F
2118 \begin_inset Formula $\downarrow$
2119 \end_inset
2120
2121 D
2122 \end_layout
2123
2124 \begin_layout Standard
2125 \begin_inset VSpace medskip
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132
2133 \series bold
2134
2135 \backslash
2136 cfrac
2137 \series default
2138  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2139  auch wenn er selbst Teil eines Bruches ist.
2140 \end_layout
2141
2142 \begin_layout Standard
2143 Es ist möglich die Ausrichtung des Zählers einzustellen.
2144  Der Befehl 
2145 \series bold
2146
2147 \backslash
2148 cfracleft
2149 \series default
2150  richtet ihn links, der Befehl 
2151 \series bold
2152
2153 \backslash
2154 cfracright
2155 \series default
2156  rechts aus.
2157  
2158 \series bold
2159
2160 \backslash
2161 cfrac
2162 \series default
2163  zentriert den Zähler.
2164  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2165 \end_layout
2166
2167 \begin_layout Standard
2168
2169 \series bold
2170 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2171 \end_inset
2172
2173
2174 \begin_inset Formula $\cfrac{A}{B+C}$
2175 \end_inset
2176
2177
2178 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2179 \end_inset
2180
2181
2182 \end_layout
2183
2184 \begin_layout Standard
2185 \begin_inset Note Greyedout
2186 status open
2187
2188 \begin_layout Plain Layout
2189
2190 \series bold
2191 Achtung:
2192 \series default
2193  
2194 \series bold
2195
2196 \backslash
2197 cfracleft
2198 \series default
2199  und
2200 \series bold
2201  
2202 \backslash
2203 cfracright
2204 \series default
2205  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2206 \series bold
2207
2208 \backslash
2209 cfrac[Ausrichtung]{Zähler}{Nenner}
2210 \series default
2211  dar.
2212  Daher kann man sie nicht im TeX-Code benutzen.
2213 \end_layout
2214
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \begin_inset VSpace medskip
2222 \end_inset
2223
2224 Oftmals ist es am günstigsten 
2225 \series bold
2226
2227 \backslash
2228 cfrac
2229 \series default
2230  und 
2231 \series bold
2232
2233 \backslash
2234 frac
2235 \series default
2236  zu kombinieren:
2237 \begin_inset Formula \[
2238 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2239 \]
2240
2241 \end_inset
2242
2243
2244 \end_layout
2245
2246 \begin_layout Standard
2247 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2248 \series bold
2249
2250 \backslash
2251 nicefrac
2252 \series default
2253
2254 \begin_inset Index idx
2255 status collapsed
2256
2257 \begin_layout Plain Layout
2258 Befehle ! N ! 
2259 \backslash
2260 nicefrac
2261 \end_layout
2262
2263 \end_inset
2264
2265
2266 \begin_inset Formula $\nicefrac{5}{31}$
2267 \end_inset
2268
2269  oder 
2270 \series bold
2271
2272 \backslash
2273 unitfrac
2274 \series default
2275
2276 \begin_inset Index idx
2277 status collapsed
2278
2279 \begin_layout Plain Layout
2280 Befehle! U ! 
2281 \backslash
2282 unitfrac
2283 \end_layout
2284
2285 \end_inset
2286
2287
2288 \begin_inset Formula $\unitfrac{5}{31}$
2289 \end_inset
2290
2291  benutzt werden.
2292  Des Weiteren gibt es den Befehl 
2293 \series bold
2294
2295 \backslash
2296 unitfracthree
2297 \series default
2298  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2299 \begin_inset Formula $\unitfrac[2]{1}{3}$
2300 \end_inset
2301
2302
2303 \end_layout
2304
2305 \begin_layout Standard
2306 \begin_inset Note Greyedout
2307 status open
2308
2309 \begin_layout Plain Layout
2310
2311 \series bold
2312 Achtung:
2313 \series default
2314  
2315 \series bold
2316
2317 \backslash
2318 unitfracthree
2319 \series default
2320  ist kein echter LaTeX-Befehl, sondern der Befehl
2321 \begin_inset Newline newline
2322 \end_inset
2323
2324
2325 \series bold
2326
2327 \backslash
2328 unitfrac[Zahl]{Zähler}{Nenner}
2329 \series default
2330  .
2331  Daher kann man ihn nicht im TeX-Code benutzen.
2332 \end_layout
2333
2334 \end_inset
2335
2336
2337 \end_layout
2338
2339 \begin_layout Standard
2340 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2341  in 
2342 \begin_inset CommandInset ref
2343 LatexCommand ref
2344 reference "sub:Selbstdefinierte-Brüche"
2345
2346 \end_inset
2347
2348  erklärt.
2349 \end_layout
2350
2351 \begin_layout Subsection
2352 Wurzeln
2353 \begin_inset Index idx
2354 status collapsed
2355
2356 \begin_layout Plain Layout
2357 Wurzeln
2358 \end_layout
2359
2360 \end_inset
2361
2362
2363 \end_layout
2364
2365 \begin_layout Standard
2366 Quadratwurzeln werden mit 
2367 \series bold
2368
2369 \backslash
2370 sqrt
2371 \series default
2372
2373 \begin_inset Index idx
2374 status collapsed
2375
2376 \begin_layout Plain Layout
2377 Befehle ! S ! 
2378 \backslash
2379 sqrt
2380 \end_layout
2381
2382 \end_inset
2383
2384  oder dem Mathe-Werkzeugleistenknopf 
2385 \begin_inset Graphics
2386         filename ../../images/math/sqrt.png
2387         scale 85
2388
2389 \end_inset
2390
2391  gesetzt, alle anderen Wurzeln mit dem Befehl 
2392 \series bold
2393
2394 \backslash
2395 root
2396 \series default
2397
2398 \begin_inset Index idx
2399 status collapsed
2400
2401 \begin_layout Plain Layout
2402 Befehle ! R ! 
2403 \backslash
2404 root
2405 \end_layout
2406
2407 \end_inset
2408
2409  oder dem Mathe-Werkzeugleistenknopf 
2410 \begin_inset Graphics
2411         filename ../../images/math/root.png
2412         scale 85
2413
2414 \end_inset
2415
2416 .
2417 \end_layout
2418
2419 \begin_layout Standard
2420 \align center
2421 \begin_inset Tabular
2422 <lyxtabular version="3" rows="3" columns="2">
2423 <features tabularvalignment="middle">
2424 <column alignment="center" valignment="top" width="0pt">
2425 <column alignment="center" valignment="top" width="0pt">
2426 <row>
2427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2428 \begin_inset Text
2429
2430 \begin_layout Plain Layout
2431 Befehl
2432 \end_layout
2433
2434 \end_inset
2435 </cell>
2436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2437 \begin_inset Text
2438
2439 \begin_layout Plain Layout
2440 Ergebnis
2441 \begin_inset Note Note
2442 status collapsed
2443
2444 \begin_layout Plain Layout
2445
2446 \series bold
2447
2448 \backslash
2449 raisebox
2450 \series default
2451  dient nur als Abstandhalter.
2452 \end_layout
2453
2454 \end_inset
2455
2456
2457 \end_layout
2458
2459 \end_inset
2460 </cell>
2461 </row>
2462 <row>
2463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2464 \begin_inset Text
2465
2466 \begin_layout Plain Layout
2467
2468 \backslash
2469 sqrt
2470 \begin_inset ERT
2471 status collapsed
2472
2473 \begin_layout Plain Layout
2474
2475
2476 \backslash
2477 leer 
2478 \end_layout
2479
2480 \end_inset
2481
2482 A-B
2483 \end_layout
2484
2485 \end_inset
2486 </cell>
2487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2488 \begin_inset Text
2489
2490 \begin_layout Plain Layout
2491 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2492 \end_inset
2493
2494
2495 \end_layout
2496
2497 \end_inset
2498 </cell>
2499 </row>
2500 <row>
2501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2502 \begin_inset Text
2503
2504 \begin_layout Plain Layout
2505
2506 \backslash
2507 root
2508 \begin_inset ERT
2509 status collapsed
2510
2511 \begin_layout Plain Layout
2512
2513
2514 \backslash
2515 leer 
2516 \end_layout
2517
2518 \end_inset
2519
2520 3
2521 \begin_inset Formula $\downarrow$
2522 \end_inset
2523
2524 A-B
2525 \end_layout
2526
2527 \end_inset
2528 </cell>
2529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2530 \begin_inset Text
2531
2532 \begin_layout Plain Layout
2533 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2534 \end_inset
2535
2536
2537 \end_layout
2538
2539 \end_inset
2540 </cell>
2541 </row>
2542 </lyxtabular>
2543
2544 \end_inset
2545
2546
2547 \end_layout
2548
2549 \begin_layout Standard
2550 Eine Quadratwurzel kann man auch mit 
2551 \series bold
2552
2553 \backslash
2554 root
2555 \series default
2556  erstellen, indem man das Feld über der Wurzel frei lässt.
2557 \end_layout
2558
2559 \begin_layout Standard
2560 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2561  Formel: 
2562 \begin_inset Formula $\sqrt[\beta]{B}$
2563 \end_inset
2564
2565
2566 \begin_inset Newline newline
2567 \end_inset
2568
2569 Das 
2570 \begin_inset Formula $\beta$
2571 \end_inset
2572
2573  berührt die Wurzel.
2574  Um dies zu verhindern, verwendet man die Befehle 
2575 \series bold
2576
2577 \backslash
2578 leftroot
2579 \series default
2580
2581 \begin_inset Index idx
2582 status collapsed
2583
2584 \begin_layout Plain Layout
2585 Befehle ! L ! 
2586 \backslash
2587 leftroot
2588 \end_layout
2589
2590 \end_inset
2591
2592  und 
2593 \series bold
2594
2595 \backslash
2596 uproot
2597 \series default
2598
2599 \begin_inset Index idx
2600 status collapsed
2601
2602 \begin_layout Plain Layout
2603 Befehle ! U ! 
2604 \backslash
2605 uproot
2606 \end_layout
2607
2608 \end_inset
2609
2610 , die folgendes Schema besitzen:
2611 \end_layout
2612
2613 \begin_layout Standard
2614
2615 \series bold
2616
2617 \backslash
2618 leftroot{Abstand}
2619 \series default
2620  bzw.
2621  
2622 \series bold
2623
2624 \backslash
2625 uproot{Abstand}
2626 \end_layout
2627
2628 \begin_layout Standard
2629 Abstand ist die Anzahl der Big Points (Einheit bp; 
2630 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2631 \end_inset
2632
2633 ), um die der Index nach links bzw.
2634  nach oben verschoben werden soll.
2635  Die Befehle werden in den Index geschrieben.
2636  So ergibt der Befehl
2637 \begin_inset Newline newline
2638 \end_inset
2639
2640
2641 \series bold
2642
2643 \backslash
2644 root
2645 \backslash
2646 leftroot{-1
2647 \begin_inset Formula $\to$
2648 \end_inset
2649
2650
2651 \backslash
2652 uproot{2
2653 \begin_inset Formula $\to$
2654 \end_inset
2655
2656
2657 \backslash
2658 beta
2659 \begin_inset ERT
2660 status collapsed
2661
2662 \begin_layout Plain Layout
2663
2664
2665 \backslash
2666 leer 
2667 \end_layout
2668
2669 \end_inset
2670
2671
2672 \begin_inset Formula $\to$
2673 \end_inset
2674
2675 B
2676 \begin_inset Newline newline
2677 \end_inset
2678
2679
2680 \series default
2681 eine korrekt gesetzte Formel: 
2682 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2683 \end_inset
2684
2685
2686 \end_layout
2687
2688 \begin_layout Subsection
2689 Binomialkoeffizienten
2690 \begin_inset Index idx
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Binomialkoeffizienten
2695 \end_layout
2696
2697 \end_inset
2698
2699
2700 \end_layout
2701
2702 \begin_layout Standard
2703 Binomialkoeffizienten können mit dem Befehl 
2704 \series bold
2705
2706 \backslash
2707 binom
2708 \series default
2709
2710 \begin_inset Index idx
2711 status collapsed
2712
2713 \begin_layout Plain Layout
2714 Befehle ! B ! 
2715 \backslash
2716 binom
2717 \end_layout
2718
2719 \end_inset
2720
2721  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2722 \begin_inset Graphics
2723         filename ../../images/math/frac-square.png
2724         scale 85
2725
2726 \end_inset
2727
2728 eingefügt werden.
2729  Analog zu Brüchen (
2730 \series bold
2731
2732 \backslash
2733 frac
2734 \series default
2735 ) gibt es außer 
2736 \series bold
2737
2738 \backslash
2739 binom
2740 \series default
2741  noch die Befehle 
2742 \series bold
2743
2744 \backslash
2745 dbinom
2746 \series default
2747
2748 \begin_inset Index idx
2749 status collapsed
2750
2751 \begin_layout Plain Layout
2752 Befehle ! D ! 
2753 \backslash
2754 dbinom
2755 \end_layout
2756
2757 \end_inset
2758
2759  und 
2760 \series bold
2761
2762 \backslash
2763 tbinom
2764 \series default
2765
2766 \begin_inset Index idx
2767 status collapsed
2768
2769 \begin_layout Plain Layout
2770 Befehle ! T ! 
2771 \backslash
2772 tbinom
2773 \end_layout
2774
2775 \end_inset
2776
2777 .
2778  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2779 \series bold
2780
2781 \backslash
2782 brace
2783 \series default
2784
2785 \begin_inset Index idx
2786 status collapsed
2787
2788 \begin_layout Plain Layout
2789 Befehle ! B ! 
2790 \backslash
2791 brace
2792 \end_layout
2793
2794 \end_inset
2795
2796  und 
2797 \series bold
2798
2799 \backslash
2800 brack
2801 \series default
2802
2803 \begin_inset Index idx
2804 status collapsed
2805
2806 \begin_layout Plain Layout
2807 Befehle ! B ! 
2808 \backslash
2809 brack
2810 \end_layout
2811
2812 \end_inset
2813
2814 .
2815 \end_layout
2816
2817 \begin_layout Standard
2818 \align center
2819 \begin_inset Tabular
2820 <lyxtabular version="3" rows="6" columns="2">
2821 <features tabularvalignment="middle">
2822 <column alignment="center" valignment="top" width="0pt">
2823 <column alignment="center" valignment="top" width="0pt">
2824 <row>
2825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829 Befehl
2830 \end_layout
2831
2832 \end_inset
2833 </cell>
2834 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2835 \begin_inset Text
2836
2837 \begin_layout Plain Layout
2838 Ergebnis
2839 \begin_inset Note Note
2840 status collapsed
2841
2842 \begin_layout Plain Layout
2843
2844 \series bold
2845
2846 \backslash
2847 raisebox
2848 \series default
2849  dient nur als Abstandhalter.
2850 \end_layout
2851
2852 \end_inset
2853
2854
2855 \end_layout
2856
2857 \end_inset
2858 </cell>
2859 </row>
2860 <row>
2861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2862 \begin_inset Text
2863
2864 \begin_layout Plain Layout
2865
2866 \backslash
2867 binom
2868 \begin_inset ERT
2869 status collapsed
2870
2871 \begin_layout Plain Layout
2872
2873
2874 \backslash
2875 leer 
2876 \end_layout
2877
2878 \end_inset
2879
2880 A
2881 \begin_inset Formula $\downarrow$
2882 \end_inset
2883
2884 B
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2890 \begin_inset Text
2891
2892 \begin_layout Plain Layout
2893 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2894 \end_inset
2895
2896
2897 \end_layout
2898
2899 \end_inset
2900 </cell>
2901 </row>
2902 <row>
2903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907
2908 \backslash
2909 dbinom
2910 \begin_inset ERT
2911 status collapsed
2912
2913 \begin_layout Plain Layout
2914
2915
2916 \backslash
2917 leer 
2918 \end_layout
2919
2920 \end_inset
2921
2922 A
2923 \begin_inset Formula $\downarrow$
2924 \end_inset
2925
2926 B
2927 \end_layout
2928
2929 \end_inset
2930 </cell>
2931 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2932 \begin_inset Text
2933
2934 \begin_layout Plain Layout
2935 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2936 \end_inset
2937
2938
2939 \end_layout
2940
2941 \end_inset
2942 </cell>
2943 </row>
2944 <row>
2945 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949
2950 \backslash
2951 tbinom
2952 \begin_inset ERT
2953 status collapsed
2954
2955 \begin_layout Plain Layout
2956
2957
2958 \backslash
2959 leer 
2960 \end_layout
2961
2962 \end_inset
2963
2964 A
2965 \begin_inset Formula $\downarrow$
2966 \end_inset
2967
2968 B
2969 \end_layout
2970
2971 \end_inset
2972 </cell>
2973 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2974 \begin_inset Text
2975
2976 \begin_layout Plain Layout
2977 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2978 \end_inset
2979
2980
2981 \end_layout
2982
2983 \end_inset
2984 </cell>
2985 </row>
2986 <row>
2987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2988 \begin_inset Text
2989
2990 \begin_layout Plain Layout
2991
2992 \backslash
2993 brack
2994 \begin_inset ERT
2995 status collapsed
2996
2997 \begin_layout Plain Layout
2998
2999
3000 \backslash
3001 leer 
3002 \end_layout
3003
3004 \end_inset
3005
3006 A
3007 \begin_inset Formula $\downarrow$
3008 \end_inset
3009
3010 B
3011 \end_layout
3012
3013 \end_inset
3014 </cell>
3015 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3016 \begin_inset Text
3017
3018 \begin_layout Plain Layout
3019 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3020 \end_inset
3021
3022
3023 \end_layout
3024
3025 \end_inset
3026 </cell>
3027 </row>
3028 <row>
3029 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3030 \begin_inset Text
3031
3032 \begin_layout Plain Layout
3033
3034 \backslash
3035 brace
3036 \begin_inset ERT
3037 status collapsed
3038
3039 \begin_layout Plain Layout
3040
3041
3042 \backslash
3043 leer 
3044 \end_layout
3045
3046 \end_inset
3047
3048 A
3049 \begin_inset Formula $\downarrow$
3050 \end_inset
3051
3052 B
3053 \end_layout
3054
3055 \end_inset
3056 </cell>
3057 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3058 \begin_inset Text
3059
3060 \begin_layout Plain Layout
3061 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3062 \end_inset
3063
3064
3065 \end_layout
3066
3067 \end_inset
3068 </cell>
3069 </row>
3070 </lyxtabular>
3071
3072 \end_inset
3073
3074
3075 \end_layout
3076
3077 \begin_layout Subsection
3078 Fallunterscheidungen
3079 \begin_inset Index idx
3080 status collapsed
3081
3082 \begin_layout Plain Layout
3083 Fallunterscheidungen
3084 \end_layout
3085
3086 \end_inset
3087
3088
3089 \end_layout
3090
3091 \begin_layout Standard
3092 \align center
3093 \begin_inset Tabular
3094 <lyxtabular version="3" rows="3" columns="2">
3095 <features tabularvalignment="middle">
3096 <column alignment="center" valignment="top" width="0pt">
3097 <column alignment="center" valignment="top" width="0pt">
3098 <row>
3099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3100 \begin_inset Text
3101
3102 \begin_layout Plain Layout
3103 Befehl
3104 \end_layout
3105
3106 \end_inset
3107 </cell>
3108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3109 \begin_inset Text
3110
3111 \begin_layout Plain Layout
3112 Ergebnis
3113 \end_layout
3114
3115 \end_inset
3116 </cell>
3117 </row>
3118 <row>
3119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3120 \begin_inset Text
3121
3122 \begin_layout Plain Layout
3123
3124 \backslash
3125 cases
3126 \begin_inset ERT
3127 status collapsed
3128
3129 \begin_layout Plain Layout
3130
3131
3132 \backslash
3133 leer 
3134 \end_layout
3135
3136 \end_inset
3137
3138 A
3139 \begin_inset Formula $\to$
3140 \end_inset
3141
3142 B>0
3143 \begin_inset Index idx
3144 status collapsed
3145
3146 \begin_layout Plain Layout
3147 Befehle ! C ! 
3148 \backslash
3149 cases
3150 \end_layout
3151
3152 \end_inset
3153
3154
3155 \end_layout
3156
3157 \end_inset
3158 </cell>
3159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3160 \begin_inset Text
3161
3162 \begin_layout Plain Layout
3163 \begin_inset Formula $\begin{cases}
3164 A & B>0\end{cases}$
3165 \end_inset
3166
3167
3168 \end_layout
3169
3170 \end_inset
3171 </cell>
3172 </row>
3173 <row>
3174 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3175 \begin_inset Text
3176
3177 \begin_layout Plain Layout
3178
3179 \backslash
3180 cases
3181 \begin_inset ERT
3182 status collapsed
3183
3184 \begin_layout Plain Layout
3185
3186
3187 \backslash
3188 leer 
3189 \end_layout
3190
3191 \end_inset
3192
3193 Strg+Enter
3194 \end_layout
3195
3196 \end_inset
3197 </cell>
3198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3199 \begin_inset Text
3200
3201 \begin_layout Plain Layout
3202 \begin_inset Formula $\begin{cases}
3203 A & \textrm{für }x>0\\
3204 B & \textrm{für }x=0
3205 \end{cases}$
3206 \end_inset
3207
3208
3209 \end_layout
3210
3211 \end_inset
3212 </cell>
3213 </row>
3214 </lyxtabular>
3215
3216 \end_inset
3217
3218
3219 \end_layout
3220
3221 \begin_layout Standard
3222 Nach der Eingabe von 
3223 \series bold
3224
3225 \backslash
3226 cases
3227 \series default
3228  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3229 \begin_inset Graphics
3230         filename ../../images/math/cases.png
3231         scale 85
3232
3233 \end_inset
3234
3235  können mit 
3236 \family sans
3237 Strg+Enter
3238 \family default
3239  oder dem Tabellen-Werkzeugleistenknopf 
3240 \begin_inset Graphics
3241         filename ../../images/tabular-feature_append-row.png
3242         scale 85
3243
3244 \end_inset
3245
3246  neue Zeilen erstellt werden.
3247 \begin_inset Foot
3248 status collapsed
3249
3250 \begin_layout Plain Layout
3251 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3252 \begin_inset CommandInset ref
3253 LatexCommand ref
3254 reference "sub:Akzente-für-ein"
3255
3256 \end_inset
3257
3258  beschrieben.
3259 \end_layout
3260
3261 \end_inset
3262
3263
3264 \end_layout
3265
3266 \begin_layout Standard
3267 Der Befehl 
3268 \series bold
3269
3270 \backslash
3271 cases
3272 \series default
3273  ist auch über das Menü 
3274 \family sans
3275 Einfügen\SpecialChar \menuseparator
3276 Mathe\SpecialChar \menuseparator
3277 Cases-Umgebung
3278 \family default
3279  verfügbar.
3280 \end_layout
3281
3282 \begin_layout Subsection
3283 Verneinungen
3284 \begin_inset Index idx
3285 status collapsed
3286
3287 \begin_layout Plain Layout
3288 Verneinungen
3289 \end_layout
3290
3291 \end_inset
3292
3293
3294 \end_layout
3295
3296 \begin_layout Standard
3297 Durch die Eingabe von 
3298 \series bold
3299
3300 \backslash
3301 not
3302 \series default
3303
3304 \begin_inset Index idx
3305 status collapsed
3306
3307 \begin_layout Plain Layout
3308 Befehle ! N ! 
3309 \backslash
3310 not
3311 \end_layout
3312
3313 \end_inset
3314
3315  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3316  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3317 \end_layout
3318
3319 \begin_layout Standard
3320 \align center
3321 \begin_inset Tabular
3322 <lyxtabular version="3" rows="4" columns="2">
3323 <features tabularvalignment="middle">
3324 <column alignment="center" valignment="top" width="0pt">
3325 <column alignment="center" valignment="top" width="0pt">
3326 <row>
3327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3328 \begin_inset Text
3329
3330 \begin_layout Plain Layout
3331 Befehl
3332 \end_layout
3333
3334 \end_inset
3335 </cell>
3336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340 Ergebnis
3341 \end_layout
3342
3343 \end_inset
3344 </cell>
3345 </row>
3346 <row>
3347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3348 \begin_inset Text
3349
3350 \begin_layout Plain Layout
3351
3352 \backslash
3353 not=
3354 \end_layout
3355
3356 \end_inset
3357 </cell>
3358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3359 \begin_inset Text
3360
3361 \begin_layout Plain Layout
3362 \begin_inset Formula $\not=$
3363 \end_inset
3364
3365
3366 \end_layout
3367
3368 \end_inset
3369 </cell>
3370 </row>
3371 <row>
3372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3373 \begin_inset Text
3374
3375 \begin_layout Plain Layout
3376
3377 \backslash
3378 not 
3379 \backslash
3380 le
3381 \end_layout
3382
3383 \end_inset
3384 </cell>
3385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3386 \begin_inset Text
3387
3388 \begin_layout Plain Layout
3389 \begin_inset Formula $\not\le$
3390 \end_inset
3391
3392
3393 \end_layout
3394
3395 \end_inset
3396 </cell>
3397 </row>
3398 <row>
3399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3400 \begin_inset Text
3401
3402 \begin_layout Plain Layout
3403
3404 \backslash
3405 not 
3406 \backslash
3407 parallel
3408 \end_layout
3409
3410 \end_inset
3411 </cell>
3412 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3413 \begin_inset Text
3414
3415 \begin_layout Plain Layout
3416 \begin_inset Formula $\not\parallel$
3417 \end_inset
3418
3419
3420 \end_layout
3421
3422 \end_inset
3423 </cell>
3424 </row>
3425 </lyxtabular>
3426
3427 \end_inset
3428
3429
3430 \end_layout
3431
3432 \begin_layout Standard
3433 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3434  Deswegen gibt es für Einige spezielle Befehle (siehe 
3435 \begin_inset CommandInset ref
3436 LatexCommand ref
3437 reference "sub:Mathematische-Symbole"
3438
3439 \end_inset
3440
3441  und 
3442 \begin_inset CommandInset ref
3443 LatexCommand ref
3444 reference "sec:Relationen"
3445
3446 \end_inset
3447
3448 ).
3449 \end_layout
3450
3451 \begin_layout Subsection
3452 Platzhalter
3453 \begin_inset CommandInset label
3454 LatexCommand label
3455 name "sub:Platzhalter"
3456
3457 \end_inset
3458
3459
3460 \begin_inset Index idx
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464 Platzhalter
3465 \end_layout
3466
3467 \end_inset
3468
3469
3470 \begin_inset Index idx
3471 status collapsed
3472
3473 \begin_layout Plain Layout
3474 chemische Zeichen ! Isotope
3475 \end_layout
3476
3477 \end_inset
3478
3479
3480 \begin_inset Index idx
3481 status collapsed
3482
3483 \begin_layout Plain Layout
3484 Isotope|see
3485 \begin_inset ERT
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489
3490 {
3491 \end_layout
3492
3493 \end_inset
3494
3495 chemische Zeichen
3496 \begin_inset ERT
3497 status collapsed
3498
3499 \begin_layout Plain Layout
3500
3501 }
3502 \end_layout
3503
3504 \end_inset
3505
3506
3507 \end_layout
3508
3509 \end_inset
3510
3511
3512 \end_layout
3513
3514 \begin_layout Standard
3515 Möchte man z.
3516 \begin_inset space \thinspace{}
3517 \end_inset
3518
3519 B.
3520  Isotope
3521 \begin_inset Foot
3522 status collapsed
3523
3524 \begin_layout Plain Layout
3525 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3526 \begin_inset CommandInset ref
3527 LatexCommand ref
3528 reference "sub:Chemische-Symbole-und"
3529
3530 \end_inset
3531
3532  beschrieben.
3533 \end_layout
3534
3535 \end_inset
3536
3537  darstellen, tritt folgendes Problem auf:
3538 \end_layout
3539
3540 \begin_layout Standard
3541 \align center
3542 \begin_inset Tabular
3543 <lyxtabular version="3" rows="2" columns="2">
3544 <features tabularvalignment="middle">
3545 <column alignment="center" valignment="top" width="0pt">
3546 <column alignment="center" valignment="top" width="0pt">
3547 <row>
3548 <cell alignment="center" valignment="top" usebox="none">
3549 \begin_inset Text
3550
3551 \begin_layout Plain Layout
3552 durch Hoch- und Tiefstellen erzeugte Indizes:
3553 \end_layout
3554
3555 \end_inset
3556 </cell>
3557 <cell alignment="center" valignment="top" usebox="none">
3558 \begin_inset Text
3559
3560 \begin_layout Plain Layout
3561 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3562 \end_inset
3563
3564
3565 \end_layout
3566
3567 \end_inset
3568 </cell>
3569 </row>
3570 <row>
3571 <cell alignment="center" valignment="top" usebox="none">
3572 \begin_inset Text
3573
3574 \begin_layout Plain Layout
3575 korrekte Indizes:
3576 \end_layout
3577
3578 \end_inset
3579 </cell>
3580 <cell alignment="center" valignment="top" usebox="none">
3581 \begin_inset Text
3582
3583 \begin_layout Plain Layout
3584 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3585 \end_inset
3586
3587
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 </row>
3593 </lyxtabular>
3594
3595 \end_inset
3596
3597
3598 \begin_inset Note Note
3599 status collapsed
3600
3601 \begin_layout Plain Layout
3602
3603 \series bold
3604
3605 \backslash
3606 raisebox
3607 \series default
3608  dient nur
3609 \end_layout
3610
3611 \begin_layout Plain Layout
3612 als Abstandhalter.
3613 \end_layout
3614
3615 \end_inset
3616
3617
3618 \end_layout
3619
3620 \begin_layout Standard
3621 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3622  längeren Index gesetzt.
3623  Um das zu verhindern gibt es den Befehl 
3624 \series bold
3625
3626 \backslash
3627 phantom
3628 \series default
3629
3630 \begin_inset Index idx
3631 status collapsed
3632
3633 \begin_layout Plain Layout
3634 Befehle ! P ! 
3635 \backslash
3636 phantom
3637 \end_layout
3638
3639 \end_inset
3640
3641  oder den Mathe-Werkzeugleistenknopf
3642 \begin_inset space \thinspace{}
3643 \end_inset
3644
3645
3646 \begin_inset Foot
3647 status collapsed
3648
3649 \begin_layout Plain Layout
3650 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3651 \begin_inset Graphics
3652         filename ../../images/math/space.png
3653         scale 85
3654
3655 \end_inset
3656
3657
3658 \end_layout
3659
3660 \end_inset
3661
3662  
3663 \begin_inset Graphics
3664         filename ../../images/math/phantom.png
3665         scale 85
3666
3667 \end_inset
3668
3669 , der ein oder mehrere Phantomzeichen erstellt.
3670  Wenn 
3671 \series bold
3672
3673 \backslash
3674 phantom
3675 \series default
3676  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3677  Pfeilen überlagert wird.
3678  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3679  als Leerraum erstellt wird.
3680  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3681  Zeichen.
3682 \end_layout
3683
3684 \begin_layout Standard
3685 \align center
3686 \begin_inset Tabular
3687 <lyxtabular version="3" rows="4" columns="2">
3688 <features tabularvalignment="middle">
3689 <column alignment="center" valignment="top" width="0">
3690 <column alignment="center" valignment="top" width="0">
3691 <row>
3692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 Befehl
3697 \end_layout
3698
3699 \end_inset
3700 </cell>
3701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3702 \begin_inset Text
3703
3704 \begin_layout Plain Layout
3705 Ergebnis
3706 \begin_inset Note Note
3707 status collapsed
3708
3709 \begin_layout Plain Layout
3710
3711 \series bold
3712
3713 \backslash
3714 raisebox
3715 \series default
3716  dient nur als Abstandhalter.
3717 \end_layout
3718
3719 \end_inset
3720
3721
3722 \end_layout
3723
3724 \end_inset
3725 </cell>
3726 </row>
3727 <row>
3728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3729 \begin_inset Text
3730
3731 \begin_layout Plain Layout
3732 ^19
3733 \begin_inset ERT
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737
3738
3739 \backslash
3740 leer 
3741 \end_layout
3742
3743 \end_inset
3744
3745 _
3746 \backslash
3747 phantom
3748 \begin_inset ERT
3749 status collapsed
3750
3751 \begin_layout Plain Layout
3752
3753
3754 \backslash
3755 leer 
3756 \end_layout
3757
3758 \end_inset
3759
3760 1
3761 \begin_inset Formula $\to$
3762 \end_inset
3763
3764 9
3765 \begin_inset ERT
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769
3770
3771 \backslash
3772 leer 
3773 \end_layout
3774
3775 \end_inset
3776
3777 F
3778 \end_layout
3779
3780 \end_inset
3781 </cell>
3782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3783 \begin_inset Text
3784
3785 \begin_layout Plain Layout
3786 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3787 \end_inset
3788
3789
3790 \end_layout
3791
3792 \end_inset
3793 </cell>
3794 </row>
3795 <row>
3796 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3797 \begin_inset Text
3798
3799 \begin_layout Plain Layout
3800 ^235
3801 \begin_inset ERT
3802 status collapsed
3803
3804 \begin_layout Plain Layout
3805
3806
3807 \backslash
3808 leer 
3809 \end_layout
3810
3811 \end_inset
3812
3813 _
3814 \backslash
3815 phantom
3816 \begin_inset ERT
3817 status collapsed
3818
3819 \begin_layout Plain Layout
3820
3821
3822 \backslash
3823 leer 
3824 \end_layout
3825
3826 \end_inset
3827
3828 23
3829 \begin_inset Formula $\to$
3830 \end_inset
3831
3832 9
3833 \begin_inset ERT
3834 status collapsed
3835
3836 \begin_layout Plain Layout
3837
3838
3839 \backslash
3840 leer 
3841 \end_layout
3842
3843 \end_inset
3844
3845 F
3846 \end_layout
3847
3848 \end_inset
3849 </cell>
3850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3851 \begin_inset Text
3852
3853 \begin_layout Plain Layout
3854 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3855 \end_inset
3856
3857
3858 \end_layout
3859
3860 \end_inset
3861 </cell>
3862 </row>
3863 <row>
3864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3865 \begin_inset Text
3866
3867 \begin_layout Plain Layout
3868
3869 \backslash
3870 Lambda^
3871 \begin_inset ERT
3872 status collapsed
3873
3874 \begin_layout Plain Layout
3875
3876
3877 \backslash
3878 leer 
3879 \end_layout
3880
3881 \end_inset
3882
3883
3884 \backslash
3885 phantom
3886 \begin_inset ERT
3887 status collapsed
3888
3889 \begin_layout Plain Layout
3890
3891
3892 \backslash
3893 leer 
3894 \end_layout
3895
3896 \end_inset
3897
3898 ii
3899 \begin_inset Formula $\to$
3900 \end_inset
3901
3902 t
3903 \begin_inset ERT
3904 status collapsed
3905
3906 \begin_layout Plain Layout
3907
3908
3909 \backslash
3910 leer 
3911 \end_layout
3912
3913 \end_inset
3914
3915 _MMt
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3925 \end_inset
3926
3927
3928 \end_layout
3929
3930 \end_inset
3931 </cell>
3932 </row>
3933 </lyxtabular>
3934
3935 \end_inset
3936
3937
3938 \end_layout
3939
3940 \begin_layout Standard
3941 Des Weiteren gibt es noch die Befehle 
3942 \series bold
3943
3944 \backslash
3945 vphantom
3946 \series default
3947
3948 \begin_inset Index idx
3949 status collapsed
3950
3951 \begin_layout Plain Layout
3952 Befehle ! V ! 
3953 \backslash
3954 vphantom
3955 \end_layout
3956
3957 \end_inset
3958
3959  (Werkzeugleistenknopf 
3960 \begin_inset space ~
3961 \end_inset
3962
3963
3964 \begin_inset Graphics
3965         filename ../../images/math/vphantom.png
3966         scale 85
3967
3968 \end_inset
3969
3970 ) und 
3971 \series bold
3972
3973 \backslash
3974 hphantom
3975 \series default
3976
3977 \begin_inset Index idx
3978 status collapsed
3979
3980 \begin_layout Plain Layout
3981 Befehle ! H ! 
3982 \backslash
3983 hphantom
3984 \end_layout
3985
3986 \end_inset
3987
3988  (Werkzeugleistenknopf 
3989 \begin_inset space ~
3990 \end_inset
3991
3992
3993 \begin_inset Graphics
3994         filename ../../images/math/hphantom.png
3995         scale 85
3996
3997 \end_inset
3998
3999 ).
4000  
4001 \series bold
4002
4003 \backslash
4004 hphantom
4005 \series default
4006  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4007  nicht jedoch für deren Breite.
4008  Bei 
4009 \series bold
4010
4011 \backslash
4012 vphantom
4013 \series default
4014  wird nur Platz mit der Breite des Kästchens erstellt.
4015  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4016 \end_layout
4017
4018 \begin_layout Standard
4019 Zum Beispiel erzeugt 
4020 \series bold
4021
4022 \backslash
4023 vphantom
4024 \series default
4025
4026 \begin_inset ERT
4027 status collapsed
4028
4029 \begin_layout Plain Layout
4030
4031
4032 \backslash
4033 leer 
4034 \end_layout
4035
4036 \end_inset
4037
4038
4039 \series bold
4040 a
4041 \backslash
4042 int
4043 \series default
4044  Platz der Höhe des Integralzeichens,
4045 \begin_inset Foot
4046 status collapsed
4047
4048 \begin_layout Plain Layout
4049 Der Befehl 
4050 \series bold
4051
4052 \backslash
4053 int
4054 \series default
4055  erzeugt ein Integralzeichen, siehe 
4056 \begin_inset CommandInset ref
4057 LatexCommand ref
4058 reference "sub:Große-Operatoren"
4059
4060 \end_inset
4061
4062 .
4063 \end_layout
4064
4065 \end_inset
4066
4067  da dieses das größere Zeichen ist.
4068  Eine Beispielanwendung ist in 
4069 \begin_inset CommandInset ref
4070 LatexCommand ref
4071 reference "sub:Mehrzeilige-Klammern"
4072
4073 \end_inset
4074
4075  zu finden.
4076 \end_layout
4077
4078 \begin_layout Standard
4079 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4080  
4081 \family sans
4082 Einfügen\SpecialChar \menuseparator
4083 Formatierung\SpecialChar \menuseparator
4084 Phantom
4085 \family default
4086  eingefügt werden:
4087 \end_layout
4088
4089 \begin_layout Standard
4090 Dies ist ein Satz.
4091 \begin_inset Newline newline
4092 \end_inset
4093
4094
4095 \begin_inset Phantom Phantom
4096 status open
4097
4098 \begin_layout Plain Layout
4099 Dies
4100 \end_layout
4101
4102 \end_inset
4103
4104  ist ein Satz.
4105 \end_layout
4106
4107 \begin_layout Subsection
4108 Linien
4109 \begin_inset Index idx
4110 status collapsed
4111
4112 \begin_layout Plain Layout
4113 Linien
4114 \end_layout
4115
4116 \end_inset
4117
4118
4119 \begin_inset Index idx
4120 status collapsed
4121
4122 \begin_layout Plain Layout
4123 Formel ! unterstrichene
4124 \end_layout
4125
4126 \end_inset
4127
4128
4129 \end_layout
4130
4131 \begin_layout Standard
4132 \align center
4133 \begin_inset Tabular
4134 <lyxtabular version="3" rows="4" columns="2">
4135 <features tabularvalignment="middle">
4136 <column alignment="center" valignment="top" width="0pt">
4137 <column alignment="center" valignment="top" width="0pt">
4138 <row>
4139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4140 \begin_inset Text
4141
4142 \begin_layout Plain Layout
4143 Befehl
4144 \end_layout
4145
4146 \end_inset
4147 </cell>
4148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4149 \begin_inset Text
4150
4151 \begin_layout Plain Layout
4152 Ergebnis
4153 \begin_inset Note Note
4154 status collapsed
4155
4156 \begin_layout Plain Layout
4157
4158 \series bold
4159
4160 \backslash
4161 raisebox
4162 \series default
4163  dient nur als Abstandhalter.
4164 \end_layout
4165
4166 \end_inset
4167
4168
4169 \end_layout
4170
4171 \end_inset
4172 </cell>
4173 </row>
4174 <row>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179
4180 \backslash
4181 overline
4182 \begin_inset ERT
4183 status collapsed
4184
4185 \begin_layout Plain Layout
4186
4187
4188 \backslash
4189 leer 
4190 \end_layout
4191
4192 \end_inset
4193
4194 A+B
4195 \begin_inset Index idx
4196 status collapsed
4197
4198 \begin_layout Plain Layout
4199 Befehle ! O ! 
4200 \backslash
4201 overline
4202 \end_layout
4203
4204 \end_inset
4205
4206
4207 \end_layout
4208
4209 \end_inset
4210 </cell>
4211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4212 \begin_inset Text
4213
4214 \begin_layout Plain Layout
4215 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4216 \end_inset
4217
4218
4219 \end_layout
4220
4221 \end_inset
4222 </cell>
4223 </row>
4224 <row>
4225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229
4230 \backslash
4231 underline
4232 \begin_inset ERT
4233 status collapsed
4234
4235 \begin_layout Plain Layout
4236
4237
4238 \backslash
4239 leer 
4240 \end_layout
4241
4242 \end_inset
4243
4244 A+B
4245 \begin_inset Index idx
4246 status collapsed
4247
4248 \begin_layout Plain Layout
4249 Befehle ! U ! 
4250 \backslash
4251 underline
4252 \end_layout
4253
4254 \end_inset
4255
4256
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4262 \begin_inset Text
4263
4264 \begin_layout Plain Layout
4265 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4266 \end_inset
4267
4268
4269 \end_layout
4270
4271 \end_inset
4272 </cell>
4273 </row>
4274 <row>
4275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4276 \begin_inset Text
4277
4278 \begin_layout Plain Layout
4279
4280 \backslash
4281 overline
4282 \begin_inset ERT
4283 status collapsed
4284
4285 \begin_layout Plain Layout
4286
4287
4288 \backslash
4289 leer 
4290 \end_layout
4291
4292 \end_inset
4293
4294
4295 \backslash
4296 underline
4297 \begin_inset ERT
4298 status collapsed
4299
4300 \begin_layout Plain Layout
4301
4302
4303 \backslash
4304 leer 
4305 \end_layout
4306
4307 \end_inset
4308
4309 A+B
4310 \end_layout
4311
4312 \end_inset
4313 </cell>
4314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4319 \end_inset
4320
4321
4322 \end_layout
4323
4324 \end_inset
4325 </cell>
4326 </row>
4327 </lyxtabular>
4328
4329 \end_inset
4330
4331
4332 \end_layout
4333
4334 \begin_layout Standard
4335 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4336 \series bold
4337
4338 \backslash
4339 overline
4340 \series default
4341  oder 
4342 \series bold
4343
4344 \backslash
4345 underline
4346 \series default
4347  eingibt.
4348 \end_layout
4349
4350 \begin_layout Standard
4351 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4352 \begin_inset Newline linebreak
4353 \end_inset
4354
4355
4356 \series bold
4357
4358 \backslash
4359 underline
4360 \series default
4361 .
4362 \end_layout
4363
4364 \begin_layout Standard
4365 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4366 \end_layout
4367
4368 \begin_layout Standard
4369 \begin_inset VSpace bigskip
4370 \end_inset
4371
4372 Benutzerdefinierte Linien können mit dem Befehl 
4373 \series bold
4374
4375 \backslash
4376 rule
4377 \series default
4378
4379 \begin_inset Index idx
4380 status collapsed
4381
4382 \begin_layout Plain Layout
4383 Befehle! R ! 
4384 \backslash
4385 rule
4386 \end_layout
4387
4388 \end_inset
4389
4390  erstellt werden, der folgendes Schema besitzt:
4391 \end_layout
4392
4393 \begin_layout Standard
4394
4395 \series bold
4396
4397 \backslash
4398 rule[vertikaler Versatz]{Länge}{Dicke}
4399 \end_layout
4400
4401 \begin_layout Standard
4402 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4403  unten, wenn der Wert negativ ist).
4404  Die Einheiten, die in 
4405 \begin_inset CommandInset ref
4406 LatexCommand ref
4407 reference "tab:Verfügbare-Einheiten"
4408
4409 \end_inset
4410
4411  aufgelistet sind, können für die Werte benutzt werden.
4412  Hier sind zwei Beispiele, die mit den Befehlen
4413 \begin_inset Newline newline
4414 \end_inset
4415
4416
4417 \series bold
4418
4419 \backslash
4420 rule[-2ex]{3cm}{2pt}
4421 \series default
4422  und 
4423 \series bold
4424
4425 \backslash
4426 rule{2cm}{1pt}
4427 \series default
4428  erzeugt wurden:
4429 \end_layout
4430
4431 \begin_layout Standard
4432 Dies ist ein Satz 
4433 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4434 \end_inset
4435
4436  mit zwei Linien.
4437 \end_layout
4438
4439 \begin_layout Standard
4440
4441 \series bold
4442
4443 \backslash
4444 rule
4445 \series default
4446  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4447 \family sans
4448 Einfügen\SpecialChar \menuseparator
4449 Formatierung\SpecialChar \menuseparator
4450 Horizontale
4451 \begin_inset space ~
4452 \end_inset
4453
4454 Line
4455 \family default
4456  eingefügt wird:
4457 \end_layout
4458
4459 \begin_layout Standard
4460 Dies ist ein Satz 
4461 \begin_inset CommandInset line
4462 LatexCommand rule
4463 offset "0.5ex"
4464 width "3cm"
4465 height "1pt"
4466
4467 \end_inset
4468
4469  mit einer Linie.
4470 \end_layout
4471
4472 \begin_layout Subsection
4473 Fortsetzungspunkte
4474 \begin_inset CommandInset label
4475 LatexCommand label
4476 name "sub:Fortsetzungspunkte"
4477
4478 \end_inset
4479
4480
4481 \begin_inset Index idx
4482 status collapsed
4483
4484 \begin_layout Plain Layout
4485 Fortsetzungspunkte
4486 \end_layout
4487
4488 \end_inset
4489
4490
4491 \end_layout
4492
4493 \begin_layout Standard
4494 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4495 \begin_inset Foot
4496 status collapsed
4497
4498 \begin_layout Plain Layout
4499 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4500 \begin_inset Graphics
4501         filename ../../images/math/ldots.png
4502         scale 85
4503
4504 \end_inset
4505
4506
4507 \end_layout
4508
4509 \end_inset
4510
4511  Für Aufzählungen verwendet man unten sitzende Punkte (
4512 \series bold
4513
4514 \backslash
4515 ldots
4516 \series default
4517
4518 \begin_inset Index idx
4519 status collapsed
4520
4521 \begin_layout Plain Layout
4522 Befehle ! L ! 
4523 \backslash
4524 ldots
4525 \end_layout
4526
4527 \end_inset
4528
4529 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4530  die Operatoren sind (
4531 \series bold
4532
4533 \backslash
4534 cdots
4535 \series default
4536
4537 \begin_inset Index idx
4538 status collapsed
4539
4540 \begin_layout Plain Layout
4541 Befehle ! C ! 
4542 \backslash
4543 cdots
4544 \end_layout
4545
4546 \end_inset
4547
4548 ).
4549  Verwendet man den Befehl 
4550 \series bold
4551
4552 \backslash
4553 dots
4554 \series default
4555
4556 \begin_inset Index idx
4557 status collapsed
4558
4559 \begin_layout Plain Layout
4560 Befehle ! D ! 
4561 \backslash
4562 dots
4563 \end_layout
4564
4565 \end_inset
4566
4567 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4568  wird.
4569 \end_layout
4570
4571 \begin_layout Standard
4572 \align center
4573 \begin_inset Tabular
4574 <lyxtabular version="3" rows="9" columns="2">
4575 <features tabularvalignment="middle">
4576 <column alignment="center" valignment="top" width="0pt">
4577 <column alignment="center" valignment="top" width="0pt">
4578 <row>
4579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4580 \begin_inset Text
4581
4582 \begin_layout Plain Layout
4583 Befehl
4584 \end_layout
4585
4586 \end_inset
4587 </cell>
4588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4589 \begin_inset Text
4590
4591 \begin_layout Plain Layout
4592 Ergebnis
4593 \end_layout
4594
4595 \end_inset
4596 </cell>
4597 </row>
4598 <row>
4599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4600 \begin_inset Text
4601
4602 \begin_layout Plain Layout
4603 A_1
4604 \begin_inset ERT
4605 status collapsed
4606
4607 \begin_layout Plain Layout
4608
4609
4610 \backslash
4611 leer 
4612 \end_layout
4613
4614 \end_inset
4615
4616 ,
4617 \backslash
4618 dots
4619 \begin_inset ERT
4620 status collapsed
4621
4622 \begin_layout Plain Layout
4623
4624
4625 \backslash
4626 leer 
4627 \end_layout
4628
4629 \end_inset
4630
4631 ,A_n
4632 \end_layout
4633
4634 \end_inset
4635 </cell>
4636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4637 \begin_inset Text
4638
4639 \begin_layout Plain Layout
4640 \begin_inset Formula $A_{1},\dots,A_{n}$
4641 \end_inset
4642
4643
4644 \end_layout
4645
4646 \end_inset
4647 </cell>
4648 </row>
4649 <row>
4650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4651 \begin_inset Text
4652
4653 \begin_layout Plain Layout
4654 A_1
4655 \begin_inset ERT
4656 status collapsed
4657
4658 \begin_layout Plain Layout
4659
4660
4661 \backslash
4662 leer 
4663 \end_layout
4664
4665 \end_inset
4666
4667 +
4668 \backslash
4669 dots
4670 \begin_inset ERT
4671 status collapsed
4672
4673 \begin_layout Plain Layout
4674
4675
4676 \backslash
4677 leer 
4678 \end_layout
4679
4680 \end_inset
4681
4682 +A_n
4683 \end_layout
4684
4685 \end_inset
4686 </cell>
4687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4688 \begin_inset Text
4689
4690 \begin_layout Plain Layout
4691 \begin_inset Formula $A_{1}+\dots+A_{n}$
4692 \end_inset
4693
4694
4695 \end_layout
4696
4697 \end_inset
4698 </cell>
4699 </row>
4700 <row>
4701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4702 \begin_inset Text
4703
4704 \begin_layout Plain Layout
4705 A_1
4706 \begin_inset ERT
4707 status collapsed
4708
4709 \begin_layout Plain Layout
4710
4711
4712 \backslash
4713 leer 
4714 \end_layout
4715
4716 \end_inset
4717
4718 ,
4719 \backslash
4720 ldots
4721 \begin_inset ERT
4722 status collapsed
4723
4724 \begin_layout Plain Layout
4725
4726
4727 \backslash
4728 leer 
4729 \end_layout
4730
4731 \end_inset
4732
4733 ,A_n
4734 \end_layout
4735
4736 \end_inset
4737 </cell>
4738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4739 \begin_inset Text
4740
4741 \begin_layout Plain Layout
4742 \begin_inset Formula $A_{1},\ldots,A_{n}$
4743 \end_inset
4744
4745
4746 \end_layout
4747
4748 \end_inset
4749 </cell>
4750 </row>
4751 <row>
4752 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4753 \begin_inset Text
4754
4755 \begin_layout Plain Layout
4756 A_1
4757 \begin_inset ERT
4758 status collapsed
4759
4760 \begin_layout Plain Layout
4761
4762
4763 \backslash
4764 leer 
4765 \end_layout
4766
4767 \end_inset
4768
4769 +
4770 \backslash
4771 cdots
4772 \begin_inset ERT
4773 status collapsed
4774
4775 \begin_layout Plain Layout
4776
4777
4778 \backslash
4779 leer 
4780 \end_layout
4781
4782 \end_inset
4783
4784 +A_n
4785 \end_layout
4786
4787 \end_inset
4788 </cell>
4789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4790 \begin_inset Text
4791
4792 \begin_layout Plain Layout
4793 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4794 \end_inset
4795
4796
4797 \end_layout
4798
4799 \end_inset
4800 </cell>
4801 </row>
4802 <row>
4803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4804 \begin_inset Text
4805
4806 \begin_layout Plain Layout
4807
4808 \backslash
4809 vdots
4810 \end_layout
4811
4812 \end_inset
4813 </cell>
4814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4815 \begin_inset Text
4816
4817 \begin_layout Plain Layout
4818 \begin_inset Formula $\vdots$
4819 \end_inset
4820
4821
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 <row>
4828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4829 \begin_inset Text
4830
4831 \begin_layout Plain Layout
4832
4833 \backslash
4834 ddots
4835 \end_layout
4836
4837 \end_inset
4838 </cell>
4839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4840 \begin_inset Text
4841
4842 \begin_layout Plain Layout
4843 \begin_inset Formula $\ddots$
4844 \end_inset
4845
4846
4847 \end_layout
4848
4849 \end_inset
4850 </cell>
4851 </row>
4852 <row>
4853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4854 \begin_inset Text
4855
4856 \begin_layout Plain Layout
4857
4858 \backslash
4859 iddots
4860 \end_layout
4861
4862 \end_inset
4863 </cell>
4864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4865 \begin_inset Text
4866
4867 \begin_layout Plain Layout
4868 \begin_inset Formula $\iddots$
4869 \end_inset
4870
4871
4872 \end_layout
4873
4874 \end_inset
4875 </cell>
4876 </row>
4877 <row>
4878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4879 \begin_inset Text
4880
4881 \begin_layout Plain Layout
4882 3
4883 \series bold
4884 ×
4885 \series default
4886 3
4887 \begin_inset space \thinspace{}
4888 \end_inset
4889
4890 Matrix mit obigen Befehlen
4891 \end_layout
4892
4893 \end_inset
4894 </cell>
4895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4896 \begin_inset Text
4897
4898 \begin_layout Plain Layout
4899 \begin_inset Formula $\begin{array}{ccc}
4900 A_{11} & \cdots & A_{1m}\\
4901 \vdots & \ddots & \vdots\\
4902 A_{n1} & \cdots & A_{nm}
4903 \end{array}$
4904 \end_inset
4905
4906
4907 \end_layout
4908
4909 \end_inset
4910 </cell>
4911 </row>
4912 </lyxtabular>
4913
4914 \end_inset
4915
4916
4917 \end_layout
4918
4919 \begin_layout Standard
4920 Die im Menü 
4921 \family sans
4922 Einfügen\SpecialChar \menuseparator
4923 Sonderzeichen
4924 \family default
4925  verfügbaren Fortsetzungspunkte sind 
4926 \series bold
4927
4928 \backslash
4929 ldots
4930 \series default
4931 .
4932 \end_layout
4933
4934 \begin_layout Standard
4935
4936 \lang english
4937 \begin_inset VSpace medskip
4938 \end_inset
4939
4940
4941 \lang ngerman
4942 Um 
4943 \series bold
4944
4945 \backslash
4946 iddots
4947 \series default
4948  nutzen zu können, muss eine der Optionen 
4949 \family sans
4950 Mathdots Paket (automatisch) verwenden 
4951 \family default
4952 in den Dokumenteinstellungen unter 
4953 \family sans
4954 Mathe-Optionen
4955 \family default
4956  gewählt sein.
4957 \begin_inset Newline newline
4958 \end_inset
4959
4960 Die Option 
4961 \family sans
4962 Mathdots Paket verwenden
4963 \family default
4964  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4965  Schriftstil oder die Schriftgröße nicht Standard sind.
4966 \end_layout
4967
4968 \begin_layout Standard
4969 \begin_inset VSpace medskip
4970 \end_inset
4971
4972 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4973  Spalten erstrecken.
4974  Man erhält sie mit dem Befehl 
4975 \series bold
4976
4977 \backslash
4978 hdotsfor
4979 \series default
4980
4981 \begin_inset Index idx
4982 status collapsed
4983
4984 \begin_layout Plain Layout
4985 Befehle ! H ! 
4986 \backslash
4987 hdotsfor
4988 \end_layout
4989
4990 \end_inset
4991
4992 , der folgendes Schema besitzt:
4993 \end_layout
4994
4995 \begin_layout Standard
4996
4997 \series bold
4998
4999 \backslash
5000 hdotsfor[Abstand]{Anzahl der Spalten}
5001 \end_layout
5002
5003 \begin_layout Standard
5004 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5005  sollen.
5006  Abstand ist ein Faktor, der den Punktabstand festlegt.
5007 \end_layout
5008
5009 \begin_layout Standard
5010 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5011  
5012 \series bold
5013
5014 \backslash
5015 hdotsfor[2]{4}
5016 \series default
5017  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5018  beim Befehl 
5019 \series bold
5020
5021 \backslash
5022 dots
5023 \series default
5024  zu erhalten:
5025 \begin_inset Formula \[
5026 \left(\begin{array}{cccc}
5027 A & B & C & D\\
5028 \hdotsfor[2]{4}\\
5029 q & w & e & r
5030 \end{array}\right)
5031 \]
5032
5033 \end_inset
5034
5035 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5036  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5037 \end_layout
5038
5039 \begin_layout Standard
5040 \begin_inset VSpace bigskip
5041 \end_inset
5042
5043 Des Weiteren kann man mit dem Befehl 
5044 \series bold
5045
5046 \backslash
5047 dotfill
5048 \series default
5049
5050 \begin_inset Index idx
5051 status collapsed
5052
5053 \begin_layout Plain Layout
5054 Befehle ! D ! 
5055 \backslash
5056 dotfill
5057 \end_layout
5058
5059 \end_inset
5060
5061  den Rest einer Zeile mit Punkten füllen.
5062  Die Wirkungsweise des Befehls entspricht der von 
5063 \series bold
5064
5065 \backslash
5066 hfill
5067 \series default
5068 , siehe 
5069 \begin_inset CommandInset ref
5070 LatexCommand ref
5071 reference "sub:Variabler-Leerraum"
5072
5073 \end_inset
5074
5075 .
5076 \end_layout
5077
5078 \begin_layout Standard
5079 Z.
5080 \begin_inset space \thinspace{}
5081 \end_inset
5082
5083 B.
5084  ergibt der Befehl 
5085 \series bold
5086 A
5087 \backslash
5088 dotfill
5089 \begin_inset ERT
5090 status collapsed
5091
5092 \begin_layout Plain Layout
5093
5094
5095 \backslash
5096 leer 
5097 \end_layout
5098
5099 \end_inset
5100
5101 B
5102 \end_layout
5103
5104 \begin_layout Standard
5105 \begin_inset Formula $A\dotfill B$
5106 \end_inset
5107
5108
5109 \end_layout
5110
5111 \begin_layout Standard
5112 Analog dazu gibt es für eine Linie den Befehl 
5113 \series bold
5114
5115 \backslash
5116 hrulefill
5117 \series default
5118
5119 \begin_inset Index idx
5120 status collapsed
5121
5122 \begin_layout Plain Layout
5123 Befehle ! H ! 
5124 \backslash
5125 hrulefill
5126 \end_layout
5127
5128 \end_inset
5129
5130 :
5131 \end_layout
5132
5133 \begin_layout Standard
5134 \begin_inset Formula $A\hrulefill B$
5135 \end_inset
5136
5137
5138 \end_layout
5139
5140 \begin_layout Standard
5141 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5142  werden.
5143 \end_layout
5144
5145 \begin_layout Section
5146 Matrizen
5147 \begin_inset CommandInset label
5148 LatexCommand label
5149 name "sec:Matrizen"
5150
5151 \end_inset
5152
5153
5154 \begin_inset Index idx
5155 status collapsed
5156
5157 \begin_layout Plain Layout
5158 Matrizen
5159 \end_layout
5160
5161 \end_inset
5162
5163
5164 \end_layout
5165
5166 \begin_layout Standard
5167 Matrizen können über den Mathe-Werkzeugleistenknopf
5168 \family sans
5169  
5170 \family default
5171
5172 \begin_inset Graphics
5173         filename ../../images/dialog-show_mathmatrix.png
5174         scale 85
5175
5176 \end_inset
5177
5178  oder das Menü 
5179 \family sans
5180 Einfügen\SpecialChar \menuseparator
5181 Mathe\SpecialChar \menuseparator
5182 Matrix
5183 \family default
5184  eingefügt werden.
5185  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5186  Verzierung gefragt.
5187  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5188  von Bedeutung:
5189 \end_layout
5190
5191 \begin_layout Standard
5192 Die erste Matrix ist oben 
5193 \begin_inset Formula $\begin{array}[t]{cccc}
5194 A & D & G & J\\
5195 B & E & H & K\\
5196 C & F & I & L
5197 \end{array}$
5198 \end_inset
5199
5200 , die zweite mittig 
5201 \begin_inset Formula $\begin{array}{cccc}
5202 A & D & G & J\\
5203 B & E & H & K\\
5204 C & F & I & L
5205 \end{array}$
5206 \end_inset
5207
5208  und die dritte unten 
5209 \begin_inset Formula $\begin{array}[b]{cccc}
5210 A & D & G & J\\
5211 B & E & H & K\\
5212 C & F & I & L
5213 \end{array}$
5214 \end_inset
5215
5216  ausgerichtet.
5217 \end_layout
5218
5219 \begin_layout Standard
5220 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5221  werden sollen.
5222  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5223  
5224 \emph on
5225 l
5226 \emph default
5227  steht für linksbündig, 
5228 \emph on
5229 c
5230 \emph default
5231  für mittig und 
5232 \emph on
5233 r
5234 \emph default
5235  für rechtsbündig.
5236  Möchte man z.
5237 \begin_inset space \thinspace{}
5238 \end_inset
5239
5240 B.
5241  eine 4
5242 \series bold
5243 ×
5244 \series default
5245 4
5246 \begin_inset space ~
5247 \end_inset
5248
5249 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5250  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5251  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5252 \series bold
5253 lccr
5254 \series default
5255  an.
5256  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5257  die Voreinstellung für jede Spalte ein 
5258 \series bold
5259 c
5260 \series default
5261  ist.
5262 \end_layout
5263
5264 \begin_layout Standard
5265 Horizontale Ausrichtung:
5266 \end_layout
5267
5268 \begin_layout Standard
5269
5270 \series bold
5271 lll
5272 \series default
5273  : 
5274 \begin_inset Formula $\begin{array}{lll}
5275 10000 & D & G\\
5276 B & 10000 & H\\
5277 C & F & 10000
5278 \end{array}$
5279 \end_inset
5280
5281  , 
5282 \series bold
5283 ccc
5284 \series default
5285  : 
5286 \begin_inset Formula $\begin{array}{ccc}
5287 10000 & D & G\\
5288 B & 10000 & H\\
5289 C & F & 10000
5290 \end{array}$
5291 \end_inset
5292
5293  , 
5294 \series bold
5295 rrr
5296 \series default
5297  : 
5298 \begin_inset Formula $\begin{array}{rrr}
5299 10000 & D & G\\
5300 B & 10000 & H\\
5301 C & F & 10000
5302 \end{array}$
5303 \end_inset
5304
5305
5306 \end_layout
5307
5308 \begin_layout Standard
5309 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5310  man die Mathe-Werkzeugleistenknöpfe 
5311 \begin_inset Graphics
5312         filename ../../images/tabular-feature_append-row.png
5313         scale 85
5314
5315 \end_inset
5316
5317
5318 \begin_inset Graphics
5319         filename ../../images/tabular-feature_delete-row.png
5320         scale 85
5321
5322 \end_inset
5323
5324 , usw.
5325 \begin_inset space \space{}
5326 \end_inset
5327
5328 oder das Menü 
5329 \family sans
5330 Bearbeiten\SpecialChar \menuseparator
5331 Zeilen & Spalten
5332 \family default
5333  verwenden.
5334  Neue Zeilen können auch mit 
5335 \family sans
5336 Strg+Enter
5337 \family default
5338  erstellt werden.
5339 \end_layout
5340
5341 \begin_layout Standard
5342 \begin_inset VSpace bigskip
5343 \end_inset
5344
5345 Die 
5346 \family sans
5347 Verzierung
5348 \family default
5349  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5350  Alternativ können Klammern entweder mit den Befehlen 
5351 \series bold
5352
5353 \backslash
5354 left
5355 \series default
5356
5357 \begin_inset Index idx
5358 status collapsed
5359
5360 \begin_layout Plain Layout
5361 Befehle ! L ! 
5362 \backslash
5363 left
5364 \end_layout
5365
5366 \end_inset
5367
5368  und 
5369 \series bold
5370
5371 \backslash
5372 right
5373 \series default
5374
5375 \begin_inset Index idx
5376 status collapsed
5377
5378 \begin_layout Plain Layout
5379 Befehle ! R ! 
5380 \backslash
5381 right
5382 \end_layout
5383
5384 \end_inset
5385
5386  erstellt werden (Tastenkürzel 
5387 \family sans
5388 Alt+M
5389 \begin_inset space ~
5390 \end_inset
5391
5392 Klammer
5393 \family default
5394 ), siehe 
5395 \begin_inset CommandInset ref
5396 LatexCommand ref
5397 reference "sub:Automatische-Klammergrößen"
5398
5399 \end_inset
5400
5401 , oder man verwendet folgende Befehle:
5402 \begin_inset VSpace bigskip
5403 \end_inset
5404
5405
5406 \end_layout
5407
5408 \begin_layout Standard
5409 \begin_inset space \hfill{}
5410 \end_inset
5411
5412
5413 \begin_inset Tabular
5414 <lyxtabular version="3" rows="4" columns="2">
5415 <features tabularvalignment="middle">
5416 <column alignment="center" valignment="top" width="0">
5417 <column alignment="center" valignment="top" width="0">
5418 <row>
5419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423 Befehl
5424 \end_layout
5425
5426 \end_inset
5427 </cell>
5428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5429 \begin_inset Text
5430
5431 \begin_layout Plain Layout
5432 Ergebnis
5433 \end_layout
5434
5435 \end_inset
5436 </cell>
5437 </row>
5438 <row>
5439 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5440 \begin_inset Text
5441
5442 \begin_layout Plain Layout
5443
5444 \backslash
5445 bmatrix
5446 \begin_inset ERT
5447 status collapsed
5448
5449 \begin_layout Plain Layout
5450
5451
5452 \backslash
5453 leer 
5454 \end_layout
5455
5456 \end_inset
5457
5458 2
5459 \series bold
5460 ×
5461 \series default
5462 2
5463 \begin_inset space \thinspace{}
5464 \end_inset
5465
5466 Matrix
5467 \end_layout
5468
5469 \end_inset
5470 </cell>
5471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5472 \begin_inset Text
5473
5474 \begin_layout Plain Layout
5475 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5476 0 & \textrm{-}\mathrm{i}\\
5477 \mathrm{i} & 0
5478 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5479 \end_inset
5480
5481
5482 \end_layout
5483
5484 \end_inset
5485 </cell>
5486 </row>
5487 <row>
5488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5489 \begin_inset Text
5490
5491 \begin_layout Plain Layout
5492
5493 \backslash
5494 Bmatrix
5495 \begin_inset ERT
5496 status collapsed
5497
5498 \begin_layout Plain Layout
5499
5500
5501 \backslash
5502 leer 
5503 \end_layout
5504
5505 \end_inset
5506
5507 2
5508 \series bold
5509 ×
5510 \series default
5511 2
5512 \begin_inset space \thinspace{}
5513 \end_inset
5514
5515 Matrix
5516 \end_layout
5517
5518 \end_inset
5519 </cell>
5520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5521 \begin_inset Text
5522
5523 \begin_layout Plain Layout
5524 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5525 0 & \textrm{-}\mathrm{i}\\
5526 \mathrm{i} & 0
5527 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5528 \end_inset
5529
5530
5531 \end_layout
5532
5533 \end_inset
5534 </cell>
5535 </row>
5536 <row>
5537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5538 \begin_inset Text
5539
5540 \begin_layout Plain Layout
5541
5542 \backslash
5543 pmatrix
5544 \begin_inset ERT
5545 status collapsed
5546
5547 \begin_layout Plain Layout
5548
5549
5550 \backslash
5551 leer 
5552 \end_layout
5553
5554 \end_inset
5555
5556 2
5557 \series bold
5558 ×
5559 \series default
5560 2
5561 \begin_inset space \thinspace{}
5562 \end_inset
5563
5564 Matrix
5565 \end_layout
5566
5567 \end_inset
5568 </cell>
5569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5570 \begin_inset Text
5571
5572 \begin_layout Plain Layout
5573 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5574 0 & \textrm{-}\mathrm{i}\\
5575 \mathrm{i} & 0
5576 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5577 \end_inset
5578
5579
5580 \end_layout
5581
5582 \end_inset
5583 </cell>
5584 </row>
5585 </lyxtabular>
5586
5587 \end_inset
5588
5589
5590 \begin_inset space \hfill{}
5591 \end_inset
5592
5593
5594 \begin_inset Tabular
5595 <lyxtabular version="3" rows="4" columns="2">
5596 <features tabularvalignment="middle">
5597 <column alignment="center" valignment="top" width="0">
5598 <column alignment="center" valignment="top" width="0">
5599 <row>
5600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5601 \begin_inset Text
5602
5603 \begin_layout Plain Layout
5604 Befehl
5605 \end_layout
5606
5607 \end_inset
5608 </cell>
5609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5610 \begin_inset Text
5611
5612 \begin_layout Plain Layout
5613 Ergebnis
5614 \end_layout
5615
5616 \end_inset
5617 </cell>
5618 </row>
5619 <row>
5620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5621 \begin_inset Text
5622
5623 \begin_layout Plain Layout
5624
5625 \backslash
5626 vmatrix
5627 \begin_inset ERT
5628 status collapsed
5629
5630 \begin_layout Plain Layout
5631
5632
5633 \backslash
5634 leer 
5635 \end_layout
5636
5637 \end_inset
5638
5639 2
5640 \series bold
5641 ×
5642 \series default
5643 2
5644 \begin_inset space \thinspace{}
5645 \end_inset
5646
5647 Matrix
5648 \end_layout
5649
5650 \end_inset
5651 </cell>
5652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5653 \begin_inset Text
5654
5655 \begin_layout Plain Layout
5656 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5657 0 & \textrm{-}\mathrm{i}\\
5658 \mathrm{i} & 0
5659 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5660 \end_inset
5661
5662
5663 \end_layout
5664
5665 \end_inset
5666 </cell>
5667 </row>
5668 <row>
5669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5670 \begin_inset Text
5671
5672 \begin_layout Plain Layout
5673
5674 \backslash
5675 Vmatrix
5676 \begin_inset ERT
5677 status collapsed
5678
5679 \begin_layout Plain Layout
5680
5681
5682 \backslash
5683 leer 
5684 \end_layout
5685
5686 \end_inset
5687
5688 2
5689 \series bold
5690 ×
5691 \series default
5692 2
5693 \begin_inset space \thinspace{}
5694 \end_inset
5695
5696 Matrix
5697 \end_layout
5698
5699 \end_inset
5700 </cell>
5701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5702 \begin_inset Text
5703
5704 \begin_layout Plain Layout
5705 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5706 0 & \textrm{-}\mathrm{i}\\
5707 \mathrm{i} & 0
5708 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5709 \end_inset
5710
5711
5712 \end_layout
5713
5714 \end_inset
5715 </cell>
5716 </row>
5717 <row>
5718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5719 \begin_inset Text
5720
5721 \begin_layout Plain Layout
5722
5723 \backslash
5724 matrix
5725 \begin_inset ERT
5726 status collapsed
5727
5728 \begin_layout Plain Layout
5729
5730
5731 \backslash
5732 leer 
5733 \end_layout
5734
5735 \end_inset
5736
5737 2
5738 \series bold
5739 ×
5740 \series default
5741 2
5742 \begin_inset space \thinspace{}
5743 \end_inset
5744
5745 Matrix
5746 \end_layout
5747
5748 \end_inset
5749 </cell>
5750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5751 \begin_inset Text
5752
5753 \begin_layout Plain Layout
5754 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5755 0 & \textrm{-}\mathrm{i}\\
5756 \mathrm{i} & 0
5757 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5758 \end_inset
5759
5760
5761 \end_layout
5762
5763 \end_inset
5764 </cell>
5765 </row>
5766 </lyxtabular>
5767
5768 \end_inset
5769
5770
5771 \begin_inset space \hfill{}
5772 \end_inset
5773
5774
5775 \end_layout
5776
5777 \begin_layout Standard
5778 \begin_inset VSpace medskip
5779 \end_inset
5780
5781 Wurde z.
5782 \begin_inset space \thinspace{}
5783 \end_inset
5784
5785 B.
5786  
5787 \series bold
5788
5789 \backslash
5790 vmatrix
5791 \series default
5792  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5793  in das die Matrix eingefügt wird.
5794 \begin_inset Newline newline
5795 \end_inset
5796
5797 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5798 \end_layout
5799
5800 \begin_layout Standard
5801 \begin_inset VSpace bigskip
5802 \end_inset
5803
5804 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5805 \begin_inset CommandInset ref
5806 LatexCommand ref
5807 reference "sub:Spaltenabstand"
5808
5809 \end_inset
5810
5811  beschriebene Länge 
5812 \series bold
5813
5814 \backslash
5815 arraycolsep
5816 \series default
5817
5818 \begin_inset Index idx
5819 status collapsed
5820
5821 \begin_layout Plain Layout
5822 Befehle ! A ! 
5823 \backslash
5824 arraycolsep
5825 \end_layout
5826
5827 \end_inset
5828
5829  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5830 \end_layout
5831
5832 \begin_layout Standard
5833 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5834 \series bold
5835
5836 \backslash
5837 arraystretch
5838 \series default
5839
5840 \begin_inset Index idx
5841 status collapsed
5842
5843 \begin_layout Plain Layout
5844 Befehle ! A ! 
5845 \backslash
5846 arraystretch
5847 \end_layout
5848
5849 \end_inset
5850
5851 .
5852  Dieser wird folgendermaßen benutzt:
5853 \end_layout
5854
5855 \begin_layout Standard
5856
5857 \series bold
5858
5859 \backslash
5860 renewcommand{
5861 \backslash
5862 arraystretch}{Dehnungsfaktor}
5863 \begin_inset Index idx
5864 status collapsed
5865
5866 \begin_layout Plain Layout
5867 Befehle ! R ! 
5868 \backslash
5869 renewcommand
5870 \end_layout
5871
5872 \end_inset
5873
5874
5875 \end_layout
5876
5877 \begin_layout Standard
5878 Der Befehl 
5879 \series bold
5880
5881 \backslash
5882 renewcommand
5883 \series default
5884  weist dabei dem vordefinierten Befehl 
5885 \series bold
5886
5887 \backslash
5888 arraystretch
5889 \series default
5890  den Dehnungsfaktor zu.
5891  Möchte man z.
5892 \begin_inset space \thinspace{}
5893 \end_inset
5894
5895 B.
5896  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5897  Dieser wird dann für alle folgenden Matrizen verwendet.
5898  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5899 \series bold
5900
5901 \backslash
5902 arraystretch
5903 \series default
5904  den Faktor 1 zu.
5905 \end_layout
5906
5907 \begin_layout Standard
5908 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5909 \series bold
5910
5911 \backslash
5912 smallmatrix
5913 \series default
5914
5915 \begin_inset Index idx
5916 status collapsed
5917
5918 \begin_layout Plain Layout
5919 Befehle ! S ! 
5920 \backslash
5921 smallmatrix
5922 \end_layout
5923
5924 \end_inset
5925
5926 .
5927  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5928  gestrichelten Linien.
5929  In dieses Kästchen wird die Matrix eingegeben.
5930  Man verwendet stattdessen das Menü 
5931 \family sans
5932 Bearbeiten\SpecialChar \menuseparator
5933 Zeilen
5934 \begin_inset space ~
5935 \end_inset
5936
5937 &
5938 \begin_inset space ~
5939 \end_inset
5940
5941 Spalten
5942 \family default
5943  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5944  Neue Zeilen können auch mit 
5945 \family sans
5946 Strg+Enter
5947 \family default
5948  erstellt werden.
5949 \end_layout
5950
5951 \begin_layout Standard
5952 Dies ist eine Matrix 
5953 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5954 C & D
5955 \end{smallmatrix}\right)$
5956 \end_inset
5957
5958  in einer Textzeile.
5959 \end_layout
5960
5961 \begin_layout Standard
5962 \begin_inset Newpage newpage
5963 \end_inset
5964
5965
5966 \end_layout
5967
5968 \begin_layout Section
5969 Klammern und Begrenzungszeichen
5970 \begin_inset Index idx
5971 status collapsed
5972
5973 \begin_layout Plain Layout
5974 Klammern
5975 \end_layout
5976
5977 \end_inset
5978
5979
5980 \begin_inset Index idx
5981 status collapsed
5982
5983 \begin_layout Plain Layout
5984 Begrenzungszeichen
5985 \end_layout
5986
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \begin_layout Subsection
5993 Vertikale Klammern und Begrenzungszeichen
5994 \begin_inset Index idx
5995 status collapsed
5996
5997 \begin_layout Plain Layout
5998 Klammern ! vertikale
5999 \end_layout
6000
6001 \end_inset
6002
6003
6004 \end_layout
6005
6006 \begin_layout Standard
6007 \begin_inset space \hfill{}
6008 \end_inset
6009
6010
6011 \begin_inset Tabular
6012 <lyxtabular version="3" rows="9" columns="2">
6013 <features tabularvalignment="middle">
6014 <column alignment="center" valignment="top" width="0pt">
6015 <column alignment="center" valignment="top" width="0pt">
6016 <row>
6017 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6018 \begin_inset Text
6019
6020 \begin_layout Plain Layout
6021 Befehl
6022 \end_layout
6023
6024 \end_inset
6025 </cell>
6026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6027 \begin_inset Text
6028
6029 \begin_layout Plain Layout
6030 Ergebnis
6031 \end_layout
6032
6033 \end_inset
6034 </cell>
6035 </row>
6036 <row>
6037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6038 \begin_inset Text
6039
6040 \begin_layout Plain Layout
6041 (
6042 \end_layout
6043
6044 \end_inset
6045 </cell>
6046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6047 \begin_inset Text
6048
6049 \begin_layout Plain Layout
6050 \begin_inset Formula $($
6051 \end_inset
6052
6053
6054 \end_layout
6055
6056 \end_inset
6057 </cell>
6058 </row>
6059 <row>
6060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6061 \begin_inset Text
6062
6063 \begin_layout Plain Layout
6064 {
6065 \end_layout
6066
6067 \end_inset
6068 </cell>
6069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6070 \begin_inset Text
6071
6072 \begin_layout Plain Layout
6073 \begin_inset Formula $\{$
6074 \end_inset
6075
6076
6077 \end_layout
6078
6079 \end_inset
6080 </cell>
6081 </row>
6082 <row>
6083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6084 \begin_inset Text
6085
6086 \begin_layout Plain Layout
6087 [
6088 \end_layout
6089
6090 \end_inset
6091 </cell>
6092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6093 \begin_inset Text
6094
6095 \begin_layout Plain Layout
6096 \begin_inset Formula $[$
6097 \end_inset
6098
6099
6100 \end_layout
6101
6102 \end_inset
6103 </cell>
6104 </row>
6105 <row>
6106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110
6111 \backslash
6112 langle
6113 \end_layout
6114
6115 \end_inset
6116 </cell>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 \begin_inset Formula $\langle$
6122 \end_inset
6123
6124
6125 \end_layout
6126
6127 \end_inset
6128 </cell>
6129 </row>
6130 <row>
6131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6132 \begin_inset Text
6133
6134 \begin_layout Plain Layout
6135
6136 \backslash
6137 lceil
6138 \end_layout
6139
6140 \end_inset
6141 </cell>
6142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6143 \begin_inset Text
6144
6145 \begin_layout Plain Layout
6146 \begin_inset Formula $\lceil$
6147 \end_inset
6148
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 </row>
6155 <row>
6156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6157 \begin_inset Text
6158
6159 \begin_layout Plain Layout
6160
6161 \backslash
6162 lfloor
6163 \end_layout
6164
6165 \end_inset
6166 </cell>
6167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6168 \begin_inset Text
6169
6170 \begin_layout Plain Layout
6171 \begin_inset Formula $\lfloor$
6172 \end_inset
6173
6174
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 </row>
6180 <row>
6181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 /
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 \begin_inset Formula $/$
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 |
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 \begin_inset Formula $|$
6218 \end_inset
6219
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 </row>
6226 </lyxtabular>
6227
6228 \end_inset
6229
6230
6231 \begin_inset space \hfill{}
6232 \end_inset
6233
6234
6235 \begin_inset Tabular
6236 <lyxtabular version="3" rows="9" columns="2">
6237 <features tabularvalignment="middle">
6238 <column alignment="center" valignment="top" width="0pt">
6239 <column alignment="center" valignment="top" width="0pt">
6240 <row>
6241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6242 \begin_inset Text
6243
6244 \begin_layout Plain Layout
6245 Befehl
6246 \end_layout
6247
6248 \end_inset
6249 </cell>
6250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6251 \begin_inset Text
6252
6253 \begin_layout Plain Layout
6254 Ergebnis
6255 \end_layout
6256
6257 \end_inset
6258 </cell>
6259 </row>
6260 <row>
6261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6262 \begin_inset Text
6263
6264 \begin_layout Plain Layout
6265 )
6266 \end_layout
6267
6268 \end_inset
6269 </cell>
6270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6271 \begin_inset Text
6272
6273 \begin_layout Plain Layout
6274 \begin_inset Formula $)$
6275 \end_inset
6276
6277
6278 \end_layout
6279
6280 \end_inset
6281 </cell>
6282 </row>
6283 <row>
6284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6285 \begin_inset Text
6286
6287 \begin_layout Plain Layout
6288 }
6289 \end_layout
6290
6291 \end_inset
6292 </cell>
6293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6294 \begin_inset Text
6295
6296 \begin_layout Plain Layout
6297 \begin_inset Formula $\}$
6298 \end_inset
6299
6300
6301 \end_layout
6302
6303 \end_inset
6304 </cell>
6305 </row>
6306 <row>
6307 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6308 \begin_inset Text
6309
6310 \begin_layout Plain Layout
6311 ]
6312 \end_layout
6313
6314 \end_inset
6315 </cell>
6316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6317 \begin_inset Text
6318
6319 \begin_layout Plain Layout
6320 \begin_inset Formula $]$
6321 \end_inset
6322
6323
6324 \end_layout
6325
6326 \end_inset
6327 </cell>
6328 </row>
6329 <row>
6330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6331 \begin_inset Text
6332
6333 \begin_layout Plain Layout
6334
6335 \backslash
6336 rangle
6337 \end_layout
6338
6339 \end_inset
6340 </cell>
6341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6342 \begin_inset Text
6343
6344 \begin_layout Plain Layout
6345 \begin_inset Formula $\rangle$
6346 \end_inset
6347
6348
6349 \end_layout
6350
6351 \end_inset
6352 </cell>
6353 </row>
6354 <row>
6355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6356 \begin_inset Text
6357
6358 \begin_layout Plain Layout
6359
6360 \backslash
6361 rceil
6362 \end_layout
6363
6364 \end_inset
6365 </cell>
6366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6367 \begin_inset Text
6368
6369 \begin_layout Plain Layout
6370 \begin_inset Formula $\rceil$
6371 \end_inset
6372
6373
6374 \end_layout
6375
6376 \end_inset
6377 </cell>
6378 </row>
6379 <row>
6380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6381 \begin_inset Text
6382
6383 \begin_layout Plain Layout
6384
6385 \backslash
6386 rfloor
6387 \end_layout
6388
6389 \end_inset
6390 </cell>
6391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6392 \begin_inset Text
6393
6394 \begin_layout Plain Layout
6395 \begin_inset Formula $\rfloor$
6396 \end_inset
6397
6398
6399 \end_layout
6400
6401 \end_inset
6402 </cell>
6403 </row>
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409
6410 \backslash
6411
6412 \backslash
6413
6414 \end_layout
6415
6416 \end_inset
6417 </cell>
6418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6419 \begin_inset Text
6420
6421 \begin_layout Plain Layout
6422 \begin_inset Formula $\backslash$
6423 \end_inset
6424
6425
6426 \end_layout
6427
6428 \end_inset
6429 </cell>
6430 </row>
6431 <row>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436
6437 \backslash
6438 |
6439 \end_layout
6440
6441 \end_inset
6442 </cell>
6443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6444 \begin_inset Text
6445
6446 \begin_layout Plain Layout
6447 \begin_inset Formula $\|$
6448 \end_inset
6449
6450
6451 \end_layout
6452
6453 \end_inset
6454 </cell>
6455 </row>
6456 </lyxtabular>
6457
6458 \end_inset
6459
6460
6461 \begin_inset space \hfill{}
6462 \end_inset
6463
6464
6465 \end_layout
6466
6467 \begin_layout Standard
6468
6469 \series medium
6470 \begin_inset Note Greyedout
6471 status open
6472
6473 \begin_layout Plain Layout
6474
6475 \series bold
6476 Achtung:
6477 \series default
6478  Im TeX-Modus muss für den Backslash der Befehl 
6479 \series bold
6480
6481 \backslash
6482 textbackslash
6483 \series default
6484
6485 \begin_inset Index idx
6486 status collapsed
6487
6488 \begin_layout Plain Layout
6489 Befehle ! T ! 
6490 \backslash
6491 textbackslash
6492 \end_layout
6493
6494 \end_inset
6495
6496  verwendet werden, denn der Befehl 
6497 \series bold
6498
6499 \backslash
6500
6501 \backslash
6502
6503 \series default
6504  steht dort für einen Zeilenumbruch.
6505 \end_layout
6506
6507 \end_inset
6508
6509
6510 \end_layout
6511
6512 \begin_layout Standard
6513 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6514  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6515  Dabei können dann statt den Befehlen 
6516 \series bold
6517
6518 \backslash
6519 langle
6520 \series default
6521  und 
6522 \series bold
6523
6524 \backslash
6525 rangle
6526 \series default
6527  direkt die Zeichen < und > verwendet werden.
6528 \end_layout
6529
6530 \begin_layout Subsubsection
6531 Manuelle Klammergrößen
6532 \begin_inset CommandInset label
6533 LatexCommand label
6534 name "sub:Manuelle-Klammergrößen"
6535
6536 \end_inset
6537
6538
6539 \begin_inset Index idx
6540 status collapsed
6541
6542 \begin_layout Plain Layout
6543 Klammergrößen ! manuelle
6544 \end_layout
6545
6546 \end_inset
6547
6548
6549 \end_layout
6550
6551 \begin_layout Standard
6552 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6553  LaTeX-Befehle 
6554 \series bold
6555
6556 \backslash
6557 big
6558 \series default
6559
6560 \begin_inset Index idx
6561 status collapsed
6562
6563 \begin_layout Plain Layout
6564 Befehle ! B ! 
6565 \backslash
6566 big
6567 \end_layout
6568
6569 \end_inset
6570
6571
6572 \series bold
6573
6574 \backslash
6575 Big
6576 \series default
6577
6578 \series bold
6579
6580 \backslash
6581 bigg
6582 \series default
6583  und 
6584 \series bold
6585
6586 \backslash
6587 Bigg
6588 \series default
6589  tun.
6590  
6591 \series bold
6592
6593 \backslash
6594 big
6595 \series default
6596  steht hierbei für die kleinste und 
6597 \series bold
6598
6599 \backslash
6600 Bigg
6601 \series default
6602  für die größte Klammergröße.
6603 \end_layout
6604
6605 \begin_layout Standard
6606 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6607 \end_layout
6608
6609 \begin_layout Standard
6610 \align center
6611 \begin_inset Tabular
6612 <lyxtabular version="3" rows="2" columns="2">
6613 <features tabularvalignment="middle">
6614 <column alignment="center" valignment="top" width="0pt">
6615 <column alignment="center" valignment="top" width="0pt">
6616 <row>
6617 <cell alignment="center" valignment="top" usebox="none">
6618 \begin_inset Text
6619
6620 \begin_layout Plain Layout
6621 einheitliche Klammergröße:
6622 \end_layout
6623
6624 \end_inset
6625 </cell>
6626 <cell alignment="center" valignment="top" usebox="none">
6627 \begin_inset Text
6628
6629 \begin_layout Plain Layout
6630 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6631 \end_inset
6632
6633
6634 \end_layout
6635
6636 \end_inset
6637 </cell>
6638 </row>
6639 <row>
6640 <cell alignment="center" valignment="top" usebox="none">
6641 \begin_inset Text
6642
6643 \begin_layout Plain Layout
6644 besser sieht das so aus:
6645 \end_layout
6646
6647 \end_inset
6648 </cell>
6649 <cell alignment="center" valignment="top" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6654 \end_inset
6655
6656
6657 \end_layout
6658
6659 \end_inset
6660 </cell>
6661 </row>
6662 </lyxtabular>
6663
6664 \end_inset
6665
6666
6667 \begin_inset Note Note
6668 status collapsed
6669
6670 \begin_layout Plain Layout
6671
6672 \series bold
6673
6674 \backslash
6675 raisebox
6676 \series default
6677  dient nur
6678 \end_layout
6679
6680 \begin_layout Plain Layout
6681 als Abstandhalter.
6682 \end_layout
6683
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \begin_layout Standard
6690 Für die zweite Formel wurde der Befehl 
6691 \series bold
6692
6693 \backslash
6694 Big((A+B)(A-B)
6695 \backslash
6696 Big)^
6697 \begin_inset ERT
6698 status collapsed
6699
6700 \begin_layout Plain Layout
6701
6702
6703 \backslash
6704 leer 
6705 \end_layout
6706
6707 \end_inset
6708
6709 C
6710 \series default
6711  verwendet.
6712 \end_layout
6713
6714 \begin_layout Standard
6715 Hier alle Klammergrößen in der Übersicht:
6716 \end_layout
6717
6718 \begin_layout Standard
6719 \align center
6720
6721 \backslash
6722 Bigg(
6723 \backslash
6724 exp
6725 \backslash
6726 bigg<
6727 \backslash
6728 Big[
6729 \backslash
6730 big{
6731 \backslash
6732 ln(3x)
6733 \backslash
6734 big}^2
6735 \begin_inset ERT
6736 status collapsed
6737
6738 \begin_layout Plain Layout
6739
6740
6741 \backslash
6742 leer 
6743 \end_layout
6744
6745 \end_inset
6746
6747
6748 \backslash
6749 sin(x)
6750 \backslash
6751 Big]^
6752 \begin_inset ERT
6753 status collapsed
6754
6755 \begin_layout Plain Layout
6756
6757
6758 \backslash
6759 leer 
6760 \end_layout
6761
6762 \end_inset
6763
6764 A
6765 \begin_inset ERT
6766 status collapsed
6767
6768 \begin_layout Plain Layout
6769
6770
6771 \backslash
6772 leer 
6773 \end_layout
6774
6775 \end_inset
6776
6777
6778 \backslash
6779 bigg>
6780 \backslash
6781 Bigg)^0,5
6782 \end_layout
6783
6784 \begin_layout Standard
6785 \align center
6786 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6787 \end_inset
6788
6789
6790 \end_layout
6791
6792 \begin_layout Standard
6793 Es gibt außer den 
6794 \series bold
6795
6796 \backslash
6797 big
6798 \series default
6799 -Befehlen noch die Variante 
6800 \series bold
6801
6802 \backslash
6803 bigm
6804 \series default
6805
6806 \begin_inset Index idx
6807 status collapsed
6808
6809 \begin_layout Plain Layout
6810 Befehle ! B ! 
6811 \backslash
6812 bigm
6813 \end_layout
6814
6815 \end_inset
6816
6817 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6818  die Variante 
6819 \series bold
6820
6821 \backslash
6822 bigl
6823 \series default
6824 -
6825 \series bold
6826
6827 \backslash
6828 bigr
6829 \series default
6830
6831 \begin_inset Index idx
6832 status collapsed
6833
6834 \begin_layout Plain Layout
6835 Befehle ! B ! 
6836 \backslash
6837 bigl - 
6838 \backslash
6839 bigr
6840 \end_layout
6841
6842 \end_inset
6843
6844 , die keinen zusätzlichen Leerraum erzeugt.
6845  Das 
6846 \emph on
6847 l
6848 \emph default
6849  am Ende des Befehls 
6850 \series bold
6851
6852 \backslash
6853 bigl
6854 \series default
6855  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6856  ein 
6857 \emph on
6858 r
6859 \emph default
6860  ersetzt.
6861  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6862  sein.
6863 \end_layout
6864
6865 \begin_layout Standard
6866 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6867 \end_layout
6868
6869 \begin_layout Standard
6870 \align center
6871 \begin_inset Tabular
6872 <lyxtabular version="3" rows="5" columns="2">
6873 <features tabularvalignment="middle">
6874 <column alignment="center" valignment="middle" width="0">
6875 <column alignment="center" valignment="middle" width="0">
6876 <row>
6877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6878 \begin_inset Text
6879
6880 \begin_layout Plain Layout
6881 Befehl
6882 \end_layout
6883
6884 \end_inset
6885 </cell>
6886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6887 \begin_inset Text
6888
6889 \begin_layout Plain Layout
6890 Ergebnis
6891 \begin_inset Note Note
6892 status collapsed
6893
6894 \begin_layout Plain Layout
6895
6896 \series bold
6897
6898 \backslash
6899 raisebox
6900 \series default
6901  dient nur als Abstandhalter.
6902 \end_layout
6903
6904 \end_inset
6905
6906
6907 \end_layout
6908
6909 \end_inset
6910 </cell>
6911 </row>
6912 <row>
6913 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6914 \begin_inset Text
6915
6916 \begin_layout Plain Layout
6917
6918 \backslash
6919 Bigm(
6920 \backslash
6921 bigm(
6922 \backslash
6923 ln(3x)
6924 \backslash
6925 bigm)^2
6926 \begin_inset ERT
6927 status collapsed
6928
6929 \begin_layout Plain Layout
6930
6931
6932 \backslash
6933 leer 
6934 \end_layout
6935
6936 \end_inset
6937
6938
6939 \backslash
6940 Bigm)
6941 \end_layout
6942
6943 \end_inset
6944 </cell>
6945 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6946 \begin_inset Text
6947
6948 \begin_layout Plain Layout
6949 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6950 \end_inset
6951
6952
6953 \end_layout
6954
6955 \end_inset
6956 </cell>
6957 </row>
6958 <row>
6959 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6960 \begin_inset Text
6961
6962 \begin_layout Plain Layout
6963
6964 \backslash
6965 Big(
6966 \backslash
6967 big(
6968 \backslash
6969 ln(3x)
6970 \backslash
6971 big)^2
6972 \begin_inset ERT
6973 status collapsed
6974
6975 \begin_layout Plain Layout
6976
6977
6978 \backslash
6979 leer 
6980 \end_layout
6981
6982 \end_inset
6983
6984
6985 \backslash
6986 Big)
6987 \end_layout
6988
6989 \end_inset
6990 </cell>
6991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6992 \begin_inset Text
6993
6994 \begin_layout Plain Layout
6995 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6996 \end_inset
6997
6998
6999 \end_layout
7000
7001 \end_inset
7002 </cell>
7003 </row>
7004 <row>
7005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7006 \begin_inset Text
7007
7008 \begin_layout Plain Layout
7009
7010 \backslash
7011 Bigl(
7012 \backslash
7013 bigl(
7014 \backslash
7015 ln(3x)
7016 \backslash
7017 bigr)^2
7018 \begin_inset ERT
7019 status collapsed
7020
7021 \begin_layout Plain Layout
7022
7023
7024 \backslash
7025 leer 
7026 \end_layout
7027
7028 \end_inset
7029
7030
7031 \backslash
7032 Bigr)
7033 \end_layout
7034
7035 \end_inset
7036 </cell>
7037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7038 \begin_inset Text
7039
7040 \begin_layout Plain Layout
7041 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7042 \end_inset
7043
7044
7045 \end_layout
7046
7047 \end_inset
7048 </cell>
7049 </row>
7050 <row>
7051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7052 \begin_inset Text
7053
7054 \begin_layout Plain Layout
7055
7056 \backslash
7057 bigl)
7058 \backslash
7059 ln(3x)
7060 \backslash
7061 bigr(
7062 \end_layout
7063
7064 \end_inset
7065 </cell>
7066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7067 \begin_inset Text
7068
7069 \begin_layout Plain Layout
7070 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7071 \end_inset
7072
7073
7074 \end_layout
7075
7076 \end_inset
7077 </cell>
7078 </row>
7079 </lyxtabular>
7080
7081 \end_inset
7082
7083
7084 \end_layout
7085
7086 \begin_layout Subsubsection
7087 Automatische Klammergrößen
7088 \begin_inset CommandInset label
7089 LatexCommand label
7090 name "sub:Automatische-Klammergrößen"
7091
7092 \end_inset
7093
7094
7095 \begin_inset Index idx
7096 status collapsed
7097
7098 \begin_layout Plain Layout
7099 Klammergrößen ! automatische
7100 \end_layout
7101
7102 \end_inset
7103
7104
7105 \end_layout
7106
7107 \begin_layout Standard
7108 Klammern variabler Größe können mit den Befehlen 
7109 \series bold
7110
7111 \backslash
7112 left
7113 \series default
7114
7115 \begin_inset Index idx
7116 status collapsed
7117
7118 \begin_layout Plain Layout
7119 Befehle ! L ! 
7120 \backslash
7121 left
7122 \end_layout
7123
7124 \end_inset
7125
7126  und 
7127 \series bold
7128
7129 \backslash
7130 right
7131 \series default
7132
7133 \begin_inset Index idx
7134 status collapsed
7135
7136 \begin_layout Plain Layout
7137 Befehle ! R ! 
7138 \backslash
7139 right
7140 \end_layout
7141
7142 \end_inset
7143
7144  oder über den Mathe-Werkzeugleistenknopf
7145 \family sans
7146  
7147 \family default
7148
7149 \begin_inset Graphics
7150         filename ../../images/dialog-show_mathdelimiter.png
7151         scale 85
7152
7153 \end_inset
7154
7155  eingefügt werden.
7156  Auf 
7157 \series bold
7158
7159 \backslash
7160 left
7161 \series default
7162  und 
7163 \series bold
7164
7165 \backslash
7166 right
7167 \series default
7168  muss unmittelbar die gewünschte Klammer folgen.
7169  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7170 \end_layout
7171
7172 \begin_layout Standard
7173 \align center
7174 normale Klammer: Der Befehl 
7175 \series bold
7176
7177 \backslash
7178 ln(
7179 \backslash
7180 frac
7181 \begin_inset ERT
7182 status collapsed
7183
7184 \begin_layout Plain Layout
7185
7186
7187 \backslash
7188 leer 
7189 \end_layout
7190
7191 \end_inset
7192
7193 A
7194 \begin_inset Formula $\downarrow$
7195 \end_inset
7196
7197 C
7198 \begin_inset ERT
7199 status collapsed
7200
7201 \begin_layout Plain Layout
7202
7203
7204 \backslash
7205 leer 
7206 \end_layout
7207
7208 \end_inset
7209
7210 )
7211 \series default
7212  ergibt
7213 \begin_inset Formula \[
7214 \ln(\frac{A}{C})
7215 \]
7216
7217 \end_inset
7218
7219
7220 \end_layout
7221
7222 \begin_layout Standard
7223 \align center
7224 mehrzeilige Klammer: Der Befehl 
7225 \series bold
7226
7227 \backslash
7228 ln
7229 \backslash
7230 left(
7231 \backslash
7232 frac
7233 \begin_inset ERT
7234 status collapsed
7235
7236 \begin_layout Plain Layout
7237
7238
7239 \backslash
7240 leer 
7241 \end_layout
7242
7243 \end_inset
7244
7245 A
7246 \begin_inset Formula $\downarrow$
7247 \end_inset
7248
7249 C
7250 \begin_inset ERT
7251 status collapsed
7252
7253 \begin_layout Plain Layout
7254
7255
7256 \backslash
7257 leer 
7258 \end_layout
7259
7260 \end_inset
7261
7262
7263 \backslash
7264 right)
7265 \series default
7266  ergibt
7267 \begin_inset Formula \[
7268 \ln\left(\frac{A}{C}\right)
7269 \]
7270
7271 \end_inset
7272
7273
7274 \end_layout
7275
7276 \begin_layout Standard
7277 An Stelle von 
7278 \series bold
7279
7280 \backslash
7281 left
7282 \series default
7283  und 
7284 \series bold
7285
7286 \backslash
7287 right
7288 \series default
7289  kann man die Tastenkürzel 
7290 \family sans
7291 Alt+M
7292 \begin_inset space ~
7293 \end_inset
7294
7295 Klammer
7296 \family default
7297  verwenden.
7298  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7299  und dass die rechte Klammer gleich mit erstellt wird.
7300 \begin_inset Newline newline
7301 \end_inset
7302
7303 Der Befehl für das letzte Beispiel würde dann lauten: 
7304 \series bold
7305
7306 \backslash
7307 ln Alt+M
7308 \series default
7309  
7310 \series bold
7311 (
7312 \backslash
7313 frac
7314 \begin_inset ERT
7315 status collapsed
7316
7317 \begin_layout Plain Layout
7318
7319
7320 \backslash
7321 leer 
7322 \end_layout
7323
7324 \end_inset
7325
7326 A
7327 \begin_inset Formula $\downarrow$
7328 \end_inset
7329
7330 C
7331 \end_layout
7332
7333 \begin_layout Standard
7334 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7335  Klammer einen Punkt.
7336  So ergibt z.
7337 \begin_inset space \thinspace{}
7338 \end_inset
7339
7340 B.
7341  der Befehl 
7342 \series bold
7343
7344 \backslash
7345 left.
7346 \backslash
7347 frac
7348 \begin_inset ERT
7349 status collapsed
7350
7351 \begin_layout Plain Layout
7352
7353
7354 \backslash
7355 leer 
7356 \end_layout
7357
7358 \end_inset
7359
7360 A
7361 \begin_inset Formula $\downarrow$
7362 \end_inset
7363
7364 B
7365 \begin_inset ERT
7366 status collapsed
7367
7368 \begin_layout Plain Layout
7369
7370
7371 \backslash
7372 leer 
7373 \end_layout
7374
7375 \end_inset
7376
7377
7378 \backslash
7379 right}
7380 \series default
7381
7382 \begin_inset space \thinspace{}
7383 \end_inset
7384
7385 :
7386 \series bold
7387
7388 \begin_inset Formula \[
7389 \left.\frac{A}{B}\right\} 
7390 \]
7391
7392 \end_inset
7393
7394
7395 \series default
7396 Die Befehle 
7397 \series bold
7398
7399 \backslash
7400 left
7401 \series default
7402  und 
7403 \series bold
7404
7405 \backslash
7406 right
7407 \series default
7408  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7409  umgewandelt.
7410  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7411 \end_layout
7412
7413 \begin_layout Standard
7414 \begin_inset VSpace bigskip
7415 \end_inset
7416
7417 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7418  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7419  Befehl 
7420 \series bold
7421
7422 \backslash
7423 middle
7424 \series default
7425
7426 \begin_inset Index idx
7427 status collapsed
7428
7429 \begin_layout Plain Layout
7430 Befehle ! M ! 
7431 \backslash
7432 middle
7433 \end_layout
7434
7435 \end_inset
7436
7437  zur Verfügung.
7438  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7439  angepasst, was z.
7440 \begin_inset space \thinspace{}
7441 \end_inset
7442
7443 B.
7444  für physikalische Vektoren von Nutzen ist:
7445 \begin_inset Formula \[
7446 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7447 \]
7448
7449 \end_inset
7450
7451 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7452 \begin_inset CommandInset ref
7453 LatexCommand ref
7454 reference "sub:Physikalische-Vektoren"
7455
7456 \end_inset
7457
7458  beschrieben ist.
7459 \end_layout
7460
7461 \begin_layout Subsection
7462 Horizontale Klammern
7463 \begin_inset Index idx
7464 status collapsed
7465
7466 \begin_layout Plain Layout
7467 Klammern ! horizontale
7468 \end_layout
7469
7470 \end_inset
7471
7472
7473 \end_layout
7474
7475 \begin_layout Standard
7476 \align center
7477 \begin_inset Tabular
7478 <lyxtabular version="3" rows="4" columns="2">
7479 <features tabularvalignment="middle">
7480 <column alignment="center" valignment="top" width="0pt">
7481 <column alignment="center" valignment="top" width="0pt">
7482 <row>
7483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7484 \begin_inset Text
7485
7486 \begin_layout Plain Layout
7487 Befehl
7488 \begin_inset Note Note
7489 status collapsed
7490
7491 \begin_layout Plain Layout
7492
7493 \series bold
7494
7495 \backslash
7496 raisebox
7497 \series default
7498  dient nur als Abstandhalter.
7499 \end_layout
7500
7501 \end_inset
7502
7503
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 Ergebnis
7513 \end_layout
7514
7515 \end_inset
7516 </cell>
7517 </row>
7518 <row>
7519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7520 \begin_inset Text
7521
7522 \begin_layout Plain Layout
7523 \begin_inset ERT
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528
7529 \backslash
7530 raisebox{2.3mm}{
7531 \end_layout
7532
7533 \end_inset
7534
7535
7536 \backslash
7537 overbrace
7538 \begin_inset ERT
7539 status collapsed
7540
7541 \begin_layout Plain Layout
7542
7543
7544 \backslash
7545 leer 
7546 \end_layout
7547
7548 \end_inset
7549
7550 A+B
7551 \begin_inset ERT
7552 status collapsed
7553
7554 \begin_layout Plain Layout
7555
7556
7557 \backslash
7558 leer 
7559 \end_layout
7560
7561 \end_inset
7562
7563 ^
7564 \begin_inset ERT
7565 status collapsed
7566
7567 \begin_layout Plain Layout
7568
7569
7570 \backslash
7571 leer 
7572 \end_layout
7573
7574 \end_inset
7575
7576 3
7577 \begin_inset ERT
7578 status collapsed
7579
7580 \begin_layout Plain Layout
7581
7582 }
7583 \end_layout
7584
7585 \end_inset
7586
7587
7588 \begin_inset Index idx
7589 status collapsed
7590
7591 \begin_layout Plain Layout
7592 Befehle ! O ! 
7593 \backslash
7594 overbrace
7595 \end_layout
7596
7597 \end_inset
7598
7599
7600 \end_layout
7601
7602 \end_inset
7603 </cell>
7604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7605 \begin_inset Text
7606
7607 \begin_layout Plain Layout
7608 \begin_inset Formula $\overbrace{A+B}^{3}$
7609 \end_inset
7610
7611
7612 \end_layout
7613
7614 \end_inset
7615 </cell>
7616 </row>
7617 <row>
7618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7619 \begin_inset Text
7620
7621 \begin_layout Plain Layout
7622 \begin_inset ERT
7623 status collapsed
7624
7625 \begin_layout Plain Layout
7626
7627
7628 \backslash
7629 raisebox{-2.2mm}{
7630 \end_layout
7631
7632 \end_inset
7633
7634
7635 \backslash
7636 underbrace
7637 \begin_inset ERT
7638 status collapsed
7639
7640 \begin_layout Plain Layout
7641
7642
7643 \backslash
7644 leer 
7645 \end_layout
7646
7647 \end_inset
7648
7649 A+B
7650 \begin_inset ERT
7651 status collapsed
7652
7653 \begin_layout Plain Layout
7654
7655
7656 \backslash
7657 leer 
7658 \end_layout
7659
7660 \end_inset
7661
7662 _5
7663 \begin_inset ERT
7664 status collapsed
7665
7666 \begin_layout Plain Layout
7667
7668 }
7669 \end_layout
7670
7671 \end_inset
7672
7673
7674 \begin_inset Index idx
7675 status collapsed
7676
7677 \begin_layout Plain Layout
7678 Befehle ! U ! 
7679 \backslash
7680 underbrace
7681 \end_layout
7682
7683 \end_inset
7684
7685
7686 \end_layout
7687
7688 \end_inset
7689 </cell>
7690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7691 \begin_inset Text
7692
7693 \begin_layout Plain Layout
7694 \begin_inset Formula $\underbrace{A+B}_{5}$
7695 \end_inset
7696
7697
7698 \end_layout
7699
7700 \end_inset
7701 </cell>
7702 </row>
7703 <row>
7704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7705 \begin_inset Text
7706
7707 \begin_layout Plain Layout
7708
7709 \backslash
7710 overbrace
7711 \begin_inset ERT
7712 status collapsed
7713
7714 \begin_layout Plain Layout
7715
7716
7717 \backslash
7718 leer 
7719 \end_layout
7720
7721 \end_inset
7722
7723
7724 \backslash
7725 underbrace
7726 \begin_inset ERT
7727 status collapsed
7728
7729 \begin_layout Plain Layout
7730
7731
7732 \backslash
7733 leer 
7734 \end_layout
7735
7736 \end_inset
7737
7738 A+B_w
7739 \begin_inset ERT
7740 status collapsed
7741
7742 \begin_layout Plain Layout
7743
7744
7745 \backslash
7746 leer 
7747 \end_layout
7748
7749 \end_inset
7750
7751
7752 \begin_inset ERT
7753 status collapsed
7754
7755 \begin_layout Plain Layout
7756
7757
7758 \backslash
7759 leer 
7760 \end_layout
7761
7762 \end_inset
7763
7764 _7
7765 \begin_inset ERT
7766 status collapsed
7767
7768 \begin_layout Plain Layout
7769
7770
7771 \backslash
7772 leer 
7773 \end_layout
7774
7775 \end_inset
7776
7777
7778 \begin_inset ERT
7779 status collapsed
7780
7781 \begin_layout Plain Layout
7782
7783
7784 \backslash
7785 leer 
7786 \end_layout
7787
7788 \end_inset
7789
7790 ^
7791 \begin_inset ERT
7792 status collapsed
7793
7794 \begin_layout Plain Layout
7795
7796
7797 \backslash
7798 leer 
7799 \end_layout
7800
7801 \end_inset
7802
7803 C
7804 \end_layout
7805
7806 \end_inset
7807 </cell>
7808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7809 \begin_inset Text
7810
7811 \begin_layout Plain Layout
7812 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7813 \end_inset
7814
7815
7816 \end_layout
7817
7818 \end_inset
7819 </cell>
7820 </row>
7821 </lyxtabular>
7822
7823 \end_inset
7824
7825
7826 \end_layout
7827
7828 \begin_layout Standard
7829 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7830 \series bold
7831
7832 \backslash
7833 overbrace
7834 \series default
7835  oder 
7836 \series bold
7837
7838 \backslash
7839 underbrace
7840 \series default
7841  eingibt.
7842 \end_layout
7843
7844 \begin_layout Standard
7845 \begin_inset VSpace bigskip
7846 \end_inset
7847
7848 Benötigt man Klammern, die sich überschneiden, muss man die in 
7849 \begin_inset CommandInset ref
7850 LatexCommand ref
7851 reference "sec:Mehrzeilige-Formeln"
7852
7853 \end_inset
7854
7855  beschriebenen mehrzeiligen Formeln verwenden:
7856 \begin_inset Formula \begin{eqnarray*}
7857 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7858  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7859 \end{eqnarray*}
7860
7861 \end_inset
7862
7863 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7864  Dabei ist es wichtig, dass vor dem ersten 
7865 \begin_inset Formula $d$
7866 \end_inset
7867
7868  der Abstandsbefehl
7869 \begin_inset Foot
7870 status collapsed
7871
7872 \begin_layout Plain Layout
7873 Abstandsbefehle sind in 
7874 \begin_inset CommandInset ref
7875 LatexCommand ref
7876 reference "sub:Vordefinierter-Leerraum"
7877
7878 \end_inset
7879
7880  erklärt.
7881 \end_layout
7882
7883 \end_inset
7884
7885  
7886 \series bold
7887
7888 \backslash
7889 :
7890 \series default
7891  eingegeben wird, denn die nach dem 
7892 \begin_inset Formula $q$
7893 \end_inset
7894
7895  endende Klammer verhindert, dass das nachfolgende 
7896 \begin_inset Quotes gld
7897 \end_inset
7898
7899 +
7900 \begin_inset Quotes grd
7901 \end_inset
7902
7903  von Leerraum umgeben ist.
7904 \begin_inset Foot
7905 status collapsed
7906
7907 \begin_layout Plain Layout
7908 weil eine Klammer nicht als Zeichen gilt, siehe 
7909 \begin_inset CommandInset ref
7910 LatexCommand ref
7911 reference "sub:Binäre-Operatoren"
7912
7913 \end_inset
7914
7915
7916 \end_layout
7917
7918 \end_inset
7919
7920  In die zweite Zeile wird die zweite Klammer eingegeben.
7921  Da sie vor dem 
7922 \begin_inset Formula $b$
7923 \end_inset
7924
7925  beginnen soll, gibt man zuerst 
7926 \series bold
7927
7928 \backslash
7929 hphantom{gggg+
7930 \backslash
7931 :}
7932 \series default
7933  ein.
7934 \begin_inset Foot
7935 status collapsed
7936
7937 \begin_layout Plain Layout
7938 mehr zu 
7939 \series bold
7940
7941 \backslash
7942 hphantom
7943 \series default
7944  siehe 
7945 \begin_inset CommandInset ref
7946 LatexCommand ref
7947 reference "sub:Platzhalter"
7948
7949 \end_inset
7950
7951 .
7952 \end_layout
7953
7954 \end_inset
7955
7956  Dieser Leerraum wird benötigt, weil das 
7957 \begin_inset Quotes gld
7958 \end_inset
7959
7960 +
7961 \begin_inset Quotes grd
7962 \end_inset
7963
7964  in der Formel auch von Leerraum umgeben ist.
7965  Die Klammer wird unter den Befehl 
7966 \series bold
7967
7968 \backslash
7969 hphantom{bbqq+dddd}
7970 \series default
7971  gesetzt.
7972 \end_layout
7973
7974 \begin_layout Standard
7975 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7976 n, wie in folgendem Beispiel:
7977 \begin_inset ERT
7978 status collapsed
7979
7980 \begin_layout Plain Layout
7981
7982
7983 \backslash
7984 setlength{
7985 \backslash
7986 jot}{-6pt}
7987 \end_layout
7988
7989 \end_inset
7990
7991
7992 \begin_inset Formula \begin{eqnarray*}
7993  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7994 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7995 \end{eqnarray*}
7996
7997 \end_inset
7998
7999
8000 \begin_inset ERT
8001 status collapsed
8002
8003 \begin_layout Plain Layout
8004
8005
8006 \backslash
8007 setlength{
8008 \backslash
8009 jot}{3pt}
8010 \end_layout
8011
8012 \end_inset
8013
8014 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8015  mit dem Unterschied, dass sich die Klammer oben befindet.
8016  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8017  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8018  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8019  werden.
8020  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8021 \begin_inset Foot
8022 status collapsed
8023
8024 \begin_layout Plain Layout
8025 \begin_inset CommandInset href
8026 LatexCommand href
8027 name "LyX-Fehler #1505"
8028 target "http://www.lyx.org/trac/ticket/1505"
8029
8030 \end_inset
8031
8032
8033 \end_layout
8034
8035 \end_inset
8036
8037 .
8038  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8039 \series bold
8040
8041 \backslash
8042 jot
8043 \series default
8044
8045 \begin_inset Index idx
8046 status collapsed
8047
8048 \begin_layout Plain Layout
8049 Befehle ! J ! 
8050 \backslash
8051 jot
8052 \end_layout
8053
8054 \end_inset
8055
8056  vor der Formel mit dem Befehl 
8057 \series bold
8058
8059 \backslash
8060 setlength{
8061 \backslash
8062 jot}{-6pt}
8063 \series default
8064  im TeX-Modus auf den Wert -6
8065 \begin_inset space \thinspace{}
8066 \end_inset
8067
8068 pt geändert.
8069  Nach der Formel wird 
8070 \series bold
8071
8072 \backslash
8073 jot
8074 \series default
8075  mit demselben Befehl wieder auf den Standardwert 3
8076 \begin_inset space \thinspace{}
8077 \end_inset
8078
8079 pt zurückgesetzt.
8080  Genaueres zum Zeilenabstand in Formeln ist in 
8081 \begin_inset CommandInset ref
8082 LatexCommand ref
8083 reference "sub:Zeilenabstand"
8084
8085 \end_inset
8086
8087  erklärt.
8088 \end_layout
8089
8090 \begin_layout Section
8091 Pfeile
8092 \begin_inset Index idx
8093 status collapsed
8094
8095 \begin_layout Plain Layout
8096 Pfeile
8097 \end_layout
8098
8099 \end_inset
8100
8101
8102 \end_layout
8103
8104 \begin_layout Standard
8105 Pfeile können über den Mathe-Werkzeugleistenknopf 
8106 \begin_inset Graphics
8107         filename ../../images/math/leftarrow.png
8108         scale 85
8109
8110 \end_inset
8111
8112  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8113  aufgelistet sind.
8114 \end_layout
8115
8116 \begin_layout Subsection
8117 Horizontale Pfeile
8118 \begin_inset Index idx
8119 status collapsed
8120
8121 \begin_layout Plain Layout
8122 Pfeile ! horizontale
8123 \end_layout
8124
8125 \end_inset
8126
8127
8128 \end_layout
8129
8130 \begin_layout Standard
8131 \begin_inset space \hfill{}
8132 \end_inset
8133
8134
8135 \begin_inset Tabular
8136 <lyxtabular version="3" rows="8" columns="2">
8137 <features tabularvalignment="middle">
8138 <column alignment="center" valignment="top" width="0pt">
8139 <column alignment="center" valignment="top" width="0pt">
8140 <row>
8141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8142 \begin_inset Text
8143
8144 \begin_layout Plain Layout
8145 Befehl
8146 \end_layout
8147
8148 \end_inset
8149 </cell>
8150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154 Ergebnis
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 gets
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\gets$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 <row>
8186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190
8191 \backslash
8192 Leftarrow
8193 \end_layout
8194
8195 \end_inset
8196 </cell>
8197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8198 \begin_inset Text
8199
8200 \begin_layout Plain Layout
8201 \begin_inset Formula $\Leftarrow$
8202 \end_inset
8203
8204
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 </row>
8210 <row>
8211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215
8216 \backslash
8217 longleftarrow
8218 \end_layout
8219
8220 \end_inset
8221 </cell>
8222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8223 \begin_inset Text
8224
8225 \begin_layout Plain Layout
8226 \begin_inset Formula $\longleftarrow$
8227 \end_inset
8228
8229
8230 \end_layout
8231
8232 \end_inset
8233 </cell>
8234 </row>
8235 <row>
8236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240
8241 \backslash
8242 Longleftarrow
8243 \end_layout
8244
8245 \end_inset
8246 </cell>
8247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8248 \begin_inset Text
8249
8250 \begin_layout Plain Layout
8251 \begin_inset Formula $\Longleftarrow$
8252 \end_inset
8253
8254
8255 \end_layout
8256
8257 \end_inset
8258 </cell>
8259 </row>
8260 <row>
8261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265
8266 \backslash
8267 leftharpoonup
8268 \end_layout
8269
8270 \end_inset
8271 </cell>
8272 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8273 \begin_inset Text
8274
8275 \begin_layout Plain Layout
8276 \begin_inset Formula $\leftharpoonup$
8277 \end_inset
8278
8279
8280 \end_layout
8281
8282 \end_inset
8283 </cell>
8284 </row>
8285 <row>
8286 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8287 \begin_inset Text
8288
8289 \begin_layout Plain Layout
8290
8291 \backslash
8292 leftharpoondown
8293 \end_layout
8294
8295 \end_inset
8296 </cell>
8297 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8298 \begin_inset Text
8299
8300 \begin_layout Plain Layout
8301 \begin_inset Formula $\leftharpoondown$
8302 \end_inset
8303
8304
8305 \end_layout
8306
8307 \end_inset
8308 </cell>
8309 </row>
8310 <row>
8311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8312 \begin_inset Text
8313
8314 \begin_layout Plain Layout
8315
8316 \backslash
8317 hookleftarrow
8318 \end_layout
8319
8320 \end_inset
8321 </cell>
8322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8323 \begin_inset Text
8324
8325 \begin_layout Plain Layout
8326 \begin_inset Formula $\hookleftarrow$
8327 \end_inset
8328
8329
8330 \end_layout
8331
8332 \end_inset
8333 </cell>
8334 </row>
8335 </lyxtabular>
8336
8337 \end_inset
8338
8339
8340 \begin_inset space \hfill{}
8341 \end_inset
8342
8343
8344 \begin_inset Tabular
8345 <lyxtabular version="3" rows="8" columns="2">
8346 <features tabularvalignment="middle">
8347 <column alignment="center" valignment="top" width="0pt">
8348 <column alignment="center" valignment="top" width="0pt">
8349 <row>
8350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8351 \begin_inset Text
8352
8353 \begin_layout Plain Layout
8354 Befehl
8355 \end_layout
8356
8357 \end_inset
8358 </cell>
8359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8360 \begin_inset Text
8361
8362 \begin_layout Plain Layout
8363 Ergebnis
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \backslash
8376 to
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 \begin_inset Formula $\to$
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 <row>
8395 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8396 \begin_inset Text
8397
8398 \begin_layout Plain Layout
8399
8400 \backslash
8401 Rightarrow
8402 \end_layout
8403
8404 \end_inset
8405 </cell>
8406 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8407 \begin_inset Text
8408
8409 \begin_layout Plain Layout
8410 \begin_inset Formula $\Rightarrow$
8411 \end_inset
8412
8413
8414 \end_layout
8415
8416 \end_inset
8417 </cell>
8418 </row>
8419 <row>
8420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8421 \begin_inset Text
8422
8423 \begin_layout Plain Layout
8424
8425 \backslash
8426 longrightarrow
8427 \end_layout
8428
8429 \end_inset
8430 </cell>
8431 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8432 \begin_inset Text
8433
8434 \begin_layout Plain Layout
8435 \begin_inset Formula $\longrightarrow$
8436 \end_inset
8437
8438
8439 \end_layout
8440
8441 \end_inset
8442 </cell>
8443 </row>
8444 <row>
8445 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8446 \begin_inset Text
8447
8448 \begin_layout Plain Layout
8449
8450 \backslash
8451 Longrightarrow
8452 \end_layout
8453
8454 \end_inset
8455 </cell>
8456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8457 \begin_inset Text
8458
8459 \begin_layout Plain Layout
8460 \begin_inset Formula $\Longrightarrow$
8461 \end_inset
8462
8463
8464 \end_layout
8465
8466 \end_inset
8467 </cell>
8468 </row>
8469 <row>
8470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8471 \begin_inset Text
8472
8473 \begin_layout Plain Layout
8474
8475 \backslash
8476 rightharpoonup
8477 \end_layout
8478
8479 \end_inset
8480 </cell>
8481 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8482 \begin_inset Text
8483
8484 \begin_layout Plain Layout
8485 \begin_inset Formula $\rightharpoonup$
8486 \end_inset
8487
8488
8489 \end_layout
8490
8491 \end_inset
8492 </cell>
8493 </row>
8494 <row>
8495 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8496 \begin_inset Text
8497
8498 \begin_layout Plain Layout
8499
8500 \backslash
8501 rightharpoondown
8502 \end_layout
8503
8504 \end_inset
8505 </cell>
8506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8507 \begin_inset Text
8508
8509 \begin_layout Plain Layout
8510 \begin_inset Formula $\rightharpoondown$
8511 \end_inset
8512
8513
8514 \end_layout
8515
8516 \end_inset
8517 </cell>
8518 </row>
8519 <row>
8520 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8521 \begin_inset Text
8522
8523 \begin_layout Plain Layout
8524
8525 \backslash
8526 hookrightarrow
8527 \end_layout
8528
8529 \end_inset
8530 </cell>
8531 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8532 \begin_inset Text
8533
8534 \begin_layout Plain Layout
8535 \begin_inset Formula $\hookrightarrow$
8536 \end_inset
8537
8538
8539 \end_layout
8540
8541 \end_inset
8542 </cell>
8543 </row>
8544 </lyxtabular>
8545
8546 \end_inset
8547
8548
8549 \begin_inset space \hfill{}
8550 \end_inset
8551
8552
8553 \end_layout
8554
8555 \begin_layout Standard
8556 \begin_inset space \hfill{}
8557 \end_inset
8558
8559
8560 \begin_inset Tabular
8561 <lyxtabular version="3" rows="6" columns="2">
8562 <features tabularvalignment="middle">
8563 <column alignment="center" valignment="top" width="0pt">
8564 <column alignment="center" valignment="top" width="0pt">
8565 <row>
8566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 Befehl
8571 \end_layout
8572
8573 \end_inset
8574 </cell>
8575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8576 \begin_inset Text
8577
8578 \begin_layout Plain Layout
8579 Ergebnis
8580 \end_layout
8581
8582 \end_inset
8583 </cell>
8584 </row>
8585 <row>
8586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8587 \begin_inset Text
8588
8589 \begin_layout Plain Layout
8590
8591 \backslash
8592 leftrightarrow
8593 \end_layout
8594
8595 \end_inset
8596 </cell>
8597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8598 \begin_inset Text
8599
8600 \begin_layout Plain Layout
8601 \begin_inset Formula $\leftrightarrow$
8602 \end_inset
8603
8604
8605 \end_layout
8606
8607 \end_inset
8608 </cell>
8609 </row>
8610 <row>
8611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615
8616 \backslash
8617 Leftrightarrow
8618 \end_layout
8619
8620 \end_inset
8621 </cell>
8622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8623 \begin_inset Text
8624
8625 \begin_layout Plain Layout
8626 \begin_inset Formula $\Leftrightarrow$
8627 \end_inset
8628
8629
8630 \end_layout
8631
8632 \end_inset
8633 </cell>
8634 </row>
8635 <row>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640
8641 \backslash
8642 longleftrightarrow
8643 \end_layout
8644
8645 \end_inset
8646 </cell>
8647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651 \begin_inset Formula $\longleftrightarrow$
8652 \end_inset
8653
8654
8655 \end_layout
8656
8657 \end_inset
8658 </cell>
8659 </row>
8660 <row>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665
8666 \backslash
8667 Longleftrightarrow
8668 \end_layout
8669
8670 \end_inset
8671 </cell>
8672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676 \begin_inset Formula $\Longleftrightarrow$
8677 \end_inset
8678
8679
8680 \end_layout
8681
8682 \end_inset
8683 </cell>
8684 </row>
8685 <row>
8686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690
8691 \backslash
8692 rightleftharpoons
8693 \end_layout
8694
8695 \end_inset
8696 </cell>
8697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701 \begin_inset Formula $\rightleftharpoons$
8702 \end_inset
8703
8704
8705 \end_layout
8706
8707 \end_inset
8708 </cell>
8709 </row>
8710 </lyxtabular>
8711
8712 \end_inset
8713
8714
8715 \begin_inset space \hspace{}
8716 \length 25pt
8717 \end_inset
8718
8719
8720 \begin_inset space \hfill{}
8721 \end_inset
8722
8723
8724 \begin_inset Tabular
8725 <lyxtabular version="3" rows="5" columns="2">
8726 <features tabularvalignment="middle">
8727 <column alignment="center" valignment="top" width="0pt">
8728 <column alignment="center" valignment="top" width="0pt">
8729 <row>
8730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8731 \begin_inset Text
8732
8733 \begin_layout Plain Layout
8734 Befehl
8735 \end_layout
8736
8737 \end_inset
8738 </cell>
8739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8740 \begin_inset Text
8741
8742 \begin_layout Plain Layout
8743 Ergebnis
8744 \end_layout
8745
8746 \end_inset
8747 </cell>
8748 </row>
8749 <row>
8750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8751 \begin_inset Text
8752
8753 \begin_layout Plain Layout
8754
8755 \backslash
8756 mapsto
8757 \end_layout
8758
8759 \end_inset
8760 </cell>
8761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8762 \begin_inset Text
8763
8764 \begin_layout Plain Layout
8765 \begin_inset Formula $\mapsto$
8766 \end_inset
8767
8768
8769 \end_layout
8770
8771 \end_inset
8772 </cell>
8773 </row>
8774 <row>
8775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779
8780 \backslash
8781 longmapsto
8782 \end_layout
8783
8784 \end_inset
8785 </cell>
8786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8787 \begin_inset Text
8788
8789 \begin_layout Plain Layout
8790 \begin_inset Formula $\longmapsto$
8791 \end_inset
8792
8793
8794 \end_layout
8795
8796 \end_inset
8797 </cell>
8798 </row>
8799 <row>
8800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804
8805 \backslash
8806 leadsto
8807 \end_layout
8808
8809 \end_inset
8810 </cell>
8811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8812 \begin_inset Text
8813
8814 \begin_layout Plain Layout
8815 \begin_inset Formula $\leadsto$
8816 \end_inset
8817
8818
8819 \end_layout
8820
8821 \end_inset
8822 </cell>
8823 </row>
8824 <row>
8825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829
8830 \backslash
8831 dasharrow
8832 \end_layout
8833
8834 \end_inset
8835 </cell>
8836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8837 \begin_inset Text
8838
8839 \begin_layout Plain Layout
8840 \begin_inset Formula $\dasharrow$
8841 \end_inset
8842
8843
8844 \end_layout
8845
8846 \end_inset
8847 </cell>
8848 </row>
8849 </lyxtabular>
8850
8851 \end_inset
8852
8853
8854 \begin_inset space \hfill{}
8855 \end_inset
8856
8857
8858 \end_layout
8859
8860 \begin_layout Standard
8861 \begin_inset VSpace medskip
8862 \end_inset
8863
8864 Als Akzent verwendete Pfeile, wie z.
8865 \begin_inset space \thinspace{}
8866 \end_inset
8867
8868 B.
8869  Vektorpfeile, sind in 
8870 \begin_inset CommandInset ref
8871 LatexCommand ref
8872 reference "sec:Akzente"
8873
8874 \end_inset
8875
8876  aufgelistet.
8877 \end_layout
8878
8879 \begin_layout Standard
8880 \begin_inset VSpace bigskip
8881 \end_inset
8882
8883 Des Weiteren gibt es die beschriftbaren Pfeile
8884 \begin_inset Index idx
8885 status collapsed
8886
8887 \begin_layout Plain Layout
8888 Pfeile ! beschriftbare
8889 \end_layout
8890
8891 \end_inset
8892
8893  
8894 \series bold
8895
8896 \backslash
8897 xleftarrow
8898 \series default
8899
8900 \begin_inset Index idx
8901 status collapsed
8902
8903 \begin_layout Plain Layout
8904 Befehle ! X ! 
8905 \backslash
8906 xleftarrow
8907 \end_layout
8908
8909 \end_inset
8910
8911  und 
8912 \series bold
8913
8914 \backslash
8915 xrightarrow
8916 \series default
8917
8918 \begin_inset Index idx
8919 status collapsed
8920
8921 \begin_layout Plain Layout
8922 Befehle ! X ! 
8923 \backslash
8924 xrightarrow
8925 \begin_inset ERT
8926 status collapsed
8927
8928 \begin_layout Plain Layout
8929
8930
8931 \backslash
8932 vspace{4mm}
8933 \end_layout
8934
8935 \end_inset
8936
8937
8938 \end_layout
8939
8940 \end_inset
8941
8942 .
8943  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8944  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8945  Die Pfeillänge passt sich der Breite der Beschriftung an.
8946 \end_layout
8947
8948 \begin_layout Standard
8949 \align center
8950 \begin_inset Tabular
8951 <lyxtabular version="3" rows="3" columns="2">
8952 <features tabularvalignment="middle">
8953 <column alignment="center" valignment="top" width="0pt">
8954 <column alignment="center" valignment="top" width="0pt">
8955 <row>
8956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8957 \begin_inset Text
8958
8959 \begin_layout Plain Layout
8960 Befehl
8961 \end_layout
8962
8963 \end_inset
8964 </cell>
8965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8966 \begin_inset Text
8967
8968 \begin_layout Plain Layout
8969 Ergebnis
8970 \begin_inset Note Note
8971 status collapsed
8972
8973 \begin_layout Plain Layout
8974
8975 \series bold
8976
8977 \backslash
8978 raisebox
8979 \series default
8980  dient nur als Abstandhalter.
8981 \end_layout
8982
8983 \end_inset
8984
8985
8986 \end_layout
8987
8988 \end_inset
8989 </cell>
8990 </row>
8991 <row>
8992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8993 \begin_inset Text
8994
8995 \begin_layout Plain Layout
8996 F(a)
8997 \backslash
8998 xleftarrow
8999 \begin_inset ERT
9000 status collapsed
9001
9002 \begin_layout Plain Layout
9003
9004
9005 \backslash
9006 leer 
9007 \end_layout
9008
9009 \end_inset
9010
9011 x=a
9012 \begin_inset Formula $\downarrow$
9013 \end_inset
9014
9015 x>0
9016 \begin_inset Formula $\to$
9017 \end_inset
9018
9019 F(x)
9020 \end_layout
9021
9022 \end_inset
9023 </cell>
9024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9025 \begin_inset Text
9026
9027 \begin_layout Plain Layout
9028 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9029 \end_inset
9030
9031
9032 \end_layout
9033
9034 \end_inset
9035 </cell>
9036 </row>
9037 <row>
9038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9039 \begin_inset Text
9040
9041 \begin_layout Plain Layout
9042 F(x)
9043 \backslash
9044 xrightarrow
9045 \begin_inset ERT
9046 status collapsed
9047
9048 \begin_layout Plain Layout
9049
9050
9051 \backslash
9052 leer 
9053 \end_layout
9054
9055 \end_inset
9056
9057 x=a
9058 \begin_inset Formula $\downarrow$
9059 \end_inset
9060
9061 x>0
9062 \begin_inset Formula $\to$
9063 \end_inset
9064
9065 F(a)
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 </lyxtabular>
9084
9085 \end_inset
9086
9087
9088 \end_layout
9089
9090 \begin_layout Subsection
9091 Vertikale und diagonale Pfeile
9092 \begin_inset Index idx
9093 status collapsed
9094
9095 \begin_layout Plain Layout
9096 Pfeile ! diagonale
9097 \end_layout
9098
9099 \end_inset
9100
9101
9102 \begin_inset Index idx
9103 status collapsed
9104
9105 \begin_layout Plain Layout
9106 Pfeile ! vertikale
9107 \end_layout
9108
9109 \end_inset
9110
9111
9112 \end_layout
9113
9114 \begin_layout Standard
9115 \begin_inset space \hfill{}
9116 \end_inset
9117
9118
9119 \begin_inset Tabular
9120 <lyxtabular version="3" rows="7" columns="2">
9121 <features tabularvalignment="middle">
9122 <column alignment="center" valignment="top" width="0pt">
9123 <column alignment="center" valignment="top" width="0pt">
9124 <row>
9125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9126 \begin_inset Text
9127
9128 \begin_layout Plain Layout
9129 Befehl
9130 \end_layout
9131
9132 \end_inset
9133 </cell>
9134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138 Ergebnis
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 <row>
9145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149
9150 \backslash
9151 uparrow
9152 \end_layout
9153
9154 \end_inset
9155 </cell>
9156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9157 \begin_inset Text
9158
9159 \begin_layout Plain Layout
9160 \begin_inset Formula $\uparrow$
9161 \end_inset
9162
9163
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 </row>
9169 <row>
9170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9171 \begin_inset Text
9172
9173 \begin_layout Plain Layout
9174
9175 \backslash
9176 Uparrow
9177 \end_layout
9178
9179 \end_inset
9180 </cell>
9181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 \begin_inset Formula $\Uparrow$
9186 \end_inset
9187
9188
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \backslash
9201 updownarrow
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 \begin_inset Formula $\updownarrow$
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \backslash
9226 Updownarrow
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 \begin_inset Formula $\Updownarrow$
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \backslash
9251 Downarrow
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 \begin_inset Formula $\Downarrow$
9261 \end_inset
9262
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \backslash
9276 downarrow
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 \begin_inset Formula $\downarrow$
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 </lyxtabular>
9295
9296 \end_inset
9297
9298
9299 \begin_inset space \hfill{}
9300 \end_inset
9301
9302
9303 \begin_inset Tabular
9304 <lyxtabular version="3" rows="5" columns="2">
9305 <features tabularvalignment="middle">
9306 <column alignment="center" valignment="top" width="0pt">
9307 <column alignment="center" valignment="top" width="0pt">
9308 <row>
9309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9310 \begin_inset Text
9311
9312 \begin_layout Plain Layout
9313 Befehl
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9319 \begin_inset Text
9320
9321 \begin_layout Plain Layout
9322 Ergebnis
9323 \end_layout
9324
9325 \end_inset
9326 </cell>
9327 </row>
9328 <row>
9329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9330 \begin_inset Text
9331
9332 \begin_layout Plain Layout
9333
9334 \backslash
9335 nearrow
9336 \end_layout
9337
9338 \end_inset
9339 </cell>
9340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9341 \begin_inset Text
9342
9343 \begin_layout Plain Layout
9344 \begin_inset Formula $\nearrow$
9345 \end_inset
9346
9347
9348 \end_layout
9349
9350 \end_inset
9351 </cell>
9352 </row>
9353 <row>
9354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9355 \begin_inset Text
9356
9357 \begin_layout Plain Layout
9358
9359 \backslash
9360 searrow
9361 \end_layout
9362
9363 \end_inset
9364 </cell>
9365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9366 \begin_inset Text
9367
9368 \begin_layout Plain Layout
9369 \begin_inset Formula $\searrow$
9370 \end_inset
9371
9372
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \backslash
9385 swarrow
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 \begin_inset Formula $\swarrow$
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 nwarrow
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset Formula $\nwarrow$
9420 \end_inset
9421
9422
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 </lyxtabular>
9429
9430 \end_inset
9431
9432
9433 \begin_inset space \hfill{}
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \begin_layout Standard
9440 \begin_inset VSpace medskip
9441 \end_inset
9442
9443 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9444  
9445 \begin_inset CommandInset ref
9446 LatexCommand ref
9447 reference "sub:Manuelle-Klammergrößen"
9448
9449 \end_inset
9450
9451  und 
9452 \begin_inset CommandInset ref
9453 LatexCommand ref
9454 reference "sub:Automatische-Klammergrößen"
9455
9456 \end_inset
9457
9458  beschriebenen Befehlen verwendet werden.
9459 \end_layout
9460
9461 \begin_layout Section
9462 Akzente
9463 \begin_inset CommandInset label
9464 LatexCommand label
9465 name "sec:Akzente"
9466
9467 \end_inset
9468
9469
9470 \begin_inset Index idx
9471 status collapsed
9472
9473 \begin_layout Plain Layout
9474 Akzente
9475 \end_layout
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \begin_layout Standard
9483 Akzente können über den Mathe-Werkzeugleistenknopf 
9484 \begin_inset Graphics
9485         filename ../../images/math/hat.png
9486         scale 85
9487
9488 \end_inset
9489
9490  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9491  aufgelistet sind.
9492 \end_layout
9493
9494 \begin_layout Subsection
9495 Akzente für ein Zeichen
9496 \begin_inset ERT
9497 status collapsed
9498
9499 \begin_layout Plain Layout
9500
9501
9502 \backslash
9503 texorpdfstring{
9504 \end_layout
9505
9506 \end_inset
9507
9508
9509 \begin_inset Foot
9510 status collapsed
9511
9512 \begin_layout Plain Layout
9513 Akzente im Text siehe 
9514 \begin_inset CommandInset ref
9515 LatexCommand ref
9516 reference "sub:Sonderzeichen-Akzente"
9517
9518 \end_inset
9519
9520
9521 \end_layout
9522
9523 \end_inset
9524
9525
9526 \begin_inset ERT
9527 status collapsed
9528
9529 \begin_layout Plain Layout
9530
9531 }{}
9532 \end_layout
9533
9534 \end_inset
9535
9536
9537 \begin_inset Note Note
9538 status collapsed
9539
9540 \begin_layout Plain Layout
9541
9542 \series bold
9543
9544 \backslash
9545 texorpdfstring
9546 \series default
9547  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9548 \end_layout
9549
9550 \begin_layout Plain Layout
9551 Näheres zu 
9552 \series bold
9553
9554 \backslash
9555 texorpdfstring
9556 \series default
9557  steht in Kapitel 
9558 \begin_inset CommandInset ref
9559 LatexCommand ref
9560 reference "sub:Formeln-in-Überschriften"
9561
9562 \end_inset
9563
9564 .
9565 \end_layout
9566
9567 \end_inset
9568
9569
9570 \begin_inset CommandInset label
9571 LatexCommand label
9572 name "sub:Akzente-für-ein"
9573
9574 \end_inset
9575
9576
9577 \begin_inset Index idx
9578 status collapsed
9579
9580 \begin_layout Plain Layout
9581 Akzente ! für ein Zeichen
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \end_layout
9588
9589 \begin_layout Standard
9590 \begin_inset space \hfill{}
9591 \end_inset
9592
9593
9594 \begin_inset Tabular
9595 <lyxtabular version="3" rows="8" columns="2">
9596 <features tabularvalignment="middle">
9597 <column alignment="center" valignment="top" width="0pt">
9598 <column alignment="center" valignment="top" width="0pt">
9599 <row>
9600 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604 Befehl
9605 \end_layout
9606
9607 \end_inset
9608 </cell>
9609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9610 \begin_inset Text
9611
9612 \begin_layout Plain Layout
9613 Ergebnis
9614 \begin_inset Note Note
9615 status collapsed
9616
9617 \begin_layout Plain Layout
9618
9619 \series bold
9620
9621 \backslash
9622 raisebox
9623 \series default
9624  dient nur als Abstandhalter.
9625 \end_layout
9626
9627 \end_inset
9628
9629
9630 \end_layout
9631
9632 \end_inset
9633 </cell>
9634 </row>
9635 <row>
9636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9637 \begin_inset Text
9638
9639 \begin_layout Plain Layout
9640
9641 \backslash
9642 dot
9643 \begin_inset ERT
9644 status collapsed
9645
9646 \begin_layout Plain Layout
9647
9648
9649 \backslash
9650 leer 
9651 \end_layout
9652
9653 \end_inset
9654
9655 A
9656 \end_layout
9657
9658 \end_inset
9659 </cell>
9660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9661 \begin_inset Text
9662
9663 \begin_layout Plain Layout
9664 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9665 \end_inset
9666
9667
9668 \end_layout
9669
9670 \end_inset
9671 </cell>
9672 </row>
9673 <row>
9674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9675 \begin_inset Text
9676
9677 \begin_layout Plain Layout
9678
9679 \backslash
9680 ddot
9681 \begin_inset ERT
9682 status collapsed
9683
9684 \begin_layout Plain Layout
9685
9686
9687 \backslash
9688 leer 
9689 \end_layout
9690
9691 \end_inset
9692
9693 A
9694 \end_layout
9695
9696 \end_inset
9697 </cell>
9698 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9699 \begin_inset Text
9700
9701 \begin_layout Plain Layout
9702 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9703 \end_inset
9704
9705
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 </row>
9711 <row>
9712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9713 \begin_inset Text
9714
9715 \begin_layout Plain Layout
9716
9717 \backslash
9718 dddot
9719 \begin_inset ERT
9720 status collapsed
9721
9722 \begin_layout Plain Layout
9723
9724
9725 \backslash
9726 leer 
9727 \end_layout
9728
9729 \end_inset
9730
9731 A
9732 \end_layout
9733
9734 \end_inset
9735 </cell>
9736 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9737 \begin_inset Text
9738
9739 \begin_layout Plain Layout
9740 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9741 \end_inset
9742
9743
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 </row>
9749 <row>
9750 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9751 \begin_inset Text
9752
9753 \begin_layout Plain Layout
9754
9755 \backslash
9756 ddddot
9757 \begin_inset ERT
9758 status collapsed
9759
9760 \begin_layout Plain Layout
9761
9762
9763 \backslash
9764 leer 
9765 \end_layout
9766
9767 \end_inset
9768
9769 A
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9779 \end_inset
9780
9781
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 </row>
9787 <row>
9788 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9789 \begin_inset Text
9790
9791 \begin_layout Plain Layout
9792
9793 \backslash
9794 vec
9795 \begin_inset ERT
9796 status collapsed
9797
9798 \begin_layout Plain Layout
9799
9800
9801 \backslash
9802 leer 
9803 \end_layout
9804
9805 \end_inset
9806
9807 A
9808 \begin_inset Index idx
9809 status collapsed
9810
9811 \begin_layout Plain Layout
9812 Vektoren
9813 \end_layout
9814
9815 \end_inset
9816
9817
9818 \end_layout
9819
9820 \end_inset
9821 </cell>
9822 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9823 \begin_inset Text
9824
9825 \begin_layout Plain Layout
9826 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9827 \end_inset
9828
9829
9830 \end_layout
9831
9832 \end_inset
9833 </cell>
9834 </row>
9835 <row>
9836 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9837 \begin_inset Text
9838
9839 \begin_layout Plain Layout
9840
9841 \backslash
9842 bar
9843 \begin_inset ERT
9844 status collapsed
9845
9846 \begin_layout Plain Layout
9847
9848
9849 \backslash
9850 leer 
9851 \end_layout
9852
9853 \end_inset
9854
9855 A
9856 \end_layout
9857
9858 \end_inset
9859 </cell>
9860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9861 \begin_inset Text
9862
9863 \begin_layout Plain Layout
9864 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 </row>
9873 <row>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878
9879 \backslash
9880 mathring
9881 \begin_inset ERT
9882 status collapsed
9883
9884 \begin_layout Plain Layout
9885
9886
9887 \backslash
9888 leer 
9889 \end_layout
9890
9891 \end_inset
9892
9893 A
9894 \end_layout
9895
9896 \end_inset
9897 </cell>
9898 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9899 \begin_inset Text
9900
9901 \begin_layout Plain Layout
9902 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9903 \end_inset
9904
9905
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 </row>
9911 </lyxtabular>
9912
9913 \end_inset
9914
9915
9916 \begin_inset space \hfill{}
9917 \end_inset
9918
9919
9920 \begin_inset Tabular
9921 <lyxtabular version="3" rows="7" columns="2">
9922 <features tabularvalignment="middle">
9923 <column alignment="center" valignment="top" width="0pt">
9924 <column alignment="center" valignment="top" width="0pt">
9925 <row>
9926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9927 \begin_inset Text
9928
9929 \begin_layout Plain Layout
9930 Befehl
9931 \end_layout
9932
9933 \end_inset
9934 </cell>
9935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939 Ergebnis
9940 \end_layout
9941
9942 \end_inset
9943 </cell>
9944 </row>
9945 <row>
9946 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9947 \begin_inset Text
9948
9949 \begin_layout Plain Layout
9950
9951 \backslash
9952 tilde
9953 \begin_inset ERT
9954 status collapsed
9955
9956 \begin_layout Plain Layout
9957
9958
9959 \backslash
9960 leer 
9961 \end_layout
9962
9963 \end_inset
9964
9965 A
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9971 \begin_inset Text
9972
9973 \begin_layout Plain Layout
9974 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9975 \end_inset
9976
9977
9978 \end_layout
9979
9980 \end_inset
9981 </cell>
9982 </row>
9983 <row>
9984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9985 \begin_inset Text
9986
9987 \begin_layout Plain Layout
9988
9989 \backslash
9990 hat
9991 \begin_inset ERT
9992 status collapsed
9993
9994 \begin_layout Plain Layout
9995
9996
9997 \backslash
9998 leer 
9999 \end_layout
10000
10001 \end_inset
10002
10003 A
10004 \end_layout
10005
10006 \end_inset
10007 </cell>
10008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10009 \begin_inset Text
10010
10011 \begin_layout Plain Layout
10012 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10013 \end_inset
10014
10015
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 </row>
10021 <row>
10022 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10023 \begin_inset Text
10024
10025 \begin_layout Plain Layout
10026
10027 \backslash
10028 check
10029 \begin_inset ERT
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033
10034
10035 \backslash
10036 leer 
10037 \end_layout
10038
10039 \end_inset
10040
10041 A
10042 \end_layout
10043
10044 \end_inset
10045 </cell>
10046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10047 \begin_inset Text
10048
10049 \begin_layout Plain Layout
10050 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10051 \end_inset
10052
10053
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 </row>
10059 <row>
10060 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10061 \begin_inset Text
10062
10063 \begin_layout Plain Layout
10064
10065 \backslash
10066 acute
10067 \begin_inset ERT
10068 status collapsed
10069
10070 \begin_layout Plain Layout
10071
10072
10073 \backslash
10074 leer 
10075 \end_layout
10076
10077 \end_inset
10078
10079 A
10080 \end_layout
10081
10082 \end_inset
10083 </cell>
10084 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10085 \begin_inset Text
10086
10087 \begin_layout Plain Layout
10088 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10089 \end_inset
10090
10091
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 </row>
10097 <row>
10098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10099 \begin_inset Text
10100
10101 \begin_layout Plain Layout
10102
10103 \backslash
10104 grave
10105 \begin_inset ERT
10106 status collapsed
10107
10108 \begin_layout Plain Layout
10109
10110
10111 \backslash
10112 leer 
10113 \end_layout
10114
10115 \end_inset
10116
10117 A
10118 \end_layout
10119
10120 \end_inset
10121 </cell>
10122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10123 \begin_inset Text
10124
10125 \begin_layout Plain Layout
10126 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10127 \end_inset
10128
10129
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 </row>
10135 <row>
10136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10137 \begin_inset Text
10138
10139 \begin_layout Plain Layout
10140
10141 \backslash
10142 breve
10143 \begin_inset ERT
10144 status collapsed
10145
10146 \begin_layout Plain Layout
10147
10148
10149 \backslash
10150 leer 
10151 \end_layout
10152
10153 \end_inset
10154
10155 A
10156 \end_layout
10157
10158 \end_inset
10159 </cell>
10160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10161 \begin_inset Text
10162
10163 \begin_layout Plain Layout
10164 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10165 \end_inset
10166
10167
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 </row>
10173 </lyxtabular>
10174
10175 \end_inset
10176
10177
10178 \begin_inset space \hfill{}
10179 \end_inset
10180
10181
10182 \end_layout
10183
10184 \begin_layout Standard
10185 \begin_inset VSpace bigskip
10186 \end_inset
10187
10188 Akzente wie z.B.
10189  é können direkt in Formeln eingegeben werden.
10190  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10191  Für Umlaute
10192 \begin_inset Index idx
10193 status collapsed
10194
10195 \begin_layout Plain Layout
10196 Umlaute
10197 \end_layout
10198
10199 \end_inset
10200
10201  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10202  Diese beiden Zeichen bilden dann für LaTeX 
10203 \emph on
10204 ein
10205 \emph default
10206  Zeichen.
10207  Im Gegensatz zu 
10208 \series bold
10209
10210 \backslash
10211 ddot
10212 \series default
10213  entstehen damit 
10214 \begin_inset Quotes gld
10215 \end_inset
10216
10217 echte
10218 \begin_inset Quotes grd
10219 \end_inset
10220
10221  Umlaute, was folgendes Beispiel zeigt:
10222 \end_layout
10223
10224 \begin_layout Standard
10225 \begin_inset VSpace -2mm
10226 \end_inset
10227
10228
10229 \end_layout
10230
10231 \begin_layout Standard
10232 \align center
10233 \begin_inset Tabular
10234 <lyxtabular version="3" rows="3" columns="2">
10235 <features tabularvalignment="middle">
10236 <column alignment="center" valignment="top" width="0">
10237 <column alignment="center" valignment="top" width="0">
10238 <row>
10239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10240 \begin_inset Text
10241
10242 \begin_layout Plain Layout
10243 Befehl
10244 \end_layout
10245
10246 \end_inset
10247 </cell>
10248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252 Ergebnis
10253 \begin_inset Note Note
10254 status collapsed
10255
10256 \begin_layout Plain Layout
10257
10258 \series bold
10259
10260 \backslash
10261 raisebox
10262 \series default
10263  dient nur als Abstandhalter.
10264 \end_layout
10265
10266 \end_inset
10267
10268
10269 \end_layout
10270
10271 \end_inset
10272 </cell>
10273 </row>
10274 <row>
10275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 \begin_inset Quotes grd
10280 \end_inset
10281
10282 i
10283 \end_layout
10284
10285 \end_inset
10286 </cell>
10287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10288 \begin_inset Text
10289
10290 \begin_layout Plain Layout
10291 \begin_inset Formula $"i$
10292 \end_inset
10293
10294
10295 \end_layout
10296
10297 \end_inset
10298 </cell>
10299 </row>
10300 <row>
10301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10302 \begin_inset Text
10303
10304 \begin_layout Plain Layout
10305
10306 \backslash
10307 ddot
10308 \begin_inset ERT
10309 status collapsed
10310
10311 \begin_layout Plain Layout
10312
10313
10314 \backslash
10315 leer 
10316 \end_layout
10317
10318 \end_inset
10319
10320 i
10321 \end_layout
10322
10323 \end_inset
10324 </cell>
10325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10330 \end_inset
10331
10332
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 </row>
10338 </lyxtabular>
10339
10340 \end_inset
10341
10342
10343 \end_layout
10344
10345 \begin_layout Standard
10346 Ein weiterer Vorteil gegenüber 
10347 \series bold
10348
10349 \backslash
10350 ddot
10351 \series default
10352  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10353  denn die obigen Akzentbefehle sind 
10354 \emph on
10355 im mathematischen Text\SpecialChar \-
10356 modus nicht erlaubt
10357 \emph default
10358 .
10359  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10360  nur das Zeichen unter dem Akzent umgewandelt werden.
10361  Das gilt auch für alle anderen Umwandlungen wie z.
10362 \begin_inset space \thinspace{}
10363 \end_inset
10364
10365 B.
10366  in kursiv oder fett.
10367 \end_layout
10368
10369 \begin_layout Standard
10370 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10371  direkt eingegeben werden.
10372 \end_layout
10373
10374 \begin_layout Subsection
10375 Akzente für Operatoren
10376 \begin_inset Index idx
10377 status collapsed
10378
10379 \begin_layout Plain Layout
10380 Akzente ! für Operatoren
10381 \end_layout
10382
10383 \end_inset
10384
10385
10386 \end_layout
10387
10388 \begin_layout Standard
10389 Zum Akzentuieren von Operatoren gibt es die Befehle 
10390 \series bold
10391
10392 \backslash
10393 overset
10394 \series default
10395
10396 \begin_inset Index idx
10397 status collapsed
10398
10399 \begin_layout Plain Layout
10400 Befehle ! O ! 
10401 \backslash
10402 overset
10403 \end_layout
10404
10405 \end_inset
10406
10407  und 
10408 \series bold
10409
10410 \backslash
10411 underset
10412 \series default
10413
10414 \begin_inset Index idx
10415 status collapsed
10416
10417 \begin_layout Plain Layout
10418 Befehle ! U ! 
10419 \backslash
10420 underset
10421 \end_layout
10422
10423 \end_inset
10424
10425 , mit denen man Zeichen über bzw.
10426  unter einen Operator setzen kann.
10427  Mit dem Befehl 
10428 \series bold
10429
10430 \backslash
10431 sideset
10432 \series default
10433
10434 \begin_inset Index idx
10435 status collapsed
10436
10437 \begin_layout Plain Layout
10438 Befehle ! S ! 
10439 \backslash
10440 sideset
10441 \end_layout
10442
10443 \end_inset
10444
10445  können Zeichen vor und nach einen Operator gesetzt werden.
10446  Das Befehlsschema lautet:
10447 \end_layout
10448
10449 \begin_layout Standard
10450
10451 \series bold
10452
10453 \backslash
10454 sideset{Zeichen
10455 \series default
10456  
10457 \series bold
10458 davor}{Zeichen
10459 \series default
10460  
10461 \series bold
10462 dahinter}
10463 \end_layout
10464
10465 \begin_layout Standard
10466
10467 \series bold
10468
10469 \backslash
10470 sideset
10471 \series default
10472  muss immer vor dem zu akzentuierenden Operator stehen.
10473  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10474  Symbolen akzentuiert werden.
10475  Will man mit 
10476 \series bold
10477
10478 \backslash
10479 sideset
10480 \series default
10481  z.
10482 \begin_inset space \thinspace{}
10483 \end_inset
10484
10485 B.
10486  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10487  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10488 \end_layout
10489
10490 \begin_layout Standard
10491 Z.
10492 \begin_inset space \thinspace{}
10493 \end_inset
10494
10495 B.
10496  ergibt der Befehl 
10497 \series bold
10498
10499 \backslash
10500 sideset{
10501 \begin_inset Formula $\to$
10502 \end_inset
10503
10504
10505 \backslash
10506 {
10507 \series default
10508 '
10509 \series bold
10510
10511 \begin_inset Formula $\to$
10512 \end_inset
10513
10514
10515 \backslash
10516 sum_k=1
10517 \begin_inset ERT
10518 status collapsed
10519
10520 \begin_layout Plain Layout
10521
10522
10523 \backslash
10524 leer 
10525 \end_layout
10526
10527 \end_inset
10528
10529
10530 \series default
10531 ^
10532 \series bold
10533 n
10534 \series default
10535  :
10536 \begin_inset Formula \[
10537 \sideset{}{'}\sum_{k=1}^{n}
10538 \]
10539
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \begin_layout Standard
10546 Der Befehl 
10547 \series bold
10548
10549 \backslash
10550 overset
10551 \begin_inset ERT
10552 status collapsed
10553
10554 \begin_layout Plain Layout
10555
10556
10557 \backslash
10558 leer 
10559 \end_layout
10560
10561 \end_inset
10562
10563
10564 \backslash
10565 maltese
10566 \begin_inset ERT
10567 status collapsed
10568
10569 \begin_layout Plain Layout
10570
10571
10572 \backslash
10573 leer 
10574 \end_layout
10575
10576 \end_inset
10577
10578
10579 \series default
10580
10581 \begin_inset Formula $\uparrow$
10582 \end_inset
10583
10584
10585 \series bold
10586 a
10587 \series default
10588  ergibt:
10589 \begin_inset Formula \[
10590 \overset{a}{\maltese}
10591 \]
10592
10593 \end_inset
10594
10595 Wie man am letzten Beispiel sieht, kann man mit 
10596 \series bold
10597
10598 \backslash
10599 overset
10600 \series default
10601  bzw.
10602  
10603 \series bold
10604
10605 \backslash
10606 underset
10607 \series default
10608  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10609 \series bold
10610
10611 \backslash
10612 sideset
10613 \series default
10614  ist dies nicht möglich.
10615 \end_layout
10616
10617 \begin_layout Subsection
10618 Akzente für mehrere Zeichen
10619 \begin_inset Index idx
10620 status collapsed
10621
10622 \begin_layout Plain Layout
10623 Akzente ! für mehrere Zeichen
10624 \end_layout
10625
10626 \end_inset
10627
10628
10629 \end_layout
10630
10631 \begin_layout Standard
10632 \begin_inset space \hfill{}
10633 \end_inset
10634
10635
10636 \begin_inset Tabular
10637 <lyxtabular version="3" rows="5" columns="2">
10638 <features tabularvalignment="middle">
10639 <column alignment="center" valignment="top" width="0pt">
10640 <column alignment="center" valignment="top" width="0pt">
10641 <row>
10642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10643 \begin_inset Text
10644
10645 \begin_layout Plain Layout
10646 Befehl
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 Ergebnis
10656 \begin_inset Note Note
10657 status collapsed
10658
10659 \begin_layout Plain Layout
10660
10661 \series bold
10662
10663 \backslash
10664 raisebox
10665 \series default
10666  dient nur als Abstandhalter.
10667 \end_layout
10668
10669 \end_inset
10670
10671
10672 \end_layout
10673
10674 \end_inset
10675 </cell>
10676 </row>
10677 <row>
10678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10679 \begin_inset Text
10680
10681 \begin_layout Plain Layout
10682
10683 \backslash
10684 overleftarrow
10685 \begin_inset ERT
10686 status collapsed
10687
10688 \begin_layout Plain Layout
10689
10690
10691 \backslash
10692 leer 
10693 \end_layout
10694
10695 \end_inset
10696
10697 A=B
10698 \end_layout
10699
10700 \end_inset
10701 </cell>
10702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10703 \begin_inset Text
10704
10705 \begin_layout Plain Layout
10706 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \end_inset
10713 </cell>
10714 </row>
10715 <row>
10716 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10717 \begin_inset Text
10718
10719 \begin_layout Plain Layout
10720
10721 \backslash
10722 underleftarrow
10723 \begin_inset ERT
10724 status collapsed
10725
10726 \begin_layout Plain Layout
10727
10728
10729 \backslash
10730 leer 
10731 \end_layout
10732
10733 \end_inset
10734
10735 A=B
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10745 \end_inset
10746
10747
10748 \end_layout
10749
10750 \end_inset
10751 </cell>
10752 </row>
10753 <row>
10754 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758
10759 \backslash
10760 overleftrightarrow
10761 \begin_inset ERT
10762 status collapsed
10763
10764 \begin_layout Plain Layout
10765
10766
10767 \backslash
10768 leer 
10769 \end_layout
10770
10771 \end_inset
10772
10773 A=B
10774 \end_layout
10775
10776 \end_inset
10777 </cell>
10778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10779 \begin_inset Text
10780
10781 \begin_layout Plain Layout
10782 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10783 \end_inset
10784
10785
10786 \end_layout
10787
10788 \end_inset
10789 </cell>
10790 </row>
10791 <row>
10792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796
10797 \backslash
10798 underleftrightarrow
10799 \begin_inset ERT
10800 status collapsed
10801
10802 \begin_layout Plain Layout
10803
10804
10805 \backslash
10806 leer 
10807 \end_layout
10808
10809 \end_inset
10810
10811 A=B
10812 \end_layout
10813
10814 \end_inset
10815 </cell>
10816 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10817 \begin_inset Text
10818
10819 \begin_layout Plain Layout
10820 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10821 \end_inset
10822
10823
10824 \end_layout
10825
10826 \end_inset
10827 </cell>
10828 </row>
10829 </lyxtabular>
10830
10831 \end_inset
10832
10833
10834 \begin_inset space \hfill{}
10835 \end_inset
10836
10837
10838 \begin_inset Tabular
10839 <lyxtabular version="3" rows="5" columns="2">
10840 <features tabularvalignment="middle">
10841 <column alignment="center" valignment="top" width="0pt">
10842 <column alignment="center" valignment="top" width="0pt">
10843 <row>
10844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 Befehl
10849 \end_layout
10850
10851 \end_inset
10852 </cell>
10853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10854 \begin_inset Text
10855
10856 \begin_layout Plain Layout
10857 Ergebnis
10858 \end_layout
10859
10860 \end_inset
10861 </cell>
10862 </row>
10863 <row>
10864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10865 \begin_inset Text
10866
10867 \begin_layout Plain Layout
10868
10869 \backslash
10870 overrightarrow
10871 \begin_inset ERT
10872 status collapsed
10873
10874 \begin_layout Plain Layout
10875
10876
10877 \backslash
10878 leer 
10879 \end_layout
10880
10881 \end_inset
10882
10883 A=B
10884 \end_layout
10885
10886 \end_inset
10887 </cell>
10888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10889 \begin_inset Text
10890
10891 \begin_layout Plain Layout
10892 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10893 \end_inset
10894
10895
10896 \end_layout
10897
10898 \end_inset
10899 </cell>
10900 </row>
10901 <row>
10902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906
10907 \backslash
10908 underrightarrow
10909 \begin_inset ERT
10910 status collapsed
10911
10912 \begin_layout Plain Layout
10913
10914
10915 \backslash
10916 leer 
10917 \end_layout
10918
10919 \end_inset
10920
10921 A=B
10922 \end_layout
10923
10924 \end_inset
10925 </cell>
10926 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10927 \begin_inset Text
10928
10929 \begin_layout Plain Layout
10930 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10931 \end_inset
10932
10933
10934 \end_layout
10935
10936 \end_inset
10937 </cell>
10938 </row>
10939 <row>
10940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944
10945 \backslash
10946 widetilde
10947 \begin_inset ERT
10948 status collapsed
10949
10950 \begin_layout Plain Layout
10951
10952
10953 \backslash
10954 leer 
10955 \end_layout
10956
10957 \end_inset
10958
10959 A=B
10960 \end_layout
10961
10962 \end_inset
10963 </cell>
10964 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10965 \begin_inset Text
10966
10967 \begin_layout Plain Layout
10968 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10969 \end_inset
10970
10971
10972 \end_layout
10973
10974 \end_inset
10975 </cell>
10976 </row>
10977 <row>
10978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982
10983 \backslash
10984 widehat
10985 \begin_inset ERT
10986 status collapsed
10987
10988 \begin_layout Plain Layout
10989
10990
10991 \backslash
10992 leer 
10993 \end_layout
10994
10995 \end_inset
10996
10997 A=B
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11007 \end_inset
11008
11009
11010 \end_layout
11011
11012 \end_inset
11013 </cell>
11014 </row>
11015 </lyxtabular>
11016
11017 \end_inset
11018
11019
11020 \begin_inset space \hfill{}
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \begin_layout Standard
11027 \begin_inset VSpace medskip
11028 \end_inset
11029
11030 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11031  Die Akzente
11032 \begin_inset Newline linebreak
11033 \end_inset
11034
11035
11036 \series bold
11037
11038 \backslash
11039 widetilde
11040 \series default
11041  und 
11042 \series bold
11043
11044 \backslash
11045 widehat
11046 \series default
11047  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11048  was folgendes Beispiel verdeutlicht:
11049 \begin_inset Formula \[
11050 \widetilde{A+B=C-D}
11051 \]
11052
11053 \end_inset
11054
11055
11056 \end_layout
11057
11058 \begin_layout Standard
11059 Mit den im vorigen Kapitel beschriebenen Befehlen 
11060 \series bold
11061
11062 \backslash
11063 overset
11064 \series default
11065
11066 \begin_inset Index idx
11067 status collapsed
11068
11069 \begin_layout Plain Layout
11070 Befehle ! O ! 
11071 \backslash
11072 overset
11073 \end_layout
11074
11075 \end_inset
11076
11077  und 
11078 \series bold
11079
11080 \backslash
11081 underset
11082 \series default
11083
11084 \begin_inset Index idx
11085 status collapsed
11086
11087 \begin_layout Plain Layout
11088 Befehle ! U ! 
11089 \backslash
11090 underset
11091 \end_layout
11092
11093 \end_inset
11094
11095  ist es auch möglich mehrere Zeichen zu akzentuieren.
11096  Der Befehl 
11097 \series bold
11098
11099 \backslash
11100 underset
11101 \begin_inset ERT
11102 status collapsed
11103
11104 \begin_layout Plain Layout
11105
11106
11107 \backslash
11108 leer 
11109 \end_layout
11110
11111 \end_inset
11112
11113 A=B
11114 \begin_inset Formula $\downarrow$
11115 \end_inset
11116
11117 ***
11118 \series default
11119  ergibt:
11120 \begin_inset Formula \[
11121 \underset{***}{A=B}
11122 \]
11123
11124 \end_inset
11125
11126
11127 \end_layout
11128
11129 \begin_layout Section
11130 Leerraum
11131 \begin_inset CommandInset label
11132 LatexCommand label
11133 name "sub:Leerraum"
11134
11135 \end_inset
11136
11137
11138 \begin_inset Index idx
11139 status collapsed
11140
11141 \begin_layout Plain Layout
11142 Leerraum ! horizontaler
11143 \end_layout
11144
11145 \end_inset
11146
11147
11148 \end_layout
11149
11150 \begin_layout Subsection
11151 Vordefinierter Leerraum
11152 \begin_inset CommandInset label
11153 LatexCommand label
11154 name "sub:Vordefinierter-Leerraum"
11155
11156 \end_inset
11157
11158
11159 \begin_inset Index idx
11160 status collapsed
11161
11162 \begin_layout Plain Layout
11163 Leerraum ! horizontaler ! vordefiniert
11164 \end_layout
11165
11166 \end_inset
11167
11168
11169 \end_layout
11170
11171 \begin_layout Standard
11172 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11173  Dazu gibt man ein geschütztes Leerzeichen ein.
11174  Es erscheint ein 
11175 \begin_inset Quotes gld
11176 \end_inset
11177
11178
11179 \color blue
11180
11181 \begin_inset ERT
11182 status collapsed
11183
11184 \begin_layout Plain Layout
11185
11186
11187 \backslash
11188 leer 
11189 \end_layout
11190
11191 \end_inset
11192
11193
11194 \color inherit
11195
11196 \begin_inset Quotes grd
11197 \end_inset
11198
11199  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11200  Leerraum-Größen wählen.
11201  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11202 \begin_inset Graphics
11203         filename ../../images/math/space.png
11204         scale 85
11205
11206 \end_inset
11207
11208  oder mit einzelnen Befehlen aufrufen.
11209  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11210  danach wieder aus allen Größen wählen.
11211 \end_layout
11212
11213 \begin_layout Standard
11214 \align center
11215 \begin_inset VSpace -5mm
11216 \end_inset
11217
11218
11219 \begin_inset Tabular
11220 <lyxtabular version="3" rows="3" columns="7">
11221 <features tabularvalignment="middle">
11222 <column alignment="center" valignment="middle" width="6.8cm">
11223 <column alignment="center" valignment="top" width="0pt">
11224 <column alignment="center" valignment="top" width="0pt">
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 <row>
11230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11231 \begin_inset Text
11232
11233 \begin_layout Plain Layout
11234 Befehl
11235 \end_layout
11236
11237 \end_inset
11238 </cell>
11239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11240 \begin_inset Text
11241
11242 \begin_layout Plain Layout
11243
11244 \backslash
11245 ,
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254
11255 \backslash
11256 :
11257 \end_layout
11258
11259 \end_inset
11260 </cell>
11261 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11262 \begin_inset Text
11263
11264 \begin_layout Plain Layout
11265
11266 \backslash
11267 ;
11268 \end_layout
11269
11270 \end_inset
11271 </cell>
11272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11273 \begin_inset Text
11274
11275 \begin_layout Plain Layout
11276
11277 \backslash
11278 quad
11279 \end_layout
11280
11281 \end_inset
11282 </cell>
11283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11284 \begin_inset Text
11285
11286 \begin_layout Plain Layout
11287
11288 \backslash
11289 qquad
11290 \end_layout
11291
11292 \end_inset
11293 </cell>
11294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11295 \begin_inset Text
11296
11297 \begin_layout Plain Layout
11298
11299 \backslash
11300 !
11301 \end_layout
11302
11303 \end_inset
11304 </cell>
11305 </row>
11306 <row>
11307 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11308 \begin_inset Text
11309
11310 \begin_layout Plain Layout
11311 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11312 \end_layout
11313
11314 \end_inset
11315 </cell>
11316 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11317 \begin_inset Text
11318
11319 \begin_layout Plain Layout
11320 0
11321 \end_layout
11322
11323 \end_inset
11324 </cell>
11325 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11326 \begin_inset Text
11327
11328 \begin_layout Plain Layout
11329 1
11330 \end_layout
11331
11332 \end_inset
11333 </cell>
11334 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11335 \begin_inset Text
11336
11337 \begin_layout Plain Layout
11338 2
11339 \end_layout
11340
11341 \end_inset
11342 </cell>
11343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 3
11348 \end_layout
11349
11350 \end_inset
11351 </cell>
11352 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11353 \begin_inset Text
11354
11355 \begin_layout Plain Layout
11356 4
11357 \end_layout
11358
11359 \end_inset
11360 </cell>
11361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 5
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 </row>
11371 <row>
11372 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11373 \begin_inset Text
11374
11375 \begin_layout Plain Layout
11376 Ergebnis
11377 \end_layout
11378
11379 \end_inset
11380 </cell>
11381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11382 \begin_inset Text
11383
11384 \begin_layout Plain Layout
11385 \begin_inset Formula $A\, B$
11386 \end_inset
11387
11388
11389 \end_layout
11390
11391 \end_inset
11392 </cell>
11393 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 \begin_inset Formula $A\: B$
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 \begin_inset Formula $A\; B$
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11418 \begin_inset Text
11419
11420 \begin_layout Plain Layout
11421 \begin_inset Formula $A\quad B$
11422 \end_inset
11423
11424
11425 \end_layout
11426
11427 \end_inset
11428 </cell>
11429 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11430 \begin_inset Text
11431
11432 \begin_layout Plain Layout
11433 \begin_inset Formula $A\qquad B$
11434 \end_inset
11435
11436
11437 \end_layout
11438
11439 \end_inset
11440 </cell>
11441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 \begin_inset Formula $A\! B$
11446 \end_inset
11447
11448
11449 \end_layout
11450
11451 \end_inset
11452 </cell>
11453 </row>
11454 </lyxtabular>
11455
11456 \end_inset
11457
11458
11459 \end_layout
11460
11461 \begin_layout Standard
11462 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11463  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11464  denn sie erstellt negativen Leerraum.
11465  Es gibt noch zwei weitere negative Leerräume:
11466 \end_layout
11467
11468 \begin_layout Standard
11469 \align center
11470 \begin_inset Tabular
11471 <lyxtabular version="3" rows="3" columns="3">
11472 <features tabularvalignment="middle">
11473 <column alignment="center" valignment="middle" width="6.8cm">
11474 <column alignment="center" valignment="top" width="0pt">
11475 <column alignment="center" valignment="top" width="0pt">
11476 <row>
11477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11478 \begin_inset Text
11479
11480 \begin_layout Plain Layout
11481 Befehl
11482 \end_layout
11483
11484 \end_inset
11485 </cell>
11486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11487 \begin_inset Text
11488
11489 \begin_layout Plain Layout
11490
11491 \backslash
11492 negmedspace
11493 \end_layout
11494
11495 \end_inset
11496 </cell>
11497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11498 \begin_inset Text
11499
11500 \begin_layout Plain Layout
11501
11502 \backslash
11503 negthickspace
11504 \end_layout
11505
11506 \end_inset
11507 </cell>
11508 </row>
11509 <row>
11510 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11511 \begin_inset Text
11512
11513 \begin_layout Plain Layout
11514 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11515 \end_layout
11516
11517 \end_inset
11518 </cell>
11519 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11520 \begin_inset Text
11521
11522 \begin_layout Plain Layout
11523 6
11524 \end_layout
11525
11526 \end_inset
11527 </cell>
11528 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11529 \begin_inset Text
11530
11531 \begin_layout Plain Layout
11532 7
11533 \end_layout
11534
11535 \end_inset
11536 </cell>
11537 </row>
11538 <row>
11539 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11540 \begin_inset Text
11541
11542 \begin_layout Plain Layout
11543 Ergebnis
11544 \end_layout
11545
11546 \end_inset
11547 </cell>
11548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11549 \begin_inset Text
11550
11551 \begin_layout Plain Layout
11552 \begin_inset Formula $A\negmedspace B$
11553 \end_inset
11554
11555
11556 \end_layout
11557
11558 \end_inset
11559 </cell>
11560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11561 \begin_inset Text
11562
11563 \begin_layout Plain Layout
11564 \begin_inset Formula $A\negthickspace B$
11565 \end_inset
11566
11567
11568 \end_layout
11569
11570 \end_inset
11571 </cell>
11572 </row>
11573 </lyxtabular>
11574
11575 \end_inset
11576
11577
11578 \end_layout
11579
11580 \begin_layout Standard
11581 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11582  Man kann auf diese Weise Ligaturen erzwingen, was z.
11583 \begin_inset space \thinspace{}
11584 \end_inset
11585
11586 B.
11587  für Summenzeichen von Nutzen ist: 
11588 \end_layout
11589
11590 \begin_layout Standard
11591 \align center
11592 \begin_inset Tabular
11593 <lyxtabular version="3" rows="3" columns="2">
11594 <features tabularvalignment="middle">
11595 <column alignment="center" valignment="top" width="0">
11596 <column alignment="center" valignment="top" width="0">
11597 <row>
11598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 Befehl
11603 \end_layout
11604
11605 \end_inset
11606 </cell>
11607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11608 \begin_inset Text
11609
11610 \begin_layout Plain Layout
11611 Ergebnis
11612 \begin_inset Note Note
11613 status collapsed
11614
11615 \begin_layout Plain Layout
11616
11617 \series bold
11618
11619 \backslash
11620 raisebox
11621 \series default
11622  dient nur als Abstandhalter.
11623 \end_layout
11624
11625 \end_inset
11626
11627
11628 \end_layout
11629
11630 \end_inset
11631 </cell>
11632 </row>
11633 <row>
11634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11635 \begin_inset Text
11636
11637 \begin_layout Plain Layout
11638
11639 \backslash
11640 sum
11641 \backslash
11642 sum
11643 \begin_inset ERT
11644 status collapsed
11645
11646 \begin_layout Plain Layout
11647
11648
11649 \backslash
11650 leer 
11651 \end_layout
11652
11653 \end_inset
11654
11655 f_kl
11656 \end_layout
11657
11658 \end_inset
11659 </cell>
11660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11661 \begin_inset Text
11662
11663 \begin_layout Plain Layout
11664 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11665 \end_inset
11666
11667
11668 \end_layout
11669
11670 \end_inset
11671 </cell>
11672 </row>
11673 <row>
11674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11675 \begin_inset Text
11676
11677 \begin_layout Plain Layout
11678
11679 \backslash
11680 sum
11681 \backslash
11682 negmedspace
11683 \backslash
11684 sum
11685 \begin_inset ERT
11686 status collapsed
11687
11688 \begin_layout Plain Layout
11689
11690
11691 \backslash
11692 leer 
11693 \end_layout
11694
11695 \end_inset
11696
11697 f_kl
11698 \end_layout
11699
11700 \end_inset
11701 </cell>
11702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11703 \begin_inset Text
11704
11705 \begin_layout Plain Layout
11706 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11707 \end_inset
11708
11709
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 </lyxtabular>
11716
11717 \end_inset
11718
11719
11720 \end_layout
11721
11722 \begin_layout Standard
11723 Relationen, wie z.
11724 \begin_inset space \thinspace{}
11725 \end_inset
11726
11727 B.
11728  Gleichheitszeichen, sind immer von Leerraum umgeben.
11729  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11730  TeX-Klammer.
11731  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11732 \end_layout
11733
11734 \begin_layout Standard
11735 \align center
11736 \begin_inset Tabular
11737 <lyxtabular version="3" rows="2" columns="2">
11738 <features tabularvalignment="middle">
11739 <column alignment="center" valignment="top" width="0pt">
11740 <column alignment="center" valignment="top" width="0pt">
11741 <row>
11742 <cell alignment="center" valignment="top" usebox="none">
11743 \begin_inset Text
11744
11745 \begin_layout Plain Layout
11746 normale Gleichung
11747 \end_layout
11748
11749 \end_inset
11750 </cell>
11751 <cell alignment="center" valignment="top" usebox="none">
11752 \begin_inset Text
11753
11754 \begin_layout Plain Layout
11755 \begin_inset Formula $A=B$
11756 \end_inset
11757
11758
11759 \end_layout
11760
11761 \end_inset
11762 </cell>
11763 </row>
11764 <row>
11765 <cell alignment="center" valignment="top" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769 \begin_inset Note Note
11770 status collapsed
11771
11772 \begin_layout Plain Layout
11773
11774 \series bold
11775
11776 \backslash
11777 raisebox
11778 \series default
11779  dient nur als Abstandhalter.
11780 \end_layout
11781
11782 \end_inset
11783
11784
11785 \begin_inset Formula $\raisebox{5mm}{}$
11786 \end_inset
11787
11788 Gleichung ohne Leerraum
11789 \end_layout
11790
11791 \end_inset
11792 </cell>
11793 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11794 \begin_inset Text
11795
11796 \begin_layout Plain Layout
11797 \begin_inset Formula $A{=}B$
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 </row>
11806 </lyxtabular>
11807
11808 \end_inset
11809
11810
11811 \end_layout
11812
11813 \begin_layout Standard
11814 Der Befehl für die letzte Formel lautet: 
11815 \series bold
11816 A
11817 \backslash
11818 {=
11819 \begin_inset Formula $\to$
11820 \end_inset
11821
11822 B
11823 \end_layout
11824
11825 \begin_layout Standard
11826 \begin_inset VSpace bigskip
11827 \end_inset
11828
11829 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11830  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11831  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11832 \family sans
11833 Einfügen\SpecialChar \menuseparator
11834 Formatierung\SpecialChar \menuseparator
11835 Kleiner
11836 \begin_inset space ~
11837 \end_inset
11838
11839 Abstand
11840 \family default
11841  (Tastenkürzel 
11842 \family sans
11843 Strg+Shift+Leertaste
11844 \family default
11845 ) ein.
11846 \end_layout
11847
11848 \begin_layout Standard
11849 Ein Beispiel zur Veranschaulichung:
11850 \end_layout
11851
11852 \begin_layout Standard
11853 \begin_inset Tabular
11854 <lyxtabular version="3" rows="2" columns="2">
11855 <features tabularvalignment="middle">
11856 <column alignment="left" valignment="top" width="0">
11857 <column alignment="left" valignment="top" width="0">
11858 <row>
11859 <cell alignment="center" valignment="top" usebox="none">
11860 \begin_inset Text
11861
11862 \begin_layout Plain Layout
11863 24 kW
11864 \begin_inset Formula $\cdot$
11865 \end_inset
11866
11867 h
11868 \end_layout
11869
11870 \end_inset
11871 </cell>
11872 <cell alignment="center" valignment="top" usebox="none">
11873 \begin_inset Text
11874
11875 \begin_layout Plain Layout
11876 Leerzeichen zwischen Wert und Einheit
11877 \end_layout
11878
11879 \end_inset
11880 </cell>
11881 </row>
11882 <row>
11883 <cell alignment="center" valignment="top" usebox="none">
11884 \begin_inset Text
11885
11886 \begin_layout Plain Layout
11887 24
11888 \begin_inset space \thinspace{}
11889 \end_inset
11890
11891 kW
11892 \begin_inset Formula $\cdot$
11893 \end_inset
11894
11895 h
11896 \end_layout
11897
11898 \end_inset
11899 </cell>
11900 <cell alignment="center" valignment="top" usebox="none">
11901 \begin_inset Text
11902
11903 \begin_layout Plain Layout
11904 kleinster Leerraum zwischen Wert und Einheit
11905 \end_layout
11906
11907 \end_inset
11908 </cell>
11909 </row>
11910 </lyxtabular>
11911
11912 \end_inset
11913
11914
11915 \end_layout
11916
11917 \begin_layout Subsection
11918 Variabler Leerraum
11919 \begin_inset ERT
11920 status collapsed
11921
11922 \begin_layout Plain Layout
11923
11924
11925 \backslash
11926 texorpdfstring{
11927 \end_layout
11928
11929 \end_inset
11930
11931
11932 \begin_inset Foot
11933 status collapsed
11934
11935 \begin_layout Plain Layout
11936 für vertikalen Leerraum in Formeln siehe 
11937 \begin_inset CommandInset ref
11938 LatexCommand ref
11939 reference "sub:Zeilenabstand"
11940
11941 \end_inset
11942
11943
11944 \end_layout
11945
11946 \end_inset
11947
11948
11949 \begin_inset ERT
11950 status collapsed
11951
11952 \begin_layout Plain Layout
11953
11954 }{}
11955 \end_layout
11956
11957 \end_inset
11958
11959
11960 \begin_inset Note Note
11961 status collapsed
11962
11963 \begin_layout Plain Layout
11964
11965 \series bold
11966
11967 \backslash
11968 texorpdfstring
11969 \series default
11970  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11971 \end_layout
11972
11973 \begin_layout Plain Layout
11974 Näheres zu 
11975 \series bold
11976
11977 \backslash
11978 texorpdfstring
11979 \series default
11980  steht in Kapitel 
11981 \begin_inset CommandInset ref
11982 LatexCommand ref
11983 reference "sub:Formeln-in-Überschriften"
11984
11985 \end_inset
11986
11987 .
11988 \end_layout
11989
11990 \end_inset
11991
11992
11993 \begin_inset CommandInset label
11994 LatexCommand label
11995 name "sub:Variabler-Leerraum"
11996
11997 \end_inset
11998
11999
12000 \begin_inset Index idx
12001 status collapsed
12002
12003 \begin_layout Plain Layout
12004 Leerraum ! horizontaler ! variabel
12005 \end_layout
12006
12007 \end_inset
12008
12009
12010 \end_layout
12011
12012 \begin_layout Standard
12013 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12014 \series bold
12015
12016 \backslash
12017 hspace
12018 \series default
12019
12020 \begin_inset Index idx
12021 status collapsed
12022
12023 \begin_layout Plain Layout
12024 Befehle ! H ! 
12025 \backslash
12026 hspace
12027 \end_layout
12028
12029 \end_inset
12030
12031  einfügen.
12032  Es erscheint ein langes 
12033 \begin_inset Quotes gld
12034 \end_inset
12035
12036
12037 \color blue
12038
12039 \begin_inset ERT
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043
12044
12045 \backslash
12046 leer 
12047 \end_layout
12048
12049 \end_inset
12050
12051
12052 \color inherit
12053
12054 \begin_inset Quotes grd
12055 \end_inset
12056
12057 .
12058  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12059  das 
12060 \begin_inset Quotes gld
12061 \end_inset
12062
12063
12064 \color blue
12065
12066 \begin_inset ERT
12067 status collapsed
12068
12069 \begin_layout Plain Layout
12070
12071
12072 \backslash
12073 leer 
12074 \end_layout
12075
12076 \end_inset
12077
12078
12079 \color inherit
12080
12081 \begin_inset Quotes grd
12082 \end_inset
12083
12084  klickt.
12085  Die Länge darf auch negativ sein.
12086  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12087  einnimmt, benutzt man den Befehl 
12088 \series bold
12089
12090 \backslash
12091 hfill
12092 \series default
12093
12094 \begin_inset Index idx
12095 status collapsed
12096
12097 \begin_layout Plain Layout
12098 Befehle ! H ! 
12099 \backslash
12100 hfill
12101 \end_layout
12102
12103 \end_inset
12104
12105 .
12106 \end_layout
12107
12108 \begin_layout Standard
12109 \begin_inset VSpace -1mm
12110 \end_inset
12111
12112
12113 \end_layout
12114
12115 \begin_layout Standard
12116 \align center
12117 \begin_inset Tabular
12118 <lyxtabular version="3" rows="4" columns="2">
12119 <features tabularvalignment="middle">
12120 <column alignment="center" valignment="top" width="0">
12121 <column alignment="center" valignment="top" width="0">
12122 <row>
12123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12124 \begin_inset Text
12125
12126 \begin_layout Plain Layout
12127 Befehl (
12128 \backslash
12129 hspace Länge)
12130 \end_layout
12131
12132 \end_inset
12133 </cell>
12134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12135 \begin_inset Text
12136
12137 \begin_layout Plain Layout
12138 Ergebnis
12139 \end_layout
12140
12141 \end_inset
12142 </cell>
12143 </row>
12144 <row>
12145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12146 \begin_inset Text
12147
12148 \begin_layout Plain Layout
12149 A=B
12150 \backslash
12151 hspace{3cm
12152 \begin_inset Formula $\to$
12153 \end_inset
12154
12155 A
12156 \backslash
12157 not=C (3
12158 \begin_inset space \thinspace{}
12159 \end_inset
12160
12161 cm)
12162 \end_layout
12163
12164 \end_inset
12165 </cell>
12166 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12167 \begin_inset Text
12168
12169 \begin_layout Plain Layout
12170 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12171 \end_inset
12172
12173
12174 \end_layout
12175
12176 \end_inset
12177 </cell>
12178 </row>
12179 <row>
12180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12181 \begin_inset Text
12182
12183 \begin_layout Plain Layout
12184 A
12185 \backslash
12186 hspace{-1mm
12187 \begin_inset Formula $\to$
12188 \end_inset
12189
12190 A
12191 \backslash
12192 not=A (-1
12193 \begin_inset space \thinspace{}
12194 \end_inset
12195
12196 mm)
12197 \end_layout
12198
12199 \end_inset
12200 </cell>
12201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12202 \begin_inset Text
12203
12204 \begin_layout Plain Layout
12205 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12206 \end_inset
12207
12208
12209 \end_layout
12210
12211 \end_inset
12212 </cell>
12213 </row>
12214 <row>
12215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12216 \begin_inset Text
12217
12218 \begin_layout Plain Layout
12219 A=A
12220 \backslash
12221 hfill
12222 \begin_inset ERT
12223 status collapsed
12224
12225 \begin_layout Plain Layout
12226
12227
12228 \backslash
12229 leer 
12230 \end_layout
12231
12232 \end_inset
12233
12234 B=B
12235 \end_layout
12236
12237 \end_inset
12238 </cell>
12239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12240 \begin_inset Text
12241
12242 \begin_layout Plain Layout
12243 \begin_inset Formula $A=A\hfill B=B$
12244 \end_inset
12245
12246
12247 \end_layout
12248
12249 \end_inset
12250 </cell>
12251 </row>
12252 </lyxtabular>
12253
12254 \end_inset
12255
12256
12257 \end_layout
12258
12259 \begin_layout Standard
12260 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12261  Spalteneintrags der Tabelle vorgegeben.
12262  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12263  in die 
12264 \series bold
12265
12266 \backslash
12267 hfill
12268 \series default
12269  eingegeben wird.
12270  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12271  
12272 \series bold
12273
12274 \backslash
12275 hfill
12276 \series default
12277  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12278 \series bold
12279 Eingerückt
12280 \series default
12281  eingestellt ist.
12282  (Formelstile sind in 
12283 \begin_inset CommandInset ref
12284 LatexCommand ref
12285 reference "sec:Formelstile"
12286
12287 \end_inset
12288
12289  erklärt.)
12290 \end_layout
12291
12292 \begin_layout Standard
12293 Neben 
12294 \series bold
12295
12296 \backslash
12297 hfill
12298 \series default
12299  gibt es noch die Befehle 
12300 \series bold
12301
12302 \backslash
12303 dotfill
12304 \series default
12305  und 
12306 \series bold
12307
12308 \backslash
12309 hrulefill
12310 \series default
12311 , die den Leerraum mit einem Muster füllen, siehe 
12312 \begin_inset CommandInset ref
12313 LatexCommand ref
12314 reference "sub:Fortsetzungspunkte"
12315
12316 \end_inset
12317
12318  für ein Beispiel.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 Variabler Leerraum kann für Text über das Menü 
12323 \family sans
12324 Einfügen\SpecialChar \menuseparator
12325 Formatierung\SpecialChar \menuseparator
12326 Horizontaler
12327 \begin_inset space ~
12328 \end_inset
12329
12330 Abstand
12331 \family default
12332  eingefügt werden:
12333 \end_layout
12334
12335 \begin_layout Standard
12336 Dies ist eine Zeile mit
12337 \begin_inset space \hspace{}
12338 \length 2cm
12339 \end_inset
12340
12341 2
12342 \begin_inset space \thinspace{}
12343 \end_inset
12344
12345 cm Leerraum.
12346 \end_layout
12347
12348 \begin_layout Standard
12349 Dies ist eine Zeile mit
12350 \begin_inset space \hfill{}
12351 \end_inset
12352
12353 maximalem Leerraum.
12354 \end_layout
12355
12356 \begin_layout Subsection
12357 Leerraum neben eingebetteten Formeln
12358 \begin_inset Index idx
12359 status collapsed
12360
12361 \begin_layout Plain Layout
12362 Leerraum ! neben eingebetteten Formeln
12363 \end_layout
12364
12365 \end_inset
12366
12367
12368 \end_layout
12369
12370 \begin_layout Standard
12371 Über die Länge 
12372 \series bold
12373
12374 \backslash
12375 mathsurround
12376 \series default
12377
12378 \begin_inset Index idx
12379 status collapsed
12380
12381 \begin_layout Plain Layout
12382 Befehle ! M ! 
12383 \backslash
12384 mathsurround
12385 \end_layout
12386
12387 \end_inset
12388
12389  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12390  wird.
12391  Der Wert einer Länge wird mit dem Befehl 
12392 \series bold
12393
12394 \backslash
12395 setlength
12396 \series default
12397
12398 \begin_inset Index idx
12399 status collapsed
12400
12401 \begin_layout Plain Layout
12402 Befehle ! S ! 
12403 \backslash
12404 setlength
12405 \end_layout
12406
12407 \end_inset
12408
12409  gesetzt.
12410  Dieser besitzt folgendes Befehlsschema:
12411 \end_layout
12412
12413 \begin_layout Standard
12414
12415 \series bold
12416
12417 \backslash
12418 setlength{Längenname}{Wert}
12419 \end_layout
12420
12421 \begin_layout Standard
12422 Um 
12423 \series bold
12424
12425 \backslash
12426 mathsurround
12427 \series default
12428  den Wert 5
12429 \begin_inset space \thinspace{}
12430 \end_inset
12431
12432 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12433 \end_layout
12434
12435 \begin_layout Standard
12436
12437 \series bold
12438
12439 \backslash
12440 setlength{
12441 \backslash
12442 mathsurround}{5mm}
12443 \end_layout
12444
12445 \begin_layout Standard
12446 ein.
12447  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12448 \begin_inset space \thinspace{}
12449 \end_inset
12450
12451 mm Leerraum gesetzt:
12452 \begin_inset ERT
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456
12457
12458 \backslash
12459 setlength{
12460 \backslash
12461 mathsurround}{5mm}
12462 \end_layout
12463
12464 \end_inset
12465
12466
12467 \end_layout
12468
12469 \begin_layout Standard
12470 Dies ist eine Zeile in der sich 
12471 \begin_inset Formula $A=B$
12472 \end_inset
12473
12474  eine Formel mit 5
12475 \begin_inset space \thinspace{}
12476 \end_inset
12477
12478 mm umgebendem Leerraum befindet.
12479 \begin_inset ERT
12480 status collapsed
12481
12482 \begin_layout Plain Layout
12483
12484
12485 \backslash
12486 setlength{
12487 \backslash
12488 mathsurround}{0pt}
12489 \end_layout
12490
12491 \end_inset
12492
12493
12494 \end_layout
12495
12496 \begin_layout Standard
12497 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12498 \series bold
12499
12500 \backslash
12501 mathsurround
12502 \series default
12503  auf den Wert 0
12504 \begin_inset space \thinspace{}
12505 \end_inset
12506
12507 pt.
12508 \end_layout
12509
12510 \begin_layout Section
12511 Boxen und Rahmen
12512 \begin_inset Index idx
12513 status collapsed
12514
12515 \begin_layout Plain Layout
12516 Boxen
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \begin_inset Index idx
12523 status collapsed
12524
12525 \begin_layout Plain Layout
12526 Rahmen | see
12527 \begin_inset ERT
12528 status collapsed
12529
12530 \begin_layout Plain Layout
12531
12532 {
12533 \end_layout
12534
12535 \end_inset
12536
12537 Boxen
12538 \begin_inset ERT
12539 status collapsed
12540
12541 \begin_layout Plain Layout
12542
12543 }
12544 \end_layout
12545
12546 \end_inset
12547
12548
12549 \end_layout
12550
12551 \end_inset
12552
12553
12554 \end_layout
12555
12556 \begin_layout Standard
12557 Boxen für Text sind im Kapitel 
12558 \family typewriter
12559 Boxen
12560 \family default
12561  im Handbuch 
12562 \family typewriter
12563 Eingebettete
12564 \begin_inset space ~
12565 \end_inset
12566
12567 Objekte
12568 \family default
12569  beschrieben.
12570 \end_layout
12571
12572 \begin_layout Subsection
12573 Boxen mit Rahmen
12574 \begin_inset CommandInset label
12575 LatexCommand label
12576 name "sub:Boxen-mit-Rahmen"
12577
12578 \end_inset
12579
12580
12581 \begin_inset Index idx
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585 Boxen ! mit Rahmen
12586 \end_layout
12587
12588 \end_inset
12589
12590
12591 \end_layout
12592
12593 \begin_layout Standard
12594 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12595 \series bold
12596
12597 \backslash
12598 fbox
12599 \series default
12600
12601 \begin_inset Index idx
12602 status collapsed
12603
12604 \begin_layout Plain Layout
12605 Befehle ! F ! 
12606 \backslash
12607 fbox
12608 \end_layout
12609
12610 \end_inset
12611
12612  und 
12613 \series bold
12614
12615 \backslash
12616 boxed
12617 \series default
12618
12619 \begin_inset Index idx
12620 status collapsed
12621
12622 \begin_layout Plain Layout
12623 Befehle ! B ! 
12624 \backslash
12625 boxed
12626 \end_layout
12627
12628 \end_inset
12629
12630  zu umranden.
12631 \end_layout
12632
12633 \begin_layout Standard
12634 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12635  in einem Rahmen.
12636  Bei 
12637 \series bold
12638
12639 \backslash
12640 fbox
12641 \series default
12642  muss in diesem Eingabefeld mit 
12643 \family sans
12644 Strg+M
12645 \family default
12646  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12647  als mathematischer Text behandelt.
12648  Verwendet man 
12649 \series bold
12650
12651 \backslash
12652 boxed
12653 \series default
12654 , wird automatisch im Rahmen eine neue Formel erzeugt.
12655 \end_layout
12656
12657 \begin_layout Standard
12658 Der Befehl 
12659 \series bold
12660
12661 \backslash
12662 fbox
12663 \series default
12664  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12665  wird dann immer in Textzeilengröße gesetzt.
12666  Im Gegensatz dazu ist 
12667 \series bold
12668
12669 \backslash
12670 boxed
12671 \series default
12672  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12673  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12674 \end_layout
12675
12676 \begin_layout Standard
12677 Als Erweiterung zu 
12678 \series bold
12679
12680 \backslash
12681 fbox
12682 \series default
12683  gibt es den Befehl 
12684 \series bold
12685
12686 \backslash
12687 framebox
12688 \series default
12689
12690 \begin_inset Index idx
12691 status collapsed
12692
12693 \begin_layout Plain Layout
12694 Befehle ! F ! 
12695 \backslash
12696 framebox
12697 \end_layout
12698
12699 \end_inset
12700
12701 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12702  kann.
12703  
12704 \series bold
12705
12706 \backslash
12707 framebox
12708 \series default
12709  wird nach folgendem Schema verwendet:
12710 \end_layout
12711
12712 \begin_layout Standard
12713
12714 \series bold
12715
12716 \backslash
12717 framebox[Rahmenbreite][Position]{Boxinhalt}
12718 \end_layout
12719
12720 \begin_layout Standard
12721 Die Position kann entweder 
12722 \emph on
12723 l
12724 \emph default
12725  oder 
12726 \emph on
12727 r
12728 \emph default
12729  sein.
12730  
12731 \emph on
12732 l
12733 \emph default
12734  bewirkt linksbündige, 
12735 \emph on
12736 r
12737 \emph default
12738  rechtsbündige Ausrichtung der Formel in der Box.
12739  Gibt man keine Position an, wird die Formel zentriert.
12740 \begin_inset Newline newline
12741 \end_inset
12742
12743 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12744  In diesem Falle wird die Rahmenbreite wie bei 
12745 \series bold
12746
12747 \backslash
12748 fbox
12749 \series default
12750  an den Boxinhalt angepasst.
12751 \end_layout
12752
12753 \begin_layout Standard
12754 Wenn man den Befehl 
12755 \series bold
12756
12757 \backslash
12758 framebox
12759 \series default
12760  eingibt, erscheint eine Box mit drei Eingabefeldern.
12761  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12762  beiden optionalen Argumente.
12763  In das dritte Feld wird wie bei 
12764 \series bold
12765
12766 \backslash
12767 fbox
12768 \series default
12769  die Formel eingegeben.
12770 \end_layout
12771
12772 \begin_layout Standard
12773 \align center
12774 \begin_inset Tabular
12775 <lyxtabular version="3" rows="5" columns="2">
12776 <features tabularvalignment="middle">
12777 <column alignment="center" valignment="top" width="0">
12778 <column alignment="center" valignment="top" width="0">
12779 <row>
12780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12781 \begin_inset Text
12782
12783 \begin_layout Plain Layout
12784 Befehl
12785 \end_layout
12786
12787 \end_inset
12788 </cell>
12789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12790 \begin_inset Text
12791
12792 \begin_layout Plain Layout
12793 Ergebnis
12794 \begin_inset Note Note
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798
12799 \series bold
12800
12801 \backslash
12802 raisebox
12803 \series default
12804  dient nur als Abstandhalter.
12805 \end_layout
12806
12807 \end_inset
12808
12809
12810 \end_layout
12811
12812 \end_inset
12813 </cell>
12814 </row>
12815 <row>
12816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12817 \begin_inset Text
12818
12819 \begin_layout Plain Layout
12820
12821 \backslash
12822 fbox
12823 \begin_inset ERT
12824 status collapsed
12825
12826 \begin_layout Plain Layout
12827
12828
12829 \backslash
12830 leer 
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \family sans
12837 Strg+M
12838 \family default
12839  
12840 \backslash
12841 int
12842 \begin_inset ERT
12843 status collapsed
12844
12845 \begin_layout Plain Layout
12846
12847
12848 \backslash
12849 leer 
12850 \end_layout
12851
12852 \end_inset
12853
12854 A=B
12855 \end_layout
12856
12857 \end_inset
12858 </cell>
12859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12860 \begin_inset Text
12861
12862 \begin_layout Plain Layout
12863 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12864 \end_inset
12865
12866
12867 \end_layout
12868
12869 \end_inset
12870 </cell>
12871 </row>
12872 <row>
12873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12874 \begin_inset Text
12875
12876 \begin_layout Plain Layout
12877
12878 \backslash
12879 boxed
12880 \begin_inset ERT
12881 status collapsed
12882
12883 \begin_layout Plain Layout
12884
12885
12886 \backslash
12887 leer 
12888 \end_layout
12889
12890 \end_inset
12891
12892
12893 \backslash
12894 int
12895 \begin_inset ERT
12896 status collapsed
12897
12898 \begin_layout Plain Layout
12899
12900
12901 \backslash
12902 leer 
12903 \end_layout
12904
12905 \end_inset
12906
12907 A=B
12908 \end_layout
12909
12910 \end_inset
12911 </cell>
12912 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12913 \begin_inset Text
12914
12915 \begin_layout Plain Layout
12916 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12917 \end_inset
12918
12919
12920 \end_layout
12921
12922 \end_inset
12923 </cell>
12924 </row>
12925 <row>
12926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12927 \begin_inset Text
12928
12929 \begin_layout Plain Layout
12930 A+
12931 \backslash
12932 fbox
12933 \begin_inset ERT
12934 status collapsed
12935
12936 \begin_layout Plain Layout
12937
12938
12939 \backslash
12940 leer 
12941 \end_layout
12942
12943 \end_inset
12944
12945 B
12946 \end_layout
12947
12948 \end_inset
12949 </cell>
12950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12951 \begin_inset Text
12952
12953 \begin_layout Plain Layout
12954 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12955 \end_inset
12956
12957
12958 \end_layout
12959
12960 \end_inset
12961 </cell>
12962 </row>
12963 <row>
12964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12965 \begin_inset Text
12966
12967 \begin_layout Plain Layout
12968
12969 \backslash
12970 framebox
12971 \begin_inset ERT
12972 status collapsed
12973
12974 \begin_layout Plain Layout
12975
12976
12977 \backslash
12978 leer 
12979 \end_layout
12980
12981 \end_inset
12982
12983 20mm
12984 \begin_inset Formula $\to$
12985 \end_inset
12986
12987
12988 \begin_inset Formula $\to$
12989 \end_inset
12990
12991
12992 \family sans
12993 Strg+M
12994 \family default
12995  
12996 \backslash
12997 frac
12998 \begin_inset ERT
12999 status collapsed
13000
13001 \begin_layout Plain Layout
13002
13003
13004 \backslash
13005 leer 
13006 \end_layout
13007
13008 \end_inset
13009
13010 A
13011 \begin_inset Formula $\downarrow$
13012 \end_inset
13013
13014 B
13015 \end_layout
13016
13017 \end_inset
13018 </cell>
13019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13020 \begin_inset Text
13021
13022 \begin_layout Plain Layout
13023 \begin_inset Formula $\raisebox{6mm}{}$
13024 \end_inset
13025
13026
13027 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13028 \end_inset
13029
13030
13031 \begin_inset Formula $\raisebox{-4mm}{}$
13032 \end_inset
13033
13034
13035 \end_layout
13036
13037 \end_inset
13038 </cell>
13039 </row>
13040 </lyxtabular>
13041
13042 \end_inset
13043
13044
13045 \end_layout
13046
13047 \begin_layout Standard
13048 Die Rahmendicke kann ebenfalls eingestellt werden.
13049  Dazu müssen vor der Formel im TeX-Modus die Befehle
13050 \end_layout
13051
13052 \begin_layout Standard
13053
13054 \series bold
13055
13056 \backslash
13057 fboxrule
13058 \series default
13059  
13060 \series bold
13061
13062 \begin_inset Quotes gld
13063 \end_inset
13064
13065 Dicke
13066 \begin_inset Quotes grd
13067 \end_inset
13068
13069
13070 \series default
13071  
13072 \series bold
13073
13074 \backslash
13075 fboxsep
13076 \series default
13077  
13078 \series bold
13079
13080 \begin_inset Quotes gld
13081 \end_inset
13082
13083 Abstand
13084 \begin_inset Quotes grd
13085 \end_inset
13086
13087
13088 \end_layout
13089
13090 \begin_layout Standard
13091 eingegeben werden.
13092  
13093 \begin_inset Quotes gld
13094 \end_inset
13095
13096 Abstand
13097 \begin_inset Quotes grd
13098 \end_inset
13099
13100  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13101  in der Box fest.
13102  Ein Beispiel dafür ist folgende umrandete Formel:
13103 \begin_inset ERT
13104 status collapsed
13105
13106 \begin_layout Plain Layout
13107
13108
13109 \backslash
13110 fboxrule 2mm 
13111 \backslash
13112 fboxsep 3mm
13113 \end_layout
13114
13115 \end_inset
13116
13117
13118 \begin_inset Formula \[
13119 \boxed{A+B=C}
13120 \]
13121
13122 \end_inset
13123
13124 Vor dieser Formel wurde im TeX-Modus
13125 \end_layout
13126
13127 \begin_layout Standard
13128
13129 \series bold
13130
13131 \backslash
13132 fboxrule
13133 \series default
13134  
13135 \series bold
13136 2mm
13137 \series default
13138  
13139 \series bold
13140
13141 \backslash
13142 fboxsep
13143 \series default
13144  
13145 \series bold
13146 3mm
13147 \end_layout
13148
13149 \begin_layout Standard
13150 eingegeben.
13151  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13152 \end_layout
13153
13154 \begin_layout Standard
13155 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13156  nächsten Formel im TeX-Modus folgende Befehle ein:
13157 \end_layout
13158
13159 \begin_layout Standard
13160
13161 \series bold
13162
13163 \backslash
13164 fboxrule
13165 \series default
13166  
13167 \series bold
13168 0.4pt
13169 \series default
13170  
13171 \series bold
13172
13173 \backslash
13174 fboxsep
13175 \series default
13176  
13177 \series bold
13178 3pt
13179 \series default
13180
13181 \begin_inset ERT
13182 status collapsed
13183
13184 \begin_layout Plain Layout
13185
13186
13187 \backslash
13188 fboxrule 0.4pt 
13189 \backslash
13190 fboxsep 3pt
13191 \end_layout
13192
13193 \end_inset
13194
13195
13196 \end_layout
13197
13198 \begin_layout Subsection
13199 Boxen ohne Rahmen
13200 \begin_inset CommandInset label
13201 LatexCommand label
13202 name "sub:Boxen-ohne-Rahmen"
13203
13204 \end_inset
13205
13206
13207 \begin_inset Index idx
13208 status collapsed
13209
13210 \begin_layout Plain Layout
13211 Boxen ! ohne Rahmen
13212 \end_layout
13213
13214 \end_inset
13215
13216
13217 \end_layout
13218
13219 \begin_layout Standard
13220 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13221 \series bold
13222
13223 \backslash
13224 mbox
13225 \series default
13226
13227 \begin_inset Index idx
13228 status collapsed
13229
13230 \begin_layout Plain Layout
13231 Befehle ! M ! 
13232 \backslash
13233 mbox
13234 \end_layout
13235
13236 \end_inset
13237
13238
13239 \series bold
13240
13241 \backslash
13242 makebox
13243 \series default
13244
13245 \begin_inset Index idx
13246 status collapsed
13247
13248 \begin_layout Plain Layout
13249 Befehle ! M ! 
13250 \backslash
13251 makebox
13252 \end_layout
13253
13254 \end_inset
13255
13256  und
13257 \begin_inset Newline linebreak
13258 \end_inset
13259
13260
13261 \series bold
13262
13263 \backslash
13264 raisebox
13265 \series default
13266
13267 \begin_inset Index idx
13268 status collapsed
13269
13270 \begin_layout Plain Layout
13271 Befehle ! R ! 
13272 \backslash
13273 raisebox
13274 \end_layout
13275
13276 \end_inset
13277
13278
13279 \end_layout
13280
13281 \begin_layout Standard
13282 Mit 
13283 \series bold
13284
13285 \backslash
13286 raisebox
13287 \series default
13288  kann man eine Box hoch- oder tiefstellen.
13289  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13290 n die Schriftgröße bei.
13291  
13292 \series bold
13293
13294 \backslash
13295 raisebox
13296 \series default
13297  wird dabei mit folgendem Schema benutzt:
13298 \end_layout
13299
13300 \begin_layout Standard
13301
13302 \series bold
13303
13304 \backslash
13305 raisebox{Höhe}{Boxinhalt}
13306 \end_layout
13307
13308 \begin_layout Standard
13309 Soll in der Box eine Formel stehen, muss man wie bei 
13310 \series bold
13311
13312 \backslash
13313 fbox
13314 \series default
13315  eine weitere Formel erstellen.
13316  
13317 \begin_inset Note Greyedout
13318 status open
13319
13320 \begin_layout Plain Layout
13321
13322 \series bold
13323 Achtung:
13324 \series default
13325  Für 
13326 \series bold
13327
13328 \backslash
13329 raisebox
13330 \series default
13331  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13332  
13333 \family sans
13334 Strg+M
13335 \family default
13336  erstellt, denn LyX unterstützt 
13337 \series bold
13338
13339 \backslash
13340 raisebox
13341 \series default
13342  noch nicht direkt.
13343 \end_layout
13344
13345 \end_inset
13346
13347
13348 \end_layout
13349
13350 \begin_layout Standard
13351 \align center
13352 \begin_inset Tabular
13353 <lyxtabular version="3" rows="4" columns="2">
13354 <features tabularvalignment="middle">
13355 <column alignment="center" valignment="top" width="0">
13356 <column alignment="center" valignment="top" width="0">
13357 <row>
13358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13359 \begin_inset Text
13360
13361 \begin_layout Plain Layout
13362 Befehl
13363 \end_layout
13364
13365 \end_inset
13366 </cell>
13367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13368 \begin_inset Text
13369
13370 \begin_layout Plain Layout
13371 Ergebnis
13372 \end_layout
13373
13374 \end_inset
13375 </cell>
13376 </row>
13377 <row>
13378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13379 \begin_inset Text
13380
13381 \begin_layout Plain Layout
13382 H
13383 \backslash
13384 raisebox{2mm
13385 \begin_inset Formula $\to$
13386 \end_inset
13387
13388
13389 \backslash
13390 {al
13391 \begin_inset Formula $\to$
13392 \end_inset
13393
13394  lo
13395 \end_layout
13396
13397 \end_inset
13398 </cell>
13399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13400 \begin_inset Text
13401
13402 \begin_layout Plain Layout
13403 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13404 \end_inset
13405
13406
13407 \end_layout
13408
13409 \end_inset
13410 </cell>
13411 </row>
13412 <row>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 H
13418 \backslash
13419 raisebox{-2mm
13420 \begin_inset Formula $\to$
13421 \end_inset
13422
13423
13424 \backslash
13425 {al
13426 \begin_inset Formula $\to$
13427 \end_inset
13428
13429 lo
13430 \end_layout
13431
13432 \end_inset
13433 </cell>
13434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13435 \begin_inset Text
13436
13437 \begin_layout Plain Layout
13438 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13439 \end_inset
13440
13441
13442 \end_layout
13443
13444 \end_inset
13445 </cell>
13446 </row>
13447 <row>
13448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13449 \begin_inset Text
13450
13451 \begin_layout Plain Layout
13452 A=
13453 \backslash
13454 raisebox{-2mm
13455 \begin_inset Formula $\to$
13456 \end_inset
13457
13458
13459 \backslash
13460 {
13461 \family sans
13462 Strg+M Strg+M
13463 \family default
13464  
13465 \backslash
13466 sqrt
13467 \begin_inset ERT
13468 status collapsed
13469
13470 \begin_layout Plain Layout
13471
13472
13473 \backslash
13474 leer 
13475 \end_layout
13476
13477 \end_inset
13478
13479
13480 \end_layout
13481
13482 \end_inset
13483 </cell>
13484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13485 \begin_inset Text
13486
13487 \begin_layout Plain Layout
13488 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13489 \end_inset
13490
13491
13492 \end_layout
13493
13494 \end_inset
13495 </cell>
13496 </row>
13497 </lyxtabular>
13498
13499 \end_inset
13500
13501
13502 \end_layout
13503
13504 \begin_layout Standard
13505 Der Befehl 
13506 \series bold
13507
13508 \backslash
13509 mbox
13510 \series default
13511  ist äquivalent zu 
13512 \series bold
13513
13514 \backslash
13515 fbox
13516 \series default
13517  und 
13518 \series bold
13519
13520 \backslash
13521 makebox
13522 \series default
13523  ist äquivalent zu 
13524 \series bold
13525
13526 \backslash
13527 framebox
13528 \series default
13529 , nur dass es keinen Rahmen gibt.
13530 \end_layout
13531
13532 \begin_layout Subsection
13533 Farbige Boxen
13534 \begin_inset CommandInset label
13535 LatexCommand label
13536 name "sub:Farbige-Boxen"
13537
13538 \end_inset
13539
13540
13541 \begin_inset Index idx
13542 status collapsed
13543
13544 \begin_layout Plain Layout
13545 Boxen ! farbige
13546 \end_layout
13547
13548 \end_inset
13549
13550
13551 \end_layout
13552
13553 \begin_layout Standard
13554 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13555  im LaTeX-Vorspann das LaTeX-Paket 
13556 \series bold
13557 color
13558 \series default
13559
13560 \begin_inset Foot
13561 status collapsed
13562
13563 \begin_layout Plain Layout
13564 Das Paket 
13565 \series bold
13566 color
13567 \series default
13568  ist Teil jeder LaTeX-Standardinstallation.
13569 \end_layout
13570
13571 \end_inset
13572
13573
13574 \begin_inset Index idx
13575 status collapsed
13576
13577 \begin_layout Plain Layout
13578 Pakete ! color
13579 \end_layout
13580
13581 \end_inset
13582
13583  mit der Zeile
13584 \end_layout
13585
13586 \begin_layout Standard
13587
13588 \series bold
13589
13590 \backslash
13591 usepackage{color}
13592 \end_layout
13593
13594 \begin_layout Standard
13595 geladen werden
13596 \begin_inset Foot
13597 status collapsed
13598
13599 \begin_layout Plain Layout
13600 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13601  LyX das LaTeX-Paket 
13602 \series bold
13603 color
13604 \series default
13605  automatisch.
13606  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13607  keine Probleme hervorruft.
13608 \end_layout
13609
13610 \end_inset
13611
13612
13613 \begin_inset Note Note
13614 status collapsed
13615
13616 \begin_layout Plain Layout
13617 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13618  ein Makro eingefügt.
13619 \end_layout
13620
13621 \end_inset
13622
13623 .
13624 \end_layout
13625
13626 \begin_layout Standard
13627 \begin_inset VSpace medskip
13628 \end_inset
13629
13630 Um Boxen einzufärben, verwendet man den Befehl 
13631 \series bold
13632
13633 \backslash
13634 colorbox
13635 \series default
13636
13637 \begin_inset Index idx
13638 status collapsed
13639
13640 \begin_layout Plain Layout
13641 Befehle ! C ! 
13642 \backslash
13643 colorbox
13644 \end_layout
13645
13646 \end_inset
13647
13648  nach folgendem Schema:
13649 \end_layout
13650
13651 \begin_layout Standard
13652
13653 \series bold
13654
13655 \backslash
13656 colorbox{Farbe}{Boxinhalt}
13657 \end_layout
13658
13659 \begin_layout Standard
13660 Der Boxinhalt kann auch wieder eine Box sein und eine 
13661 \series bold
13662
13663 \backslash
13664 colorbox
13665 \series default
13666  kann auch ein Teil einer anderen Box sein (siehe 2.
13667  und 3.
13668  Beispiel).
13669  Soll in der Box eine Formel stehen, muss wie bei 
13670 \series bold
13671
13672 \backslash
13673 raisebox
13674 \series default
13675  eine weitere Formel erstellt werden.
13676 \begin_inset Foot
13677 status collapsed
13678
13679 \begin_layout Plain Layout
13680 Das gilt auch für den Befehl 
13681 \series bold
13682
13683 \backslash
13684 fcolorbox
13685 \series default
13686 .
13687 \end_layout
13688
13689 \end_inset
13690
13691
13692 \end_layout
13693
13694 \begin_layout Standard
13695 Aus folgenden vordefinierten Farben kann gewählt werden:
13696 \end_layout
13697
13698 \begin_layout Standard
13699
13700 \series bold
13701 black
13702 \series default
13703
13704 \series bold
13705 blue
13706 \series default
13707
13708 \series bold
13709 cyan
13710 \series default
13711
13712 \series bold
13713 green
13714 \series default
13715
13716 \series bold
13717 magenta
13718 \series default
13719
13720 \series bold
13721 red
13722 \series default
13723
13724 \series bold
13725 white
13726 \series default
13727  und 
13728 \series bold
13729 yellow
13730 \end_layout
13731
13732 \begin_layout Standard
13733 \align center
13734 \begin_inset Tabular
13735 <lyxtabular version="3" rows="4" columns="2">
13736 <features tabularvalignment="middle">
13737 <column alignment="center" valignment="top" width="0">
13738 <column alignment="center" valignment="top" width="0">
13739 <row>
13740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13741 \begin_inset Text
13742
13743 \begin_layout Plain Layout
13744 Befehl
13745 \end_layout
13746
13747 \end_inset
13748 </cell>
13749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13750 \begin_inset Text
13751
13752 \begin_layout Plain Layout
13753 Ergebnis
13754 \begin_inset Note Note
13755 status collapsed
13756
13757 \begin_layout Plain Layout
13758
13759 \series bold
13760
13761 \backslash
13762 raisebox
13763 \series default
13764  dient nur als Abstandhalter.
13765 \end_layout
13766
13767 \end_inset
13768
13769
13770 \end_layout
13771
13772 \end_inset
13773 </cell>
13774 </row>
13775 <row>
13776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13777 \begin_inset Text
13778
13779 \begin_layout Plain Layout
13780
13781 \backslash
13782 colorbox{yellow
13783 \begin_inset Formula $\to$
13784 \end_inset
13785
13786
13787 \backslash
13788 {A=B
13789 \end_layout
13790
13791 \end_inset
13792 </cell>
13793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13794 \begin_inset Text
13795
13796 \begin_layout Plain Layout
13797 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13798 \end_inset
13799
13800
13801 \end_layout
13802
13803 \end_inset
13804 </cell>
13805 </row>
13806 <row>
13807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13808 \begin_inset Text
13809
13810 \begin_layout Plain Layout
13811
13812 \backslash
13813 colorbox{green
13814 \begin_inset Formula $\to$
13815 \end_inset
13816
13817
13818 \backslash
13819 {
13820 \backslash
13821 fbox
13822 \begin_inset ERT
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826
13827
13828 \backslash
13829 leer 
13830 \end_layout
13831
13832 \end_inset
13833
13834 A=B
13835 \end_layout
13836
13837 \end_inset
13838 </cell>
13839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13840 \begin_inset Text
13841
13842 \begin_layout Plain Layout
13843 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13844 \end_inset
13845
13846
13847 \end_layout
13848
13849 \end_inset
13850 </cell>
13851 </row>
13852 <row>
13853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13854 \begin_inset Text
13855
13856 \begin_layout Plain Layout
13857
13858 \backslash
13859 fbox
13860 \begin_inset ERT
13861 status collapsed
13862
13863 \begin_layout Plain Layout
13864
13865
13866 \backslash
13867 leer 
13868 \end_layout
13869
13870 \end_inset
13871
13872
13873 \backslash
13874 colorbox{green
13875 \begin_inset Formula $\to$
13876 \end_inset
13877
13878
13879 \backslash
13880 {
13881 \family sans
13882 Strg+M Strg+M
13883 \family default
13884  
13885 \backslash
13886 int
13887 \begin_inset ERT
13888 status collapsed
13889
13890 \begin_layout Plain Layout
13891
13892
13893 \backslash
13894 leer 
13895 \end_layout
13896
13897 \end_inset
13898
13899 C=D
13900 \end_layout
13901
13902 \end_inset
13903 </cell>
13904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13905 \begin_inset Text
13906
13907 \begin_layout Plain Layout
13908 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13909 \end_inset
13910
13911
13912 \end_layout
13913
13914 \end_inset
13915 </cell>
13916 </row>
13917 </lyxtabular>
13918
13919 \end_inset
13920
13921
13922 \end_layout
13923
13924 \begin_layout Standard
13925
13926 \series bold
13927
13928 \backslash
13929 colorbox
13930 \series default
13931  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13932  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13933  
13934 \family sans
13935 Textstil
13936 \family default
13937  die gewünschte Farbe aus.
13938  Der Dialog kann mit dem Werkzeugleistenknopf 
13939 \begin_inset Graphics
13940         filename ../../images/dialog-show_character.png
13941         scale 85
13942
13943 \end_inset
13944
13945  oder dem Menü 
13946 \family sans
13947 Bearbeiten\SpecialChar \menuseparator
13948 Textstil\SpecialChar \menuseparator
13949 Benutzerdefiniert
13950 \family default
13951  aufgerufen werden.
13952  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13953  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13954  innerhalb der Formel die Farbe geändert werden.
13955 \end_layout
13956
13957 \begin_layout Standard
13958 Ein Beispiel:
13959 \end_layout
13960
13961 \begin_layout Standard
13962
13963 \color red
13964 \begin_inset Formula \begin{equation}
13965 \int A=B\label{eq:rot}
13966 \end{equation}
13967
13968 \end_inset
13969
13970
13971 \color green
13972
13973 \begin_inset Formula \begin{equation}
13974 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13975 \end{equation}
13976
13977 \end_inset
13978
13979
13980 \end_layout
13981
13982 \begin_layout Standard
13983 Formel 
13984 \begin_inset CommandInset ref
13985 LatexCommand eqref
13986 reference "eq:rot"
13987
13988 \end_inset
13989
13990  ist komplett rot gefärbt.
13991 \begin_inset Newline newline
13992 \end_inset
13993
13994 Formel 
13995 \begin_inset CommandInset ref
13996 LatexCommand eqref
13997 reference "eq:rotgruen"
13998
13999 \end_inset
14000
14001  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14002  Anschließend wurden die Formelzeichen rot gefärbt.
14003 \end_layout
14004
14005 \begin_layout Standard
14006 \begin_inset VSpace bigskip
14007 \end_inset
14008
14009 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14010  den Befehl 
14011 \series bold
14012
14013 \backslash
14014 fcolorbox
14015 \series default
14016
14017 \begin_inset Index idx
14018 status collapsed
14019
14020 \begin_layout Plain Layout
14021 Befehle ! F ! 
14022 \backslash
14023 fcolorbox
14024 \end_layout
14025
14026 \end_inset
14027
14028  nach folgendem Schema:
14029 \end_layout
14030
14031 \begin_layout Standard
14032
14033 \series bold
14034
14035 \backslash
14036 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14037 \end_layout
14038
14039 \begin_layout Standard
14040
14041 \series bold
14042
14043 \backslash
14044 fcolorbox
14045 \series default
14046  stellt also eine Erweiterung des Befehls 
14047 \series bold
14048
14049 \backslash
14050 colorbox
14051 \series default
14052  dar.
14053  Die Rahmenbreite wird, wie bei 
14054 \series bold
14055
14056 \backslash
14057 framebox
14058 \series default
14059 , mit 
14060 \series bold
14061
14062 \backslash
14063 fboxrule
14064 \series default
14065  und 
14066 \series bold
14067
14068 \backslash
14069 fboxsep
14070 \series default
14071  festgelegt.
14072  Ein Beispiel:
14073 \begin_inset ERT
14074 status collapsed
14075
14076 \begin_layout Plain Layout
14077
14078
14079 \backslash
14080 fboxrule 1mm 
14081 \backslash
14082 fboxsep 1mm
14083 \end_layout
14084
14085 \end_inset
14086
14087
14088 \begin_inset Formula \[
14089 \fcolorbox{cyan}{magenta}{A=B}
14090 \]
14091
14092 \end_inset
14093
14094
14095 \begin_inset ERT
14096 status collapsed
14097
14098 \begin_layout Plain Layout
14099
14100
14101 \backslash
14102 fboxrule 0.4pt 
14103 \backslash
14104 fboxsep 3pt
14105 \end_layout
14106
14107 \end_inset
14108
14109
14110 \end_layout
14111
14112 \begin_layout Standard
14113 Diese Formel wurde mit folgendem Befehl erstellt:
14114 \begin_inset Newline newline
14115 \end_inset
14116
14117
14118 \series bold
14119
14120 \backslash
14121 fcolorbox{cyan
14122 \begin_inset Formula $\to$
14123 \end_inset
14124
14125
14126 \backslash
14127 {magenta
14128 \begin_inset Formula $\to$
14129 \end_inset
14130
14131
14132 \backslash
14133 {A=B
14134 \end_layout
14135
14136 \begin_layout Standard
14137 \begin_inset VSpace bigskip
14138 \end_inset
14139
14140 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14141  selbst definieren.
14142 \end_layout
14143
14144 \begin_layout Standard
14145 Man kann z.
14146 \begin_inset space \thinspace{}
14147 \end_inset
14148
14149 B.
14150  mit folgender LaTeX-Vorspannzeile die Farbe 
14151 \begin_inset Quotes gld
14152 \end_inset
14153
14154
14155 \series bold
14156 dunkelgruen
14157 \series default
14158
14159 \begin_inset Quotes grd
14160 \end_inset
14161
14162
14163 \begin_inset Foot
14164 status collapsed
14165
14166 \begin_layout Plain Layout
14167 In Befehlen darf kein Umlaut stehen, siehe 
14168 \begin_inset CommandInset ref
14169 LatexCommand ref
14170 reference "sec:Benutzerdefinierte-Befehle"
14171
14172 \end_inset
14173
14174 .
14175 \end_layout
14176
14177 \end_inset
14178
14179  definieren:
14180 \end_layout
14181
14182 \begin_layout Standard
14183
14184 \series bold
14185
14186 \backslash
14187 definecolor{dunkelgruen}{cmyk}{0.5,
14188 \series default
14189  
14190 \series bold
14191 0,
14192 \series default
14193  
14194 \series bold
14195 1,
14196 \series default
14197  
14198 \series bold
14199 0.5}
14200 \series default
14201
14202 \begin_inset Index idx
14203 status collapsed
14204
14205 \begin_layout Plain Layout
14206 Befehle ! D ! 
14207 \backslash
14208 definecolor
14209 \end_layout
14210
14211 \end_inset
14212
14213
14214 \end_layout
14215
14216 \begin_layout Standard
14217
14218 \series bold
14219 cmyk
14220 \series default
14221  ist der Farbraum und steht für die Farben 
14222 \series bold
14223 cyan
14224 \series default
14225
14226 \series bold
14227 magenta
14228 \series default
14229
14230 \series bold
14231 yellow
14232 \series default
14233  und 
14234 \series bold
14235 black
14236 \series default
14237 .
14238  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14239  Für den Anteil kann man Werte im Bereich 0
14240 \begin_inset space \thinspace{}
14241 \end_inset
14242
14243 -
14244 \begin_inset space \thinspace{}
14245 \end_inset
14246
14247 1 angeben.
14248  Anstelle von 
14249 \series bold
14250 cmyk
14251 \series default
14252  kann man zur Definition auch den Farbraum 
14253 \series bold
14254 rgb
14255 \series default
14256  verwenden.
14257  
14258 \series bold
14259 rgb
14260 \series default
14261  steht für 
14262 \series bold
14263 red
14264 \series default
14265
14266 \series bold
14267 green
14268 \series default
14269  und 
14270 \series bold
14271 blue
14272 \series default
14273 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14274  Des Weiteren gibt es noch den Farbraum 
14275 \series bold
14276 gray
14277 \series default
14278 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14279 \end_layout
14280
14281 \begin_layout Standard
14282 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14283 \series bold
14284 darkgreen
14285 \series default
14286 , bei der die Zeichenfarbe 
14287 \series bold
14288 yellow
14289 \series default
14290  gewählt wurde:
14291 \begin_inset Formula \begin{equation}
14292 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14293 \end{equation}
14294
14295 \end_inset
14296
14297
14298 \end_layout
14299
14300 \begin_layout Standard
14301 Selbst definierte Farben können mit dem Befehl 
14302 \series bold
14303
14304 \backslash
14305 textcolor
14306 \series default
14307  auch für Text
14308 \begin_inset Index idx
14309 status collapsed
14310
14311 \begin_layout Plain Layout
14312 Text ! farbiger
14313 \end_layout
14314
14315 \end_inset
14316
14317  verwendet werden:
14318 \end_layout
14319
14320 \begin_layout Standard
14321 \begin_inset ERT
14322 status collapsed
14323
14324 \begin_layout Plain Layout
14325
14326
14327 \backslash
14328 textcolor{dunkelgruen}{
14329 \end_layout
14330
14331 \end_inset
14332
14333 Dieser Satz ist 
14334 \begin_inset Quotes gld
14335 \end_inset
14336
14337 dunkelgruen
14338 \begin_inset Quotes grd
14339 \end_inset
14340
14341 .
14342 \begin_inset ERT
14343 status collapsed
14344
14345 \begin_layout Plain Layout
14346
14347 }
14348 \end_layout
14349
14350 \end_inset
14351
14352
14353 \end_layout
14354
14355 \begin_layout Standard
14356
14357 \series bold
14358
14359 \backslash
14360 textcolor
14361 \series default
14362
14363 \begin_inset Index idx
14364 status collapsed
14365
14366 \begin_layout Plain Layout
14367 Befehle ! T ! 
14368 \backslash
14369 textcolor
14370 \end_layout
14371
14372 \end_inset
14373
14374  wird nach dem Schema 
14375 \series bold
14376
14377 \backslash
14378 textcolor{Farbe}{zu
14379 \series default
14380  
14381 \series bold
14382 färbende
14383 \series default
14384  
14385 \series bold
14386 Zeichen}
14387 \series default
14388  verwendet.
14389 \end_layout
14390
14391 \begin_layout Subsection
14392 Absatzboxen
14393 \begin_inset CommandInset label
14394 LatexCommand label
14395 name "sub:Absatzboxen"
14396
14397 \end_inset
14398
14399
14400 \begin_inset Index idx
14401 status collapsed
14402
14403 \begin_layout Plain Layout
14404 Boxen ! Absatz-
14405 \end_layout
14406
14407 \end_inset
14408
14409
14410 \end_layout
14411
14412 \begin_layout Standard
14413 Mit dem Menü 
14414 \family sans
14415 Einfügen\SpecialChar \menuseparator
14416 Box
14417 \family default
14418  oder dem Werkzeugleistenknopf 
14419 \begin_inset Graphics
14420         filename ../../images/box-insert.png
14421         scale 85
14422
14423 \end_inset
14424
14425  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14426  eine so genannte 
14427 \emph on
14428 Parbox
14429 \emph default
14430  (Absatzbox).
14431 \end_layout
14432
14433 \begin_layout Standard
14434 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14435 \end_layout
14436
14437 \begin_layout Standard
14438 \begin_inset VSpace medskip
14439 \end_inset
14440
14441 Dies ist eine Zeile 
14442 \begin_inset Box Boxed
14443 position "c"
14444 hor_pos "c"
14445 has_inner_box 1
14446 inner_pos "t"
14447 use_parbox 1
14448 use_makebox 0
14449 width "5cm"
14450 special "none"
14451 height "1in"
14452 height_special "totalheight"
14453 status open
14454
14455 \begin_layout Plain Layout
14456 Dies ist die Absatzbox.
14457  Sie ist genau 5
14458 \begin_inset space \thinspace{}
14459 \end_inset
14460
14461 cm lang und kann auch Formeln enthalten: 
14462 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14463 \end_inset
14464
14465
14466 \end_layout
14467
14468 \end_inset
14469
14470  mit einer Absatzbox.
14471 \begin_inset VSpace medskip
14472 \end_inset
14473
14474
14475 \end_layout
14476
14477 \begin_layout Standard
14478 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14479  graue Box mit dem Namen 
14480 \begin_inset Quotes gld
14481 \end_inset
14482
14483 Box(Gerahmt)
14484 \begin_inset Quotes grd
14485 \end_inset
14486
14487  klickt.
14488  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14489  In diesem Fall: 
14490 \emph on
14491 Verzierung
14492 \emph default
14493 : Rechteckige Box, 
14494 \emph on
14495 Innere Box
14496 \emph default
14497 : Parbox, 
14498 \emph on
14499 Breite
14500 \emph default
14501 : 5
14502 \begin_inset space \thinspace{}
14503 \end_inset
14504
14505 cm, 
14506 \emph on
14507 Vertikale Box Ausrichtung
14508 \emph default
14509 : Mitte
14510 \end_layout
14511
14512 \begin_layout Standard
14513 \begin_inset VSpace medskip
14514 \end_inset
14515
14516 In LaTeX wird eine Absatzbox mit dem Befehl 
14517 \series bold
14518
14519 \backslash
14520 parbox
14521 \series default
14522
14523 \begin_inset Index idx
14524 status collapsed
14525
14526 \begin_layout Plain Layout
14527 Befehle ! P ! 
14528 \backslash
14529 parbox
14530 \end_layout
14531
14532 \end_inset
14533
14534  erstellt, welcher folgendes Schema besitzt:
14535 \end_layout
14536
14537 \begin_layout Standard
14538
14539 \series bold
14540
14541 \backslash
14542 parbox[Position]{Breite}{Boxinhalt}
14543 \end_layout
14544
14545 \begin_layout Standard
14546 Die Positionen 
14547 \emph on
14548 b
14549 \emph default
14550  und 
14551 \emph on
14552 t
14553 \emph default
14554  sind möglich.
14555  
14556 \emph on
14557 b
14558 \emph default
14559  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14560  Text eingepasst wird.
14561  Bei 
14562 \emph on
14563 t
14564 \emph default
14565  wie top geschieht dies für die erste Zeile.
14566  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14567  siehe das Kapitel 
14568 \emph on
14569 Boxen
14570 \emph default
14571  des Handbuchs
14572 \emph on
14573  Eingebettete
14574 \begin_inset space ~
14575 \end_inset
14576
14577 Objekte
14578 \emph default
14579  für Beispiele.
14580 \end_layout
14581
14582 \begin_layout Standard
14583 \begin_inset VSpace bigskip
14584 \end_inset
14585
14586 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14587  in eine Absatzbox setzen.
14588  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14589 \series bold
14590
14591 \backslash
14592 fbox{
14593 \backslash
14594 parbox{
14595 \backslash
14596 linewidth-2
14597 \backslash
14598 fboxsep-2
14599 \backslash
14600 fboxrule}{
14601 \series default
14602 .
14603  Hierbei steht 
14604 \series bold
14605
14606 \backslash
14607 linewidth
14608 \series default
14609
14610 \begin_inset Index idx
14611 status collapsed
14612
14613 \begin_layout Plain Layout
14614 Befehle ! L ! 
14615 \backslash
14616 linewidth
14617 \end_layout
14618
14619 \end_inset
14620
14621  für die im Dokument eingestellte Zeilenbreite.
14622  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14623 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14624  Da dies LyX aufgrund eines Fehlers
14625 \begin_inset Foot
14626 status collapsed
14627
14628 \begin_layout Plain Layout
14629 \begin_inset CommandInset href
14630 LatexCommand href
14631 name "LyX-Fehler #4483"
14632 target "http://www.lyx.org/trac/ticket/4483"
14633
14634 \end_inset
14635
14636
14637 \end_layout
14638
14639 \end_inset
14640
14641  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14642  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14643 spann das LaTeX-Paket 
14644 \series bold
14645 calc
14646 \series default
14647
14648 \begin_inset Foot
14649 status collapsed
14650
14651 \begin_layout Plain Layout
14652
14653 \series bold
14654 calc
14655 \series default
14656  ist Teil jeder LaTeX-Standardinstallation.
14657 \end_layout
14658
14659 \end_inset
14660
14661
14662 \begin_inset Index idx
14663 status collapsed
14664
14665 \begin_layout Plain Layout
14666 Pakete ! calc
14667 \end_layout
14668
14669 \end_inset
14670
14671  mit der Zeile
14672 \end_layout
14673
14674 \begin_layout Standard
14675
14676 \series bold
14677
14678 \backslash
14679 usepackage{calc}
14680 \end_layout
14681
14682 \begin_layout Standard
14683 geladen werden.
14684  Nach der Formel werden beide Boxen geschlossen, indem man 
14685 \series bold
14686 }}
14687 \series default
14688  im TeX-Modus eingibt.
14689  Dazu ein Beispiel:
14690 \begin_inset ERT
14691 status collapsed
14692
14693 \begin_layout Plain Layout
14694
14695
14696 \backslash
14697 fboxsep 5mm 
14698 \backslash
14699 fboxrule 5mm
14700 \end_layout
14701
14702 \end_inset
14703
14704
14705 \end_layout
14706
14707 \begin_layout Standard
14708 \begin_inset ERT
14709 status collapsed
14710
14711 \begin_layout Plain Layout
14712
14713
14714 \backslash
14715 fbox{
14716 \backslash
14717 parbox{
14718 \backslash
14719 linewidth-2
14720 \backslash
14721 fboxsep-2
14722 \backslash
14723 fboxrule}{
14724 \end_layout
14725
14726 \end_inset
14727
14728
14729 \begin_inset Formula \begin{equation}
14730 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14731 \end{equation}
14732
14733 \end_inset
14734
14735
14736 \begin_inset ERT
14737 status collapsed
14738
14739 \begin_layout Plain Layout
14740
14741 }}
14742 \end_layout
14743
14744 \end_inset
14745
14746
14747 \begin_inset ERT
14748 status collapsed
14749
14750 \begin_layout Plain Layout
14751
14752
14753 \backslash
14754 fboxrule 0.4pt 
14755 \backslash
14756 fboxsep 3pt
14757 \end_layout
14758
14759 \end_inset
14760
14761
14762 \end_layout
14763
14764 \begin_layout Standard
14765 \begin_inset VSpace medskip
14766 \end_inset
14767
14768 Da im Argument von 
14769 \series bold
14770
14771 \backslash
14772 fbox
14773 \series default
14774  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14775  keinen Unterschied zwischen 
14776 \series bold
14777
14778 \backslash
14779 fbox
14780 \series default
14781  und 
14782 \series bold
14783
14784 \backslash
14785 boxed
14786 \series default
14787 .
14788 \end_layout
14789
14790 \begin_layout Standard
14791 \begin_inset VSpace bigskip
14792 \end_inset
14793
14794 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14795  Dazu verwendet man 
14796 \series bold
14797
14798 \backslash
14799 parbox
14800 \series default
14801  in Verbindung mit dem Befehl 
14802 \series bold
14803
14804 \backslash
14805 tag
14806 \series default
14807 .
14808  (mehr zu 
14809 \series bold
14810
14811 \backslash
14812 tag
14813 \series default
14814  siehe 
14815 \begin_inset CommandInset ref
14816 LatexCommand ref
14817 reference "sub:Benutzerdefinierte-Nummerierung"
14818
14819 \end_inset
14820
14821 )
14822 \end_layout
14823
14824 \begin_layout Standard
14825 Ein Beispiel einer mit Hilfe von 
14826 \series bold
14827
14828 \backslash
14829 parbox
14830 \series default
14831  kommentierten Formel:
14832 \end_layout
14833
14834 \begin_layout Standard
14835 \begin_inset ERT
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839
14840
14841 \backslash
14842 [5x-7b=3b
14843 \backslash
14844 tag*{
14845 \backslash
14846 parbox{5cm}{
14847 \end_layout
14848
14849 \end_inset
14850
14851 Dies ist eine Beschreibung.
14852  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14853 \begin_inset ERT
14854 status collapsed
14855
14856 \begin_layout Plain Layout
14857
14858 }}
14859 \backslash
14860 ]
14861 \end_layout
14862
14863 \end_inset
14864
14865
14866 \end_layout
14867
14868 \begin_layout Standard
14869 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14870  Befehl 
14871 \series bold
14872
14873 \backslash
14874 parbox
14875 \series default
14876  in Formeln noch nicht unterstützt.
14877  Die Formel wird mit folgender Befehlssequenz erstellt:
14878 \end_layout
14879
14880 \begin_layout Standard
14881 Der Befehl 
14882 \series bold
14883
14884 \backslash
14885 [5x-7b=3b
14886 \backslash
14887 tag*
14888 \backslash
14889 {
14890 \backslash
14891 parbox{5cm}{
14892 \series default
14893  wird im TeX-Modus eingegeben.
14894 \begin_inset Foot
14895 status collapsed
14896
14897 \begin_layout Plain Layout
14898 Ist der Formelstil 
14899 \series bold
14900 Eingerückt
14901 \series default
14902  aktiviert, kann 
14903 \series bold
14904
14905 \backslash
14906 tag*
14907 \backslash
14908 {
14909 \series default
14910  auch durch 
14911 \series bold
14912
14913 \backslash
14914 hfill
14915 \series default
14916  ersetzt werden.
14917  (Formelstile siehe 
14918 \begin_inset CommandInset ref
14919 LatexCommand ref
14920 reference "sec:Formelstile"
14921
14922 \end_inset
14923
14924 )
14925 \end_layout
14926
14927 \end_inset
14928
14929  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14930 \series bold
14931 }}
14932 \backslash
14933 ]
14934 \series default
14935  im TeX-Modus ein.
14936  Die Befehle 
14937 \series bold
14938
14939 \backslash
14940 [
14941 \series default
14942  und 
14943 \series bold
14944
14945 \backslash
14946 ]
14947 \series default
14948  erstellen hierbei eine abgesetzte Formel.
14949 \end_layout
14950
14951 \begin_layout Standard
14952 Die Vorteile von 
14953 \series bold
14954
14955 \backslash
14956 parbox
14957 \series default
14958  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14959  Textmodus 
14960 \begin_inset Quotes gld
14961 \end_inset
14962
14963 kommentiert
14964 \begin_inset Quotes grd
14965 \end_inset
14966
14967  wurde:
14968 \begin_inset Formula \[
14969 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14970 \]
14971
14972 \end_inset
14973
14974
14975 \end_layout
14976
14977 \begin_layout Section
14978 Operatoren
14979 \begin_inset Index idx
14980 status collapsed
14981
14982 \begin_layout Plain Layout
14983 Operatoren
14984 \end_layout
14985
14986 \end_inset
14987
14988
14989 \end_layout
14990
14991 \begin_layout Subsection
14992 Große Operatoren
14993 \begin_inset CommandInset label
14994 LatexCommand label
14995 name "sub:Große-Operatoren"
14996
14997 \end_inset
14998
14999
15000 \begin_inset Index idx
15001 status collapsed
15002
15003 \begin_layout Plain Layout
15004 Operatoren ! große
15005 \end_layout
15006
15007 \end_inset
15008
15009
15010 \begin_inset Index idx
15011 status collapsed
15012
15013 \begin_layout Plain Layout
15014 Summen
15015 \end_layout
15016
15017 \end_inset
15018
15019
15020 \begin_inset Index idx
15021 status collapsed
15022
15023 \begin_layout Plain Layout
15024 Integrale
15025 \end_layout
15026
15027 \end_inset
15028
15029
15030 \end_layout
15031
15032 \begin_layout Standard
15033 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15034  sind, muss die Option 
15035 \family sans
15036 esint-Paket automatisch verwenden
15037 \family default
15038  in den Dokumenteinstellungen unter 
15039 \family sans
15040 Mathe-Optionen
15041 \family default
15042  gewählt sein.
15043 \end_layout
15044
15045 \begin_layout Standard
15046 \begin_inset space \hfill{}
15047 \end_inset
15048
15049
15050 \begin_inset Tabular
15051 <lyxtabular version="3" rows="11" columns="2">
15052 <features tabularvalignment="middle">
15053 <column alignment="center" valignment="top" width="0pt">
15054 <column alignment="center" valignment="top" width="0pt">
15055 <row>
15056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15057 \begin_inset Text
15058
15059 \begin_layout Plain Layout
15060 Befehl
15061 \end_layout
15062
15063 \end_inset
15064 </cell>
15065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15066 \begin_inset Text
15067
15068 \begin_layout Plain Layout
15069 Ergebnis
15070 \end_layout
15071
15072 \end_inset
15073 </cell>
15074 </row>
15075 <row>
15076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15077 \begin_inset Text
15078
15079 \begin_layout Plain Layout
15080
15081 \backslash
15082 int
15083 \begin_inset Index idx
15084 status collapsed
15085
15086 \begin_layout Plain Layout
15087 Befehle ! I ! 
15088 \backslash
15089 int
15090 \end_layout
15091
15092 \end_inset
15093
15094
15095 \end_layout
15096
15097 \end_inset
15098 </cell>
15099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15100 \begin_inset Text
15101
15102 \begin_layout Plain Layout
15103 \begin_inset Formula $\int$
15104 \end_inset
15105
15106
15107 \end_layout
15108
15109 \end_inset
15110 </cell>
15111 </row>
15112 <row>
15113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15114 \begin_inset Text
15115
15116 \begin_layout Plain Layout
15117
15118 \backslash
15119 oint
15120 \end_layout
15121
15122 \end_inset
15123 </cell>
15124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15125 \begin_inset Text
15126
15127 \begin_layout Plain Layout
15128 \begin_inset Formula $\oint$
15129 \end_inset
15130
15131
15132 \end_layout
15133
15134 \end_inset
15135 </cell>
15136 </row>
15137 <row>
15138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15139 \begin_inset Text
15140
15141 \begin_layout Plain Layout
15142
15143 \backslash
15144 ointctrclockwise
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15150 \begin_inset Text
15151
15152 \begin_layout Plain Layout
15153 \begin_inset Formula $\ointctrclockwise$
15154 \end_inset
15155
15156
15157 \end_layout
15158
15159 \end_inset
15160 </cell>
15161 </row>
15162 <row>
15163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15164 \begin_inset Text
15165
15166 \begin_layout Plain Layout
15167
15168 \backslash
15169 ointclockwise
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 \begin_inset Formula $\ointclockwise$
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192
15193 \backslash
15194 sqint
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 \begin_inset Formula $\sqint$
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 <row>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \backslash
15219 fint
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228  
15229 \begin_inset Formula $\fint$
15230 \end_inset
15231
15232
15233 \end_layout
15234
15235 \end_inset
15236 </cell>
15237 </row>
15238 <row>
15239 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15240 \begin_inset Text
15241
15242 \begin_layout Plain Layout
15243
15244 \backslash
15245 landupint
15246 \end_layout
15247
15248 \end_inset
15249 </cell>
15250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15251 \begin_inset Text
15252
15253 \begin_layout Plain Layout
15254  
15255 \begin_inset Formula $\landupint$
15256 \end_inset
15257
15258
15259 \end_layout
15260
15261 \end_inset
15262 </cell>
15263 </row>
15264 <row>
15265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15266 \begin_inset Text
15267
15268 \begin_layout Plain Layout
15269
15270 \backslash
15271 landdownint
15272 \end_layout
15273
15274 \end_inset
15275 </cell>
15276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15277 \begin_inset Text
15278
15279 \begin_layout Plain Layout
15280  
15281 \begin_inset Formula $\landdownint$
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \end_inset
15288 </cell>
15289 </row>
15290 <row>
15291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15292 \begin_inset Text
15293
15294 \begin_layout Plain Layout
15295
15296 \backslash
15297 bigcap
15298 \end_layout
15299
15300 \end_inset
15301 </cell>
15302 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15303 \begin_inset Text
15304
15305 \begin_layout Plain Layout
15306 \begin_inset Formula $\bigcap$
15307 \end_inset
15308
15309
15310 \end_layout
15311
15312 \end_inset
15313 </cell>
15314 </row>
15315 <row>
15316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15317 \begin_inset Text
15318
15319 \begin_layout Plain Layout
15320
15321 \backslash
15322 bigcup
15323 \end_layout
15324
15325 \end_inset
15326 </cell>
15327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15328 \begin_inset Text
15329
15330 \begin_layout Plain Layout
15331 \begin_inset Formula $\bigcup$
15332 \end_inset
15333
15334
15335 \end_layout
15336
15337 \end_inset
15338 </cell>
15339 </row>
15340 </lyxtabular>
15341
15342 \end_inset
15343
15344
15345 \begin_inset space \hfill{}
15346 \end_inset
15347
15348
15349 \begin_inset Tabular
15350 <lyxtabular version="3" rows="11" columns="2">
15351 <features tabularvalignment="middle">
15352 <column alignment="center" valignment="top" width="0pt">
15353 <column alignment="center" valignment="top" width="0pt">
15354 <row>
15355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15356 \begin_inset Text
15357
15358 \begin_layout Plain Layout
15359 Befehl
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15365 \begin_inset Text
15366
15367 \begin_layout Plain Layout
15368 Ergebnis
15369 \end_layout
15370
15371 \end_inset
15372 </cell>
15373 </row>
15374 <row>
15375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15376 \begin_inset Text
15377
15378 \begin_layout Plain Layout
15379
15380 \backslash
15381 sum
15382 \begin_inset Index idx
15383 status collapsed
15384
15385 \begin_layout Plain Layout
15386 Befehle ! S ! 
15387 \backslash
15388 sum
15389 \end_layout
15390
15391 \end_inset
15392
15393
15394 \end_layout
15395
15396 \end_inset
15397 </cell>
15398 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15399 \begin_inset Text
15400
15401 \begin_layout Plain Layout
15402 \begin_inset Formula $\sum$
15403 \end_inset
15404
15405
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 </row>
15411 <row>
15412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15413 \begin_inset Text
15414
15415 \begin_layout Plain Layout
15416
15417 \backslash
15418 prod
15419 \begin_inset Index idx
15420 status collapsed
15421
15422 \begin_layout Plain Layout
15423 Befehle ! P ! 
15424 \backslash
15425 prod
15426 \end_layout
15427
15428 \end_inset
15429
15430
15431 \end_layout
15432
15433 \end_inset
15434 </cell>
15435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15436 \begin_inset Text
15437
15438 \begin_layout Plain Layout
15439 \begin_inset Formula $\prod$
15440 \end_inset
15441
15442
15443 \end_layout
15444
15445 \end_inset
15446 </cell>
15447 </row>
15448 <row>
15449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453
15454 \backslash
15455 coprod
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464 \begin_inset Formula $\coprod$
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 </row>
15473 <row>
15474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15475 \begin_inset Text
15476
15477 \begin_layout Plain Layout
15478
15479 \backslash
15480 bigodot
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15486 \begin_inset Text
15487
15488 \begin_layout Plain Layout
15489 \begin_inset Formula $\bigodot$
15490 \end_inset
15491
15492
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 </row>
15498 <row>
15499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15500 \begin_inset Text
15501
15502 \begin_layout Plain Layout
15503
15504 \backslash
15505 bigotimes
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514 \begin_inset Formula $\bigotimes$
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \backslash
15530 bigoplus
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 \begin_inset Formula $\bigoplus$
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 <row>
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \backslash
15555 bigwedge
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 \begin_inset Formula $\bigwedge$
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 </row>
15573 <row>
15574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \backslash
15580 bigvee
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 \begin_inset Formula $\bigvee$
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \backslash
15605 bigsqcup
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 \begin_inset Formula $\bigsqcup$
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 </row>
15623 <row>
15624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \backslash
15630 biguplus
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639 \begin_inset Formula $\biguplus$
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 </row>
15648 </lyxtabular>
15649
15650 \end_inset
15651
15652
15653 \begin_inset space \hfill{}
15654 \end_inset
15655
15656
15657 \end_layout
15658
15659 \begin_layout Standard
15660 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15661 \begin_inset Graphics
15662         filename ../../images/math/intop.png
15663         scale 85
15664
15665 \end_inset
15666
15667  eingefügt werden.
15668 \end_layout
15669
15670 \begin_layout Standard
15671 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15672  Teil gleich aussehenden binären Operatoren.
15673  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15674  beschrieben.
15675 \end_layout
15676
15677 \begin_layout Standard
15678 Für alle Integrale gibt es Befehle, die auf 
15679 \series bold
15680 op
15681 \series default
15682  enden: 
15683 \series bold
15684
15685 \backslash
15686 intop
15687 \series default
15688
15689 \series bold
15690
15691 \backslash
15692 ointop
15693 \series default
15694  usw..
15695  Diese unterscheiden sich von 
15696 \series bold
15697
15698 \backslash
15699 int
15700 \series default
15701  usw.
15702 \begin_inset space \space{}
15703 \end_inset
15704
15705 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15706 \begin_inset CommandInset ref
15707 LatexCommand ref
15708 reference "sub:Operatorgrenzen"
15709
15710 \end_inset
15711
15712 .
15713  
15714 \end_layout
15715
15716 \begin_layout Subsubsection*
15717 Hinweise zu Integralen
15718 \end_layout
15719
15720 \begin_layout Standard
15721 Der Buchstabe 
15722 \emph on
15723 d
15724 \emph default
15725  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15726  muss.
15727  Dazu markiert man das 
15728 \emph on
15729 d
15730 \emph default
15731  und wandelt es mit der Tastenkombination 
15732 \family sans
15733 Alt+Z
15734 \begin_inset space ~
15735 \end_inset
15736
15737 R
15738 \family default
15739
15740 \begin_inset Foot
15741 status collapsed
15742
15743 \begin_layout Plain Layout
15744 Schriftstile siehe 
15745 \begin_inset CommandInset ref
15746 LatexCommand ref
15747 reference "sub:Schriftstile"
15748
15749 \end_inset
15750
15751
15752 \end_layout
15753
15754 \end_inset
15755
15756  um.
15757  Anschließend fügt man vor dem 
15758 \emph on
15759 d
15760 \emph default
15761 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15762  Dazu ein Beispiel:
15763 \end_layout
15764
15765 \begin_layout Standard
15766 inkorrekt: 
15767 \begin_inset Formula $\int A(x)dx$
15768 \end_inset
15769
15770
15771 \begin_inset Newline newline
15772 \end_inset
15773
15774
15775 \begin_inset Phantom HPhantom
15776 status open
15777
15778 \begin_layout Plain Layout
15779 in
15780 \end_layout
15781
15782 \end_inset
15783
15784 korrekt: 
15785 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15786 \end_inset
15787
15788
15789 \end_layout
15790
15791 \begin_layout Standard
15792 \begin_inset VSpace medskip
15793 \end_inset
15794
15795 Für Mehrfachintegrale gibt es folgende Befehle:
15796 \begin_inset VSpace medskip
15797 \end_inset
15798
15799
15800 \end_layout
15801
15802 \begin_layout Standard
15803 \begin_inset space \hfill{}
15804 \end_inset
15805
15806
15807 \begin_inset Tabular
15808 <lyxtabular version="3" rows="4" columns="2">
15809 <features tabularvalignment="middle">
15810 <column alignment="center" valignment="top" width="0">
15811 <column alignment="center" valignment="top" width="0">
15812 <row>
15813 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15814 \begin_inset Text
15815
15816 \begin_layout Plain Layout
15817 Befehl
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 Ergebnis
15827 \begin_inset Note Note
15828 status collapsed
15829
15830 \begin_layout Plain Layout
15831
15832 \series bold
15833
15834 \backslash
15835 raisebox
15836 \series default
15837  dient nur als Abstandhalter.
15838 \end_layout
15839
15840 \end_inset
15841
15842
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 </row>
15848 <row>
15849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15850 \begin_inset Text
15851
15852 \begin_layout Plain Layout
15853
15854 \backslash
15855 iint
15856 \end_layout
15857
15858 \end_inset
15859 </cell>
15860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15861 \begin_inset Text
15862
15863 \begin_layout Plain Layout
15864 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15865 \end_inset
15866
15867
15868 \end_layout
15869
15870 \end_inset
15871 </cell>
15872 </row>
15873 <row>
15874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15875 \begin_inset Text
15876
15877 \begin_layout Plain Layout
15878
15879 \backslash
15880 oiint
15881 \end_layout
15882
15883 \end_inset
15884 </cell>
15885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15886 \begin_inset Text
15887
15888 \begin_layout Plain Layout
15889 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15890 \end_inset
15891
15892
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 </row>
15898 <row>
15899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15900 \begin_inset Text
15901
15902 \begin_layout Plain Layout
15903
15904 \backslash
15905 sqiint
15906 \end_layout
15907
15908 \end_inset
15909 </cell>
15910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15911 \begin_inset Text
15912
15913 \begin_layout Plain Layout
15914 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 </row>
15923 </lyxtabular>
15924
15925 \end_inset
15926
15927
15928 \begin_inset space \hfill{}
15929 \end_inset
15930
15931
15932 \begin_inset Tabular
15933 <lyxtabular version="3" rows="4" columns="2">
15934 <features tabularvalignment="middle">
15935 <column alignment="center" valignment="top" width="0">
15936 <column alignment="center" valignment="top" width="0">
15937 <row>
15938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15939 \begin_inset Text
15940
15941 \begin_layout Plain Layout
15942 Befehl
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15948 \begin_inset Text
15949
15950 \begin_layout Plain Layout
15951 Ergebnis
15952 \end_layout
15953
15954 \end_inset
15955 </cell>
15956 </row>
15957 <row>
15958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15959 \begin_inset Text
15960
15961 \begin_layout Plain Layout
15962
15963 \backslash
15964 iiint
15965 \end_layout
15966
15967 \end_inset
15968 </cell>
15969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15970 \begin_inset Text
15971
15972 \begin_layout Plain Layout
15973 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15974 \end_inset
15975
15976
15977 \end_layout
15978
15979 \end_inset
15980 </cell>
15981 </row>
15982 <row>
15983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15984 \begin_inset Text
15985
15986 \begin_layout Plain Layout
15987
15988 \backslash
15989 iiiint
15990 \end_layout
15991
15992 \end_inset
15993 </cell>
15994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15995 \begin_inset Text
15996
15997 \begin_layout Plain Layout
15998 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15999 \end_inset
16000
16001
16002 \end_layout
16003
16004 \end_inset
16005 </cell>
16006 </row>
16007 <row>
16008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16009 \begin_inset Text
16010
16011 \begin_layout Plain Layout
16012
16013 \backslash
16014 dotsint
16015 \end_layout
16016
16017 \end_inset
16018 </cell>
16019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16020 \begin_inset Text
16021
16022 \begin_layout Plain Layout
16023 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16024 \end_inset
16025
16026
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 </row>
16032 </lyxtabular>
16033
16034 \end_inset
16035
16036
16037 \begin_inset space \hfill{}
16038 \end_inset
16039
16040
16041 \end_layout
16042
16043 \begin_layout Subsection
16044 Operatorgrenzen
16045 \begin_inset CommandInset label
16046 LatexCommand label
16047 name "sub:Operatorgrenzen"
16048
16049 \end_inset
16050
16051
16052 \begin_inset Index idx
16053 status collapsed
16054
16055 \begin_layout Plain Layout
16056 Operatoren ! Grenzen
16057 \end_layout
16058
16059 \end_inset
16060
16061
16062 \end_layout
16063
16064 \begin_layout Standard
16065 Grenzen werden durch Hoch- bzw.
16066  Tiefstellen erzeugt:
16067 \end_layout
16068
16069 \begin_layout Standard
16070 \align center
16071 \begin_inset Tabular
16072 <lyxtabular version="3" rows="2" columns="2">
16073 <features tabularvalignment="middle">
16074 <column alignment="center" valignment="top" width="0pt">
16075 <column alignment="center" valignment="top" width="0pt">
16076 <row>
16077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16078 \begin_inset Text
16079
16080 \begin_layout Plain Layout
16081 Befehl
16082 \end_layout
16083
16084 \end_inset
16085 </cell>
16086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16087 \begin_inset Text
16088
16089 \begin_layout Plain Layout
16090 Ergebnis
16091 \begin_inset Note Note
16092 status collapsed
16093
16094 \begin_layout Plain Layout
16095
16096 \series bold
16097
16098 \backslash
16099 raisebox
16100 \series default
16101  dient nur als Abstandhalter.
16102 \end_layout
16103
16104 \end_inset
16105
16106
16107 \end_layout
16108
16109 \end_inset
16110 </cell>
16111 </row>
16112 <row>
16113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16114 \begin_inset Text
16115
16116 \begin_layout Plain Layout
16117
16118 \backslash
16119 prod^
16120 \backslash
16121 infty
16122 \begin_inset ERT
16123 status collapsed
16124
16125 \begin_layout Plain Layout
16126
16127
16128 \backslash
16129 leer 
16130 \end_layout
16131
16132 \end_inset
16133
16134
16135 \begin_inset Formula $\to$
16136 \end_inset
16137
16138 _0
16139 \begin_inset Formula $\to$
16140 \end_inset
16141
16142 A(x)
16143 \end_layout
16144
16145 \end_inset
16146 </cell>
16147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16148 \begin_inset Text
16149
16150 \begin_layout Plain Layout
16151 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16152 \end_inset
16153
16154
16155 \end_layout
16156
16157 \end_inset
16158 </cell>
16159 </row>
16160 </lyxtabular>
16161
16162 \end_inset
16163
16164
16165 \end_layout
16166
16167 \begin_layout Standard
16168 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16169  Operator gesetzt.
16170  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16171  bzw.
16172  unter den Operator gesetzt.
16173 \end_layout
16174
16175 \begin_layout Standard
16176 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16177  man den Cursor direkt hinter den Operator und setzt über das Menü 
16178 \family sans
16179 Bearbeiten\SpecialChar \menuseparator
16180 Mathe\SpecialChar \menuseparator
16181 Art der Operatorgrenzen ändern
16182 \family default
16183  die Grenzen auf 
16184 \series bold
16185 Eingebettet
16186 \series default
16187  (Tastenkombination 
16188 \family sans
16189 Alt+M
16190 \begin_inset space ~
16191 \end_inset
16192
16193 L
16194 \family default
16195 ).
16196  Dazu folgendes Beispiel:
16197 \end_layout
16198
16199 \begin_layout Standard
16200 Die normalen Grenzen sehen so aus:
16201 \begin_inset Formula \[
16202 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16203 \]
16204
16205 \end_inset
16206
16207 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16208 \begin_inset Formula \[
16209 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16210 \]
16211
16212 \end_inset
16213
16214 Bei Integralen werden mit Ausnahme von denen, die auf 
16215 \series bold
16216 op
16217 \series default
16218  enden (
16219 \series bold
16220
16221 \backslash
16222 intop
16223 \series default
16224
16225 \series bold
16226
16227 \backslash
16228 ointop
16229 \series default
16230  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16231  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16232  gesetzt.
16233  Im folgenden Beispiel wurde die Grenze deswegen auf 
16234 \series bold
16235 Anzeige
16236 \series default
16237  gesetzt und damit unter die Integrale geschrieben:
16238 \begin_inset Formula \begin{equation}
16239 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16240 \end{equation}
16241
16242 \end_inset
16243
16244
16245 \end_layout
16246
16247 \begin_layout Standard
16248 \begin_inset VSpace medskip
16249 \end_inset
16250
16251 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16252 \series bold
16253
16254 \backslash
16255 subarray
16256 \series default
16257
16258 \begin_inset Index idx
16259 status collapsed
16260
16261 \begin_layout Plain Layout
16262 Befehle ! S ! 
16263 \backslash
16264 subarray
16265 \end_layout
16266
16267 \end_inset
16268
16269  und 
16270 \series bold
16271
16272 \backslash
16273 substack
16274 \series default
16275
16276 \begin_inset Index idx
16277 status collapsed
16278
16279 \begin_layout Plain Layout
16280 Befehle ! S ! 
16281 \backslash
16282 substack
16283 \end_layout
16284
16285 \end_inset
16286
16287 .
16288  Um z.
16289 \begin_inset space \thinspace{}
16290 \end_inset
16291
16292 B.
16293  diesen Ausdruck 
16294 \begin_inset Formula \begin{equation}
16295 \sum_{\begin{subarray}{c}
16296 0<k<1000\\
16297 \\
16298 k\,\in\,\mathbb{N}
16299 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16300 \end{equation}
16301
16302 \end_inset
16303
16304 zu erstellen, muss man Folgendes tun:
16305 \begin_inset Newline newline
16306 \end_inset
16307
16308 Zuerst gibt man den Befehl 
16309 \series bold
16310
16311 \backslash
16312 sum
16313 \series default
16314 ^
16315 \series bold
16316 n
16317 \begin_inset ERT
16318 status collapsed
16319
16320 \begin_layout Plain Layout
16321
16322
16323 \backslash
16324 leer 
16325 \end_layout
16326
16327 \end_inset
16328
16329 _
16330 \series default
16331  ein.
16332  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16333  In dieses gibt man den Befehl 
16334 \series bold
16335
16336 \backslash
16337 subarray
16338 \begin_inset ERT
16339 status collapsed
16340
16341 \begin_layout Plain Layout
16342
16343
16344 \backslash
16345 leer 
16346 \end_layout
16347
16348 \end_inset
16349
16350
16351 \series default
16352  ein.
16353  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16354  Zeilen untereinander schreiben.
16355  Mit Eingabe des Zeilenumbruchs (
16356 \family sans
16357 Strg+Enter
16358 \family default
16359 ) wird eine neue Zeile erstellt.
16360  Gibt man
16361 \begin_inset Newline newline
16362 \end_inset
16363
16364
16365 \series bold
16366 0<k<1000 Strg+Enter
16367 \begin_inset Newline newline
16368 \end_inset
16369
16370
16371 \series default
16372 ein, erscheint darunter ein Kästchen für die neue Zeile.
16373 \end_layout
16374
16375 \begin_layout Standard
16376 Die Ausrichtung der Zeilen kann mit der 
16377 \family sans
16378 Tabellen-Werkzeugleiste
16379 \family default
16380  oder dem Menü 
16381 \family sans
16382 Bearbeiten\SpecialChar \menuseparator
16383 Zeilen & Spalten
16384 \family default
16385  auf links geändert werden.
16386  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16387 \series bold
16388
16389 \backslash
16390 hfill
16391 \begin_inset ERT
16392 status collapsed
16393
16394 \begin_layout Plain Layout
16395
16396
16397 \backslash
16398 leer 
16399 \end_layout
16400
16401 \end_inset
16402
16403
16404 \series default
16405  eingegeben.
16406 \end_layout
16407
16408 \begin_layout Standard
16409 Der Befehl 
16410 \series bold
16411
16412 \backslash
16413 substack
16414 \series default
16415  ist äquivalent zu 
16416 \series bold
16417
16418 \backslash
16419 subarray
16420 \series default
16421 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16422 \end_layout
16423
16424 \begin_layout Standard
16425 \begin_inset VSpace bigskip
16426 \end_inset
16427
16428 Wie bei Formel 
16429 \begin_inset CommandInset ref
16430 LatexCommand eqref
16431 reference "eq:substack"
16432
16433 \end_inset
16434
16435  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16436  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16437 \end_layout
16438
16439 \begin_layout Standard
16440 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16441 \end_layout
16442
16443 \begin_layout Standard
16444
16445 \series bold
16446
16447 \backslash
16448 def
16449 \backslash
16450 clap#1{
16451 \backslash
16452 hbox to 0pt{
16453 \backslash
16454 hss #1
16455 \backslash
16456 hss}}
16457 \begin_inset Newline newline
16458 \end_inset
16459
16460
16461 \backslash
16462 def
16463 \backslash
16464 mathclap {
16465 \backslash
16466 mathpalette 
16467 \backslash
16468 mathclapinternal}
16469 \begin_inset Newline newline
16470 \end_inset
16471
16472
16473 \backslash
16474 def
16475 \backslash
16476 mathclapinternal #1#2{
16477 \backslash
16478 clap{$
16479 \backslash
16480 mathsurround =0pt #1{#2}$}}
16481 \end_layout
16482
16483 \begin_layout Standard
16484 Dadurch wird der Befehl 
16485 \series bold
16486
16487 \backslash
16488 mathclap
16489 \series default
16490
16491 \begin_inset Index idx
16492 status collapsed
16493
16494 \begin_layout Plain Layout
16495 Befehle ! M ! 
16496 \backslash
16497 mathclap
16498 \end_layout
16499
16500 \end_inset
16501
16502  definiert, der die Breite der Grenze auf 0
16503 \begin_inset space \thinspace{}
16504 \end_inset
16505
16506 pt setzt.
16507  Das Befehlsschema lautet
16508 \end_layout
16509
16510 \begin_layout Standard
16511
16512 \series bold
16513
16514 \backslash
16515 mathclap{Grenze}
16516 \end_layout
16517
16518 \begin_layout Standard
16519 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16520 \end_layout
16521
16522 \begin_layout Standard
16523 Auf Formel 
16524 \begin_inset CommandInset ref
16525 LatexCommand eqref
16526 reference "eq:substack"
16527
16528 \end_inset
16529
16530  angewandt, gibt man also den Befehl
16531 \end_layout
16532
16533 \begin_layout Standard
16534
16535 \series bold
16536
16537 \backslash
16538 sum_
16539 \backslash
16540 mathclap{
16541 \backslash
16542 substack
16543 \begin_inset ERT
16544 status collapsed
16545
16546 \begin_layout Plain Layout
16547
16548
16549 \backslash
16550 leer 
16551 \end_layout
16552
16553 \end_inset
16554
16555 0<k<1000 Strg+Enter
16556 \end_layout
16557
16558 \begin_layout Standard
16559 ein, um die untere Grenze zu erstellen.
16560  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16561 \begin_inset Formula \[
16562 \sum_{\mathclap{\substack{0<k<1000\\
16563 \\
16564 k\,\in\,\mathbb{N}
16565 }
16566 }}^{n}k^{-2}
16567 \]
16568
16569 \end_inset
16570
16571
16572 \end_layout
16573
16574 \begin_layout Standard
16575 \begin_inset VSpace bigskip
16576 \end_inset
16577
16578 In 
16579 \begin_inset CommandInset ref
16580 LatexCommand ref
16581 reference "sub:Selbstdefinierte-Operatoren"
16582
16583 \end_inset
16584
16585  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16586 \end_layout
16587
16588 \begin_layout Subsection
16589 Binäre Operatoren
16590 \begin_inset CommandInset label
16591 LatexCommand label
16592 name "sub:Binäre-Operatoren"
16593
16594 \end_inset
16595
16596
16597 \begin_inset Index idx
16598 status collapsed
16599
16600 \begin_layout Plain Layout
16601 Operatoren ! binäre
16602 \end_layout
16603
16604 \end_inset
16605
16606
16607 \end_layout
16608
16609 \begin_layout Standard
16610 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16611  ein Zeichen befindet.
16612 \begin_inset VSpace medskip
16613 \end_inset
16614
16615
16616 \end_layout
16617
16618 \begin_layout Standard
16619 \begin_inset space \hfill{}
16620 \end_inset
16621
16622
16623 \begin_inset Tabular
16624 <lyxtabular version="3" rows="13" columns="2">
16625 <features tabularvalignment="middle">
16626 <column alignment="center" valignment="top" width="0pt">
16627 <column alignment="center" valignment="top" width="0pt">
16628 <row>
16629 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16630 \begin_inset Text
16631
16632 \begin_layout Plain Layout
16633 Befehl
16634 \begin_inset Note Note
16635 status collapsed
16636
16637 \begin_layout Plain Layout
16638
16639 \series bold
16640
16641 \backslash
16642 raisebox
16643 \series default
16644  dient nur als Abstandhalter.
16645 \end_layout
16646
16647 \end_inset
16648
16649
16650 \end_layout
16651
16652 \end_inset
16653 </cell>
16654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16655 \begin_inset Text
16656
16657 \begin_layout Plain Layout
16658 Ergebnis
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 <row>
16665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16666 \begin_inset Text
16667
16668 \begin_layout Plain Layout
16669 +
16670 \end_layout
16671
16672 \end_inset
16673 </cell>
16674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16675 \begin_inset Text
16676
16677 \begin_layout Plain Layout
16678 \begin_inset Formula $+$
16679 \end_inset
16680
16681
16682 \end_layout
16683
16684 \end_inset
16685 </cell>
16686 </row>
16687 <row>
16688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 -
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16698 \begin_inset Text
16699
16700 \begin_layout Plain Layout
16701 \begin_inset Formula $-$
16702 \end_inset
16703
16704
16705 \end_layout
16706
16707 \end_inset
16708 </cell>
16709 </row>
16710 <row>
16711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16712 \begin_inset Text
16713
16714 \begin_layout Plain Layout
16715
16716 \backslash
16717 pm
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16723 \begin_inset Text
16724
16725 \begin_layout Plain Layout
16726 \begin_inset Formula $\pm$
16727 \end_inset
16728
16729
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 </row>
16735 <row>
16736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16737 \begin_inset Text
16738
16739 \begin_layout Plain Layout
16740
16741 \backslash
16742 mp
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16748 \begin_inset Text
16749
16750 \begin_layout Plain Layout
16751 \begin_inset Formula $\mp$
16752 \end_inset
16753
16754
16755 \end_layout
16756
16757 \end_inset
16758 </cell>
16759 </row>
16760 <row>
16761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16762 \begin_inset Text
16763
16764 \begin_layout Plain Layout
16765
16766 \backslash
16767 cdot
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16773 \begin_inset Text
16774
16775 \begin_layout Plain Layout
16776 \begin_inset Formula $\cdot$
16777 \end_inset
16778
16779
16780 \end_layout
16781
16782 \end_inset
16783 </cell>
16784 </row>
16785 <row>
16786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16787 \begin_inset Text
16788
16789 \begin_layout Plain Layout
16790
16791 \backslash
16792 times
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16798 \begin_inset Text
16799
16800 \begin_layout Plain Layout
16801 \begin_inset Formula $\times$
16802 \end_inset
16803
16804
16805 \end_layout
16806
16807 \end_inset
16808 </cell>
16809 </row>
16810 <row>
16811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16812 \begin_inset Text
16813
16814 \begin_layout Plain Layout
16815
16816 \backslash
16817 div
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16823 \begin_inset Text
16824
16825 \begin_layout Plain Layout
16826 \begin_inset Formula $\div$
16827 \end_inset
16828
16829
16830 \end_layout
16831
16832 \end_inset
16833 </cell>
16834 </row>
16835 <row>
16836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16837 \begin_inset Text
16838
16839 \begin_layout Plain Layout
16840 \begin_inset ERT
16841 status collapsed
16842
16843 \begin_layout Plain Layout
16844
16845
16846 \backslash
16847 raisebox{-1.2mm}{
16848 \end_layout
16849
16850 \end_inset
16851
16852 *
16853 \begin_inset ERT
16854 status collapsed
16855
16856 \begin_layout Plain Layout
16857
16858 }
16859 \end_layout
16860
16861 \end_inset
16862
16863
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $*$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 star
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\star$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 circ
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\circ$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \backslash
16938 diamond
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Formula $\diamond$
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \backslash
16963 bullet
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\bullet$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 </lyxtabular>
16982
16983 \end_inset
16984
16985
16986 \begin_inset space \hfill{}
16987 \end_inset
16988
16989
16990 \begin_inset Tabular
16991 <lyxtabular version="3" rows="13" columns="2">
16992 <features tabularvalignment="middle">
16993 <column alignment="center" valignment="top" width="0pt">
16994 <column alignment="center" valignment="top" width="0pt">
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 Befehl
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 Ergebnis
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 nabla
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\nabla$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 bigtriangledown
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\bigtriangledown$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 bigtriangleup
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\bigtriangleup$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 Box
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\Box$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 cap 
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\cap$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 cup
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\cup$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 dagger
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\dagger$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 ddagger
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\ddagger$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 wr
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\wr$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 bigcirc
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\bigcirc$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 <row>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270
17271 \backslash
17272 wedge
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $\wedge$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 vee
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\vee$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 </lyxtabular>
17316
17317 \end_inset
17318
17319
17320 \begin_inset space \hfill{}
17321 \end_inset
17322
17323
17324 \begin_inset Tabular
17325 <lyxtabular version="3" rows="13" columns="2">
17326 <features tabularvalignment="middle">
17327 <column alignment="center" valignment="top" width="0pt">
17328 <column alignment="center" valignment="top" width="0pt">
17329 <row>
17330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 Befehl
17335 \end_layout
17336
17337 \end_inset
17338 </cell>
17339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17340 \begin_inset Text
17341
17342 \begin_layout Plain Layout
17343 Ergebnis
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 </row>
17349 <row>
17350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17351 \begin_inset Text
17352
17353 \begin_layout Plain Layout
17354
17355 \backslash
17356 oplus
17357 \end_layout
17358
17359 \end_inset
17360 </cell>
17361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17362 \begin_inset Text
17363
17364 \begin_layout Plain Layout
17365 \begin_inset Formula $\oplus$
17366 \end_inset
17367
17368
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 </row>
17374 <row>
17375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17376 \begin_inset Text
17377
17378 \begin_layout Plain Layout
17379
17380 \backslash
17381 ominus
17382 \end_layout
17383
17384 \end_inset
17385 </cell>
17386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17387 \begin_inset Text
17388
17389 \begin_layout Plain Layout
17390 \begin_inset Formula $\ominus$
17391 \end_inset
17392
17393
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 </row>
17399 <row>
17400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17401 \begin_inset Text
17402
17403 \begin_layout Plain Layout
17404
17405 \backslash
17406 otimes
17407 \end_layout
17408
17409 \end_inset
17410 </cell>
17411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17412 \begin_inset Text
17413
17414 \begin_layout Plain Layout
17415 \begin_inset Formula $\otimes$
17416 \end_inset
17417
17418
17419 \end_layout
17420
17421 \end_inset
17422 </cell>
17423 </row>
17424 <row>
17425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17426 \begin_inset Text
17427
17428 \begin_layout Plain Layout
17429
17430 \backslash
17431 oslash
17432 \end_layout
17433
17434 \end_inset
17435 </cell>
17436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17437 \begin_inset Text
17438
17439 \begin_layout Plain Layout
17440 \begin_inset Formula $\oslash$
17441 \end_inset
17442
17443
17444 \end_layout
17445
17446 \end_inset
17447 </cell>
17448 </row>
17449 <row>
17450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17451 \begin_inset Text
17452
17453 \begin_layout Plain Layout
17454
17455 \backslash
17456 odot
17457 \end_layout
17458
17459 \end_inset
17460 </cell>
17461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17462 \begin_inset Text
17463
17464 \begin_layout Plain Layout
17465 \begin_inset Formula $\odot$
17466 \end_inset
17467
17468
17469 \end_layout
17470
17471 \end_inset
17472 </cell>
17473 </row>
17474 <row>
17475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17476 \begin_inset Text
17477
17478 \begin_layout Plain Layout
17479
17480 \backslash
17481 amalg
17482 \end_layout
17483
17484 \end_inset
17485 </cell>
17486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17487 \begin_inset Text
17488
17489 \begin_layout Plain Layout
17490 \begin_inset Formula $\amalg$
17491 \end_inset
17492
17493
17494 \end_layout
17495
17496 \end_inset
17497 </cell>
17498 </row>
17499 <row>
17500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17501 \begin_inset Text
17502
17503 \begin_layout Plain Layout
17504
17505 \backslash
17506 uplus
17507 \end_layout
17508
17509 \end_inset
17510 </cell>
17511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17512 \begin_inset Text
17513
17514 \begin_layout Plain Layout
17515 \begin_inset Formula $\uplus$
17516 \end_inset
17517
17518
17519 \end_layout
17520
17521 \end_inset
17522 </cell>
17523 </row>
17524 <row>
17525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17526 \begin_inset Text
17527
17528 \begin_layout Plain Layout
17529
17530 \backslash
17531 setminus
17532 \end_layout
17533
17534 \end_inset
17535 </cell>
17536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17537 \begin_inset Text
17538
17539 \begin_layout Plain Layout
17540 \begin_inset Formula $\setminus$
17541 \end_inset
17542
17543
17544 \end_layout
17545
17546 \end_inset
17547 </cell>
17548 </row>
17549 <row>
17550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17551 \begin_inset Text
17552
17553 \begin_layout Plain Layout
17554
17555 \backslash
17556 sqcap
17557 \end_layout
17558
17559 \end_inset
17560 </cell>
17561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17562 \begin_inset Text
17563
17564 \begin_layout Plain Layout
17565 \begin_inset Formula $\sqcap$
17566 \end_inset
17567
17568
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 </row>
17574 <row>
17575 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17576 \begin_inset Text
17577
17578 \begin_layout Plain Layout
17579
17580 \backslash
17581 sqcup
17582 \end_layout
17583
17584 \end_inset
17585 </cell>
17586 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17587 \begin_inset Text
17588
17589 \begin_layout Plain Layout
17590 \begin_inset Formula $\sqcup$
17591 \end_inset
17592
17593
17594 \end_layout
17595
17596 \end_inset
17597 </cell>
17598 </row>
17599 <row>
17600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17601 \begin_inset Text
17602
17603 \begin_layout Plain Layout
17604
17605 \backslash
17606 triangleleft
17607 \end_layout
17608
17609 \end_inset
17610 </cell>
17611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17612 \begin_inset Text
17613
17614 \begin_layout Plain Layout
17615 \begin_inset Formula $\triangleleft$
17616 \end_inset
17617
17618
17619 \end_layout
17620
17621 \end_inset
17622 </cell>
17623 </row>
17624 <row>
17625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17626 \begin_inset Text
17627
17628 \begin_layout Plain Layout
17629
17630 \backslash
17631 triangleright
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17637 \begin_inset Text
17638
17639 \begin_layout Plain Layout
17640 \begin_inset Formula $\triangleright$
17641 \end_inset
17642
17643
17644 \end_layout
17645
17646 \end_inset
17647 </cell>
17648 </row>
17649 </lyxtabular>
17650
17651 \end_inset
17652
17653
17654 \begin_inset space \hfill{}
17655 \end_inset
17656
17657
17658 \end_layout
17659
17660 \begin_layout Standard
17661 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17662  
17663 \begin_inset Graphics
17664         filename ../../images/math/pm.png
17665         scale 85
17666
17667 \end_inset
17668
17669  eingefügt werden.
17670 \end_layout
17671
17672 \begin_layout Standard
17673 Um den Laplace-Operator darzustellen, kann man statt 
17674 \series bold
17675
17676 \backslash
17677 bigtriangleup
17678 \series default
17679  auch 
17680 \series bold
17681
17682 \backslash
17683 Delta
17684 \series default
17685  verwenden oder man benutzt 
17686 \series bold
17687
17688 \backslash
17689 nabla
17690 \series default
17691 ^
17692 \series bold
17693 2
17694 \series default
17695  (
17696 \begin_inset Formula $\nabla^{2}$
17697 \end_inset
17698
17699 ).
17700 \end_layout
17701
17702 \begin_layout Standard
17703 Das Zeichen 
17704 \family sans
17705 Menütrenner
17706 \family default
17707  im Menü 
17708 \family sans
17709 Einfügen\SpecialChar \menuseparator
17710 Sonderzeichen
17711 \family default
17712  ist der Operator 
17713 \series bold
17714
17715 \backslash
17716 triangleright
17717 \series default
17718 .
17719 \end_layout
17720
17721 \begin_layout Subsection
17722 Selbst definierte Operatoren
17723 \begin_inset CommandInset label
17724 LatexCommand label
17725 name "sub:Selbstdefinierte-Operatoren"
17726
17727 \end_inset
17728
17729
17730 \begin_inset Index idx
17731 status collapsed
17732
17733 \begin_layout Plain Layout
17734 Operatoren ! selbstdefinierte
17735 \end_layout
17736
17737 \end_inset
17738
17739
17740 \end_layout
17741
17742 \begin_layout Standard
17743 Mit Hilfe des Befehls 
17744 \series bold
17745
17746 \backslash
17747 DeclareMathOperator
17748 \series default
17749
17750 \begin_inset Index idx
17751 status collapsed
17752
17753 \begin_layout Plain Layout
17754 Befehle ! D ! 
17755 \backslash
17756 dbinom@
17757 \backslash
17758 DeclareMathOperator
17759 \end_layout
17760
17761 \end_inset
17762
17763  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17764  Das Befehlsschema dazu lautet:
17765 \end_layout
17766
17767 \begin_layout Standard
17768
17769 \series bold
17770
17771 \backslash
17772 DeclareMathOperator{neuer Befehl}{Anzeige}
17773 \end_layout
17774
17775 \begin_layout Standard
17776 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17777  im Ausdruck aussieht.
17778  Will man einen großen Operator definieren, setzt man hinter den Befehl
17779  ein 
17780 \series bold
17781 *
17782 \series default
17783 .
17784  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17785  wie in 
17786 \begin_inset CommandInset ref
17787 LatexCommand ref
17788 reference "sub:Operatorgrenzen"
17789
17790 \end_inset
17791
17792  beschrieben.
17793 \end_layout
17794
17795 \begin_layout Standard
17796 Beispielsweise definiert die LaTeX-Vorspannzeile
17797 \end_layout
17798
17799 \begin_layout Standard
17800
17801 \series bold
17802
17803 \backslash
17804 DeclareMathOperator*{
17805 \backslash
17806 Raute}{
17807 \backslash
17808 blacklozenge}
17809 \end_layout
17810
17811 \begin_layout Standard
17812 den Befehl 
17813 \series bold
17814
17815 \backslash
17816 Raute
17817 \series default
17818 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17819  aus 
17820 \begin_inset CommandInset ref
17821 LatexCommand ref
17822 reference "sub:Sonstige-Symbole"
17823
17824 \end_inset
17825
17826  besteht:
17827 \begin_inset Formula \[
17828 \Raute_{n=1}^{\infty}
17829 \]
17830
17831 \end_inset
17832
17833 Der Befehl für diese Formel lautet: 
17834 \series bold
17835
17836 \backslash
17837 Raute
17838 \series default
17839 ^
17840 \series bold
17841
17842 \backslash
17843 infty
17844 \begin_inset Formula $\to$
17845 \end_inset
17846
17847 _n=1
17848 \end_layout
17849
17850 \begin_layout Standard
17851 \begin_inset VSpace bigskip
17852 \end_inset
17853
17854 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17855  auch mit den Befehlen 
17856 \series bold
17857
17858 \backslash
17859 mathop
17860 \series default
17861
17862 \begin_inset Index idx
17863 status collapsed
17864
17865 \begin_layout Plain Layout
17866 Befehle ! M ! 
17867 \backslash
17868 mathop
17869 \end_layout
17870
17871 \end_inset
17872
17873  und 
17874 \series bold
17875
17876 \backslash
17877 mathbin
17878 \series default
17879
17880 \begin_inset Index idx
17881 status collapsed
17882
17883 \begin_layout Plain Layout
17884 Befehle ! M ! 
17885 \backslash
17886 mathbin
17887 \end_layout
17888
17889 \end_inset
17890
17891  definieren, die folgendes Schema besitzen:
17892 \end_layout
17893
17894 \begin_layout Standard
17895
17896 \series bold
17897
17898 \backslash
17899 mathop{Anzeige}
17900 \series default
17901  bzw.
17902  
17903 \series bold
17904
17905 \backslash
17906 mathbin{Anzeige}
17907 \end_layout
17908
17909 \begin_layout Standard
17910
17911 \series bold
17912
17913 \backslash
17914 mathop
17915 \series default
17916  definiert große, 
17917 \series bold
17918
17919 \backslash
17920 mathbin
17921 \series default
17922  binäre Operatoren.
17923 \end_layout
17924
17925 \begin_layout Standard
17926
17927 \series bold
17928
17929 \backslash
17930 mathop
17931 \series default
17932  lässt sich z.
17933 \begin_inset space \thinspace{}
17934 \end_inset
17935
17936 B.
17937  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17938 \begin_inset Formula \[
17939 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17940 \]
17941
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \begin_layout Standard
17948 Der Befehl für obige Formel lautet:
17949 \begin_inset Newline newline
17950 \end_inset
17951
17952  
17953 \series bold
17954
17955 \backslash
17956 mathop{
17957 \backslash
17958 sum
17959 \backslash
17960 negmedspace
17961 \backslash
17962 sum
17963 \series default
17964
17965 \begin_inset ERT
17966 status collapsed
17967
17968 \begin_layout Plain Layout
17969
17970
17971 \backslash
17972 leer 
17973 \end_layout
17974
17975 \end_inset
17976
17977
17978 \series bold
17979
17980 \begin_inset Formula $\to$
17981 \end_inset
17982
17983 ^N
17984 \series default
17985
17986 \begin_inset ERT
17987 status collapsed
17988
17989 \begin_layout Plain Layout
17990
17991
17992 \backslash
17993 leer 
17994 \end_layout
17995
17996 \end_inset
17997
17998
17999 \series bold
18000 _i,j=1
18001 \end_layout
18002
18003 \begin_layout Section
18004 Schriften
18005 \begin_inset Index idx
18006 status collapsed
18007
18008 \begin_layout Plain Layout
18009 Schriften
18010 \end_layout
18011
18012 \end_inset
18013
18014
18015 \end_layout
18016
18017 \begin_layout Subsection
18018 Schriftstile
18019 \begin_inset CommandInset label
18020 LatexCommand label
18021 name "sub:Schriftstile"
18022
18023 \end_inset
18024
18025
18026 \begin_inset Index idx
18027 status collapsed
18028
18029 \begin_layout Plain Layout
18030 Schriften ! Schriftstile
18031 \end_layout
18032
18033 \end_inset
18034
18035
18036 \end_layout
18037
18038 \begin_layout Standard
18039 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18040  gesetzt werden:
18041 \begin_inset VSpace -2mm
18042 \end_inset
18043
18044
18045 \end_layout
18046
18047 \begin_layout Standard
18048 \align center
18049 \begin_inset Tabular
18050 <lyxtabular version="3" rows="7" columns="3">
18051 <features tabularvalignment="middle">
18052 <column alignment="center" valignment="top" width="0">
18053 <column alignment="center" valignment="top" width="0">
18054 <column alignment="center" valignment="top" width="0">
18055 <row>
18056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18057 \begin_inset Text
18058
18059 \begin_layout Plain Layout
18060 Befehl
18061 \end_layout
18062
18063 \end_inset
18064 </cell>
18065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18066 \begin_inset Text
18067
18068 \begin_layout Plain Layout
18069 Ergebnis
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18075 \begin_inset Text
18076
18077 \begin_layout Plain Layout
18078 Tastenkürzel
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 </row>
18084 <row>
18085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18086 \begin_inset Text
18087
18088 \begin_layout Plain Layout
18089
18090 \backslash
18091 mathbb
18092 \series bold
18093
18094 \begin_inset ERT
18095 status collapsed
18096
18097 \begin_layout Plain Layout
18098
18099
18100 \backslash
18101 leer 
18102 \end_layout
18103
18104 \end_inset
18105
18106
18107 \series default
18108 ABC
18109 \end_layout
18110
18111 \end_inset
18112 </cell>
18113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18114 \begin_inset Text
18115
18116 \begin_layout Plain Layout
18117 \begin_inset Formula $\mathbb{ABC}$
18118 \end_inset
18119
18120
18121 \end_layout
18122
18123 \end_inset
18124 </cell>
18125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18126 \begin_inset Text
18127
18128 \begin_layout Plain Layout
18129 Alt+Z K
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 </row>
18135 <row>
18136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18137 \begin_inset Text
18138
18139 \begin_layout Plain Layout
18140
18141 \backslash
18142 mathbf
18143 \series bold
18144
18145 \begin_inset ERT
18146 status collapsed
18147
18148 \begin_layout Plain Layout
18149
18150
18151 \backslash
18152 leer 
18153 \end_layout
18154
18155 \end_inset
18156
18157
18158 \series default
18159 AbC
18160 \end_layout
18161
18162 \end_inset
18163 </cell>
18164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18165 \begin_inset Text
18166
18167 \begin_layout Plain Layout
18168 \begin_inset Formula $\mathbf{AbC}$
18169 \end_inset
18170
18171
18172 \end_layout
18173
18174 \end_inset
18175 </cell>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180 Strg+B
18181 \end_layout
18182
18183 \end_inset
18184 </cell>
18185 </row>
18186 <row>
18187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191
18192 \backslash
18193 boldsymbol
18194 \series bold
18195
18196 \begin_inset ERT
18197 status collapsed
18198
18199 \begin_layout Plain Layout
18200
18201
18202 \backslash
18203 leer 
18204 \end_layout
18205
18206 \end_inset
18207
18208
18209 \series default
18210 AbC
18211 \end_layout
18212
18213 \end_inset
18214 </cell>
18215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18216 \begin_inset Text
18217
18218 \begin_layout Plain Layout
18219 \begin_inset Formula $\boldsymbol{AbC}$
18220 \end_inset
18221
18222
18223 \end_layout
18224
18225 \end_inset
18226 </cell>
18227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18228 \begin_inset Text
18229
18230 \begin_layout Plain Layout
18231 Alt+Z F oder Strg+Alt+B
18232 \end_layout
18233
18234 \end_inset
18235 </cell>
18236 </row>
18237 <row>
18238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18239 \begin_inset Text
18240
18241 \begin_layout Plain Layout
18242
18243 \backslash
18244 mathcal
18245 \series bold
18246
18247 \begin_inset ERT
18248 status collapsed
18249
18250 \begin_layout Plain Layout
18251
18252
18253 \backslash
18254 leer 
18255 \end_layout
18256
18257 \end_inset
18258
18259
18260 \series default
18261 ABC
18262 \end_layout
18263
18264 \end_inset
18265 </cell>
18266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18267 \begin_inset Text
18268
18269 \begin_layout Plain Layout
18270 \begin_inset Formula $\mathcal{ABC}$
18271 \end_inset
18272
18273
18274 \end_layout
18275
18276 \end_inset
18277 </cell>
18278 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18279 \begin_inset Text
18280
18281 \begin_layout Plain Layout
18282 Alt+Z H
18283 \end_layout
18284
18285 \end_inset
18286 </cell>
18287 </row>
18288 <row>
18289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18290 \begin_inset Text
18291
18292 \begin_layout Plain Layout
18293
18294 \backslash
18295 mathfrak
18296 \series bold
18297
18298 \begin_inset ERT
18299 status collapsed
18300
18301 \begin_layout Plain Layout
18302
18303
18304 \backslash
18305 leer 
18306 \end_layout
18307
18308 \end_inset
18309
18310
18311 \series default
18312 AbC
18313 \end_layout
18314
18315 \end_inset
18316 </cell>
18317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18318 \begin_inset Text
18319
18320 \begin_layout Plain Layout
18321 \begin_inset Formula $\mathfrak{AbC}$
18322 \end_inset
18323
18324
18325 \end_layout
18326
18327 \end_inset
18328 </cell>
18329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18330 \begin_inset Text
18331
18332 \begin_layout Plain Layout
18333 -
18334 \end_layout
18335
18336 \end_inset
18337 </cell>
18338 </row>
18339 <row>
18340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18341 \begin_inset Text
18342
18343 \begin_layout Plain Layout
18344
18345 \backslash
18346 mathscr
18347 \series bold
18348
18349 \begin_inset ERT
18350 status collapsed
18351
18352 \begin_layout Plain Layout
18353
18354
18355 \backslash
18356 leer 
18357 \end_layout
18358
18359 \end_inset
18360
18361
18362 \series default
18363 AbC
18364 \end_layout
18365
18366 \end_inset
18367 </cell>
18368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18369 \begin_inset Text
18370
18371 \begin_layout Plain Layout
18372 \begin_inset Formula $\mathscr{AbC}$
18373 \end_inset
18374
18375
18376 \end_layout
18377
18378 \end_inset
18379 </cell>
18380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18381 \begin_inset Text
18382
18383 \begin_layout Plain Layout
18384 -
18385 \end_layout
18386
18387 \end_inset
18388 </cell>
18389 </row>
18390 </lyxtabular>
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 \align center
18399 \begin_inset Tabular
18400 <lyxtabular version="3" rows="5" columns="3">
18401 <features tabularvalignment="middle">
18402 <column alignment="center" valignment="top" width="0">
18403 <column alignment="center" valignment="top" width="0">
18404 <column alignment="center" valignment="top" width="0">
18405 <row>
18406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18407 \begin_inset Text
18408
18409 \begin_layout Plain Layout
18410 Befehl
18411 \end_layout
18412
18413 \end_inset
18414 </cell>
18415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18416 \begin_inset Text
18417
18418 \begin_layout Plain Layout
18419 Ergebnis
18420 \end_layout
18421
18422 \end_inset
18423 </cell>
18424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18425 \begin_inset Text
18426
18427 \begin_layout Plain Layout
18428 Tastenkürzel
18429 \end_layout
18430
18431 \end_inset
18432 </cell>
18433 </row>
18434 <row>
18435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18436 \begin_inset Text
18437
18438 \begin_layout Plain Layout
18439
18440 \backslash
18441 mathit
18442 \series bold
18443
18444 \begin_inset ERT
18445 status collapsed
18446
18447 \begin_layout Plain Layout
18448
18449
18450 \backslash
18451 leer 
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \series default
18458 AbC
18459 \end_layout
18460
18461 \end_inset
18462 </cell>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467 \begin_inset Formula $\mathit{AbC}$
18468 \end_inset
18469
18470
18471 \end_layout
18472
18473 \end_inset
18474 </cell>
18475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18476 \begin_inset Text
18477
18478 \begin_layout Plain Layout
18479 -
18480 \end_layout
18481
18482 \end_inset
18483 </cell>
18484 </row>
18485 <row>
18486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490
18491 \backslash
18492 mathrm
18493 \series bold
18494
18495 \begin_inset ERT
18496 status collapsed
18497
18498 \begin_layout Plain Layout
18499
18500
18501 \backslash
18502 leer 
18503 \end_layout
18504
18505 \end_inset
18506
18507
18508 \series default
18509 AbC
18510 \end_layout
18511
18512 \end_inset
18513 </cell>
18514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18515 \begin_inset Text
18516
18517 \begin_layout Plain Layout
18518 \begin_inset Formula $\mathrm{AbC}$
18519 \end_inset
18520
18521
18522 \end_layout
18523
18524 \end_inset
18525 </cell>
18526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18527 \begin_inset Text
18528
18529 \begin_layout Plain Layout
18530 Alt+Z R
18531 \end_layout
18532
18533 \end_inset
18534 </cell>
18535 </row>
18536 <row>
18537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18538 \begin_inset Text
18539
18540 \begin_layout Plain Layout
18541
18542 \backslash
18543 mathsf
18544 \series bold
18545
18546 \begin_inset ERT
18547 status collapsed
18548
18549 \begin_layout Plain Layout
18550
18551
18552 \backslash
18553 leer 
18554 \end_layout
18555
18556 \end_inset
18557
18558
18559 \series default
18560 AbC
18561 \end_layout
18562
18563 \end_inset
18564 </cell>
18565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18566 \begin_inset Text
18567
18568 \begin_layout Plain Layout
18569 \begin_inset Formula $\mathsf{AbC}$
18570 \end_inset
18571
18572
18573 \end_layout
18574
18575 \end_inset
18576 </cell>
18577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18578 \begin_inset Text
18579
18580 \begin_layout Plain Layout
18581 Alt+Z S
18582 \end_layout
18583
18584 \end_inset
18585 </cell>
18586 </row>
18587 <row>
18588 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18589 \begin_inset Text
18590
18591 \begin_layout Plain Layout
18592
18593 \backslash
18594 mathtt
18595 \series bold
18596
18597 \begin_inset ERT
18598 status collapsed
18599
18600 \begin_layout Plain Layout
18601
18602
18603 \backslash
18604 leer 
18605 \end_layout
18606
18607 \end_inset
18608
18609
18610 \series default
18611 AbC
18612 \end_layout
18613
18614 \end_inset
18615 </cell>
18616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18617 \begin_inset Text
18618
18619 \begin_layout Plain Layout
18620 \begin_inset Formula $\mathtt{AbC}$
18621 \end_inset
18622
18623
18624 \end_layout
18625
18626 \end_inset
18627 </cell>
18628 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18629 \begin_inset Text
18630
18631 \begin_layout Plain Layout
18632 Alt+Z C
18633 \end_layout
18634
18635 \end_inset
18636 </cell>
18637 </row>
18638 </lyxtabular>
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Standard
18646 \begin_inset Note Greyedout
18647 status open
18648
18649 \begin_layout Plain Layout
18650
18651 \series bold
18652 Achtung:
18653 \series default
18654  Die Stile 
18655 \series bold
18656
18657 \backslash
18658 mathbb
18659 \series default
18660  und 
18661 \series bold
18662
18663 \backslash
18664 mathcal
18665 \series default
18666  können nur für Großbuchstaben verwendet werden.
18667 \end_layout
18668
18669 \end_inset
18670
18671
18672 \end_layout
18673
18674 \begin_layout Standard
18675 Voreingestellt ist der Stil 
18676 \series bold
18677
18678 \backslash
18679 mathnormal
18680 \series default
18681 .
18682 \end_layout
18683
18684 \begin_layout Standard
18685 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18686 \begin_inset Formula \[
18687 \mathfrak{A=\frac{b}{C}}
18688 \]
18689
18690 \end_inset
18691
18692
18693 \end_layout
18694
18695 \begin_layout Standard
18696 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18697 ile, sondern in dem Textschriftstil 
18698 \series bold
18699
18700 \backslash
18701 textrm
18702 \series default
18703 .
18704  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18705  ein Fehler in LyX.
18706 \begin_inset Foot
18707 status collapsed
18708
18709 \begin_layout Plain Layout
18710 \begin_inset CommandInset href
18711 LatexCommand href
18712 name "LyX-Fehler #4629"
18713 target "http://www.lyx.org/trac/ticket/4629"
18714
18715 \end_inset
18716
18717
18718 \end_layout
18719
18720 \end_inset
18721
18722
18723 \end_layout
18724
18725 \begin_layout Standard
18726 Anstelle der Stilbefehle kann man auch den Dialog 
18727 \family sans
18728 Bearbeiten\SpecialChar \menuseparator
18729 Mathe\SpecialChar \menuseparator
18730 Text-Stil
18731 \family default
18732  oder den Mathe-Werkzeugleistenknopf 
18733 \begin_inset Graphics
18734         filename ../../images/math/font.png
18735         scale 85
18736
18737 \end_inset
18738
18739  verwenden.
18740 \end_layout
18741
18742 \begin_layout Subsection
18743 Fett gedruckte Formeln
18744 \begin_inset CommandInset label
18745 LatexCommand label
18746 name "sub:Fett-gedruckte-Formeln"
18747
18748 \end_inset
18749
18750
18751 \begin_inset Index idx
18752 status collapsed
18753
18754 \begin_layout Plain Layout
18755 Formel ! fett gedruckte
18756 \end_layout
18757
18758 \end_inset
18759
18760
18761 \end_layout
18762
18763 \begin_layout Standard
18764 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18765  Kapitel angegebenen Befehl 
18766 \series bold
18767
18768 \backslash
18769 mathbf
18770 \series default
18771  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18772  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18773  Formel gut erkennt:
18774 \end_layout
18775
18776 \begin_layout Standard
18777 \begin_inset Formula \[
18778 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18779 \]
18780
18781 \end_inset
18782
18783
18784 \end_layout
18785
18786 \begin_layout Standard
18787 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18788 \series bold
18789
18790 \backslash
18791 boldsymbol
18792 \series default
18793 :
18794 \begin_inset Formula \[
18795 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18796 \]
18797
18798 \end_inset
18799
18800 Es gibt auch die Möglichkeit die Formel in eine 
18801 \series bold
18802 boldmath-Umgebung
18803 \series default
18804  zu setzen.
18805  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18806 \series bold
18807
18808 \backslash
18809 boldmath
18810 \series default
18811
18812 \begin_inset Index idx
18813 status collapsed
18814
18815 \begin_layout Plain Layout
18816 Befehle ! B ! 
18817 \backslash
18818 boldmath
18819 \end_layout
18820
18821 \end_inset
18822
18823  eingibt.
18824  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18825 \series bold
18826
18827 \backslash
18828 unboldmath
18829 \series default
18830
18831 \begin_inset Index idx
18832 status collapsed
18833
18834 \begin_layout Plain Layout
18835 Befehle ! U ! 
18836 \backslash
18837 unboldmath
18838 \end_layout
18839
18840 \end_inset
18841
18842  ein.
18843 \begin_inset ERT
18844 status collapsed
18845
18846 \begin_layout Plain Layout
18847
18848
18849 \backslash
18850 boldmath 
18851 \end_layout
18852
18853 \end_inset
18854
18855
18856 \begin_inset Formula \[
18857 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18858 \]
18859
18860 \end_inset
18861
18862
18863 \begin_inset ERT
18864 status collapsed
18865
18866 \begin_layout Plain Layout
18867
18868
18869 \backslash
18870 unboldmath 
18871 \end_layout
18872
18873 \end_inset
18874
18875
18876 \end_layout
18877
18878 \begin_layout Subsection
18879 Farbige Formeln
18880 \begin_inset Index idx
18881 status collapsed
18882
18883 \begin_layout Plain Layout
18884 Formel ! farbige
18885 \end_layout
18886
18887 \end_inset
18888
18889
18890 \end_layout
18891
18892 \begin_layout Standard
18893 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18894  oder Formelteile und verwenden dann den 
18895 \family sans
18896 Textstil
18897 \family default
18898  Dialog.
18899  Hier ist eine Formel in Magenta:
18900 \begin_inset Formula \[
18901 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18902 \]
18903
18904 \end_inset
18905
18906
18907 \end_layout
18908
18909 \begin_layout Standard
18910 Man kann auch eigene Farben definieren, wie in 
18911 \begin_inset CommandInset ref
18912 LatexCommand ref
18913 reference "sub:Farbige-Boxen"
18914
18915 \end_inset
18916
18917  erklärt ist.
18918  Diese können dann mit dem TeX-Code Befehl 
18919 \series bold
18920
18921 \backslash
18922 textcolor
18923 \series default
18924
18925 \begin_inset Index idx
18926 status collapsed
18927
18928 \begin_layout Plain Layout
18929 Befehle! T ! 
18930 \backslash
18931 textcolor
18932 \end_layout
18933
18934 \end_inset
18935
18936  verwendet werden, dass folgendes Schema besitzt:
18937 \end_layout
18938
18939 \begin_layout Standard
18940
18941 \series bold
18942
18943 \backslash
18944 textcolor{Farbe}{Zeichen oder Formel}
18945 \end_layout
18946
18947 \begin_layout Standard
18948 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18949 \end_layout
18950
18951 \begin_layout Standard
18952 \begin_inset ERT
18953 status collapsed
18954
18955 \begin_layout Plain Layout
18956
18957
18958 \backslash
18959 textcolor{dunkelgruen}{
18960 \end_layout
18961
18962 \end_inset
18963
18964
18965 \begin_inset Formula \[
18966 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18967 \]
18968
18969 \end_inset
18970
18971
18972 \begin_inset ERT
18973 status collapsed
18974
18975 \begin_layout Plain Layout
18976
18977 }
18978 \end_layout
18979
18980 \end_inset
18981
18982
18983 \end_layout
18984
18985 \begin_layout Standard
18986 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18987 n Farben gefärbt werden.
18988 \begin_inset Foot
18989 status collapsed
18990
18991 \begin_layout Plain Layout
18992 \begin_inset CommandInset href
18993 LatexCommand href
18994 name "LyX-bug #5269"
18995 target "http://www.lyx.org/trac/ticket/5269"
18996
18997 \end_inset
18998
18999
19000 \end_layout
19001
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \begin_layout Subsection
19008 Schriftgrößen
19009 \begin_inset CommandInset label
19010 LatexCommand label
19011 name "sub:Schriftgrößen"
19012
19013 \end_inset
19014
19015
19016 \begin_inset Index idx
19017 status collapsed
19018
19019 \begin_layout Plain Layout
19020 Schriften ! Schriftgrößen
19021 \end_layout
19022
19023 \end_inset
19024
19025
19026 \end_layout
19027
19028 \begin_layout Standard
19029 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19030 le:
19031 \end_layout
19032
19033 \begin_layout Standard
19034
19035 \series bold
19036
19037 \backslash
19038 Huge
19039 \series default
19040
19041 \series bold
19042
19043 \backslash
19044 huge
19045 \series default
19046
19047 \series bold
19048
19049 \backslash
19050 LARGE
19051 \series default
19052
19053 \series bold
19054
19055 \backslash
19056 Large
19057 \series default
19058
19059 \series bold
19060
19061 \backslash
19062 large
19063 \series default
19064
19065 \series bold
19066
19067 \backslash
19068 normalsize
19069 \series default
19070
19071 \series bold
19072
19073 \backslash
19074 small
19075 \series default
19076
19077 \series bold
19078
19079 \backslash
19080 footnotesize
19081 \series default
19082 ,
19083 \begin_inset Newline linebreak
19084 \end_inset
19085
19086
19087 \series bold
19088
19089 \backslash
19090 scriptsize
19091 \series default
19092  und 
19093 \series bold
19094
19095 \backslash
19096 tiny
19097 \end_layout
19098
19099 \begin_layout Standard
19100 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19101  ab, die dem Befehl 
19102 \series bold
19103
19104 \backslash
19105 normalsize
19106 \series default
19107  entspricht.
19108  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19109 \series bold
19110
19111 \backslash
19112 normalsize
19113 \series default
19114 .
19115  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19116  Beträgt z.
19117 \begin_inset space \thinspace{}
19118 \end_inset
19119
19120 B.
19121  die Dokumentschriftgröße 12
19122 \begin_inset space \thinspace{}
19123 \end_inset
19124
19125 pt, produziert der Befehl 
19126 \series bold
19127
19128 \backslash
19129 Huge
19130 \series default
19131  dasselbe wie 
19132 \series bold
19133
19134 \backslash
19135 huge
19136 \series default
19137 .
19138  
19139 \end_layout
19140
19141 \begin_layout Standard
19142 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19143  Größe aller nachfolgenden Formel- und Textzeichen fest.
19144  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19145  TeX-Modus den Befehl 
19146 \series bold
19147
19148 \backslash
19149 normalsize
19150 \series default
19151  ein.
19152 \end_layout
19153
19154 \begin_layout Standard
19155 \begin_inset Newpage newpage
19156 \end_inset
19157
19158
19159 \end_layout
19160
19161 \begin_layout Standard
19162 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19163  werden:
19164 \end_layout
19165
19166 \begin_layout Standard
19167 \noindent
19168 \align center
19169 \begin_inset Tabular
19170 <lyxtabular version="3" rows="5" columns="2">
19171 <features tabularvalignment="middle">
19172 <column alignment="center" valignment="top" width="0">
19173 <column alignment="center" valignment="top" width="0">
19174 <row>
19175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19176 \begin_inset Text
19177
19178 \begin_layout Plain Layout
19179 Befehl
19180 \end_layout
19181
19182 \end_inset
19183 </cell>
19184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19185 \begin_inset Text
19186
19187 \begin_layout Plain Layout
19188 Ergebnis
19189 \begin_inset Note Note
19190 status collapsed
19191
19192 \begin_layout Plain Layout
19193
19194 \series bold
19195
19196 \backslash
19197 raisebox
19198 \series default
19199  dient nur als Abstandhalter.
19200 \end_layout
19201
19202 \end_inset
19203
19204
19205 \end_layout
19206
19207 \end_inset
19208 </cell>
19209 </row>
19210 <row>
19211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19212 \begin_inset Text
19213
19214 \begin_layout Plain Layout
19215
19216 \backslash
19217 displaystyle
19218 \begin_inset Index idx
19219 status collapsed
19220
19221 \begin_layout Plain Layout
19222 Befehle ! D ! 
19223 \backslash
19224 displaystyle
19225 \end_layout
19226
19227 \end_inset
19228
19229
19230 \end_layout
19231
19232 \end_inset
19233 </cell>
19234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19235 \begin_inset Text
19236
19237 \begin_layout Plain Layout
19238 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19239 \end_inset
19240
19241
19242 \end_layout
19243
19244 \end_inset
19245 </cell>
19246 </row>
19247 <row>
19248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19249 \begin_inset Text
19250
19251 \begin_layout Plain Layout
19252
19253 \backslash
19254 textstyle
19255 \end_layout
19256
19257 \end_inset
19258 </cell>
19259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19260 \begin_inset Text
19261
19262 \begin_layout Plain Layout
19263 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \end_inset
19270 </cell>
19271 </row>
19272 <row>
19273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19274 \begin_inset Text
19275
19276 \begin_layout Plain Layout
19277
19278 \backslash
19279 scriptstyle
19280 \end_layout
19281
19282 \end_inset
19283 </cell>
19284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19285 \begin_inset Text
19286
19287 \begin_layout Plain Layout
19288 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19289 \end_inset
19290
19291
19292 \end_layout
19293
19294 \end_inset
19295 </cell>
19296 </row>
19297 <row>
19298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19299 \begin_inset Text
19300
19301 \begin_layout Plain Layout
19302
19303 \backslash
19304 scriptscriptstyle
19305 \end_layout
19306
19307 \end_inset
19308 </cell>
19309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19310 \begin_inset Text
19311
19312 \begin_layout Plain Layout
19313 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19314 \end_inset
19315
19316
19317 \end_layout
19318
19319 \end_inset
19320 </cell>
19321 </row>
19322 </lyxtabular>
19323
19324 \end_inset
19325
19326
19327 \end_layout
19328
19329 \begin_layout Standard
19330 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19331  in das die Formelteile eingegeben werden.
19332 \end_layout
19333
19334 \begin_layout Standard
19335 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19336  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19337  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19338  eingegeben.
19339  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19340  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19341  Dazu zwei Beispiele:
19342 \begin_inset VSpace -2mm
19343 \end_inset
19344
19345
19346 \end_layout
19347
19348 \begin_layout Standard
19349 \begin_inset ERT
19350 status collapsed
19351
19352 \begin_layout Plain Layout
19353
19354
19355 \backslash
19356 huge 
19357 \end_layout
19358
19359 \end_inset
19360
19361
19362 \begin_inset Formula \[
19363 A=\frac{B}{c}\cdot\maltese
19364 \]
19365
19366 \end_inset
19367
19368
19369 \begin_inset Formula \[
19370 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19371 \]
19372
19373 \end_inset
19374
19375
19376 \begin_inset ERT
19377 status collapsed
19378
19379 \begin_layout Plain Layout
19380
19381
19382 \backslash
19383 normalsize 
19384 \end_layout
19385
19386 \end_inset
19387
19388
19389 \end_layout
19390
19391 \begin_layout Standard
19392 \begin_inset VSpace medskip
19393 \end_inset
19394
19395 Vor beiden Formeln wurde der Befehl 
19396 \series bold
19397
19398 \backslash
19399 huge
19400 \series default
19401  eingegeben.
19402  Der Befehl für die zweite Formel lautet:
19403 \begin_inset Newline newline
19404 \end_inset
19405
19406
19407 \series bold
19408
19409 \backslash
19410 maltese
19411 \begin_inset ERT
19412 status collapsed
19413
19414 \begin_layout Plain Layout
19415
19416
19417 \backslash
19418 leer 
19419 \end_layout
19420
19421 \end_inset
19422
19423 A M-m m 
19424 \backslash
19425 Large
19426 \begin_inset ERT
19427 status collapsed
19428
19429 \begin_layout Plain Layout
19430
19431
19432 \backslash
19433 leer 
19434 \end_layout
19435
19436 \end_inset
19437
19438
19439 \backslash
19440 maltese
19441 \begin_inset ERT
19442 status collapsed
19443
19444 \begin_layout Plain Layout
19445
19446
19447 \backslash
19448 leer 
19449 \end_layout
19450
19451 \end_inset
19452
19453
19454 \backslash
19455 textit
19456 \begin_inset ERT
19457 status collapsed
19458
19459 \begin_layout Plain Layout
19460
19461
19462 \backslash
19463 leer 
19464 \end_layout
19465
19466 \end_inset
19467
19468 A
19469 \begin_inset Formula $\to$
19470 \end_inset
19471
19472
19473 \begin_inset Formula $\to$
19474 \end_inset
19475
19476
19477 \begin_inset Newline newline
19478 \end_inset
19479
19480
19481 \begin_inset space \hspace*{}
19482 \length 1cm
19483 \end_inset
19484
19485 M-m
19486 \series default
19487  
19488 \series bold
19489
19490 \backslash
19491 tiny
19492 \begin_inset ERT
19493 status collapsed
19494
19495 \begin_layout Plain Layout
19496
19497
19498 \backslash
19499 leer 
19500 \end_layout
19501
19502 \end_inset
19503
19504
19505 \backslash
19506 maltese
19507 \begin_inset ERT
19508 status collapsed
19509
19510 \begin_layout Plain Layout
19511
19512
19513 \backslash
19514 leer 
19515 \end_layout
19516
19517 \end_inset
19518
19519
19520 \backslash
19521 textit
19522 \begin_inset ERT
19523 status collapsed
19524
19525 \begin_layout Plain Layout
19526
19527
19528 \backslash
19529 leer 
19530 \end_layout
19531
19532 \end_inset
19533
19534 A
19535 \end_layout
19536
19537 \begin_layout Standard
19538 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19539  immer in der Standardgröße dargestellt.
19540 \end_layout
19541
19542 \begin_layout Standard
19543 \begin_inset Newpage newpage
19544 \end_inset
19545
19546
19547 \end_layout
19548
19549 \begin_layout Section
19550 Griechische Buchstaben
19551 \begin_inset Index idx
19552 status collapsed
19553
19554 \begin_layout Plain Layout
19555 griechische Buchstaben
19556 \end_layout
19557
19558 \end_inset
19559
19560
19561 \end_layout
19562
19563 \begin_layout Standard
19564 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19565  
19566 \begin_inset Graphics
19567         filename ../../images/math/alpha.png
19568         scale 85
19569
19570 \end_inset
19571
19572  eingefügt werden.
19573  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19574  in Formeln aufrecht gesetzt werden.
19575  In einigen Sprachen, wie z.
19576 \begin_inset space \thinspace{}
19577 \end_inset
19578
19579 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19580 \end_layout
19581
19582 \begin_layout Subsection
19583 Kleine Buchstaben
19584 \begin_inset Index idx
19585 status collapsed
19586
19587 \begin_layout Plain Layout
19588 griechische Buchstaben ! kleine
19589 \end_layout
19590
19591 \end_inset
19592
19593
19594 \end_layout
19595
19596 \begin_layout Standard
19597 \begin_inset space \hfill{}
19598 \end_inset
19599
19600
19601 \begin_inset Tabular
19602 <lyxtabular version="3" rows="11" columns="2">
19603 <features tabularvalignment="middle">
19604 <column alignment="center" valignment="top" width="0pt">
19605 <column alignment="center" valignment="top" width="0pt">
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611 Befehl
19612 \end_layout
19613
19614 \end_inset
19615 </cell>
19616 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19617 \begin_inset Text
19618
19619 \begin_layout Plain Layout
19620 Ergebnis
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \backslash
19633 alpha
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Formula $\alpha$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 <row>
19652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19653 \begin_inset Text
19654
19655 \begin_layout Plain Layout
19656
19657 \backslash
19658 beta
19659 \end_layout
19660
19661 \end_inset
19662 </cell>
19663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19664 \begin_inset Text
19665
19666 \begin_layout Plain Layout
19667 \begin_inset Formula $\beta$
19668 \end_inset
19669
19670
19671 \end_layout
19672
19673 \end_inset
19674 </cell>
19675 </row>
19676 <row>
19677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19678 \begin_inset Text
19679
19680 \begin_layout Plain Layout
19681
19682 \backslash
19683 gamma
19684 \end_layout
19685
19686 \end_inset
19687 </cell>
19688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19689 \begin_inset Text
19690
19691 \begin_layout Plain Layout
19692 \begin_inset Formula $\gamma$
19693 \end_inset
19694
19695
19696 \end_layout
19697
19698 \end_inset
19699 </cell>
19700 </row>
19701 <row>
19702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19703 \begin_inset Text
19704
19705 \begin_layout Plain Layout
19706
19707 \backslash
19708 delta
19709 \end_layout
19710
19711 \end_inset
19712 </cell>
19713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19714 \begin_inset Text
19715
19716 \begin_layout Plain Layout
19717 \begin_inset Formula $\delta$
19718 \end_inset
19719
19720
19721 \end_layout
19722
19723 \end_inset
19724 </cell>
19725 </row>
19726 <row>
19727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19728 \begin_inset Text
19729
19730 \begin_layout Plain Layout
19731
19732 \backslash
19733 epsilon
19734 \end_layout
19735
19736 \end_inset
19737 </cell>
19738 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19739 \begin_inset Text
19740
19741 \begin_layout Plain Layout
19742 \begin_inset Formula $\epsilon$
19743 \end_inset
19744
19745
19746 \end_layout
19747
19748 \end_inset
19749 </cell>
19750 </row>
19751 <row>
19752 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19753 \begin_inset Text
19754
19755 \begin_layout Plain Layout
19756
19757 \backslash
19758 varepsilon
19759 \end_layout
19760
19761 \end_inset
19762 </cell>
19763 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19764 \begin_inset Text
19765
19766 \begin_layout Plain Layout
19767 \begin_inset Formula $\varepsilon$
19768 \end_inset
19769
19770
19771 \end_layout
19772
19773 \end_inset
19774 </cell>
19775 </row>
19776 <row>
19777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19778 \begin_inset Text
19779
19780 \begin_layout Plain Layout
19781
19782 \backslash
19783 zeta
19784 \end_layout
19785
19786 \end_inset
19787 </cell>
19788 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19789 \begin_inset Text
19790
19791 \begin_layout Plain Layout
19792 \begin_inset Formula $\zeta$
19793 \end_inset
19794
19795
19796 \end_layout
19797
19798 \end_inset
19799 </cell>
19800 </row>
19801 <row>
19802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19803 \begin_inset Text
19804
19805 \begin_layout Plain Layout
19806
19807 \backslash
19808 eta
19809 \end_layout
19810
19811 \end_inset
19812 </cell>
19813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19814 \begin_inset Text
19815
19816 \begin_layout Plain Layout
19817 \begin_inset Formula $\eta$
19818 \end_inset
19819
19820
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 <row>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831
19832 \backslash
19833 theta
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Formula $\theta$
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 </row>
19851 <row>
19852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856
19857 \backslash
19858 vartheta
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 \begin_inset Formula $\vartheta$
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 </row>
19876 </lyxtabular>
19877
19878 \end_inset
19879
19880
19881 \begin_inset space \hfill{}
19882 \end_inset
19883
19884
19885 \begin_inset Tabular
19886 <lyxtabular version="3" rows="12" columns="2">
19887 <features tabularvalignment="middle">
19888 <column alignment="center" valignment="top" width="0pt">
19889 <column alignment="center" valignment="top" width="0pt">
19890 <row>
19891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19892 \begin_inset Text
19893
19894 \begin_layout Plain Layout
19895 Befehl
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19901 \begin_inset Text
19902
19903 \begin_layout Plain Layout
19904 Ergebnis
19905 \end_layout
19906
19907 \end_inset
19908 </cell>
19909 </row>
19910 <row>
19911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19912 \begin_inset Text
19913
19914 \begin_layout Plain Layout
19915
19916 \backslash
19917 iota
19918 \end_layout
19919
19920 \end_inset
19921 </cell>
19922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19923 \begin_inset Text
19924
19925 \begin_layout Plain Layout
19926 \begin_inset Formula $\iota$
19927 \end_inset
19928
19929
19930 \end_layout
19931
19932 \end_inset
19933 </cell>
19934 </row>
19935 <row>
19936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19937 \begin_inset Text
19938
19939 \begin_layout Plain Layout
19940
19941 \backslash
19942 kappa
19943 \end_layout
19944
19945 \end_inset
19946 </cell>
19947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19948 \begin_inset Text
19949
19950 \begin_layout Plain Layout
19951 \begin_inset Formula $\kappa$
19952 \end_inset
19953
19954
19955 \end_layout
19956
19957 \end_inset
19958 </cell>
19959 </row>
19960 <row>
19961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19962 \begin_inset Text
19963
19964 \begin_layout Plain Layout
19965
19966 \backslash
19967 varkappa
19968 \end_layout
19969
19970 \end_inset
19971 </cell>
19972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19973 \begin_inset Text
19974
19975 \begin_layout Plain Layout
19976 \begin_inset Formula $\varkappa$
19977 \end_inset
19978
19979
19980 \end_layout
19981
19982 \end_inset
19983 </cell>
19984 </row>
19985 <row>
19986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19987 \begin_inset Text
19988
19989 \begin_layout Plain Layout
19990
19991 \backslash
19992 lambda
19993 \end_layout
19994
19995 \end_inset
19996 </cell>
19997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19998 \begin_inset Text
19999
20000 \begin_layout Plain Layout
20001 \begin_inset Formula $\lambda$
20002 \end_inset
20003
20004
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 </row>
20010 <row>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015
20016 \backslash
20017 mu
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 \begin_inset Formula $\mu$
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 </row>
20035 <row>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040
20041 \backslash
20042 nu
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 \begin_inset Formula $\nu$
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 </row>
20060 <row>
20061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065
20066 \backslash
20067 xi
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 \begin_inset Formula $\xi$
20077 \end_inset
20078
20079
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row>
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090 o
20091 \end_layout
20092
20093 \end_inset
20094 </cell>
20095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20096 \begin_inset Text
20097
20098 \begin_layout Plain Layout
20099 \begin_inset Formula $o$
20100 \end_inset
20101
20102
20103 \end_layout
20104
20105 \end_inset
20106 </cell>
20107 </row>
20108 <row>
20109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20110 \begin_inset Text
20111
20112 \begin_layout Plain Layout
20113
20114 \backslash
20115 pi
20116 \end_layout
20117
20118 \end_inset
20119 </cell>
20120 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20121 \begin_inset Text
20122
20123 \begin_layout Plain Layout
20124 \begin_inset Formula $\pi$
20125 \end_inset
20126
20127
20128 \end_layout
20129
20130 \end_inset
20131 </cell>
20132 </row>
20133 <row>
20134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20135 \begin_inset Text
20136
20137 \begin_layout Plain Layout
20138
20139 \backslash
20140 varpi
20141 \end_layout
20142
20143 \end_inset
20144 </cell>
20145 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20146 \begin_inset Text
20147
20148 \begin_layout Plain Layout
20149 \begin_inset Formula $\varpi$
20150 \end_inset
20151
20152
20153 \end_layout
20154
20155 \end_inset
20156 </cell>
20157 </row>
20158 <row>
20159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20160 \begin_inset Text
20161
20162 \begin_layout Plain Layout
20163
20164 \backslash
20165 rho
20166 \end_layout
20167
20168 \end_inset
20169 </cell>
20170 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20171 \begin_inset Text
20172
20173 \begin_layout Plain Layout
20174 \begin_inset Formula $\rho$
20175 \end_inset
20176
20177
20178 \end_layout
20179
20180 \end_inset
20181 </cell>
20182 </row>
20183 </lyxtabular>
20184
20185 \end_inset
20186
20187
20188 \begin_inset space \hfill{}
20189 \end_inset
20190
20191
20192 \begin_inset Tabular
20193 <lyxtabular version="3" rows="11" columns="2">
20194 <features tabularvalignment="middle">
20195 <column alignment="center" valignment="top" width="0pt">
20196 <column alignment="center" valignment="top" width="0pt">
20197 <row>
20198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20199 \begin_inset Text
20200
20201 \begin_layout Plain Layout
20202 Befehl
20203 \end_layout
20204
20205 \end_inset
20206 </cell>
20207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20208 \begin_inset Text
20209
20210 \begin_layout Plain Layout
20211 Ergebnis
20212 \end_layout
20213
20214 \end_inset
20215 </cell>
20216 </row>
20217 <row>
20218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222
20223 \backslash
20224 varrho
20225 \end_layout
20226
20227 \end_inset
20228 </cell>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233 \begin_inset Formula $\varrho$
20234 \end_inset
20235
20236
20237 \end_layout
20238
20239 \end_inset
20240 </cell>
20241 </row>
20242 <row>
20243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20244 \begin_inset Text
20245
20246 \begin_layout Plain Layout
20247
20248 \backslash
20249 sigma
20250 \end_layout
20251
20252 \end_inset
20253 </cell>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258 \begin_inset Formula $\sigma$
20259 \end_inset
20260
20261
20262 \end_layout
20263
20264 \end_inset
20265 </cell>
20266 </row>
20267 <row>
20268 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272
20273 \backslash
20274 varsigma
20275 \end_layout
20276
20277 \end_inset
20278 </cell>
20279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283 \begin_inset Formula $\varsigma$
20284 \end_inset
20285
20286
20287 \end_layout
20288
20289 \end_inset
20290 </cell>
20291 </row>
20292 <row>
20293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20294 \begin_inset Text
20295
20296 \begin_layout Plain Layout
20297
20298 \backslash
20299 tau
20300 \end_layout
20301
20302 \end_inset
20303 </cell>
20304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20305 \begin_inset Text
20306
20307 \begin_layout Plain Layout
20308 \begin_inset Formula $\tau$
20309 \end_inset
20310
20311
20312 \end_layout
20313
20314 \end_inset
20315 </cell>
20316 </row>
20317 <row>
20318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322
20323 \backslash
20324 upsilon
20325 \end_layout
20326
20327 \end_inset
20328 </cell>
20329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20330 \begin_inset Text
20331
20332 \begin_layout Plain Layout
20333 \begin_inset Formula $\upsilon$
20334 \end_inset
20335
20336
20337 \end_layout
20338
20339 \end_inset
20340 </cell>
20341 </row>
20342 <row>
20343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20344 \begin_inset Text
20345
20346 \begin_layout Plain Layout
20347
20348 \backslash
20349 phi
20350 \end_layout
20351
20352 \end_inset
20353 </cell>
20354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20355 \begin_inset Text
20356
20357 \begin_layout Plain Layout
20358 \begin_inset Formula $\phi$
20359 \end_inset
20360
20361
20362 \end_layout
20363
20364 \end_inset
20365 </cell>
20366 </row>
20367 <row>
20368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20369 \begin_inset Text
20370
20371 \begin_layout Plain Layout
20372
20373 \backslash
20374 varphi
20375 \end_layout
20376
20377 \end_inset
20378 </cell>
20379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20380 \begin_inset Text
20381
20382 \begin_layout Plain Layout
20383 \begin_inset Formula $\varphi$
20384 \end_inset
20385
20386
20387 \end_layout
20388
20389 \end_inset
20390 </cell>
20391 </row>
20392 <row>
20393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20394 \begin_inset Text
20395
20396 \begin_layout Plain Layout
20397
20398 \backslash
20399 chi
20400 \end_layout
20401
20402 \end_inset
20403 </cell>
20404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20405 \begin_inset Text
20406
20407 \begin_layout Plain Layout
20408 \begin_inset Formula $\chi$
20409 \end_inset
20410
20411
20412 \end_layout
20413
20414 \end_inset
20415 </cell>
20416 </row>
20417 <row>
20418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20419 \begin_inset Text
20420
20421 \begin_layout Plain Layout
20422
20423 \backslash
20424 psi
20425 \end_layout
20426
20427 \end_inset
20428 </cell>
20429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20430 \begin_inset Text
20431
20432 \begin_layout Plain Layout
20433 \begin_inset Formula $\psi$
20434 \end_inset
20435
20436
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 </row>
20442 <row>
20443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20444 \begin_inset Text
20445
20446 \begin_layout Plain Layout
20447
20448 \backslash
20449 omega
20450 \end_layout
20451
20452 \end_inset
20453 </cell>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 \begin_inset Formula $\omega$
20459 \end_inset
20460
20461
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 </row>
20467 </lyxtabular>
20468
20469 \end_inset
20470
20471
20472 \begin_inset space \hfill{}
20473 \end_inset
20474
20475
20476 \end_layout
20477
20478 \begin_layout Standard
20479 \begin_inset VSpace medskip
20480 \end_inset
20481
20482 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20483 \begin_inset CommandInset ref
20484 LatexCommand ref
20485 reference "sub:Aufrechte-kleine-griechische"
20486
20487 \end_inset
20488
20489  beschrieben.
20490 \end_layout
20491
20492 \begin_layout Subsection
20493 Große Buchstaben
20494 \begin_inset Index idx
20495 status collapsed
20496
20497 \begin_layout Plain Layout
20498 griechische Buchstaben ! große
20499 \end_layout
20500
20501 \end_inset
20502
20503
20504 \end_layout
20505
20506 \begin_layout Standard
20507 \begin_inset space \hfill{}
20508 \end_inset
20509
20510
20511 \begin_inset Tabular
20512 <lyxtabular version="3" rows="7" columns="2">
20513 <features tabularvalignment="middle">
20514 <column alignment="center" valignment="top" width="0pt">
20515 <column alignment="center" valignment="top" width="0pt">
20516 <row>
20517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20518 \begin_inset Text
20519
20520 \begin_layout Plain Layout
20521 Befehl
20522 \end_layout
20523
20524 \end_inset
20525 </cell>
20526 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20527 \begin_inset Text
20528
20529 \begin_layout Plain Layout
20530 Ergebnis
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 </row>
20536 <row>
20537 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20538 \begin_inset Text
20539
20540 \begin_layout Plain Layout
20541
20542 \backslash
20543 Gamma
20544 \end_layout
20545
20546 \end_inset
20547 </cell>
20548 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20549 \begin_inset Text
20550
20551 \begin_layout Plain Layout
20552 \begin_inset Formula $\Gamma$
20553 \end_inset
20554
20555
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 </row>
20561 <row>
20562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20563 \begin_inset Text
20564
20565 \begin_layout Plain Layout
20566
20567 \backslash
20568 Delta
20569 \end_layout
20570
20571 \end_inset
20572 </cell>
20573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20574 \begin_inset Text
20575
20576 \begin_layout Plain Layout
20577 \begin_inset Formula $\Delta$
20578 \end_inset
20579
20580
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 </row>
20586 <row>
20587 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20588 \begin_inset Text
20589
20590 \begin_layout Plain Layout
20591
20592 \backslash
20593 Theta
20594 \end_layout
20595
20596 \end_inset
20597 </cell>
20598 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20599 \begin_inset Text
20600
20601 \begin_layout Plain Layout
20602 \begin_inset Formula $\Theta$
20603 \end_inset
20604
20605
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 </row>
20611 <row>
20612 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20613 \begin_inset Text
20614
20615 \begin_layout Plain Layout
20616
20617 \backslash
20618 Lambda
20619 \end_layout
20620
20621 \end_inset
20622 </cell>
20623 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20624 \begin_inset Text
20625
20626 \begin_layout Plain Layout
20627 \begin_inset Formula $\Lambda$
20628 \end_inset
20629
20630
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 </row>
20636 <row>
20637 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20638 \begin_inset Text
20639
20640 \begin_layout Plain Layout
20641
20642 \backslash
20643 Xi
20644 \end_layout
20645
20646 \end_inset
20647 </cell>
20648 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20649 \begin_inset Text
20650
20651 \begin_layout Plain Layout
20652 \begin_inset Formula $\Xi$
20653 \end_inset
20654
20655
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 </row>
20661 <row>
20662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20663 \begin_inset Text
20664
20665 \begin_layout Plain Layout
20666
20667 \backslash
20668 Pi
20669 \end_layout
20670
20671 \end_inset
20672 </cell>
20673 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20674 \begin_inset Text
20675
20676 \begin_layout Plain Layout
20677 \begin_inset Formula $\Pi$
20678 \end_inset
20679
20680
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 </row>
20686 </lyxtabular>
20687
20688 \end_inset
20689
20690
20691 \begin_inset space \hfill{}
20692 \end_inset
20693
20694
20695 \begin_inset Tabular
20696 <lyxtabular version="3" rows="6" columns="2">
20697 <features tabularvalignment="middle">
20698 <column alignment="center" valignment="top" width="0pt">
20699 <column alignment="center" valignment="top" width="0pt">
20700 <row>
20701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20702 \begin_inset Text
20703
20704 \begin_layout Plain Layout
20705 Befehl
20706 \end_layout
20707
20708 \end_inset
20709 </cell>
20710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20711 \begin_inset Text
20712
20713 \begin_layout Plain Layout
20714 Ergebnis
20715 \end_layout
20716
20717 \end_inset
20718 </cell>
20719 </row>
20720 <row>
20721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20722 \begin_inset Text
20723
20724 \begin_layout Plain Layout
20725
20726 \backslash
20727 Sigma
20728 \end_layout
20729
20730 \end_inset
20731 </cell>
20732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736 \begin_inset Formula $\Sigma$
20737 \end_inset
20738
20739
20740 \end_layout
20741
20742 \end_inset
20743 </cell>
20744 </row>
20745 <row>
20746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20747 \begin_inset Text
20748
20749 \begin_layout Plain Layout
20750
20751 \backslash
20752 Upsilon
20753 \end_layout
20754
20755 \end_inset
20756 </cell>
20757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20758 \begin_inset Text
20759
20760 \begin_layout Plain Layout
20761 \begin_inset Formula $\Upsilon$
20762 \end_inset
20763
20764
20765 \end_layout
20766
20767 \end_inset
20768 </cell>
20769 </row>
20770 <row>
20771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20772 \begin_inset Text
20773
20774 \begin_layout Plain Layout
20775
20776 \backslash
20777 Phi
20778 \end_layout
20779
20780 \end_inset
20781 </cell>
20782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20783 \begin_inset Text
20784
20785 \begin_layout Plain Layout
20786 \begin_inset Formula $\Phi$
20787 \end_inset
20788
20789
20790 \end_layout
20791
20792 \end_inset
20793 </cell>
20794 </row>
20795 <row>
20796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20797 \begin_inset Text
20798
20799 \begin_layout Plain Layout
20800
20801 \backslash
20802 Psi
20803 \end_layout
20804
20805 \end_inset
20806 </cell>
20807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20808 \begin_inset Text
20809
20810 \begin_layout Plain Layout
20811 \begin_inset Formula $\Psi$
20812 \end_inset
20813
20814
20815 \end_layout
20816
20817 \end_inset
20818 </cell>
20819 </row>
20820 <row>
20821 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20822 \begin_inset Text
20823
20824 \begin_layout Plain Layout
20825
20826 \backslash
20827 Omega
20828 \end_layout
20829
20830 \end_inset
20831 </cell>
20832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20833 \begin_inset Text
20834
20835 \begin_layout Plain Layout
20836 \begin_inset Formula $\Omega$
20837 \end_inset
20838
20839
20840 \end_layout
20841
20842 \end_inset
20843 </cell>
20844 </row>
20845 </lyxtabular>
20846
20847 \end_inset
20848
20849
20850 \begin_inset space \hfill{}
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \begin_layout Standard
20857 \begin_inset VSpace medskip
20858 \end_inset
20859
20860 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20861  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20862  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20863  mit 
20864 \series bold
20865 var
20866 \series default
20867 .
20868  So ergibt z.
20869 \begin_inset space \thinspace{}
20870 \end_inset
20871
20872 B.
20873  der Befehl 
20874 \series bold
20875
20876 \backslash
20877 varGamma
20878 \series default
20879  
20880 \begin_inset Formula $\varGamma$
20881 \end_inset
20882
20883 .
20884  Eine andere Methode ist das Laden des Pakets 
20885 \series bold
20886 fixmath
20887 \series default
20888
20889 \begin_inset Foot
20890 status collapsed
20891
20892 \begin_layout Plain Layout
20893
20894 \series bold
20895 fixmath
20896 \series default
20897  ist Teil des LaTeX-Paketes 
20898 \series bold
20899 was
20900 \series default
20901
20902 \begin_inset Index idx
20903 status collapsed
20904
20905 \begin_layout Plain Layout
20906 Pakete ! was
20907 \begin_inset ERT
20908 status collapsed
20909
20910 \begin_layout Plain Layout
20911
20912
20913 \backslash
20914 vspace{4mm}
20915 \end_layout
20916
20917 \end_inset
20918
20919
20920 \end_layout
20921
20922 \end_inset
20923
20924 .
20925 \end_layout
20926
20927 \end_inset
20928
20929
20930 \begin_inset Index idx
20931 status collapsed
20932
20933 \begin_layout Plain Layout
20934 Pakete ! fixmath
20935 \end_layout
20936
20937 \end_inset
20938
20939  mit der LaTeX-Vorspannzeile
20940 \end_layout
20941
20942 \begin_layout Standard
20943
20944 \series bold
20945
20946 \backslash
20947 usepackage{fixmath}
20948 \end_layout
20949
20950 \begin_layout Standard
20951 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
20952  aufrecht ausgegeben.
20953 \end_layout
20954
20955 \begin_layout Subsection
20956 Fett gedruckte Buchstaben
20957 \begin_inset Index idx
20958 status collapsed
20959
20960 \begin_layout Plain Layout
20961 griechische Buchstaben ! fett gedruckte
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \begin_layout Standard
20970 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20971  Schriftstilen darstellen.
20972  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20973 \series bold
20974
20975 \backslash
20976 boldsymbol
20977 \series default
20978
20979 \begin_inset Index idx
20980 status collapsed
20981
20982 \begin_layout Plain Layout
20983 Befehle ! B ! 
20984 \backslash
20985 boldsymbol
20986 \end_layout
20987
20988 \end_inset
20989
20990  fett gedruckt auszugeben.
20991 \end_layout
20992
20993 \begin_layout Standard
20994 \align center
20995 \begin_inset Tabular
20996 <lyxtabular version="3" rows="3" columns="2">
20997 <features tabularvalignment="middle">
20998 <column alignment="center" valignment="top" width="0">
20999 <column alignment="center" valignment="top" width="0">
21000 <row>
21001 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21002 \begin_inset Text
21003
21004 \begin_layout Plain Layout
21005 Befehl
21006 \end_layout
21007
21008 \end_inset
21009 </cell>
21010 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21011 \begin_inset Text
21012
21013 \begin_layout Plain Layout
21014 Ergebnis
21015 \end_layout
21016
21017 \end_inset
21018 </cell>
21019 </row>
21020 <row>
21021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025
21026 \backslash
21027 Upsilon
21028 \backslash
21029 boldsymbol
21030 \backslash
21031 Upsilon
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21037 \begin_inset Text
21038
21039 \begin_layout Plain Layout
21040 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21041 \end_inset
21042
21043
21044 \end_layout
21045
21046 \end_inset
21047 </cell>
21048 </row>
21049 <row>
21050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054
21055 \backslash
21056 theta
21057 \backslash
21058 boldsymbol
21059 \backslash
21060 theta
21061 \end_layout
21062
21063 \end_inset
21064 </cell>
21065 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21066 \begin_inset Text
21067
21068 \begin_layout Plain Layout
21069 \begin_inset Formula $\theta\boldsymbol{\theta}$
21070 \end_inset
21071
21072
21073 \end_layout
21074
21075 \end_inset
21076 </cell>
21077 </row>
21078 </lyxtabular>
21079
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \begin_layout Section
21086 Symbole
21087 \begin_inset ERT
21088 status collapsed
21089
21090 \begin_layout Plain Layout
21091
21092
21093 \backslash
21094 texorpdfstring{
21095 \end_layout
21096
21097 \end_inset
21098
21099
21100 \begin_inset Foot
21101 status collapsed
21102
21103 \begin_layout Plain Layout
21104 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21105  
21106 \begin_inset CommandInset citation
21107 LatexCommand cite
21108 key "Symbole"
21109
21110 \end_inset
21111
21112 .
21113 \end_layout
21114
21115 \end_inset
21116
21117
21118 \begin_inset ERT
21119 status collapsed
21120
21121 \begin_layout Plain Layout
21122
21123 }{}
21124 \end_layout
21125
21126 \end_inset
21127
21128
21129 \begin_inset Note Note
21130 status collapsed
21131
21132 \begin_layout Plain Layout
21133
21134 \series bold
21135
21136 \backslash
21137 texorpdfstring
21138 \series default
21139  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21140 \end_layout
21141
21142 \begin_layout Plain Layout
21143 Näheres zu 
21144 \series bold
21145
21146 \backslash
21147 texorpdfstring
21148 \series default
21149  steht in Kapitel 
21150 \begin_inset CommandInset ref
21151 LatexCommand ref
21152 reference "sub:Formeln-in-Überschriften"
21153
21154 \end_inset
21155
21156 .
21157 \end_layout
21158
21159 \end_inset
21160
21161
21162 \begin_inset Index idx
21163 status collapsed
21164
21165 \begin_layout Plain Layout
21166 Symbole
21167 \end_layout
21168
21169 \end_inset
21170
21171
21172 \end_layout
21173
21174 \begin_layout Standard
21175 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21176
21177 leistenknöpfe 
21178 \begin_inset Graphics
21179         filename ../../images/math/nabla.png
21180         scale 85
21181
21182 \end_inset
21183
21184  und 
21185 \begin_inset Graphics
21186         filename ../../images/math/digamma.png
21187         scale 85
21188
21189 \end_inset
21190
21191  eingefügt werden.
21192 \end_layout
21193
21194 \begin_layout Subsection
21195 Mathematische Symbole
21196 \begin_inset CommandInset label
21197 LatexCommand label
21198 name "sub:Mathematische-Symbole"
21199
21200 \end_inset
21201
21202
21203 \begin_inset Index idx
21204 status collapsed
21205
21206 \begin_layout Plain Layout
21207 Symbole ! mathematische
21208 \end_layout
21209
21210 \end_inset
21211
21212
21213 \end_layout
21214
21215 \begin_layout Standard
21216 \begin_inset space \hfill{}
21217 \end_inset
21218
21219
21220 \begin_inset Tabular
21221 <lyxtabular version="3" rows="10" columns="2">
21222 <features tabularvalignment="middle">
21223 <column alignment="center" valignment="top" width="0pt">
21224 <column alignment="center" valignment="top" width="0pt">
21225 <row>
21226 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21227 \begin_inset Text
21228
21229 \begin_layout Plain Layout
21230 Befehl
21231 \end_layout
21232
21233 \end_inset
21234 </cell>
21235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21236 \begin_inset Text
21237
21238 \begin_layout Plain Layout
21239 Ergebnis
21240 \end_layout
21241
21242 \end_inset
21243 </cell>
21244 </row>
21245 <row>
21246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21247 \begin_inset Text
21248
21249 \begin_layout Plain Layout
21250
21251 \backslash
21252 neg
21253 \end_layout
21254
21255 \end_inset
21256 </cell>
21257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21258 \begin_inset Text
21259
21260 \begin_layout Plain Layout
21261 \begin_inset Formula $\neg$
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 </row>
21270 <row>
21271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21272 \begin_inset Text
21273
21274 \begin_layout Plain Layout
21275
21276 \backslash
21277 Im
21278 \end_layout
21279
21280 \end_inset
21281 </cell>
21282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21283 \begin_inset Text
21284
21285 \begin_layout Plain Layout
21286 \begin_inset Formula $\Im$
21287 \end_inset
21288
21289
21290 \end_layout
21291
21292 \end_inset
21293 </cell>
21294 </row>
21295 <row>
21296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21297 \begin_inset Text
21298
21299 \begin_layout Plain Layout
21300
21301 \backslash
21302 Re
21303 \end_layout
21304
21305 \end_inset
21306 </cell>
21307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21308 \begin_inset Text
21309
21310 \begin_layout Plain Layout
21311 \begin_inset Formula $\Re$
21312 \end_inset
21313
21314
21315 \end_layout
21316
21317 \end_inset
21318 </cell>
21319 </row>
21320 <row>
21321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21322 \begin_inset Text
21323
21324 \begin_layout Plain Layout
21325
21326 \backslash
21327 aleph
21328 \end_layout
21329
21330 \end_inset
21331 </cell>
21332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21333 \begin_inset Text
21334
21335 \begin_layout Plain Layout
21336 \begin_inset Formula $\aleph$
21337 \end_inset
21338
21339
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 </row>
21345 <row>
21346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21347 \begin_inset Text
21348
21349 \begin_layout Plain Layout
21350
21351 \backslash
21352 partial
21353 \end_layout
21354
21355 \end_inset
21356 </cell>
21357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21358 \begin_inset Text
21359
21360 \begin_layout Plain Layout
21361 \begin_inset Formula $\partial$
21362 \end_inset
21363
21364
21365 \end_layout
21366
21367 \end_inset
21368 </cell>
21369 </row>
21370 <row>
21371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21372 \begin_inset Text
21373
21374 \begin_layout Plain Layout
21375
21376 \backslash
21377 infty
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21383 \begin_inset Text
21384
21385 \begin_layout Plain Layout
21386 \begin_inset Formula $\infty$
21387 \end_inset
21388
21389
21390 \end_layout
21391
21392 \end_inset
21393 </cell>
21394 </row>
21395 <row>
21396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21397 \begin_inset Text
21398
21399 \begin_layout Plain Layout
21400
21401 \backslash
21402 wp
21403 \end_layout
21404
21405 \end_inset
21406 </cell>
21407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21408 \begin_inset Text
21409
21410 \begin_layout Plain Layout
21411 \begin_inset Formula $\wp$
21412 \end_inset
21413
21414
21415 \end_layout
21416
21417 \end_inset
21418 </cell>
21419 </row>
21420 <row>
21421 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21422 \begin_inset Text
21423
21424 \begin_layout Plain Layout
21425
21426 \backslash
21427 imath
21428 \end_layout
21429
21430 \end_inset
21431 </cell>
21432 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21433 \begin_inset Text
21434
21435 \begin_layout Plain Layout
21436 \begin_inset Formula $\imath$
21437 \end_inset
21438
21439
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 </row>
21445 <row>
21446 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21447 \begin_inset Text
21448
21449 \begin_layout Plain Layout
21450
21451 \backslash
21452 jmath
21453 \end_layout
21454
21455 \end_inset
21456 </cell>
21457 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21458 \begin_inset Text
21459
21460 \begin_layout Plain Layout
21461 \begin_inset Formula $\jmath$
21462 \end_inset
21463
21464
21465 \end_layout
21466
21467 \end_inset
21468 </cell>
21469 </row>
21470 </lyxtabular>
21471
21472 \end_inset
21473
21474
21475 \begin_inset space \hfill{}
21476 \end_inset
21477
21478
21479 \begin_inset Tabular
21480 <lyxtabular version="3" rows="10" columns="2">
21481 <features tabularvalignment="middle">
21482 <column alignment="center" valignment="top" width="0pt">
21483 <column alignment="center" valignment="top" width="0pt">
21484 <row>
21485 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21486 \begin_inset Text
21487
21488 \begin_layout Plain Layout
21489 Befehl
21490 \end_layout
21491
21492 \end_inset
21493 </cell>
21494 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21495 \begin_inset Text
21496
21497 \begin_layout Plain Layout
21498 Ergebnis
21499 \begin_inset Note Note
21500 status collapsed
21501
21502 \begin_layout Plain Layout
21503
21504 \series bold
21505
21506 \backslash
21507 raisebox
21508 \series default
21509  dient nur als Abstandhalter.
21510 \end_layout
21511
21512 \end_inset
21513
21514
21515 \end_layout
21516
21517 \end_inset
21518 </cell>
21519 </row>
21520 <row>
21521 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21522 \begin_inset Text
21523
21524 \begin_layout Plain Layout
21525
21526 \backslash
21527 forall
21528 \end_layout
21529
21530 \end_inset
21531 </cell>
21532 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21533 \begin_inset Text
21534
21535 \begin_layout Plain Layout
21536 \begin_inset Formula $\forall$
21537 \end_inset
21538
21539
21540 \end_layout
21541
21542 \end_inset
21543 </cell>
21544 </row>
21545 <row>
21546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21547 \begin_inset Text
21548
21549 \begin_layout Plain Layout
21550
21551 \backslash
21552 exists
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 \begin_inset Formula $\exists$
21562 \end_inset
21563
21564
21565 \end_layout
21566
21567 \end_inset
21568 </cell>
21569 </row>
21570 <row>
21571 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21572 \begin_inset Text
21573
21574 \begin_layout Plain Layout
21575
21576 \backslash
21577 nexists
21578 \end_layout
21579
21580 \end_inset
21581 </cell>
21582 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21583 \begin_inset Text
21584
21585 \begin_layout Plain Layout
21586 \begin_inset Formula $\nexists$
21587 \end_inset
21588
21589
21590 \end_layout
21591
21592 \end_inset
21593 </cell>
21594 </row>
21595 <row>
21596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21597 \begin_inset Text
21598
21599 \begin_layout Plain Layout
21600
21601 \backslash
21602 emptyset
21603 \end_layout
21604
21605 \end_inset
21606 </cell>
21607 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21608 \begin_inset Text
21609
21610 \begin_layout Plain Layout
21611 \begin_inset Formula $\emptyset$
21612 \end_inset
21613
21614
21615 \end_layout
21616
21617 \end_inset
21618 </cell>
21619 </row>
21620 <row>
21621 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21622 \begin_inset Text
21623
21624 \begin_layout Plain Layout
21625
21626 \backslash
21627 varnothing
21628 \end_layout
21629
21630 \end_inset
21631 </cell>
21632 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21633 \begin_inset Text
21634
21635 \begin_layout Plain Layout
21636 \begin_inset Formula $\varnothing$
21637 \end_inset
21638
21639
21640 \end_layout
21641
21642 \end_inset
21643 </cell>
21644 </row>
21645 <row>
21646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21647 \begin_inset Text
21648
21649 \begin_layout Plain Layout
21650
21651 \backslash
21652 dag
21653 \end_layout
21654
21655 \end_inset
21656 </cell>
21657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21658 \begin_inset Text
21659
21660 \begin_layout Plain Layout
21661 \begin_inset Formula $\dag$
21662 \end_inset
21663
21664
21665 \end_layout
21666
21667 \end_inset
21668 </cell>
21669 </row>
21670 <row>
21671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21672 \begin_inset Text
21673
21674 \begin_layout Plain Layout
21675
21676 \backslash
21677 ddag
21678 \end_layout
21679
21680 \end_inset
21681 </cell>
21682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21683 \begin_inset Text
21684
21685 \begin_layout Plain Layout
21686 \begin_inset Formula $\ddag$
21687 \end_inset
21688
21689
21690 \end_layout
21691
21692 \end_inset
21693 </cell>
21694 </row>
21695 <row>
21696 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21697 \begin_inset Text
21698
21699 \begin_layout Plain Layout
21700
21701 \backslash
21702 complement
21703 \end_layout
21704
21705 \end_inset
21706 </cell>
21707 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21708 \begin_inset Text
21709
21710 \begin_layout Plain Layout
21711 \begin_inset ERT
21712 status collapsed
21713
21714 \begin_layout Plain Layout
21715
21716
21717 \backslash
21718 raisebox{-0.8mm}{
21719 \end_layout
21720
21721 \end_inset
21722
21723
21724 \begin_inset Formula $\complement$
21725 \end_inset
21726
21727
21728 \begin_inset ERT
21729 status collapsed
21730
21731 \begin_layout Plain Layout
21732
21733 }
21734 \end_layout
21735
21736 \end_inset
21737
21738
21739 \end_layout
21740
21741 \end_inset
21742 </cell>
21743 </row>
21744 <row>
21745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21746 \begin_inset Text
21747
21748 \begin_layout Plain Layout
21749
21750 \backslash
21751 Bbbk
21752 \end_layout
21753
21754 \end_inset
21755 </cell>
21756 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21757 \begin_inset Text
21758
21759 \begin_layout Plain Layout
21760 \begin_inset Formula $\Bbbk$
21761 \end_inset
21762
21763
21764 \end_layout
21765
21766 \end_inset
21767 </cell>
21768 </row>
21769 </lyxtabular>
21770
21771 \end_inset
21772
21773
21774 \begin_inset space \hfill{}
21775 \end_inset
21776
21777
21778 \begin_inset Tabular
21779 <lyxtabular version="3" rows="10" columns="2">
21780 <features tabularvalignment="middle">
21781 <column alignment="center" valignment="top" width="0pt">
21782 <column alignment="center" valignment="top" width="0pt">
21783 <row>
21784 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21785 \begin_inset Text
21786
21787 \begin_layout Plain Layout
21788 Befehl
21789 \end_layout
21790
21791 \end_inset
21792 </cell>
21793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21794 \begin_inset Text
21795
21796 \begin_layout Plain Layout
21797 Ergebnis
21798 \end_layout
21799
21800 \end_inset
21801 </cell>
21802 </row>
21803 <row>
21804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21805 \begin_inset Text
21806
21807 \begin_layout Plain Layout
21808
21809 \backslash
21810 prime
21811 \end_layout
21812
21813 \end_inset
21814 </cell>
21815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21816 \begin_inset Text
21817
21818 \begin_layout Plain Layout
21819 \begin_inset Formula $\prime$
21820 \end_inset
21821
21822
21823 \end_layout
21824
21825 \end_inset
21826 </cell>
21827 </row>
21828 <row>
21829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21830 \begin_inset Text
21831
21832 \begin_layout Plain Layout
21833
21834 \backslash
21835 backprime
21836 \end_layout
21837
21838 \end_inset
21839 </cell>
21840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21841 \begin_inset Text
21842
21843 \begin_layout Plain Layout
21844 \begin_inset Formula $\backprime$
21845 \end_inset
21846
21847
21848 \end_layout
21849
21850 \end_inset
21851 </cell>
21852 </row>
21853 <row>
21854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21855 \begin_inset Text
21856
21857 \begin_layout Plain Layout
21858
21859 \backslash
21860 mho
21861 \end_layout
21862
21863 \end_inset
21864 </cell>
21865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21866 \begin_inset Text
21867
21868 \begin_layout Plain Layout
21869 \begin_inset Formula $\mho$
21870 \end_inset
21871
21872
21873 \end_layout
21874
21875 \end_inset
21876 </cell>
21877 </row>
21878 <row>
21879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21880 \begin_inset Text
21881
21882 \begin_layout Plain Layout
21883
21884 \backslash
21885 triangle
21886 \end_layout
21887
21888 \end_inset
21889 </cell>
21890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21891 \begin_inset Text
21892
21893 \begin_layout Plain Layout
21894 \begin_inset Formula $\triangle$
21895 \end_inset
21896
21897
21898 \end_layout
21899
21900 \end_inset
21901 </cell>
21902 </row>
21903 <row>
21904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21905 \begin_inset Text
21906
21907 \begin_layout Plain Layout
21908
21909 \backslash
21910 angle
21911 \end_layout
21912
21913 \end_inset
21914 </cell>
21915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21916 \begin_inset Text
21917
21918 \begin_layout Plain Layout
21919 \begin_inset Formula $\angle$
21920 \end_inset
21921
21922
21923 \end_layout
21924
21925 \end_inset
21926 </cell>
21927 </row>
21928 <row>
21929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21930 \begin_inset Text
21931
21932 \begin_layout Plain Layout
21933
21934 \backslash
21935 measuredangle
21936 \end_layout
21937
21938 \end_inset
21939 </cell>
21940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21941 \begin_inset Text
21942
21943 \begin_layout Plain Layout
21944 \begin_inset Formula $\measuredangle$
21945 \end_inset
21946
21947
21948 \end_layout
21949
21950 \end_inset
21951 </cell>
21952 </row>
21953 <row>
21954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21955 \begin_inset Text
21956
21957 \begin_layout Plain Layout
21958
21959 \backslash
21960 sphericalangle
21961 \end_layout
21962
21963 \end_inset
21964 </cell>
21965 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21966 \begin_inset Text
21967
21968 \begin_layout Plain Layout
21969 \begin_inset Formula $\sphericalangle$
21970 \end_inset
21971
21972
21973 \end_layout
21974
21975 \end_inset
21976 </cell>
21977 </row>
21978 <row>
21979 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21980 \begin_inset Text
21981
21982 \begin_layout Plain Layout
21983
21984 \backslash
21985 top
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21991 \begin_inset Text
21992
21993 \begin_layout Plain Layout
21994 \begin_inset Formula $\top$
21995 \end_inset
21996
21997
21998 \end_layout
21999
22000 \end_inset
22001 </cell>
22002 </row>
22003 <row>
22004 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22005 \begin_inset Text
22006
22007 \begin_layout Plain Layout
22008
22009 \backslash
22010 bot
22011 \end_layout
22012
22013 \end_inset
22014 </cell>
22015 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22016 \begin_inset Text
22017
22018 \begin_layout Plain Layout
22019 \begin_inset Formula $\bot$
22020 \end_inset
22021
22022
22023 \end_layout
22024
22025 \end_inset
22026 </cell>
22027 </row>
22028 </lyxtabular>
22029
22030 \end_inset
22031
22032
22033 \begin_inset space \hfill{}
22034 \end_inset
22035
22036
22037 \end_layout
22038
22039 \begin_layout Standard
22040 \begin_inset Newpage newpage
22041 \end_inset
22042
22043
22044 \end_layout
22045
22046 \begin_layout Subsection
22047 Sonstige Symbole
22048 \begin_inset CommandInset label
22049 LatexCommand label
22050 name "sub:Sonstige-Symbole"
22051
22052 \end_inset
22053
22054
22055 \begin_inset Index idx
22056 status collapsed
22057
22058 \begin_layout Plain Layout
22059 Symbole ! sonstige
22060 \end_layout
22061
22062 \end_inset
22063
22064
22065 \end_layout
22066
22067 \begin_layout Standard
22068 \begin_inset VSpace -7mm
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \begin_layout Standard
22075 \noindent
22076 \align center
22077 \begin_inset Tabular
22078 <lyxtabular version="3" rows="10" columns="2">
22079 <features tabularvalignment="middle">
22080 <column alignment="center" valignment="top" width="0pt">
22081 <column alignment="center" valignment="top" width="0pt">
22082 <row>
22083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 Befehl
22088 \end_layout
22089
22090 \end_inset
22091 </cell>
22092 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22093 \begin_inset Text
22094
22095 \begin_layout Plain Layout
22096 Ergebnis
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \backslash
22109 flat
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 \begin_inset Formula $\flat$
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \backslash
22134 natural
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset Formula $\natural$
22144 \end_inset
22145
22146
22147 \end_layout
22148
22149 \end_inset
22150 </cell>
22151 </row>
22152 <row>
22153 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22154 \begin_inset Text
22155
22156 \begin_layout Plain Layout
22157
22158 \backslash
22159 sharp
22160 \end_layout
22161
22162 \end_inset
22163 </cell>
22164 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22165 \begin_inset Text
22166
22167 \begin_layout Plain Layout
22168 \begin_inset Formula $\sharp$
22169 \end_inset
22170
22171
22172 \end_layout
22173
22174 \end_inset
22175 </cell>
22176 </row>
22177 <row>
22178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22179 \begin_inset Text
22180
22181 \begin_layout Plain Layout
22182
22183 \backslash
22184 surd
22185 \end_layout
22186
22187 \end_inset
22188 </cell>
22189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22190 \begin_inset Text
22191
22192 \begin_layout Plain Layout
22193 \begin_inset Formula $\surd$
22194 \end_inset
22195
22196
22197 \end_layout
22198
22199 \end_inset
22200 </cell>
22201 </row>
22202 <row>
22203 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22204 \begin_inset Text
22205
22206 \begin_layout Plain Layout
22207
22208 \backslash
22209 checkmark
22210 \end_layout
22211
22212 \end_inset
22213 </cell>
22214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22215 \begin_inset Text
22216
22217 \begin_layout Plain Layout
22218 \begin_inset Formula $\checkmark$
22219 \end_inset
22220
22221
22222 \end_layout
22223
22224 \end_inset
22225 </cell>
22226 </row>
22227 <row>
22228 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22229 \begin_inset Text
22230
22231 \begin_layout Plain Layout
22232
22233 \backslash
22234 yen
22235 \end_layout
22236
22237 \end_inset
22238 </cell>
22239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22240 \begin_inset Text
22241
22242 \begin_layout Plain Layout
22243 \begin_inset Formula $\yen$
22244 \end_inset
22245
22246
22247 \end_layout
22248
22249 \end_inset
22250 </cell>
22251 </row>
22252 <row>
22253 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22254 \begin_inset Text
22255
22256 \begin_layout Plain Layout
22257
22258 \backslash
22259 pounds
22260 \end_layout
22261
22262 \end_inset
22263 </cell>
22264 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22265 \begin_inset Text
22266
22267 \begin_layout Plain Layout
22268 \begin_inset Formula $\pounds$
22269 \end_inset
22270
22271
22272 \end_layout
22273
22274 \end_inset
22275 </cell>
22276 </row>
22277 <row>
22278 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22279 \begin_inset Text
22280
22281 \begin_layout Plain Layout
22282 $
22283 \end_layout
22284
22285 \end_inset
22286 </cell>
22287 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22288 \begin_inset Text
22289
22290 \begin_layout Plain Layout
22291 \begin_inset Formula $\$$
22292 \end_inset
22293
22294
22295 \end_layout
22296
22297 \end_inset
22298 </cell>
22299 </row>
22300 <row>
22301 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22302 \begin_inset Text
22303
22304 \begin_layout Plain Layout
22305 §
22306 \end_layout
22307
22308 \end_inset
22309 </cell>
22310 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22311 \begin_inset Text
22312
22313 \begin_layout Plain Layout
22314 \begin_inset Formula $§$
22315 \end_inset
22316
22317
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 </row>
22323 </lyxtabular>
22324
22325 \end_inset
22326
22327
22328 \begin_inset Tabular
22329 <lyxtabular version="3" rows="10" columns="2">
22330 <features tabularvalignment="middle">
22331 <column alignment="center" valignment="top" width="0">
22332 <column alignment="center" valignment="top" width="0">
22333 <row>
22334 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22335 \begin_inset Text
22336
22337 \begin_layout Plain Layout
22338 Befehl
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 Ergebnis
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 <row>
22354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358
22359 \backslash
22360 hbar
22361 \end_layout
22362
22363 \end_inset
22364 </cell>
22365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22366 \begin_inset Text
22367
22368 \begin_layout Plain Layout
22369 \begin_inset Formula $\hbar$
22370 \end_inset
22371
22372
22373 \end_layout
22374
22375 \end_inset
22376 </cell>
22377 </row>
22378 <row>
22379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22380 \begin_inset Text
22381
22382 \begin_layout Plain Layout
22383
22384 \backslash
22385 hslash
22386 \end_layout
22387
22388 \end_inset
22389 </cell>
22390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22391 \begin_inset Text
22392
22393 \begin_layout Plain Layout
22394 \begin_inset Formula $\hslash$
22395 \end_inset
22396
22397
22398 \end_layout
22399
22400 \end_inset
22401 </cell>
22402 </row>
22403 <row>
22404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22405 \begin_inset Text
22406
22407 \begin_layout Plain Layout
22408
22409 \backslash
22410 clubsuit
22411 \end_layout
22412
22413 \end_inset
22414 </cell>
22415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 \begin_inset Formula $\clubsuit$
22420 \end_inset
22421
22422
22423 \end_layout
22424
22425 \end_inset
22426 </cell>
22427 </row>
22428 <row>
22429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22430 \begin_inset Text
22431
22432 \begin_layout Plain Layout
22433
22434 \backslash
22435 spadesuit
22436 \end_layout
22437
22438 \end_inset
22439 </cell>
22440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22441 \begin_inset Text
22442
22443 \begin_layout Plain Layout
22444 \begin_inset Formula $\spadesuit$
22445 \end_inset
22446
22447
22448 \end_layout
22449
22450 \end_inset
22451 </cell>
22452 </row>
22453 <row>
22454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22455 \begin_inset Text
22456
22457 \begin_layout Plain Layout
22458
22459 \backslash
22460 bigstar
22461 \end_layout
22462
22463 \end_inset
22464 </cell>
22465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22466 \begin_inset Text
22467
22468 \begin_layout Plain Layout
22469 \begin_inset Formula $\bigstar$
22470 \end_inset
22471
22472
22473 \end_layout
22474
22475 \end_inset
22476 </cell>
22477 </row>
22478 <row>
22479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22480 \begin_inset Text
22481
22482 \begin_layout Plain Layout
22483
22484 \backslash
22485 blacklozenge
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 \begin_inset Formula $\blacklozenge$
22495 \end_inset
22496
22497
22498 \end_layout
22499
22500 \end_inset
22501 </cell>
22502 </row>
22503 <row>
22504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22505 \begin_inset Text
22506
22507 \begin_layout Plain Layout
22508
22509 \backslash
22510 blacktriangle
22511 \end_layout
22512
22513 \end_inset
22514 </cell>
22515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22516 \begin_inset Text
22517
22518 \begin_layout Plain Layout
22519 \begin_inset Formula $\blacktriangle$
22520 \end_inset
22521
22522
22523 \end_layout
22524
22525 \end_inset
22526 </cell>
22527 </row>
22528 <row>
22529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22530 \begin_inset Text
22531
22532 \begin_layout Plain Layout
22533
22534 \backslash
22535 blacktiangledown
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22541 \begin_inset Text
22542
22543 \begin_layout Plain Layout
22544 \begin_inset Formula $\blacktriangledown$
22545 \end_inset
22546
22547
22548 \end_layout
22549
22550 \end_inset
22551 </cell>
22552 </row>
22553 <row>
22554 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22555 \begin_inset Text
22556
22557 \begin_layout Plain Layout
22558
22559 \backslash
22560 bullet
22561 \end_layout
22562
22563 \end_inset
22564 </cell>
22565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569 \begin_inset Formula $\bullet$
22570 \end_inset
22571
22572
22573 \end_layout
22574
22575 \end_inset
22576 </cell>
22577 </row>
22578 </lyxtabular>
22579
22580 \end_inset
22581
22582
22583 \begin_inset Tabular
22584 <lyxtabular version="3" rows="10" columns="2">
22585 <features tabularvalignment="middle">
22586 <column alignment="center" valignment="top" width="0pt">
22587 <column alignment="center" valignment="top" width="0pt">
22588 <row>
22589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 Befehl
22594 \end_layout
22595
22596 \end_inset
22597 </cell>
22598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22599 \begin_inset Text
22600
22601 \begin_layout Plain Layout
22602 Ergebnis
22603 \end_layout
22604
22605 \end_inset
22606 </cell>
22607 </row>
22608 <row>
22609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22610 \begin_inset Text
22611
22612 \begin_layout Plain Layout
22613
22614 \backslash
22615 diamondsuit
22616 \end_layout
22617
22618 \end_inset
22619 </cell>
22620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22621 \begin_inset Text
22622
22623 \begin_layout Plain Layout
22624 \begin_inset Formula $\diamondsuit$
22625 \end_inset
22626
22627
22628 \end_layout
22629
22630 \end_inset
22631 </cell>
22632 </row>
22633 <row>
22634 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22635 \begin_inset Text
22636
22637 \begin_layout Plain Layout
22638
22639 \backslash
22640 Diamond
22641 \end_layout
22642
22643 \end_inset
22644 </cell>
22645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22646 \begin_inset Text
22647
22648 \begin_layout Plain Layout
22649 \begin_inset Formula $\Diamond$
22650 \end_inset
22651
22652
22653 \end_layout
22654
22655 \end_inset
22656 </cell>
22657 </row>
22658 <row>
22659 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22660 \begin_inset Text
22661
22662 \begin_layout Plain Layout
22663
22664 \backslash
22665 heartsuit
22666 \end_layout
22667
22668 \end_inset
22669 </cell>
22670 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22671 \begin_inset Text
22672
22673 \begin_layout Plain Layout
22674 \begin_inset Formula $\heartsuit$
22675 \end_inset
22676
22677
22678 \end_layout
22679
22680 \end_inset
22681 </cell>
22682 </row>
22683 <row>
22684 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22685 \begin_inset Text
22686
22687 \begin_layout Plain Layout
22688
22689 \backslash
22690 P
22691 \end_layout
22692
22693 \end_inset
22694 </cell>
22695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22696 \begin_inset Text
22697
22698 \begin_layout Plain Layout
22699 \begin_inset Formula $\P$
22700 \end_inset
22701
22702
22703 \end_layout
22704
22705 \end_inset
22706 </cell>
22707 </row>
22708 <row>
22709 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22710 \begin_inset Text
22711
22712 \begin_layout Plain Layout
22713
22714 \backslash
22715 copyright
22716 \end_layout
22717
22718 \end_inset
22719 </cell>
22720 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22721 \begin_inset Text
22722
22723 \begin_layout Plain Layout
22724 \begin_inset Formula $\copyright$
22725 \end_inset
22726
22727
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 </row>
22733 <row>
22734 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738
22739 \backslash
22740 circledR
22741 \end_layout
22742
22743 \end_inset
22744 </cell>
22745 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22746 \begin_inset Text
22747
22748 \begin_layout Plain Layout
22749 \begin_inset Formula $\circledR$
22750 \end_inset
22751
22752
22753 \end_layout
22754
22755 \end_inset
22756 </cell>
22757 </row>
22758 <row>
22759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763
22764 \backslash
22765 maltese
22766 \end_layout
22767
22768 \end_inset
22769 </cell>
22770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22771 \begin_inset Text
22772
22773 \begin_layout Plain Layout
22774 \begin_inset Formula $\maltese$
22775 \end_inset
22776
22777
22778 \end_layout
22779
22780 \end_inset
22781 </cell>
22782 </row>
22783 <row>
22784 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22785 \begin_inset Text
22786
22787 \begin_layout Plain Layout
22788
22789 \backslash
22790 diagup
22791 \end_layout
22792
22793 \end_inset
22794 </cell>
22795 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22796 \begin_inset Text
22797
22798 \begin_layout Plain Layout
22799 \begin_inset Formula $\diagup$
22800 \end_inset
22801
22802
22803 \end_layout
22804
22805 \end_inset
22806 </cell>
22807 </row>
22808 <row>
22809 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813
22814 \backslash
22815 diagdown
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 \begin_inset Formula $\diagdown$
22825 \end_inset
22826
22827
22828 \end_layout
22829
22830 \end_inset
22831 </cell>
22832 </row>
22833 </lyxtabular>
22834
22835 \end_inset
22836
22837
22838 \end_layout
22839
22840 \begin_layout Standard
22841 \begin_inset VSpace medskip
22842 \end_inset
22843
22844 Weitere Symbole sind in 
22845 \begin_inset CommandInset ref
22846 LatexCommand ref
22847 reference "sub:Sonstige-Sonderzeichen"
22848
22849 \end_inset
22850
22851  aufgelistet.
22852 \end_layout
22853
22854 \begin_layout Standard
22855 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22856  
22857 \begin_inset CommandInset ref
22858 LatexCommand ref
22859 reference "sub:Schriftgrößen"
22860
22861 \end_inset
22862
22863 .
22864 \end_layout
22865
22866 \begin_layout Subsection
22867 Das Euro-Symbol €
22868 \begin_inset Index idx
22869 status collapsed
22870
22871 \begin_layout Plain Layout
22872 Symbole ! Euro-Symbol
22873 \end_layout
22874
22875 \end_inset
22876
22877
22878 \begin_inset Index idx
22879 status collapsed
22880
22881 \begin_layout Plain Layout
22882
22883 \backslash
22884 @
22885 \begin_inset ERT
22886 status collapsed
22887
22888 \begin_layout Plain Layout
22889
22890
22891 \backslash
22892 officialeuro
22893 \end_layout
22894
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \end_inset
22901
22902
22903 \end_layout
22904
22905 \begin_layout Standard
22906 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22907
22908 \series bold
22909 eurosym
22910 \series default
22911
22912 \begin_inset Index idx
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 Pakete ! eurosym
22917 \end_layout
22918
22919 \end_inset
22920
22921  installieren und dieses mit der LaTeX-Vorspannzeile
22922 \end_layout
22923
22924 \begin_layout Standard
22925
22926 \series bold
22927
22928 \backslash
22929 usepackage[gennarrow]{eurosym}
22930 \end_layout
22931
22932 \begin_layout Standard
22933 aktivieren.
22934  Das Euro-Symbol kann man nun mit dem Befehl 
22935 \series bold
22936
22937 \backslash
22938 euro
22939 \series default
22940
22941 \begin_inset Index idx
22942 status collapsed
22943
22944 \begin_layout Plain Layout
22945 Befehle ! E ! 
22946 \backslash
22947 euro
22948 \end_layout
22949
22950 \end_inset
22951
22952  aufrufen.
22953 \end_layout
22954
22955 \begin_layout Standard
22956 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22957  eingeben, ohne 
22958 \series bold
22959 eurosym
22960 \series default
22961  installiert zu haben.
22962  Ist 
22963 \series bold
22964 eurosym
22965 \series default
22966  installiert, kann man 
22967 \series bold
22968
22969 \backslash
22970 euro
22971 \series default
22972  auch im TeX-Modus eingeben.
22973  Das offizielle Währungssymbol erhält man dann über den Befehl 
22974 \series bold
22975
22976 \backslash
22977 officialeuro
22978 \series default
22979
22980 \begin_inset Index idx
22981 status collapsed
22982
22983 \begin_layout Plain Layout
22984 Befehle ! O ! 
22985 \backslash
22986 officialeuro
22987 \end_layout
22988
22989 \end_inset
22990
22991 , der nur im TeX-Modus verfügbar ist.
22992 \end_layout
22993
22994 \begin_layout Standard
22995 \begin_inset ERT
22996 status collapsed
22997
22998 \begin_layout Plain Layout
22999
23000
23001 \backslash
23002 ifeurosym 
23003 \end_layout
23004
23005 \end_inset
23006
23007
23008 \begin_inset Note Note
23009 status open
23010
23011 \begin_layout Plain Layout
23012 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23013 \series bold
23014 eurosym
23015 \series default
23016  installiert ist:
23017 \end_layout
23018
23019 \end_inset
23020
23021
23022 \end_layout
23023
23024 \begin_layout Standard
23025 Eine Übersicht der verschiedenen Euro-Symbole:
23026 \end_layout
23027
23028 \begin_layout Standard
23029 \align center
23030 \begin_inset Tabular
23031 <lyxtabular version="3" rows="4" columns="3">
23032 <features tabularvalignment="middle">
23033 <column alignment="center" valignment="top" width="0pt">
23034 <column alignment="center" valignment="top" width="0pt">
23035 <column alignment="center" valignment="top" width="0pt">
23036 <row>
23037 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23038 \begin_inset Text
23039
23040 \begin_layout Plain Layout
23041
23042 \end_layout
23043
23044 \end_inset
23045 </cell>
23046 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23047 \begin_inset Text
23048
23049 \begin_layout Plain Layout
23050 Befehl 
23051 \end_layout
23052
23053 \end_inset
23054 </cell>
23055 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23056 \begin_inset Text
23057
23058 \begin_layout Plain Layout
23059 Ergebnis
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 </row>
23065 <row>
23066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070 Formel
23071 \end_layout
23072
23073 \end_inset
23074 </cell>
23075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23076 \begin_inset Text
23077
23078 \begin_layout Plain Layout
23079
23080 \backslash
23081 euro
23082 \end_layout
23083
23084 \end_inset
23085 </cell>
23086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23087 \begin_inset Text
23088
23089 \begin_layout Plain Layout
23090 \begin_inset Formula $\euro$
23091 \end_inset
23092
23093
23094 \end_layout
23095
23096 \end_inset
23097 </cell>
23098 </row>
23099 <row>
23100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23101 \begin_inset Text
23102
23103 \begin_layout Plain Layout
23104 mathematischer Text
23105 \end_layout
23106
23107 \end_inset
23108 </cell>
23109 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113
23114 \end_layout
23115
23116 \end_inset
23117 </cell>
23118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23119 \begin_inset Text
23120
23121 \begin_layout Plain Layout
23122 \begin_inset Formula $\mbox{€}$
23123 \end_inset
23124
23125
23126 \end_layout
23127
23128 \end_inset
23129 </cell>
23130 </row>
23131 <row>
23132 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23133 \begin_inset Text
23134
23135 \begin_layout Plain Layout
23136 TeX-Modus
23137 \end_layout
23138
23139 \end_inset
23140 </cell>
23141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145
23146 \backslash
23147 officialeuro
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 \begin_inset ERT
23157 status collapsed
23158
23159 \begin_layout Plain Layout
23160
23161
23162 \backslash
23163 officialeuro
23164 \end_layout
23165
23166 \end_inset
23167
23168
23169 \end_layout
23170
23171 \end_inset
23172 </cell>
23173 </row>
23174 </lyxtabular>
23175
23176 \end_inset
23177
23178
23179 \end_layout
23180
23181 \begin_layout Standard
23182 \begin_inset ERT
23183 status collapsed
23184
23185 \begin_layout Plain Layout
23186
23187
23188 \backslash
23189 else 
23190 \end_layout
23191
23192 \end_inset
23193
23194
23195 \begin_inset Note Note
23196 status open
23197
23198 \begin_layout Plain Layout
23199 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23200 \series bold
23201 eurosym
23202 \series default
23203  nicht installiert ist:
23204 \end_layout
23205
23206 \end_inset
23207
23208
23209 \end_layout
23210
23211 \begin_layout Standard
23212 Das LaTeX-Paket 
23213 \series bold
23214 eurosym 
23215 \series default
23216 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23217 \end_layout
23218
23219 \begin_layout Standard
23220 \begin_inset ERT
23221 status collapsed
23222
23223 \begin_layout Plain Layout
23224
23225
23226 \backslash
23227 fi 
23228 \end_layout
23229
23230 \end_inset
23231
23232
23233 \end_layout
23234
23235 \begin_layout Standard
23236 \begin_inset Newpage newpage
23237 \end_inset
23238
23239
23240 \end_layout
23241
23242 \begin_layout Section
23243 Relationen
23244 \begin_inset CommandInset label
23245 LatexCommand label
23246 name "sec:Relationen"
23247
23248 \end_inset
23249
23250
23251 \begin_inset Index idx
23252 status collapsed
23253
23254 \begin_layout Plain Layout
23255 Relationen
23256 \end_layout
23257
23258 \end_inset
23259
23260
23261 \begin_inset Index idx
23262 status collapsed
23263
23264 \begin_layout Plain Layout
23265 Vergleiche|see
23266 \begin_inset ERT
23267 status collapsed
23268
23269 \begin_layout Plain Layout
23270
23271 {
23272 \end_layout
23273
23274 \end_inset
23275
23276 Relationen
23277 \begin_inset ERT
23278 status collapsed
23279
23280 \begin_layout Plain Layout
23281
23282 }
23283 \end_layout
23284
23285 \end_inset
23286
23287
23288 \end_layout
23289
23290 \end_inset
23291
23292
23293 \end_layout
23294
23295 \begin_layout Standard
23296 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23297  
23298 \begin_inset Graphics
23299         filename ../../images/math/leq.png
23300         scale 85
23301
23302 \end_inset
23303
23304  eingefügt werden.
23305 \end_layout
23306
23307 \begin_layout Standard
23308 \begin_inset space \hfill{}
23309 \end_inset
23310
23311
23312 \begin_inset Tabular
23313 <lyxtabular version="3" rows="17" columns="2">
23314 <features tabularvalignment="middle">
23315 <column alignment="center" valignment="top" width="0pt">
23316 <column alignment="center" valignment="top" width="0pt">
23317 <row>
23318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23319 \begin_inset Text
23320
23321 \begin_layout Plain Layout
23322 Befehl
23323 \end_layout
23324
23325 \end_inset
23326 </cell>
23327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23328 \begin_inset Text
23329
23330 \begin_layout Plain Layout
23331 Ergebnis
23332 \end_layout
23333
23334 \end_inset
23335 </cell>
23336 </row>
23337 <row>
23338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23339 \begin_inset Text
23340
23341 \begin_layout Plain Layout
23342 <
23343 \end_layout
23344
23345 \end_inset
23346 </cell>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351 \begin_inset Formula $<$
23352 \end_inset
23353
23354
23355 \end_layout
23356
23357 \end_inset
23358 </cell>
23359 </row>
23360 <row>
23361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23362 \begin_inset Text
23363
23364 \begin_layout Plain Layout
23365
23366 \backslash
23367 le
23368 \end_layout
23369
23370 \end_inset
23371 </cell>
23372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376 \begin_inset Formula $\le$
23377 \end_inset
23378
23379
23380 \end_layout
23381
23382 \end_inset
23383 </cell>
23384 </row>
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390
23391 \backslash
23392 ll
23393 \end_layout
23394
23395 \end_inset
23396 </cell>
23397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23398 \begin_inset Text
23399
23400 \begin_layout Plain Layout
23401 \begin_inset Formula $\ll$
23402 \end_inset
23403
23404
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 </row>
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415
23416 \backslash
23417 prec
23418 \end_layout
23419
23420 \end_inset
23421 </cell>
23422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23423 \begin_inset Text
23424
23425 \begin_layout Plain Layout
23426 \begin_inset Formula $\prec$
23427 \end_inset
23428
23429
23430 \end_layout
23431
23432 \end_inset
23433 </cell>
23434 </row>
23435 <row>
23436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23437 \begin_inset Text
23438
23439 \begin_layout Plain Layout
23440
23441 \backslash
23442 preceq
23443 \end_layout
23444
23445 \end_inset
23446 </cell>
23447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23448 \begin_inset Text
23449
23450 \begin_layout Plain Layout
23451 \begin_inset Formula $\preceq$
23452 \end_inset
23453
23454
23455 \end_layout
23456
23457 \end_inset
23458 </cell>
23459 </row>
23460 <row>
23461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23462 \begin_inset Text
23463
23464 \begin_layout Plain Layout
23465
23466 \backslash
23467 subset
23468 \end_layout
23469
23470 \end_inset
23471 </cell>
23472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23473 \begin_inset Text
23474
23475 \begin_layout Plain Layout
23476 \begin_inset Formula $\subset$
23477 \end_inset
23478
23479
23480 \end_layout
23481
23482 \end_inset
23483 </cell>
23484 </row>
23485 <row>
23486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23487 \begin_inset Text
23488
23489 \begin_layout Plain Layout
23490
23491 \backslash
23492 subseteq
23493 \end_layout
23494
23495 \end_inset
23496 </cell>
23497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23498 \begin_inset Text
23499
23500 \begin_layout Plain Layout
23501 \begin_inset Formula $\subseteq$
23502 \end_inset
23503
23504
23505 \end_layout
23506
23507 \end_inset
23508 </cell>
23509 </row>
23510 <row>
23511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23512 \begin_inset Text
23513
23514 \begin_layout Plain Layout
23515
23516 \backslash
23517 sqsubseteq
23518 \end_layout
23519
23520 \end_inset
23521 </cell>
23522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23523 \begin_inset Text
23524
23525 \begin_layout Plain Layout
23526 \begin_inset Formula $\sqsubseteq$
23527 \end_inset
23528
23529
23530 \end_layout
23531
23532 \end_inset
23533 </cell>
23534 </row>
23535 <row>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \backslash
23542 in
23543 \end_layout
23544
23545 \end_inset
23546 </cell>
23547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23548 \begin_inset Text
23549
23550 \begin_layout Plain Layout
23551 \begin_inset Formula $\in$
23552 \end_inset
23553
23554
23555 \end_layout
23556
23557 \end_inset
23558 </cell>
23559 </row>
23560 <row>
23561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23562 \begin_inset Text
23563
23564 \begin_layout Plain Layout
23565
23566 \backslash
23567 vdash
23568 \end_layout
23569
23570 \end_inset
23571 </cell>
23572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23573 \begin_inset Text
23574
23575 \begin_layout Plain Layout
23576 \begin_inset Formula $\vdash$
23577 \end_inset
23578
23579
23580 \end_layout
23581
23582 \end_inset
23583 </cell>
23584 </row>
23585 <row>
23586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23587 \begin_inset Text
23588
23589 \begin_layout Plain Layout
23590
23591 \backslash
23592 smile
23593 \end_layout
23594
23595 \end_inset
23596 </cell>
23597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23598 \begin_inset Text
23599
23600 \begin_layout Plain Layout
23601 \begin_inset Formula $\smile$
23602 \end_inset
23603
23604
23605 \end_layout
23606
23607 \end_inset
23608 </cell>
23609 </row>
23610 <row>
23611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23612 \begin_inset Text
23613
23614 \begin_layout Plain Layout
23615
23616 \backslash
23617 lhd
23618 \end_layout
23619
23620 \end_inset
23621 </cell>
23622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23623 \begin_inset Text
23624
23625 \begin_layout Plain Layout
23626 \begin_inset Formula $\lhd$
23627 \end_inset
23628
23629
23630 \end_layout
23631
23632 \end_inset
23633 </cell>
23634 </row>
23635 <row>
23636 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23637 \begin_inset Text
23638
23639 \begin_layout Plain Layout
23640
23641 \backslash
23642 unlhd
23643 \end_layout
23644
23645 \end_inset
23646 </cell>
23647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 \begin_inset Formula $\unlhd$
23652 \end_inset
23653
23654
23655 \end_layout
23656
23657 \end_inset
23658 </cell>
23659 </row>
23660 <row>
23661 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23662 \begin_inset Text
23663
23664 \begin_layout Plain Layout
23665
23666 \backslash
23667 gtrless
23668 \end_layout
23669
23670 \end_inset
23671 </cell>
23672 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23673 \begin_inset Text
23674
23675 \begin_layout Plain Layout
23676 \begin_inset Formula $\gtrless$
23677 \end_inset
23678
23679
23680 \end_layout
23681
23682 \end_inset
23683 </cell>
23684 </row>
23685 <row>
23686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23687 \begin_inset Text
23688
23689 \begin_layout Plain Layout
23690
23691 \backslash
23692 mid
23693 \end_layout
23694
23695 \end_inset
23696 </cell>
23697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23698 \begin_inset Text
23699
23700 \begin_layout Plain Layout
23701 \begin_inset Formula $\mid$
23702 \end_inset
23703
23704
23705 \end_layout
23706
23707 \end_inset
23708 </cell>
23709 </row>
23710 <row>
23711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23712 \begin_inset Text
23713
23714 \begin_layout Plain Layout
23715
23716 \backslash
23717 nmid
23718 \end_layout
23719
23720 \end_inset
23721 </cell>
23722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23723 \begin_inset Text
23724
23725 \begin_layout Plain Layout
23726 \begin_inset Formula $\nmid$
23727 \end_inset
23728
23729
23730 \end_layout
23731
23732 \end_inset
23733 </cell>
23734 </row>
23735 </lyxtabular>
23736
23737 \end_inset
23738
23739
23740 \begin_inset space \hfill{}
23741 \end_inset
23742
23743
23744 \begin_inset Tabular
23745 <lyxtabular version="3" rows="17" columns="2">
23746 <features tabularvalignment="middle">
23747 <column alignment="center" valignment="top" width="0pt">
23748 <column alignment="center" valignment="top" width="0pt">
23749 <row>
23750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23751 \begin_inset Text
23752
23753 \begin_layout Plain Layout
23754 Befehl
23755 \end_layout
23756
23757 \end_inset
23758 </cell>
23759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23760 \begin_inset Text
23761
23762 \begin_layout Plain Layout
23763 Ergebnis
23764 \end_layout
23765
23766 \end_inset
23767 </cell>
23768 </row>
23769 <row>
23770 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23771 \begin_inset Text
23772
23773 \begin_layout Plain Layout
23774 =
23775 \end_layout
23776
23777 \end_inset
23778 </cell>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783 \begin_inset Formula $=$
23784 \end_inset
23785
23786
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 </row>
23792 <row>
23793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23794 \begin_inset Text
23795
23796 \begin_layout Plain Layout
23797
23798 \backslash
23799 not=
23800 \end_layout
23801
23802 \end_inset
23803 </cell>
23804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808 \begin_inset Formula $\not=$
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \end_inset
23815 </cell>
23816 </row>
23817 <row>
23818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23819 \begin_inset Text
23820
23821 \begin_layout Plain Layout
23822
23823 \backslash
23824 equiv
23825 \end_layout
23826
23827 \end_inset
23828 </cell>
23829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23830 \begin_inset Text
23831
23832 \begin_layout Plain Layout
23833 \begin_inset Formula $\equiv$
23834 \end_inset
23835
23836
23837 \end_layout
23838
23839 \end_inset
23840 </cell>
23841 </row>
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847
23848 \backslash
23849 sim
23850 \end_layout
23851
23852 \end_inset
23853 </cell>
23854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23855 \begin_inset Text
23856
23857 \begin_layout Plain Layout
23858 \begin_inset Formula $\sim$
23859 \end_inset
23860
23861
23862 \end_layout
23863
23864 \end_inset
23865 </cell>
23866 </row>
23867 <row>
23868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23869 \begin_inset Text
23870
23871 \begin_layout Plain Layout
23872
23873 \backslash
23874 simeq
23875 \end_layout
23876
23877 \end_inset
23878 </cell>
23879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23880 \begin_inset Text
23881
23882 \begin_layout Plain Layout
23883 \begin_inset Formula $\simeq$
23884 \end_inset
23885
23886
23887 \end_layout
23888
23889 \end_inset
23890 </cell>
23891 </row>
23892 <row>
23893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23894 \begin_inset Text
23895
23896 \begin_layout Plain Layout
23897
23898 \backslash
23899 approx
23900 \end_layout
23901
23902 \end_inset
23903 </cell>
23904 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23905 \begin_inset Text
23906
23907 \begin_layout Plain Layout
23908 \begin_inset Formula $\approx$
23909 \end_inset
23910
23911
23912 \end_layout
23913
23914 \end_inset
23915 </cell>
23916 </row>
23917 <row>
23918 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23919 \begin_inset Text
23920
23921 \begin_layout Plain Layout
23922
23923 \backslash
23924 cong
23925 \end_layout
23926
23927 \end_inset
23928 </cell>
23929 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23930 \begin_inset Text
23931
23932 \begin_layout Plain Layout
23933 \begin_inset Formula $\cong$
23934 \end_inset
23935
23936
23937 \end_layout
23938
23939 \end_inset
23940 </cell>
23941 </row>
23942 <row>
23943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23944 \begin_inset Text
23945
23946 \begin_layout Plain Layout
23947
23948 \backslash
23949 bowtie
23950 \end_layout
23951
23952 \end_inset
23953 </cell>
23954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23955 \begin_inset Text
23956
23957 \begin_layout Plain Layout
23958 \begin_inset Formula $\bowtie$
23959 \end_inset
23960
23961
23962 \end_layout
23963
23964 \end_inset
23965 </cell>
23966 </row>
23967 <row>
23968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23969 \begin_inset Text
23970
23971 \begin_layout Plain Layout
23972
23973 \backslash
23974 notin
23975 \end_layout
23976
23977 \end_inset
23978 </cell>
23979 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23980 \begin_inset Text
23981
23982 \begin_layout Plain Layout
23983 \begin_inset Formula $\notin$
23984 \end_inset
23985
23986
23987 \end_layout
23988
23989 \end_inset
23990 </cell>
23991 </row>
23992 <row>
23993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23994 \begin_inset Text
23995
23996 \begin_layout Plain Layout
23997
23998 \backslash
23999 perp
24000 \end_layout
24001
24002 \end_inset
24003 </cell>
24004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24005 \begin_inset Text
24006
24007 \begin_layout Plain Layout
24008 \begin_inset Formula $\perp$
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \end_inset
24015 </cell>
24016 </row>
24017 <row>
24018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24019 \begin_inset Text
24020
24021 \begin_layout Plain Layout
24022
24023 \backslash
24024 propto
24025 \end_layout
24026
24027 \end_inset
24028 </cell>
24029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24030 \begin_inset Text
24031
24032 \begin_layout Plain Layout
24033 \begin_inset Formula $\propto$
24034 \end_inset
24035
24036
24037 \end_layout
24038
24039 \end_inset
24040 </cell>
24041 </row>
24042 <row>
24043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24044 \begin_inset Text
24045
24046 \begin_layout Plain Layout
24047
24048 \backslash
24049 asymp
24050 \end_layout
24051
24052 \end_inset
24053 </cell>
24054 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24055 \begin_inset Text
24056
24057 \begin_layout Plain Layout
24058 \begin_inset Formula $\asymp$
24059 \end_inset
24060
24061
24062 \end_layout
24063
24064 \end_inset
24065 </cell>
24066 </row>
24067 <row>
24068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24069 \begin_inset Text
24070
24071 \begin_layout Plain Layout
24072
24073 \backslash
24074 doteq
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 \begin_inset Formula $\doteq$
24084 \end_inset
24085
24086
24087 \end_layout
24088
24089 \end_inset
24090 </cell>
24091 </row>
24092 <row>
24093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097
24098 \backslash
24099 circeq
24100 \end_layout
24101
24102 \end_inset
24103 </cell>
24104 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24105 \begin_inset Text
24106
24107 \begin_layout Plain Layout
24108 \begin_inset Formula $\circeq$
24109 \end_inset
24110
24111
24112 \end_layout
24113
24114 \end_inset
24115 </cell>
24116 </row>
24117 <row>
24118 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24119 \begin_inset Text
24120
24121 \begin_layout Plain Layout
24122
24123 \backslash
24124 models
24125 \end_layout
24126
24127 \end_inset
24128 </cell>
24129 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24130 \begin_inset Text
24131
24132 \begin_layout Plain Layout
24133 \begin_inset Formula $\models$
24134 \end_inset
24135
24136
24137 \end_layout
24138
24139 \end_inset
24140 </cell>
24141 </row>
24142 <row>
24143 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24144 \begin_inset Text
24145
24146 \begin_layout Plain Layout
24147
24148 \backslash
24149 widehat=
24150 \end_layout
24151
24152 \end_inset
24153 </cell>
24154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24155 \begin_inset Text
24156
24157 \begin_layout Plain Layout
24158 \begin_inset Formula $\widehat{=}$
24159 \end_inset
24160
24161
24162 \end_layout
24163
24164 \end_inset
24165 </cell>
24166 </row>
24167 </lyxtabular>
24168
24169 \end_inset
24170
24171
24172 \begin_inset space \hfill{}
24173 \end_inset
24174
24175
24176 \begin_inset Tabular
24177 <lyxtabular version="3" rows="17" columns="2">
24178 <features tabularvalignment="middle">
24179 <column alignment="center" valignment="top" width="0pt">
24180 <column alignment="center" valignment="top" width="0pt">
24181 <row>
24182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24183 \begin_inset Text
24184
24185 \begin_layout Plain Layout
24186 Befehl
24187 \end_layout
24188
24189 \end_inset
24190 </cell>
24191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24192 \begin_inset Text
24193
24194 \begin_layout Plain Layout
24195 Ergebnis
24196 \end_layout
24197
24198 \end_inset
24199 </cell>
24200 </row>
24201 <row>
24202 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24203 \begin_inset Text
24204
24205 \begin_layout Plain Layout
24206 >
24207 \end_layout
24208
24209 \end_inset
24210 </cell>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215 \begin_inset Formula $>$
24216 \end_inset
24217
24218
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 </row>
24224 <row>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 ge
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240 \begin_inset Formula $\ge$
24241 \end_inset
24242
24243
24244 \end_layout
24245
24246 \end_inset
24247 </cell>
24248 </row>
24249 <row>
24250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24251 \begin_inset Text
24252
24253 \begin_layout Plain Layout
24254
24255 \backslash
24256 gg
24257 \end_layout
24258
24259 \end_inset
24260 </cell>
24261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24262 \begin_inset Text
24263
24264 \begin_layout Plain Layout
24265 \begin_inset Formula $\gg$
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \end_inset
24272 </cell>
24273 </row>
24274 <row>
24275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24276 \begin_inset Text
24277
24278 \begin_layout Plain Layout
24279
24280 \backslash
24281 succ
24282 \end_layout
24283
24284 \end_inset
24285 </cell>
24286 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24287 \begin_inset Text
24288
24289 \begin_layout Plain Layout
24290 \begin_inset Formula $\succ$
24291 \end_inset
24292
24293
24294 \end_layout
24295
24296 \end_inset
24297 </cell>
24298 </row>
24299 <row>
24300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24301 \begin_inset Text
24302
24303 \begin_layout Plain Layout
24304
24305 \backslash
24306 succeq
24307 \end_layout
24308
24309 \end_inset
24310 </cell>
24311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24312 \begin_inset Text
24313
24314 \begin_layout Plain Layout
24315 \begin_inset Formula $\succeq$
24316 \end_inset
24317
24318
24319 \end_layout
24320
24321 \end_inset
24322 </cell>
24323 </row>
24324 <row>
24325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24326 \begin_inset Text
24327
24328 \begin_layout Plain Layout
24329
24330 \backslash
24331 supset
24332 \end_layout
24333
24334 \end_inset
24335 </cell>
24336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24337 \begin_inset Text
24338
24339 \begin_layout Plain Layout
24340 \begin_inset Formula $\supset$
24341 \end_inset
24342
24343
24344 \end_layout
24345
24346 \end_inset
24347 </cell>
24348 </row>
24349 <row>
24350 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24351 \begin_inset Text
24352
24353 \begin_layout Plain Layout
24354
24355 \backslash
24356 supseteq
24357 \end_layout
24358
24359 \end_inset
24360 </cell>
24361 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24362 \begin_inset Text
24363
24364 \begin_layout Plain Layout
24365 \begin_inset Formula $\supseteq$
24366 \end_inset
24367
24368
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 </row>
24374 <row>
24375 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24376 \begin_inset Text
24377
24378 \begin_layout Plain Layout
24379
24380 \backslash
24381 sqsupseteq
24382 \end_layout
24383
24384 \end_inset
24385 </cell>
24386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24387 \begin_inset Text
24388
24389 \begin_layout Plain Layout
24390 \begin_inset Formula $\sqsupseteq$
24391 \end_inset
24392
24393
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 </row>
24399 <row>
24400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24401 \begin_inset Text
24402
24403 \begin_layout Plain Layout
24404
24405 \backslash
24406 ni
24407 \end_layout
24408
24409 \end_inset
24410 </cell>
24411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24412 \begin_inset Text
24413
24414 \begin_layout Plain Layout
24415 \begin_inset Formula $\ni$
24416 \end_inset
24417
24418
24419 \end_layout
24420
24421 \end_inset
24422 </cell>
24423 </row>
24424 <row>
24425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24426 \begin_inset Text
24427
24428 \begin_layout Plain Layout
24429
24430 \backslash
24431 dashv
24432 \end_layout
24433
24434 \end_inset
24435 </cell>
24436 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24437 \begin_inset Text
24438
24439 \begin_layout Plain Layout
24440 \begin_inset Formula $\dashv$
24441 \end_inset
24442
24443
24444 \end_layout
24445
24446 \end_inset
24447 </cell>
24448 </row>
24449 <row>
24450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24451 \begin_inset Text
24452
24453 \begin_layout Plain Layout
24454
24455 \backslash
24456 frown
24457 \end_layout
24458
24459 \end_inset
24460 </cell>
24461 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24462 \begin_inset Text
24463
24464 \begin_layout Plain Layout
24465 \begin_inset Formula $\frown$
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \end_inset
24472 </cell>
24473 </row>
24474 <row>
24475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24476 \begin_inset Text
24477
24478 \begin_layout Plain Layout
24479
24480 \backslash
24481 rhd
24482 \end_layout
24483
24484 \end_inset
24485 </cell>
24486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24487 \begin_inset Text
24488
24489 \begin_layout Plain Layout
24490 \begin_inset Formula $\rhd$
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 </row>
24499 <row>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 unrhd
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515 \begin_inset Formula $\unrhd$
24516 \end_inset
24517
24518
24519 \end_layout
24520
24521 \end_inset
24522 </cell>
24523 </row>
24524 <row>
24525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529
24530 \backslash
24531 lessgtr
24532 \end_layout
24533
24534 \end_inset
24535 </cell>
24536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24537 \begin_inset Text
24538
24539 \begin_layout Plain Layout
24540 \begin_inset Formula $\lessgtr$
24541 \end_inset
24542
24543
24544 \end_layout
24545
24546 \end_inset
24547 </cell>
24548 </row>
24549 <row>
24550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24551 \begin_inset Text
24552
24553 \begin_layout Plain Layout
24554
24555 \backslash
24556 parallel
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24562 \begin_inset Text
24563
24564 \begin_layout Plain Layout
24565 \begin_inset Formula $\parallel$
24566 \end_inset
24567
24568
24569 \end_layout
24570
24571 \end_inset
24572 </cell>
24573 </row>
24574 <row>
24575 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24576 \begin_inset Text
24577
24578 \begin_layout Plain Layout
24579
24580 \backslash
24581 nparallel
24582 \end_layout
24583
24584 \end_inset
24585 </cell>
24586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24587 \begin_inset Text
24588
24589 \begin_layout Plain Layout
24590 \begin_inset Formula $\nparallel$
24591 \end_inset
24592
24593
24594 \end_layout
24595
24596 \end_inset
24597 </cell>
24598 </row>
24599 </lyxtabular>
24600
24601 \end_inset
24602
24603
24604 \begin_inset space \hfill{}
24605 \end_inset
24606
24607
24608 \end_layout
24609
24610 \begin_layout Standard
24611 \begin_inset VSpace medskip
24612 \end_inset
24613
24614 Die Zeichen 
24615 \series bold
24616
24617 \backslash
24618 lhd
24619 \series default
24620  bzw.
24621  
24622 \series bold
24623
24624 \backslash
24625 rhd
24626 \series default
24627  sind größer als die gleich aussehenden Operatoren
24628 \begin_inset Newline linebreak
24629 \end_inset
24630
24631
24632 \series bold
24633
24634 \backslash
24635 triangleleft
24636 \series default
24637  bzw.
24638  
24639 \series bold
24640
24641 \backslash
24642 triangleright
24643 \series default
24644 .
24645 \end_layout
24646
24647 \begin_layout Standard
24648 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24649 \end_layout
24650
24651 \begin_layout Standard
24652 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24653 \series bold
24654
24655 \backslash
24656 stackrel
24657 \series default
24658
24659 \begin_inset Index idx
24660 status collapsed
24661
24662 \begin_layout Plain Layout
24663 Befehle ! S ! 
24664 \backslash
24665 stackrel
24666 \end_layout
24667
24668 \end_inset
24669
24670  erstellt werden:
24671 \end_layout
24672
24673 \begin_layout Standard
24674 \align center
24675 \begin_inset Tabular
24676 <lyxtabular version="3" rows="2" columns="2">
24677 <features tabularvalignment="middle">
24678 <column alignment="center" valignment="top" width="0">
24679 <column alignment="center" valignment="top" width="0">
24680 <row>
24681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24682 \begin_inset Text
24683
24684 \begin_layout Plain Layout
24685 Befehl
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 Ergebnis
24695 \begin_inset Note Note
24696 status collapsed
24697
24698 \begin_layout Plain Layout
24699
24700 \series bold
24701
24702 \backslash
24703 raisebox
24704 \series default
24705  dient nur als Abstandhalter.
24706 \end_layout
24707
24708 \end_inset
24709
24710
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 </row>
24716 <row>
24717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24718 \begin_inset Text
24719
24720 \begin_layout Plain Layout
24721 A(r)
24722 \backslash
24723 stackrel
24724 \begin_inset ERT
24725 status collapsed
24726
24727 \begin_layout Plain Layout
24728
24729
24730 \backslash
24731 leer 
24732 \end_layout
24733
24734 \end_inset
24735
24736 r
24737 \backslash
24738 to
24739 \backslash
24740 infty
24741 \begin_inset ERT
24742 status collapsed
24743
24744 \begin_layout Plain Layout
24745
24746
24747 \backslash
24748 leer 
24749 \end_layout
24750
24751 \end_inset
24752
24753
24754 \begin_inset Formula $\downarrow$
24755 \end_inset
24756
24757
24758 \backslash
24759 approx
24760 \begin_inset ERT
24761 status collapsed
24762
24763 \begin_layout Plain Layout
24764
24765
24766 \backslash
24767 leer 
24768 \end_layout
24769
24770 \end_inset
24771
24772
24773 \begin_inset ERT
24774 status collapsed
24775
24776 \begin_layout Plain Layout
24777
24778
24779 \backslash
24780 leer 
24781 \end_layout
24782
24783 \end_inset
24784
24785 B
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 </row>
24803 </lyxtabular>
24804
24805 \end_inset
24806
24807
24808 \end_layout
24809
24810 \begin_layout Section
24811 Funktionen
24812 \end_layout
24813
24814 \begin_layout Subsection
24815 Vordefinierte Funktionen
24816 \begin_inset CommandInset label
24817 LatexCommand label
24818 name "sub:Vordefinierte-Funktionen"
24819
24820 \end_inset
24821
24822
24823 \begin_inset Index idx
24824 status collapsed
24825
24826 \begin_layout Plain Layout
24827 Funktionen ! vordefinierte
24828 \end_layout
24829
24830 \end_inset
24831
24832
24833 \end_layout
24834
24835 \begin_layout Standard
24836 Allgemein werden in mathematischen Ausdrücken Variablen 
24837 \shape italic
24838 kursiv
24839 \shape default
24840  gesetzt, Funktionsnamen hingegen nicht, denn 
24841 \begin_inset Formula $sin$
24842 \end_inset
24843
24844  könnte als 
24845 \begin_inset Formula $s\cdot i\cdot n$
24846 \end_inset
24847
24848  missverstanden werden.
24849  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24850 en etwas abgesetzt sind.
24851  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24852 \end_layout
24853
24854 \begin_layout Standard
24855 \align center
24856 \begin_inset Tabular
24857 <lyxtabular version="3" rows="2" columns="4">
24858 <features tabularvalignment="middle">
24859 <column alignment="center" valignment="top" width="0pt">
24860 <column alignment="center" valignment="top" width="0pt">
24861 <column alignment="center" valignment="top" width="0pt">
24862 <column alignment="center" valignment="top" width="0pt">
24863 <row>
24864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24865 \begin_inset Text
24866
24867 \begin_layout Plain Layout
24868 Befehl
24869 \end_layout
24870
24871 \end_inset
24872 </cell>
24873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24874 \begin_inset Text
24875
24876 \begin_layout Plain Layout
24877 Ergebnis
24878 \end_layout
24879
24880 \end_inset
24881 </cell>
24882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24883 \begin_inset Text
24884
24885 \begin_layout Plain Layout
24886 Befehl
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895 Ergebnis
24896 \end_layout
24897
24898 \end_inset
24899 </cell>
24900 </row>
24901 <row>
24902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24903 \begin_inset Text
24904
24905 \begin_layout Plain Layout
24906 Asin(x)+B
24907 \end_layout
24908
24909 \end_inset
24910 </cell>
24911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24912 \begin_inset Text
24913
24914 \begin_layout Plain Layout
24915 \begin_inset Formula $Asin(x)+B$
24916 \end_inset
24917
24918
24919 \end_layout
24920
24921 \end_inset
24922 </cell>
24923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927 A
24928 \backslash
24929 sin(x)+B
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 \begin_inset Formula $A\sin(x)+B$
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 </row>
24947 </lyxtabular>
24948
24949 \end_inset
24950
24951
24952 \end_layout
24953
24954 \begin_layout Standard
24955 Folgende Funktionen sind vordefiniert:
24956 \end_layout
24957
24958 \begin_layout Standard
24959 \begin_inset VSpace -2mm
24960 \end_inset
24961
24962
24963 \end_layout
24964
24965 \begin_layout Standard
24966 \align center
24967 \begin_inset Tabular
24968 <lyxtabular version="3" rows="9" columns="4">
24969 <features tabularvalignment="middle">
24970 <column alignment="center" valignment="top" width="0pt">
24971 <column alignment="center" valignment="top" width="0pt">
24972 <column alignment="center" valignment="top" width="0pt">
24973 <column alignment="center" valignment="top" width="0pt">
24974 <row>
24975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24976 \begin_inset Text
24977
24978 \begin_layout Plain Layout
24979 Befehl
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988 Befehl
24989 \end_layout
24990
24991 \end_inset
24992 </cell>
24993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24994 \begin_inset Text
24995
24996 \begin_layout Plain Layout
24997 Befehl
24998 \end_layout
24999
25000 \end_inset
25001 </cell>
25002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25003 \begin_inset Text
25004
25005 \begin_layout Plain Layout
25006 Befehl
25007 \end_layout
25008
25009 \end_inset
25010 </cell>
25011 </row>
25012 <row>
25013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25014 \begin_inset Text
25015
25016 \begin_layout Plain Layout
25017
25018 \backslash
25019 sin
25020 \end_layout
25021
25022 \end_inset
25023 </cell>
25024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25025 \begin_inset Text
25026
25027 \begin_layout Plain Layout
25028
25029 \backslash
25030 sinh
25031 \end_layout
25032
25033 \end_inset
25034 </cell>
25035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25036 \begin_inset Text
25037
25038 \begin_layout Plain Layout
25039
25040 \backslash
25041 arcsin
25042 \end_layout
25043
25044 \end_inset
25045 </cell>
25046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25047 \begin_inset Text
25048
25049 \begin_layout Plain Layout
25050
25051 \backslash
25052 sup
25053 \end_layout
25054
25055 \end_inset
25056 </cell>
25057 </row>
25058 <row>
25059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25060 \begin_inset Text
25061
25062 \begin_layout Plain Layout
25063
25064 \backslash
25065 cos
25066 \end_layout
25067
25068 \end_inset
25069 </cell>
25070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25071 \begin_inset Text
25072
25073 \begin_layout Plain Layout
25074
25075 \backslash
25076 cosh
25077 \end_layout
25078
25079 \end_inset
25080 </cell>
25081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25082 \begin_inset Text
25083
25084 \begin_layout Plain Layout
25085
25086 \backslash
25087 arccos
25088 \end_layout
25089
25090 \end_inset
25091 </cell>
25092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25093 \begin_inset Text
25094
25095 \begin_layout Plain Layout
25096
25097 \backslash
25098 inf
25099 \end_layout
25100
25101 \end_inset
25102 </cell>
25103 </row>
25104 <row>
25105 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109
25110 \backslash
25111 tan
25112 \end_layout
25113
25114 \end_inset
25115 </cell>
25116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25117 \begin_inset Text
25118
25119 \begin_layout Plain Layout
25120
25121 \backslash
25122 tanh
25123 \end_layout
25124
25125 \end_inset
25126 </cell>
25127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25128 \begin_inset Text
25129
25130 \begin_layout Plain Layout
25131
25132 \backslash
25133 arctan
25134 \end_layout
25135
25136 \end_inset
25137 </cell>
25138 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25139 \begin_inset Text
25140
25141 \begin_layout Plain Layout
25142
25143 \backslash
25144 lim
25145 \end_layout
25146
25147 \end_inset
25148 </cell>
25149 </row>
25150 <row>
25151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25152 \begin_inset Text
25153
25154 \begin_layout Plain Layout
25155
25156 \backslash
25157 cot
25158 \end_layout
25159
25160 \end_inset
25161 </cell>
25162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25163 \begin_inset Text
25164
25165 \begin_layout Plain Layout
25166
25167 \backslash
25168 coth
25169 \end_layout
25170
25171 \end_inset
25172 </cell>
25173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25174 \begin_inset Text
25175
25176 \begin_layout Plain Layout
25177
25178 \backslash
25179 arg
25180 \end_layout
25181
25182 \end_inset
25183 </cell>
25184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25185 \begin_inset Text
25186
25187 \begin_layout Plain Layout
25188
25189 \backslash
25190 liminf
25191 \end_layout
25192
25193 \end_inset
25194 </cell>
25195 </row>
25196 <row>
25197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25198 \begin_inset Text
25199
25200 \begin_layout Plain Layout
25201
25202 \backslash
25203 sec
25204 \end_layout
25205
25206 \end_inset
25207 </cell>
25208 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25209 \begin_inset Text
25210
25211 \begin_layout Plain Layout
25212
25213 \backslash
25214 min
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25220 \begin_inset Text
25221
25222 \begin_layout Plain Layout
25223
25224 \backslash
25225 deg
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234
25235 \backslash
25236 limsup
25237 \end_layout
25238
25239 \end_inset
25240 </cell>
25241 </row>
25242 <row>
25243 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25244 \begin_inset Text
25245
25246 \begin_layout Plain Layout
25247
25248 \backslash
25249 csc
25250 \end_layout
25251
25252 \end_inset
25253 </cell>
25254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25255 \begin_inset Text
25256
25257 \begin_layout Plain Layout
25258
25259 \backslash
25260 max
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25266 \begin_inset Text
25267
25268 \begin_layout Plain Layout
25269
25270 \backslash
25271 det
25272 \end_layout
25273
25274 \end_inset
25275 </cell>
25276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280
25281 \backslash
25282 Pr
25283 \end_layout
25284
25285 \end_inset
25286 </cell>
25287 </row>
25288 <row>
25289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25290 \begin_inset Text
25291
25292 \begin_layout Plain Layout
25293
25294 \backslash
25295 ln
25296 \end_layout
25297
25298 \end_inset
25299 </cell>
25300 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25301 \begin_inset Text
25302
25303 \begin_layout Plain Layout
25304
25305 \backslash
25306 exp
25307 \end_layout
25308
25309 \end_inset
25310 </cell>
25311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25312 \begin_inset Text
25313
25314 \begin_layout Plain Layout
25315
25316 \backslash
25317 dim
25318 \end_layout
25319
25320 \end_inset
25321 </cell>
25322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25323 \begin_inset Text
25324
25325 \begin_layout Plain Layout
25326
25327 \backslash
25328 hom
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 </row>
25334 <row>
25335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 lg
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350
25351 \backslash
25352 log
25353 \end_layout
25354
25355 \end_inset
25356 </cell>
25357 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25358 \begin_inset Text
25359
25360 \begin_layout Plain Layout
25361
25362 \backslash
25363 ker
25364 \end_layout
25365
25366 \end_inset
25367 </cell>
25368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25369 \begin_inset Text
25370
25371 \begin_layout Plain Layout
25372
25373 \backslash
25374 gcd
25375 \end_layout
25376
25377 \end_inset
25378 </cell>
25379 </row>
25380 </lyxtabular>
25381
25382 \end_inset
25383
25384
25385 \end_layout
25386
25387 \begin_layout Standard
25388 Sie können auch über den Mathe-Werkzeugleistenknopf 
25389 \begin_inset Graphics
25390         filename ../../images/math/functions.png
25391         scale 85
25392
25393 \end_inset
25394
25395  eingefügt werden.
25396 \end_layout
25397
25398 \begin_layout Subsection
25399 Selbst definierte Funktionen
25400 \begin_inset Index idx
25401 status collapsed
25402
25403 \begin_layout Plain Layout
25404 Funktionen ! selbstdefinierte
25405 \end_layout
25406
25407 \end_inset
25408
25409
25410 \end_layout
25411
25412 \begin_layout Standard
25413 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25414 \begin_inset space \thinspace{}
25415 \end_inset
25416
25417 B.
25418  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25419 \end_layout
25420
25421 \begin_layout Itemize
25422 Man definiert die Funktion selbst.
25423  Dazu gibt man im LaTeX-Vorspann die Zeile
25424 \begin_inset Newline newline
25425 \end_inset
25426
25427
25428 \begin_inset VSpace -3mm
25429 \end_inset
25430
25431
25432 \begin_inset Newline newline
25433 \end_inset
25434
25435
25436 \series bold
25437
25438 \backslash
25439 DeclareMathOperator{
25440 \backslash
25441 sgn}{sgn}
25442 \series default
25443
25444 \begin_inset Index idx
25445 status collapsed
25446
25447 \begin_layout Plain Layout
25448 Befehle ! D ! 
25449 \backslash
25450 dbinom@
25451 \backslash
25452 DeclareMathOperator
25453 \end_layout
25454
25455 \end_inset
25456
25457
25458 \begin_inset Newline newline
25459 \end_inset
25460
25461
25462 \begin_inset VSpace -2mm
25463 \end_inset
25464
25465
25466 \begin_inset Newline newline
25467 \end_inset
25468
25469 ein
25470 \begin_inset Foot
25471 status collapsed
25472
25473 \begin_layout Plain Layout
25474 Näheres zu 
25475 \series bold
25476
25477 \backslash
25478 DeclareMathOperator
25479 \series default
25480  siehe 
25481 \begin_inset CommandInset ref
25482 LatexCommand ref
25483 reference "sub:Selbstdefinierte-Operatoren"
25484
25485 \end_inset
25486
25487 .
25488 \end_layout
25489
25490 \end_inset
25491
25492 .
25493  Nun kann man mit dem Befehl 
25494 \series bold
25495
25496 \backslash
25497 sgn
25498 \series default
25499  die neu definierte Funktion aufrufen.
25500 \end_layout
25501
25502 \begin_layout Itemize
25503 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25504  Beispiel die Buchstaben 
25505 \emph on
25506 sgn
25507 \emph default
25508 , und wandelt ihn in in mathematischen Text um.
25509  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25510 \end_layout
25511
25512 \begin_layout Standard
25513 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25514  Funktion
25515 \begin_inset Foot
25516 status collapsed
25517
25518 \begin_layout Plain Layout
25519 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25520 \end_layout
25521
25522 \end_inset
25523
25524 :
25525 \end_layout
25526
25527 \begin_layout Standard
25528 \align center
25529 \begin_inset Tabular
25530 <lyxtabular version="3" rows="3" columns="2">
25531 <features tabularvalignment="middle">
25532 <column alignment="center" valignment="top" width="0pt">
25533 <column alignment="center" valignment="top" width="0pt">
25534 <row>
25535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25536 \begin_inset Text
25537
25538 \begin_layout Plain Layout
25539 Befehl
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25545 \begin_inset Text
25546
25547 \begin_layout Plain Layout
25548 Ergebnis
25549 \end_layout
25550
25551 \end_inset
25552 </cell>
25553 </row>
25554 <row>
25555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25556 \begin_inset Text
25557
25558 \begin_layout Plain Layout
25559 A
25560 \backslash
25561 sgn(x)+B
25562 \end_layout
25563
25564 \end_inset
25565 </cell>
25566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25567 \begin_inset Text
25568
25569 \begin_layout Plain Layout
25570 \begin_inset Formula $A\sgn(x)+B$
25571 \end_inset
25572
25573
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 </row>
25579 <row>
25580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25581 \begin_inset Text
25582
25583 \begin_layout Plain Layout
25584 A
25585 \backslash
25586 ,
25587 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25588 \end_inset
25589
25590 (x)+B
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25600 \end_inset
25601
25602
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 </lyxtabular>
25609
25610 \end_inset
25611
25612
25613 \end_layout
25614
25615 \begin_layout Standard
25616 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25617  mehrfach verwendet werden soll.
25618 \end_layout
25619
25620 \begin_layout Subsection
25621 Grenzwerte
25622 \begin_inset Index idx
25623 status collapsed
25624
25625 \begin_layout Plain Layout
25626 Grenzwerte
25627 \end_layout
25628
25629 \end_inset
25630
25631
25632 \end_layout
25633
25634 \begin_layout Standard
25635 Für Grenzwerte sind außer 
25636 \series bold
25637
25638 \backslash
25639 lim
25640 \series default
25641
25642 \begin_inset Index idx
25643 status collapsed
25644
25645 \begin_layout Plain Layout
25646 Befehle ! L ! 
25647 \backslash
25648 lim
25649 \end_layout
25650
25651 \end_inset
25652
25653
25654 \series bold
25655
25656 \backslash
25657 liminf
25658 \series default
25659  und 
25660 \series bold
25661
25662 \backslash
25663 limsup
25664 \series default
25665  noch folgende Funktionen definiert:
25666 \end_layout
25667
25668 \begin_layout Standard
25669 \align center
25670 \begin_inset Tabular
25671 <lyxtabular version="3" rows="5" columns="2">
25672 <features tabularvalignment="middle">
25673 <column alignment="center" valignment="top" width="0">
25674 <column alignment="center" valignment="top" width="0">
25675 <row>
25676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680 Befehl
25681 \end_layout
25682
25683 \end_inset
25684 </cell>
25685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25686 \begin_inset Text
25687
25688 \begin_layout Plain Layout
25689 Ergebnis
25690 \begin_inset Note Note
25691 status collapsed
25692
25693 \begin_layout Plain Layout
25694
25695 \series bold
25696
25697 \backslash
25698 raisebox
25699 \series default
25700  dient nur als Abstandhalter.
25701 \end_layout
25702
25703 \end_inset
25704
25705
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 </row>
25711 <row>
25712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25713 \begin_inset Text
25714
25715 \begin_layout Plain Layout
25716
25717 \backslash
25718 varliminf
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727 \begin_inset Formula $\varliminf$
25728 \end_inset
25729
25730
25731 \end_layout
25732
25733 \end_inset
25734 </cell>
25735 </row>
25736 <row>
25737 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25738 \begin_inset Text
25739
25740 \begin_layout Plain Layout
25741
25742 \backslash
25743 varlimsup
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25749 \begin_inset Text
25750
25751 \begin_layout Plain Layout
25752 \begin_inset Formula $\varlimsup$
25753 \end_inset
25754
25755
25756 \end_layout
25757
25758 \end_inset
25759 </cell>
25760 </row>
25761 <row>
25762 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25763 \begin_inset Text
25764
25765 \begin_layout Plain Layout
25766
25767 \backslash
25768 varprojlim
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25774 \begin_inset Text
25775
25776 \begin_layout Plain Layout
25777 \begin_inset Formula $\varprojlim$
25778 \end_inset
25779
25780
25781 \end_layout
25782
25783 \end_inset
25784 </cell>
25785 </row>
25786 <row>
25787 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25788 \begin_inset Text
25789
25790 \begin_layout Plain Layout
25791
25792 \backslash
25793 varinjlim
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25799 \begin_inset Text
25800
25801 \begin_layout Plain Layout
25802 \begin_inset Formula $\varinjlim$
25803 \end_inset
25804
25805
25806 \begin_inset Formula $\raisebox{-2.5mm}{}$
25807 \end_inset
25808
25809
25810 \end_layout
25811
25812 \end_inset
25813 </cell>
25814 </row>
25815 </lyxtabular>
25816
25817 \end_inset
25818
25819
25820 \end_layout
25821
25822 \begin_layout Standard
25823 \begin_inset VSpace medskip
25824 \end_inset
25825
25826 Der Grenzwert wird durch Tiefstellen erzeugt.
25827  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25828 \end_layout
25829
25830 \begin_layout Standard
25831 \align center
25832 \begin_inset Tabular
25833 <lyxtabular version="3" rows="2" columns="2">
25834 <features tabularvalignment="middle">
25835 <column alignment="center" valignment="top" width="0pt">
25836 <column alignment="center" valignment="top" width="0pt">
25837 <row>
25838 <cell alignment="center" valignment="top" usebox="none">
25839 \begin_inset Text
25840
25841 \begin_layout Plain Layout
25842 Befehl
25843 \end_layout
25844
25845 \end_inset
25846 </cell>
25847 <cell alignment="center" valignment="top" usebox="none">
25848 \begin_inset Text
25849
25850 \begin_layout Plain Layout
25851 \begin_inset space \hspace{}
25852 \length 1cm
25853 \end_inset
25854
25855 Ergebnis
25856 \begin_inset Note Note
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860 Der Leerraum und 
25861 \series bold
25862
25863 \backslash
25864 raisebox
25865 \series default
25866  dienen nur als Abstandhalter.
25867 \end_layout
25868
25869 \end_inset
25870
25871
25872 \end_layout
25873
25874 \end_inset
25875 </cell>
25876 </row>
25877 <row>
25878 <cell alignment="center" valignment="top" usebox="none">
25879 \begin_inset Text
25880
25881 \begin_layout Plain Layout
25882
25883 \backslash
25884 lim_x
25885 \backslash
25886 to
25887 \begin_inset ERT
25888 status collapsed
25889
25890 \begin_layout Plain Layout
25891
25892
25893 \backslash
25894 leer 
25895 \end_layout
25896
25897 \end_inset
25898
25899 A
25900 \begin_inset ERT
25901 status collapsed
25902
25903 \begin_layout Plain Layout
25904
25905
25906 \backslash
25907 leer 
25908 \end_layout
25909
25910 \end_inset
25911
25912 x=B
25913 \end_layout
25914
25915 \end_inset
25916 </cell>
25917 <cell alignment="center" valignment="top" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25922 \end_inset
25923
25924
25925 \end_layout
25926
25927 \end_inset
25928 </cell>
25929 </row>
25930 </lyxtabular>
25931
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \begin_layout Standard
25938 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25939 \begin_inset Formula \[
25940 \lim_{x\to A}x=B
25941 \]
25942
25943 \end_inset
25944
25945
25946 \end_layout
25947
25948 \begin_layout Subsection
25949 Modulo-Funktionen
25950 \begin_inset Index idx
25951 status collapsed
25952
25953 \begin_layout Plain Layout
25954 Funktionen ! Modulo-
25955 \end_layout
25956
25957 \end_inset
25958
25959
25960 \end_layout
25961
25962 \begin_layout Standard
25963 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25964  Varianten.
25965 \end_layout
25966
25967 \begin_layout Standard
25968 Die Varianten in einer abgesetzten Formel:
25969 \begin_inset Formula \begin{align*}
25970 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25971 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25972 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25973 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25974 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
25975 \end{align*}
25976
25977 \end_inset
25978
25979
25980 \end_layout
25981
25982 \begin_layout Standard
25983 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25984  weniger Leerraum gesetzt.
25985 \end_layout
25986
25987 \begin_layout Standard
25988 \begin_inset Newpage newpage
25989 \end_inset
25990
25991
25992 \end_layout
25993
25994 \begin_layout Section
25995 Sonderzeichen
25996 \begin_inset Index idx
25997 status collapsed
25998
25999 \begin_layout Plain Layout
26000 Sonderzeichen
26001 \end_layout
26002
26003 \end_inset
26004
26005
26006 \end_layout
26007
26008 \begin_layout Subsection
26009 Sonderzeichen im mathematischen Text
26010 \end_layout
26011
26012 \begin_layout Standard
26013 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26014  verwendet werden:
26015 \end_layout
26016
26017 \begin_layout Standard
26018 \begin_inset space \hfill{}
26019 \end_inset
26020
26021
26022 \begin_inset Tabular
26023 <lyxtabular version="3" rows="8" columns="2">
26024 <features tabularvalignment="middle">
26025 <column alignment="block" valignment="top" width="0">
26026 <column alignment="block" valignment="top" width="0">
26027 <row>
26028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032 Befehl
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 Ergebnis
26042 \end_layout
26043
26044 \end_inset
26045 </cell>
26046 </row>
26047 <row>
26048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26049 \begin_inset Text
26050
26051 \begin_layout Plain Layout
26052
26053 \backslash
26054 oe
26055 \end_layout
26056
26057 \end_inset
26058 </cell>
26059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26060 \begin_inset Text
26061
26062 \begin_layout Plain Layout
26063 \begin_inset Formula $\textrm{œ}$
26064 \end_inset
26065
26066
26067 \end_layout
26068
26069 \end_inset
26070 </cell>
26071 </row>
26072 <row>
26073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26074 \begin_inset Text
26075
26076 \begin_layout Plain Layout
26077
26078 \backslash
26079 OE
26080 \end_layout
26081
26082 \end_inset
26083 </cell>
26084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26085 \begin_inset Text
26086
26087 \begin_layout Plain Layout
26088 \begin_inset Formula $\textrm{Œ}$
26089 \end_inset
26090
26091
26092 \end_layout
26093
26094 \end_inset
26095 </cell>
26096 </row>
26097 <row>
26098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26099 \begin_inset Text
26100
26101 \begin_layout Plain Layout
26102
26103 \backslash
26104 ae
26105 \end_layout
26106
26107 \end_inset
26108 </cell>
26109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26110 \begin_inset Text
26111
26112 \begin_layout Plain Layout
26113 \begin_inset Formula $\textrm{æ}$
26114 \end_inset
26115
26116
26117 \end_layout
26118
26119 \end_inset
26120 </cell>
26121 </row>
26122 <row>
26123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26124 \begin_inset Text
26125
26126 \begin_layout Plain Layout
26127
26128 \backslash
26129 AE
26130 \end_layout
26131
26132 \end_inset
26133 </cell>
26134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26135 \begin_inset Text
26136
26137 \begin_layout Plain Layout
26138 \begin_inset Formula $\textrm{Æ}$
26139 \end_inset
26140
26141
26142 \end_layout
26143
26144 \end_inset
26145 </cell>
26146 </row>
26147 <row>
26148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26149 \begin_inset Text
26150
26151 \begin_layout Plain Layout
26152
26153 \backslash
26154 aa
26155 \end_layout
26156
26157 \end_inset
26158 </cell>
26159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26160 \begin_inset Text
26161
26162 \begin_layout Plain Layout
26163 \begin_inset Formula $\textrm{\aa}$
26164 \end_inset
26165
26166
26167 \end_layout
26168
26169 \end_inset
26170 </cell>
26171 </row>
26172 <row>
26173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26174 \begin_inset Text
26175
26176 \begin_layout Plain Layout
26177
26178 \backslash
26179 AA
26180 \begin_inset Index idx
26181 status collapsed
26182
26183 \begin_layout Plain Layout
26184
26185 \backslash
26186 @
26187 \begin_inset ERT
26188 status collapsed
26189
26190 \begin_layout Plain Layout
26191
26192
26193 \backslash
26194 textrm{
26195 \backslash
26196 AA}
26197 \end_layout
26198
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205
26206
26207 \end_layout
26208
26209 \end_inset
26210 </cell>
26211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26212 \begin_inset Text
26213
26214 \begin_layout Plain Layout
26215 \begin_inset Formula $\textrm{Å}$
26216 \end_inset
26217
26218
26219 \end_layout
26220
26221 \end_inset
26222 </cell>
26223 </row>
26224 <row>
26225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26226 \begin_inset Text
26227
26228 \begin_layout Plain Layout
26229
26230 \backslash
26231 i
26232 \end_layout
26233
26234 \end_inset
26235 </cell>
26236 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26237 \begin_inset Text
26238
26239 \begin_layout Plain Layout
26240 \begin_inset Formula $\textrm{ı}$
26241 \end_inset
26242
26243
26244 \end_layout
26245
26246 \end_inset
26247 </cell>
26248 </row>
26249 </lyxtabular>
26250
26251 \end_inset
26252
26253
26254 \begin_inset space \hfill{}
26255 \end_inset
26256
26257
26258 \begin_inset Tabular
26259 <lyxtabular version="3" rows="8" columns="2">
26260 <features tabularvalignment="middle">
26261 <column alignment="block" valignment="top" width="0">
26262 <column alignment="center" valignment="top" width="0">
26263 <row>
26264 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26265 \begin_inset Text
26266
26267 \begin_layout Plain Layout
26268 Befehl
26269 \begin_inset Note Note
26270 status collapsed
26271
26272 \begin_layout Plain Layout
26273 Der Leerraum von 0
26274 \begin_inset space \thinspace{}
26275 \end_inset
26276
26277 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26278  ¿ erscheinen würde.
26279 \end_layout
26280
26281 \end_inset
26282
26283
26284 \end_layout
26285
26286 \end_inset
26287 </cell>
26288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26289 \begin_inset Text
26290
26291 \begin_layout Plain Layout
26292 Ergebnis
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 <row>
26299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303
26304 \backslash
26305 o
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26311 \begin_inset Text
26312
26313 \begin_layout Plain Layout
26314 \begin_inset Formula $\textrm{ø}$
26315 \end_inset
26316
26317
26318 \end_layout
26319
26320 \end_inset
26321 </cell>
26322 </row>
26323 <row>
26324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26325 \begin_inset Text
26326
26327 \begin_layout Plain Layout
26328
26329 \backslash
26330 O
26331 \end_layout
26332
26333 \end_inset
26334 </cell>
26335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26336 \begin_inset Text
26337
26338 \begin_layout Plain Layout
26339 \begin_inset Formula $\textrm{Ø}$
26340 \end_inset
26341
26342
26343 \end_layout
26344
26345 \end_inset
26346 </cell>
26347 </row>
26348 <row>
26349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26350 \begin_inset Text
26351
26352 \begin_layout Plain Layout
26353
26354 \backslash
26355 l
26356 \end_layout
26357
26358 \end_inset
26359 </cell>
26360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26361 \begin_inset Text
26362
26363 \begin_layout Plain Layout
26364 \begin_inset Formula $\textrm{ł}$
26365 \end_inset
26366
26367
26368 \end_layout
26369
26370 \end_inset
26371 </cell>
26372 </row>
26373 <row>
26374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26375 \begin_inset Text
26376
26377 \begin_layout Plain Layout
26378
26379 \backslash
26380 L
26381 \end_layout
26382
26383 \end_inset
26384 </cell>
26385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389 \begin_inset Formula $\textrm{Ł}$
26390 \end_inset
26391
26392
26393 \end_layout
26394
26395 \end_inset
26396 </cell>
26397 </row>
26398 <row>
26399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26400 \begin_inset Text
26401
26402 \begin_layout Plain Layout
26403 !
26404 \begin_inset space \hspace{}
26405 \length 0mm
26406 \end_inset
26407
26408 `
26409 \begin_inset ERT
26410 status collapsed
26411
26412 \begin_layout Plain Layout
26413
26414
26415 \backslash
26416 leer 
26417 \end_layout
26418
26419 \end_inset
26420
26421
26422 \end_layout
26423
26424 \end_inset
26425 </cell>
26426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26427 \begin_inset Text
26428
26429 \begin_layout Plain Layout
26430 \begin_inset Formula $\textrm{!`}$
26431 \end_inset
26432
26433
26434 \end_layout
26435
26436 \end_inset
26437 </cell>
26438 </row>
26439 <row>
26440 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26441 \begin_inset Text
26442
26443 \begin_layout Plain Layout
26444 ?
26445 \begin_inset space \hspace{}
26446 \length 0mm
26447 \end_inset
26448
26449 `
26450 \begin_inset ERT
26451 status collapsed
26452
26453 \begin_layout Plain Layout
26454
26455
26456 \backslash
26457 leer 
26458 \end_layout
26459
26460 \end_inset
26461
26462
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 \begin_inset Formula $\textrm{?`}$
26472 \end_inset
26473
26474
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485
26486 \backslash
26487 j
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26493 \begin_inset Text
26494
26495 \begin_layout Plain Layout
26496 \begin_inset Formula $\textrm{ȷ}$
26497 \end_inset
26498
26499
26500 \end_layout
26501
26502 \end_inset
26503 </cell>
26504 </row>
26505 </lyxtabular>
26506
26507 \end_inset
26508
26509
26510 \begin_inset space \hfill{}
26511 \end_inset
26512
26513
26514 \end_layout
26515
26516 \begin_layout Standard
26517 Die Zeichen 
26518 \begin_inset Formula $\textrm{\textrm{Å}}$
26519 \end_inset
26520
26521  und 
26522 \begin_inset Formula $\textrm{\textrm{Ø}}$
26523 \end_inset
26524
26525  können auch über den Mathe-Werkzeugleistenknopf 
26526 \begin_inset Graphics
26527         filename ../../images/math/digamma.png
26528         scale 85
26529
26530 \end_inset
26531
26532  eingefügt werden.
26533 \end_layout
26534
26535 \begin_layout Standard
26536 Eine Ausnahme bilden die Befehle 
26537 \series bold
26538 !
26539 \begin_inset space \hspace{}
26540 \length 0mm
26541 \end_inset
26542
26543 `
26544 \series default
26545  und 
26546 \series bold
26547 ?
26548 \begin_inset space \hspace{}
26549 \length 0mm
26550 \end_inset
26551
26552 `
26553 \series default
26554 , denn man kann sie in LyX direkt in den Text eingeben.
26555 \end_layout
26556
26557 \begin_layout Subsection
26558 Akzente im Text
26559 \begin_inset CommandInset label
26560 LatexCommand label
26561 name "sub:Sonderzeichen-Akzente"
26562
26563 \end_inset
26564
26565
26566 \begin_inset Index idx
26567 status collapsed
26568
26569 \begin_layout Plain Layout
26570 Akzente ! im Text
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \end_layout
26577
26578 \begin_layout Standard
26579 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26580  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26581 \end_layout
26582
26583 \begin_layout Standard
26584 \begin_inset space \hfill{}
26585 \end_inset
26586
26587
26588 \begin_inset Tabular
26589 <lyxtabular version="3" rows="8" columns="2">
26590 <features tabularvalignment="middle">
26591 <column alignment="block" valignment="top" width="0">
26592 <column alignment="block" valignment="top" width="0">
26593 <row>
26594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598 Befehl
26599 \end_layout
26600
26601 \end_inset
26602 </cell>
26603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26604 \begin_inset Text
26605
26606 \begin_layout Plain Layout
26607 Ergebnis
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 <row>
26614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618
26619 \backslash
26620
26621 \begin_inset Quotes grd
26622 \end_inset
26623
26624 e
26625 \end_layout
26626
26627 \end_inset
26628 </cell>
26629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26630 \begin_inset Text
26631
26632 \begin_layout Plain Layout
26633 \begin_inset ERT
26634 status collapsed
26635
26636 \begin_layout Plain Layout
26637
26638
26639 \backslash
26640 "e
26641 \end_layout
26642
26643 \end_inset
26644
26645
26646 \end_layout
26647
26648 \end_inset
26649 </cell>
26650 </row>
26651 <row>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656
26657 \backslash
26658 `e
26659 \end_layout
26660
26661 \end_inset
26662 </cell>
26663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26664 \begin_inset Text
26665
26666 \begin_layout Plain Layout
26667 \begin_inset ERT
26668 status collapsed
26669
26670 \begin_layout Plain Layout
26671
26672
26673 \backslash
26674 `e
26675 \end_layout
26676
26677 \end_inset
26678
26679
26680 \end_layout
26681
26682 \end_inset
26683 </cell>
26684 </row>
26685 <row>
26686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26687 \begin_inset Text
26688
26689 \begin_layout Plain Layout
26690
26691 \backslash
26692 ^
26693 \begin_inset ERT
26694 status collapsed
26695
26696 \begin_layout Plain Layout
26697
26698
26699 \backslash
26700 leer 
26701 \end_layout
26702
26703 \end_inset
26704
26705 e
26706 \end_layout
26707
26708 \end_inset
26709 </cell>
26710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26711 \begin_inset Text
26712
26713 \begin_layout Plain Layout
26714 \begin_inset ERT
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718
26719
26720 \backslash
26721 ^e
26722 \end_layout
26723
26724 \end_inset
26725
26726
26727 \end_layout
26728
26729 \end_inset
26730 </cell>
26731 </row>
26732 <row>
26733 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26734 \begin_inset Text
26735
26736 \begin_layout Plain Layout
26737
26738 \backslash
26739 =e
26740 \end_layout
26741
26742 \end_inset
26743 </cell>
26744 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26745 \begin_inset Text
26746
26747 \begin_layout Plain Layout
26748 \begin_inset ERT
26749 status collapsed
26750
26751 \begin_layout Plain Layout
26752
26753
26754 \backslash
26755 =e
26756 \end_layout
26757
26758 \end_inset
26759
26760
26761 \end_layout
26762
26763 \end_inset
26764 </cell>
26765 </row>
26766 <row>
26767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26768 \begin_inset Text
26769
26770 \begin_layout Plain Layout
26771
26772 \backslash
26773 u
26774 \begin_inset ERT
26775 status collapsed
26776
26777 \begin_layout Plain Layout
26778
26779
26780 \backslash
26781 leer 
26782 \end_layout
26783
26784 \end_inset
26785
26786 e
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795 \begin_inset ERT
26796 status collapsed
26797
26798 \begin_layout Plain Layout
26799
26800
26801 \backslash
26802 u e
26803 \end_layout
26804
26805 \end_inset
26806
26807
26808 \end_layout
26809
26810 \end_inset
26811 </cell>
26812 </row>
26813 <row>
26814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26815 \begin_inset Text
26816
26817 \begin_layout Plain Layout
26818
26819 \backslash
26820 b
26821 \begin_inset ERT
26822 status collapsed
26823
26824 \begin_layout Plain Layout
26825
26826
26827 \backslash
26828 leer 
26829 \end_layout
26830
26831 \end_inset
26832
26833 e
26834 \end_layout
26835
26836 \end_inset
26837 </cell>
26838 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26839 \begin_inset Text
26840
26841 \begin_layout Plain Layout
26842 \begin_inset ERT
26843 status collapsed
26844
26845 \begin_layout Plain Layout
26846
26847
26848 \backslash
26849 b e
26850 \end_layout
26851
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 </row>
26860 <row>
26861 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865
26866 \backslash
26867 t
26868 \begin_inset ERT
26869 status collapsed
26870
26871 \begin_layout Plain Layout
26872
26873
26874 \backslash
26875 leer 
26876 \end_layout
26877
26878 \end_inset
26879
26880 ee
26881 \end_layout
26882
26883 \end_inset
26884 </cell>
26885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26886 \begin_inset Text
26887
26888 \begin_layout Plain Layout
26889 \begin_inset ERT
26890 status collapsed
26891
26892 \begin_layout Plain Layout
26893
26894
26895 \backslash
26896 t ee
26897 \end_layout
26898
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \end_inset
26905 </cell>
26906 </row>
26907 </lyxtabular>
26908
26909 \end_inset
26910
26911
26912 \begin_inset space \hfill{}
26913 \end_inset
26914
26915
26916 \begin_inset Tabular
26917 <lyxtabular version="3" rows="8" columns="2">
26918 <features tabularvalignment="middle">
26919 <column alignment="block" valignment="top" width="0">
26920 <column alignment="center" valignment="top" width="0">
26921 <row>
26922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Plain Layout
26926 Befehl
26927 \end_layout
26928
26929 \end_inset
26930 </cell>
26931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26932 \begin_inset Text
26933
26934 \begin_layout Plain Layout
26935 Ergebnis
26936 \end_layout
26937
26938 \end_inset
26939 </cell>
26940 </row>
26941 <row>
26942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26943 \begin_inset Text
26944
26945 \begin_layout Plain Layout
26946
26947 \backslash
26948 H
26949 \begin_inset ERT
26950 status collapsed
26951
26952 \begin_layout Plain Layout
26953
26954
26955 \backslash
26956 leer 
26957 \end_layout
26958
26959 \end_inset
26960
26961 e
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26967 \begin_inset Text
26968
26969 \begin_layout Plain Layout
26970 \begin_inset ERT
26971 status collapsed
26972
26973 \begin_layout Plain Layout
26974
26975
26976 \backslash
26977 H e
26978 \end_layout
26979
26980 \end_inset
26981
26982
26983 \end_layout
26984
26985 \end_inset
26986 </cell>
26987 </row>
26988 <row>
26989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26990 \begin_inset Text
26991
26992 \begin_layout Plain Layout
26993
26994 \backslash
26995 'e
26996 \end_layout
26997
26998 \end_inset
26999 </cell>
27000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004 \begin_inset ERT
27005 status collapsed
27006
27007 \begin_layout Plain Layout
27008
27009
27010 \backslash
27011 'e
27012 \end_layout
27013
27014 \end_inset
27015
27016
27017 \end_layout
27018
27019 \end_inset
27020 </cell>
27021 </row>
27022 <row>
27023 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27024 \begin_inset Text
27025
27026 \begin_layout Plain Layout
27027
27028 \backslash
27029 ~e
27030 \begin_inset Index idx
27031 status collapsed
27032
27033 \begin_layout Plain Layout
27034 Tilde
27035 \end_layout
27036
27037 \end_inset
27038
27039
27040 \end_layout
27041
27042 \end_inset
27043 </cell>
27044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27045 \begin_inset Text
27046
27047 \begin_layout Plain Layout
27048 \begin_inset ERT
27049 status collapsed
27050
27051 \begin_layout Plain Layout
27052
27053
27054 \backslash
27055 ~e
27056 \end_layout
27057
27058 \end_inset
27059
27060
27061 \end_layout
27062
27063 \end_inset
27064 </cell>
27065 </row>
27066 <row>
27067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27068 \begin_inset Text
27069
27070 \begin_layout Plain Layout
27071
27072 \backslash
27073 .e
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27079 \begin_inset Text
27080
27081 \begin_layout Plain Layout
27082 \begin_inset ERT
27083 status collapsed
27084
27085 \begin_layout Plain Layout
27086
27087
27088 \backslash
27089 .e
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \end_inset
27098 </cell>
27099 </row>
27100 <row>
27101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27102 \begin_inset Text
27103
27104 \begin_layout Plain Layout
27105
27106 \backslash
27107 v
27108 \begin_inset ERT
27109 status collapsed
27110
27111 \begin_layout Plain Layout
27112
27113
27114 \backslash
27115 leer 
27116 \end_layout
27117
27118 \end_inset
27119
27120 e
27121 \end_layout
27122
27123 \end_inset
27124 </cell>
27125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27126 \begin_inset Text
27127
27128 \begin_layout Plain Layout
27129 \begin_inset ERT
27130 status collapsed
27131
27132 \begin_layout Plain Layout
27133
27134
27135 \backslash
27136 v e
27137 \end_layout
27138
27139 \end_inset
27140
27141
27142 \end_layout
27143
27144 \end_inset
27145 </cell>
27146 </row>
27147 <row>
27148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27149 \begin_inset Text
27150
27151 \begin_layout Plain Layout
27152
27153 \backslash
27154 d
27155 \begin_inset ERT
27156 status collapsed
27157
27158 \begin_layout Plain Layout
27159
27160
27161 \backslash
27162 leer 
27163 \end_layout
27164
27165 \end_inset
27166
27167 e
27168 \end_layout
27169
27170 \end_inset
27171 </cell>
27172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Plain Layout
27176 \begin_inset ERT
27177 status collapsed
27178
27179 \begin_layout Plain Layout
27180
27181
27182 \backslash
27183 d e
27184 \end_layout
27185
27186 \end_inset
27187
27188
27189 \end_layout
27190
27191 \end_inset
27192 </cell>
27193 </row>
27194 <row>
27195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27196 \begin_inset Text
27197
27198 \begin_layout Plain Layout
27199
27200 \backslash
27201 c
27202 \begin_inset ERT
27203 status collapsed
27204
27205 \begin_layout Plain Layout
27206
27207
27208 \backslash
27209 leer 
27210 \end_layout
27211
27212 \end_inset
27213
27214 e
27215 \end_layout
27216
27217 \end_inset
27218 </cell>
27219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27220 \begin_inset Text
27221
27222 \begin_layout Plain Layout
27223 \begin_inset ERT
27224 status collapsed
27225
27226 \begin_layout Plain Layout
27227
27228
27229 \backslash
27230 c e
27231 \end_layout
27232
27233 \end_inset
27234
27235
27236 \end_layout
27237
27238 \end_inset
27239 </cell>
27240 </row>
27241 </lyxtabular>
27242
27243 \end_inset
27244
27245
27246 \begin_inset space \hfill{}
27247 \end_inset
27248
27249
27250 \end_layout
27251
27252 \begin_layout Standard
27253 \begin_inset VSpace medskip
27254 \end_inset
27255
27256 Mit dem Befehl 
27257 \series bold
27258
27259 \backslash
27260 t
27261 \series default
27262  können auch zwei verschiedene Zeichen akzentuiert werden.
27263  Der Befehl 
27264 \series bold
27265
27266 \backslash
27267 t
27268 \begin_inset ERT
27269 status collapsed
27270
27271 \begin_layout Plain Layout
27272
27273
27274 \backslash
27275 leer 
27276 \end_layout
27277
27278 \end_inset
27279
27280 sz
27281 \series default
27282  ergibt: 
27283 \begin_inset ERT
27284 status collapsed
27285
27286 \begin_layout Plain Layout
27287
27288
27289 \backslash
27290 t sz
27291 \end_layout
27292
27293 \end_inset
27294
27295
27296 \end_layout
27297
27298 \begin_layout Standard
27299 Die Akzente 
27300 \series bold
27301 `
27302 \series default
27303  , 
27304 \series bold
27305 '
27306 \series default
27307  und 
27308 \series bold
27309 ^
27310 \series default
27311  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27312  werden ohne den TeX-Modus zu benutzen.
27313  Dasselbe gilt für die Tilde
27314 \begin_inset Foot
27315 status collapsed
27316
27317 \begin_layout Plain Layout
27318 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27319 \end_layout
27320
27321 \end_inset
27322
27323  
27324 \series bold
27325 ~
27326 \series default
27327  in Verbindung mit 
27328 \emph on
27329 a
27330 \emph default
27331  , 
27332 \emph on
27333 n
27334 \emph default
27335  oder 
27336 \emph on
27337 o
27338 \emph default
27339 .
27340 \end_layout
27341
27342 \begin_layout Standard
27343 Die Befehle 
27344 \series bold
27345
27346 \backslash
27347 b
27348 \series default
27349  , 
27350 \series bold
27351
27352 \backslash
27353 c
27354 \series default
27355  , 
27356 \series bold
27357
27358 \backslash
27359 d
27360 \series default
27361  , 
27362 \series bold
27363
27364 \backslash
27365 H
27366 \series default
27367  , 
27368 \series bold
27369
27370 \backslash
27371 t
27372 \series default
27373  , 
27374 \series bold
27375
27376 \backslash
27377 u
27378 \series default
27379  , 
27380 \series bold
27381
27382 \backslash
27383 v
27384 \series default
27385  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27386  Textmodus verfügbar.
27387  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27388  
27389 \begin_inset CommandInset ref
27390 LatexCommand ref
27391 reference "sub:Akzente-für-ein"
27392
27393 \end_inset
27394
27395 .
27396 \end_layout
27397
27398 \begin_layout Standard
27399 \begin_inset VSpace bigskip
27400 \end_inset
27401
27402 Des Weiteren kann man mit dem Befehl 
27403 \series bold
27404
27405 \backslash
27406 textcircled
27407 \series default
27408
27409 \begin_inset Index idx
27410 status collapsed
27411
27412 \begin_layout Plain Layout
27413 Befehle ! T ! 
27414 \backslash
27415 textcircled
27416 \end_layout
27417
27418 \end_inset
27419
27420 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27421  Kreis setzen, quasi mit einem Kreis akzentuieren.
27422 \end_layout
27423
27424 \begin_layout Standard
27425 \align center
27426 \begin_inset Tabular
27427 <lyxtabular version="3" rows="3" columns="2">
27428 <features tabularvalignment="middle">
27429 <column alignment="center" valignment="top" width="0">
27430 <column alignment="center" valignment="top" width="0">
27431 <row>
27432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Plain Layout
27436 Befehl
27437 \end_layout
27438
27439 \end_inset
27440 </cell>
27441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Plain Layout
27445 Ergebnis
27446 \begin_inset Note Note
27447 status collapsed
27448
27449 \begin_layout Plain Layout
27450
27451 \series bold
27452
27453 \backslash
27454 raisebox
27455 \series default
27456  in der Formel dient nur als Abstandhalter.
27457 \end_layout
27458
27459 \end_inset
27460
27461
27462 \end_layout
27463
27464 \end_inset
27465 </cell>
27466 </row>
27467 <row>
27468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27469 \begin_inset Text
27470
27471 \begin_layout Plain Layout
27472
27473 \backslash
27474 textcircled{w}
27475 \end_layout
27476
27477 \end_inset
27478 </cell>
27479 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27480 \begin_inset Text
27481
27482 \begin_layout Plain Layout
27483 \begin_inset ERT
27484 status collapsed
27485
27486 \begin_layout Plain Layout
27487
27488
27489 \backslash
27490 textcircled{w}
27491 \end_layout
27492
27493 \end_inset
27494
27495
27496 \end_layout
27497
27498 \end_inset
27499 </cell>
27500 </row>
27501 <row>
27502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27503 \begin_inset Text
27504
27505 \begin_layout Plain Layout
27506
27507 \backslash
27508 Large 
27509 \backslash
27510 textcircled{
27511 \backslash
27512 normalsize
27513 \backslash
27514 protect
27515 \backslash
27516 raisebox{-1.5pt}{W}}
27517 \end_layout
27518
27519 \end_inset
27520 </cell>
27521 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525 \begin_inset Formula $\raisebox{4.5mm}{}$
27526 \end_inset
27527
27528
27529 \begin_inset ERT
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533
27534
27535 \backslash
27536 Large 
27537 \backslash
27538 textcircled{
27539 \backslash
27540 normalsize
27541 \backslash
27542 protect
27543 \backslash
27544 raisebox{-1.5pt}W}
27545 \end_layout
27546
27547 \end_inset
27548
27549
27550 \begin_inset Formula $\raisebox{-2mm}{}$
27551 \end_inset
27552
27553
27554 \end_layout
27555
27556 \end_inset
27557 </cell>
27558 </row>
27559 </lyxtabular>
27560
27561 \end_inset
27562
27563
27564 \end_layout
27565
27566 \begin_layout Standard
27567 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27568  
27569 \series bold
27570
27571 \backslash
27572 Large
27573 \series default
27574
27575 \begin_inset Foot
27576 status collapsed
27577
27578 \begin_layout Plain Layout
27579 siehe 
27580 \begin_inset CommandInset ref
27581 LatexCommand ref
27582 reference "sub:Schriftgrößen"
27583
27584 \end_inset
27585
27586
27587 \end_layout
27588
27589 \end_inset
27590
27591  bestimmt dabei die Größe des Kreises.
27592  Mit Hilfe von 
27593 \series bold
27594
27595 \backslash
27596 raisebox
27597 \series default
27598
27599 \begin_inset Foot
27600 status collapsed
27601
27602 \begin_layout Plain Layout
27603 siehe 
27604 \begin_inset CommandInset ref
27605 LatexCommand ref
27606 reference "sub:Boxen-ohne-Rahmen"
27607
27608 \end_inset
27609
27610
27611 \end_layout
27612
27613 \end_inset
27614
27615  kann man das Zeichen zentrieren.
27616 \end_layout
27617
27618 \begin_layout Subsection
27619 Minuskelziffern
27620 \begin_inset Index idx
27621 status collapsed
27622
27623 \begin_layout Plain Layout
27624 Minuskelziffern
27625 \end_layout
27626
27627 \end_inset
27628
27629
27630 \end_layout
27631
27632 \begin_layout Standard
27633 Minuskelziffern werden mit dem Befehl 
27634 \series bold
27635
27636 \backslash
27637 oldstylenums
27638 \series default
27639
27640 \begin_inset Index idx
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644 Befehle ! O ! 
27645 \backslash
27646 oldstylenums
27647 \end_layout
27648
27649 \end_inset
27650
27651  erzeugt.
27652  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27653  Das Befehlsschema lautet:
27654 \end_layout
27655
27656 \begin_layout Standard
27657
27658 \series bold
27659
27660 \backslash
27661 oldstylenums{Ziffer}
27662 \end_layout
27663
27664 \begin_layout Standard
27665 Der Befehl 
27666 \series bold
27667
27668 \backslash
27669 oldstylenums{0123456789
27670 \series default
27671  ergibt: 
27672 \begin_inset Formula $\oldstylenums{0123456789}$
27673 \end_inset
27674
27675
27676 \end_layout
27677
27678 \begin_layout Subsection
27679 Sonstige Sonderzeichen
27680 \begin_inset CommandInset label
27681 LatexCommand label
27682 name "sub:Sonstige-Sonderzeichen"
27683
27684 \end_inset
27685
27686
27687 \begin_inset Index idx
27688 status collapsed
27689
27690 \begin_layout Plain Layout
27691 Sonderzeichen ! sonstige
27692 \end_layout
27693
27694 \end_inset
27695
27696
27697 \end_layout
27698
27699 \begin_layout Standard
27700 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27701 \end_layout
27702
27703 \begin_layout Standard
27704 \align center
27705 \begin_inset Tabular
27706 <lyxtabular version="3" rows="4" columns="2">
27707 <features tabularvalignment="middle">
27708 <column alignment="center" valignment="top" width="0">
27709 <column alignment="center" valignment="top" width="0">
27710 <row>
27711 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27712 \begin_inset Text
27713
27714 \begin_layout Plain Layout
27715 Befehl
27716 \end_layout
27717
27718 \end_inset
27719 </cell>
27720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27721 \begin_inset Text
27722
27723 \begin_layout Plain Layout
27724 Ergebnis
27725 \end_layout
27726
27727 \end_inset
27728 </cell>
27729 </row>
27730 <row>
27731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27732 \begin_inset Text
27733
27734 \begin_layout Plain Layout
27735
27736 \backslash
27737 ^
27738 \begin_inset ERT
27739 status collapsed
27740
27741 \begin_layout Plain Layout
27742
27743
27744 \backslash
27745 leer 
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \end_inset
27754 </cell>
27755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27756 \begin_inset Text
27757
27758 \begin_layout Plain Layout
27759 \begin_inset Formula $\mathcircumflex$
27760 \end_inset
27761
27762
27763 \end_layout
27764
27765 \end_inset
27766 </cell>
27767 </row>
27768 <row>
27769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27770 \begin_inset Text
27771
27772 \begin_layout Plain Layout
27773
27774 \backslash
27775 _
27776 \end_layout
27777
27778 \end_inset
27779 </cell>
27780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27781 \begin_inset Text
27782
27783 \begin_layout Plain Layout
27784 \begin_inset Formula $\_$
27785 \end_inset
27786
27787
27788 \end_layout
27789
27790 \end_inset
27791 </cell>
27792 </row>
27793 <row>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 ^
27799 \begin_inset ERT
27800 status collapsed
27801
27802 \begin_layout Plain Layout
27803
27804
27805 \backslash
27806 leer 
27807 \end_layout
27808
27809 \end_inset
27810
27811
27812 \backslash
27813 circ
27814 \begin_inset Index idx
27815 status collapsed
27816
27817 \begin_layout Plain Layout
27818
27819 \backslash
27820
27821 \end_layout
27822
27823 \end_inset
27824
27825
27826 \end_layout
27827
27828 \end_inset
27829 </cell>
27830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27831 \begin_inset Text
27832
27833 \begin_layout Plain Layout
27834 \begin_inset Formula $^{\circ}$
27835 \end_inset
27836
27837
27838 \end_layout
27839
27840 \end_inset
27841 </cell>
27842 </row>
27843 </lyxtabular>
27844
27845 \end_inset
27846
27847
27848 \end_layout
27849
27850 \begin_layout Standard
27851 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27852  folgende Zeile enthält
27853 \begin_inset Foot
27854 status collapsed
27855
27856 \begin_layout Plain Layout
27857 Mehr dazu ist in 
27858 \begin_inset CommandInset ref
27859 LatexCommand ref
27860 reference "sub:Textzeichen-in-Formeln"
27861
27862 \end_inset
27863
27864  beschrieben.
27865 \end_layout
27866
27867 \end_inset
27868
27869 :
27870 \end_layout
27871
27872 \begin_layout Standard
27873
27874 \series bold
27875
27876 \backslash
27877 DeclareInputText{176}{
27878 \backslash
27879 ifmmode^
27880 \backslash
27881 circ
27882 \backslash
27883 else
27884 \backslash
27885 textdegree
27886 \backslash
27887 fi}
27888 \end_layout
27889
27890 \begin_layout Section
27891 Formelstile
27892 \begin_inset CommandInset label
27893 LatexCommand label
27894 name "sec:Formelstile"
27895
27896 \end_inset
27897
27898
27899 \begin_inset Index idx
27900 status collapsed
27901
27902 \begin_layout Plain Layout
27903 Formel ! Stile
27904 \end_layout
27905
27906 \end_inset
27907
27908
27909 \end_layout
27910
27911 \begin_layout Itemize
27912 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27913 \end_layout
27914
27915 \begin_deeper
27916 \begin_layout Description
27917 Zentriert ist der voreingestellte Standard
27918 \end_layout
27919
27920 \begin_layout Description
27921 Eingerückt dazu muss im Menü 
27922 \family sans
27923 Dokument\SpecialChar \menuseparator
27924 Einstellungen
27925 \family default
27926  unter 
27927 \family sans
27928 Dokumentklasse
27929 \family default
27930  die Option 
27931 \series bold
27932 fleqn
27933 \series default
27934  eingeben werden
27935 \end_layout
27936
27937 \begin_layout Standard
27938 Wird 
27939 \series bold
27940 Eingerückt
27941 \series default
27942  verwendet, kann mit der Länge 
27943 \series bold
27944
27945 \backslash
27946 mathindent
27947 \series default
27948
27949 \begin_inset Index idx
27950 status collapsed
27951
27952 \begin_layout Plain Layout
27953 Befehle ! M ! 
27954 \backslash
27955 mathindent
27956 \end_layout
27957
27958 \end_inset
27959
27960  die Einrückung eingestellt werden.
27961  Soll der Abstand 15
27962 \begin_inset space \thinspace{}
27963 \end_inset
27964
27965 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27966 \end_layout
27967
27968 \begin_layout Standard
27969
27970 \series bold
27971
27972 \backslash
27973 setlength{
27974 \backslash
27975 mathindent}{15mm}
27976 \end_layout
27977
27978 \begin_layout Standard
27979 ein.
27980  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27981 \begin_inset space \thinspace{}
27982 \end_inset
27983
27984 pt verwendet.
27985 \end_layout
27986
27987 \end_deeper
27988 \begin_layout Itemize
27989 Und zwei verschiedene Nummerierungsstile:
27990 \end_layout
27991
27992 \begin_deeper
27993 \begin_layout Description
27994 Rechts ist der voreingestellte Standard
27995 \end_layout
27996
27997 \begin_layout Description
27998 Links dazu muss im Menü 
27999 \family sans
28000 Dokument\SpecialChar \menuseparator
28001 Einstellungen
28002 \family default
28003  unter 
28004 \family sans
28005 Dokumentklasse
28006 \family default
28007  die Option 
28008 \series bold
28009 leqno
28010 \series default
28011  eingeben werden
28012 \end_layout
28013
28014 \end_deeper
28015 \begin_layout Standard
28016
28017 \series bold
28018 fleqn
28019 \series default
28020  und 
28021 \series bold
28022 leqno
28023 \series default
28024  können auch gemeinsam verwendet werden.
28025  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28026 n.
28027 \end_layout
28028
28029 \begin_layout Standard
28030 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28031  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28032  ausgerichtete Formeln setzen, verwendet man den Stil 
28033 \series bold
28034 Zentriert
28035 \series default
28036 .
28037  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28038  
28039 \begin_inset CommandInset ref
28040 LatexCommand ref
28041 reference "sub:Flalign-Umgebung"
28042
28043 \end_inset
28044
28045 .
28046 \end_layout
28047
28048 \begin_layout Section
28049 Mehrzeilige Formeln
28050 \begin_inset CommandInset label
28051 LatexCommand label
28052 name "sec:Mehrzeilige-Formeln"
28053
28054 \end_inset
28055
28056
28057 \begin_inset Index idx
28058 status collapsed
28059
28060 \begin_layout Plain Layout
28061 Formel ! mehrzeilige
28062 \end_layout
28063
28064 \end_inset
28065
28066
28067 \end_layout
28068
28069 \begin_layout Subsection
28070 Allgemeines
28071 \end_layout
28072
28073 \begin_layout Standard
28074 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28075 \family sans
28076 \series bold
28077 Strg+Enter
28078 \family default
28079 \series default
28080  drückt.
28081  Dies erzeugt entweder eine 
28082 \series bold
28083 eqnarray-Umgebung
28084 \series default
28085 , die in 
28086 \begin_inset CommandInset ref
28087 LatexCommand ref
28088 reference "sub:Eqnarray-Umgebung"
28089
28090 \end_inset
28091
28092  beschrieben ist oder, wenn die Option 
28093 \family sans
28094 AMS-Mathe-Paket verwenden
28095 \family default
28096  in den Dokumenteinstellungen gewählt ist, eine 
28097 \series bold
28098 align-Umgebung
28099 \series default
28100 , die in 
28101 \begin_inset CommandInset ref
28102 LatexCommand ref
28103 reference "sub:Standard-align-Umgebung"
28104
28105 \end_inset
28106
28107  beschrieben ist.
28108 \end_layout
28109
28110 \begin_layout Standard
28111 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28112 \family sans
28113 Einfügen\SpecialChar \menuseparator
28114 Mathe
28115 \family default
28116  erstellt werden können.
28117  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28118 \end_layout
28119
28120 \begin_layout Standard
28121 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28122  man 
28123 \family sans
28124 Strg+Enter
28125 \family default
28126  drückt.
28127  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28128 fe 
28129 \begin_inset Graphics
28130         filename ../../images/tabular-feature_append-row.png
28131         scale 85
28132
28133 \end_inset
28134
28135  bzw.
28136 \begin_inset space ~
28137 \end_inset
28138
28139
28140 \begin_inset Graphics
28141         filename ../../images/tabular-feature_delete-row.png
28142         scale 85
28143
28144 \end_inset
28145
28146  oder das Menü 
28147 \family sans
28148 Bearbeiten\SpecialChar \menuseparator
28149 Zeilen & Spalten
28150 \family default
28151  verwendet werden.
28152 \end_layout
28153
28154 \begin_layout Subsubsection
28155 Zeilenabstand
28156 \begin_inset CommandInset label
28157 LatexCommand label
28158 name "sub:Zeilenabstand"
28159
28160 \end_inset
28161
28162
28163 \begin_inset Index idx
28164 status collapsed
28165
28166 \begin_layout Plain Layout
28167 Formel ! mehrzeilige ! Zeilenabstand
28168 \end_layout
28169
28170 \end_inset
28171
28172
28173 \end_layout
28174
28175 \begin_layout Standard
28176 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28177 \begin_inset Formula \begin{eqnarray*}
28178 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}\\
28179 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
28180 \end{eqnarray*}
28181
28182 \end_inset
28183
28184
28185 \end_layout
28186
28187 \begin_layout Standard
28188 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28189 chbefehls angegeben.
28190  Dies ist in LyX aber nicht möglich
28191 \begin_inset Foot
28192 status collapsed
28193
28194 \begin_layout Plain Layout
28195 siehe 
28196 \begin_inset CommandInset href
28197 LatexCommand href
28198 name "LyX-Fehler #1505"
28199 target "http://www.lyx.org/trac/ticket/1505"
28200
28201 \end_inset
28202
28203
28204 \end_layout
28205
28206 \end_inset
28207
28208 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28209  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28210  Zeile den Befehl 
28211 \series bold
28212
28213 \backslash
28214
28215 \backslash
28216 [3mm]
28217 \series default
28218  ein.
28219  Damit erhält man: 
28220 \begin_inset ERT
28221 status collapsed
28222
28223 \begin_layout Plain Layout
28224
28225
28226 \backslash
28227 begin{eqnarray*}
28228 \end_layout
28229
28230 \begin_layout Plain Layout
28231
28232 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28233  = & 
28234 \backslash
28235 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28236 \backslash
28237
28238 \backslash
28239 [3mm]
28240 \end_layout
28241
28242 \begin_layout Plain Layout
28243
28244 4x^{2}
28245 \backslash
28246 left(B^{2}+x_{0}^{2}
28247 \backslash
28248 right)+4x_{0}x
28249 \backslash
28250 left(D-B^{2}
28251 \backslash
28252 right)+B^{2}
28253 \backslash
28254 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28255 \backslash
28256 right) & = & 0
28257 \end_layout
28258
28259 \begin_layout Plain Layout
28260
28261
28262 \backslash
28263 end{eqnarray*}
28264 \end_layout
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Standard
28272 \begin_inset VSpace bigskip
28273 \end_inset
28274
28275 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28276  man die Länge 
28277 \series bold
28278
28279 \backslash
28280 jot
28281 \series default
28282
28283 \begin_inset Index idx
28284 status collapsed
28285
28286 \begin_layout Plain Layout
28287 Befehle ! J ! 
28288 \backslash
28289 jot
28290 \end_layout
28291
28292 \end_inset
28293
28294 .
28295  Es gilt 
28296 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28297 \end_inset
28298
28299 .
28300  Voreingestellt ist für 
28301 \series bold
28302
28303 \backslash
28304 jot
28305 \series default
28306  der Wert 3
28307 \begin_inset space \thinspace{}
28308 \end_inset
28309
28310 pt.
28311  Um wie im vorigen Beispiel 3
28312 \begin_inset space \thinspace{}
28313 \end_inset
28314
28315 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28316 \end_layout
28317
28318 \begin_layout Standard
28319
28320 \series bold
28321
28322 \backslash
28323 setlength{
28324 \backslash
28325 jot}{3mm+3pt}
28326 \end_layout
28327
28328 \begin_layout Standard
28329 im TeX-Modus vor der Formel ein.
28330  Das setzt voraus, dass das LaTeX-Paket 
28331 \series bold
28332 calc
28333 \series default
28334
28335 \begin_inset Foot
28336 status collapsed
28337
28338 \begin_layout Plain Layout
28339
28340 \series bold
28341 calc
28342 \series default
28343  ist Teil jeder LaTeX-Standardinstallation.
28344 \end_layout
28345
28346 \end_inset
28347
28348
28349 \begin_inset Index idx
28350 status collapsed
28351
28352 \begin_layout Plain Layout
28353 Pakete ! calc
28354 \end_layout
28355
28356 \end_inset
28357
28358  im LaTeX-Vorspann mit der Zeile
28359 \end_layout
28360
28361 \begin_layout Standard
28362
28363 \series bold
28364
28365 \backslash
28366 usepackage{calc}
28367 \end_layout
28368
28369 \begin_layout Standard
28370 geladen wurde.
28371 \end_layout
28372
28373 \begin_layout Standard
28374 Man erhält: 
28375 \begin_inset ERT
28376 status collapsed
28377
28378 \begin_layout Plain Layout
28379
28380
28381 \backslash
28382 setlength{
28383 \backslash
28384 jot}{3mm+3pt}
28385 \end_layout
28386
28387 \end_inset
28388
28389
28390 \begin_inset Formula \begin{eqnarray*}
28391 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}\\
28392 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
28393 \end{eqnarray*}
28394
28395 \end_inset
28396
28397
28398 \end_layout
28399
28400 \begin_layout Standard
28401 \begin_inset ERT
28402 status collapsed
28403
28404 \begin_layout Plain Layout
28405
28406
28407 \backslash
28408 setlength{
28409 \backslash
28410 jot}{3pt}
28411 \end_layout
28412
28413 \end_inset
28414
28415  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28416 \series bold
28417
28418 \backslash
28419 jot
28420 \series default
28421  auf den Wert 3
28422 \begin_inset space \thinspace{}
28423 \end_inset
28424
28425 pt.
28426 \end_layout
28427
28428 \begin_layout Subsubsection
28429 Spaltenabstand
28430 \begin_inset CommandInset label
28431 LatexCommand label
28432 name "sub:Spaltenabstand"
28433
28434 \end_inset
28435
28436
28437 \begin_inset Index idx
28438 status collapsed
28439
28440 \begin_layout Plain Layout
28441 Formel ! mehrzeilige ! Spaltenabstand
28442 \end_layout
28443
28444 \end_inset
28445
28446
28447 \end_layout
28448
28449 \begin_layout Standard
28450 Mehrzeilige Formeln bilden eine Matrix.
28451  Eine Formel in der Eqnarray-Umgebung ist z.
28452 \begin_inset space \thinspace{}
28453 \end_inset
28454
28455 B.
28456  eine dreispaltige Matrix.
28457  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28458  neben den Relationszeichen ändern.
28459 \end_layout
28460
28461 \begin_layout Standard
28462 Der Spaltenabstand wird mit der Länge 
28463 \series bold
28464
28465 \backslash
28466 arraycolsep
28467 \series default
28468
28469 \begin_inset Index idx
28470 status collapsed
28471
28472 \begin_layout Plain Layout
28473 Befehle ! A ! 
28474 \backslash
28475 arraycolsep
28476 \end_layout
28477
28478 \end_inset
28479
28480  festgelegt, wobei gilt:
28481 \begin_inset Newline newline
28482 \end_inset
28483
28484 Spaltenabstand = 2
28485 \begin_inset space \thinspace{}
28486 \end_inset
28487
28488
28489 \series bold
28490
28491 \backslash
28492 arraycolsep
28493 \series default
28494 .
28495 \begin_inset Newline newline
28496 \end_inset
28497
28498 Der im TeX-Modus eingegebene Befehl
28499 \end_layout
28500
28501 \begin_layout Standard
28502
28503 \series bold
28504
28505 \backslash
28506 setlength{
28507 \backslash
28508 arraycolsep}{1cm}
28509 \end_layout
28510
28511 \begin_layout Standard
28512 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28513 \begin_inset space \thinspace{}
28514 \end_inset
28515
28516 cm.
28517  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28518 \series bold
28519
28520 \backslash
28521 arraycolsep
28522 \series default
28523  auf 5
28524 \begin_inset space \thinspace{}
28525 \end_inset
28526
28527 pt.
28528 \end_layout
28529
28530 \begin_layout Standard
28531 Eine Formel mit 2
28532 \begin_inset space \thinspace{}
28533 \end_inset
28534
28535 cm Spaltenabstand:
28536 \begin_inset ERT
28537 status collapsed
28538
28539 \begin_layout Plain Layout
28540
28541
28542 \backslash
28543 setlength{
28544 \backslash
28545 arraycolsep}{1cm}
28546 \end_layout
28547
28548 \end_inset
28549
28550
28551 \begin_inset Formula \begin{eqnarray*}
28552 A & = & B\\
28553 C & \ne & A
28554 \end{eqnarray*}
28555
28556 \end_inset
28557
28558 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28559 \begin_inset space \thinspace{}
28560 \end_inset
28561
28562 pt:
28563 \begin_inset ERT
28564 status collapsed
28565
28566 \begin_layout Plain Layout
28567
28568
28569 \backslash
28570 setlength{
28571 \backslash
28572 arraycolsep}{5pt}
28573 \end_layout
28574
28575 \end_inset
28576
28577
28578 \begin_inset Formula \begin{eqnarray*}
28579 A & = & B\\
28580 C & \ne & A
28581 \end{eqnarray*}
28582
28583 \end_inset
28584
28585
28586 \end_layout
28587
28588 \begin_layout Subsubsection
28589 Lange Formeln
28590 \begin_inset Index idx
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594 Formel ! lange
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \begin_layout Standard
28603 Lange Formeln kann man wie folgt setzen:
28604 \end_layout
28605
28606 \begin_layout Itemize
28607 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28608  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28609 \begin_inset Formula \begin{eqnarray}
28610 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 \\
28611  &  & -\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}
28612 \end{eqnarray}
28613
28614 \end_inset
28615
28616 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28617  als Operator, da es das erste Zeichen der Zeile ist.
28618  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28619  Bruchstrich unterscheiden.
28620  Um das zu verhindern, wurde mit dem Befehl 
28621 \series bold
28622
28623 \backslash
28624 hspace
28625 \series default
28626  3
28627 \begin_inset space \thinspace{}
28628 \end_inset
28629
28630 pt Leerraum hinter das Minuszeichen eingefügt.
28631 \begin_inset Foot
28632 status collapsed
28633
28634 \begin_layout Plain Layout
28635 mehr zu 
28636 \series bold
28637
28638 \backslash
28639 hspace
28640 \series default
28641  siehe 
28642 \begin_inset CommandInset ref
28643 LatexCommand ref
28644 reference "sub:Variabler-Leerraum"
28645
28646 \end_inset
28647
28648
28649 \end_layout
28650
28651 \end_inset
28652
28653
28654 \begin_inset Index idx
28655 status collapsed
28656
28657 \begin_layout Plain Layout
28658 Befehle ! H ! 
28659 \backslash
28660 hspace
28661 \end_layout
28662
28663 \end_inset
28664
28665
28666 \end_layout
28667
28668 \begin_layout Itemize
28669 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28670 \series bold
28671
28672 \backslash
28673 lefteqn
28674 \series default
28675
28676 \begin_inset Index idx
28677 status collapsed
28678
28679 \begin_layout Plain Layout
28680 Befehle ! L ! 
28681 \backslash
28682 lefteqn
28683 \end_layout
28684
28685 \end_inset
28686
28687 .
28688  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28689  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28690 \begin_inset Formula \begin{eqnarray}
28691 \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 \\
28692  &  & -\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 \\
28693  &  & =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}
28694 \end{eqnarray}
28695
28696 \end_inset
28697
28698 Nachdem man 
28699 \series bold
28700
28701 \backslash
28702 lefteqn
28703 \series default
28704  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28705  das gegenüber dem blauen leicht verschoben ist.
28706  In dieses wird die Formel eingegeben.
28707 \begin_inset Newline newline
28708 \end_inset
28709
28710 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28711  eingegeben.
28712  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28713  Einrückung.
28714 \begin_inset VSpace medskip
28715 \end_inset
28716
28717
28718 \begin_inset Newline newline
28719 \end_inset
28720
28721
28722 \begin_inset Note Greyedout
28723 status open
28724
28725 \begin_layout Plain Layout
28726 Bei der Verwendung von 
28727 \series bold
28728
28729 \backslash
28730 lefteqn
28731 \series default
28732  ist Folgendes zu beachten:
28733 \end_layout
28734
28735 \begin_layout Itemize
28736 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28737  Würde man in obigem Beispiel der ersten Zeile den Term 
28738 \begin_inset Formula $-B^{2}$
28739 \end_inset
28740
28741  anfügen, befände sich dieser außerhalb des Seitenrands.
28742  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28743  Leerraum einfügen.
28744 \end_layout
28745
28746 \begin_layout Itemize
28747 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28748  erste Zeile gesetzt werden.
28749 \begin_inset Foot
28750 status collapsed
28751
28752 \begin_layout Plain Layout
28753 \begin_inset CommandInset href
28754 LatexCommand href
28755 name "LyX-Fehler #1429"
28756 target "http://www.lyx.org/trac/ticket/1429"
28757
28758 \end_inset
28759
28760
28761 \end_layout
28762
28763 \end_inset
28764
28765  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28766  Pfeiltasten bewegen.
28767 \end_layout
28768
28769 \end_inset
28770
28771
28772 \end_layout
28773
28774 \begin_layout Itemize
28775 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28776 \begin_inset CommandInset ref
28777 LatexCommand ref
28778 reference "sub:Multline-Umgebung"
28779
28780 \end_inset
28781
28782  und 
28783 \begin_inset CommandInset ref
28784 LatexCommand ref
28785 reference "sub:Mehrzeilige-Formelteile"
28786
28787 \end_inset
28788
28789  beschriebenen Umgebungen.
28790 \end_layout
28791
28792 \begin_layout Subsubsection
28793 Mehrzeilige Klammern
28794 \begin_inset CommandInset label
28795 LatexCommand label
28796 name "sub:Mehrzeilige-Klammern"
28797
28798 \end_inset
28799
28800
28801 \begin_inset Index idx
28802 status collapsed
28803
28804 \begin_layout Plain Layout
28805 Klammern ! mehrzeilige
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \end_layout
28812
28813 \begin_layout Standard
28814 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28815 \begin_inset Formula \begin{eqnarray*}
28816 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28817  &  & \left.\cdots+B-D\right]
28818 \end{eqnarray*}
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Standard
28826 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28827  Größe dürfen nicht über mehrere Zeilen gehen.
28828 \end_layout
28829
28830 \begin_layout Standard
28831 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28832  erste Zeile mit 
28833 \series bold
28834
28835 \backslash
28836 right.
28837 \series default
28838
28839 \begin_inset Index idx
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843 Befehle ! R ! 
28844 \backslash
28845 right
28846 \end_layout
28847
28848 \end_inset
28849
28850  und beginnt die zweite Zeile mit 
28851 \series bold
28852
28853 \backslash
28854 left.
28855 \begin_inset Foot
28856 status collapsed
28857
28858 \begin_layout Plain Layout
28859 mehr zu 
28860 \series bold
28861
28862 \backslash
28863 left
28864 \series default
28865  und 
28866 \series bold
28867
28868 \backslash
28869 right
28870 \series default
28871  siehe 
28872 \begin_inset CommandInset ref
28873 LatexCommand ref
28874 reference "sub:Automatische-Klammergrößen"
28875
28876 \end_inset
28877
28878
28879 \end_layout
28880
28881 \end_inset
28882
28883
28884 \series default
28885
28886 \begin_inset Index idx
28887 status collapsed
28888
28889 \begin_layout Plain Layout
28890 Befehle ! L ! 
28891 \backslash
28892 left
28893 \end_layout
28894
28895 \end_inset
28896
28897 .
28898  Nach 
28899 \series bold
28900
28901 \backslash
28902 left.
28903
28904 \series default
28905  gibt man den Befehl 
28906 \series bold
28907
28908 \backslash
28909 vphantom
28910 \series default
28911
28912 \begin_inset ERT
28913 status collapsed
28914
28915 \begin_layout Plain Layout
28916
28917
28918 \backslash
28919 leer 
28920 \end_layout
28921
28922 \end_inset
28923
28924
28925 \series bold
28926
28927 \backslash
28928 prod
28929 \series default
28930 ^
28931 \begin_inset ERT
28932 status collapsed
28933
28934 \begin_layout Plain Layout
28935
28936
28937 \backslash
28938 leer 
28939 \end_layout
28940
28941 \end_inset
28942
28943
28944 \series bold
28945
28946 \backslash
28947 infty
28948 \series default
28949
28950 \begin_inset ERT
28951 status collapsed
28952
28953 \begin_layout Plain Layout
28954
28955
28956 \backslash
28957 leer 
28958 \end_layout
28959
28960 \end_inset
28961
28962
28963 \series bold
28964
28965 \begin_inset Formula $\downarrow$
28966 \end_inset
28967
28968 _R=1}
28969 \series default
28970
28971 \begin_inset Index idx
28972 status collapsed
28973
28974 \begin_layout Plain Layout
28975 Befehle ! V ! 
28976 \backslash
28977 vphantom
28978 \end_layout
28979
28980 \end_inset
28981
28982  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28983  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28984 \end_layout
28985
28986 \begin_layout Standard
28987 Das Ergebnis sieht so aus:
28988 \begin_inset Formula \begin{eqnarray*}
28989 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28990  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
28991 \end{eqnarray*}
28992
28993 \end_inset
28994
28995
28996 \end_layout
28997
28998 \begin_layout Subsection
28999 Align-Umgebungen
29000 \end_layout
29001
29002 \begin_layout Standard
29003 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29004  werden.
29005  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29006 \end_layout
29007
29008 \begin_layout Standard
29009 Align-Umgebungen bestehen aus Spalten.
29010  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29011  ausgerichtet.
29012  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29013 \end_layout
29014
29015 \begin_layout Standard
29016 Align-Umgebung werden über das Menü 
29017 \family sans
29018 Einfügen\SpecialChar \menuseparator
29019 Mathe
29020 \family default
29021  erstellt.
29022  Über das Menü 
29023 \family sans
29024 Bearbeiten\SpecialChar \menuseparator
29025 Mathe\SpecialChar \menuseparator
29026 Formelart
29027 \begin_inset space ~
29028 \end_inset
29029
29030 ändern
29031 \family default
29032  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29033 \end_layout
29034
29035 \begin_layout Standard
29036 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29037
29038 \begin_inset Graphics
29039         filename ../../images/tabular-feature_append-column.png
29040         scale 85
29041
29042 \end_inset
29043
29044  bzw.
29045 \begin_inset space ~
29046 \end_inset
29047
29048
29049 \begin_inset Graphics
29050         filename ../../images/tabular-feature_delete-column.png
29051         scale 85
29052
29053 \end_inset
29054
29055  oder das Menü 
29056 \family sans
29057 Bearbeiten\SpecialChar \menuseparator
29058 Zeilen & Spalten
29059 \family default
29060  verwendet werden.
29061 \end_layout
29062
29063 \begin_layout Subsubsection
29064 Standard align-Umgebung
29065 \begin_inset CommandInset label
29066 LatexCommand label
29067 name "sub:Standard-align-Umgebung"
29068
29069 \end_inset
29070
29071
29072 \begin_inset Index idx
29073 status collapsed
29074
29075 \begin_layout Plain Layout
29076 Formel ! mehrzeilige ! align-Umgebung
29077 \end_layout
29078
29079 \end_inset
29080
29081
29082 \end_layout
29083
29084 \begin_layout Standard
29085 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29086 \family sans
29087 Strg+Enter
29088 \family default
29089  drückt oder das Menü 
29090 \family sans
29091 Einfügen\SpecialChar \menuseparator
29092 Mathe\SpecialChar \menuseparator
29093 AMS align-Umge\SpecialChar \-
29094 bung
29095 \family default
29096  aufruft.
29097 \end_layout
29098
29099 \begin_layout Standard
29100 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29101 n align-Umgebung erzeugt wurden:
29102 \begin_inset Formula \begin{align*}
29103 A & =\sin(B) & C & =D\\
29104 C & \ne A & B & \ne D
29105 \end{align*}
29106
29107 \end_inset
29108
29109 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29110  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29111 \series bold
29112
29113 \backslash
29114 hfill
29115 \begin_inset Foot
29116 status collapsed
29117
29118 \begin_layout Plain Layout
29119 mehr zu 
29120 \series bold
29121
29122 \backslash
29123 hfill
29124 \series default
29125  siehe 
29126 \begin_inset CommandInset ref
29127 LatexCommand ref
29128 reference "sub:Variabler-Leerraum"
29129
29130 \end_inset
29131
29132
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \series default
29139  befinden.
29140  Ist der Formelstil 
29141 \series bold
29142 Eingerückt
29143 \begin_inset Foot
29144 status collapsed
29145
29146 \begin_layout Plain Layout
29147 Formelstile siehe 
29148 \begin_inset CommandInset ref
29149 LatexCommand ref
29150 reference "sec:Formelstile"
29151
29152 \end_inset
29153
29154
29155 \end_layout
29156
29157 \end_inset
29158
29159
29160 \series default
29161  gewählt, wird die Formel ohne den 
29162 \series bold
29163
29164 \backslash
29165 hfill
29166 \series default
29167  vor der ersten Spalte gesetzt.
29168 \end_layout
29169
29170 \begin_layout Subsubsection
29171 Alignat-Umgebung
29172 \begin_inset Index idx
29173 status collapsed
29174
29175 \begin_layout Plain Layout
29176 Formel ! mehrzeilige ! alignat-Umgebung
29177 \end_layout
29178
29179 \end_inset
29180
29181
29182 \end_layout
29183
29184 \begin_layout Standard
29185 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29186  Man kann ihn manuell durch die in 
29187 \begin_inset CommandInset ref
29188 LatexCommand ref
29189 reference "sub:Leerraum"
29190
29191 \end_inset
29192
29193  beschriebenen Leerräume einfügen.
29194 \end_layout
29195
29196 \begin_layout Standard
29197 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29198  Formel 1
29199 \begin_inset space \thinspace{}
29200 \end_inset
29201
29202 cm Leerraum eingefügt wurde:
29203 \begin_inset Formula \begin{alignat*}{2}
29204 A & =\sin(B) & \hspace{1cm}C & =D\\
29205 C & \ne A & B & \ne D
29206 \end{alignat*}
29207
29208 \end_inset
29209
29210 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29211  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29212  Formeln.
29213 \end_layout
29214
29215 \begin_layout Subsubsection
29216 Flalign-Umgebung
29217 \begin_inset CommandInset label
29218 LatexCommand label
29219 name "sub:Flalign-Umgebung"
29220
29221 \end_inset
29222
29223
29224 \begin_inset Index idx
29225 status collapsed
29226
29227 \begin_layout Plain Layout
29228 Formel ! mehrzeilige ! flalign-Umgebung
29229 \end_layout
29230
29231 \end_inset
29232
29233
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29238  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29239  Dazu ein Beispiel:
29240 \begin_inset Formula \begin{flalign*}
29241 A & =1 & B & =2 & C & =3\\
29242 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29243 \end{flalign*}
29244
29245 \end_inset
29246
29247
29248 \end_layout
29249
29250 \begin_layout Standard
29251 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29252  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29253  im Dokument links setzen obwohl der Formelstil 
29254 \series bold
29255 Zentriert
29256 \series default
29257  eingestellt ist.
29258  Als Beispiel die eingerückte ausgerichtete Formel 
29259 \begin_inset CommandInset ref
29260 LatexCommand eqref
29261 reference "eq:VolInt"
29262
29263 \end_inset
29264
29265 :
29266 \begin_inset Formula \begin{flalign}
29267 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29268 \end{flalign}
29269
29270 \end_inset
29271
29272 In den ersten beiden Spalten befindet sich die Formel.
29273  Damit sie wie beim Formelstil 
29274 \series bold
29275 Eingerückt
29276 \series default
29277  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29278 \begin_inset space \thinspace{}
29279 \end_inset
29280
29281 pt Leerraum eingefügt.
29282 \end_layout
29283
29284 \begin_layout Subsection
29285 Eqnarray-Umgebung
29286 \begin_inset CommandInset label
29287 LatexCommand label
29288 name "sub:Eqnarray-Umgebung"
29289
29290 \end_inset
29291
29292
29293 \begin_inset Index idx
29294 status collapsed
29295
29296 \begin_layout Plain Layout
29297 Formel ! mehrzeilige ! Eqnarray-Umgebung
29298 \end_layout
29299
29300 \end_inset
29301
29302
29303 \end_layout
29304
29305 \begin_layout Standard
29306 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29307  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29308  ausgerichtet.
29309  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29310  da dieses Kästchen nur für Relationzeichen gedacht ist.
29311 \begin_inset Formula \begin{eqnarray*}
29312 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29313 AB & AB & AB\\
29314 A & = & A
29315 \end{eqnarray*}
29316
29317 \end_inset
29318
29319
29320 \end_layout
29321
29322 \begin_layout Subsection
29323 Gather-Umgebung
29324 \begin_inset Index idx
29325 status collapsed
29326
29327 \begin_layout Plain Layout
29328 Formel ! mehrzeilige ! Gather-Umgebung
29329 \end_layout
29330
29331 \end_inset
29332
29333
29334 \end_layout
29335
29336 \begin_layout Standard
29337 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29338  Jede Zeile kann nummeriert werden.
29339 \begin_inset Formula \begin{gather}
29340 A=1\\
29341 X=\textrm{-}1
29342 \end{gather}
29343
29344 \end_inset
29345
29346
29347 \end_layout
29348
29349 \begin_layout Subsection
29350 Multline-Umgebung
29351 \begin_inset CommandInset label
29352 LatexCommand label
29353 name "sub:Multline-Umgebung"
29354
29355 \end_inset
29356
29357
29358 \begin_inset Index idx
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362 Formel ! mehrzeilige ! Multline-Umgebung
29363 \end_layout
29364
29365 \end_inset
29366
29367
29368 \end_layout
29369
29370 \begin_layout Standard
29371 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29372  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29373  Alle anderen Zeilen sind zentriert.
29374  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29375  Als Beispiel Formel 
29376 \begin_inset CommandInset ref
29377 LatexCommand eqref
29378 reference "eq:lefteqn"
29379
29380 \end_inset
29381
29382  in der multline-Umgebung:
29383 \begin_inset Formula \begin{multline}
29384 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}\\
29385 -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}\\
29386 =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}}
29387 \end{multline}
29388
29389 \end_inset
29390
29391
29392 \end_layout
29393
29394 \begin_layout Standard
29395 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29396  nummeriert, wenn rechts (links) nummeriert wird.
29397 \begin_inset Foot
29398 status collapsed
29399
29400 \begin_layout Plain Layout
29401 Nummerierungsstile siehe 
29402 \begin_inset CommandInset ref
29403 LatexCommand ref
29404 reference "sec:Formelstile"
29405
29406 \end_inset
29407
29408
29409 \end_layout
29410
29411 \end_inset
29412
29413
29414 \end_layout
29415
29416 \begin_layout Standard
29417 Mit den Befehlen 
29418 \series bold
29419
29420 \backslash
29421 shoveright
29422 \series default
29423
29424 \begin_inset Index idx
29425 status collapsed
29426
29427 \begin_layout Plain Layout
29428 Befehle ! S ! 
29429 \backslash
29430 shoveright
29431 \end_layout
29432
29433 \end_inset
29434
29435  und 
29436 \series bold
29437
29438 \backslash
29439 shoveleft
29440 \series default
29441
29442 \begin_inset Index idx
29443 status collapsed
29444
29445 \begin_layout Plain Layout
29446 Befehle ! S ! 
29447 \backslash
29448 shoveleft
29449 \end_layout
29450
29451 \end_inset
29452
29453  kann eine zentrierte Zeile rechts bzw.
29454  links ausgerichtet werden.
29455  Die Befehle werden folgendermaßen verwendet:
29456 \end_layout
29457
29458 \begin_layout Standard
29459
29460 \series bold
29461
29462 \backslash
29463 shoveright{Zeileninhalt}
29464 \series default
29465  bzw.
29466  
29467 \series bold
29468
29469 \backslash
29470 shoveleft{Zeileninhalt}
29471 \end_layout
29472
29473 \begin_layout Standard
29474 \begin_inset VSpace medskip
29475 \end_inset
29476
29477 Die Länge 
29478 \series bold
29479
29480 \backslash
29481 multlinegap
29482 \series default
29483
29484 \begin_inset Index idx
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488 Befehle ! M ! 
29489 \backslash
29490 multlinegap
29491 \end_layout
29492
29493 \end_inset
29494
29495  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29496  Voreingestellt ist die Länge 0
29497 \begin_inset space \thinspace{}
29498 \end_inset
29499
29500 pt.
29501 \end_layout
29502
29503 \begin_layout Standard
29504 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29505 \end_layout
29506
29507 \begin_layout Standard
29508
29509 \series bold
29510
29511 \backslash
29512 setlength{
29513 \backslash
29514 multlinegap}{2cm}
29515 \end_layout
29516
29517 \begin_layout Standard
29518 eingegeben wurde:
29519 \begin_inset ERT
29520 status collapsed
29521
29522 \begin_layout Plain Layout
29523
29524
29525 \backslash
29526 setlength{
29527 \backslash
29528 multlinegap}{2cm}
29529 \end_layout
29530
29531 \end_inset
29532
29533
29534 \begin_inset Formula \begin{multline}
29535 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}\\
29536 \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}}\\
29537 =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}}
29538 \end{multline}
29539
29540 \end_inset
29541
29542
29543 \begin_inset ERT
29544 status collapsed
29545
29546 \begin_layout Plain Layout
29547
29548
29549 \backslash
29550 setlength{
29551 \backslash
29552 multlinegap}{0pt}
29553 \end_layout
29554
29555 \end_inset
29556
29557
29558 \end_layout
29559
29560 \begin_layout Standard
29561 Die zweite Zeile wurde mit 
29562 \series bold
29563
29564 \backslash
29565 shoveleft
29566 \series default
29567  linksbündig ausgerichtet.
29568 \end_layout
29569
29570 \begin_layout Subsection
29571 Mehrzeilige Formelteile
29572 \begin_inset CommandInset label
29573 LatexCommand label
29574 name "sub:Mehrzeilige-Formelteile"
29575
29576 \end_inset
29577
29578
29579 \begin_inset Index idx
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 Formel ! mehrzeilige ! Formelteile
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29593  der folgenden Umgebungen: 
29594 \series bold
29595 aligned
29596 \series default
29597
29598 \series bold
29599 alignedat
29600 \series default
29601
29602 \series bold
29603 gathered
29604 \series default
29605  oder 
29606 \series bold
29607 split
29608 \series default
29609 .
29610  Sie können über das Menü 
29611 \family sans
29612 Einfügen\SpecialChar \menuseparator
29613 Mathe
29614 \family default
29615  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29616 \end_layout
29617
29618 \begin_layout Standard
29619 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29620 n Formel\SpecialChar \-
29621 umgebungen.
29622  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29623  Dazu ein Beispiel:
29624 \begin_inset Formula \[
29625 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29626 \Delta E\Delta t & \ge\frac{\hbar}{2}
29627 \end{aligned}
29628 \right\} \textrm{Unbestimmtheitsrelationen}
29629 \]
29630
29631 \end_inset
29632
29633
29634 \end_layout
29635
29636 \begin_layout Standard
29637 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29638  der Befehl 
29639 \series bold
29640
29641 \backslash
29642 aligned
29643 \series default
29644
29645 \begin_inset Index idx
29646 status collapsed
29647
29648 \begin_layout Plain Layout
29649 Befehle ! A ! 
29650 \backslash
29651 aligned
29652 \end_layout
29653
29654 \end_inset
29655
29656  eingegeben wird.
29657  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29658  und Zeilen hinzufügen kann.
29659  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29660  gesetzt werden.
29661 \end_layout
29662
29663 \begin_layout Standard
29664 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29665  ausgerichtet sind.
29666  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29667  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29668  Als Beispiel Formel 
29669 \begin_inset CommandInset ref
29670 LatexCommand eqref
29671 reference "eq:kurzlang"
29672
29673 \end_inset
29674
29675  in der aligned-Umgebung:
29676 \begin_inset Formula \begin{equation}
29677 \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}|}\\
29678  & -\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}|}
29679 \end{aligned}
29680 \end{equation}
29681
29682 \end_inset
29683
29684
29685 \end_layout
29686
29687 \begin_layout Standard
29688 Möchte man die Umgebung 
29689 \series bold
29690 alignedat
29691 \series default
29692
29693 \series bold
29694 gathered
29695 \series default
29696  oder 
29697 \series bold
29698 split
29699 \series default
29700  verwenden, gibt man den Befehl 
29701 \series bold
29702
29703 \backslash
29704 alignedat
29705 \series default
29706 ,
29707 \begin_inset Index idx
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711 Befehle ! A ! 
29712 \backslash
29713 alignedat
29714 \end_layout
29715
29716 \end_inset
29717
29718  
29719 \series bold
29720
29721 \backslash
29722 gathered
29723 \series default
29724
29725 \begin_inset Index idx
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729 Befehle ! G ! 
29730 \backslash
29731 gathered
29732 \end_layout
29733
29734 \end_inset
29735
29736  bzw.
29737  
29738 \series bold
29739
29740 \backslash
29741 split
29742 \series default
29743
29744 \begin_inset Index idx
29745 status collapsed
29746
29747 \begin_layout Plain Layout
29748 Befehle ! S ! 
29749 \backslash
29750 split
29751 \end_layout
29752
29753 \end_inset
29754
29755  ein.
29756  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29757  jedoch darf sie nur zwei Spalten enthalten.
29758 \end_layout
29759
29760 \begin_layout Subsection
29761 Text in mehrzeiligen Formeln
29762 \begin_inset CommandInset label
29763 LatexCommand label
29764 name "sub:Text-in-mehrzeiligen"
29765
29766 \end_inset
29767
29768
29769 \begin_inset Index idx
29770 status collapsed
29771
29772 \begin_layout Plain Layout
29773 Text ! in Formeln
29774 \end_layout
29775
29776 \end_inset
29777
29778
29779 \begin_inset Index idx
29780 status collapsed
29781
29782 \begin_layout Plain Layout
29783 Formel ! mehrzeilige ! Text
29784 \end_layout
29785
29786 \end_inset
29787
29788
29789 \end_layout
29790
29791 \begin_layout Standard
29792 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29793  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29794  die Ausrichtung der Spalten nicht beeinflusst.
29795  Dazu wird der Befehl 
29796 \series bold
29797
29798 \backslash
29799 intertext
29800 \begin_inset Index idx
29801 status collapsed
29802
29803 \begin_layout Plain Layout
29804 Befehle ! I ! 
29805 \backslash
29806 intertext
29807 \end_layout
29808
29809 \end_inset
29810
29811
29812 \series default
29813  nach folgendem Schema benutzt:
29814 \end_layout
29815
29816 \begin_layout Standard
29817
29818 \series bold
29819
29820 \backslash
29821 intertext{Text}
29822 \end_layout
29823
29824 \begin_layout Standard
29825 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29826  werden kann.
29827  Weil LyX 
29828 \series bold
29829
29830 \backslash
29831 intertext
29832 \series default
29833  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29834  Text.
29835  
29836 \series bold
29837
29838 \backslash
29839 intertext
29840 \series default
29841  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29842  dieser Zeile.
29843  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29844 \begin_inset Formula \begin{align}
29845 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29846 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29847 \end{align}
29848
29849 \end_inset
29850
29851
29852 \end_layout
29853
29854 \begin_layout Section
29855 Formelnummerierung
29856 \begin_inset Index idx
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 Formelnummerierung
29861 \end_layout
29862
29863 \end_inset
29864
29865
29866 \begin_inset Index idx
29867 status collapsed
29868
29869 \begin_layout Plain Layout
29870 Formel ! Nummerierung|see
29871 \begin_inset ERT
29872 status collapsed
29873
29874 \begin_layout Plain Layout
29875
29876 {
29877 \end_layout
29878
29879 \end_inset
29880
29881 Formelnummerierung
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887 }
29888 \end_layout
29889
29890 \end_inset
29891
29892
29893 \end_layout
29894
29895 \end_inset
29896
29897
29898 \end_layout
29899
29900 \begin_layout Subsection
29901 Allgemeines
29902 \end_layout
29903
29904 \begin_layout Standard
29905 Nummerierte Formeln können mit dem Menü 
29906 \family sans
29907 Einfügen\SpecialChar \menuseparator
29908 Mathe\SpecialChar \menuseparator
29909 Nummerierte
29910 \begin_inset space ~
29911 \end_inset
29912
29913 Formel
29914 \family default
29915  (Tastenkürzel 
29916 \family sans
29917 Strg+Alt
29918 \begin_inset space ~
29919 \end_inset
29920
29921 N
29922 \family default
29923 ) erstellt, bestehende Formeln über das Menü 
29924 \family sans
29925 Bearbeiten\SpecialChar \menuseparator
29926 Mathe\SpecialChar \menuseparator
29927 Nummerierung
29928 \begin_inset space ~
29929 \end_inset
29930
29931 an/aus
29932 \family default
29933  (Tastenkürzel 
29934 \family sans
29935 Alt+M
29936 \begin_inset space ~
29937 \end_inset
29938
29939 N
29940 \family default
29941 ) nummeriert werden.
29942  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29943  Klammern.
29944  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29945 \end_layout
29946
29947 \begin_layout Standard
29948 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29949  Zeilen nummeriert.
29950  Man kann jedoch über das Menü 
29951 \family sans
29952 Bearbeiten\SpecialChar \menuseparator
29953 Mathe\SpecialChar \menuseparator
29954 Zeilennummerierung an/aus
29955 \family default
29956  (Tastenkürzel 
29957 \family sans
29958 Alt+M
29959 \begin_inset space ~
29960 \end_inset
29961
29962 Shift+N
29963 \family default
29964 ) für jede Zeile die Nummerierung festlegen.
29965 \end_layout
29966
29967 \begin_layout Standard
29968 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29969  werden, siehe 
29970 \begin_inset CommandInset ref
29971 LatexCommand ref
29972 reference "sec:Formelstile"
29973
29974 \end_inset
29975
29976 .
29977 \end_layout
29978
29979 \begin_layout Subsection
29980 Querverweise
29981 \begin_inset Index idx
29982 status collapsed
29983
29984 \begin_layout Plain Layout
29985 Querverweise ! auf Formeln
29986 \end_layout
29987
29988 \end_inset
29989
29990
29991 \end_layout
29992
29993 \begin_layout Standard
29994 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29995  Eine Marke wird mit dem Menü 
29996 \family sans
29997 Einfügen\SpecialChar \menuseparator
29998 Marke
29999 \family default
30000  oder dem Werkzeugleistenknopf 
30001 \begin_inset Graphics
30002         filename ../../images/label-insert.png
30003         scale 85
30004
30005 \end_inset
30006
30007  gesetzt.
30008  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30009  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30010 \series bold
30011 eq:
30012 \series default
30013 , nachdem der eigentliche Markenname eingegeben wird.
30014  Der voreingestellte Eintrag steht für 
30015 \begin_inset Quotes gld
30016 \end_inset
30017
30018 equation
30019 \begin_inset Quotes grd
30020 \end_inset
30021
30022  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30023  einer Formel und nicht zu einem Kapitel gehört.
30024  Um eine Marke zu ändern, wählt man wieder das Menü 
30025 \family sans
30026 Einfügen\SpecialChar \menuseparator
30027 Marke
30028 \family default
30029 .
30030 \end_layout
30031
30032 \begin_layout Standard
30033 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30034  Eine Formel mit Marke wird immer nummeriert.
30035 \end_layout
30036
30037 \begin_layout Standard
30038 Querverweise werden mit dem Menü 
30039 \family sans
30040 Einfügen\SpecialChar \menuseparator
30041 Querverweis
30042 \family default
30043  oder dem Werkzeugleistenknopf 
30044 \begin_inset Graphics
30045         filename ../../images/dialog-show-new-inset_ref.png
30046         scale 85
30047
30048 \end_inset
30049
30050  eingefügt.
30051  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30052  Wenn man im Querverweis Dialogfenster das Format 
30053 \series bold
30054 (<Querverweis>)
30055 \series default
30056  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30057 \begin_inset Newline newline
30058 \end_inset
30059
30060 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30061  man zur Formel auf die verwiesen wird.
30062 \end_layout
30063
30064 \begin_layout Standard
30065 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30066 \begin_inset Note Note
30067 status open
30068
30069 \begin_layout Plain Layout
30070 Man beachte die unterschiedlichen Querverweistypen.
30071 \end_layout
30072
30073 \end_inset
30074
30075
30076 \end_layout
30077
30078 \begin_layout Standard
30079 Die Gleichungen 
30080 \begin_inset CommandInset ref
30081 LatexCommand eqref
30082 reference "eq:tag"
30083
30084 \end_inset
30085
30086  und 
30087 \begin_inset CommandInset ref
30088 LatexCommand eqref
30089 reference "eq:c"
30090
30091 \end_inset
30092
30093  sind äquivalent.
30094  In (
30095 \begin_inset CommandInset ref
30096 LatexCommand ref
30097 reference "eq:Lat"
30098
30099 \end_inset
30100
30101 ) werden im Gegensatz zu (
30102 \begin_inset CommandInset ref
30103 LatexCommand ref
30104 reference "eq:Roem"
30105
30106 \end_inset
30107
30108 ) große lateinische Buchstaben zur Nummerierung verwendet.
30109 \end_layout
30110
30111 \begin_layout Standard
30112 \begin_inset VSpace medskip
30113 \end_inset
30114
30115 Ist im Argument von 
30116 \series bold
30117
30118 \backslash
30119 tag
30120 \begin_inset Foot
30121 status collapsed
30122
30123 \begin_layout Plain Layout
30124
30125 \series bold
30126
30127 \backslash
30128 tag
30129 \series default
30130  ist in 
30131 \begin_inset CommandInset ref
30132 LatexCommand ref
30133 reference "sub:Benutzerdefinierte-Nummerierung"
30134
30135 \end_inset
30136
30137  beschrieben.
30138 \end_layout
30139
30140 \end_inset
30141
30142
30143 \series default
30144  wie in 
30145 \begin_inset CommandInset ref
30146 LatexCommand ref
30147 reference "sub:Absatzboxen"
30148
30149 \end_inset
30150
30151  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30152 \end_layout
30153
30154 \begin_layout Subsection
30155 Unternummerierung
30156 \begin_inset Index idx
30157 status collapsed
30158
30159 \begin_layout Plain Layout
30160 Formelnummerierung ! Unternummerierung
30161 \end_layout
30162
30163 \end_inset
30164
30165
30166 \end_layout
30167
30168 \begin_layout Standard
30169 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30170  
30171 \begin_inset Newline newline
30172 \end_inset
30173
30174
30175 \series bold
30176
30177 \backslash
30178 begin{subequations}
30179 \series default
30180  und 
30181 \series bold
30182
30183 \backslash
30184 end{subequations}
30185 \series default
30186  erreichen.
30187  Beide Befehle werden im TeX-Modus eingegeben.
30188 \end_layout
30189
30190 \begin_layout Standard
30191 Dazu ein Beispiel:
30192 \begin_inset Formula \begin{equation}
30193 A=C-B\label{eq:a}
30194 \end{equation}
30195
30196 \end_inset
30197
30198
30199 \begin_inset ERT
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203
30204
30205 \backslash
30206 addtocounter{equation}{-1}
30207 \end_layout
30208
30209 \end_inset
30210
30211
30212 \begin_inset ERT
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216
30217
30218 \backslash
30219 begin{subequations}
30220 \end_layout
30221
30222 \end_inset
30223
30224
30225 \begin_inset VSpace -5mm
30226 \end_inset
30227
30228
30229 \begin_inset Formula \begin{equation}
30230 B=C-A\label{eq:b}
30231 \end{equation}
30232
30233 \end_inset
30234
30235
30236 \begin_inset Formula \begin{equation}
30237 C=A+B\label{eq:c}
30238 \end{equation}
30239
30240 \end_inset
30241
30242
30243 \end_layout
30244
30245 \begin_layout Standard
30246 \begin_inset ERT
30247 status collapsed
30248
30249 \begin_layout Plain Layout
30250
30251
30252 \backslash
30253 end{subequations}
30254 \end_layout
30255
30256 \end_inset
30257
30258
30259 \end_layout
30260
30261 \begin_layout Standard
30262 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30263 \end_layout
30264
30265 \begin_layout Enumerate
30266 erste Formel eingeben
30267 \end_layout
30268
30269 \begin_layout Enumerate
30270
30271 \series bold
30272
30273 \backslash
30274 addtocounter{equation}{-1} 
30275 \backslash
30276 begin{subequations}
30277 \begin_inset Index idx
30278 status collapsed
30279
30280 \begin_layout Plain Layout
30281 Befehle ! A ! 
30282 \backslash
30283 addtocounter
30284 \end_layout
30285
30286 \end_inset
30287
30288
30289 \begin_inset Newline newline
30290 \end_inset
30291
30292
30293 \series default
30294 nach der ersten Formel einfügen
30295 \end_layout
30296
30297 \begin_layout Enumerate
30298 zweite Formel eingeben
30299 \end_layout
30300
30301 \begin_layout Enumerate
30302 dritte Formel eingeben
30303 \end_layout
30304
30305 \begin_layout Enumerate
30306
30307 \series bold
30308
30309 \backslash
30310 end{subequations}
30311 \series default
30312  nach der dritten Formel einfügen
30313 \end_layout
30314
30315 \begin_layout Standard
30316 Jede Formel, die zwischen den Befehlen 
30317 \series bold
30318
30319 \backslash
30320 begin
30321 \series default
30322  und 
30323 \series bold
30324
30325 \backslash
30326 end
30327 \series default
30328  steht, wird mit a, b, c, \SpecialChar \ldots{}
30329  untergliedert.
30330  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30331  Alle untergliederten Formeln gelten als 
30332 \emph on
30333 eine
30334 \emph default
30335  nummerierte Formel.
30336  Da jede nummerierte Formel den Formelzähler 
30337 \series bold
30338 equation
30339 \series default
30340  um Eins erhöht, ist der Befehl 
30341 \series bold
30342
30343 \backslash
30344 addtocounter
30345 \series default
30346  notwendig um den Zähler wieder zu erniedrigen.
30347  Ansonsten würden die Formeln 
30348 \begin_inset CommandInset ref
30349 LatexCommand eqref
30350 reference "eq:a"
30351
30352 \end_inset
30353
30354
30355 \begin_inset CommandInset ref
30356 LatexCommand eqref
30357 reference "eq:b"
30358
30359 \end_inset
30360
30361
30362 \begin_inset CommandInset ref
30363 LatexCommand eqref
30364 reference "eq:c"
30365
30366 \end_inset
30367
30368  als 
30369 \begin_inset CommandInset ref
30370 LatexCommand eqref
30371 reference "eq:a"
30372
30373 \end_inset
30374
30375
30376 \begin_inset CommandInset ref
30377 LatexCommand eqref
30378 reference "eq:d"
30379
30380 \end_inset
30381
30382
30383 \begin_inset CommandInset ref
30384 LatexCommand eqref
30385 reference "eq:f"
30386
30387 \end_inset
30388
30389  nummeriert werden.
30390 \end_layout
30391
30392 \begin_layout Standard
30393 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30394  Formeln automatisch etwas Leerraum erstellt.
30395  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30396 \series bold
30397
30398 \backslash
30399 begin{subequations}
30400 \series default
30401  -5
30402 \begin_inset space \thinspace{}
30403 \end_inset
30404
30405 mm vertikalen Leerraum ein.
30406  Ist der Formelstil 
30407 \series bold
30408 Eingerückt
30409 \begin_inset Foot
30410 status collapsed
30411
30412 \begin_layout Plain Layout
30413 Formelstile siehe 
30414 \begin_inset CommandInset ref
30415 LatexCommand ref
30416 reference "sec:Formelstile"
30417
30418 \end_inset
30419
30420
30421 \end_layout
30422
30423 \end_inset
30424
30425
30426 \series default
30427  gewählt, fügt man -7
30428 \begin_inset space \thinspace{}
30429 \end_inset
30430
30431 mm Leerraum ein.
30432 \end_layout
30433
30434 \begin_layout Standard
30435 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30436  der zweiten Zeile abgeschaltet wurde:
30437 \begin_inset ERT
30438 status collapsed
30439
30440 \begin_layout Plain Layout
30441
30442
30443 \backslash
30444 begin{subequations}
30445 \end_layout
30446
30447 \end_inset
30448
30449
30450 \begin_inset Formula \begin{eqnarray}
30451 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30452  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30453  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30454 \end{eqnarray}
30455
30456 \end_inset
30457
30458
30459 \begin_inset ERT
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463
30464
30465 \backslash
30466 end{subequations}
30467 \end_layout
30468
30469 \end_inset
30470
30471
30472 \end_layout
30473
30474 \begin_layout Subsection
30475 Benutzerdefinierte Nummerierung
30476 \begin_inset CommandInset label
30477 LatexCommand label
30478 name "sub:Benutzerdefinierte-Nummerierung"
30479
30480 \end_inset
30481
30482
30483 \begin_inset Index idx
30484 status collapsed
30485
30486 \begin_layout Plain Layout
30487 Formelnummerierung ! benutzerdefinierte
30488 \end_layout
30489
30490 \end_inset
30491
30492
30493 \end_layout
30494
30495 \begin_layout Standard
30496 \begin_inset Index idx
30497 status collapsed
30498
30499 \begin_layout Plain Layout
30500 Formelnummerierung ! eigene Klammern
30501 \end_layout
30502
30503 \end_inset
30504
30505 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30506  gesetzt.
30507  Will man diese Klammern z.
30508 \begin_inset space \thinspace{}
30509 \end_inset
30510
30511 B.
30512  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30513  an:
30514 \end_layout
30515
30516 \begin_layout Standard
30517
30518 \series bold
30519
30520 \backslash
30521 def
30522 \backslash
30523 tagform@#1{
30524 \backslash
30525 maketag@@@{|#1|}}
30526 \series default
30527
30528 \begin_inset Note Note
30529 status collapsed
30530
30531 \begin_layout Plain Layout
30532 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30533  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30534  werden.
30535 \end_layout
30536
30537 \end_inset
30538
30539
30540 \end_layout
30541
30542 \begin_layout Standard
30543 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30544 \series bold
30545 #1
30546 \series default
30547  durch ein oder mehrere gewünschte Zeichen.
30548  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30549 \end_layout
30550
30551 \begin_layout Standard
30552 \begin_inset VSpace bigskip
30553 \end_inset
30554
30555 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30556  hinter der Formel stehen, benutzt man den Befehl 
30557 \series bold
30558
30559 \backslash
30560 tag
30561 \series default
30562
30563 \begin_inset Index idx
30564 status collapsed
30565
30566 \begin_layout Plain Layout
30567 Befehle ! T ! 
30568 \backslash
30569 tag
30570 \end_layout
30571
30572 \end_inset
30573
30574 :
30575 \begin_inset Formula \begin{equation}
30576 A+B=C\tag{etwas}\label{eq:tag}
30577 \end{equation}
30578
30579 \end_inset
30580
30581  In diesem Beispiel wurde in der Formel der Befehl 
30582 \series bold
30583
30584 \backslash
30585 tag
30586 \series default
30587
30588 \begin_inset ERT
30589 status collapsed
30590
30591 \begin_layout Plain Layout
30592
30593
30594 \backslash
30595 leer 
30596 \end_layout
30597
30598 \end_inset
30599
30600
30601 \series bold
30602 etwas
30603 \series default
30604  eingegeben.
30605 \end_layout
30606
30607 \begin_layout Standard
30608 Gibt man stattdessen 
30609 \series bold
30610
30611 \backslash
30612 tag*
30613 \series default
30614
30615 \begin_inset ERT
30616 status collapsed
30617
30618 \begin_layout Plain Layout
30619
30620
30621 \backslash
30622 leer 
30623 \end_layout
30624
30625 \end_inset
30626
30627
30628 \series bold
30629 etwas
30630 \series default
30631  ein, verhindert der Stern die Klammern um den Ausdruck:
30632 \begin_inset Formula \[
30633 A+B=C\tag*{etwas}
30634 \]
30635
30636 \end_inset
30637
30638
30639 \end_layout
30640
30641 \begin_layout Standard
30642 \begin_inset VSpace bigskip
30643 \end_inset
30644
30645 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30646  oder 
30647 \begin_inset ERT
30648 status collapsed
30649
30650 \begin_layout Plain Layout
30651
30652
30653 \backslash
30654 mbox{
30655 \end_layout
30656
30657 \end_inset
30658
30659 -abschnitt
30660 \begin_inset ERT
30661 status collapsed
30662
30663 \begin_layout Plain Layout
30664
30665 }
30666 \end_layout
30667
30668 \end_inset
30669
30670
30671 \begin_inset Note Note
30672 status collapsed
30673
30674 \begin_layout Plain Layout
30675 Der Befehl 
30676 \series bold
30677
30678 \backslash
30679 mbox
30680 \series default
30681  verhindert, dass am Bindestrich umgebrochen wird.
30682 \end_layout
30683
30684 \end_inset
30685
30686  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30687 \end_layout
30688
30689 \begin_layout Standard
30690
30691 \series bold
30692
30693 \backslash
30694 @addtoreset{equation}{part}
30695 \series default
30696
30697 \begin_inset Index idx
30698 status collapsed
30699
30700 \begin_layout Plain Layout
30701 Befehle ! 
30702 \begin_inset ERT
30703 status collapsed
30704
30705 \begin_layout Plain Layout
30706
30707 "
30708 \end_layout
30709
30710 \end_inset
30711
30712 @
30713 \begin_inset ERT
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717
30718 "
30719 \end_layout
30720
30721 \end_inset
30722
30723  ! 
30724 \backslash
30725
30726 \begin_inset ERT
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730
30731 "
30732 \end_layout
30733
30734 \end_inset
30735
30736 @
30737 \begin_inset ERT
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741
30742 "
30743 \end_layout
30744
30745 \end_inset
30746
30747 addtoreset
30748 \end_layout
30749
30750 \end_inset
30751
30752
30753 \begin_inset Newline newline
30754 \end_inset
30755
30756 bzw.
30757 \begin_inset Newline newline
30758 \end_inset
30759
30760
30761 \series bold
30762
30763 \backslash
30764 @addtoreset{equation}{section}
30765 \end_layout
30766
30767 \begin_layout Standard
30768 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30769 \begin_inset Quotes gld
30770 \end_inset
30771
30772 @
30773 \begin_inset Quotes grd
30774 \end_inset
30775
30776  Zeichen für LaTeX mit dem Befehl 
30777 \series bold
30778
30779 \backslash
30780 makeatletter
30781 \series default
30782  
30783 \begin_inset Quotes gld
30784 \end_inset
30785
30786 aktiv
30787 \begin_inset Quotes grd
30788 \end_inset
30789
30790  gemacht werden.
30791  Der Befehl 
30792 \series bold
30793
30794 \backslash
30795 makeatother
30796 \series default
30797  macht dies wieder rückgängig.
30798  Daher ist die Befehlssequenz im TeX-Modus:
30799 \end_layout
30800
30801 \begin_layout Standard
30802
30803 \series bold
30804
30805 \backslash
30806 makeatletter
30807 \begin_inset Newline newline
30808 \end_inset
30809
30810
30811 \backslash
30812 @addtoreset{equation}{section}
30813 \begin_inset Newline newline
30814 \end_inset
30815
30816
30817 \backslash
30818 makeatother
30819 \end_layout
30820
30821 \begin_layout Standard
30822 Im LaTeX-Vorspann können 
30823 \series bold
30824
30825 \backslash
30826 makeatletter
30827 \series default
30828  und 
30829 \series bold
30830
30831 \backslash
30832 makeatother
30833 \series default
30834  weggelassen werden, da LyX sie automatisch intern einfügt.
30835 \end_layout
30836
30837 \begin_layout Standard
30838 Um 
30839 \series bold
30840
30841 \backslash
30842 @addtoreset
30843 \series default
30844  rückgängig zu machen, muss die Datei 
30845 \series bold
30846 remreset.sty
30847 \series default
30848
30849 \begin_inset Foot
30850 status collapsed
30851
30852 \begin_layout Plain Layout
30853
30854 \series bold
30855 remreset
30856 \series default
30857  ist Teil des LaTeX-Paketes 
30858 \series bold
30859 carlisle
30860 \series default
30861
30862 \begin_inset Index idx
30863 status collapsed
30864
30865 \begin_layout Plain Layout
30866 Pakete ! carlisle
30867 \end_layout
30868
30869 \end_inset
30870
30871 , das Teil jeder LaTeX-Standardinstallation ist.
30872 \end_layout
30873
30874 \end_inset
30875
30876
30877 \begin_inset Index idx
30878 status collapsed
30879
30880 \begin_layout Plain Layout
30881 Pakete ! remreset
30882 \end_layout
30883
30884 \end_inset
30885
30886  im LaTeX-Vorspann mit der Zeile
30887 \end_layout
30888
30889 \begin_layout Standard
30890
30891 \series bold
30892
30893 \backslash
30894 usepackage{remreset}
30895 \end_layout
30896
30897 \begin_layout Standard
30898 geladen werden.
30899  Dann kann der Befehl 
30900 \series bold
30901
30902 \backslash
30903 @removefromreset
30904 \series default
30905
30906 \begin_inset Index idx
30907 status collapsed
30908
30909 \begin_layout Plain Layout
30910 Befehle ! 
30911 \begin_inset ERT
30912 status collapsed
30913
30914 \begin_layout Plain Layout
30915
30916 "
30917 \end_layout
30918
30919 \end_inset
30920
30921 @
30922 \begin_inset ERT
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926
30927 "
30928 \end_layout
30929
30930 \end_inset
30931
30932  ! 
30933 \backslash
30934
30935 \begin_inset ERT
30936 status collapsed
30937
30938 \begin_layout Plain Layout
30939
30940 "
30941 \end_layout
30942
30943 \end_inset
30944
30945 @
30946 \begin_inset ERT
30947 status collapsed
30948
30949 \begin_layout Plain Layout
30950
30951 "
30952 \end_layout
30953
30954 \end_inset
30955
30956 removefromreset
30957 \end_layout
30958
30959 \end_inset
30960
30961  mit dem selben Schema wie 
30962 \series bold
30963
30964 \backslash
30965 @addtoreset
30966 \series default
30967  benutzt werden.
30968 \end_layout
30969
30970 \begin_layout Standard
30971 \begin_inset VSpace bigskip
30972 \end_inset
30973
30974 Oftmals möchte man Formeln in folgender Art nummerieren:
30975 \end_layout
30976
30977 \begin_layout Standard
30978
30979 \family typewriter
30980 (Kapitelnummer.Formelnummer)
30981 \end_layout
30982
30983 \begin_layout Standard
30984 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30985 \end_layout
30986
30987 \begin_layout Standard
30988 Für diesen Fall gibt es den Befehl 
30989 \series bold
30990
30991 \backslash
30992 numberwithin
30993 \series default
30994
30995 \begin_inset Index idx
30996 status collapsed
30997
30998 \begin_layout Plain Layout
30999 Befehle ! N ! 
31000 \backslash
31001 numberwithin
31002 \end_layout
31003
31004 \end_inset
31005
31006 , der nach folgendem Schema benutzt wird:
31007 \end_layout
31008
31009 \begin_layout Standard
31010
31011 \series bold
31012
31013 \backslash
31014 numberwithin{Zähler}{Gliederung}
31015 \end_layout
31016
31017 \begin_layout Standard
31018 Zähler gibt an, welche Nummerierung betroffen ist.
31019  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31020 \end_layout
31021
31022 \begin_layout Standard
31023 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31024  ein:
31025 \end_layout
31026
31027 \begin_layout Standard
31028
31029 \series bold
31030
31031 \backslash
31032 numberwithin{equation}{section}
31033 \end_layout
31034
31035 \begin_layout Standard
31036 Das ist das Ergebnis:
31037 \begin_inset ERT
31038 status collapsed
31039
31040 \begin_layout Plain Layout
31041
31042
31043 \backslash
31044 numberwithin{equation}{section}
31045 \end_layout
31046
31047 \end_inset
31048
31049
31050 \begin_inset Formula \begin{equation}
31051 A+B=C
31052 \end{equation}
31053
31054 \end_inset
31055
31056
31057 \end_layout
31058
31059 \begin_layout Standard
31060 Möchte man z.
31061 \begin_inset space \thinspace{}
31062 \end_inset
31063
31064 B.
31065  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31066  gibt man 
31067 \series bold
31068
31069 \backslash
31070 numberwithin{table}{part}
31071 \series default
31072  ein.
31073 \end_layout
31074
31075 \begin_layout Standard
31076 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31077 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31078  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31079 \end_layout
31080
31081 \begin_layout Standard
31082
31083 \series bold
31084
31085 \backslash
31086 renewcommand{
31087 \backslash
31088 theequation}{
31089 \backslash
31090 arabic{equation}}
31091 \begin_inset Index idx
31092 status collapsed
31093
31094 \begin_layout Plain Layout
31095 Befehle ! A ! 
31096 \backslash
31097 arabic
31098 \end_layout
31099
31100 \end_inset
31101
31102
31103 \series default
31104
31105 \begin_inset ERT
31106 status collapsed
31107
31108 \begin_layout Plain Layout
31109
31110
31111 \backslash
31112 renewcommand{
31113 \backslash
31114 theequation}{
31115 \backslash
31116 arabic{equation}}
31117 \end_layout
31118
31119 \end_inset
31120
31121
31122 \series bold
31123
31124 \begin_inset Newline newline
31125 \end_inset
31126
31127
31128 \series default
31129 bzw.
31130 \series bold
31131
31132 \begin_inset Newline newline
31133 \end_inset
31134
31135
31136 \backslash
31137 renewcommand{
31138 \backslash
31139 thetable}{
31140 \backslash
31141 arabic{table}}
31142 \end_layout
31143
31144 \begin_layout Standard
31145
31146 \series bold
31147
31148 \backslash
31149 numberwithin
31150 \series default
31151  benutzt intern den oben beschriebenen Befehl 
31152 \series bold
31153
31154 \backslash
31155 @addtoreset
31156 \series default
31157 , der ebenfalls rückgängig gemacht werden muss.
31158 \begin_inset ERT
31159 status collapsed
31160
31161 \begin_layout Plain Layout
31162
31163
31164 \backslash
31165 makeatletter
31166 \end_layout
31167
31168 \begin_layout Plain Layout
31169
31170
31171 \backslash
31172 @removefromreset{equation}{section}
31173 \end_layout
31174
31175 \begin_layout Plain Layout
31176
31177
31178 \backslash
31179 makeatother
31180 \end_layout
31181
31182 \end_inset
31183
31184
31185 \end_layout
31186
31187 \begin_layout Subsection
31188 Nummerierung mit römischen Zahlen und Buchstaben
31189 \begin_inset Index idx
31190 status collapsed
31191
31192 \begin_layout Plain Layout
31193 Formelnummerierung ! mit Buchstaben
31194 \end_layout
31195
31196 \end_inset
31197
31198
31199 \begin_inset Index idx
31200 status collapsed
31201
31202 \begin_layout Plain Layout
31203 Formelnummerierung ! mit römischen Zahlen
31204 \end_layout
31205
31206 \end_inset
31207
31208
31209 \end_layout
31210
31211 \begin_layout Standard
31212 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31213  werden.
31214  Um z.
31215 \begin_inset space \thinspace{}
31216 \end_inset
31217
31218 B.
31219  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31220  TeX-Modus den Befehl
31221 \end_layout
31222
31223 \begin_layout Standard
31224
31225 \series bold
31226
31227 \backslash
31228 renewcommand{
31229 \backslash
31230 theequation}{
31231 \backslash
31232 roman{equation}}
31233 \end_layout
31234
31235 \begin_layout Standard
31236 ein.
31237  
31238 \series bold
31239
31240 \backslash
31241 renewcommand
31242 \series default
31243
31244 \begin_inset Index idx
31245 status collapsed
31246
31247 \begin_layout Plain Layout
31248 Befehle ! R ! 
31249 \backslash
31250 renewcommand
31251 \end_layout
31252
31253 \end_inset
31254
31255  weist dem vordefinierten Befehl 
31256 \series bold
31257
31258 \backslash
31259 theequation
31260 \series default
31261  den Befehl
31262 \begin_inset Newline linebreak
31263 \end_inset
31264
31265
31266 \series bold
31267
31268 \backslash
31269 roman{equation}
31270 \series default
31271  zu.
31272 \begin_inset Foot
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 Der Befehl 
31277 \series bold
31278
31279 \backslash
31280 renewcommand
31281 \series default
31282  besitzt dasselbe Schema wie der in 
31283 \begin_inset CommandInset ref
31284 LatexCommand ref
31285 reference "sub:Der-Befehl-newcommand"
31286
31287 \end_inset
31288
31289  beschriebene Befehl
31290 \begin_inset Newline newline
31291 \end_inset
31292
31293
31294 \series bold
31295
31296 \backslash
31297 newcommand
31298 \series default
31299 .
31300 \end_layout
31301
31302 \end_inset
31303
31304  
31305 \series bold
31306 equation
31307 \series default
31308  ist der Formelzähler.
31309  Stellt man einem Zähler den Befehl 
31310 \series bold
31311
31312 \backslash
31313 the
31314 \series default
31315  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31316  wird.
31317  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31318  
31319 \series bold
31320
31321 \backslash
31322 theequation
31323 \series default
31324  hinter die Formel.
31325  
31326 \series bold
31327
31328 \backslash
31329 roman{equation}
31330 \begin_inset Index idx
31331 status collapsed
31332
31333 \begin_layout Plain Layout
31334 Befehle ! R ! 
31335 \backslash
31336 roman
31337 \end_layout
31338
31339 \end_inset
31340
31341
31342 \series default
31343  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31344 \end_layout
31345
31346 \begin_layout Standard
31347 Alle Formeln nach dem 
31348 \series bold
31349
31350 \backslash
31351 renewcommand
31352 \series default
31353 -Befehl werden nun römisch nummeriert.
31354  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31355  den Befehl erneut ein, ersetzt aber 
31356 \series bold
31357
31358 \backslash
31359 roman
31360 \series default
31361  durch 
31362 \series bold
31363
31364 \backslash
31365 Roman
31366 \series default
31367
31368 \begin_inset Index idx
31369 status collapsed
31370
31371 \begin_layout Plain Layout
31372 Befehle ! R ! 
31373 \backslash
31374 roman@
31375 \backslash
31376 Roman
31377 \end_layout
31378
31379 \end_inset
31380
31381 .
31382  Für die 
31383 \begin_inset Quotes gld
31384 \end_inset
31385
31386 Nummerierung
31387 \begin_inset Quotes grd
31388 \end_inset
31389
31390  mit lateinischen Buchstaben gibt es den Befehl 
31391 \series bold
31392
31393 \backslash
31394 alph
31395 \series default
31396
31397 \begin_inset Index idx
31398 status collapsed
31399
31400 \begin_layout Plain Layout
31401 Befehle ! A ! 
31402 \backslash
31403 alph
31404 \end_layout
31405
31406 \end_inset
31407
31408  für kleine und 
31409 \series bold
31410
31411 \backslash
31412 Alph
31413 \series default
31414
31415 \begin_inset Index idx
31416 status collapsed
31417
31418 \begin_layout Plain Layout
31419 Befehle ! A ! 
31420 \backslash
31421 alph@
31422 \backslash
31423 Alph
31424 \end_layout
31425
31426 \end_inset
31427
31428  für große Buchstaben.
31429 \end_layout
31430
31431 \begin_layout Standard
31432 \begin_inset Note Greyedout
31433 status open
31434
31435 \begin_layout Plain Layout
31436
31437 \series bold
31438 Achtung:
31439 \series default
31440  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31441  nummeriert werden.
31442 \end_layout
31443
31444 \end_inset
31445
31446
31447 \end_layout
31448
31449 \begin_layout Standard
31450 \begin_inset ERT
31451 status collapsed
31452
31453 \begin_layout Plain Layout
31454
31455
31456 \backslash
31457 renewcommand{
31458 \backslash
31459 theequation}{
31460 \backslash
31461 roman{equation}}
31462 \end_layout
31463
31464 \end_inset
31465
31466
31467 \end_layout
31468
31469 \begin_layout Standard
31470 \begin_inset Formula \begin{equation}
31471 A=\textrm{römisch}
31472 \end{equation}
31473
31474 \end_inset
31475
31476
31477 \begin_inset ERT
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481
31482
31483 \backslash
31484 renewcommand{
31485 \backslash
31486 theequation}{
31487 \backslash
31488 Roman{equation}}
31489 \end_layout
31490
31491 \end_inset
31492
31493
31494 \begin_inset Formula \begin{equation}
31495 B=\textrm{Römisch}\label{eq:Roem}
31496 \end{equation}
31497
31498 \end_inset
31499
31500
31501 \begin_inset ERT
31502 status collapsed
31503
31504 \begin_layout Plain Layout
31505
31506
31507 \backslash
31508 renewcommand{
31509 \backslash
31510 theequation}{
31511 \backslash
31512 alph{equation}}
31513 \end_layout
31514
31515 \end_inset
31516
31517
31518 \begin_inset Formula \begin{equation}
31519 C=\textrm{lateinisch}
31520 \end{equation}
31521
31522 \end_inset
31523
31524
31525 \begin_inset ERT
31526 status collapsed
31527
31528 \begin_layout Plain Layout
31529
31530
31531 \backslash
31532 renewcommand{
31533 \backslash
31534 theequation}{
31535 \backslash
31536 Alph{equation}}
31537 \end_layout
31538
31539 \end_inset
31540
31541
31542 \begin_inset Formula \begin{equation}
31543 D=\textrm{Lateinisch}\label{eq:Lat}
31544 \end{equation}
31545
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \begin_layout Standard
31552 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31553  ein:
31554 \end_layout
31555
31556 \begin_layout Standard
31557
31558 \series bold
31559
31560 \backslash
31561 renewcommand{
31562 \backslash
31563 theequation}{
31564 \backslash
31565 arabic{equation}}
31566 \begin_inset Index idx
31567 status collapsed
31568
31569 \begin_layout Plain Layout
31570 Befehle ! A ! 
31571 \backslash
31572 arabic
31573 \end_layout
31574
31575 \end_inset
31576
31577
31578 \end_layout
31579
31580 \begin_layout Standard
31581 \begin_inset ERT
31582 status collapsed
31583
31584 \begin_layout Plain Layout
31585
31586
31587 \backslash
31588 renewcommand{
31589 \backslash
31590 theequation}{
31591 \backslash
31592 arabic{equation}}
31593 \end_layout
31594
31595 \end_inset
31596
31597
31598 \begin_inset Formula \begin{equation}
31599 E=\textrm{arabisch}
31600 \end{equation}
31601
31602 \end_inset
31603
31604
31605 \end_layout
31606
31607 \begin_layout Standard
31608 \begin_inset VSpace medskip
31609 \end_inset
31610
31611 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31612 riert.
31613  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31614  beginnen, müssen neue Formelzähler angelegt werden.
31615  Eine Beschreibung dazu findet man in der Datei 
31616 \begin_inset CommandInset href
31617 LatexCommand href
31618 name "Formelnummerierung.lyx"
31619 target "run:Formelnummerierung.lyx"
31620
31621 \end_inset
31622
31623 .
31624 \end_layout
31625
31626 \begin_layout Section
31627 Chemische Symbole und Reaktionsgleichungen
31628 \begin_inset CommandInset label
31629 LatexCommand label
31630 name "sub:Chemische-Symbole-und"
31631
31632 \end_inset
31633
31634
31635 \begin_inset Index idx
31636 status collapsed
31637
31638 \begin_layout Plain Layout
31639 chemische Zeichen ! Symbole
31640 \end_layout
31641
31642 \end_inset
31643
31644
31645 \begin_inset Index idx
31646 status collapsed
31647
31648 \begin_layout Plain Layout
31649 Reaktionsgleichungen
31650 \end_layout
31651
31652 \end_inset
31653
31654
31655 \begin_inset Index idx
31656 status collapsed
31657
31658 \begin_layout Plain Layout
31659 Symbole ! chemische
31660 \end_layout
31661
31662 \end_inset
31663
31664
31665 \end_layout
31666
31667 \begin_layout Standard
31668 Ein Beispieltext aus der Chemie:
31669 \end_layout
31670
31671 \begin_layout Quote
31672 Das 
31673 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31674 \end_inset
31675
31676 -Ion verbindet sich mit zwei 
31677 \begin_inset Formula $\mathrm{Na^{+}}$
31678 \end_inset
31679
31680 -Ionen zu Natriumsulfat 
31681 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31682 \end_inset
31683
31684 .
31685  Die Reaktionsgleichung dazu lautet:
31686 \begin_inset Formula \begin{equation}
31687 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31688 \end{equation}
31689
31690 \end_inset
31691
31692
31693 \end_layout
31694
31695 \begin_layout Standard
31696 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31697  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31698  in der Formel und wandelt diese mit der Tastenkombination 
31699 \family sans
31700 Alt+Z
31701 \begin_inset space ~
31702 \end_inset
31703
31704 R
31705 \family default
31706  in den aufrechten Schriftstil um.
31707 \begin_inset Foot
31708 status collapsed
31709
31710 \begin_layout Plain Layout
31711 Schriftstile siehe 
31712 \begin_inset CommandInset ref
31713 LatexCommand ref
31714 reference "sub:Schriftstile"
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \end_inset
31722
31723
31724 \end_layout
31725
31726 \begin_layout Standard
31727 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31728 \series bold
31729  
31730 \backslash
31731 ce
31732 \series default
31733
31734 \begin_inset Index idx
31735 status collapsed
31736
31737 \begin_layout Plain Layout
31738 Befehle ! C ! 
31739 \backslash
31740 ce
31741 \end_layout
31742
31743 \end_inset
31744
31745  zu benutzen.
31746  Dieser ist verfügbar, wenn das LaTeX-Paket 
31747 \series bold
31748 mhchem
31749 \series default
31750
31751 \begin_inset Index idx
31752 status collapsed
31753
31754 \begin_layout Plain Layout
31755 Pakete ! mhchem
31756 \end_layout
31757
31758 \end_inset
31759
31760  installiert ist.
31761  Nachdem 
31762 \series bold
31763
31764 \backslash
31765 ce
31766 \series default
31767  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31768  Formeln in intuitiver Weise eingegeben werden können.
31769 \end_layout
31770
31771 \begin_layout Standard
31772 \align center
31773 \begin_inset Tabular
31774 <lyxtabular version="3" rows="9" columns="2">
31775 <features tabularvalignment="middle">
31776 <column alignment="center" valignment="top" width="0">
31777 <column alignment="center" valignment="top" width="0">
31778 <row>
31779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31780 \begin_inset Text
31781
31782 \begin_layout Plain Layout
31783 Befehl
31784 \end_layout
31785
31786 \end_inset
31787 </cell>
31788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31789 \begin_inset Text
31790
31791 \begin_layout Plain Layout
31792 Ergebnis
31793 \begin_inset Note Note
31794 status collapsed
31795
31796 \begin_layout Plain Layout
31797
31798 \series bold
31799
31800 \backslash
31801 raisebox
31802 \series default
31803  dient nur als Abstandhalter.
31804 \end_layout
31805
31806 \end_inset
31807
31808
31809 \end_layout
31810
31811 \end_inset
31812 </cell>
31813 </row>
31814 <row>
31815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31816 \begin_inset Text
31817
31818 \begin_layout Plain Layout
31819
31820 \backslash
31821 ce
31822 \begin_inset ERT
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826
31827
31828 \backslash
31829 leer 
31830 \end_layout
31831
31832 \end_inset
31833
31834 H2CO3
31835 \end_layout
31836
31837 \end_inset
31838 </cell>
31839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31840 \begin_inset Text
31841
31842 \begin_layout Plain Layout
31843 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31844 \end_inset
31845
31846
31847 \end_layout
31848
31849 \end_inset
31850 </cell>
31851 </row>
31852 <row>
31853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31854 \begin_inset Text
31855
31856 \begin_layout Plain Layout
31857
31858 \backslash
31859 ce
31860 \begin_inset ERT
31861 status collapsed
31862
31863 \begin_layout Plain Layout
31864
31865
31866 \backslash
31867 leer 
31868 \end_layout
31869
31870 \end_inset
31871
31872 SO4^2-
31873 \end_layout
31874
31875 \end_inset
31876 </cell>
31877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31878 \begin_inset Text
31879
31880 \begin_layout Plain Layout
31881 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \end_inset
31888 </cell>
31889 </row>
31890 <row>
31891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31892 \begin_inset Text
31893
31894 \begin_layout Plain Layout
31895
31896 \backslash
31897 ce
31898 \begin_inset ERT
31899 status collapsed
31900
31901 \begin_layout Plain Layout
31902
31903
31904 \backslash
31905 leer 
31906 \end_layout
31907
31908 \end_inset
31909
31910 (NH4)2S
31911 \end_layout
31912
31913 \end_inset
31914 </cell>
31915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31916 \begin_inset Text
31917
31918 \begin_layout Plain Layout
31919 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31920 \end_inset
31921
31922
31923 \end_layout
31924
31925 \end_inset
31926 </cell>
31927 </row>
31928 <row>
31929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31930 \begin_inset Text
31931
31932 \begin_layout Plain Layout
31933
31934 \backslash
31935 ce
31936 \begin_inset ERT
31937 status collapsed
31938
31939 \begin_layout Plain Layout
31940
31941
31942 \backslash
31943 leer 
31944 \end_layout
31945
31946 \end_inset
31947
31948 KCr(SO4)2.12H2O
31949 \end_layout
31950
31951 \end_inset
31952 </cell>
31953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31954 \begin_inset Text
31955
31956 \begin_layout Plain Layout
31957 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31958 \end_inset
31959
31960
31961 \end_layout
31962
31963 \end_inset
31964 </cell>
31965 </row>
31966 <row>
31967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31968 \begin_inset Text
31969
31970 \begin_layout Plain Layout
31971
31972 \backslash
31973 ce
31974 \begin_inset ERT
31975 status collapsed
31976
31977 \begin_layout Plain Layout
31978
31979
31980 \backslash
31981 leer 
31982 \end_layout
31983
31984 \end_inset
31985
31986 A-B
31987 \backslash
31988 dbond
31989 \begin_inset ERT
31990 status collapsed
31991
31992 \begin_layout Plain Layout
31993
31994
31995 \backslash
31996 leer 
31997 \end_layout
31998
31999 \end_inset
32000
32001 C
32002 \backslash
32003 tbond
32004 \begin_inset ERT
32005 status collapsed
32006
32007 \begin_layout Plain Layout
32008
32009
32010 \backslash
32011 leer 
32012 \end_layout
32013
32014 \end_inset
32015
32016 D
32017 \end_layout
32018
32019 \end_inset
32020 </cell>
32021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32022 \begin_inset Text
32023
32024 \begin_layout Plain Layout
32025 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32026 \end_inset
32027
32028
32029 \end_layout
32030
32031 \end_inset
32032 </cell>
32033 </row>
32034 <row>
32035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32036 \begin_inset Text
32037
32038 \begin_layout Plain Layout
32039
32040 \backslash
32041 ce
32042 \begin_inset ERT
32043 status collapsed
32044
32045 \begin_layout Plain Layout
32046
32047
32048 \backslash
32049 leer 
32050 \end_layout
32051
32052 \end_inset
32053
32054 ^227
32055 \begin_inset Formula $\downarrow$
32056 \end_inset
32057
32058 _90
32059 \begin_inset Formula $\to$
32060 \end_inset
32061
32062 Th+
32063 \end_layout
32064
32065 \end_inset
32066 </cell>
32067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32068 \begin_inset Text
32069
32070 \begin_layout Plain Layout
32071 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32072 \end_inset
32073
32074
32075 \end_layout
32076
32077 \end_inset
32078 </cell>
32079 </row>
32080 <row>
32081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32082 \begin_inset Text
32083
32084 \begin_layout Plain Layout
32085
32086 \backslash
32087 ce
32088 \begin_inset ERT
32089 status collapsed
32090
32091 \begin_layout Plain Layout
32092
32093
32094 \backslash
32095 leer 
32096 \end_layout
32097
32098 \end_inset
32099
32100 CO2
32101 \begin_inset ERT
32102 status collapsed
32103
32104 \begin_layout Plain Layout
32105
32106
32107 \backslash
32108 leer 
32109 \end_layout
32110
32111 \end_inset
32112
32113 +
32114 \begin_inset ERT
32115 status collapsed
32116
32117 \begin_layout Plain Layout
32118
32119
32120 \backslash
32121 leer 
32122 \end_layout
32123
32124 \end_inset
32125
32126 C
32127 \begin_inset ERT
32128 status collapsed
32129
32130 \begin_layout Plain Layout
32131
32132
32133 \backslash
32134 leer 
32135 \end_layout
32136
32137 \end_inset
32138
32139 <=>
32140 \begin_inset ERT
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144
32145
32146 \backslash
32147 leer 
32148 \end_layout
32149
32150 \end_inset
32151
32152 2CO
32153 \end_layout
32154
32155 \end_inset
32156 </cell>
32157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32158 \begin_inset Text
32159
32160 \begin_layout Plain Layout
32161 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32162 \end_inset
32163
32164
32165 \end_layout
32166
32167 \end_inset
32168 </cell>
32169 </row>
32170 <row>
32171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32172 \begin_inset Text
32173
32174 \begin_layout Plain Layout
32175
32176 \backslash
32177 ce
32178 \begin_inset ERT
32179 status collapsed
32180
32181 \begin_layout Plain Layout
32182
32183
32184 \backslash
32185 leer 
32186 \end_layout
32187
32188 \end_inset
32189
32190 CO2
32191 \begin_inset ERT
32192 status collapsed
32193
32194 \begin_layout Plain Layout
32195
32196
32197 \backslash
32198 leer 
32199 \end_layout
32200
32201 \end_inset
32202
32203 +
32204 \begin_inset ERT
32205 status collapsed
32206
32207 \begin_layout Plain Layout
32208
32209
32210 \backslash
32211 leer 
32212 \end_layout
32213
32214 \end_inset
32215
32216 C
32217 \begin_inset ERT
32218 status collapsed
32219
32220 \begin_layout Plain Layout
32221
32222
32223 \backslash
32224 leer 
32225 \end_layout
32226
32227 \end_inset
32228
32229 ->[
32230 \backslash
32231 alpha][
32232 \backslash
32233 beta]
32234 \begin_inset ERT
32235 status collapsed
32236
32237 \begin_layout Plain Layout
32238
32239
32240 \backslash
32241 leer 
32242 \end_layout
32243
32244 \end_inset
32245
32246 2CO}
32247 \end_layout
32248
32249 \end_inset
32250 </cell>
32251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32252 \begin_inset Text
32253
32254 \begin_layout Plain Layout
32255 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32256 \end_inset
32257
32258
32259 \end_layout
32260
32261 \end_inset
32262 </cell>
32263 </row>
32264 </lyxtabular>
32265
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \begin_layout Standard
32272 \begin_inset Note Greyedout
32273 status open
32274
32275 \begin_layout Plain Layout
32276
32277 \series bold
32278 Achtung:
32279 \series default
32280  Wenn eine Formel in eine 
32281 \series bold
32282
32283 \backslash
32284 ce
32285 \series default
32286 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32287  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32288 \begin_inset space \thinspace{}
32289 \end_inset
32290
32291 B.
32292  für 
32293 \series bold
32294
32295 \backslash
32296 ce{$
32297 \backslash
32298 mu
32299 \backslash
32300 hyphen$Cl}
32301 \series default
32302
32303 \begin_inset ERT
32304 status collapsed
32305
32306 \begin_layout Plain Layout
32307
32308
32309 \backslash
32310 ce{$
32311 \backslash
32312 mu
32313 \backslash
32314 hyphen$Cl}
32315 \end_layout
32316
32317 \end_inset
32318
32319  
32320 \end_layout
32321
32322 \end_inset
32323
32324
32325 \end_layout
32326
32327 \begin_layout Standard
32328 Wird 
32329 \series bold
32330
32331 \backslash
32332 ce
32333 \series default
32334  benutzt, lautet der Befehl für Gleichung
32335 \begin_inset space ~
32336 \end_inset
32337
32338
32339 \begin_inset CommandInset ref
32340 LatexCommand eqref
32341 reference "eq:chemische-Reaktion"
32342
32343 \end_inset
32344
32345 :
32346 \begin_inset Newline newline
32347 \end_inset
32348
32349
32350 \series bold
32351  
32352 \backslash
32353 ce
32354 \series default
32355
32356 \begin_inset ERT
32357 status collapsed
32358
32359 \begin_layout Plain Layout
32360
32361
32362 \backslash
32363 leer 
32364 \end_layout
32365
32366 \end_inset
32367
32368
32369 \series bold
32370 2Na+
32371 \series default
32372
32373 \begin_inset ERT
32374 status collapsed
32375
32376 \begin_layout Plain Layout
32377
32378
32379 \backslash
32380 leer 
32381 \end_layout
32382
32383 \end_inset
32384
32385
32386 \series bold
32387 +
32388 \series default
32389
32390 \begin_inset ERT
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394
32395
32396 \backslash
32397 leer 
32398 \end_layout
32399
32400 \end_inset
32401
32402
32403 \series bold
32404 SO4^2-
32405 \series default
32406
32407 \begin_inset ERT
32408 status collapsed
32409
32410 \begin_layout Plain Layout
32411
32412
32413 \backslash
32414 leer 
32415 \end_layout
32416
32417 \end_inset
32418
32419
32420 \begin_inset ERT
32421 status collapsed
32422
32423 \begin_layout Plain Layout
32424
32425
32426 \backslash
32427 leer 
32428 \end_layout
32429
32430 \end_inset
32431
32432
32433 \series bold
32434 ->
32435 \series default
32436
32437 \begin_inset ERT
32438 status collapsed
32439
32440 \begin_layout Plain Layout
32441
32442
32443 \backslash
32444 leer 
32445 \end_layout
32446
32447 \end_inset
32448
32449
32450 \series bold
32451 Na2SO4
32452 \end_layout
32453
32454 \begin_layout Standard
32455 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32456  Formel erstellt, wie in 
32457 \begin_inset CommandInset ref
32458 LatexCommand ref
32459 reference "sec:Mehrzeilige-Formeln"
32460
32461 \end_inset
32462
32463  beschrieben.
32464  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32465 \series bold
32466
32467 \backslash
32468 ce
32469 \series default
32470  verwendet.
32471  
32472 \begin_inset CommandInset ref
32473 LatexCommand eqref
32474 reference "eq:TEOS-Reaktion-1"
32475
32476 \end_inset
32477
32478  und 
32479 \begin_inset CommandInset ref
32480 LatexCommand eqref
32481 reference "eq:TEOS-Reaktion-2"
32482
32483 \end_inset
32484
32485  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32486  Gleichung eine eigene Nummer hat.
32487 \begin_inset Formula \begin{eqnarray}
32488 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32489 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32490 \end{eqnarray}
32491
32492 \end_inset
32493
32494
32495 \end_layout
32496
32497 \begin_layout Standard
32498 Außer 
32499 \series bold
32500
32501 \backslash
32502 ce
32503 \series default
32504  bietet das Paket 
32505 \series bold
32506 mhchem
32507 \series default
32508  noch den Befehl 
32509 \series bold
32510
32511 \backslash
32512 cf
32513 \series default
32514
32515 \begin_inset Index idx
32516 status collapsed
32517
32518 \begin_layout Plain Layout
32519 Befehle ! C ! 
32520 \backslash
32521 cf
32522 \end_layout
32523
32524 \end_inset
32525
32526  für spezielle Fälle.
32527  Mehr über 
32528 \series bold
32529
32530 \backslash
32531 cf
32532 \series default
32533  und weitere Beispiele sind in der Dokumentation von 
32534 \series bold
32535 mhchem
32536 \series default
32537  zu finden, 
32538 \begin_inset CommandInset citation
32539 LatexCommand cite
32540 key "mhchem"
32541
32542 \end_inset
32543
32544 .
32545 \end_layout
32546
32547 \begin_layout Section
32548 Diagramme
32549 \end_layout
32550
32551 \begin_layout Standard
32552 LyX unterstützt zwei Typen kommutativer Diagramme: 
32553 \series bold
32554 amscd
32555 \series default
32556  und 
32557 \series bold
32558 xymatrix
32559 \series default
32560 , die im Folgenden erläutert sind.
32561 \end_layout
32562
32563 \begin_layout Subsection
32564 amscd Diagramme
32565 \begin_inset Index idx
32566 status collapsed
32567
32568 \begin_layout Plain Layout
32569 Diagramme ! amscd
32570 \end_layout
32571
32572 \end_inset
32573
32574
32575 \end_layout
32576
32577 \begin_layout Standard
32578 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32579  Linien oder Pfeilen dar:
32580 \begin_inset Formula \[
32581 \begin{CD}A@>>>B@>>>C\\
32582 @AAA@.@VVV\\
32583 F@<<<E@<<<D
32584 \end{CD}
32585 \]
32586
32587 \end_inset
32588
32589
32590 \end_layout
32591
32592 \begin_layout Standard
32593 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32594 \series bold
32595
32596 \backslash
32597 CD
32598 \begin_inset Index idx
32599 status collapsed
32600
32601 \begin_layout Plain Layout
32602 Befehle ! C ! 
32603 \backslash
32604 CD
32605 \end_layout
32606
32607 \end_inset
32608
32609
32610 \series default
32611  ein.
32612  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32613  man die weiteren Befehle eingibt.
32614  Mit 
32615 \series bold
32616
32617 \begin_inset ERT
32618 status collapsed
32619
32620 \begin_layout Plain Layout
32621
32622
32623 \backslash
32624 mbox{
32625 \end_layout
32626
32627 \end_inset
32628
32629
32630 \family sans
32631 \series default
32632 Strg+Enter
32633 \family default
32634 \series bold
32635
32636 \begin_inset ERT
32637 status collapsed
32638
32639 \begin_layout Plain Layout
32640
32641 }
32642 \end_layout
32643
32644 \end_inset
32645
32646
32647 \series default
32648  wird eine neue Zeile erstellt.
32649  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32650  Zeilen der Formel eingegeben.
32651 \end_layout
32652
32653 \begin_layout Standard
32654 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32655 \end_layout
32656
32657 \begin_layout Itemize
32658
32659 \series bold
32660 @<<<
32661 \series default
32662  erstellt einen Linkspfeil, 
32663 \series bold
32664 @>>>
32665 \series default
32666  einen Rechtspfeil und 
32667 \series bold
32668 @=
32669 \series default
32670  ein langes Gleichheitszeichen
32671 \end_layout
32672
32673 \begin_layout Itemize
32674
32675 \series bold
32676 @AAA
32677 \series default
32678  erstellt einen Pfeil nach oben, 
32679 \series bold
32680 @VVV
32681 \series default
32682  einen Pfeil nach unten und 
32683 \series bold
32684 @|
32685 \series default
32686  ein senkrechtes Gleichheitszeichen
32687 \end_layout
32688
32689 \begin_layout Itemize
32690
32691 \series bold
32692 @.
32693
32694 \series default
32695  dient als Platzhalter für nicht vorhandene Beziehungen
32696 \end_layout
32697
32698 \begin_layout Standard
32699 Alle Pfeile sind wie folgt beschriftbar:
32700 \end_layout
32701
32702 \begin_layout Itemize
32703 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32704  > Text eingegeben, erscheint er über dem Pfeil.
32705  Wird der Text zwischen dem zweiten und dritten < bzw.
32706  > eingegeben, erscheint er unter dem Pfeil.
32707 \end_layout
32708
32709 \begin_layout Itemize
32710 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32711  V eingegeben, erscheint er links neben dem Pfeil.
32712  Bei Eingabe zwischen zweitem und drittem A bzw.
32713  V erscheint er rechts daneben.
32714  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32715  gesetzt werden.
32716 \end_layout
32717
32718 \begin_layout Standard
32719 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32720 \end_layout
32721
32722 \begin_layout Standard
32723 \begin_inset Formula \[
32724 \begin{CD}A@>j>>B@>>k>C@=F\\
32725 @AmAA@.@VV{V}V@|\\
32726 D@<<j<E@>k>>F@=C
32727 \end{CD}
32728 \]
32729
32730 \end_inset
32731
32732
32733 \end_layout
32734
32735 \begin_layout Standard
32736 Der Befehl dazu lautet:
32737 \begin_inset Newline newline
32738 \end_inset
32739
32740
32741 \series bold
32742
32743 \backslash
32744 CD
32745 \begin_inset ERT
32746 status collapsed
32747
32748 \begin_layout Plain Layout
32749
32750
32751 \backslash
32752 leer 
32753 \end_layout
32754
32755 \end_inset
32756
32757 A@>j>>B@>>k>C@=F Strg+Enter
32758 \begin_inset Newline newline
32759 \end_inset
32760
32761
32762 \begin_inset Phantom HPhantom
32763 status open
32764
32765 \begin_layout Plain Layout
32766
32767 \series bold
32768
32769 \backslash
32770 CD
32771 \begin_inset ERT
32772 status collapsed
32773
32774 \begin_layout Plain Layout
32775
32776
32777 \backslash
32778 leer 
32779 \end_layout
32780
32781 \end_inset
32782
32783
32784 \end_layout
32785
32786 \end_inset
32787
32788 @AmAA@.@VV
32789 \backslash
32790 {V
32791 \series default
32792
32793 \begin_inset Formula $\to$
32794 \end_inset
32795
32796
32797 \series bold
32798 V@| Strg+Enter
32799 \begin_inset Newline newline
32800 \end_inset
32801
32802
32803 \begin_inset Phantom HPhantom
32804 status open
32805
32806 \begin_layout Plain Layout
32807
32808 \series bold
32809
32810 \backslash
32811 CD
32812 \begin_inset ERT
32813 status collapsed
32814
32815 \begin_layout Plain Layout
32816
32817
32818 \backslash
32819 leer 
32820 \end_layout
32821
32822 \end_inset
32823
32824
32825 \end_layout
32826
32827 \end_inset
32828
32829 D@<<j<E@>k>>F@=C
32830 \end_layout
32831
32832 \begin_layout Subsection
32833 xymatrix Diagramme
32834 \begin_inset Index idx
32835 status collapsed
32836
32837 \begin_layout Plain Layout
32838 Diagramme ! xymatrix
32839 \end_layout
32840
32841 \end_inset
32842
32843
32844 \end_layout
32845
32846 \begin_layout Standard
32847 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32848 \series bold
32849 xypic
32850 \series default
32851  installiert sein.
32852  Eine Xymatrix wird erstellt, indem der Befehl 
32853 \series bold
32854
32855 \backslash
32856 xymatrix
32857 \series default
32858  in eine Formel eingegeben wird.
32859  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32860  hinzufügen, siehe 
32861 \begin_inset CommandInset ref
32862 LatexCommand ref
32863 reference "sec:Matrizen"
32864
32865 \end_inset
32866
32867 .
32868 \end_layout
32869
32870 \begin_layout Standard
32871 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32872  gekrümmte Pfeile und vieles mehr.
32873  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32874  sind im Detail im 
32875 \emph on
32876 XY-pic-Handbuch
32877 \emph default
32878  erklärt, dass im Menü 
32879 \family sans
32880 Hilfe\SpecialChar \menuseparator
32881 Spezielle
32882 \begin_inset space ~
32883 \end_inset
32884
32885 Handbücher
32886 \family default
32887  zu finden ist.
32888 \end_layout
32889
32890 \begin_layout Subsection
32891
32892 \noun on
32893 Feynman
32894 \noun default
32895  Diagramme
32896 \begin_inset Index idx
32897 status collapsed
32898
32899 \begin_layout Plain Layout
32900 Diagramme ! Feynman
32901 \end_layout
32902
32903 \end_inset
32904
32905
32906 \end_layout
32907
32908 \begin_layout Standard
32909 Um 
32910 \noun on
32911 Feynman-
32912 \noun default
32913 Diagrammen nutzen zu können, muss das LaTeX-Paket 
32914 \series bold
32915 feyn
32916 \series default
32917  installiert sein.
32918  Ein 
32919 \noun on
32920 Feynman-
32921 \noun default
32922 Diagramm wird erstellt, indem der Befehl 
32923 \series bold
32924
32925 \backslash
32926 Diagram
32927 \series default
32928  in eine Formel eingegeben wird.
32929  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32930  hinzufügen, siehe 
32931 \begin_inset CommandInset ref
32932 LatexCommand ref
32933 reference "sec:Matrizen"
32934
32935 \end_inset
32936
32937 .
32938 \end_layout
32939
32940 \begin_layout Standard
32941 Beispiele wie man in LyX 
32942 \noun on
32943 Feynman-
32944 \noun default
32945 Diagramme erstellt sind im 
32946 \emph on
32947 Feynman-Diagramm Handbuch
32948 \emph default
32949  gegeben, dass im Menü 
32950 \family sans
32951 Hilfe\SpecialChar \menuseparator
32952 Spezielle
32953 \begin_inset space ~
32954 \end_inset
32955
32956 Handbücher
32957 \family default
32958  zu finden ist.
32959 \end_layout
32960
32961 \begin_layout Section
32962 Benutzerdefinierte Befehle
32963 \begin_inset CommandInset label
32964 LatexCommand label
32965 name "sec:Benutzerdefinierte-Befehle"
32966
32967 \end_inset
32968
32969
32970 \begin_inset Index idx
32971 status collapsed
32972
32973 \begin_layout Plain Layout
32974 benutzerdefinierte Befehle
32975 \end_layout
32976
32977 \end_inset
32978
32979
32980 \end_layout
32981
32982 \begin_layout Standard
32983 \begin_inset Note Greyedout
32984 status open
32985
32986 \begin_layout Plain Layout
32987
32988 \series bold
32989 Achtung: 
32990 \series default
32991 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32992 n Buchstaben bestehen.
32993 \end_layout
32994
32995 \end_inset
32996
32997
32998 \end_layout
32999
33000 \begin_layout Subsection
33001 Der Befehl 
33002 \backslash
33003 newcommand
33004 \begin_inset CommandInset label
33005 LatexCommand label
33006 name "sub:Der-Befehl-newcommand"
33007
33008 \end_inset
33009
33010
33011 \begin_inset Index idx
33012 status collapsed
33013
33014 \begin_layout Plain Layout
33015 benutzerdefinierte Befehle ! 
33016 \backslash
33017 newcommand
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \begin_inset Index idx
33024 status collapsed
33025
33026 \begin_layout Plain Layout
33027 Befehle ! N ! 
33028 \backslash
33029 newcommand
33030 \end_layout
33031
33032 \end_inset
33033
33034
33035 \end_layout
33036
33037 \begin_layout Standard
33038 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33039  Man kann sich aber mit dem Befehl 
33040 \series bold
33041
33042 \backslash
33043 newcommand
33044 \series default
33045  neue kürzere Befehle definieren.
33046 \end_layout
33047
33048 \begin_layout Standard
33049 Das Befehlsschema von 
33050 \series bold
33051
33052 \backslash
33053 newcommand
33054 \series default
33055  lautet:
33056 \end_layout
33057
33058 \begin_layout Standard
33059
33060 \series bold
33061
33062 \backslash
33063 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33064 \series default
33065  
33066 \series bold
33067 Wert]
33068 \begin_inset Newline newline
33069 \end_inset
33070
33071
33072 \begin_inset Phantom HPhantom
33073 status open
33074
33075 \begin_layout Plain Layout
33076
33077 \series bold
33078
33079 \backslash
33080 newcommand
33081 \end_layout
33082
33083 \end_inset
33084
33085 {Befehlsdefinition}
33086 \end_layout
33087
33088 \begin_layout Standard
33089 \begin_inset Note Greyedout
33090 status open
33091
33092 \begin_layout Plain Layout
33093
33094 \series bold
33095 Achtung:
33096 \series default
33097  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33098  oder von benutzten LaTeX-Paketen verwendet wird.
33099  Definiert man beispielsweise für 
33100 \series bold
33101
33102 \backslash
33103 Leftarrow
33104 \series default
33105  den Befehl 
33106 \series bold
33107
33108 \backslash
33109 le
33110 \series default
33111 , erhält man eine Fehlermeldung, denn 
33112 \series bold
33113
33114 \backslash
33115 le
33116 \series default
33117  ist schon für 
33118 \begin_inset Quotes gld
33119 \end_inset
33120
33121
33122 \begin_inset Formula $\le$
33123 \end_inset
33124
33125
33126 \begin_inset Quotes grd
33127 \end_inset
33128
33129  definiert.
33130 \end_layout
33131
33132 \end_inset
33133
33134
33135 \end_layout
33136
33137 \begin_layout Standard
33138 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33139 \begin_inset space \thinspace{}
33140 \end_inset
33141
33142 -
33143 \begin_inset space \thinspace{}
33144 \end_inset
33145
33146 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33147  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33148  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33149 \emph on
33150 erste
33151 \emph default
33152  Argument des neuen Befehls ein optionales ist.
33153 \end_layout
33154
33155 \begin_layout Standard
33156 Es folgen einige Beispiele:
33157 \end_layout
33158
33159 \begin_layout Itemize
33160 Will man für 
33161 \series bold
33162
33163 \backslash
33164 Longrightarrow
33165 \series default
33166  den Befehl 
33167 \series bold
33168
33169 \backslash
33170 gr
33171 \series default
33172  definieren, lautet die LaTeX-Vor\SpecialChar \-
33173 spannzeile:
33174 \begin_inset VSpace medskip
33175 \end_inset
33176
33177
33178 \begin_inset Newline newline
33179 \end_inset
33180
33181
33182 \series bold
33183
33184 \backslash
33185 newcommand{
33186 \backslash
33187 gr}{
33188 \backslash
33189 Longrightarrow}
33190 \end_layout
33191
33192 \begin_layout Itemize
33193 Um für den Befehl 
33194 \series bold
33195
33196 \backslash
33197 underline
33198 \series default
33199  den Befehl 
33200 \series bold
33201
33202 \backslash
33203 us
33204 \series default
33205  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33206  werden.
33207  Dazu sieht die Vorspannzeile wie folgt aus:
33208 \begin_inset VSpace medskip
33209 \end_inset
33210
33211
33212 \begin_inset Newline newline
33213 \end_inset
33214
33215
33216 \series bold
33217
33218 \backslash
33219 newcommand{
33220 \backslash
33221 us}[1]{
33222 \backslash
33223 underline{#1}}
33224 \series default
33225
33226 \begin_inset VSpace medskip
33227 \end_inset
33228
33229
33230 \begin_inset Newline newline
33231 \end_inset
33232
33233 Das Zeichen 
33234 \series bold
33235 #
33236 \series default
33237  fungiert als Argumentplatzhalter, die 
33238 \series bold
33239 1
33240 \series default
33241  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33242 \end_layout
33243
33244 \begin_layout Itemize
33245 Für 
33246 \series bold
33247
33248 \backslash
33249 framebox
33250 \series default
33251  kann man z.
33252 \begin_inset space \thinspace{}
33253 \end_inset
33254
33255 B.
33256  den Befehl 
33257 \series bold
33258
33259 \backslash
33260 fb
33261 \series default
33262  definieren:
33263 \begin_inset VSpace medskip
33264 \end_inset
33265
33266
33267 \begin_inset Newline newline
33268 \end_inset
33269
33270
33271 \series bold
33272
33273 \backslash
33274 newcommand{
33275 \backslash
33276 fb}[3]{
33277 \backslash
33278 framebox#1#2{$#3$}}
33279 \series default
33280
33281 \begin_inset VSpace medskip
33282 \end_inset
33283
33284
33285 \begin_inset Newline newline
33286 \end_inset
33287
33288 Die beiden Dollarzeichen erstellen hierbei die für 
33289 \series bold
33290
33291 \backslash
33292 framebox
33293 \series default
33294  geforderte weitere Formel, siehe 
33295 \begin_inset CommandInset ref
33296 LatexCommand ref
33297 reference "sub:Boxen-mit-Rahmen"
33298
33299 \end_inset
33300
33301 .
33302 \end_layout
33303
33304 \begin_layout Itemize
33305 Um einen neuen Befehl für 
33306 \series bold
33307
33308 \backslash
33309 fcolorbox
33310 \series default
33311  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33312  definiert man das Argument für die Farbe als optional:
33313 \begin_inset VSpace medskip
33314 \end_inset
33315
33316
33317 \begin_inset Newline newline
33318 \end_inset
33319
33320
33321 \series bold
33322
33323 \backslash
33324 newcommand{
33325 \backslash
33326 cb}[3][white]{
33327 \backslash
33328 fcolorbox{#2}{#1}{$#3$}}
33329 \series default
33330
33331 \begin_inset VSpace medskip
33332 \end_inset
33333
33334
33335 \begin_inset Newline newline
33336 \end_inset
33337
33338 Gibt man bei der Verwendung von 
33339 \series bold
33340
33341 \backslash
33342 cb
33343 \series default
33344  die Farbe nicht an, wird die voreingestellte Farbe 
33345 \series bold
33346 white
33347 \series default
33348  verwendet.
33349 \end_layout
33350
33351 \begin_layout Standard
33352 Ein Test der neu definierten Befehle:
33353 \end_layout
33354
33355 \begin_layout Standard
33356 \align center
33357 \begin_inset Tabular
33358 <lyxtabular version="3" rows="6" columns="2">
33359 <features tabularvalignment="middle">
33360 <column alignment="center" valignment="top" width="0">
33361 <column alignment="center" valignment="top" width="0">
33362 <row>
33363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33364 \begin_inset Text
33365
33366 \begin_layout Plain Layout
33367 Befehl
33368 \end_layout
33369
33370 \end_inset
33371 </cell>
33372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33373 \begin_inset Text
33374
33375 \begin_layout Plain Layout
33376 Ergebnis
33377 \begin_inset Note Note
33378 status collapsed
33379
33380 \begin_layout Plain Layout
33381
33382 \series bold
33383
33384 \backslash
33385 raisebox
33386 \series default
33387  dient nur als Abstandhalter.
33388 \end_layout
33389
33390 \end_inset
33391
33392
33393 \end_layout
33394
33395 \end_inset
33396 </cell>
33397 </row>
33398 <row>
33399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33400 \begin_inset Text
33401
33402 \begin_layout Plain Layout
33403 A
33404 \backslash
33405 gr
33406 \begin_inset ERT
33407 status collapsed
33408
33409 \begin_layout Plain Layout
33410
33411
33412 \backslash
33413 leer 
33414 \end_layout
33415
33416 \end_inset
33417
33418 B
33419 \end_layout
33420
33421 \end_inset
33422 </cell>
33423 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33424 \begin_inset Text
33425
33426 \begin_layout Plain Layout
33427 \begin_inset Formula $A\gr B$
33428 \end_inset
33429
33430
33431 \end_layout
33432
33433 \end_inset
33434 </cell>
33435 </row>
33436 <row>
33437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33438 \begin_inset Text
33439
33440 \begin_layout Plain Layout
33441
33442 \backslash
33443 us{ABcd
33444 \end_layout
33445
33446 \end_inset
33447 </cell>
33448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33449 \begin_inset Text
33450
33451 \begin_layout Plain Layout
33452 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33453 \end_inset
33454
33455
33456 \end_layout
33457
33458 \end_inset
33459 </cell>
33460 </row>
33461 <row>
33462 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33463 \begin_inset Text
33464
33465 \begin_layout Plain Layout
33466
33467 \backslash
33468 fb{[2cm]
33469 \begin_inset Formula $\to$
33470 \end_inset
33471
33472
33473 \backslash
33474 {
33475 \begin_inset Formula $\to$
33476 \end_inset
33477
33478
33479 \backslash
33480 {
33481 \backslash
33482 int
33483 \begin_inset ERT
33484 status collapsed
33485
33486 \begin_layout Plain Layout
33487
33488
33489 \backslash
33490 leer 
33491 \end_layout
33492
33493 \end_inset
33494
33495 A=B
33496 \end_layout
33497
33498 \end_inset
33499 </cell>
33500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33501 \begin_inset Text
33502
33503 \begin_layout Plain Layout
33504 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33505 \end_inset
33506
33507
33508 \end_layout
33509
33510 \end_inset
33511 </cell>
33512 </row>
33513 <row>
33514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33515 \begin_inset Text
33516
33517 \begin_layout Plain Layout
33518
33519 \backslash
33520 cb{red
33521 \begin_inset Formula $\to$
33522 \end_inset
33523
33524
33525 \backslash
33526 {
33527 \backslash
33528 int
33529 \begin_inset ERT
33530 status collapsed
33531
33532 \begin_layout Plain Layout
33533
33534
33535 \backslash
33536 leer 
33537 \end_layout
33538
33539 \end_inset
33540
33541 A=B
33542 \end_layout
33543
33544 \end_inset
33545 </cell>
33546 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33547 \begin_inset Text
33548
33549 \begin_layout Plain Layout
33550 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33551 \end_inset
33552
33553
33554 \end_layout
33555
33556 \end_inset
33557 </cell>
33558 </row>
33559 <row>
33560 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33561 \begin_inset Text
33562
33563 \begin_layout Plain Layout
33564
33565 \backslash
33566 cb[green]
33567 \backslash
33568 {red
33569 \begin_inset Formula $\to$
33570 \end_inset
33571
33572
33573 \backslash
33574 {
33575 \backslash
33576 int
33577 \begin_inset ERT
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581
33582
33583 \backslash
33584 leer 
33585 \end_layout
33586
33587 \end_inset
33588
33589 A=B
33590 \end_layout
33591
33592 \end_inset
33593 </cell>
33594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33595 \begin_inset Text
33596
33597 \begin_layout Plain Layout
33598 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33599 \end_inset
33600
33601
33602 \end_layout
33603
33604 \end_inset
33605 </cell>
33606 </row>
33607 </lyxtabular>
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \begin_layout Subsection
33615 Mathe-Makros
33616 \begin_inset Index idx
33617 status collapsed
33618
33619 \begin_layout Plain Layout
33620 benutzerdefinierte Befehle ! Mathe-Makros
33621 \end_layout
33622
33623 \end_inset
33624
33625
33626 \begin_inset Index idx
33627 status collapsed
33628
33629 \begin_layout Plain Layout
33630 Makros
33631 \end_layout
33632
33633 \end_inset
33634
33635
33636 \end_layout
33637
33638 \begin_layout Standard
33639 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33640  Hat man es in einem Dokument z.
33641 \begin_inset space \thinspace{}
33642 \end_inset
33643
33644 B.
33645  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33646  auf.
33647  Die allgemeine Form einer quadratischen Gleichung ist
33648 \begin_inset Formula \[
33649 0=\lambda^{2}+p\lambda+q
33650 \]
33651
33652 \end_inset
33653
33654 Die allgemeine Form der Lösung lautet
33655 \begin_inset Formula \[
33656 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33657 \]
33658
33659 \end_inset
33660
33661
33662 \end_layout
33663
33664 \begin_layout Standard
33665 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33666  drei Parameter 
33667 \begin_inset Formula $\lambda$
33668 \end_inset
33669
33670
33671 \begin_inset Formula $p$
33672 \end_inset
33673
33674  und 
33675 \begin_inset Formula $q$
33676 \end_inset
33677
33678  angegeben werden müssen und der Index von 
33679 \begin_inset Formula $\lambda$
33680 \end_inset
33681
33682  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33683 \begin_inset Newline newline
33684 \end_inset
33685
33686
33687 \series bold
33688
33689 \backslash
33690 newcommand{
33691 \backslash
33692 qG}[4][1,
33693 \backslash
33694 ,2]{#2_{#1}=-
33695 \backslash
33696 frac{#3}{2}
33697 \backslash
33698 pm
33699 \begin_inset Newline newline
33700 \end_inset
33701
33702
33703 \begin_inset Phantom HPhantom
33704 status open
33705
33706 \begin_layout Plain Layout
33707
33708 \series bold
33709
33710 \backslash
33711 newcommand
33712 \end_layout
33713
33714 \end_inset
33715
33716
33717 \backslash
33718 sqrt{
33719 \backslash
33720 frac{#3^{2}}{4}-#4}}
33721 \end_layout
33722
33723 \begin_layout Standard
33724 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33725  
33726 \begin_inset Newline newline
33727 \end_inset
33728
33729
33730 \series bold
33731
33732 \backslash
33733 qG{
33734 \backslash
33735 lambda
33736 \begin_inset Formula $\to$
33737 \end_inset
33738
33739
33740 \backslash
33741 {p
33742 \begin_inset Formula $\to$
33743 \end_inset
33744
33745
33746 \backslash
33747 {q 
33748 \series default
33749 ein.
33750 \end_layout
33751
33752 \begin_layout Standard
33753 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33754  aller verwendeten LaTeX-Befehle kennen, z.
33755 \begin_inset space \thinspace{}
33756 \end_inset
33757
33758 B.
33759  dass ein Bruch in LaTeX mit 
33760 \series bold
33761
33762 \backslash
33763 frac{Zähler}
33764 \begin_inset Newline linebreak
33765 \end_inset
33766
33767 {Nenner}
33768 \series default
33769  eingegeben wird.
33770  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33771  in LyX nicht sehen, was der neue Befehl macht.
33772  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33773  Mathe-Makros statt den Befehl 
33774 \series bold
33775
33776 \backslash
33777 newcommand
33778 \series default
33779  zu verwenden.
33780 \end_layout
33781
33782 \begin_layout Standard
33783 Ein Mathe-Makro wird erstellt, indem man das Menü 
33784 \family sans
33785 Einfügen\SpecialChar \menuseparator
33786 Mathe\SpecialChar \menuseparator
33787 Makro
33788 \family default
33789  oder den Werkzeugleistenknopf 
33790 \begin_inset Graphics
33791         filename ../../images/math-macro_newmacroname_newcommand.png
33792         scale 85
33793
33794 \end_inset
33795
33796  verwendet.
33797  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33798  Makro definiert wird:
33799 \begin_inset Newline newline
33800 \end_inset
33801
33802
33803 \lang english
33804
33805 \begin_inset space \hspace*{\fill}
33806 \end_inset
33807
33808
33809 \lang ngerman
33810
33811 \begin_inset Graphics
33812         filename ../clipart/macrobox.png
33813
33814 \end_inset
33815
33816
33817 \lang english
33818
33819 \begin_inset space \hspace*{\fill}
33820 \end_inset
33821
33822
33823 \lang ngerman
33824
33825 \begin_inset Newline newline
33826 \end_inset
33827
33828
33829 \begin_inset FormulaMacro
33830 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33831 \end_inset
33832
33833
33834 \backslash
33835 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33836  geändert werden sollte.
33837  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33838  Einen Argumentplatzhalter fügt man mit dem Befehl 
33839 \series bold
33840
33841 \backslash
33842 #Argumentnummer
33843 \series default
33844  ein, z.
33845 \begin_inset space \thinspace{}
33846 \end_inset
33847
33848 B.
33849  
33850 \series bold
33851
33852 \backslash
33853 #1
33854 \series default
33855  oder man verwendet den Makro-Werkzeugleistenknopf 
33856 \begin_inset Graphics
33857         filename ../../images/math-macro-add-param.png
33858         scale 85
33859
33860 \end_inset
33861
33862 .
33863  Argumentplatzhalter werden rot dargestellt.
33864  Es sind maximal 9 Argumente möglich.
33865  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33866 \begin_inset Graphics
33867         filename ../../images/math-macro-add-optional-param.png
33868         scale 85
33869
33870 \end_inset
33871
33872  erstellt.
33873  Mit dem Werkzeugleistenknopf 
33874 \begin_inset Graphics
33875         filename ../../images/math-macro-make-optional.png
33876         scale 85
33877
33878 \end_inset
33879
33880  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33881  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33882  werden soll.
33883  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33884  Kästchen leer lässt.
33885  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33886  einnimmt, kann man in das Kästchen z.
33887 \begin_inset space \thinspace{}
33888 \end_inset
33889
33890 B.
33891 \begin_inset Newline newline
33892 \end_inset
33893
33894
33895 \series bold
33896 qG: 
33897 \backslash
33898 #1
33899 \series default
33900  
33901 \series bold
33902 ,
33903 \series default
33904  
33905 \series bold
33906
33907 \backslash
33908 #2
33909 \series default
33910  
33911 \series bold
33912 ,
33913 \series default
33914  
33915 \series bold
33916
33917 \backslash
33918 #3, 
33919 \backslash
33920 #4
33921 \begin_inset Newline newline
33922 \end_inset
33923
33924
33925 \series default
33926 eingeben.
33927  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33928  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33929  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33930  wurde.
33931 \begin_inset Newline newline
33932 \end_inset
33933
33934 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33935  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33936 \family sans
33937 Ansicht\SpecialChar \menuseparator
33938 Mathe-Makro
33939 \begin_inset space ~
33940 \end_inset
33941
33942 auf/zuklappen
33943 \family default
33944  verwendet.
33945 \end_layout
33946
33947 \begin_layout Standard
33948 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33949  ein, in unserem Fall 
33950 \series bold
33951
33952 \backslash
33953 qG
33954 \series default
33955 .
33956  Unser Makro sieht in LyX folgendermaßen aus:
33957 \begin_inset Newline newline
33958 \end_inset
33959
33960
33961 \lang english
33962
33963 \begin_inset space \hspace*{\fill}
33964 \end_inset
33965
33966
33967 \lang ngerman
33968
33969 \begin_inset Graphics
33970         filename ../clipart/macrouse.png
33971
33972 \end_inset
33973
33974
33975 \lang english
33976
33977 \begin_inset space \hspace*{\fill}
33978 \end_inset
33979
33980
33981 \lang ngerman
33982
33983 \begin_inset Newline newline
33984 \end_inset
33985
33986 Hier ist unser Makro-Beispiel mit den Argumenten 
33987 \begin_inset Formula $x$
33988 \end_inset
33989
33990
33991 \begin_inset Formula $\ln(x)$
33992 \end_inset
33993
33994  und 
33995 \begin_inset Formula $B$
33996 \end_inset
33997
33998 :
33999 \end_layout
34000
34001 \begin_layout Standard
34002 \begin_inset Formula \[
34003 \qG x{\ln(x)}B
34004 \]
34005
34006 \end_inset
34007
34008
34009 \end_layout
34010
34011 \begin_layout Standard
34012 LyX bietet im Menü 
34013 \family sans
34014 Werkzeuge\SpecialChar \menuseparator
34015 Einstellungen\SpecialChar \menuseparator
34016 Bearbeiten\SpecialChar \menuseparator
34017 Kontrolle
34018 \family default
34019  verschiedene Bearbeitungsstile für Makros an.
34020  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34021  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34022  zu sehen.
34023 \end_layout
34024
34025 \begin_layout Standard
34026 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34027 \series bold
34028
34029 \backslash
34030 new\SpecialChar \-
34031 command
34032 \series default
34033 -Befehl umgewandelt.
34034  Der 
34035 \series bold
34036
34037 \backslash
34038 newcommand
34039 \series default
34040 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34041  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34042  Makrodefinitionsbox befinden.
34043 \end_layout
34044
34045 \begin_layout Standard
34046 Mathe-Makros können auch direkt aus einem 
34047 \series bold
34048
34049 \backslash
34050 newcommand
34051 \series default
34052 -Befehl erstellt werden.
34053  Schreibt man z.
34054 \begin_inset space \thinspace{}
34055 \end_inset
34056
34057 B.
34058  den Befehl
34059 \series bold
34060
34061 \begin_inset Newline newline
34062 \end_inset
34063
34064
34065 \backslash
34066 newcommand{
34067 \backslash
34068 larrow}[2]{
34069 \backslash
34070 xleftarrow[#2]{#1}}
34071 \begin_inset Newline newline
34072 \end_inset
34073
34074
34075 \series default
34076 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34077 zel 
34078 \family sans
34079 Strg+M
34080 \family default
34081 , wird der Befehl in ein Mathe-Makro umgewandelt.
34082  Bei dieser Methode muss man jedoch aufpassen, dass der 
34083 \series bold
34084
34085 \backslash
34086 newcommand
34087 \series default
34088 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34089  erstellt, dass später LaTeX-Fehler hervorruft.
34090 \end_layout
34091
34092 \begin_layout Standard
34093 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34094  Makrodefinition fehlerhaft behandelt werden.
34095  Dadurch kann das Beispiel 
34096 \series bold
34097
34098 \backslash
34099 fb
34100 \series default
34101  aus 
34102 \begin_inset CommandInset ref
34103 LatexCommand ref
34104 reference "sub:Der-Befehl-newcommand"
34105
34106 \end_inset
34107
34108  nicht als Makro erzeugt werden.
34109 \end_layout
34110
34111 \begin_layout Standard
34112 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34113  in LyX angezeigt:
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset VSpace defskip
34118 \end_inset
34119
34120
34121 \end_layout
34122
34123 \begin_layout Standard
34124 \begin_inset Graphics
34125         filename ../clipart/MacroToolbar.png
34126
34127 \end_inset
34128
34129
34130 \begin_inset Index idx
34131 status collapsed
34132
34133 \begin_layout Plain Layout
34134 Makros ! Werkzeugleiste
34135 \end_layout
34136
34137 \end_inset
34138
34139
34140 \end_layout
34141
34142 \begin_layout Standard
34143 \begin_inset VSpace defskip
34144 \end_inset
34145
34146
34147 \end_layout
34148
34149 \begin_layout Standard
34150 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34151 \end_layout
34152
34153 \begin_layout Standard
34154 \begin_inset VSpace defskip
34155 \end_inset
34156
34157
34158 \end_layout
34159
34160 \begin_layout Standard
34161 \begin_inset Tabular
34162 <lyxtabular version="3" rows="9" columns="2">
34163 <features islongtable="true" longtabularalignment="center">
34164 <column alignment="left" valignment="top" width="0">
34165 <column alignment="left" valignment="top" width="85col%">
34166 <row interlinespace="2.5mm">
34167 <cell alignment="center" valignment="top" usebox="none">
34168 \begin_inset Text
34169
34170 \begin_layout Plain Layout
34171 \begin_inset Graphics
34172         filename ../../images/math-macro-remove-param.png
34173         rotateOrigin center
34174
34175 \end_inset
34176
34177
34178 \end_layout
34179
34180 \end_inset
34181 </cell>
34182 <cell alignment="center" valignment="top" usebox="none">
34183 \begin_inset Text
34184
34185 \begin_layout Plain Layout
34186
34187 \family sans
34188 Bearbeiten\SpecialChar \menuseparator
34189 Mathe\SpecialChar \menuseparator
34190 Makro-Definition\SpecialChar \menuseparator
34191 Letztes Argument entfernen
34192 \end_layout
34193
34194 \end_inset
34195 </cell>
34196 </row>
34197 <row interlinespace="2.5mm">
34198 <cell alignment="center" valignment="top" usebox="none">
34199 \begin_inset Text
34200
34201 \begin_layout Plain Layout
34202 \begin_inset Graphics
34203         filename ../../images/math-macro-add-param.png
34204         rotateOrigin center
34205
34206 \end_inset
34207
34208
34209 \end_layout
34210
34211 \end_inset
34212 </cell>
34213 <cell alignment="center" valignment="top" usebox="none">
34214 \begin_inset Text
34215
34216 \begin_layout Plain Layout
34217
34218 \family sans
34219 Bearbeiten\SpecialChar \menuseparator
34220 Mathe\SpecialChar \menuseparator
34221 Makro-Definition\SpecialChar \menuseparator
34222 Argument hinzufügen
34223 \end_layout
34224
34225 \end_inset
34226 </cell>
34227 </row>
34228 <row interlinespace="2.5mm">
34229 <cell alignment="center" valignment="top" usebox="none">
34230 \begin_inset Text
34231
34232 \begin_layout Plain Layout
34233 \begin_inset Graphics
34234         filename ../../images/math-macro-make-optional.png
34235         rotateOrigin center
34236
34237 \end_inset
34238
34239
34240 \end_layout
34241
34242 \end_inset
34243 </cell>
34244 <cell alignment="center" valignment="top" usebox="none">
34245 \begin_inset Text
34246
34247 \begin_layout Plain Layout
34248
34249 \family sans
34250 Bearbeiten\SpecialChar \menuseparator
34251 Mathe\SpecialChar \menuseparator
34252 Makro-Definition\SpecialChar \menuseparator
34253 Das erste nicht-optionale
34254 \begin_inset Newline newline
34255 \end_inset
34256
34257
34258 \begin_inset Phantom HPhantom
34259 status open
34260
34261 \begin_layout Plain Layout
34262
34263 \family sans
34264 Bearbeiten\SpecialChar \menuseparator
34265 Mathe\SpecialChar \menuseparator
34266 Makro-Definition\SpecialChar \menuseparator
34267
34268 \end_layout
34269
34270 \end_inset
34271
34272 Argument in einen optionales
34273 \begin_inset Newline newline
34274 \end_inset
34275
34276
34277 \begin_inset Phantom HPhantom
34278 status open
34279
34280 \begin_layout Plain Layout
34281
34282 \family sans
34283 Bearbeiten\SpecialChar \menuseparator
34284 Mathe\SpecialChar \menuseparator
34285 Makro-Definition\SpecialChar \menuseparator
34286
34287 \end_layout
34288
34289 \end_inset
34290
34291 ändern
34292 \end_layout
34293
34294 \end_inset
34295 </cell>
34296 </row>
34297 <row interlinespace="2.5mm">
34298 <cell alignment="center" valignment="top" usebox="none">
34299 \begin_inset Text
34300
34301 \begin_layout Plain Layout
34302 \begin_inset Graphics
34303         filename ../../images/math-macro-make-nonoptional.png
34304         rotateOrigin center
34305
34306 \end_inset
34307
34308
34309 \end_layout
34310
34311 \end_inset
34312 </cell>
34313 <cell alignment="center" valignment="top" usebox="none">
34314 \begin_inset Text
34315
34316 \begin_layout Plain Layout
34317
34318 \family sans
34319 Bearbeiten\SpecialChar \menuseparator
34320 Mathe\SpecialChar \menuseparator
34321 Makro-Definition\SpecialChar \menuseparator
34322 Das letzte optionale Argument in
34323 \begin_inset Newline newline
34324 \end_inset
34325
34326
34327 \begin_inset Phantom HPhantom
34328 status open
34329
34330 \begin_layout Plain Layout
34331
34332 \family sans
34333 Bearbeiten\SpecialChar \menuseparator
34334 Mathe\SpecialChar \menuseparator
34335 Makro-Definition\SpecialChar \menuseparator
34336
34337 \end_layout
34338
34339 \end_inset
34340
34341 einen nicht-optionales ändern
34342 \end_layout
34343
34344 \end_inset
34345 </cell>
34346 </row>
34347 <row interlinespace="2.5mm">
34348 <cell alignment="center" valignment="top" usebox="none">
34349 \begin_inset Text
34350
34351 \begin_layout Plain Layout
34352 \begin_inset Graphics
34353         filename ../../images/math-macro-remove-optional-param.png
34354         rotateOrigin center
34355
34356 \end_inset
34357
34358
34359 \end_layout
34360
34361 \end_inset
34362 </cell>
34363 <cell alignment="center" valignment="top" usebox="none">
34364 \begin_inset Text
34365
34366 \begin_layout Plain Layout
34367
34368 \family sans
34369 Bearbeiten\SpecialChar \menuseparator
34370 Mathe\SpecialChar \menuseparator
34371 Makro-Definition\SpecialChar \menuseparator
34372 Optionales Argument entfernen
34373 \end_layout
34374
34375 \end_inset
34376 </cell>
34377 </row>
34378 <row interlinespace="2.5mm">
34379 <cell alignment="center" valignment="top" usebox="none">
34380 \begin_inset Text
34381
34382 \begin_layout Plain Layout
34383 \begin_inset Graphics
34384         filename ../../images/math-macro-add-optional-param.png
34385         rotateOrigin center
34386
34387 \end_inset
34388
34389
34390 \end_layout
34391
34392 \end_inset
34393 </cell>
34394 <cell alignment="center" valignment="top" usebox="none">
34395 \begin_inset Text
34396
34397 \begin_layout Plain Layout
34398
34399 \family sans
34400 Bearbeiten\SpecialChar \menuseparator
34401 Mathe\SpecialChar \menuseparator
34402 Makro-Definition\SpecialChar \menuseparator
34403 Optionales Argument einfügen
34404 \end_layout
34405
34406 \end_inset
34407 </cell>
34408 </row>
34409 <row interlinespace="2.5mm">
34410 <cell alignment="center" valignment="top" usebox="none">
34411 \begin_inset Text
34412
34413 \begin_layout Plain Layout
34414 \begin_inset Graphics
34415         filename ../../images/math-macro-remove-greedy-param.png
34416         rotateOrigin center
34417
34418 \end_inset
34419
34420
34421 \end_layout
34422
34423 \end_inset
34424 </cell>
34425 <cell alignment="center" valignment="top" usebox="none">
34426 \begin_inset Text
34427
34428 \begin_layout Plain Layout
34429
34430 \family sans
34431 Bearbeiten\SpecialChar \menuseparator
34432 Mathe\SpecialChar \menuseparator
34433 Makro-Definition\SpecialChar \menuseparator
34434 Letztes Argument rechts entfernen
34435 \end_layout
34436
34437 \end_inset
34438 </cell>
34439 </row>
34440 <row interlinespace="2.5mm">
34441 <cell alignment="center" valignment="top" usebox="none">
34442 \begin_inset Text
34443
34444 \begin_layout Plain Layout
34445 \begin_inset Graphics
34446         filename ../../images/math-macro-append-greedy-param.png
34447         rotateOrigin center
34448
34449 \end_inset
34450
34451
34452 \end_layout
34453
34454 \end_inset
34455 </cell>
34456 <cell alignment="center" valignment="top" usebox="none">
34457 \begin_inset Text
34458
34459 \begin_layout Plain Layout
34460
34461 \family sans
34462 Bearbeiten\SpecialChar \menuseparator
34463 Mathe\SpecialChar \menuseparator
34464 Makro-Definition\SpecialChar \menuseparator
34465 Argument von rechts hinzufügen
34466 \end_layout
34467
34468 \end_inset
34469 </cell>
34470 </row>
34471 <row interlinespace="2.5mm">
34472 <cell alignment="center" valignment="top" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476 \begin_inset Graphics
34477         filename ../../images/math-macro-add-greedy-optional-param.png
34478         rotateOrigin center
34479
34480 \end_inset
34481
34482
34483 \end_layout
34484
34485 \end_inset
34486 </cell>
34487 <cell alignment="center" valignment="top" usebox="none">
34488 \begin_inset Text
34489
34490 \begin_layout Plain Layout
34491
34492 \family sans
34493 Bearbeiten\SpecialChar \menuseparator
34494 Mathe\SpecialChar \menuseparator
34495 Makro-Definition\SpecialChar \menuseparator
34496 Optionales Argument von rechts
34497 \begin_inset Newline newline
34498 \end_inset
34499
34500
34501 \begin_inset Phantom HPhantom
34502 status open
34503
34504 \begin_layout Plain Layout
34505
34506 \family sans
34507 Bearbeiten\SpecialChar \menuseparator
34508 Mathe\SpecialChar \menuseparator
34509 Makro-Definition\SpecialChar \menuseparator
34510
34511 \end_layout
34512
34513 \end_inset
34514
34515 hinzufügen
34516 \end_layout
34517
34518 \end_inset
34519 </cell>
34520 </row>
34521 </lyxtabular>
34522
34523 \end_inset
34524
34525
34526 \end_layout
34527
34528 \begin_layout Standard
34529 \begin_inset Newpage newpage
34530 \end_inset
34531
34532
34533 \end_layout
34534
34535 \begin_layout Section
34536 Tipps
34537 \begin_inset Index idx
34538 status collapsed
34539
34540 \begin_layout Plain Layout
34541 Tipps
34542 \end_layout
34543
34544 \end_inset
34545
34546
34547 \end_layout
34548
34549 \begin_layout Subsection
34550 Negative Zahlen
34551 \begin_inset Index idx
34552 status collapsed
34553
34554 \begin_layout Plain Layout
34555 Zahlen ! negative
34556 \end_layout
34557
34558 \end_inset
34559
34560
34561 \end_layout
34562
34563 \begin_layout Standard
34564 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34565  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34566  dargestellt.
34567  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34568  Minuszeichen korrekt.
34569 \end_layout
34570
34571 \begin_layout Standard
34572 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34573  nicht mehr auf.
34574 \end_layout
34575
34576 \begin_layout Standard
34577 Ein Beispiel zur Veranschaulichung der Problematik:
34578 \end_layout
34579
34580 \begin_layout Standard
34581 \align center
34582 \begin_inset Tabular
34583 <lyxtabular version="3" rows="3" columns="2">
34584 <features tabularvalignment="middle">
34585 <column alignment="right" valignment="top" width="0">
34586 <column alignment="left" valignment="top" width="0">
34587 <row>
34588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34589 \begin_inset Text
34590
34591 \begin_layout Plain Layout
34592 normaler Text:
34593 \end_layout
34594
34595 \end_inset
34596 </cell>
34597 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34598 \begin_inset Text
34599
34600 \begin_layout Plain Layout
34601 x = -2
34602 \end_layout
34603
34604 \end_inset
34605 </cell>
34606 </row>
34607 <row>
34608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34609 \begin_inset Text
34610
34611 \begin_layout Plain Layout
34612 Formelmodus:
34613 \end_layout
34614
34615 \end_inset
34616 </cell>
34617 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34618 \begin_inset Text
34619
34620 \begin_layout Plain Layout
34621 \begin_inset Formula $x=-2$
34622 \end_inset
34623
34624
34625 \end_layout
34626
34627 \end_inset
34628 </cell>
34629 </row>
34630 <row>
34631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34632 \begin_inset Text
34633
34634 \begin_layout Plain Layout
34635 Lösung:
34636 \end_layout
34637
34638 \end_inset
34639 </cell>
34640 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34641 \begin_inset Text
34642
34643 \begin_layout Plain Layout
34644 \begin_inset Formula $x=\textrm{-}2$
34645 \end_inset
34646
34647
34648 \end_layout
34649
34650 \end_inset
34651 </cell>
34652 </row>
34653 </lyxtabular>
34654
34655 \end_inset
34656
34657
34658 \end_layout
34659
34660 \begin_layout Subsection
34661 Komma als Dezimaltrennzeichen
34662 \begin_inset Index idx
34663 status collapsed
34664
34665 \begin_layout Plain Layout
34666 Komma
34667 \end_layout
34668
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \begin_layout Standard
34675 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34676  als Gruppentrennzeichen.
34677  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34678  eingefügt.
34679 \end_layout
34680
34681 \begin_layout Standard
34682 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34683  Text um (Tastenkürzel 
34684 \family sans
34685 Alt+M
34686 \begin_inset space ~
34687 \end_inset
34688
34689 M
34690 \family default
34691 ).
34692 \end_layout
34693
34694 \begin_layout Standard
34695 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34696  lädt man die Datei 
34697 \series bold
34698 icomma.sty
34699 \series default
34700
34701 \begin_inset Foot
34702 status collapsed
34703
34704 \begin_layout Plain Layout
34705
34706 \series bold
34707 icomma
34708 \series default
34709  ist Teil des LaTeX-Paketes 
34710 \series bold
34711 was
34712 \series default
34713
34714 \begin_inset Index idx
34715 status collapsed
34716
34717 \begin_layout Plain Layout
34718 Pakete ! was
34719 \begin_inset ERT
34720 status collapsed
34721
34722 \begin_layout Plain Layout
34723
34724
34725 \backslash
34726 vspace{4mm}
34727 \end_layout
34728
34729 \end_inset
34730
34731
34732 \end_layout
34733
34734 \end_inset
34735
34736 .
34737 \end_layout
34738
34739 \end_inset
34740
34741
34742 \begin_inset Index idx
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746 Pakete ! icomma
34747 \end_layout
34748
34749 \end_inset
34750
34751  mit der LaTeX-Vorspannzeile
34752 \end_layout
34753
34754 \begin_layout Standard
34755
34756 \series bold
34757
34758 \backslash
34759 usepackage{icomma}
34760 \end_layout
34761
34762 \begin_layout Subsection
34763 Physikalische Vektoren
34764 \begin_inset CommandInset label
34765 LatexCommand label
34766 name "sub:Physikalische-Vektoren"
34767
34768 \end_inset
34769
34770
34771 \begin_inset Index idx
34772 status collapsed
34773
34774 \begin_layout Plain Layout
34775 Vektoren ! physikalische
34776 \end_layout
34777
34778 \end_inset
34779
34780
34781 \end_layout
34782
34783 \begin_layout Standard
34784 Vordefinierte Vektoren bietet das LaTeX-Paket 
34785 \series bold
34786 braket
34787 \series default
34788
34789 \begin_inset Index idx
34790 status collapsed
34791
34792 \begin_layout Plain Layout
34793 Pakete ! braket
34794 \end_layout
34795
34796 \end_inset
34797
34798 , das mit der LaTeX-Vorspannzeile
34799 \end_layout
34800
34801 \begin_layout Standard
34802
34803 \series bold
34804
34805 \backslash
34806 usepackage{braket}
34807 \end_layout
34808
34809 \begin_layout Standard
34810 geladen wird.
34811 \begin_inset ERT
34812 status collapsed
34813
34814 \begin_layout Plain Layout
34815
34816
34817 \backslash
34818 ifbraket 
34819 \end_layout
34820
34821 \end_inset
34822
34823
34824 \begin_inset Note Note
34825 status open
34826
34827 \begin_layout Plain Layout
34828 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34829 \series bold
34830 braket
34831 \series default
34832  installiert ist:
34833 \end_layout
34834
34835 \end_inset
34836
34837
34838 \end_layout
34839
34840 \begin_layout Standard
34841 \begin_inset Newpage newpage
34842 \end_inset
34843
34844
34845 \end_layout
34846
34847 \begin_layout Standard
34848 Folgende Befehle sind definiert:
34849 \end_layout
34850
34851 \begin_layout Standard
34852 \align center
34853 \begin_inset Tabular
34854 <lyxtabular version="3" rows="4" columns="2">
34855 <features tabularvalignment="middle">
34856 <column alignment="center" valignment="top" width="0">
34857 <column alignment="center" valignment="top" width="0">
34858 <row>
34859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34860 \begin_inset Text
34861
34862 \begin_layout Plain Layout
34863 Befehl
34864 \end_layout
34865
34866 \end_inset
34867 </cell>
34868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34869 \begin_inset Text
34870
34871 \begin_layout Plain Layout
34872 Ergebnis
34873 \end_layout
34874
34875 \end_inset
34876 </cell>
34877 </row>
34878 <row>
34879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34880 \begin_inset Text
34881
34882 \begin_layout Plain Layout
34883
34884 \backslash
34885 Bra{
34886 \backslash
34887 psi
34888 \end_layout
34889
34890 \end_inset
34891 </cell>
34892 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34893 \begin_inset Text
34894
34895 \begin_layout Plain Layout
34896 \begin_inset Formula $\Bra{\psi}$
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \end_inset
34903 </cell>
34904 </row>
34905 <row>
34906 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34907 \begin_inset Text
34908
34909 \begin_layout Plain Layout
34910
34911 \backslash
34912 Ket{
34913 \backslash
34914 psi
34915 \end_layout
34916
34917 \end_inset
34918 </cell>
34919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34920 \begin_inset Text
34921
34922 \begin_layout Plain Layout
34923 \begin_inset Formula $\Ket{\psi}$
34924 \end_inset
34925
34926
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 </row>
34932 <row>
34933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34934 \begin_inset Text
34935
34936 \begin_layout Plain Layout
34937
34938 \backslash
34939 Braket{
34940 \backslash
34941 psi|
34942 \backslash
34943 phi
34944 \end_layout
34945
34946 \end_inset
34947 </cell>
34948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34949 \begin_inset Text
34950
34951 \begin_layout Plain Layout
34952 \begin_inset Formula $\Braket{\psi|\phi}$
34953 \end_inset
34954
34955
34956 \end_layout
34957
34958 \end_inset
34959 </cell>
34960 </row>
34961 </lyxtabular>
34962
34963 \end_inset
34964
34965
34966 \end_layout
34967
34968 \begin_layout Standard
34969 Der Befehl 
34970 \series bold
34971
34972 \backslash
34973 Braket
34974 \series default
34975  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34976  Klammern gesetzt werden:
34977 \begin_inset Formula \[
34978 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
34979 \]
34980
34981 \end_inset
34982
34983
34984 \begin_inset ERT
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988
34989
34990 \backslash
34991 else 
34992 \end_layout
34993
34994 \end_inset
34995
34996
34997 \begin_inset Note Note
34998 status open
34999
35000 \begin_layout Plain Layout
35001 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35002 \series bold
35003 braket
35004 \series default
35005  nicht installiert ist:
35006 \end_layout
35007
35008 \end_inset
35009
35010
35011 \end_layout
35012
35013 \begin_layout Standard
35014 Das LaTeX-Paket 
35015 \series bold
35016 braket 
35017 \series default
35018 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35019 \end_layout
35020
35021 \begin_layout Standard
35022 \begin_inset ERT
35023 status collapsed
35024
35025 \begin_layout Plain Layout
35026
35027
35028 \backslash
35029 fi 
35030 \end_layout
35031
35032 \end_inset
35033
35034
35035 \end_layout
35036
35037 \begin_layout Standard
35038 Der Effekt von 
35039 \series bold
35040
35041 \backslash
35042 Braket
35043 \series default
35044  kann auch mit dem Befehl 
35045 \series bold
35046
35047 \backslash
35048 middle
35049 \series default
35050  erzielt werden, der in 
35051 \begin_inset CommandInset ref
35052 LatexCommand ref
35053 reference "sub:Automatische-Klammergrößen"
35054
35055 \end_inset
35056
35057  beschrieben ist.
35058 \end_layout
35059
35060 \begin_layout Subsection
35061 Selbst definierte Brüche
35062 \begin_inset CommandInset label
35063 LatexCommand label
35064 name "sub:Selbstdefinierte-Brüche"
35065
35066 \end_inset
35067
35068
35069 \begin_inset Index idx
35070 status collapsed
35071
35072 \begin_layout Plain Layout
35073 Brüche ! selbstdefinierte
35074 \end_layout
35075
35076 \end_inset
35077
35078
35079 \end_layout
35080
35081 \begin_layout Standard
35082 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35083 \series bold
35084
35085 \backslash
35086 genfrac
35087 \series default
35088
35089 \begin_inset Index idx
35090 status collapsed
35091
35092 \begin_layout Plain Layout
35093 Befehle ! G ! 
35094 \backslash
35095 genfrac
35096 \end_layout
35097
35098 \end_inset
35099
35100  in folgendem Schema:
35101 \end_layout
35102
35103 \begin_layout Standard
35104
35105 \series bold
35106
35107 \backslash
35108 genfrac{linke
35109 \series default
35110  
35111 \series bold
35112 Klammer}{rechte
35113 \series default
35114  
35115 \series bold
35116 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35117 \begin_inset Newline newline
35118 \end_inset
35119
35120
35121 \begin_inset Phantom HPhantom
35122 status open
35123
35124 \begin_layout Plain Layout
35125
35126 \series bold
35127
35128 \backslash
35129 genfrac
35130 \end_layout
35131
35132 \end_inset
35133
35134 {Zähler}{Nenner}
35135 \end_layout
35136
35137 \begin_layout Standard
35138 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35139 \begin_inset space \thinspace{}
35140 \end_inset
35141
35142 -
35143 \begin_inset space \thinspace{}
35144 \end_inset
35145
35146 3 angegeben.
35147 \end_layout
35148
35149 \begin_layout Standard
35150 \align center
35151 \begin_inset Tabular
35152 <lyxtabular version="3" rows="5" columns="2">
35153 <features tabularvalignment="middle">
35154 <column alignment="center" valignment="top" width="0">
35155 <column alignment="center" valignment="top" width="0">
35156 <row>
35157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35158 \begin_inset Text
35159
35160 \begin_layout Plain Layout
35161 Nummer
35162 \end_layout
35163
35164 \end_inset
35165 </cell>
35166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35167 \begin_inset Text
35168
35169 \begin_layout Plain Layout
35170 Ansichtsstil
35171 \end_layout
35172
35173 \end_inset
35174 </cell>
35175 </row>
35176 <row>
35177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35178 \begin_inset Text
35179
35180 \begin_layout Plain Layout
35181 0
35182 \end_layout
35183
35184 \end_inset
35185 </cell>
35186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35187 \begin_inset Text
35188
35189 \begin_layout Plain Layout
35190 abgesetzte Formel
35191 \end_layout
35192
35193 \end_inset
35194 </cell>
35195 </row>
35196 <row>
35197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35198 \begin_inset Text
35199
35200 \begin_layout Plain Layout
35201 1
35202 \end_layout
35203
35204 \end_inset
35205 </cell>
35206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35207 \begin_inset Text
35208
35209 \begin_layout Plain Layout
35210 eingebettete Formel
35211 \end_layout
35212
35213 \end_inset
35214 </cell>
35215 </row>
35216 <row>
35217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35218 \begin_inset Text
35219
35220 \begin_layout Plain Layout
35221 2
35222 \end_layout
35223
35224 \end_inset
35225 </cell>
35226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35227 \begin_inset Text
35228
35229 \begin_layout Plain Layout
35230 klein
35231 \end_layout
35232
35233 \end_inset
35234 </cell>
35235 </row>
35236 <row>
35237 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35238 \begin_inset Text
35239
35240 \begin_layout Plain Layout
35241 3
35242 \end_layout
35243
35244 \end_inset
35245 </cell>
35246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35247 \begin_inset Text
35248
35249 \begin_layout Plain Layout
35250 winzig
35251 \end_layout
35252
35253 \end_inset
35254 </cell>
35255 </row>
35256 </lyxtabular>
35257
35258 \end_inset
35259
35260
35261 \end_layout
35262
35263 \begin_layout Standard
35264 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35265  
35266 \series bold
35267
35268 \backslash
35269 frac
35270 \series default
35271  der Umgebung an.
35272 \end_layout
35273
35274 \begin_layout Standard
35275 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35276  0.4
35277 \begin_inset space \thinspace{}
35278 \end_inset
35279
35280 pt verwendet.
35281 \end_layout
35282
35283 \begin_layout Standard
35284 \begin_inset VSpace medskip
35285 \end_inset
35286
35287 Zum Beispiel sind die Befehle 
35288 \series bold
35289
35290 \backslash
35291 dfrac
35292 \series default
35293  und 
35294 \series bold
35295
35296 \backslash
35297 tbinom
35298 \series default
35299  aus 
35300 \begin_inset CommandInset ref
35301 LatexCommand ref
35302 reference "sub:Brüche"
35303
35304 \end_inset
35305
35306  folgendermaßen definiert:
35307 \end_layout
35308
35309 \begin_layout Standard
35310
35311 \series bold
35312
35313 \backslash
35314 newcommand{
35315 \backslash
35316 dfrac}[2]{
35317 \backslash
35318 genfrac{}{}{}{0}{#1}{#2}}
35319 \end_layout
35320
35321 \begin_layout Standard
35322 und
35323 \end_layout
35324
35325 \begin_layout Standard
35326
35327 \series bold
35328
35329 \backslash
35330 newcommand{
35331 \backslash
35332 tbinom}[2]{
35333 \backslash
35334 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35335 \end_layout
35336
35337 \begin_layout Standard
35338 \begin_inset VSpace medskip
35339 \end_inset
35340
35341 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35342  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35343 \end_layout
35344
35345 \begin_layout Standard
35346
35347 \series bold
35348
35349 \backslash
35350 newcommand{
35351 \backslash
35352 fracS}[3][]{
35353 \backslash
35354 genfrac{}{}{#1}{}{#2}{#3}}
35355 \end_layout
35356
35357 \begin_layout Standard
35358 Dazu ein Test:
35359 \begin_inset Formula \begin{align*}
35360 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35361 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35362 \end{align*}
35363
35364 \end_inset
35365
35366 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35367  in etwa der dreifachen Strichdicke.
35368 \end_layout
35369
35370 \begin_layout Subsection
35371 Durchgestrichene Formeln
35372 \begin_inset Index idx
35373 status collapsed
35374
35375 \begin_layout Plain Layout
35376 Formel ! durchgestrichene
35377 \end_layout
35378
35379 \end_inset
35380
35381
35382 \end_layout
35383
35384 \begin_layout Standard
35385 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35386 \series bold
35387 cancel
35388 \series default
35389
35390 \begin_inset Index idx
35391 status collapsed
35392
35393 \begin_layout Plain Layout
35394 Pakete ! cancel
35395 \end_layout
35396
35397 \end_inset
35398
35399  mit der LaTeX-Vorspannzeile
35400 \end_layout
35401
35402 \begin_layout Standard
35403
35404 \series bold
35405
35406 \backslash
35407 usepackage[samesize]{cancel}
35408 \end_layout
35409
35410 \begin_layout Standard
35411 geladen werden.
35412 \end_layout
35413
35414 \begin_layout Standard
35415 \begin_inset ERT
35416 status collapsed
35417
35418 \begin_layout Plain Layout
35419
35420
35421 \backslash
35422 ifcancel 
35423 \end_layout
35424
35425 \end_inset
35426
35427
35428 \begin_inset Note Note
35429 status open
35430
35431 \begin_layout Plain Layout
35432 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35433 \series bold
35434 cancel
35435 \series default
35436  installiert ist:
35437 \end_layout
35438
35439 \end_inset
35440
35441
35442 \end_layout
35443
35444 \begin_layout Standard
35445 Es gibt vier verschiedene Arten durchzustreichen:
35446 \end_layout
35447
35448 \begin_layout Standard
35449 \align center
35450 \begin_inset Tabular
35451 <lyxtabular version="3" rows="5" columns="2">
35452 <features tabularvalignment="middle">
35453 <column alignment="center" valignment="top" width="0">
35454 <column alignment="center" valignment="top" width="0">
35455 <row>
35456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35457 \begin_inset Text
35458
35459 \begin_layout Plain Layout
35460 Befehl
35461 \end_layout
35462
35463 \end_inset
35464 </cell>
35465 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35466 \begin_inset Text
35467
35468 \begin_layout Plain Layout
35469 Ergebnis
35470 \begin_inset Note Note
35471 status collapsed
35472
35473 \begin_layout Plain Layout
35474 Der Leerraum und 
35475 \series bold
35476
35477 \backslash
35478 raisebox
35479 \series default
35480  dienen nur als Abstandhalter.
35481 \end_layout
35482
35483 \end_inset
35484
35485
35486 \end_layout
35487
35488 \end_inset
35489 </cell>
35490 </row>
35491 <row>
35492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35493 \begin_inset Text
35494
35495 \begin_layout Plain Layout
35496
35497 \backslash
35498 cancel{
35499 \backslash
35500 int
35501 \begin_inset ERT
35502 status collapsed
35503
35504 \begin_layout Plain Layout
35505
35506
35507 \backslash
35508 leer 
35509 \end_layout
35510
35511 \end_inset
35512
35513 A=B
35514 \end_layout
35515
35516 \end_inset
35517 </cell>
35518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35519 \begin_inset Text
35520
35521 \begin_layout Plain Layout
35522 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35523 \end_inset
35524
35525
35526 \end_layout
35527
35528 \end_inset
35529 </cell>
35530 </row>
35531 <row>
35532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35533 \begin_inset Text
35534
35535 \begin_layout Plain Layout
35536
35537 \backslash
35538 bcancel{
35539 \backslash
35540 int
35541 \begin_inset ERT
35542 status collapsed
35543
35544 \begin_layout Plain Layout
35545
35546
35547 \backslash
35548 leer 
35549 \end_layout
35550
35551 \end_inset
35552
35553 A=B
35554 \end_layout
35555
35556 \end_inset
35557 </cell>
35558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35559 \begin_inset Text
35560
35561 \begin_layout Plain Layout
35562 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35563 \end_inset
35564
35565
35566 \end_layout
35567
35568 \end_inset
35569 </cell>
35570 </row>
35571 <row>
35572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35573 \begin_inset Text
35574
35575 \begin_layout Plain Layout
35576
35577 \backslash
35578 xcancel{
35579 \backslash
35580 int
35581 \begin_inset ERT
35582 status collapsed
35583
35584 \begin_layout Plain Layout
35585
35586
35587 \backslash
35588 leer 
35589 \end_layout
35590
35591 \end_inset
35592
35593 A=B
35594 \end_layout
35595
35596 \end_inset
35597 </cell>
35598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35599 \begin_inset Text
35600
35601 \begin_layout Plain Layout
35602 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35603 \end_inset
35604
35605
35606 \end_layout
35607
35608 \end_inset
35609 </cell>
35610 </row>
35611 <row>
35612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35613 \begin_inset Text
35614
35615 \begin_layout Plain Layout
35616
35617 \backslash
35618 cancelto{1
35619 \begin_inset Formula $\to$
35620 \end_inset
35621
35622
35623 \backslash
35624 {
35625 \backslash
35626 int
35627 \begin_inset ERT
35628 status collapsed
35629
35630 \begin_layout Plain Layout
35631
35632
35633 \backslash
35634 leer 
35635 \end_layout
35636
35637 \end_inset
35638
35639 A=B
35640 \end_layout
35641
35642 \end_inset
35643 </cell>
35644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35645 \begin_inset Text
35646
35647 \begin_layout Plain Layout
35648 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \end_inset
35655 </cell>
35656 </row>
35657 </lyxtabular>
35658
35659 \end_inset
35660
35661
35662 \end_layout
35663
35664 \begin_layout Standard
35665
35666 \series bold
35667
35668 \backslash
35669 cancelto
35670 \series default
35671  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35672  will:
35673 \begin_inset Formula \[
35674 \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}}}
35675 \]
35676
35677 \end_inset
35678
35679
35680 \end_layout
35681
35682 \begin_layout Standard
35683 \begin_inset ERT
35684 status collapsed
35685
35686 \begin_layout Plain Layout
35687
35688
35689 \backslash
35690 else 
35691 \end_layout
35692
35693 \end_inset
35694
35695
35696 \begin_inset Note Note
35697 status open
35698
35699 \begin_layout Plain Layout
35700 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35701 \series bold
35702 cancel
35703 \series default
35704  nicht installiert ist:
35705 \end_layout
35706
35707 \end_inset
35708
35709
35710 \end_layout
35711
35712 \begin_layout Standard
35713 Das LaTeX-Paket 
35714 \series bold
35715 cancel 
35716 \series default
35717 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35718 \end_layout
35719
35720 \begin_layout Standard
35721 \begin_inset ERT
35722 status collapsed
35723
35724 \begin_layout Plain Layout
35725
35726
35727 \backslash
35728 fi 
35729 \end_layout
35730
35731 \end_inset
35732
35733
35734 \end_layout
35735
35736 \begin_layout Subsection
35737 Formeln in Überschriften
35738 \begin_inset CommandInset label
35739 LatexCommand label
35740 name "sub:Formeln-in-Überschriften"
35741
35742 \end_inset
35743
35744
35745 \begin_inset Index idx
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749 Formel ! in Überschriften
35750 \end_layout
35751
35752 \end_inset
35753
35754
35755 \end_layout
35756
35757 \begin_layout Standard
35758 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35759 \end_layout
35760
35761 \begin_layout Standard
35762 \begin_inset Note Greyedout
35763 status open
35764
35765 \begin_layout Plain Layout
35766 Verwendet man 
35767 \series bold
35768 hyperref
35769 \series default
35770
35771 \begin_inset Index idx
35772 status collapsed
35773
35774 \begin_layout Plain Layout
35775 Pakete ! hyperref
35776 \end_layout
35777
35778 \end_inset
35779
35780  Unterstützung im den Dokumenteinstellungen unter 
35781 \family sans
35782 PDF-Eigenschaften
35783 \family default
35784 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35785  erzeugt.
35786  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35787  dargestellt.
35788  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35789 \end_layout
35790
35791 \end_inset
35792
35793
35794 \end_layout
35795
35796 \begin_layout Standard
35797 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35798  Kurztitel über das Menü 
35799 \family sans
35800 Einfügen\SpecialChar \menuseparator
35801 Kurztitel
35802 \family default
35803  einfügt.
35804  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35805  um das Inhaltsverzeichnis übersichtlich zu halten.
35806  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35807 chen.
35808 \end_layout
35809
35810 \begin_layout Standard
35811 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35812 \series bold
35813 hyperref
35814 \series default
35815 , verwendet man im TeX-Modus den Befehl
35816 \end_layout
35817
35818 \begin_layout Standard
35819
35820 \series bold
35821
35822 \backslash
35823 texorpdfstring{Teil}{Alternative}
35824 \begin_inset Index idx
35825 status collapsed
35826
35827 \begin_layout Plain Layout
35828 Befehle ! T ! 
35829 \backslash
35830 texorpdfstring
35831 \end_layout
35832
35833 \end_inset
35834
35835
35836 \end_layout
35837
35838 \begin_layout Standard
35839 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35840  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35841  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35842  soll.
35843 \end_layout
35844
35845 \begin_layout Standard
35846 Es folgen zwei Beispielüberschriften:
35847 \begin_inset VSpace -3mm
35848 \end_inset
35849
35850
35851 \begin_inset ERT
35852 status collapsed
35853
35854 \begin_layout Plain Layout
35855
35856
35857 \backslash
35858 boldmath 
35859 \end_layout
35860
35861 \end_inset
35862
35863
35864 \end_layout
35865
35866 \begin_layout Subsubsection
35867 Überschrift ohne Formel im Inhaltsverzeichnis 
35868 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35869 \end_inset
35870
35871
35872 \begin_inset Argument
35873 status collapsed
35874
35875 \begin_layout Plain Layout
35876 Überschrift ohne Formel im Inhaltsverzeichnis
35877 \end_layout
35878
35879 \end_inset
35880
35881
35882 \end_layout
35883
35884 \begin_layout Subsubsection
35885 Überschrift mit Formel im Inhaltsverzeichnis
35886 \begin_inset ERT
35887 status collapsed
35888
35889 \begin_layout Plain Layout
35890
35891
35892 \backslash
35893 texorpdfstring{
35894 \end_layout
35895
35896 \end_inset
35897
35898  
35899 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35900 \end_inset
35901
35902
35903 \begin_inset ERT
35904 status collapsed
35905
35906 \begin_layout Plain Layout
35907
35908 }{}
35909 \end_layout
35910
35911 \end_inset
35912
35913
35914 \end_layout
35915
35916 \begin_layout Standard
35917 \begin_inset ERT
35918 status collapsed
35919
35920 \begin_layout Plain Layout
35921
35922
35923 \backslash
35924 unboldmath 
35925 \end_layout
35926
35927 \end_inset
35928
35929 In der ersten Überschrift wurde ein Kurztitel verwendet.
35930  In der zweiten 
35931 \series bold
35932
35933 \backslash
35934 texorpdfstring
35935 \series default
35936 .
35937 \end_layout
35938
35939 \begin_layout Standard
35940 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35941  die komplette Überschrift in eine 
35942 \series bold
35943 boldmath
35944 \series default
35945 -Umgebung
35946 \begin_inset Foot
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950 siehe 
35951 \begin_inset CommandInset ref
35952 LatexCommand ref
35953 reference "sub:Fett-gedruckte-Formeln"
35954
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \end_inset
35961
35962  gesetzt.
35963 \end_layout
35964
35965 \begin_layout Subsection
35966 Formeln im mehrspaltigen Text
35967 \begin_inset Index idx
35968 status collapsed
35969
35970 \begin_layout Plain Layout
35971 Formel ! im mehrspaltigen Text
35972 \end_layout
35973
35974 \end_inset
35975
35976
35977 \end_layout
35978
35979 \begin_layout Standard
35980 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35981  müssen daher über die gesamte Seitenbreite gesetzt werden.
35982  Dazu verwendet man das LaTeX-Paket 
35983 \series bold
35984 multicol
35985 \series default
35986
35987 \begin_inset Foot
35988 status collapsed
35989
35990 \begin_layout Plain Layout
35991
35992 \series bold
35993 multicol
35994 \series default
35995  ist Teil jeder LaTeX-Standardinstallation.
35996 \end_layout
35997
35998 \end_inset
35999
36000
36001 \begin_inset Index idx
36002 status collapsed
36003
36004 \begin_layout Plain Layout
36005 Pakete ! multicol
36006 \end_layout
36007
36008 \end_inset
36009
36010 , das mit der LaTeX-Vorspannzeile
36011 \end_layout
36012
36013 \begin_layout Standard
36014
36015 \series bold
36016
36017 \backslash
36018 usepackage{multicol}
36019 \end_layout
36020
36021 \begin_layout Standard
36022 geladen wird.
36023 \end_layout
36024
36025 \begin_layout Standard
36026 \begin_inset Note Greyedout
36027 status open
36028
36029 \begin_layout Plain Layout
36030 Dabei ist zu beachten, dass im Menü 
36031 \family sans
36032 Dokument\SpecialChar \menuseparator
36033 Einstellungen
36034 \family default
36035  unter 
36036 \family sans
36037 Textformat
36038 \family default
36039  
36040 \emph on
36041 nicht
36042 \emph default
36043  
36044 \family sans
36045 Zweispaltiges
36046 \begin_inset space ~
36047 \end_inset
36048
36049 Dokument
36050 \family default
36051  ausgewählt sein darf.
36052 \end_layout
36053
36054 \end_inset
36055
36056
36057 \end_layout
36058
36059 \begin_layout Standard
36060 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36061 \end_layout
36062
36063 \begin_layout Standard
36064
36065 \series bold
36066
36067 \backslash
36068 begin{multicols}{Spaltenanzahl}
36069 \end_layout
36070
36071 \begin_layout Standard
36072 wobei die Spaltenanzahl eine Zahl im Bereich 2
36073 \begin_inset space \thinspace{}
36074 \end_inset
36075
36076 -
36077 \begin_inset space \thinspace{}
36078 \end_inset
36079
36080 10 ist.
36081  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36082 \end_layout
36083
36084 \begin_layout Standard
36085
36086 \series bold
36087
36088 \backslash
36089 end{multicols}
36090 \end_layout
36091
36092 \begin_layout Standard
36093 der im TeX-Modus eingegeben wird.
36094 \end_layout
36095
36096 \begin_layout Standard
36097 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36098  Um dies rückgängig zu machen, fügt man vor der Formel -6
36099 \begin_inset space \thinspace{}
36100 \end_inset
36101
36102 mm vertikalen Leerraum ein.
36103  Ist der Formelstil 
36104 \series bold
36105 Eingerückt
36106 \begin_inset Foot
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110 Formelstile siehe 
36111 \begin_inset CommandInset ref
36112 LatexCommand ref
36113 reference "sec:Formelstile"
36114
36115 \end_inset
36116
36117
36118 \end_layout
36119
36120 \end_inset
36121
36122
36123 \series default
36124  gewählt, fügt man stattdessen -9
36125 \begin_inset space \thinspace{}
36126 \end_inset
36127
36128 mm Leerraum ein.
36129 \end_layout
36130
36131 \begin_layout Standard
36132 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36133 \end_layout
36134
36135 \begin_layout Standard
36136 \begin_inset ERT
36137 status collapsed
36138
36139 \begin_layout Plain Layout
36140
36141
36142 \backslash
36143 begin{multicols}{2}
36144 \end_layout
36145
36146 \end_inset
36147
36148 Das Spektrum wird fouriertransformiert.
36149  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36150 , Lösungsmittel) zu trennen.
36151  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36152  nun das Aussehen des Ausgangssignals.
36153  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36154  über alle Phasen integrieren muss.
36155  Sei nun 
36156 \begin_inset Formula $S$
36157 \end_inset
36158
36159  unser normiertes Ausgangssignal und 
36160 \begin_inset Formula $P$
36161 \end_inset
36162
36163  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36164 \begin_inset ERT
36165 status collapsed
36166
36167 \begin_layout Plain Layout
36168
36169
36170 \backslash
36171 end{multicols}
36172 \end_layout
36173
36174 \end_inset
36175
36176
36177 \begin_inset VSpace -6mm
36178 \end_inset
36179
36180
36181 \begin_inset Formula \begin{equation}
36182 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36183 \end{equation}
36184
36185 \end_inset
36186
36187
36188 \begin_inset ERT
36189 status collapsed
36190
36191 \begin_layout Plain Layout
36192
36193
36194 \backslash
36195 begin{multicols}{2}
36196 \end_layout
36197
36198 \end_inset
36199
36200 wobei 
36201 \begin_inset Formula $S_{0}$
36202 \end_inset
36203
36204  das Signal ohne Gradient ist und die Normierungsbedingung 
36205 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36206 \end_inset
36207
36208  gilt.
36209  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36210  Direkt nach dem 
36211 \begin_inset Formula $\nicefrac{\pi}{2}$
36212 \end_inset
36213
36214
36215 \begin_inset space \thinspace{}
36216 \end_inset
36217
36218 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36219  das Signal zusätzlich abschwächt.
36220  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36221  
36222 \begin_inset Formula $T_{2}$
36223 \end_inset
36224
36225 -Zeit.
36226 \end_layout
36227
36228 \begin_layout Standard
36229 \begin_inset ERT
36230 status collapsed
36231
36232 \begin_layout Plain Layout
36233
36234
36235 \backslash
36236 end{multicols}
36237 \end_layout
36238
36239 \end_inset
36240
36241  
36242 \end_layout
36243
36244 \begin_layout Subsection
36245 Formeln mit Beschreibung der Variablen
36246 \begin_inset Index idx
36247 status collapsed
36248
36249 \begin_layout Plain Layout
36250 Formel ! mit Variablenbeschreibung
36251 \end_layout
36252
36253 \end_inset
36254
36255
36256 \end_layout
36257
36258 \begin_layout Standard
36259 Möchte man wie in Formel 
36260 \begin_inset CommandInset ref
36261 LatexCommand eqref
36262 reference "eq:innerhalb"
36263
36264 \end_inset
36265
36266 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36267 \series bold
36268 ×
36269 \series default
36270
36271 \begin_inset Formula $n$
36272 \end_inset
36273
36274
36275 \begin_inset space ~
36276 \end_inset
36277
36278 Matrix mit links ausgerichteten Spalten für die verwendeten 
36279 \begin_inset Formula $n$
36280 \end_inset
36281
36282  Variablen.
36283 \begin_inset Foot
36284 status collapsed
36285
36286 \begin_layout Plain Layout
36287 Matrizen siehe 
36288 \begin_inset CommandInset ref
36289 LatexCommand ref
36290 reference "sec:Matrizen"
36291
36292 \end_inset
36293
36294
36295 \end_layout
36296
36297 \end_inset
36298
36299  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36300 \begin_inset space \thinspace{}
36301 \end_inset
36302
36303 B.
36304  den Befehl 
36305 \series bold
36306
36307 \backslash
36308 footnotesize
36309 \series default
36310  ein.
36311 \begin_inset Foot
36312 status collapsed
36313
36314 \begin_layout Plain Layout
36315 Schriftgrößen siehe 
36316 \begin_inset CommandInset ref
36317 LatexCommand ref
36318 reference "sub:Schriftgrößen"
36319
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \end_inset
36326
36327
36328 \end_layout
36329
36330 \begin_layout Standard
36331 Wird der Formelstil 
36332 \series bold
36333 Eingerückt
36334 \begin_inset Foot
36335 status collapsed
36336
36337 \begin_layout Plain Layout
36338 Formelstile siehe 
36339 \begin_inset CommandInset ref
36340 LatexCommand ref
36341 reference "sec:Formelstile"
36342
36343 \end_inset
36344
36345
36346 \end_layout
36347
36348 \end_inset
36349
36350
36351 \series default
36352  verwendet, fügt man vor und nach der Matrix ein 
36353 \series bold
36354
36355 \backslash
36356 hfill
36357 \series default
36358
36359 \begin_inset Foot
36360 status collapsed
36361
36362 \begin_layout Plain Layout
36363
36364 \series bold
36365
36366 \backslash
36367 hfill
36368 \series default
36369  wirkt nur in Formeln mit dem Stil 
36370 \series bold
36371 Eingerückt
36372 \series default
36373 , siehe 
36374 \begin_inset CommandInset ref
36375 LatexCommand ref
36376 reference "sub:Variabler-Leerraum"
36377
36378 \end_inset
36379
36380 .
36381 \end_layout
36382
36383 \end_inset
36384
36385  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36386  gleich ist.
36387 \end_layout
36388
36389 \begin_layout Standard
36390 Ist der Formelstil 
36391 \series bold
36392 Zentriert
36393 \series default
36394  gewählt, nutzt man die in 
36395 \begin_inset CommandInset ref
36396 LatexCommand ref
36397 reference "sub:Flalign-Umgebung"
36398
36399 \end_inset
36400
36401  beschriebene Möglichkeit, Formeln einzurücken.
36402  Formel 
36403 \begin_inset CommandInset ref
36404 LatexCommand eqref
36405 reference "eq:innerhalb"
36406
36407 \end_inset
36408
36409  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36410  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36411 \begin_inset Formula \begin{flalign}
36412 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36413 \rho & \textrm{Dichte}\\
36414 V & \textrm{Volumen}\\
36415 g & \textrm{Fallbeschleunigung}
36416 \end{array} &  & {}\label{eq:innerhalb}
36417 \end{flalign}
36418
36419 \end_inset
36420
36421
36422 \end_layout
36423
36424 \begin_layout Subsection
36425 Aufrechte kleine griechische Buchstaben
36426 \begin_inset CommandInset label
36427 LatexCommand label
36428 name "sub:Aufrechte-kleine-griechische"
36429
36430 \end_inset
36431
36432
36433 \begin_inset Index idx
36434 status collapsed
36435
36436 \begin_layout Plain Layout
36437 griechische Buchstaben ! aufrechte
36438 \end_layout
36439
36440 \end_inset
36441
36442
36443 \end_layout
36444
36445 \begin_layout Standard
36446 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36447  zur Verfügung.
36448  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36449  aufrechte griechische Buchstaben benötigt.
36450  Die Datei 
36451 \series bold
36452 upgreek.sty
36453 \series default
36454
36455 \begin_inset Foot
36456 status collapsed
36457
36458 \begin_layout Plain Layout
36459
36460 \series bold
36461 upgreek
36462 \series default
36463  ist Teil des LaTeX-Paketes 
36464 \series bold
36465 was
36466 \series default
36467
36468 \begin_inset Index idx
36469 status collapsed
36470
36471 \begin_layout Plain Layout
36472 Pakete ! was
36473 \begin_inset ERT
36474 status collapsed
36475
36476 \begin_layout Plain Layout
36477
36478
36479 \backslash
36480 vspace{4mm}
36481 \end_layout
36482
36483 \end_inset
36484
36485
36486 \end_layout
36487
36488 \end_inset
36489
36490 .
36491 \end_layout
36492
36493 \end_inset
36494
36495
36496 \begin_inset Index idx
36497 status collapsed
36498
36499 \begin_layout Plain Layout
36500 Pakete ! upgreek
36501 \end_layout
36502
36503 \end_inset
36504
36505 , die mit der LaTeX-Vorspannzeile
36506 \end_layout
36507
36508 \begin_layout Standard
36509
36510 \series bold
36511
36512 \backslash
36513 usepackage{upgreek}
36514 \end_layout
36515
36516 \begin_layout Standard
36517 geladen wird, stellt diese Buchstaben zur Verfügung.
36518  
36519 \begin_inset ERT
36520 status collapsed
36521
36522 \begin_layout Plain Layout
36523
36524
36525 \backslash
36526 ifupgreek 
36527 \end_layout
36528
36529 \end_inset
36530
36531
36532 \begin_inset Note Note
36533 status open
36534
36535 \begin_layout Plain Layout
36536 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36537 \series bold
36538 upgreek
36539 \series default
36540  installiert ist:
36541 \end_layout
36542
36543 \end_inset
36544
36545  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36546  
36547 \series bold
36548 up
36549 \series default
36550  begonnen wird.
36551  So erzeugt z.
36552 \begin_inset space \thinspace{}
36553 \end_inset
36554
36555 B.
36556  der Befehl 
36557 \series bold
36558
36559 \backslash
36560 uptau
36561 \series default
36562  dies: 
36563 \begin_inset Formula $\uptau$
36564 \end_inset
36565
36566
36567 \end_layout
36568
36569 \begin_layout Standard
36570 Damit kann man Elementarteilchenreaktionen erstellen:
36571 \begin_inset Formula \[
36572 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36573 \]
36574
36575 \end_inset
36576
36577
36578 \end_layout
36579
36580 \begin_layout Standard
36581 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36582  Sie sollten daher nicht für Einheiten wie 
36583 \begin_inset Quotes gld
36584 \end_inset
36585
36586 µm
36587 \begin_inset Quotes grd
36588 \end_inset
36589
36590  verwendet werden.
36591 \end_layout
36592
36593 \begin_layout Standard
36594 \begin_inset ERT
36595 status collapsed
36596
36597 \begin_layout Plain Layout
36598
36599
36600 \backslash
36601 else 
36602 \end_layout
36603
36604 \end_inset
36605
36606
36607 \begin_inset Note Note
36608 status open
36609
36610 \begin_layout Plain Layout
36611 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36612 \series bold
36613 upgreek
36614 \series default
36615  nicht installiert ist:
36616 \end_layout
36617
36618 \end_inset
36619
36620
36621 \end_layout
36622
36623 \begin_layout Standard
36624 Das LaTeX-Paket 
36625 \series bold
36626 upgreek 
36627 \series default
36628 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36629 \end_layout
36630
36631 \begin_layout Standard
36632 \begin_inset ERT
36633 status collapsed
36634
36635 \begin_layout Plain Layout
36636
36637
36638 \backslash
36639 fi 
36640 \end_layout
36641
36642 \end_inset
36643
36644
36645 \end_layout
36646
36647 \begin_layout Subsection
36648 Textzeichen in Formeln
36649 \begin_inset CommandInset label
36650 LatexCommand label
36651 name "sub:Textzeichen-in-Formeln"
36652
36653 \end_inset
36654
36655
36656 \begin_inset Index idx
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660 Text ! in Formeln
36661 \end_layout
36662
36663 \end_inset
36664
36665
36666 \end_layout
36667
36668 \begin_layout Standard
36669 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36670  Benötigt man z.
36671 \begin_inset space \thinspace{}
36672 \end_inset
36673
36674 B.
36675  den mittigen Punkt · in Formeln wie 
36676 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36677 \end_inset
36678
36679 , müsste man dafür jedes Mal den Befehl 
36680 \series bold
36681
36682 \backslash
36683 cdot
36684 \series default
36685  eingeben
36686 \begin_inset Foot
36687 status collapsed
36688
36689 \begin_layout Plain Layout
36690 siehe 
36691 \begin_inset CommandInset ref
36692 LatexCommand ref
36693 reference "sub:Binäre-Operatoren"
36694
36695 \end_inset
36696
36697
36698 \end_layout
36699
36700 \end_inset
36701
36702 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36703  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36704 \end_layout
36705
36706 \begin_layout Standard
36707
36708 \series bold
36709
36710 \backslash
36711 DeclareInputText{183}{
36712 \backslash
36713 ifmmode
36714 \backslash
36715 cdot
36716 \backslash
36717 else
36718 \backslash
36719 textperiodcentered
36720 \backslash
36721 f\SpecialChar \textcompwordmark{}
36722 i}
36723 \end_layout
36724
36725 \begin_layout Standard
36726 Die Zeichenkodierung (Menü 
36727 \family sans
36728 Dokument\SpecialChar \menuseparator
36729 Einstellungen\SpecialChar \menuseparator
36730 Sprache
36731 \family default
36732 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36733  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36734 \series bold
36735
36736 \backslash
36737 textperiodcentered
36738 \series default
36739  verwendet.
36740  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36741  LaTeX-Fehlern kommen würde.
36742  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36743  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36744  nicht.
36745 \end_layout
36746
36747 \begin_layout Standard
36748 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36749  Z.
36750 \begin_inset space \thinspace{}
36751 \end_inset
36752
36753 B.
36754  ist die Kodierung 
36755 \series bold
36756 latin9
36757 \series default
36758  in der Datei 
36759 \series bold
36760 latin9.def
36761 \series default
36762  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36763  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36764 eien geändert werden.
36765  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36766  nicht ohne Weiteres bearbeitet werden.
36767 \end_layout
36768
36769 \begin_layout Standard
36770 \begin_inset VSpace medskip
36771 \end_inset
36772
36773 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36774  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36775  Formel eingegeben werden können:
36776 \end_layout
36777
36778 \begin_layout Standard
36779
36780 \series bold
36781
36782 \backslash
36783 DeclareInputText{176}{
36784 \backslash
36785 ifmmode^
36786 \backslash
36787 circ
36788 \backslash
36789 else
36790 \backslash
36791 textdegree
36792 \backslash
36793 f\SpecialChar \textcompwordmark{}
36794 i}
36795 \end_layout
36796
36797 \begin_layout Standard
36798 \begin_inset Newpage newpage
36799 \end_inset
36800
36801
36802 \end_layout
36803
36804 \begin_layout Section
36805 \start_of_appendix
36806 Typographische Hinweise
36807 \begin_inset Index idx
36808 status collapsed
36809
36810 \begin_layout Plain Layout
36811 Typographische Hinweise
36812 \end_layout
36813
36814 \end_inset
36815
36816
36817 \end_layout
36818
36819 \begin_layout Standard
36820 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36821  Regeln, die teilweise auch im Duden 
36822 \begin_inset CommandInset citation
36823 LatexCommand cite
36824 key "Duden"
36825
36826 \end_inset
36827
36828  unter 
36829 \family typewriter
36830 Textverarbeitung
36831 \family default
36832  aufgelistet sind.
36833  Weitere Regeln sind in 
36834 \begin_inset CommandInset citation
36835 LatexCommand cite
36836 key "Checklist"
36837
36838 \end_inset
36839
36840  zu finden.
36841 \end_layout
36842
36843 \begin_layout Itemize
36844 Physikalische Einheiten werden 
36845 \emph on
36846 immer
36847 \emph default
36848  aufrecht gesetzt
36849 \begin_inset Foot
36850 status collapsed
36851
36852 \begin_layout Plain Layout
36853 wird durch Schriftstile erreicht, siehe 
36854 \begin_inset CommandInset ref
36855 LatexCommand ref
36856 reference "sub:Schriftstile"
36857
36858 \end_inset
36859
36860
36861 \end_layout
36862
36863 \end_inset
36864
36865 , egal ob sie sich in einem kursiven Text befinden: 30
36866 \begin_inset space \thinspace{}
36867 \end_inset
36868
36869 km/h
36870 \begin_inset Newline newline
36871 \end_inset
36872
36873 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36874 \begin_inset CommandInset ref
36875 LatexCommand ref
36876 reference "sub:Vordefinierter-Leerraum"
36877
36878 \end_inset
36879
36880 .
36881 \begin_inset Newline newline
36882 \end_inset
36883
36884 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36885 \series bold
36886
36887 \backslash
36888 unittwo
36889 \series default
36890  verwendet.
36891  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36892  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36893  erhält wie oben: 
36894 \begin_inset Formula $\unit[30]{km/h}$
36895 \end_inset
36896
36897
36898 \begin_inset space \thinspace{}
36899 \end_inset
36900
36901 .
36902  Zu beachten ist, dass 
36903 \series bold
36904
36905 \backslash
36906 unittwo
36907 \series default
36908  kein echter LaTeX-Befehl, sondern der Befehl 
36909 \series bold
36910
36911 \backslash
36912 unit[Wert]{Einheit}
36913 \series default
36914  ist, daher kann man ihn nicht im TeX-Code benutzen.
36915 \end_layout
36916
36917 \begin_layout Itemize
36918 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36919 \begin_inset Newline newline
36920 \end_inset
36921
36922 1,2
36923 \begin_inset space \thinspace{}
36924 \end_inset
36925
36926 ‰ Alkohol im Blut
36927 \begin_inset Newline newline
36928 \end_inset
36929
36930 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36931  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36932 \end_layout
36933
36934 \begin_layout Itemize
36935 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36936  wird in einer Einheit verwendet: 15
36937 \begin_inset space \thinspace{}
36938 \end_inset
36939
36940 °C
36941 \end_layout
36942
36943 \begin_layout Itemize
36944 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36945  Ziffer der kleinste Leerraum eingefügt: 18
36946 \begin_inset space \thinspace{}
36947 \end_inset
36948
36949 473
36950 \begin_inset space \thinspace{}
36951 \end_inset
36952
36953 588
36954 \end_layout
36955
36956 \begin_layout Itemize
36957 Für Bemaßungen wie z.
36958 \begin_inset space \thinspace{}
36959 \end_inset
36960
36961 B.
36962  120×90×40
36963 \begin_inset space \thinspace{}
36964 \end_inset
36965
36966 cm, verwendet man das gelegte Kreuz 
36967 \begin_inset Quotes gld
36968 \end_inset
36969
36970 ×
36971 \begin_inset Quotes grd
36972 \end_inset
36973
36974 , dass entweder über den Befehl 
36975 \series bold
36976
36977 \backslash
36978 times
36979 \series default
36980  oder über das Menü 
36981 \family sans
36982 Einfügen\SpecialChar \menuseparator
36983 Sonderzeichen\SpecialChar \menuseparator
36984 Symbole
36985 \family default
36986  verfügbar ist.
36987 \end_layout
36988
36989 \begin_layout Itemize
36990 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36991  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36992 \begin_inset space \thinspace{}
36993 \end_inset
36994
36995 6.
36996 \begin_inset space ~
36997 \end_inset
36998
36999 1979
37000 \end_layout
37001
37002 \begin_layout Itemize
37003 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37004  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37005 \begin_inset CommandInset ref
37006 LatexCommand ref
37007 reference "sub:Vordefinierte-Funktionen"
37008
37009 \end_inset
37010
37011 .
37012 \end_layout
37013
37014 \begin_layout Itemize
37015 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37016  
37017 \begin_inset Formula $E_{\mathrm{kin}}$
37018 \end_inset
37019
37020
37021 \begin_inset Newline newline
37022 \end_inset
37023
37024 Komponenten von Matrizen werden kursiv gesetzt: 
37025 \begin_inset Formula $\hat{H}_{kl}$
37026 \end_inset
37027
37028
37029 \end_layout
37030
37031 \begin_layout Itemize
37032 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37033  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37034  Variablen zu verwechseln.
37035 \end_layout
37036
37037 \begin_layout Itemize
37038 Das Symbol für eine 
37039 \noun on
37040 Fourier
37041 \noun default
37042 -Transformation kann entweder mit dem Befehl 
37043 \series bold
37044
37045 \backslash
37046 mathscr
37047 \begin_inset ERT
37048 status collapsed
37049
37050 \begin_layout Plain Layout
37051
37052
37053 \backslash
37054 leer 
37055 \end_layout
37056
37057 \end_inset
37058
37059 F
37060 \series default
37061  oder über das Menü 
37062 \family sans
37063 Einfügen\SpecialChar \menuseparator
37064 Sonderzeichen\SpecialChar \menuseparator
37065 Symbole\SpecialChar \menuseparator
37066 Buchstabenähnliche
37067 \begin_inset space ~
37068 \end_inset
37069
37070 Symbole
37071 \family default
37072  eingefügt werden: 
37073 \begin_inset Formula $\mathscr{F}$
37074 \end_inset
37075
37076
37077 \end_layout
37078
37079 \begin_layout Standard
37080 \begin_inset Newpage newpage
37081 \end_inset
37082
37083
37084 \end_layout
37085
37086 \begin_layout Section
37087 Synonyme
37088 \begin_inset Index idx
37089 status collapsed
37090
37091 \begin_layout Plain Layout
37092 Synonyme
37093 \end_layout
37094
37095 \end_inset
37096
37097
37098 \end_layout
37099
37100 \begin_layout Standard
37101 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37102  Hier ist eine Übersicht der Synonymbefehle:
37103 \end_layout
37104
37105 \begin_layout Standard
37106 \begin_inset VSpace bigskip
37107 \end_inset
37108
37109
37110 \begin_inset space \hfill{}
37111 \end_inset
37112
37113
37114 \begin_inset Tabular
37115 <lyxtabular version="3" rows="12" columns="2">
37116 <features tabularvalignment="middle">
37117 <column alignment="center" valignment="top" width="0pt">
37118 <column alignment="center" valignment="top" width="0pt">
37119 <row>
37120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124 Befehl
37125 \end_layout
37126
37127 \end_inset
37128 </cell>
37129 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37130 \begin_inset Text
37131
37132 \begin_layout Plain Layout
37133 äquivalent zu
37134 \begin_inset Note Note
37135 status collapsed
37136
37137 \begin_layout Plain Layout
37138
37139 \series bold
37140
37141 \backslash
37142 raisebox
37143 \series default
37144  dient nur als Abstandhalter.
37145 \end_layout
37146
37147 \end_inset
37148
37149
37150 \end_layout
37151
37152 \end_inset
37153 </cell>
37154 </row>
37155 <row>
37156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37157 \begin_inset Text
37158
37159 \begin_layout Plain Layout
37160
37161 \backslash
37162 ast
37163 \end_layout
37164
37165 \end_inset
37166 </cell>
37167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37168 \begin_inset Text
37169
37170 \begin_layout Plain Layout
37171 \begin_inset ERT
37172 status collapsed
37173
37174 \begin_layout Plain Layout
37175
37176
37177 \backslash
37178 raisebox{-1.2mm}{
37179 \end_layout
37180
37181 \end_inset
37182
37183 *
37184 \begin_inset ERT
37185 status collapsed
37186
37187 \begin_layout Plain Layout
37188
37189 }
37190 \end_layout
37191
37192 \end_inset
37193
37194
37195 \end_layout
37196
37197 \end_inset
37198 </cell>
37199 </row>
37200 <row>
37201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37202 \begin_inset Text
37203
37204 \begin_layout Plain Layout
37205
37206 \backslash
37207 choose
37208 \end_layout
37209
37210 \end_inset
37211 </cell>
37212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37213 \begin_inset Text
37214
37215 \begin_layout Plain Layout
37216
37217 \backslash
37218 binom
37219 \end_layout
37220
37221 \end_inset
37222 </cell>
37223 </row>
37224 <row>
37225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37226 \begin_inset Text
37227
37228 \begin_layout Plain Layout
37229
37230 \backslash
37231 geq
37232 \end_layout
37233
37234 \end_inset
37235 </cell>
37236 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37237 \begin_inset Text
37238
37239 \begin_layout Plain Layout
37240
37241 \backslash
37242 ge
37243 \end_layout
37244
37245 \end_inset
37246 </cell>
37247 </row>
37248 <row>
37249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253
37254 \backslash
37255 lbrace
37256 \end_layout
37257
37258 \end_inset
37259 </cell>
37260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37261 \begin_inset Text
37262
37263 \begin_layout Plain Layout
37264 {
37265 \end_layout
37266
37267 \end_inset
37268 </cell>
37269 </row>
37270 <row>
37271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37272 \begin_inset Text
37273
37274 \begin_layout Plain Layout
37275
37276 \backslash
37277 lbracket
37278 \end_layout
37279
37280 \end_inset
37281 </cell>
37282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37283 \begin_inset Text
37284
37285 \begin_layout Plain Layout
37286 [
37287 \end_layout
37288
37289 \end_inset
37290 </cell>
37291 </row>
37292 <row>
37293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37294 \begin_inset Text
37295
37296 \begin_layout Plain Layout
37297
37298 \backslash
37299 leftarrow
37300 \end_layout
37301
37302 \end_inset
37303 </cell>
37304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37305 \begin_inset Text
37306
37307 \begin_layout Plain Layout
37308
37309 \backslash
37310 gets
37311 \end_layout
37312
37313 \end_inset
37314 </cell>
37315 </row>
37316 <row>
37317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37318 \begin_inset Text
37319
37320 \begin_layout Plain Layout
37321
37322 \backslash
37323 leq
37324 \end_layout
37325
37326 \end_inset
37327 </cell>
37328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37329 \begin_inset Text
37330
37331 \begin_layout Plain Layout
37332
37333 \backslash
37334 le
37335 \end_layout
37336
37337 \end_inset
37338 </cell>
37339 </row>
37340 <row>
37341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37342 \begin_inset Text
37343
37344 \begin_layout Plain Layout
37345
37346 \backslash
37347 lor
37348 \end_layout
37349
37350 \end_inset
37351 </cell>
37352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37353 \begin_inset Text
37354
37355 \begin_layout Plain Layout
37356
37357 \backslash
37358 vee
37359 \end_layout
37360
37361 \end_inset
37362 </cell>
37363 </row>
37364 <row>
37365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37366 \begin_inset Text
37367
37368 \begin_layout Plain Layout
37369
37370 \backslash
37371 neq
37372 \end_layout
37373
37374 \end_inset
37375 </cell>
37376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37377 \begin_inset Text
37378
37379 \begin_layout Plain Layout
37380
37381 \backslash
37382 not=
37383 \end_layout
37384
37385 \end_inset
37386 </cell>
37387 </row>
37388 <row>
37389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37390 \begin_inset Text
37391
37392 \begin_layout Plain Layout
37393
37394 \backslash
37395 slash
37396 \end_layout
37397
37398 \end_inset
37399 </cell>
37400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37401 \begin_inset Text
37402
37403 \begin_layout Plain Layout
37404 /
37405 \end_layout
37406
37407 \end_inset
37408 </cell>
37409 </row>
37410 <row>
37411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37412 \begin_inset Text
37413
37414 \begin_layout Plain Layout
37415
37416 \backslash
37417 vert
37418 \end_layout
37419
37420 \end_inset
37421 </cell>
37422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37423 \begin_inset Text
37424
37425 \begin_layout Plain Layout
37426 |
37427 \end_layout
37428
37429 \end_inset
37430 </cell>
37431 </row>
37432 </lyxtabular>
37433
37434 \end_inset
37435
37436
37437 \begin_inset space \hfill{}
37438 \end_inset
37439
37440
37441 \begin_inset Tabular
37442 <lyxtabular version="3" rows="12" columns="2">
37443 <features tabularvalignment="middle">
37444 <column alignment="center" valignment="top" width="0pt">
37445 <column alignment="center" valignment="top" width="0pt">
37446 <row>
37447 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37448 \begin_inset Text
37449
37450 \begin_layout Plain Layout
37451 Befehl
37452 \end_layout
37453
37454 \end_inset
37455 </cell>
37456 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37457 \begin_inset Text
37458
37459 \begin_layout Plain Layout
37460 äquivalent zu
37461 \end_layout
37462
37463 \end_inset
37464 </cell>
37465 </row>
37466 <row>
37467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37468 \begin_inset Text
37469
37470 \begin_layout Plain Layout
37471
37472 \backslash
37473 backslash
37474 \end_layout
37475
37476 \end_inset
37477 </cell>
37478 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37479 \begin_inset Text
37480
37481 \begin_layout Plain Layout
37482
37483 \backslash
37484
37485 \backslash
37486
37487 \end_layout
37488
37489 \end_inset
37490 </cell>
37491 </row>
37492 <row>
37493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37494 \begin_inset Text
37495
37496 \begin_layout Plain Layout
37497
37498 \backslash
37499 dasharrow
37500 \end_layout
37501
37502 \end_inset
37503 </cell>
37504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37505 \begin_inset Text
37506
37507 \begin_layout Plain Layout
37508
37509 \backslash
37510 dashrightarrow
37511 \end_layout
37512
37513 \end_inset
37514 </cell>
37515 </row>
37516 <row>
37517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37518 \begin_inset Text
37519
37520 \begin_layout Plain Layout
37521
37522 \backslash
37523 land
37524 \end_layout
37525
37526 \end_inset
37527 </cell>
37528 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37529 \begin_inset Text
37530
37531 \begin_layout Plain Layout
37532
37533 \backslash
37534 wedge
37535 \end_layout
37536
37537 \end_inset
37538 </cell>
37539 </row>
37540 <row>
37541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37542 \begin_inset Text
37543
37544 \begin_layout Plain Layout
37545
37546 \backslash
37547 rbrace
37548 \end_layout
37549
37550 \end_inset
37551 </cell>
37552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37553 \begin_inset Text
37554
37555 \begin_layout Plain Layout
37556 }
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 </row>
37562 <row>
37563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37564 \begin_inset Text
37565
37566 \begin_layout Plain Layout
37567
37568 \backslash
37569 rbracket
37570 \end_layout
37571
37572 \end_inset
37573 </cell>
37574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37575 \begin_inset Text
37576
37577 \begin_layout Plain Layout
37578 ]
37579 \end_layout
37580
37581 \end_inset
37582 </cell>
37583 </row>
37584 <row>
37585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37586 \begin_inset Text
37587
37588 \begin_layout Plain Layout
37589
37590 \backslash
37591 rightarrow
37592 \end_layout
37593
37594 \end_inset
37595 </cell>
37596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37597 \begin_inset Text
37598
37599 \begin_layout Plain Layout
37600
37601 \backslash
37602 to
37603 \end_layout
37604
37605 \end_inset
37606 </cell>
37607 </row>
37608 <row>
37609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37610 \begin_inset Text
37611
37612 \begin_layout Plain Layout
37613
37614 \backslash
37615 lnot
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624
37625 \backslash
37626 neg
37627 \end_layout
37628
37629 \end_inset
37630 </cell>
37631 </row>
37632 <row>
37633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37634 \begin_inset Text
37635
37636 \begin_layout Plain Layout
37637
37638 \backslash
37639 ne
37640 \end_layout
37641
37642 \end_inset
37643 </cell>
37644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37645 \begin_inset Text
37646
37647 \begin_layout Plain Layout
37648
37649 \backslash
37650 not=
37651 \end_layout
37652
37653 \end_inset
37654 </cell>
37655 </row>
37656 <row>
37657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37658 \begin_inset Text
37659
37660 \begin_layout Plain Layout
37661
37662 \backslash
37663 owns
37664 \end_layout
37665
37666 \end_inset
37667 </cell>
37668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37669 \begin_inset Text
37670
37671 \begin_layout Plain Layout
37672
37673 \backslash
37674 ni
37675 \end_layout
37676
37677 \end_inset
37678 </cell>
37679 </row>
37680 <row>
37681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37682 \begin_inset Text
37683
37684 \begin_layout Plain Layout
37685
37686 \backslash
37687 square
37688 \end_layout
37689
37690 \end_inset
37691 </cell>
37692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696
37697 \backslash
37698 Box
37699 \end_layout
37700
37701 \end_inset
37702 </cell>
37703 </row>
37704 <row>
37705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37706 \begin_inset Text
37707
37708 \begin_layout Plain Layout
37709
37710 \backslash
37711 Vert
37712 \end_layout
37713
37714 \end_inset
37715 </cell>
37716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720
37721 \backslash
37722 |
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 </row>
37728 </lyxtabular>
37729
37730 \end_inset
37731
37732
37733 \begin_inset space \hfill{}
37734 \end_inset
37735
37736
37737 \end_layout
37738
37739 \begin_layout Standard
37740 \begin_inset Newpage newpage
37741 \end_inset
37742
37743
37744 \end_layout
37745
37746 \begin_layout Bibliography
37747 \labelwidthstring Referenzen
37748 \begin_inset CommandInset bibitem
37749 LatexCommand bibitem
37750 key "TLC2"
37751
37752 \end_inset
37753
37754
37755 \shape smallcaps
37756 Mittelbach, F.
37757  ; Goossens, M.
37758 \shape default
37759
37760 \shape italic
37761 The LaTeX Companion
37762 \shape default
37763 .
37764  Addison Wesley, 2004
37765 \end_layout
37766
37767 \begin_layout Bibliography
37768 \labelwidthstring Referenzen
37769 \begin_inset CommandInset bibitem
37770 LatexCommand bibitem
37771 key "Mathmode"
37772
37773 \end_inset
37774
37775
37776 \begin_inset CommandInset href
37777 LatexCommand href
37778 name "Beschreibung"
37779 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37780
37781 \end_inset
37782
37783  der mathematischen Fähigkeiten von LaTeX
37784 \end_layout
37785
37786 \begin_layout Bibliography
37787 \labelwidthstring Referenzen
37788 \begin_inset CommandInset bibitem
37789 LatexCommand bibitem
37790 key "AMS"
37791
37792 \end_inset
37793
37794
37795 \begin_inset CommandInset href
37796 LatexCommand href
37797 name "Beschreibung"
37798 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37799
37800 \end_inset
37801
37802  von 
37803 \begin_inset ERT
37804 status collapsed
37805
37806 \begin_layout Plain Layout
37807
37808
37809 \backslash
37810 AmS
37811 \end_layout
37812
37813 \end_inset
37814
37815 -LaTeX
37816 \end_layout
37817
37818 \begin_layout Bibliography
37819 \labelwidthstring Referenzen
37820 \begin_inset CommandInset bibitem
37821 LatexCommand bibitem
37822 key "Symbole"
37823
37824 \end_inset
37825
37826
37827 \begin_inset CommandInset href
37828 LatexCommand href
37829 name "Auflistung"
37830 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37831
37832 \end_inset
37833
37834  aller über LaTeX-Pakete verfügbare Symbole
37835 \end_layout
37836
37837 \begin_layout Bibliography
37838 \labelwidthstring Referenzen
37839 \begin_inset CommandInset bibitem
37840 LatexCommand bibitem
37841 key "hyperref"
37842
37843 \end_inset
37844
37845
37846 \begin_inset CommandInset href
37847 LatexCommand href
37848 name "Dokumentation"
37849 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37850
37851 \end_inset
37852
37853  des LaTeX-Pakets 
37854 \series bold
37855 hyperref
37856 \series default
37857
37858 \begin_inset Index idx
37859 status collapsed
37860
37861 \begin_layout Plain Layout
37862 Pakete ! hyperref
37863 \end_layout
37864
37865 \end_inset
37866
37867
37868 \end_layout
37869
37870 \begin_layout Bibliography
37871 \labelwidthstring Referenzen
37872 \begin_inset CommandInset bibitem
37873 LatexCommand bibitem
37874 key "mhchem"
37875
37876 \end_inset
37877
37878
37879 \begin_inset CommandInset href
37880 LatexCommand href
37881 name "Dokumentation"
37882 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37883
37884 \end_inset
37885
37886  des LaTeX-Pakets 
37887 \series bold
37888 mhchem
37889 \series default
37890
37891 \begin_inset Index idx
37892 status collapsed
37893
37894 \begin_layout Plain Layout
37895 Pakete ! mhchem
37896 \end_layout
37897
37898 \end_inset
37899
37900
37901 \end_layout
37902
37903 \begin_layout Bibliography
37904 \labelwidthstring Referenzen
37905 \begin_inset CommandInset bibitem
37906 LatexCommand bibitem
37907 key "Mathclap"
37908
37909 \end_inset
37910
37911
37912 \begin_inset CommandInset href
37913 LatexCommand href
37914 name "Beschreibung"
37915 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37916
37917 \end_inset
37918
37919  des in 
37920 \begin_inset CommandInset ref
37921 LatexCommand ref
37922 reference "sub:Operatorgrenzen"
37923
37924 \end_inset
37925
37926  vorgestellten Befehls 
37927 \series bold
37928
37929 \backslash
37930 mathclap
37931 \series default
37932
37933 \begin_inset Index idx
37934 status collapsed
37935
37936 \begin_layout Plain Layout
37937 Befehle ! M ! 
37938 \backslash
37939 mathclap
37940 \end_layout
37941
37942 \end_inset
37943
37944
37945 \end_layout
37946
37947 \begin_layout Bibliography
37948 \labelwidthstring Referenzen
37949 \begin_inset CommandInset bibitem
37950 LatexCommand bibitem
37951 key "Duden"
37952
37953 \end_inset
37954
37955
37956 \emph on
37957 Duden Band 1
37958 \emph default
37959 .
37960  22.
37961  Auflage, Duden Verlag 2001
37962 \end_layout
37963
37964 \begin_layout Bibliography
37965 \labelwidthstring Referenzen
37966 \begin_inset CommandInset bibitem
37967 LatexCommand bibitem
37968 key "Checklist"
37969
37970 \end_inset
37971
37972
37973 \begin_inset CommandInset href
37974 LatexCommand href
37975 name "Prüfliste"
37976 target "http://physics.nist.gov/Document/checklist.pdf"
37977
37978 \end_inset
37979
37980  für das Rezensieren von Manuskripten
37981 \end_layout
37982
37983 \begin_layout Standard
37984 \begin_inset Note Note
37985 status collapsed
37986
37987 \begin_layout Plain Layout
37988 Damit der Index den Namen 
37989 \begin_inset Quotes gld
37990 \end_inset
37991
37992 Stichwortverzeichnis
37993 \begin_inset Quotes grd
37994 \end_inset
37995
37996  erhält, wurde im LaTeX-Vorspann
37997 \end_layout
37998
37999 \begin_layout Plain Layout
38000
38001 \series bold
38002
38003 \backslash
38004 addto
38005 \backslash
38006 captionsngerman{
38007 \backslash
38008 renewcommand{
38009 \backslash
38010 indexname}{Stichwortverzeichnis}}
38011 \end_layout
38012
38013 \begin_layout Plain Layout
38014 eingefügt.
38015 \end_layout
38016
38017 \begin_layout Plain Layout
38018 Das Paket 
38019 \series bold
38020 babel
38021 \series default
38022  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38023  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38024  Außerdem wird 
38025 \series bold
38026 babel
38027 \series default
38028  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38029  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38030 che verwendet wurde.
38031 \end_layout
38032
38033 \begin_layout Plain Layout
38034 Möchte man andere Beschriftungen ändern, ersetzt man 
38035 \series bold
38036
38037 \backslash
38038 indexname
38039 \series default
38040  durch 
38041 \series bold
38042
38043 \backslash
38044 <Beschriftungs>name
38045 \series default
38046 .
38047  Eine Auflistung der möglichen Namen findet man unter
38048 \end_layout
38049
38050 \begin_layout Plain Layout
38051
38052 \family typewriter
38053 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38054 \end_layout
38055
38056 \begin_layout Plain Layout
38057 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38058 \series bold
38059 ngerman
38060 \series default
38061  durch die Dokumentsprache und
38062 \end_layout
38063
38064 \begin_layout Plain Layout
38065
38066 \series bold
38067
38068 \backslash
38069 captionsgerman
38070 \series default
38071  durch 
38072 \series bold
38073
38074 \backslash
38075 captions<Dokumentsprache>
38076 \series default
38077 .
38078 \end_layout
38079
38080 \end_inset
38081
38082
38083 \begin_inset CommandInset index_print
38084 LatexCommand printindex
38085 type "idx"
38086
38087 \end_inset
38088
38089
38090 \end_layout
38091
38092 \end_body
38093 \end_document