]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Documentation for customization of citation formats.
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.6svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 345
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. 22.6
73 \usepackage[samesize]{cancel}
74
75 % enables calculation of values,
76 \usepackage{calc}
77
78 % für Mehrfachzeilen und -spalten
79 \usepackage{multirow}
80 \usepackage{multicol}
81
82 % benutzt in Kap. 19.4
83 \usepackage{remreset}
84
85 % für das Fourier-Transformationssymbol
86 \usepackage{mathrsfs}
87
88 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
89 \renewcommand{\multirowsetup}{\centering}
90
91 % Farbdefinition aus Kap. 9.3
92 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
93
94 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
95 \DeclareMathOperator*{\Raute}{\blacklozenge}
96 \DeclareMathOperator{\sgn}{sgn}
97
98 \newcommand{\leer}{\textvisiblespace}
99
100 % Beispielbefehle aus Kap. 20.1 
101 \newcommand{\gr}{\Longrightarrow}
102 \newcommand{\us}[1]{\underline{#1}}
103 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
104 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
105 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
106
107 % Beispielmakro aus Kap. 19.4
108 %\def\tagform@#1{\maketag@@@{|#1|}}
109
110 % Makro aus Kap. 10.2
111 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
112 \def\mathclap {\mathpalette \mathclapinternal}
113 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
114
115 % Grauschrift Notiz umdefinieren
116 \renewenvironment{lyxgreyedout}
117  {\textcolor{blue}\bgroup}{\egroup}
118
119 % Damit der Index einen anderen Namen erhält.
120 \addto\captionsngerman
121 {\renewcommand{\indexname}
122 {Stichwort- und Befehlsverzeichnis}}
123
124 % ------------------------------------
125 % used to check for needed LaTeX packages
126 \usepackage{ifthen}
127
128 % testen ob das Paket eurosym installiert ist
129 % wird benutzt für das Euro-Symbol
130 \newboolean{eurosym}
131 \IfFileExists{eurosym.sty}
132  {\usepackage[gennarrow]{eurosym}
133   \setboolean{eurosym}{true}}
134  {\setboolean{eurosym}{false}}
135
136 % testen ob Paket braket installiert ist
137 % benötigt für physikalische Vektoren
138 \newboolean{braket}
139 \IfFileExists{braket.sty}
140  {\usepackage{braket}
141   \setboolean{braket}{true}}
142  {\setboolean{braket}{false}}
143
144 % testen ob Paket upgreek installiert ist
145 \newboolean{upgreek}
146 \IfFileExists{upgreek.sty}
147  {\usepackage{upgreek}
148   \setboolean{upgreek}{true}}
149  {\setboolean{upgreek}{false}}
150
151 % benötigt für Kommas in Formeln, siehe Kap. 22.3
152 \IfFileExists{icomma.sty}
153  {\usepackage{icomma}}{}
154 \end_preamble
155 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
156 \use_default_options false
157 \language ngerman
158 \inputencoding auto
159 \font_roman default
160 \font_sans default
161 \font_typewriter default
162 \font_default_family default
163 \font_sc false
164 \font_osf false
165 \font_sf_scale 100
166 \font_tt_scale 100
167
168 \graphics default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyXs Mathehandbuch"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
186 \papersize a4paper
187 \use_geometry false
188 \use_amsmath 2
189 \use_esint 1
190 \cite_engine basic
191 \use_bibtopic false
192 \paperorientation portrait
193 \secnumdepth 4
194 \tocdepth 3
195 \paragraph_separation skip
196 \defskip medskip
197 \quotes_language german
198 \papercolumns 1
199 \papersides 2
200 \paperpagestyle plain
201 \bullet 1 0 6 -1
202 \bullet 2 2 35 -1
203 \bullet 3 2 7 -1
204 \tracking_changes false
205 \output_changes false
206 \author "" 
207 \author "" 
208 \end_header
209
210 \begin_body
211
212 \begin_layout Title
213 LyXs detailliertes Mathe Handbuch
214 \end_layout
215
216 \begin_layout Author
217 vom LyX Team
218 \begin_inset Foot
219 status collapsed
220
221 \begin_layout Plain Layout
222 \noindent
223 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
224 ons-Liste: 
225 \family typewriter
226
227 \begin_inset CommandInset href
228 LatexCommand href
229 name "lyx-docs@lists.lyx.org"
230 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
231
232 \end_inset
233
234
235 \end_layout
236
237 \end_inset
238
239
240 \begin_inset Note Note
241 status collapsed
242
243 \begin_layout Plain Layout
244 Verfasser: Uwe Stöhr
245 \end_layout
246
247 \end_inset
248
249
250 \begin_inset Newline newline
251 \end_inset
252
253
254 \begin_inset Newline newline
255 \end_inset
256
257
258 \family sans
259 Version 1.6.x
260 \end_layout
261
262 \begin_layout Standard
263 \begin_inset CommandInset toc
264 LatexCommand tableofcontents
265
266 \end_inset
267
268
269 \end_layout
270
271 \begin_layout Standard
272 \begin_inset Note Note
273 status open
274
275 \begin_layout Plain Layout
276 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
277  
278 \series bold
279 eurosym,
280 \series default
281  
282 \series bold
283 mhchem, multirow
284 \series default
285  und 
286 \series bold
287 was
288 \series default
289  installiert sein.
290  Wenn 
291 \series bold
292 eurosym,
293 \series default
294  
295 \series bold
296 multirow
297 \series default
298  oder 
299 \series bold
300 was
301 \series default
302  nicht installiert sind, kann das Dokument trotzdem exportiert werden, die
303  Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber nicht
304  im Ausdruck.
305  Wenn 
306 \series bold
307 mhchem
308 \series default
309  nicht installiert ist, kann das Dokument nicht exportiert werden.
310 \end_layout
311
312 \begin_layout Plain Layout
313 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
314 \begin_inset Newline newline
315 \end_inset
316
317
318 \series bold
319 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
320 \end_layout
321
322 \end_inset
323
324
325 \end_layout
326
327 \begin_layout Standard
328 \begin_inset Newpage newpage
329 \end_inset
330
331
332 \end_layout
333
334 \begin_layout Section
335 Einleitung
336 \end_layout
337
338 \begin_layout Standard
339 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
340  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
341  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
342 tten.
343  Das setzt voraus, dass bereits das Kapitel 
344 \family typewriter
345 Mathematische
346 \family default
347  
348 \family typewriter
349 Formeln
350 \family default
351  des Benutzerhandbuchs gelesen worden ist.
352 \end_layout
353
354 \begin_layout Standard
355 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
356 \family sans
357 Einfügen
358 \series bold
359 \SpecialChar \menuseparator
360
361 \series default
362 Mathe
363 \family default
364  oder die 
365 \family sans
366 Mathe-Werkzeugleiste
367 \family default
368  aufrufbar.
369  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
370  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
371  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
372  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
373 \end_layout
374
375 \begin_layout Standard
376 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
377  LyX verfügbar.
378  Um alle Befehle nutzen zu können, muss die Option 
379 \family sans
380 AMS-Mathe-Paket verwenden
381 \family default
382  im Menü 
383 \family sans
384 Dokument\SpecialChar \menuseparator
385 Einstellungen\SpecialChar \menuseparator
386 Mathe Optionen
387 \family default
388  aktiviert sein.
389 \begin_inset Foot
390 status collapsed
391
392 \begin_layout Plain Layout
393 Die 
394 \family sans
395 Option
396 \family default
397  
398 \family sans
399 AMS-Mathe-Paket automatisch verwenden
400 \family default
401  verwendet 
402 \begin_inset ERT
403 status collapsed
404
405 \begin_layout Plain Layout
406
407
408 \backslash
409 AmS 
410 \end_layout
411
412 \end_inset
413
414 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
415  LyX unterstützt.
416 \end_layout
417
418 \end_inset
419
420
421 \end_layout
422
423 \begin_layout Standard
424 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
425 listung
426  aller 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS 
435 \end_layout
436
437 \end_inset
438
439 -Mathe Befehle
440 \begin_inset Foot
441 status collapsed
442
443 \begin_layout Plain Layout
444 Eine Liste mit allen 
445 \begin_inset ERT
446 status collapsed
447
448 \begin_layout Plain Layout
449
450
451 \backslash
452 AmS
453 \end_layout
454
455 \end_inset
456
457 -Mathe Befehlen findet sich in der Datei 
458 \family sans
459
460 \begin_inset CommandInset href
461 LatexCommand href
462 name "amsguide.ps"
463 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
464
465 \end_inset
466
467
468 \family default
469 , die Teil jeder LaTeX-Standardinstallation ist.
470 \end_layout
471
472 \end_inset
473
474  verzichtet.
475 \end_layout
476
477 \begin_layout Section
478 Allgemeine Hinweise
479 \end_layout
480
481 \begin_layout Standard
482 Um eine in einer Textzeile eingebettete Formel
483 \begin_inset Index
484 status collapsed
485
486 \begin_layout Plain Layout
487 Formel ! eingebettete
488 \end_layout
489
490 \end_inset
491
492  zu erstellen, drückt man 
493 \family sans
494 Strg+M
495 \family default
496  oder den Werkzeugleistenknopf 
497 \begin_inset Graphics
498         filename ../../images/math-mode.png
499         scale 85
500
501 \end_inset
502
503 .
504 \begin_inset Newline newline
505 \end_inset
506
507 Um eine abgesetzte Formel
508 \begin_inset Index
509 status collapsed
510
511 \begin_layout Plain Layout
512 Formel ! abgesetzte
513 \end_layout
514
515 \end_inset
516
517  zu erstellen, drückt man 
518 \family sans
519 Strg+Shift+M
520 \family default
521 .
522 \end_layout
523
524 \begin_layout Standard
525 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
526  Cursor in die Formel und drückt 
527 \family sans
528 Strg+Shift+M
529 \family default
530  oder benutzt das Menü 
531 \family sans
532 Bearbeiten\SpecialChar \menuseparator
533 Mathe\SpecialChar \menuseparator
534
535 \begin_inset Newline linebreak
536 \end_inset
537
538 Formelart ändern
539 \family default
540 .
541  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
542  umwandeln.
543 \end_layout
544
545 \begin_layout Standard
546 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
547  gibt man in die Formel den Befehl 
548 \series bold
549
550 \backslash
551 displaystyle
552 \series default
553
554 \begin_inset Index
555 status collapsed
556
557 \begin_layout Plain Layout
558 Befehle ! D ! 
559 \backslash
560 displaystyle
561 \end_layout
562
563 \end_inset
564
565  ein.
566  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
567  wird.
568 \end_layout
569
570 \begin_layout Standard
571 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
572 \end_layout
573
574 \begin_layout Standard
575 Die 
576 \family sans
577 Mathe-Werkzeugleiste
578 \family default
579  kann über das Menü 
580 \family sans
581 Ansicht\SpecialChar \menuseparator
582 Werkzeugleisten
583 \family default
584  eingeblendet werden.
585  Wenn dort auf 
586 \begin_inset Quotes eld
587 \end_inset
588
589 Mathe
590 \begin_inset Quotes erd
591 \end_inset
592
593  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
594  diese Einstellung wird durch ein Häkchen im Menü 
595 \family sans
596 Werkzeugleisten
597 \family default
598  angezeigt.
599  Wenn nun im Menü 
600 \family sans
601 Werkzeugleisten
602 \family default
603  nochmal auf 
604 \begin_inset Quotes eld
605 \end_inset
606
607 Mathe
608 \begin_inset Quotes erd
609 \end_inset
610
611  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
612  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
613  des Menüeintrags von 
614 \begin_inset Quotes eld
615 \end_inset
616
617 Mathe
618 \begin_inset Quotes erd
619 \end_inset
620
621  zu 
622 \begin_inset Quotes eld
623 \end_inset
624
625 Mathe
626 \begin_inset space ~
627 \end_inset
628
629 (automatisch)
630 \begin_inset Quotes erd
631 \end_inset
632
633  angezeigt.
634 \end_layout
635
636 \begin_layout Standard
637 In den TeX-Modus
638 \begin_inset Index
639 status collapsed
640
641 \begin_layout Plain Layout
642 T@TeX-Modus
643 \end_layout
644
645 \end_inset
646
647  gelangt man über den Werkzeugleistenknopf 
648 \begin_inset Graphics
649         filename ../../images/ert-insert.png
650         scale 85
651
652 \end_inset
653
654  oder das Menü 
655 \family sans
656 Einfügen\SpecialChar \menuseparator
657 Te
658 \begin_inset ERT
659 status collapsed
660
661 \begin_layout Plain Layout
662
663 {}
664 \end_layout
665
666 \end_inset
667
668 X
669 \begin_inset space ~
670 \end_inset
671
672 Code
673 \family default
674  (Tastenkürzel 
675 \family sans
676 Strg+L
677 \family default
678 ).
679 \begin_inset Note Note
680 status collapsed
681
682 \begin_layout Plain Layout
683 In LyX gibt es drei 
684 \begin_inset Quotes gld
685 \end_inset
686
687 Eigennamen
688 \begin_inset Quotes grd
689 \end_inset
690
691 , die im Ausdruck mit hoch bzw.
692  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
693 \end_layout
694
695 \begin_layout Plain Layout
696 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
697  man ein TeX-Klammerpaar ein.
698 \end_layout
699
700 \end_inset
701
702
703 \end_layout
704
705 \begin_layout Standard
706 In den LaTeX-Vorspann
707 \begin_inset Index
708 status collapsed
709
710 \begin_layout Plain Layout
711 L@LaTeX-Vorspann
712 \end_layout
713
714 \end_inset
715
716  gelangt man über das Menü 
717 \family sans
718 Dokument\SpecialChar \menuseparator
719 Einstellungen\SpecialChar \menuseparator
720 LaT
721 \begin_inset ERT
722 status collapsed
723
724 \begin_layout Plain Layout
725
726 {}
727 \end_layout
728
729 \end_inset
730
731 eX-Vorspann
732 \family default
733 .
734 \end_layout
735
736 \begin_layout Standard
737 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
738 en Formeln kann man die Menüs 
739 \family sans
740 Bearbeiten\SpecialChar \menuseparator
741 Mathe
742 \family default
743  und 
744 \family sans
745 Bearbeiten\SpecialChar \menuseparator
746 Zeilen
747 \begin_inset space \thinspace{}
748 \end_inset
749
750 &
751 \begin_inset space \thinspace{}
752 \end_inset
753
754 Spalten
755 \family default
756  oder die 
757 \family sans
758 Tabellen-Werkzeugleiste
759 \family default
760  verwenden.
761  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
762  die Spalte bzw.
763  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
764  bzw.
765  darunter liegenden Zeile vertauscht.
766  Befindet sich der Cursor in der letzten Spalte bzw.
767  Zeile, wird mit der links daneben stehenden Spalte bzw.
768  darüber liegenden Zeile vertauscht.
769 \end_layout
770
771 \begin_layout Standard
772 Zum Schreiben von Text in einer Formel
773 \begin_inset Foot
774 status collapsed
775
776 \begin_layout Plain Layout
777 Bei mehrzeiligen Formeln wird der Befehl 
778 \series bold
779
780 \backslash
781 intertext
782 \series default
783  verwendet, siehe 
784 \begin_inset CommandInset ref
785 LatexCommand ref
786 reference "sub:Text-in-mehrzeiligen"
787
788 \end_inset
789
790 .
791 \end_layout
792
793 \end_inset
794
795  verwendet man den 
796 \emph on
797 mathematischen Textmodus
798 \emph default
799
800 \begin_inset Index
801 status collapsed
802
803 \begin_layout Plain Layout
804 Text ! in Formeln
805 \end_layout
806
807 \end_inset
808
809
810 \begin_inset Index
811 status collapsed
812
813 \begin_layout Plain Layout
814 Mathematischer Textmodus
815 \end_layout
816
817 \end_inset
818
819 , in den man mit dem Tastenkürzel 
820 \family sans
821 Alt+M
822 \begin_inset space ~
823 \end_inset
824
825 M
826 \family default
827  oder durch Eingabe des Befehls 
828 \series bold
829
830 \backslash
831 text
832 \begin_inset Index
833 status collapsed
834
835 \begin_layout Plain Layout
836 Befehle ! T ! 
837 \backslash
838 text
839 \end_layout
840
841 \end_inset
842
843
844 \series default
845  gelangt.
846  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
847  Formel unterscheiden.
848  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
849  anderen Zeichen einer Formel nicht kursiv.
850 \end_layout
851
852 \begin_layout Subsection*
853 Befehlsschema
854 \end_layout
855
856 \begin_layout Standard
857 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
858  Schema:
859 \end_layout
860
861 \begin_layout Standard
862
863 \series bold
864
865 \backslash
866 Befehlsname[optionales
867 \series default
868  
869 \series bold
870 Argument]{anzugebendes
871 \series default
872  
873 \series bold
874 Argument}
875 \end_layout
876
877 \begin_layout Standard
878 Ein Befehl muss immer mit einem Backslash 
879 \begin_inset Quotes gld
880 \end_inset
881
882
883 \series bold
884
885 \backslash
886
887 \series default
888
889 \begin_inset Quotes grd
890 \end_inset
891
892  beginnen.
893  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
894  eckigen Klammern weggelassen werden.
895  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
896 \begin_inset Index
897 status collapsed
898
899 \begin_layout Plain Layout
900 T@TeX-Klammern
901 \end_layout
902
903 \end_inset
904
905  bezeichnet.
906  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
907  an, erzeugt LyX automatisch eine TeX-Klammer.
908  Ansonsten werden sie in Formeln mit dem Befehl 
909 \series bold
910
911 \backslash
912 {
913 \series default
914  erzeugt.
915  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
916  Klammern, die blau erscheinen.
917  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
918  TeX-Klammern erscheinen nicht im Ausdruck.
919 \end_layout
920
921 \begin_layout Standard
922 Werden Befehle ohne Argumente, wie z.
923 \begin_inset space \thinspace{}
924 \end_inset
925
926 B.
927  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
928 \emph on
929 immer
930 \emph default
931  ein Leerzeichen folgen um ihn zu beenden.
932  Dieses Leerzeichen erscheint nicht im Ausdruck.
933  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
934  normalen Text ein geschütztes Leerzeichen folgen.
935 \end_layout
936
937 \begin_layout Standard
938 Ein geschütztes Leerzeichen gibt man mit 
939 \family sans
940 Strg+Leertaste
941 \family default
942  ein.
943 \end_layout
944
945 \begin_layout Subsection*
946 Zeichenerklärung
947 \end_layout
948
949 \begin_layout Itemize
950 Das Symbol
951 \begin_inset Foot
952 status collapsed
953
954 \begin_layout Plain Layout
955 Dieses sichtbare Leerzeichen erhält man über den Befehl 
956 \series bold
957
958 \backslash
959 textvisiblespace
960 \series default
961
962 \begin_inset Index
963 status collapsed
964
965 \begin_layout Plain Layout
966 Befehle ! T ! 
967 \backslash
968 textvisiblespace
969 \end_layout
970
971 \end_inset
972
973 , der im TeX-Modus einzugeben ist.
974 \end_layout
975
976 \end_inset
977
978  
979 \begin_inset ERT
980 status collapsed
981
982 \begin_layout Plain Layout
983
984
985 \backslash
986 leer 
987 \end_layout
988
989 \end_inset
990
991
992 \begin_inset space ~
993 \end_inset
994
995 steht für ein einzugebendes Leerzeichen.
996 \end_layout
997
998 \begin_layout Itemize
999 Ein Pfeil wie z.
1000 \begin_inset space \thinspace{}
1001 \end_inset
1002
1003 B.
1004  
1005 \begin_inset Formula $\to$
1006 \end_inset
1007
1008  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1009 \end_layout
1010
1011 \begin_layout Subsection*
1012 Verfügbare Einheiten
1013 \end_layout
1014
1015 \begin_layout Standard
1016 \align center
1017 \begin_inset Float table
1018 placement H
1019 wide false
1020 sideways false
1021 status open
1022
1023 \begin_layout Plain Layout
1024 \align center
1025 \begin_inset Caption
1026
1027 \begin_layout Plain Layout
1028 \begin_inset CommandInset label
1029 LatexCommand label
1030 name "tab:Verfügbare-Einheiten"
1031
1032 \end_inset
1033
1034 Verfügbare Einheiten
1035 \end_layout
1036
1037 \end_inset
1038
1039
1040 \end_layout
1041
1042 \begin_layout Plain Layout
1043 \align center
1044 \begin_inset Tabular
1045 <lyxtabular version="3" rows="13" columns="2">
1046 <features>
1047 <column alignment="center" valignment="top" width="0">
1048 <column alignment="center" valignment="top" width="0">
1049 <row>
1050 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1051 \begin_inset Text
1052
1053 \begin_layout Plain Layout
1054 Einheit
1055 \end_layout
1056
1057 \end_inset
1058 </cell>
1059 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1060 \begin_inset Text
1061
1062 \begin_layout Plain Layout
1063 Name / Beschreibung
1064 \end_layout
1065
1066 \end_inset
1067 </cell>
1068 </row>
1069 <row>
1070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1071 \begin_inset Text
1072
1073 \begin_layout Plain Layout
1074 mm
1075 \end_layout
1076
1077 \end_inset
1078 </cell>
1079 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1080 \begin_inset Text
1081
1082 \begin_layout Plain Layout
1083 Millimeter
1084 \end_layout
1085
1086 \end_inset
1087 </cell>
1088 </row>
1089 <row>
1090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1091 \begin_inset Text
1092
1093 \begin_layout Plain Layout
1094 cm
1095 \end_layout
1096
1097 \end_inset
1098 </cell>
1099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1100 \begin_inset Text
1101
1102 \begin_layout Plain Layout
1103 Zentimeter
1104 \end_layout
1105
1106 \end_inset
1107 </cell>
1108 </row>
1109 <row>
1110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1111 \begin_inset Text
1112
1113 \begin_layout Plain Layout
1114 in
1115 \end_layout
1116
1117 \end_inset
1118 </cell>
1119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1120 \begin_inset Text
1121
1122 \begin_layout Plain Layout
1123 Inch / Zoll (1
1124 \begin_inset space \thinspace{}
1125 \end_inset
1126
1127 in = 2,54
1128 \begin_inset space \thinspace{}
1129 \end_inset
1130
1131 cm)
1132 \end_layout
1133
1134 \end_inset
1135 </cell>
1136 </row>
1137 <row>
1138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1139 \begin_inset Text
1140
1141 \begin_layout Plain Layout
1142 pt
1143 \end_layout
1144
1145 \end_inset
1146 </cell>
1147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1148 \begin_inset Text
1149
1150 \begin_layout Plain Layout
1151 Punkt (72,27
1152 \begin_inset space \thinspace{}
1153 \end_inset
1154
1155 pt = 1
1156 \begin_inset space \thinspace{}
1157 \end_inset
1158
1159 in)
1160 \end_layout
1161
1162 \end_inset
1163 </cell>
1164 </row>
1165 <row>
1166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1167 \begin_inset Text
1168
1169 \begin_layout Plain Layout
1170 pc
1171 \end_layout
1172
1173 \end_inset
1174 </cell>
1175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1176 \begin_inset Text
1177
1178 \begin_layout Plain Layout
1179 Pica (1
1180 \begin_inset space \thinspace{}
1181 \end_inset
1182
1183 pc = 12
1184 \begin_inset space \thinspace{}
1185 \end_inset
1186
1187 pt)
1188 \end_layout
1189
1190 \end_inset
1191 </cell>
1192 </row>
1193 <row>
1194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1195 \begin_inset Text
1196
1197 \begin_layout Plain Layout
1198 sp
1199 \end_layout
1200
1201 \end_inset
1202 </cell>
1203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1204 \begin_inset Text
1205
1206 \begin_layout Plain Layout
1207 scaled point (65536
1208 \begin_inset space \thinspace{}
1209 \end_inset
1210
1211 sp = 1
1212 \begin_inset space \thinspace{}
1213 \end_inset
1214
1215 pt)
1216 \end_layout
1217
1218 \end_inset
1219 </cell>
1220 </row>
1221 <row>
1222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1223 \begin_inset Text
1224
1225 \begin_layout Plain Layout
1226 bp
1227 \end_layout
1228
1229 \end_inset
1230 </cell>
1231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1232 \begin_inset Text
1233
1234 \begin_layout Plain Layout
1235 big point (72
1236 \begin_inset space \thinspace{}
1237 \end_inset
1238
1239 bp = 1
1240 \begin_inset space \thinspace{}
1241 \end_inset
1242
1243 in)
1244 \end_layout
1245
1246 \end_inset
1247 </cell>
1248 </row>
1249 <row>
1250 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1251 \begin_inset Text
1252
1253 \begin_layout Plain Layout
1254 dd
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1260 \begin_inset Text
1261
1262 \begin_layout Plain Layout
1263 Didot (1
1264 \begin_inset space \thinspace{}
1265 \end_inset
1266
1267 dd 
1268 \begin_inset Formula $\approx$
1269 \end_inset
1270
1271  0,376
1272 \begin_inset space \thinspace{}
1273 \end_inset
1274
1275 mm)
1276 \end_layout
1277
1278 \end_inset
1279 </cell>
1280 </row>
1281 <row>
1282 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1283 \begin_inset Text
1284
1285 \begin_layout Plain Layout
1286 cc
1287 \end_layout
1288
1289 \end_inset
1290 </cell>
1291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1292 \begin_inset Text
1293
1294 \begin_layout Plain Layout
1295 Cicero (1
1296 \begin_inset space \thinspace{}
1297 \end_inset
1298
1299 cc = 12
1300 \begin_inset space \thinspace{}
1301 \end_inset
1302
1303 dd)
1304 \end_layout
1305
1306 \end_inset
1307 </cell>
1308 </row>
1309 <row>
1310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1311 \begin_inset Text
1312
1313 \begin_layout Plain Layout
1314 ex
1315 \end_layout
1316
1317 \end_inset
1318 </cell>
1319 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1320 \begin_inset Text
1321
1322 \begin_layout Plain Layout
1323 Höhe des Buchstabens 
1324 \emph on
1325 x
1326 \emph default
1327  in der aktuellen Schrift
1328 \end_layout
1329
1330 \end_inset
1331 </cell>
1332 </row>
1333 <row>
1334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1335 \begin_inset Text
1336
1337 \begin_layout Plain Layout
1338 em
1339 \end_layout
1340
1341 \end_inset
1342 </cell>
1343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1344 \begin_inset Text
1345
1346 \begin_layout Plain Layout
1347 Breite des Buchstabens 
1348 \emph on
1349 M
1350 \emph default
1351  in der aktuellen Schrift
1352 \end_layout
1353
1354 \end_inset
1355 </cell>
1356 </row>
1357 <row>
1358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1359 \begin_inset Text
1360
1361 \begin_layout Plain Layout
1362 mu
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1368 \begin_inset Text
1369
1370 \begin_layout Plain Layout
1371 math unit (1
1372 \begin_inset space \thinspace{}
1373 \end_inset
1374
1375 mu = 
1376 \begin_inset Formula $\nicefrac{1}{18}$
1377 \end_inset
1378
1379
1380 \begin_inset space \thinspace{}
1381 \end_inset
1382
1383 em)
1384 \end_layout
1385
1386 \end_inset
1387 </cell>
1388 </row>
1389 </lyxtabular>
1390
1391 \end_inset
1392
1393
1394 \end_layout
1395
1396 \end_inset
1397
1398
1399 \end_layout
1400
1401 \begin_layout Standard
1402 \begin_inset Newpage newpage
1403 \end_inset
1404
1405
1406 \end_layout
1407
1408 \begin_layout Section
1409 Grundlegende Funktionen
1410 \end_layout
1411
1412 \begin_layout Subsection
1413 Exponenten
1414 \begin_inset Index
1415 status collapsed
1416
1417 \begin_layout Plain Layout
1418 Exponenten
1419 \end_layout
1420
1421 \end_inset
1422
1423  und Indizes
1424 \begin_inset Index
1425 status collapsed
1426
1427 \begin_layout Plain Layout
1428 Indizes
1429 \end_layout
1430
1431 \end_inset
1432
1433
1434 \begin_inset Index
1435 status collapsed
1436
1437 \begin_layout Plain Layout
1438 Hochstellen|see
1439 \begin_inset ERT
1440 status collapsed
1441
1442 \begin_layout Plain Layout
1443
1444 {
1445 \end_layout
1446
1447 \end_inset
1448
1449 Exponenten
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 }
1456 \end_layout
1457
1458 \end_inset
1459
1460
1461 \end_layout
1462
1463 \end_inset
1464
1465
1466 \begin_inset Index
1467 status collapsed
1468
1469 \begin_layout Plain Layout
1470 Tiefstellen|see
1471 \begin_inset ERT
1472 status collapsed
1473
1474 \begin_layout Plain Layout
1475
1476 {
1477 \end_layout
1478
1479 \end_inset
1480
1481 Indizes
1482 \begin_inset ERT
1483 status collapsed
1484
1485 \begin_layout Plain Layout
1486
1487 }
1488 \end_layout
1489
1490 \end_inset
1491
1492
1493 \end_layout
1494
1495 \end_inset
1496
1497
1498 \end_layout
1499
1500 \begin_layout Standard
1501 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1502  
1503 \begin_inset Graphics
1504         filename ../../images/math-subscript.png
1505         scale 85
1506
1507 \end_inset
1508
1509 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1510  
1511 \begin_inset Graphics
1512         filename ../../images/math-superscript.png
1513         scale 85
1514
1515 \end_inset
1516
1517  erzeugt.
1518 \end_layout
1519
1520 \begin_layout Standard
1521 \align center
1522 \begin_inset Tabular
1523 <lyxtabular version="3" rows="4" columns="2">
1524 <features>
1525 <column alignment="center" valignment="top" width="0pt">
1526 <column alignment="center" valignment="top" width="0pt">
1527 <row>
1528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1529 \begin_inset Text
1530
1531 \begin_layout Plain Layout
1532 Befehl
1533 \end_layout
1534
1535 \end_inset
1536 </cell>
1537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1538 \begin_inset Text
1539
1540 \begin_layout Plain Layout
1541 Ergebnis
1542 \begin_inset Note Note
1543 status collapsed
1544
1545 \begin_layout Plain Layout
1546
1547 \series bold
1548
1549 \backslash
1550 raisebox
1551 \series default
1552  dient nur als Abstandhalter.
1553 \end_layout
1554
1555 \end_inset
1556
1557
1558 \end_layout
1559
1560 \end_inset
1561 </cell>
1562 </row>
1563 <row>
1564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1565 \begin_inset Text
1566
1567 \begin_layout Plain Layout
1568 B_V
1569 \end_layout
1570
1571 \end_inset
1572 </cell>
1573 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1574 \begin_inset Text
1575
1576 \begin_layout Plain Layout
1577 \begin_inset Formula $B_{V}$
1578 \end_inset
1579
1580
1581 \end_layout
1582
1583 \end_inset
1584 </cell>
1585 </row>
1586 <row>
1587 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1588 \begin_inset Text
1589
1590 \begin_layout Plain Layout
1591 B^V
1592 \end_layout
1593
1594 \end_inset
1595 </cell>
1596 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1597 \begin_inset Text
1598
1599 \begin_layout Plain Layout
1600 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1601 \end_inset
1602
1603
1604 \end_layout
1605
1606 \end_inset
1607 </cell>
1608 </row>
1609 <row>
1610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1611 \begin_inset Text
1612
1613 \begin_layout Plain Layout
1614 B^
1615 \begin_inset ERT
1616 status collapsed
1617
1618 \begin_layout Plain Layout
1619
1620
1621 \backslash
1622 leer 
1623 \end_layout
1624
1625 \end_inset
1626
1627 A
1628 \end_layout
1629
1630 \end_inset
1631 </cell>
1632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1633 \begin_inset Text
1634
1635 \begin_layout Plain Layout
1636 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1637 \end_inset
1638
1639
1640 \end_layout
1641
1642 \end_inset
1643 </cell>
1644 </row>
1645 </lyxtabular>
1646
1647 \end_inset
1648
1649
1650 \end_layout
1651
1652 \begin_layout Standard
1653 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1654 llt
1655 \begin_inset Foot
1656 status collapsed
1657
1658 \begin_layout Plain Layout
1659 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1660 \end_layout
1661
1662 \end_inset
1663
1664 .
1665  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1666  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1667 \end_layout
1668
1669 \begin_layout Subsection
1670 Brüche
1671 \begin_inset CommandInset label
1672 LatexCommand label
1673 name "sub:Brüche"
1674
1675 \end_inset
1676
1677
1678 \begin_inset Index
1679 status collapsed
1680
1681 \begin_layout Plain Layout
1682 Brüche
1683 \end_layout
1684
1685 \end_inset
1686
1687
1688 \end_layout
1689
1690 \begin_layout Standard
1691 Brüche werden mit dem Befehl 
1692 \series bold
1693
1694 \backslash
1695 frac
1696 \series default
1697
1698 \begin_inset Index
1699 status collapsed
1700
1701 \begin_layout Plain Layout
1702 Befehle ! F ! 
1703 \backslash
1704 frac
1705 \end_layout
1706
1707 \end_inset
1708
1709  oder mit dem Mathe-Werkzeugleistenknopf 
1710 \begin_inset Graphics
1711         filename ../../images/math/frac.png
1712         scale 50
1713
1714 \end_inset
1715
1716  erstellt.
1717  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1718  in einer eingebetteten oder abgesetzten Formel befindet.
1719  Mit dem Mathe-Werkzeugleistenknopf 
1720 \begin_inset Graphics
1721         filename ../../images/math/frac-square.png
1722         scale 85
1723
1724 \end_inset
1725
1726  können verschieden Bruchtypen gewählt werden.
1727 \end_layout
1728
1729 \begin_layout Standard
1730 Mit dem Befehl 
1731 \series bold
1732
1733 \backslash
1734 dfrac
1735 \begin_inset Index
1736 status collapsed
1737
1738 \begin_layout Plain Layout
1739 Befehle ! D ! 
1740 \backslash
1741 dfrac
1742 \end_layout
1743
1744 \end_inset
1745
1746
1747 \series default
1748  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1749  Formel erscheint.
1750  Mit 
1751 \series bold
1752
1753 \backslash
1754 tfrac
1755 \begin_inset Index
1756 status collapsed
1757
1758 \begin_layout Plain Layout
1759 Befehle ! T ! 
1760 \backslash
1761 tfrac
1762 \end_layout
1763
1764 \end_inset
1765
1766
1767 \series default
1768  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1769  Ein Beispiel:
1770 \end_layout
1771
1772 \begin_layout Standard
1773 Eine Zeile mit dem Bruch 
1774 \begin_inset Formula $\frac{1}{2}$
1775 \end_inset
1776
1777 , der mit dem Befehl 
1778 \series bold
1779
1780 \backslash
1781 frac
1782 \series default
1783  erstellt wurde.
1784 \end_layout
1785
1786 \begin_layout Standard
1787 Eine Zeile mit dem Bruch 
1788 \begin_inset Formula $\dfrac{1}{2}$
1789 \end_inset
1790
1791 , der mit dem Befehl 
1792 \series bold
1793
1794 \backslash
1795 dfrac
1796 \series default
1797  erstellt wurde.
1798 \end_layout
1799
1800 \begin_layout Standard
1801 \align center
1802 \begin_inset Tabular
1803 <lyxtabular version="3" rows="4" columns="2">
1804 <features>
1805 <column alignment="center" valignment="top" width="0pt">
1806 <column alignment="center" valignment="top" width="0pt">
1807 <row>
1808 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1809 \begin_inset Text
1810
1811 \begin_layout Plain Layout
1812 Befehl
1813 \end_layout
1814
1815 \end_inset
1816 </cell>
1817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1818 \begin_inset Text
1819
1820 \begin_layout Plain Layout
1821 Ergebnis
1822 \begin_inset Note Note
1823 status collapsed
1824
1825 \begin_layout Plain Layout
1826
1827 \series bold
1828
1829 \backslash
1830 raisebox
1831 \series default
1832  dient nur als Abstandhalter.
1833 \end_layout
1834
1835 \end_inset
1836
1837
1838 \end_layout
1839
1840 \end_inset
1841 </cell>
1842 </row>
1843 <row>
1844 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1845 \begin_inset Text
1846
1847 \begin_layout Plain Layout
1848
1849 \backslash
1850 frac
1851 \begin_inset ERT
1852 status collapsed
1853
1854 \begin_layout Plain Layout
1855
1856
1857 \backslash
1858 leer 
1859 \end_layout
1860
1861 \end_inset
1862
1863 A
1864 \begin_inset Formula $\downarrow$
1865 \end_inset
1866
1867 B
1868 \end_layout
1869
1870 \end_inset
1871 </cell>
1872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1873 \begin_inset Text
1874
1875 \begin_layout Plain Layout
1876 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1877 \end_inset
1878
1879
1880 \end_layout
1881
1882 \end_inset
1883 </cell>
1884 </row>
1885 <row>
1886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1887 \begin_inset Text
1888
1889 \begin_layout Plain Layout
1890
1891 \backslash
1892 dfrac
1893 \begin_inset ERT
1894 status collapsed
1895
1896 \begin_layout Plain Layout
1897
1898
1899 \backslash
1900 leer 
1901 \end_layout
1902
1903 \end_inset
1904
1905 A
1906 \begin_inset Formula $\downarrow$
1907 \end_inset
1908
1909 B
1910 \end_layout
1911
1912 \end_inset
1913 </cell>
1914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1915 \begin_inset Text
1916
1917 \begin_layout Plain Layout
1918 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1919 \end_inset
1920
1921
1922 \end_layout
1923
1924 \end_inset
1925 </cell>
1926 </row>
1927 <row>
1928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1929 \begin_inset Text
1930
1931 \begin_layout Plain Layout
1932
1933 \backslash
1934 dfrac
1935 \begin_inset ERT
1936 status collapsed
1937
1938 \begin_layout Plain Layout
1939
1940
1941 \backslash
1942 leer 
1943 \end_layout
1944
1945 \end_inset
1946
1947 e^
1948 \begin_inset ERT
1949 status collapsed
1950
1951 \begin_layout Plain Layout
1952
1953
1954 \backslash
1955 leer 
1956 \end_layout
1957
1958 \end_inset
1959
1960
1961 \backslash
1962 frac
1963 \begin_inset ERT
1964 status collapsed
1965
1966 \begin_layout Plain Layout
1967
1968
1969 \backslash
1970 leer 
1971 \end_layout
1972
1973 \end_inset
1974
1975 1
1976 \begin_inset Formula $\downarrow$
1977 \end_inset
1978
1979 2
1980 \begin_inset Formula $\downarrow\downarrow$
1981 \end_inset
1982
1983 3
1984 \end_layout
1985
1986 \end_inset
1987 </cell>
1988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1989 \begin_inset Text
1990
1991 \begin_layout Plain Layout
1992 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1993 \end_inset
1994
1995
1996 \end_layout
1997
1998 \end_inset
1999 </cell>
2000 </row>
2001 </lyxtabular>
2002
2003 \end_inset
2004
2005
2006 \end_layout
2007
2008 \begin_layout Standard
2009 \begin_inset VSpace bigskip
2010 \end_inset
2011
2012
2013 \begin_inset Newpage newpage
2014 \end_inset
2015
2016 Für Mehrfachbrüche gibt es den Befehl 
2017 \series bold
2018
2019 \backslash
2020 cfrac
2021 \series default
2022
2023 \begin_inset Index
2024 status collapsed
2025
2026 \begin_layout Plain Layout
2027 Befehle ! C ! 
2028 \backslash
2029 cfrac
2030 \end_layout
2031
2032 \end_inset
2033
2034 .
2035  Dazu ein Beispiel:
2036 \begin_inset VSpace -3mm
2037 \end_inset
2038
2039
2040 \end_layout
2041
2042 \begin_layout Standard
2043 \begin_inset Formula \begin{align*}
2044 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2045 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2046
2047 \end_inset
2048
2049
2050 \end_layout
2051
2052 \begin_layout Standard
2053 Der Befehl für obiges Beispiel lautet:
2054 \end_layout
2055
2056 \begin_layout Standard
2057
2058 \series bold
2059
2060 \backslash
2061 cfrac
2062 \begin_inset ERT
2063 status collapsed
2064
2065 \begin_layout Plain Layout
2066
2067
2068 \backslash
2069 leer 
2070 \end_layout
2071
2072 \end_inset
2073
2074 A
2075 \begin_inset Formula $\downarrow$
2076 \end_inset
2077
2078 B+
2079 \backslash
2080 cfrac
2081 \begin_inset ERT
2082 status collapsed
2083
2084 \begin_layout Plain Layout
2085
2086
2087 \backslash
2088 leer 
2089 \end_layout
2090
2091 \end_inset
2092
2093 C+
2094 \backslash
2095 cfrac
2096 \begin_inset ERT
2097 status collapsed
2098
2099 \begin_layout Plain Layout
2100
2101
2102 \backslash
2103 leer 
2104 \end_layout
2105
2106 \end_inset
2107
2108 E
2109 \begin_inset Formula $\downarrow$
2110 \end_inset
2111
2112 F
2113 \begin_inset Formula $\downarrow$
2114 \end_inset
2115
2116 D
2117 \end_layout
2118
2119 \begin_layout Standard
2120 \begin_inset VSpace medskip
2121 \end_inset
2122
2123
2124 \end_layout
2125
2126 \begin_layout Standard
2127
2128 \series bold
2129
2130 \backslash
2131 cfrac
2132 \series default
2133  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2134  auch wenn er selbst Teil eines Bruches ist.
2135 \end_layout
2136
2137 \begin_layout Standard
2138 Es ist möglich die Ausrichtung des Zählers einzustellen.
2139  Der Befehl 
2140 \series bold
2141
2142 \backslash
2143 cfracleft
2144 \series default
2145  richtet ihn links, der Befehl 
2146 \series bold
2147
2148 \backslash
2149 cfracright
2150 \series default
2151  rechts aus.
2152  
2153 \series bold
2154
2155 \backslash
2156 cfrac
2157 \series default
2158  zentriert den Zähler.
2159  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2160 \end_layout
2161
2162 \begin_layout Standard
2163
2164 \series bold
2165 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2166 \end_inset
2167
2168
2169 \begin_inset Formula $\cfrac{A}{B+C}$
2170 \end_inset
2171
2172
2173 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2174 \end_inset
2175
2176
2177 \end_layout
2178
2179 \begin_layout Standard
2180 \begin_inset Note Greyedout
2181 status open
2182
2183 \begin_layout Plain Layout
2184
2185 \series bold
2186 Achtung:
2187 \series default
2188  
2189 \series bold
2190
2191 \backslash
2192 cfracleft
2193 \series default
2194  und
2195 \series bold
2196  
2197 \backslash
2198 cfracright
2199 \series default
2200  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2201 \series bold
2202
2203 \backslash
2204 cfrac[Ausrichtung]{Zähler}{Nenner}
2205 \series default
2206  dar.
2207  Daher kann man sie nicht im TeX-Code benutzen.
2208 \end_layout
2209
2210 \end_inset
2211
2212
2213 \end_layout
2214
2215 \begin_layout Standard
2216 \begin_inset VSpace medskip
2217 \end_inset
2218
2219 Oftmals ist es am günstigsten 
2220 \series bold
2221
2222 \backslash
2223 cfrac
2224 \series default
2225  und 
2226 \series bold
2227
2228 \backslash
2229 frac
2230 \series default
2231  zu kombinieren:
2232 \begin_inset Formula \[
2233 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2234
2235 \end_inset
2236
2237
2238 \end_layout
2239
2240 \begin_layout Standard
2241 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2242 \series bold
2243
2244 \backslash
2245 nicefrac
2246 \series default
2247
2248 \begin_inset Index
2249 status collapsed
2250
2251 \begin_layout Plain Layout
2252 Befehle ! N ! 
2253 \backslash
2254 nicefrac
2255 \end_layout
2256
2257 \end_inset
2258
2259
2260 \begin_inset Formula $\nicefrac{5}{31}$
2261 \end_inset
2262
2263  oder 
2264 \series bold
2265
2266 \backslash
2267 unitfrac
2268 \series default
2269
2270 \begin_inset Index
2271 status collapsed
2272
2273 \begin_layout Plain Layout
2274 Befehle! U ! 
2275 \backslash
2276 unitfrac
2277 \end_layout
2278
2279 \end_inset
2280
2281
2282 \begin_inset Formula $\unitfrac{5}{31}$
2283 \end_inset
2284
2285  benutzt werden.
2286  Des Weiteren gibt es den Befehl 
2287 \series bold
2288
2289 \backslash
2290 unitfracthree
2291 \series default
2292  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2293 \begin_inset Formula $\unitfrac[2]{1}{3}$
2294 \end_inset
2295
2296
2297 \end_layout
2298
2299 \begin_layout Standard
2300 \begin_inset Note Greyedout
2301 status open
2302
2303 \begin_layout Plain Layout
2304
2305 \series bold
2306 Achtung:
2307 \series default
2308  
2309 \series bold
2310
2311 \backslash
2312 unitfracthree
2313 \series default
2314  ist kein echter LaTeX-Befehl, sondern der Befehl
2315 \begin_inset Newline newline
2316 \end_inset
2317
2318
2319 \series bold
2320
2321 \backslash
2322 unitfrac[Zahl]{Zähler}{Nenner}
2323 \series default
2324  .
2325  Daher kann man ihn nicht im TeX-Code benutzen.
2326 \end_layout
2327
2328 \end_inset
2329
2330
2331 \end_layout
2332
2333 \begin_layout Standard
2334 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2335  in 
2336 \begin_inset CommandInset ref
2337 LatexCommand ref
2338 reference "sub:Selbstdefinierte-Brüche"
2339
2340 \end_inset
2341
2342  erklärt.
2343 \end_layout
2344
2345 \begin_layout Subsection
2346 Wurzeln
2347 \begin_inset Index
2348 status collapsed
2349
2350 \begin_layout Plain Layout
2351 Wurzeln
2352 \end_layout
2353
2354 \end_inset
2355
2356
2357 \end_layout
2358
2359 \begin_layout Standard
2360 Quadratwurzeln werden mit 
2361 \series bold
2362
2363 \backslash
2364 sqrt
2365 \series default
2366
2367 \begin_inset Index
2368 status collapsed
2369
2370 \begin_layout Plain Layout
2371 Befehle ! S ! 
2372 \backslash
2373 sqrt
2374 \end_layout
2375
2376 \end_inset
2377
2378  oder dem Mathe-Werkzeugleistenknopf 
2379 \begin_inset Graphics
2380         filename ../../images/math/sqrt.png
2381         scale 85
2382
2383 \end_inset
2384
2385  gesetzt, alle anderen Wurzeln mit dem Befehl 
2386 \series bold
2387
2388 \backslash
2389 root
2390 \series default
2391
2392 \begin_inset Index
2393 status collapsed
2394
2395 \begin_layout Plain Layout
2396 Befehle ! R ! 
2397 \backslash
2398 root
2399 \end_layout
2400
2401 \end_inset
2402
2403  oder dem Mathe-Werkzeugleistenknopf 
2404 \begin_inset Graphics
2405         filename ../../images/math/root.png
2406         scale 85
2407
2408 \end_inset
2409
2410 .
2411 \end_layout
2412
2413 \begin_layout Standard
2414 \align center
2415 \begin_inset Tabular
2416 <lyxtabular version="3" rows="3" columns="2">
2417 <features>
2418 <column alignment="center" valignment="top" width="0pt">
2419 <column alignment="center" valignment="top" width="0pt">
2420 <row>
2421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2422 \begin_inset Text
2423
2424 \begin_layout Plain Layout
2425 Befehl
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 Ergebnis
2435 \begin_inset Note Note
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439
2440 \series bold
2441
2442 \backslash
2443 raisebox
2444 \series default
2445  dient nur als Abstandhalter.
2446 \end_layout
2447
2448 \end_inset
2449
2450
2451 \end_layout
2452
2453 \end_inset
2454 </cell>
2455 </row>
2456 <row>
2457 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2458 \begin_inset Text
2459
2460 \begin_layout Plain Layout
2461
2462 \backslash
2463 sqrt
2464 \begin_inset ERT
2465 status collapsed
2466
2467 \begin_layout Plain Layout
2468
2469
2470 \backslash
2471 leer 
2472 \end_layout
2473
2474 \end_inset
2475
2476 A-B
2477 \end_layout
2478
2479 \end_inset
2480 </cell>
2481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2482 \begin_inset Text
2483
2484 \begin_layout Plain Layout
2485 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2486 \end_inset
2487
2488
2489 \end_layout
2490
2491 \end_inset
2492 </cell>
2493 </row>
2494 <row>
2495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2496 \begin_inset Text
2497
2498 \begin_layout Plain Layout
2499
2500 \backslash
2501 root
2502 \begin_inset ERT
2503 status collapsed
2504
2505 \begin_layout Plain Layout
2506
2507
2508 \backslash
2509 leer 
2510 \end_layout
2511
2512 \end_inset
2513
2514 3
2515 \begin_inset Formula $\downarrow$
2516 \end_inset
2517
2518 A-B
2519 \end_layout
2520
2521 \end_inset
2522 </cell>
2523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2524 \begin_inset Text
2525
2526 \begin_layout Plain Layout
2527 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2528 \end_inset
2529
2530
2531 \end_layout
2532
2533 \end_inset
2534 </cell>
2535 </row>
2536 </lyxtabular>
2537
2538 \end_inset
2539
2540
2541 \end_layout
2542
2543 \begin_layout Standard
2544 Eine Quadratwurzel kann man auch mit 
2545 \series bold
2546
2547 \backslash
2548 root
2549 \series default
2550  erstellen, indem man das Feld über der Wurzel frei lässt.
2551 \end_layout
2552
2553 \begin_layout Standard
2554 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2555  Formel: 
2556 \begin_inset Formula $\sqrt[\beta]{B}$
2557 \end_inset
2558
2559
2560 \begin_inset Newline newline
2561 \end_inset
2562
2563 Das 
2564 \begin_inset Formula $\beta$
2565 \end_inset
2566
2567  berührt die Wurzel.
2568  Um dies zu verhindern, verwendet man die Befehle 
2569 \series bold
2570
2571 \backslash
2572 leftroot
2573 \series default
2574
2575 \begin_inset Index
2576 status collapsed
2577
2578 \begin_layout Plain Layout
2579 Befehle ! L ! 
2580 \backslash
2581 leftroot
2582 \end_layout
2583
2584 \end_inset
2585
2586  und 
2587 \series bold
2588
2589 \backslash
2590 uproot
2591 \series default
2592
2593 \begin_inset Index
2594 status collapsed
2595
2596 \begin_layout Plain Layout
2597 Befehle ! U ! 
2598 \backslash
2599 uproot
2600 \end_layout
2601
2602 \end_inset
2603
2604 , die folgendes Schema besitzen:
2605 \end_layout
2606
2607 \begin_layout Standard
2608
2609 \series bold
2610
2611 \backslash
2612 leftroot{Abstand}
2613 \series default
2614  bzw.
2615  
2616 \series bold
2617
2618 \backslash
2619 uproot{Abstand}
2620 \end_layout
2621
2622 \begin_layout Standard
2623 Abstand ist die Anzahl der Big Points (Einheit bp; 
2624 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2625 \end_inset
2626
2627 ), um die der Index nach links bzw.
2628  nach oben verschoben werden soll.
2629  Die Befehle werden in den Index geschrieben.
2630  So ergibt der Befehl
2631 \begin_inset Newline newline
2632 \end_inset
2633
2634
2635 \series bold
2636
2637 \backslash
2638 root
2639 \backslash
2640 leftroot{-1
2641 \begin_inset Formula $\to$
2642 \end_inset
2643
2644
2645 \backslash
2646 uproot{2
2647 \begin_inset Formula $\to$
2648 \end_inset
2649
2650
2651 \backslash
2652 beta
2653 \begin_inset ERT
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657
2658
2659 \backslash
2660 leer 
2661 \end_layout
2662
2663 \end_inset
2664
2665
2666 \begin_inset Formula $\to$
2667 \end_inset
2668
2669 B
2670 \begin_inset Newline newline
2671 \end_inset
2672
2673
2674 \series default
2675 eine korrekt gesetzte Formel: 
2676 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2677 \end_inset
2678
2679
2680 \end_layout
2681
2682 \begin_layout Subsection
2683 Binomialkoeffizienten
2684 \begin_inset Index
2685 status collapsed
2686
2687 \begin_layout Plain Layout
2688 Binomialkoeffizienten
2689 \end_layout
2690
2691 \end_inset
2692
2693
2694 \end_layout
2695
2696 \begin_layout Standard
2697 Binomialkoeffizienten können mit dem Befehl 
2698 \series bold
2699
2700 \backslash
2701 binom
2702 \series default
2703
2704 \begin_inset Index
2705 status collapsed
2706
2707 \begin_layout Plain Layout
2708 Befehle ! B ! 
2709 \backslash
2710 binom
2711 \end_layout
2712
2713 \end_inset
2714
2715  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2716 \begin_inset Graphics
2717         filename ../../images/math/frac-square.png
2718         scale 85
2719
2720 \end_inset
2721
2722 eingefügt werden.
2723  Analog zu Brüchen (
2724 \series bold
2725
2726 \backslash
2727 frac
2728 \series default
2729 ) gibt es außer 
2730 \series bold
2731
2732 \backslash
2733 binom
2734 \series default
2735  noch die Befehle 
2736 \series bold
2737
2738 \backslash
2739 dbinom
2740 \begin_inset Index
2741 status collapsed
2742
2743 \begin_layout Plain Layout
2744 Befehle ! D ! 
2745 \backslash
2746 dbinom
2747 \end_layout
2748
2749 \end_inset
2750
2751
2752 \series default
2753  und 
2754 \series bold
2755
2756 \backslash
2757 tbinom
2758 \series default
2759
2760 \begin_inset Index
2761 status collapsed
2762
2763 \begin_layout Plain Layout
2764 Befehle ! T ! 
2765 \backslash
2766 tbinom
2767 \end_layout
2768
2769 \end_inset
2770
2771 .
2772  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2773 \series bold
2774
2775 \backslash
2776 brace
2777 \series default
2778
2779 \begin_inset Index
2780 status collapsed
2781
2782 \begin_layout Plain Layout
2783 Befehle ! B ! 
2784 \backslash
2785 brace
2786 \end_layout
2787
2788 \end_inset
2789
2790  und 
2791 \series bold
2792
2793 \backslash
2794 brack
2795 \series default
2796
2797 \begin_inset Index
2798 status collapsed
2799
2800 \begin_layout Plain Layout
2801 Befehle ! B ! 
2802 \backslash
2803 brack
2804 \end_layout
2805
2806 \end_inset
2807
2808 .
2809 \end_layout
2810
2811 \begin_layout Standard
2812 \align center
2813 \begin_inset Tabular
2814 <lyxtabular version="3" rows="6" columns="2">
2815 <features>
2816 <column alignment="center" valignment="top" width="0pt">
2817 <column alignment="center" valignment="top" width="0pt">
2818 <row>
2819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2820 \begin_inset Text
2821
2822 \begin_layout Plain Layout
2823 Befehl
2824 \end_layout
2825
2826 \end_inset
2827 </cell>
2828 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2829 \begin_inset Text
2830
2831 \begin_layout Plain Layout
2832 Ergebnis
2833 \begin_inset Note Note
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837
2838 \series bold
2839
2840 \backslash
2841 raisebox
2842 \series default
2843  dient nur als Abstandhalter.
2844 \end_layout
2845
2846 \end_inset
2847
2848
2849 \end_layout
2850
2851 \end_inset
2852 </cell>
2853 </row>
2854 <row>
2855 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2856 \begin_inset Text
2857
2858 \begin_layout Plain Layout
2859
2860 \backslash
2861 binom
2862 \begin_inset ERT
2863 status collapsed
2864
2865 \begin_layout Plain Layout
2866
2867
2868 \backslash
2869 leer 
2870 \end_layout
2871
2872 \end_inset
2873
2874 A
2875 \begin_inset Formula $\downarrow$
2876 \end_inset
2877
2878 B
2879 \end_layout
2880
2881 \end_inset
2882 </cell>
2883 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2884 \begin_inset Text
2885
2886 \begin_layout Plain Layout
2887 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2888 \end_inset
2889
2890
2891 \end_layout
2892
2893 \end_inset
2894 </cell>
2895 </row>
2896 <row>
2897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2898 \begin_inset Text
2899
2900 \begin_layout Plain Layout
2901
2902 \backslash
2903 dbinom
2904 \begin_inset ERT
2905 status collapsed
2906
2907 \begin_layout Plain Layout
2908
2909
2910 \backslash
2911 leer 
2912 \end_layout
2913
2914 \end_inset
2915
2916 A
2917 \begin_inset Formula $\downarrow$
2918 \end_inset
2919
2920 B
2921 \end_layout
2922
2923 \end_inset
2924 </cell>
2925 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2926 \begin_inset Text
2927
2928 \begin_layout Plain Layout
2929 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2930 \end_inset
2931
2932
2933 \end_layout
2934
2935 \end_inset
2936 </cell>
2937 </row>
2938 <row>
2939 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2940 \begin_inset Text
2941
2942 \begin_layout Plain Layout
2943
2944 \backslash
2945 tbinom
2946 \begin_inset ERT
2947 status collapsed
2948
2949 \begin_layout Plain Layout
2950
2951
2952 \backslash
2953 leer 
2954 \end_layout
2955
2956 \end_inset
2957
2958 A
2959 \begin_inset Formula $\downarrow$
2960 \end_inset
2961
2962 B
2963 \end_layout
2964
2965 \end_inset
2966 </cell>
2967 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2968 \begin_inset Text
2969
2970 \begin_layout Plain Layout
2971 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2972 \end_inset
2973
2974
2975 \end_layout
2976
2977 \end_inset
2978 </cell>
2979 </row>
2980 <row>
2981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2982 \begin_inset Text
2983
2984 \begin_layout Plain Layout
2985
2986 \backslash
2987 brack
2988 \begin_inset ERT
2989 status collapsed
2990
2991 \begin_layout Plain Layout
2992
2993
2994 \backslash
2995 leer 
2996 \end_layout
2997
2998 \end_inset
2999
3000 A
3001 \begin_inset Formula $\downarrow$
3002 \end_inset
3003
3004 B
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3010 \begin_inset Text
3011
3012 \begin_layout Plain Layout
3013 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3014 \end_inset
3015
3016
3017 \end_layout
3018
3019 \end_inset
3020 </cell>
3021 </row>
3022 <row>
3023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3024 \begin_inset Text
3025
3026 \begin_layout Plain Layout
3027
3028 \backslash
3029 brace
3030 \begin_inset ERT
3031 status collapsed
3032
3033 \begin_layout Plain Layout
3034
3035
3036 \backslash
3037 leer 
3038 \end_layout
3039
3040 \end_inset
3041
3042 A
3043 \begin_inset Formula $\downarrow$
3044 \end_inset
3045
3046 B
3047 \end_layout
3048
3049 \end_inset
3050 </cell>
3051 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3052 \begin_inset Text
3053
3054 \begin_layout Plain Layout
3055 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3056 \end_inset
3057
3058
3059 \end_layout
3060
3061 \end_inset
3062 </cell>
3063 </row>
3064 </lyxtabular>
3065
3066 \end_inset
3067
3068
3069 \end_layout
3070
3071 \begin_layout Subsection
3072 Fallunterscheidungen
3073 \begin_inset Index
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 Fallunterscheidungen
3078 \end_layout
3079
3080 \end_inset
3081
3082
3083 \end_layout
3084
3085 \begin_layout Standard
3086 \align center
3087 \begin_inset Tabular
3088 <lyxtabular version="3" rows="3" columns="2">
3089 <features>
3090 <column alignment="center" valignment="top" width="0pt">
3091 <column alignment="center" valignment="top" width="0pt">
3092 <row>
3093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3094 \begin_inset Text
3095
3096 \begin_layout Plain Layout
3097 Befehl
3098 \end_layout
3099
3100 \end_inset
3101 </cell>
3102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3103 \begin_inset Text
3104
3105 \begin_layout Plain Layout
3106 Ergebnis
3107 \end_layout
3108
3109 \end_inset
3110 </cell>
3111 </row>
3112 <row>
3113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3114 \begin_inset Text
3115
3116 \begin_layout Plain Layout
3117
3118 \backslash
3119 cases
3120 \begin_inset ERT
3121 status collapsed
3122
3123 \begin_layout Plain Layout
3124
3125
3126 \backslash
3127 leer 
3128 \end_layout
3129
3130 \end_inset
3131
3132 A
3133 \begin_inset Formula $\to$
3134 \end_inset
3135
3136 B>0
3137 \begin_inset Index
3138 status collapsed
3139
3140 \begin_layout Plain Layout
3141 Befehle ! C ! 
3142 \backslash
3143 cases
3144 \end_layout
3145
3146 \end_inset
3147
3148
3149 \end_layout
3150
3151 \end_inset
3152 </cell>
3153 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3154 \begin_inset Text
3155
3156 \begin_layout Plain Layout
3157 \begin_inset Formula $\begin{cases}
3158 A & B>0\end{cases}$
3159 \end_inset
3160
3161
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 </row>
3167 <row>
3168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3169 \begin_inset Text
3170
3171 \begin_layout Plain Layout
3172
3173 \backslash
3174 cases
3175 \begin_inset ERT
3176 status collapsed
3177
3178 \begin_layout Plain Layout
3179
3180
3181 \backslash
3182 leer 
3183 \end_layout
3184
3185 \end_inset
3186
3187 Strg+Enter
3188 \end_layout
3189
3190 \end_inset
3191 </cell>
3192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3193 \begin_inset Text
3194
3195 \begin_layout Plain Layout
3196 \begin_inset Formula $\begin{cases}
3197 A & \textrm{für }x>0\\
3198 B & \textrm{für }x=0\end{cases}$
3199 \end_inset
3200
3201
3202 \end_layout
3203
3204 \end_inset
3205 </cell>
3206 </row>
3207 </lyxtabular>
3208
3209 \end_inset
3210
3211
3212 \end_layout
3213
3214 \begin_layout Standard
3215 Nach der Eingabe von 
3216 \series bold
3217
3218 \backslash
3219 cases
3220 \series default
3221  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3222 \begin_inset Graphics
3223         filename ../../images/math/cases.png
3224         scale 85
3225
3226 \end_inset
3227
3228  können mit 
3229 \family sans
3230 Strg+Enter
3231 \family default
3232  oder dem Tabellen-Werkzeugleistenknopf 
3233 \begin_inset Graphics
3234         filename ../../images/tabular-feature_append-row.png
3235         scale 85
3236
3237 \end_inset
3238
3239  neue Zeilen erstellt werden.
3240 \begin_inset Foot
3241 status collapsed
3242
3243 \begin_layout Plain Layout
3244 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3245 \begin_inset CommandInset ref
3246 LatexCommand ref
3247 reference "sub:Akzente-für-ein"
3248
3249 \end_inset
3250
3251  beschrieben.
3252 \end_layout
3253
3254 \end_inset
3255
3256
3257 \end_layout
3258
3259 \begin_layout Standard
3260 Der Befehl 
3261 \series bold
3262
3263 \backslash
3264 cases
3265 \series default
3266  ist auch über das Menü 
3267 \family sans
3268 Einfügen\SpecialChar \menuseparator
3269 Mathe\SpecialChar \menuseparator
3270 Cases-Umgebung
3271 \family default
3272  verfügbar.
3273 \end_layout
3274
3275 \begin_layout Subsection
3276 Verneinungen
3277 \begin_inset Index
3278 status collapsed
3279
3280 \begin_layout Plain Layout
3281 Verneinungen
3282 \end_layout
3283
3284 \end_inset
3285
3286
3287 \end_layout
3288
3289 \begin_layout Standard
3290 Durch die Eingabe von 
3291 \series bold
3292
3293 \backslash
3294 not
3295 \series default
3296
3297 \begin_inset Index
3298 status collapsed
3299
3300 \begin_layout Plain Layout
3301 Befehle ! N ! 
3302 \backslash
3303 not
3304 \end_layout
3305
3306 \end_inset
3307
3308  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3309  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3310 \end_layout
3311
3312 \begin_layout Standard
3313 \align center
3314 \begin_inset Tabular
3315 <lyxtabular version="3" rows="4" columns="2">
3316 <features>
3317 <column alignment="center" valignment="top" width="0pt">
3318 <column alignment="center" valignment="top" width="0pt">
3319 <row>
3320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3321 \begin_inset Text
3322
3323 \begin_layout Plain Layout
3324 Befehl
3325 \end_layout
3326
3327 \end_inset
3328 </cell>
3329 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3330 \begin_inset Text
3331
3332 \begin_layout Plain Layout
3333 Ergebnis
3334 \end_layout
3335
3336 \end_inset
3337 </cell>
3338 </row>
3339 <row>
3340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3341 \begin_inset Text
3342
3343 \begin_layout Plain Layout
3344
3345 \backslash
3346 not=
3347 \end_layout
3348
3349 \end_inset
3350 </cell>
3351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3352 \begin_inset Text
3353
3354 \begin_layout Plain Layout
3355 \begin_inset Formula $\not=$
3356 \end_inset
3357
3358
3359 \end_layout
3360
3361 \end_inset
3362 </cell>
3363 </row>
3364 <row>
3365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3366 \begin_inset Text
3367
3368 \begin_layout Plain Layout
3369
3370 \backslash
3371 not 
3372 \backslash
3373 le
3374 \end_layout
3375
3376 \end_inset
3377 </cell>
3378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3379 \begin_inset Text
3380
3381 \begin_layout Plain Layout
3382 \begin_inset Formula $\not\le$
3383 \end_inset
3384
3385
3386 \end_layout
3387
3388 \end_inset
3389 </cell>
3390 </row>
3391 <row>
3392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396
3397 \backslash
3398 not 
3399 \backslash
3400 parallel
3401 \end_layout
3402
3403 \end_inset
3404 </cell>
3405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 \begin_inset Formula $\not\parallel$
3410 \end_inset
3411
3412
3413 \end_layout
3414
3415 \end_inset
3416 </cell>
3417 </row>
3418 </lyxtabular>
3419
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \begin_layout Standard
3426 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3427  Deswegen gibt es für Einige spezielle Befehle (siehe 
3428 \begin_inset CommandInset ref
3429 LatexCommand ref
3430 reference "sub:Mathematische-Symbole"
3431
3432 \end_inset
3433
3434  und 
3435 \begin_inset CommandInset ref
3436 LatexCommand ref
3437 reference "sec:Relationen"
3438
3439 \end_inset
3440
3441 ).
3442 \end_layout
3443
3444 \begin_layout Subsection
3445 Platzhalter
3446 \begin_inset CommandInset label
3447 LatexCommand label
3448 name "sub:Platzhalter"
3449
3450 \end_inset
3451
3452
3453 \begin_inset Index
3454 status collapsed
3455
3456 \begin_layout Plain Layout
3457 Platzhalter
3458 \end_layout
3459
3460 \end_inset
3461
3462
3463 \begin_inset Index
3464 status collapsed
3465
3466 \begin_layout Plain Layout
3467 chemische Zeichen ! Isotope
3468 \end_layout
3469
3470 \end_inset
3471
3472
3473 \begin_inset Index
3474 status collapsed
3475
3476 \begin_layout Plain Layout
3477 Isotope|see
3478 \begin_inset ERT
3479 status collapsed
3480
3481 \begin_layout Plain Layout
3482
3483 {
3484 \end_layout
3485
3486 \end_inset
3487
3488 chemische Zeichen
3489 \begin_inset ERT
3490 status collapsed
3491
3492 \begin_layout Plain Layout
3493
3494 }
3495 \end_layout
3496
3497 \end_inset
3498
3499
3500 \end_layout
3501
3502 \end_inset
3503
3504
3505 \end_layout
3506
3507 \begin_layout Standard
3508 Möchte man z.
3509 \begin_inset space \thinspace{}
3510 \end_inset
3511
3512 B.
3513  Isotope
3514 \begin_inset Foot
3515 status collapsed
3516
3517 \begin_layout Plain Layout
3518 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3519 \begin_inset CommandInset ref
3520 LatexCommand ref
3521 reference "sub:Chemische-Symbole-und"
3522
3523 \end_inset
3524
3525  beschrieben.
3526 \end_layout
3527
3528 \end_inset
3529
3530  darstellen, tritt folgendes Problem auf:
3531 \end_layout
3532
3533 \begin_layout Standard
3534 \align center
3535 \begin_inset Tabular
3536 <lyxtabular version="3" rows="2" columns="2">
3537 <features>
3538 <column alignment="center" valignment="top" width="0pt">
3539 <column alignment="center" valignment="top" width="0pt">
3540 <row>
3541 <cell alignment="center" valignment="top" usebox="none">
3542 \begin_inset Text
3543
3544 \begin_layout Plain Layout
3545 durch Hoch- und Tiefstellen erzeugte Indizes:
3546 \end_layout
3547
3548 \end_inset
3549 </cell>
3550 <cell alignment="center" valignment="top" usebox="none">
3551 \begin_inset Text
3552
3553 \begin_layout Plain Layout
3554 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3555 \end_inset
3556
3557
3558 \end_layout
3559
3560 \end_inset
3561 </cell>
3562 </row>
3563 <row>
3564 <cell alignment="center" valignment="top" usebox="none">
3565 \begin_inset Text
3566
3567 \begin_layout Plain Layout
3568 korrekte Indizes:
3569 \end_layout
3570
3571 \end_inset
3572 </cell>
3573 <cell alignment="center" valignment="top" usebox="none">
3574 \begin_inset Text
3575
3576 \begin_layout Plain Layout
3577 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3578 \end_inset
3579
3580
3581 \end_layout
3582
3583 \end_inset
3584 </cell>
3585 </row>
3586 </lyxtabular>
3587
3588 \end_inset
3589
3590
3591 \begin_inset Note Note
3592 status collapsed
3593
3594 \begin_layout Plain Layout
3595
3596 \series bold
3597
3598 \backslash
3599 raisebox
3600 \series default
3601  dient nur
3602 \end_layout
3603
3604 \begin_layout Plain Layout
3605 als Abstandhalter.
3606 \end_layout
3607
3608 \end_inset
3609
3610
3611 \end_layout
3612
3613 \begin_layout Standard
3614 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3615  längeren Index gesetzt.
3616  Um das zu verhindern gibt es den Befehl 
3617 \series bold
3618
3619 \backslash
3620 phantom
3621 \series default
3622
3623 \begin_inset Index
3624 status collapsed
3625
3626 \begin_layout Plain Layout
3627 Befehle ! P ! 
3628 \backslash
3629 phantom
3630 \end_layout
3631
3632 \end_inset
3633
3634  oder den Mathe-Werkzeugleistenknopf
3635 \begin_inset space \thinspace{}
3636 \end_inset
3637
3638
3639 \begin_inset Foot
3640 status collapsed
3641
3642 \begin_layout Plain Layout
3643 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3644 \begin_inset Graphics
3645         filename ../../images/math/space.png
3646         scale 85
3647
3648 \end_inset
3649
3650
3651 \end_layout
3652
3653 \end_inset
3654
3655  
3656 \begin_inset Graphics
3657         filename ../../images/math/phantom.png
3658         scale 85
3659
3660 \end_inset
3661
3662 , der ein oder mehrere Phantomzeichen erstellt.
3663  Wenn 
3664 \series bold
3665
3666 \backslash
3667 phantom
3668 \series default
3669  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3670  Pfeilen überlagert wird.
3671  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3672  als Leerraum erstellt wird.
3673  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3674  Zeichen.
3675 \end_layout
3676
3677 \begin_layout Standard
3678 \align center
3679 \begin_inset Tabular
3680 <lyxtabular version="3" rows="4" columns="2">
3681 <features>
3682 <column alignment="center" valignment="top" width="0">
3683 <column alignment="center" valignment="top" width="0">
3684 <row>
3685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3686 \begin_inset Text
3687
3688 \begin_layout Plain Layout
3689 Befehl
3690 \end_layout
3691
3692 \end_inset
3693 </cell>
3694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3695 \begin_inset Text
3696
3697 \begin_layout Plain Layout
3698 Ergebnis
3699 \begin_inset Note Note
3700 status collapsed
3701
3702 \begin_layout Plain Layout
3703
3704 \series bold
3705
3706 \backslash
3707 raisebox
3708 \series default
3709  dient nur als Abstandhalter.
3710 \end_layout
3711
3712 \end_inset
3713
3714
3715 \end_layout
3716
3717 \end_inset
3718 </cell>
3719 </row>
3720 <row>
3721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3722 \begin_inset Text
3723
3724 \begin_layout Plain Layout
3725 ^19
3726 \begin_inset ERT
3727 status collapsed
3728
3729 \begin_layout Plain Layout
3730
3731
3732 \backslash
3733 leer 
3734 \end_layout
3735
3736 \end_inset
3737
3738 _
3739 \backslash
3740 phantom
3741 \begin_inset ERT
3742 status collapsed
3743
3744 \begin_layout Plain Layout
3745
3746
3747 \backslash
3748 leer 
3749 \end_layout
3750
3751 \end_inset
3752
3753 1
3754 \begin_inset Formula $\to$
3755 \end_inset
3756
3757 9
3758 \begin_inset ERT
3759 status collapsed
3760
3761 \begin_layout Plain Layout
3762
3763
3764 \backslash
3765 leer 
3766 \end_layout
3767
3768 \end_inset
3769
3770 F
3771 \end_layout
3772
3773 \end_inset
3774 </cell>
3775 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3776 \begin_inset Text
3777
3778 \begin_layout Plain Layout
3779 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3780 \end_inset
3781
3782
3783 \end_layout
3784
3785 \end_inset
3786 </cell>
3787 </row>
3788 <row>
3789 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3790 \begin_inset Text
3791
3792 \begin_layout Plain Layout
3793 ^235
3794 \begin_inset ERT
3795 status collapsed
3796
3797 \begin_layout Plain Layout
3798
3799
3800 \backslash
3801 leer 
3802 \end_layout
3803
3804 \end_inset
3805
3806 _
3807 \backslash
3808 phantom
3809 \begin_inset ERT
3810 status collapsed
3811
3812 \begin_layout Plain Layout
3813
3814
3815 \backslash
3816 leer 
3817 \end_layout
3818
3819 \end_inset
3820
3821 23
3822 \begin_inset Formula $\to$
3823 \end_inset
3824
3825 9
3826 \begin_inset ERT
3827 status collapsed
3828
3829 \begin_layout Plain Layout
3830
3831
3832 \backslash
3833 leer 
3834 \end_layout
3835
3836 \end_inset
3837
3838 F
3839 \end_layout
3840
3841 \end_inset
3842 </cell>
3843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3844 \begin_inset Text
3845
3846 \begin_layout Plain Layout
3847 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3848 \end_inset
3849
3850
3851 \end_layout
3852
3853 \end_inset
3854 </cell>
3855 </row>
3856 <row>
3857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3858 \begin_inset Text
3859
3860 \begin_layout Plain Layout
3861
3862 \backslash
3863 Lambda^
3864 \begin_inset ERT
3865 status collapsed
3866
3867 \begin_layout Plain Layout
3868
3869
3870 \backslash
3871 leer 
3872 \end_layout
3873
3874 \end_inset
3875
3876
3877 \backslash
3878 phantom
3879 \begin_inset ERT
3880 status collapsed
3881
3882 \begin_layout Plain Layout
3883
3884
3885 \backslash
3886 leer 
3887 \end_layout
3888
3889 \end_inset
3890
3891 ii
3892 \begin_inset Formula $\to$
3893 \end_inset
3894
3895 t
3896 \begin_inset ERT
3897 status collapsed
3898
3899 \begin_layout Plain Layout
3900
3901
3902 \backslash
3903 leer 
3904 \end_layout
3905
3906 \end_inset
3907
3908 _MMt
3909 \end_layout
3910
3911 \end_inset
3912 </cell>
3913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3914 \begin_inset Text
3915
3916 \begin_layout Plain Layout
3917 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3918 \end_inset
3919
3920
3921 \end_layout
3922
3923 \end_inset
3924 </cell>
3925 </row>
3926 </lyxtabular>
3927
3928 \end_inset
3929
3930
3931 \end_layout
3932
3933 \begin_layout Standard
3934 Des Weiteren gibt es noch die Befehle 
3935 \series bold
3936
3937 \backslash
3938 vphantom
3939 \series default
3940
3941 \begin_inset Index
3942 status collapsed
3943
3944 \begin_layout Plain Layout
3945 Befehle ! V ! 
3946 \backslash
3947 vphantom
3948 \end_layout
3949
3950 \end_inset
3951
3952  (Werkzeugleistenknopf 
3953 \begin_inset space ~
3954 \end_inset
3955
3956
3957 \begin_inset Graphics
3958         filename ../../images/math/vphantom.png
3959         scale 85
3960
3961 \end_inset
3962
3963 ) und 
3964 \series bold
3965
3966 \backslash
3967 hphantom
3968 \series default
3969
3970 \begin_inset Index
3971 status collapsed
3972
3973 \begin_layout Plain Layout
3974 Befehle ! H ! 
3975 \backslash
3976 hphantom
3977 \end_layout
3978
3979 \end_inset
3980
3981  (Werkzeugleistenknopf 
3982 \begin_inset space ~
3983 \end_inset
3984
3985
3986 \begin_inset Graphics
3987         filename ../../images/math/hphantom.png
3988         scale 85
3989
3990 \end_inset
3991
3992 ).
3993  
3994 \series bold
3995
3996 \backslash
3997 hphantom
3998 \series default
3999  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4000  nicht jedoch für deren Breite.
4001  Bei 
4002 \series bold
4003
4004 \backslash
4005 vphantom
4006 \series default
4007  wird nur Platz mit der Breite des Kästchens erstellt.
4008  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4009 \end_layout
4010
4011 \begin_layout Standard
4012 Zum Beispiel erzeugt 
4013 \series bold
4014
4015 \backslash
4016 vphantom
4017 \series default
4018
4019 \begin_inset ERT
4020 status collapsed
4021
4022 \begin_layout Plain Layout
4023
4024
4025 \backslash
4026 leer 
4027 \end_layout
4028
4029 \end_inset
4030
4031
4032 \series bold
4033 a
4034 \backslash
4035 int
4036 \series default
4037  Platz der Höhe des Integralzeichens,
4038 \begin_inset Foot
4039 status collapsed
4040
4041 \begin_layout Plain Layout
4042 Der Befehl 
4043 \series bold
4044
4045 \backslash
4046 int
4047 \series default
4048  erzeugt ein Integralzeichen, siehe 
4049 \begin_inset CommandInset ref
4050 LatexCommand ref
4051 reference "sub:Große-Operatoren"
4052
4053 \end_inset
4054
4055 .
4056 \end_layout
4057
4058 \end_inset
4059
4060  da dieses das größere Zeichen ist.
4061  Eine Beispielanwendung ist in 
4062 \begin_inset CommandInset ref
4063 LatexCommand ref
4064 reference "sub:Mehrzeilige-Klammern"
4065
4066 \end_inset
4067
4068  zu finden.
4069 \end_layout
4070
4071 \begin_layout Subsection
4072 Linien
4073 \begin_inset Index
4074 status collapsed
4075
4076 \begin_layout Plain Layout
4077 Linien
4078 \end_layout
4079
4080 \end_inset
4081
4082
4083 \begin_inset Index
4084 status collapsed
4085
4086 \begin_layout Plain Layout
4087 Formel ! unterstrichene
4088 \end_layout
4089
4090 \end_inset
4091
4092
4093 \end_layout
4094
4095 \begin_layout Standard
4096 \align center
4097 \begin_inset Tabular
4098 <lyxtabular version="3" rows="4" columns="2">
4099 <features>
4100 <column alignment="center" valignment="top" width="0pt">
4101 <column alignment="center" valignment="top" width="0pt">
4102 <row>
4103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4104 \begin_inset Text
4105
4106 \begin_layout Plain Layout
4107 Befehl
4108 \end_layout
4109
4110 \end_inset
4111 </cell>
4112 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4113 \begin_inset Text
4114
4115 \begin_layout Plain Layout
4116 Ergebnis
4117 \begin_inset Note Note
4118 status collapsed
4119
4120 \begin_layout Plain Layout
4121
4122 \series bold
4123
4124 \backslash
4125 raisebox
4126 \series default
4127  dient nur als Abstandhalter.
4128 \end_layout
4129
4130 \end_inset
4131
4132
4133 \end_layout
4134
4135 \end_inset
4136 </cell>
4137 </row>
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
4144 \backslash
4145 overline
4146 \begin_inset ERT
4147 status collapsed
4148
4149 \begin_layout Plain Layout
4150
4151
4152 \backslash
4153 leer 
4154 \end_layout
4155
4156 \end_inset
4157
4158 A+B
4159 \begin_inset Index
4160 status collapsed
4161
4162 \begin_layout Plain Layout
4163 Befehle ! O ! 
4164 \backslash
4165 overline
4166 \end_layout
4167
4168 \end_inset
4169
4170
4171 \end_layout
4172
4173 \end_inset
4174 </cell>
4175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4176 \begin_inset Text
4177
4178 \begin_layout Plain Layout
4179 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4180 \end_inset
4181
4182
4183 \end_layout
4184
4185 \end_inset
4186 </cell>
4187 </row>
4188 <row>
4189 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4190 \begin_inset Text
4191
4192 \begin_layout Plain Layout
4193
4194 \backslash
4195 underline
4196 \begin_inset ERT
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200
4201
4202 \backslash
4203 leer 
4204 \end_layout
4205
4206 \end_inset
4207
4208 A+B
4209 \begin_inset Index
4210 status collapsed
4211
4212 \begin_layout Plain Layout
4213 Befehle ! U ! 
4214 \backslash
4215 underline
4216 \end_layout
4217
4218 \end_inset
4219
4220
4221 \end_layout
4222
4223 \end_inset
4224 </cell>
4225 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4226 \begin_inset Text
4227
4228 \begin_layout Plain Layout
4229 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4230 \end_inset
4231
4232
4233 \end_layout
4234
4235 \end_inset
4236 </cell>
4237 </row>
4238 <row>
4239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4240 \begin_inset Text
4241
4242 \begin_layout Plain Layout
4243
4244 \backslash
4245 overline
4246 \begin_inset ERT
4247 status collapsed
4248
4249 \begin_layout Plain Layout
4250
4251
4252 \backslash
4253 leer 
4254 \end_layout
4255
4256 \end_inset
4257
4258
4259 \backslash
4260 underline
4261 \begin_inset ERT
4262 status collapsed
4263
4264 \begin_layout Plain Layout
4265
4266
4267 \backslash
4268 leer 
4269 \end_layout
4270
4271 \end_inset
4272
4273 A+B
4274 \end_layout
4275
4276 \end_inset
4277 </cell>
4278 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4279 \begin_inset Text
4280
4281 \begin_layout Plain Layout
4282 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4283 \end_inset
4284
4285
4286 \end_layout
4287
4288 \end_inset
4289 </cell>
4290 </row>
4291 </lyxtabular>
4292
4293 \end_inset
4294
4295
4296 \end_layout
4297
4298 \begin_layout Standard
4299 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4300 \series bold
4301
4302 \backslash
4303 overline
4304 \series default
4305  oder 
4306 \series bold
4307
4308 \backslash
4309 underline
4310 \series default
4311  eingibt.
4312 \end_layout
4313
4314 \begin_layout Standard
4315 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4316 \begin_inset Newline linebreak
4317 \end_inset
4318
4319
4320 \series bold
4321
4322 \backslash
4323 underline
4324 \series default
4325 .
4326 \end_layout
4327
4328 \begin_layout Standard
4329 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4330 \end_layout
4331
4332 \begin_layout Standard
4333 \begin_inset VSpace bigskip
4334 \end_inset
4335
4336 Benutzerdefinierte Linien können mit dem Befehl 
4337 \series bold
4338
4339 \backslash
4340 rule
4341 \series default
4342
4343 \begin_inset Index
4344 status collapsed
4345
4346 \begin_layout Plain Layout
4347 Befehle! R ! 
4348 \backslash
4349 rule
4350 \end_layout
4351
4352 \end_inset
4353
4354  erstellt werden, der folgendes Schema besitzt:
4355 \end_layout
4356
4357 \begin_layout Standard
4358
4359 \series bold
4360
4361 \backslash
4362 rule[vertikaler Versatz]{Länge}{Dicke}
4363 \end_layout
4364
4365 \begin_layout Standard
4366 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4367  unten, wenn der Wert negativ ist).
4368  Die Einheiten, die in 
4369 \begin_inset CommandInset ref
4370 LatexCommand ref
4371 reference "tab:Verfügbare-Einheiten"
4372
4373 \end_inset
4374
4375  aufgelistet sind, können für die Werte benutzt werden.
4376  Hier sind zwei Beispiele, die mit den Befehlen
4377 \begin_inset Newline newline
4378 \end_inset
4379
4380
4381 \series bold
4382
4383 \backslash
4384 rule[-2ex]{3cm}{2pt}
4385 \series default
4386  und 
4387 \series bold
4388
4389 \backslash
4390 rule{2cm}{1pt}
4391 \series default
4392  erzeugt wurden:
4393 \end_layout
4394
4395 \begin_layout Standard
4396 Dies ist ein Satz 
4397 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4398 \end_inset
4399
4400  mit zwei Linien.
4401 \end_layout
4402
4403 \begin_layout Standard
4404
4405 \series bold
4406
4407 \backslash
4408 rule
4409 \series default
4410  kann auch für Text verwendet werden, wenn er als TeX-Code eingegeben wird.
4411 \end_layout
4412
4413 \begin_layout Subsection
4414 Fortsetzungspunkte
4415 \begin_inset CommandInset label
4416 LatexCommand label
4417 name "sub:Fortsetzungspunkte"
4418
4419 \end_inset
4420
4421
4422 \begin_inset Index
4423 status collapsed
4424
4425 \begin_layout Plain Layout
4426 Fortsetzungspunkte
4427 \end_layout
4428
4429 \end_inset
4430
4431
4432 \end_layout
4433
4434 \begin_layout Standard
4435 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4436 \begin_inset Foot
4437 status collapsed
4438
4439 \begin_layout Plain Layout
4440 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4441 \begin_inset Graphics
4442         filename ../../images/math/ldots.png
4443         scale 85
4444
4445 \end_inset
4446
4447
4448 \end_layout
4449
4450 \end_inset
4451
4452  Für Aufzählungen verwendet man unten sitzende Punkte (
4453 \series bold
4454
4455 \backslash
4456 ldots
4457 \series default
4458
4459 \begin_inset Index
4460 status collapsed
4461
4462 \begin_layout Plain Layout
4463 Befehle ! L ! 
4464 \backslash
4465 ldots
4466 \end_layout
4467
4468 \end_inset
4469
4470 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4471  die Operatoren sind (
4472 \series bold
4473
4474 \backslash
4475 cdots
4476 \series default
4477
4478 \begin_inset Index
4479 status collapsed
4480
4481 \begin_layout Plain Layout
4482 Befehle ! C ! 
4483 \backslash
4484 cdots
4485 \end_layout
4486
4487 \end_inset
4488
4489 ).
4490  Verwendet man den Befehl 
4491 \series bold
4492
4493 \backslash
4494 dots
4495 \series default
4496
4497 \begin_inset Index
4498 status collapsed
4499
4500 \begin_layout Plain Layout
4501 Befehle ! D ! 
4502 \backslash
4503 dots
4504 \end_layout
4505
4506 \end_inset
4507
4508 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4509  wird.
4510 \end_layout
4511
4512 \begin_layout Standard
4513 \align center
4514 \begin_inset Tabular
4515 <lyxtabular version="3" rows="8" columns="2">
4516 <features>
4517 <column alignment="center" valignment="top" width="0pt">
4518 <column alignment="center" valignment="top" width="0pt">
4519 <row>
4520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4521 \begin_inset Text
4522
4523 \begin_layout Plain Layout
4524 Befehl
4525 \end_layout
4526
4527 \end_inset
4528 </cell>
4529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 Ergebnis
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 </row>
4539 <row>
4540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4541 \begin_inset Text
4542
4543 \begin_layout Plain Layout
4544 A_1
4545 \begin_inset ERT
4546 status collapsed
4547
4548 \begin_layout Plain Layout
4549
4550
4551 \backslash
4552 leer 
4553 \end_layout
4554
4555 \end_inset
4556
4557 ,
4558 \backslash
4559 dots
4560 \begin_inset ERT
4561 status collapsed
4562
4563 \begin_layout Plain Layout
4564
4565
4566 \backslash
4567 leer 
4568 \end_layout
4569
4570 \end_inset
4571
4572 ,A_n
4573 \end_layout
4574
4575 \end_inset
4576 </cell>
4577 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4578 \begin_inset Text
4579
4580 \begin_layout Plain Layout
4581 \begin_inset Formula $A_{1},\dots,A_{n}$
4582 \end_inset
4583
4584
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 </row>
4590 <row>
4591 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4592 \begin_inset Text
4593
4594 \begin_layout Plain Layout
4595 A_1
4596 \begin_inset ERT
4597 status collapsed
4598
4599 \begin_layout Plain Layout
4600
4601
4602 \backslash
4603 leer 
4604 \end_layout
4605
4606 \end_inset
4607
4608 +
4609 \backslash
4610 dots
4611 \begin_inset ERT
4612 status collapsed
4613
4614 \begin_layout Plain Layout
4615
4616
4617 \backslash
4618 leer 
4619 \end_layout
4620
4621 \end_inset
4622
4623 +A_n
4624 \end_layout
4625
4626 \end_inset
4627 </cell>
4628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4629 \begin_inset Text
4630
4631 \begin_layout Plain Layout
4632 \begin_inset Formula $A_{1}+\dots+A_{n}$
4633 \end_inset
4634
4635
4636 \end_layout
4637
4638 \end_inset
4639 </cell>
4640 </row>
4641 <row>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 A_1
4647 \begin_inset ERT
4648 status collapsed
4649
4650 \begin_layout Plain Layout
4651
4652
4653 \backslash
4654 leer 
4655 \end_layout
4656
4657 \end_inset
4658
4659 ,
4660 \backslash
4661 ldots
4662 \begin_inset ERT
4663 status collapsed
4664
4665 \begin_layout Plain Layout
4666
4667
4668 \backslash
4669 leer 
4670 \end_layout
4671
4672 \end_inset
4673
4674 ,A_n
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4680 \begin_inset Text
4681
4682 \begin_layout Plain Layout
4683 \begin_inset Formula $A_{1},\ldots,A_{n}$
4684 \end_inset
4685
4686
4687 \end_layout
4688
4689 \end_inset
4690 </cell>
4691 </row>
4692 <row>
4693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4694 \begin_inset Text
4695
4696 \begin_layout Plain Layout
4697 A_1
4698 \begin_inset ERT
4699 status collapsed
4700
4701 \begin_layout Plain Layout
4702
4703
4704 \backslash
4705 leer 
4706 \end_layout
4707
4708 \end_inset
4709
4710 +
4711 \backslash
4712 cdots
4713 \begin_inset ERT
4714 status collapsed
4715
4716 \begin_layout Plain Layout
4717
4718
4719 \backslash
4720 leer 
4721 \end_layout
4722
4723 \end_inset
4724
4725 +A_n
4726 \end_layout
4727
4728 \end_inset
4729 </cell>
4730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4731 \begin_inset Text
4732
4733 \begin_layout Plain Layout
4734 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4735 \end_inset
4736
4737
4738 \end_layout
4739
4740 \end_inset
4741 </cell>
4742 </row>
4743 <row>
4744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4745 \begin_inset Text
4746
4747 \begin_layout Plain Layout
4748
4749 \backslash
4750 vdots
4751 \end_layout
4752
4753 \end_inset
4754 </cell>
4755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4756 \begin_inset Text
4757
4758 \begin_layout Plain Layout
4759 \begin_inset Formula $\vdots$
4760 \end_inset
4761
4762
4763 \end_layout
4764
4765 \end_inset
4766 </cell>
4767 </row>
4768 <row>
4769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4770 \begin_inset Text
4771
4772 \begin_layout Plain Layout
4773
4774 \backslash
4775 ddots
4776 \end_layout
4777
4778 \end_inset
4779 </cell>
4780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4781 \begin_inset Text
4782
4783 \begin_layout Plain Layout
4784 \begin_inset Formula $\ddots$
4785 \end_inset
4786
4787
4788 \end_layout
4789
4790 \end_inset
4791 </cell>
4792 </row>
4793 <row>
4794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4795 \begin_inset Text
4796
4797 \begin_layout Plain Layout
4798 3
4799 \series bold
4800 ×
4801 \series default
4802 3
4803 \begin_inset space \thinspace{}
4804 \end_inset
4805
4806 Matrix mit obigen Befehlen
4807 \end_layout
4808
4809 \end_inset
4810 </cell>
4811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4812 \begin_inset Text
4813
4814 \begin_layout Plain Layout
4815 \begin_inset Formula $\begin{array}{ccc}
4816 A_{11} & \cdots & A_{1m}\\
4817 \vdots & \ddots & \vdots\\
4818 A_{n1} & \cdots & A_{nm}\end{array}$
4819 \end_inset
4820
4821
4822 \end_layout
4823
4824 \end_inset
4825 </cell>
4826 </row>
4827 </lyxtabular>
4828
4829 \end_inset
4830
4831
4832 \end_layout
4833
4834 \begin_layout Standard
4835 Die im Menü 
4836 \family sans
4837 Einfügen\SpecialChar \menuseparator
4838 Sonderzeichen
4839 \family default
4840  verfügbaren Fortsetzungspunkte sind 
4841 \series bold
4842
4843 \backslash
4844 ldots
4845 \series default
4846 .
4847 \end_layout
4848
4849 \begin_layout Standard
4850 \begin_inset VSpace medskip
4851 \end_inset
4852
4853 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4854  Spalten erstrecken.
4855  Man erhält sie mit dem Befehl 
4856 \series bold
4857
4858 \backslash
4859 hdotsfor
4860 \series default
4861
4862 \begin_inset Index
4863 status collapsed
4864
4865 \begin_layout Plain Layout
4866 Befehle ! H ! 
4867 \backslash
4868 hdotsfor
4869 \end_layout
4870
4871 \end_inset
4872
4873 , der folgendes Schema besitzt:
4874 \end_layout
4875
4876 \begin_layout Standard
4877
4878 \series bold
4879
4880 \backslash
4881 hdotsfor[Abstand]{Anzahl der Spalten}
4882 \end_layout
4883
4884 \begin_layout Standard
4885 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4886  sollen.
4887  Abstand ist ein Faktor, der den Punktabstand festlegt.
4888 \end_layout
4889
4890 \begin_layout Standard
4891 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4892  
4893 \series bold
4894
4895 \backslash
4896 hdotsfor[2]{4}
4897 \series default
4898  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4899  beim Befehl 
4900 \series bold
4901
4902 \backslash
4903 dots
4904 \series default
4905  zu erhalten:
4906 \begin_inset Formula \[
4907 \left(\begin{array}{cccc}
4908 A & B & C & D\\
4909 \hdotsfor[2]{4}\\
4910 q & w & e & r\end{array}\right)\]
4911
4912 \end_inset
4913
4914 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4915  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4916 \end_layout
4917
4918 \begin_layout Standard
4919 \begin_inset VSpace bigskip
4920 \end_inset
4921
4922 Des Weiteren kann man mit dem Befehl 
4923 \series bold
4924
4925 \backslash
4926 dotfill
4927 \series default
4928
4929 \begin_inset Index
4930 status collapsed
4931
4932 \begin_layout Plain Layout
4933 Befehle ! D ! 
4934 \backslash
4935 dotfill
4936 \end_layout
4937
4938 \end_inset
4939
4940  den Rest einer Zeile mit Punkten füllen.
4941  Die Wirkungsweise des Befehls entspricht der von 
4942 \series bold
4943
4944 \backslash
4945 hfill
4946 \series default
4947 , siehe 
4948 \begin_inset CommandInset ref
4949 LatexCommand ref
4950 reference "sub:Variabler-Leerraum"
4951
4952 \end_inset
4953
4954 .
4955 \end_layout
4956
4957 \begin_layout Standard
4958 Z.
4959 \begin_inset space \thinspace{}
4960 \end_inset
4961
4962 B.
4963  ergibt der Befehl 
4964 \series bold
4965 A
4966 \backslash
4967 dotfill
4968 \begin_inset ERT
4969 status collapsed
4970
4971 \begin_layout Plain Layout
4972
4973
4974 \backslash
4975 leer 
4976 \end_layout
4977
4978 \end_inset
4979
4980 B
4981 \end_layout
4982
4983 \begin_layout Standard
4984 \begin_inset Formula $A\dotfill B$
4985 \end_inset
4986
4987
4988 \end_layout
4989
4990 \begin_layout Standard
4991 Analog dazu gibt es für eine Linie den Befehl 
4992 \series bold
4993
4994 \backslash
4995 hrulefill
4996 \series default
4997
4998 \begin_inset Index
4999 status collapsed
5000
5001 \begin_layout Plain Layout
5002 Befehle ! H ! 
5003 \backslash
5004 hrulefill
5005 \end_layout
5006
5007 \end_inset
5008
5009 :
5010 \end_layout
5011
5012 \begin_layout Standard
5013 \begin_inset Formula $A\hrulefill B$
5014 \end_inset
5015
5016
5017 \end_layout
5018
5019 \begin_layout Standard
5020 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5021  werden.
5022 \end_layout
5023
5024 \begin_layout Section
5025 Matrizen
5026 \begin_inset CommandInset label
5027 LatexCommand label
5028 name "sec:Matrizen"
5029
5030 \end_inset
5031
5032
5033 \begin_inset Index
5034 status collapsed
5035
5036 \begin_layout Plain Layout
5037 Matrizen
5038 \end_layout
5039
5040 \end_inset
5041
5042
5043 \end_layout
5044
5045 \begin_layout Standard
5046 Matrizen können über den Mathe-Werkzeugleistenknopf
5047 \family sans
5048  
5049 \family default
5050
5051 \begin_inset Graphics
5052         filename ../../images/dialog-show_mathmatrix.png
5053         scale 85
5054
5055 \end_inset
5056
5057  oder das Menü 
5058 \family sans
5059 Einfügen\SpecialChar \menuseparator
5060 Mathe\SpecialChar \menuseparator
5061 Matrix
5062 \family default
5063  eingefügt werden.
5064  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
5065  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5066  von Bedeutung:
5067 \end_layout
5068
5069 \begin_layout Standard
5070 Die erste Matrix ist oben 
5071 \begin_inset Formula $\begin{array}[t]{cccc}
5072 A & D & G & J\\
5073 B & E & H & K\\
5074 C & F & I & L\end{array}$
5075 \end_inset
5076
5077 , die zweite mittig 
5078 \begin_inset Formula $\begin{array}{cccc}
5079 A & D & G & J\\
5080 B & E & H & K\\
5081 C & F & I & L\end{array}$
5082 \end_inset
5083
5084  und die dritte unten 
5085 \begin_inset Formula $\begin{array}[b]{cccc}
5086 A & D & G & J\\
5087 B & E & H & K\\
5088 C & F & I & L\end{array}$
5089 \end_inset
5090
5091  ausgerichtet.
5092 \end_layout
5093
5094 \begin_layout Standard
5095 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5096  werden sollen.
5097  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5098  
5099 \emph on
5100 l
5101 \emph default
5102  steht für linksbündig, 
5103 \emph on
5104 c
5105 \emph default
5106  für mittig und 
5107 \emph on
5108 r
5109 \emph default
5110  für rechtsbündig.
5111  Möchte man z.
5112 \begin_inset space \thinspace{}
5113 \end_inset
5114
5115 B.
5116  eine 4
5117 \series bold
5118 ×
5119 \series default
5120 4
5121 \begin_inset space ~
5122 \end_inset
5123
5124 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5125  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5126  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5127 \series bold
5128 lccr
5129 \series default
5130  an.
5131  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5132  die Voreinstellung für jede Spalte ein 
5133 \series bold
5134 c
5135 \series default
5136  ist.
5137 \end_layout
5138
5139 \begin_layout Standard
5140 Horizontale Ausrichtung:
5141 \end_layout
5142
5143 \begin_layout Standard
5144
5145 \series bold
5146 lll
5147 \series default
5148  : 
5149 \begin_inset Formula $\begin{array}{lll}
5150 10000 & D & G\\
5151 B & 10000 & H\\
5152 C & F & 10000\end{array}$
5153 \end_inset
5154
5155  , 
5156 \series bold
5157 ccc
5158 \series default
5159  : 
5160 \begin_inset Formula $\begin{array}{ccc}
5161 10000 & D & G\\
5162 B & 10000 & H\\
5163 C & F & 10000\end{array}$
5164 \end_inset
5165
5166  , 
5167 \series bold
5168 rrr
5169 \series default
5170  : 
5171 \begin_inset Formula $\begin{array}{rrr}
5172 10000 & D & G\\
5173 B & 10000 & H\\
5174 C & F & 10000\end{array}$
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \begin_layout Standard
5181 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5182  man die Mathe-Werkzeugleistenknöpfe 
5183 \begin_inset Graphics
5184         filename ../../images/tabular-feature_append-row.png
5185         scale 85
5186
5187 \end_inset
5188
5189
5190 \begin_inset Graphics
5191         filename ../../images/tabular-feature_delete-row.png
5192         scale 85
5193
5194 \end_inset
5195
5196 , usw.
5197 \begin_inset space \space{}
5198 \end_inset
5199
5200 oder das Menü 
5201 \family sans
5202 Bearbeiten\SpecialChar \menuseparator
5203 Zeilen & Spalten
5204 \family default
5205  verwenden.
5206  Neue Zeilen können auch mit 
5207 \family sans
5208 Strg+Enter
5209 \family default
5210  erstellt werden.
5211 \end_layout
5212
5213 \begin_layout Standard
5214 \begin_inset VSpace bigskip
5215 \end_inset
5216
5217 Klammern um eine Matrix können entweder mit den Befehlen 
5218 \series bold
5219
5220 \backslash
5221 left
5222 \series default
5223
5224 \begin_inset Index
5225 status collapsed
5226
5227 \begin_layout Plain Layout
5228 Befehle ! L ! 
5229 \backslash
5230 left
5231 \end_layout
5232
5233 \end_inset
5234
5235  und 
5236 \series bold
5237
5238 \backslash
5239 right
5240 \series default
5241
5242 \begin_inset Index
5243 status collapsed
5244
5245 \begin_layout Plain Layout
5246 Befehle ! R ! 
5247 \backslash
5248 right
5249 \end_layout
5250
5251 \end_inset
5252
5253  erstellt werden (Tastenkürzel 
5254 \family sans
5255 Alt+M
5256 \begin_inset space ~
5257 \end_inset
5258
5259 Klammer
5260 \family default
5261 ), siehe 
5262 \begin_inset CommandInset ref
5263 LatexCommand ref
5264 reference "sub:Automatische-Klammergrößen"
5265
5266 \end_inset
5267
5268 , oder man verwendet folgende Befehle:
5269 \begin_inset VSpace bigskip
5270 \end_inset
5271
5272
5273 \end_layout
5274
5275 \begin_layout Standard
5276 \begin_inset space \hfill{}
5277 \end_inset
5278
5279
5280 \begin_inset Tabular
5281 <lyxtabular version="3" rows="4" columns="2">
5282 <features>
5283 <column alignment="center" valignment="top" width="0">
5284 <column alignment="center" valignment="top" width="0">
5285 <row>
5286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5287 \begin_inset Text
5288
5289 \begin_layout Plain Layout
5290 Befehl
5291 \end_layout
5292
5293 \end_inset
5294 </cell>
5295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5296 \begin_inset Text
5297
5298 \begin_layout Plain Layout
5299 Ergebnis
5300 \end_layout
5301
5302 \end_inset
5303 </cell>
5304 </row>
5305 <row>
5306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5307 \begin_inset Text
5308
5309 \begin_layout Plain Layout
5310
5311 \backslash
5312 bmatrix
5313 \begin_inset ERT
5314 status collapsed
5315
5316 \begin_layout Plain Layout
5317
5318
5319 \backslash
5320 leer 
5321 \end_layout
5322
5323 \end_inset
5324
5325 2
5326 \series bold
5327 ×
5328 \series default
5329 2
5330 \begin_inset space \thinspace{}
5331 \end_inset
5332
5333 Matrix
5334 \end_layout
5335
5336 \end_inset
5337 </cell>
5338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5339 \begin_inset Text
5340
5341 \begin_layout Plain Layout
5342 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5343 0 & \textrm{-}\mathrm{i}\\
5344 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5345 \end_inset
5346
5347
5348 \end_layout
5349
5350 \end_inset
5351 </cell>
5352 </row>
5353 <row>
5354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5355 \begin_inset Text
5356
5357 \begin_layout Plain Layout
5358
5359 \backslash
5360 Bmatrix
5361 \begin_inset ERT
5362 status collapsed
5363
5364 \begin_layout Plain Layout
5365
5366
5367 \backslash
5368 leer 
5369 \end_layout
5370
5371 \end_inset
5372
5373 2
5374 \series bold
5375 ×
5376 \series default
5377 2
5378 \begin_inset space \thinspace{}
5379 \end_inset
5380
5381 Matrix
5382 \end_layout
5383
5384 \end_inset
5385 </cell>
5386 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5387 \begin_inset Text
5388
5389 \begin_layout Plain Layout
5390 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5391 0 & \textrm{-}\mathrm{i}\\
5392 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5393 \end_inset
5394
5395
5396 \end_layout
5397
5398 \end_inset
5399 </cell>
5400 </row>
5401 <row>
5402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5403 \begin_inset Text
5404
5405 \begin_layout Plain Layout
5406
5407 \backslash
5408 pmatrix
5409 \begin_inset ERT
5410 status collapsed
5411
5412 \begin_layout Plain Layout
5413
5414
5415 \backslash
5416 leer 
5417 \end_layout
5418
5419 \end_inset
5420
5421 2
5422 \series bold
5423 ×
5424 \series default
5425 2
5426 \begin_inset space \thinspace{}
5427 \end_inset
5428
5429 Matrix
5430 \end_layout
5431
5432 \end_inset
5433 </cell>
5434 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5435 \begin_inset Text
5436
5437 \begin_layout Plain Layout
5438 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5439 0 & \textrm{-}\mathrm{i}\\
5440 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5441 \end_inset
5442
5443
5444 \end_layout
5445
5446 \end_inset
5447 </cell>
5448 </row>
5449 </lyxtabular>
5450
5451 \end_inset
5452
5453
5454 \begin_inset space \hfill{}
5455 \end_inset
5456
5457
5458 \begin_inset Tabular
5459 <lyxtabular version="3" rows="4" columns="2">
5460 <features>
5461 <column alignment="center" valignment="top" width="0">
5462 <column alignment="center" valignment="top" width="0">
5463 <row>
5464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5465 \begin_inset Text
5466
5467 \begin_layout Plain Layout
5468 Befehl
5469 \end_layout
5470
5471 \end_inset
5472 </cell>
5473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5474 \begin_inset Text
5475
5476 \begin_layout Plain Layout
5477 Ergebnis
5478 \end_layout
5479
5480 \end_inset
5481 </cell>
5482 </row>
5483 <row>
5484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5485 \begin_inset Text
5486
5487 \begin_layout Plain Layout
5488
5489 \backslash
5490 vmatrix
5491 \begin_inset ERT
5492 status collapsed
5493
5494 \begin_layout Plain Layout
5495
5496
5497 \backslash
5498 leer 
5499 \end_layout
5500
5501 \end_inset
5502
5503 2
5504 \series bold
5505 ×
5506 \series default
5507 2
5508 \begin_inset space \thinspace{}
5509 \end_inset
5510
5511 Matrix
5512 \end_layout
5513
5514 \end_inset
5515 </cell>
5516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5517 \begin_inset Text
5518
5519 \begin_layout Plain Layout
5520 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5521 0 & \textrm{-}\mathrm{i}\\
5522 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5523 \end_inset
5524
5525
5526 \end_layout
5527
5528 \end_inset
5529 </cell>
5530 </row>
5531 <row>
5532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5533 \begin_inset Text
5534
5535 \begin_layout Plain Layout
5536
5537 \backslash
5538 Vmatrix
5539 \begin_inset ERT
5540 status collapsed
5541
5542 \begin_layout Plain Layout
5543
5544
5545 \backslash
5546 leer 
5547 \end_layout
5548
5549 \end_inset
5550
5551 2
5552 \series bold
5553 ×
5554 \series default
5555 2
5556 \begin_inset space \thinspace{}
5557 \end_inset
5558
5559 Matrix
5560 \end_layout
5561
5562 \end_inset
5563 </cell>
5564 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5565 \begin_inset Text
5566
5567 \begin_layout Plain Layout
5568 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5569 0 & \textrm{-}\mathrm{i}\\
5570 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5571 \end_inset
5572
5573
5574 \end_layout
5575
5576 \end_inset
5577 </cell>
5578 </row>
5579 <row>
5580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5581 \begin_inset Text
5582
5583 \begin_layout Plain Layout
5584
5585 \backslash
5586 matrix
5587 \begin_inset ERT
5588 status collapsed
5589
5590 \begin_layout Plain Layout
5591
5592
5593 \backslash
5594 leer 
5595 \end_layout
5596
5597 \end_inset
5598
5599 2
5600 \series bold
5601 ×
5602 \series default
5603 2
5604 \begin_inset space \thinspace{}
5605 \end_inset
5606
5607 Matrix
5608 \end_layout
5609
5610 \end_inset
5611 </cell>
5612 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5613 \begin_inset Text
5614
5615 \begin_layout Plain Layout
5616 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5617 0 & \textrm{-}\mathrm{i}\\
5618 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 </lyxtabular>
5628
5629 \end_inset
5630
5631
5632 \begin_inset space \hfill{}
5633 \end_inset
5634
5635
5636 \end_layout
5637
5638 \begin_layout Standard
5639 \begin_inset VSpace medskip
5640 \end_inset
5641
5642 Wurde z.
5643 \begin_inset space \thinspace{}
5644 \end_inset
5645
5646 B.
5647  
5648 \series bold
5649
5650 \backslash
5651 vmatrix
5652 \series default
5653  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5654  in das die Matrix eingefügt wird.
5655 \end_layout
5656
5657 \begin_layout Standard
5658 \begin_inset VSpace bigskip
5659 \end_inset
5660
5661 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5662 \begin_inset CommandInset ref
5663 LatexCommand ref
5664 reference "sub:Spaltenabstand"
5665
5666 \end_inset
5667
5668  beschriebene Länge 
5669 \series bold
5670
5671 \backslash
5672 arraycolsep
5673 \series default
5674
5675 \begin_inset Index
5676 status collapsed
5677
5678 \begin_layout Plain Layout
5679 Befehle ! A ! 
5680 \backslash
5681 arraycolsep
5682 \end_layout
5683
5684 \end_inset
5685
5686  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5687 \end_layout
5688
5689 \begin_layout Standard
5690 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5691 \series bold
5692
5693 \backslash
5694 arraystretch
5695 \series default
5696
5697 \begin_inset Index
5698 status collapsed
5699
5700 \begin_layout Plain Layout
5701 Befehle ! A ! 
5702 \backslash
5703 arraystretch
5704 \end_layout
5705
5706 \end_inset
5707
5708 .
5709  Dieser wird folgendermaßen benutzt:
5710 \end_layout
5711
5712 \begin_layout Standard
5713
5714 \series bold
5715
5716 \backslash
5717 renewcommand{
5718 \backslash
5719 arraystretch}{Dehnungsfaktor}
5720 \begin_inset Index
5721 status collapsed
5722
5723 \begin_layout Plain Layout
5724 Befehle ! R ! 
5725 \backslash
5726 renewcommand
5727 \end_layout
5728
5729 \end_inset
5730
5731
5732 \end_layout
5733
5734 \begin_layout Standard
5735 Der Befehl 
5736 \series bold
5737
5738 \backslash
5739 renewcommand
5740 \series default
5741  weist dabei dem vordefinierten Befehl 
5742 \series bold
5743
5744 \backslash
5745 arraystretch
5746 \series default
5747  den Dehnungsfaktor zu.
5748  Möchte man z.
5749 \begin_inset space \thinspace{}
5750 \end_inset
5751
5752 B.
5753  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5754  Dieser wird dann für alle folgenden Matrizen verwendet.
5755  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5756 \series bold
5757
5758 \backslash
5759 arraystretch
5760 \series default
5761  den Faktor 1 zu.
5762 \end_layout
5763
5764 \begin_layout Standard
5765 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5766 \series bold
5767
5768 \backslash
5769 smallmatrix
5770 \series default
5771
5772 \begin_inset Index
5773 status collapsed
5774
5775 \begin_layout Plain Layout
5776 Befehle ! S ! 
5777 \backslash
5778 smallmatrix
5779 \end_layout
5780
5781 \end_inset
5782
5783 .
5784  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5785  gestrichelten Linien.
5786  In dieses Kästchen wird die Matrix eingegeben.
5787  Man verwendet stattdessen das Menü 
5788 \family sans
5789 Bearbeiten\SpecialChar \menuseparator
5790 Zeilen
5791 \begin_inset space ~
5792 \end_inset
5793
5794 &
5795 \begin_inset space ~
5796 \end_inset
5797
5798 Spalten
5799 \family default
5800  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5801  Neue Zeilen können auch mit 
5802 \family sans
5803 Strg+Enter
5804 \family default
5805  erstellt werden.
5806 \end_layout
5807
5808 \begin_layout Standard
5809 Dies ist eine Matrix 
5810 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5811 C & D\end{smallmatrix}\right)$
5812 \end_inset
5813
5814  in einer Textzeile.
5815 \end_layout
5816
5817 \begin_layout Standard
5818 \begin_inset Newpage newpage
5819 \end_inset
5820
5821
5822 \end_layout
5823
5824 \begin_layout Section
5825 Klammern und Begrenzungszeichen
5826 \begin_inset Index
5827 status collapsed
5828
5829 \begin_layout Plain Layout
5830 Klammern
5831 \end_layout
5832
5833 \end_inset
5834
5835
5836 \begin_inset Index
5837 status collapsed
5838
5839 \begin_layout Plain Layout
5840 Begrenzungszeichen
5841 \end_layout
5842
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \begin_layout Subsection
5849 Vertikale Klammern und Begrenzungszeichen
5850 \begin_inset Index
5851 status collapsed
5852
5853 \begin_layout Plain Layout
5854 Klammern ! vertikale
5855 \end_layout
5856
5857 \end_inset
5858
5859
5860 \end_layout
5861
5862 \begin_layout Standard
5863 \begin_inset space \hfill{}
5864 \end_inset
5865
5866
5867 \begin_inset Tabular
5868 <lyxtabular version="3" rows="9" columns="2">
5869 <features>
5870 <column alignment="center" valignment="top" width="0pt">
5871 <column alignment="center" valignment="top" width="0pt">
5872 <row>
5873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5874 \begin_inset Text
5875
5876 \begin_layout Plain Layout
5877 Befehl
5878 \end_layout
5879
5880 \end_inset
5881 </cell>
5882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5883 \begin_inset Text
5884
5885 \begin_layout Plain Layout
5886 Ergebnis
5887 \end_layout
5888
5889 \end_inset
5890 </cell>
5891 </row>
5892 <row>
5893 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5894 \begin_inset Text
5895
5896 \begin_layout Plain Layout
5897 (
5898 \end_layout
5899
5900 \end_inset
5901 </cell>
5902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5903 \begin_inset Text
5904
5905 \begin_layout Plain Layout
5906 \begin_inset Formula $($
5907 \end_inset
5908
5909
5910 \end_layout
5911
5912 \end_inset
5913 </cell>
5914 </row>
5915 <row>
5916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5917 \begin_inset Text
5918
5919 \begin_layout Plain Layout
5920 {
5921 \end_layout
5922
5923 \end_inset
5924 </cell>
5925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5926 \begin_inset Text
5927
5928 \begin_layout Plain Layout
5929 \begin_inset Formula $\{$
5930 \end_inset
5931
5932
5933 \end_layout
5934
5935 \end_inset
5936 </cell>
5937 </row>
5938 <row>
5939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5940 \begin_inset Text
5941
5942 \begin_layout Plain Layout
5943 [
5944 \end_layout
5945
5946 \end_inset
5947 </cell>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952 \begin_inset Formula $[$
5953 \end_inset
5954
5955
5956 \end_layout
5957
5958 \end_inset
5959 </cell>
5960 </row>
5961 <row>
5962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5963 \begin_inset Text
5964
5965 \begin_layout Plain Layout
5966
5967 \backslash
5968 langle
5969 \end_layout
5970
5971 \end_inset
5972 </cell>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977 \begin_inset Formula $\langle$
5978 \end_inset
5979
5980
5981 \end_layout
5982
5983 \end_inset
5984 </cell>
5985 </row>
5986 <row>
5987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5988 \begin_inset Text
5989
5990 \begin_layout Plain Layout
5991
5992 \backslash
5993 lceil
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5999 \begin_inset Text
6000
6001 \begin_layout Plain Layout
6002 \begin_inset Formula $\lceil$
6003 \end_inset
6004
6005
6006 \end_layout
6007
6008 \end_inset
6009 </cell>
6010 </row>
6011 <row>
6012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6013 \begin_inset Text
6014
6015 \begin_layout Plain Layout
6016
6017 \backslash
6018 lfloor
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6024 \begin_inset Text
6025
6026 \begin_layout Plain Layout
6027 \begin_inset Formula $\lfloor$
6028 \end_inset
6029
6030
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" bottomline="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" bottomline="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 </lyxtabular>
6083
6084 \end_inset
6085
6086
6087 \begin_inset space \hfill{}
6088 \end_inset
6089
6090
6091 \begin_inset Tabular
6092 <lyxtabular version="3" rows="9" columns="2">
6093 <features>
6094 <column alignment="center" valignment="top" width="0pt">
6095 <column alignment="center" valignment="top" width="0pt">
6096 <row>
6097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6098 \begin_inset Text
6099
6100 \begin_layout Plain Layout
6101 Befehl
6102 \end_layout
6103
6104 \end_inset
6105 </cell>
6106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6107 \begin_inset Text
6108
6109 \begin_layout Plain Layout
6110 Ergebnis
6111 \end_layout
6112
6113 \end_inset
6114 </cell>
6115 </row>
6116 <row>
6117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6118 \begin_inset Text
6119
6120 \begin_layout Plain Layout
6121 )
6122 \end_layout
6123
6124 \end_inset
6125 </cell>
6126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6127 \begin_inset Text
6128
6129 \begin_layout Plain Layout
6130 \begin_inset Formula $)$
6131 \end_inset
6132
6133
6134 \end_layout
6135
6136 \end_inset
6137 </cell>
6138 </row>
6139 <row>
6140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6141 \begin_inset Text
6142
6143 \begin_layout Plain Layout
6144 }
6145 \end_layout
6146
6147 \end_inset
6148 </cell>
6149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6150 \begin_inset Text
6151
6152 \begin_layout Plain Layout
6153 \begin_inset Formula $\}$
6154 \end_inset
6155
6156
6157 \end_layout
6158
6159 \end_inset
6160 </cell>
6161 </row>
6162 <row>
6163 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6164 \begin_inset Text
6165
6166 \begin_layout Plain Layout
6167 ]
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 \begin_inset Formula $]$
6177 \end_inset
6178
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 <row>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190
6191 \backslash
6192 rangle
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 \begin_inset Formula $\rangle$
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215
6216 \backslash
6217 rceil
6218 \end_layout
6219
6220 \end_inset
6221 </cell>
6222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6223 \begin_inset Text
6224
6225 \begin_layout Plain Layout
6226 \begin_inset Formula $\rceil$
6227 \end_inset
6228
6229
6230 \end_layout
6231
6232 \end_inset
6233 </cell>
6234 </row>
6235 <row>
6236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6237 \begin_inset Text
6238
6239 \begin_layout Plain Layout
6240
6241 \backslash
6242 rfloor
6243 \end_layout
6244
6245 \end_inset
6246 </cell>
6247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6248 \begin_inset Text
6249
6250 \begin_layout Plain Layout
6251 \begin_inset Formula $\rfloor$
6252 \end_inset
6253
6254
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 \backslash
6267
6268 \backslash
6269
6270 \end_layout
6271
6272 \end_inset
6273 </cell>
6274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6275 \begin_inset Text
6276
6277 \begin_layout Plain Layout
6278 \begin_inset Formula $\backslash$
6279 \end_inset
6280
6281
6282 \end_layout
6283
6284 \end_inset
6285 </cell>
6286 </row>
6287 <row>
6288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6289 \begin_inset Text
6290
6291 \begin_layout Plain Layout
6292
6293 \backslash
6294 |
6295 \end_layout
6296
6297 \end_inset
6298 </cell>
6299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6300 \begin_inset Text
6301
6302 \begin_layout Plain Layout
6303 \begin_inset Formula $\|$
6304 \end_inset
6305
6306
6307 \end_layout
6308
6309 \end_inset
6310 </cell>
6311 </row>
6312 </lyxtabular>
6313
6314 \end_inset
6315
6316
6317 \begin_inset space \hfill{}
6318 \end_inset
6319
6320
6321 \end_layout
6322
6323 \begin_layout Standard
6324
6325 \series medium
6326 \begin_inset Note Greyedout
6327 status open
6328
6329 \begin_layout Plain Layout
6330
6331 \series bold
6332 Achtung:
6333 \series default
6334  Im TeX-Modus muss für den Backslash der Befehl 
6335 \series bold
6336
6337 \backslash
6338 textbackslash
6339 \series default
6340
6341 \begin_inset Index
6342 status collapsed
6343
6344 \begin_layout Plain Layout
6345 Befehle ! T ! 
6346 \backslash
6347 textbackslash
6348 \end_layout
6349
6350 \end_inset
6351
6352  verwendet werden, denn der Befehl 
6353 \series bold
6354
6355 \backslash
6356
6357 \backslash
6358
6359 \series default
6360  steht dort für einen Zeilenumbruch.
6361 \end_layout
6362
6363 \end_inset
6364
6365
6366 \end_layout
6367
6368 \begin_layout Standard
6369 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6370  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6371  Dabei können dann statt den Befehlen 
6372 \series bold
6373
6374 \backslash
6375 langle
6376 \series default
6377  und 
6378 \series bold
6379
6380 \backslash
6381 rangle
6382 \series default
6383  direkt die Zeichen < und > verwendet werden.
6384 \end_layout
6385
6386 \begin_layout Subsubsection
6387 Manuelle Klammergrößen
6388 \begin_inset CommandInset label
6389 LatexCommand label
6390 name "sub:Manuelle-Klammergrößen"
6391
6392 \end_inset
6393
6394
6395 \begin_inset Index
6396 status collapsed
6397
6398 \begin_layout Plain Layout
6399 Klammergrößen ! manuelle
6400 \end_layout
6401
6402 \end_inset
6403
6404
6405 \end_layout
6406
6407 \begin_layout Standard
6408 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6409  LaTeX-Befehle 
6410 \series bold
6411
6412 \backslash
6413 big
6414 \series default
6415
6416 \begin_inset Index
6417 status collapsed
6418
6419 \begin_layout Plain Layout
6420 Befehle ! B ! 
6421 \backslash
6422 big
6423 \end_layout
6424
6425 \end_inset
6426
6427
6428 \series bold
6429
6430 \backslash
6431 Big
6432 \series default
6433
6434 \series bold
6435
6436 \backslash
6437 bigg
6438 \series default
6439  und 
6440 \series bold
6441
6442 \backslash
6443 Bigg
6444 \series default
6445  tun.
6446  
6447 \series bold
6448
6449 \backslash
6450 big
6451 \series default
6452  steht hierbei für die kleinste und 
6453 \series bold
6454
6455 \backslash
6456 Bigg
6457 \series default
6458  für die größte Klammergröße.
6459 \end_layout
6460
6461 \begin_layout Standard
6462 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6463 \end_layout
6464
6465 \begin_layout Standard
6466 \align center
6467 \begin_inset Tabular
6468 <lyxtabular version="3" rows="2" columns="2">
6469 <features>
6470 <column alignment="center" valignment="top" width="0pt">
6471 <column alignment="center" valignment="top" width="0pt">
6472 <row>
6473 <cell alignment="center" valignment="top" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 einheitliche Klammergröße:
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 <row>
6496 <cell alignment="center" valignment="top" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500 besser sieht das so aus:
6501 \end_layout
6502
6503 \end_inset
6504 </cell>
6505 <cell alignment="center" valignment="top" usebox="none">
6506 \begin_inset Text
6507
6508 \begin_layout Plain Layout
6509 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6510 \end_inset
6511
6512
6513 \end_layout
6514
6515 \end_inset
6516 </cell>
6517 </row>
6518 </lyxtabular>
6519
6520 \end_inset
6521
6522
6523 \begin_inset Note Note
6524 status collapsed
6525
6526 \begin_layout Plain Layout
6527
6528 \series bold
6529
6530 \backslash
6531 raisebox
6532 \series default
6533  dient nur
6534 \end_layout
6535
6536 \begin_layout Plain Layout
6537 als Abstandhalter.
6538 \end_layout
6539
6540 \end_inset
6541
6542
6543 \end_layout
6544
6545 \begin_layout Standard
6546 Für die zweite Formel wurde der Befehl 
6547 \series bold
6548
6549 \backslash
6550 Big((A+B)(A-B)
6551 \backslash
6552 Big)^
6553 \begin_inset ERT
6554 status collapsed
6555
6556 \begin_layout Plain Layout
6557
6558
6559 \backslash
6560 leer 
6561 \end_layout
6562
6563 \end_inset
6564
6565 C
6566 \series default
6567  verwendet.
6568 \end_layout
6569
6570 \begin_layout Standard
6571 Hier alle Klammergrößen in der Übersicht:
6572 \end_layout
6573
6574 \begin_layout Standard
6575 \align center
6576
6577 \backslash
6578 Bigg(
6579 \backslash
6580 exp
6581 \backslash
6582 bigg<
6583 \backslash
6584 Big[
6585 \backslash
6586 big{
6587 \backslash
6588 ln(3x)
6589 \backslash
6590 big}^2
6591 \begin_inset ERT
6592 status collapsed
6593
6594 \begin_layout Plain Layout
6595
6596
6597 \backslash
6598 leer 
6599 \end_layout
6600
6601 \end_inset
6602
6603
6604 \backslash
6605 sin(x)
6606 \backslash
6607 Big]^
6608 \begin_inset ERT
6609 status collapsed
6610
6611 \begin_layout Plain Layout
6612
6613
6614 \backslash
6615 leer 
6616 \end_layout
6617
6618 \end_inset
6619
6620 A
6621 \begin_inset ERT
6622 status collapsed
6623
6624 \begin_layout Plain Layout
6625
6626
6627 \backslash
6628 leer 
6629 \end_layout
6630
6631 \end_inset
6632
6633
6634 \backslash
6635 bigg>
6636 \backslash
6637 Bigg)^0,5
6638 \end_layout
6639
6640 \begin_layout Standard
6641 \align center
6642 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6643 \end_inset
6644
6645
6646 \end_layout
6647
6648 \begin_layout Standard
6649 Es gibt außer den 
6650 \series bold
6651
6652 \backslash
6653 big
6654 \series default
6655 -Befehlen noch die Variante 
6656 \series bold
6657
6658 \backslash
6659 bigm
6660 \series default
6661
6662 \begin_inset Index
6663 status collapsed
6664
6665 \begin_layout Plain Layout
6666 Befehle ! B ! 
6667 \backslash
6668 bigm
6669 \end_layout
6670
6671 \end_inset
6672
6673 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6674  die Variante 
6675 \series bold
6676
6677 \backslash
6678 bigl
6679 \series default
6680 -
6681 \series bold
6682
6683 \backslash
6684 bigr
6685 \series default
6686
6687 \begin_inset Index
6688 status collapsed
6689
6690 \begin_layout Plain Layout
6691 Befehle ! B ! 
6692 \backslash
6693 bigl - 
6694 \backslash
6695 bigr
6696 \end_layout
6697
6698 \end_inset
6699
6700 , die keinen zusätzlichen Leerraum erzeugt.
6701  Das 
6702 \emph on
6703 l
6704 \emph default
6705  am Ende des Befehls 
6706 \series bold
6707
6708 \backslash
6709 bigl
6710 \series default
6711  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6712  ein 
6713 \emph on
6714 r
6715 \emph default
6716  ersetzt.
6717  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6718  sein.
6719 \end_layout
6720
6721 \begin_layout Standard
6722 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6723 \end_layout
6724
6725 \begin_layout Standard
6726 \align center
6727 \begin_inset Tabular
6728 <lyxtabular version="3" rows="5" columns="2">
6729 <features>
6730 <column alignment="center" valignment="middle" width="0">
6731 <column alignment="center" valignment="middle" width="0">
6732 <row>
6733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6734 \begin_inset Text
6735
6736 \begin_layout Plain Layout
6737 Befehl
6738 \end_layout
6739
6740 \end_inset
6741 </cell>
6742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6743 \begin_inset Text
6744
6745 \begin_layout Plain Layout
6746 Ergebnis
6747 \begin_inset Note Note
6748 status collapsed
6749
6750 \begin_layout Plain Layout
6751
6752 \series bold
6753
6754 \backslash
6755 raisebox
6756 \series default
6757  dient nur als Abstandhalter.
6758 \end_layout
6759
6760 \end_inset
6761
6762
6763 \end_layout
6764
6765 \end_inset
6766 </cell>
6767 </row>
6768 <row>
6769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6770 \begin_inset Text
6771
6772 \begin_layout Plain Layout
6773
6774 \backslash
6775 Bigm(
6776 \backslash
6777 bigm(
6778 \backslash
6779 ln(3x)
6780 \backslash
6781 bigm)^2
6782 \begin_inset ERT
6783 status collapsed
6784
6785 \begin_layout Plain Layout
6786
6787
6788 \backslash
6789 leer 
6790 \end_layout
6791
6792 \end_inset
6793
6794
6795 \backslash
6796 Bigm)
6797 \end_layout
6798
6799 \end_inset
6800 </cell>
6801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6802 \begin_inset Text
6803
6804 \begin_layout Plain Layout
6805 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6806 \end_inset
6807
6808
6809 \end_layout
6810
6811 \end_inset
6812 </cell>
6813 </row>
6814 <row>
6815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6816 \begin_inset Text
6817
6818 \begin_layout Plain Layout
6819
6820 \backslash
6821 Big(
6822 \backslash
6823 big(
6824 \backslash
6825 ln(3x)
6826 \backslash
6827 big)^2
6828 \begin_inset ERT
6829 status collapsed
6830
6831 \begin_layout Plain Layout
6832
6833
6834 \backslash
6835 leer 
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \backslash
6842 Big)
6843 \end_layout
6844
6845 \end_inset
6846 </cell>
6847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6848 \begin_inset Text
6849
6850 \begin_layout Plain Layout
6851 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6852 \end_inset
6853
6854
6855 \end_layout
6856
6857 \end_inset
6858 </cell>
6859 </row>
6860 <row>
6861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6862 \begin_inset Text
6863
6864 \begin_layout Plain Layout
6865
6866 \backslash
6867 Bigl(
6868 \backslash
6869 bigl(
6870 \backslash
6871 ln(3x)
6872 \backslash
6873 bigr)^2
6874 \begin_inset ERT
6875 status collapsed
6876
6877 \begin_layout Plain Layout
6878
6879
6880 \backslash
6881 leer 
6882 \end_layout
6883
6884 \end_inset
6885
6886
6887 \backslash
6888 Bigr)
6889 \end_layout
6890
6891 \end_inset
6892 </cell>
6893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6894 \begin_inset Text
6895
6896 \begin_layout Plain Layout
6897 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6898 \end_inset
6899
6900
6901 \end_layout
6902
6903 \end_inset
6904 </cell>
6905 </row>
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911
6912 \backslash
6913 bigl)
6914 \backslash
6915 ln(3x)
6916 \backslash
6917 bigr(
6918 \end_layout
6919
6920 \end_inset
6921 </cell>
6922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6923 \begin_inset Text
6924
6925 \begin_layout Plain Layout
6926 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6927 \end_inset
6928
6929
6930 \end_layout
6931
6932 \end_inset
6933 </cell>
6934 </row>
6935 </lyxtabular>
6936
6937 \end_inset
6938
6939
6940 \end_layout
6941
6942 \begin_layout Subsubsection
6943 Automatische Klammergrößen
6944 \begin_inset CommandInset label
6945 LatexCommand label
6946 name "sub:Automatische-Klammergrößen"
6947
6948 \end_inset
6949
6950
6951 \begin_inset Index
6952 status collapsed
6953
6954 \begin_layout Plain Layout
6955 Klammergrößen ! automatische
6956 \end_layout
6957
6958 \end_inset
6959
6960
6961 \end_layout
6962
6963 \begin_layout Standard
6964 Klammern variabler Größe können mit den Befehlen 
6965 \series bold
6966
6967 \backslash
6968 left
6969 \series default
6970
6971 \begin_inset Index
6972 status collapsed
6973
6974 \begin_layout Plain Layout
6975 Befehle ! L ! 
6976 \backslash
6977 left
6978 \end_layout
6979
6980 \end_inset
6981
6982  und 
6983 \series bold
6984
6985 \backslash
6986 right
6987 \series default
6988
6989 \begin_inset Index
6990 status collapsed
6991
6992 \begin_layout Plain Layout
6993 Befehle ! R ! 
6994 \backslash
6995 right
6996 \end_layout
6997
6998 \end_inset
6999
7000  oder über den Mathe-Werkzeugleistenknopf
7001 \family sans
7002  
7003 \family default
7004
7005 \begin_inset Graphics
7006         filename ../../images/dialog-show_mathdelimiter.png
7007         scale 85
7008
7009 \end_inset
7010
7011  eingefügt werden.
7012  Auf 
7013 \series bold
7014
7015 \backslash
7016 left
7017 \series default
7018  und 
7019 \series bold
7020
7021 \backslash
7022 right
7023 \series default
7024  muss unmittelbar die gewünschte Klammer folgen.
7025  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7026 \end_layout
7027
7028 \begin_layout Standard
7029 \align center
7030 normale Klammer: Der Befehl 
7031 \series bold
7032
7033 \backslash
7034 ln(
7035 \backslash
7036 frac
7037 \begin_inset ERT
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041
7042
7043 \backslash
7044 leer 
7045 \end_layout
7046
7047 \end_inset
7048
7049 A
7050 \begin_inset Formula $\downarrow$
7051 \end_inset
7052
7053 C
7054 \begin_inset ERT
7055 status collapsed
7056
7057 \begin_layout Plain Layout
7058
7059
7060 \backslash
7061 leer 
7062 \end_layout
7063
7064 \end_inset
7065
7066 )
7067 \series default
7068  ergibt
7069 \begin_inset Formula \[
7070 \ln(\frac{A}{C})\]
7071
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \begin_layout Standard
7078 \align center
7079 mehrzeilige Klammer: Der Befehl 
7080 \series bold
7081
7082 \backslash
7083 ln
7084 \backslash
7085 left(
7086 \backslash
7087 frac
7088 \begin_inset ERT
7089 status collapsed
7090
7091 \begin_layout Plain Layout
7092
7093
7094 \backslash
7095 leer 
7096 \end_layout
7097
7098 \end_inset
7099
7100 A
7101 \begin_inset Formula $\downarrow$
7102 \end_inset
7103
7104 C
7105 \begin_inset ERT
7106 status collapsed
7107
7108 \begin_layout Plain Layout
7109
7110
7111 \backslash
7112 leer 
7113 \end_layout
7114
7115 \end_inset
7116
7117
7118 \backslash
7119 right)
7120 \series default
7121  ergibt
7122 \begin_inset Formula \[
7123 \ln\left(\frac{A}{C}\right)\]
7124
7125 \end_inset
7126
7127
7128 \end_layout
7129
7130 \begin_layout Standard
7131 An Stelle von 
7132 \series bold
7133
7134 \backslash
7135 left
7136 \series default
7137  und 
7138 \series bold
7139
7140 \backslash
7141 right
7142 \series default
7143  kann man die Tastenkürzel 
7144 \family sans
7145 Alt+M
7146 \begin_inset space ~
7147 \end_inset
7148
7149 Klammer
7150 \family default
7151  verwenden.
7152  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7153  und dass die rechte Klammer gleich mit erstellt wird.
7154 \begin_inset Newline newline
7155 \end_inset
7156
7157 Der Befehl für das letzte Beispiel würde dann lauten: 
7158 \series bold
7159
7160 \backslash
7161 ln Alt+M
7162 \series default
7163  
7164 \series bold
7165 (
7166 \backslash
7167 frac
7168 \begin_inset ERT
7169 status collapsed
7170
7171 \begin_layout Plain Layout
7172
7173
7174 \backslash
7175 leer 
7176 \end_layout
7177
7178 \end_inset
7179
7180 A
7181 \begin_inset Formula $\downarrow$
7182 \end_inset
7183
7184 C
7185 \end_layout
7186
7187 \begin_layout Standard
7188 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7189  Klammer einen Punkt.
7190  So ergibt z.
7191 \begin_inset space \thinspace{}
7192 \end_inset
7193
7194 B.
7195  der Befehl 
7196 \series bold
7197
7198 \backslash
7199 left.
7200 \backslash
7201 frac
7202 \begin_inset ERT
7203 status collapsed
7204
7205 \begin_layout Plain Layout
7206
7207
7208 \backslash
7209 leer 
7210 \end_layout
7211
7212 \end_inset
7213
7214 A
7215 \begin_inset Formula $\downarrow$
7216 \end_inset
7217
7218 B
7219 \begin_inset ERT
7220 status collapsed
7221
7222 \begin_layout Plain Layout
7223
7224
7225 \backslash
7226 leer 
7227 \end_layout
7228
7229 \end_inset
7230
7231
7232 \backslash
7233 right}
7234 \series default
7235
7236 \begin_inset space \thinspace{}
7237 \end_inset
7238
7239 :
7240 \series bold
7241
7242 \begin_inset Formula \[
7243 \left.\frac{A}{B}\right\} \]
7244
7245 \end_inset
7246
7247
7248 \series default
7249 Die Befehle 
7250 \series bold
7251
7252 \backslash
7253 left
7254 \series default
7255  und 
7256 \series bold
7257
7258 \backslash
7259 right
7260 \series default
7261  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7262  umgewandelt.
7263  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7264 \end_layout
7265
7266 \begin_layout Standard
7267 \begin_inset VSpace bigskip
7268 \end_inset
7269
7270 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7271  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7272  Befehl 
7273 \series bold
7274
7275 \backslash
7276 middle
7277 \series default
7278
7279 \begin_inset Index
7280 status collapsed
7281
7282 \begin_layout Plain Layout
7283 Befehle ! M ! 
7284 \backslash
7285 middle
7286 \end_layout
7287
7288 \end_inset
7289
7290  zur Verfügung.
7291  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7292  angepasst, was z.
7293 \begin_inset space \thinspace{}
7294 \end_inset
7295
7296 B.
7297  für physikalische Vektoren von Nutzen ist:
7298 \begin_inset Formula \[
7299 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7300
7301 \end_inset
7302
7303 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7304 \begin_inset CommandInset ref
7305 LatexCommand ref
7306 reference "sub:Physikalische-Vektoren"
7307
7308 \end_inset
7309
7310  beschrieben ist.
7311 \end_layout
7312
7313 \begin_layout Subsection
7314 Horizontale Klammern
7315 \begin_inset Index
7316 status collapsed
7317
7318 \begin_layout Plain Layout
7319 Klammern ! horizontale
7320 \end_layout
7321
7322 \end_inset
7323
7324
7325 \end_layout
7326
7327 \begin_layout Standard
7328 \align center
7329 \begin_inset Tabular
7330 <lyxtabular version="3" rows="4" columns="2">
7331 <features>
7332 <column alignment="center" valignment="top" width="0pt">
7333 <column alignment="center" valignment="top" width="0pt">
7334 <row>
7335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7336 \begin_inset Text
7337
7338 \begin_layout Plain Layout
7339 Befehl
7340 \begin_inset Note Note
7341 status collapsed
7342
7343 \begin_layout Plain Layout
7344
7345 \series bold
7346
7347 \backslash
7348 raisebox
7349 \series default
7350  dient nur als Abstandhalter.
7351 \end_layout
7352
7353 \end_inset
7354
7355
7356 \end_layout
7357
7358 \end_inset
7359 </cell>
7360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7361 \begin_inset Text
7362
7363 \begin_layout Plain Layout
7364 Ergebnis
7365 \end_layout
7366
7367 \end_inset
7368 </cell>
7369 </row>
7370 <row>
7371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7372 \begin_inset Text
7373
7374 \begin_layout Plain Layout
7375 \begin_inset ERT
7376 status collapsed
7377
7378 \begin_layout Plain Layout
7379
7380
7381 \backslash
7382 raisebox{2.3mm}{
7383 \end_layout
7384
7385 \end_inset
7386
7387
7388 \backslash
7389 overbrace
7390 \begin_inset ERT
7391 status collapsed
7392
7393 \begin_layout Plain Layout
7394
7395
7396 \backslash
7397 leer 
7398 \end_layout
7399
7400 \end_inset
7401
7402 A+B
7403 \begin_inset ERT
7404 status collapsed
7405
7406 \begin_layout Plain Layout
7407
7408
7409 \backslash
7410 leer 
7411 \end_layout
7412
7413 \end_inset
7414
7415 ^
7416 \begin_inset ERT
7417 status collapsed
7418
7419 \begin_layout Plain Layout
7420
7421
7422 \backslash
7423 leer 
7424 \end_layout
7425
7426 \end_inset
7427
7428 3
7429 \begin_inset ERT
7430 status collapsed
7431
7432 \begin_layout Plain Layout
7433
7434 }
7435 \end_layout
7436
7437 \end_inset
7438
7439
7440 \begin_inset Index
7441 status collapsed
7442
7443 \begin_layout Plain Layout
7444 Befehle ! O ! 
7445 \backslash
7446 overbrace
7447 \end_layout
7448
7449 \end_inset
7450
7451
7452 \end_layout
7453
7454 \end_inset
7455 </cell>
7456 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7457 \begin_inset Text
7458
7459 \begin_layout Plain Layout
7460 \begin_inset Formula $\overbrace{A+B}^{3}$
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \end_inset
7467 </cell>
7468 </row>
7469 <row>
7470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7471 \begin_inset Text
7472
7473 \begin_layout Plain Layout
7474 \begin_inset ERT
7475 status collapsed
7476
7477 \begin_layout Plain Layout
7478
7479
7480 \backslash
7481 raisebox{-2.2mm}{
7482 \end_layout
7483
7484 \end_inset
7485
7486
7487 \backslash
7488 underbrace
7489 \begin_inset ERT
7490 status collapsed
7491
7492 \begin_layout Plain Layout
7493
7494
7495 \backslash
7496 leer 
7497 \end_layout
7498
7499 \end_inset
7500
7501 A+B
7502 \begin_inset ERT
7503 status collapsed
7504
7505 \begin_layout Plain Layout
7506
7507
7508 \backslash
7509 leer 
7510 \end_layout
7511
7512 \end_inset
7513
7514 _5
7515 \begin_inset ERT
7516 status collapsed
7517
7518 \begin_layout Plain Layout
7519
7520 }
7521 \end_layout
7522
7523 \end_inset
7524
7525
7526 \begin_inset Index
7527 status collapsed
7528
7529 \begin_layout Plain Layout
7530 Befehle ! U ! 
7531 \backslash
7532 underbrace
7533 \end_layout
7534
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 \begin_inset Formula $\underbrace{A+B}_{5}$
7547 \end_inset
7548
7549
7550 \end_layout
7551
7552 \end_inset
7553 </cell>
7554 </row>
7555 <row>
7556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7557 \begin_inset Text
7558
7559 \begin_layout Plain Layout
7560
7561 \backslash
7562 overbrace
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568
7569 \backslash
7570 leer 
7571 \end_layout
7572
7573 \end_inset
7574
7575
7576 \backslash
7577 underbrace
7578 \begin_inset ERT
7579 status collapsed
7580
7581 \begin_layout Plain Layout
7582
7583
7584 \backslash
7585 leer 
7586 \end_layout
7587
7588 \end_inset
7589
7590 A+B_w
7591 \begin_inset ERT
7592 status collapsed
7593
7594 \begin_layout Plain Layout
7595
7596
7597 \backslash
7598 leer 
7599 \end_layout
7600
7601 \end_inset
7602
7603
7604 \begin_inset ERT
7605 status collapsed
7606
7607 \begin_layout Plain Layout
7608
7609
7610 \backslash
7611 leer 
7612 \end_layout
7613
7614 \end_inset
7615
7616 _7
7617 \begin_inset ERT
7618 status collapsed
7619
7620 \begin_layout Plain Layout
7621
7622
7623 \backslash
7624 leer 
7625 \end_layout
7626
7627 \end_inset
7628
7629
7630 \begin_inset ERT
7631 status collapsed
7632
7633 \begin_layout Plain Layout
7634
7635
7636 \backslash
7637 leer 
7638 \end_layout
7639
7640 \end_inset
7641
7642 ^
7643 \begin_inset ERT
7644 status collapsed
7645
7646 \begin_layout Plain Layout
7647
7648
7649 \backslash
7650 leer 
7651 \end_layout
7652
7653 \end_inset
7654
7655 C
7656 \end_layout
7657
7658 \end_inset
7659 </cell>
7660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7661 \begin_inset Text
7662
7663 \begin_layout Plain Layout
7664 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7665 \end_inset
7666
7667
7668 \end_layout
7669
7670 \end_inset
7671 </cell>
7672 </row>
7673 </lyxtabular>
7674
7675 \end_inset
7676
7677
7678 \end_layout
7679
7680 \begin_layout Standard
7681 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7682 \series bold
7683
7684 \backslash
7685 overbrace
7686 \series default
7687  oder 
7688 \series bold
7689
7690 \backslash
7691 underbrace
7692 \series default
7693  eingibt.
7694 \end_layout
7695
7696 \begin_layout Standard
7697 \begin_inset VSpace bigskip
7698 \end_inset
7699
7700 Benötigt man Klammern, die sich überschneiden, muss man die in 
7701 \begin_inset CommandInset ref
7702 LatexCommand ref
7703 reference "sec:Mehrzeilige-Formeln"
7704
7705 \end_inset
7706
7707  beschriebenen mehrzeiligen Formeln verwenden:
7708 \begin_inset Formula \begin{eqnarray*}
7709 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7710  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7711
7712 \end_inset
7713
7714 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7715  Dabei ist es wichtig, dass vor dem ersten 
7716 \begin_inset Formula $d$
7717 \end_inset
7718
7719  der Abstandsbefehl
7720 \begin_inset Foot
7721 status collapsed
7722
7723 \begin_layout Plain Layout
7724 Abstandsbefehle sind in 
7725 \begin_inset CommandInset ref
7726 LatexCommand ref
7727 reference "sub:Vordefinierter-Leerraum"
7728
7729 \end_inset
7730
7731  erklärt.
7732 \end_layout
7733
7734 \end_inset
7735
7736  
7737 \series bold
7738
7739 \backslash
7740 :
7741 \series default
7742  eingegeben wird, denn die nach dem 
7743 \begin_inset Formula $q$
7744 \end_inset
7745
7746  endende Klammer verhindert, dass das nachfolgende 
7747 \begin_inset Quotes gld
7748 \end_inset
7749
7750 +
7751 \begin_inset Quotes grd
7752 \end_inset
7753
7754  von Leerraum umgeben ist.
7755 \begin_inset Foot
7756 status collapsed
7757
7758 \begin_layout Plain Layout
7759 weil eine Klammer nicht als Zeichen gilt, siehe 
7760 \begin_inset CommandInset ref
7761 LatexCommand ref
7762 reference "sub:Binäre-Operatoren"
7763
7764 \end_inset
7765
7766
7767 \end_layout
7768
7769 \end_inset
7770
7771  In die zweite Zeile wird die zweite Klammer eingegeben.
7772  Da sie vor dem 
7773 \begin_inset Formula $b$
7774 \end_inset
7775
7776  beginnen soll, gibt man zuerst 
7777 \series bold
7778
7779 \backslash
7780 hphantom{gggg+
7781 \backslash
7782 :}
7783 \series default
7784  ein.
7785 \begin_inset Foot
7786 status collapsed
7787
7788 \begin_layout Plain Layout
7789 mehr zu 
7790 \series bold
7791
7792 \backslash
7793 hphantom
7794 \series default
7795  siehe 
7796 \begin_inset CommandInset ref
7797 LatexCommand ref
7798 reference "sub:Platzhalter"
7799
7800 \end_inset
7801
7802 .
7803 \end_layout
7804
7805 \end_inset
7806
7807  Dieser Leerraum wird benötigt, weil das 
7808 \begin_inset Quotes gld
7809 \end_inset
7810
7811 +
7812 \begin_inset Quotes grd
7813 \end_inset
7814
7815  in der Formel auch von Leerraum umgeben ist.
7816  Die Klammer wird unter den Befehl 
7817 \series bold
7818
7819 \backslash
7820 hphantom{bbqq+dddd}
7821 \series default
7822  gesetzt.
7823 \end_layout
7824
7825 \begin_layout Standard
7826 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7827 n, wie in folgendem Beispiel:
7828 \begin_inset ERT
7829 status collapsed
7830
7831 \begin_layout Plain Layout
7832
7833
7834 \backslash
7835 setlength{
7836 \backslash
7837 jot}{-6pt}
7838 \end_layout
7839
7840 \end_inset
7841
7842
7843 \begin_inset Formula \begin{eqnarray*}
7844  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7845 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7846
7847 \end_inset
7848
7849
7850 \begin_inset ERT
7851 status collapsed
7852
7853 \begin_layout Plain Layout
7854
7855
7856 \backslash
7857 setlength{
7858 \backslash
7859 jot}{3pt}
7860 \end_layout
7861
7862 \end_inset
7863
7864 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7865  mit dem Unterschied, dass sich die Klammer oben befindet.
7866  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7867  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7868  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7869  werden.
7870  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7871 \begin_inset Foot
7872 status collapsed
7873
7874 \begin_layout Plain Layout
7875 \begin_inset CommandInset href
7876 LatexCommand href
7877 name "LyX-Fehler #1505"
7878 target "http://www.lyx.org/trac/ticket/1505"
7879
7880 \end_inset
7881
7882
7883 \end_layout
7884
7885 \end_inset
7886
7887 .
7888  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7889 \series bold
7890
7891 \backslash
7892 jot
7893 \series default
7894
7895 \begin_inset Index
7896 status collapsed
7897
7898 \begin_layout Plain Layout
7899 Befehle ! J ! 
7900 \backslash
7901 jot
7902 \end_layout
7903
7904 \end_inset
7905
7906  vor der Formel mit dem Befehl 
7907 \series bold
7908
7909 \backslash
7910 setlength{
7911 \backslash
7912 jot}{-6pt}
7913 \series default
7914  im TeX-Modus auf den Wert -6
7915 \begin_inset space \thinspace{}
7916 \end_inset
7917
7918 pt geändert.
7919  Nach der Formel wird 
7920 \series bold
7921
7922 \backslash
7923 jot
7924 \series default
7925  mit demselben Befehl wieder auf den Standardwert 3
7926 \begin_inset space \thinspace{}
7927 \end_inset
7928
7929 pt zurückgesetzt.
7930  Genaueres zum Zeilenabstand in Formeln ist in 
7931 \begin_inset CommandInset ref
7932 LatexCommand ref
7933 reference "sub:Zeilenabstand"
7934
7935 \end_inset
7936
7937  erklärt.
7938 \end_layout
7939
7940 \begin_layout Section
7941 Pfeile
7942 \begin_inset Index
7943 status collapsed
7944
7945 \begin_layout Plain Layout
7946 Pfeile
7947 \end_layout
7948
7949 \end_inset
7950
7951
7952 \end_layout
7953
7954 \begin_layout Standard
7955 Pfeile können über den Mathe-Werkzeugleistenknopf 
7956 \begin_inset Graphics
7957         filename ../../images/math/leftarrow.png
7958         scale 85
7959
7960 \end_inset
7961
7962  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7963  aufgelistet sind.
7964 \end_layout
7965
7966 \begin_layout Subsection
7967 Horizontale Pfeile
7968 \begin_inset Index
7969 status collapsed
7970
7971 \begin_layout Plain Layout
7972 Pfeile ! horizontale
7973 \end_layout
7974
7975 \end_inset
7976
7977
7978 \end_layout
7979
7980 \begin_layout Standard
7981 \begin_inset space \hfill{}
7982 \end_inset
7983
7984
7985 \begin_inset Tabular
7986 <lyxtabular version="3" rows="8" columns="2">
7987 <features>
7988 <column alignment="center" valignment="top" width="0pt">
7989 <column alignment="center" valignment="top" width="0pt">
7990 <row>
7991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995 Befehl
7996 \end_layout
7997
7998 \end_inset
7999 </cell>
8000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8001 \begin_inset Text
8002
8003 \begin_layout Plain Layout
8004 Ergebnis
8005 \end_layout
8006
8007 \end_inset
8008 </cell>
8009 </row>
8010 <row>
8011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8012 \begin_inset Text
8013
8014 \begin_layout Plain Layout
8015
8016 \backslash
8017 gets
8018 \end_layout
8019
8020 \end_inset
8021 </cell>
8022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026 \begin_inset Formula $\gets$
8027 \end_inset
8028
8029
8030 \end_layout
8031
8032 \end_inset
8033 </cell>
8034 </row>
8035 <row>
8036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8037 \begin_inset Text
8038
8039 \begin_layout Plain Layout
8040
8041 \backslash
8042 Leftarrow
8043 \end_layout
8044
8045 \end_inset
8046 </cell>
8047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8048 \begin_inset Text
8049
8050 \begin_layout Plain Layout
8051 \begin_inset Formula $\Leftarrow$
8052 \end_inset
8053
8054
8055 \end_layout
8056
8057 \end_inset
8058 </cell>
8059 </row>
8060 <row>
8061 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8062 \begin_inset Text
8063
8064 \begin_layout Plain Layout
8065
8066 \backslash
8067 longleftarrow
8068 \end_layout
8069
8070 \end_inset
8071 </cell>
8072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8073 \begin_inset Text
8074
8075 \begin_layout Plain Layout
8076 \begin_inset Formula $\longleftarrow$
8077 \end_inset
8078
8079
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \backslash
8092 Longleftarrow
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 \begin_inset Formula $\Longleftarrow$
8102 \end_inset
8103
8104
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \backslash
8117 leftharpoonup
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 \begin_inset Formula $\leftharpoonup$
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 leftharpoondown
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\leftharpoondown$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 hookleftarrow
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\hookleftarrow$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 </lyxtabular>
8186
8187 \end_inset
8188
8189
8190 \begin_inset space \hfill{}
8191 \end_inset
8192
8193
8194 \begin_inset Tabular
8195 <lyxtabular version="3" rows="8" columns="2">
8196 <features>
8197 <column alignment="center" valignment="top" width="0pt">
8198 <column alignment="center" valignment="top" width="0pt">
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204 Befehl
8205 \end_layout
8206
8207 \end_inset
8208 </cell>
8209 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8210 \begin_inset Text
8211
8212 \begin_layout Plain Layout
8213 Ergebnis
8214 \end_layout
8215
8216 \end_inset
8217 </cell>
8218 </row>
8219 <row>
8220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8221 \begin_inset Text
8222
8223 \begin_layout Plain Layout
8224
8225 \backslash
8226 to
8227 \end_layout
8228
8229 \end_inset
8230 </cell>
8231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8232 \begin_inset Text
8233
8234 \begin_layout Plain Layout
8235 \begin_inset Formula $\to$
8236 \end_inset
8237
8238
8239 \end_layout
8240
8241 \end_inset
8242 </cell>
8243 </row>
8244 <row>
8245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8246 \begin_inset Text
8247
8248 \begin_layout Plain Layout
8249
8250 \backslash
8251 Rightarrow
8252 \end_layout
8253
8254 \end_inset
8255 </cell>
8256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8257 \begin_inset Text
8258
8259 \begin_layout Plain Layout
8260 \begin_inset Formula $\Rightarrow$
8261 \end_inset
8262
8263
8264 \end_layout
8265
8266 \end_inset
8267 </cell>
8268 </row>
8269 <row>
8270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8271 \begin_inset Text
8272
8273 \begin_layout Plain Layout
8274
8275 \backslash
8276 longrightarrow
8277 \end_layout
8278
8279 \end_inset
8280 </cell>
8281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8282 \begin_inset Text
8283
8284 \begin_layout Plain Layout
8285 \begin_inset Formula $\longrightarrow$
8286 \end_inset
8287
8288
8289 \end_layout
8290
8291 \end_inset
8292 </cell>
8293 </row>
8294 <row>
8295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8296 \begin_inset Text
8297
8298 \begin_layout Plain Layout
8299
8300 \backslash
8301 Longrightarrow
8302 \end_layout
8303
8304 \end_inset
8305 </cell>
8306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8307 \begin_inset Text
8308
8309 \begin_layout Plain Layout
8310 \begin_inset Formula $\Longrightarrow$
8311 \end_inset
8312
8313
8314 \end_layout
8315
8316 \end_inset
8317 </cell>
8318 </row>
8319 <row>
8320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8321 \begin_inset Text
8322
8323 \begin_layout Plain Layout
8324
8325 \backslash
8326 rightharpoonup
8327 \end_layout
8328
8329 \end_inset
8330 </cell>
8331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8332 \begin_inset Text
8333
8334 \begin_layout Plain Layout
8335 \begin_inset Formula $\rightharpoonup$
8336 \end_inset
8337
8338
8339 \end_layout
8340
8341 \end_inset
8342 </cell>
8343 </row>
8344 <row>
8345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8346 \begin_inset Text
8347
8348 \begin_layout Plain Layout
8349
8350 \backslash
8351 rightharpoondown
8352 \end_layout
8353
8354 \end_inset
8355 </cell>
8356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8357 \begin_inset Text
8358
8359 \begin_layout Plain Layout
8360 \begin_inset Formula $\rightharpoondown$
8361 \end_inset
8362
8363
8364 \end_layout
8365
8366 \end_inset
8367 </cell>
8368 </row>
8369 <row>
8370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8371 \begin_inset Text
8372
8373 \begin_layout Plain Layout
8374
8375 \backslash
8376 hookrightarrow
8377 \end_layout
8378
8379 \end_inset
8380 </cell>
8381 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8382 \begin_inset Text
8383
8384 \begin_layout Plain Layout
8385 \begin_inset Formula $\hookrightarrow$
8386 \end_inset
8387
8388
8389 \end_layout
8390
8391 \end_inset
8392 </cell>
8393 </row>
8394 </lyxtabular>
8395
8396 \end_inset
8397
8398
8399 \begin_inset space \hfill{}
8400 \end_inset
8401
8402
8403 \end_layout
8404
8405 \begin_layout Standard
8406 \begin_inset space \hfill{}
8407 \end_inset
8408
8409
8410 \begin_inset Tabular
8411 <lyxtabular version="3" rows="6" columns="2">
8412 <features>
8413 <column alignment="center" valignment="top" width="0pt">
8414 <column alignment="center" valignment="top" width="0pt">
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420 Befehl
8421 \end_layout
8422
8423 \end_inset
8424 </cell>
8425 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8426 \begin_inset Text
8427
8428 \begin_layout Plain Layout
8429 Ergebnis
8430 \end_layout
8431
8432 \end_inset
8433 </cell>
8434 </row>
8435 <row>
8436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8437 \begin_inset Text
8438
8439 \begin_layout Plain Layout
8440
8441 \backslash
8442 leftrightarrow
8443 \end_layout
8444
8445 \end_inset
8446 </cell>
8447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8448 \begin_inset Text
8449
8450 \begin_layout Plain Layout
8451 \begin_inset Formula $\leftrightarrow$
8452 \end_inset
8453
8454
8455 \end_layout
8456
8457 \end_inset
8458 </cell>
8459 </row>
8460 <row>
8461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8462 \begin_inset Text
8463
8464 \begin_layout Plain Layout
8465
8466 \backslash
8467 Leftrightarrow
8468 \end_layout
8469
8470 \end_inset
8471 </cell>
8472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8473 \begin_inset Text
8474
8475 \begin_layout Plain Layout
8476 \begin_inset Formula $\Leftrightarrow$
8477 \end_inset
8478
8479
8480 \end_layout
8481
8482 \end_inset
8483 </cell>
8484 </row>
8485 <row>
8486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8487 \begin_inset Text
8488
8489 \begin_layout Plain Layout
8490
8491 \backslash
8492 longleftrightarrow
8493 \end_layout
8494
8495 \end_inset
8496 </cell>
8497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8498 \begin_inset Text
8499
8500 \begin_layout Plain Layout
8501 \begin_inset Formula $\longleftrightarrow$
8502 \end_inset
8503
8504
8505 \end_layout
8506
8507 \end_inset
8508 </cell>
8509 </row>
8510 <row>
8511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8512 \begin_inset Text
8513
8514 \begin_layout Plain Layout
8515
8516 \backslash
8517 Longleftrightarrow
8518 \end_layout
8519
8520 \end_inset
8521 </cell>
8522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8523 \begin_inset Text
8524
8525 \begin_layout Plain Layout
8526 \begin_inset Formula $\Longleftrightarrow$
8527 \end_inset
8528
8529
8530 \end_layout
8531
8532 \end_inset
8533 </cell>
8534 </row>
8535 <row>
8536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8537 \begin_inset Text
8538
8539 \begin_layout Plain Layout
8540
8541 \backslash
8542 rightleftharpoons
8543 \end_layout
8544
8545 \end_inset
8546 </cell>
8547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8548 \begin_inset Text
8549
8550 \begin_layout Plain Layout
8551 \begin_inset Formula $\rightleftharpoons$
8552 \end_inset
8553
8554
8555 \end_layout
8556
8557 \end_inset
8558 </cell>
8559 </row>
8560 </lyxtabular>
8561
8562 \end_inset
8563
8564
8565 \begin_inset space \hspace{}
8566 \length 25pt
8567 \end_inset
8568
8569
8570 \begin_inset space \hfill{}
8571 \end_inset
8572
8573
8574 \begin_inset Tabular
8575 <lyxtabular version="3" rows="5" columns="2">
8576 <features>
8577 <column alignment="center" valignment="top" width="0pt">
8578 <column alignment="center" valignment="top" width="0pt">
8579 <row>
8580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8581 \begin_inset Text
8582
8583 \begin_layout Plain Layout
8584 Befehl
8585 \end_layout
8586
8587 \end_inset
8588 </cell>
8589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8590 \begin_inset Text
8591
8592 \begin_layout Plain Layout
8593 Ergebnis
8594 \end_layout
8595
8596 \end_inset
8597 </cell>
8598 </row>
8599 <row>
8600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8601 \begin_inset Text
8602
8603 \begin_layout Plain Layout
8604
8605 \backslash
8606 mapsto
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8612 \begin_inset Text
8613
8614 \begin_layout Plain Layout
8615 \begin_inset Formula $\mapsto$
8616 \end_inset
8617
8618
8619 \end_layout
8620
8621 \end_inset
8622 </cell>
8623 </row>
8624 <row>
8625 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8626 \begin_inset Text
8627
8628 \begin_layout Plain Layout
8629
8630 \backslash
8631 longmapsto
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 \begin_inset Formula $\longmapsto$
8641 \end_inset
8642
8643
8644 \end_layout
8645
8646 \end_inset
8647 </cell>
8648 </row>
8649 <row>
8650 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8651 \begin_inset Text
8652
8653 \begin_layout Plain Layout
8654
8655 \backslash
8656 leadsto
8657 \end_layout
8658
8659 \end_inset
8660 </cell>
8661 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8662 \begin_inset Text
8663
8664 \begin_layout Plain Layout
8665 \begin_inset Formula $\leadsto$
8666 \end_inset
8667
8668
8669 \end_layout
8670
8671 \end_inset
8672 </cell>
8673 </row>
8674 <row>
8675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8676 \begin_inset Text
8677
8678 \begin_layout Plain Layout
8679
8680 \backslash
8681 dasharrow
8682 \end_layout
8683
8684 \end_inset
8685 </cell>
8686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 \begin_inset Formula $\dasharrow$
8691 \end_inset
8692
8693
8694 \end_layout
8695
8696 \end_inset
8697 </cell>
8698 </row>
8699 </lyxtabular>
8700
8701 \end_inset
8702
8703
8704 \begin_inset space \hfill{}
8705 \end_inset
8706
8707
8708 \end_layout
8709
8710 \begin_layout Standard
8711 \begin_inset VSpace medskip
8712 \end_inset
8713
8714 Als Akzent verwendete Pfeile, wie z.
8715 \begin_inset space \thinspace{}
8716 \end_inset
8717
8718 B.
8719  Vektorpfeile, sind in 
8720 \begin_inset CommandInset ref
8721 LatexCommand ref
8722 reference "sec:Akzente"
8723
8724 \end_inset
8725
8726  aufgelistet.
8727 \end_layout
8728
8729 \begin_layout Standard
8730 \begin_inset VSpace bigskip
8731 \end_inset
8732
8733 Des Weiteren gibt es die beschriftbaren Pfeile
8734 \begin_inset Index
8735 status collapsed
8736
8737 \begin_layout Plain Layout
8738 Pfeile ! beschriftbare
8739 \end_layout
8740
8741 \end_inset
8742
8743  
8744 \series bold
8745
8746 \backslash
8747 xleftarrow
8748 \series default
8749
8750 \begin_inset Index
8751 status collapsed
8752
8753 \begin_layout Plain Layout
8754 Befehle ! X ! 
8755 \backslash
8756 xleftarrow
8757 \end_layout
8758
8759 \end_inset
8760
8761  und 
8762 \series bold
8763
8764 \backslash
8765 xrightarrow
8766 \series default
8767
8768 \begin_inset Index
8769 status collapsed
8770
8771 \begin_layout Plain Layout
8772 Befehle ! X ! 
8773 \backslash
8774 xrightarrow
8775 \begin_inset ERT
8776 status collapsed
8777
8778 \begin_layout Plain Layout
8779
8780
8781 \backslash
8782 vspace{4mm}
8783 \end_layout
8784
8785 \end_inset
8786
8787
8788 \end_layout
8789
8790 \end_inset
8791
8792 .
8793  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8794  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8795  Die Pfeillänge passt sich der Breite der Beschriftung an.
8796 \end_layout
8797
8798 \begin_layout Standard
8799 \align center
8800 \begin_inset Tabular
8801 <lyxtabular version="3" rows="3" columns="2">
8802 <features>
8803 <column alignment="center" valignment="top" width="0pt">
8804 <column alignment="center" valignment="top" width="0pt">
8805 <row>
8806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8807 \begin_inset Text
8808
8809 \begin_layout Plain Layout
8810 Befehl
8811 \end_layout
8812
8813 \end_inset
8814 </cell>
8815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8816 \begin_inset Text
8817
8818 \begin_layout Plain Layout
8819 Ergebnis
8820 \begin_inset Note Note
8821 status collapsed
8822
8823 \begin_layout Plain Layout
8824
8825 \series bold
8826
8827 \backslash
8828 raisebox
8829 \series default
8830  dient nur als Abstandhalter.
8831 \end_layout
8832
8833 \end_inset
8834
8835
8836 \end_layout
8837
8838 \end_inset
8839 </cell>
8840 </row>
8841 <row>
8842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8843 \begin_inset Text
8844
8845 \begin_layout Plain Layout
8846 F(a)
8847 \backslash
8848 xleftarrow
8849 \begin_inset ERT
8850 status collapsed
8851
8852 \begin_layout Plain Layout
8853
8854
8855 \backslash
8856 leer 
8857 \end_layout
8858
8859 \end_inset
8860
8861 x=a
8862 \begin_inset Formula $\downarrow$
8863 \end_inset
8864
8865 x>0
8866 \begin_inset Formula $\to$
8867 \end_inset
8868
8869 F(x)
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8875 \begin_inset Text
8876
8877 \begin_layout Plain Layout
8878 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8879 \end_inset
8880
8881
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 </row>
8887 <row>
8888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8889 \begin_inset Text
8890
8891 \begin_layout Plain Layout
8892 F(x)
8893 \backslash
8894 xrightarrow
8895 \begin_inset ERT
8896 status collapsed
8897
8898 \begin_layout Plain Layout
8899
8900
8901 \backslash
8902 leer 
8903 \end_layout
8904
8905 \end_inset
8906
8907 x=a
8908 \begin_inset Formula $\downarrow$
8909 \end_inset
8910
8911 x>0
8912 \begin_inset Formula $\to$
8913 \end_inset
8914
8915 F(a)
8916 \end_layout
8917
8918 \end_inset
8919 </cell>
8920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8921 \begin_inset Text
8922
8923 \begin_layout Plain Layout
8924 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8925 \end_inset
8926
8927
8928 \end_layout
8929
8930 \end_inset
8931 </cell>
8932 </row>
8933 </lyxtabular>
8934
8935 \end_inset
8936
8937
8938 \end_layout
8939
8940 \begin_layout Subsection
8941 Vertikale und diagonale Pfeile
8942 \begin_inset Index
8943 status collapsed
8944
8945 \begin_layout Plain Layout
8946 Pfeile ! diagonale
8947 \end_layout
8948
8949 \end_inset
8950
8951
8952 \begin_inset Index
8953 status collapsed
8954
8955 \begin_layout Plain Layout
8956 Pfeile ! vertikale
8957 \end_layout
8958
8959 \end_inset
8960
8961
8962 \end_layout
8963
8964 \begin_layout Standard
8965 \begin_inset space \hfill{}
8966 \end_inset
8967
8968
8969 \begin_inset Tabular
8970 <lyxtabular version="3" rows="7" columns="2">
8971 <features>
8972 <column alignment="center" valignment="top" width="0pt">
8973 <column alignment="center" valignment="top" width="0pt">
8974 <row>
8975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979 Befehl
8980 \end_layout
8981
8982 \end_inset
8983 </cell>
8984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8985 \begin_inset Text
8986
8987 \begin_layout Plain Layout
8988 Ergebnis
8989 \end_layout
8990
8991 \end_inset
8992 </cell>
8993 </row>
8994 <row>
8995 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8996 \begin_inset Text
8997
8998 \begin_layout Plain Layout
8999
9000 \backslash
9001 uparrow
9002 \end_layout
9003
9004 \end_inset
9005 </cell>
9006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9007 \begin_inset Text
9008
9009 \begin_layout Plain Layout
9010 \begin_inset Formula $\uparrow$
9011 \end_inset
9012
9013
9014 \end_layout
9015
9016 \end_inset
9017 </cell>
9018 </row>
9019 <row>
9020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9021 \begin_inset Text
9022
9023 \begin_layout Plain Layout
9024
9025 \backslash
9026 Uparrow
9027 \end_layout
9028
9029 \end_inset
9030 </cell>
9031 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9032 \begin_inset Text
9033
9034 \begin_layout Plain Layout
9035 \begin_inset Formula $\Uparrow$
9036 \end_inset
9037
9038
9039 \end_layout
9040
9041 \end_inset
9042 </cell>
9043 </row>
9044 <row>
9045 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9046 \begin_inset Text
9047
9048 \begin_layout Plain Layout
9049
9050 \backslash
9051 updownarrow
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 \begin_inset Formula $\updownarrow$
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \backslash
9076 Updownarrow
9077 \end_layout
9078
9079 \end_inset
9080 </cell>
9081 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 \begin_inset Formula $\Updownarrow$
9086 \end_inset
9087
9088
9089 \end_layout
9090
9091 \end_inset
9092 </cell>
9093 </row>
9094 <row>
9095 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099
9100 \backslash
9101 Downarrow
9102 \end_layout
9103
9104 \end_inset
9105 </cell>
9106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9107 \begin_inset Text
9108
9109 \begin_layout Plain Layout
9110 \begin_inset Formula $\Downarrow$
9111 \end_inset
9112
9113
9114 \end_layout
9115
9116 \end_inset
9117 </cell>
9118 </row>
9119 <row>
9120 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124
9125 \backslash
9126 downarrow
9127 \end_layout
9128
9129 \end_inset
9130 </cell>
9131 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9132 \begin_inset Text
9133
9134 \begin_layout Plain Layout
9135 \begin_inset Formula $\downarrow$
9136 \end_inset
9137
9138
9139 \end_layout
9140
9141 \end_inset
9142 </cell>
9143 </row>
9144 </lyxtabular>
9145
9146 \end_inset
9147
9148
9149 \begin_inset space \hfill{}
9150 \end_inset
9151
9152
9153 \begin_inset Tabular
9154 <lyxtabular version="3" rows="5" columns="2">
9155 <features>
9156 <column alignment="center" valignment="top" width="0pt">
9157 <column alignment="center" valignment="top" width="0pt">
9158 <row>
9159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9160 \begin_inset Text
9161
9162 \begin_layout Plain Layout
9163 Befehl
9164 \end_layout
9165
9166 \end_inset
9167 </cell>
9168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9169 \begin_inset Text
9170
9171 \begin_layout Plain Layout
9172 Ergebnis
9173 \end_layout
9174
9175 \end_inset
9176 </cell>
9177 </row>
9178 <row>
9179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9180 \begin_inset Text
9181
9182 \begin_layout Plain Layout
9183
9184 \backslash
9185 nearrow
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 \begin_inset Formula $\nearrow$
9195 \end_inset
9196
9197
9198 \end_layout
9199
9200 \end_inset
9201 </cell>
9202 </row>
9203 <row>
9204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9205 \begin_inset Text
9206
9207 \begin_layout Plain Layout
9208
9209 \backslash
9210 searrow
9211 \end_layout
9212
9213 \end_inset
9214 </cell>
9215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9216 \begin_inset Text
9217
9218 \begin_layout Plain Layout
9219 \begin_inset Formula $\searrow$
9220 \end_inset
9221
9222
9223 \end_layout
9224
9225 \end_inset
9226 </cell>
9227 </row>
9228 <row>
9229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9230 \begin_inset Text
9231
9232 \begin_layout Plain Layout
9233
9234 \backslash
9235 swarrow
9236 \end_layout
9237
9238 \end_inset
9239 </cell>
9240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9241 \begin_inset Text
9242
9243 \begin_layout Plain Layout
9244 \begin_inset Formula $\swarrow$
9245 \end_inset
9246
9247
9248 \end_layout
9249
9250 \end_inset
9251 </cell>
9252 </row>
9253 <row>
9254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9255 \begin_inset Text
9256
9257 \begin_layout Plain Layout
9258
9259 \backslash
9260 nwarrow
9261 \end_layout
9262
9263 \end_inset
9264 </cell>
9265 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9266 \begin_inset Text
9267
9268 \begin_layout Plain Layout
9269 \begin_inset Formula $\nwarrow$
9270 \end_inset
9271
9272
9273 \end_layout
9274
9275 \end_inset
9276 </cell>
9277 </row>
9278 </lyxtabular>
9279
9280 \end_inset
9281
9282
9283 \begin_inset space \hfill{}
9284 \end_inset
9285
9286
9287 \end_layout
9288
9289 \begin_layout Standard
9290 \begin_inset VSpace medskip
9291 \end_inset
9292
9293 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9294  
9295 \begin_inset CommandInset ref
9296 LatexCommand ref
9297 reference "sub:Manuelle-Klammergrößen"
9298
9299 \end_inset
9300
9301  und 
9302 \begin_inset CommandInset ref
9303 LatexCommand ref
9304 reference "sub:Automatische-Klammergrößen"
9305
9306 \end_inset
9307
9308  beschriebenen Befehlen verwendet werden.
9309 \end_layout
9310
9311 \begin_layout Section
9312 Akzente
9313 \begin_inset CommandInset label
9314 LatexCommand label
9315 name "sec:Akzente"
9316
9317 \end_inset
9318
9319
9320 \begin_inset Index
9321 status collapsed
9322
9323 \begin_layout Plain Layout
9324 Akzente
9325 \end_layout
9326
9327 \end_inset
9328
9329
9330 \end_layout
9331
9332 \begin_layout Standard
9333 Akzente können über den Mathe-Werkzeugleistenknopf 
9334 \begin_inset Graphics
9335         filename ../../images/math/hat.png
9336         scale 85
9337
9338 \end_inset
9339
9340  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9341  aufgelistet sind.
9342 \end_layout
9343
9344 \begin_layout Subsection
9345 Akzente für ein Zeichen
9346 \begin_inset ERT
9347 status collapsed
9348
9349 \begin_layout Plain Layout
9350
9351
9352 \backslash
9353 texorpdfstring{
9354 \end_layout
9355
9356 \end_inset
9357
9358
9359 \begin_inset Foot
9360 status collapsed
9361
9362 \begin_layout Plain Layout
9363 Akzente im Text siehe 
9364 \begin_inset CommandInset ref
9365 LatexCommand ref
9366 reference "sub:Sonderzeichen-Akzente"
9367
9368 \end_inset
9369
9370
9371 \end_layout
9372
9373 \end_inset
9374
9375
9376 \begin_inset ERT
9377 status collapsed
9378
9379 \begin_layout Plain Layout
9380
9381 }{}
9382 \end_layout
9383
9384 \end_inset
9385
9386
9387 \begin_inset Note Note
9388 status collapsed
9389
9390 \begin_layout Plain Layout
9391
9392 \series bold
9393
9394 \backslash
9395 texorpdfstring
9396 \series default
9397  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9398 \end_layout
9399
9400 \begin_layout Plain Layout
9401 Näheres zu 
9402 \series bold
9403
9404 \backslash
9405 texorpdfstring
9406 \series default
9407  steht in Kapitel 
9408 \begin_inset CommandInset ref
9409 LatexCommand ref
9410 reference "sub:Formeln-in-Überschriften"
9411
9412 \end_inset
9413
9414 .
9415 \end_layout
9416
9417 \end_inset
9418
9419
9420 \begin_inset CommandInset label
9421 LatexCommand label
9422 name "sub:Akzente-für-ein"
9423
9424 \end_inset
9425
9426
9427 \begin_inset Index
9428 status collapsed
9429
9430 \begin_layout Plain Layout
9431 Akzente ! für ein Zeichen
9432 \end_layout
9433
9434 \end_inset
9435
9436
9437 \end_layout
9438
9439 \begin_layout Standard
9440 \begin_inset space \hfill{}
9441 \end_inset
9442
9443
9444 \begin_inset Tabular
9445 <lyxtabular version="3" rows="8" columns="2">
9446 <features>
9447 <column alignment="center" valignment="top" width="0pt">
9448 <column alignment="center" valignment="top" width="0pt">
9449 <row>
9450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9451 \begin_inset Text
9452
9453 \begin_layout Plain Layout
9454 Befehl
9455 \end_layout
9456
9457 \end_inset
9458 </cell>
9459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9460 \begin_inset Text
9461
9462 \begin_layout Plain Layout
9463 Ergebnis
9464 \begin_inset Note Note
9465 status collapsed
9466
9467 \begin_layout Plain Layout
9468
9469 \series bold
9470
9471 \backslash
9472 raisebox
9473 \series default
9474  dient nur als Abstandhalter.
9475 \end_layout
9476
9477 \end_inset
9478
9479
9480 \end_layout
9481
9482 \end_inset
9483 </cell>
9484 </row>
9485 <row>
9486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9487 \begin_inset Text
9488
9489 \begin_layout Plain Layout
9490
9491 \backslash
9492 dot
9493 \begin_inset ERT
9494 status collapsed
9495
9496 \begin_layout Plain Layout
9497
9498
9499 \backslash
9500 leer 
9501 \end_layout
9502
9503 \end_inset
9504
9505 A
9506 \end_layout
9507
9508 \end_inset
9509 </cell>
9510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9511 \begin_inset Text
9512
9513 \begin_layout Plain Layout
9514 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9515 \end_inset
9516
9517
9518 \end_layout
9519
9520 \end_inset
9521 </cell>
9522 </row>
9523 <row>
9524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9525 \begin_inset Text
9526
9527 \begin_layout Plain Layout
9528
9529 \backslash
9530 ddot
9531 \begin_inset ERT
9532 status collapsed
9533
9534 \begin_layout Plain Layout
9535
9536
9537 \backslash
9538 leer 
9539 \end_layout
9540
9541 \end_inset
9542
9543 A
9544 \end_layout
9545
9546 \end_inset
9547 </cell>
9548 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9549 \begin_inset Text
9550
9551 \begin_layout Plain Layout
9552 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9553 \end_inset
9554
9555
9556 \end_layout
9557
9558 \end_inset
9559 </cell>
9560 </row>
9561 <row>
9562 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9563 \begin_inset Text
9564
9565 \begin_layout Plain Layout
9566
9567 \backslash
9568 dddot
9569 \begin_inset ERT
9570 status collapsed
9571
9572 \begin_layout Plain Layout
9573
9574
9575 \backslash
9576 leer 
9577 \end_layout
9578
9579 \end_inset
9580
9581 A
9582 \end_layout
9583
9584 \end_inset
9585 </cell>
9586 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9587 \begin_inset Text
9588
9589 \begin_layout Plain Layout
9590 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9591 \end_inset
9592
9593
9594 \end_layout
9595
9596 \end_inset
9597 </cell>
9598 </row>
9599 <row>
9600 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9601 \begin_inset Text
9602
9603 \begin_layout Plain Layout
9604
9605 \backslash
9606 ddddot{A
9607 \end_layout
9608
9609 \end_inset
9610 </cell>
9611 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9612 \begin_inset Text
9613
9614 \begin_layout Plain Layout
9615 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9616 \end_inset
9617
9618
9619 \end_layout
9620
9621 \end_inset
9622 </cell>
9623 </row>
9624 <row>
9625 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9626 \begin_inset Text
9627
9628 \begin_layout Plain Layout
9629
9630 \backslash
9631 vec
9632 \begin_inset ERT
9633 status collapsed
9634
9635 \begin_layout Plain Layout
9636
9637
9638 \backslash
9639 leer 
9640 \end_layout
9641
9642 \end_inset
9643
9644 A
9645 \begin_inset Index
9646 status collapsed
9647
9648 \begin_layout Plain Layout
9649 Vektoren
9650 \end_layout
9651
9652 \end_inset
9653
9654
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9664 \end_inset
9665
9666
9667 \end_layout
9668
9669 \end_inset
9670 </cell>
9671 </row>
9672 <row>
9673 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9674 \begin_inset Text
9675
9676 \begin_layout Plain Layout
9677
9678 \backslash
9679 bar
9680 \begin_inset ERT
9681 status collapsed
9682
9683 \begin_layout Plain Layout
9684
9685
9686 \backslash
9687 leer 
9688 \end_layout
9689
9690 \end_inset
9691
9692 A
9693 \end_layout
9694
9695 \end_inset
9696 </cell>
9697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9698 \begin_inset Text
9699
9700 \begin_layout Plain Layout
9701 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9702 \end_inset
9703
9704
9705 \end_layout
9706
9707 \end_inset
9708 </cell>
9709 </row>
9710 <row>
9711 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9712 \begin_inset Text
9713
9714 \begin_layout Plain Layout
9715
9716 \backslash
9717 mathring
9718 \begin_inset ERT
9719 status collapsed
9720
9721 \begin_layout Plain Layout
9722
9723
9724 \backslash
9725 leer 
9726 \end_layout
9727
9728 \end_inset
9729
9730 A
9731 \end_layout
9732
9733 \end_inset
9734 </cell>
9735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9736 \begin_inset Text
9737
9738 \begin_layout Plain Layout
9739 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9740 \end_inset
9741
9742
9743 \end_layout
9744
9745 \end_inset
9746 </cell>
9747 </row>
9748 </lyxtabular>
9749
9750 \end_inset
9751
9752
9753 \begin_inset space \hfill{}
9754 \end_inset
9755
9756
9757 \begin_inset Tabular
9758 <lyxtabular version="3" rows="7" columns="2">
9759 <features>
9760 <column alignment="center" valignment="top" width="0pt">
9761 <column alignment="center" valignment="top" width="0pt">
9762 <row>
9763 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 Befehl
9768 \end_layout
9769
9770 \end_inset
9771 </cell>
9772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9773 \begin_inset Text
9774
9775 \begin_layout Plain Layout
9776 Ergebnis
9777 \end_layout
9778
9779 \end_inset
9780 </cell>
9781 </row>
9782 <row>
9783 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9784 \begin_inset Text
9785
9786 \begin_layout Plain Layout
9787
9788 \backslash
9789 tilde
9790 \begin_inset ERT
9791 status collapsed
9792
9793 \begin_layout Plain Layout
9794
9795
9796 \backslash
9797 leer 
9798 \end_layout
9799
9800 \end_inset
9801
9802 A
9803 \end_layout
9804
9805 \end_inset
9806 </cell>
9807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9808 \begin_inset Text
9809
9810 \begin_layout Plain Layout
9811 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9812 \end_inset
9813
9814
9815 \end_layout
9816
9817 \end_inset
9818 </cell>
9819 </row>
9820 <row>
9821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9822 \begin_inset Text
9823
9824 \begin_layout Plain Layout
9825
9826 \backslash
9827 hat
9828 \begin_inset ERT
9829 status collapsed
9830
9831 \begin_layout Plain Layout
9832
9833
9834 \backslash
9835 leer 
9836 \end_layout
9837
9838 \end_inset
9839
9840 A
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \backslash
9865 check
9866 \begin_inset ERT
9867 status collapsed
9868
9869 \begin_layout Plain Layout
9870
9871
9872 \backslash
9873 leer 
9874 \end_layout
9875
9876 \end_inset
9877
9878 A
9879 \end_layout
9880
9881 \end_inset
9882 </cell>
9883 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9884 \begin_inset Text
9885
9886 \begin_layout Plain Layout
9887 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9888 \end_inset
9889
9890
9891 \end_layout
9892
9893 \end_inset
9894 </cell>
9895 </row>
9896 <row>
9897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9898 \begin_inset Text
9899
9900 \begin_layout Plain Layout
9901
9902 \backslash
9903 acute
9904 \begin_inset ERT
9905 status collapsed
9906
9907 \begin_layout Plain Layout
9908
9909
9910 \backslash
9911 leer 
9912 \end_layout
9913
9914 \end_inset
9915
9916 A
9917 \end_layout
9918
9919 \end_inset
9920 </cell>
9921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9922 \begin_inset Text
9923
9924 \begin_layout Plain Layout
9925 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9926 \end_inset
9927
9928
9929 \end_layout
9930
9931 \end_inset
9932 </cell>
9933 </row>
9934 <row>
9935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9936 \begin_inset Text
9937
9938 \begin_layout Plain Layout
9939
9940 \backslash
9941 grave
9942 \begin_inset ERT
9943 status collapsed
9944
9945 \begin_layout Plain Layout
9946
9947
9948 \backslash
9949 leer 
9950 \end_layout
9951
9952 \end_inset
9953
9954 A
9955 \end_layout
9956
9957 \end_inset
9958 </cell>
9959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9960 \begin_inset Text
9961
9962 \begin_layout Plain Layout
9963 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9964 \end_inset
9965
9966
9967 \end_layout
9968
9969 \end_inset
9970 </cell>
9971 </row>
9972 <row>
9973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9974 \begin_inset Text
9975
9976 \begin_layout Plain Layout
9977
9978 \backslash
9979 breve
9980 \begin_inset ERT
9981 status collapsed
9982
9983 \begin_layout Plain Layout
9984
9985
9986 \backslash
9987 leer 
9988 \end_layout
9989
9990 \end_inset
9991
9992 A
9993 \end_layout
9994
9995 \end_inset
9996 </cell>
9997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9998 \begin_inset Text
9999
10000 \begin_layout Plain Layout
10001 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10002 \end_inset
10003
10004
10005 \end_layout
10006
10007 \end_inset
10008 </cell>
10009 </row>
10010 </lyxtabular>
10011
10012 \end_inset
10013
10014
10015 \begin_inset space \hfill{}
10016 \end_inset
10017
10018
10019 \end_layout
10020
10021 \begin_layout Standard
10022 \begin_inset VSpace bigskip
10023 \end_inset
10024
10025 Akzente wie z.B.
10026  é können direkt in Formeln eingegeben werden.
10027  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10028  Für Umlaute
10029 \begin_inset Index
10030 status collapsed
10031
10032 \begin_layout Plain Layout
10033 Umlaute
10034 \end_layout
10035
10036 \end_inset
10037
10038  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10039  Diese beiden Zeichen bilden dann für LaTeX 
10040 \emph on
10041 ein
10042 \emph default
10043  Zeichen.
10044  Im Gegensatz zu 
10045 \series bold
10046
10047 \backslash
10048 ddot
10049 \series default
10050  entstehen damit 
10051 \begin_inset Quotes gld
10052 \end_inset
10053
10054 echte
10055 \begin_inset Quotes grd
10056 \end_inset
10057
10058  Umlaute, was folgendes Beispiel zeigt:
10059 \end_layout
10060
10061 \begin_layout Standard
10062 \begin_inset VSpace -2mm
10063 \end_inset
10064
10065
10066 \end_layout
10067
10068 \begin_layout Standard
10069 \align center
10070 \begin_inset Tabular
10071 <lyxtabular version="3" rows="3" columns="2">
10072 <features>
10073 <column alignment="center" valignment="top" width="0">
10074 <column alignment="center" valignment="top" width="0">
10075 <row>
10076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10077 \begin_inset Text
10078
10079 \begin_layout Plain Layout
10080 Befehl
10081 \end_layout
10082
10083 \end_inset
10084 </cell>
10085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10086 \begin_inset Text
10087
10088 \begin_layout Plain Layout
10089 Ergebnis
10090 \begin_inset Note Note
10091 status collapsed
10092
10093 \begin_layout Plain Layout
10094
10095 \series bold
10096
10097 \backslash
10098 raisebox
10099 \series default
10100  dient nur als Abstandhalter.
10101 \end_layout
10102
10103 \end_inset
10104
10105
10106 \end_layout
10107
10108 \end_inset
10109 </cell>
10110 </row>
10111 <row>
10112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10113 \begin_inset Text
10114
10115 \begin_layout Plain Layout
10116 \begin_inset Quotes grd
10117 \end_inset
10118
10119 i
10120 \end_layout
10121
10122 \end_inset
10123 </cell>
10124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10125 \begin_inset Text
10126
10127 \begin_layout Plain Layout
10128 \begin_inset Formula $"i$
10129 \end_inset
10130
10131
10132 \end_layout
10133
10134 \end_inset
10135 </cell>
10136 </row>
10137 <row>
10138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10139 \begin_inset Text
10140
10141 \begin_layout Plain Layout
10142
10143 \backslash
10144 ddot
10145 \begin_inset ERT
10146 status collapsed
10147
10148 \begin_layout Plain Layout
10149
10150
10151 \backslash
10152 leer 
10153 \end_layout
10154
10155 \end_inset
10156
10157 i
10158 \end_layout
10159
10160 \end_inset
10161 </cell>
10162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10163 \begin_inset Text
10164
10165 \begin_layout Plain Layout
10166 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10167 \end_inset
10168
10169
10170 \end_layout
10171
10172 \end_inset
10173 </cell>
10174 </row>
10175 </lyxtabular>
10176
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \begin_layout Standard
10183 Ein weiterer Vorteil gegenüber 
10184 \series bold
10185
10186 \backslash
10187 ddot
10188 \series default
10189  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10190  denn die obigen Akzentbefehle sind 
10191 \emph on
10192 im mathematischen Text\SpecialChar \-
10193 modus nicht erlaubt
10194 \emph default
10195 .
10196  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10197  nur das Zeichen unter dem Akzent umgewandelt werden.
10198  Das gilt auch für alle anderen Umwandlungen wie z.
10199 \begin_inset space \thinspace{}
10200 \end_inset
10201
10202 B.
10203  in kursiv oder fett.
10204 \end_layout
10205
10206 \begin_layout Standard
10207 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10208  direkt eingegeben werden.
10209 \end_layout
10210
10211 \begin_layout Subsection
10212 Akzente für Operatoren
10213 \begin_inset Index
10214 status collapsed
10215
10216 \begin_layout Plain Layout
10217 Akzente ! für Operatoren
10218 \end_layout
10219
10220 \end_inset
10221
10222
10223 \end_layout
10224
10225 \begin_layout Standard
10226 Zum Akzentuieren von Operatoren gibt es die Befehle 
10227 \series bold
10228
10229 \backslash
10230 overset
10231 \series default
10232
10233 \begin_inset Index
10234 status collapsed
10235
10236 \begin_layout Plain Layout
10237 Befehle ! O ! 
10238 \backslash
10239 overset
10240 \end_layout
10241
10242 \end_inset
10243
10244  und 
10245 \series bold
10246
10247 \backslash
10248 underset
10249 \series default
10250
10251 \begin_inset Index
10252 status collapsed
10253
10254 \begin_layout Plain Layout
10255 Befehle ! U ! 
10256 \backslash
10257 underset
10258 \end_layout
10259
10260 \end_inset
10261
10262 , mit denen man Zeichen über bzw.
10263  unter einen Operator setzen kann.
10264  Mit dem Befehl 
10265 \series bold
10266
10267 \backslash
10268 sideset
10269 \series default
10270
10271 \begin_inset Index
10272 status collapsed
10273
10274 \begin_layout Plain Layout
10275 Befehle ! S ! 
10276 \backslash
10277 sideset
10278 \end_layout
10279
10280 \end_inset
10281
10282  können Zeichen vor und nach einen Operator gesetzt werden.
10283  Das Befehlsschema lautet:
10284 \end_layout
10285
10286 \begin_layout Standard
10287
10288 \series bold
10289
10290 \backslash
10291 sideset{Zeichen
10292 \series default
10293  
10294 \series bold
10295 davor}{Zeichen
10296 \series default
10297  
10298 \series bold
10299 dahinter}
10300 \end_layout
10301
10302 \begin_layout Standard
10303
10304 \series bold
10305
10306 \backslash
10307 sideset
10308 \series default
10309  muss immer vor dem zu akzentuierenden Operator stehen.
10310  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10311  Symbolen akzentuiert werden.
10312  Will man mit 
10313 \series bold
10314
10315 \backslash
10316 sideset
10317 \series default
10318  z.
10319 \begin_inset space \thinspace{}
10320 \end_inset
10321
10322 B.
10323  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10324  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10325 \end_layout
10326
10327 \begin_layout Standard
10328 Z.
10329 \begin_inset space \thinspace{}
10330 \end_inset
10331
10332 B.
10333  ergibt der Befehl 
10334 \series bold
10335
10336 \backslash
10337 sideset{
10338 \begin_inset Formula $\to$
10339 \end_inset
10340
10341
10342 \backslash
10343 {
10344 \series default
10345 '
10346 \series bold
10347
10348 \begin_inset Formula $\to$
10349 \end_inset
10350
10351
10352 \backslash
10353 sum_k=1
10354 \begin_inset ERT
10355 status collapsed
10356
10357 \begin_layout Plain Layout
10358
10359
10360 \backslash
10361 leer 
10362 \end_layout
10363
10364 \end_inset
10365
10366
10367 \series default
10368 ^
10369 \series bold
10370 n
10371 \series default
10372  :
10373 \begin_inset Formula \[
10374 \sideset{}{'}\sum_{k=1}^{n}\]
10375
10376 \end_inset
10377
10378
10379 \end_layout
10380
10381 \begin_layout Standard
10382 Der Befehl 
10383 \series bold
10384
10385 \backslash
10386 overset
10387 \begin_inset ERT
10388 status collapsed
10389
10390 \begin_layout Plain Layout
10391
10392
10393 \backslash
10394 leer 
10395 \end_layout
10396
10397 \end_inset
10398
10399
10400 \backslash
10401 maltese
10402 \begin_inset ERT
10403 status collapsed
10404
10405 \begin_layout Plain Layout
10406
10407
10408 \backslash
10409 leer 
10410 \end_layout
10411
10412 \end_inset
10413
10414
10415 \series default
10416
10417 \begin_inset Formula $\uparrow$
10418 \end_inset
10419
10420
10421 \series bold
10422 a
10423 \series default
10424  ergibt:
10425 \begin_inset Formula \[
10426 \overset{a}{\maltese}\]
10427
10428 \end_inset
10429
10430 Wie man am letzten Beispiel sieht, kann man mit 
10431 \series bold
10432
10433 \backslash
10434 overset
10435 \series default
10436  bzw.
10437  
10438 \series bold
10439
10440 \backslash
10441 underset
10442 \series default
10443  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10444 \series bold
10445
10446 \backslash
10447 sideset
10448 \series default
10449  ist dies nicht möglich.
10450 \end_layout
10451
10452 \begin_layout Subsection
10453 Akzente für mehrere Zeichen
10454 \begin_inset Index
10455 status collapsed
10456
10457 \begin_layout Plain Layout
10458 Akzente ! für mehrere Zeichen
10459 \end_layout
10460
10461 \end_inset
10462
10463
10464 \end_layout
10465
10466 \begin_layout Standard
10467 \begin_inset space \hfill{}
10468 \end_inset
10469
10470
10471 \begin_inset Tabular
10472 <lyxtabular version="3" rows="5" columns="2">
10473 <features>
10474 <column alignment="center" valignment="top" width="0pt">
10475 <column alignment="center" valignment="top" width="0pt">
10476 <row>
10477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10478 \begin_inset Text
10479
10480 \begin_layout Plain Layout
10481 Befehl
10482 \end_layout
10483
10484 \end_inset
10485 </cell>
10486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10487 \begin_inset Text
10488
10489 \begin_layout Plain Layout
10490 Ergebnis
10491 \begin_inset Note Note
10492 status collapsed
10493
10494 \begin_layout Plain Layout
10495
10496 \series bold
10497
10498 \backslash
10499 raisebox
10500 \series default
10501  dient nur als Abstandhalter.
10502 \end_layout
10503
10504 \end_inset
10505
10506
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 </row>
10512 <row>
10513 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10514 \begin_inset Text
10515
10516 \begin_layout Plain Layout
10517
10518 \backslash
10519 overleftarrow
10520 \begin_inset ERT
10521 status collapsed
10522
10523 \begin_layout Plain Layout
10524
10525
10526 \backslash
10527 leer 
10528 \end_layout
10529
10530 \end_inset
10531
10532 A=B
10533 \end_layout
10534
10535 \end_inset
10536 </cell>
10537 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10538 \begin_inset Text
10539
10540 \begin_layout Plain Layout
10541 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10542 \end_inset
10543
10544
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 <row>
10551 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10552 \begin_inset Text
10553
10554 \begin_layout Plain Layout
10555
10556 \backslash
10557 underleftarrow
10558 \begin_inset ERT
10559 status collapsed
10560
10561 \begin_layout Plain Layout
10562
10563
10564 \backslash
10565 leer 
10566 \end_layout
10567
10568 \end_inset
10569
10570 A=B
10571 \end_layout
10572
10573 \end_inset
10574 </cell>
10575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10576 \begin_inset Text
10577
10578 \begin_layout Plain Layout
10579 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10580 \end_inset
10581
10582
10583 \end_layout
10584
10585 \end_inset
10586 </cell>
10587 </row>
10588 <row>
10589 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10590 \begin_inset Text
10591
10592 \begin_layout Plain Layout
10593
10594 \backslash
10595 overleftrightarrow
10596 \begin_inset ERT
10597 status collapsed
10598
10599 \begin_layout Plain Layout
10600
10601
10602 \backslash
10603 leer 
10604 \end_layout
10605
10606 \end_inset
10607
10608 A=B
10609 \end_layout
10610
10611 \end_inset
10612 </cell>
10613 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10614 \begin_inset Text
10615
10616 \begin_layout Plain Layout
10617 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10618 \end_inset
10619
10620
10621 \end_layout
10622
10623 \end_inset
10624 </cell>
10625 </row>
10626 <row>
10627 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10628 \begin_inset Text
10629
10630 \begin_layout Plain Layout
10631
10632 \backslash
10633 underleftrightarrow
10634 \begin_inset ERT
10635 status collapsed
10636
10637 \begin_layout Plain Layout
10638
10639
10640 \backslash
10641 leer 
10642 \end_layout
10643
10644 \end_inset
10645
10646 A=B
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10656 \end_inset
10657
10658
10659 \end_layout
10660
10661 \end_inset
10662 </cell>
10663 </row>
10664 </lyxtabular>
10665
10666 \end_inset
10667
10668
10669 \begin_inset space \hfill{}
10670 \end_inset
10671
10672
10673 \begin_inset Tabular
10674 <lyxtabular version="3" rows="5" columns="2">
10675 <features>
10676 <column alignment="center" valignment="top" width="0pt">
10677 <column alignment="center" valignment="top" width="0pt">
10678 <row>
10679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10680 \begin_inset Text
10681
10682 \begin_layout Plain Layout
10683 Befehl
10684 \end_layout
10685
10686 \end_inset
10687 </cell>
10688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10689 \begin_inset Text
10690
10691 \begin_layout Plain Layout
10692 Ergebnis
10693 \end_layout
10694
10695 \end_inset
10696 </cell>
10697 </row>
10698 <row>
10699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10700 \begin_inset Text
10701
10702 \begin_layout Plain Layout
10703
10704 \backslash
10705 overrightarrow
10706 \begin_inset ERT
10707 status collapsed
10708
10709 \begin_layout Plain Layout
10710
10711
10712 \backslash
10713 leer 
10714 \end_layout
10715
10716 \end_inset
10717
10718 A=B
10719 \end_layout
10720
10721 \end_inset
10722 </cell>
10723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10724 \begin_inset Text
10725
10726 \begin_layout Plain Layout
10727 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10728 \end_inset
10729
10730
10731 \end_layout
10732
10733 \end_inset
10734 </cell>
10735 </row>
10736 <row>
10737 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10738 \begin_inset Text
10739
10740 \begin_layout Plain Layout
10741
10742 \backslash
10743 underrightarrow
10744 \begin_inset ERT
10745 status collapsed
10746
10747 \begin_layout Plain Layout
10748
10749
10750 \backslash
10751 leer 
10752 \end_layout
10753
10754 \end_inset
10755
10756 A=B
10757 \end_layout
10758
10759 \end_inset
10760 </cell>
10761 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10762 \begin_inset Text
10763
10764 \begin_layout Plain Layout
10765 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10766 \end_inset
10767
10768
10769 \end_layout
10770
10771 \end_inset
10772 </cell>
10773 </row>
10774 <row>
10775 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10776 \begin_inset Text
10777
10778 \begin_layout Plain Layout
10779
10780 \backslash
10781 widetilde
10782 \begin_inset ERT
10783 status collapsed
10784
10785 \begin_layout Plain Layout
10786
10787
10788 \backslash
10789 leer 
10790 \end_layout
10791
10792 \end_inset
10793
10794 A=B
10795 \end_layout
10796
10797 \end_inset
10798 </cell>
10799 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10800 \begin_inset Text
10801
10802 \begin_layout Plain Layout
10803 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10804 \end_inset
10805
10806
10807 \end_layout
10808
10809 \end_inset
10810 </cell>
10811 </row>
10812 <row>
10813 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10814 \begin_inset Text
10815
10816 \begin_layout Plain Layout
10817
10818 \backslash
10819 widehat
10820 \begin_inset ERT
10821 status collapsed
10822
10823 \begin_layout Plain Layout
10824
10825
10826 \backslash
10827 leer 
10828 \end_layout
10829
10830 \end_inset
10831
10832 A=B
10833 \end_layout
10834
10835 \end_inset
10836 </cell>
10837 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10838 \begin_inset Text
10839
10840 \begin_layout Plain Layout
10841 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10842 \end_inset
10843
10844
10845 \end_layout
10846
10847 \end_inset
10848 </cell>
10849 </row>
10850 </lyxtabular>
10851
10852 \end_inset
10853
10854
10855 \begin_inset space \hfill{}
10856 \end_inset
10857
10858
10859 \end_layout
10860
10861 \begin_layout Standard
10862 \begin_inset VSpace medskip
10863 \end_inset
10864
10865 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10866  Die Akzente
10867 \begin_inset Newline linebreak
10868 \end_inset
10869
10870
10871 \series bold
10872
10873 \backslash
10874 widetilde
10875 \series default
10876  und 
10877 \series bold
10878
10879 \backslash
10880 widehat
10881 \series default
10882  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10883  was folgendes Beispiel verdeutlicht:
10884 \begin_inset Formula \[
10885 \widetilde{A+B=C-D}\]
10886
10887 \end_inset
10888
10889
10890 \end_layout
10891
10892 \begin_layout Standard
10893 Mit den im vorigen Kapitel beschriebenen Befehlen 
10894 \series bold
10895
10896 \backslash
10897 overset
10898 \series default
10899
10900 \begin_inset Index
10901 status collapsed
10902
10903 \begin_layout Plain Layout
10904 Befehle ! O ! 
10905 \backslash
10906 overset
10907 \end_layout
10908
10909 \end_inset
10910
10911  und 
10912 \series bold
10913
10914 \backslash
10915 underset
10916 \series default
10917
10918 \begin_inset Index
10919 status collapsed
10920
10921 \begin_layout Plain Layout
10922 Befehle ! U ! 
10923 \backslash
10924 underset
10925 \end_layout
10926
10927 \end_inset
10928
10929  ist es auch möglich mehrere Zeichen zu akzentuieren.
10930  Der Befehl 
10931 \series bold
10932
10933 \backslash
10934 underset
10935 \begin_inset ERT
10936 status collapsed
10937
10938 \begin_layout Plain Layout
10939
10940
10941 \backslash
10942 leer 
10943 \end_layout
10944
10945 \end_inset
10946
10947 A=B
10948 \begin_inset Formula $\downarrow$
10949 \end_inset
10950
10951 ***
10952 \series default
10953  ergibt:
10954 \begin_inset Formula \[
10955 \underset{***}{A=B}\]
10956
10957 \end_inset
10958
10959
10960 \end_layout
10961
10962 \begin_layout Section
10963 Leerraum
10964 \begin_inset CommandInset label
10965 LatexCommand label
10966 name "sub:Leerraum"
10967
10968 \end_inset
10969
10970
10971 \begin_inset Index
10972 status collapsed
10973
10974 \begin_layout Plain Layout
10975 Leerraum ! horizontaler
10976 \end_layout
10977
10978 \end_inset
10979
10980
10981 \end_layout
10982
10983 \begin_layout Subsection
10984 Vordefinierter Leerraum
10985 \begin_inset CommandInset label
10986 LatexCommand label
10987 name "sub:Vordefinierter-Leerraum"
10988
10989 \end_inset
10990
10991
10992 \begin_inset Index
10993 status collapsed
10994
10995 \begin_layout Plain Layout
10996 Leerraum ! horizontaler ! vordefiniert
10997 \end_layout
10998
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \begin_layout Standard
11005 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11006  Dazu gibt man ein geschütztes Leerzeichen ein.
11007  Es erscheint ein 
11008 \begin_inset Quotes gld
11009 \end_inset
11010
11011
11012 \color blue
11013
11014 \begin_inset ERT
11015 status collapsed
11016
11017 \begin_layout Plain Layout
11018
11019
11020 \backslash
11021 leer 
11022 \end_layout
11023
11024 \end_inset
11025
11026
11027 \color inherit
11028
11029 \begin_inset Quotes grd
11030 \end_inset
11031
11032  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11033  Leerraum-Größen wählen.
11034  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11035 \begin_inset Graphics
11036         filename ../../images/math/space.png
11037         scale 85
11038
11039 \end_inset
11040
11041  oder mit einzelnen Befehlen aufrufen.
11042  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11043  danach wieder aus allen Größen wählen.
11044 \end_layout
11045
11046 \begin_layout Standard
11047 \align center
11048 \begin_inset VSpace -5mm
11049 \end_inset
11050
11051
11052 \begin_inset Tabular
11053 <lyxtabular version="3" rows="3" columns="7">
11054 <features>
11055 <column alignment="center" valignment="middle" width="6.8cm">
11056 <column alignment="center" valignment="top" width="0pt">
11057 <column alignment="center" valignment="top" width="0pt">
11058 <column alignment="center" valignment="top" width="0pt">
11059 <column alignment="center" valignment="top" width="0pt">
11060 <column alignment="center" valignment="top" width="0pt">
11061 <column alignment="center" valignment="top" width="0pt">
11062 <row>
11063 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11064 \begin_inset Text
11065
11066 \begin_layout Plain Layout
11067 Befehl
11068 \end_layout
11069
11070 \end_inset
11071 </cell>
11072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11073 \begin_inset Text
11074
11075 \begin_layout Plain Layout
11076
11077 \backslash
11078 ,
11079 \end_layout
11080
11081 \end_inset
11082 </cell>
11083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11084 \begin_inset Text
11085
11086 \begin_layout Plain Layout
11087
11088 \backslash
11089 :
11090 \end_layout
11091
11092 \end_inset
11093 </cell>
11094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11095 \begin_inset Text
11096
11097 \begin_layout Plain Layout
11098
11099 \backslash
11100 ;
11101 \end_layout
11102
11103 \end_inset
11104 </cell>
11105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11106 \begin_inset Text
11107
11108 \begin_layout Plain Layout
11109
11110 \backslash
11111 quad
11112 \end_layout
11113
11114 \end_inset
11115 </cell>
11116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11117 \begin_inset Text
11118
11119 \begin_layout Plain Layout
11120
11121 \backslash
11122 qquad
11123 \end_layout
11124
11125 \end_inset
11126 </cell>
11127 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11128 \begin_inset Text
11129
11130 \begin_layout Plain Layout
11131
11132 \backslash
11133 !
11134 \end_layout
11135
11136 \end_inset
11137 </cell>
11138 </row>
11139 <row>
11140 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11141 \begin_inset Text
11142
11143 \begin_layout Plain Layout
11144 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11145 \end_layout
11146
11147 \end_inset
11148 </cell>
11149 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11150 \begin_inset Text
11151
11152 \begin_layout Plain Layout
11153 0
11154 \end_layout
11155
11156 \end_inset
11157 </cell>
11158 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11159 \begin_inset Text
11160
11161 \begin_layout Plain Layout
11162 1
11163 \end_layout
11164
11165 \end_inset
11166 </cell>
11167 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11168 \begin_inset Text
11169
11170 \begin_layout Plain Layout
11171 2
11172 \end_layout
11173
11174 \end_inset
11175 </cell>
11176 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11177 \begin_inset Text
11178
11179 \begin_layout Plain Layout
11180 3
11181 \end_layout
11182
11183 \end_inset
11184 </cell>
11185 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11186 \begin_inset Text
11187
11188 \begin_layout Plain Layout
11189 4
11190 \end_layout
11191
11192 \end_inset
11193 </cell>
11194 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11195 \begin_inset Text
11196
11197 \begin_layout Plain Layout
11198 5
11199 \end_layout
11200
11201 \end_inset
11202 </cell>
11203 </row>
11204 <row>
11205 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209 Ergebnis
11210 \end_layout
11211
11212 \end_inset
11213 </cell>
11214 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11215 \begin_inset Text
11216
11217 \begin_layout Plain Layout
11218 \begin_inset Formula $A\, B$
11219 \end_inset
11220
11221
11222 \end_layout
11223
11224 \end_inset
11225 </cell>
11226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11227 \begin_inset Text
11228
11229 \begin_layout Plain Layout
11230 \begin_inset Formula $A\: B$
11231 \end_inset
11232
11233
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 \begin_inset Formula $A\; B$
11243 \end_inset
11244
11245
11246 \end_layout
11247
11248 \end_inset
11249 </cell>
11250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11251 \begin_inset Text
11252
11253 \begin_layout Plain Layout
11254 \begin_inset Formula $A\quad B$
11255 \end_inset
11256
11257
11258 \end_layout
11259
11260 \end_inset
11261 </cell>
11262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11263 \begin_inset Text
11264
11265 \begin_layout Plain Layout
11266 \begin_inset Formula $A\qquad B$
11267 \end_inset
11268
11269
11270 \end_layout
11271
11272 \end_inset
11273 </cell>
11274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11275 \begin_inset Text
11276
11277 \begin_layout Plain Layout
11278 \begin_inset Formula $A\! B$
11279 \end_inset
11280
11281
11282 \end_layout
11283
11284 \end_inset
11285 </cell>
11286 </row>
11287 </lyxtabular>
11288
11289 \end_inset
11290
11291
11292 \end_layout
11293
11294 \begin_layout Standard
11295 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11296  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11297  denn sie erstellt negativen Leerraum.
11298  Es gibt noch zwei weitere negative Leerräume:
11299 \end_layout
11300
11301 \begin_layout Standard
11302 \align center
11303 \begin_inset Tabular
11304 <lyxtabular version="3" rows="3" columns="3">
11305 <features>
11306 <column alignment="center" valignment="middle" width="6.8cm">
11307 <column alignment="center" valignment="top" width="0pt">
11308 <column alignment="center" valignment="top" width="0pt">
11309 <row>
11310 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11311 \begin_inset Text
11312
11313 \begin_layout Plain Layout
11314 Befehl
11315 \end_layout
11316
11317 \end_inset
11318 </cell>
11319 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11320 \begin_inset Text
11321
11322 \begin_layout Plain Layout
11323
11324 \backslash
11325 negmedspace
11326 \end_layout
11327
11328 \end_inset
11329 </cell>
11330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11331 \begin_inset Text
11332
11333 \begin_layout Plain Layout
11334
11335 \backslash
11336 negthickspace
11337 \end_layout
11338
11339 \end_inset
11340 </cell>
11341 </row>
11342 <row>
11343 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11344 \begin_inset Text
11345
11346 \begin_layout Plain Layout
11347 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
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 6
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 7
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\negmedspace 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" rightline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397 \begin_inset Formula $A\negthickspace B$
11398 \end_inset
11399
11400
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 </row>
11406 </lyxtabular>
11407
11408 \end_inset
11409
11410
11411 \end_layout
11412
11413 \begin_layout Standard
11414 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11415  Man kann auf diese Weise Ligaturen erzwingen, was z.
11416 \begin_inset space \thinspace{}
11417 \end_inset
11418
11419 B.
11420  für Summenzeichen von Nutzen ist: 
11421 \end_layout
11422
11423 \begin_layout Standard
11424 \align center
11425 \begin_inset Tabular
11426 <lyxtabular version="3" rows="3" columns="2">
11427 <features>
11428 <column alignment="center" valignment="top" width="0">
11429 <column alignment="center" valignment="top" width="0">
11430 <row>
11431 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11432 \begin_inset Text
11433
11434 \begin_layout Plain Layout
11435 Befehl
11436 \end_layout
11437
11438 \end_inset
11439 </cell>
11440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11441 \begin_inset Text
11442
11443 \begin_layout Plain Layout
11444 Ergebnis
11445 \begin_inset Note Note
11446 status collapsed
11447
11448 \begin_layout Plain Layout
11449
11450 \series bold
11451
11452 \backslash
11453 raisebox
11454 \series default
11455  dient nur als Abstandhalter.
11456 \end_layout
11457
11458 \end_inset
11459
11460
11461 \end_layout
11462
11463 \end_inset
11464 </cell>
11465 </row>
11466 <row>
11467 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11468 \begin_inset Text
11469
11470 \begin_layout Plain Layout
11471
11472 \backslash
11473 sum
11474 \backslash
11475 sum
11476 \begin_inset ERT
11477 status collapsed
11478
11479 \begin_layout Plain Layout
11480
11481
11482 \backslash
11483 leer 
11484 \end_layout
11485
11486 \end_inset
11487
11488 f_kl
11489 \end_layout
11490
11491 \end_inset
11492 </cell>
11493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11494 \begin_inset Text
11495
11496 \begin_layout Plain Layout
11497 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11498 \end_inset
11499
11500
11501 \end_layout
11502
11503 \end_inset
11504 </cell>
11505 </row>
11506 <row>
11507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11508 \begin_inset Text
11509
11510 \begin_layout Plain Layout
11511
11512 \backslash
11513 sum
11514 \backslash
11515 negmedspace
11516 \backslash
11517 sum
11518 \begin_inset ERT
11519 status collapsed
11520
11521 \begin_layout Plain Layout
11522
11523
11524 \backslash
11525 leer 
11526 \end_layout
11527
11528 \end_inset
11529
11530 f_kl
11531 \end_layout
11532
11533 \end_inset
11534 </cell>
11535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11536 \begin_inset Text
11537
11538 \begin_layout Plain Layout
11539 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11540 \end_inset
11541
11542
11543 \end_layout
11544
11545 \end_inset
11546 </cell>
11547 </row>
11548 </lyxtabular>
11549
11550 \end_inset
11551
11552
11553 \end_layout
11554
11555 \begin_layout Standard
11556 Relationen, wie z.
11557 \begin_inset space \thinspace{}
11558 \end_inset
11559
11560 B.
11561  Gleichheitszeichen, sind immer von Leerraum umgeben.
11562  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11563  TeX-Klammer.
11564  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11565 \end_layout
11566
11567 \begin_layout Standard
11568 \align center
11569 \begin_inset Tabular
11570 <lyxtabular version="3" rows="2" columns="2">
11571 <features>
11572 <column alignment="center" valignment="top" width="0pt">
11573 <column alignment="center" valignment="top" width="0pt">
11574 <row>
11575 <cell alignment="center" valignment="top" usebox="none">
11576 \begin_inset Text
11577
11578 \begin_layout Plain Layout
11579 normale Gleichung
11580 \end_layout
11581
11582 \end_inset
11583 </cell>
11584 <cell alignment="center" valignment="top" usebox="none">
11585 \begin_inset Text
11586
11587 \begin_layout Plain Layout
11588 \begin_inset Formula $A=B$
11589 \end_inset
11590
11591
11592 \end_layout
11593
11594 \end_inset
11595 </cell>
11596 </row>
11597 <row>
11598 <cell alignment="center" valignment="top" usebox="none">
11599 \begin_inset Text
11600
11601 \begin_layout Plain Layout
11602 \begin_inset Note Note
11603 status collapsed
11604
11605 \begin_layout Plain Layout
11606
11607 \series bold
11608
11609 \backslash
11610 raisebox
11611 \series default
11612  dient nur als Abstandhalter.
11613 \end_layout
11614
11615 \end_inset
11616
11617
11618 \begin_inset Formula $\raisebox{5mm}{}$
11619 \end_inset
11620
11621 Gleichung ohne Leerraum
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11627 \begin_inset Text
11628
11629 \begin_layout Plain Layout
11630 \begin_inset Formula $A{=}B$
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \end_inset
11637 </cell>
11638 </row>
11639 </lyxtabular>
11640
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \begin_layout Standard
11647 Der Befehl für die letzte Formel lautet: 
11648 \series bold
11649 A
11650 \backslash
11651 {=
11652 \begin_inset Formula $\to$
11653 \end_inset
11654
11655 B
11656 \end_layout
11657
11658 \begin_layout Standard
11659 \begin_inset VSpace bigskip
11660 \end_inset
11661
11662 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11663  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11664  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11665 \family sans
11666 Einfügen\SpecialChar \menuseparator
11667 Formatierung\SpecialChar \menuseparator
11668 Kleiner
11669 \begin_inset space ~
11670 \end_inset
11671
11672 Abstand
11673 \family default
11674  (Tastenkürzel 
11675 \family sans
11676 Strg+Shift+Leertaste
11677 \family default
11678 ) ein.
11679 \end_layout
11680
11681 \begin_layout Standard
11682 Ein Beispiel zur Veranschaulichung:
11683 \end_layout
11684
11685 \begin_layout Standard
11686 \begin_inset Tabular
11687 <lyxtabular version="3" rows="2" columns="2">
11688 <features>
11689 <column alignment="left" valignment="top" width="0">
11690 <column alignment="left" valignment="top" width="0">
11691 <row>
11692 <cell alignment="center" valignment="top" usebox="none">
11693 \begin_inset Text
11694
11695 \begin_layout Plain Layout
11696 24 kW
11697 \begin_inset Formula $\cdot$
11698 \end_inset
11699
11700 h
11701 \end_layout
11702
11703 \end_inset
11704 </cell>
11705 <cell alignment="center" valignment="top" usebox="none">
11706 \begin_inset Text
11707
11708 \begin_layout Plain Layout
11709 Leerzeichen zwischen Wert und Einheit
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 </row>
11715 <row>
11716 <cell alignment="center" valignment="top" usebox="none">
11717 \begin_inset Text
11718
11719 \begin_layout Plain Layout
11720 24
11721 \begin_inset space \thinspace{}
11722 \end_inset
11723
11724 kW
11725 \begin_inset Formula $\cdot$
11726 \end_inset
11727
11728 h
11729 \end_layout
11730
11731 \end_inset
11732 </cell>
11733 <cell alignment="center" valignment="top" usebox="none">
11734 \begin_inset Text
11735
11736 \begin_layout Plain Layout
11737 kleinster Leerraum zwischen Wert und Einheit
11738 \end_layout
11739
11740 \end_inset
11741 </cell>
11742 </row>
11743 </lyxtabular>
11744
11745 \end_inset
11746
11747
11748 \end_layout
11749
11750 \begin_layout Subsection
11751 Variabler Leerraum
11752 \begin_inset ERT
11753 status collapsed
11754
11755 \begin_layout Plain Layout
11756
11757
11758 \backslash
11759 texorpdfstring{
11760 \end_layout
11761
11762 \end_inset
11763
11764
11765 \begin_inset Foot
11766 status collapsed
11767
11768 \begin_layout Plain Layout
11769 für vertikalen Leerraum in Formeln siehe 
11770 \begin_inset CommandInset ref
11771 LatexCommand ref
11772 reference "sub:Zeilenabstand"
11773
11774 \end_inset
11775
11776
11777 \end_layout
11778
11779 \end_inset
11780
11781
11782 \begin_inset ERT
11783 status collapsed
11784
11785 \begin_layout Plain Layout
11786
11787 }{}
11788 \end_layout
11789
11790 \end_inset
11791
11792
11793 \begin_inset Note Note
11794 status collapsed
11795
11796 \begin_layout Plain Layout
11797
11798 \series bold
11799
11800 \backslash
11801 texorpdfstring
11802 \series default
11803  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11804 \end_layout
11805
11806 \begin_layout Plain Layout
11807 Näheres zu 
11808 \series bold
11809
11810 \backslash
11811 texorpdfstring
11812 \series default
11813  steht in Kapitel 
11814 \begin_inset CommandInset ref
11815 LatexCommand ref
11816 reference "sub:Formeln-in-Überschriften"
11817
11818 \end_inset
11819
11820 .
11821 \end_layout
11822
11823 \end_inset
11824
11825
11826 \begin_inset CommandInset label
11827 LatexCommand label
11828 name "sub:Variabler-Leerraum"
11829
11830 \end_inset
11831
11832
11833 \begin_inset Index
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Leerraum ! horizontaler ! variabel
11838 \end_layout
11839
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11847 \series bold
11848
11849 \backslash
11850 hspace
11851 \series default
11852
11853 \begin_inset Index
11854 status collapsed
11855
11856 \begin_layout Plain Layout
11857 Befehle ! H ! 
11858 \backslash
11859 hspace
11860 \end_layout
11861
11862 \end_inset
11863
11864  einfügen.
11865  Es erscheint ein langes 
11866 \begin_inset Quotes gld
11867 \end_inset
11868
11869
11870 \color blue
11871
11872 \begin_inset ERT
11873 status collapsed
11874
11875 \begin_layout Plain Layout
11876
11877
11878 \backslash
11879 leer 
11880 \end_layout
11881
11882 \end_inset
11883
11884
11885 \color inherit
11886
11887 \begin_inset Quotes grd
11888 \end_inset
11889
11890 .
11891  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11892  das 
11893 \begin_inset Quotes gld
11894 \end_inset
11895
11896
11897 \color blue
11898
11899 \begin_inset ERT
11900 status collapsed
11901
11902 \begin_layout Plain Layout
11903
11904
11905 \backslash
11906 leer 
11907 \end_layout
11908
11909 \end_inset
11910
11911
11912 \color inherit
11913
11914 \begin_inset Quotes grd
11915 \end_inset
11916
11917  klickt.
11918  Die Länge darf auch negativ sein.
11919  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11920  einnimmt, benutzt man den Befehl 
11921 \series bold
11922
11923 \backslash
11924 hfill
11925 \series default
11926
11927 \begin_inset Index
11928 status collapsed
11929
11930 \begin_layout Plain Layout
11931 Befehle ! H ! 
11932 \backslash
11933 hfill
11934 \end_layout
11935
11936 \end_inset
11937
11938 .
11939 \end_layout
11940
11941 \begin_layout Standard
11942 \begin_inset VSpace -1mm
11943 \end_inset
11944
11945
11946 \end_layout
11947
11948 \begin_layout Standard
11949 \align center
11950 \begin_inset Tabular
11951 <lyxtabular version="3" rows="4" columns="2">
11952 <features>
11953 <column alignment="center" valignment="top" width="0">
11954 <column alignment="center" valignment="top" width="0">
11955 <row>
11956 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11957 \begin_inset Text
11958
11959 \begin_layout Plain Layout
11960 Befehl (
11961 \backslash
11962 hspace Länge)
11963 \end_layout
11964
11965 \end_inset
11966 </cell>
11967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11968 \begin_inset Text
11969
11970 \begin_layout Plain Layout
11971 Ergebnis
11972 \end_layout
11973
11974 \end_inset
11975 </cell>
11976 </row>
11977 <row>
11978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11979 \begin_inset Text
11980
11981 \begin_layout Plain Layout
11982 A=B
11983 \backslash
11984 hspace{3cm
11985 \begin_inset Formula $\to$
11986 \end_inset
11987
11988 A
11989 \backslash
11990 not=C (3
11991 \begin_inset space \thinspace{}
11992 \end_inset
11993
11994 cm)
11995 \end_layout
11996
11997 \end_inset
11998 </cell>
11999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12000 \begin_inset Text
12001
12002 \begin_layout Plain Layout
12003 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12004 \end_inset
12005
12006
12007 \end_layout
12008
12009 \end_inset
12010 </cell>
12011 </row>
12012 <row>
12013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12014 \begin_inset Text
12015
12016 \begin_layout Plain Layout
12017 A
12018 \backslash
12019 hspace{-1mm
12020 \begin_inset Formula $\to$
12021 \end_inset
12022
12023 A
12024 \backslash
12025 not=A (-1
12026 \begin_inset space \thinspace{}
12027 \end_inset
12028
12029 mm)
12030 \end_layout
12031
12032 \end_inset
12033 </cell>
12034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12035 \begin_inset Text
12036
12037 \begin_layout Plain Layout
12038 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12039 \end_inset
12040
12041
12042 \end_layout
12043
12044 \end_inset
12045 </cell>
12046 </row>
12047 <row>
12048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12049 \begin_inset Text
12050
12051 \begin_layout Plain Layout
12052 A=A
12053 \backslash
12054 hfill
12055 \begin_inset ERT
12056 status collapsed
12057
12058 \begin_layout Plain Layout
12059
12060
12061 \backslash
12062 leer 
12063 \end_layout
12064
12065 \end_inset
12066
12067 B=B
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 \begin_inset Formula $A=A\hfill B=B$
12077 \end_inset
12078
12079
12080 \end_layout
12081
12082 \end_inset
12083 </cell>
12084 </row>
12085 </lyxtabular>
12086
12087 \end_inset
12088
12089
12090 \end_layout
12091
12092 \begin_layout Standard
12093 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12094  Spalteneintrags der Tabelle vorgegeben.
12095  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12096  in die 
12097 \series bold
12098
12099 \backslash
12100 hfill
12101 \series default
12102  eingegeben wird.
12103  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12104  
12105 \series bold
12106
12107 \backslash
12108 hfill
12109 \series default
12110  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12111 \series bold
12112 Eingerückt
12113 \series default
12114  eingestellt ist.
12115  (Formelstile sind in 
12116 \begin_inset CommandInset ref
12117 LatexCommand ref
12118 reference "sec:Formelstile"
12119
12120 \end_inset
12121
12122  erklärt.)
12123 \end_layout
12124
12125 \begin_layout Standard
12126 Neben 
12127 \series bold
12128
12129 \backslash
12130 hfill
12131 \series default
12132  gibt es noch die Befehle 
12133 \series bold
12134
12135 \backslash
12136 dotfill
12137 \series default
12138  und 
12139 \series bold
12140
12141 \backslash
12142 hrulefill
12143 \series default
12144 , die den Leerraum mit einem Muster füllen, siehe 
12145 \begin_inset CommandInset ref
12146 LatexCommand ref
12147 reference "sub:Fortsetzungspunkte"
12148
12149 \end_inset
12150
12151  für ein Beispiel.
12152 \end_layout
12153
12154 \begin_layout Standard
12155 Variabler Leerraum kann für Text über das Menü 
12156 \family sans
12157 Einfügen\SpecialChar \menuseparator
12158 Formatierung\SpecialChar \menuseparator
12159 Horizontaler
12160 \begin_inset space ~
12161 \end_inset
12162
12163 Abstand
12164 \family default
12165  eingefügt werden:
12166 \end_layout
12167
12168 \begin_layout Standard
12169 Dies ist eine Zeile mit
12170 \begin_inset space \hspace{}
12171 \length 2cm
12172 \end_inset
12173
12174 2
12175 \begin_inset space \thinspace{}
12176 \end_inset
12177
12178 cm Leerraum.
12179 \end_layout
12180
12181 \begin_layout Standard
12182 Dies ist eine Zeile mit
12183 \begin_inset space \hfill{}
12184 \end_inset
12185
12186 maximalem Leerraum.
12187 \end_layout
12188
12189 \begin_layout Subsection
12190 Leerraum neben eingebetteten Formeln
12191 \begin_inset Index
12192 status collapsed
12193
12194 \begin_layout Plain Layout
12195 Leerraum ! neben eingebetteten Formeln
12196 \end_layout
12197
12198 \end_inset
12199
12200
12201 \end_layout
12202
12203 \begin_layout Standard
12204 Über die Länge 
12205 \series bold
12206
12207 \backslash
12208 mathsurround
12209 \begin_inset Index
12210 status collapsed
12211
12212 \begin_layout Plain Layout
12213 Befehle ! M ! 
12214 \backslash
12215 mathsurround
12216 \end_layout
12217
12218 \end_inset
12219
12220
12221 \series default
12222  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12223  wird.
12224  Der Wert einer Länge wird mit dem Befehl 
12225 \series bold
12226
12227 \backslash
12228 setlength
12229 \begin_inset Index
12230 status collapsed
12231
12232 \begin_layout Plain Layout
12233 Befehle ! S ! 
12234 \backslash
12235 setlength
12236 \end_layout
12237
12238 \end_inset
12239
12240
12241 \series default
12242  gesetzt.
12243  Dieser besitzt folgendes Befehlsschema:
12244 \end_layout
12245
12246 \begin_layout Standard
12247
12248 \series bold
12249
12250 \backslash
12251 setlength{Längenname}{Wert}
12252 \end_layout
12253
12254 \begin_layout Standard
12255 Um 
12256 \series bold
12257
12258 \backslash
12259 mathsurround
12260 \series default
12261  den Wert 5
12262 \begin_inset space \thinspace{}
12263 \end_inset
12264
12265 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12266 \end_layout
12267
12268 \begin_layout Standard
12269
12270 \series bold
12271
12272 \backslash
12273 setlength{
12274 \backslash
12275 mathsurround}{5mm}
12276 \end_layout
12277
12278 \begin_layout Standard
12279 ein.
12280  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12281 \begin_inset space \thinspace{}
12282 \end_inset
12283
12284 mm Leerraum gesetzt:
12285 \begin_inset ERT
12286 status collapsed
12287
12288 \begin_layout Plain Layout
12289
12290
12291 \backslash
12292 setlength{
12293 \backslash
12294 mathsurround}{5mm}
12295 \end_layout
12296
12297 \end_inset
12298
12299
12300 \end_layout
12301
12302 \begin_layout Standard
12303 Dies ist eine Zeile in der sich 
12304 \begin_inset Formula $A=B$
12305 \end_inset
12306
12307  eine Formel mit 5
12308 \begin_inset space \thinspace{}
12309 \end_inset
12310
12311 mm umgebendem Leerraum befindet.
12312 \begin_inset ERT
12313 status collapsed
12314
12315 \begin_layout Plain Layout
12316
12317
12318 \backslash
12319 setlength{
12320 \backslash
12321 mathsurround}{0pt}
12322 \end_layout
12323
12324 \end_inset
12325
12326
12327 \end_layout
12328
12329 \begin_layout Standard
12330 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12331 \series bold
12332
12333 \backslash
12334 mathsurround
12335 \series default
12336  auf den Wert 0
12337 \begin_inset space \thinspace{}
12338 \end_inset
12339
12340 pt.
12341 \end_layout
12342
12343 \begin_layout Section
12344 Boxen und Rahmen
12345 \begin_inset Index
12346 status collapsed
12347
12348 \begin_layout Plain Layout
12349 Boxen
12350 \end_layout
12351
12352 \end_inset
12353
12354
12355 \begin_inset Index
12356 status collapsed
12357
12358 \begin_layout Plain Layout
12359 Rahmen | see
12360 \begin_inset ERT
12361 status collapsed
12362
12363 \begin_layout Plain Layout
12364
12365 {
12366 \end_layout
12367
12368 \end_inset
12369
12370 Boxen
12371 \begin_inset ERT
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375
12376 }
12377 \end_layout
12378
12379 \end_inset
12380
12381
12382 \end_layout
12383
12384 \end_inset
12385
12386
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Boxen für Text sind im Kapitel 
12391 \family typewriter
12392 Boxen
12393 \family default
12394  im Handbuch 
12395 \family typewriter
12396 Eingebettete
12397 \begin_inset space ~
12398 \end_inset
12399
12400 Objekte
12401 \family default
12402  beschrieben.
12403 \end_layout
12404
12405 \begin_layout Subsection
12406 Boxen mit Rahmen
12407 \begin_inset CommandInset label
12408 LatexCommand label
12409 name "sub:Boxen-mit-Rahmen"
12410
12411 \end_inset
12412
12413
12414 \begin_inset Index
12415 status collapsed
12416
12417 \begin_layout Plain Layout
12418 Boxen ! mit Rahmen
12419 \end_layout
12420
12421 \end_inset
12422
12423
12424 \end_layout
12425
12426 \begin_layout Standard
12427 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12428 \series bold
12429
12430 \backslash
12431 fbox
12432 \series default
12433
12434 \begin_inset Index
12435 status collapsed
12436
12437 \begin_layout Plain Layout
12438 Befehle ! F ! 
12439 \backslash
12440 fbox
12441 \end_layout
12442
12443 \end_inset
12444
12445  und 
12446 \series bold
12447
12448 \backslash
12449 boxed
12450 \series default
12451
12452 \begin_inset Index
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456 Befehle ! B ! 
12457 \backslash
12458 boxed
12459 \end_layout
12460
12461 \end_inset
12462
12463  zu umranden.
12464 \end_layout
12465
12466 \begin_layout Standard
12467 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12468  in einem Rahmen.
12469  Bei 
12470 \series bold
12471
12472 \backslash
12473 fbox
12474 \series default
12475  muss in diesem Eingabefeld mit 
12476 \family sans
12477 Strg+M
12478 \family default
12479  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12480  als mathematischer Text behandelt.
12481  Verwendet man 
12482 \series bold
12483
12484 \backslash
12485 boxed
12486 \series default
12487 , wird automatisch im Rahmen eine neue Formel erzeugt.
12488 \end_layout
12489
12490 \begin_layout Standard
12491 Der Befehl 
12492 \series bold
12493
12494 \backslash
12495 fbox
12496 \series default
12497  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12498  wird dann immer in Textzeilengröße gesetzt.
12499  Im Gegensatz dazu ist 
12500 \series bold
12501
12502 \backslash
12503 boxed
12504 \series default
12505  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12506  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12507 \end_layout
12508
12509 \begin_layout Standard
12510 Als Erweiterung zu 
12511 \series bold
12512
12513 \backslash
12514 fbox
12515 \series default
12516  gibt es den Befehl 
12517 \series bold
12518
12519 \backslash
12520 framebox
12521 \series default
12522
12523 \begin_inset Index
12524 status collapsed
12525
12526 \begin_layout Plain Layout
12527 Befehle ! F ! 
12528 \backslash
12529 framebox
12530 \end_layout
12531
12532 \end_inset
12533
12534 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12535  kann.
12536  
12537 \series bold
12538
12539 \backslash
12540 framebox
12541 \series default
12542  wird nach folgendem Schema verwendet:
12543 \end_layout
12544
12545 \begin_layout Standard
12546
12547 \series bold
12548
12549 \backslash
12550 framebox[Rahmenbreite][Position]{Boxinhalt}
12551 \end_layout
12552
12553 \begin_layout Standard
12554 Die Position kann entweder 
12555 \emph on
12556 l
12557 \emph default
12558  oder 
12559 \emph on
12560 r
12561 \emph default
12562  sein.
12563  
12564 \emph on
12565 l
12566 \emph default
12567  bewirkt linksbündige, 
12568 \emph on
12569 r
12570 \emph default
12571  rechtsbündige Ausrichtung der Formel in der Box.
12572  Gibt man keine Position an, wird die Formel zentriert.
12573 \begin_inset Newline newline
12574 \end_inset
12575
12576 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12577  In diesem Falle wird die Rahmenbreite wie bei 
12578 \series bold
12579
12580 \backslash
12581 fbox
12582 \series default
12583  an den Boxinhalt angepasst.
12584 \end_layout
12585
12586 \begin_layout Standard
12587 Wenn man den Befehl 
12588 \series bold
12589
12590 \backslash
12591 framebox
12592 \series default
12593  eingibt, erscheint eine Box mit drei Eingabefeldern.
12594  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12595  beiden optionalen Argumente.
12596  In das dritte Feld wird wie bei 
12597 \series bold
12598
12599 \backslash
12600 fbox
12601 \series default
12602  die Formel eingegeben.
12603 \end_layout
12604
12605 \begin_layout Standard
12606 \align center
12607 \begin_inset Tabular
12608 <lyxtabular version="3" rows="5" columns="2">
12609 <features>
12610 <column alignment="center" valignment="top" width="0">
12611 <column alignment="center" valignment="top" width="0">
12612 <row>
12613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12614 \begin_inset Text
12615
12616 \begin_layout Plain Layout
12617 Befehl
12618 \end_layout
12619
12620 \end_inset
12621 </cell>
12622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12623 \begin_inset Text
12624
12625 \begin_layout Plain Layout
12626 Ergebnis
12627 \begin_inset Note Note
12628 status collapsed
12629
12630 \begin_layout Plain Layout
12631
12632 \series bold
12633
12634 \backslash
12635 raisebox
12636 \series default
12637  dient nur als Abstandhalter.
12638 \end_layout
12639
12640 \end_inset
12641
12642
12643 \end_layout
12644
12645 \end_inset
12646 </cell>
12647 </row>
12648 <row>
12649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12650 \begin_inset Text
12651
12652 \begin_layout Plain Layout
12653
12654 \backslash
12655 fbox
12656 \begin_inset ERT
12657 status collapsed
12658
12659 \begin_layout Plain Layout
12660
12661
12662 \backslash
12663 leer 
12664 \end_layout
12665
12666 \end_inset
12667
12668
12669 \family sans
12670 Strg+M
12671 \family default
12672  
12673 \backslash
12674 int
12675 \begin_inset ERT
12676 status collapsed
12677
12678 \begin_layout Plain Layout
12679
12680
12681 \backslash
12682 leer 
12683 \end_layout
12684
12685 \end_inset
12686
12687 A=B
12688 \end_layout
12689
12690 \end_inset
12691 </cell>
12692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12693 \begin_inset Text
12694
12695 \begin_layout Plain Layout
12696 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12697 \end_inset
12698
12699
12700 \end_layout
12701
12702 \end_inset
12703 </cell>
12704 </row>
12705 <row>
12706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12707 \begin_inset Text
12708
12709 \begin_layout Plain Layout
12710
12711 \backslash
12712 boxed
12713 \begin_inset ERT
12714 status collapsed
12715
12716 \begin_layout Plain Layout
12717
12718
12719 \backslash
12720 leer 
12721 \end_layout
12722
12723 \end_inset
12724
12725
12726 \backslash
12727 int
12728 \begin_inset ERT
12729 status collapsed
12730
12731 \begin_layout Plain Layout
12732
12733
12734 \backslash
12735 leer 
12736 \end_layout
12737
12738 \end_inset
12739
12740 A=B
12741 \end_layout
12742
12743 \end_inset
12744 </cell>
12745 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12746 \begin_inset Text
12747
12748 \begin_layout Plain Layout
12749 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12750 \end_inset
12751
12752
12753 \end_layout
12754
12755 \end_inset
12756 </cell>
12757 </row>
12758 <row>
12759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12760 \begin_inset Text
12761
12762 \begin_layout Plain Layout
12763 A+
12764 \backslash
12765 fbox
12766 \begin_inset ERT
12767 status collapsed
12768
12769 \begin_layout Plain Layout
12770
12771
12772 \backslash
12773 leer 
12774 \end_layout
12775
12776 \end_inset
12777
12778 B
12779 \end_layout
12780
12781 \end_inset
12782 </cell>
12783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12784 \begin_inset Text
12785
12786 \begin_layout Plain Layout
12787 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12788 \end_inset
12789
12790
12791 \end_layout
12792
12793 \end_inset
12794 </cell>
12795 </row>
12796 <row>
12797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12798 \begin_inset Text
12799
12800 \begin_layout Plain Layout
12801
12802 \backslash
12803 framebox
12804 \begin_inset ERT
12805 status collapsed
12806
12807 \begin_layout Plain Layout
12808
12809
12810 \backslash
12811 leer 
12812 \end_layout
12813
12814 \end_inset
12815
12816 20mm
12817 \begin_inset Formula $\to$
12818 \end_inset
12819
12820
12821 \begin_inset Formula $\to$
12822 \end_inset
12823
12824
12825 \family sans
12826 Strg+M
12827 \family default
12828  
12829 \backslash
12830 frac
12831 \begin_inset ERT
12832 status collapsed
12833
12834 \begin_layout Plain Layout
12835
12836
12837 \backslash
12838 leer 
12839 \end_layout
12840
12841 \end_inset
12842
12843 A
12844 \begin_inset Formula $\downarrow$
12845 \end_inset
12846
12847 B
12848 \end_layout
12849
12850 \end_inset
12851 </cell>
12852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12853 \begin_inset Text
12854
12855 \begin_layout Plain Layout
12856 \begin_inset Formula $\raisebox{6mm}{}$
12857 \end_inset
12858
12859
12860 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12861 \end_inset
12862
12863
12864 \begin_inset Formula $\raisebox{-4mm}{}$
12865 \end_inset
12866
12867
12868 \end_layout
12869
12870 \end_inset
12871 </cell>
12872 </row>
12873 </lyxtabular>
12874
12875 \end_inset
12876
12877
12878 \end_layout
12879
12880 \begin_layout Standard
12881 Die Rahmendicke kann ebenfalls eingestellt werden.
12882  Dazu müssen vor der Formel im TeX-Modus die Befehle
12883 \end_layout
12884
12885 \begin_layout Standard
12886
12887 \series bold
12888
12889 \backslash
12890 fboxrule
12891 \series default
12892  
12893 \series bold
12894
12895 \begin_inset Quotes gld
12896 \end_inset
12897
12898 Dicke
12899 \begin_inset Quotes grd
12900 \end_inset
12901
12902
12903 \series default
12904  
12905 \series bold
12906
12907 \backslash
12908 fboxsep
12909 \series default
12910  
12911 \series bold
12912
12913 \begin_inset Quotes gld
12914 \end_inset
12915
12916 Abstand
12917 \begin_inset Quotes grd
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \begin_layout Standard
12924 eingegeben werden.
12925  
12926 \begin_inset Quotes gld
12927 \end_inset
12928
12929 Abstand
12930 \begin_inset Quotes grd
12931 \end_inset
12932
12933  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12934  in der Box fest.
12935  Ein Beispiel dafür ist folgende umrandete Formel:
12936 \begin_inset ERT
12937 status collapsed
12938
12939 \begin_layout Plain Layout
12940
12941
12942 \backslash
12943 fboxrule 2mm 
12944 \backslash
12945 fboxsep 3mm
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \begin_inset Formula \[
12952 \boxed{A+B=C}\]
12953
12954 \end_inset
12955
12956 Vor dieser Formel wurde im TeX-Modus
12957 \end_layout
12958
12959 \begin_layout Standard
12960
12961 \series bold
12962
12963 \backslash
12964 fboxrule
12965 \series default
12966  
12967 \series bold
12968 2mm
12969 \series default
12970  
12971 \series bold
12972
12973 \backslash
12974 fboxsep
12975 \series default
12976  
12977 \series bold
12978 3mm
12979 \end_layout
12980
12981 \begin_layout Standard
12982 eingegeben.
12983  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12984 \end_layout
12985
12986 \begin_layout Standard
12987 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12988  nächsten Formel im TeX-Modus folgende Befehle ein:
12989 \end_layout
12990
12991 \begin_layout Standard
12992
12993 \series bold
12994
12995 \backslash
12996 fboxrule
12997 \series default
12998  
12999 \series bold
13000 0.4pt
13001 \series default
13002  
13003 \series bold
13004
13005 \backslash
13006 fboxsep
13007 \series default
13008  
13009 \series bold
13010 3pt
13011 \series default
13012
13013 \begin_inset ERT
13014 status collapsed
13015
13016 \begin_layout Plain Layout
13017
13018
13019 \backslash
13020 fboxrule 0.4pt 
13021 \backslash
13022 fboxsep 3pt
13023 \end_layout
13024
13025 \end_inset
13026
13027
13028 \end_layout
13029
13030 \begin_layout Subsection
13031 Boxen ohne Rahmen
13032 \begin_inset CommandInset label
13033 LatexCommand label
13034 name "sub:Boxen-ohne-Rahmen"
13035
13036 \end_inset
13037
13038
13039 \begin_inset Index
13040 status collapsed
13041
13042 \begin_layout Plain Layout
13043 Boxen ! ohne Rahmen
13044 \end_layout
13045
13046 \end_inset
13047
13048
13049 \end_layout
13050
13051 \begin_layout Standard
13052 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13053 \series bold
13054
13055 \backslash
13056 mbox
13057 \series default
13058
13059 \begin_inset Index
13060 status collapsed
13061
13062 \begin_layout Plain Layout
13063 Befehle ! M ! 
13064 \backslash
13065 mbox
13066 \end_layout
13067
13068 \end_inset
13069
13070
13071 \series bold
13072
13073 \backslash
13074 makebox
13075 \series default
13076
13077 \begin_inset Index
13078 status collapsed
13079
13080 \begin_layout Plain Layout
13081 Befehle ! M ! 
13082 \backslash
13083 makebox
13084 \end_layout
13085
13086 \end_inset
13087
13088  und
13089 \begin_inset Newline linebreak
13090 \end_inset
13091
13092
13093 \series bold
13094
13095 \backslash
13096 raisebox
13097 \series default
13098
13099 \begin_inset Index
13100 status collapsed
13101
13102 \begin_layout Plain Layout
13103 Befehle ! R ! 
13104 \backslash
13105 raisebox
13106 \end_layout
13107
13108 \end_inset
13109
13110
13111 \end_layout
13112
13113 \begin_layout Standard
13114 Mit 
13115 \series bold
13116
13117 \backslash
13118 raisebox
13119 \series default
13120  kann man eine Box hoch- oder tiefstellen.
13121  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13122 n die Schriftgröße bei.
13123  
13124 \series bold
13125
13126 \backslash
13127 raisebox
13128 \series default
13129  wird dabei mit folgendem Schema benutzt:
13130 \end_layout
13131
13132 \begin_layout Standard
13133
13134 \series bold
13135
13136 \backslash
13137 raisebox{Höhe}{Boxinhalt}
13138 \end_layout
13139
13140 \begin_layout Standard
13141 Soll in der Box eine Formel stehen, muss man wie bei 
13142 \series bold
13143
13144 \backslash
13145 fbox
13146 \series default
13147  eine weitere Formel erstellen.
13148  
13149 \begin_inset Note Greyedout
13150 status open
13151
13152 \begin_layout Plain Layout
13153
13154 \series bold
13155 Achtung:
13156 \series default
13157  Für 
13158 \series bold
13159
13160 \backslash
13161 raisebox
13162 \series default
13163  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13164  
13165 \family sans
13166 Strg+M
13167 \family default
13168  erstellt, denn LyX unterstützt 
13169 \series bold
13170
13171 \backslash
13172 raisebox
13173 \series default
13174  noch nicht direkt.
13175 \end_layout
13176
13177 \end_inset
13178
13179
13180 \end_layout
13181
13182 \begin_layout Standard
13183 \align center
13184 \begin_inset Tabular
13185 <lyxtabular version="3" rows="4" columns="2">
13186 <features>
13187 <column alignment="center" valignment="top" width="0">
13188 <column alignment="center" valignment="top" width="0">
13189 <row>
13190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13191 \begin_inset Text
13192
13193 \begin_layout Plain Layout
13194 Befehl
13195 \end_layout
13196
13197 \end_inset
13198 </cell>
13199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13200 \begin_inset Text
13201
13202 \begin_layout Plain Layout
13203 Ergebnis
13204 \end_layout
13205
13206 \end_inset
13207 </cell>
13208 </row>
13209 <row>
13210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13211 \begin_inset Text
13212
13213 \begin_layout Plain Layout
13214 H
13215 \backslash
13216 raisebox{2mm
13217 \begin_inset Formula $\to$
13218 \end_inset
13219
13220
13221 \backslash
13222 {al
13223 \begin_inset Formula $\to$
13224 \end_inset
13225
13226  lo
13227 \end_layout
13228
13229 \end_inset
13230 </cell>
13231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13232 \begin_inset Text
13233
13234 \begin_layout Plain Layout
13235 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13236 \end_inset
13237
13238
13239 \end_layout
13240
13241 \end_inset
13242 </cell>
13243 </row>
13244 <row>
13245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13246 \begin_inset Text
13247
13248 \begin_layout Plain Layout
13249 H
13250 \backslash
13251 raisebox{-2mm
13252 \begin_inset Formula $\to$
13253 \end_inset
13254
13255
13256 \backslash
13257 {al
13258 \begin_inset Formula $\to$
13259 \end_inset
13260
13261 lo
13262 \end_layout
13263
13264 \end_inset
13265 </cell>
13266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13267 \begin_inset Text
13268
13269 \begin_layout Plain Layout
13270 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13271 \end_inset
13272
13273
13274 \end_layout
13275
13276 \end_inset
13277 </cell>
13278 </row>
13279 <row>
13280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13281 \begin_inset Text
13282
13283 \begin_layout Plain Layout
13284 A=
13285 \backslash
13286 raisebox{-2mm
13287 \begin_inset Formula $\to$
13288 \end_inset
13289
13290
13291 \backslash
13292 {
13293 \family sans
13294 Strg+M Strg+M
13295 \family default
13296  
13297 \backslash
13298 sqrt
13299 \begin_inset ERT
13300 status collapsed
13301
13302 \begin_layout Plain Layout
13303
13304
13305 \backslash
13306 leer 
13307 \end_layout
13308
13309 \end_inset
13310
13311
13312 \end_layout
13313
13314 \end_inset
13315 </cell>
13316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13317 \begin_inset Text
13318
13319 \begin_layout Plain Layout
13320 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13321 \end_inset
13322
13323
13324 \end_layout
13325
13326 \end_inset
13327 </cell>
13328 </row>
13329 </lyxtabular>
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337 Der Befehl 
13338 \series bold
13339
13340 \backslash
13341 mbox
13342 \series default
13343  ist äquivalent zu 
13344 \series bold
13345
13346 \backslash
13347 fbox
13348 \series default
13349  und 
13350 \series bold
13351
13352 \backslash
13353 makebox
13354 \series default
13355  ist äquivalent zu 
13356 \series bold
13357
13358 \backslash
13359 framebox
13360 \series default
13361 , nur dass es keinen Rahmen gibt.
13362 \end_layout
13363
13364 \begin_layout Subsection
13365 Farbige Boxen
13366 \begin_inset CommandInset label
13367 LatexCommand label
13368 name "sub:Farbige-Boxen"
13369
13370 \end_inset
13371
13372
13373 \begin_inset Index
13374 status collapsed
13375
13376 \begin_layout Plain Layout
13377 Boxen ! farbige
13378 \end_layout
13379
13380 \end_inset
13381
13382
13383 \end_layout
13384
13385 \begin_layout Standard
13386 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13387  im LaTeX-Vorspann das LaTeX-Paket 
13388 \series bold
13389 color
13390 \series default
13391
13392 \begin_inset Foot
13393 status collapsed
13394
13395 \begin_layout Plain Layout
13396 Das Paket 
13397 \series bold
13398 color
13399 \series default
13400  ist Teil jeder LaTeX-Standardinstallation.
13401 \end_layout
13402
13403 \end_inset
13404
13405
13406 \begin_inset Index
13407 status collapsed
13408
13409 \begin_layout Plain Layout
13410 Pakete ! color
13411 \end_layout
13412
13413 \end_inset
13414
13415  mit der Zeile
13416 \end_layout
13417
13418 \begin_layout Standard
13419
13420 \series bold
13421
13422 \backslash
13423 usepackage{color}
13424 \end_layout
13425
13426 \begin_layout Standard
13427 geladen werden
13428 \begin_inset Foot
13429 status collapsed
13430
13431 \begin_layout Plain Layout
13432 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13433  LyX das LaTeX-Paket 
13434 \series bold
13435 color
13436 \series default
13437  automatisch.
13438  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13439  keine Probleme hervorruft.
13440 \end_layout
13441
13442 \end_inset
13443
13444
13445 \begin_inset Note Note
13446 status collapsed
13447
13448 \begin_layout Plain Layout
13449 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13450  ein Makro eingefügt.
13451 \end_layout
13452
13453 \end_inset
13454
13455 .
13456 \end_layout
13457
13458 \begin_layout Standard
13459 \begin_inset VSpace medskip
13460 \end_inset
13461
13462 Um Boxen einzufärben, verwendet man den Befehl 
13463 \series bold
13464
13465 \backslash
13466 colorbox
13467 \series default
13468
13469 \begin_inset Index
13470 status collapsed
13471
13472 \begin_layout Plain Layout
13473 Befehle ! C ! 
13474 \backslash
13475 colorbox
13476 \end_layout
13477
13478 \end_inset
13479
13480  nach folgendem Schema:
13481 \end_layout
13482
13483 \begin_layout Standard
13484
13485 \series bold
13486
13487 \backslash
13488 colorbox{Farbe}{Boxinhalt}
13489 \end_layout
13490
13491 \begin_layout Standard
13492 Der Boxinhalt kann auch wieder eine Box sein und eine 
13493 \series bold
13494
13495 \backslash
13496 colorbox
13497 \series default
13498  kann auch ein Teil einer anderen Box sein (siehe 2.
13499  und 3.
13500  Beispiel).
13501  Soll in der Box eine Formel stehen, muss wie bei 
13502 \series bold
13503
13504 \backslash
13505 raisebox
13506 \series default
13507  eine weitere Formel erstellt werden.
13508 \begin_inset Foot
13509 status collapsed
13510
13511 \begin_layout Plain Layout
13512 Das gilt auch für den Befehl 
13513 \series bold
13514
13515 \backslash
13516 fcolorbox
13517 \series default
13518 .
13519 \end_layout
13520
13521 \end_inset
13522
13523
13524 \end_layout
13525
13526 \begin_layout Standard
13527 Aus folgenden vordefinierten Farben kann gewählt werden:
13528 \end_layout
13529
13530 \begin_layout Standard
13531
13532 \series bold
13533 black
13534 \series default
13535
13536 \series bold
13537 blue
13538 \series default
13539
13540 \series bold
13541 cyan
13542 \series default
13543
13544 \series bold
13545 green
13546 \series default
13547
13548 \series bold
13549 magenta
13550 \series default
13551
13552 \series bold
13553 red
13554 \series default
13555
13556 \series bold
13557 white
13558 \series default
13559  und 
13560 \series bold
13561 yellow
13562 \end_layout
13563
13564 \begin_layout Standard
13565 \align center
13566 \begin_inset Tabular
13567 <lyxtabular version="3" rows="4" columns="2">
13568 <features>
13569 <column alignment="center" valignment="top" width="0">
13570 <column alignment="center" valignment="top" width="0">
13571 <row>
13572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13573 \begin_inset Text
13574
13575 \begin_layout Plain Layout
13576 Befehl
13577 \end_layout
13578
13579 \end_inset
13580 </cell>
13581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585 Ergebnis
13586 \begin_inset Note Note
13587 status collapsed
13588
13589 \begin_layout Plain Layout
13590
13591 \series bold
13592
13593 \backslash
13594 raisebox
13595 \series default
13596  dient nur als Abstandhalter.
13597 \end_layout
13598
13599 \end_inset
13600
13601
13602 \end_layout
13603
13604 \end_inset
13605 </cell>
13606 </row>
13607 <row>
13608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612
13613 \backslash
13614 colorbox{yellow
13615 \begin_inset Formula $\to$
13616 \end_inset
13617
13618
13619 \backslash
13620 {A=B
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13626 \begin_inset Text
13627
13628 \begin_layout Plain Layout
13629 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \end_inset
13636 </cell>
13637 </row>
13638 <row>
13639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13640 \begin_inset Text
13641
13642 \begin_layout Plain Layout
13643
13644 \backslash
13645 colorbox{green
13646 \begin_inset Formula $\to$
13647 \end_inset
13648
13649
13650 \backslash
13651 {
13652 \backslash
13653 fbox
13654 \begin_inset ERT
13655 status collapsed
13656
13657 \begin_layout Plain Layout
13658
13659
13660 \backslash
13661 leer 
13662 \end_layout
13663
13664 \end_inset
13665
13666 A=B
13667 \end_layout
13668
13669 \end_inset
13670 </cell>
13671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13672 \begin_inset Text
13673
13674 \begin_layout Plain Layout
13675 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13676 \end_inset
13677
13678
13679 \end_layout
13680
13681 \end_inset
13682 </cell>
13683 </row>
13684 <row>
13685 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13686 \begin_inset Text
13687
13688 \begin_layout Plain Layout
13689
13690 \backslash
13691 fbox
13692 \begin_inset ERT
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696
13697
13698 \backslash
13699 leer 
13700 \end_layout
13701
13702 \end_inset
13703
13704
13705 \backslash
13706 colorbox{green
13707 \begin_inset Formula $\to$
13708 \end_inset
13709
13710
13711 \backslash
13712 {
13713 \family sans
13714 Strg+M Strg+M
13715 \family default
13716  
13717 \backslash
13718 int
13719 \begin_inset ERT
13720 status collapsed
13721
13722 \begin_layout Plain Layout
13723
13724
13725 \backslash
13726 leer 
13727 \end_layout
13728
13729 \end_inset
13730
13731 C=D
13732 \end_layout
13733
13734 \end_inset
13735 </cell>
13736 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13737 \begin_inset Text
13738
13739 \begin_layout Plain Layout
13740 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13741 \end_inset
13742
13743
13744 \end_layout
13745
13746 \end_inset
13747 </cell>
13748 </row>
13749 </lyxtabular>
13750
13751 \end_inset
13752
13753
13754 \end_layout
13755
13756 \begin_layout Standard
13757
13758 \series bold
13759
13760 \backslash
13761 colorbox
13762 \series default
13763  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13764  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13765  
13766 \family sans
13767 Textstil
13768 \family default
13769  die gewünschte Farbe aus.
13770  Der Dialog kann mit dem Werkzeugleistenknopf 
13771 \begin_inset Graphics
13772         filename ../../images/dialog-show_character.png
13773         scale 85
13774
13775 \end_inset
13776
13777  oder dem Menü 
13778 \family sans
13779 Bearbeiten\SpecialChar \menuseparator
13780 Textstil\SpecialChar \menuseparator
13781 Benutzerdefiniert
13782 \family default
13783  aufgerufen werden.
13784  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13785  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13786  innerhalb der Formel die Farbe geändert werden.
13787 \end_layout
13788
13789 \begin_layout Standard
13790 Ein Beispiel:
13791 \end_layout
13792
13793 \begin_layout Standard
13794
13795 \color red
13796 \begin_inset Formula \begin{equation}
13797 \int A=B\label{eq:rot}\end{equation}
13798
13799 \end_inset
13800
13801
13802 \color green
13803
13804 \begin_inset Formula \begin{equation}
13805 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13806
13807 \end_inset
13808
13809
13810 \end_layout
13811
13812 \begin_layout Standard
13813 Formel 
13814 \begin_inset CommandInset ref
13815 LatexCommand eqref
13816 reference "eq:rot"
13817
13818 \end_inset
13819
13820  ist komplett rot gefärbt.
13821 \begin_inset Newline newline
13822 \end_inset
13823
13824 Formel 
13825 \begin_inset CommandInset ref
13826 LatexCommand eqref
13827 reference "eq:rotgruen"
13828
13829 \end_inset
13830
13831  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13832  Anschließend wurden die Formelzeichen rot gefärbt.
13833 \end_layout
13834
13835 \begin_layout Standard
13836 \begin_inset VSpace bigskip
13837 \end_inset
13838
13839 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13840  den Befehl 
13841 \series bold
13842
13843 \backslash
13844 fcolorbox
13845 \series default
13846
13847 \begin_inset Index
13848 status collapsed
13849
13850 \begin_layout Plain Layout
13851 Befehle ! F ! 
13852 \backslash
13853 fcolorbox
13854 \end_layout
13855
13856 \end_inset
13857
13858  nach folgendem Schema:
13859 \end_layout
13860
13861 \begin_layout Standard
13862
13863 \series bold
13864
13865 \backslash
13866 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13867 \end_layout
13868
13869 \begin_layout Standard
13870
13871 \series bold
13872
13873 \backslash
13874 fcolorbox
13875 \series default
13876  stellt also eine Erweiterung des Befehls 
13877 \series bold
13878
13879 \backslash
13880 colorbox
13881 \series default
13882  dar.
13883  Die Rahmenbreite wird, wie bei 
13884 \series bold
13885
13886 \backslash
13887 framebox
13888 \series default
13889 , mit 
13890 \series bold
13891
13892 \backslash
13893 fboxrule
13894 \series default
13895  und 
13896 \series bold
13897
13898 \backslash
13899 fboxsep
13900 \series default
13901  festgelegt.
13902  Ein Beispiel:
13903 \begin_inset ERT
13904 status collapsed
13905
13906 \begin_layout Plain Layout
13907
13908
13909 \backslash
13910 fboxrule 1mm 
13911 \backslash
13912 fboxsep 1mm
13913 \end_layout
13914
13915 \end_inset
13916
13917
13918 \begin_inset Formula \[
13919 \fcolorbox{cyan}{magenta}{A=B}\]
13920
13921 \end_inset
13922
13923
13924 \begin_inset ERT
13925 status collapsed
13926
13927 \begin_layout Plain Layout
13928
13929
13930 \backslash
13931 fboxrule 0.4pt 
13932 \backslash
13933 fboxsep 3pt
13934 \end_layout
13935
13936 \end_inset
13937
13938
13939 \end_layout
13940
13941 \begin_layout Standard
13942 Diese Formel wurde mit folgendem Befehl erstellt:
13943 \begin_inset Newline newline
13944 \end_inset
13945
13946
13947 \series bold
13948
13949 \backslash
13950 fcolorbox{cyan
13951 \begin_inset Formula $\to$
13952 \end_inset
13953
13954
13955 \backslash
13956 {magenta
13957 \begin_inset Formula $\to$
13958 \end_inset
13959
13960
13961 \backslash
13962 {A=B
13963 \end_layout
13964
13965 \begin_layout Standard
13966 \begin_inset VSpace bigskip
13967 \end_inset
13968
13969 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13970  selbst definieren.
13971 \end_layout
13972
13973 \begin_layout Standard
13974 Man kann z.
13975 \begin_inset space \thinspace{}
13976 \end_inset
13977
13978 B.
13979  mit folgender LaTeX-Vorspannzeile die Farbe 
13980 \begin_inset Quotes gld
13981 \end_inset
13982
13983
13984 \series bold
13985 dunkelgruen
13986 \series default
13987
13988 \begin_inset Quotes grd
13989 \end_inset
13990
13991
13992 \begin_inset Foot
13993 status collapsed
13994
13995 \begin_layout Plain Layout
13996 In Befehlen darf kein Umlaut stehen, siehe 
13997 \begin_inset CommandInset ref
13998 LatexCommand ref
13999 reference "sec:Benutzerdefinierte-Befehle"
14000
14001 \end_inset
14002
14003 .
14004 \end_layout
14005
14006 \end_inset
14007
14008  definieren:
14009 \end_layout
14010
14011 \begin_layout Standard
14012
14013 \series bold
14014
14015 \backslash
14016 definecolor{dunkelgruen}{cmyk}{0.5,
14017 \series default
14018  
14019 \series bold
14020 0,
14021 \series default
14022  
14023 \series bold
14024 1,
14025 \series default
14026  
14027 \series bold
14028 0.5}
14029 \series default
14030
14031 \begin_inset Index
14032 status collapsed
14033
14034 \begin_layout Plain Layout
14035 Befehle ! D ! 
14036 \backslash
14037 definecolor
14038 \end_layout
14039
14040 \end_inset
14041
14042
14043 \end_layout
14044
14045 \begin_layout Standard
14046
14047 \series bold
14048 cmyk
14049 \series default
14050  ist der Farbraum und steht für die Farben 
14051 \series bold
14052 cyan
14053 \series default
14054
14055 \series bold
14056 magenta
14057 \series default
14058
14059 \series bold
14060 yellow
14061 \series default
14062  und 
14063 \series bold
14064 black
14065 \series default
14066 .
14067  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14068  Für den Anteil kann man Werte im Bereich 0
14069 \begin_inset space \thinspace{}
14070 \end_inset
14071
14072 -
14073 \begin_inset space \thinspace{}
14074 \end_inset
14075
14076 1 angeben.
14077  Anstelle von 
14078 \series bold
14079 cmyk
14080 \series default
14081  kann man zur Definition auch den Farbraum 
14082 \series bold
14083 rgb
14084 \series default
14085  verwenden.
14086  
14087 \series bold
14088 rgb
14089 \series default
14090  steht für 
14091 \series bold
14092 red
14093 \series default
14094
14095 \series bold
14096 green
14097 \series default
14098  und 
14099 \series bold
14100 blue
14101 \series default
14102 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14103  Des Weiteren gibt es noch den Farbraum 
14104 \series bold
14105 gray
14106 \series default
14107 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14108 \end_layout
14109
14110 \begin_layout Standard
14111 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14112 \series bold
14113 darkgreen
14114 \series default
14115 , bei der die Zeichenfarbe 
14116 \series bold
14117 yellow
14118 \series default
14119  gewählt wurde:
14120 \begin_inset Formula \begin{equation}
14121 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
14122
14123 \end_inset
14124
14125
14126 \end_layout
14127
14128 \begin_layout Standard
14129 Selbst definierte Farben können mit dem Befehl 
14130 \series bold
14131
14132 \backslash
14133 textcolor
14134 \series default
14135  auch für Text
14136 \begin_inset Index
14137 status collapsed
14138
14139 \begin_layout Plain Layout
14140 Text ! farbiger
14141 \end_layout
14142
14143 \end_inset
14144
14145  verwendet werden:
14146 \end_layout
14147
14148 \begin_layout Standard
14149 \begin_inset ERT
14150 status collapsed
14151
14152 \begin_layout Plain Layout
14153
14154
14155 \backslash
14156 textcolor{dunkelgruen}{
14157 \end_layout
14158
14159 \end_inset
14160
14161 Dieser Satz ist 
14162 \begin_inset Quotes gld
14163 \end_inset
14164
14165 dunkelgruen
14166 \begin_inset Quotes grd
14167 \end_inset
14168
14169 .
14170 \begin_inset ERT
14171 status collapsed
14172
14173 \begin_layout Plain Layout
14174
14175 }
14176 \end_layout
14177
14178 \end_inset
14179
14180
14181 \end_layout
14182
14183 \begin_layout Standard
14184
14185 \series bold
14186
14187 \backslash
14188 textcolor
14189 \series default
14190
14191 \begin_inset Index
14192 status collapsed
14193
14194 \begin_layout Plain Layout
14195 Befehle ! T ! 
14196 \backslash
14197 textcolor
14198 \end_layout
14199
14200 \end_inset
14201
14202  wird nach dem Schema 
14203 \series bold
14204
14205 \backslash
14206 textcolor{Farbe}{zu
14207 \series default
14208  
14209 \series bold
14210 färbende
14211 \series default
14212  
14213 \series bold
14214 Zeichen}
14215 \series default
14216  verwendet.
14217 \end_layout
14218
14219 \begin_layout Subsection
14220 Absatzboxen
14221 \begin_inset CommandInset label
14222 LatexCommand label
14223 name "sub:Absatzboxen"
14224
14225 \end_inset
14226
14227
14228 \begin_inset Index
14229 status collapsed
14230
14231 \begin_layout Plain Layout
14232 Boxen ! Absatz-
14233 \end_layout
14234
14235 \end_inset
14236
14237
14238 \end_layout
14239
14240 \begin_layout Standard
14241 Mit dem Menü 
14242 \family sans
14243 Einfügen\SpecialChar \menuseparator
14244 Box
14245 \family default
14246  oder dem Werkzeugleistenknopf 
14247 \begin_inset Graphics
14248         filename ../../images/box-insert.png
14249         scale 85
14250
14251 \end_inset
14252
14253  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14254  eine so genannte 
14255 \emph on
14256 Parbox
14257 \emph default
14258  (Absatzbox).
14259 \end_layout
14260
14261 \begin_layout Standard
14262 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14263 \end_layout
14264
14265 \begin_layout Standard
14266 \begin_inset VSpace medskip
14267 \end_inset
14268
14269 Dies ist eine Zeile 
14270 \begin_inset Box Boxed
14271 position "c"
14272 hor_pos "c"
14273 has_inner_box 1
14274 inner_pos "t"
14275 use_parbox 1
14276 width "5cm"
14277 special "none"
14278 height "1in"
14279 height_special "totalheight"
14280 status open
14281
14282 \begin_layout Plain Layout
14283 Dies ist die Absatzbox.
14284  Sie ist genau 5
14285 \begin_inset space \thinspace{}
14286 \end_inset
14287
14288 cm lang und kann auch Formeln enthalten: 
14289 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14290 \end_inset
14291
14292
14293 \end_layout
14294
14295 \end_inset
14296
14297  mit einer Absatzbox.
14298 \begin_inset VSpace medskip
14299 \end_inset
14300
14301
14302 \end_layout
14303
14304 \begin_layout Standard
14305 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14306  graue Box mit dem Namen 
14307 \begin_inset Quotes gld
14308 \end_inset
14309
14310 Box(Gerahmt)
14311 \begin_inset Quotes grd
14312 \end_inset
14313
14314  klickt.
14315  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14316  In diesem Fall: 
14317 \emph on
14318 Verzierung
14319 \emph default
14320 : Rechteckige Box, 
14321 \emph on
14322 Innere Box
14323 \emph default
14324 : Parbox, 
14325 \emph on
14326 Breite
14327 \emph default
14328 : 5
14329 \begin_inset space \thinspace{}
14330 \end_inset
14331
14332 cm, 
14333 \emph on
14334 Vertikale Box Ausrichtung
14335 \emph default
14336 : Mitte
14337 \end_layout
14338
14339 \begin_layout Standard
14340 \begin_inset VSpace medskip
14341 \end_inset
14342
14343 In LaTeX wird eine Absatzbox mit dem Befehl 
14344 \series bold
14345
14346 \backslash
14347 parbox
14348 \series default
14349
14350 \begin_inset Index
14351 status collapsed
14352
14353 \begin_layout Plain Layout
14354 Befehle ! P ! 
14355 \backslash
14356 parbox
14357 \end_layout
14358
14359 \end_inset
14360
14361  erstellt, welcher folgendes Schema besitzt:
14362 \end_layout
14363
14364 \begin_layout Standard
14365
14366 \series bold
14367
14368 \backslash
14369 parbox[Position]{Breite}{Boxinhalt}
14370 \end_layout
14371
14372 \begin_layout Standard
14373 Die Positionen 
14374 \emph on
14375 b
14376 \emph default
14377  und 
14378 \emph on
14379 t
14380 \emph default
14381  sind möglich.
14382  
14383 \emph on
14384 b
14385 \emph default
14386  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14387  Text eingepasst wird.
14388  Bei 
14389 \emph on
14390 t
14391 \emph default
14392  wie top geschieht dies für die erste Zeile.
14393  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14394  siehe das Kapitel 
14395 \emph on
14396 Boxen
14397 \emph default
14398  des Handbuchs
14399 \emph on
14400  Eingebettete
14401 \begin_inset space ~
14402 \end_inset
14403
14404 Objekte
14405 \emph default
14406  für Beispiele.
14407 \end_layout
14408
14409 \begin_layout Standard
14410 \begin_inset VSpace bigskip
14411 \end_inset
14412
14413 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14414  in eine Absatzbox setzen.
14415  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14416 \series bold
14417
14418 \backslash
14419 fbox{
14420 \backslash
14421 parbox{
14422 \backslash
14423 linewidth-2
14424 \backslash
14425 fboxsep-2
14426 \backslash
14427 fboxrule}{
14428 \series default
14429 .
14430  Hierbei steht 
14431 \series bold
14432
14433 \backslash
14434 linewidth
14435 \begin_inset Index
14436 status collapsed
14437
14438 \begin_layout Plain Layout
14439 Befehle ! L ! 
14440 \backslash
14441 linewidth
14442 \end_layout
14443
14444 \end_inset
14445
14446
14447 \series default
14448  für die im Dokument eingestellte Zeilenbreite.
14449  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14450 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14451  Da dies LyX aufgrund eines Fehlers
14452 \begin_inset Foot
14453 status collapsed
14454
14455 \begin_layout Plain Layout
14456 \begin_inset CommandInset href
14457 LatexCommand href
14458 name "LyX-Fehler #4483"
14459 target "http://www.lyx.org/trac/ticket/4483"
14460
14461 \end_inset
14462
14463
14464 \end_layout
14465
14466 \end_inset
14467
14468  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14469  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14470 spann das LaTeX-Paket 
14471 \series bold
14472 calc
14473 \series default
14474
14475 \begin_inset Foot
14476 status collapsed
14477
14478 \begin_layout Plain Layout
14479
14480 \series bold
14481 calc
14482 \series default
14483  ist Teil jeder LaTeX-Standardinstallation.
14484 \end_layout
14485
14486 \end_inset
14487
14488
14489 \begin_inset Index
14490 status collapsed
14491
14492 \begin_layout Plain Layout
14493 Pakete ! calc
14494 \end_layout
14495
14496 \end_inset
14497
14498  mit der Zeile
14499 \end_layout
14500
14501 \begin_layout Standard
14502
14503 \series bold
14504
14505 \backslash
14506 usepackage{calc}
14507 \end_layout
14508
14509 \begin_layout Standard
14510 geladen werden.
14511  Nach der Formel werden beide Boxen geschlossen, indem man 
14512 \series bold
14513 }}
14514 \series default
14515  im TeX-Modus eingibt.
14516  Dazu ein Beispiel:
14517 \begin_inset ERT
14518 status collapsed
14519
14520 \begin_layout Plain Layout
14521
14522
14523 \backslash
14524 fboxsep 5mm 
14525 \backslash
14526 fboxrule 5mm
14527 \end_layout
14528
14529 \end_inset
14530
14531
14532 \end_layout
14533
14534 \begin_layout Standard
14535 \begin_inset ERT
14536 status collapsed
14537
14538 \begin_layout Plain Layout
14539
14540
14541 \backslash
14542 fbox{
14543 \backslash
14544 parbox{
14545 \backslash
14546 linewidth-2
14547 \backslash
14548 fboxsep-2
14549 \backslash
14550 fboxrule}{
14551 \end_layout
14552
14553 \end_inset
14554
14555
14556 \begin_inset Formula \begin{equation}
14557 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14558
14559 \end_inset
14560
14561
14562 \begin_inset ERT
14563 status collapsed
14564
14565 \begin_layout Plain Layout
14566
14567 }}
14568 \end_layout
14569
14570 \end_inset
14571
14572
14573 \begin_inset ERT
14574 status collapsed
14575
14576 \begin_layout Plain Layout
14577
14578
14579 \backslash
14580 fboxrule 0.4pt 
14581 \backslash
14582 fboxsep 3pt
14583 \end_layout
14584
14585 \end_inset
14586
14587
14588 \end_layout
14589
14590 \begin_layout Standard
14591 \begin_inset VSpace medskip
14592 \end_inset
14593
14594 Da im Argument von 
14595 \series bold
14596
14597 \backslash
14598 fbox
14599 \series default
14600  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14601  keinen Unterschied zwischen 
14602 \series bold
14603
14604 \backslash
14605 fbox
14606 \series default
14607  und 
14608 \series bold
14609
14610 \backslash
14611 boxed
14612 \series default
14613 .
14614 \end_layout
14615
14616 \begin_layout Standard
14617 \begin_inset VSpace bigskip
14618 \end_inset
14619
14620 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14621  Dazu verwendet man 
14622 \series bold
14623
14624 \backslash
14625 parbox
14626 \series default
14627  in Verbindung mit dem Befehl 
14628 \series bold
14629
14630 \backslash
14631 tag
14632 \series default
14633 .
14634  (mehr zu 
14635 \series bold
14636
14637 \backslash
14638 tag
14639 \series default
14640  siehe 
14641 \begin_inset CommandInset ref
14642 LatexCommand ref
14643 reference "sub:Benutzerdefinierte-Nummerierung"
14644
14645 \end_inset
14646
14647 )
14648 \end_layout
14649
14650 \begin_layout Standard
14651 Ein Beispiel einer mit Hilfe von 
14652 \series bold
14653
14654 \backslash
14655 parbox
14656 \series default
14657  kommentierten Formel:
14658 \end_layout
14659
14660 \begin_layout Standard
14661 \begin_inset ERT
14662 status collapsed
14663
14664 \begin_layout Plain Layout
14665
14666
14667 \backslash
14668 [5x-7b=3b
14669 \backslash
14670 tag*{
14671 \backslash
14672 parbox{5cm}{
14673 \end_layout
14674
14675 \end_inset
14676
14677 Dies ist eine Beschreibung.
14678  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14679 \begin_inset ERT
14680 status collapsed
14681
14682 \begin_layout Plain Layout
14683
14684 }}
14685 \backslash
14686 ]
14687 \end_layout
14688
14689 \end_inset
14690
14691
14692 \end_layout
14693
14694 \begin_layout Standard
14695 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14696  Befehl 
14697 \series bold
14698
14699 \backslash
14700 parbox
14701 \series default
14702  in Formeln noch nicht unterstützt.
14703  Die Formel wird mit folgender Befehlssequenz erstellt:
14704 \end_layout
14705
14706 \begin_layout Standard
14707 Der Befehl 
14708 \series bold
14709
14710 \backslash
14711 [5x-7b=3b
14712 \backslash
14713 tag*
14714 \backslash
14715 {
14716 \backslash
14717 parbox{5cm}{
14718 \series default
14719  wird im TeX-Modus eingegeben.
14720 \begin_inset Foot
14721 status collapsed
14722
14723 \begin_layout Plain Layout
14724 Ist der Formelstil 
14725 \series bold
14726 Eingerückt
14727 \series default
14728  aktiviert, kann 
14729 \series bold
14730
14731 \backslash
14732 tag*
14733 \backslash
14734 {
14735 \series default
14736  auch durch 
14737 \series bold
14738
14739 \backslash
14740 hfill
14741 \series default
14742  ersetzt werden.
14743  (Formelstile siehe 
14744 \begin_inset CommandInset ref
14745 LatexCommand ref
14746 reference "sec:Formelstile"
14747
14748 \end_inset
14749
14750 )
14751 \end_layout
14752
14753 \end_inset
14754
14755  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14756 \series bold
14757 }}
14758 \backslash
14759 ]
14760 \series default
14761  im TeX-Modus ein.
14762  Die Befehle 
14763 \series bold
14764
14765 \backslash
14766 [
14767 \series default
14768  und 
14769 \series bold
14770
14771 \backslash
14772 ]
14773 \series default
14774  erstellen hierbei eine abgesetzte Formel.
14775 \end_layout
14776
14777 \begin_layout Standard
14778 Die Vorteile von 
14779 \series bold
14780
14781 \backslash
14782 parbox
14783 \series default
14784  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14785  Textmodus 
14786 \begin_inset Quotes gld
14787 \end_inset
14788
14789 kommentiert
14790 \begin_inset Quotes grd
14791 \end_inset
14792
14793  wurde:
14794 \begin_inset Formula \[
14795 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14796
14797 \end_inset
14798
14799
14800 \end_layout
14801
14802 \begin_layout Section
14803 Operatoren
14804 \begin_inset Index
14805 status collapsed
14806
14807 \begin_layout Plain Layout
14808 Operatoren
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \end_layout
14815
14816 \begin_layout Subsection
14817 Große Operatoren
14818 \begin_inset CommandInset label
14819 LatexCommand label
14820 name "sub:Große-Operatoren"
14821
14822 \end_inset
14823
14824
14825 \begin_inset Index
14826 status collapsed
14827
14828 \begin_layout Plain Layout
14829 Operatoren ! große
14830 \end_layout
14831
14832 \end_inset
14833
14834
14835 \begin_inset Index
14836 status collapsed
14837
14838 \begin_layout Plain Layout
14839 Summen
14840 \end_layout
14841
14842 \end_inset
14843
14844
14845 \begin_inset Index
14846 status collapsed
14847
14848 \begin_layout Plain Layout
14849 Integrale
14850 \end_layout
14851
14852 \end_inset
14853
14854
14855 \end_layout
14856
14857 \begin_layout Standard
14858 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14859  sind, muss die Option 
14860 \family sans
14861 esint-Paket automatisch verwenden
14862 \family default
14863  in den Dokumenteinstellungen unter 
14864 \family sans
14865 Mathe-Optionen
14866 \family default
14867  gewählt sein.
14868 \end_layout
14869
14870 \begin_layout Standard
14871 \begin_inset space \hfill{}
14872 \end_inset
14873
14874
14875 \begin_inset Tabular
14876 <lyxtabular version="3" rows="11" columns="2">
14877 <features>
14878 <column alignment="center" valignment="top" width="0pt">
14879 <column alignment="center" valignment="top" width="0pt">
14880 <row>
14881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14882 \begin_inset Text
14883
14884 \begin_layout Plain Layout
14885 Befehl
14886 \end_layout
14887
14888 \end_inset
14889 </cell>
14890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14891 \begin_inset Text
14892
14893 \begin_layout Plain Layout
14894 Ergebnis
14895 \end_layout
14896
14897 \end_inset
14898 </cell>
14899 </row>
14900 <row>
14901 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14902 \begin_inset Text
14903
14904 \begin_layout Plain Layout
14905
14906 \backslash
14907 int
14908 \begin_inset Index
14909 status collapsed
14910
14911 \begin_layout Plain Layout
14912 Befehle ! I ! 
14913 \backslash
14914 int
14915 \end_layout
14916
14917 \end_inset
14918
14919
14920 \end_layout
14921
14922 \end_inset
14923 </cell>
14924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14925 \begin_inset Text
14926
14927 \begin_layout Plain Layout
14928 \begin_inset Formula $\int$
14929 \end_inset
14930
14931
14932 \end_layout
14933
14934 \end_inset
14935 </cell>
14936 </row>
14937 <row>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942
14943 \backslash
14944 oint
14945 \end_layout
14946
14947 \end_inset
14948 </cell>
14949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14950 \begin_inset Text
14951
14952 \begin_layout Plain Layout
14953 \begin_inset Formula $\oint$
14954 \end_inset
14955
14956
14957 \end_layout
14958
14959 \end_inset
14960 </cell>
14961 </row>
14962 <row>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967
14968 \backslash
14969 ointctrclockwise
14970 \end_layout
14971
14972 \end_inset
14973 </cell>
14974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14975 \begin_inset Text
14976
14977 \begin_layout Plain Layout
14978 \begin_inset Formula $\ointctrclockwise$
14979 \end_inset
14980
14981
14982 \end_layout
14983
14984 \end_inset
14985 </cell>
14986 </row>
14987 <row>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992
14993 \backslash
14994 ointclockwise
14995 \end_layout
14996
14997 \end_inset
14998 </cell>
14999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15000 \begin_inset Text
15001
15002 \begin_layout Plain Layout
15003 \begin_inset Formula $\ointclockwise$
15004 \end_inset
15005
15006
15007 \end_layout
15008
15009 \end_inset
15010 </cell>
15011 </row>
15012 <row>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017
15018 \backslash
15019 sqint
15020 \end_layout
15021
15022 \end_inset
15023 </cell>
15024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15025 \begin_inset Text
15026
15027 \begin_layout Plain Layout
15028 \begin_inset Formula $\sqint$
15029 \end_inset
15030
15031
15032 \end_layout
15033
15034 \end_inset
15035 </cell>
15036 </row>
15037 <row>
15038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042
15043 \backslash
15044 fint
15045 \end_layout
15046
15047 \end_inset
15048 </cell>
15049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15050 \begin_inset Text
15051
15052 \begin_layout Plain Layout
15053  
15054 \begin_inset Formula $\fint$
15055 \end_inset
15056
15057
15058 \end_layout
15059
15060 \end_inset
15061 </cell>
15062 </row>
15063 <row>
15064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15065 \begin_inset Text
15066
15067 \begin_layout Plain Layout
15068
15069 \backslash
15070 landupint
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079  
15080 \begin_inset Formula $\landupint$
15081 \end_inset
15082
15083
15084 \end_layout
15085
15086 \end_inset
15087 </cell>
15088 </row>
15089 <row>
15090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15091 \begin_inset Text
15092
15093 \begin_layout Plain Layout
15094
15095 \backslash
15096 landdownint
15097 \end_layout
15098
15099 \end_inset
15100 </cell>
15101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15102 \begin_inset Text
15103
15104 \begin_layout Plain Layout
15105  
15106 \begin_inset Formula $\landdownint$
15107 \end_inset
15108
15109
15110 \end_layout
15111
15112 \end_inset
15113 </cell>
15114 </row>
15115 <row>
15116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15117 \begin_inset Text
15118
15119 \begin_layout Plain Layout
15120
15121 \backslash
15122 bigcap
15123 \end_layout
15124
15125 \end_inset
15126 </cell>
15127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15128 \begin_inset Text
15129
15130 \begin_layout Plain Layout
15131 \begin_inset Formula $\bigcap$
15132 \end_inset
15133
15134
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row>
15141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \backslash
15147 bigcup
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 \begin_inset Formula $\bigcup$
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 </lyxtabular>
15166
15167 \end_inset
15168
15169
15170 \begin_inset space \hfill{}
15171 \end_inset
15172
15173
15174 \begin_inset Tabular
15175 <lyxtabular version="3" rows="11" columns="2">
15176 <features>
15177 <column alignment="center" valignment="top" width="0pt">
15178 <column alignment="center" valignment="top" width="0pt">
15179 <row>
15180 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15181 \begin_inset Text
15182
15183 \begin_layout Plain Layout
15184 Befehl
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15190 \begin_inset Text
15191
15192 \begin_layout Plain Layout
15193 Ergebnis
15194 \end_layout
15195
15196 \end_inset
15197 </cell>
15198 </row>
15199 <row>
15200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15201 \begin_inset Text
15202
15203 \begin_layout Plain Layout
15204
15205 \backslash
15206 sum
15207 \begin_inset Index
15208 status collapsed
15209
15210 \begin_layout Plain Layout
15211 Befehle ! S ! 
15212 \backslash
15213 sum
15214 \end_layout
15215
15216 \end_inset
15217
15218
15219 \end_layout
15220
15221 \end_inset
15222 </cell>
15223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227 \begin_inset Formula $\sum$
15228 \end_inset
15229
15230
15231 \end_layout
15232
15233 \end_inset
15234 </cell>
15235 </row>
15236 <row>
15237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15238 \begin_inset Text
15239
15240 \begin_layout Plain Layout
15241
15242 \backslash
15243 prod
15244 \begin_inset Index
15245 status collapsed
15246
15247 \begin_layout Plain Layout
15248 Befehle ! P ! 
15249 \backslash
15250 prod
15251 \end_layout
15252
15253 \end_inset
15254
15255
15256 \end_layout
15257
15258 \end_inset
15259 </cell>
15260 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15261 \begin_inset Text
15262
15263 \begin_layout Plain Layout
15264 \begin_inset Formula $\prod$
15265 \end_inset
15266
15267
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 </row>
15273 <row>
15274 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278
15279 \backslash
15280 coprod
15281 \end_layout
15282
15283 \end_inset
15284 </cell>
15285 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15286 \begin_inset Text
15287
15288 \begin_layout Plain Layout
15289 \begin_inset Formula $\coprod$
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 <row>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \backslash
15305 bigodot
15306 \end_layout
15307
15308 \end_inset
15309 </cell>
15310 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15311 \begin_inset Text
15312
15313 \begin_layout Plain Layout
15314 \begin_inset Formula $\bigodot$
15315 \end_inset
15316
15317
15318 \end_layout
15319
15320 \end_inset
15321 </cell>
15322 </row>
15323 <row>
15324 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328
15329 \backslash
15330 bigotimes
15331 \end_layout
15332
15333 \end_inset
15334 </cell>
15335 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15336 \begin_inset Text
15337
15338 \begin_layout Plain Layout
15339 \begin_inset Formula $\bigotimes$
15340 \end_inset
15341
15342
15343 \end_layout
15344
15345 \end_inset
15346 </cell>
15347 </row>
15348 <row>
15349 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15350 \begin_inset Text
15351
15352 \begin_layout Plain Layout
15353
15354 \backslash
15355 bigoplus
15356 \end_layout
15357
15358 \end_inset
15359 </cell>
15360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15361 \begin_inset Text
15362
15363 \begin_layout Plain Layout
15364 \begin_inset Formula $\bigoplus$
15365 \end_inset
15366
15367
15368 \end_layout
15369
15370 \end_inset
15371 </cell>
15372 </row>
15373 <row>
15374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15375 \begin_inset Text
15376
15377 \begin_layout Plain Layout
15378
15379 \backslash
15380 bigwedge
15381 \end_layout
15382
15383 \end_inset
15384 </cell>
15385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15386 \begin_inset Text
15387
15388 \begin_layout Plain Layout
15389 \begin_inset Formula $\bigwedge$
15390 \end_inset
15391
15392
15393 \end_layout
15394
15395 \end_inset
15396 </cell>
15397 </row>
15398 <row>
15399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15400 \begin_inset Text
15401
15402 \begin_layout Plain Layout
15403
15404 \backslash
15405 bigvee
15406 \end_layout
15407
15408 \end_inset
15409 </cell>
15410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15411 \begin_inset Text
15412
15413 \begin_layout Plain Layout
15414 \begin_inset Formula $\bigvee$
15415 \end_inset
15416
15417
15418 \end_layout
15419
15420 \end_inset
15421 </cell>
15422 </row>
15423 <row>
15424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15425 \begin_inset Text
15426
15427 \begin_layout Plain Layout
15428
15429 \backslash
15430 bigsqcup
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 $\bigsqcup$
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" bottomline="true" leftline="true" usebox="none">
15450 \begin_inset Text
15451
15452 \begin_layout Plain Layout
15453
15454 \backslash
15455 biguplus
15456 \end_layout
15457
15458 \end_inset
15459 </cell>
15460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15461 \begin_inset Text
15462
15463 \begin_layout Plain Layout
15464 \begin_inset Formula $\biguplus$
15465 \end_inset
15466
15467
15468 \end_layout
15469
15470 \end_inset
15471 </cell>
15472 </row>
15473 </lyxtabular>
15474
15475 \end_inset
15476
15477
15478 \begin_inset space \hfill{}
15479 \end_inset
15480
15481
15482 \end_layout
15483
15484 \begin_layout Standard
15485 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15486 \begin_inset Graphics
15487         filename ../../images/math/intop.png
15488         scale 85
15489
15490 \end_inset
15491
15492  eingefügt werden.
15493 \end_layout
15494
15495 \begin_layout Standard
15496 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15497  Teil gleich aussehenden binären Operatoren.
15498  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15499  beschrieben.
15500 \end_layout
15501
15502 \begin_layout Standard
15503 Für alle Integrale gibt es Befehle, die auf 
15504 \series bold
15505 op
15506 \series default
15507  enden: 
15508 \series bold
15509
15510 \backslash
15511 intop
15512 \series default
15513
15514 \series bold
15515
15516 \backslash
15517 ointop
15518 \series default
15519  usw..
15520  Diese unterscheiden sich von 
15521 \series bold
15522
15523 \backslash
15524 int
15525 \series default
15526  usw.
15527 \begin_inset space \space{}
15528 \end_inset
15529
15530 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15531 \begin_inset CommandInset ref
15532 LatexCommand ref
15533 reference "sub:Operatorgrenzen"
15534
15535 \end_inset
15536
15537 .
15538  
15539 \end_layout
15540
15541 \begin_layout Subsubsection*
15542 Hinweise zu Integralen
15543 \end_layout
15544
15545 \begin_layout Standard
15546 Der Buchstabe 
15547 \emph on
15548 d
15549 \emph default
15550  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15551  muss.
15552  Dazu markiert man das 
15553 \emph on
15554 d
15555 \emph default
15556  und wandelt es mit der Tastenkombination 
15557 \family sans
15558 Alt+Z
15559 \begin_inset space ~
15560 \end_inset
15561
15562 R
15563 \family default
15564
15565 \begin_inset Foot
15566 status collapsed
15567
15568 \begin_layout Plain Layout
15569 Schriftstile siehe 
15570 \begin_inset CommandInset ref
15571 LatexCommand ref
15572 reference "sub:Schriftstile"
15573
15574 \end_inset
15575
15576
15577 \end_layout
15578
15579 \end_inset
15580
15581  um.
15582  Anschließend fügt man vor dem 
15583 \emph on
15584 d
15585 \emph default
15586 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15587  Dazu ein Beispiel:
15588 \end_layout
15589
15590 \begin_layout Standard
15591 inkorrekt: 
15592 \begin_inset Formula $\int A(x)dx$
15593 \end_inset
15594
15595
15596 \begin_inset Newline newline
15597 \end_inset
15598
15599
15600 \begin_inset ERT
15601 status collapsed
15602
15603 \begin_layout Plain Layout
15604
15605
15606 \backslash
15607 hphantom{in}
15608 \end_layout
15609
15610 \end_inset
15611
15612 korrekt: 
15613 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15614 \end_inset
15615
15616
15617 \end_layout
15618
15619 \begin_layout Standard
15620 \begin_inset VSpace medskip
15621 \end_inset
15622
15623 Für Mehrfachintegrale gibt es folgende Befehle:
15624 \begin_inset VSpace medskip
15625 \end_inset
15626
15627
15628 \end_layout
15629
15630 \begin_layout Standard
15631 \begin_inset space \hfill{}
15632 \end_inset
15633
15634
15635 \begin_inset Tabular
15636 <lyxtabular version="3" rows="4" columns="2">
15637 <features>
15638 <column alignment="center" valignment="top" width="0">
15639 <column alignment="center" valignment="top" width="0">
15640 <row>
15641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15642 \begin_inset Text
15643
15644 \begin_layout Plain Layout
15645 Befehl
15646 \end_layout
15647
15648 \end_inset
15649 </cell>
15650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15651 \begin_inset Text
15652
15653 \begin_layout Plain Layout
15654 Ergebnis
15655 \begin_inset Note Note
15656 status collapsed
15657
15658 \begin_layout Plain Layout
15659
15660 \series bold
15661
15662 \backslash
15663 raisebox
15664 \series default
15665  dient nur als Abstandhalter.
15666 \end_layout
15667
15668 \end_inset
15669
15670
15671 \end_layout
15672
15673 \end_inset
15674 </cell>
15675 </row>
15676 <row>
15677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15678 \begin_inset Text
15679
15680 \begin_layout Plain Layout
15681
15682 \backslash
15683 iint
15684 \end_layout
15685
15686 \end_inset
15687 </cell>
15688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15689 \begin_inset Text
15690
15691 \begin_layout Plain Layout
15692 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15693 \end_inset
15694
15695
15696 \end_layout
15697
15698 \end_inset
15699 </cell>
15700 </row>
15701 <row>
15702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15703 \begin_inset Text
15704
15705 \begin_layout Plain Layout
15706
15707 \backslash
15708 oiint
15709 \end_layout
15710
15711 \end_inset
15712 </cell>
15713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15714 \begin_inset Text
15715
15716 \begin_layout Plain Layout
15717 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15718 \end_inset
15719
15720
15721 \end_layout
15722
15723 \end_inset
15724 </cell>
15725 </row>
15726 <row>
15727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15728 \begin_inset Text
15729
15730 \begin_layout Plain Layout
15731
15732 \backslash
15733 sqiint
15734 \end_layout
15735
15736 \end_inset
15737 </cell>
15738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15739 \begin_inset Text
15740
15741 \begin_layout Plain Layout
15742 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15743 \end_inset
15744
15745
15746 \end_layout
15747
15748 \end_inset
15749 </cell>
15750 </row>
15751 </lyxtabular>
15752
15753 \end_inset
15754
15755
15756 \begin_inset space \hfill{}
15757 \end_inset
15758
15759
15760 \begin_inset Tabular
15761 <lyxtabular version="3" rows="4" columns="2">
15762 <features>
15763 <column alignment="center" valignment="top" width="0">
15764 <column alignment="center" valignment="top" width="0">
15765 <row>
15766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15767 \begin_inset Text
15768
15769 \begin_layout Plain Layout
15770 Befehl
15771 \end_layout
15772
15773 \end_inset
15774 </cell>
15775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15776 \begin_inset Text
15777
15778 \begin_layout Plain Layout
15779 Ergebnis
15780 \end_layout
15781
15782 \end_inset
15783 </cell>
15784 </row>
15785 <row>
15786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15787 \begin_inset Text
15788
15789 \begin_layout Plain Layout
15790
15791 \backslash
15792 iiint
15793 \end_layout
15794
15795 \end_inset
15796 </cell>
15797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15798 \begin_inset Text
15799
15800 \begin_layout Plain Layout
15801 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15802 \end_inset
15803
15804
15805 \end_layout
15806
15807 \end_inset
15808 </cell>
15809 </row>
15810 <row>
15811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15812 \begin_inset Text
15813
15814 \begin_layout Plain Layout
15815
15816 \backslash
15817 iiiint
15818 \end_layout
15819
15820 \end_inset
15821 </cell>
15822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15823 \begin_inset Text
15824
15825 \begin_layout Plain Layout
15826 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15827 \end_inset
15828
15829
15830 \end_layout
15831
15832 \end_inset
15833 </cell>
15834 </row>
15835 <row>
15836 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15837 \begin_inset Text
15838
15839 \begin_layout Plain Layout
15840
15841 \backslash
15842 dotsint
15843 \end_layout
15844
15845 \end_inset
15846 </cell>
15847 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15848 \begin_inset Text
15849
15850 \begin_layout Plain Layout
15851 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15852 \end_inset
15853
15854
15855 \end_layout
15856
15857 \end_inset
15858 </cell>
15859 </row>
15860 </lyxtabular>
15861
15862 \end_inset
15863
15864
15865 \begin_inset space \hfill{}
15866 \end_inset
15867
15868
15869 \end_layout
15870
15871 \begin_layout Subsection
15872 Operatorgrenzen
15873 \begin_inset CommandInset label
15874 LatexCommand label
15875 name "sub:Operatorgrenzen"
15876
15877 \end_inset
15878
15879
15880 \begin_inset Index
15881 status collapsed
15882
15883 \begin_layout Plain Layout
15884 Operatoren ! Grenzen
15885 \end_layout
15886
15887 \end_inset
15888
15889
15890 \end_layout
15891
15892 \begin_layout Standard
15893 Grenzen werden durch Hoch- bzw.
15894  Tiefstellen erzeugt:
15895 \end_layout
15896
15897 \begin_layout Standard
15898 \align center
15899 \begin_inset Tabular
15900 <lyxtabular version="3" rows="2" columns="2">
15901 <features>
15902 <column alignment="center" valignment="top" width="0pt">
15903 <column alignment="center" valignment="top" width="0pt">
15904 <row>
15905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15906 \begin_inset Text
15907
15908 \begin_layout Plain Layout
15909 Befehl
15910 \end_layout
15911
15912 \end_inset
15913 </cell>
15914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15915 \begin_inset Text
15916
15917 \begin_layout Plain Layout
15918 Ergebnis
15919 \begin_inset Note Note
15920 status collapsed
15921
15922 \begin_layout Plain Layout
15923
15924 \series bold
15925
15926 \backslash
15927 raisebox
15928 \series default
15929  dient nur als Abstandhalter.
15930 \end_layout
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \end_inset
15938 </cell>
15939 </row>
15940 <row>
15941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15942 \begin_inset Text
15943
15944 \begin_layout Plain Layout
15945
15946 \backslash
15947 prod^
15948 \backslash
15949 infty
15950 \begin_inset ERT
15951 status collapsed
15952
15953 \begin_layout Plain Layout
15954
15955
15956 \backslash
15957 leer 
15958 \end_layout
15959
15960 \end_inset
15961
15962
15963 \begin_inset Formula $\to$
15964 \end_inset
15965
15966 _0
15967 \begin_inset Formula $\to$
15968 \end_inset
15969
15970 A(x)
15971 \end_layout
15972
15973 \end_inset
15974 </cell>
15975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15976 \begin_inset Text
15977
15978 \begin_layout Plain Layout
15979 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15980 \end_inset
15981
15982
15983 \end_layout
15984
15985 \end_inset
15986 </cell>
15987 </row>
15988 </lyxtabular>
15989
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \begin_layout Standard
15996 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15997  Operator gesetzt.
15998  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15999  bzw.
16000  unter den Operator gesetzt.
16001 \end_layout
16002
16003 \begin_layout Standard
16004 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16005  man den Cursor direkt hinter den Operator und setzt über das Menü 
16006 \family sans
16007 Bearbeiten\SpecialChar \menuseparator
16008 Mathe\SpecialChar \menuseparator
16009 Art der Operatorgrenzen ändern
16010 \family default
16011  die Grenzen auf 
16012 \series bold
16013 Eingebettet
16014 \series default
16015  (Tastenkombination 
16016 \family sans
16017 Alt+M
16018 \begin_inset space ~
16019 \end_inset
16020
16021 L
16022 \family default
16023 ).
16024  Dazu folgendes Beispiel:
16025 \end_layout
16026
16027 \begin_layout Standard
16028 Die normalen Grenzen sehen so aus:
16029 \begin_inset Formula \[
16030 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
16031
16032 \end_inset
16033
16034 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16035 \begin_inset Formula \[
16036 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
16037
16038 \end_inset
16039
16040 Bei Integralen werden mit Ausnahme von denen, die auf 
16041 \series bold
16042 op
16043 \series default
16044  enden (
16045 \series bold
16046
16047 \backslash
16048 intop
16049 \series default
16050
16051 \series bold
16052
16053 \backslash
16054 ointop
16055 \series default
16056  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16057  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16058  gesetzt.
16059  Im folgenden Beispiel wurde die Grenze deswegen auf 
16060 \series bold
16061 Anzeige
16062 \series default
16063  gesetzt und damit unter die Integrale geschrieben:
16064 \begin_inset Formula \begin{equation}
16065 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
16066
16067 \end_inset
16068
16069
16070 \end_layout
16071
16072 \begin_layout Standard
16073 \begin_inset VSpace medskip
16074 \end_inset
16075
16076 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16077 \series bold
16078
16079 \backslash
16080 subarray
16081 \series default
16082
16083 \begin_inset Index
16084 status collapsed
16085
16086 \begin_layout Plain Layout
16087 Befehle ! S ! 
16088 \backslash
16089 subarray
16090 \end_layout
16091
16092 \end_inset
16093
16094  und 
16095 \series bold
16096
16097 \backslash
16098 substack
16099 \series default
16100
16101 \begin_inset Index
16102 status collapsed
16103
16104 \begin_layout Plain Layout
16105 Befehle ! S ! 
16106 \backslash
16107 substack
16108 \end_layout
16109
16110 \end_inset
16111
16112 .
16113  Um z.
16114 \begin_inset space \thinspace{}
16115 \end_inset
16116
16117 B.
16118  diesen Ausdruck 
16119 \begin_inset Formula \begin{equation}
16120 \sum_{\begin{subarray}{c}
16121 0<k<1000\\
16122 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
16123
16124 \end_inset
16125
16126 zu erstellen, muss man Folgendes tun:
16127 \begin_inset Newline newline
16128 \end_inset
16129
16130 Zuerst gibt man den Befehl 
16131 \series bold
16132
16133 \backslash
16134 sum
16135 \series default
16136 ^
16137 \series bold
16138 n
16139 \begin_inset ERT
16140 status collapsed
16141
16142 \begin_layout Plain Layout
16143
16144
16145 \backslash
16146 leer 
16147 \end_layout
16148
16149 \end_inset
16150
16151 _
16152 \series default
16153  ein.
16154  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16155  In dieses gibt man den Befehl 
16156 \series bold
16157
16158 \backslash
16159 subarray
16160 \begin_inset ERT
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164
16165
16166 \backslash
16167 leer 
16168 \end_layout
16169
16170 \end_inset
16171
16172
16173 \series default
16174  ein.
16175  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16176  Zeilen untereinander schreiben.
16177  Mit Eingabe des Zeilenumbruchs (
16178 \family sans
16179 Strg+Enter
16180 \family default
16181 ) wird eine neue Zeile erstellt.
16182  Gibt man
16183 \begin_inset Newline newline
16184 \end_inset
16185
16186
16187 \series bold
16188 0<k<1000 Strg+Enter
16189 \begin_inset Newline newline
16190 \end_inset
16191
16192
16193 \series default
16194 ein, erscheint darunter ein Kästchen für die neue Zeile.
16195 \end_layout
16196
16197 \begin_layout Standard
16198 Die Ausrichtung der Zeilen kann mit der 
16199 \family sans
16200 Tabellen-Werkzeugleiste
16201 \family default
16202  oder dem Menü 
16203 \family sans
16204 Bearbeiten\SpecialChar \menuseparator
16205 Zeilen & Spalten
16206 \family default
16207  auf links geändert werden.
16208  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16209 \series bold
16210
16211 \backslash
16212 hfill
16213 \begin_inset ERT
16214 status collapsed
16215
16216 \begin_layout Plain Layout
16217
16218
16219 \backslash
16220 leer 
16221 \end_layout
16222
16223 \end_inset
16224
16225
16226 \series default
16227  eingegeben.
16228 \end_layout
16229
16230 \begin_layout Standard
16231 Der Befehl 
16232 \series bold
16233
16234 \backslash
16235 substack
16236 \series default
16237  ist äquivalent zu 
16238 \series bold
16239
16240 \backslash
16241 subarray
16242 \series default
16243 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16244 \end_layout
16245
16246 \begin_layout Standard
16247 \begin_inset VSpace bigskip
16248 \end_inset
16249
16250 Wie bei Formel 
16251 \begin_inset CommandInset ref
16252 LatexCommand eqref
16253 reference "eq:substack"
16254
16255 \end_inset
16256
16257  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16258  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16259 \end_layout
16260
16261 \begin_layout Standard
16262 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16263 \end_layout
16264
16265 \begin_layout Standard
16266
16267 \series bold
16268
16269 \backslash
16270 def
16271 \backslash
16272 clap#1{
16273 \backslash
16274 hbox to 0pt{
16275 \backslash
16276 hss #1
16277 \backslash
16278 hss}}
16279 \begin_inset Newline newline
16280 \end_inset
16281
16282
16283 \backslash
16284 def
16285 \backslash
16286 mathclap {
16287 \backslash
16288 mathpalette 
16289 \backslash
16290 mathclapinternal}
16291 \begin_inset Newline newline
16292 \end_inset
16293
16294
16295 \backslash
16296 def
16297 \backslash
16298 mathclapinternal #1#2{
16299 \backslash
16300 clap{$
16301 \backslash
16302 mathsurround =0pt #1{#2}$}}
16303 \end_layout
16304
16305 \begin_layout Standard
16306 Dadurch wird der Befehl 
16307 \series bold
16308
16309 \backslash
16310 mathclap
16311 \series default
16312
16313 \begin_inset Index
16314 status collapsed
16315
16316 \begin_layout Plain Layout
16317 Befehle ! M ! 
16318 \backslash
16319 mathclap
16320 \end_layout
16321
16322 \end_inset
16323
16324  definiert, der die Breite der Grenze auf 0
16325 \begin_inset space \thinspace{}
16326 \end_inset
16327
16328 pt setzt.
16329  Das Befehlsschema lautet
16330 \end_layout
16331
16332 \begin_layout Standard
16333
16334 \series bold
16335
16336 \backslash
16337 mathclap{Grenze}
16338 \end_layout
16339
16340 \begin_layout Standard
16341 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16342 \end_layout
16343
16344 \begin_layout Standard
16345 Auf Formel 
16346 \begin_inset CommandInset ref
16347 LatexCommand eqref
16348 reference "eq:substack"
16349
16350 \end_inset
16351
16352  angewandt, gibt man also den Befehl
16353 \end_layout
16354
16355 \begin_layout Standard
16356
16357 \series bold
16358
16359 \backslash
16360 sum_
16361 \backslash
16362 mathclap{
16363 \backslash
16364 substack
16365 \begin_inset ERT
16366 status collapsed
16367
16368 \begin_layout Plain Layout
16369
16370
16371 \backslash
16372 leer 
16373 \end_layout
16374
16375 \end_inset
16376
16377 0<k<1000 Strg+Enter
16378 \end_layout
16379
16380 \begin_layout Standard
16381 ein, um die untere Grenze zu erstellen.
16382  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16383 \begin_inset Formula \[
16384 \sum_{\mathclap{\substack{0<k<1000\\
16385 \\k\,\in\,\mathbb{N}}
16386 }}^{n}k^{-2}\]
16387
16388 \end_inset
16389
16390
16391 \end_layout
16392
16393 \begin_layout Standard
16394 \begin_inset VSpace bigskip
16395 \end_inset
16396
16397 In 
16398 \begin_inset CommandInset ref
16399 LatexCommand ref
16400 reference "sub:Selbstdefinierte-Operatoren"
16401
16402 \end_inset
16403
16404  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16405 \end_layout
16406
16407 \begin_layout Subsection
16408 Binäre Operatoren
16409 \begin_inset CommandInset label
16410 LatexCommand label
16411 name "sub:Binäre-Operatoren"
16412
16413 \end_inset
16414
16415
16416 \begin_inset Index
16417 status collapsed
16418
16419 \begin_layout Plain Layout
16420 Operatoren ! binäre
16421 \end_layout
16422
16423 \end_inset
16424
16425
16426 \end_layout
16427
16428 \begin_layout Standard
16429 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16430  ein Zeichen befindet.
16431 \begin_inset VSpace medskip
16432 \end_inset
16433
16434
16435 \end_layout
16436
16437 \begin_layout Standard
16438 \begin_inset space \hfill{}
16439 \end_inset
16440
16441
16442 \begin_inset Tabular
16443 <lyxtabular version="3" rows="13" columns="2">
16444 <features>
16445 <column alignment="center" valignment="top" width="0pt">
16446 <column alignment="center" valignment="top" width="0pt">
16447 <row>
16448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16449 \begin_inset Text
16450
16451 \begin_layout Plain Layout
16452 Befehl
16453 \begin_inset Note Note
16454 status collapsed
16455
16456 \begin_layout Plain Layout
16457
16458 \series bold
16459
16460 \backslash
16461 raisebox
16462 \series default
16463  dient nur als Abstandhalter.
16464 \end_layout
16465
16466 \end_inset
16467
16468
16469 \end_layout
16470
16471 \end_inset
16472 </cell>
16473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16474 \begin_inset Text
16475
16476 \begin_layout Plain Layout
16477 Ergebnis
16478 \end_layout
16479
16480 \end_inset
16481 </cell>
16482 </row>
16483 <row>
16484 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16485 \begin_inset Text
16486
16487 \begin_layout Plain Layout
16488 +
16489 \end_layout
16490
16491 \end_inset
16492 </cell>
16493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16494 \begin_inset Text
16495
16496 \begin_layout Plain Layout
16497 \begin_inset Formula $+$
16498 \end_inset
16499
16500
16501 \end_layout
16502
16503 \end_inset
16504 </cell>
16505 </row>
16506 <row>
16507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16508 \begin_inset Text
16509
16510 \begin_layout Plain Layout
16511 -
16512 \end_layout
16513
16514 \end_inset
16515 </cell>
16516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16517 \begin_inset Text
16518
16519 \begin_layout Plain Layout
16520 \begin_inset Formula $-$
16521 \end_inset
16522
16523
16524 \end_layout
16525
16526 \end_inset
16527 </cell>
16528 </row>
16529 <row>
16530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16531 \begin_inset Text
16532
16533 \begin_layout Plain Layout
16534
16535 \backslash
16536 pm
16537 \end_layout
16538
16539 \end_inset
16540 </cell>
16541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16542 \begin_inset Text
16543
16544 \begin_layout Plain Layout
16545 \begin_inset Formula $\pm$
16546 \end_inset
16547
16548
16549 \end_layout
16550
16551 \end_inset
16552 </cell>
16553 </row>
16554 <row>
16555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16556 \begin_inset Text
16557
16558 \begin_layout Plain Layout
16559
16560 \backslash
16561 mp
16562 \end_layout
16563
16564 \end_inset
16565 </cell>
16566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16567 \begin_inset Text
16568
16569 \begin_layout Plain Layout
16570 \begin_inset Formula $\mp$
16571 \end_inset
16572
16573
16574 \end_layout
16575
16576 \end_inset
16577 </cell>
16578 </row>
16579 <row>
16580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16581 \begin_inset Text
16582
16583 \begin_layout Plain Layout
16584
16585 \backslash
16586 cdot
16587 \end_layout
16588
16589 \end_inset
16590 </cell>
16591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16592 \begin_inset Text
16593
16594 \begin_layout Plain Layout
16595 \begin_inset Formula $\cdot$
16596 \end_inset
16597
16598
16599 \end_layout
16600
16601 \end_inset
16602 </cell>
16603 </row>
16604 <row>
16605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16606 \begin_inset Text
16607
16608 \begin_layout Plain Layout
16609
16610 \backslash
16611 times
16612 \end_layout
16613
16614 \end_inset
16615 </cell>
16616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16617 \begin_inset Text
16618
16619 \begin_layout Plain Layout
16620 \begin_inset Formula $\times$
16621 \end_inset
16622
16623
16624 \end_layout
16625
16626 \end_inset
16627 </cell>
16628 </row>
16629 <row>
16630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16631 \begin_inset Text
16632
16633 \begin_layout Plain Layout
16634
16635 \backslash
16636 div
16637 \end_layout
16638
16639 \end_inset
16640 </cell>
16641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16642 \begin_inset Text
16643
16644 \begin_layout Plain Layout
16645 \begin_inset Formula $\div$
16646 \end_inset
16647
16648
16649 \end_layout
16650
16651 \end_inset
16652 </cell>
16653 </row>
16654 <row>
16655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16656 \begin_inset Text
16657
16658 \begin_layout Plain Layout
16659 \begin_inset ERT
16660 status collapsed
16661
16662 \begin_layout Plain Layout
16663
16664
16665 \backslash
16666 raisebox{-1.2mm}{
16667 \end_layout
16668
16669 \end_inset
16670
16671 *
16672 \begin_inset ERT
16673 status collapsed
16674
16675 \begin_layout Plain Layout
16676
16677 }
16678 \end_layout
16679
16680 \end_inset
16681
16682
16683 \end_layout
16684
16685 \end_inset
16686 </cell>
16687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16688 \begin_inset Text
16689
16690 \begin_layout Plain Layout
16691 \begin_inset Formula $*$
16692 \end_inset
16693
16694
16695 \end_layout
16696
16697 \end_inset
16698 </cell>
16699 </row>
16700 <row>
16701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16702 \begin_inset Text
16703
16704 \begin_layout Plain Layout
16705
16706 \backslash
16707 star
16708 \end_layout
16709
16710 \end_inset
16711 </cell>
16712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16713 \begin_inset Text
16714
16715 \begin_layout Plain Layout
16716 \begin_inset Formula $\star$
16717 \end_inset
16718
16719
16720 \end_layout
16721
16722 \end_inset
16723 </cell>
16724 </row>
16725 <row>
16726 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16727 \begin_inset Text
16728
16729 \begin_layout Plain Layout
16730
16731 \backslash
16732 circ
16733 \end_layout
16734
16735 \end_inset
16736 </cell>
16737 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16738 \begin_inset Text
16739
16740 \begin_layout Plain Layout
16741 \begin_inset Formula $\circ$
16742 \end_inset
16743
16744
16745 \end_layout
16746
16747 \end_inset
16748 </cell>
16749 </row>
16750 <row>
16751 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16752 \begin_inset Text
16753
16754 \begin_layout Plain Layout
16755
16756 \backslash
16757 diamond
16758 \end_layout
16759
16760 \end_inset
16761 </cell>
16762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16763 \begin_inset Text
16764
16765 \begin_layout Plain Layout
16766 \begin_inset Formula $\diamond$
16767 \end_inset
16768
16769
16770 \end_layout
16771
16772 \end_inset
16773 </cell>
16774 </row>
16775 <row>
16776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16777 \begin_inset Text
16778
16779 \begin_layout Plain Layout
16780
16781 \backslash
16782 bullet
16783 \end_layout
16784
16785 \end_inset
16786 </cell>
16787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16788 \begin_inset Text
16789
16790 \begin_layout Plain Layout
16791 \begin_inset Formula $\bullet$
16792 \end_inset
16793
16794
16795 \end_layout
16796
16797 \end_inset
16798 </cell>
16799 </row>
16800 </lyxtabular>
16801
16802 \end_inset
16803
16804
16805 \begin_inset space \hfill{}
16806 \end_inset
16807
16808
16809 \begin_inset Tabular
16810 <lyxtabular version="3" rows="13" columns="2">
16811 <features>
16812 <column alignment="center" valignment="top" width="0pt">
16813 <column alignment="center" valignment="top" width="0pt">
16814 <row>
16815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16816 \begin_inset Text
16817
16818 \begin_layout Plain Layout
16819 Befehl
16820 \end_layout
16821
16822 \end_inset
16823 </cell>
16824 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828 Ergebnis
16829 \end_layout
16830
16831 \end_inset
16832 </cell>
16833 </row>
16834 <row>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839
16840 \backslash
16841 nabla
16842 \end_layout
16843
16844 \end_inset
16845 </cell>
16846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16847 \begin_inset Text
16848
16849 \begin_layout Plain Layout
16850 \begin_inset Formula $\nabla$
16851 \end_inset
16852
16853
16854 \end_layout
16855
16856 \end_inset
16857 </cell>
16858 </row>
16859 <row>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864
16865 \backslash
16866 bigtriangledown
16867 \end_layout
16868
16869 \end_inset
16870 </cell>
16871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16872 \begin_inset Text
16873
16874 \begin_layout Plain Layout
16875 \begin_inset Formula $\bigtriangledown$
16876 \end_inset
16877
16878
16879 \end_layout
16880
16881 \end_inset
16882 </cell>
16883 </row>
16884 <row>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889
16890 \backslash
16891 bigtriangleup
16892 \end_layout
16893
16894 \end_inset
16895 </cell>
16896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16897 \begin_inset Text
16898
16899 \begin_layout Plain Layout
16900 \begin_inset Formula $\bigtriangleup$
16901 \end_inset
16902
16903
16904 \end_layout
16905
16906 \end_inset
16907 </cell>
16908 </row>
16909 <row>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914
16915 \backslash
16916 Box
16917 \end_layout
16918
16919 \end_inset
16920 </cell>
16921 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16922 \begin_inset Text
16923
16924 \begin_layout Plain Layout
16925 \begin_inset Formula $\Box$
16926 \end_inset
16927
16928
16929 \end_layout
16930
16931 \end_inset
16932 </cell>
16933 </row>
16934 <row>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939
16940 \backslash
16941 cap 
16942 \end_layout
16943
16944 \end_inset
16945 </cell>
16946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16947 \begin_inset Text
16948
16949 \begin_layout Plain Layout
16950 \begin_inset Formula $\cap$
16951 \end_inset
16952
16953
16954 \end_layout
16955
16956 \end_inset
16957 </cell>
16958 </row>
16959 <row>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964
16965 \backslash
16966 cup
16967 \end_layout
16968
16969 \end_inset
16970 </cell>
16971 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16972 \begin_inset Text
16973
16974 \begin_layout Plain Layout
16975 \begin_inset Formula $\cup$
16976 \end_inset
16977
16978
16979 \end_layout
16980
16981 \end_inset
16982 </cell>
16983 </row>
16984 <row>
16985 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989
16990 \backslash
16991 dagger
16992 \end_layout
16993
16994 \end_inset
16995 </cell>
16996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 \begin_inset Formula $\dagger$
17001 \end_inset
17002
17003
17004 \end_layout
17005
17006 \end_inset
17007 </cell>
17008 </row>
17009 <row>
17010 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17011 \begin_inset Text
17012
17013 \begin_layout Plain Layout
17014
17015 \backslash
17016 ddagger
17017 \end_layout
17018
17019 \end_inset
17020 </cell>
17021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17022 \begin_inset Text
17023
17024 \begin_layout Plain Layout
17025 \begin_inset Formula $\ddagger$
17026 \end_inset
17027
17028
17029 \end_layout
17030
17031 \end_inset
17032 </cell>
17033 </row>
17034 <row>
17035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17036 \begin_inset Text
17037
17038 \begin_layout Plain Layout
17039
17040 \backslash
17041 wr
17042 \end_layout
17043
17044 \end_inset
17045 </cell>
17046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17047 \begin_inset Text
17048
17049 \begin_layout Plain Layout
17050 \begin_inset Formula $\wr$
17051 \end_inset
17052
17053
17054 \end_layout
17055
17056 \end_inset
17057 </cell>
17058 </row>
17059 <row>
17060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17061 \begin_inset Text
17062
17063 \begin_layout Plain Layout
17064
17065 \backslash
17066 bigcirc
17067 \end_layout
17068
17069 \end_inset
17070 </cell>
17071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17072 \begin_inset Text
17073
17074 \begin_layout Plain Layout
17075 \begin_inset Formula $\bigcirc$
17076 \end_inset
17077
17078
17079 \end_layout
17080
17081 \end_inset
17082 </cell>
17083 </row>
17084 <row>
17085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089
17090 \backslash
17091 wedge
17092 \end_layout
17093
17094 \end_inset
17095 </cell>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100 \begin_inset Formula $\wedge$
17101 \end_inset
17102
17103
17104 \end_layout
17105
17106 \end_inset
17107 </cell>
17108 </row>
17109 <row>
17110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17111 \begin_inset Text
17112
17113 \begin_layout Plain Layout
17114
17115 \backslash
17116 vee
17117 \end_layout
17118
17119 \end_inset
17120 </cell>
17121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125 \begin_inset Formula $\vee$
17126 \end_inset
17127
17128
17129 \end_layout
17130
17131 \end_inset
17132 </cell>
17133 </row>
17134 </lyxtabular>
17135
17136 \end_inset
17137
17138
17139 \begin_inset space \hfill{}
17140 \end_inset
17141
17142
17143 \begin_inset Tabular
17144 <lyxtabular version="3" rows="13" columns="2">
17145 <features>
17146 <column alignment="center" valignment="top" width="0pt">
17147 <column alignment="center" valignment="top" width="0pt">
17148 <row>
17149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17150 \begin_inset Text
17151
17152 \begin_layout Plain Layout
17153 Befehl
17154 \end_layout
17155
17156 \end_inset
17157 </cell>
17158 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17159 \begin_inset Text
17160
17161 \begin_layout Plain Layout
17162 Ergebnis
17163 \end_layout
17164
17165 \end_inset
17166 </cell>
17167 </row>
17168 <row>
17169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17170 \begin_inset Text
17171
17172 \begin_layout Plain Layout
17173
17174 \backslash
17175 oplus
17176 \end_layout
17177
17178 \end_inset
17179 </cell>
17180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17181 \begin_inset Text
17182
17183 \begin_layout Plain Layout
17184 \begin_inset Formula $\oplus$
17185 \end_inset
17186
17187
17188 \end_layout
17189
17190 \end_inset
17191 </cell>
17192 </row>
17193 <row>
17194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17195 \begin_inset Text
17196
17197 \begin_layout Plain Layout
17198
17199 \backslash
17200 ominus
17201 \end_layout
17202
17203 \end_inset
17204 </cell>
17205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 \begin_inset Formula $\ominus$
17210 \end_inset
17211
17212
17213 \end_layout
17214
17215 \end_inset
17216 </cell>
17217 </row>
17218 <row>
17219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17220 \begin_inset Text
17221
17222 \begin_layout Plain Layout
17223
17224 \backslash
17225 otimes
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 \begin_inset Formula $\otimes$
17235 \end_inset
17236
17237
17238 \end_layout
17239
17240 \end_inset
17241 </cell>
17242 </row>
17243 <row>
17244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17245 \begin_inset Text
17246
17247 \begin_layout Plain Layout
17248
17249 \backslash
17250 oslash
17251 \end_layout
17252
17253 \end_inset
17254 </cell>
17255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17256 \begin_inset Text
17257
17258 \begin_layout Plain Layout
17259 \begin_inset Formula $\oslash$
17260 \end_inset
17261
17262
17263 \end_layout
17264
17265 \end_inset
17266 </cell>
17267 </row>
17268 <row>
17269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17270 \begin_inset Text
17271
17272 \begin_layout Plain Layout
17273
17274 \backslash
17275 odot
17276 \end_layout
17277
17278 \end_inset
17279 </cell>
17280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17281 \begin_inset Text
17282
17283 \begin_layout Plain Layout
17284 \begin_inset Formula $\odot$
17285 \end_inset
17286
17287
17288 \end_layout
17289
17290 \end_inset
17291 </cell>
17292 </row>
17293 <row>
17294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17295 \begin_inset Text
17296
17297 \begin_layout Plain Layout
17298
17299 \backslash
17300 amalg
17301 \end_layout
17302
17303 \end_inset
17304 </cell>
17305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17306 \begin_inset Text
17307
17308 \begin_layout Plain Layout
17309 \begin_inset Formula $\amalg$
17310 \end_inset
17311
17312
17313 \end_layout
17314
17315 \end_inset
17316 </cell>
17317 </row>
17318 <row>
17319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17320 \begin_inset Text
17321
17322 \begin_layout Plain Layout
17323
17324 \backslash
17325 uplus
17326 \end_layout
17327
17328 \end_inset
17329 </cell>
17330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17331 \begin_inset Text
17332
17333 \begin_layout Plain Layout
17334 \begin_inset Formula $\uplus$
17335 \end_inset
17336
17337
17338 \end_layout
17339
17340 \end_inset
17341 </cell>
17342 </row>
17343 <row>
17344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17345 \begin_inset Text
17346
17347 \begin_layout Plain Layout
17348
17349 \backslash
17350 setminus
17351 \end_layout
17352
17353 \end_inset
17354 </cell>
17355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17356 \begin_inset Text
17357
17358 \begin_layout Plain Layout
17359 \begin_inset Formula $\setminus$
17360 \end_inset
17361
17362
17363 \end_layout
17364
17365 \end_inset
17366 </cell>
17367 </row>
17368 <row>
17369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17370 \begin_inset Text
17371
17372 \begin_layout Plain Layout
17373
17374 \backslash
17375 sqcap
17376 \end_layout
17377
17378 \end_inset
17379 </cell>
17380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17381 \begin_inset Text
17382
17383 \begin_layout Plain Layout
17384 \begin_inset Formula $\sqcap$
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \end_inset
17391 </cell>
17392 </row>
17393 <row>
17394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17395 \begin_inset Text
17396
17397 \begin_layout Plain Layout
17398
17399 \backslash
17400 sqcup
17401 \end_layout
17402
17403 \end_inset
17404 </cell>
17405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17406 \begin_inset Text
17407
17408 \begin_layout Plain Layout
17409 \begin_inset Formula $\sqcup$
17410 \end_inset
17411
17412
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 </row>
17418 <row>
17419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423
17424 \backslash
17425 triangleleft
17426 \end_layout
17427
17428 \end_inset
17429 </cell>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434 \begin_inset Formula $\triangleleft$
17435 \end_inset
17436
17437
17438 \end_layout
17439
17440 \end_inset
17441 </cell>
17442 </row>
17443 <row>
17444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448
17449 \backslash
17450 triangleright
17451 \end_layout
17452
17453 \end_inset
17454 </cell>
17455 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459 \begin_inset Formula $\triangleright$
17460 \end_inset
17461
17462
17463 \end_layout
17464
17465 \end_inset
17466 </cell>
17467 </row>
17468 </lyxtabular>
17469
17470 \end_inset
17471
17472
17473 \begin_inset space \hfill{}
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \begin_layout Standard
17480 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17481  
17482 \begin_inset Graphics
17483         filename ../../images/math/pm.png
17484         scale 85
17485
17486 \end_inset
17487
17488  eingefügt werden.
17489 \end_layout
17490
17491 \begin_layout Standard
17492 Um den Laplace-Operator darzustellen, kann man statt 
17493 \series bold
17494
17495 \backslash
17496 bigtriangleup
17497 \series default
17498  auch 
17499 \series bold
17500
17501 \backslash
17502 Delta
17503 \series default
17504  verwenden oder man benutzt 
17505 \series bold
17506
17507 \backslash
17508 nabla
17509 \series default
17510 ^
17511 \series bold
17512 2
17513 \series default
17514  (
17515 \begin_inset Formula $\nabla^{2}$
17516 \end_inset
17517
17518 ).
17519 \end_layout
17520
17521 \begin_layout Standard
17522 Das Zeichen 
17523 \family sans
17524 Menütrenner
17525 \family default
17526  im Menü 
17527 \family sans
17528 Einfügen\SpecialChar \menuseparator
17529 Sonderzeichen
17530 \family default
17531  ist der Operator 
17532 \series bold
17533
17534 \backslash
17535 triangleright
17536 \series default
17537 .
17538 \end_layout
17539
17540 \begin_layout Subsection
17541 Selbst definierte Operatoren
17542 \begin_inset CommandInset label
17543 LatexCommand label
17544 name "sub:Selbstdefinierte-Operatoren"
17545
17546 \end_inset
17547
17548
17549 \begin_inset Index
17550 status collapsed
17551
17552 \begin_layout Plain Layout
17553 Operatoren ! selbstdefinierte
17554 \end_layout
17555
17556 \end_inset
17557
17558
17559 \end_layout
17560
17561 \begin_layout Standard
17562 Mit Hilfe des Befehls 
17563 \series bold
17564
17565 \backslash
17566 DeclareMathOperator
17567 \series default
17568
17569 \begin_inset Index
17570 status collapsed
17571
17572 \begin_layout Plain Layout
17573 Befehle ! D ! 
17574 \backslash
17575 dbinom@
17576 \backslash
17577 DeclareMathOperator
17578 \end_layout
17579
17580 \end_inset
17581
17582  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17583  Das Befehlsschema dazu lautet:
17584 \end_layout
17585
17586 \begin_layout Standard
17587
17588 \series bold
17589
17590 \backslash
17591 DeclareMathOperator{neuer Befehl}{Anzeige}
17592 \end_layout
17593
17594 \begin_layout Standard
17595 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17596  im Ausdruck aussieht.
17597  Will man einen großen Operator definieren, setzt man hinter den Befehl
17598  ein 
17599 \series bold
17600 *
17601 \series default
17602 .
17603  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17604  wie in 
17605 \begin_inset CommandInset ref
17606 LatexCommand ref
17607 reference "sub:Operatorgrenzen"
17608
17609 \end_inset
17610
17611  beschrieben.
17612 \end_layout
17613
17614 \begin_layout Standard
17615 Beispielsweise definiert die LaTeX-Vorspannzeile
17616 \end_layout
17617
17618 \begin_layout Standard
17619
17620 \series bold
17621
17622 \backslash
17623 DeclareMathOperator*{
17624 \backslash
17625 Raute}{
17626 \backslash
17627 blacklozenge}
17628 \end_layout
17629
17630 \begin_layout Standard
17631 den Befehl 
17632 \series bold
17633
17634 \backslash
17635 Raute
17636 \series default
17637 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17638  aus 
17639 \begin_inset CommandInset ref
17640 LatexCommand ref
17641 reference "sub:Sonstige-Symbole"
17642
17643 \end_inset
17644
17645  besteht:
17646 \begin_inset Formula \[
17647 \Raute_{n=1}^{\infty}\]
17648
17649 \end_inset
17650
17651 Der Befehl für diese Formel lautet: 
17652 \series bold
17653
17654 \backslash
17655 Raute
17656 \series default
17657 ^
17658 \series bold
17659
17660 \backslash
17661 infty
17662 \begin_inset Formula $\to$
17663 \end_inset
17664
17665 _n=1
17666 \end_layout
17667
17668 \begin_layout Standard
17669 \begin_inset VSpace bigskip
17670 \end_inset
17671
17672 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17673  auch mit den Befehlen 
17674 \series bold
17675
17676 \backslash
17677 mathop
17678 \series default
17679
17680 \begin_inset Index
17681 status collapsed
17682
17683 \begin_layout Plain Layout
17684 Befehle ! M ! 
17685 \backslash
17686 mathop
17687 \end_layout
17688
17689 \end_inset
17690
17691  und 
17692 \series bold
17693
17694 \backslash
17695 mathbin
17696 \series default
17697
17698 \begin_inset Index
17699 status collapsed
17700
17701 \begin_layout Plain Layout
17702 Befehle ! M ! 
17703 \backslash
17704 mathbin
17705 \end_layout
17706
17707 \end_inset
17708
17709  definieren, die folgendes Schema besitzen:
17710 \end_layout
17711
17712 \begin_layout Standard
17713
17714 \series bold
17715
17716 \backslash
17717 mathop{Anzeige}
17718 \series default
17719  bzw.
17720  
17721 \series bold
17722
17723 \backslash
17724 mathbin{Anzeige}
17725 \end_layout
17726
17727 \begin_layout Standard
17728
17729 \series bold
17730
17731 \backslash
17732 mathop
17733 \series default
17734  definiert große, 
17735 \series bold
17736
17737 \backslash
17738 mathbin
17739 \series default
17740  binäre Operatoren.
17741 \end_layout
17742
17743 \begin_layout Standard
17744
17745 \series bold
17746
17747 \backslash
17748 mathop
17749 \series default
17750  lässt sich z.
17751 \begin_inset space \thinspace{}
17752 \end_inset
17753
17754 B.
17755  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17756 \begin_inset Formula \[
17757 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17758
17759 \end_inset
17760
17761
17762 \end_layout
17763
17764 \begin_layout Standard
17765 Der Befehl für obige Formel lautet:
17766 \begin_inset Newline newline
17767 \end_inset
17768
17769  
17770 \series bold
17771
17772 \backslash
17773 mathop{
17774 \backslash
17775 sum
17776 \backslash
17777 negmedspace
17778 \backslash
17779 sum
17780 \series default
17781
17782 \begin_inset ERT
17783 status collapsed
17784
17785 \begin_layout Plain Layout
17786
17787
17788 \backslash
17789 leer 
17790 \end_layout
17791
17792 \end_inset
17793
17794
17795 \series bold
17796
17797 \begin_inset Formula $\to$
17798 \end_inset
17799
17800 ^N
17801 \series default
17802
17803 \begin_inset ERT
17804 status collapsed
17805
17806 \begin_layout Plain Layout
17807
17808
17809 \backslash
17810 leer 
17811 \end_layout
17812
17813 \end_inset
17814
17815
17816 \series bold
17817 _i,j=1
17818 \end_layout
17819
17820 \begin_layout Section
17821 Schriften
17822 \begin_inset Index
17823 status collapsed
17824
17825 \begin_layout Plain Layout
17826 Schriften
17827 \end_layout
17828
17829 \end_inset
17830
17831
17832 \end_layout
17833
17834 \begin_layout Subsection
17835 Schriftstile
17836 \begin_inset CommandInset label
17837 LatexCommand label
17838 name "sub:Schriftstile"
17839
17840 \end_inset
17841
17842
17843 \begin_inset Index
17844 status collapsed
17845
17846 \begin_layout Plain Layout
17847 Schriften ! Schriftstile
17848 \end_layout
17849
17850 \end_inset
17851
17852
17853 \end_layout
17854
17855 \begin_layout Standard
17856 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17857  gesetzt werden:
17858 \begin_inset VSpace -2mm
17859 \end_inset
17860
17861
17862 \end_layout
17863
17864 \begin_layout Standard
17865 \align center
17866 \begin_inset Tabular
17867 <lyxtabular version="3" rows="6" columns="3">
17868 <features>
17869 <column alignment="center" valignment="top" width="0">
17870 <column alignment="center" valignment="top" width="0">
17871 <column alignment="center" valignment="top" width="0">
17872 <row>
17873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17874 \begin_inset Text
17875
17876 \begin_layout Plain Layout
17877 Befehl
17878 \end_layout
17879
17880 \end_inset
17881 </cell>
17882 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17883 \begin_inset Text
17884
17885 \begin_layout Plain Layout
17886 Ergebnis
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 Tastenkürzel
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \backslash
17908 mathbb
17909 \series bold
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 leer 
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \series default
17925 ABC
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\mathbb{ABC}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 Alt+Z K
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 <row>
17953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957
17958 \backslash
17959 mathbf
17960 \series bold
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 leer 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series default
17976 AbC
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\mathbf{AbC}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 Strg+B
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 <row>
18004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18005 \begin_inset Text
18006
18007 \begin_layout Plain Layout
18008
18009 \backslash
18010 boldsymbol
18011 \series bold
18012
18013 \begin_inset ERT
18014 status collapsed
18015
18016 \begin_layout Plain Layout
18017
18018
18019 \backslash
18020 leer 
18021 \end_layout
18022
18023 \end_inset
18024
18025
18026 \series default
18027 AbC
18028 \end_layout
18029
18030 \end_inset
18031 </cell>
18032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18033 \begin_inset Text
18034
18035 \begin_layout Plain Layout
18036 \begin_inset Formula $\boldsymbol{AbC}$
18037 \end_inset
18038
18039
18040 \end_layout
18041
18042 \end_inset
18043 </cell>
18044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18045 \begin_inset Text
18046
18047 \begin_layout Plain Layout
18048 Alt+Z F oder Strg+Alt+B
18049 \end_layout
18050
18051 \end_inset
18052 </cell>
18053 </row>
18054 <row>
18055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18056 \begin_inset Text
18057
18058 \begin_layout Plain Layout
18059
18060 \backslash
18061 mathcal
18062 \series bold
18063
18064 \begin_inset ERT
18065 status collapsed
18066
18067 \begin_layout Plain Layout
18068
18069
18070 \backslash
18071 leer 
18072 \end_layout
18073
18074 \end_inset
18075
18076
18077 \series default
18078 ABC
18079 \end_layout
18080
18081 \end_inset
18082 </cell>
18083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18084 \begin_inset Text
18085
18086 \begin_layout Plain Layout
18087 \begin_inset Formula $\mathcal{ABC}$
18088 \end_inset
18089
18090
18091 \end_layout
18092
18093 \end_inset
18094 </cell>
18095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18096 \begin_inset Text
18097
18098 \begin_layout Plain Layout
18099 Alt+Z H
18100 \end_layout
18101
18102 \end_inset
18103 </cell>
18104 </row>
18105 <row>
18106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18107 \begin_inset Text
18108
18109 \begin_layout Plain Layout
18110
18111 \backslash
18112 mathfrak
18113 \series bold
18114
18115 \begin_inset ERT
18116 status collapsed
18117
18118 \begin_layout Plain Layout
18119
18120
18121 \backslash
18122 leer 
18123 \end_layout
18124
18125 \end_inset
18126
18127
18128 \series default
18129 AbC
18130 \end_layout
18131
18132 \end_inset
18133 </cell>
18134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18135 \begin_inset Text
18136
18137 \begin_layout Plain Layout
18138 \begin_inset Formula $\mathfrak{AbC}$
18139 \end_inset
18140
18141
18142 \end_layout
18143
18144 \end_inset
18145 </cell>
18146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18147 \begin_inset Text
18148
18149 \begin_layout Plain Layout
18150 -
18151 \end_layout
18152
18153 \end_inset
18154 </cell>
18155 </row>
18156 </lyxtabular>
18157
18158 \end_inset
18159
18160
18161 \end_layout
18162
18163 \begin_layout Standard
18164 \align center
18165 \begin_inset Tabular
18166 <lyxtabular version="3" rows="5" columns="3">
18167 <features>
18168 <column alignment="center" valignment="top" width="0">
18169 <column alignment="center" valignment="top" width="0">
18170 <column alignment="center" valignment="top" width="0">
18171 <row>
18172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18173 \begin_inset Text
18174
18175 \begin_layout Plain Layout
18176 Befehl
18177 \end_layout
18178
18179 \end_inset
18180 </cell>
18181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18182 \begin_inset Text
18183
18184 \begin_layout Plain Layout
18185 Ergebnis
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 Tastenkürzel
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathit
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 leer 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathit{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 -
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 <row>
18252 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18253 \begin_inset Text
18254
18255 \begin_layout Plain Layout
18256
18257 \backslash
18258 mathrm
18259 \series bold
18260
18261 \begin_inset ERT
18262 status collapsed
18263
18264 \begin_layout Plain Layout
18265
18266
18267 \backslash
18268 leer 
18269 \end_layout
18270
18271 \end_inset
18272
18273
18274 \series default
18275 AbC
18276 \end_layout
18277
18278 \end_inset
18279 </cell>
18280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18281 \begin_inset Text
18282
18283 \begin_layout Plain Layout
18284 \begin_inset Formula $\mathrm{AbC}$
18285 \end_inset
18286
18287
18288 \end_layout
18289
18290 \end_inset
18291 </cell>
18292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18293 \begin_inset Text
18294
18295 \begin_layout Plain Layout
18296 Alt+Z R
18297 \end_layout
18298
18299 \end_inset
18300 </cell>
18301 </row>
18302 <row>
18303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18304 \begin_inset Text
18305
18306 \begin_layout Plain Layout
18307
18308 \backslash
18309 mathsf
18310 \series bold
18311
18312 \begin_inset ERT
18313 status collapsed
18314
18315 \begin_layout Plain Layout
18316
18317
18318 \backslash
18319 leer 
18320 \end_layout
18321
18322 \end_inset
18323
18324
18325 \series default
18326 AbC
18327 \end_layout
18328
18329 \end_inset
18330 </cell>
18331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18332 \begin_inset Text
18333
18334 \begin_layout Plain Layout
18335 \begin_inset Formula $\mathsf{AbC}$
18336 \end_inset
18337
18338
18339 \end_layout
18340
18341 \end_inset
18342 </cell>
18343 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18344 \begin_inset Text
18345
18346 \begin_layout Plain Layout
18347 Alt+Z S
18348 \end_layout
18349
18350 \end_inset
18351 </cell>
18352 </row>
18353 <row>
18354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18355 \begin_inset Text
18356
18357 \begin_layout Plain Layout
18358
18359 \backslash
18360 mathtt
18361 \series bold
18362
18363 \begin_inset ERT
18364 status collapsed
18365
18366 \begin_layout Plain Layout
18367
18368
18369 \backslash
18370 leer 
18371 \end_layout
18372
18373 \end_inset
18374
18375
18376 \series default
18377 AbC
18378 \end_layout
18379
18380 \end_inset
18381 </cell>
18382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18383 \begin_inset Text
18384
18385 \begin_layout Plain Layout
18386 \begin_inset Formula $\mathtt{AbC}$
18387 \end_inset
18388
18389
18390 \end_layout
18391
18392 \end_inset
18393 </cell>
18394 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18395 \begin_inset Text
18396
18397 \begin_layout Plain Layout
18398 Alt+Z C
18399 \end_layout
18400
18401 \end_inset
18402 </cell>
18403 </row>
18404 </lyxtabular>
18405
18406 \end_inset
18407
18408
18409 \end_layout
18410
18411 \begin_layout Standard
18412 \begin_inset Note Greyedout
18413 status open
18414
18415 \begin_layout Plain Layout
18416
18417 \series bold
18418 Achtung:
18419 \series default
18420  Die Stile 
18421 \series bold
18422
18423 \backslash
18424 mathbb
18425 \series default
18426  und 
18427 \series bold
18428
18429 \backslash
18430 mathcal
18431 \series default
18432  können nur für Großbuchstaben verwendet werden.
18433 \end_layout
18434
18435 \end_inset
18436
18437
18438 \end_layout
18439
18440 \begin_layout Standard
18441 Voreingestellt ist der Stil 
18442 \series bold
18443
18444 \backslash
18445 mathnormal
18446 \series default
18447 .
18448 \end_layout
18449
18450 \begin_layout Standard
18451 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18452 \begin_inset Formula \[
18453 \mathfrak{A=\frac{b}{C}}\]
18454
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \begin_layout Standard
18461 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18462 ile, sondern in dem Textschriftstil 
18463 \series bold
18464
18465 \backslash
18466 textrm
18467 \series default
18468 .
18469  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18470  ein Fehler in LyX.
18471 \begin_inset Foot
18472 status collapsed
18473
18474 \begin_layout Plain Layout
18475 \begin_inset CommandInset href
18476 LatexCommand href
18477 name "LyX-Fehler #4629"
18478 target "http://www.lyx.org/trac/ticket/4629"
18479
18480 \end_inset
18481
18482
18483 \end_layout
18484
18485 \end_inset
18486
18487
18488 \end_layout
18489
18490 \begin_layout Standard
18491 Anstelle der Stilbefehle kann man auch den Dialog 
18492 \family sans
18493 Bearbeiten\SpecialChar \menuseparator
18494 Mathe\SpecialChar \menuseparator
18495 Text-Stil
18496 \family default
18497  oder den Mathe-Werkzeugleistenknopf 
18498 \begin_inset Graphics
18499         filename ../../images/math/font.png
18500         scale 85
18501
18502 \end_inset
18503
18504  verwenden.
18505 \end_layout
18506
18507 \begin_layout Subsection
18508 Fett gedruckte Formeln
18509 \begin_inset CommandInset label
18510 LatexCommand label
18511 name "sub:Fett-gedruckte-Formeln"
18512
18513 \end_inset
18514
18515
18516 \begin_inset Index
18517 status collapsed
18518
18519 \begin_layout Plain Layout
18520 Formel ! fett gedruckte
18521 \end_layout
18522
18523 \end_inset
18524
18525
18526 \end_layout
18527
18528 \begin_layout Standard
18529 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18530  Kapitel angegebenen Befehl 
18531 \series bold
18532
18533 \backslash
18534 mathbf
18535 \series default
18536  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18537  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18538  Formel gut erkennt:
18539 \end_layout
18540
18541 \begin_layout Standard
18542 \begin_inset Formula \[
18543 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18544
18545 \end_inset
18546
18547
18548 \end_layout
18549
18550 \begin_layout Standard
18551 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18552 \series bold
18553
18554 \backslash
18555 boldsymbol
18556 \series default
18557 :
18558 \begin_inset Formula \[
18559 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18560
18561 \end_inset
18562
18563 Es gibt auch die Möglichkeit die Formel in eine 
18564 \series bold
18565 boldmath-Umgebung
18566 \series default
18567  zu setzen.
18568  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18569 \series bold
18570
18571 \backslash
18572 boldmath
18573 \begin_inset Index
18574 status collapsed
18575
18576 \begin_layout Plain Layout
18577 Befehle ! B ! 
18578 \backslash
18579 boldmath
18580 \end_layout
18581
18582 \end_inset
18583
18584
18585 \series default
18586  eingibt.
18587  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18588 \series bold
18589
18590 \backslash
18591 unboldmath
18592 \begin_inset Index
18593 status collapsed
18594
18595 \begin_layout Plain Layout
18596 Befehle ! U ! 
18597 \backslash
18598 unboldmath
18599 \end_layout
18600
18601 \end_inset
18602
18603
18604 \series default
18605  ein.
18606 \begin_inset ERT
18607 status collapsed
18608
18609 \begin_layout Plain Layout
18610
18611
18612 \backslash
18613 boldmath 
18614 \end_layout
18615
18616 \end_inset
18617
18618
18619 \begin_inset Formula \[
18620 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18621
18622 \end_inset
18623
18624
18625 \begin_inset ERT
18626 status collapsed
18627
18628 \begin_layout Plain Layout
18629
18630
18631 \backslash
18632 unboldmath 
18633 \end_layout
18634
18635 \end_inset
18636
18637
18638 \end_layout
18639
18640 \begin_layout Subsection
18641 Farbige Formeln
18642 \begin_inset Index
18643 status collapsed
18644
18645 \begin_layout Plain Layout
18646 Formel ! farbige
18647 \end_layout
18648
18649 \end_inset
18650
18651
18652 \end_layout
18653
18654 \begin_layout Standard
18655 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18656  oder Formelteile und verwenden dann den 
18657 \family sans
18658 Textstil
18659 \family default
18660  Dialog.
18661  Hier ist eine Formel in Magenta:
18662 \begin_inset Formula \[
18663 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}\]
18664
18665 \end_inset
18666
18667
18668 \end_layout
18669
18670 \begin_layout Standard
18671 Man kann auch eigene Farben definieren, wie in 
18672 \begin_inset CommandInset ref
18673 LatexCommand ref
18674 reference "sub:Farbige-Boxen"
18675
18676 \end_inset
18677
18678  erklärt ist.
18679  Diese können dann mit dem TeX-Code Befehl 
18680 \series bold
18681
18682 \backslash
18683 textcolor
18684 \series default
18685
18686 \begin_inset Index
18687 status collapsed
18688
18689 \begin_layout Plain Layout
18690 Befehle! T ! 
18691 \backslash
18692 textcolor
18693 \end_layout
18694
18695 \end_inset
18696
18697  verwendet werden, dass folgendes Schema besitzt:
18698 \end_layout
18699
18700 \begin_layout Standard
18701
18702 \series bold
18703
18704 \backslash
18705 textcolor{Farbe}{Zeichen oder Formel}
18706 \end_layout
18707
18708 \begin_layout Standard
18709 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18710 \end_layout
18711
18712 \begin_layout Standard
18713 \begin_inset ERT
18714 status collapsed
18715
18716 \begin_layout Plain Layout
18717
18718
18719 \backslash
18720 textcolor{dunkelgruen}{
18721 \end_layout
18722
18723 \end_inset
18724
18725
18726 \begin_inset Formula \[
18727 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}\]
18728
18729 \end_inset
18730
18731
18732 \begin_inset ERT
18733 status collapsed
18734
18735 \begin_layout Plain Layout
18736
18737 }
18738 \end_layout
18739
18740 \end_inset
18741
18742
18743 \end_layout
18744
18745 \begin_layout Standard
18746 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18747 n Farben gefärbt werden.
18748 \begin_inset Foot
18749 status collapsed
18750
18751 \begin_layout Plain Layout
18752 \begin_inset CommandInset href
18753 LatexCommand href
18754 name "LyX-bug #5269"
18755 target "http://www.lyx.org/trac/ticket/5269"
18756
18757 \end_inset
18758
18759
18760 \end_layout
18761
18762 \end_inset
18763
18764
18765 \end_layout
18766
18767 \begin_layout Subsection
18768 Schriftgrößen
18769 \begin_inset CommandInset label
18770 LatexCommand label
18771 name "sub:Schriftgrößen"
18772
18773 \end_inset
18774
18775
18776 \begin_inset Index
18777 status collapsed
18778
18779 \begin_layout Plain Layout
18780 Schriften ! Schriftgrößen
18781 \end_layout
18782
18783 \end_inset
18784
18785
18786 \end_layout
18787
18788 \begin_layout Standard
18789 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18790 le:
18791 \end_layout
18792
18793 \begin_layout Standard
18794
18795 \series bold
18796
18797 \backslash
18798 Huge
18799 \series default
18800
18801 \series bold
18802
18803 \backslash
18804 huge
18805 \series default
18806
18807 \series bold
18808
18809 \backslash
18810 LARGE
18811 \series default
18812
18813 \series bold
18814
18815 \backslash
18816 Large
18817 \series default
18818
18819 \series bold
18820
18821 \backslash
18822 large
18823 \series default
18824
18825 \series bold
18826
18827 \backslash
18828 normalsize
18829 \series default
18830
18831 \series bold
18832
18833 \backslash
18834 small
18835 \series default
18836
18837 \series bold
18838
18839 \backslash
18840 footnotesize
18841 \series default
18842 ,
18843 \begin_inset Newline linebreak
18844 \end_inset
18845
18846
18847 \series bold
18848
18849 \backslash
18850 scriptsize
18851 \series default
18852  und 
18853 \series bold
18854
18855 \backslash
18856 tiny
18857 \end_layout
18858
18859 \begin_layout Standard
18860 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18861  ab, die dem Befehl 
18862 \series bold
18863
18864 \backslash
18865 normalsize
18866 \series default
18867  entspricht.
18868  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18869 \series bold
18870
18871 \backslash
18872 normalsize
18873 \series default
18874 .
18875  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18876  Beträgt z.
18877 \begin_inset space \thinspace{}
18878 \end_inset
18879
18880 B.
18881  die Dokumentschriftgröße 12
18882 \begin_inset space \thinspace{}
18883 \end_inset
18884
18885 pt, produziert der Befehl 
18886 \series bold
18887
18888 \backslash
18889 Huge
18890 \series default
18891  dasselbe wie 
18892 \series bold
18893
18894 \backslash
18895 huge
18896 \series default
18897 .
18898  
18899 \end_layout
18900
18901 \begin_layout Standard
18902 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18903  Größe aller nachfolgenden Formel- und Textzeichen fest.
18904  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18905  TeX-Modus den Befehl 
18906 \series bold
18907
18908 \backslash
18909 normalsize
18910 \series default
18911  ein.
18912 \end_layout
18913
18914 \begin_layout Standard
18915 \begin_inset Newpage newpage
18916 \end_inset
18917
18918
18919 \end_layout
18920
18921 \begin_layout Standard
18922 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
18923  werden:
18924 \end_layout
18925
18926 \begin_layout Standard
18927 \noindent
18928 \align center
18929 \begin_inset Tabular
18930 <lyxtabular version="3" rows="5" columns="2">
18931 <features>
18932 <column alignment="center" valignment="top" width="0">
18933 <column alignment="center" valignment="top" width="0">
18934 <row>
18935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18936 \begin_inset Text
18937
18938 \begin_layout Plain Layout
18939 Befehl
18940 \end_layout
18941
18942 \end_inset
18943 </cell>
18944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948 Ergebnis
18949 \begin_inset Note Note
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953
18954 \series bold
18955
18956 \backslash
18957 raisebox
18958 \series default
18959  dient nur als Abstandhalter.
18960 \end_layout
18961
18962 \end_inset
18963
18964
18965 \end_layout
18966
18967 \end_inset
18968 </cell>
18969 </row>
18970 <row>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975
18976 \backslash
18977 displaystyle
18978 \begin_inset Index
18979 status collapsed
18980
18981 \begin_layout Plain Layout
18982 Befehle ! D ! 
18983 \backslash
18984 displaystyle
18985 \end_layout
18986
18987 \end_inset
18988
18989
18990 \end_layout
18991
18992 \end_inset
18993 </cell>
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18999 \end_inset
19000
19001
19002 \end_layout
19003
19004 \end_inset
19005 </cell>
19006 </row>
19007 <row>
19008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19009 \begin_inset Text
19010
19011 \begin_layout Plain Layout
19012
19013 \backslash
19014 textstyle
19015 \end_layout
19016
19017 \end_inset
19018 </cell>
19019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19020 \begin_inset Text
19021
19022 \begin_layout Plain Layout
19023 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19024 \end_inset
19025
19026
19027 \end_layout
19028
19029 \end_inset
19030 </cell>
19031 </row>
19032 <row>
19033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19034 \begin_inset Text
19035
19036 \begin_layout Plain Layout
19037
19038 \backslash
19039 scriptstyle
19040 \end_layout
19041
19042 \end_inset
19043 </cell>
19044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19045 \begin_inset Text
19046
19047 \begin_layout Plain Layout
19048 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19049 \end_inset
19050
19051
19052 \end_layout
19053
19054 \end_inset
19055 </cell>
19056 </row>
19057 <row>
19058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19059 \begin_inset Text
19060
19061 \begin_layout Plain Layout
19062
19063 \backslash
19064 scriptscriptstyle
19065 \end_layout
19066
19067 \end_inset
19068 </cell>
19069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19070 \begin_inset Text
19071
19072 \begin_layout Plain Layout
19073 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19074 \end_inset
19075
19076
19077 \end_layout
19078
19079 \end_inset
19080 </cell>
19081 </row>
19082 </lyxtabular>
19083
19084 \end_inset
19085
19086
19087 \end_layout
19088
19089 \begin_layout Standard
19090 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19091  in das die Formelteile eingegeben werden.
19092 \end_layout
19093
19094 \begin_layout Standard
19095 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19096  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19097  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19098  eingegeben.
19099  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19100  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19101  Dazu zwei Beispiele:
19102 \begin_inset VSpace -2mm
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \begin_layout Standard
19109 \begin_inset ERT
19110 status collapsed
19111
19112 \begin_layout Plain Layout
19113
19114
19115 \backslash
19116 huge 
19117 \end_layout
19118
19119 \end_inset
19120
19121
19122 \begin_inset Formula \[
19123 A=\frac{B}{c}\cdot\maltese\]
19124
19125 \end_inset
19126
19127
19128 \begin_inset Formula \[
19129 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
19130
19131 \end_inset
19132
19133
19134 \begin_inset ERT
19135 status collapsed
19136
19137 \begin_layout Plain Layout
19138
19139
19140 \backslash
19141 normalsize 
19142 \end_layout
19143
19144 \end_inset
19145
19146
19147 \end_layout
19148
19149 \begin_layout Standard
19150 \begin_inset VSpace medskip
19151 \end_inset
19152
19153 Vor beiden Formeln wurde der Befehl 
19154 \series bold
19155
19156 \backslash
19157 huge
19158 \series default
19159  eingegeben.
19160  Der Befehl für die zweite Formel lautet:
19161 \begin_inset Newline newline
19162 \end_inset
19163
19164
19165 \series bold
19166
19167 \backslash
19168 maltese
19169 \begin_inset ERT
19170 status collapsed
19171
19172 \begin_layout Plain Layout
19173
19174
19175 \backslash
19176 leer 
19177 \end_layout
19178
19179 \end_inset
19180
19181 A M-m m 
19182 \backslash
19183 Large
19184 \begin_inset ERT
19185 status collapsed
19186
19187 \begin_layout Plain Layout
19188
19189
19190 \backslash
19191 leer 
19192 \end_layout
19193
19194 \end_inset
19195
19196
19197 \backslash
19198 maltese
19199 \begin_inset ERT
19200 status collapsed
19201
19202 \begin_layout Plain Layout
19203
19204
19205 \backslash
19206 leer 
19207 \end_layout
19208
19209 \end_inset
19210
19211
19212 \backslash
19213 textit
19214 \begin_inset ERT
19215 status collapsed
19216
19217 \begin_layout Plain Layout
19218
19219
19220 \backslash
19221 leer 
19222 \end_layout
19223
19224 \end_inset
19225
19226 A
19227 \begin_inset Formula $\to$
19228 \end_inset
19229
19230
19231 \begin_inset Formula $\to$
19232 \end_inset
19233
19234
19235 \begin_inset Newline newline
19236 \end_inset
19237
19238
19239 \begin_inset space \hspace*{}
19240 \length 1cm
19241 \end_inset
19242
19243 M-m
19244 \series default
19245  
19246 \series bold
19247
19248 \backslash
19249 tiny
19250 \begin_inset ERT
19251 status collapsed
19252
19253 \begin_layout Plain Layout
19254
19255
19256 \backslash
19257 leer 
19258 \end_layout
19259
19260 \end_inset
19261
19262
19263 \backslash
19264 maltese
19265 \begin_inset ERT
19266 status collapsed
19267
19268 \begin_layout Plain Layout
19269
19270
19271 \backslash
19272 leer 
19273 \end_layout
19274
19275 \end_inset
19276
19277
19278 \backslash
19279 textit
19280 \begin_inset ERT
19281 status collapsed
19282
19283 \begin_layout Plain Layout
19284
19285
19286 \backslash
19287 leer 
19288 \end_layout
19289
19290 \end_inset
19291
19292 A
19293 \end_layout
19294
19295 \begin_layout Standard
19296 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19297  immer in der Standardgröße dargestellt.
19298 \end_layout
19299
19300 \begin_layout Standard
19301 \begin_inset Newpage newpage
19302 \end_inset
19303
19304
19305 \end_layout
19306
19307 \begin_layout Section
19308 Griechische Buchstaben
19309 \begin_inset Index
19310 status collapsed
19311
19312 \begin_layout Plain Layout
19313 griechische Buchstaben
19314 \end_layout
19315
19316 \end_inset
19317
19318
19319 \end_layout
19320
19321 \begin_layout Standard
19322 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19323  
19324 \begin_inset Graphics
19325         filename ../../images/math/alpha.png
19326         scale 85
19327
19328 \end_inset
19329
19330  eingefügt werden.
19331 \end_layout
19332
19333 \begin_layout Subsection
19334 Kleine Buchstaben
19335 \begin_inset Index
19336 status collapsed
19337
19338 \begin_layout Plain Layout
19339 griechische Buchstaben ! kleine
19340 \end_layout
19341
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \begin_layout Standard
19348 \begin_inset space \hfill{}
19349 \end_inset
19350
19351
19352 \begin_inset Tabular
19353 <lyxtabular version="3" rows="11" columns="2">
19354 <features>
19355 <column alignment="center" valignment="top" width="0pt">
19356 <column alignment="center" valignment="top" width="0pt">
19357 <row>
19358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19359 \begin_inset Text
19360
19361 \begin_layout Plain Layout
19362 Befehl
19363 \end_layout
19364
19365 \end_inset
19366 </cell>
19367 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19368 \begin_inset Text
19369
19370 \begin_layout Plain Layout
19371 Ergebnis
19372 \end_layout
19373
19374 \end_inset
19375 </cell>
19376 </row>
19377 <row>
19378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19379 \begin_inset Text
19380
19381 \begin_layout Plain Layout
19382
19383 \backslash
19384 alpha
19385 \end_layout
19386
19387 \end_inset
19388 </cell>
19389 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19390 \begin_inset Text
19391
19392 \begin_layout Plain Layout
19393 \begin_inset Formula $\alpha$
19394 \end_inset
19395
19396
19397 \end_layout
19398
19399 \end_inset
19400 </cell>
19401 </row>
19402 <row>
19403 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19404 \begin_inset Text
19405
19406 \begin_layout Plain Layout
19407
19408 \backslash
19409 beta
19410 \end_layout
19411
19412 \end_inset
19413 </cell>
19414 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19415 \begin_inset Text
19416
19417 \begin_layout Plain Layout
19418 \begin_inset Formula $\beta$
19419 \end_inset
19420
19421
19422 \end_layout
19423
19424 \end_inset
19425 </cell>
19426 </row>
19427 <row>
19428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19429 \begin_inset Text
19430
19431 \begin_layout Plain Layout
19432
19433 \backslash
19434 gamma
19435 \end_layout
19436
19437 \end_inset
19438 </cell>
19439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19440 \begin_inset Text
19441
19442 \begin_layout Plain Layout
19443 \begin_inset Formula $\gamma$
19444 \end_inset
19445
19446
19447 \end_layout
19448
19449 \end_inset
19450 </cell>
19451 </row>
19452 <row>
19453 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19454 \begin_inset Text
19455
19456 \begin_layout Plain Layout
19457
19458 \backslash
19459 delta
19460 \end_layout
19461
19462 \end_inset
19463 </cell>
19464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19465 \begin_inset Text
19466
19467 \begin_layout Plain Layout
19468 \begin_inset Formula $\delta$
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \end_inset
19475 </cell>
19476 </row>
19477 <row>
19478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19479 \begin_inset Text
19480
19481 \begin_layout Plain Layout
19482
19483 \backslash
19484 epsilon
19485 \end_layout
19486
19487 \end_inset
19488 </cell>
19489 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19490 \begin_inset Text
19491
19492 \begin_layout Plain Layout
19493 \begin_inset Formula $\epsilon$
19494 \end_inset
19495
19496
19497 \end_layout
19498
19499 \end_inset
19500 </cell>
19501 </row>
19502 <row>
19503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19504 \begin_inset Text
19505
19506 \begin_layout Plain Layout
19507
19508 \backslash
19509 varepsilon
19510 \end_layout
19511
19512 \end_inset
19513 </cell>
19514 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19515 \begin_inset Text
19516
19517 \begin_layout Plain Layout
19518 \begin_inset Formula $\varepsilon$
19519 \end_inset
19520
19521
19522 \end_layout
19523
19524 \end_inset
19525 </cell>
19526 </row>
19527 <row>
19528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19529 \begin_inset Text
19530
19531 \begin_layout Plain Layout
19532
19533 \backslash
19534 zeta
19535 \end_layout
19536
19537 \end_inset
19538 </cell>
19539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19540 \begin_inset Text
19541
19542 \begin_layout Plain Layout
19543 \begin_inset Formula $\zeta$
19544 \end_inset
19545
19546
19547 \end_layout
19548
19549 \end_inset
19550 </cell>
19551 </row>
19552 <row>
19553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19554 \begin_inset Text
19555
19556 \begin_layout Plain Layout
19557
19558 \backslash
19559 eta
19560 \end_layout
19561
19562 \end_inset
19563 </cell>
19564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19565 \begin_inset Text
19566
19567 \begin_layout Plain Layout
19568 \begin_inset Formula $\eta$
19569 \end_inset
19570
19571
19572 \end_layout
19573
19574 \end_inset
19575 </cell>
19576 </row>
19577 <row>
19578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19579 \begin_inset Text
19580
19581 \begin_layout Plain Layout
19582
19583 \backslash
19584 theta
19585 \end_layout
19586
19587 \end_inset
19588 </cell>
19589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19590 \begin_inset Text
19591
19592 \begin_layout Plain Layout
19593 \begin_inset Formula $\theta$
19594 \end_inset
19595
19596
19597 \end_layout
19598
19599 \end_inset
19600 </cell>
19601 </row>
19602 <row>
19603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19604 \begin_inset Text
19605
19606 \begin_layout Plain Layout
19607
19608 \backslash
19609 vartheta
19610 \end_layout
19611
19612 \end_inset
19613 </cell>
19614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19615 \begin_inset Text
19616
19617 \begin_layout Plain Layout
19618 \begin_inset Formula $\vartheta$
19619 \end_inset
19620
19621
19622 \end_layout
19623
19624 \end_inset
19625 </cell>
19626 </row>
19627 </lyxtabular>
19628
19629 \end_inset
19630
19631
19632 \begin_inset space \hfill{}
19633 \end_inset
19634
19635
19636 \begin_inset Tabular
19637 <lyxtabular version="3" rows="12" columns="2">
19638 <features>
19639 <column alignment="center" valignment="top" width="0pt">
19640 <column alignment="center" valignment="top" width="0pt">
19641 <row>
19642 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19643 \begin_inset Text
19644
19645 \begin_layout Plain Layout
19646 Befehl
19647 \end_layout
19648
19649 \end_inset
19650 </cell>
19651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19652 \begin_inset Text
19653
19654 \begin_layout Plain Layout
19655 Ergebnis
19656 \end_layout
19657
19658 \end_inset
19659 </cell>
19660 </row>
19661 <row>
19662 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19663 \begin_inset Text
19664
19665 \begin_layout Plain Layout
19666
19667 \backslash
19668 iota
19669 \end_layout
19670
19671 \end_inset
19672 </cell>
19673 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19674 \begin_inset Text
19675
19676 \begin_layout Plain Layout
19677 \begin_inset Formula $\iota$
19678 \end_inset
19679
19680
19681 \end_layout
19682
19683 \end_inset
19684 </cell>
19685 </row>
19686 <row>
19687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19688 \begin_inset Text
19689
19690 \begin_layout Plain Layout
19691
19692 \backslash
19693 kappa
19694 \end_layout
19695
19696 \end_inset
19697 </cell>
19698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19699 \begin_inset Text
19700
19701 \begin_layout Plain Layout
19702 \begin_inset Formula $\kappa$
19703 \end_inset
19704
19705
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 </row>
19711 <row>
19712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19713 \begin_inset Text
19714
19715 \begin_layout Plain Layout
19716
19717 \backslash
19718 varkappa
19719 \end_layout
19720
19721 \end_inset
19722 </cell>
19723 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19724 \begin_inset Text
19725
19726 \begin_layout Plain Layout
19727 \begin_inset Formula $\varkappa$
19728 \end_inset
19729
19730
19731 \end_layout
19732
19733 \end_inset
19734 </cell>
19735 </row>
19736 <row>
19737 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19738 \begin_inset Text
19739
19740 \begin_layout Plain Layout
19741
19742 \backslash
19743 lambda
19744 \end_layout
19745
19746 \end_inset
19747 </cell>
19748 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19749 \begin_inset Text
19750
19751 \begin_layout Plain Layout
19752 \begin_inset Formula $\lambda$
19753 \end_inset
19754
19755
19756 \end_layout
19757
19758 \end_inset
19759 </cell>
19760 </row>
19761 <row>
19762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19763 \begin_inset Text
19764
19765 \begin_layout Plain Layout
19766
19767 \backslash
19768 mu
19769 \end_layout
19770
19771 \end_inset
19772 </cell>
19773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19774 \begin_inset Text
19775
19776 \begin_layout Plain Layout
19777 \begin_inset Formula $\mu$
19778 \end_inset
19779
19780
19781 \end_layout
19782
19783 \end_inset
19784 </cell>
19785 </row>
19786 <row>
19787 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19788 \begin_inset Text
19789
19790 \begin_layout Plain Layout
19791
19792 \backslash
19793 nu
19794 \end_layout
19795
19796 \end_inset
19797 </cell>
19798 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19799 \begin_inset Text
19800
19801 \begin_layout Plain Layout
19802 \begin_inset Formula $\nu$
19803 \end_inset
19804
19805
19806 \end_layout
19807
19808 \end_inset
19809 </cell>
19810 </row>
19811 <row>
19812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19813 \begin_inset Text
19814
19815 \begin_layout Plain Layout
19816
19817 \backslash
19818 xi
19819 \end_layout
19820
19821 \end_inset
19822 </cell>
19823 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19824 \begin_inset Text
19825
19826 \begin_layout Plain Layout
19827 \begin_inset Formula $\xi$
19828 \end_inset
19829
19830
19831 \end_layout
19832
19833 \end_inset
19834 </cell>
19835 </row>
19836 <row>
19837 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19838 \begin_inset Text
19839
19840 \begin_layout Plain Layout
19841 o
19842 \end_layout
19843
19844 \end_inset
19845 </cell>
19846 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850 \begin_inset Formula $o$
19851 \end_inset
19852
19853
19854 \end_layout
19855
19856 \end_inset
19857 </cell>
19858 </row>
19859 <row>
19860 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19861 \begin_inset Text
19862
19863 \begin_layout Plain Layout
19864
19865 \backslash
19866 pi
19867 \end_layout
19868
19869 \end_inset
19870 </cell>
19871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19872 \begin_inset Text
19873
19874 \begin_layout Plain Layout
19875 \begin_inset Formula $\pi$
19876 \end_inset
19877
19878
19879 \end_layout
19880
19881 \end_inset
19882 </cell>
19883 </row>
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889
19890 \backslash
19891 varpi
19892 \end_layout
19893
19894 \end_inset
19895 </cell>
19896 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19897 \begin_inset Text
19898
19899 \begin_layout Plain Layout
19900 \begin_inset Formula $\varpi$
19901 \end_inset
19902
19903
19904 \end_layout
19905
19906 \end_inset
19907 </cell>
19908 </row>
19909 <row>
19910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19911 \begin_inset Text
19912
19913 \begin_layout Plain Layout
19914
19915 \backslash
19916 rho
19917 \end_layout
19918
19919 \end_inset
19920 </cell>
19921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19922 \begin_inset Text
19923
19924 \begin_layout Plain Layout
19925 \begin_inset Formula $\rho$
19926 \end_inset
19927
19928
19929 \end_layout
19930
19931 \end_inset
19932 </cell>
19933 </row>
19934 </lyxtabular>
19935
19936 \end_inset
19937
19938
19939 \begin_inset space \hfill{}
19940 \end_inset
19941
19942
19943 \begin_inset Tabular
19944 <lyxtabular version="3" rows="11" columns="2">
19945 <features>
19946 <column alignment="center" valignment="top" width="0pt">
19947 <column alignment="center" valignment="top" width="0pt">
19948 <row>
19949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19950 \begin_inset Text
19951
19952 \begin_layout Plain Layout
19953 Befehl
19954 \end_layout
19955
19956 \end_inset
19957 </cell>
19958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19959 \begin_inset Text
19960
19961 \begin_layout Plain Layout
19962 Ergebnis
19963 \end_layout
19964
19965 \end_inset
19966 </cell>
19967 </row>
19968 <row>
19969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19970 \begin_inset Text
19971
19972 \begin_layout Plain Layout
19973
19974 \backslash
19975 varrho
19976 \end_layout
19977
19978 \end_inset
19979 </cell>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984 \begin_inset Formula $\varrho$
19985 \end_inset
19986
19987
19988 \end_layout
19989
19990 \end_inset
19991 </cell>
19992 </row>
19993 <row>
19994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19995 \begin_inset Text
19996
19997 \begin_layout Plain Layout
19998
19999 \backslash
20000 sigma
20001 \end_layout
20002
20003 \end_inset
20004 </cell>
20005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009 \begin_inset Formula $\sigma$
20010 \end_inset
20011
20012
20013 \end_layout
20014
20015 \end_inset
20016 </cell>
20017 </row>
20018 <row>
20019 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20020 \begin_inset Text
20021
20022 \begin_layout Plain Layout
20023
20024 \backslash
20025 varsigma
20026 \end_layout
20027
20028 \end_inset
20029 </cell>
20030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20031 \begin_inset Text
20032
20033 \begin_layout Plain Layout
20034 \begin_inset Formula $\varsigma$
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \end_inset
20041 </cell>
20042 </row>
20043 <row>
20044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20045 \begin_inset Text
20046
20047 \begin_layout Plain Layout
20048
20049 \backslash
20050 tau
20051 \end_layout
20052
20053 \end_inset
20054 </cell>
20055 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20056 \begin_inset Text
20057
20058 \begin_layout Plain Layout
20059 \begin_inset Formula $\tau$
20060 \end_inset
20061
20062
20063 \end_layout
20064
20065 \end_inset
20066 </cell>
20067 </row>
20068 <row>
20069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20070 \begin_inset Text
20071
20072 \begin_layout Plain Layout
20073
20074 \backslash
20075 upsilon
20076 \end_layout
20077
20078 \end_inset
20079 </cell>
20080 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20081 \begin_inset Text
20082
20083 \begin_layout Plain Layout
20084 \begin_inset Formula $\upsilon$
20085 \end_inset
20086
20087
20088 \end_layout
20089
20090 \end_inset
20091 </cell>
20092 </row>
20093 <row>
20094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20095 \begin_inset Text
20096
20097 \begin_layout Plain Layout
20098
20099 \backslash
20100 phi
20101 \end_layout
20102
20103 \end_inset
20104 </cell>
20105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20106 \begin_inset Text
20107
20108 \begin_layout Plain Layout
20109 \begin_inset Formula $\phi$
20110 \end_inset
20111
20112
20113 \end_layout
20114
20115 \end_inset
20116 </cell>
20117 </row>
20118 <row>
20119 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20120 \begin_inset Text
20121
20122 \begin_layout Plain Layout
20123
20124 \backslash
20125 varphi
20126 \end_layout
20127
20128 \end_inset
20129 </cell>
20130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20131 \begin_inset Text
20132
20133 \begin_layout Plain Layout
20134 \begin_inset Formula $\varphi$
20135 \end_inset
20136
20137
20138 \end_layout
20139
20140 \end_inset
20141 </cell>
20142 </row>
20143 <row>
20144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20145 \begin_inset Text
20146
20147 \begin_layout Plain Layout
20148
20149 \backslash
20150 chi
20151 \end_layout
20152
20153 \end_inset
20154 </cell>
20155 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20156 \begin_inset Text
20157
20158 \begin_layout Plain Layout
20159 \begin_inset Formula $\chi$
20160 \end_inset
20161
20162
20163 \end_layout
20164
20165 \end_inset
20166 </cell>
20167 </row>
20168 <row>
20169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20170 \begin_inset Text
20171
20172 \begin_layout Plain Layout
20173
20174 \backslash
20175 psi
20176 \end_layout
20177
20178 \end_inset
20179 </cell>
20180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20181 \begin_inset Text
20182
20183 \begin_layout Plain Layout
20184 \begin_inset Formula $\psi$
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \end_inset
20191 </cell>
20192 </row>
20193 <row>
20194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198
20199 \backslash
20200 omega
20201 \end_layout
20202
20203 \end_inset
20204 </cell>
20205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209 \begin_inset Formula $\omega$
20210 \end_inset
20211
20212
20213 \end_layout
20214
20215 \end_inset
20216 </cell>
20217 </row>
20218 </lyxtabular>
20219
20220 \end_inset
20221
20222
20223 \begin_inset space \hfill{}
20224 \end_inset
20225
20226
20227 \end_layout
20228
20229 \begin_layout Standard
20230 \begin_inset VSpace medskip
20231 \end_inset
20232
20233 Wie man aufrechte griechische Buchstaben erstellt, ist in 
20234 \begin_inset CommandInset ref
20235 LatexCommand ref
20236 reference "sub:Aufrechte-kleine-griechische"
20237
20238 \end_inset
20239
20240  beschrieben.
20241 \end_layout
20242
20243 \begin_layout Subsection
20244 Große Buchstaben
20245 \begin_inset Index
20246 status collapsed
20247
20248 \begin_layout Plain Layout
20249 griechische Buchstaben ! große
20250 \end_layout
20251
20252 \end_inset
20253
20254
20255 \end_layout
20256
20257 \begin_layout Standard
20258 \begin_inset space \hfill{}
20259 \end_inset
20260
20261
20262 \begin_inset Tabular
20263 <lyxtabular version="3" rows="7" columns="2">
20264 <features>
20265 <column alignment="center" valignment="top" width="0pt">
20266 <column alignment="center" valignment="top" width="0pt">
20267 <row>
20268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20269 \begin_inset Text
20270
20271 \begin_layout Plain Layout
20272 Befehl
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20278 \begin_inset Text
20279
20280 \begin_layout Plain Layout
20281 Ergebnis
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 </row>
20287 <row>
20288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20289 \begin_inset Text
20290
20291 \begin_layout Plain Layout
20292
20293 \backslash
20294 Gamma
20295 \end_layout
20296
20297 \end_inset
20298 </cell>
20299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20300 \begin_inset Text
20301
20302 \begin_layout Plain Layout
20303 \begin_inset Formula $\Gamma$
20304 \end_inset
20305
20306
20307 \end_layout
20308
20309 \end_inset
20310 </cell>
20311 </row>
20312 <row>
20313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20314 \begin_inset Text
20315
20316 \begin_layout Plain Layout
20317
20318 \backslash
20319 Delta
20320 \end_layout
20321
20322 \end_inset
20323 </cell>
20324 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20325 \begin_inset Text
20326
20327 \begin_layout Plain Layout
20328 \begin_inset Formula $\Delta$
20329 \end_inset
20330
20331
20332 \end_layout
20333
20334 \end_inset
20335 </cell>
20336 </row>
20337 <row>
20338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20339 \begin_inset Text
20340
20341 \begin_layout Plain Layout
20342
20343 \backslash
20344 Theta
20345 \end_layout
20346
20347 \end_inset
20348 </cell>
20349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20350 \begin_inset Text
20351
20352 \begin_layout Plain Layout
20353 \begin_inset Formula $\Theta$
20354 \end_inset
20355
20356
20357 \end_layout
20358
20359 \end_inset
20360 </cell>
20361 </row>
20362 <row>
20363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20364 \begin_inset Text
20365
20366 \begin_layout Plain Layout
20367
20368 \backslash
20369 Lambda
20370 \end_layout
20371
20372 \end_inset
20373 </cell>
20374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20375 \begin_inset Text
20376
20377 \begin_layout Plain Layout
20378 \begin_inset Formula $\Lambda$
20379 \end_inset
20380
20381
20382 \end_layout
20383
20384 \end_inset
20385 </cell>
20386 </row>
20387 <row>
20388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20389 \begin_inset Text
20390
20391 \begin_layout Plain Layout
20392
20393 \backslash
20394 Xi
20395 \end_layout
20396
20397 \end_inset
20398 </cell>
20399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20400 \begin_inset Text
20401
20402 \begin_layout Plain Layout
20403 \begin_inset Formula $\Xi$
20404 \end_inset
20405
20406
20407 \end_layout
20408
20409 \end_inset
20410 </cell>
20411 </row>
20412 <row>
20413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417
20418 \backslash
20419 Pi
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428 \begin_inset Formula $\Pi$
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 </row>
20437 </lyxtabular>
20438
20439 \end_inset
20440
20441
20442 \begin_inset space \hfill{}
20443 \end_inset
20444
20445
20446 \begin_inset Tabular
20447 <lyxtabular version="3" rows="6" columns="2">
20448 <features>
20449 <column alignment="center" valignment="top" width="0pt">
20450 <column alignment="center" valignment="top" width="0pt">
20451 <row>
20452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20453 \begin_inset Text
20454
20455 \begin_layout Plain Layout
20456 Befehl
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465 Ergebnis
20466 \end_layout
20467
20468 \end_inset
20469 </cell>
20470 </row>
20471 <row>
20472 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476
20477 \backslash
20478 Sigma
20479 \end_layout
20480
20481 \end_inset
20482 </cell>
20483 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20484 \begin_inset Text
20485
20486 \begin_layout Plain Layout
20487 \begin_inset Formula $\Sigma$
20488 \end_inset
20489
20490
20491 \end_layout
20492
20493 \end_inset
20494 </cell>
20495 </row>
20496 <row>
20497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501
20502 \backslash
20503 Upsilon
20504 \end_layout
20505
20506 \end_inset
20507 </cell>
20508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20509 \begin_inset Text
20510
20511 \begin_layout Plain Layout
20512 \begin_inset Formula $\Upsilon$
20513 \end_inset
20514
20515
20516 \end_layout
20517
20518 \end_inset
20519 </cell>
20520 </row>
20521 <row>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526
20527 \backslash
20528 Phi
20529 \end_layout
20530
20531 \end_inset
20532 </cell>
20533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20534 \begin_inset Text
20535
20536 \begin_layout Plain Layout
20537 \begin_inset Formula $\Phi$
20538 \end_inset
20539
20540
20541 \end_layout
20542
20543 \end_inset
20544 </cell>
20545 </row>
20546 <row>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551
20552 \backslash
20553 Psi
20554 \end_layout
20555
20556 \end_inset
20557 </cell>
20558 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20559 \begin_inset Text
20560
20561 \begin_layout Plain Layout
20562 \begin_inset Formula $\Psi$
20563 \end_inset
20564
20565
20566 \end_layout
20567
20568 \end_inset
20569 </cell>
20570 </row>
20571 <row>
20572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576
20577 \backslash
20578 Omega
20579 \end_layout
20580
20581 \end_inset
20582 </cell>
20583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20584 \begin_inset Text
20585
20586 \begin_layout Plain Layout
20587 \begin_inset Formula $\Omega$
20588 \end_inset
20589
20590
20591 \end_layout
20592
20593 \end_inset
20594 </cell>
20595 </row>
20596 </lyxtabular>
20597
20598 \end_inset
20599
20600
20601 \begin_inset space \hfill{}
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \begin_layout Standard
20608 \begin_inset VSpace medskip
20609 \end_inset
20610
20611 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20612  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20613  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20614  mit 
20615 \series bold
20616 var
20617 \series default
20618 .
20619  So ergibt z.
20620 \begin_inset space \thinspace{}
20621 \end_inset
20622
20623 B.
20624  der Befehl 
20625 \series bold
20626
20627 \backslash
20628 varGamma
20629 \series default
20630
20631 \begin_inset Formula $\varGamma$
20632 \end_inset
20633
20634
20635 \end_layout
20636
20637 \begin_layout Subsection
20638 Fett gedruckte Buchstaben
20639 \begin_inset Index
20640 status collapsed
20641
20642 \begin_layout Plain Layout
20643 griechische Buchstaben ! fett gedruckte
20644 \end_layout
20645
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \begin_layout Standard
20652 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20653  Schriftstilen darstellen.
20654  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20655 \series bold
20656
20657 \backslash
20658 boldsymbol
20659 \series default
20660
20661 \begin_inset Index
20662 status collapsed
20663
20664 \begin_layout Plain Layout
20665 Befehle ! B ! 
20666 \backslash
20667 boldsymbol
20668 \end_layout
20669
20670 \end_inset
20671
20672  fett gedruckt auszugeben.
20673 \end_layout
20674
20675 \begin_layout Standard
20676 \align center
20677 \begin_inset Tabular
20678 <lyxtabular version="3" rows="3" columns="2">
20679 <features>
20680 <column alignment="center" valignment="top" width="0">
20681 <column alignment="center" valignment="top" width="0">
20682 <row>
20683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20684 \begin_inset Text
20685
20686 \begin_layout Plain Layout
20687 Befehl
20688 \end_layout
20689
20690 \end_inset
20691 </cell>
20692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20693 \begin_inset Text
20694
20695 \begin_layout Plain Layout
20696 Ergebnis
20697 \end_layout
20698
20699 \end_inset
20700 </cell>
20701 </row>
20702 <row>
20703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20704 \begin_inset Text
20705
20706 \begin_layout Plain Layout
20707
20708 \backslash
20709 Upsilon
20710 \backslash
20711 boldsymbol
20712 \backslash
20713 Upsilon
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20719 \begin_inset Text
20720
20721 \begin_layout Plain Layout
20722 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20723 \end_inset
20724
20725
20726 \end_layout
20727
20728 \end_inset
20729 </cell>
20730 </row>
20731 <row>
20732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20733 \begin_inset Text
20734
20735 \begin_layout Plain Layout
20736
20737 \backslash
20738 theta
20739 \backslash
20740 boldsymbol
20741 \backslash
20742 theta
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20748 \begin_inset Text
20749
20750 \begin_layout Plain Layout
20751 \begin_inset Formula $\theta\boldsymbol{\theta}$
20752 \end_inset
20753
20754
20755 \end_layout
20756
20757 \end_inset
20758 </cell>
20759 </row>
20760 </lyxtabular>
20761
20762 \end_inset
20763
20764
20765 \end_layout
20766
20767 \begin_layout Section
20768 Symbole
20769 \begin_inset ERT
20770 status collapsed
20771
20772 \begin_layout Plain Layout
20773
20774
20775 \backslash
20776 texorpdfstring{
20777 \end_layout
20778
20779 \end_inset
20780
20781
20782 \begin_inset Foot
20783 status collapsed
20784
20785 \begin_layout Plain Layout
20786 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20787  
20788 \begin_inset CommandInset citation
20789 LatexCommand cite
20790 key "Symbole"
20791
20792 \end_inset
20793
20794 .
20795 \end_layout
20796
20797 \end_inset
20798
20799
20800 \begin_inset ERT
20801 status collapsed
20802
20803 \begin_layout Plain Layout
20804
20805 }{}
20806 \end_layout
20807
20808 \end_inset
20809
20810
20811 \begin_inset Note Note
20812 status collapsed
20813
20814 \begin_layout Plain Layout
20815
20816 \series bold
20817
20818 \backslash
20819 texorpdfstring
20820 \series default
20821  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20822 \end_layout
20823
20824 \begin_layout Plain Layout
20825 Näheres zu 
20826 \series bold
20827
20828 \backslash
20829 texorpdfstring
20830 \series default
20831  steht in Kapitel 
20832 \begin_inset CommandInset ref
20833 LatexCommand ref
20834 reference "sub:Formeln-in-Überschriften"
20835
20836 \end_inset
20837
20838 .
20839 \end_layout
20840
20841 \end_inset
20842
20843
20844 \begin_inset Index
20845 status collapsed
20846
20847 \begin_layout Plain Layout
20848 Symbole
20849 \end_layout
20850
20851 \end_inset
20852
20853
20854 \end_layout
20855
20856 \begin_layout Standard
20857 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20858
20859 leistenknöpfe 
20860 \begin_inset Graphics
20861         filename ../../images/math/nabla.png
20862         scale 85
20863
20864 \end_inset
20865
20866  und 
20867 \begin_inset Graphics
20868         filename ../../images/math/digamma.png
20869         scale 85
20870
20871 \end_inset
20872
20873  eingefügt werden.
20874 \end_layout
20875
20876 \begin_layout Subsection
20877 Mathematische Symbole
20878 \begin_inset CommandInset label
20879 LatexCommand label
20880 name "sub:Mathematische-Symbole"
20881
20882 \end_inset
20883
20884
20885 \begin_inset Index
20886 status collapsed
20887
20888 \begin_layout Plain Layout
20889 Symbole ! mathematische
20890 \end_layout
20891
20892 \end_inset
20893
20894
20895 \end_layout
20896
20897 \begin_layout Standard
20898 \begin_inset space \hfill{}
20899 \end_inset
20900
20901
20902 \begin_inset Tabular
20903 <lyxtabular version="3" rows="10" columns="2">
20904 <features>
20905 <column alignment="center" valignment="top" width="0pt">
20906 <column alignment="center" valignment="top" width="0pt">
20907 <row>
20908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 Befehl
20913 \end_layout
20914
20915 \end_inset
20916 </cell>
20917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20918 \begin_inset Text
20919
20920 \begin_layout Plain Layout
20921 Ergebnis
20922 \end_layout
20923
20924 \end_inset
20925 </cell>
20926 </row>
20927 <row>
20928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20929 \begin_inset Text
20930
20931 \begin_layout Plain Layout
20932
20933 \backslash
20934 neg
20935 \end_layout
20936
20937 \end_inset
20938 </cell>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943 \begin_inset Formula $\neg$
20944 \end_inset
20945
20946
20947 \end_layout
20948
20949 \end_inset
20950 </cell>
20951 </row>
20952 <row>
20953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957
20958 \backslash
20959 Im
20960 \end_layout
20961
20962 \end_inset
20963 </cell>
20964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968 \begin_inset Formula $\Im$
20969 \end_inset
20970
20971
20972 \end_layout
20973
20974 \end_inset
20975 </cell>
20976 </row>
20977 <row>
20978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20979 \begin_inset Text
20980
20981 \begin_layout Plain Layout
20982
20983 \backslash
20984 Re
20985 \end_layout
20986
20987 \end_inset
20988 </cell>
20989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993 \begin_inset Formula $\Re$
20994 \end_inset
20995
20996
20997 \end_layout
20998
20999 \end_inset
21000 </cell>
21001 </row>
21002 <row>
21003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21004 \begin_inset Text
21005
21006 \begin_layout Plain Layout
21007
21008 \backslash
21009 aleph
21010 \end_layout
21011
21012 \end_inset
21013 </cell>
21014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018 \begin_inset Formula $\aleph$
21019 \end_inset
21020
21021
21022 \end_layout
21023
21024 \end_inset
21025 </cell>
21026 </row>
21027 <row>
21028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032
21033 \backslash
21034 partial
21035 \end_layout
21036
21037 \end_inset
21038 </cell>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043 \begin_inset Formula $\partial$
21044 \end_inset
21045
21046
21047 \end_layout
21048
21049 \end_inset
21050 </cell>
21051 </row>
21052 <row>
21053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21054 \begin_inset Text
21055
21056 \begin_layout Plain Layout
21057
21058 \backslash
21059 infty
21060 \end_layout
21061
21062 \end_inset
21063 </cell>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068 \begin_inset Formula $\infty$
21069 \end_inset
21070
21071
21072 \end_layout
21073
21074 \end_inset
21075 </cell>
21076 </row>
21077 <row>
21078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21079 \begin_inset Text
21080
21081 \begin_layout Plain Layout
21082
21083 \backslash
21084 wp
21085 \end_layout
21086
21087 \end_inset
21088 </cell>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093 \begin_inset Formula $\wp$
21094 \end_inset
21095
21096
21097 \end_layout
21098
21099 \end_inset
21100 </cell>
21101 </row>
21102 <row>
21103 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21104 \begin_inset Text
21105
21106 \begin_layout Plain Layout
21107
21108 \backslash
21109 imath
21110 \end_layout
21111
21112 \end_inset
21113 </cell>
21114 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21115 \begin_inset Text
21116
21117 \begin_layout Plain Layout
21118 \begin_inset Formula $\imath$
21119 \end_inset
21120
21121
21122 \end_layout
21123
21124 \end_inset
21125 </cell>
21126 </row>
21127 <row>
21128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132
21133 \backslash
21134 jmath
21135 \end_layout
21136
21137 \end_inset
21138 </cell>
21139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21140 \begin_inset Text
21141
21142 \begin_layout Plain Layout
21143 \begin_inset Formula $\jmath$
21144 \end_inset
21145
21146
21147 \end_layout
21148
21149 \end_inset
21150 </cell>
21151 </row>
21152 </lyxtabular>
21153
21154 \end_inset
21155
21156
21157 \begin_inset space \hfill{}
21158 \end_inset
21159
21160
21161 \begin_inset Tabular
21162 <lyxtabular version="3" rows="10" columns="2">
21163 <features>
21164 <column alignment="center" valignment="top" width="0pt">
21165 <column alignment="center" valignment="top" width="0pt">
21166 <row>
21167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21168 \begin_inset Text
21169
21170 \begin_layout Plain Layout
21171 Befehl
21172 \end_layout
21173
21174 \end_inset
21175 </cell>
21176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21177 \begin_inset Text
21178
21179 \begin_layout Plain Layout
21180 Ergebnis
21181 \begin_inset Note Note
21182 status collapsed
21183
21184 \begin_layout Plain Layout
21185
21186 \series bold
21187
21188 \backslash
21189 raisebox
21190 \series default
21191  dient nur als Abstandhalter.
21192 \end_layout
21193
21194 \end_inset
21195
21196
21197 \end_layout
21198
21199 \end_inset
21200 </cell>
21201 </row>
21202 <row>
21203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21204 \begin_inset Text
21205
21206 \begin_layout Plain Layout
21207
21208 \backslash
21209 forall
21210 \end_layout
21211
21212 \end_inset
21213 </cell>
21214 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21215 \begin_inset Text
21216
21217 \begin_layout Plain Layout
21218 \begin_inset Formula $\forall$
21219 \end_inset
21220
21221
21222 \end_layout
21223
21224 \end_inset
21225 </cell>
21226 </row>
21227 <row>
21228 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21229 \begin_inset Text
21230
21231 \begin_layout Plain Layout
21232
21233 \backslash
21234 exists
21235 \end_layout
21236
21237 \end_inset
21238 </cell>
21239 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21240 \begin_inset Text
21241
21242 \begin_layout Plain Layout
21243 \begin_inset Formula $\exists$
21244 \end_inset
21245
21246
21247 \end_layout
21248
21249 \end_inset
21250 </cell>
21251 </row>
21252 <row>
21253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21254 \begin_inset Text
21255
21256 \begin_layout Plain Layout
21257
21258 \backslash
21259 nexists
21260 \end_layout
21261
21262 \end_inset
21263 </cell>
21264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21265 \begin_inset Text
21266
21267 \begin_layout Plain Layout
21268 \begin_inset Formula $\nexists$
21269 \end_inset
21270
21271
21272 \end_layout
21273
21274 \end_inset
21275 </cell>
21276 </row>
21277 <row>
21278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21279 \begin_inset Text
21280
21281 \begin_layout Plain Layout
21282
21283 \backslash
21284 emptyset
21285 \end_layout
21286
21287 \end_inset
21288 </cell>
21289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21290 \begin_inset Text
21291
21292 \begin_layout Plain Layout
21293 \begin_inset Formula $\emptyset$
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \end_inset
21300 </cell>
21301 </row>
21302 <row>
21303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21304 \begin_inset Text
21305
21306 \begin_layout Plain Layout
21307
21308 \backslash
21309 varnothing
21310 \end_layout
21311
21312 \end_inset
21313 </cell>
21314 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21315 \begin_inset Text
21316
21317 \begin_layout Plain Layout
21318 \begin_inset Formula $\varnothing$
21319 \end_inset
21320
21321
21322 \end_layout
21323
21324 \end_inset
21325 </cell>
21326 </row>
21327 <row>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332
21333 \backslash
21334 dag
21335 \end_layout
21336
21337 \end_inset
21338 </cell>
21339 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21340 \begin_inset Text
21341
21342 \begin_layout Plain Layout
21343 \begin_inset Formula $\dag$
21344 \end_inset
21345
21346
21347 \end_layout
21348
21349 \end_inset
21350 </cell>
21351 </row>
21352 <row>
21353 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357
21358 \backslash
21359 ddag
21360 \end_layout
21361
21362 \end_inset
21363 </cell>
21364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21365 \begin_inset Text
21366
21367 \begin_layout Plain Layout
21368 \begin_inset Formula $\ddag$
21369 \end_inset
21370
21371
21372 \end_layout
21373
21374 \end_inset
21375 </cell>
21376 </row>
21377 <row>
21378 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382
21383 \backslash
21384 complement
21385 \end_layout
21386
21387 \end_inset
21388 </cell>
21389 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21390 \begin_inset Text
21391
21392 \begin_layout Plain Layout
21393 \begin_inset ERT
21394 status collapsed
21395
21396 \begin_layout Plain Layout
21397
21398
21399 \backslash
21400 raisebox{-0.8mm}{
21401 \end_layout
21402
21403 \end_inset
21404
21405
21406 \begin_inset Formula $\complement$
21407 \end_inset
21408
21409
21410 \begin_inset ERT
21411 status collapsed
21412
21413 \begin_layout Plain Layout
21414
21415 }
21416 \end_layout
21417
21418 \end_inset
21419
21420
21421 \end_layout
21422
21423 \end_inset
21424 </cell>
21425 </row>
21426 <row>
21427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21428 \begin_inset Text
21429
21430 \begin_layout Plain Layout
21431
21432 \backslash
21433 Bbbk
21434 \end_layout
21435
21436 \end_inset
21437 </cell>
21438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21439 \begin_inset Text
21440
21441 \begin_layout Plain Layout
21442 \begin_inset Formula $\Bbbk$
21443 \end_inset
21444
21445
21446 \end_layout
21447
21448 \end_inset
21449 </cell>
21450 </row>
21451 </lyxtabular>
21452
21453 \end_inset
21454
21455
21456 \begin_inset space \hfill{}
21457 \end_inset
21458
21459
21460 \begin_inset Tabular
21461 <lyxtabular version="3" rows="10" columns="2">
21462 <features>
21463 <column alignment="center" valignment="top" width="0pt">
21464 <column alignment="center" valignment="top" width="0pt">
21465 <row>
21466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21467 \begin_inset Text
21468
21469 \begin_layout Plain Layout
21470 Befehl
21471 \end_layout
21472
21473 \end_inset
21474 </cell>
21475 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21476 \begin_inset Text
21477
21478 \begin_layout Plain Layout
21479 Ergebnis
21480 \end_layout
21481
21482 \end_inset
21483 </cell>
21484 </row>
21485 <row>
21486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21487 \begin_inset Text
21488
21489 \begin_layout Plain Layout
21490
21491 \backslash
21492 prime
21493 \end_layout
21494
21495 \end_inset
21496 </cell>
21497 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21498 \begin_inset Text
21499
21500 \begin_layout Plain Layout
21501 \begin_inset Formula $\prime$
21502 \end_inset
21503
21504
21505 \end_layout
21506
21507 \end_inset
21508 </cell>
21509 </row>
21510 <row>
21511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515
21516 \backslash
21517 backprime
21518 \end_layout
21519
21520 \end_inset
21521 </cell>
21522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21523 \begin_inset Text
21524
21525 \begin_layout Plain Layout
21526 \begin_inset Formula $\backprime$
21527 \end_inset
21528
21529
21530 \end_layout
21531
21532 \end_inset
21533 </cell>
21534 </row>
21535 <row>
21536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21537 \begin_inset Text
21538
21539 \begin_layout Plain Layout
21540
21541 \backslash
21542 mho
21543 \end_layout
21544
21545 \end_inset
21546 </cell>
21547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21548 \begin_inset Text
21549
21550 \begin_layout Plain Layout
21551 \begin_inset Formula $\mho$
21552 \end_inset
21553
21554
21555 \end_layout
21556
21557 \end_inset
21558 </cell>
21559 </row>
21560 <row>
21561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21562 \begin_inset Text
21563
21564 \begin_layout Plain Layout
21565
21566 \backslash
21567 triangle
21568 \end_layout
21569
21570 \end_inset
21571 </cell>
21572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21573 \begin_inset Text
21574
21575 \begin_layout Plain Layout
21576 \begin_inset Formula $\triangle$
21577 \end_inset
21578
21579
21580 \end_layout
21581
21582 \end_inset
21583 </cell>
21584 </row>
21585 <row>
21586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21587 \begin_inset Text
21588
21589 \begin_layout Plain Layout
21590
21591 \backslash
21592 angle
21593 \end_layout
21594
21595 \end_inset
21596 </cell>
21597 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21598 \begin_inset Text
21599
21600 \begin_layout Plain Layout
21601 \begin_inset Formula $\angle$
21602 \end_inset
21603
21604
21605 \end_layout
21606
21607 \end_inset
21608 </cell>
21609 </row>
21610 <row>
21611 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21612 \begin_inset Text
21613
21614 \begin_layout Plain Layout
21615
21616 \backslash
21617 measuredangle
21618 \end_layout
21619
21620 \end_inset
21621 </cell>
21622 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21623 \begin_inset Text
21624
21625 \begin_layout Plain Layout
21626 \begin_inset Formula $\measuredangle$
21627 \end_inset
21628
21629
21630 \end_layout
21631
21632 \end_inset
21633 </cell>
21634 </row>
21635 <row>
21636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21637 \begin_inset Text
21638
21639 \begin_layout Plain Layout
21640
21641 \backslash
21642 sphericalangle
21643 \end_layout
21644
21645 \end_inset
21646 </cell>
21647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21648 \begin_inset Text
21649
21650 \begin_layout Plain Layout
21651 \begin_inset Formula $\sphericalangle$
21652 \end_inset
21653
21654
21655 \end_layout
21656
21657 \end_inset
21658 </cell>
21659 </row>
21660 <row>
21661 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21662 \begin_inset Text
21663
21664 \begin_layout Plain Layout
21665
21666 \backslash
21667 top
21668 \end_layout
21669
21670 \end_inset
21671 </cell>
21672 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21673 \begin_inset Text
21674
21675 \begin_layout Plain Layout
21676 \begin_inset Formula $\top$
21677 \end_inset
21678
21679
21680 \end_layout
21681
21682 \end_inset
21683 </cell>
21684 </row>
21685 <row>
21686 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21687 \begin_inset Text
21688
21689 \begin_layout Plain Layout
21690
21691 \backslash
21692 bot
21693 \end_layout
21694
21695 \end_inset
21696 </cell>
21697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21698 \begin_inset Text
21699
21700 \begin_layout Plain Layout
21701 \begin_inset Formula $\bot$
21702 \end_inset
21703
21704
21705 \end_layout
21706
21707 \end_inset
21708 </cell>
21709 </row>
21710 </lyxtabular>
21711
21712 \end_inset
21713
21714
21715 \begin_inset space \hfill{}
21716 \end_inset
21717
21718
21719 \end_layout
21720
21721 \begin_layout Subsection
21722 Sonstige Symbole
21723 \begin_inset CommandInset label
21724 LatexCommand label
21725 name "sub:Sonstige-Symbole"
21726
21727 \end_inset
21728
21729
21730 \begin_inset Index
21731 status collapsed
21732
21733 \begin_layout Plain Layout
21734 Symbole ! sonstige
21735 \end_layout
21736
21737 \end_inset
21738
21739
21740 \end_layout
21741
21742 \begin_layout Standard
21743 \noindent
21744 \align center
21745 \begin_inset Tabular
21746 <lyxtabular version="3" rows="10" columns="2">
21747 <features>
21748 <column alignment="center" valignment="top" width="0pt">
21749 <column alignment="center" valignment="top" width="0pt">
21750 <row>
21751 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21752 \begin_inset Text
21753
21754 \begin_layout Plain Layout
21755 Befehl
21756 \end_layout
21757
21758 \end_inset
21759 </cell>
21760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21761 \begin_inset Text
21762
21763 \begin_layout Plain Layout
21764 Ergebnis
21765 \end_layout
21766
21767 \end_inset
21768 </cell>
21769 </row>
21770 <row>
21771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21772 \begin_inset Text
21773
21774 \begin_layout Plain Layout
21775
21776 \backslash
21777 flat
21778 \end_layout
21779
21780 \end_inset
21781 </cell>
21782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21783 \begin_inset Text
21784
21785 \begin_layout Plain Layout
21786 \begin_inset Formula $\flat$
21787 \end_inset
21788
21789
21790 \end_layout
21791
21792 \end_inset
21793 </cell>
21794 </row>
21795 <row>
21796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21797 \begin_inset Text
21798
21799 \begin_layout Plain Layout
21800
21801 \backslash
21802 natural
21803 \end_layout
21804
21805 \end_inset
21806 </cell>
21807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21808 \begin_inset Text
21809
21810 \begin_layout Plain Layout
21811 \begin_inset Formula $\natural$
21812 \end_inset
21813
21814
21815 \end_layout
21816
21817 \end_inset
21818 </cell>
21819 </row>
21820 <row>
21821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21822 \begin_inset Text
21823
21824 \begin_layout Plain Layout
21825
21826 \backslash
21827 sharp
21828 \end_layout
21829
21830 \end_inset
21831 </cell>
21832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21833 \begin_inset Text
21834
21835 \begin_layout Plain Layout
21836 \begin_inset Formula $\sharp$
21837 \end_inset
21838
21839
21840 \end_layout
21841
21842 \end_inset
21843 </cell>
21844 </row>
21845 <row>
21846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21847 \begin_inset Text
21848
21849 \begin_layout Plain Layout
21850
21851 \backslash
21852 surd
21853 \end_layout
21854
21855 \end_inset
21856 </cell>
21857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21858 \begin_inset Text
21859
21860 \begin_layout Plain Layout
21861 \begin_inset Formula $\surd$
21862 \end_inset
21863
21864
21865 \end_layout
21866
21867 \end_inset
21868 </cell>
21869 </row>
21870 <row>
21871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21872 \begin_inset Text
21873
21874 \begin_layout Plain Layout
21875
21876 \backslash
21877 checkmark
21878 \end_layout
21879
21880 \end_inset
21881 </cell>
21882 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21883 \begin_inset Text
21884
21885 \begin_layout Plain Layout
21886 \begin_inset Formula $\checkmark$
21887 \end_inset
21888
21889
21890 \end_layout
21891
21892 \end_inset
21893 </cell>
21894 </row>
21895 <row>
21896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21897 \begin_inset Text
21898
21899 \begin_layout Plain Layout
21900
21901 \backslash
21902 yen
21903 \end_layout
21904
21905 \end_inset
21906 </cell>
21907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21908 \begin_inset Text
21909
21910 \begin_layout Plain Layout
21911 \begin_inset Formula $\yen$
21912 \end_inset
21913
21914
21915 \end_layout
21916
21917 \end_inset
21918 </cell>
21919 </row>
21920 <row>
21921 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21922 \begin_inset Text
21923
21924 \begin_layout Plain Layout
21925
21926 \backslash
21927 pounds
21928 \end_layout
21929
21930 \end_inset
21931 </cell>
21932 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21933 \begin_inset Text
21934
21935 \begin_layout Plain Layout
21936 \begin_inset Formula $\pounds$
21937 \end_inset
21938
21939
21940 \end_layout
21941
21942 \end_inset
21943 </cell>
21944 </row>
21945 <row>
21946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21947 \begin_inset Text
21948
21949 \begin_layout Plain Layout
21950 $
21951 \end_layout
21952
21953 \end_inset
21954 </cell>
21955 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21956 \begin_inset Text
21957
21958 \begin_layout Plain Layout
21959 \begin_inset Formula $\$$
21960 \end_inset
21961
21962
21963 \end_layout
21964
21965 \end_inset
21966 </cell>
21967 </row>
21968 <row>
21969 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21970 \begin_inset Text
21971
21972 \begin_layout Plain Layout
21973 §
21974 \end_layout
21975
21976 \end_inset
21977 </cell>
21978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982 \begin_inset Formula $§$
21983 \end_inset
21984
21985
21986 \end_layout
21987
21988 \end_inset
21989 </cell>
21990 </row>
21991 </lyxtabular>
21992
21993 \end_inset
21994
21995
21996 \begin_inset Tabular
21997 <lyxtabular version="3" rows="10" columns="2">
21998 <features>
21999 <column alignment="center" valignment="top" width="0">
22000 <column alignment="center" valignment="top" width="0">
22001 <row>
22002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22003 \begin_inset Text
22004
22005 \begin_layout Plain Layout
22006 Befehl
22007 \end_layout
22008
22009 \end_inset
22010 </cell>
22011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22012 \begin_inset Text
22013
22014 \begin_layout Plain Layout
22015 Ergebnis
22016 \end_layout
22017
22018 \end_inset
22019 </cell>
22020 </row>
22021 <row>
22022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22023 \begin_inset Text
22024
22025 \begin_layout Plain Layout
22026
22027 \backslash
22028 hbar
22029 \end_layout
22030
22031 \end_inset
22032 </cell>
22033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22034 \begin_inset Text
22035
22036 \begin_layout Plain Layout
22037 \begin_inset Formula $\hbar$
22038 \end_inset
22039
22040
22041 \end_layout
22042
22043 \end_inset
22044 </cell>
22045 </row>
22046 <row>
22047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22048 \begin_inset Text
22049
22050 \begin_layout Plain Layout
22051
22052 \backslash
22053 hslash
22054 \end_layout
22055
22056 \end_inset
22057 </cell>
22058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22059 \begin_inset Text
22060
22061 \begin_layout Plain Layout
22062 \begin_inset Formula $\hslash$
22063 \end_inset
22064
22065
22066 \end_layout
22067
22068 \end_inset
22069 </cell>
22070 </row>
22071 <row>
22072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22073 \begin_inset Text
22074
22075 \begin_layout Plain Layout
22076
22077 \backslash
22078 clubsuit
22079 \end_layout
22080
22081 \end_inset
22082 </cell>
22083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22084 \begin_inset Text
22085
22086 \begin_layout Plain Layout
22087 \begin_inset Formula $\clubsuit$
22088 \end_inset
22089
22090
22091 \end_layout
22092
22093 \end_inset
22094 </cell>
22095 </row>
22096 <row>
22097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22098 \begin_inset Text
22099
22100 \begin_layout Plain Layout
22101
22102 \backslash
22103 spadesuit
22104 \end_layout
22105
22106 \end_inset
22107 </cell>
22108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22109 \begin_inset Text
22110
22111 \begin_layout Plain Layout
22112 \begin_inset Formula $\spadesuit$
22113 \end_inset
22114
22115
22116 \end_layout
22117
22118 \end_inset
22119 </cell>
22120 </row>
22121 <row>
22122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22123 \begin_inset Text
22124
22125 \begin_layout Plain Layout
22126
22127 \backslash
22128 bigstar
22129 \end_layout
22130
22131 \end_inset
22132 </cell>
22133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22134 \begin_inset Text
22135
22136 \begin_layout Plain Layout
22137 \begin_inset Formula $\bigstar$
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \end_inset
22144 </cell>
22145 </row>
22146 <row>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151
22152 \backslash
22153 blacklozenge
22154 \end_layout
22155
22156 \end_inset
22157 </cell>
22158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22159 \begin_inset Text
22160
22161 \begin_layout Plain Layout
22162 \begin_inset Formula $\blacklozenge$
22163 \end_inset
22164
22165
22166 \end_layout
22167
22168 \end_inset
22169 </cell>
22170 </row>
22171 <row>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176
22177 \backslash
22178 blacktriangle
22179 \end_layout
22180
22181 \end_inset
22182 </cell>
22183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22184 \begin_inset Text
22185
22186 \begin_layout Plain Layout
22187 \begin_inset Formula $\blacktriangle$
22188 \end_inset
22189
22190
22191 \end_layout
22192
22193 \end_inset
22194 </cell>
22195 </row>
22196 <row>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201
22202 \backslash
22203 blacktiangledown
22204 \end_layout
22205
22206 \end_inset
22207 </cell>
22208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22209 \begin_inset Text
22210
22211 \begin_layout Plain Layout
22212 \begin_inset Formula $\blacktriangledown$
22213 \end_inset
22214
22215
22216 \end_layout
22217
22218 \end_inset
22219 </cell>
22220 </row>
22221 <row>
22222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226
22227 \backslash
22228 bullet
22229 \end_layout
22230
22231 \end_inset
22232 </cell>
22233 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22234 \begin_inset Text
22235
22236 \begin_layout Plain Layout
22237 \begin_inset Formula $\bullet$
22238 \end_inset
22239
22240
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 </row>
22246 </lyxtabular>
22247
22248 \end_inset
22249
22250
22251 \begin_inset Tabular
22252 <lyxtabular version="3" rows="10" columns="2">
22253 <features>
22254 <column alignment="center" valignment="top" width="0pt">
22255 <column alignment="center" valignment="top" width="0pt">
22256 <row>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 Befehl
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 Ergebnis
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281
22282 \backslash
22283 diamondsuit
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Formula $\diamondsuit$
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306
22307 \backslash
22308 Diamond
22309 \end_layout
22310
22311 \end_inset
22312 </cell>
22313 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22314 \begin_inset Text
22315
22316 \begin_layout Plain Layout
22317 \begin_inset Formula $\Diamond$
22318 \end_inset
22319
22320
22321 \end_layout
22322
22323 \end_inset
22324 </cell>
22325 </row>
22326 <row>
22327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22328 \begin_inset Text
22329
22330 \begin_layout Plain Layout
22331
22332 \backslash
22333 heartsuit
22334 \end_layout
22335
22336 \end_inset
22337 </cell>
22338 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22339 \begin_inset Text
22340
22341 \begin_layout Plain Layout
22342 \begin_inset Formula $\heartsuit$
22343 \end_inset
22344
22345
22346 \end_layout
22347
22348 \end_inset
22349 </cell>
22350 </row>
22351 <row>
22352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \backslash
22358 P
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Formula $\P$
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381
22382 \backslash
22383 copyright
22384 \end_layout
22385
22386 \end_inset
22387 </cell>
22388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22389 \begin_inset Text
22390
22391 \begin_layout Plain Layout
22392 \begin_inset Formula $\copyright$
22393 \end_inset
22394
22395
22396 \end_layout
22397
22398 \end_inset
22399 </cell>
22400 </row>
22401 <row>
22402 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22403 \begin_inset Text
22404
22405 \begin_layout Plain Layout
22406
22407 \backslash
22408 circledR
22409 \end_layout
22410
22411 \end_inset
22412 </cell>
22413 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22414 \begin_inset Text
22415
22416 \begin_layout Plain Layout
22417 \begin_inset Formula $\circledR$
22418 \end_inset
22419
22420
22421 \end_layout
22422
22423 \end_inset
22424 </cell>
22425 </row>
22426 <row>
22427 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22428 \begin_inset Text
22429
22430 \begin_layout Plain Layout
22431
22432 \backslash
22433 maltese
22434 \end_layout
22435
22436 \end_inset
22437 </cell>
22438 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22439 \begin_inset Text
22440
22441 \begin_layout Plain Layout
22442 \begin_inset Formula $\maltese$
22443 \end_inset
22444
22445
22446 \end_layout
22447
22448 \end_inset
22449 </cell>
22450 </row>
22451 <row>
22452 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22453 \begin_inset Text
22454
22455 \begin_layout Plain Layout
22456
22457 \backslash
22458 diagup
22459 \end_layout
22460
22461 \end_inset
22462 </cell>
22463 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22464 \begin_inset Text
22465
22466 \begin_layout Plain Layout
22467 \begin_inset Formula $\diagup$
22468 \end_inset
22469
22470
22471 \end_layout
22472
22473 \end_inset
22474 </cell>
22475 </row>
22476 <row>
22477 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22478 \begin_inset Text
22479
22480 \begin_layout Plain Layout
22481
22482 \backslash
22483 diagdown
22484 \end_layout
22485
22486 \end_inset
22487 </cell>
22488 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22489 \begin_inset Text
22490
22491 \begin_layout Plain Layout
22492 \begin_inset Formula $\diagdown$
22493 \end_inset
22494
22495
22496 \end_layout
22497
22498 \end_inset
22499 </cell>
22500 </row>
22501 </lyxtabular>
22502
22503 \end_inset
22504
22505
22506 \end_layout
22507
22508 \begin_layout Standard
22509 \begin_inset VSpace medskip
22510 \end_inset
22511
22512 Weitere Symbole sind in 
22513 \begin_inset CommandInset ref
22514 LatexCommand ref
22515 reference "sub:Sonstige-Sonderzeichen"
22516
22517 \end_inset
22518
22519  aufgelistet.
22520 \end_layout
22521
22522 \begin_layout Standard
22523 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22524  
22525 \begin_inset CommandInset ref
22526 LatexCommand ref
22527 reference "sub:Schriftgrößen"
22528
22529 \end_inset
22530
22531 .
22532 \end_layout
22533
22534 \begin_layout Subsection
22535 Das Euro-Symbol €
22536 \begin_inset Index
22537 status collapsed
22538
22539 \begin_layout Plain Layout
22540 Symbole ! Euro-Symbol
22541 \end_layout
22542
22543 \end_inset
22544
22545
22546 \begin_inset Index
22547 status collapsed
22548
22549 \begin_layout Plain Layout
22550
22551 \backslash
22552 @
22553 \begin_inset ERT
22554 status collapsed
22555
22556 \begin_layout Plain Layout
22557
22558
22559 \backslash
22560 officialeuro
22561 \end_layout
22562
22563 \end_inset
22564
22565
22566 \end_layout
22567
22568 \end_inset
22569
22570
22571 \end_layout
22572
22573 \begin_layout Standard
22574 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22575
22576 \series bold
22577 eurosym
22578 \series default
22579
22580 \begin_inset Index
22581 status collapsed
22582
22583 \begin_layout Plain Layout
22584 Pakete ! eurosym
22585 \end_layout
22586
22587 \end_inset
22588
22589  installieren und dieses mit der LaTeX-Vorspannzeile
22590 \end_layout
22591
22592 \begin_layout Standard
22593
22594 \series bold
22595
22596 \backslash
22597 usepackage[gennarrow]{eurosym}
22598 \end_layout
22599
22600 \begin_layout Standard
22601 aktivieren.
22602  Das Euro-Symbol kann man nun mit dem Befehl 
22603 \series bold
22604
22605 \backslash
22606 euro
22607 \series default
22608
22609 \begin_inset Index
22610 status collapsed
22611
22612 \begin_layout Plain Layout
22613 Befehle ! E ! 
22614 \backslash
22615 euro
22616 \end_layout
22617
22618 \end_inset
22619
22620  aufrufen.
22621 \end_layout
22622
22623 \begin_layout Standard
22624 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22625  eingeben, ohne 
22626 \series bold
22627 eurosym
22628 \series default
22629  installiert zu haben.
22630  Ist 
22631 \series bold
22632 eurosym
22633 \series default
22634  installiert, kann man 
22635 \series bold
22636
22637 \backslash
22638 euro
22639 \series default
22640  auch im TeX-Modus eingeben.
22641  Das offizielle Währungssymbol erhält man dann über den Befehl 
22642 \series bold
22643
22644 \backslash
22645 officialeuro
22646 \series default
22647
22648 \begin_inset Index
22649 status collapsed
22650
22651 \begin_layout Plain Layout
22652 Befehle ! O ! 
22653 \backslash
22654 officialeuro
22655 \end_layout
22656
22657 \end_inset
22658
22659 , der nur im TeX-Modus verfügbar ist.
22660 \end_layout
22661
22662 \begin_layout Standard
22663 \begin_inset ERT
22664 status collapsed
22665
22666 \begin_layout Plain Layout
22667
22668
22669 \backslash
22670 ifeurosym 
22671 \end_layout
22672
22673 \end_inset
22674
22675
22676 \begin_inset Note Note
22677 status open
22678
22679 \begin_layout Plain Layout
22680 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22681 \series bold
22682 eurosym
22683 \series default
22684  installiert ist:
22685 \end_layout
22686
22687 \end_inset
22688
22689
22690 \end_layout
22691
22692 \begin_layout Standard
22693 Eine Übersicht der verschiedenen Euro-Symbole:
22694 \end_layout
22695
22696 \begin_layout Standard
22697 \align center
22698 \begin_inset Tabular
22699 <lyxtabular version="3" rows="4" columns="3">
22700 <features>
22701 <column alignment="center" valignment="top" width="0pt">
22702 <column alignment="center" valignment="top" width="0pt">
22703 <column alignment="center" valignment="top" width="0pt">
22704 <row>
22705 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22706 \begin_inset Text
22707
22708 \begin_layout Plain Layout
22709
22710 \end_layout
22711
22712 \end_inset
22713 </cell>
22714 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22715 \begin_inset Text
22716
22717 \begin_layout Plain Layout
22718 Befehl 
22719 \end_layout
22720
22721 \end_inset
22722 </cell>
22723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22724 \begin_inset Text
22725
22726 \begin_layout Plain Layout
22727 Ergebnis
22728 \end_layout
22729
22730 \end_inset
22731 </cell>
22732 </row>
22733 <row>
22734 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22735 \begin_inset Text
22736
22737 \begin_layout Plain Layout
22738 Formel
22739 \end_layout
22740
22741 \end_inset
22742 </cell>
22743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22744 \begin_inset Text
22745
22746 \begin_layout Plain Layout
22747
22748 \backslash
22749 euro
22750 \end_layout
22751
22752 \end_inset
22753 </cell>
22754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22755 \begin_inset Text
22756
22757 \begin_layout Plain Layout
22758 \begin_inset Formula $\euro$
22759 \end_inset
22760
22761
22762 \end_layout
22763
22764 \end_inset
22765 </cell>
22766 </row>
22767 <row>
22768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 mathematischer Text
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22778 \begin_inset Text
22779
22780 \begin_layout Plain Layout
22781
22782 \end_layout
22783
22784 \end_inset
22785 </cell>
22786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790 \begin_inset Formula $\mbox{€}$
22791 \end_inset
22792
22793
22794 \end_layout
22795
22796 \end_inset
22797 </cell>
22798 </row>
22799 <row>
22800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22801 \begin_inset Text
22802
22803 \begin_layout Plain Layout
22804 TeX-Modus
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22810 \begin_inset Text
22811
22812 \begin_layout Plain Layout
22813
22814 \backslash
22815 officialeuro
22816 \end_layout
22817
22818 \end_inset
22819 </cell>
22820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22821 \begin_inset Text
22822
22823 \begin_layout Plain Layout
22824 \begin_inset ERT
22825 status collapsed
22826
22827 \begin_layout Plain Layout
22828
22829
22830 \backslash
22831 officialeuro
22832 \end_layout
22833
22834 \end_inset
22835
22836
22837 \end_layout
22838
22839 \end_inset
22840 </cell>
22841 </row>
22842 </lyxtabular>
22843
22844 \end_inset
22845
22846
22847 \end_layout
22848
22849 \begin_layout Standard
22850 \begin_inset ERT
22851 status collapsed
22852
22853 \begin_layout Plain Layout
22854
22855
22856 \backslash
22857 else 
22858 \end_layout
22859
22860 \end_inset
22861
22862
22863 \begin_inset Note Note
22864 status open
22865
22866 \begin_layout Plain Layout
22867 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22868 \series bold
22869 eurosym
22870 \series default
22871  nicht installiert ist:
22872 \end_layout
22873
22874 \end_inset
22875
22876
22877 \end_layout
22878
22879 \begin_layout Standard
22880 Das LaTeX-Paket 
22881 \series bold
22882 eurosym 
22883 \series default
22884 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22885 \end_layout
22886
22887 \begin_layout Standard
22888 \begin_inset ERT
22889 status collapsed
22890
22891 \begin_layout Plain Layout
22892
22893
22894 \backslash
22895 fi 
22896 \end_layout
22897
22898 \end_inset
22899
22900
22901 \end_layout
22902
22903 \begin_layout Section
22904 Relationen
22905 \begin_inset CommandInset label
22906 LatexCommand label
22907 name "sec:Relationen"
22908
22909 \end_inset
22910
22911
22912 \begin_inset Index
22913 status collapsed
22914
22915 \begin_layout Plain Layout
22916 Relationen
22917 \end_layout
22918
22919 \end_inset
22920
22921
22922 \begin_inset Index
22923 status collapsed
22924
22925 \begin_layout Plain Layout
22926 Vergleiche|see
22927 \begin_inset ERT
22928 status collapsed
22929
22930 \begin_layout Plain Layout
22931
22932 {
22933 \end_layout
22934
22935 \end_inset
22936
22937 Relationen
22938 \begin_inset ERT
22939 status collapsed
22940
22941 \begin_layout Plain Layout
22942
22943 }
22944 \end_layout
22945
22946 \end_inset
22947
22948
22949 \end_layout
22950
22951 \end_inset
22952
22953
22954 \end_layout
22955
22956 \begin_layout Standard
22957 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22958  
22959 \begin_inset Graphics
22960         filename ../../images/math/leq.png
22961         scale 85
22962
22963 \end_inset
22964
22965  eingefügt werden.
22966 \end_layout
22967
22968 \begin_layout Standard
22969 \begin_inset space \hfill{}
22970 \end_inset
22971
22972
22973 \begin_inset Tabular
22974 <lyxtabular version="3" rows="17" columns="2">
22975 <features>
22976 <column alignment="center" valignment="top" width="0pt">
22977 <column alignment="center" valignment="top" width="0pt">
22978 <row>
22979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983 Befehl
22984 \end_layout
22985
22986 \end_inset
22987 </cell>
22988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22989 \begin_inset Text
22990
22991 \begin_layout Plain Layout
22992 Ergebnis
22993 \end_layout
22994
22995 \end_inset
22996 </cell>
22997 </row>
22998 <row>
22999 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23000 \begin_inset Text
23001
23002 \begin_layout Plain Layout
23003 <
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 \begin_inset Formula $<$
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \backslash
23028 le
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 \begin_inset Formula $\le$
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \backslash
23053 ll
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $\ll$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \backslash
23078 prec
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset Formula $\prec$
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 </row>
23096 <row>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101
23102 \backslash
23103 preceq
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset Formula $\preceq$
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \backslash
23128 subset
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $\subset$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \backslash
23153 subseteq
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Formula $\subseteq$
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \backslash
23178 sqsubseteq
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Formula $\sqsubseteq$
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \backslash
23203 in
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 \begin_inset Formula $\in$
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 vdash
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset Formula $\vdash$
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \backslash
23253 smile
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 \begin_inset Formula $\smile$
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \backslash
23278 lhd
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Formula $\lhd$
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 unlhd
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\unlhd$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 gtrless
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Formula $\gtrless$
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 </row>
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \backslash
23353 mid
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 \begin_inset Formula $\mid$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 <row>
23372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23373 \begin_inset Text
23374
23375 \begin_layout Plain Layout
23376
23377 \backslash
23378 nmid
23379 \end_layout
23380
23381 \end_inset
23382 </cell>
23383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23384 \begin_inset Text
23385
23386 \begin_layout Plain Layout
23387 \begin_inset Formula $\nmid$
23388 \end_inset
23389
23390
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 </row>
23396 </lyxtabular>
23397
23398 \end_inset
23399
23400
23401 \begin_inset space \hfill{}
23402 \end_inset
23403
23404
23405 \begin_inset Tabular
23406 <lyxtabular version="3" rows="17" columns="2">
23407 <features>
23408 <column alignment="center" valignment="top" width="0pt">
23409 <column alignment="center" valignment="top" width="0pt">
23410 <row>
23411 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23412 \begin_inset Text
23413
23414 \begin_layout Plain Layout
23415 Befehl
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 Ergebnis
23425 \end_layout
23426
23427 \end_inset
23428 </cell>
23429 </row>
23430 <row>
23431 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23432 \begin_inset Text
23433
23434 \begin_layout Plain Layout
23435 =
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $=$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 not=
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\not=$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 equiv
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\equiv$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 sim
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\sim$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 simeq
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\simeq$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 approx
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\approx$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 cong
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\cong$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \backslash
23610 bowtie
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\bowtie$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 notin
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\notin$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 perp
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\perp$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 propto
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\propto$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 asymp
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\asymp$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 doteq
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\doteq$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 circeq
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\circeq$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 models
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\models$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 <row>
23804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23805 \begin_inset Text
23806
23807 \begin_layout Plain Layout
23808
23809 \backslash
23810 widehat=
23811 \end_layout
23812
23813 \end_inset
23814 </cell>
23815 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819 \begin_inset Formula $\widehat{=}$
23820 \end_inset
23821
23822
23823 \end_layout
23824
23825 \end_inset
23826 </cell>
23827 </row>
23828 </lyxtabular>
23829
23830 \end_inset
23831
23832
23833 \begin_inset space \hfill{}
23834 \end_inset
23835
23836
23837 \begin_inset Tabular
23838 <lyxtabular version="3" rows="17" columns="2">
23839 <features>
23840 <column alignment="center" valignment="top" width="0pt">
23841 <column alignment="center" valignment="top" width="0pt">
23842 <row>
23843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23844 \begin_inset Text
23845
23846 \begin_layout Plain Layout
23847 Befehl
23848 \end_layout
23849
23850 \end_inset
23851 </cell>
23852 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23853 \begin_inset Text
23854
23855 \begin_layout Plain Layout
23856 Ergebnis
23857 \end_layout
23858
23859 \end_inset
23860 </cell>
23861 </row>
23862 <row>
23863 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23864 \begin_inset Text
23865
23866 \begin_layout Plain Layout
23867 >
23868 \end_layout
23869
23870 \end_inset
23871 </cell>
23872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23873 \begin_inset Text
23874
23875 \begin_layout Plain Layout
23876 \begin_inset Formula $>$
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 </row>
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890
23891 \backslash
23892 ge
23893 \end_layout
23894
23895 \end_inset
23896 </cell>
23897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23898 \begin_inset Text
23899
23900 \begin_layout Plain Layout
23901 \begin_inset Formula $\ge$
23902 \end_inset
23903
23904
23905 \end_layout
23906
23907 \end_inset
23908 </cell>
23909 </row>
23910 <row>
23911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23912 \begin_inset Text
23913
23914 \begin_layout Plain Layout
23915
23916 \backslash
23917 gg
23918 \end_layout
23919
23920 \end_inset
23921 </cell>
23922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23923 \begin_inset Text
23924
23925 \begin_layout Plain Layout
23926 \begin_inset Formula $\gg$
23927 \end_inset
23928
23929
23930 \end_layout
23931
23932 \end_inset
23933 </cell>
23934 </row>
23935 <row>
23936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23937 \begin_inset Text
23938
23939 \begin_layout Plain Layout
23940
23941 \backslash
23942 succ
23943 \end_layout
23944
23945 \end_inset
23946 </cell>
23947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23948 \begin_inset Text
23949
23950 \begin_layout Plain Layout
23951 \begin_inset Formula $\succ$
23952 \end_inset
23953
23954
23955 \end_layout
23956
23957 \end_inset
23958 </cell>
23959 </row>
23960 <row>
23961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23962 \begin_inset Text
23963
23964 \begin_layout Plain Layout
23965
23966 \backslash
23967 succeq
23968 \end_layout
23969
23970 \end_inset
23971 </cell>
23972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23973 \begin_inset Text
23974
23975 \begin_layout Plain Layout
23976 \begin_inset Formula $\succeq$
23977 \end_inset
23978
23979
23980 \end_layout
23981
23982 \end_inset
23983 </cell>
23984 </row>
23985 <row>
23986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23987 \begin_inset Text
23988
23989 \begin_layout Plain Layout
23990
23991 \backslash
23992 supset
23993 \end_layout
23994
23995 \end_inset
23996 </cell>
23997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001 \begin_inset Formula $\supset$
24002 \end_inset
24003
24004
24005 \end_layout
24006
24007 \end_inset
24008 </cell>
24009 </row>
24010 <row>
24011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24012 \begin_inset Text
24013
24014 \begin_layout Plain Layout
24015
24016 \backslash
24017 supseteq
24018 \end_layout
24019
24020 \end_inset
24021 </cell>
24022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24023 \begin_inset Text
24024
24025 \begin_layout Plain Layout
24026 \begin_inset Formula $\supseteq$
24027 \end_inset
24028
24029
24030 \end_layout
24031
24032 \end_inset
24033 </cell>
24034 </row>
24035 <row>
24036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24037 \begin_inset Text
24038
24039 \begin_layout Plain Layout
24040
24041 \backslash
24042 sqsupseteq
24043 \end_layout
24044
24045 \end_inset
24046 </cell>
24047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24048 \begin_inset Text
24049
24050 \begin_layout Plain Layout
24051 \begin_inset Formula $\sqsupseteq$
24052 \end_inset
24053
24054
24055 \end_layout
24056
24057 \end_inset
24058 </cell>
24059 </row>
24060 <row>
24061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24062 \begin_inset Text
24063
24064 \begin_layout Plain Layout
24065
24066 \backslash
24067 ni
24068 \end_layout
24069
24070 \end_inset
24071 </cell>
24072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24073 \begin_inset Text
24074
24075 \begin_layout Plain Layout
24076 \begin_inset Formula $\ni$
24077 \end_inset
24078
24079
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 </row>
24085 <row>
24086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24087 \begin_inset Text
24088
24089 \begin_layout Plain Layout
24090
24091 \backslash
24092 dashv
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24098 \begin_inset Text
24099
24100 \begin_layout Plain Layout
24101 \begin_inset Formula $\dashv$
24102 \end_inset
24103
24104
24105 \end_layout
24106
24107 \end_inset
24108 </cell>
24109 </row>
24110 <row>
24111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24112 \begin_inset Text
24113
24114 \begin_layout Plain Layout
24115
24116 \backslash
24117 frown
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 \begin_inset Formula $\frown$
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 </row>
24135 <row>
24136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24137 \begin_inset Text
24138
24139 \begin_layout Plain Layout
24140
24141 \backslash
24142 rhd
24143 \end_layout
24144
24145 \end_inset
24146 </cell>
24147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151 \begin_inset Formula $\rhd$
24152 \end_inset
24153
24154
24155 \end_layout
24156
24157 \end_inset
24158 </cell>
24159 </row>
24160 <row>
24161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24162 \begin_inset Text
24163
24164 \begin_layout Plain Layout
24165
24166 \backslash
24167 unrhd
24168 \end_layout
24169
24170 \end_inset
24171 </cell>
24172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176 \begin_inset Formula $\unrhd$
24177 \end_inset
24178
24179
24180 \end_layout
24181
24182 \end_inset
24183 </cell>
24184 </row>
24185 <row>
24186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190
24191 \backslash
24192 lessgtr
24193 \end_layout
24194
24195 \end_inset
24196 </cell>
24197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201 \begin_inset Formula $\lessgtr$
24202 \end_inset
24203
24204
24205 \end_layout
24206
24207 \end_inset
24208 </cell>
24209 </row>
24210 <row>
24211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24212 \begin_inset Text
24213
24214 \begin_layout Plain Layout
24215
24216 \backslash
24217 parallel
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226 \begin_inset Formula $\parallel$
24227 \end_inset
24228
24229
24230 \end_layout
24231
24232 \end_inset
24233 </cell>
24234 </row>
24235 <row>
24236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24237 \begin_inset Text
24238
24239 \begin_layout Plain Layout
24240
24241 \backslash
24242 nparallel
24243 \end_layout
24244
24245 \end_inset
24246 </cell>
24247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251 \begin_inset Formula $\nparallel$
24252 \end_inset
24253
24254
24255 \end_layout
24256
24257 \end_inset
24258 </cell>
24259 </row>
24260 </lyxtabular>
24261
24262 \end_inset
24263
24264
24265 \begin_inset space \hfill{}
24266 \end_inset
24267
24268
24269 \end_layout
24270
24271 \begin_layout Standard
24272 \begin_inset VSpace medskip
24273 \end_inset
24274
24275 Die Zeichen 
24276 \series bold
24277
24278 \backslash
24279 lhd
24280 \series default
24281  bzw.
24282  
24283 \series bold
24284
24285 \backslash
24286 rhd
24287 \series default
24288  sind größer als die gleich aussehenden Operatoren
24289 \begin_inset Newline linebreak
24290 \end_inset
24291
24292
24293 \series bold
24294
24295 \backslash
24296 triangleleft
24297 \series default
24298  bzw.
24299  
24300 \series bold
24301
24302 \backslash
24303 triangleright
24304 \series default
24305 .
24306 \end_layout
24307
24308 \begin_layout Standard
24309 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24310 \end_layout
24311
24312 \begin_layout Standard
24313 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24314 \series bold
24315
24316 \backslash
24317 stackrel
24318 \series default
24319
24320 \begin_inset Index
24321 status collapsed
24322
24323 \begin_layout Plain Layout
24324 Befehle ! S ! 
24325 \backslash
24326 stackrel
24327 \end_layout
24328
24329 \end_inset
24330
24331  erstellt werden:
24332 \end_layout
24333
24334 \begin_layout Standard
24335 \align center
24336 \begin_inset Tabular
24337 <lyxtabular version="3" rows="2" columns="2">
24338 <features>
24339 <column alignment="center" valignment="top" width="0">
24340 <column alignment="center" valignment="top" width="0">
24341 <row>
24342 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24343 \begin_inset Text
24344
24345 \begin_layout Plain Layout
24346 Befehl
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 Ergebnis
24356 \begin_inset Note Note
24357 status collapsed
24358
24359 \begin_layout Plain Layout
24360
24361 \series bold
24362
24363 \backslash
24364 raisebox
24365 \series default
24366  dient nur als Abstandhalter.
24367 \end_layout
24368
24369 \end_inset
24370
24371
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 </row>
24377 <row>
24378 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24379 \begin_inset Text
24380
24381 \begin_layout Plain Layout
24382 A(r)
24383 \backslash
24384 stackrel
24385 \begin_inset ERT
24386 status collapsed
24387
24388 \begin_layout Plain Layout
24389
24390
24391 \backslash
24392 leer 
24393 \end_layout
24394
24395 \end_inset
24396
24397 r
24398 \backslash
24399 to
24400 \backslash
24401 infty
24402 \begin_inset ERT
24403 status collapsed
24404
24405 \begin_layout Plain Layout
24406
24407
24408 \backslash
24409 leer 
24410 \end_layout
24411
24412 \end_inset
24413
24414
24415 \begin_inset Formula $\downarrow$
24416 \end_inset
24417
24418
24419 \backslash
24420 approx
24421 \begin_inset ERT
24422 status collapsed
24423
24424 \begin_layout Plain Layout
24425
24426
24427 \backslash
24428 leer 
24429 \end_layout
24430
24431 \end_inset
24432
24433
24434 \begin_inset ERT
24435 status collapsed
24436
24437 \begin_layout Plain Layout
24438
24439
24440 \backslash
24441 leer 
24442 \end_layout
24443
24444 \end_inset
24445
24446 B
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 </row>
24464 </lyxtabular>
24465
24466 \end_inset
24467
24468
24469 \end_layout
24470
24471 \begin_layout Section
24472 Funktionen
24473 \end_layout
24474
24475 \begin_layout Subsection
24476 Vordefinierte Funktionen
24477 \begin_inset CommandInset label
24478 LatexCommand label
24479 name "sub:Vordefinierte-Funktionen"
24480
24481 \end_inset
24482
24483
24484 \begin_inset Index
24485 status collapsed
24486
24487 \begin_layout Plain Layout
24488 Funktionen ! vordefinierte
24489 \end_layout
24490
24491 \end_inset
24492
24493
24494 \end_layout
24495
24496 \begin_layout Standard
24497 Allgemein werden in mathematischen Ausdrücken Variablen 
24498 \shape italic
24499 kursiv
24500 \shape default
24501  gesetzt, Funktionsnamen hingegen nicht, denn 
24502 \begin_inset Formula $sin$
24503 \end_inset
24504
24505  könnte als 
24506 \begin_inset Formula $s\cdot i\cdot n$
24507 \end_inset
24508
24509  missverstanden werden.
24510  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24511 en etwas abgesetzt sind.
24512  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24513 \end_layout
24514
24515 \begin_layout Standard
24516 \align center
24517 \begin_inset Tabular
24518 <lyxtabular version="3" rows="2" columns="4">
24519 <features>
24520 <column alignment="center" valignment="top" width="0pt">
24521 <column alignment="center" valignment="top" width="0pt">
24522 <column alignment="center" valignment="top" width="0pt">
24523 <column alignment="center" valignment="top" width="0pt">
24524 <row>
24525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24526 \begin_inset Text
24527
24528 \begin_layout Plain Layout
24529 Befehl
24530 \end_layout
24531
24532 \end_inset
24533 </cell>
24534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24535 \begin_inset Text
24536
24537 \begin_layout Plain Layout
24538 Ergebnis
24539 \end_layout
24540
24541 \end_inset
24542 </cell>
24543 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24544 \begin_inset Text
24545
24546 \begin_layout Plain Layout
24547 Befehl
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24553 \begin_inset Text
24554
24555 \begin_layout Plain Layout
24556 Ergebnis
24557 \end_layout
24558
24559 \end_inset
24560 </cell>
24561 </row>
24562 <row>
24563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24564 \begin_inset Text
24565
24566 \begin_layout Plain Layout
24567 Asin(x)+B
24568 \end_layout
24569
24570 \end_inset
24571 </cell>
24572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24573 \begin_inset Text
24574
24575 \begin_layout Plain Layout
24576 \begin_inset Formula $Asin(x)+B$
24577 \end_inset
24578
24579
24580 \end_layout
24581
24582 \end_inset
24583 </cell>
24584 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24585 \begin_inset Text
24586
24587 \begin_layout Plain Layout
24588 A
24589 \backslash
24590 sin(x)+B
24591 \end_layout
24592
24593 \end_inset
24594 </cell>
24595 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24596 \begin_inset Text
24597
24598 \begin_layout Plain Layout
24599 \begin_inset Formula $A\sin(x)+B$
24600 \end_inset
24601
24602
24603 \end_layout
24604
24605 \end_inset
24606 </cell>
24607 </row>
24608 </lyxtabular>
24609
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \begin_layout Standard
24616 Folgende Funktionen sind vordefiniert:
24617 \end_layout
24618
24619 \begin_layout Standard
24620 \begin_inset VSpace -2mm
24621 \end_inset
24622
24623
24624 \end_layout
24625
24626 \begin_layout Standard
24627 \align center
24628 \begin_inset Tabular
24629 <lyxtabular version="3" rows="9" columns="4">
24630 <features>
24631 <column alignment="center" valignment="top" width="0pt">
24632 <column alignment="center" valignment="top" width="0pt">
24633 <column alignment="center" valignment="top" width="0pt">
24634 <column alignment="center" valignment="top" width="0pt">
24635 <row>
24636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24637 \begin_inset Text
24638
24639 \begin_layout Plain Layout
24640 Befehl
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24646 \begin_inset Text
24647
24648 \begin_layout Plain Layout
24649 Befehl
24650 \end_layout
24651
24652 \end_inset
24653 </cell>
24654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658 Befehl
24659 \end_layout
24660
24661 \end_inset
24662 </cell>
24663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24664 \begin_inset Text
24665
24666 \begin_layout Plain Layout
24667 Befehl
24668 \end_layout
24669
24670 \end_inset
24671 </cell>
24672 </row>
24673 <row>
24674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24675 \begin_inset Text
24676
24677 \begin_layout Plain Layout
24678
24679 \backslash
24680 sin
24681 \end_layout
24682
24683 \end_inset
24684 </cell>
24685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24686 \begin_inset Text
24687
24688 \begin_layout Plain Layout
24689
24690 \backslash
24691 sinh
24692 \end_layout
24693
24694 \end_inset
24695 </cell>
24696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24697 \begin_inset Text
24698
24699 \begin_layout Plain Layout
24700
24701 \backslash
24702 arcsin
24703 \end_layout
24704
24705 \end_inset
24706 </cell>
24707 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24708 \begin_inset Text
24709
24710 \begin_layout Plain Layout
24711
24712 \backslash
24713 sup
24714 \end_layout
24715
24716 \end_inset
24717 </cell>
24718 </row>
24719 <row>
24720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24721 \begin_inset Text
24722
24723 \begin_layout Plain Layout
24724
24725 \backslash
24726 cos
24727 \end_layout
24728
24729 \end_inset
24730 </cell>
24731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24732 \begin_inset Text
24733
24734 \begin_layout Plain Layout
24735
24736 \backslash
24737 cosh
24738 \end_layout
24739
24740 \end_inset
24741 </cell>
24742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24743 \begin_inset Text
24744
24745 \begin_layout Plain Layout
24746
24747 \backslash
24748 arccos
24749 \end_layout
24750
24751 \end_inset
24752 </cell>
24753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24754 \begin_inset Text
24755
24756 \begin_layout Plain Layout
24757
24758 \backslash
24759 inf
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 </row>
24765 <row>
24766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770
24771 \backslash
24772 tan
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781
24782 \backslash
24783 tanh
24784 \end_layout
24785
24786 \end_inset
24787 </cell>
24788 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24789 \begin_inset Text
24790
24791 \begin_layout Plain Layout
24792
24793 \backslash
24794 arctan
24795 \end_layout
24796
24797 \end_inset
24798 </cell>
24799 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24800 \begin_inset Text
24801
24802 \begin_layout Plain Layout
24803
24804 \backslash
24805 lim
24806 \end_layout
24807
24808 \end_inset
24809 </cell>
24810 </row>
24811 <row>
24812 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24813 \begin_inset Text
24814
24815 \begin_layout Plain Layout
24816
24817 \backslash
24818 cot
24819 \end_layout
24820
24821 \end_inset
24822 </cell>
24823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24824 \begin_inset Text
24825
24826 \begin_layout Plain Layout
24827
24828 \backslash
24829 coth
24830 \end_layout
24831
24832 \end_inset
24833 </cell>
24834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24835 \begin_inset Text
24836
24837 \begin_layout Plain Layout
24838
24839 \backslash
24840 arg
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 liminf
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 </row>
24857 <row>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862
24863 \backslash
24864 sec
24865 \end_layout
24866
24867 \end_inset
24868 </cell>
24869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24870 \begin_inset Text
24871
24872 \begin_layout Plain Layout
24873
24874 \backslash
24875 min
24876 \end_layout
24877
24878 \end_inset
24879 </cell>
24880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24881 \begin_inset Text
24882
24883 \begin_layout Plain Layout
24884
24885 \backslash
24886 deg
24887 \end_layout
24888
24889 \end_inset
24890 </cell>
24891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24892 \begin_inset Text
24893
24894 \begin_layout Plain Layout
24895
24896 \backslash
24897 limsup
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 </row>
24903 <row>
24904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908
24909 \backslash
24910 csc
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919
24920 \backslash
24921 max
24922 \end_layout
24923
24924 \end_inset
24925 </cell>
24926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24927 \begin_inset Text
24928
24929 \begin_layout Plain Layout
24930
24931 \backslash
24932 det
24933 \end_layout
24934
24935 \end_inset
24936 </cell>
24937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24938 \begin_inset Text
24939
24940 \begin_layout Plain Layout
24941
24942 \backslash
24943 Pr
24944 \end_layout
24945
24946 \end_inset
24947 </cell>
24948 </row>
24949 <row>
24950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24951 \begin_inset Text
24952
24953 \begin_layout Plain Layout
24954
24955 \backslash
24956 ln
24957 \end_layout
24958
24959 \end_inset
24960 </cell>
24961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24962 \begin_inset Text
24963
24964 \begin_layout Plain Layout
24965
24966 \backslash
24967 exp
24968 \end_layout
24969
24970 \end_inset
24971 </cell>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 dim
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987
24988 \backslash
24989 hom
24990 \end_layout
24991
24992 \end_inset
24993 </cell>
24994 </row>
24995 <row>
24996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24997 \begin_inset Text
24998
24999 \begin_layout Plain Layout
25000
25001 \backslash
25002 lg
25003 \end_layout
25004
25005 \end_inset
25006 </cell>
25007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25008 \begin_inset Text
25009
25010 \begin_layout Plain Layout
25011
25012 \backslash
25013 log
25014 \end_layout
25015
25016 \end_inset
25017 </cell>
25018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25019 \begin_inset Text
25020
25021 \begin_layout Plain Layout
25022
25023 \backslash
25024 ker
25025 \end_layout
25026
25027 \end_inset
25028 </cell>
25029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25030 \begin_inset Text
25031
25032 \begin_layout Plain Layout
25033
25034 \backslash
25035 gcd
25036 \end_layout
25037
25038 \end_inset
25039 </cell>
25040 </row>
25041 </lyxtabular>
25042
25043 \end_inset
25044
25045
25046 \end_layout
25047
25048 \begin_layout Standard
25049 Sie können auch über den Mathe-Werkzeugleistenknopf 
25050 \begin_inset Graphics
25051         filename ../../images/math/functions.png
25052         scale 85
25053
25054 \end_inset
25055
25056  eingefügt werden.
25057 \end_layout
25058
25059 \begin_layout Subsection
25060 Selbst definierte Funktionen
25061 \begin_inset Index
25062 status collapsed
25063
25064 \begin_layout Plain Layout
25065 Funktionen ! selbstdefinierte
25066 \end_layout
25067
25068 \end_inset
25069
25070
25071 \end_layout
25072
25073 \begin_layout Standard
25074 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25075 \begin_inset space \thinspace{}
25076 \end_inset
25077
25078 B.
25079  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25080 \end_layout
25081
25082 \begin_layout Itemize
25083 Man definiert die Funktion selbst.
25084  Dazu gibt man im LaTeX-Vorspann die Zeile
25085 \begin_inset Newline newline
25086 \end_inset
25087
25088
25089 \begin_inset VSpace -3mm
25090 \end_inset
25091
25092
25093 \begin_inset Newline newline
25094 \end_inset
25095
25096
25097 \series bold
25098
25099 \backslash
25100 DeclareMathOperator{
25101 \backslash
25102 sgn}{sgn}
25103 \series default
25104
25105 \begin_inset Index
25106 status collapsed
25107
25108 \begin_layout Plain Layout
25109 Befehle ! D ! 
25110 \backslash
25111 dbinom@
25112 \backslash
25113 DeclareMathOperator
25114 \end_layout
25115
25116 \end_inset
25117
25118
25119 \begin_inset Newline newline
25120 \end_inset
25121
25122
25123 \begin_inset VSpace -2mm
25124 \end_inset
25125
25126
25127 \begin_inset Newline newline
25128 \end_inset
25129
25130 ein
25131 \begin_inset Foot
25132 status collapsed
25133
25134 \begin_layout Plain Layout
25135 Näheres zu 
25136 \series bold
25137
25138 \backslash
25139 DeclareMathOperator
25140 \series default
25141  siehe 
25142 \begin_inset CommandInset ref
25143 LatexCommand ref
25144 reference "sub:Selbstdefinierte-Operatoren"
25145
25146 \end_inset
25147
25148 .
25149 \end_layout
25150
25151 \end_inset
25152
25153 .
25154  Nun kann man mit dem Befehl 
25155 \series bold
25156
25157 \backslash
25158 sgn
25159 \series default
25160  die neu definierte Funktion aufrufen.
25161 \end_layout
25162
25163 \begin_layout Itemize
25164 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25165  Beispiel die Buchstaben 
25166 \emph on
25167 sgn
25168 \emph default
25169 , und wandelt ihn in in mathematischen Text um.
25170  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25171 \end_layout
25172
25173 \begin_layout Standard
25174 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25175  Funktion
25176 \begin_inset Foot
25177 status collapsed
25178
25179 \begin_layout Plain Layout
25180 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25181 \end_layout
25182
25183 \end_inset
25184
25185 :
25186 \end_layout
25187
25188 \begin_layout Standard
25189 \align center
25190 \begin_inset Tabular
25191 <lyxtabular version="3" rows="3" columns="2">
25192 <features>
25193 <column alignment="center" valignment="top" width="0pt">
25194 <column alignment="center" valignment="top" width="0pt">
25195 <row>
25196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200 Befehl
25201 \end_layout
25202
25203 \end_inset
25204 </cell>
25205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25206 \begin_inset Text
25207
25208 \begin_layout Plain Layout
25209 Ergebnis
25210 \end_layout
25211
25212 \end_inset
25213 </cell>
25214 </row>
25215 <row>
25216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25217 \begin_inset Text
25218
25219 \begin_layout Plain Layout
25220 A
25221 \backslash
25222 sgn(x)+B
25223 \end_layout
25224
25225 \end_inset
25226 </cell>
25227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25228 \begin_inset Text
25229
25230 \begin_layout Plain Layout
25231 \begin_inset Formula $A\sgn(x)+B$
25232 \end_inset
25233
25234
25235 \end_layout
25236
25237 \end_inset
25238 </cell>
25239 </row>
25240 <row>
25241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25242 \begin_inset Text
25243
25244 \begin_layout Plain Layout
25245 A
25246 \backslash
25247 ,
25248 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25249 \end_inset
25250
25251 (x)+B
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 </row>
25269 </lyxtabular>
25270
25271 \end_inset
25272
25273
25274 \end_layout
25275
25276 \begin_layout Standard
25277 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25278  mehrfach verwendet werden soll.
25279 \end_layout
25280
25281 \begin_layout Subsection
25282 Grenzwerte
25283 \begin_inset Index
25284 status collapsed
25285
25286 \begin_layout Plain Layout
25287 Grenzwerte
25288 \end_layout
25289
25290 \end_inset
25291
25292
25293 \end_layout
25294
25295 \begin_layout Standard
25296 Für Grenzwerte sind außer 
25297 \series bold
25298
25299 \backslash
25300 lim
25301 \series default
25302
25303 \begin_inset Index
25304 status collapsed
25305
25306 \begin_layout Plain Layout
25307 Befehle ! L ! 
25308 \backslash
25309 lim
25310 \end_layout
25311
25312 \end_inset
25313
25314
25315 \series bold
25316
25317 \backslash
25318 liminf
25319 \series default
25320  und 
25321 \series bold
25322
25323 \backslash
25324 limsup
25325 \series default
25326  noch folgende Funktionen definiert:
25327 \end_layout
25328
25329 \begin_layout Standard
25330 \align center
25331 \begin_inset Tabular
25332 <lyxtabular version="3" rows="5" columns="2">
25333 <features>
25334 <column alignment="center" valignment="top" width="0">
25335 <column alignment="center" valignment="top" width="0">
25336 <row>
25337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25338 \begin_inset Text
25339
25340 \begin_layout Plain Layout
25341 Befehl
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 Ergebnis
25351 \begin_inset Note Note
25352 status collapsed
25353
25354 \begin_layout Plain Layout
25355
25356 \series bold
25357
25358 \backslash
25359 raisebox
25360 \series default
25361  dient nur als Abstandhalter.
25362 \end_layout
25363
25364 \end_inset
25365
25366
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 </row>
25372 <row>
25373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25374 \begin_inset Text
25375
25376 \begin_layout Plain Layout
25377
25378 \backslash
25379 varliminf
25380 \end_layout
25381
25382 \end_inset
25383 </cell>
25384 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25385 \begin_inset Text
25386
25387 \begin_layout Plain Layout
25388 \begin_inset Formula $\varliminf$
25389 \end_inset
25390
25391
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 </row>
25397 <row>
25398 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25399 \begin_inset Text
25400
25401 \begin_layout Plain Layout
25402
25403 \backslash
25404 varlimsup
25405 \end_layout
25406
25407 \end_inset
25408 </cell>
25409 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25410 \begin_inset Text
25411
25412 \begin_layout Plain Layout
25413 \begin_inset Formula $\varlimsup$
25414 \end_inset
25415
25416
25417 \end_layout
25418
25419 \end_inset
25420 </cell>
25421 </row>
25422 <row>
25423 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25424 \begin_inset Text
25425
25426 \begin_layout Plain Layout
25427
25428 \backslash
25429 varprojlim
25430 \end_layout
25431
25432 \end_inset
25433 </cell>
25434 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25435 \begin_inset Text
25436
25437 \begin_layout Plain Layout
25438 \begin_inset Formula $\varprojlim$
25439 \end_inset
25440
25441
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 </row>
25447 <row>
25448 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25449 \begin_inset Text
25450
25451 \begin_layout Plain Layout
25452
25453 \backslash
25454 varinjlim
25455 \end_layout
25456
25457 \end_inset
25458 </cell>
25459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25460 \begin_inset Text
25461
25462 \begin_layout Plain Layout
25463 \begin_inset Formula $\varinjlim$
25464 \end_inset
25465
25466
25467 \begin_inset Formula $\raisebox{-2.5mm}{}$
25468 \end_inset
25469
25470
25471 \end_layout
25472
25473 \end_inset
25474 </cell>
25475 </row>
25476 </lyxtabular>
25477
25478 \end_inset
25479
25480
25481 \end_layout
25482
25483 \begin_layout Standard
25484 \begin_inset VSpace medskip
25485 \end_inset
25486
25487 Der Grenzwert wird durch Tiefstellen erzeugt.
25488  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25489 \end_layout
25490
25491 \begin_layout Standard
25492 \align center
25493 \begin_inset Tabular
25494 <lyxtabular version="3" rows="2" columns="2">
25495 <features>
25496 <column alignment="center" valignment="top" width="0pt">
25497 <column alignment="center" valignment="top" width="0pt">
25498 <row>
25499 <cell alignment="center" valignment="top" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503 Befehl
25504 \end_layout
25505
25506 \end_inset
25507 </cell>
25508 <cell alignment="center" valignment="top" usebox="none">
25509 \begin_inset Text
25510
25511 \begin_layout Plain Layout
25512 \begin_inset space \hspace{}
25513 \length 1cm
25514 \end_inset
25515
25516 Ergebnis
25517 \begin_inset Note Note
25518 status collapsed
25519
25520 \begin_layout Plain Layout
25521 Der Leerraum und 
25522 \series bold
25523
25524 \backslash
25525 raisebox
25526 \series default
25527  dienen nur als Abstandhalter.
25528 \end_layout
25529
25530 \end_inset
25531
25532
25533 \end_layout
25534
25535 \end_inset
25536 </cell>
25537 </row>
25538 <row>
25539 <cell alignment="center" valignment="top" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \backslash
25545 lim_x
25546 \backslash
25547 to
25548 \begin_inset ERT
25549 status collapsed
25550
25551 \begin_layout Plain Layout
25552
25553
25554 \backslash
25555 leer 
25556 \end_layout
25557
25558 \end_inset
25559
25560 A
25561 \begin_inset ERT
25562 status collapsed
25563
25564 \begin_layout Plain Layout
25565
25566
25567 \backslash
25568 leer 
25569 \end_layout
25570
25571 \end_inset
25572
25573 x=B
25574 \end_layout
25575
25576 \end_inset
25577 </cell>
25578 <cell alignment="center" valignment="top" usebox="none">
25579 \begin_inset Text
25580
25581 \begin_layout Plain Layout
25582 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25583 \end_inset
25584
25585
25586 \end_layout
25587
25588 \end_inset
25589 </cell>
25590 </row>
25591 </lyxtabular>
25592
25593 \end_inset
25594
25595
25596 \end_layout
25597
25598 \begin_layout Standard
25599 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25600 \begin_inset Formula \[
25601 \lim_{x\to A}x=B\]
25602
25603 \end_inset
25604
25605
25606 \end_layout
25607
25608 \begin_layout Subsection
25609 Modulo-Funktionen
25610 \begin_inset Index
25611 status collapsed
25612
25613 \begin_layout Plain Layout
25614 Funktionen ! Modulo-
25615 \end_layout
25616
25617 \end_inset
25618
25619
25620 \end_layout
25621
25622 \begin_layout Standard
25623 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25624  Varianten.
25625 \end_layout
25626
25627 \begin_layout Standard
25628 Die Varianten in einer abgesetzten Formel:
25629 \begin_inset Formula \begin{align*}
25630 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25631 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25632 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25633 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25634 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25635
25636 \end_inset
25637
25638
25639 \end_layout
25640
25641 \begin_layout Standard
25642 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25643  weniger Leerraum gesetzt.
25644 \end_layout
25645
25646 \begin_layout Section
25647 Sonderzeichen
25648 \begin_inset Index
25649 status collapsed
25650
25651 \begin_layout Plain Layout
25652 Sonderzeichen
25653 \end_layout
25654
25655 \end_inset
25656
25657
25658 \end_layout
25659
25660 \begin_layout Subsection
25661 Sonderzeichen im mathematischen Text
25662 \end_layout
25663
25664 \begin_layout Standard
25665 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25666  verwendet werden:
25667 \end_layout
25668
25669 \begin_layout Standard
25670 \begin_inset space \hfill{}
25671 \end_inset
25672
25673
25674 \begin_inset Tabular
25675 <lyxtabular version="3" rows="8" columns="2">
25676 <features>
25677 <column alignment="block" valignment="top" width="0">
25678 <column alignment="block" valignment="top" width="0">
25679 <row>
25680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25681 \begin_inset Text
25682
25683 \begin_layout Plain Layout
25684 Befehl
25685 \end_layout
25686
25687 \end_inset
25688 </cell>
25689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25690 \begin_inset Text
25691
25692 \begin_layout Plain Layout
25693 Ergebnis
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 </row>
25699 <row>
25700 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25701 \begin_inset Text
25702
25703 \begin_layout Plain Layout
25704
25705 \backslash
25706 oe
25707 \end_layout
25708
25709 \end_inset
25710 </cell>
25711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25712 \begin_inset Text
25713
25714 \begin_layout Plain Layout
25715 \begin_inset Formula $\textrm{œ}$
25716 \end_inset
25717
25718
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 </row>
25724 <row>
25725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25726 \begin_inset Text
25727
25728 \begin_layout Plain Layout
25729
25730 \backslash
25731 OE
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 \begin_inset Formula $\textrm{Œ}$
25741 \end_inset
25742
25743
25744 \end_layout
25745
25746 \end_inset
25747 </cell>
25748 </row>
25749 <row>
25750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25751 \begin_inset Text
25752
25753 \begin_layout Plain Layout
25754
25755 \backslash
25756 ae
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25762 \begin_inset Text
25763
25764 \begin_layout Plain Layout
25765 \begin_inset Formula $\textrm{æ}$
25766 \end_inset
25767
25768
25769 \end_layout
25770
25771 \end_inset
25772 </cell>
25773 </row>
25774 <row>
25775 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25776 \begin_inset Text
25777
25778 \begin_layout Plain Layout
25779
25780 \backslash
25781 AE
25782 \end_layout
25783
25784 \end_inset
25785 </cell>
25786 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25787 \begin_inset Text
25788
25789 \begin_layout Plain Layout
25790 \begin_inset Formula $\textrm{Æ}$
25791 \end_inset
25792
25793
25794 \end_layout
25795
25796 \end_inset
25797 </cell>
25798 </row>
25799 <row>
25800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25801 \begin_inset Text
25802
25803 \begin_layout Plain Layout
25804
25805 \backslash
25806 aa
25807 \end_layout
25808
25809 \end_inset
25810 </cell>
25811 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25812 \begin_inset Text
25813
25814 \begin_layout Plain Layout
25815 \begin_inset Formula $\textrm{\aa}$
25816 \end_inset
25817
25818
25819 \end_layout
25820
25821 \end_inset
25822 </cell>
25823 </row>
25824 <row>
25825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25826 \begin_inset Text
25827
25828 \begin_layout Plain Layout
25829
25830 \backslash
25831 AA
25832 \begin_inset Index
25833 status collapsed
25834
25835 \begin_layout Plain Layout
25836
25837 \backslash
25838 @
25839 \begin_inset ERT
25840 status collapsed
25841
25842 \begin_layout Plain Layout
25843
25844
25845 \backslash
25846 textrm{
25847 \backslash
25848 AA}
25849 \end_layout
25850
25851 \end_inset
25852
25853
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25864 \begin_inset Text
25865
25866 \begin_layout Plain Layout
25867 \begin_inset Formula $\textrm{Å}$
25868 \end_inset
25869
25870
25871 \end_layout
25872
25873 \end_inset
25874 </cell>
25875 </row>
25876 <row>
25877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25878 \begin_inset Text
25879
25880 \begin_layout Plain Layout
25881
25882 \backslash
25883 i
25884 \end_layout
25885
25886 \end_inset
25887 </cell>
25888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25889 \begin_inset Text
25890
25891 \begin_layout Plain Layout
25892 \begin_inset Formula $\textrm{ı}$
25893 \end_inset
25894
25895
25896 \end_layout
25897
25898 \end_inset
25899 </cell>
25900 </row>
25901 </lyxtabular>
25902
25903 \end_inset
25904
25905
25906 \begin_inset space \hfill{}
25907 \end_inset
25908
25909
25910 \begin_inset Tabular
25911 <lyxtabular version="3" rows="8" columns="2">
25912 <features>
25913 <column alignment="block" valignment="top" width="0">
25914 <column alignment="center" valignment="top" width="0">
25915 <row>
25916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920 Befehl
25921 \begin_inset Note Note
25922 status collapsed
25923
25924 \begin_layout Plain Layout
25925 Der Leerraum von 0
25926 \begin_inset space \thinspace{}
25927 \end_inset
25928
25929 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25930  ¿ erscheinen würde.
25931 \end_layout
25932
25933 \end_inset
25934
25935
25936 \end_layout
25937
25938 \end_inset
25939 </cell>
25940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25941 \begin_inset Text
25942
25943 \begin_layout Plain Layout
25944 Ergebnis
25945 \end_layout
25946
25947 \end_inset
25948 </cell>
25949 </row>
25950 <row>
25951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25952 \begin_inset Text
25953
25954 \begin_layout Plain Layout
25955
25956 \backslash
25957 o
25958 \end_layout
25959
25960 \end_inset
25961 </cell>
25962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25963 \begin_inset Text
25964
25965 \begin_layout Plain Layout
25966 \begin_inset Formula $\textrm{ø}$
25967 \end_inset
25968
25969
25970 \end_layout
25971
25972 \end_inset
25973 </cell>
25974 </row>
25975 <row>
25976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25977 \begin_inset Text
25978
25979 \begin_layout Plain Layout
25980
25981 \backslash
25982 O
25983 \end_layout
25984
25985 \end_inset
25986 </cell>
25987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25988 \begin_inset Text
25989
25990 \begin_layout Plain Layout
25991 \begin_inset Formula $\textrm{Ø}$
25992 \end_inset
25993
25994
25995 \end_layout
25996
25997 \end_inset
25998 </cell>
25999 </row>
26000 <row>
26001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26002 \begin_inset Text
26003
26004 \begin_layout Plain Layout
26005
26006 \backslash
26007 l
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016 \begin_inset Formula $\textrm{ł}$
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 </row>
26025 <row>
26026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26027 \begin_inset Text
26028
26029 \begin_layout Plain Layout
26030
26031 \backslash
26032 L
26033 \end_layout
26034
26035 \end_inset
26036 </cell>
26037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26038 \begin_inset Text
26039
26040 \begin_layout Plain Layout
26041 \begin_inset Formula $\textrm{Ł}$
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 </row>
26050 <row>
26051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 !
26056 \begin_inset space \hspace{}
26057 \length 0mm
26058 \end_inset
26059
26060 `
26061 \begin_inset ERT
26062 status collapsed
26063
26064 \begin_layout Plain Layout
26065
26066
26067 \backslash
26068 leer 
26069 \end_layout
26070
26071 \end_inset
26072
26073
26074 \end_layout
26075
26076 \end_inset
26077 </cell>
26078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26079 \begin_inset Text
26080
26081 \begin_layout Plain Layout
26082 \begin_inset Formula $\textrm{!`}$
26083 \end_inset
26084
26085
26086 \end_layout
26087
26088 \end_inset
26089 </cell>
26090 </row>
26091 <row>
26092 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26093 \begin_inset Text
26094
26095 \begin_layout Plain Layout
26096 ?
26097 \begin_inset space \hspace{}
26098 \length 0mm
26099 \end_inset
26100
26101 `
26102 \begin_inset ERT
26103 status collapsed
26104
26105 \begin_layout Plain Layout
26106
26107
26108 \backslash
26109 leer 
26110 \end_layout
26111
26112 \end_inset
26113
26114
26115 \end_layout
26116
26117 \end_inset
26118 </cell>
26119 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26120 \begin_inset Text
26121
26122 \begin_layout Plain Layout
26123 \begin_inset Formula $\textrm{?`}$
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 </row>
26132 <row>
26133 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137
26138 \backslash
26139 j
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 \begin_inset Formula $\textrm{ȷ}$
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 </row>
26157 </lyxtabular>
26158
26159 \end_inset
26160
26161
26162 \begin_inset space \hfill{}
26163 \end_inset
26164
26165
26166 \end_layout
26167
26168 \begin_layout Standard
26169 Die Zeichen 
26170 \begin_inset Formula $\textrm{\textrm{Å}}$
26171 \end_inset
26172
26173  und 
26174 \begin_inset Formula $\textrm{\textrm{Ø}}$
26175 \end_inset
26176
26177  können auch über den Mathe-Werkzeugleistenknopf 
26178 \begin_inset Graphics
26179         filename ../../images/math/digamma.png
26180         scale 85
26181
26182 \end_inset
26183
26184  eingefügt werden.
26185 \end_layout
26186
26187 \begin_layout Standard
26188 Eine Ausnahme bilden die Befehle 
26189 \series bold
26190 !
26191 \begin_inset space \hspace{}
26192 \length 0mm
26193 \end_inset
26194
26195 `
26196 \series default
26197  und 
26198 \series bold
26199 ?
26200 \begin_inset space \hspace{}
26201 \length 0mm
26202 \end_inset
26203
26204 `
26205 \series default
26206 , denn man kann sie in LyX direkt in den Text eingeben.
26207 \end_layout
26208
26209 \begin_layout Subsection
26210 Akzente im Text
26211 \begin_inset CommandInset label
26212 LatexCommand label
26213 name "sub:Sonderzeichen-Akzente"
26214
26215 \end_inset
26216
26217
26218 \begin_inset Index
26219 status collapsed
26220
26221 \begin_layout Plain Layout
26222 Akzente ! im Text
26223 \end_layout
26224
26225 \end_inset
26226
26227
26228 \end_layout
26229
26230 \begin_layout Standard
26231 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26232  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26233 \end_layout
26234
26235 \begin_layout Standard
26236 \begin_inset space \hfill{}
26237 \end_inset
26238
26239
26240 \begin_inset Tabular
26241 <lyxtabular version="3" rows="8" columns="2">
26242 <features>
26243 <column alignment="block" valignment="top" width="0">
26244 <column alignment="block" valignment="top" width="0">
26245 <row>
26246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26247 \begin_inset Text
26248
26249 \begin_layout Plain Layout
26250 Befehl
26251 \end_layout
26252
26253 \end_inset
26254 </cell>
26255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26256 \begin_inset Text
26257
26258 \begin_layout Plain Layout
26259 Ergebnis
26260 \end_layout
26261
26262 \end_inset
26263 </cell>
26264 </row>
26265 <row>
26266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26267 \begin_inset Text
26268
26269 \begin_layout Plain Layout
26270
26271 \backslash
26272
26273 \begin_inset Quotes grd
26274 \end_inset
26275
26276 e
26277 \end_layout
26278
26279 \end_inset
26280 </cell>
26281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26282 \begin_inset Text
26283
26284 \begin_layout Plain Layout
26285 \begin_inset ERT
26286 status collapsed
26287
26288 \begin_layout Plain Layout
26289
26290
26291 \backslash
26292 "e
26293 \end_layout
26294
26295 \end_inset
26296
26297
26298 \end_layout
26299
26300 \end_inset
26301 </cell>
26302 </row>
26303 <row>
26304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26305 \begin_inset Text
26306
26307 \begin_layout Plain Layout
26308
26309 \backslash
26310 `e
26311 \end_layout
26312
26313 \end_inset
26314 </cell>
26315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26316 \begin_inset Text
26317
26318 \begin_layout Plain Layout
26319 \begin_inset ERT
26320 status collapsed
26321
26322 \begin_layout Plain Layout
26323
26324
26325 \backslash
26326 `e
26327 \end_layout
26328
26329 \end_inset
26330
26331
26332 \end_layout
26333
26334 \end_inset
26335 </cell>
26336 </row>
26337 <row>
26338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26339 \begin_inset Text
26340
26341 \begin_layout Plain Layout
26342
26343 \backslash
26344 ^
26345 \begin_inset ERT
26346 status collapsed
26347
26348 \begin_layout Plain Layout
26349
26350
26351 \backslash
26352 leer 
26353 \end_layout
26354
26355 \end_inset
26356
26357 e
26358 \end_layout
26359
26360 \end_inset
26361 </cell>
26362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26363 \begin_inset Text
26364
26365 \begin_layout Plain Layout
26366 \begin_inset ERT
26367 status collapsed
26368
26369 \begin_layout Plain Layout
26370
26371
26372 \backslash
26373 ^e
26374 \end_layout
26375
26376 \end_inset
26377
26378
26379 \end_layout
26380
26381 \end_inset
26382 </cell>
26383 </row>
26384 <row>
26385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26386 \begin_inset Text
26387
26388 \begin_layout Plain Layout
26389
26390 \backslash
26391 =e
26392 \end_layout
26393
26394 \end_inset
26395 </cell>
26396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26397 \begin_inset Text
26398
26399 \begin_layout Plain Layout
26400 \begin_inset ERT
26401 status collapsed
26402
26403 \begin_layout Plain Layout
26404
26405
26406 \backslash
26407 =e
26408 \end_layout
26409
26410 \end_inset
26411
26412
26413 \end_layout
26414
26415 \end_inset
26416 </cell>
26417 </row>
26418 <row>
26419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26420 \begin_inset Text
26421
26422 \begin_layout Plain Layout
26423
26424 \backslash
26425 u
26426 \begin_inset ERT
26427 status collapsed
26428
26429 \begin_layout Plain Layout
26430
26431
26432 \backslash
26433 leer 
26434 \end_layout
26435
26436 \end_inset
26437
26438 e
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447 \begin_inset ERT
26448 status collapsed
26449
26450 \begin_layout Plain Layout
26451
26452
26453 \backslash
26454 u e
26455 \end_layout
26456
26457 \end_inset
26458
26459
26460 \end_layout
26461
26462 \end_inset
26463 </cell>
26464 </row>
26465 <row>
26466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26467 \begin_inset Text
26468
26469 \begin_layout Plain Layout
26470
26471 \backslash
26472 b
26473 \begin_inset ERT
26474 status collapsed
26475
26476 \begin_layout Plain Layout
26477
26478
26479 \backslash
26480 leer 
26481 \end_layout
26482
26483 \end_inset
26484
26485 e
26486 \end_layout
26487
26488 \end_inset
26489 </cell>
26490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26491 \begin_inset Text
26492
26493 \begin_layout Plain Layout
26494 \begin_inset ERT
26495 status collapsed
26496
26497 \begin_layout Plain Layout
26498
26499
26500 \backslash
26501 b e
26502 \end_layout
26503
26504 \end_inset
26505
26506
26507 \end_layout
26508
26509 \end_inset
26510 </cell>
26511 </row>
26512 <row>
26513 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26514 \begin_inset Text
26515
26516 \begin_layout Plain Layout
26517
26518 \backslash
26519 t
26520 \begin_inset ERT
26521 status collapsed
26522
26523 \begin_layout Plain Layout
26524
26525
26526 \backslash
26527 leer 
26528 \end_layout
26529
26530 \end_inset
26531
26532 ee
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26538 \begin_inset Text
26539
26540 \begin_layout Plain Layout
26541 \begin_inset ERT
26542 status collapsed
26543
26544 \begin_layout Plain Layout
26545
26546
26547 \backslash
26548 t ee
26549 \end_layout
26550
26551 \end_inset
26552
26553
26554 \end_layout
26555
26556 \end_inset
26557 </cell>
26558 </row>
26559 </lyxtabular>
26560
26561 \end_inset
26562
26563
26564 \begin_inset space \hfill{}
26565 \end_inset
26566
26567
26568 \begin_inset Tabular
26569 <lyxtabular version="3" rows="8" columns="2">
26570 <features>
26571 <column alignment="block" valignment="top" width="0">
26572 <column alignment="center" valignment="top" width="0">
26573 <row>
26574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26575 \begin_inset Text
26576
26577 \begin_layout Plain Layout
26578 Befehl
26579 \end_layout
26580
26581 \end_inset
26582 </cell>
26583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26584 \begin_inset Text
26585
26586 \begin_layout Plain Layout
26587 Ergebnis
26588 \end_layout
26589
26590 \end_inset
26591 </cell>
26592 </row>
26593 <row>
26594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26595 \begin_inset Text
26596
26597 \begin_layout Plain Layout
26598
26599 \backslash
26600 H
26601 \begin_inset ERT
26602 status collapsed
26603
26604 \begin_layout Plain Layout
26605
26606
26607 \backslash
26608 leer 
26609 \end_layout
26610
26611 \end_inset
26612
26613 e
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622 \begin_inset ERT
26623 status collapsed
26624
26625 \begin_layout Plain Layout
26626
26627
26628 \backslash
26629 H e
26630 \end_layout
26631
26632 \end_inset
26633
26634
26635 \end_layout
26636
26637 \end_inset
26638 </cell>
26639 </row>
26640 <row>
26641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26642 \begin_inset Text
26643
26644 \begin_layout Plain Layout
26645
26646 \backslash
26647 'e
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 \begin_inset ERT
26657 status collapsed
26658
26659 \begin_layout Plain Layout
26660
26661
26662 \backslash
26663 'e
26664 \end_layout
26665
26666 \end_inset
26667
26668
26669 \end_layout
26670
26671 \end_inset
26672 </cell>
26673 </row>
26674 <row>
26675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26676 \begin_inset Text
26677
26678 \begin_layout Plain Layout
26679
26680 \backslash
26681 ~e
26682 \begin_inset Index
26683 status collapsed
26684
26685 \begin_layout Plain Layout
26686 Tilde
26687 \end_layout
26688
26689 \end_inset
26690
26691
26692 \end_layout
26693
26694 \end_inset
26695 </cell>
26696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26697 \begin_inset Text
26698
26699 \begin_layout Plain Layout
26700 \begin_inset ERT
26701 status collapsed
26702
26703 \begin_layout Plain Layout
26704
26705
26706 \backslash
26707 ~e
26708 \end_layout
26709
26710 \end_inset
26711
26712
26713 \end_layout
26714
26715 \end_inset
26716 </cell>
26717 </row>
26718 <row>
26719 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26720 \begin_inset Text
26721
26722 \begin_layout Plain Layout
26723
26724 \backslash
26725 .e
26726 \end_layout
26727
26728 \end_inset
26729 </cell>
26730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26731 \begin_inset Text
26732
26733 \begin_layout Plain Layout
26734 \begin_inset ERT
26735 status collapsed
26736
26737 \begin_layout Plain Layout
26738
26739
26740 \backslash
26741 .e
26742 \end_layout
26743
26744 \end_inset
26745
26746
26747 \end_layout
26748
26749 \end_inset
26750 </cell>
26751 </row>
26752 <row>
26753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26754 \begin_inset Text
26755
26756 \begin_layout Plain Layout
26757
26758 \backslash
26759 v
26760 \begin_inset ERT
26761 status collapsed
26762
26763 \begin_layout Plain Layout
26764
26765
26766 \backslash
26767 leer 
26768 \end_layout
26769
26770 \end_inset
26771
26772 e
26773 \end_layout
26774
26775 \end_inset
26776 </cell>
26777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26778 \begin_inset Text
26779
26780 \begin_layout Plain Layout
26781 \begin_inset ERT
26782 status collapsed
26783
26784 \begin_layout Plain Layout
26785
26786
26787 \backslash
26788 v e
26789 \end_layout
26790
26791 \end_inset
26792
26793
26794 \end_layout
26795
26796 \end_inset
26797 </cell>
26798 </row>
26799 <row>
26800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26801 \begin_inset Text
26802
26803 \begin_layout Plain Layout
26804
26805 \backslash
26806 d
26807 \begin_inset ERT
26808 status collapsed
26809
26810 \begin_layout Plain Layout
26811
26812
26813 \backslash
26814 leer 
26815 \end_layout
26816
26817 \end_inset
26818
26819 e
26820 \end_layout
26821
26822 \end_inset
26823 </cell>
26824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26825 \begin_inset Text
26826
26827 \begin_layout Plain Layout
26828 \begin_inset ERT
26829 status collapsed
26830
26831 \begin_layout Plain Layout
26832
26833
26834 \backslash
26835 d e
26836 \end_layout
26837
26838 \end_inset
26839
26840
26841 \end_layout
26842
26843 \end_inset
26844 </cell>
26845 </row>
26846 <row>
26847 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851
26852 \backslash
26853 c
26854 \begin_inset ERT
26855 status collapsed
26856
26857 \begin_layout Plain Layout
26858
26859
26860 \backslash
26861 leer 
26862 \end_layout
26863
26864 \end_inset
26865
26866 e
26867 \end_layout
26868
26869 \end_inset
26870 </cell>
26871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26872 \begin_inset Text
26873
26874 \begin_layout Plain Layout
26875 \begin_inset ERT
26876 status collapsed
26877
26878 \begin_layout Plain Layout
26879
26880
26881 \backslash
26882 c e
26883 \end_layout
26884
26885 \end_inset
26886
26887
26888 \end_layout
26889
26890 \end_inset
26891 </cell>
26892 </row>
26893 </lyxtabular>
26894
26895 \end_inset
26896
26897
26898 \begin_inset space \hfill{}
26899 \end_inset
26900
26901
26902 \end_layout
26903
26904 \begin_layout Standard
26905 \begin_inset VSpace medskip
26906 \end_inset
26907
26908 Mit dem Befehl 
26909 \series bold
26910
26911 \backslash
26912 t
26913 \series default
26914  können auch zwei verschiedene Zeichen akzentuiert werden.
26915  Der Befehl 
26916 \series bold
26917
26918 \backslash
26919 t
26920 \begin_inset ERT
26921 status collapsed
26922
26923 \begin_layout Plain Layout
26924
26925
26926 \backslash
26927 leer 
26928 \end_layout
26929
26930 \end_inset
26931
26932 sz
26933 \series default
26934  ergibt: 
26935 \begin_inset ERT
26936 status collapsed
26937
26938 \begin_layout Plain Layout
26939
26940
26941 \backslash
26942 t sz
26943 \end_layout
26944
26945 \end_inset
26946
26947
26948 \end_layout
26949
26950 \begin_layout Standard
26951 Die Akzente 
26952 \series bold
26953 `
26954 \series default
26955  , 
26956 \series bold
26957 '
26958 \series default
26959  und 
26960 \series bold
26961 ^
26962 \series default
26963  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26964  werden ohne den TeX-Modus zu benutzen.
26965  Dasselbe gilt für die Tilde
26966 \begin_inset Foot
26967 status collapsed
26968
26969 \begin_layout Plain Layout
26970 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26971 \end_layout
26972
26973 \end_inset
26974
26975  
26976 \series bold
26977 ~
26978 \series default
26979  in Verbindung mit 
26980 \emph on
26981 a
26982 \emph default
26983  , 
26984 \emph on
26985 n
26986 \emph default
26987  oder 
26988 \emph on
26989 o
26990 \emph default
26991 .
26992 \end_layout
26993
26994 \begin_layout Standard
26995 Die Befehle 
26996 \series bold
26997
26998 \backslash
26999 b
27000 \series default
27001  , 
27002 \series bold
27003
27004 \backslash
27005 c
27006 \series default
27007  , 
27008 \series bold
27009
27010 \backslash
27011 d
27012 \series default
27013  , 
27014 \series bold
27015
27016 \backslash
27017 H
27018 \series default
27019  , 
27020 \series bold
27021
27022 \backslash
27023 t
27024 \series default
27025  , 
27026 \series bold
27027
27028 \backslash
27029 u
27030 \series default
27031  , 
27032 \series bold
27033
27034 \backslash
27035 v
27036 \series default
27037  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27038  Textmodus verfügbar.
27039  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27040  
27041 \begin_inset CommandInset ref
27042 LatexCommand ref
27043 reference "sub:Akzente-für-ein"
27044
27045 \end_inset
27046
27047 .
27048 \end_layout
27049
27050 \begin_layout Standard
27051 \begin_inset VSpace bigskip
27052 \end_inset
27053
27054 Des Weiteren kann man mit dem Befehl 
27055 \series bold
27056
27057 \backslash
27058 textcircled
27059 \series default
27060
27061 \begin_inset Index
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065 Befehle ! T ! 
27066 \backslash
27067 textcircled
27068 \end_layout
27069
27070 \end_inset
27071
27072 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27073  Kreis setzen, quasi mit einem Kreis akzentuieren.
27074 \end_layout
27075
27076 \begin_layout Standard
27077 \align center
27078 \begin_inset Tabular
27079 <lyxtabular version="3" rows="3" columns="2">
27080 <features>
27081 <column alignment="center" valignment="top" width="0">
27082 <column alignment="center" valignment="top" width="0">
27083 <row>
27084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27085 \begin_inset Text
27086
27087 \begin_layout Plain Layout
27088 Befehl
27089 \end_layout
27090
27091 \end_inset
27092 </cell>
27093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27094 \begin_inset Text
27095
27096 \begin_layout Plain Layout
27097 Ergebnis
27098 \begin_inset Note Note
27099 status collapsed
27100
27101 \begin_layout Plain Layout
27102
27103 \series bold
27104
27105 \backslash
27106 raisebox
27107 \series default
27108  in der Formel dient nur als Abstandhalter.
27109 \end_layout
27110
27111 \end_inset
27112
27113
27114 \end_layout
27115
27116 \end_inset
27117 </cell>
27118 </row>
27119 <row>
27120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27121 \begin_inset Text
27122
27123 \begin_layout Plain Layout
27124
27125 \backslash
27126 textcircled{w}
27127 \end_layout
27128
27129 \end_inset
27130 </cell>
27131 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27132 \begin_inset Text
27133
27134 \begin_layout Plain Layout
27135 \begin_inset ERT
27136 status collapsed
27137
27138 \begin_layout Plain Layout
27139
27140
27141 \backslash
27142 textcircled{w}
27143 \end_layout
27144
27145 \end_inset
27146
27147
27148 \end_layout
27149
27150 \end_inset
27151 </cell>
27152 </row>
27153 <row>
27154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27155 \begin_inset Text
27156
27157 \begin_layout Plain Layout
27158
27159 \backslash
27160 Large 
27161 \backslash
27162 textcircled{
27163 \backslash
27164 normalsize
27165 \backslash
27166 protect
27167 \backslash
27168 raisebox{-1.5pt}{W}}
27169 \end_layout
27170
27171 \end_inset
27172 </cell>
27173 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27174 \begin_inset Text
27175
27176 \begin_layout Plain Layout
27177 \begin_inset Formula $\raisebox{4.5mm}{}$
27178 \end_inset
27179
27180
27181 \begin_inset ERT
27182 status collapsed
27183
27184 \begin_layout Plain Layout
27185
27186
27187 \backslash
27188 Large 
27189 \backslash
27190 textcircled{
27191 \backslash
27192 normalsize
27193 \backslash
27194 protect
27195 \backslash
27196 raisebox{-1.5pt}W}
27197 \end_layout
27198
27199 \end_inset
27200
27201
27202 \begin_inset Formula $\raisebox{-2mm}{}$
27203 \end_inset
27204
27205
27206 \end_layout
27207
27208 \end_inset
27209 </cell>
27210 </row>
27211 </lyxtabular>
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Standard
27219 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27220  
27221 \series bold
27222
27223 \backslash
27224 Large
27225 \series default
27226
27227 \begin_inset Foot
27228 status collapsed
27229
27230 \begin_layout Plain Layout
27231 siehe 
27232 \begin_inset CommandInset ref
27233 LatexCommand ref
27234 reference "sub:Schriftgrößen"
27235
27236 \end_inset
27237
27238
27239 \end_layout
27240
27241 \end_inset
27242
27243  bestimmt dabei die Größe des Kreises.
27244  Mit Hilfe von 
27245 \series bold
27246
27247 \backslash
27248 raisebox
27249 \series default
27250
27251 \begin_inset Foot
27252 status collapsed
27253
27254 \begin_layout Plain Layout
27255 siehe 
27256 \begin_inset CommandInset ref
27257 LatexCommand ref
27258 reference "sub:Boxen-ohne-Rahmen"
27259
27260 \end_inset
27261
27262
27263 \end_layout
27264
27265 \end_inset
27266
27267  kann man das Zeichen zentrieren.
27268 \end_layout
27269
27270 \begin_layout Subsection
27271 Minuskelziffern
27272 \begin_inset Index
27273 status collapsed
27274
27275 \begin_layout Plain Layout
27276 Minuskelziffern
27277 \end_layout
27278
27279 \end_inset
27280
27281
27282 \end_layout
27283
27284 \begin_layout Standard
27285 Minuskelziffern werden mit dem Befehl 
27286 \series bold
27287
27288 \backslash
27289 oldstylenums
27290 \series default
27291
27292 \begin_inset Index
27293 status collapsed
27294
27295 \begin_layout Plain Layout
27296 Befehle ! O ! 
27297 \backslash
27298 oldstylenums
27299 \end_layout
27300
27301 \end_inset
27302
27303  erzeugt.
27304  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27305  Das Befehlsschema lautet:
27306 \end_layout
27307
27308 \begin_layout Standard
27309
27310 \series bold
27311
27312 \backslash
27313 oldstylenums{Ziffer}
27314 \end_layout
27315
27316 \begin_layout Standard
27317 Der Befehl 
27318 \series bold
27319
27320 \backslash
27321 oldstylenums{0123456789
27322 \series default
27323  ergibt: 
27324 \begin_inset Formula $\oldstylenums{0123456789}$
27325 \end_inset
27326
27327
27328 \end_layout
27329
27330 \begin_layout Subsection
27331 Sonstige Sonderzeichen
27332 \begin_inset CommandInset label
27333 LatexCommand label
27334 name "sub:Sonstige-Sonderzeichen"
27335
27336 \end_inset
27337
27338
27339 \begin_inset Index
27340 status collapsed
27341
27342 \begin_layout Plain Layout
27343 Sonderzeichen ! sonstige
27344 \end_layout
27345
27346 \end_inset
27347
27348
27349 \end_layout
27350
27351 \begin_layout Standard
27352 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27353 \end_layout
27354
27355 \begin_layout Standard
27356 \align center
27357 \begin_inset Tabular
27358 <lyxtabular version="3" rows="4" columns="2">
27359 <features>
27360 <column alignment="center" valignment="top" width="0">
27361 <column alignment="center" valignment="top" width="0">
27362 <row>
27363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27364 \begin_inset Text
27365
27366 \begin_layout Plain Layout
27367 Befehl
27368 \end_layout
27369
27370 \end_inset
27371 </cell>
27372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27373 \begin_inset Text
27374
27375 \begin_layout Plain Layout
27376 Ergebnis
27377 \end_layout
27378
27379 \end_inset
27380 </cell>
27381 </row>
27382 <row>
27383 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27384 \begin_inset Text
27385
27386 \begin_layout Plain Layout
27387
27388 \backslash
27389 ^
27390 \begin_inset ERT
27391 status collapsed
27392
27393 \begin_layout Plain Layout
27394
27395
27396 \backslash
27397 leer 
27398 \end_layout
27399
27400 \end_inset
27401
27402
27403 \end_layout
27404
27405 \end_inset
27406 </cell>
27407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27408 \begin_inset Text
27409
27410 \begin_layout Plain Layout
27411 \begin_inset Formula $\mathcircumflex$
27412 \end_inset
27413
27414
27415 \end_layout
27416
27417 \end_inset
27418 </cell>
27419 </row>
27420 <row>
27421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27422 \begin_inset Text
27423
27424 \begin_layout Plain Layout
27425
27426 \backslash
27427 _
27428 \end_layout
27429
27430 \end_inset
27431 </cell>
27432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27433 \begin_inset Text
27434
27435 \begin_layout Plain Layout
27436 \begin_inset Formula $\_$
27437 \end_inset
27438
27439
27440 \end_layout
27441
27442 \end_inset
27443 </cell>
27444 </row>
27445 <row>
27446 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27447 \begin_inset Text
27448
27449 \begin_layout Plain Layout
27450 ^
27451 \begin_inset ERT
27452 status collapsed
27453
27454 \begin_layout Plain Layout
27455
27456
27457 \backslash
27458 leer 
27459 \end_layout
27460
27461 \end_inset
27462
27463
27464 \backslash
27465 circ
27466 \begin_inset Index
27467 status collapsed
27468
27469 \begin_layout Plain Layout
27470
27471 \backslash
27472
27473 \end_layout
27474
27475 \end_inset
27476
27477
27478 \end_layout
27479
27480 \end_inset
27481 </cell>
27482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27483 \begin_inset Text
27484
27485 \begin_layout Plain Layout
27486 \begin_inset Formula $^{\circ}$
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \end_inset
27493 </cell>
27494 </row>
27495 </lyxtabular>
27496
27497 \end_inset
27498
27499
27500 \end_layout
27501
27502 \begin_layout Standard
27503 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27504  folgende Zeile enthält
27505 \begin_inset Foot
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 Mehr dazu ist in 
27510 \begin_inset CommandInset ref
27511 LatexCommand ref
27512 reference "sub:Textzeichen-in-Formeln"
27513
27514 \end_inset
27515
27516  beschrieben.
27517 \end_layout
27518
27519 \end_inset
27520
27521 :
27522 \end_layout
27523
27524 \begin_layout Standard
27525
27526 \series bold
27527
27528 \backslash
27529 DeclareInputText{176}{
27530 \backslash
27531 ifmmode^
27532 \backslash
27533 circ
27534 \backslash
27535 else
27536 \backslash
27537 textdegree
27538 \backslash
27539 fi}
27540 \end_layout
27541
27542 \begin_layout Section
27543 Formelstile
27544 \begin_inset CommandInset label
27545 LatexCommand label
27546 name "sec:Formelstile"
27547
27548 \end_inset
27549
27550
27551 \begin_inset Index
27552 status collapsed
27553
27554 \begin_layout Plain Layout
27555 Formel ! Stile
27556 \end_layout
27557
27558 \end_inset
27559
27560
27561 \end_layout
27562
27563 \begin_layout Itemize
27564 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27565 \end_layout
27566
27567 \begin_deeper
27568 \begin_layout Description
27569 Zentriert ist der voreingestellte Standard
27570 \end_layout
27571
27572 \begin_layout Description
27573 Eingerückt dazu muss im Menü 
27574 \family sans
27575 Dokument\SpecialChar \menuseparator
27576 Einstellungen
27577 \family default
27578  unter 
27579 \family sans
27580 Dokumentklasse
27581 \family default
27582  die Option 
27583 \series bold
27584 fleqn
27585 \series default
27586  eingeben werden
27587 \end_layout
27588
27589 \begin_layout Standard
27590 Wird 
27591 \series bold
27592 Eingerückt
27593 \series default
27594  verwendet, kann mit der Länge 
27595 \series bold
27596
27597 \backslash
27598 mathindent
27599 \series default
27600
27601 \begin_inset Index
27602 status collapsed
27603
27604 \begin_layout Plain Layout
27605 Befehle ! M ! 
27606 \backslash
27607 mathindent
27608 \end_layout
27609
27610 \end_inset
27611
27612  die Einrückung eingestellt werden.
27613  Soll der Abstand 15
27614 \begin_inset space \thinspace{}
27615 \end_inset
27616
27617 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27618 \end_layout
27619
27620 \begin_layout Standard
27621
27622 \series bold
27623
27624 \backslash
27625 setlength{
27626 \backslash
27627 mathindent}{15mm}
27628 \end_layout
27629
27630 \begin_layout Standard
27631 ein.
27632  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27633 \begin_inset space \thinspace{}
27634 \end_inset
27635
27636 pt verwendet.
27637 \end_layout
27638
27639 \end_deeper
27640 \begin_layout Itemize
27641 Und zwei verschiedene Nummerierungsstile:
27642 \end_layout
27643
27644 \begin_deeper
27645 \begin_layout Description
27646 Rechts ist der voreingestellte Standard
27647 \end_layout
27648
27649 \begin_layout Description
27650 Links dazu muss im Menü 
27651 \family sans
27652 Dokument\SpecialChar \menuseparator
27653 Einstellungen
27654 \family default
27655  unter 
27656 \family sans
27657 Dokumentklasse
27658 \family default
27659  die Option 
27660 \series bold
27661 leqno
27662 \series default
27663  eingeben werden
27664 \end_layout
27665
27666 \end_deeper
27667 \begin_layout Standard
27668
27669 \series bold
27670 fleqn
27671 \series default
27672  und 
27673 \series bold
27674 leqno
27675 \series default
27676  können auch gemeinsam verwendet werden.
27677  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27678 n.
27679 \end_layout
27680
27681 \begin_layout Standard
27682 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27683  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27684  ausgerichtete Formeln setzen, verwendet man den Stil 
27685 \series bold
27686 Zentriert
27687 \series default
27688 .
27689  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27690  
27691 \begin_inset CommandInset ref
27692 LatexCommand ref
27693 reference "sub:Flalign-Umgebung"
27694
27695 \end_inset
27696
27697 .
27698 \end_layout
27699
27700 \begin_layout Section
27701 Mehrzeilige Formeln
27702 \begin_inset CommandInset label
27703 LatexCommand label
27704 name "sec:Mehrzeilige-Formeln"
27705
27706 \end_inset
27707
27708
27709 \begin_inset Index
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 Formel ! mehrzeilige
27714 \end_layout
27715
27716 \end_inset
27717
27718
27719 \end_layout
27720
27721 \begin_layout Subsection
27722 Allgemeines
27723 \end_layout
27724
27725 \begin_layout Standard
27726 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27727 \family sans
27728 \series bold
27729 Strg+Enter
27730 \family default
27731 \series default
27732  drückt.
27733  Dies erzeugt entweder eine 
27734 \series bold
27735 eqnarray-Umgebung
27736 \series default
27737 , die in 
27738 \begin_inset CommandInset ref
27739 LatexCommand ref
27740 reference "sub:Eqnarray-Umgebung"
27741
27742 \end_inset
27743
27744  beschrieben ist oder, wenn die Option 
27745 \family sans
27746 AMS-Mathe-Paket verwenden
27747 \family default
27748  in den Dokumenteinstellungen gewählt ist, eine 
27749 \series bold
27750 align-Umgebung
27751 \series default
27752 , die in 
27753 \begin_inset CommandInset ref
27754 LatexCommand ref
27755 reference "sub:Standard-align-Umgebung"
27756
27757 \end_inset
27758
27759  beschrieben ist.
27760 \end_layout
27761
27762 \begin_layout Standard
27763 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27764 \family sans
27765 Einfügen\SpecialChar \menuseparator
27766 Mathe
27767 \family default
27768  erstellt werden können.
27769  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27770 \end_layout
27771
27772 \begin_layout Standard
27773 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27774  man 
27775 \family sans
27776 Strg+Enter
27777 \family default
27778  drückt.
27779  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27780 fe 
27781 \begin_inset Graphics
27782         filename ../../images/tabular-feature_append-row.png
27783         scale 85
27784
27785 \end_inset
27786
27787  bzw.
27788 \begin_inset space ~
27789 \end_inset
27790
27791
27792 \begin_inset Graphics
27793         filename ../../images/tabular-feature_delete-row.png
27794         scale 85
27795
27796 \end_inset
27797
27798  oder das Menü 
27799 \family sans
27800 Bearbeiten\SpecialChar \menuseparator
27801 Zeilen & Spalten
27802 \family default
27803  verwendet werden.
27804 \end_layout
27805
27806 \begin_layout Subsubsection
27807 Zeilenabstand
27808 \begin_inset CommandInset label
27809 LatexCommand label
27810 name "sub:Zeilenabstand"
27811
27812 \end_inset
27813
27814
27815 \begin_inset Index
27816 status collapsed
27817
27818 \begin_layout Plain Layout
27819 Formel ! mehrzeilige ! Zeilenabstand
27820 \end_layout
27821
27822 \end_inset
27823
27824
27825 \end_layout
27826
27827 \begin_layout Standard
27828 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27829 \begin_inset Formula \begin{eqnarray*}
27830 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}\\
27831 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\end{eqnarray*}
27832
27833 \end_inset
27834
27835
27836 \end_layout
27837
27838 \begin_layout Standard
27839 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27840 chbefehls angegeben.
27841  Dies ist in LyX aber nicht möglich
27842 \begin_inset Foot
27843 status collapsed
27844
27845 \begin_layout Plain Layout
27846 siehe 
27847 \begin_inset CommandInset href
27848 LatexCommand href
27849 name "LyX-Fehler #1505"
27850 target "http://www.lyx.org/trac/ticket/1505"
27851
27852 \end_inset
27853
27854
27855 \end_layout
27856
27857 \end_inset
27858
27859 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27860  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27861  Zeile den Befehl 
27862 \series bold
27863
27864 \backslash
27865
27866 \backslash
27867 [3mm]
27868 \series default
27869  ein.
27870  Damit erhält man: 
27871 \begin_inset ERT
27872 status collapsed
27873
27874 \begin_layout Plain Layout
27875
27876
27877 \backslash
27878 begin{eqnarray*}
27879 \end_layout
27880
27881 \begin_layout Plain Layout
27882
27883 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27884  = & 
27885 \backslash
27886 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27887 \backslash
27888
27889 \backslash
27890 [3mm]
27891 \end_layout
27892
27893 \begin_layout Plain Layout
27894
27895 4x^{2}
27896 \backslash
27897 left(B^{2}+x_{0}^{2}
27898 \backslash
27899 right)+4x_{0}x
27900 \backslash
27901 left(D-B^{2}
27902 \backslash
27903 right)+B^{2}
27904 \backslash
27905 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27906 \backslash
27907 right) & = & 0
27908 \end_layout
27909
27910 \begin_layout Plain Layout
27911
27912
27913 \backslash
27914 end{eqnarray*}
27915 \end_layout
27916
27917 \end_inset
27918
27919
27920 \end_layout
27921
27922 \begin_layout Standard
27923 \begin_inset VSpace bigskip
27924 \end_inset
27925
27926 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27927  man die Länge 
27928 \series bold
27929
27930 \backslash
27931 jot
27932 \series default
27933
27934 \begin_inset Index
27935 status collapsed
27936
27937 \begin_layout Plain Layout
27938 Befehle ! J ! 
27939 \backslash
27940 jot
27941 \end_layout
27942
27943 \end_inset
27944
27945 .
27946  Es gilt 
27947 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27948 \end_inset
27949
27950 .
27951  Voreingestellt ist für 
27952 \series bold
27953
27954 \backslash
27955 jot
27956 \series default
27957  der Wert 3
27958 \begin_inset space \thinspace{}
27959 \end_inset
27960
27961 pt.
27962  Um wie im vorigen Beispiel 3
27963 \begin_inset space \thinspace{}
27964 \end_inset
27965
27966 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27967 \end_layout
27968
27969 \begin_layout Standard
27970
27971 \series bold
27972
27973 \backslash
27974 setlength{
27975 \backslash
27976 jot}{3mm+3pt}
27977 \end_layout
27978
27979 \begin_layout Standard
27980 im TeX-Modus vor der Formel ein.
27981  Das setzt voraus, dass das LaTeX-Paket 
27982 \series bold
27983 calc
27984 \series default
27985
27986 \begin_inset Foot
27987 status collapsed
27988
27989 \begin_layout Plain Layout
27990
27991 \series bold
27992 calc
27993 \series default
27994  ist Teil jeder LaTeX-Standardinstallation.
27995 \end_layout
27996
27997 \end_inset
27998
27999
28000 \begin_inset Index
28001 status collapsed
28002
28003 \begin_layout Plain Layout
28004 Pakete ! calc
28005 \end_layout
28006
28007 \end_inset
28008
28009  im LaTeX-Vorspann mit der Zeile
28010 \end_layout
28011
28012 \begin_layout Standard
28013
28014 \series bold
28015
28016 \backslash
28017 usepackage{calc}
28018 \end_layout
28019
28020 \begin_layout Standard
28021 geladen wurde.
28022 \end_layout
28023
28024 \begin_layout Standard
28025 Man erhält: 
28026 \begin_inset ERT
28027 status collapsed
28028
28029 \begin_layout Plain Layout
28030
28031
28032 \backslash
28033 setlength{
28034 \backslash
28035 jot}{3mm+3pt}
28036 \end_layout
28037
28038 \end_inset
28039
28040
28041 \begin_inset Formula \begin{eqnarray*}
28042 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}\\
28043 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\end{eqnarray*}
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Standard
28051 \begin_inset ERT
28052 status collapsed
28053
28054 \begin_layout Plain Layout
28055
28056
28057 \backslash
28058 setlength{
28059 \backslash
28060 jot}{3pt}
28061 \end_layout
28062
28063 \end_inset
28064
28065  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28066 \series bold
28067
28068 \backslash
28069 jot
28070 \series default
28071  auf den Wert 3
28072 \begin_inset space \thinspace{}
28073 \end_inset
28074
28075 pt.
28076 \end_layout
28077
28078 \begin_layout Subsubsection
28079 Spaltenabstand
28080 \begin_inset CommandInset label
28081 LatexCommand label
28082 name "sub:Spaltenabstand"
28083
28084 \end_inset
28085
28086
28087 \begin_inset Index
28088 status collapsed
28089
28090 \begin_layout Plain Layout
28091 Formel ! mehrzeilige ! Spaltenabstand
28092 \end_layout
28093
28094 \end_inset
28095
28096
28097 \end_layout
28098
28099 \begin_layout Standard
28100 Mehrzeilige Formeln bilden eine Matrix.
28101  Eine Formel in der Eqnarray-Umgebung ist z.
28102 \begin_inset space \thinspace{}
28103 \end_inset
28104
28105 B.
28106  eine dreispaltige Matrix.
28107  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28108  neben den Relationszeichen ändern.
28109 \end_layout
28110
28111 \begin_layout Standard
28112 Der Spaltenabstand wird mit der Länge 
28113 \series bold
28114
28115 \backslash
28116 arraycolsep
28117 \series default
28118
28119 \begin_inset Index
28120 status collapsed
28121
28122 \begin_layout Plain Layout
28123 Befehle ! A ! 
28124 \backslash
28125 arraycolsep
28126 \end_layout
28127
28128 \end_inset
28129
28130  festgelegt, wobei gilt:
28131 \begin_inset Newline newline
28132 \end_inset
28133
28134 Spaltenabstand = 2
28135 \begin_inset space \thinspace{}
28136 \end_inset
28137
28138
28139 \series bold
28140
28141 \backslash
28142 arraycolsep
28143 \series default
28144 .
28145 \begin_inset Newline newline
28146 \end_inset
28147
28148 Der im TeX-Modus eingegebene Befehl
28149 \end_layout
28150
28151 \begin_layout Standard
28152
28153 \series bold
28154
28155 \backslash
28156 setlength{
28157 \backslash
28158 arraycolsep}{1cm}
28159 \end_layout
28160
28161 \begin_layout Standard
28162 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28163 \begin_inset space \thinspace{}
28164 \end_inset
28165
28166 cm.
28167  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28168 \series bold
28169
28170 \backslash
28171 arraycolsep
28172 \series default
28173  auf 5
28174 \begin_inset space \thinspace{}
28175 \end_inset
28176
28177 pt.
28178 \end_layout
28179
28180 \begin_layout Standard
28181 Eine Formel mit 2
28182 \begin_inset space \thinspace{}
28183 \end_inset
28184
28185 cm Spaltenabstand:
28186 \begin_inset ERT
28187 status collapsed
28188
28189 \begin_layout Plain Layout
28190
28191
28192 \backslash
28193 setlength{
28194 \backslash
28195 arraycolsep}{1cm}
28196 \end_layout
28197
28198 \end_inset
28199
28200
28201 \begin_inset Formula \begin{eqnarray*}
28202 A & = & B\\
28203 C & \ne & A\end{eqnarray*}
28204
28205 \end_inset
28206
28207 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28208 \begin_inset space \thinspace{}
28209 \end_inset
28210
28211 pt:
28212 \begin_inset ERT
28213 status collapsed
28214
28215 \begin_layout Plain Layout
28216
28217
28218 \backslash
28219 setlength{
28220 \backslash
28221 arraycolsep}{5pt}
28222 \end_layout
28223
28224 \end_inset
28225
28226
28227 \begin_inset Formula \begin{eqnarray*}
28228 A & = & B\\
28229 C & \ne & A\end{eqnarray*}
28230
28231 \end_inset
28232
28233
28234 \end_layout
28235
28236 \begin_layout Standard
28237 \begin_inset Newpage newpage
28238 \end_inset
28239
28240
28241 \end_layout
28242
28243 \begin_layout Subsubsection
28244 Lange Formeln
28245 \begin_inset Index
28246 status collapsed
28247
28248 \begin_layout Plain Layout
28249 Formel ! lange
28250 \end_layout
28251
28252 \end_inset
28253
28254
28255 \end_layout
28256
28257 \begin_layout Standard
28258 Lange Formeln kann man wie folgt setzen:
28259 \end_layout
28260
28261 \begin_layout Itemize
28262 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28263  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28264 \begin_inset Formula \begin{eqnarray}
28265 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 \\
28266  &  & -\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}\end{eqnarray}
28267
28268 \end_inset
28269
28270 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28271  als Operator, da es das erste Zeichen der Zeile ist.
28272  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28273  Bruchstrich unterscheiden.
28274  Um das zu verhindern, wurde mit dem Befehl 
28275 \series bold
28276
28277 \backslash
28278 hspace
28279 \series default
28280  3
28281 \begin_inset space \thinspace{}
28282 \end_inset
28283
28284 pt Leerraum hinter das Minuszeichen eingefügt.
28285 \begin_inset Foot
28286 status collapsed
28287
28288 \begin_layout Plain Layout
28289 mehr zu 
28290 \series bold
28291
28292 \backslash
28293 hspace
28294 \series default
28295  siehe 
28296 \begin_inset CommandInset ref
28297 LatexCommand ref
28298 reference "sub:Variabler-Leerraum"
28299
28300 \end_inset
28301
28302
28303 \end_layout
28304
28305 \end_inset
28306
28307
28308 \begin_inset Index
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312 Befehle ! H ! 
28313 \backslash
28314 hspace
28315 \end_layout
28316
28317 \end_inset
28318
28319
28320 \end_layout
28321
28322 \begin_layout Itemize
28323 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28324 \series bold
28325
28326 \backslash
28327 lefteqn
28328 \series default
28329
28330 \begin_inset Index
28331 status collapsed
28332
28333 \begin_layout Plain Layout
28334 Befehle ! L ! 
28335 \backslash
28336 lefteqn
28337 \end_layout
28338
28339 \end_inset
28340
28341 .
28342  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28343  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28344 \begin_inset Formula \begin{eqnarray}
28345 \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 \\
28346  &  & -\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 \\
28347  &  & =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}\end{eqnarray}
28348
28349 \end_inset
28350
28351 Nachdem man 
28352 \series bold
28353
28354 \backslash
28355 lefteqn
28356 \series default
28357  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28358  das gegenüber dem blauen leicht verschoben ist.
28359  In dieses wird die Formel eingegeben.
28360 \begin_inset Newline newline
28361 \end_inset
28362
28363 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28364  eingegeben.
28365  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28366  Einrückung.
28367 \begin_inset VSpace medskip
28368 \end_inset
28369
28370
28371 \begin_inset Newline newline
28372 \end_inset
28373
28374
28375 \begin_inset Note Greyedout
28376 status open
28377
28378 \begin_layout Plain Layout
28379 Bei der Verwendung von 
28380 \series bold
28381
28382 \backslash
28383 lefteqn
28384 \series default
28385  ist Folgendes zu beachten:
28386 \end_layout
28387
28388 \begin_layout Itemize
28389 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28390  Würde man in obigem Beispiel der ersten Zeile den Term 
28391 \begin_inset Formula $-B^{2}$
28392 \end_inset
28393
28394  anfügen, befände sich dieser außerhalb des Seitenrands.
28395  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28396  Leerraum einfügen.
28397 \end_layout
28398
28399 \begin_layout Itemize
28400 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28401  erste Zeile gesetzt werden.
28402 \begin_inset Foot
28403 status collapsed
28404
28405 \begin_layout Plain Layout
28406 \begin_inset CommandInset href
28407 LatexCommand href
28408 name "LyX-Fehler #1429"
28409 target "http://www.lyx.org/trac/ticket/1429"
28410
28411 \end_inset
28412
28413
28414 \end_layout
28415
28416 \end_inset
28417
28418  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28419  Pfeiltasten bewegen.
28420 \end_layout
28421
28422 \end_inset
28423
28424
28425 \end_layout
28426
28427 \begin_layout Itemize
28428 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28429 \begin_inset CommandInset ref
28430 LatexCommand ref
28431 reference "sub:Multline-Umgebung"
28432
28433 \end_inset
28434
28435  und 
28436 \begin_inset CommandInset ref
28437 LatexCommand ref
28438 reference "sub:Mehrzeilige-Formelteile"
28439
28440 \end_inset
28441
28442  beschriebenen Umgebungen.
28443 \end_layout
28444
28445 \begin_layout Subsubsection
28446 Mehrzeilige Klammern
28447 \begin_inset CommandInset label
28448 LatexCommand label
28449 name "sub:Mehrzeilige-Klammern"
28450
28451 \end_inset
28452
28453
28454 \begin_inset Index
28455 status collapsed
28456
28457 \begin_layout Plain Layout
28458 Klammern ! mehrzeilige
28459 \end_layout
28460
28461 \end_inset
28462
28463
28464 \end_layout
28465
28466 \begin_layout Standard
28467 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28468 \begin_inset Formula \begin{eqnarray*}
28469 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28470  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28471
28472 \end_inset
28473
28474
28475 \end_layout
28476
28477 \begin_layout Standard
28478 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28479  Größe dürfen nicht über mehrere Zeilen gehen.
28480 \end_layout
28481
28482 \begin_layout Standard
28483 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28484  erste Zeile mit 
28485 \series bold
28486
28487 \backslash
28488 right.
28489 \series default
28490
28491 \begin_inset Index
28492 status collapsed
28493
28494 \begin_layout Plain Layout
28495 Befehle ! R ! 
28496 \backslash
28497 right
28498 \end_layout
28499
28500 \end_inset
28501
28502  und beginnt die zweite Zeile mit 
28503 \series bold
28504
28505 \backslash
28506 left.
28507 \begin_inset Foot
28508 status collapsed
28509
28510 \begin_layout Plain Layout
28511 mehr zu 
28512 \series bold
28513
28514 \backslash
28515 left
28516 \series default
28517  und 
28518 \series bold
28519
28520 \backslash
28521 right
28522 \series default
28523  siehe 
28524 \begin_inset CommandInset ref
28525 LatexCommand ref
28526 reference "sub:Automatische-Klammergrößen"
28527
28528 \end_inset
28529
28530
28531 \end_layout
28532
28533 \end_inset
28534
28535
28536 \series default
28537
28538 \begin_inset Index
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542 Befehle ! L ! 
28543 \backslash
28544 left
28545 \end_layout
28546
28547 \end_inset
28548
28549 .
28550  Nach 
28551 \series bold
28552
28553 \backslash
28554 left.
28555
28556 \series default
28557  gibt man den Befehl 
28558 \series bold
28559
28560 \backslash
28561 vphantom
28562 \series default
28563
28564 \begin_inset ERT
28565 status collapsed
28566
28567 \begin_layout Plain Layout
28568
28569
28570 \backslash
28571 leer 
28572 \end_layout
28573
28574 \end_inset
28575
28576
28577 \series bold
28578
28579 \backslash
28580 prod
28581 \series default
28582 ^
28583 \begin_inset ERT
28584 status collapsed
28585
28586 \begin_layout Plain Layout
28587
28588
28589 \backslash
28590 leer 
28591 \end_layout
28592
28593 \end_inset
28594
28595
28596 \series bold
28597
28598 \backslash
28599 infty
28600 \series default
28601
28602 \begin_inset ERT
28603 status collapsed
28604
28605 \begin_layout Plain Layout
28606
28607
28608 \backslash
28609 leer 
28610 \end_layout
28611
28612 \end_inset
28613
28614
28615 \series bold
28616
28617 \begin_inset Formula $\downarrow$
28618 \end_inset
28619
28620 _R=1}
28621 \series default
28622
28623 \begin_inset Index
28624 status collapsed
28625
28626 \begin_layout Plain Layout
28627 Befehle ! V ! 
28628 \backslash
28629 vphantom
28630 \end_layout
28631
28632 \end_inset
28633
28634  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28635  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28636 \end_layout
28637
28638 \begin_layout Standard
28639 Das Ergebnis sieht so aus:
28640 \begin_inset Formula \begin{eqnarray*}
28641 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28642  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28643
28644 \end_inset
28645
28646
28647 \end_layout
28648
28649 \begin_layout Subsection
28650 Align-Umgebungen
28651 \end_layout
28652
28653 \begin_layout Standard
28654 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28655  werden.
28656  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28657 \end_layout
28658
28659 \begin_layout Standard
28660 Align-Umgebungen bestehen aus Spalten.
28661  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28662  ausgerichtet.
28663  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28664 \end_layout
28665
28666 \begin_layout Standard
28667 Align-Umgebung werden über das Menü 
28668 \family sans
28669 Einfügen\SpecialChar \menuseparator
28670 Mathe
28671 \family default
28672  erstellt.
28673  Über das Menü 
28674 \family sans
28675 Bearbeiten\SpecialChar \menuseparator
28676 Mathe\SpecialChar \menuseparator
28677 Formelart
28678 \begin_inset space ~
28679 \end_inset
28680
28681 ändern
28682 \family default
28683  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28684 \end_layout
28685
28686 \begin_layout Standard
28687 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28688
28689 \begin_inset Graphics
28690         filename ../../images/tabular-feature_append-column.png
28691         scale 85
28692
28693 \end_inset
28694
28695  bzw.
28696 \begin_inset space ~
28697 \end_inset
28698
28699
28700 \begin_inset Graphics
28701         filename ../../images/tabular-feature_delete-column.png
28702         scale 85
28703
28704 \end_inset
28705
28706  oder das Menü 
28707 \family sans
28708 Bearbeiten\SpecialChar \menuseparator
28709 Zeilen & Spalten
28710 \family default
28711  verwendet werden.
28712 \end_layout
28713
28714 \begin_layout Subsubsection
28715 Standard align-Umgebung
28716 \begin_inset CommandInset label
28717 LatexCommand label
28718 name "sub:Standard-align-Umgebung"
28719
28720 \end_inset
28721
28722
28723 \begin_inset Index
28724 status collapsed
28725
28726 \begin_layout Plain Layout
28727 Formel ! mehrzeilige ! align-Umgebung
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \end_layout
28734
28735 \begin_layout Standard
28736 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28737 \family sans
28738 Strg+Enter
28739 \family default
28740  drückt oder das Menü 
28741 \family sans
28742 Einfügen\SpecialChar \menuseparator
28743 Mathe\SpecialChar \menuseparator
28744 AMS align-Umge\SpecialChar \-
28745 bung
28746 \family default
28747  aufruft.
28748 \end_layout
28749
28750 \begin_layout Standard
28751 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28752 n align-Umgebung erzeugt wurden:
28753 \begin_inset Formula \begin{align*}
28754 A & =\sin(B) & C & =D\\
28755 C & \ne A & B & \ne D\end{align*}
28756
28757 \end_inset
28758
28759 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28760  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28761 \series bold
28762
28763 \backslash
28764 hfill
28765 \begin_inset Foot
28766 status collapsed
28767
28768 \begin_layout Plain Layout
28769 mehr zu 
28770 \series bold
28771
28772 \backslash
28773 hfill
28774 \series default
28775  siehe 
28776 \begin_inset CommandInset ref
28777 LatexCommand ref
28778 reference "sub:Variabler-Leerraum"
28779
28780 \end_inset
28781
28782
28783 \end_layout
28784
28785 \end_inset
28786
28787
28788 \series default
28789  befinden.
28790  Ist der Formelstil 
28791 \series bold
28792 Eingerückt
28793 \begin_inset Foot
28794 status collapsed
28795
28796 \begin_layout Plain Layout
28797 Formelstile siehe 
28798 \begin_inset CommandInset ref
28799 LatexCommand ref
28800 reference "sec:Formelstile"
28801
28802 \end_inset
28803
28804
28805 \end_layout
28806
28807 \end_inset
28808
28809
28810 \series default
28811  gewählt, wird die Formel ohne den 
28812 \series bold
28813
28814 \backslash
28815 hfill
28816 \series default
28817  vor der ersten Spalte gesetzt.
28818 \end_layout
28819
28820 \begin_layout Subsubsection
28821 Alignat-Umgebung
28822 \begin_inset Index
28823 status collapsed
28824
28825 \begin_layout Plain Layout
28826 Formel ! mehrzeilige ! alignat-Umgebung
28827 \end_layout
28828
28829 \end_inset
28830
28831
28832 \end_layout
28833
28834 \begin_layout Standard
28835 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28836  Man kann ihn manuell durch die in 
28837 \begin_inset CommandInset ref
28838 LatexCommand ref
28839 reference "sub:Leerraum"
28840
28841 \end_inset
28842
28843  beschriebenen Leerräume einfügen.
28844 \end_layout
28845
28846 \begin_layout Standard
28847 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28848  Formel 1
28849 \begin_inset space \thinspace{}
28850 \end_inset
28851
28852 cm Leerraum eingefügt wurde:
28853 \begin_inset Formula \begin{alignat*}{2}
28854 A & =\sin(B) & \hspace{1cm}C & =D\\
28855 C & \ne A & B & \ne D\end{alignat*}
28856
28857 \end_inset
28858
28859 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28860  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28861  Formeln.
28862 \end_layout
28863
28864 \begin_layout Subsubsection
28865 Flalign-Umgebung
28866 \begin_inset CommandInset label
28867 LatexCommand label
28868 name "sub:Flalign-Umgebung"
28869
28870 \end_inset
28871
28872
28873 \begin_inset Index
28874 status collapsed
28875
28876 \begin_layout Plain Layout
28877 Formel ! mehrzeilige ! flalign-Umgebung
28878 \end_layout
28879
28880 \end_inset
28881
28882
28883 \end_layout
28884
28885 \begin_layout Standard
28886 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28887  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28888  Dazu ein Beispiel:
28889 \begin_inset Formula \begin{flalign*}
28890 A & =1 & B & =2 & C & =3\\
28891 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28892
28893 \end_inset
28894
28895
28896 \end_layout
28897
28898 \begin_layout Standard
28899 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28900  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28901  im Dokument links setzen obwohl der Formelstil 
28902 \series bold
28903 Zentriert
28904 \series default
28905  eingestellt ist.
28906  Als Beispiel die eingerückte ausgerichtete Formel 
28907 \begin_inset CommandInset ref
28908 LatexCommand eqref
28909 reference "eq:VolInt"
28910
28911 \end_inset
28912
28913 :
28914 \begin_inset Formula \begin{flalign}
28915 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28916
28917 \end_inset
28918
28919 In den ersten beiden Spalten befindet sich die Formel.
28920  Damit sie wie beim Formelstil 
28921 \series bold
28922 Eingerückt
28923 \series default
28924  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28925 \begin_inset space \thinspace{}
28926 \end_inset
28927
28928 pt Leerraum eingefügt.
28929 \end_layout
28930
28931 \begin_layout Subsection
28932 Eqnarray-Umgebung
28933 \begin_inset CommandInset label
28934 LatexCommand label
28935 name "sub:Eqnarray-Umgebung"
28936
28937 \end_inset
28938
28939
28940 \begin_inset Index
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 Formel ! mehrzeilige ! Eqnarray-Umgebung
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \begin_layout Standard
28953 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28954  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28955  ausgerichtet.
28956  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28957  da dieses Kästchen nur für Relationzeichen gedacht ist.
28958 \begin_inset Formula \begin{eqnarray*}
28959 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28960 AB & AB & AB\\
28961 A & = & A\end{eqnarray*}
28962
28963 \end_inset
28964
28965
28966 \end_layout
28967
28968 \begin_layout Subsection
28969 Gather-Umgebung
28970 \begin_inset Index
28971 status collapsed
28972
28973 \begin_layout Plain Layout
28974 Formel ! mehrzeilige ! Gather-Umgebung
28975 \end_layout
28976
28977 \end_inset
28978
28979
28980 \end_layout
28981
28982 \begin_layout Standard
28983 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28984  Jede Zeile kann nummeriert werden.
28985 \begin_inset Formula \begin{gather}
28986 A=1\\
28987 X=\textrm{-}1\end{gather}
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Subsection
28995 Multline-Umgebung
28996 \begin_inset CommandInset label
28997 LatexCommand label
28998 name "sub:Multline-Umgebung"
28999
29000 \end_inset
29001
29002
29003 \begin_inset Index
29004 status collapsed
29005
29006 \begin_layout Plain Layout
29007 Formel ! mehrzeilige ! Multline-Umgebung
29008 \end_layout
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \begin_layout Standard
29016 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29017  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29018  Alle anderen Zeilen sind zentriert.
29019  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29020  Als Beispiel Formel 
29021 \begin_inset CommandInset ref
29022 LatexCommand eqref
29023 reference "eq:lefteqn"
29024
29025 \end_inset
29026
29027  in der multline-Umgebung:
29028 \begin_inset Formula \begin{multline}
29029 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}\\
29030 -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}\\
29031 =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}}\end{multline}
29032
29033 \end_inset
29034
29035
29036 \end_layout
29037
29038 \begin_layout Standard
29039 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29040  nummeriert, wenn rechts (links) nummeriert wird.
29041 \begin_inset Foot
29042 status collapsed
29043
29044 \begin_layout Plain Layout
29045 Nummerierungsstile siehe 
29046 \begin_inset CommandInset ref
29047 LatexCommand ref
29048 reference "sec:Formelstile"
29049
29050 \end_inset
29051
29052
29053 \end_layout
29054
29055 \end_inset
29056
29057
29058 \end_layout
29059
29060 \begin_layout Standard
29061 Mit den Befehlen 
29062 \series bold
29063
29064 \backslash
29065 shoveright
29066 \begin_inset Index
29067 status collapsed
29068
29069 \begin_layout Plain Layout
29070 Befehle ! S ! 
29071 \backslash
29072 shoveright
29073 \end_layout
29074
29075 \end_inset
29076
29077
29078 \series default
29079  und 
29080 \series bold
29081
29082 \backslash
29083 shoveleft
29084 \begin_inset Index
29085 status collapsed
29086
29087 \begin_layout Plain Layout
29088 Befehle ! S ! 
29089 \backslash
29090 shoveleft
29091 \end_layout
29092
29093 \end_inset
29094
29095
29096 \series default
29097  kann eine zentrierte Zeile rechts bzw.
29098  links ausgerichtet werden.
29099  Die Befehle werden folgendermaßen verwendet:
29100 \end_layout
29101
29102 \begin_layout Standard
29103
29104 \series bold
29105
29106 \backslash
29107 shoveright{Zeileninhalt}
29108 \series default
29109  bzw.
29110  
29111 \series bold
29112
29113 \backslash
29114 shoveleft{Zeileninhalt}
29115 \end_layout
29116
29117 \begin_layout Standard
29118 \begin_inset VSpace medskip
29119 \end_inset
29120
29121 Die Länge 
29122 \series bold
29123
29124 \backslash
29125 multlinegap
29126 \begin_inset Index
29127 status collapsed
29128
29129 \begin_layout Plain Layout
29130 Befehle ! M ! 
29131 \backslash
29132 multlinegap
29133 \end_layout
29134
29135 \end_inset
29136
29137
29138 \series default
29139  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29140  Voreingestellt ist die Länge 0
29141 \begin_inset space \thinspace{}
29142 \end_inset
29143
29144 pt.
29145 \end_layout
29146
29147 \begin_layout Standard
29148 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29149 \end_layout
29150
29151 \begin_layout Standard
29152
29153 \series bold
29154
29155 \backslash
29156 setlength{
29157 \backslash
29158 multlinegap}{2cm}
29159 \end_layout
29160
29161 \begin_layout Standard
29162 eingegeben wurde:
29163 \begin_inset ERT
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167
29168
29169 \backslash
29170 setlength{
29171 \backslash
29172 multlinegap}{2cm}
29173 \end_layout
29174
29175 \end_inset
29176
29177
29178 \begin_inset Formula \begin{multline}
29179 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}\\
29180 \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}}\\
29181 =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}}\end{multline}
29182
29183 \end_inset
29184
29185
29186 \begin_inset ERT
29187 status collapsed
29188
29189 \begin_layout Plain Layout
29190
29191
29192 \backslash
29193 setlength{
29194 \backslash
29195 multlinegap}{0pt}
29196 \end_layout
29197
29198 \end_inset
29199
29200
29201 \end_layout
29202
29203 \begin_layout Standard
29204 Die zweite Zeile wurde mit 
29205 \series bold
29206
29207 \backslash
29208 shoveleft
29209 \series default
29210  linksbündig ausgerichtet.
29211 \end_layout
29212
29213 \begin_layout Subsection
29214 Mehrzeilige Formelteile
29215 \begin_inset CommandInset label
29216 LatexCommand label
29217 name "sub:Mehrzeilige-Formelteile"
29218
29219 \end_inset
29220
29221
29222 \begin_inset Index
29223 status collapsed
29224
29225 \begin_layout Plain Layout
29226 Formel ! mehrzeilige ! Formelteile
29227 \end_layout
29228
29229 \end_inset
29230
29231
29232 \end_layout
29233
29234 \begin_layout Standard
29235 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29236  der folgenden Umgebungen: 
29237 \series bold
29238 aligned
29239 \series default
29240
29241 \series bold
29242 alignedat
29243 \series default
29244
29245 \series bold
29246 gathered
29247 \series default
29248  oder 
29249 \series bold
29250 split
29251 \series default
29252 .
29253  Sie können über das Menü 
29254 \family sans
29255 Einfügen\SpecialChar \menuseparator
29256 Mathe
29257 \family default
29258  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29259 \end_layout
29260
29261 \begin_layout Standard
29262 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29263 n Formel\SpecialChar \-
29264 umgebungen.
29265  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29266  Dazu ein Beispiel:
29267 \begin_inset Formula \[
29268 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29269 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
29270 \right\} \textrm{Unbestimmtheitsrelationen}\]
29271
29272 \end_inset
29273
29274
29275 \end_layout
29276
29277 \begin_layout Standard
29278 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29279  der Befehl 
29280 \series bold
29281
29282 \backslash
29283 aligned
29284 \begin_inset Index
29285 status collapsed
29286
29287 \begin_layout Plain Layout
29288 Befehle ! A ! 
29289 \backslash
29290 aligned
29291 \end_layout
29292
29293 \end_inset
29294
29295
29296 \series default
29297  eingegeben wird.
29298  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29299  und Zeilen hinzufügen kann.
29300  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29301  gesetzt werden.
29302 \end_layout
29303
29304 \begin_layout Standard
29305 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29306  ausgerichtet sind.
29307  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29308  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29309  Als Beispiel Formel 
29310 \begin_inset CommandInset ref
29311 LatexCommand eqref
29312 reference "eq:kurzlang"
29313
29314 \end_inset
29315
29316  in der aligned-Umgebung:
29317 \begin_inset Formula \begin{equation}
29318 \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}|}\\
29319  & -\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}|}\end{aligned}
29320 \end{equation}
29321
29322 \end_inset
29323
29324
29325 \end_layout
29326
29327 \begin_layout Standard
29328 Möchte man die Umgebung 
29329 \series bold
29330 alignedat
29331 \series default
29332
29333 \series bold
29334 gathered
29335 \series default
29336  oder 
29337 \series bold
29338 split
29339 \series default
29340  verwenden, gibt man den Befehl 
29341 \series bold
29342
29343 \backslash
29344 alignedat
29345 \series default
29346 ,
29347 \begin_inset Index
29348 status collapsed
29349
29350 \begin_layout Plain Layout
29351 Befehle ! A ! 
29352 \backslash
29353 alignedat
29354 \end_layout
29355
29356 \end_inset
29357
29358  
29359 \series bold
29360
29361 \backslash
29362 gathered
29363 \series default
29364
29365 \begin_inset Index
29366 status collapsed
29367
29368 \begin_layout Plain Layout
29369 Befehle ! G ! 
29370 \backslash
29371 gathered
29372 \end_layout
29373
29374 \end_inset
29375
29376  bzw.
29377  
29378 \series bold
29379
29380 \backslash
29381 split
29382 \series default
29383
29384 \begin_inset Index
29385 status collapsed
29386
29387 \begin_layout Plain Layout
29388 Befehle ! S ! 
29389 \backslash
29390 split
29391 \end_layout
29392
29393 \end_inset
29394
29395  ein.
29396  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29397  jedoch darf sie nur zwei Spalten enthalten.
29398 \end_layout
29399
29400 \begin_layout Subsection
29401 Text in mehrzeiligen Formeln
29402 \begin_inset CommandInset label
29403 LatexCommand label
29404 name "sub:Text-in-mehrzeiligen"
29405
29406 \end_inset
29407
29408
29409 \begin_inset Index
29410 status collapsed
29411
29412 \begin_layout Plain Layout
29413 Text ! in Formeln
29414 \end_layout
29415
29416 \end_inset
29417
29418
29419 \begin_inset Index
29420 status collapsed
29421
29422 \begin_layout Plain Layout
29423 Formel ! mehrzeilige ! Text
29424 \end_layout
29425
29426 \end_inset
29427
29428
29429 \end_layout
29430
29431 \begin_layout Standard
29432 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29433  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29434  die Ausrichtung der Spalten nicht beeinflusst.
29435  Dazu wird der Befehl 
29436 \series bold
29437
29438 \backslash
29439 intertext
29440 \begin_inset Index
29441 status collapsed
29442
29443 \begin_layout Plain Layout
29444 Befehle ! I ! 
29445 \backslash
29446 intertext
29447 \end_layout
29448
29449 \end_inset
29450
29451
29452 \series default
29453  nach folgendem Schema benutzt:
29454 \end_layout
29455
29456 \begin_layout Standard
29457
29458 \series bold
29459
29460 \backslash
29461 intertext{Text}
29462 \end_layout
29463
29464 \begin_layout Standard
29465 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29466  werden kann.
29467  Weil LyX 
29468 \series bold
29469
29470 \backslash
29471 intertext
29472 \series default
29473  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29474  Text.
29475  
29476 \series bold
29477
29478 \backslash
29479 intertext
29480 \series default
29481  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29482  dieser Zeile.
29483  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29484 \begin_inset Formula \begin{align}
29485 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29486 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29487
29488 \end_inset
29489
29490
29491 \end_layout
29492
29493 \begin_layout Section
29494 Formelnummerierung
29495 \begin_inset Index
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499 Formelnummerierung
29500 \end_layout
29501
29502 \end_inset
29503
29504
29505 \begin_inset Index
29506 status collapsed
29507
29508 \begin_layout Plain Layout
29509 Formel ! Nummerierung|see
29510 \begin_inset ERT
29511 status collapsed
29512
29513 \begin_layout Plain Layout
29514
29515 {
29516 \end_layout
29517
29518 \end_inset
29519
29520 Formelnummerierung
29521 \begin_inset ERT
29522 status collapsed
29523
29524 \begin_layout Plain Layout
29525
29526 }
29527 \end_layout
29528
29529 \end_inset
29530
29531
29532 \end_layout
29533
29534 \end_inset
29535
29536
29537 \end_layout
29538
29539 \begin_layout Subsection
29540 Allgemeines
29541 \end_layout
29542
29543 \begin_layout Standard
29544 Nummerierte Formeln können mit dem Menü 
29545 \family sans
29546 Einfügen\SpecialChar \menuseparator
29547 Mathe\SpecialChar \menuseparator
29548 Nummerierte
29549 \begin_inset space ~
29550 \end_inset
29551
29552 Formel
29553 \family default
29554  (Tastenkürzel 
29555 \family sans
29556 Strg+Alt
29557 \begin_inset space ~
29558 \end_inset
29559
29560 N
29561 \family default
29562 ) erstellt, bestehende Formeln über das Menü 
29563 \family sans
29564 Bearbeiten\SpecialChar \menuseparator
29565 Mathe\SpecialChar \menuseparator
29566 Nummerierung
29567 \begin_inset space ~
29568 \end_inset
29569
29570 an/aus
29571 \family default
29572  (Tastenkürzel 
29573 \family sans
29574 Alt+M
29575 \begin_inset space ~
29576 \end_inset
29577
29578 N
29579 \family default
29580 ) nummeriert werden.
29581  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29582  Klammern.
29583  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29584 \end_layout
29585
29586 \begin_layout Standard
29587 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29588  Zeilen nummeriert.
29589  Man kann jedoch über das Menü 
29590 \family sans
29591 Bearbeiten\SpecialChar \menuseparator
29592 Mathe\SpecialChar \menuseparator
29593 Zeilennummerierung an/aus
29594 \family default
29595  (Tastenkürzel 
29596 \family sans
29597 Alt+M
29598 \begin_inset space ~
29599 \end_inset
29600
29601 Shift+N
29602 \family default
29603 ) für jede Zeile die Nummerierung festlegen.
29604 \end_layout
29605
29606 \begin_layout Standard
29607 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29608  werden, siehe 
29609 \begin_inset CommandInset ref
29610 LatexCommand ref
29611 reference "sec:Formelstile"
29612
29613 \end_inset
29614
29615 .
29616 \end_layout
29617
29618 \begin_layout Subsection
29619 Querverweise
29620 \begin_inset Index
29621 status collapsed
29622
29623 \begin_layout Plain Layout
29624 Querverweise ! auf Formeln
29625 \end_layout
29626
29627 \end_inset
29628
29629
29630 \end_layout
29631
29632 \begin_layout Standard
29633 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29634  Eine Marke wird mit dem Menü 
29635 \family sans
29636 Einfügen\SpecialChar \menuseparator
29637 Marke
29638 \family default
29639  oder dem Werkzeugleistenknopf 
29640 \begin_inset Graphics
29641         filename ../../images/label-insert.png
29642         scale 85
29643
29644 \end_inset
29645
29646  gesetzt.
29647  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29648  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29649 \series bold
29650 eq:
29651 \series default
29652 , nachdem der eigentliche Markenname eingegeben wird.
29653  Der voreingestellte Eintrag steht für 
29654 \begin_inset Quotes gld
29655 \end_inset
29656
29657 equation
29658 \begin_inset Quotes grd
29659 \end_inset
29660
29661  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29662  einer Formel und nicht zu einem Kapitel gehört.
29663  Um eine Marke zu ändern, wählt man wieder das Menü 
29664 \family sans
29665 Einfügen\SpecialChar \menuseparator
29666 Marke
29667 \family default
29668 .
29669 \end_layout
29670
29671 \begin_layout Standard
29672 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29673  Eine Formel mit Marke wird immer nummeriert.
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Querverweise werden mit dem Menü 
29678 \family sans
29679 Einfügen\SpecialChar \menuseparator
29680 Querverweis
29681 \family default
29682  oder dem Werkzeugleistenknopf 
29683 \begin_inset Graphics
29684         filename ../../images/dialog-show-new-inset_ref.png
29685         scale 85
29686
29687 \end_inset
29688
29689  eingefügt.
29690  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29691  Wenn man im Querverweis Dialogfenster das Format 
29692 \series bold
29693 (<Querverweis>)
29694 \series default
29695  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29696 \begin_inset Newline newline
29697 \end_inset
29698
29699 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29700  man zur Formel auf die verwiesen wird.
29701 \end_layout
29702
29703 \begin_layout Standard
29704 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29705 \begin_inset Note Note
29706 status open
29707
29708 \begin_layout Plain Layout
29709 Man beachte die unterschiedlichen Querverweistypen.
29710 \end_layout
29711
29712 \end_inset
29713
29714
29715 \end_layout
29716
29717 \begin_layout Standard
29718 Die Gleichungen 
29719 \begin_inset CommandInset ref
29720 LatexCommand eqref
29721 reference "eq:tag"
29722
29723 \end_inset
29724
29725  und 
29726 \begin_inset CommandInset ref
29727 LatexCommand eqref
29728 reference "eq:c"
29729
29730 \end_inset
29731
29732  sind äquivalent.
29733  In (
29734 \begin_inset CommandInset ref
29735 LatexCommand ref
29736 reference "eq:Lat"
29737
29738 \end_inset
29739
29740 ) werden im Gegensatz zu (
29741 \begin_inset CommandInset ref
29742 LatexCommand ref
29743 reference "eq:Roem"
29744
29745 \end_inset
29746
29747 ) große lateinische Buchstaben zur Nummerierung verwendet.
29748 \end_layout
29749
29750 \begin_layout Standard
29751 \begin_inset VSpace medskip
29752 \end_inset
29753
29754 Ist im Argument von 
29755 \series bold
29756
29757 \backslash
29758 tag
29759 \begin_inset Foot
29760 status collapsed
29761
29762 \begin_layout Plain Layout
29763
29764 \series bold
29765
29766 \backslash
29767 tag
29768 \series default
29769  ist in 
29770 \begin_inset CommandInset ref
29771 LatexCommand ref
29772 reference "sub:Benutzerdefinierte-Nummerierung"
29773
29774 \end_inset
29775
29776  beschrieben.
29777 \end_layout
29778
29779 \end_inset
29780
29781
29782 \series default
29783  wie in 
29784 \begin_inset CommandInset ref
29785 LatexCommand ref
29786 reference "sub:Absatzboxen"
29787
29788 \end_inset
29789
29790  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29791 \end_layout
29792
29793 \begin_layout Subsection
29794 Unternummerierung
29795 \begin_inset Index
29796 status collapsed
29797
29798 \begin_layout Plain Layout
29799 Formelnummerierung ! Unternummerierung
29800 \end_layout
29801
29802 \end_inset
29803
29804
29805 \end_layout
29806
29807 \begin_layout Standard
29808 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29809  
29810 \begin_inset Newline newline
29811 \end_inset
29812
29813
29814 \series bold
29815
29816 \backslash
29817 begin{subequations}
29818 \series default
29819  und 
29820 \series bold
29821
29822 \backslash
29823 end{subequations}
29824 \series default
29825  erreichen.
29826  Beide Befehle werden im TeX-Modus eingegeben.
29827 \end_layout
29828
29829 \begin_layout Standard
29830 Dazu ein Beispiel:
29831 \begin_inset Formula \begin{equation}
29832 A=C-B\label{eq:a}\end{equation}
29833
29834 \end_inset
29835
29836
29837 \begin_inset ERT
29838 status collapsed
29839
29840 \begin_layout Plain Layout
29841
29842
29843 \backslash
29844 addtocounter{equation}{-1}
29845 \end_layout
29846
29847 \end_inset
29848
29849
29850 \begin_inset ERT
29851 status collapsed
29852
29853 \begin_layout Plain Layout
29854
29855
29856 \backslash
29857 begin{subequations}
29858 \end_layout
29859
29860 \end_inset
29861
29862
29863 \begin_inset VSpace -5mm
29864 \end_inset
29865
29866
29867 \begin_inset Formula \begin{equation}
29868 B=C-A\label{eq:b}\end{equation}
29869
29870 \end_inset
29871
29872
29873 \begin_inset Formula \begin{equation}
29874 C=A+B\label{eq:c}\end{equation}
29875
29876 \end_inset
29877
29878
29879 \end_layout
29880
29881 \begin_layout Standard
29882 \begin_inset ERT
29883 status collapsed
29884
29885 \begin_layout Plain Layout
29886
29887
29888 \backslash
29889 end{subequations}
29890 \end_layout
29891
29892 \end_inset
29893
29894
29895 \end_layout
29896
29897 \begin_layout Standard
29898 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29899 \end_layout
29900
29901 \begin_layout Enumerate
29902 erste Formel eingeben
29903 \end_layout
29904
29905 \begin_layout Enumerate
29906
29907 \series bold
29908
29909 \backslash
29910 addtocounter{equation}{-1} 
29911 \backslash
29912 begin{subequations}
29913 \begin_inset Index
29914 status collapsed
29915
29916 \begin_layout Plain Layout
29917 Befehle ! A ! 
29918 \backslash
29919 addtocounter
29920 \end_layout
29921
29922 \end_inset
29923
29924
29925 \begin_inset Newline newline
29926 \end_inset
29927
29928
29929 \series default
29930 nach der ersten Formel einfügen
29931 \end_layout
29932
29933 \begin_layout Enumerate
29934 zweite Formel eingeben
29935 \end_layout
29936
29937 \begin_layout Enumerate
29938 dritte Formel eingeben
29939 \end_layout
29940
29941 \begin_layout Enumerate
29942
29943 \series bold
29944
29945 \backslash
29946 end{subequations}
29947 \series default
29948  nach der dritten Formel einfügen
29949 \end_layout
29950
29951 \begin_layout Standard
29952 Jede Formel, die zwischen den Befehlen 
29953 \series bold
29954
29955 \backslash
29956 begin
29957 \series default
29958  und 
29959 \series bold
29960
29961 \backslash
29962 end
29963 \series default
29964  steht, wird mit a, b, c, \SpecialChar \ldots{}
29965  untergliedert.
29966  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29967  Alle untergliederten Formeln gelten als 
29968 \emph on
29969 eine
29970 \emph default
29971  nummerierte Formel.
29972  Da jede nummerierte Formel den Formelzähler 
29973 \series bold
29974 equation
29975 \series default
29976  um Eins erhöht, ist der Befehl 
29977 \series bold
29978
29979 \backslash
29980 addtocounter
29981 \series default
29982  notwendig um den Zähler wieder zu erniedrigen.
29983  Ansonsten würden die Formeln 
29984 \begin_inset CommandInset ref
29985 LatexCommand eqref
29986 reference "eq:a"
29987
29988 \end_inset
29989
29990
29991 \begin_inset CommandInset ref
29992 LatexCommand eqref
29993 reference "eq:b"
29994
29995 \end_inset
29996
29997
29998 \begin_inset CommandInset ref
29999 LatexCommand eqref
30000 reference "eq:c"
30001
30002 \end_inset
30003
30004  als 
30005 \begin_inset CommandInset ref
30006 LatexCommand eqref
30007 reference "eq:a"
30008
30009 \end_inset
30010
30011
30012 \begin_inset CommandInset ref
30013 LatexCommand eqref
30014 reference "eq:d"
30015
30016 \end_inset
30017
30018
30019 \begin_inset CommandInset ref
30020 LatexCommand eqref
30021 reference "eq:f"
30022
30023 \end_inset
30024
30025  nummeriert werden.
30026 \end_layout
30027
30028 \begin_layout Standard
30029 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30030  Formeln automatisch etwas Leerraum erstellt.
30031  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30032 \series bold
30033
30034 \backslash
30035 begin{subequations}
30036 \series default
30037  -5
30038 \begin_inset space \thinspace{}
30039 \end_inset
30040
30041 mm vertikalen Leerraum ein.
30042  Ist der Formelstil 
30043 \series bold
30044 Eingerückt
30045 \begin_inset Foot
30046 status collapsed
30047
30048 \begin_layout Plain Layout
30049 Formelstile siehe 
30050 \begin_inset CommandInset ref
30051 LatexCommand ref
30052 reference "sec:Formelstile"
30053
30054 \end_inset
30055
30056
30057 \end_layout
30058
30059 \end_inset
30060
30061
30062 \series default
30063  gewählt, fügt man -7
30064 \begin_inset space \thinspace{}
30065 \end_inset
30066
30067 mm Leerraum ein.
30068 \end_layout
30069
30070 \begin_layout Standard
30071 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30072  der zweiten Zeile abgeschaltet wurde:
30073 \begin_inset ERT
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077
30078
30079 \backslash
30080 begin{subequations}
30081 \end_layout
30082
30083 \end_inset
30084
30085
30086 \begin_inset Formula \begin{eqnarray}
30087 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30088  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30089  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
30090
30091 \end_inset
30092
30093
30094 \begin_inset ERT
30095 status collapsed
30096
30097 \begin_layout Plain Layout
30098
30099
30100 \backslash
30101 end{subequations}
30102 \end_layout
30103
30104 \end_inset
30105
30106
30107 \end_layout
30108
30109 \begin_layout Subsection
30110 Benutzerdefinierte Nummerierung
30111 \begin_inset CommandInset label
30112 LatexCommand label
30113 name "sub:Benutzerdefinierte-Nummerierung"
30114
30115 \end_inset
30116
30117
30118 \begin_inset Index
30119 status collapsed
30120
30121 \begin_layout Plain Layout
30122 Formelnummerierung ! benutzerdefinierte
30123 \end_layout
30124
30125 \end_inset
30126
30127
30128 \end_layout
30129
30130 \begin_layout Standard
30131 \begin_inset Index
30132 status collapsed
30133
30134 \begin_layout Plain Layout
30135 Formelnummerierung ! eigene Klammern
30136 \end_layout
30137
30138 \end_inset
30139
30140 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30141  gesetzt.
30142  Will man diese Klammern z.
30143 \begin_inset space \thinspace{}
30144 \end_inset
30145
30146 B.
30147  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30148  an:
30149 \end_layout
30150
30151 \begin_layout Standard
30152
30153 \series bold
30154
30155 \backslash
30156 def
30157 \backslash
30158 tagform@#1{
30159 \backslash
30160 maketag@@@{|#1|}}
30161 \series default
30162
30163 \begin_inset Note Note
30164 status collapsed
30165
30166 \begin_layout Plain Layout
30167 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30168  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30169  werden.
30170 \end_layout
30171
30172 \end_inset
30173
30174
30175 \end_layout
30176
30177 \begin_layout Standard
30178 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30179 \series bold
30180 #1
30181 \series default
30182  durch ein oder mehrere gewünschte Zeichen.
30183  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30184 \end_layout
30185
30186 \begin_layout Standard
30187 \begin_inset VSpace bigskip
30188 \end_inset
30189
30190 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30191  hinter der Formel stehen, benutzt man den Befehl 
30192 \series bold
30193
30194 \backslash
30195 tag
30196 \series default
30197
30198 \begin_inset Index
30199 status collapsed
30200
30201 \begin_layout Plain Layout
30202 Befehle ! T ! 
30203 \backslash
30204 tag
30205 \end_layout
30206
30207 \end_inset
30208
30209 :
30210 \begin_inset Formula \begin{equation}
30211 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
30212
30213 \end_inset
30214
30215  In diesem Beispiel wurde in der Formel der Befehl 
30216 \series bold
30217
30218 \backslash
30219 tag
30220 \series default
30221
30222 \begin_inset ERT
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227
30228 \backslash
30229 leer 
30230 \end_layout
30231
30232 \end_inset
30233
30234
30235 \series bold
30236 etwas
30237 \series default
30238  eingegeben.
30239 \end_layout
30240
30241 \begin_layout Standard
30242 Gibt man stattdessen 
30243 \series bold
30244
30245 \backslash
30246 tag*
30247 \series default
30248
30249 \begin_inset ERT
30250 status collapsed
30251
30252 \begin_layout Plain Layout
30253
30254
30255 \backslash
30256 leer 
30257 \end_layout
30258
30259 \end_inset
30260
30261
30262 \series bold
30263 etwas
30264 \series default
30265  ein, verhindert der Stern die Klammern um den Ausdruck:
30266 \begin_inset Formula \[
30267 A+B=C\tag*{etwas}\]
30268
30269 \end_inset
30270
30271
30272 \end_layout
30273
30274 \begin_layout Standard
30275 \begin_inset VSpace bigskip
30276 \end_inset
30277
30278 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30279  oder 
30280 \begin_inset ERT
30281 status collapsed
30282
30283 \begin_layout Plain Layout
30284
30285
30286 \backslash
30287 mbox{
30288 \end_layout
30289
30290 \end_inset
30291
30292 -abschnitt
30293 \begin_inset ERT
30294 status collapsed
30295
30296 \begin_layout Plain Layout
30297
30298 }
30299 \end_layout
30300
30301 \end_inset
30302
30303
30304 \begin_inset Note Note
30305 status collapsed
30306
30307 \begin_layout Plain Layout
30308 Der Befehl 
30309 \series bold
30310
30311 \backslash
30312 mbox
30313 \series default
30314  verhindert, dass am Bindestrich umgebrochen wird.
30315 \end_layout
30316
30317 \end_inset
30318
30319  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30320 \end_layout
30321
30322 \begin_layout Standard
30323
30324 \series bold
30325
30326 \backslash
30327 @addtoreset{equation}{part}
30328 \series default
30329
30330 \begin_inset Index
30331 status collapsed
30332
30333 \begin_layout Plain Layout
30334 Befehle ! 
30335 \begin_inset ERT
30336 status collapsed
30337
30338 \begin_layout Plain Layout
30339
30340 "
30341 \end_layout
30342
30343 \end_inset
30344
30345 @
30346 \begin_inset ERT
30347 status collapsed
30348
30349 \begin_layout Plain Layout
30350
30351 "
30352 \end_layout
30353
30354 \end_inset
30355
30356  ! 
30357 \backslash
30358
30359 \begin_inset ERT
30360 status collapsed
30361
30362 \begin_layout Plain Layout
30363
30364 "
30365 \end_layout
30366
30367 \end_inset
30368
30369 @
30370 \begin_inset ERT
30371 status collapsed
30372
30373 \begin_layout Plain Layout
30374
30375 "
30376 \end_layout
30377
30378 \end_inset
30379
30380 addtoreset
30381 \end_layout
30382
30383 \end_inset
30384
30385
30386 \begin_inset Newline newline
30387 \end_inset
30388
30389 bzw.
30390 \begin_inset Newline newline
30391 \end_inset
30392
30393
30394 \series bold
30395
30396 \backslash
30397 @addtoreset{equation}{section}
30398 \end_layout
30399
30400 \begin_layout Standard
30401 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30402 \begin_inset Quotes gld
30403 \end_inset
30404
30405 @
30406 \begin_inset Quotes grd
30407 \end_inset
30408
30409  Zeichen für LaTeX mit dem Befehl 
30410 \series bold
30411
30412 \backslash
30413 makeatletter
30414 \series default
30415  
30416 \begin_inset Quotes gld
30417 \end_inset
30418
30419 aktiv
30420 \begin_inset Quotes grd
30421 \end_inset
30422
30423  gemacht werden.
30424  Der Befehl 
30425 \series bold
30426
30427 \backslash
30428 makeatother
30429 \series default
30430  macht dies wieder rückgängig.
30431  Daher ist die Befehlssequenz im TeX-Modus:
30432 \end_layout
30433
30434 \begin_layout Standard
30435
30436 \series bold
30437
30438 \backslash
30439 makeatletter
30440 \begin_inset Newline newline
30441 \end_inset
30442
30443
30444 \backslash
30445 @addtoreset{equation}{section}
30446 \begin_inset Newline newline
30447 \end_inset
30448
30449
30450 \backslash
30451 makeatother
30452 \end_layout
30453
30454 \begin_layout Standard
30455 Im LaTeX-Vorspann können 
30456 \series bold
30457
30458 \backslash
30459 makeatletter
30460 \series default
30461  und 
30462 \series bold
30463
30464 \backslash
30465 makeatother
30466 \series default
30467  weggelassen werden, da LyX sie automatisch intern einfügt.
30468 \end_layout
30469
30470 \begin_layout Standard
30471 Um 
30472 \series bold
30473
30474 \backslash
30475 @addtoreset
30476 \series default
30477  rückgängig zu machen, muss die Datei 
30478 \series bold
30479 remreset.sty
30480 \series default
30481
30482 \begin_inset Foot
30483 status collapsed
30484
30485 \begin_layout Plain Layout
30486
30487 \series bold
30488 remreset
30489 \series default
30490  ist Teil des LaTeX-Paketes 
30491 \series bold
30492 carlisle
30493 \series default
30494
30495 \begin_inset Index
30496 status collapsed
30497
30498 \begin_layout Plain Layout
30499 Pakete ! carlisle
30500 \end_layout
30501
30502 \end_inset
30503
30504 , das Teil jeder LaTeX-Standardinstallation ist.
30505 \end_layout
30506
30507 \end_inset
30508
30509
30510 \begin_inset Index
30511 status collapsed
30512
30513 \begin_layout Plain Layout
30514 Pakete ! remreset
30515 \end_layout
30516
30517 \end_inset
30518
30519  im LaTeX-Vorspann mit der Zeile
30520 \end_layout
30521
30522 \begin_layout Standard
30523
30524 \series bold
30525
30526 \backslash
30527 usepackage{remreset}
30528 \end_layout
30529
30530 \begin_layout Standard
30531 geladen werden.
30532  Dann kann der Befehl 
30533 \series bold
30534
30535 \backslash
30536 @removefromreset
30537 \series default
30538
30539 \begin_inset Index
30540 status collapsed
30541
30542 \begin_layout Plain Layout
30543 Befehle ! 
30544 \begin_inset ERT
30545 status collapsed
30546
30547 \begin_layout Plain Layout
30548
30549 "
30550 \end_layout
30551
30552 \end_inset
30553
30554 @
30555 \begin_inset ERT
30556 status collapsed
30557
30558 \begin_layout Plain Layout
30559
30560 "
30561 \end_layout
30562
30563 \end_inset
30564
30565  ! 
30566 \backslash
30567
30568 \begin_inset ERT
30569 status collapsed
30570
30571 \begin_layout Plain Layout
30572
30573 "
30574 \end_layout
30575
30576 \end_inset
30577
30578 @
30579 \begin_inset ERT
30580 status collapsed
30581
30582 \begin_layout Plain Layout
30583
30584 "
30585 \end_layout
30586
30587 \end_inset
30588
30589 removefromreset
30590 \end_layout
30591
30592 \end_inset
30593
30594  mit dem selben Schema wie 
30595 \series bold
30596
30597 \backslash
30598 @addtoreset
30599 \series default
30600  benutzt werden.
30601 \end_layout
30602
30603 \begin_layout Standard
30604 \begin_inset VSpace bigskip
30605 \end_inset
30606
30607 Oftmals möchte man Formeln in folgender Art nummerieren:
30608 \end_layout
30609
30610 \begin_layout Standard
30611
30612 \family typewriter
30613 (Kapitelnummer.Formelnummer)
30614 \end_layout
30615
30616 \begin_layout Standard
30617 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30618 \end_layout
30619
30620 \begin_layout Standard
30621 Für diesen Fall gibt es den Befehl 
30622 \series bold
30623
30624 \backslash
30625 numberwithin
30626 \series default
30627
30628 \begin_inset Index
30629 status collapsed
30630
30631 \begin_layout Plain Layout
30632 Befehle ! N ! 
30633 \backslash
30634 numberwithin
30635 \end_layout
30636
30637 \end_inset
30638
30639 , der nach folgendem Schema benutzt wird:
30640 \end_layout
30641
30642 \begin_layout Standard
30643
30644 \series bold
30645
30646 \backslash
30647 numberwithin{Zähler}{Gliederung}
30648 \end_layout
30649
30650 \begin_layout Standard
30651 Zähler gibt an, welche Nummerierung betroffen ist.
30652  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30653 \end_layout
30654
30655 \begin_layout Standard
30656 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
30657  ein:
30658 \end_layout
30659
30660 \begin_layout Standard
30661
30662 \series bold
30663
30664 \backslash
30665 numberwithin{equation}{section}
30666 \end_layout
30667
30668 \begin_layout Standard
30669 Das ist das Ergebnis:
30670 \begin_inset ERT
30671 status collapsed
30672
30673 \begin_layout Plain Layout
30674
30675
30676 \backslash
30677 numberwithin{equation}{section}
30678 \end_layout
30679
30680 \end_inset
30681
30682
30683 \begin_inset Formula \begin{equation}
30684 A+B=C\end{equation}
30685
30686 \end_inset
30687
30688
30689 \end_layout
30690
30691 \begin_layout Standard
30692 Möchte man z.
30693 \begin_inset space \thinspace{}
30694 \end_inset
30695
30696 B.
30697  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30698  gibt man 
30699 \series bold
30700
30701 \backslash
30702 numberwithin{table}{part}
30703 \series default
30704  ein.
30705 \end_layout
30706
30707 \begin_layout Standard
30708 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30709 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30710  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
30711 \end_layout
30712
30713 \begin_layout Standard
30714
30715 \series bold
30716
30717 \backslash
30718 renewcommand{
30719 \backslash
30720 theequation}{
30721 \backslash
30722 arabic{equation}}
30723 \begin_inset Index
30724 status collapsed
30725
30726 \begin_layout Plain Layout
30727 Befehle ! A ! 
30728 \backslash
30729 arabic
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \series default
30736
30737 \begin_inset ERT
30738 status collapsed
30739
30740 \begin_layout Plain Layout
30741
30742
30743 \backslash
30744 renewcommand{
30745 \backslash
30746 theequation}{
30747 \backslash
30748 arabic{equation}}
30749 \end_layout
30750
30751 \end_inset
30752
30753
30754 \series bold
30755
30756 \begin_inset Newline newline
30757 \end_inset
30758
30759
30760 \series default
30761 bzw.
30762 \series bold
30763
30764 \begin_inset Newline newline
30765 \end_inset
30766
30767
30768 \backslash
30769 renewcommand{
30770 \backslash
30771 thetable}{
30772 \backslash
30773 arabic{table}}
30774 \end_layout
30775
30776 \begin_layout Standard
30777
30778 \series bold
30779
30780 \backslash
30781 numberwithin
30782 \series default
30783  benutzt intern den oben beschriebenen Befehl 
30784 \series bold
30785
30786 \backslash
30787 @addtoreset
30788 \series default
30789 , der ebenfalls rückgängig gemacht werden muss.
30790 \begin_inset ERT
30791 status collapsed
30792
30793 \begin_layout Plain Layout
30794
30795
30796 \backslash
30797 makeatletter
30798 \end_layout
30799
30800 \begin_layout Plain Layout
30801
30802
30803 \backslash
30804 @removefromreset{equation}{section}
30805 \end_layout
30806
30807 \begin_layout Plain Layout
30808
30809
30810 \backslash
30811 makeatother
30812 \end_layout
30813
30814 \end_inset
30815
30816
30817 \end_layout
30818
30819 \begin_layout Subsection
30820 Nummerierung mit römischen Zahlen und Buchstaben
30821 \begin_inset Index
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825 Formelnummerierung ! mit Buchstaben
30826 \end_layout
30827
30828 \end_inset
30829
30830
30831 \begin_inset Index
30832 status collapsed
30833
30834 \begin_layout Plain Layout
30835 Formelnummerierung ! mit römischen Zahlen
30836 \end_layout
30837
30838 \end_inset
30839
30840
30841 \end_layout
30842
30843 \begin_layout Standard
30844 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30845  werden.
30846  Um z.
30847 \begin_inset space \thinspace{}
30848 \end_inset
30849
30850 B.
30851  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30852  TeX-Modus den Befehl
30853 \end_layout
30854
30855 \begin_layout Standard
30856
30857 \series bold
30858
30859 \backslash
30860 renewcommand{
30861 \backslash
30862 theequation}{
30863 \backslash
30864 roman{equation}}
30865 \end_layout
30866
30867 \begin_layout Standard
30868 ein.
30869  
30870 \series bold
30871
30872 \backslash
30873 renewcommand
30874 \series default
30875
30876 \begin_inset Index
30877 status collapsed
30878
30879 \begin_layout Plain Layout
30880 Befehle ! R ! 
30881 \backslash
30882 renewcommand
30883 \end_layout
30884
30885 \end_inset
30886
30887  weist dem vordefinierten Befehl 
30888 \series bold
30889
30890 \backslash
30891 theequation
30892 \series default
30893  den Befehl
30894 \begin_inset Newline linebreak
30895 \end_inset
30896
30897
30898 \series bold
30899
30900 \backslash
30901 roman{equation}
30902 \series default
30903  zu.
30904 \begin_inset Foot
30905 status collapsed
30906
30907 \begin_layout Plain Layout
30908 Der Befehl 
30909 \series bold
30910
30911 \backslash
30912 renewcommand
30913 \series default
30914  besitzt dasselbe Schema wie der in 
30915 \begin_inset CommandInset ref
30916 LatexCommand ref
30917 reference "sub:Der-Befehl-newcommand"
30918
30919 \end_inset
30920
30921  beschriebene Befehl
30922 \begin_inset Newline newline
30923 \end_inset
30924
30925
30926 \series bold
30927
30928 \backslash
30929 newcommand
30930 \series default
30931 .
30932 \end_layout
30933
30934 \end_inset
30935
30936  
30937 \series bold
30938 equation
30939 \series default
30940  ist der Formelzähler.
30941  Stellt man einem Zähler den Befehl 
30942 \series bold
30943
30944 \backslash
30945 the
30946 \series default
30947  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30948  wird.
30949  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30950  
30951 \series bold
30952
30953 \backslash
30954 theequation
30955 \series default
30956  hinter die Formel.
30957  
30958 \series bold
30959
30960 \backslash
30961 roman{equation}
30962 \begin_inset Index
30963 status collapsed
30964
30965 \begin_layout Plain Layout
30966 Befehle ! R ! 
30967 \backslash
30968 roman
30969 \end_layout
30970
30971 \end_inset
30972
30973
30974 \series default
30975  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30976 \end_layout
30977
30978 \begin_layout Standard
30979 Alle Formeln nach dem 
30980 \series bold
30981
30982 \backslash
30983 renewcommand
30984 \series default
30985 -Befehl werden nun römisch nummeriert.
30986  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30987  den Befehl erneut ein, ersetzt aber 
30988 \series bold
30989
30990 \backslash
30991 roman
30992 \series default
30993  durch 
30994 \series bold
30995
30996 \backslash
30997 Roman
30998 \series default
30999
31000 \begin_inset Index
31001 status collapsed
31002
31003 \begin_layout Plain Layout
31004 Befehle ! R ! 
31005 \backslash
31006 roman@
31007 \backslash
31008 Roman
31009 \end_layout
31010
31011 \end_inset
31012
31013 .
31014  Für die 
31015 \begin_inset Quotes gld
31016 \end_inset
31017
31018 Nummerierung
31019 \begin_inset Quotes grd
31020 \end_inset
31021
31022  mit lateinischen Buchstaben gibt es den Befehl 
31023 \series bold
31024
31025 \backslash
31026 alph
31027 \series default
31028
31029 \begin_inset Index
31030 status collapsed
31031
31032 \begin_layout Plain Layout
31033 Befehle ! A ! 
31034 \backslash
31035 alph
31036 \end_layout
31037
31038 \end_inset
31039
31040  für kleine und 
31041 \series bold
31042
31043 \backslash
31044 Alph
31045 \series default
31046
31047 \begin_inset Index
31048 status collapsed
31049
31050 \begin_layout Plain Layout
31051 Befehle ! A ! 
31052 \backslash
31053 alph@
31054 \backslash
31055 Alph
31056 \end_layout
31057
31058 \end_inset
31059
31060  für große Buchstaben.
31061 \end_layout
31062
31063 \begin_layout Standard
31064 \begin_inset Note Greyedout
31065 status open
31066
31067 \begin_layout Plain Layout
31068
31069 \series bold
31070 Achtung:
31071 \series default
31072  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31073  nummeriert werden.
31074 \end_layout
31075
31076 \end_inset
31077
31078
31079 \end_layout
31080
31081 \begin_layout Standard
31082 \begin_inset ERT
31083 status collapsed
31084
31085 \begin_layout Plain Layout
31086
31087
31088 \backslash
31089 renewcommand{
31090 \backslash
31091 theequation}{
31092 \backslash
31093 roman{equation}}
31094 \end_layout
31095
31096 \end_inset
31097
31098
31099 \end_layout
31100
31101 \begin_layout Standard
31102 \begin_inset Formula \begin{equation}
31103 A=\textrm{römisch}\end{equation}
31104
31105 \end_inset
31106
31107
31108 \begin_inset ERT
31109 status collapsed
31110
31111 \begin_layout Plain Layout
31112
31113
31114 \backslash
31115 renewcommand{
31116 \backslash
31117 theequation}{
31118 \backslash
31119 Roman{equation}}
31120 \end_layout
31121
31122 \end_inset
31123
31124
31125 \begin_inset Formula \begin{equation}
31126 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
31127
31128 \end_inset
31129
31130
31131 \begin_inset ERT
31132 status collapsed
31133
31134 \begin_layout Plain Layout
31135
31136
31137 \backslash
31138 renewcommand{
31139 \backslash
31140 theequation}{
31141 \backslash
31142 alph{equation}}
31143 \end_layout
31144
31145 \end_inset
31146
31147
31148 \begin_inset Formula \begin{equation}
31149 C=\textrm{lateinisch}\end{equation}
31150
31151 \end_inset
31152
31153
31154 \begin_inset ERT
31155 status collapsed
31156
31157 \begin_layout Plain Layout
31158
31159
31160 \backslash
31161 renewcommand{
31162 \backslash
31163 theequation}{
31164 \backslash
31165 Alph{equation}}
31166 \end_layout
31167
31168 \end_inset
31169
31170
31171 \begin_inset Formula \begin{equation}
31172 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
31173
31174 \end_inset
31175
31176
31177 \end_layout
31178
31179 \begin_layout Standard
31180 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31181  ein:
31182 \end_layout
31183
31184 \begin_layout Standard
31185
31186 \series bold
31187
31188 \backslash
31189 renewcommand{
31190 \backslash
31191 theequation}{
31192 \backslash
31193 arabic{equation}}
31194 \begin_inset Index
31195 status collapsed
31196
31197 \begin_layout Plain Layout
31198 Befehle ! A ! 
31199 \backslash
31200 arabic
31201 \end_layout
31202
31203 \end_inset
31204
31205
31206 \end_layout
31207
31208 \begin_layout Standard
31209 \begin_inset ERT
31210 status collapsed
31211
31212 \begin_layout Plain Layout
31213
31214
31215 \backslash
31216 renewcommand{
31217 \backslash
31218 theequation}{
31219 \backslash
31220 arabic{equation}}
31221 \end_layout
31222
31223 \end_inset
31224
31225
31226 \begin_inset Formula \begin{equation}
31227 E=\textrm{arabisch}\end{equation}
31228
31229 \end_inset
31230
31231
31232 \end_layout
31233
31234 \begin_layout Standard
31235 \begin_inset VSpace medskip
31236 \end_inset
31237
31238 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31239 riert.
31240  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31241  beginnen, müssen neue Formelzähler angelegt werden.
31242  Eine Beschreibung dazu findet man in der Datei 
31243 \begin_inset CommandInset href
31244 LatexCommand href
31245 name "Formelnummerierung.lyx"
31246 target "run:Formelnummerierung.lyx"
31247
31248 \end_inset
31249
31250 .
31251 \end_layout
31252
31253 \begin_layout Section
31254 Chemische Symbole und Reaktionsgleichungen
31255 \begin_inset CommandInset label
31256 LatexCommand label
31257 name "sub:Chemische-Symbole-und"
31258
31259 \end_inset
31260
31261
31262 \begin_inset Index
31263 status collapsed
31264
31265 \begin_layout Plain Layout
31266 chemische Zeichen ! Symbole
31267 \end_layout
31268
31269 \end_inset
31270
31271
31272 \begin_inset Index
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276 Reaktionsgleichungen
31277 \end_layout
31278
31279 \end_inset
31280
31281
31282 \begin_inset Index
31283 status collapsed
31284
31285 \begin_layout Plain Layout
31286 Symbole ! chemische
31287 \end_layout
31288
31289 \end_inset
31290
31291
31292 \end_layout
31293
31294 \begin_layout Standard
31295 Ein Beispieltext aus der Chemie:
31296 \end_layout
31297
31298 \begin_layout Quote
31299 Das 
31300 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31301 \end_inset
31302
31303 -Ion verbindet sich mit zwei 
31304 \begin_inset Formula $\mathrm{Na^{+}}$
31305 \end_inset
31306
31307 -Ionen zu Natriumsulfat 
31308 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31309 \end_inset
31310
31311 .
31312  Die Reaktionsgleichung dazu lautet:
31313 \begin_inset Formula \begin{equation}
31314 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}\end{equation}
31315
31316 \end_inset
31317
31318
31319 \end_layout
31320
31321 \begin_layout Standard
31322 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31323  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31324  in der Formel und wandelt diese mit der Tastenkombination 
31325 \family sans
31326 Alt+Z
31327 \begin_inset space ~
31328 \end_inset
31329
31330 R
31331 \family default
31332  in den aufrechten Schriftstil um.
31333 \begin_inset Foot
31334 status collapsed
31335
31336 \begin_layout Plain Layout
31337 Schriftstile siehe 
31338 \begin_inset CommandInset ref
31339 LatexCommand ref
31340 reference "sub:Schriftstile"
31341
31342 \end_inset
31343
31344
31345 \end_layout
31346
31347 \end_inset
31348
31349
31350 \end_layout
31351
31352 \begin_layout Standard
31353 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31354 \series bold
31355  
31356 \backslash
31357 ce
31358 \series default
31359
31360 \begin_inset Index
31361 status collapsed
31362
31363 \begin_layout Plain Layout
31364 Befehle ! C ! 
31365 \backslash
31366 ce
31367 \end_layout
31368
31369 \end_inset
31370
31371  zu benutzen.
31372  Dieser ist verfügbar, wenn das LaTeX-Paket 
31373 \series bold
31374 mhchem
31375 \series default
31376
31377 \begin_inset Index
31378 status collapsed
31379
31380 \begin_layout Plain Layout
31381 Pakete ! mhchem
31382 \end_layout
31383
31384 \end_inset
31385
31386  installiert ist.
31387  Nachdem 
31388 \series bold
31389
31390 \backslash
31391 ce
31392 \series default
31393  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31394  Formeln in intuitiver Weise eingegeben werden können.
31395 \end_layout
31396
31397 \begin_layout Standard
31398 \align center
31399 \begin_inset Tabular
31400 <lyxtabular version="3" rows="9" columns="2">
31401 <features>
31402 <column alignment="center" valignment="top" width="0">
31403 <column alignment="center" valignment="top" width="0">
31404 <row>
31405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31406 \begin_inset Text
31407
31408 \begin_layout Plain Layout
31409 Befehl
31410 \end_layout
31411
31412 \end_inset
31413 </cell>
31414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31415 \begin_inset Text
31416
31417 \begin_layout Plain Layout
31418 Ergebnis
31419 \begin_inset Note Note
31420 status collapsed
31421
31422 \begin_layout Plain Layout
31423
31424 \series bold
31425
31426 \backslash
31427 raisebox
31428 \series default
31429  dient nur als Abstandhalter.
31430 \end_layout
31431
31432 \end_inset
31433
31434
31435 \end_layout
31436
31437 \end_inset
31438 </cell>
31439 </row>
31440 <row>
31441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31442 \begin_inset Text
31443
31444 \begin_layout Plain Layout
31445
31446 \backslash
31447 ce
31448 \begin_inset ERT
31449 status collapsed
31450
31451 \begin_layout Plain Layout
31452
31453
31454 \backslash
31455 leer 
31456 \end_layout
31457
31458 \end_inset
31459
31460 H2CO3
31461 \end_layout
31462
31463 \end_inset
31464 </cell>
31465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31466 \begin_inset Text
31467
31468 \begin_layout Plain Layout
31469 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31470 \end_inset
31471
31472
31473 \end_layout
31474
31475 \end_inset
31476 </cell>
31477 </row>
31478 <row>
31479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31480 \begin_inset Text
31481
31482 \begin_layout Plain Layout
31483
31484 \backslash
31485 ce
31486 \begin_inset ERT
31487 status collapsed
31488
31489 \begin_layout Plain Layout
31490
31491
31492 \backslash
31493 leer 
31494 \end_layout
31495
31496 \end_inset
31497
31498 SO4^2-
31499 \end_layout
31500
31501 \end_inset
31502 </cell>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31508 \end_inset
31509
31510
31511 \end_layout
31512
31513 \end_inset
31514 </cell>
31515 </row>
31516 <row>
31517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31518 \begin_inset Text
31519
31520 \begin_layout Plain Layout
31521
31522 \backslash
31523 ce
31524 \begin_inset ERT
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528
31529
31530 \backslash
31531 leer 
31532 \end_layout
31533
31534 \end_inset
31535
31536 (NH4)2S
31537 \end_layout
31538
31539 \end_inset
31540 </cell>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
31546 \end_inset
31547
31548
31549 \end_layout
31550
31551 \end_inset
31552 </cell>
31553 </row>
31554 <row>
31555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31556 \begin_inset Text
31557
31558 \begin_layout Plain Layout
31559
31560 \backslash
31561 ce
31562 \begin_inset ERT
31563 status collapsed
31564
31565 \begin_layout Plain Layout
31566
31567
31568 \backslash
31569 leer 
31570 \end_layout
31571
31572 \end_inset
31573
31574 KCr(SO4)2.12H2O
31575 \end_layout
31576
31577 \end_inset
31578 </cell>
31579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31580 \begin_inset Text
31581
31582 \begin_layout Plain Layout
31583 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
31584 \end_inset
31585
31586
31587 \end_layout
31588
31589 \end_inset
31590 </cell>
31591 </row>
31592 <row>
31593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31594 \begin_inset Text
31595
31596 \begin_layout Plain Layout
31597
31598 \backslash
31599 ce
31600 \begin_inset ERT
31601 status collapsed
31602
31603 \begin_layout Plain Layout
31604
31605
31606 \backslash
31607 leer 
31608 \end_layout
31609
31610 \end_inset
31611
31612 A-B
31613 \backslash
31614 dbond
31615 \begin_inset ERT
31616 status collapsed
31617
31618 \begin_layout Plain Layout
31619
31620
31621 \backslash
31622 leer 
31623 \end_layout
31624
31625 \end_inset
31626
31627 C
31628 \backslash
31629 tbond
31630 \begin_inset ERT
31631 status collapsed
31632
31633 \begin_layout Plain Layout
31634
31635
31636 \backslash
31637 leer 
31638 \end_layout
31639
31640 \end_inset
31641
31642 D
31643 \end_layout
31644
31645 \end_inset
31646 </cell>
31647 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31648 \begin_inset Text
31649
31650 \begin_layout Plain Layout
31651 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
31652 \end_inset
31653
31654
31655 \end_layout
31656
31657 \end_inset
31658 </cell>
31659 </row>
31660 <row>
31661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31662 \begin_inset Text
31663
31664 \begin_layout Plain Layout
31665
31666 \backslash
31667 ce
31668 \begin_inset ERT
31669 status collapsed
31670
31671 \begin_layout Plain Layout
31672
31673
31674 \backslash
31675 leer 
31676 \end_layout
31677
31678 \end_inset
31679
31680 ^227
31681 \begin_inset Formula $\downarrow$
31682 \end_inset
31683
31684 _90
31685 \begin_inset Formula $\to$
31686 \end_inset
31687
31688 Th+
31689 \end_layout
31690
31691 \end_inset
31692 </cell>
31693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31694 \begin_inset Text
31695
31696 \begin_layout Plain Layout
31697 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
31698 \end_inset
31699
31700
31701 \end_layout
31702
31703 \end_inset
31704 </cell>
31705 </row>
31706 <row>
31707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31708 \begin_inset Text
31709
31710 \begin_layout Plain Layout
31711
31712 \backslash
31713 ce
31714 \begin_inset ERT
31715 status collapsed
31716
31717 \begin_layout Plain Layout
31718
31719
31720 \backslash
31721 leer 
31722 \end_layout
31723
31724 \end_inset
31725
31726 CO2
31727 \begin_inset ERT
31728 status collapsed
31729
31730 \begin_layout Plain Layout
31731
31732
31733 \backslash
31734 leer 
31735 \end_layout
31736
31737 \end_inset
31738
31739 +
31740 \begin_inset ERT
31741 status collapsed
31742
31743 \begin_layout Plain Layout
31744
31745
31746 \backslash
31747 leer 
31748 \end_layout
31749
31750 \end_inset
31751
31752 C
31753 \begin_inset ERT
31754 status collapsed
31755
31756 \begin_layout Plain Layout
31757
31758
31759 \backslash
31760 leer 
31761 \end_layout
31762
31763 \end_inset
31764
31765 <=>
31766 \begin_inset ERT
31767 status collapsed
31768
31769 \begin_layout Plain Layout
31770
31771
31772 \backslash
31773 leer 
31774 \end_layout
31775
31776 \end_inset
31777
31778 2CO
31779 \end_layout
31780
31781 \end_inset
31782 </cell>
31783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31784 \begin_inset Text
31785
31786 \begin_layout Plain Layout
31787 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
31788 \end_inset
31789
31790
31791 \end_layout
31792
31793 \end_inset
31794 </cell>
31795 </row>
31796 <row>
31797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31798 \begin_inset Text
31799
31800 \begin_layout Plain Layout
31801
31802 \backslash
31803 ce
31804 \begin_inset ERT
31805 status collapsed
31806
31807 \begin_layout Plain Layout
31808
31809
31810 \backslash
31811 leer 
31812 \end_layout
31813
31814 \end_inset
31815
31816 CO2
31817 \begin_inset ERT
31818 status collapsed
31819
31820 \begin_layout Plain Layout
31821
31822
31823 \backslash
31824 leer 
31825 \end_layout
31826
31827 \end_inset
31828
31829 +
31830 \begin_inset ERT
31831 status collapsed
31832
31833 \begin_layout Plain Layout
31834
31835
31836 \backslash
31837 leer 
31838 \end_layout
31839
31840 \end_inset
31841
31842 C
31843 \begin_inset ERT
31844 status collapsed
31845
31846 \begin_layout Plain Layout
31847
31848
31849 \backslash
31850 leer 
31851 \end_layout
31852
31853 \end_inset
31854
31855 ->[
31856 \backslash
31857 alpha][
31858 \backslash
31859 beta]
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 2CO}
31873 \end_layout
31874
31875 \end_inset
31876 </cell>
31877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31878 \begin_inset Text
31879
31880 \begin_layout Plain Layout
31881 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
31882 \end_inset
31883
31884
31885 \end_layout
31886
31887 \end_inset
31888 </cell>
31889 </row>
31890 </lyxtabular>
31891
31892 \end_inset
31893
31894
31895 \end_layout
31896
31897 \begin_layout Standard
31898 \begin_inset Note Greyedout
31899 status open
31900
31901 \begin_layout Plain Layout
31902
31903 \series bold
31904 Achtung:
31905 \series default
31906  Wenn eine Formel in eine 
31907 \series bold
31908
31909 \backslash
31910 ce
31911 \series default
31912 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
31913  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
31914 \begin_inset space \thinspace{}
31915 \end_inset
31916
31917 B.
31918  für 
31919 \series bold
31920
31921 \backslash
31922 ce{$
31923 \backslash
31924 mu
31925 \backslash
31926 hyphen$Cl}
31927 \series default
31928
31929 \begin_inset ERT
31930 status collapsed
31931
31932 \begin_layout Plain Layout
31933
31934
31935 \backslash
31936 ce{$
31937 \backslash
31938 mu
31939 \backslash
31940 hyphen$Cl}
31941 \end_layout
31942
31943 \end_inset
31944
31945  
31946 \end_layout
31947
31948 \end_inset
31949
31950
31951 \end_layout
31952
31953 \begin_layout Standard
31954 Wird 
31955 \series bold
31956
31957 \backslash
31958 ce
31959 \series default
31960  benutzt, lautet der Befehl für Gleichung
31961 \begin_inset space ~
31962 \end_inset
31963
31964
31965 \begin_inset CommandInset ref
31966 LatexCommand eqref
31967 reference "eq:chemische-Reaktion"
31968
31969 \end_inset
31970
31971 :
31972 \begin_inset Newline newline
31973 \end_inset
31974
31975
31976 \series bold
31977  
31978 \backslash
31979 ce
31980 \series default
31981
31982 \begin_inset ERT
31983 status collapsed
31984
31985 \begin_layout Plain Layout
31986
31987
31988 \backslash
31989 leer 
31990 \end_layout
31991
31992 \end_inset
31993
31994
31995 \series bold
31996 2Na+
31997 \series default
31998
31999 \begin_inset ERT
32000 status collapsed
32001
32002 \begin_layout Plain Layout
32003
32004
32005 \backslash
32006 leer 
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \series bold
32013 +
32014 \series default
32015
32016 \begin_inset ERT
32017 status collapsed
32018
32019 \begin_layout Plain Layout
32020
32021
32022 \backslash
32023 leer 
32024 \end_layout
32025
32026 \end_inset
32027
32028
32029 \series bold
32030 SO4^2-
32031 \series default
32032
32033 \begin_inset ERT
32034 status collapsed
32035
32036 \begin_layout Plain Layout
32037
32038
32039 \backslash
32040 leer 
32041 \end_layout
32042
32043 \end_inset
32044
32045
32046 \begin_inset ERT
32047 status collapsed
32048
32049 \begin_layout Plain Layout
32050
32051
32052 \backslash
32053 leer 
32054 \end_layout
32055
32056 \end_inset
32057
32058
32059 \series bold
32060 ->
32061 \series default
32062
32063 \begin_inset ERT
32064 status collapsed
32065
32066 \begin_layout Plain Layout
32067
32068
32069 \backslash
32070 leer 
32071 \end_layout
32072
32073 \end_inset
32074
32075
32076 \series bold
32077 Na2SO4
32078 \end_layout
32079
32080 \begin_layout Standard
32081 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32082  Formel erstellt, wie in 
32083 \begin_inset CommandInset ref
32084 LatexCommand ref
32085 reference "sec:Mehrzeilige-Formeln"
32086
32087 \end_inset
32088
32089  beschrieben.
32090  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32091 \series bold
32092
32093 \backslash
32094 ce
32095 \series default
32096  verwendet.
32097  
32098 \begin_inset CommandInset ref
32099 LatexCommand eqref
32100 reference "eq:TEOS-Reaktion-1"
32101
32102 \end_inset
32103
32104  und 
32105 \begin_inset CommandInset ref
32106 LatexCommand eqref
32107 reference "eq:TEOS-Reaktion-2"
32108
32109 \end_inset
32110
32111  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32112  Gleichung eine eigene Nummer hat.
32113 \begin_inset Formula \begin{eqnarray}
32114 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32115 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}\end{eqnarray}
32116
32117 \end_inset
32118
32119
32120 \end_layout
32121
32122 \begin_layout Standard
32123 Außer 
32124 \series bold
32125
32126 \backslash
32127 ce
32128 \series default
32129  bietet das Paket 
32130 \series bold
32131 mhchem
32132 \series default
32133  noch den Befehl 
32134 \series bold
32135
32136 \backslash
32137 cf
32138 \series default
32139
32140 \begin_inset Index
32141 status collapsed
32142
32143 \begin_layout Plain Layout
32144 Befehle ! C ! 
32145 \backslash
32146 cf
32147 \end_layout
32148
32149 \end_inset
32150
32151  für spezielle Fälle.
32152  Mehr über 
32153 \series bold
32154
32155 \backslash
32156 cf
32157 \series default
32158  und weitere Beispiele sind in der Dokumentation von 
32159 \series bold
32160 mhchem
32161 \series default
32162  zu finden, 
32163 \begin_inset CommandInset citation
32164 LatexCommand cite
32165 key "mhchem"
32166
32167 \end_inset
32168
32169 .
32170 \end_layout
32171
32172 \begin_layout Section
32173 Diagramme
32174 \end_layout
32175
32176 \begin_layout Standard
32177 LyX unterstützt zwei Typen kommutativer Diagramme: 
32178 \series bold
32179 amscd
32180 \series default
32181  und 
32182 \series bold
32183 xymatrix
32184 \series default
32185 , die im Folgenden erläutert sind.
32186 \end_layout
32187
32188 \begin_layout Subsection
32189 amscd Diagramme
32190 \begin_inset Index
32191 status collapsed
32192
32193 \begin_layout Plain Layout
32194 Diagramme ! amscd
32195 \end_layout
32196
32197 \end_inset
32198
32199
32200 \end_layout
32201
32202 \begin_layout Standard
32203 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32204  Linien oder Pfeilen dar:
32205 \begin_inset Formula \[
32206 \begin{CD}A@>>>B@>>>C\\
32207 @AAA@.@VVV\\
32208 F@<<<E@<<<D\end{CD}\]
32209
32210 \end_inset
32211
32212
32213 \end_layout
32214
32215 \begin_layout Standard
32216 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32217 \series bold
32218
32219 \backslash
32220 CD
32221 \begin_inset Index
32222 status collapsed
32223
32224 \begin_layout Plain Layout
32225 Befehle ! C ! 
32226 \backslash
32227 CD
32228 \end_layout
32229
32230 \end_inset
32231
32232
32233 \series default
32234  ein.
32235  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32236  man die weiteren Befehle eingibt.
32237  Mit 
32238 \series bold
32239
32240 \begin_inset ERT
32241 status collapsed
32242
32243 \begin_layout Plain Layout
32244
32245
32246 \backslash
32247 mbox{
32248 \end_layout
32249
32250 \end_inset
32251
32252
32253 \family sans
32254 \series default
32255 Strg+Enter
32256 \family default
32257 \series bold
32258
32259 \begin_inset ERT
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263
32264 }
32265 \end_layout
32266
32267 \end_inset
32268
32269
32270 \series default
32271  wird eine neue Zeile erstellt.
32272  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32273  Zeilen der Formel eingegeben.
32274 \end_layout
32275
32276 \begin_layout Standard
32277 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32278 \end_layout
32279
32280 \begin_layout Itemize
32281
32282 \series bold
32283 @<<<
32284 \series default
32285  erstellt einen Linkspfeil, 
32286 \series bold
32287 @>>>
32288 \series default
32289  einen Rechtspfeil und 
32290 \series bold
32291 @=
32292 \series default
32293  ein langes Gleichheitszeichen
32294 \end_layout
32295
32296 \begin_layout Itemize
32297
32298 \series bold
32299 @AAA
32300 \series default
32301  erstellt einen Pfeil nach oben, 
32302 \series bold
32303 @VVV
32304 \series default
32305  einen Pfeil nach unten und 
32306 \series bold
32307 @|
32308 \series default
32309  ein senkrechtes Gleichheitszeichen
32310 \end_layout
32311
32312 \begin_layout Itemize
32313
32314 \series bold
32315 @.
32316
32317 \series default
32318  dient als Platzhalter für nicht vorhandene Beziehungen
32319 \end_layout
32320
32321 \begin_layout Standard
32322 Alle Pfeile sind wie folgt beschriftbar:
32323 \end_layout
32324
32325 \begin_layout Itemize
32326 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32327  > Text eingegeben, erscheint er über dem Pfeil.
32328  Wird der Text zwischen dem zweiten und dritten < bzw.
32329  > eingegeben, erscheint er unter dem Pfeil.
32330 \end_layout
32331
32332 \begin_layout Itemize
32333 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32334  V eingegeben, erscheint er links neben dem Pfeil.
32335  Bei Eingabe zwischen zweitem und drittem A bzw.
32336  V erscheint er rechts daneben.
32337  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32338  gesetzt werden.
32339 \end_layout
32340
32341 \begin_layout Standard
32342 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32343 \end_layout
32344
32345 \begin_layout Standard
32346 \begin_inset Formula \[
32347 \begin{CD}A@>j>>B@>>k>C@=F\\
32348 @AmAA@.@VV{V}V@|\\
32349 D@<<j<E@>k>>F@=C\end{CD}\]
32350
32351 \end_inset
32352
32353
32354 \end_layout
32355
32356 \begin_layout Standard
32357 Der Befehl dazu lautet:
32358 \begin_inset Newline newline
32359 \end_inset
32360
32361
32362 \series bold
32363
32364 \backslash
32365 CD
32366 \begin_inset ERT
32367 status collapsed
32368
32369 \begin_layout Plain Layout
32370
32371
32372 \backslash
32373 leer 
32374 \end_layout
32375
32376 \end_inset
32377
32378 A@>j>>B@>>k>C@=F Strg+Enter
32379 \begin_inset Newline newline
32380 \end_inset
32381
32382
32383 \begin_inset ERT
32384 status collapsed
32385
32386 \begin_layout Plain Layout
32387
32388
32389 \backslash
32390 hphantom{
32391 \end_layout
32392
32393 \end_inset
32394
32395
32396 \backslash
32397 CD
32398 \begin_inset ERT
32399 status collapsed
32400
32401 \begin_layout Plain Layout
32402
32403
32404 \backslash
32405 leer 
32406 \end_layout
32407
32408 \end_inset
32409
32410
32411 \begin_inset ERT
32412 status collapsed
32413
32414 \begin_layout Plain Layout
32415
32416 }
32417 \end_layout
32418
32419 \end_inset
32420
32421 @AmAA@.@VV
32422 \backslash
32423 {V
32424 \series default
32425
32426 \begin_inset Formula $\to$
32427 \end_inset
32428
32429
32430 \series bold
32431 V@| Strg+Enter
32432 \begin_inset Newline newline
32433 \end_inset
32434
32435
32436 \begin_inset ERT
32437 status collapsed
32438
32439 \begin_layout Plain Layout
32440
32441
32442 \backslash
32443 hphantom{
32444 \end_layout
32445
32446 \end_inset
32447
32448
32449 \backslash
32450 CD
32451 \begin_inset ERT
32452 status collapsed
32453
32454 \begin_layout Plain Layout
32455
32456
32457 \backslash
32458 leer 
32459 \end_layout
32460
32461 \end_inset
32462
32463
32464 \begin_inset ERT
32465 status collapsed
32466
32467 \begin_layout Plain Layout
32468
32469 }
32470 \end_layout
32471
32472 \end_inset
32473
32474 D@<<j<E@>k>>F@=C
32475 \end_layout
32476
32477 \begin_layout Subsection
32478 xymatrix Diagramme
32479 \begin_inset Index
32480 status collapsed
32481
32482 \begin_layout Plain Layout
32483 Diagramme ! xymatrix
32484 \end_layout
32485
32486 \end_inset
32487
32488
32489 \end_layout
32490
32491 \begin_layout Standard
32492 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32493 \series bold
32494 xypic
32495 \series default
32496  installiert sein.
32497  Eine Xymatrix wird erstellt, indem der Befehl 
32498 \series bold
32499
32500 \backslash
32501 xymatrix
32502 \series default
32503  in eine Formel eingegeben wird.
32504  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32505  hinzufügen, siehe 
32506 \begin_inset CommandInset ref
32507 LatexCommand ref
32508 reference "sec:Matrizen"
32509
32510 \end_inset
32511
32512 .
32513 \end_layout
32514
32515 \begin_layout Standard
32516 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32517  gekrümmte Pfeile und vieles mehr.
32518  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32519  sind im Detail im 
32520 \emph on
32521 XY-pic-Handbuch
32522 \emph default
32523  erklärt, dass im Menü 
32524 \family sans
32525 Hilfe\SpecialChar \menuseparator
32526 Spezielle
32527 \begin_inset space ~
32528 \end_inset
32529
32530 Handbücher\SpecialChar \menuseparator
32531 XY-pic-Handbuch
32532 \family default
32533  zu finden ist.
32534 \end_layout
32535
32536 \begin_layout Standard
32537 \begin_inset Newpage newpage
32538 \end_inset
32539
32540
32541 \end_layout
32542
32543 \begin_layout Section
32544 Benutzerdefinierte Befehle
32545 \begin_inset CommandInset label
32546 LatexCommand label
32547 name "sec:Benutzerdefinierte-Befehle"
32548
32549 \end_inset
32550
32551
32552 \begin_inset Index
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556 benutzerdefinierte Befehle
32557 \end_layout
32558
32559 \end_inset
32560
32561
32562 \end_layout
32563
32564 \begin_layout Standard
32565 \begin_inset Note Greyedout
32566 status open
32567
32568 \begin_layout Plain Layout
32569
32570 \series bold
32571 Achtung: 
32572 \series default
32573 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
32574 n Buchstaben bestehen.
32575 \end_layout
32576
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Subsection
32583 Der Befehl 
32584 \backslash
32585 newcommand
32586 \begin_inset CommandInset label
32587 LatexCommand label
32588 name "sub:Der-Befehl-newcommand"
32589
32590 \end_inset
32591
32592
32593 \begin_inset Index
32594 status collapsed
32595
32596 \begin_layout Plain Layout
32597 benutzerdefinierte Befehle ! 
32598 \backslash
32599 newcommand
32600 \end_layout
32601
32602 \end_inset
32603
32604
32605 \begin_inset Index
32606 status collapsed
32607
32608 \begin_layout Plain Layout
32609 Befehle ! N ! 
32610 \backslash
32611 newcommand
32612 \end_layout
32613
32614 \end_inset
32615
32616
32617 \end_layout
32618
32619 \begin_layout Standard
32620 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
32621  Man kann sich aber mit dem Befehl 
32622 \series bold
32623
32624 \backslash
32625 newcommand
32626 \series default
32627  neue kürzere Befehle definieren.
32628 \end_layout
32629
32630 \begin_layout Standard
32631 Das Befehlsschema von 
32632 \series bold
32633
32634 \backslash
32635 newcommand
32636 \series default
32637  lautet:
32638 \end_layout
32639
32640 \begin_layout Standard
32641
32642 \series bold
32643
32644 \backslash
32645 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
32646 \series default
32647  
32648 \series bold
32649 Wert]
32650 \begin_inset Newline newline
32651 \end_inset
32652
32653
32654 \begin_inset ERT
32655 status collapsed
32656
32657 \begin_layout Plain Layout
32658
32659
32660 \backslash
32661 phantom{
32662 \end_layout
32663
32664 \end_inset
32665
32666
32667 \backslash
32668 newcommand
32669 \begin_inset ERT
32670 status collapsed
32671
32672 \begin_layout Plain Layout
32673
32674 }
32675 \end_layout
32676
32677 \end_inset
32678
32679 {Befehlsdefinition}
32680 \end_layout
32681
32682 \begin_layout Standard
32683 \begin_inset Note Greyedout
32684 status open
32685
32686 \begin_layout Plain Layout
32687
32688 \series bold
32689 Achtung:
32690 \series default
32691  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
32692  oder von benutzten LaTeX-Paketen verwendet wird.
32693  Definiert man beispielsweise für 
32694 \series bold
32695
32696 \backslash
32697 Leftarrow
32698 \series default
32699  den Befehl 
32700 \series bold
32701
32702 \backslash
32703 le
32704 \series default
32705 , erhält man eine Fehlermeldung, denn 
32706 \series bold
32707
32708 \backslash
32709 le
32710 \series default
32711  ist schon für 
32712 \begin_inset Quotes gld
32713 \end_inset
32714
32715
32716 \begin_inset Formula $\le$
32717 \end_inset
32718
32719
32720 \begin_inset Quotes grd
32721 \end_inset
32722
32723  definiert.
32724 \end_layout
32725
32726 \end_inset
32727
32728
32729 \end_layout
32730
32731 \begin_layout Standard
32732 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
32733 \begin_inset space \thinspace{}
32734 \end_inset
32735
32736 -
32737 \begin_inset space \thinspace{}
32738 \end_inset
32739
32740 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
32741  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
32742  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
32743 \emph on
32744 erste
32745 \emph default
32746  Argument des neuen Befehls ein optionales ist.
32747 \end_layout
32748
32749 \begin_layout Standard
32750 Es folgen einige Beispiele:
32751 \end_layout
32752
32753 \begin_layout Itemize
32754 Will man für 
32755 \series bold
32756
32757 \backslash
32758 Longrightarrow
32759 \series default
32760  den Befehl 
32761 \series bold
32762
32763 \backslash
32764 gr
32765 \series default
32766  definieren, lautet die LaTeX-Vor\SpecialChar \-
32767 spannzeile:
32768 \begin_inset VSpace medskip
32769 \end_inset
32770
32771
32772 \begin_inset Newline newline
32773 \end_inset
32774
32775
32776 \series bold
32777
32778 \backslash
32779 newcommand{
32780 \backslash
32781 gr}{
32782 \backslash
32783 Longrightarrow}
32784 \end_layout
32785
32786 \begin_layout Itemize
32787 Um für den Befehl 
32788 \series bold
32789
32790 \backslash
32791 underline
32792 \series default
32793  den Befehl 
32794 \series bold
32795
32796 \backslash
32797 us
32798 \series default
32799  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
32800  werden.
32801  Dazu sieht die Vorspannzeile wie folgt aus:
32802 \begin_inset VSpace medskip
32803 \end_inset
32804
32805
32806 \begin_inset Newline newline
32807 \end_inset
32808
32809
32810 \series bold
32811
32812 \backslash
32813 newcommand{
32814 \backslash
32815 us}[1]{
32816 \backslash
32817 underline{#1}}
32818 \series default
32819
32820 \begin_inset VSpace medskip
32821 \end_inset
32822
32823
32824 \begin_inset Newline newline
32825 \end_inset
32826
32827 Das Zeichen 
32828 \series bold
32829 #
32830 \series default
32831  fungiert als Argumentplatzhalter, die 
32832 \series bold
32833 1
32834 \series default
32835  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
32836 \end_layout
32837
32838 \begin_layout Itemize
32839 Für 
32840 \series bold
32841
32842 \backslash
32843 framebox
32844 \series default
32845  kann man z.
32846 \begin_inset space \thinspace{}
32847 \end_inset
32848
32849 B.
32850  den Befehl 
32851 \series bold
32852
32853 \backslash
32854 fb
32855 \series default
32856  definieren:
32857 \begin_inset VSpace medskip
32858 \end_inset
32859
32860
32861 \begin_inset Newline newline
32862 \end_inset
32863
32864
32865 \series bold
32866
32867 \backslash
32868 newcommand{
32869 \backslash
32870 fb}[3]{
32871 \backslash
32872 framebox#1#2{$#3$}}
32873 \series default
32874
32875 \begin_inset VSpace medskip
32876 \end_inset
32877
32878
32879 \begin_inset Newline newline
32880 \end_inset
32881
32882 Die beiden Dollarzeichen erstellen hierbei die für 
32883 \series bold
32884
32885 \backslash
32886 framebox
32887 \series default
32888  geforderte weitere Formel, siehe 
32889 \begin_inset CommandInset ref
32890 LatexCommand ref
32891 reference "sub:Boxen-mit-Rahmen"
32892
32893 \end_inset
32894
32895 .
32896 \end_layout
32897
32898 \begin_layout Itemize
32899 Um einen neuen Befehl für 
32900 \series bold
32901
32902 \backslash
32903 fcolorbox
32904 \series default
32905  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
32906  definiert man das Argument für die Farbe als optional:
32907 \begin_inset VSpace medskip
32908 \end_inset
32909
32910
32911 \begin_inset Newline newline
32912 \end_inset
32913
32914
32915 \series bold
32916
32917 \backslash
32918 newcommand{
32919 \backslash
32920 cb}[3][white]{
32921 \backslash
32922 fcolorbox{#2}{#1}{$#3$}}
32923 \series default
32924
32925 \begin_inset VSpace medskip
32926 \end_inset
32927
32928
32929 \begin_inset Newline newline
32930 \end_inset
32931
32932 Gibt man bei der Verwendung von 
32933 \series bold
32934
32935 \backslash
32936 cb
32937 \series default
32938  die Farbe nicht an, wird die voreingestellte Farbe 
32939 \series bold
32940 white
32941 \series default
32942  verwendet.
32943 \end_layout
32944
32945 \begin_layout Standard
32946 Ein Test der neu definierten Befehle:
32947 \end_layout
32948
32949 \begin_layout Standard
32950 \align center
32951 \begin_inset Tabular
32952 <lyxtabular version="3" rows="6" columns="2">
32953 <features>
32954 <column alignment="center" valignment="top" width="0">
32955 <column alignment="center" valignment="top" width="0">
32956 <row>
32957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32958 \begin_inset Text
32959
32960 \begin_layout Plain Layout
32961 Befehl
32962 \end_layout
32963
32964 \end_inset
32965 </cell>
32966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970 Ergebnis
32971 \begin_inset Note Note
32972 status collapsed
32973
32974 \begin_layout Plain Layout
32975
32976 \series bold
32977
32978 \backslash
32979 raisebox
32980 \series default
32981  dient nur als Abstandhalter.
32982 \end_layout
32983
32984 \end_inset
32985
32986
32987 \end_layout
32988
32989 \end_inset
32990 </cell>
32991 </row>
32992 <row>
32993 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32994 \begin_inset Text
32995
32996 \begin_layout Plain Layout
32997 A
32998 \backslash
32999 gr
33000 \begin_inset ERT
33001 status collapsed
33002
33003 \begin_layout Plain Layout
33004
33005
33006 \backslash
33007 leer 
33008 \end_layout
33009
33010 \end_inset
33011
33012 B
33013 \end_layout
33014
33015 \end_inset
33016 </cell>
33017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33018 \begin_inset Text
33019
33020 \begin_layout Plain Layout
33021 \begin_inset Formula $A\gr B$
33022 \end_inset
33023
33024
33025 \end_layout
33026
33027 \end_inset
33028 </cell>
33029 </row>
33030 <row>
33031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33032 \begin_inset Text
33033
33034 \begin_layout Plain Layout
33035
33036 \backslash
33037 us{ABcd
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33043 \begin_inset Text
33044
33045 \begin_layout Plain Layout
33046 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33047 \end_inset
33048
33049
33050 \end_layout
33051
33052 \end_inset
33053 </cell>
33054 </row>
33055 <row>
33056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33057 \begin_inset Text
33058
33059 \begin_layout Plain Layout
33060
33061 \backslash
33062 fb{[2cm]
33063 \begin_inset Formula $\to$
33064 \end_inset
33065
33066
33067 \backslash
33068 {
33069 \begin_inset Formula $\to$
33070 \end_inset
33071
33072
33073 \backslash
33074 {
33075 \backslash
33076 int
33077 \begin_inset ERT
33078 status collapsed
33079
33080 \begin_layout Plain Layout
33081
33082
33083 \backslash
33084 leer 
33085 \end_layout
33086
33087 \end_inset
33088
33089 A=B
33090 \end_layout
33091
33092 \end_inset
33093 </cell>
33094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33095 \begin_inset Text
33096
33097 \begin_layout Plain Layout
33098 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33099 \end_inset
33100
33101
33102 \end_layout
33103
33104 \end_inset
33105 </cell>
33106 </row>
33107 <row>
33108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33109 \begin_inset Text
33110
33111 \begin_layout Plain Layout
33112
33113 \backslash
33114 cb{red
33115 \begin_inset Formula $\to$
33116 \end_inset
33117
33118
33119 \backslash
33120 {
33121 \backslash
33122 int
33123 \begin_inset ERT
33124 status collapsed
33125
33126 \begin_layout Plain Layout
33127
33128
33129 \backslash
33130 leer 
33131 \end_layout
33132
33133 \end_inset
33134
33135 A=B
33136 \end_layout
33137
33138 \end_inset
33139 </cell>
33140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33141 \begin_inset Text
33142
33143 \begin_layout Plain Layout
33144 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33145 \end_inset
33146
33147
33148 \end_layout
33149
33150 \end_inset
33151 </cell>
33152 </row>
33153 <row>
33154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33155 \begin_inset Text
33156
33157 \begin_layout Plain Layout
33158
33159 \backslash
33160 cb[green]
33161 \backslash
33162 {red
33163 \begin_inset Formula $\to$
33164 \end_inset
33165
33166
33167 \backslash
33168 {
33169 \backslash
33170 int
33171 \begin_inset ERT
33172 status collapsed
33173
33174 \begin_layout Plain Layout
33175
33176
33177 \backslash
33178 leer 
33179 \end_layout
33180
33181 \end_inset
33182
33183 A=B
33184 \end_layout
33185
33186 \end_inset
33187 </cell>
33188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33189 \begin_inset Text
33190
33191 \begin_layout Plain Layout
33192 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \end_inset
33199 </cell>
33200 </row>
33201 </lyxtabular>
33202
33203 \end_inset
33204
33205
33206 \end_layout
33207
33208 \begin_layout Subsection
33209 Mathe-Makros
33210 \begin_inset Index
33211 status collapsed
33212
33213 \begin_layout Plain Layout
33214 benutzerdefinierte Befehle ! Mathe-Makros
33215 \end_layout
33216
33217 \end_inset
33218
33219
33220 \begin_inset Index
33221 status collapsed
33222
33223 \begin_layout Plain Layout
33224 Makros
33225 \end_layout
33226
33227 \end_inset
33228
33229
33230 \end_layout
33231
33232 \begin_layout Standard
33233 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33234  Hat man es in einem Dokument z.
33235 \begin_inset space \thinspace{}
33236 \end_inset
33237
33238 B.
33239  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33240  auf.
33241  Die allgemeine Form einer quadratischen Gleichung ist
33242 \begin_inset Formula \[
33243 0=\lambda^{2}+p\lambda+q\]
33244
33245 \end_inset
33246
33247 Die allgemeine Form der Lösung lautet
33248 \begin_inset Formula \[
33249 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}\]
33250
33251 \end_inset
33252
33253
33254 \end_layout
33255
33256 \begin_layout Standard
33257 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33258  drei Parameter 
33259 \begin_inset Formula $\lambda$
33260 \end_inset
33261
33262
33263 \begin_inset Formula $p$
33264 \end_inset
33265
33266  und 
33267 \begin_inset Formula $q$
33268 \end_inset
33269
33270  angegeben werden müssen und der Index von 
33271 \begin_inset Formula $\lambda$
33272 \end_inset
33273
33274  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33275 \begin_inset Newline newline
33276 \end_inset
33277
33278
33279 \series bold
33280
33281 \backslash
33282 newcommand{
33283 \backslash
33284 qG}[4][1,
33285 \backslash
33286 ,2]{#2_{#1}=-
33287 \backslash
33288 frac{#3}{2}
33289 \backslash
33290 pm
33291 \begin_inset Newline newline
33292 \end_inset
33293
33294
33295 \begin_inset ERT
33296 status collapsed
33297
33298 \begin_layout Plain Layout
33299
33300
33301 \backslash
33302 hphantom{
33303 \end_layout
33304
33305 \end_inset
33306
33307
33308 \backslash
33309 newcommand
33310 \begin_inset ERT
33311 status collapsed
33312
33313 \begin_layout Plain Layout
33314
33315 }
33316 \end_layout
33317
33318 \end_inset
33319
33320
33321 \backslash
33322 sqrt{
33323 \backslash
33324 frac{#3^{2}}{4}-#4}}
33325 \end_layout
33326
33327 \begin_layout Standard
33328 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33329  
33330 \begin_inset Newline newline
33331 \end_inset
33332
33333
33334 \series bold
33335
33336 \backslash
33337 qG{
33338 \backslash
33339 lambda
33340 \begin_inset Formula $\to$
33341 \end_inset
33342
33343
33344 \backslash
33345 {p
33346 \begin_inset Formula $\to$
33347 \end_inset
33348
33349
33350 \backslash
33351 {q 
33352 \series default
33353 ein.
33354 \end_layout
33355
33356 \begin_layout Standard
33357 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33358  aller verwendeten LaTeX-Befehle kennen, z.
33359 \begin_inset space \thinspace{}
33360 \end_inset
33361
33362 B.
33363  dass ein Bruch in LaTeX mit 
33364 \series bold
33365
33366 \backslash
33367 frac{Zähler}
33368 \begin_inset Newline linebreak
33369 \end_inset
33370
33371 {Nenner}
33372 \series default
33373  eingegeben wird.
33374  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33375  in LyX nicht sehen, was der neue Befehl macht.
33376  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33377  Mathe-Makros statt den Befehl 
33378 \series bold
33379
33380 \backslash
33381 newcommand
33382 \series default
33383  zu verwenden.
33384 \end_layout
33385
33386 \begin_layout Standard
33387 Ein Mathe-Makro wird erstellt, indem man das Menü 
33388 \family sans
33389 Einfügen\SpecialChar \menuseparator
33390 Mathe\SpecialChar \menuseparator
33391 Makro
33392 \family default
33393  oder den Werkzeugleistenknopf 
33394 \begin_inset Graphics
33395         filename ../../images/math-macro_newmacroname_newcommand.png
33396         scale 85
33397
33398 \end_inset
33399
33400  verwendet.
33401  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33402  Makro definiert wird:
33403 \begin_inset Newline newline
33404 \end_inset
33405
33406
33407 \lang english
33408
33409 \begin_inset space \hspace*{\fill}
33410 \end_inset
33411
33412
33413 \lang ngerman
33414
33415 \begin_inset Graphics
33416         filename ../clipart/macrobox.png
33417
33418 \end_inset
33419
33420
33421 \lang english
33422
33423 \begin_inset space \hspace*{\fill}
33424 \end_inset
33425
33426
33427 \lang ngerman
33428
33429 \begin_inset Newline newline
33430 \end_inset
33431
33432
33433 \begin_inset FormulaMacro
33434 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33435 \end_inset
33436
33437
33438 \backslash
33439 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33440  geändert werden sollte.
33441  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33442  Einen Argumentplatzhalter fügt man mit dem Befehl 
33443 \series bold
33444
33445 \backslash
33446 #Argumentnummer
33447 \series default
33448  ein, z.
33449 \begin_inset space \thinspace{}
33450 \end_inset
33451
33452 B.
33453  
33454 \series bold
33455
33456 \backslash
33457 #1
33458 \series default
33459  oder man verwendet den Makro-Werkzeugleistenknopf 
33460 \begin_inset Graphics
33461         filename ../../images/math-macro-add-param.png
33462         scale 85
33463
33464 \end_inset
33465
33466 .
33467  Argumentplatzhalter werden rot dargestellt.
33468  Es sind maximal 9 Argumente möglich.
33469  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33470 \begin_inset Graphics
33471         filename ../../images/math-macro-add-optional-param.png
33472         scale 85
33473
33474 \end_inset
33475
33476  erstellt.
33477  Mit dem Werkzeugleistenknopf 
33478 \begin_inset Graphics
33479         filename ../../images/math-macro-make-optional.png
33480         scale 85
33481
33482 \end_inset
33483
33484  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33485  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33486  werden soll.
33487  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33488  Kästchen leer lässt.
33489  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33490  einnimmt, kann man in das Kästchen z.
33491 \begin_inset space \thinspace{}
33492 \end_inset
33493
33494 B.
33495 \begin_inset Newline newline
33496 \end_inset
33497
33498
33499 \series bold
33500 qG: 
33501 \backslash
33502 #1
33503 \series default
33504  
33505 \series bold
33506 ,
33507 \series default
33508  
33509 \series bold
33510
33511 \backslash
33512 #2
33513 \series default
33514  
33515 \series bold
33516 ,
33517 \series default
33518  
33519 \series bold
33520
33521 \backslash
33522 #3, 
33523 \backslash
33524 #4
33525 \begin_inset Newline newline
33526 \end_inset
33527
33528
33529 \series default
33530 eingeben.
33531  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
33532  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
33533  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
33534  wurde.
33535 \begin_inset Newline newline
33536 \end_inset
33537
33538 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
33539  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
33540 \family sans
33541 Ansicht\SpecialChar \menuseparator
33542 Mathe-Makro
33543 \begin_inset space ~
33544 \end_inset
33545
33546 auf/zuklappen
33547 \family default
33548  verwendet.
33549 \end_layout
33550
33551 \begin_layout Standard
33552 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
33553  ein, in unserem Fall 
33554 \series bold
33555
33556 \backslash
33557 qG
33558 \series default
33559 .
33560  Unser Makro sieht in LyX folgendermaßen aus:
33561 \begin_inset Newline newline
33562 \end_inset
33563
33564
33565 \lang english
33566
33567 \begin_inset space \hspace*{\fill}
33568 \end_inset
33569
33570
33571 \lang ngerman
33572
33573 \begin_inset Graphics
33574         filename ../clipart/macrouse.png
33575
33576 \end_inset
33577
33578
33579 \lang english
33580
33581 \begin_inset space \hspace*{\fill}
33582 \end_inset
33583
33584
33585 \lang ngerman
33586
33587 \begin_inset Newline newline
33588 \end_inset
33589
33590 Hier ist unser Makro-Beispiel mit den Argumenten 
33591 \begin_inset Formula $x$
33592 \end_inset
33593
33594
33595 \begin_inset Formula $\ln(x)$
33596 \end_inset
33597
33598  und 
33599 \begin_inset Formula $B$
33600 \end_inset
33601
33602 :
33603 \end_layout
33604
33605 \begin_layout Standard
33606 \begin_inset Formula \[
33607 \qG x{\ln(x)}B\]
33608
33609 \end_inset
33610
33611
33612 \end_layout
33613
33614 \begin_layout Standard
33615 LyX bietet im Menü 
33616 \family sans
33617 Werkzeuge\SpecialChar \menuseparator
33618 Einstellungen\SpecialChar \menuseparator
33619 Bearbeiten\SpecialChar \menuseparator
33620 Kontrolle
33621 \family default
33622  verschiedene Bearbeitungsstile für Makros an.
33623  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
33624  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
33625  zu sehen.
33626 \end_layout
33627
33628 \begin_layout Standard
33629 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
33630 \series bold
33631
33632 \backslash
33633 new\SpecialChar \-
33634 command
33635 \series default
33636 -Befehl umgewandelt.
33637  Der 
33638 \series bold
33639
33640 \backslash
33641 newcommand
33642 \series default
33643 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
33644  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
33645  Makrodefinitionsbox befinden.
33646 \end_layout
33647
33648 \begin_layout Standard
33649 Mathe-Makros können auch direkt aus einem 
33650 \series bold
33651
33652 \backslash
33653 newcommand
33654 \series default
33655 -Befehl erstellt werden.
33656  Schreibt man z.
33657 \begin_inset space \thinspace{}
33658 \end_inset
33659
33660 B.
33661  den Befehl
33662 \series bold
33663
33664 \begin_inset Newline newline
33665 \end_inset
33666
33667
33668 \backslash
33669 newcommand{
33670 \backslash
33671 larrow}[2]{
33672 \backslash
33673 xleftarrow[#2]{#1}}
33674 \begin_inset Newline newline
33675 \end_inset
33676
33677
33678 \series default
33679 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
33680 zel 
33681 \family sans
33682 Strg+M
33683 \family default
33684 , wird der Befehl in ein Mathe-Makro umgewandelt.
33685  Bei dieser Methode muss man jedoch aufpassen, dass der 
33686 \series bold
33687
33688 \backslash
33689 newcommand
33690 \series default
33691 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
33692  erstellt, dass später LaTeX-Fehler hervorruft.
33693 \end_layout
33694
33695 \begin_layout Standard
33696 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
33697  Makrodefinition fehlerhaft behandelt werden.
33698  Dadurch kann das Beispiel 
33699 \series bold
33700
33701 \backslash
33702 fb
33703 \series default
33704  aus 
33705 \begin_inset CommandInset ref
33706 LatexCommand ref
33707 reference "sub:Der-Befehl-newcommand"
33708
33709 \end_inset
33710
33711  nicht als Makro erzeugt werden.
33712 \end_layout
33713
33714 \begin_layout Standard
33715 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
33716  in LyX angezeigt:
33717 \end_layout
33718
33719 \begin_layout Standard
33720 \begin_inset VSpace defskip
33721 \end_inset
33722
33723
33724 \end_layout
33725
33726 \begin_layout Standard
33727 \begin_inset Graphics
33728         filename ../clipart/MacroToolbar.png
33729
33730 \end_inset
33731
33732
33733 \begin_inset Index
33734 status collapsed
33735
33736 \begin_layout Plain Layout
33737 Makros ! Werkzeugleiste
33738 \end_layout
33739
33740 \end_inset
33741
33742
33743 \end_layout
33744
33745 \begin_layout Standard
33746 \begin_inset VSpace defskip
33747 \end_inset
33748
33749
33750 \end_layout
33751
33752 \begin_layout Standard
33753 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
33754 \end_layout
33755
33756 \begin_layout Standard
33757 \begin_inset VSpace defskip
33758 \end_inset
33759
33760
33761 \end_layout
33762
33763 \begin_layout Standard
33764 \begin_inset Tabular
33765 <lyxtabular version="3" rows="9" columns="2">
33766 <features islongtable="true">
33767 <column alignment="left" valignment="top" width="0">
33768 <column alignment="left" valignment="top" width="85col%">
33769 <row interlinespace="2.5mm">
33770 <cell alignment="center" valignment="top" usebox="none">
33771 \begin_inset Text
33772
33773 \begin_layout Plain Layout
33774 \begin_inset Graphics
33775         filename ../../images/math-macro-remove-param.png
33776         BoundingBox 0bp 5bp 20bp 25bp
33777         rotateOrigin center
33778
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \end_inset
33785 </cell>
33786 <cell alignment="center" valignment="top" usebox="none">
33787 \begin_inset Text
33788
33789 \begin_layout Plain Layout
33790
33791 \family sans
33792 Bearbeiten\SpecialChar \menuseparator
33793 Mathe\SpecialChar \menuseparator
33794 Makro-Definition\SpecialChar \menuseparator
33795 Letztes Argument entfernen
33796 \end_layout
33797
33798 \end_inset
33799 </cell>
33800 </row>
33801 <row interlinespace="2.5mm">
33802 <cell alignment="center" valignment="top" usebox="none">
33803 \begin_inset Text
33804
33805 \begin_layout Plain Layout
33806 \begin_inset Graphics
33807         filename ../../images/math-macro-add-param.png
33808         BoundingBox 0bp 5bp 20bp 25bp
33809         rotateOrigin center
33810
33811 \end_inset
33812
33813
33814 \end_layout
33815
33816 \end_inset
33817 </cell>
33818 <cell alignment="center" valignment="top" usebox="none">
33819 \begin_inset Text
33820
33821 \begin_layout Plain Layout
33822
33823 \family sans
33824 Bearbeiten\SpecialChar \menuseparator
33825 Mathe\SpecialChar \menuseparator
33826 Makro-Definition\SpecialChar \menuseparator
33827 Argument hinzufügen
33828 \end_layout
33829
33830 \end_inset
33831 </cell>
33832 </row>
33833 <row interlinespace="2.5mm">
33834 <cell alignment="center" valignment="top" usebox="none">
33835 \begin_inset Text
33836
33837 \begin_layout Plain Layout
33838 \begin_inset Graphics
33839         filename ../../images/math-macro-make-optional.png
33840         BoundingBox 0bp 5bp 20bp 25bp
33841         rotateOrigin center
33842
33843 \end_inset
33844
33845
33846 \end_layout
33847
33848 \end_inset
33849 </cell>
33850 <cell alignment="center" valignment="top" usebox="none">
33851 \begin_inset Text
33852
33853 \begin_layout Plain Layout
33854
33855 \family sans
33856 Bearbeiten\SpecialChar \menuseparator
33857 Mathe\SpecialChar \menuseparator
33858 Makro-Definition\SpecialChar \menuseparator
33859 Das erste nicht-optionale
33860 \begin_inset Newline newline
33861 \end_inset
33862
33863
33864 \begin_inset ERT
33865 status collapsed
33866
33867 \begin_layout Plain Layout
33868
33869
33870 \backslash
33871 hphantom{
33872 \end_layout
33873
33874 \end_inset
33875
33876 Bearbeiten\SpecialChar \menuseparator
33877 Mathe\SpecialChar \menuseparator
33878 Makro-Definition\SpecialChar \menuseparator
33879
33880 \begin_inset ERT
33881 status collapsed
33882
33883 \begin_layout Plain Layout
33884
33885 }
33886 \end_layout
33887
33888 \end_inset
33889
33890 Argument in einen optionales
33891 \begin_inset Newline newline
33892 \end_inset
33893
33894
33895 \begin_inset ERT
33896 status collapsed
33897
33898 \begin_layout Plain Layout
33899
33900
33901 \backslash
33902 hphantom{
33903 \end_layout
33904
33905 \end_inset
33906
33907 Bearbeiten\SpecialChar \menuseparator
33908 Mathe\SpecialChar \menuseparator
33909 Makro-Definition\SpecialChar \menuseparator
33910
33911 \begin_inset ERT
33912 status collapsed
33913
33914 \begin_layout Plain Layout
33915
33916 }
33917 \end_layout
33918
33919 \end_inset
33920
33921 ändern
33922 \end_layout
33923
33924 \end_inset
33925 </cell>
33926 </row>
33927 <row interlinespace="2.5mm">
33928 <cell alignment="center" valignment="top" usebox="none">
33929 \begin_inset Text
33930
33931 \begin_layout Plain Layout
33932 \begin_inset Graphics
33933         filename ../../images/math-macro-make-nonoptional.png
33934         BoundingBox 0bp 5bp 20bp 25bp
33935         rotateOrigin center
33936
33937 \end_inset
33938
33939
33940 \end_layout
33941
33942 \end_inset
33943 </cell>
33944 <cell alignment="center" valignment="top" usebox="none">
33945 \begin_inset Text
33946
33947 \begin_layout Plain Layout
33948
33949 \family sans
33950 Bearbeiten\SpecialChar \menuseparator
33951 Mathe\SpecialChar \menuseparator
33952 Makro-Definition\SpecialChar \menuseparator
33953 Das letzte optionale Argument in
33954 \begin_inset Newline newline
33955 \end_inset
33956
33957
33958 \begin_inset ERT
33959 status collapsed
33960
33961 \begin_layout Plain Layout
33962
33963
33964 \backslash
33965 hphantom{
33966 \end_layout
33967
33968 \end_inset
33969
33970 Bearbeiten\SpecialChar \menuseparator
33971 Mathe\SpecialChar \menuseparator
33972 Makro-Definition\SpecialChar \menuseparator
33973
33974 \begin_inset ERT
33975 status collapsed
33976
33977 \begin_layout Plain Layout
33978
33979 }
33980 \end_layout
33981
33982 \end_inset
33983
33984 einen nicht-optionales ändern
33985 \end_layout
33986
33987 \end_inset
33988 </cell>
33989 </row>
33990 <row interlinespace="2.5mm">
33991 <cell alignment="center" valignment="top" usebox="none">
33992 \begin_inset Text
33993
33994 \begin_layout Plain Layout
33995 \begin_inset Graphics
33996         filename ../../images/math-macro-remove-optional-param.png
33997         BoundingBox 0bp 5bp 20bp 25bp
33998         rotateOrigin center
33999
34000 \end_inset
34001
34002
34003 \end_layout
34004
34005 \end_inset
34006 </cell>
34007 <cell alignment="center" valignment="top" usebox="none">
34008 \begin_inset Text
34009
34010 \begin_layout Plain Layout
34011
34012 \family sans
34013 Bearbeiten\SpecialChar \menuseparator
34014 Mathe\SpecialChar \menuseparator
34015 Makro-Definition\SpecialChar \menuseparator
34016 Optionales Argument entfernen
34017 \end_layout
34018
34019 \end_inset
34020 </cell>
34021 </row>
34022 <row interlinespace="2.5mm">
34023 <cell alignment="center" valignment="top" usebox="none">
34024 \begin_inset Text
34025
34026 \begin_layout Plain Layout
34027 \begin_inset Graphics
34028         filename ../../images/math-macro-add-optional-param.png
34029         BoundingBox 0bp 5bp 20bp 25bp
34030         rotateOrigin center
34031
34032 \end_inset
34033
34034
34035 \end_layout
34036
34037 \end_inset
34038 </cell>
34039 <cell alignment="center" valignment="top" usebox="none">
34040 \begin_inset Text
34041
34042 \begin_layout Plain Layout
34043
34044 \family sans
34045 Bearbeiten\SpecialChar \menuseparator
34046 Mathe\SpecialChar \menuseparator
34047 Makro-Definition\SpecialChar \menuseparator
34048 Optionales Argument einfügen
34049 \end_layout
34050
34051 \end_inset
34052 </cell>
34053 </row>
34054 <row interlinespace="2.5mm">
34055 <cell alignment="center" valignment="top" usebox="none">
34056 \begin_inset Text
34057
34058 \begin_layout Plain Layout
34059 \begin_inset Graphics
34060         filename ../../images/math-macro-remove-greedy-param.png
34061         BoundingBox 0bp 5bp 20bp 25bp
34062         rotateOrigin center
34063
34064 \end_inset
34065
34066
34067 \end_layout
34068
34069 \end_inset
34070 </cell>
34071 <cell alignment="center" valignment="top" usebox="none">
34072 \begin_inset Text
34073
34074 \begin_layout Plain Layout
34075
34076 \family sans
34077 Bearbeiten\SpecialChar \menuseparator
34078 Mathe\SpecialChar \menuseparator
34079 Makro-Definition\SpecialChar \menuseparator
34080 Letztes Argument rechts entfernen
34081 \end_layout
34082
34083 \end_inset
34084 </cell>
34085 </row>
34086 <row interlinespace="2.5mm">
34087 <cell alignment="center" valignment="top" usebox="none">
34088 \begin_inset Text
34089
34090 \begin_layout Plain Layout
34091 \begin_inset Graphics
34092         filename ../../images/math-macro-append-greedy-param.png
34093         BoundingBox 0bp 5bp 20bp 25bp
34094         rotateOrigin center
34095
34096 \end_inset
34097
34098
34099 \end_layout
34100
34101 \end_inset
34102 </cell>
34103 <cell alignment="center" valignment="top" usebox="none">
34104 \begin_inset Text
34105
34106 \begin_layout Plain Layout
34107
34108 \family sans
34109 Bearbeiten\SpecialChar \menuseparator
34110 Mathe\SpecialChar \menuseparator
34111 Makro-Definition\SpecialChar \menuseparator
34112 Argument von rechts hinzufügen
34113 \end_layout
34114
34115 \end_inset
34116 </cell>
34117 </row>
34118 <row interlinespace="2.5mm">
34119 <cell alignment="center" valignment="top" usebox="none">
34120 \begin_inset Text
34121
34122 \begin_layout Plain Layout
34123 \begin_inset Graphics
34124         filename ../../images/math-macro-add-greedy-optional-param.png
34125         BoundingBox 0bp 5bp 20bp 25bp
34126         rotateOrigin center
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \end_inset
34134 </cell>
34135 <cell alignment="center" valignment="top" usebox="none">
34136 \begin_inset Text
34137
34138 \begin_layout Plain Layout
34139
34140 \family sans
34141 Bearbeiten\SpecialChar \menuseparator
34142 Mathe\SpecialChar \menuseparator
34143 Makro-Definition\SpecialChar \menuseparator
34144 Optionales Argument von rechts
34145 \begin_inset Newline newline
34146 \end_inset
34147
34148
34149 \begin_inset ERT
34150 status collapsed
34151
34152 \begin_layout Plain Layout
34153
34154
34155 \backslash
34156 hphantom{
34157 \end_layout
34158
34159 \end_inset
34160
34161 Bearbeiten\SpecialChar \menuseparator
34162 Mathe\SpecialChar \menuseparator
34163 Makro-Definition\SpecialChar \menuseparator
34164
34165 \begin_inset ERT
34166 status collapsed
34167
34168 \begin_layout Plain Layout
34169
34170 }
34171 \end_layout
34172
34173 \end_inset
34174
34175 hinzufügen
34176 \end_layout
34177
34178 \end_inset
34179 </cell>
34180 </row>
34181 </lyxtabular>
34182
34183 \end_inset
34184
34185
34186 \end_layout
34187
34188 \begin_layout Standard
34189 \begin_inset Newpage newpage
34190 \end_inset
34191
34192
34193 \end_layout
34194
34195 \begin_layout Section
34196 Tipps
34197 \begin_inset Index
34198 status collapsed
34199
34200 \begin_layout Plain Layout
34201 Tipps
34202 \end_layout
34203
34204 \end_inset
34205
34206
34207 \end_layout
34208
34209 \begin_layout Subsection
34210 Negative Zahlen
34211 \begin_inset Index
34212 status collapsed
34213
34214 \begin_layout Plain Layout
34215 Zahlen ! negative
34216 \end_layout
34217
34218 \end_inset
34219
34220
34221 \end_layout
34222
34223 \begin_layout Standard
34224 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34225  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34226  dargestellt.
34227  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34228  Minuszeichen korrekt.
34229 \end_layout
34230
34231 \begin_layout Standard
34232 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34233  nicht mehr auf.
34234 \end_layout
34235
34236 \begin_layout Standard
34237 Ein Beispiel zur Veranschaulichung der Problematik:
34238 \end_layout
34239
34240 \begin_layout Standard
34241 \align center
34242 \begin_inset Tabular
34243 <lyxtabular version="3" rows="3" columns="2">
34244 <features>
34245 <column alignment="right" valignment="top" width="0">
34246 <column alignment="left" valignment="top" width="0">
34247 <row>
34248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34249 \begin_inset Text
34250
34251 \begin_layout Plain Layout
34252 normaler Text:
34253 \end_layout
34254
34255 \end_inset
34256 </cell>
34257 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34258 \begin_inset Text
34259
34260 \begin_layout Plain Layout
34261 x = -2
34262 \end_layout
34263
34264 \end_inset
34265 </cell>
34266 </row>
34267 <row>
34268 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34269 \begin_inset Text
34270
34271 \begin_layout Plain Layout
34272 Formelmodus:
34273 \end_layout
34274
34275 \end_inset
34276 </cell>
34277 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34278 \begin_inset Text
34279
34280 \begin_layout Plain Layout
34281 \begin_inset Formula $x=-2$
34282 \end_inset
34283
34284
34285 \end_layout
34286
34287 \end_inset
34288 </cell>
34289 </row>
34290 <row>
34291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34292 \begin_inset Text
34293
34294 \begin_layout Plain Layout
34295 Lösung:
34296 \end_layout
34297
34298 \end_inset
34299 </cell>
34300 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34301 \begin_inset Text
34302
34303 \begin_layout Plain Layout
34304 \begin_inset Formula $x=\textrm{-}2$
34305 \end_inset
34306
34307
34308 \end_layout
34309
34310 \end_inset
34311 </cell>
34312 </row>
34313 </lyxtabular>
34314
34315 \end_inset
34316
34317
34318 \end_layout
34319
34320 \begin_layout Subsection
34321 Komma als Dezimaltrennzeichen
34322 \begin_inset Index
34323 status collapsed
34324
34325 \begin_layout Plain Layout
34326 Komma
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Standard
34335 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34336  als Gruppentrennzeichen.
34337  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34338  eingefügt.
34339 \end_layout
34340
34341 \begin_layout Standard
34342 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34343  Text um (Tastenkürzel 
34344 \family sans
34345 Alt+M
34346 \begin_inset space ~
34347 \end_inset
34348
34349 M
34350 \family default
34351 ).
34352 \end_layout
34353
34354 \begin_layout Standard
34355 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34356  lädt man die Datei 
34357 \series bold
34358 icomma.sty
34359 \series default
34360
34361 \begin_inset Foot
34362 status collapsed
34363
34364 \begin_layout Plain Layout
34365
34366 \series bold
34367 icomma
34368 \series default
34369  ist Teil des LaTeX-Paketes 
34370 \series bold
34371 was
34372 \series default
34373
34374 \begin_inset Index
34375 status collapsed
34376
34377 \begin_layout Plain Layout
34378 Pakete ! was
34379 \begin_inset ERT
34380 status collapsed
34381
34382 \begin_layout Plain Layout
34383
34384
34385 \backslash
34386 vspace{4mm}
34387 \end_layout
34388
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \end_inset
34395
34396 .
34397 \end_layout
34398
34399 \end_inset
34400
34401
34402 \begin_inset Index
34403 status collapsed
34404
34405 \begin_layout Plain Layout
34406 Pakete ! icomma
34407 \end_layout
34408
34409 \end_inset
34410
34411  mit der LaTeX-Vorspannzeile
34412 \end_layout
34413
34414 \begin_layout Standard
34415
34416 \series bold
34417
34418 \backslash
34419 usepackage{icomma}
34420 \end_layout
34421
34422 \begin_layout Subsection
34423 Physikalische Vektoren
34424 \begin_inset CommandInset label
34425 LatexCommand label
34426 name "sub:Physikalische-Vektoren"
34427
34428 \end_inset
34429
34430
34431 \begin_inset Index
34432 status collapsed
34433
34434 \begin_layout Plain Layout
34435 Vektoren ! physikalische
34436 \end_layout
34437
34438 \end_inset
34439
34440
34441 \end_layout
34442
34443 \begin_layout Standard
34444 Vordefinierte Vektoren bietet das LaTeX-Paket 
34445 \series bold
34446 braket
34447 \series default
34448
34449 \begin_inset Foot
34450 status collapsed
34451
34452 \begin_layout Plain Layout
34453
34454 \series bold
34455 braket
34456 \series default
34457  sollte Teil jeder LaTeX-Standardinstallation sein.
34458 \end_layout
34459
34460 \end_inset
34461
34462
34463 \begin_inset Index
34464 status collapsed
34465
34466 \begin_layout Plain Layout
34467 Pakete ! braket
34468 \end_layout
34469
34470 \end_inset
34471
34472 , das mit der LaTeX-Vorspannzeile
34473 \end_layout
34474
34475 \begin_layout Standard
34476
34477 \series bold
34478
34479 \backslash
34480 usepackage{braket}
34481 \end_layout
34482
34483 \begin_layout Standard
34484 geladen wird.
34485 \begin_inset ERT
34486 status collapsed
34487
34488 \begin_layout Plain Layout
34489
34490
34491 \backslash
34492 ifbraket 
34493 \end_layout
34494
34495 \end_inset
34496
34497
34498 \begin_inset Note Note
34499 status open
34500
34501 \begin_layout Plain Layout
34502 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34503 \series bold
34504 braket
34505 \series default
34506  installiert ist:
34507 \end_layout
34508
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Standard
34515 \begin_inset Newpage newpage
34516 \end_inset
34517
34518
34519 \end_layout
34520
34521 \begin_layout Standard
34522 Folgende Befehle sind definiert:
34523 \end_layout
34524
34525 \begin_layout Standard
34526 \align center
34527 \begin_inset Tabular
34528 <lyxtabular version="3" rows="4" columns="2">
34529 <features>
34530 <column alignment="center" valignment="top" width="0">
34531 <column alignment="center" valignment="top" width="0">
34532 <row>
34533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34534 \begin_inset Text
34535
34536 \begin_layout Plain Layout
34537 Befehl
34538 \end_layout
34539
34540 \end_inset
34541 </cell>
34542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34543 \begin_inset Text
34544
34545 \begin_layout Plain Layout
34546 Ergebnis
34547 \end_layout
34548
34549 \end_inset
34550 </cell>
34551 </row>
34552 <row>
34553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34554 \begin_inset Text
34555
34556 \begin_layout Plain Layout
34557
34558 \backslash
34559 Bra{
34560 \backslash
34561 psi
34562 \end_layout
34563
34564 \end_inset
34565 </cell>
34566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34567 \begin_inset Text
34568
34569 \begin_layout Plain Layout
34570 \begin_inset Formula $\Bra{\psi}$
34571 \end_inset
34572
34573
34574 \end_layout
34575
34576 \end_inset
34577 </cell>
34578 </row>
34579 <row>
34580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34581 \begin_inset Text
34582
34583 \begin_layout Plain Layout
34584
34585 \backslash
34586 Ket{
34587 \backslash
34588 psi
34589 \end_layout
34590
34591 \end_inset
34592 </cell>
34593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34594 \begin_inset Text
34595
34596 \begin_layout Plain Layout
34597 \begin_inset Formula $\Ket{\psi}$
34598 \end_inset
34599
34600
34601 \end_layout
34602
34603 \end_inset
34604 </cell>
34605 </row>
34606 <row>
34607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34608 \begin_inset Text
34609
34610 \begin_layout Plain Layout
34611
34612 \backslash
34613 Braket{
34614 \backslash
34615 psi|
34616 \backslash
34617 phi
34618 \end_layout
34619
34620 \end_inset
34621 </cell>
34622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34623 \begin_inset Text
34624
34625 \begin_layout Plain Layout
34626 \begin_inset Formula $\Braket{\psi|\phi}$
34627 \end_inset
34628
34629
34630 \end_layout
34631
34632 \end_inset
34633 </cell>
34634 </row>
34635 </lyxtabular>
34636
34637 \end_inset
34638
34639
34640 \end_layout
34641
34642 \begin_layout Standard
34643 Der Befehl 
34644 \series bold
34645
34646 \backslash
34647 Braket
34648 \series default
34649  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
34650  Klammern gesetzt werden:
34651 \begin_inset Formula \[
34652 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
34653
34654 \end_inset
34655
34656
34657 \begin_inset ERT
34658 status collapsed
34659
34660 \begin_layout Plain Layout
34661
34662
34663 \backslash
34664 else 
34665 \end_layout
34666
34667 \end_inset
34668
34669
34670 \begin_inset Note Note
34671 status open
34672
34673 \begin_layout Plain Layout
34674 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34675 \series bold
34676 braket
34677 \series default
34678  nicht installiert ist:
34679 \end_layout
34680
34681 \end_inset
34682
34683
34684 \end_layout
34685
34686 \begin_layout Standard
34687 Das LaTeX-Paket 
34688 \series bold
34689 braket 
34690 \series default
34691 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34692 \end_layout
34693
34694 \begin_layout Standard
34695 \begin_inset ERT
34696 status collapsed
34697
34698 \begin_layout Plain Layout
34699
34700
34701 \backslash
34702 fi 
34703 \end_layout
34704
34705 \end_inset
34706
34707
34708 \end_layout
34709
34710 \begin_layout Standard
34711 Der Effekt von 
34712 \series bold
34713
34714 \backslash
34715 Braket
34716 \series default
34717  kann auch mit dem Befehl 
34718 \series bold
34719
34720 \backslash
34721 middle
34722 \series default
34723  erzielt werden, der in 
34724 \begin_inset CommandInset ref
34725 LatexCommand ref
34726 reference "sub:Automatische-Klammergrößen"
34727
34728 \end_inset
34729
34730  beschrieben ist.
34731 \end_layout
34732
34733 \begin_layout Subsection
34734 Selbst definierte Brüche
34735 \begin_inset CommandInset label
34736 LatexCommand label
34737 name "sub:Selbstdefinierte-Brüche"
34738
34739 \end_inset
34740
34741
34742 \begin_inset Index
34743 status collapsed
34744
34745 \begin_layout Plain Layout
34746 Brüche ! selbstdefinierte
34747 \end_layout
34748
34749 \end_inset
34750
34751
34752 \end_layout
34753
34754 \begin_layout Standard
34755 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
34756 \series bold
34757
34758 \backslash
34759 genfrac
34760 \series default
34761
34762 \begin_inset Index
34763 status collapsed
34764
34765 \begin_layout Plain Layout
34766 Befehle ! G ! 
34767 \backslash
34768 genfrac
34769 \end_layout
34770
34771 \end_inset
34772
34773  in folgendem Schema:
34774 \end_layout
34775
34776 \begin_layout Standard
34777
34778 \series bold
34779
34780 \backslash
34781 genfrac{linke
34782 \series default
34783  
34784 \series bold
34785 Klammer}{rechte
34786 \series default
34787  
34788 \series bold
34789 Klammer}{Bruchstrichdicke}{Ansichtsstil}
34790 \begin_inset Newline newline
34791 \end_inset
34792
34793
34794 \begin_inset ERT
34795 status collapsed
34796
34797 \begin_layout Plain Layout
34798
34799
34800 \backslash
34801 phantom{
34802 \end_layout
34803
34804 \end_inset
34805
34806
34807 \backslash
34808 genfrac
34809 \begin_inset ERT
34810 status collapsed
34811
34812 \begin_layout Plain Layout
34813
34814 }
34815 \end_layout
34816
34817 \end_inset
34818
34819 {Zähler}{Nenner}
34820 \end_layout
34821
34822 \begin_layout Standard
34823 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
34824 \begin_inset space \thinspace{}
34825 \end_inset
34826
34827 -
34828 \begin_inset space \thinspace{}
34829 \end_inset
34830
34831 3 angegeben.
34832 \end_layout
34833
34834 \begin_layout Standard
34835 \align center
34836 \begin_inset Tabular
34837 <lyxtabular version="3" rows="5" columns="2">
34838 <features>
34839 <column alignment="center" valignment="top" width="0">
34840 <column alignment="center" valignment="top" width="0">
34841 <row>
34842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34843 \begin_inset Text
34844
34845 \begin_layout Plain Layout
34846 Nummer
34847 \end_layout
34848
34849 \end_inset
34850 </cell>
34851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34852 \begin_inset Text
34853
34854 \begin_layout Plain Layout
34855 Ansichtsstil
34856 \end_layout
34857
34858 \end_inset
34859 </cell>
34860 </row>
34861 <row>
34862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34863 \begin_inset Text
34864
34865 \begin_layout Plain Layout
34866 0
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875 abgesetzte Formel
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 </row>
34881 <row>
34882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 1
34887 \end_layout
34888
34889 \end_inset
34890 </cell>
34891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 eingebettete Formel
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 </row>
34901 <row>
34902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906 2
34907 \end_layout
34908
34909 \end_inset
34910 </cell>
34911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34912 \begin_inset Text
34913
34914 \begin_layout Plain Layout
34915 klein
34916 \end_layout
34917
34918 \end_inset
34919 </cell>
34920 </row>
34921 <row>
34922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34923 \begin_inset Text
34924
34925 \begin_layout Plain Layout
34926 3
34927 \end_layout
34928
34929 \end_inset
34930 </cell>
34931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34932 \begin_inset Text
34933
34934 \begin_layout Plain Layout
34935 winzig
34936 \end_layout
34937
34938 \end_inset
34939 </cell>
34940 </row>
34941 </lyxtabular>
34942
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \begin_layout Standard
34949 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
34950  
34951 \series bold
34952
34953 \backslash
34954 frac
34955 \series default
34956  der Umgebung an.
34957 \end_layout
34958
34959 \begin_layout Standard
34960 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
34961  0.4
34962 \begin_inset space \thinspace{}
34963 \end_inset
34964
34965 pt verwendet.
34966 \end_layout
34967
34968 \begin_layout Standard
34969 \begin_inset VSpace medskip
34970 \end_inset
34971
34972 Zum Beispiel sind die Befehle 
34973 \series bold
34974
34975 \backslash
34976 dfrac
34977 \series default
34978  und 
34979 \series bold
34980
34981 \backslash
34982 tbinom
34983 \series default
34984  aus 
34985 \begin_inset CommandInset ref
34986 LatexCommand ref
34987 reference "sub:Brüche"
34988
34989 \end_inset
34990
34991  folgendermaßen definiert:
34992 \end_layout
34993
34994 \begin_layout Standard
34995
34996 \series bold
34997
34998 \backslash
34999 newcommand{
35000 \backslash
35001 dfrac}[2]{
35002 \backslash
35003 genfrac{}{}{}{0}{#1}{#2}}
35004 \end_layout
35005
35006 \begin_layout Standard
35007 und
35008 \end_layout
35009
35010 \begin_layout Standard
35011
35012 \series bold
35013
35014 \backslash
35015 newcommand{
35016 \backslash
35017 tbinom}[2]{
35018 \backslash
35019 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35020 \end_layout
35021
35022 \begin_layout Standard
35023 \begin_inset VSpace medskip
35024 \end_inset
35025
35026 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35027  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35028 \end_layout
35029
35030 \begin_layout Standard
35031
35032 \series bold
35033
35034 \backslash
35035 newcommand{
35036 \backslash
35037 fracS}[3][]{
35038 \backslash
35039 genfrac{}{}{#1}{}{#2}{#3}}
35040 \end_layout
35041
35042 \begin_layout Standard
35043 Dazu ein Test:
35044 \begin_inset Formula \begin{align*}
35045 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35046 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
35047
35048 \end_inset
35049
35050 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35051  in etwa der dreifachen Strichdicke.
35052 \end_layout
35053
35054 \begin_layout Subsection
35055 Durchgestrichene Formeln
35056 \begin_inset Index
35057 status collapsed
35058
35059 \begin_layout Plain Layout
35060 Formel ! durchgestrichene
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \end_layout
35067
35068 \begin_layout Standard
35069 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35070 \series bold
35071 cancel
35072 \series default
35073
35074 \begin_inset Foot
35075 status collapsed
35076
35077 \begin_layout Plain Layout
35078
35079 \series bold
35080 cancel
35081 \series default
35082  ist Teil jeder LaTeX-Standardinstallation.
35083 \end_layout
35084
35085 \end_inset
35086
35087
35088 \begin_inset Index
35089 status collapsed
35090
35091 \begin_layout Plain Layout
35092 Pakete ! cancel
35093 \end_layout
35094
35095 \end_inset
35096
35097  mit der LaTeX-Vorspannzeile
35098 \end_layout
35099
35100 \begin_layout Standard
35101
35102 \series bold
35103
35104 \backslash
35105 usepackage[samesize]{cancel}
35106 \end_layout
35107
35108 \begin_layout Standard
35109 geladen werden.
35110 \end_layout
35111
35112 \begin_layout Standard
35113 Es gibt vier verschiedene Arten durchzustreichen:
35114 \end_layout
35115
35116 \begin_layout Standard
35117 \align center
35118 \begin_inset Tabular
35119 <lyxtabular version="3" rows="5" columns="2">
35120 <features>
35121 <column alignment="center" valignment="top" width="0">
35122 <column alignment="center" valignment="top" width="0">
35123 <row>
35124 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35125 \begin_inset Text
35126
35127 \begin_layout Plain Layout
35128 Befehl
35129 \end_layout
35130
35131 \end_inset
35132 </cell>
35133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35134 \begin_inset Text
35135
35136 \begin_layout Plain Layout
35137 Ergebnis
35138 \begin_inset Note Note
35139 status collapsed
35140
35141 \begin_layout Plain Layout
35142 Der Leerraum und 
35143 \series bold
35144
35145 \backslash
35146 raisebox
35147 \series default
35148  dienen nur als Abstandhalter.
35149 \end_layout
35150
35151 \end_inset
35152
35153
35154 \end_layout
35155
35156 \end_inset
35157 </cell>
35158 </row>
35159 <row>
35160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35161 \begin_inset Text
35162
35163 \begin_layout Plain Layout
35164
35165 \backslash
35166 cancel{
35167 \backslash
35168 int
35169 \begin_inset ERT
35170 status collapsed
35171
35172 \begin_layout Plain Layout
35173
35174
35175 \backslash
35176 leer 
35177 \end_layout
35178
35179 \end_inset
35180
35181 A=B
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 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35191 \end_inset
35192
35193
35194 \end_layout
35195
35196 \end_inset
35197 </cell>
35198 </row>
35199 <row>
35200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35201 \begin_inset Text
35202
35203 \begin_layout Plain Layout
35204
35205 \backslash
35206 bcancel{
35207 \backslash
35208 int
35209 \begin_inset ERT
35210 status collapsed
35211
35212 \begin_layout Plain Layout
35213
35214
35215 \backslash
35216 leer 
35217 \end_layout
35218
35219 \end_inset
35220
35221 A=B
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 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35231 \end_inset
35232
35233
35234 \end_layout
35235
35236 \end_inset
35237 </cell>
35238 </row>
35239 <row>
35240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35241 \begin_inset Text
35242
35243 \begin_layout Plain Layout
35244
35245 \backslash
35246 xcancel{
35247 \backslash
35248 int
35249 \begin_inset ERT
35250 status collapsed
35251
35252 \begin_layout Plain Layout
35253
35254
35255 \backslash
35256 leer 
35257 \end_layout
35258
35259 \end_inset
35260
35261 A=B
35262 \end_layout
35263
35264 \end_inset
35265 </cell>
35266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35267 \begin_inset Text
35268
35269 \begin_layout Plain Layout
35270 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35271 \end_inset
35272
35273
35274 \end_layout
35275
35276 \end_inset
35277 </cell>
35278 </row>
35279 <row>
35280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35281 \begin_inset Text
35282
35283 \begin_layout Plain Layout
35284
35285 \backslash
35286 cancelto{1
35287 \begin_inset Formula $\to$
35288 \end_inset
35289
35290
35291 \backslash
35292 {
35293 \backslash
35294 int
35295 \begin_inset ERT
35296 status collapsed
35297
35298 \begin_layout Plain Layout
35299
35300
35301 \backslash
35302 leer 
35303 \end_layout
35304
35305 \end_inset
35306
35307 A=B
35308 \end_layout
35309
35310 \end_inset
35311 </cell>
35312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35313 \begin_inset Text
35314
35315 \begin_layout Plain Layout
35316 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \end_inset
35323 </cell>
35324 </row>
35325 </lyxtabular>
35326
35327 \end_inset
35328
35329
35330 \end_layout
35331
35332 \begin_layout Standard
35333
35334 \series bold
35335
35336 \backslash
35337 cancelto
35338 \series default
35339  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35340  will:
35341 \begin_inset Formula \[
35342 \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}}}\]
35343
35344 \end_inset
35345
35346
35347 \end_layout
35348
35349 \begin_layout Subsection
35350 Formeln in Überschriften
35351 \begin_inset CommandInset label
35352 LatexCommand label
35353 name "sub:Formeln-in-Überschriften"
35354
35355 \end_inset
35356
35357
35358 \begin_inset Index
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362 Formel ! in Überschriften
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Standard
35371 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
35372 \end_layout
35373
35374 \begin_layout Standard
35375 \begin_inset Note Greyedout
35376 status open
35377
35378 \begin_layout Plain Layout
35379 Verwendet man 
35380 \series bold
35381 hyperref
35382 \series default
35383
35384 \begin_inset Index
35385 status collapsed
35386
35387 \begin_layout Plain Layout
35388 Pakete ! hyperref
35389 \end_layout
35390
35391 \end_inset
35392
35393  Unterstützung im den Dokumenteinstellungen unter 
35394 \family sans
35395 PDF-Eigenschaften
35396 \family default
35397 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
35398  erzeugt.
35399  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
35400  dargestellt.
35401  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
35402 \end_layout
35403
35404 \end_inset
35405
35406
35407 \end_layout
35408
35409 \begin_layout Standard
35410 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
35411  Kurztitel über das Menü 
35412 \family sans
35413 Einfügen\SpecialChar \menuseparator
35414 Kurztitel
35415 \family default
35416  einfügt.
35417  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
35418  um das Inhaltsverzeichnis übersichtlich zu halten.
35419  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
35420 chen.
35421 \end_layout
35422
35423 \begin_layout Standard
35424 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
35425 \series bold
35426 hyperref
35427 \series default
35428 , verwendet man im TeX-Modus den Befehl
35429 \end_layout
35430
35431 \begin_layout Standard
35432
35433 \series bold
35434
35435 \backslash
35436 texorpdfstring{Teil}{Alternative}
35437 \begin_inset Index
35438 status collapsed
35439
35440 \begin_layout Plain Layout
35441 Befehle ! T ! 
35442 \backslash
35443 texorpdfstring
35444 \end_layout
35445
35446 \end_inset
35447
35448
35449 \end_layout
35450
35451 \begin_layout Standard
35452 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
35453  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
35454  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
35455  soll.
35456 \end_layout
35457
35458 \begin_layout Standard
35459 Es folgen zwei Beispielüberschriften:
35460 \begin_inset VSpace -3mm
35461 \end_inset
35462
35463
35464 \begin_inset ERT
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468
35469
35470 \backslash
35471 boldmath 
35472 \end_layout
35473
35474 \end_inset
35475
35476
35477 \end_layout
35478
35479 \begin_layout Subsubsection
35480 Überschrift ohne Formel im Inhaltsverzeichnis 
35481 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35482 \end_inset
35483
35484
35485 \begin_inset OptArg
35486 status collapsed
35487
35488 \begin_layout Plain Layout
35489 Überschrift ohne Formel im Inhaltsverzeichnis
35490 \end_layout
35491
35492 \end_inset
35493
35494
35495 \end_layout
35496
35497 \begin_layout Subsubsection
35498 Überschrift mit Formel im Inhaltsverzeichnis
35499 \begin_inset ERT
35500 status collapsed
35501
35502 \begin_layout Plain Layout
35503
35504
35505 \backslash
35506 texorpdfstring{
35507 \end_layout
35508
35509 \end_inset
35510
35511  
35512 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
35513 \end_inset
35514
35515
35516 \begin_inset ERT
35517 status collapsed
35518
35519 \begin_layout Plain Layout
35520
35521 }{}
35522 \end_layout
35523
35524 \end_inset
35525
35526
35527 \end_layout
35528
35529 \begin_layout Standard
35530 \begin_inset ERT
35531 status collapsed
35532
35533 \begin_layout Plain Layout
35534
35535
35536 \backslash
35537 unboldmath 
35538 \end_layout
35539
35540 \end_inset
35541
35542 In der ersten Überschrift wurde ein Kurztitel verwendet.
35543  In der zweiten 
35544 \series bold
35545
35546 \backslash
35547 texorpdfstring
35548 \series default
35549 .
35550 \end_layout
35551
35552 \begin_layout Standard
35553 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
35554  die komplette Überschrift in eine 
35555 \series bold
35556 boldmath
35557 \series default
35558 -Umgebung
35559 \begin_inset Foot
35560 status collapsed
35561
35562 \begin_layout Plain Layout
35563 siehe 
35564 \begin_inset CommandInset ref
35565 LatexCommand ref
35566 reference "sub:Fett-gedruckte-Formeln"
35567
35568 \end_inset
35569
35570
35571 \end_layout
35572
35573 \end_inset
35574
35575  gesetzt.
35576 \end_layout
35577
35578 \begin_layout Subsection
35579 Formeln im mehrspaltigen Text
35580 \begin_inset Index
35581 status collapsed
35582
35583 \begin_layout Plain Layout
35584 Formel ! im mehrspaltigen Text
35585 \end_layout
35586
35587 \end_inset
35588
35589
35590 \end_layout
35591
35592 \begin_layout Standard
35593 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
35594  müssen daher über die gesamte Seitenbreite gesetzt werden.
35595  Dazu verwendet man das LaTeX-Paket 
35596 \series bold
35597 multicol
35598 \series default
35599
35600 \begin_inset Foot
35601 status collapsed
35602
35603 \begin_layout Plain Layout
35604
35605 \series bold
35606 multicol
35607 \series default
35608  ist Teil jeder LaTeX-Standardinstallation.
35609 \end_layout
35610
35611 \end_inset
35612
35613
35614 \begin_inset Index
35615 status collapsed
35616
35617 \begin_layout Plain Layout
35618 Pakete ! multicol
35619 \end_layout
35620
35621 \end_inset
35622
35623 , das mit der LaTeX-Vorspannzeile
35624 \end_layout
35625
35626 \begin_layout Standard
35627
35628 \series bold
35629
35630 \backslash
35631 usepackage{multicol}
35632 \end_layout
35633
35634 \begin_layout Standard
35635 geladen wird.
35636 \end_layout
35637
35638 \begin_layout Standard
35639 \begin_inset Note Greyedout
35640 status open
35641
35642 \begin_layout Plain Layout
35643 Dabei ist zu beachten, dass im Menü 
35644 \family sans
35645 Dokument\SpecialChar \menuseparator
35646 Einstellungen
35647 \family default
35648  unter 
35649 \family sans
35650 Textformat
35651 \family default
35652  
35653 \emph on
35654 nicht
35655 \emph default
35656  
35657 \family sans
35658 Zweispaltiges
35659 \begin_inset space ~
35660 \end_inset
35661
35662 Dokument
35663 \family default
35664  ausgewählt sein darf.
35665 \end_layout
35666
35667 \end_inset
35668
35669
35670 \end_layout
35671
35672 \begin_layout Standard
35673 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
35674 \end_layout
35675
35676 \begin_layout Standard
35677
35678 \series bold
35679
35680 \backslash
35681 begin{multicols}{Spaltenanzahl}
35682 \end_layout
35683
35684 \begin_layout Standard
35685 wobei die Spaltenanzahl eine Zahl im Bereich 2
35686 \begin_inset space \thinspace{}
35687 \end_inset
35688
35689 -
35690 \begin_inset space \thinspace{}
35691 \end_inset
35692
35693 10 ist.
35694  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
35695 \end_layout
35696
35697 \begin_layout Standard
35698
35699 \series bold
35700
35701 \backslash
35702 end{multicols}
35703 \end_layout
35704
35705 \begin_layout Standard
35706 der im TeX-Modus eingegeben wird.
35707 \end_layout
35708
35709 \begin_layout Standard
35710 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
35711  Um dies rückgängig zu machen, fügt man vor der Formel -6
35712 \begin_inset space \thinspace{}
35713 \end_inset
35714
35715 mm vertikalen Leerraum ein.
35716  Ist der Formelstil 
35717 \series bold
35718 Eingerückt
35719 \begin_inset Foot
35720 status collapsed
35721
35722 \begin_layout Plain Layout
35723 Formelstile siehe 
35724 \begin_inset CommandInset ref
35725 LatexCommand ref
35726 reference "sec:Formelstile"
35727
35728 \end_inset
35729
35730
35731 \end_layout
35732
35733 \end_inset
35734
35735
35736 \series default
35737  gewählt, fügt man stattdessen -9
35738 \begin_inset space \thinspace{}
35739 \end_inset
35740
35741 mm Leerraum ein.
35742 \end_layout
35743
35744 \begin_layout Standard
35745 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
35746 \end_layout
35747
35748 \begin_layout Standard
35749 \begin_inset ERT
35750 status collapsed
35751
35752 \begin_layout Plain Layout
35753
35754
35755 \backslash
35756 begin{multicols}{2}
35757 \end_layout
35758
35759 \end_inset
35760
35761 Das Spektrum wird fouriertransformiert.
35762  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
35763 , Lösungsmittel) zu trennen.
35764  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
35765  nun das Aussehen des Ausgangssignals.
35766  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
35767  über alle Phasen integrieren muss.
35768  Sei nun 
35769 \begin_inset Formula $S$
35770 \end_inset
35771
35772  unser normiertes Ausgangssignal und 
35773 \begin_inset Formula $P$
35774 \end_inset
35775
35776  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
35777 \begin_inset ERT
35778 status collapsed
35779
35780 \begin_layout Plain Layout
35781
35782
35783 \backslash
35784 end{multicols}
35785 \end_layout
35786
35787 \end_inset
35788
35789
35790 \begin_inset VSpace -6mm
35791 \end_inset
35792
35793
35794 \begin_inset Formula \begin{equation}
35795 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\end{equation}
35796
35797 \end_inset
35798
35799
35800 \begin_inset ERT
35801 status collapsed
35802
35803 \begin_layout Plain Layout
35804
35805
35806 \backslash
35807 begin{multicols}{2}
35808 \end_layout
35809
35810 \end_inset
35811
35812 wobei 
35813 \begin_inset Formula $S_{0}$
35814 \end_inset
35815
35816  das Signal ohne Gradient ist und die Normierungsbedingung 
35817 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35818 \end_inset
35819
35820  gilt.
35821  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35822  Direkt nach dem 
35823 \begin_inset Formula $\nicefrac{\pi}{2}$
35824 \end_inset
35825
35826
35827 \begin_inset space \thinspace{}
35828 \end_inset
35829
35830 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35831  das Signal zusätzlich abschwächt.
35832  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35833  
35834 \begin_inset Formula $T_{2}$
35835 \end_inset
35836
35837 -Zeit.
35838 \end_layout
35839
35840 \begin_layout Standard
35841 \begin_inset ERT
35842 status collapsed
35843
35844 \begin_layout Plain Layout
35845
35846
35847 \backslash
35848 end{multicols}
35849 \end_layout
35850
35851 \end_inset
35852
35853  
35854 \end_layout
35855
35856 \begin_layout Subsection
35857 Formeln mit Beschreibung der Variablen
35858 \begin_inset Index
35859 status collapsed
35860
35861 \begin_layout Plain Layout
35862 Formel ! mit Variablenbeschreibung
35863 \end_layout
35864
35865 \end_inset
35866
35867
35868 \end_layout
35869
35870 \begin_layout Standard
35871 Möchte man wie in Formel 
35872 \begin_inset CommandInset ref
35873 LatexCommand eqref
35874 reference "eq:innerhalb"
35875
35876 \end_inset
35877
35878 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
35879 \series bold
35880 ×
35881 \series default
35882
35883 \begin_inset Formula $n$
35884 \end_inset
35885
35886
35887 \begin_inset space ~
35888 \end_inset
35889
35890 Matrix mit links ausgerichteten Spalten für die verwendeten 
35891 \begin_inset Formula $n$
35892 \end_inset
35893
35894  Variablen.
35895 \begin_inset Foot
35896 status collapsed
35897
35898 \begin_layout Plain Layout
35899 Matrizen siehe 
35900 \begin_inset CommandInset ref
35901 LatexCommand ref
35902 reference "sec:Matrizen"
35903
35904 \end_inset
35905
35906
35907 \end_layout
35908
35909 \end_inset
35910
35911  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
35912 \begin_inset space \thinspace{}
35913 \end_inset
35914
35915 B.
35916  den Befehl 
35917 \series bold
35918
35919 \backslash
35920 footnotesize
35921 \series default
35922  ein.
35923 \begin_inset Foot
35924 status collapsed
35925
35926 \begin_layout Plain Layout
35927 Schriftgrößen siehe 
35928 \begin_inset CommandInset ref
35929 LatexCommand ref
35930 reference "sub:Schriftgrößen"
35931
35932 \end_inset
35933
35934
35935 \end_layout
35936
35937 \end_inset
35938
35939
35940 \end_layout
35941
35942 \begin_layout Standard
35943 Wird der Formelstil 
35944 \series bold
35945 Eingerückt
35946 \begin_inset Foot
35947 status collapsed
35948
35949 \begin_layout Plain Layout
35950 Formelstile siehe 
35951 \begin_inset CommandInset ref
35952 LatexCommand ref
35953 reference "sec:Formelstile"
35954
35955 \end_inset
35956
35957
35958 \end_layout
35959
35960 \end_inset
35961
35962
35963 \series default
35964  verwendet, fügt man vor und nach der Matrix ein 
35965 \series bold
35966
35967 \backslash
35968 hfill
35969 \series default
35970
35971 \begin_inset Foot
35972 status collapsed
35973
35974 \begin_layout Plain Layout
35975
35976 \series bold
35977
35978 \backslash
35979 hfill
35980 \series default
35981  wirkt nur in Formeln mit dem Stil 
35982 \series bold
35983 Eingerückt
35984 \series default
35985 , siehe 
35986 \begin_inset CommandInset ref
35987 LatexCommand ref
35988 reference "sub:Variabler-Leerraum"
35989
35990 \end_inset
35991
35992 .
35993 \end_layout
35994
35995 \end_inset
35996
35997  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35998  gleich ist.
35999 \end_layout
36000
36001 \begin_layout Standard
36002 Ist der Formelstil 
36003 \series bold
36004 Zentriert
36005 \series default
36006  gewählt, nutzt man die in 
36007 \begin_inset CommandInset ref
36008 LatexCommand ref
36009 reference "sub:Flalign-Umgebung"
36010
36011 \end_inset
36012
36013  beschriebene Möglichkeit, Formeln einzurücken.
36014  Formel 
36015 \begin_inset CommandInset ref
36016 LatexCommand eqref
36017 reference "eq:innerhalb"
36018
36019 \end_inset
36020
36021  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36022  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36023 \begin_inset Formula \begin{flalign}
36024 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36025 \rho & \textrm{Dichte}\\
36026 V & \textrm{Volumen}\\
36027 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
36028
36029 \end_inset
36030
36031
36032 \end_layout
36033
36034 \begin_layout Subsection
36035 Aufrechte kleine griechische Buchstaben
36036 \begin_inset CommandInset label
36037 LatexCommand label
36038 name "sub:Aufrechte-kleine-griechische"
36039
36040 \end_inset
36041
36042
36043 \begin_inset Index
36044 status collapsed
36045
36046 \begin_layout Plain Layout
36047 griechische Buchstaben ! aufrechte
36048 \end_layout
36049
36050 \end_inset
36051
36052
36053 \end_layout
36054
36055 \begin_layout Standard
36056 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36057  zur Verfügung.
36058  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36059  aufrechte griechische Buchstaben benötigt.
36060  Die Datei 
36061 \series bold
36062 upgreek.sty
36063 \series default
36064
36065 \begin_inset Foot
36066 status collapsed
36067
36068 \begin_layout Plain Layout
36069
36070 \series bold
36071 upgreek
36072 \series default
36073  ist Teil des LaTeX-Paketes 
36074 \series bold
36075 was
36076 \series default
36077
36078 \begin_inset Index
36079 status collapsed
36080
36081 \begin_layout Plain Layout
36082 Pakete ! was
36083 \begin_inset ERT
36084 status collapsed
36085
36086 \begin_layout Plain Layout
36087
36088
36089 \backslash
36090 vspace{4mm}
36091 \end_layout
36092
36093 \end_inset
36094
36095
36096 \end_layout
36097
36098 \end_inset
36099
36100 .
36101 \end_layout
36102
36103 \end_inset
36104
36105
36106 \begin_inset Index
36107 status collapsed
36108
36109 \begin_layout Plain Layout
36110 Pakete ! upgreek
36111 \end_layout
36112
36113 \end_inset
36114
36115 , die mit der LaTeX-Vorspannzeile
36116 \end_layout
36117
36118 \begin_layout Standard
36119
36120 \series bold
36121
36122 \backslash
36123 usepackage{upgreek}
36124 \end_layout
36125
36126 \begin_layout Standard
36127 geladen wird, stellt diese Buchstaben zur Verfügung.
36128  
36129 \begin_inset ERT
36130 status collapsed
36131
36132 \begin_layout Plain Layout
36133
36134
36135 \backslash
36136 ifupgreek 
36137 \end_layout
36138
36139 \end_inset
36140
36141
36142 \begin_inset Note Note
36143 status open
36144
36145 \begin_layout Plain Layout
36146 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36147 \series bold
36148 upgreek
36149 \series default
36150  installiert ist:
36151 \end_layout
36152
36153 \end_inset
36154
36155  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36156  
36157 \series bold
36158 up
36159 \series default
36160  begonnen wird.
36161  So erzeugt z.
36162 \begin_inset space \thinspace{}
36163 \end_inset
36164
36165 B.
36166  der Befehl 
36167 \series bold
36168
36169 \backslash
36170 uptau
36171 \series default
36172  dies: 
36173 \begin_inset Formula $\uptau$
36174 \end_inset
36175
36176
36177 \end_layout
36178
36179 \begin_layout Standard
36180 Damit kann man Elementarteilchenreaktionen erstellen:
36181 \begin_inset Formula \[
36182 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
36183
36184 \end_inset
36185
36186
36187 \end_layout
36188
36189 \begin_layout Standard
36190 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36191  Sie sollten daher nicht für Einheiten wie 
36192 \begin_inset Quotes gld
36193 \end_inset
36194
36195 µm
36196 \begin_inset Quotes grd
36197 \end_inset
36198
36199  verwendet werden.
36200 \end_layout
36201
36202 \begin_layout Standard
36203 \begin_inset ERT
36204 status collapsed
36205
36206 \begin_layout Plain Layout
36207
36208
36209 \backslash
36210 else 
36211 \end_layout
36212
36213 \end_inset
36214
36215
36216 \begin_inset Note Note
36217 status open
36218
36219 \begin_layout Plain Layout
36220 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36221 \series bold
36222 upgreek
36223 \series default
36224  nicht installiert ist:
36225 \end_layout
36226
36227 \end_inset
36228
36229
36230 \end_layout
36231
36232 \begin_layout Standard
36233 Das LaTeX-Paket 
36234 \series bold
36235 upgreek 
36236 \series default
36237 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36238 \end_layout
36239
36240 \begin_layout Standard
36241 \begin_inset ERT
36242 status collapsed
36243
36244 \begin_layout Plain Layout
36245
36246
36247 \backslash
36248 fi 
36249 \end_layout
36250
36251 \end_inset
36252
36253
36254 \end_layout
36255
36256 \begin_layout Subsection
36257 Textzeichen in Formeln
36258 \begin_inset CommandInset label
36259 LatexCommand label
36260 name "sub:Textzeichen-in-Formeln"
36261
36262 \end_inset
36263
36264
36265 \begin_inset Index
36266 status collapsed
36267
36268 \begin_layout Plain Layout
36269 Text ! in Formeln
36270 \end_layout
36271
36272 \end_inset
36273
36274
36275 \end_layout
36276
36277 \begin_layout Standard
36278 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
36279  Benötigt man z.
36280 \begin_inset space \thinspace{}
36281 \end_inset
36282
36283 B.
36284  den mittigen Punkt · in Formeln wie 
36285 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
36286 \end_inset
36287
36288 , müsste man dafür jedes Mal den Befehl 
36289 \series bold
36290
36291 \backslash
36292 cdot
36293 \series default
36294  eingeben
36295 \begin_inset Foot
36296 status collapsed
36297
36298 \begin_layout Plain Layout
36299 siehe 
36300 \begin_inset CommandInset ref
36301 LatexCommand ref
36302 reference "sub:Binäre-Operatoren"
36303
36304 \end_inset
36305
36306
36307 \end_layout
36308
36309 \end_inset
36310
36311 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
36312  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
36313 \end_layout
36314
36315 \begin_layout Standard
36316
36317 \series bold
36318
36319 \backslash
36320 DeclareInputText{183}{
36321 \backslash
36322 ifmmode
36323 \backslash
36324 cdot
36325 \backslash
36326 else
36327 \backslash
36328 textperiodcentered
36329 \backslash
36330 f\SpecialChar \textcompwordmark{}
36331 i}
36332 \end_layout
36333
36334 \begin_layout Standard
36335 Die Zeichenkodierung (Menü 
36336 \family sans
36337 Dokument\SpecialChar \menuseparator
36338 Einstellungen\SpecialChar \menuseparator
36339 Sprache
36340 \family default
36341 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
36342  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
36343 \series bold
36344
36345 \backslash
36346 textperiodcentered
36347 \series default
36348  verwendet.
36349  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
36350  LaTeX-Fehlern kommen würde.
36351  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
36352  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
36353  nicht.
36354 \end_layout
36355
36356 \begin_layout Standard
36357 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
36358  Z.
36359 \begin_inset space \thinspace{}
36360 \end_inset
36361
36362 B.
36363  ist die Kodierung 
36364 \series bold
36365 latin9
36366 \series default
36367  in der Datei 
36368 \series bold
36369 latin9.def
36370 \series default
36371  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
36372  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
36373 eien geändert werden.
36374  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
36375  nicht ohne Weiteres bearbeitet werden.
36376 \end_layout
36377
36378 \begin_layout Standard
36379 \begin_inset VSpace medskip
36380 \end_inset
36381
36382 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
36383  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
36384  Formel eingegeben werden können:
36385 \end_layout
36386
36387 \begin_layout Standard
36388
36389 \series bold
36390
36391 \backslash
36392 DeclareInputText{176}{
36393 \backslash
36394 ifmmode^
36395 \backslash
36396 circ
36397 \backslash
36398 else
36399 \backslash
36400 textdegree
36401 \backslash
36402 f\SpecialChar \textcompwordmark{}
36403 i}
36404 \end_layout
36405
36406 \begin_layout Standard
36407 \begin_inset Newpage newpage
36408 \end_inset
36409
36410
36411 \end_layout
36412
36413 \begin_layout Section
36414 \start_of_appendix
36415 Typographische Hinweise
36416 \begin_inset Index
36417 status collapsed
36418
36419 \begin_layout Plain Layout
36420 Typographische Hinweise
36421 \end_layout
36422
36423 \end_inset
36424
36425
36426 \end_layout
36427
36428 \begin_layout Standard
36429 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
36430  Regeln, die teilweise auch im Duden 
36431 \begin_inset CommandInset citation
36432 LatexCommand cite
36433 key "Duden"
36434
36435 \end_inset
36436
36437  unter 
36438 \family typewriter
36439 Textverarbeitung
36440 \family default
36441  aufgelistet sind.
36442  Weitere Regeln sind in 
36443 \begin_inset CommandInset citation
36444 LatexCommand cite
36445 key "Checklist"
36446
36447 \end_inset
36448
36449  zu finden.
36450 \end_layout
36451
36452 \begin_layout Itemize
36453 Physikalische Einheiten werden 
36454 \emph on
36455 immer
36456 \emph default
36457  aufrecht gesetzt
36458 \begin_inset Foot
36459 status collapsed
36460
36461 \begin_layout Plain Layout
36462 wird durch Schriftstile erreicht, siehe 
36463 \begin_inset CommandInset ref
36464 LatexCommand ref
36465 reference "sub:Schriftstile"
36466
36467 \end_inset
36468
36469
36470 \end_layout
36471
36472 \end_inset
36473
36474 , egal ob sie sich in einem kursiven Text befinden: 30
36475 \begin_inset space \thinspace{}
36476 \end_inset
36477
36478 km/h
36479 \begin_inset Newline newline
36480 \end_inset
36481
36482 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
36483 \begin_inset CommandInset ref
36484 LatexCommand ref
36485 reference "sub:Vordefinierter-Leerraum"
36486
36487 \end_inset
36488
36489 .
36490 \begin_inset Newline newline
36491 \end_inset
36492
36493 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
36494 \series bold
36495
36496 \backslash
36497 unittwo
36498 \series default
36499  verwendet.
36500  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
36501  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
36502  erhält wie oben: 
36503 \begin_inset Formula $\unit[30]{km/h}$
36504 \end_inset
36505
36506
36507 \begin_inset space \thinspace{}
36508 \end_inset
36509
36510 .
36511  Zu beachten ist, dass 
36512 \series bold
36513
36514 \backslash
36515 unittwo
36516 \series default
36517  kein echter LaTeX-Befehl, sondern der Befehl 
36518 \series bold
36519
36520 \backslash
36521 unit[Wert]{Einheit}
36522 \series default
36523  ist, daher kann man ihn nicht im TeX-Code benutzen.
36524 \end_layout
36525
36526 \begin_layout Itemize
36527 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
36528 \begin_inset Newline newline
36529 \end_inset
36530
36531 1,2
36532 \begin_inset space \thinspace{}
36533 \end_inset
36534
36535 ‰ Alkohol im Blut
36536 \begin_inset Newline newline
36537 \end_inset
36538
36539 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
36540  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
36541 \end_layout
36542
36543 \begin_layout Itemize
36544 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
36545  wird in einer Einheit verwendet: 15
36546 \begin_inset space \thinspace{}
36547 \end_inset
36548
36549 °C
36550 \end_layout
36551
36552 \begin_layout Itemize
36553 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
36554  Ziffer der kleinste Leerraum eingefügt: 18
36555 \begin_inset space \thinspace{}
36556 \end_inset
36557
36558 473
36559 \begin_inset space \thinspace{}
36560 \end_inset
36561
36562 588
36563 \end_layout
36564
36565 \begin_layout Itemize
36566 Für Bemaßungen wie z.
36567 \begin_inset space \thinspace{}
36568 \end_inset
36569
36570 B.
36571  120×90×40
36572 \begin_inset space \thinspace{}
36573 \end_inset
36574
36575 cm, verwendet man das gelegte Kreuz 
36576 \begin_inset Quotes gld
36577 \end_inset
36578
36579 ×
36580 \begin_inset Quotes grd
36581 \end_inset
36582
36583 , dass entweder über den Befehl 
36584 \series bold
36585
36586 \backslash
36587 times
36588 \series default
36589  oder über das Menü 
36590 \family sans
36591 Einfügen\SpecialChar \menuseparator
36592 Sonderzeichen\SpecialChar \menuseparator
36593 Symbole
36594 \family default
36595  verfügbar ist.
36596 \end_layout
36597
36598 \begin_layout Itemize
36599 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
36600  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
36601 \begin_inset space \thinspace{}
36602 \end_inset
36603
36604 6.
36605 \begin_inset space ~
36606 \end_inset
36607
36608 1979
36609 \end_layout
36610
36611 \begin_layout Itemize
36612 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
36613  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
36614 \begin_inset CommandInset ref
36615 LatexCommand ref
36616 reference "sub:Vordefinierte-Funktionen"
36617
36618 \end_inset
36619
36620 .
36621 \end_layout
36622
36623 \begin_layout Itemize
36624 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
36625  
36626 \begin_inset Formula $E_{\mathrm{kin}}$
36627 \end_inset
36628
36629
36630 \begin_inset Newline newline
36631 \end_inset
36632
36633 Komponenten von Matrizen werden kursiv gesetzt: 
36634 \begin_inset Formula $\hat{H}_{kl}$
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \begin_layout Itemize
36641 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
36642  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
36643  Variablen zu verwechseln.
36644 \end_layout
36645
36646 \begin_layout Itemize
36647 Das Symbol für eine 
36648 \noun on
36649 Fourier
36650 \noun default
36651 -Transformation kann entweder mit dem Befehl 
36652 \series bold
36653
36654 \backslash
36655 mathscr
36656 \begin_inset ERT
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660
36661
36662 \backslash
36663 leer 
36664 \end_layout
36665
36666 \end_inset
36667
36668
36669 \backslash
36670 {F
36671 \series default
36672
36673 \begin_inset Index
36674 status collapsed
36675
36676 \begin_layout Plain Layout
36677 Befehle ! M ! 
36678 \backslash
36679 mathscr
36680 \end_layout
36681
36682 \end_inset
36683
36684  oder über das Menü 
36685 \family sans
36686 Einfügen\SpecialChar \menuseparator
36687 Sonderzeichen\SpecialChar \menuseparator
36688 Symbole\SpecialChar \menuseparator
36689 Buchstabenähnliche
36690 \begin_inset space ~
36691 \end_inset
36692
36693 Symbole
36694 \family default
36695  eingefügt werden: 
36696 \begin_inset Formula $\mathscr{F}$
36697 \end_inset
36698
36699
36700 \begin_inset Newline newline
36701 \end_inset
36702
36703 Um den Befehl 
36704 \series bold
36705
36706 \backslash
36707 mathscr
36708 \series default
36709  benutzen zu können, muss das LaTeX-Paket 
36710 \series bold
36711 mathrsfs
36712 \series default
36713
36714 \begin_inset Index
36715 status collapsed
36716
36717 \begin_layout Plain Layout
36718 Pakete ! mathrsfs
36719 \end_layout
36720
36721 \end_inset
36722
36723  mit der LaTeX-Vorspannzeile 
36724 \series bold
36725
36726 \backslash
36727 usepackage{mathrsfs}
36728 \series default
36729  geladen werden.
36730 \end_layout
36731
36732 \begin_layout Standard
36733 \begin_inset Newpage newpage
36734 \end_inset
36735
36736
36737 \end_layout
36738
36739 \begin_layout Section
36740 Synonyme
36741 \begin_inset Index
36742 status collapsed
36743
36744 \begin_layout Plain Layout
36745 Synonyme
36746 \end_layout
36747
36748 \end_inset
36749
36750
36751 \end_layout
36752
36753 \begin_layout Standard
36754 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
36755  Hier ist eine Übersicht der Synonymbefehle:
36756 \end_layout
36757
36758 \begin_layout Standard
36759 \begin_inset VSpace bigskip
36760 \end_inset
36761
36762
36763 \begin_inset space \hfill{}
36764 \end_inset
36765
36766
36767 \begin_inset Tabular
36768 <lyxtabular version="3" rows="12" columns="2">
36769 <features>
36770 <column alignment="center" valignment="top" width="0pt">
36771 <column alignment="center" valignment="top" width="0pt">
36772 <row>
36773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36774 \begin_inset Text
36775
36776 \begin_layout Plain Layout
36777 Befehl
36778 \end_layout
36779
36780 \end_inset
36781 </cell>
36782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36783 \begin_inset Text
36784
36785 \begin_layout Plain Layout
36786 äquivalent zu
36787 \begin_inset Note Note
36788 status collapsed
36789
36790 \begin_layout Plain Layout
36791
36792 \series bold
36793
36794 \backslash
36795 raisebox
36796 \series default
36797  dient nur als Abstandhalter.
36798 \end_layout
36799
36800 \end_inset
36801
36802
36803 \end_layout
36804
36805 \end_inset
36806 </cell>
36807 </row>
36808 <row>
36809 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36810 \begin_inset Text
36811
36812 \begin_layout Plain Layout
36813
36814 \backslash
36815 ast
36816 \end_layout
36817
36818 \end_inset
36819 </cell>
36820 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36821 \begin_inset Text
36822
36823 \begin_layout Plain Layout
36824 \begin_inset ERT
36825 status collapsed
36826
36827 \begin_layout Plain Layout
36828
36829
36830 \backslash
36831 raisebox{-1.2mm}{
36832 \end_layout
36833
36834 \end_inset
36835
36836 *
36837 \begin_inset ERT
36838 status collapsed
36839
36840 \begin_layout Plain Layout
36841
36842 }
36843 \end_layout
36844
36845 \end_inset
36846
36847
36848 \end_layout
36849
36850 \end_inset
36851 </cell>
36852 </row>
36853 <row>
36854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36855 \begin_inset Text
36856
36857 \begin_layout Plain Layout
36858
36859 \backslash
36860 choose
36861 \end_layout
36862
36863 \end_inset
36864 </cell>
36865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36866 \begin_inset Text
36867
36868 \begin_layout Plain Layout
36869
36870 \backslash
36871 binom
36872 \end_layout
36873
36874 \end_inset
36875 </cell>
36876 </row>
36877 <row>
36878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36879 \begin_inset Text
36880
36881 \begin_layout Plain Layout
36882
36883 \backslash
36884 geq
36885 \end_layout
36886
36887 \end_inset
36888 </cell>
36889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36890 \begin_inset Text
36891
36892 \begin_layout Plain Layout
36893
36894 \backslash
36895 ge
36896 \end_layout
36897
36898 \end_inset
36899 </cell>
36900 </row>
36901 <row>
36902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36903 \begin_inset Text
36904
36905 \begin_layout Plain Layout
36906
36907 \backslash
36908 lbrace
36909 \end_layout
36910
36911 \end_inset
36912 </cell>
36913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36914 \begin_inset Text
36915
36916 \begin_layout Plain Layout
36917 {
36918 \end_layout
36919
36920 \end_inset
36921 </cell>
36922 </row>
36923 <row>
36924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36925 \begin_inset Text
36926
36927 \begin_layout Plain Layout
36928
36929 \backslash
36930 lbracket
36931 \end_layout
36932
36933 \end_inset
36934 </cell>
36935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36936 \begin_inset Text
36937
36938 \begin_layout Plain Layout
36939 [
36940 \end_layout
36941
36942 \end_inset
36943 </cell>
36944 </row>
36945 <row>
36946 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36947 \begin_inset Text
36948
36949 \begin_layout Plain Layout
36950
36951 \backslash
36952 leftarrow
36953 \end_layout
36954
36955 \end_inset
36956 </cell>
36957 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36958 \begin_inset Text
36959
36960 \begin_layout Plain Layout
36961
36962 \backslash
36963 gets
36964 \end_layout
36965
36966 \end_inset
36967 </cell>
36968 </row>
36969 <row>
36970 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36971 \begin_inset Text
36972
36973 \begin_layout Plain Layout
36974
36975 \backslash
36976 leq
36977 \end_layout
36978
36979 \end_inset
36980 </cell>
36981 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36982 \begin_inset Text
36983
36984 \begin_layout Plain Layout
36985
36986 \backslash
36987 le
36988 \end_layout
36989
36990 \end_inset
36991 </cell>
36992 </row>
36993 <row>
36994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36995 \begin_inset Text
36996
36997 \begin_layout Plain Layout
36998
36999 \backslash
37000 lor
37001 \end_layout
37002
37003 \end_inset
37004 </cell>
37005 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37006 \begin_inset Text
37007
37008 \begin_layout Plain Layout
37009
37010 \backslash
37011 vee
37012 \end_layout
37013
37014 \end_inset
37015 </cell>
37016 </row>
37017 <row>
37018 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37019 \begin_inset Text
37020
37021 \begin_layout Plain Layout
37022
37023 \backslash
37024 neq
37025 \end_layout
37026
37027 \end_inset
37028 </cell>
37029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37030 \begin_inset Text
37031
37032 \begin_layout Plain Layout
37033
37034 \backslash
37035 not=
37036 \end_layout
37037
37038 \end_inset
37039 </cell>
37040 </row>
37041 <row>
37042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37043 \begin_inset Text
37044
37045 \begin_layout Plain Layout
37046
37047 \backslash
37048 slash
37049 \end_layout
37050
37051 \end_inset
37052 </cell>
37053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37054 \begin_inset Text
37055
37056 \begin_layout Plain Layout
37057 /
37058 \end_layout
37059
37060 \end_inset
37061 </cell>
37062 </row>
37063 <row>
37064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37065 \begin_inset Text
37066
37067 \begin_layout Plain Layout
37068
37069 \backslash
37070 vert
37071 \end_layout
37072
37073 \end_inset
37074 </cell>
37075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37076 \begin_inset Text
37077
37078 \begin_layout Plain Layout
37079 |
37080 \end_layout
37081
37082 \end_inset
37083 </cell>
37084 </row>
37085 </lyxtabular>
37086
37087 \end_inset
37088
37089
37090 \begin_inset space \hfill{}
37091 \end_inset
37092
37093
37094 \begin_inset Tabular
37095 <lyxtabular version="3" rows="12" columns="2">
37096 <features>
37097 <column alignment="center" valignment="top" width="0pt">
37098 <column alignment="center" valignment="top" width="0pt">
37099 <row>
37100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37101 \begin_inset Text
37102
37103 \begin_layout Plain Layout
37104 Befehl
37105 \end_layout
37106
37107 \end_inset
37108 </cell>
37109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37110 \begin_inset Text
37111
37112 \begin_layout Plain Layout
37113 äquivalent zu
37114 \end_layout
37115
37116 \end_inset
37117 </cell>
37118 </row>
37119 <row>
37120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37121 \begin_inset Text
37122
37123 \begin_layout Plain Layout
37124
37125 \backslash
37126 backslash
37127 \end_layout
37128
37129 \end_inset
37130 </cell>
37131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37132 \begin_inset Text
37133
37134 \begin_layout Plain Layout
37135
37136 \backslash
37137
37138 \backslash
37139
37140 \end_layout
37141
37142 \end_inset
37143 </cell>
37144 </row>
37145 <row>
37146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37147 \begin_inset Text
37148
37149 \begin_layout Plain Layout
37150
37151 \backslash
37152 dasharrow
37153 \end_layout
37154
37155 \end_inset
37156 </cell>
37157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37158 \begin_inset Text
37159
37160 \begin_layout Plain Layout
37161
37162 \backslash
37163 dashrightarrow
37164 \end_layout
37165
37166 \end_inset
37167 </cell>
37168 </row>
37169 <row>
37170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37171 \begin_inset Text
37172
37173 \begin_layout Plain Layout
37174
37175 \backslash
37176 land
37177 \end_layout
37178
37179 \end_inset
37180 </cell>
37181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37182 \begin_inset Text
37183
37184 \begin_layout Plain Layout
37185
37186 \backslash
37187 wedge
37188 \end_layout
37189
37190 \end_inset
37191 </cell>
37192 </row>
37193 <row>
37194 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37195 \begin_inset Text
37196
37197 \begin_layout Plain Layout
37198
37199 \backslash
37200 rbrace
37201 \end_layout
37202
37203 \end_inset
37204 </cell>
37205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37206 \begin_inset Text
37207
37208 \begin_layout Plain Layout
37209 }
37210 \end_layout
37211
37212 \end_inset
37213 </cell>
37214 </row>
37215 <row>
37216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37217 \begin_inset Text
37218
37219 \begin_layout Plain Layout
37220
37221 \backslash
37222 rbracket
37223 \end_layout
37224
37225 \end_inset
37226 </cell>
37227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37228 \begin_inset Text
37229
37230 \begin_layout Plain Layout
37231 ]
37232 \end_layout
37233
37234 \end_inset
37235 </cell>
37236 </row>
37237 <row>
37238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37239 \begin_inset Text
37240
37241 \begin_layout Plain Layout
37242
37243 \backslash
37244 rightarrow
37245 \end_layout
37246
37247 \end_inset
37248 </cell>
37249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37250 \begin_inset Text
37251
37252 \begin_layout Plain Layout
37253
37254 \backslash
37255 to
37256 \end_layout
37257
37258 \end_inset
37259 </cell>
37260 </row>
37261 <row>
37262 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37263 \begin_inset Text
37264
37265 \begin_layout Plain Layout
37266
37267 \backslash
37268 lnot
37269 \end_layout
37270
37271 \end_inset
37272 </cell>
37273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37274 \begin_inset Text
37275
37276 \begin_layout Plain Layout
37277
37278 \backslash
37279 neg
37280 \end_layout
37281
37282 \end_inset
37283 </cell>
37284 </row>
37285 <row>
37286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37287 \begin_inset Text
37288
37289 \begin_layout Plain Layout
37290
37291 \backslash
37292 ne
37293 \end_layout
37294
37295 \end_inset
37296 </cell>
37297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37298 \begin_inset Text
37299
37300 \begin_layout Plain Layout
37301
37302 \backslash
37303 not=
37304 \end_layout
37305
37306 \end_inset
37307 </cell>
37308 </row>
37309 <row>
37310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37311 \begin_inset Text
37312
37313 \begin_layout Plain Layout
37314
37315 \backslash
37316 owns
37317 \end_layout
37318
37319 \end_inset
37320 </cell>
37321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37322 \begin_inset Text
37323
37324 \begin_layout Plain Layout
37325
37326 \backslash
37327 ni
37328 \end_layout
37329
37330 \end_inset
37331 </cell>
37332 </row>
37333 <row>
37334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37335 \begin_inset Text
37336
37337 \begin_layout Plain Layout
37338
37339 \backslash
37340 square
37341 \end_layout
37342
37343 \end_inset
37344 </cell>
37345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37346 \begin_inset Text
37347
37348 \begin_layout Plain Layout
37349
37350 \backslash
37351 Box
37352 \end_layout
37353
37354 \end_inset
37355 </cell>
37356 </row>
37357 <row>
37358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37359 \begin_inset Text
37360
37361 \begin_layout Plain Layout
37362
37363 \backslash
37364 Vert
37365 \end_layout
37366
37367 \end_inset
37368 </cell>
37369 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37370 \begin_inset Text
37371
37372 \begin_layout Plain Layout
37373
37374 \backslash
37375 |
37376 \end_layout
37377
37378 \end_inset
37379 </cell>
37380 </row>
37381 </lyxtabular>
37382
37383 \end_inset
37384
37385
37386 \begin_inset space \hfill{}
37387 \end_inset
37388
37389
37390 \end_layout
37391
37392 \begin_layout Standard
37393 \begin_inset Newpage newpage
37394 \end_inset
37395
37396
37397 \end_layout
37398
37399 \begin_layout Bibliography
37400 \begin_inset CommandInset bibitem
37401 LatexCommand bibitem
37402 key "TLC2"
37403
37404 \end_inset
37405
37406
37407 \shape smallcaps
37408 Mittelbach, F.
37409  ; Goossens, M.
37410 \shape default
37411
37412 \shape italic
37413 The LaTeX Companion
37414 \shape default
37415 .
37416  Addison Wesley, 2004
37417 \end_layout
37418
37419 \begin_layout Bibliography
37420 \begin_inset CommandInset bibitem
37421 LatexCommand bibitem
37422 key "Mathmode"
37423
37424 \end_inset
37425
37426
37427 \begin_inset CommandInset href
37428 LatexCommand href
37429 name "Beschreibung"
37430 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
37431
37432 \end_inset
37433
37434  der mathematischen Fähigkeiten von LaTeX
37435 \end_layout
37436
37437 \begin_layout Bibliography
37438 \begin_inset CommandInset bibitem
37439 LatexCommand bibitem
37440 key "AMS"
37441
37442 \end_inset
37443
37444
37445 \begin_inset CommandInset href
37446 LatexCommand href
37447 name "Beschreibung"
37448 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
37449
37450 \end_inset
37451
37452  von 
37453 \begin_inset ERT
37454 status collapsed
37455
37456 \begin_layout Plain Layout
37457
37458
37459 \backslash
37460 AmS
37461 \end_layout
37462
37463 \end_inset
37464
37465 -LaTeX
37466 \end_layout
37467
37468 \begin_layout Bibliography
37469 \begin_inset CommandInset bibitem
37470 LatexCommand bibitem
37471 key "Symbole"
37472
37473 \end_inset
37474
37475
37476 \begin_inset CommandInset href
37477 LatexCommand href
37478 name "Auflistung"
37479 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
37480
37481 \end_inset
37482
37483  aller über LaTeX-Pakete verfügbare Symbole
37484 \end_layout
37485
37486 \begin_layout Bibliography
37487 \begin_inset CommandInset bibitem
37488 LatexCommand bibitem
37489 key "hyperref"
37490
37491 \end_inset
37492
37493
37494 \begin_inset CommandInset href
37495 LatexCommand href
37496 name "Dokumentation"
37497 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
37498
37499 \end_inset
37500
37501  des LaTeX-Pakets 
37502 \series bold
37503 hyperref
37504 \series default
37505
37506 \begin_inset Index
37507 status collapsed
37508
37509 \begin_layout Plain Layout
37510 Pakete ! hyperref
37511 \end_layout
37512
37513 \end_inset
37514
37515
37516 \end_layout
37517
37518 \begin_layout Bibliography
37519 \begin_inset CommandInset bibitem
37520 LatexCommand bibitem
37521 key "mhchem"
37522
37523 \end_inset
37524
37525
37526 \begin_inset CommandInset href
37527 LatexCommand href
37528 name "Dokumentation"
37529 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
37530
37531 \end_inset
37532
37533  des LaTeX-Pakets 
37534 \series bold
37535 mhchem
37536 \series default
37537
37538 \begin_inset Index
37539 status collapsed
37540
37541 \begin_layout Plain Layout
37542 Pakete ! mhchem
37543 \end_layout
37544
37545 \end_inset
37546
37547
37548 \end_layout
37549
37550 \begin_layout Bibliography
37551 \begin_inset CommandInset bibitem
37552 LatexCommand bibitem
37553 key "Mathclap"
37554
37555 \end_inset
37556
37557
37558 \begin_inset CommandInset href
37559 LatexCommand href
37560 name "Beschreibung"
37561 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
37562
37563 \end_inset
37564
37565  des in 
37566 \begin_inset CommandInset ref
37567 LatexCommand ref
37568 reference "sub:Operatorgrenzen"
37569
37570 \end_inset
37571
37572  vorgestellten Befehls 
37573 \series bold
37574
37575 \backslash
37576 mathclap
37577 \series default
37578
37579 \begin_inset Index
37580 status collapsed
37581
37582 \begin_layout Plain Layout
37583 Befehle ! M ! 
37584 \backslash
37585 mathclap
37586 \end_layout
37587
37588 \end_inset
37589
37590
37591 \end_layout
37592
37593 \begin_layout Bibliography
37594 \begin_inset CommandInset bibitem
37595 LatexCommand bibitem
37596 key "Duden"
37597
37598 \end_inset
37599
37600
37601 \emph on
37602 Duden Band 1
37603 \emph default
37604 .
37605  22.
37606  Auflage, Duden Verlag 2001
37607 \end_layout
37608
37609 \begin_layout Bibliography
37610 \begin_inset CommandInset bibitem
37611 LatexCommand bibitem
37612 key "Checklist"
37613
37614 \end_inset
37615
37616
37617 \begin_inset CommandInset href
37618 LatexCommand href
37619 name "Prüfliste"
37620 target "http://physics.nist.gov/Document/checklist.pdf"
37621
37622 \end_inset
37623
37624  für das Rezensieren von Manuskripten
37625 \end_layout
37626
37627 \begin_layout Standard
37628 \begin_inset Note Note
37629 status collapsed
37630
37631 \begin_layout Plain Layout
37632 Damit der Index den Namen 
37633 \begin_inset Quotes gld
37634 \end_inset
37635
37636 Stichwortverzeichnis
37637 \begin_inset Quotes grd
37638 \end_inset
37639
37640  erhält, wurde im LaTeX-Vorspann
37641 \end_layout
37642
37643 \begin_layout Plain Layout
37644
37645 \series bold
37646
37647 \backslash
37648 addto
37649 \backslash
37650 captionsngerman{
37651 \backslash
37652 renewcommand{
37653 \backslash
37654 indexname}{Stichwortverzeichnis}}
37655 \end_layout
37656
37657 \begin_layout Plain Layout
37658 eingefügt.
37659 \end_layout
37660
37661 \begin_layout Plain Layout
37662 Das Paket 
37663 \series bold
37664 babel
37665 \series default
37666  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
37667  Ehe man Beschriftungen ändern kann, muss es geladen werden.
37668  Außerdem wird 
37669 \series bold
37670 babel
37671 \series default
37672  von LyX automatisch nach dem LaTeX-Vorspann geladen.
37673  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
37674 che verwendet wurde.
37675 \end_layout
37676
37677 \begin_layout Plain Layout
37678 Möchte man andere Beschriftungen ändern, ersetzt man 
37679 \series bold
37680
37681 \backslash
37682 indexname
37683 \series default
37684  durch 
37685 \series bold
37686
37687 \backslash
37688 <Beschriftungs>name
37689 \series default
37690 .
37691  Eine Auflistung der möglichen Namen findet man unter
37692 \end_layout
37693
37694 \begin_layout Plain Layout
37695
37696 \family typewriter
37697 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
37698 \end_layout
37699
37700 \begin_layout Plain Layout
37701 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
37702 \series bold
37703 ngerman
37704 \series default
37705  durch die Dokumentsprache und
37706 \end_layout
37707
37708 \begin_layout Plain Layout
37709
37710 \series bold
37711
37712 \backslash
37713 captionsgerman
37714 \series default
37715  durch 
37716 \series bold
37717
37718 \backslash
37719 captions<Dokumentsprache>
37720 \series default
37721 .
37722 \end_layout
37723
37724 \end_inset
37725
37726
37727 \begin_inset CommandInset index_print
37728 LatexCommand printindex
37729
37730 \end_inset
37731
37732
37733 \end_layout
37734
37735 \end_body
37736 \end_document