]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
Math.lyx: fix bug #9803
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 498
3 \begin_document
4 \begin_header
5 \origin /systemlyxdir/doc/de/
6 \textclass scrartcl
7 \begin_preamble
8 % DO NOT ALTER THIS PREAMBLE!!!
9 %
10 % This preamble is designed to ensure that the file prints
11 % out as advertised. If you mess with this preamble,
12 % parts of this document may not print out as expected.  If you
13 % have problems LaTeXing this file, please contact 
14 % the documentation team
15 % email: lyx-docs@lists.lyx.org
16
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % Linkfläche für Querverweise vergrößern und automatisch benennen,
37 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
38 \addto\extrasngerman{%
39  \renewcommand*{\equationautorefname}[1]{}%
40  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
42  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
43 }
44
45 % Makros damit Pakete nicht doppelt geladen werden.
46 % siehe erste Fußnote in Kap. 9.3
47 \@ifundefined{textcolor}{\usepackage{color}}{}
48
49 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
50 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
51 \pagenumbering{roman}
52 \let\myTOC\tableofcontents
53 \renewcommand{\tableofcontents}{%
54  \vspace{1cm}
55  \pdfbookmark[1]{\contentsname}{}
56  \myTOC
57  \cleardoublepage
58  \pagenumbering{arabic}}
59
60 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
61 \let\myFoot\footnote
62 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
63
64 % provides caption formatting
65 \setkomafont{captionlabel}{\bfseries}
66
67 % enables calculation of values
68 \usepackage{calc}
69
70 % für Mehrfachzeilen, benutzt in Kap. 24.7
71 \usepackage{multicol}
72
73 % benutzt in Kap. 19.4
74 \usepackage{remreset}
75
76 % für das Fourier-Transformationssymbol
77 \usepackage{mathrsfs}
78
79 % Farbdefinition aus Kap. 9.3
80 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
81
82 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
83 \DeclareMathOperator*{\Raute}{\blacklozenge}
84 \DeclareMathOperator{\sgn}{sgn}
85
86 % Beispielbefehle aus Kap. 20.1 
87 \newcommand{\gr}{\Longrightarrow}
88 \newcommand{\us}[1]{\underline{#1}}
89 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
90 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
91 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
92
93 % Beispielmakro aus Kap. 19.4
94 %\def\tagform@#1{\maketag@@@{|#1|}}
95
96 % Damit der Index einen anderen Namen erhält.
97 \addto\captionsngerman
98 {\renewcommand{\indexname}
99 {Stichwort- und Befehlsverzeichnis}}
100
101
102 % ------------------------------------
103 % used to check for needed LaTeX packages
104 \usepackage{ifthen}
105
106 % testen ob das Paket undertilde installiert ist
107 % wird benutzt für den Befehl \utilde
108 \newboolean{undertilde}
109 \IfFileExists{undertilde.sty}
110  {\usepackage{undertilde}
111   \setboolean{undertilde}{true}}
112  {\setboolean{undertilde}{false}}
113
114 % testen ob das Paket eurosym installiert ist
115 % wird benutzt für das Euro-Symbol
116 \newboolean{eurosym}
117 \IfFileExists{eurosym.sty}
118  {\usepackage[gennarrow]{eurosym}
119   \setboolean{eurosym}{true}}
120  {\setboolean{eurosym}{false}}
121
122 % testen ob Paket braket installiert ist
123 % benötigt für physikalische Vektoren
124 \newboolean{braket}
125 \IfFileExists{braket.sty}
126  {\usepackage{braket}
127   \setboolean{braket}{true}}
128  {\setboolean{braket}{false}}
129
130 % testen ob Paket cancel installiert ist
131 \newboolean{cancel}
132 \IfFileExists{cancel.sty}
133  {\usepackage{cancel}
134   \setboolean{cancel}{true}}
135  {\setboolean{cancel}{false}}
136
137 % testen ob Paket upgreek installiert ist
138 \newboolean{upgreek}
139 \IfFileExists{upgreek.sty}
140  {\usepackage{upgreek}
141   \setboolean{upgreek}{true}}
142  {\setboolean{upgreek}{false}}
143
144 % benötigt für Kommas in Formeln, siehe Kap. 22.3
145 \IfFileExists{icomma.sty}
146  {\usepackage{icomma}}{}
147 \end_preamble
148 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
149 \use_default_options false
150 \maintain_unincluded_children false
151 \language ngerman
152 \language_package default
153 \inputencoding auto
154 \fontencoding global
155 \font_roman default
156 \font_sans default
157 \font_typewriter default
158 \font_math auto
159 \font_default_family default
160 \use_non_tex_fonts false
161 \font_sc false
162 \font_osf false
163 \font_sf_scale 100
164 \font_tt_scale 100
165 \graphics default
166 \default_output_format default
167 \output_sync 0
168 \bibtex_command default
169 \index_command default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "LyXs Mathehandbuch"
174 \pdf_author "LyX Team, Uwe Stöhr"
175 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pdfusetitle false
186 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
187 \papersize a4paper
188 \use_geometry false
189 \use_package amsmath 2
190 \use_package amssymb 2
191 \use_package cancel 0
192 \use_package esint 1
193 \use_package mathdots 1
194 \use_package mathtools 2
195 \use_package mhchem 1
196 \use_package stackrel 0
197 \use_package stmaryrd 0
198 \use_package undertilde 0
199 \cite_engine basic
200 \cite_engine_type default
201 \biblio_style plain
202 \use_bibtopic false
203 \use_indices false
204 \paperorientation portrait
205 \suppress_date false
206 \justification true
207 \use_refstyle 0
208 \notefontcolor #0000ff
209 \index Stichwortverzeichnis
210 \shortcut idx
211 \color #008000
212 \end_index
213 \secnumdepth 4
214 \tocdepth 3
215 \paragraph_separation skip
216 \defskip medskip
217 \quotes_language german
218 \papercolumns 1
219 \papersides 2
220 \paperpagestyle plain
221 \bullet 1 0 6 -1
222 \bullet 2 2 35 -1
223 \bullet 3 2 7 -1
224 \tracking_changes false
225 \output_changes false
226 \html_math_output 0
227 \html_css_as_file 0
228 \html_be_strict false
229 \end_header
230
231 \begin_body
232
233 \begin_layout Title
234 \SpecialChar LyX
235 ' detailliertes Mathe Handbuch
236 \end_layout
237
238 \begin_layout Author
239 vom \SpecialChar LyX
240 -Team
241 \begin_inset Foot
242 status collapsed
243
244 \begin_layout Plain Layout
245 \noindent
246 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an \SpecialChar LyX
247 ' Dokumentations
248 -Liste: 
249 \family typewriter
250
251 \begin_inset CommandInset href
252 LatexCommand href
253 name "lyx-docs@lists.lyx.org"
254 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
255
256 \end_inset
257
258
259 \end_layout
260
261 \end_inset
262
263
264 \begin_inset Note Note
265 status collapsed
266
267 \begin_layout Plain Layout
268 Verfasser: Uwe Stöhr
269 \end_layout
270
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \begin_inset Newline newline
279 \end_inset
280
281
282 \family sans
283 Version 2.1.x
284 \end_layout
285
286 \begin_layout Standard
287 \begin_inset CommandInset toc
288 LatexCommand tableofcontents
289
290 \end_inset
291
292
293 \end_layout
294
295 \begin_layout Standard
296 \begin_inset Note Note
297 status open
298
299 \begin_layout Plain Layout
300 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die \SpecialChar LaTeX
301 -Pakete
302  
303 \series bold
304 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
305 \series default
306  und 
307 \series bold
308 was
309 \series default
310  installiert sein.
311  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
312  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
313  nicht im Ausdruck.
314  Eine Ausnahme ist 
315 \series bold
316 mhchem
317 \series default
318 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
319 \end_layout
320
321 \begin_layout Plain Layout
322 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
323 \begin_inset Newline newline
324 \end_inset
325
326
327 \series bold
328 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
329 \end_layout
330
331 \end_inset
332
333
334 \end_layout
335
336 \begin_layout Standard
337 \begin_inset Newpage newpage
338 \end_inset
339
340
341 \end_layout
342
343 \begin_layout Section
344 Einleitung
345 \end_layout
346
347 \begin_layout Standard
348 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
349  \SpecialChar LaTeX
350 -Befehle für mathematische Zeichen und Konstruktionen.
351  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit \SpecialChar LyX
352  zugeschnitte
353 n.
354  Das setzt voraus, dass bereits das Kapitel 
355 \family typewriter
356 Mathematische
357 \family default
358  
359 \family typewriter
360 Formeln
361 \family default
362  des Benutzerhandbuchs gelesen worden ist.
363 \end_layout
364
365 \begin_layout Standard
366 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
367 \family sans
368 Einfügen
369 \series bold
370 \SpecialChar menuseparator
371
372 \series default
373 Mathe
374 \family default
375  oder die 
376 \family sans
377 Mathe-Werkzeugleiste
378 \family default
379  aufrufbar.
380  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
381  den \SpecialChar LaTeX
382 -Befehlen viel schneller eine Formel setzen kann.
383  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
384  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
385 \end_layout
386
387 \begin_layout Standard
388 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
389  \SpecialChar LyX
390  verfügbar.
391  Um alle Befehle nutzen zu können, muss die Option 
392 \family sans
393 AMS-Mathe-Paket verwenden
394 \family default
395  im Menü 
396 \family sans
397 Dokument\SpecialChar menuseparator
398 Einstellungen\SpecialChar menuseparator
399 Mathe Optionen
400 \family default
401  aktiviert sein.
402 \begin_inset Foot
403 status collapsed
404
405 \begin_layout Plain Layout
406 Die 
407 \family sans
408 Option
409 \family default
410  
411 \family sans
412 AMS-Mathe-Paket automatisch verwenden
413 \family default
414  verwendet 
415 \begin_inset ERT
416 status collapsed
417
418 \begin_layout Plain Layout
419
420
421 \backslash
422 AmS 
423 \end_layout
424
425 \end_inset
426
427 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
428  \SpecialChar LyX
429  unterstützt.
430 \end_layout
431
432 \end_inset
433
434
435 \end_layout
436
437 \begin_layout Standard
438 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar ligaturebreak
439 listung
440  aller 
441 \begin_inset ERT
442 status collapsed
443
444 \begin_layout Plain Layout
445
446
447 \backslash
448 AmS 
449 \end_layout
450
451 \end_inset
452
453 -Mathe Befehle
454 \begin_inset Foot
455 status collapsed
456
457 \begin_layout Plain Layout
458 Eine Liste mit allen 
459 \begin_inset ERT
460 status collapsed
461
462 \begin_layout Plain Layout
463
464
465 \backslash
466 AmS
467 \end_layout
468
469 \end_inset
470
471 -Mathe Befehlen findet sich in der Datei 
472 \family sans
473
474 \begin_inset CommandInset href
475 LatexCommand href
476 name "amsguide.ps"
477 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
478
479 \end_inset
480
481
482 \family default
483 , die Teil jeder \SpecialChar LaTeX
484 -Standardinstallation ist.
485 \end_layout
486
487 \end_inset
488
489  verzichtet.
490 \end_layout
491
492 \begin_layout Section
493 Allgemeine Hinweise
494 \end_layout
495
496 \begin_layout Standard
497 Um eine in einer Textzeile eingebettete Formel
498 \begin_inset Index idx
499 status collapsed
500
501 \begin_layout Plain Layout
502 Formel ! eingebettete
503 \end_layout
504
505 \end_inset
506
507  zu erstellen, drückt man 
508 \family sans
509 Strg+M
510 \family default
511  oder den Werkzeugleistenknopf 
512 \begin_inset Info
513 type  "icon"
514 arg   "math-mode"
515 \end_inset
516
517 .
518 \begin_inset Newline newline
519 \end_inset
520
521 Um eine abgesetzte Formel
522 \begin_inset Index idx
523 status collapsed
524
525 \begin_layout Plain Layout
526 Formel ! abgesetzte
527 \end_layout
528
529 \end_inset
530
531  zu erstellen, drückt man 
532 \family sans
533 Strg+Shift+M
534 \family default
535 .
536 \end_layout
537
538 \begin_layout Standard
539 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
540  Cursor in die Formel und drückt 
541 \family sans
542 Strg+Shift+M
543 \family default
544  oder benutzt das Menü 
545 \family sans
546 Bearbeiten\SpecialChar menuseparator
547 Mathe\SpecialChar menuseparator
548
549 \begin_inset Newline linebreak
550 \end_inset
551
552 Formelart ändern
553 \family default
554 .
555  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
556  umwandeln.
557 \end_layout
558
559 \begin_layout Standard
560 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
561  gibt man in die Formel den Befehl 
562 \series bold
563
564 \backslash
565 displaystyle
566 \series default
567
568 \begin_inset Index idx
569 status collapsed
570
571 \begin_layout Plain Layout
572 Befehle ! D ! 
573 \backslash
574 displaystyle
575 \end_layout
576
577 \end_inset
578
579  ein.
580  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
581  wird.
582 \end_layout
583
584 \begin_layout Standard
585 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
586 \end_layout
587
588 \begin_layout Standard
589 Die 
590 \family sans
591 Mathe-Werkzeugleiste
592 \family default
593  kann über das Menü 
594 \family sans
595 Ansicht\SpecialChar menuseparator
596 Werkzeugleisten
597 \family default
598  eingeblendet werden.
599  Wenn dort auf 
600 \begin_inset Quotes eld
601 \end_inset
602
603 Mathe
604 \begin_inset Quotes erd
605 \end_inset
606
607  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
608  diese Einstellung wird durch ein Häkchen im Menü 
609 \family sans
610 Werkzeugleisten
611 \family default
612  angezeigt.
613  Wenn nun im Menü 
614 \family sans
615 Werkzeugleisten
616 \family default
617  nochmal auf 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Mathe
622 \begin_inset Quotes erd
623 \end_inset
624
625  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
626  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
627  des Menüeintrags von 
628 \begin_inset Quotes eld
629 \end_inset
630
631 Mathe
632 \begin_inset Quotes erd
633 \end_inset
634
635  zu 
636 \begin_inset Quotes eld
637 \end_inset
638
639 Mathe
640 \begin_inset space ~
641 \end_inset
642
643 (automatisch)
644 \begin_inset Quotes erd
645 \end_inset
646
647  angezeigt.
648 \end_layout
649
650 \begin_layout Standard
651 In den \SpecialChar TeX
652 -Modus
653 \begin_inset Index idx
654 status collapsed
655
656 \begin_layout Plain Layout
657 T@\SpecialChar TeX
658 -Modus
659 \end_layout
660
661 \end_inset
662
663  gelangt man über den Werkzeugleistenknopf 
664 \begin_inset Info
665 type  "icon"
666 arg   "ert-insert"
667 \end_inset
668
669  oder das Menü 
670 \family sans
671 Einfügen\SpecialChar menuseparator
672 TeX
673 \begin_inset space ~
674 \end_inset
675
676 Code
677 \family default
678  (Tastenkürzel 
679 \family sans
680 Strg+L
681 \family default
682 ).
683 \end_layout
684
685 \begin_layout Standard
686 In den \SpecialChar LaTeX
687 -Vorspann
688 \begin_inset Index idx
689 status collapsed
690
691 \begin_layout Plain Layout
692 L@\SpecialChar LaTeX
693 -Vorspann
694 \end_layout
695
696 \end_inset
697
698  gelangt man über das Menü 
699 \family sans
700 Dokument\SpecialChar menuseparator
701 Einstellungen\SpecialChar menuseparator
702 LaTeX-Vorspann
703 \family default
704 .
705 \end_layout
706
707 \begin_layout Standard
708 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
709 en Formeln kann man die Menüs 
710 \family sans
711 Bearbeiten\SpecialChar menuseparator
712 Mathe
713 \family default
714  und 
715 \family sans
716 Bearbeiten\SpecialChar menuseparator
717 Zeilen
718 \begin_inset space \thinspace{}
719 \end_inset
720
721 &
722 \begin_inset space \thinspace{}
723 \end_inset
724
725 Spalten
726 \family default
727  oder die 
728 \family sans
729 Tabellen-Werkzeugleiste
730 \family default
731  verwenden.
732  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
733  die Spalte bzw.
734 \begin_inset space \space{}
735 \end_inset
736
737 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
738  bzw.
739 \begin_inset space \space{}
740 \end_inset
741
742 darunter liegenden Zeile vertauscht.
743  Befindet sich der Cursor in der letzten Spalte bzw.
744 \begin_inset space \space{}
745 \end_inset
746
747 Zeile, wird mit der links daneben stehenden Spalte bzw.
748 \begin_inset space \space{}
749 \end_inset
750
751 darüber liegenden Zeile vertauscht.
752 \end_layout
753
754 \begin_layout Standard
755 Zum Schreiben von Text in einer Formel
756 \begin_inset Foot
757 status collapsed
758
759 \begin_layout Plain Layout
760 Bei mehrzeiligen Formeln wird der Befehl 
761 \series bold
762
763 \backslash
764 intertext
765 \series default
766  verwendet, siehe 
767 \begin_inset CommandInset ref
768 LatexCommand ref
769 reference "subsec:Text-in-mehrzeiligen"
770
771 \end_inset
772
773 .
774 \end_layout
775
776 \end_inset
777
778  verwendet man den 
779 \emph on
780 mathematischen Textmodus
781 \emph default
782
783 \begin_inset Index idx
784 status collapsed
785
786 \begin_layout Plain Layout
787 Text ! in Formeln
788 \end_layout
789
790 \end_inset
791
792
793 \begin_inset Index idx
794 status collapsed
795
796 \begin_layout Plain Layout
797 Mathematischer Textmodus
798 \end_layout
799
800 \end_inset
801
802 , in den man mit dem Tastenkürzel 
803 \family sans
804 Alt+M
805 \begin_inset space ~
806 \end_inset
807
808 M
809 \family default
810  oder durch Eingabe des Befehls 
811 \series bold
812
813 \backslash
814 text
815 \begin_inset Index idx
816 status collapsed
817
818 \begin_layout Plain Layout
819 Befehle ! T ! 
820 \backslash
821 text
822 \end_layout
823
824 \end_inset
825
826
827 \series default
828  gelangt.
829  Der Text erscheint in \SpecialChar LyX
830  schwarz und lässt sich dadurch gut vom Rest der
831  Formel unterscheiden.
832  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
833  anderen Zeichen einer Formel nicht kursiv.
834 \end_layout
835
836 \begin_layout Subsection*
837 Befehlsschema
838 \end_layout
839
840 \begin_layout Standard
841 Die meisten \SpecialChar LaTeX
842 -Befehle für mathematische Konstruktionen besitzen folgendes
843  Schema:
844 \end_layout
845
846 \begin_layout Standard
847
848 \series bold
849
850 \backslash
851 Befehlsname[optionales
852 \series default
853  
854 \series bold
855 Argument]{anzugebendes
856 \series default
857  
858 \series bold
859 Argument}
860 \end_layout
861
862 \begin_layout Standard
863 Ein Befehl muss immer mit einem Backslash 
864 \begin_inset Quotes gld
865 \end_inset
866
867
868 \series bold
869
870 \backslash
871
872 \series default
873
874 \begin_inset Quotes grd
875 \end_inset
876
877  beginnen.
878  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
879  eckigen Klammern weggelassen werden.
880  Die geschweiften Klammern werden in diesem Dokument als \SpecialChar TeX
881 -Klammern
882 \begin_inset Index idx
883 status collapsed
884
885 \begin_layout Plain Layout
886 T@\SpecialChar TeX
887 -Klammern
888 \end_layout
889
890 \end_inset
891
892  bezeichnet.
893  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
894  an, erzeugt \SpecialChar LyX
895  automatisch eine \SpecialChar TeX
896 -Klammer.
897  Ansonsten werden sie in Formeln mit dem Befehl 
898 \series bold
899
900 \backslash
901 {
902 \series default
903  erzeugt.
904  \SpecialChar TeX
905 -Klammern erscheinen in \SpecialChar LyX
906  rot, im Gegensatz zu normalen geschweiften Klammern,
907  die blau erscheinen.
908  Im \SpecialChar TeX
909 -Modus sind für \SpecialChar TeX
910 -Klammern keine Befehle notwendig.
911  \SpecialChar TeX
912 -Klammern erscheinen nicht im Ausdruck.
913 \end_layout
914
915 \begin_layout Standard
916 Werden Befehle ohne Argumente, wie z.
917 \begin_inset space \thinspace{}
918 \end_inset
919
920 B.
921  Symbolbefehle, im \SpecialChar TeX
922 -Modus eingegeben, muss auf den Befehl 
923 \emph on
924 immer
925 \emph default
926  ein Leerzeichen folgen um ihn zu beenden.
927  Dieses Leerzeichen erscheint nicht im Ausdruck.
928  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
929  normalen Text ein geschütztes Leerzeichen folgen.
930 \end_layout
931
932 \begin_layout Standard
933 Ein geschütztes Leerzeichen gibt man mit 
934 \family sans
935 Strg+Leertaste
936 \family default
937  ein.
938 \end_layout
939
940 \begin_layout Subsection*
941 Zeichenerklärung
942 \end_layout
943
944 \begin_layout Itemize
945 Das Symbol 
946 \begin_inset space \textvisiblespace{}
947 \end_inset
948
949  steht für ein einzugebendes Leerzeichen.
950 \end_layout
951
952 \begin_layout Itemize
953 Ein Pfeil wie z.
954 \begin_inset space \thinspace{}
955 \end_inset
956
957 B.
958  
959 \begin_inset Formula $\to$
960 \end_inset
961
962  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
963  Die 
964 \family sans
965 Tabulator
966 \family default
967 -Taste kann oft anstelle von 
968 \begin_inset Formula $\to$
969 \end_inset
970
971  und 
972 \begin_inset Formula $\downarrow$
973 \end_inset
974
975  benutzt werden und 
976 \family sans
977 Umschalt+Tabulator
978 \family default
979  anstelle von 
980 \begin_inset Formula $\leftarrow$
981 \end_inset
982
983  und 
984 \begin_inset Formula $\uparrow$
985 \end_inset
986
987 .
988 \end_layout
989
990 \begin_layout Subsection*
991 Verfügbare Einheiten
992 \end_layout
993
994 \begin_layout Standard
995 \align center
996 \begin_inset Float table
997 placement H
998 wide false
999 sideways false
1000 status open
1001
1002 \begin_layout Plain Layout
1003 \align center
1004 \begin_inset Caption Standard
1005
1006 \begin_layout Plain Layout
1007 \begin_inset CommandInset label
1008 LatexCommand label
1009 name "tab:Verfügbare-Einheiten"
1010
1011 \end_inset
1012
1013 Verfügbare Einheiten
1014 \end_layout
1015
1016 \end_inset
1017
1018
1019 \end_layout
1020
1021 \begin_layout Plain Layout
1022 \align center
1023 \begin_inset Tabular
1024 <lyxtabular version="3" rows="13" columns="2">
1025 <features tabularvalignment="middle">
1026 <column alignment="center" valignment="top">
1027 <column alignment="center" valignment="top">
1028 <row>
1029 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1030 \begin_inset Text
1031
1032 \begin_layout Plain Layout
1033 Einheit
1034 \end_layout
1035
1036 \end_inset
1037 </cell>
1038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1039 \begin_inset Text
1040
1041 \begin_layout Plain Layout
1042 Name / Beschreibung
1043 \end_layout
1044
1045 \end_inset
1046 </cell>
1047 </row>
1048 <row>
1049 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1050 \begin_inset Text
1051
1052 \begin_layout Plain Layout
1053 mm
1054 \end_layout
1055
1056 \end_inset
1057 </cell>
1058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1059 \begin_inset Text
1060
1061 \begin_layout Plain Layout
1062 Millimeter
1063 \end_layout
1064
1065 \end_inset
1066 </cell>
1067 </row>
1068 <row>
1069 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1070 \begin_inset Text
1071
1072 \begin_layout Plain Layout
1073 cm
1074 \end_layout
1075
1076 \end_inset
1077 </cell>
1078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1079 \begin_inset Text
1080
1081 \begin_layout Plain Layout
1082 Zentimeter
1083 \end_layout
1084
1085 \end_inset
1086 </cell>
1087 </row>
1088 <row>
1089 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1090 \begin_inset Text
1091
1092 \begin_layout Plain Layout
1093 in
1094 \end_layout
1095
1096 \end_inset
1097 </cell>
1098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1099 \begin_inset Text
1100
1101 \begin_layout Plain Layout
1102 Inch / Zoll (1
1103 \begin_inset space \thinspace{}
1104 \end_inset
1105
1106 in = 2,54
1107 \begin_inset space \thinspace{}
1108 \end_inset
1109
1110 cm)
1111 \end_layout
1112
1113 \end_inset
1114 </cell>
1115 </row>
1116 <row>
1117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1118 \begin_inset Text
1119
1120 \begin_layout Plain Layout
1121 pt
1122 \end_layout
1123
1124 \end_inset
1125 </cell>
1126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1127 \begin_inset Text
1128
1129 \begin_layout Plain Layout
1130 Punkt (72,27
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 pt = 1
1135 \begin_inset space \thinspace{}
1136 \end_inset
1137
1138 in)
1139 \end_layout
1140
1141 \end_inset
1142 </cell>
1143 </row>
1144 <row>
1145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1146 \begin_inset Text
1147
1148 \begin_layout Plain Layout
1149 pc
1150 \end_layout
1151
1152 \end_inset
1153 </cell>
1154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1155 \begin_inset Text
1156
1157 \begin_layout Plain Layout
1158 Pica (1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 pc = 12
1163 \begin_inset space \thinspace{}
1164 \end_inset
1165
1166 pt)
1167 \end_layout
1168
1169 \end_inset
1170 </cell>
1171 </row>
1172 <row>
1173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1174 \begin_inset Text
1175
1176 \begin_layout Plain Layout
1177 sp
1178 \end_layout
1179
1180 \end_inset
1181 </cell>
1182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1183 \begin_inset Text
1184
1185 \begin_layout Plain Layout
1186 skalierter Punkt(65536
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 sp = 1
1191 \begin_inset space \thinspace{}
1192 \end_inset
1193
1194 pt)
1195 \end_layout
1196
1197 \end_inset
1198 </cell>
1199 </row>
1200 <row>
1201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1202 \begin_inset Text
1203
1204 \begin_layout Plain Layout
1205 bp
1206 \end_layout
1207
1208 \end_inset
1209 </cell>
1210 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1211 \begin_inset Text
1212
1213 \begin_layout Plain Layout
1214 großer Punkt (72
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 bp = 1
1219 \begin_inset space \thinspace{}
1220 \end_inset
1221
1222 in)
1223 \end_layout
1224
1225 \end_inset
1226 </cell>
1227 </row>
1228 <row>
1229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1230 \begin_inset Text
1231
1232 \begin_layout Plain Layout
1233 dd
1234 \end_layout
1235
1236 \end_inset
1237 </cell>
1238 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1239 \begin_inset Text
1240
1241 \begin_layout Plain Layout
1242 Didot (1
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 dd 
1247 \begin_inset Formula $\approx$
1248 \end_inset
1249
1250  0,376
1251 \begin_inset space \thinspace{}
1252 \end_inset
1253
1254 mm)
1255 \end_layout
1256
1257 \end_inset
1258 </cell>
1259 </row>
1260 <row>
1261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1262 \begin_inset Text
1263
1264 \begin_layout Plain Layout
1265 cc
1266 \end_layout
1267
1268 \end_inset
1269 </cell>
1270 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1271 \begin_inset Text
1272
1273 \begin_layout Plain Layout
1274 Cicero (1
1275 \begin_inset space \thinspace{}
1276 \end_inset
1277
1278 cc = 12
1279 \begin_inset space \thinspace{}
1280 \end_inset
1281
1282 dd)
1283 \end_layout
1284
1285 \end_inset
1286 </cell>
1287 </row>
1288 <row>
1289 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1290 \begin_inset Text
1291
1292 \begin_layout Plain Layout
1293 ex
1294 \end_layout
1295
1296 \end_inset
1297 </cell>
1298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1299 \begin_inset Text
1300
1301 \begin_layout Plain Layout
1302 Höhe des Buchstabens 
1303 \emph on
1304 x
1305 \emph default
1306  in der aktuellen Schrift
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 em
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 Breite des Buchstabens 
1327 \emph on
1328 M
1329 \emph default
1330  in der aktuellen Schrift
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 mu
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 Mathe-Einheit (1
1351 \begin_inset space \thinspace{}
1352 \end_inset
1353
1354 mu = 
1355 \begin_inset Formula $\nicefrac{1}{18}$
1356 \end_inset
1357
1358
1359 \begin_inset space \thinspace{}
1360 \end_inset
1361
1362 em)
1363 \end_layout
1364
1365 \end_inset
1366 </cell>
1367 </row>
1368 </lyxtabular>
1369
1370 \end_inset
1371
1372
1373 \end_layout
1374
1375 \end_inset
1376
1377
1378 \end_layout
1379
1380 \begin_layout Standard
1381 \begin_inset Newpage newpage
1382 \end_inset
1383
1384
1385 \end_layout
1386
1387 \begin_layout Section
1388 Grundlegende Funktionen
1389 \end_layout
1390
1391 \begin_layout Subsection
1392 Exponenten
1393 \begin_inset Index idx
1394 status collapsed
1395
1396 \begin_layout Plain Layout
1397 Exponenten
1398 \end_layout
1399
1400 \end_inset
1401
1402  und Indizes
1403 \begin_inset Index idx
1404 status collapsed
1405
1406 \begin_layout Plain Layout
1407 Indizes
1408 \end_layout
1409
1410 \end_inset
1411
1412
1413 \begin_inset Index idx
1414 status collapsed
1415
1416 \begin_layout Plain Layout
1417 Hochstellen|see
1418 \begin_inset ERT
1419 status collapsed
1420
1421 \begin_layout Plain Layout
1422
1423 {
1424 \end_layout
1425
1426 \end_inset
1427
1428 Exponenten
1429 \begin_inset ERT
1430 status collapsed
1431
1432 \begin_layout Plain Layout
1433
1434 }
1435 \end_layout
1436
1437 \end_inset
1438
1439
1440 \end_layout
1441
1442 \end_inset
1443
1444
1445 \begin_inset Index idx
1446 status collapsed
1447
1448 \begin_layout Plain Layout
1449 Tiefstellen|see
1450 \begin_inset ERT
1451 status collapsed
1452
1453 \begin_layout Plain Layout
1454
1455 {
1456 \end_layout
1457
1458 \end_inset
1459
1460 Indizes
1461 \begin_inset ERT
1462 status collapsed
1463
1464 \begin_layout Plain Layout
1465
1466 }
1467 \end_layout
1468
1469 \end_inset
1470
1471
1472 \end_layout
1473
1474 \end_inset
1475
1476
1477 \end_layout
1478
1479 \begin_layout Standard
1480 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1481  
1482 \begin_inset Info
1483 type  "icon"
1484 arg   "math-subscript"
1485 \end_inset
1486
1487 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1488  
1489 \begin_inset Info
1490 type  "icon"
1491 arg   "math-superscript"
1492 \end_inset
1493
1494  erzeugt.
1495 \begin_inset Separator parbreak
1496 \end_inset
1497
1498
1499 \end_layout
1500
1501 \begin_layout Standard
1502 \align center
1503 \begin_inset Tabular
1504 <lyxtabular version="3" rows="4" columns="2">
1505 <features tabularvalignment="middle">
1506 <column alignment="center" valignment="top" width="0pt">
1507 <column alignment="center" valignment="top" width="0pt">
1508 <row>
1509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1510 \begin_inset Text
1511
1512 \begin_layout Plain Layout
1513 Befehl
1514 \end_layout
1515
1516 \end_inset
1517 </cell>
1518 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1519 \begin_inset Text
1520
1521 \begin_layout Plain Layout
1522 Ergebnis
1523 \begin_inset Note Note
1524 status collapsed
1525
1526 \begin_layout Plain Layout
1527
1528 \series bold
1529
1530 \backslash
1531 raisebox
1532 \series default
1533  dient nur als Abstandhalter.
1534 \end_layout
1535
1536 \end_inset
1537
1538
1539 \end_layout
1540
1541 \end_inset
1542 </cell>
1543 </row>
1544 <row>
1545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1546 \begin_inset Text
1547
1548 \begin_layout Plain Layout
1549 B_V
1550 \end_layout
1551
1552 \end_inset
1553 </cell>
1554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1555 \begin_inset Text
1556
1557 \begin_layout Plain Layout
1558 \begin_inset Formula $B_{V}$
1559 \end_inset
1560
1561
1562 \end_layout
1563
1564 \end_inset
1565 </cell>
1566 </row>
1567 <row>
1568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1569 \begin_inset Text
1570
1571 \begin_layout Plain Layout
1572 B^V
1573 \end_layout
1574
1575 \end_inset
1576 </cell>
1577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1578 \begin_inset Text
1579
1580 \begin_layout Plain Layout
1581 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1582 \end_inset
1583
1584
1585 \end_layout
1586
1587 \end_inset
1588 </cell>
1589 </row>
1590 <row>
1591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1592 \begin_inset Text
1593
1594 \begin_layout Plain Layout
1595 B^
1596 \begin_inset space \textvisiblespace{}
1597 \end_inset
1598
1599 A
1600 \end_layout
1601
1602 \end_inset
1603 </cell>
1604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1605 \begin_inset Text
1606
1607 \begin_layout Plain Layout
1608 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1609 \end_inset
1610
1611
1612 \end_layout
1613
1614 \end_inset
1615 </cell>
1616 </row>
1617 </lyxtabular>
1618
1619 \end_inset
1620
1621
1622 \end_layout
1623
1624 \begin_layout Standard
1625 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1626 llt
1627 \begin_inset Foot
1628 status collapsed
1629
1630 \begin_layout Plain Layout
1631 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1632 \end_layout
1633
1634 \end_inset
1635
1636 .
1637  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1638  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1639 \end_layout
1640
1641 \begin_layout Subsection
1642 Brüche
1643 \begin_inset CommandInset label
1644 LatexCommand label
1645 name "subsec:Brüche"
1646
1647 \end_inset
1648
1649
1650 \begin_inset Index idx
1651 status collapsed
1652
1653 \begin_layout Plain Layout
1654 Brüche
1655 \end_layout
1656
1657 \end_inset
1658
1659
1660 \end_layout
1661
1662 \begin_layout Standard
1663 Brüche werden mit dem Befehl 
1664 \series bold
1665
1666 \backslash
1667 frac
1668 \series default
1669
1670 \begin_inset Index idx
1671 status collapsed
1672
1673 \begin_layout Plain Layout
1674 Befehle ! F ! 
1675 \backslash
1676 frac
1677 \end_layout
1678
1679 \end_inset
1680
1681  oder mit dem Mathe-Werkzeugleistenknopf 
1682 \begin_inset Info
1683 type  "icon"
1684 arg   "math-insert \\frac"
1685 \end_inset
1686
1687  erstellt.
1688  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1689  in einer eingebetteten oder abgesetzten Formel befindet.
1690  Mit dem Mathe-Werkzeugleistenknopf 
1691 \begin_inset Info
1692 type  "icon"
1693 arg   "math-insert \\frac-square"
1694 \end_inset
1695
1696  können verschieden Bruchtypen gewählt werden.
1697 \end_layout
1698
1699 \begin_layout Standard
1700 Mit dem Befehl 
1701 \series bold
1702
1703 \backslash
1704 dfrac
1705 \series default
1706
1707 \begin_inset Index idx
1708 status collapsed
1709
1710 \begin_layout Plain Layout
1711 Befehle ! D ! 
1712 \backslash
1713 dfrac
1714 \end_layout
1715
1716 \end_inset
1717
1718  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1719  Formel erscheint.
1720  Mit 
1721 \series bold
1722
1723 \backslash
1724 tfrac
1725 \series default
1726
1727 \begin_inset Index idx
1728 status collapsed
1729
1730 \begin_layout Plain Layout
1731 Befehle ! T ! 
1732 \backslash
1733 tfrac
1734 \end_layout
1735
1736 \end_inset
1737
1738  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1739  Ein Beispiel:
1740 \end_layout
1741
1742 \begin_layout Standard
1743 Eine Zeile mit dem Bruch 
1744 \begin_inset Formula $\frac{1}{2}$
1745 \end_inset
1746
1747 , der mit dem Befehl 
1748 \series bold
1749
1750 \backslash
1751 frac
1752 \series default
1753  erstellt wurde.
1754 \end_layout
1755
1756 \begin_layout Standard
1757 Eine Zeile mit dem Bruch 
1758 \begin_inset Formula $\dfrac{1}{2}$
1759 \end_inset
1760
1761 , der mit dem Befehl 
1762 \series bold
1763
1764 \backslash
1765 dfrac
1766 \series default
1767  erstellt wurde.
1768 \begin_inset Separator parbreak
1769 \end_inset
1770
1771
1772 \end_layout
1773
1774 \begin_layout Standard
1775 \align center
1776 \begin_inset Tabular
1777 <lyxtabular version="3" rows="4" columns="2">
1778 <features tabularvalignment="middle">
1779 <column alignment="center" valignment="top" width="0pt">
1780 <column alignment="center" valignment="top" width="0pt">
1781 <row>
1782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1783 \begin_inset Text
1784
1785 \begin_layout Plain Layout
1786 Befehl
1787 \end_layout
1788
1789 \end_inset
1790 </cell>
1791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1792 \begin_inset Text
1793
1794 \begin_layout Plain Layout
1795 Ergebnis
1796 \begin_inset Note Note
1797 status collapsed
1798
1799 \begin_layout Plain Layout
1800
1801 \series bold
1802
1803 \backslash
1804 raisebox
1805 \series default
1806  dient nur als Abstandhalter.
1807 \end_layout
1808
1809 \end_inset
1810
1811
1812 \end_layout
1813
1814 \end_inset
1815 </cell>
1816 </row>
1817 <row>
1818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1819 \begin_inset Text
1820
1821 \begin_layout Plain Layout
1822
1823 \backslash
1824 frac
1825 \begin_inset space \textvisiblespace{}
1826 \end_inset
1827
1828 A
1829 \begin_inset Formula $\downarrow$
1830 \end_inset
1831
1832 B
1833 \end_layout
1834
1835 \end_inset
1836 </cell>
1837 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1838 \begin_inset Text
1839
1840 \begin_layout Plain Layout
1841 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1842 \end_inset
1843
1844
1845 \end_layout
1846
1847 \end_inset
1848 </cell>
1849 </row>
1850 <row>
1851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1852 \begin_inset Text
1853
1854 \begin_layout Plain Layout
1855
1856 \backslash
1857 dfrac
1858 \begin_inset space \textvisiblespace{}
1859 \end_inset
1860
1861 A
1862 \begin_inset Formula $\downarrow$
1863 \end_inset
1864
1865 B
1866 \end_layout
1867
1868 \end_inset
1869 </cell>
1870 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1871 \begin_inset Text
1872
1873 \begin_layout Plain Layout
1874 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1875 \end_inset
1876
1877
1878 \end_layout
1879
1880 \end_inset
1881 </cell>
1882 </row>
1883 <row>
1884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1885 \begin_inset Text
1886
1887 \begin_layout Plain Layout
1888
1889 \backslash
1890 dfrac
1891 \begin_inset space \textvisiblespace{}
1892 \end_inset
1893
1894 e^
1895 \backslash
1896 frac
1897 \begin_inset space \textvisiblespace{}
1898 \end_inset
1899
1900 1
1901 \begin_inset Formula $\downarrow$
1902 \end_inset
1903
1904 2
1905 \begin_inset Formula $\downarrow\downarrow$
1906 \end_inset
1907
1908 3
1909 \end_layout
1910
1911 \end_inset
1912 </cell>
1913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1914 \begin_inset Text
1915
1916 \begin_layout Plain Layout
1917 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1918 \end_inset
1919
1920
1921 \end_layout
1922
1923 \end_inset
1924 </cell>
1925 </row>
1926 </lyxtabular>
1927
1928 \end_inset
1929
1930
1931 \end_layout
1932
1933 \begin_layout Standard
1934 \begin_inset VSpace bigskip
1935 \end_inset
1936
1937
1938 \begin_inset Newpage newpage
1939 \end_inset
1940
1941 Für Mehrfachbrüche gibt es den Befehl 
1942 \series bold
1943
1944 \backslash
1945 cfrac
1946 \series default
1947
1948 \begin_inset Index idx
1949 status collapsed
1950
1951 \begin_layout Plain Layout
1952 Befehle ! C ! 
1953 \backslash
1954 cfrac
1955 \end_layout
1956
1957 \end_inset
1958
1959 .
1960  Dazu ein Beispiel:
1961 \begin_inset VSpace -3mm
1962 \end_inset
1963
1964
1965 \end_layout
1966
1967 \begin_layout Standard
1968 \begin_inset Formula 
1969 \begin{align*}
1970 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1971 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1972 \end{align*}
1973
1974 \end_inset
1975
1976
1977 \end_layout
1978
1979 \begin_layout Standard
1980 Der Befehl für obiges Beispiel lautet:
1981 \end_layout
1982
1983 \begin_layout Standard
1984
1985 \series bold
1986
1987 \backslash
1988 cfrac
1989 \begin_inset space \textvisiblespace{}
1990 \end_inset
1991
1992 A
1993 \begin_inset Formula $\downarrow$
1994 \end_inset
1995
1996 B+
1997 \backslash
1998 cfrac
1999 \begin_inset space \textvisiblespace{}
2000 \end_inset
2001
2002 C+
2003 \backslash
2004 cfrac
2005 \begin_inset space \textvisiblespace{}
2006 \end_inset
2007
2008 E
2009 \begin_inset Formula $\downarrow$
2010 \end_inset
2011
2012 F
2013 \begin_inset Formula $\downarrow$
2014 \end_inset
2015
2016 D
2017 \end_layout
2018
2019 \begin_layout Standard
2020 \begin_inset VSpace medskip
2021 \end_inset
2022
2023
2024 \end_layout
2025
2026 \begin_layout Standard
2027
2028 \series bold
2029
2030 \backslash
2031 cfrac
2032 \series default
2033  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2034  auch wenn er selbst Teil eines Bruches ist.
2035 \end_layout
2036
2037 \begin_layout Standard
2038 Es ist möglich die Ausrichtung des Zählers einzustellen.
2039  Der Befehl 
2040 \series bold
2041
2042 \backslash
2043 cfracleft
2044 \series default
2045  richtet ihn links, der Befehl 
2046 \series bold
2047
2048 \backslash
2049 cfracright
2050 \series default
2051  rechts aus.
2052  
2053 \series bold
2054
2055 \backslash
2056 cfrac
2057 \series default
2058  zentriert den Zähler.
2059  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2060 \end_layout
2061
2062 \begin_layout Standard
2063
2064 \series bold
2065 \begin_inset Formula 
2066 \[
2067 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2068 \]
2069
2070 \end_inset
2071
2072
2073 \end_layout
2074
2075 \begin_layout Standard
2076 \begin_inset Note Greyedout
2077 status open
2078
2079 \begin_layout Plain Layout
2080
2081 \series bold
2082 Achtung:
2083 \series default
2084  
2085 \series bold
2086
2087 \backslash
2088 cfracleft
2089 \series default
2090  und
2091 \series bold
2092  
2093 \backslash
2094 cfracright
2095 \series default
2096  sind keine echten \SpecialChar LaTeX
2097 -Befehle, sondern stellen den Befehl 
2098 \series bold
2099
2100 \backslash
2101 cfrac[Ausrichtung]{Zähler}{Nenner}
2102 \series default
2103  dar.
2104  Daher kann man sie nicht im \SpecialChar TeX
2105 -Code benutzen.
2106 \end_layout
2107
2108 \end_inset
2109
2110
2111 \end_layout
2112
2113 \begin_layout Standard
2114 \begin_inset VSpace medskip
2115 \end_inset
2116
2117 Oftmals ist es am günstigsten 
2118 \series bold
2119
2120 \backslash
2121 cfrac
2122 \series default
2123  und 
2124 \series bold
2125
2126 \backslash
2127 frac
2128 \series default
2129  zu kombinieren:
2130 \begin_inset Formula 
2131 \[
2132 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2133 \]
2134
2135 \end_inset
2136
2137
2138 \end_layout
2139
2140 \begin_layout Standard
2141 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2142 \series bold
2143
2144 \backslash
2145 nicefrac
2146 \series default
2147
2148 \begin_inset Index idx
2149 status collapsed
2150
2151 \begin_layout Plain Layout
2152 Befehle ! N ! 
2153 \backslash
2154 nicefrac
2155 \end_layout
2156
2157 \end_inset
2158
2159
2160 \begin_inset Formula $\nicefrac{5}{31}$
2161 \end_inset
2162
2163  oder 
2164 \series bold
2165
2166 \backslash
2167 unitfrac
2168 \series default
2169
2170 \begin_inset Index idx
2171 status collapsed
2172
2173 \begin_layout Plain Layout
2174 Befehle! U ! 
2175 \backslash
2176 unitfrac
2177 \end_layout
2178
2179 \end_inset
2180
2181
2182 \begin_inset Formula $\unitfrac{5}{31}$
2183 \end_inset
2184
2185  benutzt werden.
2186  Des Weiteren gibt es den Befehl 
2187 \series bold
2188
2189 \backslash
2190 unitfracthree
2191 \series default
2192  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2193 \begin_inset Formula $\unitfrac[2]{1}{3}$
2194 \end_inset
2195
2196
2197 \end_layout
2198
2199 \begin_layout Standard
2200 \begin_inset Note Greyedout
2201 status open
2202
2203 \begin_layout Plain Layout
2204
2205 \series bold
2206 Achtung:
2207 \series default
2208  
2209 \series bold
2210
2211 \backslash
2212 unitfracthree
2213 \series default
2214  ist kein echter \SpecialChar LaTeX
2215 -Befehl, sondern der Befehl
2216 \begin_inset Newline newline
2217 \end_inset
2218
2219
2220 \series bold
2221
2222 \backslash
2223 unitfrac[Zahl]{Zähler}{Nenner}
2224 \series default
2225  .
2226  Daher kann man ihn nicht im \SpecialChar TeX
2227 -Code benutzen.
2228 \end_layout
2229
2230 \end_inset
2231
2232
2233 \end_layout
2234
2235 \begin_layout Standard
2236 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2237  in 
2238 \begin_inset CommandInset ref
2239 LatexCommand ref
2240 reference "subsec:Selbstdefinierte-Brüche"
2241
2242 \end_inset
2243
2244  erklärt.
2245 \end_layout
2246
2247 \begin_layout Standard
2248 Mehrzeilige Brüche sind in 
2249 \begin_inset CommandInset ref
2250 LatexCommand ref
2251 reference "subsec:Mehrzeilige-Brüche"
2252
2253 \end_inset
2254
2255  erklärt.
2256 \end_layout
2257
2258 \begin_layout Subsection
2259 Wurzeln
2260 \begin_inset Index idx
2261 status collapsed
2262
2263 \begin_layout Plain Layout
2264 Wurzeln
2265 \end_layout
2266
2267 \end_inset
2268
2269
2270 \end_layout
2271
2272 \begin_layout Standard
2273 Quadratwurzeln werden mit 
2274 \series bold
2275
2276 \backslash
2277 sqrt
2278 \series default
2279
2280 \begin_inset Index idx
2281 status collapsed
2282
2283 \begin_layout Plain Layout
2284 Befehle ! S ! 
2285 \backslash
2286 sqrt
2287 \end_layout
2288
2289 \end_inset
2290
2291  oder dem Mathe-Werkzeugleistenknopf 
2292 \begin_inset Info
2293 type  "icon"
2294 arg   "math-insert \\sqrt"
2295 \end_inset
2296
2297  gesetzt, alle anderen Wurzeln mit dem Befehl 
2298 \series bold
2299
2300 \backslash
2301 root
2302 \series default
2303
2304 \begin_inset Index idx
2305 status collapsed
2306
2307 \begin_layout Plain Layout
2308 Befehle ! R ! 
2309 \backslash
2310 root
2311 \end_layout
2312
2313 \end_inset
2314
2315  oder dem Mathe-Werkzeugleistenknopf 
2316 \begin_inset Info
2317 type  "icon"
2318 arg   "math-insert \\root"
2319 \end_inset
2320
2321 .
2322 \begin_inset Separator parbreak
2323 \end_inset
2324
2325
2326 \end_layout
2327
2328 \begin_layout Standard
2329 \align center
2330 \begin_inset Tabular
2331 <lyxtabular version="3" rows="3" columns="2">
2332 <features tabularvalignment="middle">
2333 <column alignment="center" valignment="top" width="0pt">
2334 <column alignment="center" valignment="top" width="0pt">
2335 <row>
2336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2337 \begin_inset Text
2338
2339 \begin_layout Plain Layout
2340 Befehl
2341 \end_layout
2342
2343 \end_inset
2344 </cell>
2345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2346 \begin_inset Text
2347
2348 \begin_layout Plain Layout
2349 Ergebnis
2350 \begin_inset Note Note
2351 status collapsed
2352
2353 \begin_layout Plain Layout
2354
2355 \series bold
2356
2357 \backslash
2358 raisebox
2359 \series default
2360  dient nur als Abstandhalter.
2361 \end_layout
2362
2363 \end_inset
2364
2365
2366 \end_layout
2367
2368 \end_inset
2369 </cell>
2370 </row>
2371 <row>
2372 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2373 \begin_inset Text
2374
2375 \begin_layout Plain Layout
2376
2377 \backslash
2378 sqrt
2379 \begin_inset space \textvisiblespace{}
2380 \end_inset
2381
2382 A-B
2383 \end_layout
2384
2385 \end_inset
2386 </cell>
2387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2388 \begin_inset Text
2389
2390 \begin_layout Plain Layout
2391 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2392 \end_inset
2393
2394
2395 \end_layout
2396
2397 \end_inset
2398 </cell>
2399 </row>
2400 <row>
2401 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405
2406 \backslash
2407 root
2408 \begin_inset space \textvisiblespace{}
2409 \end_inset
2410
2411 3
2412 \begin_inset Formula $\downarrow$
2413 \end_inset
2414
2415 A-B
2416 \end_layout
2417
2418 \end_inset
2419 </cell>
2420 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2421 \begin_inset Text
2422
2423 \begin_layout Plain Layout
2424 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2425 \end_inset
2426
2427
2428 \end_layout
2429
2430 \end_inset
2431 </cell>
2432 </row>
2433 </lyxtabular>
2434
2435 \end_inset
2436
2437
2438 \end_layout
2439
2440 \begin_layout Standard
2441 Eine Quadratwurzel kann man auch mit 
2442 \series bold
2443
2444 \backslash
2445 root
2446 \series default
2447  erstellen, indem man das Feld über der Wurzel frei lässt.
2448 \end_layout
2449
2450 \begin_layout Standard
2451 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2452  Formel: 
2453 \begin_inset Formula $\sqrt[\beta]{B}$
2454 \end_inset
2455
2456
2457 \begin_inset Newline newline
2458 \end_inset
2459
2460 Das 
2461 \begin_inset Formula $\beta$
2462 \end_inset
2463
2464  berührt die Wurzel.
2465  Um dies zu verhindern, verwendet man die Befehle 
2466 \series bold
2467
2468 \backslash
2469 leftroot
2470 \series default
2471
2472 \begin_inset Index idx
2473 status collapsed
2474
2475 \begin_layout Plain Layout
2476 Befehle ! L ! 
2477 \backslash
2478 leftroot
2479 \end_layout
2480
2481 \end_inset
2482
2483  und 
2484 \series bold
2485
2486 \backslash
2487 uproot
2488 \series default
2489
2490 \begin_inset Index idx
2491 status collapsed
2492
2493 \begin_layout Plain Layout
2494 Befehle ! U ! 
2495 \backslash
2496 uproot
2497 \end_layout
2498
2499 \end_inset
2500
2501 , die folgendes Schema besitzen:
2502 \end_layout
2503
2504 \begin_layout Standard
2505
2506 \series bold
2507
2508 \backslash
2509 leftroot{Abstand}
2510 \series default
2511  bzw.
2512 \begin_inset space \space{}
2513 \end_inset
2514
2515
2516 \series bold
2517
2518 \backslash
2519 uproot{Abstand}
2520 \end_layout
2521
2522 \begin_layout Standard
2523 Abstand ist die Anzahl der Big Points (Einheit bp; 
2524 \begin_inset Formula $\mathrm{72\,bp=1\,inch}$
2525 \end_inset
2526
2527 ), um die der Index nach links bzw.
2528 \begin_inset space \space{}
2529 \end_inset
2530
2531 nach oben verschoben werden soll.
2532  Die Befehle werden in den Index geschrieben.
2533  So ergibt der Befehl
2534 \begin_inset Newline newline
2535 \end_inset
2536
2537
2538 \series bold
2539
2540 \backslash
2541 root
2542 \backslash
2543 leftroot{-1
2544 \begin_inset Formula $\to$
2545 \end_inset
2546
2547
2548 \backslash
2549 uproot{2
2550 \begin_inset Formula $\to$
2551 \end_inset
2552
2553
2554 \backslash
2555 beta
2556 \begin_inset space \textvisiblespace{}
2557 \end_inset
2558
2559
2560 \begin_inset Formula $\to$
2561 \end_inset
2562
2563 B
2564 \begin_inset Newline newline
2565 \end_inset
2566
2567
2568 \series default
2569 eine korrekt gesetzte Formel: 
2570 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2571 \end_inset
2572
2573
2574 \end_layout
2575
2576 \begin_layout Subsection
2577 Binomialkoeffizienten
2578 \begin_inset Index idx
2579 status collapsed
2580
2581 \begin_layout Plain Layout
2582 Binomialkoeffizienten
2583 \end_layout
2584
2585 \end_inset
2586
2587
2588 \end_layout
2589
2590 \begin_layout Standard
2591 Binomialkoeffizienten können mit dem Befehl 
2592 \series bold
2593
2594 \backslash
2595 binom
2596 \series default
2597
2598 \begin_inset Index idx
2599 status collapsed
2600
2601 \begin_layout Plain Layout
2602 Befehle ! B ! 
2603 \backslash
2604 binom
2605 \end_layout
2606
2607 \end_inset
2608
2609  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2610 \begin_inset Info
2611 type  "icon"
2612 arg   "math-insert \\frac-square"
2613 \end_inset
2614
2615  eingefügt werden.
2616  Analog zu Brüchen (
2617 \series bold
2618
2619 \backslash
2620 frac
2621 \series default
2622 ) gibt es außer 
2623 \series bold
2624
2625 \backslash
2626 binom
2627 \series default
2628  noch die Befehle 
2629 \series bold
2630
2631 \backslash
2632 dbinom
2633 \series default
2634
2635 \begin_inset Index idx
2636 status collapsed
2637
2638 \begin_layout Plain Layout
2639 Befehle ! D ! 
2640 \backslash
2641 dbinom
2642 \end_layout
2643
2644 \end_inset
2645
2646  und 
2647 \series bold
2648
2649 \backslash
2650 tbinom
2651 \series default
2652
2653 \begin_inset Index idx
2654 status collapsed
2655
2656 \begin_layout Plain Layout
2657 Befehle ! T ! 
2658 \backslash
2659 tbinom
2660 \end_layout
2661
2662 \end_inset
2663
2664 .
2665  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2666 \series bold
2667
2668 \backslash
2669 brace
2670 \series default
2671
2672 \begin_inset Index idx
2673 status collapsed
2674
2675 \begin_layout Plain Layout
2676 Befehle ! B ! 
2677 \backslash
2678 brace
2679 \end_layout
2680
2681 \end_inset
2682
2683  und 
2684 \series bold
2685
2686 \backslash
2687 brack
2688 \series default
2689
2690 \begin_inset Index idx
2691 status collapsed
2692
2693 \begin_layout Plain Layout
2694 Befehle ! B ! 
2695 \backslash
2696 brack
2697 \end_layout
2698
2699 \end_inset
2700
2701 .
2702 \begin_inset Separator parbreak
2703 \end_inset
2704
2705
2706 \end_layout
2707
2708 \begin_layout Standard
2709 \align center
2710 \begin_inset Tabular
2711 <lyxtabular version="3" rows="6" columns="2">
2712 <features tabularvalignment="middle">
2713 <column alignment="center" valignment="top" width="0pt">
2714 <column alignment="center" valignment="top" width="0pt">
2715 <row>
2716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2717 \begin_inset Text
2718
2719 \begin_layout Plain Layout
2720 Befehl
2721 \end_layout
2722
2723 \end_inset
2724 </cell>
2725 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2726 \begin_inset Text
2727
2728 \begin_layout Plain Layout
2729 Ergebnis
2730 \begin_inset Note Note
2731 status collapsed
2732
2733 \begin_layout Plain Layout
2734
2735 \series bold
2736
2737 \backslash
2738 raisebox
2739 \series default
2740  dient nur als Abstandhalter.
2741 \end_layout
2742
2743 \end_inset
2744
2745
2746 \end_layout
2747
2748 \end_inset
2749 </cell>
2750 </row>
2751 <row>
2752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2753 \begin_inset Text
2754
2755 \begin_layout Plain Layout
2756
2757 \backslash
2758 binom
2759 \begin_inset space \textvisiblespace{}
2760 \end_inset
2761
2762 A
2763 \begin_inset Formula $\downarrow$
2764 \end_inset
2765
2766 B
2767 \end_layout
2768
2769 \end_inset
2770 </cell>
2771 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2772 \begin_inset Text
2773
2774 \begin_layout Plain Layout
2775 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2776 \end_inset
2777
2778
2779 \end_layout
2780
2781 \end_inset
2782 </cell>
2783 </row>
2784 <row>
2785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2786 \begin_inset Text
2787
2788 \begin_layout Plain Layout
2789
2790 \backslash
2791 dbinom
2792 \begin_inset space \textvisiblespace{}
2793 \end_inset
2794
2795 A
2796 \begin_inset Formula $\downarrow$
2797 \end_inset
2798
2799 B
2800 \end_layout
2801
2802 \end_inset
2803 </cell>
2804 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2805 \begin_inset Text
2806
2807 \begin_layout Plain Layout
2808 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2809 \end_inset
2810
2811
2812 \end_layout
2813
2814 \end_inset
2815 </cell>
2816 </row>
2817 <row>
2818 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2819 \begin_inset Text
2820
2821 \begin_layout Plain Layout
2822
2823 \backslash
2824 tbinom
2825 \begin_inset space \textvisiblespace{}
2826 \end_inset
2827
2828 A
2829 \begin_inset Formula $\downarrow$
2830 \end_inset
2831
2832 B
2833 \end_layout
2834
2835 \end_inset
2836 </cell>
2837 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2838 \begin_inset Text
2839
2840 \begin_layout Plain Layout
2841 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2842 \end_inset
2843
2844
2845 \end_layout
2846
2847 \end_inset
2848 </cell>
2849 </row>
2850 <row>
2851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2852 \begin_inset Text
2853
2854 \begin_layout Plain Layout
2855
2856 \backslash
2857 brack
2858 \begin_inset space \textvisiblespace{}
2859 \end_inset
2860
2861 A
2862 \begin_inset Formula $\downarrow$
2863 \end_inset
2864
2865 B
2866 \end_layout
2867
2868 \end_inset
2869 </cell>
2870 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2871 \begin_inset Text
2872
2873 \begin_layout Plain Layout
2874 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2875 \end_inset
2876
2877
2878 \end_layout
2879
2880 \end_inset
2881 </cell>
2882 </row>
2883 <row>
2884 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2885 \begin_inset Text
2886
2887 \begin_layout Plain Layout
2888
2889 \backslash
2890 brace
2891 \begin_inset space \textvisiblespace{}
2892 \end_inset
2893
2894 A
2895 \begin_inset Formula $\downarrow$
2896 \end_inset
2897
2898 B
2899 \end_layout
2900
2901 \end_inset
2902 </cell>
2903 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2904 \begin_inset Text
2905
2906 \begin_layout Plain Layout
2907 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2908 \end_inset
2909
2910
2911 \end_layout
2912
2913 \end_inset
2914 </cell>
2915 </row>
2916 </lyxtabular>
2917
2918 \end_inset
2919
2920
2921 \end_layout
2922
2923 \begin_layout Subsection
2924 Fallunterscheidungen
2925 \begin_inset Index idx
2926 status collapsed
2927
2928 \begin_layout Plain Layout
2929 Fallunterscheidungen
2930 \end_layout
2931
2932 \end_inset
2933
2934
2935 \end_layout
2936
2937 \begin_layout Standard
2938 \align center
2939 \begin_inset Tabular
2940 <lyxtabular version="3" rows="3" columns="2">
2941 <features tabularvalignment="middle">
2942 <column alignment="center" valignment="top" width="0pt">
2943 <column alignment="center" valignment="top" width="0pt">
2944 <row>
2945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2946 \begin_inset Text
2947
2948 \begin_layout Plain Layout
2949 Befehl
2950 \end_layout
2951
2952 \end_inset
2953 </cell>
2954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2955 \begin_inset Text
2956
2957 \begin_layout Plain Layout
2958 Ergebnis
2959 \end_layout
2960
2961 \end_inset
2962 </cell>
2963 </row>
2964 <row>
2965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2966 \begin_inset Text
2967
2968 \begin_layout Plain Layout
2969
2970 \backslash
2971 cases
2972 \begin_inset space \textvisiblespace{}
2973 \end_inset
2974
2975 A
2976 \begin_inset Formula $\to$
2977 \end_inset
2978
2979 B>0
2980 \begin_inset Index idx
2981 status collapsed
2982
2983 \begin_layout Plain Layout
2984 Befehle ! C ! 
2985 \backslash
2986 cases
2987 \end_layout
2988
2989 \end_inset
2990
2991
2992 \end_layout
2993
2994 \end_inset
2995 </cell>
2996 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
2997 \begin_inset Text
2998
2999 \begin_layout Plain Layout
3000 \begin_inset Formula $\begin{cases}
3001 A & B>0\end{cases}$
3002 \end_inset
3003
3004
3005 \end_layout
3006
3007 \end_inset
3008 </cell>
3009 </row>
3010 <row>
3011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3012 \begin_inset Text
3013
3014 \begin_layout Plain Layout
3015
3016 \backslash
3017 cases
3018 \begin_inset space \textvisiblespace{}
3019 \end_inset
3020
3021 Strg+Enter
3022 \end_layout
3023
3024 \end_inset
3025 </cell>
3026 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3027 \begin_inset Text
3028
3029 \begin_layout Plain Layout
3030 \begin_inset Formula $\begin{cases}
3031 A & \textrm{für }x>0\\
3032 B & \textrm{für }x=0
3033 \end{cases}$
3034 \end_inset
3035
3036
3037 \end_layout
3038
3039 \end_inset
3040 </cell>
3041 </row>
3042 </lyxtabular>
3043
3044 \end_inset
3045
3046
3047 \end_layout
3048
3049 \begin_layout Standard
3050 Nach der Eingabe von 
3051 \series bold
3052
3053 \backslash
3054 cases
3055 \series default
3056  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3057 \begin_inset Info
3058 type  "icon"
3059 arg   "math-insert \\cases"
3060 \end_inset
3061
3062  können mit 
3063 \family sans
3064 Strg+Enter
3065 \family default
3066  oder dem Tabellen-Werkzeugleistenknopf 
3067 \begin_inset Info
3068 type  "icon"
3069 arg   "inset-modify tabular append-row"
3070 \end_inset
3071
3072  neue Zeilen erstellt werden.
3073 \begin_inset Foot
3074 status collapsed
3075
3076 \begin_layout Plain Layout
3077 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3078 \begin_inset CommandInset ref
3079 LatexCommand ref
3080 reference "subsec:Akzente-für-ein"
3081
3082 \end_inset
3083
3084  beschrieben.
3085 \end_layout
3086
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \begin_layout Standard
3093 Der Befehl 
3094 \series bold
3095
3096 \backslash
3097 cases
3098 \series default
3099  ist auch über das Menü 
3100 \family sans
3101 Einfügen\SpecialChar menuseparator
3102 Mathe\SpecialChar menuseparator
3103 Cases-Umgebung
3104 \family default
3105  verfügbar.
3106 \end_layout
3107
3108 \begin_layout Subsection
3109 Verneinungen
3110 \begin_inset Index idx
3111 status collapsed
3112
3113 \begin_layout Plain Layout
3114 Verneinungen
3115 \end_layout
3116
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \begin_layout Standard
3123 Durch die Eingabe von 
3124 \series bold
3125
3126 \backslash
3127 not
3128 \series default
3129
3130 \begin_inset Index idx
3131 status collapsed
3132
3133 \begin_layout Plain Layout
3134 Befehle ! N ! 
3135 \backslash
3136 not
3137 \end_layout
3138
3139 \end_inset
3140
3141  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3142  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3143 \begin_inset Separator parbreak
3144 \end_inset
3145
3146
3147 \end_layout
3148
3149 \begin_layout Standard
3150 \align center
3151 \begin_inset Tabular
3152 <lyxtabular version="3" rows="4" columns="2">
3153 <features tabularvalignment="middle">
3154 <column alignment="center" valignment="top" width="0pt">
3155 <column alignment="center" valignment="top" width="0pt">
3156 <row>
3157 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3158 \begin_inset Text
3159
3160 \begin_layout Plain Layout
3161 Befehl
3162 \end_layout
3163
3164 \end_inset
3165 </cell>
3166 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3167 \begin_inset Text
3168
3169 \begin_layout Plain Layout
3170 Ergebnis
3171 \end_layout
3172
3173 \end_inset
3174 </cell>
3175 </row>
3176 <row>
3177 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3178 \begin_inset Text
3179
3180 \begin_layout Plain Layout
3181
3182 \backslash
3183 not=
3184 \end_layout
3185
3186 \end_inset
3187 </cell>
3188 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3189 \begin_inset Text
3190
3191 \begin_layout Plain Layout
3192 \begin_inset Formula $\not=$
3193 \end_inset
3194
3195
3196 \end_layout
3197
3198 \end_inset
3199 </cell>
3200 </row>
3201 <row>
3202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3203 \begin_inset Text
3204
3205 \begin_layout Plain Layout
3206
3207 \backslash
3208 not 
3209 \backslash
3210 le
3211 \end_layout
3212
3213 \end_inset
3214 </cell>
3215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3216 \begin_inset Text
3217
3218 \begin_layout Plain Layout
3219 \begin_inset Formula $\not\le$
3220 \end_inset
3221
3222
3223 \end_layout
3224
3225 \end_inset
3226 </cell>
3227 </row>
3228 <row>
3229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3230 \begin_inset Text
3231
3232 \begin_layout Plain Layout
3233
3234 \backslash
3235 not 
3236 \backslash
3237 parallel
3238 \end_layout
3239
3240 \end_inset
3241 </cell>
3242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3243 \begin_inset Text
3244
3245 \begin_layout Plain Layout
3246 \begin_inset Formula $\not\parallel$
3247 \end_inset
3248
3249
3250 \end_layout
3251
3252 \end_inset
3253 </cell>
3254 </row>
3255 </lyxtabular>
3256
3257 \end_inset
3258
3259
3260 \end_layout
3261
3262 \begin_layout Standard
3263 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3264  Deswegen gibt es für Einige spezielle Befehle (siehe 
3265 \begin_inset CommandInset ref
3266 LatexCommand ref
3267 reference "subsec:Mathematische-Symbole"
3268
3269 \end_inset
3270
3271  und 
3272 \begin_inset CommandInset ref
3273 LatexCommand ref
3274 reference "sec:Relationen"
3275
3276 \end_inset
3277
3278 ).
3279 \end_layout
3280
3281 \begin_layout Subsection
3282 Platzhalter
3283 \begin_inset CommandInset label
3284 LatexCommand label
3285 name "subsec:Platzhalter"
3286
3287 \end_inset
3288
3289
3290 \begin_inset Index idx
3291 status collapsed
3292
3293 \begin_layout Plain Layout
3294 Platzhalter
3295 \end_layout
3296
3297 \end_inset
3298
3299
3300 \begin_inset Index idx
3301 status collapsed
3302
3303 \begin_layout Plain Layout
3304 chemische Zeichen ! Isotope
3305 \end_layout
3306
3307 \end_inset
3308
3309
3310 \begin_inset Index idx
3311 status collapsed
3312
3313 \begin_layout Plain Layout
3314 Isotope|see
3315 \begin_inset ERT
3316 status collapsed
3317
3318 \begin_layout Plain Layout
3319
3320 {
3321 \end_layout
3322
3323 \end_inset
3324
3325 chemische Zeichen
3326 \begin_inset ERT
3327 status collapsed
3328
3329 \begin_layout Plain Layout
3330
3331 }
3332 \end_layout
3333
3334 \end_inset
3335
3336
3337 \end_layout
3338
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \begin_layout Standard
3345 Möchte man z.
3346 \begin_inset space \thinspace{}
3347 \end_inset
3348
3349 B.
3350  Isotope
3351 \begin_inset Foot
3352 status collapsed
3353
3354 \begin_layout Plain Layout
3355 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3356 \begin_inset CommandInset ref
3357 LatexCommand ref
3358 reference "subsec:Chemische-Symbole-und"
3359
3360 \end_inset
3361
3362  beschrieben.
3363 \end_layout
3364
3365 \end_inset
3366
3367  darstellen, tritt folgendes Problem auf:
3368 \begin_inset Separator parbreak
3369 \end_inset
3370
3371
3372 \end_layout
3373
3374 \begin_layout Standard
3375 \align center
3376 \begin_inset Tabular
3377 <lyxtabular version="3" rows="2" columns="2">
3378 <features tabularvalignment="middle">
3379 <column alignment="center" valignment="top" width="0pt">
3380 <column alignment="center" valignment="top" width="0pt">
3381 <row>
3382 <cell alignment="center" valignment="top" usebox="none">
3383 \begin_inset Text
3384
3385 \begin_layout Plain Layout
3386 durch Hoch- und Tiefstellen erzeugte Indizes:
3387 \end_layout
3388
3389 \end_inset
3390 </cell>
3391 <cell alignment="center" valignment="top" usebox="none">
3392 \begin_inset Text
3393
3394 \begin_layout Plain Layout
3395 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3396 \end_inset
3397
3398
3399 \end_layout
3400
3401 \end_inset
3402 </cell>
3403 </row>
3404 <row>
3405 <cell alignment="center" valignment="top" usebox="none">
3406 \begin_inset Text
3407
3408 \begin_layout Plain Layout
3409 korrekte Indizes:
3410 \end_layout
3411
3412 \end_inset
3413 </cell>
3414 <cell alignment="center" valignment="top" usebox="none">
3415 \begin_inset Text
3416
3417 \begin_layout Plain Layout
3418 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3419 \end_inset
3420
3421
3422 \end_layout
3423
3424 \end_inset
3425 </cell>
3426 </row>
3427 </lyxtabular>
3428
3429 \end_inset
3430
3431
3432 \begin_inset Note Note
3433 status collapsed
3434
3435 \begin_layout Plain Layout
3436
3437 \series bold
3438
3439 \backslash
3440 raisebox
3441 \series default
3442  dient nur
3443 \end_layout
3444
3445 \begin_layout Plain Layout
3446 als Abstandhalter.
3447 \end_layout
3448
3449 \end_inset
3450
3451
3452 \end_layout
3453
3454 \begin_layout Standard
3455 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3456  längeren Index gesetzt.
3457  Um das zu verhindern gibt es den Befehl 
3458 \series bold
3459
3460 \backslash
3461 phantom
3462 \series default
3463
3464 \begin_inset Index idx
3465 status collapsed
3466
3467 \begin_layout Plain Layout
3468 Befehle ! P ! 
3469 \backslash
3470 phantom
3471 \end_layout
3472
3473 \end_inset
3474
3475  oder den Mathe-Werkzeugleistenknopf
3476 \begin_inset space \thinspace{}
3477 \end_inset
3478
3479
3480 \begin_inset Foot
3481 status collapsed
3482
3483 \begin_layout Plain Layout
3484 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3485 \begin_inset Info
3486 type  "icon"
3487 arg   "math-insert \\space"
3488 \end_inset
3489
3490
3491 \end_layout
3492
3493 \end_inset
3494
3495  
3496 \begin_inset Graphics
3497         filename ../../images/math/phantom.png
3498         scale 85
3499
3500 \end_inset
3501
3502 , der ein oder mehrere Phantomzeichen erstellt.
3503  Wenn 
3504 \series bold
3505
3506 \backslash
3507 phantom
3508 \series default
3509  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3510  Pfeilen überlagert wird.
3511  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3512  als Leerraum erstellt wird.
3513  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3514  Zeichen.
3515 \begin_inset Separator parbreak
3516 \end_inset
3517
3518
3519 \end_layout
3520
3521 \begin_layout Standard
3522 \align center
3523 \begin_inset Tabular
3524 <lyxtabular version="3" rows="4" columns="2">
3525 <features tabularvalignment="middle">
3526 <column alignment="center" valignment="top">
3527 <column alignment="center" valignment="top">
3528 <row>
3529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3530 \begin_inset Text
3531
3532 \begin_layout Plain Layout
3533 Befehl
3534 \end_layout
3535
3536 \end_inset
3537 </cell>
3538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3539 \begin_inset Text
3540
3541 \begin_layout Plain Layout
3542 Ergebnis
3543 \begin_inset Note Note
3544 status collapsed
3545
3546 \begin_layout Plain Layout
3547
3548 \series bold
3549
3550 \backslash
3551 raisebox
3552 \series default
3553  dient nur als Abstandhalter.
3554 \end_layout
3555
3556 \end_inset
3557
3558
3559 \end_layout
3560
3561 \end_inset
3562 </cell>
3563 </row>
3564 <row>
3565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3566 \begin_inset Text
3567
3568 \begin_layout Plain Layout
3569 ^19
3570 \begin_inset space \textvisiblespace{}
3571 \end_inset
3572
3573 _
3574 \backslash
3575 phantom
3576 \begin_inset space \textvisiblespace{}
3577 \end_inset
3578
3579 1
3580 \begin_inset Formula $\to$
3581 \end_inset
3582
3583 9
3584 \begin_inset space \textvisiblespace{}
3585 \end_inset
3586
3587 F
3588 \end_layout
3589
3590 \end_inset
3591 </cell>
3592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3593 \begin_inset Text
3594
3595 \begin_layout Plain Layout
3596 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3597 \end_inset
3598
3599
3600 \end_layout
3601
3602 \end_inset
3603 </cell>
3604 </row>
3605 <row>
3606 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3607 \begin_inset Text
3608
3609 \begin_layout Plain Layout
3610 ^235
3611 \begin_inset space \textvisiblespace{}
3612 \end_inset
3613
3614 _
3615 \backslash
3616 phantom
3617 \begin_inset space \textvisiblespace{}
3618 \end_inset
3619
3620 23
3621 \begin_inset Formula $\to$
3622 \end_inset
3623
3624 9
3625 \begin_inset space \textvisiblespace{}
3626 \end_inset
3627
3628 F
3629 \end_layout
3630
3631 \end_inset
3632 </cell>
3633 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3634 \begin_inset Text
3635
3636 \begin_layout Plain Layout
3637 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3638 \end_inset
3639
3640
3641 \end_layout
3642
3643 \end_inset
3644 </cell>
3645 </row>
3646 <row>
3647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3648 \begin_inset Text
3649
3650 \begin_layout Plain Layout
3651
3652 \backslash
3653 Lambda^
3654 \begin_inset space \textvisiblespace{}
3655 \end_inset
3656
3657
3658 \backslash
3659 phantom
3660 \begin_inset space \textvisiblespace{}
3661 \end_inset
3662
3663 ii
3664 \begin_inset Formula $\to$
3665 \end_inset
3666
3667 t
3668 \begin_inset space \textvisiblespace{}
3669 \end_inset
3670
3671 _MMt
3672 \end_layout
3673
3674 \end_inset
3675 </cell>
3676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3677 \begin_inset Text
3678
3679 \begin_layout Plain Layout
3680 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3681 \end_inset
3682
3683
3684 \end_layout
3685
3686 \end_inset
3687 </cell>
3688 </row>
3689 </lyxtabular>
3690
3691 \end_inset
3692
3693
3694 \end_layout
3695
3696 \begin_layout Standard
3697 Des Weiteren gibt es noch die Befehle 
3698 \series bold
3699
3700 \backslash
3701 vphantom
3702 \series default
3703
3704 \begin_inset Index idx
3705 status collapsed
3706
3707 \begin_layout Plain Layout
3708 Befehle ! V ! 
3709 \backslash
3710 vphantom
3711 \end_layout
3712
3713 \end_inset
3714
3715  (Werkzeugleistenknopf 
3716 \begin_inset space ~
3717 \end_inset
3718
3719
3720 \begin_inset Graphics
3721         filename ../../images/math/vphantom.png
3722         scale 85
3723
3724 \end_inset
3725
3726 ) und 
3727 \series bold
3728
3729 \backslash
3730 hphantom
3731 \series default
3732
3733 \begin_inset Index idx
3734 status collapsed
3735
3736 \begin_layout Plain Layout
3737 Befehle ! H ! 
3738 \backslash
3739 hphantom
3740 \end_layout
3741
3742 \end_inset
3743
3744  (Werkzeugleistenknopf 
3745 \begin_inset space ~
3746 \end_inset
3747
3748
3749 \begin_inset Graphics
3750         filename ../../images/math/hphantom.png
3751         scale 85
3752
3753 \end_inset
3754
3755 ).
3756  
3757 \series bold
3758
3759 \backslash
3760 hphantom
3761 \series default
3762  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3763  nicht jedoch für deren Breite.
3764  Bei 
3765 \series bold
3766
3767 \backslash
3768 vphantom
3769 \series default
3770  wird nur Platz mit der Breite des Kästchens erstellt.
3771  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3772 \end_layout
3773
3774 \begin_layout Standard
3775 Zum Beispiel erzeugt 
3776 \series bold
3777
3778 \backslash
3779 vphantom
3780 \series default
3781
3782 \begin_inset space \textvisiblespace{}
3783 \end_inset
3784
3785
3786 \series bold
3787 a
3788 \backslash
3789 int
3790 \series default
3791  Platz der Höhe des Integralzeichens,
3792 \begin_inset Foot
3793 status collapsed
3794
3795 \begin_layout Plain Layout
3796 Der Befehl 
3797 \series bold
3798
3799 \backslash
3800 int
3801 \series default
3802  erzeugt ein Integralzeichen, siehe 
3803 \begin_inset CommandInset ref
3804 LatexCommand ref
3805 reference "subsec:Große-Operatoren"
3806
3807 \end_inset
3808
3809 .
3810 \end_layout
3811
3812 \end_inset
3813
3814  da dieses das größere Zeichen ist.
3815  Eine Beispielanwendung ist in 
3816 \begin_inset CommandInset ref
3817 LatexCommand ref
3818 reference "subsec:Mehrzeilige-Klammern"
3819
3820 \end_inset
3821
3822  zu finden.
3823 \end_layout
3824
3825 \begin_layout Standard
3826 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3827  
3828 \family sans
3829 Einfügen\SpecialChar menuseparator
3830 Formatierung\SpecialChar menuseparator
3831 Phantom
3832 \family default
3833  eingefügt werden:
3834 \end_layout
3835
3836 \begin_layout Standard
3837 Dies ist ein Satz.
3838 \begin_inset Newline newline
3839 \end_inset
3840
3841
3842 \begin_inset Phantom Phantom
3843 status open
3844
3845 \begin_layout Plain Layout
3846 Dies
3847 \end_layout
3848
3849 \end_inset
3850
3851  ist ein Satz.
3852 \end_layout
3853
3854 \begin_layout Subsection
3855 Linien
3856 \begin_inset Index idx
3857 status collapsed
3858
3859 \begin_layout Plain Layout
3860 Linien
3861 \end_layout
3862
3863 \end_inset
3864
3865
3866 \begin_inset Index idx
3867 status collapsed
3868
3869 \begin_layout Plain Layout
3870 Formel ! unterstrichene
3871 \end_layout
3872
3873 \end_inset
3874
3875
3876 \end_layout
3877
3878 \begin_layout Standard
3879 \align center
3880 \begin_inset Tabular
3881 <lyxtabular version="3" rows="4" columns="2">
3882 <features tabularvalignment="middle">
3883 <column alignment="center" valignment="top" width="0pt">
3884 <column alignment="center" valignment="top" width="0pt">
3885 <row>
3886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3887 \begin_inset Text
3888
3889 \begin_layout Plain Layout
3890 Befehl
3891 \end_layout
3892
3893 \end_inset
3894 </cell>
3895 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3896 \begin_inset Text
3897
3898 \begin_layout Plain Layout
3899 Ergebnis
3900 \begin_inset Note Note
3901 status collapsed
3902
3903 \begin_layout Plain Layout
3904
3905 \series bold
3906
3907 \backslash
3908 raisebox
3909 \series default
3910  dient nur als Abstandhalter.
3911 \end_layout
3912
3913 \end_inset
3914
3915
3916 \end_layout
3917
3918 \end_inset
3919 </cell>
3920 </row>
3921 <row>
3922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3923 \begin_inset Text
3924
3925 \begin_layout Plain Layout
3926
3927 \backslash
3928 overline
3929 \begin_inset space \textvisiblespace{}
3930 \end_inset
3931
3932 A+B
3933 \begin_inset Index idx
3934 status collapsed
3935
3936 \begin_layout Plain Layout
3937 Befehle ! O ! 
3938 \backslash
3939 overline
3940 \end_layout
3941
3942 \end_inset
3943
3944
3945 \end_layout
3946
3947 \end_inset
3948 </cell>
3949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3950 \begin_inset Text
3951
3952 \begin_layout Plain Layout
3953 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3954 \end_inset
3955
3956
3957 \end_layout
3958
3959 \end_inset
3960 </cell>
3961 </row>
3962 <row>
3963 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3964 \begin_inset Text
3965
3966 \begin_layout Plain Layout
3967
3968 \backslash
3969 underline
3970 \begin_inset space \textvisiblespace{}
3971 \end_inset
3972
3973 A+B
3974 \begin_inset Index idx
3975 status collapsed
3976
3977 \begin_layout Plain Layout
3978 Befehle ! U ! 
3979 \backslash
3980 underline
3981 \end_layout
3982
3983 \end_inset
3984
3985
3986 \end_layout
3987
3988 \end_inset
3989 </cell>
3990 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3991 \begin_inset Text
3992
3993 \begin_layout Plain Layout
3994 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3995 \end_inset
3996
3997
3998 \end_layout
3999
4000 \end_inset
4001 </cell>
4002 </row>
4003 <row>
4004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4005 \begin_inset Text
4006
4007 \begin_layout Plain Layout
4008
4009 \backslash
4010 overline
4011 \begin_inset space \textvisiblespace{}
4012 \end_inset
4013
4014
4015 \backslash
4016 underline
4017 \begin_inset space \textvisiblespace{}
4018 \end_inset
4019
4020 A+B
4021 \end_layout
4022
4023 \end_inset
4024 </cell>
4025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4026 \begin_inset Text
4027
4028 \begin_layout Plain Layout
4029 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4030 \end_inset
4031
4032
4033 \end_layout
4034
4035 \end_inset
4036 </cell>
4037 </row>
4038 </lyxtabular>
4039
4040 \end_inset
4041
4042
4043 \end_layout
4044
4045 \begin_layout Standard
4046 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4047 \series bold
4048
4049 \backslash
4050 overline
4051 \series default
4052  oder 
4053 \series bold
4054
4055 \backslash
4056 underline
4057 \series default
4058  eingibt.
4059 \end_layout
4060
4061 \begin_layout Standard
4062 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4063 \begin_inset Newline linebreak
4064 \end_inset
4065
4066
4067 \series bold
4068
4069 \backslash
4070 underline
4071 \series default
4072 .
4073 \end_layout
4074
4075 \begin_layout Standard
4076 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4077 \end_layout
4078
4079 \begin_layout Standard
4080 \begin_inset VSpace bigskip
4081 \end_inset
4082
4083 Benutzerdefinierte Linien können mit dem Befehl 
4084 \series bold
4085
4086 \backslash
4087 rule
4088 \series default
4089
4090 \begin_inset Index idx
4091 status collapsed
4092
4093 \begin_layout Plain Layout
4094 Befehle! R ! 
4095 \backslash
4096 rule
4097 \end_layout
4098
4099 \end_inset
4100
4101  erstellt werden, der folgendes Schema besitzt:
4102 \end_layout
4103
4104 \begin_layout Standard
4105
4106 \series bold
4107
4108 \backslash
4109 rule[vertikaler Versatz]{Länge}{Dicke}
4110 \end_layout
4111
4112 \begin_layout Standard
4113 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4114  unten, wenn der Wert negativ ist).
4115  Die Einheiten, die in 
4116 \begin_inset CommandInset ref
4117 LatexCommand ref
4118 reference "tab:Verfügbare-Einheiten"
4119
4120 \end_inset
4121
4122  aufgelistet sind, können für die Werte benutzt werden.
4123  Hier sind zwei Beispiele, die mit den Befehlen
4124 \begin_inset Newline newline
4125 \end_inset
4126
4127
4128 \series bold
4129
4130 \backslash
4131 rule[-2ex]{3cm}{2pt}
4132 \series default
4133  und 
4134 \series bold
4135
4136 \backslash
4137 rule{2cm}{1pt}
4138 \series default
4139  erzeugt wurden:
4140 \end_layout
4141
4142 \begin_layout Standard
4143 Dies ist ein Satz 
4144 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4145 \end_inset
4146
4147  mit zwei Linien.
4148 \end_layout
4149
4150 \begin_layout Standard
4151
4152 \series bold
4153
4154 \backslash
4155 rule
4156 \series default
4157  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4158 \family sans
4159 Einfügen\SpecialChar menuseparator
4160 Formatierung\SpecialChar menuseparator
4161 Horizontale
4162 \begin_inset space ~
4163 \end_inset
4164
4165 Line
4166 \family default
4167  eingefügt wird:
4168 \end_layout
4169
4170 \begin_layout Standard
4171 Dies ist ein Satz 
4172 \begin_inset CommandInset line
4173 LatexCommand rule
4174 offset "0.5ex"
4175 width "3cm"
4176 height "1pt"
4177
4178 \end_inset
4179
4180  mit einer Linie.
4181 \end_layout
4182
4183 \begin_layout Subsection
4184 Fortsetzungspunkte
4185 \begin_inset CommandInset label
4186 LatexCommand label
4187 name "subsec:Fortsetzungspunkte"
4188
4189 \end_inset
4190
4191
4192 \begin_inset Index idx
4193 status collapsed
4194
4195 \begin_layout Plain Layout
4196 Fortsetzungspunkte
4197 \end_layout
4198
4199 \end_inset
4200
4201
4202 \end_layout
4203
4204 \begin_layout Standard
4205 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4206 \begin_inset Foot
4207 status collapsed
4208
4209 \begin_layout Plain Layout
4210 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4211 \begin_inset Info
4212 type  "icon"
4213 arg   "math-insert \\ldots"
4214 \end_inset
4215
4216
4217 \end_layout
4218
4219 \end_inset
4220
4221  Für Aufzählungen verwendet man unten sitzende Punkte (
4222 \series bold
4223
4224 \backslash
4225 ldots
4226 \series default
4227
4228 \begin_inset Index idx
4229 status collapsed
4230
4231 \begin_layout Plain Layout
4232 Befehle ! L ! 
4233 \backslash
4234 ldots
4235 \end_layout
4236
4237 \end_inset
4238
4239 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4240  die Operatoren sind (
4241 \series bold
4242
4243 \backslash
4244 cdots
4245 \series default
4246
4247 \begin_inset Index idx
4248 status collapsed
4249
4250 \begin_layout Plain Layout
4251 Befehle ! C ! 
4252 \backslash
4253 cdots
4254 \end_layout
4255
4256 \end_inset
4257
4258 ).
4259  Verwendet man den Befehl 
4260 \series bold
4261
4262 \backslash
4263 dots
4264 \series default
4265
4266 \begin_inset Index idx
4267 status collapsed
4268
4269 \begin_layout Plain Layout
4270 Befehle ! D ! 
4271 \backslash
4272 dots
4273 \end_layout
4274
4275 \end_inset
4276
4277 , entscheidet \SpecialChar LaTeX
4278  anhand des nachfolgenden Zeichens, welche Punktart verwendet
4279  wird.
4280 \begin_inset Separator parbreak
4281 \end_inset
4282
4283
4284 \end_layout
4285
4286 \begin_layout Standard
4287 \align center
4288 \begin_inset Tabular
4289 <lyxtabular version="3" rows="9" columns="2">
4290 <features tabularvalignment="middle">
4291 <column alignment="center" valignment="top" width="0pt">
4292 <column alignment="center" valignment="top" width="0pt">
4293 <row>
4294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4295 \begin_inset Text
4296
4297 \begin_layout Plain Layout
4298 Befehl
4299 \end_layout
4300
4301 \end_inset
4302 </cell>
4303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4304 \begin_inset Text
4305
4306 \begin_layout Plain Layout
4307 Ergebnis
4308 \end_layout
4309
4310 \end_inset
4311 </cell>
4312 </row>
4313 <row>
4314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4315 \begin_inset Text
4316
4317 \begin_layout Plain Layout
4318 A_1
4319 \begin_inset space \textvisiblespace{}
4320 \end_inset
4321
4322 ,
4323 \backslash
4324 dots
4325 \begin_inset space \textvisiblespace{}
4326 \end_inset
4327
4328 ,A_n
4329 \end_layout
4330
4331 \end_inset
4332 </cell>
4333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4334 \begin_inset Text
4335
4336 \begin_layout Plain Layout
4337 \begin_inset Formula $A_{1},\dots,A_{n}$
4338 \end_inset
4339
4340
4341 \end_layout
4342
4343 \end_inset
4344 </cell>
4345 </row>
4346 <row>
4347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4348 \begin_inset Text
4349
4350 \begin_layout Plain Layout
4351 A_1
4352 \begin_inset space \textvisiblespace{}
4353 \end_inset
4354
4355 +
4356 \backslash
4357 dots
4358 \begin_inset space \textvisiblespace{}
4359 \end_inset
4360
4361 +A_n
4362 \end_layout
4363
4364 \end_inset
4365 </cell>
4366 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4367 \begin_inset Text
4368
4369 \begin_layout Plain Layout
4370 \begin_inset Formula $A_{1}+\dots+A_{n}$
4371 \end_inset
4372
4373
4374 \end_layout
4375
4376 \end_inset
4377 </cell>
4378 </row>
4379 <row>
4380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4381 \begin_inset Text
4382
4383 \begin_layout Plain Layout
4384 A_1
4385 \begin_inset space \textvisiblespace{}
4386 \end_inset
4387
4388 ,
4389 \backslash
4390 ldots
4391 \begin_inset space \textvisiblespace{}
4392 \end_inset
4393
4394 ,A_n
4395 \end_layout
4396
4397 \end_inset
4398 </cell>
4399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4400 \begin_inset Text
4401
4402 \begin_layout Plain Layout
4403 \begin_inset Formula $A_{1},\ldots,A_{n}$
4404 \end_inset
4405
4406
4407 \end_layout
4408
4409 \end_inset
4410 </cell>
4411 </row>
4412 <row>
4413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4414 \begin_inset Text
4415
4416 \begin_layout Plain Layout
4417 A_1
4418 \begin_inset space \textvisiblespace{}
4419 \end_inset
4420
4421 +
4422 \backslash
4423 cdots
4424 \begin_inset space \textvisiblespace{}
4425 \end_inset
4426
4427 +A_n
4428 \end_layout
4429
4430 \end_inset
4431 </cell>
4432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4433 \begin_inset Text
4434
4435 \begin_layout Plain Layout
4436 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4437 \end_inset
4438
4439
4440 \end_layout
4441
4442 \end_inset
4443 </cell>
4444 </row>
4445 <row>
4446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4447 \begin_inset Text
4448
4449 \begin_layout Plain Layout
4450
4451 \backslash
4452 vdots
4453 \end_layout
4454
4455 \end_inset
4456 </cell>
4457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4458 \begin_inset Text
4459
4460 \begin_layout Plain Layout
4461 \begin_inset Formula $\vdots$
4462 \end_inset
4463
4464
4465 \end_layout
4466
4467 \end_inset
4468 </cell>
4469 </row>
4470 <row>
4471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4472 \begin_inset Text
4473
4474 \begin_layout Plain Layout
4475
4476 \backslash
4477 ddots
4478 \end_layout
4479
4480 \end_inset
4481 </cell>
4482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4483 \begin_inset Text
4484
4485 \begin_layout Plain Layout
4486 \begin_inset Formula $\ddots$
4487 \end_inset
4488
4489
4490 \end_layout
4491
4492 \end_inset
4493 </cell>
4494 </row>
4495 <row>
4496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4497 \begin_inset Text
4498
4499 \begin_layout Plain Layout
4500
4501 \backslash
4502 iddots
4503 \end_layout
4504
4505 \end_inset
4506 </cell>
4507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4508 \begin_inset Text
4509
4510 \begin_layout Plain Layout
4511 \begin_inset Formula $\iddots$
4512 \end_inset
4513
4514
4515 \end_layout
4516
4517 \end_inset
4518 </cell>
4519 </row>
4520 <row>
4521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4522 \begin_inset Text
4523
4524 \begin_layout Plain Layout
4525 3
4526 \series bold
4527 ×
4528 \series default
4529 3
4530 \begin_inset space \thinspace{}
4531 \end_inset
4532
4533 Matrix mit obigen Befehlen
4534 \end_layout
4535
4536 \end_inset
4537 </cell>
4538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4539 \begin_inset Text
4540
4541 \begin_layout Plain Layout
4542 \begin_inset Formula $\begin{array}{ccc}
4543 A_{11} & \cdots & A_{1m}\\
4544 \vdots & \ddots & \vdots\\
4545 A_{n1} & \cdots & A_{nm}
4546 \end{array}$
4547 \end_inset
4548
4549
4550 \end_layout
4551
4552 \end_inset
4553 </cell>
4554 </row>
4555 </lyxtabular>
4556
4557 \end_inset
4558
4559
4560 \end_layout
4561
4562 \begin_layout Standard
4563 Die im Menü 
4564 \family sans
4565 Einfügen\SpecialChar menuseparator
4566 Sonderzeichen
4567 \family default
4568  verfügbaren Fortsetzungspunkte sind 
4569 \series bold
4570
4571 \backslash
4572 ldots
4573 \series default
4574 .
4575 \end_layout
4576
4577 \begin_layout Standard
4578 \begin_inset VSpace medskip
4579 \end_inset
4580
4581 Um 
4582 \series bold
4583
4584 \backslash
4585 iddots
4586 \series default
4587  nutzen zu können, muss eine der Optionen 
4588 \family sans
4589 Mathdots Paket (automatisch) verwenden 
4590 \family default
4591 in den Dokumenteinstellungen unter 
4592 \family sans
4593 Mathe-Optionen
4594 \family default
4595  gewählt sein.
4596 \begin_inset Newline newline
4597 \end_inset
4598
4599 Die Option 
4600 \family sans
4601 Mathdots Paket verwenden
4602 \family default
4603  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4604  Schriftstil oder die Schriftgröße nicht Standard sind.
4605 \end_layout
4606
4607 \begin_layout Standard
4608 \begin_inset VSpace medskip
4609 \end_inset
4610
4611 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4612  Spalten erstrecken.
4613  Man erhält sie mit dem Befehl 
4614 \series bold
4615
4616 \backslash
4617 hdotsfor
4618 \series default
4619
4620 \begin_inset Index idx
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624 Befehle ! H ! 
4625 \backslash
4626 hdotsfor
4627 \end_layout
4628
4629 \end_inset
4630
4631 , der folgendes Schema besitzt:
4632 \end_layout
4633
4634 \begin_layout Standard
4635
4636 \series bold
4637
4638 \backslash
4639 hdotsfor[Abstand]{Anzahl der Spalten}
4640 \end_layout
4641
4642 \begin_layout Standard
4643 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4644  sollen.
4645  Abstand ist ein Faktor, der den Punktabstand festlegt.
4646 \end_layout
4647
4648 \begin_layout Standard
4649 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4650  
4651 \series bold
4652
4653 \backslash
4654 hdotsfor[2]{4}
4655 \series default
4656  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4657  beim Befehl 
4658 \series bold
4659
4660 \backslash
4661 dots
4662 \series default
4663  zu erhalten:
4664 \begin_inset Formula 
4665 \[
4666 \left(\begin{array}{cccc}
4667 A & B & C & D\\
4668 \hdotsfor[2]{4}\\
4669 q & w & e & r
4670 \end{array}\right)
4671 \]
4672
4673 \end_inset
4674
4675 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4676  sollen leer sein müssen, ansonsten kommt es zu \SpecialChar LaTeX
4677 -Fehlern.
4678 \end_layout
4679
4680 \begin_layout Standard
4681 \begin_inset VSpace bigskip
4682 \end_inset
4683
4684 Des Weiteren kann man mit dem Befehl 
4685 \series bold
4686
4687 \backslash
4688 dotfill
4689 \series default
4690
4691 \begin_inset Index idx
4692 status collapsed
4693
4694 \begin_layout Plain Layout
4695 Befehle ! D ! 
4696 \backslash
4697 dotfill
4698 \end_layout
4699
4700 \end_inset
4701
4702  den Rest einer Zeile mit Punkten füllen.
4703  Die Wirkungsweise des Befehls entspricht der von 
4704 \series bold
4705
4706 \backslash
4707 hfill
4708 \series default
4709 , siehe 
4710 \begin_inset CommandInset ref
4711 LatexCommand ref
4712 reference "subsec:Variabler-Leerraum"
4713
4714 \end_inset
4715
4716 .
4717 \end_layout
4718
4719 \begin_layout Standard
4720 Z.
4721 \begin_inset space \thinspace{}
4722 \end_inset
4723
4724 B.
4725  ergibt der Befehl 
4726 \series bold
4727 A
4728 \backslash
4729 dotfill
4730 \begin_inset space \textvisiblespace{}
4731 \end_inset
4732
4733 B
4734 \end_layout
4735
4736 \begin_layout Standard
4737 \begin_inset Formula $A\dotfill B$
4738 \end_inset
4739
4740
4741 \end_layout
4742
4743 \begin_layout Standard
4744 Analog dazu gibt es für eine Linie den Befehl 
4745 \series bold
4746
4747 \backslash
4748 hrulefill
4749 \series default
4750
4751 \begin_inset Index idx
4752 status collapsed
4753
4754 \begin_layout Plain Layout
4755 Befehle ! H ! 
4756 \backslash
4757 hrulefill
4758 \end_layout
4759
4760 \end_inset
4761
4762 :
4763 \end_layout
4764
4765 \begin_layout Standard
4766 \begin_inset Formula $A\hrulefill B$
4767 \end_inset
4768
4769
4770 \end_layout
4771
4772 \begin_layout Standard
4773 Um die Befehle für Text zu verwenden, müssen sie im \SpecialChar TeX
4774 -Modus eingegeben werden.
4775 \end_layout
4776
4777 \begin_layout Section
4778 Matrizen
4779 \begin_inset CommandInset label
4780 LatexCommand label
4781 name "sec:Matrizen"
4782
4783 \end_inset
4784
4785
4786 \begin_inset Index idx
4787 status collapsed
4788
4789 \begin_layout Plain Layout
4790 Matrizen
4791 \end_layout
4792
4793 \end_inset
4794
4795
4796 \end_layout
4797
4798 \begin_layout Standard
4799 Matrizen können über den Mathe-Werkzeugleistenknopf
4800 \family sans
4801  
4802 \family default
4803
4804 \begin_inset Info
4805 type  "icon"
4806 arg   "dialog-show mathmatrix"
4807 \end_inset
4808
4809  oder das Menü 
4810 \family sans
4811 Einfügen\SpecialChar menuseparator
4812 Mathe\SpecialChar menuseparator
4813 Matrix
4814 \family default
4815  eingefügt werden.
4816  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4817  Verzierung gefragt.
4818  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4819  von Bedeutung:
4820 \end_layout
4821
4822 \begin_layout Standard
4823 Die erste Matrix ist oben 
4824 \begin_inset Formula $\begin{array}[t]{cccc}
4825 A & D & G & J\\
4826 B & E & H & K\\
4827 C & F & I & L
4828 \end{array}$
4829 \end_inset
4830
4831 , die zweite mittig 
4832 \begin_inset Formula $\begin{array}{cccc}
4833 A & D & G & J\\
4834 B & E & H & K\\
4835 C & F & I & L
4836 \end{array}$
4837 \end_inset
4838
4839  und die dritte unten 
4840 \begin_inset Formula $\begin{array}[b]{cccc}
4841 A & D & G & J\\
4842 B & E & H & K\\
4843 C & F & I & L
4844 \end{array}$
4845 \end_inset
4846
4847  ausgerichtet.
4848 \end_layout
4849
4850 \begin_layout Standard
4851 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4852  werden sollen.
4853  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4854  
4855 \emph on
4856 l
4857 \emph default
4858  steht für linksbündig, 
4859 \emph on
4860 c
4861 \emph default
4862  für mittig und 
4863 \emph on
4864 r
4865 \emph default
4866  für rechtsbündig.
4867  Möchte man z.
4868 \begin_inset space \thinspace{}
4869 \end_inset
4870
4871 B.
4872  eine 4
4873 \series bold
4874 ×
4875 \series default
4876 4
4877 \begin_inset space ~
4878 \end_inset
4879
4880 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4881  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4882  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4883 \series bold
4884 lccr
4885 \series default
4886  an.
4887  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4888  die Voreinstellung für jede Spalte ein 
4889 \series bold
4890 c
4891 \series default
4892  ist.
4893 \end_layout
4894
4895 \begin_layout Standard
4896 Horizontale Ausrichtung:
4897 \end_layout
4898
4899 \begin_layout Standard
4900
4901 \series bold
4902 lll
4903 \series default
4904  : 
4905 \begin_inset Formula $\begin{array}{lll}
4906 10000 & D & G\\
4907 B & 10000 & H\\
4908 C & F & 10000
4909 \end{array}$
4910 \end_inset
4911
4912  , 
4913 \series bold
4914 ccc
4915 \series default
4916  : 
4917 \begin_inset Formula $\begin{array}{ccc}
4918 10000 & D & G\\
4919 B & 10000 & H\\
4920 C & F & 10000
4921 \end{array}$
4922 \end_inset
4923
4924  , 
4925 \series bold
4926 rrr
4927 \series default
4928  : 
4929 \begin_inset Formula $\begin{array}{rrr}
4930 10000 & D & G\\
4931 B & 10000 & H\\
4932 C & F & 10000
4933 \end{array}$
4934 \end_inset
4935
4936
4937 \end_layout
4938
4939 \begin_layout Standard
4940 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4941  man die Mathe-Werkzeugleistenknöpfe 
4942 \begin_inset Info
4943 type  "icon"
4944 arg   "inset-modify tabular append-row"
4945 \end_inset
4946
4947
4948 \begin_inset Info
4949 type  "icon"
4950 arg   "inset-modify tabular delete-row"
4951 \end_inset
4952
4953 , usw.
4954 \begin_inset space \space{}
4955 \end_inset
4956
4957 oder das Menü 
4958 \family sans
4959 Bearbeiten\SpecialChar menuseparator
4960 Zeilen & Spalten
4961 \family default
4962  verwenden.
4963  Neue Zeilen können auch mit 
4964 \family sans
4965 Strg+Enter
4966 \family default
4967  erstellt werden.
4968 \end_layout
4969
4970 \begin_layout Standard
4971 \begin_inset VSpace bigskip
4972 \end_inset
4973
4974 Die 
4975 \family sans
4976 Verzierung
4977 \family default
4978  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4979  Alternativ können Klammern entweder mit den Befehlen 
4980 \series bold
4981
4982 \backslash
4983 left
4984 \series default
4985
4986 \begin_inset Index idx
4987 status collapsed
4988
4989 \begin_layout Plain Layout
4990 Befehle ! L ! 
4991 \backslash
4992 left
4993 \end_layout
4994
4995 \end_inset
4996
4997  und 
4998 \series bold
4999
5000 \backslash
5001 right
5002 \series default
5003
5004 \begin_inset Index idx
5005 status collapsed
5006
5007 \begin_layout Plain Layout
5008 Befehle ! R ! 
5009 \backslash
5010 right
5011 \end_layout
5012
5013 \end_inset
5014
5015  erstellt werden (Tastenkürzel 
5016 \family sans
5017 Alt+M
5018 \begin_inset space ~
5019 \end_inset
5020
5021 Klammer
5022 \family default
5023 ), siehe 
5024 \begin_inset CommandInset ref
5025 LatexCommand ref
5026 reference "subsec:Automatische-Klammergrößen"
5027
5028 \end_inset
5029
5030 , oder man verwendet folgende Befehle:
5031 \begin_inset VSpace bigskip
5032 \end_inset
5033
5034
5035 \end_layout
5036
5037 \begin_layout Standard
5038 \begin_inset space \hfill{}
5039 \end_inset
5040
5041
5042 \begin_inset Tabular
5043 <lyxtabular version="3" rows="4" columns="2">
5044 <features tabularvalignment="middle">
5045 <column alignment="center" valignment="top">
5046 <column alignment="center" valignment="top">
5047 <row>
5048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5049 \begin_inset Text
5050
5051 \begin_layout Plain Layout
5052 Befehl
5053 \end_layout
5054
5055 \end_inset
5056 </cell>
5057 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5058 \begin_inset Text
5059
5060 \begin_layout Plain Layout
5061 Ergebnis
5062 \end_layout
5063
5064 \end_inset
5065 </cell>
5066 </row>
5067 <row>
5068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5069 \begin_inset Text
5070
5071 \begin_layout Plain Layout
5072
5073 \backslash
5074 bmatrix
5075 \begin_inset space \textvisiblespace{}
5076 \end_inset
5077
5078 2
5079 \series bold
5080 ×
5081 \series default
5082 2
5083 \begin_inset space \thinspace{}
5084 \end_inset
5085
5086 Matrix
5087 \end_layout
5088
5089 \end_inset
5090 </cell>
5091 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5092 \begin_inset Text
5093
5094 \begin_layout Plain Layout
5095 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5096 0 & \textrm{-}\mathrm{i}\\
5097 \mathrm{i} & 0
5098 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5099 \end_inset
5100
5101
5102 \end_layout
5103
5104 \end_inset
5105 </cell>
5106 </row>
5107 <row>
5108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5109 \begin_inset Text
5110
5111 \begin_layout Plain Layout
5112
5113 \backslash
5114 Bmatrix
5115 \begin_inset space \textvisiblespace{}
5116 \end_inset
5117
5118 2
5119 \series bold
5120 ×
5121 \series default
5122 2
5123 \begin_inset space \thinspace{}
5124 \end_inset
5125
5126 Matrix
5127 \end_layout
5128
5129 \end_inset
5130 </cell>
5131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5132 \begin_inset Text
5133
5134 \begin_layout Plain Layout
5135 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5136 0 & \textrm{-}\mathrm{i}\\
5137 \mathrm{i} & 0
5138 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5139 \end_inset
5140
5141
5142 \end_layout
5143
5144 \end_inset
5145 </cell>
5146 </row>
5147 <row>
5148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5149 \begin_inset Text
5150
5151 \begin_layout Plain Layout
5152
5153 \backslash
5154 pmatrix
5155 \begin_inset space \textvisiblespace{}
5156 \end_inset
5157
5158 2
5159 \series bold
5160 ×
5161 \series default
5162 2
5163 \begin_inset space \thinspace{}
5164 \end_inset
5165
5166 Matrix
5167 \end_layout
5168
5169 \end_inset
5170 </cell>
5171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5172 \begin_inset Text
5173
5174 \begin_layout Plain Layout
5175 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5176 0 & \textrm{-}\mathrm{i}\\
5177 \mathrm{i} & 0
5178 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5179 \end_inset
5180
5181
5182 \end_layout
5183
5184 \end_inset
5185 </cell>
5186 </row>
5187 </lyxtabular>
5188
5189 \end_inset
5190
5191
5192 \begin_inset space \hfill{}
5193 \end_inset
5194
5195
5196 \begin_inset Tabular
5197 <lyxtabular version="3" rows="4" columns="2">
5198 <features tabularvalignment="middle">
5199 <column alignment="center" valignment="top">
5200 <column alignment="center" valignment="top">
5201 <row>
5202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5203 \begin_inset Text
5204
5205 \begin_layout Plain Layout
5206 Befehl
5207 \end_layout
5208
5209 \end_inset
5210 </cell>
5211 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5212 \begin_inset Text
5213
5214 \begin_layout Plain Layout
5215 Ergebnis
5216 \end_layout
5217
5218 \end_inset
5219 </cell>
5220 </row>
5221 <row>
5222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5223 \begin_inset Text
5224
5225 \begin_layout Plain Layout
5226
5227 \backslash
5228 vmatrix
5229 \begin_inset space \textvisiblespace{}
5230 \end_inset
5231
5232 2
5233 \series bold
5234 ×
5235 \series default
5236 2
5237 \begin_inset space \thinspace{}
5238 \end_inset
5239
5240 Matrix
5241 \end_layout
5242
5243 \end_inset
5244 </cell>
5245 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5246 \begin_inset Text
5247
5248 \begin_layout Plain Layout
5249 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5250 0 & \textrm{-}\mathrm{i}\\
5251 \mathrm{i} & 0
5252 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5253 \end_inset
5254
5255
5256 \end_layout
5257
5258 \end_inset
5259 </cell>
5260 </row>
5261 <row>
5262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5263 \begin_inset Text
5264
5265 \begin_layout Plain Layout
5266
5267 \backslash
5268 Vmatrix
5269 \begin_inset space \textvisiblespace{}
5270 \end_inset
5271
5272 2
5273 \series bold
5274 ×
5275 \series default
5276 2
5277 \begin_inset space \thinspace{}
5278 \end_inset
5279
5280 Matrix
5281 \end_layout
5282
5283 \end_inset
5284 </cell>
5285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5286 \begin_inset Text
5287
5288 \begin_layout Plain Layout
5289 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5290 0 & \textrm{-}\mathrm{i}\\
5291 \mathrm{i} & 0
5292 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5293 \end_inset
5294
5295
5296 \end_layout
5297
5298 \end_inset
5299 </cell>
5300 </row>
5301 <row>
5302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5303 \begin_inset Text
5304
5305 \begin_layout Plain Layout
5306
5307 \backslash
5308 matrix
5309 \begin_inset space \textvisiblespace{}
5310 \end_inset
5311
5312 2
5313 \series bold
5314 ×
5315 \series default
5316 2
5317 \begin_inset space \thinspace{}
5318 \end_inset
5319
5320 Matrix
5321 \end_layout
5322
5323 \end_inset
5324 </cell>
5325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5326 \begin_inset Text
5327
5328 \begin_layout Plain Layout
5329 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5330 0 & \textrm{-}\mathrm{i}\\
5331 \mathrm{i} & 0
5332 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5333 \end_inset
5334
5335
5336 \end_layout
5337
5338 \end_inset
5339 </cell>
5340 </row>
5341 </lyxtabular>
5342
5343 \end_inset
5344
5345
5346 \begin_inset space \hfill{}
5347 \end_inset
5348
5349
5350 \end_layout
5351
5352 \begin_layout Standard
5353 \begin_inset VSpace medskip
5354 \end_inset
5355
5356 Wurde z.
5357 \begin_inset space \thinspace{}
5358 \end_inset
5359
5360 B.
5361  
5362 \series bold
5363
5364 \backslash
5365 vmatrix
5366 \series default
5367  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5368  in das die Matrix eingefügt wird.
5369 \begin_inset Newline newline
5370 \end_inset
5371
5372 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5373 \end_layout
5374
5375 \begin_layout Standard
5376 \begin_inset VSpace bigskip
5377 \end_inset
5378
5379 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5380 \begin_inset CommandInset ref
5381 LatexCommand ref
5382 reference "subsec:Spaltenabstand"
5383
5384 \end_inset
5385
5386  beschriebene Länge 
5387 \series bold
5388
5389 \backslash
5390 arraycolsep
5391 \series default
5392
5393 \begin_inset Index idx
5394 status collapsed
5395
5396 \begin_layout Plain Layout
5397 Befehle ! A ! 
5398 \backslash
5399 arraycolsep
5400 \end_layout
5401
5402 \end_inset
5403
5404  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5405 \end_layout
5406
5407 \begin_layout Standard
5408 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5409 \series bold
5410
5411 \backslash
5412 arraystretch
5413 \series default
5414
5415 \begin_inset Index idx
5416 status collapsed
5417
5418 \begin_layout Plain Layout
5419 Befehle ! A ! 
5420 \backslash
5421 arraystretch
5422 \end_layout
5423
5424 \end_inset
5425
5426 .
5427  Dieser wird folgendermaßen benutzt:
5428 \end_layout
5429
5430 \begin_layout Standard
5431
5432 \series bold
5433
5434 \backslash
5435 renewcommand{
5436 \backslash
5437 arraystretch}{Dehnungsfaktor}
5438 \begin_inset Index idx
5439 status collapsed
5440
5441 \begin_layout Plain Layout
5442 Befehle ! R ! 
5443 \backslash
5444 renewcommand
5445 \end_layout
5446
5447 \end_inset
5448
5449
5450 \end_layout
5451
5452 \begin_layout Standard
5453 Der Befehl 
5454 \series bold
5455
5456 \backslash
5457 renewcommand
5458 \series default
5459  weist dabei dem vordefinierten Befehl 
5460 \series bold
5461
5462 \backslash
5463 arraystretch
5464 \series default
5465  den Dehnungsfaktor zu.
5466  Möchte man z.
5467 \begin_inset space \thinspace{}
5468 \end_inset
5469
5470 B.
5471  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5472  Dieser wird dann für alle folgenden Matrizen verwendet.
5473  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5474 \series bold
5475
5476 \backslash
5477 arraystretch
5478 \series default
5479  den Faktor 1 zu.
5480 \end_layout
5481
5482 \begin_layout Standard
5483 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5484 \series bold
5485
5486 \backslash
5487 smallmatrix
5488 \series default
5489
5490 \begin_inset Index idx
5491 status collapsed
5492
5493 \begin_layout Plain Layout
5494 Befehle ! S ! 
5495 \backslash
5496 smallmatrix
5497 \end_layout
5498
5499 \end_inset
5500
5501 .
5502  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5503  gestrichelten Linien.
5504  In dieses Kästchen wird die Matrix eingegeben.
5505  Man verwendet stattdessen das Menü 
5506 \family sans
5507 Bearbeiten\SpecialChar menuseparator
5508 Zeilen
5509 \begin_inset space ~
5510 \end_inset
5511
5512 &
5513 \begin_inset space ~
5514 \end_inset
5515
5516 Spalten
5517 \family default
5518  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5519  Neue Zeilen können auch mit 
5520 \family sans
5521 Strg+Enter
5522 \family default
5523  erstellt werden.
5524 \end_layout
5525
5526 \begin_layout Standard
5527 Dies ist eine Matrix 
5528 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5529 C & D
5530 \end{smallmatrix}\right)$
5531 \end_inset
5532
5533  in einer Textzeile.
5534 \end_layout
5535
5536 \begin_layout Section
5537 Klammern und Begrenzungszeichen
5538 \begin_inset Index idx
5539 status collapsed
5540
5541 \begin_layout Plain Layout
5542 Klammern
5543 \end_layout
5544
5545 \end_inset
5546
5547
5548 \begin_inset Index idx
5549 status collapsed
5550
5551 \begin_layout Plain Layout
5552 Begrenzungszeichen
5553 \end_layout
5554
5555 \end_inset
5556
5557
5558 \end_layout
5559
5560 \begin_layout Subsection
5561 Vertikale Klammern und Begrenzungszeichen
5562 \begin_inset Index idx
5563 status collapsed
5564
5565 \begin_layout Plain Layout
5566 Klammern ! vertikale
5567 \end_layout
5568
5569 \end_inset
5570
5571
5572 \end_layout
5573
5574 \begin_layout Standard
5575 \begin_inset space \hfill{}
5576 \end_inset
5577
5578
5579 \begin_inset Tabular
5580 <lyxtabular version="3" rows="9" columns="2">
5581 <features tabularvalignment="middle">
5582 <column alignment="center" valignment="top" width="0pt">
5583 <column alignment="center" valignment="top" width="0pt">
5584 <row>
5585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5586 \begin_inset Text
5587
5588 \begin_layout Plain Layout
5589 Befehl
5590 \end_layout
5591
5592 \end_inset
5593 </cell>
5594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5595 \begin_inset Text
5596
5597 \begin_layout Plain Layout
5598 Ergebnis
5599 \end_layout
5600
5601 \end_inset
5602 </cell>
5603 </row>
5604 <row>
5605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5606 \begin_inset Text
5607
5608 \begin_layout Plain Layout
5609 (
5610 \end_layout
5611
5612 \end_inset
5613 </cell>
5614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5615 \begin_inset Text
5616
5617 \begin_layout Plain Layout
5618 \begin_inset Formula $($
5619 \end_inset
5620
5621
5622 \end_layout
5623
5624 \end_inset
5625 </cell>
5626 </row>
5627 <row>
5628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5629 \begin_inset Text
5630
5631 \begin_layout Plain Layout
5632 {
5633 \end_layout
5634
5635 \end_inset
5636 </cell>
5637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5638 \begin_inset Text
5639
5640 \begin_layout Plain Layout
5641 \begin_inset Formula $\{$
5642 \end_inset
5643
5644
5645 \end_layout
5646
5647 \end_inset
5648 </cell>
5649 </row>
5650 <row>
5651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5652 \begin_inset Text
5653
5654 \begin_layout Plain Layout
5655 [
5656 \end_layout
5657
5658 \end_inset
5659 </cell>
5660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5661 \begin_inset Text
5662
5663 \begin_layout Plain Layout
5664 \begin_inset Formula $[$
5665 \end_inset
5666
5667
5668 \end_layout
5669
5670 \end_inset
5671 </cell>
5672 </row>
5673 <row>
5674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5675 \begin_inset Text
5676
5677 \begin_layout Plain Layout
5678
5679 \backslash
5680 langle
5681 \end_layout
5682
5683 \end_inset
5684 </cell>
5685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5686 \begin_inset Text
5687
5688 \begin_layout Plain Layout
5689 \begin_inset Formula $\langle$
5690 \end_inset
5691
5692
5693 \end_layout
5694
5695 \end_inset
5696 </cell>
5697 </row>
5698 <row>
5699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703
5704 \backslash
5705 lceil
5706 \end_layout
5707
5708 \end_inset
5709 </cell>
5710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5711 \begin_inset Text
5712
5713 \begin_layout Plain Layout
5714 \begin_inset Formula $\lceil$
5715 \end_inset
5716
5717
5718 \end_layout
5719
5720 \end_inset
5721 </cell>
5722 </row>
5723 <row>
5724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5725 \begin_inset Text
5726
5727 \begin_layout Plain Layout
5728
5729 \backslash
5730 lfloor
5731 \end_layout
5732
5733 \end_inset
5734 </cell>
5735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5736 \begin_inset Text
5737
5738 \begin_layout Plain Layout
5739 \begin_inset Formula $\lfloor$
5740 \end_inset
5741
5742
5743 \end_layout
5744
5745 \end_inset
5746 </cell>
5747 </row>
5748 <row>
5749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5750 \begin_inset Text
5751
5752 \begin_layout Plain Layout
5753 /
5754 \end_layout
5755
5756 \end_inset
5757 </cell>
5758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5759 \begin_inset Text
5760
5761 \begin_layout Plain Layout
5762 \begin_inset Formula $/$
5763 \end_inset
5764
5765
5766 \end_layout
5767
5768 \end_inset
5769 </cell>
5770 </row>
5771 <row>
5772 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5773 \begin_inset Text
5774
5775 \begin_layout Plain Layout
5776 |
5777 \end_layout
5778
5779 \end_inset
5780 </cell>
5781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5782 \begin_inset Text
5783
5784 \begin_layout Plain Layout
5785 \begin_inset Formula $|$
5786 \end_inset
5787
5788
5789 \end_layout
5790
5791 \end_inset
5792 </cell>
5793 </row>
5794 </lyxtabular>
5795
5796 \end_inset
5797
5798
5799 \begin_inset space \hfill{}
5800 \end_inset
5801
5802
5803 \begin_inset Tabular
5804 <lyxtabular version="3" rows="9" columns="2">
5805 <features tabularvalignment="middle">
5806 <column alignment="center" valignment="top" width="0pt">
5807 <column alignment="center" valignment="top" width="0pt">
5808 <row>
5809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5810 \begin_inset Text
5811
5812 \begin_layout Plain Layout
5813 Befehl
5814 \end_layout
5815
5816 \end_inset
5817 </cell>
5818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5819 \begin_inset Text
5820
5821 \begin_layout Plain Layout
5822 Ergebnis
5823 \end_layout
5824
5825 \end_inset
5826 </cell>
5827 </row>
5828 <row>
5829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5830 \begin_inset Text
5831
5832 \begin_layout Plain Layout
5833 )
5834 \end_layout
5835
5836 \end_inset
5837 </cell>
5838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5839 \begin_inset Text
5840
5841 \begin_layout Plain Layout
5842 \begin_inset Formula $)$
5843 \end_inset
5844
5845
5846 \end_layout
5847
5848 \end_inset
5849 </cell>
5850 </row>
5851 <row>
5852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5853 \begin_inset Text
5854
5855 \begin_layout Plain Layout
5856 }
5857 \end_layout
5858
5859 \end_inset
5860 </cell>
5861 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5862 \begin_inset Text
5863
5864 \begin_layout Plain Layout
5865 \begin_inset Formula $\}$
5866 \end_inset
5867
5868
5869 \end_layout
5870
5871 \end_inset
5872 </cell>
5873 </row>
5874 <row>
5875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5876 \begin_inset Text
5877
5878 \begin_layout Plain Layout
5879 ]
5880 \end_layout
5881
5882 \end_inset
5883 </cell>
5884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5885 \begin_inset Text
5886
5887 \begin_layout Plain Layout
5888 \begin_inset Formula $]$
5889 \end_inset
5890
5891
5892 \end_layout
5893
5894 \end_inset
5895 </cell>
5896 </row>
5897 <row>
5898 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5899 \begin_inset Text
5900
5901 \begin_layout Plain Layout
5902
5903 \backslash
5904 rangle
5905 \end_layout
5906
5907 \end_inset
5908 </cell>
5909 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5910 \begin_inset Text
5911
5912 \begin_layout Plain Layout
5913 \begin_inset Formula $\rangle$
5914 \end_inset
5915
5916
5917 \end_layout
5918
5919 \end_inset
5920 </cell>
5921 </row>
5922 <row>
5923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5924 \begin_inset Text
5925
5926 \begin_layout Plain Layout
5927
5928 \backslash
5929 rceil
5930 \end_layout
5931
5932 \end_inset
5933 </cell>
5934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5935 \begin_inset Text
5936
5937 \begin_layout Plain Layout
5938 \begin_inset Formula $\rceil$
5939 \end_inset
5940
5941
5942 \end_layout
5943
5944 \end_inset
5945 </cell>
5946 </row>
5947 <row>
5948 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5949 \begin_inset Text
5950
5951 \begin_layout Plain Layout
5952
5953 \backslash
5954 rfloor
5955 \end_layout
5956
5957 \end_inset
5958 </cell>
5959 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5960 \begin_inset Text
5961
5962 \begin_layout Plain Layout
5963 \begin_inset Formula $\rfloor$
5964 \end_inset
5965
5966
5967 \end_layout
5968
5969 \end_inset
5970 </cell>
5971 </row>
5972 <row>
5973 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5974 \begin_inset Text
5975
5976 \begin_layout Plain Layout
5977
5978 \backslash
5979
5980 \backslash
5981
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 \begin_inset Formula $\backslash$
5991 \end_inset
5992
5993
5994 \end_layout
5995
5996 \end_inset
5997 </cell>
5998 </row>
5999 <row>
6000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6001 \begin_inset Text
6002
6003 \begin_layout Plain Layout
6004
6005 \backslash
6006 |
6007 \end_layout
6008
6009 \end_inset
6010 </cell>
6011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6012 \begin_inset Text
6013
6014 \begin_layout Plain Layout
6015 \begin_inset Formula $\|$
6016 \end_inset
6017
6018
6019 \end_layout
6020
6021 \end_inset
6022 </cell>
6023 </row>
6024 </lyxtabular>
6025
6026 \end_inset
6027
6028
6029 \begin_inset space \hfill{}
6030 \end_inset
6031
6032
6033 \end_layout
6034
6035 \begin_layout Standard
6036
6037 \series medium
6038 \begin_inset Note Greyedout
6039 status open
6040
6041 \begin_layout Plain Layout
6042
6043 \series bold
6044 Achtung:
6045 \series default
6046  Im \SpecialChar TeX
6047 -Modus muss für den Backslash der Befehl 
6048 \series bold
6049
6050 \backslash
6051 textbackslash
6052 \series default
6053
6054 \begin_inset Index idx
6055 status collapsed
6056
6057 \begin_layout Plain Layout
6058 Befehle ! T ! 
6059 \backslash
6060 textbackslash
6061 \end_layout
6062
6063 \end_inset
6064
6065  verwendet werden, denn der Befehl 
6066 \series bold
6067
6068 \backslash
6069
6070 \backslash
6071
6072 \series default
6073  steht dort für einen Zeilenumbruch.
6074 \end_layout
6075
6076 \end_inset
6077
6078
6079 \end_layout
6080
6081 \begin_layout Standard
6082 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6083  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6084  Dabei können dann statt den Befehlen 
6085 \series bold
6086
6087 \backslash
6088 langle
6089 \series default
6090  und 
6091 \series bold
6092
6093 \backslash
6094 rangle
6095 \series default
6096  direkt die Zeichen < und > verwendet werden.
6097 \end_layout
6098
6099 \begin_layout Subsubsection
6100 Manuelle Klammergrößen
6101 \begin_inset CommandInset label
6102 LatexCommand label
6103 name "subsec:Manuelle-Klammergrößen"
6104
6105 \end_inset
6106
6107
6108 \begin_inset Index idx
6109 status collapsed
6110
6111 \begin_layout Plain Layout
6112 Klammergrößen ! manuelle
6113 \end_layout
6114
6115 \end_inset
6116
6117
6118 \end_layout
6119
6120 \begin_layout Standard
6121 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6122  \SpecialChar LaTeX
6123 -Befehle 
6124 \series bold
6125
6126 \backslash
6127 big
6128 \series default
6129
6130 \begin_inset Index idx
6131 status collapsed
6132
6133 \begin_layout Plain Layout
6134 Befehle ! B ! 
6135 \backslash
6136 big
6137 \end_layout
6138
6139 \end_inset
6140
6141
6142 \series bold
6143
6144 \backslash
6145 Big
6146 \series default
6147
6148 \series bold
6149
6150 \backslash
6151 bigg
6152 \series default
6153  und 
6154 \series bold
6155
6156 \backslash
6157 Bigg
6158 \series default
6159  tun.
6160  
6161 \series bold
6162
6163 \backslash
6164 big
6165 \series default
6166  steht hierbei für die kleinste und 
6167 \series bold
6168
6169 \backslash
6170 Bigg
6171 \series default
6172  für die größte Klammergröße.
6173 \end_layout
6174
6175 \begin_layout Standard
6176 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6177 \begin_inset Separator parbreak
6178 \end_inset
6179
6180
6181 \end_layout
6182
6183 \begin_layout Standard
6184 \align center
6185 \begin_inset Tabular
6186 <lyxtabular version="3" rows="2" columns="2">
6187 <features tabularvalignment="middle">
6188 <column alignment="center" valignment="top" width="0pt">
6189 <column alignment="center" valignment="top" width="0pt">
6190 <row>
6191 <cell alignment="center" valignment="top" usebox="none">
6192 \begin_inset Text
6193
6194 \begin_layout Plain Layout
6195 einheitliche Klammergröße:
6196 \end_layout
6197
6198 \end_inset
6199 </cell>
6200 <cell alignment="center" valignment="top" usebox="none">
6201 \begin_inset Text
6202
6203 \begin_layout Plain Layout
6204 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6205 \end_inset
6206
6207
6208 \end_layout
6209
6210 \end_inset
6211 </cell>
6212 </row>
6213 <row>
6214 <cell alignment="center" valignment="top" usebox="none">
6215 \begin_inset Text
6216
6217 \begin_layout Plain Layout
6218 besser sieht das so aus:
6219 \end_layout
6220
6221 \end_inset
6222 </cell>
6223 <cell alignment="center" valignment="top" usebox="none">
6224 \begin_inset Text
6225
6226 \begin_layout Plain Layout
6227 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6228 \end_inset
6229
6230
6231 \end_layout
6232
6233 \end_inset
6234 </cell>
6235 </row>
6236 </lyxtabular>
6237
6238 \end_inset
6239
6240
6241 \begin_inset Note Note
6242 status collapsed
6243
6244 \begin_layout Plain Layout
6245
6246 \series bold
6247
6248 \backslash
6249 raisebox
6250 \series default
6251  dient nur
6252 \end_layout
6253
6254 \begin_layout Plain Layout
6255 als Abstandhalter.
6256 \end_layout
6257
6258 \end_inset
6259
6260
6261 \end_layout
6262
6263 \begin_layout Standard
6264 Für die zweite Formel wurde der Befehl 
6265 \series bold
6266
6267 \backslash
6268 Big((A+B)(A-B)
6269 \backslash
6270 Big)^
6271 \begin_inset space \textvisiblespace{}
6272 \end_inset
6273
6274 C
6275 \series default
6276  verwendet.
6277 \end_layout
6278
6279 \begin_layout Standard
6280 Hier alle Klammergrößen in der Übersicht:
6281 \begin_inset Separator parbreak
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \begin_layout Standard
6288 \align center
6289
6290 \backslash
6291 Bigg(
6292 \backslash
6293 exp
6294 \backslash
6295 bigg<
6296 \backslash
6297 Big[
6298 \backslash
6299 big{
6300 \backslash
6301 ln(3x)
6302 \backslash
6303 big}^2
6304 \begin_inset space \textvisiblespace{}
6305 \end_inset
6306
6307
6308 \backslash
6309 sin(x)
6310 \backslash
6311 Big]^
6312 \begin_inset space \textvisiblespace{}
6313 \end_inset
6314
6315 A
6316 \begin_inset space \textvisiblespace{}
6317 \end_inset
6318
6319
6320 \backslash
6321 bigg>
6322 \backslash
6323 Bigg)^0,5
6324 \end_layout
6325
6326 \begin_layout Standard
6327 \align center
6328 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6329 \end_inset
6330
6331
6332 \end_layout
6333
6334 \begin_layout Standard
6335 Es gibt außer den 
6336 \series bold
6337
6338 \backslash
6339 big
6340 \series default
6341 -Befehlen noch die Variante 
6342 \series bold
6343
6344 \backslash
6345 bigm
6346 \series default
6347
6348 \begin_inset Index idx
6349 status collapsed
6350
6351 \begin_layout Plain Layout
6352 Befehle ! B ! 
6353 \backslash
6354 bigm
6355 \end_layout
6356
6357 \end_inset
6358
6359 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6360  die Variante 
6361 \series bold
6362
6363 \backslash
6364 bigl
6365 \series default
6366 -
6367 \series bold
6368
6369 \backslash
6370 bigr
6371 \series default
6372
6373 \begin_inset Index idx
6374 status collapsed
6375
6376 \begin_layout Plain Layout
6377 Befehle ! B ! 
6378 \backslash
6379 bigl - 
6380 \backslash
6381 bigr
6382 \end_layout
6383
6384 \end_inset
6385
6386 , die keinen zusätzlichen Leerraum erzeugt.
6387  Das 
6388 \emph on
6389 l
6390 \emph default
6391  am Ende des Befehls 
6392 \series bold
6393
6394 \backslash
6395 bigl
6396 \series default
6397  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6398  ein 
6399 \emph on
6400 r
6401 \emph default
6402  ersetzt.
6403  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6404  sein.
6405 \end_layout
6406
6407 \begin_layout Standard
6408 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6409 \begin_inset Separator parbreak
6410 \end_inset
6411
6412
6413 \end_layout
6414
6415 \begin_layout Standard
6416 \align center
6417 \begin_inset Tabular
6418 <lyxtabular version="3" rows="5" columns="2">
6419 <features tabularvalignment="middle">
6420 <column alignment="center" valignment="middle">
6421 <column alignment="center" valignment="middle">
6422 <row>
6423 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6424 \begin_inset Text
6425
6426 \begin_layout Plain Layout
6427 Befehl
6428 \end_layout
6429
6430 \end_inset
6431 </cell>
6432 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6433 \begin_inset Text
6434
6435 \begin_layout Plain Layout
6436 Ergebnis
6437 \begin_inset Note Note
6438 status collapsed
6439
6440 \begin_layout Plain Layout
6441
6442 \series bold
6443
6444 \backslash
6445 raisebox
6446 \series default
6447  dient nur als Abstandhalter.
6448 \end_layout
6449
6450 \end_inset
6451
6452
6453 \end_layout
6454
6455 \end_inset
6456 </cell>
6457 </row>
6458 <row>
6459 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6460 \begin_inset Text
6461
6462 \begin_layout Plain Layout
6463
6464 \backslash
6465 Bigm(
6466 \backslash
6467 bigm(
6468 \backslash
6469 ln(3x)
6470 \backslash
6471 bigm)^2
6472 \begin_inset space \textvisiblespace{}
6473 \end_inset
6474
6475
6476 \backslash
6477 Bigm)
6478 \end_layout
6479
6480 \end_inset
6481 </cell>
6482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6483 \begin_inset Text
6484
6485 \begin_layout Plain Layout
6486 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6487 \end_inset
6488
6489
6490 \end_layout
6491
6492 \end_inset
6493 </cell>
6494 </row>
6495 <row>
6496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6497 \begin_inset Text
6498
6499 \begin_layout Plain Layout
6500
6501 \backslash
6502 Big(
6503 \backslash
6504 big(
6505 \backslash
6506 ln(3x)
6507 \backslash
6508 big)^2
6509 \begin_inset space \textvisiblespace{}
6510 \end_inset
6511
6512
6513 \backslash
6514 Big)
6515 \end_layout
6516
6517 \end_inset
6518 </cell>
6519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6520 \begin_inset Text
6521
6522 \begin_layout Plain Layout
6523 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6524 \end_inset
6525
6526
6527 \end_layout
6528
6529 \end_inset
6530 </cell>
6531 </row>
6532 <row>
6533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6534 \begin_inset Text
6535
6536 \begin_layout Plain Layout
6537
6538 \backslash
6539 Bigl(
6540 \backslash
6541 bigl(
6542 \backslash
6543 ln(3x)
6544 \backslash
6545 bigr)^2
6546 \begin_inset space \textvisiblespace{}
6547 \end_inset
6548
6549
6550 \backslash
6551 Bigr)
6552 \end_layout
6553
6554 \end_inset
6555 </cell>
6556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6557 \begin_inset Text
6558
6559 \begin_layout Plain Layout
6560 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6561 \end_inset
6562
6563
6564 \end_layout
6565
6566 \end_inset
6567 </cell>
6568 </row>
6569 <row>
6570 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6571 \begin_inset Text
6572
6573 \begin_layout Plain Layout
6574
6575 \backslash
6576 bigl)
6577 \backslash
6578 ln(3x)
6579 \backslash
6580 bigr(
6581 \end_layout
6582
6583 \end_inset
6584 </cell>
6585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6586 \begin_inset Text
6587
6588 \begin_layout Plain Layout
6589 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6590 \end_inset
6591
6592
6593 \end_layout
6594
6595 \end_inset
6596 </cell>
6597 </row>
6598 </lyxtabular>
6599
6600 \end_inset
6601
6602
6603 \end_layout
6604
6605 \begin_layout Subsubsection
6606 Automatische Klammergrößen
6607 \begin_inset CommandInset label
6608 LatexCommand label
6609 name "subsec:Automatische-Klammergrößen"
6610
6611 \end_inset
6612
6613
6614 \begin_inset Index idx
6615 status collapsed
6616
6617 \begin_layout Plain Layout
6618 Klammergrößen ! automatische
6619 \end_layout
6620
6621 \end_inset
6622
6623
6624 \end_layout
6625
6626 \begin_layout Standard
6627 Klammern variabler Größe können mit den Befehlen 
6628 \series bold
6629
6630 \backslash
6631 left
6632 \series default
6633
6634 \begin_inset Index idx
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638 Befehle ! L ! 
6639 \backslash
6640 left
6641 \end_layout
6642
6643 \end_inset
6644
6645  und 
6646 \series bold
6647
6648 \backslash
6649 right
6650 \series default
6651
6652 \begin_inset Index idx
6653 status collapsed
6654
6655 \begin_layout Plain Layout
6656 Befehle ! R ! 
6657 \backslash
6658 right
6659 \end_layout
6660
6661 \end_inset
6662
6663  oder über den Mathe-Werkzeugleistenknopf
6664 \family sans
6665  
6666 \family default
6667
6668 \begin_inset Info
6669 type  "icon"
6670 arg   "dialog-show mathdelimiter"
6671 \end_inset
6672
6673  eingefügt werden.
6674  Auf 
6675 \series bold
6676
6677 \backslash
6678 left
6679 \series default
6680  und 
6681 \series bold
6682
6683 \backslash
6684 right
6685 \series default
6686  muss unmittelbar die gewünschte Klammer folgen.
6687  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6688 \begin_inset Separator parbreak
6689 \end_inset
6690
6691
6692 \end_layout
6693
6694 \begin_layout Standard
6695 \align center
6696 normale Klammer: Der Befehl 
6697 \series bold
6698
6699 \backslash
6700 ln(
6701 \backslash
6702 frac
6703 \begin_inset space \textvisiblespace{}
6704 \end_inset
6705
6706 A
6707 \begin_inset Formula $\downarrow$
6708 \end_inset
6709
6710 C
6711 \begin_inset space \textvisiblespace{}
6712 \end_inset
6713
6714 )
6715 \series default
6716  ergibt
6717 \begin_inset Formula 
6718 \[
6719 \ln(\frac{A}{C})
6720 \]
6721
6722 \end_inset
6723
6724
6725 \end_layout
6726
6727 \begin_layout Standard
6728 \align center
6729 mehrzeilige Klammer: Der Befehl 
6730 \series bold
6731
6732 \backslash
6733 ln
6734 \backslash
6735 left(
6736 \backslash
6737 frac
6738 \begin_inset space \textvisiblespace{}
6739 \end_inset
6740
6741 A
6742 \begin_inset Formula $\downarrow$
6743 \end_inset
6744
6745 C
6746 \begin_inset space \textvisiblespace{}
6747 \end_inset
6748
6749
6750 \backslash
6751 right)
6752 \series default
6753  ergibt
6754 \begin_inset Formula 
6755 \[
6756 \ln\left(\frac{A}{C}\right)
6757 \]
6758
6759 \end_inset
6760
6761
6762 \end_layout
6763
6764 \begin_layout Standard
6765 An Stelle von 
6766 \series bold
6767
6768 \backslash
6769 left
6770 \series default
6771  und 
6772 \series bold
6773
6774 \backslash
6775 right
6776 \series default
6777  kann man die Tastenkürzel 
6778 \family sans
6779 Alt+M
6780 \begin_inset space ~
6781 \end_inset
6782
6783 Klammer
6784 \family default
6785  verwenden.
6786  Das hat den Vorteil, dass man in \SpecialChar LyX
6787  sofort die wahre Klammergröße sieht und
6788  dass die rechte Klammer gleich mit erstellt wird.
6789 \begin_inset Newline newline
6790 \end_inset
6791
6792 Der Befehl für das letzte Beispiel würde dann lauten: 
6793 \series bold
6794
6795 \backslash
6796 ln Alt+M
6797 \series default
6798  
6799 \series bold
6800 (
6801 \backslash
6802 frac
6803 \begin_inset space \textvisiblespace{}
6804 \end_inset
6805
6806 A
6807 \begin_inset Formula $\downarrow$
6808 \end_inset
6809
6810 C
6811 \end_layout
6812
6813 \begin_layout Standard
6814 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6815  Klammer einen Punkt.
6816  So ergibt z.
6817 \begin_inset space \thinspace{}
6818 \end_inset
6819
6820 B.
6821  der Befehl 
6822 \series bold
6823
6824 \backslash
6825 left.
6826 \backslash
6827 frac
6828 \begin_inset space \textvisiblespace{}
6829 \end_inset
6830
6831 A
6832 \begin_inset Formula $\downarrow$
6833 \end_inset
6834
6835 B
6836 \begin_inset space \textvisiblespace{}
6837 \end_inset
6838
6839
6840 \backslash
6841 right}
6842 \series default
6843
6844 \begin_inset space \thinspace{}
6845 \end_inset
6846
6847 :
6848 \series bold
6849
6850 \begin_inset Formula 
6851 \[
6852 \left.\frac{A}{B}\right\} 
6853 \]
6854
6855 \end_inset
6856
6857
6858 \series default
6859 Die Befehle 
6860 \series bold
6861
6862 \backslash
6863 left
6864 \series default
6865  und 
6866 \series bold
6867
6868 \backslash
6869 right
6870 \series default
6871  werden beim Neu laden des Dokuments von \SpecialChar LyX
6872  in Klammern der richtigen Größe
6873  umgewandelt.
6874  Für eine weggelassene Klammer erscheint in \SpecialChar LyX
6875  eine gestrichelte Linie.
6876 \end_layout
6877
6878 \begin_layout Standard
6879 \begin_inset VSpace bigskip
6880 \end_inset
6881
6882 Da alle gängigen \SpecialChar LaTeX
6883 -Distributionen e\SpecialChar TeX
6884 , eine Erweiterung von \SpecialChar LaTeX
6885 , verwenden, steht
6886  für alle Klammern und Begrenzungszeichen zusätzlich der Befehl 
6887 \series bold
6888
6889 \backslash
6890 middle
6891 \series default
6892
6893 \begin_inset Index idx
6894 status collapsed
6895
6896 \begin_layout Plain Layout
6897 Befehle ! M ! 
6898 \backslash
6899 middle
6900 \end_layout
6901
6902 \end_inset
6903
6904  zur Verfügung.
6905  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6906  angepasst, was z.
6907 \begin_inset space \thinspace{}
6908 \end_inset
6909
6910 B.
6911  für physikalische Vektoren von Nutzen ist:
6912 \begin_inset Formula 
6913 \[
6914 \left\langle \phi\:\middle|\:J=\frac{3}{2}\,,\,M_{J}\right\rangle 
6915 \]
6916
6917 \end_inset
6918
6919 Für physikalische Vektoren gibt es ein spezielles \SpecialChar LaTeX
6920 -Paket, das in 
6921 \begin_inset CommandInset ref
6922 LatexCommand ref
6923 reference "subsec:Physikalische-Vektoren"
6924
6925 \end_inset
6926
6927  beschrieben ist.
6928 \end_layout
6929
6930 \begin_layout Subsection
6931 Horizontale Klammern
6932 \begin_inset Index idx
6933 status collapsed
6934
6935 \begin_layout Plain Layout
6936 Klammern ! horizontale
6937 \end_layout
6938
6939 \end_inset
6940
6941
6942 \end_layout
6943
6944 \begin_layout Standard
6945 \align center
6946 \begin_inset Tabular
6947 <lyxtabular version="3" rows="4" columns="2">
6948 <features tabularvalignment="middle">
6949 <column alignment="center" valignment="top" width="0pt">
6950 <column alignment="center" valignment="top" width="0pt">
6951 <row>
6952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6953 \begin_inset Text
6954
6955 \begin_layout Plain Layout
6956 Befehl
6957 \begin_inset Note Note
6958 status collapsed
6959
6960 \begin_layout Plain Layout
6961
6962 \series bold
6963
6964 \backslash
6965 raisebox
6966 \series default
6967  dient nur als Abstandhalter.
6968 \end_layout
6969
6970 \end_inset
6971
6972
6973 \end_layout
6974
6975 \end_inset
6976 </cell>
6977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6978 \begin_inset Text
6979
6980 \begin_layout Plain Layout
6981 Ergebnis
6982 \end_layout
6983
6984 \end_inset
6985 </cell>
6986 </row>
6987 <row>
6988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6989 \begin_inset Text
6990
6991 \begin_layout Plain Layout
6992 \begin_inset ERT
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996
6997
6998 \backslash
6999 raisebox{2.3mm}{
7000 \end_layout
7001
7002 \end_inset
7003
7004
7005 \backslash
7006 overbrace
7007 \begin_inset space \textvisiblespace{}
7008 \end_inset
7009
7010 A+B
7011 \begin_inset space \textvisiblespace{}
7012 \end_inset
7013
7014 ^
7015 \begin_inset space \textvisiblespace{}
7016 \end_inset
7017
7018 3
7019 \begin_inset ERT
7020 status collapsed
7021
7022 \begin_layout Plain Layout
7023
7024 }
7025 \end_layout
7026
7027 \end_inset
7028
7029
7030 \begin_inset Index idx
7031 status collapsed
7032
7033 \begin_layout Plain Layout
7034 Befehle ! O ! 
7035 \backslash
7036 overbrace
7037 \end_layout
7038
7039 \end_inset
7040
7041
7042 \end_layout
7043
7044 \end_inset
7045 </cell>
7046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7047 \begin_inset Text
7048
7049 \begin_layout Plain Layout
7050 \begin_inset Formula $\overbrace{A+B}^{3}$
7051 \end_inset
7052
7053
7054 \end_layout
7055
7056 \end_inset
7057 </cell>
7058 </row>
7059 <row>
7060 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7061 \begin_inset Text
7062
7063 \begin_layout Plain Layout
7064 \begin_inset ERT
7065 status collapsed
7066
7067 \begin_layout Plain Layout
7068
7069
7070 \backslash
7071 raisebox{-2.2mm}{
7072 \end_layout
7073
7074 \end_inset
7075
7076
7077 \backslash
7078 underbrace
7079 \begin_inset space \textvisiblespace{}
7080 \end_inset
7081
7082 A+B
7083 \begin_inset space \textvisiblespace{}
7084 \end_inset
7085
7086 _5
7087 \begin_inset ERT
7088 status collapsed
7089
7090 \begin_layout Plain Layout
7091
7092 }
7093 \end_layout
7094
7095 \end_inset
7096
7097
7098 \begin_inset Index idx
7099 status collapsed
7100
7101 \begin_layout Plain Layout
7102 Befehle ! U ! 
7103 \backslash
7104 underbrace
7105 \end_layout
7106
7107 \end_inset
7108
7109
7110 \end_layout
7111
7112 \end_inset
7113 </cell>
7114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7115 \begin_inset Text
7116
7117 \begin_layout Plain Layout
7118 \begin_inset Formula $\underbrace{A+B}_{5}$
7119 \end_inset
7120
7121
7122 \end_layout
7123
7124 \end_inset
7125 </cell>
7126 </row>
7127 <row>
7128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7129 \begin_inset Text
7130
7131 \begin_layout Plain Layout
7132
7133 \backslash
7134 overbrace
7135 \begin_inset space \textvisiblespace{}
7136 \end_inset
7137
7138
7139 \backslash
7140 underbrace
7141 \begin_inset space \textvisiblespace{}
7142 \end_inset
7143
7144 A+B_w
7145 \begin_inset space \textvisiblespace{}
7146 \end_inset
7147
7148
7149 \begin_inset space \textvisiblespace{}
7150 \end_inset
7151
7152 _7
7153 \begin_inset space \textvisiblespace{}
7154 \end_inset
7155
7156
7157 \begin_inset space \textvisiblespace{}
7158 \end_inset
7159
7160 ^
7161 \begin_inset space \textvisiblespace{}
7162 \end_inset
7163
7164 C
7165 \end_layout
7166
7167 \end_inset
7168 </cell>
7169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7170 \begin_inset Text
7171
7172 \begin_layout Plain Layout
7173 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7174 \end_inset
7175
7176
7177 \end_layout
7178
7179 \end_inset
7180 </cell>
7181 </row>
7182 </lyxtabular>
7183
7184 \end_inset
7185
7186
7187 \end_layout
7188
7189 \begin_layout Standard
7190 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7191 \series bold
7192
7193 \backslash
7194 overbrace
7195 \series default
7196  oder 
7197 \series bold
7198
7199 \backslash
7200 underbrace
7201 \series default
7202  eingibt.
7203 \end_layout
7204
7205 \begin_layout Standard
7206 \begin_inset VSpace medskip
7207 \end_inset
7208
7209
7210 \end_layout
7211
7212 \begin_layout Standard
7213 Wenn man in den Dokumenteinstellungen unter 
7214 \family sans
7215 Mathe-Optionen
7216 \family default
7217  für das Paket 
7218 \series bold
7219 mathtools
7220 \series default
7221
7222 \begin_inset Index idx
7223 status collapsed
7224
7225 \begin_layout Plain Layout
7226 Pakete ! mathtools
7227 \end_layout
7228
7229 \end_inset
7230
7231  die Option 
7232 \family sans
7233 Immer
7234 \begin_inset space ~
7235 \end_inset
7236
7237 laden
7238 \family default
7239  einstellt, hat man Zugriff auf eckige Klammern:
7240 \begin_inset Separator parbreak
7241 \end_inset
7242
7243
7244 \end_layout
7245
7246 \begin_layout Standard
7247 \align center
7248 \begin_inset Tabular
7249 <lyxtabular version="3" rows="4" columns="2">
7250 <features tabularvalignment="middle">
7251 <column alignment="center" valignment="top" width="0pt">
7252 <column alignment="center" valignment="top" width="0pt">
7253 <row>
7254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7255 \begin_inset Text
7256
7257 \begin_layout Plain Layout
7258 Befehl
7259 \begin_inset Note Note
7260 status collapsed
7261
7262 \begin_layout Plain Layout
7263
7264 \series bold
7265
7266 \backslash
7267 raisebox
7268 \series default
7269  dient nur als Abstandhalter.
7270 \end_layout
7271
7272 \end_inset
7273
7274
7275 \end_layout
7276
7277 \end_inset
7278 </cell>
7279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7280 \begin_inset Text
7281
7282 \begin_layout Plain Layout
7283 Ergebnis
7284 \end_layout
7285
7286 \end_inset
7287 </cell>
7288 </row>
7289 <row>
7290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7291 \begin_inset Text
7292
7293 \begin_layout Plain Layout
7294 \begin_inset ERT
7295 status collapsed
7296
7297 \begin_layout Plain Layout
7298
7299
7300 \backslash
7301 raisebox{2.3mm}{
7302 \end_layout
7303
7304 \end_inset
7305
7306
7307 \backslash
7308 overbracket{A+B
7309 \begin_inset space \textvisiblespace{}
7310 \end_inset
7311
7312 ^3
7313 \begin_inset ERT
7314 status collapsed
7315
7316 \begin_layout Plain Layout
7317
7318 }
7319 \end_layout
7320
7321 \end_inset
7322
7323
7324 \begin_inset Index idx
7325 status collapsed
7326
7327 \begin_layout Plain Layout
7328 Befehle ! O ! 
7329 \backslash
7330 overbracket
7331 \end_layout
7332
7333 \end_inset
7334
7335
7336 \end_layout
7337
7338 \end_inset
7339 </cell>
7340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7341 \begin_inset Text
7342
7343 \begin_layout Plain Layout
7344 \begin_inset Formula $\overbracket{A+B}^{3}$
7345 \end_inset
7346
7347
7348 \end_layout
7349
7350 \end_inset
7351 </cell>
7352 </row>
7353 <row>
7354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7355 \begin_inset Text
7356
7357 \begin_layout Plain Layout
7358 \begin_inset ERT
7359 status collapsed
7360
7361 \begin_layout Plain Layout
7362
7363
7364 \backslash
7365 raisebox{-2.2mm}{
7366 \end_layout
7367
7368 \end_inset
7369
7370
7371 \backslash
7372 underbracket{A+B
7373 \begin_inset space \textvisiblespace{}
7374 \end_inset
7375
7376 _5
7377 \begin_inset ERT
7378 status collapsed
7379
7380 \begin_layout Plain Layout
7381
7382 }
7383 \end_layout
7384
7385 \end_inset
7386
7387
7388 \begin_inset Index idx
7389 status collapsed
7390
7391 \begin_layout Plain Layout
7392 Befehle ! U ! 
7393 \backslash
7394 under
7395 \size normal
7396 bracket
7397 \end_layout
7398
7399 \end_inset
7400
7401
7402 \end_layout
7403
7404 \end_inset
7405 </cell>
7406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7407 \begin_inset Text
7408
7409 \begin_layout Plain Layout
7410 \begin_inset Formula $\underbracket{A+B}_{5}$
7411 \end_inset
7412
7413
7414 \end_layout
7415
7416 \end_inset
7417 </cell>
7418 </row>
7419 <row>
7420 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7421 \begin_inset Text
7422
7423 \begin_layout Plain Layout
7424
7425 \backslash
7426 overbracket{
7427 \backslash
7428 underbracket{A+B_w
7429 \begin_inset space \textvisiblespace{}
7430 \end_inset
7431
7432
7433 \begin_inset space \textvisiblespace{}
7434 \end_inset
7435
7436 _7
7437 \begin_inset space \textvisiblespace{}
7438 \end_inset
7439
7440
7441 \begin_inset space \textvisiblespace{}
7442 \end_inset
7443
7444 ^
7445 \begin_inset space \textvisiblespace{}
7446 \end_inset
7447
7448 C
7449 \end_layout
7450
7451 \end_inset
7452 </cell>
7453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7454 \begin_inset Text
7455
7456 \begin_layout Plain Layout
7457 \begin_inset Formula $\overbracket{\underbracket{A+B_{w}}_{7}}^{C}$
7458 \end_inset
7459
7460
7461 \end_layout
7462
7463 \end_inset
7464 </cell>
7465 </row>
7466 </lyxtabular>
7467
7468 \end_inset
7469
7470
7471 \end_layout
7472
7473 \begin_layout Standard
7474 Für 
7475 \series bold
7476
7477 \backslash
7478 overbracket
7479 \series default
7480  und 
7481 \series bold
7482
7483 \backslash
7484 underbracket
7485 \series default
7486  kann die Strichstärke der Klammer verändert werden, indem man die gewünschte
7487  Stärke in eckigen Klammern hinter dem Befehl angibt:
7488 \begin_inset Separator parbreak
7489 \end_inset
7490
7491
7492 \end_layout
7493
7494 \begin_layout Standard
7495 \align center
7496 \begin_inset Tabular
7497 <lyxtabular version="3" rows="3" columns="2">
7498 <features tabularvalignment="middle">
7499 <column alignment="center" valignment="top" width="0pt">
7500 <column alignment="center" valignment="top" width="0pt">
7501 <row>
7502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7503 \begin_inset Text
7504
7505 \begin_layout Plain Layout
7506 Befehl
7507 \begin_inset Note Note
7508 status collapsed
7509
7510 \begin_layout Plain Layout
7511
7512 \series bold
7513
7514 \backslash
7515 raisebox
7516 \series default
7517  dient nur als Abstandhalter.
7518 \end_layout
7519
7520 \end_inset
7521
7522
7523 \end_layout
7524
7525 \end_inset
7526 </cell>
7527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7528 \begin_inset Text
7529
7530 \begin_layout Plain Layout
7531 Ergebnis
7532 \end_layout
7533
7534 \end_inset
7535 </cell>
7536 </row>
7537 <row>
7538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7539 \begin_inset Text
7540
7541 \begin_layout Plain Layout
7542 \begin_inset ERT
7543 status collapsed
7544
7545 \begin_layout Plain Layout
7546
7547
7548 \backslash
7549 raisebox{2.3mm}{
7550 \end_layout
7551
7552 \end_inset
7553
7554
7555 \backslash
7556 overbracket[3pt]
7557 \backslash
7558 {A+B
7559 \begin_inset space \textvisiblespace{}
7560 \end_inset
7561
7562 ^3
7563 \begin_inset ERT
7564 status collapsed
7565
7566 \begin_layout Plain Layout
7567
7568 }
7569 \end_layout
7570
7571 \end_inset
7572
7573
7574 \end_layout
7575
7576 \end_inset
7577 </cell>
7578 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7579 \begin_inset Text
7580
7581 \begin_layout Plain Layout
7582 \begin_inset Formula $\overbracket[3pt]{A+B}^{3}$
7583 \end_inset
7584
7585
7586 \end_layout
7587
7588 \end_inset
7589 </cell>
7590 </row>
7591 <row>
7592 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7593 \begin_inset Text
7594
7595 \begin_layout Plain Layout
7596 \begin_inset ERT
7597 status collapsed
7598
7599 \begin_layout Plain Layout
7600
7601
7602 \backslash
7603 raisebox{-2.2mm}{
7604 \end_layout
7605
7606 \end_inset
7607
7608
7609 \backslash
7610 underbracket[1pt]
7611 \backslash
7612 {A+B
7613 \begin_inset space \textvisiblespace{}
7614 \end_inset
7615
7616 _5
7617 \begin_inset ERT
7618 status collapsed
7619
7620 \begin_layout Plain Layout
7621
7622 }
7623 \end_layout
7624
7625 \end_inset
7626
7627
7628 \end_layout
7629
7630 \end_inset
7631 </cell>
7632 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7633 \begin_inset Text
7634
7635 \begin_layout Plain Layout
7636 \begin_inset Formula $\underbracket[1pt]{A+B}_{5}$
7637 \end_inset
7638
7639
7640 \end_layout
7641
7642 \end_inset
7643 </cell>
7644 </row>
7645 </lyxtabular>
7646
7647 \end_inset
7648
7649
7650 \end_layout
7651
7652 \begin_layout Standard
7653 \begin_inset VSpace bigskip
7654 \end_inset
7655
7656 Benötigt man Klammern, die sich überschneiden, muss man die in 
7657 \begin_inset CommandInset ref
7658 LatexCommand ref
7659 reference "sec:Mehrzeilige-Formeln"
7660
7661 \end_inset
7662
7663  beschriebenen mehrzeiligen Formeln verwenden:
7664 \begin_inset Formula 
7665 \begin{eqnarray*}
7666 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd\\
7667  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7668 \end{eqnarray*}
7669
7670 \end_inset
7671
7672 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7673  Dabei ist es wichtig, dass vor dem ersten 
7674 \begin_inset Formula $d$
7675 \end_inset
7676
7677  der Abstandsbefehl
7678 \begin_inset Foot
7679 status collapsed
7680
7681 \begin_layout Plain Layout
7682 Abstandsbefehle sind in 
7683 \begin_inset CommandInset ref
7684 LatexCommand ref
7685 reference "subsec:Vordefinierter-Leerraum"
7686
7687 \end_inset
7688
7689  erklärt.
7690 \end_layout
7691
7692 \end_inset
7693
7694  
7695 \series bold
7696
7697 \backslash
7698 :
7699 \series default
7700  eingegeben wird, denn die nach dem 
7701 \begin_inset Formula $q$
7702 \end_inset
7703
7704  endende Klammer verhindert, dass das nachfolgende 
7705 \begin_inset Quotes gld
7706 \end_inset
7707
7708 +
7709 \begin_inset Quotes grd
7710 \end_inset
7711
7712  von Leerraum umgeben ist.
7713 \begin_inset Foot
7714 status collapsed
7715
7716 \begin_layout Plain Layout
7717 weil eine Klammer nicht als Zeichen gilt, siehe 
7718 \begin_inset CommandInset ref
7719 LatexCommand ref
7720 reference "subsec:Binäre-Operatoren"
7721
7722 \end_inset
7723
7724
7725 \end_layout
7726
7727 \end_inset
7728
7729  In die zweite Zeile wird die zweite Klammer eingegeben.
7730  Da sie vor dem 
7731 \begin_inset Formula $b$
7732 \end_inset
7733
7734  beginnen soll, gibt man zuerst 
7735 \series bold
7736
7737 \backslash
7738 hphantom{gggg+
7739 \backslash
7740 :}
7741 \series default
7742  ein.
7743 \begin_inset Foot
7744 status collapsed
7745
7746 \begin_layout Plain Layout
7747 mehr zu 
7748 \series bold
7749
7750 \backslash
7751 hphantom
7752 \series default
7753  siehe 
7754 \begin_inset CommandInset ref
7755 LatexCommand ref
7756 reference "subsec:Platzhalter"
7757
7758 \end_inset
7759
7760 .
7761 \end_layout
7762
7763 \end_inset
7764
7765  Dieser Leerraum wird benötigt, weil das 
7766 \begin_inset Quotes gld
7767 \end_inset
7768
7769 +
7770 \begin_inset Quotes grd
7771 \end_inset
7772
7773  in der Formel auch von Leerraum umgeben ist.
7774  Die Klammer wird unter den Befehl 
7775 \series bold
7776
7777 \backslash
7778 hphantom{bbqq+dddd}
7779 \series default
7780  gesetzt.
7781 \end_layout
7782
7783 \begin_layout Standard
7784 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7785 n, wie in folgendem Beispiel:
7786 \begin_inset ERT
7787 status collapsed
7788
7789 \begin_layout Plain Layout
7790
7791
7792 \backslash
7793 setlength{
7794 \backslash
7795 jot}{-6pt}
7796 \end_layout
7797
7798 \end_inset
7799
7800
7801 \begin_inset Formula 
7802 \begin{eqnarray*}
7803  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7804 A & = & \underbrace{gggg+bbqq}_{r}+\:dddd
7805 \end{eqnarray*}
7806
7807 \end_inset
7808
7809
7810 \begin_inset ERT
7811 status collapsed
7812
7813 \begin_layout Plain Layout
7814
7815
7816 \backslash
7817 setlength{
7818 \backslash
7819 jot}{3pt}
7820 \end_layout
7821
7822 \end_inset
7823
7824 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7825  mit dem Unterschied, dass sich die Klammer oben befindet.
7826  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7827  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7828  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7829  werden.
7830  Aufgrund eines Fehlers in \SpecialChar LyX
7831  ist dies nicht ohne Weiteres möglich.
7832 \begin_inset Foot
7833 status collapsed
7834
7835 \begin_layout Plain Layout
7836 \begin_inset CommandInset href
7837 LatexCommand href
7838 name "LyX-Fehler #1505"
7839 target "http://www.lyx.org/trac/ticket/1505"
7840
7841 \end_inset
7842
7843
7844 \end_layout
7845
7846 \end_inset
7847
7848  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7849 \series bold
7850
7851 \backslash
7852 jot
7853 \series default
7854
7855 \begin_inset Index idx
7856 status collapsed
7857
7858 \begin_layout Plain Layout
7859 Befehle ! J ! 
7860 \backslash
7861 jot
7862 \end_layout
7863
7864 \end_inset
7865
7866  vor der Formel mit dem Befehl 
7867 \series bold
7868
7869 \backslash
7870 setlength{
7871 \backslash
7872 jot}{-6pt}
7873 \series default
7874  im \SpecialChar TeX
7875 -Modus auf den Wert -6
7876 \begin_inset space \thinspace{}
7877 \end_inset
7878
7879 pt geändert.
7880  Nach der Formel wird 
7881 \series bold
7882
7883 \backslash
7884 jot
7885 \series default
7886  mit demselben Befehl wieder auf den Standardwert 3
7887 \begin_inset space \thinspace{}
7888 \end_inset
7889
7890 pt zurückgesetzt.
7891  Genaueres zum Zeilenabstand in Formeln ist in 
7892 \begin_inset CommandInset ref
7893 LatexCommand ref
7894 reference "subsec:Zeilenabstand"
7895
7896 \end_inset
7897
7898  erklärt.
7899 \end_layout
7900
7901 \begin_layout Section
7902 Pfeile
7903 \begin_inset Index idx
7904 status collapsed
7905
7906 \begin_layout Plain Layout
7907 Pfeile
7908 \end_layout
7909
7910 \end_inset
7911
7912
7913 \end_layout
7914
7915 \begin_layout Standard
7916 Pfeile können über den Mathe-Werkzeugleistenknopf 
7917 \begin_inset Info
7918 type  "icon"
7919 arg   "math-insert \\leftarrow"
7920 \end_inset
7921
7922  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7923  aufgelistet sind.
7924 \end_layout
7925
7926 \begin_layout Subsection
7927 Horizontale Pfeile
7928 \begin_inset Index idx
7929 status collapsed
7930
7931 \begin_layout Plain Layout
7932 Pfeile ! horizontale
7933 \end_layout
7934
7935 \end_inset
7936
7937
7938 \end_layout
7939
7940 \begin_layout Standard
7941 \begin_inset space \hfill{}
7942 \end_inset
7943
7944
7945 \begin_inset Tabular
7946 <lyxtabular version="3" rows="8" columns="2">
7947 <features tabularvalignment="middle">
7948 <column alignment="center" valignment="top" width="0pt">
7949 <column alignment="center" valignment="top" width="0pt">
7950 <row>
7951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7952 \begin_inset Text
7953
7954 \begin_layout Plain Layout
7955 Befehl
7956 \end_layout
7957
7958 \end_inset
7959 </cell>
7960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7961 \begin_inset Text
7962
7963 \begin_layout Plain Layout
7964 Ergebnis
7965 \end_layout
7966
7967 \end_inset
7968 </cell>
7969 </row>
7970 <row>
7971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7972 \begin_inset Text
7973
7974 \begin_layout Plain Layout
7975
7976 \backslash
7977 gets
7978 \end_layout
7979
7980 \end_inset
7981 </cell>
7982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7983 \begin_inset Text
7984
7985 \begin_layout Plain Layout
7986 \begin_inset Formula $\gets$
7987 \end_inset
7988
7989
7990 \end_layout
7991
7992 \end_inset
7993 </cell>
7994 </row>
7995 <row>
7996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7997 \begin_inset Text
7998
7999 \begin_layout Plain Layout
8000
8001 \backslash
8002 Leftarrow
8003 \end_layout
8004
8005 \end_inset
8006 </cell>
8007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8008 \begin_inset Text
8009
8010 \begin_layout Plain Layout
8011 \begin_inset Formula $\Leftarrow$
8012 \end_inset
8013
8014
8015 \end_layout
8016
8017 \end_inset
8018 </cell>
8019 </row>
8020 <row>
8021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8022 \begin_inset Text
8023
8024 \begin_layout Plain Layout
8025
8026 \backslash
8027 longleftarrow
8028 \end_layout
8029
8030 \end_inset
8031 </cell>
8032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8033 \begin_inset Text
8034
8035 \begin_layout Plain Layout
8036 \begin_inset Formula $\longleftarrow$
8037 \end_inset
8038
8039
8040 \end_layout
8041
8042 \end_inset
8043 </cell>
8044 </row>
8045 <row>
8046 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8047 \begin_inset Text
8048
8049 \begin_layout Plain Layout
8050
8051 \backslash
8052 Longleftarrow
8053 \end_layout
8054
8055 \end_inset
8056 </cell>
8057 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8058 \begin_inset Text
8059
8060 \begin_layout Plain Layout
8061 \begin_inset Formula $\Longleftarrow$
8062 \end_inset
8063
8064
8065 \end_layout
8066
8067 \end_inset
8068 </cell>
8069 </row>
8070 <row>
8071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8072 \begin_inset Text
8073
8074 \begin_layout Plain Layout
8075
8076 \backslash
8077 leftharpoonup
8078 \end_layout
8079
8080 \end_inset
8081 </cell>
8082 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8083 \begin_inset Text
8084
8085 \begin_layout Plain Layout
8086 \begin_inset Formula $\leftharpoonup$
8087 \end_inset
8088
8089
8090 \end_layout
8091
8092 \end_inset
8093 </cell>
8094 </row>
8095 <row>
8096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8097 \begin_inset Text
8098
8099 \begin_layout Plain Layout
8100
8101 \backslash
8102 leftharpoondown
8103 \end_layout
8104
8105 \end_inset
8106 </cell>
8107 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8108 \begin_inset Text
8109
8110 \begin_layout Plain Layout
8111 \begin_inset Formula $\leftharpoondown$
8112 \end_inset
8113
8114
8115 \end_layout
8116
8117 \end_inset
8118 </cell>
8119 </row>
8120 <row>
8121 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8122 \begin_inset Text
8123
8124 \begin_layout Plain Layout
8125
8126 \backslash
8127 hookleftarrow
8128 \end_layout
8129
8130 \end_inset
8131 </cell>
8132 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8133 \begin_inset Text
8134
8135 \begin_layout Plain Layout
8136 \begin_inset Formula $\hookleftarrow$
8137 \end_inset
8138
8139
8140 \end_layout
8141
8142 \end_inset
8143 </cell>
8144 </row>
8145 </lyxtabular>
8146
8147 \end_inset
8148
8149
8150 \begin_inset space \hfill{}
8151 \end_inset
8152
8153
8154 \begin_inset Tabular
8155 <lyxtabular version="3" rows="8" columns="2">
8156 <features tabularvalignment="middle">
8157 <column alignment="center" valignment="top" width="0pt">
8158 <column alignment="center" valignment="top" width="0pt">
8159 <row>
8160 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8161 \begin_inset Text
8162
8163 \begin_layout Plain Layout
8164 Befehl
8165 \end_layout
8166
8167 \end_inset
8168 </cell>
8169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8170 \begin_inset Text
8171
8172 \begin_layout Plain Layout
8173 Ergebnis
8174 \end_layout
8175
8176 \end_inset
8177 </cell>
8178 </row>
8179 <row>
8180 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8181 \begin_inset Text
8182
8183 \begin_layout Plain Layout
8184
8185 \backslash
8186 to
8187 \end_layout
8188
8189 \end_inset
8190 </cell>
8191 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8192 \begin_inset Text
8193
8194 \begin_layout Plain Layout
8195 \begin_inset Formula $\to$
8196 \end_inset
8197
8198
8199 \end_layout
8200
8201 \end_inset
8202 </cell>
8203 </row>
8204 <row>
8205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8206 \begin_inset Text
8207
8208 \begin_layout Plain Layout
8209
8210 \backslash
8211 Rightarrow
8212 \end_layout
8213
8214 \end_inset
8215 </cell>
8216 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8217 \begin_inset Text
8218
8219 \begin_layout Plain Layout
8220 \begin_inset Formula $\Rightarrow$
8221 \end_inset
8222
8223
8224 \end_layout
8225
8226 \end_inset
8227 </cell>
8228 </row>
8229 <row>
8230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8231 \begin_inset Text
8232
8233 \begin_layout Plain Layout
8234
8235 \backslash
8236 longrightarrow
8237 \end_layout
8238
8239 \end_inset
8240 </cell>
8241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8242 \begin_inset Text
8243
8244 \begin_layout Plain Layout
8245 \begin_inset Formula $\longrightarrow$
8246 \end_inset
8247
8248
8249 \end_layout
8250
8251 \end_inset
8252 </cell>
8253 </row>
8254 <row>
8255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8256 \begin_inset Text
8257
8258 \begin_layout Plain Layout
8259
8260 \backslash
8261 Longrightarrow
8262 \end_layout
8263
8264 \end_inset
8265 </cell>
8266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8267 \begin_inset Text
8268
8269 \begin_layout Plain Layout
8270 \begin_inset Formula $\Longrightarrow$
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277 </cell>
8278 </row>
8279 <row>
8280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8281 \begin_inset Text
8282
8283 \begin_layout Plain Layout
8284
8285 \backslash
8286 rightharpoonup
8287 \end_layout
8288
8289 \end_inset
8290 </cell>
8291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8292 \begin_inset Text
8293
8294 \begin_layout Plain Layout
8295 \begin_inset Formula $\rightharpoonup$
8296 \end_inset
8297
8298
8299 \end_layout
8300
8301 \end_inset
8302 </cell>
8303 </row>
8304 <row>
8305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309
8310 \backslash
8311 rightharpoondown
8312 \end_layout
8313
8314 \end_inset
8315 </cell>
8316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320 \begin_inset Formula $\rightharpoondown$
8321 \end_inset
8322
8323
8324 \end_layout
8325
8326 \end_inset
8327 </cell>
8328 </row>
8329 <row>
8330 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8331 \begin_inset Text
8332
8333 \begin_layout Plain Layout
8334
8335 \backslash
8336 hookrightarrow
8337 \end_layout
8338
8339 \end_inset
8340 </cell>
8341 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345 \begin_inset Formula $\hookrightarrow$
8346 \end_inset
8347
8348
8349 \end_layout
8350
8351 \end_inset
8352 </cell>
8353 </row>
8354 </lyxtabular>
8355
8356 \end_inset
8357
8358
8359 \begin_inset space \hfill{}
8360 \end_inset
8361
8362
8363 \end_layout
8364
8365 \begin_layout Standard
8366 \begin_inset space \hfill{}
8367 \end_inset
8368
8369
8370 \begin_inset Tabular
8371 <lyxtabular version="3" rows="6" columns="2">
8372 <features tabularvalignment="middle">
8373 <column alignment="center" valignment="top" width="0pt">
8374 <column alignment="center" valignment="top" width="0pt">
8375 <row>
8376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8377 \begin_inset Text
8378
8379 \begin_layout Plain Layout
8380 Befehl
8381 \end_layout
8382
8383 \end_inset
8384 </cell>
8385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8386 \begin_inset Text
8387
8388 \begin_layout Plain Layout
8389 Ergebnis
8390 \end_layout
8391
8392 \end_inset
8393 </cell>
8394 </row>
8395 <row>
8396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8397 \begin_inset Text
8398
8399 \begin_layout Plain Layout
8400
8401 \backslash
8402 leftrightarrow
8403 \end_layout
8404
8405 \end_inset
8406 </cell>
8407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8408 \begin_inset Text
8409
8410 \begin_layout Plain Layout
8411 \begin_inset Formula $\leftrightarrow$
8412 \end_inset
8413
8414
8415 \end_layout
8416
8417 \end_inset
8418 </cell>
8419 </row>
8420 <row>
8421 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8422 \begin_inset Text
8423
8424 \begin_layout Plain Layout
8425
8426 \backslash
8427 Leftrightarrow
8428 \end_layout
8429
8430 \end_inset
8431 </cell>
8432 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8433 \begin_inset Text
8434
8435 \begin_layout Plain Layout
8436 \begin_inset Formula $\Leftrightarrow$
8437 \end_inset
8438
8439
8440 \end_layout
8441
8442 \end_inset
8443 </cell>
8444 </row>
8445 <row>
8446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8447 \begin_inset Text
8448
8449 \begin_layout Plain Layout
8450
8451 \backslash
8452 longleftrightarrow
8453 \end_layout
8454
8455 \end_inset
8456 </cell>
8457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8458 \begin_inset Text
8459
8460 \begin_layout Plain Layout
8461 \begin_inset Formula $\longleftrightarrow$
8462 \end_inset
8463
8464
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 </row>
8470 <row>
8471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8472 \begin_inset Text
8473
8474 \begin_layout Plain Layout
8475
8476 \backslash
8477 Longleftrightarrow
8478 \end_layout
8479
8480 \end_inset
8481 </cell>
8482 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8483 \begin_inset Text
8484
8485 \begin_layout Plain Layout
8486 \begin_inset Formula $\Longleftrightarrow$
8487 \end_inset
8488
8489
8490 \end_layout
8491
8492 \end_inset
8493 </cell>
8494 </row>
8495 <row>
8496 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8497 \begin_inset Text
8498
8499 \begin_layout Plain Layout
8500
8501 \backslash
8502 rightleftharpoons
8503 \end_layout
8504
8505 \end_inset
8506 </cell>
8507 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8508 \begin_inset Text
8509
8510 \begin_layout Plain Layout
8511 \begin_inset Formula $\rightleftharpoons$
8512 \end_inset
8513
8514
8515 \end_layout
8516
8517 \end_inset
8518 </cell>
8519 </row>
8520 </lyxtabular>
8521
8522 \end_inset
8523
8524
8525 \begin_inset space \hspace{}
8526 \length 25pt
8527 \end_inset
8528
8529
8530 \begin_inset space \hfill{}
8531 \end_inset
8532
8533
8534 \begin_inset Tabular
8535 <lyxtabular version="3" rows="5" columns="2">
8536 <features tabularvalignment="middle">
8537 <column alignment="center" valignment="top" width="0pt">
8538 <column alignment="center" valignment="top" width="0pt">
8539 <row>
8540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8541 \begin_inset Text
8542
8543 \begin_layout Plain Layout
8544 Befehl
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 Ergebnis
8554 \end_layout
8555
8556 \end_inset
8557 </cell>
8558 </row>
8559 <row>
8560 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8561 \begin_inset Text
8562
8563 \begin_layout Plain Layout
8564
8565 \backslash
8566 mapsto
8567 \end_layout
8568
8569 \end_inset
8570 </cell>
8571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8572 \begin_inset Text
8573
8574 \begin_layout Plain Layout
8575 \begin_inset Formula $\mapsto$
8576 \end_inset
8577
8578
8579 \end_layout
8580
8581 \end_inset
8582 </cell>
8583 </row>
8584 <row>
8585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8586 \begin_inset Text
8587
8588 \begin_layout Plain Layout
8589
8590 \backslash
8591 longmapsto
8592 \end_layout
8593
8594 \end_inset
8595 </cell>
8596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8597 \begin_inset Text
8598
8599 \begin_layout Plain Layout
8600 \begin_inset Formula $\longmapsto$
8601 \end_inset
8602
8603
8604 \end_layout
8605
8606 \end_inset
8607 </cell>
8608 </row>
8609 <row>
8610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8611 \begin_inset Text
8612
8613 \begin_layout Plain Layout
8614
8615 \backslash
8616 leadsto
8617 \end_layout
8618
8619 \end_inset
8620 </cell>
8621 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8622 \begin_inset Text
8623
8624 \begin_layout Plain Layout
8625 \begin_inset Formula $\leadsto$
8626 \end_inset
8627
8628
8629 \end_layout
8630
8631 \end_inset
8632 </cell>
8633 </row>
8634 <row>
8635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8636 \begin_inset Text
8637
8638 \begin_layout Plain Layout
8639
8640 \backslash
8641 dasharrow
8642 \end_layout
8643
8644 \end_inset
8645 </cell>
8646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8647 \begin_inset Text
8648
8649 \begin_layout Plain Layout
8650 \begin_inset Formula $\dasharrow$
8651 \end_inset
8652
8653
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 </row>
8659 </lyxtabular>
8660
8661 \end_inset
8662
8663
8664 \begin_inset space \hfill{}
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \begin_layout Standard
8671 \begin_inset VSpace medskip
8672 \end_inset
8673
8674 Als Akzente verwendete Pfeile, wie z.
8675 \begin_inset space \thinspace{}
8676 \end_inset
8677
8678 B.
8679  Vektorpfeile, sind in 
8680 \begin_inset CommandInset ref
8681 LatexCommand ref
8682 reference "sec:Akzente"
8683
8684 \end_inset
8685
8686  aufgelistet.
8687 \end_layout
8688
8689 \begin_layout Standard
8690 \begin_inset VSpace bigskip
8691 \end_inset
8692
8693 Des Weiteren gibt es die beschriftbaren Pfeile
8694 \begin_inset Index idx
8695 status collapsed
8696
8697 \begin_layout Plain Layout
8698 Pfeile ! beschriftbare
8699 \end_layout
8700
8701 \end_inset
8702
8703  
8704 \series bold
8705
8706 \backslash
8707 xleftarrow
8708 \series default
8709
8710 \begin_inset Index idx
8711 status collapsed
8712
8713 \begin_layout Plain Layout
8714 Befehle ! X ! 
8715 \backslash
8716 xleftarrow
8717 \end_layout
8718
8719 \end_inset
8720
8721  und 
8722 \series bold
8723
8724 \backslash
8725 xrightarrow
8726 \series default
8727
8728 \begin_inset Index idx
8729 status collapsed
8730
8731 \begin_layout Plain Layout
8732 Befehle ! X ! 
8733 \backslash
8734 xrightarrow
8735 \begin_inset ERT
8736 status collapsed
8737
8738 \begin_layout Plain Layout
8739
8740
8741 \backslash
8742 vspace{4mm}
8743 \end_layout
8744
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751
8752 .
8753  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8754  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8755  Die Pfeillänge passt sich der Breite der Beschriftung an.
8756 \end_layout
8757
8758 \begin_layout Standard
8759 \align center
8760 \begin_inset Tabular
8761 <lyxtabular version="3" rows="3" columns="2">
8762 <features tabularvalignment="middle">
8763 <column alignment="center" valignment="top" width="0pt">
8764 <column alignment="center" valignment="top" width="0pt">
8765 <row>
8766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8767 \begin_inset Text
8768
8769 \begin_layout Plain Layout
8770 Befehl
8771 \end_layout
8772
8773 \end_inset
8774 </cell>
8775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8776 \begin_inset Text
8777
8778 \begin_layout Plain Layout
8779 Ergebnis
8780 \begin_inset Note Note
8781 status collapsed
8782
8783 \begin_layout Plain Layout
8784
8785 \series bold
8786
8787 \backslash
8788 raisebox
8789 \series default
8790  dient nur als Abstandhalter.
8791 \end_layout
8792
8793 \end_inset
8794
8795
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 </row>
8801 <row>
8802 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8803 \begin_inset Text
8804
8805 \begin_layout Plain Layout
8806 F(a)
8807 \backslash
8808 xleftarrow
8809 \begin_inset space \textvisiblespace{}
8810 \end_inset
8811
8812 x=a
8813 \begin_inset Formula $\downarrow$
8814 \end_inset
8815
8816 x>0
8817 \begin_inset Formula $\to$
8818 \end_inset
8819
8820 F(x)
8821 \end_layout
8822
8823 \end_inset
8824 </cell>
8825 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8826 \begin_inset Text
8827
8828 \begin_layout Plain Layout
8829 \begin_inset Formula $\raisebox{5.5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8830 \end_inset
8831
8832
8833 \end_layout
8834
8835 \end_inset
8836 </cell>
8837 </row>
8838 <row>
8839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8840 \begin_inset Text
8841
8842 \begin_layout Plain Layout
8843 F(x)
8844 \backslash
8845 xrightarrow
8846 \begin_inset space \textvisiblespace{}
8847 \end_inset
8848
8849 x=a
8850 \begin_inset Formula $\downarrow$
8851 \end_inset
8852
8853 x>0
8854 \begin_inset Formula $\to$
8855 \end_inset
8856
8857 F(a)
8858 \end_layout
8859
8860 \end_inset
8861 </cell>
8862 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8863 \begin_inset Text
8864
8865 \begin_layout Plain Layout
8866 \begin_inset Formula $\raisebox{5.5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8867 \end_inset
8868
8869
8870 \end_layout
8871
8872 \end_inset
8873 </cell>
8874 </row>
8875 </lyxtabular>
8876
8877 \end_inset
8878
8879
8880 \end_layout
8881
8882 \begin_layout Standard
8883 \begin_inset VSpace medskip
8884 \end_inset
8885
8886
8887 \end_layout
8888
8889 \begin_layout Standard
8890 Wenn man in den Dokumenteinstellungen unter 
8891 \family sans
8892 Mathe-Optionen
8893 \family default
8894  für das Paket 
8895 \series bold
8896 mathtools
8897 \series default
8898
8899 \begin_inset Index idx
8900 status collapsed
8901
8902 \begin_layout Plain Layout
8903 Pakete ! mathtools
8904 \end_layout
8905
8906 \end_inset
8907
8908  die Option 
8909 \family sans
8910 Immer
8911 \begin_inset space ~
8912 \end_inset
8913
8914 laden
8915 \family default
8916  einstellt, hat man Zugriff auf die folgenden beschriftbaren Pfeile:
8917 \begin_inset Separator parbreak
8918 \end_inset
8919
8920
8921 \end_layout
8922
8923 \begin_layout Standard
8924 \align center
8925 \begin_inset space \hspace*{\fill}
8926 \end_inset
8927
8928
8929 \begin_inset Tabular
8930 <lyxtabular version="3" rows="7" columns="2">
8931 <features tabularvalignment="middle">
8932 <column alignment="center" valignment="top" width="0pt">
8933 <column alignment="center" valignment="top" width="0pt">
8934 <row>
8935 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8936 \begin_inset Text
8937
8938 \begin_layout Plain Layout
8939 Befehl
8940 \end_layout
8941
8942 \end_inset
8943 </cell>
8944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8945 \begin_inset Text
8946
8947 \begin_layout Plain Layout
8948 Beispiel
8949 \begin_inset Note Note
8950 status collapsed
8951
8952 \begin_layout Plain Layout
8953
8954 \series bold
8955
8956 \backslash
8957 raisebox
8958 \series default
8959  dient nur als Abstandhalter.
8960 \end_layout
8961
8962 \end_inset
8963
8964
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 </row>
8970 <row>
8971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8972 \begin_inset Text
8973
8974 \begin_layout Plain Layout
8975
8976 \backslash
8977 xleftrightarrow
8978 \end_layout
8979
8980 \end_inset
8981 </cell>
8982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8983 \begin_inset Text
8984
8985 \begin_layout Plain Layout
8986 \begin_inset Formula $\raisebox{6mm}{}\xleftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
8987 \end_inset
8988
8989
8990 \end_layout
8991
8992 \end_inset
8993 </cell>
8994 </row>
8995 <row>
8996 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8997 \begin_inset Text
8998
8999 \begin_layout Plain Layout
9000
9001 \backslash
9002 xLeftarrow
9003 \end_layout
9004
9005 \end_inset
9006 </cell>
9007 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9008 \begin_inset Text
9009
9010 \begin_layout Plain Layout
9011 \begin_inset Formula $\raisebox{6mm}{}\xLeftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9012 \end_inset
9013
9014
9015 \end_layout
9016
9017 \end_inset
9018 </cell>
9019 </row>
9020 <row>
9021 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9022 \begin_inset Text
9023
9024 \begin_layout Plain Layout
9025
9026 \backslash
9027 xRightarrow
9028 \end_layout
9029
9030 \end_inset
9031 </cell>
9032 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9033 \begin_inset Text
9034
9035 \begin_layout Plain Layout
9036 \begin_inset Formula $\raisebox{6mm}{}\xRightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9037 \end_inset
9038
9039
9040 \end_layout
9041
9042 \end_inset
9043 </cell>
9044 </row>
9045 <row>
9046 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9047 \begin_inset Text
9048
9049 \begin_layout Plain Layout
9050
9051 \backslash
9052 xLeftrightarrow
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9058 \begin_inset Text
9059
9060 \begin_layout Plain Layout
9061 \begin_inset Formula $\raisebox{6mm}{}\xLeftrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9062 \end_inset
9063
9064
9065 \end_layout
9066
9067 \end_inset
9068 </cell>
9069 </row>
9070 <row>
9071 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9072 \begin_inset Text
9073
9074 \begin_layout Plain Layout
9075
9076 \backslash
9077 xhookleftarrow
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9083 \begin_inset Text
9084
9085 \begin_layout Plain Layout
9086 \begin_inset Formula $\raisebox{6mm}{}\xhookleftarrow[x=a]{x>0}\raisebox{-4mm}{}$
9087 \end_inset
9088
9089
9090 \end_layout
9091
9092 \end_inset
9093 </cell>
9094 </row>
9095 <row>
9096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9097 \begin_inset Text
9098
9099 \begin_layout Plain Layout
9100
9101 \backslash
9102 xhookrightarrow
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9108 \begin_inset Text
9109
9110 \begin_layout Plain Layout
9111 \begin_inset Formula $\raisebox{6mm}{}\xhookrightarrow[x=a]{x>0}\raisebox{-4mm}{}$
9112 \end_inset
9113
9114
9115 \end_layout
9116
9117 \end_inset
9118 </cell>
9119 </row>
9120 </lyxtabular>
9121
9122 \end_inset
9123
9124
9125 \begin_inset space \hspace*{\fill}
9126 \end_inset
9127
9128
9129 \begin_inset Tabular
9130 <lyxtabular version="3" rows="7" columns="2">
9131 <features tabularvalignment="middle">
9132 <column alignment="center" valignment="top" width="0pt">
9133 <column alignment="center" valignment="top" width="0pt">
9134 <row>
9135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9136 \begin_inset Text
9137
9138 \begin_layout Plain Layout
9139 Befehl
9140 \end_layout
9141
9142 \end_inset
9143 </cell>
9144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9145 \begin_inset Text
9146
9147 \begin_layout Plain Layout
9148 Beispiel
9149 \begin_inset Note Note
9150 status collapsed
9151
9152 \begin_layout Plain Layout
9153
9154 \series bold
9155
9156 \backslash
9157 raisebox
9158 \series default
9159  dient nur als Abstandhalter.
9160 \end_layout
9161
9162 \end_inset
9163
9164
9165 \end_layout
9166
9167 \end_inset
9168 </cell>
9169 </row>
9170 <row>
9171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9172 \begin_inset Text
9173
9174 \begin_layout Plain Layout
9175
9176 \backslash
9177 xleftharpoondown
9178 \end_layout
9179
9180 \end_inset
9181 </cell>
9182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9183 \begin_inset Text
9184
9185 \begin_layout Plain Layout
9186 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9187 \end_inset
9188
9189
9190 \end_layout
9191
9192 \end_inset
9193 </cell>
9194 </row>
9195 <row>
9196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9197 \begin_inset Text
9198
9199 \begin_layout Plain Layout
9200
9201 \backslash
9202 xleftharpoonup
9203 \end_layout
9204
9205 \end_inset
9206 </cell>
9207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9208 \begin_inset Text
9209
9210 \begin_layout Plain Layout
9211 \begin_inset Formula $\raisebox{6mm}{}\xleftharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9212 \end_inset
9213
9214
9215 \end_layout
9216
9217 \end_inset
9218 </cell>
9219 </row>
9220 <row>
9221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9222 \begin_inset Text
9223
9224 \begin_layout Plain Layout
9225
9226 \backslash
9227 xrightharpoondown
9228 \end_layout
9229
9230 \end_inset
9231 </cell>
9232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9233 \begin_inset Text
9234
9235 \begin_layout Plain Layout
9236 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoondown[x=a]{x>0}\raisebox{-4mm}{}$
9237 \end_inset
9238
9239
9240 \end_layout
9241
9242 \end_inset
9243 </cell>
9244 </row>
9245 <row>
9246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9247 \begin_inset Text
9248
9249 \begin_layout Plain Layout
9250
9251 \backslash
9252 xrightharpoonup
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9258 \begin_inset Text
9259
9260 \begin_layout Plain Layout
9261 \begin_inset Formula $\raisebox{6mm}{}\xrightharpoonup[x=a]{x>0}\raisebox{-4mm}{}$
9262 \end_inset
9263
9264
9265 \end_layout
9266
9267 \end_inset
9268 </cell>
9269 </row>
9270 <row>
9271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9272 \begin_inset Text
9273
9274 \begin_layout Plain Layout
9275
9276 \backslash
9277 xleftrightharpoons
9278 \end_layout
9279
9280 \end_inset
9281 </cell>
9282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9283 \begin_inset Text
9284
9285 \begin_layout Plain Layout
9286 \begin_inset Formula $\raisebox{6mm}{}\xleftrightharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9287 \end_inset
9288
9289
9290 \end_layout
9291
9292 \end_inset
9293 </cell>
9294 </row>
9295 <row>
9296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9297 \begin_inset Text
9298
9299 \begin_layout Plain Layout
9300
9301 \backslash
9302 xrightleftharpoons
9303 \end_layout
9304
9305 \end_inset
9306 </cell>
9307 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9308 \begin_inset Text
9309
9310 \begin_layout Plain Layout
9311 \begin_inset Formula $\raisebox{6mm}{}\xrightleftharpoons[x=a]{x>0}\raisebox{-4mm}{}$
9312 \end_inset
9313
9314
9315 \end_layout
9316
9317 \end_inset
9318 </cell>
9319 </row>
9320 </lyxtabular>
9321
9322 \end_inset
9323
9324
9325 \begin_inset space \hspace*{\fill}
9326 \end_inset
9327
9328
9329 \end_layout
9330
9331 \begin_layout Standard
9332 Das Befehlsschema ist für all diese Pfeile dasselbe:
9333 \begin_inset Separator parbreak
9334 \end_inset
9335
9336
9337 \end_layout
9338
9339 \begin_layout Standard
9340 \align center
9341 \begin_inset Tabular
9342 <lyxtabular version="3" rows="2" columns="2">
9343 <features tabularvalignment="middle">
9344 <column alignment="center" valignment="top" width="0pt">
9345 <column alignment="center" valignment="top" width="0pt">
9346 <row>
9347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9348 \begin_inset Text
9349
9350 \begin_layout Plain Layout
9351 Befehl
9352 \end_layout
9353
9354 \end_inset
9355 </cell>
9356 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9357 \begin_inset Text
9358
9359 \begin_layout Plain Layout
9360 Ergebnis
9361 \begin_inset Note Note
9362 status collapsed
9363
9364 \begin_layout Plain Layout
9365
9366 \series bold
9367
9368 \backslash
9369 raisebox
9370 \series default
9371  dient nur als Abstandhalter.
9372 \end_layout
9373
9374 \end_inset
9375
9376
9377 \end_layout
9378
9379 \end_inset
9380 </cell>
9381 </row>
9382 <row>
9383 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9384 \begin_inset Text
9385
9386 \begin_layout Plain Layout
9387 F(a)
9388 \backslash
9389 xleftrightarrow[x=a]
9390 \backslash
9391 {x>0
9392 \begin_inset Formula $\to$
9393 \end_inset
9394
9395 F(x)
9396 \end_layout
9397
9398 \end_inset
9399 </cell>
9400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9401 \begin_inset Text
9402
9403 \begin_layout Plain Layout
9404 \begin_inset Formula $\raisebox{6mm}{}F(a)\xleftrightarrow[x=a]{x>0}F(x)\raisebox{-4mm}{}$
9405 \end_inset
9406
9407
9408 \end_layout
9409
9410 \end_inset
9411 </cell>
9412 </row>
9413 </lyxtabular>
9414
9415 \end_inset
9416
9417
9418 \end_layout
9419
9420 \begin_layout Standard
9421 \begin_inset Newpage newpage
9422 \end_inset
9423
9424
9425 \end_layout
9426
9427 \begin_layout Subsection
9428 Vertikale und diagonale Pfeile
9429 \begin_inset Index idx
9430 status collapsed
9431
9432 \begin_layout Plain Layout
9433 Pfeile ! diagonale
9434 \end_layout
9435
9436 \end_inset
9437
9438
9439 \begin_inset Index idx
9440 status collapsed
9441
9442 \begin_layout Plain Layout
9443 Pfeile ! vertikale
9444 \end_layout
9445
9446 \end_inset
9447
9448
9449 \end_layout
9450
9451 \begin_layout Standard
9452 \begin_inset space \hfill{}
9453 \end_inset
9454
9455
9456 \begin_inset Tabular
9457 <lyxtabular version="3" rows="7" columns="2">
9458 <features tabularvalignment="middle">
9459 <column alignment="center" valignment="top" width="0pt">
9460 <column alignment="center" valignment="top" width="0pt">
9461 <row>
9462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9463 \begin_inset Text
9464
9465 \begin_layout Plain Layout
9466 Befehl
9467 \end_layout
9468
9469 \end_inset
9470 </cell>
9471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9472 \begin_inset Text
9473
9474 \begin_layout Plain Layout
9475 Ergebnis
9476 \end_layout
9477
9478 \end_inset
9479 </cell>
9480 </row>
9481 <row>
9482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9483 \begin_inset Text
9484
9485 \begin_layout Plain Layout
9486
9487 \backslash
9488 uparrow
9489 \end_layout
9490
9491 \end_inset
9492 </cell>
9493 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9494 \begin_inset Text
9495
9496 \begin_layout Plain Layout
9497 \begin_inset Formula $\uparrow$
9498 \end_inset
9499
9500
9501 \end_layout
9502
9503 \end_inset
9504 </cell>
9505 </row>
9506 <row>
9507 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9508 \begin_inset Text
9509
9510 \begin_layout Plain Layout
9511
9512 \backslash
9513 Uparrow
9514 \end_layout
9515
9516 \end_inset
9517 </cell>
9518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9519 \begin_inset Text
9520
9521 \begin_layout Plain Layout
9522 \begin_inset Formula $\Uparrow$
9523 \end_inset
9524
9525
9526 \end_layout
9527
9528 \end_inset
9529 </cell>
9530 </row>
9531 <row>
9532 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9533 \begin_inset Text
9534
9535 \begin_layout Plain Layout
9536
9537 \backslash
9538 updownarrow
9539 \end_layout
9540
9541 \end_inset
9542 </cell>
9543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9544 \begin_inset Text
9545
9546 \begin_layout Plain Layout
9547 \begin_inset Formula $\updownarrow$
9548 \end_inset
9549
9550
9551 \end_layout
9552
9553 \end_inset
9554 </cell>
9555 </row>
9556 <row>
9557 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9558 \begin_inset Text
9559
9560 \begin_layout Plain Layout
9561
9562 \backslash
9563 Updownarrow
9564 \end_layout
9565
9566 \end_inset
9567 </cell>
9568 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9569 \begin_inset Text
9570
9571 \begin_layout Plain Layout
9572 \begin_inset Formula $\Updownarrow$
9573 \end_inset
9574
9575
9576 \end_layout
9577
9578 \end_inset
9579 </cell>
9580 </row>
9581 <row>
9582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9583 \begin_inset Text
9584
9585 \begin_layout Plain Layout
9586
9587 \backslash
9588 Downarrow
9589 \end_layout
9590
9591 \end_inset
9592 </cell>
9593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9594 \begin_inset Text
9595
9596 \begin_layout Plain Layout
9597 \begin_inset Formula $\Downarrow$
9598 \end_inset
9599
9600
9601 \end_layout
9602
9603 \end_inset
9604 </cell>
9605 </row>
9606 <row>
9607 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9608 \begin_inset Text
9609
9610 \begin_layout Plain Layout
9611
9612 \backslash
9613 downarrow
9614 \end_layout
9615
9616 \end_inset
9617 </cell>
9618 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9619 \begin_inset Text
9620
9621 \begin_layout Plain Layout
9622 \begin_inset Formula $\downarrow$
9623 \end_inset
9624
9625
9626 \end_layout
9627
9628 \end_inset
9629 </cell>
9630 </row>
9631 </lyxtabular>
9632
9633 \end_inset
9634
9635
9636 \begin_inset space \hfill{}
9637 \end_inset
9638
9639
9640 \begin_inset Tabular
9641 <lyxtabular version="3" rows="5" columns="2">
9642 <features tabularvalignment="middle">
9643 <column alignment="center" valignment="top" width="0pt">
9644 <column alignment="center" valignment="top" width="0pt">
9645 <row>
9646 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9647 \begin_inset Text
9648
9649 \begin_layout Plain Layout
9650 Befehl
9651 \end_layout
9652
9653 \end_inset
9654 </cell>
9655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9656 \begin_inset Text
9657
9658 \begin_layout Plain Layout
9659 Ergebnis
9660 \end_layout
9661
9662 \end_inset
9663 </cell>
9664 </row>
9665 <row>
9666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670
9671 \backslash
9672 nearrow
9673 \end_layout
9674
9675 \end_inset
9676 </cell>
9677 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9678 \begin_inset Text
9679
9680 \begin_layout Plain Layout
9681 \begin_inset Formula $\nearrow$
9682 \end_inset
9683
9684
9685 \end_layout
9686
9687 \end_inset
9688 </cell>
9689 </row>
9690 <row>
9691 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9692 \begin_inset Text
9693
9694 \begin_layout Plain Layout
9695
9696 \backslash
9697 searrow
9698 \end_layout
9699
9700 \end_inset
9701 </cell>
9702 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9703 \begin_inset Text
9704
9705 \begin_layout Plain Layout
9706 \begin_inset Formula $\searrow$
9707 \end_inset
9708
9709
9710 \end_layout
9711
9712 \end_inset
9713 </cell>
9714 </row>
9715 <row>
9716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9717 \begin_inset Text
9718
9719 \begin_layout Plain Layout
9720
9721 \backslash
9722 swarrow
9723 \end_layout
9724
9725 \end_inset
9726 </cell>
9727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9728 \begin_inset Text
9729
9730 \begin_layout Plain Layout
9731 \begin_inset Formula $\swarrow$
9732 \end_inset
9733
9734
9735 \end_layout
9736
9737 \end_inset
9738 </cell>
9739 </row>
9740 <row>
9741 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9742 \begin_inset Text
9743
9744 \begin_layout Plain Layout
9745
9746 \backslash
9747 nwarrow
9748 \end_layout
9749
9750 \end_inset
9751 </cell>
9752 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9753 \begin_inset Text
9754
9755 \begin_layout Plain Layout
9756 \begin_inset Formula $\nwarrow$
9757 \end_inset
9758
9759
9760 \end_layout
9761
9762 \end_inset
9763 </cell>
9764 </row>
9765 </lyxtabular>
9766
9767 \end_inset
9768
9769
9770 \begin_inset space \hfill{}
9771 \end_inset
9772
9773
9774 \end_layout
9775
9776 \begin_layout Standard
9777 \begin_inset VSpace medskip
9778 \end_inset
9779
9780 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9781  
9782 \begin_inset CommandInset ref
9783 LatexCommand ref
9784 reference "subsec:Manuelle-Klammergrößen"
9785
9786 \end_inset
9787
9788  und 
9789 \begin_inset CommandInset ref
9790 LatexCommand ref
9791 reference "subsec:Automatische-Klammergrößen"
9792
9793 \end_inset
9794
9795  beschriebenen Befehlen verwendet werden.
9796 \end_layout
9797
9798 \begin_layout Section
9799 Akzente
9800 \begin_inset CommandInset label
9801 LatexCommand label
9802 name "sec:Akzente"
9803
9804 \end_inset
9805
9806
9807 \begin_inset Index idx
9808 status collapsed
9809
9810 \begin_layout Plain Layout
9811 Akzente
9812 \end_layout
9813
9814 \end_inset
9815
9816
9817 \end_layout
9818
9819 \begin_layout Standard
9820 Akzente können über den Mathe-Werkzeugleistenknopf 
9821 \begin_inset Info
9822 type  "icon"
9823 arg   "math-insert \\hat"
9824 \end_inset
9825
9826  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9827  aufgelistet sind.
9828 \end_layout
9829
9830 \begin_layout Subsection
9831 Akzente für ein Zeichen
9832 \begin_inset ERT
9833 status collapsed
9834
9835 \begin_layout Plain Layout
9836
9837
9838 \backslash
9839 texorpdfstring{
9840 \end_layout
9841
9842 \end_inset
9843
9844
9845 \begin_inset Foot
9846 status collapsed
9847
9848 \begin_layout Plain Layout
9849 Akzente im Text siehe 
9850 \begin_inset CommandInset ref
9851 LatexCommand ref
9852 reference "subsec:Sonderzeichen-Akzente"
9853
9854 \end_inset
9855
9856
9857 \end_layout
9858
9859 \end_inset
9860
9861
9862 \begin_inset ERT
9863 status collapsed
9864
9865 \begin_layout Plain Layout
9866
9867 }{}
9868 \end_layout
9869
9870 \end_inset
9871
9872
9873 \begin_inset Note Note
9874 status collapsed
9875
9876 \begin_layout Plain Layout
9877
9878 \series bold
9879
9880 \backslash
9881 texorpdfstring
9882 \series default
9883  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9884 \end_layout
9885
9886 \begin_layout Plain Layout
9887 Näheres zu 
9888 \series bold
9889
9890 \backslash
9891 texorpdfstring
9892 \series default
9893  steht in Kapitel 
9894 \begin_inset CommandInset ref
9895 LatexCommand ref
9896 reference "subsec:Formeln-in-Überschriften"
9897
9898 \end_inset
9899
9900 .
9901 \end_layout
9902
9903 \end_inset
9904
9905
9906 \begin_inset CommandInset label
9907 LatexCommand label
9908 name "subsec:Akzente-für-ein"
9909
9910 \end_inset
9911
9912
9913 \begin_inset Index idx
9914 status collapsed
9915
9916 \begin_layout Plain Layout
9917 Akzente ! für ein Zeichen
9918 \end_layout
9919
9920 \end_inset
9921
9922
9923 \end_layout
9924
9925 \begin_layout Standard
9926 \begin_inset space \hfill{}
9927 \end_inset
9928
9929
9930 \begin_inset Tabular
9931 <lyxtabular version="3" rows="8" columns="2">
9932 <features tabularvalignment="middle">
9933 <column alignment="center" valignment="top" width="0pt">
9934 <column alignment="center" valignment="top" width="0pt">
9935 <row>
9936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9937 \begin_inset Text
9938
9939 \begin_layout Plain Layout
9940 Befehl
9941 \end_layout
9942
9943 \end_inset
9944 </cell>
9945 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9946 \begin_inset Text
9947
9948 \begin_layout Plain Layout
9949 Ergebnis
9950 \begin_inset Note Note
9951 status collapsed
9952
9953 \begin_layout Plain Layout
9954
9955 \series bold
9956
9957 \backslash
9958 raisebox
9959 \series default
9960  dient nur als Abstandhalter.
9961 \end_layout
9962
9963 \end_inset
9964
9965
9966 \end_layout
9967
9968 \end_inset
9969 </cell>
9970 </row>
9971 <row>
9972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9973 \begin_inset Text
9974
9975 \begin_layout Plain Layout
9976
9977 \backslash
9978 dot
9979 \begin_inset space \textvisiblespace{}
9980 \end_inset
9981
9982 A
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9988 \begin_inset Text
9989
9990 \begin_layout Plain Layout
9991 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9992 \end_inset
9993
9994
9995 \end_layout
9996
9997 \end_inset
9998 </cell>
9999 </row>
10000 <row>
10001 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005
10006 \backslash
10007 ddot
10008 \begin_inset space \textvisiblespace{}
10009 \end_inset
10010
10011 A
10012 \end_layout
10013
10014 \end_inset
10015 </cell>
10016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10017 \begin_inset Text
10018
10019 \begin_layout Plain Layout
10020 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
10021 \end_inset
10022
10023
10024 \end_layout
10025
10026 \end_inset
10027 </cell>
10028 </row>
10029 <row>
10030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10031 \begin_inset Text
10032
10033 \begin_layout Plain Layout
10034
10035 \backslash
10036 dddot
10037 \begin_inset space \textvisiblespace{}
10038 \end_inset
10039
10040 A
10041 \end_layout
10042
10043 \end_inset
10044 </cell>
10045 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10046 \begin_inset Text
10047
10048 \begin_layout Plain Layout
10049 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
10050 \end_inset
10051
10052
10053 \end_layout
10054
10055 \end_inset
10056 </cell>
10057 </row>
10058 <row>
10059 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10060 \begin_inset Text
10061
10062 \begin_layout Plain Layout
10063
10064 \backslash
10065 ddddot
10066 \begin_inset space \textvisiblespace{}
10067 \end_inset
10068
10069 A
10070 \end_layout
10071
10072 \end_inset
10073 </cell>
10074 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10075 \begin_inset Text
10076
10077 \begin_layout Plain Layout
10078 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
10079 \end_inset
10080
10081
10082 \end_layout
10083
10084 \end_inset
10085 </cell>
10086 </row>
10087 <row>
10088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10089 \begin_inset Text
10090
10091 \begin_layout Plain Layout
10092
10093 \backslash
10094 vec
10095 \begin_inset space \textvisiblespace{}
10096 \end_inset
10097
10098 A
10099 \begin_inset Index idx
10100 status collapsed
10101
10102 \begin_layout Plain Layout
10103 Vektoren
10104 \end_layout
10105
10106 \end_inset
10107
10108
10109 \end_layout
10110
10111 \end_inset
10112 </cell>
10113 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10114 \begin_inset Text
10115
10116 \begin_layout Plain Layout
10117 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
10118 \end_inset
10119
10120
10121 \end_layout
10122
10123 \end_inset
10124 </cell>
10125 </row>
10126 <row>
10127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10128 \begin_inset Text
10129
10130 \begin_layout Plain Layout
10131
10132 \backslash
10133 bar
10134 \begin_inset space \textvisiblespace{}
10135 \end_inset
10136
10137 A
10138 \end_layout
10139
10140 \end_inset
10141 </cell>
10142 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10143 \begin_inset Text
10144
10145 \begin_layout Plain Layout
10146 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
10147 \end_inset
10148
10149
10150 \end_layout
10151
10152 \end_inset
10153 </cell>
10154 </row>
10155 <row>
10156 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10157 \begin_inset Text
10158
10159 \begin_layout Plain Layout
10160
10161 \backslash
10162 mathring
10163 \begin_inset space \textvisiblespace{}
10164 \end_inset
10165
10166 A
10167 \end_layout
10168
10169 \end_inset
10170 </cell>
10171 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10172 \begin_inset Text
10173
10174 \begin_layout Plain Layout
10175 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
10176 \end_inset
10177
10178
10179 \end_layout
10180
10181 \end_inset
10182 </cell>
10183 </row>
10184 </lyxtabular>
10185
10186 \end_inset
10187
10188
10189 \begin_inset space \hfill{}
10190 \end_inset
10191
10192
10193 \begin_inset Tabular
10194 <lyxtabular version="3" rows="7" columns="2">
10195 <features tabularvalignment="middle">
10196 <column alignment="center" valignment="top" width="0pt">
10197 <column alignment="center" valignment="top" width="0pt">
10198 <row>
10199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10200 \begin_inset Text
10201
10202 \begin_layout Plain Layout
10203 Befehl
10204 \end_layout
10205
10206 \end_inset
10207 </cell>
10208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10209 \begin_inset Text
10210
10211 \begin_layout Plain Layout
10212 Ergebnis
10213 \end_layout
10214
10215 \end_inset
10216 </cell>
10217 </row>
10218 <row>
10219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10220 \begin_inset Text
10221
10222 \begin_layout Plain Layout
10223
10224 \backslash
10225 tilde
10226 \begin_inset space \textvisiblespace{}
10227 \end_inset
10228
10229 A
10230 \end_layout
10231
10232 \end_inset
10233 </cell>
10234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10235 \begin_inset Text
10236
10237 \begin_layout Plain Layout
10238 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10239 \end_inset
10240
10241
10242 \end_layout
10243
10244 \end_inset
10245 </cell>
10246 </row>
10247 <row>
10248 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10249 \begin_inset Text
10250
10251 \begin_layout Plain Layout
10252
10253 \backslash
10254 hat
10255 \begin_inset space \textvisiblespace{}
10256 \end_inset
10257
10258 A
10259 \end_layout
10260
10261 \end_inset
10262 </cell>
10263 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10264 \begin_inset Text
10265
10266 \begin_layout Plain Layout
10267 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10268 \end_inset
10269
10270
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 </row>
10276 <row>
10277 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10278 \begin_inset Text
10279
10280 \begin_layout Plain Layout
10281
10282 \backslash
10283 check
10284 \begin_inset space \textvisiblespace{}
10285 \end_inset
10286
10287 A
10288 \end_layout
10289
10290 \end_inset
10291 </cell>
10292 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10293 \begin_inset Text
10294
10295 \begin_layout Plain Layout
10296 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10297 \end_inset
10298
10299
10300 \end_layout
10301
10302 \end_inset
10303 </cell>
10304 </row>
10305 <row>
10306 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310
10311 \backslash
10312 acute
10313 \begin_inset space \textvisiblespace{}
10314 \end_inset
10315
10316 A
10317 \end_layout
10318
10319 \end_inset
10320 </cell>
10321 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10322 \begin_inset Text
10323
10324 \begin_layout Plain Layout
10325 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10326 \end_inset
10327
10328
10329 \end_layout
10330
10331 \end_inset
10332 </cell>
10333 </row>
10334 <row>
10335 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10336 \begin_inset Text
10337
10338 \begin_layout Plain Layout
10339
10340 \backslash
10341 grave
10342 \begin_inset space \textvisiblespace{}
10343 \end_inset
10344
10345 A
10346 \end_layout
10347
10348 \end_inset
10349 </cell>
10350 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10351 \begin_inset Text
10352
10353 \begin_layout Plain Layout
10354 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10355 \end_inset
10356
10357
10358 \end_layout
10359
10360 \end_inset
10361 </cell>
10362 </row>
10363 <row>
10364 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10365 \begin_inset Text
10366
10367 \begin_layout Plain Layout
10368
10369 \backslash
10370 breve
10371 \begin_inset space \textvisiblespace{}
10372 \end_inset
10373
10374 A
10375 \end_layout
10376
10377 \end_inset
10378 </cell>
10379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10380 \begin_inset Text
10381
10382 \begin_layout Plain Layout
10383 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10384 \end_inset
10385
10386
10387 \end_layout
10388
10389 \end_inset
10390 </cell>
10391 </row>
10392 </lyxtabular>
10393
10394 \end_inset
10395
10396
10397 \begin_inset space \hfill{}
10398 \end_inset
10399
10400
10401 \end_layout
10402
10403 \begin_layout Standard
10404 \begin_inset VSpace bigskip
10405 \end_inset
10406
10407 Akzente wie z.B.
10408  é können direkt in Formeln eingegeben werden.
10409  \SpecialChar LyX
10410  transformiert sie dann in den entsprechenden Akzentbefehl.
10411  Für Umlaute
10412 \begin_inset Index idx
10413 status collapsed
10414
10415 \begin_layout Plain Layout
10416 Umlaute
10417 \end_layout
10418
10419 \end_inset
10420
10421  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10422  Diese beiden Zeichen bilden dann für \SpecialChar LaTeX
10423  
10424 \emph on
10425 ein
10426 \emph default
10427  Zeichen.
10428  Im Gegensatz zu 
10429 \series bold
10430
10431 \backslash
10432 ddot
10433 \series default
10434  entstehen damit 
10435 \begin_inset Quotes gld
10436 \end_inset
10437
10438 echte
10439 \begin_inset Quotes grd
10440 \end_inset
10441
10442  Umlaute, was folgendes Beispiel zeigt:
10443 \end_layout
10444
10445 \begin_layout Standard
10446 \begin_inset VSpace -2mm
10447 \end_inset
10448
10449
10450 \end_layout
10451
10452 \begin_layout Standard
10453 \align center
10454 \begin_inset Tabular
10455 <lyxtabular version="3" rows="3" columns="2">
10456 <features tabularvalignment="middle">
10457 <column alignment="center" valignment="top">
10458 <column alignment="center" valignment="top">
10459 <row>
10460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10461 \begin_inset Text
10462
10463 \begin_layout Plain Layout
10464 Befehl
10465 \end_layout
10466
10467 \end_inset
10468 </cell>
10469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10470 \begin_inset Text
10471
10472 \begin_layout Plain Layout
10473 Ergebnis
10474 \begin_inset Note Note
10475 status collapsed
10476
10477 \begin_layout Plain Layout
10478
10479 \series bold
10480
10481 \backslash
10482 raisebox
10483 \series default
10484  dient nur als Abstandhalter.
10485 \end_layout
10486
10487 \end_inset
10488
10489
10490 \end_layout
10491
10492 \end_inset
10493 </cell>
10494 </row>
10495 <row>
10496 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10497 \begin_inset Text
10498
10499 \begin_layout Plain Layout
10500 \begin_inset Quotes grd
10501 \end_inset
10502
10503 i
10504 \end_layout
10505
10506 \end_inset
10507 </cell>
10508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10509 \begin_inset Text
10510
10511 \begin_layout Plain Layout
10512 \begin_inset Formula $"i$
10513 \end_inset
10514
10515
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 </row>
10521 <row>
10522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10523 \begin_inset Text
10524
10525 \begin_layout Plain Layout
10526
10527 \backslash
10528 ddot
10529 \begin_inset space \textvisiblespace{}
10530 \end_inset
10531
10532 i
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{5mm}{}\ddot{i}$
10542 \end_inset
10543
10544
10545 \end_layout
10546
10547 \end_inset
10548 </cell>
10549 </row>
10550 </lyxtabular>
10551
10552 \end_inset
10553
10554
10555 \end_layout
10556
10557 \begin_layout Standard
10558 Ein weiterer Vorteil gegenüber 
10559 \series bold
10560
10561 \backslash
10562 ddot
10563 \series default
10564  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10565  denn die obigen Akzentbefehle sind 
10566 \emph on
10567 im mathematischen Text\SpecialChar softhyphen
10568 modus nicht erlaubt
10569 \emph default
10570 .
10571  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10572  nur das Zeichen unter dem Akzent umgewandelt werden.
10573  Das gilt auch für alle anderen Umwandlungen wie z.
10574 \begin_inset space \thinspace{}
10575 \end_inset
10576
10577 B.
10578  in kursiv oder fett.
10579 \end_layout
10580
10581 \begin_layout Standard
10582 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10583  direkt eingegeben werden.
10584 \end_layout
10585
10586 \begin_layout Standard
10587 \begin_inset VSpace bigskip
10588 \end_inset
10589
10590
10591 \end_layout
10592
10593 \begin_layout Standard
10594 \SpecialChar LyX
10595  unterstützt auch eine Tilde unter einem Zeichen, wenn das \SpecialChar LaTeX
10596 -Paket 
10597 \series bold
10598 undertilde
10599 \series default
10600
10601 \begin_inset Index idx
10602 status collapsed
10603
10604 \begin_layout Plain Layout
10605 Pakete ! undertilde
10606 \end_layout
10607
10608 \end_inset
10609
10610  auf Ihrem System installiert ist:
10611 \end_layout
10612
10613 \begin_layout Standard
10614 \begin_inset ERT
10615 status collapsed
10616
10617 \begin_layout Plain Layout
10618
10619
10620 \backslash
10621 ifundertilde 
10622 \end_layout
10623
10624 \end_inset
10625
10626
10627 \begin_inset Note Note
10628 status open
10629
10630 \begin_layout Plain Layout
10631 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
10632 -Paket 
10633 \series bold
10634 undertilde
10635 \series default
10636  installiert ist:
10637 \end_layout
10638
10639 \end_inset
10640
10641
10642 \begin_inset Separator parbreak
10643 \end_inset
10644
10645
10646 \end_layout
10647
10648 \begin_layout Standard
10649 \noindent
10650 \align center
10651 \begin_inset Tabular
10652 <lyxtabular version="3" rows="2" columns="2">
10653 <features tabularvalignment="middle">
10654 <column alignment="center" valignment="top" width="0pt">
10655 <column alignment="center" valignment="top" width="0pt">
10656 <row>
10657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10658 \begin_inset Text
10659
10660 \begin_layout Plain Layout
10661 Befehl
10662 \end_layout
10663
10664 \end_inset
10665 </cell>
10666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10667 \begin_inset Text
10668
10669 \begin_layout Plain Layout
10670 Ergebnis
10671 \end_layout
10672
10673 \end_inset
10674 </cell>
10675 </row>
10676 <row>
10677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10678 \begin_inset Text
10679
10680 \begin_layout Plain Layout
10681
10682 \backslash
10683 utilde
10684 \begin_inset space \textvisiblespace{}
10685 \end_inset
10686
10687 A
10688 \end_layout
10689
10690 \end_inset
10691 </cell>
10692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10693 \begin_inset Text
10694
10695 \begin_layout Plain Layout
10696 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
10697 \end_inset
10698
10699
10700 \end_layout
10701
10702 \end_inset
10703 </cell>
10704 </row>
10705 </lyxtabular>
10706
10707 \end_inset
10708
10709
10710 \end_layout
10711
10712 \begin_layout Standard
10713 \begin_inset ERT
10714 status collapsed
10715
10716 \begin_layout Plain Layout
10717
10718
10719 \backslash
10720 else 
10721 \end_layout
10722
10723 \end_inset
10724
10725
10726 \begin_inset Note Note
10727 status open
10728
10729 \begin_layout Plain Layout
10730 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
10731 -Paket 
10732 \series bold
10733 undertilde
10734 \series default
10735  nicht installiert ist:
10736 \end_layout
10737
10738 \end_inset
10739
10740
10741 \end_layout
10742
10743 \begin_layout Standard
10744 Das \SpecialChar LaTeX
10745 -Paket 
10746 \series bold
10747 undertilde 
10748 \series default
10749 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
10750 \end_layout
10751
10752 \begin_layout Standard
10753 \begin_inset ERT
10754 status collapsed
10755
10756 \begin_layout Plain Layout
10757
10758
10759 \backslash
10760 fi 
10761 \end_layout
10762
10763 \end_inset
10764
10765
10766 \end_layout
10767
10768 \begin_layout Subsection
10769 Akzente für mehrere Zeichen
10770 \begin_inset Index idx
10771 status collapsed
10772
10773 \begin_layout Plain Layout
10774 Akzente ! für mehrere Zeichen
10775 \end_layout
10776
10777 \end_inset
10778
10779
10780 \end_layout
10781
10782 \begin_layout Standard
10783 \begin_inset space \hfill{}
10784 \end_inset
10785
10786
10787 \begin_inset Tabular
10788 <lyxtabular version="3" rows="5" columns="2">
10789 <features tabularvalignment="middle">
10790 <column alignment="center" valignment="top" width="0pt">
10791 <column alignment="center" valignment="top" width="0pt">
10792 <row>
10793 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10794 \begin_inset Text
10795
10796 \begin_layout Plain Layout
10797 Befehl
10798 \end_layout
10799
10800 \end_inset
10801 </cell>
10802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10803 \begin_inset Text
10804
10805 \begin_layout Plain Layout
10806 Ergebnis
10807 \begin_inset Note Note
10808 status collapsed
10809
10810 \begin_layout Plain Layout
10811
10812 \series bold
10813
10814 \backslash
10815 raisebox
10816 \series default
10817  dient nur als Abstandhalter.
10818 \end_layout
10819
10820 \end_inset
10821
10822
10823 \end_layout
10824
10825 \end_inset
10826 </cell>
10827 </row>
10828 <row>
10829 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10830 \begin_inset Text
10831
10832 \begin_layout Plain Layout
10833
10834 \backslash
10835 overleftarrow
10836 \begin_inset space \textvisiblespace{}
10837 \end_inset
10838
10839 A=B
10840 \end_layout
10841
10842 \end_inset
10843 </cell>
10844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10849 \end_inset
10850
10851
10852 \end_layout
10853
10854 \end_inset
10855 </cell>
10856 </row>
10857 <row>
10858 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10859 \begin_inset Text
10860
10861 \begin_layout Plain Layout
10862
10863 \backslash
10864 underleftarrow
10865 \begin_inset space \textvisiblespace{}
10866 \end_inset
10867
10868 A=B
10869 \end_layout
10870
10871 \end_inset
10872 </cell>
10873 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10874 \begin_inset Text
10875
10876 \begin_layout Plain Layout
10877 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10878 \end_inset
10879
10880
10881 \end_layout
10882
10883 \end_inset
10884 </cell>
10885 </row>
10886 <row>
10887 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10888 \begin_inset Text
10889
10890 \begin_layout Plain Layout
10891
10892 \backslash
10893 overleftrightarrow
10894 \begin_inset space \textvisiblespace{}
10895 \end_inset
10896
10897 A=B
10898 \end_layout
10899
10900 \end_inset
10901 </cell>
10902 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10903 \begin_inset Text
10904
10905 \begin_layout Plain Layout
10906 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10907 \end_inset
10908
10909
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \backslash
10922 underleftrightarrow
10923 \begin_inset space \textvisiblespace{}
10924 \end_inset
10925
10926 A=B
10927 \end_layout
10928
10929 \end_inset
10930 </cell>
10931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10932 \begin_inset Text
10933
10934 \begin_layout Plain Layout
10935 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10936 \end_inset
10937
10938
10939 \end_layout
10940
10941 \end_inset
10942 </cell>
10943 </row>
10944 </lyxtabular>
10945
10946 \end_inset
10947
10948
10949 \begin_inset space \hfill{}
10950 \end_inset
10951
10952
10953 \begin_inset Tabular
10954 <lyxtabular version="3" rows="5" columns="2">
10955 <features tabularvalignment="middle">
10956 <column alignment="center" valignment="top" width="0pt">
10957 <column alignment="center" valignment="top" width="0pt">
10958 <row>
10959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10960 \begin_inset Text
10961
10962 \begin_layout Plain Layout
10963 Befehl
10964 \end_layout
10965
10966 \end_inset
10967 </cell>
10968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10969 \begin_inset Text
10970
10971 \begin_layout Plain Layout
10972 Ergebnis
10973 \end_layout
10974
10975 \end_inset
10976 </cell>
10977 </row>
10978 <row>
10979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10980 \begin_inset Text
10981
10982 \begin_layout Plain Layout
10983
10984 \backslash
10985 overrightarrow
10986 \begin_inset space \textvisiblespace{}
10987 \end_inset
10988
10989 A=B
10990 \end_layout
10991
10992 \end_inset
10993 </cell>
10994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10995 \begin_inset Text
10996
10997 \begin_layout Plain Layout
10998 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10999 \end_inset
11000
11001
11002 \end_layout
11003
11004 \end_inset
11005 </cell>
11006 </row>
11007 <row>
11008 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11009 \begin_inset Text
11010
11011 \begin_layout Plain Layout
11012
11013 \backslash
11014 underrightarrow
11015 \begin_inset space \textvisiblespace{}
11016 \end_inset
11017
11018 A=B
11019 \end_layout
11020
11021 \end_inset
11022 </cell>
11023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11024 \begin_inset Text
11025
11026 \begin_layout Plain Layout
11027 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
11028 \end_inset
11029
11030
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 </row>
11036 <row>
11037 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11038 \begin_inset Text
11039
11040 \begin_layout Plain Layout
11041
11042 \backslash
11043 widetilde
11044 \begin_inset space \textvisiblespace{}
11045 \end_inset
11046
11047 A=B
11048 \end_layout
11049
11050 \end_inset
11051 </cell>
11052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11053 \begin_inset Text
11054
11055 \begin_layout Plain Layout
11056 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11057 \end_inset
11058
11059
11060 \end_layout
11061
11062 \end_inset
11063 </cell>
11064 </row>
11065 <row>
11066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11067 \begin_inset Text
11068
11069 \begin_layout Plain Layout
11070
11071 \backslash
11072 widehat
11073 \begin_inset space \textvisiblespace{}
11074 \end_inset
11075
11076 A=B
11077 \end_layout
11078
11079 \end_inset
11080 </cell>
11081 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11082 \begin_inset Text
11083
11084 \begin_layout Plain Layout
11085 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11086 \end_inset
11087
11088
11089 \end_layout
11090
11091 \end_inset
11092 </cell>
11093 </row>
11094 </lyxtabular>
11095
11096 \end_inset
11097
11098
11099 \begin_inset space \hfill{}
11100 \end_inset
11101
11102
11103 \end_layout
11104
11105 \begin_layout Standard
11106 \begin_inset VSpace medskip
11107 \end_inset
11108
11109 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11110  Die Akzente
11111 \begin_inset Newline linebreak
11112 \end_inset
11113
11114
11115 \series bold
11116
11117 \backslash
11118 widetilde
11119 \series default
11120  und 
11121 \series bold
11122
11123 \backslash
11124 widehat
11125 \series default
11126  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11127  was folgendes Beispiel verdeutlicht:
11128 \begin_inset Formula 
11129 \[
11130 \widetilde{A+B=C-D}
11131 \]
11132
11133 \end_inset
11134
11135
11136 \end_layout
11137
11138 \begin_layout Standard
11139 Mit den im vorigen Kapitel beschriebenen Befehlen 
11140 \series bold
11141
11142 \backslash
11143 overset
11144 \series default
11145
11146 \begin_inset Index idx
11147 status collapsed
11148
11149 \begin_layout Plain Layout
11150 Befehle ! O ! 
11151 \backslash
11152 overset
11153 \end_layout
11154
11155 \end_inset
11156
11157  und 
11158 \series bold
11159
11160 \backslash
11161 underset
11162 \series default
11163
11164 \begin_inset Index idx
11165 status collapsed
11166
11167 \begin_layout Plain Layout
11168 Befehle ! U ! 
11169 \backslash
11170 underset
11171 \end_layout
11172
11173 \end_inset
11174
11175  ist es auch möglich mehrere Zeichen zu akzentuieren.
11176  Der Befehl 
11177 \series bold
11178
11179 \backslash
11180 underset
11181 \begin_inset space \textvisiblespace{}
11182 \end_inset
11183
11184 A=B
11185 \begin_inset Formula $\downarrow$
11186 \end_inset
11187
11188 ***
11189 \series default
11190  ergibt:
11191 \begin_inset Formula 
11192 \[
11193 \underset{***}{A=B}
11194 \]
11195
11196 \end_inset
11197
11198
11199 \end_layout
11200
11201 \begin_layout Section
11202 Leerraum
11203 \begin_inset CommandInset label
11204 LatexCommand label
11205 name "subsec:Leerraum"
11206
11207 \end_inset
11208
11209
11210 \begin_inset Index idx
11211 status collapsed
11212
11213 \begin_layout Plain Layout
11214 Leerraum ! horizontaler
11215 \end_layout
11216
11217 \end_inset
11218
11219
11220 \end_layout
11221
11222 \begin_layout Subsection
11223 Vordefinierter Leerraum
11224 \begin_inset CommandInset label
11225 LatexCommand label
11226 name "subsec:Vordefinierter-Leerraum"
11227
11228 \end_inset
11229
11230
11231 \begin_inset Index idx
11232 status collapsed
11233
11234 \begin_layout Plain Layout
11235 Leerraum ! horizontaler ! vordefiniert
11236 \end_layout
11237
11238 \end_inset
11239
11240
11241 \end_layout
11242
11243 \begin_layout Standard
11244 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11245  Dazu gibt man ein geschütztes Leerzeichen ein.
11246  Es erscheint ein 
11247 \begin_inset Quotes gld
11248 \end_inset
11249
11250
11251 \color blue
11252
11253 \begin_inset space \textvisiblespace{}
11254 \end_inset
11255
11256
11257 \color inherit
11258
11259 \begin_inset Quotes grd
11260 \end_inset
11261
11262  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11263  Leerraum-Größen wählen.
11264  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11265 \begin_inset Info
11266 type  "icon"
11267 arg   "math-insert \\space"
11268 \end_inset
11269
11270  oder mit einzelnen Befehlen aufrufen.
11271  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11272  danach wieder aus allen Größen wählen.
11273 \begin_inset Separator parbreak
11274 \end_inset
11275
11276
11277 \end_layout
11278
11279 \begin_layout Standard
11280 \align center
11281 \begin_inset Tabular
11282 <lyxtabular version="3" rows="6" columns="3">
11283 <features tabularvalignment="middle">
11284 <column alignment="center" valignment="top">
11285 <column alignment="center" valignment="top" width="15col%">
11286 <column alignment="center" valignment="top">
11287 <row>
11288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11289 \begin_inset Text
11290
11291 \begin_layout Plain Layout
11292 Befehl
11293 \end_layout
11294
11295 \end_inset
11296 </cell>
11297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11298 \begin_inset Text
11299
11300 \begin_layout Plain Layout
11301 Anzahl der Leertastendrücke
11302 \end_layout
11303
11304 \end_inset
11305 </cell>
11306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11307 \begin_inset Text
11308
11309 \begin_layout Plain Layout
11310 Ergebnis
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 </row>
11316 <row>
11317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321
11322 \backslash
11323 ,
11324 \end_layout
11325
11326 \end_inset
11327 </cell>
11328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11329 \begin_inset Text
11330
11331 \begin_layout Plain Layout
11332 0
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341 \begin_inset Formula $A\,B$
11342 \end_inset
11343
11344
11345 \end_layout
11346
11347 \end_inset
11348 </cell>
11349 </row>
11350 <row>
11351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11352 \begin_inset Text
11353
11354 \begin_layout Plain Layout
11355
11356 \backslash
11357 :
11358 \end_layout
11359
11360 \end_inset
11361 </cell>
11362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11363 \begin_inset Text
11364
11365 \begin_layout Plain Layout
11366 1
11367 \end_layout
11368
11369 \end_inset
11370 </cell>
11371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11372 \begin_inset Text
11373
11374 \begin_layout Plain Layout
11375 \begin_inset Formula $A\:B$
11376 \end_inset
11377
11378
11379 \end_layout
11380
11381 \end_inset
11382 </cell>
11383 </row>
11384 <row>
11385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11386 \begin_inset Text
11387
11388 \begin_layout Plain Layout
11389
11390 \backslash
11391 ;
11392 \end_layout
11393
11394 \end_inset
11395 </cell>
11396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11397 \begin_inset Text
11398
11399 \begin_layout Plain Layout
11400 2
11401 \end_layout
11402
11403 \end_inset
11404 </cell>
11405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11406 \begin_inset Text
11407
11408 \begin_layout Plain Layout
11409 \begin_inset Formula $A\;B$
11410 \end_inset
11411
11412
11413 \end_layout
11414
11415 \end_inset
11416 </cell>
11417 </row>
11418 <row>
11419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11420 \begin_inset Text
11421
11422 \begin_layout Plain Layout
11423
11424 \backslash
11425 quad
11426 \end_layout
11427
11428 \end_inset
11429 </cell>
11430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11431 \begin_inset Text
11432
11433 \begin_layout Plain Layout
11434 3
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11440 \begin_inset Text
11441
11442 \begin_layout Plain Layout
11443 \begin_inset Formula $A\quad B$
11444 \end_inset
11445
11446
11447 \end_layout
11448
11449 \end_inset
11450 </cell>
11451 </row>
11452 <row>
11453 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11454 \begin_inset Text
11455
11456 \begin_layout Plain Layout
11457
11458 \backslash
11459 qquad
11460 \end_layout
11461
11462 \end_inset
11463 </cell>
11464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11465 \begin_inset Text
11466
11467 \begin_layout Plain Layout
11468 4
11469 \end_layout
11470
11471 \end_inset
11472 </cell>
11473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11474 \begin_inset Text
11475
11476 \begin_layout Plain Layout
11477 \begin_inset Formula $A\qquad B$
11478 \end_inset
11479
11480
11481 \end_layout
11482
11483 \end_inset
11484 </cell>
11485 </row>
11486 </lyxtabular>
11487
11488 \end_inset
11489
11490
11491 \begin_inset space \hfill{}
11492 \end_inset
11493
11494
11495 \begin_inset Tabular
11496 <lyxtabular version="3" rows="6" columns="3">
11497 <features tabularvalignment="middle">
11498 <column alignment="center" valignment="top">
11499 <column alignment="center" valignment="top" width="15col%">
11500 <column alignment="center" valignment="top">
11501 <row>
11502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11503 \begin_inset Text
11504
11505 \begin_layout Plain Layout
11506 Befehl
11507 \end_layout
11508
11509 \end_inset
11510 </cell>
11511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11512 \begin_inset Text
11513
11514 \begin_layout Plain Layout
11515 Anzahl der Leertastendrücke
11516 \end_layout
11517
11518 \end_inset
11519 </cell>
11520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11521 \begin_inset Text
11522
11523 \begin_layout Plain Layout
11524 Ergebnis
11525 \end_layout
11526
11527 \end_inset
11528 </cell>
11529 </row>
11530 <row>
11531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535
11536 \backslash
11537 hfill
11538 \end_layout
11539
11540 \end_inset
11541 </cell>
11542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11543 \begin_inset Text
11544
11545 \begin_layout Plain Layout
11546 5
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555 \begin_inset Formula $A\hfill B$
11556 \end_inset
11557
11558
11559 \end_layout
11560
11561 \end_inset
11562 </cell>
11563 </row>
11564 <row>
11565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11566 \begin_inset Text
11567
11568 \begin_layout Plain Layout
11569
11570 \backslash
11571 hspace*{1em}
11572 \end_layout
11573
11574 \end_inset
11575 </cell>
11576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11577 \begin_inset Text
11578
11579 \begin_layout Plain Layout
11580 6
11581 \end_layout
11582
11583 \end_inset
11584 </cell>
11585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11586 \begin_inset Text
11587
11588 \begin_layout Plain Layout
11589 \begin_inset Formula $A\hspace*{1em}B$
11590 \end_inset
11591
11592
11593 \end_layout
11594
11595 \end_inset
11596 </cell>
11597 </row>
11598 <row>
11599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11600 \begin_inset Text
11601
11602 \begin_layout Plain Layout
11603
11604 \backslash
11605 hspace{1em}
11606 \end_layout
11607
11608 \end_inset
11609 </cell>
11610 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11611 \begin_inset Text
11612
11613 \begin_layout Plain Layout
11614 7
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 \begin_inset Formula $A\hspace{1em}B$
11624 \end_inset
11625
11626
11627 \end_layout
11628
11629 \end_inset
11630 </cell>
11631 </row>
11632 <row>
11633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11634 \begin_inset Text
11635
11636 \begin_layout Plain Layout
11637
11638 \backslash
11639
11640 \begin_inset space \textvisiblespace{}
11641 \end_inset
11642
11643
11644 \end_layout
11645
11646 \end_inset
11647 </cell>
11648 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11649 \begin_inset Text
11650
11651 \begin_layout Plain Layout
11652 8
11653 \end_layout
11654
11655 \end_inset
11656 </cell>
11657 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11658 \begin_inset Text
11659
11660 \begin_layout Plain Layout
11661 \begin_inset Formula $A\ B$
11662 \end_inset
11663
11664
11665 \end_layout
11666
11667 \end_inset
11668 </cell>
11669 </row>
11670 <row>
11671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11672 \begin_inset Text
11673
11674 \begin_layout Plain Layout
11675
11676 \backslash
11677 !
11678 \end_layout
11679
11680 \end_inset
11681 </cell>
11682 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11683 \begin_inset Text
11684
11685 \begin_layout Plain Layout
11686 9
11687 \end_layout
11688
11689 \end_inset
11690 </cell>
11691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11692 \begin_inset Text
11693
11694 \begin_layout Plain Layout
11695 \begin_inset Formula $A\!B$
11696 \end_inset
11697
11698
11699 \end_layout
11700
11701 \end_inset
11702 </cell>
11703 </row>
11704 </lyxtabular>
11705
11706 \end_inset
11707
11708
11709 \end_layout
11710
11711 \begin_layout Standard
11712 Leerraum
11713 \begin_inset space ~
11714 \end_inset
11715
11716 5
11717 \begin_inset space \thinspace{}
11718 \end_inset
11719
11720
11721 \begin_inset space \thinspace{}
11722 \end_inset
11723
11724 7 sind variable Leerräume, die in 
11725 \begin_inset CommandInset ref
11726 LatexCommand ref
11727 reference "subsec:Variabler-Leerraum"
11728
11729 \end_inset
11730
11731  erläutert sind.
11732  Leerraum
11733 \begin_inset space ~
11734 \end_inset
11735
11736 9 scheint überhaupt keinen Leerraum zu produzieren.
11737  Er ist in \SpecialChar LyX
11738  allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11739  denn er erstellt negativen Leerraum.
11740  Es gibt noch zwei weitere negative Leerräume:
11741 \begin_inset VSpace -4mm
11742 \end_inset
11743
11744
11745 \end_layout
11746
11747 \begin_layout Standard
11748 \align center
11749 \begin_inset Tabular
11750 <lyxtabular version="3" rows="3" columns="3">
11751 <features tabularvalignment="middle">
11752 <column alignment="center" valignment="middle" width="6.8cm">
11753 <column alignment="center" valignment="top" width="0pt">
11754 <column alignment="center" valignment="top" width="0pt">
11755 <row>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 Befehl
11761 \end_layout
11762
11763 \end_inset
11764 </cell>
11765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11766 \begin_inset Text
11767
11768 \begin_layout Plain Layout
11769
11770 \backslash
11771 negmedspace
11772 \end_layout
11773
11774 \end_inset
11775 </cell>
11776 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11777 \begin_inset Text
11778
11779 \begin_layout Plain Layout
11780
11781 \backslash
11782 negthickspace
11783 \end_layout
11784
11785 \end_inset
11786 </cell>
11787 </row>
11788 <row>
11789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11790 \begin_inset Text
11791
11792 \begin_layout Plain Layout
11793 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11794 \end_layout
11795
11796 \end_inset
11797 </cell>
11798 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11799 \begin_inset Text
11800
11801 \begin_layout Plain Layout
11802 10
11803 \end_layout
11804
11805 \end_inset
11806 </cell>
11807 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11808 \begin_inset Text
11809
11810 \begin_layout Plain Layout
11811 11
11812 \end_layout
11813
11814 \end_inset
11815 </cell>
11816 </row>
11817 <row>
11818 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11819 \begin_inset Text
11820
11821 \begin_layout Plain Layout
11822 Ergebnis
11823 \end_layout
11824
11825 \end_inset
11826 </cell>
11827 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11828 \begin_inset Text
11829
11830 \begin_layout Plain Layout
11831 \begin_inset Formula $A\negmedspace B$
11832 \end_inset
11833
11834
11835 \end_layout
11836
11837 \end_inset
11838 </cell>
11839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11840 \begin_inset Text
11841
11842 \begin_layout Plain Layout
11843 \begin_inset Formula $A\negthickspace B$
11844 \end_inset
11845
11846
11847 \end_layout
11848
11849 \end_inset
11850 </cell>
11851 </row>
11852 </lyxtabular>
11853
11854 \end_inset
11855
11856
11857 \end_layout
11858
11859 \begin_layout Standard
11860 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11861  Man kann auf diese Weise Ligaturen erzwingen, was z.
11862 \begin_inset space \thinspace{}
11863 \end_inset
11864
11865 B.
11866  für Summenzeichen von Nutzen ist:
11867 \begin_inset VSpace -4mm
11868 \end_inset
11869
11870
11871 \end_layout
11872
11873 \begin_layout Standard
11874 \align center
11875 \begin_inset Tabular
11876 <lyxtabular version="3" rows="3" columns="2">
11877 <features tabularvalignment="middle">
11878 <column alignment="center" valignment="top">
11879 <column alignment="center" valignment="top">
11880 <row>
11881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11882 \begin_inset Text
11883
11884 \begin_layout Plain Layout
11885 Befehl
11886 \end_layout
11887
11888 \end_inset
11889 </cell>
11890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11891 \begin_inset Text
11892
11893 \begin_layout Plain Layout
11894 Ergebnis
11895 \begin_inset Note Note
11896 status collapsed
11897
11898 \begin_layout Plain Layout
11899
11900 \series bold
11901
11902 \backslash
11903 raisebox
11904 \series default
11905  dient nur als Abstandhalter.
11906 \end_layout
11907
11908 \end_inset
11909
11910
11911 \end_layout
11912
11913 \end_inset
11914 </cell>
11915 </row>
11916 <row>
11917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11918 \begin_inset Text
11919
11920 \begin_layout Plain Layout
11921
11922 \backslash
11923 sum
11924 \backslash
11925 sum
11926 \begin_inset space \textvisiblespace{}
11927 \end_inset
11928
11929 f_kl
11930 \end_layout
11931
11932 \end_inset
11933 </cell>
11934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11935 \begin_inset Text
11936
11937 \begin_layout Plain Layout
11938 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11939 \end_inset
11940
11941
11942 \end_layout
11943
11944 \end_inset
11945 </cell>
11946 </row>
11947 <row>
11948 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11949 \begin_inset Text
11950
11951 \begin_layout Plain Layout
11952
11953 \backslash
11954 sum
11955 \backslash
11956 negmedspace
11957 \backslash
11958 sum
11959 \begin_inset space \textvisiblespace{}
11960 \end_inset
11961
11962 f_kl
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 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11972 \end_inset
11973
11974
11975 \end_layout
11976
11977 \end_inset
11978 </cell>
11979 </row>
11980 </lyxtabular>
11981
11982 \end_inset
11983
11984
11985 \end_layout
11986
11987 \begin_layout Standard
11988 \noindent
11989 \begin_inset VSpace medskip
11990 \end_inset
11991
11992
11993 \end_layout
11994
11995 \begin_layout Standard
11996 \noindent
11997 Relationen, wie z.
11998 \begin_inset space \thinspace{}
11999 \end_inset
12000
12001 B.
12002  Gleichheitszeichen, sind immer von Leerraum umgeben.
12003  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
12004  \SpecialChar TeX
12005 -Klammer.
12006  Die Wirkung kann man an folgendem Beispiel gut erkennen:
12007 \begin_inset VSpace -4mm
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \begin_layout Standard
12014 \align center
12015 \begin_inset Tabular
12016 <lyxtabular version="3" rows="2" columns="2">
12017 <features tabularvalignment="middle">
12018 <column alignment="center" valignment="top" width="0pt">
12019 <column alignment="center" valignment="top" width="0pt">
12020 <row>
12021 <cell alignment="center" valignment="top" usebox="none">
12022 \begin_inset Text
12023
12024 \begin_layout Plain Layout
12025 normale Gleichung
12026 \end_layout
12027
12028 \end_inset
12029 </cell>
12030 <cell alignment="center" valignment="top" usebox="none">
12031 \begin_inset Text
12032
12033 \begin_layout Plain Layout
12034 \begin_inset Formula $A=B$
12035 \end_inset
12036
12037
12038 \end_layout
12039
12040 \end_inset
12041 </cell>
12042 </row>
12043 <row>
12044 <cell alignment="center" valignment="top" usebox="none">
12045 \begin_inset Text
12046
12047 \begin_layout Plain Layout
12048 \begin_inset Note Note
12049 status collapsed
12050
12051 \begin_layout Plain Layout
12052
12053 \series bold
12054
12055 \backslash
12056 raisebox
12057 \series default
12058  dient nur als Abstandhalter.
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \begin_inset Formula $\raisebox{5mm}{}$
12065 \end_inset
12066
12067 Gleichung ohne Leerraum
12068 \end_layout
12069
12070 \end_inset
12071 </cell>
12072 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
12073 \begin_inset Text
12074
12075 \begin_layout Plain Layout
12076 \begin_inset Formula $A{=}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 Der Befehl für die letzte Formel lautet: 
12094 \series bold
12095 A
12096 \backslash
12097 {=
12098 \begin_inset Formula $\to$
12099 \end_inset
12100
12101 B
12102 \end_layout
12103
12104 \begin_layout Standard
12105 \begin_inset VSpace bigskip
12106 \end_inset
12107
12108 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
12109  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
12110  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
12111 \family sans
12112 Einfügen\SpecialChar menuseparator
12113 Formatierung\SpecialChar menuseparator
12114 Kleiner
12115 \begin_inset space ~
12116 \end_inset
12117
12118 Abstand
12119 \family default
12120  (Tastenkürzel 
12121 \family sans
12122 Strg+Shift+Leertaste
12123 \family default
12124 ) ein.
12125 \end_layout
12126
12127 \begin_layout Standard
12128 Ein Beispiel zur Veranschaulichung:
12129 \end_layout
12130
12131 \begin_layout Standard
12132 \begin_inset Tabular
12133 <lyxtabular version="3" rows="2" columns="2">
12134 <features tabularvalignment="middle">
12135 <column alignment="left" valignment="top">
12136 <column alignment="left" valignment="top">
12137 <row>
12138 <cell alignment="center" valignment="top" usebox="none">
12139 \begin_inset Text
12140
12141 \begin_layout Plain Layout
12142 24 kW
12143 \begin_inset Formula $\cdot$
12144 \end_inset
12145
12146 h
12147 \end_layout
12148
12149 \end_inset
12150 </cell>
12151 <cell alignment="center" valignment="top" usebox="none">
12152 \begin_inset Text
12153
12154 \begin_layout Plain Layout
12155 Leerzeichen zwischen Wert und Einheit
12156 \end_layout
12157
12158 \end_inset
12159 </cell>
12160 </row>
12161 <row>
12162 <cell alignment="center" valignment="top" usebox="none">
12163 \begin_inset Text
12164
12165 \begin_layout Plain Layout
12166 24
12167 \begin_inset space \thinspace{}
12168 \end_inset
12169
12170 kW
12171 \begin_inset Formula $\cdot$
12172 \end_inset
12173
12174 h
12175 \end_layout
12176
12177 \end_inset
12178 </cell>
12179 <cell alignment="center" valignment="top" usebox="none">
12180 \begin_inset Text
12181
12182 \begin_layout Plain Layout
12183 kleinster Leerraum zwischen Wert und Einheit
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 </row>
12189 </lyxtabular>
12190
12191 \end_inset
12192
12193
12194 \end_layout
12195
12196 \begin_layout Subsection
12197 Variabler Leerraum
12198 \begin_inset ERT
12199 status collapsed
12200
12201 \begin_layout Plain Layout
12202
12203
12204 \backslash
12205 texorpdfstring{
12206 \end_layout
12207
12208 \end_inset
12209
12210
12211 \begin_inset Foot
12212 status collapsed
12213
12214 \begin_layout Plain Layout
12215 für vertikalen Leerraum in Formeln siehe 
12216 \begin_inset CommandInset ref
12217 LatexCommand ref
12218 reference "subsec:Zeilenabstand"
12219
12220 \end_inset
12221
12222
12223 \end_layout
12224
12225 \end_inset
12226
12227
12228 \begin_inset ERT
12229 status collapsed
12230
12231 \begin_layout Plain Layout
12232
12233 }{}
12234 \end_layout
12235
12236 \end_inset
12237
12238
12239 \begin_inset Note Note
12240 status collapsed
12241
12242 \begin_layout Plain Layout
12243
12244 \series bold
12245
12246 \backslash
12247 texorpdfstring
12248 \series default
12249  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
12250 \end_layout
12251
12252 \begin_layout Plain Layout
12253 Näheres zu 
12254 \series bold
12255
12256 \backslash
12257 texorpdfstring
12258 \series default
12259  steht in Kapitel 
12260 \begin_inset CommandInset ref
12261 LatexCommand ref
12262 reference "subsec:Formeln-in-Überschriften"
12263
12264 \end_inset
12265
12266 .
12267 \end_layout
12268
12269 \end_inset
12270
12271
12272 \begin_inset CommandInset label
12273 LatexCommand label
12274 name "subsec:Variabler-Leerraum"
12275
12276 \end_inset
12277
12278
12279 \begin_inset Index idx
12280 status collapsed
12281
12282 \begin_layout Plain Layout
12283 Leerraum ! horizontaler ! variabel
12284 \end_layout
12285
12286 \end_inset
12287
12288
12289 \end_layout
12290
12291 \begin_layout Standard
12292 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12293 \series bold
12294
12295 \backslash
12296 hspace
12297 \series default
12298
12299 \begin_inset Index idx
12300 status collapsed
12301
12302 \begin_layout Plain Layout
12303 Befehle ! H ! 
12304 \backslash
12305 hspace
12306 \end_layout
12307
12308 \end_inset
12309
12310  einfügen.
12311  Es erscheint ein langes 
12312 \begin_inset Quotes gld
12313 \end_inset
12314
12315
12316 \color blue
12317
12318 \begin_inset space \textvisiblespace{}
12319 \end_inset
12320
12321
12322 \color inherit
12323
12324 \begin_inset Quotes grd
12325 \end_inset
12326
12327 .
12328  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12329  das 
12330 \begin_inset Quotes gld
12331 \end_inset
12332
12333
12334 \color blue
12335
12336 \begin_inset space \textvisiblespace{}
12337 \end_inset
12338
12339
12340 \color inherit
12341
12342 \begin_inset Quotes grd
12343 \end_inset
12344
12345  klickt.
12346  Die Länge darf auch negativ sein.
12347  Wenn ein Leerraum das erste Zeichen in einer Zeile ist, wird er automatisch
12348  weggelassen.
12349  Um seine Ausgabe zu erzwingen, verwendet man den Befehl 
12350 \series bold
12351
12352 \backslash
12353 hspace*
12354 \series default
12355  statt 
12356 \series bold
12357
12358 \backslash
12359 hspace
12360 \series default
12361  oder klickt mit der linken Maustaste auf das 
12362 \begin_inset Quotes gld
12363 \end_inset
12364
12365
12366 \color blue
12367
12368 \begin_inset space \textvisiblespace{}
12369 \end_inset
12370
12371
12372 \color inherit
12373
12374 \begin_inset Quotes grd
12375 \end_inset
12376
12377  und wählt die Option 
12378 \family sans
12379 Schützen
12380 \family default
12381  aus.
12382 \begin_inset Newline newline
12383 \end_inset
12384
12385 Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12386  einnimmt, benutzt man den Befehl 
12387 \series bold
12388
12389 \backslash
12390 hfill
12391 \series default
12392
12393 \begin_inset Index idx
12394 status collapsed
12395
12396 \begin_layout Plain Layout
12397 Befehle ! H ! 
12398 \backslash
12399 hfill
12400 \end_layout
12401
12402 \end_inset
12403
12404 .
12405 \end_layout
12406
12407 \begin_layout Standard
12408 \begin_inset VSpace -1mm
12409 \end_inset
12410
12411
12412 \end_layout
12413
12414 \begin_layout Standard
12415 \align center
12416 \begin_inset Tabular
12417 <lyxtabular version="3" rows="4" columns="2">
12418 <features tabularvalignment="middle">
12419 <column alignment="center" valignment="top">
12420 <column alignment="center" valignment="top">
12421 <row>
12422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12423 \begin_inset Text
12424
12425 \begin_layout Plain Layout
12426 Befehl (
12427 \backslash
12428 hspace Länge)
12429 \end_layout
12430
12431 \end_inset
12432 </cell>
12433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12434 \begin_inset Text
12435
12436 \begin_layout Plain Layout
12437 Ergebnis
12438 \end_layout
12439
12440 \end_inset
12441 </cell>
12442 </row>
12443 <row>
12444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12445 \begin_inset Text
12446
12447 \begin_layout Plain Layout
12448 A=B
12449 \backslash
12450 hspace
12451 \begin_inset space \textvisiblespace{}
12452 \end_inset
12453
12454 A
12455 \backslash
12456 not=C (3
12457 \begin_inset space \thinspace{}
12458 \end_inset
12459
12460 cm)
12461 \end_layout
12462
12463 \end_inset
12464 </cell>
12465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12466 \begin_inset Text
12467
12468 \begin_layout Plain Layout
12469 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12470 \end_inset
12471
12472
12473 \end_layout
12474
12475 \end_inset
12476 </cell>
12477 </row>
12478 <row>
12479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12480 \begin_inset Text
12481
12482 \begin_layout Plain Layout
12483 A
12484 \backslash
12485 hspace
12486 \begin_inset space \textvisiblespace{}
12487 \end_inset
12488
12489 A
12490 \backslash
12491 not=A (-1
12492 \begin_inset space \thinspace{}
12493 \end_inset
12494
12495 mm)
12496 \end_layout
12497
12498 \end_inset
12499 </cell>
12500 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12501 \begin_inset Text
12502
12503 \begin_layout Plain Layout
12504 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12505 \end_inset
12506
12507
12508 \end_layout
12509
12510 \end_inset
12511 </cell>
12512 </row>
12513 <row>
12514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12515 \begin_inset Text
12516
12517 \begin_layout Plain Layout
12518 A=A
12519 \backslash
12520 hfill
12521 \begin_inset space \textvisiblespace{}
12522 \end_inset
12523
12524 B=B
12525 \end_layout
12526
12527 \end_inset
12528 </cell>
12529 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12530 \begin_inset Text
12531
12532 \begin_layout Plain Layout
12533 \begin_inset Formula $A=A\hfill B=B$
12534 \end_inset
12535
12536
12537 \end_layout
12538
12539 \end_inset
12540 </cell>
12541 </row>
12542 </lyxtabular>
12543
12544 \end_inset
12545
12546
12547 \end_layout
12548
12549 \begin_layout Standard
12550 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12551  Spalteneintrags der Tabelle vorgegeben.
12552  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12553  in die 
12554 \series bold
12555
12556 \backslash
12557 hfill
12558 \series default
12559  eingegeben wird.
12560  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12561  
12562 \series bold
12563
12564 \backslash
12565 hfill
12566 \series default
12567  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12568 \series bold
12569 Eingerückt
12570 \series default
12571  eingestellt ist.
12572  (Formelstile sind in 
12573 \begin_inset CommandInset ref
12574 LatexCommand ref
12575 reference "sec:Formelstile"
12576
12577 \end_inset
12578
12579  erklärt.)
12580 \end_layout
12581
12582 \begin_layout Standard
12583 Neben 
12584 \series bold
12585
12586 \backslash
12587 hfill
12588 \series default
12589  gibt es noch die Befehle 
12590 \series bold
12591
12592 \backslash
12593 dotfill
12594 \series default
12595  und 
12596 \series bold
12597
12598 \backslash
12599 hrulefill
12600 \series default
12601 , die den Leerraum mit einem Muster füllen, siehe 
12602 \begin_inset CommandInset ref
12603 LatexCommand ref
12604 reference "subsec:Fortsetzungspunkte"
12605
12606 \end_inset
12607
12608  für ein Beispiel.
12609 \end_layout
12610
12611 \begin_layout Standard
12612 Variabler Leerraum kann für Text über das Menü 
12613 \family sans
12614 Einfügen\SpecialChar menuseparator
12615 Formatierung\SpecialChar menuseparator
12616 Horizontaler
12617 \begin_inset space ~
12618 \end_inset
12619
12620 Abstand
12621 \family default
12622  eingefügt werden:
12623 \end_layout
12624
12625 \begin_layout Standard
12626 Dies ist eine Zeile mit
12627 \begin_inset space \hspace{}
12628 \length 2cm
12629 \end_inset
12630
12631 2
12632 \begin_inset space \thinspace{}
12633 \end_inset
12634
12635 cm Leerraum.
12636 \end_layout
12637
12638 \begin_layout Standard
12639 Dies ist eine Zeile mit
12640 \begin_inset space \hfill{}
12641 \end_inset
12642
12643 maximalem Leerraum.
12644 \end_layout
12645
12646 \begin_layout Subsection
12647 Leerraum neben eingebetteten Formeln
12648 \begin_inset Index idx
12649 status collapsed
12650
12651 \begin_layout Plain Layout
12652 Leerraum ! neben eingebetteten Formeln
12653 \end_layout
12654
12655 \end_inset
12656
12657
12658 \end_layout
12659
12660 \begin_layout Standard
12661 Über die Länge 
12662 \series bold
12663
12664 \backslash
12665 mathsurround
12666 \series default
12667
12668 \begin_inset Index idx
12669 status collapsed
12670
12671 \begin_layout Plain Layout
12672 Befehle ! M ! 
12673 \backslash
12674 mathsurround
12675 \end_layout
12676
12677 \end_inset
12678
12679  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12680  wird.
12681  Der Wert einer Länge wird mit dem Befehl 
12682 \series bold
12683
12684 \backslash
12685 setlength
12686 \series default
12687
12688 \begin_inset Index idx
12689 status collapsed
12690
12691 \begin_layout Plain Layout
12692 Befehle ! S ! 
12693 \backslash
12694 setlength
12695 \end_layout
12696
12697 \end_inset
12698
12699  gesetzt.
12700  Dieser besitzt folgendes Befehlsschema:
12701 \end_layout
12702
12703 \begin_layout Standard
12704
12705 \series bold
12706
12707 \backslash
12708 setlength{Längenname}{Wert}
12709 \end_layout
12710
12711 \begin_layout Standard
12712 Um 
12713 \series bold
12714
12715 \backslash
12716 mathsurround
12717 \series default
12718  den Wert 5
12719 \begin_inset space \thinspace{}
12720 \end_inset
12721
12722 mm zuzuweisen, gibt man im \SpecialChar TeX
12723 -Modus den Befehl
12724 \end_layout
12725
12726 \begin_layout Standard
12727
12728 \series bold
12729
12730 \backslash
12731 setlength{
12732 \backslash
12733 mathsurround}{5mm}
12734 \end_layout
12735
12736 \begin_layout Standard
12737 ein.
12738  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12739 \begin_inset space \thinspace{}
12740 \end_inset
12741
12742 mm Leerraum gesetzt:
12743 \begin_inset ERT
12744 status collapsed
12745
12746 \begin_layout Plain Layout
12747
12748
12749 \backslash
12750 setlength{
12751 \backslash
12752 mathsurround}{5mm}
12753 \end_layout
12754
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \begin_layout Standard
12761 Dies ist eine Zeile in der sich 
12762 \begin_inset Formula $A=B$
12763 \end_inset
12764
12765  eine Formel mit 5
12766 \begin_inset space \thinspace{}
12767 \end_inset
12768
12769 mm umgebendem Leerraum befindet.
12770 \begin_inset ERT
12771 status collapsed
12772
12773 \begin_layout Plain Layout
12774
12775
12776 \backslash
12777 setlength{
12778 \backslash
12779 mathsurround}{0pt}
12780 \end_layout
12781
12782 \end_inset
12783
12784
12785 \end_layout
12786
12787 \begin_layout Standard
12788 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12789 \series bold
12790
12791 \backslash
12792 mathsurround
12793 \series default
12794  auf den Wert 0
12795 \begin_inset space \thinspace{}
12796 \end_inset
12797
12798 pt.
12799 \end_layout
12800
12801 \begin_layout Section
12802 Boxen und Rahmen
12803 \begin_inset Index idx
12804 status collapsed
12805
12806 \begin_layout Plain Layout
12807 Boxen
12808 \end_layout
12809
12810 \end_inset
12811
12812
12813 \begin_inset Index idx
12814 status collapsed
12815
12816 \begin_layout Plain Layout
12817 Rahmen | see
12818 \begin_inset ERT
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822
12823 {
12824 \end_layout
12825
12826 \end_inset
12827
12828 Boxen
12829 \begin_inset ERT
12830 status collapsed
12831
12832 \begin_layout Plain Layout
12833
12834 }
12835 \end_layout
12836
12837 \end_inset
12838
12839
12840 \end_layout
12841
12842 \end_inset
12843
12844
12845 \end_layout
12846
12847 \begin_layout Standard
12848 Boxen für Text sind im Kapitel 
12849 \family typewriter
12850 Boxen
12851 \family default
12852  im Handbuch 
12853 \family typewriter
12854 Eingebettete
12855 \begin_inset space ~
12856 \end_inset
12857
12858 Objekte
12859 \family default
12860  beschrieben.
12861 \end_layout
12862
12863 \begin_layout Subsection
12864 Boxen mit Rahmen
12865 \begin_inset CommandInset label
12866 LatexCommand label
12867 name "subsec:Boxen-mit-Rahmen"
12868
12869 \end_inset
12870
12871
12872 \begin_inset Index idx
12873 status collapsed
12874
12875 \begin_layout Plain Layout
12876 Boxen ! mit Rahmen
12877 \end_layout
12878
12879 \end_inset
12880
12881
12882 \end_layout
12883
12884 \begin_layout Standard
12885 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12886 \series bold
12887
12888 \backslash
12889 fbox
12890 \series default
12891
12892 \begin_inset Index idx
12893 status collapsed
12894
12895 \begin_layout Plain Layout
12896 Befehle ! F ! 
12897 \backslash
12898 fbox
12899 \end_layout
12900
12901 \end_inset
12902
12903  und 
12904 \series bold
12905
12906 \backslash
12907 boxed
12908 \series default
12909
12910 \begin_inset Index idx
12911 status collapsed
12912
12913 \begin_layout Plain Layout
12914 Befehle ! B ! 
12915 \backslash
12916 boxed
12917 \end_layout
12918
12919 \end_inset
12920
12921  zu umranden.
12922 \end_layout
12923
12924 \begin_layout Standard
12925 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12926  in einem Rahmen.
12927  Bei 
12928 \series bold
12929
12930 \backslash
12931 fbox
12932 \series default
12933  muss in diesem Eingabefeld mit 
12934 \family sans
12935 Strg+M
12936 \family default
12937  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12938  als mathematischer Text behandelt.
12939  Verwendet man 
12940 \series bold
12941
12942 \backslash
12943 boxed
12944 \series default
12945 , wird automatisch im Rahmen eine neue Formel erzeugt.
12946 \end_layout
12947
12948 \begin_layout Standard
12949 Der Befehl 
12950 \series bold
12951
12952 \backslash
12953 fbox
12954 \series default
12955  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12956  wird dann immer in Textzeilengröße gesetzt.
12957  Im Gegensatz dazu ist 
12958 \series bold
12959
12960 \backslash
12961 boxed
12962 \series default
12963  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12964  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12965 \end_layout
12966
12967 \begin_layout Standard
12968 Als Erweiterung zu 
12969 \series bold
12970
12971 \backslash
12972 fbox
12973 \series default
12974  gibt es den Befehl 
12975 \series bold
12976
12977 \backslash
12978 framebox
12979 \series default
12980
12981 \begin_inset Index idx
12982 status collapsed
12983
12984 \begin_layout Plain Layout
12985 Befehle ! F ! 
12986 \backslash
12987 framebox
12988 \end_layout
12989
12990 \end_inset
12991
12992 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12993  kann.
12994  
12995 \series bold
12996
12997 \backslash
12998 framebox
12999 \series default
13000  wird nach folgendem Schema verwendet:
13001 \end_layout
13002
13003 \begin_layout Standard
13004
13005 \series bold
13006
13007 \backslash
13008 framebox[Rahmenbreite][Position]{Boxinhalt}
13009 \end_layout
13010
13011 \begin_layout Standard
13012 Die Position kann entweder 
13013 \emph on
13014 l
13015 \emph default
13016  oder 
13017 \emph on
13018 r
13019 \emph default
13020  sein.
13021  
13022 \emph on
13023 l
13024 \emph default
13025  bewirkt linksbündige, 
13026 \emph on
13027 r
13028 \emph default
13029  rechtsbündige Ausrichtung der Formel in der Box.
13030  Gibt man keine Position an, wird die Formel zentriert.
13031 \begin_inset Newline newline
13032 \end_inset
13033
13034 Gibt man keine Breite an, darf auch keine Position angegeben werden.
13035  In diesem Falle wird die Rahmenbreite wie bei 
13036 \series bold
13037
13038 \backslash
13039 fbox
13040 \series default
13041  an den Boxinhalt angepasst.
13042 \end_layout
13043
13044 \begin_layout Standard
13045 Wenn man den Befehl 
13046 \series bold
13047
13048 \backslash
13049 framebox
13050 \series default
13051  eingibt, erscheint eine Box mit drei Eingabefeldern.
13052  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
13053  beiden optionalen Argumente.
13054  In das dritte Feld wird wie bei 
13055 \series bold
13056
13057 \backslash
13058 fbox
13059 \series default
13060  die Formel eingegeben.
13061 \begin_inset Separator parbreak
13062 \end_inset
13063
13064
13065 \end_layout
13066
13067 \begin_layout Standard
13068 \align center
13069 \begin_inset Tabular
13070 <lyxtabular version="3" rows="5" columns="2">
13071 <features tabularvalignment="middle">
13072 <column alignment="center" valignment="top">
13073 <column alignment="center" valignment="top">
13074 <row>
13075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13076 \begin_inset Text
13077
13078 \begin_layout Plain Layout
13079 Befehl
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 Ergebnis
13089 \begin_inset Note Note
13090 status collapsed
13091
13092 \begin_layout Plain Layout
13093
13094 \series bold
13095
13096 \backslash
13097 raisebox
13098 \series default
13099  dient nur als Abstandhalter.
13100 \end_layout
13101
13102 \end_inset
13103
13104
13105 \end_layout
13106
13107 \end_inset
13108 </cell>
13109 </row>
13110 <row>
13111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13112 \begin_inset Text
13113
13114 \begin_layout Plain Layout
13115
13116 \backslash
13117 fbox
13118 \begin_inset space \textvisiblespace{}
13119 \end_inset
13120
13121
13122 \family sans
13123 Strg+M
13124 \family default
13125  
13126 \backslash
13127 int
13128 \begin_inset space \textvisiblespace{}
13129 \end_inset
13130
13131 A=B
13132 \end_layout
13133
13134 \end_inset
13135 </cell>
13136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13137 \begin_inset Text
13138
13139 \begin_layout Plain Layout
13140 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
13141 \end_inset
13142
13143
13144 \end_layout
13145
13146 \end_inset
13147 </cell>
13148 </row>
13149 <row>
13150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13151 \begin_inset Text
13152
13153 \begin_layout Plain Layout
13154
13155 \backslash
13156 boxed
13157 \begin_inset space \textvisiblespace{}
13158 \end_inset
13159
13160
13161 \backslash
13162 int
13163 \begin_inset space \textvisiblespace{}
13164 \end_inset
13165
13166 A=B
13167 \end_layout
13168
13169 \end_inset
13170 </cell>
13171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13172 \begin_inset Text
13173
13174 \begin_layout Plain Layout
13175 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
13176 \end_inset
13177
13178
13179 \end_layout
13180
13181 \end_inset
13182 </cell>
13183 </row>
13184 <row>
13185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13186 \begin_inset Text
13187
13188 \begin_layout Plain Layout
13189 A+
13190 \backslash
13191 fbox
13192 \begin_inset space \textvisiblespace{}
13193 \end_inset
13194
13195 B
13196 \end_layout
13197
13198 \end_inset
13199 </cell>
13200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13201 \begin_inset Text
13202
13203 \begin_layout Plain Layout
13204 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13205 \end_inset
13206
13207
13208 \end_layout
13209
13210 \end_inset
13211 </cell>
13212 </row>
13213 <row>
13214 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13215 \begin_inset Text
13216
13217 \begin_layout Plain Layout
13218
13219 \backslash
13220 framebox
13221 \begin_inset space \textvisiblespace{}
13222 \end_inset
13223
13224 20mm
13225 \begin_inset Formula $\to$
13226 \end_inset
13227
13228
13229 \begin_inset Formula $\to$
13230 \end_inset
13231
13232
13233 \family sans
13234 Strg+M
13235 \family default
13236  
13237 \backslash
13238 frac
13239 \begin_inset space \textvisiblespace{}
13240 \end_inset
13241
13242 A
13243 \begin_inset Formula $\downarrow$
13244 \end_inset
13245
13246 B
13247 \end_layout
13248
13249 \end_inset
13250 </cell>
13251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13252 \begin_inset Text
13253
13254 \begin_layout Plain Layout
13255 \begin_inset Formula $\raisebox{6mm}{}$
13256 \end_inset
13257
13258
13259 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13260 \end_inset
13261
13262
13263 \begin_inset Formula $\raisebox{-4mm}{}$
13264 \end_inset
13265
13266
13267 \end_layout
13268
13269 \end_inset
13270 </cell>
13271 </row>
13272 </lyxtabular>
13273
13274 \end_inset
13275
13276
13277 \end_layout
13278
13279 \begin_layout Standard
13280 Die Rahmendicke kann ebenfalls eingestellt werden.
13281  Dazu müssen vor der Formel im \SpecialChar TeX
13282 -Modus die Befehle
13283 \end_layout
13284
13285 \begin_layout Standard
13286
13287 \series bold
13288
13289 \backslash
13290 fboxrule
13291 \series default
13292  
13293 \series bold
13294
13295 \begin_inset Quotes gld
13296 \end_inset
13297
13298 Dicke
13299 \begin_inset Quotes grd
13300 \end_inset
13301
13302
13303 \series default
13304  
13305 \series bold
13306
13307 \backslash
13308 fboxsep
13309 \series default
13310  
13311 \series bold
13312
13313 \begin_inset Quotes gld
13314 \end_inset
13315
13316 Abstand
13317 \begin_inset Quotes grd
13318 \end_inset
13319
13320
13321 \end_layout
13322
13323 \begin_layout Standard
13324 eingegeben werden.
13325  
13326 \begin_inset Quotes gld
13327 \end_inset
13328
13329 Abstand
13330 \begin_inset Quotes grd
13331 \end_inset
13332
13333  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13334  in der Box fest.
13335  Ein Beispiel dafür ist folgende umrandete Formel:
13336 \begin_inset ERT
13337 status collapsed
13338
13339 \begin_layout Plain Layout
13340
13341
13342 \backslash
13343 fboxrule 2mm 
13344 \backslash
13345 fboxsep 3mm
13346 \end_layout
13347
13348 \end_inset
13349
13350
13351 \begin_inset Formula 
13352 \[
13353 \boxed{A+B=C}
13354 \]
13355
13356 \end_inset
13357
13358 Vor dieser Formel wurde im \SpecialChar TeX
13359 -Modus
13360 \end_layout
13361
13362 \begin_layout Standard
13363
13364 \series bold
13365
13366 \backslash
13367 fboxrule
13368 \series default
13369  
13370 \series bold
13371 2mm
13372 \series default
13373  
13374 \series bold
13375
13376 \backslash
13377 fboxsep
13378 \series default
13379  
13380 \series bold
13381 3mm
13382 \end_layout
13383
13384 \begin_layout Standard
13385 eingegeben.
13386  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13387 \end_layout
13388
13389 \begin_layout Standard
13390 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13391  nächsten Formel im \SpecialChar TeX
13392 -Modus folgende Befehle ein:
13393 \end_layout
13394
13395 \begin_layout Standard
13396
13397 \series bold
13398
13399 \backslash
13400 fboxrule
13401 \series default
13402  
13403 \series bold
13404 0.4pt
13405 \series default
13406  
13407 \series bold
13408
13409 \backslash
13410 fboxsep
13411 \series default
13412  
13413 \series bold
13414 3pt
13415 \series default
13416
13417 \begin_inset ERT
13418 status collapsed
13419
13420 \begin_layout Plain Layout
13421
13422
13423 \backslash
13424 fboxrule 0.4pt 
13425 \backslash
13426 fboxsep 3pt
13427 \end_layout
13428
13429 \end_inset
13430
13431
13432 \end_layout
13433
13434 \begin_layout Subsection
13435 Boxen ohne Rahmen
13436 \begin_inset CommandInset label
13437 LatexCommand label
13438 name "subsec:Boxen-ohne-Rahmen"
13439
13440 \end_inset
13441
13442
13443 \begin_inset Index idx
13444 status collapsed
13445
13446 \begin_layout Plain Layout
13447 Boxen ! ohne Rahmen
13448 \end_layout
13449
13450 \end_inset
13451
13452
13453 \end_layout
13454
13455 \begin_layout Standard
13456 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13457 \series bold
13458
13459 \backslash
13460 mbox
13461 \series default
13462
13463 \begin_inset Index idx
13464 status collapsed
13465
13466 \begin_layout Plain Layout
13467 Befehle ! M ! 
13468 \backslash
13469 mbox
13470 \end_layout
13471
13472 \end_inset
13473
13474
13475 \series bold
13476
13477 \backslash
13478 makebox
13479 \series default
13480
13481 \begin_inset Index idx
13482 status collapsed
13483
13484 \begin_layout Plain Layout
13485 Befehle ! M ! 
13486 \backslash
13487 makebox
13488 \end_layout
13489
13490 \end_inset
13491
13492  und
13493 \begin_inset Newline linebreak
13494 \end_inset
13495
13496
13497 \series bold
13498
13499 \backslash
13500 raisebox
13501 \series default
13502
13503 \begin_inset Index idx
13504 status collapsed
13505
13506 \begin_layout Plain Layout
13507 Befehle ! R ! 
13508 \backslash
13509 raisebox
13510 \end_layout
13511
13512 \end_inset
13513
13514
13515 \end_layout
13516
13517 \begin_layout Standard
13518 Mit 
13519 \series bold
13520
13521 \backslash
13522 raisebox
13523 \series default
13524  kann man eine Box hoch- oder tiefstellen.
13525  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13526 n die Schriftgröße bei.
13527  
13528 \series bold
13529
13530 \backslash
13531 raisebox
13532 \series default
13533  wird dabei mit folgendem Schema benutzt:
13534 \end_layout
13535
13536 \begin_layout Standard
13537
13538 \series bold
13539
13540 \backslash
13541 raisebox{Höhe}{Boxinhalt}
13542 \end_layout
13543
13544 \begin_layout Standard
13545 Soll in der Box eine Formel stehen, muss man wie bei 
13546 \series bold
13547
13548 \backslash
13549 fbox
13550 \series default
13551  eine weitere Formel erstellen.
13552  
13553 \begin_inset Note Greyedout
13554 status open
13555
13556 \begin_layout Plain Layout
13557
13558 \series bold
13559 Achtung:
13560 \series default
13561  Für 
13562 \series bold
13563
13564 \backslash
13565 raisebox
13566 \series default
13567  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13568  
13569 \family sans
13570 Strg+M
13571 \family default
13572  erstellt, denn \SpecialChar LyX
13573  unterstützt 
13574 \series bold
13575
13576 \backslash
13577 raisebox
13578 \series default
13579  noch nicht direkt.
13580 \end_layout
13581
13582 \end_inset
13583
13584
13585 \begin_inset Separator parbreak
13586 \end_inset
13587
13588
13589 \end_layout
13590
13591 \begin_layout Standard
13592 \align center
13593 \begin_inset Tabular
13594 <lyxtabular version="3" rows="4" columns="2">
13595 <features tabularvalignment="middle">
13596 <column alignment="center" valignment="top">
13597 <column alignment="center" valignment="top">
13598 <row>
13599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13600 \begin_inset Text
13601
13602 \begin_layout Plain Layout
13603 Befehl
13604 \end_layout
13605
13606 \end_inset
13607 </cell>
13608 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13609 \begin_inset Text
13610
13611 \begin_layout Plain Layout
13612 Ergebnis
13613 \end_layout
13614
13615 \end_inset
13616 </cell>
13617 </row>
13618 <row>
13619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13620 \begin_inset Text
13621
13622 \begin_layout Plain Layout
13623 H
13624 \backslash
13625 raisebox{2mm
13626 \begin_inset Formula $\to$
13627 \end_inset
13628
13629
13630 \backslash
13631 {al
13632 \begin_inset Formula $\to$
13633 \end_inset
13634
13635  lo
13636 \end_layout
13637
13638 \end_inset
13639 </cell>
13640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13641 \begin_inset Text
13642
13643 \begin_layout Plain Layout
13644 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13645 \end_inset
13646
13647
13648 \end_layout
13649
13650 \end_inset
13651 </cell>
13652 </row>
13653 <row>
13654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13655 \begin_inset Text
13656
13657 \begin_layout Plain Layout
13658 H
13659 \backslash
13660 raisebox{-2mm
13661 \begin_inset Formula $\to$
13662 \end_inset
13663
13664
13665 \backslash
13666 {al
13667 \begin_inset Formula $\to$
13668 \end_inset
13669
13670 lo
13671 \end_layout
13672
13673 \end_inset
13674 </cell>
13675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13676 \begin_inset Text
13677
13678 \begin_layout Plain Layout
13679 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13680 \end_inset
13681
13682
13683 \end_layout
13684
13685 \end_inset
13686 </cell>
13687 </row>
13688 <row>
13689 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13690 \begin_inset Text
13691
13692 \begin_layout Plain Layout
13693 A=
13694 \backslash
13695 raisebox{-2mm
13696 \begin_inset Formula $\to$
13697 \end_inset
13698
13699
13700 \backslash
13701 {
13702 \family sans
13703 Strg+M Strg+M
13704 \family default
13705  
13706 \backslash
13707 sqrt
13708 \begin_inset space \textvisiblespace{}
13709 \end_inset
13710
13711
13712 \end_layout
13713
13714 \end_inset
13715 </cell>
13716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13717 \begin_inset Text
13718
13719 \begin_layout Plain Layout
13720 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13721 \end_inset
13722
13723
13724 \end_layout
13725
13726 \end_inset
13727 </cell>
13728 </row>
13729 </lyxtabular>
13730
13731 \end_inset
13732
13733
13734 \end_layout
13735
13736 \begin_layout Standard
13737 Der Befehl 
13738 \series bold
13739
13740 \backslash
13741 mbox
13742 \series default
13743  ist äquivalent zu 
13744 \series bold
13745
13746 \backslash
13747 fbox
13748 \series default
13749  und 
13750 \series bold
13751
13752 \backslash
13753 makebox
13754 \series default
13755  ist äquivalent zu 
13756 \series bold
13757
13758 \backslash
13759 framebox
13760 \series default
13761 , nur dass es keinen Rahmen gibt.
13762 \end_layout
13763
13764 \begin_layout Subsection
13765 Farbige Boxen
13766 \begin_inset CommandInset label
13767 LatexCommand label
13768 name "subsec:Farbige-Boxen"
13769
13770 \end_inset
13771
13772
13773 \begin_inset Index idx
13774 status collapsed
13775
13776 \begin_layout Plain Layout
13777 Boxen ! farbige
13778 \end_layout
13779
13780 \end_inset
13781
13782
13783 \end_layout
13784
13785 \begin_layout Standard
13786 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13787  im \SpecialChar LaTeX
13788 -Vorspann das \SpecialChar LaTeX
13789 -Paket 
13790 \series bold
13791 color
13792 \series default
13793
13794 \begin_inset Foot
13795 status collapsed
13796
13797 \begin_layout Plain Layout
13798 Das Paket 
13799 \series bold
13800 color
13801 \series default
13802  ist Teil jeder \SpecialChar LaTeX
13803 -Standardinstallation.
13804 \end_layout
13805
13806 \end_inset
13807
13808
13809 \begin_inset Index idx
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813 Pakete ! color
13814 \end_layout
13815
13816 \end_inset
13817
13818  mit der Zeile
13819 \end_layout
13820
13821 \begin_layout Standard
13822
13823 \series bold
13824
13825 \backslash
13826 usepackage{color}
13827 \end_layout
13828
13829 \begin_layout Standard
13830 geladen werden
13831 \begin_inset Foot
13832 status collapsed
13833
13834 \begin_layout Plain Layout
13835 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13836  \SpecialChar LyX
13837  das \SpecialChar LaTeX
13838 -Paket 
13839 \series bold
13840 color
13841 \series default
13842  automatisch.
13843  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13844  keine Probleme hervorruft.
13845 \end_layout
13846
13847 \end_inset
13848
13849
13850 \begin_inset Note Note
13851 status collapsed
13852
13853 \begin_layout Plain Layout
13854 Damit das Paket nicht doppelt geladen werden kann, wurde im \SpecialChar LaTeX
13855 -Vorspann ein
13856  Makro eingefügt.
13857 \end_layout
13858
13859 \end_inset
13860
13861 .
13862 \end_layout
13863
13864 \begin_layout Standard
13865 \begin_inset VSpace medskip
13866 \end_inset
13867
13868 Um Boxen einzufärben, verwendet man den Befehl 
13869 \series bold
13870
13871 \backslash
13872 colorbox
13873 \series default
13874
13875 \begin_inset Index idx
13876 status collapsed
13877
13878 \begin_layout Plain Layout
13879 Befehle ! C ! 
13880 \backslash
13881 colorbox
13882 \end_layout
13883
13884 \end_inset
13885
13886  nach folgendem Schema:
13887 \end_layout
13888
13889 \begin_layout Standard
13890
13891 \series bold
13892
13893 \backslash
13894 colorbox{Farbe}{Boxinhalt}
13895 \end_layout
13896
13897 \begin_layout Standard
13898 Der Boxinhalt kann auch wieder eine Box sein und eine 
13899 \series bold
13900
13901 \backslash
13902 colorbox
13903 \series default
13904  kann auch ein Teil einer anderen Box sein (siehe 2.
13905  und 3.
13906  Beispiel).
13907  Soll in der Box eine Formel stehen, muss wie bei 
13908 \series bold
13909
13910 \backslash
13911 raisebox
13912 \series default
13913  eine weitere Formel erstellt werden.
13914 \begin_inset Foot
13915 status collapsed
13916
13917 \begin_layout Plain Layout
13918 Das gilt auch für den Befehl 
13919 \series bold
13920
13921 \backslash
13922 fcolorbox
13923 \series default
13924 .
13925 \end_layout
13926
13927 \end_inset
13928
13929
13930 \end_layout
13931
13932 \begin_layout Standard
13933 Aus folgenden vordefinierten Farben kann gewählt werden:
13934 \end_layout
13935
13936 \begin_layout Standard
13937
13938 \series bold
13939 black
13940 \series default
13941
13942 \series bold
13943 blue
13944 \series default
13945
13946 \series bold
13947 cyan
13948 \series default
13949
13950 \series bold
13951 green
13952 \series default
13953
13954 \series bold
13955 magenta
13956 \series default
13957
13958 \series bold
13959 red
13960 \series default
13961
13962 \series bold
13963 white
13964 \series default
13965  und 
13966 \series bold
13967 yellow
13968 \series default
13969
13970 \begin_inset Separator parbreak
13971 \end_inset
13972
13973
13974 \end_layout
13975
13976 \begin_layout Standard
13977 \align center
13978 \begin_inset Tabular
13979 <lyxtabular version="3" rows="4" columns="2">
13980 <features tabularvalignment="middle">
13981 <column alignment="center" valignment="top">
13982 <column alignment="center" valignment="top">
13983 <row>
13984 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13985 \begin_inset Text
13986
13987 \begin_layout Plain Layout
13988 Befehl
13989 \end_layout
13990
13991 \end_inset
13992 </cell>
13993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13994 \begin_inset Text
13995
13996 \begin_layout Plain Layout
13997 Ergebnis
13998 \begin_inset Note Note
13999 status collapsed
14000
14001 \begin_layout Plain Layout
14002
14003 \series bold
14004
14005 \backslash
14006 raisebox
14007 \series default
14008  dient nur als Abstandhalter.
14009 \end_layout
14010
14011 \end_inset
14012
14013
14014 \end_layout
14015
14016 \end_inset
14017 </cell>
14018 </row>
14019 <row>
14020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14021 \begin_inset Text
14022
14023 \begin_layout Plain Layout
14024
14025 \backslash
14026 colorbox{yellow
14027 \begin_inset Formula $\to$
14028 \end_inset
14029
14030
14031 \backslash
14032 {A=B
14033 \end_layout
14034
14035 \end_inset
14036 </cell>
14037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14038 \begin_inset Text
14039
14040 \begin_layout Plain Layout
14041 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
14042 \end_inset
14043
14044
14045 \end_layout
14046
14047 \end_inset
14048 </cell>
14049 </row>
14050 <row>
14051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14052 \begin_inset Text
14053
14054 \begin_layout Plain Layout
14055
14056 \backslash
14057 colorbox{green
14058 \begin_inset Formula $\to$
14059 \end_inset
14060
14061
14062 \backslash
14063 {
14064 \backslash
14065 fbox
14066 \begin_inset space \textvisiblespace{}
14067 \end_inset
14068
14069 A=B
14070 \end_layout
14071
14072 \end_inset
14073 </cell>
14074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14075 \begin_inset Text
14076
14077 \begin_layout Plain Layout
14078 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
14079 \end_inset
14080
14081
14082 \end_layout
14083
14084 \end_inset
14085 </cell>
14086 </row>
14087 <row>
14088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14089 \begin_inset Text
14090
14091 \begin_layout Plain Layout
14092
14093 \backslash
14094 fbox
14095 \begin_inset space \textvisiblespace{}
14096 \end_inset
14097
14098
14099 \backslash
14100 colorbox{green
14101 \begin_inset Formula $\to$
14102 \end_inset
14103
14104
14105 \backslash
14106 {
14107 \family sans
14108 Strg+M Strg+M
14109 \family default
14110  
14111 \backslash
14112 int
14113 \begin_inset space \textvisiblespace{}
14114 \end_inset
14115
14116 C=D
14117 \end_layout
14118
14119 \end_inset
14120 </cell>
14121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14122 \begin_inset Text
14123
14124 \begin_layout Plain Layout
14125 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
14126 \end_inset
14127
14128
14129 \end_layout
14130
14131 \end_inset
14132 </cell>
14133 </row>
14134 </lyxtabular>
14135
14136 \end_inset
14137
14138
14139 \end_layout
14140
14141 \begin_layout Standard
14142
14143 \series bold
14144
14145 \backslash
14146 colorbox
14147 \series default
14148  färbt nur die Box, nicht aber die Zeichen in der Box ein.
14149  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
14150  
14151 \family sans
14152 Textstil
14153 \family default
14154  die gewünschte Farbe aus.
14155  Der Dialog kann mit dem Werkzeugleistenknopf 
14156 \begin_inset Info
14157 type  "icon"
14158 arg   "dialog-show character"
14159 \end_inset
14160
14161  oder dem Menü 
14162 \family sans
14163 Bearbeiten\SpecialChar menuseparator
14164 Textstil\SpecialChar menuseparator
14165 Benutzerdefiniert
14166 \family default
14167  aufgerufen werden.
14168  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
14169  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
14170  innerhalb der Formel die Farbe geändert werden.
14171 \end_layout
14172
14173 \begin_layout Standard
14174 Ein Beispiel:
14175 \end_layout
14176
14177 \begin_layout Standard
14178
14179 \color red
14180 \begin_inset Formula 
14181 \begin{equation}
14182 \int A=B\label{eq:rot}
14183 \end{equation}
14184
14185 \end_inset
14186
14187
14188 \color green
14189
14190 \begin_inset Formula 
14191 \begin{equation}
14192 \textcolor{red}{\int A=B}\label{eq:rotgruen}
14193 \end{equation}
14194
14195 \end_inset
14196
14197
14198 \end_layout
14199
14200 \begin_layout Standard
14201 Formel 
14202 \begin_inset CommandInset ref
14203 LatexCommand eqref
14204 reference "eq:rot"
14205
14206 \end_inset
14207
14208  ist komplett rot gefärbt.
14209 \begin_inset Newline newline
14210 \end_inset
14211
14212 Formel 
14213 \begin_inset CommandInset ref
14214 LatexCommand eqref
14215 reference "eq:rotgruen"
14216
14217 \end_inset
14218
14219  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14220  Anschließend wurden die Formelzeichen rot gefärbt.
14221 \end_layout
14222
14223 \begin_layout Standard
14224 \begin_inset VSpace bigskip
14225 \end_inset
14226
14227 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14228  den Befehl 
14229 \series bold
14230
14231 \backslash
14232 fcolorbox
14233 \series default
14234
14235 \begin_inset Index idx
14236 status collapsed
14237
14238 \begin_layout Plain Layout
14239 Befehle ! F ! 
14240 \backslash
14241 fcolorbox
14242 \end_layout
14243
14244 \end_inset
14245
14246  nach folgendem Schema:
14247 \end_layout
14248
14249 \begin_layout Standard
14250
14251 \series bold
14252
14253 \backslash
14254 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14255 \end_layout
14256
14257 \begin_layout Standard
14258
14259 \series bold
14260
14261 \backslash
14262 fcolorbox
14263 \series default
14264  stellt also eine Erweiterung des Befehls 
14265 \series bold
14266
14267 \backslash
14268 colorbox
14269 \series default
14270  dar.
14271  Die Rahmenbreite wird, wie bei 
14272 \series bold
14273
14274 \backslash
14275 framebox
14276 \series default
14277 , mit 
14278 \series bold
14279
14280 \backslash
14281 fboxrule
14282 \series default
14283  und 
14284 \series bold
14285
14286 \backslash
14287 fboxsep
14288 \series default
14289  festgelegt.
14290  Ein Beispiel:
14291 \begin_inset ERT
14292 status collapsed
14293
14294 \begin_layout Plain Layout
14295
14296
14297 \backslash
14298 fboxrule 1mm 
14299 \backslash
14300 fboxsep 1mm
14301 \end_layout
14302
14303 \end_inset
14304
14305
14306 \begin_inset Formula 
14307 \[
14308 \fcolorbox{cyan}{magenta}{A=B}
14309 \]
14310
14311 \end_inset
14312
14313
14314 \begin_inset ERT
14315 status collapsed
14316
14317 \begin_layout Plain Layout
14318
14319
14320 \backslash
14321 fboxrule 0.4pt 
14322 \backslash
14323 fboxsep 3pt
14324 \end_layout
14325
14326 \end_inset
14327
14328
14329 \end_layout
14330
14331 \begin_layout Standard
14332 Diese Formel wurde mit folgendem Befehl erstellt:
14333 \begin_inset Newline newline
14334 \end_inset
14335
14336
14337 \series bold
14338
14339 \backslash
14340 fcolorbox{cyan
14341 \begin_inset Formula $\to$
14342 \end_inset
14343
14344
14345 \backslash
14346 {magenta
14347 \begin_inset Formula $\to$
14348 \end_inset
14349
14350
14351 \backslash
14352 {A=B
14353 \end_layout
14354
14355 \begin_layout Standard
14356 \begin_inset VSpace bigskip
14357 \end_inset
14358
14359 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14360  selbst definieren.
14361 \end_layout
14362
14363 \begin_layout Standard
14364 Man kann z.
14365 \begin_inset space \thinspace{}
14366 \end_inset
14367
14368 B.
14369  mit folgender \SpecialChar LaTeX
14370 -Vorspannzeile die Farbe 
14371 \begin_inset Quotes gld
14372 \end_inset
14373
14374
14375 \series bold
14376 dunkelgruen
14377 \series default
14378
14379 \begin_inset Quotes grd
14380 \end_inset
14381
14382
14383 \begin_inset Foot
14384 status collapsed
14385
14386 \begin_layout Plain Layout
14387 In Befehlen darf kein Umlaut stehen, siehe 
14388 \begin_inset CommandInset ref
14389 LatexCommand ref
14390 reference "sec:Benutzerdefinierte-Befehle"
14391
14392 \end_inset
14393
14394 .
14395 \end_layout
14396
14397 \end_inset
14398
14399  definieren:
14400 \end_layout
14401
14402 \begin_layout Standard
14403
14404 \series bold
14405
14406 \backslash
14407 definecolor{dunkelgruen}{cmyk}{0.5,
14408 \series default
14409  
14410 \series bold
14411 0,
14412 \series default
14413  
14414 \series bold
14415 1,
14416 \series default
14417  
14418 \series bold
14419 0.5}
14420 \series default
14421
14422 \begin_inset Index idx
14423 status collapsed
14424
14425 \begin_layout Plain Layout
14426 Befehle ! D ! 
14427 \backslash
14428 definecolor
14429 \end_layout
14430
14431 \end_inset
14432
14433
14434 \end_layout
14435
14436 \begin_layout Standard
14437
14438 \series bold
14439 cmyk
14440 \series default
14441  ist der Farbraum und steht für die Farben 
14442 \series bold
14443 cyan
14444 \series default
14445
14446 \series bold
14447 magenta
14448 \series default
14449
14450 \series bold
14451 yellow
14452 \series default
14453  und 
14454 \series bold
14455 black
14456 \series default
14457 .
14458  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14459  Für den Anteil kann man Werte im Bereich 0
14460 \begin_inset space \thinspace{}
14461 \end_inset
14462
14463 -
14464 \begin_inset space \thinspace{}
14465 \end_inset
14466
14467 1 angeben.
14468  Anstelle von 
14469 \series bold
14470 cmyk
14471 \series default
14472  kann man zur Definition auch den Farbraum 
14473 \series bold
14474 rgb
14475 \series default
14476  verwenden.
14477  
14478 \series bold
14479 rgb
14480 \series default
14481  steht für 
14482 \series bold
14483 red
14484 \series default
14485
14486 \series bold
14487 green
14488 \series default
14489  und 
14490 \series bold
14491 blue
14492 \series default
14493 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14494  Des Weiteren gibt es noch den Farbraum 
14495 \series bold
14496 gray
14497 \series default
14498 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14499 \end_layout
14500
14501 \begin_layout Standard
14502 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14503 \series bold
14504 darkgreen
14505 \series default
14506 , bei der die Zeichenfarbe 
14507 \series bold
14508 yellow
14509 \series default
14510  gewählt wurde:
14511 \begin_inset Formula 
14512 \begin{equation}
14513 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14514 \end{equation}
14515
14516 \end_inset
14517
14518
14519 \end_layout
14520
14521 \begin_layout Standard
14522 Selbst definierte Farben können mit dem Befehl 
14523 \series bold
14524
14525 \backslash
14526 textcolor
14527 \series default
14528  auch für Text
14529 \begin_inset Index idx
14530 status collapsed
14531
14532 \begin_layout Plain Layout
14533 Text ! farbiger
14534 \end_layout
14535
14536 \end_inset
14537
14538  verwendet werden:
14539 \end_layout
14540
14541 \begin_layout Standard
14542 \begin_inset ERT
14543 status collapsed
14544
14545 \begin_layout Plain Layout
14546
14547
14548 \backslash
14549 textcolor{dunkelgruen}{
14550 \end_layout
14551
14552 \end_inset
14553
14554 Dieser Satz ist 
14555 \begin_inset Quotes gld
14556 \end_inset
14557
14558 dunkelgruen
14559 \begin_inset Quotes grd
14560 \end_inset
14561
14562 .
14563 \begin_inset ERT
14564 status collapsed
14565
14566 \begin_layout Plain Layout
14567
14568 }
14569 \end_layout
14570
14571 \end_inset
14572
14573
14574 \end_layout
14575
14576 \begin_layout Standard
14577
14578 \series bold
14579
14580 \backslash
14581 textcolor
14582 \series default
14583
14584 \begin_inset Index idx
14585 status collapsed
14586
14587 \begin_layout Plain Layout
14588 Befehle ! T ! 
14589 \backslash
14590 textcolor
14591 \end_layout
14592
14593 \end_inset
14594
14595  wird nach dem Schema 
14596 \series bold
14597
14598 \backslash
14599 textcolor{Farbe}{zu
14600 \series default
14601  
14602 \series bold
14603 färbende
14604 \series default
14605  
14606 \series bold
14607 Zeichen}
14608 \series default
14609  verwendet.
14610 \end_layout
14611
14612 \begin_layout Subsection
14613 Absatzboxen
14614 \begin_inset CommandInset label
14615 LatexCommand label
14616 name "subsec:Absatzboxen"
14617
14618 \end_inset
14619
14620
14621 \begin_inset Index idx
14622 status collapsed
14623
14624 \begin_layout Plain Layout
14625 Boxen ! Absatz-
14626 \end_layout
14627
14628 \end_inset
14629
14630
14631 \end_layout
14632
14633 \begin_layout Standard
14634 Mit dem Menü 
14635 \family sans
14636 Einfügen\SpecialChar menuseparator
14637 Box
14638 \family default
14639  oder dem Werkzeugleistenknopf 
14640 \begin_inset Info
14641 type  "icon"
14642 arg   "box-insert"
14643 \end_inset
14644
14645  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14646  eine so genannte 
14647 \emph on
14648 Parbox
14649 \emph default
14650  (Absatzbox).
14651 \end_layout
14652
14653 \begin_layout Standard
14654 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14655 \end_layout
14656
14657 \begin_layout Standard
14658 \begin_inset VSpace medskip
14659 \end_inset
14660
14661 Dies ist eine Zeile 
14662 \begin_inset Box Boxed
14663 position "c"
14664 hor_pos "c"
14665 has_inner_box 1
14666 inner_pos "t"
14667 use_parbox 1
14668 use_makebox 0
14669 width "5cm"
14670 special "none"
14671 height "1in"
14672 height_special "totalheight"
14673 thickness "0.4pt"
14674 separation "3pt"
14675 shadowsize "4pt"
14676 framecolor "black"
14677 backgroundcolor "none"
14678 status open
14679
14680 \begin_layout Plain Layout
14681 Dies ist die Absatzbox.
14682  Sie ist genau 5
14683 \begin_inset space \thinspace{}
14684 \end_inset
14685
14686 cm lang und kann auch Formeln enthalten: 
14687 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14688 \end_inset
14689
14690
14691 \end_layout
14692
14693 \end_inset
14694
14695  mit einer Absatzbox.
14696 \begin_inset VSpace medskip
14697 \end_inset
14698
14699
14700 \end_layout
14701
14702 \begin_layout Standard
14703 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14704  graue Box mit dem Namen 
14705 \begin_inset Quotes gld
14706 \end_inset
14707
14708 Box(Gerahmt)
14709 \begin_inset Quotes grd
14710 \end_inset
14711
14712  klickt.
14713  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14714  In diesem Fall: 
14715 \emph on
14716 Verzierung
14717 \emph default
14718 : Rechteckige Box, 
14719 \emph on
14720 Innere Box
14721 \emph default
14722 : Parbox, 
14723 \emph on
14724 Breite
14725 \emph default
14726 : 5
14727 \begin_inset space \thinspace{}
14728 \end_inset
14729
14730 cm, 
14731 \emph on
14732 Vertikale Box Ausrichtung
14733 \emph default
14734 : Mitte
14735 \end_layout
14736
14737 \begin_layout Standard
14738 \begin_inset VSpace medskip
14739 \end_inset
14740
14741 In \SpecialChar LaTeX
14742  wird eine Absatzbox mit dem Befehl 
14743 \series bold
14744
14745 \backslash
14746 parbox
14747 \series default
14748
14749 \begin_inset Index idx
14750 status collapsed
14751
14752 \begin_layout Plain Layout
14753 Befehle ! P ! 
14754 \backslash
14755 parbox
14756 \end_layout
14757
14758 \end_inset
14759
14760  erstellt, welcher folgendes Schema besitzt:
14761 \end_layout
14762
14763 \begin_layout Standard
14764
14765 \series bold
14766
14767 \backslash
14768 parbox[Position]{Breite}{Boxinhalt}
14769 \end_layout
14770
14771 \begin_layout Standard
14772 Die Positionen 
14773 \emph on
14774 b
14775 \emph default
14776  und 
14777 \emph on
14778 t
14779 \emph default
14780  sind möglich.
14781  
14782 \emph on
14783 b
14784 \emph default
14785  steht für 
14786 \begin_inset Quotes gld
14787 \end_inset
14788
14789 bottom
14790 \begin_inset Quotes grd
14791 \end_inset
14792
14793  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
14794  eingepasst wird.
14795  Bei 
14796 \emph on
14797 t
14798 \emph default
14799  wie 
14800 \begin_inset Quotes gld
14801 \end_inset
14802
14803 top
14804 \begin_inset Quotes grd
14805 \end_inset
14806
14807  (oben) geschieht dies für die erste Zeile.
14808  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14809  siehe das Kapitel 
14810 \emph on
14811 Boxen
14812 \emph default
14813  des Handbuchs
14814 \emph on
14815  Eingebettete
14816 \begin_inset space ~
14817 \end_inset
14818
14819 Objekte
14820 \emph default
14821  für Beispiele.
14822 \end_layout
14823
14824 \begin_layout Standard
14825 \begin_inset VSpace bigskip
14826 \end_inset
14827
14828 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14829  in eine Absatzbox setzen.
14830  Dazu schreibt man im \SpecialChar TeX
14831 -Modus vor die Formel den Befehl 
14832 \series bold
14833
14834 \backslash
14835 fbox{
14836 \backslash
14837 parbox{
14838 \backslash
14839 linewidth-2
14840 \backslash
14841 fboxsep-2
14842 \backslash
14843 fboxrule}{
14844 \series default
14845 .
14846  Hierbei steht 
14847 \series bold
14848
14849 \backslash
14850 linewidth
14851 \series default
14852
14853 \begin_inset Index idx
14854 status collapsed
14855
14856 \begin_layout Plain Layout
14857 Befehle ! L ! 
14858 \backslash
14859 linewidth
14860 \end_layout
14861
14862 \end_inset
14863
14864  für die im Dokument eingestellte Zeilenbreite.
14865  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14866 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14867  Da dies \SpecialChar LyX
14868  aufgrund eines Fehlers
14869 \begin_inset Foot
14870 status collapsed
14871
14872 \begin_layout Plain Layout
14873 \begin_inset CommandInset href
14874 LatexCommand href
14875 name "LyX-Fehler #4483"
14876 target "http://www.lyx.org/trac/ticket/4483"
14877
14878 \end_inset
14879
14880
14881 \end_layout
14882
14883 \end_inset
14884
14885  nicht automatisch macht, muss der \SpecialChar TeX
14886 -Modus verwendet werden.
14887  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im \SpecialChar LaTeX
14888 -Vorspann
14889  das \SpecialChar LaTeX
14890 -Paket 
14891 \series bold
14892 calc
14893 \series default
14894
14895 \begin_inset Foot
14896 status collapsed
14897
14898 \begin_layout Plain Layout
14899
14900 \series bold
14901 calc
14902 \series default
14903  ist Teil jeder \SpecialChar LaTeX
14904 -Standardinstallation.
14905 \end_layout
14906
14907 \end_inset
14908
14909
14910 \begin_inset Index idx
14911 status collapsed
14912
14913 \begin_layout Plain Layout
14914 Pakete ! calc
14915 \end_layout
14916
14917 \end_inset
14918
14919  mit der Zeile
14920 \end_layout
14921
14922 \begin_layout Standard
14923
14924 \series bold
14925
14926 \backslash
14927 usepackage{calc}
14928 \end_layout
14929
14930 \begin_layout Standard
14931 geladen werden.
14932  Nach der Formel werden beide Boxen geschlossen, indem man 
14933 \series bold
14934 }}
14935 \series default
14936  im \SpecialChar TeX
14937 -Modus eingibt.
14938  Dazu ein Beispiel:
14939 \begin_inset ERT
14940 status collapsed
14941
14942 \begin_layout Plain Layout
14943
14944
14945 \backslash
14946 fboxsep 5mm 
14947 \backslash
14948 fboxrule 5mm
14949 \end_layout
14950
14951 \end_inset
14952
14953
14954 \end_layout
14955
14956 \begin_layout Standard
14957 \begin_inset ERT
14958 status collapsed
14959
14960 \begin_layout Plain Layout
14961
14962
14963 \backslash
14964 fbox{
14965 \backslash
14966 parbox{
14967 \backslash
14968 linewidth-2
14969 \backslash
14970 fboxsep-2
14971 \backslash
14972 fboxrule}{
14973 \end_layout
14974
14975 \end_inset
14976
14977
14978 \begin_inset Formula 
14979 \begin{equation}
14980 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14981 \end{equation}
14982
14983 \end_inset
14984
14985
14986 \begin_inset ERT
14987 status collapsed
14988
14989 \begin_layout Plain Layout
14990
14991 }}
14992 \end_layout
14993
14994 \end_inset
14995
14996
14997 \begin_inset ERT
14998 status collapsed
14999
15000 \begin_layout Plain Layout
15001
15002
15003 \backslash
15004 fboxrule 0.4pt 
15005 \backslash
15006 fboxsep 3pt
15007 \end_layout
15008
15009 \end_inset
15010
15011
15012 \end_layout
15013
15014 \begin_layout Standard
15015 \begin_inset VSpace medskip
15016 \end_inset
15017
15018 Da im Argument von 
15019 \series bold
15020
15021 \backslash
15022 fbox
15023 \series default
15024  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
15025  keinen Unterschied zwischen 
15026 \series bold
15027
15028 \backslash
15029 fbox
15030 \series default
15031  und 
15032 \series bold
15033
15034 \backslash
15035 boxed
15036 \series default
15037 .
15038 \end_layout
15039
15040 \begin_layout Standard
15041 \begin_inset VSpace bigskip
15042 \end_inset
15043
15044 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
15045  Dazu verwendet man 
15046 \series bold
15047
15048 \backslash
15049 parbox
15050 \series default
15051  in Verbindung mit dem Befehl 
15052 \series bold
15053
15054 \backslash
15055 tag
15056 \series default
15057 .
15058  (mehr zu 
15059 \series bold
15060
15061 \backslash
15062 tag
15063 \series default
15064  siehe 
15065 \begin_inset CommandInset ref
15066 LatexCommand ref
15067 reference "subsec:Benutzerdefinierte-Nummerierung"
15068
15069 \end_inset
15070
15071 )
15072 \end_layout
15073
15074 \begin_layout Standard
15075 Ein Beispiel einer mit Hilfe von 
15076 \series bold
15077
15078 \backslash
15079 parbox
15080 \series default
15081  kommentierten Formel:
15082 \end_layout
15083
15084 \begin_layout Standard
15085 \begin_inset ERT
15086 status collapsed
15087
15088 \begin_layout Plain Layout
15089
15090
15091 \backslash
15092 [5x-7b=3b
15093 \backslash
15094 tag*{
15095 \backslash
15096 parbox{5cm}{
15097 \end_layout
15098
15099 \end_inset
15100
15101 Dies ist eine Beschreibung.
15102  Sie ist deutlich von der Formel getrennt und mehrzeilig.
15103 \begin_inset ERT
15104 status collapsed
15105
15106 \begin_layout Plain Layout
15107
15108 }}
15109 \backslash
15110 ]
15111 \end_layout
15112
15113 \end_inset
15114
15115
15116 \end_layout
15117
15118 \begin_layout Standard
15119 So eine Formel muss komplett im \SpecialChar TeX
15120 -Modus eingegeben werden, da \SpecialChar LyX
15121  den Befehl
15122  
15123 \series bold
15124
15125 \backslash
15126 parbox
15127 \series default
15128  in Formeln noch nicht unterstützt.
15129  Die Formel wird mit folgender Befehlssequenz erstellt:
15130 \end_layout
15131
15132 \begin_layout Standard
15133 Der Befehl 
15134 \series bold
15135
15136 \backslash
15137 [5x-7b=3b
15138 \backslash
15139 tag*
15140 \backslash
15141 {
15142 \backslash
15143 parbox{5cm}{
15144 \series default
15145  wird im \SpecialChar TeX
15146 -Modus eingegeben.
15147 \begin_inset Foot
15148 status collapsed
15149
15150 \begin_layout Plain Layout
15151 Ist der Formelstil 
15152 \series bold
15153 Eingerückt
15154 \series default
15155  aktiviert, kann 
15156 \series bold
15157
15158 \backslash
15159 tag*
15160 \backslash
15161 {
15162 \series default
15163  auch durch 
15164 \series bold
15165
15166 \backslash
15167 hfill
15168 \series default
15169  ersetzt werden.
15170  (Formelstile siehe 
15171 \begin_inset CommandInset ref
15172 LatexCommand ref
15173 reference "sec:Formelstile"
15174
15175 \end_inset
15176
15177 )
15178 \end_layout
15179
15180 \end_inset
15181
15182  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
15183 \series bold
15184 }}
15185 \backslash
15186 ]
15187 \series default
15188  im \SpecialChar TeX
15189 -Modus ein.
15190  Die Befehle 
15191 \series bold
15192
15193 \backslash
15194 [
15195 \series default
15196  und 
15197 \series bold
15198
15199 \backslash
15200 ]
15201 \series default
15202  erstellen hierbei eine abgesetzte Formel.
15203 \end_layout
15204
15205 \begin_layout Standard
15206 Die Vorteile von 
15207 \series bold
15208
15209 \backslash
15210 parbox
15211 \series default
15212  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
15213  Textmodus 
15214 \begin_inset Quotes gld
15215 \end_inset
15216
15217 kommentiert
15218 \begin_inset Quotes grd
15219 \end_inset
15220
15221  wurde:
15222 \begin_inset Formula 
15223 \[
15224 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
15225 \]
15226
15227 \end_inset
15228
15229
15230 \end_layout
15231
15232 \begin_layout Section
15233 Operatoren
15234 \begin_inset Index idx
15235 status collapsed
15236
15237 \begin_layout Plain Layout
15238 Operatoren
15239 \end_layout
15240
15241 \end_inset
15242
15243
15244 \end_layout
15245
15246 \begin_layout Subsection
15247 Große Operatoren
15248 \begin_inset CommandInset label
15249 LatexCommand label
15250 name "subsec:Große-Operatoren"
15251
15252 \end_inset
15253
15254
15255 \begin_inset Index idx
15256 status collapsed
15257
15258 \begin_layout Plain Layout
15259 Operatoren ! große
15260 \end_layout
15261
15262 \end_inset
15263
15264
15265 \begin_inset Index idx
15266 status collapsed
15267
15268 \begin_layout Plain Layout
15269 Summen
15270 \end_layout
15271
15272 \end_inset
15273
15274
15275 \begin_inset Index idx
15276 status collapsed
15277
15278 \begin_layout Plain Layout
15279 Integrale
15280 \end_layout
15281
15282 \end_inset
15283
15284
15285 \end_layout
15286
15287 \begin_layout Standard
15288 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15289  sind, muss die Option 
15290 \family sans
15291 esint-Paket automatisch verwenden
15292 \family default
15293  in den Dokumenteinstellungen unter 
15294 \family sans
15295 Mathe-Optionen
15296 \family default
15297  gewählt sein.
15298 \end_layout
15299
15300 \begin_layout Standard
15301 \begin_inset space \hfill{}
15302 \end_inset
15303
15304
15305 \begin_inset Tabular
15306 <lyxtabular version="3" rows="11" columns="2">
15307 <features tabularvalignment="middle">
15308 <column alignment="center" valignment="top" width="0pt">
15309 <column alignment="center" valignment="top" width="0pt">
15310 <row>
15311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15312 \begin_inset Text
15313
15314 \begin_layout Plain Layout
15315 Befehl
15316 \end_layout
15317
15318 \end_inset
15319 </cell>
15320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15321 \begin_inset Text
15322
15323 \begin_layout Plain Layout
15324 Ergebnis
15325 \end_layout
15326
15327 \end_inset
15328 </cell>
15329 </row>
15330 <row>
15331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15332 \begin_inset Text
15333
15334 \begin_layout Plain Layout
15335
15336 \backslash
15337 int
15338 \begin_inset Index idx
15339 status collapsed
15340
15341 \begin_layout Plain Layout
15342 Befehle ! I ! 
15343 \backslash
15344 int
15345 \end_layout
15346
15347 \end_inset
15348
15349
15350 \end_layout
15351
15352 \end_inset
15353 </cell>
15354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15355 \begin_inset Text
15356
15357 \begin_layout Plain Layout
15358 \begin_inset Formula $\int$
15359 \end_inset
15360
15361
15362 \end_layout
15363
15364 \end_inset
15365 </cell>
15366 </row>
15367 <row>
15368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15369 \begin_inset Text
15370
15371 \begin_layout Plain Layout
15372
15373 \backslash
15374 oint
15375 \end_layout
15376
15377 \end_inset
15378 </cell>
15379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15380 \begin_inset Text
15381
15382 \begin_layout Plain Layout
15383 \begin_inset Formula $\oint$
15384 \end_inset
15385
15386
15387 \end_layout
15388
15389 \end_inset
15390 </cell>
15391 </row>
15392 <row>
15393 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15394 \begin_inset Text
15395
15396 \begin_layout Plain Layout
15397
15398 \backslash
15399 ointctrclockwise
15400 \end_layout
15401
15402 \end_inset
15403 </cell>
15404 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15405 \begin_inset Text
15406
15407 \begin_layout Plain Layout
15408 \begin_inset Formula $\ointctrclockwise$
15409 \end_inset
15410
15411
15412 \end_layout
15413
15414 \end_inset
15415 </cell>
15416 </row>
15417 <row>
15418 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15419 \begin_inset Text
15420
15421 \begin_layout Plain Layout
15422
15423 \backslash
15424 ointclockwise
15425 \end_layout
15426
15427 \end_inset
15428 </cell>
15429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15430 \begin_inset Text
15431
15432 \begin_layout Plain Layout
15433 \begin_inset Formula $\ointclockwise$
15434 \end_inset
15435
15436
15437 \end_layout
15438
15439 \end_inset
15440 </cell>
15441 </row>
15442 <row>
15443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15444 \begin_inset Text
15445
15446 \begin_layout Plain Layout
15447
15448 \backslash
15449 sqint
15450 \end_layout
15451
15452 \end_inset
15453 </cell>
15454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15455 \begin_inset Text
15456
15457 \begin_layout Plain Layout
15458 \begin_inset Formula $\sqint$
15459 \end_inset
15460
15461
15462 \end_layout
15463
15464 \end_inset
15465 </cell>
15466 </row>
15467 <row>
15468 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15469 \begin_inset Text
15470
15471 \begin_layout Plain Layout
15472
15473 \backslash
15474 fint
15475 \end_layout
15476
15477 \end_inset
15478 </cell>
15479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15480 \begin_inset Text
15481
15482 \begin_layout Plain Layout
15483  
15484 \begin_inset Formula $\fint$
15485 \end_inset
15486
15487
15488 \end_layout
15489
15490 \end_inset
15491 </cell>
15492 </row>
15493 <row>
15494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15495 \begin_inset Text
15496
15497 \begin_layout Plain Layout
15498
15499 \backslash
15500 landupint
15501 \end_layout
15502
15503 \end_inset
15504 </cell>
15505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15506 \begin_inset Text
15507
15508 \begin_layout Plain Layout
15509  
15510 \begin_inset Formula $\landupint$
15511 \end_inset
15512
15513
15514 \end_layout
15515
15516 \end_inset
15517 </cell>
15518 </row>
15519 <row>
15520 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15521 \begin_inset Text
15522
15523 \begin_layout Plain Layout
15524
15525 \backslash
15526 landdownint
15527 \end_layout
15528
15529 \end_inset
15530 </cell>
15531 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15532 \begin_inset Text
15533
15534 \begin_layout Plain Layout
15535  
15536 \begin_inset Formula $\landdownint$
15537 \end_inset
15538
15539
15540 \end_layout
15541
15542 \end_inset
15543 </cell>
15544 </row>
15545 <row>
15546 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15547 \begin_inset Text
15548
15549 \begin_layout Plain Layout
15550
15551 \backslash
15552 bigcap
15553 \end_layout
15554
15555 \end_inset
15556 </cell>
15557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15558 \begin_inset Text
15559
15560 \begin_layout Plain Layout
15561 \begin_inset Formula $\bigcap$
15562 \end_inset
15563
15564
15565 \end_layout
15566
15567 \end_inset
15568 </cell>
15569 </row>
15570 <row>
15571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15572 \begin_inset Text
15573
15574 \begin_layout Plain Layout
15575
15576 \backslash
15577 bigcup
15578 \end_layout
15579
15580 \end_inset
15581 </cell>
15582 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15583 \begin_inset Text
15584
15585 \begin_layout Plain Layout
15586 \begin_inset Formula $\bigcup$
15587 \end_inset
15588
15589
15590 \end_layout
15591
15592 \end_inset
15593 </cell>
15594 </row>
15595 </lyxtabular>
15596
15597 \end_inset
15598
15599
15600 \begin_inset space \hfill{}
15601 \end_inset
15602
15603
15604 \begin_inset Tabular
15605 <lyxtabular version="3" rows="11" columns="2">
15606 <features tabularvalignment="middle">
15607 <column alignment="center" valignment="top" width="0pt">
15608 <column alignment="center" valignment="top" width="0pt">
15609 <row>
15610 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 Befehl
15615 \end_layout
15616
15617 \end_inset
15618 </cell>
15619 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15620 \begin_inset Text
15621
15622 \begin_layout Plain Layout
15623 Ergebnis
15624 \end_layout
15625
15626 \end_inset
15627 </cell>
15628 </row>
15629 <row>
15630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15631 \begin_inset Text
15632
15633 \begin_layout Plain Layout
15634
15635 \backslash
15636 sum
15637 \begin_inset Index idx
15638 status collapsed
15639
15640 \begin_layout Plain Layout
15641 Befehle ! S ! 
15642 \backslash
15643 sum
15644 \end_layout
15645
15646 \end_inset
15647
15648
15649 \end_layout
15650
15651 \end_inset
15652 </cell>
15653 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15654 \begin_inset Text
15655
15656 \begin_layout Plain Layout
15657 \begin_inset Formula $\sum$
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \end_inset
15664 </cell>
15665 </row>
15666 <row>
15667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15668 \begin_inset Text
15669
15670 \begin_layout Plain Layout
15671
15672 \backslash
15673 prod
15674 \begin_inset Index idx
15675 status collapsed
15676
15677 \begin_layout Plain Layout
15678 Befehle ! P ! 
15679 \backslash
15680 prod
15681 \end_layout
15682
15683 \end_inset
15684
15685
15686 \end_layout
15687
15688 \end_inset
15689 </cell>
15690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15691 \begin_inset Text
15692
15693 \begin_layout Plain Layout
15694 \begin_inset Formula $\prod$
15695 \end_inset
15696
15697
15698 \end_layout
15699
15700 \end_inset
15701 </cell>
15702 </row>
15703 <row>
15704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15705 \begin_inset Text
15706
15707 \begin_layout Plain Layout
15708
15709 \backslash
15710 coprod
15711 \end_layout
15712
15713 \end_inset
15714 </cell>
15715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15716 \begin_inset Text
15717
15718 \begin_layout Plain Layout
15719 \begin_inset Formula $\coprod$
15720 \end_inset
15721
15722
15723 \end_layout
15724
15725 \end_inset
15726 </cell>
15727 </row>
15728 <row>
15729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15730 \begin_inset Text
15731
15732 \begin_layout Plain Layout
15733
15734 \backslash
15735 bigodot
15736 \end_layout
15737
15738 \end_inset
15739 </cell>
15740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15741 \begin_inset Text
15742
15743 \begin_layout Plain Layout
15744 \begin_inset Formula $\bigodot$
15745 \end_inset
15746
15747
15748 \end_layout
15749
15750 \end_inset
15751 </cell>
15752 </row>
15753 <row>
15754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15755 \begin_inset Text
15756
15757 \begin_layout Plain Layout
15758
15759 \backslash
15760 bigotimes
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 \begin_inset Formula $\bigotimes$
15770 \end_inset
15771
15772
15773 \end_layout
15774
15775 \end_inset
15776 </cell>
15777 </row>
15778 <row>
15779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15780 \begin_inset Text
15781
15782 \begin_layout Plain Layout
15783
15784 \backslash
15785 bigoplus
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15791 \begin_inset Text
15792
15793 \begin_layout Plain Layout
15794 \begin_inset Formula $\bigoplus$
15795 \end_inset
15796
15797
15798 \end_layout
15799
15800 \end_inset
15801 </cell>
15802 </row>
15803 <row>
15804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15805 \begin_inset Text
15806
15807 \begin_layout Plain Layout
15808
15809 \backslash
15810 bigwedge
15811 \end_layout
15812
15813 \end_inset
15814 </cell>
15815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15816 \begin_inset Text
15817
15818 \begin_layout Plain Layout
15819 \begin_inset Formula $\bigwedge$
15820 \end_inset
15821
15822
15823 \end_layout
15824
15825 \end_inset
15826 </cell>
15827 </row>
15828 <row>
15829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15830 \begin_inset Text
15831
15832 \begin_layout Plain Layout
15833
15834 \backslash
15835 bigvee
15836 \end_layout
15837
15838 \end_inset
15839 </cell>
15840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15841 \begin_inset Text
15842
15843 \begin_layout Plain Layout
15844 \begin_inset Formula $\bigvee$
15845 \end_inset
15846
15847
15848 \end_layout
15849
15850 \end_inset
15851 </cell>
15852 </row>
15853 <row>
15854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15855 \begin_inset Text
15856
15857 \begin_layout Plain Layout
15858
15859 \backslash
15860 bigsqcup
15861 \end_layout
15862
15863 \end_inset
15864 </cell>
15865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15866 \begin_inset Text
15867
15868 \begin_layout Plain Layout
15869 \begin_inset Formula $\bigsqcup$
15870 \end_inset
15871
15872
15873 \end_layout
15874
15875 \end_inset
15876 </cell>
15877 </row>
15878 <row>
15879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15880 \begin_inset Text
15881
15882 \begin_layout Plain Layout
15883
15884 \backslash
15885 biguplus
15886 \end_layout
15887
15888 \end_inset
15889 </cell>
15890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15891 \begin_inset Text
15892
15893 \begin_layout Plain Layout
15894 \begin_inset Formula $\biguplus$
15895 \end_inset
15896
15897
15898 \end_layout
15899
15900 \end_inset
15901 </cell>
15902 </row>
15903 </lyxtabular>
15904
15905 \end_inset
15906
15907
15908 \begin_inset space \hfill{}
15909 \end_inset
15910
15911
15912 \end_layout
15913
15914 \begin_layout Standard
15915 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15916 \begin_inset Info
15917 type  "icon"
15918 arg   "math-insert \\intop"
15919 \end_inset
15920
15921  eingefügt werden.
15922 \end_layout
15923
15924 \begin_layout Standard
15925 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15926  Teil gleich aussehenden binären Operatoren.
15927  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15928  beschrieben.
15929 \end_layout
15930
15931 \begin_layout Standard
15932 Für alle Integrale gibt es Befehle, die auf 
15933 \series bold
15934 op
15935 \series default
15936  enden: 
15937 \series bold
15938
15939 \backslash
15940 intop
15941 \series default
15942
15943 \series bold
15944
15945 \backslash
15946 ointop
15947 \series default
15948  usw..
15949  Diese unterscheiden sich von 
15950 \series bold
15951
15952 \backslash
15953 int
15954 \series default
15955  usw.
15956 \begin_inset space \space{}
15957 \end_inset
15958
15959 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15960 \begin_inset CommandInset ref
15961 LatexCommand ref
15962 reference "subsec:Operatorgrenzen"
15963
15964 \end_inset
15965
15966 .
15967  
15968 \end_layout
15969
15970 \begin_layout Subsubsection*
15971 Hinweise zu Integralen
15972 \end_layout
15973
15974 \begin_layout Standard
15975 Der Buchstabe 
15976 \emph on
15977 d
15978 \emph default
15979  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15980  muss.
15981  Dazu markiert man das 
15982 \emph on
15983 d
15984 \emph default
15985  und wandelt es mit der Tastenkombination 
15986 \family sans
15987 Alt+Z
15988 \begin_inset space ~
15989 \end_inset
15990
15991 R
15992 \family default
15993
15994 \begin_inset Foot
15995 status collapsed
15996
15997 \begin_layout Plain Layout
15998 Schriftstile siehe 
15999 \begin_inset CommandInset ref
16000 LatexCommand ref
16001 reference "subsec:Schriftstile"
16002
16003 \end_inset
16004
16005
16006 \end_layout
16007
16008 \end_inset
16009
16010  um.
16011  Anschließend fügt man vor dem 
16012 \emph on
16013 d
16014 \emph default
16015 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
16016  Dazu ein Beispiel:
16017 \end_layout
16018
16019 \begin_layout Standard
16020 inkorrekt: 
16021 \begin_inset Formula $\int A(x)dx$
16022 \end_inset
16023
16024
16025 \begin_inset Newline newline
16026 \end_inset
16027
16028
16029 \begin_inset Phantom HPhantom
16030 status open
16031
16032 \begin_layout Plain Layout
16033 in
16034 \end_layout
16035
16036 \end_inset
16037
16038 korrekt: 
16039 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
16040 \end_inset
16041
16042
16043 \end_layout
16044
16045 \begin_layout Standard
16046 \begin_inset VSpace medskip
16047 \end_inset
16048
16049 Für Mehrfachintegrale gibt es folgende Befehle:
16050 \begin_inset VSpace medskip
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \begin_layout Standard
16057 \begin_inset space \hfill{}
16058 \end_inset
16059
16060
16061 \begin_inset Tabular
16062 <lyxtabular version="3" rows="4" columns="2">
16063 <features tabularvalignment="middle">
16064 <column alignment="center" valignment="top">
16065 <column alignment="center" valignment="top">
16066 <row>
16067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16068 \begin_inset Text
16069
16070 \begin_layout Plain Layout
16071 Befehl
16072 \end_layout
16073
16074 \end_inset
16075 </cell>
16076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16077 \begin_inset Text
16078
16079 \begin_layout Plain Layout
16080 Ergebnis
16081 \begin_inset Note Note
16082 status collapsed
16083
16084 \begin_layout Plain Layout
16085
16086 \series bold
16087
16088 \backslash
16089 raisebox
16090 \series default
16091  dient nur als Abstandhalter.
16092 \end_layout
16093
16094 \end_inset
16095
16096
16097 \end_layout
16098
16099 \end_inset
16100 </cell>
16101 </row>
16102 <row>
16103 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16104 \begin_inset Text
16105
16106 \begin_layout Plain Layout
16107
16108 \backslash
16109 iint
16110 \end_layout
16111
16112 \end_inset
16113 </cell>
16114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16115 \begin_inset Text
16116
16117 \begin_layout Plain Layout
16118 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
16119 \end_inset
16120
16121
16122 \end_layout
16123
16124 \end_inset
16125 </cell>
16126 </row>
16127 <row>
16128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16129 \begin_inset Text
16130
16131 \begin_layout Plain Layout
16132
16133 \backslash
16134 oiint
16135 \end_layout
16136
16137 \end_inset
16138 </cell>
16139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16140 \begin_inset Text
16141
16142 \begin_layout Plain Layout
16143 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
16144 \end_inset
16145
16146
16147 \end_layout
16148
16149 \end_inset
16150 </cell>
16151 </row>
16152 <row>
16153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16154 \begin_inset Text
16155
16156 \begin_layout Plain Layout
16157
16158 \backslash
16159 sqiint
16160 \end_layout
16161
16162 \end_inset
16163 </cell>
16164 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16165 \begin_inset Text
16166
16167 \begin_layout Plain Layout
16168 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
16169 \end_inset
16170
16171
16172 \end_layout
16173
16174 \end_inset
16175 </cell>
16176 </row>
16177 </lyxtabular>
16178
16179 \end_inset
16180
16181
16182 \begin_inset space \hfill{}
16183 \end_inset
16184
16185
16186 \begin_inset Tabular
16187 <lyxtabular version="3" rows="4" columns="2">
16188 <features tabularvalignment="middle">
16189 <column alignment="center" valignment="top">
16190 <column alignment="center" valignment="top">
16191 <row>
16192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16193 \begin_inset Text
16194
16195 \begin_layout Plain Layout
16196 Befehl
16197 \end_layout
16198
16199 \end_inset
16200 </cell>
16201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16202 \begin_inset Text
16203
16204 \begin_layout Plain Layout
16205 Ergebnis
16206 \end_layout
16207
16208 \end_inset
16209 </cell>
16210 </row>
16211 <row>
16212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16213 \begin_inset Text
16214
16215 \begin_layout Plain Layout
16216
16217 \backslash
16218 iiint
16219 \end_layout
16220
16221 \end_inset
16222 </cell>
16223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16224 \begin_inset Text
16225
16226 \begin_layout Plain Layout
16227 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16228 \end_inset
16229
16230
16231 \end_layout
16232
16233 \end_inset
16234 </cell>
16235 </row>
16236 <row>
16237 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16238 \begin_inset Text
16239
16240 \begin_layout Plain Layout
16241
16242 \backslash
16243 iiiint
16244 \end_layout
16245
16246 \end_inset
16247 </cell>
16248 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16249 \begin_inset Text
16250
16251 \begin_layout Plain Layout
16252 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16253 \end_inset
16254
16255
16256 \end_layout
16257
16258 \end_inset
16259 </cell>
16260 </row>
16261 <row>
16262 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16263 \begin_inset Text
16264
16265 \begin_layout Plain Layout
16266
16267 \backslash
16268 dotsint
16269 \end_layout
16270
16271 \end_inset
16272 </cell>
16273 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16274 \begin_inset Text
16275
16276 \begin_layout Plain Layout
16277 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16278 \end_inset
16279
16280
16281 \end_layout
16282
16283 \end_inset
16284 </cell>
16285 </row>
16286 </lyxtabular>
16287
16288 \end_inset
16289
16290
16291 \begin_inset space \hfill{}
16292 \end_inset
16293
16294
16295 \end_layout
16296
16297 \begin_layout Subsection
16298 Operatorgrenzen
16299 \begin_inset CommandInset label
16300 LatexCommand label
16301 name "subsec:Operatorgrenzen"
16302
16303 \end_inset
16304
16305
16306 \begin_inset Index idx
16307 status collapsed
16308
16309 \begin_layout Plain Layout
16310 Operatoren ! Grenzen
16311 \end_layout
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \begin_layout Standard
16319 Grenzen werden durch Hoch- bzw.
16320 \begin_inset space \space{}
16321 \end_inset
16322
16323 Tiefstellen erzeugt:
16324 \begin_inset Separator parbreak
16325 \end_inset
16326
16327
16328 \end_layout
16329
16330 \begin_layout Standard
16331 \align center
16332 \begin_inset Tabular
16333 <lyxtabular version="3" rows="2" columns="2">
16334 <features tabularvalignment="middle">
16335 <column alignment="center" valignment="top" width="0pt">
16336 <column alignment="center" valignment="top" width="0pt">
16337 <row>
16338 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16339 \begin_inset Text
16340
16341 \begin_layout Plain Layout
16342 Befehl
16343 \end_layout
16344
16345 \end_inset
16346 </cell>
16347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16348 \begin_inset Text
16349
16350 \begin_layout Plain Layout
16351 Ergebnis
16352 \begin_inset Note Note
16353 status collapsed
16354
16355 \begin_layout Plain Layout
16356
16357 \series bold
16358
16359 \backslash
16360 raisebox
16361 \series default
16362  dient nur als Abstandhalter.
16363 \end_layout
16364
16365 \end_inset
16366
16367
16368 \end_layout
16369
16370 \end_inset
16371 </cell>
16372 </row>
16373 <row>
16374 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16375 \begin_inset Text
16376
16377 \begin_layout Plain Layout
16378
16379 \backslash
16380 prod^
16381 \backslash
16382 infty
16383 \begin_inset space \textvisiblespace{}
16384 \end_inset
16385
16386
16387 \begin_inset Formula $\to$
16388 \end_inset
16389
16390 _0
16391 \begin_inset Formula $\to$
16392 \end_inset
16393
16394 A(x)
16395 \end_layout
16396
16397 \end_inset
16398 </cell>
16399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16400 \begin_inset Text
16401
16402 \begin_layout Plain Layout
16403 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16404 \end_inset
16405
16406
16407 \end_layout
16408
16409 \end_inset
16410 </cell>
16411 </row>
16412 </lyxtabular>
16413
16414 \end_inset
16415
16416
16417 \end_layout
16418
16419 \begin_layout Standard
16420 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16421  Operator gesetzt.
16422  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16423  bzw.
16424 \begin_inset space \space{}
16425 \end_inset
16426
16427 unter den Operator gesetzt.
16428 \end_layout
16429
16430 \begin_layout Standard
16431 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16432  man den Cursor direkt hinter den Operator und setzt über das Menü 
16433 \family sans
16434 Bearbeiten\SpecialChar menuseparator
16435 Mathe\SpecialChar menuseparator
16436 Art der Operatorgrenzen ändern
16437 \family default
16438  die Grenzen auf 
16439 \series bold
16440 Eingebettet
16441 \series default
16442  (Tastenkombination 
16443 \family sans
16444 Alt+M
16445 \begin_inset space ~
16446 \end_inset
16447
16448 L
16449 \family default
16450 ).
16451  Dazu folgendes Beispiel:
16452 \end_layout
16453
16454 \begin_layout Standard
16455 Die normalen Grenzen sehen so aus:
16456 \begin_inset Formula 
16457 \[
16458 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16459 \]
16460
16461 \end_inset
16462
16463 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16464 \begin_inset Formula 
16465 \[
16466 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16467 \]
16468
16469 \end_inset
16470
16471 Bei Integralen werden mit Ausnahme von denen, die auf 
16472 \series bold
16473 op
16474 \series default
16475  enden (
16476 \series bold
16477
16478 \backslash
16479 intop
16480 \series default
16481
16482 \series bold
16483
16484 \backslash
16485 ointop
16486 \series default
16487  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16488  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16489  gesetzt.
16490  Im folgenden Beispiel wurde die Grenze deswegen auf 
16491 \series bold
16492 Anzeige
16493 \series default
16494  gesetzt und damit unter die Integrale geschrieben:
16495 \begin_inset Formula 
16496 \begin{equation}
16497 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16498 \end{equation}
16499
16500 \end_inset
16501
16502
16503 \end_layout
16504
16505 \begin_layout Standard
16506 \begin_inset VSpace medskip
16507 \end_inset
16508
16509 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16510 \series bold
16511
16512 \backslash
16513 subarray
16514 \series default
16515
16516 \begin_inset Index idx
16517 status collapsed
16518
16519 \begin_layout Plain Layout
16520 Befehle ! S ! 
16521 \backslash
16522 subarray
16523 \end_layout
16524
16525 \end_inset
16526
16527  und 
16528 \series bold
16529
16530 \backslash
16531 substack
16532 \series default
16533
16534 \begin_inset Index idx
16535 status collapsed
16536
16537 \begin_layout Plain Layout
16538 Befehle ! S ! 
16539 \backslash
16540 substack
16541 \end_layout
16542
16543 \end_inset
16544
16545 .
16546  Um z.
16547 \begin_inset space \thinspace{}
16548 \end_inset
16549
16550 B.
16551  diesen Ausdruck 
16552 \begin_inset Formula 
16553 \begin{equation}
16554 \sum_{\begin{subarray}{c}
16555 0<k<1000\\
16556 \\
16557 k\,\in\,\mathbb{N}
16558 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16559 \end{equation}
16560
16561 \end_inset
16562
16563 zu erstellen, muss man Folgendes tun:
16564 \begin_inset Newline newline
16565 \end_inset
16566
16567 Zuerst gibt man den Befehl 
16568 \series bold
16569
16570 \backslash
16571 sum
16572 \series default
16573 ^
16574 \series bold
16575 n
16576 \begin_inset space \textvisiblespace{}
16577 \end_inset
16578
16579 _
16580 \series default
16581  ein.
16582  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16583  In dieses gibt man den Befehl 
16584 \series bold
16585
16586 \backslash
16587 subarray
16588 \begin_inset space \textvisiblespace{}
16589 \end_inset
16590
16591
16592 \series default
16593  ein.
16594  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16595  Zeilen untereinander schreiben.
16596  Mit Eingabe des Zeilenumbruchs (
16597 \family sans
16598 Strg+Enter
16599 \family default
16600 ) wird eine neue Zeile erstellt.
16601  Gibt man
16602 \begin_inset Newline newline
16603 \end_inset
16604
16605
16606 \series bold
16607 0<k<1000 Strg+Enter
16608 \begin_inset Newline newline
16609 \end_inset
16610
16611
16612 \series default
16613 ein, erscheint darunter ein Kästchen für die neue Zeile.
16614 \end_layout
16615
16616 \begin_layout Standard
16617 Die Ausrichtung der Zeilen kann mit der 
16618 \family sans
16619 Tabellen-Werkzeugleiste
16620 \family default
16621  oder dem Menü 
16622 \family sans
16623 Bearbeiten\SpecialChar menuseparator
16624 Zeilen & Spalten
16625 \family default
16626  auf links geändert werden.
16627  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16628 \series bold
16629
16630 \backslash
16631 hfill
16632 \begin_inset space \textvisiblespace{}
16633 \end_inset
16634
16635
16636 \series default
16637  eingegeben.
16638 \end_layout
16639
16640 \begin_layout Standard
16641 Der Befehl 
16642 \series bold
16643
16644 \backslash
16645 substack
16646 \series default
16647  ist äquivalent zu 
16648 \series bold
16649
16650 \backslash
16651 subarray
16652 \series default
16653 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16654 \end_layout
16655
16656 \begin_layout Standard
16657 \begin_inset VSpace bigskip
16658 \end_inset
16659
16660 Wie bei Formel 
16661 \begin_inset CommandInset ref
16662 LatexCommand eqref
16663 reference "eq:substack"
16664
16665 \end_inset
16666
16667  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16668  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16669  Um das zu verhindern, kann man den Befehl 
16670 \series bold
16671
16672 \backslash
16673 smashoperator
16674 \series default
16675
16676 \begin_inset Index idx
16677 status collapsed
16678
16679 \begin_layout Plain Layout
16680 Befehle ! S ! 
16681 \backslash
16682 smashoperator
16683 \end_layout
16684
16685 \end_inset
16686
16687  verwenden.
16688  Um ihn zu aktivieren, stellt man in den Dokumenteinstellungen unter 
16689 \family sans
16690 Mathe-Optionen
16691 \family default
16692  für das Paket 
16693 \series bold
16694 mathtools
16695 \series default
16696
16697 \begin_inset Index idx
16698 status collapsed
16699
16700 \begin_layout Plain Layout
16701 Pakete ! mathtools
16702 \end_layout
16703
16704 \end_inset
16705
16706  die Option 
16707 \family sans
16708 Immer
16709 \begin_inset space ~
16710 \end_inset
16711
16712 laden
16713 \family default
16714  ein.
16715  
16716 \series bold
16717
16718 \backslash
16719 smashoperator
16720 \series default
16721  setzt den Leerraum um den Operator auf 0
16722 \begin_inset space \thinspace{}
16723 \end_inset
16724
16725 pt.
16726 \begin_inset Newline newline
16727 \end_inset
16728
16729 Auf Formel 
16730 \begin_inset CommandInset ref
16731 LatexCommand eqref
16732 reference "eq:substack"
16733
16734 \end_inset
16735
16736  angewandt, verwendet man den Befehl
16737 \end_layout
16738
16739 \begin_layout Standard
16740
16741 \series bold
16742
16743 \backslash
16744 smashoperator{
16745 \end_layout
16746
16747 \begin_layout Standard
16748 und fügt den Operator mit seinen Grenze in die geschweifte Klammer ein.
16749  Nach der geschweiften Klammer setzt man die Formel fort:
16750 \begin_inset Formula 
16751 \[
16752 \smashoperator{\sum_{\begin{subarray}{c}
16753 0<k<1000\\
16754 \\
16755 k\,\in\,\mathbb{N}
16756 \end{subarray}}^{n}}k^{-2}
16757 \]
16758
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \begin_layout Standard
16765 Es ist möglich den Leerraum auf nur einer Seite des Operators auf 0
16766 \begin_inset space \thinspace{}
16767 \end_inset
16768
16769 pt zu setzen.
16770  Dazu schreibt man entweder 
16771 \series bold
16772 [l]
16773 \series default
16774  oder 
16775 \series bold
16776 [r]
16777 \series default
16778  zwischen 
16779 \series bold
16780
16781 \backslash
16782 smashoperator
16783 \series default
16784  und seine geschweifte Klammer.
16785  
16786 \series bold
16787 l
16788 \series default
16789  steht dabei für die linke und 
16790 \series bold
16791 r
16792 \series default
16793  für die rechten Seite des Operators.
16794  Hier ist ein Beispiel der möglichen Formen von 
16795 \series bold
16796
16797 \backslash
16798 smashoperator
16799 \series default
16800 :
16801 \end_layout
16802
16803 \begin_layout Standard
16804 \begin_inset Formula 
16805 \[
16806 Y\smashoperator{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[l]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}=Y\smashoperator[r]{\sum_{1\le i\le j\le n}^{n=3456}}X_{ij}
16807 \]
16808
16809 \end_inset
16810
16811
16812 \end_layout
16813
16814 \begin_layout Standard
16815 \begin_inset VSpace bigskip
16816 \end_inset
16817
16818
16819 \end_layout
16820
16821 \begin_layout Standard
16822 Wenn mehrere aufeinanderfolgende Operatoren Grenzen haben, sieht der Schriftsatz
16823  der Grenzen oft nicht ansprechend aus, wie dieses Beispiel zeigt:
16824 \begin_inset Formula 
16825 \[
16826 \text{a)}\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\limsup_{n\to\infty}\max_{p\ge n}
16827 \]
16828
16829 \end_inset
16830
16831 Um den Schriftsatz zu verbessern, stellt man in den Dokumenteinstellungen
16832  unter 
16833 \family sans
16834 Mathe-Optionen
16835 \family default
16836  für das Paket 
16837 \series bold
16838 mathtools
16839 \series default
16840
16841 \begin_inset Index idx
16842 status collapsed
16843
16844 \begin_layout Plain Layout
16845 Pakete ! mathtools
16846 \end_layout
16847
16848 \end_inset
16849
16850  die Option 
16851 \family sans
16852 Immer
16853 \begin_inset space ~
16854 \end_inset
16855
16856 laden
16857 \family default
16858  ein.
16859  Nun fügt man direkt vor den ersten Operator denn Befehl 
16860 \series bold
16861
16862 \backslash
16863 adjustlimits
16864 \series default
16865
16866 \begin_inset Index idx
16867 status collapsed
16868
16869 \begin_layout Plain Layout
16870 Befehle ! A ! 
16871 \backslash
16872 adjustlimits
16873 \end_layout
16874
16875 \end_inset
16876
16877  ein.
16878  Das Beispiel schaut dann so aus:
16879 \begin_inset Formula 
16880 \[
16881 \text{a)}\adjustlimits\lim_{n\to\infty}\max_{p\ge n}\quad\text{b)}\adjustlimits\lim_{n\to\infty}\max_{p^{2}\ge n}\quad\text{c)}\adjustlimits\lim_{n\to\infty}\sup_{p^{2}\ge nK}\quad\text{d)}\adjustlimits\limsup_{n\to\infty}\max_{p\ge n}
16882 \]
16883
16884 \end_inset
16885
16886
16887 \end_layout
16888
16889 \begin_layout Standard
16890 \begin_inset VSpace bigskip
16891 \end_inset
16892
16893 In 
16894 \begin_inset CommandInset ref
16895 LatexCommand ref
16896 reference "subsec:Selbstdefinierte-Operatoren"
16897
16898 \end_inset
16899
16900  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16901 \end_layout
16902
16903 \begin_layout Subsection
16904 Dekoration für Operatoren
16905 \begin_inset Index idx
16906 status collapsed
16907
16908 \begin_layout Plain Layout
16909 Operatoren ! Dekoration
16910 \end_layout
16911
16912 \end_inset
16913
16914
16915 \end_layout
16916
16917 \begin_layout Standard
16918 Zum Dekorieren von Operatoren gibt es die Befehle 
16919 \series bold
16920
16921 \backslash
16922 overset
16923 \series default
16924
16925 \begin_inset Index idx
16926 status collapsed
16927
16928 \begin_layout Plain Layout
16929 Befehle ! O ! 
16930 \backslash
16931 overset
16932 \end_layout
16933
16934 \end_inset
16935
16936  und 
16937 \series bold
16938
16939 \backslash
16940 underset
16941 \series default
16942
16943 \begin_inset Index idx
16944 status collapsed
16945
16946 \begin_layout Plain Layout
16947 Befehle ! U ! 
16948 \backslash
16949 underset
16950 \end_layout
16951
16952 \end_inset
16953
16954 , mit denen man Zeichen über bzw.
16955 \begin_inset space \space{}
16956 \end_inset
16957
16958 unter einen Operator setzen kann.
16959  Mit dem Befehl 
16960 \series bold
16961
16962 \backslash
16963 sideset
16964 \series default
16965
16966 \begin_inset Index idx
16967 status collapsed
16968
16969 \begin_layout Plain Layout
16970 Befehle ! S ! 
16971 \backslash
16972 sideset
16973 \end_layout
16974
16975 \end_inset
16976
16977  können Zeichen vor und nach einen großen Operator gesetzt werden.
16978 \end_layout
16979
16980 \begin_layout Standard
16981 Es gibt 4
16982 \begin_inset space ~
16983 \end_inset
16984
16985 Varianten von 
16986 \series bold
16987
16988 \backslash
16989 sideset
16990 \series default
16991 :
16992 \end_layout
16993
16994 \begin_layout Itemize
16995
16996 \series bold
16997
16998 \backslash
16999 sideset
17000 \series default
17001  zum Setzen von Zeichen an die Ecken des Operators
17002 \end_layout
17003
17004 \begin_layout Itemize
17005
17006 \series bold
17007
17008 \backslash
17009 sidesetn
17010 \series default
17011  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
17012 t \SpecialChar LaTeX
17013 s originalem 
17014 \series bold
17015
17016 \backslash
17017 sideset
17018 \series default
17019  Befehl)
17020 \end_layout
17021
17022 \begin_layout Itemize
17023
17024 \series bold
17025
17026 \backslash
17027 sidesetl
17028 \series default
17029  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
17030 \end_layout
17031
17032 \begin_layout Itemize
17033
17034 \series bold
17035
17036 \backslash
17037 sidesetr
17038 \series default
17039  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
17040 \end_layout
17041
17042 \begin_layout Standard
17043 Z.
17044 \begin_inset space \thinspace{}
17045 \end_inset
17046
17047 B.
17048  ergibt der Befehl 
17049 \series bold
17050
17051 \backslash
17052 sidesetn
17053 \begin_inset space \textvisiblespace{}
17054 \end_inset
17055
17056
17057 \backslash
17058 sum
17059 \begin_inset space \textvisiblespace{}
17060 \end_inset
17061
17062
17063 \begin_inset Formula $\to$
17064 \end_inset
17065
17066 '
17067 \begin_inset Formula $\to$
17068 \end_inset
17069
17070 _k=1
17071 \begin_inset space \textvisiblespace{}
17072 \end_inset
17073
17074
17075 \series default
17076 ^
17077 \series bold
17078 n
17079 \series default
17080  :
17081 \begin_inset Formula 
17082 \[
17083 \sideset{}{'}\sum_{k=1}^{n}
17084 \]
17085
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \begin_layout Standard
17092 \begin_inset Note Greyedout
17093 status open
17094
17095 \begin_layout Plain Layout
17096
17097 \series bold
17098 Achtung: 
17099 \backslash
17100 sideset
17101 \series default
17102  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
17103  Operatoren sind nicht erlaubt.
17104 \end_layout
17105
17106 \end_inset
17107
17108
17109 \end_layout
17110
17111 \begin_layout Standard
17112 Mit 
17113 \series bold
17114
17115 \backslash
17116 overset
17117 \series default
17118  bzw.
17119 \begin_inset space \space{}
17120 \end_inset
17121
17122
17123 \series bold
17124
17125 \backslash
17126 underset
17127 \series default
17128  kann man auch Symbole und Zeichen dekorieren.
17129  Beispielsweise ergibt der Befehl 
17130 \series bold
17131
17132 \backslash
17133 overset
17134 \begin_inset space \textvisiblespace{}
17135 \end_inset
17136
17137
17138 \backslash
17139 maltese
17140 \begin_inset space \textvisiblespace{}
17141 \end_inset
17142
17143
17144 \series default
17145
17146 \begin_inset Formula $\uparrow$
17147 \end_inset
17148
17149
17150 \series bold
17151 a
17152 \series default
17153  :
17154 \begin_inset Formula 
17155 \[
17156 \overset{a}{\maltese}
17157 \]
17158
17159 \end_inset
17160
17161
17162 \end_layout
17163
17164 \begin_layout Subsection
17165 Binäre Operatoren
17166 \begin_inset CommandInset label
17167 LatexCommand label
17168 name "subsec:Binäre-Operatoren"
17169
17170 \end_inset
17171
17172
17173 \begin_inset Index idx
17174 status collapsed
17175
17176 \begin_layout Plain Layout
17177 Operatoren ! binäre
17178 \end_layout
17179
17180 \end_inset
17181
17182
17183 \end_layout
17184
17185 \begin_layout Standard
17186 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
17187  ein Zeichen befindet.
17188 \begin_inset VSpace medskip
17189 \end_inset
17190
17191
17192 \end_layout
17193
17194 \begin_layout Standard
17195 \begin_inset space \hfill{}
17196 \end_inset
17197
17198
17199 \begin_inset Tabular
17200 <lyxtabular version="3" rows="13" columns="2">
17201 <features tabularvalignment="middle">
17202 <column alignment="center" valignment="top" width="0pt">
17203 <column alignment="center" valignment="top" width="0pt">
17204 <row>
17205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17206 \begin_inset Text
17207
17208 \begin_layout Plain Layout
17209 Befehl
17210 \begin_inset Note Note
17211 status collapsed
17212
17213 \begin_layout Plain Layout
17214
17215 \series bold
17216
17217 \backslash
17218 raisebox
17219 \series default
17220  dient nur als Abstandhalter.
17221 \end_layout
17222
17223 \end_inset
17224
17225
17226 \end_layout
17227
17228 \end_inset
17229 </cell>
17230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17231 \begin_inset Text
17232
17233 \begin_layout Plain Layout
17234 Ergebnis
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245 +
17246 \end_layout
17247
17248 \end_inset
17249 </cell>
17250 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17251 \begin_inset Text
17252
17253 \begin_layout Plain Layout
17254 \begin_inset Formula $+$
17255 \end_inset
17256
17257
17258 \end_layout
17259
17260 \end_inset
17261 </cell>
17262 </row>
17263 <row>
17264 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17265 \begin_inset Text
17266
17267 \begin_layout Plain Layout
17268 -
17269 \end_layout
17270
17271 \end_inset
17272 </cell>
17273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17274 \begin_inset Text
17275
17276 \begin_layout Plain Layout
17277 \begin_inset Formula $-$
17278 \end_inset
17279
17280
17281 \end_layout
17282
17283 \end_inset
17284 </cell>
17285 </row>
17286 <row>
17287 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17288 \begin_inset Text
17289
17290 \begin_layout Plain Layout
17291
17292 \backslash
17293 pm
17294 \end_layout
17295
17296 \end_inset
17297 </cell>
17298 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17299 \begin_inset Text
17300
17301 \begin_layout Plain Layout
17302 \begin_inset Formula $\pm$
17303 \end_inset
17304
17305
17306 \end_layout
17307
17308 \end_inset
17309 </cell>
17310 </row>
17311 <row>
17312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17313 \begin_inset Text
17314
17315 \begin_layout Plain Layout
17316
17317 \backslash
17318 mp
17319 \end_layout
17320
17321 \end_inset
17322 </cell>
17323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17324 \begin_inset Text
17325
17326 \begin_layout Plain Layout
17327 \begin_inset Formula $\mp$
17328 \end_inset
17329
17330
17331 \end_layout
17332
17333 \end_inset
17334 </cell>
17335 </row>
17336 <row>
17337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17338 \begin_inset Text
17339
17340 \begin_layout Plain Layout
17341
17342 \backslash
17343 cdot
17344 \end_layout
17345
17346 \end_inset
17347 </cell>
17348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17349 \begin_inset Text
17350
17351 \begin_layout Plain Layout
17352 \begin_inset Formula $\cdot$
17353 \end_inset
17354
17355
17356 \end_layout
17357
17358 \end_inset
17359 </cell>
17360 </row>
17361 <row>
17362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17363 \begin_inset Text
17364
17365 \begin_layout Plain Layout
17366
17367 \backslash
17368 times
17369 \end_layout
17370
17371 \end_inset
17372 </cell>
17373 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17374 \begin_inset Text
17375
17376 \begin_layout Plain Layout
17377 \begin_inset Formula $\times$
17378 \end_inset
17379
17380
17381 \end_layout
17382
17383 \end_inset
17384 </cell>
17385 </row>
17386 <row>
17387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17388 \begin_inset Text
17389
17390 \begin_layout Plain Layout
17391
17392 \backslash
17393 div
17394 \end_layout
17395
17396 \end_inset
17397 </cell>
17398 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17399 \begin_inset Text
17400
17401 \begin_layout Plain Layout
17402 \begin_inset Formula $\div$
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \end_inset
17409 </cell>
17410 </row>
17411 <row>
17412 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17413 \begin_inset Text
17414
17415 \begin_layout Plain Layout
17416 \begin_inset ERT
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420
17421
17422 \backslash
17423 raisebox{-1.2mm}{
17424 \end_layout
17425
17426 \end_inset
17427
17428 *
17429 \begin_inset ERT
17430 status collapsed
17431
17432 \begin_layout Plain Layout
17433
17434 }
17435 \end_layout
17436
17437 \end_inset
17438
17439
17440 \end_layout
17441
17442 \end_inset
17443 </cell>
17444 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17445 \begin_inset Text
17446
17447 \begin_layout Plain Layout
17448 \begin_inset Formula $*$
17449 \end_inset
17450
17451
17452 \end_layout
17453
17454 \end_inset
17455 </cell>
17456 </row>
17457 <row>
17458 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17459 \begin_inset Text
17460
17461 \begin_layout Plain Layout
17462
17463 \backslash
17464 star
17465 \end_layout
17466
17467 \end_inset
17468 </cell>
17469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17470 \begin_inset Text
17471
17472 \begin_layout Plain Layout
17473 \begin_inset Formula $\star$
17474 \end_inset
17475
17476
17477 \end_layout
17478
17479 \end_inset
17480 </cell>
17481 </row>
17482 <row>
17483 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17484 \begin_inset Text
17485
17486 \begin_layout Plain Layout
17487
17488 \backslash
17489 circ
17490 \end_layout
17491
17492 \end_inset
17493 </cell>
17494 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17495 \begin_inset Text
17496
17497 \begin_layout Plain Layout
17498 \begin_inset Formula $\circ$
17499 \end_inset
17500
17501
17502 \end_layout
17503
17504 \end_inset
17505 </cell>
17506 </row>
17507 <row>
17508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17509 \begin_inset Text
17510
17511 \begin_layout Plain Layout
17512
17513 \backslash
17514 diamond
17515 \end_layout
17516
17517 \end_inset
17518 </cell>
17519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17520 \begin_inset Text
17521
17522 \begin_layout Plain Layout
17523 \begin_inset Formula $\diamond$
17524 \end_inset
17525
17526
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 </row>
17532 <row>
17533 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17534 \begin_inset Text
17535
17536 \begin_layout Plain Layout
17537
17538 \backslash
17539 bullet
17540 \end_layout
17541
17542 \end_inset
17543 </cell>
17544 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17545 \begin_inset Text
17546
17547 \begin_layout Plain Layout
17548 \begin_inset Formula $\bullet$
17549 \end_inset
17550
17551
17552 \end_layout
17553
17554 \end_inset
17555 </cell>
17556 </row>
17557 </lyxtabular>
17558
17559 \end_inset
17560
17561
17562 \begin_inset space \hfill{}
17563 \end_inset
17564
17565
17566 \begin_inset Tabular
17567 <lyxtabular version="3" rows="13" columns="2">
17568 <features tabularvalignment="middle">
17569 <column alignment="center" valignment="top" width="0pt">
17570 <column alignment="center" valignment="top" width="0pt">
17571 <row>
17572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17573 \begin_inset Text
17574
17575 \begin_layout Plain Layout
17576 Befehl
17577 \end_layout
17578
17579 \end_inset
17580 </cell>
17581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17582 \begin_inset Text
17583
17584 \begin_layout Plain Layout
17585 Ergebnis
17586 \end_layout
17587
17588 \end_inset
17589 </cell>
17590 </row>
17591 <row>
17592 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17593 \begin_inset Text
17594
17595 \begin_layout Plain Layout
17596
17597 \backslash
17598 nabla
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17604 \begin_inset Text
17605
17606 \begin_layout Plain Layout
17607 \begin_inset Formula $\nabla$
17608 \end_inset
17609
17610
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 </row>
17616 <row>
17617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17618 \begin_inset Text
17619
17620 \begin_layout Plain Layout
17621
17622 \backslash
17623 bigtriangledown
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17629 \begin_inset Text
17630
17631 \begin_layout Plain Layout
17632 \begin_inset Formula $\bigtriangledown$
17633 \end_inset
17634
17635
17636 \end_layout
17637
17638 \end_inset
17639 </cell>
17640 </row>
17641 <row>
17642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17643 \begin_inset Text
17644
17645 \begin_layout Plain Layout
17646
17647 \backslash
17648 bigtriangleup
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17654 \begin_inset Text
17655
17656 \begin_layout Plain Layout
17657 \begin_inset Formula $\bigtriangleup$
17658 \end_inset
17659
17660
17661 \end_layout
17662
17663 \end_inset
17664 </cell>
17665 </row>
17666 <row>
17667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17668 \begin_inset Text
17669
17670 \begin_layout Plain Layout
17671
17672 \backslash
17673 Box
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17679 \begin_inset Text
17680
17681 \begin_layout Plain Layout
17682 \begin_inset Formula $\Box$
17683 \end_inset
17684
17685
17686 \end_layout
17687
17688 \end_inset
17689 </cell>
17690 </row>
17691 <row>
17692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17693 \begin_inset Text
17694
17695 \begin_layout Plain Layout
17696
17697 \backslash
17698 cap 
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17704 \begin_inset Text
17705
17706 \begin_layout Plain Layout
17707 \begin_inset Formula $\cap$
17708 \end_inset
17709
17710
17711 \end_layout
17712
17713 \end_inset
17714 </cell>
17715 </row>
17716 <row>
17717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17718 \begin_inset Text
17719
17720 \begin_layout Plain Layout
17721
17722 \backslash
17723 cup
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17729 \begin_inset Text
17730
17731 \begin_layout Plain Layout
17732 \begin_inset Formula $\cup$
17733 \end_inset
17734
17735
17736 \end_layout
17737
17738 \end_inset
17739 </cell>
17740 </row>
17741 <row>
17742 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17743 \begin_inset Text
17744
17745 \begin_layout Plain Layout
17746
17747 \backslash
17748 dagger
17749 \end_layout
17750
17751 \end_inset
17752 </cell>
17753 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17754 \begin_inset Text
17755
17756 \begin_layout Plain Layout
17757 \begin_inset Formula $\dagger$
17758 \end_inset
17759
17760
17761 \end_layout
17762
17763 \end_inset
17764 </cell>
17765 </row>
17766 <row>
17767 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17768 \begin_inset Text
17769
17770 \begin_layout Plain Layout
17771
17772 \backslash
17773 ddagger
17774 \end_layout
17775
17776 \end_inset
17777 </cell>
17778 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17779 \begin_inset Text
17780
17781 \begin_layout Plain Layout
17782 \begin_inset Formula $\ddagger$
17783 \end_inset
17784
17785
17786 \end_layout
17787
17788 \end_inset
17789 </cell>
17790 </row>
17791 <row>
17792 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17793 \begin_inset Text
17794
17795 \begin_layout Plain Layout
17796
17797 \backslash
17798 wr
17799 \end_layout
17800
17801 \end_inset
17802 </cell>
17803 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17804 \begin_inset Text
17805
17806 \begin_layout Plain Layout
17807 \begin_inset Formula $\wr$
17808 \end_inset
17809
17810
17811 \end_layout
17812
17813 \end_inset
17814 </cell>
17815 </row>
17816 <row>
17817 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17818 \begin_inset Text
17819
17820 \begin_layout Plain Layout
17821
17822 \backslash
17823 bigcirc
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 \begin_inset Formula $\bigcirc$
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 </row>
17841 <row>
17842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17843 \begin_inset Text
17844
17845 \begin_layout Plain Layout
17846
17847 \backslash
17848 wedge
17849 \end_layout
17850
17851 \end_inset
17852 </cell>
17853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17854 \begin_inset Text
17855
17856 \begin_layout Plain Layout
17857 \begin_inset Formula $\wedge$
17858 \end_inset
17859
17860
17861 \end_layout
17862
17863 \end_inset
17864 </cell>
17865 </row>
17866 <row>
17867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17868 \begin_inset Text
17869
17870 \begin_layout Plain Layout
17871
17872 \backslash
17873 vee
17874 \end_layout
17875
17876 \end_inset
17877 </cell>
17878 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17879 \begin_inset Text
17880
17881 \begin_layout Plain Layout
17882 \begin_inset Formula $\vee$
17883 \end_inset
17884
17885
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 </row>
17891 </lyxtabular>
17892
17893 \end_inset
17894
17895
17896 \begin_inset space \hfill{}
17897 \end_inset
17898
17899
17900 \begin_inset Tabular
17901 <lyxtabular version="3" rows="13" columns="2">
17902 <features tabularvalignment="middle">
17903 <column alignment="center" valignment="top" width="0pt">
17904 <column alignment="center" valignment="top" width="0pt">
17905 <row>
17906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17907 \begin_inset Text
17908
17909 \begin_layout Plain Layout
17910 Befehl
17911 \end_layout
17912
17913 \end_inset
17914 </cell>
17915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17916 \begin_inset Text
17917
17918 \begin_layout Plain Layout
17919 Ergebnis
17920 \end_layout
17921
17922 \end_inset
17923 </cell>
17924 </row>
17925 <row>
17926 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17927 \begin_inset Text
17928
17929 \begin_layout Plain Layout
17930
17931 \backslash
17932 oplus
17933 \end_layout
17934
17935 \end_inset
17936 </cell>
17937 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17938 \begin_inset Text
17939
17940 \begin_layout Plain Layout
17941 \begin_inset Formula $\oplus$
17942 \end_inset
17943
17944
17945 \end_layout
17946
17947 \end_inset
17948 </cell>
17949 </row>
17950 <row>
17951 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17952 \begin_inset Text
17953
17954 \begin_layout Plain Layout
17955
17956 \backslash
17957 ominus
17958 \end_layout
17959
17960 \end_inset
17961 </cell>
17962 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17963 \begin_inset Text
17964
17965 \begin_layout Plain Layout
17966 \begin_inset Formula $\ominus$
17967 \end_inset
17968
17969
17970 \end_layout
17971
17972 \end_inset
17973 </cell>
17974 </row>
17975 <row>
17976 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17977 \begin_inset Text
17978
17979 \begin_layout Plain Layout
17980
17981 \backslash
17982 otimes
17983 \end_layout
17984
17985 \end_inset
17986 </cell>
17987 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17988 \begin_inset Text
17989
17990 \begin_layout Plain Layout
17991 \begin_inset Formula $\otimes$
17992 \end_inset
17993
17994
17995 \end_layout
17996
17997 \end_inset
17998 </cell>
17999 </row>
18000 <row>
18001 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18002 \begin_inset Text
18003
18004 \begin_layout Plain Layout
18005
18006 \backslash
18007 oslash
18008 \end_layout
18009
18010 \end_inset
18011 </cell>
18012 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18013 \begin_inset Text
18014
18015 \begin_layout Plain Layout
18016 \begin_inset Formula $\oslash$
18017 \end_inset
18018
18019
18020 \end_layout
18021
18022 \end_inset
18023 </cell>
18024 </row>
18025 <row>
18026 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18027 \begin_inset Text
18028
18029 \begin_layout Plain Layout
18030
18031 \backslash
18032 odot
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 \begin_inset Formula $\odot$
18042 \end_inset
18043
18044
18045 \end_layout
18046
18047 \end_inset
18048 </cell>
18049 </row>
18050 <row>
18051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18052 \begin_inset Text
18053
18054 \begin_layout Plain Layout
18055
18056 \backslash
18057 amalg
18058 \end_layout
18059
18060 \end_inset
18061 </cell>
18062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18063 \begin_inset Text
18064
18065 \begin_layout Plain Layout
18066 \begin_inset Formula $\amalg$
18067 \end_inset
18068
18069
18070 \end_layout
18071
18072 \end_inset
18073 </cell>
18074 </row>
18075 <row>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080
18081 \backslash
18082 uplus
18083 \end_layout
18084
18085 \end_inset
18086 </cell>
18087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18088 \begin_inset Text
18089
18090 \begin_layout Plain Layout
18091 \begin_inset Formula $\uplus$
18092 \end_inset
18093
18094
18095 \end_layout
18096
18097 \end_inset
18098 </cell>
18099 </row>
18100 <row>
18101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18102 \begin_inset Text
18103
18104 \begin_layout Plain Layout
18105
18106 \backslash
18107 setminus
18108 \end_layout
18109
18110 \end_inset
18111 </cell>
18112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18113 \begin_inset Text
18114
18115 \begin_layout Plain Layout
18116 \begin_inset Formula $\setminus$
18117 \end_inset
18118
18119
18120 \end_layout
18121
18122 \end_inset
18123 </cell>
18124 </row>
18125 <row>
18126 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18127 \begin_inset Text
18128
18129 \begin_layout Plain Layout
18130
18131 \backslash
18132 sqcap
18133 \end_layout
18134
18135 \end_inset
18136 </cell>
18137 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18138 \begin_inset Text
18139
18140 \begin_layout Plain Layout
18141 \begin_inset Formula $\sqcap$
18142 \end_inset
18143
18144
18145 \end_layout
18146
18147 \end_inset
18148 </cell>
18149 </row>
18150 <row>
18151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18152 \begin_inset Text
18153
18154 \begin_layout Plain Layout
18155
18156 \backslash
18157 sqcup
18158 \end_layout
18159
18160 \end_inset
18161 </cell>
18162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18163 \begin_inset Text
18164
18165 \begin_layout Plain Layout
18166 \begin_inset Formula $\sqcup$
18167 \end_inset
18168
18169
18170 \end_layout
18171
18172 \end_inset
18173 </cell>
18174 </row>
18175 <row>
18176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18177 \begin_inset Text
18178
18179 \begin_layout Plain Layout
18180
18181 \backslash
18182 triangleleft
18183 \end_layout
18184
18185 \end_inset
18186 </cell>
18187 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18188 \begin_inset Text
18189
18190 \begin_layout Plain Layout
18191 \begin_inset Formula $\triangleleft$
18192 \end_inset
18193
18194
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 triangleright
18208 \end_layout
18209
18210 \end_inset
18211 </cell>
18212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18213 \begin_inset Text
18214
18215 \begin_layout Plain Layout
18216 \begin_inset Formula $\triangleright$
18217 \end_inset
18218
18219
18220 \end_layout
18221
18222 \end_inset
18223 </cell>
18224 </row>
18225 </lyxtabular>
18226
18227 \end_inset
18228
18229
18230 \begin_inset space \hfill{}
18231 \end_inset
18232
18233
18234 \end_layout
18235
18236 \begin_layout Standard
18237 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
18238  
18239 \begin_inset Info
18240 type  "icon"
18241 arg   "math-insert \\pm"
18242 \end_inset
18243
18244  eingefügt werden.
18245 \end_layout
18246
18247 \begin_layout Standard
18248 Um den Laplace-Operator darzustellen, kann man statt 
18249 \series bold
18250
18251 \backslash
18252 bigtriangleup
18253 \series default
18254  auch 
18255 \series bold
18256
18257 \backslash
18258 Delta
18259 \series default
18260  verwenden oder man benutzt 
18261 \series bold
18262
18263 \backslash
18264 nabla
18265 \series default
18266 ^
18267 \series bold
18268 2
18269 \series default
18270  (
18271 \begin_inset Formula $\nabla^{2}$
18272 \end_inset
18273
18274 ).
18275 \end_layout
18276
18277 \begin_layout Standard
18278 Das Zeichen 
18279 \family sans
18280 Menütrenner
18281 \family default
18282  im Menü 
18283 \family sans
18284 Einfügen\SpecialChar menuseparator
18285 Sonderzeichen
18286 \family default
18287  ist der Operator 
18288 \series bold
18289
18290 \backslash
18291 triangleright
18292 \series default
18293 .
18294 \end_layout
18295
18296 \begin_layout Subsection
18297 Selbst definierte Operatoren
18298 \begin_inset CommandInset label
18299 LatexCommand label
18300 name "subsec:Selbstdefinierte-Operatoren"
18301
18302 \end_inset
18303
18304
18305 \begin_inset Index idx
18306 status collapsed
18307
18308 \begin_layout Plain Layout
18309 Operatoren ! selbstdefinierte
18310 \end_layout
18311
18312 \end_inset
18313
18314
18315 \end_layout
18316
18317 \begin_layout Standard
18318 Mit Hilfe des Befehls 
18319 \series bold
18320
18321 \backslash
18322 DeclareMathOperator
18323 \series default
18324
18325 \begin_inset Index idx
18326 status collapsed
18327
18328 \begin_layout Plain Layout
18329 Befehle ! D ! 
18330 \backslash
18331 dbinom@
18332 \backslash
18333 DeclareMathOperator
18334 \end_layout
18335
18336 \end_inset
18337
18338  kann man im \SpecialChar LaTeX
18339 -Vorspann eigene Operatoren definieren.
18340  Das Befehlsschema dazu lautet:
18341 \end_layout
18342
18343 \begin_layout Standard
18344
18345 \series bold
18346
18347 \backslash
18348 DeclareMathOperator{neuer Befehl}{Anzeige}
18349 \end_layout
18350
18351 \begin_layout Standard
18352 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
18353  im Ausdruck aussieht.
18354  Will man einen großen Operator definieren, setzt man hinter den Befehl
18355  ein 
18356 \series bold
18357 *
18358 \series default
18359 .
18360  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
18361  wie in 
18362 \begin_inset CommandInset ref
18363 LatexCommand ref
18364 reference "subsec:Operatorgrenzen"
18365
18366 \end_inset
18367
18368  beschrieben.
18369 \end_layout
18370
18371 \begin_layout Standard
18372 Beispielsweise definiert die \SpecialChar LaTeX
18373 -Vorspannzeile
18374 \end_layout
18375
18376 \begin_layout Standard
18377
18378 \series bold
18379
18380 \backslash
18381 DeclareMathOperator*{
18382 \backslash
18383 Raute}{
18384 \backslash
18385 blacklozenge}
18386 \end_layout
18387
18388 \begin_layout Standard
18389 den Befehl 
18390 \series bold
18391
18392 \backslash
18393 Raute
18394 \series default
18395 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
18396  aus 
18397 \begin_inset CommandInset ref
18398 LatexCommand ref
18399 reference "subsec:Sonstige-Symbole"
18400
18401 \end_inset
18402
18403  besteht:
18404 \begin_inset Formula 
18405 \[
18406 \Raute_{n=1}^{\infty}
18407 \]
18408
18409 \end_inset
18410
18411 Der Befehl für diese Formel lautet: 
18412 \series bold
18413
18414 \backslash
18415 Raute
18416 \series default
18417 ^
18418 \series bold
18419
18420 \backslash
18421 infty
18422 \begin_inset Formula $\to$
18423 \end_inset
18424
18425 _n=1
18426 \end_layout
18427
18428 \begin_layout Standard
18429 \begin_inset VSpace bigskip
18430 \end_inset
18431
18432 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
18433  auch mit den Befehlen 
18434 \series bold
18435
18436 \backslash
18437 mathop
18438 \series default
18439
18440 \begin_inset Index idx
18441 status collapsed
18442
18443 \begin_layout Plain Layout
18444 Befehle ! M ! 
18445 \backslash
18446 mathop
18447 \end_layout
18448
18449 \end_inset
18450
18451  und 
18452 \series bold
18453
18454 \backslash
18455 mathbin
18456 \series default
18457
18458 \begin_inset Index idx
18459 status collapsed
18460
18461 \begin_layout Plain Layout
18462 Befehle ! M ! 
18463 \backslash
18464 mathbin
18465 \end_layout
18466
18467 \end_inset
18468
18469  definieren, die folgendes Schema besitzen:
18470 \end_layout
18471
18472 \begin_layout Standard
18473
18474 \series bold
18475
18476 \backslash
18477 mathop{Anzeige}
18478 \series default
18479  bzw.
18480 \begin_inset space \space{}
18481 \end_inset
18482
18483
18484 \series bold
18485
18486 \backslash
18487 mathbin{Anzeige}
18488 \end_layout
18489
18490 \begin_layout Standard
18491
18492 \series bold
18493
18494 \backslash
18495 mathop
18496 \series default
18497  definiert große, 
18498 \series bold
18499
18500 \backslash
18501 mathbin
18502 \series default
18503  binäre Operatoren.
18504 \end_layout
18505
18506 \begin_layout Standard
18507
18508 \series bold
18509
18510 \backslash
18511 mathop
18512 \series default
18513  lässt sich z.
18514 \begin_inset space \thinspace{}
18515 \end_inset
18516
18517 B.
18518  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18519 \begin_inset Formula 
18520 \[
18521 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18522 \]
18523
18524 \end_inset
18525
18526
18527 \end_layout
18528
18529 \begin_layout Standard
18530 Der Befehl für obige Formel lautet:
18531 \begin_inset Newline newline
18532 \end_inset
18533
18534  
18535 \series bold
18536
18537 \backslash
18538 mathop{
18539 \backslash
18540 sum
18541 \backslash
18542 negmedspace
18543 \backslash
18544 sum
18545 \series default
18546
18547 \begin_inset space \textvisiblespace{}
18548 \end_inset
18549
18550
18551 \series bold
18552
18553 \begin_inset Formula $\to$
18554 \end_inset
18555
18556 ^N
18557 \series default
18558
18559 \begin_inset space \textvisiblespace{}
18560 \end_inset
18561
18562
18563 \series bold
18564 _i,j=1
18565 \end_layout
18566
18567 \begin_layout Standard
18568 \begin_inset Newpage newpage
18569 \end_inset
18570
18571
18572 \end_layout
18573
18574 \begin_layout Section
18575 Schriften
18576 \begin_inset Index idx
18577 status collapsed
18578
18579 \begin_layout Plain Layout
18580 Schriften
18581 \end_layout
18582
18583 \end_inset
18584
18585
18586 \end_layout
18587
18588 \begin_layout Subsection
18589 Schriftstile
18590 \begin_inset CommandInset label
18591 LatexCommand label
18592 name "subsec:Schriftstile"
18593
18594 \end_inset
18595
18596
18597 \begin_inset Index idx
18598 status collapsed
18599
18600 \begin_layout Plain Layout
18601 Schriften ! Schriftstile
18602 \end_layout
18603
18604 \end_inset
18605
18606
18607 \end_layout
18608
18609 \begin_layout Standard
18610 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18611  gesetzt werden:
18612 \end_layout
18613
18614 \begin_layout Standard
18615 \align center
18616 \begin_inset space \hfill{}
18617 \end_inset
18618
18619
18620 \begin_inset Tabular
18621 <lyxtabular version="3" rows="6" columns="2">
18622 <features tabularvalignment="middle">
18623 <column alignment="center" valignment="top">
18624 <column alignment="center" valignment="top">
18625 <row>
18626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18627 \begin_inset Text
18628
18629 \begin_layout Plain Layout
18630 Befehl
18631 \end_layout
18632
18633 \end_inset
18634 </cell>
18635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18636 \begin_inset Text
18637
18638 \begin_layout Plain Layout
18639 Ergebnis
18640 \end_layout
18641
18642 \end_inset
18643 </cell>
18644 </row>
18645 <row>
18646 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18647 \begin_inset Text
18648
18649 \begin_layout Plain Layout
18650
18651 \backslash
18652 mathbb
18653 \series bold
18654
18655 \begin_inset space \textvisiblespace{}
18656 \end_inset
18657
18658
18659 \series default
18660 ABC
18661 \end_layout
18662
18663 \end_inset
18664 </cell>
18665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18666 \begin_inset Text
18667
18668 \begin_layout Plain Layout
18669 \begin_inset Formula $\mathbb{ABC}$
18670 \end_inset
18671
18672
18673 \end_layout
18674
18675 \end_inset
18676 </cell>
18677 </row>
18678 <row>
18679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18680 \begin_inset Text
18681
18682 \begin_layout Plain Layout
18683
18684 \backslash
18685 mathbf
18686 \series bold
18687
18688 \begin_inset space \textvisiblespace{}
18689 \end_inset
18690
18691
18692 \series default
18693 AbC
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702 \begin_inset Formula $\mathbf{AbC}$
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 </row>
18711 <row>
18712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18713 \begin_inset Text
18714
18715 \begin_layout Plain Layout
18716
18717 \backslash
18718 boldsymbol
18719 \series bold
18720
18721 \begin_inset space \textvisiblespace{}
18722 \end_inset
18723
18724
18725 \series default
18726 AbC
18727 \end_layout
18728
18729 \end_inset
18730 </cell>
18731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18732 \begin_inset Text
18733
18734 \begin_layout Plain Layout
18735 \begin_inset Formula $\boldsymbol{AbC}$
18736 \end_inset
18737
18738
18739 \end_layout
18740
18741 \end_inset
18742 </cell>
18743 </row>
18744 <row>
18745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18746 \begin_inset Text
18747
18748 \begin_layout Plain Layout
18749
18750 \backslash
18751 mathcal
18752 \series bold
18753
18754 \begin_inset space \textvisiblespace{}
18755 \end_inset
18756
18757
18758 \series default
18759 ABC
18760 \end_layout
18761
18762 \end_inset
18763 </cell>
18764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18765 \begin_inset Text
18766
18767 \begin_layout Plain Layout
18768 \begin_inset Formula $\mathcal{ABC}$
18769 \end_inset
18770
18771
18772 \end_layout
18773
18774 \end_inset
18775 </cell>
18776 </row>
18777 <row>
18778 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18779 \begin_inset Text
18780
18781 \begin_layout Plain Layout
18782
18783 \backslash
18784 mathfrak
18785 \series bold
18786
18787 \begin_inset space \textvisiblespace{}
18788 \end_inset
18789
18790
18791 \series default
18792 AbC
18793 \end_layout
18794
18795 \end_inset
18796 </cell>
18797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18798 \begin_inset Text
18799
18800 \begin_layout Plain Layout
18801 \begin_inset Formula $\mathfrak{AbC}$
18802 \end_inset
18803
18804
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 </lyxtabular>
18811
18812 \end_inset
18813
18814
18815 \begin_inset space \hfill{}
18816 \end_inset
18817
18818
18819 \begin_inset Tabular
18820 <lyxtabular version="3" rows="6" columns="2">
18821 <features tabularvalignment="middle">
18822 <column alignment="center" valignment="top">
18823 <column alignment="center" valignment="top">
18824 <row>
18825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18826 \begin_inset Text
18827
18828 \begin_layout Plain Layout
18829 Befehl
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18835 \begin_inset Text
18836
18837 \begin_layout Plain Layout
18838 Ergebnis
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 </row>
18844 <row>
18845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18846 \begin_inset Text
18847
18848 \begin_layout Plain Layout
18849
18850 \backslash
18851 mathit
18852 \series bold
18853
18854 \begin_inset space \textvisiblespace{}
18855 \end_inset
18856
18857
18858 \series default
18859 AbC
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18865 \begin_inset Text
18866
18867 \begin_layout Plain Layout
18868 \begin_inset Formula $\mathit{AbC}$
18869 \end_inset
18870
18871
18872 \end_layout
18873
18874 \end_inset
18875 </cell>
18876 </row>
18877 <row>
18878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18879 \begin_inset Text
18880
18881 \begin_layout Plain Layout
18882
18883 \backslash
18884 mathrm
18885 \series bold
18886
18887 \begin_inset space \textvisiblespace{}
18888 \end_inset
18889
18890
18891 \series default
18892 AbC
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 \begin_inset Formula $\mathrm{AbC}$
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 <row>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915
18916 \backslash
18917 mathsf
18918 \series bold
18919
18920 \begin_inset space \textvisiblespace{}
18921 \end_inset
18922
18923
18924 \series default
18925 AbC
18926 \end_layout
18927
18928 \end_inset
18929 </cell>
18930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18931 \begin_inset Text
18932
18933 \begin_layout Plain Layout
18934 \begin_inset Formula $\mathsf{AbC}$
18935 \end_inset
18936
18937
18938 \end_layout
18939
18940 \end_inset
18941 </cell>
18942 </row>
18943 <row>
18944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18945 \begin_inset Text
18946
18947 \begin_layout Plain Layout
18948
18949 \backslash
18950 mathtt
18951 \series bold
18952
18953 \begin_inset space \textvisiblespace{}
18954 \end_inset
18955
18956
18957 \series default
18958 AbC
18959 \end_layout
18960
18961 \end_inset
18962 </cell>
18963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18964 \begin_inset Text
18965
18966 \begin_layout Plain Layout
18967 \begin_inset Formula $\mathtt{AbC}$
18968 \end_inset
18969
18970
18971 \end_layout
18972
18973 \end_inset
18974 </cell>
18975 </row>
18976 <row>
18977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18978 \begin_inset Text
18979
18980 \begin_layout Plain Layout
18981
18982 \backslash
18983 mathscr
18984 \series bold
18985
18986 \begin_inset space \textvisiblespace{}
18987 \end_inset
18988
18989
18990 \series default
18991 ABC
18992 \end_layout
18993
18994 \end_inset
18995 </cell>
18996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18997 \begin_inset Text
18998
18999 \begin_layout Plain Layout
19000 \begin_inset Formula $\mathscr{ABC}$
19001 \end_inset
19002
19003
19004 \end_layout
19005
19006 \end_inset
19007 </cell>
19008 </row>
19009 </lyxtabular>
19010
19011 \end_inset
19012
19013
19014 \begin_inset space \hfill{}
19015 \end_inset
19016
19017
19018 \end_layout
19019
19020 \begin_layout Standard
19021 \begin_inset Note Greyedout
19022 status open
19023
19024 \begin_layout Plain Layout
19025
19026 \series bold
19027 Achtung:
19028 \series default
19029  Die Stile 
19030 \series bold
19031
19032 \backslash
19033 mathbb
19034 \series default
19035
19036 \series bold
19037
19038 \backslash
19039 mathcal
19040 \series default
19041  und 
19042 \series bold
19043
19044 \backslash
19045 mathscr
19046 \series default
19047  können nur für Großbuchstaben verwendet werden.
19048 \end_layout
19049
19050 \end_inset
19051
19052
19053 \end_layout
19054
19055 \begin_layout Standard
19056 Voreingestellt ist der Stil 
19057 \series bold
19058
19059 \backslash
19060 mathnormal
19061 \series default
19062 .
19063 \end_layout
19064
19065 \begin_layout Standard
19066 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
19067 \begin_inset Formula 
19068 \[
19069 \mathfrak{A=\frac{b}{C}}
19070 \]
19071
19072 \end_inset
19073
19074
19075 \end_layout
19076
19077 \begin_layout Standard
19078 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
19079 ile, sondern in dem Textschriftstil 
19080 \series bold
19081
19082 \backslash
19083 textrm
19084 \series default
19085 .
19086  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
19087  ein Fehler in \SpecialChar LyX
19088 .
19089 \begin_inset Foot
19090 status collapsed
19091
19092 \begin_layout Plain Layout
19093 \begin_inset CommandInset href
19094 LatexCommand href
19095 name "LyX-Fehler #4629"
19096 target "http://www.lyx.org/trac/ticket/4629"
19097
19098 \end_inset
19099
19100
19101 \end_layout
19102
19103 \end_inset
19104
19105
19106 \end_layout
19107
19108 \begin_layout Standard
19109 Anstelle der Stilbefehle kann man auch den Dialog 
19110 \family sans
19111 Bearbeiten\SpecialChar menuseparator
19112 Mathe\SpecialChar menuseparator
19113 Text-Stil
19114 \family default
19115  oder den Mathe-Werkzeugleistenknopf 
19116 \begin_inset Info
19117 type  "icon"
19118 arg   "math-insert \\font"
19119 \end_inset
19120
19121  verwenden.
19122 \end_layout
19123
19124 \begin_layout Subsection
19125 Fett gedruckte Formeln
19126 \begin_inset CommandInset label
19127 LatexCommand label
19128 name "subsec:Fett-gedruckte-Formeln"
19129
19130 \end_inset
19131
19132
19133 \begin_inset Index idx
19134 status collapsed
19135
19136 \begin_layout Plain Layout
19137 Formel ! fett gedruckte
19138 \end_layout
19139
19140 \end_inset
19141
19142
19143 \end_layout
19144
19145 \begin_layout Standard
19146 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
19147  Kapitel angegebenen Befehl 
19148 \series bold
19149
19150 \backslash
19151 mathbf
19152 \series default
19153  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
19154  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
19155  Formel gut erkennt:
19156 \end_layout
19157
19158 \begin_layout Standard
19159 \begin_inset Formula 
19160 \[
19161 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
19162 \]
19163
19164 \end_inset
19165
19166
19167 \end_layout
19168
19169 \begin_layout Standard
19170 Um die Formel korrekt darzustellen, verwendet man den Befehl 
19171 \series bold
19172
19173 \backslash
19174 boldsymbol
19175 \series default
19176 :
19177 \begin_inset Formula 
19178 \[
19179 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
19180 \]
19181
19182 \end_inset
19183
19184 Es gibt auch die Möglichkeit die Formel in eine 
19185 \series bold
19186 boldmath-Umgebung
19187 \series default
19188  zu setzen.
19189  Diese Umgebung wird erzeugt, indem man im \SpecialChar TeX
19190 -Modus den Befehl 
19191 \series bold
19192
19193 \backslash
19194 boldmath
19195 \series default
19196
19197 \begin_inset Index idx
19198 status collapsed
19199
19200 \begin_layout Plain Layout
19201 Befehle ! B ! 
19202 \backslash
19203 boldmath
19204 \end_layout
19205
19206 \end_inset
19207
19208  eingibt.
19209  Um die Umgebung wieder zu beenden, gibt man im \SpecialChar TeX
19210 -Modus den Befehl 
19211 \series bold
19212
19213 \backslash
19214 unboldmath
19215 \series default
19216
19217 \begin_inset Index idx
19218 status collapsed
19219
19220 \begin_layout Plain Layout
19221 Befehle ! U ! 
19222 \backslash
19223 unboldmath
19224 \end_layout
19225
19226 \end_inset
19227
19228  ein.
19229 \begin_inset ERT
19230 status collapsed
19231
19232 \begin_layout Plain Layout
19233
19234
19235 \backslash
19236 boldmath 
19237 \end_layout
19238
19239 \end_inset
19240
19241
19242 \begin_inset Formula 
19243 \[
19244 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
19245 \]
19246
19247 \end_inset
19248
19249
19250 \begin_inset ERT
19251 status collapsed
19252
19253 \begin_layout Plain Layout
19254
19255
19256 \backslash
19257 unboldmath 
19258 \end_layout
19259
19260 \end_inset
19261
19262
19263 \end_layout
19264
19265 \begin_layout Subsection
19266 Farbige Formeln
19267 \begin_inset Index idx
19268 status collapsed
19269
19270 \begin_layout Plain Layout
19271 Formel ! farbige
19272 \end_layout
19273
19274 \end_inset
19275
19276
19277 \end_layout
19278
19279 \begin_layout Standard
19280 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
19281  oder Formelteile und verwenden dann den 
19282 \family sans
19283 Textstil
19284 \family default
19285  Dialog.
19286  Hier ist eine Formel in Magenta:
19287 \begin_inset Formula 
19288 \[
19289 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19290 \]
19291
19292 \end_inset
19293
19294
19295 \end_layout
19296
19297 \begin_layout Standard
19298 Man kann auch eigene Farben definieren, wie in 
19299 \begin_inset CommandInset ref
19300 LatexCommand ref
19301 reference "subsec:Farbige-Boxen"
19302
19303 \end_inset
19304
19305  erklärt ist.
19306  Diese können dann mit dem \SpecialChar TeX
19307 -Code Befehl 
19308 \series bold
19309
19310 \backslash
19311 textcolor
19312 \series default
19313
19314 \begin_inset Index idx
19315 status collapsed
19316
19317 \begin_layout Plain Layout
19318 Befehle! T ! 
19319 \backslash
19320 textcolor
19321 \end_layout
19322
19323 \end_inset
19324
19325  verwendet werden, dass folgendes Schema besitzt:
19326 \end_layout
19327
19328 \begin_layout Standard
19329
19330 \series bold
19331
19332 \backslash
19333 textcolor{Farbe}{Zeichen oder Formel}
19334 \end_layout
19335
19336 \begin_layout Standard
19337 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19338 \end_layout
19339
19340 \begin_layout Standard
19341 \begin_inset ERT
19342 status collapsed
19343
19344 \begin_layout Plain Layout
19345
19346
19347 \backslash
19348 textcolor{dunkelgruen}{
19349 \end_layout
19350
19351 \end_inset
19352
19353
19354 \begin_inset Formula 
19355 \[
19356 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19357 \]
19358
19359 \end_inset
19360
19361
19362 \begin_inset ERT
19363 status collapsed
19364
19365 \begin_layout Plain Layout
19366
19367 }
19368 \end_layout
19369
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \begin_layout Standard
19376 Aufgrund eines Fehlers in \SpecialChar LyX
19377  können nur komplette Formeln mit selbst definierten
19378  Farben gefärbt werden.
19379 \begin_inset Foot
19380 status collapsed
19381
19382 \begin_layout Plain Layout
19383 \begin_inset CommandInset href
19384 LatexCommand href
19385 name "LyX-bug #5269"
19386 target "http://www.lyx.org/trac/ticket/5269"
19387
19388 \end_inset
19389
19390
19391 \end_layout
19392
19393 \end_inset
19394
19395
19396 \end_layout
19397
19398 \begin_layout Subsection
19399 Schriftgrößen
19400 \begin_inset CommandInset label
19401 LatexCommand label
19402 name "subsec:Schriftgrößen"
19403
19404 \end_inset
19405
19406
19407 \begin_inset Index idx
19408 status collapsed
19409
19410 \begin_layout Plain Layout
19411 Schriften ! Schriftgrößen
19412 \end_layout
19413
19414 \end_inset
19415
19416
19417 \end_layout
19418
19419 \begin_layout Standard
19420 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19421 le:
19422 \end_layout
19423
19424 \begin_layout Standard
19425
19426 \series bold
19427
19428 \backslash
19429 Huge
19430 \series default
19431
19432 \series bold
19433
19434 \backslash
19435 huge
19436 \series default
19437
19438 \series bold
19439
19440 \backslash
19441 LARGE
19442 \series default
19443
19444 \series bold
19445
19446 \backslash
19447 Large
19448 \series default
19449
19450 \series bold
19451
19452 \backslash
19453 large
19454 \series default
19455
19456 \series bold
19457
19458 \backslash
19459 normalsize
19460 \series default
19461
19462 \series bold
19463
19464 \backslash
19465 small
19466 \series default
19467
19468 \series bold
19469
19470 \backslash
19471 footnotesize
19472 \series default
19473 ,
19474 \begin_inset Newline linebreak
19475 \end_inset
19476
19477
19478 \series bold
19479
19480 \backslash
19481 scriptsize
19482 \series default
19483  und 
19484 \series bold
19485
19486 \backslash
19487 tiny
19488 \end_layout
19489
19490 \begin_layout Standard
19491 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19492  ab, die dem Befehl 
19493 \series bold
19494
19495 \backslash
19496 normalsize
19497 \series default
19498  entspricht.
19499  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19500 \series bold
19501
19502 \backslash
19503 normalsize
19504 \series default
19505 .
19506  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19507  Beträgt z.
19508 \begin_inset space \thinspace{}
19509 \end_inset
19510
19511 B.
19512  die Dokumentschriftgröße 12
19513 \begin_inset space \thinspace{}
19514 \end_inset
19515
19516 pt, produziert der Befehl 
19517 \series bold
19518
19519 \backslash
19520 Huge
19521 \series default
19522  dasselbe wie 
19523 \series bold
19524
19525 \backslash
19526 huge
19527 \series default
19528 .
19529  
19530 \end_layout
19531
19532 \begin_layout Standard
19533 Ein Größenbefehl wird im \SpecialChar TeX
19534 -Modus vor der Formel eingegeben und legt die Größe
19535  aller nachfolgenden Formel- und Textzeichen fest.
19536  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19537  \SpecialChar TeX
19538 -Modus den Befehl 
19539 \series bold
19540
19541 \backslash
19542 normalsize
19543 \series default
19544  ein.
19545 \end_layout
19546
19547 \begin_layout Standard
19548 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen oder
19549  dem Mathe-Werkzeugleistenknopf 
19550 \begin_inset Info
19551 type  "icon"
19552 arg   "math-insert \\style"
19553 \end_inset
19554
19555  geändert werden:
19556 \begin_inset Separator parbreak
19557 \end_inset
19558
19559
19560 \end_layout
19561
19562 \begin_layout Standard
19563 \noindent
19564 \align center
19565 \begin_inset Tabular
19566 <lyxtabular version="3" rows="5" columns="2">
19567 <features tabularvalignment="middle">
19568 <column alignment="center" valignment="top">
19569 <column alignment="center" valignment="top">
19570 <row>
19571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19572 \begin_inset Text
19573
19574 \begin_layout Plain Layout
19575 Befehl
19576 \end_layout
19577
19578 \end_inset
19579 </cell>
19580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19581 \begin_inset Text
19582
19583 \begin_layout Plain Layout
19584 Ergebnis
19585 \begin_inset Note Note
19586 status collapsed
19587
19588 \begin_layout Plain Layout
19589
19590 \series bold
19591
19592 \backslash
19593 raisebox
19594 \series default
19595  dient nur als Abstandhalter.
19596 \end_layout
19597
19598 \end_inset
19599
19600
19601 \end_layout
19602
19603 \end_inset
19604 </cell>
19605 </row>
19606 <row>
19607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19608 \begin_inset Text
19609
19610 \begin_layout Plain Layout
19611
19612 \backslash
19613 displaystyle
19614 \begin_inset Index idx
19615 status collapsed
19616
19617 \begin_layout Plain Layout
19618 Befehle ! D ! 
19619 \backslash
19620 displaystyle
19621 \end_layout
19622
19623 \end_inset
19624
19625
19626 \end_layout
19627
19628 \end_inset
19629 </cell>
19630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19631 \begin_inset Text
19632
19633 \begin_layout Plain Layout
19634 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19635 \end_inset
19636
19637
19638 \end_layout
19639
19640 \end_inset
19641 </cell>
19642 </row>
19643 <row>
19644 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648
19649 \backslash
19650 textstyle
19651 \end_layout
19652
19653 \end_inset
19654 </cell>
19655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19656 \begin_inset Text
19657
19658 \begin_layout Plain Layout
19659 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19660 \end_inset
19661
19662
19663 \end_layout
19664
19665 \end_inset
19666 </cell>
19667 </row>
19668 <row>
19669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673
19674 \backslash
19675 scriptstyle
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 </row>
19693 <row>
19694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698
19699 \backslash
19700 scriptscriptstyle
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19706 \begin_inset Text
19707
19708 \begin_layout Plain Layout
19709 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19710 \end_inset
19711
19712
19713 \end_layout
19714
19715 \end_inset
19716 </cell>
19717 </row>
19718 </lyxtabular>
19719
19720 \end_inset
19721
19722
19723 \end_layout
19724
19725 \begin_layout Standard
19726 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19727  in das die Formelteile eingegeben werden.
19728 \end_layout
19729
19730 \begin_layout Standard
19731 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19732  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19733  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19734  eingegeben.
19735  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19736  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19737  Dazu zwei Beispiele:
19738 \begin_inset VSpace -2mm
19739 \end_inset
19740
19741
19742 \end_layout
19743
19744 \begin_layout Standard
19745 \begin_inset ERT
19746 status collapsed
19747
19748 \begin_layout Plain Layout
19749
19750
19751 \backslash
19752 huge 
19753 \end_layout
19754
19755 \end_inset
19756
19757
19758 \begin_inset Formula 
19759 \[
19760 A=\frac{B}{c}\cdot\maltese
19761 \]
19762
19763 \end_inset
19764
19765
19766 \begin_inset Formula 
19767 \[
19768 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19769 \]
19770
19771 \end_inset
19772
19773
19774 \begin_inset ERT
19775 status collapsed
19776
19777 \begin_layout Plain Layout
19778
19779
19780 \backslash
19781 normalsize 
19782 \end_layout
19783
19784 \end_inset
19785
19786
19787 \end_layout
19788
19789 \begin_layout Standard
19790 \begin_inset VSpace medskip
19791 \end_inset
19792
19793 Vor beiden Formeln wurde der Befehl 
19794 \series bold
19795
19796 \backslash
19797 huge
19798 \series default
19799  eingegeben.
19800  Der Befehl für die zweite Formel lautet:
19801 \begin_inset Newline newline
19802 \end_inset
19803
19804
19805 \series bold
19806
19807 \backslash
19808 maltese
19809 \begin_inset space \textvisiblespace{}
19810 \end_inset
19811
19812 A M-m m 
19813 \backslash
19814 Large
19815 \begin_inset space \textvisiblespace{}
19816 \end_inset
19817
19818
19819 \backslash
19820 maltese
19821 \begin_inset space \textvisiblespace{}
19822 \end_inset
19823
19824
19825 \backslash
19826 textit
19827 \begin_inset space \textvisiblespace{}
19828 \end_inset
19829
19830 A
19831 \begin_inset Formula $\to$
19832 \end_inset
19833
19834
19835 \begin_inset Formula $\to$
19836 \end_inset
19837
19838
19839 \begin_inset Newline newline
19840 \end_inset
19841
19842
19843 \begin_inset space \hspace*{}
19844 \length 1cm
19845 \end_inset
19846
19847 M-m
19848 \series default
19849  
19850 \series bold
19851
19852 \backslash
19853 tiny
19854 \begin_inset space \textvisiblespace{}
19855 \end_inset
19856
19857
19858 \backslash
19859 maltese
19860 \begin_inset space \textvisiblespace{}
19861 \end_inset
19862
19863
19864 \backslash
19865 textit
19866 \begin_inset space \textvisiblespace{}
19867 \end_inset
19868
19869 A
19870 \end_layout
19871
19872 \begin_layout Standard
19873 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19874  immer in der Standardgröße dargestellt.
19875 \end_layout
19876
19877 \begin_layout Section
19878 Griechische Buchstaben
19879 \begin_inset Index idx
19880 status collapsed
19881
19882 \begin_layout Plain Layout
19883 griechische Buchstaben
19884 \end_layout
19885
19886 \end_inset
19887
19888
19889 \end_layout
19890
19891 \begin_layout Standard
19892 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19893  
19894 \begin_inset Info
19895 type  "icon"
19896 arg   "math-insert \\alpha"
19897 \end_inset
19898
19899  eingefügt werden.
19900  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19901  in Formeln aufrecht gesetzt werden.
19902  In einigen Sprachen, wie z.
19903 \begin_inset space \thinspace{}
19904 \end_inset
19905
19906 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19907 \end_layout
19908
19909 \begin_layout Subsection
19910 Kleine Buchstaben
19911 \begin_inset Index idx
19912 status collapsed
19913
19914 \begin_layout Plain Layout
19915 griechische Buchstaben ! kleine
19916 \end_layout
19917
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \begin_layout Standard
19924 \begin_inset space \hfill{}
19925 \end_inset
19926
19927
19928 \begin_inset Tabular
19929 <lyxtabular version="3" rows="11" columns="2">
19930 <features tabularvalignment="middle">
19931 <column alignment="center" valignment="top" width="0pt">
19932 <column alignment="center" valignment="top" width="0pt">
19933 <row>
19934 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19935 \begin_inset Text
19936
19937 \begin_layout Plain Layout
19938 Befehl
19939 \end_layout
19940
19941 \end_inset
19942 </cell>
19943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19944 \begin_inset Text
19945
19946 \begin_layout Plain Layout
19947 Ergebnis
19948 \end_layout
19949
19950 \end_inset
19951 </cell>
19952 </row>
19953 <row>
19954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19955 \begin_inset Text
19956
19957 \begin_layout Plain Layout
19958
19959 \backslash
19960 alpha
19961 \end_layout
19962
19963 \end_inset
19964 </cell>
19965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19966 \begin_inset Text
19967
19968 \begin_layout Plain Layout
19969 \begin_inset Formula $\alpha$
19970 \end_inset
19971
19972
19973 \end_layout
19974
19975 \end_inset
19976 </cell>
19977 </row>
19978 <row>
19979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19980 \begin_inset Text
19981
19982 \begin_layout Plain Layout
19983
19984 \backslash
19985 beta
19986 \end_layout
19987
19988 \end_inset
19989 </cell>
19990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19991 \begin_inset Text
19992
19993 \begin_layout Plain Layout
19994 \begin_inset Formula $\beta$
19995 \end_inset
19996
19997
19998 \end_layout
19999
20000 \end_inset
20001 </cell>
20002 </row>
20003 <row>
20004 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20005 \begin_inset Text
20006
20007 \begin_layout Plain Layout
20008
20009 \backslash
20010 gamma
20011 \end_layout
20012
20013 \end_inset
20014 </cell>
20015 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20016 \begin_inset Text
20017
20018 \begin_layout Plain Layout
20019 \begin_inset Formula $\gamma$
20020 \end_inset
20021
20022
20023 \end_layout
20024
20025 \end_inset
20026 </cell>
20027 </row>
20028 <row>
20029 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20030 \begin_inset Text
20031
20032 \begin_layout Plain Layout
20033
20034 \backslash
20035 delta
20036 \end_layout
20037
20038 \end_inset
20039 </cell>
20040 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20041 \begin_inset Text
20042
20043 \begin_layout Plain Layout
20044 \begin_inset Formula $\delta$
20045 \end_inset
20046
20047
20048 \end_layout
20049
20050 \end_inset
20051 </cell>
20052 </row>
20053 <row>
20054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20055 \begin_inset Text
20056
20057 \begin_layout Plain Layout
20058
20059 \backslash
20060 epsilon
20061 \end_layout
20062
20063 \end_inset
20064 </cell>
20065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20066 \begin_inset Text
20067
20068 \begin_layout Plain Layout
20069 \begin_inset Formula $\epsilon$
20070 \end_inset
20071
20072
20073 \end_layout
20074
20075 \end_inset
20076 </cell>
20077 </row>
20078 <row>
20079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20080 \begin_inset Text
20081
20082 \begin_layout Plain Layout
20083
20084 \backslash
20085 varepsilon
20086 \end_layout
20087
20088 \end_inset
20089 </cell>
20090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20091 \begin_inset Text
20092
20093 \begin_layout Plain Layout
20094 \begin_inset Formula $\varepsilon$
20095 \end_inset
20096
20097
20098 \end_layout
20099
20100 \end_inset
20101 </cell>
20102 </row>
20103 <row>
20104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20105 \begin_inset Text
20106
20107 \begin_layout Plain Layout
20108
20109 \backslash
20110 zeta
20111 \end_layout
20112
20113 \end_inset
20114 </cell>
20115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20116 \begin_inset Text
20117
20118 \begin_layout Plain Layout
20119 \begin_inset Formula $\zeta$
20120 \end_inset
20121
20122
20123 \end_layout
20124
20125 \end_inset
20126 </cell>
20127 </row>
20128 <row>
20129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20130 \begin_inset Text
20131
20132 \begin_layout Plain Layout
20133
20134 \backslash
20135 eta
20136 \end_layout
20137
20138 \end_inset
20139 </cell>
20140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20141 \begin_inset Text
20142
20143 \begin_layout Plain Layout
20144 \begin_inset Formula $\eta$
20145 \end_inset
20146
20147
20148 \end_layout
20149
20150 \end_inset
20151 </cell>
20152 </row>
20153 <row>
20154 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20155 \begin_inset Text
20156
20157 \begin_layout Plain Layout
20158
20159 \backslash
20160 theta
20161 \end_layout
20162
20163 \end_inset
20164 </cell>
20165 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20166 \begin_inset Text
20167
20168 \begin_layout Plain Layout
20169 \begin_inset Formula $\theta$
20170 \end_inset
20171
20172
20173 \end_layout
20174
20175 \end_inset
20176 </cell>
20177 </row>
20178 <row>
20179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \backslash
20185 vartheta
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\vartheta$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 </lyxtabular>
20204
20205 \end_inset
20206
20207
20208 \begin_inset space \hfill{}
20209 \end_inset
20210
20211
20212 \begin_inset Tabular
20213 <lyxtabular version="3" rows="12" columns="2">
20214 <features tabularvalignment="middle">
20215 <column alignment="center" valignment="top" width="0pt">
20216 <column alignment="center" valignment="top" width="0pt">
20217 <row>
20218 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20219 \begin_inset Text
20220
20221 \begin_layout Plain Layout
20222 Befehl
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20228 \begin_inset Text
20229
20230 \begin_layout Plain Layout
20231 Ergebnis
20232 \end_layout
20233
20234 \end_inset
20235 </cell>
20236 </row>
20237 <row>
20238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20239 \begin_inset Text
20240
20241 \begin_layout Plain Layout
20242
20243 \backslash
20244 iota
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 \begin_inset Formula $\iota$
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 </row>
20262 <row>
20263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20264 \begin_inset Text
20265
20266 \begin_layout Plain Layout
20267
20268 \backslash
20269 kappa
20270 \end_layout
20271
20272 \end_inset
20273 </cell>
20274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278 \begin_inset Formula $\kappa$
20279 \end_inset
20280
20281
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 varkappa
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 $\varkappa$
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 lambda
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 $\lambda$
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 mu
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 $\mu$
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 nu
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 $\nu$
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" leftline="true" usebox="none">
20414 \begin_inset Text
20415
20416 \begin_layout Plain Layout
20417 o
20418 \end_layout
20419
20420 \end_inset
20421 </cell>
20422 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20423 \begin_inset Text
20424
20425 \begin_layout Plain Layout
20426 \begin_inset Formula $o$
20427 \end_inset
20428
20429
20430 \end_layout
20431
20432 \end_inset
20433 </cell>
20434 </row>
20435 <row>
20436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20437 \begin_inset Text
20438
20439 \begin_layout Plain Layout
20440
20441 \backslash
20442 pi
20443 \end_layout
20444
20445 \end_inset
20446 </cell>
20447 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20448 \begin_inset Text
20449
20450 \begin_layout Plain Layout
20451 \begin_inset Formula $\pi$
20452 \end_inset
20453
20454
20455 \end_layout
20456
20457 \end_inset
20458 </cell>
20459 </row>
20460 <row>
20461 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20462 \begin_inset Text
20463
20464 \begin_layout Plain Layout
20465
20466 \backslash
20467 varpi
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20473 \begin_inset Text
20474
20475 \begin_layout Plain Layout
20476 \begin_inset Formula $\varpi$
20477 \end_inset
20478
20479
20480 \end_layout
20481
20482 \end_inset
20483 </cell>
20484 </row>
20485 <row>
20486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20487 \begin_inset Text
20488
20489 \begin_layout Plain Layout
20490
20491 \backslash
20492 rho
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20498 \begin_inset Text
20499
20500 \begin_layout Plain Layout
20501 \begin_inset Formula $\rho$
20502 \end_inset
20503
20504
20505 \end_layout
20506
20507 \end_inset
20508 </cell>
20509 </row>
20510 </lyxtabular>
20511
20512 \end_inset
20513
20514
20515 \begin_inset space \hfill{}
20516 \end_inset
20517
20518
20519 \begin_inset Tabular
20520 <lyxtabular version="3" rows="11" columns="2">
20521 <features tabularvalignment="middle">
20522 <column alignment="center" valignment="top" width="0pt">
20523 <column alignment="center" valignment="top" width="0pt">
20524 <row>
20525 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20526 \begin_inset Text
20527
20528 \begin_layout Plain Layout
20529 Befehl
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20535 \begin_inset Text
20536
20537 \begin_layout Plain Layout
20538 Ergebnis
20539 \end_layout
20540
20541 \end_inset
20542 </cell>
20543 </row>
20544 <row>
20545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20546 \begin_inset Text
20547
20548 \begin_layout Plain Layout
20549
20550 \backslash
20551 varrho
20552 \end_layout
20553
20554 \end_inset
20555 </cell>
20556 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20557 \begin_inset Text
20558
20559 \begin_layout Plain Layout
20560 \begin_inset Formula $\varrho$
20561 \end_inset
20562
20563
20564 \end_layout
20565
20566 \end_inset
20567 </cell>
20568 </row>
20569 <row>
20570 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20571 \begin_inset Text
20572
20573 \begin_layout Plain Layout
20574
20575 \backslash
20576 sigma
20577 \end_layout
20578
20579 \end_inset
20580 </cell>
20581 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20582 \begin_inset Text
20583
20584 \begin_layout Plain Layout
20585 \begin_inset Formula $\sigma$
20586 \end_inset
20587
20588
20589 \end_layout
20590
20591 \end_inset
20592 </cell>
20593 </row>
20594 <row>
20595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20596 \begin_inset Text
20597
20598 \begin_layout Plain Layout
20599
20600 \backslash
20601 varsigma
20602 \end_layout
20603
20604 \end_inset
20605 </cell>
20606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20607 \begin_inset Text
20608
20609 \begin_layout Plain Layout
20610 \begin_inset Formula $\varsigma$
20611 \end_inset
20612
20613
20614 \end_layout
20615
20616 \end_inset
20617 </cell>
20618 </row>
20619 <row>
20620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20621 \begin_inset Text
20622
20623 \begin_layout Plain Layout
20624
20625 \backslash
20626 tau
20627 \end_layout
20628
20629 \end_inset
20630 </cell>
20631 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20632 \begin_inset Text
20633
20634 \begin_layout Plain Layout
20635 \begin_inset Formula $\tau$
20636 \end_inset
20637
20638
20639 \end_layout
20640
20641 \end_inset
20642 </cell>
20643 </row>
20644 <row>
20645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20646 \begin_inset Text
20647
20648 \begin_layout Plain Layout
20649
20650 \backslash
20651 upsilon
20652 \end_layout
20653
20654 \end_inset
20655 </cell>
20656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20657 \begin_inset Text
20658
20659 \begin_layout Plain Layout
20660 \begin_inset Formula $\upsilon$
20661 \end_inset
20662
20663
20664 \end_layout
20665
20666 \end_inset
20667 </cell>
20668 </row>
20669 <row>
20670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20671 \begin_inset Text
20672
20673 \begin_layout Plain Layout
20674
20675 \backslash
20676 phi
20677 \end_layout
20678
20679 \end_inset
20680 </cell>
20681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20682 \begin_inset Text
20683
20684 \begin_layout Plain Layout
20685 \begin_inset Formula $\phi$
20686 \end_inset
20687
20688
20689 \end_layout
20690
20691 \end_inset
20692 </cell>
20693 </row>
20694 <row>
20695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20696 \begin_inset Text
20697
20698 \begin_layout Plain Layout
20699
20700 \backslash
20701 varphi
20702 \end_layout
20703
20704 \end_inset
20705 </cell>
20706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20707 \begin_inset Text
20708
20709 \begin_layout Plain Layout
20710 \begin_inset Formula $\varphi$
20711 \end_inset
20712
20713
20714 \end_layout
20715
20716 \end_inset
20717 </cell>
20718 </row>
20719 <row>
20720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20721 \begin_inset Text
20722
20723 \begin_layout Plain Layout
20724
20725 \backslash
20726 chi
20727 \end_layout
20728
20729 \end_inset
20730 </cell>
20731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20732 \begin_inset Text
20733
20734 \begin_layout Plain Layout
20735 \begin_inset Formula $\chi$
20736 \end_inset
20737
20738
20739 \end_layout
20740
20741 \end_inset
20742 </cell>
20743 </row>
20744 <row>
20745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20746 \begin_inset Text
20747
20748 \begin_layout Plain Layout
20749
20750 \backslash
20751 psi
20752 \end_layout
20753
20754 \end_inset
20755 </cell>
20756 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20757 \begin_inset Text
20758
20759 \begin_layout Plain Layout
20760 \begin_inset Formula $\psi$
20761 \end_inset
20762
20763
20764 \end_layout
20765
20766 \end_inset
20767 </cell>
20768 </row>
20769 <row>
20770 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774
20775 \backslash
20776 omega
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 \begin_inset Formula $\omega$
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 </row>
20794 </lyxtabular>
20795
20796 \end_inset
20797
20798
20799 \begin_inset space \hfill{}
20800 \end_inset
20801
20802
20803 \end_layout
20804
20805 \begin_layout Standard
20806 \begin_inset VSpace medskip
20807 \end_inset
20808
20809 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20810 \begin_inset CommandInset ref
20811 LatexCommand ref
20812 reference "subsec:Aufrechte-kleine-griechische"
20813
20814 \end_inset
20815
20816  beschrieben.
20817 \end_layout
20818
20819 \begin_layout Subsection
20820 Große Buchstaben
20821 \begin_inset Index idx
20822 status collapsed
20823
20824 \begin_layout Plain Layout
20825 griechische Buchstaben ! große
20826 \end_layout
20827
20828 \end_inset
20829
20830
20831 \end_layout
20832
20833 \begin_layout Standard
20834 \begin_inset space \hfill{}
20835 \end_inset
20836
20837
20838 \begin_inset Tabular
20839 <lyxtabular version="3" rows="7" columns="2">
20840 <features tabularvalignment="middle">
20841 <column alignment="center" valignment="top" width="0pt">
20842 <column alignment="center" valignment="top" width="0pt">
20843 <row>
20844 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20845 \begin_inset Text
20846
20847 \begin_layout Plain Layout
20848 Befehl
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20854 \begin_inset Text
20855
20856 \begin_layout Plain Layout
20857 Ergebnis
20858 \end_layout
20859
20860 \end_inset
20861 </cell>
20862 </row>
20863 <row>
20864 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20865 \begin_inset Text
20866
20867 \begin_layout Plain Layout
20868
20869 \backslash
20870 Gamma
20871 \end_layout
20872
20873 \end_inset
20874 </cell>
20875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20876 \begin_inset Text
20877
20878 \begin_layout Plain Layout
20879 \begin_inset Formula $\Gamma$
20880 \end_inset
20881
20882
20883 \end_layout
20884
20885 \end_inset
20886 </cell>
20887 </row>
20888 <row>
20889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20890 \begin_inset Text
20891
20892 \begin_layout Plain Layout
20893
20894 \backslash
20895 Delta
20896 \end_layout
20897
20898 \end_inset
20899 </cell>
20900 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20901 \begin_inset Text
20902
20903 \begin_layout Plain Layout
20904 \begin_inset Formula $\Delta$
20905 \end_inset
20906
20907
20908 \end_layout
20909
20910 \end_inset
20911 </cell>
20912 </row>
20913 <row>
20914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20915 \begin_inset Text
20916
20917 \begin_layout Plain Layout
20918
20919 \backslash
20920 Theta
20921 \end_layout
20922
20923 \end_inset
20924 </cell>
20925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20926 \begin_inset Text
20927
20928 \begin_layout Plain Layout
20929 \begin_inset Formula $\Theta$
20930 \end_inset
20931
20932
20933 \end_layout
20934
20935 \end_inset
20936 </cell>
20937 </row>
20938 <row>
20939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20940 \begin_inset Text
20941
20942 \begin_layout Plain Layout
20943
20944 \backslash
20945 Lambda
20946 \end_layout
20947
20948 \end_inset
20949 </cell>
20950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20951 \begin_inset Text
20952
20953 \begin_layout Plain Layout
20954 \begin_inset Formula $\Lambda$
20955 \end_inset
20956
20957
20958 \end_layout
20959
20960 \end_inset
20961 </cell>
20962 </row>
20963 <row>
20964 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20965 \begin_inset Text
20966
20967 \begin_layout Plain Layout
20968
20969 \backslash
20970 Xi
20971 \end_layout
20972
20973 \end_inset
20974 </cell>
20975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20976 \begin_inset Text
20977
20978 \begin_layout Plain Layout
20979 \begin_inset Formula $\Xi$
20980 \end_inset
20981
20982
20983 \end_layout
20984
20985 \end_inset
20986 </cell>
20987 </row>
20988 <row>
20989 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \backslash
20995 Pi
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 \begin_inset Formula $\Pi$
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 </row>
21013 </lyxtabular>
21014
21015 \end_inset
21016
21017
21018 \begin_inset space \hfill{}
21019 \end_inset
21020
21021
21022 \begin_inset Tabular
21023 <lyxtabular version="3" rows="6" columns="2">
21024 <features tabularvalignment="middle">
21025 <column alignment="center" valignment="top" width="0pt">
21026 <column alignment="center" valignment="top" width="0pt">
21027 <row>
21028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21029 \begin_inset Text
21030
21031 \begin_layout Plain Layout
21032 Befehl
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21038 \begin_inset Text
21039
21040 \begin_layout Plain Layout
21041 Ergebnis
21042 \end_layout
21043
21044 \end_inset
21045 </cell>
21046 </row>
21047 <row>
21048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21049 \begin_inset Text
21050
21051 \begin_layout Plain Layout
21052
21053 \backslash
21054 Sigma
21055 \end_layout
21056
21057 \end_inset
21058 </cell>
21059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21060 \begin_inset Text
21061
21062 \begin_layout Plain Layout
21063 \begin_inset Formula $\Sigma$
21064 \end_inset
21065
21066
21067 \end_layout
21068
21069 \end_inset
21070 </cell>
21071 </row>
21072 <row>
21073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21074 \begin_inset Text
21075
21076 \begin_layout Plain Layout
21077
21078 \backslash
21079 Upsilon
21080 \end_layout
21081
21082 \end_inset
21083 </cell>
21084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21085 \begin_inset Text
21086
21087 \begin_layout Plain Layout
21088 \begin_inset Formula $\Upsilon$
21089 \end_inset
21090
21091
21092 \end_layout
21093
21094 \end_inset
21095 </cell>
21096 </row>
21097 <row>
21098 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21099 \begin_inset Text
21100
21101 \begin_layout Plain Layout
21102
21103 \backslash
21104 Phi
21105 \end_layout
21106
21107 \end_inset
21108 </cell>
21109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21110 \begin_inset Text
21111
21112 \begin_layout Plain Layout
21113 \begin_inset Formula $\Phi$
21114 \end_inset
21115
21116
21117 \end_layout
21118
21119 \end_inset
21120 </cell>
21121 </row>
21122 <row>
21123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21124 \begin_inset Text
21125
21126 \begin_layout Plain Layout
21127
21128 \backslash
21129 Psi
21130 \end_layout
21131
21132 \end_inset
21133 </cell>
21134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21135 \begin_inset Text
21136
21137 \begin_layout Plain Layout
21138 \begin_inset Formula $\Psi$
21139 \end_inset
21140
21141
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row>
21148 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \backslash
21154 Omega
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $\Omega$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 </lyxtabular>
21173
21174 \end_inset
21175
21176
21177 \begin_inset space \hfill{}
21178 \end_inset
21179
21180
21181 \end_layout
21182
21183 \begin_layout Standard
21184 \begin_inset VSpace medskip
21185 \end_inset
21186
21187 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
21188  geschuldet, der während der Entwicklung von \SpecialChar TeX
21189  gemacht wurde.
21190  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
21191  mit 
21192 \series bold
21193 var
21194 \series default
21195 .
21196  So ergibt z.
21197 \begin_inset space \thinspace{}
21198 \end_inset
21199
21200 B.
21201  der Befehl 
21202 \series bold
21203
21204 \backslash
21205 varGamma
21206 \series default
21207  
21208 \begin_inset Formula $\varGamma$
21209 \end_inset
21210
21211 .
21212  Eine andere Methode ist das Laden des Pakets 
21213 \series bold
21214 fixmath
21215 \series default
21216
21217 \begin_inset Foot
21218 status collapsed
21219
21220 \begin_layout Plain Layout
21221
21222 \series bold
21223 fixmath
21224 \series default
21225  ist Teil des \SpecialChar LaTeX
21226 -Paketes 
21227 \series bold
21228 was
21229 \series default
21230
21231 \begin_inset Index idx
21232 status collapsed
21233
21234 \begin_layout Plain Layout
21235 Pakete ! was
21236 \begin_inset ERT
21237 status collapsed
21238
21239 \begin_layout Plain Layout
21240
21241
21242 \backslash
21243 vspace{4mm}
21244 \end_layout
21245
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \end_inset
21252
21253 .
21254 \end_layout
21255
21256 \end_inset
21257
21258
21259 \begin_inset Index idx
21260 status collapsed
21261
21262 \begin_layout Plain Layout
21263 Pakete ! fixmath
21264 \end_layout
21265
21266 \end_inset
21267
21268  mit der \SpecialChar LaTeX
21269 -Vorspannzeile
21270 \end_layout
21271
21272 \begin_layout Standard
21273
21274 \series bold
21275
21276 \backslash
21277 usepackage{fixmath}
21278 \end_layout
21279
21280 \begin_layout Standard
21281 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21282  kursiv ausgegeben.
21283 \end_layout
21284
21285 \begin_layout Subsection
21286 Fett gedruckte Buchstaben
21287 \begin_inset Index idx
21288 status collapsed
21289
21290 \begin_layout Plain Layout
21291 griechische Buchstaben ! fett gedruckte
21292 \end_layout
21293
21294 \end_inset
21295
21296
21297 \end_layout
21298
21299 \begin_layout Standard
21300 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21301  Schriftstilen darstellen.
21302  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21303 \series bold
21304
21305 \backslash
21306 boldsymbol
21307 \series default
21308
21309 \begin_inset Index idx
21310 status collapsed
21311
21312 \begin_layout Plain Layout
21313 Befehle ! B ! 
21314 \backslash
21315 boldsymbol
21316 \end_layout
21317
21318 \end_inset
21319
21320  fett gedruckt auszugeben.
21321 \begin_inset Separator parbreak
21322 \end_inset
21323
21324
21325 \end_layout
21326
21327 \begin_layout Standard
21328 \align center
21329 \begin_inset Tabular
21330 <lyxtabular version="3" rows="3" columns="2">
21331 <features tabularvalignment="middle">
21332 <column alignment="center" valignment="top">
21333 <column alignment="center" valignment="top">
21334 <row>
21335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21336 \begin_inset Text
21337
21338 \begin_layout Plain Layout
21339 Befehl
21340 \end_layout
21341
21342 \end_inset
21343 </cell>
21344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21345 \begin_inset Text
21346
21347 \begin_layout Plain Layout
21348 Ergebnis
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 <row>
21355 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \backslash
21361 Upsilon
21362 \backslash
21363 boldsymbol
21364 \backslash
21365 Upsilon
21366 \end_layout
21367
21368 \end_inset
21369 </cell>
21370 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21371 \begin_inset Text
21372
21373 \begin_layout Plain Layout
21374 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21375 \end_inset
21376
21377
21378 \end_layout
21379
21380 \end_inset
21381 </cell>
21382 </row>
21383 <row>
21384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21385 \begin_inset Text
21386
21387 \begin_layout Plain Layout
21388
21389 \backslash
21390 theta
21391 \backslash
21392 boldsymbol
21393 \backslash
21394 theta
21395 \end_layout
21396
21397 \end_inset
21398 </cell>
21399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21400 \begin_inset Text
21401
21402 \begin_layout Plain Layout
21403 \begin_inset Formula $\theta\boldsymbol{\theta}$
21404 \end_inset
21405
21406
21407 \end_layout
21408
21409 \end_inset
21410 </cell>
21411 </row>
21412 </lyxtabular>
21413
21414 \end_inset
21415
21416
21417 \end_layout
21418
21419 \begin_layout Section
21420 Symbole
21421 \begin_inset ERT
21422 status collapsed
21423
21424 \begin_layout Plain Layout
21425
21426
21427 \backslash
21428 texorpdfstring{
21429 \end_layout
21430
21431 \end_inset
21432
21433
21434 \begin_inset Foot
21435 status collapsed
21436
21437 \begin_layout Plain Layout
21438 Eine Liste mit sämtlichen Symbolen der meisten \SpecialChar LaTeX
21439 -Pakete findet man in 
21440 \begin_inset CommandInset citation
21441 LatexCommand cite
21442 key "Symbole"
21443
21444 \end_inset
21445
21446 .
21447 \end_layout
21448
21449 \end_inset
21450
21451
21452 \begin_inset ERT
21453 status collapsed
21454
21455 \begin_layout Plain Layout
21456
21457 }{}
21458 \end_layout
21459
21460 \end_inset
21461
21462
21463 \begin_inset Note Note
21464 status collapsed
21465
21466 \begin_layout Plain Layout
21467
21468 \series bold
21469
21470 \backslash
21471 texorpdfstring
21472 \series default
21473  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21474 \end_layout
21475
21476 \begin_layout Plain Layout
21477 Näheres zu 
21478 \series bold
21479
21480 \backslash
21481 texorpdfstring
21482 \series default
21483  steht in Kapitel 
21484 \begin_inset CommandInset ref
21485 LatexCommand ref
21486 reference "subsec:Formeln-in-Überschriften"
21487
21488 \end_inset
21489
21490 .
21491 \end_layout
21492
21493 \end_inset
21494
21495
21496 \begin_inset Index idx
21497 status collapsed
21498
21499 \begin_layout Plain Layout
21500 Symbole
21501 \end_layout
21502
21503 \end_inset
21504
21505
21506 \end_layout
21507
21508 \begin_layout Standard
21509 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar softhyphen
21510
21511 leistenknöpfe 
21512 \begin_inset Info
21513 type  "icon"
21514 arg   "math-insert \\nabla"
21515 \end_inset
21516
21517  und 
21518 \begin_inset Info
21519 type  "icon"
21520 arg   "math-insert \\digamma"
21521 \end_inset
21522
21523  eingefügt werden.
21524 \end_layout
21525
21526 \begin_layout Subsection
21527 Mathematische Symbole
21528 \begin_inset CommandInset label
21529 LatexCommand label
21530 name "subsec:Mathematische-Symbole"
21531
21532 \end_inset
21533
21534
21535 \begin_inset Index idx
21536 status collapsed
21537
21538 \begin_layout Plain Layout
21539 Symbole ! mathematische
21540 \end_layout
21541
21542 \end_inset
21543
21544
21545 \end_layout
21546
21547 \begin_layout Standard
21548 \begin_inset space \hfill{}
21549 \end_inset
21550
21551
21552 \begin_inset Tabular
21553 <lyxtabular version="3" rows="10" columns="2">
21554 <features tabularvalignment="middle">
21555 <column alignment="center" valignment="top" width="0pt">
21556 <column alignment="center" valignment="top" width="0pt">
21557 <row>
21558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21559 \begin_inset Text
21560
21561 \begin_layout Plain Layout
21562 Befehl
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 Ergebnis
21572 \end_layout
21573
21574 \end_inset
21575 </cell>
21576 </row>
21577 <row>
21578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21579 \begin_inset Text
21580
21581 \begin_layout Plain Layout
21582
21583 \backslash
21584 neg
21585 \end_layout
21586
21587 \end_inset
21588 </cell>
21589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21590 \begin_inset Text
21591
21592 \begin_layout Plain Layout
21593 \begin_inset Formula $\neg$
21594 \end_inset
21595
21596
21597 \end_layout
21598
21599 \end_inset
21600 </cell>
21601 </row>
21602 <row>
21603 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21604 \begin_inset Text
21605
21606 \begin_layout Plain Layout
21607
21608 \backslash
21609 Im
21610 \end_layout
21611
21612 \end_inset
21613 </cell>
21614 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21615 \begin_inset Text
21616
21617 \begin_layout Plain Layout
21618 \begin_inset Formula $\Im$
21619 \end_inset
21620
21621
21622 \end_layout
21623
21624 \end_inset
21625 </cell>
21626 </row>
21627 <row>
21628 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21629 \begin_inset Text
21630
21631 \begin_layout Plain Layout
21632
21633 \backslash
21634 Re
21635 \end_layout
21636
21637 \end_inset
21638 </cell>
21639 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21640 \begin_inset Text
21641
21642 \begin_layout Plain Layout
21643 \begin_inset Formula $\Re$
21644 \end_inset
21645
21646
21647 \end_layout
21648
21649 \end_inset
21650 </cell>
21651 </row>
21652 <row>
21653 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21654 \begin_inset Text
21655
21656 \begin_layout Plain Layout
21657
21658 \backslash
21659 aleph
21660 \end_layout
21661
21662 \end_inset
21663 </cell>
21664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21665 \begin_inset Text
21666
21667 \begin_layout Plain Layout
21668 \begin_inset Formula $\aleph$
21669 \end_inset
21670
21671
21672 \end_layout
21673
21674 \end_inset
21675 </cell>
21676 </row>
21677 <row>
21678 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21679 \begin_inset Text
21680
21681 \begin_layout Plain Layout
21682
21683 \backslash
21684 partial
21685 \end_layout
21686
21687 \end_inset
21688 </cell>
21689 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21690 \begin_inset Text
21691
21692 \begin_layout Plain Layout
21693 \begin_inset Formula $\partial$
21694 \end_inset
21695
21696
21697 \end_layout
21698
21699 \end_inset
21700 </cell>
21701 </row>
21702 <row>
21703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21704 \begin_inset Text
21705
21706 \begin_layout Plain Layout
21707
21708 \backslash
21709 infty
21710 \end_layout
21711
21712 \end_inset
21713 </cell>
21714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21715 \begin_inset Text
21716
21717 \begin_layout Plain Layout
21718 \begin_inset Formula $\infty$
21719 \end_inset
21720
21721
21722 \end_layout
21723
21724 \end_inset
21725 </cell>
21726 </row>
21727 <row>
21728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 wp
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\wp$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \backslash
21759 imath
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 \begin_inset Formula $\imath$
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 jmath
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\jmath$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 </lyxtabular>
21803
21804 \end_inset
21805
21806
21807 \begin_inset space \hfill{}
21808 \end_inset
21809
21810
21811 \begin_inset Tabular
21812 <lyxtabular version="3" rows="10" columns="2">
21813 <features tabularvalignment="middle">
21814 <column alignment="center" valignment="top" width="0pt">
21815 <column alignment="center" valignment="top" width="0pt">
21816 <row>
21817 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21818 \begin_inset Text
21819
21820 \begin_layout Plain Layout
21821 Befehl
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21827 \begin_inset Text
21828
21829 \begin_layout Plain Layout
21830 Ergebnis
21831 \begin_inset Note Note
21832 status collapsed
21833
21834 \begin_layout Plain Layout
21835
21836 \series bold
21837
21838 \backslash
21839 raisebox
21840 \series default
21841  dient nur als Abstandhalter.
21842 \end_layout
21843
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 forall
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\forall$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \backslash
21884 exists
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 \begin_inset Formula $\exists$
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 <row>
21903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21904 \begin_inset Text
21905
21906 \begin_layout Plain Layout
21907
21908 \backslash
21909 nexists
21910 \end_layout
21911
21912 \end_inset
21913 </cell>
21914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21915 \begin_inset Text
21916
21917 \begin_layout Plain Layout
21918 \begin_inset Formula $\nexists$
21919 \end_inset
21920
21921
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 </row>
21927 <row>
21928 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21929 \begin_inset Text
21930
21931 \begin_layout Plain Layout
21932
21933 \backslash
21934 emptyset
21935 \end_layout
21936
21937 \end_inset
21938 </cell>
21939 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21940 \begin_inset Text
21941
21942 \begin_layout Plain Layout
21943 \begin_inset Formula $\emptyset$
21944 \end_inset
21945
21946
21947 \end_layout
21948
21949 \end_inset
21950 </cell>
21951 </row>
21952 <row>
21953 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21954 \begin_inset Text
21955
21956 \begin_layout Plain Layout
21957
21958 \backslash
21959 varnothing
21960 \end_layout
21961
21962 \end_inset
21963 </cell>
21964 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21965 \begin_inset Text
21966
21967 \begin_layout Plain Layout
21968 \begin_inset Formula $\varnothing$
21969 \end_inset
21970
21971
21972 \end_layout
21973
21974 \end_inset
21975 </cell>
21976 </row>
21977 <row>
21978 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21979 \begin_inset Text
21980
21981 \begin_layout Plain Layout
21982
21983 \backslash
21984 dag
21985 \end_layout
21986
21987 \end_inset
21988 </cell>
21989 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21990 \begin_inset Text
21991
21992 \begin_layout Plain Layout
21993 \begin_inset Formula $\dag$
21994 \end_inset
21995
21996
21997 \end_layout
21998
21999 \end_inset
22000 </cell>
22001 </row>
22002 <row>
22003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007
22008 \backslash
22009 ddag
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 \begin_inset Formula $\ddag$
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \backslash
22034 complement
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 \begin_inset ERT
22044 status collapsed
22045
22046 \begin_layout Plain Layout
22047
22048
22049 \backslash
22050 raisebox{-0.8mm}{
22051 \end_layout
22052
22053 \end_inset
22054
22055
22056 \begin_inset Formula $\complement$
22057 \end_inset
22058
22059
22060 \begin_inset ERT
22061 status collapsed
22062
22063 \begin_layout Plain Layout
22064
22065 }
22066 \end_layout
22067
22068 \end_inset
22069
22070
22071 \end_layout
22072
22073 \end_inset
22074 </cell>
22075 </row>
22076 <row>
22077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22078 \begin_inset Text
22079
22080 \begin_layout Plain Layout
22081
22082 \backslash
22083 Bbbk
22084 \end_layout
22085
22086 \end_inset
22087 </cell>
22088 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22089 \begin_inset Text
22090
22091 \begin_layout Plain Layout
22092 \begin_inset Formula $\Bbbk$
22093 \end_inset
22094
22095
22096 \end_layout
22097
22098 \end_inset
22099 </cell>
22100 </row>
22101 </lyxtabular>
22102
22103 \end_inset
22104
22105
22106 \begin_inset space \hfill{}
22107 \end_inset
22108
22109
22110 \begin_inset Tabular
22111 <lyxtabular version="3" rows="10" columns="2">
22112 <features tabularvalignment="middle">
22113 <column alignment="center" valignment="top" width="0pt">
22114 <column alignment="center" valignment="top" width="0pt">
22115 <row>
22116 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22117 \begin_inset Text
22118
22119 \begin_layout Plain Layout
22120 Befehl
22121 \end_layout
22122
22123 \end_inset
22124 </cell>
22125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22126 \begin_inset Text
22127
22128 \begin_layout Plain Layout
22129 Ergebnis
22130 \end_layout
22131
22132 \end_inset
22133 </cell>
22134 </row>
22135 <row>
22136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22137 \begin_inset Text
22138
22139 \begin_layout Plain Layout
22140
22141 \backslash
22142 prime
22143 \end_layout
22144
22145 \end_inset
22146 </cell>
22147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22148 \begin_inset Text
22149
22150 \begin_layout Plain Layout
22151 \begin_inset Formula $\prime$
22152 \end_inset
22153
22154
22155 \end_layout
22156
22157 \end_inset
22158 </cell>
22159 </row>
22160 <row>
22161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22162 \begin_inset Text
22163
22164 \begin_layout Plain Layout
22165
22166 \backslash
22167 backprime
22168 \end_layout
22169
22170 \end_inset
22171 </cell>
22172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22173 \begin_inset Text
22174
22175 \begin_layout Plain Layout
22176 \begin_inset Formula $\backprime$
22177 \end_inset
22178
22179
22180 \end_layout
22181
22182 \end_inset
22183 </cell>
22184 </row>
22185 <row>
22186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22187 \begin_inset Text
22188
22189 \begin_layout Plain Layout
22190
22191 \backslash
22192 mho
22193 \end_layout
22194
22195 \end_inset
22196 </cell>
22197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22198 \begin_inset Text
22199
22200 \begin_layout Plain Layout
22201 \begin_inset Formula $\mho$
22202 \end_inset
22203
22204
22205 \end_layout
22206
22207 \end_inset
22208 </cell>
22209 </row>
22210 <row>
22211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22212 \begin_inset Text
22213
22214 \begin_layout Plain Layout
22215
22216 \backslash
22217 triangle
22218 \end_layout
22219
22220 \end_inset
22221 </cell>
22222 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22223 \begin_inset Text
22224
22225 \begin_layout Plain Layout
22226 \begin_inset Formula $\triangle$
22227 \end_inset
22228
22229
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240
22241 \backslash
22242 angle
22243 \end_layout
22244
22245 \end_inset
22246 </cell>
22247 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22248 \begin_inset Text
22249
22250 \begin_layout Plain Layout
22251 \begin_inset Formula $\angle$
22252 \end_inset
22253
22254
22255 \end_layout
22256
22257 \end_inset
22258 </cell>
22259 </row>
22260 <row>
22261 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22262 \begin_inset Text
22263
22264 \begin_layout Plain Layout
22265
22266 \backslash
22267 measuredangle
22268 \end_layout
22269
22270 \end_inset
22271 </cell>
22272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22273 \begin_inset Text
22274
22275 \begin_layout Plain Layout
22276 \begin_inset Formula $\measuredangle$
22277 \end_inset
22278
22279
22280 \end_layout
22281
22282 \end_inset
22283 </cell>
22284 </row>
22285 <row>
22286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 sphericalangle
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\sphericalangle$
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 top
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $\top$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \backslash
22342 bot
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Formula $\bot$
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 </lyxtabular>
22361
22362 \end_inset
22363
22364
22365 \begin_inset space \hfill{}
22366 \end_inset
22367
22368
22369 \end_layout
22370
22371 \begin_layout Standard
22372 \begin_inset Newpage newpage
22373 \end_inset
22374
22375
22376 \end_layout
22377
22378 \begin_layout Subsection
22379 Sonstige Symbole
22380 \begin_inset CommandInset label
22381 LatexCommand label
22382 name "subsec:Sonstige-Symbole"
22383
22384 \end_inset
22385
22386
22387 \begin_inset Index idx
22388 status collapsed
22389
22390 \begin_layout Plain Layout
22391 Symbole ! sonstige
22392 \end_layout
22393
22394 \end_inset
22395
22396
22397 \end_layout
22398
22399 \begin_layout Standard
22400 \begin_inset VSpace -7mm
22401 \end_inset
22402
22403
22404 \end_layout
22405
22406 \begin_layout Standard
22407 \noindent
22408 \align center
22409 \begin_inset Tabular
22410 <lyxtabular version="3" rows="10" columns="2">
22411 <features tabularvalignment="middle">
22412 <column alignment="center" valignment="top" width="0pt">
22413 <column alignment="center" valignment="top" width="0pt">
22414 <row>
22415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22416 \begin_inset Text
22417
22418 \begin_layout Plain Layout
22419 Befehl
22420 \end_layout
22421
22422 \end_inset
22423 </cell>
22424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22425 \begin_inset Text
22426
22427 \begin_layout Plain Layout
22428 Ergebnis
22429 \end_layout
22430
22431 \end_inset
22432 </cell>
22433 </row>
22434 <row>
22435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22436 \begin_inset Text
22437
22438 \begin_layout Plain Layout
22439
22440 \backslash
22441 flat
22442 \end_layout
22443
22444 \end_inset
22445 </cell>
22446 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22447 \begin_inset Text
22448
22449 \begin_layout Plain Layout
22450 \begin_inset Formula $\flat$
22451 \end_inset
22452
22453
22454 \end_layout
22455
22456 \end_inset
22457 </cell>
22458 </row>
22459 <row>
22460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22461 \begin_inset Text
22462
22463 \begin_layout Plain Layout
22464
22465 \backslash
22466 natural
22467 \end_layout
22468
22469 \end_inset
22470 </cell>
22471 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22472 \begin_inset Text
22473
22474 \begin_layout Plain Layout
22475 \begin_inset Formula $\natural$
22476 \end_inset
22477
22478
22479 \end_layout
22480
22481 \end_inset
22482 </cell>
22483 </row>
22484 <row>
22485 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22486 \begin_inset Text
22487
22488 \begin_layout Plain Layout
22489
22490 \backslash
22491 sharp
22492 \end_layout
22493
22494 \end_inset
22495 </cell>
22496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22497 \begin_inset Text
22498
22499 \begin_layout Plain Layout
22500 \begin_inset Formula $\sharp$
22501 \end_inset
22502
22503
22504 \end_layout
22505
22506 \end_inset
22507 </cell>
22508 </row>
22509 <row>
22510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514
22515 \backslash
22516 surd
22517 \end_layout
22518
22519 \end_inset
22520 </cell>
22521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22522 \begin_inset Text
22523
22524 \begin_layout Plain Layout
22525 \begin_inset Formula $\surd$
22526 \end_inset
22527
22528
22529 \end_layout
22530
22531 \end_inset
22532 </cell>
22533 </row>
22534 <row>
22535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539
22540 \backslash
22541 checkmark
22542 \end_layout
22543
22544 \end_inset
22545 </cell>
22546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22547 \begin_inset Text
22548
22549 \begin_layout Plain Layout
22550 \begin_inset Formula $\checkmark$
22551 \end_inset
22552
22553
22554 \end_layout
22555
22556 \end_inset
22557 </cell>
22558 </row>
22559 <row>
22560 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564
22565 \backslash
22566 yen
22567 \end_layout
22568
22569 \end_inset
22570 </cell>
22571 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22572 \begin_inset Text
22573
22574 \begin_layout Plain Layout
22575 \begin_inset Formula $\yen$
22576 \end_inset
22577
22578
22579 \end_layout
22580
22581 \end_inset
22582 </cell>
22583 </row>
22584 <row>
22585 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589
22590 \backslash
22591 pounds
22592 \end_layout
22593
22594 \end_inset
22595 </cell>
22596 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22597 \begin_inset Text
22598
22599 \begin_layout Plain Layout
22600 \begin_inset Formula $\pounds$
22601 \end_inset
22602
22603
22604 \end_layout
22605
22606 \end_inset
22607 </cell>
22608 </row>
22609 <row>
22610 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 $
22615 \end_layout
22616
22617 \end_inset
22618 </cell>
22619 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22620 \begin_inset Text
22621
22622 \begin_layout Plain Layout
22623 \begin_inset Formula $\$$
22624 \end_inset
22625
22626
22627 \end_layout
22628
22629 \end_inset
22630 </cell>
22631 </row>
22632 <row>
22633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22634 \begin_inset Text
22635
22636 \begin_layout Plain Layout
22637 §
22638 \end_layout
22639
22640 \end_inset
22641 </cell>
22642 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22643 \begin_inset Text
22644
22645 \begin_layout Plain Layout
22646 \begin_inset Formula $§$
22647 \end_inset
22648
22649
22650 \end_layout
22651
22652 \end_inset
22653 </cell>
22654 </row>
22655 </lyxtabular>
22656
22657 \end_inset
22658
22659
22660 \begin_inset Tabular
22661 <lyxtabular version="3" rows="10" columns="2">
22662 <features tabularvalignment="middle">
22663 <column alignment="center" valignment="top">
22664 <column alignment="center" valignment="top">
22665 <row>
22666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22667 \begin_inset Text
22668
22669 \begin_layout Plain Layout
22670 Befehl
22671 \end_layout
22672
22673 \end_inset
22674 </cell>
22675 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22676 \begin_inset Text
22677
22678 \begin_layout Plain Layout
22679 Ergebnis
22680 \end_layout
22681
22682 \end_inset
22683 </cell>
22684 </row>
22685 <row>
22686 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22687 \begin_inset Text
22688
22689 \begin_layout Plain Layout
22690
22691 \backslash
22692 hbar
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22698 \begin_inset Text
22699
22700 \begin_layout Plain Layout
22701 \begin_inset Formula $\hbar$
22702 \end_inset
22703
22704
22705 \end_layout
22706
22707 \end_inset
22708 </cell>
22709 </row>
22710 <row>
22711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22712 \begin_inset Text
22713
22714 \begin_layout Plain Layout
22715
22716 \backslash
22717 hslash
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22723 \begin_inset Text
22724
22725 \begin_layout Plain Layout
22726 \begin_inset Formula $\hslash$
22727 \end_inset
22728
22729
22730 \end_layout
22731
22732 \end_inset
22733 </cell>
22734 </row>
22735 <row>
22736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22737 \begin_inset Text
22738
22739 \begin_layout Plain Layout
22740
22741 \backslash
22742 clubsuit
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22748 \begin_inset Text
22749
22750 \begin_layout Plain Layout
22751 \begin_inset Formula $\clubsuit$
22752 \end_inset
22753
22754
22755 \end_layout
22756
22757 \end_inset
22758 </cell>
22759 </row>
22760 <row>
22761 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22762 \begin_inset Text
22763
22764 \begin_layout Plain Layout
22765
22766 \backslash
22767 spadesuit
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22773 \begin_inset Text
22774
22775 \begin_layout Plain Layout
22776 \begin_inset Formula $\spadesuit$
22777 \end_inset
22778
22779
22780 \end_layout
22781
22782 \end_inset
22783 </cell>
22784 </row>
22785 <row>
22786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22787 \begin_inset Text
22788
22789 \begin_layout Plain Layout
22790
22791 \backslash
22792 bigstar
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22798 \begin_inset Text
22799
22800 \begin_layout Plain Layout
22801 \begin_inset Formula $\bigstar$
22802 \end_inset
22803
22804
22805 \end_layout
22806
22807 \end_inset
22808 </cell>
22809 </row>
22810 <row>
22811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22812 \begin_inset Text
22813
22814 \begin_layout Plain Layout
22815
22816 \backslash
22817 blacklozenge
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22823 \begin_inset Text
22824
22825 \begin_layout Plain Layout
22826 \begin_inset Formula $\blacklozenge$
22827 \end_inset
22828
22829
22830 \end_layout
22831
22832 \end_inset
22833 </cell>
22834 </row>
22835 <row>
22836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22837 \begin_inset Text
22838
22839 \begin_layout Plain Layout
22840
22841 \backslash
22842 blacktriangle
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22848 \begin_inset Text
22849
22850 \begin_layout Plain Layout
22851 \begin_inset Formula $\blacktriangle$
22852 \end_inset
22853
22854
22855 \end_layout
22856
22857 \end_inset
22858 </cell>
22859 </row>
22860 <row>
22861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22862 \begin_inset Text
22863
22864 \begin_layout Plain Layout
22865
22866 \backslash
22867 blacktiangledown
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22873 \begin_inset Text
22874
22875 \begin_layout Plain Layout
22876 \begin_inset Formula $\blacktriangledown$
22877 \end_inset
22878
22879
22880 \end_layout
22881
22882 \end_inset
22883 </cell>
22884 </row>
22885 <row>
22886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22887 \begin_inset Text
22888
22889 \begin_layout Plain Layout
22890
22891 \backslash
22892 bullet
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22898 \begin_inset Text
22899
22900 \begin_layout Plain Layout
22901 \begin_inset Formula $\bullet$
22902 \end_inset
22903
22904
22905 \end_layout
22906
22907 \end_inset
22908 </cell>
22909 </row>
22910 </lyxtabular>
22911
22912 \end_inset
22913
22914
22915 \begin_inset Tabular
22916 <lyxtabular version="3" rows="10" columns="2">
22917 <features tabularvalignment="middle">
22918 <column alignment="center" valignment="top" width="0pt">
22919 <column alignment="center" valignment="top" width="0pt">
22920 <row>
22921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22922 \begin_inset Text
22923
22924 \begin_layout Plain Layout
22925 Befehl
22926 \end_layout
22927
22928 \end_inset
22929 </cell>
22930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22931 \begin_inset Text
22932
22933 \begin_layout Plain Layout
22934 Ergebnis
22935 \end_layout
22936
22937 \end_inset
22938 </cell>
22939 </row>
22940 <row>
22941 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22942 \begin_inset Text
22943
22944 \begin_layout Plain Layout
22945
22946 \backslash
22947 diamondsuit
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22953 \begin_inset Text
22954
22955 \begin_layout Plain Layout
22956 \begin_inset Formula $\diamondsuit$
22957 \end_inset
22958
22959
22960 \end_layout
22961
22962 \end_inset
22963 </cell>
22964 </row>
22965 <row>
22966 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22967 \begin_inset Text
22968
22969 \begin_layout Plain Layout
22970
22971 \backslash
22972 Diamond
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22978 \begin_inset Text
22979
22980 \begin_layout Plain Layout
22981 \begin_inset Formula $\Diamond$
22982 \end_inset
22983
22984
22985 \end_layout
22986
22987 \end_inset
22988 </cell>
22989 </row>
22990 <row>
22991 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22992 \begin_inset Text
22993
22994 \begin_layout Plain Layout
22995
22996 \backslash
22997 heartsuit
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23003 \begin_inset Text
23004
23005 \begin_layout Plain Layout
23006 \begin_inset Formula $\heartsuit$
23007 \end_inset
23008
23009
23010 \end_layout
23011
23012 \end_inset
23013 </cell>
23014 </row>
23015 <row>
23016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23017 \begin_inset Text
23018
23019 \begin_layout Plain Layout
23020
23021 \backslash
23022 P
23023 \end_layout
23024
23025 \end_inset
23026 </cell>
23027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23028 \begin_inset Text
23029
23030 \begin_layout Plain Layout
23031 \begin_inset Formula $\P$
23032 \end_inset
23033
23034
23035 \end_layout
23036
23037 \end_inset
23038 </cell>
23039 </row>
23040 <row>
23041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23042 \begin_inset Text
23043
23044 \begin_layout Plain Layout
23045
23046 \backslash
23047 copyright
23048 \end_layout
23049
23050 \end_inset
23051 </cell>
23052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23053 \begin_inset Text
23054
23055 \begin_layout Plain Layout
23056 \begin_inset Formula $\copyright$
23057 \end_inset
23058
23059
23060 \end_layout
23061
23062 \end_inset
23063 </cell>
23064 </row>
23065 <row>
23066 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23067 \begin_inset Text
23068
23069 \begin_layout Plain Layout
23070
23071 \backslash
23072 circledR
23073 \end_layout
23074
23075 \end_inset
23076 </cell>
23077 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23078 \begin_inset Text
23079
23080 \begin_layout Plain Layout
23081 \begin_inset Formula $\circledR$
23082 \end_inset
23083
23084
23085 \end_layout
23086
23087 \end_inset
23088 </cell>
23089 </row>
23090 <row>
23091 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23092 \begin_inset Text
23093
23094 \begin_layout Plain Layout
23095
23096 \backslash
23097 maltese
23098 \end_layout
23099
23100 \end_inset
23101 </cell>
23102 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23103 \begin_inset Text
23104
23105 \begin_layout Plain Layout
23106 \begin_inset Formula $\maltese$
23107 \end_inset
23108
23109
23110 \end_layout
23111
23112 \end_inset
23113 </cell>
23114 </row>
23115 <row>
23116 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23117 \begin_inset Text
23118
23119 \begin_layout Plain Layout
23120
23121 \backslash
23122 diagup
23123 \end_layout
23124
23125 \end_inset
23126 </cell>
23127 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23128 \begin_inset Text
23129
23130 \begin_layout Plain Layout
23131 \begin_inset Formula $\diagup$
23132 \end_inset
23133
23134
23135 \end_layout
23136
23137 \end_inset
23138 </cell>
23139 </row>
23140 <row>
23141 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23142 \begin_inset Text
23143
23144 \begin_layout Plain Layout
23145
23146 \backslash
23147 diagdown
23148 \end_layout
23149
23150 \end_inset
23151 </cell>
23152 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23153 \begin_inset Text
23154
23155 \begin_layout Plain Layout
23156 \begin_inset Formula $\diagdown$
23157 \end_inset
23158
23159
23160 \end_layout
23161
23162 \end_inset
23163 </cell>
23164 </row>
23165 </lyxtabular>
23166
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \begin_layout Standard
23173 \begin_inset VSpace medskip
23174 \end_inset
23175
23176
23177 \end_layout
23178
23179 \begin_layout Standard
23180 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
23181  
23182 \begin_inset CommandInset ref
23183 LatexCommand ref
23184 reference "subsec:Schriftgrößen"
23185
23186 \end_inset
23187
23188 .
23189 \end_layout
23190
23191 \begin_layout Subsection
23192 Das Euro-Symbol €
23193 \begin_inset Index idx
23194 status collapsed
23195
23196 \begin_layout Plain Layout
23197 Symbole ! Euro-Symbol
23198 \end_layout
23199
23200 \end_inset
23201
23202
23203 \begin_inset Index idx
23204 status collapsed
23205
23206 \begin_layout Plain Layout
23207
23208 \backslash
23209 @
23210 \begin_inset ERT
23211 status collapsed
23212
23213 \begin_layout Plain Layout
23214
23215
23216 \backslash
23217 officialeuro
23218 \end_layout
23219
23220 \end_inset
23221
23222
23223 \end_layout
23224
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \begin_layout Standard
23231 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das \SpecialChar LaTeX
23232 -Paket
23233  
23234 \series bold
23235 eurosym
23236 \series default
23237
23238 \begin_inset Index idx
23239 status collapsed
23240
23241 \begin_layout Plain Layout
23242 Pakete ! eurosym
23243 \end_layout
23244
23245 \end_inset
23246
23247  installieren und dieses mit der \SpecialChar LaTeX
23248 -Vorspannzeile
23249 \end_layout
23250
23251 \begin_layout Standard
23252
23253 \series bold
23254
23255 \backslash
23256 usepackage[gennarrow]{eurosym}
23257 \end_layout
23258
23259 \begin_layout Standard
23260 aktivieren.
23261  Das Euro-Symbol kann man nun mit dem Befehl 
23262 \series bold
23263
23264 \backslash
23265 euro
23266 \series default
23267
23268 \begin_inset Index idx
23269 status collapsed
23270
23271 \begin_layout Plain Layout
23272 Befehle ! E ! 
23273 \backslash
23274 euro
23275 \end_layout
23276
23277 \end_inset
23278
23279  aufrufen.
23280 \end_layout
23281
23282 \begin_layout Standard
23283 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23284  eingeben, ohne 
23285 \series bold
23286 eurosym
23287 \series default
23288  installiert zu haben.
23289  Ist 
23290 \series bold
23291 eurosym
23292 \series default
23293  installiert, kann man 
23294 \series bold
23295
23296 \backslash
23297 euro
23298 \series default
23299  auch im \SpecialChar TeX
23300 -Modus eingeben.
23301  Das offizielle Währungssymbol erhält man dann über den Befehl 
23302 \series bold
23303
23304 \backslash
23305 officialeuro
23306 \series default
23307
23308 \begin_inset Index idx
23309 status collapsed
23310
23311 \begin_layout Plain Layout
23312 Befehle ! O ! 
23313 \backslash
23314 officialeuro
23315 \end_layout
23316
23317 \end_inset
23318
23319 , der nur im \SpecialChar TeX
23320 -Modus verfügbar ist.
23321 \end_layout
23322
23323 \begin_layout Standard
23324 \begin_inset ERT
23325 status collapsed
23326
23327 \begin_layout Plain Layout
23328
23329
23330 \backslash
23331 ifeurosym 
23332 \end_layout
23333
23334 \end_inset
23335
23336
23337 \begin_inset Note Note
23338 status open
23339
23340 \begin_layout Plain Layout
23341 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
23342 -Paket 
23343 \series bold
23344 eurosym
23345 \series default
23346  installiert ist:
23347 \end_layout
23348
23349 \end_inset
23350
23351
23352 \end_layout
23353
23354 \begin_layout Standard
23355 Eine Übersicht der verschiedenen Euro-Symbole:
23356 \begin_inset Separator parbreak
23357 \end_inset
23358
23359
23360 \end_layout
23361
23362 \begin_layout Standard
23363 \align center
23364 \begin_inset Tabular
23365 <lyxtabular version="3" rows="4" columns="3">
23366 <features tabularvalignment="middle">
23367 <column alignment="center" valignment="top" width="0pt">
23368 <column alignment="center" valignment="top" width="0pt">
23369 <column alignment="center" valignment="top" width="0pt">
23370 <row>
23371 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23372 \begin_inset Text
23373
23374 \begin_layout Plain Layout
23375
23376 \end_layout
23377
23378 \end_inset
23379 </cell>
23380 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23381 \begin_inset Text
23382
23383 \begin_layout Plain Layout
23384 Befehl 
23385 \end_layout
23386
23387 \end_inset
23388 </cell>
23389 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23390 \begin_inset Text
23391
23392 \begin_layout Plain Layout
23393 Ergebnis
23394 \end_layout
23395
23396 \end_inset
23397 </cell>
23398 </row>
23399 <row>
23400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23401 \begin_inset Text
23402
23403 \begin_layout Plain Layout
23404 Formel
23405 \end_layout
23406
23407 \end_inset
23408 </cell>
23409 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23410 \begin_inset Text
23411
23412 \begin_layout Plain Layout
23413
23414 \backslash
23415 euro
23416 \end_layout
23417
23418 \end_inset
23419 </cell>
23420 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23421 \begin_inset Text
23422
23423 \begin_layout Plain Layout
23424 \begin_inset Formula $\euro$
23425 \end_inset
23426
23427
23428 \end_layout
23429
23430 \end_inset
23431 </cell>
23432 </row>
23433 <row>
23434 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23435 \begin_inset Text
23436
23437 \begin_layout Plain Layout
23438 mathematischer Text
23439 \end_layout
23440
23441 \end_inset
23442 </cell>
23443 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23444 \begin_inset Text
23445
23446 \begin_layout Plain Layout
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23453 \begin_inset Text
23454
23455 \begin_layout Plain Layout
23456 \begin_inset Formula $\mbox{€}$
23457 \end_inset
23458
23459
23460 \end_layout
23461
23462 \end_inset
23463 </cell>
23464 </row>
23465 <row>
23466 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 \SpecialChar TeX
23471 -Modus
23472 \end_layout
23473
23474 \end_inset
23475 </cell>
23476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23477 \begin_inset Text
23478
23479 \begin_layout Plain Layout
23480
23481 \backslash
23482 officialeuro
23483 \end_layout
23484
23485 \end_inset
23486 </cell>
23487 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23488 \begin_inset Text
23489
23490 \begin_layout Plain Layout
23491 \begin_inset ERT
23492 status collapsed
23493
23494 \begin_layout Plain Layout
23495
23496
23497 \backslash
23498 officialeuro
23499 \end_layout
23500
23501 \end_inset
23502
23503
23504 \end_layout
23505
23506 \end_inset
23507 </cell>
23508 </row>
23509 </lyxtabular>
23510
23511 \end_inset
23512
23513
23514 \end_layout
23515
23516 \begin_layout Standard
23517 \begin_inset ERT
23518 status collapsed
23519
23520 \begin_layout Plain Layout
23521
23522
23523 \backslash
23524 else 
23525 \end_layout
23526
23527 \end_inset
23528
23529
23530 \begin_inset Note Note
23531 status open
23532
23533 \begin_layout Plain Layout
23534 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
23535 -Paket 
23536 \series bold
23537 eurosym
23538 \series default
23539  nicht installiert ist:
23540 \end_layout
23541
23542 \end_inset
23543
23544
23545 \end_layout
23546
23547 \begin_layout Standard
23548 Das \SpecialChar LaTeX
23549 -Paket 
23550 \series bold
23551 eurosym 
23552 \series default
23553 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23554 \end_layout
23555
23556 \begin_layout Standard
23557 \begin_inset ERT
23558 status collapsed
23559
23560 \begin_layout Plain Layout
23561
23562
23563 \backslash
23564 fi 
23565 \end_layout
23566
23567 \end_inset
23568
23569
23570 \end_layout
23571
23572 \begin_layout Section
23573 Relationen
23574 \begin_inset CommandInset label
23575 LatexCommand label
23576 name "sec:Relationen"
23577
23578 \end_inset
23579
23580
23581 \begin_inset Index idx
23582 status collapsed
23583
23584 \begin_layout Plain Layout
23585 Relationen
23586 \end_layout
23587
23588 \end_inset
23589
23590
23591 \begin_inset Index idx
23592 status collapsed
23593
23594 \begin_layout Plain Layout
23595 Vergleiche|see
23596 \begin_inset ERT
23597 status collapsed
23598
23599 \begin_layout Plain Layout
23600
23601 {
23602 \end_layout
23603
23604 \end_inset
23605
23606 Relationen
23607 \begin_inset ERT
23608 status collapsed
23609
23610 \begin_layout Plain Layout
23611
23612 }
23613 \end_layout
23614
23615 \end_inset
23616
23617
23618 \end_layout
23619
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \begin_layout Standard
23626 Alle folgenden Relationen können auch über den Mathe-Werkzeugleistenknopf
23627  
23628 \begin_inset Info
23629 type  "icon"
23630 arg   "math-insert \\leq"
23631 \end_inset
23632
23633  eingefügt werden.
23634 \end_layout
23635
23636 \begin_layout Standard
23637 \begin_inset space \hfill{}
23638 \end_inset
23639
23640
23641 \begin_inset Tabular
23642 <lyxtabular version="3" rows="17" columns="2">
23643 <features tabularvalignment="middle">
23644 <column alignment="center" valignment="top" width="0pt">
23645 <column alignment="center" valignment="top" width="0pt">
23646 <row>
23647 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23648 \begin_inset Text
23649
23650 \begin_layout Plain Layout
23651 Befehl
23652 \end_layout
23653
23654 \end_inset
23655 </cell>
23656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23657 \begin_inset Text
23658
23659 \begin_layout Plain Layout
23660 Ergebnis
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 </row>
23666 <row>
23667 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23668 \begin_inset Text
23669
23670 \begin_layout Plain Layout
23671 <
23672 \end_layout
23673
23674 \end_inset
23675 </cell>
23676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23677 \begin_inset Text
23678
23679 \begin_layout Plain Layout
23680 \begin_inset Formula $<$
23681 \end_inset
23682
23683
23684 \end_layout
23685
23686 \end_inset
23687 </cell>
23688 </row>
23689 <row>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694
23695 \backslash
23696 le
23697 \end_layout
23698
23699 \end_inset
23700 </cell>
23701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23702 \begin_inset Text
23703
23704 \begin_layout Plain Layout
23705 \begin_inset Formula $\le$
23706 \end_inset
23707
23708
23709 \end_layout
23710
23711 \end_inset
23712 </cell>
23713 </row>
23714 <row>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719
23720 \backslash
23721 ll
23722 \end_layout
23723
23724 \end_inset
23725 </cell>
23726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23727 \begin_inset Text
23728
23729 \begin_layout Plain Layout
23730 \begin_inset Formula $\ll$
23731 \end_inset
23732
23733
23734 \end_layout
23735
23736 \end_inset
23737 </cell>
23738 </row>
23739 <row>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744
23745 \backslash
23746 prec
23747 \end_layout
23748
23749 \end_inset
23750 </cell>
23751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23752 \begin_inset Text
23753
23754 \begin_layout Plain Layout
23755 \begin_inset Formula $\prec$
23756 \end_inset
23757
23758
23759 \end_layout
23760
23761 \end_inset
23762 </cell>
23763 </row>
23764 <row>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769
23770 \backslash
23771 preceq
23772 \end_layout
23773
23774 \end_inset
23775 </cell>
23776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23777 \begin_inset Text
23778
23779 \begin_layout Plain Layout
23780 \begin_inset Formula $\preceq$
23781 \end_inset
23782
23783
23784 \end_layout
23785
23786 \end_inset
23787 </cell>
23788 </row>
23789 <row>
23790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794
23795 \backslash
23796 subset
23797 \end_layout
23798
23799 \end_inset
23800 </cell>
23801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23802 \begin_inset Text
23803
23804 \begin_layout Plain Layout
23805 \begin_inset Formula $\subset$
23806 \end_inset
23807
23808
23809 \end_layout
23810
23811 \end_inset
23812 </cell>
23813 </row>
23814 <row>
23815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23816 \begin_inset Text
23817
23818 \begin_layout Plain Layout
23819
23820 \backslash
23821 subseteq
23822 \end_layout
23823
23824 \end_inset
23825 </cell>
23826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23827 \begin_inset Text
23828
23829 \begin_layout Plain Layout
23830 \begin_inset Formula $\subseteq$
23831 \end_inset
23832
23833
23834 \end_layout
23835
23836 \end_inset
23837 </cell>
23838 </row>
23839 <row>
23840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23841 \begin_inset Text
23842
23843 \begin_layout Plain Layout
23844
23845 \backslash
23846 sqsubseteq
23847 \end_layout
23848
23849 \end_inset
23850 </cell>
23851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23852 \begin_inset Text
23853
23854 \begin_layout Plain Layout
23855 \begin_inset Formula $\sqsubseteq$
23856 \end_inset
23857
23858
23859 \end_layout
23860
23861 \end_inset
23862 </cell>
23863 </row>
23864 <row>
23865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23866 \begin_inset Text
23867
23868 \begin_layout Plain Layout
23869
23870 \backslash
23871 in
23872 \end_layout
23873
23874 \end_inset
23875 </cell>
23876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23877 \begin_inset Text
23878
23879 \begin_layout Plain Layout
23880 \begin_inset Formula $\in$
23881 \end_inset
23882
23883
23884 \end_layout
23885
23886 \end_inset
23887 </cell>
23888 </row>
23889 <row>
23890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23891 \begin_inset Text
23892
23893 \begin_layout Plain Layout
23894
23895 \backslash
23896 vdash
23897 \end_layout
23898
23899 \end_inset
23900 </cell>
23901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23902 \begin_inset Text
23903
23904 \begin_layout Plain Layout
23905 \begin_inset Formula $\vdash$
23906 \end_inset
23907
23908
23909 \end_layout
23910
23911 \end_inset
23912 </cell>
23913 </row>
23914 <row>
23915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23916 \begin_inset Text
23917
23918 \begin_layout Plain Layout
23919
23920 \backslash
23921 smile
23922 \end_layout
23923
23924 \end_inset
23925 </cell>
23926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23927 \begin_inset Text
23928
23929 \begin_layout Plain Layout
23930 \begin_inset Formula $\smile$
23931 \end_inset
23932
23933
23934 \end_layout
23935
23936 \end_inset
23937 </cell>
23938 </row>
23939 <row>
23940 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23941 \begin_inset Text
23942
23943 \begin_layout Plain Layout
23944
23945 \backslash
23946 lhd
23947 \end_layout
23948
23949 \end_inset
23950 </cell>
23951 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23952 \begin_inset Text
23953
23954 \begin_layout Plain Layout
23955 \begin_inset Formula $\lhd$
23956 \end_inset
23957
23958
23959 \end_layout
23960
23961 \end_inset
23962 </cell>
23963 </row>
23964 <row>
23965 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23966 \begin_inset Text
23967
23968 \begin_layout Plain Layout
23969
23970 \backslash
23971 unlhd
23972 \end_layout
23973
23974 \end_inset
23975 </cell>
23976 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23977 \begin_inset Text
23978
23979 \begin_layout Plain Layout
23980 \begin_inset Formula $\unlhd$
23981 \end_inset
23982
23983
23984 \end_layout
23985
23986 \end_inset
23987 </cell>
23988 </row>
23989 <row>
23990 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23991 \begin_inset Text
23992
23993 \begin_layout Plain Layout
23994
23995 \backslash
23996 gtrless
23997 \end_layout
23998
23999 \end_inset
24000 </cell>
24001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24002 \begin_inset Text
24003
24004 \begin_layout Plain Layout
24005 \begin_inset Formula $\gtrless$
24006 \end_inset
24007
24008
24009 \end_layout
24010
24011 \end_inset
24012 </cell>
24013 </row>
24014 <row>
24015 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019
24020 \backslash
24021 mid
24022 \end_layout
24023
24024 \end_inset
24025 </cell>
24026 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24027 \begin_inset Text
24028
24029 \begin_layout Plain Layout
24030 \begin_inset Formula $\mid$
24031 \end_inset
24032
24033
24034 \end_layout
24035
24036 \end_inset
24037 </cell>
24038 </row>
24039 <row>
24040 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24041 \begin_inset Text
24042
24043 \begin_layout Plain Layout
24044
24045 \backslash
24046 nmid
24047 \end_layout
24048
24049 \end_inset
24050 </cell>
24051 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24052 \begin_inset Text
24053
24054 \begin_layout Plain Layout
24055 \begin_inset Formula $\nmid$
24056 \end_inset
24057
24058
24059 \end_layout
24060
24061 \end_inset
24062 </cell>
24063 </row>
24064 </lyxtabular>
24065
24066 \end_inset
24067
24068
24069 \begin_inset space \hfill{}
24070 \end_inset
24071
24072
24073 \begin_inset Tabular
24074 <lyxtabular version="3" rows="17" columns="2">
24075 <features tabularvalignment="middle">
24076 <column alignment="center" valignment="top" width="0pt">
24077 <column alignment="center" valignment="top" width="0pt">
24078 <row>
24079 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24080 \begin_inset Text
24081
24082 \begin_layout Plain Layout
24083 Befehl
24084 \end_layout
24085
24086 \end_inset
24087 </cell>
24088 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24089 \begin_inset Text
24090
24091 \begin_layout Plain Layout
24092 Ergebnis
24093 \end_layout
24094
24095 \end_inset
24096 </cell>
24097 </row>
24098 <row>
24099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24100 \begin_inset Text
24101
24102 \begin_layout Plain Layout
24103 =
24104 \end_layout
24105
24106 \end_inset
24107 </cell>
24108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112 \begin_inset Formula $=$
24113 \end_inset
24114
24115
24116 \end_layout
24117
24118 \end_inset
24119 </cell>
24120 </row>
24121 <row>
24122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126
24127 \backslash
24128 not=
24129 \end_layout
24130
24131 \end_inset
24132 </cell>
24133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137 \begin_inset Formula $\not=$
24138 \end_inset
24139
24140
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 </row>
24146 <row>
24147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24148 \begin_inset Text
24149
24150 \begin_layout Plain Layout
24151
24152 \backslash
24153 equiv
24154 \end_layout
24155
24156 \end_inset
24157 </cell>
24158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24159 \begin_inset Text
24160
24161 \begin_layout Plain Layout
24162 \begin_inset Formula $\equiv$
24163 \end_inset
24164
24165
24166 \end_layout
24167
24168 \end_inset
24169 </cell>
24170 </row>
24171 <row>
24172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176
24177 \backslash
24178 sim
24179 \end_layout
24180
24181 \end_inset
24182 </cell>
24183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24184 \begin_inset Text
24185
24186 \begin_layout Plain Layout
24187 \begin_inset Formula $\sim$
24188 \end_inset
24189
24190
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 </row>
24196 <row>
24197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24198 \begin_inset Text
24199
24200 \begin_layout Plain Layout
24201
24202 \backslash
24203 simeq
24204 \end_layout
24205
24206 \end_inset
24207 </cell>
24208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24209 \begin_inset Text
24210
24211 \begin_layout Plain Layout
24212 \begin_inset Formula $\simeq$
24213 \end_inset
24214
24215
24216 \end_layout
24217
24218 \end_inset
24219 </cell>
24220 </row>
24221 <row>
24222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24223 \begin_inset Text
24224
24225 \begin_layout Plain Layout
24226
24227 \backslash
24228 approx
24229 \end_layout
24230
24231 \end_inset
24232 </cell>
24233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24234 \begin_inset Text
24235
24236 \begin_layout Plain Layout
24237 \begin_inset Formula $\approx$
24238 \end_inset
24239
24240
24241 \end_layout
24242
24243 \end_inset
24244 </cell>
24245 </row>
24246 <row>
24247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24248 \begin_inset Text
24249
24250 \begin_layout Plain Layout
24251
24252 \backslash
24253 cong
24254 \end_layout
24255
24256 \end_inset
24257 </cell>
24258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24259 \begin_inset Text
24260
24261 \begin_layout Plain Layout
24262 \begin_inset Formula $\cong$
24263 \end_inset
24264
24265
24266 \end_layout
24267
24268 \end_inset
24269 </cell>
24270 </row>
24271 <row>
24272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24273 \begin_inset Text
24274
24275 \begin_layout Plain Layout
24276
24277 \backslash
24278 bowtie
24279 \end_layout
24280
24281 \end_inset
24282 </cell>
24283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24284 \begin_inset Text
24285
24286 \begin_layout Plain Layout
24287 \begin_inset Formula $\bowtie$
24288 \end_inset
24289
24290
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 </row>
24296 <row>
24297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24298 \begin_inset Text
24299
24300 \begin_layout Plain Layout
24301
24302 \backslash
24303 notin
24304 \end_layout
24305
24306 \end_inset
24307 </cell>
24308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24309 \begin_inset Text
24310
24311 \begin_layout Plain Layout
24312 \begin_inset Formula $\notin$
24313 \end_inset
24314
24315
24316 \end_layout
24317
24318 \end_inset
24319 </cell>
24320 </row>
24321 <row>
24322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24323 \begin_inset Text
24324
24325 \begin_layout Plain Layout
24326
24327 \backslash
24328 perp
24329 \end_layout
24330
24331 \end_inset
24332 </cell>
24333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24334 \begin_inset Text
24335
24336 \begin_layout Plain Layout
24337 \begin_inset Formula $\perp$
24338 \end_inset
24339
24340
24341 \end_layout
24342
24343 \end_inset
24344 </cell>
24345 </row>
24346 <row>
24347 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24348 \begin_inset Text
24349
24350 \begin_layout Plain Layout
24351
24352 \backslash
24353 propto
24354 \end_layout
24355
24356 \end_inset
24357 </cell>
24358 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24359 \begin_inset Text
24360
24361 \begin_layout Plain Layout
24362 \begin_inset Formula $\propto$
24363 \end_inset
24364
24365
24366 \end_layout
24367
24368 \end_inset
24369 </cell>
24370 </row>
24371 <row>
24372 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24373 \begin_inset Text
24374
24375 \begin_layout Plain Layout
24376
24377 \backslash
24378 asymp
24379 \end_layout
24380
24381 \end_inset
24382 </cell>
24383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24384 \begin_inset Text
24385
24386 \begin_layout Plain Layout
24387 \begin_inset Formula $\asymp$
24388 \end_inset
24389
24390
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 </row>
24396 <row>
24397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24398 \begin_inset Text
24399
24400 \begin_layout Plain Layout
24401
24402 \backslash
24403 doteq
24404 \end_layout
24405
24406 \end_inset
24407 </cell>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412 \begin_inset Formula $\doteq$
24413 \end_inset
24414
24415
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 </row>
24421 <row>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 circeq
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437 \begin_inset Formula $\circeq$
24438 \end_inset
24439
24440
24441 \end_layout
24442
24443 \end_inset
24444 </cell>
24445 </row>
24446 <row>
24447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24448 \begin_inset Text
24449
24450 \begin_layout Plain Layout
24451
24452 \backslash
24453 models
24454 \end_layout
24455
24456 \end_inset
24457 </cell>
24458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24459 \begin_inset Text
24460
24461 \begin_layout Plain Layout
24462 \begin_inset Formula $\models$
24463 \end_inset
24464
24465
24466 \end_layout
24467
24468 \end_inset
24469 </cell>
24470 </row>
24471 <row>
24472 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24473 \begin_inset Text
24474
24475 \begin_layout Plain Layout
24476
24477 \backslash
24478 widehat=
24479 \end_layout
24480
24481 \end_inset
24482 </cell>
24483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24484 \begin_inset Text
24485
24486 \begin_layout Plain Layout
24487 \begin_inset Formula $\widehat{=}$
24488 \end_inset
24489
24490
24491 \end_layout
24492
24493 \end_inset
24494 </cell>
24495 </row>
24496 </lyxtabular>
24497
24498 \end_inset
24499
24500
24501 \begin_inset space \hfill{}
24502 \end_inset
24503
24504
24505 \begin_inset Tabular
24506 <lyxtabular version="3" rows="17" columns="2">
24507 <features tabularvalignment="middle">
24508 <column alignment="center" valignment="top" width="0pt">
24509 <column alignment="center" valignment="top" width="0pt">
24510 <row>
24511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515 Befehl
24516 \end_layout
24517
24518 \end_inset
24519 </cell>
24520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24521 \begin_inset Text
24522
24523 \begin_layout Plain Layout
24524 Ergebnis
24525 \end_layout
24526
24527 \end_inset
24528 </cell>
24529 </row>
24530 <row>
24531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24532 \begin_inset Text
24533
24534 \begin_layout Plain Layout
24535 >
24536 \end_layout
24537
24538 \end_inset
24539 </cell>
24540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544 \begin_inset Formula $>$
24545 \end_inset
24546
24547
24548 \end_layout
24549
24550 \end_inset
24551 </cell>
24552 </row>
24553 <row>
24554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24555 \begin_inset Text
24556
24557 \begin_layout Plain Layout
24558
24559 \backslash
24560 ge
24561 \end_layout
24562
24563 \end_inset
24564 </cell>
24565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569 \begin_inset Formula $\ge$
24570 \end_inset
24571
24572
24573 \end_layout
24574
24575 \end_inset
24576 </cell>
24577 </row>
24578 <row>
24579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583
24584 \backslash
24585 gg
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24591 \begin_inset Text
24592
24593 \begin_layout Plain Layout
24594 \begin_inset Formula $\gg$
24595 \end_inset
24596
24597
24598 \end_layout
24599
24600 \end_inset
24601 </cell>
24602 </row>
24603 <row>
24604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608
24609 \backslash
24610 succ
24611 \end_layout
24612
24613 \end_inset
24614 </cell>
24615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24616 \begin_inset Text
24617
24618 \begin_layout Plain Layout
24619 \begin_inset Formula $\succ$
24620 \end_inset
24621
24622
24623 \end_layout
24624
24625 \end_inset
24626 </cell>
24627 </row>
24628 <row>
24629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24630 \begin_inset Text
24631
24632 \begin_layout Plain Layout
24633
24634 \backslash
24635 succeq
24636 \end_layout
24637
24638 \end_inset
24639 </cell>
24640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24641 \begin_inset Text
24642
24643 \begin_layout Plain Layout
24644 \begin_inset Formula $\succeq$
24645 \end_inset
24646
24647
24648 \end_layout
24649
24650 \end_inset
24651 </cell>
24652 </row>
24653 <row>
24654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24655 \begin_inset Text
24656
24657 \begin_layout Plain Layout
24658
24659 \backslash
24660 supset
24661 \end_layout
24662
24663 \end_inset
24664 </cell>
24665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24666 \begin_inset Text
24667
24668 \begin_layout Plain Layout
24669 \begin_inset Formula $\supset$
24670 \end_inset
24671
24672
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 </row>
24678 <row>
24679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24680 \begin_inset Text
24681
24682 \begin_layout Plain Layout
24683
24684 \backslash
24685 supseteq
24686 \end_layout
24687
24688 \end_inset
24689 </cell>
24690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24691 \begin_inset Text
24692
24693 \begin_layout Plain Layout
24694 \begin_inset Formula $\supseteq$
24695 \end_inset
24696
24697
24698 \end_layout
24699
24700 \end_inset
24701 </cell>
24702 </row>
24703 <row>
24704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24705 \begin_inset Text
24706
24707 \begin_layout Plain Layout
24708
24709 \backslash
24710 sqsupseteq
24711 \end_layout
24712
24713 \end_inset
24714 </cell>
24715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24716 \begin_inset Text
24717
24718 \begin_layout Plain Layout
24719 \begin_inset Formula $\sqsupseteq$
24720 \end_inset
24721
24722
24723 \end_layout
24724
24725 \end_inset
24726 </cell>
24727 </row>
24728 <row>
24729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24730 \begin_inset Text
24731
24732 \begin_layout Plain Layout
24733
24734 \backslash
24735 ni
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24741 \begin_inset Text
24742
24743 \begin_layout Plain Layout
24744 \begin_inset Formula $\ni$
24745 \end_inset
24746
24747
24748 \end_layout
24749
24750 \end_inset
24751 </cell>
24752 </row>
24753 <row>
24754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24755 \begin_inset Text
24756
24757 \begin_layout Plain Layout
24758
24759 \backslash
24760 dashv
24761 \end_layout
24762
24763 \end_inset
24764 </cell>
24765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24766 \begin_inset Text
24767
24768 \begin_layout Plain Layout
24769 \begin_inset Formula $\dashv$
24770 \end_inset
24771
24772
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 </row>
24778 <row>
24779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24780 \begin_inset Text
24781
24782 \begin_layout Plain Layout
24783
24784 \backslash
24785 frown
24786 \end_layout
24787
24788 \end_inset
24789 </cell>
24790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24791 \begin_inset Text
24792
24793 \begin_layout Plain Layout
24794 \begin_inset Formula $\frown$
24795 \end_inset
24796
24797
24798 \end_layout
24799
24800 \end_inset
24801 </cell>
24802 </row>
24803 <row>
24804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24805 \begin_inset Text
24806
24807 \begin_layout Plain Layout
24808
24809 \backslash
24810 rhd
24811 \end_layout
24812
24813 \end_inset
24814 </cell>
24815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24816 \begin_inset Text
24817
24818 \begin_layout Plain Layout
24819 \begin_inset Formula $\rhd$
24820 \end_inset
24821
24822
24823 \end_layout
24824
24825 \end_inset
24826 </cell>
24827 </row>
24828 <row>
24829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24830 \begin_inset Text
24831
24832 \begin_layout Plain Layout
24833
24834 \backslash
24835 unrhd
24836 \end_layout
24837
24838 \end_inset
24839 </cell>
24840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24841 \begin_inset Text
24842
24843 \begin_layout Plain Layout
24844 \begin_inset Formula $\unrhd$
24845 \end_inset
24846
24847
24848 \end_layout
24849
24850 \end_inset
24851 </cell>
24852 </row>
24853 <row>
24854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24855 \begin_inset Text
24856
24857 \begin_layout Plain Layout
24858
24859 \backslash
24860 lessgtr
24861 \end_layout
24862
24863 \end_inset
24864 </cell>
24865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24866 \begin_inset Text
24867
24868 \begin_layout Plain Layout
24869 \begin_inset Formula $\lessgtr$
24870 \end_inset
24871
24872
24873 \end_layout
24874
24875 \end_inset
24876 </cell>
24877 </row>
24878 <row>
24879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24880 \begin_inset Text
24881
24882 \begin_layout Plain Layout
24883
24884 \backslash
24885 parallel
24886 \end_layout
24887
24888 \end_inset
24889 </cell>
24890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24891 \begin_inset Text
24892
24893 \begin_layout Plain Layout
24894 \begin_inset Formula $\parallel$
24895 \end_inset
24896
24897
24898 \end_layout
24899
24900 \end_inset
24901 </cell>
24902 </row>
24903 <row>
24904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24905 \begin_inset Text
24906
24907 \begin_layout Plain Layout
24908
24909 \backslash
24910 nparallel
24911 \end_layout
24912
24913 \end_inset
24914 </cell>
24915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24916 \begin_inset Text
24917
24918 \begin_layout Plain Layout
24919 \begin_inset Formula $\nparallel$
24920 \end_inset
24921
24922
24923 \end_layout
24924
24925 \end_inset
24926 </cell>
24927 </row>
24928 </lyxtabular>
24929
24930 \end_inset
24931
24932
24933 \begin_inset space \hfill{}
24934 \end_inset
24935
24936
24937 \end_layout
24938
24939 \begin_layout Standard
24940 \begin_inset VSpace medskip
24941 \end_inset
24942
24943 Die Zeichen 
24944 \series bold
24945
24946 \backslash
24947 lhd
24948 \series default
24949  bzw.
24950 \begin_inset space \space{}
24951 \end_inset
24952
24953
24954 \series bold
24955
24956 \backslash
24957 rhd
24958 \series default
24959  sind größer als die gleich aussehenden Operatoren
24960 \begin_inset Newline linebreak
24961 \end_inset
24962
24963
24964 \series bold
24965
24966 \backslash
24967 triangleleft
24968 \series default
24969  bzw.
24970 \begin_inset space \space{}
24971 \end_inset
24972
24973
24974 \series bold
24975
24976 \backslash
24977 triangleright
24978 \series default
24979 .
24980 \end_layout
24981
24982 \begin_layout Standard
24983 \SpecialChar LyX
24984  unterstützt auch viele spezielle Relationen.
24985  Drücken Sie den Mathe-Werkzeugleistenknopf 
24986 \begin_inset Info
24987 type  "icon"
24988 arg   "math-insert \\leqq"
24989 \end_inset
24990
24991  um eine Liste dieser Relationen zu sehen.
24992 \end_layout
24993
24994 \begin_layout Standard
24995 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24996 \end_layout
24997
24998 \begin_layout Standard
24999 Relationen mit Beschriftungen können mit Hilfe des Befehls 
25000 \series bold
25001
25002 \backslash
25003 stackrel
25004 \series default
25005
25006 \begin_inset Index idx
25007 status collapsed
25008
25009 \begin_layout Plain Layout
25010 Befehle ! S ! 
25011 \backslash
25012 stackrel
25013 \end_layout
25014
25015 \end_inset
25016
25017  erstellt werden:
25018 \begin_inset Separator parbreak
25019 \end_inset
25020
25021
25022 \end_layout
25023
25024 \begin_layout Standard
25025 \align center
25026 \begin_inset Tabular
25027 <lyxtabular version="3" rows="2" columns="2">
25028 <features tabularvalignment="middle">
25029 <column alignment="center" valignment="top">
25030 <column alignment="center" valignment="top">
25031 <row>
25032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036 Befehl
25037 \end_layout
25038
25039 \end_inset
25040 </cell>
25041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25042 \begin_inset Text
25043
25044 \begin_layout Plain Layout
25045 Ergebnis
25046 \begin_inset Note Note
25047 status collapsed
25048
25049 \begin_layout Plain Layout
25050
25051 \series bold
25052
25053 \backslash
25054 raisebox
25055 \series default
25056  dient nur als Abstandhalter.
25057 \end_layout
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \end_inset
25065 </cell>
25066 </row>
25067 <row>
25068 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25069 \begin_inset Text
25070
25071 \begin_layout Plain Layout
25072 A(r)
25073 \backslash
25074 stackrel
25075 \begin_inset space \textvisiblespace{}
25076 \end_inset
25077
25078 r
25079 \backslash
25080 to
25081 \backslash
25082 infty
25083 \begin_inset space \textvisiblespace{}
25084 \end_inset
25085
25086
25087 \begin_inset Formula $\downarrow$
25088 \end_inset
25089
25090
25091 \backslash
25092 approx
25093 \begin_inset space \textvisiblespace{}
25094 \end_inset
25095
25096
25097 \begin_inset space \textvisiblespace{}
25098 \end_inset
25099
25100 B
25101 \end_layout
25102
25103 \end_inset
25104 </cell>
25105 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25106 \begin_inset Text
25107
25108 \begin_layout Plain Layout
25109 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25110 \end_inset
25111
25112
25113 \end_layout
25114
25115 \end_inset
25116 </cell>
25117 </row>
25118 </lyxtabular>
25119
25120 \end_inset
25121
25122
25123 \end_layout
25124
25125 \begin_layout Section
25126 Funktionen
25127 \end_layout
25128
25129 \begin_layout Subsection
25130 Vordefinierte Funktionen
25131 \begin_inset CommandInset label
25132 LatexCommand label
25133 name "subsec:Vordefinierte-Funktionen"
25134
25135 \end_inset
25136
25137
25138 \begin_inset Index idx
25139 status collapsed
25140
25141 \begin_layout Plain Layout
25142 Funktionen ! vordefinierte
25143 \end_layout
25144
25145 \end_inset
25146
25147
25148 \end_layout
25149
25150 \begin_layout Standard
25151 Allgemein werden in mathematischen Ausdrücken Variablen 
25152 \shape italic
25153 kursiv
25154 \shape default
25155  gesetzt, Funktionsnamen hingegen nicht, denn 
25156 \begin_inset Formula $sin$
25157 \end_inset
25158
25159  könnte als 
25160 \begin_inset Formula $s\cdot i\cdot n$
25161 \end_inset
25162
25163  missverstanden werden.
25164  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
25165 en etwas abgesetzt sind.
25166  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
25167 \begin_inset Separator parbreak
25168 \end_inset
25169
25170
25171 \end_layout
25172
25173 \begin_layout Standard
25174 \align center
25175 \begin_inset Tabular
25176 <lyxtabular version="3" rows="2" columns="4">
25177 <features tabularvalignment="middle">
25178 <column alignment="center" valignment="top" width="0pt">
25179 <column alignment="center" valignment="top" width="0pt">
25180 <column alignment="center" valignment="top" width="0pt">
25181 <column alignment="center" valignment="top" width="0pt">
25182 <row>
25183 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25184 \begin_inset Text
25185
25186 \begin_layout Plain Layout
25187 Befehl
25188 \end_layout
25189
25190 \end_inset
25191 </cell>
25192 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25193 \begin_inset Text
25194
25195 \begin_layout Plain Layout
25196 Ergebnis
25197 \end_layout
25198
25199 \end_inset
25200 </cell>
25201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25202 \begin_inset Text
25203
25204 \begin_layout Plain Layout
25205 Befehl
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25211 \begin_inset Text
25212
25213 \begin_layout Plain Layout
25214 Ergebnis
25215 \end_layout
25216
25217 \end_inset
25218 </cell>
25219 </row>
25220 <row>
25221 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25222 \begin_inset Text
25223
25224 \begin_layout Plain Layout
25225 Asin(x)+B
25226 \end_layout
25227
25228 \end_inset
25229 </cell>
25230 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25231 \begin_inset Text
25232
25233 \begin_layout Plain Layout
25234 \begin_inset Formula $Asin(x)+B$
25235 \end_inset
25236
25237
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246 A
25247 \backslash
25248 sin(x)+B
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257 \begin_inset Formula $A\sin(x)+B$
25258 \end_inset
25259
25260
25261 \end_layout
25262
25263 \end_inset
25264 </cell>
25265 </row>
25266 </lyxtabular>
25267
25268 \end_inset
25269
25270
25271 \end_layout
25272
25273 \begin_layout Standard
25274 Folgende Funktionen sind vordefiniert:
25275 \end_layout
25276
25277 \begin_layout Standard
25278 \begin_inset VSpace -2mm
25279 \end_inset
25280
25281
25282 \end_layout
25283
25284 \begin_layout Standard
25285 \align center
25286 \begin_inset Tabular
25287 <lyxtabular version="3" rows="9" columns="4">
25288 <features tabularvalignment="middle">
25289 <column alignment="center" valignment="top" width="0pt">
25290 <column alignment="center" valignment="top" width="0pt">
25291 <column alignment="center" valignment="top" width="0pt">
25292 <column alignment="center" valignment="top" width="0pt">
25293 <row>
25294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25295 \begin_inset Text
25296
25297 \begin_layout Plain Layout
25298 Befehl
25299 \end_layout
25300
25301 \end_inset
25302 </cell>
25303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25304 \begin_inset Text
25305
25306 \begin_layout Plain Layout
25307 Befehl
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316 Befehl
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 Befehl
25326 \end_layout
25327
25328 \end_inset
25329 </cell>
25330 </row>
25331 <row>
25332 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25333 \begin_inset Text
25334
25335 \begin_layout Plain Layout
25336
25337 \backslash
25338 sin
25339 \end_layout
25340
25341 \end_inset
25342 </cell>
25343 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25344 \begin_inset Text
25345
25346 \begin_layout Plain Layout
25347
25348 \backslash
25349 sinh
25350 \end_layout
25351
25352 \end_inset
25353 </cell>
25354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25355 \begin_inset Text
25356
25357 \begin_layout Plain Layout
25358
25359 \backslash
25360 arcsin
25361 \end_layout
25362
25363 \end_inset
25364 </cell>
25365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25366 \begin_inset Text
25367
25368 \begin_layout Plain Layout
25369
25370 \backslash
25371 sup
25372 \end_layout
25373
25374 \end_inset
25375 </cell>
25376 </row>
25377 <row>
25378 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25379 \begin_inset Text
25380
25381 \begin_layout Plain Layout
25382
25383 \backslash
25384 cos
25385 \end_layout
25386
25387 \end_inset
25388 </cell>
25389 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25390 \begin_inset Text
25391
25392 \begin_layout Plain Layout
25393
25394 \backslash
25395 cosh
25396 \end_layout
25397
25398 \end_inset
25399 </cell>
25400 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25401 \begin_inset Text
25402
25403 \begin_layout Plain Layout
25404
25405 \backslash
25406 arccos
25407 \end_layout
25408
25409 \end_inset
25410 </cell>
25411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25412 \begin_inset Text
25413
25414 \begin_layout Plain Layout
25415
25416 \backslash
25417 inf
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 tan
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439
25440 \backslash
25441 tanh
25442 \end_layout
25443
25444 \end_inset
25445 </cell>
25446 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25447 \begin_inset Text
25448
25449 \begin_layout Plain Layout
25450
25451 \backslash
25452 arctan
25453 \end_layout
25454
25455 \end_inset
25456 </cell>
25457 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25458 \begin_inset Text
25459
25460 \begin_layout Plain Layout
25461
25462 \backslash
25463 lim
25464 \end_layout
25465
25466 \end_inset
25467 </cell>
25468 </row>
25469 <row>
25470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25471 \begin_inset Text
25472
25473 \begin_layout Plain Layout
25474
25475 \backslash
25476 cot
25477 \end_layout
25478
25479 \end_inset
25480 </cell>
25481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25482 \begin_inset Text
25483
25484 \begin_layout Plain Layout
25485
25486 \backslash
25487 coth
25488 \end_layout
25489
25490 \end_inset
25491 </cell>
25492 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25493 \begin_inset Text
25494
25495 \begin_layout Plain Layout
25496
25497 \backslash
25498 arg
25499 \end_layout
25500
25501 \end_inset
25502 </cell>
25503 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25504 \begin_inset Text
25505
25506 \begin_layout Plain Layout
25507
25508 \backslash
25509 liminf
25510 \end_layout
25511
25512 \end_inset
25513 </cell>
25514 </row>
25515 <row>
25516 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25517 \begin_inset Text
25518
25519 \begin_layout Plain Layout
25520
25521 \backslash
25522 sec
25523 \end_layout
25524
25525 \end_inset
25526 </cell>
25527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25528 \begin_inset Text
25529
25530 \begin_layout Plain Layout
25531
25532 \backslash
25533 min
25534 \end_layout
25535
25536 \end_inset
25537 </cell>
25538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25539 \begin_inset Text
25540
25541 \begin_layout Plain Layout
25542
25543 \backslash
25544 deg
25545 \end_layout
25546
25547 \end_inset
25548 </cell>
25549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25550 \begin_inset Text
25551
25552 \begin_layout Plain Layout
25553
25554 \backslash
25555 limsup
25556 \end_layout
25557
25558 \end_inset
25559 </cell>
25560 </row>
25561 <row>
25562 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25563 \begin_inset Text
25564
25565 \begin_layout Plain Layout
25566
25567 \backslash
25568 csc
25569 \end_layout
25570
25571 \end_inset
25572 </cell>
25573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25574 \begin_inset Text
25575
25576 \begin_layout Plain Layout
25577
25578 \backslash
25579 max
25580 \end_layout
25581
25582 \end_inset
25583 </cell>
25584 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25585 \begin_inset Text
25586
25587 \begin_layout Plain Layout
25588
25589 \backslash
25590 det
25591 \end_layout
25592
25593 \end_inset
25594 </cell>
25595 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25596 \begin_inset Text
25597
25598 \begin_layout Plain Layout
25599
25600 \backslash
25601 Pr
25602 \end_layout
25603
25604 \end_inset
25605 </cell>
25606 </row>
25607 <row>
25608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25609 \begin_inset Text
25610
25611 \begin_layout Plain Layout
25612
25613 \backslash
25614 ln
25615 \end_layout
25616
25617 \end_inset
25618 </cell>
25619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25620 \begin_inset Text
25621
25622 \begin_layout Plain Layout
25623
25624 \backslash
25625 exp
25626 \end_layout
25627
25628 \end_inset
25629 </cell>
25630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25631 \begin_inset Text
25632
25633 \begin_layout Plain Layout
25634
25635 \backslash
25636 dim
25637 \end_layout
25638
25639 \end_inset
25640 </cell>
25641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25642 \begin_inset Text
25643
25644 \begin_layout Plain Layout
25645
25646 \backslash
25647 hom
25648 \end_layout
25649
25650 \end_inset
25651 </cell>
25652 </row>
25653 <row>
25654 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25655 \begin_inset Text
25656
25657 \begin_layout Plain Layout
25658
25659 \backslash
25660 lg
25661 \end_layout
25662
25663 \end_inset
25664 </cell>
25665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25666 \begin_inset Text
25667
25668 \begin_layout Plain Layout
25669
25670 \backslash
25671 log
25672 \end_layout
25673
25674 \end_inset
25675 </cell>
25676 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25677 \begin_inset Text
25678
25679 \begin_layout Plain Layout
25680
25681 \backslash
25682 ker
25683 \end_layout
25684
25685 \end_inset
25686 </cell>
25687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25688 \begin_inset Text
25689
25690 \begin_layout Plain Layout
25691
25692 \backslash
25693 gcd
25694 \end_layout
25695
25696 \end_inset
25697 </cell>
25698 </row>
25699 </lyxtabular>
25700
25701 \end_inset
25702
25703
25704 \end_layout
25705
25706 \begin_layout Standard
25707 Sie können auch über den Mathe-Werkzeugleistenknopf 
25708 \begin_inset Info
25709 type  "icon"
25710 arg   "math-insert \\functions"
25711 \end_inset
25712
25713  eingefügt werden.
25714 \end_layout
25715
25716 \begin_layout Subsection
25717 Selbst definierte Funktionen
25718 \begin_inset Index idx
25719 status collapsed
25720
25721 \begin_layout Plain Layout
25722 Funktionen ! selbstdefinierte
25723 \end_layout
25724
25725 \end_inset
25726
25727
25728 \end_layout
25729
25730 \begin_layout Standard
25731 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25732 \begin_inset space \thinspace{}
25733 \end_inset
25734
25735 B.
25736  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25737 \end_layout
25738
25739 \begin_layout Itemize
25740 Man definiert die Funktion selbst.
25741  Dazu gibt man im \SpecialChar LaTeX
25742 -Vorspann die Zeile
25743 \begin_inset Newline newline
25744 \end_inset
25745
25746
25747 \begin_inset VSpace -3mm
25748 \end_inset
25749
25750
25751 \begin_inset Newline newline
25752 \end_inset
25753
25754
25755 \series bold
25756
25757 \backslash
25758 DeclareMathOperator{
25759 \backslash
25760 sgn}{sgn}
25761 \series default
25762
25763 \begin_inset Index idx
25764 status collapsed
25765
25766 \begin_layout Plain Layout
25767 Befehle ! D ! 
25768 \backslash
25769 dbinom@
25770 \backslash
25771 DeclareMathOperator
25772 \end_layout
25773
25774 \end_inset
25775
25776
25777 \begin_inset Newline newline
25778 \end_inset
25779
25780
25781 \begin_inset VSpace -2mm
25782 \end_inset
25783
25784
25785 \begin_inset Newline newline
25786 \end_inset
25787
25788 ein
25789 \begin_inset Foot
25790 status collapsed
25791
25792 \begin_layout Plain Layout
25793 Näheres zu 
25794 \series bold
25795
25796 \backslash
25797 DeclareMathOperator
25798 \series default
25799  siehe 
25800 \begin_inset CommandInset ref
25801 LatexCommand ref
25802 reference "subsec:Selbstdefinierte-Operatoren"
25803
25804 \end_inset
25805
25806 .
25807 \end_layout
25808
25809 \end_inset
25810
25811 .
25812  Nun kann man mit dem Befehl 
25813 \series bold
25814
25815 \backslash
25816 sgn
25817 \series default
25818  die neu definierte Funktion aufrufen.
25819 \end_layout
25820
25821 \begin_layout Itemize
25822 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25823  Beispiel die Buchstaben 
25824 \emph on
25825 sgn
25826 \emph default
25827 , und wandelt ihn in in mathematischen Text um.
25828  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25829 \end_layout
25830
25831 \begin_layout Standard
25832 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25833  Funktion
25834 \begin_inset Foot
25835 status collapsed
25836
25837 \begin_layout Plain Layout
25838 Selbst definierte Funktionen werden in \SpecialChar LyX
25839  rot, vordefinierte schwarz angezeigt.
25840 \end_layout
25841
25842 \end_inset
25843
25844 :
25845 \begin_inset Separator parbreak
25846 \end_inset
25847
25848
25849 \end_layout
25850
25851 \begin_layout Standard
25852 \align center
25853 \begin_inset Tabular
25854 <lyxtabular version="3" rows="3" columns="2">
25855 <features tabularvalignment="middle">
25856 <column alignment="center" valignment="top" width="0pt">
25857 <column alignment="center" valignment="top" width="0pt">
25858 <row>
25859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25860 \begin_inset Text
25861
25862 \begin_layout Plain Layout
25863 Befehl
25864 \end_layout
25865
25866 \end_inset
25867 </cell>
25868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25869 \begin_inset Text
25870
25871 \begin_layout Plain Layout
25872 Ergebnis
25873 \end_layout
25874
25875 \end_inset
25876 </cell>
25877 </row>
25878 <row>
25879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25880 \begin_inset Text
25881
25882 \begin_layout Plain Layout
25883 A
25884 \backslash
25885 sgn(x)+B
25886 \end_layout
25887
25888 \end_inset
25889 </cell>
25890 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25891 \begin_inset Text
25892
25893 \begin_layout Plain Layout
25894 \begin_inset Formula $A\sgn(x)+B$
25895 \end_inset
25896
25897
25898 \end_layout
25899
25900 \end_inset
25901 </cell>
25902 </row>
25903 <row>
25904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25905 \begin_inset Text
25906
25907 \begin_layout Plain Layout
25908 A
25909 \backslash
25910 ,
25911 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25912 \end_inset
25913
25914 (x)+B
25915 \end_layout
25916
25917 \end_inset
25918 </cell>
25919 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25920 \begin_inset Text
25921
25922 \begin_layout Plain Layout
25923 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25924 \end_inset
25925
25926
25927 \end_layout
25928
25929 \end_inset
25930 </cell>
25931 </row>
25932 </lyxtabular>
25933
25934 \end_inset
25935
25936
25937 \end_layout
25938
25939 \begin_layout Standard
25940 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25941  mehrfach verwendet werden soll.
25942 \end_layout
25943
25944 \begin_layout Subsection
25945 Grenzwerte
25946 \begin_inset Index idx
25947 status collapsed
25948
25949 \begin_layout Plain Layout
25950 Grenzwerte
25951 \end_layout
25952
25953 \end_inset
25954
25955
25956 \end_layout
25957
25958 \begin_layout Standard
25959 Für Grenzwerte sind außer 
25960 \series bold
25961
25962 \backslash
25963 lim
25964 \series default
25965
25966 \begin_inset Index idx
25967 status collapsed
25968
25969 \begin_layout Plain Layout
25970 Befehle ! L ! 
25971 \backslash
25972 lim
25973 \end_layout
25974
25975 \end_inset
25976
25977
25978 \series bold
25979
25980 \backslash
25981 liminf
25982 \series default
25983  und 
25984 \series bold
25985
25986 \backslash
25987 limsup
25988 \series default
25989  noch folgende Funktionen definiert:
25990 \begin_inset Separator parbreak
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \begin_layout Standard
25997 \align center
25998 \begin_inset Tabular
25999 <lyxtabular version="3" rows="5" columns="2">
26000 <features tabularvalignment="middle">
26001 <column alignment="center" valignment="top">
26002 <column alignment="center" valignment="top">
26003 <row>
26004 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26005 \begin_inset Text
26006
26007 \begin_layout Plain Layout
26008 Befehl
26009 \end_layout
26010
26011 \end_inset
26012 </cell>
26013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26014 \begin_inset Text
26015
26016 \begin_layout Plain Layout
26017 Ergebnis
26018 \begin_inset Note Note
26019 status collapsed
26020
26021 \begin_layout Plain Layout
26022
26023 \series bold
26024
26025 \backslash
26026 raisebox
26027 \series default
26028  dient nur als Abstandhalter.
26029 \end_layout
26030
26031 \end_inset
26032
26033
26034 \end_layout
26035
26036 \end_inset
26037 </cell>
26038 </row>
26039 <row>
26040 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26041 \begin_inset Text
26042
26043 \begin_layout Plain Layout
26044
26045 \backslash
26046 varliminf
26047 \end_layout
26048
26049 \end_inset
26050 </cell>
26051 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055 \begin_inset Formula $\varliminf$
26056 \end_inset
26057
26058
26059 \end_layout
26060
26061 \end_inset
26062 </cell>
26063 </row>
26064 <row>
26065 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26066 \begin_inset Text
26067
26068 \begin_layout Plain Layout
26069
26070 \backslash
26071 varlimsup
26072 \end_layout
26073
26074 \end_inset
26075 </cell>
26076 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26077 \begin_inset Text
26078
26079 \begin_layout Plain Layout
26080 \begin_inset Formula $\varlimsup$
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 </row>
26089 <row>
26090 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094
26095 \backslash
26096 varprojlim
26097 \end_layout
26098
26099 \end_inset
26100 </cell>
26101 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26102 \begin_inset Text
26103
26104 \begin_layout Plain Layout
26105 \begin_inset Formula $\varprojlim$
26106 \end_inset
26107
26108
26109 \end_layout
26110
26111 \end_inset
26112 </cell>
26113 </row>
26114 <row>
26115 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26116 \begin_inset Text
26117
26118 \begin_layout Plain Layout
26119
26120 \backslash
26121 varinjlim
26122 \end_layout
26123
26124 \end_inset
26125 </cell>
26126 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26127 \begin_inset Text
26128
26129 \begin_layout Plain Layout
26130 \begin_inset Formula $\varinjlim$
26131 \end_inset
26132
26133
26134 \begin_inset Formula $\raisebox{-2.5mm}{}$
26135 \end_inset
26136
26137
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 </row>
26143 </lyxtabular>
26144
26145 \end_inset
26146
26147
26148 \end_layout
26149
26150 \begin_layout Standard
26151 \begin_inset VSpace medskip
26152 \end_inset
26153
26154 Der Grenzwert wird durch Tiefstellen erzeugt.
26155  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
26156 \end_layout
26157
26158 \begin_layout Standard
26159 \align center
26160 \begin_inset Tabular
26161 <lyxtabular version="3" rows="2" columns="2">
26162 <features tabularvalignment="middle">
26163 <column alignment="center" valignment="top" width="0pt">
26164 <column alignment="center" valignment="top" width="0pt">
26165 <row>
26166 <cell alignment="center" valignment="top" usebox="none">
26167 \begin_inset Text
26168
26169 \begin_layout Plain Layout
26170 Befehl
26171 \end_layout
26172
26173 \end_inset
26174 </cell>
26175 <cell alignment="center" valignment="top" usebox="none">
26176 \begin_inset Text
26177
26178 \begin_layout Plain Layout
26179 \begin_inset space \hspace{}
26180 \length 1cm
26181 \end_inset
26182
26183 Ergebnis
26184 \begin_inset Note Note
26185 status collapsed
26186
26187 \begin_layout Plain Layout
26188 Der Leerraum und 
26189 \series bold
26190
26191 \backslash
26192 raisebox
26193 \series default
26194  dienen nur als Abstandhalter.
26195 \end_layout
26196
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210
26211 \backslash
26212 lim_x
26213 \backslash
26214 to
26215 \begin_inset space \textvisiblespace{}
26216 \end_inset
26217
26218 A
26219 \begin_inset space \textvisiblespace{}
26220 \end_inset
26221
26222 x=B
26223 \end_layout
26224
26225 \end_inset
26226 </cell>
26227 <cell alignment="center" valignment="top" usebox="none">
26228 \begin_inset Text
26229
26230 \begin_layout Plain Layout
26231 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26232 \end_inset
26233
26234
26235 \end_layout
26236
26237 \end_inset
26238 </cell>
26239 </row>
26240 </lyxtabular>
26241
26242 \end_inset
26243
26244
26245 \end_layout
26246
26247 \begin_layout Standard
26248 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26249 \begin_inset Formula 
26250 \[
26251 \lim_{x\to A}x=B
26252 \]
26253
26254 \end_inset
26255
26256
26257 \end_layout
26258
26259 \begin_layout Standard
26260 \begin_inset VSpace medskip
26261 \end_inset
26262
26263
26264 \end_layout
26265
26266 \begin_layout Standard
26267 Wie man den Schriftsatz von Grenzen einstellt, ist in 
26268 \begin_inset CommandInset ref
26269 LatexCommand ref
26270 reference "subsec:Operatorgrenzen"
26271
26272 \end_inset
26273
26274  erklärt.
26275 \end_layout
26276
26277 \begin_layout Subsection
26278 Modulo-Funktionen
26279 \begin_inset Index idx
26280 status collapsed
26281
26282 \begin_layout Plain Layout
26283 Funktionen ! Modulo-
26284 \end_layout
26285
26286 \end_inset
26287
26288
26289 \end_layout
26290
26291 \begin_layout Standard
26292 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26293  Varianten.
26294 \end_layout
26295
26296 \begin_layout Standard
26297 Die Varianten in einer abgesetzten Formel:
26298 \begin_inset Formula 
26299 \begin{align*}
26300 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26301 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26302 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26303 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26304 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26305 \end{align*}
26306
26307 \end_inset
26308
26309
26310 \end_layout
26311
26312 \begin_layout Standard
26313 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26314  weniger Leerraum gesetzt.
26315  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
26316  Um mehrere Zeichen zu verwenden, muss man sie in \SpecialChar TeX
26317 -Klammern setzen:
26318 \begin_inset Formula 
26319 \begin{align*}
26320 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26321 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26322 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26323 \end{align*}
26324
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \begin_layout Section
26331 Sonderzeichen
26332 \begin_inset Index idx
26333 status collapsed
26334
26335 \begin_layout Plain Layout
26336 Sonderzeichen
26337 \end_layout
26338
26339 \end_inset
26340
26341
26342 \end_layout
26343
26344 \begin_layout Standard
26345 Die Zeichen ^ und _ erzeugen normalerweise Exponenten bzw.
26346 \begin_inset space \space{}
26347 \end_inset
26348
26349 Indizes.
26350  Um diese Zeichen zu erhalten, müssen sie mit einem 
26351 \backslash
26352  eingegeben werden:
26353 \begin_inset Separator parbreak
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \begin_layout Standard
26360 \noindent
26361 \align center
26362 \begin_inset Tabular
26363 <lyxtabular version="3" rows="3" columns="2">
26364 <features tabularvalignment="middle">
26365 <column alignment="block" valignment="top">
26366 <column alignment="block" valignment="top">
26367 <row>
26368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26369 \begin_inset Text
26370
26371 \begin_layout Plain Layout
26372 Befehl
26373 \end_layout
26374
26375 \end_inset
26376 </cell>
26377 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26378 \begin_inset Text
26379
26380 \begin_layout Plain Layout
26381 Ergebnis
26382 \end_layout
26383
26384 \end_inset
26385 </cell>
26386 </row>
26387 <row>
26388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26389 \begin_inset Text
26390
26391 \begin_layout Plain Layout
26392
26393 \backslash
26394 ^
26395 \begin_inset space \textvisiblespace{}
26396 \end_inset
26397
26398
26399 \end_layout
26400
26401 \end_inset
26402 </cell>
26403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26404 \begin_inset Text
26405
26406 \begin_layout Plain Layout
26407 \begin_inset Formula $\mathcircumflex$
26408 \end_inset
26409
26410
26411 \end_layout
26412
26413 \end_inset
26414 </cell>
26415 </row>
26416 <row>
26417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26418 \begin_inset Text
26419
26420 \begin_layout Plain Layout
26421
26422 \backslash
26423 _
26424 \end_layout
26425
26426 \end_inset
26427 </cell>
26428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26429 \begin_inset Text
26430
26431 \begin_layout Plain Layout
26432 \begin_inset Formula $\_$
26433 \end_inset
26434
26435
26436 \end_layout
26437
26438 \end_inset
26439 </cell>
26440 </row>
26441 </lyxtabular>
26442
26443 \end_inset
26444
26445
26446 \end_layout
26447
26448 \begin_layout Subsection
26449 Sonderzeichen im mathematischen Text
26450 \end_layout
26451
26452 \begin_layout Standard
26453 Die folgenden Befehle können nur im mathematischen Textmodus oder im \SpecialChar TeX
26454 -Modus
26455  verwendet werden:
26456 \end_layout
26457
26458 \begin_layout Standard
26459 \begin_inset space \hfill{}
26460 \end_inset
26461
26462
26463 \begin_inset Tabular
26464 <lyxtabular version="3" rows="8" columns="2">
26465 <features tabularvalignment="middle">
26466 <column alignment="block" valignment="top">
26467 <column alignment="block" valignment="top">
26468 <row>
26469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26470 \begin_inset Text
26471
26472 \begin_layout Plain Layout
26473 Befehl
26474 \end_layout
26475
26476 \end_inset
26477 </cell>
26478 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26479 \begin_inset Text
26480
26481 \begin_layout Plain Layout
26482 Ergebnis
26483 \end_layout
26484
26485 \end_inset
26486 </cell>
26487 </row>
26488 <row>
26489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26490 \begin_inset Text
26491
26492 \begin_layout Plain Layout
26493
26494 \backslash
26495 oe
26496 \end_layout
26497
26498 \end_inset
26499 </cell>
26500 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26501 \begin_inset Text
26502
26503 \begin_layout Plain Layout
26504 \begin_inset Formula $\textrm{œ}$
26505 \end_inset
26506
26507
26508 \end_layout
26509
26510 \end_inset
26511 </cell>
26512 </row>
26513 <row>
26514 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26515 \begin_inset Text
26516
26517 \begin_layout Plain Layout
26518
26519 \backslash
26520 OE
26521 \end_layout
26522
26523 \end_inset
26524 </cell>
26525 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26526 \begin_inset Text
26527
26528 \begin_layout Plain Layout
26529 \begin_inset Formula $\textrm{Œ}$
26530 \end_inset
26531
26532
26533 \end_layout
26534
26535 \end_inset
26536 </cell>
26537 </row>
26538 <row>
26539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26540 \begin_inset Text
26541
26542 \begin_layout Plain Layout
26543
26544 \backslash
26545 ae
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 \begin_inset Formula $\textrm{æ}$
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 </row>
26563 <row>
26564 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568
26569 \backslash
26570 AE
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 \begin_inset Formula $\textrm{Æ}$
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 <row>
26589 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26590 \begin_inset Text
26591
26592 \begin_layout Plain Layout
26593
26594 \backslash
26595 aa
26596 \end_layout
26597
26598 \end_inset
26599 </cell>
26600 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26601 \begin_inset Text
26602
26603 \begin_layout Plain Layout
26604 \begin_inset Formula $\textrm{\aa}$
26605 \end_inset
26606
26607
26608 \end_layout
26609
26610 \end_inset
26611 </cell>
26612 </row>
26613 <row>
26614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26615 \begin_inset Text
26616
26617 \begin_layout Plain Layout
26618
26619 \backslash
26620 AA
26621 \begin_inset Index idx
26622 status collapsed
26623
26624 \begin_layout Plain Layout
26625
26626 \backslash
26627 @
26628 \begin_inset ERT
26629 status collapsed
26630
26631 \begin_layout Plain Layout
26632
26633
26634 \backslash
26635 textrm{
26636 \backslash
26637 AA}
26638 \end_layout
26639
26640 \end_inset
26641
26642
26643 \end_layout
26644
26645 \end_inset
26646
26647
26648 \end_layout
26649
26650 \end_inset
26651 </cell>
26652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26653 \begin_inset Text
26654
26655 \begin_layout Plain Layout
26656 \begin_inset Formula $\textrm{Å}$
26657 \end_inset
26658
26659
26660 \end_layout
26661
26662 \end_inset
26663 </cell>
26664 </row>
26665 <row>
26666 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26667 \begin_inset Text
26668
26669 \begin_layout Plain Layout
26670
26671 \backslash
26672 i
26673 \end_layout
26674
26675 \end_inset
26676 </cell>
26677 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681 \begin_inset Formula $\textrm{ı}$
26682 \end_inset
26683
26684
26685 \end_layout
26686
26687 \end_inset
26688 </cell>
26689 </row>
26690 </lyxtabular>
26691
26692 \end_inset
26693
26694
26695 \begin_inset space \hfill{}
26696 \end_inset
26697
26698
26699 \begin_inset Tabular
26700 <lyxtabular version="3" rows="8" columns="2">
26701 <features tabularvalignment="middle">
26702 <column alignment="block" valignment="top">
26703 <column alignment="center" valignment="top">
26704 <row>
26705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26706 \begin_inset Text
26707
26708 \begin_layout Plain Layout
26709 Befehl
26710 \begin_inset Note Note
26711 status collapsed
26712
26713 \begin_layout Plain Layout
26714 Der Leerraum von 0
26715 \begin_inset space \thinspace{}
26716 \end_inset
26717
26718 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26719 \begin_inset space \space{}
26720 \end_inset
26721
26722 ¿ erscheinen würde.
26723 \end_layout
26724
26725 \end_inset
26726
26727
26728 \end_layout
26729
26730 \end_inset
26731 </cell>
26732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26733 \begin_inset Text
26734
26735 \begin_layout Plain Layout
26736 Ergebnis
26737 \end_layout
26738
26739 \end_inset
26740 </cell>
26741 </row>
26742 <row>
26743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26744 \begin_inset Text
26745
26746 \begin_layout Plain Layout
26747
26748 \backslash
26749 o
26750 \end_layout
26751
26752 \end_inset
26753 </cell>
26754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26755 \begin_inset Text
26756
26757 \begin_layout Plain Layout
26758 \begin_inset Formula $\textrm{ø}$
26759 \end_inset
26760
26761
26762 \end_layout
26763
26764 \end_inset
26765 </cell>
26766 </row>
26767 <row>
26768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26769 \begin_inset Text
26770
26771 \begin_layout Plain Layout
26772
26773 \backslash
26774 O
26775 \end_layout
26776
26777 \end_inset
26778 </cell>
26779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26780 \begin_inset Text
26781
26782 \begin_layout Plain Layout
26783 \begin_inset Formula $\textrm{Ø}$
26784 \end_inset
26785
26786
26787 \end_layout
26788
26789 \end_inset
26790 </cell>
26791 </row>
26792 <row>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797
26798 \backslash
26799 l
26800 \end_layout
26801
26802 \end_inset
26803 </cell>
26804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26805 \begin_inset Text
26806
26807 \begin_layout Plain Layout
26808 \begin_inset Formula $\textrm{ł}$
26809 \end_inset
26810
26811
26812 \end_layout
26813
26814 \end_inset
26815 </cell>
26816 </row>
26817 <row>
26818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26819 \begin_inset Text
26820
26821 \begin_layout Plain Layout
26822
26823 \backslash
26824 L
26825 \end_layout
26826
26827 \end_inset
26828 </cell>
26829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26830 \begin_inset Text
26831
26832 \begin_layout Plain Layout
26833 \begin_inset Formula $\textrm{Ł}$
26834 \end_inset
26835
26836
26837 \end_layout
26838
26839 \end_inset
26840 </cell>
26841 </row>
26842 <row>
26843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26844 \begin_inset Text
26845
26846 \begin_layout Plain Layout
26847 !
26848 \begin_inset space \hspace{}
26849 \length 0mm
26850 \end_inset
26851
26852 `
26853 \begin_inset space \textvisiblespace{}
26854 \end_inset
26855
26856
26857 \end_layout
26858
26859 \end_inset
26860 </cell>
26861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865 \begin_inset Formula $\textrm{!`}$
26866 \end_inset
26867
26868
26869 \end_layout
26870
26871 \end_inset
26872 </cell>
26873 </row>
26874 <row>
26875 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26876 \begin_inset Text
26877
26878 \begin_layout Plain Layout
26879 ?
26880 \begin_inset space \hspace{}
26881 \length 0mm
26882 \end_inset
26883
26884 `
26885 \begin_inset space \textvisiblespace{}
26886 \end_inset
26887
26888
26889 \end_layout
26890
26891 \end_inset
26892 </cell>
26893 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26894 \begin_inset Text
26895
26896 \begin_layout Plain Layout
26897 \begin_inset Formula $\textrm{?`}$
26898 \end_inset
26899
26900
26901 \end_layout
26902
26903 \end_inset
26904 </cell>
26905 </row>
26906 <row>
26907 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26908 \begin_inset Text
26909
26910 \begin_layout Plain Layout
26911
26912 \backslash
26913 j
26914 \end_layout
26915
26916 \end_inset
26917 </cell>
26918 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26919 \begin_inset Text
26920
26921 \begin_layout Plain Layout
26922 \begin_inset Formula $\textrm{ȷ}$
26923 \end_inset
26924
26925
26926 \end_layout
26927
26928 \end_inset
26929 </cell>
26930 </row>
26931 </lyxtabular>
26932
26933 \end_inset
26934
26935
26936 \begin_inset space \hfill{}
26937 \end_inset
26938
26939
26940 \end_layout
26941
26942 \begin_layout Standard
26943 Die Zeichen 
26944 \begin_inset Formula $\textrm{\textrm{Å}}$
26945 \end_inset
26946
26947  und 
26948 \begin_inset Formula $\textrm{\textrm{Ø}}$
26949 \end_inset
26950
26951  können auch über den Mathe-Werkzeugleistenknopf 
26952 \begin_inset Info
26953 type  "icon"
26954 arg   "math-insert \\digamma"
26955 \end_inset
26956
26957  eingefügt werden.
26958 \end_layout
26959
26960 \begin_layout Standard
26961 Eine Ausnahme bilden die Befehle 
26962 \series bold
26963 !
26964 \begin_inset space \hspace{}
26965 \length 0mm
26966 \end_inset
26967
26968 `
26969 \series default
26970  und 
26971 \series bold
26972 ?
26973 \begin_inset space \hspace{}
26974 \length 0mm
26975 \end_inset
26976
26977 `
26978 \series default
26979 , denn man kann sie in \SpecialChar LyX
26980  direkt in den Text eingeben.
26981 \end_layout
26982
26983 \begin_layout Subsection
26984 Akzente im Text
26985 \begin_inset CommandInset label
26986 LatexCommand label
26987 name "subsec:Sonderzeichen-Akzente"
26988
26989 \end_inset
26990
26991
26992 \begin_inset Index idx
26993 status collapsed
26994
26995 \begin_layout Plain Layout
26996 Akzente ! im Text
26997 \end_layout
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \begin_layout Standard
27005 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
27006  Die Befehle müssen dazu im \SpecialChar TeX
27007 -Modus eingegeben werden.
27008 \end_layout
27009
27010 \begin_layout Standard
27011 \begin_inset space \hfill{}
27012 \end_inset
27013
27014
27015 \begin_inset Tabular
27016 <lyxtabular version="3" rows="8" columns="2">
27017 <features tabularvalignment="middle">
27018 <column alignment="block" valignment="top">
27019 <column alignment="block" valignment="top">
27020 <row>
27021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27022 \begin_inset Text
27023
27024 \begin_layout Plain Layout
27025 Befehl
27026 \end_layout
27027
27028 \end_inset
27029 </cell>
27030 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27031 \begin_inset Text
27032
27033 \begin_layout Plain Layout
27034 Ergebnis
27035 \end_layout
27036
27037 \end_inset
27038 </cell>
27039 </row>
27040 <row>
27041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27042 \begin_inset Text
27043
27044 \begin_layout Plain Layout
27045
27046 \backslash
27047
27048 \begin_inset Quotes grd
27049 \end_inset
27050
27051 e
27052 \end_layout
27053
27054 \end_inset
27055 </cell>
27056 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27057 \begin_inset Text
27058
27059 \begin_layout Plain Layout
27060 \begin_inset ERT
27061 status collapsed
27062
27063 \begin_layout Plain Layout
27064
27065
27066 \backslash
27067 "e
27068 \end_layout
27069
27070 \end_inset
27071
27072
27073 \end_layout
27074
27075 \end_inset
27076 </cell>
27077 </row>
27078 <row>
27079 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27080 \begin_inset Text
27081
27082 \begin_layout Plain Layout
27083
27084 \backslash
27085 `e
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27091 \begin_inset Text
27092
27093 \begin_layout Plain Layout
27094 \begin_inset ERT
27095 status collapsed
27096
27097 \begin_layout Plain Layout
27098
27099
27100 \backslash
27101 `e
27102 \end_layout
27103
27104 \end_inset
27105
27106
27107 \end_layout
27108
27109 \end_inset
27110 </cell>
27111 </row>
27112 <row>
27113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27114 \begin_inset Text
27115
27116 \begin_layout Plain Layout
27117
27118 \backslash
27119 ^
27120 \begin_inset space \textvisiblespace{}
27121 \end_inset
27122
27123 e
27124 \end_layout
27125
27126 \end_inset
27127 </cell>
27128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27129 \begin_inset Text
27130
27131 \begin_layout Plain Layout
27132 \begin_inset ERT
27133 status collapsed
27134
27135 \begin_layout Plain Layout
27136
27137
27138 \backslash
27139 ^e
27140 \end_layout
27141
27142 \end_inset
27143
27144
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 </row>
27150 <row>
27151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155
27156 \backslash
27157 =e
27158 \end_layout
27159
27160 \end_inset
27161 </cell>
27162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27163 \begin_inset Text
27164
27165 \begin_layout Plain Layout
27166 \begin_inset ERT
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170
27171
27172 \backslash
27173 =e
27174 \end_layout
27175
27176 \end_inset
27177
27178
27179 \end_layout
27180
27181 \end_inset
27182 </cell>
27183 </row>
27184 <row>
27185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27186 \begin_inset Text
27187
27188 \begin_layout Plain Layout
27189
27190 \backslash
27191 u
27192 \begin_inset space \textvisiblespace{}
27193 \end_inset
27194
27195 e
27196 \end_layout
27197
27198 \end_inset
27199 </cell>
27200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27201 \begin_inset Text
27202
27203 \begin_layout Plain Layout
27204 \begin_inset ERT
27205 status collapsed
27206
27207 \begin_layout Plain Layout
27208
27209
27210 \backslash
27211 u e
27212 \end_layout
27213
27214 \end_inset
27215
27216
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 </row>
27222 <row>
27223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27224 \begin_inset Text
27225
27226 \begin_layout Plain Layout
27227
27228 \backslash
27229 b
27230 \begin_inset space \textvisiblespace{}
27231 \end_inset
27232
27233 e
27234 \end_layout
27235
27236 \end_inset
27237 </cell>
27238 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27239 \begin_inset Text
27240
27241 \begin_layout Plain Layout
27242 \begin_inset ERT
27243 status collapsed
27244
27245 \begin_layout Plain Layout
27246
27247
27248 \backslash
27249 b e
27250 \end_layout
27251
27252 \end_inset
27253
27254
27255 \end_layout
27256
27257 \end_inset
27258 </cell>
27259 </row>
27260 <row>
27261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27262 \begin_inset Text
27263
27264 \begin_layout Plain Layout
27265
27266 \backslash
27267 t
27268 \begin_inset space \textvisiblespace{}
27269 \end_inset
27270
27271 ee
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27277 \begin_inset Text
27278
27279 \begin_layout Plain Layout
27280 \begin_inset ERT
27281 status collapsed
27282
27283 \begin_layout Plain Layout
27284
27285
27286 \backslash
27287 t ee
27288 \end_layout
27289
27290 \end_inset
27291
27292
27293 \end_layout
27294
27295 \end_inset
27296 </cell>
27297 </row>
27298 </lyxtabular>
27299
27300 \end_inset
27301
27302
27303 \begin_inset space \hfill{}
27304 \end_inset
27305
27306
27307 \begin_inset Tabular
27308 <lyxtabular version="3" rows="8" columns="2">
27309 <features tabularvalignment="middle">
27310 <column alignment="block" valignment="top">
27311 <column alignment="center" valignment="top">
27312 <row>
27313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27314 \begin_inset Text
27315
27316 \begin_layout Plain Layout
27317 Befehl
27318 \end_layout
27319
27320 \end_inset
27321 </cell>
27322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27323 \begin_inset Text
27324
27325 \begin_layout Plain Layout
27326 Ergebnis
27327 \end_layout
27328
27329 \end_inset
27330 </cell>
27331 </row>
27332 <row>
27333 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27334 \begin_inset Text
27335
27336 \begin_layout Plain Layout
27337
27338 \backslash
27339 H
27340 \begin_inset space \textvisiblespace{}
27341 \end_inset
27342
27343 e
27344 \end_layout
27345
27346 \end_inset
27347 </cell>
27348 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27349 \begin_inset Text
27350
27351 \begin_layout Plain Layout
27352 \begin_inset ERT
27353 status collapsed
27354
27355 \begin_layout Plain Layout
27356
27357
27358 \backslash
27359 H e
27360 \end_layout
27361
27362 \end_inset
27363
27364
27365 \end_layout
27366
27367 \end_inset
27368 </cell>
27369 </row>
27370 <row>
27371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27372 \begin_inset Text
27373
27374 \begin_layout Plain Layout
27375
27376 \backslash
27377 'e
27378 \end_layout
27379
27380 \end_inset
27381 </cell>
27382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27383 \begin_inset Text
27384
27385 \begin_layout Plain Layout
27386 \begin_inset ERT
27387 status collapsed
27388
27389 \begin_layout Plain Layout
27390
27391
27392 \backslash
27393 'e
27394 \end_layout
27395
27396 \end_inset
27397
27398
27399 \end_layout
27400
27401 \end_inset
27402 </cell>
27403 </row>
27404 <row>
27405 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27406 \begin_inset Text
27407
27408 \begin_layout Plain Layout
27409
27410 \backslash
27411 ~e
27412 \begin_inset Index idx
27413 status collapsed
27414
27415 \begin_layout Plain Layout
27416 Tilde
27417 \end_layout
27418
27419 \end_inset
27420
27421
27422 \end_layout
27423
27424 \end_inset
27425 </cell>
27426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430 \begin_inset ERT
27431 status collapsed
27432
27433 \begin_layout Plain Layout
27434
27435
27436 \backslash
27437 ~e
27438 \end_layout
27439
27440 \end_inset
27441
27442
27443 \end_layout
27444
27445 \end_inset
27446 </cell>
27447 </row>
27448 <row>
27449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27450 \begin_inset Text
27451
27452 \begin_layout Plain Layout
27453
27454 \backslash
27455 .e
27456 \end_layout
27457
27458 \end_inset
27459 </cell>
27460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27461 \begin_inset Text
27462
27463 \begin_layout Plain Layout
27464 \begin_inset ERT
27465 status collapsed
27466
27467 \begin_layout Plain Layout
27468
27469
27470 \backslash
27471 .e
27472 \end_layout
27473
27474 \end_inset
27475
27476
27477 \end_layout
27478
27479 \end_inset
27480 </cell>
27481 </row>
27482 <row>
27483 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27484 \begin_inset Text
27485
27486 \begin_layout Plain Layout
27487
27488 \backslash
27489 v
27490 \begin_inset space \textvisiblespace{}
27491 \end_inset
27492
27493 e
27494 \end_layout
27495
27496 \end_inset
27497 </cell>
27498 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27499 \begin_inset Text
27500
27501 \begin_layout Plain Layout
27502 \begin_inset ERT
27503 status collapsed
27504
27505 \begin_layout Plain Layout
27506
27507
27508 \backslash
27509 v e
27510 \end_layout
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 </row>
27520 <row>
27521 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27522 \begin_inset Text
27523
27524 \begin_layout Plain Layout
27525
27526 \backslash
27527 d
27528 \begin_inset space \textvisiblespace{}
27529 \end_inset
27530
27531 e
27532 \end_layout
27533
27534 \end_inset
27535 </cell>
27536 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27537 \begin_inset Text
27538
27539 \begin_layout Plain Layout
27540 \begin_inset ERT
27541 status collapsed
27542
27543 \begin_layout Plain Layout
27544
27545
27546 \backslash
27547 d e
27548 \end_layout
27549
27550 \end_inset
27551
27552
27553 \end_layout
27554
27555 \end_inset
27556 </cell>
27557 </row>
27558 <row>
27559 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27560 \begin_inset Text
27561
27562 \begin_layout Plain Layout
27563
27564 \backslash
27565 c
27566 \begin_inset space \textvisiblespace{}
27567 \end_inset
27568
27569 e
27570 \end_layout
27571
27572 \end_inset
27573 </cell>
27574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27575 \begin_inset Text
27576
27577 \begin_layout Plain Layout
27578 \begin_inset ERT
27579 status collapsed
27580
27581 \begin_layout Plain Layout
27582
27583
27584 \backslash
27585 c e
27586 \end_layout
27587
27588 \end_inset
27589
27590
27591 \end_layout
27592
27593 \end_inset
27594 </cell>
27595 </row>
27596 </lyxtabular>
27597
27598 \end_inset
27599
27600
27601 \begin_inset space \hfill{}
27602 \end_inset
27603
27604
27605 \end_layout
27606
27607 \begin_layout Standard
27608 \begin_inset VSpace medskip
27609 \end_inset
27610
27611 Mit dem Befehl 
27612 \series bold
27613
27614 \backslash
27615 t
27616 \series default
27617  können auch zwei verschiedene Zeichen akzentuiert werden.
27618  Der Befehl 
27619 \series bold
27620
27621 \backslash
27622 t
27623 \begin_inset space \textvisiblespace{}
27624 \end_inset
27625
27626 sz
27627 \series default
27628  ergibt: 
27629 \begin_inset ERT
27630 status collapsed
27631
27632 \begin_layout Plain Layout
27633
27634
27635 \backslash
27636 t sz
27637 \end_layout
27638
27639 \end_inset
27640
27641
27642 \end_layout
27643
27644 \begin_layout Standard
27645 Die Akzente 
27646 \series bold
27647 `
27648 \series default
27649  , 
27650 \series bold
27651 '
27652 \series default
27653  und 
27654 \series bold
27655 ^
27656 \series default
27657  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27658  werden ohne den \SpecialChar TeX
27659 -Modus zu benutzen.
27660  Dasselbe gilt für die Tilde
27661 \begin_inset Foot
27662 status collapsed
27663
27664 \begin_layout Plain Layout
27665 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27666 \end_layout
27667
27668 \end_inset
27669
27670  
27671 \series bold
27672 ~
27673 \series default
27674  in Verbindung mit 
27675 \emph on
27676 a
27677 \emph default
27678  , 
27679 \emph on
27680 n
27681 \emph default
27682  oder 
27683 \emph on
27684 o
27685 \emph default
27686 .
27687 \end_layout
27688
27689 \begin_layout Standard
27690 Die Befehle 
27691 \series bold
27692
27693 \backslash
27694 b
27695 \series default
27696  , 
27697 \series bold
27698
27699 \backslash
27700 c
27701 \series default
27702  , 
27703 \series bold
27704
27705 \backslash
27706 d
27707 \series default
27708  , 
27709 \series bold
27710
27711 \backslash
27712 H
27713 \series default
27714  , 
27715 \series bold
27716
27717 \backslash
27718 t
27719 \series default
27720  , 
27721 \series bold
27722
27723 \backslash
27724 u
27725 \series default
27726  , 
27727 \series bold
27728
27729 \backslash
27730 v
27731 \series default
27732  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27733  Textmodus verfügbar.
27734  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27735  
27736 \begin_inset CommandInset ref
27737 LatexCommand ref
27738 reference "subsec:Akzente-für-ein"
27739
27740 \end_inset
27741
27742 .
27743 \end_layout
27744
27745 \begin_layout Standard
27746 \begin_inset VSpace bigskip
27747 \end_inset
27748
27749 Des Weiteren kann man mit dem Befehl 
27750 \series bold
27751
27752 \backslash
27753 textcircled
27754 \series default
27755
27756 \begin_inset Index idx
27757 status collapsed
27758
27759 \begin_layout Plain Layout
27760 Befehle ! T ! 
27761 \backslash
27762 textcircled
27763 \end_layout
27764
27765 \end_inset
27766
27767 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27768  Kreis setzen, quasi mit einem Kreis akzentuieren.
27769 \end_layout
27770
27771 \begin_layout Standard
27772 \align center
27773 \begin_inset Tabular
27774 <lyxtabular version="3" rows="3" columns="2">
27775 <features tabularvalignment="middle">
27776 <column alignment="center" valignment="top">
27777 <column alignment="center" valignment="top">
27778 <row>
27779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27780 \begin_inset Text
27781
27782 \begin_layout Plain Layout
27783 Befehl
27784 \end_layout
27785
27786 \end_inset
27787 </cell>
27788 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27789 \begin_inset Text
27790
27791 \begin_layout Plain Layout
27792 Ergebnis
27793 \begin_inset Note Note
27794 status collapsed
27795
27796 \begin_layout Plain Layout
27797
27798 \series bold
27799
27800 \backslash
27801 raisebox
27802 \series default
27803  in der Formel dient nur als Abstandhalter.
27804 \end_layout
27805
27806 \end_inset
27807
27808
27809 \end_layout
27810
27811 \end_inset
27812 </cell>
27813 </row>
27814 <row>
27815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27816 \begin_inset Text
27817
27818 \begin_layout Plain Layout
27819
27820 \backslash
27821 textcircled{w}
27822 \end_layout
27823
27824 \end_inset
27825 </cell>
27826 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27827 \begin_inset Text
27828
27829 \begin_layout Plain Layout
27830 \begin_inset ERT
27831 status collapsed
27832
27833 \begin_layout Plain Layout
27834
27835
27836 \backslash
27837 textcircled{w}
27838 \end_layout
27839
27840 \end_inset
27841
27842
27843 \end_layout
27844
27845 \end_inset
27846 </cell>
27847 </row>
27848 <row>
27849 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27850 \begin_inset Text
27851
27852 \begin_layout Plain Layout
27853
27854 \backslash
27855 Large 
27856 \backslash
27857 textcircled{
27858 \backslash
27859 normalsize
27860 \backslash
27861 protect
27862 \backslash
27863 raisebox{-1.5pt}{W}}
27864 \end_layout
27865
27866 \end_inset
27867 </cell>
27868 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27869 \begin_inset Text
27870
27871 \begin_layout Plain Layout
27872 \begin_inset Formula $\raisebox{4.5mm}{}$
27873 \end_inset
27874
27875
27876 \begin_inset ERT
27877 status collapsed
27878
27879 \begin_layout Plain Layout
27880
27881
27882 \backslash
27883 Large 
27884 \backslash
27885 textcircled{
27886 \backslash
27887 normalsize
27888 \backslash
27889 protect
27890 \backslash
27891 raisebox{-1.5pt}W}
27892 \end_layout
27893
27894 \end_inset
27895
27896
27897 \begin_inset Formula $\raisebox{-2mm}{}$
27898 \end_inset
27899
27900
27901 \end_layout
27902
27903 \end_inset
27904 </cell>
27905 </row>
27906 </lyxtabular>
27907
27908 \end_inset
27909
27910
27911 \end_layout
27912
27913 \begin_layout Standard
27914 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27915  
27916 \series bold
27917
27918 \backslash
27919 Large
27920 \series default
27921
27922 \begin_inset Foot
27923 status collapsed
27924
27925 \begin_layout Plain Layout
27926 siehe 
27927 \begin_inset CommandInset ref
27928 LatexCommand ref
27929 reference "subsec:Schriftgrößen"
27930
27931 \end_inset
27932
27933
27934 \end_layout
27935
27936 \end_inset
27937
27938  bestimmt dabei die Größe des Kreises.
27939  Mit Hilfe von 
27940 \series bold
27941
27942 \backslash
27943 raisebox
27944 \series default
27945
27946 \begin_inset Foot
27947 status collapsed
27948
27949 \begin_layout Plain Layout
27950 siehe 
27951 \begin_inset CommandInset ref
27952 LatexCommand ref
27953 reference "subsec:Boxen-ohne-Rahmen"
27954
27955 \end_inset
27956
27957
27958 \end_layout
27959
27960 \end_inset
27961
27962  kann man das Zeichen zentrieren.
27963 \end_layout
27964
27965 \begin_layout Subsection
27966 Minuskelziffern
27967 \begin_inset Index idx
27968 status collapsed
27969
27970 \begin_layout Plain Layout
27971 Minuskelziffern
27972 \end_layout
27973
27974 \end_inset
27975
27976
27977 \end_layout
27978
27979 \begin_layout Standard
27980 Minuskelziffern werden mit dem Befehl 
27981 \series bold
27982
27983 \backslash
27984 oldstylenums
27985 \series default
27986
27987 \begin_inset Index idx
27988 status collapsed
27989
27990 \begin_layout Plain Layout
27991 Befehle ! O ! 
27992 \backslash
27993 oldstylenums
27994 \end_layout
27995
27996 \end_inset
27997
27998  erzeugt.
27999  Der Befehl ist sowohl in einer Formel als auch im \SpecialChar TeX
28000 -Modus verwendbar.
28001  Das Befehlsschema lautet:
28002 \end_layout
28003
28004 \begin_layout Standard
28005
28006 \series bold
28007
28008 \backslash
28009 oldstylenums{Ziffer}
28010 \end_layout
28011
28012 \begin_layout Standard
28013 Der Befehl 
28014 \series bold
28015
28016 \backslash
28017 oldstylenums{0123456789
28018 \series default
28019  ergibt: 
28020 \begin_inset Formula $\oldstylenums{0123456789}$
28021 \end_inset
28022
28023
28024 \end_layout
28025
28026 \begin_layout Section
28027 Formelstile
28028 \begin_inset CommandInset label
28029 LatexCommand label
28030 name "sec:Formelstile"
28031
28032 \end_inset
28033
28034
28035 \begin_inset Index idx
28036 status collapsed
28037
28038 \begin_layout Plain Layout
28039 Formel ! Stile
28040 \end_layout
28041
28042 \end_inset
28043
28044
28045 \end_layout
28046
28047 \begin_layout Itemize
28048 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
28049 \begin_inset Separator parbreak
28050 \end_inset
28051
28052
28053 \end_layout
28054
28055 \begin_deeper
28056 \begin_layout Description
28057 Zentriert ist der voreingestellte Standard
28058 \end_layout
28059
28060 \begin_layout Description
28061 Eingerückt dazu muss im Menü 
28062 \family sans
28063 Dokument\SpecialChar menuseparator
28064 Einstellungen
28065 \family default
28066  unter 
28067 \family sans
28068 Dokumentklasse
28069 \family default
28070  die Option 
28071 \series bold
28072 fleqn
28073 \series default
28074  eingeben werden
28075 \end_layout
28076
28077 \begin_layout Standard
28078 Wird 
28079 \series bold
28080 Eingerückt
28081 \series default
28082  verwendet, kann mit der Länge 
28083 \series bold
28084
28085 \backslash
28086 mathindent
28087 \series default
28088
28089 \begin_inset Index idx
28090 status collapsed
28091
28092 \begin_layout Plain Layout
28093 Befehle ! M ! 
28094 \backslash
28095 mathindent
28096 \end_layout
28097
28098 \end_inset
28099
28100  die Einrückung eingestellt werden.
28101  Soll der Abstand 15
28102 \begin_inset space \thinspace{}
28103 \end_inset
28104
28105 mm betragen, gibt man im \SpecialChar LaTeX
28106 -Vorspann die Zeile
28107 \end_layout
28108
28109 \begin_layout Standard
28110
28111 \series bold
28112
28113 \backslash
28114 setlength{
28115 \backslash
28116 mathindent}{15mm}
28117 \end_layout
28118
28119 \begin_layout Standard
28120 ein.
28121  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28122 \begin_inset space \thinspace{}
28123 \end_inset
28124
28125 pt verwendet.
28126 \end_layout
28127
28128 \end_deeper
28129 \begin_layout Itemize
28130 Und zwei verschiedene Nummerierungsstile:
28131 \begin_inset Separator parbreak
28132 \end_inset
28133
28134
28135 \end_layout
28136
28137 \begin_deeper
28138 \begin_layout Description
28139 Rechts ist der voreingestellte Standard
28140 \end_layout
28141
28142 \begin_layout Description
28143 Links dazu muss im Menü 
28144 \family sans
28145 Dokument\SpecialChar menuseparator
28146 Einstellungen
28147 \family default
28148  unter 
28149 \family sans
28150 Dokumentklasse
28151 \family default
28152  die Option 
28153 \series bold
28154 leqno
28155 \series default
28156  eingeben werden
28157 \end_layout
28158
28159 \end_deeper
28160 \begin_layout Standard
28161
28162 \series bold
28163 fleqn
28164 \series default
28165  und 
28166 \series bold
28167 leqno
28168 \series default
28169  können auch gemeinsam verwendet werden.
28170  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28171 n.
28172 \end_layout
28173
28174 \begin_layout Standard
28175 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28176  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28177  ausgerichtete Formeln setzen, verwendet man den Stil 
28178 \series bold
28179 Zentriert
28180 \series default
28181 .
28182  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28183  
28184 \begin_inset CommandInset ref
28185 LatexCommand ref
28186 reference "subsec:Flalign-Umgebung"
28187
28188 \end_inset
28189
28190 .
28191 \end_layout
28192
28193 \begin_layout Section
28194 Mehrzeilige Formeln
28195 \begin_inset CommandInset label
28196 LatexCommand label
28197 name "sec:Mehrzeilige-Formeln"
28198
28199 \end_inset
28200
28201
28202 \begin_inset Index idx
28203 status collapsed
28204
28205 \begin_layout Plain Layout
28206 Formel ! mehrzeilige
28207 \end_layout
28208
28209 \end_inset
28210
28211
28212 \end_layout
28213
28214 \begin_layout Subsection
28215 Allgemeines
28216 \end_layout
28217
28218 \begin_layout Standard
28219 In \SpecialChar LyX
28220  werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28221 \family sans
28222 Strg+Enter
28223 \family default
28224  drückt.
28225  Dies erzeugt entweder eine 
28226 \series bold
28227 eqnarray-Umgebung
28228 \series default
28229 , die in 
28230 \begin_inset CommandInset ref
28231 LatexCommand ref
28232 reference "subsec:Eqnarray-Umgebung"
28233
28234 \end_inset
28235
28236  beschrieben ist oder, wenn die Option 
28237 \family sans
28238 AMS-Mathe-Paket verwenden
28239 \family default
28240  in den Dokumenteinstellungen gewählt ist, eine 
28241 \series bold
28242 align-Umgebung
28243 \series default
28244 , die in 
28245 \begin_inset CommandInset ref
28246 LatexCommand ref
28247 reference "subsec:Standard-align-Umgebung"
28248
28249 \end_inset
28250
28251  beschrieben ist.
28252  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
28253  jedem Fall typographisch korrekt in der Ausgabe.
28254 \end_layout
28255
28256 \begin_layout Standard
28257 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28258 \family sans
28259 Einfügen\SpecialChar menuseparator
28260 Mathe
28261 \family default
28262  erstellt werden können.
28263  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28264 \end_layout
28265
28266 \begin_layout Standard
28267 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28268  man 
28269 \family sans
28270 Strg+Enter
28271 \family default
28272  drückt.
28273  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28274 fe 
28275 \begin_inset Info
28276 type  "icon"
28277 arg   "inset-modify tabular append-row"
28278 \end_inset
28279
28280  bzw.
28281 \begin_inset space \space{}
28282 \end_inset
28283
28284
28285 \begin_inset Info
28286 type  "icon"
28287 arg   "inset-modify tabular delete-row"
28288 \end_inset
28289
28290  oder das Menü 
28291 \family sans
28292 Bearbeiten\SpecialChar menuseparator
28293 Zeilen & Spalten
28294 \family default
28295  verwendet werden.
28296 \end_layout
28297
28298 \begin_layout Subsubsection
28299 Zeilenabstand
28300 \begin_inset CommandInset label
28301 LatexCommand label
28302 name "subsec:Zeilenabstand"
28303
28304 \end_inset
28305
28306
28307 \begin_inset Index idx
28308 status collapsed
28309
28310 \begin_layout Plain Layout
28311 Formel ! mehrzeilige ! Zeilenabstand
28312 \end_layout
28313
28314 \end_inset
28315
28316
28317 \end_layout
28318
28319 \begin_layout Standard
28320 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28321 \begin_inset Formula 
28322 \begin{eqnarray*}
28323 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}\\
28324 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
28325 \end{eqnarray*}
28326
28327 \end_inset
28328
28329
28330 \end_layout
28331
28332 \begin_layout Standard
28333 In \SpecialChar LaTeX
28334  wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbruchbef
28335 ehls angegeben.
28336  Dies ist in \SpecialChar LyX
28337  aber nicht möglich
28338 \begin_inset Foot
28339 status collapsed
28340
28341 \begin_layout Plain Layout
28342 siehe 
28343 \begin_inset CommandInset href
28344 LatexCommand href
28345 name "LyX-Fehler #1505"
28346 target "http://www.lyx.org/trac/ticket/1505"
28347
28348 \end_inset
28349
28350
28351 \end_layout
28352
28353 \end_inset
28354
28355 , weshalb man die ganze Formel im \SpecialChar TeX
28356 -Modus eingeben muss.
28357  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28358  Zeile den Befehl 
28359 \series bold
28360
28361 \backslash
28362
28363 \backslash
28364 [3mm]
28365 \series default
28366  ein.
28367  Damit erhält man: 
28368 \begin_inset ERT
28369 status collapsed
28370
28371 \begin_layout Plain Layout
28372
28373
28374 \backslash
28375 begin{eqnarray*}
28376 \end_layout
28377
28378 \begin_layout Plain Layout
28379
28380 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28381  = & 
28382 \backslash
28383 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28384 \backslash
28385
28386 \backslash
28387 [3mm]
28388 \end_layout
28389
28390 \begin_layout Plain Layout
28391
28392 4x^{2}
28393 \backslash
28394 left(B^{2}+x_{0}^{2}
28395 \backslash
28396 right)+4x_{0}x
28397 \backslash
28398 left(D-B^{2}
28399 \backslash
28400 right)+B^{2}
28401 \backslash
28402 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28403 \backslash
28404 right) & = & 0
28405 \end_layout
28406
28407 \begin_layout Plain Layout
28408
28409
28410 \backslash
28411 end{eqnarray*}
28412 \end_layout
28413
28414 \end_inset
28415
28416
28417 \end_layout
28418
28419 \begin_layout Standard
28420 \begin_inset VSpace bigskip
28421 \end_inset
28422
28423 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28424  man die Länge 
28425 \series bold
28426
28427 \backslash
28428 jot
28429 \series default
28430
28431 \begin_inset Index idx
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435 Befehle ! J ! 
28436 \backslash
28437 jot
28438 \end_layout
28439
28440 \end_inset
28441
28442 .
28443  Es gilt 
28444 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\,pt+\backslash jot}$
28445 \end_inset
28446
28447 .
28448  Voreingestellt ist für 
28449 \series bold
28450
28451 \backslash
28452 jot
28453 \series default
28454  der Wert 3
28455 \begin_inset space \thinspace{}
28456 \end_inset
28457
28458 pt.
28459  Um wie im vorigen Beispiel 3
28460 \begin_inset space \thinspace{}
28461 \end_inset
28462
28463 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28464 \end_layout
28465
28466 \begin_layout Standard
28467
28468 \series bold
28469
28470 \backslash
28471 setlength{
28472 \backslash
28473 jot}{3mm+3pt}
28474 \end_layout
28475
28476 \begin_layout Standard
28477 im \SpecialChar TeX
28478 -Modus vor der Formel ein.
28479  Das setzt voraus, dass das \SpecialChar LaTeX
28480 -Paket 
28481 \series bold
28482 calc
28483 \series default
28484
28485 \begin_inset Foot
28486 status collapsed
28487
28488 \begin_layout Plain Layout
28489
28490 \series bold
28491 calc
28492 \series default
28493  ist Teil jeder \SpecialChar LaTeX
28494 -Standardinstallation.
28495 \end_layout
28496
28497 \end_inset
28498
28499
28500 \begin_inset Index idx
28501 status collapsed
28502
28503 \begin_layout Plain Layout
28504 Pakete ! calc
28505 \end_layout
28506
28507 \end_inset
28508
28509  im \SpecialChar LaTeX
28510 -Vorspann mit der Zeile
28511 \end_layout
28512
28513 \begin_layout Standard
28514
28515 \series bold
28516
28517 \backslash
28518 usepackage{calc}
28519 \end_layout
28520
28521 \begin_layout Standard
28522 geladen wurde.
28523 \end_layout
28524
28525 \begin_layout Standard
28526 Man erhält: 
28527 \begin_inset ERT
28528 status collapsed
28529
28530 \begin_layout Plain Layout
28531
28532
28533 \backslash
28534 setlength{
28535 \backslash
28536 jot}{3mm+3pt}
28537 \end_layout
28538
28539 \end_inset
28540
28541
28542 \begin_inset Formula 
28543 \begin{eqnarray*}
28544 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}\\
28545 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
28546 \end{eqnarray*}
28547
28548 \end_inset
28549
28550
28551 \end_layout
28552
28553 \begin_layout Standard
28554 \begin_inset ERT
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558
28559
28560 \backslash
28561 setlength{
28562 \backslash
28563 jot}{3pt}
28564 \end_layout
28565
28566 \end_inset
28567
28568  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28569 \series bold
28570
28571 \backslash
28572 jot
28573 \series default
28574  auf den Wert 3
28575 \begin_inset space \thinspace{}
28576 \end_inset
28577
28578 pt.
28579 \end_layout
28580
28581 \begin_layout Subsubsection
28582 Spaltenabstand
28583 \begin_inset CommandInset label
28584 LatexCommand label
28585 name "subsec:Spaltenabstand"
28586
28587 \end_inset
28588
28589
28590 \begin_inset Index idx
28591 status collapsed
28592
28593 \begin_layout Plain Layout
28594 Formel ! mehrzeilige ! Spaltenabstand
28595 \end_layout
28596
28597 \end_inset
28598
28599
28600 \end_layout
28601
28602 \begin_layout Standard
28603 Mehrzeilige Formeln bilden eine Matrix.
28604  Eine Formel in der Eqnarray-Umgebung ist z.
28605 \begin_inset space \thinspace{}
28606 \end_inset
28607
28608 B.
28609  eine dreispaltige Matrix.
28610  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28611  neben den Relationszeichen ändern.
28612 \end_layout
28613
28614 \begin_layout Standard
28615 Der Spaltenabstand wird mit der Länge 
28616 \series bold
28617
28618 \backslash
28619 arraycolsep
28620 \series default
28621
28622 \begin_inset Index idx
28623 status collapsed
28624
28625 \begin_layout Plain Layout
28626 Befehle ! A ! 
28627 \backslash
28628 arraycolsep
28629 \end_layout
28630
28631 \end_inset
28632
28633  festgelegt, wobei gilt:
28634 \begin_inset Newline newline
28635 \end_inset
28636
28637 Spaltenabstand = 2
28638 \begin_inset space \thinspace{}
28639 \end_inset
28640
28641
28642 \series bold
28643
28644 \backslash
28645 arraycolsep
28646 \series default
28647 .
28648 \begin_inset Newline newline
28649 \end_inset
28650
28651 Der im \SpecialChar TeX
28652 -Modus eingegebene Befehl
28653 \end_layout
28654
28655 \begin_layout Standard
28656
28657 \series bold
28658
28659 \backslash
28660 setlength{
28661 \backslash
28662 arraycolsep}{1cm}
28663 \end_layout
28664
28665 \begin_layout Standard
28666 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28667 \begin_inset space \thinspace{}
28668 \end_inset
28669
28670 cm.
28671  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28672 \series bold
28673
28674 \backslash
28675 arraycolsep
28676 \series default
28677  auf 5
28678 \begin_inset space \thinspace{}
28679 \end_inset
28680
28681 pt.
28682 \end_layout
28683
28684 \begin_layout Standard
28685 Eine Formel mit 2
28686 \begin_inset space \thinspace{}
28687 \end_inset
28688
28689 cm Spaltenabstand:
28690 \begin_inset ERT
28691 status collapsed
28692
28693 \begin_layout Plain Layout
28694
28695
28696 \backslash
28697 setlength{
28698 \backslash
28699 arraycolsep}{1cm}
28700 \end_layout
28701
28702 \end_inset
28703
28704
28705 \begin_inset Formula 
28706 \begin{eqnarray*}
28707 A & = & B\\
28708 C & \ne & A
28709 \end{eqnarray*}
28710
28711 \end_inset
28712
28713 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28714 \begin_inset space \thinspace{}
28715 \end_inset
28716
28717 pt:
28718 \begin_inset ERT
28719 status collapsed
28720
28721 \begin_layout Plain Layout
28722
28723
28724 \backslash
28725 setlength{
28726 \backslash
28727 arraycolsep}{5pt}
28728 \end_layout
28729
28730 \end_inset
28731
28732
28733 \begin_inset Formula 
28734 \begin{eqnarray*}
28735 A & = & B\\
28736 C & \ne & A
28737 \end{eqnarray*}
28738
28739 \end_inset
28740
28741
28742 \end_layout
28743
28744 \begin_layout Subsubsection
28745 Lange Formeln
28746 \begin_inset Index idx
28747 status collapsed
28748
28749 \begin_layout Plain Layout
28750 Formel ! lange
28751 \end_layout
28752
28753 \end_inset
28754
28755
28756 \end_layout
28757
28758 \begin_layout Standard
28759 Lange Formeln kann man wie folgt setzen:
28760 \end_layout
28761
28762 \begin_layout Itemize
28763 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28764  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28765 \begin_inset Formula 
28766 \begin{eqnarray}
28767 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 \\
28768  &  & -\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}
28769 \end{eqnarray}
28770
28771 \end_inset
28772
28773 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28774  als Operator, da es das erste Zeichen der Zeile ist.
28775  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28776  Bruchstrich unterscheiden.
28777  Um das zu verhindern, wurde mit dem Befehl 
28778 \series bold
28779
28780 \backslash
28781 hspace
28782 \series default
28783  3
28784 \begin_inset space \thinspace{}
28785 \end_inset
28786
28787 pt Leerraum hinter das Minuszeichen eingefügt.
28788 \begin_inset Foot
28789 status collapsed
28790
28791 \begin_layout Plain Layout
28792 mehr zu 
28793 \series bold
28794
28795 \backslash
28796 hspace
28797 \series default
28798  siehe 
28799 \begin_inset CommandInset ref
28800 LatexCommand ref
28801 reference "subsec:Variabler-Leerraum"
28802
28803 \end_inset
28804
28805
28806 \end_layout
28807
28808 \end_inset
28809
28810
28811 \begin_inset Index idx
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815 Befehle ! H ! 
28816 \backslash
28817 hspace
28818 \end_layout
28819
28820 \end_inset
28821
28822
28823 \end_layout
28824
28825 \begin_layout Itemize
28826 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28827 \series bold
28828
28829 \backslash
28830 lefteqn
28831 \series default
28832
28833 \begin_inset Index idx
28834 status collapsed
28835
28836 \begin_layout Plain Layout
28837 Befehle ! L ! 
28838 \backslash
28839 lefteqn
28840 \end_layout
28841
28842 \end_inset
28843
28844 .
28845  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28846  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28847 \begin_inset Formula 
28848 \begin{eqnarray}
28849 \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 \\
28850  &  & -\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 \\
28851  &  & =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}
28852 \end{eqnarray}
28853
28854 \end_inset
28855
28856 Nachdem man 
28857 \series bold
28858
28859 \backslash
28860 lefteqn
28861 \series default
28862  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28863  das gegenüber dem blauen leicht verschoben ist.
28864  In dieses wird die Formel eingegeben.
28865 \begin_inset Newline newline
28866 \end_inset
28867
28868 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28869  eingegeben.
28870  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28871  Einrückung.
28872 \begin_inset VSpace medskip
28873 \end_inset
28874
28875
28876 \begin_inset Newline newline
28877 \end_inset
28878
28879
28880 \begin_inset Note Greyedout
28881 status open
28882
28883 \begin_layout Plain Layout
28884 Bei der Verwendung von 
28885 \series bold
28886
28887 \backslash
28888 lefteqn
28889 \series default
28890  ist Folgendes zu beachten:
28891 \end_layout
28892
28893 \begin_layout Itemize
28894 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28895  Würde man in obigem Beispiel der ersten Zeile den Term 
28896 \begin_inset Formula $-B^{2}$
28897 \end_inset
28898
28899  anfügen, befände sich dieser außerhalb des Seitenrands.
28900  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28901  Leerraum einfügen.
28902 \end_layout
28903
28904 \begin_layout Itemize
28905 Aufgrund eines Fehlers in \SpecialChar LyX
28906  kann der Cursor nicht mit der Maus in die erste
28907  Zeile gesetzt werden.
28908 \begin_inset Foot
28909 status collapsed
28910
28911 \begin_layout Plain Layout
28912 \begin_inset CommandInset href
28913 LatexCommand href
28914 name "LyX-Fehler #1429"
28915 target "http://www.lyx.org/trac/ticket/1429"
28916
28917 \end_inset
28918
28919
28920 \end_layout
28921
28922 \end_inset
28923
28924  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28925  Pfeiltasten bewegen.
28926 \end_layout
28927
28928 \end_inset
28929
28930
28931 \end_layout
28932
28933 \begin_layout Itemize
28934 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28935 \begin_inset CommandInset ref
28936 LatexCommand ref
28937 reference "subsec:Multline-Umgebung"
28938
28939 \end_inset
28940
28941  und 
28942 \begin_inset CommandInset ref
28943 LatexCommand ref
28944 reference "subsec:Mehrzeilige-Formelteile"
28945
28946 \end_inset
28947
28948  beschriebenen Umgebungen.
28949 \end_layout
28950
28951 \begin_layout Subsubsection
28952 Mehrzeilige Brüche
28953 \begin_inset CommandInset label
28954 LatexCommand label
28955 name "subsec:Mehrzeilige-Brüche"
28956
28957 \end_inset
28958
28959
28960 \begin_inset Index idx
28961 status collapsed
28962
28963 \begin_layout Plain Layout
28964 Brüche ! mehrzeilige
28965 \end_layout
28966
28967 \end_inset
28968
28969
28970 \end_layout
28971
28972 \begin_layout Standard
28973 Es gibt Fälle, in denen der Zähler und/oder Nenner eines Bruches zu lang
28974  ist als dass der Bruch auf eine Zeile passt.
28975  Es ist dann notwendig einen Zeilenumbruch innerhalb des Bruches einzufügen.
28976  Dazu gibt es den Befehl 
28977 \series bold
28978
28979 \backslash
28980 splitfrac
28981 \series default
28982
28983 \begin_inset Index idx
28984 status collapsed
28985
28986 \begin_layout Plain Layout
28987 Befehle ! S ! 
28988 \backslash
28989 splitfrac
28990 \end_layout
28991
28992 \end_inset
28993
28994 .
28995  Um ihn zu aktivieren, stellt man in den Dokumenteinstellungen unter 
28996 \family sans
28997 Mathe-Optionen
28998 \family default
28999  für das Paket 
29000 \series bold
29001 mathtools
29002 \series default
29003
29004 \begin_inset Index idx
29005 status collapsed
29006
29007 \begin_layout Plain Layout
29008 Pakete ! mathtools
29009 \end_layout
29010
29011 \end_inset
29012
29013  die Option 
29014 \family sans
29015 Immer
29016 \begin_inset space ~
29017 \end_inset
29018
29019 laden
29020 \family default
29021  ein.
29022  
29023 \series bold
29024
29025 \backslash
29026 splitfrac
29027 \series default
29028  hat das Schema
29029 \end_layout
29030
29031 \begin_layout Standard
29032
29033 \series bold
29034
29035 \backslash
29036 splitfrac{erste Zeile}{zweite Zeile}
29037 \end_layout
29038
29039 \begin_layout Standard
29040 und wird als Zähler und/oder Nenner verwendet:
29041 \end_layout
29042
29043 \begin_layout Standard
29044 \begin_inset Formula 
29045 \[
29046 a=\frac{\splitfrac{xy+xy+xy+xy+xy}{+wy+wy+wy+wy}}{z}\ne\frac{\splitdfrac{xy+\frac{xy}{z}+xy+xy+xy}{+xy+xy+xy+xy}}{z}
29047 \]
29048
29049 \end_inset
29050
29051 Der Befehl für den ersten Zähler in obiger Formel lautet:
29052 \end_layout
29053
29054 \begin_layout Standard
29055
29056 \series bold
29057
29058 \backslash
29059 splitfrac{xy+xy+xy+xy+xy
29060 \begin_inset space \textvisiblespace{}
29061 \end_inset
29062
29063
29064 \backslash
29065 {+wy+wy+wy+wy
29066 \end_layout
29067
29068 \begin_layout Subsubsection
29069 Mehrzeilige Klammern
29070 \begin_inset CommandInset label
29071 LatexCommand label
29072 name "subsec:Mehrzeilige-Klammern"
29073
29074 \end_inset
29075
29076
29077 \begin_inset Index idx
29078 status collapsed
29079
29080 \begin_layout Plain Layout
29081 Klammern ! mehrzeilige
29082 \end_layout
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \begin_layout Standard
29090 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
29091 \begin_inset Formula 
29092 \begin{eqnarray*}
29093 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29094  &  & \left.\cdots+B-D\right]
29095 \end{eqnarray*}
29096
29097 \end_inset
29098
29099
29100 \end_layout
29101
29102 \begin_layout Standard
29103 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
29104  Größe dürfen nicht über mehrere Zeilen gehen.
29105 \end_layout
29106
29107 \begin_layout Standard
29108 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
29109  erste Zeile mit 
29110 \series bold
29111
29112 \backslash
29113 right.
29114 \series default
29115
29116 \begin_inset Index idx
29117 status collapsed
29118
29119 \begin_layout Plain Layout
29120 Befehle ! R ! 
29121 \backslash
29122 right
29123 \end_layout
29124
29125 \end_inset
29126
29127  und beginnt die zweite Zeile mit 
29128 \series bold
29129
29130 \backslash
29131 left.
29132 \begin_inset Foot
29133 status collapsed
29134
29135 \begin_layout Plain Layout
29136 mehr zu 
29137 \series bold
29138
29139 \backslash
29140 left
29141 \series default
29142  und 
29143 \series bold
29144
29145 \backslash
29146 right
29147 \series default
29148  siehe 
29149 \begin_inset CommandInset ref
29150 LatexCommand ref
29151 reference "subsec:Automatische-Klammergrößen"
29152
29153 \end_inset
29154
29155
29156 \end_layout
29157
29158 \end_inset
29159
29160
29161 \series default
29162
29163 \begin_inset Index idx
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 Befehle ! L ! 
29168 \backslash
29169 left
29170 \end_layout
29171
29172 \end_inset
29173
29174 .
29175  Nach 
29176 \series bold
29177
29178 \backslash
29179 left.
29180
29181 \series default
29182  gibt man den Befehl 
29183 \series bold
29184
29185 \backslash
29186 vphantom
29187 \series default
29188
29189 \begin_inset space \textvisiblespace{}
29190 \end_inset
29191
29192
29193 \series bold
29194
29195 \backslash
29196 prod
29197 \series default
29198 ^
29199 \begin_inset space \textvisiblespace{}
29200 \end_inset
29201
29202
29203 \series bold
29204
29205 \backslash
29206 infty
29207 \series default
29208
29209 \begin_inset space \textvisiblespace{}
29210 \end_inset
29211
29212
29213 \series bold
29214
29215 \begin_inset Formula $\downarrow$
29216 \end_inset
29217
29218 _R=1}
29219 \series default
29220
29221 \begin_inset Index idx
29222 status collapsed
29223
29224 \begin_layout Plain Layout
29225 Befehle ! V ! 
29226 \backslash
29227 vphantom
29228 \end_layout
29229
29230 \end_inset
29231
29232  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29233  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29234 \end_layout
29235
29236 \begin_layout Standard
29237 Das Ergebnis sieht so aus:
29238 \begin_inset Formula 
29239 \begin{eqnarray*}
29240 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29241  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29242 \end{eqnarray*}
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \begin_layout Subsection
29250 Align-Umgebungen
29251 \end_layout
29252
29253 \begin_layout Standard
29254 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29255  werden.
29256  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29257 \end_layout
29258
29259 \begin_layout Standard
29260 Align-Umgebungen bestehen aus Spalten.
29261  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29262  ausgerichtet.
29263  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29264 \end_layout
29265
29266 \begin_layout Standard
29267 Align-Umgebung werden über das Menü 
29268 \family sans
29269 Einfügen\SpecialChar menuseparator
29270 Mathe
29271 \family default
29272  erstellt.
29273  Über das Menü 
29274 \family sans
29275 Bearbeiten\SpecialChar menuseparator
29276 Mathe\SpecialChar menuseparator
29277 Formelart
29278 \begin_inset space ~
29279 \end_inset
29280
29281 ändern
29282 \family default
29283  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29284 \end_layout
29285
29286 \begin_layout Standard
29287 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29288
29289 \begin_inset Info
29290 type  "icon"
29291 arg   "inset-modify tabular append-column"
29292 \end_inset
29293
29294  bzw.
29295 \begin_inset space \space{}
29296 \end_inset
29297
29298
29299 \begin_inset Info
29300 type  "icon"
29301 arg   "inset-modify tabular delete-column"
29302 \end_inset
29303
29304  oder das Menü 
29305 \family sans
29306 Bearbeiten\SpecialChar menuseparator
29307 Zeilen & Spalten
29308 \family default
29309  verwendet werden.
29310 \end_layout
29311
29312 \begin_layout Subsubsection
29313 Standard align-Umgebung
29314 \begin_inset CommandInset label
29315 LatexCommand label
29316 name "subsec:Standard-align-Umgebung"
29317
29318 \end_inset
29319
29320
29321 \begin_inset Index idx
29322 status collapsed
29323
29324 \begin_layout Plain Layout
29325 Formel ! mehrzeilige ! align-Umgebung
29326 \end_layout
29327
29328 \end_inset
29329
29330
29331 \end_layout
29332
29333 \begin_layout Standard
29334 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29335 \family sans
29336 Strg+Enter
29337 \family default
29338  drückt oder das Menü 
29339 \family sans
29340 Einfügen\SpecialChar menuseparator
29341 Mathe\SpecialChar menuseparator
29342 AMS align-Umge\SpecialChar softhyphen
29343 bung
29344 \family default
29345  aufruft.
29346 \end_layout
29347
29348 \begin_layout Standard
29349 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29350 n align-Umgebung erzeugt wurden:
29351 \begin_inset Formula 
29352 \begin{align*}
29353 A & =\sin(B) & C & =D\\
29354 C & \ne A & B & \ne D
29355 \end{align*}
29356
29357 \end_inset
29358
29359 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29360  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29361 \series bold
29362
29363 \backslash
29364 hfill
29365 \begin_inset Foot
29366 status collapsed
29367
29368 \begin_layout Plain Layout
29369 mehr zu 
29370 \series bold
29371
29372 \backslash
29373 hfill
29374 \series default
29375  siehe 
29376 \begin_inset CommandInset ref
29377 LatexCommand ref
29378 reference "subsec:Variabler-Leerraum"
29379
29380 \end_inset
29381
29382
29383 \end_layout
29384
29385 \end_inset
29386
29387
29388 \series default
29389  befinden.
29390  Ist der Formelstil 
29391 \series bold
29392 Eingerückt
29393 \begin_inset Foot
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397 Formelstile siehe 
29398 \begin_inset CommandInset ref
29399 LatexCommand ref
29400 reference "sec:Formelstile"
29401
29402 \end_inset
29403
29404
29405 \end_layout
29406
29407 \end_inset
29408
29409
29410 \series default
29411  gewählt, wird die Formel ohne den 
29412 \series bold
29413
29414 \backslash
29415 hfill
29416 \series default
29417  vor der ersten Spalte gesetzt.
29418 \end_layout
29419
29420 \begin_layout Subsubsection
29421 Alignat-Umgebung
29422 \begin_inset Index idx
29423 status collapsed
29424
29425 \begin_layout Plain Layout
29426 Formel ! mehrzeilige ! alignat-Umgebung
29427 \end_layout
29428
29429 \end_inset
29430
29431
29432 \end_layout
29433
29434 \begin_layout Standard
29435 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29436  Man kann ihn manuell durch die in 
29437 \begin_inset CommandInset ref
29438 LatexCommand ref
29439 reference "subsec:Leerraum"
29440
29441 \end_inset
29442
29443  beschriebenen Leerräume einfügen.
29444 \end_layout
29445
29446 \begin_layout Standard
29447 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29448  Formel 1
29449 \begin_inset space \thinspace{}
29450 \end_inset
29451
29452 cm Leerraum eingefügt wurde:
29453 \begin_inset Formula 
29454 \begin{alignat*}{2}
29455 A & =\sin(B) & \hspace{1cm}C & =D\\
29456 C & \ne A & B & \ne D
29457 \end{alignat*}
29458
29459 \end_inset
29460
29461 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29462  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29463  Formeln.
29464 \end_layout
29465
29466 \begin_layout Subsubsection
29467 Flalign-Umgebung
29468 \begin_inset CommandInset label
29469 LatexCommand label
29470 name "subsec:Flalign-Umgebung"
29471
29472 \end_inset
29473
29474
29475 \begin_inset Index idx
29476 status collapsed
29477
29478 \begin_layout Plain Layout
29479 Formel ! mehrzeilige ! flalign-Umgebung
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \end_layout
29486
29487 \begin_layout Standard
29488 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29489  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29490  Dazu ein Beispiel:
29491 \begin_inset Formula 
29492 \begin{flalign*}
29493 A & =1 & B & =2 & C & =3\\
29494 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29495 \end{flalign*}
29496
29497 \end_inset
29498
29499
29500 \end_layout
29501
29502 \begin_layout Standard
29503 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29504  die letzte Spalte eine leere \SpecialChar TeX
29505 -Klammer ein, kann man einzelne Formeln im
29506  Dokument links setzen obwohl der Formelstil 
29507 \series bold
29508 Zentriert
29509 \series default
29510  eingestellt ist.
29511  Als Beispiel die eingerückte ausgerichtete Formel 
29512 \begin_inset CommandInset ref
29513 LatexCommand eqref
29514 reference "eq:VolInt"
29515
29516 \end_inset
29517
29518 :
29519 \begin_inset Formula 
29520 \begin{flalign}
29521 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29522 \end{flalign}
29523
29524 \end_inset
29525
29526 In den ersten beiden Spalten befindet sich die Formel.
29527  Damit sie wie beim Formelstil 
29528 \series bold
29529 Eingerückt
29530 \series default
29531  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29532 \begin_inset space \thinspace{}
29533 \end_inset
29534
29535 pt Leerraum eingefügt.
29536 \end_layout
29537
29538 \begin_layout Subsection
29539 Eqnarray-Umgebung
29540 \begin_inset CommandInset label
29541 LatexCommand label
29542 name "subsec:Eqnarray-Umgebung"
29543
29544 \end_inset
29545
29546
29547 \begin_inset Index idx
29548 status collapsed
29549
29550 \begin_layout Plain Layout
29551 Formel ! mehrzeilige ! Eqnarray-Umgebung
29552 \end_layout
29553
29554 \end_inset
29555
29556
29557 \end_layout
29558
29559 \begin_layout Standard
29560 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29561  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29562  ausgerichtet.
29563  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29564  da dieses Kästchen nur für Relationzeichen gedacht ist.
29565 \begin_inset Formula 
29566 \begin{eqnarray*}
29567 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29568 AB & AB & AB\\
29569 A & = & A
29570 \end{eqnarray*}
29571
29572 \end_inset
29573
29574
29575 \end_layout
29576
29577 \begin_layout Subsection
29578 Gather-Umgebung
29579 \begin_inset Index idx
29580 status collapsed
29581
29582 \begin_layout Plain Layout
29583 Formel ! mehrzeilige ! Gather-Umgebung
29584 \end_layout
29585
29586 \end_inset
29587
29588
29589 \end_layout
29590
29591 \begin_layout Standard
29592 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29593  Jede Zeile kann nummeriert werden.
29594 \begin_inset Formula 
29595 \begin{gather}
29596 A=1\\
29597 X=\textrm{-}1
29598 \end{gather}
29599
29600 \end_inset
29601
29602
29603 \end_layout
29604
29605 \begin_layout Subsection
29606 Multline-Umgebung
29607 \begin_inset CommandInset label
29608 LatexCommand label
29609 name "subsec:Multline-Umgebung"
29610
29611 \end_inset
29612
29613
29614 \begin_inset Index idx
29615 status collapsed
29616
29617 \begin_layout Plain Layout
29618 Formel ! mehrzeilige ! Multline-Umgebung
29619 \end_layout
29620
29621 \end_inset
29622
29623
29624 \end_layout
29625
29626 \begin_layout Standard
29627 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29628  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29629  Alle anderen Zeilen sind zentriert.
29630  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29631  Als Beispiel Formel 
29632 \begin_inset CommandInset ref
29633 LatexCommand eqref
29634 reference "eq:lefteqn"
29635
29636 \end_inset
29637
29638  in der multline-Umgebung:
29639 \begin_inset Formula 
29640 \begin{multline}
29641 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}\\
29642 -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}\\
29643 =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}}
29644 \end{multline}
29645
29646 \end_inset
29647
29648
29649 \end_layout
29650
29651 \begin_layout Standard
29652 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29653  nummeriert, wenn rechts (links) nummeriert wird.
29654 \begin_inset Foot
29655 status collapsed
29656
29657 \begin_layout Plain Layout
29658 Nummerierungsstile siehe 
29659 \begin_inset CommandInset ref
29660 LatexCommand ref
29661 reference "sec:Formelstile"
29662
29663 \end_inset
29664
29665
29666 \end_layout
29667
29668 \end_inset
29669
29670
29671 \end_layout
29672
29673 \begin_layout Standard
29674 Mit den Befehlen 
29675 \series bold
29676
29677 \backslash
29678 shoveright
29679 \series default
29680
29681 \begin_inset Index idx
29682 status collapsed
29683
29684 \begin_layout Plain Layout
29685 Befehle ! S ! 
29686 \backslash
29687 shoveright
29688 \end_layout
29689
29690 \end_inset
29691
29692  und 
29693 \series bold
29694
29695 \backslash
29696 shoveleft
29697 \series default
29698
29699 \begin_inset Index idx
29700 status collapsed
29701
29702 \begin_layout Plain Layout
29703 Befehle ! S ! 
29704 \backslash
29705 shoveleft
29706 \end_layout
29707
29708 \end_inset
29709
29710  kann eine zentrierte Zeile rechts bzw.
29711 \begin_inset space \space{}
29712 \end_inset
29713
29714 links ausgerichtet werden.
29715  Die Befehle werden folgendermaßen verwendet:
29716 \end_layout
29717
29718 \begin_layout Standard
29719
29720 \series bold
29721
29722 \backslash
29723 shoveright{Zeileninhalt}
29724 \series default
29725  bzw.
29726 \begin_inset space \space{}
29727 \end_inset
29728
29729
29730 \series bold
29731
29732 \backslash
29733 shoveleft{Zeileninhalt}
29734 \end_layout
29735
29736 \begin_layout Standard
29737 \begin_inset VSpace medskip
29738 \end_inset
29739
29740 Die Länge 
29741 \series bold
29742
29743 \backslash
29744 multlinegap
29745 \series default
29746
29747 \begin_inset Index idx
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Befehle ! M ! 
29752 \backslash
29753 multlinegap
29754 \end_layout
29755
29756 \end_inset
29757
29758  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29759  Voreingestellt ist die Länge 0
29760 \begin_inset space \thinspace{}
29761 \end_inset
29762
29763 pt.
29764 \end_layout
29765
29766 \begin_layout Standard
29767 Als Beispiel obige Formel, vor der im \SpecialChar TeX
29768 -Modus der Befehl
29769 \end_layout
29770
29771 \begin_layout Standard
29772
29773 \series bold
29774
29775 \backslash
29776 setlength{
29777 \backslash
29778 multlinegap}{2cm}
29779 \end_layout
29780
29781 \begin_layout Standard
29782 eingegeben wurde:
29783 \begin_inset ERT
29784 status collapsed
29785
29786 \begin_layout Plain Layout
29787
29788
29789 \backslash
29790 setlength{
29791 \backslash
29792 multlinegap}{2cm}
29793 \end_layout
29794
29795 \end_inset
29796
29797
29798 \begin_inset Formula 
29799 \begin{multline}
29800 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}\\
29801 \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}}\\
29802 =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}}
29803 \end{multline}
29804
29805 \end_inset
29806
29807
29808 \begin_inset ERT
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812
29813
29814 \backslash
29815 setlength{
29816 \backslash
29817 multlinegap}{0pt}
29818 \end_layout
29819
29820 \end_inset
29821
29822
29823 \end_layout
29824
29825 \begin_layout Standard
29826 Die zweite Zeile wurde mit 
29827 \series bold
29828
29829 \backslash
29830 shoveleft
29831 \series default
29832  linksbündig ausgerichtet.
29833 \end_layout
29834
29835 \begin_layout Subsection
29836 Mehrzeilige Formelteile
29837 \begin_inset CommandInset label
29838 LatexCommand label
29839 name "subsec:Mehrzeilige-Formelteile"
29840
29841 \end_inset
29842
29843
29844 \begin_inset Index idx
29845 status collapsed
29846
29847 \begin_layout Plain Layout
29848 Formel ! mehrzeilige ! Formelteile
29849 \end_layout
29850
29851 \end_inset
29852
29853
29854 \end_layout
29855
29856 \begin_layout Standard
29857 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29858  der folgenden Umgebungen: 
29859 \series bold
29860 aligned
29861 \series default
29862
29863 \series bold
29864 alignedat
29865 \series default
29866
29867 \series bold
29868 gathered
29869 \series default
29870  oder 
29871 \series bold
29872 split
29873 \series default
29874 .
29875  Sie können über das Menü 
29876 \family sans
29877 Einfügen\SpecialChar menuseparator
29878 Mathe
29879 \family default
29880  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29881 \end_layout
29882
29883 \begin_layout Standard
29884 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29885 n Formel\SpecialChar softhyphen
29886 umgebungen.
29887  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29888  Dazu ein Beispiel:
29889 \begin_inset Formula 
29890 \[
29891 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29892 \Delta E\Delta t & \ge\frac{\hbar}{2}
29893 \end{aligned}
29894 \right\} \textrm{Unbestimmtheitsrelationen}
29895 \]
29896
29897 \end_inset
29898
29899
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29904  der Befehl 
29905 \series bold
29906
29907 \backslash
29908 aligned
29909 \series default
29910
29911 \begin_inset Index idx
29912 status collapsed
29913
29914 \begin_layout Plain Layout
29915 Befehle ! A ! 
29916 \backslash
29917 aligned
29918 \end_layout
29919
29920 \end_inset
29921
29922  eingegeben wird.
29923  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29924  und Zeilen hinzufügen kann.
29925  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29926  gesetzt werden.
29927 \end_layout
29928
29929 \begin_layout Standard
29930 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29931  ausgerichtet sind.
29932  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29933  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29934  Als Beispiel Formel 
29935 \begin_inset CommandInset ref
29936 LatexCommand eqref
29937 reference "eq:kurzlang"
29938
29939 \end_inset
29940
29941  in der aligned-Umgebung:
29942 \begin_inset Formula 
29943 \begin{equation}
29944 \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}|}\\
29945  & -\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}|}
29946 \end{aligned}
29947 \end{equation}
29948
29949 \end_inset
29950
29951
29952 \end_layout
29953
29954 \begin_layout Standard
29955 Möchte man die Umgebung 
29956 \series bold
29957 alignedat
29958 \series default
29959
29960 \series bold
29961 gathered
29962 \series default
29963  oder 
29964 \series bold
29965 split
29966 \series default
29967  verwenden, gibt man den Befehl 
29968 \series bold
29969
29970 \backslash
29971 alignedat
29972 \series default
29973 ,
29974 \begin_inset Index idx
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978 Befehle ! A ! 
29979 \backslash
29980 alignedat
29981 \end_layout
29982
29983 \end_inset
29984
29985  
29986 \series bold
29987
29988 \backslash
29989 gathered
29990 \series default
29991
29992 \begin_inset Index idx
29993 status collapsed
29994
29995 \begin_layout Plain Layout
29996 Befehle ! G ! 
29997 \backslash
29998 gathered
29999 \end_layout
30000
30001 \end_inset
30002
30003  bzw.
30004 \begin_inset space \space{}
30005 \end_inset
30006
30007
30008 \series bold
30009
30010 \backslash
30011 split
30012 \series default
30013
30014 \begin_inset Index idx
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018 Befehle ! S ! 
30019 \backslash
30020 split
30021 \end_layout
30022
30023 \end_inset
30024
30025  ein.
30026  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
30027  jedoch darf sie nur zwei Spalten enthalten.
30028 \end_layout
30029
30030 \begin_layout Subsection
30031 Text in mehrzeiligen Formeln
30032 \begin_inset CommandInset label
30033 LatexCommand label
30034 name "subsec:Text-in-mehrzeiligen"
30035
30036 \end_inset
30037
30038
30039 \begin_inset Index idx
30040 status collapsed
30041
30042 \begin_layout Plain Layout
30043 Text ! in Formeln
30044 \end_layout
30045
30046 \end_inset
30047
30048
30049 \begin_inset Index idx
30050 status collapsed
30051
30052 \begin_layout Plain Layout
30053 Formel ! mehrzeilige ! Text
30054 \end_layout
30055
30056 \end_inset
30057
30058
30059 \end_layout
30060
30061 \begin_layout Standard
30062 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
30063  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
30064  die Ausrichtung der Spalten nicht beeinflusst.
30065  Dazu wird der Befehl 
30066 \series bold
30067
30068 \backslash
30069 intertext
30070 \series default
30071
30072 \begin_inset Index idx
30073 status collapsed
30074
30075 \begin_layout Plain Layout
30076 Befehle ! I ! 
30077 \backslash
30078 intertext
30079 \end_layout
30080
30081 \end_inset
30082
30083  nach folgendem Schema benutzt:
30084 \end_layout
30085
30086 \begin_layout Standard
30087
30088 \series bold
30089
30090 \backslash
30091 intertext{Text}
30092 \end_layout
30093
30094 \begin_layout Standard
30095 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
30096  werden kann.
30097  Weil \SpecialChar LyX
30098  
30099 \series bold
30100
30101 \backslash
30102 intertext
30103 \series default
30104  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
30105  Text.
30106  
30107 \series bold
30108
30109 \backslash
30110 intertext
30111 \series default
30112  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
30113  dieser Zeile.
30114  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
30115 \begin_inset Formula 
30116 \begin{align}
30117 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30118 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30119 \end{align}
30120
30121 \end_inset
30122
30123
30124 \end_layout
30125
30126 \begin_layout Standard
30127
30128 \series bold
30129
30130 \backslash
30131 intertext
30132 \series default
30133  erzeugt immer etwas vertikalen Leerraum zwischen dem Text und den Formelzeilen.
30134  Um dies zu vermeiden, stellt man in den Dokumenteinstellungen unter 
30135 \family sans
30136 Mathe-Optionen
30137 \family default
30138  für das Paket 
30139 \series bold
30140 mathtools
30141 \series default
30142
30143 \begin_inset Index idx
30144 status collapsed
30145
30146 \begin_layout Plain Layout
30147 Pakete ! mathtools
30148 \end_layout
30149
30150 \end_inset
30151
30152  die Option 
30153 \family sans
30154 Immer
30155 \begin_inset space ~
30156 \end_inset
30157
30158 laden
30159 \family default
30160  ein.
30161  Man kann nun den Befehl 
30162 \series bold
30163
30164 \backslash
30165 shortintertext
30166 \series default
30167
30168 \begin_inset Index idx
30169 status collapsed
30170
30171 \begin_layout Plain Layout
30172 Befehle ! S ! 
30173 \backslash
30174 shortintertext
30175 \end_layout
30176
30177 \end_inset
30178
30179  statt 
30180 \series bold
30181
30182 \backslash
30183 intertext
30184 \series default
30185  verwenden:
30186 \begin_inset Formula 
30187 \begin{align}
30188 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30189 \shortintertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30190 \end{align}
30191
30192 \end_inset
30193
30194
30195 \end_layout
30196
30197 \begin_layout Section
30198 Formelnummerierung
30199 \begin_inset Index idx
30200 status collapsed
30201
30202 \begin_layout Plain Layout
30203 Formelnummerierung
30204 \end_layout
30205
30206 \end_inset
30207
30208
30209 \begin_inset Index idx
30210 status collapsed
30211
30212 \begin_layout Plain Layout
30213 Formel ! Nummerierung|see
30214 \begin_inset ERT
30215 status collapsed
30216
30217 \begin_layout Plain Layout
30218
30219 {
30220 \end_layout
30221
30222 \end_inset
30223
30224 Formelnummerierung
30225 \begin_inset ERT
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230 }
30231 \end_layout
30232
30233 \end_inset
30234
30235
30236 \end_layout
30237
30238 \end_inset
30239
30240
30241 \end_layout
30242
30243 \begin_layout Subsection
30244 Allgemeines
30245 \end_layout
30246
30247 \begin_layout Standard
30248 Nummerierte Formeln können mit dem Menü 
30249 \family sans
30250 Einfügen\SpecialChar menuseparator
30251 Mathe\SpecialChar menuseparator
30252 Nummerierte
30253 \begin_inset space ~
30254 \end_inset
30255
30256 Formel
30257 \family default
30258  (Tastenkürzel 
30259 \family sans
30260 Strg+Alt
30261 \begin_inset space ~
30262 \end_inset
30263
30264 N
30265 \family default
30266 ) erstellt, bestehende Formeln über das Menü 
30267 \family sans
30268 Bearbeiten\SpecialChar menuseparator
30269 Mathe\SpecialChar menuseparator
30270 Nummerierung
30271 \begin_inset space ~
30272 \end_inset
30273
30274 an/aus
30275 \family default
30276  (Tastenkürzel 
30277 \family sans
30278 Alt+M
30279 \begin_inset space ~
30280 \end_inset
30281
30282 N
30283 \family default
30284 ) nummeriert werden.
30285  Die Formelnummer erscheint in \SpecialChar LyX
30286  hinter der Formel als Raute in runden Klammern.
30287  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30288 \end_layout
30289
30290 \begin_layout Standard
30291 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30292  Zeilen nummeriert.
30293  Man kann jedoch über das Menü 
30294 \family sans
30295 Bearbeiten\SpecialChar menuseparator
30296 Mathe\SpecialChar menuseparator
30297 Zeilennummerierung an/aus
30298 \family default
30299  (Tastenkürzel 
30300 \family sans
30301 Alt+M
30302 \begin_inset space ~
30303 \end_inset
30304
30305 Shift+N
30306 \family default
30307 ) für jede Zeile die Nummerierung festlegen.
30308 \end_layout
30309
30310 \begin_layout Standard
30311 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30312  werden, siehe 
30313 \begin_inset CommandInset ref
30314 LatexCommand ref
30315 reference "sec:Formelstile"
30316
30317 \end_inset
30318
30319 .
30320 \end_layout
30321
30322 \begin_layout Subsection
30323 Querverweise
30324 \begin_inset Index idx
30325 status collapsed
30326
30327 \begin_layout Plain Layout
30328 Querverweise ! auf Formeln
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Standard
30337 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30338  Eine Marke wird mit dem Menü 
30339 \family sans
30340 Einfügen\SpecialChar menuseparator
30341 Marke
30342 \family default
30343  oder dem Werkzeugleistenknopf 
30344 \begin_inset Info
30345 type  "icon"
30346 arg   "label-insert"
30347 \end_inset
30348
30349  gesetzt.
30350  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30351  Alternativ klickt man mit rechts auf die Formel und wählt 
30352 \family sans
30353 Formelmarke
30354 \family default
30355 .
30356  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30357 \series bold
30358 eq:
30359 \series default
30360 , nachdem der eigentliche Markenname eingegeben wird.
30361  Der voreingestellte Eintrag steht für 
30362 \begin_inset Quotes gld
30363 \end_inset
30364
30365 equation
30366 \begin_inset Quotes grd
30367 \end_inset
30368
30369  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30370  einer Formel und nicht zu einem Kapitel gehört.
30371  Um eine Marke zu ändern, wählt man wieder das Menü 
30372 \family sans
30373 Einfügen\SpecialChar menuseparator
30374 Marke
30375 \family default
30376  oder man klickt mit rechts auf eine Formel und dann auf 
30377 \family sans
30378 Formelmarke
30379 \family default
30380 .
30381 \end_layout
30382
30383 \begin_layout Standard
30384 Der Name der Marke erscheint in \SpecialChar LyX
30385  in zwei runden Klammern hinter der Formel.
30386  Eine Formel mit Marke wird immer nummeriert.
30387 \end_layout
30388
30389 \begin_layout Standard
30390 Querverweise werden mit dem Menü 
30391 \family sans
30392 Einfügen\SpecialChar menuseparator
30393 Querverweis
30394 \family default
30395  oder dem Werkzeugleistenknopf 
30396 \begin_inset Info
30397 type  "icon"
30398 arg   "dialog-show-new-inset ref"
30399 \end_inset
30400
30401  eingefügt.
30402  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30403  Wenn man im Querverweis Dialogfenster das Format 
30404 \series bold
30405 (<Querverweis>)
30406 \series default
30407  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30408 \begin_inset Newline newline
30409 \end_inset
30410
30411 Drückt man in \SpecialChar LyX
30412  mit der rechten Maustaste auf einen Querverweis, gelangt
30413  man zur Formel auf die verwiesen wird.
30414 \end_layout
30415
30416 \begin_layout Standard
30417 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30418 \begin_inset Note Note
30419 status open
30420
30421 \begin_layout Plain Layout
30422 Man beachte die unterschiedlichen Querverweistypen.
30423 \end_layout
30424
30425 \end_inset
30426
30427
30428 \end_layout
30429
30430 \begin_layout Standard
30431 Die Gleichungen 
30432 \begin_inset CommandInset ref
30433 LatexCommand eqref
30434 reference "eq:tag"
30435
30436 \end_inset
30437
30438  und 
30439 \begin_inset CommandInset ref
30440 LatexCommand eqref
30441 reference "eq:c"
30442
30443 \end_inset
30444
30445  sind äquivalent.
30446  In (
30447 \begin_inset CommandInset ref
30448 LatexCommand ref
30449 reference "eq:Lat"
30450
30451 \end_inset
30452
30453 ) werden im Gegensatz zu (
30454 \begin_inset CommandInset ref
30455 LatexCommand ref
30456 reference "eq:Roem"
30457
30458 \end_inset
30459
30460 ) große lateinische Buchstaben zur Nummerierung verwendet.
30461 \end_layout
30462
30463 \begin_layout Standard
30464 \begin_inset VSpace medskip
30465 \end_inset
30466
30467 Ist im Argument von 
30468 \series bold
30469
30470 \backslash
30471 tag
30472 \begin_inset Foot
30473 status collapsed
30474
30475 \begin_layout Plain Layout
30476
30477 \series bold
30478
30479 \backslash
30480 tag
30481 \series default
30482  ist in 
30483 \begin_inset CommandInset ref
30484 LatexCommand ref
30485 reference "subsec:Benutzerdefinierte-Nummerierung"
30486
30487 \end_inset
30488
30489  beschrieben.
30490 \end_layout
30491
30492 \end_inset
30493
30494
30495 \series default
30496  wie in 
30497 \begin_inset CommandInset ref
30498 LatexCommand ref
30499 reference "subsec:Absatzboxen"
30500
30501 \end_inset
30502
30503  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30504 \end_layout
30505
30506 \begin_layout Subsection
30507 Unternummerierung
30508 \begin_inset Index idx
30509 status collapsed
30510
30511 \begin_layout Plain Layout
30512 Formelnummerierung ! Unternummerierung
30513 \end_layout
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30522  
30523 \begin_inset Newline newline
30524 \end_inset
30525
30526
30527 \series bold
30528
30529 \backslash
30530 begin{subequations}
30531 \series default
30532  und 
30533 \series bold
30534
30535 \backslash
30536 end{subequations}
30537 \series default
30538  erreichen.
30539  Beide Befehle werden im \SpecialChar TeX
30540 -Modus eingegeben.
30541 \end_layout
30542
30543 \begin_layout Standard
30544 Dazu ein Beispiel:
30545 \begin_inset Formula 
30546 \begin{equation}
30547 A=C-B\label{eq:a}
30548 \end{equation}
30549
30550 \end_inset
30551
30552
30553 \begin_inset ERT
30554 status collapsed
30555
30556 \begin_layout Plain Layout
30557
30558
30559 \backslash
30560 addtocounter{equation}{-1}
30561 \end_layout
30562
30563 \end_inset
30564
30565
30566 \begin_inset ERT
30567 status collapsed
30568
30569 \begin_layout Plain Layout
30570
30571
30572 \backslash
30573 begin{subequations}
30574 \end_layout
30575
30576 \end_inset
30577
30578
30579 \begin_inset VSpace -5mm
30580 \end_inset
30581
30582
30583 \begin_inset Formula 
30584 \begin{equation}
30585 B=C-A\label{eq:b}
30586 \end{equation}
30587
30588 \end_inset
30589
30590
30591 \begin_inset Formula 
30592 \begin{equation}
30593 C=A+B\label{eq:c}
30594 \end{equation}
30595
30596 \end_inset
30597
30598
30599 \end_layout
30600
30601 \begin_layout Standard
30602 \begin_inset ERT
30603 status collapsed
30604
30605 \begin_layout Plain Layout
30606
30607
30608 \backslash
30609 end{subequations}
30610 \end_layout
30611
30612 \end_inset
30613
30614
30615 \end_layout
30616
30617 \begin_layout Standard
30618 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30619 \end_layout
30620
30621 \begin_layout Enumerate
30622 erste Formel eingeben
30623 \end_layout
30624
30625 \begin_layout Enumerate
30626
30627 \series bold
30628
30629 \backslash
30630 addtocounter{equation}{-1} 
30631 \backslash
30632 begin{subequations}
30633 \begin_inset Index idx
30634 status collapsed
30635
30636 \begin_layout Plain Layout
30637 Befehle ! A ! 
30638 \backslash
30639 addtocounter
30640 \end_layout
30641
30642 \end_inset
30643
30644
30645 \begin_inset Newline newline
30646 \end_inset
30647
30648
30649 \series default
30650 nach der ersten Formel einfügen
30651 \end_layout
30652
30653 \begin_layout Enumerate
30654 zweite Formel eingeben
30655 \end_layout
30656
30657 \begin_layout Enumerate
30658 dritte Formel eingeben
30659 \end_layout
30660
30661 \begin_layout Enumerate
30662
30663 \series bold
30664
30665 \backslash
30666 end{subequations}
30667 \series default
30668  nach der dritten Formel einfügen
30669 \end_layout
30670
30671 \begin_layout Standard
30672 Jede Formel, die zwischen den Befehlen 
30673 \series bold
30674
30675 \backslash
30676 begin
30677 \series default
30678  und 
30679 \series bold
30680
30681 \backslash
30682 end
30683 \series default
30684  steht, wird mit a, b, c, \SpecialChar ldots
30685  untergliedert.
30686  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30687  Alle untergliederten Formeln gelten als 
30688 \emph on
30689 eine
30690 \emph default
30691  nummerierte Formel.
30692  Da jede nummerierte Formel den Formelzähler 
30693 \series bold
30694 equation
30695 \series default
30696  um Eins erhöht, ist der Befehl 
30697 \series bold
30698
30699 \backslash
30700 addtocounter
30701 \series default
30702  notwendig um den Zähler wieder zu erniedrigen.
30703  Ansonsten würden die Formeln 
30704 \begin_inset CommandInset ref
30705 LatexCommand eqref
30706 reference "eq:a"
30707
30708 \end_inset
30709
30710
30711 \begin_inset CommandInset ref
30712 LatexCommand eqref
30713 reference "eq:b"
30714
30715 \end_inset
30716
30717
30718 \begin_inset CommandInset ref
30719 LatexCommand eqref
30720 reference "eq:c"
30721
30722 \end_inset
30723
30724  als 
30725 \begin_inset CommandInset ref
30726 LatexCommand eqref
30727 reference "eq:a"
30728
30729 \end_inset
30730
30731
30732 \begin_inset CommandInset ref
30733 LatexCommand eqref
30734 reference "eq:d"
30735
30736 \end_inset
30737
30738
30739 \begin_inset CommandInset ref
30740 LatexCommand eqref
30741 reference "eq:f"
30742
30743 \end_inset
30744
30745  nummeriert werden.
30746 \end_layout
30747
30748 \begin_layout Standard
30749 Durch die Eingabe der Befehle im \SpecialChar TeX
30750 -Modus wird zwischen den ersten beiden
30751  Formeln automatisch etwas Leerraum erstellt.
30752  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30753 \series bold
30754
30755 \backslash
30756 begin{subequations}
30757 \series default
30758  -5
30759 \begin_inset space \thinspace{}
30760 \end_inset
30761
30762 mm vertikalen Leerraum ein.
30763  Ist der Formelstil 
30764 \series bold
30765 Eingerückt
30766 \begin_inset Foot
30767 status collapsed
30768
30769 \begin_layout Plain Layout
30770 Formelstile siehe 
30771 \begin_inset CommandInset ref
30772 LatexCommand ref
30773 reference "sec:Formelstile"
30774
30775 \end_inset
30776
30777
30778 \end_layout
30779
30780 \end_inset
30781
30782
30783 \series default
30784  gewählt, fügt man -7
30785 \begin_inset space \thinspace{}
30786 \end_inset
30787
30788 mm Leerraum ein.
30789 \end_layout
30790
30791 \begin_layout Standard
30792 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30793  der zweiten Zeile abgeschaltet wurde:
30794 \begin_inset ERT
30795 status collapsed
30796
30797 \begin_layout Plain Layout
30798
30799
30800 \backslash
30801 begin{subequations}
30802 \end_layout
30803
30804 \end_inset
30805
30806
30807 \begin_inset Formula 
30808 \begin{eqnarray}
30809 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30810  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30811  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30812 \end{eqnarray}
30813
30814 \end_inset
30815
30816
30817 \begin_inset ERT
30818 status collapsed
30819
30820 \begin_layout Plain Layout
30821
30822
30823 \backslash
30824 end{subequations}
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Subsection
30833 Benutzerdefinierte Nummerierung
30834 \begin_inset CommandInset label
30835 LatexCommand label
30836 name "subsec:Benutzerdefinierte-Nummerierung"
30837
30838 \end_inset
30839
30840
30841 \begin_inset Index idx
30842 status collapsed
30843
30844 \begin_layout Plain Layout
30845 Formelnummerierung ! benutzerdefinierte
30846 \end_layout
30847
30848 \end_inset
30849
30850
30851 \end_layout
30852
30853 \begin_layout Standard
30854 \begin_inset Index idx
30855 status collapsed
30856
30857 \begin_layout Plain Layout
30858 Formelnummerierung ! eigene Klammern
30859 \end_layout
30860
30861 \end_inset
30862
30863 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30864  gesetzt.
30865  Will man diese Klammern z.
30866 \begin_inset space \thinspace{}
30867 \end_inset
30868
30869 B.
30870  durch senkrechte Striche ersetzen, gibt man im \SpecialChar LaTeX
30871 -Vorspann Folgendes an:
30872 \end_layout
30873
30874 \begin_layout Standard
30875
30876 \series bold
30877
30878 \backslash
30879 def
30880 \backslash
30881 tagform@#1{
30882 \backslash
30883 maketag@@@{|#1|}}
30884 \series default
30885
30886 \begin_inset Note Note
30887 status collapsed
30888
30889 \begin_layout Plain Layout
30890 Dieses Makro ist zum Testen bereits im \SpecialChar LaTeX
30891 -Vorspann angegeben.
30892  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30893  werden.
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \end_layout
30900
30901 \begin_layout Standard
30902 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30903 \series bold
30904 #1
30905 \series default
30906  durch ein oder mehrere gewünschte Zeichen.
30907  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30908 \end_layout
30909
30910 \begin_layout Standard
30911 \begin_inset VSpace bigskip
30912 \end_inset
30913
30914 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30915  hinter der Formel stehen, benutzt man den Befehl 
30916 \series bold
30917
30918 \backslash
30919 tag
30920 \series default
30921
30922 \begin_inset Index idx
30923 status collapsed
30924
30925 \begin_layout Plain Layout
30926 Befehle ! T ! 
30927 \backslash
30928 tag
30929 \end_layout
30930
30931 \end_inset
30932
30933 :
30934 \begin_inset Formula 
30935 \begin{equation}
30936 A+B=C\tag{etwas}\label{eq:tag}
30937 \end{equation}
30938
30939 \end_inset
30940
30941  In diesem Beispiel wurde in der Formel der Befehl 
30942 \series bold
30943
30944 \backslash
30945 tag
30946 \series default
30947
30948 \begin_inset space \textvisiblespace{}
30949 \end_inset
30950
30951
30952 \series bold
30953 etwas
30954 \series default
30955  eingegeben.
30956 \end_layout
30957
30958 \begin_layout Standard
30959 Gibt man stattdessen 
30960 \series bold
30961
30962 \backslash
30963 tag*
30964 \series default
30965
30966 \begin_inset space \textvisiblespace{}
30967 \end_inset
30968
30969
30970 \series bold
30971 etwas
30972 \series default
30973  ein, verhindert der Stern die Klammern um den Ausdruck:
30974 \begin_inset Formula 
30975 \[
30976 A+B=C\tag*{etwas}
30977 \]
30978
30979 \end_inset
30980
30981
30982 \end_layout
30983
30984 \begin_layout Standard
30985 \begin_inset VSpace bigskip
30986 \end_inset
30987
30988 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30989  oder 
30990 \begin_inset ERT
30991 status collapsed
30992
30993 \begin_layout Plain Layout
30994
30995
30996 \backslash
30997 mbox{
30998 \end_layout
30999
31000 \end_inset
31001
31002 -abschnitt
31003 \begin_inset ERT
31004 status collapsed
31005
31006 \begin_layout Plain Layout
31007
31008 }
31009 \end_layout
31010
31011 \end_inset
31012
31013
31014 \begin_inset Note Note
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 Der Befehl 
31019 \series bold
31020
31021 \backslash
31022 mbox
31023 \series default
31024  verhindert, dass am Bindestrich umgebrochen wird.
31025 \end_layout
31026
31027 \end_inset
31028
31029  beginnt, verwendet man folgende \SpecialChar LaTeX
31030 -Vorspannzeile:
31031 \end_layout
31032
31033 \begin_layout Standard
31034
31035 \series bold
31036
31037 \backslash
31038 @addtoreset{equation}{part}
31039 \series default
31040
31041 \begin_inset Index idx
31042 status collapsed
31043
31044 \begin_layout Plain Layout
31045 Befehle ! 
31046 \begin_inset ERT
31047 status collapsed
31048
31049 \begin_layout Plain Layout
31050
31051 "
31052 \end_layout
31053
31054 \end_inset
31055
31056 @
31057 \begin_inset ERT
31058 status collapsed
31059
31060 \begin_layout Plain Layout
31061
31062 "
31063 \end_layout
31064
31065 \end_inset
31066
31067  ! 
31068 \backslash
31069
31070 \begin_inset ERT
31071 status collapsed
31072
31073 \begin_layout Plain Layout
31074
31075 "
31076 \end_layout
31077
31078 \end_inset
31079
31080 @
31081 \begin_inset ERT
31082 status collapsed
31083
31084 \begin_layout Plain Layout
31085
31086 "
31087 \end_layout
31088
31089 \end_inset
31090
31091 addtoreset
31092 \end_layout
31093
31094 \end_inset
31095
31096
31097 \begin_inset Newline newline
31098 \end_inset
31099
31100 bzw.
31101 \begin_inset Newline newline
31102 \end_inset
31103
31104
31105 \series bold
31106
31107 \backslash
31108 @addtoreset{equation}{section}
31109 \end_layout
31110
31111 \begin_layout Standard
31112 Um diese Befehle im \SpecialChar TeX
31113 -Modus benutzen zu können, muss das 
31114 \begin_inset Quotes gld
31115 \end_inset
31116
31117 @
31118 \begin_inset Quotes grd
31119 \end_inset
31120
31121  Zeichen für \SpecialChar LaTeX
31122  mit dem Befehl 
31123 \series bold
31124
31125 \backslash
31126 makeatletter
31127 \series default
31128  
31129 \begin_inset Quotes gld
31130 \end_inset
31131
31132 aktiv
31133 \begin_inset Quotes grd
31134 \end_inset
31135
31136  gemacht werden.
31137  Der Befehl 
31138 \series bold
31139
31140 \backslash
31141 makeatother
31142 \series default
31143  macht dies wieder rückgängig.
31144  Daher ist die Befehlssequenz im \SpecialChar TeX
31145 -Modus:
31146 \end_layout
31147
31148 \begin_layout Standard
31149
31150 \series bold
31151
31152 \backslash
31153 makeatletter
31154 \begin_inset Newline newline
31155 \end_inset
31156
31157
31158 \backslash
31159 @addtoreset{equation}{section}
31160 \begin_inset Newline newline
31161 \end_inset
31162
31163
31164 \backslash
31165 makeatother
31166 \end_layout
31167
31168 \begin_layout Standard
31169 Im \SpecialChar LaTeX
31170 -Vorspann können 
31171 \series bold
31172
31173 \backslash
31174 makeatletter
31175 \series default
31176  und 
31177 \series bold
31178
31179 \backslash
31180 makeatother
31181 \series default
31182  weggelassen werden, da \SpecialChar LyX
31183  sie automatisch intern einfügt.
31184 \end_layout
31185
31186 \begin_layout Standard
31187 Um 
31188 \series bold
31189
31190 \backslash
31191 @addtoreset
31192 \series default
31193  rückgängig zu machen, muss die Datei 
31194 \series bold
31195 remreset.sty
31196 \series default
31197
31198 \begin_inset Foot
31199 status collapsed
31200
31201 \begin_layout Plain Layout
31202
31203 \series bold
31204 remreset
31205 \series default
31206  ist Teil des \SpecialChar LaTeX
31207 -Paketes 
31208 \series bold
31209 carlisle
31210 \series default
31211
31212 \begin_inset Index idx
31213 status collapsed
31214
31215 \begin_layout Plain Layout
31216 Pakete ! carlisle
31217 \end_layout
31218
31219 \end_inset
31220
31221 , das Teil jeder \SpecialChar LaTeX
31222 -Standardinstallation ist.
31223 \end_layout
31224
31225 \end_inset
31226
31227
31228 \begin_inset Index idx
31229 status collapsed
31230
31231 \begin_layout Plain Layout
31232 Pakete ! remreset
31233 \end_layout
31234
31235 \end_inset
31236
31237  im \SpecialChar LaTeX
31238 -Vorspann mit der Zeile
31239 \end_layout
31240
31241 \begin_layout Standard
31242
31243 \series bold
31244
31245 \backslash
31246 usepackage{remreset}
31247 \end_layout
31248
31249 \begin_layout Standard
31250 geladen werden.
31251  Dann kann der Befehl 
31252 \series bold
31253
31254 \backslash
31255 @removefromreset
31256 \series default
31257
31258 \begin_inset Index idx
31259 status collapsed
31260
31261 \begin_layout Plain Layout
31262 Befehle ! 
31263 \begin_inset ERT
31264 status collapsed
31265
31266 \begin_layout Plain Layout
31267
31268 "
31269 \end_layout
31270
31271 \end_inset
31272
31273 @
31274 \begin_inset ERT
31275 status collapsed
31276
31277 \begin_layout Plain Layout
31278
31279 "
31280 \end_layout
31281
31282 \end_inset
31283
31284  ! 
31285 \backslash
31286
31287 \begin_inset ERT
31288 status collapsed
31289
31290 \begin_layout Plain Layout
31291
31292 "
31293 \end_layout
31294
31295 \end_inset
31296
31297 @
31298 \begin_inset ERT
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302
31303 "
31304 \end_layout
31305
31306 \end_inset
31307
31308 removefromreset
31309 \end_layout
31310
31311 \end_inset
31312
31313  mit dem selben Schema wie 
31314 \series bold
31315
31316 \backslash
31317 @addtoreset
31318 \series default
31319  benutzt werden.
31320 \end_layout
31321
31322 \begin_layout Standard
31323 \begin_inset VSpace bigskip
31324 \end_inset
31325
31326 Oftmals möchte man Formeln in folgender Art nummerieren:
31327 \end_layout
31328
31329 \begin_layout Standard
31330
31331 \family typewriter
31332 (Kapitelnummer.Formelnummer)
31333 \end_layout
31334
31335 \begin_layout Standard
31336 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31337 \end_layout
31338
31339 \begin_layout Standard
31340 Für diesen Fall gibt es den Befehl 
31341 \series bold
31342
31343 \backslash
31344 numberwithin
31345 \series default
31346
31347 \begin_inset Index idx
31348 status collapsed
31349
31350 \begin_layout Plain Layout
31351 Befehle ! N ! 
31352 \backslash
31353 numberwithin
31354 \end_layout
31355
31356 \end_inset
31357
31358 , der nach folgendem Schema benutzt wird:
31359 \end_layout
31360
31361 \begin_layout Standard
31362
31363 \series bold
31364
31365 \backslash
31366 numberwithin{Zähler}{Gliederung}
31367 \end_layout
31368
31369 \begin_layout Standard
31370 Zähler gibt an, welche Nummerierung betroffen ist.
31371  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31372 \end_layout
31373
31374 \begin_layout Standard
31375 In unserem Fall gibt man demnach folgende \SpecialChar LaTeX
31376 -Vorspann- oder \SpecialChar TeX
31377 -Code-Zeile ein:
31378 \end_layout
31379
31380 \begin_layout Standard
31381
31382 \series bold
31383
31384 \backslash
31385 numberwithin{equation}{section}
31386 \end_layout
31387
31388 \begin_layout Standard
31389 Das ist das Ergebnis:
31390 \begin_inset ERT
31391 status collapsed
31392
31393 \begin_layout Plain Layout
31394
31395
31396 \backslash
31397 numberwithin{equation}{section}
31398 \end_layout
31399
31400 \end_inset
31401
31402
31403 \begin_inset Formula 
31404 \begin{equation}
31405 A+B=C
31406 \end{equation}
31407
31408 \end_inset
31409
31410
31411 \end_layout
31412
31413 \begin_layout Standard
31414 Möchte man z.
31415 \begin_inset space \thinspace{}
31416 \end_inset
31417
31418 B.
31419  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31420  gibt man 
31421 \series bold
31422
31423 \backslash
31424 numberwithin{table}{part}
31425 \series default
31426  ein.
31427 \end_layout
31428
31429 \begin_layout Standard
31430 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31431 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31432  folgenden Befehl als \SpecialChar TeX
31433 -Code oder als \SpecialChar LaTeX
31434 -Vorspannzeile ein:
31435 \end_layout
31436
31437 \begin_layout Standard
31438
31439 \series bold
31440
31441 \backslash
31442 renewcommand{
31443 \backslash
31444 theequation}{
31445 \backslash
31446 arabic{equation}}
31447 \begin_inset Index idx
31448 status collapsed
31449
31450 \begin_layout Plain Layout
31451 Befehle ! A ! 
31452 \backslash
31453 arabic
31454 \end_layout
31455
31456 \end_inset
31457
31458
31459 \series default
31460
31461 \begin_inset ERT
31462 status collapsed
31463
31464 \begin_layout Plain Layout
31465
31466
31467 \backslash
31468 renewcommand{
31469 \backslash
31470 theequation}{
31471 \backslash
31472 arabic{equation}}
31473 \end_layout
31474
31475 \end_inset
31476
31477
31478 \series bold
31479
31480 \begin_inset Newline newline
31481 \end_inset
31482
31483
31484 \series default
31485 bzw.
31486 \series bold
31487
31488 \begin_inset Newline newline
31489 \end_inset
31490
31491
31492 \backslash
31493 renewcommand{
31494 \backslash
31495 thetable}{
31496 \backslash
31497 arabic{table}}
31498 \end_layout
31499
31500 \begin_layout Standard
31501
31502 \series bold
31503
31504 \backslash
31505 numberwithin
31506 \series default
31507  benutzt intern den oben beschriebenen Befehl 
31508 \series bold
31509
31510 \backslash
31511 @addtoreset
31512 \series default
31513 , der ebenfalls rückgängig gemacht werden muss.
31514 \begin_inset ERT
31515 status collapsed
31516
31517 \begin_layout Plain Layout
31518
31519
31520 \backslash
31521 makeatletter
31522 \end_layout
31523
31524 \begin_layout Plain Layout
31525
31526
31527 \backslash
31528 @removefromreset{equation}{section}
31529 \end_layout
31530
31531 \begin_layout Plain Layout
31532
31533
31534 \backslash
31535 makeatother
31536 \end_layout
31537
31538 \end_inset
31539
31540
31541 \end_layout
31542
31543 \begin_layout Subsection
31544 Nummerierung mit römischen Zahlen und Buchstaben
31545 \begin_inset Index idx
31546 status collapsed
31547
31548 \begin_layout Plain Layout
31549 Formelnummerierung ! mit Buchstaben
31550 \end_layout
31551
31552 \end_inset
31553
31554
31555 \begin_inset Index idx
31556 status collapsed
31557
31558 \begin_layout Plain Layout
31559 Formelnummerierung ! mit römischen Zahlen
31560 \end_layout
31561
31562 \end_inset
31563
31564
31565 \end_layout
31566
31567 \begin_layout Standard
31568 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31569  werden.
31570  Um z.
31571 \begin_inset space \thinspace{}
31572 \end_inset
31573
31574 B.
31575  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31576  \SpecialChar TeX
31577 -Modus den Befehl
31578 \end_layout
31579
31580 \begin_layout Standard
31581
31582 \series bold
31583
31584 \backslash
31585 renewcommand{
31586 \backslash
31587 theequation}{
31588 \backslash
31589 roman{equation}}
31590 \end_layout
31591
31592 \begin_layout Standard
31593 ein.
31594  
31595 \series bold
31596
31597 \backslash
31598 renewcommand
31599 \series default
31600
31601 \begin_inset Index idx
31602 status collapsed
31603
31604 \begin_layout Plain Layout
31605 Befehle ! R ! 
31606 \backslash
31607 renewcommand
31608 \end_layout
31609
31610 \end_inset
31611
31612  weist dem vordefinierten Befehl 
31613 \series bold
31614
31615 \backslash
31616 theequation
31617 \series default
31618  den Befehl
31619 \begin_inset Newline linebreak
31620 \end_inset
31621
31622
31623 \series bold
31624
31625 \backslash
31626 roman{equation}
31627 \series default
31628  zu.
31629 \begin_inset Foot
31630 status collapsed
31631
31632 \begin_layout Plain Layout
31633 Der Befehl 
31634 \series bold
31635
31636 \backslash
31637 renewcommand
31638 \series default
31639  besitzt dasselbe Schema wie der in 
31640 \begin_inset CommandInset ref
31641 LatexCommand ref
31642 reference "subsec:Der-Befehl-newcommand"
31643
31644 \end_inset
31645
31646  beschriebene Befehl
31647 \begin_inset Newline newline
31648 \end_inset
31649
31650
31651 \series bold
31652
31653 \backslash
31654 newcommand
31655 \series default
31656 .
31657 \end_layout
31658
31659 \end_inset
31660
31661  
31662 \series bold
31663 equation
31664 \series default
31665  ist der Formelzähler.
31666  Stellt man einem Zähler den Befehl 
31667 \series bold
31668
31669 \backslash
31670 the
31671 \series default
31672  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31673  wird.
31674  Gibt man an, dass eine Formel nummeriert wird, setzt \SpecialChar LaTeX
31675  intern den Befehl
31676  
31677 \series bold
31678
31679 \backslash
31680 theequation
31681 \series default
31682  hinter die Formel.
31683  
31684 \series bold
31685
31686 \backslash
31687 roman{equation}
31688 \begin_inset Index idx
31689 status collapsed
31690
31691 \begin_layout Plain Layout
31692 Befehle ! R ! 
31693 \backslash
31694 roman
31695 \end_layout
31696
31697 \end_inset
31698
31699
31700 \series default
31701  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31702 \end_layout
31703
31704 \begin_layout Standard
31705 Alle Formeln nach dem 
31706 \series bold
31707
31708 \backslash
31709 renewcommand
31710 \series default
31711 -Befehl werden nun römisch nummeriert.
31712  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31713  den Befehl erneut ein, ersetzt aber 
31714 \series bold
31715
31716 \backslash
31717 roman
31718 \series default
31719  durch 
31720 \series bold
31721
31722 \backslash
31723 Roman
31724 \series default
31725
31726 \begin_inset Index idx
31727 status collapsed
31728
31729 \begin_layout Plain Layout
31730 Befehle ! R ! 
31731 \backslash
31732 roman@
31733 \backslash
31734 Roman
31735 \end_layout
31736
31737 \end_inset
31738
31739 .
31740  Für die 
31741 \begin_inset Quotes gld
31742 \end_inset
31743
31744 Nummerierung
31745 \begin_inset Quotes grd
31746 \end_inset
31747
31748  mit lateinischen Buchstaben gibt es den Befehl 
31749 \series bold
31750
31751 \backslash
31752 alph
31753 \series default
31754
31755 \begin_inset Index idx
31756 status collapsed
31757
31758 \begin_layout Plain Layout
31759 Befehle ! A ! 
31760 \backslash
31761 alph
31762 \end_layout
31763
31764 \end_inset
31765
31766  für kleine und 
31767 \series bold
31768
31769 \backslash
31770 Alph
31771 \series default
31772
31773 \begin_inset Index idx
31774 status collapsed
31775
31776 \begin_layout Plain Layout
31777 Befehle ! A ! 
31778 \backslash
31779 alph@
31780 \backslash
31781 Alph
31782 \end_layout
31783
31784 \end_inset
31785
31786  für große Buchstaben.
31787 \end_layout
31788
31789 \begin_layout Standard
31790 \begin_inset Note Greyedout
31791 status open
31792
31793 \begin_layout Plain Layout
31794
31795 \series bold
31796 \color none
31797 Achtung:
31798 \series default
31799  Es können nur maximal 26
31800 \begin_inset space ~
31801 \end_inset
31802
31803 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
31804 \end_layout
31805
31806 \end_inset
31807
31808
31809 \end_layout
31810
31811 \begin_layout Standard
31812 \begin_inset ERT
31813 status collapsed
31814
31815 \begin_layout Plain Layout
31816
31817
31818 \backslash
31819 renewcommand{
31820 \backslash
31821 theequation}{
31822 \backslash
31823 roman{equation}}
31824 \end_layout
31825
31826 \end_inset
31827
31828
31829 \end_layout
31830
31831 \begin_layout Standard
31832 \begin_inset Formula 
31833 \begin{equation}
31834 A=\textrm{römisch}
31835 \end{equation}
31836
31837 \end_inset
31838
31839
31840 \begin_inset ERT
31841 status collapsed
31842
31843 \begin_layout Plain Layout
31844
31845
31846 \backslash
31847 renewcommand{
31848 \backslash
31849 theequation}{
31850 \backslash
31851 Roman{equation}}
31852 \end_layout
31853
31854 \end_inset
31855
31856
31857 \begin_inset Formula 
31858 \begin{equation}
31859 B=\textrm{Römisch}\label{eq:Roem}
31860 \end{equation}
31861
31862 \end_inset
31863
31864
31865 \begin_inset ERT
31866 status collapsed
31867
31868 \begin_layout Plain Layout
31869
31870
31871 \backslash
31872 renewcommand{
31873 \backslash
31874 theequation}{
31875 \backslash
31876 alph{equation}}
31877 \end_layout
31878
31879 \end_inset
31880
31881
31882 \begin_inset Formula 
31883 \begin{equation}
31884 C=\textrm{lateinisch}
31885 \end{equation}
31886
31887 \end_inset
31888
31889
31890 \begin_inset ERT
31891 status collapsed
31892
31893 \begin_layout Plain Layout
31894
31895
31896 \backslash
31897 renewcommand{
31898 \backslash
31899 theequation}{
31900 \backslash
31901 Alph{equation}}
31902 \end_layout
31903
31904 \end_inset
31905
31906
31907 \begin_inset Formula 
31908 \begin{equation}
31909 D=\textrm{Lateinisch}\label{eq:Lat}
31910 \end{equation}
31911
31912 \end_inset
31913
31914
31915 \end_layout
31916
31917 \begin_layout Standard
31918 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31919  ein:
31920 \end_layout
31921
31922 \begin_layout Standard
31923
31924 \series bold
31925
31926 \backslash
31927 renewcommand{
31928 \backslash
31929 theequation}{
31930 \backslash
31931 arabic{equation}}
31932 \begin_inset Index idx
31933 status collapsed
31934
31935 \begin_layout Plain Layout
31936 Befehle ! A ! 
31937 \backslash
31938 arabic
31939 \end_layout
31940
31941 \end_inset
31942
31943
31944 \end_layout
31945
31946 \begin_layout Standard
31947 \begin_inset ERT
31948 status collapsed
31949
31950 \begin_layout Plain Layout
31951
31952
31953 \backslash
31954 renewcommand{
31955 \backslash
31956 theequation}{
31957 \backslash
31958 arabic{equation}}
31959 \end_layout
31960
31961 \end_inset
31962
31963
31964 \begin_inset Formula 
31965 \begin{equation}
31966 E=\textrm{arabisch}
31967 \end{equation}
31968
31969 \end_inset
31970
31971
31972 \end_layout
31973
31974 \begin_layout Standard
31975 \begin_inset VSpace medskip
31976 \end_inset
31977
31978 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31979 riert.
31980  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31981  beginnen, müssen neue Formelzähler angelegt werden.
31982  Eine Beschreibung dazu findet man in der Datei 
31983 \begin_inset CommandInset href
31984 LatexCommand href
31985 name "Formelnummerierung.lyx"
31986 target "run:Formelnummerierung.lyx"
31987
31988 \end_inset
31989
31990 .
31991 \end_layout
31992
31993 \begin_layout Section
31994 Chemische Symbole und Reaktionsgleichungen
31995 \begin_inset CommandInset label
31996 LatexCommand label
31997 name "subsec:Chemische-Symbole-und"
31998
31999 \end_inset
32000
32001
32002 \begin_inset Index idx
32003 status collapsed
32004
32005 \begin_layout Plain Layout
32006 chemische Zeichen ! Symbole
32007 \end_layout
32008
32009 \end_inset
32010
32011
32012 \begin_inset Index idx
32013 status collapsed
32014
32015 \begin_layout Plain Layout
32016 Reaktionsgleichungen
32017 \end_layout
32018
32019 \end_inset
32020
32021
32022 \begin_inset Index idx
32023 status collapsed
32024
32025 \begin_layout Plain Layout
32026 Symbole ! chemische
32027 \end_layout
32028
32029 \end_inset
32030
32031
32032 \end_layout
32033
32034 \begin_layout Standard
32035 Ein Beispieltext aus der Chemie:
32036 \end_layout
32037
32038 \begin_layout Quote
32039 Das 
32040 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32041 \end_inset
32042
32043 -Ion verbindet sich mit zwei 
32044 \begin_inset Formula $\mathrm{Na^{+}}$
32045 \end_inset
32046
32047 -Ionen zu Natriumsulfat 
32048 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32049 \end_inset
32050
32051 .
32052  Die Reaktionsgleichung dazu lautet:
32053 \begin_inset Formula 
32054 \begin{equation}
32055 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
32056 \end{equation}
32057
32058 \end_inset
32059
32060
32061 \end_layout
32062
32063 \begin_layout Standard
32064 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32065  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32066  in der Formel und wandelt diese mit der Tastenkombination 
32067 \family sans
32068 Alt+Z
32069 \begin_inset space ~
32070 \end_inset
32071
32072 R
32073 \family default
32074  in den aufrechten Schriftstil um.
32075 \begin_inset Foot
32076 status collapsed
32077
32078 \begin_layout Plain Layout
32079 Schriftstile siehe 
32080 \begin_inset CommandInset ref
32081 LatexCommand ref
32082 reference "subsec:Schriftstile"
32083
32084 \end_inset
32085
32086
32087 \end_layout
32088
32089 \end_inset
32090
32091
32092 \end_layout
32093
32094 \begin_layout Standard
32095 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
32096 \series bold
32097  
32098 \backslash
32099 ce
32100 \series default
32101
32102 \begin_inset Index idx
32103 status collapsed
32104
32105 \begin_layout Plain Layout
32106 Befehle ! C ! 
32107 \backslash
32108 ce
32109 \end_layout
32110
32111 \end_inset
32112
32113  zu benutzen.
32114  Dieser ist verfügbar, wenn das \SpecialChar LaTeX
32115 -Paket 
32116 \series bold
32117 mhchem
32118 \series default
32119
32120 \begin_inset Index idx
32121 status collapsed
32122
32123 \begin_layout Plain Layout
32124 Pakete ! mhchem
32125 \end_layout
32126
32127 \end_inset
32128
32129  installiert ist.
32130  Nachdem 
32131 \series bold
32132
32133 \backslash
32134 ce
32135 \series default
32136  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
32137  Formeln in intuitiver Weise eingegeben werden können.
32138 \begin_inset Separator parbreak
32139 \end_inset
32140
32141
32142 \end_layout
32143
32144 \begin_layout Standard
32145 \align center
32146 \begin_inset Tabular
32147 <lyxtabular version="3" rows="10" columns="2">
32148 <features tabularvalignment="middle">
32149 <column alignment="center" valignment="top">
32150 <column alignment="center" valignment="top">
32151 <row>
32152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32153 \begin_inset Text
32154
32155 \begin_layout Plain Layout
32156 Befehl
32157 \end_layout
32158
32159 \end_inset
32160 </cell>
32161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32162 \begin_inset Text
32163
32164 \begin_layout Plain Layout
32165 Ergebnis
32166 \begin_inset Note Note
32167 status collapsed
32168
32169 \begin_layout Plain Layout
32170
32171 \series bold
32172
32173 \backslash
32174 raisebox
32175 \series default
32176  dient nur als Abstandhalter.
32177 \end_layout
32178
32179 \end_inset
32180
32181
32182 \end_layout
32183
32184 \end_inset
32185 </cell>
32186 </row>
32187 <row>
32188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32189 \begin_inset Text
32190
32191 \begin_layout Plain Layout
32192
32193 \backslash
32194 ce
32195 \begin_inset space \textvisiblespace{}
32196 \end_inset
32197
32198 H2CO3
32199 \end_layout
32200
32201 \end_inset
32202 </cell>
32203 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32204 \begin_inset Text
32205
32206 \begin_layout Plain Layout
32207 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32208 \end_inset
32209
32210
32211 \end_layout
32212
32213 \end_inset
32214 </cell>
32215 </row>
32216 <row>
32217 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32218 \begin_inset Text
32219
32220 \begin_layout Plain Layout
32221
32222 \backslash
32223 ce
32224 \begin_inset space \textvisiblespace{}
32225 \end_inset
32226
32227 SO4^2-
32228 \end_layout
32229
32230 \end_inset
32231 </cell>
32232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32233 \begin_inset Text
32234
32235 \begin_layout Plain Layout
32236 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32237 \end_inset
32238
32239
32240 \end_layout
32241
32242 \end_inset
32243 </cell>
32244 </row>
32245 <row>
32246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32247 \begin_inset Text
32248
32249 \begin_layout Plain Layout
32250
32251 \backslash
32252 ce
32253 \begin_inset space \textvisiblespace{}
32254 \end_inset
32255
32256 (NH4)2S
32257 \end_layout
32258
32259 \end_inset
32260 </cell>
32261 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32262 \begin_inset Text
32263
32264 \begin_layout Plain Layout
32265 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32266 \end_inset
32267
32268
32269 \end_layout
32270
32271 \end_inset
32272 </cell>
32273 </row>
32274 <row>
32275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32276 \begin_inset Text
32277
32278 \begin_layout Plain Layout
32279
32280 \backslash
32281 ce
32282 \begin_inset space \textvisiblespace{}
32283 \end_inset
32284
32285 KCr(SO4)2.12H2O
32286 \end_layout
32287
32288 \end_inset
32289 </cell>
32290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32291 \begin_inset Text
32292
32293 \begin_layout Plain Layout
32294 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32295 \end_inset
32296
32297
32298 \end_layout
32299
32300 \end_inset
32301 </cell>
32302 </row>
32303 <row>
32304 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32305 \begin_inset Text
32306
32307 \begin_layout Plain Layout
32308
32309 \backslash
32310 ce
32311 \begin_inset space \textvisiblespace{}
32312 \end_inset
32313
32314 A-B
32315 \backslash
32316 dbond
32317 \begin_inset space \textvisiblespace{}
32318 \end_inset
32319
32320 C
32321 \backslash
32322 tbond
32323 \begin_inset space \textvisiblespace{}
32324 \end_inset
32325
32326 D
32327 \end_layout
32328
32329 \end_inset
32330 </cell>
32331 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32332 \begin_inset Text
32333
32334 \begin_layout Plain Layout
32335 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32336 \end_inset
32337
32338
32339 \end_layout
32340
32341 \end_inset
32342 </cell>
32343 </row>
32344 <row>
32345 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349
32350 \backslash
32351 ce
32352 \begin_inset space \textvisiblespace{}
32353 \end_inset
32354
32355 ^227
32356 \begin_inset Formula $\downarrow$
32357 \end_inset
32358
32359 _90
32360 \begin_inset Formula $\to$
32361 \end_inset
32362
32363 Th+
32364 \end_layout
32365
32366 \end_inset
32367 </cell>
32368 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32369 \begin_inset Text
32370
32371 \begin_layout Plain Layout
32372 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \end_inset
32379 </cell>
32380 </row>
32381 <row>
32382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32383 \begin_inset Text
32384
32385 \begin_layout Plain Layout
32386
32387 \backslash
32388 ce
32389 \begin_inset space \textvisiblespace{}
32390 \end_inset
32391
32392
32393 \backslash
32394 mu
32395 \begin_inset space \textvisiblespace{}
32396 \end_inset
32397
32398
32399 \backslash
32400 hyphen
32401 \begin_inset space \textvisiblespace{}
32402 \end_inset
32403
32404 Cl
32405 \end_layout
32406
32407 \end_inset
32408 </cell>
32409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32410 \begin_inset Text
32411
32412 \begin_layout Plain Layout
32413 \begin_inset Formula $\raisebox{4.5mm}{}\ce{\ensuremath{\mu\hyphen}Cl}\raisebox{-2mm}{}$
32414 \end_inset
32415
32416
32417 \end_layout
32418
32419 \end_inset
32420 </cell>
32421 </row>
32422 <row>
32423 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32424 \begin_inset Text
32425
32426 \begin_layout Plain Layout
32427
32428 \backslash
32429 ce
32430 \begin_inset space \textvisiblespace{}
32431 \end_inset
32432
32433 CO2
32434 \begin_inset space \textvisiblespace{}
32435 \end_inset
32436
32437 +
32438 \begin_inset space \textvisiblespace{}
32439 \end_inset
32440
32441 C
32442 \begin_inset space \textvisiblespace{}
32443 \end_inset
32444
32445 <=>
32446 \begin_inset space \textvisiblespace{}
32447 \end_inset
32448
32449 2CO
32450 \end_layout
32451
32452 \end_inset
32453 </cell>
32454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32455 \begin_inset Text
32456
32457 \begin_layout Plain Layout
32458 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32459 \end_inset
32460
32461
32462 \end_layout
32463
32464 \end_inset
32465 </cell>
32466 </row>
32467 <row>
32468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32469 \begin_inset Text
32470
32471 \begin_layout Plain Layout
32472
32473 \backslash
32474 ce
32475 \begin_inset space \textvisiblespace{}
32476 \end_inset
32477
32478 CO2
32479 \begin_inset space \textvisiblespace{}
32480 \end_inset
32481
32482 +
32483 \begin_inset space \textvisiblespace{}
32484 \end_inset
32485
32486 C
32487 \begin_inset space \textvisiblespace{}
32488 \end_inset
32489
32490 ->[
32491 \backslash
32492 alpha][
32493 \backslash
32494 beta]
32495 \begin_inset space \textvisiblespace{}
32496 \end_inset
32497
32498 2CO}
32499 \end_layout
32500
32501 \end_inset
32502 </cell>
32503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32504 \begin_inset Text
32505
32506 \begin_layout Plain Layout
32507 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32508 \end_inset
32509
32510
32511 \end_layout
32512
32513 \end_inset
32514 </cell>
32515 </row>
32516 </lyxtabular>
32517
32518 \end_inset
32519
32520
32521 \end_layout
32522
32523 \begin_layout Standard
32524 \begin_inset Note Greyedout
32525 status open
32526
32527 \begin_layout Plain Layout
32528
32529 \series bold
32530 \color none
32531 Achtung:
32532 \series default
32533  Es ist nicht möglich in \SpecialChar LyX
32534  das Zeichen ^ zu verwenden um einen Pfeil nach
32535  oben zu bekommen, wie es im 
32536 \series bold
32537 mhchem
32538 \series default
32539 -Handbuch steht.
32540  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
32541  Befehl 
32542 \series bold
32543
32544 \backslash
32545 uparrow
32546 \series default
32547 :
32548 \begin_inset Newline newline
32549 \end_inset
32550
32551
32552 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32553 \end_inset
32554
32555
32556 \end_layout
32557
32558 \end_inset
32559
32560
32561 \end_layout
32562
32563 \begin_layout Standard
32564 Wird 
32565 \series bold
32566
32567 \backslash
32568 ce
32569 \series default
32570  benutzt, lautet der Befehl für Gleichung
32571 \begin_inset space ~
32572 \end_inset
32573
32574
32575 \begin_inset CommandInset ref
32576 LatexCommand eqref
32577 reference "eq:chemische-Reaktion"
32578
32579 \end_inset
32580
32581 :
32582 \begin_inset Newline newline
32583 \end_inset
32584
32585
32586 \series bold
32587  
32588 \backslash
32589 ce
32590 \series default
32591
32592 \begin_inset space \textvisiblespace{}
32593 \end_inset
32594
32595
32596 \series bold
32597 2Na+
32598 \series default
32599
32600 \begin_inset space \textvisiblespace{}
32601 \end_inset
32602
32603
32604 \series bold
32605 +
32606 \series default
32607
32608 \begin_inset space \textvisiblespace{}
32609 \end_inset
32610
32611
32612 \series bold
32613 SO4^2-
32614 \series default
32615
32616 \begin_inset space \textvisiblespace{}
32617 \end_inset
32618
32619
32620 \begin_inset space \textvisiblespace{}
32621 \end_inset
32622
32623
32624 \series bold
32625 ->
32626 \series default
32627
32628 \begin_inset space \textvisiblespace{}
32629 \end_inset
32630
32631
32632 \series bold
32633 Na2SO4
32634 \end_layout
32635
32636 \begin_layout Standard
32637 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32638  Formel erstellt, wie in 
32639 \begin_inset CommandInset ref
32640 LatexCommand ref
32641 reference "sec:Mehrzeilige-Formeln"
32642
32643 \end_inset
32644
32645  beschrieben.
32646  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32647 \series bold
32648
32649 \backslash
32650 ce
32651 \series default
32652  verwendet.
32653  
32654 \begin_inset CommandInset ref
32655 LatexCommand eqref
32656 reference "eq:TEOS-Reaktion-1"
32657
32658 \end_inset
32659
32660  und 
32661 \begin_inset CommandInset ref
32662 LatexCommand eqref
32663 reference "eq:TEOS-Reaktion-2"
32664
32665 \end_inset
32666
32667  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32668  Gleichung eine eigene Nummer hat.
32669 \begin_inset Formula 
32670 \begin{eqnarray}
32671 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32672 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32673 \end{eqnarray}
32674
32675 \end_inset
32676
32677
32678 \end_layout
32679
32680 \begin_layout Standard
32681 Außer 
32682 \series bold
32683
32684 \backslash
32685 ce
32686 \series default
32687  bietet das Paket 
32688 \series bold
32689 mhchem
32690 \series default
32691  noch den Befehl 
32692 \series bold
32693
32694 \backslash
32695 cf
32696 \series default
32697
32698 \begin_inset Index idx
32699 status collapsed
32700
32701 \begin_layout Plain Layout
32702 Befehle ! C ! 
32703 \backslash
32704 cf
32705 \end_layout
32706
32707 \end_inset
32708
32709  für spezielle Fälle.
32710  Mehr über 
32711 \series bold
32712
32713 \backslash
32714 cf
32715 \series default
32716  und weitere Beispiele sind in der Dokumentation von 
32717 \series bold
32718 mhchem
32719 \series default
32720  zu finden, 
32721 \begin_inset CommandInset citation
32722 LatexCommand cite
32723 key "mhchem"
32724
32725 \end_inset
32726
32727 .
32728 \end_layout
32729
32730 \begin_layout Section
32731 Diagramme
32732 \end_layout
32733
32734 \begin_layout Standard
32735 \SpecialChar LyX
32736  unterstützt zwei Typen kommutativer Diagramme: 
32737 \series bold
32738 amscd
32739 \series default
32740  und 
32741 \series bold
32742 xymatrix
32743 \series default
32744 , die im Folgenden erläutert sind.
32745 \end_layout
32746
32747 \begin_layout Standard
32748 \begin_inset Newpage newpage
32749 \end_inset
32750
32751
32752 \end_layout
32753
32754 \begin_layout Subsection
32755 amscd Diagramme
32756 \begin_inset Index idx
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760 Diagramme ! amscd
32761 \end_layout
32762
32763 \end_inset
32764
32765
32766 \end_layout
32767
32768 \begin_layout Standard
32769 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32770  Linien oder Pfeilen dar:
32771 \begin_inset Formula 
32772 \[
32773 \begin{CD}A@>>>B@>>>C\\
32774 @AAA@.@VVV\\
32775 F@<<<E@<<<D
32776 \end{CD}
32777 \]
32778
32779 \end_inset
32780
32781
32782 \end_layout
32783
32784 \begin_layout Standard
32785 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32786 \series bold
32787
32788 \backslash
32789 CD
32790 \begin_inset Index idx
32791 status collapsed
32792
32793 \begin_layout Plain Layout
32794 Befehle ! C ! 
32795 \backslash
32796 CD
32797 \end_layout
32798
32799 \end_inset
32800
32801
32802 \series default
32803  ein.
32804  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32805  man die weiteren Befehle eingibt.
32806  Mit 
32807 \series bold
32808
32809 \begin_inset ERT
32810 status collapsed
32811
32812 \begin_layout Plain Layout
32813
32814
32815 \backslash
32816 mbox{
32817 \end_layout
32818
32819 \end_inset
32820
32821
32822 \family sans
32823 \series default
32824 Strg+Enter
32825 \family default
32826 \series bold
32827
32828 \begin_inset ERT
32829 status collapsed
32830
32831 \begin_layout Plain Layout
32832
32833 }
32834 \end_layout
32835
32836 \end_inset
32837
32838
32839 \series default
32840  wird eine neue Zeile erstellt.
32841  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32842  Zeilen der Formel eingegeben.
32843 \end_layout
32844
32845 \begin_layout Standard
32846 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32847 \end_layout
32848
32849 \begin_layout Itemize
32850
32851 \series bold
32852 @<<<
32853 \series default
32854  erstellt einen Linkspfeil, 
32855 \series bold
32856 @>>>
32857 \series default
32858  einen Rechtspfeil und 
32859 \series bold
32860 @=
32861 \series default
32862  ein langes Gleichheitszeichen
32863 \end_layout
32864
32865 \begin_layout Itemize
32866
32867 \series bold
32868 @AAA
32869 \series default
32870  erstellt einen Pfeil nach oben, 
32871 \series bold
32872 @VVV
32873 \series default
32874  einen Pfeil nach unten und 
32875 \series bold
32876 @|
32877 \series default
32878  ein senkrechtes Gleichheitszeichen
32879 \end_layout
32880
32881 \begin_layout Itemize
32882
32883 \series bold
32884 @.
32885
32886 \series default
32887  dient als Platzhalter für nicht vorhandene Beziehungen
32888 \end_layout
32889
32890 \begin_layout Standard
32891 Alle Pfeile sind wie folgt beschriftbar:
32892 \end_layout
32893
32894 \begin_layout Itemize
32895 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32896 \begin_inset space \space{}
32897 \end_inset
32898
32899 > Text eingegeben, erscheint er über dem Pfeil.
32900  Wird der Text zwischen dem zweiten und dritten < bzw.
32901 \begin_inset space \space{}
32902 \end_inset
32903
32904 > eingegeben, erscheint er unter dem Pfeil.
32905 \end_layout
32906
32907 \begin_layout Itemize
32908 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32909 \begin_inset space \space{}
32910 \end_inset
32911
32912 V eingegeben, erscheint er links neben dem Pfeil.
32913  Bei Eingabe zwischen zweitem und drittem A bzw.
32914 \begin_inset space \space{}
32915 \end_inset
32916
32917 V erscheint er rechts daneben.
32918  Enthält der Text ein A oder V, müssen diese Buchstaben in eine \SpecialChar TeX
32919 -Klammer
32920  gesetzt werden.
32921 \end_layout
32922
32923 \begin_layout Standard
32924 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32925 \end_layout
32926
32927 \begin_layout Standard
32928 \begin_inset Formula 
32929 \[
32930 \begin{CD}A@>j>>B@>>k>C@=F\\
32931 @AmAA@.@VV{V}V@|\\
32932 D@<<j<E@>k>>F@=C
32933 \end{CD}
32934 \]
32935
32936 \end_inset
32937
32938
32939 \end_layout
32940
32941 \begin_layout Standard
32942 Der Befehl dazu lautet:
32943 \begin_inset Newline newline
32944 \end_inset
32945
32946
32947 \series bold
32948
32949 \backslash
32950 CD
32951 \begin_inset space \textvisiblespace{}
32952 \end_inset
32953
32954 A@>j>>B@>>k>C@=F Strg+Enter
32955 \begin_inset Newline newline
32956 \end_inset
32957
32958
32959 \begin_inset Phantom HPhantom
32960 status open
32961
32962 \begin_layout Plain Layout
32963
32964 \series bold
32965
32966 \backslash
32967 CD
32968 \begin_inset space \textvisiblespace{}
32969 \end_inset
32970
32971
32972 \end_layout
32973
32974 \end_inset
32975
32976 @AmAA@.@VV
32977 \backslash
32978 {V
32979 \series default
32980
32981 \begin_inset Formula $\to$
32982 \end_inset
32983
32984
32985 \series bold
32986 V@| Strg+Enter
32987 \begin_inset Newline newline
32988 \end_inset
32989
32990
32991 \begin_inset Phantom HPhantom
32992 status open
32993
32994 \begin_layout Plain Layout
32995
32996 \series bold
32997
32998 \backslash
32999 CD
33000 \begin_inset space \textvisiblespace{}
33001 \end_inset
33002
33003
33004 \end_layout
33005
33006 \end_inset
33007
33008 D@<<j<E@>k>>F@=C
33009 \end_layout
33010
33011 \begin_layout Subsection
33012 xymatrix Diagramme
33013 \begin_inset Index idx
33014 status collapsed
33015
33016 \begin_layout Plain Layout
33017 Diagramme ! xymatrix
33018 \end_layout
33019
33020 \end_inset
33021
33022
33023 \end_layout
33024
33025 \begin_layout Standard
33026 Um Xymatrizen nutzen zu können, muss das \SpecialChar LaTeX
33027 -Paket 
33028 \series bold
33029 xypic
33030 \series default
33031  installiert sein.
33032  Eine Xymatrix wird erstellt, indem der Befehl 
33033 \series bold
33034
33035 \backslash
33036 xymatrix
33037 \series default
33038  in eine Formel eingegeben wird.
33039  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33040  hinzufügen, siehe 
33041 \begin_inset CommandInset ref
33042 LatexCommand ref
33043 reference "sec:Matrizen"
33044
33045 \end_inset
33046
33047 .
33048 \end_layout
33049
33050 \begin_layout Standard
33051 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
33052  gekrümmte Pfeile und vieles mehr.
33053  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
33054  sind im Detail im 
33055 \emph on
33056 XY-pic-Handbuch
33057 \emph default
33058  erklärt, dass im Menü 
33059 \family sans
33060 Hilfe\SpecialChar menuseparator
33061 Spezielle
33062 \begin_inset space ~
33063 \end_inset
33064
33065 Handbücher
33066 \family default
33067  zu finden ist.
33068 \end_layout
33069
33070 \begin_layout Subsection
33071
33072 \noun on
33073 Feynman
33074 \noun default
33075  Diagramme
33076 \begin_inset Index idx
33077 status collapsed
33078
33079 \begin_layout Plain Layout
33080 Diagramme ! Feynman
33081 \end_layout
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \begin_layout Standard
33089 Um 
33090 \noun on
33091 Feynman-
33092 \noun default
33093 Diagrammen nutzen zu können, muss das \SpecialChar LaTeX
33094 -Paket 
33095 \series bold
33096 feyn
33097 \series default
33098  installiert sein.
33099  Ein 
33100 \noun on
33101 Feynman-
33102 \noun default
33103 Diagramm wird erstellt, indem der Befehl 
33104 \series bold
33105
33106 \backslash
33107 Diagram
33108 \series default
33109  in eine Formel eingegeben wird.
33110  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33111  hinzufügen, siehe 
33112 \begin_inset CommandInset ref
33113 LatexCommand ref
33114 reference "sec:Matrizen"
33115
33116 \end_inset
33117
33118 .
33119 \end_layout
33120
33121 \begin_layout Standard
33122 Beispiele wie man in \SpecialChar LyX
33123  
33124 \noun on
33125 Feynman-
33126 \noun default
33127 Diagramme erstellt sind im 
33128 \emph on
33129 Feynman-Diagramm Handbuch
33130 \emph default
33131  gegeben, dass im Menü 
33132 \family sans
33133 Hilfe\SpecialChar menuseparator
33134 Spezielle
33135 \begin_inset space ~
33136 \end_inset
33137
33138 Handbücher
33139 \family default
33140  zu finden ist.
33141 \end_layout
33142
33143 \begin_layout Section
33144 Benutzerdefinierte Befehle
33145 \begin_inset CommandInset label
33146 LatexCommand label
33147 name "sec:Benutzerdefinierte-Befehle"
33148
33149 \end_inset
33150
33151
33152 \begin_inset Index idx
33153 status collapsed
33154
33155 \begin_layout Plain Layout
33156 benutzerdefinierte Befehle
33157 \end_layout
33158
33159 \end_inset
33160
33161
33162 \end_layout
33163
33164 \begin_layout Standard
33165 \begin_inset Note Greyedout
33166 status open
33167
33168 \begin_layout Plain Layout
33169
33170 \series bold
33171 Achtung: 
33172 \series default
33173 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33174 n Buchstaben bestehen.
33175 \end_layout
33176
33177 \end_inset
33178
33179
33180 \end_layout
33181
33182 \begin_layout Subsection
33183 Der Befehl 
33184 \backslash
33185 newcommand
33186 \begin_inset CommandInset label
33187 LatexCommand label
33188 name "subsec:Der-Befehl-newcommand"
33189
33190 \end_inset
33191
33192
33193 \begin_inset Index idx
33194 status collapsed
33195
33196 \begin_layout Plain Layout
33197 benutzerdefinierte Befehle ! 
33198 \backslash
33199 newcommand
33200 \end_layout
33201
33202 \end_inset
33203
33204
33205 \begin_inset Index idx
33206 status collapsed
33207
33208 \begin_layout Plain Layout
33209 Befehle ! N ! 
33210 \backslash
33211 newcommand
33212 \end_layout
33213
33214 \end_inset
33215
33216
33217 \end_layout
33218
33219 \begin_layout Standard
33220 Viele der \SpecialChar LaTeX
33221 -Befehle sind für den ständigen Gebrauch viel zu lang.
33222  Man kann sich aber mit dem Befehl 
33223 \series bold
33224
33225 \backslash
33226 newcommand
33227 \series default
33228  neue kürzere Befehle definieren.
33229 \end_layout
33230
33231 \begin_layout Standard
33232 Das Befehlsschema von 
33233 \series bold
33234
33235 \backslash
33236 newcommand
33237 \series default
33238  lautet:
33239 \end_layout
33240
33241 \begin_layout Standard
33242
33243 \series bold
33244
33245 \backslash
33246 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33247 \series default
33248  
33249 \series bold
33250 Wert]
33251 \begin_inset Newline newline
33252 \end_inset
33253
33254
33255 \begin_inset Phantom HPhantom
33256 status open
33257
33258 \begin_layout Plain Layout
33259
33260 \series bold
33261
33262 \backslash
33263 newcommand
33264 \end_layout
33265
33266 \end_inset
33267
33268 {Befehlsdefinition}
33269 \end_layout
33270
33271 \begin_layout Standard
33272 \begin_inset Note Greyedout
33273 status open
33274
33275 \begin_layout Plain Layout
33276
33277 \series bold
33278 Achtung:
33279 \series default
33280  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33281  oder von benutzten \SpecialChar LaTeX
33282 -Paketen verwendet wird.
33283  Definiert man beispielsweise für 
33284 \series bold
33285
33286 \backslash
33287 Leftarrow
33288 \series default
33289  den Befehl 
33290 \series bold
33291
33292 \backslash
33293 le
33294 \series default
33295 , erhält man eine Fehlermeldung, denn 
33296 \series bold
33297
33298 \backslash
33299 le
33300 \series default
33301  ist schon für 
33302 \begin_inset Quotes gld
33303 \end_inset
33304
33305
33306 \begin_inset Formula $\le$
33307 \end_inset
33308
33309
33310 \begin_inset Quotes grd
33311 \end_inset
33312
33313  definiert.
33314 \end_layout
33315
33316 \end_inset
33317
33318
33319 \end_layout
33320
33321 \begin_layout Standard
33322 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33323 \begin_inset space \thinspace{}
33324 \end_inset
33325
33326 -
33327 \begin_inset space \thinspace{}
33328 \end_inset
33329
33330 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33331  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33332  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33333 \emph on
33334 erste
33335 \emph default
33336  Argument des neuen Befehls ein optionales ist.
33337 \end_layout
33338
33339 \begin_layout Standard
33340 Es folgen einige Beispiele:
33341 \end_layout
33342
33343 \begin_layout Itemize
33344 Will man für 
33345 \series bold
33346
33347 \backslash
33348 Longrightarrow
33349 \series default
33350  den Befehl 
33351 \series bold
33352
33353 \backslash
33354 gr
33355 \series default
33356  definieren, lautet die \SpecialChar LaTeX
33357 -Vor\SpecialChar softhyphen
33358 spannzeile:
33359 \begin_inset VSpace medskip
33360 \end_inset
33361
33362
33363 \begin_inset Newline newline
33364 \end_inset
33365
33366
33367 \series bold
33368
33369 \backslash
33370 newcommand{
33371 \backslash
33372 gr}{
33373 \backslash
33374 Longrightarrow}
33375 \end_layout
33376
33377 \begin_layout Itemize
33378 Um für den Befehl 
33379 \series bold
33380
33381 \backslash
33382 underline
33383 \series default
33384  den Befehl 
33385 \series bold
33386
33387 \backslash
33388 us
33389 \series default
33390  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33391  werden.
33392  Dazu sieht die Vorspannzeile wie folgt aus:
33393 \begin_inset VSpace medskip
33394 \end_inset
33395
33396
33397 \begin_inset Newline newline
33398 \end_inset
33399
33400
33401 \series bold
33402
33403 \backslash
33404 newcommand{
33405 \backslash
33406 us}[1]{
33407 \backslash
33408 underline{#1}}
33409 \series default
33410
33411 \begin_inset VSpace medskip
33412 \end_inset
33413
33414
33415 \begin_inset Newline newline
33416 \end_inset
33417
33418 Das Zeichen 
33419 \series bold
33420 #
33421 \series default
33422  fungiert als Argumentplatzhalter, die 
33423 \series bold
33424 1
33425 \series default
33426  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33427 \end_layout
33428
33429 \begin_layout Itemize
33430 Für 
33431 \series bold
33432
33433 \backslash
33434 framebox
33435 \series default
33436  kann man z.
33437 \begin_inset space \thinspace{}
33438 \end_inset
33439
33440 B.
33441  den Befehl 
33442 \series bold
33443
33444 \backslash
33445 fb
33446 \series default
33447  definieren:
33448 \begin_inset VSpace medskip
33449 \end_inset
33450
33451
33452 \begin_inset Newline newline
33453 \end_inset
33454
33455
33456 \series bold
33457
33458 \backslash
33459 newcommand{
33460 \backslash
33461 fb}[3]{
33462 \backslash
33463 framebox#1#2{$#3$}}
33464 \series default
33465
33466 \begin_inset VSpace medskip
33467 \end_inset
33468
33469
33470 \begin_inset Newline newline
33471 \end_inset
33472
33473 Die beiden Dollarzeichen erstellen hierbei die für 
33474 \series bold
33475
33476 \backslash
33477 framebox
33478 \series default
33479  geforderte weitere Formel, siehe 
33480 \begin_inset CommandInset ref
33481 LatexCommand ref
33482 reference "subsec:Boxen-mit-Rahmen"
33483
33484 \end_inset
33485
33486 .
33487 \end_layout
33488
33489 \begin_layout Itemize
33490 Um einen neuen Befehl für 
33491 \series bold
33492
33493 \backslash
33494 fcolorbox
33495 \series default
33496  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33497  definiert man das Argument für die Farbe als optional:
33498 \begin_inset VSpace medskip
33499 \end_inset
33500
33501
33502 \begin_inset Newline newline
33503 \end_inset
33504
33505
33506 \series bold
33507
33508 \backslash
33509 newcommand{
33510 \backslash
33511 cb}[3][white]{
33512 \backslash
33513 fcolorbox{#2}{#1}{$#3$}}
33514 \series default
33515
33516 \begin_inset VSpace medskip
33517 \end_inset
33518
33519
33520 \begin_inset Newline newline
33521 \end_inset
33522
33523 Gibt man bei der Verwendung von 
33524 \series bold
33525
33526 \backslash
33527 cb
33528 \series default
33529  die Farbe nicht an, wird die voreingestellte Farbe 
33530 \series bold
33531 white
33532 \series default
33533  verwendet.
33534 \end_layout
33535
33536 \begin_layout Standard
33537 Ein Test der neu definierten Befehle:
33538 \begin_inset Separator parbreak
33539 \end_inset
33540
33541
33542 \end_layout
33543
33544 \begin_layout Standard
33545 \align center
33546 \begin_inset Tabular
33547 <lyxtabular version="3" rows="6" columns="2">
33548 <features tabularvalignment="middle">
33549 <column alignment="center" valignment="top">
33550 <column alignment="center" valignment="top">
33551 <row>
33552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33553 \begin_inset Text
33554
33555 \begin_layout Plain Layout
33556 Befehl
33557 \end_layout
33558
33559 \end_inset
33560 </cell>
33561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33562 \begin_inset Text
33563
33564 \begin_layout Plain Layout
33565 Ergebnis
33566 \begin_inset Note Note
33567 status collapsed
33568
33569 \begin_layout Plain Layout
33570
33571 \series bold
33572
33573 \backslash
33574 raisebox
33575 \series default
33576  dient nur als Abstandhalter.
33577 \end_layout
33578
33579 \end_inset
33580
33581
33582 \end_layout
33583
33584 \end_inset
33585 </cell>
33586 </row>
33587 <row>
33588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33589 \begin_inset Text
33590
33591 \begin_layout Plain Layout
33592 A
33593 \backslash
33594 gr
33595 \begin_inset space \textvisiblespace{}
33596 \end_inset
33597
33598 B
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33604 \begin_inset Text
33605
33606 \begin_layout Plain Layout
33607 \begin_inset Formula $A\gr B$
33608 \end_inset
33609
33610
33611 \end_layout
33612
33613 \end_inset
33614 </cell>
33615 </row>
33616 <row>
33617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33618 \begin_inset Text
33619
33620 \begin_layout Plain Layout
33621
33622 \backslash
33623 us{ABcd
33624 \end_layout
33625
33626 \end_inset
33627 </cell>
33628 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33629 \begin_inset Text
33630
33631 \begin_layout Plain Layout
33632 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33633 \end_inset
33634
33635
33636 \end_layout
33637
33638 \end_inset
33639 </cell>
33640 </row>
33641 <row>
33642 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33643 \begin_inset Text
33644
33645 \begin_layout Plain Layout
33646
33647 \backslash
33648 fb{[2cm]
33649 \begin_inset Formula $\to$
33650 \end_inset
33651
33652
33653 \backslash
33654 {
33655 \begin_inset Formula $\to$
33656 \end_inset
33657
33658
33659 \backslash
33660 {
33661 \backslash
33662 int
33663 \begin_inset space \textvisiblespace{}
33664 \end_inset
33665
33666 A=B
33667 \end_layout
33668
33669 \end_inset
33670 </cell>
33671 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33672 \begin_inset Text
33673
33674 \begin_layout Plain Layout
33675 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33676 \end_inset
33677
33678
33679 \end_layout
33680
33681 \end_inset
33682 </cell>
33683 </row>
33684 <row>
33685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33686 \begin_inset Text
33687
33688 \begin_layout Plain Layout
33689
33690 \backslash
33691 cb{red
33692 \begin_inset Formula $\to$
33693 \end_inset
33694
33695
33696 \backslash
33697 {
33698 \backslash
33699 int
33700 \begin_inset space \textvisiblespace{}
33701 \end_inset
33702
33703 A=B
33704 \end_layout
33705
33706 \end_inset
33707 </cell>
33708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33709 \begin_inset Text
33710
33711 \begin_layout Plain Layout
33712 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33713 \end_inset
33714
33715
33716 \end_layout
33717
33718 \end_inset
33719 </cell>
33720 </row>
33721 <row>
33722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33723 \begin_inset Text
33724
33725 \begin_layout Plain Layout
33726
33727 \backslash
33728 cb[green]
33729 \backslash
33730 {red
33731 \begin_inset Formula $\to$
33732 \end_inset
33733
33734
33735 \backslash
33736 {
33737 \backslash
33738 int
33739 \begin_inset space \textvisiblespace{}
33740 \end_inset
33741
33742 A=B
33743 \end_layout
33744
33745 \end_inset
33746 </cell>
33747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33748 \begin_inset Text
33749
33750 \begin_layout Plain Layout
33751 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33752 \end_inset
33753
33754
33755 \end_layout
33756
33757 \end_inset
33758 </cell>
33759 </row>
33760 </lyxtabular>
33761
33762 \end_inset
33763
33764
33765 \end_layout
33766
33767 \begin_layout Subsection
33768 Mathe-Makros
33769 \begin_inset Index idx
33770 status collapsed
33771
33772 \begin_layout Plain Layout
33773 benutzerdefinierte Befehle ! Mathe-Makros
33774 \end_layout
33775
33776 \end_inset
33777
33778
33779 \begin_inset Index idx
33780 status collapsed
33781
33782 \begin_layout Plain Layout
33783 Makros
33784 \end_layout
33785
33786 \end_inset
33787
33788
33789 \end_layout
33790
33791 \begin_layout Standard
33792 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33793  Hat man es in einem Dokument z.
33794 \begin_inset space \thinspace{}
33795 \end_inset
33796
33797 B.
33798  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33799  auf.
33800  Die allgemeine Form einer quadratischen Gleichung ist
33801 \begin_inset Formula 
33802 \[
33803 0=\lambda^{2}+p\lambda+q
33804 \]
33805
33806 \end_inset
33807
33808 Die allgemeine Form der Lösung lautet
33809 \begin_inset Formula 
33810 \[
33811 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33812 \]
33813
33814 \end_inset
33815
33816
33817 \end_layout
33818
33819 \begin_layout Standard
33820 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33821  drei Parameter 
33822 \begin_inset Formula $\lambda$
33823 \end_inset
33824
33825
33826 \begin_inset Formula $p$
33827 \end_inset
33828
33829  und 
33830 \begin_inset Formula $q$
33831 \end_inset
33832
33833  angegeben werden müssen und der Index von 
33834 \begin_inset Formula $\lambda$
33835 \end_inset
33836
33837  optional angeben werden kann, lautet die \SpecialChar LaTeX
33838 -Vorspannzeile
33839 \begin_inset Newline newline
33840 \end_inset
33841
33842
33843 \series bold
33844
33845 \backslash
33846 newcommand{
33847 \backslash
33848 qG}[4][1,
33849 \backslash
33850 ,2]{#2_{#1}=-
33851 \backslash
33852 frac{#3}{2}
33853 \backslash
33854 pm
33855 \begin_inset Newline newline
33856 \end_inset
33857
33858
33859 \begin_inset Phantom HPhantom
33860 status open
33861
33862 \begin_layout Plain Layout
33863
33864 \series bold
33865
33866 \backslash
33867 newcommand
33868 \end_layout
33869
33870 \end_inset
33871
33872
33873 \backslash
33874 sqrt{
33875 \backslash
33876 frac{#3^{2}}{4}-#4}}
33877 \end_layout
33878
33879 \begin_layout Standard
33880 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33881  
33882 \begin_inset Newline newline
33883 \end_inset
33884
33885
33886 \series bold
33887
33888 \backslash
33889 qG{
33890 \backslash
33891 lambda
33892 \begin_inset Formula $\to$
33893 \end_inset
33894
33895
33896 \backslash
33897 {p
33898 \begin_inset Formula $\to$
33899 \end_inset
33900
33901
33902 \backslash
33903 {q 
33904 \series default
33905 ein.
33906 \end_layout
33907
33908 \begin_layout Standard
33909 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33910  aller verwendeten \SpecialChar LaTeX
33911 -Befehle kennen, z.
33912 \begin_inset space \thinspace{}
33913 \end_inset
33914
33915 B.
33916  dass ein Bruch in \SpecialChar LaTeX
33917  mit 
33918 \series bold
33919
33920 \backslash
33921 frac{Zähler}
33922 \begin_inset Newline linebreak
33923 \end_inset
33924
33925 {Nenner}
33926 \series default
33927  eingegeben wird.
33928  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33929  in \SpecialChar LyX
33930  nicht sehen, was der neue Befehl macht.
33931  Um diesen Problemen aus dem Weg zu gehen, gibt es in \SpecialChar LyX
33932  die Möglichkeit Mathe-Mak
33933 ros statt den Befehl 
33934 \series bold
33935
33936 \backslash
33937 newcommand
33938 \series default
33939  zu verwenden.
33940 \end_layout
33941
33942 \begin_layout Standard
33943 Ein Mathe-Makro wird erstellt, indem man das Menü 
33944 \family sans
33945 Einfügen\SpecialChar menuseparator
33946 Mathe\SpecialChar menuseparator
33947 Makro
33948 \family default
33949  oder den Werkzeugleistenknopf 
33950 \begin_inset Info
33951 type  "icon"
33952 arg   "math-macro newmacroname_newcommand"
33953 \end_inset
33954
33955  verwendet.
33956  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33957  Makro definiert wird:
33958 \begin_inset Newline newline
33959 \end_inset
33960
33961
33962 \begin_inset space \hspace*{\fill}
33963 \end_inset
33964
33965
33966 \begin_inset Graphics
33967         filename ../clipart/macrobox.png
33968         scale 75
33969
33970 \end_inset
33971
33972
33973 \begin_inset space \hspace*{\fill}
33974 \end_inset
33975
33976
33977 \begin_inset Newline newline
33978 \end_inset
33979
33980
33981 \begin_inset FormulaMacro
33982 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33983 \end_inset
33984
33985
33986 \backslash
33987 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33988  geändert werden sollte.
33989  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33990  Einen Argumentplatzhalter fügt man mit dem Befehl 
33991 \series bold
33992
33993 \backslash
33994 #Argumentnummer
33995 \series default
33996  ein, z.
33997 \begin_inset space \thinspace{}
33998 \end_inset
33999
34000 B.
34001  
34002 \series bold
34003
34004 \backslash
34005 #1
34006 \series default
34007  oder man verwendet den Makro-Werkzeugleistenknopf 
34008 \begin_inset Info
34009 type  "icon"
34010 arg   "math-macro-add-param"
34011 \end_inset
34012
34013 .
34014  Argumentplatzhalter werden rot dargestellt.
34015  Es sind maximal 9
34016 \begin_inset space ~
34017 \end_inset
34018
34019 Argumente möglich.
34020  Optionale Argumente werden mit dem Werkzeugleistenknopf 
34021 \begin_inset Info
34022 type  "icon"
34023 arg   "math-macro-add-optional-param"
34024 \end_inset
34025
34026  erstellt.
34027  Mit dem Werkzeugleistenknopf 
34028 \begin_inset Info
34029 type  "icon"
34030 arg   "math-macro-make-optional"
34031 \end_inset
34032
34033  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
34034  Im zweiten Kästchen kann man definieren wie das Makro in \SpecialChar LyX
34035  angezeigt werden
34036  soll.
34037  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
34038  Kästchen leer lässt.
34039  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
34040  einnimmt, kann man in das Kästchen z.
34041 \begin_inset space \thinspace{}
34042 \end_inset
34043
34044 B.
34045 \begin_inset Newline newline
34046 \end_inset
34047
34048
34049 \series bold
34050 qG: 
34051 \backslash
34052 #1
34053 \series default
34054  
34055 \series bold
34056 ,
34057 \series default
34058  
34059 \series bold
34060
34061 \backslash
34062 #2
34063 \series default
34064  
34065 \series bold
34066 ,
34067 \series default
34068  
34069 \series bold
34070
34071 \backslash
34072 #3, 
34073 \backslash
34074 #4
34075 \begin_inset Newline newline
34076 \end_inset
34077
34078
34079 \series default
34080 eingeben.
34081  Für das Makro werden dann in \SpecialChar LyX
34082  nur die Argumente mit dem davor stehenden
34083  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
34084  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
34085  wurde.
34086 \begin_inset Newline newline
34087 \end_inset
34088
34089 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
34090  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
34091 \family sans
34092 Ansicht\SpecialChar menuseparator
34093 Mathe-Makro
34094 \begin_inset space ~
34095 \end_inset
34096
34097 auf/zuklappen
34098 \family default
34099  verwendet.
34100 \end_layout
34101
34102 \begin_layout Standard
34103 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
34104  ein, in unserem Fall 
34105 \series bold
34106
34107 \backslash
34108 qG
34109 \series default
34110 .
34111  Unser Makro sieht in \SpecialChar LyX
34112  folgendermaßen aus:
34113 \begin_inset Newline newline
34114 \end_inset
34115
34116
34117 \begin_inset space \hspace*{\fill}
34118 \end_inset
34119
34120
34121 \begin_inset Graphics
34122         filename ../clipart/macrouse.png
34123         scale 75
34124
34125 \end_inset
34126
34127
34128 \begin_inset space \hspace*{\fill}
34129 \end_inset
34130
34131
34132 \begin_inset Newline newline
34133 \end_inset
34134
34135 Hier ist unser Makro-Beispiel mit den Argumenten 
34136 \begin_inset Formula $x$
34137 \end_inset
34138
34139
34140 \begin_inset Formula $\ln(x)$
34141 \end_inset
34142
34143  und 
34144 \begin_inset Formula $B$
34145 \end_inset
34146
34147 :
34148 \end_layout
34149
34150 \begin_layout Standard
34151 \begin_inset Formula 
34152 \[
34153 \qG x{\ln(x)}B
34154 \]
34155
34156 \end_inset
34157
34158
34159 \end_layout
34160
34161 \begin_layout Standard
34162 \SpecialChar LyX
34163  bietet im Menü 
34164 \family sans
34165 Werkzeuge\SpecialChar menuseparator
34166 Einstellungen\SpecialChar menuseparator
34167 Bearbeiten\SpecialChar menuseparator
34168 Kontrolle
34169 \family default
34170  verschiedene Bearbeitungsstile für Makros an.
34171  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34172  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34173  zu sehen.
34174 \end_layout
34175
34176 \begin_layout Standard
34177 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34178 \series bold
34179
34180 \backslash
34181 new\SpecialChar softhyphen
34182 command
34183 \series default
34184 -Befehl umgewandelt.
34185  Der 
34186 \series bold
34187
34188 \backslash
34189 newcommand
34190 \series default
34191 -Befehl wird dabei nicht in den \SpecialChar LaTeX
34192 -Vorspann gesetzt, so dass man daher Makros
34193  nur in Formeln verwenden kann, die sich im Dokument unterhalb der Makrodefiniti
34194 onsbox befinden.
34195 \end_layout
34196
34197 \begin_layout Standard
34198 Mathe-Makros können auch direkt aus einem 
34199 \series bold
34200
34201 \backslash
34202 newcommand
34203 \series default
34204 -Befehl erstellt werden.
34205  Schreibt man z.
34206 \begin_inset space \thinspace{}
34207 \end_inset
34208
34209 B.
34210  den Befehl
34211 \series bold
34212
34213 \begin_inset Newline newline
34214 \end_inset
34215
34216
34217 \backslash
34218 newcommand{
34219 \backslash
34220 larrow}[2]{
34221 \backslash
34222 xleftarrow[#2]{#1}}
34223 \begin_inset Newline newline
34224 \end_inset
34225
34226
34227 \series default
34228 in \SpecialChar LyX
34229  als normalen Text, markiert ihn komplett und verwendet dann das Tastenkürzel
34230  
34231 \family sans
34232 Strg+M
34233 \family default
34234 , wird der Befehl in ein Mathe-Makro umgewandelt.
34235  Bei dieser Methode muss man jedoch aufpassen, dass der 
34236 \series bold
34237
34238 \backslash
34239 newcommand
34240 \series default
34241 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34242  erstellt, dass später \SpecialChar LaTeX
34243 -Fehler hervorruft.
34244 \end_layout
34245
34246 \begin_layout Standard
34247 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34248  Makrodefinition fehlerhaft behandelt werden.
34249  Dadurch kann das Beispiel 
34250 \series bold
34251
34252 \backslash
34253 fb
34254 \series default
34255  aus 
34256 \begin_inset CommandInset ref
34257 LatexCommand ref
34258 reference "subsec:Der-Befehl-newcommand"
34259
34260 \end_inset
34261
34262  nicht als Makro erzeugt werden.
34263 \end_layout
34264
34265 \begin_layout Standard
34266 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34267  in \SpecialChar LyX
34268  angezeigt:
34269 \end_layout
34270
34271 \begin_layout Standard
34272 \begin_inset VSpace defskip
34273 \end_inset
34274
34275
34276 \end_layout
34277
34278 \begin_layout Standard
34279 \begin_inset Graphics
34280         filename ../clipart/MacroToolbar.png
34281
34282 \end_inset
34283
34284
34285 \begin_inset Index idx
34286 status collapsed
34287
34288 \begin_layout Plain Layout
34289 Makros ! Werkzeugleiste
34290 \end_layout
34291
34292 \end_inset
34293
34294
34295 \end_layout
34296
34297 \begin_layout Standard
34298 \begin_inset VSpace defskip
34299 \end_inset
34300
34301
34302 \end_layout
34303
34304 \begin_layout Standard
34305 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34306 \end_layout
34307
34308 \begin_layout Standard
34309 \begin_inset VSpace defskip
34310 \end_inset
34311
34312
34313 \end_layout
34314
34315 \begin_layout Standard
34316 \begin_inset Tabular
34317 <lyxtabular version="3" rows="9" columns="2">
34318 <features islongtable="true" longtabularalignment="center">
34319 <column alignment="left" valignment="top">
34320 <column alignment="left" valignment="top" width="85col%">
34321 <row interlinespace="2.5mm">
34322 <cell alignment="center" valignment="top" usebox="none">
34323 \begin_inset Text
34324
34325 \begin_layout Plain Layout
34326 \begin_inset Info
34327 type  "icon"
34328 arg   "math-macro-remove-param"
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \end_inset
34335 </cell>
34336 <cell alignment="center" valignment="top" usebox="none">
34337 \begin_inset Text
34338
34339 \begin_layout Plain Layout
34340
34341 \family sans
34342 Bearbeiten\SpecialChar menuseparator
34343 Mathe\SpecialChar menuseparator
34344 Makro-Definition\SpecialChar menuseparator
34345 Letztes Argument entfernen
34346 \end_layout
34347
34348 \end_inset
34349 </cell>
34350 </row>
34351 <row interlinespace="2.5mm">
34352 <cell alignment="center" valignment="top" usebox="none">
34353 \begin_inset Text
34354
34355 \begin_layout Plain Layout
34356 \begin_inset Info
34357 type  "icon"
34358 arg   "math-macro-add-param"
34359 \end_inset
34360
34361
34362 \end_layout
34363
34364 \end_inset
34365 </cell>
34366 <cell alignment="center" valignment="top" usebox="none">
34367 \begin_inset Text
34368
34369 \begin_layout Plain Layout
34370
34371 \family sans
34372 Bearbeiten\SpecialChar menuseparator
34373 Mathe\SpecialChar menuseparator
34374 Makro-Definition\SpecialChar menuseparator
34375 Argument hinzufügen
34376 \end_layout
34377
34378 \end_inset
34379 </cell>
34380 </row>
34381 <row interlinespace="2.5mm">
34382 <cell alignment="center" valignment="top" usebox="none">
34383 \begin_inset Text
34384
34385 \begin_layout Plain Layout
34386 \begin_inset Info
34387 type  "icon"
34388 arg   "math-macro-make-optional"
34389 \end_inset
34390
34391
34392 \end_layout
34393
34394 \end_inset
34395 </cell>
34396 <cell alignment="center" valignment="top" usebox="none">
34397 \begin_inset Text
34398
34399 \begin_layout Plain Layout
34400
34401 \family sans
34402 Bearbeiten\SpecialChar menuseparator
34403 Mathe\SpecialChar menuseparator
34404 Makro-Definition\SpecialChar menuseparator
34405 Das erste nicht-optionale
34406 \begin_inset Newline newline
34407 \end_inset
34408
34409
34410 \begin_inset Phantom HPhantom
34411 status open
34412
34413 \begin_layout Plain Layout
34414
34415 \family sans
34416 Bearbeiten\SpecialChar menuseparator
34417 Mathe\SpecialChar menuseparator
34418 Makro-Definition\SpecialChar menuseparator
34419
34420 \end_layout
34421
34422 \end_inset
34423
34424 Argument in einen optionales
34425 \begin_inset Newline newline
34426 \end_inset
34427
34428
34429 \begin_inset Phantom HPhantom
34430 status open
34431
34432 \begin_layout Plain Layout
34433
34434 \family sans
34435 Bearbeiten\SpecialChar menuseparator
34436 Mathe\SpecialChar menuseparator
34437 Makro-Definition\SpecialChar menuseparator
34438
34439 \end_layout
34440
34441 \end_inset
34442
34443 ändern
34444 \end_layout
34445
34446 \end_inset
34447 </cell>
34448 </row>
34449 <row interlinespace="2.5mm">
34450 <cell alignment="center" valignment="top" usebox="none">
34451 \begin_inset Text
34452
34453 \begin_layout Plain Layout
34454 \begin_inset Info
34455 type  "icon"
34456 arg   "math-macro-make-nonoptional"
34457 \end_inset
34458
34459
34460 \end_layout
34461
34462 \end_inset
34463 </cell>
34464 <cell alignment="center" valignment="top" usebox="none">
34465 \begin_inset Text
34466
34467 \begin_layout Plain Layout
34468
34469 \family sans
34470 Bearbeiten\SpecialChar menuseparator
34471 Mathe\SpecialChar menuseparator
34472 Makro-Definition\SpecialChar menuseparator
34473 Das letzte optionale Argument in
34474 \begin_inset Newline newline
34475 \end_inset
34476
34477
34478 \begin_inset Phantom HPhantom
34479 status open
34480
34481 \begin_layout Plain Layout
34482
34483 \family sans
34484 Bearbeiten\SpecialChar menuseparator
34485 Mathe\SpecialChar menuseparator
34486 Makro-Definition\SpecialChar menuseparator
34487
34488 \end_layout
34489
34490 \end_inset
34491
34492 einen nicht-optionales ändern
34493 \end_layout
34494
34495 \end_inset
34496 </cell>
34497 </row>
34498 <row interlinespace="2.5mm">
34499 <cell alignment="center" valignment="top" usebox="none">
34500 \begin_inset Text
34501
34502 \begin_layout Plain Layout
34503 \begin_inset Info
34504 type  "icon"
34505 arg   "math-macro-remove-optional-param"
34506 \end_inset
34507
34508
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 <cell alignment="center" valignment="top" usebox="none">
34514 \begin_inset Text
34515
34516 \begin_layout Plain Layout
34517
34518 \family sans
34519 Bearbeiten\SpecialChar menuseparator
34520 Mathe\SpecialChar menuseparator
34521 Makro-Definition\SpecialChar menuseparator
34522 Optionales Argument entfernen
34523 \end_layout
34524
34525 \end_inset
34526 </cell>
34527 </row>
34528 <row interlinespace="2.5mm">
34529 <cell alignment="center" valignment="top" usebox="none">
34530 \begin_inset Text
34531
34532 \begin_layout Plain Layout
34533 \begin_inset Info
34534 type  "icon"
34535 arg   "math-macro-add-optional-param"
34536 \end_inset
34537
34538
34539 \end_layout
34540
34541 \end_inset
34542 </cell>
34543 <cell alignment="center" valignment="top" usebox="none">
34544 \begin_inset Text
34545
34546 \begin_layout Plain Layout
34547
34548 \family sans
34549 Bearbeiten\SpecialChar menuseparator
34550 Mathe\SpecialChar menuseparator
34551 Makro-Definition\SpecialChar menuseparator
34552 Optionales Argument einfügen
34553 \end_layout
34554
34555 \end_inset
34556 </cell>
34557 </row>
34558 <row interlinespace="2.5mm">
34559 <cell alignment="center" valignment="top" usebox="none">
34560 \begin_inset Text
34561
34562 \begin_layout Plain Layout
34563 \begin_inset Info
34564 type  "icon"
34565 arg   "math-macro-remove-greedy-param"
34566 \end_inset
34567
34568
34569 \end_layout
34570
34571 \end_inset
34572 </cell>
34573 <cell alignment="center" valignment="top" usebox="none">
34574 \begin_inset Text
34575
34576 \begin_layout Plain Layout
34577
34578 \family sans
34579 Bearbeiten\SpecialChar menuseparator
34580 Mathe\SpecialChar menuseparator
34581 Makro-Definition\SpecialChar menuseparator
34582 Letztes Argument rechts entfernen
34583 \end_layout
34584
34585 \end_inset
34586 </cell>
34587 </row>
34588 <row interlinespace="2.5mm">
34589 <cell alignment="center" valignment="top" usebox="none">
34590 \begin_inset Text
34591
34592 \begin_layout Plain Layout
34593 \begin_inset Info
34594 type  "icon"
34595 arg   "math-macro-append-greedy-param"
34596 \end_inset
34597
34598
34599 \end_layout
34600
34601 \end_inset
34602 </cell>
34603 <cell alignment="center" valignment="top" usebox="none">
34604 \begin_inset Text
34605
34606 \begin_layout Plain Layout
34607
34608 \family sans
34609 Bearbeiten\SpecialChar menuseparator
34610 Mathe\SpecialChar menuseparator
34611 Makro-Definition\SpecialChar menuseparator
34612 Argument von rechts hinzufügen
34613 \end_layout
34614
34615 \end_inset
34616 </cell>
34617 </row>
34618 <row interlinespace="2.5mm">
34619 <cell alignment="center" valignment="top" usebox="none">
34620 \begin_inset Text
34621
34622 \begin_layout Plain Layout
34623 \begin_inset Info
34624 type  "icon"
34625 arg   "math-macro-add-greedy-optional-param"
34626 \end_inset
34627
34628
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 <cell alignment="center" valignment="top" usebox="none">
34634 \begin_inset Text
34635
34636 \begin_layout Plain Layout
34637
34638 \family sans
34639 Bearbeiten\SpecialChar menuseparator
34640 Mathe\SpecialChar menuseparator
34641 Makro-Definition\SpecialChar menuseparator
34642 Optionales Argument von rechts
34643 \begin_inset Newline newline
34644 \end_inset
34645
34646
34647 \begin_inset Phantom HPhantom
34648 status open
34649
34650 \begin_layout Plain Layout
34651
34652 \family sans
34653 Bearbeiten\SpecialChar menuseparator
34654 Mathe\SpecialChar menuseparator
34655 Makro-Definition\SpecialChar menuseparator
34656
34657 \end_layout
34658
34659 \end_inset
34660
34661 hinzufügen
34662 \end_layout
34663
34664 \end_inset
34665 </cell>
34666 </row>
34667 </lyxtabular>
34668
34669 \end_inset
34670
34671
34672 \end_layout
34673
34674 \begin_layout Section
34675 Computeralgebrasysteme
34676 \end_layout
34677
34678 \begin_layout Standard
34679 Mit \SpecialChar LyX
34680  ist es möglich, mathematische Ausdrücke mit externen Anwendungen oder
34681  benutzerdefinierten Skripten auszutauschen.
34682  Momentan werden folgende Anwendungen unterstützt: 
34683 \family typewriter
34684 Maple
34685 \family default
34686
34687 \family typewriter
34688 Mathematica
34689 \family default
34690
34691 \family typewriter
34692 Maxima
34693 \family default
34694  und 
34695 \family typewriter
34696 Octave
34697 \family default
34698 .
34699  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34700  sehr einfache Fälle beschränkt sind.
34701 \end_layout
34702
34703 \begin_layout Subsection
34704 Verwendung
34705 \end_layout
34706
34707 \begin_layout Standard
34708 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34709 \family sans
34710 Bearbeiten\SpecialChar menuseparator
34711 Mathe\SpecialChar menuseparator
34712 Computer-Algebra-System verwenden
34713 \family default
34714  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34715  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34716  mit dem 
34717 \begin_inset Quotes gld
34718 \end_inset
34719
34720 =
34721 \begin_inset Quotes grd
34722 \end_inset
34723
34724  Operator erscheinen.
34725 \end_layout
34726
34727 \begin_layout Standard
34728 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34729 \family typewriter
34730 Maxima
34731 \family default
34732 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34733 \end_layout
34734
34735 \begin_layout Itemize
34736 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34737 \end_inset
34738
34739
34740 \end_layout
34741
34742 \begin_layout Itemize
34743 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34744 \end_inset
34745
34746
34747 \end_layout
34748
34749 \begin_layout Itemize
34750 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34751 \end_inset
34752
34753
34754 \end_layout
34755
34756 \begin_layout Itemize
34757 \begin_inset Formula $\det\left[\begin{array}{ccc}
34758 1 & 6 & 7\\
34759 2 & 5 & 8\\
34760 3 & 4 & 17
34761 \end{array}\right]=-56$
34762 \end_inset
34763
34764
34765 \end_layout
34766
34767 \begin_layout Itemize
34768 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34769 \end_inset
34770
34771
34772 \end_layout
34773
34774 \begin_layout Subsection
34775 Tastenkürzel
34776 \end_layout
34777
34778 \begin_layout Standard
34779 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34780  Sie können aber einfach ein Tastenkürzel mit der \SpecialChar LyX
34781 -Funktion 
34782 \family sans
34783 math-extern
34784 \family default
34785  verknüpfen (siehe das 
34786 \emph on
34787 \SpecialChar LyX
34788 -Funktionen
34789 \emph default
34790  Handbuch).
34791  Man kann z.
34792 \begin_inset space \thinspace{}
34793 \end_inset
34794
34795 B.
34796  die 
34797 \family sans
34798 Enter
34799 \family default
34800 -Taste in Formeln verknüpfen.
34801  Um sie mit 
34802 \family typewriter
34803 Maxima
34804 \family default
34805  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34806 \end_layout
34807
34808 \begin_layout Standard
34809
34810 \series bold
34811 command-alternatives paragraph-break;math-extern maxima
34812 \end_layout
34813
34814 \begin_layout Section
34815 Verschiedenes
34816 \begin_inset Index idx
34817 status collapsed
34818
34819 \begin_layout Plain Layout
34820 Verschiedenes
34821 \end_layout
34822
34823 \end_inset
34824
34825
34826 \end_layout
34827
34828 \begin_layout Subsection
34829 Negative Zahlen
34830 \begin_inset Index idx
34831 status collapsed
34832
34833 \begin_layout Plain Layout
34834 Zahlen ! negative
34835 \end_layout
34836
34837 \end_inset
34838
34839
34840 \end_layout
34841
34842 \begin_layout Standard
34843 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34844  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34845  dargestellt.
34846  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34847  Minuszeichen korrekt.
34848 \end_layout
34849
34850 \begin_layout Standard
34851 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34852  nicht mehr auf.
34853 \end_layout
34854
34855 \begin_layout Standard
34856 Ein Beispiel zur Veranschaulichung der Problematik:
34857 \begin_inset Separator parbreak
34858 \end_inset
34859
34860
34861 \end_layout
34862
34863 \begin_layout Standard
34864 \align center
34865 \begin_inset Tabular
34866 <lyxtabular version="3" rows="3" columns="2">
34867 <features tabularvalignment="middle">
34868 <column alignment="right" valignment="top">
34869 <column alignment="left" valignment="top">
34870 <row>
34871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34872 \begin_inset Text
34873
34874 \begin_layout Plain Layout
34875 normaler Text:
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884 x = -2
34885 \end_layout
34886
34887 \end_inset
34888 </cell>
34889 </row>
34890 <row>
34891 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895 Formelmodus:
34896 \end_layout
34897
34898 \end_inset
34899 </cell>
34900 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34901 \begin_inset Text
34902
34903 \begin_layout Plain Layout
34904 \begin_inset Formula $x=-2$
34905 \end_inset
34906
34907
34908 \end_layout
34909
34910 \end_inset
34911 </cell>
34912 </row>
34913 <row>
34914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34915 \begin_inset Text
34916
34917 \begin_layout Plain Layout
34918 Lösung:
34919 \end_layout
34920
34921 \end_inset
34922 </cell>
34923 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34924 \begin_inset Text
34925
34926 \begin_layout Plain Layout
34927 \begin_inset Formula $x=\textrm{-}2$
34928 \end_inset
34929
34930
34931 \end_layout
34932
34933 \end_inset
34934 </cell>
34935 </row>
34936 </lyxtabular>
34937
34938 \end_inset
34939
34940
34941 \end_layout
34942
34943 \begin_layout Subsection
34944 Komma als Dezimaltrennzeichen
34945 \begin_inset Index idx
34946 status collapsed
34947
34948 \begin_layout Plain Layout
34949 Komma
34950 \end_layout
34951
34952 \end_inset
34953
34954
34955 \end_layout
34956
34957 \begin_layout Standard
34958 In \SpecialChar LaTeX
34959  fungiert das Komma in einer Formel, gemäß englischer Konvention, als
34960  Gruppentrennzeichen.
34961  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34962  eingefügt.
34963 \end_layout
34964
34965 \begin_layout Standard
34966 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34967  Text um (Tastenkürzel 
34968 \family sans
34969 Alt+M
34970 \begin_inset space ~
34971 \end_inset
34972
34973 M
34974 \family default
34975 ).
34976 \end_layout
34977
34978 \begin_layout Standard
34979 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34980  lädt man die Datei 
34981 \series bold
34982 icomma.sty
34983 \series default
34984
34985 \begin_inset Foot
34986 status collapsed
34987
34988 \begin_layout Plain Layout
34989
34990 \series bold
34991 icomma
34992 \series default
34993  ist Teil des \SpecialChar LaTeX
34994 -Paketes 
34995 \series bold
34996 was
34997 \series default
34998
34999 \begin_inset Index idx
35000 status collapsed
35001
35002 \begin_layout Plain Layout
35003 Pakete ! was
35004 \begin_inset ERT
35005 status collapsed
35006
35007 \begin_layout Plain Layout
35008
35009
35010 \backslash
35011 vspace{4mm}
35012 \end_layout
35013
35014 \end_inset
35015
35016
35017 \end_layout
35018
35019 \end_inset
35020
35021 .
35022 \end_layout
35023
35024 \end_inset
35025
35026
35027 \begin_inset Index idx
35028 status collapsed
35029
35030 \begin_layout Plain Layout
35031 Pakete ! icomma
35032 \end_layout
35033
35034 \end_inset
35035
35036  mit der \SpecialChar LaTeX
35037 -Vorspannzeile
35038 \end_layout
35039
35040 \begin_layout Standard
35041
35042 \series bold
35043
35044 \backslash
35045 usepackage{icomma}
35046 \end_layout
35047
35048 \begin_layout Subsection
35049 Physikalische Vektoren
35050 \begin_inset CommandInset label
35051 LatexCommand label
35052 name "subsec:Physikalische-Vektoren"
35053
35054 \end_inset
35055
35056
35057 \begin_inset Index idx
35058 status collapsed
35059
35060 \begin_layout Plain Layout
35061 Vektoren ! physikalische
35062 \end_layout
35063
35064 \end_inset
35065
35066
35067 \end_layout
35068
35069 \begin_layout Standard
35070 Vordefinierte Vektoren bietet das \SpecialChar LaTeX
35071 -Paket 
35072 \series bold
35073 braket
35074 \series default
35075
35076 \begin_inset Index idx
35077 status collapsed
35078
35079 \begin_layout Plain Layout
35080 Pakete ! braket
35081 \end_layout
35082
35083 \end_inset
35084
35085 , das mit der \SpecialChar LaTeX
35086 -Vorspannzeile
35087 \end_layout
35088
35089 \begin_layout Standard
35090
35091 \series bold
35092
35093 \backslash
35094 usepackage{braket}
35095 \end_layout
35096
35097 \begin_layout Standard
35098 geladen wird.
35099 \begin_inset ERT
35100 status collapsed
35101
35102 \begin_layout Plain Layout
35103
35104
35105 \backslash
35106 ifbraket 
35107 \end_layout
35108
35109 \end_inset
35110
35111
35112 \begin_inset Note Note
35113 status open
35114
35115 \begin_layout Plain Layout
35116 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
35117 -Paket 
35118 \series bold
35119 braket
35120 \series default
35121  installiert ist:
35122 \end_layout
35123
35124 \end_inset
35125
35126
35127 \end_layout
35128
35129 \begin_layout Standard
35130 Folgende Befehle sind definiert:
35131 \begin_inset Separator parbreak
35132 \end_inset
35133
35134
35135 \end_layout
35136
35137 \begin_layout Standard
35138 \align center
35139 \begin_inset Tabular
35140 <lyxtabular version="3" rows="4" columns="2">
35141 <features tabularvalignment="middle">
35142 <column alignment="center" valignment="top">
35143 <column alignment="center" valignment="top">
35144 <row>
35145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35146 \begin_inset Text
35147
35148 \begin_layout Plain Layout
35149 Befehl
35150 \end_layout
35151
35152 \end_inset
35153 </cell>
35154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35155 \begin_inset Text
35156
35157 \begin_layout Plain Layout
35158 Ergebnis
35159 \end_layout
35160
35161 \end_inset
35162 </cell>
35163 </row>
35164 <row>
35165 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35166 \begin_inset Text
35167
35168 \begin_layout Plain Layout
35169
35170 \backslash
35171 Bra{
35172 \backslash
35173 psi
35174 \end_layout
35175
35176 \end_inset
35177 </cell>
35178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35179 \begin_inset Text
35180
35181 \begin_layout Plain Layout
35182 \begin_inset Formula $\Bra{\psi}$
35183 \end_inset
35184
35185
35186 \end_layout
35187
35188 \end_inset
35189 </cell>
35190 </row>
35191 <row>
35192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35193 \begin_inset Text
35194
35195 \begin_layout Plain Layout
35196
35197 \backslash
35198 Ket{
35199 \backslash
35200 psi
35201 \end_layout
35202
35203 \end_inset
35204 </cell>
35205 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35206 \begin_inset Text
35207
35208 \begin_layout Plain Layout
35209 \begin_inset Formula $\Ket{\psi}$
35210 \end_inset
35211
35212
35213 \end_layout
35214
35215 \end_inset
35216 </cell>
35217 </row>
35218 <row>
35219 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35220 \begin_inset Text
35221
35222 \begin_layout Plain Layout
35223
35224 \backslash
35225 Braket{
35226 \backslash
35227 psi|
35228 \backslash
35229 phi
35230 \end_layout
35231
35232 \end_inset
35233 </cell>
35234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35235 \begin_inset Text
35236
35237 \begin_layout Plain Layout
35238 \begin_inset Formula $\Braket{\psi|\phi}$
35239 \end_inset
35240
35241
35242 \end_layout
35243
35244 \end_inset
35245 </cell>
35246 </row>
35247 </lyxtabular>
35248
35249 \end_inset
35250
35251
35252 \end_layout
35253
35254 \begin_layout Standard
35255 Der Befehl 
35256 \series bold
35257
35258 \backslash
35259 Braket
35260 \series default
35261  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35262  Klammern gesetzt werden:
35263 \begin_inset Formula 
35264 \[
35265 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35266 \]
35267
35268 \end_inset
35269
35270
35271 \begin_inset ERT
35272 status collapsed
35273
35274 \begin_layout Plain Layout
35275
35276
35277 \backslash
35278 else 
35279 \end_layout
35280
35281 \end_inset
35282
35283
35284 \begin_inset Note Note
35285 status open
35286
35287 \begin_layout Plain Layout
35288 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
35289 -Paket 
35290 \series bold
35291 braket
35292 \series default
35293  nicht installiert ist:
35294 \end_layout
35295
35296 \end_inset
35297
35298
35299 \end_layout
35300
35301 \begin_layout Standard
35302 Das \SpecialChar LaTeX
35303 -Paket 
35304 \series bold
35305 braket 
35306 \series default
35307 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35308 \end_layout
35309
35310 \begin_layout Standard
35311 \begin_inset ERT
35312 status collapsed
35313
35314 \begin_layout Plain Layout
35315
35316
35317 \backslash
35318 fi 
35319 \end_layout
35320
35321 \end_inset
35322
35323
35324 \end_layout
35325
35326 \begin_layout Standard
35327 Der Effekt von 
35328 \series bold
35329
35330 \backslash
35331 Braket
35332 \series default
35333  kann auch mit dem Befehl 
35334 \series bold
35335
35336 \backslash
35337 middle
35338 \series default
35339  erzielt werden, der in 
35340 \begin_inset CommandInset ref
35341 LatexCommand ref
35342 reference "subsec:Automatische-Klammergrößen"
35343
35344 \end_inset
35345
35346  beschrieben ist.
35347 \end_layout
35348
35349 \begin_layout Subsection
35350 Selbst definierte Brüche
35351 \begin_inset CommandInset label
35352 LatexCommand label
35353 name "subsec:Selbstdefinierte-Brüche"
35354
35355 \end_inset
35356
35357
35358 \begin_inset Index idx
35359 status collapsed
35360
35361 \begin_layout Plain Layout
35362 Brüche ! selbstdefinierte
35363 \end_layout
35364
35365 \end_inset
35366
35367
35368 \end_layout
35369
35370 \begin_layout Standard
35371 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35372 \series bold
35373
35374 \backslash
35375 genfrac
35376 \series default
35377
35378 \begin_inset Index idx
35379 status collapsed
35380
35381 \begin_layout Plain Layout
35382 Befehle ! G ! 
35383 \backslash
35384 genfrac
35385 \end_layout
35386
35387 \end_inset
35388
35389  in folgendem Schema:
35390 \end_layout
35391
35392 \begin_layout Standard
35393
35394 \series bold
35395
35396 \backslash
35397 genfrac{linke
35398 \series default
35399  
35400 \series bold
35401 Klammer}{rechte
35402 \series default
35403  
35404 \series bold
35405 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35406 \begin_inset Newline newline
35407 \end_inset
35408
35409
35410 \begin_inset Phantom HPhantom
35411 status open
35412
35413 \begin_layout Plain Layout
35414
35415 \series bold
35416
35417 \backslash
35418 genfrac
35419 \end_layout
35420
35421 \end_inset
35422
35423 {Zähler}{Nenner}
35424 \end_layout
35425
35426 \begin_layout Standard
35427 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35428 \begin_inset space \thinspace{}
35429 \end_inset
35430
35431 -
35432 \begin_inset space \thinspace{}
35433 \end_inset
35434
35435 3 angegeben.
35436 \begin_inset Separator parbreak
35437 \end_inset
35438
35439
35440 \end_layout
35441
35442 \begin_layout Standard
35443 \align center
35444 \begin_inset Tabular
35445 <lyxtabular version="3" rows="5" columns="2">
35446 <features tabularvalignment="middle">
35447 <column alignment="center" valignment="top">
35448 <column alignment="center" valignment="top">
35449 <row>
35450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35451 \begin_inset Text
35452
35453 \begin_layout Plain Layout
35454 Nummer
35455 \end_layout
35456
35457 \end_inset
35458 </cell>
35459 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35460 \begin_inset Text
35461
35462 \begin_layout Plain Layout
35463 Ansichtsstil
35464 \end_layout
35465
35466 \end_inset
35467 </cell>
35468 </row>
35469 <row>
35470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35471 \begin_inset Text
35472
35473 \begin_layout Plain Layout
35474 0
35475 \end_layout
35476
35477 \end_inset
35478 </cell>
35479 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35480 \begin_inset Text
35481
35482 \begin_layout Plain Layout
35483 abgesetzte Formel
35484 \end_layout
35485
35486 \end_inset
35487 </cell>
35488 </row>
35489 <row>
35490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35491 \begin_inset Text
35492
35493 \begin_layout Plain Layout
35494 1
35495 \end_layout
35496
35497 \end_inset
35498 </cell>
35499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35500 \begin_inset Text
35501
35502 \begin_layout Plain Layout
35503 eingebettete Formel
35504 \end_layout
35505
35506 \end_inset
35507 </cell>
35508 </row>
35509 <row>
35510 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35511 \begin_inset Text
35512
35513 \begin_layout Plain Layout
35514 2
35515 \end_layout
35516
35517 \end_inset
35518 </cell>
35519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35520 \begin_inset Text
35521
35522 \begin_layout Plain Layout
35523 klein
35524 \end_layout
35525
35526 \end_inset
35527 </cell>
35528 </row>
35529 <row>
35530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35531 \begin_inset Text
35532
35533 \begin_layout Plain Layout
35534 3
35535 \end_layout
35536
35537 \end_inset
35538 </cell>
35539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35540 \begin_inset Text
35541
35542 \begin_layout Plain Layout
35543 winzig
35544 \end_layout
35545
35546 \end_inset
35547 </cell>
35548 </row>
35549 </lyxtabular>
35550
35551 \end_inset
35552
35553
35554 \end_layout
35555
35556 \begin_layout Standard
35557 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35558  
35559 \series bold
35560
35561 \backslash
35562 frac
35563 \series default
35564  der Umgebung an.
35565 \end_layout
35566
35567 \begin_layout Standard
35568 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35569  0.4
35570 \begin_inset space \thinspace{}
35571 \end_inset
35572
35573 pt verwendet.
35574 \end_layout
35575
35576 \begin_layout Standard
35577 \begin_inset VSpace medskip
35578 \end_inset
35579
35580 Zum Beispiel sind die Befehle 
35581 \series bold
35582
35583 \backslash
35584 dfrac
35585 \series default
35586  und 
35587 \series bold
35588
35589 \backslash
35590 tbinom
35591 \series default
35592  aus 
35593 \begin_inset CommandInset ref
35594 LatexCommand ref
35595 reference "subsec:Brüche"
35596
35597 \end_inset
35598
35599  folgendermaßen definiert:
35600 \end_layout
35601
35602 \begin_layout Standard
35603
35604 \series bold
35605
35606 \backslash
35607 newcommand{
35608 \backslash
35609 dfrac}[2]{
35610 \backslash
35611 genfrac{}{}{}{0}{#1}{#2}}
35612 \end_layout
35613
35614 \begin_layout Standard
35615 und
35616 \end_layout
35617
35618 \begin_layout Standard
35619
35620 \series bold
35621
35622 \backslash
35623 newcommand{
35624 \backslash
35625 tbinom}[2]{
35626 \backslash
35627 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35628 \end_layout
35629
35630 \begin_layout Standard
35631 \begin_inset VSpace medskip
35632 \end_inset
35633
35634 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35635  Argument angeben kann, gibt man im \SpecialChar LaTeX
35636 -Vorspann folgenden Befehl ein:
35637 \end_layout
35638
35639 \begin_layout Standard
35640
35641 \series bold
35642
35643 \backslash
35644 newcommand{
35645 \backslash
35646 fracS}[3][]{
35647 \backslash
35648 genfrac{}{}{#1}{}{#2}{#3}}
35649 \end_layout
35650
35651 \begin_layout Standard
35652 Dazu ein Test:
35653 \begin_inset Formula 
35654 \begin{align*}
35655 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35656 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35657 \end{align*}
35658
35659 \end_inset
35660
35661 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35662  in etwa der dreifachen Strichdicke.
35663 \end_layout
35664
35665 \begin_layout Subsection
35666 Durchgestrichene Formeln
35667 \begin_inset Index idx
35668 status collapsed
35669
35670 \begin_layout Plain Layout
35671 Formel ! durchgestrichene
35672 \end_layout
35673
35674 \end_inset
35675
35676
35677 \end_layout
35678
35679 \begin_layout Standard
35680 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
35681 \end_layout
35682
35683 \begin_layout Standard
35684 \begin_inset ERT
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688
35689
35690 \backslash
35691 ifcancel 
35692 \end_layout
35693
35694 \end_inset
35695
35696
35697 \begin_inset Note Note
35698 status open
35699
35700 \begin_layout Plain Layout
35701 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
35702 -Paket 
35703 \series bold
35704 cancel
35705 \series default
35706  installiert ist:
35707 \end_layout
35708
35709 \end_inset
35710
35711
35712 \begin_inset Separator parbreak
35713 \end_inset
35714
35715
35716 \end_layout
35717
35718 \begin_layout Standard
35719 \align center
35720 \begin_inset Tabular
35721 <lyxtabular version="3" rows="5" columns="2">
35722 <features tabularvalignment="middle">
35723 <column alignment="center" valignment="top">
35724 <column alignment="center" valignment="top">
35725 <row>
35726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35727 \begin_inset Text
35728
35729 \begin_layout Plain Layout
35730 Befehl
35731 \end_layout
35732
35733 \end_inset
35734 </cell>
35735 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35736 \begin_inset Text
35737
35738 \begin_layout Plain Layout
35739 Ergebnis
35740 \begin_inset Note Note
35741 status collapsed
35742
35743 \begin_layout Plain Layout
35744 Der Leerraum und 
35745 \series bold
35746
35747 \backslash
35748 raisebox
35749 \series default
35750  dienen nur als Abstandhalter.
35751 \end_layout
35752
35753 \end_inset
35754
35755
35756 \end_layout
35757
35758 \end_inset
35759 </cell>
35760 </row>
35761 <row>
35762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766
35767 \backslash
35768 cancel
35769 \begin_inset space \textvisiblespace{}
35770 \end_inset
35771
35772
35773 \backslash
35774 int
35775 \begin_inset space \textvisiblespace{}
35776 \end_inset
35777
35778 A=B
35779 \end_layout
35780
35781 \end_inset
35782 </cell>
35783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35784 \begin_inset Text
35785
35786 \begin_layout Plain Layout
35787 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35788 \end_inset
35789
35790
35791 \end_layout
35792
35793 \end_inset
35794 </cell>
35795 </row>
35796 <row>
35797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35798 \begin_inset Text
35799
35800 \begin_layout Plain Layout
35801
35802 \backslash
35803 bcancel
35804 \begin_inset space \textvisiblespace{}
35805 \end_inset
35806
35807
35808 \backslash
35809 int
35810 \begin_inset space \textvisiblespace{}
35811 \end_inset
35812
35813 A=B
35814 \end_layout
35815
35816 \end_inset
35817 </cell>
35818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35819 \begin_inset Text
35820
35821 \begin_layout Plain Layout
35822 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35823 \end_inset
35824
35825
35826 \end_layout
35827
35828 \end_inset
35829 </cell>
35830 </row>
35831 <row>
35832 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35833 \begin_inset Text
35834
35835 \begin_layout Plain Layout
35836
35837 \backslash
35838 xcancel
35839 \begin_inset space \textvisiblespace{}
35840 \end_inset
35841
35842
35843 \backslash
35844 int
35845 \begin_inset space \textvisiblespace{}
35846 \end_inset
35847
35848 A=B
35849 \end_layout
35850
35851 \end_inset
35852 </cell>
35853 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35854 \begin_inset Text
35855
35856 \begin_layout Plain Layout
35857 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35858 \end_inset
35859
35860
35861 \end_layout
35862
35863 \end_inset
35864 </cell>
35865 </row>
35866 <row>
35867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35868 \begin_inset Text
35869
35870 \begin_layout Plain Layout
35871
35872 \backslash
35873 cancelto
35874 \begin_inset space \textvisiblespace{}
35875 \end_inset
35876
35877
35878 \backslash
35879 int
35880 \begin_inset space \textvisiblespace{}
35881 \end_inset
35882
35883 A=B
35884 \begin_inset Formula $\to$
35885 \end_inset
35886
35887 1
35888 \end_layout
35889
35890 \end_inset
35891 </cell>
35892 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35893 \begin_inset Text
35894
35895 \begin_layout Plain Layout
35896 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35897 \end_inset
35898
35899
35900 \end_layout
35901
35902 \end_inset
35903 </cell>
35904 </row>
35905 </lyxtabular>
35906
35907 \end_inset
35908
35909
35910 \end_layout
35911
35912 \begin_layout Standard
35913
35914 \series bold
35915
35916 \backslash
35917 cancelto
35918 \series default
35919  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35920  will:
35921 \begin_inset Formula 
35922 \[
35923 \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}}}
35924 \]
35925
35926 \end_inset
35927
35928
35929 \end_layout
35930
35931 \begin_layout Standard
35932 Um die Größe des 
35933 \begin_inset Quotes gld
35934 \end_inset
35935
35936 hochgestellten
35937 \begin_inset Quotes grd
35938 \end_inset
35939
35940  Werts von 
35941 \series bold
35942
35943 \backslash
35944 cancelto
35945 \series default
35946  zu ändern, kann man die \SpecialChar LaTeX
35947 -Vorspannzeile
35948 \end_layout
35949
35950 \begin_layout Standard
35951
35952 \series bold
35953
35954 \backslash
35955 PassOptionsToPackage{Option}{cancel}
35956 \end_layout
35957
35958 \begin_layout Standard
35959 hinzufügen.
35960  
35961 \series bold
35962 Option
35963 \series default
35964  ist entweder 
35965 \series bold
35966 samesize
35967 \series default
35968 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
35969  
35970 \series bold
35971 Smaller
35972 \series default
35973 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
35974 \end_layout
35975
35976 \begin_layout Standard
35977 Um den Durchstrich zu färben, verwendet man den Befehl
35978 \end_layout
35979
35980 \begin_layout Standard
35981
35982 \series bold
35983
35984 \backslash
35985 renewcommand{
35986 \backslash
35987 CancelColor}{
35988 \backslash
35989 color{red}}
35990 \end_layout
35991
35992 \begin_layout Standard
35993 als \SpecialChar TeX
35994 -Code.
35995  
35996 \series bold
35997 red
35998 \series default
35999  kann durch eine Farbe der Wahl ersetzt werden.
36000 \end_layout
36001
36002 \begin_layout Standard
36003 \begin_inset ERT
36004 status collapsed
36005
36006 \begin_layout Plain Layout
36007
36008
36009 \backslash
36010 renewcommand{
36011 \backslash
36012 CancelColor}{
36013 \backslash
36014 color{red}}
36015 \end_layout
36016
36017 \end_inset
36018
36019
36020 \end_layout
36021
36022 \begin_layout Standard
36023 \begin_inset Formula 
36024 \[
36025 \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}}}
36026 \]
36027
36028 \end_inset
36029
36030
36031 \end_layout
36032
36033 \begin_layout Standard
36034 \begin_inset ERT
36035 status collapsed
36036
36037 \begin_layout Plain Layout
36038
36039
36040 \backslash
36041 renewcommand{
36042 \backslash
36043 CancelColor}{
36044 \backslash
36045 color{black}}
36046 \end_layout
36047
36048 \end_inset
36049
36050
36051 \begin_inset Note Note
36052 status open
36053
36054 \begin_layout Plain Layout
36055 Farbe zurücksetzen
36056 \end_layout
36057
36058 \end_inset
36059
36060
36061 \end_layout
36062
36063 \begin_layout Standard
36064 Für weitere Anpassungen siehe die Dokumentation des Pakets 
36065 \series bold
36066 cancel
36067 \series default
36068
36069 \begin_inset CommandInset citation
36070 LatexCommand cite
36071 key "cancel"
36072
36073 \end_inset
36074
36075 .
36076 \begin_inset Index idx
36077 status collapsed
36078
36079 \begin_layout Plain Layout
36080 Pakete ! cancel
36081 \end_layout
36082
36083 \end_inset
36084
36085
36086 \end_layout
36087
36088 \begin_layout Standard
36089 \begin_inset ERT
36090 status collapsed
36091
36092 \begin_layout Plain Layout
36093
36094
36095 \backslash
36096 else 
36097 \end_layout
36098
36099 \end_inset
36100
36101
36102 \begin_inset Note Note
36103 status open
36104
36105 \begin_layout Plain Layout
36106 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
36107 -Paket 
36108 \series bold
36109 cancel
36110 \series default
36111  nicht installiert ist:
36112 \end_layout
36113
36114 \end_inset
36115
36116
36117 \end_layout
36118
36119 \begin_layout Standard
36120 Das \SpecialChar LaTeX
36121 -Paket 
36122 \series bold
36123 cancel 
36124 \series default
36125 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36126 \end_layout
36127
36128 \begin_layout Standard
36129 \begin_inset ERT
36130 status collapsed
36131
36132 \begin_layout Plain Layout
36133
36134
36135 \backslash
36136 fi 
36137 \end_layout
36138
36139 \end_inset
36140
36141
36142 \end_layout
36143
36144 \begin_layout Subsection
36145 Formeln in Überschriften
36146 \begin_inset CommandInset label
36147 LatexCommand label
36148 name "subsec:Formeln-in-Überschriften"
36149
36150 \end_inset
36151
36152
36153 \begin_inset Index idx
36154 status collapsed
36155
36156 \begin_layout Plain Layout
36157 Formel ! in Überschriften
36158 \end_layout
36159
36160 \end_inset
36161
36162
36163 \end_layout
36164
36165 \begin_layout Standard
36166 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36167 \end_layout
36168
36169 \begin_layout Standard
36170 \begin_inset Note Greyedout
36171 status open
36172
36173 \begin_layout Plain Layout
36174 Verwendet man 
36175 \series bold
36176 hyperref
36177 \series default
36178
36179 \begin_inset Index idx
36180 status collapsed
36181
36182 \begin_layout Plain Layout
36183 Pakete ! hyperref
36184 \end_layout
36185
36186 \end_inset
36187
36188  Unterstützung im den Dokumenteinstellungen unter 
36189 \family sans
36190 PDF-Eigenschaften
36191 \family default
36192 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36193  erzeugt.
36194  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36195  dargestellt.
36196  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36197 \end_layout
36198
36199 \end_inset
36200
36201
36202 \end_layout
36203
36204 \begin_layout Standard
36205 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36206  Kurztitel über das Menü 
36207 \family sans
36208 Einfügen\SpecialChar menuseparator
36209 Kurztitel
36210 \family default
36211  einfügt.
36212  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36213  um das Inhaltsverzeichnis übersichtlich zu halten.
36214  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36215 chen.
36216 \end_layout
36217
36218 \begin_layout Standard
36219 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36220 \series bold
36221 hyperref
36222 \series default
36223 , verwendet man im \SpecialChar TeX
36224 -Modus den Befehl
36225 \end_layout
36226
36227 \begin_layout Standard
36228
36229 \series bold
36230
36231 \backslash
36232 texorpdfstring{Teil}{Alternative}
36233 \begin_inset Index idx
36234 status collapsed
36235
36236 \begin_layout Plain Layout
36237 Befehle ! T ! 
36238 \backslash
36239 texorpdfstring
36240 \end_layout
36241
36242 \end_inset
36243
36244
36245 \end_layout
36246
36247 \begin_layout Standard
36248 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36249  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36250  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36251  soll.
36252 \end_layout
36253
36254 \begin_layout Standard
36255 Es folgen zwei Beispielüberschriften:
36256 \begin_inset VSpace -3mm
36257 \end_inset
36258
36259
36260 \begin_inset ERT
36261 status collapsed
36262
36263 \begin_layout Plain Layout
36264
36265
36266 \backslash
36267 boldmath 
36268 \end_layout
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \begin_layout Subsubsection
36276 Überschrift ohne Formel im Inhaltsverzeichnis 
36277 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36278 \end_inset
36279
36280
36281 \begin_inset Argument 1
36282 status collapsed
36283
36284 \begin_layout Plain Layout
36285 Überschrift ohne Formel im Inhaltsverzeichnis
36286 \end_layout
36287
36288 \end_inset
36289
36290
36291 \end_layout
36292
36293 \begin_layout Subsubsection
36294 Überschrift mit Formel im Inhaltsverzeichnis
36295 \begin_inset ERT
36296 status collapsed
36297
36298 \begin_layout Plain Layout
36299
36300
36301 \backslash
36302 texorpdfstring{
36303 \end_layout
36304
36305 \end_inset
36306
36307  
36308 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36309 \end_inset
36310
36311
36312 \begin_inset ERT
36313 status collapsed
36314
36315 \begin_layout Plain Layout
36316
36317 }{}
36318 \end_layout
36319
36320 \end_inset
36321
36322
36323 \end_layout
36324
36325 \begin_layout Standard
36326 \begin_inset ERT
36327 status collapsed
36328
36329 \begin_layout Plain Layout
36330
36331
36332 \backslash
36333 unboldmath 
36334 \end_layout
36335
36336 \end_inset
36337
36338 In der ersten Überschrift wurde ein Kurztitel verwendet.
36339  In der zweiten 
36340 \series bold
36341
36342 \backslash
36343 texorpdfstring
36344 \series default
36345 .
36346 \end_layout
36347
36348 \begin_layout Standard
36349 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36350  die komplette Überschrift in eine 
36351 \series bold
36352 boldmath
36353 \series default
36354 -Umgebung
36355 \begin_inset Foot
36356 status collapsed
36357
36358 \begin_layout Plain Layout
36359 siehe 
36360 \begin_inset CommandInset ref
36361 LatexCommand ref
36362 reference "subsec:Fett-gedruckte-Formeln"
36363
36364 \end_inset
36365
36366
36367 \end_layout
36368
36369 \end_inset
36370
36371  gesetzt.
36372 \end_layout
36373
36374 \begin_layout Subsection
36375 Formeln im mehrspaltigen Text
36376 \begin_inset Index idx
36377 status collapsed
36378
36379 \begin_layout Plain Layout
36380 Formel ! im mehrspaltigen Text
36381 \end_layout
36382
36383 \end_inset
36384
36385
36386 \end_layout
36387
36388 \begin_layout Standard
36389 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36390  müssen daher über die gesamte Seitenbreite gesetzt werden.
36391  Dazu verwendet man das \SpecialChar LaTeX
36392 -Paket 
36393 \series bold
36394 multicol
36395 \series default
36396
36397 \begin_inset Foot
36398 status collapsed
36399
36400 \begin_layout Plain Layout
36401
36402 \series bold
36403 multicol
36404 \series default
36405  ist Teil jeder \SpecialChar LaTeX
36406 -Standardinstallation.
36407 \end_layout
36408
36409 \end_inset
36410
36411
36412 \begin_inset Index idx
36413 status collapsed
36414
36415 \begin_layout Plain Layout
36416 Pakete ! multicol
36417 \end_layout
36418
36419 \end_inset
36420
36421 , das mit der \SpecialChar LaTeX
36422 -Vorspannzeile
36423 \end_layout
36424
36425 \begin_layout Standard
36426
36427 \series bold
36428
36429 \backslash
36430 usepackage{multicol}
36431 \end_layout
36432
36433 \begin_layout Standard
36434 geladen wird.
36435 \end_layout
36436
36437 \begin_layout Standard
36438 \begin_inset Note Greyedout
36439 status open
36440
36441 \begin_layout Plain Layout
36442 Dabei ist zu beachten, dass im Menü 
36443 \family sans
36444 Dokument\SpecialChar menuseparator
36445 Einstellungen
36446 \family default
36447  unter 
36448 \family sans
36449 Textformat
36450 \family default
36451  
36452 \emph on
36453 nicht
36454 \emph default
36455  
36456 \family sans
36457 Zweispaltiges
36458 \begin_inset space ~
36459 \end_inset
36460
36461 Dokument
36462 \family default
36463  ausgewählt sein darf.
36464 \end_layout
36465
36466 \end_inset
36467
36468
36469 \end_layout
36470
36471 \begin_layout Standard
36472 Vor den mehrspaltigen Text schreibt man im \SpecialChar TeX
36473 -Modus den Befehl
36474 \end_layout
36475
36476 \begin_layout Standard
36477
36478 \series bold
36479
36480 \backslash
36481 begin{multicols}{Spaltenanzahl}
36482 \end_layout
36483
36484 \begin_layout Standard
36485 wobei die Spaltenanzahl eine Zahl im Bereich 2
36486 \begin_inset space \thinspace{}
36487 \end_inset
36488
36489 -
36490 \begin_inset space \thinspace{}
36491 \end_inset
36492
36493 10 ist.
36494  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36495 \end_layout
36496
36497 \begin_layout Standard
36498
36499 \series bold
36500
36501 \backslash
36502 end{multicols}
36503 \end_layout
36504
36505 \begin_layout Standard
36506 der im \SpecialChar TeX
36507 -Modus eingegeben wird.
36508 \end_layout
36509
36510 \begin_layout Standard
36511 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36512  Um dies rückgängig zu machen, fügt man vor der Formel -6
36513 \begin_inset space \thinspace{}
36514 \end_inset
36515
36516 mm vertikalen Leerraum ein.
36517  Ist der Formelstil 
36518 \series bold
36519 Eingerückt
36520 \begin_inset Foot
36521 status collapsed
36522
36523 \begin_layout Plain Layout
36524 Formelstile siehe 
36525 \begin_inset CommandInset ref
36526 LatexCommand ref
36527 reference "sec:Formelstile"
36528
36529 \end_inset
36530
36531
36532 \end_layout
36533
36534 \end_inset
36535
36536
36537 \series default
36538  gewählt, fügt man stattdessen -9
36539 \begin_inset space \thinspace{}
36540 \end_inset
36541
36542 mm Leerraum ein.
36543 \end_layout
36544
36545 \begin_layout Standard
36546 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36547 \end_layout
36548
36549 \begin_layout Standard
36550 \begin_inset ERT
36551 status collapsed
36552
36553 \begin_layout Plain Layout
36554
36555
36556 \backslash
36557 begin{multicols}{2}
36558 \end_layout
36559
36560 \end_inset
36561
36562 Das Spektrum wird fouriertransformiert.
36563  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36564 , Lösungsmittel) zu trennen.
36565  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36566  nun das Aussehen des Ausgangssignals.
36567  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36568  über alle Phasen integrieren muss.
36569  Sei nun 
36570 \begin_inset Formula $S$
36571 \end_inset
36572
36573  unser normiertes Ausgangssignal und 
36574 \begin_inset Formula $P$
36575 \end_inset
36576
36577  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36578 \begin_inset ERT
36579 status collapsed
36580
36581 \begin_layout Plain Layout
36582
36583
36584 \backslash
36585 end{multicols}
36586 \end_layout
36587
36588 \end_inset
36589
36590
36591 \begin_inset VSpace -6mm
36592 \end_inset
36593
36594
36595 \begin_inset Formula 
36596 \begin{equation}
36597 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36598 \end{equation}
36599
36600 \end_inset
36601
36602
36603 \begin_inset ERT
36604 status collapsed
36605
36606 \begin_layout Plain Layout
36607
36608
36609 \backslash
36610 begin{multicols}{2}
36611 \end_layout
36612
36613 \end_inset
36614
36615 wobei 
36616 \begin_inset Formula $S_{0}$
36617 \end_inset
36618
36619  das Signal ohne Gradient ist und die Normierungsbedingung 
36620 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36621 \end_inset
36622
36623  gilt.
36624  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36625  Direkt nach dem 
36626 \begin_inset Formula $\nicefrac{\pi}{2}$
36627 \end_inset
36628
36629
36630 \begin_inset space \thinspace{}
36631 \end_inset
36632
36633 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36634  das Signal zusätzlich abschwächt.
36635  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36636  
36637 \begin_inset Formula $T_{2}$
36638 \end_inset
36639
36640 -Zeit.
36641 \end_layout
36642
36643 \begin_layout Standard
36644 \begin_inset ERT
36645 status collapsed
36646
36647 \begin_layout Plain Layout
36648
36649
36650 \backslash
36651 end{multicols}
36652 \end_layout
36653
36654 \end_inset
36655
36656  
36657 \end_layout
36658
36659 \begin_layout Subsection
36660 Formeln mit Beschreibung der Variablen
36661 \begin_inset Index idx
36662 status collapsed
36663
36664 \begin_layout Plain Layout
36665 Formel ! mit Variablenbeschreibung
36666 \end_layout
36667
36668 \end_inset
36669
36670
36671 \end_layout
36672
36673 \begin_layout Standard
36674 Möchte man wie in Formel 
36675 \begin_inset CommandInset ref
36676 LatexCommand eqref
36677 reference "eq:innerhalb"
36678
36679 \end_inset
36680
36681 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36682 \series bold
36683 ×
36684 \series default
36685
36686 \begin_inset Formula $n$
36687 \end_inset
36688
36689
36690 \begin_inset space ~
36691 \end_inset
36692
36693 Matrix mit links ausgerichteten Spalten für die verwendeten 
36694 \begin_inset Formula $n$
36695 \end_inset
36696
36697  Variablen.
36698 \begin_inset Foot
36699 status collapsed
36700
36701 \begin_layout Plain Layout
36702 Matrizen siehe 
36703 \begin_inset CommandInset ref
36704 LatexCommand ref
36705 reference "sec:Matrizen"
36706
36707 \end_inset
36708
36709
36710 \end_layout
36711
36712 \end_inset
36713
36714  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36715 \begin_inset space \thinspace{}
36716 \end_inset
36717
36718 B.
36719  den Befehl 
36720 \series bold
36721
36722 \backslash
36723 footnotesize
36724 \series default
36725  ein.
36726 \begin_inset Foot
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730 Schriftgrößen siehe 
36731 \begin_inset CommandInset ref
36732 LatexCommand ref
36733 reference "subsec:Schriftgrößen"
36734
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \end_inset
36741
36742
36743 \end_layout
36744
36745 \begin_layout Standard
36746 Wird der Formelstil 
36747 \series bold
36748 Eingerückt
36749 \begin_inset Foot
36750 status collapsed
36751
36752 \begin_layout Plain Layout
36753 Formelstile siehe 
36754 \begin_inset CommandInset ref
36755 LatexCommand ref
36756 reference "sec:Formelstile"
36757
36758 \end_inset
36759
36760
36761 \end_layout
36762
36763 \end_inset
36764
36765
36766 \series default
36767  verwendet, fügt man vor und nach der Matrix ein 
36768 \series bold
36769
36770 \backslash
36771 hfill
36772 \series default
36773
36774 \begin_inset Foot
36775 status collapsed
36776
36777 \begin_layout Plain Layout
36778
36779 \series bold
36780
36781 \backslash
36782 hfill
36783 \series default
36784  wirkt nur in Formeln mit dem Stil 
36785 \series bold
36786 Eingerückt
36787 \series default
36788 , siehe 
36789 \begin_inset CommandInset ref
36790 LatexCommand ref
36791 reference "subsec:Variabler-Leerraum"
36792
36793 \end_inset
36794
36795 .
36796 \end_layout
36797
36798 \end_inset
36799
36800  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36801  gleich ist.
36802 \end_layout
36803
36804 \begin_layout Standard
36805 Ist der Formelstil 
36806 \series bold
36807 Zentriert
36808 \series default
36809  gewählt, nutzt man die in 
36810 \begin_inset CommandInset ref
36811 LatexCommand ref
36812 reference "subsec:Flalign-Umgebung"
36813
36814 \end_inset
36815
36816  beschriebene Möglichkeit, Formeln einzurücken.
36817  Formel 
36818 \begin_inset CommandInset ref
36819 LatexCommand eqref
36820 reference "eq:innerhalb"
36821
36822 \end_inset
36823
36824  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36825  der dritten die Matrix und in der letzten die leere \SpecialChar TeX
36826 -Klammer steht.
36827 \begin_inset Formula 
36828 \begin{flalign}
36829 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36830 \rho & \textrm{Dichte}\\
36831 V & \textrm{Volumen}\\
36832 g & \textrm{Fallbeschleunigung}
36833 \end{array} &  & {}\label{eq:innerhalb}
36834 \end{flalign}
36835
36836 \end_inset
36837
36838
36839 \end_layout
36840
36841 \begin_layout Subsection
36842 Aufrechte kleine griechische Buchstaben
36843 \begin_inset CommandInset label
36844 LatexCommand label
36845 name "subsec:Aufrechte-kleine-griechische"
36846
36847 \end_inset
36848
36849
36850 \begin_inset Index idx
36851 status collapsed
36852
36853 \begin_layout Plain Layout
36854 griechische Buchstaben ! aufrechte
36855 \end_layout
36856
36857 \end_inset
36858
36859
36860 \end_layout
36861
36862 \begin_layout Standard
36863 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36864  zur Verfügung.
36865  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36866  aufrechte griechische Buchstaben benötigt.
36867  Die Datei 
36868 \series bold
36869 upgreek.sty
36870 \series default
36871
36872 \begin_inset Foot
36873 status collapsed
36874
36875 \begin_layout Plain Layout
36876
36877 \series bold
36878 upgreek
36879 \series default
36880  ist Teil des \SpecialChar LaTeX
36881 -Paketes 
36882 \series bold
36883 was
36884 \series default
36885
36886 \begin_inset Index idx
36887 status collapsed
36888
36889 \begin_layout Plain Layout
36890 Pakete ! was
36891 \begin_inset ERT
36892 status collapsed
36893
36894 \begin_layout Plain Layout
36895
36896
36897 \backslash
36898 vspace{4mm}
36899 \end_layout
36900
36901 \end_inset
36902
36903
36904 \end_layout
36905
36906 \end_inset
36907
36908 .
36909 \end_layout
36910
36911 \end_inset
36912
36913
36914 \begin_inset Index idx
36915 status collapsed
36916
36917 \begin_layout Plain Layout
36918 Pakete ! upgreek
36919 \end_layout
36920
36921 \end_inset
36922
36923 , die mit der \SpecialChar LaTeX
36924 -Vorspannzeile
36925 \end_layout
36926
36927 \begin_layout Standard
36928
36929 \series bold
36930
36931 \backslash
36932 usepackage{upgreek}
36933 \end_layout
36934
36935 \begin_layout Standard
36936 geladen wird, stellt diese Buchstaben zur Verfügung.
36937  
36938 \begin_inset ERT
36939 status collapsed
36940
36941 \begin_layout Plain Layout
36942
36943
36944 \backslash
36945 ifupgreek 
36946 \end_layout
36947
36948 \end_inset
36949
36950
36951 \begin_inset Note Note
36952 status open
36953
36954 \begin_layout Plain Layout
36955 Das Folgende erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
36956 -Paket 
36957 \series bold
36958 upgreek
36959 \series default
36960  installiert ist:
36961 \end_layout
36962
36963 \end_inset
36964
36965  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36966  
36967 \series bold
36968 up
36969 \series default
36970  begonnen wird.
36971  So erzeugt z.
36972 \begin_inset space \thinspace{}
36973 \end_inset
36974
36975 B.
36976  der Befehl 
36977 \series bold
36978
36979 \backslash
36980 uptau
36981 \series default
36982  dies: 
36983 \begin_inset Formula $\uptau$
36984 \end_inset
36985
36986
36987 \end_layout
36988
36989 \begin_layout Standard
36990 Damit kann man Elementarteilchenreaktionen erstellen:
36991 \begin_inset Formula 
36992 \[
36993 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36994 \]
36995
36996 \end_inset
36997
36998
36999 \end_layout
37000
37001 \begin_layout Standard
37002 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
37003  Sie sollten daher nicht für Einheiten wie 
37004 \begin_inset Quotes gld
37005 \end_inset
37006
37007 µm
37008 \begin_inset Quotes grd
37009 \end_inset
37010
37011  verwendet werden.
37012 \end_layout
37013
37014 \begin_layout Standard
37015 \begin_inset ERT
37016 status collapsed
37017
37018 \begin_layout Plain Layout
37019
37020
37021 \backslash
37022 else 
37023 \end_layout
37024
37025 \end_inset
37026
37027
37028 \begin_inset Note Note
37029 status open
37030
37031 \begin_layout Plain Layout
37032 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
37033 -Paket 
37034 \series bold
37035 upgreek
37036 \series default
37037  nicht installiert ist:
37038 \end_layout
37039
37040 \end_inset
37041
37042
37043 \end_layout
37044
37045 \begin_layout Standard
37046 Das \SpecialChar LaTeX
37047 -Paket 
37048 \series bold
37049 upgreek 
37050 \series default
37051 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
37052 \end_layout
37053
37054 \begin_layout Standard
37055 \begin_inset ERT
37056 status collapsed
37057
37058 \begin_layout Plain Layout
37059
37060
37061 \backslash
37062 fi 
37063 \end_layout
37064
37065 \end_inset
37066
37067
37068 \end_layout
37069
37070 \begin_layout Subsection
37071 Textzeichen in Formeln
37072 \begin_inset Index idx
37073 status collapsed
37074
37075 \begin_layout Plain Layout
37076 Text ! in Formeln
37077 \end_layout
37078
37079 \end_inset
37080
37081
37082 \end_layout
37083
37084 \begin_layout Standard
37085 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
37086  Benötigt man z.
37087 \begin_inset space \thinspace{}
37088 \end_inset
37089
37090 B.
37091  den mittigen Punkt · in Formeln wie 
37092 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37093 \end_inset
37094
37095 , müsste man dafür jedes Mal den Befehl 
37096 \series bold
37097
37098 \backslash
37099 cdot
37100 \series default
37101  eingeben
37102 \begin_inset Foot
37103 status collapsed
37104
37105 \begin_layout Plain Layout
37106 siehe 
37107 \begin_inset CommandInset ref
37108 LatexCommand ref
37109 reference "subsec:Binäre-Operatoren"
37110
37111 \end_inset
37112
37113
37114 \end_layout
37115
37116 \end_inset
37117
37118 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
37119  Man kann jedoch die Kodierung mit folgender \SpecialChar LaTeX
37120 -Vorspannzeile ändern:
37121 \end_layout
37122
37123 \begin_layout Standard
37124
37125 \series bold
37126
37127 \backslash
37128 DeclareInputText{183}{
37129 \backslash
37130 ifmmode
37131 \backslash
37132 cdot
37133 \backslash
37134 else
37135 \backslash
37136 textperiodcentered
37137 \backslash
37138 f\SpecialChar ligaturebreak
37139 i}
37140 \end_layout
37141
37142 \begin_layout Standard
37143 Die Zeichenkodierung (Menü 
37144 \family sans
37145 Dokument\SpecialChar menuseparator
37146 Einstellungen\SpecialChar menuseparator
37147 Sprache
37148 \family default
37149 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
37150  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
37151 \series bold
37152
37153 \backslash
37154 textperiodcentered
37155 \series default
37156  verwendet.
37157  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
37158  \SpecialChar LaTeX
37159 -Fehlern kommen würde.
37160  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37161  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37162  nicht.
37163 \end_layout
37164
37165 \begin_layout Standard
37166 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37167  Z.
37168 \begin_inset space \thinspace{}
37169 \end_inset
37170
37171 B.
37172  ist die Kodierung 
37173 \series bold
37174 latin9
37175 \series default
37176  in der Datei 
37177 \series bold
37178 latin9.def
37179 \series default
37180  definiert, die sich im Installationsverzeichnis von \SpecialChar LaTeX
37181  befindet.
37182  Kodierungen sollten nur über den \SpecialChar LaTeX
37183 -Vorspann und nicht in den Definitionsdateien
37184  geändert werden.
37185  Ansonsten können eigene Dokumente von anderen \SpecialChar LyX
37186 -Nutzern auf anderen Computern
37187  nicht ohne Weiteres bearbeitet werden.
37188 \end_layout
37189
37190 \begin_layout Standard
37191 \begin_inset VSpace medskip
37192 \end_inset
37193
37194 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37195  mit folgenden \SpecialChar LaTeX
37196 -Vorspannzeilen so definiert, dass sie direkt in eine Formel
37197  eingegeben werden können:
37198 \end_layout
37199
37200 \begin_layout Standard
37201
37202 \series bold
37203
37204 \backslash
37205 DeclareInputText{176}{
37206 \backslash
37207 ifmmode^
37208 \backslash
37209 circ
37210 \backslash
37211 else
37212 \backslash
37213 textdegree
37214 \backslash
37215 f\SpecialChar ligaturebreak
37216 i}
37217 \end_layout
37218
37219 \begin_layout Subsection
37220 \SpecialChar LaTeX
37221 -Kommentare in Formeln
37222 \begin_inset Index idx
37223 status collapsed
37224
37225 \begin_layout Plain Layout
37226 \SpecialChar LaTeX
37227 -Kommentare
37228 \end_layout
37229
37230 \end_inset
37231
37232
37233 \end_layout
37234
37235 \begin_layout Standard
37236 Im Text können Kommentare, die nur in der \SpecialChar LaTeX
37237 -Ausgabe sichtbar sind, mit dem
37238  Menü 
37239 \family sans
37240 Einfügen\SpecialChar menuseparator
37241 Notiz\SpecialChar menuseparator
37242 Kommentar
37243 \family default
37244  eingefügt werden.
37245  Dies ist in einer Formel nicht möglich, aber man kann mit dem Befehl
37246 \end_layout
37247
37248 \begin_layout Standard
37249
37250 \series bold
37251
37252 \backslash
37253 %
37254 \end_layout
37255
37256 \begin_layout Standard
37257 \SpecialChar LaTeX
37258 -Kommentare einfügen.
37259  Der Befehl erzeugt eine Box, in die man den Kommentar schreiben kann.
37260  Aufgrund eines Fehlers in \SpecialChar LyX
37261
37262 \begin_inset Foot
37263 status collapsed
37264
37265 \begin_layout Plain Layout
37266 \begin_inset CommandInset href
37267 LatexCommand href
37268 name "LyX-bug #9002"
37269 target "http://www.lyx.org/trac/ticket/9002"
37270
37271 \end_inset
37272
37273
37274 \end_layout
37275
37276 \end_inset
37277
37278  kann man keinen normalen Text verwenden.
37279  Selbst wenn man mathematischen Text verwendet, sieht man dessen \SpecialChar LaTeX
37280 -Befehle
37281  in der \SpecialChar LaTeX
37282 -Ausgabe.
37283 \begin_inset Newline newline
37284 \end_inset
37285
37286 Dies ist eine Formel mit einem \SpecialChar LaTeX
37287 -Kommentar:
37288 \begin_inset Formula 
37289 \[
37290 A=B%\text{Dies ist der Kommentar}
37291 \]
37292
37293 \end_inset
37294
37295
37296 \end_layout
37297
37298 \begin_layout Standard
37299 \begin_inset Newpage newpage
37300 \end_inset
37301
37302
37303 \end_layout
37304
37305 \begin_layout Section
37306 \start_of_appendix
37307 Typographische Hinweise
37308 \begin_inset Index idx
37309 status collapsed
37310
37311 \begin_layout Plain Layout
37312 Typographische Hinweise
37313 \end_layout
37314
37315 \end_inset
37316
37317
37318 \end_layout
37319
37320 \begin_layout Standard
37321 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37322  Regeln, die teilweise auch im Duden 
37323 \begin_inset CommandInset citation
37324 LatexCommand cite
37325 key "Duden"
37326
37327 \end_inset
37328
37329  unter 
37330 \family typewriter
37331 Textverarbeitung
37332 \family default
37333  aufgelistet sind.
37334  Weitere Regeln sind in 
37335 \begin_inset CommandInset citation
37336 LatexCommand cite
37337 key "Checklist"
37338
37339 \end_inset
37340
37341  zu finden.
37342 \end_layout
37343
37344 \begin_layout Itemize
37345 Physikalische Einheiten werden 
37346 \emph on
37347 immer
37348 \emph default
37349  aufrecht gesetzt
37350 \begin_inset Foot
37351 status collapsed
37352
37353 \begin_layout Plain Layout
37354 wird durch Schriftstile erreicht, siehe 
37355 \begin_inset CommandInset ref
37356 LatexCommand ref
37357 reference "subsec:Schriftstile"
37358
37359 \end_inset
37360
37361
37362 \end_layout
37363
37364 \end_inset
37365
37366 , egal ob sie sich in einem kursiven Text befinden: 30
37367 \begin_inset space \thinspace{}
37368 \end_inset
37369
37370 km/h
37371 \begin_inset Newline newline
37372 \end_inset
37373
37374 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37375 \begin_inset CommandInset ref
37376 LatexCommand ref
37377 reference "subsec:Vordefinierter-Leerraum"
37378
37379 \end_inset
37380
37381 .
37382 \begin_inset Newline newline
37383 \end_inset
37384
37385 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37386 \series bold
37387
37388 \backslash
37389 unittwo
37390 \series default
37391  verwendet.
37392  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37393  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37394  erhält wie oben: 
37395 \begin_inset Formula $\unit[30]{km/h}$
37396 \end_inset
37397
37398
37399 \begin_inset space \thinspace{}
37400 \end_inset
37401
37402 .
37403  Zu beachten ist, dass 
37404 \series bold
37405
37406 \backslash
37407 unittwo
37408 \series default
37409  kein echter \SpecialChar LaTeX
37410 -Befehl, sondern der Befehl 
37411 \series bold
37412
37413 \backslash
37414 unit[Wert]{Einheit}
37415 \series default
37416  ist, daher kann man ihn nicht im \SpecialChar TeX
37417 -Code benutzen.
37418 \end_layout
37419
37420 \begin_layout Itemize
37421 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37422 \begin_inset Newline newline
37423 \end_inset
37424
37425 1,2
37426 \begin_inset space \thinspace{}
37427 \end_inset
37428
37429 ‰ Alkohol im Blut
37430 \begin_inset Newline newline
37431 \end_inset
37432
37433 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37434  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37435 \end_layout
37436
37437 \begin_layout Itemize
37438 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37439  wird in einer Einheit verwendet: 15
37440 \begin_inset space \thinspace{}
37441 \end_inset
37442
37443 °C
37444 \end_layout
37445
37446 \begin_layout Itemize
37447 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37448  Ziffer der kleinste Leerraum eingefügt: 18
37449 \begin_inset space \thinspace{}
37450 \end_inset
37451
37452 473
37453 \begin_inset space \thinspace{}
37454 \end_inset
37455
37456 588
37457 \end_layout
37458
37459 \begin_layout Itemize
37460 Für Bemaßungen wie z.
37461 \begin_inset space \thinspace{}
37462 \end_inset
37463
37464 B.
37465  120×90×40
37466 \begin_inset space \thinspace{}
37467 \end_inset
37468
37469 cm, verwendet man das gelegte Kreuz 
37470 \begin_inset Quotes gld
37471 \end_inset
37472
37473 ×
37474 \begin_inset Quotes grd
37475 \end_inset
37476
37477 , dass entweder über den Befehl 
37478 \series bold
37479
37480 \backslash
37481 times
37482 \series default
37483  oder über das Menü 
37484 \family sans
37485 Einfügen\SpecialChar menuseparator
37486 Sonderzeichen\SpecialChar menuseparator
37487 Symbole
37488 \family default
37489  verfügbar ist.
37490 \end_layout
37491
37492 \begin_layout Itemize
37493 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37494  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37495 \begin_inset space \thinspace{}
37496 \end_inset
37497
37498 6.
37499 \begin_inset space ~
37500 \end_inset
37501
37502 1979
37503 \end_layout
37504
37505 \begin_layout Itemize
37506 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37507  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37508 \begin_inset CommandInset ref
37509 LatexCommand ref
37510 reference "subsec:Vordefinierte-Funktionen"
37511
37512 \end_inset
37513
37514 .
37515 \end_layout
37516
37517 \begin_layout Itemize
37518 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37519  
37520 \begin_inset Formula $E_{\mathrm{kin}}$
37521 \end_inset
37522
37523
37524 \begin_inset Newline newline
37525 \end_inset
37526
37527 Komponenten von Matrizen werden kursiv gesetzt: 
37528 \begin_inset Formula $\hat{H}_{kl}$
37529 \end_inset
37530
37531
37532 \end_layout
37533
37534 \begin_layout Itemize
37535 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37536  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37537  Variablen zu verwechseln.
37538 \end_layout
37539
37540 \begin_layout Itemize
37541 Das Symbol für eine 
37542 \noun on
37543 Fourier
37544 \noun default
37545 -Transformation kann entweder mit dem Befehl 
37546 \series bold
37547
37548 \backslash
37549 mathscr
37550 \begin_inset space \textvisiblespace{}
37551 \end_inset
37552
37553 F
37554 \series default
37555  oder über das Menü 
37556 \family sans
37557 Einfügen\SpecialChar menuseparator
37558 Sonderzeichen\SpecialChar menuseparator
37559 Symbole\SpecialChar menuseparator
37560 Buchsta\SpecialChar softhyphen
37561 benähnliche Symbole
37562 \family default
37563  eingefügt werden: 
37564 \begin_inset Formula $\mathscr{F}$
37565 \end_inset
37566
37567
37568 \end_layout
37569
37570 \begin_layout Standard
37571 \begin_inset Newpage newpage
37572 \end_inset
37573
37574
37575 \end_layout
37576
37577 \begin_layout Section
37578 Synonyme
37579 \begin_inset Index idx
37580 status collapsed
37581
37582 \begin_layout Plain Layout
37583 Synonyme
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \begin_layout Standard
37592 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37593  Hier ist eine Übersicht der Synonymbefehle:
37594 \end_layout
37595
37596 \begin_layout Standard
37597 \begin_inset VSpace bigskip
37598 \end_inset
37599
37600
37601 \begin_inset space \hfill{}
37602 \end_inset
37603
37604
37605 \begin_inset Tabular
37606 <lyxtabular version="3" rows="12" columns="2">
37607 <features tabularvalignment="middle">
37608 <column alignment="center" valignment="top" width="0pt">
37609 <column alignment="center" valignment="top" width="0pt">
37610 <row>
37611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37612 \begin_inset Text
37613
37614 \begin_layout Plain Layout
37615 Befehl
37616 \end_layout
37617
37618 \end_inset
37619 </cell>
37620 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37621 \begin_inset Text
37622
37623 \begin_layout Plain Layout
37624 äquivalent zu
37625 \begin_inset Note Note
37626 status collapsed
37627
37628 \begin_layout Plain Layout
37629
37630 \series bold
37631
37632 \backslash
37633 raisebox
37634 \series default
37635  dient nur als Abstandhalter.
37636 \end_layout
37637
37638 \end_inset
37639
37640
37641 \end_layout
37642
37643 \end_inset
37644 </cell>
37645 </row>
37646 <row>
37647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37648 \begin_inset Text
37649
37650 \begin_layout Plain Layout
37651
37652 \backslash
37653 ast
37654 \end_layout
37655
37656 \end_inset
37657 </cell>
37658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37659 \begin_inset Text
37660
37661 \begin_layout Plain Layout
37662 \begin_inset ERT
37663 status collapsed
37664
37665 \begin_layout Plain Layout
37666
37667
37668 \backslash
37669 raisebox{-1.2mm}{
37670 \end_layout
37671
37672 \end_inset
37673
37674 *
37675 \begin_inset ERT
37676 status collapsed
37677
37678 \begin_layout Plain Layout
37679
37680 }
37681 \end_layout
37682
37683 \end_inset
37684
37685
37686 \end_layout
37687
37688 \end_inset
37689 </cell>
37690 </row>
37691 <row>
37692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37693 \begin_inset Text
37694
37695 \begin_layout Plain Layout
37696
37697 \backslash
37698 choose
37699 \end_layout
37700
37701 \end_inset
37702 </cell>
37703 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37704 \begin_inset Text
37705
37706 \begin_layout Plain Layout
37707
37708 \backslash
37709 binom
37710 \end_layout
37711
37712 \end_inset
37713 </cell>
37714 </row>
37715 <row>
37716 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37717 \begin_inset Text
37718
37719 \begin_layout Plain Layout
37720
37721 \backslash
37722 geq
37723 \end_layout
37724
37725 \end_inset
37726 </cell>
37727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37728 \begin_inset Text
37729
37730 \begin_layout Plain Layout
37731
37732 \backslash
37733 ge
37734 \end_layout
37735
37736 \end_inset
37737 </cell>
37738 </row>
37739 <row>
37740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37741 \begin_inset Text
37742
37743 \begin_layout Plain Layout
37744
37745 \backslash
37746 lbrace
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37752 \begin_inset Text
37753
37754 \begin_layout Plain Layout
37755 {
37756 \end_layout
37757
37758 \end_inset
37759 </cell>
37760 </row>
37761 <row>
37762 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37763 \begin_inset Text
37764
37765 \begin_layout Plain Layout
37766
37767 \backslash
37768 lbracket
37769 \end_layout
37770
37771 \end_inset
37772 </cell>
37773 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37774 \begin_inset Text
37775
37776 \begin_layout Plain Layout
37777 [
37778 \end_layout
37779
37780 \end_inset
37781 </cell>
37782 </row>
37783 <row>
37784 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37785 \begin_inset Text
37786
37787 \begin_layout Plain Layout
37788
37789 \backslash
37790 leftarrow
37791 \end_layout
37792
37793 \end_inset
37794 </cell>
37795 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37796 \begin_inset Text
37797
37798 \begin_layout Plain Layout
37799
37800 \backslash
37801 gets
37802 \end_layout
37803
37804 \end_inset
37805 </cell>
37806 </row>
37807 <row>
37808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37809 \begin_inset Text
37810
37811 \begin_layout Plain Layout
37812
37813 \backslash
37814 leq
37815 \end_layout
37816
37817 \end_inset
37818 </cell>
37819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37820 \begin_inset Text
37821
37822 \begin_layout Plain Layout
37823
37824 \backslash
37825 le
37826 \end_layout
37827
37828 \end_inset
37829 </cell>
37830 </row>
37831 <row>
37832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37833 \begin_inset Text
37834
37835 \begin_layout Plain Layout
37836
37837 \backslash
37838 lor
37839 \end_layout
37840
37841 \end_inset
37842 </cell>
37843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37844 \begin_inset Text
37845
37846 \begin_layout Plain Layout
37847
37848 \backslash
37849 vee
37850 \end_layout
37851
37852 \end_inset
37853 </cell>
37854 </row>
37855 <row>
37856 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37857 \begin_inset Text
37858
37859 \begin_layout Plain Layout
37860
37861 \backslash
37862 neq
37863 \end_layout
37864
37865 \end_inset
37866 </cell>
37867 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37868 \begin_inset Text
37869
37870 \begin_layout Plain Layout
37871
37872 \backslash
37873 not=
37874 \end_layout
37875
37876 \end_inset
37877 </cell>
37878 </row>
37879 <row>
37880 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37881 \begin_inset Text
37882
37883 \begin_layout Plain Layout
37884
37885 \backslash
37886 slash
37887 \end_layout
37888
37889 \end_inset
37890 </cell>
37891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37892 \begin_inset Text
37893
37894 \begin_layout Plain Layout
37895 /
37896 \end_layout
37897
37898 \end_inset
37899 </cell>
37900 </row>
37901 <row>
37902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37903 \begin_inset Text
37904
37905 \begin_layout Plain Layout
37906
37907 \backslash
37908 vert
37909 \end_layout
37910
37911 \end_inset
37912 </cell>
37913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37914 \begin_inset Text
37915
37916 \begin_layout Plain Layout
37917 |
37918 \end_layout
37919
37920 \end_inset
37921 </cell>
37922 </row>
37923 </lyxtabular>
37924
37925 \end_inset
37926
37927
37928 \begin_inset space \hfill{}
37929 \end_inset
37930
37931
37932 \begin_inset Tabular
37933 <lyxtabular version="3" rows="12" columns="2">
37934 <features tabularvalignment="middle">
37935 <column alignment="center" valignment="top" width="0pt">
37936 <column alignment="center" valignment="top" width="0pt">
37937 <row>
37938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942 Befehl
37943 \end_layout
37944
37945 \end_inset
37946 </cell>
37947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37948 \begin_inset Text
37949
37950 \begin_layout Plain Layout
37951 äquivalent zu
37952 \end_layout
37953
37954 \end_inset
37955 </cell>
37956 </row>
37957 <row>
37958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37959 \begin_inset Text
37960
37961 \begin_layout Plain Layout
37962
37963 \backslash
37964 backslash
37965 \end_layout
37966
37967 \end_inset
37968 </cell>
37969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37970 \begin_inset Text
37971
37972 \begin_layout Plain Layout
37973
37974 \backslash
37975
37976 \backslash
37977
37978 \end_layout
37979
37980 \end_inset
37981 </cell>
37982 </row>
37983 <row>
37984 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37985 \begin_inset Text
37986
37987 \begin_layout Plain Layout
37988
37989 \backslash
37990 dasharrow
37991 \end_layout
37992
37993 \end_inset
37994 </cell>
37995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37996 \begin_inset Text
37997
37998 \begin_layout Plain Layout
37999
38000 \backslash
38001 dashrightarrow
38002 \end_layout
38003
38004 \end_inset
38005 </cell>
38006 </row>
38007 <row>
38008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38009 \begin_inset Text
38010
38011 \begin_layout Plain Layout
38012
38013 \backslash
38014 land
38015 \end_layout
38016
38017 \end_inset
38018 </cell>
38019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38020 \begin_inset Text
38021
38022 \begin_layout Plain Layout
38023
38024 \backslash
38025 wedge
38026 \end_layout
38027
38028 \end_inset
38029 </cell>
38030 </row>
38031 <row>
38032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38033 \begin_inset Text
38034
38035 \begin_layout Plain Layout
38036
38037 \backslash
38038 rbrace
38039 \end_layout
38040
38041 \end_inset
38042 </cell>
38043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38044 \begin_inset Text
38045
38046 \begin_layout Plain Layout
38047 }
38048 \end_layout
38049
38050 \end_inset
38051 </cell>
38052 </row>
38053 <row>
38054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38055 \begin_inset Text
38056
38057 \begin_layout Plain Layout
38058
38059 \backslash
38060 rbracket
38061 \end_layout
38062
38063 \end_inset
38064 </cell>
38065 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38066 \begin_inset Text
38067
38068 \begin_layout Plain Layout
38069 ]
38070 \end_layout
38071
38072 \end_inset
38073 </cell>
38074 </row>
38075 <row>
38076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38077 \begin_inset Text
38078
38079 \begin_layout Plain Layout
38080
38081 \backslash
38082 rightarrow
38083 \end_layout
38084
38085 \end_inset
38086 </cell>
38087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38088 \begin_inset Text
38089
38090 \begin_layout Plain Layout
38091
38092 \backslash
38093 to
38094 \end_layout
38095
38096 \end_inset
38097 </cell>
38098 </row>
38099 <row>
38100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38101 \begin_inset Text
38102
38103 \begin_layout Plain Layout
38104
38105 \backslash
38106 lnot
38107 \end_layout
38108
38109 \end_inset
38110 </cell>
38111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38112 \begin_inset Text
38113
38114 \begin_layout Plain Layout
38115
38116 \backslash
38117 neg
38118 \end_layout
38119
38120 \end_inset
38121 </cell>
38122 </row>
38123 <row>
38124 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38125 \begin_inset Text
38126
38127 \begin_layout Plain Layout
38128
38129 \backslash
38130 ne
38131 \end_layout
38132
38133 \end_inset
38134 </cell>
38135 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38136 \begin_inset Text
38137
38138 \begin_layout Plain Layout
38139
38140 \backslash
38141 not=
38142 \end_layout
38143
38144 \end_inset
38145 </cell>
38146 </row>
38147 <row>
38148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38149 \begin_inset Text
38150
38151 \begin_layout Plain Layout
38152
38153 \backslash
38154 owns
38155 \end_layout
38156
38157 \end_inset
38158 </cell>
38159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38160 \begin_inset Text
38161
38162 \begin_layout Plain Layout
38163
38164 \backslash
38165 ni
38166 \end_layout
38167
38168 \end_inset
38169 </cell>
38170 </row>
38171 <row>
38172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38173 \begin_inset Text
38174
38175 \begin_layout Plain Layout
38176
38177 \backslash
38178 square
38179 \end_layout
38180
38181 \end_inset
38182 </cell>
38183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38184 \begin_inset Text
38185
38186 \begin_layout Plain Layout
38187
38188 \backslash
38189 Box
38190 \end_layout
38191
38192 \end_inset
38193 </cell>
38194 </row>
38195 <row>
38196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38197 \begin_inset Text
38198
38199 \begin_layout Plain Layout
38200
38201 \backslash
38202 Vert
38203 \end_layout
38204
38205 \end_inset
38206 </cell>
38207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38208 \begin_inset Text
38209
38210 \begin_layout Plain Layout
38211
38212 \backslash
38213 |
38214 \end_layout
38215
38216 \end_inset
38217 </cell>
38218 </row>
38219 </lyxtabular>
38220
38221 \end_inset
38222
38223
38224 \begin_inset space \hfill{}
38225 \end_inset
38226
38227
38228 \end_layout
38229
38230 \begin_layout Standard
38231 \begin_inset Newpage newpage
38232 \end_inset
38233
38234
38235 \end_layout
38236
38237 \begin_layout Bibliography
38238 \begin_inset CommandInset bibitem
38239 LatexCommand bibitem
38240 key "TLC2"
38241
38242 \end_inset
38243
38244
38245 \shape smallcaps
38246 Mittelbach, F.
38247  ; Goossens, M.
38248 \shape default
38249
38250 \shape italic
38251 The \SpecialChar LaTeX
38252  Companion
38253 \shape default
38254 .
38255  Addison Wesley, 2004
38256 \end_layout
38257
38258 \begin_layout Bibliography
38259 \begin_inset CommandInset bibitem
38260 LatexCommand bibitem
38261 key "Mathmode"
38262
38263 \end_inset
38264
38265
38266 \begin_inset CommandInset href
38267 LatexCommand href
38268 name "Beschreibung"
38269 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38270
38271 \end_inset
38272
38273  der mathematischen Fähigkeiten von \SpecialChar LaTeX
38274
38275 \end_layout
38276
38277 \begin_layout Bibliography
38278 \begin_inset CommandInset bibitem
38279 LatexCommand bibitem
38280 key "AMS"
38281
38282 \end_inset
38283
38284
38285 \begin_inset CommandInset href
38286 LatexCommand href
38287 name "Beschreibung"
38288 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38289
38290 \end_inset
38291
38292  von 
38293 \begin_inset ERT
38294 status collapsed
38295
38296 \begin_layout Plain Layout
38297
38298
38299 \backslash
38300 AmS
38301 \end_layout
38302
38303 \end_inset
38304
38305 -\SpecialChar LaTeX
38306
38307 \end_layout
38308
38309 \begin_layout Bibliography
38310 \begin_inset CommandInset bibitem
38311 LatexCommand bibitem
38312 key "Symbole"
38313
38314 \end_inset
38315
38316
38317 \begin_inset CommandInset href
38318 LatexCommand href
38319 name "Auflistung"
38320 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38321
38322 \end_inset
38323
38324  aller über \SpecialChar LaTeX
38325 -Pakete verfügbare Symbole
38326 \end_layout
38327
38328 \begin_layout Bibliography
38329 \begin_inset CommandInset bibitem
38330 LatexCommand bibitem
38331 key "cancel"
38332
38333 \end_inset
38334
38335
38336 \begin_inset CommandInset href
38337 LatexCommand href
38338 name "Dokumentation"
38339 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38340
38341 \end_inset
38342
38343  des \SpecialChar LaTeX
38344 -Pakets 
38345 \series bold
38346 cancel
38347 \series default
38348
38349 \begin_inset Index idx
38350 status collapsed
38351
38352 \begin_layout Plain Layout
38353 Pakete ! cancel
38354 \end_layout
38355
38356 \end_inset
38357
38358
38359 \end_layout
38360
38361 \begin_layout Bibliography
38362 \begin_inset CommandInset bibitem
38363 LatexCommand bibitem
38364 key "hyperref"
38365
38366 \end_inset
38367
38368
38369 \begin_inset CommandInset href
38370 LatexCommand href
38371 name "Dokumentation"
38372 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38373
38374 \end_inset
38375
38376  des \SpecialChar LaTeX
38377 -Pakets 
38378 \series bold
38379 hyperref
38380 \series default
38381
38382 \begin_inset Index idx
38383 status collapsed
38384
38385 \begin_layout Plain Layout
38386 Pakete ! hyperref
38387 \end_layout
38388
38389 \end_inset
38390
38391
38392 \end_layout
38393
38394 \begin_layout Bibliography
38395 \begin_inset CommandInset bibitem
38396 LatexCommand bibitem
38397 key "mhchem"
38398
38399 \end_inset
38400
38401
38402 \begin_inset CommandInset href
38403 LatexCommand href
38404 name "Dokumentation"
38405 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38406
38407 \end_inset
38408
38409  des \SpecialChar LaTeX
38410 -Pakets 
38411 \series bold
38412 mhchem
38413 \series default
38414
38415 \begin_inset Index idx
38416 status collapsed
38417
38418 \begin_layout Plain Layout
38419 Pakete ! mhchem
38420 \end_layout
38421
38422 \end_inset
38423
38424
38425 \end_layout
38426
38427 \begin_layout Bibliography
38428 \begin_inset CommandInset bibitem
38429 LatexCommand bibitem
38430 key "Duden"
38431
38432 \end_inset
38433
38434
38435 \emph on
38436 Duden Band 1
38437 \emph default
38438 .
38439  22.
38440  Auflage, Duden Verlag 2001
38441 \end_layout
38442
38443 \begin_layout Bibliography
38444 \begin_inset CommandInset bibitem
38445 LatexCommand bibitem
38446 key "Checklist"
38447
38448 \end_inset
38449
38450
38451 \begin_inset CommandInset href
38452 LatexCommand href
38453 name "Prüfliste"
38454 target "http://physics.nist.gov/Document/checklist.pdf"
38455
38456 \end_inset
38457
38458  für das Rezensieren von Manuskripten
38459 \end_layout
38460
38461 \begin_layout Standard
38462 \begin_inset Note Note
38463 status collapsed
38464
38465 \begin_layout Plain Layout
38466 Damit der Index den Namen 
38467 \begin_inset Quotes gld
38468 \end_inset
38469
38470 Stichwortverzeichnis
38471 \begin_inset Quotes grd
38472 \end_inset
38473
38474  erhält, wurde im \SpecialChar LaTeX
38475 -Vorspann
38476 \end_layout
38477
38478 \begin_layout Plain Layout
38479
38480 \series bold
38481
38482 \backslash
38483 addto
38484 \backslash
38485 captionsngerman{
38486 \backslash
38487 renewcommand{
38488 \backslash
38489 indexname}{Stichwortverzeichnis}}
38490 \end_layout
38491
38492 \begin_layout Plain Layout
38493 eingefügt.
38494 \end_layout
38495
38496 \begin_layout Plain Layout
38497 Das Paket 
38498 \series bold
38499 babel
38500 \series default
38501  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38502  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38503  Außerdem wird 
38504 \series bold
38505 babel
38506 \series default
38507  von \SpecialChar LyX
38508  automatisch nach dem \SpecialChar LaTeX
38509 -Vorspann geladen.
38510  Das ruft aber keine Probleme hervor, solange im \SpecialChar LaTeX
38511 -Vorspann die Dokumentsprache
38512  verwendet wurde.
38513 \end_layout
38514
38515 \begin_layout Plain Layout
38516 Möchte man andere Beschriftungen ändern, ersetzt man 
38517 \series bold
38518
38519 \backslash
38520 indexname
38521 \series default
38522  durch 
38523 \series bold
38524
38525 \backslash
38526 <Beschriftungs>name
38527 \series default
38528 .
38529  Eine Auflistung der möglichen Namen findet man unter
38530 \end_layout
38531
38532 \begin_layout Plain Layout
38533
38534 \family typewriter
38535 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38536 \end_layout
38537
38538 \begin_layout Plain Layout
38539 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38540 \series bold
38541 ngerman
38542 \series default
38543  durch die Dokumentsprache und
38544 \end_layout
38545
38546 \begin_layout Plain Layout
38547
38548 \series bold
38549
38550 \backslash
38551 captionsgerman
38552 \series default
38553  durch 
38554 \series bold
38555
38556 \backslash
38557 captions<Dokumentsprache>
38558 \series default
38559 .
38560 \end_layout
38561
38562 \end_inset
38563
38564
38565 \begin_inset CommandInset index_print
38566 LatexCommand printindex
38567 type "idx"
38568
38569 \end_inset
38570
38571
38572 \end_layout
38573
38574 \end_body
38575 \end_document