]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
EmbeddedObjects.lyx: revert unintended part of previous commit are commit correct...
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 2.2 created this file. For more info see http://www.lyx.org/
2 \lyxformat 497
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 \begin_inset VSpace -2mm
18613 \end_inset
18614
18615
18616 \end_layout
18617
18618 \begin_layout Standard
18619 \align center
18620 \begin_inset Tabular
18621 <lyxtabular version="3" rows="7" columns="3">
18622 <features tabularvalignment="middle">
18623 <column alignment="center" valignment="top">
18624 <column alignment="center" valignment="top">
18625 <column alignment="center" valignment="top">
18626 <row>
18627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18628 \begin_inset Text
18629
18630 \begin_layout Plain Layout
18631 Befehl
18632 \end_layout
18633
18634 \end_inset
18635 </cell>
18636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18637 \begin_inset Text
18638
18639 \begin_layout Plain Layout
18640 Ergebnis
18641 \end_layout
18642
18643 \end_inset
18644 </cell>
18645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18646 \begin_inset Text
18647
18648 \begin_layout Plain Layout
18649 Tastenkürzel
18650 \end_layout
18651
18652 \end_inset
18653 </cell>
18654 </row>
18655 <row>
18656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18657 \begin_inset Text
18658
18659 \begin_layout Plain Layout
18660
18661 \backslash
18662 mathbb
18663 \series bold
18664
18665 \begin_inset space \textvisiblespace{}
18666 \end_inset
18667
18668
18669 \series default
18670 ABC
18671 \end_layout
18672
18673 \end_inset
18674 </cell>
18675 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18676 \begin_inset Text
18677
18678 \begin_layout Plain Layout
18679 \begin_inset Formula $\mathbb{ABC}$
18680 \end_inset
18681
18682
18683 \end_layout
18684
18685 \end_inset
18686 </cell>
18687 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18688 \begin_inset Text
18689
18690 \begin_layout Plain Layout
18691 Alt+Z K
18692 \end_layout
18693
18694 \end_inset
18695 </cell>
18696 </row>
18697 <row>
18698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702
18703 \backslash
18704 mathbf
18705 \series bold
18706
18707 \begin_inset space \textvisiblespace{}
18708 \end_inset
18709
18710
18711 \series default
18712 AbC
18713 \end_layout
18714
18715 \end_inset
18716 </cell>
18717 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18718 \begin_inset Text
18719
18720 \begin_layout Plain Layout
18721 \begin_inset Formula $\mathbf{AbC}$
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \end_inset
18728 </cell>
18729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18730 \begin_inset Text
18731
18732 \begin_layout Plain Layout
18733 Strg+B
18734 \end_layout
18735
18736 \end_inset
18737 </cell>
18738 </row>
18739 <row>
18740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18741 \begin_inset Text
18742
18743 \begin_layout Plain Layout
18744
18745 \backslash
18746 boldsymbol
18747 \series bold
18748
18749 \begin_inset space \textvisiblespace{}
18750 \end_inset
18751
18752
18753 \series default
18754 AbC
18755 \end_layout
18756
18757 \end_inset
18758 </cell>
18759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18760 \begin_inset Text
18761
18762 \begin_layout Plain Layout
18763 \begin_inset Formula $\boldsymbol{AbC}$
18764 \end_inset
18765
18766
18767 \end_layout
18768
18769 \end_inset
18770 </cell>
18771 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18772 \begin_inset Text
18773
18774 \begin_layout Plain Layout
18775 Alt+Z F oder Strg+Alt+B
18776 \end_layout
18777
18778 \end_inset
18779 </cell>
18780 </row>
18781 <row>
18782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18783 \begin_inset Text
18784
18785 \begin_layout Plain Layout
18786
18787 \backslash
18788 mathcal
18789 \series bold
18790
18791 \begin_inset space \textvisiblespace{}
18792 \end_inset
18793
18794
18795 \series default
18796 ABC
18797 \end_layout
18798
18799 \end_inset
18800 </cell>
18801 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18802 \begin_inset Text
18803
18804 \begin_layout Plain Layout
18805 \begin_inset Formula $\mathcal{ABC}$
18806 \end_inset
18807
18808
18809 \end_layout
18810
18811 \end_inset
18812 </cell>
18813 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18814 \begin_inset Text
18815
18816 \begin_layout Plain Layout
18817 Alt+Z H
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 </row>
18823 <row>
18824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18825 \begin_inset Text
18826
18827 \begin_layout Plain Layout
18828
18829 \backslash
18830 mathfrak
18831 \series bold
18832
18833 \begin_inset space \textvisiblespace{}
18834 \end_inset
18835
18836
18837 \series default
18838 AbC
18839 \end_layout
18840
18841 \end_inset
18842 </cell>
18843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18844 \begin_inset Text
18845
18846 \begin_layout Plain Layout
18847 \begin_inset Formula $\mathfrak{AbC}$
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \end_inset
18854 </cell>
18855 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18856 \begin_inset Text
18857
18858 \begin_layout Plain Layout
18859 -
18860 \end_layout
18861
18862 \end_inset
18863 </cell>
18864 </row>
18865 <row>
18866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18867 \begin_inset Text
18868
18869 \begin_layout Plain Layout
18870
18871 \backslash
18872 mathscr
18873 \series bold
18874
18875 \begin_inset space \textvisiblespace{}
18876 \end_inset
18877
18878
18879 \series default
18880 AbC
18881 \end_layout
18882
18883 \end_inset
18884 </cell>
18885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18886 \begin_inset Text
18887
18888 \begin_layout Plain Layout
18889 \begin_inset Formula $\mathscr{AbC}$
18890 \end_inset
18891
18892
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 -
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 </row>
18907 </lyxtabular>
18908
18909 \end_inset
18910
18911
18912 \end_layout
18913
18914 \begin_layout Standard
18915 \align center
18916 \begin_inset Tabular
18917 <lyxtabular version="3" rows="5" columns="3">
18918 <features tabularvalignment="middle">
18919 <column alignment="center" valignment="top">
18920 <column alignment="center" valignment="top">
18921 <column alignment="center" valignment="top">
18922 <row>
18923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18924 \begin_inset Text
18925
18926 \begin_layout Plain Layout
18927 Befehl
18928 \end_layout
18929
18930 \end_inset
18931 </cell>
18932 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18933 \begin_inset Text
18934
18935 \begin_layout Plain Layout
18936 Ergebnis
18937 \end_layout
18938
18939 \end_inset
18940 </cell>
18941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18942 \begin_inset Text
18943
18944 \begin_layout Plain Layout
18945 Tastenkürzel
18946 \end_layout
18947
18948 \end_inset
18949 </cell>
18950 </row>
18951 <row>
18952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18953 \begin_inset Text
18954
18955 \begin_layout Plain Layout
18956
18957 \backslash
18958 mathit
18959 \series bold
18960
18961 \begin_inset space \textvisiblespace{}
18962 \end_inset
18963
18964
18965 \series default
18966 AbC
18967 \end_layout
18968
18969 \end_inset
18970 </cell>
18971 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18972 \begin_inset Text
18973
18974 \begin_layout Plain Layout
18975 \begin_inset Formula $\mathit{AbC}$
18976 \end_inset
18977
18978
18979 \end_layout
18980
18981 \end_inset
18982 </cell>
18983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18984 \begin_inset Text
18985
18986 \begin_layout Plain Layout
18987 -
18988 \end_layout
18989
18990 \end_inset
18991 </cell>
18992 </row>
18993 <row>
18994 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18995 \begin_inset Text
18996
18997 \begin_layout Plain Layout
18998
18999 \backslash
19000 mathrm
19001 \series bold
19002
19003 \begin_inset space \textvisiblespace{}
19004 \end_inset
19005
19006
19007 \series default
19008 AbC
19009 \end_layout
19010
19011 \end_inset
19012 </cell>
19013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19014 \begin_inset Text
19015
19016 \begin_layout Plain Layout
19017 \begin_inset Formula $\mathrm{AbC}$
19018 \end_inset
19019
19020
19021 \end_layout
19022
19023 \end_inset
19024 </cell>
19025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19026 \begin_inset Text
19027
19028 \begin_layout Plain Layout
19029 Alt+Z R
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 </row>
19035 <row>
19036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \backslash
19042 mathsf
19043 \series bold
19044
19045 \begin_inset space \textvisiblespace{}
19046 \end_inset
19047
19048
19049 \series default
19050 AbC
19051 \end_layout
19052
19053 \end_inset
19054 </cell>
19055 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19056 \begin_inset Text
19057
19058 \begin_layout Plain Layout
19059 \begin_inset Formula $\mathsf{AbC}$
19060 \end_inset
19061
19062
19063 \end_layout
19064
19065 \end_inset
19066 </cell>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071 Alt+Z S
19072 \end_layout
19073
19074 \end_inset
19075 </cell>
19076 </row>
19077 <row>
19078 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082
19083 \backslash
19084 mathtt
19085 \series bold
19086
19087 \begin_inset space \textvisiblespace{}
19088 \end_inset
19089
19090
19091 \series default
19092 AbC
19093 \end_layout
19094
19095 \end_inset
19096 </cell>
19097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19098 \begin_inset Text
19099
19100 \begin_layout Plain Layout
19101 \begin_inset Formula $\mathtt{AbC}$
19102 \end_inset
19103
19104
19105 \end_layout
19106
19107 \end_inset
19108 </cell>
19109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19110 \begin_inset Text
19111
19112 \begin_layout Plain Layout
19113 Alt+Z C
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 </lyxtabular>
19120
19121 \end_inset
19122
19123
19124 \end_layout
19125
19126 \begin_layout Standard
19127 \begin_inset Note Greyedout
19128 status open
19129
19130 \begin_layout Plain Layout
19131
19132 \series bold
19133 Achtung:
19134 \series default
19135  Die Stile 
19136 \series bold
19137
19138 \backslash
19139 mathbb
19140 \series default
19141  und 
19142 \series bold
19143
19144 \backslash
19145 mathcal
19146 \series default
19147  können nur für Großbuchstaben verwendet werden.
19148 \end_layout
19149
19150 \end_inset
19151
19152
19153 \end_layout
19154
19155 \begin_layout Standard
19156 Voreingestellt ist der Stil 
19157 \series bold
19158
19159 \backslash
19160 mathnormal
19161 \series default
19162 .
19163 \end_layout
19164
19165 \begin_layout Standard
19166 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
19167 \begin_inset Formula 
19168 \[
19169 \mathfrak{A=\frac{b}{C}}
19170 \]
19171
19172 \end_inset
19173
19174
19175 \end_layout
19176
19177 \begin_layout Standard
19178 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
19179 ile, sondern in dem Textschriftstil 
19180 \series bold
19181
19182 \backslash
19183 textrm
19184 \series default
19185 .
19186  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
19187  ein Fehler in \SpecialChar LyX
19188 .
19189 \begin_inset Foot
19190 status collapsed
19191
19192 \begin_layout Plain Layout
19193 \begin_inset CommandInset href
19194 LatexCommand href
19195 name "LyX-Fehler #4629"
19196 target "http://www.lyx.org/trac/ticket/4629"
19197
19198 \end_inset
19199
19200
19201 \end_layout
19202
19203 \end_inset
19204
19205
19206 \end_layout
19207
19208 \begin_layout Standard
19209 Anstelle der Stilbefehle kann man auch den Dialog 
19210 \family sans
19211 Bearbeiten\SpecialChar menuseparator
19212 Mathe\SpecialChar menuseparator
19213 Text-Stil
19214 \family default
19215  oder den Mathe-Werkzeugleistenknopf 
19216 \begin_inset Info
19217 type  "icon"
19218 arg   "math-insert \\font"
19219 \end_inset
19220
19221  verwenden.
19222 \end_layout
19223
19224 \begin_layout Subsection
19225 Fett gedruckte Formeln
19226 \begin_inset CommandInset label
19227 LatexCommand label
19228 name "subsec:Fett-gedruckte-Formeln"
19229
19230 \end_inset
19231
19232
19233 \begin_inset Index idx
19234 status collapsed
19235
19236 \begin_layout Plain Layout
19237 Formel ! fett gedruckte
19238 \end_layout
19239
19240 \end_inset
19241
19242
19243 \end_layout
19244
19245 \begin_layout Standard
19246 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
19247  Kapitel angegebenen Befehl 
19248 \series bold
19249
19250 \backslash
19251 mathbf
19252 \series default
19253  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
19254  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
19255  Formel gut erkennt:
19256 \end_layout
19257
19258 \begin_layout Standard
19259 \begin_inset Formula 
19260 \[
19261 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
19262 \]
19263
19264 \end_inset
19265
19266
19267 \end_layout
19268
19269 \begin_layout Standard
19270 Um die Formel korrekt darzustellen, verwendet man den Befehl 
19271 \series bold
19272
19273 \backslash
19274 boldsymbol
19275 \series default
19276 :
19277 \begin_inset Formula 
19278 \[
19279 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
19280 \]
19281
19282 \end_inset
19283
19284 Es gibt auch die Möglichkeit die Formel in eine 
19285 \series bold
19286 boldmath-Umgebung
19287 \series default
19288  zu setzen.
19289  Diese Umgebung wird erzeugt, indem man im \SpecialChar TeX
19290 -Modus den Befehl 
19291 \series bold
19292
19293 \backslash
19294 boldmath
19295 \series default
19296
19297 \begin_inset Index idx
19298 status collapsed
19299
19300 \begin_layout Plain Layout
19301 Befehle ! B ! 
19302 \backslash
19303 boldmath
19304 \end_layout
19305
19306 \end_inset
19307
19308  eingibt.
19309  Um die Umgebung wieder zu beenden, gibt man im \SpecialChar TeX
19310 -Modus den Befehl 
19311 \series bold
19312
19313 \backslash
19314 unboldmath
19315 \series default
19316
19317 \begin_inset Index idx
19318 status collapsed
19319
19320 \begin_layout Plain Layout
19321 Befehle ! U ! 
19322 \backslash
19323 unboldmath
19324 \end_layout
19325
19326 \end_inset
19327
19328  ein.
19329 \begin_inset ERT
19330 status collapsed
19331
19332 \begin_layout Plain Layout
19333
19334
19335 \backslash
19336 boldmath 
19337 \end_layout
19338
19339 \end_inset
19340
19341
19342 \begin_inset Formula 
19343 \[
19344 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
19345 \]
19346
19347 \end_inset
19348
19349
19350 \begin_inset ERT
19351 status collapsed
19352
19353 \begin_layout Plain Layout
19354
19355
19356 \backslash
19357 unboldmath 
19358 \end_layout
19359
19360 \end_inset
19361
19362
19363 \end_layout
19364
19365 \begin_layout Subsection
19366 Farbige Formeln
19367 \begin_inset Index idx
19368 status collapsed
19369
19370 \begin_layout Plain Layout
19371 Formel ! farbige
19372 \end_layout
19373
19374 \end_inset
19375
19376
19377 \end_layout
19378
19379 \begin_layout Standard
19380 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
19381  oder Formelteile und verwenden dann den 
19382 \family sans
19383 Textstil
19384 \family default
19385  Dialog.
19386  Hier ist eine Formel in Magenta:
19387 \begin_inset Formula 
19388 \[
19389 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
19390 \]
19391
19392 \end_inset
19393
19394
19395 \end_layout
19396
19397 \begin_layout Standard
19398 Man kann auch eigene Farben definieren, wie in 
19399 \begin_inset CommandInset ref
19400 LatexCommand ref
19401 reference "subsec:Farbige-Boxen"
19402
19403 \end_inset
19404
19405  erklärt ist.
19406  Diese können dann mit dem \SpecialChar TeX
19407 -Code Befehl 
19408 \series bold
19409
19410 \backslash
19411 textcolor
19412 \series default
19413
19414 \begin_inset Index idx
19415 status collapsed
19416
19417 \begin_layout Plain Layout
19418 Befehle! T ! 
19419 \backslash
19420 textcolor
19421 \end_layout
19422
19423 \end_inset
19424
19425  verwendet werden, dass folgendes Schema besitzt:
19426 \end_layout
19427
19428 \begin_layout Standard
19429
19430 \series bold
19431
19432 \backslash
19433 textcolor{Farbe}{Zeichen oder Formel}
19434 \end_layout
19435
19436 \begin_layout Standard
19437 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19438 \end_layout
19439
19440 \begin_layout Standard
19441 \begin_inset ERT
19442 status collapsed
19443
19444 \begin_layout Plain Layout
19445
19446
19447 \backslash
19448 textcolor{dunkelgruen}{
19449 \end_layout
19450
19451 \end_inset
19452
19453
19454 \begin_inset Formula 
19455 \[
19456 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19457 \]
19458
19459 \end_inset
19460
19461
19462 \begin_inset ERT
19463 status collapsed
19464
19465 \begin_layout Plain Layout
19466
19467 }
19468 \end_layout
19469
19470 \end_inset
19471
19472
19473 \end_layout
19474
19475 \begin_layout Standard
19476 Aufgrund eines Fehlers in \SpecialChar LyX
19477  können nur komplette Formeln mit selbst definierten
19478  Farben gefärbt werden.
19479 \begin_inset Foot
19480 status collapsed
19481
19482 \begin_layout Plain Layout
19483 \begin_inset CommandInset href
19484 LatexCommand href
19485 name "LyX-bug #5269"
19486 target "http://www.lyx.org/trac/ticket/5269"
19487
19488 \end_inset
19489
19490
19491 \end_layout
19492
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \begin_layout Subsection
19499 Schriftgrößen
19500 \begin_inset CommandInset label
19501 LatexCommand label
19502 name "subsec:Schriftgrößen"
19503
19504 \end_inset
19505
19506
19507 \begin_inset Index idx
19508 status collapsed
19509
19510 \begin_layout Plain Layout
19511 Schriften ! Schriftgrößen
19512 \end_layout
19513
19514 \end_inset
19515
19516
19517 \end_layout
19518
19519 \begin_layout Standard
19520 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19521 le:
19522 \end_layout
19523
19524 \begin_layout Standard
19525
19526 \series bold
19527
19528 \backslash
19529 Huge
19530 \series default
19531
19532 \series bold
19533
19534 \backslash
19535 huge
19536 \series default
19537
19538 \series bold
19539
19540 \backslash
19541 LARGE
19542 \series default
19543
19544 \series bold
19545
19546 \backslash
19547 Large
19548 \series default
19549
19550 \series bold
19551
19552 \backslash
19553 large
19554 \series default
19555
19556 \series bold
19557
19558 \backslash
19559 normalsize
19560 \series default
19561
19562 \series bold
19563
19564 \backslash
19565 small
19566 \series default
19567
19568 \series bold
19569
19570 \backslash
19571 footnotesize
19572 \series default
19573 ,
19574 \begin_inset Newline linebreak
19575 \end_inset
19576
19577
19578 \series bold
19579
19580 \backslash
19581 scriptsize
19582 \series default
19583  und 
19584 \series bold
19585
19586 \backslash
19587 tiny
19588 \end_layout
19589
19590 \begin_layout Standard
19591 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19592  ab, die dem Befehl 
19593 \series bold
19594
19595 \backslash
19596 normalsize
19597 \series default
19598  entspricht.
19599  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19600 \series bold
19601
19602 \backslash
19603 normalsize
19604 \series default
19605 .
19606  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19607  Beträgt z.
19608 \begin_inset space \thinspace{}
19609 \end_inset
19610
19611 B.
19612  die Dokumentschriftgröße 12
19613 \begin_inset space \thinspace{}
19614 \end_inset
19615
19616 pt, produziert der Befehl 
19617 \series bold
19618
19619 \backslash
19620 Huge
19621 \series default
19622  dasselbe wie 
19623 \series bold
19624
19625 \backslash
19626 huge
19627 \series default
19628 .
19629  
19630 \end_layout
19631
19632 \begin_layout Standard
19633 Ein Größenbefehl wird im \SpecialChar TeX
19634 -Modus vor der Formel eingegeben und legt die Größe
19635  aller nachfolgenden Formel- und Textzeichen fest.
19636  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19637  \SpecialChar TeX
19638 -Modus den Befehl 
19639 \series bold
19640
19641 \backslash
19642 normalsize
19643 \series default
19644  ein.
19645 \end_layout
19646
19647 \begin_layout Standard
19648 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen oder
19649  dem Mathe-Werkzeugleistenknopf 
19650 \begin_inset Info
19651 type  "icon"
19652 arg   "math-insert \\style"
19653 \end_inset
19654
19655  geändert werden:
19656 \begin_inset Separator parbreak
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \begin_layout Standard
19663 \noindent
19664 \align center
19665 \begin_inset Tabular
19666 <lyxtabular version="3" rows="5" columns="2">
19667 <features tabularvalignment="middle">
19668 <column alignment="center" valignment="top">
19669 <column alignment="center" valignment="top">
19670 <row>
19671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19672 \begin_inset Text
19673
19674 \begin_layout Plain Layout
19675 Befehl
19676 \end_layout
19677
19678 \end_inset
19679 </cell>
19680 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19681 \begin_inset Text
19682
19683 \begin_layout Plain Layout
19684 Ergebnis
19685 \begin_inset Note Note
19686 status collapsed
19687
19688 \begin_layout Plain Layout
19689
19690 \series bold
19691
19692 \backslash
19693 raisebox
19694 \series default
19695  dient nur als Abstandhalter.
19696 \end_layout
19697
19698 \end_inset
19699
19700
19701 \end_layout
19702
19703 \end_inset
19704 </cell>
19705 </row>
19706 <row>
19707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19708 \begin_inset Text
19709
19710 \begin_layout Plain Layout
19711
19712 \backslash
19713 displaystyle
19714 \begin_inset Index idx
19715 status collapsed
19716
19717 \begin_layout Plain Layout
19718 Befehle ! D ! 
19719 \backslash
19720 displaystyle
19721 \end_layout
19722
19723 \end_inset
19724
19725
19726 \end_layout
19727
19728 \end_inset
19729 </cell>
19730 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19731 \begin_inset Text
19732
19733 \begin_layout Plain Layout
19734 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19735 \end_inset
19736
19737
19738 \end_layout
19739
19740 \end_inset
19741 </cell>
19742 </row>
19743 <row>
19744 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748
19749 \backslash
19750 textstyle
19751 \end_layout
19752
19753 \end_inset
19754 </cell>
19755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19756 \begin_inset Text
19757
19758 \begin_layout Plain Layout
19759 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19760 \end_inset
19761
19762
19763 \end_layout
19764
19765 \end_inset
19766 </cell>
19767 </row>
19768 <row>
19769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19770 \begin_inset Text
19771
19772 \begin_layout Plain Layout
19773
19774 \backslash
19775 scriptstyle
19776 \end_layout
19777
19778 \end_inset
19779 </cell>
19780 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19781 \begin_inset Text
19782
19783 \begin_layout Plain Layout
19784 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19785 \end_inset
19786
19787
19788 \end_layout
19789
19790 \end_inset
19791 </cell>
19792 </row>
19793 <row>
19794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19795 \begin_inset Text
19796
19797 \begin_layout Plain Layout
19798
19799 \backslash
19800 scriptscriptstyle
19801 \end_layout
19802
19803 \end_inset
19804 </cell>
19805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19806 \begin_inset Text
19807
19808 \begin_layout Plain Layout
19809 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19810 \end_inset
19811
19812
19813 \end_layout
19814
19815 \end_inset
19816 </cell>
19817 </row>
19818 </lyxtabular>
19819
19820 \end_inset
19821
19822
19823 \end_layout
19824
19825 \begin_layout Standard
19826 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19827  in das die Formelteile eingegeben werden.
19828 \end_layout
19829
19830 \begin_layout Standard
19831 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19832  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19833  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19834  eingegeben.
19835  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19836  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19837  Dazu zwei Beispiele:
19838 \begin_inset VSpace -2mm
19839 \end_inset
19840
19841
19842 \end_layout
19843
19844 \begin_layout Standard
19845 \begin_inset ERT
19846 status collapsed
19847
19848 \begin_layout Plain Layout
19849
19850
19851 \backslash
19852 huge 
19853 \end_layout
19854
19855 \end_inset
19856
19857
19858 \begin_inset Formula 
19859 \[
19860 A=\frac{B}{c}\cdot\maltese
19861 \]
19862
19863 \end_inset
19864
19865
19866 \begin_inset Formula 
19867 \[
19868 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19869 \]
19870
19871 \end_inset
19872
19873
19874 \begin_inset ERT
19875 status collapsed
19876
19877 \begin_layout Plain Layout
19878
19879
19880 \backslash
19881 normalsize 
19882 \end_layout
19883
19884 \end_inset
19885
19886
19887 \end_layout
19888
19889 \begin_layout Standard
19890 \begin_inset VSpace medskip
19891 \end_inset
19892
19893 Vor beiden Formeln wurde der Befehl 
19894 \series bold
19895
19896 \backslash
19897 huge
19898 \series default
19899  eingegeben.
19900  Der Befehl für die zweite Formel lautet:
19901 \begin_inset Newline newline
19902 \end_inset
19903
19904
19905 \series bold
19906
19907 \backslash
19908 maltese
19909 \begin_inset space \textvisiblespace{}
19910 \end_inset
19911
19912 A M-m m 
19913 \backslash
19914 Large
19915 \begin_inset space \textvisiblespace{}
19916 \end_inset
19917
19918
19919 \backslash
19920 maltese
19921 \begin_inset space \textvisiblespace{}
19922 \end_inset
19923
19924
19925 \backslash
19926 textit
19927 \begin_inset space \textvisiblespace{}
19928 \end_inset
19929
19930 A
19931 \begin_inset Formula $\to$
19932 \end_inset
19933
19934
19935 \begin_inset Formula $\to$
19936 \end_inset
19937
19938
19939 \begin_inset Newline newline
19940 \end_inset
19941
19942
19943 \begin_inset space \hspace*{}
19944 \length 1cm
19945 \end_inset
19946
19947 M-m
19948 \series default
19949  
19950 \series bold
19951
19952 \backslash
19953 tiny
19954 \begin_inset space \textvisiblespace{}
19955 \end_inset
19956
19957
19958 \backslash
19959 maltese
19960 \begin_inset space \textvisiblespace{}
19961 \end_inset
19962
19963
19964 \backslash
19965 textit
19966 \begin_inset space \textvisiblespace{}
19967 \end_inset
19968
19969 A
19970 \end_layout
19971
19972 \begin_layout Standard
19973 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19974  immer in der Standardgröße dargestellt.
19975 \end_layout
19976
19977 \begin_layout Section
19978 Griechische Buchstaben
19979 \begin_inset Index idx
19980 status collapsed
19981
19982 \begin_layout Plain Layout
19983 griechische Buchstaben
19984 \end_layout
19985
19986 \end_inset
19987
19988
19989 \end_layout
19990
19991 \begin_layout Standard
19992 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19993  
19994 \begin_inset Info
19995 type  "icon"
19996 arg   "math-insert \\alpha"
19997 \end_inset
19998
19999  eingefügt werden.
20000  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
20001  in Formeln aufrecht gesetzt werden.
20002  In einigen Sprachen, wie z.
20003 \begin_inset space \thinspace{}
20004 \end_inset
20005
20006 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
20007 \end_layout
20008
20009 \begin_layout Subsection
20010 Kleine Buchstaben
20011 \begin_inset Index idx
20012 status collapsed
20013
20014 \begin_layout Plain Layout
20015 griechische Buchstaben ! kleine
20016 \end_layout
20017
20018 \end_inset
20019
20020
20021 \end_layout
20022
20023 \begin_layout Standard
20024 \begin_inset space \hfill{}
20025 \end_inset
20026
20027
20028 \begin_inset Tabular
20029 <lyxtabular version="3" rows="11" columns="2">
20030 <features tabularvalignment="middle">
20031 <column alignment="center" valignment="top" width="0pt">
20032 <column alignment="center" valignment="top" width="0pt">
20033 <row>
20034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20035 \begin_inset Text
20036
20037 \begin_layout Plain Layout
20038 Befehl
20039 \end_layout
20040
20041 \end_inset
20042 </cell>
20043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20044 \begin_inset Text
20045
20046 \begin_layout Plain Layout
20047 Ergebnis
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 alpha
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 $\alpha$
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 beta
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 $\beta$
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 gamma
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 $\gamma$
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 delta
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 $\delta$
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 epsilon
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 $\epsilon$
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" leftline="true" usebox="none">
20180 \begin_inset Text
20181
20182 \begin_layout Plain Layout
20183
20184 \backslash
20185 varepsilon
20186 \end_layout
20187
20188 \end_inset
20189 </cell>
20190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20191 \begin_inset Text
20192
20193 \begin_layout Plain Layout
20194 \begin_inset Formula $\varepsilon$
20195 \end_inset
20196
20197
20198 \end_layout
20199
20200 \end_inset
20201 </cell>
20202 </row>
20203 <row>
20204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20205 \begin_inset Text
20206
20207 \begin_layout Plain Layout
20208
20209 \backslash
20210 zeta
20211 \end_layout
20212
20213 \end_inset
20214 </cell>
20215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20216 \begin_inset Text
20217
20218 \begin_layout Plain Layout
20219 \begin_inset Formula $\zeta$
20220 \end_inset
20221
20222
20223 \end_layout
20224
20225 \end_inset
20226 </cell>
20227 </row>
20228 <row>
20229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20230 \begin_inset Text
20231
20232 \begin_layout Plain Layout
20233
20234 \backslash
20235 eta
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20241 \begin_inset Text
20242
20243 \begin_layout Plain Layout
20244 \begin_inset Formula $\eta$
20245 \end_inset
20246
20247
20248 \end_layout
20249
20250 \end_inset
20251 </cell>
20252 </row>
20253 <row>
20254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20255 \begin_inset Text
20256
20257 \begin_layout Plain Layout
20258
20259 \backslash
20260 theta
20261 \end_layout
20262
20263 \end_inset
20264 </cell>
20265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20266 \begin_inset Text
20267
20268 \begin_layout Plain Layout
20269 \begin_inset Formula $\theta$
20270 \end_inset
20271
20272
20273 \end_layout
20274
20275 \end_inset
20276 </cell>
20277 </row>
20278 <row>
20279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20280 \begin_inset Text
20281
20282 \begin_layout Plain Layout
20283
20284 \backslash
20285 vartheta
20286 \end_layout
20287
20288 \end_inset
20289 </cell>
20290 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20291 \begin_inset Text
20292
20293 \begin_layout Plain Layout
20294 \begin_inset Formula $\vartheta$
20295 \end_inset
20296
20297
20298 \end_layout
20299
20300 \end_inset
20301 </cell>
20302 </row>
20303 </lyxtabular>
20304
20305 \end_inset
20306
20307
20308 \begin_inset space \hfill{}
20309 \end_inset
20310
20311
20312 \begin_inset Tabular
20313 <lyxtabular version="3" rows="12" columns="2">
20314 <features tabularvalignment="middle">
20315 <column alignment="center" valignment="top" width="0pt">
20316 <column alignment="center" valignment="top" width="0pt">
20317 <row>
20318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20319 \begin_inset Text
20320
20321 \begin_layout Plain Layout
20322 Befehl
20323 \end_layout
20324
20325 \end_inset
20326 </cell>
20327 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20328 \begin_inset Text
20329
20330 \begin_layout Plain Layout
20331 Ergebnis
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 iota
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 $\iota$
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 kappa
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 $\kappa$
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 varkappa
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 $\varkappa$
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
20418 \backslash
20419 lambda
20420 \end_layout
20421
20422 \end_inset
20423 </cell>
20424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20425 \begin_inset Text
20426
20427 \begin_layout Plain Layout
20428 \begin_inset Formula $\lambda$
20429 \end_inset
20430
20431
20432 \end_layout
20433
20434 \end_inset
20435 </cell>
20436 </row>
20437 <row>
20438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20439 \begin_inset Text
20440
20441 \begin_layout Plain Layout
20442
20443 \backslash
20444 mu
20445 \end_layout
20446
20447 \end_inset
20448 </cell>
20449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20450 \begin_inset Text
20451
20452 \begin_layout Plain Layout
20453 \begin_inset Formula $\mu$
20454 \end_inset
20455
20456
20457 \end_layout
20458
20459 \end_inset
20460 </cell>
20461 </row>
20462 <row>
20463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467
20468 \backslash
20469 nu
20470 \end_layout
20471
20472 \end_inset
20473 </cell>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478 \begin_inset Formula $\nu$
20479 \end_inset
20480
20481
20482 \end_layout
20483
20484 \end_inset
20485 </cell>
20486 </row>
20487 <row>
20488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20489 \begin_inset Text
20490
20491 \begin_layout Plain Layout
20492
20493 \backslash
20494 xi
20495 \end_layout
20496
20497 \end_inset
20498 </cell>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503 \begin_inset Formula $\xi$
20504 \end_inset
20505
20506
20507 \end_layout
20508
20509 \end_inset
20510 </cell>
20511 </row>
20512 <row>
20513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20514 \begin_inset Text
20515
20516 \begin_layout Plain Layout
20517 o
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20523 \begin_inset Text
20524
20525 \begin_layout Plain Layout
20526 \begin_inset Formula $o$
20527 \end_inset
20528
20529
20530 \end_layout
20531
20532 \end_inset
20533 </cell>
20534 </row>
20535 <row>
20536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20537 \begin_inset Text
20538
20539 \begin_layout Plain Layout
20540
20541 \backslash
20542 pi
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20548 \begin_inset Text
20549
20550 \begin_layout Plain Layout
20551 \begin_inset Formula $\pi$
20552 \end_inset
20553
20554
20555 \end_layout
20556
20557 \end_inset
20558 </cell>
20559 </row>
20560 <row>
20561 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20562 \begin_inset Text
20563
20564 \begin_layout Plain Layout
20565
20566 \backslash
20567 varpi
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20573 \begin_inset Text
20574
20575 \begin_layout Plain Layout
20576 \begin_inset Formula $\varpi$
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \end_inset
20583 </cell>
20584 </row>
20585 <row>
20586 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20587 \begin_inset Text
20588
20589 \begin_layout Plain Layout
20590
20591 \backslash
20592 rho
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20598 \begin_inset Text
20599
20600 \begin_layout Plain Layout
20601 \begin_inset Formula $\rho$
20602 \end_inset
20603
20604
20605 \end_layout
20606
20607 \end_inset
20608 </cell>
20609 </row>
20610 </lyxtabular>
20611
20612 \end_inset
20613
20614
20615 \begin_inset space \hfill{}
20616 \end_inset
20617
20618
20619 \begin_inset Tabular
20620 <lyxtabular version="3" rows="11" columns="2">
20621 <features tabularvalignment="middle">
20622 <column alignment="center" valignment="top" width="0pt">
20623 <column alignment="center" valignment="top" width="0pt">
20624 <row>
20625 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20626 \begin_inset Text
20627
20628 \begin_layout Plain Layout
20629 Befehl
20630 \end_layout
20631
20632 \end_inset
20633 </cell>
20634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20635 \begin_inset Text
20636
20637 \begin_layout Plain Layout
20638 Ergebnis
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 varrho
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 $\varrho$
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 sigma
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 $\sigma$
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 varsigma
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 $\varsigma$
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 tau
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 $\tau$
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 upsilon
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 $\upsilon$
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" leftline="true" usebox="none">
20771 \begin_inset Text
20772
20773 \begin_layout Plain Layout
20774
20775 \backslash
20776 phi
20777 \end_layout
20778
20779 \end_inset
20780 </cell>
20781 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20782 \begin_inset Text
20783
20784 \begin_layout Plain Layout
20785 \begin_inset Formula $\phi$
20786 \end_inset
20787
20788
20789 \end_layout
20790
20791 \end_inset
20792 </cell>
20793 </row>
20794 <row>
20795 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20796 \begin_inset Text
20797
20798 \begin_layout Plain Layout
20799
20800 \backslash
20801 varphi
20802 \end_layout
20803
20804 \end_inset
20805 </cell>
20806 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20807 \begin_inset Text
20808
20809 \begin_layout Plain Layout
20810 \begin_inset Formula $\varphi$
20811 \end_inset
20812
20813
20814 \end_layout
20815
20816 \end_inset
20817 </cell>
20818 </row>
20819 <row>
20820 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20821 \begin_inset Text
20822
20823 \begin_layout Plain Layout
20824
20825 \backslash
20826 chi
20827 \end_layout
20828
20829 \end_inset
20830 </cell>
20831 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20832 \begin_inset Text
20833
20834 \begin_layout Plain Layout
20835 \begin_inset Formula $\chi$
20836 \end_inset
20837
20838
20839 \end_layout
20840
20841 \end_inset
20842 </cell>
20843 </row>
20844 <row>
20845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20846 \begin_inset Text
20847
20848 \begin_layout Plain Layout
20849
20850 \backslash
20851 psi
20852 \end_layout
20853
20854 \end_inset
20855 </cell>
20856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20857 \begin_inset Text
20858
20859 \begin_layout Plain Layout
20860 \begin_inset Formula $\psi$
20861 \end_inset
20862
20863
20864 \end_layout
20865
20866 \end_inset
20867 </cell>
20868 </row>
20869 <row>
20870 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20871 \begin_inset Text
20872
20873 \begin_layout Plain Layout
20874
20875 \backslash
20876 omega
20877 \end_layout
20878
20879 \end_inset
20880 </cell>
20881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20882 \begin_inset Text
20883
20884 \begin_layout Plain Layout
20885 \begin_inset Formula $\omega$
20886 \end_inset
20887
20888
20889 \end_layout
20890
20891 \end_inset
20892 </cell>
20893 </row>
20894 </lyxtabular>
20895
20896 \end_inset
20897
20898
20899 \begin_inset space \hfill{}
20900 \end_inset
20901
20902
20903 \end_layout
20904
20905 \begin_layout Standard
20906 \begin_inset VSpace medskip
20907 \end_inset
20908
20909 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20910 \begin_inset CommandInset ref
20911 LatexCommand ref
20912 reference "subsec:Aufrechte-kleine-griechische"
20913
20914 \end_inset
20915
20916  beschrieben.
20917 \end_layout
20918
20919 \begin_layout Subsection
20920 Große Buchstaben
20921 \begin_inset Index idx
20922 status collapsed
20923
20924 \begin_layout Plain Layout
20925 griechische Buchstaben ! große
20926 \end_layout
20927
20928 \end_inset
20929
20930
20931 \end_layout
20932
20933 \begin_layout Standard
20934 \begin_inset space \hfill{}
20935 \end_inset
20936
20937
20938 \begin_inset Tabular
20939 <lyxtabular version="3" rows="7" columns="2">
20940 <features tabularvalignment="middle">
20941 <column alignment="center" valignment="top" width="0pt">
20942 <column alignment="center" valignment="top" width="0pt">
20943 <row>
20944 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20945 \begin_inset Text
20946
20947 \begin_layout Plain Layout
20948 Befehl
20949 \end_layout
20950
20951 \end_inset
20952 </cell>
20953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20954 \begin_inset Text
20955
20956 \begin_layout Plain Layout
20957 Ergebnis
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 Gamma
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 $\Gamma$
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" leftline="true" usebox="none">
20990 \begin_inset Text
20991
20992 \begin_layout Plain Layout
20993
20994 \backslash
20995 Delta
20996 \end_layout
20997
20998 \end_inset
20999 </cell>
21000 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21001 \begin_inset Text
21002
21003 \begin_layout Plain Layout
21004 \begin_inset Formula $\Delta$
21005 \end_inset
21006
21007
21008 \end_layout
21009
21010 \end_inset
21011 </cell>
21012 </row>
21013 <row>
21014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21015 \begin_inset Text
21016
21017 \begin_layout Plain Layout
21018
21019 \backslash
21020 Theta
21021 \end_layout
21022
21023 \end_inset
21024 </cell>
21025 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21026 \begin_inset Text
21027
21028 \begin_layout Plain Layout
21029 \begin_inset Formula $\Theta$
21030 \end_inset
21031
21032
21033 \end_layout
21034
21035 \end_inset
21036 </cell>
21037 </row>
21038 <row>
21039 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21040 \begin_inset Text
21041
21042 \begin_layout Plain Layout
21043
21044 \backslash
21045 Lambda
21046 \end_layout
21047
21048 \end_inset
21049 </cell>
21050 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21051 \begin_inset Text
21052
21053 \begin_layout Plain Layout
21054 \begin_inset Formula $\Lambda$
21055 \end_inset
21056
21057
21058 \end_layout
21059
21060 \end_inset
21061 </cell>
21062 </row>
21063 <row>
21064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21065 \begin_inset Text
21066
21067 \begin_layout Plain Layout
21068
21069 \backslash
21070 Xi
21071 \end_layout
21072
21073 \end_inset
21074 </cell>
21075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21076 \begin_inset Text
21077
21078 \begin_layout Plain Layout
21079 \begin_inset Formula $\Xi$
21080 \end_inset
21081
21082
21083 \end_layout
21084
21085 \end_inset
21086 </cell>
21087 </row>
21088 <row>
21089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21090 \begin_inset Text
21091
21092 \begin_layout Plain Layout
21093
21094 \backslash
21095 Pi
21096 \end_layout
21097
21098 \end_inset
21099 </cell>
21100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21101 \begin_inset Text
21102
21103 \begin_layout Plain Layout
21104 \begin_inset Formula $\Pi$
21105 \end_inset
21106
21107
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 </row>
21113 </lyxtabular>
21114
21115 \end_inset
21116
21117
21118 \begin_inset space \hfill{}
21119 \end_inset
21120
21121
21122 \begin_inset Tabular
21123 <lyxtabular version="3" rows="6" columns="2">
21124 <features tabularvalignment="middle">
21125 <column alignment="center" valignment="top" width="0pt">
21126 <column alignment="center" valignment="top" width="0pt">
21127 <row>
21128 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21129 \begin_inset Text
21130
21131 \begin_layout Plain Layout
21132 Befehl
21133 \end_layout
21134
21135 \end_inset
21136 </cell>
21137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21138 \begin_inset Text
21139
21140 \begin_layout Plain Layout
21141 Ergebnis
21142 \end_layout
21143
21144 \end_inset
21145 </cell>
21146 </row>
21147 <row>
21148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21149 \begin_inset Text
21150
21151 \begin_layout Plain Layout
21152
21153 \backslash
21154 Sigma
21155 \end_layout
21156
21157 \end_inset
21158 </cell>
21159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21160 \begin_inset Text
21161
21162 \begin_layout Plain Layout
21163 \begin_inset Formula $\Sigma$
21164 \end_inset
21165
21166
21167 \end_layout
21168
21169 \end_inset
21170 </cell>
21171 </row>
21172 <row>
21173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21174 \begin_inset Text
21175
21176 \begin_layout Plain Layout
21177
21178 \backslash
21179 Upsilon
21180 \end_layout
21181
21182 \end_inset
21183 </cell>
21184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21185 \begin_inset Text
21186
21187 \begin_layout Plain Layout
21188 \begin_inset Formula $\Upsilon$
21189 \end_inset
21190
21191
21192 \end_layout
21193
21194 \end_inset
21195 </cell>
21196 </row>
21197 <row>
21198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21199 \begin_inset Text
21200
21201 \begin_layout Plain Layout
21202
21203 \backslash
21204 Phi
21205 \end_layout
21206
21207 \end_inset
21208 </cell>
21209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21210 \begin_inset Text
21211
21212 \begin_layout Plain Layout
21213 \begin_inset Formula $\Phi$
21214 \end_inset
21215
21216
21217 \end_layout
21218
21219 \end_inset
21220 </cell>
21221 </row>
21222 <row>
21223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21224 \begin_inset Text
21225
21226 \begin_layout Plain Layout
21227
21228 \backslash
21229 Psi
21230 \end_layout
21231
21232 \end_inset
21233 </cell>
21234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21235 \begin_inset Text
21236
21237 \begin_layout Plain Layout
21238 \begin_inset Formula $\Psi$
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \end_inset
21245 </cell>
21246 </row>
21247 <row>
21248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21249 \begin_inset Text
21250
21251 \begin_layout Plain Layout
21252
21253 \backslash
21254 Omega
21255 \end_layout
21256
21257 \end_inset
21258 </cell>
21259 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21260 \begin_inset Text
21261
21262 \begin_layout Plain Layout
21263 \begin_inset Formula $\Omega$
21264 \end_inset
21265
21266
21267 \end_layout
21268
21269 \end_inset
21270 </cell>
21271 </row>
21272 </lyxtabular>
21273
21274 \end_inset
21275
21276
21277 \begin_inset space \hfill{}
21278 \end_inset
21279
21280
21281 \end_layout
21282
21283 \begin_layout Standard
21284 \begin_inset VSpace medskip
21285 \end_inset
21286
21287 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
21288  geschuldet, der während der Entwicklung von \SpecialChar TeX
21289  gemacht wurde.
21290  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
21291  mit 
21292 \series bold
21293 var
21294 \series default
21295 .
21296  So ergibt z.
21297 \begin_inset space \thinspace{}
21298 \end_inset
21299
21300 B.
21301  der Befehl 
21302 \series bold
21303
21304 \backslash
21305 varGamma
21306 \series default
21307  
21308 \begin_inset Formula $\varGamma$
21309 \end_inset
21310
21311 .
21312  Eine andere Methode ist das Laden des Pakets 
21313 \series bold
21314 fixmath
21315 \series default
21316
21317 \begin_inset Foot
21318 status collapsed
21319
21320 \begin_layout Plain Layout
21321
21322 \series bold
21323 fixmath
21324 \series default
21325  ist Teil des \SpecialChar LaTeX
21326 -Paketes 
21327 \series bold
21328 was
21329 \series default
21330
21331 \begin_inset Index idx
21332 status collapsed
21333
21334 \begin_layout Plain Layout
21335 Pakete ! was
21336 \begin_inset ERT
21337 status collapsed
21338
21339 \begin_layout Plain Layout
21340
21341
21342 \backslash
21343 vspace{4mm}
21344 \end_layout
21345
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352
21353 .
21354 \end_layout
21355
21356 \end_inset
21357
21358
21359 \begin_inset Index idx
21360 status collapsed
21361
21362 \begin_layout Plain Layout
21363 Pakete ! fixmath
21364 \end_layout
21365
21366 \end_inset
21367
21368  mit der \SpecialChar LaTeX
21369 -Vorspannzeile
21370 \end_layout
21371
21372 \begin_layout Standard
21373
21374 \series bold
21375
21376 \backslash
21377 usepackage{fixmath}
21378 \end_layout
21379
21380 \begin_layout Standard
21381 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21382  kursiv ausgegeben.
21383 \end_layout
21384
21385 \begin_layout Subsection
21386 Fett gedruckte Buchstaben
21387 \begin_inset Index idx
21388 status collapsed
21389
21390 \begin_layout Plain Layout
21391 griechische Buchstaben ! fett gedruckte
21392 \end_layout
21393
21394 \end_inset
21395
21396
21397 \end_layout
21398
21399 \begin_layout Standard
21400 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21401  Schriftstilen darstellen.
21402  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21403 \series bold
21404
21405 \backslash
21406 boldsymbol
21407 \series default
21408
21409 \begin_inset Index idx
21410 status collapsed
21411
21412 \begin_layout Plain Layout
21413 Befehle ! B ! 
21414 \backslash
21415 boldsymbol
21416 \end_layout
21417
21418 \end_inset
21419
21420  fett gedruckt auszugeben.
21421 \begin_inset Separator parbreak
21422 \end_inset
21423
21424
21425 \end_layout
21426
21427 \begin_layout Standard
21428 \align center
21429 \begin_inset Tabular
21430 <lyxtabular version="3" rows="3" columns="2">
21431 <features tabularvalignment="middle">
21432 <column alignment="center" valignment="top">
21433 <column alignment="center" valignment="top">
21434 <row>
21435 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21436 \begin_inset Text
21437
21438 \begin_layout Plain Layout
21439 Befehl
21440 \end_layout
21441
21442 \end_inset
21443 </cell>
21444 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21445 \begin_inset Text
21446
21447 \begin_layout Plain Layout
21448 Ergebnis
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459
21460 \backslash
21461 Upsilon
21462 \backslash
21463 boldsymbol
21464 \backslash
21465 Upsilon
21466 \end_layout
21467
21468 \end_inset
21469 </cell>
21470 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21471 \begin_inset Text
21472
21473 \begin_layout Plain Layout
21474 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21475 \end_inset
21476
21477
21478 \end_layout
21479
21480 \end_inset
21481 </cell>
21482 </row>
21483 <row>
21484 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21485 \begin_inset Text
21486
21487 \begin_layout Plain Layout
21488
21489 \backslash
21490 theta
21491 \backslash
21492 boldsymbol
21493 \backslash
21494 theta
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21500 \begin_inset Text
21501
21502 \begin_layout Plain Layout
21503 \begin_inset Formula $\theta\boldsymbol{\theta}$
21504 \end_inset
21505
21506
21507 \end_layout
21508
21509 \end_inset
21510 </cell>
21511 </row>
21512 </lyxtabular>
21513
21514 \end_inset
21515
21516
21517 \end_layout
21518
21519 \begin_layout Section
21520 Symbole
21521 \begin_inset ERT
21522 status collapsed
21523
21524 \begin_layout Plain Layout
21525
21526
21527 \backslash
21528 texorpdfstring{
21529 \end_layout
21530
21531 \end_inset
21532
21533
21534 \begin_inset Foot
21535 status collapsed
21536
21537 \begin_layout Plain Layout
21538 Eine Liste mit sämtlichen Symbolen der meisten \SpecialChar LaTeX
21539 -Pakete findet man in 
21540 \begin_inset CommandInset citation
21541 LatexCommand cite
21542 key "Symbole"
21543
21544 \end_inset
21545
21546 .
21547 \end_layout
21548
21549 \end_inset
21550
21551
21552 \begin_inset ERT
21553 status collapsed
21554
21555 \begin_layout Plain Layout
21556
21557 }{}
21558 \end_layout
21559
21560 \end_inset
21561
21562
21563 \begin_inset Note Note
21564 status collapsed
21565
21566 \begin_layout Plain Layout
21567
21568 \series bold
21569
21570 \backslash
21571 texorpdfstring
21572 \series default
21573  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21574 \end_layout
21575
21576 \begin_layout Plain Layout
21577 Näheres zu 
21578 \series bold
21579
21580 \backslash
21581 texorpdfstring
21582 \series default
21583  steht in Kapitel 
21584 \begin_inset CommandInset ref
21585 LatexCommand ref
21586 reference "subsec:Formeln-in-Überschriften"
21587
21588 \end_inset
21589
21590 .
21591 \end_layout
21592
21593 \end_inset
21594
21595
21596 \begin_inset Index idx
21597 status collapsed
21598
21599 \begin_layout Plain Layout
21600 Symbole
21601 \end_layout
21602
21603 \end_inset
21604
21605
21606 \end_layout
21607
21608 \begin_layout Standard
21609 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar softhyphen
21610
21611 leistenknöpfe 
21612 \begin_inset Info
21613 type  "icon"
21614 arg   "math-insert \\nabla"
21615 \end_inset
21616
21617  und 
21618 \begin_inset Info
21619 type  "icon"
21620 arg   "math-insert \\digamma"
21621 \end_inset
21622
21623  eingefügt werden.
21624 \end_layout
21625
21626 \begin_layout Subsection
21627 Mathematische Symbole
21628 \begin_inset CommandInset label
21629 LatexCommand label
21630 name "subsec:Mathematische-Symbole"
21631
21632 \end_inset
21633
21634
21635 \begin_inset Index idx
21636 status collapsed
21637
21638 \begin_layout Plain Layout
21639 Symbole ! mathematische
21640 \end_layout
21641
21642 \end_inset
21643
21644
21645 \end_layout
21646
21647 \begin_layout Standard
21648 \begin_inset space \hfill{}
21649 \end_inset
21650
21651
21652 \begin_inset Tabular
21653 <lyxtabular version="3" rows="10" columns="2">
21654 <features tabularvalignment="middle">
21655 <column alignment="center" valignment="top" width="0pt">
21656 <column alignment="center" valignment="top" width="0pt">
21657 <row>
21658 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21659 \begin_inset Text
21660
21661 \begin_layout Plain Layout
21662 Befehl
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 Ergebnis
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 neg
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 $\neg$
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 Im
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 $\Im$
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" leftline="true" usebox="none">
21729 \begin_inset Text
21730
21731 \begin_layout Plain Layout
21732
21733 \backslash
21734 Re
21735 \end_layout
21736
21737 \end_inset
21738 </cell>
21739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21740 \begin_inset Text
21741
21742 \begin_layout Plain Layout
21743 \begin_inset Formula $\Re$
21744 \end_inset
21745
21746
21747 \end_layout
21748
21749 \end_inset
21750 </cell>
21751 </row>
21752 <row>
21753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21754 \begin_inset Text
21755
21756 \begin_layout Plain Layout
21757
21758 \backslash
21759 aleph
21760 \end_layout
21761
21762 \end_inset
21763 </cell>
21764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21765 \begin_inset Text
21766
21767 \begin_layout Plain Layout
21768 \begin_inset Formula $\aleph$
21769 \end_inset
21770
21771
21772 \end_layout
21773
21774 \end_inset
21775 </cell>
21776 </row>
21777 <row>
21778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21779 \begin_inset Text
21780
21781 \begin_layout Plain Layout
21782
21783 \backslash
21784 partial
21785 \end_layout
21786
21787 \end_inset
21788 </cell>
21789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21790 \begin_inset Text
21791
21792 \begin_layout Plain Layout
21793 \begin_inset Formula $\partial$
21794 \end_inset
21795
21796
21797 \end_layout
21798
21799 \end_inset
21800 </cell>
21801 </row>
21802 <row>
21803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807
21808 \backslash
21809 infty
21810 \end_layout
21811
21812 \end_inset
21813 </cell>
21814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21815 \begin_inset Text
21816
21817 \begin_layout Plain Layout
21818 \begin_inset Formula $\infty$
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 </row>
21827 <row>
21828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832
21833 \backslash
21834 wp
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Formula $\wp$
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 <row>
21853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21854 \begin_inset Text
21855
21856 \begin_layout Plain Layout
21857
21858 \backslash
21859 imath
21860 \end_layout
21861
21862 \end_inset
21863 </cell>
21864 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21865 \begin_inset Text
21866
21867 \begin_layout Plain Layout
21868 \begin_inset Formula $\imath$
21869 \end_inset
21870
21871
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 </row>
21877 <row>
21878 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21879 \begin_inset Text
21880
21881 \begin_layout Plain Layout
21882
21883 \backslash
21884 jmath
21885 \end_layout
21886
21887 \end_inset
21888 </cell>
21889 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21890 \begin_inset Text
21891
21892 \begin_layout Plain Layout
21893 \begin_inset Formula $\jmath$
21894 \end_inset
21895
21896
21897 \end_layout
21898
21899 \end_inset
21900 </cell>
21901 </row>
21902 </lyxtabular>
21903
21904 \end_inset
21905
21906
21907 \begin_inset space \hfill{}
21908 \end_inset
21909
21910
21911 \begin_inset Tabular
21912 <lyxtabular version="3" rows="10" columns="2">
21913 <features tabularvalignment="middle">
21914 <column alignment="center" valignment="top" width="0pt">
21915 <column alignment="center" valignment="top" width="0pt">
21916 <row>
21917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21918 \begin_inset Text
21919
21920 \begin_layout Plain Layout
21921 Befehl
21922 \end_layout
21923
21924 \end_inset
21925 </cell>
21926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21927 \begin_inset Text
21928
21929 \begin_layout Plain Layout
21930 Ergebnis
21931 \begin_inset Note Note
21932 status collapsed
21933
21934 \begin_layout Plain Layout
21935
21936 \series bold
21937
21938 \backslash
21939 raisebox
21940 \series default
21941  dient nur als Abstandhalter.
21942 \end_layout
21943
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 forall
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 $\forall$
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 exists
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 $\exists$
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" leftline="true" usebox="none">
22004 \begin_inset Text
22005
22006 \begin_layout Plain Layout
22007
22008 \backslash
22009 nexists
22010 \end_layout
22011
22012 \end_inset
22013 </cell>
22014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22015 \begin_inset Text
22016
22017 \begin_layout Plain Layout
22018 \begin_inset Formula $\nexists$
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \end_inset
22025 </cell>
22026 </row>
22027 <row>
22028 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22029 \begin_inset Text
22030
22031 \begin_layout Plain Layout
22032
22033 \backslash
22034 emptyset
22035 \end_layout
22036
22037 \end_inset
22038 </cell>
22039 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22040 \begin_inset Text
22041
22042 \begin_layout Plain Layout
22043 \begin_inset Formula $\emptyset$
22044 \end_inset
22045
22046
22047 \end_layout
22048
22049 \end_inset
22050 </cell>
22051 </row>
22052 <row>
22053 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22054 \begin_inset Text
22055
22056 \begin_layout Plain Layout
22057
22058 \backslash
22059 varnothing
22060 \end_layout
22061
22062 \end_inset
22063 </cell>
22064 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22065 \begin_inset Text
22066
22067 \begin_layout Plain Layout
22068 \begin_inset Formula $\varnothing$
22069 \end_inset
22070
22071
22072 \end_layout
22073
22074 \end_inset
22075 </cell>
22076 </row>
22077 <row>
22078 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22079 \begin_inset Text
22080
22081 \begin_layout Plain Layout
22082
22083 \backslash
22084 dag
22085 \end_layout
22086
22087 \end_inset
22088 </cell>
22089 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22090 \begin_inset Text
22091
22092 \begin_layout Plain Layout
22093 \begin_inset Formula $\dag$
22094 \end_inset
22095
22096
22097 \end_layout
22098
22099 \end_inset
22100 </cell>
22101 </row>
22102 <row>
22103 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22104 \begin_inset Text
22105
22106 \begin_layout Plain Layout
22107
22108 \backslash
22109 ddag
22110 \end_layout
22111
22112 \end_inset
22113 </cell>
22114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22115 \begin_inset Text
22116
22117 \begin_layout Plain Layout
22118 \begin_inset Formula $\ddag$
22119 \end_inset
22120
22121
22122 \end_layout
22123
22124 \end_inset
22125 </cell>
22126 </row>
22127 <row>
22128 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22129 \begin_inset Text
22130
22131 \begin_layout Plain Layout
22132
22133 \backslash
22134 complement
22135 \end_layout
22136
22137 \end_inset
22138 </cell>
22139 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22140 \begin_inset Text
22141
22142 \begin_layout Plain Layout
22143 \begin_inset ERT
22144 status collapsed
22145
22146 \begin_layout Plain Layout
22147
22148
22149 \backslash
22150 raisebox{-0.8mm}{
22151 \end_layout
22152
22153 \end_inset
22154
22155
22156 \begin_inset Formula $\complement$
22157 \end_inset
22158
22159
22160 \begin_inset ERT
22161 status collapsed
22162
22163 \begin_layout Plain Layout
22164
22165 }
22166 \end_layout
22167
22168 \end_inset
22169
22170
22171 \end_layout
22172
22173 \end_inset
22174 </cell>
22175 </row>
22176 <row>
22177 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22178 \begin_inset Text
22179
22180 \begin_layout Plain Layout
22181
22182 \backslash
22183 Bbbk
22184 \end_layout
22185
22186 \end_inset
22187 </cell>
22188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22189 \begin_inset Text
22190
22191 \begin_layout Plain Layout
22192 \begin_inset Formula $\Bbbk$
22193 \end_inset
22194
22195
22196 \end_layout
22197
22198 \end_inset
22199 </cell>
22200 </row>
22201 </lyxtabular>
22202
22203 \end_inset
22204
22205
22206 \begin_inset space \hfill{}
22207 \end_inset
22208
22209
22210 \begin_inset Tabular
22211 <lyxtabular version="3" rows="10" columns="2">
22212 <features tabularvalignment="middle">
22213 <column alignment="center" valignment="top" width="0pt">
22214 <column alignment="center" valignment="top" width="0pt">
22215 <row>
22216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 Befehl
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 Ergebnis
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 prime
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 $\prime$
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 backprime
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 $\backprime$
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" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 mho
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\mho$
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 triangle
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset Formula $\triangle$
22327 \end_inset
22328
22329
22330 \end_layout
22331
22332 \end_inset
22333 </cell>
22334 </row>
22335 <row>
22336 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22337 \begin_inset Text
22338
22339 \begin_layout Plain Layout
22340
22341 \backslash
22342 angle
22343 \end_layout
22344
22345 \end_inset
22346 </cell>
22347 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22348 \begin_inset Text
22349
22350 \begin_layout Plain Layout
22351 \begin_inset Formula $\angle$
22352 \end_inset
22353
22354
22355 \end_layout
22356
22357 \end_inset
22358 </cell>
22359 </row>
22360 <row>
22361 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22362 \begin_inset Text
22363
22364 \begin_layout Plain Layout
22365
22366 \backslash
22367 measuredangle
22368 \end_layout
22369
22370 \end_inset
22371 </cell>
22372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22373 \begin_inset Text
22374
22375 \begin_layout Plain Layout
22376 \begin_inset Formula $\measuredangle$
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 <row>
22386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390
22391 \backslash
22392 sphericalangle
22393 \end_layout
22394
22395 \end_inset
22396 </cell>
22397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22398 \begin_inset Text
22399
22400 \begin_layout Plain Layout
22401 \begin_inset Formula $\sphericalangle$
22402 \end_inset
22403
22404
22405 \end_layout
22406
22407 \end_inset
22408 </cell>
22409 </row>
22410 <row>
22411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22412 \begin_inset Text
22413
22414 \begin_layout Plain Layout
22415
22416 \backslash
22417 top
22418 \end_layout
22419
22420 \end_inset
22421 </cell>
22422 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22423 \begin_inset Text
22424
22425 \begin_layout Plain Layout
22426 \begin_inset Formula $\top$
22427 \end_inset
22428
22429
22430 \end_layout
22431
22432 \end_inset
22433 </cell>
22434 </row>
22435 <row>
22436 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22437 \begin_inset Text
22438
22439 \begin_layout Plain Layout
22440
22441 \backslash
22442 bot
22443 \end_layout
22444
22445 \end_inset
22446 </cell>
22447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22448 \begin_inset Text
22449
22450 \begin_layout Plain Layout
22451 \begin_inset Formula $\bot$
22452 \end_inset
22453
22454
22455 \end_layout
22456
22457 \end_inset
22458 </cell>
22459 </row>
22460 </lyxtabular>
22461
22462 \end_inset
22463
22464
22465 \begin_inset space \hfill{}
22466 \end_inset
22467
22468
22469 \end_layout
22470
22471 \begin_layout Subsection
22472 Sonstige Symbole
22473 \begin_inset CommandInset label
22474 LatexCommand label
22475 name "subsec:Sonstige-Symbole"
22476
22477 \end_inset
22478
22479
22480 \begin_inset Index idx
22481 status collapsed
22482
22483 \begin_layout Plain Layout
22484 Symbole ! sonstige
22485 \end_layout
22486
22487 \end_inset
22488
22489
22490 \end_layout
22491
22492 \begin_layout Standard
22493 \begin_inset VSpace -7mm
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \begin_layout Standard
22500 \noindent
22501 \align center
22502 \begin_inset Tabular
22503 <lyxtabular version="3" rows="10" columns="2">
22504 <features tabularvalignment="middle">
22505 <column alignment="center" valignment="top" width="0pt">
22506 <column alignment="center" valignment="top" width="0pt">
22507 <row>
22508 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22509 \begin_inset Text
22510
22511 \begin_layout Plain Layout
22512 Befehl
22513 \end_layout
22514
22515 \end_inset
22516 </cell>
22517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22518 \begin_inset Text
22519
22520 \begin_layout Plain Layout
22521 Ergebnis
22522 \end_layout
22523
22524 \end_inset
22525 </cell>
22526 </row>
22527 <row>
22528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22529 \begin_inset Text
22530
22531 \begin_layout Plain Layout
22532
22533 \backslash
22534 flat
22535 \end_layout
22536
22537 \end_inset
22538 </cell>
22539 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22540 \begin_inset Text
22541
22542 \begin_layout Plain Layout
22543 \begin_inset Formula $\flat$
22544 \end_inset
22545
22546
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 </row>
22552 <row>
22553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22554 \begin_inset Text
22555
22556 \begin_layout Plain Layout
22557
22558 \backslash
22559 natural
22560 \end_layout
22561
22562 \end_inset
22563 </cell>
22564 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22565 \begin_inset Text
22566
22567 \begin_layout Plain Layout
22568 \begin_inset Formula $\natural$
22569 \end_inset
22570
22571
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 </row>
22577 <row>
22578 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22579 \begin_inset Text
22580
22581 \begin_layout Plain Layout
22582
22583 \backslash
22584 sharp
22585 \end_layout
22586
22587 \end_inset
22588 </cell>
22589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22590 \begin_inset Text
22591
22592 \begin_layout Plain Layout
22593 \begin_inset Formula $\sharp$
22594 \end_inset
22595
22596
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 </row>
22602 <row>
22603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22604 \begin_inset Text
22605
22606 \begin_layout Plain Layout
22607
22608 \backslash
22609 surd
22610 \end_layout
22611
22612 \end_inset
22613 </cell>
22614 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22615 \begin_inset Text
22616
22617 \begin_layout Plain Layout
22618 \begin_inset Formula $\surd$
22619 \end_inset
22620
22621
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 </row>
22627 <row>
22628 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22629 \begin_inset Text
22630
22631 \begin_layout Plain Layout
22632
22633 \backslash
22634 checkmark
22635 \end_layout
22636
22637 \end_inset
22638 </cell>
22639 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22640 \begin_inset Text
22641
22642 \begin_layout Plain Layout
22643 \begin_inset Formula $\checkmark$
22644 \end_inset
22645
22646
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 </row>
22652 <row>
22653 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22654 \begin_inset Text
22655
22656 \begin_layout Plain Layout
22657
22658 \backslash
22659 yen
22660 \end_layout
22661
22662 \end_inset
22663 </cell>
22664 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22665 \begin_inset Text
22666
22667 \begin_layout Plain Layout
22668 \begin_inset Formula $\yen$
22669 \end_inset
22670
22671
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 </row>
22677 <row>
22678 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22679 \begin_inset Text
22680
22681 \begin_layout Plain Layout
22682
22683 \backslash
22684 pounds
22685 \end_layout
22686
22687 \end_inset
22688 </cell>
22689 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22690 \begin_inset Text
22691
22692 \begin_layout Plain Layout
22693 \begin_inset Formula $\pounds$
22694 \end_inset
22695
22696
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 </row>
22702 <row>
22703 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22704 \begin_inset Text
22705
22706 \begin_layout Plain Layout
22707 $
22708 \end_layout
22709
22710 \end_inset
22711 </cell>
22712 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22713 \begin_inset Text
22714
22715 \begin_layout Plain Layout
22716 \begin_inset Formula $\$$
22717 \end_inset
22718
22719
22720 \end_layout
22721
22722 \end_inset
22723 </cell>
22724 </row>
22725 <row>
22726 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 §
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 \begin_inset Formula $§$
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 </lyxtabular>
22749
22750 \end_inset
22751
22752
22753 \begin_inset Tabular
22754 <lyxtabular version="3" rows="10" columns="2">
22755 <features tabularvalignment="middle">
22756 <column alignment="center" valignment="top">
22757 <column alignment="center" valignment="top">
22758 <row>
22759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22760 \begin_inset Text
22761
22762 \begin_layout Plain Layout
22763 Befehl
22764 \end_layout
22765
22766 \end_inset
22767 </cell>
22768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22769 \begin_inset Text
22770
22771 \begin_layout Plain Layout
22772 Ergebnis
22773 \end_layout
22774
22775 \end_inset
22776 </cell>
22777 </row>
22778 <row>
22779 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22780 \begin_inset Text
22781
22782 \begin_layout Plain Layout
22783
22784 \backslash
22785 hbar
22786 \end_layout
22787
22788 \end_inset
22789 </cell>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794 \begin_inset Formula $\hbar$
22795 \end_inset
22796
22797
22798 \end_layout
22799
22800 \end_inset
22801 </cell>
22802 </row>
22803 <row>
22804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22805 \begin_inset Text
22806
22807 \begin_layout Plain Layout
22808
22809 \backslash
22810 hslash
22811 \end_layout
22812
22813 \end_inset
22814 </cell>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819 \begin_inset Formula $\hslash$
22820 \end_inset
22821
22822
22823 \end_layout
22824
22825 \end_inset
22826 </cell>
22827 </row>
22828 <row>
22829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22830 \begin_inset Text
22831
22832 \begin_layout Plain Layout
22833
22834 \backslash
22835 clubsuit
22836 \end_layout
22837
22838 \end_inset
22839 </cell>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844 \begin_inset Formula $\clubsuit$
22845 \end_inset
22846
22847
22848 \end_layout
22849
22850 \end_inset
22851 </cell>
22852 </row>
22853 <row>
22854 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22855 \begin_inset Text
22856
22857 \begin_layout Plain Layout
22858
22859 \backslash
22860 spadesuit
22861 \end_layout
22862
22863 \end_inset
22864 </cell>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869 \begin_inset Formula $\spadesuit$
22870 \end_inset
22871
22872
22873 \end_layout
22874
22875 \end_inset
22876 </cell>
22877 </row>
22878 <row>
22879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22880 \begin_inset Text
22881
22882 \begin_layout Plain Layout
22883
22884 \backslash
22885 bigstar
22886 \end_layout
22887
22888 \end_inset
22889 </cell>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894 \begin_inset Formula $\bigstar$
22895 \end_inset
22896
22897
22898 \end_layout
22899
22900 \end_inset
22901 </cell>
22902 </row>
22903 <row>
22904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22905 \begin_inset Text
22906
22907 \begin_layout Plain Layout
22908
22909 \backslash
22910 blacklozenge
22911 \end_layout
22912
22913 \end_inset
22914 </cell>
22915 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919 \begin_inset Formula $\blacklozenge$
22920 \end_inset
22921
22922
22923 \end_layout
22924
22925 \end_inset
22926 </cell>
22927 </row>
22928 <row>
22929 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22930 \begin_inset Text
22931
22932 \begin_layout Plain Layout
22933
22934 \backslash
22935 blacktriangle
22936 \end_layout
22937
22938 \end_inset
22939 </cell>
22940 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22941 \begin_inset Text
22942
22943 \begin_layout Plain Layout
22944 \begin_inset Formula $\blacktriangle$
22945 \end_inset
22946
22947
22948 \end_layout
22949
22950 \end_inset
22951 </cell>
22952 </row>
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958
22959 \backslash
22960 blacktiangledown
22961 \end_layout
22962
22963 \end_inset
22964 </cell>
22965 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22966 \begin_inset Text
22967
22968 \begin_layout Plain Layout
22969 \begin_inset Formula $\blacktriangledown$
22970 \end_inset
22971
22972
22973 \end_layout
22974
22975 \end_inset
22976 </cell>
22977 </row>
22978 <row>
22979 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22980 \begin_inset Text
22981
22982 \begin_layout Plain Layout
22983
22984 \backslash
22985 bullet
22986 \end_layout
22987
22988 \end_inset
22989 </cell>
22990 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22991 \begin_inset Text
22992
22993 \begin_layout Plain Layout
22994 \begin_inset Formula $\bullet$
22995 \end_inset
22996
22997
22998 \end_layout
22999
23000 \end_inset
23001 </cell>
23002 </row>
23003 </lyxtabular>
23004
23005 \end_inset
23006
23007
23008 \begin_inset Tabular
23009 <lyxtabular version="3" rows="10" columns="2">
23010 <features tabularvalignment="middle">
23011 <column alignment="center" valignment="top" width="0pt">
23012 <column alignment="center" valignment="top" width="0pt">
23013 <row>
23014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23015 \begin_inset Text
23016
23017 \begin_layout Plain Layout
23018 Befehl
23019 \end_layout
23020
23021 \end_inset
23022 </cell>
23023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23024 \begin_inset Text
23025
23026 \begin_layout Plain Layout
23027 Ergebnis
23028 \end_layout
23029
23030 \end_inset
23031 </cell>
23032 </row>
23033 <row>
23034 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23035 \begin_inset Text
23036
23037 \begin_layout Plain Layout
23038
23039 \backslash
23040 diamondsuit
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23046 \begin_inset Text
23047
23048 \begin_layout Plain Layout
23049 \begin_inset Formula $\diamondsuit$
23050 \end_inset
23051
23052
23053 \end_layout
23054
23055 \end_inset
23056 </cell>
23057 </row>
23058 <row>
23059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23060 \begin_inset Text
23061
23062 \begin_layout Plain Layout
23063
23064 \backslash
23065 Diamond
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23071 \begin_inset Text
23072
23073 \begin_layout Plain Layout
23074 \begin_inset Formula $\Diamond$
23075 \end_inset
23076
23077
23078 \end_layout
23079
23080 \end_inset
23081 </cell>
23082 </row>
23083 <row>
23084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23085 \begin_inset Text
23086
23087 \begin_layout Plain Layout
23088
23089 \backslash
23090 heartsuit
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23096 \begin_inset Text
23097
23098 \begin_layout Plain Layout
23099 \begin_inset Formula $\heartsuit$
23100 \end_inset
23101
23102
23103 \end_layout
23104
23105 \end_inset
23106 </cell>
23107 </row>
23108 <row>
23109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23110 \begin_inset Text
23111
23112 \begin_layout Plain Layout
23113
23114 \backslash
23115 P
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23121 \begin_inset Text
23122
23123 \begin_layout Plain Layout
23124 \begin_inset Formula $\P$
23125 \end_inset
23126
23127
23128 \end_layout
23129
23130 \end_inset
23131 </cell>
23132 </row>
23133 <row>
23134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23135 \begin_inset Text
23136
23137 \begin_layout Plain Layout
23138
23139 \backslash
23140 copyright
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23146 \begin_inset Text
23147
23148 \begin_layout Plain Layout
23149 \begin_inset Formula $\copyright$
23150 \end_inset
23151
23152
23153 \end_layout
23154
23155 \end_inset
23156 </cell>
23157 </row>
23158 <row>
23159 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23160 \begin_inset Text
23161
23162 \begin_layout Plain Layout
23163
23164 \backslash
23165 circledR
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23171 \begin_inset Text
23172
23173 \begin_layout Plain Layout
23174 \begin_inset Formula $\circledR$
23175 \end_inset
23176
23177
23178 \end_layout
23179
23180 \end_inset
23181 </cell>
23182 </row>
23183 <row>
23184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23185 \begin_inset Text
23186
23187 \begin_layout Plain Layout
23188
23189 \backslash
23190 maltese
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23196 \begin_inset Text
23197
23198 \begin_layout Plain Layout
23199 \begin_inset Formula $\maltese$
23200 \end_inset
23201
23202
23203 \end_layout
23204
23205 \end_inset
23206 </cell>
23207 </row>
23208 <row>
23209 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23210 \begin_inset Text
23211
23212 \begin_layout Plain Layout
23213
23214 \backslash
23215 diagup
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23221 \begin_inset Text
23222
23223 \begin_layout Plain Layout
23224 \begin_inset Formula $\diagup$
23225 \end_inset
23226
23227
23228 \end_layout
23229
23230 \end_inset
23231 </cell>
23232 </row>
23233 <row>
23234 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
23235 \begin_inset Text
23236
23237 \begin_layout Plain Layout
23238
23239 \backslash
23240 diagdown
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
23246 \begin_inset Text
23247
23248 \begin_layout Plain Layout
23249 \begin_inset Formula $\diagdown$
23250 \end_inset
23251
23252
23253 \end_layout
23254
23255 \end_inset
23256 </cell>
23257 </row>
23258 </lyxtabular>
23259
23260 \end_inset
23261
23262
23263 \end_layout
23264
23265 \begin_layout Standard
23266 \begin_inset VSpace medskip
23267 \end_inset
23268
23269
23270 \end_layout
23271
23272 \begin_layout Standard
23273 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
23274  
23275 \begin_inset CommandInset ref
23276 LatexCommand ref
23277 reference "subsec:Schriftgrößen"
23278
23279 \end_inset
23280
23281 .
23282 \end_layout
23283
23284 \begin_layout Subsection
23285 Das Euro-Symbol €
23286 \begin_inset Index idx
23287 status collapsed
23288
23289 \begin_layout Plain Layout
23290 Symbole ! Euro-Symbol
23291 \end_layout
23292
23293 \end_inset
23294
23295
23296 \begin_inset Index idx
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300
23301 \backslash
23302 @
23303 \begin_inset ERT
23304 status collapsed
23305
23306 \begin_layout Plain Layout
23307
23308
23309 \backslash
23310 officialeuro
23311 \end_layout
23312
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319
23320
23321 \end_layout
23322
23323 \begin_layout Standard
23324 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das \SpecialChar LaTeX
23325 -Paket
23326  
23327 \series bold
23328 eurosym
23329 \series default
23330
23331 \begin_inset Index idx
23332 status collapsed
23333
23334 \begin_layout Plain Layout
23335 Pakete ! eurosym
23336 \end_layout
23337
23338 \end_inset
23339
23340  installieren und dieses mit der \SpecialChar LaTeX
23341 -Vorspannzeile
23342 \end_layout
23343
23344 \begin_layout Standard
23345
23346 \series bold
23347
23348 \backslash
23349 usepackage[gennarrow]{eurosym}
23350 \end_layout
23351
23352 \begin_layout Standard
23353 aktivieren.
23354  Das Euro-Symbol kann man nun mit dem Befehl 
23355 \series bold
23356
23357 \backslash
23358 euro
23359 \series default
23360
23361 \begin_inset Index idx
23362 status collapsed
23363
23364 \begin_layout Plain Layout
23365 Befehle ! E ! 
23366 \backslash
23367 euro
23368 \end_layout
23369
23370 \end_inset
23371
23372  aufrufen.
23373 \end_layout
23374
23375 \begin_layout Standard
23376 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23377  eingeben, ohne 
23378 \series bold
23379 eurosym
23380 \series default
23381  installiert zu haben.
23382  Ist 
23383 \series bold
23384 eurosym
23385 \series default
23386  installiert, kann man 
23387 \series bold
23388
23389 \backslash
23390 euro
23391 \series default
23392  auch im \SpecialChar TeX
23393 -Modus eingeben.
23394  Das offizielle Währungssymbol erhält man dann über den Befehl 
23395 \series bold
23396
23397 \backslash
23398 officialeuro
23399 \series default
23400
23401 \begin_inset Index idx
23402 status collapsed
23403
23404 \begin_layout Plain Layout
23405 Befehle ! O ! 
23406 \backslash
23407 officialeuro
23408 \end_layout
23409
23410 \end_inset
23411
23412 , der nur im \SpecialChar TeX
23413 -Modus verfügbar ist.
23414 \end_layout
23415
23416 \begin_layout Standard
23417 \begin_inset ERT
23418 status collapsed
23419
23420 \begin_layout Plain Layout
23421
23422
23423 \backslash
23424 ifeurosym 
23425 \end_layout
23426
23427 \end_inset
23428
23429
23430 \begin_inset Note Note
23431 status open
23432
23433 \begin_layout Plain Layout
23434 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
23435 -Paket 
23436 \series bold
23437 eurosym
23438 \series default
23439  installiert ist:
23440 \end_layout
23441
23442 \end_inset
23443
23444
23445 \end_layout
23446
23447 \begin_layout Standard
23448 Eine Übersicht der verschiedenen Euro-Symbole:
23449 \begin_inset Separator parbreak
23450 \end_inset
23451
23452
23453 \end_layout
23454
23455 \begin_layout Standard
23456 \align center
23457 \begin_inset Tabular
23458 <lyxtabular version="3" rows="4" columns="3">
23459 <features tabularvalignment="middle">
23460 <column alignment="center" valignment="top" width="0pt">
23461 <column alignment="center" valignment="top" width="0pt">
23462 <column alignment="center" valignment="top" width="0pt">
23463 <row>
23464 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23465 \begin_inset Text
23466
23467 \begin_layout Plain Layout
23468
23469 \end_layout
23470
23471 \end_inset
23472 </cell>
23473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23474 \begin_inset Text
23475
23476 \begin_layout Plain Layout
23477 Befehl 
23478 \end_layout
23479
23480 \end_inset
23481 </cell>
23482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23483 \begin_inset Text
23484
23485 \begin_layout Plain Layout
23486 Ergebnis
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 </row>
23492 <row>
23493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23494 \begin_inset Text
23495
23496 \begin_layout Plain Layout
23497 Formel
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23503 \begin_inset Text
23504
23505 \begin_layout Plain Layout
23506
23507 \backslash
23508 euro
23509 \end_layout
23510
23511 \end_inset
23512 </cell>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517 \begin_inset Formula $\euro$
23518 \end_inset
23519
23520
23521 \end_layout
23522
23523 \end_inset
23524 </cell>
23525 </row>
23526 <row>
23527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23528 \begin_inset Text
23529
23530 \begin_layout Plain Layout
23531 mathematischer Text
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23537 \begin_inset Text
23538
23539 \begin_layout Plain Layout
23540
23541 \end_layout
23542
23543 \end_inset
23544 </cell>
23545 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23546 \begin_inset Text
23547
23548 \begin_layout Plain Layout
23549 \begin_inset Formula $\mbox{€}$
23550 \end_inset
23551
23552
23553 \end_layout
23554
23555 \end_inset
23556 </cell>
23557 </row>
23558 <row>
23559 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23560 \begin_inset Text
23561
23562 \begin_layout Plain Layout
23563 \SpecialChar TeX
23564 -Modus
23565 \end_layout
23566
23567 \end_inset
23568 </cell>
23569 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23570 \begin_inset Text
23571
23572 \begin_layout Plain Layout
23573
23574 \backslash
23575 officialeuro
23576 \end_layout
23577
23578 \end_inset
23579 </cell>
23580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584 \begin_inset ERT
23585 status collapsed
23586
23587 \begin_layout Plain Layout
23588
23589
23590 \backslash
23591 officialeuro
23592 \end_layout
23593
23594 \end_inset
23595
23596
23597 \end_layout
23598
23599 \end_inset
23600 </cell>
23601 </row>
23602 </lyxtabular>
23603
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \begin_layout Standard
23610 \begin_inset ERT
23611 status collapsed
23612
23613 \begin_layout Plain Layout
23614
23615
23616 \backslash
23617 else 
23618 \end_layout
23619
23620 \end_inset
23621
23622
23623 \begin_inset Note Note
23624 status open
23625
23626 \begin_layout Plain Layout
23627 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
23628 -Paket 
23629 \series bold
23630 eurosym
23631 \series default
23632  nicht installiert ist:
23633 \end_layout
23634
23635 \end_inset
23636
23637
23638 \end_layout
23639
23640 \begin_layout Standard
23641 Das \SpecialChar LaTeX
23642 -Paket 
23643 \series bold
23644 eurosym 
23645 \series default
23646 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23647 \end_layout
23648
23649 \begin_layout Standard
23650 \begin_inset ERT
23651 status collapsed
23652
23653 \begin_layout Plain Layout
23654
23655
23656 \backslash
23657 fi 
23658 \end_layout
23659
23660 \end_inset
23661
23662
23663 \end_layout
23664
23665 \begin_layout Section
23666 Relationen
23667 \begin_inset CommandInset label
23668 LatexCommand label
23669 name "sec:Relationen"
23670
23671 \end_inset
23672
23673
23674 \begin_inset Index idx
23675 status collapsed
23676
23677 \begin_layout Plain Layout
23678 Relationen
23679 \end_layout
23680
23681 \end_inset
23682
23683
23684 \begin_inset Index idx
23685 status collapsed
23686
23687 \begin_layout Plain Layout
23688 Vergleiche|see
23689 \begin_inset ERT
23690 status collapsed
23691
23692 \begin_layout Plain Layout
23693
23694 {
23695 \end_layout
23696
23697 \end_inset
23698
23699 Relationen
23700 \begin_inset ERT
23701 status collapsed
23702
23703 \begin_layout Plain Layout
23704
23705 }
23706 \end_layout
23707
23708 \end_inset
23709
23710
23711 \end_layout
23712
23713 \end_inset
23714
23715
23716 \end_layout
23717
23718 \begin_layout Standard
23719 Alle folgenden Relationen können auch über den Mathe-Werkzeugleistenknopf
23720  
23721 \begin_inset Info
23722 type  "icon"
23723 arg   "math-insert \\leq"
23724 \end_inset
23725
23726  eingefügt werden.
23727 \end_layout
23728
23729 \begin_layout Standard
23730 \begin_inset space \hfill{}
23731 \end_inset
23732
23733
23734 \begin_inset Tabular
23735 <lyxtabular version="3" rows="17" columns="2">
23736 <features tabularvalignment="middle">
23737 <column alignment="center" valignment="top" width="0pt">
23738 <column alignment="center" valignment="top" width="0pt">
23739 <row>
23740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 Befehl
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 Ergebnis
23754 \end_layout
23755
23756 \end_inset
23757 </cell>
23758 </row>
23759 <row>
23760 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23761 \begin_inset Text
23762
23763 \begin_layout Plain Layout
23764 <
23765 \end_layout
23766
23767 \end_inset
23768 </cell>
23769 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23770 \begin_inset Text
23771
23772 \begin_layout Plain Layout
23773 \begin_inset Formula $<$
23774 \end_inset
23775
23776
23777 \end_layout
23778
23779 \end_inset
23780 </cell>
23781 </row>
23782 <row>
23783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23784 \begin_inset Text
23785
23786 \begin_layout Plain Layout
23787
23788 \backslash
23789 le
23790 \end_layout
23791
23792 \end_inset
23793 </cell>
23794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23795 \begin_inset Text
23796
23797 \begin_layout Plain Layout
23798 \begin_inset Formula $\le$
23799 \end_inset
23800
23801
23802 \end_layout
23803
23804 \end_inset
23805 </cell>
23806 </row>
23807 <row>
23808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23809 \begin_inset Text
23810
23811 \begin_layout Plain Layout
23812
23813 \backslash
23814 ll
23815 \end_layout
23816
23817 \end_inset
23818 </cell>
23819 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 \begin_inset Formula $\ll$
23824 \end_inset
23825
23826
23827 \end_layout
23828
23829 \end_inset
23830 </cell>
23831 </row>
23832 <row>
23833 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23834 \begin_inset Text
23835
23836 \begin_layout Plain Layout
23837
23838 \backslash
23839 prec
23840 \end_layout
23841
23842 \end_inset
23843 </cell>
23844 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23845 \begin_inset Text
23846
23847 \begin_layout Plain Layout
23848 \begin_inset Formula $\prec$
23849 \end_inset
23850
23851
23852 \end_layout
23853
23854 \end_inset
23855 </cell>
23856 </row>
23857 <row>
23858 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23859 \begin_inset Text
23860
23861 \begin_layout Plain Layout
23862
23863 \backslash
23864 preceq
23865 \end_layout
23866
23867 \end_inset
23868 </cell>
23869 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23870 \begin_inset Text
23871
23872 \begin_layout Plain Layout
23873 \begin_inset Formula $\preceq$
23874 \end_inset
23875
23876
23877 \end_layout
23878
23879 \end_inset
23880 </cell>
23881 </row>
23882 <row>
23883 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23884 \begin_inset Text
23885
23886 \begin_layout Plain Layout
23887
23888 \backslash
23889 subset
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 \begin_inset Formula $\subset$
23899 \end_inset
23900
23901
23902 \end_layout
23903
23904 \end_inset
23905 </cell>
23906 </row>
23907 <row>
23908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23909 \begin_inset Text
23910
23911 \begin_layout Plain Layout
23912
23913 \backslash
23914 subseteq
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23920 \begin_inset Text
23921
23922 \begin_layout Plain Layout
23923 \begin_inset Formula $\subseteq$
23924 \end_inset
23925
23926
23927 \end_layout
23928
23929 \end_inset
23930 </cell>
23931 </row>
23932 <row>
23933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23934 \begin_inset Text
23935
23936 \begin_layout Plain Layout
23937
23938 \backslash
23939 sqsubseteq
23940 \end_layout
23941
23942 \end_inset
23943 </cell>
23944 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23945 \begin_inset Text
23946
23947 \begin_layout Plain Layout
23948 \begin_inset Formula $\sqsubseteq$
23949 \end_inset
23950
23951
23952 \end_layout
23953
23954 \end_inset
23955 </cell>
23956 </row>
23957 <row>
23958 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23959 \begin_inset Text
23960
23961 \begin_layout Plain Layout
23962
23963 \backslash
23964 in
23965 \end_layout
23966
23967 \end_inset
23968 </cell>
23969 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23970 \begin_inset Text
23971
23972 \begin_layout Plain Layout
23973 \begin_inset Formula $\in$
23974 \end_inset
23975
23976
23977 \end_layout
23978
23979 \end_inset
23980 </cell>
23981 </row>
23982 <row>
23983 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23984 \begin_inset Text
23985
23986 \begin_layout Plain Layout
23987
23988 \backslash
23989 vdash
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Formula $\vdash$
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 </row>
24007 <row>
24008 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24009 \begin_inset Text
24010
24011 \begin_layout Plain Layout
24012
24013 \backslash
24014 smile
24015 \end_layout
24016
24017 \end_inset
24018 </cell>
24019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24020 \begin_inset Text
24021
24022 \begin_layout Plain Layout
24023 \begin_inset Formula $\smile$
24024 \end_inset
24025
24026
24027 \end_layout
24028
24029 \end_inset
24030 </cell>
24031 </row>
24032 <row>
24033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24034 \begin_inset Text
24035
24036 \begin_layout Plain Layout
24037
24038 \backslash
24039 lhd
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048 \begin_inset Formula $\lhd$
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 </row>
24057 <row>
24058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24059 \begin_inset Text
24060
24061 \begin_layout Plain Layout
24062
24063 \backslash
24064 unlhd
24065 \end_layout
24066
24067 \end_inset
24068 </cell>
24069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24070 \begin_inset Text
24071
24072 \begin_layout Plain Layout
24073 \begin_inset Formula $\unlhd$
24074 \end_inset
24075
24076
24077 \end_layout
24078
24079 \end_inset
24080 </cell>
24081 </row>
24082 <row>
24083 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24084 \begin_inset Text
24085
24086 \begin_layout Plain Layout
24087
24088 \backslash
24089 gtrless
24090 \end_layout
24091
24092 \end_inset
24093 </cell>
24094 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24095 \begin_inset Text
24096
24097 \begin_layout Plain Layout
24098 \begin_inset Formula $\gtrless$
24099 \end_inset
24100
24101
24102 \end_layout
24103
24104 \end_inset
24105 </cell>
24106 </row>
24107 <row>
24108 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112
24113 \backslash
24114 mid
24115 \end_layout
24116
24117 \end_inset
24118 </cell>
24119 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24120 \begin_inset Text
24121
24122 \begin_layout Plain Layout
24123 \begin_inset Formula $\mid$
24124 \end_inset
24125
24126
24127 \end_layout
24128
24129 \end_inset
24130 </cell>
24131 </row>
24132 <row>
24133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24134 \begin_inset Text
24135
24136 \begin_layout Plain Layout
24137
24138 \backslash
24139 nmid
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24145 \begin_inset Text
24146
24147 \begin_layout Plain Layout
24148 \begin_inset Formula $\nmid$
24149 \end_inset
24150
24151
24152 \end_layout
24153
24154 \end_inset
24155 </cell>
24156 </row>
24157 </lyxtabular>
24158
24159 \end_inset
24160
24161
24162 \begin_inset space \hfill{}
24163 \end_inset
24164
24165
24166 \begin_inset Tabular
24167 <lyxtabular version="3" rows="17" columns="2">
24168 <features tabularvalignment="middle">
24169 <column alignment="center" valignment="top" width="0pt">
24170 <column alignment="center" valignment="top" width="0pt">
24171 <row>
24172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24173 \begin_inset Text
24174
24175 \begin_layout Plain Layout
24176 Befehl
24177 \end_layout
24178
24179 \end_inset
24180 </cell>
24181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24182 \begin_inset Text
24183
24184 \begin_layout Plain Layout
24185 Ergebnis
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 </row>
24191 <row>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196 =
24197 \end_layout
24198
24199 \end_inset
24200 </cell>
24201 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24202 \begin_inset Text
24203
24204 \begin_layout Plain Layout
24205 \begin_inset Formula $=$
24206 \end_inset
24207
24208
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 </row>
24214 <row>
24215 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24216 \begin_inset Text
24217
24218 \begin_layout Plain Layout
24219
24220 \backslash
24221 not=
24222 \end_layout
24223
24224 \end_inset
24225 </cell>
24226 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24227 \begin_inset Text
24228
24229 \begin_layout Plain Layout
24230 \begin_inset Formula $\not=$
24231 \end_inset
24232
24233
24234 \end_layout
24235
24236 \end_inset
24237 </cell>
24238 </row>
24239 <row>
24240 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24241 \begin_inset Text
24242
24243 \begin_layout Plain Layout
24244
24245 \backslash
24246 equiv
24247 \end_layout
24248
24249 \end_inset
24250 </cell>
24251 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 \begin_inset Formula $\equiv$
24256 \end_inset
24257
24258
24259 \end_layout
24260
24261 \end_inset
24262 </cell>
24263 </row>
24264 <row>
24265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24266 \begin_inset Text
24267
24268 \begin_layout Plain Layout
24269
24270 \backslash
24271 sim
24272 \end_layout
24273
24274 \end_inset
24275 </cell>
24276 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24277 \begin_inset Text
24278
24279 \begin_layout Plain Layout
24280 \begin_inset Formula $\sim$
24281 \end_inset
24282
24283
24284 \end_layout
24285
24286 \end_inset
24287 </cell>
24288 </row>
24289 <row>
24290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24291 \begin_inset Text
24292
24293 \begin_layout Plain Layout
24294
24295 \backslash
24296 simeq
24297 \end_layout
24298
24299 \end_inset
24300 </cell>
24301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24302 \begin_inset Text
24303
24304 \begin_layout Plain Layout
24305 \begin_inset Formula $\simeq$
24306 \end_inset
24307
24308
24309 \end_layout
24310
24311 \end_inset
24312 </cell>
24313 </row>
24314 <row>
24315 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24316 \begin_inset Text
24317
24318 \begin_layout Plain Layout
24319
24320 \backslash
24321 approx
24322 \end_layout
24323
24324 \end_inset
24325 </cell>
24326 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24327 \begin_inset Text
24328
24329 \begin_layout Plain Layout
24330 \begin_inset Formula $\approx$
24331 \end_inset
24332
24333
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 </row>
24339 <row>
24340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24341 \begin_inset Text
24342
24343 \begin_layout Plain Layout
24344
24345 \backslash
24346 cong
24347 \end_layout
24348
24349 \end_inset
24350 </cell>
24351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24352 \begin_inset Text
24353
24354 \begin_layout Plain Layout
24355 \begin_inset Formula $\cong$
24356 \end_inset
24357
24358
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 </row>
24364 <row>
24365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24366 \begin_inset Text
24367
24368 \begin_layout Plain Layout
24369
24370 \backslash
24371 bowtie
24372 \end_layout
24373
24374 \end_inset
24375 </cell>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380 \begin_inset Formula $\bowtie$
24381 \end_inset
24382
24383
24384 \end_layout
24385
24386 \end_inset
24387 </cell>
24388 </row>
24389 <row>
24390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24391 \begin_inset Text
24392
24393 \begin_layout Plain Layout
24394
24395 \backslash
24396 notin
24397 \end_layout
24398
24399 \end_inset
24400 </cell>
24401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24402 \begin_inset Text
24403
24404 \begin_layout Plain Layout
24405 \begin_inset Formula $\notin$
24406 \end_inset
24407
24408
24409 \end_layout
24410
24411 \end_inset
24412 </cell>
24413 </row>
24414 <row>
24415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24416 \begin_inset Text
24417
24418 \begin_layout Plain Layout
24419
24420 \backslash
24421 perp
24422 \end_layout
24423
24424 \end_inset
24425 </cell>
24426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24427 \begin_inset Text
24428
24429 \begin_layout Plain Layout
24430 \begin_inset Formula $\perp$
24431 \end_inset
24432
24433
24434 \end_layout
24435
24436 \end_inset
24437 </cell>
24438 </row>
24439 <row>
24440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24441 \begin_inset Text
24442
24443 \begin_layout Plain Layout
24444
24445 \backslash
24446 propto
24447 \end_layout
24448
24449 \end_inset
24450 </cell>
24451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24452 \begin_inset Text
24453
24454 \begin_layout Plain Layout
24455 \begin_inset Formula $\propto$
24456 \end_inset
24457
24458
24459 \end_layout
24460
24461 \end_inset
24462 </cell>
24463 </row>
24464 <row>
24465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 asymp
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480 \begin_inset Formula $\asymp$
24481 \end_inset
24482
24483
24484 \end_layout
24485
24486 \end_inset
24487 </cell>
24488 </row>
24489 <row>
24490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 doteq
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505 \begin_inset Formula $\doteq$
24506 \end_inset
24507
24508
24509 \end_layout
24510
24511 \end_inset
24512 </cell>
24513 </row>
24514 <row>
24515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24516 \begin_inset Text
24517
24518 \begin_layout Plain Layout
24519
24520 \backslash
24521 circeq
24522 \end_layout
24523
24524 \end_inset
24525 </cell>
24526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24527 \begin_inset Text
24528
24529 \begin_layout Plain Layout
24530 \begin_inset Formula $\circeq$
24531 \end_inset
24532
24533
24534 \end_layout
24535
24536 \end_inset
24537 </cell>
24538 </row>
24539 <row>
24540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24541 \begin_inset Text
24542
24543 \begin_layout Plain Layout
24544
24545 \backslash
24546 models
24547 \end_layout
24548
24549 \end_inset
24550 </cell>
24551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24552 \begin_inset Text
24553
24554 \begin_layout Plain Layout
24555 \begin_inset Formula $\models$
24556 \end_inset
24557
24558
24559 \end_layout
24560
24561 \end_inset
24562 </cell>
24563 </row>
24564 <row>
24565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24566 \begin_inset Text
24567
24568 \begin_layout Plain Layout
24569
24570 \backslash
24571 widehat=
24572 \end_layout
24573
24574 \end_inset
24575 </cell>
24576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24577 \begin_inset Text
24578
24579 \begin_layout Plain Layout
24580 \begin_inset Formula $\widehat{=}$
24581 \end_inset
24582
24583
24584 \end_layout
24585
24586 \end_inset
24587 </cell>
24588 </row>
24589 </lyxtabular>
24590
24591 \end_inset
24592
24593
24594 \begin_inset space \hfill{}
24595 \end_inset
24596
24597
24598 \begin_inset Tabular
24599 <lyxtabular version="3" rows="17" columns="2">
24600 <features tabularvalignment="middle">
24601 <column alignment="center" valignment="top" width="0pt">
24602 <column alignment="center" valignment="top" width="0pt">
24603 <row>
24604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24605 \begin_inset Text
24606
24607 \begin_layout Plain Layout
24608 Befehl
24609 \end_layout
24610
24611 \end_inset
24612 </cell>
24613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24614 \begin_inset Text
24615
24616 \begin_layout Plain Layout
24617 Ergebnis
24618 \end_layout
24619
24620 \end_inset
24621 </cell>
24622 </row>
24623 <row>
24624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24625 \begin_inset Text
24626
24627 \begin_layout Plain Layout
24628 >
24629 \end_layout
24630
24631 \end_inset
24632 </cell>
24633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24634 \begin_inset Text
24635
24636 \begin_layout Plain Layout
24637 \begin_inset Formula $>$
24638 \end_inset
24639
24640
24641 \end_layout
24642
24643 \end_inset
24644 </cell>
24645 </row>
24646 <row>
24647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24648 \begin_inset Text
24649
24650 \begin_layout Plain Layout
24651
24652 \backslash
24653 ge
24654 \end_layout
24655
24656 \end_inset
24657 </cell>
24658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24659 \begin_inset Text
24660
24661 \begin_layout Plain Layout
24662 \begin_inset Formula $\ge$
24663 \end_inset
24664
24665
24666 \end_layout
24667
24668 \end_inset
24669 </cell>
24670 </row>
24671 <row>
24672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24673 \begin_inset Text
24674
24675 \begin_layout Plain Layout
24676
24677 \backslash
24678 gg
24679 \end_layout
24680
24681 \end_inset
24682 </cell>
24683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24684 \begin_inset Text
24685
24686 \begin_layout Plain Layout
24687 \begin_inset Formula $\gg$
24688 \end_inset
24689
24690
24691 \end_layout
24692
24693 \end_inset
24694 </cell>
24695 </row>
24696 <row>
24697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24698 \begin_inset Text
24699
24700 \begin_layout Plain Layout
24701
24702 \backslash
24703 succ
24704 \end_layout
24705
24706 \end_inset
24707 </cell>
24708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24709 \begin_inset Text
24710
24711 \begin_layout Plain Layout
24712 \begin_inset Formula $\succ$
24713 \end_inset
24714
24715
24716 \end_layout
24717
24718 \end_inset
24719 </cell>
24720 </row>
24721 <row>
24722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24723 \begin_inset Text
24724
24725 \begin_layout Plain Layout
24726
24727 \backslash
24728 succeq
24729 \end_layout
24730
24731 \end_inset
24732 </cell>
24733 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24734 \begin_inset Text
24735
24736 \begin_layout Plain Layout
24737 \begin_inset Formula $\succeq$
24738 \end_inset
24739
24740
24741 \end_layout
24742
24743 \end_inset
24744 </cell>
24745 </row>
24746 <row>
24747 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24748 \begin_inset Text
24749
24750 \begin_layout Plain Layout
24751
24752 \backslash
24753 supset
24754 \end_layout
24755
24756 \end_inset
24757 </cell>
24758 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24759 \begin_inset Text
24760
24761 \begin_layout Plain Layout
24762 \begin_inset Formula $\supset$
24763 \end_inset
24764
24765
24766 \end_layout
24767
24768 \end_inset
24769 </cell>
24770 </row>
24771 <row>
24772 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24773 \begin_inset Text
24774
24775 \begin_layout Plain Layout
24776
24777 \backslash
24778 supseteq
24779 \end_layout
24780
24781 \end_inset
24782 </cell>
24783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24784 \begin_inset Text
24785
24786 \begin_layout Plain Layout
24787 \begin_inset Formula $\supseteq$
24788 \end_inset
24789
24790
24791 \end_layout
24792
24793 \end_inset
24794 </cell>
24795 </row>
24796 <row>
24797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24798 \begin_inset Text
24799
24800 \begin_layout Plain Layout
24801
24802 \backslash
24803 sqsupseteq
24804 \end_layout
24805
24806 \end_inset
24807 </cell>
24808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24809 \begin_inset Text
24810
24811 \begin_layout Plain Layout
24812 \begin_inset Formula $\sqsupseteq$
24813 \end_inset
24814
24815
24816 \end_layout
24817
24818 \end_inset
24819 </cell>
24820 </row>
24821 <row>
24822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24823 \begin_inset Text
24824
24825 \begin_layout Plain Layout
24826
24827 \backslash
24828 ni
24829 \end_layout
24830
24831 \end_inset
24832 </cell>
24833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24834 \begin_inset Text
24835
24836 \begin_layout Plain Layout
24837 \begin_inset Formula $\ni$
24838 \end_inset
24839
24840
24841 \end_layout
24842
24843 \end_inset
24844 </cell>
24845 </row>
24846 <row>
24847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24848 \begin_inset Text
24849
24850 \begin_layout Plain Layout
24851
24852 \backslash
24853 dashv
24854 \end_layout
24855
24856 \end_inset
24857 </cell>
24858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24859 \begin_inset Text
24860
24861 \begin_layout Plain Layout
24862 \begin_inset Formula $\dashv$
24863 \end_inset
24864
24865
24866 \end_layout
24867
24868 \end_inset
24869 </cell>
24870 </row>
24871 <row>
24872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24873 \begin_inset Text
24874
24875 \begin_layout Plain Layout
24876
24877 \backslash
24878 frown
24879 \end_layout
24880
24881 \end_inset
24882 </cell>
24883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24884 \begin_inset Text
24885
24886 \begin_layout Plain Layout
24887 \begin_inset Formula $\frown$
24888 \end_inset
24889
24890
24891 \end_layout
24892
24893 \end_inset
24894 </cell>
24895 </row>
24896 <row>
24897 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24898 \begin_inset Text
24899
24900 \begin_layout Plain Layout
24901
24902 \backslash
24903 rhd
24904 \end_layout
24905
24906 \end_inset
24907 </cell>
24908 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24909 \begin_inset Text
24910
24911 \begin_layout Plain Layout
24912 \begin_inset Formula $\rhd$
24913 \end_inset
24914
24915
24916 \end_layout
24917
24918 \end_inset
24919 </cell>
24920 </row>
24921 <row>
24922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24923 \begin_inset Text
24924
24925 \begin_layout Plain Layout
24926
24927 \backslash
24928 unrhd
24929 \end_layout
24930
24931 \end_inset
24932 </cell>
24933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937 \begin_inset Formula $\unrhd$
24938 \end_inset
24939
24940
24941 \end_layout
24942
24943 \end_inset
24944 </cell>
24945 </row>
24946 <row>
24947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24948 \begin_inset Text
24949
24950 \begin_layout Plain Layout
24951
24952 \backslash
24953 lessgtr
24954 \end_layout
24955
24956 \end_inset
24957 </cell>
24958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24959 \begin_inset Text
24960
24961 \begin_layout Plain Layout
24962 \begin_inset Formula $\lessgtr$
24963 \end_inset
24964
24965
24966 \end_layout
24967
24968 \end_inset
24969 </cell>
24970 </row>
24971 <row>
24972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24973 \begin_inset Text
24974
24975 \begin_layout Plain Layout
24976
24977 \backslash
24978 parallel
24979 \end_layout
24980
24981 \end_inset
24982 </cell>
24983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24984 \begin_inset Text
24985
24986 \begin_layout Plain Layout
24987 \begin_inset Formula $\parallel$
24988 \end_inset
24989
24990
24991 \end_layout
24992
24993 \end_inset
24994 </cell>
24995 </row>
24996 <row>
24997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24998 \begin_inset Text
24999
25000 \begin_layout Plain Layout
25001
25002 \backslash
25003 nparallel
25004 \end_layout
25005
25006 \end_inset
25007 </cell>
25008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25009 \begin_inset Text
25010
25011 \begin_layout Plain Layout
25012 \begin_inset Formula $\nparallel$
25013 \end_inset
25014
25015
25016 \end_layout
25017
25018 \end_inset
25019 </cell>
25020 </row>
25021 </lyxtabular>
25022
25023 \end_inset
25024
25025
25026 \begin_inset space \hfill{}
25027 \end_inset
25028
25029
25030 \end_layout
25031
25032 \begin_layout Standard
25033 \begin_inset VSpace medskip
25034 \end_inset
25035
25036 Die Zeichen 
25037 \series bold
25038
25039 \backslash
25040 lhd
25041 \series default
25042  bzw.
25043 \begin_inset space \space{}
25044 \end_inset
25045
25046
25047 \series bold
25048
25049 \backslash
25050 rhd
25051 \series default
25052  sind größer als die gleich aussehenden Operatoren
25053 \begin_inset Newline linebreak
25054 \end_inset
25055
25056
25057 \series bold
25058
25059 \backslash
25060 triangleleft
25061 \series default
25062  bzw.
25063 \begin_inset space \space{}
25064 \end_inset
25065
25066
25067 \series bold
25068
25069 \backslash
25070 triangleright
25071 \series default
25072 .
25073 \end_layout
25074
25075 \begin_layout Standard
25076 \SpecialChar LyX
25077  unterstützt auch viele spezielle Relationen.
25078  Drücken Sie den Mathe-Werkzeugleistenknopf 
25079 \begin_inset Info
25080 type  "icon"
25081 arg   "math-insert \\leqq"
25082 \end_inset
25083
25084  um eine Liste dieser Relationen zu sehen.
25085 \end_layout
25086
25087 \begin_layout Standard
25088 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
25089 \end_layout
25090
25091 \begin_layout Standard
25092 Relationen mit Beschriftungen können mit Hilfe des Befehls 
25093 \series bold
25094
25095 \backslash
25096 stackrel
25097 \series default
25098
25099 \begin_inset Index idx
25100 status collapsed
25101
25102 \begin_layout Plain Layout
25103 Befehle ! S ! 
25104 \backslash
25105 stackrel
25106 \end_layout
25107
25108 \end_inset
25109
25110  erstellt werden:
25111 \begin_inset Separator parbreak
25112 \end_inset
25113
25114
25115 \end_layout
25116
25117 \begin_layout Standard
25118 \align center
25119 \begin_inset Tabular
25120 <lyxtabular version="3" rows="2" columns="2">
25121 <features tabularvalignment="middle">
25122 <column alignment="center" valignment="top">
25123 <column alignment="center" valignment="top">
25124 <row>
25125 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25126 \begin_inset Text
25127
25128 \begin_layout Plain Layout
25129 Befehl
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138 Ergebnis
25139 \begin_inset Note Note
25140 status collapsed
25141
25142 \begin_layout Plain Layout
25143
25144 \series bold
25145
25146 \backslash
25147 raisebox
25148 \series default
25149  dient nur als Abstandhalter.
25150 \end_layout
25151
25152 \end_inset
25153
25154
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 </row>
25160 <row>
25161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165 A(r)
25166 \backslash
25167 stackrel
25168 \begin_inset space \textvisiblespace{}
25169 \end_inset
25170
25171 r
25172 \backslash
25173 to
25174 \backslash
25175 infty
25176 \begin_inset space \textvisiblespace{}
25177 \end_inset
25178
25179
25180 \begin_inset Formula $\downarrow$
25181 \end_inset
25182
25183
25184 \backslash
25185 approx
25186 \begin_inset space \textvisiblespace{}
25187 \end_inset
25188
25189
25190 \begin_inset space \textvisiblespace{}
25191 \end_inset
25192
25193 B
25194 \end_layout
25195
25196 \end_inset
25197 </cell>
25198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25199 \begin_inset Text
25200
25201 \begin_layout Plain Layout
25202 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
25203 \end_inset
25204
25205
25206 \end_layout
25207
25208 \end_inset
25209 </cell>
25210 </row>
25211 </lyxtabular>
25212
25213 \end_inset
25214
25215
25216 \end_layout
25217
25218 \begin_layout Section
25219 Funktionen
25220 \end_layout
25221
25222 \begin_layout Subsection
25223 Vordefinierte Funktionen
25224 \begin_inset CommandInset label
25225 LatexCommand label
25226 name "subsec:Vordefinierte-Funktionen"
25227
25228 \end_inset
25229
25230
25231 \begin_inset Index idx
25232 status collapsed
25233
25234 \begin_layout Plain Layout
25235 Funktionen ! vordefinierte
25236 \end_layout
25237
25238 \end_inset
25239
25240
25241 \end_layout
25242
25243 \begin_layout Standard
25244 Allgemein werden in mathematischen Ausdrücken Variablen 
25245 \shape italic
25246 kursiv
25247 \shape default
25248  gesetzt, Funktionsnamen hingegen nicht, denn 
25249 \begin_inset Formula $sin$
25250 \end_inset
25251
25252  könnte als 
25253 \begin_inset Formula $s\cdot i\cdot n$
25254 \end_inset
25255
25256  missverstanden werden.
25257  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
25258 en etwas abgesetzt sind.
25259  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
25260 \begin_inset Separator parbreak
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \begin_layout Standard
25267 \align center
25268 \begin_inset Tabular
25269 <lyxtabular version="3" rows="2" columns="4">
25270 <features tabularvalignment="middle">
25271 <column alignment="center" valignment="top" width="0pt">
25272 <column alignment="center" valignment="top" width="0pt">
25273 <column alignment="center" valignment="top" width="0pt">
25274 <column alignment="center" valignment="top" width="0pt">
25275 <row>
25276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25277 \begin_inset Text
25278
25279 \begin_layout Plain Layout
25280 Befehl
25281 \end_layout
25282
25283 \end_inset
25284 </cell>
25285 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289 Ergebnis
25290 \end_layout
25291
25292 \end_inset
25293 </cell>
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" rightline="true" usebox="none">
25304 \begin_inset Text
25305
25306 \begin_layout Plain Layout
25307 Ergebnis
25308 \end_layout
25309
25310 \end_inset
25311 </cell>
25312 </row>
25313 <row>
25314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25315 \begin_inset Text
25316
25317 \begin_layout Plain Layout
25318 Asin(x)+B
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327 \begin_inset Formula $Asin(x)+B$
25328 \end_inset
25329
25330
25331 \end_layout
25332
25333 \end_inset
25334 </cell>
25335 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339 A
25340 \backslash
25341 sin(x)+B
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 \begin_inset Formula $A\sin(x)+B$
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 </row>
25359 </lyxtabular>
25360
25361 \end_inset
25362
25363
25364 \end_layout
25365
25366 \begin_layout Standard
25367 Folgende Funktionen sind vordefiniert:
25368 \end_layout
25369
25370 \begin_layout Standard
25371 \begin_inset VSpace -2mm
25372 \end_inset
25373
25374
25375 \end_layout
25376
25377 \begin_layout Standard
25378 \align center
25379 \begin_inset Tabular
25380 <lyxtabular version="3" rows="9" columns="4">
25381 <features tabularvalignment="middle">
25382 <column alignment="center" valignment="top" width="0pt">
25383 <column alignment="center" valignment="top" width="0pt">
25384 <column alignment="center" valignment="top" width="0pt">
25385 <column alignment="center" valignment="top" width="0pt">
25386 <row>
25387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25388 \begin_inset Text
25389
25390 \begin_layout Plain Layout
25391 Befehl
25392 \end_layout
25393
25394 \end_inset
25395 </cell>
25396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25397 \begin_inset Text
25398
25399 \begin_layout Plain Layout
25400 Befehl
25401 \end_layout
25402
25403 \end_inset
25404 </cell>
25405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25406 \begin_inset Text
25407
25408 \begin_layout Plain Layout
25409 Befehl
25410 \end_layout
25411
25412 \end_inset
25413 </cell>
25414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25415 \begin_inset Text
25416
25417 \begin_layout Plain Layout
25418 Befehl
25419 \end_layout
25420
25421 \end_inset
25422 </cell>
25423 </row>
25424 <row>
25425 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25426 \begin_inset Text
25427
25428 \begin_layout Plain Layout
25429
25430 \backslash
25431 sin
25432 \end_layout
25433
25434 \end_inset
25435 </cell>
25436 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25437 \begin_inset Text
25438
25439 \begin_layout Plain Layout
25440
25441 \backslash
25442 sinh
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25448 \begin_inset Text
25449
25450 \begin_layout Plain Layout
25451
25452 \backslash
25453 arcsin
25454 \end_layout
25455
25456 \end_inset
25457 </cell>
25458 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25459 \begin_inset Text
25460
25461 \begin_layout Plain Layout
25462
25463 \backslash
25464 sup
25465 \end_layout
25466
25467 \end_inset
25468 </cell>
25469 </row>
25470 <row>
25471 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25472 \begin_inset Text
25473
25474 \begin_layout Plain Layout
25475
25476 \backslash
25477 cos
25478 \end_layout
25479
25480 \end_inset
25481 </cell>
25482 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25483 \begin_inset Text
25484
25485 \begin_layout Plain Layout
25486
25487 \backslash
25488 cosh
25489 \end_layout
25490
25491 \end_inset
25492 </cell>
25493 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25494 \begin_inset Text
25495
25496 \begin_layout Plain Layout
25497
25498 \backslash
25499 arccos
25500 \end_layout
25501
25502 \end_inset
25503 </cell>
25504 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25505 \begin_inset Text
25506
25507 \begin_layout Plain Layout
25508
25509 \backslash
25510 inf
25511 \end_layout
25512
25513 \end_inset
25514 </cell>
25515 </row>
25516 <row>
25517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25518 \begin_inset Text
25519
25520 \begin_layout Plain Layout
25521
25522 \backslash
25523 tan
25524 \end_layout
25525
25526 \end_inset
25527 </cell>
25528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25529 \begin_inset Text
25530
25531 \begin_layout Plain Layout
25532
25533 \backslash
25534 tanh
25535 \end_layout
25536
25537 \end_inset
25538 </cell>
25539 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25540 \begin_inset Text
25541
25542 \begin_layout Plain Layout
25543
25544 \backslash
25545 arctan
25546 \end_layout
25547
25548 \end_inset
25549 </cell>
25550 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25551 \begin_inset Text
25552
25553 \begin_layout Plain Layout
25554
25555 \backslash
25556 lim
25557 \end_layout
25558
25559 \end_inset
25560 </cell>
25561 </row>
25562 <row>
25563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25564 \begin_inset Text
25565
25566 \begin_layout Plain Layout
25567
25568 \backslash
25569 cot
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578
25579 \backslash
25580 coth
25581 \end_layout
25582
25583 \end_inset
25584 </cell>
25585 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589
25590 \backslash
25591 arg
25592 \end_layout
25593
25594 \end_inset
25595 </cell>
25596 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25597 \begin_inset Text
25598
25599 \begin_layout Plain Layout
25600
25601 \backslash
25602 liminf
25603 \end_layout
25604
25605 \end_inset
25606 </cell>
25607 </row>
25608 <row>
25609 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25610 \begin_inset Text
25611
25612 \begin_layout Plain Layout
25613
25614 \backslash
25615 sec
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25621 \begin_inset Text
25622
25623 \begin_layout Plain Layout
25624
25625 \backslash
25626 min
25627 \end_layout
25628
25629 \end_inset
25630 </cell>
25631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25632 \begin_inset Text
25633
25634 \begin_layout Plain Layout
25635
25636 \backslash
25637 deg
25638 \end_layout
25639
25640 \end_inset
25641 </cell>
25642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25643 \begin_inset Text
25644
25645 \begin_layout Plain Layout
25646
25647 \backslash
25648 limsup
25649 \end_layout
25650
25651 \end_inset
25652 </cell>
25653 </row>
25654 <row>
25655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25656 \begin_inset Text
25657
25658 \begin_layout Plain Layout
25659
25660 \backslash
25661 csc
25662 \end_layout
25663
25664 \end_inset
25665 </cell>
25666 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25667 \begin_inset Text
25668
25669 \begin_layout Plain Layout
25670
25671 \backslash
25672 max
25673 \end_layout
25674
25675 \end_inset
25676 </cell>
25677 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25678 \begin_inset Text
25679
25680 \begin_layout Plain Layout
25681
25682 \backslash
25683 det
25684 \end_layout
25685
25686 \end_inset
25687 </cell>
25688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25689 \begin_inset Text
25690
25691 \begin_layout Plain Layout
25692
25693 \backslash
25694 Pr
25695 \end_layout
25696
25697 \end_inset
25698 </cell>
25699 </row>
25700 <row>
25701 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25702 \begin_inset Text
25703
25704 \begin_layout Plain Layout
25705
25706 \backslash
25707 ln
25708 \end_layout
25709
25710 \end_inset
25711 </cell>
25712 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25713 \begin_inset Text
25714
25715 \begin_layout Plain Layout
25716
25717 \backslash
25718 exp
25719 \end_layout
25720
25721 \end_inset
25722 </cell>
25723 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25724 \begin_inset Text
25725
25726 \begin_layout Plain Layout
25727
25728 \backslash
25729 dim
25730 \end_layout
25731
25732 \end_inset
25733 </cell>
25734 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25735 \begin_inset Text
25736
25737 \begin_layout Plain Layout
25738
25739 \backslash
25740 hom
25741 \end_layout
25742
25743 \end_inset
25744 </cell>
25745 </row>
25746 <row>
25747 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25748 \begin_inset Text
25749
25750 \begin_layout Plain Layout
25751
25752 \backslash
25753 lg
25754 \end_layout
25755
25756 \end_inset
25757 </cell>
25758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25759 \begin_inset Text
25760
25761 \begin_layout Plain Layout
25762
25763 \backslash
25764 log
25765 \end_layout
25766
25767 \end_inset
25768 </cell>
25769 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25770 \begin_inset Text
25771
25772 \begin_layout Plain Layout
25773
25774 \backslash
25775 ker
25776 \end_layout
25777
25778 \end_inset
25779 </cell>
25780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25781 \begin_inset Text
25782
25783 \begin_layout Plain Layout
25784
25785 \backslash
25786 gcd
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 </lyxtabular>
25793
25794 \end_inset
25795
25796
25797 \end_layout
25798
25799 \begin_layout Standard
25800 Sie können auch über den Mathe-Werkzeugleistenknopf 
25801 \begin_inset Info
25802 type  "icon"
25803 arg   "math-insert \\functions"
25804 \end_inset
25805
25806  eingefügt werden.
25807 \end_layout
25808
25809 \begin_layout Subsection
25810 Selbst definierte Funktionen
25811 \begin_inset Index idx
25812 status collapsed
25813
25814 \begin_layout Plain Layout
25815 Funktionen ! selbstdefinierte
25816 \end_layout
25817
25818 \end_inset
25819
25820
25821 \end_layout
25822
25823 \begin_layout Standard
25824 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25825 \begin_inset space \thinspace{}
25826 \end_inset
25827
25828 B.
25829  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25830 \end_layout
25831
25832 \begin_layout Itemize
25833 Man definiert die Funktion selbst.
25834  Dazu gibt man im \SpecialChar LaTeX
25835 -Vorspann die Zeile
25836 \begin_inset Newline newline
25837 \end_inset
25838
25839
25840 \begin_inset VSpace -3mm
25841 \end_inset
25842
25843
25844 \begin_inset Newline newline
25845 \end_inset
25846
25847
25848 \series bold
25849
25850 \backslash
25851 DeclareMathOperator{
25852 \backslash
25853 sgn}{sgn}
25854 \series default
25855
25856 \begin_inset Index idx
25857 status collapsed
25858
25859 \begin_layout Plain Layout
25860 Befehle ! D ! 
25861 \backslash
25862 dbinom@
25863 \backslash
25864 DeclareMathOperator
25865 \end_layout
25866
25867 \end_inset
25868
25869
25870 \begin_inset Newline newline
25871 \end_inset
25872
25873
25874 \begin_inset VSpace -2mm
25875 \end_inset
25876
25877
25878 \begin_inset Newline newline
25879 \end_inset
25880
25881 ein
25882 \begin_inset Foot
25883 status collapsed
25884
25885 \begin_layout Plain Layout
25886 Näheres zu 
25887 \series bold
25888
25889 \backslash
25890 DeclareMathOperator
25891 \series default
25892  siehe 
25893 \begin_inset CommandInset ref
25894 LatexCommand ref
25895 reference "subsec:Selbstdefinierte-Operatoren"
25896
25897 \end_inset
25898
25899 .
25900 \end_layout
25901
25902 \end_inset
25903
25904 .
25905  Nun kann man mit dem Befehl 
25906 \series bold
25907
25908 \backslash
25909 sgn
25910 \series default
25911  die neu definierte Funktion aufrufen.
25912 \end_layout
25913
25914 \begin_layout Itemize
25915 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25916  Beispiel die Buchstaben 
25917 \emph on
25918 sgn
25919 \emph default
25920 , und wandelt ihn in in mathematischen Text um.
25921  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25922 \end_layout
25923
25924 \begin_layout Standard
25925 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25926  Funktion
25927 \begin_inset Foot
25928 status collapsed
25929
25930 \begin_layout Plain Layout
25931 Selbst definierte Funktionen werden in \SpecialChar LyX
25932  rot, vordefinierte schwarz angezeigt.
25933 \end_layout
25934
25935 \end_inset
25936
25937 :
25938 \begin_inset Separator parbreak
25939 \end_inset
25940
25941
25942 \end_layout
25943
25944 \begin_layout Standard
25945 \align center
25946 \begin_inset Tabular
25947 <lyxtabular version="3" rows="3" columns="2">
25948 <features tabularvalignment="middle">
25949 <column alignment="center" valignment="top" width="0pt">
25950 <column alignment="center" valignment="top" width="0pt">
25951 <row>
25952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956 Befehl
25957 \end_layout
25958
25959 \end_inset
25960 </cell>
25961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25962 \begin_inset Text
25963
25964 \begin_layout Plain Layout
25965 Ergebnis
25966 \end_layout
25967
25968 \end_inset
25969 </cell>
25970 </row>
25971 <row>
25972 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25973 \begin_inset Text
25974
25975 \begin_layout Plain Layout
25976 A
25977 \backslash
25978 sgn(x)+B
25979 \end_layout
25980
25981 \end_inset
25982 </cell>
25983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25984 \begin_inset Text
25985
25986 \begin_layout Plain Layout
25987 \begin_inset Formula $A\sgn(x)+B$
25988 \end_inset
25989
25990
25991 \end_layout
25992
25993 \end_inset
25994 </cell>
25995 </row>
25996 <row>
25997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25998 \begin_inset Text
25999
26000 \begin_layout Plain Layout
26001 A
26002 \backslash
26003 ,
26004 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
26005 \end_inset
26006
26007 (x)+B
26008 \end_layout
26009
26010 \end_inset
26011 </cell>
26012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26013 \begin_inset Text
26014
26015 \begin_layout Plain Layout
26016 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
26017 \end_inset
26018
26019
26020 \end_layout
26021
26022 \end_inset
26023 </cell>
26024 </row>
26025 </lyxtabular>
26026
26027 \end_inset
26028
26029
26030 \end_layout
26031
26032 \begin_layout Standard
26033 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
26034  mehrfach verwendet werden soll.
26035 \end_layout
26036
26037 \begin_layout Subsection
26038 Grenzwerte
26039 \begin_inset Index idx
26040 status collapsed
26041
26042 \begin_layout Plain Layout
26043 Grenzwerte
26044 \end_layout
26045
26046 \end_inset
26047
26048
26049 \end_layout
26050
26051 \begin_layout Standard
26052 Für Grenzwerte sind außer 
26053 \series bold
26054
26055 \backslash
26056 lim
26057 \series default
26058
26059 \begin_inset Index idx
26060 status collapsed
26061
26062 \begin_layout Plain Layout
26063 Befehle ! L ! 
26064 \backslash
26065 lim
26066 \end_layout
26067
26068 \end_inset
26069
26070
26071 \series bold
26072
26073 \backslash
26074 liminf
26075 \series default
26076  und 
26077 \series bold
26078
26079 \backslash
26080 limsup
26081 \series default
26082  noch folgende Funktionen definiert:
26083 \begin_inset Separator parbreak
26084 \end_inset
26085
26086
26087 \end_layout
26088
26089 \begin_layout Standard
26090 \align center
26091 \begin_inset Tabular
26092 <lyxtabular version="3" rows="5" columns="2">
26093 <features tabularvalignment="middle">
26094 <column alignment="center" valignment="top">
26095 <column alignment="center" valignment="top">
26096 <row>
26097 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26098 \begin_inset Text
26099
26100 \begin_layout Plain Layout
26101 Befehl
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 Ergebnis
26111 \begin_inset Note Note
26112 status collapsed
26113
26114 \begin_layout Plain Layout
26115
26116 \series bold
26117
26118 \backslash
26119 raisebox
26120 \series default
26121  dient nur als Abstandhalter.
26122 \end_layout
26123
26124 \end_inset
26125
26126
26127 \end_layout
26128
26129 \end_inset
26130 </cell>
26131 </row>
26132 <row>
26133 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26134 \begin_inset Text
26135
26136 \begin_layout Plain Layout
26137
26138 \backslash
26139 varliminf
26140 \end_layout
26141
26142 \end_inset
26143 </cell>
26144 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26145 \begin_inset Text
26146
26147 \begin_layout Plain Layout
26148 \begin_inset Formula $\varliminf$
26149 \end_inset
26150
26151
26152 \end_layout
26153
26154 \end_inset
26155 </cell>
26156 </row>
26157 <row>
26158 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26159 \begin_inset Text
26160
26161 \begin_layout Plain Layout
26162
26163 \backslash
26164 varlimsup
26165 \end_layout
26166
26167 \end_inset
26168 </cell>
26169 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26170 \begin_inset Text
26171
26172 \begin_layout Plain Layout
26173 \begin_inset Formula $\varlimsup$
26174 \end_inset
26175
26176
26177 \end_layout
26178
26179 \end_inset
26180 </cell>
26181 </row>
26182 <row>
26183 <cell alignment="center" valignment="top" leftline="true" usebox="none">
26184 \begin_inset Text
26185
26186 \begin_layout Plain Layout
26187
26188 \backslash
26189 varprojlim
26190 \end_layout
26191
26192 \end_inset
26193 </cell>
26194 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
26195 \begin_inset Text
26196
26197 \begin_layout Plain Layout
26198 \begin_inset Formula $\varprojlim$
26199 \end_inset
26200
26201
26202 \end_layout
26203
26204 \end_inset
26205 </cell>
26206 </row>
26207 <row>
26208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212
26213 \backslash
26214 varinjlim
26215 \end_layout
26216
26217 \end_inset
26218 </cell>
26219 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26220 \begin_inset Text
26221
26222 \begin_layout Plain Layout
26223 \begin_inset Formula $\varinjlim$
26224 \end_inset
26225
26226
26227 \begin_inset Formula $\raisebox{-2.5mm}{}$
26228 \end_inset
26229
26230
26231 \end_layout
26232
26233 \end_inset
26234 </cell>
26235 </row>
26236 </lyxtabular>
26237
26238 \end_inset
26239
26240
26241 \end_layout
26242
26243 \begin_layout Standard
26244 \begin_inset VSpace medskip
26245 \end_inset
26246
26247 Der Grenzwert wird durch Tiefstellen erzeugt.
26248  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
26249 \end_layout
26250
26251 \begin_layout Standard
26252 \align center
26253 \begin_inset Tabular
26254 <lyxtabular version="3" rows="2" columns="2">
26255 <features tabularvalignment="middle">
26256 <column alignment="center" valignment="top" width="0pt">
26257 <column alignment="center" valignment="top" width="0pt">
26258 <row>
26259 <cell alignment="center" valignment="top" usebox="none">
26260 \begin_inset Text
26261
26262 \begin_layout Plain Layout
26263 Befehl
26264 \end_layout
26265
26266 \end_inset
26267 </cell>
26268 <cell alignment="center" valignment="top" usebox="none">
26269 \begin_inset Text
26270
26271 \begin_layout Plain Layout
26272 \begin_inset space \hspace{}
26273 \length 1cm
26274 \end_inset
26275
26276 Ergebnis
26277 \begin_inset Note Note
26278 status collapsed
26279
26280 \begin_layout Plain Layout
26281 Der Leerraum und 
26282 \series bold
26283
26284 \backslash
26285 raisebox
26286 \series default
26287  dienen nur als Abstandhalter.
26288 \end_layout
26289
26290 \end_inset
26291
26292
26293 \end_layout
26294
26295 \end_inset
26296 </cell>
26297 </row>
26298 <row>
26299 <cell alignment="center" valignment="top" usebox="none">
26300 \begin_inset Text
26301
26302 \begin_layout Plain Layout
26303
26304 \backslash
26305 lim_x
26306 \backslash
26307 to
26308 \begin_inset space \textvisiblespace{}
26309 \end_inset
26310
26311 A
26312 \begin_inset space \textvisiblespace{}
26313 \end_inset
26314
26315 x=B
26316 \end_layout
26317
26318 \end_inset
26319 </cell>
26320 <cell alignment="center" valignment="top" usebox="none">
26321 \begin_inset Text
26322
26323 \begin_layout Plain Layout
26324 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
26325 \end_inset
26326
26327
26328 \end_layout
26329
26330 \end_inset
26331 </cell>
26332 </row>
26333 </lyxtabular>
26334
26335 \end_inset
26336
26337
26338 \end_layout
26339
26340 \begin_layout Standard
26341 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26342 \begin_inset Formula 
26343 \[
26344 \lim_{x\to A}x=B
26345 \]
26346
26347 \end_inset
26348
26349
26350 \end_layout
26351
26352 \begin_layout Standard
26353 \begin_inset VSpace medskip
26354 \end_inset
26355
26356
26357 \end_layout
26358
26359 \begin_layout Standard
26360 Wie man den Schriftsatz von Grenzen einstellt, ist in 
26361 \begin_inset CommandInset ref
26362 LatexCommand ref
26363 reference "subsec:Operatorgrenzen"
26364
26365 \end_inset
26366
26367  erklärt.
26368 \end_layout
26369
26370 \begin_layout Subsection
26371 Modulo-Funktionen
26372 \begin_inset Index idx
26373 status collapsed
26374
26375 \begin_layout Plain Layout
26376 Funktionen ! Modulo-
26377 \end_layout
26378
26379 \end_inset
26380
26381
26382 \end_layout
26383
26384 \begin_layout Standard
26385 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26386  Varianten.
26387 \end_layout
26388
26389 \begin_layout Standard
26390 Die Varianten in einer abgesetzten Formel:
26391 \begin_inset Formula 
26392 \begin{align*}
26393 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26394 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
26395 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
26396 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
26397 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
26398 \end{align*}
26399
26400 \end_inset
26401
26402
26403 \end_layout
26404
26405 \begin_layout Standard
26406 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26407  weniger Leerraum gesetzt.
26408  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
26409  Um mehrere Zeichen zu verwenden, muss man sie in \SpecialChar TeX
26410 -Klammern setzen:
26411 \begin_inset Formula 
26412 \begin{align*}
26413 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26414 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
26415 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26416 \end{align*}
26417
26418 \end_inset
26419
26420
26421 \end_layout
26422
26423 \begin_layout Section
26424 Sonderzeichen
26425 \begin_inset Index idx
26426 status collapsed
26427
26428 \begin_layout Plain Layout
26429 Sonderzeichen
26430 \end_layout
26431
26432 \end_inset
26433
26434
26435 \end_layout
26436
26437 \begin_layout Standard
26438 Die Zeichen ^ und _ erzeugen normalerweise Exponenten bzw.
26439 \begin_inset space \space{}
26440 \end_inset
26441
26442 Indizes.
26443  Um diese Zeichen zu erhalten, müssen sie mit einem 
26444 \backslash
26445  eingegeben werden:
26446 \begin_inset Separator parbreak
26447 \end_inset
26448
26449
26450 \end_layout
26451
26452 \begin_layout Standard
26453 \noindent
26454 \align center
26455 \begin_inset Tabular
26456 <lyxtabular version="3" rows="3" columns="2">
26457 <features tabularvalignment="middle">
26458 <column alignment="block" valignment="top">
26459 <column alignment="block" valignment="top">
26460 <row>
26461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26462 \begin_inset Text
26463
26464 \begin_layout Plain Layout
26465 Befehl
26466 \end_layout
26467
26468 \end_inset
26469 </cell>
26470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26471 \begin_inset Text
26472
26473 \begin_layout Plain Layout
26474 Ergebnis
26475 \end_layout
26476
26477 \end_inset
26478 </cell>
26479 </row>
26480 <row>
26481 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26482 \begin_inset Text
26483
26484 \begin_layout Plain Layout
26485
26486 \backslash
26487 ^
26488 \begin_inset space \textvisiblespace{}
26489 \end_inset
26490
26491
26492 \end_layout
26493
26494 \end_inset
26495 </cell>
26496 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26497 \begin_inset Text
26498
26499 \begin_layout Plain Layout
26500 \begin_inset Formula $\mathcircumflex$
26501 \end_inset
26502
26503
26504 \end_layout
26505
26506 \end_inset
26507 </cell>
26508 </row>
26509 <row>
26510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26511 \begin_inset Text
26512
26513 \begin_layout Plain Layout
26514
26515 \backslash
26516 _
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26522 \begin_inset Text
26523
26524 \begin_layout Plain Layout
26525 \begin_inset Formula $\_$
26526 \end_inset
26527
26528
26529 \end_layout
26530
26531 \end_inset
26532 </cell>
26533 </row>
26534 </lyxtabular>
26535
26536 \end_inset
26537
26538
26539 \end_layout
26540
26541 \begin_layout Subsection
26542 Sonderzeichen im mathematischen Text
26543 \end_layout
26544
26545 \begin_layout Standard
26546 Die folgenden Befehle können nur im mathematischen Textmodus oder im \SpecialChar TeX
26547 -Modus
26548  verwendet werden:
26549 \end_layout
26550
26551 \begin_layout Standard
26552 \begin_inset space \hfill{}
26553 \end_inset
26554
26555
26556 \begin_inset Tabular
26557 <lyxtabular version="3" rows="8" columns="2">
26558 <features tabularvalignment="middle">
26559 <column alignment="block" valignment="top">
26560 <column alignment="block" valignment="top">
26561 <row>
26562 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26563 \begin_inset Text
26564
26565 \begin_layout Plain Layout
26566 Befehl
26567 \end_layout
26568
26569 \end_inset
26570 </cell>
26571 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26572 \begin_inset Text
26573
26574 \begin_layout Plain Layout
26575 Ergebnis
26576 \end_layout
26577
26578 \end_inset
26579 </cell>
26580 </row>
26581 <row>
26582 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26583 \begin_inset Text
26584
26585 \begin_layout Plain Layout
26586
26587 \backslash
26588 oe
26589 \end_layout
26590
26591 \end_inset
26592 </cell>
26593 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26594 \begin_inset Text
26595
26596 \begin_layout Plain Layout
26597 \begin_inset Formula $\textrm{œ}$
26598 \end_inset
26599
26600
26601 \end_layout
26602
26603 \end_inset
26604 </cell>
26605 </row>
26606 <row>
26607 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26608 \begin_inset Text
26609
26610 \begin_layout Plain Layout
26611
26612 \backslash
26613 OE
26614 \end_layout
26615
26616 \end_inset
26617 </cell>
26618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26619 \begin_inset Text
26620
26621 \begin_layout Plain Layout
26622 \begin_inset Formula $\textrm{Œ}$
26623 \end_inset
26624
26625
26626 \end_layout
26627
26628 \end_inset
26629 </cell>
26630 </row>
26631 <row>
26632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26633 \begin_inset Text
26634
26635 \begin_layout Plain Layout
26636
26637 \backslash
26638 ae
26639 \end_layout
26640
26641 \end_inset
26642 </cell>
26643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26644 \begin_inset Text
26645
26646 \begin_layout Plain Layout
26647 \begin_inset Formula $\textrm{æ}$
26648 \end_inset
26649
26650
26651 \end_layout
26652
26653 \end_inset
26654 </cell>
26655 </row>
26656 <row>
26657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26658 \begin_inset Text
26659
26660 \begin_layout Plain Layout
26661
26662 \backslash
26663 AE
26664 \end_layout
26665
26666 \end_inset
26667 </cell>
26668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26669 \begin_inset Text
26670
26671 \begin_layout Plain Layout
26672 \begin_inset Formula $\textrm{Æ}$
26673 \end_inset
26674
26675
26676 \end_layout
26677
26678 \end_inset
26679 </cell>
26680 </row>
26681 <row>
26682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26683 \begin_inset Text
26684
26685 \begin_layout Plain Layout
26686
26687 \backslash
26688 aa
26689 \end_layout
26690
26691 \end_inset
26692 </cell>
26693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26694 \begin_inset Text
26695
26696 \begin_layout Plain Layout
26697 \begin_inset Formula $\textrm{\aa}$
26698 \end_inset
26699
26700
26701 \end_layout
26702
26703 \end_inset
26704 </cell>
26705 </row>
26706 <row>
26707 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26708 \begin_inset Text
26709
26710 \begin_layout Plain Layout
26711
26712 \backslash
26713 AA
26714 \begin_inset Index idx
26715 status collapsed
26716
26717 \begin_layout Plain Layout
26718
26719 \backslash
26720 @
26721 \begin_inset ERT
26722 status collapsed
26723
26724 \begin_layout Plain Layout
26725
26726
26727 \backslash
26728 textrm{
26729 \backslash
26730 AA}
26731 \end_layout
26732
26733 \end_inset
26734
26735
26736 \end_layout
26737
26738 \end_inset
26739
26740
26741 \end_layout
26742
26743 \end_inset
26744 </cell>
26745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26746 \begin_inset Text
26747
26748 \begin_layout Plain Layout
26749 \begin_inset Formula $\textrm{Å}$
26750 \end_inset
26751
26752
26753 \end_layout
26754
26755 \end_inset
26756 </cell>
26757 </row>
26758 <row>
26759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26760 \begin_inset Text
26761
26762 \begin_layout Plain Layout
26763
26764 \backslash
26765 i
26766 \end_layout
26767
26768 \end_inset
26769 </cell>
26770 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26771 \begin_inset Text
26772
26773 \begin_layout Plain Layout
26774 \begin_inset Formula $\textrm{ı}$
26775 \end_inset
26776
26777
26778 \end_layout
26779
26780 \end_inset
26781 </cell>
26782 </row>
26783 </lyxtabular>
26784
26785 \end_inset
26786
26787
26788 \begin_inset space \hfill{}
26789 \end_inset
26790
26791
26792 \begin_inset Tabular
26793 <lyxtabular version="3" rows="8" columns="2">
26794 <features tabularvalignment="middle">
26795 <column alignment="block" valignment="top">
26796 <column alignment="center" valignment="top">
26797 <row>
26798 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26799 \begin_inset Text
26800
26801 \begin_layout Plain Layout
26802 Befehl
26803 \begin_inset Note Note
26804 status collapsed
26805
26806 \begin_layout Plain Layout
26807 Der Leerraum von 0
26808 \begin_inset space \thinspace{}
26809 \end_inset
26810
26811 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26812 \begin_inset space \space{}
26813 \end_inset
26814
26815 ¿ erscheinen würde.
26816 \end_layout
26817
26818 \end_inset
26819
26820
26821 \end_layout
26822
26823 \end_inset
26824 </cell>
26825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829 Ergebnis
26830 \end_layout
26831
26832 \end_inset
26833 </cell>
26834 </row>
26835 <row>
26836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26837 \begin_inset Text
26838
26839 \begin_layout Plain Layout
26840
26841 \backslash
26842 o
26843 \end_layout
26844
26845 \end_inset
26846 </cell>
26847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26848 \begin_inset Text
26849
26850 \begin_layout Plain Layout
26851 \begin_inset Formula $\textrm{ø}$
26852 \end_inset
26853
26854
26855 \end_layout
26856
26857 \end_inset
26858 </cell>
26859 </row>
26860 <row>
26861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26862 \begin_inset Text
26863
26864 \begin_layout Plain Layout
26865
26866 \backslash
26867 O
26868 \end_layout
26869
26870 \end_inset
26871 </cell>
26872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26873 \begin_inset Text
26874
26875 \begin_layout Plain Layout
26876 \begin_inset Formula $\textrm{Ø}$
26877 \end_inset
26878
26879
26880 \end_layout
26881
26882 \end_inset
26883 </cell>
26884 </row>
26885 <row>
26886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26887 \begin_inset Text
26888
26889 \begin_layout Plain Layout
26890
26891 \backslash
26892 l
26893 \end_layout
26894
26895 \end_inset
26896 </cell>
26897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901 \begin_inset Formula $\textrm{ł}$
26902 \end_inset
26903
26904
26905 \end_layout
26906
26907 \end_inset
26908 </cell>
26909 </row>
26910 <row>
26911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26912 \begin_inset Text
26913
26914 \begin_layout Plain Layout
26915
26916 \backslash
26917 L
26918 \end_layout
26919
26920 \end_inset
26921 </cell>
26922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26923 \begin_inset Text
26924
26925 \begin_layout Plain Layout
26926 \begin_inset Formula $\textrm{Ł}$
26927 \end_inset
26928
26929
26930 \end_layout
26931
26932 \end_inset
26933 </cell>
26934 </row>
26935 <row>
26936 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26937 \begin_inset Text
26938
26939 \begin_layout Plain Layout
26940 !
26941 \begin_inset space \hspace{}
26942 \length 0mm
26943 \end_inset
26944
26945 `
26946 \begin_inset space \textvisiblespace{}
26947 \end_inset
26948
26949
26950 \end_layout
26951
26952 \end_inset
26953 </cell>
26954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26955 \begin_inset Text
26956
26957 \begin_layout Plain Layout
26958 \begin_inset Formula $\textrm{!`}$
26959 \end_inset
26960
26961
26962 \end_layout
26963
26964 \end_inset
26965 </cell>
26966 </row>
26967 <row>
26968 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 ?
26973 \begin_inset space \hspace{}
26974 \length 0mm
26975 \end_inset
26976
26977 `
26978 \begin_inset space \textvisiblespace{}
26979 \end_inset
26980
26981
26982 \end_layout
26983
26984 \end_inset
26985 </cell>
26986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26987 \begin_inset Text
26988
26989 \begin_layout Plain Layout
26990 \begin_inset Formula $\textrm{?`}$
26991 \end_inset
26992
26993
26994 \end_layout
26995
26996 \end_inset
26997 </cell>
26998 </row>
26999 <row>
27000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27001 \begin_inset Text
27002
27003 \begin_layout Plain Layout
27004
27005 \backslash
27006 j
27007 \end_layout
27008
27009 \end_inset
27010 </cell>
27011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27012 \begin_inset Text
27013
27014 \begin_layout Plain Layout
27015 \begin_inset Formula $\textrm{ȷ}$
27016 \end_inset
27017
27018
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 </row>
27024 </lyxtabular>
27025
27026 \end_inset
27027
27028
27029 \begin_inset space \hfill{}
27030 \end_inset
27031
27032
27033 \end_layout
27034
27035 \begin_layout Standard
27036 Die Zeichen 
27037 \begin_inset Formula $\textrm{\textrm{Å}}$
27038 \end_inset
27039
27040  und 
27041 \begin_inset Formula $\textrm{\textrm{Ø}}$
27042 \end_inset
27043
27044  können auch über den Mathe-Werkzeugleistenknopf 
27045 \begin_inset Info
27046 type  "icon"
27047 arg   "math-insert \\digamma"
27048 \end_inset
27049
27050  eingefügt werden.
27051 \end_layout
27052
27053 \begin_layout Standard
27054 Eine Ausnahme bilden die Befehle 
27055 \series bold
27056 !
27057 \begin_inset space \hspace{}
27058 \length 0mm
27059 \end_inset
27060
27061 `
27062 \series default
27063  und 
27064 \series bold
27065 ?
27066 \begin_inset space \hspace{}
27067 \length 0mm
27068 \end_inset
27069
27070 `
27071 \series default
27072 , denn man kann sie in \SpecialChar LyX
27073  direkt in den Text eingeben.
27074 \end_layout
27075
27076 \begin_layout Subsection
27077 Akzente im Text
27078 \begin_inset CommandInset label
27079 LatexCommand label
27080 name "subsec:Sonderzeichen-Akzente"
27081
27082 \end_inset
27083
27084
27085 \begin_inset Index idx
27086 status collapsed
27087
27088 \begin_layout Plain Layout
27089 Akzente ! im Text
27090 \end_layout
27091
27092 \end_inset
27093
27094
27095 \end_layout
27096
27097 \begin_layout Standard
27098 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
27099  Die Befehle müssen dazu im \SpecialChar TeX
27100 -Modus eingegeben werden.
27101 \end_layout
27102
27103 \begin_layout Standard
27104 \begin_inset space \hfill{}
27105 \end_inset
27106
27107
27108 \begin_inset Tabular
27109 <lyxtabular version="3" rows="8" columns="2">
27110 <features tabularvalignment="middle">
27111 <column alignment="block" valignment="top">
27112 <column alignment="block" valignment="top">
27113 <row>
27114 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27115 \begin_inset Text
27116
27117 \begin_layout Plain Layout
27118 Befehl
27119 \end_layout
27120
27121 \end_inset
27122 </cell>
27123 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27124 \begin_inset Text
27125
27126 \begin_layout Plain Layout
27127 Ergebnis
27128 \end_layout
27129
27130 \end_inset
27131 </cell>
27132 </row>
27133 <row>
27134 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27135 \begin_inset Text
27136
27137 \begin_layout Plain Layout
27138
27139 \backslash
27140
27141 \begin_inset Quotes grd
27142 \end_inset
27143
27144 e
27145 \end_layout
27146
27147 \end_inset
27148 </cell>
27149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27150 \begin_inset Text
27151
27152 \begin_layout Plain Layout
27153 \begin_inset ERT
27154 status collapsed
27155
27156 \begin_layout Plain Layout
27157
27158
27159 \backslash
27160 "e
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \end_layout
27167
27168 \end_inset
27169 </cell>
27170 </row>
27171 <row>
27172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27173 \begin_inset Text
27174
27175 \begin_layout Plain Layout
27176
27177 \backslash
27178 `e
27179 \end_layout
27180
27181 \end_inset
27182 </cell>
27183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27184 \begin_inset Text
27185
27186 \begin_layout Plain Layout
27187 \begin_inset ERT
27188 status collapsed
27189
27190 \begin_layout Plain Layout
27191
27192
27193 \backslash
27194 `e
27195 \end_layout
27196
27197 \end_inset
27198
27199
27200 \end_layout
27201
27202 \end_inset
27203 </cell>
27204 </row>
27205 <row>
27206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27207 \begin_inset Text
27208
27209 \begin_layout Plain Layout
27210
27211 \backslash
27212 ^
27213 \begin_inset space \textvisiblespace{}
27214 \end_inset
27215
27216 e
27217 \end_layout
27218
27219 \end_inset
27220 </cell>
27221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27222 \begin_inset Text
27223
27224 \begin_layout Plain Layout
27225 \begin_inset ERT
27226 status collapsed
27227
27228 \begin_layout Plain Layout
27229
27230
27231 \backslash
27232 ^e
27233 \end_layout
27234
27235 \end_inset
27236
27237
27238 \end_layout
27239
27240 \end_inset
27241 </cell>
27242 </row>
27243 <row>
27244 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27245 \begin_inset Text
27246
27247 \begin_layout Plain Layout
27248
27249 \backslash
27250 =e
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27256 \begin_inset Text
27257
27258 \begin_layout Plain Layout
27259 \begin_inset ERT
27260 status collapsed
27261
27262 \begin_layout Plain Layout
27263
27264
27265 \backslash
27266 =e
27267 \end_layout
27268
27269 \end_inset
27270
27271
27272 \end_layout
27273
27274 \end_inset
27275 </cell>
27276 </row>
27277 <row>
27278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27279 \begin_inset Text
27280
27281 \begin_layout Plain Layout
27282
27283 \backslash
27284 u
27285 \begin_inset space \textvisiblespace{}
27286 \end_inset
27287
27288 e
27289 \end_layout
27290
27291 \end_inset
27292 </cell>
27293 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27294 \begin_inset Text
27295
27296 \begin_layout Plain Layout
27297 \begin_inset ERT
27298 status collapsed
27299
27300 \begin_layout Plain Layout
27301
27302
27303 \backslash
27304 u e
27305 \end_layout
27306
27307 \end_inset
27308
27309
27310 \end_layout
27311
27312 \end_inset
27313 </cell>
27314 </row>
27315 <row>
27316 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27317 \begin_inset Text
27318
27319 \begin_layout Plain Layout
27320
27321 \backslash
27322 b
27323 \begin_inset space \textvisiblespace{}
27324 \end_inset
27325
27326 e
27327 \end_layout
27328
27329 \end_inset
27330 </cell>
27331 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27332 \begin_inset Text
27333
27334 \begin_layout Plain Layout
27335 \begin_inset ERT
27336 status collapsed
27337
27338 \begin_layout Plain Layout
27339
27340
27341 \backslash
27342 b e
27343 \end_layout
27344
27345 \end_inset
27346
27347
27348 \end_layout
27349
27350 \end_inset
27351 </cell>
27352 </row>
27353 <row>
27354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27355 \begin_inset Text
27356
27357 \begin_layout Plain Layout
27358
27359 \backslash
27360 t
27361 \begin_inset space \textvisiblespace{}
27362 \end_inset
27363
27364 ee
27365 \end_layout
27366
27367 \end_inset
27368 </cell>
27369 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27370 \begin_inset Text
27371
27372 \begin_layout Plain Layout
27373 \begin_inset ERT
27374 status collapsed
27375
27376 \begin_layout Plain Layout
27377
27378
27379 \backslash
27380 t ee
27381 \end_layout
27382
27383 \end_inset
27384
27385
27386 \end_layout
27387
27388 \end_inset
27389 </cell>
27390 </row>
27391 </lyxtabular>
27392
27393 \end_inset
27394
27395
27396 \begin_inset space \hfill{}
27397 \end_inset
27398
27399
27400 \begin_inset Tabular
27401 <lyxtabular version="3" rows="8" columns="2">
27402 <features tabularvalignment="middle">
27403 <column alignment="block" valignment="top">
27404 <column alignment="center" valignment="top">
27405 <row>
27406 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27407 \begin_inset Text
27408
27409 \begin_layout Plain Layout
27410 Befehl
27411 \end_layout
27412
27413 \end_inset
27414 </cell>
27415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27416 \begin_inset Text
27417
27418 \begin_layout Plain Layout
27419 Ergebnis
27420 \end_layout
27421
27422 \end_inset
27423 </cell>
27424 </row>
27425 <row>
27426 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27427 \begin_inset Text
27428
27429 \begin_layout Plain Layout
27430
27431 \backslash
27432 H
27433 \begin_inset space \textvisiblespace{}
27434 \end_inset
27435
27436 e
27437 \end_layout
27438
27439 \end_inset
27440 </cell>
27441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27442 \begin_inset Text
27443
27444 \begin_layout Plain Layout
27445 \begin_inset ERT
27446 status collapsed
27447
27448 \begin_layout Plain Layout
27449
27450
27451 \backslash
27452 H e
27453 \end_layout
27454
27455 \end_inset
27456
27457
27458 \end_layout
27459
27460 \end_inset
27461 </cell>
27462 </row>
27463 <row>
27464 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27465 \begin_inset Text
27466
27467 \begin_layout Plain Layout
27468
27469 \backslash
27470 'e
27471 \end_layout
27472
27473 \end_inset
27474 </cell>
27475 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27476 \begin_inset Text
27477
27478 \begin_layout Plain Layout
27479 \begin_inset ERT
27480 status collapsed
27481
27482 \begin_layout Plain Layout
27483
27484
27485 \backslash
27486 'e
27487 \end_layout
27488
27489 \end_inset
27490
27491
27492 \end_layout
27493
27494 \end_inset
27495 </cell>
27496 </row>
27497 <row>
27498 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27499 \begin_inset Text
27500
27501 \begin_layout Plain Layout
27502
27503 \backslash
27504 ~e
27505 \begin_inset Index idx
27506 status collapsed
27507
27508 \begin_layout Plain Layout
27509 Tilde
27510 \end_layout
27511
27512 \end_inset
27513
27514
27515 \end_layout
27516
27517 \end_inset
27518 </cell>
27519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27520 \begin_inset Text
27521
27522 \begin_layout Plain Layout
27523 \begin_inset ERT
27524 status collapsed
27525
27526 \begin_layout Plain Layout
27527
27528
27529 \backslash
27530 ~e
27531 \end_layout
27532
27533 \end_inset
27534
27535
27536 \end_layout
27537
27538 \end_inset
27539 </cell>
27540 </row>
27541 <row>
27542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27543 \begin_inset Text
27544
27545 \begin_layout Plain Layout
27546
27547 \backslash
27548 .e
27549 \end_layout
27550
27551 \end_inset
27552 </cell>
27553 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27554 \begin_inset Text
27555
27556 \begin_layout Plain Layout
27557 \begin_inset ERT
27558 status collapsed
27559
27560 \begin_layout Plain Layout
27561
27562
27563 \backslash
27564 .e
27565 \end_layout
27566
27567 \end_inset
27568
27569
27570 \end_layout
27571
27572 \end_inset
27573 </cell>
27574 </row>
27575 <row>
27576 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27577 \begin_inset Text
27578
27579 \begin_layout Plain Layout
27580
27581 \backslash
27582 v
27583 \begin_inset space \textvisiblespace{}
27584 \end_inset
27585
27586 e
27587 \end_layout
27588
27589 \end_inset
27590 </cell>
27591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27592 \begin_inset Text
27593
27594 \begin_layout Plain Layout
27595 \begin_inset ERT
27596 status collapsed
27597
27598 \begin_layout Plain Layout
27599
27600
27601 \backslash
27602 v e
27603 \end_layout
27604
27605 \end_inset
27606
27607
27608 \end_layout
27609
27610 \end_inset
27611 </cell>
27612 </row>
27613 <row>
27614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27615 \begin_inset Text
27616
27617 \begin_layout Plain Layout
27618
27619 \backslash
27620 d
27621 \begin_inset space \textvisiblespace{}
27622 \end_inset
27623
27624 e
27625 \end_layout
27626
27627 \end_inset
27628 </cell>
27629 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27630 \begin_inset Text
27631
27632 \begin_layout Plain Layout
27633 \begin_inset ERT
27634 status collapsed
27635
27636 \begin_layout Plain Layout
27637
27638
27639 \backslash
27640 d e
27641 \end_layout
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \end_inset
27649 </cell>
27650 </row>
27651 <row>
27652 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27653 \begin_inset Text
27654
27655 \begin_layout Plain Layout
27656
27657 \backslash
27658 c
27659 \begin_inset space \textvisiblespace{}
27660 \end_inset
27661
27662 e
27663 \end_layout
27664
27665 \end_inset
27666 </cell>
27667 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27668 \begin_inset Text
27669
27670 \begin_layout Plain Layout
27671 \begin_inset ERT
27672 status collapsed
27673
27674 \begin_layout Plain Layout
27675
27676
27677 \backslash
27678 c e
27679 \end_layout
27680
27681 \end_inset
27682
27683
27684 \end_layout
27685
27686 \end_inset
27687 </cell>
27688 </row>
27689 </lyxtabular>
27690
27691 \end_inset
27692
27693
27694 \begin_inset space \hfill{}
27695 \end_inset
27696
27697
27698 \end_layout
27699
27700 \begin_layout Standard
27701 \begin_inset VSpace medskip
27702 \end_inset
27703
27704 Mit dem Befehl 
27705 \series bold
27706
27707 \backslash
27708 t
27709 \series default
27710  können auch zwei verschiedene Zeichen akzentuiert werden.
27711  Der Befehl 
27712 \series bold
27713
27714 \backslash
27715 t
27716 \begin_inset space \textvisiblespace{}
27717 \end_inset
27718
27719 sz
27720 \series default
27721  ergibt: 
27722 \begin_inset ERT
27723 status collapsed
27724
27725 \begin_layout Plain Layout
27726
27727
27728 \backslash
27729 t sz
27730 \end_layout
27731
27732 \end_inset
27733
27734
27735 \end_layout
27736
27737 \begin_layout Standard
27738 Die Akzente 
27739 \series bold
27740 `
27741 \series default
27742  , 
27743 \series bold
27744 '
27745 \series default
27746  und 
27747 \series bold
27748 ^
27749 \series default
27750  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27751  werden ohne den \SpecialChar TeX
27752 -Modus zu benutzen.
27753  Dasselbe gilt für die Tilde
27754 \begin_inset Foot
27755 status collapsed
27756
27757 \begin_layout Plain Layout
27758 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27759 \end_layout
27760
27761 \end_inset
27762
27763  
27764 \series bold
27765 ~
27766 \series default
27767  in Verbindung mit 
27768 \emph on
27769 a
27770 \emph default
27771  , 
27772 \emph on
27773 n
27774 \emph default
27775  oder 
27776 \emph on
27777 o
27778 \emph default
27779 .
27780 \end_layout
27781
27782 \begin_layout Standard
27783 Die Befehle 
27784 \series bold
27785
27786 \backslash
27787 b
27788 \series default
27789  , 
27790 \series bold
27791
27792 \backslash
27793 c
27794 \series default
27795  , 
27796 \series bold
27797
27798 \backslash
27799 d
27800 \series default
27801  , 
27802 \series bold
27803
27804 \backslash
27805 H
27806 \series default
27807  , 
27808 \series bold
27809
27810 \backslash
27811 t
27812 \series default
27813  , 
27814 \series bold
27815
27816 \backslash
27817 u
27818 \series default
27819  , 
27820 \series bold
27821
27822 \backslash
27823 v
27824 \series default
27825  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27826  Textmodus verfügbar.
27827  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27828  
27829 \begin_inset CommandInset ref
27830 LatexCommand ref
27831 reference "subsec:Akzente-für-ein"
27832
27833 \end_inset
27834
27835 .
27836 \end_layout
27837
27838 \begin_layout Standard
27839 \begin_inset VSpace bigskip
27840 \end_inset
27841
27842 Des Weiteren kann man mit dem Befehl 
27843 \series bold
27844
27845 \backslash
27846 textcircled
27847 \series default
27848
27849 \begin_inset Index idx
27850 status collapsed
27851
27852 \begin_layout Plain Layout
27853 Befehle ! T ! 
27854 \backslash
27855 textcircled
27856 \end_layout
27857
27858 \end_inset
27859
27860 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27861  Kreis setzen, quasi mit einem Kreis akzentuieren.
27862 \end_layout
27863
27864 \begin_layout Standard
27865 \align center
27866 \begin_inset Tabular
27867 <lyxtabular version="3" rows="3" columns="2">
27868 <features tabularvalignment="middle">
27869 <column alignment="center" valignment="top">
27870 <column alignment="center" valignment="top">
27871 <row>
27872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27873 \begin_inset Text
27874
27875 \begin_layout Plain Layout
27876 Befehl
27877 \end_layout
27878
27879 \end_inset
27880 </cell>
27881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27882 \begin_inset Text
27883
27884 \begin_layout Plain Layout
27885 Ergebnis
27886 \begin_inset Note Note
27887 status collapsed
27888
27889 \begin_layout Plain Layout
27890
27891 \series bold
27892
27893 \backslash
27894 raisebox
27895 \series default
27896  in der Formel dient nur als Abstandhalter.
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \end_inset
27905 </cell>
27906 </row>
27907 <row>
27908 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27909 \begin_inset Text
27910
27911 \begin_layout Plain Layout
27912
27913 \backslash
27914 textcircled{w}
27915 \end_layout
27916
27917 \end_inset
27918 </cell>
27919 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27920 \begin_inset Text
27921
27922 \begin_layout Plain Layout
27923 \begin_inset ERT
27924 status collapsed
27925
27926 \begin_layout Plain Layout
27927
27928
27929 \backslash
27930 textcircled{w}
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \end_layout
27937
27938 \end_inset
27939 </cell>
27940 </row>
27941 <row>
27942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27943 \begin_inset Text
27944
27945 \begin_layout Plain Layout
27946
27947 \backslash
27948 Large 
27949 \backslash
27950 textcircled{
27951 \backslash
27952 normalsize
27953 \backslash
27954 protect
27955 \backslash
27956 raisebox{-1.5pt}{W}}
27957 \end_layout
27958
27959 \end_inset
27960 </cell>
27961 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27962 \begin_inset Text
27963
27964 \begin_layout Plain Layout
27965 \begin_inset Formula $\raisebox{4.5mm}{}$
27966 \end_inset
27967
27968
27969 \begin_inset ERT
27970 status collapsed
27971
27972 \begin_layout Plain Layout
27973
27974
27975 \backslash
27976 Large 
27977 \backslash
27978 textcircled{
27979 \backslash
27980 normalsize
27981 \backslash
27982 protect
27983 \backslash
27984 raisebox{-1.5pt}W}
27985 \end_layout
27986
27987 \end_inset
27988
27989
27990 \begin_inset Formula $\raisebox{-2mm}{}$
27991 \end_inset
27992
27993
27994 \end_layout
27995
27996 \end_inset
27997 </cell>
27998 </row>
27999 </lyxtabular>
28000
28001 \end_inset
28002
28003
28004 \end_layout
28005
28006 \begin_layout Standard
28007 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
28008  
28009 \series bold
28010
28011 \backslash
28012 Large
28013 \series default
28014
28015 \begin_inset Foot
28016 status collapsed
28017
28018 \begin_layout Plain Layout
28019 siehe 
28020 \begin_inset CommandInset ref
28021 LatexCommand ref
28022 reference "subsec:Schriftgrößen"
28023
28024 \end_inset
28025
28026
28027 \end_layout
28028
28029 \end_inset
28030
28031  bestimmt dabei die Größe des Kreises.
28032  Mit Hilfe von 
28033 \series bold
28034
28035 \backslash
28036 raisebox
28037 \series default
28038
28039 \begin_inset Foot
28040 status collapsed
28041
28042 \begin_layout Plain Layout
28043 siehe 
28044 \begin_inset CommandInset ref
28045 LatexCommand ref
28046 reference "subsec:Boxen-ohne-Rahmen"
28047
28048 \end_inset
28049
28050
28051 \end_layout
28052
28053 \end_inset
28054
28055  kann man das Zeichen zentrieren.
28056 \end_layout
28057
28058 \begin_layout Subsection
28059 Minuskelziffern
28060 \begin_inset Index idx
28061 status collapsed
28062
28063 \begin_layout Plain Layout
28064 Minuskelziffern
28065 \end_layout
28066
28067 \end_inset
28068
28069
28070 \end_layout
28071
28072 \begin_layout Standard
28073 Minuskelziffern werden mit dem Befehl 
28074 \series bold
28075
28076 \backslash
28077 oldstylenums
28078 \series default
28079
28080 \begin_inset Index idx
28081 status collapsed
28082
28083 \begin_layout Plain Layout
28084 Befehle ! O ! 
28085 \backslash
28086 oldstylenums
28087 \end_layout
28088
28089 \end_inset
28090
28091  erzeugt.
28092  Der Befehl ist sowohl in einer Formel als auch im \SpecialChar TeX
28093 -Modus verwendbar.
28094  Das Befehlsschema lautet:
28095 \end_layout
28096
28097 \begin_layout Standard
28098
28099 \series bold
28100
28101 \backslash
28102 oldstylenums{Ziffer}
28103 \end_layout
28104
28105 \begin_layout Standard
28106 Der Befehl 
28107 \series bold
28108
28109 \backslash
28110 oldstylenums{0123456789
28111 \series default
28112  ergibt: 
28113 \begin_inset Formula $\oldstylenums{0123456789}$
28114 \end_inset
28115
28116
28117 \end_layout
28118
28119 \begin_layout Section
28120 Formelstile
28121 \begin_inset CommandInset label
28122 LatexCommand label
28123 name "sec:Formelstile"
28124
28125 \end_inset
28126
28127
28128 \begin_inset Index idx
28129 status collapsed
28130
28131 \begin_layout Plain Layout
28132 Formel ! Stile
28133 \end_layout
28134
28135 \end_inset
28136
28137
28138 \end_layout
28139
28140 \begin_layout Itemize
28141 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
28142 \begin_inset Separator parbreak
28143 \end_inset
28144
28145
28146 \end_layout
28147
28148 \begin_deeper
28149 \begin_layout Description
28150 Zentriert ist der voreingestellte Standard
28151 \end_layout
28152
28153 \begin_layout Description
28154 Eingerückt dazu muss im Menü 
28155 \family sans
28156 Dokument\SpecialChar menuseparator
28157 Einstellungen
28158 \family default
28159  unter 
28160 \family sans
28161 Dokumentklasse
28162 \family default
28163  die Option 
28164 \series bold
28165 fleqn
28166 \series default
28167  eingeben werden
28168 \end_layout
28169
28170 \begin_layout Standard
28171 Wird 
28172 \series bold
28173 Eingerückt
28174 \series default
28175  verwendet, kann mit der Länge 
28176 \series bold
28177
28178 \backslash
28179 mathindent
28180 \series default
28181
28182 \begin_inset Index idx
28183 status collapsed
28184
28185 \begin_layout Plain Layout
28186 Befehle ! M ! 
28187 \backslash
28188 mathindent
28189 \end_layout
28190
28191 \end_inset
28192
28193  die Einrückung eingestellt werden.
28194  Soll der Abstand 15
28195 \begin_inset space \thinspace{}
28196 \end_inset
28197
28198 mm betragen, gibt man im \SpecialChar LaTeX
28199 -Vorspann die Zeile
28200 \end_layout
28201
28202 \begin_layout Standard
28203
28204 \series bold
28205
28206 \backslash
28207 setlength{
28208 \backslash
28209 mathindent}{15mm}
28210 \end_layout
28211
28212 \begin_layout Standard
28213 ein.
28214  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28215 \begin_inset space \thinspace{}
28216 \end_inset
28217
28218 pt verwendet.
28219 \end_layout
28220
28221 \end_deeper
28222 \begin_layout Itemize
28223 Und zwei verschiedene Nummerierungsstile:
28224 \begin_inset Separator parbreak
28225 \end_inset
28226
28227
28228 \end_layout
28229
28230 \begin_deeper
28231 \begin_layout Description
28232 Rechts ist der voreingestellte Standard
28233 \end_layout
28234
28235 \begin_layout Description
28236 Links dazu muss im Menü 
28237 \family sans
28238 Dokument\SpecialChar menuseparator
28239 Einstellungen
28240 \family default
28241  unter 
28242 \family sans
28243 Dokumentklasse
28244 \family default
28245  die Option 
28246 \series bold
28247 leqno
28248 \series default
28249  eingeben werden
28250 \end_layout
28251
28252 \end_deeper
28253 \begin_layout Standard
28254
28255 \series bold
28256 fleqn
28257 \series default
28258  und 
28259 \series bold
28260 leqno
28261 \series default
28262  können auch gemeinsam verwendet werden.
28263  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28264 n.
28265 \end_layout
28266
28267 \begin_layout Standard
28268 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28269  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28270  ausgerichtete Formeln setzen, verwendet man den Stil 
28271 \series bold
28272 Zentriert
28273 \series default
28274 .
28275  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28276  
28277 \begin_inset CommandInset ref
28278 LatexCommand ref
28279 reference "subsec:Flalign-Umgebung"
28280
28281 \end_inset
28282
28283 .
28284 \end_layout
28285
28286 \begin_layout Section
28287 Mehrzeilige Formeln
28288 \begin_inset CommandInset label
28289 LatexCommand label
28290 name "sec:Mehrzeilige-Formeln"
28291
28292 \end_inset
28293
28294
28295 \begin_inset Index idx
28296 status collapsed
28297
28298 \begin_layout Plain Layout
28299 Formel ! mehrzeilige
28300 \end_layout
28301
28302 \end_inset
28303
28304
28305 \end_layout
28306
28307 \begin_layout Subsection
28308 Allgemeines
28309 \end_layout
28310
28311 \begin_layout Standard
28312 In \SpecialChar LyX
28313  werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28314 \family sans
28315 Strg+Enter
28316 \family default
28317  drückt.
28318  Dies erzeugt entweder eine 
28319 \series bold
28320 eqnarray-Umgebung
28321 \series default
28322 , die in 
28323 \begin_inset CommandInset ref
28324 LatexCommand ref
28325 reference "subsec:Eqnarray-Umgebung"
28326
28327 \end_inset
28328
28329  beschrieben ist oder, wenn die Option 
28330 \family sans
28331 AMS-Mathe-Paket verwenden
28332 \family default
28333  in den Dokumenteinstellungen gewählt ist, eine 
28334 \series bold
28335 align-Umgebung
28336 \series default
28337 , die in 
28338 \begin_inset CommandInset ref
28339 LatexCommand ref
28340 reference "subsec:Standard-align-Umgebung"
28341
28342 \end_inset
28343
28344  beschrieben ist.
28345  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
28346  jedem Fall typographisch korrekt in der Ausgabe.
28347 \end_layout
28348
28349 \begin_layout Standard
28350 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28351 \family sans
28352 Einfügen\SpecialChar menuseparator
28353 Mathe
28354 \family default
28355  erstellt werden können.
28356  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28357 \end_layout
28358
28359 \begin_layout Standard
28360 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28361  man 
28362 \family sans
28363 Strg+Enter
28364 \family default
28365  drückt.
28366  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28367 fe 
28368 \begin_inset Info
28369 type  "icon"
28370 arg   "inset-modify tabular append-row"
28371 \end_inset
28372
28373  bzw.
28374 \begin_inset space \space{}
28375 \end_inset
28376
28377
28378 \begin_inset Info
28379 type  "icon"
28380 arg   "inset-modify tabular delete-row"
28381 \end_inset
28382
28383  oder das Menü 
28384 \family sans
28385 Bearbeiten\SpecialChar menuseparator
28386 Zeilen & Spalten
28387 \family default
28388  verwendet werden.
28389 \end_layout
28390
28391 \begin_layout Subsubsection
28392 Zeilenabstand
28393 \begin_inset CommandInset label
28394 LatexCommand label
28395 name "subsec:Zeilenabstand"
28396
28397 \end_inset
28398
28399
28400 \begin_inset Index idx
28401 status collapsed
28402
28403 \begin_layout Plain Layout
28404 Formel ! mehrzeilige ! Zeilenabstand
28405 \end_layout
28406
28407 \end_inset
28408
28409
28410 \end_layout
28411
28412 \begin_layout Standard
28413 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28414 \begin_inset Formula 
28415 \begin{eqnarray*}
28416 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}\\
28417 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
28418 \end{eqnarray*}
28419
28420 \end_inset
28421
28422
28423 \end_layout
28424
28425 \begin_layout Standard
28426 In \SpecialChar LaTeX
28427  wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbruchbef
28428 ehls angegeben.
28429  Dies ist in \SpecialChar LyX
28430  aber nicht möglich
28431 \begin_inset Foot
28432 status collapsed
28433
28434 \begin_layout Plain Layout
28435 siehe 
28436 \begin_inset CommandInset href
28437 LatexCommand href
28438 name "LyX-Fehler #1505"
28439 target "http://www.lyx.org/trac/ticket/1505"
28440
28441 \end_inset
28442
28443
28444 \end_layout
28445
28446 \end_inset
28447
28448 , weshalb man die ganze Formel im \SpecialChar TeX
28449 -Modus eingeben muss.
28450  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28451  Zeile den Befehl 
28452 \series bold
28453
28454 \backslash
28455
28456 \backslash
28457 [3mm]
28458 \series default
28459  ein.
28460  Damit erhält man: 
28461 \begin_inset ERT
28462 status collapsed
28463
28464 \begin_layout Plain Layout
28465
28466
28467 \backslash
28468 begin{eqnarray*}
28469 \end_layout
28470
28471 \begin_layout Plain Layout
28472
28473 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28474  = & 
28475 \backslash
28476 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28477 \backslash
28478
28479 \backslash
28480 [3mm]
28481 \end_layout
28482
28483 \begin_layout Plain Layout
28484
28485 4x^{2}
28486 \backslash
28487 left(B^{2}+x_{0}^{2}
28488 \backslash
28489 right)+4x_{0}x
28490 \backslash
28491 left(D-B^{2}
28492 \backslash
28493 right)+B^{2}
28494 \backslash
28495 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28496 \backslash
28497 right) & = & 0
28498 \end_layout
28499
28500 \begin_layout Plain Layout
28501
28502
28503 \backslash
28504 end{eqnarray*}
28505 \end_layout
28506
28507 \end_inset
28508
28509
28510 \end_layout
28511
28512 \begin_layout Standard
28513 \begin_inset VSpace bigskip
28514 \end_inset
28515
28516 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28517  man die Länge 
28518 \series bold
28519
28520 \backslash
28521 jot
28522 \series default
28523
28524 \begin_inset Index idx
28525 status collapsed
28526
28527 \begin_layout Plain Layout
28528 Befehle ! J ! 
28529 \backslash
28530 jot
28531 \end_layout
28532
28533 \end_inset
28534
28535 .
28536  Es gilt 
28537 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\,pt+\backslash jot}$
28538 \end_inset
28539
28540 .
28541  Voreingestellt ist für 
28542 \series bold
28543
28544 \backslash
28545 jot
28546 \series default
28547  der Wert 3
28548 \begin_inset space \thinspace{}
28549 \end_inset
28550
28551 pt.
28552  Um wie im vorigen Beispiel 3
28553 \begin_inset space \thinspace{}
28554 \end_inset
28555
28556 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28557 \end_layout
28558
28559 \begin_layout Standard
28560
28561 \series bold
28562
28563 \backslash
28564 setlength{
28565 \backslash
28566 jot}{3mm+3pt}
28567 \end_layout
28568
28569 \begin_layout Standard
28570 im \SpecialChar TeX
28571 -Modus vor der Formel ein.
28572  Das setzt voraus, dass das \SpecialChar LaTeX
28573 -Paket 
28574 \series bold
28575 calc
28576 \series default
28577
28578 \begin_inset Foot
28579 status collapsed
28580
28581 \begin_layout Plain Layout
28582
28583 \series bold
28584 calc
28585 \series default
28586  ist Teil jeder \SpecialChar LaTeX
28587 -Standardinstallation.
28588 \end_layout
28589
28590 \end_inset
28591
28592
28593 \begin_inset Index idx
28594 status collapsed
28595
28596 \begin_layout Plain Layout
28597 Pakete ! calc
28598 \end_layout
28599
28600 \end_inset
28601
28602  im \SpecialChar LaTeX
28603 -Vorspann mit der Zeile
28604 \end_layout
28605
28606 \begin_layout Standard
28607
28608 \series bold
28609
28610 \backslash
28611 usepackage{calc}
28612 \end_layout
28613
28614 \begin_layout Standard
28615 geladen wurde.
28616 \end_layout
28617
28618 \begin_layout Standard
28619 Man erhält: 
28620 \begin_inset ERT
28621 status collapsed
28622
28623 \begin_layout Plain Layout
28624
28625
28626 \backslash
28627 setlength{
28628 \backslash
28629 jot}{3mm+3pt}
28630 \end_layout
28631
28632 \end_inset
28633
28634
28635 \begin_inset Formula 
28636 \begin{eqnarray*}
28637 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}\\
28638 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
28639 \end{eqnarray*}
28640
28641 \end_inset
28642
28643
28644 \end_layout
28645
28646 \begin_layout Standard
28647 \begin_inset ERT
28648 status collapsed
28649
28650 \begin_layout Plain Layout
28651
28652
28653 \backslash
28654 setlength{
28655 \backslash
28656 jot}{3pt}
28657 \end_layout
28658
28659 \end_inset
28660
28661  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28662 \series bold
28663
28664 \backslash
28665 jot
28666 \series default
28667  auf den Wert 3
28668 \begin_inset space \thinspace{}
28669 \end_inset
28670
28671 pt.
28672 \end_layout
28673
28674 \begin_layout Subsubsection
28675 Spaltenabstand
28676 \begin_inset CommandInset label
28677 LatexCommand label
28678 name "subsec:Spaltenabstand"
28679
28680 \end_inset
28681
28682
28683 \begin_inset Index idx
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687 Formel ! mehrzeilige ! Spaltenabstand
28688 \end_layout
28689
28690 \end_inset
28691
28692
28693 \end_layout
28694
28695 \begin_layout Standard
28696 Mehrzeilige Formeln bilden eine Matrix.
28697  Eine Formel in der Eqnarray-Umgebung ist z.
28698 \begin_inset space \thinspace{}
28699 \end_inset
28700
28701 B.
28702  eine dreispaltige Matrix.
28703  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28704  neben den Relationszeichen ändern.
28705 \end_layout
28706
28707 \begin_layout Standard
28708 Der Spaltenabstand wird mit der Länge 
28709 \series bold
28710
28711 \backslash
28712 arraycolsep
28713 \series default
28714
28715 \begin_inset Index idx
28716 status collapsed
28717
28718 \begin_layout Plain Layout
28719 Befehle ! A ! 
28720 \backslash
28721 arraycolsep
28722 \end_layout
28723
28724 \end_inset
28725
28726  festgelegt, wobei gilt:
28727 \begin_inset Newline newline
28728 \end_inset
28729
28730 Spaltenabstand = 2
28731 \begin_inset space \thinspace{}
28732 \end_inset
28733
28734
28735 \series bold
28736
28737 \backslash
28738 arraycolsep
28739 \series default
28740 .
28741 \begin_inset Newline newline
28742 \end_inset
28743
28744 Der im \SpecialChar TeX
28745 -Modus eingegebene Befehl
28746 \end_layout
28747
28748 \begin_layout Standard
28749
28750 \series bold
28751
28752 \backslash
28753 setlength{
28754 \backslash
28755 arraycolsep}{1cm}
28756 \end_layout
28757
28758 \begin_layout Standard
28759 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28760 \begin_inset space \thinspace{}
28761 \end_inset
28762
28763 cm.
28764  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28765 \series bold
28766
28767 \backslash
28768 arraycolsep
28769 \series default
28770  auf 5
28771 \begin_inset space \thinspace{}
28772 \end_inset
28773
28774 pt.
28775 \end_layout
28776
28777 \begin_layout Standard
28778 Eine Formel mit 2
28779 \begin_inset space \thinspace{}
28780 \end_inset
28781
28782 cm Spaltenabstand:
28783 \begin_inset ERT
28784 status collapsed
28785
28786 \begin_layout Plain Layout
28787
28788
28789 \backslash
28790 setlength{
28791 \backslash
28792 arraycolsep}{1cm}
28793 \end_layout
28794
28795 \end_inset
28796
28797
28798 \begin_inset Formula 
28799 \begin{eqnarray*}
28800 A & = & B\\
28801 C & \ne & A
28802 \end{eqnarray*}
28803
28804 \end_inset
28805
28806 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28807 \begin_inset space \thinspace{}
28808 \end_inset
28809
28810 pt:
28811 \begin_inset ERT
28812 status collapsed
28813
28814 \begin_layout Plain Layout
28815
28816
28817 \backslash
28818 setlength{
28819 \backslash
28820 arraycolsep}{5pt}
28821 \end_layout
28822
28823 \end_inset
28824
28825
28826 \begin_inset Formula 
28827 \begin{eqnarray*}
28828 A & = & B\\
28829 C & \ne & A
28830 \end{eqnarray*}
28831
28832 \end_inset
28833
28834
28835 \end_layout
28836
28837 \begin_layout Subsubsection
28838 Lange Formeln
28839 \begin_inset Index idx
28840 status collapsed
28841
28842 \begin_layout Plain Layout
28843 Formel ! lange
28844 \end_layout
28845
28846 \end_inset
28847
28848
28849 \end_layout
28850
28851 \begin_layout Standard
28852 Lange Formeln kann man wie folgt setzen:
28853 \end_layout
28854
28855 \begin_layout Itemize
28856 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28857  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28858 \begin_inset Formula 
28859 \begin{eqnarray}
28860 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 \\
28861  &  & -\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}
28862 \end{eqnarray}
28863
28864 \end_inset
28865
28866 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28867  als Operator, da es das erste Zeichen der Zeile ist.
28868  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28869  Bruchstrich unterscheiden.
28870  Um das zu verhindern, wurde mit dem Befehl 
28871 \series bold
28872
28873 \backslash
28874 hspace
28875 \series default
28876  3
28877 \begin_inset space \thinspace{}
28878 \end_inset
28879
28880 pt Leerraum hinter das Minuszeichen eingefügt.
28881 \begin_inset Foot
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885 mehr zu 
28886 \series bold
28887
28888 \backslash
28889 hspace
28890 \series default
28891  siehe 
28892 \begin_inset CommandInset ref
28893 LatexCommand ref
28894 reference "subsec:Variabler-Leerraum"
28895
28896 \end_inset
28897
28898
28899 \end_layout
28900
28901 \end_inset
28902
28903
28904 \begin_inset Index idx
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908 Befehle ! H ! 
28909 \backslash
28910 hspace
28911 \end_layout
28912
28913 \end_inset
28914
28915
28916 \end_layout
28917
28918 \begin_layout Itemize
28919 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28920 \series bold
28921
28922 \backslash
28923 lefteqn
28924 \series default
28925
28926 \begin_inset Index idx
28927 status collapsed
28928
28929 \begin_layout Plain Layout
28930 Befehle ! L ! 
28931 \backslash
28932 lefteqn
28933 \end_layout
28934
28935 \end_inset
28936
28937 .
28938  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28939  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28940 \begin_inset Formula 
28941 \begin{eqnarray}
28942 \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 \\
28943  &  & -\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 \\
28944  &  & =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}
28945 \end{eqnarray}
28946
28947 \end_inset
28948
28949 Nachdem man 
28950 \series bold
28951
28952 \backslash
28953 lefteqn
28954 \series default
28955  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28956  das gegenüber dem blauen leicht verschoben ist.
28957  In dieses wird die Formel eingegeben.
28958 \begin_inset Newline newline
28959 \end_inset
28960
28961 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28962  eingegeben.
28963  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28964  Einrückung.
28965 \begin_inset VSpace medskip
28966 \end_inset
28967
28968
28969 \begin_inset Newline newline
28970 \end_inset
28971
28972
28973 \begin_inset Note Greyedout
28974 status open
28975
28976 \begin_layout Plain Layout
28977 Bei der Verwendung von 
28978 \series bold
28979
28980 \backslash
28981 lefteqn
28982 \series default
28983  ist Folgendes zu beachten:
28984 \end_layout
28985
28986 \begin_layout Itemize
28987 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28988  Würde man in obigem Beispiel der ersten Zeile den Term 
28989 \begin_inset Formula $-B^{2}$
28990 \end_inset
28991
28992  anfügen, befände sich dieser außerhalb des Seitenrands.
28993  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28994  Leerraum einfügen.
28995 \end_layout
28996
28997 \begin_layout Itemize
28998 Aufgrund eines Fehlers in \SpecialChar LyX
28999  kann der Cursor nicht mit der Maus in die erste
29000  Zeile gesetzt werden.
29001 \begin_inset Foot
29002 status collapsed
29003
29004 \begin_layout Plain Layout
29005 \begin_inset CommandInset href
29006 LatexCommand href
29007 name "LyX-Fehler #1429"
29008 target "http://www.lyx.org/trac/ticket/1429"
29009
29010 \end_inset
29011
29012
29013 \end_layout
29014
29015 \end_inset
29016
29017  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
29018  Pfeiltasten bewegen.
29019 \end_layout
29020
29021 \end_inset
29022
29023
29024 \end_layout
29025
29026 \begin_layout Itemize
29027 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
29028 \begin_inset CommandInset ref
29029 LatexCommand ref
29030 reference "subsec:Multline-Umgebung"
29031
29032 \end_inset
29033
29034  und 
29035 \begin_inset CommandInset ref
29036 LatexCommand ref
29037 reference "subsec:Mehrzeilige-Formelteile"
29038
29039 \end_inset
29040
29041  beschriebenen Umgebungen.
29042 \end_layout
29043
29044 \begin_layout Subsubsection
29045 Mehrzeilige Brüche
29046 \begin_inset CommandInset label
29047 LatexCommand label
29048 name "subsec:Mehrzeilige-Brüche"
29049
29050 \end_inset
29051
29052
29053 \begin_inset Index idx
29054 status collapsed
29055
29056 \begin_layout Plain Layout
29057 Brüche ! mehrzeilige
29058 \end_layout
29059
29060 \end_inset
29061
29062
29063 \end_layout
29064
29065 \begin_layout Standard
29066 Es gibt Fälle, in denen der Zähler und/oder Nenner eines Bruches zu lang
29067  ist als dass der Bruch auf eine Zeile passt.
29068  Es ist dann notwendig einen Zeilenumbruch innerhalb des Bruches einzufügen.
29069  Dazu gibt es den Befehl 
29070 \series bold
29071
29072 \backslash
29073 splitfrac
29074 \series default
29075
29076 \begin_inset Index idx
29077 status collapsed
29078
29079 \begin_layout Plain Layout
29080 Befehle ! S ! 
29081 \backslash
29082 splitfrac
29083 \end_layout
29084
29085 \end_inset
29086
29087 .
29088  Um ihn zu aktivieren, stellt man in den Dokumenteinstellungen unter 
29089 \family sans
29090 Mathe-Optionen
29091 \family default
29092  für das Paket 
29093 \series bold
29094 mathtools
29095 \series default
29096
29097 \begin_inset Index idx
29098 status collapsed
29099
29100 \begin_layout Plain Layout
29101 Pakete ! mathtools
29102 \end_layout
29103
29104 \end_inset
29105
29106  die Option 
29107 \family sans
29108 Immer
29109 \begin_inset space ~
29110 \end_inset
29111
29112 laden
29113 \family default
29114  ein.
29115  
29116 \series bold
29117
29118 \backslash
29119 splitfrac
29120 \series default
29121  hat das Schema
29122 \end_layout
29123
29124 \begin_layout Standard
29125
29126 \series bold
29127
29128 \backslash
29129 splitfrac{erste Zeile}{zweite Zeile}
29130 \end_layout
29131
29132 \begin_layout Standard
29133 und wird als Zähler und/oder Nenner verwendet:
29134 \end_layout
29135
29136 \begin_layout Standard
29137 \begin_inset Formula 
29138 \[
29139 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}
29140 \]
29141
29142 \end_inset
29143
29144 Der Befehl für den ersten Zähler in obiger Formel lautet:
29145 \end_layout
29146
29147 \begin_layout Standard
29148
29149 \series bold
29150
29151 \backslash
29152 splitfrac{xy+xy+xy+xy+xy
29153 \begin_inset space \textvisiblespace{}
29154 \end_inset
29155
29156
29157 \backslash
29158 {+wy+wy+wy+wy
29159 \end_layout
29160
29161 \begin_layout Subsubsection
29162 Mehrzeilige Klammern
29163 \begin_inset CommandInset label
29164 LatexCommand label
29165 name "subsec:Mehrzeilige-Klammern"
29166
29167 \end_inset
29168
29169
29170 \begin_inset Index idx
29171 status collapsed
29172
29173 \begin_layout Plain Layout
29174 Klammern ! mehrzeilige
29175 \end_layout
29176
29177 \end_inset
29178
29179
29180 \end_layout
29181
29182 \begin_layout Standard
29183 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
29184 \begin_inset Formula 
29185 \begin{eqnarray*}
29186 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29187  &  & \left.\cdots+B-D\right]
29188 \end{eqnarray*}
29189
29190 \end_inset
29191
29192
29193 \end_layout
29194
29195 \begin_layout Standard
29196 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
29197  Größe dürfen nicht über mehrere Zeilen gehen.
29198 \end_layout
29199
29200 \begin_layout Standard
29201 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
29202  erste Zeile mit 
29203 \series bold
29204
29205 \backslash
29206 right.
29207 \series default
29208
29209 \begin_inset Index idx
29210 status collapsed
29211
29212 \begin_layout Plain Layout
29213 Befehle ! R ! 
29214 \backslash
29215 right
29216 \end_layout
29217
29218 \end_inset
29219
29220  und beginnt die zweite Zeile mit 
29221 \series bold
29222
29223 \backslash
29224 left.
29225 \begin_inset Foot
29226 status collapsed
29227
29228 \begin_layout Plain Layout
29229 mehr zu 
29230 \series bold
29231
29232 \backslash
29233 left
29234 \series default
29235  und 
29236 \series bold
29237
29238 \backslash
29239 right
29240 \series default
29241  siehe 
29242 \begin_inset CommandInset ref
29243 LatexCommand ref
29244 reference "subsec:Automatische-Klammergrößen"
29245
29246 \end_inset
29247
29248
29249 \end_layout
29250
29251 \end_inset
29252
29253
29254 \series default
29255
29256 \begin_inset Index idx
29257 status collapsed
29258
29259 \begin_layout Plain Layout
29260 Befehle ! L ! 
29261 \backslash
29262 left
29263 \end_layout
29264
29265 \end_inset
29266
29267 .
29268  Nach 
29269 \series bold
29270
29271 \backslash
29272 left.
29273
29274 \series default
29275  gibt man den Befehl 
29276 \series bold
29277
29278 \backslash
29279 vphantom
29280 \series default
29281
29282 \begin_inset space \textvisiblespace{}
29283 \end_inset
29284
29285
29286 \series bold
29287
29288 \backslash
29289 prod
29290 \series default
29291 ^
29292 \begin_inset space \textvisiblespace{}
29293 \end_inset
29294
29295
29296 \series bold
29297
29298 \backslash
29299 infty
29300 \series default
29301
29302 \begin_inset space \textvisiblespace{}
29303 \end_inset
29304
29305
29306 \series bold
29307
29308 \begin_inset Formula $\downarrow$
29309 \end_inset
29310
29311 _R=1}
29312 \series default
29313
29314 \begin_inset Index idx
29315 status collapsed
29316
29317 \begin_layout Plain Layout
29318 Befehle ! V ! 
29319 \backslash
29320 vphantom
29321 \end_layout
29322
29323 \end_inset
29324
29325  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29326  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29327 \end_layout
29328
29329 \begin_layout Standard
29330 Das Ergebnis sieht so aus:
29331 \begin_inset Formula 
29332 \begin{eqnarray*}
29333 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29334  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29335 \end{eqnarray*}
29336
29337 \end_inset
29338
29339
29340 \end_layout
29341
29342 \begin_layout Subsection
29343 Align-Umgebungen
29344 \end_layout
29345
29346 \begin_layout Standard
29347 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29348  werden.
29349  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29350 \end_layout
29351
29352 \begin_layout Standard
29353 Align-Umgebungen bestehen aus Spalten.
29354  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29355  ausgerichtet.
29356  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29357 \end_layout
29358
29359 \begin_layout Standard
29360 Align-Umgebung werden über das Menü 
29361 \family sans
29362 Einfügen\SpecialChar menuseparator
29363 Mathe
29364 \family default
29365  erstellt.
29366  Über das Menü 
29367 \family sans
29368 Bearbeiten\SpecialChar menuseparator
29369 Mathe\SpecialChar menuseparator
29370 Formelart
29371 \begin_inset space ~
29372 \end_inset
29373
29374 ändern
29375 \family default
29376  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29377 \end_layout
29378
29379 \begin_layout Standard
29380 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29381
29382 \begin_inset Info
29383 type  "icon"
29384 arg   "inset-modify tabular append-column"
29385 \end_inset
29386
29387  bzw.
29388 \begin_inset space \space{}
29389 \end_inset
29390
29391
29392 \begin_inset Info
29393 type  "icon"
29394 arg   "inset-modify tabular delete-column"
29395 \end_inset
29396
29397  oder das Menü 
29398 \family sans
29399 Bearbeiten\SpecialChar menuseparator
29400 Zeilen & Spalten
29401 \family default
29402  verwendet werden.
29403 \end_layout
29404
29405 \begin_layout Subsubsection
29406 Standard align-Umgebung
29407 \begin_inset CommandInset label
29408 LatexCommand label
29409 name "subsec:Standard-align-Umgebung"
29410
29411 \end_inset
29412
29413
29414 \begin_inset Index idx
29415 status collapsed
29416
29417 \begin_layout Plain Layout
29418 Formel ! mehrzeilige ! align-Umgebung
29419 \end_layout
29420
29421 \end_inset
29422
29423
29424 \end_layout
29425
29426 \begin_layout Standard
29427 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29428 \family sans
29429 Strg+Enter
29430 \family default
29431  drückt oder das Menü 
29432 \family sans
29433 Einfügen\SpecialChar menuseparator
29434 Mathe\SpecialChar menuseparator
29435 AMS align-Umge\SpecialChar softhyphen
29436 bung
29437 \family default
29438  aufruft.
29439 \end_layout
29440
29441 \begin_layout Standard
29442 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29443 n align-Umgebung erzeugt wurden:
29444 \begin_inset Formula 
29445 \begin{align*}
29446 A & =\sin(B) & C & =D\\
29447 C & \ne A & B & \ne D
29448 \end{align*}
29449
29450 \end_inset
29451
29452 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29453  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29454 \series bold
29455
29456 \backslash
29457 hfill
29458 \begin_inset Foot
29459 status collapsed
29460
29461 \begin_layout Plain Layout
29462 mehr zu 
29463 \series bold
29464
29465 \backslash
29466 hfill
29467 \series default
29468  siehe 
29469 \begin_inset CommandInset ref
29470 LatexCommand ref
29471 reference "subsec:Variabler-Leerraum"
29472
29473 \end_inset
29474
29475
29476 \end_layout
29477
29478 \end_inset
29479
29480
29481 \series default
29482  befinden.
29483  Ist der Formelstil 
29484 \series bold
29485 Eingerückt
29486 \begin_inset Foot
29487 status collapsed
29488
29489 \begin_layout Plain Layout
29490 Formelstile siehe 
29491 \begin_inset CommandInset ref
29492 LatexCommand ref
29493 reference "sec:Formelstile"
29494
29495 \end_inset
29496
29497
29498 \end_layout
29499
29500 \end_inset
29501
29502
29503 \series default
29504  gewählt, wird die Formel ohne den 
29505 \series bold
29506
29507 \backslash
29508 hfill
29509 \series default
29510  vor der ersten Spalte gesetzt.
29511 \end_layout
29512
29513 \begin_layout Subsubsection
29514 Alignat-Umgebung
29515 \begin_inset Index idx
29516 status collapsed
29517
29518 \begin_layout Plain Layout
29519 Formel ! mehrzeilige ! alignat-Umgebung
29520 \end_layout
29521
29522 \end_inset
29523
29524
29525 \end_layout
29526
29527 \begin_layout Standard
29528 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29529  Man kann ihn manuell durch die in 
29530 \begin_inset CommandInset ref
29531 LatexCommand ref
29532 reference "subsec:Leerraum"
29533
29534 \end_inset
29535
29536  beschriebenen Leerräume einfügen.
29537 \end_layout
29538
29539 \begin_layout Standard
29540 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29541  Formel 1
29542 \begin_inset space \thinspace{}
29543 \end_inset
29544
29545 cm Leerraum eingefügt wurde:
29546 \begin_inset Formula 
29547 \begin{alignat*}{2}
29548 A & =\sin(B) & \hspace{1cm}C & =D\\
29549 C & \ne A & B & \ne D
29550 \end{alignat*}
29551
29552 \end_inset
29553
29554 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29555  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29556  Formeln.
29557 \end_layout
29558
29559 \begin_layout Subsubsection
29560 Flalign-Umgebung
29561 \begin_inset CommandInset label
29562 LatexCommand label
29563 name "subsec:Flalign-Umgebung"
29564
29565 \end_inset
29566
29567
29568 \begin_inset Index idx
29569 status collapsed
29570
29571 \begin_layout Plain Layout
29572 Formel ! mehrzeilige ! flalign-Umgebung
29573 \end_layout
29574
29575 \end_inset
29576
29577
29578 \end_layout
29579
29580 \begin_layout Standard
29581 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29582  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29583  Dazu ein Beispiel:
29584 \begin_inset Formula 
29585 \begin{flalign*}
29586 A & =1 & B & =2 & C & =3\\
29587 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29588 \end{flalign*}
29589
29590 \end_inset
29591
29592
29593 \end_layout
29594
29595 \begin_layout Standard
29596 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29597  die letzte Spalte eine leere \SpecialChar TeX
29598 -Klammer ein, kann man einzelne Formeln im
29599  Dokument links setzen obwohl der Formelstil 
29600 \series bold
29601 Zentriert
29602 \series default
29603  eingestellt ist.
29604  Als Beispiel die eingerückte ausgerichtete Formel 
29605 \begin_inset CommandInset ref
29606 LatexCommand eqref
29607 reference "eq:VolInt"
29608
29609 \end_inset
29610
29611 :
29612 \begin_inset Formula 
29613 \begin{flalign}
29614 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29615 \end{flalign}
29616
29617 \end_inset
29618
29619 In den ersten beiden Spalten befindet sich die Formel.
29620  Damit sie wie beim Formelstil 
29621 \series bold
29622 Eingerückt
29623 \series default
29624  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29625 \begin_inset space \thinspace{}
29626 \end_inset
29627
29628 pt Leerraum eingefügt.
29629 \end_layout
29630
29631 \begin_layout Subsection
29632 Eqnarray-Umgebung
29633 \begin_inset CommandInset label
29634 LatexCommand label
29635 name "subsec:Eqnarray-Umgebung"
29636
29637 \end_inset
29638
29639
29640 \begin_inset Index idx
29641 status collapsed
29642
29643 \begin_layout Plain Layout
29644 Formel ! mehrzeilige ! Eqnarray-Umgebung
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \end_layout
29651
29652 \begin_layout Standard
29653 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29654  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29655  ausgerichtet.
29656  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29657  da dieses Kästchen nur für Relationzeichen gedacht ist.
29658 \begin_inset Formula 
29659 \begin{eqnarray*}
29660 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29661 AB & AB & AB\\
29662 A & = & A
29663 \end{eqnarray*}
29664
29665 \end_inset
29666
29667
29668 \end_layout
29669
29670 \begin_layout Subsection
29671 Gather-Umgebung
29672 \begin_inset Index idx
29673 status collapsed
29674
29675 \begin_layout Plain Layout
29676 Formel ! mehrzeilige ! Gather-Umgebung
29677 \end_layout
29678
29679 \end_inset
29680
29681
29682 \end_layout
29683
29684 \begin_layout Standard
29685 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29686  Jede Zeile kann nummeriert werden.
29687 \begin_inset Formula 
29688 \begin{gather}
29689 A=1\\
29690 X=\textrm{-}1
29691 \end{gather}
29692
29693 \end_inset
29694
29695
29696 \end_layout
29697
29698 \begin_layout Subsection
29699 Multline-Umgebung
29700 \begin_inset CommandInset label
29701 LatexCommand label
29702 name "subsec:Multline-Umgebung"
29703
29704 \end_inset
29705
29706
29707 \begin_inset Index idx
29708 status collapsed
29709
29710 \begin_layout Plain Layout
29711 Formel ! mehrzeilige ! Multline-Umgebung
29712 \end_layout
29713
29714 \end_inset
29715
29716
29717 \end_layout
29718
29719 \begin_layout Standard
29720 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29721  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29722  Alle anderen Zeilen sind zentriert.
29723  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29724  Als Beispiel Formel 
29725 \begin_inset CommandInset ref
29726 LatexCommand eqref
29727 reference "eq:lefteqn"
29728
29729 \end_inset
29730
29731  in der multline-Umgebung:
29732 \begin_inset Formula 
29733 \begin{multline}
29734 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}\\
29735 -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}\\
29736 =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}}
29737 \end{multline}
29738
29739 \end_inset
29740
29741
29742 \end_layout
29743
29744 \begin_layout Standard
29745 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29746  nummeriert, wenn rechts (links) nummeriert wird.
29747 \begin_inset Foot
29748 status collapsed
29749
29750 \begin_layout Plain Layout
29751 Nummerierungsstile siehe 
29752 \begin_inset CommandInset ref
29753 LatexCommand ref
29754 reference "sec:Formelstile"
29755
29756 \end_inset
29757
29758
29759 \end_layout
29760
29761 \end_inset
29762
29763
29764 \end_layout
29765
29766 \begin_layout Standard
29767 Mit den Befehlen 
29768 \series bold
29769
29770 \backslash
29771 shoveright
29772 \series default
29773
29774 \begin_inset Index idx
29775 status collapsed
29776
29777 \begin_layout Plain Layout
29778 Befehle ! S ! 
29779 \backslash
29780 shoveright
29781 \end_layout
29782
29783 \end_inset
29784
29785  und 
29786 \series bold
29787
29788 \backslash
29789 shoveleft
29790 \series default
29791
29792 \begin_inset Index idx
29793 status collapsed
29794
29795 \begin_layout Plain Layout
29796 Befehle ! S ! 
29797 \backslash
29798 shoveleft
29799 \end_layout
29800
29801 \end_inset
29802
29803  kann eine zentrierte Zeile rechts bzw.
29804 \begin_inset space \space{}
29805 \end_inset
29806
29807 links ausgerichtet werden.
29808  Die Befehle werden folgendermaßen verwendet:
29809 \end_layout
29810
29811 \begin_layout Standard
29812
29813 \series bold
29814
29815 \backslash
29816 shoveright{Zeileninhalt}
29817 \series default
29818  bzw.
29819 \begin_inset space \space{}
29820 \end_inset
29821
29822
29823 \series bold
29824
29825 \backslash
29826 shoveleft{Zeileninhalt}
29827 \end_layout
29828
29829 \begin_layout Standard
29830 \begin_inset VSpace medskip
29831 \end_inset
29832
29833 Die Länge 
29834 \series bold
29835
29836 \backslash
29837 multlinegap
29838 \series default
29839
29840 \begin_inset Index idx
29841 status collapsed
29842
29843 \begin_layout Plain Layout
29844 Befehle ! M ! 
29845 \backslash
29846 multlinegap
29847 \end_layout
29848
29849 \end_inset
29850
29851  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29852  Voreingestellt ist die Länge 0
29853 \begin_inset space \thinspace{}
29854 \end_inset
29855
29856 pt.
29857 \end_layout
29858
29859 \begin_layout Standard
29860 Als Beispiel obige Formel, vor der im \SpecialChar TeX
29861 -Modus der Befehl
29862 \end_layout
29863
29864 \begin_layout Standard
29865
29866 \series bold
29867
29868 \backslash
29869 setlength{
29870 \backslash
29871 multlinegap}{2cm}
29872 \end_layout
29873
29874 \begin_layout Standard
29875 eingegeben wurde:
29876 \begin_inset ERT
29877 status collapsed
29878
29879 \begin_layout Plain Layout
29880
29881
29882 \backslash
29883 setlength{
29884 \backslash
29885 multlinegap}{2cm}
29886 \end_layout
29887
29888 \end_inset
29889
29890
29891 \begin_inset Formula 
29892 \begin{multline}
29893 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}\\
29894 \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}}\\
29895 =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}}
29896 \end{multline}
29897
29898 \end_inset
29899
29900
29901 \begin_inset ERT
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905
29906
29907 \backslash
29908 setlength{
29909 \backslash
29910 multlinegap}{0pt}
29911 \end_layout
29912
29913 \end_inset
29914
29915
29916 \end_layout
29917
29918 \begin_layout Standard
29919 Die zweite Zeile wurde mit 
29920 \series bold
29921
29922 \backslash
29923 shoveleft
29924 \series default
29925  linksbündig ausgerichtet.
29926 \end_layout
29927
29928 \begin_layout Subsection
29929 Mehrzeilige Formelteile
29930 \begin_inset CommandInset label
29931 LatexCommand label
29932 name "subsec:Mehrzeilige-Formelteile"
29933
29934 \end_inset
29935
29936
29937 \begin_inset Index idx
29938 status collapsed
29939
29940 \begin_layout Plain Layout
29941 Formel ! mehrzeilige ! Formelteile
29942 \end_layout
29943
29944 \end_inset
29945
29946
29947 \end_layout
29948
29949 \begin_layout Standard
29950 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29951  der folgenden Umgebungen: 
29952 \series bold
29953 aligned
29954 \series default
29955
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 .
29968  Sie können über das Menü 
29969 \family sans
29970 Einfügen\SpecialChar menuseparator
29971 Mathe
29972 \family default
29973  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29974 \end_layout
29975
29976 \begin_layout Standard
29977 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29978 n Formel\SpecialChar softhyphen
29979 umgebungen.
29980  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29981  Dazu ein Beispiel:
29982 \begin_inset Formula 
29983 \[
29984 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29985 \Delta E\Delta t & \ge\frac{\hbar}{2}
29986 \end{aligned}
29987 \right\} \textrm{Unbestimmtheitsrelationen}
29988 \]
29989
29990 \end_inset
29991
29992
29993 \end_layout
29994
29995 \begin_layout Standard
29996 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29997  der Befehl 
29998 \series bold
29999
30000 \backslash
30001 aligned
30002 \series default
30003
30004 \begin_inset Index idx
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008 Befehle ! A ! 
30009 \backslash
30010 aligned
30011 \end_layout
30012
30013 \end_inset
30014
30015  eingegeben wird.
30016  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
30017  und Zeilen hinzufügen kann.
30018  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
30019  gesetzt werden.
30020 \end_layout
30021
30022 \begin_layout Standard
30023 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
30024  ausgerichtet sind.
30025  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
30026  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
30027  Als Beispiel Formel 
30028 \begin_inset CommandInset ref
30029 LatexCommand eqref
30030 reference "eq:kurzlang"
30031
30032 \end_inset
30033
30034  in der aligned-Umgebung:
30035 \begin_inset Formula 
30036 \begin{equation}
30037 \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}|}\\
30038  & -\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}|}
30039 \end{aligned}
30040 \end{equation}
30041
30042 \end_inset
30043
30044
30045 \end_layout
30046
30047 \begin_layout Standard
30048 Möchte man die Umgebung 
30049 \series bold
30050 alignedat
30051 \series default
30052
30053 \series bold
30054 gathered
30055 \series default
30056  oder 
30057 \series bold
30058 split
30059 \series default
30060  verwenden, gibt man den Befehl 
30061 \series bold
30062
30063 \backslash
30064 alignedat
30065 \series default
30066 ,
30067 \begin_inset Index idx
30068 status collapsed
30069
30070 \begin_layout Plain Layout
30071 Befehle ! A ! 
30072 \backslash
30073 alignedat
30074 \end_layout
30075
30076 \end_inset
30077
30078  
30079 \series bold
30080
30081 \backslash
30082 gathered
30083 \series default
30084
30085 \begin_inset Index idx
30086 status collapsed
30087
30088 \begin_layout Plain Layout
30089 Befehle ! G ! 
30090 \backslash
30091 gathered
30092 \end_layout
30093
30094 \end_inset
30095
30096  bzw.
30097 \begin_inset space \space{}
30098 \end_inset
30099
30100
30101 \series bold
30102
30103 \backslash
30104 split
30105 \series default
30106
30107 \begin_inset Index idx
30108 status collapsed
30109
30110 \begin_layout Plain Layout
30111 Befehle ! S ! 
30112 \backslash
30113 split
30114 \end_layout
30115
30116 \end_inset
30117
30118  ein.
30119  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
30120  jedoch darf sie nur zwei Spalten enthalten.
30121 \end_layout
30122
30123 \begin_layout Subsection
30124 Text in mehrzeiligen Formeln
30125 \begin_inset CommandInset label
30126 LatexCommand label
30127 name "subsec:Text-in-mehrzeiligen"
30128
30129 \end_inset
30130
30131
30132 \begin_inset Index idx
30133 status collapsed
30134
30135 \begin_layout Plain Layout
30136 Text ! in Formeln
30137 \end_layout
30138
30139 \end_inset
30140
30141
30142 \begin_inset Index idx
30143 status collapsed
30144
30145 \begin_layout Plain Layout
30146 Formel ! mehrzeilige ! Text
30147 \end_layout
30148
30149 \end_inset
30150
30151
30152 \end_layout
30153
30154 \begin_layout Standard
30155 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
30156  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
30157  die Ausrichtung der Spalten nicht beeinflusst.
30158  Dazu wird der Befehl 
30159 \series bold
30160
30161 \backslash
30162 intertext
30163 \series default
30164
30165 \begin_inset Index idx
30166 status collapsed
30167
30168 \begin_layout Plain Layout
30169 Befehle ! I ! 
30170 \backslash
30171 intertext
30172 \end_layout
30173
30174 \end_inset
30175
30176  nach folgendem Schema benutzt:
30177 \end_layout
30178
30179 \begin_layout Standard
30180
30181 \series bold
30182
30183 \backslash
30184 intertext{Text}
30185 \end_layout
30186
30187 \begin_layout Standard
30188 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
30189  werden kann.
30190  Weil \SpecialChar LyX
30191  
30192 \series bold
30193
30194 \backslash
30195 intertext
30196 \series default
30197  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
30198  Text.
30199  
30200 \series bold
30201
30202 \backslash
30203 intertext
30204 \series default
30205  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
30206  dieser Zeile.
30207  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
30208 \begin_inset Formula 
30209 \begin{align}
30210 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30211 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30212 \end{align}
30213
30214 \end_inset
30215
30216
30217 \end_layout
30218
30219 \begin_layout Standard
30220
30221 \series bold
30222
30223 \backslash
30224 intertext
30225 \series default
30226  erzeugt immer etwas vertikalen Leerraum zwischen dem Text und den Formelzeilen.
30227  Um dies zu vermeiden, stellt man in den Dokumenteinstellungen unter 
30228 \family sans
30229 Mathe-Optionen
30230 \family default
30231  für das Paket 
30232 \series bold
30233 mathtools
30234 \series default
30235
30236 \begin_inset Index idx
30237 status collapsed
30238
30239 \begin_layout Plain Layout
30240 Pakete ! mathtools
30241 \end_layout
30242
30243 \end_inset
30244
30245  die Option 
30246 \family sans
30247 Immer
30248 \begin_inset space ~
30249 \end_inset
30250
30251 laden
30252 \family default
30253  ein.
30254  Man kann nun den Befehl 
30255 \series bold
30256
30257 \backslash
30258 shortintertext
30259 \series default
30260
30261 \begin_inset Index idx
30262 status collapsed
30263
30264 \begin_layout Plain Layout
30265 Befehle ! S ! 
30266 \backslash
30267 shortintertext
30268 \end_layout
30269
30270 \end_inset
30271
30272  statt 
30273 \series bold
30274
30275 \backslash
30276 intertext
30277 \series default
30278  verwenden:
30279 \begin_inset Formula 
30280 \begin{align}
30281 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
30282 \shortintertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
30283 \end{align}
30284
30285 \end_inset
30286
30287
30288 \end_layout
30289
30290 \begin_layout Section
30291 Formelnummerierung
30292 \begin_inset Index idx
30293 status collapsed
30294
30295 \begin_layout Plain Layout
30296 Formelnummerierung
30297 \end_layout
30298
30299 \end_inset
30300
30301
30302 \begin_inset Index idx
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306 Formel ! Nummerierung|see
30307 \begin_inset ERT
30308 status collapsed
30309
30310 \begin_layout Plain Layout
30311
30312 {
30313 \end_layout
30314
30315 \end_inset
30316
30317 Formelnummerierung
30318 \begin_inset ERT
30319 status collapsed
30320
30321 \begin_layout Plain Layout
30322
30323 }
30324 \end_layout
30325
30326 \end_inset
30327
30328
30329 \end_layout
30330
30331 \end_inset
30332
30333
30334 \end_layout
30335
30336 \begin_layout Subsection
30337 Allgemeines
30338 \end_layout
30339
30340 \begin_layout Standard
30341 Nummerierte Formeln können mit dem Menü 
30342 \family sans
30343 Einfügen\SpecialChar menuseparator
30344 Mathe\SpecialChar menuseparator
30345 Nummerierte
30346 \begin_inset space ~
30347 \end_inset
30348
30349 Formel
30350 \family default
30351  (Tastenkürzel 
30352 \family sans
30353 Strg+Alt
30354 \begin_inset space ~
30355 \end_inset
30356
30357 N
30358 \family default
30359 ) erstellt, bestehende Formeln über das Menü 
30360 \family sans
30361 Bearbeiten\SpecialChar menuseparator
30362 Mathe\SpecialChar menuseparator
30363 Nummerierung
30364 \begin_inset space ~
30365 \end_inset
30366
30367 an/aus
30368 \family default
30369  (Tastenkürzel 
30370 \family sans
30371 Alt+M
30372 \begin_inset space ~
30373 \end_inset
30374
30375 N
30376 \family default
30377 ) nummeriert werden.
30378  Die Formelnummer erscheint in \SpecialChar LyX
30379  hinter der Formel als Raute in runden Klammern.
30380  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30381 \end_layout
30382
30383 \begin_layout Standard
30384 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30385  Zeilen nummeriert.
30386  Man kann jedoch über das Menü 
30387 \family sans
30388 Bearbeiten\SpecialChar menuseparator
30389 Mathe\SpecialChar menuseparator
30390 Zeilennummerierung an/aus
30391 \family default
30392  (Tastenkürzel 
30393 \family sans
30394 Alt+M
30395 \begin_inset space ~
30396 \end_inset
30397
30398 Shift+N
30399 \family default
30400 ) für jede Zeile die Nummerierung festlegen.
30401 \end_layout
30402
30403 \begin_layout Standard
30404 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30405  werden, siehe 
30406 \begin_inset CommandInset ref
30407 LatexCommand ref
30408 reference "sec:Formelstile"
30409
30410 \end_inset
30411
30412 .
30413 \end_layout
30414
30415 \begin_layout Subsection
30416 Querverweise
30417 \begin_inset Index idx
30418 status collapsed
30419
30420 \begin_layout Plain Layout
30421 Querverweise ! auf Formeln
30422 \end_layout
30423
30424 \end_inset
30425
30426
30427 \end_layout
30428
30429 \begin_layout Standard
30430 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30431  Eine Marke wird mit dem Menü 
30432 \family sans
30433 Einfügen\SpecialChar menuseparator
30434 Marke
30435 \family default
30436  oder dem Werkzeugleistenknopf 
30437 \begin_inset Info
30438 type  "icon"
30439 arg   "label-insert"
30440 \end_inset
30441
30442  gesetzt.
30443  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30444  Alternativ klickt man mit rechts auf die Formel und wählt 
30445 \family sans
30446 Formelmarke
30447 \family default
30448 .
30449  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30450 \series bold
30451 eq:
30452 \series default
30453 , nachdem der eigentliche Markenname eingegeben wird.
30454  Der voreingestellte Eintrag steht für 
30455 \begin_inset Quotes gld
30456 \end_inset
30457
30458 equation
30459 \begin_inset Quotes grd
30460 \end_inset
30461
30462  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30463  einer Formel und nicht zu einem Kapitel gehört.
30464  Um eine Marke zu ändern, wählt man wieder das Menü 
30465 \family sans
30466 Einfügen\SpecialChar menuseparator
30467 Marke
30468 \family default
30469  oder man klickt mit rechts auf eine Formel und dann auf 
30470 \family sans
30471 Formelmarke
30472 \family default
30473 .
30474 \end_layout
30475
30476 \begin_layout Standard
30477 Der Name der Marke erscheint in \SpecialChar LyX
30478  in zwei runden Klammern hinter der Formel.
30479  Eine Formel mit Marke wird immer nummeriert.
30480 \end_layout
30481
30482 \begin_layout Standard
30483 Querverweise werden mit dem Menü 
30484 \family sans
30485 Einfügen\SpecialChar menuseparator
30486 Querverweis
30487 \family default
30488  oder dem Werkzeugleistenknopf 
30489 \begin_inset Info
30490 type  "icon"
30491 arg   "dialog-show-new-inset ref"
30492 \end_inset
30493
30494  eingefügt.
30495  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30496  Wenn man im Querverweis Dialogfenster das Format 
30497 \series bold
30498 (<Querverweis>)
30499 \series default
30500  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30501 \begin_inset Newline newline
30502 \end_inset
30503
30504 Drückt man in \SpecialChar LyX
30505  mit der rechten Maustaste auf einen Querverweis, gelangt
30506  man zur Formel auf die verwiesen wird.
30507 \end_layout
30508
30509 \begin_layout Standard
30510 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30511 \begin_inset Note Note
30512 status open
30513
30514 \begin_layout Plain Layout
30515 Man beachte die unterschiedlichen Querverweistypen.
30516 \end_layout
30517
30518 \end_inset
30519
30520
30521 \end_layout
30522
30523 \begin_layout Standard
30524 Die Gleichungen 
30525 \begin_inset CommandInset ref
30526 LatexCommand eqref
30527 reference "eq:tag"
30528
30529 \end_inset
30530
30531  und 
30532 \begin_inset CommandInset ref
30533 LatexCommand eqref
30534 reference "eq:c"
30535
30536 \end_inset
30537
30538  sind äquivalent.
30539  In (
30540 \begin_inset CommandInset ref
30541 LatexCommand ref
30542 reference "eq:Lat"
30543
30544 \end_inset
30545
30546 ) werden im Gegensatz zu (
30547 \begin_inset CommandInset ref
30548 LatexCommand ref
30549 reference "eq:Roem"
30550
30551 \end_inset
30552
30553 ) große lateinische Buchstaben zur Nummerierung verwendet.
30554 \end_layout
30555
30556 \begin_layout Standard
30557 \begin_inset VSpace medskip
30558 \end_inset
30559
30560 Ist im Argument von 
30561 \series bold
30562
30563 \backslash
30564 tag
30565 \begin_inset Foot
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570 \series bold
30571
30572 \backslash
30573 tag
30574 \series default
30575  ist in 
30576 \begin_inset CommandInset ref
30577 LatexCommand ref
30578 reference "subsec:Benutzerdefinierte-Nummerierung"
30579
30580 \end_inset
30581
30582  beschrieben.
30583 \end_layout
30584
30585 \end_inset
30586
30587
30588 \series default
30589  wie in 
30590 \begin_inset CommandInset ref
30591 LatexCommand ref
30592 reference "subsec:Absatzboxen"
30593
30594 \end_inset
30595
30596  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30597 \end_layout
30598
30599 \begin_layout Subsection
30600 Unternummerierung
30601 \begin_inset Index idx
30602 status collapsed
30603
30604 \begin_layout Plain Layout
30605 Formelnummerierung ! Unternummerierung
30606 \end_layout
30607
30608 \end_inset
30609
30610
30611 \end_layout
30612
30613 \begin_layout Standard
30614 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30615  
30616 \begin_inset Newline newline
30617 \end_inset
30618
30619
30620 \series bold
30621
30622 \backslash
30623 begin{subequations}
30624 \series default
30625  und 
30626 \series bold
30627
30628 \backslash
30629 end{subequations}
30630 \series default
30631  erreichen.
30632  Beide Befehle werden im \SpecialChar TeX
30633 -Modus eingegeben.
30634 \end_layout
30635
30636 \begin_layout Standard
30637 Dazu ein Beispiel:
30638 \begin_inset Formula 
30639 \begin{equation}
30640 A=C-B\label{eq:a}
30641 \end{equation}
30642
30643 \end_inset
30644
30645
30646 \begin_inset ERT
30647 status collapsed
30648
30649 \begin_layout Plain Layout
30650
30651
30652 \backslash
30653 addtocounter{equation}{-1}
30654 \end_layout
30655
30656 \end_inset
30657
30658
30659 \begin_inset ERT
30660 status collapsed
30661
30662 \begin_layout Plain Layout
30663
30664
30665 \backslash
30666 begin{subequations}
30667 \end_layout
30668
30669 \end_inset
30670
30671
30672 \begin_inset VSpace -5mm
30673 \end_inset
30674
30675
30676 \begin_inset Formula 
30677 \begin{equation}
30678 B=C-A\label{eq:b}
30679 \end{equation}
30680
30681 \end_inset
30682
30683
30684 \begin_inset Formula 
30685 \begin{equation}
30686 C=A+B\label{eq:c}
30687 \end{equation}
30688
30689 \end_inset
30690
30691
30692 \end_layout
30693
30694 \begin_layout Standard
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 end{subequations}
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \end_layout
30709
30710 \begin_layout Standard
30711 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30712 \end_layout
30713
30714 \begin_layout Enumerate
30715 erste Formel eingeben
30716 \end_layout
30717
30718 \begin_layout Enumerate
30719
30720 \series bold
30721
30722 \backslash
30723 addtocounter{equation}{-1} 
30724 \backslash
30725 begin{subequations}
30726 \begin_inset Index idx
30727 status collapsed
30728
30729 \begin_layout Plain Layout
30730 Befehle ! A ! 
30731 \backslash
30732 addtocounter
30733 \end_layout
30734
30735 \end_inset
30736
30737
30738 \begin_inset Newline newline
30739 \end_inset
30740
30741
30742 \series default
30743 nach der ersten Formel einfügen
30744 \end_layout
30745
30746 \begin_layout Enumerate
30747 zweite Formel eingeben
30748 \end_layout
30749
30750 \begin_layout Enumerate
30751 dritte Formel eingeben
30752 \end_layout
30753
30754 \begin_layout Enumerate
30755
30756 \series bold
30757
30758 \backslash
30759 end{subequations}
30760 \series default
30761  nach der dritten Formel einfügen
30762 \end_layout
30763
30764 \begin_layout Standard
30765 Jede Formel, die zwischen den Befehlen 
30766 \series bold
30767
30768 \backslash
30769 begin
30770 \series default
30771  und 
30772 \series bold
30773
30774 \backslash
30775 end
30776 \series default
30777  steht, wird mit a, b, c, \SpecialChar ldots
30778  untergliedert.
30779  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30780  Alle untergliederten Formeln gelten als 
30781 \emph on
30782 eine
30783 \emph default
30784  nummerierte Formel.
30785  Da jede nummerierte Formel den Formelzähler 
30786 \series bold
30787 equation
30788 \series default
30789  um Eins erhöht, ist der Befehl 
30790 \series bold
30791
30792 \backslash
30793 addtocounter
30794 \series default
30795  notwendig um den Zähler wieder zu erniedrigen.
30796  Ansonsten würden die Formeln 
30797 \begin_inset CommandInset ref
30798 LatexCommand eqref
30799 reference "eq:a"
30800
30801 \end_inset
30802
30803
30804 \begin_inset CommandInset ref
30805 LatexCommand eqref
30806 reference "eq:b"
30807
30808 \end_inset
30809
30810
30811 \begin_inset CommandInset ref
30812 LatexCommand eqref
30813 reference "eq:c"
30814
30815 \end_inset
30816
30817  als 
30818 \begin_inset CommandInset ref
30819 LatexCommand eqref
30820 reference "eq:a"
30821
30822 \end_inset
30823
30824
30825 \begin_inset CommandInset ref
30826 LatexCommand eqref
30827 reference "eq:d"
30828
30829 \end_inset
30830
30831
30832 \begin_inset CommandInset ref
30833 LatexCommand eqref
30834 reference "eq:f"
30835
30836 \end_inset
30837
30838  nummeriert werden.
30839 \end_layout
30840
30841 \begin_layout Standard
30842 Durch die Eingabe der Befehle im \SpecialChar TeX
30843 -Modus wird zwischen den ersten beiden
30844  Formeln automatisch etwas Leerraum erstellt.
30845  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30846 \series bold
30847
30848 \backslash
30849 begin{subequations}
30850 \series default
30851  -5
30852 \begin_inset space \thinspace{}
30853 \end_inset
30854
30855 mm vertikalen Leerraum ein.
30856  Ist der Formelstil 
30857 \series bold
30858 Eingerückt
30859 \begin_inset Foot
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863 Formelstile siehe 
30864 \begin_inset CommandInset ref
30865 LatexCommand ref
30866 reference "sec:Formelstile"
30867
30868 \end_inset
30869
30870
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \series default
30877  gewählt, fügt man -7
30878 \begin_inset space \thinspace{}
30879 \end_inset
30880
30881 mm Leerraum ein.
30882 \end_layout
30883
30884 \begin_layout Standard
30885 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30886  der zweiten Zeile abgeschaltet wurde:
30887 \begin_inset ERT
30888 status collapsed
30889
30890 \begin_layout Plain Layout
30891
30892
30893 \backslash
30894 begin{subequations}
30895 \end_layout
30896
30897 \end_inset
30898
30899
30900 \begin_inset Formula 
30901 \begin{eqnarray}
30902 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30903  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30904  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30905 \end{eqnarray}
30906
30907 \end_inset
30908
30909
30910 \begin_inset ERT
30911 status collapsed
30912
30913 \begin_layout Plain Layout
30914
30915
30916 \backslash
30917 end{subequations}
30918 \end_layout
30919
30920 \end_inset
30921
30922
30923 \end_layout
30924
30925 \begin_layout Subsection
30926 Benutzerdefinierte Nummerierung
30927 \begin_inset CommandInset label
30928 LatexCommand label
30929 name "subsec:Benutzerdefinierte-Nummerierung"
30930
30931 \end_inset
30932
30933
30934 \begin_inset Index idx
30935 status collapsed
30936
30937 \begin_layout Plain Layout
30938 Formelnummerierung ! benutzerdefinierte
30939 \end_layout
30940
30941 \end_inset
30942
30943
30944 \end_layout
30945
30946 \begin_layout Standard
30947 \begin_inset Index idx
30948 status collapsed
30949
30950 \begin_layout Plain Layout
30951 Formelnummerierung ! eigene Klammern
30952 \end_layout
30953
30954 \end_inset
30955
30956 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30957  gesetzt.
30958  Will man diese Klammern z.
30959 \begin_inset space \thinspace{}
30960 \end_inset
30961
30962 B.
30963  durch senkrechte Striche ersetzen, gibt man im \SpecialChar LaTeX
30964 -Vorspann Folgendes an:
30965 \end_layout
30966
30967 \begin_layout Standard
30968
30969 \series bold
30970
30971 \backslash
30972 def
30973 \backslash
30974 tagform@#1{
30975 \backslash
30976 maketag@@@{|#1|}}
30977 \series default
30978
30979 \begin_inset Note Note
30980 status collapsed
30981
30982 \begin_layout Plain Layout
30983 Dieses Makro ist zum Testen bereits im \SpecialChar LaTeX
30984 -Vorspann angegeben.
30985  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30986  werden.
30987 \end_layout
30988
30989 \end_inset
30990
30991
30992 \end_layout
30993
30994 \begin_layout Standard
30995 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30996 \series bold
30997 #1
30998 \series default
30999  durch ein oder mehrere gewünschte Zeichen.
31000  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
31001 \end_layout
31002
31003 \begin_layout Standard
31004 \begin_inset VSpace bigskip
31005 \end_inset
31006
31007 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
31008  hinter der Formel stehen, benutzt man den Befehl 
31009 \series bold
31010
31011 \backslash
31012 tag
31013 \series default
31014
31015 \begin_inset Index idx
31016 status collapsed
31017
31018 \begin_layout Plain Layout
31019 Befehle ! T ! 
31020 \backslash
31021 tag
31022 \end_layout
31023
31024 \end_inset
31025
31026 :
31027 \begin_inset Formula 
31028 \begin{equation}
31029 A+B=C\tag{etwas}\label{eq:tag}
31030 \end{equation}
31031
31032 \end_inset
31033
31034  In diesem Beispiel wurde in der Formel der Befehl 
31035 \series bold
31036
31037 \backslash
31038 tag
31039 \series default
31040
31041 \begin_inset space \textvisiblespace{}
31042 \end_inset
31043
31044
31045 \series bold
31046 etwas
31047 \series default
31048  eingegeben.
31049 \end_layout
31050
31051 \begin_layout Standard
31052 Gibt man stattdessen 
31053 \series bold
31054
31055 \backslash
31056 tag*
31057 \series default
31058
31059 \begin_inset space \textvisiblespace{}
31060 \end_inset
31061
31062
31063 \series bold
31064 etwas
31065 \series default
31066  ein, verhindert der Stern die Klammern um den Ausdruck:
31067 \begin_inset Formula 
31068 \[
31069 A+B=C\tag*{etwas}
31070 \]
31071
31072 \end_inset
31073
31074
31075 \end_layout
31076
31077 \begin_layout Standard
31078 \begin_inset VSpace bigskip
31079 \end_inset
31080
31081 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
31082  oder 
31083 \begin_inset ERT
31084 status collapsed
31085
31086 \begin_layout Plain Layout
31087
31088
31089 \backslash
31090 mbox{
31091 \end_layout
31092
31093 \end_inset
31094
31095 -abschnitt
31096 \begin_inset ERT
31097 status collapsed
31098
31099 \begin_layout Plain Layout
31100
31101 }
31102 \end_layout
31103
31104 \end_inset
31105
31106
31107 \begin_inset Note Note
31108 status collapsed
31109
31110 \begin_layout Plain Layout
31111 Der Befehl 
31112 \series bold
31113
31114 \backslash
31115 mbox
31116 \series default
31117  verhindert, dass am Bindestrich umgebrochen wird.
31118 \end_layout
31119
31120 \end_inset
31121
31122  beginnt, verwendet man folgende \SpecialChar LaTeX
31123 -Vorspannzeile:
31124 \end_layout
31125
31126 \begin_layout Standard
31127
31128 \series bold
31129
31130 \backslash
31131 @addtoreset{equation}{part}
31132 \series default
31133
31134 \begin_inset Index idx
31135 status collapsed
31136
31137 \begin_layout Plain Layout
31138 Befehle ! 
31139 \begin_inset ERT
31140 status collapsed
31141
31142 \begin_layout Plain Layout
31143
31144 "
31145 \end_layout
31146
31147 \end_inset
31148
31149 @
31150 \begin_inset ERT
31151 status collapsed
31152
31153 \begin_layout Plain Layout
31154
31155 "
31156 \end_layout
31157
31158 \end_inset
31159
31160  ! 
31161 \backslash
31162
31163 \begin_inset ERT
31164 status collapsed
31165
31166 \begin_layout Plain Layout
31167
31168 "
31169 \end_layout
31170
31171 \end_inset
31172
31173 @
31174 \begin_inset ERT
31175 status collapsed
31176
31177 \begin_layout Plain Layout
31178
31179 "
31180 \end_layout
31181
31182 \end_inset
31183
31184 addtoreset
31185 \end_layout
31186
31187 \end_inset
31188
31189
31190 \begin_inset Newline newline
31191 \end_inset
31192
31193 bzw.
31194 \begin_inset Newline newline
31195 \end_inset
31196
31197
31198 \series bold
31199
31200 \backslash
31201 @addtoreset{equation}{section}
31202 \end_layout
31203
31204 \begin_layout Standard
31205 Um diese Befehle im \SpecialChar TeX
31206 -Modus benutzen zu können, muss das 
31207 \begin_inset Quotes gld
31208 \end_inset
31209
31210 @
31211 \begin_inset Quotes grd
31212 \end_inset
31213
31214  Zeichen für \SpecialChar LaTeX
31215  mit dem Befehl 
31216 \series bold
31217
31218 \backslash
31219 makeatletter
31220 \series default
31221  
31222 \begin_inset Quotes gld
31223 \end_inset
31224
31225 aktiv
31226 \begin_inset Quotes grd
31227 \end_inset
31228
31229  gemacht werden.
31230  Der Befehl 
31231 \series bold
31232
31233 \backslash
31234 makeatother
31235 \series default
31236  macht dies wieder rückgängig.
31237  Daher ist die Befehlssequenz im \SpecialChar TeX
31238 -Modus:
31239 \end_layout
31240
31241 \begin_layout Standard
31242
31243 \series bold
31244
31245 \backslash
31246 makeatletter
31247 \begin_inset Newline newline
31248 \end_inset
31249
31250
31251 \backslash
31252 @addtoreset{equation}{section}
31253 \begin_inset Newline newline
31254 \end_inset
31255
31256
31257 \backslash
31258 makeatother
31259 \end_layout
31260
31261 \begin_layout Standard
31262 Im \SpecialChar LaTeX
31263 -Vorspann können 
31264 \series bold
31265
31266 \backslash
31267 makeatletter
31268 \series default
31269  und 
31270 \series bold
31271
31272 \backslash
31273 makeatother
31274 \series default
31275  weggelassen werden, da \SpecialChar LyX
31276  sie automatisch intern einfügt.
31277 \end_layout
31278
31279 \begin_layout Standard
31280 Um 
31281 \series bold
31282
31283 \backslash
31284 @addtoreset
31285 \series default
31286  rückgängig zu machen, muss die Datei 
31287 \series bold
31288 remreset.sty
31289 \series default
31290
31291 \begin_inset Foot
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295
31296 \series bold
31297 remreset
31298 \series default
31299  ist Teil des \SpecialChar LaTeX
31300 -Paketes 
31301 \series bold
31302 carlisle
31303 \series default
31304
31305 \begin_inset Index idx
31306 status collapsed
31307
31308 \begin_layout Plain Layout
31309 Pakete ! carlisle
31310 \end_layout
31311
31312 \end_inset
31313
31314 , das Teil jeder \SpecialChar LaTeX
31315 -Standardinstallation ist.
31316 \end_layout
31317
31318 \end_inset
31319
31320
31321 \begin_inset Index idx
31322 status collapsed
31323
31324 \begin_layout Plain Layout
31325 Pakete ! remreset
31326 \end_layout
31327
31328 \end_inset
31329
31330  im \SpecialChar LaTeX
31331 -Vorspann mit der Zeile
31332 \end_layout
31333
31334 \begin_layout Standard
31335
31336 \series bold
31337
31338 \backslash
31339 usepackage{remreset}
31340 \end_layout
31341
31342 \begin_layout Standard
31343 geladen werden.
31344  Dann kann der Befehl 
31345 \series bold
31346
31347 \backslash
31348 @removefromreset
31349 \series default
31350
31351 \begin_inset Index idx
31352 status collapsed
31353
31354 \begin_layout Plain Layout
31355 Befehle ! 
31356 \begin_inset ERT
31357 status collapsed
31358
31359 \begin_layout Plain Layout
31360
31361 "
31362 \end_layout
31363
31364 \end_inset
31365
31366 @
31367 \begin_inset ERT
31368 status collapsed
31369
31370 \begin_layout Plain Layout
31371
31372 "
31373 \end_layout
31374
31375 \end_inset
31376
31377  ! 
31378 \backslash
31379
31380 \begin_inset ERT
31381 status collapsed
31382
31383 \begin_layout Plain Layout
31384
31385 "
31386 \end_layout
31387
31388 \end_inset
31389
31390 @
31391 \begin_inset ERT
31392 status collapsed
31393
31394 \begin_layout Plain Layout
31395
31396 "
31397 \end_layout
31398
31399 \end_inset
31400
31401 removefromreset
31402 \end_layout
31403
31404 \end_inset
31405
31406  mit dem selben Schema wie 
31407 \series bold
31408
31409 \backslash
31410 @addtoreset
31411 \series default
31412  benutzt werden.
31413 \end_layout
31414
31415 \begin_layout Standard
31416 \begin_inset VSpace bigskip
31417 \end_inset
31418
31419 Oftmals möchte man Formeln in folgender Art nummerieren:
31420 \end_layout
31421
31422 \begin_layout Standard
31423
31424 \family typewriter
31425 (Kapitelnummer.Formelnummer)
31426 \end_layout
31427
31428 \begin_layout Standard
31429 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31430 \end_layout
31431
31432 \begin_layout Standard
31433 Für diesen Fall gibt es den Befehl 
31434 \series bold
31435
31436 \backslash
31437 numberwithin
31438 \series default
31439
31440 \begin_inset Index idx
31441 status collapsed
31442
31443 \begin_layout Plain Layout
31444 Befehle ! N ! 
31445 \backslash
31446 numberwithin
31447 \end_layout
31448
31449 \end_inset
31450
31451 , der nach folgendem Schema benutzt wird:
31452 \end_layout
31453
31454 \begin_layout Standard
31455
31456 \series bold
31457
31458 \backslash
31459 numberwithin{Zähler}{Gliederung}
31460 \end_layout
31461
31462 \begin_layout Standard
31463 Zähler gibt an, welche Nummerierung betroffen ist.
31464  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31465 \end_layout
31466
31467 \begin_layout Standard
31468 In unserem Fall gibt man demnach folgende \SpecialChar LaTeX
31469 -Vorspann- oder \SpecialChar TeX
31470 -Code-Zeile ein:
31471 \end_layout
31472
31473 \begin_layout Standard
31474
31475 \series bold
31476
31477 \backslash
31478 numberwithin{equation}{section}
31479 \end_layout
31480
31481 \begin_layout Standard
31482 Das ist das Ergebnis:
31483 \begin_inset ERT
31484 status collapsed
31485
31486 \begin_layout Plain Layout
31487
31488
31489 \backslash
31490 numberwithin{equation}{section}
31491 \end_layout
31492
31493 \end_inset
31494
31495
31496 \begin_inset Formula 
31497 \begin{equation}
31498 A+B=C
31499 \end{equation}
31500
31501 \end_inset
31502
31503
31504 \end_layout
31505
31506 \begin_layout Standard
31507 Möchte man z.
31508 \begin_inset space \thinspace{}
31509 \end_inset
31510
31511 B.
31512  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31513  gibt man 
31514 \series bold
31515
31516 \backslash
31517 numberwithin{table}{part}
31518 \series default
31519  ein.
31520 \end_layout
31521
31522 \begin_layout Standard
31523 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31524 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31525  folgenden Befehl als \SpecialChar TeX
31526 -Code oder als \SpecialChar LaTeX
31527 -Vorspannzeile ein:
31528 \end_layout
31529
31530 \begin_layout Standard
31531
31532 \series bold
31533
31534 \backslash
31535 renewcommand{
31536 \backslash
31537 theequation}{
31538 \backslash
31539 arabic{equation}}
31540 \begin_inset Index idx
31541 status collapsed
31542
31543 \begin_layout Plain Layout
31544 Befehle ! A ! 
31545 \backslash
31546 arabic
31547 \end_layout
31548
31549 \end_inset
31550
31551
31552 \series default
31553
31554 \begin_inset ERT
31555 status collapsed
31556
31557 \begin_layout Plain Layout
31558
31559
31560 \backslash
31561 renewcommand{
31562 \backslash
31563 theequation}{
31564 \backslash
31565 arabic{equation}}
31566 \end_layout
31567
31568 \end_inset
31569
31570
31571 \series bold
31572
31573 \begin_inset Newline newline
31574 \end_inset
31575
31576
31577 \series default
31578 bzw.
31579 \series bold
31580
31581 \begin_inset Newline newline
31582 \end_inset
31583
31584
31585 \backslash
31586 renewcommand{
31587 \backslash
31588 thetable}{
31589 \backslash
31590 arabic{table}}
31591 \end_layout
31592
31593 \begin_layout Standard
31594
31595 \series bold
31596
31597 \backslash
31598 numberwithin
31599 \series default
31600  benutzt intern den oben beschriebenen Befehl 
31601 \series bold
31602
31603 \backslash
31604 @addtoreset
31605 \series default
31606 , der ebenfalls rückgängig gemacht werden muss.
31607 \begin_inset ERT
31608 status collapsed
31609
31610 \begin_layout Plain Layout
31611
31612
31613 \backslash
31614 makeatletter
31615 \end_layout
31616
31617 \begin_layout Plain Layout
31618
31619
31620 \backslash
31621 @removefromreset{equation}{section}
31622 \end_layout
31623
31624 \begin_layout Plain Layout
31625
31626
31627 \backslash
31628 makeatother
31629 \end_layout
31630
31631 \end_inset
31632
31633
31634 \end_layout
31635
31636 \begin_layout Subsection
31637 Nummerierung mit römischen Zahlen und Buchstaben
31638 \begin_inset Index idx
31639 status collapsed
31640
31641 \begin_layout Plain Layout
31642 Formelnummerierung ! mit Buchstaben
31643 \end_layout
31644
31645 \end_inset
31646
31647
31648 \begin_inset Index idx
31649 status collapsed
31650
31651 \begin_layout Plain Layout
31652 Formelnummerierung ! mit römischen Zahlen
31653 \end_layout
31654
31655 \end_inset
31656
31657
31658 \end_layout
31659
31660 \begin_layout Standard
31661 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31662  werden.
31663  Um z.
31664 \begin_inset space \thinspace{}
31665 \end_inset
31666
31667 B.
31668  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31669  \SpecialChar TeX
31670 -Modus den Befehl
31671 \end_layout
31672
31673 \begin_layout Standard
31674
31675 \series bold
31676
31677 \backslash
31678 renewcommand{
31679 \backslash
31680 theequation}{
31681 \backslash
31682 roman{equation}}
31683 \end_layout
31684
31685 \begin_layout Standard
31686 ein.
31687  
31688 \series bold
31689
31690 \backslash
31691 renewcommand
31692 \series default
31693
31694 \begin_inset Index idx
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698 Befehle ! R ! 
31699 \backslash
31700 renewcommand
31701 \end_layout
31702
31703 \end_inset
31704
31705  weist dem vordefinierten Befehl 
31706 \series bold
31707
31708 \backslash
31709 theequation
31710 \series default
31711  den Befehl
31712 \begin_inset Newline linebreak
31713 \end_inset
31714
31715
31716 \series bold
31717
31718 \backslash
31719 roman{equation}
31720 \series default
31721  zu.
31722 \begin_inset Foot
31723 status collapsed
31724
31725 \begin_layout Plain Layout
31726 Der Befehl 
31727 \series bold
31728
31729 \backslash
31730 renewcommand
31731 \series default
31732  besitzt dasselbe Schema wie der in 
31733 \begin_inset CommandInset ref
31734 LatexCommand ref
31735 reference "subsec:Der-Befehl-newcommand"
31736
31737 \end_inset
31738
31739  beschriebene Befehl
31740 \begin_inset Newline newline
31741 \end_inset
31742
31743
31744 \series bold
31745
31746 \backslash
31747 newcommand
31748 \series default
31749 .
31750 \end_layout
31751
31752 \end_inset
31753
31754  
31755 \series bold
31756 equation
31757 \series default
31758  ist der Formelzähler.
31759  Stellt man einem Zähler den Befehl 
31760 \series bold
31761
31762 \backslash
31763 the
31764 \series default
31765  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31766  wird.
31767  Gibt man an, dass eine Formel nummeriert wird, setzt \SpecialChar LaTeX
31768  intern den Befehl
31769  
31770 \series bold
31771
31772 \backslash
31773 theequation
31774 \series default
31775  hinter die Formel.
31776  
31777 \series bold
31778
31779 \backslash
31780 roman{equation}
31781 \begin_inset Index idx
31782 status collapsed
31783
31784 \begin_layout Plain Layout
31785 Befehle ! R ! 
31786 \backslash
31787 roman
31788 \end_layout
31789
31790 \end_inset
31791
31792
31793 \series default
31794  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31795 \end_layout
31796
31797 \begin_layout Standard
31798 Alle Formeln nach dem 
31799 \series bold
31800
31801 \backslash
31802 renewcommand
31803 \series default
31804 -Befehl werden nun römisch nummeriert.
31805  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31806  den Befehl erneut ein, ersetzt aber 
31807 \series bold
31808
31809 \backslash
31810 roman
31811 \series default
31812  durch 
31813 \series bold
31814
31815 \backslash
31816 Roman
31817 \series default
31818
31819 \begin_inset Index idx
31820 status collapsed
31821
31822 \begin_layout Plain Layout
31823 Befehle ! R ! 
31824 \backslash
31825 roman@
31826 \backslash
31827 Roman
31828 \end_layout
31829
31830 \end_inset
31831
31832 .
31833  Für die 
31834 \begin_inset Quotes gld
31835 \end_inset
31836
31837 Nummerierung
31838 \begin_inset Quotes grd
31839 \end_inset
31840
31841  mit lateinischen Buchstaben gibt es den Befehl 
31842 \series bold
31843
31844 \backslash
31845 alph
31846 \series default
31847
31848 \begin_inset Index idx
31849 status collapsed
31850
31851 \begin_layout Plain Layout
31852 Befehle ! A ! 
31853 \backslash
31854 alph
31855 \end_layout
31856
31857 \end_inset
31858
31859  für kleine und 
31860 \series bold
31861
31862 \backslash
31863 Alph
31864 \series default
31865
31866 \begin_inset Index idx
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 Befehle ! A ! 
31871 \backslash
31872 alph@
31873 \backslash
31874 Alph
31875 \end_layout
31876
31877 \end_inset
31878
31879  für große Buchstaben.
31880 \end_layout
31881
31882 \begin_layout Standard
31883 \begin_inset Note Greyedout
31884 status open
31885
31886 \begin_layout Plain Layout
31887
31888 \series bold
31889 \color none
31890 Achtung:
31891 \series default
31892  Es können nur maximal 26
31893 \begin_inset space ~
31894 \end_inset
31895
31896 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
31897 \end_layout
31898
31899 \end_inset
31900
31901
31902 \end_layout
31903
31904 \begin_layout Standard
31905 \begin_inset ERT
31906 status collapsed
31907
31908 \begin_layout Plain Layout
31909
31910
31911 \backslash
31912 renewcommand{
31913 \backslash
31914 theequation}{
31915 \backslash
31916 roman{equation}}
31917 \end_layout
31918
31919 \end_inset
31920
31921
31922 \end_layout
31923
31924 \begin_layout Standard
31925 \begin_inset Formula 
31926 \begin{equation}
31927 A=\textrm{römisch}
31928 \end{equation}
31929
31930 \end_inset
31931
31932
31933 \begin_inset ERT
31934 status collapsed
31935
31936 \begin_layout Plain Layout
31937
31938
31939 \backslash
31940 renewcommand{
31941 \backslash
31942 theequation}{
31943 \backslash
31944 Roman{equation}}
31945 \end_layout
31946
31947 \end_inset
31948
31949
31950 \begin_inset Formula 
31951 \begin{equation}
31952 B=\textrm{Römisch}\label{eq:Roem}
31953 \end{equation}
31954
31955 \end_inset
31956
31957
31958 \begin_inset ERT
31959 status collapsed
31960
31961 \begin_layout Plain Layout
31962
31963
31964 \backslash
31965 renewcommand{
31966 \backslash
31967 theequation}{
31968 \backslash
31969 alph{equation}}
31970 \end_layout
31971
31972 \end_inset
31973
31974
31975 \begin_inset Formula 
31976 \begin{equation}
31977 C=\textrm{lateinisch}
31978 \end{equation}
31979
31980 \end_inset
31981
31982
31983 \begin_inset ERT
31984 status collapsed
31985
31986 \begin_layout Plain Layout
31987
31988
31989 \backslash
31990 renewcommand{
31991 \backslash
31992 theequation}{
31993 \backslash
31994 Alph{equation}}
31995 \end_layout
31996
31997 \end_inset
31998
31999
32000 \begin_inset Formula 
32001 \begin{equation}
32002 D=\textrm{Lateinisch}\label{eq:Lat}
32003 \end{equation}
32004
32005 \end_inset
32006
32007
32008 \end_layout
32009
32010 \begin_layout Standard
32011 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
32012  ein:
32013 \end_layout
32014
32015 \begin_layout Standard
32016
32017 \series bold
32018
32019 \backslash
32020 renewcommand{
32021 \backslash
32022 theequation}{
32023 \backslash
32024 arabic{equation}}
32025 \begin_inset Index idx
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029 Befehle ! A ! 
32030 \backslash
32031 arabic
32032 \end_layout
32033
32034 \end_inset
32035
32036
32037 \end_layout
32038
32039 \begin_layout Standard
32040 \begin_inset ERT
32041 status collapsed
32042
32043 \begin_layout Plain Layout
32044
32045
32046 \backslash
32047 renewcommand{
32048 \backslash
32049 theequation}{
32050 \backslash
32051 arabic{equation}}
32052 \end_layout
32053
32054 \end_inset
32055
32056
32057 \begin_inset Formula 
32058 \begin{equation}
32059 E=\textrm{arabisch}
32060 \end{equation}
32061
32062 \end_inset
32063
32064
32065 \end_layout
32066
32067 \begin_layout Standard
32068 \begin_inset VSpace medskip
32069 \end_inset
32070
32071 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
32072 riert.
32073  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
32074  beginnen, müssen neue Formelzähler angelegt werden.
32075  Eine Beschreibung dazu findet man in der Datei 
32076 \begin_inset CommandInset href
32077 LatexCommand href
32078 name "Formelnummerierung.lyx"
32079 target "run:Formelnummerierung.lyx"
32080
32081 \end_inset
32082
32083 .
32084 \end_layout
32085
32086 \begin_layout Section
32087 Chemische Symbole und Reaktionsgleichungen
32088 \begin_inset CommandInset label
32089 LatexCommand label
32090 name "subsec:Chemische-Symbole-und"
32091
32092 \end_inset
32093
32094
32095 \begin_inset Index idx
32096 status collapsed
32097
32098 \begin_layout Plain Layout
32099 chemische Zeichen ! Symbole
32100 \end_layout
32101
32102 \end_inset
32103
32104
32105 \begin_inset Index idx
32106 status collapsed
32107
32108 \begin_layout Plain Layout
32109 Reaktionsgleichungen
32110 \end_layout
32111
32112 \end_inset
32113
32114
32115 \begin_inset Index idx
32116 status collapsed
32117
32118 \begin_layout Plain Layout
32119 Symbole ! chemische
32120 \end_layout
32121
32122 \end_inset
32123
32124
32125 \end_layout
32126
32127 \begin_layout Standard
32128 Ein Beispieltext aus der Chemie:
32129 \end_layout
32130
32131 \begin_layout Quote
32132 Das 
32133 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32134 \end_inset
32135
32136 -Ion verbindet sich mit zwei 
32137 \begin_inset Formula $\mathrm{Na^{+}}$
32138 \end_inset
32139
32140 -Ionen zu Natriumsulfat 
32141 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32142 \end_inset
32143
32144 .
32145  Die Reaktionsgleichung dazu lautet:
32146 \begin_inset Formula 
32147 \begin{equation}
32148 \mathrm{2\,Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
32149 \end{equation}
32150
32151 \end_inset
32152
32153
32154 \end_layout
32155
32156 \begin_layout Standard
32157 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32158  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32159  in der Formel und wandelt diese mit der Tastenkombination 
32160 \family sans
32161 Alt+Z
32162 \begin_inset space ~
32163 \end_inset
32164
32165 R
32166 \family default
32167  in den aufrechten Schriftstil um.
32168 \begin_inset Foot
32169 status collapsed
32170
32171 \begin_layout Plain Layout
32172 Schriftstile siehe 
32173 \begin_inset CommandInset ref
32174 LatexCommand ref
32175 reference "subsec:Schriftstile"
32176
32177 \end_inset
32178
32179
32180 \end_layout
32181
32182 \end_inset
32183
32184
32185 \end_layout
32186
32187 \begin_layout Standard
32188 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
32189 \series bold
32190  
32191 \backslash
32192 ce
32193 \series default
32194
32195 \begin_inset Index idx
32196 status collapsed
32197
32198 \begin_layout Plain Layout
32199 Befehle ! C ! 
32200 \backslash
32201 ce
32202 \end_layout
32203
32204 \end_inset
32205
32206  zu benutzen.
32207  Dieser ist verfügbar, wenn das \SpecialChar LaTeX
32208 -Paket 
32209 \series bold
32210 mhchem
32211 \series default
32212
32213 \begin_inset Index idx
32214 status collapsed
32215
32216 \begin_layout Plain Layout
32217 Pakete ! mhchem
32218 \end_layout
32219
32220 \end_inset
32221
32222  installiert ist.
32223  Nachdem 
32224 \series bold
32225
32226 \backslash
32227 ce
32228 \series default
32229  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
32230  Formeln in intuitiver Weise eingegeben werden können.
32231 \begin_inset Separator parbreak
32232 \end_inset
32233
32234
32235 \end_layout
32236
32237 \begin_layout Standard
32238 \align center
32239 \begin_inset Tabular
32240 <lyxtabular version="3" rows="9" columns="2">
32241 <features tabularvalignment="middle">
32242 <column alignment="center" valignment="top">
32243 <column alignment="center" valignment="top">
32244 <row>
32245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32246 \begin_inset Text
32247
32248 \begin_layout Plain Layout
32249 Befehl
32250 \end_layout
32251
32252 \end_inset
32253 </cell>
32254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32255 \begin_inset Text
32256
32257 \begin_layout Plain Layout
32258 Ergebnis
32259 \begin_inset Note Note
32260 status collapsed
32261
32262 \begin_layout Plain Layout
32263
32264 \series bold
32265
32266 \backslash
32267 raisebox
32268 \series default
32269  dient nur als Abstandhalter.
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \end_inset
32278 </cell>
32279 </row>
32280 <row>
32281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32282 \begin_inset Text
32283
32284 \begin_layout Plain Layout
32285
32286 \backslash
32287 ce
32288 \begin_inset space \textvisiblespace{}
32289 \end_inset
32290
32291 H2CO3
32292 \end_layout
32293
32294 \end_inset
32295 </cell>
32296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32297 \begin_inset Text
32298
32299 \begin_layout Plain Layout
32300 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
32301 \end_inset
32302
32303
32304 \end_layout
32305
32306 \end_inset
32307 </cell>
32308 </row>
32309 <row>
32310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32311 \begin_inset Text
32312
32313 \begin_layout Plain Layout
32314
32315 \backslash
32316 ce
32317 \begin_inset space \textvisiblespace{}
32318 \end_inset
32319
32320 SO4^2-
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32326 \begin_inset Text
32327
32328 \begin_layout Plain Layout
32329 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
32330 \end_inset
32331
32332
32333 \end_layout
32334
32335 \end_inset
32336 </cell>
32337 </row>
32338 <row>
32339 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32340 \begin_inset Text
32341
32342 \begin_layout Plain Layout
32343
32344 \backslash
32345 ce
32346 \begin_inset space \textvisiblespace{}
32347 \end_inset
32348
32349 (NH4)2S
32350 \end_layout
32351
32352 \end_inset
32353 </cell>
32354 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32355 \begin_inset Text
32356
32357 \begin_layout Plain Layout
32358 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32359 \end_inset
32360
32361
32362 \end_layout
32363
32364 \end_inset
32365 </cell>
32366 </row>
32367 <row>
32368 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32369 \begin_inset Text
32370
32371 \begin_layout Plain Layout
32372
32373 \backslash
32374 ce
32375 \begin_inset space \textvisiblespace{}
32376 \end_inset
32377
32378 KCr(SO4)2.12H2O
32379 \end_layout
32380
32381 \end_inset
32382 </cell>
32383 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32384 \begin_inset Text
32385
32386 \begin_layout Plain Layout
32387 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32388 \end_inset
32389
32390
32391 \end_layout
32392
32393 \end_inset
32394 </cell>
32395 </row>
32396 <row>
32397 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32398 \begin_inset Text
32399
32400 \begin_layout Plain Layout
32401
32402 \backslash
32403 ce
32404 \begin_inset space \textvisiblespace{}
32405 \end_inset
32406
32407 A-B
32408 \backslash
32409 dbond
32410 \begin_inset space \textvisiblespace{}
32411 \end_inset
32412
32413 C
32414 \backslash
32415 tbond
32416 \begin_inset space \textvisiblespace{}
32417 \end_inset
32418
32419 D
32420 \end_layout
32421
32422 \end_inset
32423 </cell>
32424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32425 \begin_inset Text
32426
32427 \begin_layout Plain Layout
32428 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32429 \end_inset
32430
32431
32432 \end_layout
32433
32434 \end_inset
32435 </cell>
32436 </row>
32437 <row>
32438 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32439 \begin_inset Text
32440
32441 \begin_layout Plain Layout
32442
32443 \backslash
32444 ce
32445 \begin_inset space \textvisiblespace{}
32446 \end_inset
32447
32448 ^227
32449 \begin_inset Formula $\downarrow$
32450 \end_inset
32451
32452 _90
32453 \begin_inset Formula $\to$
32454 \end_inset
32455
32456 Th+
32457 \end_layout
32458
32459 \end_inset
32460 </cell>
32461 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32462 \begin_inset Text
32463
32464 \begin_layout Plain Layout
32465 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32466 \end_inset
32467
32468
32469 \end_layout
32470
32471 \end_inset
32472 </cell>
32473 </row>
32474 <row>
32475 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32476 \begin_inset Text
32477
32478 \begin_layout Plain Layout
32479
32480 \backslash
32481 ce
32482 \begin_inset space \textvisiblespace{}
32483 \end_inset
32484
32485 CO2
32486 \begin_inset space \textvisiblespace{}
32487 \end_inset
32488
32489 +
32490 \begin_inset space \textvisiblespace{}
32491 \end_inset
32492
32493 C
32494 \begin_inset space \textvisiblespace{}
32495 \end_inset
32496
32497 <=>
32498 \begin_inset space \textvisiblespace{}
32499 \end_inset
32500
32501 2CO
32502 \end_layout
32503
32504 \end_inset
32505 </cell>
32506 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32507 \begin_inset Text
32508
32509 \begin_layout Plain Layout
32510 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32511 \end_inset
32512
32513
32514 \end_layout
32515
32516 \end_inset
32517 </cell>
32518 </row>
32519 <row>
32520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32521 \begin_inset Text
32522
32523 \begin_layout Plain Layout
32524
32525 \backslash
32526 ce
32527 \begin_inset space \textvisiblespace{}
32528 \end_inset
32529
32530 CO2
32531 \begin_inset space \textvisiblespace{}
32532 \end_inset
32533
32534 +
32535 \begin_inset space \textvisiblespace{}
32536 \end_inset
32537
32538 C
32539 \begin_inset space \textvisiblespace{}
32540 \end_inset
32541
32542 ->[
32543 \backslash
32544 alpha][
32545 \backslash
32546 beta]
32547 \begin_inset space \textvisiblespace{}
32548 \end_inset
32549
32550 2CO}
32551 \end_layout
32552
32553 \end_inset
32554 </cell>
32555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32556 \begin_inset Text
32557
32558 \begin_layout Plain Layout
32559 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32560 \end_inset
32561
32562
32563 \end_layout
32564
32565 \end_inset
32566 </cell>
32567 </row>
32568 </lyxtabular>
32569
32570 \end_inset
32571
32572
32573 \end_layout
32574
32575 \begin_layout Standard
32576 \begin_inset Note Greyedout
32577 status open
32578
32579 \begin_layout Plain Layout
32580
32581 \series bold
32582 \color none
32583 Achtung:
32584 \series default
32585  Wenn eine Formel in eine 
32586 \series bold
32587
32588 \backslash
32589 ce
32590 \series default
32591 -Box eingefügt wird, führt dies zu \SpecialChar LaTeX
32592 -Fehlern.
32593  In diesem Fall muss daher \SpecialChar TeX
32594 -Code verwendet werden, wie z.
32595 \begin_inset space \thinspace{}
32596 \end_inset
32597
32598 B.
32599  für
32600 \begin_inset Newline newline
32601 \end_inset
32602
32603
32604 \series bold
32605
32606 \backslash
32607 ce{$
32608 \backslash
32609 mu
32610 \backslash
32611 hyphen$Cl}
32612 \series default
32613
32614 \begin_inset ERT
32615 status collapsed
32616
32617 \begin_layout Plain Layout
32618
32619
32620 \backslash
32621 ce{$
32622 \backslash
32623 mu
32624 \backslash
32625 hyphen$Cl}
32626 \end_layout
32627
32628 \end_inset
32629
32630  
32631 \end_layout
32632
32633 \end_inset
32634
32635
32636 \end_layout
32637
32638 \begin_layout Standard
32639 \begin_inset Note Greyedout
32640 status open
32641
32642 \begin_layout Plain Layout
32643
32644 \series bold
32645 \color none
32646 Achtung:
32647 \series default
32648  Es ist nicht möglich in \SpecialChar LyX
32649  das Zeichen ^ zu verwenden um einen Pfeil nach
32650  oben zu bekommen, wie es im 
32651 \series bold
32652 mhchem
32653 \series default
32654 -Handbuch steht.
32655  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
32656  Befehl 
32657 \series bold
32658
32659 \backslash
32660 uparrow
32661 \series default
32662 :
32663 \begin_inset Newline newline
32664 \end_inset
32665
32666
32667 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
32668 \end_inset
32669
32670
32671 \end_layout
32672
32673 \end_inset
32674
32675
32676 \end_layout
32677
32678 \begin_layout Standard
32679 Wird 
32680 \series bold
32681
32682 \backslash
32683 ce
32684 \series default
32685  benutzt, lautet der Befehl für Gleichung
32686 \begin_inset space ~
32687 \end_inset
32688
32689
32690 \begin_inset CommandInset ref
32691 LatexCommand eqref
32692 reference "eq:chemische-Reaktion"
32693
32694 \end_inset
32695
32696 :
32697 \begin_inset Newline newline
32698 \end_inset
32699
32700
32701 \series bold
32702  
32703 \backslash
32704 ce
32705 \series default
32706
32707 \begin_inset space \textvisiblespace{}
32708 \end_inset
32709
32710
32711 \series bold
32712 2Na+
32713 \series default
32714
32715 \begin_inset space \textvisiblespace{}
32716 \end_inset
32717
32718
32719 \series bold
32720 +
32721 \series default
32722
32723 \begin_inset space \textvisiblespace{}
32724 \end_inset
32725
32726
32727 \series bold
32728 SO4^2-
32729 \series default
32730
32731 \begin_inset space \textvisiblespace{}
32732 \end_inset
32733
32734
32735 \begin_inset space \textvisiblespace{}
32736 \end_inset
32737
32738
32739 \series bold
32740 ->
32741 \series default
32742
32743 \begin_inset space \textvisiblespace{}
32744 \end_inset
32745
32746
32747 \series bold
32748 Na2SO4
32749 \end_layout
32750
32751 \begin_layout Standard
32752 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32753  Formel erstellt, wie in 
32754 \begin_inset CommandInset ref
32755 LatexCommand ref
32756 reference "sec:Mehrzeilige-Formeln"
32757
32758 \end_inset
32759
32760  beschrieben.
32761  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32762 \series bold
32763
32764 \backslash
32765 ce
32766 \series default
32767  verwendet.
32768  
32769 \begin_inset CommandInset ref
32770 LatexCommand eqref
32771 reference "eq:TEOS-Reaktion-1"
32772
32773 \end_inset
32774
32775  und 
32776 \begin_inset CommandInset ref
32777 LatexCommand eqref
32778 reference "eq:TEOS-Reaktion-2"
32779
32780 \end_inset
32781
32782  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32783  Gleichung eine eigene Nummer hat.
32784 \begin_inset Formula 
32785 \begin{eqnarray}
32786 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32787 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32788 \end{eqnarray}
32789
32790 \end_inset
32791
32792
32793 \end_layout
32794
32795 \begin_layout Standard
32796 Außer 
32797 \series bold
32798
32799 \backslash
32800 ce
32801 \series default
32802  bietet das Paket 
32803 \series bold
32804 mhchem
32805 \series default
32806  noch den Befehl 
32807 \series bold
32808
32809 \backslash
32810 cf
32811 \series default
32812
32813 \begin_inset Index idx
32814 status collapsed
32815
32816 \begin_layout Plain Layout
32817 Befehle ! C ! 
32818 \backslash
32819 cf
32820 \end_layout
32821
32822 \end_inset
32823
32824  für spezielle Fälle.
32825  Mehr über 
32826 \series bold
32827
32828 \backslash
32829 cf
32830 \series default
32831  und weitere Beispiele sind in der Dokumentation von 
32832 \series bold
32833 mhchem
32834 \series default
32835  zu finden, 
32836 \begin_inset CommandInset citation
32837 LatexCommand cite
32838 key "mhchem"
32839
32840 \end_inset
32841
32842 .
32843 \end_layout
32844
32845 \begin_layout Section
32846 Diagramme
32847 \end_layout
32848
32849 \begin_layout Standard
32850 \SpecialChar LyX
32851  unterstützt zwei Typen kommutativer Diagramme: 
32852 \series bold
32853 amscd
32854 \series default
32855  und 
32856 \series bold
32857 xymatrix
32858 \series default
32859 , die im Folgenden erläutert sind.
32860 \end_layout
32861
32862 \begin_layout Subsection
32863 amscd Diagramme
32864 \begin_inset Index idx
32865 status collapsed
32866
32867 \begin_layout Plain Layout
32868 Diagramme ! amscd
32869 \end_layout
32870
32871 \end_inset
32872
32873
32874 \end_layout
32875
32876 \begin_layout Standard
32877 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32878  Linien oder Pfeilen dar:
32879 \begin_inset Formula 
32880 \[
32881 \begin{CD}A@>>>B@>>>C\\
32882 @AAA@.@VVV\\
32883 F@<<<E@<<<D
32884 \end{CD}
32885 \]
32886
32887 \end_inset
32888
32889
32890 \end_layout
32891
32892 \begin_layout Standard
32893 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32894 \series bold
32895
32896 \backslash
32897 CD
32898 \begin_inset Index idx
32899 status collapsed
32900
32901 \begin_layout Plain Layout
32902 Befehle ! C ! 
32903 \backslash
32904 CD
32905 \end_layout
32906
32907 \end_inset
32908
32909
32910 \series default
32911  ein.
32912  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32913  man die weiteren Befehle eingibt.
32914  Mit 
32915 \series bold
32916
32917 \begin_inset ERT
32918 status collapsed
32919
32920 \begin_layout Plain Layout
32921
32922
32923 \backslash
32924 mbox{
32925 \end_layout
32926
32927 \end_inset
32928
32929
32930 \family sans
32931 \series default
32932 Strg+Enter
32933 \family default
32934 \series bold
32935
32936 \begin_inset ERT
32937 status collapsed
32938
32939 \begin_layout Plain Layout
32940
32941 }
32942 \end_layout
32943
32944 \end_inset
32945
32946
32947 \series default
32948  wird eine neue Zeile erstellt.
32949  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32950  Zeilen der Formel eingegeben.
32951 \end_layout
32952
32953 \begin_layout Standard
32954 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32955 \end_layout
32956
32957 \begin_layout Itemize
32958
32959 \series bold
32960 @<<<
32961 \series default
32962  erstellt einen Linkspfeil, 
32963 \series bold
32964 @>>>
32965 \series default
32966  einen Rechtspfeil und 
32967 \series bold
32968 @=
32969 \series default
32970  ein langes Gleichheitszeichen
32971 \end_layout
32972
32973 \begin_layout Itemize
32974
32975 \series bold
32976 @AAA
32977 \series default
32978  erstellt einen Pfeil nach oben, 
32979 \series bold
32980 @VVV
32981 \series default
32982  einen Pfeil nach unten und 
32983 \series bold
32984 @|
32985 \series default
32986  ein senkrechtes Gleichheitszeichen
32987 \end_layout
32988
32989 \begin_layout Itemize
32990
32991 \series bold
32992 @.
32993
32994 \series default
32995  dient als Platzhalter für nicht vorhandene Beziehungen
32996 \end_layout
32997
32998 \begin_layout Standard
32999 Alle Pfeile sind wie folgt beschriftbar:
33000 \end_layout
33001
33002 \begin_layout Itemize
33003 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
33004 \begin_inset space \space{}
33005 \end_inset
33006
33007 > Text eingegeben, erscheint er über dem Pfeil.
33008  Wird der Text zwischen dem zweiten und dritten < bzw.
33009 \begin_inset space \space{}
33010 \end_inset
33011
33012 > eingegeben, erscheint er unter dem Pfeil.
33013 \end_layout
33014
33015 \begin_layout Itemize
33016 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
33017 \begin_inset space \space{}
33018 \end_inset
33019
33020 V eingegeben, erscheint er links neben dem Pfeil.
33021  Bei Eingabe zwischen zweitem und drittem A bzw.
33022 \begin_inset space \space{}
33023 \end_inset
33024
33025 V erscheint er rechts daneben.
33026  Enthält der Text ein A oder V, müssen diese Buchstaben in eine \SpecialChar TeX
33027 -Klammer
33028  gesetzt werden.
33029 \end_layout
33030
33031 \begin_layout Standard
33032 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
33033 \end_layout
33034
33035 \begin_layout Standard
33036 \begin_inset Formula 
33037 \[
33038 \begin{CD}A@>j>>B@>>k>C@=F\\
33039 @AmAA@.@VV{V}V@|\\
33040 D@<<j<E@>k>>F@=C
33041 \end{CD}
33042 \]
33043
33044 \end_inset
33045
33046
33047 \end_layout
33048
33049 \begin_layout Standard
33050 Der Befehl dazu lautet:
33051 \begin_inset Newline newline
33052 \end_inset
33053
33054
33055 \series bold
33056
33057 \backslash
33058 CD
33059 \begin_inset space \textvisiblespace{}
33060 \end_inset
33061
33062 A@>j>>B@>>k>C@=F Strg+Enter
33063 \begin_inset Newline newline
33064 \end_inset
33065
33066
33067 \begin_inset Phantom HPhantom
33068 status open
33069
33070 \begin_layout Plain Layout
33071
33072 \series bold
33073
33074 \backslash
33075 CD
33076 \begin_inset space \textvisiblespace{}
33077 \end_inset
33078
33079
33080 \end_layout
33081
33082 \end_inset
33083
33084 @AmAA@.@VV
33085 \backslash
33086 {V
33087 \series default
33088
33089 \begin_inset Formula $\to$
33090 \end_inset
33091
33092
33093 \series bold
33094 V@| Strg+Enter
33095 \begin_inset Newline newline
33096 \end_inset
33097
33098
33099 \begin_inset Phantom HPhantom
33100 status open
33101
33102 \begin_layout Plain Layout
33103
33104 \series bold
33105
33106 \backslash
33107 CD
33108 \begin_inset space \textvisiblespace{}
33109 \end_inset
33110
33111
33112 \end_layout
33113
33114 \end_inset
33115
33116 D@<<j<E@>k>>F@=C
33117 \end_layout
33118
33119 \begin_layout Subsection
33120 xymatrix Diagramme
33121 \begin_inset Index idx
33122 status collapsed
33123
33124 \begin_layout Plain Layout
33125 Diagramme ! xymatrix
33126 \end_layout
33127
33128 \end_inset
33129
33130
33131 \end_layout
33132
33133 \begin_layout Standard
33134 Um Xymatrizen nutzen zu können, muss das \SpecialChar LaTeX
33135 -Paket 
33136 \series bold
33137 xypic
33138 \series default
33139  installiert sein.
33140  Eine Xymatrix wird erstellt, indem der Befehl 
33141 \series bold
33142
33143 \backslash
33144 xymatrix
33145 \series default
33146  in eine Formel eingegeben wird.
33147  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33148  hinzufügen, siehe 
33149 \begin_inset CommandInset ref
33150 LatexCommand ref
33151 reference "sec:Matrizen"
33152
33153 \end_inset
33154
33155 .
33156 \end_layout
33157
33158 \begin_layout Standard
33159 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
33160  gekrümmte Pfeile und vieles mehr.
33161  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
33162  sind im Detail im 
33163 \emph on
33164 XY-pic-Handbuch
33165 \emph default
33166  erklärt, dass im Menü 
33167 \family sans
33168 Hilfe\SpecialChar menuseparator
33169 Spezielle
33170 \begin_inset space ~
33171 \end_inset
33172
33173 Handbücher
33174 \family default
33175  zu finden ist.
33176 \end_layout
33177
33178 \begin_layout Subsection
33179
33180 \noun on
33181 Feynman
33182 \noun default
33183  Diagramme
33184 \begin_inset Index idx
33185 status collapsed
33186
33187 \begin_layout Plain Layout
33188 Diagramme ! Feynman
33189 \end_layout
33190
33191 \end_inset
33192
33193
33194 \end_layout
33195
33196 \begin_layout Standard
33197 Um 
33198 \noun on
33199 Feynman-
33200 \noun default
33201 Diagrammen nutzen zu können, muss das \SpecialChar LaTeX
33202 -Paket 
33203 \series bold
33204 feyn
33205 \series default
33206  installiert sein.
33207  Ein 
33208 \noun on
33209 Feynman-
33210 \noun default
33211 Diagramm wird erstellt, indem der Befehl 
33212 \series bold
33213
33214 \backslash
33215 Diagram
33216 \series default
33217  in eine Formel eingegeben wird.
33218  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33219  hinzufügen, siehe 
33220 \begin_inset CommandInset ref
33221 LatexCommand ref
33222 reference "sec:Matrizen"
33223
33224 \end_inset
33225
33226 .
33227 \end_layout
33228
33229 \begin_layout Standard
33230 Beispiele wie man in \SpecialChar LyX
33231  
33232 \noun on
33233 Feynman-
33234 \noun default
33235 Diagramme erstellt sind im 
33236 \emph on
33237 Feynman-Diagramm Handbuch
33238 \emph default
33239  gegeben, dass im Menü 
33240 \family sans
33241 Hilfe\SpecialChar menuseparator
33242 Spezielle
33243 \begin_inset space ~
33244 \end_inset
33245
33246 Handbücher
33247 \family default
33248  zu finden ist.
33249 \end_layout
33250
33251 \begin_layout Section
33252 Benutzerdefinierte Befehle
33253 \begin_inset CommandInset label
33254 LatexCommand label
33255 name "sec:Benutzerdefinierte-Befehle"
33256
33257 \end_inset
33258
33259
33260 \begin_inset Index idx
33261 status collapsed
33262
33263 \begin_layout Plain Layout
33264 benutzerdefinierte Befehle
33265 \end_layout
33266
33267 \end_inset
33268
33269
33270 \end_layout
33271
33272 \begin_layout Standard
33273 \begin_inset Note Greyedout
33274 status open
33275
33276 \begin_layout Plain Layout
33277
33278 \series bold
33279 Achtung: 
33280 \series default
33281 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33282 n Buchstaben bestehen.
33283 \end_layout
33284
33285 \end_inset
33286
33287
33288 \end_layout
33289
33290 \begin_layout Subsection
33291 Der Befehl 
33292 \backslash
33293 newcommand
33294 \begin_inset CommandInset label
33295 LatexCommand label
33296 name "subsec:Der-Befehl-newcommand"
33297
33298 \end_inset
33299
33300
33301 \begin_inset Index idx
33302 status collapsed
33303
33304 \begin_layout Plain Layout
33305 benutzerdefinierte Befehle ! 
33306 \backslash
33307 newcommand
33308 \end_layout
33309
33310 \end_inset
33311
33312
33313 \begin_inset Index idx
33314 status collapsed
33315
33316 \begin_layout Plain Layout
33317 Befehle ! N ! 
33318 \backslash
33319 newcommand
33320 \end_layout
33321
33322 \end_inset
33323
33324
33325 \end_layout
33326
33327 \begin_layout Standard
33328 Viele der \SpecialChar LaTeX
33329 -Befehle sind für den ständigen Gebrauch viel zu lang.
33330  Man kann sich aber mit dem Befehl 
33331 \series bold
33332
33333 \backslash
33334 newcommand
33335 \series default
33336  neue kürzere Befehle definieren.
33337 \end_layout
33338
33339 \begin_layout Standard
33340 Das Befehlsschema von 
33341 \series bold
33342
33343 \backslash
33344 newcommand
33345 \series default
33346  lautet:
33347 \end_layout
33348
33349 \begin_layout Standard
33350
33351 \series bold
33352
33353 \backslash
33354 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33355 \series default
33356  
33357 \series bold
33358 Wert]
33359 \begin_inset Newline newline
33360 \end_inset
33361
33362
33363 \begin_inset Phantom HPhantom
33364 status open
33365
33366 \begin_layout Plain Layout
33367
33368 \series bold
33369
33370 \backslash
33371 newcommand
33372 \end_layout
33373
33374 \end_inset
33375
33376 {Befehlsdefinition}
33377 \end_layout
33378
33379 \begin_layout Standard
33380 \begin_inset Note Greyedout
33381 status open
33382
33383 \begin_layout Plain Layout
33384
33385 \series bold
33386 Achtung:
33387 \series default
33388  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33389  oder von benutzten \SpecialChar LaTeX
33390 -Paketen verwendet wird.
33391  Definiert man beispielsweise für 
33392 \series bold
33393
33394 \backslash
33395 Leftarrow
33396 \series default
33397  den Befehl 
33398 \series bold
33399
33400 \backslash
33401 le
33402 \series default
33403 , erhält man eine Fehlermeldung, denn 
33404 \series bold
33405
33406 \backslash
33407 le
33408 \series default
33409  ist schon für 
33410 \begin_inset Quotes gld
33411 \end_inset
33412
33413
33414 \begin_inset Formula $\le$
33415 \end_inset
33416
33417
33418 \begin_inset Quotes grd
33419 \end_inset
33420
33421  definiert.
33422 \end_layout
33423
33424 \end_inset
33425
33426
33427 \end_layout
33428
33429 \begin_layout Standard
33430 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33431 \begin_inset space \thinspace{}
33432 \end_inset
33433
33434 -
33435 \begin_inset space \thinspace{}
33436 \end_inset
33437
33438 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33439  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33440  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33441 \emph on
33442 erste
33443 \emph default
33444  Argument des neuen Befehls ein optionales ist.
33445 \end_layout
33446
33447 \begin_layout Standard
33448 Es folgen einige Beispiele:
33449 \end_layout
33450
33451 \begin_layout Itemize
33452 Will man für 
33453 \series bold
33454
33455 \backslash
33456 Longrightarrow
33457 \series default
33458  den Befehl 
33459 \series bold
33460
33461 \backslash
33462 gr
33463 \series default
33464  definieren, lautet die \SpecialChar LaTeX
33465 -Vor\SpecialChar softhyphen
33466 spannzeile:
33467 \begin_inset VSpace medskip
33468 \end_inset
33469
33470
33471 \begin_inset Newline newline
33472 \end_inset
33473
33474
33475 \series bold
33476
33477 \backslash
33478 newcommand{
33479 \backslash
33480 gr}{
33481 \backslash
33482 Longrightarrow}
33483 \end_layout
33484
33485 \begin_layout Itemize
33486 Um für den Befehl 
33487 \series bold
33488
33489 \backslash
33490 underline
33491 \series default
33492  den Befehl 
33493 \series bold
33494
33495 \backslash
33496 us
33497 \series default
33498  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33499  werden.
33500  Dazu sieht die Vorspannzeile wie folgt aus:
33501 \begin_inset VSpace medskip
33502 \end_inset
33503
33504
33505 \begin_inset Newline newline
33506 \end_inset
33507
33508
33509 \series bold
33510
33511 \backslash
33512 newcommand{
33513 \backslash
33514 us}[1]{
33515 \backslash
33516 underline{#1}}
33517 \series default
33518
33519 \begin_inset VSpace medskip
33520 \end_inset
33521
33522
33523 \begin_inset Newline newline
33524 \end_inset
33525
33526 Das Zeichen 
33527 \series bold
33528 #
33529 \series default
33530  fungiert als Argumentplatzhalter, die 
33531 \series bold
33532 1
33533 \series default
33534  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33535 \end_layout
33536
33537 \begin_layout Itemize
33538 Für 
33539 \series bold
33540
33541 \backslash
33542 framebox
33543 \series default
33544  kann man z.
33545 \begin_inset space \thinspace{}
33546 \end_inset
33547
33548 B.
33549  den Befehl 
33550 \series bold
33551
33552 \backslash
33553 fb
33554 \series default
33555  definieren:
33556 \begin_inset VSpace medskip
33557 \end_inset
33558
33559
33560 \begin_inset Newline newline
33561 \end_inset
33562
33563
33564 \series bold
33565
33566 \backslash
33567 newcommand{
33568 \backslash
33569 fb}[3]{
33570 \backslash
33571 framebox#1#2{$#3$}}
33572 \series default
33573
33574 \begin_inset VSpace medskip
33575 \end_inset
33576
33577
33578 \begin_inset Newline newline
33579 \end_inset
33580
33581 Die beiden Dollarzeichen erstellen hierbei die für 
33582 \series bold
33583
33584 \backslash
33585 framebox
33586 \series default
33587  geforderte weitere Formel, siehe 
33588 \begin_inset CommandInset ref
33589 LatexCommand ref
33590 reference "subsec:Boxen-mit-Rahmen"
33591
33592 \end_inset
33593
33594 .
33595 \end_layout
33596
33597 \begin_layout Itemize
33598 Um einen neuen Befehl für 
33599 \series bold
33600
33601 \backslash
33602 fcolorbox
33603 \series default
33604  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33605  definiert man das Argument für die Farbe als optional:
33606 \begin_inset VSpace medskip
33607 \end_inset
33608
33609
33610 \begin_inset Newline newline
33611 \end_inset
33612
33613
33614 \series bold
33615
33616 \backslash
33617 newcommand{
33618 \backslash
33619 cb}[3][white]{
33620 \backslash
33621 fcolorbox{#2}{#1}{$#3$}}
33622 \series default
33623
33624 \begin_inset VSpace medskip
33625 \end_inset
33626
33627
33628 \begin_inset Newline newline
33629 \end_inset
33630
33631 Gibt man bei der Verwendung von 
33632 \series bold
33633
33634 \backslash
33635 cb
33636 \series default
33637  die Farbe nicht an, wird die voreingestellte Farbe 
33638 \series bold
33639 white
33640 \series default
33641  verwendet.
33642 \end_layout
33643
33644 \begin_layout Standard
33645 Ein Test der neu definierten Befehle:
33646 \begin_inset Separator parbreak
33647 \end_inset
33648
33649
33650 \end_layout
33651
33652 \begin_layout Standard
33653 \align center
33654 \begin_inset Tabular
33655 <lyxtabular version="3" rows="6" columns="2">
33656 <features tabularvalignment="middle">
33657 <column alignment="center" valignment="top">
33658 <column alignment="center" valignment="top">
33659 <row>
33660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33661 \begin_inset Text
33662
33663 \begin_layout Plain Layout
33664 Befehl
33665 \end_layout
33666
33667 \end_inset
33668 </cell>
33669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33670 \begin_inset Text
33671
33672 \begin_layout Plain Layout
33673 Ergebnis
33674 \begin_inset Note Note
33675 status collapsed
33676
33677 \begin_layout Plain Layout
33678
33679 \series bold
33680
33681 \backslash
33682 raisebox
33683 \series default
33684  dient nur als Abstandhalter.
33685 \end_layout
33686
33687 \end_inset
33688
33689
33690 \end_layout
33691
33692 \end_inset
33693 </cell>
33694 </row>
33695 <row>
33696 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33697 \begin_inset Text
33698
33699 \begin_layout Plain Layout
33700 A
33701 \backslash
33702 gr
33703 \begin_inset space \textvisiblespace{}
33704 \end_inset
33705
33706 B
33707 \end_layout
33708
33709 \end_inset
33710 </cell>
33711 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33712 \begin_inset Text
33713
33714 \begin_layout Plain Layout
33715 \begin_inset Formula $A\gr B$
33716 \end_inset
33717
33718
33719 \end_layout
33720
33721 \end_inset
33722 </cell>
33723 </row>
33724 <row>
33725 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33726 \begin_inset Text
33727
33728 \begin_layout Plain Layout
33729
33730 \backslash
33731 us{ABcd
33732 \end_layout
33733
33734 \end_inset
33735 </cell>
33736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33737 \begin_inset Text
33738
33739 \begin_layout Plain Layout
33740 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33741 \end_inset
33742
33743
33744 \end_layout
33745
33746 \end_inset
33747 </cell>
33748 </row>
33749 <row>
33750 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33751 \begin_inset Text
33752
33753 \begin_layout Plain Layout
33754
33755 \backslash
33756 fb{[2cm]
33757 \begin_inset Formula $\to$
33758 \end_inset
33759
33760
33761 \backslash
33762 {
33763 \begin_inset Formula $\to$
33764 \end_inset
33765
33766
33767 \backslash
33768 {
33769 \backslash
33770 int
33771 \begin_inset space \textvisiblespace{}
33772 \end_inset
33773
33774 A=B
33775 \end_layout
33776
33777 \end_inset
33778 </cell>
33779 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33780 \begin_inset Text
33781
33782 \begin_layout Plain Layout
33783 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33784 \end_inset
33785
33786
33787 \end_layout
33788
33789 \end_inset
33790 </cell>
33791 </row>
33792 <row>
33793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33794 \begin_inset Text
33795
33796 \begin_layout Plain Layout
33797
33798 \backslash
33799 cb{red
33800 \begin_inset Formula $\to$
33801 \end_inset
33802
33803
33804 \backslash
33805 {
33806 \backslash
33807 int
33808 \begin_inset space \textvisiblespace{}
33809 \end_inset
33810
33811 A=B
33812 \end_layout
33813
33814 \end_inset
33815 </cell>
33816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33817 \begin_inset Text
33818
33819 \begin_layout Plain Layout
33820 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33821 \end_inset
33822
33823
33824 \end_layout
33825
33826 \end_inset
33827 </cell>
33828 </row>
33829 <row>
33830 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33831 \begin_inset Text
33832
33833 \begin_layout Plain Layout
33834
33835 \backslash
33836 cb[green]
33837 \backslash
33838 {red
33839 \begin_inset Formula $\to$
33840 \end_inset
33841
33842
33843 \backslash
33844 {
33845 \backslash
33846 int
33847 \begin_inset space \textvisiblespace{}
33848 \end_inset
33849
33850 A=B
33851 \end_layout
33852
33853 \end_inset
33854 </cell>
33855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33856 \begin_inset Text
33857
33858 \begin_layout Plain Layout
33859 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33860 \end_inset
33861
33862
33863 \end_layout
33864
33865 \end_inset
33866 </cell>
33867 </row>
33868 </lyxtabular>
33869
33870 \end_inset
33871
33872
33873 \end_layout
33874
33875 \begin_layout Subsection
33876 Mathe-Makros
33877 \begin_inset Index idx
33878 status collapsed
33879
33880 \begin_layout Plain Layout
33881 benutzerdefinierte Befehle ! Mathe-Makros
33882 \end_layout
33883
33884 \end_inset
33885
33886
33887 \begin_inset Index idx
33888 status collapsed
33889
33890 \begin_layout Plain Layout
33891 Makros
33892 \end_layout
33893
33894 \end_inset
33895
33896
33897 \end_layout
33898
33899 \begin_layout Standard
33900 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33901  Hat man es in einem Dokument z.
33902 \begin_inset space \thinspace{}
33903 \end_inset
33904
33905 B.
33906  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33907  auf.
33908  Die allgemeine Form einer quadratischen Gleichung ist
33909 \begin_inset Formula 
33910 \[
33911 0=\lambda^{2}+p\lambda+q
33912 \]
33913
33914 \end_inset
33915
33916 Die allgemeine Form der Lösung lautet
33917 \begin_inset Formula 
33918 \[
33919 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33920 \]
33921
33922 \end_inset
33923
33924
33925 \end_layout
33926
33927 \begin_layout Standard
33928 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33929  drei Parameter 
33930 \begin_inset Formula $\lambda$
33931 \end_inset
33932
33933
33934 \begin_inset Formula $p$
33935 \end_inset
33936
33937  und 
33938 \begin_inset Formula $q$
33939 \end_inset
33940
33941  angegeben werden müssen und der Index von 
33942 \begin_inset Formula $\lambda$
33943 \end_inset
33944
33945  optional angeben werden kann, lautet die \SpecialChar LaTeX
33946 -Vorspannzeile
33947 \begin_inset Newline newline
33948 \end_inset
33949
33950
33951 \series bold
33952
33953 \backslash
33954 newcommand{
33955 \backslash
33956 qG}[4][1,
33957 \backslash
33958 ,2]{#2_{#1}=-
33959 \backslash
33960 frac{#3}{2}
33961 \backslash
33962 pm
33963 \begin_inset Newline newline
33964 \end_inset
33965
33966
33967 \begin_inset Phantom HPhantom
33968 status open
33969
33970 \begin_layout Plain Layout
33971
33972 \series bold
33973
33974 \backslash
33975 newcommand
33976 \end_layout
33977
33978 \end_inset
33979
33980
33981 \backslash
33982 sqrt{
33983 \backslash
33984 frac{#3^{2}}{4}-#4}}
33985 \end_layout
33986
33987 \begin_layout Standard
33988 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33989  
33990 \begin_inset Newline newline
33991 \end_inset
33992
33993
33994 \series bold
33995
33996 \backslash
33997 qG{
33998 \backslash
33999 lambda
34000 \begin_inset Formula $\to$
34001 \end_inset
34002
34003
34004 \backslash
34005 {p
34006 \begin_inset Formula $\to$
34007 \end_inset
34008
34009
34010 \backslash
34011 {q 
34012 \series default
34013 ein.
34014 \end_layout
34015
34016 \begin_layout Standard
34017 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
34018  aller verwendeten \SpecialChar LaTeX
34019 -Befehle kennen, z.
34020 \begin_inset space \thinspace{}
34021 \end_inset
34022
34023 B.
34024  dass ein Bruch in \SpecialChar LaTeX
34025  mit 
34026 \series bold
34027
34028 \backslash
34029 frac{Zähler}
34030 \begin_inset Newline linebreak
34031 \end_inset
34032
34033 {Nenner}
34034 \series default
34035  eingegeben wird.
34036  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
34037  in \SpecialChar LyX
34038  nicht sehen, was der neue Befehl macht.
34039  Um diesen Problemen aus dem Weg zu gehen, gibt es in \SpecialChar LyX
34040  die Möglichkeit Mathe-Mak
34041 ros statt den Befehl 
34042 \series bold
34043
34044 \backslash
34045 newcommand
34046 \series default
34047  zu verwenden.
34048 \end_layout
34049
34050 \begin_layout Standard
34051 Ein Mathe-Makro wird erstellt, indem man das Menü 
34052 \family sans
34053 Einfügen\SpecialChar menuseparator
34054 Mathe\SpecialChar menuseparator
34055 Makro
34056 \family default
34057  oder den Werkzeugleistenknopf 
34058 \begin_inset Info
34059 type  "icon"
34060 arg   "math-macro newmacroname_newcommand"
34061 \end_inset
34062
34063  verwendet.
34064  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
34065  Makro definiert wird:
34066 \begin_inset Newline newline
34067 \end_inset
34068
34069
34070 \begin_inset space \hspace*{\fill}
34071 \end_inset
34072
34073
34074 \begin_inset Graphics
34075         filename ../clipart/macrobox.png
34076
34077 \end_inset
34078
34079
34080 \begin_inset space \hspace*{\fill}
34081 \end_inset
34082
34083
34084 \begin_inset Newline newline
34085 \end_inset
34086
34087
34088 \begin_inset FormulaMacro
34089 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
34090 \end_inset
34091
34092
34093 \backslash
34094 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
34095  geändert werden sollte.
34096  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
34097  Einen Argumentplatzhalter fügt man mit dem Befehl 
34098 \series bold
34099
34100 \backslash
34101 #Argumentnummer
34102 \series default
34103  ein, z.
34104 \begin_inset space \thinspace{}
34105 \end_inset
34106
34107 B.
34108  
34109 \series bold
34110
34111 \backslash
34112 #1
34113 \series default
34114  oder man verwendet den Makro-Werkzeugleistenknopf 
34115 \begin_inset Info
34116 type  "icon"
34117 arg   "math-macro-add-param"
34118 \end_inset
34119
34120 .
34121  Argumentplatzhalter werden rot dargestellt.
34122  Es sind maximal 9
34123 \begin_inset space ~
34124 \end_inset
34125
34126 Argumente möglich.
34127  Optionale Argumente werden mit dem Werkzeugleistenknopf 
34128 \begin_inset Info
34129 type  "icon"
34130 arg   "math-macro-add-optional-param"
34131 \end_inset
34132
34133  erstellt.
34134  Mit dem Werkzeugleistenknopf 
34135 \begin_inset Info
34136 type  "icon"
34137 arg   "math-macro-make-optional"
34138 \end_inset
34139
34140  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
34141  Im zweiten Kästchen kann man definieren wie das Makro in \SpecialChar LyX
34142  angezeigt werden
34143  soll.
34144  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
34145  Kästchen leer lässt.
34146  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
34147  einnimmt, kann man in das Kästchen z.
34148 \begin_inset space \thinspace{}
34149 \end_inset
34150
34151 B.
34152 \begin_inset Newline newline
34153 \end_inset
34154
34155
34156 \series bold
34157 qG: 
34158 \backslash
34159 #1
34160 \series default
34161  
34162 \series bold
34163 ,
34164 \series default
34165  
34166 \series bold
34167
34168 \backslash
34169 #2
34170 \series default
34171  
34172 \series bold
34173 ,
34174 \series default
34175  
34176 \series bold
34177
34178 \backslash
34179 #3, 
34180 \backslash
34181 #4
34182 \begin_inset Newline newline
34183 \end_inset
34184
34185
34186 \series default
34187 eingeben.
34188  Für das Makro werden dann in \SpecialChar LyX
34189  nur die Argumente mit dem davor stehenden
34190  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
34191  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
34192  wurde.
34193 \begin_inset Newline newline
34194 \end_inset
34195
34196 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
34197  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
34198 \family sans
34199 Ansicht\SpecialChar menuseparator
34200 Mathe-Makro
34201 \begin_inset space ~
34202 \end_inset
34203
34204 auf/zuklappen
34205 \family default
34206  verwendet.
34207 \end_layout
34208
34209 \begin_layout Standard
34210 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
34211  ein, in unserem Fall 
34212 \series bold
34213
34214 \backslash
34215 qG
34216 \series default
34217 .
34218  Unser Makro sieht in \SpecialChar LyX
34219  folgendermaßen aus:
34220 \begin_inset Newline newline
34221 \end_inset
34222
34223
34224 \begin_inset space \hspace*{\fill}
34225 \end_inset
34226
34227
34228 \begin_inset Graphics
34229         filename ../clipart/macrouse.png
34230
34231 \end_inset
34232
34233
34234 \begin_inset space \hspace*{\fill}
34235 \end_inset
34236
34237
34238 \begin_inset Newline newline
34239 \end_inset
34240
34241 Hier ist unser Makro-Beispiel mit den Argumenten 
34242 \begin_inset Formula $x$
34243 \end_inset
34244
34245
34246 \begin_inset Formula $\ln(x)$
34247 \end_inset
34248
34249  und 
34250 \begin_inset Formula $B$
34251 \end_inset
34252
34253 :
34254 \end_layout
34255
34256 \begin_layout Standard
34257 \begin_inset Formula 
34258 \[
34259 \qG x{\ln(x)}B
34260 \]
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Standard
34268 \SpecialChar LyX
34269  bietet im Menü 
34270 \family sans
34271 Werkzeuge\SpecialChar menuseparator
34272 Einstellungen\SpecialChar menuseparator
34273 Bearbeiten\SpecialChar menuseparator
34274 Kontrolle
34275 \family default
34276  verschiedene Bearbeitungsstile für Makros an.
34277  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34278  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34279  zu sehen.
34280 \end_layout
34281
34282 \begin_layout Standard
34283 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34284 \series bold
34285
34286 \backslash
34287 new\SpecialChar softhyphen
34288 command
34289 \series default
34290 -Befehl umgewandelt.
34291  Der 
34292 \series bold
34293
34294 \backslash
34295 newcommand
34296 \series default
34297 -Befehl wird dabei nicht in den \SpecialChar LaTeX
34298 -Vorspann gesetzt, so dass man daher Makros
34299  nur in Formeln verwenden kann, die sich im Dokument unterhalb der Makrodefiniti
34300 onsbox befinden.
34301 \end_layout
34302
34303 \begin_layout Standard
34304 Mathe-Makros können auch direkt aus einem 
34305 \series bold
34306
34307 \backslash
34308 newcommand
34309 \series default
34310 -Befehl erstellt werden.
34311  Schreibt man z.
34312 \begin_inset space \thinspace{}
34313 \end_inset
34314
34315 B.
34316  den Befehl
34317 \series bold
34318
34319 \begin_inset Newline newline
34320 \end_inset
34321
34322
34323 \backslash
34324 newcommand{
34325 \backslash
34326 larrow}[2]{
34327 \backslash
34328 xleftarrow[#2]{#1}}
34329 \begin_inset Newline newline
34330 \end_inset
34331
34332
34333 \series default
34334 in \SpecialChar LyX
34335  als normalen Text, markiert ihn komplett und verwendet dann das Tastenkürzel
34336  
34337 \family sans
34338 Strg+M
34339 \family default
34340 , wird der Befehl in ein Mathe-Makro umgewandelt.
34341  Bei dieser Methode muss man jedoch aufpassen, dass der 
34342 \series bold
34343
34344 \backslash
34345 newcommand
34346 \series default
34347 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34348  erstellt, dass später \SpecialChar LaTeX
34349 -Fehler hervorruft.
34350 \end_layout
34351
34352 \begin_layout Standard
34353 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34354  Makrodefinition fehlerhaft behandelt werden.
34355  Dadurch kann das Beispiel 
34356 \series bold
34357
34358 \backslash
34359 fb
34360 \series default
34361  aus 
34362 \begin_inset CommandInset ref
34363 LatexCommand ref
34364 reference "subsec:Der-Befehl-newcommand"
34365
34366 \end_inset
34367
34368  nicht als Makro erzeugt werden.
34369 \end_layout
34370
34371 \begin_layout Standard
34372 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34373  in \SpecialChar LyX
34374  angezeigt:
34375 \end_layout
34376
34377 \begin_layout Standard
34378 \begin_inset VSpace defskip
34379 \end_inset
34380
34381
34382 \end_layout
34383
34384 \begin_layout Standard
34385 \begin_inset Graphics
34386         filename ../clipart/MacroToolbar.png
34387
34388 \end_inset
34389
34390
34391 \begin_inset Index idx
34392 status collapsed
34393
34394 \begin_layout Plain Layout
34395 Makros ! Werkzeugleiste
34396 \end_layout
34397
34398 \end_inset
34399
34400
34401 \end_layout
34402
34403 \begin_layout Standard
34404 \begin_inset VSpace defskip
34405 \end_inset
34406
34407
34408 \end_layout
34409
34410 \begin_layout Standard
34411 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34412 \end_layout
34413
34414 \begin_layout Standard
34415 \begin_inset VSpace defskip
34416 \end_inset
34417
34418
34419 \end_layout
34420
34421 \begin_layout Standard
34422 \begin_inset Tabular
34423 <lyxtabular version="3" rows="9" columns="2">
34424 <features islongtable="true" longtabularalignment="center">
34425 <column alignment="left" valignment="top">
34426 <column alignment="left" valignment="top" width="85col%">
34427 <row interlinespace="2.5mm">
34428 <cell alignment="center" valignment="top" usebox="none">
34429 \begin_inset Text
34430
34431 \begin_layout Plain Layout
34432 \begin_inset Info
34433 type  "icon"
34434 arg   "math-macro-remove-param"
34435 \end_inset
34436
34437
34438 \end_layout
34439
34440 \end_inset
34441 </cell>
34442 <cell alignment="center" valignment="top" usebox="none">
34443 \begin_inset Text
34444
34445 \begin_layout Plain Layout
34446
34447 \family sans
34448 Bearbeiten\SpecialChar menuseparator
34449 Mathe\SpecialChar menuseparator
34450 Makro-Definition\SpecialChar menuseparator
34451 Letztes Argument entfernen
34452 \end_layout
34453
34454 \end_inset
34455 </cell>
34456 </row>
34457 <row interlinespace="2.5mm">
34458 <cell alignment="center" valignment="top" usebox="none">
34459 \begin_inset Text
34460
34461 \begin_layout Plain Layout
34462 \begin_inset Info
34463 type  "icon"
34464 arg   "math-macro-add-param"
34465 \end_inset
34466
34467
34468 \end_layout
34469
34470 \end_inset
34471 </cell>
34472 <cell alignment="center" valignment="top" usebox="none">
34473 \begin_inset Text
34474
34475 \begin_layout Plain Layout
34476
34477 \family sans
34478 Bearbeiten\SpecialChar menuseparator
34479 Mathe\SpecialChar menuseparator
34480 Makro-Definition\SpecialChar menuseparator
34481 Argument hinzufügen
34482 \end_layout
34483
34484 \end_inset
34485 </cell>
34486 </row>
34487 <row interlinespace="2.5mm">
34488 <cell alignment="center" valignment="top" usebox="none">
34489 \begin_inset Text
34490
34491 \begin_layout Plain Layout
34492 \begin_inset Info
34493 type  "icon"
34494 arg   "math-macro-make-optional"
34495 \end_inset
34496
34497
34498 \end_layout
34499
34500 \end_inset
34501 </cell>
34502 <cell alignment="center" valignment="top" usebox="none">
34503 \begin_inset Text
34504
34505 \begin_layout Plain Layout
34506
34507 \family sans
34508 Bearbeiten\SpecialChar menuseparator
34509 Mathe\SpecialChar menuseparator
34510 Makro-Definition\SpecialChar menuseparator
34511 Das erste nicht-optionale
34512 \begin_inset Newline newline
34513 \end_inset
34514
34515
34516 \begin_inset Phantom HPhantom
34517 status open
34518
34519 \begin_layout Plain Layout
34520
34521 \family sans
34522 Bearbeiten\SpecialChar menuseparator
34523 Mathe\SpecialChar menuseparator
34524 Makro-Definition\SpecialChar menuseparator
34525
34526 \end_layout
34527
34528 \end_inset
34529
34530 Argument in einen optionales
34531 \begin_inset Newline newline
34532 \end_inset
34533
34534
34535 \begin_inset Phantom HPhantom
34536 status open
34537
34538 \begin_layout Plain Layout
34539
34540 \family sans
34541 Bearbeiten\SpecialChar menuseparator
34542 Mathe\SpecialChar menuseparator
34543 Makro-Definition\SpecialChar menuseparator
34544
34545 \end_layout
34546
34547 \end_inset
34548
34549 ändern
34550 \end_layout
34551
34552 \end_inset
34553 </cell>
34554 </row>
34555 <row interlinespace="2.5mm">
34556 <cell alignment="center" valignment="top" usebox="none">
34557 \begin_inset Text
34558
34559 \begin_layout Plain Layout
34560 \begin_inset Info
34561 type  "icon"
34562 arg   "math-macro-make-nonoptional"
34563 \end_inset
34564
34565
34566 \end_layout
34567
34568 \end_inset
34569 </cell>
34570 <cell alignment="center" valignment="top" usebox="none">
34571 \begin_inset Text
34572
34573 \begin_layout Plain Layout
34574
34575 \family sans
34576 Bearbeiten\SpecialChar menuseparator
34577 Mathe\SpecialChar menuseparator
34578 Makro-Definition\SpecialChar menuseparator
34579 Das letzte optionale Argument in
34580 \begin_inset Newline newline
34581 \end_inset
34582
34583
34584 \begin_inset Phantom HPhantom
34585 status open
34586
34587 \begin_layout Plain Layout
34588
34589 \family sans
34590 Bearbeiten\SpecialChar menuseparator
34591 Mathe\SpecialChar menuseparator
34592 Makro-Definition\SpecialChar menuseparator
34593
34594 \end_layout
34595
34596 \end_inset
34597
34598 einen nicht-optionales ändern
34599 \end_layout
34600
34601 \end_inset
34602 </cell>
34603 </row>
34604 <row interlinespace="2.5mm">
34605 <cell alignment="center" valignment="top" usebox="none">
34606 \begin_inset Text
34607
34608 \begin_layout Plain Layout
34609 \begin_inset Info
34610 type  "icon"
34611 arg   "math-macro-remove-optional-param"
34612 \end_inset
34613
34614
34615 \end_layout
34616
34617 \end_inset
34618 </cell>
34619 <cell alignment="center" valignment="top" usebox="none">
34620 \begin_inset Text
34621
34622 \begin_layout Plain Layout
34623
34624 \family sans
34625 Bearbeiten\SpecialChar menuseparator
34626 Mathe\SpecialChar menuseparator
34627 Makro-Definition\SpecialChar menuseparator
34628 Optionales Argument entfernen
34629 \end_layout
34630
34631 \end_inset
34632 </cell>
34633 </row>
34634 <row interlinespace="2.5mm">
34635 <cell alignment="center" valignment="top" usebox="none">
34636 \begin_inset Text
34637
34638 \begin_layout Plain Layout
34639 \begin_inset Info
34640 type  "icon"
34641 arg   "math-macro-add-optional-param"
34642 \end_inset
34643
34644
34645 \end_layout
34646
34647 \end_inset
34648 </cell>
34649 <cell alignment="center" valignment="top" usebox="none">
34650 \begin_inset Text
34651
34652 \begin_layout Plain Layout
34653
34654 \family sans
34655 Bearbeiten\SpecialChar menuseparator
34656 Mathe\SpecialChar menuseparator
34657 Makro-Definition\SpecialChar menuseparator
34658 Optionales Argument einfügen
34659 \end_layout
34660
34661 \end_inset
34662 </cell>
34663 </row>
34664 <row interlinespace="2.5mm">
34665 <cell alignment="center" valignment="top" usebox="none">
34666 \begin_inset Text
34667
34668 \begin_layout Plain Layout
34669 \begin_inset Info
34670 type  "icon"
34671 arg   "math-macro-remove-greedy-param"
34672 \end_inset
34673
34674
34675 \end_layout
34676
34677 \end_inset
34678 </cell>
34679 <cell alignment="center" valignment="top" usebox="none">
34680 \begin_inset Text
34681
34682 \begin_layout Plain Layout
34683
34684 \family sans
34685 Bearbeiten\SpecialChar menuseparator
34686 Mathe\SpecialChar menuseparator
34687 Makro-Definition\SpecialChar menuseparator
34688 Letztes Argument rechts entfernen
34689 \end_layout
34690
34691 \end_inset
34692 </cell>
34693 </row>
34694 <row interlinespace="2.5mm">
34695 <cell alignment="center" valignment="top" usebox="none">
34696 \begin_inset Text
34697
34698 \begin_layout Plain Layout
34699 \begin_inset Info
34700 type  "icon"
34701 arg   "math-macro-append-greedy-param"
34702 \end_inset
34703
34704
34705 \end_layout
34706
34707 \end_inset
34708 </cell>
34709 <cell alignment="center" valignment="top" usebox="none">
34710 \begin_inset Text
34711
34712 \begin_layout Plain Layout
34713
34714 \family sans
34715 Bearbeiten\SpecialChar menuseparator
34716 Mathe\SpecialChar menuseparator
34717 Makro-Definition\SpecialChar menuseparator
34718 Argument von rechts hinzufügen
34719 \end_layout
34720
34721 \end_inset
34722 </cell>
34723 </row>
34724 <row interlinespace="2.5mm">
34725 <cell alignment="center" valignment="top" usebox="none">
34726 \begin_inset Text
34727
34728 \begin_layout Plain Layout
34729 \begin_inset Info
34730 type  "icon"
34731 arg   "math-macro-add-greedy-optional-param"
34732 \end_inset
34733
34734
34735 \end_layout
34736
34737 \end_inset
34738 </cell>
34739 <cell alignment="center" valignment="top" usebox="none">
34740 \begin_inset Text
34741
34742 \begin_layout Plain Layout
34743
34744 \family sans
34745 Bearbeiten\SpecialChar menuseparator
34746 Mathe\SpecialChar menuseparator
34747 Makro-Definition\SpecialChar menuseparator
34748 Optionales Argument von rechts
34749 \begin_inset Newline newline
34750 \end_inset
34751
34752
34753 \begin_inset Phantom HPhantom
34754 status open
34755
34756 \begin_layout Plain Layout
34757
34758 \family sans
34759 Bearbeiten\SpecialChar menuseparator
34760 Mathe\SpecialChar menuseparator
34761 Makro-Definition\SpecialChar menuseparator
34762
34763 \end_layout
34764
34765 \end_inset
34766
34767 hinzufügen
34768 \end_layout
34769
34770 \end_inset
34771 </cell>
34772 </row>
34773 </lyxtabular>
34774
34775 \end_inset
34776
34777
34778 \end_layout
34779
34780 \begin_layout Section
34781 Computeralgebrasysteme
34782 \end_layout
34783
34784 \begin_layout Standard
34785 Mit \SpecialChar LyX
34786  ist es möglich, mathematische Ausdrücke mit externen Anwendungen oder
34787  benutzerdefinierten Skripten auszutauschen.
34788  Momentan werden folgende Anwendungen unterstützt: 
34789 \family typewriter
34790 Maple
34791 \family default
34792
34793 \family typewriter
34794 Mathematica
34795 \family default
34796
34797 \family typewriter
34798 Maxima
34799 \family default
34800  und 
34801 \family typewriter
34802 Octave
34803 \family default
34804 .
34805  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34806  sehr einfache Fälle beschränkt sind.
34807 \end_layout
34808
34809 \begin_layout Subsection
34810 Verwendung
34811 \end_layout
34812
34813 \begin_layout Standard
34814 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34815 \family sans
34816 Bearbeiten\SpecialChar menuseparator
34817 Mathe\SpecialChar menuseparator
34818 Computer-Algebra-System verwenden
34819 \family default
34820  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34821  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34822  mit dem 
34823 \begin_inset Quotes gld
34824 \end_inset
34825
34826 =
34827 \begin_inset Quotes grd
34828 \end_inset
34829
34830  Operator erscheinen.
34831 \end_layout
34832
34833 \begin_layout Standard
34834 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34835 \family typewriter
34836 Maxima
34837 \family default
34838 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34839 \end_layout
34840
34841 \begin_layout Itemize
34842 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34843 \end_inset
34844
34845
34846 \end_layout
34847
34848 \begin_layout Itemize
34849 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34850 \end_inset
34851
34852
34853 \end_layout
34854
34855 \begin_layout Itemize
34856 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34857 \end_inset
34858
34859
34860 \end_layout
34861
34862 \begin_layout Itemize
34863 \begin_inset Formula $\det\left[\begin{array}{ccc}
34864 1 & 6 & 7\\
34865 2 & 5 & 8\\
34866 3 & 4 & 17
34867 \end{array}\right]=-56$
34868 \end_inset
34869
34870
34871 \end_layout
34872
34873 \begin_layout Itemize
34874 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34875 \end_inset
34876
34877
34878 \end_layout
34879
34880 \begin_layout Subsection
34881 Tastenkürzel
34882 \end_layout
34883
34884 \begin_layout Standard
34885 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34886  Sie können aber einfach ein Tastenkürzel mit der \SpecialChar LyX
34887 -Funktion 
34888 \family sans
34889 math-extern
34890 \family default
34891  verknüpfen (siehe das 
34892 \emph on
34893 \SpecialChar LyX
34894 -Funktionen
34895 \emph default
34896  Handbuch).
34897  Man kann z.
34898 \begin_inset space \thinspace{}
34899 \end_inset
34900
34901 B.
34902  die 
34903 \family sans
34904 Enter
34905 \family default
34906 -Taste in Formeln verknüpfen.
34907  Um sie mit 
34908 \family typewriter
34909 Maxima
34910 \family default
34911  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34912 \end_layout
34913
34914 \begin_layout Standard
34915
34916 \series bold
34917 command-alternatives paragraph-break;math-extern maxima
34918 \end_layout
34919
34920 \begin_layout Section
34921 Verschiedenes
34922 \begin_inset Index idx
34923 status collapsed
34924
34925 \begin_layout Plain Layout
34926 Verschiedenes
34927 \end_layout
34928
34929 \end_inset
34930
34931
34932 \end_layout
34933
34934 \begin_layout Subsection
34935 Negative Zahlen
34936 \begin_inset Index idx
34937 status collapsed
34938
34939 \begin_layout Plain Layout
34940 Zahlen ! negative
34941 \end_layout
34942
34943 \end_inset
34944
34945
34946 \end_layout
34947
34948 \begin_layout Standard
34949 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34950  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34951  dargestellt.
34952  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34953  Minuszeichen korrekt.
34954 \end_layout
34955
34956 \begin_layout Standard
34957 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34958  nicht mehr auf.
34959 \end_layout
34960
34961 \begin_layout Standard
34962 Ein Beispiel zur Veranschaulichung der Problematik:
34963 \begin_inset Separator parbreak
34964 \end_inset
34965
34966
34967 \end_layout
34968
34969 \begin_layout Standard
34970 \align center
34971 \begin_inset Tabular
34972 <lyxtabular version="3" rows="3" columns="2">
34973 <features tabularvalignment="middle">
34974 <column alignment="right" valignment="top">
34975 <column alignment="left" valignment="top">
34976 <row>
34977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34978 \begin_inset Text
34979
34980 \begin_layout Plain Layout
34981 normaler Text:
34982 \end_layout
34983
34984 \end_inset
34985 </cell>
34986 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34987 \begin_inset Text
34988
34989 \begin_layout Plain Layout
34990 x = -2
34991 \end_layout
34992
34993 \end_inset
34994 </cell>
34995 </row>
34996 <row>
34997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34998 \begin_inset Text
34999
35000 \begin_layout Plain Layout
35001 Formelmodus:
35002 \end_layout
35003
35004 \end_inset
35005 </cell>
35006 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35007 \begin_inset Text
35008
35009 \begin_layout Plain Layout
35010 \begin_inset Formula $x=-2$
35011 \end_inset
35012
35013
35014 \end_layout
35015
35016 \end_inset
35017 </cell>
35018 </row>
35019 <row>
35020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 Lösung:
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
35030 \begin_inset Text
35031
35032 \begin_layout Plain Layout
35033 \begin_inset Formula $x=\textrm{-}2$
35034 \end_inset
35035
35036
35037 \end_layout
35038
35039 \end_inset
35040 </cell>
35041 </row>
35042 </lyxtabular>
35043
35044 \end_inset
35045
35046
35047 \end_layout
35048
35049 \begin_layout Subsection
35050 Komma als Dezimaltrennzeichen
35051 \begin_inset Index idx
35052 status collapsed
35053
35054 \begin_layout Plain Layout
35055 Komma
35056 \end_layout
35057
35058 \end_inset
35059
35060
35061 \end_layout
35062
35063 \begin_layout Standard
35064 In \SpecialChar LaTeX
35065  fungiert das Komma in einer Formel, gemäß englischer Konvention, als
35066  Gruppentrennzeichen.
35067  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
35068  eingefügt.
35069 \end_layout
35070
35071 \begin_layout Standard
35072 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
35073  Text um (Tastenkürzel 
35074 \family sans
35075 Alt+M
35076 \begin_inset space ~
35077 \end_inset
35078
35079 M
35080 \family default
35081 ).
35082 \end_layout
35083
35084 \begin_layout Standard
35085 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
35086  lädt man die Datei 
35087 \series bold
35088 icomma.sty
35089 \series default
35090
35091 \begin_inset Foot
35092 status collapsed
35093
35094 \begin_layout Plain Layout
35095
35096 \series bold
35097 icomma
35098 \series default
35099  ist Teil des \SpecialChar LaTeX
35100 -Paketes 
35101 \series bold
35102 was
35103 \series default
35104
35105 \begin_inset Index idx
35106 status collapsed
35107
35108 \begin_layout Plain Layout
35109 Pakete ! was
35110 \begin_inset ERT
35111 status collapsed
35112
35113 \begin_layout Plain Layout
35114
35115
35116 \backslash
35117 vspace{4mm}
35118 \end_layout
35119
35120 \end_inset
35121
35122
35123 \end_layout
35124
35125 \end_inset
35126
35127 .
35128 \end_layout
35129
35130 \end_inset
35131
35132
35133 \begin_inset Index idx
35134 status collapsed
35135
35136 \begin_layout Plain Layout
35137 Pakete ! icomma
35138 \end_layout
35139
35140 \end_inset
35141
35142  mit der \SpecialChar LaTeX
35143 -Vorspannzeile
35144 \end_layout
35145
35146 \begin_layout Standard
35147
35148 \series bold
35149
35150 \backslash
35151 usepackage{icomma}
35152 \end_layout
35153
35154 \begin_layout Subsection
35155 Physikalische Vektoren
35156 \begin_inset CommandInset label
35157 LatexCommand label
35158 name "subsec:Physikalische-Vektoren"
35159
35160 \end_inset
35161
35162
35163 \begin_inset Index idx
35164 status collapsed
35165
35166 \begin_layout Plain Layout
35167 Vektoren ! physikalische
35168 \end_layout
35169
35170 \end_inset
35171
35172
35173 \end_layout
35174
35175 \begin_layout Standard
35176 Vordefinierte Vektoren bietet das \SpecialChar LaTeX
35177 -Paket 
35178 \series bold
35179 braket
35180 \series default
35181
35182 \begin_inset Index idx
35183 status collapsed
35184
35185 \begin_layout Plain Layout
35186 Pakete ! braket
35187 \end_layout
35188
35189 \end_inset
35190
35191 , das mit der \SpecialChar LaTeX
35192 -Vorspannzeile
35193 \end_layout
35194
35195 \begin_layout Standard
35196
35197 \series bold
35198
35199 \backslash
35200 usepackage{braket}
35201 \end_layout
35202
35203 \begin_layout Standard
35204 geladen wird.
35205 \begin_inset ERT
35206 status collapsed
35207
35208 \begin_layout Plain Layout
35209
35210
35211 \backslash
35212 ifbraket 
35213 \end_layout
35214
35215 \end_inset
35216
35217
35218 \begin_inset Note Note
35219 status open
35220
35221 \begin_layout Plain Layout
35222 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
35223 -Paket 
35224 \series bold
35225 braket
35226 \series default
35227  installiert ist:
35228 \end_layout
35229
35230 \end_inset
35231
35232
35233 \end_layout
35234
35235 \begin_layout Standard
35236 Folgende Befehle sind definiert:
35237 \begin_inset Separator parbreak
35238 \end_inset
35239
35240
35241 \end_layout
35242
35243 \begin_layout Standard
35244 \align center
35245 \begin_inset Tabular
35246 <lyxtabular version="3" rows="4" columns="2">
35247 <features tabularvalignment="middle">
35248 <column alignment="center" valignment="top">
35249 <column alignment="center" valignment="top">
35250 <row>
35251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35252 \begin_inset Text
35253
35254 \begin_layout Plain Layout
35255 Befehl
35256 \end_layout
35257
35258 \end_inset
35259 </cell>
35260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35261 \begin_inset Text
35262
35263 \begin_layout Plain Layout
35264 Ergebnis
35265 \end_layout
35266
35267 \end_inset
35268 </cell>
35269 </row>
35270 <row>
35271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35272 \begin_inset Text
35273
35274 \begin_layout Plain Layout
35275
35276 \backslash
35277 Bra{
35278 \backslash
35279 psi
35280 \end_layout
35281
35282 \end_inset
35283 </cell>
35284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35285 \begin_inset Text
35286
35287 \begin_layout Plain Layout
35288 \begin_inset Formula $\Bra{\psi}$
35289 \end_inset
35290
35291
35292 \end_layout
35293
35294 \end_inset
35295 </cell>
35296 </row>
35297 <row>
35298 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35299 \begin_inset Text
35300
35301 \begin_layout Plain Layout
35302
35303 \backslash
35304 Ket{
35305 \backslash
35306 psi
35307 \end_layout
35308
35309 \end_inset
35310 </cell>
35311 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35312 \begin_inset Text
35313
35314 \begin_layout Plain Layout
35315 \begin_inset Formula $\Ket{\psi}$
35316 \end_inset
35317
35318
35319 \end_layout
35320
35321 \end_inset
35322 </cell>
35323 </row>
35324 <row>
35325 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35326 \begin_inset Text
35327
35328 \begin_layout Plain Layout
35329
35330 \backslash
35331 Braket{
35332 \backslash
35333 psi|
35334 \backslash
35335 phi
35336 \end_layout
35337
35338 \end_inset
35339 </cell>
35340 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35341 \begin_inset Text
35342
35343 \begin_layout Plain Layout
35344 \begin_inset Formula $\Braket{\psi|\phi}$
35345 \end_inset
35346
35347
35348 \end_layout
35349
35350 \end_inset
35351 </cell>
35352 </row>
35353 </lyxtabular>
35354
35355 \end_inset
35356
35357
35358 \end_layout
35359
35360 \begin_layout Standard
35361 Der Befehl 
35362 \series bold
35363
35364 \backslash
35365 Braket
35366 \series default
35367  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35368  Klammern gesetzt werden:
35369 \begin_inset Formula 
35370 \[
35371 \Braket{\phi|J=\frac{3}{2}\,,\,M_{J}}
35372 \]
35373
35374 \end_inset
35375
35376
35377 \begin_inset ERT
35378 status collapsed
35379
35380 \begin_layout Plain Layout
35381
35382
35383 \backslash
35384 else 
35385 \end_layout
35386
35387 \end_inset
35388
35389
35390 \begin_inset Note Note
35391 status open
35392
35393 \begin_layout Plain Layout
35394 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
35395 -Paket 
35396 \series bold
35397 braket
35398 \series default
35399  nicht installiert ist:
35400 \end_layout
35401
35402 \end_inset
35403
35404
35405 \end_layout
35406
35407 \begin_layout Standard
35408 Das \SpecialChar LaTeX
35409 -Paket 
35410 \series bold
35411 braket 
35412 \series default
35413 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35414 \end_layout
35415
35416 \begin_layout Standard
35417 \begin_inset ERT
35418 status collapsed
35419
35420 \begin_layout Plain Layout
35421
35422
35423 \backslash
35424 fi 
35425 \end_layout
35426
35427 \end_inset
35428
35429
35430 \end_layout
35431
35432 \begin_layout Standard
35433 Der Effekt von 
35434 \series bold
35435
35436 \backslash
35437 Braket
35438 \series default
35439  kann auch mit dem Befehl 
35440 \series bold
35441
35442 \backslash
35443 middle
35444 \series default
35445  erzielt werden, der in 
35446 \begin_inset CommandInset ref
35447 LatexCommand ref
35448 reference "subsec:Automatische-Klammergrößen"
35449
35450 \end_inset
35451
35452  beschrieben ist.
35453 \end_layout
35454
35455 \begin_layout Subsection
35456 Selbst definierte Brüche
35457 \begin_inset CommandInset label
35458 LatexCommand label
35459 name "subsec:Selbstdefinierte-Brüche"
35460
35461 \end_inset
35462
35463
35464 \begin_inset Index idx
35465 status collapsed
35466
35467 \begin_layout Plain Layout
35468 Brüche ! selbstdefinierte
35469 \end_layout
35470
35471 \end_inset
35472
35473
35474 \end_layout
35475
35476 \begin_layout Standard
35477 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35478 \series bold
35479
35480 \backslash
35481 genfrac
35482 \series default
35483
35484 \begin_inset Index idx
35485 status collapsed
35486
35487 \begin_layout Plain Layout
35488 Befehle ! G ! 
35489 \backslash
35490 genfrac
35491 \end_layout
35492
35493 \end_inset
35494
35495  in folgendem Schema:
35496 \end_layout
35497
35498 \begin_layout Standard
35499
35500 \series bold
35501
35502 \backslash
35503 genfrac{linke
35504 \series default
35505  
35506 \series bold
35507 Klammer}{rechte
35508 \series default
35509  
35510 \series bold
35511 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35512 \begin_inset Newline newline
35513 \end_inset
35514
35515
35516 \begin_inset Phantom HPhantom
35517 status open
35518
35519 \begin_layout Plain Layout
35520
35521 \series bold
35522
35523 \backslash
35524 genfrac
35525 \end_layout
35526
35527 \end_inset
35528
35529 {Zähler}{Nenner}
35530 \end_layout
35531
35532 \begin_layout Standard
35533 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35534 \begin_inset space \thinspace{}
35535 \end_inset
35536
35537 -
35538 \begin_inset space \thinspace{}
35539 \end_inset
35540
35541 3 angegeben.
35542 \begin_inset Separator parbreak
35543 \end_inset
35544
35545
35546 \end_layout
35547
35548 \begin_layout Standard
35549 \align center
35550 \begin_inset Tabular
35551 <lyxtabular version="3" rows="5" columns="2">
35552 <features tabularvalignment="middle">
35553 <column alignment="center" valignment="top">
35554 <column alignment="center" valignment="top">
35555 <row>
35556 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35557 \begin_inset Text
35558
35559 \begin_layout Plain Layout
35560 Nummer
35561 \end_layout
35562
35563 \end_inset
35564 </cell>
35565 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35566 \begin_inset Text
35567
35568 \begin_layout Plain Layout
35569 Ansichtsstil
35570 \end_layout
35571
35572 \end_inset
35573 </cell>
35574 </row>
35575 <row>
35576 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35577 \begin_inset Text
35578
35579 \begin_layout Plain Layout
35580 0
35581 \end_layout
35582
35583 \end_inset
35584 </cell>
35585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35586 \begin_inset Text
35587
35588 \begin_layout Plain Layout
35589 abgesetzte Formel
35590 \end_layout
35591
35592 \end_inset
35593 </cell>
35594 </row>
35595 <row>
35596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35597 \begin_inset Text
35598
35599 \begin_layout Plain Layout
35600 1
35601 \end_layout
35602
35603 \end_inset
35604 </cell>
35605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35606 \begin_inset Text
35607
35608 \begin_layout Plain Layout
35609 eingebettete Formel
35610 \end_layout
35611
35612 \end_inset
35613 </cell>
35614 </row>
35615 <row>
35616 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35617 \begin_inset Text
35618
35619 \begin_layout Plain Layout
35620 2
35621 \end_layout
35622
35623 \end_inset
35624 </cell>
35625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35626 \begin_inset Text
35627
35628 \begin_layout Plain Layout
35629 klein
35630 \end_layout
35631
35632 \end_inset
35633 </cell>
35634 </row>
35635 <row>
35636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35637 \begin_inset Text
35638
35639 \begin_layout Plain Layout
35640 3
35641 \end_layout
35642
35643 \end_inset
35644 </cell>
35645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35646 \begin_inset Text
35647
35648 \begin_layout Plain Layout
35649 winzig
35650 \end_layout
35651
35652 \end_inset
35653 </cell>
35654 </row>
35655 </lyxtabular>
35656
35657 \end_inset
35658
35659
35660 \end_layout
35661
35662 \begin_layout Standard
35663 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35664  
35665 \series bold
35666
35667 \backslash
35668 frac
35669 \series default
35670  der Umgebung an.
35671 \end_layout
35672
35673 \begin_layout Standard
35674 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35675  0.4
35676 \begin_inset space \thinspace{}
35677 \end_inset
35678
35679 pt verwendet.
35680 \end_layout
35681
35682 \begin_layout Standard
35683 \begin_inset VSpace medskip
35684 \end_inset
35685
35686 Zum Beispiel sind die Befehle 
35687 \series bold
35688
35689 \backslash
35690 dfrac
35691 \series default
35692  und 
35693 \series bold
35694
35695 \backslash
35696 tbinom
35697 \series default
35698  aus 
35699 \begin_inset CommandInset ref
35700 LatexCommand ref
35701 reference "subsec:Brüche"
35702
35703 \end_inset
35704
35705  folgendermaßen definiert:
35706 \end_layout
35707
35708 \begin_layout Standard
35709
35710 \series bold
35711
35712 \backslash
35713 newcommand{
35714 \backslash
35715 dfrac}[2]{
35716 \backslash
35717 genfrac{}{}{}{0}{#1}{#2}}
35718 \end_layout
35719
35720 \begin_layout Standard
35721 und
35722 \end_layout
35723
35724 \begin_layout Standard
35725
35726 \series bold
35727
35728 \backslash
35729 newcommand{
35730 \backslash
35731 tbinom}[2]{
35732 \backslash
35733 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35734 \end_layout
35735
35736 \begin_layout Standard
35737 \begin_inset VSpace medskip
35738 \end_inset
35739
35740 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35741  Argument angeben kann, gibt man im \SpecialChar LaTeX
35742 -Vorspann folgenden Befehl ein:
35743 \end_layout
35744
35745 \begin_layout Standard
35746
35747 \series bold
35748
35749 \backslash
35750 newcommand{
35751 \backslash
35752 fracS}[3][]{
35753 \backslash
35754 genfrac{}{}{#1}{}{#2}{#3}}
35755 \end_layout
35756
35757 \begin_layout Standard
35758 Dazu ein Test:
35759 \begin_inset Formula 
35760 \begin{align*}
35761 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35762 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35763 \end{align*}
35764
35765 \end_inset
35766
35767 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35768  in etwa der dreifachen Strichdicke.
35769 \end_layout
35770
35771 \begin_layout Subsection
35772 Durchgestrichene Formeln
35773 \begin_inset Index idx
35774 status collapsed
35775
35776 \begin_layout Plain Layout
35777 Formel ! durchgestrichene
35778 \end_layout
35779
35780 \end_inset
35781
35782
35783 \end_layout
35784
35785 \begin_layout Standard
35786 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
35787 \end_layout
35788
35789 \begin_layout Standard
35790 \begin_inset ERT
35791 status collapsed
35792
35793 \begin_layout Plain Layout
35794
35795
35796 \backslash
35797 ifcancel 
35798 \end_layout
35799
35800 \end_inset
35801
35802
35803 \begin_inset Note Note
35804 status open
35805
35806 \begin_layout Plain Layout
35807 Die folgende Tabelle erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
35808 -Paket 
35809 \series bold
35810 cancel
35811 \series default
35812  installiert ist:
35813 \end_layout
35814
35815 \end_inset
35816
35817
35818 \begin_inset Separator parbreak
35819 \end_inset
35820
35821
35822 \end_layout
35823
35824 \begin_layout Standard
35825 \align center
35826 \begin_inset Tabular
35827 <lyxtabular version="3" rows="5" columns="2">
35828 <features tabularvalignment="middle">
35829 <column alignment="center" valignment="top">
35830 <column alignment="center" valignment="top">
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 Befehl
35837 \end_layout
35838
35839 \end_inset
35840 </cell>
35841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35842 \begin_inset Text
35843
35844 \begin_layout Plain Layout
35845 Ergebnis
35846 \begin_inset Note Note
35847 status collapsed
35848
35849 \begin_layout Plain Layout
35850 Der Leerraum und 
35851 \series bold
35852
35853 \backslash
35854 raisebox
35855 \series default
35856  dienen nur als Abstandhalter.
35857 \end_layout
35858
35859 \end_inset
35860
35861
35862 \end_layout
35863
35864 \end_inset
35865 </cell>
35866 </row>
35867 <row>
35868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35869 \begin_inset Text
35870
35871 \begin_layout Plain Layout
35872
35873 \backslash
35874 cancel
35875 \begin_inset space \textvisiblespace{}
35876 \end_inset
35877
35878
35879 \backslash
35880 int
35881 \begin_inset space \textvisiblespace{}
35882 \end_inset
35883
35884 A=B
35885 \end_layout
35886
35887 \end_inset
35888 </cell>
35889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35890 \begin_inset Text
35891
35892 \begin_layout Plain Layout
35893 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35894 \end_inset
35895
35896
35897 \end_layout
35898
35899 \end_inset
35900 </cell>
35901 </row>
35902 <row>
35903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35904 \begin_inset Text
35905
35906 \begin_layout Plain Layout
35907
35908 \backslash
35909 bcancel
35910 \begin_inset space \textvisiblespace{}
35911 \end_inset
35912
35913
35914 \backslash
35915 int
35916 \begin_inset space \textvisiblespace{}
35917 \end_inset
35918
35919 A=B
35920 \end_layout
35921
35922 \end_inset
35923 </cell>
35924 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35925 \begin_inset Text
35926
35927 \begin_layout Plain Layout
35928 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35929 \end_inset
35930
35931
35932 \end_layout
35933
35934 \end_inset
35935 </cell>
35936 </row>
35937 <row>
35938 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35939 \begin_inset Text
35940
35941 \begin_layout Plain Layout
35942
35943 \backslash
35944 xcancel
35945 \begin_inset space \textvisiblespace{}
35946 \end_inset
35947
35948
35949 \backslash
35950 int
35951 \begin_inset space \textvisiblespace{}
35952 \end_inset
35953
35954 A=B
35955 \end_layout
35956
35957 \end_inset
35958 </cell>
35959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35960 \begin_inset Text
35961
35962 \begin_layout Plain Layout
35963 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35964 \end_inset
35965
35966
35967 \end_layout
35968
35969 \end_inset
35970 </cell>
35971 </row>
35972 <row>
35973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35974 \begin_inset Text
35975
35976 \begin_layout Plain Layout
35977
35978 \backslash
35979 cancelto
35980 \begin_inset space \textvisiblespace{}
35981 \end_inset
35982
35983
35984 \backslash
35985 int
35986 \begin_inset space \textvisiblespace{}
35987 \end_inset
35988
35989 A=B
35990 \begin_inset Formula $\to$
35991 \end_inset
35992
35993 1
35994 \end_layout
35995
35996 \end_inset
35997 </cell>
35998 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35999 \begin_inset Text
36000
36001 \begin_layout Plain Layout
36002 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
36003 \end_inset
36004
36005
36006 \end_layout
36007
36008 \end_inset
36009 </cell>
36010 </row>
36011 </lyxtabular>
36012
36013 \end_inset
36014
36015
36016 \end_layout
36017
36018 \begin_layout Standard
36019
36020 \series bold
36021
36022 \backslash
36023 cancelto
36024 \series default
36025  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
36026  will:
36027 \begin_inset Formula 
36028 \[
36029 \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}}}
36030 \]
36031
36032 \end_inset
36033
36034
36035 \end_layout
36036
36037 \begin_layout Standard
36038 Um die Größe des 
36039 \begin_inset Quotes gld
36040 \end_inset
36041
36042 hochgestellten
36043 \begin_inset Quotes grd
36044 \end_inset
36045
36046  Werts von 
36047 \series bold
36048
36049 \backslash
36050 cancelto
36051 \series default
36052  zu ändern, kann man die \SpecialChar LaTeX
36053 -Vorspannzeile
36054 \end_layout
36055
36056 \begin_layout Standard
36057
36058 \series bold
36059
36060 \backslash
36061 PassOptionsToPackage{Option}{cancel}
36062 \end_layout
36063
36064 \begin_layout Standard
36065 hinzufügen.
36066  
36067 \series bold
36068 Option
36069 \series default
36070  ist entweder 
36071 \series bold
36072 samesize
36073 \series default
36074 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
36075  
36076 \series bold
36077 Smaller
36078 \series default
36079 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
36080 \end_layout
36081
36082 \begin_layout Standard
36083 Um den Durchstrich zu färben, verwendet man den Befehl
36084 \end_layout
36085
36086 \begin_layout Standard
36087
36088 \series bold
36089
36090 \backslash
36091 renewcommand{
36092 \backslash
36093 CancelColor}{
36094 \backslash
36095 color{red}}
36096 \end_layout
36097
36098 \begin_layout Standard
36099 als \SpecialChar TeX
36100 -Code.
36101  
36102 \series bold
36103 red
36104 \series default
36105  kann durch eine Farbe der Wahl ersetzt werden.
36106 \end_layout
36107
36108 \begin_layout Standard
36109 \begin_inset ERT
36110 status collapsed
36111
36112 \begin_layout Plain Layout
36113
36114
36115 \backslash
36116 renewcommand{
36117 \backslash
36118 CancelColor}{
36119 \backslash
36120 color{red}}
36121 \end_layout
36122
36123 \end_inset
36124
36125
36126 \end_layout
36127
36128 \begin_layout Standard
36129 \begin_inset Formula 
36130 \[
36131 \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}}}
36132 \]
36133
36134 \end_inset
36135
36136
36137 \end_layout
36138
36139 \begin_layout Standard
36140 \begin_inset ERT
36141 status collapsed
36142
36143 \begin_layout Plain Layout
36144
36145
36146 \backslash
36147 renewcommand{
36148 \backslash
36149 CancelColor}{
36150 \backslash
36151 color{black}}
36152 \end_layout
36153
36154 \end_inset
36155
36156
36157 \begin_inset Note Note
36158 status open
36159
36160 \begin_layout Plain Layout
36161 Farbe zurücksetzen
36162 \end_layout
36163
36164 \end_inset
36165
36166
36167 \end_layout
36168
36169 \begin_layout Standard
36170 Für weitere Anpassungen siehe die Dokumentation des Pakets 
36171 \series bold
36172 cancel
36173 \series default
36174
36175 \begin_inset CommandInset citation
36176 LatexCommand cite
36177 key "cancel"
36178
36179 \end_inset
36180
36181 .
36182 \begin_inset Index idx
36183 status collapsed
36184
36185 \begin_layout Plain Layout
36186 Pakete ! cancel
36187 \end_layout
36188
36189 \end_inset
36190
36191
36192 \end_layout
36193
36194 \begin_layout Standard
36195 \begin_inset ERT
36196 status collapsed
36197
36198 \begin_layout Plain Layout
36199
36200
36201 \backslash
36202 else 
36203 \end_layout
36204
36205 \end_inset
36206
36207
36208 \begin_inset Note Note
36209 status open
36210
36211 \begin_layout Plain Layout
36212 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
36213 -Paket 
36214 \series bold
36215 cancel
36216 \series default
36217  nicht installiert ist:
36218 \end_layout
36219
36220 \end_inset
36221
36222
36223 \end_layout
36224
36225 \begin_layout Standard
36226 Das \SpecialChar LaTeX
36227 -Paket 
36228 \series bold
36229 cancel 
36230 \series default
36231 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36232 \end_layout
36233
36234 \begin_layout Standard
36235 \begin_inset ERT
36236 status collapsed
36237
36238 \begin_layout Plain Layout
36239
36240
36241 \backslash
36242 fi 
36243 \end_layout
36244
36245 \end_inset
36246
36247
36248 \end_layout
36249
36250 \begin_layout Subsection
36251 Formeln in Überschriften
36252 \begin_inset CommandInset label
36253 LatexCommand label
36254 name "subsec:Formeln-in-Überschriften"
36255
36256 \end_inset
36257
36258
36259 \begin_inset Index idx
36260 status collapsed
36261
36262 \begin_layout Plain Layout
36263 Formel ! in Überschriften
36264 \end_layout
36265
36266 \end_inset
36267
36268
36269 \end_layout
36270
36271 \begin_layout Standard
36272 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36273 \end_layout
36274
36275 \begin_layout Standard
36276 \begin_inset Note Greyedout
36277 status open
36278
36279 \begin_layout Plain Layout
36280 Verwendet man 
36281 \series bold
36282 hyperref
36283 \series default
36284
36285 \begin_inset Index idx
36286 status collapsed
36287
36288 \begin_layout Plain Layout
36289 Pakete ! hyperref
36290 \end_layout
36291
36292 \end_inset
36293
36294  Unterstützung im den Dokumenteinstellungen unter 
36295 \family sans
36296 PDF-Eigenschaften
36297 \family default
36298 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36299  erzeugt.
36300  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36301  dargestellt.
36302  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36303 \end_layout
36304
36305 \end_inset
36306
36307
36308 \end_layout
36309
36310 \begin_layout Standard
36311 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36312  Kurztitel über das Menü 
36313 \family sans
36314 Einfügen\SpecialChar menuseparator
36315 Kurztitel
36316 \family default
36317  einfügt.
36318  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36319  um das Inhaltsverzeichnis übersichtlich zu halten.
36320  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36321 chen.
36322 \end_layout
36323
36324 \begin_layout Standard
36325 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36326 \series bold
36327 hyperref
36328 \series default
36329 , verwendet man im \SpecialChar TeX
36330 -Modus den Befehl
36331 \end_layout
36332
36333 \begin_layout Standard
36334
36335 \series bold
36336
36337 \backslash
36338 texorpdfstring{Teil}{Alternative}
36339 \begin_inset Index idx
36340 status collapsed
36341
36342 \begin_layout Plain Layout
36343 Befehle ! T ! 
36344 \backslash
36345 texorpdfstring
36346 \end_layout
36347
36348 \end_inset
36349
36350
36351 \end_layout
36352
36353 \begin_layout Standard
36354 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36355  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36356  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36357  soll.
36358 \end_layout
36359
36360 \begin_layout Standard
36361 Es folgen zwei Beispielüberschriften:
36362 \begin_inset VSpace -3mm
36363 \end_inset
36364
36365
36366 \begin_inset ERT
36367 status collapsed
36368
36369 \begin_layout Plain Layout
36370
36371
36372 \backslash
36373 boldmath 
36374 \end_layout
36375
36376 \end_inset
36377
36378
36379 \end_layout
36380
36381 \begin_layout Subsubsection
36382 Überschrift ohne Formel im Inhaltsverzeichnis 
36383 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36384 \end_inset
36385
36386
36387 \begin_inset Argument 1
36388 status collapsed
36389
36390 \begin_layout Plain Layout
36391 Überschrift ohne Formel im Inhaltsverzeichnis
36392 \end_layout
36393
36394 \end_inset
36395
36396
36397 \end_layout
36398
36399 \begin_layout Subsubsection
36400 Überschrift mit Formel im Inhaltsverzeichnis
36401 \begin_inset ERT
36402 status collapsed
36403
36404 \begin_layout Plain Layout
36405
36406
36407 \backslash
36408 texorpdfstring{
36409 \end_layout
36410
36411 \end_inset
36412
36413  
36414 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36415 \end_inset
36416
36417
36418 \begin_inset ERT
36419 status collapsed
36420
36421 \begin_layout Plain Layout
36422
36423 }{}
36424 \end_layout
36425
36426 \end_inset
36427
36428
36429 \end_layout
36430
36431 \begin_layout Standard
36432 \begin_inset ERT
36433 status collapsed
36434
36435 \begin_layout Plain Layout
36436
36437
36438 \backslash
36439 unboldmath 
36440 \end_layout
36441
36442 \end_inset
36443
36444 In der ersten Überschrift wurde ein Kurztitel verwendet.
36445  In der zweiten 
36446 \series bold
36447
36448 \backslash
36449 texorpdfstring
36450 \series default
36451 .
36452 \end_layout
36453
36454 \begin_layout Standard
36455 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36456  die komplette Überschrift in eine 
36457 \series bold
36458 boldmath
36459 \series default
36460 -Umgebung
36461 \begin_inset Foot
36462 status collapsed
36463
36464 \begin_layout Plain Layout
36465 siehe 
36466 \begin_inset CommandInset ref
36467 LatexCommand ref
36468 reference "subsec:Fett-gedruckte-Formeln"
36469
36470 \end_inset
36471
36472
36473 \end_layout
36474
36475 \end_inset
36476
36477  gesetzt.
36478 \end_layout
36479
36480 \begin_layout Subsection
36481 Formeln im mehrspaltigen Text
36482 \begin_inset Index idx
36483 status collapsed
36484
36485 \begin_layout Plain Layout
36486 Formel ! im mehrspaltigen Text
36487 \end_layout
36488
36489 \end_inset
36490
36491
36492 \end_layout
36493
36494 \begin_layout Standard
36495 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36496  müssen daher über die gesamte Seitenbreite gesetzt werden.
36497  Dazu verwendet man das \SpecialChar LaTeX
36498 -Paket 
36499 \series bold
36500 multicol
36501 \series default
36502
36503 \begin_inset Foot
36504 status collapsed
36505
36506 \begin_layout Plain Layout
36507
36508 \series bold
36509 multicol
36510 \series default
36511  ist Teil jeder \SpecialChar LaTeX
36512 -Standardinstallation.
36513 \end_layout
36514
36515 \end_inset
36516
36517
36518 \begin_inset Index idx
36519 status collapsed
36520
36521 \begin_layout Plain Layout
36522 Pakete ! multicol
36523 \end_layout
36524
36525 \end_inset
36526
36527 , das mit der \SpecialChar LaTeX
36528 -Vorspannzeile
36529 \end_layout
36530
36531 \begin_layout Standard
36532
36533 \series bold
36534
36535 \backslash
36536 usepackage{multicol}
36537 \end_layout
36538
36539 \begin_layout Standard
36540 geladen wird.
36541 \end_layout
36542
36543 \begin_layout Standard
36544 \begin_inset Note Greyedout
36545 status open
36546
36547 \begin_layout Plain Layout
36548 Dabei ist zu beachten, dass im Menü 
36549 \family sans
36550 Dokument\SpecialChar menuseparator
36551 Einstellungen
36552 \family default
36553  unter 
36554 \family sans
36555 Textformat
36556 \family default
36557  
36558 \emph on
36559 nicht
36560 \emph default
36561  
36562 \family sans
36563 Zweispaltiges
36564 \begin_inset space ~
36565 \end_inset
36566
36567 Dokument
36568 \family default
36569  ausgewählt sein darf.
36570 \end_layout
36571
36572 \end_inset
36573
36574
36575 \end_layout
36576
36577 \begin_layout Standard
36578 Vor den mehrspaltigen Text schreibt man im \SpecialChar TeX
36579 -Modus den Befehl
36580 \end_layout
36581
36582 \begin_layout Standard
36583
36584 \series bold
36585
36586 \backslash
36587 begin{multicols}{Spaltenanzahl}
36588 \end_layout
36589
36590 \begin_layout Standard
36591 wobei die Spaltenanzahl eine Zahl im Bereich 2
36592 \begin_inset space \thinspace{}
36593 \end_inset
36594
36595 -
36596 \begin_inset space \thinspace{}
36597 \end_inset
36598
36599 10 ist.
36600  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36601 \end_layout
36602
36603 \begin_layout Standard
36604
36605 \series bold
36606
36607 \backslash
36608 end{multicols}
36609 \end_layout
36610
36611 \begin_layout Standard
36612 der im \SpecialChar TeX
36613 -Modus eingegeben wird.
36614 \end_layout
36615
36616 \begin_layout Standard
36617 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36618  Um dies rückgängig zu machen, fügt man vor der Formel -6
36619 \begin_inset space \thinspace{}
36620 \end_inset
36621
36622 mm vertikalen Leerraum ein.
36623  Ist der Formelstil 
36624 \series bold
36625 Eingerückt
36626 \begin_inset Foot
36627 status collapsed
36628
36629 \begin_layout Plain Layout
36630 Formelstile siehe 
36631 \begin_inset CommandInset ref
36632 LatexCommand ref
36633 reference "sec:Formelstile"
36634
36635 \end_inset
36636
36637
36638 \end_layout
36639
36640 \end_inset
36641
36642
36643 \series default
36644  gewählt, fügt man stattdessen -9
36645 \begin_inset space \thinspace{}
36646 \end_inset
36647
36648 mm Leerraum ein.
36649 \end_layout
36650
36651 \begin_layout Standard
36652 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36653 \end_layout
36654
36655 \begin_layout Standard
36656 \begin_inset ERT
36657 status collapsed
36658
36659 \begin_layout Plain Layout
36660
36661
36662 \backslash
36663 begin{multicols}{2}
36664 \end_layout
36665
36666 \end_inset
36667
36668 Das Spektrum wird fouriertransformiert.
36669  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36670 , Lösungsmittel) zu trennen.
36671  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36672  nun das Aussehen des Ausgangssignals.
36673  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36674  über alle Phasen integrieren muss.
36675  Sei nun 
36676 \begin_inset Formula $S$
36677 \end_inset
36678
36679  unser normiertes Ausgangssignal und 
36680 \begin_inset Formula $P$
36681 \end_inset
36682
36683  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36684 \begin_inset ERT
36685 status collapsed
36686
36687 \begin_layout Plain Layout
36688
36689
36690 \backslash
36691 end{multicols}
36692 \end_layout
36693
36694 \end_inset
36695
36696
36697 \begin_inset VSpace -6mm
36698 \end_inset
36699
36700
36701 \begin_inset Formula 
36702 \begin{equation}
36703 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36704 \end{equation}
36705
36706 \end_inset
36707
36708
36709 \begin_inset ERT
36710 status collapsed
36711
36712 \begin_layout Plain Layout
36713
36714
36715 \backslash
36716 begin{multicols}{2}
36717 \end_layout
36718
36719 \end_inset
36720
36721 wobei 
36722 \begin_inset Formula $S_{0}$
36723 \end_inset
36724
36725  das Signal ohne Gradient ist und die Normierungsbedingung 
36726 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36727 \end_inset
36728
36729  gilt.
36730  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36731  Direkt nach dem 
36732 \begin_inset Formula $\nicefrac{\pi}{2}$
36733 \end_inset
36734
36735
36736 \begin_inset space \thinspace{}
36737 \end_inset
36738
36739 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36740  das Signal zusätzlich abschwächt.
36741  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36742  
36743 \begin_inset Formula $T_{2}$
36744 \end_inset
36745
36746 -Zeit.
36747 \end_layout
36748
36749 \begin_layout Standard
36750 \begin_inset ERT
36751 status collapsed
36752
36753 \begin_layout Plain Layout
36754
36755
36756 \backslash
36757 end{multicols}
36758 \end_layout
36759
36760 \end_inset
36761
36762  
36763 \end_layout
36764
36765 \begin_layout Subsection
36766 Formeln mit Beschreibung der Variablen
36767 \begin_inset Index idx
36768 status collapsed
36769
36770 \begin_layout Plain Layout
36771 Formel ! mit Variablenbeschreibung
36772 \end_layout
36773
36774 \end_inset
36775
36776
36777 \end_layout
36778
36779 \begin_layout Standard
36780 Möchte man wie in Formel 
36781 \begin_inset CommandInset ref
36782 LatexCommand eqref
36783 reference "eq:innerhalb"
36784
36785 \end_inset
36786
36787 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36788 \series bold
36789 ×
36790 \series default
36791
36792 \begin_inset Formula $n$
36793 \end_inset
36794
36795
36796 \begin_inset space ~
36797 \end_inset
36798
36799 Matrix mit links ausgerichteten Spalten für die verwendeten 
36800 \begin_inset Formula $n$
36801 \end_inset
36802
36803  Variablen.
36804 \begin_inset Foot
36805 status collapsed
36806
36807 \begin_layout Plain Layout
36808 Matrizen siehe 
36809 \begin_inset CommandInset ref
36810 LatexCommand ref
36811 reference "sec:Matrizen"
36812
36813 \end_inset
36814
36815
36816 \end_layout
36817
36818 \end_inset
36819
36820  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36821 \begin_inset space \thinspace{}
36822 \end_inset
36823
36824 B.
36825  den Befehl 
36826 \series bold
36827
36828 \backslash
36829 footnotesize
36830 \series default
36831  ein.
36832 \begin_inset Foot
36833 status collapsed
36834
36835 \begin_layout Plain Layout
36836 Schriftgrößen siehe 
36837 \begin_inset CommandInset ref
36838 LatexCommand ref
36839 reference "subsec:Schriftgrößen"
36840
36841 \end_inset
36842
36843
36844 \end_layout
36845
36846 \end_inset
36847
36848
36849 \end_layout
36850
36851 \begin_layout Standard
36852 Wird der Formelstil 
36853 \series bold
36854 Eingerückt
36855 \begin_inset Foot
36856 status collapsed
36857
36858 \begin_layout Plain Layout
36859 Formelstile siehe 
36860 \begin_inset CommandInset ref
36861 LatexCommand ref
36862 reference "sec:Formelstile"
36863
36864 \end_inset
36865
36866
36867 \end_layout
36868
36869 \end_inset
36870
36871
36872 \series default
36873  verwendet, fügt man vor und nach der Matrix ein 
36874 \series bold
36875
36876 \backslash
36877 hfill
36878 \series default
36879
36880 \begin_inset Foot
36881 status collapsed
36882
36883 \begin_layout Plain Layout
36884
36885 \series bold
36886
36887 \backslash
36888 hfill
36889 \series default
36890  wirkt nur in Formeln mit dem Stil 
36891 \series bold
36892 Eingerückt
36893 \series default
36894 , siehe 
36895 \begin_inset CommandInset ref
36896 LatexCommand ref
36897 reference "subsec:Variabler-Leerraum"
36898
36899 \end_inset
36900
36901 .
36902 \end_layout
36903
36904 \end_inset
36905
36906  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36907  gleich ist.
36908 \end_layout
36909
36910 \begin_layout Standard
36911 Ist der Formelstil 
36912 \series bold
36913 Zentriert
36914 \series default
36915  gewählt, nutzt man die in 
36916 \begin_inset CommandInset ref
36917 LatexCommand ref
36918 reference "subsec:Flalign-Umgebung"
36919
36920 \end_inset
36921
36922  beschriebene Möglichkeit, Formeln einzurücken.
36923  Formel 
36924 \begin_inset CommandInset ref
36925 LatexCommand eqref
36926 reference "eq:innerhalb"
36927
36928 \end_inset
36929
36930  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36931  der dritten die Matrix und in der letzten die leere \SpecialChar TeX
36932 -Klammer steht.
36933 \begin_inset Formula 
36934 \begin{flalign}
36935 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36936 \rho & \textrm{Dichte}\\
36937 V & \textrm{Volumen}\\
36938 g & \textrm{Fallbeschleunigung}
36939 \end{array} &  & {}\label{eq:innerhalb}
36940 \end{flalign}
36941
36942 \end_inset
36943
36944
36945 \end_layout
36946
36947 \begin_layout Subsection
36948 Aufrechte kleine griechische Buchstaben
36949 \begin_inset CommandInset label
36950 LatexCommand label
36951 name "subsec:Aufrechte-kleine-griechische"
36952
36953 \end_inset
36954
36955
36956 \begin_inset Index idx
36957 status collapsed
36958
36959 \begin_layout Plain Layout
36960 griechische Buchstaben ! aufrechte
36961 \end_layout
36962
36963 \end_inset
36964
36965
36966 \end_layout
36967
36968 \begin_layout Standard
36969 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36970  zur Verfügung.
36971  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36972  aufrechte griechische Buchstaben benötigt.
36973  Die Datei 
36974 \series bold
36975 upgreek.sty
36976 \series default
36977
36978 \begin_inset Foot
36979 status collapsed
36980
36981 \begin_layout Plain Layout
36982
36983 \series bold
36984 upgreek
36985 \series default
36986  ist Teil des \SpecialChar LaTeX
36987 -Paketes 
36988 \series bold
36989 was
36990 \series default
36991
36992 \begin_inset Index idx
36993 status collapsed
36994
36995 \begin_layout Plain Layout
36996 Pakete ! was
36997 \begin_inset ERT
36998 status collapsed
36999
37000 \begin_layout Plain Layout
37001
37002
37003 \backslash
37004 vspace{4mm}
37005 \end_layout
37006
37007 \end_inset
37008
37009
37010 \end_layout
37011
37012 \end_inset
37013
37014 .
37015 \end_layout
37016
37017 \end_inset
37018
37019
37020 \begin_inset Index idx
37021 status collapsed
37022
37023 \begin_layout Plain Layout
37024 Pakete ! upgreek
37025 \end_layout
37026
37027 \end_inset
37028
37029 , die mit der \SpecialChar LaTeX
37030 -Vorspannzeile
37031 \end_layout
37032
37033 \begin_layout Standard
37034
37035 \series bold
37036
37037 \backslash
37038 usepackage{upgreek}
37039 \end_layout
37040
37041 \begin_layout Standard
37042 geladen wird, stellt diese Buchstaben zur Verfügung.
37043  
37044 \begin_inset ERT
37045 status collapsed
37046
37047 \begin_layout Plain Layout
37048
37049
37050 \backslash
37051 ifupgreek 
37052 \end_layout
37053
37054 \end_inset
37055
37056
37057 \begin_inset Note Note
37058 status open
37059
37060 \begin_layout Plain Layout
37061 Das Folgende erscheint nur im Ausdruck wenn das \SpecialChar LaTeX
37062 -Paket 
37063 \series bold
37064 upgreek
37065 \series default
37066  installiert ist:
37067 \end_layout
37068
37069 \end_inset
37070
37071  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
37072  
37073 \series bold
37074 up
37075 \series default
37076  begonnen wird.
37077  So erzeugt z.
37078 \begin_inset space \thinspace{}
37079 \end_inset
37080
37081 B.
37082  der Befehl 
37083 \series bold
37084
37085 \backslash
37086 uptau
37087 \series default
37088  dies: 
37089 \begin_inset Formula $\uptau$
37090 \end_inset
37091
37092
37093 \end_layout
37094
37095 \begin_layout Standard
37096 Damit kann man Elementarteilchenreaktionen erstellen:
37097 \begin_inset Formula 
37098 \[
37099 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
37100 \]
37101
37102 \end_inset
37103
37104
37105 \end_layout
37106
37107 \begin_layout Standard
37108 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
37109  Sie sollten daher nicht für Einheiten wie 
37110 \begin_inset Quotes gld
37111 \end_inset
37112
37113 µm
37114 \begin_inset Quotes grd
37115 \end_inset
37116
37117  verwendet werden.
37118 \end_layout
37119
37120 \begin_layout Standard
37121 \begin_inset ERT
37122 status collapsed
37123
37124 \begin_layout Plain Layout
37125
37126
37127 \backslash
37128 else 
37129 \end_layout
37130
37131 \end_inset
37132
37133
37134 \begin_inset Note Note
37135 status open
37136
37137 \begin_layout Plain Layout
37138 Folgendes erscheint im Ausdruck wenn das \SpecialChar LaTeX
37139 -Paket 
37140 \series bold
37141 upgreek
37142 \series default
37143  nicht installiert ist:
37144 \end_layout
37145
37146 \end_inset
37147
37148
37149 \end_layout
37150
37151 \begin_layout Standard
37152 Das \SpecialChar LaTeX
37153 -Paket 
37154 \series bold
37155 upgreek 
37156 \series default
37157 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
37158 \end_layout
37159
37160 \begin_layout Standard
37161 \begin_inset ERT
37162 status collapsed
37163
37164 \begin_layout Plain Layout
37165
37166
37167 \backslash
37168 fi 
37169 \end_layout
37170
37171 \end_inset
37172
37173
37174 \end_layout
37175
37176 \begin_layout Subsection
37177 Textzeichen in Formeln
37178 \begin_inset Index idx
37179 status collapsed
37180
37181 \begin_layout Plain Layout
37182 Text ! in Formeln
37183 \end_layout
37184
37185 \end_inset
37186
37187
37188 \end_layout
37189
37190 \begin_layout Standard
37191 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
37192  Benötigt man z.
37193 \begin_inset space \thinspace{}
37194 \end_inset
37195
37196 B.
37197  den mittigen Punkt · in Formeln wie 
37198 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37199 \end_inset
37200
37201 , müsste man dafür jedes Mal den Befehl 
37202 \series bold
37203
37204 \backslash
37205 cdot
37206 \series default
37207  eingeben
37208 \begin_inset Foot
37209 status collapsed
37210
37211 \begin_layout Plain Layout
37212 siehe 
37213 \begin_inset CommandInset ref
37214 LatexCommand ref
37215 reference "subsec:Binäre-Operatoren"
37216
37217 \end_inset
37218
37219
37220 \end_layout
37221
37222 \end_inset
37223
37224 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
37225  Man kann jedoch die Kodierung mit folgender \SpecialChar LaTeX
37226 -Vorspannzeile ändern:
37227 \end_layout
37228
37229 \begin_layout Standard
37230
37231 \series bold
37232
37233 \backslash
37234 DeclareInputText{183}{
37235 \backslash
37236 ifmmode
37237 \backslash
37238 cdot
37239 \backslash
37240 else
37241 \backslash
37242 textperiodcentered
37243 \backslash
37244 f\SpecialChar ligaturebreak
37245 i}
37246 \end_layout
37247
37248 \begin_layout Standard
37249 Die Zeichenkodierung (Menü 
37250 \family sans
37251 Dokument\SpecialChar menuseparator
37252 Einstellungen\SpecialChar menuseparator
37253 Sprache
37254 \family default
37255 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
37256  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
37257 \series bold
37258
37259 \backslash
37260 textperiodcentered
37261 \series default
37262  verwendet.
37263  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
37264  \SpecialChar LaTeX
37265 -Fehlern kommen würde.
37266  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37267  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37268  nicht.
37269 \end_layout
37270
37271 \begin_layout Standard
37272 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37273  Z.
37274 \begin_inset space \thinspace{}
37275 \end_inset
37276
37277 B.
37278  ist die Kodierung 
37279 \series bold
37280 latin9
37281 \series default
37282  in der Datei 
37283 \series bold
37284 latin9.def
37285 \series default
37286  definiert, die sich im Installationsverzeichnis von \SpecialChar LaTeX
37287  befindet.
37288  Kodierungen sollten nur über den \SpecialChar LaTeX
37289 -Vorspann und nicht in den Definitionsdateien
37290  geändert werden.
37291  Ansonsten können eigene Dokumente von anderen \SpecialChar LyX
37292 -Nutzern auf anderen Computern
37293  nicht ohne Weiteres bearbeitet werden.
37294 \end_layout
37295
37296 \begin_layout Standard
37297 \begin_inset VSpace medskip
37298 \end_inset
37299
37300 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37301  mit folgenden \SpecialChar LaTeX
37302 -Vorspannzeilen so definiert, dass sie direkt in eine Formel
37303  eingegeben werden können:
37304 \end_layout
37305
37306 \begin_layout Standard
37307
37308 \series bold
37309
37310 \backslash
37311 DeclareInputText{176}{
37312 \backslash
37313 ifmmode^
37314 \backslash
37315 circ
37316 \backslash
37317 else
37318 \backslash
37319 textdegree
37320 \backslash
37321 f\SpecialChar ligaturebreak
37322 i}
37323 \end_layout
37324
37325 \begin_layout Subsection
37326 \SpecialChar LaTeX
37327 -Kommentare in Formeln
37328 \begin_inset Index idx
37329 status collapsed
37330
37331 \begin_layout Plain Layout
37332 \SpecialChar LaTeX
37333 -Kommentare
37334 \end_layout
37335
37336 \end_inset
37337
37338
37339 \end_layout
37340
37341 \begin_layout Standard
37342 Im Text können Kommentare, die nur in der \SpecialChar LaTeX
37343 -Ausgabe sichtbar sind, mit dem
37344  Menü 
37345 \family sans
37346 Einfügen\SpecialChar menuseparator
37347 Notiz\SpecialChar menuseparator
37348 Kommentar
37349 \family default
37350  eingefügt werden.
37351  Dies ist in einer Formel nicht möglich, aber man kann mit dem Befehl
37352 \end_layout
37353
37354 \begin_layout Standard
37355
37356 \series bold
37357
37358 \backslash
37359 %
37360 \end_layout
37361
37362 \begin_layout Standard
37363 \SpecialChar LaTeX
37364 -Kommentare einfügen.
37365  Der Befehl erzeugt eine Box, in die man den Kommentar schreiben kann.
37366  Aufgrund eines Fehlers in \SpecialChar LyX
37367
37368 \begin_inset Foot
37369 status collapsed
37370
37371 \begin_layout Plain Layout
37372 \begin_inset CommandInset href
37373 LatexCommand href
37374 name "LyX-bug #9002"
37375 target "http://www.lyx.org/trac/ticket/9002"
37376
37377 \end_inset
37378
37379
37380 \end_layout
37381
37382 \end_inset
37383
37384  kann man keinen normalen Text verwenden.
37385  Selbst wenn man mathematischen Text verwendet, sieht man dessen \SpecialChar LaTeX
37386 -Befehle
37387  in der \SpecialChar LaTeX
37388 -Ausgabe.
37389 \begin_inset Newline newline
37390 \end_inset
37391
37392 Dies ist eine Formel mit einem \SpecialChar LaTeX
37393 -Kommentar:
37394 \begin_inset Formula 
37395 \[
37396 A=B%\text{Dies ist der Kommentar}
37397 \]
37398
37399 \end_inset
37400
37401
37402 \end_layout
37403
37404 \begin_layout Standard
37405 \begin_inset Newpage newpage
37406 \end_inset
37407
37408
37409 \end_layout
37410
37411 \begin_layout Section
37412 \start_of_appendix
37413 Typographische Hinweise
37414 \begin_inset Index idx
37415 status collapsed
37416
37417 \begin_layout Plain Layout
37418 Typographische Hinweise
37419 \end_layout
37420
37421 \end_inset
37422
37423
37424 \end_layout
37425
37426 \begin_layout Standard
37427 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37428  Regeln, die teilweise auch im Duden 
37429 \begin_inset CommandInset citation
37430 LatexCommand cite
37431 key "Duden"
37432
37433 \end_inset
37434
37435  unter 
37436 \family typewriter
37437 Textverarbeitung
37438 \family default
37439  aufgelistet sind.
37440  Weitere Regeln sind in 
37441 \begin_inset CommandInset citation
37442 LatexCommand cite
37443 key "Checklist"
37444
37445 \end_inset
37446
37447  zu finden.
37448 \end_layout
37449
37450 \begin_layout Itemize
37451 Physikalische Einheiten werden 
37452 \emph on
37453 immer
37454 \emph default
37455  aufrecht gesetzt
37456 \begin_inset Foot
37457 status collapsed
37458
37459 \begin_layout Plain Layout
37460 wird durch Schriftstile erreicht, siehe 
37461 \begin_inset CommandInset ref
37462 LatexCommand ref
37463 reference "subsec:Schriftstile"
37464
37465 \end_inset
37466
37467
37468 \end_layout
37469
37470 \end_inset
37471
37472 , egal ob sie sich in einem kursiven Text befinden: 30
37473 \begin_inset space \thinspace{}
37474 \end_inset
37475
37476 km/h
37477 \begin_inset Newline newline
37478 \end_inset
37479
37480 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37481 \begin_inset CommandInset ref
37482 LatexCommand ref
37483 reference "subsec:Vordefinierter-Leerraum"
37484
37485 \end_inset
37486
37487 .
37488 \begin_inset Newline newline
37489 \end_inset
37490
37491 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37492 \series bold
37493
37494 \backslash
37495 unittwo
37496 \series default
37497  verwendet.
37498  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37499  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37500  erhält wie oben: 
37501 \begin_inset Formula $\unit[30]{km/h}$
37502 \end_inset
37503
37504
37505 \begin_inset space \thinspace{}
37506 \end_inset
37507
37508 .
37509  Zu beachten ist, dass 
37510 \series bold
37511
37512 \backslash
37513 unittwo
37514 \series default
37515  kein echter \SpecialChar LaTeX
37516 -Befehl, sondern der Befehl 
37517 \series bold
37518
37519 \backslash
37520 unit[Wert]{Einheit}
37521 \series default
37522  ist, daher kann man ihn nicht im \SpecialChar TeX
37523 -Code benutzen.
37524 \end_layout
37525
37526 \begin_layout Itemize
37527 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37528 \begin_inset Newline newline
37529 \end_inset
37530
37531 1,2
37532 \begin_inset space \thinspace{}
37533 \end_inset
37534
37535 ‰ Alkohol im Blut
37536 \begin_inset Newline newline
37537 \end_inset
37538
37539 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37540  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37541 \end_layout
37542
37543 \begin_layout Itemize
37544 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37545  wird in einer Einheit verwendet: 15
37546 \begin_inset space \thinspace{}
37547 \end_inset
37548
37549 °C
37550 \end_layout
37551
37552 \begin_layout Itemize
37553 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37554  Ziffer der kleinste Leerraum eingefügt: 18
37555 \begin_inset space \thinspace{}
37556 \end_inset
37557
37558 473
37559 \begin_inset space \thinspace{}
37560 \end_inset
37561
37562 588
37563 \end_layout
37564
37565 \begin_layout Itemize
37566 Für Bemaßungen wie z.
37567 \begin_inset space \thinspace{}
37568 \end_inset
37569
37570 B.
37571  120×90×40
37572 \begin_inset space \thinspace{}
37573 \end_inset
37574
37575 cm, verwendet man das gelegte Kreuz 
37576 \begin_inset Quotes gld
37577 \end_inset
37578
37579 ×
37580 \begin_inset Quotes grd
37581 \end_inset
37582
37583 , dass entweder über den Befehl 
37584 \series bold
37585
37586 \backslash
37587 times
37588 \series default
37589  oder über das Menü 
37590 \family sans
37591 Einfügen\SpecialChar menuseparator
37592 Sonderzeichen\SpecialChar menuseparator
37593 Symbole
37594 \family default
37595  verfügbar ist.
37596 \end_layout
37597
37598 \begin_layout Itemize
37599 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37600  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37601 \begin_inset space \thinspace{}
37602 \end_inset
37603
37604 6.
37605 \begin_inset space ~
37606 \end_inset
37607
37608 1979
37609 \end_layout
37610
37611 \begin_layout Itemize
37612 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37613  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37614 \begin_inset CommandInset ref
37615 LatexCommand ref
37616 reference "subsec:Vordefinierte-Funktionen"
37617
37618 \end_inset
37619
37620 .
37621 \end_layout
37622
37623 \begin_layout Itemize
37624 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37625  
37626 \begin_inset Formula $E_{\mathrm{kin}}$
37627 \end_inset
37628
37629
37630 \begin_inset Newline newline
37631 \end_inset
37632
37633 Komponenten von Matrizen werden kursiv gesetzt: 
37634 \begin_inset Formula $\hat{H}_{kl}$
37635 \end_inset
37636
37637
37638 \end_layout
37639
37640 \begin_layout Itemize
37641 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37642  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37643  Variablen zu verwechseln.
37644 \end_layout
37645
37646 \begin_layout Itemize
37647 Das Symbol für eine 
37648 \noun on
37649 Fourier
37650 \noun default
37651 -Transformation kann entweder mit dem Befehl 
37652 \series bold
37653
37654 \backslash
37655 mathscr
37656 \begin_inset space \textvisiblespace{}
37657 \end_inset
37658
37659 F
37660 \series default
37661  oder über das Menü 
37662 \family sans
37663 Einfügen\SpecialChar menuseparator
37664 Sonderzeichen\SpecialChar menuseparator
37665 Symbole\SpecialChar menuseparator
37666 Buchsta\SpecialChar softhyphen
37667 benähnliche Symbole
37668 \family default
37669  eingefügt werden: 
37670 \begin_inset Formula $\mathscr{F}$
37671 \end_inset
37672
37673
37674 \end_layout
37675
37676 \begin_layout Standard
37677 \begin_inset Newpage newpage
37678 \end_inset
37679
37680
37681 \end_layout
37682
37683 \begin_layout Section
37684 Synonyme
37685 \begin_inset Index idx
37686 status collapsed
37687
37688 \begin_layout Plain Layout
37689 Synonyme
37690 \end_layout
37691
37692 \end_inset
37693
37694
37695 \end_layout
37696
37697 \begin_layout Standard
37698 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37699  Hier ist eine Übersicht der Synonymbefehle:
37700 \end_layout
37701
37702 \begin_layout Standard
37703 \begin_inset VSpace bigskip
37704 \end_inset
37705
37706
37707 \begin_inset space \hfill{}
37708 \end_inset
37709
37710
37711 \begin_inset Tabular
37712 <lyxtabular version="3" rows="12" columns="2">
37713 <features tabularvalignment="middle">
37714 <column alignment="center" valignment="top" width="0pt">
37715 <column alignment="center" valignment="top" width="0pt">
37716 <row>
37717 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37718 \begin_inset Text
37719
37720 \begin_layout Plain Layout
37721 Befehl
37722 \end_layout
37723
37724 \end_inset
37725 </cell>
37726 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37727 \begin_inset Text
37728
37729 \begin_layout Plain Layout
37730 äquivalent zu
37731 \begin_inset Note Note
37732 status collapsed
37733
37734 \begin_layout Plain Layout
37735
37736 \series bold
37737
37738 \backslash
37739 raisebox
37740 \series default
37741  dient nur als Abstandhalter.
37742 \end_layout
37743
37744 \end_inset
37745
37746
37747 \end_layout
37748
37749 \end_inset
37750 </cell>
37751 </row>
37752 <row>
37753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37754 \begin_inset Text
37755
37756 \begin_layout Plain Layout
37757
37758 \backslash
37759 ast
37760 \end_layout
37761
37762 \end_inset
37763 </cell>
37764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37765 \begin_inset Text
37766
37767 \begin_layout Plain Layout
37768 \begin_inset ERT
37769 status collapsed
37770
37771 \begin_layout Plain Layout
37772
37773
37774 \backslash
37775 raisebox{-1.2mm}{
37776 \end_layout
37777
37778 \end_inset
37779
37780 *
37781 \begin_inset ERT
37782 status collapsed
37783
37784 \begin_layout Plain Layout
37785
37786 }
37787 \end_layout
37788
37789 \end_inset
37790
37791
37792 \end_layout
37793
37794 \end_inset
37795 </cell>
37796 </row>
37797 <row>
37798 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37799 \begin_inset Text
37800
37801 \begin_layout Plain Layout
37802
37803 \backslash
37804 choose
37805 \end_layout
37806
37807 \end_inset
37808 </cell>
37809 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37810 \begin_inset Text
37811
37812 \begin_layout Plain Layout
37813
37814 \backslash
37815 binom
37816 \end_layout
37817
37818 \end_inset
37819 </cell>
37820 </row>
37821 <row>
37822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37823 \begin_inset Text
37824
37825 \begin_layout Plain Layout
37826
37827 \backslash
37828 geq
37829 \end_layout
37830
37831 \end_inset
37832 </cell>
37833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37834 \begin_inset Text
37835
37836 \begin_layout Plain Layout
37837
37838 \backslash
37839 ge
37840 \end_layout
37841
37842 \end_inset
37843 </cell>
37844 </row>
37845 <row>
37846 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37847 \begin_inset Text
37848
37849 \begin_layout Plain Layout
37850
37851 \backslash
37852 lbrace
37853 \end_layout
37854
37855 \end_inset
37856 </cell>
37857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37858 \begin_inset Text
37859
37860 \begin_layout Plain Layout
37861 {
37862 \end_layout
37863
37864 \end_inset
37865 </cell>
37866 </row>
37867 <row>
37868 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37869 \begin_inset Text
37870
37871 \begin_layout Plain Layout
37872
37873 \backslash
37874 lbracket
37875 \end_layout
37876
37877 \end_inset
37878 </cell>
37879 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37880 \begin_inset Text
37881
37882 \begin_layout Plain Layout
37883 [
37884 \end_layout
37885
37886 \end_inset
37887 </cell>
37888 </row>
37889 <row>
37890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37891 \begin_inset Text
37892
37893 \begin_layout Plain Layout
37894
37895 \backslash
37896 leftarrow
37897 \end_layout
37898
37899 \end_inset
37900 </cell>
37901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37902 \begin_inset Text
37903
37904 \begin_layout Plain Layout
37905
37906 \backslash
37907 gets
37908 \end_layout
37909
37910 \end_inset
37911 </cell>
37912 </row>
37913 <row>
37914 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37915 \begin_inset Text
37916
37917 \begin_layout Plain Layout
37918
37919 \backslash
37920 leq
37921 \end_layout
37922
37923 \end_inset
37924 </cell>
37925 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37926 \begin_inset Text
37927
37928 \begin_layout Plain Layout
37929
37930 \backslash
37931 le
37932 \end_layout
37933
37934 \end_inset
37935 </cell>
37936 </row>
37937 <row>
37938 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37939 \begin_inset Text
37940
37941 \begin_layout Plain Layout
37942
37943 \backslash
37944 lor
37945 \end_layout
37946
37947 \end_inset
37948 </cell>
37949 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37950 \begin_inset Text
37951
37952 \begin_layout Plain Layout
37953
37954 \backslash
37955 vee
37956 \end_layout
37957
37958 \end_inset
37959 </cell>
37960 </row>
37961 <row>
37962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37963 \begin_inset Text
37964
37965 \begin_layout Plain Layout
37966
37967 \backslash
37968 neq
37969 \end_layout
37970
37971 \end_inset
37972 </cell>
37973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37974 \begin_inset Text
37975
37976 \begin_layout Plain Layout
37977
37978 \backslash
37979 not=
37980 \end_layout
37981
37982 \end_inset
37983 </cell>
37984 </row>
37985 <row>
37986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37987 \begin_inset Text
37988
37989 \begin_layout Plain Layout
37990
37991 \backslash
37992 slash
37993 \end_layout
37994
37995 \end_inset
37996 </cell>
37997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37998 \begin_inset Text
37999
38000 \begin_layout Plain Layout
38001 /
38002 \end_layout
38003
38004 \end_inset
38005 </cell>
38006 </row>
38007 <row>
38008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38009 \begin_inset Text
38010
38011 \begin_layout Plain Layout
38012
38013 \backslash
38014 vert
38015 \end_layout
38016
38017 \end_inset
38018 </cell>
38019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38020 \begin_inset Text
38021
38022 \begin_layout Plain Layout
38023 |
38024 \end_layout
38025
38026 \end_inset
38027 </cell>
38028 </row>
38029 </lyxtabular>
38030
38031 \end_inset
38032
38033
38034 \begin_inset space \hfill{}
38035 \end_inset
38036
38037
38038 \begin_inset Tabular
38039 <lyxtabular version="3" rows="12" columns="2">
38040 <features tabularvalignment="middle">
38041 <column alignment="center" valignment="top" width="0pt">
38042 <column alignment="center" valignment="top" width="0pt">
38043 <row>
38044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38045 \begin_inset Text
38046
38047 \begin_layout Plain Layout
38048 Befehl
38049 \end_layout
38050
38051 \end_inset
38052 </cell>
38053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38054 \begin_inset Text
38055
38056 \begin_layout Plain Layout
38057 äquivalent zu
38058 \end_layout
38059
38060 \end_inset
38061 </cell>
38062 </row>
38063 <row>
38064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38065 \begin_inset Text
38066
38067 \begin_layout Plain Layout
38068
38069 \backslash
38070 backslash
38071 \end_layout
38072
38073 \end_inset
38074 </cell>
38075 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38076 \begin_inset Text
38077
38078 \begin_layout Plain Layout
38079
38080 \backslash
38081
38082 \backslash
38083
38084 \end_layout
38085
38086 \end_inset
38087 </cell>
38088 </row>
38089 <row>
38090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38091 \begin_inset Text
38092
38093 \begin_layout Plain Layout
38094
38095 \backslash
38096 dasharrow
38097 \end_layout
38098
38099 \end_inset
38100 </cell>
38101 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38102 \begin_inset Text
38103
38104 \begin_layout Plain Layout
38105
38106 \backslash
38107 dashrightarrow
38108 \end_layout
38109
38110 \end_inset
38111 </cell>
38112 </row>
38113 <row>
38114 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38115 \begin_inset Text
38116
38117 \begin_layout Plain Layout
38118
38119 \backslash
38120 land
38121 \end_layout
38122
38123 \end_inset
38124 </cell>
38125 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38126 \begin_inset Text
38127
38128 \begin_layout Plain Layout
38129
38130 \backslash
38131 wedge
38132 \end_layout
38133
38134 \end_inset
38135 </cell>
38136 </row>
38137 <row>
38138 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38139 \begin_inset Text
38140
38141 \begin_layout Plain Layout
38142
38143 \backslash
38144 rbrace
38145 \end_layout
38146
38147 \end_inset
38148 </cell>
38149 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38150 \begin_inset Text
38151
38152 \begin_layout Plain Layout
38153 }
38154 \end_layout
38155
38156 \end_inset
38157 </cell>
38158 </row>
38159 <row>
38160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38161 \begin_inset Text
38162
38163 \begin_layout Plain Layout
38164
38165 \backslash
38166 rbracket
38167 \end_layout
38168
38169 \end_inset
38170 </cell>
38171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38172 \begin_inset Text
38173
38174 \begin_layout Plain Layout
38175 ]
38176 \end_layout
38177
38178 \end_inset
38179 </cell>
38180 </row>
38181 <row>
38182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38183 \begin_inset Text
38184
38185 \begin_layout Plain Layout
38186
38187 \backslash
38188 rightarrow
38189 \end_layout
38190
38191 \end_inset
38192 </cell>
38193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38194 \begin_inset Text
38195
38196 \begin_layout Plain Layout
38197
38198 \backslash
38199 to
38200 \end_layout
38201
38202 \end_inset
38203 </cell>
38204 </row>
38205 <row>
38206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38207 \begin_inset Text
38208
38209 \begin_layout Plain Layout
38210
38211 \backslash
38212 lnot
38213 \end_layout
38214
38215 \end_inset
38216 </cell>
38217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38218 \begin_inset Text
38219
38220 \begin_layout Plain Layout
38221
38222 \backslash
38223 neg
38224 \end_layout
38225
38226 \end_inset
38227 </cell>
38228 </row>
38229 <row>
38230 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38231 \begin_inset Text
38232
38233 \begin_layout Plain Layout
38234
38235 \backslash
38236 ne
38237 \end_layout
38238
38239 \end_inset
38240 </cell>
38241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38242 \begin_inset Text
38243
38244 \begin_layout Plain Layout
38245
38246 \backslash
38247 not=
38248 \end_layout
38249
38250 \end_inset
38251 </cell>
38252 </row>
38253 <row>
38254 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38255 \begin_inset Text
38256
38257 \begin_layout Plain Layout
38258
38259 \backslash
38260 owns
38261 \end_layout
38262
38263 \end_inset
38264 </cell>
38265 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38266 \begin_inset Text
38267
38268 \begin_layout Plain Layout
38269
38270 \backslash
38271 ni
38272 \end_layout
38273
38274 \end_inset
38275 </cell>
38276 </row>
38277 <row>
38278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38279 \begin_inset Text
38280
38281 \begin_layout Plain Layout
38282
38283 \backslash
38284 square
38285 \end_layout
38286
38287 \end_inset
38288 </cell>
38289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38290 \begin_inset Text
38291
38292 \begin_layout Plain Layout
38293
38294 \backslash
38295 Box
38296 \end_layout
38297
38298 \end_inset
38299 </cell>
38300 </row>
38301 <row>
38302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38303 \begin_inset Text
38304
38305 \begin_layout Plain Layout
38306
38307 \backslash
38308 Vert
38309 \end_layout
38310
38311 \end_inset
38312 </cell>
38313 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38314 \begin_inset Text
38315
38316 \begin_layout Plain Layout
38317
38318 \backslash
38319 |
38320 \end_layout
38321
38322 \end_inset
38323 </cell>
38324 </row>
38325 </lyxtabular>
38326
38327 \end_inset
38328
38329
38330 \begin_inset space \hfill{}
38331 \end_inset
38332
38333
38334 \end_layout
38335
38336 \begin_layout Standard
38337 \begin_inset Newpage newpage
38338 \end_inset
38339
38340
38341 \end_layout
38342
38343 \begin_layout Bibliography
38344 \begin_inset CommandInset bibitem
38345 LatexCommand bibitem
38346 key "TLC2"
38347
38348 \end_inset
38349
38350
38351 \shape smallcaps
38352 Mittelbach, F.
38353  ; Goossens, M.
38354 \shape default
38355
38356 \shape italic
38357 The \SpecialChar LaTeX
38358  Companion
38359 \shape default
38360 .
38361  Addison Wesley, 2004
38362 \end_layout
38363
38364 \begin_layout Bibliography
38365 \begin_inset CommandInset bibitem
38366 LatexCommand bibitem
38367 key "Mathmode"
38368
38369 \end_inset
38370
38371
38372 \begin_inset CommandInset href
38373 LatexCommand href
38374 name "Beschreibung"
38375 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38376
38377 \end_inset
38378
38379  der mathematischen Fähigkeiten von \SpecialChar LaTeX
38380
38381 \end_layout
38382
38383 \begin_layout Bibliography
38384 \begin_inset CommandInset bibitem
38385 LatexCommand bibitem
38386 key "AMS"
38387
38388 \end_inset
38389
38390
38391 \begin_inset CommandInset href
38392 LatexCommand href
38393 name "Beschreibung"
38394 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
38395
38396 \end_inset
38397
38398  von 
38399 \begin_inset ERT
38400 status collapsed
38401
38402 \begin_layout Plain Layout
38403
38404
38405 \backslash
38406 AmS
38407 \end_layout
38408
38409 \end_inset
38410
38411 -\SpecialChar LaTeX
38412
38413 \end_layout
38414
38415 \begin_layout Bibliography
38416 \begin_inset CommandInset bibitem
38417 LatexCommand bibitem
38418 key "Symbole"
38419
38420 \end_inset
38421
38422
38423 \begin_inset CommandInset href
38424 LatexCommand href
38425 name "Auflistung"
38426 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38427
38428 \end_inset
38429
38430  aller über \SpecialChar LaTeX
38431 -Pakete verfügbare Symbole
38432 \end_layout
38433
38434 \begin_layout Bibliography
38435 \begin_inset CommandInset bibitem
38436 LatexCommand bibitem
38437 key "cancel"
38438
38439 \end_inset
38440
38441
38442 \begin_inset CommandInset href
38443 LatexCommand href
38444 name "Dokumentation"
38445 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38446
38447 \end_inset
38448
38449  des \SpecialChar LaTeX
38450 -Pakets 
38451 \series bold
38452 cancel
38453 \series default
38454
38455 \begin_inset Index idx
38456 status collapsed
38457
38458 \begin_layout Plain Layout
38459 Pakete ! cancel
38460 \end_layout
38461
38462 \end_inset
38463
38464
38465 \end_layout
38466
38467 \begin_layout Bibliography
38468 \begin_inset CommandInset bibitem
38469 LatexCommand bibitem
38470 key "hyperref"
38471
38472 \end_inset
38473
38474
38475 \begin_inset CommandInset href
38476 LatexCommand href
38477 name "Dokumentation"
38478 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38479
38480 \end_inset
38481
38482  des \SpecialChar LaTeX
38483 -Pakets 
38484 \series bold
38485 hyperref
38486 \series default
38487
38488 \begin_inset Index idx
38489 status collapsed
38490
38491 \begin_layout Plain Layout
38492 Pakete ! hyperref
38493 \end_layout
38494
38495 \end_inset
38496
38497
38498 \end_layout
38499
38500 \begin_layout Bibliography
38501 \begin_inset CommandInset bibitem
38502 LatexCommand bibitem
38503 key "mhchem"
38504
38505 \end_inset
38506
38507
38508 \begin_inset CommandInset href
38509 LatexCommand href
38510 name "Dokumentation"
38511 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38512
38513 \end_inset
38514
38515  des \SpecialChar LaTeX
38516 -Pakets 
38517 \series bold
38518 mhchem
38519 \series default
38520
38521 \begin_inset Index idx
38522 status collapsed
38523
38524 \begin_layout Plain Layout
38525 Pakete ! mhchem
38526 \end_layout
38527
38528 \end_inset
38529
38530
38531 \end_layout
38532
38533 \begin_layout Bibliography
38534 \begin_inset CommandInset bibitem
38535 LatexCommand bibitem
38536 key "Duden"
38537
38538 \end_inset
38539
38540
38541 \emph on
38542 Duden Band 1
38543 \emph default
38544 .
38545  22.
38546  Auflage, Duden Verlag 2001
38547 \end_layout
38548
38549 \begin_layout Bibliography
38550 \begin_inset CommandInset bibitem
38551 LatexCommand bibitem
38552 key "Checklist"
38553
38554 \end_inset
38555
38556
38557 \begin_inset CommandInset href
38558 LatexCommand href
38559 name "Prüfliste"
38560 target "http://physics.nist.gov/Document/checklist.pdf"
38561
38562 \end_inset
38563
38564  für das Rezensieren von Manuskripten
38565 \end_layout
38566
38567 \begin_layout Standard
38568 \begin_inset Note Note
38569 status collapsed
38570
38571 \begin_layout Plain Layout
38572 Damit der Index den Namen 
38573 \begin_inset Quotes gld
38574 \end_inset
38575
38576 Stichwortverzeichnis
38577 \begin_inset Quotes grd
38578 \end_inset
38579
38580  erhält, wurde im \SpecialChar LaTeX
38581 -Vorspann
38582 \end_layout
38583
38584 \begin_layout Plain Layout
38585
38586 \series bold
38587
38588 \backslash
38589 addto
38590 \backslash
38591 captionsngerman{
38592 \backslash
38593 renewcommand{
38594 \backslash
38595 indexname}{Stichwortverzeichnis}}
38596 \end_layout
38597
38598 \begin_layout Plain Layout
38599 eingefügt.
38600 \end_layout
38601
38602 \begin_layout Plain Layout
38603 Das Paket 
38604 \series bold
38605 babel
38606 \series default
38607  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38608  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38609  Außerdem wird 
38610 \series bold
38611 babel
38612 \series default
38613  von \SpecialChar LyX
38614  automatisch nach dem \SpecialChar LaTeX
38615 -Vorspann geladen.
38616  Das ruft aber keine Probleme hervor, solange im \SpecialChar LaTeX
38617 -Vorspann die Dokumentsprache
38618  verwendet wurde.
38619 \end_layout
38620
38621 \begin_layout Plain Layout
38622 Möchte man andere Beschriftungen ändern, ersetzt man 
38623 \series bold
38624
38625 \backslash
38626 indexname
38627 \series default
38628  durch 
38629 \series bold
38630
38631 \backslash
38632 <Beschriftungs>name
38633 \series default
38634 .
38635  Eine Auflistung der möglichen Namen findet man unter
38636 \end_layout
38637
38638 \begin_layout Plain Layout
38639
38640 \family typewriter
38641 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38642 \end_layout
38643
38644 \begin_layout Plain Layout
38645 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38646 \series bold
38647 ngerman
38648 \series default
38649  durch die Dokumentsprache und
38650 \end_layout
38651
38652 \begin_layout Plain Layout
38653
38654 \series bold
38655
38656 \backslash
38657 captionsgerman
38658 \series default
38659  durch 
38660 \series bold
38661
38662 \backslash
38663 captions<Dokumentsprache>
38664 \series default
38665 .
38666 \end_layout
38667
38668 \end_inset
38669
38670
38671 \begin_inset CommandInset index_print
38672 LatexCommand printindex
38673 type "idx"
38674
38675 \end_inset
38676
38677
38678 \end_layout
38679
38680 \end_body
38681 \end_document