]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
44b5c10ab6b8273a8a257f1987070761198140c2
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.0 created this file. For more info see http://www.lyx.org/
2 \lyxformat 413
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
36 % siehe Kap. 22.11
37 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
38 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
39
40 % Linkfläche für Querverweise vergrößern und automatisch benennen,
41 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
42 \newlength{\abc}
43 \settowidth{\abc}{\space}
44 \AtBeginDocument{%
45  \renewcommand{\equationautorefname}{\hspace{-\abc}}
46  \renewcommand{\sectionautorefname}{Kap.\negthinspace}
47  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
48  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
49 }
50
51 % Makros damit Pakete nicht doppelt geladen werden.
52 % siehe erste Fußnote in Kap. 9.3
53 \@ifundefined{textcolor}{\usepackage{color}}{}
54
55 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
56 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
57 \pagenumbering{roman}
58 \let\myTOC\tableofcontents
59 \renewcommand{\tableofcontents}{%
60  \vspace{1cm}
61  \pdfbookmark[1]{\contentsname}{}
62  \myTOC
63  \cleardoublepage
64  \pagenumbering{arabic}}
65
66 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
67 \let\myFoot\footnote
68 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
69
70 % provides caption formatting
71 \setkomafont{captionlabel}{\bfseries}
72
73 % benutzt in Kap. 24.5
74 \usepackage[samesize]{cancel}
75
76 % enables calculation of values
77 \usepackage{calc}
78
79 % für Mehrfachzeilen, benutzt in Kap. 24.7
80 \usepackage{multicol}
81
82 % benutzt in Kap. 19.4
83 \usepackage{remreset}
84
85 % für das Fourier-Transformationssymbol
86 \usepackage{mathrsfs}
87
88 % Farbdefinition aus Kap. 9.3
89 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
90
91 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
92 \DeclareMathOperator*{\Raute}{\blacklozenge}
93 \DeclareMathOperator{\sgn}{sgn}
94
95 \newcommand{\leer}{\textvisiblespace}
96
97 % Beispielbefehle aus Kap. 20.1 
98 \newcommand{\gr}{\Longrightarrow}
99 \newcommand{\us}[1]{\underline{#1}}
100 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
101 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
102 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
103
104 % Beispielmakro aus Kap. 19.4
105 %\def\tagform@#1{\maketag@@@{|#1|}}
106
107 % Makro aus Kap. 10.2
108 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
109 \def\mathclap {\mathpalette \mathclapinternal}
110 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
111
112 % Damit der Index einen anderen Namen erhält.
113 \addto\captionsngerman
114 {\renewcommand{\indexname}
115 {Stichwort- und Befehlsverzeichnis}}
116
117 % ------------------------------------
118 % used to check for needed LaTeX packages
119 \usepackage{ifthen}
120
121 % testen ob das Paket eurosym installiert ist
122 % wird benutzt für das Euro-Symbol
123 \newboolean{eurosym}
124 \IfFileExists{eurosym.sty}
125  {\usepackage[gennarrow]{eurosym}
126   \setboolean{eurosym}{true}}
127  {\setboolean{eurosym}{false}}
128
129 % testen ob Paket braket installiert ist
130 % benötigt für physikalische Vektoren
131 \newboolean{braket}
132 \IfFileExists{braket.sty}
133  {\usepackage{braket}
134   \setboolean{braket}{true}}
135  {\setboolean{braket}{false}}
136
137 % testen ob Paket cancel installiert ist
138 \newboolean{cancel}
139 \IfFileExists{cancel.sty}
140  {\usepackage{cancel}
141   \setboolean{cancel}{true}}
142  {\setboolean{cancel}{false}}
143
144 % testen ob Paket upgreek installiert ist
145 \newboolean{upgreek}
146 \IfFileExists{upgreek.sty}
147  {\usepackage{upgreek}
148   \setboolean{upgreek}{true}}
149  {\setboolean{upgreek}{false}}
150
151 % benötigt für Kommas in Formeln, siehe Kap. 22.3
152 \IfFileExists{icomma.sty}
153  {\usepackage{icomma}}{}
154 \end_preamble
155 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
156 \use_default_options false
157 \maintain_unincluded_children false
158 \language ngerman
159 \language_package default
160 \inputencoding auto
161 \fontencoding global
162 \font_roman default
163 \font_sans default
164 \font_typewriter default
165 \font_default_family default
166 \use_non_tex_fonts false
167 \font_sc false
168 \font_osf false
169 \font_sf_scale 100
170 \font_tt_scale 100
171
172 \graphics default
173 \default_output_format default
174 \output_sync 0
175 \bibtex_command default
176 \index_command default
177 \paperfontsize 12
178 \spacing single
179 \use_hyperref true
180 \pdf_title "LyXs Mathehandbuch"
181 \pdf_author "LyX Team, Uwe Stöhr"
182 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
183 \pdf_keywords "LyX, Mathed"
184 \pdf_bookmarks true
185 \pdf_bookmarksnumbered true
186 \pdf_bookmarksopen true
187 \pdf_bookmarksopenlevel 1
188 \pdf_breaklinks false
189 \pdf_pdfborder false
190 \pdf_colorlinks true
191 \pdf_backref false
192 \pdf_pdfusetitle false
193 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
194 \papersize a4paper
195 \use_geometry false
196 \use_amsmath 2
197 \use_esint 1
198 \use_mhchem 1
199 \use_mathdots 1
200 \cite_engine basic
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \use_refstyle 0
206 \notefontcolor #0000ff
207 \index Stichwortverzeichnis
208 \shortcut idx
209 \color #008000
210 \end_index
211 \secnumdepth 4
212 \tocdepth 3
213 \paragraph_separation skip
214 \defskip medskip
215 \quotes_language german
216 \papercolumns 1
217 \papersides 2
218 \paperpagestyle plain
219 \bullet 1 0 6 -1
220 \bullet 2 2 35 -1
221 \bullet 3 2 7 -1
222 \tracking_changes false
223 \output_changes false
224 \html_math_output 0
225 \html_css_as_file 0
226 \html_be_strict false
227 \end_header
228
229 \begin_body
230
231 \begin_layout Title
232 LyXs detailliertes Mathe Handbuch
233 \end_layout
234
235 \begin_layout Author
236 vom LyX Team
237 \begin_inset Foot
238 status collapsed
239
240 \begin_layout Plain Layout
241 \noindent
242 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
243 ons-Liste: 
244 \family typewriter
245
246 \begin_inset CommandInset href
247 LatexCommand href
248 name "lyx-docs@lists.lyx.org"
249 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
250
251 \end_inset
252
253
254 \end_layout
255
256 \end_inset
257
258
259 \begin_inset Note Note
260 status collapsed
261
262 \begin_layout Plain Layout
263 Verfasser: Uwe Stöhr
264 \end_layout
265
266 \end_inset
267
268
269 \begin_inset Newline newline
270 \end_inset
271
272
273 \begin_inset Newline newline
274 \end_inset
275
276
277 \family sans
278 Version 2.0.x
279 \end_layout
280
281 \begin_layout Standard
282 \begin_inset CommandInset toc
283 LatexCommand tableofcontents
284
285 \end_inset
286
287
288 \end_layout
289
290 \begin_layout Standard
291 \begin_inset Note Note
292 status open
293
294 \begin_layout Plain Layout
295 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
296  
297 \series bold
298 braket, cancel, eurosym, mathdots, mhchem
299 \series default
300  und 
301 \series bold
302 was
303 \series default
304  installiert sein.
305  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
306  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
307  nicht im Ausdruck.
308  Eine Ausnahme ist 
309 \series bold
310 mhchem
311 \series default
312 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
313 \end_layout
314
315 \begin_layout Plain Layout
316 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
317 \begin_inset Newline newline
318 \end_inset
319
320
321 \series bold
322 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
323 \end_layout
324
325 \end_inset
326
327
328 \end_layout
329
330 \begin_layout Standard
331 \begin_inset Newpage newpage
332 \end_inset
333
334
335 \end_layout
336
337 \begin_layout Section
338 Einleitung
339 \end_layout
340
341 \begin_layout Standard
342 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
343  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
344  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
345 tten.
346  Das setzt voraus, dass bereits das Kapitel 
347 \family typewriter
348 Mathematische
349 \family default
350  
351 \family typewriter
352 Formeln
353 \family default
354  des Benutzerhandbuchs gelesen worden ist.
355 \end_layout
356
357 \begin_layout Standard
358 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
359 \family sans
360 Einfügen
361 \series bold
362 \SpecialChar \menuseparator
363
364 \series default
365 Mathe
366 \family default
367  oder die 
368 \family sans
369 Mathe-Werkzeugleiste
370 \family default
371  aufrufbar.
372  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
373  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
374  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
375  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
376 \end_layout
377
378 \begin_layout Standard
379 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
380  LyX verfügbar.
381  Um alle Befehle nutzen zu können, muss die Option 
382 \family sans
383 AMS-Mathe-Paket verwenden
384 \family default
385  im Menü 
386 \family sans
387 Dokument\SpecialChar \menuseparator
388 Einstellungen\SpecialChar \menuseparator
389 Mathe Optionen
390 \family default
391  aktiviert sein.
392 \begin_inset Foot
393 status collapsed
394
395 \begin_layout Plain Layout
396 Die 
397 \family sans
398 Option
399 \family default
400  
401 \family sans
402 AMS-Mathe-Paket automatisch verwenden
403 \family default
404  verwendet 
405 \begin_inset ERT
406 status collapsed
407
408 \begin_layout Plain Layout
409
410
411 \backslash
412 AmS 
413 \end_layout
414
415 \end_inset
416
417 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
418  LyX unterstützt.
419 \end_layout
420
421 \end_inset
422
423
424 \end_layout
425
426 \begin_layout Standard
427 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
428 listung
429  aller 
430 \begin_inset ERT
431 status collapsed
432
433 \begin_layout Plain Layout
434
435
436 \backslash
437 AmS 
438 \end_layout
439
440 \end_inset
441
442 -Mathe Befehle
443 \begin_inset Foot
444 status collapsed
445
446 \begin_layout Plain Layout
447 Eine Liste mit allen 
448 \begin_inset ERT
449 status collapsed
450
451 \begin_layout Plain Layout
452
453
454 \backslash
455 AmS
456 \end_layout
457
458 \end_inset
459
460 -Mathe Befehlen findet sich in der Datei 
461 \family sans
462
463 \begin_inset CommandInset href
464 LatexCommand href
465 name "amsguide.ps"
466 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
467
468 \end_inset
469
470
471 \family default
472 , die Teil jeder LaTeX-Standardinstallation ist.
473 \end_layout
474
475 \end_inset
476
477  verzichtet.
478 \end_layout
479
480 \begin_layout Section
481 Allgemeine Hinweise
482 \end_layout
483
484 \begin_layout Standard
485 Um eine in einer Textzeile eingebettete Formel
486 \begin_inset Index idx
487 status collapsed
488
489 \begin_layout Plain Layout
490 Formel ! eingebettete
491 \end_layout
492
493 \end_inset
494
495  zu erstellen, drückt man 
496 \family sans
497 Strg+M
498 \family default
499  oder den Werkzeugleistenknopf 
500 \begin_inset Graphics
501         filename ../../images/math-mode.png
502         scale 85
503
504 \end_inset
505
506 .
507 \begin_inset Newline newline
508 \end_inset
509
510 Um eine abgesetzte Formel
511 \begin_inset Index idx
512 status collapsed
513
514 \begin_layout Plain Layout
515 Formel ! abgesetzte
516 \end_layout
517
518 \end_inset
519
520  zu erstellen, drückt man 
521 \family sans
522 Strg+Shift+M
523 \family default
524 .
525 \end_layout
526
527 \begin_layout Standard
528 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
529  Cursor in die Formel und drückt 
530 \family sans
531 Strg+Shift+M
532 \family default
533  oder benutzt das Menü 
534 \family sans
535 Bearbeiten\SpecialChar \menuseparator
536 Mathe\SpecialChar \menuseparator
537
538 \begin_inset Newline linebreak
539 \end_inset
540
541 Formelart ändern
542 \family default
543 .
544  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
545  umwandeln.
546 \end_layout
547
548 \begin_layout Standard
549 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
550  gibt man in die Formel den Befehl 
551 \series bold
552
553 \backslash
554 displaystyle
555 \series default
556
557 \begin_inset Index idx
558 status collapsed
559
560 \begin_layout Plain Layout
561 Befehle ! D ! 
562 \backslash
563 displaystyle
564 \end_layout
565
566 \end_inset
567
568  ein.
569  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
570  wird.
571 \end_layout
572
573 \begin_layout Standard
574 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
575 \end_layout
576
577 \begin_layout Standard
578 Die 
579 \family sans
580 Mathe-Werkzeugleiste
581 \family default
582  kann über das Menü 
583 \family sans
584 Ansicht\SpecialChar \menuseparator
585 Werkzeugleisten
586 \family default
587  eingeblendet werden.
588  Wenn dort auf 
589 \begin_inset Quotes eld
590 \end_inset
591
592 Mathe
593 \begin_inset Quotes erd
594 \end_inset
595
596  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
597  diese Einstellung wird durch ein Häkchen im Menü 
598 \family sans
599 Werkzeugleisten
600 \family default
601  angezeigt.
602  Wenn nun im Menü 
603 \family sans
604 Werkzeugleisten
605 \family default
606  nochmal auf 
607 \begin_inset Quotes eld
608 \end_inset
609
610 Mathe
611 \begin_inset Quotes erd
612 \end_inset
613
614  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
615  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
616  des Menüeintrags von 
617 \begin_inset Quotes eld
618 \end_inset
619
620 Mathe
621 \begin_inset Quotes erd
622 \end_inset
623
624  zu 
625 \begin_inset Quotes eld
626 \end_inset
627
628 Mathe
629 \begin_inset space ~
630 \end_inset
631
632 (automatisch)
633 \begin_inset Quotes erd
634 \end_inset
635
636  angezeigt.
637 \end_layout
638
639 \begin_layout Standard
640 In den TeX-Modus
641 \begin_inset Index idx
642 status collapsed
643
644 \begin_layout Plain Layout
645 T@TeX-Modus
646 \end_layout
647
648 \end_inset
649
650  gelangt man über den Werkzeugleistenknopf 
651 \begin_inset Graphics
652         filename ../../images/ert-insert.png
653         scale 85
654
655 \end_inset
656
657  oder das Menü 
658 \family sans
659 Einfügen\SpecialChar \menuseparator
660 Te
661 \begin_inset ERT
662 status collapsed
663
664 \begin_layout Plain Layout
665
666 {}
667 \end_layout
668
669 \end_inset
670
671 X
672 \begin_inset space ~
673 \end_inset
674
675 Code
676 \family default
677  (Tastenkürzel 
678 \family sans
679 Strg+L
680 \family default
681 ).
682 \begin_inset Note Note
683 status collapsed
684
685 \begin_layout Plain Layout
686 In LyX gibt es drei 
687 \begin_inset Quotes gld
688 \end_inset
689
690 Eigennamen
691 \begin_inset Quotes grd
692 \end_inset
693
694 , die im Ausdruck mit hoch bzw.
695  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
696 \end_layout
697
698 \begin_layout Plain Layout
699 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
700  man ein TeX-Klammerpaar ein.
701 \end_layout
702
703 \end_inset
704
705
706 \end_layout
707
708 \begin_layout Standard
709 In den LaTeX-Vorspann
710 \begin_inset Index idx
711 status collapsed
712
713 \begin_layout Plain Layout
714 L@LaTeX-Vorspann
715 \end_layout
716
717 \end_inset
718
719  gelangt man über das Menü 
720 \family sans
721 Dokument\SpecialChar \menuseparator
722 Einstellungen\SpecialChar \menuseparator
723 LaT
724 \begin_inset ERT
725 status collapsed
726
727 \begin_layout Plain Layout
728
729 {}
730 \end_layout
731
732 \end_inset
733
734 eX-Vorspann
735 \family default
736 .
737 \end_layout
738
739 \begin_layout Standard
740 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
741 en Formeln kann man die Menüs 
742 \family sans
743 Bearbeiten\SpecialChar \menuseparator
744 Mathe
745 \family default
746  und 
747 \family sans
748 Bearbeiten\SpecialChar \menuseparator
749 Zeilen
750 \begin_inset space \thinspace{}
751 \end_inset
752
753 &
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 Spalten
758 \family default
759  oder die 
760 \family sans
761 Tabellen-Werkzeugleiste
762 \family default
763  verwenden.
764  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
765  die Spalte bzw.
766  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
767  bzw.
768  darunter liegenden Zeile vertauscht.
769  Befindet sich der Cursor in der letzten Spalte bzw.
770  Zeile, wird mit der links daneben stehenden Spalte bzw.
771  darüber liegenden Zeile vertauscht.
772 \end_layout
773
774 \begin_layout Standard
775 Zum Schreiben von Text in einer Formel
776 \begin_inset Foot
777 status collapsed
778
779 \begin_layout Plain Layout
780 Bei mehrzeiligen Formeln wird der Befehl 
781 \series bold
782
783 \backslash
784 intertext
785 \series default
786  verwendet, siehe 
787 \begin_inset CommandInset ref
788 LatexCommand ref
789 reference "sub:Text-in-mehrzeiligen"
790
791 \end_inset
792
793 .
794 \end_layout
795
796 \end_inset
797
798  verwendet man den 
799 \emph on
800 mathematischen Textmodus
801 \emph default
802
803 \begin_inset Index idx
804 status collapsed
805
806 \begin_layout Plain Layout
807 Text ! in Formeln
808 \end_layout
809
810 \end_inset
811
812
813 \begin_inset Index idx
814 status collapsed
815
816 \begin_layout Plain Layout
817 Mathematischer Textmodus
818 \end_layout
819
820 \end_inset
821
822 , in den man mit dem Tastenkürzel 
823 \family sans
824 Alt+M
825 \begin_inset space ~
826 \end_inset
827
828 M
829 \family default
830  oder durch Eingabe des Befehls 
831 \series bold
832
833 \backslash
834 text
835 \begin_inset Index idx
836 status collapsed
837
838 \begin_layout Plain Layout
839 Befehle ! T ! 
840 \backslash
841 text
842 \end_layout
843
844 \end_inset
845
846
847 \series default
848  gelangt.
849  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
850  Formel unterscheiden.
851  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
852  anderen Zeichen einer Formel nicht kursiv.
853 \end_layout
854
855 \begin_layout Subsection*
856 Befehlsschema
857 \end_layout
858
859 \begin_layout Standard
860 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
861  Schema:
862 \end_layout
863
864 \begin_layout Standard
865
866 \series bold
867
868 \backslash
869 Befehlsname[optionales
870 \series default
871  
872 \series bold
873 Argument]{anzugebendes
874 \series default
875  
876 \series bold
877 Argument}
878 \end_layout
879
880 \begin_layout Standard
881 Ein Befehl muss immer mit einem Backslash 
882 \begin_inset Quotes gld
883 \end_inset
884
885
886 \series bold
887
888 \backslash
889
890 \series default
891
892 \begin_inset Quotes grd
893 \end_inset
894
895  beginnen.
896  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
897  eckigen Klammern weggelassen werden.
898  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
899 \begin_inset Index idx
900 status collapsed
901
902 \begin_layout Plain Layout
903 T@TeX-Klammern
904 \end_layout
905
906 \end_inset
907
908  bezeichnet.
909  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
910  an, erzeugt LyX automatisch eine TeX-Klammer.
911  Ansonsten werden sie in Formeln mit dem Befehl 
912 \series bold
913
914 \backslash
915 {
916 \series default
917  erzeugt.
918  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
919  Klammern, die blau erscheinen.
920  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
921  TeX-Klammern erscheinen nicht im Ausdruck.
922 \end_layout
923
924 \begin_layout Standard
925 Werden Befehle ohne Argumente, wie z.
926 \begin_inset space \thinspace{}
927 \end_inset
928
929 B.
930  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
931 \emph on
932 immer
933 \emph default
934  ein Leerzeichen folgen um ihn zu beenden.
935  Dieses Leerzeichen erscheint nicht im Ausdruck.
936  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
937  normalen Text ein geschütztes Leerzeichen folgen.
938 \end_layout
939
940 \begin_layout Standard
941 Ein geschütztes Leerzeichen gibt man mit 
942 \family sans
943 Strg+Leertaste
944 \family default
945  ein.
946 \end_layout
947
948 \begin_layout Subsection*
949 Zeichenerklärung
950 \end_layout
951
952 \begin_layout Itemize
953 Das Symbol
954 \begin_inset Foot
955 status collapsed
956
957 \begin_layout Plain Layout
958 Dieses sichtbare Leerzeichen erhält man über den Befehl 
959 \series bold
960
961 \backslash
962 textvisiblespace
963 \series default
964
965 \begin_inset Index idx
966 status collapsed
967
968 \begin_layout Plain Layout
969 Befehle ! T ! 
970 \backslash
971 textvisiblespace
972 \end_layout
973
974 \end_inset
975
976 , der im TeX-Modus einzugeben ist.
977 \end_layout
978
979 \end_inset
980
981  
982 \begin_inset ERT
983 status collapsed
984
985 \begin_layout Plain Layout
986
987
988 \backslash
989 leer 
990 \end_layout
991
992 \end_inset
993
994
995 \begin_inset space ~
996 \end_inset
997
998 steht für ein einzugebendes Leerzeichen.
999 \end_layout
1000
1001 \begin_layout Itemize
1002 Ein Pfeil wie z.
1003 \begin_inset space \thinspace{}
1004 \end_inset
1005
1006 B.
1007  
1008 \begin_inset Formula $\to$
1009 \end_inset
1010
1011  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1012 \end_layout
1013
1014 \begin_layout Subsection*
1015 Verfügbare Einheiten
1016 \end_layout
1017
1018 \begin_layout Standard
1019 \align center
1020 \begin_inset Float table
1021 placement H
1022 wide false
1023 sideways false
1024 status open
1025
1026 \begin_layout Plain Layout
1027 \align center
1028 \begin_inset Caption
1029
1030 \begin_layout Plain Layout
1031 \begin_inset CommandInset label
1032 LatexCommand label
1033 name "tab:Verfügbare-Einheiten"
1034
1035 \end_inset
1036
1037 Verfügbare Einheiten
1038 \end_layout
1039
1040 \end_inset
1041
1042
1043 \end_layout
1044
1045 \begin_layout Plain Layout
1046 \align center
1047 \begin_inset Tabular
1048 <lyxtabular version="3" rows="13" columns="2">
1049 <features tabularvalignment="middle">
1050 <column alignment="center" valignment="top" width="0">
1051 <column alignment="center" valignment="top" width="0">
1052 <row>
1053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 Einheit
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 Name / Beschreibung
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 mm
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 Millimeter
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 </row>
1092 <row>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 cm
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 Zentimeter
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 in
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Inch / Zoll (1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 in = 2,54
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 cm)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 pt
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Punkt (72,27
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pt = 1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 in)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 pc
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Pica (1
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pc = 12
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 pt)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 sp
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 scaled point (65536
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 sp = 1
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 pt)
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 </row>
1224 <row>
1225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 bp
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1235 \begin_inset Text
1236
1237 \begin_layout Plain Layout
1238 big point (72
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 bp = 1
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 in)
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 </row>
1252 <row>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 dd
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 Didot (1
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 dd 
1271 \begin_inset Formula $\approx$
1272 \end_inset
1273
1274  0,376
1275 \begin_inset space \thinspace{}
1276 \end_inset
1277
1278 mm)
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 </row>
1284 <row>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 cc
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 Cicero (1
1299 \begin_inset space \thinspace{}
1300 \end_inset
1301
1302 cc = 12
1303 \begin_inset space \thinspace{}
1304 \end_inset
1305
1306 dd)
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 ex
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 Höhe des Buchstabens 
1327 \emph on
1328 x
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" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 em
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 Breite des Buchstabens 
1351 \emph on
1352 M
1353 \emph default
1354  in der aktuellen Schrift
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 </row>
1360 <row>
1361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1362 \begin_inset Text
1363
1364 \begin_layout Plain Layout
1365 mu
1366 \end_layout
1367
1368 \end_inset
1369 </cell>
1370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1371 \begin_inset Text
1372
1373 \begin_layout Plain Layout
1374 math unit (1
1375 \begin_inset space \thinspace{}
1376 \end_inset
1377
1378 mu = 
1379 \begin_inset Formula $\nicefrac{1}{18}$
1380 \end_inset
1381
1382
1383 \begin_inset space \thinspace{}
1384 \end_inset
1385
1386 em)
1387 \end_layout
1388
1389 \end_inset
1390 </cell>
1391 </row>
1392 </lyxtabular>
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Standard
1405 \begin_inset Newpage newpage
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \begin_layout Section
1412 Grundlegende Funktionen
1413 \end_layout
1414
1415 \begin_layout Subsection
1416 Exponenten
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 Exponenten
1422 \end_layout
1423
1424 \end_inset
1425
1426  und Indizes
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 Indizes
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \begin_inset Index idx
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 Hochstellen|see
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 {
1448 \end_layout
1449
1450 \end_inset
1451
1452 Exponenten
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 }
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \begin_inset Index idx
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473 Tiefstellen|see
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 {
1480 \end_layout
1481
1482 \end_inset
1483
1484 Indizes
1485 \begin_inset ERT
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489
1490 }
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \begin_layout Standard
1504 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1505  
1506 \begin_inset Graphics
1507         filename ../../images/math-subscript.png
1508         scale 85
1509
1510 \end_inset
1511
1512 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1513  
1514 \begin_inset Graphics
1515         filename ../../images/math-superscript.png
1516         scale 85
1517
1518 \end_inset
1519
1520  erzeugt.
1521 \end_layout
1522
1523 \begin_layout Standard
1524 \align center
1525 \begin_inset Tabular
1526 <lyxtabular version="3" rows="4" columns="2">
1527 <features tabularvalignment="middle">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535 Befehl
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 Ergebnis
1545 \begin_inset Note Note
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549
1550 \series bold
1551
1552 \backslash
1553 raisebox
1554 \series default
1555  dient nur als Abstandhalter.
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 </row>
1566 <row>
1567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 B_V
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 \begin_inset Formula $B_{V}$
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 <row>
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 B^V
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 <row>
1613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617 B^
1618 \begin_inset ERT
1619 status collapsed
1620
1621 \begin_layout Plain Layout
1622
1623
1624 \backslash
1625 leer 
1626 \end_layout
1627
1628 \end_inset
1629
1630 A
1631 \end_layout
1632
1633 \end_inset
1634 </cell>
1635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1636 \begin_inset Text
1637
1638 \begin_layout Plain Layout
1639 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1640 \end_inset
1641
1642
1643 \end_layout
1644
1645 \end_inset
1646 </cell>
1647 </row>
1648 </lyxtabular>
1649
1650 \end_inset
1651
1652
1653 \end_layout
1654
1655 \begin_layout Standard
1656 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1657 llt
1658 \begin_inset Foot
1659 status collapsed
1660
1661 \begin_layout Plain Layout
1662 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1663 \end_layout
1664
1665 \end_inset
1666
1667 .
1668  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1669  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1670 \end_layout
1671
1672 \begin_layout Subsection
1673 Brüche
1674 \begin_inset CommandInset label
1675 LatexCommand label
1676 name "sub:Brüche"
1677
1678 \end_inset
1679
1680
1681 \begin_inset Index idx
1682 status collapsed
1683
1684 \begin_layout Plain Layout
1685 Brüche
1686 \end_layout
1687
1688 \end_inset
1689
1690
1691 \end_layout
1692
1693 \begin_layout Standard
1694 Brüche werden mit dem Befehl 
1695 \series bold
1696
1697 \backslash
1698 frac
1699 \series default
1700
1701 \begin_inset Index idx
1702 status collapsed
1703
1704 \begin_layout Plain Layout
1705 Befehle ! F ! 
1706 \backslash
1707 frac
1708 \end_layout
1709
1710 \end_inset
1711
1712  oder mit dem Mathe-Werkzeugleistenknopf 
1713 \begin_inset Graphics
1714         filename ../../images/math/frac.png
1715         scale 50
1716
1717 \end_inset
1718
1719  erstellt.
1720  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1721  in einer eingebetteten oder abgesetzten Formel befindet.
1722  Mit dem Mathe-Werkzeugleistenknopf 
1723 \begin_inset Graphics
1724         filename ../../images/math/frac-square.png
1725         scale 85
1726
1727 \end_inset
1728
1729  können verschieden Bruchtypen gewählt werden.
1730 \end_layout
1731
1732 \begin_layout Standard
1733 Mit dem Befehl 
1734 \series bold
1735
1736 \backslash
1737 dfrac
1738 \series default
1739
1740 \begin_inset Index idx
1741 status collapsed
1742
1743 \begin_layout Plain Layout
1744 Befehle ! D ! 
1745 \backslash
1746 dfrac
1747 \end_layout
1748
1749 \end_inset
1750
1751  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1752  Formel erscheint.
1753  Mit 
1754 \series bold
1755
1756 \backslash
1757 tfrac
1758 \series default
1759
1760 \begin_inset Index idx
1761 status collapsed
1762
1763 \begin_layout Plain Layout
1764 Befehle ! T ! 
1765 \backslash
1766 tfrac
1767 \end_layout
1768
1769 \end_inset
1770
1771  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1772  Ein Beispiel:
1773 \end_layout
1774
1775 \begin_layout Standard
1776 Eine Zeile mit dem Bruch 
1777 \begin_inset Formula $\frac{1}{2}$
1778 \end_inset
1779
1780 , der mit dem Befehl 
1781 \series bold
1782
1783 \backslash
1784 frac
1785 \series default
1786  erstellt wurde.
1787 \end_layout
1788
1789 \begin_layout Standard
1790 Eine Zeile mit dem Bruch 
1791 \begin_inset Formula $\dfrac{1}{2}$
1792 \end_inset
1793
1794 , der mit dem Befehl 
1795 \series bold
1796
1797 \backslash
1798 dfrac
1799 \series default
1800  erstellt wurde.
1801 \end_layout
1802
1803 \begin_layout Standard
1804 \align center
1805 \begin_inset Tabular
1806 <lyxtabular version="3" rows="4" columns="2">
1807 <features tabularvalignment="middle">
1808 <column alignment="center" valignment="top" width="0pt">
1809 <column alignment="center" valignment="top" width="0pt">
1810 <row>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 Befehl
1816 \end_layout
1817
1818 \end_inset
1819 </cell>
1820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1821 \begin_inset Text
1822
1823 \begin_layout Plain Layout
1824 Ergebnis
1825 \begin_inset Note Note
1826 status collapsed
1827
1828 \begin_layout Plain Layout
1829
1830 \series bold
1831
1832 \backslash
1833 raisebox
1834 \series default
1835  dient nur als Abstandhalter.
1836 \end_layout
1837
1838 \end_inset
1839
1840
1841 \end_layout
1842
1843 \end_inset
1844 </cell>
1845 </row>
1846 <row>
1847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1848 \begin_inset Text
1849
1850 \begin_layout Plain Layout
1851
1852 \backslash
1853 frac
1854 \begin_inset ERT
1855 status collapsed
1856
1857 \begin_layout Plain Layout
1858
1859
1860 \backslash
1861 leer 
1862 \end_layout
1863
1864 \end_inset
1865
1866 A
1867 \begin_inset Formula $\downarrow$
1868 \end_inset
1869
1870 B
1871 \end_layout
1872
1873 \end_inset
1874 </cell>
1875 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1876 \begin_inset Text
1877
1878 \begin_layout Plain Layout
1879 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1880 \end_inset
1881
1882
1883 \end_layout
1884
1885 \end_inset
1886 </cell>
1887 </row>
1888 <row>
1889 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893
1894 \backslash
1895 dfrac
1896 \begin_inset ERT
1897 status collapsed
1898
1899 \begin_layout Plain Layout
1900
1901
1902 \backslash
1903 leer 
1904 \end_layout
1905
1906 \end_inset
1907
1908 A
1909 \begin_inset Formula $\downarrow$
1910 \end_inset
1911
1912 B
1913 \end_layout
1914
1915 \end_inset
1916 </cell>
1917 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1918 \begin_inset Text
1919
1920 \begin_layout Plain Layout
1921 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1922 \end_inset
1923
1924
1925 \end_layout
1926
1927 \end_inset
1928 </cell>
1929 </row>
1930 <row>
1931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1932 \begin_inset Text
1933
1934 \begin_layout Plain Layout
1935
1936 \backslash
1937 dfrac
1938 \begin_inset ERT
1939 status collapsed
1940
1941 \begin_layout Plain Layout
1942
1943
1944 \backslash
1945 leer 
1946 \end_layout
1947
1948 \end_inset
1949
1950 e^
1951 \begin_inset ERT
1952 status collapsed
1953
1954 \begin_layout Plain Layout
1955
1956
1957 \backslash
1958 leer 
1959 \end_layout
1960
1961 \end_inset
1962
1963
1964 \backslash
1965 frac
1966 \begin_inset ERT
1967 status collapsed
1968
1969 \begin_layout Plain Layout
1970
1971
1972 \backslash
1973 leer 
1974 \end_layout
1975
1976 \end_inset
1977
1978 1
1979 \begin_inset Formula $\downarrow$
1980 \end_inset
1981
1982 2
1983 \begin_inset Formula $\downarrow\downarrow$
1984 \end_inset
1985
1986 3
1987 \end_layout
1988
1989 \end_inset
1990 </cell>
1991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1992 \begin_inset Text
1993
1994 \begin_layout Plain Layout
1995 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1996 \end_inset
1997
1998
1999 \end_layout
2000
2001 \end_inset
2002 </cell>
2003 </row>
2004 </lyxtabular>
2005
2006 \end_inset
2007
2008
2009 \end_layout
2010
2011 \begin_layout Standard
2012 \begin_inset VSpace bigskip
2013 \end_inset
2014
2015
2016 \begin_inset Newpage newpage
2017 \end_inset
2018
2019 Für Mehrfachbrüche gibt es den Befehl 
2020 \series bold
2021
2022 \backslash
2023 cfrac
2024 \series default
2025
2026 \begin_inset Index idx
2027 status collapsed
2028
2029 \begin_layout Plain Layout
2030 Befehle ! C ! 
2031 \backslash
2032 cfrac
2033 \end_layout
2034
2035 \end_inset
2036
2037 .
2038  Dazu ein Beispiel:
2039 \begin_inset VSpace -3mm
2040 \end_inset
2041
2042
2043 \end_layout
2044
2045 \begin_layout Standard
2046 \begin_inset Formula 
2047 \begin{align*}
2048 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2049 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
2050 \end{align*}
2051
2052 \end_inset
2053
2054
2055 \end_layout
2056
2057 \begin_layout Standard
2058 Der Befehl für obiges Beispiel lautet:
2059 \end_layout
2060
2061 \begin_layout Standard
2062
2063 \series bold
2064
2065 \backslash
2066 cfrac
2067 \begin_inset ERT
2068 status collapsed
2069
2070 \begin_layout Plain Layout
2071
2072
2073 \backslash
2074 leer 
2075 \end_layout
2076
2077 \end_inset
2078
2079 A
2080 \begin_inset Formula $\downarrow$
2081 \end_inset
2082
2083 B+
2084 \backslash
2085 cfrac
2086 \begin_inset ERT
2087 status collapsed
2088
2089 \begin_layout Plain Layout
2090
2091
2092 \backslash
2093 leer 
2094 \end_layout
2095
2096 \end_inset
2097
2098 C+
2099 \backslash
2100 cfrac
2101 \begin_inset ERT
2102 status collapsed
2103
2104 \begin_layout Plain Layout
2105
2106
2107 \backslash
2108 leer 
2109 \end_layout
2110
2111 \end_inset
2112
2113 E
2114 \begin_inset Formula $\downarrow$
2115 \end_inset
2116
2117 F
2118 \begin_inset Formula $\downarrow$
2119 \end_inset
2120
2121 D
2122 \end_layout
2123
2124 \begin_layout Standard
2125 \begin_inset VSpace medskip
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132
2133 \series bold
2134
2135 \backslash
2136 cfrac
2137 \series default
2138  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2139  auch wenn er selbst Teil eines Bruches ist.
2140 \end_layout
2141
2142 \begin_layout Standard
2143 Es ist möglich die Ausrichtung des Zählers einzustellen.
2144  Der Befehl 
2145 \series bold
2146
2147 \backslash
2148 cfracleft
2149 \series default
2150  richtet ihn links, der Befehl 
2151 \series bold
2152
2153 \backslash
2154 cfracright
2155 \series default
2156  rechts aus.
2157  
2158 \series bold
2159
2160 \backslash
2161 cfrac
2162 \series default
2163  zentriert den Zähler.
2164  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2165 \end_layout
2166
2167 \begin_layout Standard
2168
2169 \series bold
2170 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2171 \end_inset
2172
2173
2174 \begin_inset Formula $\cfrac{A}{B+C}$
2175 \end_inset
2176
2177
2178 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2179 \end_inset
2180
2181
2182 \end_layout
2183
2184 \begin_layout Standard
2185 \begin_inset Note Greyedout
2186 status open
2187
2188 \begin_layout Plain Layout
2189
2190 \series bold
2191 Achtung:
2192 \series default
2193  
2194 \series bold
2195
2196 \backslash
2197 cfracleft
2198 \series default
2199  und
2200 \series bold
2201  
2202 \backslash
2203 cfracright
2204 \series default
2205  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2206 \series bold
2207
2208 \backslash
2209 cfrac[Ausrichtung]{Zähler}{Nenner}
2210 \series default
2211  dar.
2212  Daher kann man sie nicht im TeX-Code benutzen.
2213 \end_layout
2214
2215 \end_inset
2216
2217
2218 \end_layout
2219
2220 \begin_layout Standard
2221 \begin_inset VSpace medskip
2222 \end_inset
2223
2224 Oftmals ist es am günstigsten 
2225 \series bold
2226
2227 \backslash
2228 cfrac
2229 \series default
2230  und 
2231 \series bold
2232
2233 \backslash
2234 frac
2235 \series default
2236  zu kombinieren:
2237 \begin_inset Formula 
2238 \[
2239 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2240 \]
2241
2242 \end_inset
2243
2244
2245 \end_layout
2246
2247 \begin_layout Standard
2248 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2249 \series bold
2250
2251 \backslash
2252 nicefrac
2253 \series default
2254
2255 \begin_inset Index idx
2256 status collapsed
2257
2258 \begin_layout Plain Layout
2259 Befehle ! N ! 
2260 \backslash
2261 nicefrac
2262 \end_layout
2263
2264 \end_inset
2265
2266
2267 \begin_inset Formula $\nicefrac{5}{31}$
2268 \end_inset
2269
2270  oder 
2271 \series bold
2272
2273 \backslash
2274 unitfrac
2275 \series default
2276
2277 \begin_inset Index idx
2278 status collapsed
2279
2280 \begin_layout Plain Layout
2281 Befehle! U ! 
2282 \backslash
2283 unitfrac
2284 \end_layout
2285
2286 \end_inset
2287
2288
2289 \begin_inset Formula $\unitfrac{5}{31}$
2290 \end_inset
2291
2292  benutzt werden.
2293  Des Weiteren gibt es den Befehl 
2294 \series bold
2295
2296 \backslash
2297 unitfracthree
2298 \series default
2299  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2300 \begin_inset Formula $\unitfrac[2]{1}{3}$
2301 \end_inset
2302
2303
2304 \end_layout
2305
2306 \begin_layout Standard
2307 \begin_inset Note Greyedout
2308 status open
2309
2310 \begin_layout Plain Layout
2311
2312 \series bold
2313 Achtung:
2314 \series default
2315  
2316 \series bold
2317
2318 \backslash
2319 unitfracthree
2320 \series default
2321  ist kein echter LaTeX-Befehl, sondern der Befehl
2322 \begin_inset Newline newline
2323 \end_inset
2324
2325
2326 \series bold
2327
2328 \backslash
2329 unitfrac[Zahl]{Zähler}{Nenner}
2330 \series default
2331  .
2332  Daher kann man ihn nicht im TeX-Code benutzen.
2333 \end_layout
2334
2335 \end_inset
2336
2337
2338 \end_layout
2339
2340 \begin_layout Standard
2341 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2342  in 
2343 \begin_inset CommandInset ref
2344 LatexCommand ref
2345 reference "sub:Selbstdefinierte-Brüche"
2346
2347 \end_inset
2348
2349  erklärt.
2350 \end_layout
2351
2352 \begin_layout Subsection
2353 Wurzeln
2354 \begin_inset Index idx
2355 status collapsed
2356
2357 \begin_layout Plain Layout
2358 Wurzeln
2359 \end_layout
2360
2361 \end_inset
2362
2363
2364 \end_layout
2365
2366 \begin_layout Standard
2367 Quadratwurzeln werden mit 
2368 \series bold
2369
2370 \backslash
2371 sqrt
2372 \series default
2373
2374 \begin_inset Index idx
2375 status collapsed
2376
2377 \begin_layout Plain Layout
2378 Befehle ! S ! 
2379 \backslash
2380 sqrt
2381 \end_layout
2382
2383 \end_inset
2384
2385  oder dem Mathe-Werkzeugleistenknopf 
2386 \begin_inset Graphics
2387         filename ../../images/math/sqrt.png
2388         scale 85
2389
2390 \end_inset
2391
2392  gesetzt, alle anderen Wurzeln mit dem Befehl 
2393 \series bold
2394
2395 \backslash
2396 root
2397 \series default
2398
2399 \begin_inset Index idx
2400 status collapsed
2401
2402 \begin_layout Plain Layout
2403 Befehle ! R ! 
2404 \backslash
2405 root
2406 \end_layout
2407
2408 \end_inset
2409
2410  oder dem Mathe-Werkzeugleistenknopf 
2411 \begin_inset Graphics
2412         filename ../../images/math/root.png
2413         scale 85
2414
2415 \end_inset
2416
2417 .
2418 \end_layout
2419
2420 \begin_layout Standard
2421 \align center
2422 \begin_inset Tabular
2423 <lyxtabular version="3" rows="3" columns="2">
2424 <features tabularvalignment="middle">
2425 <column alignment="center" valignment="top" width="0pt">
2426 <column alignment="center" valignment="top" width="0pt">
2427 <row>
2428 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2429 \begin_inset Text
2430
2431 \begin_layout Plain Layout
2432 Befehl
2433 \end_layout
2434
2435 \end_inset
2436 </cell>
2437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2438 \begin_inset Text
2439
2440 \begin_layout Plain Layout
2441 Ergebnis
2442 \begin_inset Note Note
2443 status collapsed
2444
2445 \begin_layout Plain Layout
2446
2447 \series bold
2448
2449 \backslash
2450 raisebox
2451 \series default
2452  dient nur als Abstandhalter.
2453 \end_layout
2454
2455 \end_inset
2456
2457
2458 \end_layout
2459
2460 \end_inset
2461 </cell>
2462 </row>
2463 <row>
2464 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2465 \begin_inset Text
2466
2467 \begin_layout Plain Layout
2468
2469 \backslash
2470 sqrt
2471 \begin_inset ERT
2472 status collapsed
2473
2474 \begin_layout Plain Layout
2475
2476
2477 \backslash
2478 leer 
2479 \end_layout
2480
2481 \end_inset
2482
2483 A-B
2484 \end_layout
2485
2486 \end_inset
2487 </cell>
2488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2489 \begin_inset Text
2490
2491 \begin_layout Plain Layout
2492 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2493 \end_inset
2494
2495
2496 \end_layout
2497
2498 \end_inset
2499 </cell>
2500 </row>
2501 <row>
2502 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2503 \begin_inset Text
2504
2505 \begin_layout Plain Layout
2506
2507 \backslash
2508 root
2509 \begin_inset ERT
2510 status collapsed
2511
2512 \begin_layout Plain Layout
2513
2514
2515 \backslash
2516 leer 
2517 \end_layout
2518
2519 \end_inset
2520
2521 3
2522 \begin_inset Formula $\downarrow$
2523 \end_inset
2524
2525 A-B
2526 \end_layout
2527
2528 \end_inset
2529 </cell>
2530 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2531 \begin_inset Text
2532
2533 \begin_layout Plain Layout
2534 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2535 \end_inset
2536
2537
2538 \end_layout
2539
2540 \end_inset
2541 </cell>
2542 </row>
2543 </lyxtabular>
2544
2545 \end_inset
2546
2547
2548 \end_layout
2549
2550 \begin_layout Standard
2551 Eine Quadratwurzel kann man auch mit 
2552 \series bold
2553
2554 \backslash
2555 root
2556 \series default
2557  erstellen, indem man das Feld über der Wurzel frei lässt.
2558 \end_layout
2559
2560 \begin_layout Standard
2561 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2562  Formel: 
2563 \begin_inset Formula $\sqrt[\beta]{B}$
2564 \end_inset
2565
2566
2567 \begin_inset Newline newline
2568 \end_inset
2569
2570 Das 
2571 \begin_inset Formula $\beta$
2572 \end_inset
2573
2574  berührt die Wurzel.
2575  Um dies zu verhindern, verwendet man die Befehle 
2576 \series bold
2577
2578 \backslash
2579 leftroot
2580 \series default
2581
2582 \begin_inset Index idx
2583 status collapsed
2584
2585 \begin_layout Plain Layout
2586 Befehle ! L ! 
2587 \backslash
2588 leftroot
2589 \end_layout
2590
2591 \end_inset
2592
2593  und 
2594 \series bold
2595
2596 \backslash
2597 uproot
2598 \series default
2599
2600 \begin_inset Index idx
2601 status collapsed
2602
2603 \begin_layout Plain Layout
2604 Befehle ! U ! 
2605 \backslash
2606 uproot
2607 \end_layout
2608
2609 \end_inset
2610
2611 , die folgendes Schema besitzen:
2612 \end_layout
2613
2614 \begin_layout Standard
2615
2616 \series bold
2617
2618 \backslash
2619 leftroot{Abstand}
2620 \series default
2621  bzw.
2622  
2623 \series bold
2624
2625 \backslash
2626 uproot{Abstand}
2627 \end_layout
2628
2629 \begin_layout Standard
2630 Abstand ist die Anzahl der Big Points (Einheit bp; 
2631 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2632 \end_inset
2633
2634 ), um die der Index nach links bzw.
2635  nach oben verschoben werden soll.
2636  Die Befehle werden in den Index geschrieben.
2637  So ergibt der Befehl
2638 \begin_inset Newline newline
2639 \end_inset
2640
2641
2642 \series bold
2643
2644 \backslash
2645 root
2646 \backslash
2647 leftroot{-1
2648 \begin_inset Formula $\to$
2649 \end_inset
2650
2651
2652 \backslash
2653 uproot{2
2654 \begin_inset Formula $\to$
2655 \end_inset
2656
2657
2658 \backslash
2659 beta
2660 \begin_inset ERT
2661 status collapsed
2662
2663 \begin_layout Plain Layout
2664
2665
2666 \backslash
2667 leer 
2668 \end_layout
2669
2670 \end_inset
2671
2672
2673 \begin_inset Formula $\to$
2674 \end_inset
2675
2676 B
2677 \begin_inset Newline newline
2678 \end_inset
2679
2680
2681 \series default
2682 eine korrekt gesetzte Formel: 
2683 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2684 \end_inset
2685
2686
2687 \end_layout
2688
2689 \begin_layout Subsection
2690 Binomialkoeffizienten
2691 \begin_inset Index idx
2692 status collapsed
2693
2694 \begin_layout Plain Layout
2695 Binomialkoeffizienten
2696 \end_layout
2697
2698 \end_inset
2699
2700
2701 \end_layout
2702
2703 \begin_layout Standard
2704 Binomialkoeffizienten können mit dem Befehl 
2705 \series bold
2706
2707 \backslash
2708 binom
2709 \series default
2710
2711 \begin_inset Index idx
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Befehle ! B ! 
2716 \backslash
2717 binom
2718 \end_layout
2719
2720 \end_inset
2721
2722  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2723 \begin_inset Graphics
2724         filename ../../images/math/frac-square.png
2725         scale 85
2726
2727 \end_inset
2728
2729 eingefügt werden.
2730  Analog zu Brüchen (
2731 \series bold
2732
2733 \backslash
2734 frac
2735 \series default
2736 ) gibt es außer 
2737 \series bold
2738
2739 \backslash
2740 binom
2741 \series default
2742  noch die Befehle 
2743 \series bold
2744
2745 \backslash
2746 dbinom
2747 \series default
2748
2749 \begin_inset Index idx
2750 status collapsed
2751
2752 \begin_layout Plain Layout
2753 Befehle ! D ! 
2754 \backslash
2755 dbinom
2756 \end_layout
2757
2758 \end_inset
2759
2760  und 
2761 \series bold
2762
2763 \backslash
2764 tbinom
2765 \series default
2766
2767 \begin_inset Index idx
2768 status collapsed
2769
2770 \begin_layout Plain Layout
2771 Befehle ! T ! 
2772 \backslash
2773 tbinom
2774 \end_layout
2775
2776 \end_inset
2777
2778 .
2779  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2780 \series bold
2781
2782 \backslash
2783 brace
2784 \series default
2785
2786 \begin_inset Index idx
2787 status collapsed
2788
2789 \begin_layout Plain Layout
2790 Befehle ! B ! 
2791 \backslash
2792 brace
2793 \end_layout
2794
2795 \end_inset
2796
2797  und 
2798 \series bold
2799
2800 \backslash
2801 brack
2802 \series default
2803
2804 \begin_inset Index idx
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808 Befehle ! B ! 
2809 \backslash
2810 brack
2811 \end_layout
2812
2813 \end_inset
2814
2815 .
2816 \end_layout
2817
2818 \begin_layout Standard
2819 \align center
2820 \begin_inset Tabular
2821 <lyxtabular version="3" rows="6" columns="2">
2822 <features tabularvalignment="middle">
2823 <column alignment="center" valignment="top" width="0pt">
2824 <column alignment="center" valignment="top" width="0pt">
2825 <row>
2826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830 Befehl
2831 \end_layout
2832
2833 \end_inset
2834 </cell>
2835 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2836 \begin_inset Text
2837
2838 \begin_layout Plain Layout
2839 Ergebnis
2840 \begin_inset Note Note
2841 status collapsed
2842
2843 \begin_layout Plain Layout
2844
2845 \series bold
2846
2847 \backslash
2848 raisebox
2849 \series default
2850  dient nur als Abstandhalter.
2851 \end_layout
2852
2853 \end_inset
2854
2855
2856 \end_layout
2857
2858 \end_inset
2859 </cell>
2860 </row>
2861 <row>
2862 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2863 \begin_inset Text
2864
2865 \begin_layout Plain Layout
2866
2867 \backslash
2868 binom
2869 \begin_inset ERT
2870 status collapsed
2871
2872 \begin_layout Plain Layout
2873
2874
2875 \backslash
2876 leer 
2877 \end_layout
2878
2879 \end_inset
2880
2881 A
2882 \begin_inset Formula $\downarrow$
2883 \end_inset
2884
2885 B
2886 \end_layout
2887
2888 \end_inset
2889 </cell>
2890 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2891 \begin_inset Text
2892
2893 \begin_layout Plain Layout
2894 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2895 \end_inset
2896
2897
2898 \end_layout
2899
2900 \end_inset
2901 </cell>
2902 </row>
2903 <row>
2904 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2905 \begin_inset Text
2906
2907 \begin_layout Plain Layout
2908
2909 \backslash
2910 dbinom
2911 \begin_inset ERT
2912 status collapsed
2913
2914 \begin_layout Plain Layout
2915
2916
2917 \backslash
2918 leer 
2919 \end_layout
2920
2921 \end_inset
2922
2923 A
2924 \begin_inset Formula $\downarrow$
2925 \end_inset
2926
2927 B
2928 \end_layout
2929
2930 \end_inset
2931 </cell>
2932 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2933 \begin_inset Text
2934
2935 \begin_layout Plain Layout
2936 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2937 \end_inset
2938
2939
2940 \end_layout
2941
2942 \end_inset
2943 </cell>
2944 </row>
2945 <row>
2946 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2947 \begin_inset Text
2948
2949 \begin_layout Plain Layout
2950
2951 \backslash
2952 tbinom
2953 \begin_inset ERT
2954 status collapsed
2955
2956 \begin_layout Plain Layout
2957
2958
2959 \backslash
2960 leer 
2961 \end_layout
2962
2963 \end_inset
2964
2965 A
2966 \begin_inset Formula $\downarrow$
2967 \end_inset
2968
2969 B
2970 \end_layout
2971
2972 \end_inset
2973 </cell>
2974 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2975 \begin_inset Text
2976
2977 \begin_layout Plain Layout
2978 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2979 \end_inset
2980
2981
2982 \end_layout
2983
2984 \end_inset
2985 </cell>
2986 </row>
2987 <row>
2988 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2989 \begin_inset Text
2990
2991 \begin_layout Plain Layout
2992
2993 \backslash
2994 brack
2995 \begin_inset ERT
2996 status collapsed
2997
2998 \begin_layout Plain Layout
2999
3000
3001 \backslash
3002 leer 
3003 \end_layout
3004
3005 \end_inset
3006
3007 A
3008 \begin_inset Formula $\downarrow$
3009 \end_inset
3010
3011 B
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
3017 \begin_inset Text
3018
3019 \begin_layout Plain Layout
3020 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
3021 \end_inset
3022
3023
3024 \end_layout
3025
3026 \end_inset
3027 </cell>
3028 </row>
3029 <row>
3030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3031 \begin_inset Text
3032
3033 \begin_layout Plain Layout
3034
3035 \backslash
3036 brace
3037 \begin_inset ERT
3038 status collapsed
3039
3040 \begin_layout Plain Layout
3041
3042
3043 \backslash
3044 leer 
3045 \end_layout
3046
3047 \end_inset
3048
3049 A
3050 \begin_inset Formula $\downarrow$
3051 \end_inset
3052
3053 B
3054 \end_layout
3055
3056 \end_inset
3057 </cell>
3058 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3059 \begin_inset Text
3060
3061 \begin_layout Plain Layout
3062 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3063 \end_inset
3064
3065
3066 \end_layout
3067
3068 \end_inset
3069 </cell>
3070 </row>
3071 </lyxtabular>
3072
3073 \end_inset
3074
3075
3076 \end_layout
3077
3078 \begin_layout Subsection
3079 Fallunterscheidungen
3080 \begin_inset Index idx
3081 status collapsed
3082
3083 \begin_layout Plain Layout
3084 Fallunterscheidungen
3085 \end_layout
3086
3087 \end_inset
3088
3089
3090 \end_layout
3091
3092 \begin_layout Standard
3093 \align center
3094 \begin_inset Tabular
3095 <lyxtabular version="3" rows="3" columns="2">
3096 <features tabularvalignment="middle">
3097 <column alignment="center" valignment="top" width="0pt">
3098 <column alignment="center" valignment="top" width="0pt">
3099 <row>
3100 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3101 \begin_inset Text
3102
3103 \begin_layout Plain Layout
3104 Befehl
3105 \end_layout
3106
3107 \end_inset
3108 </cell>
3109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3110 \begin_inset Text
3111
3112 \begin_layout Plain Layout
3113 Ergebnis
3114 \end_layout
3115
3116 \end_inset
3117 </cell>
3118 </row>
3119 <row>
3120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3121 \begin_inset Text
3122
3123 \begin_layout Plain Layout
3124
3125 \backslash
3126 cases
3127 \begin_inset ERT
3128 status collapsed
3129
3130 \begin_layout Plain Layout
3131
3132
3133 \backslash
3134 leer 
3135 \end_layout
3136
3137 \end_inset
3138
3139 A
3140 \begin_inset Formula $\to$
3141 \end_inset
3142
3143 B>0
3144 \begin_inset Index idx
3145 status collapsed
3146
3147 \begin_layout Plain Layout
3148 Befehle ! C ! 
3149 \backslash
3150 cases
3151 \end_layout
3152
3153 \end_inset
3154
3155
3156 \end_layout
3157
3158 \end_inset
3159 </cell>
3160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3161 \begin_inset Text
3162
3163 \begin_layout Plain Layout
3164 \begin_inset Formula $\begin{cases}
3165 A & B>0\end{cases}$
3166 \end_inset
3167
3168
3169 \end_layout
3170
3171 \end_inset
3172 </cell>
3173 </row>
3174 <row>
3175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3176 \begin_inset Text
3177
3178 \begin_layout Plain Layout
3179
3180 \backslash
3181 cases
3182 \begin_inset ERT
3183 status collapsed
3184
3185 \begin_layout Plain Layout
3186
3187
3188 \backslash
3189 leer 
3190 \end_layout
3191
3192 \end_inset
3193
3194 Strg+Enter
3195 \end_layout
3196
3197 \end_inset
3198 </cell>
3199 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3200 \begin_inset Text
3201
3202 \begin_layout Plain Layout
3203 \begin_inset Formula $\begin{cases}
3204 A & \textrm{für }x>0\\
3205 B & \textrm{für }x=0
3206 \end{cases}$
3207 \end_inset
3208
3209
3210 \end_layout
3211
3212 \end_inset
3213 </cell>
3214 </row>
3215 </lyxtabular>
3216
3217 \end_inset
3218
3219
3220 \end_layout
3221
3222 \begin_layout Standard
3223 Nach der Eingabe von 
3224 \series bold
3225
3226 \backslash
3227 cases
3228 \series default
3229  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3230 \begin_inset Graphics
3231         filename ../../images/math/cases.png
3232         scale 85
3233
3234 \end_inset
3235
3236  können mit 
3237 \family sans
3238 Strg+Enter
3239 \family default
3240  oder dem Tabellen-Werkzeugleistenknopf 
3241 \begin_inset Graphics
3242         filename ../../images/tabular-feature_append-row.png
3243         scale 85
3244
3245 \end_inset
3246
3247  neue Zeilen erstellt werden.
3248 \begin_inset Foot
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3253 \begin_inset CommandInset ref
3254 LatexCommand ref
3255 reference "sub:Akzente-für-ein"
3256
3257 \end_inset
3258
3259  beschrieben.
3260 \end_layout
3261
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \begin_layout Standard
3268 Der Befehl 
3269 \series bold
3270
3271 \backslash
3272 cases
3273 \series default
3274  ist auch über das Menü 
3275 \family sans
3276 Einfügen\SpecialChar \menuseparator
3277 Mathe\SpecialChar \menuseparator
3278 Cases-Umgebung
3279 \family default
3280  verfügbar.
3281 \end_layout
3282
3283 \begin_layout Subsection
3284 Verneinungen
3285 \begin_inset Index idx
3286 status collapsed
3287
3288 \begin_layout Plain Layout
3289 Verneinungen
3290 \end_layout
3291
3292 \end_inset
3293
3294
3295 \end_layout
3296
3297 \begin_layout Standard
3298 Durch die Eingabe von 
3299 \series bold
3300
3301 \backslash
3302 not
3303 \series default
3304
3305 \begin_inset Index idx
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 Befehle ! N ! 
3310 \backslash
3311 not
3312 \end_layout
3313
3314 \end_inset
3315
3316  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3317  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3318 \end_layout
3319
3320 \begin_layout Standard
3321 \align center
3322 \begin_inset Tabular
3323 <lyxtabular version="3" rows="4" columns="2">
3324 <features tabularvalignment="middle">
3325 <column alignment="center" valignment="top" width="0pt">
3326 <column alignment="center" valignment="top" width="0pt">
3327 <row>
3328 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3329 \begin_inset Text
3330
3331 \begin_layout Plain Layout
3332 Befehl
3333 \end_layout
3334
3335 \end_inset
3336 </cell>
3337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3338 \begin_inset Text
3339
3340 \begin_layout Plain Layout
3341 Ergebnis
3342 \end_layout
3343
3344 \end_inset
3345 </cell>
3346 </row>
3347 <row>
3348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3349 \begin_inset Text
3350
3351 \begin_layout Plain Layout
3352
3353 \backslash
3354 not=
3355 \end_layout
3356
3357 \end_inset
3358 </cell>
3359 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3360 \begin_inset Text
3361
3362 \begin_layout Plain Layout
3363 \begin_inset Formula $\not=$
3364 \end_inset
3365
3366
3367 \end_layout
3368
3369 \end_inset
3370 </cell>
3371 </row>
3372 <row>
3373 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3374 \begin_inset Text
3375
3376 \begin_layout Plain Layout
3377
3378 \backslash
3379 not 
3380 \backslash
3381 le
3382 \end_layout
3383
3384 \end_inset
3385 </cell>
3386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3387 \begin_inset Text
3388
3389 \begin_layout Plain Layout
3390 \begin_inset Formula $\not\le$
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \end_inset
3397 </cell>
3398 </row>
3399 <row>
3400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3401 \begin_inset Text
3402
3403 \begin_layout Plain Layout
3404
3405 \backslash
3406 not 
3407 \backslash
3408 parallel
3409 \end_layout
3410
3411 \end_inset
3412 </cell>
3413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3414 \begin_inset Text
3415
3416 \begin_layout Plain Layout
3417 \begin_inset Formula $\not\parallel$
3418 \end_inset
3419
3420
3421 \end_layout
3422
3423 \end_inset
3424 </cell>
3425 </row>
3426 </lyxtabular>
3427
3428 \end_inset
3429
3430
3431 \end_layout
3432
3433 \begin_layout Standard
3434 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3435  Deswegen gibt es für Einige spezielle Befehle (siehe 
3436 \begin_inset CommandInset ref
3437 LatexCommand ref
3438 reference "sub:Mathematische-Symbole"
3439
3440 \end_inset
3441
3442  und 
3443 \begin_inset CommandInset ref
3444 LatexCommand ref
3445 reference "sec:Relationen"
3446
3447 \end_inset
3448
3449 ).
3450 \end_layout
3451
3452 \begin_layout Subsection
3453 Platzhalter
3454 \begin_inset CommandInset label
3455 LatexCommand label
3456 name "sub:Platzhalter"
3457
3458 \end_inset
3459
3460
3461 \begin_inset Index idx
3462 status collapsed
3463
3464 \begin_layout Plain Layout
3465 Platzhalter
3466 \end_layout
3467
3468 \end_inset
3469
3470
3471 \begin_inset Index idx
3472 status collapsed
3473
3474 \begin_layout Plain Layout
3475 chemische Zeichen ! Isotope
3476 \end_layout
3477
3478 \end_inset
3479
3480
3481 \begin_inset Index idx
3482 status collapsed
3483
3484 \begin_layout Plain Layout
3485 Isotope|see
3486 \begin_inset ERT
3487 status collapsed
3488
3489 \begin_layout Plain Layout
3490
3491 {
3492 \end_layout
3493
3494 \end_inset
3495
3496 chemische Zeichen
3497 \begin_inset ERT
3498 status collapsed
3499
3500 \begin_layout Plain Layout
3501
3502 }
3503 \end_layout
3504
3505 \end_inset
3506
3507
3508 \end_layout
3509
3510 \end_inset
3511
3512
3513 \end_layout
3514
3515 \begin_layout Standard
3516 Möchte man z.
3517 \begin_inset space \thinspace{}
3518 \end_inset
3519
3520 B.
3521  Isotope
3522 \begin_inset Foot
3523 status collapsed
3524
3525 \begin_layout Plain Layout
3526 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3527 \begin_inset CommandInset ref
3528 LatexCommand ref
3529 reference "sub:Chemische-Symbole-und"
3530
3531 \end_inset
3532
3533  beschrieben.
3534 \end_layout
3535
3536 \end_inset
3537
3538  darstellen, tritt folgendes Problem auf:
3539 \end_layout
3540
3541 \begin_layout Standard
3542 \align center
3543 \begin_inset Tabular
3544 <lyxtabular version="3" rows="2" columns="2">
3545 <features tabularvalignment="middle">
3546 <column alignment="center" valignment="top" width="0pt">
3547 <column alignment="center" valignment="top" width="0pt">
3548 <row>
3549 <cell alignment="center" valignment="top" usebox="none">
3550 \begin_inset Text
3551
3552 \begin_layout Plain Layout
3553 durch Hoch- und Tiefstellen erzeugte Indizes:
3554 \end_layout
3555
3556 \end_inset
3557 </cell>
3558 <cell alignment="center" valignment="top" usebox="none">
3559 \begin_inset Text
3560
3561 \begin_layout Plain Layout
3562 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3563 \end_inset
3564
3565
3566 \end_layout
3567
3568 \end_inset
3569 </cell>
3570 </row>
3571 <row>
3572 <cell alignment="center" valignment="top" usebox="none">
3573 \begin_inset Text
3574
3575 \begin_layout Plain Layout
3576 korrekte Indizes:
3577 \end_layout
3578
3579 \end_inset
3580 </cell>
3581 <cell alignment="center" valignment="top" usebox="none">
3582 \begin_inset Text
3583
3584 \begin_layout Plain Layout
3585 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3586 \end_inset
3587
3588
3589 \end_layout
3590
3591 \end_inset
3592 </cell>
3593 </row>
3594 </lyxtabular>
3595
3596 \end_inset
3597
3598
3599 \begin_inset Note Note
3600 status collapsed
3601
3602 \begin_layout Plain Layout
3603
3604 \series bold
3605
3606 \backslash
3607 raisebox
3608 \series default
3609  dient nur
3610 \end_layout
3611
3612 \begin_layout Plain Layout
3613 als Abstandhalter.
3614 \end_layout
3615
3616 \end_inset
3617
3618
3619 \end_layout
3620
3621 \begin_layout Standard
3622 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3623  längeren Index gesetzt.
3624  Um das zu verhindern gibt es den Befehl 
3625 \series bold
3626
3627 \backslash
3628 phantom
3629 \series default
3630
3631 \begin_inset Index idx
3632 status collapsed
3633
3634 \begin_layout Plain Layout
3635 Befehle ! P ! 
3636 \backslash
3637 phantom
3638 \end_layout
3639
3640 \end_inset
3641
3642  oder den Mathe-Werkzeugleistenknopf
3643 \begin_inset space \thinspace{}
3644 \end_inset
3645
3646
3647 \begin_inset Foot
3648 status collapsed
3649
3650 \begin_layout Plain Layout
3651 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3652 \begin_inset Graphics
3653         filename ../../images/math/space.png
3654         scale 85
3655
3656 \end_inset
3657
3658
3659 \end_layout
3660
3661 \end_inset
3662
3663  
3664 \begin_inset Graphics
3665         filename ../../images/math/phantom.png
3666         scale 85
3667
3668 \end_inset
3669
3670 , der ein oder mehrere Phantomzeichen erstellt.
3671  Wenn 
3672 \series bold
3673
3674 \backslash
3675 phantom
3676 \series default
3677  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3678  Pfeilen überlagert wird.
3679  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3680  als Leerraum erstellt wird.
3681  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3682  Zeichen.
3683 \end_layout
3684
3685 \begin_layout Standard
3686 \align center
3687 \begin_inset Tabular
3688 <lyxtabular version="3" rows="4" columns="2">
3689 <features tabularvalignment="middle">
3690 <column alignment="center" valignment="top" width="0">
3691 <column alignment="center" valignment="top" width="0">
3692 <row>
3693 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3694 \begin_inset Text
3695
3696 \begin_layout Plain Layout
3697 Befehl
3698 \end_layout
3699
3700 \end_inset
3701 </cell>
3702 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3703 \begin_inset Text
3704
3705 \begin_layout Plain Layout
3706 Ergebnis
3707 \begin_inset Note Note
3708 status collapsed
3709
3710 \begin_layout Plain Layout
3711
3712 \series bold
3713
3714 \backslash
3715 raisebox
3716 \series default
3717  dient nur als Abstandhalter.
3718 \end_layout
3719
3720 \end_inset
3721
3722
3723 \end_layout
3724
3725 \end_inset
3726 </cell>
3727 </row>
3728 <row>
3729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3730 \begin_inset Text
3731
3732 \begin_layout Plain Layout
3733 ^19
3734 \begin_inset ERT
3735 status collapsed
3736
3737 \begin_layout Plain Layout
3738
3739
3740 \backslash
3741 leer 
3742 \end_layout
3743
3744 \end_inset
3745
3746 _
3747 \backslash
3748 phantom
3749 \begin_inset ERT
3750 status collapsed
3751
3752 \begin_layout Plain Layout
3753
3754
3755 \backslash
3756 leer 
3757 \end_layout
3758
3759 \end_inset
3760
3761 1
3762 \begin_inset Formula $\to$
3763 \end_inset
3764
3765 9
3766 \begin_inset ERT
3767 status collapsed
3768
3769 \begin_layout Plain Layout
3770
3771
3772 \backslash
3773 leer 
3774 \end_layout
3775
3776 \end_inset
3777
3778 F
3779 \end_layout
3780
3781 \end_inset
3782 </cell>
3783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3784 \begin_inset Text
3785
3786 \begin_layout Plain Layout
3787 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3788 \end_inset
3789
3790
3791 \end_layout
3792
3793 \end_inset
3794 </cell>
3795 </row>
3796 <row>
3797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3798 \begin_inset Text
3799
3800 \begin_layout Plain Layout
3801 ^235
3802 \begin_inset ERT
3803 status collapsed
3804
3805 \begin_layout Plain Layout
3806
3807
3808 \backslash
3809 leer 
3810 \end_layout
3811
3812 \end_inset
3813
3814 _
3815 \backslash
3816 phantom
3817 \begin_inset ERT
3818 status collapsed
3819
3820 \begin_layout Plain Layout
3821
3822
3823 \backslash
3824 leer 
3825 \end_layout
3826
3827 \end_inset
3828
3829 23
3830 \begin_inset Formula $\to$
3831 \end_inset
3832
3833 9
3834 \begin_inset ERT
3835 status collapsed
3836
3837 \begin_layout Plain Layout
3838
3839
3840 \backslash
3841 leer 
3842 \end_layout
3843
3844 \end_inset
3845
3846 F
3847 \end_layout
3848
3849 \end_inset
3850 </cell>
3851 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3852 \begin_inset Text
3853
3854 \begin_layout Plain Layout
3855 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3856 \end_inset
3857
3858
3859 \end_layout
3860
3861 \end_inset
3862 </cell>
3863 </row>
3864 <row>
3865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3866 \begin_inset Text
3867
3868 \begin_layout Plain Layout
3869
3870 \backslash
3871 Lambda^
3872 \begin_inset ERT
3873 status collapsed
3874
3875 \begin_layout Plain Layout
3876
3877
3878 \backslash
3879 leer 
3880 \end_layout
3881
3882 \end_inset
3883
3884
3885 \backslash
3886 phantom
3887 \begin_inset ERT
3888 status collapsed
3889
3890 \begin_layout Plain Layout
3891
3892
3893 \backslash
3894 leer 
3895 \end_layout
3896
3897 \end_inset
3898
3899 ii
3900 \begin_inset Formula $\to$
3901 \end_inset
3902
3903 t
3904 \begin_inset ERT
3905 status collapsed
3906
3907 \begin_layout Plain Layout
3908
3909
3910 \backslash
3911 leer 
3912 \end_layout
3913
3914 \end_inset
3915
3916 _MMt
3917 \end_layout
3918
3919 \end_inset
3920 </cell>
3921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3922 \begin_inset Text
3923
3924 \begin_layout Plain Layout
3925 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3926 \end_inset
3927
3928
3929 \end_layout
3930
3931 \end_inset
3932 </cell>
3933 </row>
3934 </lyxtabular>
3935
3936 \end_inset
3937
3938
3939 \end_layout
3940
3941 \begin_layout Standard
3942 Des Weiteren gibt es noch die Befehle 
3943 \series bold
3944
3945 \backslash
3946 vphantom
3947 \series default
3948
3949 \begin_inset Index idx
3950 status collapsed
3951
3952 \begin_layout Plain Layout
3953 Befehle ! V ! 
3954 \backslash
3955 vphantom
3956 \end_layout
3957
3958 \end_inset
3959
3960  (Werkzeugleistenknopf 
3961 \begin_inset space ~
3962 \end_inset
3963
3964
3965 \begin_inset Graphics
3966         filename ../../images/math/vphantom.png
3967         scale 85
3968
3969 \end_inset
3970
3971 ) und 
3972 \series bold
3973
3974 \backslash
3975 hphantom
3976 \series default
3977
3978 \begin_inset Index idx
3979 status collapsed
3980
3981 \begin_layout Plain Layout
3982 Befehle ! H ! 
3983 \backslash
3984 hphantom
3985 \end_layout
3986
3987 \end_inset
3988
3989  (Werkzeugleistenknopf 
3990 \begin_inset space ~
3991 \end_inset
3992
3993
3994 \begin_inset Graphics
3995         filename ../../images/math/hphantom.png
3996         scale 85
3997
3998 \end_inset
3999
4000 ).
4001  
4002 \series bold
4003
4004 \backslash
4005 hphantom
4006 \series default
4007  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
4008  nicht jedoch für deren Breite.
4009  Bei 
4010 \series bold
4011
4012 \backslash
4013 vphantom
4014 \series default
4015  wird nur Platz mit der Breite des Kästchens erstellt.
4016  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
4017 \end_layout
4018
4019 \begin_layout Standard
4020 Zum Beispiel erzeugt 
4021 \series bold
4022
4023 \backslash
4024 vphantom
4025 \series default
4026
4027 \begin_inset ERT
4028 status collapsed
4029
4030 \begin_layout Plain Layout
4031
4032
4033 \backslash
4034 leer 
4035 \end_layout
4036
4037 \end_inset
4038
4039
4040 \series bold
4041 a
4042 \backslash
4043 int
4044 \series default
4045  Platz der Höhe des Integralzeichens,
4046 \begin_inset Foot
4047 status collapsed
4048
4049 \begin_layout Plain Layout
4050 Der Befehl 
4051 \series bold
4052
4053 \backslash
4054 int
4055 \series default
4056  erzeugt ein Integralzeichen, siehe 
4057 \begin_inset CommandInset ref
4058 LatexCommand ref
4059 reference "sub:Große-Operatoren"
4060
4061 \end_inset
4062
4063 .
4064 \end_layout
4065
4066 \end_inset
4067
4068  da dieses das größere Zeichen ist.
4069  Eine Beispielanwendung ist in 
4070 \begin_inset CommandInset ref
4071 LatexCommand ref
4072 reference "sub:Mehrzeilige-Klammern"
4073
4074 \end_inset
4075
4076  zu finden.
4077 \end_layout
4078
4079 \begin_layout Standard
4080 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
4081  
4082 \family sans
4083 Einfügen\SpecialChar \menuseparator
4084 Formatierung\SpecialChar \menuseparator
4085 Phantom
4086 \family default
4087  eingefügt werden:
4088 \end_layout
4089
4090 \begin_layout Standard
4091 Dies ist ein Satz.
4092 \begin_inset Newline newline
4093 \end_inset
4094
4095
4096 \begin_inset Phantom Phantom
4097 status open
4098
4099 \begin_layout Plain Layout
4100 Dies
4101 \end_layout
4102
4103 \end_inset
4104
4105  ist ein Satz.
4106 \end_layout
4107
4108 \begin_layout Subsection
4109 Linien
4110 \begin_inset Index idx
4111 status collapsed
4112
4113 \begin_layout Plain Layout
4114 Linien
4115 \end_layout
4116
4117 \end_inset
4118
4119
4120 \begin_inset Index idx
4121 status collapsed
4122
4123 \begin_layout Plain Layout
4124 Formel ! unterstrichene
4125 \end_layout
4126
4127 \end_inset
4128
4129
4130 \end_layout
4131
4132 \begin_layout Standard
4133 \align center
4134 \begin_inset Tabular
4135 <lyxtabular version="3" rows="4" columns="2">
4136 <features tabularvalignment="middle">
4137 <column alignment="center" valignment="top" width="0pt">
4138 <column alignment="center" valignment="top" width="0pt">
4139 <row>
4140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4141 \begin_inset Text
4142
4143 \begin_layout Plain Layout
4144 Befehl
4145 \end_layout
4146
4147 \end_inset
4148 </cell>
4149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4150 \begin_inset Text
4151
4152 \begin_layout Plain Layout
4153 Ergebnis
4154 \begin_inset Note Note
4155 status collapsed
4156
4157 \begin_layout Plain Layout
4158
4159 \series bold
4160
4161 \backslash
4162 raisebox
4163 \series default
4164  dient nur als Abstandhalter.
4165 \end_layout
4166
4167 \end_inset
4168
4169
4170 \end_layout
4171
4172 \end_inset
4173 </cell>
4174 </row>
4175 <row>
4176 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4177 \begin_inset Text
4178
4179 \begin_layout Plain Layout
4180
4181 \backslash
4182 overline
4183 \begin_inset ERT
4184 status collapsed
4185
4186 \begin_layout Plain Layout
4187
4188
4189 \backslash
4190 leer 
4191 \end_layout
4192
4193 \end_inset
4194
4195 A+B
4196 \begin_inset Index idx
4197 status collapsed
4198
4199 \begin_layout Plain Layout
4200 Befehle ! O ! 
4201 \backslash
4202 overline
4203 \end_layout
4204
4205 \end_inset
4206
4207
4208 \end_layout
4209
4210 \end_inset
4211 </cell>
4212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4213 \begin_inset Text
4214
4215 \begin_layout Plain Layout
4216 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4217 \end_inset
4218
4219
4220 \end_layout
4221
4222 \end_inset
4223 </cell>
4224 </row>
4225 <row>
4226 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4227 \begin_inset Text
4228
4229 \begin_layout Plain Layout
4230
4231 \backslash
4232 underline
4233 \begin_inset ERT
4234 status collapsed
4235
4236 \begin_layout Plain Layout
4237
4238
4239 \backslash
4240 leer 
4241 \end_layout
4242
4243 \end_inset
4244
4245 A+B
4246 \begin_inset Index idx
4247 status collapsed
4248
4249 \begin_layout Plain Layout
4250 Befehle ! U ! 
4251 \backslash
4252 underline
4253 \end_layout
4254
4255 \end_inset
4256
4257
4258 \end_layout
4259
4260 \end_inset
4261 </cell>
4262 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4263 \begin_inset Text
4264
4265 \begin_layout Plain Layout
4266 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4267 \end_inset
4268
4269
4270 \end_layout
4271
4272 \end_inset
4273 </cell>
4274 </row>
4275 <row>
4276 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4277 \begin_inset Text
4278
4279 \begin_layout Plain Layout
4280
4281 \backslash
4282 overline
4283 \begin_inset ERT
4284 status collapsed
4285
4286 \begin_layout Plain Layout
4287
4288
4289 \backslash
4290 leer 
4291 \end_layout
4292
4293 \end_inset
4294
4295
4296 \backslash
4297 underline
4298 \begin_inset ERT
4299 status collapsed
4300
4301 \begin_layout Plain Layout
4302
4303
4304 \backslash
4305 leer 
4306 \end_layout
4307
4308 \end_inset
4309
4310 A+B
4311 \end_layout
4312
4313 \end_inset
4314 </cell>
4315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4316 \begin_inset Text
4317
4318 \begin_layout Plain Layout
4319 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4320 \end_inset
4321
4322
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 </row>
4328 </lyxtabular>
4329
4330 \end_inset
4331
4332
4333 \end_layout
4334
4335 \begin_layout Standard
4336 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4337 \series bold
4338
4339 \backslash
4340 overline
4341 \series default
4342  oder 
4343 \series bold
4344
4345 \backslash
4346 underline
4347 \series default
4348  eingibt.
4349 \end_layout
4350
4351 \begin_layout Standard
4352 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4353 \begin_inset Newline linebreak
4354 \end_inset
4355
4356
4357 \series bold
4358
4359 \backslash
4360 underline
4361 \series default
4362 .
4363 \end_layout
4364
4365 \begin_layout Standard
4366 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4367 \end_layout
4368
4369 \begin_layout Standard
4370 \begin_inset VSpace bigskip
4371 \end_inset
4372
4373 Benutzerdefinierte Linien können mit dem Befehl 
4374 \series bold
4375
4376 \backslash
4377 rule
4378 \series default
4379
4380 \begin_inset Index idx
4381 status collapsed
4382
4383 \begin_layout Plain Layout
4384 Befehle! R ! 
4385 \backslash
4386 rule
4387 \end_layout
4388
4389 \end_inset
4390
4391  erstellt werden, der folgendes Schema besitzt:
4392 \end_layout
4393
4394 \begin_layout Standard
4395
4396 \series bold
4397
4398 \backslash
4399 rule[vertikaler Versatz]{Länge}{Dicke}
4400 \end_layout
4401
4402 \begin_layout Standard
4403 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4404  unten, wenn der Wert negativ ist).
4405  Die Einheiten, die in 
4406 \begin_inset CommandInset ref
4407 LatexCommand ref
4408 reference "tab:Verfügbare-Einheiten"
4409
4410 \end_inset
4411
4412  aufgelistet sind, können für die Werte benutzt werden.
4413  Hier sind zwei Beispiele, die mit den Befehlen
4414 \begin_inset Newline newline
4415 \end_inset
4416
4417
4418 \series bold
4419
4420 \backslash
4421 rule[-2ex]{3cm}{2pt}
4422 \series default
4423  und 
4424 \series bold
4425
4426 \backslash
4427 rule{2cm}{1pt}
4428 \series default
4429  erzeugt wurden:
4430 \end_layout
4431
4432 \begin_layout Standard
4433 Dies ist ein Satz 
4434 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4435 \end_inset
4436
4437  mit zwei Linien.
4438 \end_layout
4439
4440 \begin_layout Standard
4441
4442 \series bold
4443
4444 \backslash
4445 rule
4446 \series default
4447  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4448 \family sans
4449 Einfügen\SpecialChar \menuseparator
4450 Formatierung\SpecialChar \menuseparator
4451 Horizontale
4452 \begin_inset space ~
4453 \end_inset
4454
4455 Line
4456 \family default
4457  eingefügt wird:
4458 \end_layout
4459
4460 \begin_layout Standard
4461 Dies ist ein Satz 
4462 \begin_inset CommandInset line
4463 LatexCommand rule
4464 offset "0.5ex"
4465 width "3cm"
4466 height "1pt"
4467
4468 \end_inset
4469
4470  mit einer Linie.
4471 \end_layout
4472
4473 \begin_layout Subsection
4474 Fortsetzungspunkte
4475 \begin_inset CommandInset label
4476 LatexCommand label
4477 name "sub:Fortsetzungspunkte"
4478
4479 \end_inset
4480
4481
4482 \begin_inset Index idx
4483 status collapsed
4484
4485 \begin_layout Plain Layout
4486 Fortsetzungspunkte
4487 \end_layout
4488
4489 \end_inset
4490
4491
4492 \end_layout
4493
4494 \begin_layout Standard
4495 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4496 \begin_inset Foot
4497 status collapsed
4498
4499 \begin_layout Plain Layout
4500 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4501 \begin_inset Graphics
4502         filename ../../images/math/ldots.png
4503         scale 85
4504
4505 \end_inset
4506
4507
4508 \end_layout
4509
4510 \end_inset
4511
4512  Für Aufzählungen verwendet man unten sitzende Punkte (
4513 \series bold
4514
4515 \backslash
4516 ldots
4517 \series default
4518
4519 \begin_inset Index idx
4520 status collapsed
4521
4522 \begin_layout Plain Layout
4523 Befehle ! L ! 
4524 \backslash
4525 ldots
4526 \end_layout
4527
4528 \end_inset
4529
4530 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4531  die Operatoren sind (
4532 \series bold
4533
4534 \backslash
4535 cdots
4536 \series default
4537
4538 \begin_inset Index idx
4539 status collapsed
4540
4541 \begin_layout Plain Layout
4542 Befehle ! C ! 
4543 \backslash
4544 cdots
4545 \end_layout
4546
4547 \end_inset
4548
4549 ).
4550  Verwendet man den Befehl 
4551 \series bold
4552
4553 \backslash
4554 dots
4555 \series default
4556
4557 \begin_inset Index idx
4558 status collapsed
4559
4560 \begin_layout Plain Layout
4561 Befehle ! D ! 
4562 \backslash
4563 dots
4564 \end_layout
4565
4566 \end_inset
4567
4568 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4569  wird.
4570 \end_layout
4571
4572 \begin_layout Standard
4573 \align center
4574 \begin_inset Tabular
4575 <lyxtabular version="3" rows="9" columns="2">
4576 <features tabularvalignment="middle">
4577 <column alignment="center" valignment="top" width="0pt">
4578 <column alignment="center" valignment="top" width="0pt">
4579 <row>
4580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4581 \begin_inset Text
4582
4583 \begin_layout Plain Layout
4584 Befehl
4585 \end_layout
4586
4587 \end_inset
4588 </cell>
4589 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4590 \begin_inset Text
4591
4592 \begin_layout Plain Layout
4593 Ergebnis
4594 \end_layout
4595
4596 \end_inset
4597 </cell>
4598 </row>
4599 <row>
4600 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4601 \begin_inset Text
4602
4603 \begin_layout Plain Layout
4604 A_1
4605 \begin_inset ERT
4606 status collapsed
4607
4608 \begin_layout Plain Layout
4609
4610
4611 \backslash
4612 leer 
4613 \end_layout
4614
4615 \end_inset
4616
4617 ,
4618 \backslash
4619 dots
4620 \begin_inset ERT
4621 status collapsed
4622
4623 \begin_layout Plain Layout
4624
4625
4626 \backslash
4627 leer 
4628 \end_layout
4629
4630 \end_inset
4631
4632 ,A_n
4633 \end_layout
4634
4635 \end_inset
4636 </cell>
4637 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4638 \begin_inset Text
4639
4640 \begin_layout Plain Layout
4641 \begin_inset Formula $A_{1},\dots,A_{n}$
4642 \end_inset
4643
4644
4645 \end_layout
4646
4647 \end_inset
4648 </cell>
4649 </row>
4650 <row>
4651 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4652 \begin_inset Text
4653
4654 \begin_layout Plain Layout
4655 A_1
4656 \begin_inset ERT
4657 status collapsed
4658
4659 \begin_layout Plain Layout
4660
4661
4662 \backslash
4663 leer 
4664 \end_layout
4665
4666 \end_inset
4667
4668 +
4669 \backslash
4670 dots
4671 \begin_inset ERT
4672 status collapsed
4673
4674 \begin_layout Plain Layout
4675
4676
4677 \backslash
4678 leer 
4679 \end_layout
4680
4681 \end_inset
4682
4683 +A_n
4684 \end_layout
4685
4686 \end_inset
4687 </cell>
4688 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4689 \begin_inset Text
4690
4691 \begin_layout Plain Layout
4692 \begin_inset Formula $A_{1}+\dots+A_{n}$
4693 \end_inset
4694
4695
4696 \end_layout
4697
4698 \end_inset
4699 </cell>
4700 </row>
4701 <row>
4702 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4703 \begin_inset Text
4704
4705 \begin_layout Plain Layout
4706 A_1
4707 \begin_inset ERT
4708 status collapsed
4709
4710 \begin_layout Plain Layout
4711
4712
4713 \backslash
4714 leer 
4715 \end_layout
4716
4717 \end_inset
4718
4719 ,
4720 \backslash
4721 ldots
4722 \begin_inset ERT
4723 status collapsed
4724
4725 \begin_layout Plain Layout
4726
4727
4728 \backslash
4729 leer 
4730 \end_layout
4731
4732 \end_inset
4733
4734 ,A_n
4735 \end_layout
4736
4737 \end_inset
4738 </cell>
4739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4740 \begin_inset Text
4741
4742 \begin_layout Plain Layout
4743 \begin_inset Formula $A_{1},\ldots,A_{n}$
4744 \end_inset
4745
4746
4747 \end_layout
4748
4749 \end_inset
4750 </cell>
4751 </row>
4752 <row>
4753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4754 \begin_inset Text
4755
4756 \begin_layout Plain Layout
4757 A_1
4758 \begin_inset ERT
4759 status collapsed
4760
4761 \begin_layout Plain Layout
4762
4763
4764 \backslash
4765 leer 
4766 \end_layout
4767
4768 \end_inset
4769
4770 +
4771 \backslash
4772 cdots
4773 \begin_inset ERT
4774 status collapsed
4775
4776 \begin_layout Plain Layout
4777
4778
4779 \backslash
4780 leer 
4781 \end_layout
4782
4783 \end_inset
4784
4785 +A_n
4786 \end_layout
4787
4788 \end_inset
4789 </cell>
4790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4791 \begin_inset Text
4792
4793 \begin_layout Plain Layout
4794 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4795 \end_inset
4796
4797
4798 \end_layout
4799
4800 \end_inset
4801 </cell>
4802 </row>
4803 <row>
4804 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4805 \begin_inset Text
4806
4807 \begin_layout Plain Layout
4808
4809 \backslash
4810 vdots
4811 \end_layout
4812
4813 \end_inset
4814 </cell>
4815 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4816 \begin_inset Text
4817
4818 \begin_layout Plain Layout
4819 \begin_inset Formula $\vdots$
4820 \end_inset
4821
4822
4823 \end_layout
4824
4825 \end_inset
4826 </cell>
4827 </row>
4828 <row>
4829 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4830 \begin_inset Text
4831
4832 \begin_layout Plain Layout
4833
4834 \backslash
4835 ddots
4836 \end_layout
4837
4838 \end_inset
4839 </cell>
4840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4841 \begin_inset Text
4842
4843 \begin_layout Plain Layout
4844 \begin_inset Formula $\ddots$
4845 \end_inset
4846
4847
4848 \end_layout
4849
4850 \end_inset
4851 </cell>
4852 </row>
4853 <row>
4854 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4855 \begin_inset Text
4856
4857 \begin_layout Plain Layout
4858
4859 \backslash
4860 iddots
4861 \end_layout
4862
4863 \end_inset
4864 </cell>
4865 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4866 \begin_inset Text
4867
4868 \begin_layout Plain Layout
4869 \begin_inset Formula $\iddots$
4870 \end_inset
4871
4872
4873 \end_layout
4874
4875 \end_inset
4876 </cell>
4877 </row>
4878 <row>
4879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4880 \begin_inset Text
4881
4882 \begin_layout Plain Layout
4883 3
4884 \series bold
4885 ×
4886 \series default
4887 3
4888 \begin_inset space \thinspace{}
4889 \end_inset
4890
4891 Matrix mit obigen Befehlen
4892 \end_layout
4893
4894 \end_inset
4895 </cell>
4896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4897 \begin_inset Text
4898
4899 \begin_layout Plain Layout
4900 \begin_inset Formula $\begin{array}{ccc}
4901 A_{11} & \cdots & A_{1m}\\
4902 \vdots & \ddots & \vdots\\
4903 A_{n1} & \cdots & A_{nm}
4904 \end{array}$
4905 \end_inset
4906
4907
4908 \end_layout
4909
4910 \end_inset
4911 </cell>
4912 </row>
4913 </lyxtabular>
4914
4915 \end_inset
4916
4917
4918 \end_layout
4919
4920 \begin_layout Standard
4921 Die im Menü 
4922 \family sans
4923 Einfügen\SpecialChar \menuseparator
4924 Sonderzeichen
4925 \family default
4926  verfügbaren Fortsetzungspunkte sind 
4927 \series bold
4928
4929 \backslash
4930 ldots
4931 \series default
4932 .
4933 \end_layout
4934
4935 \begin_layout Standard
4936 \begin_inset VSpace medskip
4937 \end_inset
4938
4939 Um 
4940 \series bold
4941
4942 \backslash
4943 iddots
4944 \series default
4945  nutzen zu können, muss eine der Optionen 
4946 \family sans
4947 Mathdots Paket (automatisch) verwenden 
4948 \family default
4949 in den Dokumenteinstellungen unter 
4950 \family sans
4951 Mathe-Optionen
4952 \family default
4953  gewählt sein.
4954 \begin_inset Newline newline
4955 \end_inset
4956
4957 Die Option 
4958 \family sans
4959 Mathdots Paket verwenden
4960 \family default
4961  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4962  Schriftstil oder die Schriftgröße nicht Standard sind.
4963 \end_layout
4964
4965 \begin_layout Standard
4966 \begin_inset VSpace medskip
4967 \end_inset
4968
4969 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4970  Spalten erstrecken.
4971  Man erhält sie mit dem Befehl 
4972 \series bold
4973
4974 \backslash
4975 hdotsfor
4976 \series default
4977
4978 \begin_inset Index idx
4979 status collapsed
4980
4981 \begin_layout Plain Layout
4982 Befehle ! H ! 
4983 \backslash
4984 hdotsfor
4985 \end_layout
4986
4987 \end_inset
4988
4989 , der folgendes Schema besitzt:
4990 \end_layout
4991
4992 \begin_layout Standard
4993
4994 \series bold
4995
4996 \backslash
4997 hdotsfor[Abstand]{Anzahl der Spalten}
4998 \end_layout
4999
5000 \begin_layout Standard
5001 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
5002  sollen.
5003  Abstand ist ein Faktor, der den Punktabstand festlegt.
5004 \end_layout
5005
5006 \begin_layout Standard
5007 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
5008  
5009 \series bold
5010
5011 \backslash
5012 hdotsfor[2]{4}
5013 \series default
5014  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
5015  beim Befehl 
5016 \series bold
5017
5018 \backslash
5019 dots
5020 \series default
5021  zu erhalten:
5022 \begin_inset Formula 
5023 \[
5024 \left(\begin{array}{cccc}
5025 A & B & C & D\\
5026 \hdotsfor[2]{4}\\
5027 q & w & e & r
5028 \end{array}\right)
5029 \]
5030
5031 \end_inset
5032
5033 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
5034  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
5035 \end_layout
5036
5037 \begin_layout Standard
5038 \begin_inset VSpace bigskip
5039 \end_inset
5040
5041 Des Weiteren kann man mit dem Befehl 
5042 \series bold
5043
5044 \backslash
5045 dotfill
5046 \series default
5047
5048 \begin_inset Index idx
5049 status collapsed
5050
5051 \begin_layout Plain Layout
5052 Befehle ! D ! 
5053 \backslash
5054 dotfill
5055 \end_layout
5056
5057 \end_inset
5058
5059  den Rest einer Zeile mit Punkten füllen.
5060  Die Wirkungsweise des Befehls entspricht der von 
5061 \series bold
5062
5063 \backslash
5064 hfill
5065 \series default
5066 , siehe 
5067 \begin_inset CommandInset ref
5068 LatexCommand ref
5069 reference "sub:Variabler-Leerraum"
5070
5071 \end_inset
5072
5073 .
5074 \end_layout
5075
5076 \begin_layout Standard
5077 Z.
5078 \begin_inset space \thinspace{}
5079 \end_inset
5080
5081 B.
5082  ergibt der Befehl 
5083 \series bold
5084 A
5085 \backslash
5086 dotfill
5087 \begin_inset ERT
5088 status collapsed
5089
5090 \begin_layout Plain Layout
5091
5092
5093 \backslash
5094 leer 
5095 \end_layout
5096
5097 \end_inset
5098
5099 B
5100 \end_layout
5101
5102 \begin_layout Standard
5103 \begin_inset Formula $A\dotfill B$
5104 \end_inset
5105
5106
5107 \end_layout
5108
5109 \begin_layout Standard
5110 Analog dazu gibt es für eine Linie den Befehl 
5111 \series bold
5112
5113 \backslash
5114 hrulefill
5115 \series default
5116
5117 \begin_inset Index idx
5118 status collapsed
5119
5120 \begin_layout Plain Layout
5121 Befehle ! H ! 
5122 \backslash
5123 hrulefill
5124 \end_layout
5125
5126 \end_inset
5127
5128 :
5129 \end_layout
5130
5131 \begin_layout Standard
5132 \begin_inset Formula $A\hrulefill B$
5133 \end_inset
5134
5135
5136 \end_layout
5137
5138 \begin_layout Standard
5139 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
5140  werden.
5141 \end_layout
5142
5143 \begin_layout Section
5144 Matrizen
5145 \begin_inset CommandInset label
5146 LatexCommand label
5147 name "sec:Matrizen"
5148
5149 \end_inset
5150
5151
5152 \begin_inset Index idx
5153 status collapsed
5154
5155 \begin_layout Plain Layout
5156 Matrizen
5157 \end_layout
5158
5159 \end_inset
5160
5161
5162 \end_layout
5163
5164 \begin_layout Standard
5165 Matrizen können über den Mathe-Werkzeugleistenknopf
5166 \family sans
5167  
5168 \family default
5169
5170 \begin_inset Graphics
5171         filename ../../images/dialog-show_mathmatrix.png
5172         scale 85
5173
5174 \end_inset
5175
5176  oder das Menü 
5177 \family sans
5178 Einfügen\SpecialChar \menuseparator
5179 Mathe\SpecialChar \menuseparator
5180 Matrix
5181 \family default
5182  eingefügt werden.
5183  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
5184  Verzierung gefragt.
5185  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
5186  von Bedeutung:
5187 \end_layout
5188
5189 \begin_layout Standard
5190 Die erste Matrix ist oben 
5191 \begin_inset Formula $\begin{array}[t]{cccc}
5192 A & D & G & J\\
5193 B & E & H & K\\
5194 C & F & I & L
5195 \end{array}$
5196 \end_inset
5197
5198 , die zweite mittig 
5199 \begin_inset Formula $\begin{array}{cccc}
5200 A & D & G & J\\
5201 B & E & H & K\\
5202 C & F & I & L
5203 \end{array}$
5204 \end_inset
5205
5206  und die dritte unten 
5207 \begin_inset Formula $\begin{array}[b]{cccc}
5208 A & D & G & J\\
5209 B & E & H & K\\
5210 C & F & I & L
5211 \end{array}$
5212 \end_inset
5213
5214  ausgerichtet.
5215 \end_layout
5216
5217 \begin_layout Standard
5218 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
5219  werden sollen.
5220  Dazu wird für jede Spalte ein Buchstabe eingegeben.
5221  
5222 \emph on
5223 l
5224 \emph default
5225  steht für linksbündig, 
5226 \emph on
5227 c
5228 \emph default
5229  für mittig und 
5230 \emph on
5231 r
5232 \emph default
5233  für rechtsbündig.
5234  Möchte man z.
5235 \begin_inset space \thinspace{}
5236 \end_inset
5237
5238 B.
5239  eine 4
5240 \series bold
5241 ×
5242 \series default
5243 4
5244 \begin_inset space ~
5245 \end_inset
5246
5247 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5248  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5249  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5250 \series bold
5251 lccr
5252 \series default
5253  an.
5254  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5255  die Voreinstellung für jede Spalte ein 
5256 \series bold
5257 c
5258 \series default
5259  ist.
5260 \end_layout
5261
5262 \begin_layout Standard
5263 Horizontale Ausrichtung:
5264 \end_layout
5265
5266 \begin_layout Standard
5267
5268 \series bold
5269 lll
5270 \series default
5271  : 
5272 \begin_inset Formula $\begin{array}{lll}
5273 10000 & D & G\\
5274 B & 10000 & H\\
5275 C & F & 10000
5276 \end{array}$
5277 \end_inset
5278
5279  , 
5280 \series bold
5281 ccc
5282 \series default
5283  : 
5284 \begin_inset Formula $\begin{array}{ccc}
5285 10000 & D & G\\
5286 B & 10000 & H\\
5287 C & F & 10000
5288 \end{array}$
5289 \end_inset
5290
5291  , 
5292 \series bold
5293 rrr
5294 \series default
5295  : 
5296 \begin_inset Formula $\begin{array}{rrr}
5297 10000 & D & G\\
5298 B & 10000 & H\\
5299 C & F & 10000
5300 \end{array}$
5301 \end_inset
5302
5303
5304 \end_layout
5305
5306 \begin_layout Standard
5307 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5308  man die Mathe-Werkzeugleistenknöpfe 
5309 \begin_inset Graphics
5310         filename ../../images/tabular-feature_append-row.png
5311         scale 85
5312
5313 \end_inset
5314
5315
5316 \begin_inset Graphics
5317         filename ../../images/tabular-feature_delete-row.png
5318         scale 85
5319
5320 \end_inset
5321
5322 , usw.
5323 \begin_inset space \space{}
5324 \end_inset
5325
5326 oder das Menü 
5327 \family sans
5328 Bearbeiten\SpecialChar \menuseparator
5329 Zeilen & Spalten
5330 \family default
5331  verwenden.
5332  Neue Zeilen können auch mit 
5333 \family sans
5334 Strg+Enter
5335 \family default
5336  erstellt werden.
5337 \end_layout
5338
5339 \begin_layout Standard
5340 \begin_inset VSpace bigskip
5341 \end_inset
5342
5343 Die 
5344 \family sans
5345 Verzierung
5346 \family default
5347  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
5348  Alternativ können Klammern entweder mit den Befehlen 
5349 \series bold
5350
5351 \backslash
5352 left
5353 \series default
5354
5355 \begin_inset Index idx
5356 status collapsed
5357
5358 \begin_layout Plain Layout
5359 Befehle ! L ! 
5360 \backslash
5361 left
5362 \end_layout
5363
5364 \end_inset
5365
5366  und 
5367 \series bold
5368
5369 \backslash
5370 right
5371 \series default
5372
5373 \begin_inset Index idx
5374 status collapsed
5375
5376 \begin_layout Plain Layout
5377 Befehle ! R ! 
5378 \backslash
5379 right
5380 \end_layout
5381
5382 \end_inset
5383
5384  erstellt werden (Tastenkürzel 
5385 \family sans
5386 Alt+M
5387 \begin_inset space ~
5388 \end_inset
5389
5390 Klammer
5391 \family default
5392 ), siehe 
5393 \begin_inset CommandInset ref
5394 LatexCommand ref
5395 reference "sub:Automatische-Klammergrößen"
5396
5397 \end_inset
5398
5399 , oder man verwendet folgende Befehle:
5400 \begin_inset VSpace bigskip
5401 \end_inset
5402
5403
5404 \end_layout
5405
5406 \begin_layout Standard
5407 \begin_inset space \hfill{}
5408 \end_inset
5409
5410
5411 \begin_inset Tabular
5412 <lyxtabular version="3" rows="4" columns="2">
5413 <features tabularvalignment="middle">
5414 <column alignment="center" valignment="top" width="0">
5415 <column alignment="center" valignment="top" width="0">
5416 <row>
5417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5418 \begin_inset Text
5419
5420 \begin_layout Plain Layout
5421 Befehl
5422 \end_layout
5423
5424 \end_inset
5425 </cell>
5426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5427 \begin_inset Text
5428
5429 \begin_layout Plain Layout
5430 Ergebnis
5431 \end_layout
5432
5433 \end_inset
5434 </cell>
5435 </row>
5436 <row>
5437 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5438 \begin_inset Text
5439
5440 \begin_layout Plain Layout
5441
5442 \backslash
5443 bmatrix
5444 \begin_inset ERT
5445 status collapsed
5446
5447 \begin_layout Plain Layout
5448
5449
5450 \backslash
5451 leer 
5452 \end_layout
5453
5454 \end_inset
5455
5456 2
5457 \series bold
5458 ×
5459 \series default
5460 2
5461 \begin_inset space \thinspace{}
5462 \end_inset
5463
5464 Matrix
5465 \end_layout
5466
5467 \end_inset
5468 </cell>
5469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5470 \begin_inset Text
5471
5472 \begin_layout Plain Layout
5473 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5474 0 & \textrm{-}\mathrm{i}\\
5475 \mathrm{i} & 0
5476 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5477 \end_inset
5478
5479
5480 \end_layout
5481
5482 \end_inset
5483 </cell>
5484 </row>
5485 <row>
5486 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5487 \begin_inset Text
5488
5489 \begin_layout Plain Layout
5490
5491 \backslash
5492 Bmatrix
5493 \begin_inset ERT
5494 status collapsed
5495
5496 \begin_layout Plain Layout
5497
5498
5499 \backslash
5500 leer 
5501 \end_layout
5502
5503 \end_inset
5504
5505 2
5506 \series bold
5507 ×
5508 \series default
5509 2
5510 \begin_inset space \thinspace{}
5511 \end_inset
5512
5513 Matrix
5514 \end_layout
5515
5516 \end_inset
5517 </cell>
5518 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5519 \begin_inset Text
5520
5521 \begin_layout Plain Layout
5522 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5523 0 & \textrm{-}\mathrm{i}\\
5524 \mathrm{i} & 0
5525 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5526 \end_inset
5527
5528
5529 \end_layout
5530
5531 \end_inset
5532 </cell>
5533 </row>
5534 <row>
5535 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5536 \begin_inset Text
5537
5538 \begin_layout Plain Layout
5539
5540 \backslash
5541 pmatrix
5542 \begin_inset ERT
5543 status collapsed
5544
5545 \begin_layout Plain Layout
5546
5547
5548 \backslash
5549 leer 
5550 \end_layout
5551
5552 \end_inset
5553
5554 2
5555 \series bold
5556 ×
5557 \series default
5558 2
5559 \begin_inset space \thinspace{}
5560 \end_inset
5561
5562 Matrix
5563 \end_layout
5564
5565 \end_inset
5566 </cell>
5567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5568 \begin_inset Text
5569
5570 \begin_layout Plain Layout
5571 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5572 0 & \textrm{-}\mathrm{i}\\
5573 \mathrm{i} & 0
5574 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5575 \end_inset
5576
5577
5578 \end_layout
5579
5580 \end_inset
5581 </cell>
5582 </row>
5583 </lyxtabular>
5584
5585 \end_inset
5586
5587
5588 \begin_inset space \hfill{}
5589 \end_inset
5590
5591
5592 \begin_inset Tabular
5593 <lyxtabular version="3" rows="4" columns="2">
5594 <features tabularvalignment="middle">
5595 <column alignment="center" valignment="top" width="0">
5596 <column alignment="center" valignment="top" width="0">
5597 <row>
5598 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5599 \begin_inset Text
5600
5601 \begin_layout Plain Layout
5602 Befehl
5603 \end_layout
5604
5605 \end_inset
5606 </cell>
5607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5608 \begin_inset Text
5609
5610 \begin_layout Plain Layout
5611 Ergebnis
5612 \end_layout
5613
5614 \end_inset
5615 </cell>
5616 </row>
5617 <row>
5618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5619 \begin_inset Text
5620
5621 \begin_layout Plain Layout
5622
5623 \backslash
5624 vmatrix
5625 \begin_inset ERT
5626 status collapsed
5627
5628 \begin_layout Plain Layout
5629
5630
5631 \backslash
5632 leer 
5633 \end_layout
5634
5635 \end_inset
5636
5637 2
5638 \series bold
5639 ×
5640 \series default
5641 2
5642 \begin_inset space \thinspace{}
5643 \end_inset
5644
5645 Matrix
5646 \end_layout
5647
5648 \end_inset
5649 </cell>
5650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5651 \begin_inset Text
5652
5653 \begin_layout Plain Layout
5654 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5655 0 & \textrm{-}\mathrm{i}\\
5656 \mathrm{i} & 0
5657 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5658 \end_inset
5659
5660
5661 \end_layout
5662
5663 \end_inset
5664 </cell>
5665 </row>
5666 <row>
5667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5668 \begin_inset Text
5669
5670 \begin_layout Plain Layout
5671
5672 \backslash
5673 Vmatrix
5674 \begin_inset ERT
5675 status collapsed
5676
5677 \begin_layout Plain Layout
5678
5679
5680 \backslash
5681 leer 
5682 \end_layout
5683
5684 \end_inset
5685
5686 2
5687 \series bold
5688 ×
5689 \series default
5690 2
5691 \begin_inset space \thinspace{}
5692 \end_inset
5693
5694 Matrix
5695 \end_layout
5696
5697 \end_inset
5698 </cell>
5699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5700 \begin_inset Text
5701
5702 \begin_layout Plain Layout
5703 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5704 0 & \textrm{-}\mathrm{i}\\
5705 \mathrm{i} & 0
5706 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5707 \end_inset
5708
5709
5710 \end_layout
5711
5712 \end_inset
5713 </cell>
5714 </row>
5715 <row>
5716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5717 \begin_inset Text
5718
5719 \begin_layout Plain Layout
5720
5721 \backslash
5722 matrix
5723 \begin_inset ERT
5724 status collapsed
5725
5726 \begin_layout Plain Layout
5727
5728
5729 \backslash
5730 leer 
5731 \end_layout
5732
5733 \end_inset
5734
5735 2
5736 \series bold
5737 ×
5738 \series default
5739 2
5740 \begin_inset space \thinspace{}
5741 \end_inset
5742
5743 Matrix
5744 \end_layout
5745
5746 \end_inset
5747 </cell>
5748 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5749 \begin_inset Text
5750
5751 \begin_layout Plain Layout
5752 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5753 0 & \textrm{-}\mathrm{i}\\
5754 \mathrm{i} & 0
5755 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5756 \end_inset
5757
5758
5759 \end_layout
5760
5761 \end_inset
5762 </cell>
5763 </row>
5764 </lyxtabular>
5765
5766 \end_inset
5767
5768
5769 \begin_inset space \hfill{}
5770 \end_inset
5771
5772
5773 \end_layout
5774
5775 \begin_layout Standard
5776 \begin_inset VSpace medskip
5777 \end_inset
5778
5779 Wurde z.
5780 \begin_inset space \thinspace{}
5781 \end_inset
5782
5783 B.
5784  
5785 \series bold
5786
5787 \backslash
5788 vmatrix
5789 \series default
5790  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5791  in das die Matrix eingefügt wird.
5792 \begin_inset Newline newline
5793 \end_inset
5794
5795 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5796 \end_layout
5797
5798 \begin_layout Standard
5799 \begin_inset Note Greyedout
5800 status open
5801
5802 \begin_layout Plain Layout
5803
5804 \series bold
5805 Achtung:
5806 \series default
5807  LaTeX limitiert die Anzahl der Matrizenspalten auf 10.
5808  Wenn man mehr als 10
5809 \begin_inset space ~
5810 \end_inset
5811
5812 Spalten benötigt, muss folgende Zeile in die Dokument-Präambel eingefügt
5813  werden:
5814 \end_layout
5815
5816 \begin_layout Plain Layout
5817
5818 \series bold
5819
5820 \backslash
5821 setcounter{MaxMatrixCols}{Anzahl}
5822 \end_layout
5823
5824 \begin_layout Plain Layout
5825 wobei 
5826 \emph on
5827 Anzahl
5828 \emph default
5829  die Anzahl der Spalten zwischen 11 und 99 ist.
5830 \end_layout
5831
5832 \end_inset
5833
5834
5835 \end_layout
5836
5837 \begin_layout Standard
5838 \begin_inset VSpace bigskip
5839 \end_inset
5840
5841 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5842 \begin_inset CommandInset ref
5843 LatexCommand ref
5844 reference "sub:Spaltenabstand"
5845
5846 \end_inset
5847
5848  beschriebene Länge 
5849 \series bold
5850
5851 \backslash
5852 arraycolsep
5853 \series default
5854
5855 \begin_inset Index idx
5856 status collapsed
5857
5858 \begin_layout Plain Layout
5859 Befehle ! A ! 
5860 \backslash
5861 arraycolsep
5862 \end_layout
5863
5864 \end_inset
5865
5866  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5867 \end_layout
5868
5869 \begin_layout Standard
5870 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5871 \series bold
5872
5873 \backslash
5874 arraystretch
5875 \series default
5876
5877 \begin_inset Index idx
5878 status collapsed
5879
5880 \begin_layout Plain Layout
5881 Befehle ! A ! 
5882 \backslash
5883 arraystretch
5884 \end_layout
5885
5886 \end_inset
5887
5888 .
5889  Dieser wird folgendermaßen benutzt:
5890 \end_layout
5891
5892 \begin_layout Standard
5893
5894 \series bold
5895
5896 \backslash
5897 renewcommand{
5898 \backslash
5899 arraystretch}{Dehnungsfaktor}
5900 \begin_inset Index idx
5901 status collapsed
5902
5903 \begin_layout Plain Layout
5904 Befehle ! R ! 
5905 \backslash
5906 renewcommand
5907 \end_layout
5908
5909 \end_inset
5910
5911
5912 \end_layout
5913
5914 \begin_layout Standard
5915 Der Befehl 
5916 \series bold
5917
5918 \backslash
5919 renewcommand
5920 \series default
5921  weist dabei dem vordefinierten Befehl 
5922 \series bold
5923
5924 \backslash
5925 arraystretch
5926 \series default
5927  den Dehnungsfaktor zu.
5928  Möchte man z.
5929 \begin_inset space \thinspace{}
5930 \end_inset
5931
5932 B.
5933  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5934  Dieser wird dann für alle folgenden Matrizen verwendet.
5935  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5936 \series bold
5937
5938 \backslash
5939 arraystretch
5940 \series default
5941  den Faktor 1 zu.
5942 \end_layout
5943
5944 \begin_layout Standard
5945 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5946 \series bold
5947
5948 \backslash
5949 smallmatrix
5950 \series default
5951
5952 \begin_inset Index idx
5953 status collapsed
5954
5955 \begin_layout Plain Layout
5956 Befehle ! S ! 
5957 \backslash
5958 smallmatrix
5959 \end_layout
5960
5961 \end_inset
5962
5963 .
5964  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5965  gestrichelten Linien.
5966  In dieses Kästchen wird die Matrix eingegeben.
5967  Man verwendet stattdessen das Menü 
5968 \family sans
5969 Bearbeiten\SpecialChar \menuseparator
5970 Zeilen
5971 \begin_inset space ~
5972 \end_inset
5973
5974 &
5975 \begin_inset space ~
5976 \end_inset
5977
5978 Spalten
5979 \family default
5980  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5981  Neue Zeilen können auch mit 
5982 \family sans
5983 Strg+Enter
5984 \family default
5985  erstellt werden.
5986 \end_layout
5987
5988 \begin_layout Standard
5989 Dies ist eine Matrix 
5990 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5991 C & D
5992 \end{smallmatrix}\right)$
5993 \end_inset
5994
5995  in einer Textzeile.
5996 \end_layout
5997
5998 \begin_layout Section
5999 Klammern und Begrenzungszeichen
6000 \begin_inset Index idx
6001 status collapsed
6002
6003 \begin_layout Plain Layout
6004 Klammern
6005 \end_layout
6006
6007 \end_inset
6008
6009
6010 \begin_inset Index idx
6011 status collapsed
6012
6013 \begin_layout Plain Layout
6014 Begrenzungszeichen
6015 \end_layout
6016
6017 \end_inset
6018
6019
6020 \end_layout
6021
6022 \begin_layout Subsection
6023 Vertikale Klammern und Begrenzungszeichen
6024 \begin_inset Index idx
6025 status collapsed
6026
6027 \begin_layout Plain Layout
6028 Klammern ! vertikale
6029 \end_layout
6030
6031 \end_inset
6032
6033
6034 \end_layout
6035
6036 \begin_layout Standard
6037 \begin_inset space \hfill{}
6038 \end_inset
6039
6040
6041 \begin_inset Tabular
6042 <lyxtabular version="3" rows="9" columns="2">
6043 <features tabularvalignment="middle">
6044 <column alignment="center" valignment="top" width="0pt">
6045 <column alignment="center" valignment="top" width="0pt">
6046 <row>
6047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6048 \begin_inset Text
6049
6050 \begin_layout Plain Layout
6051 Befehl
6052 \end_layout
6053
6054 \end_inset
6055 </cell>
6056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6057 \begin_inset Text
6058
6059 \begin_layout Plain Layout
6060 Ergebnis
6061 \end_layout
6062
6063 \end_inset
6064 </cell>
6065 </row>
6066 <row>
6067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6068 \begin_inset Text
6069
6070 \begin_layout Plain Layout
6071 (
6072 \end_layout
6073
6074 \end_inset
6075 </cell>
6076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6077 \begin_inset Text
6078
6079 \begin_layout Plain Layout
6080 \begin_inset Formula $($
6081 \end_inset
6082
6083
6084 \end_layout
6085
6086 \end_inset
6087 </cell>
6088 </row>
6089 <row>
6090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6091 \begin_inset Text
6092
6093 \begin_layout Plain Layout
6094 {
6095 \end_layout
6096
6097 \end_inset
6098 </cell>
6099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6100 \begin_inset Text
6101
6102 \begin_layout Plain Layout
6103 \begin_inset Formula $\{$
6104 \end_inset
6105
6106
6107 \end_layout
6108
6109 \end_inset
6110 </cell>
6111 </row>
6112 <row>
6113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6114 \begin_inset Text
6115
6116 \begin_layout Plain Layout
6117 [
6118 \end_layout
6119
6120 \end_inset
6121 </cell>
6122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6123 \begin_inset Text
6124
6125 \begin_layout Plain Layout
6126 \begin_inset Formula $[$
6127 \end_inset
6128
6129
6130 \end_layout
6131
6132 \end_inset
6133 </cell>
6134 </row>
6135 <row>
6136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6137 \begin_inset Text
6138
6139 \begin_layout Plain Layout
6140
6141 \backslash
6142 langle
6143 \end_layout
6144
6145 \end_inset
6146 </cell>
6147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6148 \begin_inset Text
6149
6150 \begin_layout Plain Layout
6151 \begin_inset Formula $\langle$
6152 \end_inset
6153
6154
6155 \end_layout
6156
6157 \end_inset
6158 </cell>
6159 </row>
6160 <row>
6161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6162 \begin_inset Text
6163
6164 \begin_layout Plain Layout
6165
6166 \backslash
6167 lceil
6168 \end_layout
6169
6170 \end_inset
6171 </cell>
6172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6173 \begin_inset Text
6174
6175 \begin_layout Plain Layout
6176 \begin_inset Formula $\lceil$
6177 \end_inset
6178
6179
6180 \end_layout
6181
6182 \end_inset
6183 </cell>
6184 </row>
6185 <row>
6186 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6187 \begin_inset Text
6188
6189 \begin_layout Plain Layout
6190
6191 \backslash
6192 lfloor
6193 \end_layout
6194
6195 \end_inset
6196 </cell>
6197 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6198 \begin_inset Text
6199
6200 \begin_layout Plain Layout
6201 \begin_inset Formula $\lfloor$
6202 \end_inset
6203
6204
6205 \end_layout
6206
6207 \end_inset
6208 </cell>
6209 </row>
6210 <row>
6211 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6212 \begin_inset Text
6213
6214 \begin_layout Plain Layout
6215 /
6216 \end_layout
6217
6218 \end_inset
6219 </cell>
6220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6221 \begin_inset Text
6222
6223 \begin_layout Plain Layout
6224 \begin_inset Formula $/$
6225 \end_inset
6226
6227
6228 \end_layout
6229
6230 \end_inset
6231 </cell>
6232 </row>
6233 <row>
6234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6235 \begin_inset Text
6236
6237 \begin_layout Plain Layout
6238 |
6239 \end_layout
6240
6241 \end_inset
6242 </cell>
6243 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6244 \begin_inset Text
6245
6246 \begin_layout Plain Layout
6247 \begin_inset Formula $|$
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \end_inset
6254 </cell>
6255 </row>
6256 </lyxtabular>
6257
6258 \end_inset
6259
6260
6261 \begin_inset space \hfill{}
6262 \end_inset
6263
6264
6265 \begin_inset Tabular
6266 <lyxtabular version="3" rows="9" columns="2">
6267 <features tabularvalignment="middle">
6268 <column alignment="center" valignment="top" width="0pt">
6269 <column alignment="center" valignment="top" width="0pt">
6270 <row>
6271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6272 \begin_inset Text
6273
6274 \begin_layout Plain Layout
6275 Befehl
6276 \end_layout
6277
6278 \end_inset
6279 </cell>
6280 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6281 \begin_inset Text
6282
6283 \begin_layout Plain Layout
6284 Ergebnis
6285 \end_layout
6286
6287 \end_inset
6288 </cell>
6289 </row>
6290 <row>
6291 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6292 \begin_inset Text
6293
6294 \begin_layout Plain Layout
6295 )
6296 \end_layout
6297
6298 \end_inset
6299 </cell>
6300 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6301 \begin_inset Text
6302
6303 \begin_layout Plain Layout
6304 \begin_inset Formula $)$
6305 \end_inset
6306
6307
6308 \end_layout
6309
6310 \end_inset
6311 </cell>
6312 </row>
6313 <row>
6314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6315 \begin_inset Text
6316
6317 \begin_layout Plain Layout
6318 }
6319 \end_layout
6320
6321 \end_inset
6322 </cell>
6323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6324 \begin_inset Text
6325
6326 \begin_layout Plain Layout
6327 \begin_inset Formula $\}$
6328 \end_inset
6329
6330
6331 \end_layout
6332
6333 \end_inset
6334 </cell>
6335 </row>
6336 <row>
6337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6338 \begin_inset Text
6339
6340 \begin_layout Plain Layout
6341 ]
6342 \end_layout
6343
6344 \end_inset
6345 </cell>
6346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6347 \begin_inset Text
6348
6349 \begin_layout Plain Layout
6350 \begin_inset Formula $]$
6351 \end_inset
6352
6353
6354 \end_layout
6355
6356 \end_inset
6357 </cell>
6358 </row>
6359 <row>
6360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6361 \begin_inset Text
6362
6363 \begin_layout Plain Layout
6364
6365 \backslash
6366 rangle
6367 \end_layout
6368
6369 \end_inset
6370 </cell>
6371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6372 \begin_inset Text
6373
6374 \begin_layout Plain Layout
6375 \begin_inset Formula $\rangle$
6376 \end_inset
6377
6378
6379 \end_layout
6380
6381 \end_inset
6382 </cell>
6383 </row>
6384 <row>
6385 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389
6390 \backslash
6391 rceil
6392 \end_layout
6393
6394 \end_inset
6395 </cell>
6396 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6397 \begin_inset Text
6398
6399 \begin_layout Plain Layout
6400 \begin_inset Formula $\rceil$
6401 \end_inset
6402
6403
6404 \end_layout
6405
6406 \end_inset
6407 </cell>
6408 </row>
6409 <row>
6410 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6411 \begin_inset Text
6412
6413 \begin_layout Plain Layout
6414
6415 \backslash
6416 rfloor
6417 \end_layout
6418
6419 \end_inset
6420 </cell>
6421 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6422 \begin_inset Text
6423
6424 \begin_layout Plain Layout
6425 \begin_inset Formula $\rfloor$
6426 \end_inset
6427
6428
6429 \end_layout
6430
6431 \end_inset
6432 </cell>
6433 </row>
6434 <row>
6435 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6436 \begin_inset Text
6437
6438 \begin_layout Plain Layout
6439
6440 \backslash
6441
6442 \backslash
6443
6444 \end_layout
6445
6446 \end_inset
6447 </cell>
6448 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6449 \begin_inset Text
6450
6451 \begin_layout Plain Layout
6452 \begin_inset Formula $\backslash$
6453 \end_inset
6454
6455
6456 \end_layout
6457
6458 \end_inset
6459 </cell>
6460 </row>
6461 <row>
6462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6463 \begin_inset Text
6464
6465 \begin_layout Plain Layout
6466
6467 \backslash
6468 |
6469 \end_layout
6470
6471 \end_inset
6472 </cell>
6473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6474 \begin_inset Text
6475
6476 \begin_layout Plain Layout
6477 \begin_inset Formula $\|$
6478 \end_inset
6479
6480
6481 \end_layout
6482
6483 \end_inset
6484 </cell>
6485 </row>
6486 </lyxtabular>
6487
6488 \end_inset
6489
6490
6491 \begin_inset space \hfill{}
6492 \end_inset
6493
6494
6495 \end_layout
6496
6497 \begin_layout Standard
6498
6499 \series medium
6500 \begin_inset Note Greyedout
6501 status open
6502
6503 \begin_layout Plain Layout
6504
6505 \series bold
6506 Achtung:
6507 \series default
6508  Im TeX-Modus muss für den Backslash der Befehl 
6509 \series bold
6510
6511 \backslash
6512 textbackslash
6513 \series default
6514
6515 \begin_inset Index idx
6516 status collapsed
6517
6518 \begin_layout Plain Layout
6519 Befehle ! T ! 
6520 \backslash
6521 textbackslash
6522 \end_layout
6523
6524 \end_inset
6525
6526  verwendet werden, denn der Befehl 
6527 \series bold
6528
6529 \backslash
6530
6531 \backslash
6532
6533 \series default
6534  steht dort für einen Zeilenumbruch.
6535 \end_layout
6536
6537 \end_inset
6538
6539
6540 \end_layout
6541
6542 \begin_layout Standard
6543 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6544  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6545  Dabei können dann statt den Befehlen 
6546 \series bold
6547
6548 \backslash
6549 langle
6550 \series default
6551  und 
6552 \series bold
6553
6554 \backslash
6555 rangle
6556 \series default
6557  direkt die Zeichen < und > verwendet werden.
6558 \end_layout
6559
6560 \begin_layout Subsubsection
6561 Manuelle Klammergrößen
6562 \begin_inset CommandInset label
6563 LatexCommand label
6564 name "sub:Manuelle-Klammergrößen"
6565
6566 \end_inset
6567
6568
6569 \begin_inset Index idx
6570 status collapsed
6571
6572 \begin_layout Plain Layout
6573 Klammergrößen ! manuelle
6574 \end_layout
6575
6576 \end_inset
6577
6578
6579 \end_layout
6580
6581 \begin_layout Standard
6582 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6583  LaTeX-Befehle 
6584 \series bold
6585
6586 \backslash
6587 big
6588 \series default
6589
6590 \begin_inset Index idx
6591 status collapsed
6592
6593 \begin_layout Plain Layout
6594 Befehle ! B ! 
6595 \backslash
6596 big
6597 \end_layout
6598
6599 \end_inset
6600
6601
6602 \series bold
6603
6604 \backslash
6605 Big
6606 \series default
6607
6608 \series bold
6609
6610 \backslash
6611 bigg
6612 \series default
6613  und 
6614 \series bold
6615
6616 \backslash
6617 Bigg
6618 \series default
6619  tun.
6620  
6621 \series bold
6622
6623 \backslash
6624 big
6625 \series default
6626  steht hierbei für die kleinste und 
6627 \series bold
6628
6629 \backslash
6630 Bigg
6631 \series default
6632  für die größte Klammergröße.
6633 \end_layout
6634
6635 \begin_layout Standard
6636 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6637 \end_layout
6638
6639 \begin_layout Standard
6640 \align center
6641 \begin_inset Tabular
6642 <lyxtabular version="3" rows="2" columns="2">
6643 <features tabularvalignment="middle">
6644 <column alignment="center" valignment="top" width="0pt">
6645 <column alignment="center" valignment="top" width="0pt">
6646 <row>
6647 <cell alignment="center" valignment="top" usebox="none">
6648 \begin_inset Text
6649
6650 \begin_layout Plain Layout
6651 einheitliche Klammergröße:
6652 \end_layout
6653
6654 \end_inset
6655 </cell>
6656 <cell alignment="center" valignment="top" usebox="none">
6657 \begin_inset Text
6658
6659 \begin_layout Plain Layout
6660 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6661 \end_inset
6662
6663
6664 \end_layout
6665
6666 \end_inset
6667 </cell>
6668 </row>
6669 <row>
6670 <cell alignment="center" valignment="top" usebox="none">
6671 \begin_inset Text
6672
6673 \begin_layout Plain Layout
6674 besser sieht das so aus:
6675 \end_layout
6676
6677 \end_inset
6678 </cell>
6679 <cell alignment="center" valignment="top" usebox="none">
6680 \begin_inset Text
6681
6682 \begin_layout Plain Layout
6683 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6684 \end_inset
6685
6686
6687 \end_layout
6688
6689 \end_inset
6690 </cell>
6691 </row>
6692 </lyxtabular>
6693
6694 \end_inset
6695
6696
6697 \begin_inset Note Note
6698 status collapsed
6699
6700 \begin_layout Plain Layout
6701
6702 \series bold
6703
6704 \backslash
6705 raisebox
6706 \series default
6707  dient nur
6708 \end_layout
6709
6710 \begin_layout Plain Layout
6711 als Abstandhalter.
6712 \end_layout
6713
6714 \end_inset
6715
6716
6717 \end_layout
6718
6719 \begin_layout Standard
6720 Für die zweite Formel wurde der Befehl 
6721 \series bold
6722
6723 \backslash
6724 Big((A+B)(A-B)
6725 \backslash
6726 Big)^
6727 \begin_inset ERT
6728 status collapsed
6729
6730 \begin_layout Plain Layout
6731
6732
6733 \backslash
6734 leer 
6735 \end_layout
6736
6737 \end_inset
6738
6739 C
6740 \series default
6741  verwendet.
6742 \end_layout
6743
6744 \begin_layout Standard
6745 Hier alle Klammergrößen in der Übersicht:
6746 \end_layout
6747
6748 \begin_layout Standard
6749 \align center
6750
6751 \backslash
6752 Bigg(
6753 \backslash
6754 exp
6755 \backslash
6756 bigg<
6757 \backslash
6758 Big[
6759 \backslash
6760 big{
6761 \backslash
6762 ln(3x)
6763 \backslash
6764 big}^2
6765 \begin_inset ERT
6766 status collapsed
6767
6768 \begin_layout Plain Layout
6769
6770
6771 \backslash
6772 leer 
6773 \end_layout
6774
6775 \end_inset
6776
6777
6778 \backslash
6779 sin(x)
6780 \backslash
6781 Big]^
6782 \begin_inset ERT
6783 status collapsed
6784
6785 \begin_layout Plain Layout
6786
6787
6788 \backslash
6789 leer 
6790 \end_layout
6791
6792 \end_inset
6793
6794 A
6795 \begin_inset ERT
6796 status collapsed
6797
6798 \begin_layout Plain Layout
6799
6800
6801 \backslash
6802 leer 
6803 \end_layout
6804
6805 \end_inset
6806
6807
6808 \backslash
6809 bigg>
6810 \backslash
6811 Bigg)^0,5
6812 \end_layout
6813
6814 \begin_layout Standard
6815 \align center
6816 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \begin_layout Standard
6823 Es gibt außer den 
6824 \series bold
6825
6826 \backslash
6827 big
6828 \series default
6829 -Befehlen noch die Variante 
6830 \series bold
6831
6832 \backslash
6833 bigm
6834 \series default
6835
6836 \begin_inset Index idx
6837 status collapsed
6838
6839 \begin_layout Plain Layout
6840 Befehle ! B ! 
6841 \backslash
6842 bigm
6843 \end_layout
6844
6845 \end_inset
6846
6847 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6848  die Variante 
6849 \series bold
6850
6851 \backslash
6852 bigl
6853 \series default
6854 -
6855 \series bold
6856
6857 \backslash
6858 bigr
6859 \series default
6860
6861 \begin_inset Index idx
6862 status collapsed
6863
6864 \begin_layout Plain Layout
6865 Befehle ! B ! 
6866 \backslash
6867 bigl - 
6868 \backslash
6869 bigr
6870 \end_layout
6871
6872 \end_inset
6873
6874 , die keinen zusätzlichen Leerraum erzeugt.
6875  Das 
6876 \emph on
6877 l
6878 \emph default
6879  am Ende des Befehls 
6880 \series bold
6881
6882 \backslash
6883 bigl
6884 \series default
6885  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6886  ein 
6887 \emph on
6888 r
6889 \emph default
6890  ersetzt.
6891  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6892  sein.
6893 \end_layout
6894
6895 \begin_layout Standard
6896 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6897 \end_layout
6898
6899 \begin_layout Standard
6900 \align center
6901 \begin_inset Tabular
6902 <lyxtabular version="3" rows="5" columns="2">
6903 <features tabularvalignment="middle">
6904 <column alignment="center" valignment="middle" width="0">
6905 <column alignment="center" valignment="middle" width="0">
6906 <row>
6907 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6908 \begin_inset Text
6909
6910 \begin_layout Plain Layout
6911 Befehl
6912 \end_layout
6913
6914 \end_inset
6915 </cell>
6916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6917 \begin_inset Text
6918
6919 \begin_layout Plain Layout
6920 Ergebnis
6921 \begin_inset Note Note
6922 status collapsed
6923
6924 \begin_layout Plain Layout
6925
6926 \series bold
6927
6928 \backslash
6929 raisebox
6930 \series default
6931  dient nur als Abstandhalter.
6932 \end_layout
6933
6934 \end_inset
6935
6936
6937 \end_layout
6938
6939 \end_inset
6940 </cell>
6941 </row>
6942 <row>
6943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6944 \begin_inset Text
6945
6946 \begin_layout Plain Layout
6947
6948 \backslash
6949 Bigm(
6950 \backslash
6951 bigm(
6952 \backslash
6953 ln(3x)
6954 \backslash
6955 bigm)^2
6956 \begin_inset ERT
6957 status collapsed
6958
6959 \begin_layout Plain Layout
6960
6961
6962 \backslash
6963 leer 
6964 \end_layout
6965
6966 \end_inset
6967
6968
6969 \backslash
6970 Bigm)
6971 \end_layout
6972
6973 \end_inset
6974 </cell>
6975 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6976 \begin_inset Text
6977
6978 \begin_layout Plain Layout
6979 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6980 \end_inset
6981
6982
6983 \end_layout
6984
6985 \end_inset
6986 </cell>
6987 </row>
6988 <row>
6989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6990 \begin_inset Text
6991
6992 \begin_layout Plain Layout
6993
6994 \backslash
6995 Big(
6996 \backslash
6997 big(
6998 \backslash
6999 ln(3x)
7000 \backslash
7001 big)^2
7002 \begin_inset ERT
7003 status collapsed
7004
7005 \begin_layout Plain Layout
7006
7007
7008 \backslash
7009 leer 
7010 \end_layout
7011
7012 \end_inset
7013
7014
7015 \backslash
7016 Big)
7017 \end_layout
7018
7019 \end_inset
7020 </cell>
7021 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7022 \begin_inset Text
7023
7024 \begin_layout Plain Layout
7025 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
7026 \end_inset
7027
7028
7029 \end_layout
7030
7031 \end_inset
7032 </cell>
7033 </row>
7034 <row>
7035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7036 \begin_inset Text
7037
7038 \begin_layout Plain Layout
7039
7040 \backslash
7041 Bigl(
7042 \backslash
7043 bigl(
7044 \backslash
7045 ln(3x)
7046 \backslash
7047 bigr)^2
7048 \begin_inset ERT
7049 status collapsed
7050
7051 \begin_layout Plain Layout
7052
7053
7054 \backslash
7055 leer 
7056 \end_layout
7057
7058 \end_inset
7059
7060
7061 \backslash
7062 Bigr)
7063 \end_layout
7064
7065 \end_inset
7066 </cell>
7067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7068 \begin_inset Text
7069
7070 \begin_layout Plain Layout
7071 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
7072 \end_inset
7073
7074
7075 \end_layout
7076
7077 \end_inset
7078 </cell>
7079 </row>
7080 <row>
7081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7082 \begin_inset Text
7083
7084 \begin_layout Plain Layout
7085
7086 \backslash
7087 bigl)
7088 \backslash
7089 ln(3x)
7090 \backslash
7091 bigr(
7092 \end_layout
7093
7094 \end_inset
7095 </cell>
7096 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7097 \begin_inset Text
7098
7099 \begin_layout Plain Layout
7100 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
7101 \end_inset
7102
7103
7104 \end_layout
7105
7106 \end_inset
7107 </cell>
7108 </row>
7109 </lyxtabular>
7110
7111 \end_inset
7112
7113
7114 \end_layout
7115
7116 \begin_layout Subsubsection
7117 Automatische Klammergrößen
7118 \begin_inset CommandInset label
7119 LatexCommand label
7120 name "sub:Automatische-Klammergrößen"
7121
7122 \end_inset
7123
7124
7125 \begin_inset Index idx
7126 status collapsed
7127
7128 \begin_layout Plain Layout
7129 Klammergrößen ! automatische
7130 \end_layout
7131
7132 \end_inset
7133
7134
7135 \end_layout
7136
7137 \begin_layout Standard
7138 Klammern variabler Größe können mit den Befehlen 
7139 \series bold
7140
7141 \backslash
7142 left
7143 \series default
7144
7145 \begin_inset Index idx
7146 status collapsed
7147
7148 \begin_layout Plain Layout
7149 Befehle ! L ! 
7150 \backslash
7151 left
7152 \end_layout
7153
7154 \end_inset
7155
7156  und 
7157 \series bold
7158
7159 \backslash
7160 right
7161 \series default
7162
7163 \begin_inset Index idx
7164 status collapsed
7165
7166 \begin_layout Plain Layout
7167 Befehle ! R ! 
7168 \backslash
7169 right
7170 \end_layout
7171
7172 \end_inset
7173
7174  oder über den Mathe-Werkzeugleistenknopf
7175 \family sans
7176  
7177 \family default
7178
7179 \begin_inset Graphics
7180         filename ../../images/dialog-show_mathdelimiter.png
7181         scale 85
7182
7183 \end_inset
7184
7185  eingefügt werden.
7186  Auf 
7187 \series bold
7188
7189 \backslash
7190 left
7191 \series default
7192  und 
7193 \series bold
7194
7195 \backslash
7196 right
7197 \series default
7198  muss unmittelbar die gewünschte Klammer folgen.
7199  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
7200 \end_layout
7201
7202 \begin_layout Standard
7203 \align center
7204 normale Klammer: Der Befehl 
7205 \series bold
7206
7207 \backslash
7208 ln(
7209 \backslash
7210 frac
7211 \begin_inset ERT
7212 status collapsed
7213
7214 \begin_layout Plain Layout
7215
7216
7217 \backslash
7218 leer 
7219 \end_layout
7220
7221 \end_inset
7222
7223 A
7224 \begin_inset Formula $\downarrow$
7225 \end_inset
7226
7227 C
7228 \begin_inset ERT
7229 status collapsed
7230
7231 \begin_layout Plain Layout
7232
7233
7234 \backslash
7235 leer 
7236 \end_layout
7237
7238 \end_inset
7239
7240 )
7241 \series default
7242  ergibt
7243 \begin_inset Formula 
7244 \[
7245 \ln(\frac{A}{C})
7246 \]
7247
7248 \end_inset
7249
7250
7251 \end_layout
7252
7253 \begin_layout Standard
7254 \align center
7255 mehrzeilige Klammer: Der Befehl 
7256 \series bold
7257
7258 \backslash
7259 ln
7260 \backslash
7261 left(
7262 \backslash
7263 frac
7264 \begin_inset ERT
7265 status collapsed
7266
7267 \begin_layout Plain Layout
7268
7269
7270 \backslash
7271 leer 
7272 \end_layout
7273
7274 \end_inset
7275
7276 A
7277 \begin_inset Formula $\downarrow$
7278 \end_inset
7279
7280 C
7281 \begin_inset ERT
7282 status collapsed
7283
7284 \begin_layout Plain Layout
7285
7286
7287 \backslash
7288 leer 
7289 \end_layout
7290
7291 \end_inset
7292
7293
7294 \backslash
7295 right)
7296 \series default
7297  ergibt
7298 \begin_inset Formula 
7299 \[
7300 \ln\left(\frac{A}{C}\right)
7301 \]
7302
7303 \end_inset
7304
7305
7306 \end_layout
7307
7308 \begin_layout Standard
7309 An Stelle von 
7310 \series bold
7311
7312 \backslash
7313 left
7314 \series default
7315  und 
7316 \series bold
7317
7318 \backslash
7319 right
7320 \series default
7321  kann man die Tastenkürzel 
7322 \family sans
7323 Alt+M
7324 \begin_inset space ~
7325 \end_inset
7326
7327 Klammer
7328 \family default
7329  verwenden.
7330  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7331  und dass die rechte Klammer gleich mit erstellt wird.
7332 \begin_inset Newline newline
7333 \end_inset
7334
7335 Der Befehl für das letzte Beispiel würde dann lauten: 
7336 \series bold
7337
7338 \backslash
7339 ln Alt+M
7340 \series default
7341  
7342 \series bold
7343 (
7344 \backslash
7345 frac
7346 \begin_inset ERT
7347 status collapsed
7348
7349 \begin_layout Plain Layout
7350
7351
7352 \backslash
7353 leer 
7354 \end_layout
7355
7356 \end_inset
7357
7358 A
7359 \begin_inset Formula $\downarrow$
7360 \end_inset
7361
7362 C
7363 \end_layout
7364
7365 \begin_layout Standard
7366 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7367  Klammer einen Punkt.
7368  So ergibt z.
7369 \begin_inset space \thinspace{}
7370 \end_inset
7371
7372 B.
7373  der Befehl 
7374 \series bold
7375
7376 \backslash
7377 left.
7378 \backslash
7379 frac
7380 \begin_inset ERT
7381 status collapsed
7382
7383 \begin_layout Plain Layout
7384
7385
7386 \backslash
7387 leer 
7388 \end_layout
7389
7390 \end_inset
7391
7392 A
7393 \begin_inset Formula $\downarrow$
7394 \end_inset
7395
7396 B
7397 \begin_inset ERT
7398 status collapsed
7399
7400 \begin_layout Plain Layout
7401
7402
7403 \backslash
7404 leer 
7405 \end_layout
7406
7407 \end_inset
7408
7409
7410 \backslash
7411 right}
7412 \series default
7413
7414 \begin_inset space \thinspace{}
7415 \end_inset
7416
7417 :
7418 \series bold
7419
7420 \begin_inset Formula 
7421 \[
7422 \left.\frac{A}{B}\right\} 
7423 \]
7424
7425 \end_inset
7426
7427
7428 \series default
7429 Die Befehle 
7430 \series bold
7431
7432 \backslash
7433 left
7434 \series default
7435  und 
7436 \series bold
7437
7438 \backslash
7439 right
7440 \series default
7441  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7442  umgewandelt.
7443  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7444 \end_layout
7445
7446 \begin_layout Standard
7447 \begin_inset VSpace bigskip
7448 \end_inset
7449
7450 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7451  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7452  Befehl 
7453 \series bold
7454
7455 \backslash
7456 middle
7457 \series default
7458
7459 \begin_inset Index idx
7460 status collapsed
7461
7462 \begin_layout Plain Layout
7463 Befehle ! M ! 
7464 \backslash
7465 middle
7466 \end_layout
7467
7468 \end_inset
7469
7470  zur Verfügung.
7471  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7472  angepasst, was z.
7473 \begin_inset space \thinspace{}
7474 \end_inset
7475
7476 B.
7477  für physikalische Vektoren von Nutzen ist:
7478 \begin_inset Formula 
7479 \[
7480 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
7481 \]
7482
7483 \end_inset
7484
7485 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7486 \begin_inset CommandInset ref
7487 LatexCommand ref
7488 reference "sub:Physikalische-Vektoren"
7489
7490 \end_inset
7491
7492  beschrieben ist.
7493 \end_layout
7494
7495 \begin_layout Subsection
7496 Horizontale Klammern
7497 \begin_inset Index idx
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501 Klammern ! horizontale
7502 \end_layout
7503
7504 \end_inset
7505
7506
7507 \end_layout
7508
7509 \begin_layout Standard
7510 \align center
7511 \begin_inset Tabular
7512 <lyxtabular version="3" rows="4" columns="2">
7513 <features tabularvalignment="middle">
7514 <column alignment="center" valignment="top" width="0pt">
7515 <column alignment="center" valignment="top" width="0pt">
7516 <row>
7517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7518 \begin_inset Text
7519
7520 \begin_layout Plain Layout
7521 Befehl
7522 \begin_inset Note Note
7523 status collapsed
7524
7525 \begin_layout Plain Layout
7526
7527 \series bold
7528
7529 \backslash
7530 raisebox
7531 \series default
7532  dient nur als Abstandhalter.
7533 \end_layout
7534
7535 \end_inset
7536
7537
7538 \end_layout
7539
7540 \end_inset
7541 </cell>
7542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7543 \begin_inset Text
7544
7545 \begin_layout Plain Layout
7546 Ergebnis
7547 \end_layout
7548
7549 \end_inset
7550 </cell>
7551 </row>
7552 <row>
7553 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7554 \begin_inset Text
7555
7556 \begin_layout Plain Layout
7557 \begin_inset ERT
7558 status collapsed
7559
7560 \begin_layout Plain Layout
7561
7562
7563 \backslash
7564 raisebox{2.3mm}{
7565 \end_layout
7566
7567 \end_inset
7568
7569
7570 \backslash
7571 overbrace
7572 \begin_inset ERT
7573 status collapsed
7574
7575 \begin_layout Plain Layout
7576
7577
7578 \backslash
7579 leer 
7580 \end_layout
7581
7582 \end_inset
7583
7584 A+B
7585 \begin_inset ERT
7586 status collapsed
7587
7588 \begin_layout Plain Layout
7589
7590
7591 \backslash
7592 leer 
7593 \end_layout
7594
7595 \end_inset
7596
7597 ^
7598 \begin_inset ERT
7599 status collapsed
7600
7601 \begin_layout Plain Layout
7602
7603
7604 \backslash
7605 leer 
7606 \end_layout
7607
7608 \end_inset
7609
7610 3
7611 \begin_inset ERT
7612 status collapsed
7613
7614 \begin_layout Plain Layout
7615
7616 }
7617 \end_layout
7618
7619 \end_inset
7620
7621
7622 \begin_inset Index idx
7623 status collapsed
7624
7625 \begin_layout Plain Layout
7626 Befehle ! O ! 
7627 \backslash
7628 overbrace
7629 \end_layout
7630
7631 \end_inset
7632
7633
7634 \end_layout
7635
7636 \end_inset
7637 </cell>
7638 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7639 \begin_inset Text
7640
7641 \begin_layout Plain Layout
7642 \begin_inset Formula $\overbrace{A+B}^{3}$
7643 \end_inset
7644
7645
7646 \end_layout
7647
7648 \end_inset
7649 </cell>
7650 </row>
7651 <row>
7652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7653 \begin_inset Text
7654
7655 \begin_layout Plain Layout
7656 \begin_inset ERT
7657 status collapsed
7658
7659 \begin_layout Plain Layout
7660
7661
7662 \backslash
7663 raisebox{-2.2mm}{
7664 \end_layout
7665
7666 \end_inset
7667
7668
7669 \backslash
7670 underbrace
7671 \begin_inset ERT
7672 status collapsed
7673
7674 \begin_layout Plain Layout
7675
7676
7677 \backslash
7678 leer 
7679 \end_layout
7680
7681 \end_inset
7682
7683 A+B
7684 \begin_inset ERT
7685 status collapsed
7686
7687 \begin_layout Plain Layout
7688
7689
7690 \backslash
7691 leer 
7692 \end_layout
7693
7694 \end_inset
7695
7696 _5
7697 \begin_inset ERT
7698 status collapsed
7699
7700 \begin_layout Plain Layout
7701
7702 }
7703 \end_layout
7704
7705 \end_inset
7706
7707
7708 \begin_inset Index idx
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712 Befehle ! U ! 
7713 \backslash
7714 underbrace
7715 \end_layout
7716
7717 \end_inset
7718
7719
7720 \end_layout
7721
7722 \end_inset
7723 </cell>
7724 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7725 \begin_inset Text
7726
7727 \begin_layout Plain Layout
7728 \begin_inset Formula $\underbrace{A+B}_{5}$
7729 \end_inset
7730
7731
7732 \end_layout
7733
7734 \end_inset
7735 </cell>
7736 </row>
7737 <row>
7738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7739 \begin_inset Text
7740
7741 \begin_layout Plain Layout
7742
7743 \backslash
7744 overbrace
7745 \begin_inset ERT
7746 status collapsed
7747
7748 \begin_layout Plain Layout
7749
7750
7751 \backslash
7752 leer 
7753 \end_layout
7754
7755 \end_inset
7756
7757
7758 \backslash
7759 underbrace
7760 \begin_inset ERT
7761 status collapsed
7762
7763 \begin_layout Plain Layout
7764
7765
7766 \backslash
7767 leer 
7768 \end_layout
7769
7770 \end_inset
7771
7772 A+B_w
7773 \begin_inset ERT
7774 status collapsed
7775
7776 \begin_layout Plain Layout
7777
7778
7779 \backslash
7780 leer 
7781 \end_layout
7782
7783 \end_inset
7784
7785
7786 \begin_inset ERT
7787 status collapsed
7788
7789 \begin_layout Plain Layout
7790
7791
7792 \backslash
7793 leer 
7794 \end_layout
7795
7796 \end_inset
7797
7798 _7
7799 \begin_inset ERT
7800 status collapsed
7801
7802 \begin_layout Plain Layout
7803
7804
7805 \backslash
7806 leer 
7807 \end_layout
7808
7809 \end_inset
7810
7811
7812 \begin_inset ERT
7813 status collapsed
7814
7815 \begin_layout Plain Layout
7816
7817
7818 \backslash
7819 leer 
7820 \end_layout
7821
7822 \end_inset
7823
7824 ^
7825 \begin_inset ERT
7826 status collapsed
7827
7828 \begin_layout Plain Layout
7829
7830
7831 \backslash
7832 leer 
7833 \end_layout
7834
7835 \end_inset
7836
7837 C
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 </lyxtabular>
7856
7857 \end_inset
7858
7859
7860 \end_layout
7861
7862 \begin_layout Standard
7863 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7864 \series bold
7865
7866 \backslash
7867 overbrace
7868 \series default
7869  oder 
7870 \series bold
7871
7872 \backslash
7873 underbrace
7874 \series default
7875  eingibt.
7876 \end_layout
7877
7878 \begin_layout Standard
7879 \begin_inset VSpace bigskip
7880 \end_inset
7881
7882 Benötigt man Klammern, die sich überschneiden, muss man die in 
7883 \begin_inset CommandInset ref
7884 LatexCommand ref
7885 reference "sec:Mehrzeilige-Formeln"
7886
7887 \end_inset
7888
7889  beschriebenen mehrzeiligen Formeln verwenden:
7890 \begin_inset Formula 
7891 \begin{eqnarray*}
7892 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7893  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7894 \end{eqnarray*}
7895
7896 \end_inset
7897
7898 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7899  Dabei ist es wichtig, dass vor dem ersten 
7900 \begin_inset Formula $d$
7901 \end_inset
7902
7903  der Abstandsbefehl
7904 \begin_inset Foot
7905 status collapsed
7906
7907 \begin_layout Plain Layout
7908 Abstandsbefehle sind in 
7909 \begin_inset CommandInset ref
7910 LatexCommand ref
7911 reference "sub:Vordefinierter-Leerraum"
7912
7913 \end_inset
7914
7915  erklärt.
7916 \end_layout
7917
7918 \end_inset
7919
7920  
7921 \series bold
7922
7923 \backslash
7924 :
7925 \series default
7926  eingegeben wird, denn die nach dem 
7927 \begin_inset Formula $q$
7928 \end_inset
7929
7930  endende Klammer verhindert, dass das nachfolgende 
7931 \begin_inset Quotes gld
7932 \end_inset
7933
7934 +
7935 \begin_inset Quotes grd
7936 \end_inset
7937
7938  von Leerraum umgeben ist.
7939 \begin_inset Foot
7940 status collapsed
7941
7942 \begin_layout Plain Layout
7943 weil eine Klammer nicht als Zeichen gilt, siehe 
7944 \begin_inset CommandInset ref
7945 LatexCommand ref
7946 reference "sub:Binäre-Operatoren"
7947
7948 \end_inset
7949
7950
7951 \end_layout
7952
7953 \end_inset
7954
7955  In die zweite Zeile wird die zweite Klammer eingegeben.
7956  Da sie vor dem 
7957 \begin_inset Formula $b$
7958 \end_inset
7959
7960  beginnen soll, gibt man zuerst 
7961 \series bold
7962
7963 \backslash
7964 hphantom{gggg+
7965 \backslash
7966 :}
7967 \series default
7968  ein.
7969 \begin_inset Foot
7970 status collapsed
7971
7972 \begin_layout Plain Layout
7973 mehr zu 
7974 \series bold
7975
7976 \backslash
7977 hphantom
7978 \series default
7979  siehe 
7980 \begin_inset CommandInset ref
7981 LatexCommand ref
7982 reference "sub:Platzhalter"
7983
7984 \end_inset
7985
7986 .
7987 \end_layout
7988
7989 \end_inset
7990
7991  Dieser Leerraum wird benötigt, weil das 
7992 \begin_inset Quotes gld
7993 \end_inset
7994
7995 +
7996 \begin_inset Quotes grd
7997 \end_inset
7998
7999  in der Formel auch von Leerraum umgeben ist.
8000  Die Klammer wird unter den Befehl 
8001 \series bold
8002
8003 \backslash
8004 hphantom{bbqq+dddd}
8005 \series default
8006  gesetzt.
8007 \end_layout
8008
8009 \begin_layout Standard
8010 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
8011 n, wie in folgendem Beispiel:
8012 \begin_inset ERT
8013 status collapsed
8014
8015 \begin_layout Plain Layout
8016
8017
8018 \backslash
8019 setlength{
8020 \backslash
8021 jot}{-6pt}
8022 \end_layout
8023
8024 \end_inset
8025
8026
8027 \begin_inset Formula 
8028 \begin{eqnarray*}
8029  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
8030 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
8031 \end{eqnarray*}
8032
8033 \end_inset
8034
8035
8036 \begin_inset ERT
8037 status collapsed
8038
8039 \begin_layout Plain Layout
8040
8041
8042 \backslash
8043 setlength{
8044 \backslash
8045 jot}{3pt}
8046 \end_layout
8047
8048 \end_inset
8049
8050 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
8051  mit dem Unterschied, dass sich die Klammer oben befindet.
8052  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
8053  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
8054  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
8055  werden.
8056  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
8057 \begin_inset Foot
8058 status collapsed
8059
8060 \begin_layout Plain Layout
8061 \begin_inset CommandInset href
8062 LatexCommand href
8063 name "LyX-Fehler #1505"
8064 target "http://www.lyx.org/trac/ticket/1505"
8065
8066 \end_inset
8067
8068
8069 \end_layout
8070
8071 \end_inset
8072
8073 .
8074  Es muss als Lösung des Problems der globale Formelzeilenabstand 
8075 \series bold
8076
8077 \backslash
8078 jot
8079 \series default
8080
8081 \begin_inset Index idx
8082 status collapsed
8083
8084 \begin_layout Plain Layout
8085 Befehle ! J ! 
8086 \backslash
8087 jot
8088 \end_layout
8089
8090 \end_inset
8091
8092  vor der Formel mit dem Befehl 
8093 \series bold
8094
8095 \backslash
8096 setlength{
8097 \backslash
8098 jot}{-6pt}
8099 \series default
8100  im TeX-Modus auf den Wert -6
8101 \begin_inset space \thinspace{}
8102 \end_inset
8103
8104 pt geändert.
8105  Nach der Formel wird 
8106 \series bold
8107
8108 \backslash
8109 jot
8110 \series default
8111  mit demselben Befehl wieder auf den Standardwert 3
8112 \begin_inset space \thinspace{}
8113 \end_inset
8114
8115 pt zurückgesetzt.
8116  Genaueres zum Zeilenabstand in Formeln ist in 
8117 \begin_inset CommandInset ref
8118 LatexCommand ref
8119 reference "sub:Zeilenabstand"
8120
8121 \end_inset
8122
8123  erklärt.
8124 \end_layout
8125
8126 \begin_layout Standard
8127 \begin_inset Newpage newpage
8128 \end_inset
8129
8130
8131 \end_layout
8132
8133 \begin_layout Section
8134 Pfeile
8135 \begin_inset Index idx
8136 status collapsed
8137
8138 \begin_layout Plain Layout
8139 Pfeile
8140 \end_layout
8141
8142 \end_inset
8143
8144
8145 \end_layout
8146
8147 \begin_layout Standard
8148 Pfeile können über den Mathe-Werkzeugleistenknopf 
8149 \begin_inset Graphics
8150         filename ../../images/math/leftarrow.png
8151         scale 85
8152
8153 \end_inset
8154
8155  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8156  aufgelistet sind.
8157 \end_layout
8158
8159 \begin_layout Subsection
8160 Horizontale Pfeile
8161 \begin_inset Index idx
8162 status collapsed
8163
8164 \begin_layout Plain Layout
8165 Pfeile ! horizontale
8166 \end_layout
8167
8168 \end_inset
8169
8170
8171 \end_layout
8172
8173 \begin_layout Standard
8174 \begin_inset space \hfill{}
8175 \end_inset
8176
8177
8178 \begin_inset Tabular
8179 <lyxtabular version="3" rows="8" columns="2">
8180 <features tabularvalignment="middle">
8181 <column alignment="center" valignment="top" width="0pt">
8182 <column alignment="center" valignment="top" width="0pt">
8183 <row>
8184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8185 \begin_inset Text
8186
8187 \begin_layout Plain Layout
8188 Befehl
8189 \end_layout
8190
8191 \end_inset
8192 </cell>
8193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8194 \begin_inset Text
8195
8196 \begin_layout Plain Layout
8197 Ergebnis
8198 \end_layout
8199
8200 \end_inset
8201 </cell>
8202 </row>
8203 <row>
8204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8205 \begin_inset Text
8206
8207 \begin_layout Plain Layout
8208
8209 \backslash
8210 gets
8211 \end_layout
8212
8213 \end_inset
8214 </cell>
8215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8216 \begin_inset Text
8217
8218 \begin_layout Plain Layout
8219 \begin_inset Formula $\gets$
8220 \end_inset
8221
8222
8223 \end_layout
8224
8225 \end_inset
8226 </cell>
8227 </row>
8228 <row>
8229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8230 \begin_inset Text
8231
8232 \begin_layout Plain Layout
8233
8234 \backslash
8235 Leftarrow
8236 \end_layout
8237
8238 \end_inset
8239 </cell>
8240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8241 \begin_inset Text
8242
8243 \begin_layout Plain Layout
8244 \begin_inset Formula $\Leftarrow$
8245 \end_inset
8246
8247
8248 \end_layout
8249
8250 \end_inset
8251 </cell>
8252 </row>
8253 <row>
8254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8255 \begin_inset Text
8256
8257 \begin_layout Plain Layout
8258
8259 \backslash
8260 longleftarrow
8261 \end_layout
8262
8263 \end_inset
8264 </cell>
8265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8266 \begin_inset Text
8267
8268 \begin_layout Plain Layout
8269 \begin_inset Formula $\longleftarrow$
8270 \end_inset
8271
8272
8273 \end_layout
8274
8275 \end_inset
8276 </cell>
8277 </row>
8278 <row>
8279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8280 \begin_inset Text
8281
8282 \begin_layout Plain Layout
8283
8284 \backslash
8285 Longleftarrow
8286 \end_layout
8287
8288 \end_inset
8289 </cell>
8290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8291 \begin_inset Text
8292
8293 \begin_layout Plain Layout
8294 \begin_inset Formula $\Longleftarrow$
8295 \end_inset
8296
8297
8298 \end_layout
8299
8300 \end_inset
8301 </cell>
8302 </row>
8303 <row>
8304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8305 \begin_inset Text
8306
8307 \begin_layout Plain Layout
8308
8309 \backslash
8310 leftharpoonup
8311 \end_layout
8312
8313 \end_inset
8314 </cell>
8315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8316 \begin_inset Text
8317
8318 \begin_layout Plain Layout
8319 \begin_inset Formula $\leftharpoonup$
8320 \end_inset
8321
8322
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 </row>
8328 <row>
8329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8330 \begin_inset Text
8331
8332 \begin_layout Plain Layout
8333
8334 \backslash
8335 leftharpoondown
8336 \end_layout
8337
8338 \end_inset
8339 </cell>
8340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8341 \begin_inset Text
8342
8343 \begin_layout Plain Layout
8344 \begin_inset Formula $\leftharpoondown$
8345 \end_inset
8346
8347
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 </row>
8353 <row>
8354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8355 \begin_inset Text
8356
8357 \begin_layout Plain Layout
8358
8359 \backslash
8360 hookleftarrow
8361 \end_layout
8362
8363 \end_inset
8364 </cell>
8365 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 \begin_inset Formula $\hookleftarrow$
8370 \end_inset
8371
8372
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 </row>
8378 </lyxtabular>
8379
8380 \end_inset
8381
8382
8383 \begin_inset space \hfill{}
8384 \end_inset
8385
8386
8387 \begin_inset Tabular
8388 <lyxtabular version="3" rows="8" columns="2">
8389 <features tabularvalignment="middle">
8390 <column alignment="center" valignment="top" width="0pt">
8391 <column alignment="center" valignment="top" width="0pt">
8392 <row>
8393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8394 \begin_inset Text
8395
8396 \begin_layout Plain Layout
8397 Befehl
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 Ergebnis
8407 \end_layout
8408
8409 \end_inset
8410 </cell>
8411 </row>
8412 <row>
8413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8414 \begin_inset Text
8415
8416 \begin_layout Plain Layout
8417
8418 \backslash
8419 to
8420 \end_layout
8421
8422 \end_inset
8423 </cell>
8424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8425 \begin_inset Text
8426
8427 \begin_layout Plain Layout
8428 \begin_inset Formula $\to$
8429 \end_inset
8430
8431
8432 \end_layout
8433
8434 \end_inset
8435 </cell>
8436 </row>
8437 <row>
8438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8439 \begin_inset Text
8440
8441 \begin_layout Plain Layout
8442
8443 \backslash
8444 Rightarrow
8445 \end_layout
8446
8447 \end_inset
8448 </cell>
8449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8450 \begin_inset Text
8451
8452 \begin_layout Plain Layout
8453 \begin_inset Formula $\Rightarrow$
8454 \end_inset
8455
8456
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \backslash
8469 longrightarrow
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 \begin_inset Formula $\longrightarrow$
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \backslash
8494 Longrightarrow
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 \begin_inset Formula $\Longrightarrow$
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \backslash
8519 rightharpoonup
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 \begin_inset Formula $\rightharpoonup$
8529 \end_inset
8530
8531
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \backslash
8544 rightharpoondown
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 \begin_inset Formula $\rightharpoondown$
8554 \end_inset
8555
8556
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \backslash
8569 hookrightarrow
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 \begin_inset Formula $\hookrightarrow$
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 </lyxtabular>
8588
8589 \end_inset
8590
8591
8592 \begin_inset space \hfill{}
8593 \end_inset
8594
8595
8596 \end_layout
8597
8598 \begin_layout Standard
8599 \begin_inset space \hfill{}
8600 \end_inset
8601
8602
8603 \begin_inset Tabular
8604 <lyxtabular version="3" rows="6" columns="2">
8605 <features tabularvalignment="middle">
8606 <column alignment="center" valignment="top" width="0pt">
8607 <column alignment="center" valignment="top" width="0pt">
8608 <row>
8609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8610 \begin_inset Text
8611
8612 \begin_layout Plain Layout
8613 Befehl
8614 \end_layout
8615
8616 \end_inset
8617 </cell>
8618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8619 \begin_inset Text
8620
8621 \begin_layout Plain Layout
8622 Ergebnis
8623 \end_layout
8624
8625 \end_inset
8626 </cell>
8627 </row>
8628 <row>
8629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8630 \begin_inset Text
8631
8632 \begin_layout Plain Layout
8633
8634 \backslash
8635 leftrightarrow
8636 \end_layout
8637
8638 \end_inset
8639 </cell>
8640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8641 \begin_inset Text
8642
8643 \begin_layout Plain Layout
8644 \begin_inset Formula $\leftrightarrow$
8645 \end_inset
8646
8647
8648 \end_layout
8649
8650 \end_inset
8651 </cell>
8652 </row>
8653 <row>
8654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8655 \begin_inset Text
8656
8657 \begin_layout Plain Layout
8658
8659 \backslash
8660 Leftrightarrow
8661 \end_layout
8662
8663 \end_inset
8664 </cell>
8665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8666 \begin_inset Text
8667
8668 \begin_layout Plain Layout
8669 \begin_inset Formula $\Leftrightarrow$
8670 \end_inset
8671
8672
8673 \end_layout
8674
8675 \end_inset
8676 </cell>
8677 </row>
8678 <row>
8679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8680 \begin_inset Text
8681
8682 \begin_layout Plain Layout
8683
8684 \backslash
8685 longleftrightarrow
8686 \end_layout
8687
8688 \end_inset
8689 </cell>
8690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8691 \begin_inset Text
8692
8693 \begin_layout Plain Layout
8694 \begin_inset Formula $\longleftrightarrow$
8695 \end_inset
8696
8697
8698 \end_layout
8699
8700 \end_inset
8701 </cell>
8702 </row>
8703 <row>
8704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8705 \begin_inset Text
8706
8707 \begin_layout Plain Layout
8708
8709 \backslash
8710 Longleftrightarrow
8711 \end_layout
8712
8713 \end_inset
8714 </cell>
8715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8716 \begin_inset Text
8717
8718 \begin_layout Plain Layout
8719 \begin_inset Formula $\Longleftrightarrow$
8720 \end_inset
8721
8722
8723 \end_layout
8724
8725 \end_inset
8726 </cell>
8727 </row>
8728 <row>
8729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8730 \begin_inset Text
8731
8732 \begin_layout Plain Layout
8733
8734 \backslash
8735 rightleftharpoons
8736 \end_layout
8737
8738 \end_inset
8739 </cell>
8740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8741 \begin_inset Text
8742
8743 \begin_layout Plain Layout
8744 \begin_inset Formula $\rightleftharpoons$
8745 \end_inset
8746
8747
8748 \end_layout
8749
8750 \end_inset
8751 </cell>
8752 </row>
8753 </lyxtabular>
8754
8755 \end_inset
8756
8757
8758 \begin_inset space \hspace{}
8759 \length 25pt
8760 \end_inset
8761
8762
8763 \begin_inset space \hfill{}
8764 \end_inset
8765
8766
8767 \begin_inset Tabular
8768 <lyxtabular version="3" rows="5" columns="2">
8769 <features tabularvalignment="middle">
8770 <column alignment="center" valignment="top" width="0pt">
8771 <column alignment="center" valignment="top" width="0pt">
8772 <row>
8773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8774 \begin_inset Text
8775
8776 \begin_layout Plain Layout
8777 Befehl
8778 \end_layout
8779
8780 \end_inset
8781 </cell>
8782 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8783 \begin_inset Text
8784
8785 \begin_layout Plain Layout
8786 Ergebnis
8787 \end_layout
8788
8789 \end_inset
8790 </cell>
8791 </row>
8792 <row>
8793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8794 \begin_inset Text
8795
8796 \begin_layout Plain Layout
8797
8798 \backslash
8799 mapsto
8800 \end_layout
8801
8802 \end_inset
8803 </cell>
8804 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8805 \begin_inset Text
8806
8807 \begin_layout Plain Layout
8808 \begin_inset Formula $\mapsto$
8809 \end_inset
8810
8811
8812 \end_layout
8813
8814 \end_inset
8815 </cell>
8816 </row>
8817 <row>
8818 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8819 \begin_inset Text
8820
8821 \begin_layout Plain Layout
8822
8823 \backslash
8824 longmapsto
8825 \end_layout
8826
8827 \end_inset
8828 </cell>
8829 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8830 \begin_inset Text
8831
8832 \begin_layout Plain Layout
8833 \begin_inset Formula $\longmapsto$
8834 \end_inset
8835
8836
8837 \end_layout
8838
8839 \end_inset
8840 </cell>
8841 </row>
8842 <row>
8843 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8844 \begin_inset Text
8845
8846 \begin_layout Plain Layout
8847
8848 \backslash
8849 leadsto
8850 \end_layout
8851
8852 \end_inset
8853 </cell>
8854 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8855 \begin_inset Text
8856
8857 \begin_layout Plain Layout
8858 \begin_inset Formula $\leadsto$
8859 \end_inset
8860
8861
8862 \end_layout
8863
8864 \end_inset
8865 </cell>
8866 </row>
8867 <row>
8868 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8869 \begin_inset Text
8870
8871 \begin_layout Plain Layout
8872
8873 \backslash
8874 dasharrow
8875 \end_layout
8876
8877 \end_inset
8878 </cell>
8879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8880 \begin_inset Text
8881
8882 \begin_layout Plain Layout
8883 \begin_inset Formula $\dasharrow$
8884 \end_inset
8885
8886
8887 \end_layout
8888
8889 \end_inset
8890 </cell>
8891 </row>
8892 </lyxtabular>
8893
8894 \end_inset
8895
8896
8897 \begin_inset space \hfill{}
8898 \end_inset
8899
8900
8901 \end_layout
8902
8903 \begin_layout Standard
8904 \begin_inset VSpace medskip
8905 \end_inset
8906
8907 Als Akzent verwendete Pfeile, wie z.
8908 \begin_inset space \thinspace{}
8909 \end_inset
8910
8911 B.
8912  Vektorpfeile, sind in 
8913 \begin_inset CommandInset ref
8914 LatexCommand ref
8915 reference "sec:Akzente"
8916
8917 \end_inset
8918
8919  aufgelistet.
8920 \end_layout
8921
8922 \begin_layout Standard
8923 \begin_inset VSpace bigskip
8924 \end_inset
8925
8926 Des Weiteren gibt es die beschriftbaren Pfeile
8927 \begin_inset Index idx
8928 status collapsed
8929
8930 \begin_layout Plain Layout
8931 Pfeile ! beschriftbare
8932 \end_layout
8933
8934 \end_inset
8935
8936  
8937 \series bold
8938
8939 \backslash
8940 xleftarrow
8941 \series default
8942
8943 \begin_inset Index idx
8944 status collapsed
8945
8946 \begin_layout Plain Layout
8947 Befehle ! X ! 
8948 \backslash
8949 xleftarrow
8950 \end_layout
8951
8952 \end_inset
8953
8954  und 
8955 \series bold
8956
8957 \backslash
8958 xrightarrow
8959 \series default
8960
8961 \begin_inset Index idx
8962 status collapsed
8963
8964 \begin_layout Plain Layout
8965 Befehle ! X ! 
8966 \backslash
8967 xrightarrow
8968 \begin_inset ERT
8969 status collapsed
8970
8971 \begin_layout Plain Layout
8972
8973
8974 \backslash
8975 vspace{4mm}
8976 \end_layout
8977
8978 \end_inset
8979
8980
8981 \end_layout
8982
8983 \end_inset
8984
8985 .
8986  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8987  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8988  Die Pfeillänge passt sich der Breite der Beschriftung an.
8989 \end_layout
8990
8991 \begin_layout Standard
8992 \align center
8993 \begin_inset Tabular
8994 <lyxtabular version="3" rows="3" columns="2">
8995 <features tabularvalignment="middle">
8996 <column alignment="center" valignment="top" width="0pt">
8997 <column alignment="center" valignment="top" width="0pt">
8998 <row>
8999 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9000 \begin_inset Text
9001
9002 \begin_layout Plain Layout
9003 Befehl
9004 \end_layout
9005
9006 \end_inset
9007 </cell>
9008 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9009 \begin_inset Text
9010
9011 \begin_layout Plain Layout
9012 Ergebnis
9013 \begin_inset Note Note
9014 status collapsed
9015
9016 \begin_layout Plain Layout
9017
9018 \series bold
9019
9020 \backslash
9021 raisebox
9022 \series default
9023  dient nur als Abstandhalter.
9024 \end_layout
9025
9026 \end_inset
9027
9028
9029 \end_layout
9030
9031 \end_inset
9032 </cell>
9033 </row>
9034 <row>
9035 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9036 \begin_inset Text
9037
9038 \begin_layout Plain Layout
9039 F(a)
9040 \backslash
9041 xleftarrow
9042 \begin_inset ERT
9043 status collapsed
9044
9045 \begin_layout Plain Layout
9046
9047
9048 \backslash
9049 leer 
9050 \end_layout
9051
9052 \end_inset
9053
9054 x=a
9055 \begin_inset Formula $\downarrow$
9056 \end_inset
9057
9058 x>0
9059 \begin_inset Formula $\to$
9060 \end_inset
9061
9062 F(x)
9063 \end_layout
9064
9065 \end_inset
9066 </cell>
9067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9068 \begin_inset Text
9069
9070 \begin_layout Plain Layout
9071 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
9072 \end_inset
9073
9074
9075 \end_layout
9076
9077 \end_inset
9078 </cell>
9079 </row>
9080 <row>
9081 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9082 \begin_inset Text
9083
9084 \begin_layout Plain Layout
9085 F(x)
9086 \backslash
9087 xrightarrow
9088 \begin_inset ERT
9089 status collapsed
9090
9091 \begin_layout Plain Layout
9092
9093
9094 \backslash
9095 leer 
9096 \end_layout
9097
9098 \end_inset
9099
9100 x=a
9101 \begin_inset Formula $\downarrow$
9102 \end_inset
9103
9104 x>0
9105 \begin_inset Formula $\to$
9106 \end_inset
9107
9108 F(a)
9109 \end_layout
9110
9111 \end_inset
9112 </cell>
9113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9114 \begin_inset Text
9115
9116 \begin_layout Plain Layout
9117 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
9118 \end_inset
9119
9120
9121 \end_layout
9122
9123 \end_inset
9124 </cell>
9125 </row>
9126 </lyxtabular>
9127
9128 \end_inset
9129
9130
9131 \end_layout
9132
9133 \begin_layout Standard
9134 \begin_inset Newpage newpage
9135 \end_inset
9136
9137
9138 \end_layout
9139
9140 \begin_layout Subsection
9141 Vertikale und diagonale Pfeile
9142 \begin_inset Index idx
9143 status collapsed
9144
9145 \begin_layout Plain Layout
9146 Pfeile ! diagonale
9147 \end_layout
9148
9149 \end_inset
9150
9151
9152 \begin_inset Index idx
9153 status collapsed
9154
9155 \begin_layout Plain Layout
9156 Pfeile ! vertikale
9157 \end_layout
9158
9159 \end_inset
9160
9161
9162 \end_layout
9163
9164 \begin_layout Standard
9165 \begin_inset space \hfill{}
9166 \end_inset
9167
9168
9169 \begin_inset Tabular
9170 <lyxtabular version="3" rows="7" columns="2">
9171 <features tabularvalignment="middle">
9172 <column alignment="center" valignment="top" width="0pt">
9173 <column alignment="center" valignment="top" width="0pt">
9174 <row>
9175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9176 \begin_inset Text
9177
9178 \begin_layout Plain Layout
9179 Befehl
9180 \end_layout
9181
9182 \end_inset
9183 </cell>
9184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9185 \begin_inset Text
9186
9187 \begin_layout Plain Layout
9188 Ergebnis
9189 \end_layout
9190
9191 \end_inset
9192 </cell>
9193 </row>
9194 <row>
9195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9196 \begin_inset Text
9197
9198 \begin_layout Plain Layout
9199
9200 \backslash
9201 uparrow
9202 \end_layout
9203
9204 \end_inset
9205 </cell>
9206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9207 \begin_inset Text
9208
9209 \begin_layout Plain Layout
9210 \begin_inset Formula $\uparrow$
9211 \end_inset
9212
9213
9214 \end_layout
9215
9216 \end_inset
9217 </cell>
9218 </row>
9219 <row>
9220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9221 \begin_inset Text
9222
9223 \begin_layout Plain Layout
9224
9225 \backslash
9226 Uparrow
9227 \end_layout
9228
9229 \end_inset
9230 </cell>
9231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9232 \begin_inset Text
9233
9234 \begin_layout Plain Layout
9235 \begin_inset Formula $\Uparrow$
9236 \end_inset
9237
9238
9239 \end_layout
9240
9241 \end_inset
9242 </cell>
9243 </row>
9244 <row>
9245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249
9250 \backslash
9251 updownarrow
9252 \end_layout
9253
9254 \end_inset
9255 </cell>
9256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9257 \begin_inset Text
9258
9259 \begin_layout Plain Layout
9260 \begin_inset Formula $\updownarrow$
9261 \end_inset
9262
9263
9264 \end_layout
9265
9266 \end_inset
9267 </cell>
9268 </row>
9269 <row>
9270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9271 \begin_inset Text
9272
9273 \begin_layout Plain Layout
9274
9275 \backslash
9276 Updownarrow
9277 \end_layout
9278
9279 \end_inset
9280 </cell>
9281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9282 \begin_inset Text
9283
9284 \begin_layout Plain Layout
9285 \begin_inset Formula $\Updownarrow$
9286 \end_inset
9287
9288
9289 \end_layout
9290
9291 \end_inset
9292 </cell>
9293 </row>
9294 <row>
9295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9296 \begin_inset Text
9297
9298 \begin_layout Plain Layout
9299
9300 \backslash
9301 Downarrow
9302 \end_layout
9303
9304 \end_inset
9305 </cell>
9306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9307 \begin_inset Text
9308
9309 \begin_layout Plain Layout
9310 \begin_inset Formula $\Downarrow$
9311 \end_inset
9312
9313
9314 \end_layout
9315
9316 \end_inset
9317 </cell>
9318 </row>
9319 <row>
9320 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9321 \begin_inset Text
9322
9323 \begin_layout Plain Layout
9324
9325 \backslash
9326 downarrow
9327 \end_layout
9328
9329 \end_inset
9330 </cell>
9331 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9332 \begin_inset Text
9333
9334 \begin_layout Plain Layout
9335 \begin_inset Formula $\downarrow$
9336 \end_inset
9337
9338
9339 \end_layout
9340
9341 \end_inset
9342 </cell>
9343 </row>
9344 </lyxtabular>
9345
9346 \end_inset
9347
9348
9349 \begin_inset space \hfill{}
9350 \end_inset
9351
9352
9353 \begin_inset Tabular
9354 <lyxtabular version="3" rows="5" columns="2">
9355 <features tabularvalignment="middle">
9356 <column alignment="center" valignment="top" width="0pt">
9357 <column alignment="center" valignment="top" width="0pt">
9358 <row>
9359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9360 \begin_inset Text
9361
9362 \begin_layout Plain Layout
9363 Befehl
9364 \end_layout
9365
9366 \end_inset
9367 </cell>
9368 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9369 \begin_inset Text
9370
9371 \begin_layout Plain Layout
9372 Ergebnis
9373 \end_layout
9374
9375 \end_inset
9376 </cell>
9377 </row>
9378 <row>
9379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9380 \begin_inset Text
9381
9382 \begin_layout Plain Layout
9383
9384 \backslash
9385 nearrow
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 \begin_inset Formula $\nearrow$
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 searrow
9411 \end_layout
9412
9413 \end_inset
9414 </cell>
9415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9416 \begin_inset Text
9417
9418 \begin_layout Plain Layout
9419 \begin_inset Formula $\searrow$
9420 \end_inset
9421
9422
9423 \end_layout
9424
9425 \end_inset
9426 </cell>
9427 </row>
9428 <row>
9429 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9430 \begin_inset Text
9431
9432 \begin_layout Plain Layout
9433
9434 \backslash
9435 swarrow
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 \begin_inset Formula $\swarrow$
9445 \end_inset
9446
9447
9448 \end_layout
9449
9450 \end_inset
9451 </cell>
9452 </row>
9453 <row>
9454 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9455 \begin_inset Text
9456
9457 \begin_layout Plain Layout
9458
9459 \backslash
9460 nwarrow
9461 \end_layout
9462
9463 \end_inset
9464 </cell>
9465 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9466 \begin_inset Text
9467
9468 \begin_layout Plain Layout
9469 \begin_inset Formula $\nwarrow$
9470 \end_inset
9471
9472
9473 \end_layout
9474
9475 \end_inset
9476 </cell>
9477 </row>
9478 </lyxtabular>
9479
9480 \end_inset
9481
9482
9483 \begin_inset space \hfill{}
9484 \end_inset
9485
9486
9487 \end_layout
9488
9489 \begin_layout Standard
9490 \begin_inset VSpace medskip
9491 \end_inset
9492
9493 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9494  
9495 \begin_inset CommandInset ref
9496 LatexCommand ref
9497 reference "sub:Manuelle-Klammergrößen"
9498
9499 \end_inset
9500
9501  und 
9502 \begin_inset CommandInset ref
9503 LatexCommand ref
9504 reference "sub:Automatische-Klammergrößen"
9505
9506 \end_inset
9507
9508  beschriebenen Befehlen verwendet werden.
9509 \end_layout
9510
9511 \begin_layout Section
9512 Akzente
9513 \begin_inset CommandInset label
9514 LatexCommand label
9515 name "sec:Akzente"
9516
9517 \end_inset
9518
9519
9520 \begin_inset Index idx
9521 status collapsed
9522
9523 \begin_layout Plain Layout
9524 Akzente
9525 \end_layout
9526
9527 \end_inset
9528
9529
9530 \end_layout
9531
9532 \begin_layout Standard
9533 Akzente können über den Mathe-Werkzeugleistenknopf 
9534 \begin_inset Graphics
9535         filename ../../images/math/hat.png
9536         scale 85
9537
9538 \end_inset
9539
9540  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9541  aufgelistet sind.
9542 \end_layout
9543
9544 \begin_layout Subsection
9545 Akzente für ein Zeichen
9546 \begin_inset ERT
9547 status collapsed
9548
9549 \begin_layout Plain Layout
9550
9551
9552 \backslash
9553 texorpdfstring{
9554 \end_layout
9555
9556 \end_inset
9557
9558
9559 \begin_inset Foot
9560 status collapsed
9561
9562 \begin_layout Plain Layout
9563 Akzente im Text siehe 
9564 \begin_inset CommandInset ref
9565 LatexCommand ref
9566 reference "sub:Sonderzeichen-Akzente"
9567
9568 \end_inset
9569
9570
9571 \end_layout
9572
9573 \end_inset
9574
9575
9576 \begin_inset ERT
9577 status collapsed
9578
9579 \begin_layout Plain Layout
9580
9581 }{}
9582 \end_layout
9583
9584 \end_inset
9585
9586
9587 \begin_inset Note Note
9588 status collapsed
9589
9590 \begin_layout Plain Layout
9591
9592 \series bold
9593
9594 \backslash
9595 texorpdfstring
9596 \series default
9597  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9598 \end_layout
9599
9600 \begin_layout Plain Layout
9601 Näheres zu 
9602 \series bold
9603
9604 \backslash
9605 texorpdfstring
9606 \series default
9607  steht in Kapitel 
9608 \begin_inset CommandInset ref
9609 LatexCommand ref
9610 reference "sub:Formeln-in-Überschriften"
9611
9612 \end_inset
9613
9614 .
9615 \end_layout
9616
9617 \end_inset
9618
9619
9620 \begin_inset CommandInset label
9621 LatexCommand label
9622 name "sub:Akzente-für-ein"
9623
9624 \end_inset
9625
9626
9627 \begin_inset Index idx
9628 status collapsed
9629
9630 \begin_layout Plain Layout
9631 Akzente ! für ein Zeichen
9632 \end_layout
9633
9634 \end_inset
9635
9636
9637 \end_layout
9638
9639 \begin_layout Standard
9640 \begin_inset space \hfill{}
9641 \end_inset
9642
9643
9644 \begin_inset Tabular
9645 <lyxtabular version="3" rows="8" columns="2">
9646 <features tabularvalignment="middle">
9647 <column alignment="center" valignment="top" width="0pt">
9648 <column alignment="center" valignment="top" width="0pt">
9649 <row>
9650 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9651 \begin_inset Text
9652
9653 \begin_layout Plain Layout
9654 Befehl
9655 \end_layout
9656
9657 \end_inset
9658 </cell>
9659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9660 \begin_inset Text
9661
9662 \begin_layout Plain Layout
9663 Ergebnis
9664 \begin_inset Note Note
9665 status collapsed
9666
9667 \begin_layout Plain Layout
9668
9669 \series bold
9670
9671 \backslash
9672 raisebox
9673 \series default
9674  dient nur als Abstandhalter.
9675 \end_layout
9676
9677 \end_inset
9678
9679
9680 \end_layout
9681
9682 \end_inset
9683 </cell>
9684 </row>
9685 <row>
9686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9687 \begin_inset Text
9688
9689 \begin_layout Plain Layout
9690
9691 \backslash
9692 dot
9693 \begin_inset ERT
9694 status collapsed
9695
9696 \begin_layout Plain Layout
9697
9698
9699 \backslash
9700 leer 
9701 \end_layout
9702
9703 \end_inset
9704
9705 A
9706 \end_layout
9707
9708 \end_inset
9709 </cell>
9710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9711 \begin_inset Text
9712
9713 \begin_layout Plain Layout
9714 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9715 \end_inset
9716
9717
9718 \end_layout
9719
9720 \end_inset
9721 </cell>
9722 </row>
9723 <row>
9724 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9725 \begin_inset Text
9726
9727 \begin_layout Plain Layout
9728
9729 \backslash
9730 ddot
9731 \begin_inset ERT
9732 status collapsed
9733
9734 \begin_layout Plain Layout
9735
9736
9737 \backslash
9738 leer 
9739 \end_layout
9740
9741 \end_inset
9742
9743 A
9744 \end_layout
9745
9746 \end_inset
9747 </cell>
9748 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9749 \begin_inset Text
9750
9751 \begin_layout Plain Layout
9752 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9753 \end_inset
9754
9755
9756 \end_layout
9757
9758 \end_inset
9759 </cell>
9760 </row>
9761 <row>
9762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9763 \begin_inset Text
9764
9765 \begin_layout Plain Layout
9766
9767 \backslash
9768 dddot
9769 \begin_inset ERT
9770 status collapsed
9771
9772 \begin_layout Plain Layout
9773
9774
9775 \backslash
9776 leer 
9777 \end_layout
9778
9779 \end_inset
9780
9781 A
9782 \end_layout
9783
9784 \end_inset
9785 </cell>
9786 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9787 \begin_inset Text
9788
9789 \begin_layout Plain Layout
9790 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9791 \end_inset
9792
9793
9794 \end_layout
9795
9796 \end_inset
9797 </cell>
9798 </row>
9799 <row>
9800 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9801 \begin_inset Text
9802
9803 \begin_layout Plain Layout
9804
9805 \backslash
9806 ddddot
9807 \begin_inset ERT
9808 status collapsed
9809
9810 \begin_layout Plain Layout
9811
9812
9813 \backslash
9814 leer 
9815 \end_layout
9816
9817 \end_inset
9818
9819 A
9820 \end_layout
9821
9822 \end_inset
9823 </cell>
9824 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9825 \begin_inset Text
9826
9827 \begin_layout Plain Layout
9828 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9829 \end_inset
9830
9831
9832 \end_layout
9833
9834 \end_inset
9835 </cell>
9836 </row>
9837 <row>
9838 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9839 \begin_inset Text
9840
9841 \begin_layout Plain Layout
9842
9843 \backslash
9844 vec
9845 \begin_inset ERT
9846 status collapsed
9847
9848 \begin_layout Plain Layout
9849
9850
9851 \backslash
9852 leer 
9853 \end_layout
9854
9855 \end_inset
9856
9857 A
9858 \begin_inset Index idx
9859 status collapsed
9860
9861 \begin_layout Plain Layout
9862 Vektoren
9863 \end_layout
9864
9865 \end_inset
9866
9867
9868 \end_layout
9869
9870 \end_inset
9871 </cell>
9872 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9873 \begin_inset Text
9874
9875 \begin_layout Plain Layout
9876 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9877 \end_inset
9878
9879
9880 \end_layout
9881
9882 \end_inset
9883 </cell>
9884 </row>
9885 <row>
9886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9887 \begin_inset Text
9888
9889 \begin_layout Plain Layout
9890
9891 \backslash
9892 bar
9893 \begin_inset ERT
9894 status collapsed
9895
9896 \begin_layout Plain Layout
9897
9898
9899 \backslash
9900 leer 
9901 \end_layout
9902
9903 \end_inset
9904
9905 A
9906 \end_layout
9907
9908 \end_inset
9909 </cell>
9910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9911 \begin_inset Text
9912
9913 \begin_layout Plain Layout
9914 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9915 \end_inset
9916
9917
9918 \end_layout
9919
9920 \end_inset
9921 </cell>
9922 </row>
9923 <row>
9924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9925 \begin_inset Text
9926
9927 \begin_layout Plain Layout
9928
9929 \backslash
9930 mathring
9931 \begin_inset ERT
9932 status collapsed
9933
9934 \begin_layout Plain Layout
9935
9936
9937 \backslash
9938 leer 
9939 \end_layout
9940
9941 \end_inset
9942
9943 A
9944 \end_layout
9945
9946 \end_inset
9947 </cell>
9948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9949 \begin_inset Text
9950
9951 \begin_layout Plain Layout
9952 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9953 \end_inset
9954
9955
9956 \end_layout
9957
9958 \end_inset
9959 </cell>
9960 </row>
9961 </lyxtabular>
9962
9963 \end_inset
9964
9965
9966 \begin_inset space \hfill{}
9967 \end_inset
9968
9969
9970 \begin_inset Tabular
9971 <lyxtabular version="3" rows="7" columns="2">
9972 <features tabularvalignment="middle">
9973 <column alignment="center" valignment="top" width="0pt">
9974 <column alignment="center" valignment="top" width="0pt">
9975 <row>
9976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9977 \begin_inset Text
9978
9979 \begin_layout Plain Layout
9980 Befehl
9981 \end_layout
9982
9983 \end_inset
9984 </cell>
9985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9986 \begin_inset Text
9987
9988 \begin_layout Plain Layout
9989 Ergebnis
9990 \end_layout
9991
9992 \end_inset
9993 </cell>
9994 </row>
9995 <row>
9996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9997 \begin_inset Text
9998
9999 \begin_layout Plain Layout
10000
10001 \backslash
10002 tilde
10003 \begin_inset ERT
10004 status collapsed
10005
10006 \begin_layout Plain Layout
10007
10008
10009 \backslash
10010 leer 
10011 \end_layout
10012
10013 \end_inset
10014
10015 A
10016 \end_layout
10017
10018 \end_inset
10019 </cell>
10020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10021 \begin_inset Text
10022
10023 \begin_layout Plain Layout
10024 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
10025 \end_inset
10026
10027
10028 \end_layout
10029
10030 \end_inset
10031 </cell>
10032 </row>
10033 <row>
10034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10035 \begin_inset Text
10036
10037 \begin_layout Plain Layout
10038
10039 \backslash
10040 hat
10041 \begin_inset ERT
10042 status collapsed
10043
10044 \begin_layout Plain Layout
10045
10046
10047 \backslash
10048 leer 
10049 \end_layout
10050
10051 \end_inset
10052
10053 A
10054 \end_layout
10055
10056 \end_inset
10057 </cell>
10058 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10059 \begin_inset Text
10060
10061 \begin_layout Plain Layout
10062 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
10063 \end_inset
10064
10065
10066 \end_layout
10067
10068 \end_inset
10069 </cell>
10070 </row>
10071 <row>
10072 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10073 \begin_inset Text
10074
10075 \begin_layout Plain Layout
10076
10077 \backslash
10078 check
10079 \begin_inset ERT
10080 status collapsed
10081
10082 \begin_layout Plain Layout
10083
10084
10085 \backslash
10086 leer 
10087 \end_layout
10088
10089 \end_inset
10090
10091 A
10092 \end_layout
10093
10094 \end_inset
10095 </cell>
10096 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10097 \begin_inset Text
10098
10099 \begin_layout Plain Layout
10100 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
10101 \end_inset
10102
10103
10104 \end_layout
10105
10106 \end_inset
10107 </cell>
10108 </row>
10109 <row>
10110 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10111 \begin_inset Text
10112
10113 \begin_layout Plain Layout
10114
10115 \backslash
10116 acute
10117 \begin_inset ERT
10118 status collapsed
10119
10120 \begin_layout Plain Layout
10121
10122
10123 \backslash
10124 leer 
10125 \end_layout
10126
10127 \end_inset
10128
10129 A
10130 \end_layout
10131
10132 \end_inset
10133 </cell>
10134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10135 \begin_inset Text
10136
10137 \begin_layout Plain Layout
10138 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
10139 \end_inset
10140
10141
10142 \end_layout
10143
10144 \end_inset
10145 </cell>
10146 </row>
10147 <row>
10148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10149 \begin_inset Text
10150
10151 \begin_layout Plain Layout
10152
10153 \backslash
10154 grave
10155 \begin_inset ERT
10156 status collapsed
10157
10158 \begin_layout Plain Layout
10159
10160
10161 \backslash
10162 leer 
10163 \end_layout
10164
10165 \end_inset
10166
10167 A
10168 \end_layout
10169
10170 \end_inset
10171 </cell>
10172 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10173 \begin_inset Text
10174
10175 \begin_layout Plain Layout
10176 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
10177 \end_inset
10178
10179
10180 \end_layout
10181
10182 \end_inset
10183 </cell>
10184 </row>
10185 <row>
10186 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10187 \begin_inset Text
10188
10189 \begin_layout Plain Layout
10190
10191 \backslash
10192 breve
10193 \begin_inset ERT
10194 status collapsed
10195
10196 \begin_layout Plain Layout
10197
10198
10199 \backslash
10200 leer 
10201 \end_layout
10202
10203 \end_inset
10204
10205 A
10206 \end_layout
10207
10208 \end_inset
10209 </cell>
10210 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10211 \begin_inset Text
10212
10213 \begin_layout Plain Layout
10214 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
10215 \end_inset
10216
10217
10218 \end_layout
10219
10220 \end_inset
10221 </cell>
10222 </row>
10223 </lyxtabular>
10224
10225 \end_inset
10226
10227
10228 \begin_inset space \hfill{}
10229 \end_inset
10230
10231
10232 \end_layout
10233
10234 \begin_layout Standard
10235 \begin_inset VSpace bigskip
10236 \end_inset
10237
10238 Akzente wie z.B.
10239  é können direkt in Formeln eingegeben werden.
10240  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
10241  Für Umlaute
10242 \begin_inset Index idx
10243 status collapsed
10244
10245 \begin_layout Plain Layout
10246 Umlaute
10247 \end_layout
10248
10249 \end_inset
10250
10251  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
10252  Diese beiden Zeichen bilden dann für LaTeX 
10253 \emph on
10254 ein
10255 \emph default
10256  Zeichen.
10257  Im Gegensatz zu 
10258 \series bold
10259
10260 \backslash
10261 ddot
10262 \series default
10263  entstehen damit 
10264 \begin_inset Quotes gld
10265 \end_inset
10266
10267 echte
10268 \begin_inset Quotes grd
10269 \end_inset
10270
10271  Umlaute, was folgendes Beispiel zeigt:
10272 \end_layout
10273
10274 \begin_layout Standard
10275 \begin_inset VSpace -2mm
10276 \end_inset
10277
10278
10279 \end_layout
10280
10281 \begin_layout Standard
10282 \align center
10283 \begin_inset Tabular
10284 <lyxtabular version="3" rows="3" columns="2">
10285 <features tabularvalignment="middle">
10286 <column alignment="center" valignment="top" width="0">
10287 <column alignment="center" valignment="top" width="0">
10288 <row>
10289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10290 \begin_inset Text
10291
10292 \begin_layout Plain Layout
10293 Befehl
10294 \end_layout
10295
10296 \end_inset
10297 </cell>
10298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10299 \begin_inset Text
10300
10301 \begin_layout Plain Layout
10302 Ergebnis
10303 \begin_inset Note Note
10304 status collapsed
10305
10306 \begin_layout Plain Layout
10307
10308 \series bold
10309
10310 \backslash
10311 raisebox
10312 \series default
10313  dient nur als Abstandhalter.
10314 \end_layout
10315
10316 \end_inset
10317
10318
10319 \end_layout
10320
10321 \end_inset
10322 </cell>
10323 </row>
10324 <row>
10325 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10326 \begin_inset Text
10327
10328 \begin_layout Plain Layout
10329 \begin_inset Quotes grd
10330 \end_inset
10331
10332 i
10333 \end_layout
10334
10335 \end_inset
10336 </cell>
10337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10338 \begin_inset Text
10339
10340 \begin_layout Plain Layout
10341 \begin_inset Formula $"i$
10342 \end_inset
10343
10344
10345 \end_layout
10346
10347 \end_inset
10348 </cell>
10349 </row>
10350 <row>
10351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10352 \begin_inset Text
10353
10354 \begin_layout Plain Layout
10355
10356 \backslash
10357 ddot
10358 \begin_inset ERT
10359 status collapsed
10360
10361 \begin_layout Plain Layout
10362
10363
10364 \backslash
10365 leer 
10366 \end_layout
10367
10368 \end_inset
10369
10370 i
10371 \end_layout
10372
10373 \end_inset
10374 </cell>
10375 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10376 \begin_inset Text
10377
10378 \begin_layout Plain Layout
10379 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10380 \end_inset
10381
10382
10383 \end_layout
10384
10385 \end_inset
10386 </cell>
10387 </row>
10388 </lyxtabular>
10389
10390 \end_inset
10391
10392
10393 \end_layout
10394
10395 \begin_layout Standard
10396 Ein weiterer Vorteil gegenüber 
10397 \series bold
10398
10399 \backslash
10400 ddot
10401 \series default
10402  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10403  denn die obigen Akzentbefehle sind 
10404 \emph on
10405 im mathematischen Text\SpecialChar \-
10406 modus nicht erlaubt
10407 \emph default
10408 .
10409  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10410  nur das Zeichen unter dem Akzent umgewandelt werden.
10411  Das gilt auch für alle anderen Umwandlungen wie z.
10412 \begin_inset space \thinspace{}
10413 \end_inset
10414
10415 B.
10416  in kursiv oder fett.
10417 \end_layout
10418
10419 \begin_layout Standard
10420 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10421  direkt eingegeben werden.
10422 \end_layout
10423
10424 \begin_layout Subsection
10425 Akzente für Operatoren
10426 \begin_inset Index idx
10427 status collapsed
10428
10429 \begin_layout Plain Layout
10430 Akzente ! für Operatoren
10431 \end_layout
10432
10433 \end_inset
10434
10435
10436 \end_layout
10437
10438 \begin_layout Standard
10439 Zum Akzentuieren von Operatoren gibt es die Befehle 
10440 \series bold
10441
10442 \backslash
10443 overset
10444 \series default
10445
10446 \begin_inset Index idx
10447 status collapsed
10448
10449 \begin_layout Plain Layout
10450 Befehle ! O ! 
10451 \backslash
10452 overset
10453 \end_layout
10454
10455 \end_inset
10456
10457  und 
10458 \series bold
10459
10460 \backslash
10461 underset
10462 \series default
10463
10464 \begin_inset Index idx
10465 status collapsed
10466
10467 \begin_layout Plain Layout
10468 Befehle ! U ! 
10469 \backslash
10470 underset
10471 \end_layout
10472
10473 \end_inset
10474
10475 , mit denen man Zeichen über bzw.
10476  unter einen Operator setzen kann.
10477  Mit dem Befehl 
10478 \series bold
10479
10480 \backslash
10481 sideset
10482 \series default
10483
10484 \begin_inset Index idx
10485 status collapsed
10486
10487 \begin_layout Plain Layout
10488 Befehle ! S ! 
10489 \backslash
10490 sideset
10491 \end_layout
10492
10493 \end_inset
10494
10495  können Zeichen vor und nach einen Operator gesetzt werden.
10496  Das Befehlsschema lautet:
10497 \end_layout
10498
10499 \begin_layout Standard
10500
10501 \series bold
10502
10503 \backslash
10504 sideset{Zeichen
10505 \series default
10506  
10507 \series bold
10508 davor}{Zeichen
10509 \series default
10510  
10511 \series bold
10512 dahinter}
10513 \end_layout
10514
10515 \begin_layout Standard
10516
10517 \series bold
10518
10519 \backslash
10520 sideset
10521 \series default
10522  muss immer vor dem zu akzentuierenden Operator stehen.
10523  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10524  Symbolen akzentuiert werden.
10525  Will man mit 
10526 \series bold
10527
10528 \backslash
10529 sideset
10530 \series default
10531  z.
10532 \begin_inset space \thinspace{}
10533 \end_inset
10534
10535 B.
10536  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10537  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10538 \end_layout
10539
10540 \begin_layout Standard
10541 Z.
10542 \begin_inset space \thinspace{}
10543 \end_inset
10544
10545 B.
10546  ergibt der Befehl 
10547 \series bold
10548
10549 \backslash
10550 sideset{
10551 \begin_inset Formula $\to$
10552 \end_inset
10553
10554
10555 \backslash
10556 {
10557 \series default
10558 '
10559 \series bold
10560
10561 \begin_inset Formula $\to$
10562 \end_inset
10563
10564
10565 \backslash
10566 sum_k=1
10567 \begin_inset ERT
10568 status collapsed
10569
10570 \begin_layout Plain Layout
10571
10572
10573 \backslash
10574 leer 
10575 \end_layout
10576
10577 \end_inset
10578
10579
10580 \series default
10581 ^
10582 \series bold
10583 n
10584 \series default
10585  :
10586 \begin_inset Formula 
10587 \[
10588 \sideset{}{'}\sum_{k=1}^{n}
10589 \]
10590
10591 \end_inset
10592
10593
10594 \end_layout
10595
10596 \begin_layout Standard
10597 Der Befehl 
10598 \series bold
10599
10600 \backslash
10601 overset
10602 \begin_inset ERT
10603 status collapsed
10604
10605 \begin_layout Plain Layout
10606
10607
10608 \backslash
10609 leer 
10610 \end_layout
10611
10612 \end_inset
10613
10614
10615 \backslash
10616 maltese
10617 \begin_inset ERT
10618 status collapsed
10619
10620 \begin_layout Plain Layout
10621
10622
10623 \backslash
10624 leer 
10625 \end_layout
10626
10627 \end_inset
10628
10629
10630 \series default
10631
10632 \begin_inset Formula $\uparrow$
10633 \end_inset
10634
10635
10636 \series bold
10637 a
10638 \series default
10639  ergibt:
10640 \begin_inset Formula 
10641 \[
10642 \overset{a}{\maltese}
10643 \]
10644
10645 \end_inset
10646
10647 Wie man am letzten Beispiel sieht, kann man mit 
10648 \series bold
10649
10650 \backslash
10651 overset
10652 \series default
10653  bzw.
10654  
10655 \series bold
10656
10657 \backslash
10658 underset
10659 \series default
10660  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10661 \series bold
10662
10663 \backslash
10664 sideset
10665 \series default
10666  ist dies nicht möglich.
10667 \end_layout
10668
10669 \begin_layout Subsection
10670 Akzente für mehrere Zeichen
10671 \begin_inset Index idx
10672 status collapsed
10673
10674 \begin_layout Plain Layout
10675 Akzente ! für mehrere Zeichen
10676 \end_layout
10677
10678 \end_inset
10679
10680
10681 \end_layout
10682
10683 \begin_layout Standard
10684 \begin_inset space \hfill{}
10685 \end_inset
10686
10687
10688 \begin_inset Tabular
10689 <lyxtabular version="3" rows="5" columns="2">
10690 <features tabularvalignment="middle">
10691 <column alignment="center" valignment="top" width="0pt">
10692 <column alignment="center" valignment="top" width="0pt">
10693 <row>
10694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10695 \begin_inset Text
10696
10697 \begin_layout Plain Layout
10698 Befehl
10699 \end_layout
10700
10701 \end_inset
10702 </cell>
10703 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10704 \begin_inset Text
10705
10706 \begin_layout Plain Layout
10707 Ergebnis
10708 \begin_inset Note Note
10709 status collapsed
10710
10711 \begin_layout Plain Layout
10712
10713 \series bold
10714
10715 \backslash
10716 raisebox
10717 \series default
10718  dient nur als Abstandhalter.
10719 \end_layout
10720
10721 \end_inset
10722
10723
10724 \end_layout
10725
10726 \end_inset
10727 </cell>
10728 </row>
10729 <row>
10730 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10731 \begin_inset Text
10732
10733 \begin_layout Plain Layout
10734
10735 \backslash
10736 overleftarrow
10737 \begin_inset ERT
10738 status collapsed
10739
10740 \begin_layout Plain Layout
10741
10742
10743 \backslash
10744 leer 
10745 \end_layout
10746
10747 \end_inset
10748
10749 A=B
10750 \end_layout
10751
10752 \end_inset
10753 </cell>
10754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10755 \begin_inset Text
10756
10757 \begin_layout Plain Layout
10758 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10759 \end_inset
10760
10761
10762 \end_layout
10763
10764 \end_inset
10765 </cell>
10766 </row>
10767 <row>
10768 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10769 \begin_inset Text
10770
10771 \begin_layout Plain Layout
10772
10773 \backslash
10774 underleftarrow
10775 \begin_inset ERT
10776 status collapsed
10777
10778 \begin_layout Plain Layout
10779
10780
10781 \backslash
10782 leer 
10783 \end_layout
10784
10785 \end_inset
10786
10787 A=B
10788 \end_layout
10789
10790 \end_inset
10791 </cell>
10792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10793 \begin_inset Text
10794
10795 \begin_layout Plain Layout
10796 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10797 \end_inset
10798
10799
10800 \end_layout
10801
10802 \end_inset
10803 </cell>
10804 </row>
10805 <row>
10806 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10807 \begin_inset Text
10808
10809 \begin_layout Plain Layout
10810
10811 \backslash
10812 overleftrightarrow
10813 \begin_inset ERT
10814 status collapsed
10815
10816 \begin_layout Plain Layout
10817
10818
10819 \backslash
10820 leer 
10821 \end_layout
10822
10823 \end_inset
10824
10825 A=B
10826 \end_layout
10827
10828 \end_inset
10829 </cell>
10830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10831 \begin_inset Text
10832
10833 \begin_layout Plain Layout
10834 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10835 \end_inset
10836
10837
10838 \end_layout
10839
10840 \end_inset
10841 </cell>
10842 </row>
10843 <row>
10844 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10845 \begin_inset Text
10846
10847 \begin_layout Plain Layout
10848
10849 \backslash
10850 underleftrightarrow
10851 \begin_inset ERT
10852 status collapsed
10853
10854 \begin_layout Plain Layout
10855
10856
10857 \backslash
10858 leer 
10859 \end_layout
10860
10861 \end_inset
10862
10863 A=B
10864 \end_layout
10865
10866 \end_inset
10867 </cell>
10868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10869 \begin_inset Text
10870
10871 \begin_layout Plain Layout
10872 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10873 \end_inset
10874
10875
10876 \end_layout
10877
10878 \end_inset
10879 </cell>
10880 </row>
10881 </lyxtabular>
10882
10883 \end_inset
10884
10885
10886 \begin_inset space \hfill{}
10887 \end_inset
10888
10889
10890 \begin_inset Tabular
10891 <lyxtabular version="3" rows="5" columns="2">
10892 <features tabularvalignment="middle">
10893 <column alignment="center" valignment="top" width="0pt">
10894 <column alignment="center" valignment="top" width="0pt">
10895 <row>
10896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10897 \begin_inset Text
10898
10899 \begin_layout Plain Layout
10900 Befehl
10901 \end_layout
10902
10903 \end_inset
10904 </cell>
10905 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10906 \begin_inset Text
10907
10908 \begin_layout Plain Layout
10909 Ergebnis
10910 \end_layout
10911
10912 \end_inset
10913 </cell>
10914 </row>
10915 <row>
10916 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10917 \begin_inset Text
10918
10919 \begin_layout Plain Layout
10920
10921 \backslash
10922 overrightarrow
10923 \begin_inset ERT
10924 status collapsed
10925
10926 \begin_layout Plain Layout
10927
10928
10929 \backslash
10930 leer 
10931 \end_layout
10932
10933 \end_inset
10934
10935 A=B
10936 \end_layout
10937
10938 \end_inset
10939 </cell>
10940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10941 \begin_inset Text
10942
10943 \begin_layout Plain Layout
10944 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10945 \end_inset
10946
10947
10948 \end_layout
10949
10950 \end_inset
10951 </cell>
10952 </row>
10953 <row>
10954 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10955 \begin_inset Text
10956
10957 \begin_layout Plain Layout
10958
10959 \backslash
10960 underrightarrow
10961 \begin_inset ERT
10962 status collapsed
10963
10964 \begin_layout Plain Layout
10965
10966
10967 \backslash
10968 leer 
10969 \end_layout
10970
10971 \end_inset
10972
10973 A=B
10974 \end_layout
10975
10976 \end_inset
10977 </cell>
10978 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10979 \begin_inset Text
10980
10981 \begin_layout Plain Layout
10982 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10983 \end_inset
10984
10985
10986 \end_layout
10987
10988 \end_inset
10989 </cell>
10990 </row>
10991 <row>
10992 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10993 \begin_inset Text
10994
10995 \begin_layout Plain Layout
10996
10997 \backslash
10998 widetilde
10999 \begin_inset ERT
11000 status collapsed
11001
11002 \begin_layout Plain Layout
11003
11004
11005 \backslash
11006 leer 
11007 \end_layout
11008
11009 \end_inset
11010
11011 A=B
11012 \end_layout
11013
11014 \end_inset
11015 </cell>
11016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11017 \begin_inset Text
11018
11019 \begin_layout Plain Layout
11020 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
11021 \end_inset
11022
11023
11024 \end_layout
11025
11026 \end_inset
11027 </cell>
11028 </row>
11029 <row>
11030 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11031 \begin_inset Text
11032
11033 \begin_layout Plain Layout
11034
11035 \backslash
11036 widehat
11037 \begin_inset ERT
11038 status collapsed
11039
11040 \begin_layout Plain Layout
11041
11042
11043 \backslash
11044 leer 
11045 \end_layout
11046
11047 \end_inset
11048
11049 A=B
11050 \end_layout
11051
11052 \end_inset
11053 </cell>
11054 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11055 \begin_inset Text
11056
11057 \begin_layout Plain Layout
11058 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
11059 \end_inset
11060
11061
11062 \end_layout
11063
11064 \end_inset
11065 </cell>
11066 </row>
11067 </lyxtabular>
11068
11069 \end_inset
11070
11071
11072 \begin_inset space \hfill{}
11073 \end_inset
11074
11075
11076 \end_layout
11077
11078 \begin_layout Standard
11079 \begin_inset VSpace medskip
11080 \end_inset
11081
11082 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
11083  Die Akzente
11084 \begin_inset Newline linebreak
11085 \end_inset
11086
11087
11088 \series bold
11089
11090 \backslash
11091 widetilde
11092 \series default
11093  und 
11094 \series bold
11095
11096 \backslash
11097 widehat
11098 \series default
11099  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
11100  was folgendes Beispiel verdeutlicht:
11101 \begin_inset Formula 
11102 \[
11103 \widetilde{A+B=C-D}
11104 \]
11105
11106 \end_inset
11107
11108
11109 \end_layout
11110
11111 \begin_layout Standard
11112 Mit den im vorigen Kapitel beschriebenen Befehlen 
11113 \series bold
11114
11115 \backslash
11116 overset
11117 \series default
11118
11119 \begin_inset Index idx
11120 status collapsed
11121
11122 \begin_layout Plain Layout
11123 Befehle ! O ! 
11124 \backslash
11125 overset
11126 \end_layout
11127
11128 \end_inset
11129
11130  und 
11131 \series bold
11132
11133 \backslash
11134 underset
11135 \series default
11136
11137 \begin_inset Index idx
11138 status collapsed
11139
11140 \begin_layout Plain Layout
11141 Befehle ! U ! 
11142 \backslash
11143 underset
11144 \end_layout
11145
11146 \end_inset
11147
11148  ist es auch möglich mehrere Zeichen zu akzentuieren.
11149  Der Befehl 
11150 \series bold
11151
11152 \backslash
11153 underset
11154 \begin_inset ERT
11155 status collapsed
11156
11157 \begin_layout Plain Layout
11158
11159
11160 \backslash
11161 leer 
11162 \end_layout
11163
11164 \end_inset
11165
11166 A=B
11167 \begin_inset Formula $\downarrow$
11168 \end_inset
11169
11170 ***
11171 \series default
11172  ergibt:
11173 \begin_inset Formula 
11174 \[
11175 \underset{***}{A=B}
11176 \]
11177
11178 \end_inset
11179
11180
11181 \end_layout
11182
11183 \begin_layout Section
11184 Leerraum
11185 \begin_inset CommandInset label
11186 LatexCommand label
11187 name "sub:Leerraum"
11188
11189 \end_inset
11190
11191
11192 \begin_inset Index idx
11193 status collapsed
11194
11195 \begin_layout Plain Layout
11196 Leerraum ! horizontaler
11197 \end_layout
11198
11199 \end_inset
11200
11201
11202 \end_layout
11203
11204 \begin_layout Subsection
11205 Vordefinierter Leerraum
11206 \begin_inset CommandInset label
11207 LatexCommand label
11208 name "sub:Vordefinierter-Leerraum"
11209
11210 \end_inset
11211
11212
11213 \begin_inset Index idx
11214 status collapsed
11215
11216 \begin_layout Plain Layout
11217 Leerraum ! horizontaler ! vordefiniert
11218 \end_layout
11219
11220 \end_inset
11221
11222
11223 \end_layout
11224
11225 \begin_layout Standard
11226 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
11227  Dazu gibt man ein geschütztes Leerzeichen ein.
11228  Es erscheint ein 
11229 \begin_inset Quotes gld
11230 \end_inset
11231
11232
11233 \color blue
11234
11235 \begin_inset ERT
11236 status collapsed
11237
11238 \begin_layout Plain Layout
11239
11240
11241 \backslash
11242 leer 
11243 \end_layout
11244
11245 \end_inset
11246
11247
11248 \color inherit
11249
11250 \begin_inset Quotes grd
11251 \end_inset
11252
11253  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
11254  Leerraum-Größen wählen.
11255  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
11256 \begin_inset Graphics
11257         filename ../../images/math/space.png
11258         scale 85
11259
11260 \end_inset
11261
11262  oder mit einzelnen Befehlen aufrufen.
11263  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
11264  danach wieder aus allen Größen wählen.
11265 \end_layout
11266
11267 \begin_layout Standard
11268 \align center
11269 \begin_inset VSpace -5mm
11270 \end_inset
11271
11272
11273 \begin_inset Tabular
11274 <lyxtabular version="3" rows="3" columns="7">
11275 <features tabularvalignment="middle">
11276 <column alignment="center" valignment="middle" width="6.8cm">
11277 <column alignment="center" valignment="top" width="0pt">
11278 <column alignment="center" valignment="top" width="0pt">
11279 <column alignment="center" valignment="top" width="0pt">
11280 <column alignment="center" valignment="top" width="0pt">
11281 <column alignment="center" valignment="top" width="0pt">
11282 <column alignment="center" valignment="top" width="0pt">
11283 <row>
11284 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11285 \begin_inset Text
11286
11287 \begin_layout Plain Layout
11288 Befehl
11289 \end_layout
11290
11291 \end_inset
11292 </cell>
11293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11294 \begin_inset Text
11295
11296 \begin_layout Plain Layout
11297
11298 \backslash
11299 ,
11300 \end_layout
11301
11302 \end_inset
11303 </cell>
11304 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11305 \begin_inset Text
11306
11307 \begin_layout Plain Layout
11308
11309 \backslash
11310 :
11311 \end_layout
11312
11313 \end_inset
11314 </cell>
11315 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11316 \begin_inset Text
11317
11318 \begin_layout Plain Layout
11319
11320 \backslash
11321 ;
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330
11331 \backslash
11332 quad
11333 \end_layout
11334
11335 \end_inset
11336 </cell>
11337 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11338 \begin_inset Text
11339
11340 \begin_layout Plain Layout
11341
11342 \backslash
11343 qquad
11344 \end_layout
11345
11346 \end_inset
11347 </cell>
11348 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11349 \begin_inset Text
11350
11351 \begin_layout Plain Layout
11352
11353 \backslash
11354 !
11355 \end_layout
11356
11357 \end_inset
11358 </cell>
11359 </row>
11360 <row>
11361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11362 \begin_inset Text
11363
11364 \begin_layout Plain Layout
11365 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11366 \end_layout
11367
11368 \end_inset
11369 </cell>
11370 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11371 \begin_inset Text
11372
11373 \begin_layout Plain Layout
11374 0
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 1
11384 \end_layout
11385
11386 \end_inset
11387 </cell>
11388 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11389 \begin_inset Text
11390
11391 \begin_layout Plain Layout
11392 2
11393 \end_layout
11394
11395 \end_inset
11396 </cell>
11397 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11398 \begin_inset Text
11399
11400 \begin_layout Plain Layout
11401 3
11402 \end_layout
11403
11404 \end_inset
11405 </cell>
11406 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 4
11411 \end_layout
11412
11413 \end_inset
11414 </cell>
11415 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11416 \begin_inset Text
11417
11418 \begin_layout Plain Layout
11419 5
11420 \end_layout
11421
11422 \end_inset
11423 </cell>
11424 </row>
11425 <row>
11426 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11427 \begin_inset Text
11428
11429 \begin_layout Plain Layout
11430 Ergebnis
11431 \end_layout
11432
11433 \end_inset
11434 </cell>
11435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11436 \begin_inset Text
11437
11438 \begin_layout Plain Layout
11439 \begin_inset Formula $A\, B$
11440 \end_inset
11441
11442
11443 \end_layout
11444
11445 \end_inset
11446 </cell>
11447 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11448 \begin_inset Text
11449
11450 \begin_layout Plain Layout
11451 \begin_inset Formula $A\: B$
11452 \end_inset
11453
11454
11455 \end_layout
11456
11457 \end_inset
11458 </cell>
11459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11460 \begin_inset Text
11461
11462 \begin_layout Plain Layout
11463 \begin_inset Formula $A\; B$
11464 \end_inset
11465
11466
11467 \end_layout
11468
11469 \end_inset
11470 </cell>
11471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11472 \begin_inset Text
11473
11474 \begin_layout Plain Layout
11475 \begin_inset Formula $A\quad B$
11476 \end_inset
11477
11478
11479 \end_layout
11480
11481 \end_inset
11482 </cell>
11483 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11484 \begin_inset Text
11485
11486 \begin_layout Plain Layout
11487 \begin_inset Formula $A\qquad B$
11488 \end_inset
11489
11490
11491 \end_layout
11492
11493 \end_inset
11494 </cell>
11495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11496 \begin_inset Text
11497
11498 \begin_layout Plain Layout
11499 \begin_inset Formula $A\! B$
11500 \end_inset
11501
11502
11503 \end_layout
11504
11505 \end_inset
11506 </cell>
11507 </row>
11508 </lyxtabular>
11509
11510 \end_inset
11511
11512
11513 \end_layout
11514
11515 \begin_layout Standard
11516 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11517  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11518  denn sie erstellt negativen Leerraum.
11519  Es gibt noch zwei weitere negative Leerräume:
11520 \end_layout
11521
11522 \begin_layout Standard
11523 \align center
11524 \begin_inset Tabular
11525 <lyxtabular version="3" rows="3" columns="3">
11526 <features tabularvalignment="middle">
11527 <column alignment="center" valignment="middle" width="6.8cm">
11528 <column alignment="center" valignment="top" width="0pt">
11529 <column alignment="center" valignment="top" width="0pt">
11530 <row>
11531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11532 \begin_inset Text
11533
11534 \begin_layout Plain Layout
11535 Befehl
11536 \end_layout
11537
11538 \end_inset
11539 </cell>
11540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11541 \begin_inset Text
11542
11543 \begin_layout Plain Layout
11544
11545 \backslash
11546 negmedspace
11547 \end_layout
11548
11549 \end_inset
11550 </cell>
11551 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11552 \begin_inset Text
11553
11554 \begin_layout Plain Layout
11555
11556 \backslash
11557 negthickspace
11558 \end_layout
11559
11560 \end_inset
11561 </cell>
11562 </row>
11563 <row>
11564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11565 \begin_inset Text
11566
11567 \begin_layout Plain Layout
11568 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11569 \end_layout
11570
11571 \end_inset
11572 </cell>
11573 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11574 \begin_inset Text
11575
11576 \begin_layout Plain Layout
11577 6
11578 \end_layout
11579
11580 \end_inset
11581 </cell>
11582 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11583 \begin_inset Text
11584
11585 \begin_layout Plain Layout
11586 7
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 </row>
11592 <row>
11593 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11594 \begin_inset Text
11595
11596 \begin_layout Plain Layout
11597 Ergebnis
11598 \end_layout
11599
11600 \end_inset
11601 </cell>
11602 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 \begin_inset Formula $A\negmedspace B$
11607 \end_inset
11608
11609
11610 \end_layout
11611
11612 \end_inset
11613 </cell>
11614 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11615 \begin_inset Text
11616
11617 \begin_layout Plain Layout
11618 \begin_inset Formula $A\negthickspace B$
11619 \end_inset
11620
11621
11622 \end_layout
11623
11624 \end_inset
11625 </cell>
11626 </row>
11627 </lyxtabular>
11628
11629 \end_inset
11630
11631
11632 \end_layout
11633
11634 \begin_layout Standard
11635 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11636  Man kann auf diese Weise Ligaturen erzwingen, was z.
11637 \begin_inset space \thinspace{}
11638 \end_inset
11639
11640 B.
11641  für Summenzeichen von Nutzen ist: 
11642 \end_layout
11643
11644 \begin_layout Standard
11645 \align center
11646 \begin_inset Tabular
11647 <lyxtabular version="3" rows="3" columns="2">
11648 <features tabularvalignment="middle">
11649 <column alignment="center" valignment="top" width="0">
11650 <column alignment="center" valignment="top" width="0">
11651 <row>
11652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11653 \begin_inset Text
11654
11655 \begin_layout Plain Layout
11656 Befehl
11657 \end_layout
11658
11659 \end_inset
11660 </cell>
11661 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11662 \begin_inset Text
11663
11664 \begin_layout Plain Layout
11665 Ergebnis
11666 \begin_inset Note Note
11667 status collapsed
11668
11669 \begin_layout Plain Layout
11670
11671 \series bold
11672
11673 \backslash
11674 raisebox
11675 \series default
11676  dient nur als Abstandhalter.
11677 \end_layout
11678
11679 \end_inset
11680
11681
11682 \end_layout
11683
11684 \end_inset
11685 </cell>
11686 </row>
11687 <row>
11688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11689 \begin_inset Text
11690
11691 \begin_layout Plain Layout
11692
11693 \backslash
11694 sum
11695 \backslash
11696 sum
11697 \begin_inset ERT
11698 status collapsed
11699
11700 \begin_layout Plain Layout
11701
11702
11703 \backslash
11704 leer 
11705 \end_layout
11706
11707 \end_inset
11708
11709 f_kl
11710 \end_layout
11711
11712 \end_inset
11713 </cell>
11714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11715 \begin_inset Text
11716
11717 \begin_layout Plain Layout
11718 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11719 \end_inset
11720
11721
11722 \end_layout
11723
11724 \end_inset
11725 </cell>
11726 </row>
11727 <row>
11728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11729 \begin_inset Text
11730
11731 \begin_layout Plain Layout
11732
11733 \backslash
11734 sum
11735 \backslash
11736 negmedspace
11737 \backslash
11738 sum
11739 \begin_inset ERT
11740 status collapsed
11741
11742 \begin_layout Plain Layout
11743
11744
11745 \backslash
11746 leer 
11747 \end_layout
11748
11749 \end_inset
11750
11751 f_kl
11752 \end_layout
11753
11754 \end_inset
11755 </cell>
11756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11757 \begin_inset Text
11758
11759 \begin_layout Plain Layout
11760 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11761 \end_inset
11762
11763
11764 \end_layout
11765
11766 \end_inset
11767 </cell>
11768 </row>
11769 </lyxtabular>
11770
11771 \end_inset
11772
11773
11774 \end_layout
11775
11776 \begin_layout Standard
11777 Relationen, wie z.
11778 \begin_inset space \thinspace{}
11779 \end_inset
11780
11781 B.
11782  Gleichheitszeichen, sind immer von Leerraum umgeben.
11783  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11784  TeX-Klammer.
11785  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11786 \end_layout
11787
11788 \begin_layout Standard
11789 \align center
11790 \begin_inset Tabular
11791 <lyxtabular version="3" rows="2" columns="2">
11792 <features tabularvalignment="middle">
11793 <column alignment="center" valignment="top" width="0pt">
11794 <column alignment="center" valignment="top" width="0pt">
11795 <row>
11796 <cell alignment="center" valignment="top" usebox="none">
11797 \begin_inset Text
11798
11799 \begin_layout Plain Layout
11800 normale Gleichung
11801 \end_layout
11802
11803 \end_inset
11804 </cell>
11805 <cell alignment="center" valignment="top" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 \begin_inset Formula $A=B$
11810 \end_inset
11811
11812
11813 \end_layout
11814
11815 \end_inset
11816 </cell>
11817 </row>
11818 <row>
11819 <cell alignment="center" valignment="top" usebox="none">
11820 \begin_inset Text
11821
11822 \begin_layout Plain Layout
11823 \begin_inset Note Note
11824 status collapsed
11825
11826 \begin_layout Plain Layout
11827
11828 \series bold
11829
11830 \backslash
11831 raisebox
11832 \series default
11833  dient nur als Abstandhalter.
11834 \end_layout
11835
11836 \end_inset
11837
11838
11839 \begin_inset Formula $\raisebox{5mm}{}$
11840 \end_inset
11841
11842 Gleichung ohne Leerraum
11843 \end_layout
11844
11845 \end_inset
11846 </cell>
11847 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11848 \begin_inset Text
11849
11850 \begin_layout Plain Layout
11851 \begin_inset Formula $A{=}B$
11852 \end_inset
11853
11854
11855 \end_layout
11856
11857 \end_inset
11858 </cell>
11859 </row>
11860 </lyxtabular>
11861
11862 \end_inset
11863
11864
11865 \end_layout
11866
11867 \begin_layout Standard
11868 Der Befehl für die letzte Formel lautet: 
11869 \series bold
11870 A
11871 \backslash
11872 {=
11873 \begin_inset Formula $\to$
11874 \end_inset
11875
11876 B
11877 \end_layout
11878
11879 \begin_layout Standard
11880 \begin_inset VSpace bigskip
11881 \end_inset
11882
11883 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11884  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11885  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11886 \family sans
11887 Einfügen\SpecialChar \menuseparator
11888 Formatierung\SpecialChar \menuseparator
11889 Kleiner
11890 \begin_inset space ~
11891 \end_inset
11892
11893 Abstand
11894 \family default
11895  (Tastenkürzel 
11896 \family sans
11897 Strg+Shift+Leertaste
11898 \family default
11899 ) ein.
11900 \end_layout
11901
11902 \begin_layout Standard
11903 Ein Beispiel zur Veranschaulichung:
11904 \end_layout
11905
11906 \begin_layout Standard
11907 \begin_inset Tabular
11908 <lyxtabular version="3" rows="2" columns="2">
11909 <features tabularvalignment="middle">
11910 <column alignment="left" valignment="top" width="0">
11911 <column alignment="left" valignment="top" width="0">
11912 <row>
11913 <cell alignment="center" valignment="top" usebox="none">
11914 \begin_inset Text
11915
11916 \begin_layout Plain Layout
11917 24 kW
11918 \begin_inset Formula $\cdot$
11919 \end_inset
11920
11921 h
11922 \end_layout
11923
11924 \end_inset
11925 </cell>
11926 <cell alignment="center" valignment="top" usebox="none">
11927 \begin_inset Text
11928
11929 \begin_layout Plain Layout
11930 Leerzeichen zwischen Wert und Einheit
11931 \end_layout
11932
11933 \end_inset
11934 </cell>
11935 </row>
11936 <row>
11937 <cell alignment="center" valignment="top" usebox="none">
11938 \begin_inset Text
11939
11940 \begin_layout Plain Layout
11941 24
11942 \begin_inset space \thinspace{}
11943 \end_inset
11944
11945 kW
11946 \begin_inset Formula $\cdot$
11947 \end_inset
11948
11949 h
11950 \end_layout
11951
11952 \end_inset
11953 </cell>
11954 <cell alignment="center" valignment="top" usebox="none">
11955 \begin_inset Text
11956
11957 \begin_layout Plain Layout
11958 kleinster Leerraum zwischen Wert und Einheit
11959 \end_layout
11960
11961 \end_inset
11962 </cell>
11963 </row>
11964 </lyxtabular>
11965
11966 \end_inset
11967
11968
11969 \end_layout
11970
11971 \begin_layout Subsection
11972 Variabler Leerraum
11973 \begin_inset ERT
11974 status collapsed
11975
11976 \begin_layout Plain Layout
11977
11978
11979 \backslash
11980 texorpdfstring{
11981 \end_layout
11982
11983 \end_inset
11984
11985
11986 \begin_inset Foot
11987 status collapsed
11988
11989 \begin_layout Plain Layout
11990 für vertikalen Leerraum in Formeln siehe 
11991 \begin_inset CommandInset ref
11992 LatexCommand ref
11993 reference "sub:Zeilenabstand"
11994
11995 \end_inset
11996
11997
11998 \end_layout
11999
12000 \end_inset
12001
12002
12003 \begin_inset ERT
12004 status collapsed
12005
12006 \begin_layout Plain Layout
12007
12008 }{}
12009 \end_layout
12010
12011 \end_inset
12012
12013
12014 \begin_inset Note Note
12015 status collapsed
12016
12017 \begin_layout Plain Layout
12018
12019 \series bold
12020
12021 \backslash
12022 texorpdfstring
12023 \series default
12024  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
12025 \end_layout
12026
12027 \begin_layout Plain Layout
12028 Näheres zu 
12029 \series bold
12030
12031 \backslash
12032 texorpdfstring
12033 \series default
12034  steht in Kapitel 
12035 \begin_inset CommandInset ref
12036 LatexCommand ref
12037 reference "sub:Formeln-in-Überschriften"
12038
12039 \end_inset
12040
12041 .
12042 \end_layout
12043
12044 \end_inset
12045
12046
12047 \begin_inset CommandInset label
12048 LatexCommand label
12049 name "sub:Variabler-Leerraum"
12050
12051 \end_inset
12052
12053
12054 \begin_inset Index idx
12055 status collapsed
12056
12057 \begin_layout Plain Layout
12058 Leerraum ! horizontaler ! variabel
12059 \end_layout
12060
12061 \end_inset
12062
12063
12064 \end_layout
12065
12066 \begin_layout Standard
12067 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
12068 \series bold
12069
12070 \backslash
12071 hspace
12072 \series default
12073
12074 \begin_inset Index idx
12075 status collapsed
12076
12077 \begin_layout Plain Layout
12078 Befehle ! H ! 
12079 \backslash
12080 hspace
12081 \end_layout
12082
12083 \end_inset
12084
12085  einfügen.
12086  Es erscheint ein langes 
12087 \begin_inset Quotes gld
12088 \end_inset
12089
12090
12091 \color blue
12092
12093 \begin_inset ERT
12094 status collapsed
12095
12096 \begin_layout Plain Layout
12097
12098
12099 \backslash
12100 leer 
12101 \end_layout
12102
12103 \end_inset
12104
12105
12106 \color inherit
12107
12108 \begin_inset Quotes grd
12109 \end_inset
12110
12111 .
12112  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
12113  das 
12114 \begin_inset Quotes gld
12115 \end_inset
12116
12117
12118 \color blue
12119
12120 \begin_inset ERT
12121 status collapsed
12122
12123 \begin_layout Plain Layout
12124
12125
12126 \backslash
12127 leer 
12128 \end_layout
12129
12130 \end_inset
12131
12132
12133 \color inherit
12134
12135 \begin_inset Quotes grd
12136 \end_inset
12137
12138  klickt.
12139  Die Länge darf auch negativ sein.
12140  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
12141  einnimmt, benutzt man den Befehl 
12142 \series bold
12143
12144 \backslash
12145 hfill
12146 \series default
12147
12148 \begin_inset Index idx
12149 status collapsed
12150
12151 \begin_layout Plain Layout
12152 Befehle ! H ! 
12153 \backslash
12154 hfill
12155 \end_layout
12156
12157 \end_inset
12158
12159 .
12160 \end_layout
12161
12162 \begin_layout Standard
12163 \begin_inset VSpace -1mm
12164 \end_inset
12165
12166
12167 \end_layout
12168
12169 \begin_layout Standard
12170 \align center
12171 \begin_inset Tabular
12172 <lyxtabular version="3" rows="4" columns="2">
12173 <features tabularvalignment="middle">
12174 <column alignment="center" valignment="top" width="0">
12175 <column alignment="center" valignment="top" width="0">
12176 <row>
12177 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12178 \begin_inset Text
12179
12180 \begin_layout Plain Layout
12181 Befehl (
12182 \backslash
12183 hspace Länge)
12184 \end_layout
12185
12186 \end_inset
12187 </cell>
12188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12189 \begin_inset Text
12190
12191 \begin_layout Plain Layout
12192 Ergebnis
12193 \end_layout
12194
12195 \end_inset
12196 </cell>
12197 </row>
12198 <row>
12199 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12200 \begin_inset Text
12201
12202 \begin_layout Plain Layout
12203 A=B
12204 \backslash
12205 hspace{3cm
12206 \begin_inset Formula $\to$
12207 \end_inset
12208
12209 A
12210 \backslash
12211 not=C (3
12212 \begin_inset space \thinspace{}
12213 \end_inset
12214
12215 cm)
12216 \end_layout
12217
12218 \end_inset
12219 </cell>
12220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12221 \begin_inset Text
12222
12223 \begin_layout Plain Layout
12224 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
12225 \end_inset
12226
12227
12228 \end_layout
12229
12230 \end_inset
12231 </cell>
12232 </row>
12233 <row>
12234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12235 \begin_inset Text
12236
12237 \begin_layout Plain Layout
12238 A
12239 \backslash
12240 hspace{-1mm
12241 \begin_inset Formula $\to$
12242 \end_inset
12243
12244 A
12245 \backslash
12246 not=A (-1
12247 \begin_inset space \thinspace{}
12248 \end_inset
12249
12250 mm)
12251 \end_layout
12252
12253 \end_inset
12254 </cell>
12255 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12256 \begin_inset Text
12257
12258 \begin_layout Plain Layout
12259 \begin_inset Formula $A\hspace{-1mm}A\not=A$
12260 \end_inset
12261
12262
12263 \end_layout
12264
12265 \end_inset
12266 </cell>
12267 </row>
12268 <row>
12269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12270 \begin_inset Text
12271
12272 \begin_layout Plain Layout
12273 A=A
12274 \backslash
12275 hfill
12276 \begin_inset ERT
12277 status collapsed
12278
12279 \begin_layout Plain Layout
12280
12281
12282 \backslash
12283 leer 
12284 \end_layout
12285
12286 \end_inset
12287
12288 B=B
12289 \end_layout
12290
12291 \end_inset
12292 </cell>
12293 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12294 \begin_inset Text
12295
12296 \begin_layout Plain Layout
12297 \begin_inset Formula $A=A\hfill B=B$
12298 \end_inset
12299
12300
12301 \end_layout
12302
12303 \end_inset
12304 </cell>
12305 </row>
12306 </lyxtabular>
12307
12308 \end_inset
12309
12310
12311 \end_layout
12312
12313 \begin_layout Standard
12314 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
12315  Spalteneintrags der Tabelle vorgegeben.
12316  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
12317  in die 
12318 \series bold
12319
12320 \backslash
12321 hfill
12322 \series default
12323  eingegeben wird.
12324  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
12325  
12326 \series bold
12327
12328 \backslash
12329 hfill
12330 \series default
12331  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
12332 \series bold
12333 Eingerückt
12334 \series default
12335  eingestellt ist.
12336  (Formelstile sind in 
12337 \begin_inset CommandInset ref
12338 LatexCommand ref
12339 reference "sec:Formelstile"
12340
12341 \end_inset
12342
12343  erklärt.)
12344 \end_layout
12345
12346 \begin_layout Standard
12347 Neben 
12348 \series bold
12349
12350 \backslash
12351 hfill
12352 \series default
12353  gibt es noch die Befehle 
12354 \series bold
12355
12356 \backslash
12357 dotfill
12358 \series default
12359  und 
12360 \series bold
12361
12362 \backslash
12363 hrulefill
12364 \series default
12365 , die den Leerraum mit einem Muster füllen, siehe 
12366 \begin_inset CommandInset ref
12367 LatexCommand ref
12368 reference "sub:Fortsetzungspunkte"
12369
12370 \end_inset
12371
12372  für ein Beispiel.
12373 \end_layout
12374
12375 \begin_layout Standard
12376 Variabler Leerraum kann für Text über das Menü 
12377 \family sans
12378 Einfügen\SpecialChar \menuseparator
12379 Formatierung\SpecialChar \menuseparator
12380 Horizontaler
12381 \begin_inset space ~
12382 \end_inset
12383
12384 Abstand
12385 \family default
12386  eingefügt werden:
12387 \end_layout
12388
12389 \begin_layout Standard
12390 Dies ist eine Zeile mit
12391 \begin_inset space \hspace{}
12392 \length 2cm
12393 \end_inset
12394
12395 2
12396 \begin_inset space \thinspace{}
12397 \end_inset
12398
12399 cm Leerraum.
12400 \end_layout
12401
12402 \begin_layout Standard
12403 Dies ist eine Zeile mit
12404 \begin_inset space \hfill{}
12405 \end_inset
12406
12407 maximalem Leerraum.
12408 \end_layout
12409
12410 \begin_layout Subsection
12411 Leerraum neben eingebetteten Formeln
12412 \begin_inset Index idx
12413 status collapsed
12414
12415 \begin_layout Plain Layout
12416 Leerraum ! neben eingebetteten Formeln
12417 \end_layout
12418
12419 \end_inset
12420
12421
12422 \end_layout
12423
12424 \begin_layout Standard
12425 Über die Länge 
12426 \series bold
12427
12428 \backslash
12429 mathsurround
12430 \series default
12431
12432 \begin_inset Index idx
12433 status collapsed
12434
12435 \begin_layout Plain Layout
12436 Befehle ! M ! 
12437 \backslash
12438 mathsurround
12439 \end_layout
12440
12441 \end_inset
12442
12443  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12444  wird.
12445  Der Wert einer Länge wird mit dem Befehl 
12446 \series bold
12447
12448 \backslash
12449 setlength
12450 \series default
12451
12452 \begin_inset Index idx
12453 status collapsed
12454
12455 \begin_layout Plain Layout
12456 Befehle ! S ! 
12457 \backslash
12458 setlength
12459 \end_layout
12460
12461 \end_inset
12462
12463  gesetzt.
12464  Dieser besitzt folgendes Befehlsschema:
12465 \end_layout
12466
12467 \begin_layout Standard
12468
12469 \series bold
12470
12471 \backslash
12472 setlength{Längenname}{Wert}
12473 \end_layout
12474
12475 \begin_layout Standard
12476 Um 
12477 \series bold
12478
12479 \backslash
12480 mathsurround
12481 \series default
12482  den Wert 5
12483 \begin_inset space \thinspace{}
12484 \end_inset
12485
12486 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12487 \end_layout
12488
12489 \begin_layout Standard
12490
12491 \series bold
12492
12493 \backslash
12494 setlength{
12495 \backslash
12496 mathsurround}{5mm}
12497 \end_layout
12498
12499 \begin_layout Standard
12500 ein.
12501  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12502 \begin_inset space \thinspace{}
12503 \end_inset
12504
12505 mm Leerraum gesetzt:
12506 \begin_inset ERT
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510
12511
12512 \backslash
12513 setlength{
12514 \backslash
12515 mathsurround}{5mm}
12516 \end_layout
12517
12518 \end_inset
12519
12520
12521 \end_layout
12522
12523 \begin_layout Standard
12524 Dies ist eine Zeile in der sich 
12525 \begin_inset Formula $A=B$
12526 \end_inset
12527
12528  eine Formel mit 5
12529 \begin_inset space \thinspace{}
12530 \end_inset
12531
12532 mm umgebendem Leerraum befindet.
12533 \begin_inset ERT
12534 status collapsed
12535
12536 \begin_layout Plain Layout
12537
12538
12539 \backslash
12540 setlength{
12541 \backslash
12542 mathsurround}{0pt}
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \end_layout
12549
12550 \begin_layout Standard
12551 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12552 \series bold
12553
12554 \backslash
12555 mathsurround
12556 \series default
12557  auf den Wert 0
12558 \begin_inset space \thinspace{}
12559 \end_inset
12560
12561 pt.
12562 \end_layout
12563
12564 \begin_layout Section
12565 Boxen und Rahmen
12566 \begin_inset Index idx
12567 status collapsed
12568
12569 \begin_layout Plain Layout
12570 Boxen
12571 \end_layout
12572
12573 \end_inset
12574
12575
12576 \begin_inset Index idx
12577 status collapsed
12578
12579 \begin_layout Plain Layout
12580 Rahmen | see
12581 \begin_inset ERT
12582 status collapsed
12583
12584 \begin_layout Plain Layout
12585
12586 {
12587 \end_layout
12588
12589 \end_inset
12590
12591 Boxen
12592 \begin_inset ERT
12593 status collapsed
12594
12595 \begin_layout Plain Layout
12596
12597 }
12598 \end_layout
12599
12600 \end_inset
12601
12602
12603 \end_layout
12604
12605 \end_inset
12606
12607
12608 \end_layout
12609
12610 \begin_layout Standard
12611 Boxen für Text sind im Kapitel 
12612 \family typewriter
12613 Boxen
12614 \family default
12615  im Handbuch 
12616 \family typewriter
12617 Eingebettete
12618 \begin_inset space ~
12619 \end_inset
12620
12621 Objekte
12622 \family default
12623  beschrieben.
12624 \end_layout
12625
12626 \begin_layout Subsection
12627 Boxen mit Rahmen
12628 \begin_inset CommandInset label
12629 LatexCommand label
12630 name "sub:Boxen-mit-Rahmen"
12631
12632 \end_inset
12633
12634
12635 \begin_inset Index idx
12636 status collapsed
12637
12638 \begin_layout Plain Layout
12639 Boxen ! mit Rahmen
12640 \end_layout
12641
12642 \end_inset
12643
12644
12645 \end_layout
12646
12647 \begin_layout Standard
12648 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12649 \series bold
12650
12651 \backslash
12652 fbox
12653 \series default
12654
12655 \begin_inset Index idx
12656 status collapsed
12657
12658 \begin_layout Plain Layout
12659 Befehle ! F ! 
12660 \backslash
12661 fbox
12662 \end_layout
12663
12664 \end_inset
12665
12666  und 
12667 \series bold
12668
12669 \backslash
12670 boxed
12671 \series default
12672
12673 \begin_inset Index idx
12674 status collapsed
12675
12676 \begin_layout Plain Layout
12677 Befehle ! B ! 
12678 \backslash
12679 boxed
12680 \end_layout
12681
12682 \end_inset
12683
12684  zu umranden.
12685 \end_layout
12686
12687 \begin_layout Standard
12688 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12689  in einem Rahmen.
12690  Bei 
12691 \series bold
12692
12693 \backslash
12694 fbox
12695 \series default
12696  muss in diesem Eingabefeld mit 
12697 \family sans
12698 Strg+M
12699 \family default
12700  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
12701  als mathematischer Text behandelt.
12702  Verwendet man 
12703 \series bold
12704
12705 \backslash
12706 boxed
12707 \series default
12708 , wird automatisch im Rahmen eine neue Formel erzeugt.
12709 \end_layout
12710
12711 \begin_layout Standard
12712 Der Befehl 
12713 \series bold
12714
12715 \backslash
12716 fbox
12717 \series default
12718  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12719  wird dann immer in Textzeilengröße gesetzt.
12720  Im Gegensatz dazu ist 
12721 \series bold
12722
12723 \backslash
12724 boxed
12725 \series default
12726  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12727  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12728 \end_layout
12729
12730 \begin_layout Standard
12731 Als Erweiterung zu 
12732 \series bold
12733
12734 \backslash
12735 fbox
12736 \series default
12737  gibt es den Befehl 
12738 \series bold
12739
12740 \backslash
12741 framebox
12742 \series default
12743
12744 \begin_inset Index idx
12745 status collapsed
12746
12747 \begin_layout Plain Layout
12748 Befehle ! F ! 
12749 \backslash
12750 framebox
12751 \end_layout
12752
12753 \end_inset
12754
12755 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12756  kann.
12757  
12758 \series bold
12759
12760 \backslash
12761 framebox
12762 \series default
12763  wird nach folgendem Schema verwendet:
12764 \end_layout
12765
12766 \begin_layout Standard
12767
12768 \series bold
12769
12770 \backslash
12771 framebox[Rahmenbreite][Position]{Boxinhalt}
12772 \end_layout
12773
12774 \begin_layout Standard
12775 Die Position kann entweder 
12776 \emph on
12777 l
12778 \emph default
12779  oder 
12780 \emph on
12781 r
12782 \emph default
12783  sein.
12784  
12785 \emph on
12786 l
12787 \emph default
12788  bewirkt linksbündige, 
12789 \emph on
12790 r
12791 \emph default
12792  rechtsbündige Ausrichtung der Formel in der Box.
12793  Gibt man keine Position an, wird die Formel zentriert.
12794 \begin_inset Newline newline
12795 \end_inset
12796
12797 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12798  In diesem Falle wird die Rahmenbreite wie bei 
12799 \series bold
12800
12801 \backslash
12802 fbox
12803 \series default
12804  an den Boxinhalt angepasst.
12805 \end_layout
12806
12807 \begin_layout Standard
12808 Wenn man den Befehl 
12809 \series bold
12810
12811 \backslash
12812 framebox
12813 \series default
12814  eingibt, erscheint eine Box mit drei Eingabefeldern.
12815  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12816  beiden optionalen Argumente.
12817  In das dritte Feld wird wie bei 
12818 \series bold
12819
12820 \backslash
12821 fbox
12822 \series default
12823  die Formel eingegeben.
12824 \end_layout
12825
12826 \begin_layout Standard
12827 \align center
12828 \begin_inset Tabular
12829 <lyxtabular version="3" rows="5" columns="2">
12830 <features tabularvalignment="middle">
12831 <column alignment="center" valignment="top" width="0">
12832 <column alignment="center" valignment="top" width="0">
12833 <row>
12834 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12835 \begin_inset Text
12836
12837 \begin_layout Plain Layout
12838 Befehl
12839 \end_layout
12840
12841 \end_inset
12842 </cell>
12843 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12844 \begin_inset Text
12845
12846 \begin_layout Plain Layout
12847 Ergebnis
12848 \begin_inset Note Note
12849 status collapsed
12850
12851 \begin_layout Plain Layout
12852
12853 \series bold
12854
12855 \backslash
12856 raisebox
12857 \series default
12858  dient nur als Abstandhalter.
12859 \end_layout
12860
12861 \end_inset
12862
12863
12864 \end_layout
12865
12866 \end_inset
12867 </cell>
12868 </row>
12869 <row>
12870 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12871 \begin_inset Text
12872
12873 \begin_layout Plain Layout
12874
12875 \backslash
12876 fbox
12877 \begin_inset ERT
12878 status collapsed
12879
12880 \begin_layout Plain Layout
12881
12882
12883 \backslash
12884 leer 
12885 \end_layout
12886
12887 \end_inset
12888
12889
12890 \family sans
12891 Strg+M
12892 \family default
12893  
12894 \backslash
12895 int
12896 \begin_inset ERT
12897 status collapsed
12898
12899 \begin_layout Plain Layout
12900
12901
12902 \backslash
12903 leer 
12904 \end_layout
12905
12906 \end_inset
12907
12908 A=B
12909 \end_layout
12910
12911 \end_inset
12912 </cell>
12913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12914 \begin_inset Text
12915
12916 \begin_layout Plain Layout
12917 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12918 \end_inset
12919
12920
12921 \end_layout
12922
12923 \end_inset
12924 </cell>
12925 </row>
12926 <row>
12927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12928 \begin_inset Text
12929
12930 \begin_layout Plain Layout
12931
12932 \backslash
12933 boxed
12934 \begin_inset ERT
12935 status collapsed
12936
12937 \begin_layout Plain Layout
12938
12939
12940 \backslash
12941 leer 
12942 \end_layout
12943
12944 \end_inset
12945
12946
12947 \backslash
12948 int
12949 \begin_inset ERT
12950 status collapsed
12951
12952 \begin_layout Plain Layout
12953
12954
12955 \backslash
12956 leer 
12957 \end_layout
12958
12959 \end_inset
12960
12961 A=B
12962 \end_layout
12963
12964 \end_inset
12965 </cell>
12966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12967 \begin_inset Text
12968
12969 \begin_layout Plain Layout
12970 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12971 \end_inset
12972
12973
12974 \end_layout
12975
12976 \end_inset
12977 </cell>
12978 </row>
12979 <row>
12980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12981 \begin_inset Text
12982
12983 \begin_layout Plain Layout
12984 A+
12985 \backslash
12986 fbox
12987 \begin_inset ERT
12988 status collapsed
12989
12990 \begin_layout Plain Layout
12991
12992
12993 \backslash
12994 leer 
12995 \end_layout
12996
12997 \end_inset
12998
12999 B
13000 \end_layout
13001
13002 \end_inset
13003 </cell>
13004 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13005 \begin_inset Text
13006
13007 \begin_layout Plain Layout
13008 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
13009 \end_inset
13010
13011
13012 \end_layout
13013
13014 \end_inset
13015 </cell>
13016 </row>
13017 <row>
13018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13019 \begin_inset Text
13020
13021 \begin_layout Plain Layout
13022
13023 \backslash
13024 framebox
13025 \begin_inset ERT
13026 status collapsed
13027
13028 \begin_layout Plain Layout
13029
13030
13031 \backslash
13032 leer 
13033 \end_layout
13034
13035 \end_inset
13036
13037 20mm
13038 \begin_inset Formula $\to$
13039 \end_inset
13040
13041
13042 \begin_inset Formula $\to$
13043 \end_inset
13044
13045
13046 \family sans
13047 Strg+M
13048 \family default
13049  
13050 \backslash
13051 frac
13052 \begin_inset ERT
13053 status collapsed
13054
13055 \begin_layout Plain Layout
13056
13057
13058 \backslash
13059 leer 
13060 \end_layout
13061
13062 \end_inset
13063
13064 A
13065 \begin_inset Formula $\downarrow$
13066 \end_inset
13067
13068 B
13069 \end_layout
13070
13071 \end_inset
13072 </cell>
13073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13074 \begin_inset Text
13075
13076 \begin_layout Plain Layout
13077 \begin_inset Formula $\raisebox{6mm}{}$
13078 \end_inset
13079
13080
13081 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
13082 \end_inset
13083
13084
13085 \begin_inset Formula $\raisebox{-4mm}{}$
13086 \end_inset
13087
13088
13089 \end_layout
13090
13091 \end_inset
13092 </cell>
13093 </row>
13094 </lyxtabular>
13095
13096 \end_inset
13097
13098
13099 \end_layout
13100
13101 \begin_layout Standard
13102 Die Rahmendicke kann ebenfalls eingestellt werden.
13103  Dazu müssen vor der Formel im TeX-Modus die Befehle
13104 \end_layout
13105
13106 \begin_layout Standard
13107
13108 \series bold
13109
13110 \backslash
13111 fboxrule
13112 \series default
13113  
13114 \series bold
13115
13116 \begin_inset Quotes gld
13117 \end_inset
13118
13119 Dicke
13120 \begin_inset Quotes grd
13121 \end_inset
13122
13123
13124 \series default
13125  
13126 \series bold
13127
13128 \backslash
13129 fboxsep
13130 \series default
13131  
13132 \series bold
13133
13134 \begin_inset Quotes gld
13135 \end_inset
13136
13137 Abstand
13138 \begin_inset Quotes grd
13139 \end_inset
13140
13141
13142 \end_layout
13143
13144 \begin_layout Standard
13145 eingegeben werden.
13146  
13147 \begin_inset Quotes gld
13148 \end_inset
13149
13150 Abstand
13151 \begin_inset Quotes grd
13152 \end_inset
13153
13154  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
13155  in der Box fest.
13156  Ein Beispiel dafür ist folgende umrandete Formel:
13157 \begin_inset ERT
13158 status collapsed
13159
13160 \begin_layout Plain Layout
13161
13162
13163 \backslash
13164 fboxrule 2mm 
13165 \backslash
13166 fboxsep 3mm
13167 \end_layout
13168
13169 \end_inset
13170
13171
13172 \begin_inset Formula 
13173 \[
13174 \boxed{A+B=C}
13175 \]
13176
13177 \end_inset
13178
13179 Vor dieser Formel wurde im TeX-Modus
13180 \end_layout
13181
13182 \begin_layout Standard
13183
13184 \series bold
13185
13186 \backslash
13187 fboxrule
13188 \series default
13189  
13190 \series bold
13191 2mm
13192 \series default
13193  
13194 \series bold
13195
13196 \backslash
13197 fboxsep
13198 \series default
13199  
13200 \series bold
13201 3mm
13202 \end_layout
13203
13204 \begin_layout Standard
13205 eingegeben.
13206  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
13207 \end_layout
13208
13209 \begin_layout Standard
13210 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
13211  nächsten Formel im TeX-Modus folgende Befehle ein:
13212 \end_layout
13213
13214 \begin_layout Standard
13215
13216 \series bold
13217
13218 \backslash
13219 fboxrule
13220 \series default
13221  
13222 \series bold
13223 0.4pt
13224 \series default
13225  
13226 \series bold
13227
13228 \backslash
13229 fboxsep
13230 \series default
13231  
13232 \series bold
13233 3pt
13234 \series default
13235
13236 \begin_inset ERT
13237 status collapsed
13238
13239 \begin_layout Plain Layout
13240
13241
13242 \backslash
13243 fboxrule 0.4pt 
13244 \backslash
13245 fboxsep 3pt
13246 \end_layout
13247
13248 \end_inset
13249
13250
13251 \end_layout
13252
13253 \begin_layout Subsection
13254 Boxen ohne Rahmen
13255 \begin_inset CommandInset label
13256 LatexCommand label
13257 name "sub:Boxen-ohne-Rahmen"
13258
13259 \end_inset
13260
13261
13262 \begin_inset Index idx
13263 status collapsed
13264
13265 \begin_layout Plain Layout
13266 Boxen ! ohne Rahmen
13267 \end_layout
13268
13269 \end_inset
13270
13271
13272 \end_layout
13273
13274 \begin_layout Standard
13275 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
13276 \series bold
13277
13278 \backslash
13279 mbox
13280 \series default
13281
13282 \begin_inset Index idx
13283 status collapsed
13284
13285 \begin_layout Plain Layout
13286 Befehle ! M ! 
13287 \backslash
13288 mbox
13289 \end_layout
13290
13291 \end_inset
13292
13293
13294 \series bold
13295
13296 \backslash
13297 makebox
13298 \series default
13299
13300 \begin_inset Index idx
13301 status collapsed
13302
13303 \begin_layout Plain Layout
13304 Befehle ! M ! 
13305 \backslash
13306 makebox
13307 \end_layout
13308
13309 \end_inset
13310
13311  und
13312 \begin_inset Newline linebreak
13313 \end_inset
13314
13315
13316 \series bold
13317
13318 \backslash
13319 raisebox
13320 \series default
13321
13322 \begin_inset Index idx
13323 status collapsed
13324
13325 \begin_layout Plain Layout
13326 Befehle ! R ! 
13327 \backslash
13328 raisebox
13329 \end_layout
13330
13331 \end_inset
13332
13333
13334 \end_layout
13335
13336 \begin_layout Standard
13337 Mit 
13338 \series bold
13339
13340 \backslash
13341 raisebox
13342 \series default
13343  kann man eine Box hoch- oder tiefstellen.
13344  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13345 n die Schriftgröße bei.
13346  
13347 \series bold
13348
13349 \backslash
13350 raisebox
13351 \series default
13352  wird dabei mit folgendem Schema benutzt:
13353 \end_layout
13354
13355 \begin_layout Standard
13356
13357 \series bold
13358
13359 \backslash
13360 raisebox{Höhe}{Boxinhalt}
13361 \end_layout
13362
13363 \begin_layout Standard
13364 Soll in der Box eine Formel stehen, muss man wie bei 
13365 \series bold
13366
13367 \backslash
13368 fbox
13369 \series default
13370  eine weitere Formel erstellen.
13371  
13372 \begin_inset Note Greyedout
13373 status open
13374
13375 \begin_layout Plain Layout
13376
13377 \series bold
13378 Achtung:
13379 \series default
13380  Für 
13381 \series bold
13382
13383 \backslash
13384 raisebox
13385 \series default
13386  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
13387  
13388 \family sans
13389 Strg+M
13390 \family default
13391  erstellt, denn LyX unterstützt 
13392 \series bold
13393
13394 \backslash
13395 raisebox
13396 \series default
13397  noch nicht direkt.
13398 \end_layout
13399
13400 \end_inset
13401
13402
13403 \end_layout
13404
13405 \begin_layout Standard
13406 \align center
13407 \begin_inset Tabular
13408 <lyxtabular version="3" rows="4" columns="2">
13409 <features tabularvalignment="middle">
13410 <column alignment="center" valignment="top" width="0">
13411 <column alignment="center" valignment="top" width="0">
13412 <row>
13413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13414 \begin_inset Text
13415
13416 \begin_layout Plain Layout
13417 Befehl
13418 \end_layout
13419
13420 \end_inset
13421 </cell>
13422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13423 \begin_inset Text
13424
13425 \begin_layout Plain Layout
13426 Ergebnis
13427 \end_layout
13428
13429 \end_inset
13430 </cell>
13431 </row>
13432 <row>
13433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13434 \begin_inset Text
13435
13436 \begin_layout Plain Layout
13437 H
13438 \backslash
13439 raisebox{2mm
13440 \begin_inset Formula $\to$
13441 \end_inset
13442
13443
13444 \backslash
13445 {al
13446 \begin_inset Formula $\to$
13447 \end_inset
13448
13449  lo
13450 \end_layout
13451
13452 \end_inset
13453 </cell>
13454 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13455 \begin_inset Text
13456
13457 \begin_layout Plain Layout
13458 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13459 \end_inset
13460
13461
13462 \end_layout
13463
13464 \end_inset
13465 </cell>
13466 </row>
13467 <row>
13468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13469 \begin_inset Text
13470
13471 \begin_layout Plain Layout
13472 H
13473 \backslash
13474 raisebox{-2mm
13475 \begin_inset Formula $\to$
13476 \end_inset
13477
13478
13479 \backslash
13480 {al
13481 \begin_inset Formula $\to$
13482 \end_inset
13483
13484 lo
13485 \end_layout
13486
13487 \end_inset
13488 </cell>
13489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13490 \begin_inset Text
13491
13492 \begin_layout Plain Layout
13493 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13494 \end_inset
13495
13496
13497 \end_layout
13498
13499 \end_inset
13500 </cell>
13501 </row>
13502 <row>
13503 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13504 \begin_inset Text
13505
13506 \begin_layout Plain Layout
13507 A=
13508 \backslash
13509 raisebox{-2mm
13510 \begin_inset Formula $\to$
13511 \end_inset
13512
13513
13514 \backslash
13515 {
13516 \family sans
13517 Strg+M Strg+M
13518 \family default
13519  
13520 \backslash
13521 sqrt
13522 \begin_inset ERT
13523 status collapsed
13524
13525 \begin_layout Plain Layout
13526
13527
13528 \backslash
13529 leer 
13530 \end_layout
13531
13532 \end_inset
13533
13534
13535 \end_layout
13536
13537 \end_inset
13538 </cell>
13539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13540 \begin_inset Text
13541
13542 \begin_layout Plain Layout
13543 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
13544 \end_inset
13545
13546
13547 \end_layout
13548
13549 \end_inset
13550 </cell>
13551 </row>
13552 </lyxtabular>
13553
13554 \end_inset
13555
13556
13557 \end_layout
13558
13559 \begin_layout Standard
13560 Der Befehl 
13561 \series bold
13562
13563 \backslash
13564 mbox
13565 \series default
13566  ist äquivalent zu 
13567 \series bold
13568
13569 \backslash
13570 fbox
13571 \series default
13572  und 
13573 \series bold
13574
13575 \backslash
13576 makebox
13577 \series default
13578  ist äquivalent zu 
13579 \series bold
13580
13581 \backslash
13582 framebox
13583 \series default
13584 , nur dass es keinen Rahmen gibt.
13585 \end_layout
13586
13587 \begin_layout Subsection
13588 Farbige Boxen
13589 \begin_inset CommandInset label
13590 LatexCommand label
13591 name "sub:Farbige-Boxen"
13592
13593 \end_inset
13594
13595
13596 \begin_inset Index idx
13597 status collapsed
13598
13599 \begin_layout Plain Layout
13600 Boxen ! farbige
13601 \end_layout
13602
13603 \end_inset
13604
13605
13606 \end_layout
13607
13608 \begin_layout Standard
13609 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13610  im LaTeX-Vorspann das LaTeX-Paket 
13611 \series bold
13612 color
13613 \series default
13614
13615 \begin_inset Foot
13616 status collapsed
13617
13618 \begin_layout Plain Layout
13619 Das Paket 
13620 \series bold
13621 color
13622 \series default
13623  ist Teil jeder LaTeX-Standardinstallation.
13624 \end_layout
13625
13626 \end_inset
13627
13628
13629 \begin_inset Index idx
13630 status collapsed
13631
13632 \begin_layout Plain Layout
13633 Pakete ! color
13634 \end_layout
13635
13636 \end_inset
13637
13638  mit der Zeile
13639 \end_layout
13640
13641 \begin_layout Standard
13642
13643 \series bold
13644
13645 \backslash
13646 usepackage{color}
13647 \end_layout
13648
13649 \begin_layout Standard
13650 geladen werden
13651 \begin_inset Foot
13652 status collapsed
13653
13654 \begin_layout Plain Layout
13655 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13656  LyX das LaTeX-Paket 
13657 \series bold
13658 color
13659 \series default
13660  automatisch.
13661  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13662  keine Probleme hervorruft.
13663 \end_layout
13664
13665 \end_inset
13666
13667
13668 \begin_inset Note Note
13669 status collapsed
13670
13671 \begin_layout Plain Layout
13672 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13673  ein Makro eingefügt.
13674 \end_layout
13675
13676 \end_inset
13677
13678 .
13679 \end_layout
13680
13681 \begin_layout Standard
13682 \begin_inset VSpace medskip
13683 \end_inset
13684
13685 Um Boxen einzufärben, verwendet man den Befehl 
13686 \series bold
13687
13688 \backslash
13689 colorbox
13690 \series default
13691
13692 \begin_inset Index idx
13693 status collapsed
13694
13695 \begin_layout Plain Layout
13696 Befehle ! C ! 
13697 \backslash
13698 colorbox
13699 \end_layout
13700
13701 \end_inset
13702
13703  nach folgendem Schema:
13704 \end_layout
13705
13706 \begin_layout Standard
13707
13708 \series bold
13709
13710 \backslash
13711 colorbox{Farbe}{Boxinhalt}
13712 \end_layout
13713
13714 \begin_layout Standard
13715 Der Boxinhalt kann auch wieder eine Box sein und eine 
13716 \series bold
13717
13718 \backslash
13719 colorbox
13720 \series default
13721  kann auch ein Teil einer anderen Box sein (siehe 2.
13722  und 3.
13723  Beispiel).
13724  Soll in der Box eine Formel stehen, muss wie bei 
13725 \series bold
13726
13727 \backslash
13728 raisebox
13729 \series default
13730  eine weitere Formel erstellt werden.
13731 \begin_inset Foot
13732 status collapsed
13733
13734 \begin_layout Plain Layout
13735 Das gilt auch für den Befehl 
13736 \series bold
13737
13738 \backslash
13739 fcolorbox
13740 \series default
13741 .
13742 \end_layout
13743
13744 \end_inset
13745
13746
13747 \end_layout
13748
13749 \begin_layout Standard
13750 Aus folgenden vordefinierten Farben kann gewählt werden:
13751 \end_layout
13752
13753 \begin_layout Standard
13754
13755 \series bold
13756 black
13757 \series default
13758
13759 \series bold
13760 blue
13761 \series default
13762
13763 \series bold
13764 cyan
13765 \series default
13766
13767 \series bold
13768 green
13769 \series default
13770
13771 \series bold
13772 magenta
13773 \series default
13774
13775 \series bold
13776 red
13777 \series default
13778
13779 \series bold
13780 white
13781 \series default
13782  und 
13783 \series bold
13784 yellow
13785 \end_layout
13786
13787 \begin_layout Standard
13788 \align center
13789 \begin_inset Tabular
13790 <lyxtabular version="3" rows="4" columns="2">
13791 <features tabularvalignment="middle">
13792 <column alignment="center" valignment="top" width="0">
13793 <column alignment="center" valignment="top" width="0">
13794 <row>
13795 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13796 \begin_inset Text
13797
13798 \begin_layout Plain Layout
13799 Befehl
13800 \end_layout
13801
13802 \end_inset
13803 </cell>
13804 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13805 \begin_inset Text
13806
13807 \begin_layout Plain Layout
13808 Ergebnis
13809 \begin_inset Note Note
13810 status collapsed
13811
13812 \begin_layout Plain Layout
13813
13814 \series bold
13815
13816 \backslash
13817 raisebox
13818 \series default
13819  dient nur als Abstandhalter.
13820 \end_layout
13821
13822 \end_inset
13823
13824
13825 \end_layout
13826
13827 \end_inset
13828 </cell>
13829 </row>
13830 <row>
13831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13832 \begin_inset Text
13833
13834 \begin_layout Plain Layout
13835
13836 \backslash
13837 colorbox{yellow
13838 \begin_inset Formula $\to$
13839 \end_inset
13840
13841
13842 \backslash
13843 {A=B
13844 \end_layout
13845
13846 \end_inset
13847 </cell>
13848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13849 \begin_inset Text
13850
13851 \begin_layout Plain Layout
13852 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13853 \end_inset
13854
13855
13856 \end_layout
13857
13858 \end_inset
13859 </cell>
13860 </row>
13861 <row>
13862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13863 \begin_inset Text
13864
13865 \begin_layout Plain Layout
13866
13867 \backslash
13868 colorbox{green
13869 \begin_inset Formula $\to$
13870 \end_inset
13871
13872
13873 \backslash
13874 {
13875 \backslash
13876 fbox
13877 \begin_inset ERT
13878 status collapsed
13879
13880 \begin_layout Plain Layout
13881
13882
13883 \backslash
13884 leer 
13885 \end_layout
13886
13887 \end_inset
13888
13889 A=B
13890 \end_layout
13891
13892 \end_inset
13893 </cell>
13894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13895 \begin_inset Text
13896
13897 \begin_layout Plain Layout
13898 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13899 \end_inset
13900
13901
13902 \end_layout
13903
13904 \end_inset
13905 </cell>
13906 </row>
13907 <row>
13908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13909 \begin_inset Text
13910
13911 \begin_layout Plain Layout
13912
13913 \backslash
13914 fbox
13915 \begin_inset ERT
13916 status collapsed
13917
13918 \begin_layout Plain Layout
13919
13920
13921 \backslash
13922 leer 
13923 \end_layout
13924
13925 \end_inset
13926
13927
13928 \backslash
13929 colorbox{green
13930 \begin_inset Formula $\to$
13931 \end_inset
13932
13933
13934 \backslash
13935 {
13936 \family sans
13937 Strg+M Strg+M
13938 \family default
13939  
13940 \backslash
13941 int
13942 \begin_inset ERT
13943 status collapsed
13944
13945 \begin_layout Plain Layout
13946
13947
13948 \backslash
13949 leer 
13950 \end_layout
13951
13952 \end_inset
13953
13954 C=D
13955 \end_layout
13956
13957 \end_inset
13958 </cell>
13959 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13960 \begin_inset Text
13961
13962 \begin_layout Plain Layout
13963 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13964 \end_inset
13965
13966
13967 \end_layout
13968
13969 \end_inset
13970 </cell>
13971 </row>
13972 </lyxtabular>
13973
13974 \end_inset
13975
13976
13977 \end_layout
13978
13979 \begin_layout Standard
13980
13981 \series bold
13982
13983 \backslash
13984 colorbox
13985 \series default
13986  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13987  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13988  
13989 \family sans
13990 Textstil
13991 \family default
13992  die gewünschte Farbe aus.
13993  Der Dialog kann mit dem Werkzeugleistenknopf 
13994 \begin_inset Graphics
13995         filename ../../images/dialog-show_character.png
13996         scale 85
13997
13998 \end_inset
13999
14000  oder dem Menü 
14001 \family sans
14002 Bearbeiten\SpecialChar \menuseparator
14003 Textstil\SpecialChar \menuseparator
14004 Benutzerdefiniert
14005 \family default
14006  aufgerufen werden.
14007  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
14008  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
14009  innerhalb der Formel die Farbe geändert werden.
14010 \end_layout
14011
14012 \begin_layout Standard
14013 Ein Beispiel:
14014 \end_layout
14015
14016 \begin_layout Standard
14017
14018 \color red
14019 \begin_inset Formula 
14020 \begin{equation}
14021 \int A=B\label{eq:rot}
14022 \end{equation}
14023
14024 \end_inset
14025
14026
14027 \color green
14028
14029 \begin_inset Formula 
14030 \begin{equation}
14031 \textcolor{red}{\int A=B}\label{eq:rotgruen}
14032 \end{equation}
14033
14034 \end_inset
14035
14036
14037 \end_layout
14038
14039 \begin_layout Standard
14040 Formel 
14041 \begin_inset CommandInset ref
14042 LatexCommand eqref
14043 reference "eq:rot"
14044
14045 \end_inset
14046
14047  ist komplett rot gefärbt.
14048 \begin_inset Newline newline
14049 \end_inset
14050
14051 Formel 
14052 \begin_inset CommandInset ref
14053 LatexCommand eqref
14054 reference "eq:rotgruen"
14055
14056 \end_inset
14057
14058  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
14059  Anschließend wurden die Formelzeichen rot gefärbt.
14060 \end_layout
14061
14062 \begin_layout Standard
14063 \begin_inset VSpace bigskip
14064 \end_inset
14065
14066 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
14067  den Befehl 
14068 \series bold
14069
14070 \backslash
14071 fcolorbox
14072 \series default
14073
14074 \begin_inset Index idx
14075 status collapsed
14076
14077 \begin_layout Plain Layout
14078 Befehle ! F ! 
14079 \backslash
14080 fcolorbox
14081 \end_layout
14082
14083 \end_inset
14084
14085  nach folgendem Schema:
14086 \end_layout
14087
14088 \begin_layout Standard
14089
14090 \series bold
14091
14092 \backslash
14093 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
14094 \end_layout
14095
14096 \begin_layout Standard
14097
14098 \series bold
14099
14100 \backslash
14101 fcolorbox
14102 \series default
14103  stellt also eine Erweiterung des Befehls 
14104 \series bold
14105
14106 \backslash
14107 colorbox
14108 \series default
14109  dar.
14110  Die Rahmenbreite wird, wie bei 
14111 \series bold
14112
14113 \backslash
14114 framebox
14115 \series default
14116 , mit 
14117 \series bold
14118
14119 \backslash
14120 fboxrule
14121 \series default
14122  und 
14123 \series bold
14124
14125 \backslash
14126 fboxsep
14127 \series default
14128  festgelegt.
14129  Ein Beispiel:
14130 \begin_inset ERT
14131 status collapsed
14132
14133 \begin_layout Plain Layout
14134
14135
14136 \backslash
14137 fboxrule 1mm 
14138 \backslash
14139 fboxsep 1mm
14140 \end_layout
14141
14142 \end_inset
14143
14144
14145 \begin_inset Formula 
14146 \[
14147 \fcolorbox{cyan}{magenta}{A=B}
14148 \]
14149
14150 \end_inset
14151
14152
14153 \begin_inset ERT
14154 status collapsed
14155
14156 \begin_layout Plain Layout
14157
14158
14159 \backslash
14160 fboxrule 0.4pt 
14161 \backslash
14162 fboxsep 3pt
14163 \end_layout
14164
14165 \end_inset
14166
14167
14168 \end_layout
14169
14170 \begin_layout Standard
14171 Diese Formel wurde mit folgendem Befehl erstellt:
14172 \begin_inset Newline newline
14173 \end_inset
14174
14175
14176 \series bold
14177
14178 \backslash
14179 fcolorbox{cyan
14180 \begin_inset Formula $\to$
14181 \end_inset
14182
14183
14184 \backslash
14185 {magenta
14186 \begin_inset Formula $\to$
14187 \end_inset
14188
14189
14190 \backslash
14191 {A=B
14192 \end_layout
14193
14194 \begin_layout Standard
14195 \begin_inset VSpace bigskip
14196 \end_inset
14197
14198 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
14199  selbst definieren.
14200 \end_layout
14201
14202 \begin_layout Standard
14203 Man kann z.
14204 \begin_inset space \thinspace{}
14205 \end_inset
14206
14207 B.
14208  mit folgender LaTeX-Vorspannzeile die Farbe 
14209 \begin_inset Quotes gld
14210 \end_inset
14211
14212
14213 \series bold
14214 dunkelgruen
14215 \series default
14216
14217 \begin_inset Quotes grd
14218 \end_inset
14219
14220
14221 \begin_inset Foot
14222 status collapsed
14223
14224 \begin_layout Plain Layout
14225 In Befehlen darf kein Umlaut stehen, siehe 
14226 \begin_inset CommandInset ref
14227 LatexCommand ref
14228 reference "sec:Benutzerdefinierte-Befehle"
14229
14230 \end_inset
14231
14232 .
14233 \end_layout
14234
14235 \end_inset
14236
14237  definieren:
14238 \end_layout
14239
14240 \begin_layout Standard
14241
14242 \series bold
14243
14244 \backslash
14245 definecolor{dunkelgruen}{cmyk}{0.5,
14246 \series default
14247  
14248 \series bold
14249 0,
14250 \series default
14251  
14252 \series bold
14253 1,
14254 \series default
14255  
14256 \series bold
14257 0.5}
14258 \series default
14259
14260 \begin_inset Index idx
14261 status collapsed
14262
14263 \begin_layout Plain Layout
14264 Befehle ! D ! 
14265 \backslash
14266 definecolor
14267 \end_layout
14268
14269 \end_inset
14270
14271
14272 \end_layout
14273
14274 \begin_layout Standard
14275
14276 \series bold
14277 cmyk
14278 \series default
14279  ist der Farbraum und steht für die Farben 
14280 \series bold
14281 cyan
14282 \series default
14283
14284 \series bold
14285 magenta
14286 \series default
14287
14288 \series bold
14289 yellow
14290 \series default
14291  und 
14292 \series bold
14293 black
14294 \series default
14295 .
14296  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
14297  Für den Anteil kann man Werte im Bereich 0
14298 \begin_inset space \thinspace{}
14299 \end_inset
14300
14301 -
14302 \begin_inset space \thinspace{}
14303 \end_inset
14304
14305 1 angeben.
14306  Anstelle von 
14307 \series bold
14308 cmyk
14309 \series default
14310  kann man zur Definition auch den Farbraum 
14311 \series bold
14312 rgb
14313 \series default
14314  verwenden.
14315  
14316 \series bold
14317 rgb
14318 \series default
14319  steht für 
14320 \series bold
14321 red
14322 \series default
14323
14324 \series bold
14325 green
14326 \series default
14327  und 
14328 \series bold
14329 blue
14330 \series default
14331 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
14332  Des Weiteren gibt es noch den Farbraum 
14333 \series bold
14334 gray
14335 \series default
14336 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
14337 \end_layout
14338
14339 \begin_layout Standard
14340 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
14341 \series bold
14342 darkgreen
14343 \series default
14344 , bei der die Zeichenfarbe 
14345 \series bold
14346 yellow
14347 \series default
14348  gewählt wurde:
14349 \begin_inset Formula 
14350 \begin{equation}
14351 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
14352 \end{equation}
14353
14354 \end_inset
14355
14356
14357 \end_layout
14358
14359 \begin_layout Standard
14360 Selbst definierte Farben können mit dem Befehl 
14361 \series bold
14362
14363 \backslash
14364 textcolor
14365 \series default
14366  auch für Text
14367 \begin_inset Index idx
14368 status collapsed
14369
14370 \begin_layout Plain Layout
14371 Text ! farbiger
14372 \end_layout
14373
14374 \end_inset
14375
14376  verwendet werden:
14377 \end_layout
14378
14379 \begin_layout Standard
14380 \begin_inset ERT
14381 status collapsed
14382
14383 \begin_layout Plain Layout
14384
14385
14386 \backslash
14387 textcolor{dunkelgruen}{
14388 \end_layout
14389
14390 \end_inset
14391
14392 Dieser Satz ist 
14393 \begin_inset Quotes gld
14394 \end_inset
14395
14396 dunkelgruen
14397 \begin_inset Quotes grd
14398 \end_inset
14399
14400 .
14401 \begin_inset ERT
14402 status collapsed
14403
14404 \begin_layout Plain Layout
14405
14406 }
14407 \end_layout
14408
14409 \end_inset
14410
14411
14412 \end_layout
14413
14414 \begin_layout Standard
14415
14416 \series bold
14417
14418 \backslash
14419 textcolor
14420 \series default
14421
14422 \begin_inset Index idx
14423 status collapsed
14424
14425 \begin_layout Plain Layout
14426 Befehle ! T ! 
14427 \backslash
14428 textcolor
14429 \end_layout
14430
14431 \end_inset
14432
14433  wird nach dem Schema 
14434 \series bold
14435
14436 \backslash
14437 textcolor{Farbe}{zu
14438 \series default
14439  
14440 \series bold
14441 färbende
14442 \series default
14443  
14444 \series bold
14445 Zeichen}
14446 \series default
14447  verwendet.
14448 \end_layout
14449
14450 \begin_layout Standard
14451 \begin_inset Newpage newpage
14452 \end_inset
14453
14454
14455 \end_layout
14456
14457 \begin_layout Subsection
14458 Absatzboxen
14459 \begin_inset CommandInset label
14460 LatexCommand label
14461 name "sub:Absatzboxen"
14462
14463 \end_inset
14464
14465
14466 \begin_inset Index idx
14467 status collapsed
14468
14469 \begin_layout Plain Layout
14470 Boxen ! Absatz-
14471 \end_layout
14472
14473 \end_inset
14474
14475
14476 \end_layout
14477
14478 \begin_layout Standard
14479 Mit dem Menü 
14480 \family sans
14481 Einfügen\SpecialChar \menuseparator
14482 Box
14483 \family default
14484  oder dem Werkzeugleistenknopf 
14485 \begin_inset Graphics
14486         filename ../../images/box-insert.png
14487         scale 85
14488
14489 \end_inset
14490
14491  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14492  eine so genannte 
14493 \emph on
14494 Parbox
14495 \emph default
14496  (Absatzbox).
14497 \end_layout
14498
14499 \begin_layout Standard
14500 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14501 \end_layout
14502
14503 \begin_layout Standard
14504 \begin_inset VSpace medskip
14505 \end_inset
14506
14507 Dies ist eine Zeile 
14508 \begin_inset Box Boxed
14509 position "c"
14510 hor_pos "c"
14511 has_inner_box 1
14512 inner_pos "t"
14513 use_parbox 1
14514 use_makebox 0
14515 width "5cm"
14516 special "none"
14517 height "1in"
14518 height_special "totalheight"
14519 status open
14520
14521 \begin_layout Plain Layout
14522 Dies ist die Absatzbox.
14523  Sie ist genau 5
14524 \begin_inset space \thinspace{}
14525 \end_inset
14526
14527 cm lang und kann auch Formeln enthalten: 
14528 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14529 \end_inset
14530
14531
14532 \end_layout
14533
14534 \end_inset
14535
14536  mit einer Absatzbox.
14537 \begin_inset VSpace medskip
14538 \end_inset
14539
14540
14541 \end_layout
14542
14543 \begin_layout Standard
14544 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14545  graue Box mit dem Namen 
14546 \begin_inset Quotes gld
14547 \end_inset
14548
14549 Box(Gerahmt)
14550 \begin_inset Quotes grd
14551 \end_inset
14552
14553  klickt.
14554  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14555  In diesem Fall: 
14556 \emph on
14557 Verzierung
14558 \emph default
14559 : Rechteckige Box, 
14560 \emph on
14561 Innere Box
14562 \emph default
14563 : Parbox, 
14564 \emph on
14565 Breite
14566 \emph default
14567 : 5
14568 \begin_inset space \thinspace{}
14569 \end_inset
14570
14571 cm, 
14572 \emph on
14573 Vertikale Box Ausrichtung
14574 \emph default
14575 : Mitte
14576 \end_layout
14577
14578 \begin_layout Standard
14579 \begin_inset VSpace medskip
14580 \end_inset
14581
14582 In LaTeX wird eine Absatzbox mit dem Befehl 
14583 \series bold
14584
14585 \backslash
14586 parbox
14587 \series default
14588
14589 \begin_inset Index idx
14590 status collapsed
14591
14592 \begin_layout Plain Layout
14593 Befehle ! P ! 
14594 \backslash
14595 parbox
14596 \end_layout
14597
14598 \end_inset
14599
14600  erstellt, welcher folgendes Schema besitzt:
14601 \end_layout
14602
14603 \begin_layout Standard
14604
14605 \series bold
14606
14607 \backslash
14608 parbox[Position]{Breite}{Boxinhalt}
14609 \end_layout
14610
14611 \begin_layout Standard
14612 Die Positionen 
14613 \emph on
14614 b
14615 \emph default
14616  und 
14617 \emph on
14618 t
14619 \emph default
14620  sind möglich.
14621  
14622 \emph on
14623 b
14624 \emph default
14625  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14626  Text eingepasst wird.
14627  Bei 
14628 \emph on
14629 t
14630 \emph default
14631  wie top geschieht dies für die erste Zeile.
14632  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14633  siehe das Kapitel 
14634 \emph on
14635 Boxen
14636 \emph default
14637  des Handbuchs
14638 \emph on
14639  Eingebettete
14640 \begin_inset space ~
14641 \end_inset
14642
14643 Objekte
14644 \emph default
14645  für Beispiele.
14646 \end_layout
14647
14648 \begin_layout Standard
14649 \begin_inset VSpace bigskip
14650 \end_inset
14651
14652 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14653  in eine Absatzbox setzen.
14654  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14655 \series bold
14656
14657 \backslash
14658 fbox{
14659 \backslash
14660 parbox{
14661 \backslash
14662 linewidth-2
14663 \backslash
14664 fboxsep-2
14665 \backslash
14666 fboxrule}{
14667 \series default
14668 .
14669  Hierbei steht 
14670 \series bold
14671
14672 \backslash
14673 linewidth
14674 \series default
14675
14676 \begin_inset Index idx
14677 status collapsed
14678
14679 \begin_layout Plain Layout
14680 Befehle ! L ! 
14681 \backslash
14682 linewidth
14683 \end_layout
14684
14685 \end_inset
14686
14687  für die im Dokument eingestellte Zeilenbreite.
14688  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14689 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14690  Da dies LyX aufgrund eines Fehlers
14691 \begin_inset Foot
14692 status collapsed
14693
14694 \begin_layout Plain Layout
14695 \begin_inset CommandInset href
14696 LatexCommand href
14697 name "LyX-Fehler #4483"
14698 target "http://www.lyx.org/trac/ticket/4483"
14699
14700 \end_inset
14701
14702
14703 \end_layout
14704
14705 \end_inset
14706
14707  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14708  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14709 spann das LaTeX-Paket 
14710 \series bold
14711 calc
14712 \series default
14713
14714 \begin_inset Foot
14715 status collapsed
14716
14717 \begin_layout Plain Layout
14718
14719 \series bold
14720 calc
14721 \series default
14722  ist Teil jeder LaTeX-Standardinstallation.
14723 \end_layout
14724
14725 \end_inset
14726
14727
14728 \begin_inset Index idx
14729 status collapsed
14730
14731 \begin_layout Plain Layout
14732 Pakete ! calc
14733 \end_layout
14734
14735 \end_inset
14736
14737  mit der Zeile
14738 \end_layout
14739
14740 \begin_layout Standard
14741
14742 \series bold
14743
14744 \backslash
14745 usepackage{calc}
14746 \end_layout
14747
14748 \begin_layout Standard
14749 geladen werden.
14750  Nach der Formel werden beide Boxen geschlossen, indem man 
14751 \series bold
14752 }}
14753 \series default
14754  im TeX-Modus eingibt.
14755  Dazu ein Beispiel:
14756 \begin_inset ERT
14757 status collapsed
14758
14759 \begin_layout Plain Layout
14760
14761
14762 \backslash
14763 fboxsep 5mm 
14764 \backslash
14765 fboxrule 5mm
14766 \end_layout
14767
14768 \end_inset
14769
14770
14771 \end_layout
14772
14773 \begin_layout Standard
14774 \begin_inset ERT
14775 status collapsed
14776
14777 \begin_layout Plain Layout
14778
14779
14780 \backslash
14781 fbox{
14782 \backslash
14783 parbox{
14784 \backslash
14785 linewidth-2
14786 \backslash
14787 fboxsep-2
14788 \backslash
14789 fboxrule}{
14790 \end_layout
14791
14792 \end_inset
14793
14794
14795 \begin_inset Formula 
14796 \begin{equation}
14797 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
14798 \end{equation}
14799
14800 \end_inset
14801
14802
14803 \begin_inset ERT
14804 status collapsed
14805
14806 \begin_layout Plain Layout
14807
14808 }}
14809 \end_layout
14810
14811 \end_inset
14812
14813
14814 \begin_inset ERT
14815 status collapsed
14816
14817 \begin_layout Plain Layout
14818
14819
14820 \backslash
14821 fboxrule 0.4pt 
14822 \backslash
14823 fboxsep 3pt
14824 \end_layout
14825
14826 \end_inset
14827
14828
14829 \end_layout
14830
14831 \begin_layout Standard
14832 \begin_inset VSpace medskip
14833 \end_inset
14834
14835 Da im Argument von 
14836 \series bold
14837
14838 \backslash
14839 fbox
14840 \series default
14841  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14842  keinen Unterschied zwischen 
14843 \series bold
14844
14845 \backslash
14846 fbox
14847 \series default
14848  und 
14849 \series bold
14850
14851 \backslash
14852 boxed
14853 \series default
14854 .
14855 \end_layout
14856
14857 \begin_layout Standard
14858 \begin_inset VSpace bigskip
14859 \end_inset
14860
14861 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14862  Dazu verwendet man 
14863 \series bold
14864
14865 \backslash
14866 parbox
14867 \series default
14868  in Verbindung mit dem Befehl 
14869 \series bold
14870
14871 \backslash
14872 tag
14873 \series default
14874 .
14875  (mehr zu 
14876 \series bold
14877
14878 \backslash
14879 tag
14880 \series default
14881  siehe 
14882 \begin_inset CommandInset ref
14883 LatexCommand ref
14884 reference "sub:Benutzerdefinierte-Nummerierung"
14885
14886 \end_inset
14887
14888 )
14889 \end_layout
14890
14891 \begin_layout Standard
14892 Ein Beispiel einer mit Hilfe von 
14893 \series bold
14894
14895 \backslash
14896 parbox
14897 \series default
14898  kommentierten Formel:
14899 \end_layout
14900
14901 \begin_layout Standard
14902 \begin_inset ERT
14903 status collapsed
14904
14905 \begin_layout Plain Layout
14906
14907
14908 \backslash
14909 [5x-7b=3b
14910 \backslash
14911 tag*{
14912 \backslash
14913 parbox{5cm}{
14914 \end_layout
14915
14916 \end_inset
14917
14918 Dies ist eine Beschreibung.
14919  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14920 \begin_inset ERT
14921 status collapsed
14922
14923 \begin_layout Plain Layout
14924
14925 }}
14926 \backslash
14927 ]
14928 \end_layout
14929
14930 \end_inset
14931
14932
14933 \end_layout
14934
14935 \begin_layout Standard
14936 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14937  Befehl 
14938 \series bold
14939
14940 \backslash
14941 parbox
14942 \series default
14943  in Formeln noch nicht unterstützt.
14944  Die Formel wird mit folgender Befehlssequenz erstellt:
14945 \end_layout
14946
14947 \begin_layout Standard
14948 Der Befehl 
14949 \series bold
14950
14951 \backslash
14952 [5x-7b=3b
14953 \backslash
14954 tag*
14955 \backslash
14956 {
14957 \backslash
14958 parbox{5cm}{
14959 \series default
14960  wird im TeX-Modus eingegeben.
14961 \begin_inset Foot
14962 status collapsed
14963
14964 \begin_layout Plain Layout
14965 Ist der Formelstil 
14966 \series bold
14967 Eingerückt
14968 \series default
14969  aktiviert, kann 
14970 \series bold
14971
14972 \backslash
14973 tag*
14974 \backslash
14975 {
14976 \series default
14977  auch durch 
14978 \series bold
14979
14980 \backslash
14981 hfill
14982 \series default
14983  ersetzt werden.
14984  (Formelstile siehe 
14985 \begin_inset CommandInset ref
14986 LatexCommand ref
14987 reference "sec:Formelstile"
14988
14989 \end_inset
14990
14991 )
14992 \end_layout
14993
14994 \end_inset
14995
14996  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14997 \series bold
14998 }}
14999 \backslash
15000 ]
15001 \series default
15002  im TeX-Modus ein.
15003  Die Befehle 
15004 \series bold
15005
15006 \backslash
15007 [
15008 \series default
15009  und 
15010 \series bold
15011
15012 \backslash
15013 ]
15014 \series default
15015  erstellen hierbei eine abgesetzte Formel.
15016 \end_layout
15017
15018 \begin_layout Standard
15019 Die Vorteile von 
15020 \series bold
15021
15022 \backslash
15023 parbox
15024 \series default
15025  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
15026  Textmodus 
15027 \begin_inset Quotes gld
15028 \end_inset
15029
15030 kommentiert
15031 \begin_inset Quotes grd
15032 \end_inset
15033
15034  wurde:
15035 \begin_inset Formula 
15036 \[
15037 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
15038 \]
15039
15040 \end_inset
15041
15042
15043 \end_layout
15044
15045 \begin_layout Standard
15046 \begin_inset Newpage newpage
15047 \end_inset
15048
15049
15050 \end_layout
15051
15052 \begin_layout Section
15053 Operatoren
15054 \begin_inset Index idx
15055 status collapsed
15056
15057 \begin_layout Plain Layout
15058 Operatoren
15059 \end_layout
15060
15061 \end_inset
15062
15063
15064 \end_layout
15065
15066 \begin_layout Subsection
15067 Große Operatoren
15068 \begin_inset CommandInset label
15069 LatexCommand label
15070 name "sub:Große-Operatoren"
15071
15072 \end_inset
15073
15074
15075 \begin_inset Index idx
15076 status collapsed
15077
15078 \begin_layout Plain Layout
15079 Operatoren ! große
15080 \end_layout
15081
15082 \end_inset
15083
15084
15085 \begin_inset Index idx
15086 status collapsed
15087
15088 \begin_layout Plain Layout
15089 Summen
15090 \end_layout
15091
15092 \end_inset
15093
15094
15095 \begin_inset Index idx
15096 status collapsed
15097
15098 \begin_layout Plain Layout
15099 Integrale
15100 \end_layout
15101
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \begin_layout Standard
15108 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
15109  sind, muss die Option 
15110 \family sans
15111 esint-Paket automatisch verwenden
15112 \family default
15113  in den Dokumenteinstellungen unter 
15114 \family sans
15115 Mathe-Optionen
15116 \family default
15117  gewählt sein.
15118 \end_layout
15119
15120 \begin_layout Standard
15121 \begin_inset space \hfill{}
15122 \end_inset
15123
15124
15125 \begin_inset Tabular
15126 <lyxtabular version="3" rows="11" columns="2">
15127 <features tabularvalignment="middle">
15128 <column alignment="center" valignment="top" width="0pt">
15129 <column alignment="center" valignment="top" width="0pt">
15130 <row>
15131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15132 \begin_inset Text
15133
15134 \begin_layout Plain Layout
15135 Befehl
15136 \end_layout
15137
15138 \end_inset
15139 </cell>
15140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15141 \begin_inset Text
15142
15143 \begin_layout Plain Layout
15144 Ergebnis
15145 \end_layout
15146
15147 \end_inset
15148 </cell>
15149 </row>
15150 <row>
15151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15152 \begin_inset Text
15153
15154 \begin_layout Plain Layout
15155
15156 \backslash
15157 int
15158 \begin_inset Index idx
15159 status collapsed
15160
15161 \begin_layout Plain Layout
15162 Befehle ! I ! 
15163 \backslash
15164 int
15165 \end_layout
15166
15167 \end_inset
15168
15169
15170 \end_layout
15171
15172 \end_inset
15173 </cell>
15174 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15175 \begin_inset Text
15176
15177 \begin_layout Plain Layout
15178 \begin_inset Formula $\int$
15179 \end_inset
15180
15181
15182 \end_layout
15183
15184 \end_inset
15185 </cell>
15186 </row>
15187 <row>
15188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15189 \begin_inset Text
15190
15191 \begin_layout Plain Layout
15192
15193 \backslash
15194 oint
15195 \end_layout
15196
15197 \end_inset
15198 </cell>
15199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15200 \begin_inset Text
15201
15202 \begin_layout Plain Layout
15203 \begin_inset Formula $\oint$
15204 \end_inset
15205
15206
15207 \end_layout
15208
15209 \end_inset
15210 </cell>
15211 </row>
15212 <row>
15213 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15214 \begin_inset Text
15215
15216 \begin_layout Plain Layout
15217
15218 \backslash
15219 ointctrclockwise
15220 \end_layout
15221
15222 \end_inset
15223 </cell>
15224 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15225 \begin_inset Text
15226
15227 \begin_layout Plain Layout
15228 \begin_inset Formula $\ointctrclockwise$
15229 \end_inset
15230
15231
15232 \end_layout
15233
15234 \end_inset
15235 </cell>
15236 </row>
15237 <row>
15238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15239 \begin_inset Text
15240
15241 \begin_layout Plain Layout
15242
15243 \backslash
15244 ointclockwise
15245 \end_layout
15246
15247 \end_inset
15248 </cell>
15249 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15250 \begin_inset Text
15251
15252 \begin_layout Plain Layout
15253 \begin_inset Formula $\ointclockwise$
15254 \end_inset
15255
15256
15257 \end_layout
15258
15259 \end_inset
15260 </cell>
15261 </row>
15262 <row>
15263 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267
15268 \backslash
15269 sqint
15270 \end_layout
15271
15272 \end_inset
15273 </cell>
15274 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15275 \begin_inset Text
15276
15277 \begin_layout Plain Layout
15278 \begin_inset Formula $\sqint$
15279 \end_inset
15280
15281
15282 \end_layout
15283
15284 \end_inset
15285 </cell>
15286 </row>
15287 <row>
15288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15289 \begin_inset Text
15290
15291 \begin_layout Plain Layout
15292
15293 \backslash
15294 fint
15295 \end_layout
15296
15297 \end_inset
15298 </cell>
15299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303  
15304 \begin_inset Formula $\fint$
15305 \end_inset
15306
15307
15308 \end_layout
15309
15310 \end_inset
15311 </cell>
15312 </row>
15313 <row>
15314 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15315 \begin_inset Text
15316
15317 \begin_layout Plain Layout
15318
15319 \backslash
15320 landupint
15321 \end_layout
15322
15323 \end_inset
15324 </cell>
15325 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15326 \begin_inset Text
15327
15328 \begin_layout Plain Layout
15329  
15330 \begin_inset Formula $\landupint$
15331 \end_inset
15332
15333
15334 \end_layout
15335
15336 \end_inset
15337 </cell>
15338 </row>
15339 <row>
15340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15341 \begin_inset Text
15342
15343 \begin_layout Plain Layout
15344
15345 \backslash
15346 landdownint
15347 \end_layout
15348
15349 \end_inset
15350 </cell>
15351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15352 \begin_inset Text
15353
15354 \begin_layout Plain Layout
15355  
15356 \begin_inset Formula $\landdownint$
15357 \end_inset
15358
15359
15360 \end_layout
15361
15362 \end_inset
15363 </cell>
15364 </row>
15365 <row>
15366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15367 \begin_inset Text
15368
15369 \begin_layout Plain Layout
15370
15371 \backslash
15372 bigcap
15373 \end_layout
15374
15375 \end_inset
15376 </cell>
15377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15378 \begin_inset Text
15379
15380 \begin_layout Plain Layout
15381 \begin_inset Formula $\bigcap$
15382 \end_inset
15383
15384
15385 \end_layout
15386
15387 \end_inset
15388 </cell>
15389 </row>
15390 <row>
15391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15392 \begin_inset Text
15393
15394 \begin_layout Plain Layout
15395
15396 \backslash
15397 bigcup
15398 \end_layout
15399
15400 \end_inset
15401 </cell>
15402 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15403 \begin_inset Text
15404
15405 \begin_layout Plain Layout
15406 \begin_inset Formula $\bigcup$
15407 \end_inset
15408
15409
15410 \end_layout
15411
15412 \end_inset
15413 </cell>
15414 </row>
15415 </lyxtabular>
15416
15417 \end_inset
15418
15419
15420 \begin_inset space \hfill{}
15421 \end_inset
15422
15423
15424 \begin_inset Tabular
15425 <lyxtabular version="3" rows="11" columns="2">
15426 <features tabularvalignment="middle">
15427 <column alignment="center" valignment="top" width="0pt">
15428 <column alignment="center" valignment="top" width="0pt">
15429 <row>
15430 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15431 \begin_inset Text
15432
15433 \begin_layout Plain Layout
15434 Befehl
15435 \end_layout
15436
15437 \end_inset
15438 </cell>
15439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15440 \begin_inset Text
15441
15442 \begin_layout Plain Layout
15443 Ergebnis
15444 \end_layout
15445
15446 \end_inset
15447 </cell>
15448 </row>
15449 <row>
15450 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15451 \begin_inset Text
15452
15453 \begin_layout Plain Layout
15454
15455 \backslash
15456 sum
15457 \begin_inset Index idx
15458 status collapsed
15459
15460 \begin_layout Plain Layout
15461 Befehle ! S ! 
15462 \backslash
15463 sum
15464 \end_layout
15465
15466 \end_inset
15467
15468
15469 \end_layout
15470
15471 \end_inset
15472 </cell>
15473 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15474 \begin_inset Text
15475
15476 \begin_layout Plain Layout
15477 \begin_inset Formula $\sum$
15478 \end_inset
15479
15480
15481 \end_layout
15482
15483 \end_inset
15484 </cell>
15485 </row>
15486 <row>
15487 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15488 \begin_inset Text
15489
15490 \begin_layout Plain Layout
15491
15492 \backslash
15493 prod
15494 \begin_inset Index idx
15495 status collapsed
15496
15497 \begin_layout Plain Layout
15498 Befehle ! P ! 
15499 \backslash
15500 prod
15501 \end_layout
15502
15503 \end_inset
15504
15505
15506 \end_layout
15507
15508 \end_inset
15509 </cell>
15510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15511 \begin_inset Text
15512
15513 \begin_layout Plain Layout
15514 \begin_inset Formula $\prod$
15515 \end_inset
15516
15517
15518 \end_layout
15519
15520 \end_inset
15521 </cell>
15522 </row>
15523 <row>
15524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15525 \begin_inset Text
15526
15527 \begin_layout Plain Layout
15528
15529 \backslash
15530 coprod
15531 \end_layout
15532
15533 \end_inset
15534 </cell>
15535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15536 \begin_inset Text
15537
15538 \begin_layout Plain Layout
15539 \begin_inset Formula $\coprod$
15540 \end_inset
15541
15542
15543 \end_layout
15544
15545 \end_inset
15546 </cell>
15547 </row>
15548 <row>
15549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15550 \begin_inset Text
15551
15552 \begin_layout Plain Layout
15553
15554 \backslash
15555 bigodot
15556 \end_layout
15557
15558 \end_inset
15559 </cell>
15560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15561 \begin_inset Text
15562
15563 \begin_layout Plain Layout
15564 \begin_inset Formula $\bigodot$
15565 \end_inset
15566
15567
15568 \end_layout
15569
15570 \end_inset
15571 </cell>
15572 </row>
15573 <row>
15574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \backslash
15580 bigotimes
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 \begin_inset Formula $\bigotimes$
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 <row>
15599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15600 \begin_inset Text
15601
15602 \begin_layout Plain Layout
15603
15604 \backslash
15605 bigoplus
15606 \end_layout
15607
15608 \end_inset
15609 </cell>
15610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15611 \begin_inset Text
15612
15613 \begin_layout Plain Layout
15614 \begin_inset Formula $\bigoplus$
15615 \end_inset
15616
15617
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 </row>
15623 <row>
15624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15625 \begin_inset Text
15626
15627 \begin_layout Plain Layout
15628
15629 \backslash
15630 bigwedge
15631 \end_layout
15632
15633 \end_inset
15634 </cell>
15635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15636 \begin_inset Text
15637
15638 \begin_layout Plain Layout
15639 \begin_inset Formula $\bigwedge$
15640 \end_inset
15641
15642
15643 \end_layout
15644
15645 \end_inset
15646 </cell>
15647 </row>
15648 <row>
15649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15650 \begin_inset Text
15651
15652 \begin_layout Plain Layout
15653
15654 \backslash
15655 bigvee
15656 \end_layout
15657
15658 \end_inset
15659 </cell>
15660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15661 \begin_inset Text
15662
15663 \begin_layout Plain Layout
15664 \begin_inset Formula $\bigvee$
15665 \end_inset
15666
15667
15668 \end_layout
15669
15670 \end_inset
15671 </cell>
15672 </row>
15673 <row>
15674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15675 \begin_inset Text
15676
15677 \begin_layout Plain Layout
15678
15679 \backslash
15680 bigsqcup
15681 \end_layout
15682
15683 \end_inset
15684 </cell>
15685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15686 \begin_inset Text
15687
15688 \begin_layout Plain Layout
15689 \begin_inset Formula $\bigsqcup$
15690 \end_inset
15691
15692
15693 \end_layout
15694
15695 \end_inset
15696 </cell>
15697 </row>
15698 <row>
15699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15700 \begin_inset Text
15701
15702 \begin_layout Plain Layout
15703
15704 \backslash
15705 biguplus
15706 \end_layout
15707
15708 \end_inset
15709 </cell>
15710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15711 \begin_inset Text
15712
15713 \begin_layout Plain Layout
15714 \begin_inset Formula $\biguplus$
15715 \end_inset
15716
15717
15718 \end_layout
15719
15720 \end_inset
15721 </cell>
15722 </row>
15723 </lyxtabular>
15724
15725 \end_inset
15726
15727
15728 \begin_inset space \hfill{}
15729 \end_inset
15730
15731
15732 \end_layout
15733
15734 \begin_layout Standard
15735 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15736 \begin_inset Graphics
15737         filename ../../images/math/intop.png
15738         scale 85
15739
15740 \end_inset
15741
15742  eingefügt werden.
15743 \end_layout
15744
15745 \begin_layout Standard
15746 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15747  Teil gleich aussehenden binären Operatoren.
15748  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15749  beschrieben.
15750 \end_layout
15751
15752 \begin_layout Standard
15753 Für alle Integrale gibt es Befehle, die auf 
15754 \series bold
15755 op
15756 \series default
15757  enden: 
15758 \series bold
15759
15760 \backslash
15761 intop
15762 \series default
15763
15764 \series bold
15765
15766 \backslash
15767 ointop
15768 \series default
15769  usw..
15770  Diese unterscheiden sich von 
15771 \series bold
15772
15773 \backslash
15774 int
15775 \series default
15776  usw.
15777 \begin_inset space \space{}
15778 \end_inset
15779
15780 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15781 \begin_inset CommandInset ref
15782 LatexCommand ref
15783 reference "sub:Operatorgrenzen"
15784
15785 \end_inset
15786
15787 .
15788  
15789 \end_layout
15790
15791 \begin_layout Subsubsection*
15792 Hinweise zu Integralen
15793 \end_layout
15794
15795 \begin_layout Standard
15796 Der Buchstabe 
15797 \emph on
15798 d
15799 \emph default
15800  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15801  muss.
15802  Dazu markiert man das 
15803 \emph on
15804 d
15805 \emph default
15806  und wandelt es mit der Tastenkombination 
15807 \family sans
15808 Alt+Z
15809 \begin_inset space ~
15810 \end_inset
15811
15812 R
15813 \family default
15814
15815 \begin_inset Foot
15816 status collapsed
15817
15818 \begin_layout Plain Layout
15819 Schriftstile siehe 
15820 \begin_inset CommandInset ref
15821 LatexCommand ref
15822 reference "sub:Schriftstile"
15823
15824 \end_inset
15825
15826
15827 \end_layout
15828
15829 \end_inset
15830
15831  um.
15832  Anschließend fügt man vor dem 
15833 \emph on
15834 d
15835 \emph default
15836 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15837  Dazu ein Beispiel:
15838 \end_layout
15839
15840 \begin_layout Standard
15841 inkorrekt: 
15842 \begin_inset Formula $\int A(x)dx$
15843 \end_inset
15844
15845
15846 \begin_inset Newline newline
15847 \end_inset
15848
15849
15850 \begin_inset Phantom HPhantom
15851 status open
15852
15853 \begin_layout Plain Layout
15854 in
15855 \end_layout
15856
15857 \end_inset
15858
15859 korrekt: 
15860 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15861 \end_inset
15862
15863
15864 \end_layout
15865
15866 \begin_layout Standard
15867 \begin_inset VSpace medskip
15868 \end_inset
15869
15870 Für Mehrfachintegrale gibt es folgende Befehle:
15871 \begin_inset VSpace medskip
15872 \end_inset
15873
15874
15875 \end_layout
15876
15877 \begin_layout Standard
15878 \begin_inset space \hfill{}
15879 \end_inset
15880
15881
15882 \begin_inset Tabular
15883 <lyxtabular version="3" rows="4" columns="2">
15884 <features tabularvalignment="middle">
15885 <column alignment="center" valignment="top" width="0">
15886 <column alignment="center" valignment="top" width="0">
15887 <row>
15888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15889 \begin_inset Text
15890
15891 \begin_layout Plain Layout
15892 Befehl
15893 \end_layout
15894
15895 \end_inset
15896 </cell>
15897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15898 \begin_inset Text
15899
15900 \begin_layout Plain Layout
15901 Ergebnis
15902 \begin_inset Note Note
15903 status collapsed
15904
15905 \begin_layout Plain Layout
15906
15907 \series bold
15908
15909 \backslash
15910 raisebox
15911 \series default
15912  dient nur als Abstandhalter.
15913 \end_layout
15914
15915 \end_inset
15916
15917
15918 \end_layout
15919
15920 \end_inset
15921 </cell>
15922 </row>
15923 <row>
15924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15925 \begin_inset Text
15926
15927 \begin_layout Plain Layout
15928
15929 \backslash
15930 iint
15931 \end_layout
15932
15933 \end_inset
15934 </cell>
15935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15936 \begin_inset Text
15937
15938 \begin_layout Plain Layout
15939 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15940 \end_inset
15941
15942
15943 \end_layout
15944
15945 \end_inset
15946 </cell>
15947 </row>
15948 <row>
15949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15950 \begin_inset Text
15951
15952 \begin_layout Plain Layout
15953
15954 \backslash
15955 oiint
15956 \end_layout
15957
15958 \end_inset
15959 </cell>
15960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15961 \begin_inset Text
15962
15963 \begin_layout Plain Layout
15964 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15965 \end_inset
15966
15967
15968 \end_layout
15969
15970 \end_inset
15971 </cell>
15972 </row>
15973 <row>
15974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15975 \begin_inset Text
15976
15977 \begin_layout Plain Layout
15978
15979 \backslash
15980 sqiint
15981 \end_layout
15982
15983 \end_inset
15984 </cell>
15985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15986 \begin_inset Text
15987
15988 \begin_layout Plain Layout
15989 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15990 \end_inset
15991
15992
15993 \end_layout
15994
15995 \end_inset
15996 </cell>
15997 </row>
15998 </lyxtabular>
15999
16000 \end_inset
16001
16002
16003 \begin_inset space \hfill{}
16004 \end_inset
16005
16006
16007 \begin_inset Tabular
16008 <lyxtabular version="3" rows="4" columns="2">
16009 <features tabularvalignment="middle">
16010 <column alignment="center" valignment="top" width="0">
16011 <column alignment="center" valignment="top" width="0">
16012 <row>
16013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16014 \begin_inset Text
16015
16016 \begin_layout Plain Layout
16017 Befehl
16018 \end_layout
16019
16020 \end_inset
16021 </cell>
16022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16023 \begin_inset Text
16024
16025 \begin_layout Plain Layout
16026 Ergebnis
16027 \end_layout
16028
16029 \end_inset
16030 </cell>
16031 </row>
16032 <row>
16033 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16034 \begin_inset Text
16035
16036 \begin_layout Plain Layout
16037
16038 \backslash
16039 iiint
16040 \end_layout
16041
16042 \end_inset
16043 </cell>
16044 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16045 \begin_inset Text
16046
16047 \begin_layout Plain Layout
16048 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
16049 \end_inset
16050
16051
16052 \end_layout
16053
16054 \end_inset
16055 </cell>
16056 </row>
16057 <row>
16058 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16059 \begin_inset Text
16060
16061 \begin_layout Plain Layout
16062
16063 \backslash
16064 iiiint
16065 \end_layout
16066
16067 \end_inset
16068 </cell>
16069 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16070 \begin_inset Text
16071
16072 \begin_layout Plain Layout
16073 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
16074 \end_inset
16075
16076
16077 \end_layout
16078
16079 \end_inset
16080 </cell>
16081 </row>
16082 <row>
16083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16084 \begin_inset Text
16085
16086 \begin_layout Plain Layout
16087
16088 \backslash
16089 dotsint
16090 \end_layout
16091
16092 \end_inset
16093 </cell>
16094 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16095 \begin_inset Text
16096
16097 \begin_layout Plain Layout
16098 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
16099 \end_inset
16100
16101
16102 \end_layout
16103
16104 \end_inset
16105 </cell>
16106 </row>
16107 </lyxtabular>
16108
16109 \end_inset
16110
16111
16112 \begin_inset space \hfill{}
16113 \end_inset
16114
16115
16116 \end_layout
16117
16118 \begin_layout Subsection
16119 Operatorgrenzen
16120 \begin_inset CommandInset label
16121 LatexCommand label
16122 name "sub:Operatorgrenzen"
16123
16124 \end_inset
16125
16126
16127 \begin_inset Index idx
16128 status collapsed
16129
16130 \begin_layout Plain Layout
16131 Operatoren ! Grenzen
16132 \end_layout
16133
16134 \end_inset
16135
16136
16137 \end_layout
16138
16139 \begin_layout Standard
16140 Grenzen werden durch Hoch- bzw.
16141  Tiefstellen erzeugt:
16142 \end_layout
16143
16144 \begin_layout Standard
16145 \align center
16146 \begin_inset Tabular
16147 <lyxtabular version="3" rows="2" columns="2">
16148 <features tabularvalignment="middle">
16149 <column alignment="center" valignment="top" width="0pt">
16150 <column alignment="center" valignment="top" width="0pt">
16151 <row>
16152 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16153 \begin_inset Text
16154
16155 \begin_layout Plain Layout
16156 Befehl
16157 \end_layout
16158
16159 \end_inset
16160 </cell>
16161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16162 \begin_inset Text
16163
16164 \begin_layout Plain Layout
16165 Ergebnis
16166 \begin_inset Note Note
16167 status collapsed
16168
16169 \begin_layout Plain Layout
16170
16171 \series bold
16172
16173 \backslash
16174 raisebox
16175 \series default
16176  dient nur als Abstandhalter.
16177 \end_layout
16178
16179 \end_inset
16180
16181
16182 \end_layout
16183
16184 \end_inset
16185 </cell>
16186 </row>
16187 <row>
16188 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16189 \begin_inset Text
16190
16191 \begin_layout Plain Layout
16192
16193 \backslash
16194 prod^
16195 \backslash
16196 infty
16197 \begin_inset ERT
16198 status collapsed
16199
16200 \begin_layout Plain Layout
16201
16202
16203 \backslash
16204 leer 
16205 \end_layout
16206
16207 \end_inset
16208
16209
16210 \begin_inset Formula $\to$
16211 \end_inset
16212
16213 _0
16214 \begin_inset Formula $\to$
16215 \end_inset
16216
16217 A(x)
16218 \end_layout
16219
16220 \end_inset
16221 </cell>
16222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16223 \begin_inset Text
16224
16225 \begin_layout Plain Layout
16226 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
16227 \end_inset
16228
16229
16230 \end_layout
16231
16232 \end_inset
16233 </cell>
16234 </row>
16235 </lyxtabular>
16236
16237 \end_inset
16238
16239
16240 \end_layout
16241
16242 \begin_layout Standard
16243 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
16244  Operator gesetzt.
16245  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
16246  bzw.
16247  unter den Operator gesetzt.
16248 \end_layout
16249
16250 \begin_layout Standard
16251 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
16252  man den Cursor direkt hinter den Operator und setzt über das Menü 
16253 \family sans
16254 Bearbeiten\SpecialChar \menuseparator
16255 Mathe\SpecialChar \menuseparator
16256 Art der Operatorgrenzen ändern
16257 \family default
16258  die Grenzen auf 
16259 \series bold
16260 Eingebettet
16261 \series default
16262  (Tastenkombination 
16263 \family sans
16264 Alt+M
16265 \begin_inset space ~
16266 \end_inset
16267
16268 L
16269 \family default
16270 ).
16271  Dazu folgendes Beispiel:
16272 \end_layout
16273
16274 \begin_layout Standard
16275 Die normalen Grenzen sehen so aus:
16276 \begin_inset Formula 
16277 \[
16278 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
16279 \]
16280
16281 \end_inset
16282
16283 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
16284 \begin_inset Formula 
16285 \[
16286 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
16287 \]
16288
16289 \end_inset
16290
16291 Bei Integralen werden mit Ausnahme von denen, die auf 
16292 \series bold
16293 op
16294 \series default
16295  enden (
16296 \series bold
16297
16298 \backslash
16299 intop
16300 \series default
16301
16302 \series bold
16303
16304 \backslash
16305 ointop
16306 \series default
16307  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
16308  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
16309  gesetzt.
16310  Im folgenden Beispiel wurde die Grenze deswegen auf 
16311 \series bold
16312 Anzeige
16313 \series default
16314  gesetzt und damit unter die Integrale geschrieben:
16315 \begin_inset Formula 
16316 \begin{equation}
16317 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
16318 \end{equation}
16319
16320 \end_inset
16321
16322
16323 \end_layout
16324
16325 \begin_layout Standard
16326 \begin_inset VSpace medskip
16327 \end_inset
16328
16329 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
16330 \series bold
16331
16332 \backslash
16333 subarray
16334 \series default
16335
16336 \begin_inset Index idx
16337 status collapsed
16338
16339 \begin_layout Plain Layout
16340 Befehle ! S ! 
16341 \backslash
16342 subarray
16343 \end_layout
16344
16345 \end_inset
16346
16347  und 
16348 \series bold
16349
16350 \backslash
16351 substack
16352 \series default
16353
16354 \begin_inset Index idx
16355 status collapsed
16356
16357 \begin_layout Plain Layout
16358 Befehle ! S ! 
16359 \backslash
16360 substack
16361 \end_layout
16362
16363 \end_inset
16364
16365 .
16366  Um z.
16367 \begin_inset space \thinspace{}
16368 \end_inset
16369
16370 B.
16371  diesen Ausdruck 
16372 \begin_inset Formula 
16373 \begin{equation}
16374 \sum_{\begin{subarray}{c}
16375 0<k<1000\\
16376 \\
16377 k\,\in\,\mathbb{N}
16378 \end{subarray}}^{n}k^{-2}\label{eq:substack}
16379 \end{equation}
16380
16381 \end_inset
16382
16383 zu erstellen, muss man Folgendes tun:
16384 \begin_inset Newline newline
16385 \end_inset
16386
16387 Zuerst gibt man den Befehl 
16388 \series bold
16389
16390 \backslash
16391 sum
16392 \series default
16393 ^
16394 \series bold
16395 n
16396 \begin_inset ERT
16397 status collapsed
16398
16399 \begin_layout Plain Layout
16400
16401
16402 \backslash
16403 leer 
16404 \end_layout
16405
16406 \end_inset
16407
16408 _
16409 \series default
16410  ein.
16411  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16412  In dieses gibt man den Befehl 
16413 \series bold
16414
16415 \backslash
16416 subarray
16417 \begin_inset ERT
16418 status collapsed
16419
16420 \begin_layout Plain Layout
16421
16422
16423 \backslash
16424 leer 
16425 \end_layout
16426
16427 \end_inset
16428
16429
16430 \series default
16431  ein.
16432  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
16433  Zeilen untereinander schreiben.
16434  Mit Eingabe des Zeilenumbruchs (
16435 \family sans
16436 Strg+Enter
16437 \family default
16438 ) wird eine neue Zeile erstellt.
16439  Gibt man
16440 \begin_inset Newline newline
16441 \end_inset
16442
16443
16444 \series bold
16445 0<k<1000 Strg+Enter
16446 \begin_inset Newline newline
16447 \end_inset
16448
16449
16450 \series default
16451 ein, erscheint darunter ein Kästchen für die neue Zeile.
16452 \end_layout
16453
16454 \begin_layout Standard
16455 Die Ausrichtung der Zeilen kann mit der 
16456 \family sans
16457 Tabellen-Werkzeugleiste
16458 \family default
16459  oder dem Menü 
16460 \family sans
16461 Bearbeiten\SpecialChar \menuseparator
16462 Zeilen & Spalten
16463 \family default
16464  auf links geändert werden.
16465  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16466 \series bold
16467
16468 \backslash
16469 hfill
16470 \begin_inset ERT
16471 status collapsed
16472
16473 \begin_layout Plain Layout
16474
16475
16476 \backslash
16477 leer 
16478 \end_layout
16479
16480 \end_inset
16481
16482
16483 \series default
16484  eingegeben.
16485 \end_layout
16486
16487 \begin_layout Standard
16488 Der Befehl 
16489 \series bold
16490
16491 \backslash
16492 substack
16493 \series default
16494  ist äquivalent zu 
16495 \series bold
16496
16497 \backslash
16498 subarray
16499 \series default
16500 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16501 \end_layout
16502
16503 \begin_layout Standard
16504 \begin_inset VSpace bigskip
16505 \end_inset
16506
16507 Wie bei Formel 
16508 \begin_inset CommandInset ref
16509 LatexCommand eqref
16510 reference "eq:substack"
16511
16512 \end_inset
16513
16514  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16515  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16516 \end_layout
16517
16518 \begin_layout Standard
16519 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16520 \end_layout
16521
16522 \begin_layout Standard
16523
16524 \series bold
16525
16526 \backslash
16527 def
16528 \backslash
16529 clap#1{
16530 \backslash
16531 hbox to 0pt{
16532 \backslash
16533 hss #1
16534 \backslash
16535 hss}}
16536 \begin_inset Newline newline
16537 \end_inset
16538
16539
16540 \backslash
16541 def
16542 \backslash
16543 mathclap {
16544 \backslash
16545 mathpalette 
16546 \backslash
16547 mathclapinternal}
16548 \begin_inset Newline newline
16549 \end_inset
16550
16551
16552 \backslash
16553 def
16554 \backslash
16555 mathclapinternal #1#2{
16556 \backslash
16557 clap{$
16558 \backslash
16559 mathsurround =0pt #1{#2}$}}
16560 \end_layout
16561
16562 \begin_layout Standard
16563 Dadurch wird der Befehl 
16564 \series bold
16565
16566 \backslash
16567 mathclap
16568 \series default
16569
16570 \begin_inset Index idx
16571 status collapsed
16572
16573 \begin_layout Plain Layout
16574 Befehle ! M ! 
16575 \backslash
16576 mathclap
16577 \end_layout
16578
16579 \end_inset
16580
16581  definiert, der die Breite der Grenze auf 0
16582 \begin_inset space \thinspace{}
16583 \end_inset
16584
16585 pt setzt.
16586  Das Befehlsschema lautet
16587 \end_layout
16588
16589 \begin_layout Standard
16590
16591 \series bold
16592
16593 \backslash
16594 mathclap{Grenze}
16595 \end_layout
16596
16597 \begin_layout Standard
16598 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16599 \end_layout
16600
16601 \begin_layout Standard
16602 Auf Formel 
16603 \begin_inset CommandInset ref
16604 LatexCommand eqref
16605 reference "eq:substack"
16606
16607 \end_inset
16608
16609  angewandt, gibt man also den Befehl
16610 \end_layout
16611
16612 \begin_layout Standard
16613
16614 \series bold
16615
16616 \backslash
16617 sum_
16618 \backslash
16619 mathclap{
16620 \backslash
16621 substack
16622 \begin_inset ERT
16623 status collapsed
16624
16625 \begin_layout Plain Layout
16626
16627
16628 \backslash
16629 leer 
16630 \end_layout
16631
16632 \end_inset
16633
16634 0<k<1000 Strg+Enter
16635 \end_layout
16636
16637 \begin_layout Standard
16638 ein, um die untere Grenze zu erstellen.
16639  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16640 \begin_inset Formula 
16641 \[
16642 \sum_{\mathclap{\substack{0<k<1000\\
16643 \\
16644 k\,\in\,\mathbb{N}
16645 }
16646 }}^{n}k^{-2}
16647 \]
16648
16649 \end_inset
16650
16651
16652 \end_layout
16653
16654 \begin_layout Standard
16655 \begin_inset VSpace bigskip
16656 \end_inset
16657
16658 In 
16659 \begin_inset CommandInset ref
16660 LatexCommand ref
16661 reference "sub:Selbstdefinierte-Operatoren"
16662
16663 \end_inset
16664
16665  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16666 \end_layout
16667
16668 \begin_layout Subsection
16669 Binäre Operatoren
16670 \begin_inset CommandInset label
16671 LatexCommand label
16672 name "sub:Binäre-Operatoren"
16673
16674 \end_inset
16675
16676
16677 \begin_inset Index idx
16678 status collapsed
16679
16680 \begin_layout Plain Layout
16681 Operatoren ! binäre
16682 \end_layout
16683
16684 \end_inset
16685
16686
16687 \end_layout
16688
16689 \begin_layout Standard
16690 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16691  ein Zeichen befindet.
16692 \begin_inset VSpace medskip
16693 \end_inset
16694
16695
16696 \end_layout
16697
16698 \begin_layout Standard
16699 \begin_inset space \hfill{}
16700 \end_inset
16701
16702
16703 \begin_inset Tabular
16704 <lyxtabular version="3" rows="13" columns="2">
16705 <features tabularvalignment="middle">
16706 <column alignment="center" valignment="top" width="0pt">
16707 <column alignment="center" valignment="top" width="0pt">
16708 <row>
16709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16710 \begin_inset Text
16711
16712 \begin_layout Plain Layout
16713 Befehl
16714 \begin_inset Note Note
16715 status collapsed
16716
16717 \begin_layout Plain Layout
16718
16719 \series bold
16720
16721 \backslash
16722 raisebox
16723 \series default
16724  dient nur als Abstandhalter.
16725 \end_layout
16726
16727 \end_inset
16728
16729
16730 \end_layout
16731
16732 \end_inset
16733 </cell>
16734 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16735 \begin_inset Text
16736
16737 \begin_layout Plain Layout
16738 Ergebnis
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 </row>
16744 <row>
16745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16746 \begin_inset Text
16747
16748 \begin_layout Plain Layout
16749 +
16750 \end_layout
16751
16752 \end_inset
16753 </cell>
16754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16755 \begin_inset Text
16756
16757 \begin_layout Plain Layout
16758 \begin_inset Formula $+$
16759 \end_inset
16760
16761
16762 \end_layout
16763
16764 \end_inset
16765 </cell>
16766 </row>
16767 <row>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 -
16773 \end_layout
16774
16775 \end_inset
16776 </cell>
16777 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16778 \begin_inset Text
16779
16780 \begin_layout Plain Layout
16781 \begin_inset Formula $-$
16782 \end_inset
16783
16784
16785 \end_layout
16786
16787 \end_inset
16788 </cell>
16789 </row>
16790 <row>
16791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16792 \begin_inset Text
16793
16794 \begin_layout Plain Layout
16795
16796 \backslash
16797 pm
16798 \end_layout
16799
16800 \end_inset
16801 </cell>
16802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16803 \begin_inset Text
16804
16805 \begin_layout Plain Layout
16806 \begin_inset Formula $\pm$
16807 \end_inset
16808
16809
16810 \end_layout
16811
16812 \end_inset
16813 </cell>
16814 </row>
16815 <row>
16816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16817 \begin_inset Text
16818
16819 \begin_layout Plain Layout
16820
16821 \backslash
16822 mp
16823 \end_layout
16824
16825 \end_inset
16826 </cell>
16827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16828 \begin_inset Text
16829
16830 \begin_layout Plain Layout
16831 \begin_inset Formula $\mp$
16832 \end_inset
16833
16834
16835 \end_layout
16836
16837 \end_inset
16838 </cell>
16839 </row>
16840 <row>
16841 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16842 \begin_inset Text
16843
16844 \begin_layout Plain Layout
16845
16846 \backslash
16847 cdot
16848 \end_layout
16849
16850 \end_inset
16851 </cell>
16852 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16853 \begin_inset Text
16854
16855 \begin_layout Plain Layout
16856 \begin_inset Formula $\cdot$
16857 \end_inset
16858
16859
16860 \end_layout
16861
16862 \end_inset
16863 </cell>
16864 </row>
16865 <row>
16866 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16867 \begin_inset Text
16868
16869 \begin_layout Plain Layout
16870
16871 \backslash
16872 times
16873 \end_layout
16874
16875 \end_inset
16876 </cell>
16877 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16878 \begin_inset Text
16879
16880 \begin_layout Plain Layout
16881 \begin_inset Formula $\times$
16882 \end_inset
16883
16884
16885 \end_layout
16886
16887 \end_inset
16888 </cell>
16889 </row>
16890 <row>
16891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16892 \begin_inset Text
16893
16894 \begin_layout Plain Layout
16895
16896 \backslash
16897 div
16898 \end_layout
16899
16900 \end_inset
16901 </cell>
16902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16903 \begin_inset Text
16904
16905 \begin_layout Plain Layout
16906 \begin_inset Formula $\div$
16907 \end_inset
16908
16909
16910 \end_layout
16911
16912 \end_inset
16913 </cell>
16914 </row>
16915 <row>
16916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16917 \begin_inset Text
16918
16919 \begin_layout Plain Layout
16920 \begin_inset ERT
16921 status collapsed
16922
16923 \begin_layout Plain Layout
16924
16925
16926 \backslash
16927 raisebox{-1.2mm}{
16928 \end_layout
16929
16930 \end_inset
16931
16932 *
16933 \begin_inset ERT
16934 status collapsed
16935
16936 \begin_layout Plain Layout
16937
16938 }
16939 \end_layout
16940
16941 \end_inset
16942
16943
16944 \end_layout
16945
16946 \end_inset
16947 </cell>
16948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16949 \begin_inset Text
16950
16951 \begin_layout Plain Layout
16952 \begin_inset Formula $*$
16953 \end_inset
16954
16955
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 </row>
16961 <row>
16962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16963 \begin_inset Text
16964
16965 \begin_layout Plain Layout
16966
16967 \backslash
16968 star
16969 \end_layout
16970
16971 \end_inset
16972 </cell>
16973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16974 \begin_inset Text
16975
16976 \begin_layout Plain Layout
16977 \begin_inset Formula $\star$
16978 \end_inset
16979
16980
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 </row>
16986 <row>
16987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16988 \begin_inset Text
16989
16990 \begin_layout Plain Layout
16991
16992 \backslash
16993 circ
16994 \end_layout
16995
16996 \end_inset
16997 </cell>
16998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16999 \begin_inset Text
17000
17001 \begin_layout Plain Layout
17002 \begin_inset Formula $\circ$
17003 \end_inset
17004
17005
17006 \end_layout
17007
17008 \end_inset
17009 </cell>
17010 </row>
17011 <row>
17012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17013 \begin_inset Text
17014
17015 \begin_layout Plain Layout
17016
17017 \backslash
17018 diamond
17019 \end_layout
17020
17021 \end_inset
17022 </cell>
17023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17024 \begin_inset Text
17025
17026 \begin_layout Plain Layout
17027 \begin_inset Formula $\diamond$
17028 \end_inset
17029
17030
17031 \end_layout
17032
17033 \end_inset
17034 </cell>
17035 </row>
17036 <row>
17037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17038 \begin_inset Text
17039
17040 \begin_layout Plain Layout
17041
17042 \backslash
17043 bullet
17044 \end_layout
17045
17046 \end_inset
17047 </cell>
17048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17049 \begin_inset Text
17050
17051 \begin_layout Plain Layout
17052 \begin_inset Formula $\bullet$
17053 \end_inset
17054
17055
17056 \end_layout
17057
17058 \end_inset
17059 </cell>
17060 </row>
17061 </lyxtabular>
17062
17063 \end_inset
17064
17065
17066 \begin_inset space \hfill{}
17067 \end_inset
17068
17069
17070 \begin_inset Tabular
17071 <lyxtabular version="3" rows="13" columns="2">
17072 <features tabularvalignment="middle">
17073 <column alignment="center" valignment="top" width="0pt">
17074 <column alignment="center" valignment="top" width="0pt">
17075 <row>
17076 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17077 \begin_inset Text
17078
17079 \begin_layout Plain Layout
17080 Befehl
17081 \end_layout
17082
17083 \end_inset
17084 </cell>
17085 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17086 \begin_inset Text
17087
17088 \begin_layout Plain Layout
17089 Ergebnis
17090 \end_layout
17091
17092 \end_inset
17093 </cell>
17094 </row>
17095 <row>
17096 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17097 \begin_inset Text
17098
17099 \begin_layout Plain Layout
17100
17101 \backslash
17102 nabla
17103 \end_layout
17104
17105 \end_inset
17106 </cell>
17107 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17108 \begin_inset Text
17109
17110 \begin_layout Plain Layout
17111 \begin_inset Formula $\nabla$
17112 \end_inset
17113
17114
17115 \end_layout
17116
17117 \end_inset
17118 </cell>
17119 </row>
17120 <row>
17121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17122 \begin_inset Text
17123
17124 \begin_layout Plain Layout
17125
17126 \backslash
17127 bigtriangledown
17128 \end_layout
17129
17130 \end_inset
17131 </cell>
17132 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17133 \begin_inset Text
17134
17135 \begin_layout Plain Layout
17136 \begin_inset Formula $\bigtriangledown$
17137 \end_inset
17138
17139
17140 \end_layout
17141
17142 \end_inset
17143 </cell>
17144 </row>
17145 <row>
17146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17147 \begin_inset Text
17148
17149 \begin_layout Plain Layout
17150
17151 \backslash
17152 bigtriangleup
17153 \end_layout
17154
17155 \end_inset
17156 </cell>
17157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17158 \begin_inset Text
17159
17160 \begin_layout Plain Layout
17161 \begin_inset Formula $\bigtriangleup$
17162 \end_inset
17163
17164
17165 \end_layout
17166
17167 \end_inset
17168 </cell>
17169 </row>
17170 <row>
17171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17172 \begin_inset Text
17173
17174 \begin_layout Plain Layout
17175
17176 \backslash
17177 Box
17178 \end_layout
17179
17180 \end_inset
17181 </cell>
17182 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17183 \begin_inset Text
17184
17185 \begin_layout Plain Layout
17186 \begin_inset Formula $\Box$
17187 \end_inset
17188
17189
17190 \end_layout
17191
17192 \end_inset
17193 </cell>
17194 </row>
17195 <row>
17196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17197 \begin_inset Text
17198
17199 \begin_layout Plain Layout
17200
17201 \backslash
17202 cap 
17203 \end_layout
17204
17205 \end_inset
17206 </cell>
17207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17208 \begin_inset Text
17209
17210 \begin_layout Plain Layout
17211 \begin_inset Formula $\cap$
17212 \end_inset
17213
17214
17215 \end_layout
17216
17217 \end_inset
17218 </cell>
17219 </row>
17220 <row>
17221 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17222 \begin_inset Text
17223
17224 \begin_layout Plain Layout
17225
17226 \backslash
17227 cup
17228 \end_layout
17229
17230 \end_inset
17231 </cell>
17232 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17233 \begin_inset Text
17234
17235 \begin_layout Plain Layout
17236 \begin_inset Formula $\cup$
17237 \end_inset
17238
17239
17240 \end_layout
17241
17242 \end_inset
17243 </cell>
17244 </row>
17245 <row>
17246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17247 \begin_inset Text
17248
17249 \begin_layout Plain Layout
17250
17251 \backslash
17252 dagger
17253 \end_layout
17254
17255 \end_inset
17256 </cell>
17257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17258 \begin_inset Text
17259
17260 \begin_layout Plain Layout
17261 \begin_inset Formula $\dagger$
17262 \end_inset
17263
17264
17265 \end_layout
17266
17267 \end_inset
17268 </cell>
17269 </row>
17270 <row>
17271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17272 \begin_inset Text
17273
17274 \begin_layout Plain Layout
17275
17276 \backslash
17277 ddagger
17278 \end_layout
17279
17280 \end_inset
17281 </cell>
17282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17283 \begin_inset Text
17284
17285 \begin_layout Plain Layout
17286 \begin_inset Formula $\ddagger$
17287 \end_inset
17288
17289
17290 \end_layout
17291
17292 \end_inset
17293 </cell>
17294 </row>
17295 <row>
17296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17297 \begin_inset Text
17298
17299 \begin_layout Plain Layout
17300
17301 \backslash
17302 wr
17303 \end_layout
17304
17305 \end_inset
17306 </cell>
17307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17308 \begin_inset Text
17309
17310 \begin_layout Plain Layout
17311 \begin_inset Formula $\wr$
17312 \end_inset
17313
17314
17315 \end_layout
17316
17317 \end_inset
17318 </cell>
17319 </row>
17320 <row>
17321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17322 \begin_inset Text
17323
17324 \begin_layout Plain Layout
17325
17326 \backslash
17327 bigcirc
17328 \end_layout
17329
17330 \end_inset
17331 </cell>
17332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17333 \begin_inset Text
17334
17335 \begin_layout Plain Layout
17336 \begin_inset Formula $\bigcirc$
17337 \end_inset
17338
17339
17340 \end_layout
17341
17342 \end_inset
17343 </cell>
17344 </row>
17345 <row>
17346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17347 \begin_inset Text
17348
17349 \begin_layout Plain Layout
17350
17351 \backslash
17352 wedge
17353 \end_layout
17354
17355 \end_inset
17356 </cell>
17357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17358 \begin_inset Text
17359
17360 \begin_layout Plain Layout
17361 \begin_inset Formula $\wedge$
17362 \end_inset
17363
17364
17365 \end_layout
17366
17367 \end_inset
17368 </cell>
17369 </row>
17370 <row>
17371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17372 \begin_inset Text
17373
17374 \begin_layout Plain Layout
17375
17376 \backslash
17377 vee
17378 \end_layout
17379
17380 \end_inset
17381 </cell>
17382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17383 \begin_inset Text
17384
17385 \begin_layout Plain Layout
17386 \begin_inset Formula $\vee$
17387 \end_inset
17388
17389
17390 \end_layout
17391
17392 \end_inset
17393 </cell>
17394 </row>
17395 </lyxtabular>
17396
17397 \end_inset
17398
17399
17400 \begin_inset space \hfill{}
17401 \end_inset
17402
17403
17404 \begin_inset Tabular
17405 <lyxtabular version="3" rows="13" columns="2">
17406 <features tabularvalignment="middle">
17407 <column alignment="center" valignment="top" width="0pt">
17408 <column alignment="center" valignment="top" width="0pt">
17409 <row>
17410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17411 \begin_inset Text
17412
17413 \begin_layout Plain Layout
17414 Befehl
17415 \end_layout
17416
17417 \end_inset
17418 </cell>
17419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17420 \begin_inset Text
17421
17422 \begin_layout Plain Layout
17423 Ergebnis
17424 \end_layout
17425
17426 \end_inset
17427 </cell>
17428 </row>
17429 <row>
17430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17431 \begin_inset Text
17432
17433 \begin_layout Plain Layout
17434
17435 \backslash
17436 oplus
17437 \end_layout
17438
17439 \end_inset
17440 </cell>
17441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17442 \begin_inset Text
17443
17444 \begin_layout Plain Layout
17445 \begin_inset Formula $\oplus$
17446 \end_inset
17447
17448
17449 \end_layout
17450
17451 \end_inset
17452 </cell>
17453 </row>
17454 <row>
17455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17456 \begin_inset Text
17457
17458 \begin_layout Plain Layout
17459
17460 \backslash
17461 ominus
17462 \end_layout
17463
17464 \end_inset
17465 </cell>
17466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17467 \begin_inset Text
17468
17469 \begin_layout Plain Layout
17470 \begin_inset Formula $\ominus$
17471 \end_inset
17472
17473
17474 \end_layout
17475
17476 \end_inset
17477 </cell>
17478 </row>
17479 <row>
17480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17481 \begin_inset Text
17482
17483 \begin_layout Plain Layout
17484
17485 \backslash
17486 otimes
17487 \end_layout
17488
17489 \end_inset
17490 </cell>
17491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17492 \begin_inset Text
17493
17494 \begin_layout Plain Layout
17495 \begin_inset Formula $\otimes$
17496 \end_inset
17497
17498
17499 \end_layout
17500
17501 \end_inset
17502 </cell>
17503 </row>
17504 <row>
17505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17506 \begin_inset Text
17507
17508 \begin_layout Plain Layout
17509
17510 \backslash
17511 oslash
17512 \end_layout
17513
17514 \end_inset
17515 </cell>
17516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17517 \begin_inset Text
17518
17519 \begin_layout Plain Layout
17520 \begin_inset Formula $\oslash$
17521 \end_inset
17522
17523
17524 \end_layout
17525
17526 \end_inset
17527 </cell>
17528 </row>
17529 <row>
17530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17531 \begin_inset Text
17532
17533 \begin_layout Plain Layout
17534
17535 \backslash
17536 odot
17537 \end_layout
17538
17539 \end_inset
17540 </cell>
17541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17542 \begin_inset Text
17543
17544 \begin_layout Plain Layout
17545 \begin_inset Formula $\odot$
17546 \end_inset
17547
17548
17549 \end_layout
17550
17551 \end_inset
17552 </cell>
17553 </row>
17554 <row>
17555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17556 \begin_inset Text
17557
17558 \begin_layout Plain Layout
17559
17560 \backslash
17561 amalg
17562 \end_layout
17563
17564 \end_inset
17565 </cell>
17566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17567 \begin_inset Text
17568
17569 \begin_layout Plain Layout
17570 \begin_inset Formula $\amalg$
17571 \end_inset
17572
17573
17574 \end_layout
17575
17576 \end_inset
17577 </cell>
17578 </row>
17579 <row>
17580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17581 \begin_inset Text
17582
17583 \begin_layout Plain Layout
17584
17585 \backslash
17586 uplus
17587 \end_layout
17588
17589 \end_inset
17590 </cell>
17591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17592 \begin_inset Text
17593
17594 \begin_layout Plain Layout
17595 \begin_inset Formula $\uplus$
17596 \end_inset
17597
17598
17599 \end_layout
17600
17601 \end_inset
17602 </cell>
17603 </row>
17604 <row>
17605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17606 \begin_inset Text
17607
17608 \begin_layout Plain Layout
17609
17610 \backslash
17611 setminus
17612 \end_layout
17613
17614 \end_inset
17615 </cell>
17616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17617 \begin_inset Text
17618
17619 \begin_layout Plain Layout
17620 \begin_inset Formula $\setminus$
17621 \end_inset
17622
17623
17624 \end_layout
17625
17626 \end_inset
17627 </cell>
17628 </row>
17629 <row>
17630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17631 \begin_inset Text
17632
17633 \begin_layout Plain Layout
17634
17635 \backslash
17636 sqcap
17637 \end_layout
17638
17639 \end_inset
17640 </cell>
17641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17642 \begin_inset Text
17643
17644 \begin_layout Plain Layout
17645 \begin_inset Formula $\sqcap$
17646 \end_inset
17647
17648
17649 \end_layout
17650
17651 \end_inset
17652 </cell>
17653 </row>
17654 <row>
17655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17656 \begin_inset Text
17657
17658 \begin_layout Plain Layout
17659
17660 \backslash
17661 sqcup
17662 \end_layout
17663
17664 \end_inset
17665 </cell>
17666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17667 \begin_inset Text
17668
17669 \begin_layout Plain Layout
17670 \begin_inset Formula $\sqcup$
17671 \end_inset
17672
17673
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 <row>
17680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17681 \begin_inset Text
17682
17683 \begin_layout Plain Layout
17684
17685 \backslash
17686 triangleleft
17687 \end_layout
17688
17689 \end_inset
17690 </cell>
17691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17692 \begin_inset Text
17693
17694 \begin_layout Plain Layout
17695 \begin_inset Formula $\triangleleft$
17696 \end_inset
17697
17698
17699 \end_layout
17700
17701 \end_inset
17702 </cell>
17703 </row>
17704 <row>
17705 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17706 \begin_inset Text
17707
17708 \begin_layout Plain Layout
17709
17710 \backslash
17711 triangleright
17712 \end_layout
17713
17714 \end_inset
17715 </cell>
17716 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17717 \begin_inset Text
17718
17719 \begin_layout Plain Layout
17720 \begin_inset Formula $\triangleright$
17721 \end_inset
17722
17723
17724 \end_layout
17725
17726 \end_inset
17727 </cell>
17728 </row>
17729 </lyxtabular>
17730
17731 \end_inset
17732
17733
17734 \begin_inset space \hfill{}
17735 \end_inset
17736
17737
17738 \end_layout
17739
17740 \begin_layout Standard
17741 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17742  
17743 \begin_inset Graphics
17744         filename ../../images/math/pm.png
17745         scale 85
17746
17747 \end_inset
17748
17749  eingefügt werden.
17750 \end_layout
17751
17752 \begin_layout Standard
17753 Um den Laplace-Operator darzustellen, kann man statt 
17754 \series bold
17755
17756 \backslash
17757 bigtriangleup
17758 \series default
17759  auch 
17760 \series bold
17761
17762 \backslash
17763 Delta
17764 \series default
17765  verwenden oder man benutzt 
17766 \series bold
17767
17768 \backslash
17769 nabla
17770 \series default
17771 ^
17772 \series bold
17773 2
17774 \series default
17775  (
17776 \begin_inset Formula $\nabla^{2}$
17777 \end_inset
17778
17779 ).
17780 \end_layout
17781
17782 \begin_layout Standard
17783 Das Zeichen 
17784 \family sans
17785 Menütrenner
17786 \family default
17787  im Menü 
17788 \family sans
17789 Einfügen\SpecialChar \menuseparator
17790 Sonderzeichen
17791 \family default
17792  ist der Operator 
17793 \series bold
17794
17795 \backslash
17796 triangleright
17797 \series default
17798 .
17799 \end_layout
17800
17801 \begin_layout Subsection
17802 Selbst definierte Operatoren
17803 \begin_inset CommandInset label
17804 LatexCommand label
17805 name "sub:Selbstdefinierte-Operatoren"
17806
17807 \end_inset
17808
17809
17810 \begin_inset Index idx
17811 status collapsed
17812
17813 \begin_layout Plain Layout
17814 Operatoren ! selbstdefinierte
17815 \end_layout
17816
17817 \end_inset
17818
17819
17820 \end_layout
17821
17822 \begin_layout Standard
17823 Mit Hilfe des Befehls 
17824 \series bold
17825
17826 \backslash
17827 DeclareMathOperator
17828 \series default
17829
17830 \begin_inset Index idx
17831 status collapsed
17832
17833 \begin_layout Plain Layout
17834 Befehle ! D ! 
17835 \backslash
17836 dbinom@
17837 \backslash
17838 DeclareMathOperator
17839 \end_layout
17840
17841 \end_inset
17842
17843  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17844  Das Befehlsschema dazu lautet:
17845 \end_layout
17846
17847 \begin_layout Standard
17848
17849 \series bold
17850
17851 \backslash
17852 DeclareMathOperator{neuer Befehl}{Anzeige}
17853 \end_layout
17854
17855 \begin_layout Standard
17856 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17857  im Ausdruck aussieht.
17858  Will man einen großen Operator definieren, setzt man hinter den Befehl
17859  ein 
17860 \series bold
17861 *
17862 \series default
17863 .
17864  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17865  wie in 
17866 \begin_inset CommandInset ref
17867 LatexCommand ref
17868 reference "sub:Operatorgrenzen"
17869
17870 \end_inset
17871
17872  beschrieben.
17873 \end_layout
17874
17875 \begin_layout Standard
17876 Beispielsweise definiert die LaTeX-Vorspannzeile
17877 \end_layout
17878
17879 \begin_layout Standard
17880
17881 \series bold
17882
17883 \backslash
17884 DeclareMathOperator*{
17885 \backslash
17886 Raute}{
17887 \backslash
17888 blacklozenge}
17889 \end_layout
17890
17891 \begin_layout Standard
17892 den Befehl 
17893 \series bold
17894
17895 \backslash
17896 Raute
17897 \series default
17898 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17899  aus 
17900 \begin_inset CommandInset ref
17901 LatexCommand ref
17902 reference "sub:Sonstige-Symbole"
17903
17904 \end_inset
17905
17906  besteht:
17907 \begin_inset Formula 
17908 \[
17909 \Raute_{n=1}^{\infty}
17910 \]
17911
17912 \end_inset
17913
17914 Der Befehl für diese Formel lautet: 
17915 \series bold
17916
17917 \backslash
17918 Raute
17919 \series default
17920 ^
17921 \series bold
17922
17923 \backslash
17924 infty
17925 \begin_inset Formula $\to$
17926 \end_inset
17927
17928 _n=1
17929 \end_layout
17930
17931 \begin_layout Standard
17932 \begin_inset VSpace bigskip
17933 \end_inset
17934
17935 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17936  auch mit den Befehlen 
17937 \series bold
17938
17939 \backslash
17940 mathop
17941 \series default
17942
17943 \begin_inset Index idx
17944 status collapsed
17945
17946 \begin_layout Plain Layout
17947 Befehle ! M ! 
17948 \backslash
17949 mathop
17950 \end_layout
17951
17952 \end_inset
17953
17954  und 
17955 \series bold
17956
17957 \backslash
17958 mathbin
17959 \series default
17960
17961 \begin_inset Index idx
17962 status collapsed
17963
17964 \begin_layout Plain Layout
17965 Befehle ! M ! 
17966 \backslash
17967 mathbin
17968 \end_layout
17969
17970 \end_inset
17971
17972  definieren, die folgendes Schema besitzen:
17973 \end_layout
17974
17975 \begin_layout Standard
17976
17977 \series bold
17978
17979 \backslash
17980 mathop{Anzeige}
17981 \series default
17982  bzw.
17983  
17984 \series bold
17985
17986 \backslash
17987 mathbin{Anzeige}
17988 \end_layout
17989
17990 \begin_layout Standard
17991
17992 \series bold
17993
17994 \backslash
17995 mathop
17996 \series default
17997  definiert große, 
17998 \series bold
17999
18000 \backslash
18001 mathbin
18002 \series default
18003  binäre Operatoren.
18004 \end_layout
18005
18006 \begin_layout Standard
18007
18008 \series bold
18009
18010 \backslash
18011 mathop
18012 \series default
18013  lässt sich z.
18014 \begin_inset space \thinspace{}
18015 \end_inset
18016
18017 B.
18018  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
18019 \begin_inset Formula 
18020 \[
18021 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
18022 \]
18023
18024 \end_inset
18025
18026
18027 \end_layout
18028
18029 \begin_layout Standard
18030 Der Befehl für obige Formel lautet:
18031 \begin_inset Newline newline
18032 \end_inset
18033
18034  
18035 \series bold
18036
18037 \backslash
18038 mathop{
18039 \backslash
18040 sum
18041 \backslash
18042 negmedspace
18043 \backslash
18044 sum
18045 \series default
18046
18047 \begin_inset ERT
18048 status collapsed
18049
18050 \begin_layout Plain Layout
18051
18052
18053 \backslash
18054 leer 
18055 \end_layout
18056
18057 \end_inset
18058
18059
18060 \series bold
18061
18062 \begin_inset Formula $\to$
18063 \end_inset
18064
18065 ^N
18066 \series default
18067
18068 \begin_inset ERT
18069 status collapsed
18070
18071 \begin_layout Plain Layout
18072
18073
18074 \backslash
18075 leer 
18076 \end_layout
18077
18078 \end_inset
18079
18080
18081 \series bold
18082 _i,j=1
18083 \end_layout
18084
18085 \begin_layout Section
18086 Schriften
18087 \begin_inset Index idx
18088 status collapsed
18089
18090 \begin_layout Plain Layout
18091 Schriften
18092 \end_layout
18093
18094 \end_inset
18095
18096
18097 \end_layout
18098
18099 \begin_layout Subsection
18100 Schriftstile
18101 \begin_inset CommandInset label
18102 LatexCommand label
18103 name "sub:Schriftstile"
18104
18105 \end_inset
18106
18107
18108 \begin_inset Index idx
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112 Schriften ! Schriftstile
18113 \end_layout
18114
18115 \end_inset
18116
18117
18118 \end_layout
18119
18120 \begin_layout Standard
18121 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
18122  gesetzt werden:
18123 \begin_inset VSpace -2mm
18124 \end_inset
18125
18126
18127 \end_layout
18128
18129 \begin_layout Standard
18130 \align center
18131 \begin_inset Tabular
18132 <lyxtabular version="3" rows="7" columns="3">
18133 <features tabularvalignment="middle">
18134 <column alignment="center" valignment="top" width="0">
18135 <column alignment="center" valignment="top" width="0">
18136 <column alignment="center" valignment="top" width="0">
18137 <row>
18138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18139 \begin_inset Text
18140
18141 \begin_layout Plain Layout
18142 Befehl
18143 \end_layout
18144
18145 \end_inset
18146 </cell>
18147 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18148 \begin_inset Text
18149
18150 \begin_layout Plain Layout
18151 Ergebnis
18152 \end_layout
18153
18154 \end_inset
18155 </cell>
18156 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18157 \begin_inset Text
18158
18159 \begin_layout Plain Layout
18160 Tastenkürzel
18161 \end_layout
18162
18163 \end_inset
18164 </cell>
18165 </row>
18166 <row>
18167 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18168 \begin_inset Text
18169
18170 \begin_layout Plain Layout
18171
18172 \backslash
18173 mathbb
18174 \series bold
18175
18176 \begin_inset ERT
18177 status collapsed
18178
18179 \begin_layout Plain Layout
18180
18181
18182 \backslash
18183 leer 
18184 \end_layout
18185
18186 \end_inset
18187
18188
18189 \series default
18190 ABC
18191 \end_layout
18192
18193 \end_inset
18194 </cell>
18195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18196 \begin_inset Text
18197
18198 \begin_layout Plain Layout
18199 \begin_inset Formula $\mathbb{ABC}$
18200 \end_inset
18201
18202
18203 \end_layout
18204
18205 \end_inset
18206 </cell>
18207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18208 \begin_inset Text
18209
18210 \begin_layout Plain Layout
18211 Alt+Z K
18212 \end_layout
18213
18214 \end_inset
18215 </cell>
18216 </row>
18217 <row>
18218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18219 \begin_inset Text
18220
18221 \begin_layout Plain Layout
18222
18223 \backslash
18224 mathbf
18225 \series bold
18226
18227 \begin_inset ERT
18228 status collapsed
18229
18230 \begin_layout Plain Layout
18231
18232
18233 \backslash
18234 leer 
18235 \end_layout
18236
18237 \end_inset
18238
18239
18240 \series default
18241 AbC
18242 \end_layout
18243
18244 \end_inset
18245 </cell>
18246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18247 \begin_inset Text
18248
18249 \begin_layout Plain Layout
18250 \begin_inset Formula $\mathbf{AbC}$
18251 \end_inset
18252
18253
18254 \end_layout
18255
18256 \end_inset
18257 </cell>
18258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18259 \begin_inset Text
18260
18261 \begin_layout Plain Layout
18262 Strg+B
18263 \end_layout
18264
18265 \end_inset
18266 </cell>
18267 </row>
18268 <row>
18269 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18270 \begin_inset Text
18271
18272 \begin_layout Plain Layout
18273
18274 \backslash
18275 boldsymbol
18276 \series bold
18277
18278 \begin_inset ERT
18279 status collapsed
18280
18281 \begin_layout Plain Layout
18282
18283
18284 \backslash
18285 leer 
18286 \end_layout
18287
18288 \end_inset
18289
18290
18291 \series default
18292 AbC
18293 \end_layout
18294
18295 \end_inset
18296 </cell>
18297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18298 \begin_inset Text
18299
18300 \begin_layout Plain Layout
18301 \begin_inset Formula $\boldsymbol{AbC}$
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \end_inset
18308 </cell>
18309 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18310 \begin_inset Text
18311
18312 \begin_layout Plain Layout
18313 Alt+Z F oder Strg+Alt+B
18314 \end_layout
18315
18316 \end_inset
18317 </cell>
18318 </row>
18319 <row>
18320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18321 \begin_inset Text
18322
18323 \begin_layout Plain Layout
18324
18325 \backslash
18326 mathcal
18327 \series bold
18328
18329 \begin_inset ERT
18330 status collapsed
18331
18332 \begin_layout Plain Layout
18333
18334
18335 \backslash
18336 leer 
18337 \end_layout
18338
18339 \end_inset
18340
18341
18342 \series default
18343 ABC
18344 \end_layout
18345
18346 \end_inset
18347 </cell>
18348 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18349 \begin_inset Text
18350
18351 \begin_layout Plain Layout
18352 \begin_inset Formula $\mathcal{ABC}$
18353 \end_inset
18354
18355
18356 \end_layout
18357
18358 \end_inset
18359 </cell>
18360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18361 \begin_inset Text
18362
18363 \begin_layout Plain Layout
18364 Alt+Z H
18365 \end_layout
18366
18367 \end_inset
18368 </cell>
18369 </row>
18370 <row>
18371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18372 \begin_inset Text
18373
18374 \begin_layout Plain Layout
18375
18376 \backslash
18377 mathfrak
18378 \series bold
18379
18380 \begin_inset ERT
18381 status collapsed
18382
18383 \begin_layout Plain Layout
18384
18385
18386 \backslash
18387 leer 
18388 \end_layout
18389
18390 \end_inset
18391
18392
18393 \series default
18394 AbC
18395 \end_layout
18396
18397 \end_inset
18398 </cell>
18399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18400 \begin_inset Text
18401
18402 \begin_layout Plain Layout
18403 \begin_inset Formula $\mathfrak{AbC}$
18404 \end_inset
18405
18406
18407 \end_layout
18408
18409 \end_inset
18410 </cell>
18411 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18412 \begin_inset Text
18413
18414 \begin_layout Plain Layout
18415 -
18416 \end_layout
18417
18418 \end_inset
18419 </cell>
18420 </row>
18421 <row>
18422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18423 \begin_inset Text
18424
18425 \begin_layout Plain Layout
18426
18427 \backslash
18428 mathscr
18429 \series bold
18430
18431 \begin_inset ERT
18432 status collapsed
18433
18434 \begin_layout Plain Layout
18435
18436
18437 \backslash
18438 leer 
18439 \end_layout
18440
18441 \end_inset
18442
18443
18444 \series default
18445 AbC
18446 \end_layout
18447
18448 \end_inset
18449 </cell>
18450 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18451 \begin_inset Text
18452
18453 \begin_layout Plain Layout
18454 \begin_inset Formula $\mathscr{AbC}$
18455 \end_inset
18456
18457
18458 \end_layout
18459
18460 \end_inset
18461 </cell>
18462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18463 \begin_inset Text
18464
18465 \begin_layout Plain Layout
18466 -
18467 \end_layout
18468
18469 \end_inset
18470 </cell>
18471 </row>
18472 </lyxtabular>
18473
18474 \end_inset
18475
18476
18477 \end_layout
18478
18479 \begin_layout Standard
18480 \align center
18481 \begin_inset Tabular
18482 <lyxtabular version="3" rows="5" columns="3">
18483 <features tabularvalignment="middle">
18484 <column alignment="center" valignment="top" width="0">
18485 <column alignment="center" valignment="top" width="0">
18486 <column alignment="center" valignment="top" width="0">
18487 <row>
18488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18489 \begin_inset Text
18490
18491 \begin_layout Plain Layout
18492 Befehl
18493 \end_layout
18494
18495 \end_inset
18496 </cell>
18497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18498 \begin_inset Text
18499
18500 \begin_layout Plain Layout
18501 Ergebnis
18502 \end_layout
18503
18504 \end_inset
18505 </cell>
18506 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18507 \begin_inset Text
18508
18509 \begin_layout Plain Layout
18510 Tastenkürzel
18511 \end_layout
18512
18513 \end_inset
18514 </cell>
18515 </row>
18516 <row>
18517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18518 \begin_inset Text
18519
18520 \begin_layout Plain Layout
18521
18522 \backslash
18523 mathit
18524 \series bold
18525
18526 \begin_inset ERT
18527 status collapsed
18528
18529 \begin_layout Plain Layout
18530
18531
18532 \backslash
18533 leer 
18534 \end_layout
18535
18536 \end_inset
18537
18538
18539 \series default
18540 AbC
18541 \end_layout
18542
18543 \end_inset
18544 </cell>
18545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18546 \begin_inset Text
18547
18548 \begin_layout Plain Layout
18549 \begin_inset Formula $\mathit{AbC}$
18550 \end_inset
18551
18552
18553 \end_layout
18554
18555 \end_inset
18556 </cell>
18557 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18558 \begin_inset Text
18559
18560 \begin_layout Plain Layout
18561 -
18562 \end_layout
18563
18564 \end_inset
18565 </cell>
18566 </row>
18567 <row>
18568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18569 \begin_inset Text
18570
18571 \begin_layout Plain Layout
18572
18573 \backslash
18574 mathrm
18575 \series bold
18576
18577 \begin_inset ERT
18578 status collapsed
18579
18580 \begin_layout Plain Layout
18581
18582
18583 \backslash
18584 leer 
18585 \end_layout
18586
18587 \end_inset
18588
18589
18590 \series default
18591 AbC
18592 \end_layout
18593
18594 \end_inset
18595 </cell>
18596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18597 \begin_inset Text
18598
18599 \begin_layout Plain Layout
18600 \begin_inset Formula $\mathrm{AbC}$
18601 \end_inset
18602
18603
18604 \end_layout
18605
18606 \end_inset
18607 </cell>
18608 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18609 \begin_inset Text
18610
18611 \begin_layout Plain Layout
18612 Alt+Z R
18613 \end_layout
18614
18615 \end_inset
18616 </cell>
18617 </row>
18618 <row>
18619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18620 \begin_inset Text
18621
18622 \begin_layout Plain Layout
18623
18624 \backslash
18625 mathsf
18626 \series bold
18627
18628 \begin_inset ERT
18629 status collapsed
18630
18631 \begin_layout Plain Layout
18632
18633
18634 \backslash
18635 leer 
18636 \end_layout
18637
18638 \end_inset
18639
18640
18641 \series default
18642 AbC
18643 \end_layout
18644
18645 \end_inset
18646 </cell>
18647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18648 \begin_inset Text
18649
18650 \begin_layout Plain Layout
18651 \begin_inset Formula $\mathsf{AbC}$
18652 \end_inset
18653
18654
18655 \end_layout
18656
18657 \end_inset
18658 </cell>
18659 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18660 \begin_inset Text
18661
18662 \begin_layout Plain Layout
18663 Alt+Z S
18664 \end_layout
18665
18666 \end_inset
18667 </cell>
18668 </row>
18669 <row>
18670 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18671 \begin_inset Text
18672
18673 \begin_layout Plain Layout
18674
18675 \backslash
18676 mathtt
18677 \series bold
18678
18679 \begin_inset ERT
18680 status collapsed
18681
18682 \begin_layout Plain Layout
18683
18684
18685 \backslash
18686 leer 
18687 \end_layout
18688
18689 \end_inset
18690
18691
18692 \series default
18693 AbC
18694 \end_layout
18695
18696 \end_inset
18697 </cell>
18698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18699 \begin_inset Text
18700
18701 \begin_layout Plain Layout
18702 \begin_inset Formula $\mathtt{AbC}$
18703 \end_inset
18704
18705
18706 \end_layout
18707
18708 \end_inset
18709 </cell>
18710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18711 \begin_inset Text
18712
18713 \begin_layout Plain Layout
18714 Alt+Z C
18715 \end_layout
18716
18717 \end_inset
18718 </cell>
18719 </row>
18720 </lyxtabular>
18721
18722 \end_inset
18723
18724
18725 \end_layout
18726
18727 \begin_layout Standard
18728 \begin_inset Note Greyedout
18729 status open
18730
18731 \begin_layout Plain Layout
18732
18733 \series bold
18734 Achtung:
18735 \series default
18736  Die Stile 
18737 \series bold
18738
18739 \backslash
18740 mathbb
18741 \series default
18742  und 
18743 \series bold
18744
18745 \backslash
18746 mathcal
18747 \series default
18748  können nur für Großbuchstaben verwendet werden.
18749 \end_layout
18750
18751 \end_inset
18752
18753
18754 \end_layout
18755
18756 \begin_layout Standard
18757 Voreingestellt ist der Stil 
18758 \series bold
18759
18760 \backslash
18761 mathnormal
18762 \series default
18763 .
18764 \end_layout
18765
18766 \begin_layout Standard
18767 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18768 \begin_inset Formula 
18769 \[
18770 \mathfrak{A=\frac{b}{C}}
18771 \]
18772
18773 \end_inset
18774
18775
18776 \end_layout
18777
18778 \begin_layout Standard
18779 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18780 ile, sondern in dem Textschriftstil 
18781 \series bold
18782
18783 \backslash
18784 textrm
18785 \series default
18786 .
18787  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
18788  ein Fehler in LyX.
18789 \begin_inset Foot
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793 \begin_inset CommandInset href
18794 LatexCommand href
18795 name "LyX-Fehler #4629"
18796 target "http://www.lyx.org/trac/ticket/4629"
18797
18798 \end_inset
18799
18800
18801 \end_layout
18802
18803 \end_inset
18804
18805
18806 \end_layout
18807
18808 \begin_layout Standard
18809 Anstelle der Stilbefehle kann man auch den Dialog 
18810 \family sans
18811 Bearbeiten\SpecialChar \menuseparator
18812 Mathe\SpecialChar \menuseparator
18813 Text-Stil
18814 \family default
18815  oder den Mathe-Werkzeugleistenknopf 
18816 \begin_inset Graphics
18817         filename ../../images/math/font.png
18818         scale 85
18819
18820 \end_inset
18821
18822  verwenden.
18823 \end_layout
18824
18825 \begin_layout Subsection
18826 Fett gedruckte Formeln
18827 \begin_inset CommandInset label
18828 LatexCommand label
18829 name "sub:Fett-gedruckte-Formeln"
18830
18831 \end_inset
18832
18833
18834 \begin_inset Index idx
18835 status collapsed
18836
18837 \begin_layout Plain Layout
18838 Formel ! fett gedruckte
18839 \end_layout
18840
18841 \end_inset
18842
18843
18844 \end_layout
18845
18846 \begin_layout Standard
18847 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18848  Kapitel angegebenen Befehl 
18849 \series bold
18850
18851 \backslash
18852 mathbf
18853 \series default
18854  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18855  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18856  Formel gut erkennt:
18857 \end_layout
18858
18859 \begin_layout Standard
18860 \begin_inset Formula 
18861 \[
18862 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18863 \]
18864
18865 \end_inset
18866
18867
18868 \end_layout
18869
18870 \begin_layout Standard
18871 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18872 \series bold
18873
18874 \backslash
18875 boldsymbol
18876 \series default
18877 :
18878 \begin_inset Formula 
18879 \[
18880 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18881 \]
18882
18883 \end_inset
18884
18885 Es gibt auch die Möglichkeit die Formel in eine 
18886 \series bold
18887 boldmath-Umgebung
18888 \series default
18889  zu setzen.
18890  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18891 \series bold
18892
18893 \backslash
18894 boldmath
18895 \series default
18896
18897 \begin_inset Index idx
18898 status collapsed
18899
18900 \begin_layout Plain Layout
18901 Befehle ! B ! 
18902 \backslash
18903 boldmath
18904 \end_layout
18905
18906 \end_inset
18907
18908  eingibt.
18909  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18910 \series bold
18911
18912 \backslash
18913 unboldmath
18914 \series default
18915
18916 \begin_inset Index idx
18917 status collapsed
18918
18919 \begin_layout Plain Layout
18920 Befehle ! U ! 
18921 \backslash
18922 unboldmath
18923 \end_layout
18924
18925 \end_inset
18926
18927  ein.
18928 \begin_inset ERT
18929 status collapsed
18930
18931 \begin_layout Plain Layout
18932
18933
18934 \backslash
18935 boldmath 
18936 \end_layout
18937
18938 \end_inset
18939
18940
18941 \begin_inset Formula 
18942 \[
18943 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18944 \]
18945
18946 \end_inset
18947
18948
18949 \begin_inset ERT
18950 status collapsed
18951
18952 \begin_layout Plain Layout
18953
18954
18955 \backslash
18956 unboldmath 
18957 \end_layout
18958
18959 \end_inset
18960
18961
18962 \end_layout
18963
18964 \begin_layout Subsection
18965 Farbige Formeln
18966 \begin_inset Index idx
18967 status collapsed
18968
18969 \begin_layout Plain Layout
18970 Formel ! farbige
18971 \end_layout
18972
18973 \end_inset
18974
18975
18976 \end_layout
18977
18978 \begin_layout Standard
18979 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18980  oder Formelteile und verwenden dann den 
18981 \family sans
18982 Textstil
18983 \family default
18984  Dialog.
18985  Hier ist eine Formel in Magenta:
18986 \begin_inset Formula 
18987 \[
18988 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18989 \]
18990
18991 \end_inset
18992
18993
18994 \end_layout
18995
18996 \begin_layout Standard
18997 Man kann auch eigene Farben definieren, wie in 
18998 \begin_inset CommandInset ref
18999 LatexCommand ref
19000 reference "sub:Farbige-Boxen"
19001
19002 \end_inset
19003
19004  erklärt ist.
19005  Diese können dann mit dem TeX-Code Befehl 
19006 \series bold
19007
19008 \backslash
19009 textcolor
19010 \series default
19011
19012 \begin_inset Index idx
19013 status collapsed
19014
19015 \begin_layout Plain Layout
19016 Befehle! T ! 
19017 \backslash
19018 textcolor
19019 \end_layout
19020
19021 \end_inset
19022
19023  verwendet werden, dass folgendes Schema besitzt:
19024 \end_layout
19025
19026 \begin_layout Standard
19027
19028 \series bold
19029
19030 \backslash
19031 textcolor{Farbe}{Zeichen oder Formel}
19032 \end_layout
19033
19034 \begin_layout Standard
19035 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
19036 \end_layout
19037
19038 \begin_layout Standard
19039 \begin_inset ERT
19040 status collapsed
19041
19042 \begin_layout Plain Layout
19043
19044
19045 \backslash
19046 textcolor{dunkelgruen}{
19047 \end_layout
19048
19049 \end_inset
19050
19051
19052 \begin_inset Formula 
19053 \[
19054 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
19055 \]
19056
19057 \end_inset
19058
19059
19060 \begin_inset ERT
19061 status collapsed
19062
19063 \begin_layout Plain Layout
19064
19065 }
19066 \end_layout
19067
19068 \end_inset
19069
19070
19071 \end_layout
19072
19073 \begin_layout Standard
19074 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
19075 n Farben gefärbt werden.
19076 \begin_inset Foot
19077 status collapsed
19078
19079 \begin_layout Plain Layout
19080 \begin_inset CommandInset href
19081 LatexCommand href
19082 name "LyX-bug #5269"
19083 target "http://www.lyx.org/trac/ticket/5269"
19084
19085 \end_inset
19086
19087
19088 \end_layout
19089
19090 \end_inset
19091
19092
19093 \end_layout
19094
19095 \begin_layout Subsection
19096 Schriftgrößen
19097 \begin_inset CommandInset label
19098 LatexCommand label
19099 name "sub:Schriftgrößen"
19100
19101 \end_inset
19102
19103
19104 \begin_inset Index idx
19105 status collapsed
19106
19107 \begin_layout Plain Layout
19108 Schriften ! Schriftgrößen
19109 \end_layout
19110
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \begin_layout Standard
19117 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
19118 le:
19119 \end_layout
19120
19121 \begin_layout Standard
19122
19123 \series bold
19124
19125 \backslash
19126 Huge
19127 \series default
19128
19129 \series bold
19130
19131 \backslash
19132 huge
19133 \series default
19134
19135 \series bold
19136
19137 \backslash
19138 LARGE
19139 \series default
19140
19141 \series bold
19142
19143 \backslash
19144 Large
19145 \series default
19146
19147 \series bold
19148
19149 \backslash
19150 large
19151 \series default
19152
19153 \series bold
19154
19155 \backslash
19156 normalsize
19157 \series default
19158
19159 \series bold
19160
19161 \backslash
19162 small
19163 \series default
19164
19165 \series bold
19166
19167 \backslash
19168 footnotesize
19169 \series default
19170 ,
19171 \begin_inset Newline linebreak
19172 \end_inset
19173
19174
19175 \series bold
19176
19177 \backslash
19178 scriptsize
19179 \series default
19180  und 
19181 \series bold
19182
19183 \backslash
19184 tiny
19185 \end_layout
19186
19187 \begin_layout Standard
19188 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
19189  ab, die dem Befehl 
19190 \series bold
19191
19192 \backslash
19193 normalsize
19194 \series default
19195  entspricht.
19196  Die anderen Befehle produzieren kleinere oder größere Schriften als 
19197 \series bold
19198
19199 \backslash
19200 normalsize
19201 \series default
19202 .
19203  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
19204  Beträgt z.
19205 \begin_inset space \thinspace{}
19206 \end_inset
19207
19208 B.
19209  die Dokumentschriftgröße 12
19210 \begin_inset space \thinspace{}
19211 \end_inset
19212
19213 pt, produziert der Befehl 
19214 \series bold
19215
19216 \backslash
19217 Huge
19218 \series default
19219  dasselbe wie 
19220 \series bold
19221
19222 \backslash
19223 huge
19224 \series default
19225 .
19226  
19227 \end_layout
19228
19229 \begin_layout Standard
19230 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
19231  Größe aller nachfolgenden Formel- und Textzeichen fest.
19232  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
19233  TeX-Modus den Befehl 
19234 \series bold
19235
19236 \backslash
19237 normalsize
19238 \series default
19239  ein.
19240 \end_layout
19241
19242 \begin_layout Standard
19243 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
19244  werden:
19245 \end_layout
19246
19247 \begin_layout Standard
19248 \noindent
19249 \align center
19250 \begin_inset Tabular
19251 <lyxtabular version="3" rows="5" columns="2">
19252 <features tabularvalignment="middle">
19253 <column alignment="center" valignment="top" width="0">
19254 <column alignment="center" valignment="top" width="0">
19255 <row>
19256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 Befehl
19261 \end_layout
19262
19263 \end_inset
19264 </cell>
19265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19266 \begin_inset Text
19267
19268 \begin_layout Plain Layout
19269 Ergebnis
19270 \begin_inset Note Note
19271 status collapsed
19272
19273 \begin_layout Plain Layout
19274
19275 \series bold
19276
19277 \backslash
19278 raisebox
19279 \series default
19280  dient nur als Abstandhalter.
19281 \end_layout
19282
19283 \end_inset
19284
19285
19286 \end_layout
19287
19288 \end_inset
19289 </cell>
19290 </row>
19291 <row>
19292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19293 \begin_inset Text
19294
19295 \begin_layout Plain Layout
19296
19297 \backslash
19298 displaystyle
19299 \begin_inset Index idx
19300 status collapsed
19301
19302 \begin_layout Plain Layout
19303 Befehle ! D ! 
19304 \backslash
19305 displaystyle
19306 \end_layout
19307
19308 \end_inset
19309
19310
19311 \end_layout
19312
19313 \end_inset
19314 </cell>
19315 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19316 \begin_inset Text
19317
19318 \begin_layout Plain Layout
19319 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
19320 \end_inset
19321
19322
19323 \end_layout
19324
19325 \end_inset
19326 </cell>
19327 </row>
19328 <row>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333
19334 \backslash
19335 textstyle
19336 \end_layout
19337
19338 \end_inset
19339 </cell>
19340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19341 \begin_inset Text
19342
19343 \begin_layout Plain Layout
19344 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
19345 \end_inset
19346
19347
19348 \end_layout
19349
19350 \end_inset
19351 </cell>
19352 </row>
19353 <row>
19354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358
19359 \backslash
19360 scriptstyle
19361 \end_layout
19362
19363 \end_inset
19364 </cell>
19365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19366 \begin_inset Text
19367
19368 \begin_layout Plain Layout
19369 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19370 \end_inset
19371
19372
19373 \end_layout
19374
19375 \end_inset
19376 </cell>
19377 </row>
19378 <row>
19379 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19380 \begin_inset Text
19381
19382 \begin_layout Plain Layout
19383
19384 \backslash
19385 scriptscriptstyle
19386 \end_layout
19387
19388 \end_inset
19389 </cell>
19390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19391 \begin_inset Text
19392
19393 \begin_layout Plain Layout
19394 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
19395 \end_inset
19396
19397
19398 \end_layout
19399
19400 \end_inset
19401 </cell>
19402 </row>
19403 </lyxtabular>
19404
19405 \end_inset
19406
19407
19408 \end_layout
19409
19410 \begin_layout Standard
19411 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
19412  in das die Formelteile eingegeben werden.
19413 \end_layout
19414
19415 \begin_layout Standard
19416 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
19417  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
19418  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
19419  eingegeben.
19420  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
19421  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
19422  Dazu zwei Beispiele:
19423 \begin_inset VSpace -2mm
19424 \end_inset
19425
19426
19427 \end_layout
19428
19429 \begin_layout Standard
19430 \begin_inset ERT
19431 status collapsed
19432
19433 \begin_layout Plain Layout
19434
19435
19436 \backslash
19437 huge 
19438 \end_layout
19439
19440 \end_inset
19441
19442
19443 \begin_inset Formula 
19444 \[
19445 A=\frac{B}{c}\cdot\maltese
19446 \]
19447
19448 \end_inset
19449
19450
19451 \begin_inset Formula 
19452 \[
19453 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
19454 \]
19455
19456 \end_inset
19457
19458
19459 \begin_inset ERT
19460 status collapsed
19461
19462 \begin_layout Plain Layout
19463
19464
19465 \backslash
19466 normalsize 
19467 \end_layout
19468
19469 \end_inset
19470
19471
19472 \end_layout
19473
19474 \begin_layout Standard
19475 \begin_inset VSpace medskip
19476 \end_inset
19477
19478 Vor beiden Formeln wurde der Befehl 
19479 \series bold
19480
19481 \backslash
19482 huge
19483 \series default
19484  eingegeben.
19485  Der Befehl für die zweite Formel lautet:
19486 \begin_inset Newline newline
19487 \end_inset
19488
19489
19490 \series bold
19491
19492 \backslash
19493 maltese
19494 \begin_inset ERT
19495 status collapsed
19496
19497 \begin_layout Plain Layout
19498
19499
19500 \backslash
19501 leer 
19502 \end_layout
19503
19504 \end_inset
19505
19506 A M-m m 
19507 \backslash
19508 Large
19509 \begin_inset ERT
19510 status collapsed
19511
19512 \begin_layout Plain Layout
19513
19514
19515 \backslash
19516 leer 
19517 \end_layout
19518
19519 \end_inset
19520
19521
19522 \backslash
19523 maltese
19524 \begin_inset ERT
19525 status collapsed
19526
19527 \begin_layout Plain Layout
19528
19529
19530 \backslash
19531 leer 
19532 \end_layout
19533
19534 \end_inset
19535
19536
19537 \backslash
19538 textit
19539 \begin_inset ERT
19540 status collapsed
19541
19542 \begin_layout Plain Layout
19543
19544
19545 \backslash
19546 leer 
19547 \end_layout
19548
19549 \end_inset
19550
19551 A
19552 \begin_inset Formula $\to$
19553 \end_inset
19554
19555
19556 \begin_inset Formula $\to$
19557 \end_inset
19558
19559
19560 \begin_inset Newline newline
19561 \end_inset
19562
19563
19564 \begin_inset space \hspace*{}
19565 \length 1cm
19566 \end_inset
19567
19568 M-m
19569 \series default
19570  
19571 \series bold
19572
19573 \backslash
19574 tiny
19575 \begin_inset ERT
19576 status collapsed
19577
19578 \begin_layout Plain Layout
19579
19580
19581 \backslash
19582 leer 
19583 \end_layout
19584
19585 \end_inset
19586
19587
19588 \backslash
19589 maltese
19590 \begin_inset ERT
19591 status collapsed
19592
19593 \begin_layout Plain Layout
19594
19595
19596 \backslash
19597 leer 
19598 \end_layout
19599
19600 \end_inset
19601
19602
19603 \backslash
19604 textit
19605 \begin_inset ERT
19606 status collapsed
19607
19608 \begin_layout Plain Layout
19609
19610
19611 \backslash
19612 leer 
19613 \end_layout
19614
19615 \end_inset
19616
19617 A
19618 \end_layout
19619
19620 \begin_layout Standard
19621 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
19622  immer in der Standardgröße dargestellt.
19623 \end_layout
19624
19625 \begin_layout Section
19626 Griechische Buchstaben
19627 \begin_inset Index idx
19628 status collapsed
19629
19630 \begin_layout Plain Layout
19631 griechische Buchstaben
19632 \end_layout
19633
19634 \end_inset
19635
19636
19637 \end_layout
19638
19639 \begin_layout Standard
19640 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
19641  
19642 \begin_inset Graphics
19643         filename ../../images/math/alpha.png
19644         scale 85
19645
19646 \end_inset
19647
19648  eingefügt werden.
19649  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
19650  in Formeln aufrecht gesetzt werden.
19651  In einigen Sprachen, wie z.
19652 \begin_inset space \thinspace{}
19653 \end_inset
19654
19655 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
19656 \end_layout
19657
19658 \begin_layout Subsection
19659 Kleine Buchstaben
19660 \begin_inset Index idx
19661 status collapsed
19662
19663 \begin_layout Plain Layout
19664 griechische Buchstaben ! kleine
19665 \end_layout
19666
19667 \end_inset
19668
19669
19670 \end_layout
19671
19672 \begin_layout Standard
19673 \begin_inset space \hfill{}
19674 \end_inset
19675
19676
19677 \begin_inset Tabular
19678 <lyxtabular version="3" rows="11" columns="2">
19679 <features tabularvalignment="middle">
19680 <column alignment="center" valignment="top" width="0pt">
19681 <column alignment="center" valignment="top" width="0pt">
19682 <row>
19683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687 Befehl
19688 \end_layout
19689
19690 \end_inset
19691 </cell>
19692 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19693 \begin_inset Text
19694
19695 \begin_layout Plain Layout
19696 Ergebnis
19697 \end_layout
19698
19699 \end_inset
19700 </cell>
19701 </row>
19702 <row>
19703 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19704 \begin_inset Text
19705
19706 \begin_layout Plain Layout
19707
19708 \backslash
19709 alpha
19710 \end_layout
19711
19712 \end_inset
19713 </cell>
19714 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19715 \begin_inset Text
19716
19717 \begin_layout Plain Layout
19718 \begin_inset Formula $\alpha$
19719 \end_inset
19720
19721
19722 \end_layout
19723
19724 \end_inset
19725 </cell>
19726 </row>
19727 <row>
19728 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19729 \begin_inset Text
19730
19731 \begin_layout Plain Layout
19732
19733 \backslash
19734 beta
19735 \end_layout
19736
19737 \end_inset
19738 </cell>
19739 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19740 \begin_inset Text
19741
19742 \begin_layout Plain Layout
19743 \begin_inset Formula $\beta$
19744 \end_inset
19745
19746
19747 \end_layout
19748
19749 \end_inset
19750 </cell>
19751 </row>
19752 <row>
19753 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19754 \begin_inset Text
19755
19756 \begin_layout Plain Layout
19757
19758 \backslash
19759 gamma
19760 \end_layout
19761
19762 \end_inset
19763 </cell>
19764 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19765 \begin_inset Text
19766
19767 \begin_layout Plain Layout
19768 \begin_inset Formula $\gamma$
19769 \end_inset
19770
19771
19772 \end_layout
19773
19774 \end_inset
19775 </cell>
19776 </row>
19777 <row>
19778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19779 \begin_inset Text
19780
19781 \begin_layout Plain Layout
19782
19783 \backslash
19784 delta
19785 \end_layout
19786
19787 \end_inset
19788 </cell>
19789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19790 \begin_inset Text
19791
19792 \begin_layout Plain Layout
19793 \begin_inset Formula $\delta$
19794 \end_inset
19795
19796
19797 \end_layout
19798
19799 \end_inset
19800 </cell>
19801 </row>
19802 <row>
19803 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19804 \begin_inset Text
19805
19806 \begin_layout Plain Layout
19807
19808 \backslash
19809 epsilon
19810 \end_layout
19811
19812 \end_inset
19813 </cell>
19814 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19815 \begin_inset Text
19816
19817 \begin_layout Plain Layout
19818 \begin_inset Formula $\epsilon$
19819 \end_inset
19820
19821
19822 \end_layout
19823
19824 \end_inset
19825 </cell>
19826 </row>
19827 <row>
19828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19829 \begin_inset Text
19830
19831 \begin_layout Plain Layout
19832
19833 \backslash
19834 varepsilon
19835 \end_layout
19836
19837 \end_inset
19838 </cell>
19839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19840 \begin_inset Text
19841
19842 \begin_layout Plain Layout
19843 \begin_inset Formula $\varepsilon$
19844 \end_inset
19845
19846
19847 \end_layout
19848
19849 \end_inset
19850 </cell>
19851 </row>
19852 <row>
19853 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19854 \begin_inset Text
19855
19856 \begin_layout Plain Layout
19857
19858 \backslash
19859 zeta
19860 \end_layout
19861
19862 \end_inset
19863 </cell>
19864 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19865 \begin_inset Text
19866
19867 \begin_layout Plain Layout
19868 \begin_inset Formula $\zeta$
19869 \end_inset
19870
19871
19872 \end_layout
19873
19874 \end_inset
19875 </cell>
19876 </row>
19877 <row>
19878 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19879 \begin_inset Text
19880
19881 \begin_layout Plain Layout
19882
19883 \backslash
19884 eta
19885 \end_layout
19886
19887 \end_inset
19888 </cell>
19889 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19890 \begin_inset Text
19891
19892 \begin_layout Plain Layout
19893 \begin_inset Formula $\eta$
19894 \end_inset
19895
19896
19897 \end_layout
19898
19899 \end_inset
19900 </cell>
19901 </row>
19902 <row>
19903 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19904 \begin_inset Text
19905
19906 \begin_layout Plain Layout
19907
19908 \backslash
19909 theta
19910 \end_layout
19911
19912 \end_inset
19913 </cell>
19914 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19915 \begin_inset Text
19916
19917 \begin_layout Plain Layout
19918 \begin_inset Formula $\theta$
19919 \end_inset
19920
19921
19922 \end_layout
19923
19924 \end_inset
19925 </cell>
19926 </row>
19927 <row>
19928 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19929 \begin_inset Text
19930
19931 \begin_layout Plain Layout
19932
19933 \backslash
19934 vartheta
19935 \end_layout
19936
19937 \end_inset
19938 </cell>
19939 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19940 \begin_inset Text
19941
19942 \begin_layout Plain Layout
19943 \begin_inset Formula $\vartheta$
19944 \end_inset
19945
19946
19947 \end_layout
19948
19949 \end_inset
19950 </cell>
19951 </row>
19952 </lyxtabular>
19953
19954 \end_inset
19955
19956
19957 \begin_inset space \hfill{}
19958 \end_inset
19959
19960
19961 \begin_inset Tabular
19962 <lyxtabular version="3" rows="12" columns="2">
19963 <features tabularvalignment="middle">
19964 <column alignment="center" valignment="top" width="0pt">
19965 <column alignment="center" valignment="top" width="0pt">
19966 <row>
19967 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19968 \begin_inset Text
19969
19970 \begin_layout Plain Layout
19971 Befehl
19972 \end_layout
19973
19974 \end_inset
19975 </cell>
19976 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19977 \begin_inset Text
19978
19979 \begin_layout Plain Layout
19980 Ergebnis
19981 \end_layout
19982
19983 \end_inset
19984 </cell>
19985 </row>
19986 <row>
19987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19988 \begin_inset Text
19989
19990 \begin_layout Plain Layout
19991
19992 \backslash
19993 iota
19994 \end_layout
19995
19996 \end_inset
19997 </cell>
19998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19999 \begin_inset Text
20000
20001 \begin_layout Plain Layout
20002 \begin_inset Formula $\iota$
20003 \end_inset
20004
20005
20006 \end_layout
20007
20008 \end_inset
20009 </cell>
20010 </row>
20011 <row>
20012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20013 \begin_inset Text
20014
20015 \begin_layout Plain Layout
20016
20017 \backslash
20018 kappa
20019 \end_layout
20020
20021 \end_inset
20022 </cell>
20023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20024 \begin_inset Text
20025
20026 \begin_layout Plain Layout
20027 \begin_inset Formula $\kappa$
20028 \end_inset
20029
20030
20031 \end_layout
20032
20033 \end_inset
20034 </cell>
20035 </row>
20036 <row>
20037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20038 \begin_inset Text
20039
20040 \begin_layout Plain Layout
20041
20042 \backslash
20043 varkappa
20044 \end_layout
20045
20046 \end_inset
20047 </cell>
20048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20049 \begin_inset Text
20050
20051 \begin_layout Plain Layout
20052 \begin_inset Formula $\varkappa$
20053 \end_inset
20054
20055
20056 \end_layout
20057
20058 \end_inset
20059 </cell>
20060 </row>
20061 <row>
20062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20063 \begin_inset Text
20064
20065 \begin_layout Plain Layout
20066
20067 \backslash
20068 lambda
20069 \end_layout
20070
20071 \end_inset
20072 </cell>
20073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20074 \begin_inset Text
20075
20076 \begin_layout Plain Layout
20077 \begin_inset Formula $\lambda$
20078 \end_inset
20079
20080
20081 \end_layout
20082
20083 \end_inset
20084 </cell>
20085 </row>
20086 <row>
20087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20088 \begin_inset Text
20089
20090 \begin_layout Plain Layout
20091
20092 \backslash
20093 mu
20094 \end_layout
20095
20096 \end_inset
20097 </cell>
20098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20099 \begin_inset Text
20100
20101 \begin_layout Plain Layout
20102 \begin_inset Formula $\mu$
20103 \end_inset
20104
20105
20106 \end_layout
20107
20108 \end_inset
20109 </cell>
20110 </row>
20111 <row>
20112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20113 \begin_inset Text
20114
20115 \begin_layout Plain Layout
20116
20117 \backslash
20118 nu
20119 \end_layout
20120
20121 \end_inset
20122 </cell>
20123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20124 \begin_inset Text
20125
20126 \begin_layout Plain Layout
20127 \begin_inset Formula $\nu$
20128 \end_inset
20129
20130
20131 \end_layout
20132
20133 \end_inset
20134 </cell>
20135 </row>
20136 <row>
20137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20138 \begin_inset Text
20139
20140 \begin_layout Plain Layout
20141
20142 \backslash
20143 xi
20144 \end_layout
20145
20146 \end_inset
20147 </cell>
20148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20149 \begin_inset Text
20150
20151 \begin_layout Plain Layout
20152 \begin_inset Formula $\xi$
20153 \end_inset
20154
20155
20156 \end_layout
20157
20158 \end_inset
20159 </cell>
20160 </row>
20161 <row>
20162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20163 \begin_inset Text
20164
20165 \begin_layout Plain Layout
20166 o
20167 \end_layout
20168
20169 \end_inset
20170 </cell>
20171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20172 \begin_inset Text
20173
20174 \begin_layout Plain Layout
20175 \begin_inset Formula $o$
20176 \end_inset
20177
20178
20179 \end_layout
20180
20181 \end_inset
20182 </cell>
20183 </row>
20184 <row>
20185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189
20190 \backslash
20191 pi
20192 \end_layout
20193
20194 \end_inset
20195 </cell>
20196 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20197 \begin_inset Text
20198
20199 \begin_layout Plain Layout
20200 \begin_inset Formula $\pi$
20201 \end_inset
20202
20203
20204 \end_layout
20205
20206 \end_inset
20207 </cell>
20208 </row>
20209 <row>
20210 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20211 \begin_inset Text
20212
20213 \begin_layout Plain Layout
20214
20215 \backslash
20216 varpi
20217 \end_layout
20218
20219 \end_inset
20220 </cell>
20221 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20222 \begin_inset Text
20223
20224 \begin_layout Plain Layout
20225 \begin_inset Formula $\varpi$
20226 \end_inset
20227
20228
20229 \end_layout
20230
20231 \end_inset
20232 </cell>
20233 </row>
20234 <row>
20235 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20236 \begin_inset Text
20237
20238 \begin_layout Plain Layout
20239
20240 \backslash
20241 rho
20242 \end_layout
20243
20244 \end_inset
20245 </cell>
20246 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20247 \begin_inset Text
20248
20249 \begin_layout Plain Layout
20250 \begin_inset Formula $\rho$
20251 \end_inset
20252
20253
20254 \end_layout
20255
20256 \end_inset
20257 </cell>
20258 </row>
20259 </lyxtabular>
20260
20261 \end_inset
20262
20263
20264 \begin_inset space \hfill{}
20265 \end_inset
20266
20267
20268 \begin_inset Tabular
20269 <lyxtabular version="3" rows="11" columns="2">
20270 <features tabularvalignment="middle">
20271 <column alignment="center" valignment="top" width="0pt">
20272 <column alignment="center" valignment="top" width="0pt">
20273 <row>
20274 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20275 \begin_inset Text
20276
20277 \begin_layout Plain Layout
20278 Befehl
20279 \end_layout
20280
20281 \end_inset
20282 </cell>
20283 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20284 \begin_inset Text
20285
20286 \begin_layout Plain Layout
20287 Ergebnis
20288 \end_layout
20289
20290 \end_inset
20291 </cell>
20292 </row>
20293 <row>
20294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20295 \begin_inset Text
20296
20297 \begin_layout Plain Layout
20298
20299 \backslash
20300 varrho
20301 \end_layout
20302
20303 \end_inset
20304 </cell>
20305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20306 \begin_inset Text
20307
20308 \begin_layout Plain Layout
20309 \begin_inset Formula $\varrho$
20310 \end_inset
20311
20312
20313 \end_layout
20314
20315 \end_inset
20316 </cell>
20317 </row>
20318 <row>
20319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20320 \begin_inset Text
20321
20322 \begin_layout Plain Layout
20323
20324 \backslash
20325 sigma
20326 \end_layout
20327
20328 \end_inset
20329 </cell>
20330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20331 \begin_inset Text
20332
20333 \begin_layout Plain Layout
20334 \begin_inset Formula $\sigma$
20335 \end_inset
20336
20337
20338 \end_layout
20339
20340 \end_inset
20341 </cell>
20342 </row>
20343 <row>
20344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20345 \begin_inset Text
20346
20347 \begin_layout Plain Layout
20348
20349 \backslash
20350 varsigma
20351 \end_layout
20352
20353 \end_inset
20354 </cell>
20355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20356 \begin_inset Text
20357
20358 \begin_layout Plain Layout
20359 \begin_inset Formula $\varsigma$
20360 \end_inset
20361
20362
20363 \end_layout
20364
20365 \end_inset
20366 </cell>
20367 </row>
20368 <row>
20369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20370 \begin_inset Text
20371
20372 \begin_layout Plain Layout
20373
20374 \backslash
20375 tau
20376 \end_layout
20377
20378 \end_inset
20379 </cell>
20380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20381 \begin_inset Text
20382
20383 \begin_layout Plain Layout
20384 \begin_inset Formula $\tau$
20385 \end_inset
20386
20387
20388 \end_layout
20389
20390 \end_inset
20391 </cell>
20392 </row>
20393 <row>
20394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20395 \begin_inset Text
20396
20397 \begin_layout Plain Layout
20398
20399 \backslash
20400 upsilon
20401 \end_layout
20402
20403 \end_inset
20404 </cell>
20405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20406 \begin_inset Text
20407
20408 \begin_layout Plain Layout
20409 \begin_inset Formula $\upsilon$
20410 \end_inset
20411
20412
20413 \end_layout
20414
20415 \end_inset
20416 </cell>
20417 </row>
20418 <row>
20419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423
20424 \backslash
20425 phi
20426 \end_layout
20427
20428 \end_inset
20429 </cell>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434 \begin_inset Formula $\phi$
20435 \end_inset
20436
20437
20438 \end_layout
20439
20440 \end_inset
20441 </cell>
20442 </row>
20443 <row>
20444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20445 \begin_inset Text
20446
20447 \begin_layout Plain Layout
20448
20449 \backslash
20450 varphi
20451 \end_layout
20452
20453 \end_inset
20454 </cell>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459 \begin_inset Formula $\varphi$
20460 \end_inset
20461
20462
20463 \end_layout
20464
20465 \end_inset
20466 </cell>
20467 </row>
20468 <row>
20469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20470 \begin_inset Text
20471
20472 \begin_layout Plain Layout
20473
20474 \backslash
20475 chi
20476 \end_layout
20477
20478 \end_inset
20479 </cell>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484 \begin_inset Formula $\chi$
20485 \end_inset
20486
20487
20488 \end_layout
20489
20490 \end_inset
20491 </cell>
20492 </row>
20493 <row>
20494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20495 \begin_inset Text
20496
20497 \begin_layout Plain Layout
20498
20499 \backslash
20500 psi
20501 \end_layout
20502
20503 \end_inset
20504 </cell>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509 \begin_inset Formula $\psi$
20510 \end_inset
20511
20512
20513 \end_layout
20514
20515 \end_inset
20516 </cell>
20517 </row>
20518 <row>
20519 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20520 \begin_inset Text
20521
20522 \begin_layout Plain Layout
20523
20524 \backslash
20525 omega
20526 \end_layout
20527
20528 \end_inset
20529 </cell>
20530 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534 \begin_inset Formula $\omega$
20535 \end_inset
20536
20537
20538 \end_layout
20539
20540 \end_inset
20541 </cell>
20542 </row>
20543 </lyxtabular>
20544
20545 \end_inset
20546
20547
20548 \begin_inset space \hfill{}
20549 \end_inset
20550
20551
20552 \end_layout
20553
20554 \begin_layout Standard
20555 \begin_inset VSpace medskip
20556 \end_inset
20557
20558 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
20559 \begin_inset CommandInset ref
20560 LatexCommand ref
20561 reference "sub:Aufrechte-kleine-griechische"
20562
20563 \end_inset
20564
20565  beschrieben.
20566 \end_layout
20567
20568 \begin_layout Subsection
20569 Große Buchstaben
20570 \begin_inset Index idx
20571 status collapsed
20572
20573 \begin_layout Plain Layout
20574 griechische Buchstaben ! große
20575 \end_layout
20576
20577 \end_inset
20578
20579
20580 \end_layout
20581
20582 \begin_layout Standard
20583 \begin_inset space \hfill{}
20584 \end_inset
20585
20586
20587 \begin_inset Tabular
20588 <lyxtabular version="3" rows="7" columns="2">
20589 <features tabularvalignment="middle">
20590 <column alignment="center" valignment="top" width="0pt">
20591 <column alignment="center" valignment="top" width="0pt">
20592 <row>
20593 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20594 \begin_inset Text
20595
20596 \begin_layout Plain Layout
20597 Befehl
20598 \end_layout
20599
20600 \end_inset
20601 </cell>
20602 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20603 \begin_inset Text
20604
20605 \begin_layout Plain Layout
20606 Ergebnis
20607 \end_layout
20608
20609 \end_inset
20610 </cell>
20611 </row>
20612 <row>
20613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20614 \begin_inset Text
20615
20616 \begin_layout Plain Layout
20617
20618 \backslash
20619 Gamma
20620 \end_layout
20621
20622 \end_inset
20623 </cell>
20624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628 \begin_inset Formula $\Gamma$
20629 \end_inset
20630
20631
20632 \end_layout
20633
20634 \end_inset
20635 </cell>
20636 </row>
20637 <row>
20638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20639 \begin_inset Text
20640
20641 \begin_layout Plain Layout
20642
20643 \backslash
20644 Delta
20645 \end_layout
20646
20647 \end_inset
20648 </cell>
20649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653 \begin_inset Formula $\Delta$
20654 \end_inset
20655
20656
20657 \end_layout
20658
20659 \end_inset
20660 </cell>
20661 </row>
20662 <row>
20663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20664 \begin_inset Text
20665
20666 \begin_layout Plain Layout
20667
20668 \backslash
20669 Theta
20670 \end_layout
20671
20672 \end_inset
20673 </cell>
20674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678 \begin_inset Formula $\Theta$
20679 \end_inset
20680
20681
20682 \end_layout
20683
20684 \end_inset
20685 </cell>
20686 </row>
20687 <row>
20688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20689 \begin_inset Text
20690
20691 \begin_layout Plain Layout
20692
20693 \backslash
20694 Lambda
20695 \end_layout
20696
20697 \end_inset
20698 </cell>
20699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20700 \begin_inset Text
20701
20702 \begin_layout Plain Layout
20703 \begin_inset Formula $\Lambda$
20704 \end_inset
20705
20706
20707 \end_layout
20708
20709 \end_inset
20710 </cell>
20711 </row>
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717
20718 \backslash
20719 Xi
20720 \end_layout
20721
20722 \end_inset
20723 </cell>
20724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20725 \begin_inset Text
20726
20727 \begin_layout Plain Layout
20728 \begin_inset Formula $\Xi$
20729 \end_inset
20730
20731
20732 \end_layout
20733
20734 \end_inset
20735 </cell>
20736 </row>
20737 <row>
20738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20739 \begin_inset Text
20740
20741 \begin_layout Plain Layout
20742
20743 \backslash
20744 Pi
20745 \end_layout
20746
20747 \end_inset
20748 </cell>
20749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753 \begin_inset Formula $\Pi$
20754 \end_inset
20755
20756
20757 \end_layout
20758
20759 \end_inset
20760 </cell>
20761 </row>
20762 </lyxtabular>
20763
20764 \end_inset
20765
20766
20767 \begin_inset space \hfill{}
20768 \end_inset
20769
20770
20771 \begin_inset Tabular
20772 <lyxtabular version="3" rows="6" columns="2">
20773 <features tabularvalignment="middle">
20774 <column alignment="center" valignment="top" width="0pt">
20775 <column alignment="center" valignment="top" width="0pt">
20776 <row>
20777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20778 \begin_inset Text
20779
20780 \begin_layout Plain Layout
20781 Befehl
20782 \end_layout
20783
20784 \end_inset
20785 </cell>
20786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20787 \begin_inset Text
20788
20789 \begin_layout Plain Layout
20790 Ergebnis
20791 \end_layout
20792
20793 \end_inset
20794 </cell>
20795 </row>
20796 <row>
20797 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20798 \begin_inset Text
20799
20800 \begin_layout Plain Layout
20801
20802 \backslash
20803 Sigma
20804 \end_layout
20805
20806 \end_inset
20807 </cell>
20808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20809 \begin_inset Text
20810
20811 \begin_layout Plain Layout
20812 \begin_inset Formula $\Sigma$
20813 \end_inset
20814
20815
20816 \end_layout
20817
20818 \end_inset
20819 </cell>
20820 </row>
20821 <row>
20822 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20823 \begin_inset Text
20824
20825 \begin_layout Plain Layout
20826
20827 \backslash
20828 Upsilon
20829 \end_layout
20830
20831 \end_inset
20832 </cell>
20833 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20834 \begin_inset Text
20835
20836 \begin_layout Plain Layout
20837 \begin_inset Formula $\Upsilon$
20838 \end_inset
20839
20840
20841 \end_layout
20842
20843 \end_inset
20844 </cell>
20845 </row>
20846 <row>
20847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20848 \begin_inset Text
20849
20850 \begin_layout Plain Layout
20851
20852 \backslash
20853 Phi
20854 \end_layout
20855
20856 \end_inset
20857 </cell>
20858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20859 \begin_inset Text
20860
20861 \begin_layout Plain Layout
20862 \begin_inset Formula $\Phi$
20863 \end_inset
20864
20865
20866 \end_layout
20867
20868 \end_inset
20869 </cell>
20870 </row>
20871 <row>
20872 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20873 \begin_inset Text
20874
20875 \begin_layout Plain Layout
20876
20877 \backslash
20878 Psi
20879 \end_layout
20880
20881 \end_inset
20882 </cell>
20883 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20884 \begin_inset Text
20885
20886 \begin_layout Plain Layout
20887 \begin_inset Formula $\Psi$
20888 \end_inset
20889
20890
20891 \end_layout
20892
20893 \end_inset
20894 </cell>
20895 </row>
20896 <row>
20897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20898 \begin_inset Text
20899
20900 \begin_layout Plain Layout
20901
20902 \backslash
20903 Omega
20904 \end_layout
20905
20906 \end_inset
20907 </cell>
20908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20909 \begin_inset Text
20910
20911 \begin_layout Plain Layout
20912 \begin_inset Formula $\Omega$
20913 \end_inset
20914
20915
20916 \end_layout
20917
20918 \end_inset
20919 </cell>
20920 </row>
20921 </lyxtabular>
20922
20923 \end_inset
20924
20925
20926 \begin_inset space \hfill{}
20927 \end_inset
20928
20929
20930 \end_layout
20931
20932 \begin_layout Standard
20933 \begin_inset VSpace medskip
20934 \end_inset
20935
20936 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20937  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20938  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20939  mit 
20940 \series bold
20941 var
20942 \series default
20943 .
20944  So ergibt z.
20945 \begin_inset space \thinspace{}
20946 \end_inset
20947
20948 B.
20949  der Befehl 
20950 \series bold
20951
20952 \backslash
20953 varGamma
20954 \series default
20955  
20956 \begin_inset Formula $\varGamma$
20957 \end_inset
20958
20959 .
20960  Eine andere Methode ist das Laden des Pakets 
20961 \series bold
20962 fixmath
20963 \series default
20964
20965 \begin_inset Foot
20966 status collapsed
20967
20968 \begin_layout Plain Layout
20969
20970 \series bold
20971 fixmath
20972 \series default
20973  ist Teil des LaTeX-Paketes 
20974 \series bold
20975 was
20976 \series default
20977
20978 \begin_inset Index idx
20979 status collapsed
20980
20981 \begin_layout Plain Layout
20982 Pakete ! was
20983 \begin_inset ERT
20984 status collapsed
20985
20986 \begin_layout Plain Layout
20987
20988
20989 \backslash
20990 vspace{4mm}
20991 \end_layout
20992
20993 \end_inset
20994
20995
20996 \end_layout
20997
20998 \end_inset
20999
21000 .
21001 \end_layout
21002
21003 \end_inset
21004
21005
21006 \begin_inset Index idx
21007 status collapsed
21008
21009 \begin_layout Plain Layout
21010 Pakete ! fixmath
21011 \end_layout
21012
21013 \end_inset
21014
21015  mit der LaTeX-Vorspannzeile
21016 \end_layout
21017
21018 \begin_layout Standard
21019
21020 \series bold
21021
21022 \backslash
21023 usepackage{fixmath}
21024 \end_layout
21025
21026 \begin_layout Standard
21027 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
21028  kursiv ausgegeben.
21029 \end_layout
21030
21031 \begin_layout Subsection
21032 Fett gedruckte Buchstaben
21033 \begin_inset Index idx
21034 status collapsed
21035
21036 \begin_layout Plain Layout
21037 griechische Buchstaben ! fett gedruckte
21038 \end_layout
21039
21040 \end_inset
21041
21042
21043 \end_layout
21044
21045 \begin_layout Standard
21046 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
21047  Schriftstilen darstellen.
21048  Es besteht nur die Möglichkeit, sie mit dem Befehl 
21049 \series bold
21050
21051 \backslash
21052 boldsymbol
21053 \series default
21054
21055 \begin_inset Index idx
21056 status collapsed
21057
21058 \begin_layout Plain Layout
21059 Befehle ! B ! 
21060 \backslash
21061 boldsymbol
21062 \end_layout
21063
21064 \end_inset
21065
21066  fett gedruckt auszugeben.
21067 \end_layout
21068
21069 \begin_layout Standard
21070 \align center
21071 \begin_inset Tabular
21072 <lyxtabular version="3" rows="3" columns="2">
21073 <features tabularvalignment="middle">
21074 <column alignment="center" valignment="top" width="0">
21075 <column alignment="center" valignment="top" width="0">
21076 <row>
21077 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21078 \begin_inset Text
21079
21080 \begin_layout Plain Layout
21081 Befehl
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21087 \begin_inset Text
21088
21089 \begin_layout Plain Layout
21090 Ergebnis
21091 \end_layout
21092
21093 \end_inset
21094 </cell>
21095 </row>
21096 <row>
21097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21098 \begin_inset Text
21099
21100 \begin_layout Plain Layout
21101
21102 \backslash
21103 Upsilon
21104 \backslash
21105 boldsymbol
21106 \backslash
21107 Upsilon
21108 \end_layout
21109
21110 \end_inset
21111 </cell>
21112 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21113 \begin_inset Text
21114
21115 \begin_layout Plain Layout
21116 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
21117 \end_inset
21118
21119
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 </row>
21125 <row>
21126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21127 \begin_inset Text
21128
21129 \begin_layout Plain Layout
21130
21131 \backslash
21132 theta
21133 \backslash
21134 boldsymbol
21135 \backslash
21136 theta
21137 \end_layout
21138
21139 \end_inset
21140 </cell>
21141 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21142 \begin_inset Text
21143
21144 \begin_layout Plain Layout
21145 \begin_inset Formula $\theta\boldsymbol{\theta}$
21146 \end_inset
21147
21148
21149 \end_layout
21150
21151 \end_inset
21152 </cell>
21153 </row>
21154 </lyxtabular>
21155
21156 \end_inset
21157
21158
21159 \end_layout
21160
21161 \begin_layout Standard
21162 \begin_inset Newpage newpage
21163 \end_inset
21164
21165
21166 \end_layout
21167
21168 \begin_layout Section
21169 Symbole
21170 \begin_inset ERT
21171 status collapsed
21172
21173 \begin_layout Plain Layout
21174
21175
21176 \backslash
21177 texorpdfstring{
21178 \end_layout
21179
21180 \end_inset
21181
21182
21183 \begin_inset Foot
21184 status collapsed
21185
21186 \begin_layout Plain Layout
21187 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
21188  
21189 \begin_inset CommandInset citation
21190 LatexCommand cite
21191 key "Symbole"
21192
21193 \end_inset
21194
21195 .
21196 \end_layout
21197
21198 \end_inset
21199
21200
21201 \begin_inset ERT
21202 status collapsed
21203
21204 \begin_layout Plain Layout
21205
21206 }{}
21207 \end_layout
21208
21209 \end_inset
21210
21211
21212 \begin_inset Note Note
21213 status collapsed
21214
21215 \begin_layout Plain Layout
21216
21217 \series bold
21218
21219 \backslash
21220 texorpdfstring
21221 \series default
21222  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
21223 \end_layout
21224
21225 \begin_layout Plain Layout
21226 Näheres zu 
21227 \series bold
21228
21229 \backslash
21230 texorpdfstring
21231 \series default
21232  steht in Kapitel 
21233 \begin_inset CommandInset ref
21234 LatexCommand ref
21235 reference "sub:Formeln-in-Überschriften"
21236
21237 \end_inset
21238
21239 .
21240 \end_layout
21241
21242 \end_inset
21243
21244
21245 \begin_inset Index idx
21246 status collapsed
21247
21248 \begin_layout Plain Layout
21249 Symbole
21250 \end_layout
21251
21252 \end_inset
21253
21254
21255 \end_layout
21256
21257 \begin_layout Standard
21258 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
21259
21260 leistenknöpfe 
21261 \begin_inset Graphics
21262         filename ../../images/math/nabla.png
21263         scale 85
21264
21265 \end_inset
21266
21267  und 
21268 \begin_inset Graphics
21269         filename ../../images/math/digamma.png
21270         scale 85
21271
21272 \end_inset
21273
21274  eingefügt werden.
21275 \end_layout
21276
21277 \begin_layout Subsection
21278 Mathematische Symbole
21279 \begin_inset CommandInset label
21280 LatexCommand label
21281 name "sub:Mathematische-Symbole"
21282
21283 \end_inset
21284
21285
21286 \begin_inset Index idx
21287 status collapsed
21288
21289 \begin_layout Plain Layout
21290 Symbole ! mathematische
21291 \end_layout
21292
21293 \end_inset
21294
21295
21296 \end_layout
21297
21298 \begin_layout Standard
21299 \begin_inset space \hfill{}
21300 \end_inset
21301
21302
21303 \begin_inset Tabular
21304 <lyxtabular version="3" rows="10" columns="2">
21305 <features tabularvalignment="middle">
21306 <column alignment="center" valignment="top" width="0pt">
21307 <column alignment="center" valignment="top" width="0pt">
21308 <row>
21309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21310 \begin_inset Text
21311
21312 \begin_layout Plain Layout
21313 Befehl
21314 \end_layout
21315
21316 \end_inset
21317 </cell>
21318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21319 \begin_inset Text
21320
21321 \begin_layout Plain Layout
21322 Ergebnis
21323 \end_layout
21324
21325 \end_inset
21326 </cell>
21327 </row>
21328 <row>
21329 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21330 \begin_inset Text
21331
21332 \begin_layout Plain Layout
21333
21334 \backslash
21335 neg
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21341 \begin_inset Text
21342
21343 \begin_layout Plain Layout
21344 \begin_inset Formula $\neg$
21345 \end_inset
21346
21347
21348 \end_layout
21349
21350 \end_inset
21351 </cell>
21352 </row>
21353 <row>
21354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21355 \begin_inset Text
21356
21357 \begin_layout Plain Layout
21358
21359 \backslash
21360 Im
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21366 \begin_inset Text
21367
21368 \begin_layout Plain Layout
21369 \begin_inset Formula $\Im$
21370 \end_inset
21371
21372
21373 \end_layout
21374
21375 \end_inset
21376 </cell>
21377 </row>
21378 <row>
21379 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21380 \begin_inset Text
21381
21382 \begin_layout Plain Layout
21383
21384 \backslash
21385 Re
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21391 \begin_inset Text
21392
21393 \begin_layout Plain Layout
21394 \begin_inset Formula $\Re$
21395 \end_inset
21396
21397
21398 \end_layout
21399
21400 \end_inset
21401 </cell>
21402 </row>
21403 <row>
21404 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21405 \begin_inset Text
21406
21407 \begin_layout Plain Layout
21408
21409 \backslash
21410 aleph
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21416 \begin_inset Text
21417
21418 \begin_layout Plain Layout
21419 \begin_inset Formula $\aleph$
21420 \end_inset
21421
21422
21423 \end_layout
21424
21425 \end_inset
21426 </cell>
21427 </row>
21428 <row>
21429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21430 \begin_inset Text
21431
21432 \begin_layout Plain Layout
21433
21434 \backslash
21435 partial
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21441 \begin_inset Text
21442
21443 \begin_layout Plain Layout
21444 \begin_inset Formula $\partial$
21445 \end_inset
21446
21447
21448 \end_layout
21449
21450 \end_inset
21451 </cell>
21452 </row>
21453 <row>
21454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21455 \begin_inset Text
21456
21457 \begin_layout Plain Layout
21458
21459 \backslash
21460 infty
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21466 \begin_inset Text
21467
21468 \begin_layout Plain Layout
21469 \begin_inset Formula $\infty$
21470 \end_inset
21471
21472
21473 \end_layout
21474
21475 \end_inset
21476 </cell>
21477 </row>
21478 <row>
21479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21480 \begin_inset Text
21481
21482 \begin_layout Plain Layout
21483
21484 \backslash
21485 wp
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21491 \begin_inset Text
21492
21493 \begin_layout Plain Layout
21494 \begin_inset Formula $\wp$
21495 \end_inset
21496
21497
21498 \end_layout
21499
21500 \end_inset
21501 </cell>
21502 </row>
21503 <row>
21504 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21505 \begin_inset Text
21506
21507 \begin_layout Plain Layout
21508
21509 \backslash
21510 imath
21511 \end_layout
21512
21513 \end_inset
21514 </cell>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 \begin_inset Formula $\imath$
21520 \end_inset
21521
21522
21523 \end_layout
21524
21525 \end_inset
21526 </cell>
21527 </row>
21528 <row>
21529 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21530 \begin_inset Text
21531
21532 \begin_layout Plain Layout
21533
21534 \backslash
21535 jmath
21536 \end_layout
21537
21538 \end_inset
21539 </cell>
21540 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21541 \begin_inset Text
21542
21543 \begin_layout Plain Layout
21544 \begin_inset Formula $\jmath$
21545 \end_inset
21546
21547
21548 \end_layout
21549
21550 \end_inset
21551 </cell>
21552 </row>
21553 </lyxtabular>
21554
21555 \end_inset
21556
21557
21558 \begin_inset space \hfill{}
21559 \end_inset
21560
21561
21562 \begin_inset Tabular
21563 <lyxtabular version="3" rows="10" columns="2">
21564 <features tabularvalignment="middle">
21565 <column alignment="center" valignment="top" width="0pt">
21566 <column alignment="center" valignment="top" width="0pt">
21567 <row>
21568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572 Befehl
21573 \end_layout
21574
21575 \end_inset
21576 </cell>
21577 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21578 \begin_inset Text
21579
21580 \begin_layout Plain Layout
21581 Ergebnis
21582 \begin_inset Note Note
21583 status collapsed
21584
21585 \begin_layout Plain Layout
21586
21587 \series bold
21588
21589 \backslash
21590 raisebox
21591 \series default
21592  dient nur als Abstandhalter.
21593 \end_layout
21594
21595 \end_inset
21596
21597
21598 \end_layout
21599
21600 \end_inset
21601 </cell>
21602 </row>
21603 <row>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608
21609 \backslash
21610 forall
21611 \end_layout
21612
21613 \end_inset
21614 </cell>
21615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21616 \begin_inset Text
21617
21618 \begin_layout Plain Layout
21619 \begin_inset Formula $\forall$
21620 \end_inset
21621
21622
21623 \end_layout
21624
21625 \end_inset
21626 </cell>
21627 </row>
21628 <row>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633
21634 \backslash
21635 exists
21636 \end_layout
21637
21638 \end_inset
21639 </cell>
21640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21641 \begin_inset Text
21642
21643 \begin_layout Plain Layout
21644 \begin_inset Formula $\exists$
21645 \end_inset
21646
21647
21648 \end_layout
21649
21650 \end_inset
21651 </cell>
21652 </row>
21653 <row>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658
21659 \backslash
21660 nexists
21661 \end_layout
21662
21663 \end_inset
21664 </cell>
21665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21666 \begin_inset Text
21667
21668 \begin_layout Plain Layout
21669 \begin_inset Formula $\nexists$
21670 \end_inset
21671
21672
21673 \end_layout
21674
21675 \end_inset
21676 </cell>
21677 </row>
21678 <row>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683
21684 \backslash
21685 emptyset
21686 \end_layout
21687
21688 \end_inset
21689 </cell>
21690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21691 \begin_inset Text
21692
21693 \begin_layout Plain Layout
21694 \begin_inset Formula $\emptyset$
21695 \end_inset
21696
21697
21698 \end_layout
21699
21700 \end_inset
21701 </cell>
21702 </row>
21703 <row>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708
21709 \backslash
21710 varnothing
21711 \end_layout
21712
21713 \end_inset
21714 </cell>
21715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21716 \begin_inset Text
21717
21718 \begin_layout Plain Layout
21719 \begin_inset Formula $\varnothing$
21720 \end_inset
21721
21722
21723 \end_layout
21724
21725 \end_inset
21726 </cell>
21727 </row>
21728 <row>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733
21734 \backslash
21735 dag
21736 \end_layout
21737
21738 \end_inset
21739 </cell>
21740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21741 \begin_inset Text
21742
21743 \begin_layout Plain Layout
21744 \begin_inset Formula $\dag$
21745 \end_inset
21746
21747
21748 \end_layout
21749
21750 \end_inset
21751 </cell>
21752 </row>
21753 <row>
21754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758
21759 \backslash
21760 ddag
21761 \end_layout
21762
21763 \end_inset
21764 </cell>
21765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21766 \begin_inset Text
21767
21768 \begin_layout Plain Layout
21769 \begin_inset Formula $\ddag$
21770 \end_inset
21771
21772
21773 \end_layout
21774
21775 \end_inset
21776 </cell>
21777 </row>
21778 <row>
21779 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783
21784 \backslash
21785 complement
21786 \end_layout
21787
21788 \end_inset
21789 </cell>
21790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21791 \begin_inset Text
21792
21793 \begin_layout Plain Layout
21794 \begin_inset ERT
21795 status collapsed
21796
21797 \begin_layout Plain Layout
21798
21799
21800 \backslash
21801 raisebox{-0.8mm}{
21802 \end_layout
21803
21804 \end_inset
21805
21806
21807 \begin_inset Formula $\complement$
21808 \end_inset
21809
21810
21811 \begin_inset ERT
21812 status collapsed
21813
21814 \begin_layout Plain Layout
21815
21816 }
21817 \end_layout
21818
21819 \end_inset
21820
21821
21822 \end_layout
21823
21824 \end_inset
21825 </cell>
21826 </row>
21827 <row>
21828 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21829 \begin_inset Text
21830
21831 \begin_layout Plain Layout
21832
21833 \backslash
21834 Bbbk
21835 \end_layout
21836
21837 \end_inset
21838 </cell>
21839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21840 \begin_inset Text
21841
21842 \begin_layout Plain Layout
21843 \begin_inset Formula $\Bbbk$
21844 \end_inset
21845
21846
21847 \end_layout
21848
21849 \end_inset
21850 </cell>
21851 </row>
21852 </lyxtabular>
21853
21854 \end_inset
21855
21856
21857 \begin_inset space \hfill{}
21858 \end_inset
21859
21860
21861 \begin_inset Tabular
21862 <lyxtabular version="3" rows="10" columns="2">
21863 <features tabularvalignment="middle">
21864 <column alignment="center" valignment="top" width="0pt">
21865 <column alignment="center" valignment="top" width="0pt">
21866 <row>
21867 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21868 \begin_inset Text
21869
21870 \begin_layout Plain Layout
21871 Befehl
21872 \end_layout
21873
21874 \end_inset
21875 </cell>
21876 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21877 \begin_inset Text
21878
21879 \begin_layout Plain Layout
21880 Ergebnis
21881 \end_layout
21882
21883 \end_inset
21884 </cell>
21885 </row>
21886 <row>
21887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21888 \begin_inset Text
21889
21890 \begin_layout Plain Layout
21891
21892 \backslash
21893 prime
21894 \end_layout
21895
21896 \end_inset
21897 </cell>
21898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902 \begin_inset Formula $\prime$
21903 \end_inset
21904
21905
21906 \end_layout
21907
21908 \end_inset
21909 </cell>
21910 </row>
21911 <row>
21912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21913 \begin_inset Text
21914
21915 \begin_layout Plain Layout
21916
21917 \backslash
21918 backprime
21919 \end_layout
21920
21921 \end_inset
21922 </cell>
21923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927 \begin_inset Formula $\backprime$
21928 \end_inset
21929
21930
21931 \end_layout
21932
21933 \end_inset
21934 </cell>
21935 </row>
21936 <row>
21937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21938 \begin_inset Text
21939
21940 \begin_layout Plain Layout
21941
21942 \backslash
21943 mho
21944 \end_layout
21945
21946 \end_inset
21947 </cell>
21948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952 \begin_inset Formula $\mho$
21953 \end_inset
21954
21955
21956 \end_layout
21957
21958 \end_inset
21959 </cell>
21960 </row>
21961 <row>
21962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21963 \begin_inset Text
21964
21965 \begin_layout Plain Layout
21966
21967 \backslash
21968 triangle
21969 \end_layout
21970
21971 \end_inset
21972 </cell>
21973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977 \begin_inset Formula $\triangle$
21978 \end_inset
21979
21980
21981 \end_layout
21982
21983 \end_inset
21984 </cell>
21985 </row>
21986 <row>
21987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21988 \begin_inset Text
21989
21990 \begin_layout Plain Layout
21991
21992 \backslash
21993 angle
21994 \end_layout
21995
21996 \end_inset
21997 </cell>
21998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002 \begin_inset Formula $\angle$
22003 \end_inset
22004
22005
22006 \end_layout
22007
22008 \end_inset
22009 </cell>
22010 </row>
22011 <row>
22012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22013 \begin_inset Text
22014
22015 \begin_layout Plain Layout
22016
22017 \backslash
22018 measuredangle
22019 \end_layout
22020
22021 \end_inset
22022 </cell>
22023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027 \begin_inset Formula $\measuredangle$
22028 \end_inset
22029
22030
22031 \end_layout
22032
22033 \end_inset
22034 </cell>
22035 </row>
22036 <row>
22037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22038 \begin_inset Text
22039
22040 \begin_layout Plain Layout
22041
22042 \backslash
22043 sphericalangle
22044 \end_layout
22045
22046 \end_inset
22047 </cell>
22048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22049 \begin_inset Text
22050
22051 \begin_layout Plain Layout
22052 \begin_inset Formula $\sphericalangle$
22053 \end_inset
22054
22055
22056 \end_layout
22057
22058 \end_inset
22059 </cell>
22060 </row>
22061 <row>
22062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22063 \begin_inset Text
22064
22065 \begin_layout Plain Layout
22066
22067 \backslash
22068 top
22069 \end_layout
22070
22071 \end_inset
22072 </cell>
22073 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22074 \begin_inset Text
22075
22076 \begin_layout Plain Layout
22077 \begin_inset Formula $\top$
22078 \end_inset
22079
22080
22081 \end_layout
22082
22083 \end_inset
22084 </cell>
22085 </row>
22086 <row>
22087 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22088 \begin_inset Text
22089
22090 \begin_layout Plain Layout
22091
22092 \backslash
22093 bot
22094 \end_layout
22095
22096 \end_inset
22097 </cell>
22098 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22099 \begin_inset Text
22100
22101 \begin_layout Plain Layout
22102 \begin_inset Formula $\bot$
22103 \end_inset
22104
22105
22106 \end_layout
22107
22108 \end_inset
22109 </cell>
22110 </row>
22111 </lyxtabular>
22112
22113 \end_inset
22114
22115
22116 \begin_inset space \hfill{}
22117 \end_inset
22118
22119
22120 \end_layout
22121
22122 \begin_layout Subsection
22123 Sonstige Symbole
22124 \begin_inset CommandInset label
22125 LatexCommand label
22126 name "sub:Sonstige-Symbole"
22127
22128 \end_inset
22129
22130
22131 \begin_inset Index idx
22132 status collapsed
22133
22134 \begin_layout Plain Layout
22135 Symbole ! sonstige
22136 \end_layout
22137
22138 \end_inset
22139
22140
22141 \end_layout
22142
22143 \begin_layout Standard
22144 \begin_inset VSpace -7mm
22145 \end_inset
22146
22147
22148 \end_layout
22149
22150 \begin_layout Standard
22151 \noindent
22152 \align center
22153 \begin_inset Tabular
22154 <lyxtabular version="3" rows="10" columns="2">
22155 <features tabularvalignment="middle">
22156 <column alignment="center" valignment="top" width="0pt">
22157 <column alignment="center" valignment="top" width="0pt">
22158 <row>
22159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22160 \begin_inset Text
22161
22162 \begin_layout Plain Layout
22163 Befehl
22164 \end_layout
22165
22166 \end_inset
22167 </cell>
22168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22169 \begin_inset Text
22170
22171 \begin_layout Plain Layout
22172 Ergebnis
22173 \end_layout
22174
22175 \end_inset
22176 </cell>
22177 </row>
22178 <row>
22179 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22180 \begin_inset Text
22181
22182 \begin_layout Plain Layout
22183
22184 \backslash
22185 flat
22186 \end_layout
22187
22188 \end_inset
22189 </cell>
22190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22191 \begin_inset Text
22192
22193 \begin_layout Plain Layout
22194 \begin_inset Formula $\flat$
22195 \end_inset
22196
22197
22198 \end_layout
22199
22200 \end_inset
22201 </cell>
22202 </row>
22203 <row>
22204 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22205 \begin_inset Text
22206
22207 \begin_layout Plain Layout
22208
22209 \backslash
22210 natural
22211 \end_layout
22212
22213 \end_inset
22214 </cell>
22215 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22216 \begin_inset Text
22217
22218 \begin_layout Plain Layout
22219 \begin_inset Formula $\natural$
22220 \end_inset
22221
22222
22223 \end_layout
22224
22225 \end_inset
22226 </cell>
22227 </row>
22228 <row>
22229 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22230 \begin_inset Text
22231
22232 \begin_layout Plain Layout
22233
22234 \backslash
22235 sharp
22236 \end_layout
22237
22238 \end_inset
22239 </cell>
22240 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22241 \begin_inset Text
22242
22243 \begin_layout Plain Layout
22244 \begin_inset Formula $\sharp$
22245 \end_inset
22246
22247
22248 \end_layout
22249
22250 \end_inset
22251 </cell>
22252 </row>
22253 <row>
22254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22255 \begin_inset Text
22256
22257 \begin_layout Plain Layout
22258
22259 \backslash
22260 surd
22261 \end_layout
22262
22263 \end_inset
22264 </cell>
22265 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22266 \begin_inset Text
22267
22268 \begin_layout Plain Layout
22269 \begin_inset Formula $\surd$
22270 \end_inset
22271
22272
22273 \end_layout
22274
22275 \end_inset
22276 </cell>
22277 </row>
22278 <row>
22279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283
22284 \backslash
22285 checkmark
22286 \end_layout
22287
22288 \end_inset
22289 </cell>
22290 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22291 \begin_inset Text
22292
22293 \begin_layout Plain Layout
22294 \begin_inset Formula $\checkmark$
22295 \end_inset
22296
22297
22298 \end_layout
22299
22300 \end_inset
22301 </cell>
22302 </row>
22303 <row>
22304 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22305 \begin_inset Text
22306
22307 \begin_layout Plain Layout
22308
22309 \backslash
22310 yen
22311 \end_layout
22312
22313 \end_inset
22314 </cell>
22315 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22316 \begin_inset Text
22317
22318 \begin_layout Plain Layout
22319 \begin_inset Formula $\yen$
22320 \end_inset
22321
22322
22323 \end_layout
22324
22325 \end_inset
22326 </cell>
22327 </row>
22328 <row>
22329 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333
22334 \backslash
22335 pounds
22336 \end_layout
22337
22338 \end_inset
22339 </cell>
22340 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22341 \begin_inset Text
22342
22343 \begin_layout Plain Layout
22344 \begin_inset Formula $\pounds$
22345 \end_inset
22346
22347
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 </row>
22353 <row>
22354 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22355 \begin_inset Text
22356
22357 \begin_layout Plain Layout
22358 $
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset Formula $\$$
22368 \end_inset
22369
22370
22371 \end_layout
22372
22373 \end_inset
22374 </cell>
22375 </row>
22376 <row>
22377 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22378 \begin_inset Text
22379
22380 \begin_layout Plain Layout
22381 §
22382 \end_layout
22383
22384 \end_inset
22385 </cell>
22386 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22387 \begin_inset Text
22388
22389 \begin_layout Plain Layout
22390 \begin_inset Formula $§$
22391 \end_inset
22392
22393
22394 \end_layout
22395
22396 \end_inset
22397 </cell>
22398 </row>
22399 </lyxtabular>
22400
22401 \end_inset
22402
22403
22404 \begin_inset Tabular
22405 <lyxtabular version="3" rows="10" columns="2">
22406 <features tabularvalignment="middle">
22407 <column alignment="center" valignment="top" width="0">
22408 <column alignment="center" valignment="top" width="0">
22409 <row>
22410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22411 \begin_inset Text
22412
22413 \begin_layout Plain Layout
22414 Befehl
22415 \end_layout
22416
22417 \end_inset
22418 </cell>
22419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22420 \begin_inset Text
22421
22422 \begin_layout Plain Layout
22423 Ergebnis
22424 \end_layout
22425
22426 \end_inset
22427 </cell>
22428 </row>
22429 <row>
22430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22431 \begin_inset Text
22432
22433 \begin_layout Plain Layout
22434
22435 \backslash
22436 hbar
22437 \end_layout
22438
22439 \end_inset
22440 </cell>
22441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22442 \begin_inset Text
22443
22444 \begin_layout Plain Layout
22445 \begin_inset Formula $\hbar$
22446 \end_inset
22447
22448
22449 \end_layout
22450
22451 \end_inset
22452 </cell>
22453 </row>
22454 <row>
22455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22456 \begin_inset Text
22457
22458 \begin_layout Plain Layout
22459
22460 \backslash
22461 hslash
22462 \end_layout
22463
22464 \end_inset
22465 </cell>
22466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22467 \begin_inset Text
22468
22469 \begin_layout Plain Layout
22470 \begin_inset Formula $\hslash$
22471 \end_inset
22472
22473
22474 \end_layout
22475
22476 \end_inset
22477 </cell>
22478 </row>
22479 <row>
22480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22481 \begin_inset Text
22482
22483 \begin_layout Plain Layout
22484
22485 \backslash
22486 clubsuit
22487 \end_layout
22488
22489 \end_inset
22490 </cell>
22491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22492 \begin_inset Text
22493
22494 \begin_layout Plain Layout
22495 \begin_inset Formula $\clubsuit$
22496 \end_inset
22497
22498
22499 \end_layout
22500
22501 \end_inset
22502 </cell>
22503 </row>
22504 <row>
22505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22506 \begin_inset Text
22507
22508 \begin_layout Plain Layout
22509
22510 \backslash
22511 spadesuit
22512 \end_layout
22513
22514 \end_inset
22515 </cell>
22516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22517 \begin_inset Text
22518
22519 \begin_layout Plain Layout
22520 \begin_inset Formula $\spadesuit$
22521 \end_inset
22522
22523
22524 \end_layout
22525
22526 \end_inset
22527 </cell>
22528 </row>
22529 <row>
22530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22531 \begin_inset Text
22532
22533 \begin_layout Plain Layout
22534
22535 \backslash
22536 bigstar
22537 \end_layout
22538
22539 \end_inset
22540 </cell>
22541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22542 \begin_inset Text
22543
22544 \begin_layout Plain Layout
22545 \begin_inset Formula $\bigstar$
22546 \end_inset
22547
22548
22549 \end_layout
22550
22551 \end_inset
22552 </cell>
22553 </row>
22554 <row>
22555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22556 \begin_inset Text
22557
22558 \begin_layout Plain Layout
22559
22560 \backslash
22561 blacklozenge
22562 \end_layout
22563
22564 \end_inset
22565 </cell>
22566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22567 \begin_inset Text
22568
22569 \begin_layout Plain Layout
22570 \begin_inset Formula $\blacklozenge$
22571 \end_inset
22572
22573
22574 \end_layout
22575
22576 \end_inset
22577 </cell>
22578 </row>
22579 <row>
22580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22581 \begin_inset Text
22582
22583 \begin_layout Plain Layout
22584
22585 \backslash
22586 blacktriangle
22587 \end_layout
22588
22589 \end_inset
22590 </cell>
22591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22592 \begin_inset Text
22593
22594 \begin_layout Plain Layout
22595 \begin_inset Formula $\blacktriangle$
22596 \end_inset
22597
22598
22599 \end_layout
22600
22601 \end_inset
22602 </cell>
22603 </row>
22604 <row>
22605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22606 \begin_inset Text
22607
22608 \begin_layout Plain Layout
22609
22610 \backslash
22611 blacktiangledown
22612 \end_layout
22613
22614 \end_inset
22615 </cell>
22616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22617 \begin_inset Text
22618
22619 \begin_layout Plain Layout
22620 \begin_inset Formula $\blacktriangledown$
22621 \end_inset
22622
22623
22624 \end_layout
22625
22626 \end_inset
22627 </cell>
22628 </row>
22629 <row>
22630 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22631 \begin_inset Text
22632
22633 \begin_layout Plain Layout
22634
22635 \backslash
22636 bullet
22637 \end_layout
22638
22639 \end_inset
22640 </cell>
22641 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22642 \begin_inset Text
22643
22644 \begin_layout Plain Layout
22645 \begin_inset Formula $\bullet$
22646 \end_inset
22647
22648
22649 \end_layout
22650
22651 \end_inset
22652 </cell>
22653 </row>
22654 </lyxtabular>
22655
22656 \end_inset
22657
22658
22659 \begin_inset Tabular
22660 <lyxtabular version="3" rows="10" columns="2">
22661 <features tabularvalignment="middle">
22662 <column alignment="center" valignment="top" width="0pt">
22663 <column alignment="center" valignment="top" width="0pt">
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669 Befehl
22670 \end_layout
22671
22672 \end_inset
22673 </cell>
22674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678 Ergebnis
22679 \end_layout
22680
22681 \end_inset
22682 </cell>
22683 </row>
22684 <row>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689
22690 \backslash
22691 diamondsuit
22692 \end_layout
22693
22694 \end_inset
22695 </cell>
22696 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22697 \begin_inset Text
22698
22699 \begin_layout Plain Layout
22700 \begin_inset Formula $\diamondsuit$
22701 \end_inset
22702
22703
22704 \end_layout
22705
22706 \end_inset
22707 </cell>
22708 </row>
22709 <row>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714
22715 \backslash
22716 Diamond
22717 \end_layout
22718
22719 \end_inset
22720 </cell>
22721 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22722 \begin_inset Text
22723
22724 \begin_layout Plain Layout
22725 \begin_inset Formula $\Diamond$
22726 \end_inset
22727
22728
22729 \end_layout
22730
22731 \end_inset
22732 </cell>
22733 </row>
22734 <row>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739
22740 \backslash
22741 heartsuit
22742 \end_layout
22743
22744 \end_inset
22745 </cell>
22746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22747 \begin_inset Text
22748
22749 \begin_layout Plain Layout
22750 \begin_inset Formula $\heartsuit$
22751 \end_inset
22752
22753
22754 \end_layout
22755
22756 \end_inset
22757 </cell>
22758 </row>
22759 <row>
22760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764
22765 \backslash
22766 P
22767 \end_layout
22768
22769 \end_inset
22770 </cell>
22771 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22772 \begin_inset Text
22773
22774 \begin_layout Plain Layout
22775 \begin_inset Formula $\P$
22776 \end_inset
22777
22778
22779 \end_layout
22780
22781 \end_inset
22782 </cell>
22783 </row>
22784 <row>
22785 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789
22790 \backslash
22791 copyright
22792 \end_layout
22793
22794 \end_inset
22795 </cell>
22796 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22797 \begin_inset Text
22798
22799 \begin_layout Plain Layout
22800 \begin_inset Formula $\copyright$
22801 \end_inset
22802
22803
22804 \end_layout
22805
22806 \end_inset
22807 </cell>
22808 </row>
22809 <row>
22810 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814
22815 \backslash
22816 circledR
22817 \end_layout
22818
22819 \end_inset
22820 </cell>
22821 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22822 \begin_inset Text
22823
22824 \begin_layout Plain Layout
22825 \begin_inset Formula $\circledR$
22826 \end_inset
22827
22828
22829 \end_layout
22830
22831 \end_inset
22832 </cell>
22833 </row>
22834 <row>
22835 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839
22840 \backslash
22841 maltese
22842 \end_layout
22843
22844 \end_inset
22845 </cell>
22846 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22847 \begin_inset Text
22848
22849 \begin_layout Plain Layout
22850 \begin_inset Formula $\maltese$
22851 \end_inset
22852
22853
22854 \end_layout
22855
22856 \end_inset
22857 </cell>
22858 </row>
22859 <row>
22860 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864
22865 \backslash
22866 diagup
22867 \end_layout
22868
22869 \end_inset
22870 </cell>
22871 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22872 \begin_inset Text
22873
22874 \begin_layout Plain Layout
22875 \begin_inset Formula $\diagup$
22876 \end_inset
22877
22878
22879 \end_layout
22880
22881 \end_inset
22882 </cell>
22883 </row>
22884 <row>
22885 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889
22890 \backslash
22891 diagdown
22892 \end_layout
22893
22894 \end_inset
22895 </cell>
22896 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22897 \begin_inset Text
22898
22899 \begin_layout Plain Layout
22900 \begin_inset Formula $\diagdown$
22901 \end_inset
22902
22903
22904 \end_layout
22905
22906 \end_inset
22907 </cell>
22908 </row>
22909 </lyxtabular>
22910
22911 \end_inset
22912
22913
22914 \end_layout
22915
22916 \begin_layout Standard
22917 \begin_inset VSpace medskip
22918 \end_inset
22919
22920 Weitere Symbole sind in 
22921 \begin_inset CommandInset ref
22922 LatexCommand ref
22923 reference "sub:Sonstige-Sonderzeichen"
22924
22925 \end_inset
22926
22927  aufgelistet.
22928 \end_layout
22929
22930 \begin_layout Standard
22931 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22932  
22933 \begin_inset CommandInset ref
22934 LatexCommand ref
22935 reference "sub:Schriftgrößen"
22936
22937 \end_inset
22938
22939 .
22940 \end_layout
22941
22942 \begin_layout Subsection
22943 Das Euro-Symbol €
22944 \begin_inset Index idx
22945 status collapsed
22946
22947 \begin_layout Plain Layout
22948 Symbole ! Euro-Symbol
22949 \end_layout
22950
22951 \end_inset
22952
22953
22954 \begin_inset Index idx
22955 status collapsed
22956
22957 \begin_layout Plain Layout
22958
22959 \backslash
22960 @
22961 \begin_inset ERT
22962 status collapsed
22963
22964 \begin_layout Plain Layout
22965
22966
22967 \backslash
22968 officialeuro
22969 \end_layout
22970
22971 \end_inset
22972
22973
22974 \end_layout
22975
22976 \end_inset
22977
22978
22979 \end_layout
22980
22981 \begin_layout Standard
22982 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22983
22984 \series bold
22985 eurosym
22986 \series default
22987
22988 \begin_inset Index idx
22989 status collapsed
22990
22991 \begin_layout Plain Layout
22992 Pakete ! eurosym
22993 \end_layout
22994
22995 \end_inset
22996
22997  installieren und dieses mit der LaTeX-Vorspannzeile
22998 \end_layout
22999
23000 \begin_layout Standard
23001
23002 \series bold
23003
23004 \backslash
23005 usepackage[gennarrow]{eurosym}
23006 \end_layout
23007
23008 \begin_layout Standard
23009 aktivieren.
23010  Das Euro-Symbol kann man nun mit dem Befehl 
23011 \series bold
23012
23013 \backslash
23014 euro
23015 \series default
23016
23017 \begin_inset Index idx
23018 status collapsed
23019
23020 \begin_layout Plain Layout
23021 Befehle ! E ! 
23022 \backslash
23023 euro
23024 \end_layout
23025
23026 \end_inset
23027
23028  aufrufen.
23029 \end_layout
23030
23031 \begin_layout Standard
23032 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
23033  eingeben, ohne 
23034 \series bold
23035 eurosym
23036 \series default
23037  installiert zu haben.
23038  Ist 
23039 \series bold
23040 eurosym
23041 \series default
23042  installiert, kann man 
23043 \series bold
23044
23045 \backslash
23046 euro
23047 \series default
23048  auch im TeX-Modus eingeben.
23049  Das offizielle Währungssymbol erhält man dann über den Befehl 
23050 \series bold
23051
23052 \backslash
23053 officialeuro
23054 \series default
23055
23056 \begin_inset Index idx
23057 status collapsed
23058
23059 \begin_layout Plain Layout
23060 Befehle ! O ! 
23061 \backslash
23062 officialeuro
23063 \end_layout
23064
23065 \end_inset
23066
23067 , der nur im TeX-Modus verfügbar ist.
23068 \end_layout
23069
23070 \begin_layout Standard
23071 \begin_inset ERT
23072 status collapsed
23073
23074 \begin_layout Plain Layout
23075
23076
23077 \backslash
23078 ifeurosym 
23079 \end_layout
23080
23081 \end_inset
23082
23083
23084 \begin_inset Note Note
23085 status open
23086
23087 \begin_layout Plain Layout
23088 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
23089 \series bold
23090 eurosym
23091 \series default
23092  installiert ist:
23093 \end_layout
23094
23095 \end_inset
23096
23097
23098 \end_layout
23099
23100 \begin_layout Standard
23101 Eine Übersicht der verschiedenen Euro-Symbole:
23102 \end_layout
23103
23104 \begin_layout Standard
23105 \align center
23106 \begin_inset Tabular
23107 <lyxtabular version="3" rows="4" columns="3">
23108 <features tabularvalignment="middle">
23109 <column alignment="center" valignment="top" width="0pt">
23110 <column alignment="center" valignment="top" width="0pt">
23111 <column alignment="center" valignment="top" width="0pt">
23112 <row>
23113 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
23114 \begin_inset Text
23115
23116 \begin_layout Plain Layout
23117
23118 \end_layout
23119
23120 \end_inset
23121 </cell>
23122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126 Befehl 
23127 \end_layout
23128
23129 \end_inset
23130 </cell>
23131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135 Ergebnis
23136 \end_layout
23137
23138 \end_inset
23139 </cell>
23140 </row>
23141 <row>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 Formel
23147 \end_layout
23148
23149 \end_inset
23150 </cell>
23151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23152 \begin_inset Text
23153
23154 \begin_layout Plain Layout
23155
23156 \backslash
23157 euro
23158 \end_layout
23159
23160 \end_inset
23161 </cell>
23162 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23163 \begin_inset Text
23164
23165 \begin_layout Plain Layout
23166 \begin_inset Formula $\euro$
23167 \end_inset
23168
23169
23170 \end_layout
23171
23172 \end_inset
23173 </cell>
23174 </row>
23175 <row>
23176 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23177 \begin_inset Text
23178
23179 \begin_layout Plain Layout
23180 mathematischer Text
23181 \end_layout
23182
23183 \end_inset
23184 </cell>
23185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23186 \begin_inset Text
23187
23188 \begin_layout Plain Layout
23189
23190 \end_layout
23191
23192 \end_inset
23193 </cell>
23194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23195 \begin_inset Text
23196
23197 \begin_layout Plain Layout
23198 \begin_inset Formula $\mbox{€}$
23199 \end_inset
23200
23201
23202 \end_layout
23203
23204 \end_inset
23205 </cell>
23206 </row>
23207 <row>
23208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 TeX-Modus
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221
23222 \backslash
23223 officialeuro
23224 \end_layout
23225
23226 \end_inset
23227 </cell>
23228 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23229 \begin_inset Text
23230
23231 \begin_layout Plain Layout
23232 \begin_inset ERT
23233 status collapsed
23234
23235 \begin_layout Plain Layout
23236
23237
23238 \backslash
23239 officialeuro
23240 \end_layout
23241
23242 \end_inset
23243
23244
23245 \end_layout
23246
23247 \end_inset
23248 </cell>
23249 </row>
23250 </lyxtabular>
23251
23252 \end_inset
23253
23254
23255 \end_layout
23256
23257 \begin_layout Standard
23258 \begin_inset ERT
23259 status collapsed
23260
23261 \begin_layout Plain Layout
23262
23263
23264 \backslash
23265 else 
23266 \end_layout
23267
23268 \end_inset
23269
23270
23271 \begin_inset Note Note
23272 status open
23273
23274 \begin_layout Plain Layout
23275 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
23276 \series bold
23277 eurosym
23278 \series default
23279  nicht installiert ist:
23280 \end_layout
23281
23282 \end_inset
23283
23284
23285 \end_layout
23286
23287 \begin_layout Standard
23288 Das LaTeX-Paket 
23289 \series bold
23290 eurosym 
23291 \series default
23292 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
23293 \end_layout
23294
23295 \begin_layout Standard
23296 \begin_inset ERT
23297 status collapsed
23298
23299 \begin_layout Plain Layout
23300
23301
23302 \backslash
23303 fi 
23304 \end_layout
23305
23306 \end_inset
23307
23308
23309 \end_layout
23310
23311 \begin_layout Section
23312 Relationen
23313 \begin_inset CommandInset label
23314 LatexCommand label
23315 name "sec:Relationen"
23316
23317 \end_inset
23318
23319
23320 \begin_inset Index idx
23321 status collapsed
23322
23323 \begin_layout Plain Layout
23324 Relationen
23325 \end_layout
23326
23327 \end_inset
23328
23329
23330 \begin_inset Index idx
23331 status collapsed
23332
23333 \begin_layout Plain Layout
23334 Vergleiche|see
23335 \begin_inset ERT
23336 status collapsed
23337
23338 \begin_layout Plain Layout
23339
23340 {
23341 \end_layout
23342
23343 \end_inset
23344
23345 Relationen
23346 \begin_inset ERT
23347 status collapsed
23348
23349 \begin_layout Plain Layout
23350
23351 }
23352 \end_layout
23353
23354 \end_inset
23355
23356
23357 \end_layout
23358
23359 \end_inset
23360
23361
23362 \end_layout
23363
23364 \begin_layout Standard
23365 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
23366  
23367 \begin_inset Graphics
23368         filename ../../images/math/leq.png
23369         scale 85
23370
23371 \end_inset
23372
23373  eingefügt werden.
23374 \end_layout
23375
23376 \begin_layout Standard
23377 \begin_inset space \hfill{}
23378 \end_inset
23379
23380
23381 \begin_inset Tabular
23382 <lyxtabular version="3" rows="17" columns="2">
23383 <features tabularvalignment="middle">
23384 <column alignment="center" valignment="top" width="0pt">
23385 <column alignment="center" valignment="top" width="0pt">
23386 <row>
23387 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23388 \begin_inset Text
23389
23390 \begin_layout Plain Layout
23391 Befehl
23392 \end_layout
23393
23394 \end_inset
23395 </cell>
23396 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23397 \begin_inset Text
23398
23399 \begin_layout Plain Layout
23400 Ergebnis
23401 \end_layout
23402
23403 \end_inset
23404 </cell>
23405 </row>
23406 <row>
23407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23408 \begin_inset Text
23409
23410 \begin_layout Plain Layout
23411 <
23412 \end_layout
23413
23414 \end_inset
23415 </cell>
23416 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23417 \begin_inset Text
23418
23419 \begin_layout Plain Layout
23420 \begin_inset Formula $<$
23421 \end_inset
23422
23423
23424 \end_layout
23425
23426 \end_inset
23427 </cell>
23428 </row>
23429 <row>
23430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23431 \begin_inset Text
23432
23433 \begin_layout Plain Layout
23434
23435 \backslash
23436 le
23437 \end_layout
23438
23439 \end_inset
23440 </cell>
23441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23442 \begin_inset Text
23443
23444 \begin_layout Plain Layout
23445 \begin_inset Formula $\le$
23446 \end_inset
23447
23448
23449 \end_layout
23450
23451 \end_inset
23452 </cell>
23453 </row>
23454 <row>
23455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23456 \begin_inset Text
23457
23458 \begin_layout Plain Layout
23459
23460 \backslash
23461 ll
23462 \end_layout
23463
23464 \end_inset
23465 </cell>
23466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23467 \begin_inset Text
23468
23469 \begin_layout Plain Layout
23470 \begin_inset Formula $\ll$
23471 \end_inset
23472
23473
23474 \end_layout
23475
23476 \end_inset
23477 </cell>
23478 </row>
23479 <row>
23480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23481 \begin_inset Text
23482
23483 \begin_layout Plain Layout
23484
23485 \backslash
23486 prec
23487 \end_layout
23488
23489 \end_inset
23490 </cell>
23491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23492 \begin_inset Text
23493
23494 \begin_layout Plain Layout
23495 \begin_inset Formula $\prec$
23496 \end_inset
23497
23498
23499 \end_layout
23500
23501 \end_inset
23502 </cell>
23503 </row>
23504 <row>
23505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23506 \begin_inset Text
23507
23508 \begin_layout Plain Layout
23509
23510 \backslash
23511 preceq
23512 \end_layout
23513
23514 \end_inset
23515 </cell>
23516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23517 \begin_inset Text
23518
23519 \begin_layout Plain Layout
23520 \begin_inset Formula $\preceq$
23521 \end_inset
23522
23523
23524 \end_layout
23525
23526 \end_inset
23527 </cell>
23528 </row>
23529 <row>
23530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23531 \begin_inset Text
23532
23533 \begin_layout Plain Layout
23534
23535 \backslash
23536 subset
23537 \end_layout
23538
23539 \end_inset
23540 </cell>
23541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23542 \begin_inset Text
23543
23544 \begin_layout Plain Layout
23545 \begin_inset Formula $\subset$
23546 \end_inset
23547
23548
23549 \end_layout
23550
23551 \end_inset
23552 </cell>
23553 </row>
23554 <row>
23555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23556 \begin_inset Text
23557
23558 \begin_layout Plain Layout
23559
23560 \backslash
23561 subseteq
23562 \end_layout
23563
23564 \end_inset
23565 </cell>
23566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23567 \begin_inset Text
23568
23569 \begin_layout Plain Layout
23570 \begin_inset Formula $\subseteq$
23571 \end_inset
23572
23573
23574 \end_layout
23575
23576 \end_inset
23577 </cell>
23578 </row>
23579 <row>
23580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23581 \begin_inset Text
23582
23583 \begin_layout Plain Layout
23584
23585 \backslash
23586 sqsubseteq
23587 \end_layout
23588
23589 \end_inset
23590 </cell>
23591 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23592 \begin_inset Text
23593
23594 \begin_layout Plain Layout
23595 \begin_inset Formula $\sqsubseteq$
23596 \end_inset
23597
23598
23599 \end_layout
23600
23601 \end_inset
23602 </cell>
23603 </row>
23604 <row>
23605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23606 \begin_inset Text
23607
23608 \begin_layout Plain Layout
23609
23610 \backslash
23611 in
23612 \end_layout
23613
23614 \end_inset
23615 </cell>
23616 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23617 \begin_inset Text
23618
23619 \begin_layout Plain Layout
23620 \begin_inset Formula $\in$
23621 \end_inset
23622
23623
23624 \end_layout
23625
23626 \end_inset
23627 </cell>
23628 </row>
23629 <row>
23630 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23631 \begin_inset Text
23632
23633 \begin_layout Plain Layout
23634
23635 \backslash
23636 vdash
23637 \end_layout
23638
23639 \end_inset
23640 </cell>
23641 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23642 \begin_inset Text
23643
23644 \begin_layout Plain Layout
23645 \begin_inset Formula $\vdash$
23646 \end_inset
23647
23648
23649 \end_layout
23650
23651 \end_inset
23652 </cell>
23653 </row>
23654 <row>
23655 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23656 \begin_inset Text
23657
23658 \begin_layout Plain Layout
23659
23660 \backslash
23661 smile
23662 \end_layout
23663
23664 \end_inset
23665 </cell>
23666 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23667 \begin_inset Text
23668
23669 \begin_layout Plain Layout
23670 \begin_inset Formula $\smile$
23671 \end_inset
23672
23673
23674 \end_layout
23675
23676 \end_inset
23677 </cell>
23678 </row>
23679 <row>
23680 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23681 \begin_inset Text
23682
23683 \begin_layout Plain Layout
23684
23685 \backslash
23686 lhd
23687 \end_layout
23688
23689 \end_inset
23690 </cell>
23691 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23692 \begin_inset Text
23693
23694 \begin_layout Plain Layout
23695 \begin_inset Formula $\lhd$
23696 \end_inset
23697
23698
23699 \end_layout
23700
23701 \end_inset
23702 </cell>
23703 </row>
23704 <row>
23705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23706 \begin_inset Text
23707
23708 \begin_layout Plain Layout
23709
23710 \backslash
23711 unlhd
23712 \end_layout
23713
23714 \end_inset
23715 </cell>
23716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23717 \begin_inset Text
23718
23719 \begin_layout Plain Layout
23720 \begin_inset Formula $\unlhd$
23721 \end_inset
23722
23723
23724 \end_layout
23725
23726 \end_inset
23727 </cell>
23728 </row>
23729 <row>
23730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23731 \begin_inset Text
23732
23733 \begin_layout Plain Layout
23734
23735 \backslash
23736 gtrless
23737 \end_layout
23738
23739 \end_inset
23740 </cell>
23741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23742 \begin_inset Text
23743
23744 \begin_layout Plain Layout
23745 \begin_inset Formula $\gtrless$
23746 \end_inset
23747
23748
23749 \end_layout
23750
23751 \end_inset
23752 </cell>
23753 </row>
23754 <row>
23755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23756 \begin_inset Text
23757
23758 \begin_layout Plain Layout
23759
23760 \backslash
23761 mid
23762 \end_layout
23763
23764 \end_inset
23765 </cell>
23766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23767 \begin_inset Text
23768
23769 \begin_layout Plain Layout
23770 \begin_inset Formula $\mid$
23771 \end_inset
23772
23773
23774 \end_layout
23775
23776 \end_inset
23777 </cell>
23778 </row>
23779 <row>
23780 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23781 \begin_inset Text
23782
23783 \begin_layout Plain Layout
23784
23785 \backslash
23786 nmid
23787 \end_layout
23788
23789 \end_inset
23790 </cell>
23791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23792 \begin_inset Text
23793
23794 \begin_layout Plain Layout
23795 \begin_inset Formula $\nmid$
23796 \end_inset
23797
23798
23799 \end_layout
23800
23801 \end_inset
23802 </cell>
23803 </row>
23804 </lyxtabular>
23805
23806 \end_inset
23807
23808
23809 \begin_inset space \hfill{}
23810 \end_inset
23811
23812
23813 \begin_inset Tabular
23814 <lyxtabular version="3" rows="17" columns="2">
23815 <features tabularvalignment="middle">
23816 <column alignment="center" valignment="top" width="0pt">
23817 <column alignment="center" valignment="top" width="0pt">
23818 <row>
23819 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23820 \begin_inset Text
23821
23822 \begin_layout Plain Layout
23823 Befehl
23824 \end_layout
23825
23826 \end_inset
23827 </cell>
23828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23829 \begin_inset Text
23830
23831 \begin_layout Plain Layout
23832 Ergebnis
23833 \end_layout
23834
23835 \end_inset
23836 </cell>
23837 </row>
23838 <row>
23839 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23840 \begin_inset Text
23841
23842 \begin_layout Plain Layout
23843 =
23844 \end_layout
23845
23846 \end_inset
23847 </cell>
23848 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23849 \begin_inset Text
23850
23851 \begin_layout Plain Layout
23852 \begin_inset Formula $=$
23853 \end_inset
23854
23855
23856 \end_layout
23857
23858 \end_inset
23859 </cell>
23860 </row>
23861 <row>
23862 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23863 \begin_inset Text
23864
23865 \begin_layout Plain Layout
23866
23867 \backslash
23868 not=
23869 \end_layout
23870
23871 \end_inset
23872 </cell>
23873 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23874 \begin_inset Text
23875
23876 \begin_layout Plain Layout
23877 \begin_inset Formula $\not=$
23878 \end_inset
23879
23880
23881 \end_layout
23882
23883 \end_inset
23884 </cell>
23885 </row>
23886 <row>
23887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23888 \begin_inset Text
23889
23890 \begin_layout Plain Layout
23891
23892 \backslash
23893 equiv
23894 \end_layout
23895
23896 \end_inset
23897 </cell>
23898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23899 \begin_inset Text
23900
23901 \begin_layout Plain Layout
23902 \begin_inset Formula $\equiv$
23903 \end_inset
23904
23905
23906 \end_layout
23907
23908 \end_inset
23909 </cell>
23910 </row>
23911 <row>
23912 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23913 \begin_inset Text
23914
23915 \begin_layout Plain Layout
23916
23917 \backslash
23918 sim
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927 \begin_inset Formula $\sim$
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 <row>
23937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23938 \begin_inset Text
23939
23940 \begin_layout Plain Layout
23941
23942 \backslash
23943 simeq
23944 \end_layout
23945
23946 \end_inset
23947 </cell>
23948 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23949 \begin_inset Text
23950
23951 \begin_layout Plain Layout
23952 \begin_inset Formula $\simeq$
23953 \end_inset
23954
23955
23956 \end_layout
23957
23958 \end_inset
23959 </cell>
23960 </row>
23961 <row>
23962 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23963 \begin_inset Text
23964
23965 \begin_layout Plain Layout
23966
23967 \backslash
23968 approx
23969 \end_layout
23970
23971 \end_inset
23972 </cell>
23973 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23974 \begin_inset Text
23975
23976 \begin_layout Plain Layout
23977 \begin_inset Formula $\approx$
23978 \end_inset
23979
23980
23981 \end_layout
23982
23983 \end_inset
23984 </cell>
23985 </row>
23986 <row>
23987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23988 \begin_inset Text
23989
23990 \begin_layout Plain Layout
23991
23992 \backslash
23993 cong
23994 \end_layout
23995
23996 \end_inset
23997 </cell>
23998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23999 \begin_inset Text
24000
24001 \begin_layout Plain Layout
24002 \begin_inset Formula $\cong$
24003 \end_inset
24004
24005
24006 \end_layout
24007
24008 \end_inset
24009 </cell>
24010 </row>
24011 <row>
24012 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24013 \begin_inset Text
24014
24015 \begin_layout Plain Layout
24016
24017 \backslash
24018 bowtie
24019 \end_layout
24020
24021 \end_inset
24022 </cell>
24023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24024 \begin_inset Text
24025
24026 \begin_layout Plain Layout
24027 \begin_inset Formula $\bowtie$
24028 \end_inset
24029
24030
24031 \end_layout
24032
24033 \end_inset
24034 </cell>
24035 </row>
24036 <row>
24037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24038 \begin_inset Text
24039
24040 \begin_layout Plain Layout
24041
24042 \backslash
24043 notin
24044 \end_layout
24045
24046 \end_inset
24047 </cell>
24048 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24049 \begin_inset Text
24050
24051 \begin_layout Plain Layout
24052 \begin_inset Formula $\notin$
24053 \end_inset
24054
24055
24056 \end_layout
24057
24058 \end_inset
24059 </cell>
24060 </row>
24061 <row>
24062 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24063 \begin_inset Text
24064
24065 \begin_layout Plain Layout
24066
24067 \backslash
24068 perp
24069 \end_layout
24070
24071 \end_inset
24072 </cell>
24073 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24074 \begin_inset Text
24075
24076 \begin_layout Plain Layout
24077 \begin_inset Formula $\perp$
24078 \end_inset
24079
24080
24081 \end_layout
24082
24083 \end_inset
24084 </cell>
24085 </row>
24086 <row>
24087 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24088 \begin_inset Text
24089
24090 \begin_layout Plain Layout
24091
24092 \backslash
24093 propto
24094 \end_layout
24095
24096 \end_inset
24097 </cell>
24098 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24099 \begin_inset Text
24100
24101 \begin_layout Plain Layout
24102 \begin_inset Formula $\propto$
24103 \end_inset
24104
24105
24106 \end_layout
24107
24108 \end_inset
24109 </cell>
24110 </row>
24111 <row>
24112 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24113 \begin_inset Text
24114
24115 \begin_layout Plain Layout
24116
24117 \backslash
24118 asymp
24119 \end_layout
24120
24121 \end_inset
24122 </cell>
24123 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24124 \begin_inset Text
24125
24126 \begin_layout Plain Layout
24127 \begin_inset Formula $\asymp$
24128 \end_inset
24129
24130
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 </row>
24136 <row>
24137 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24138 \begin_inset Text
24139
24140 \begin_layout Plain Layout
24141
24142 \backslash
24143 doteq
24144 \end_layout
24145
24146 \end_inset
24147 </cell>
24148 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24149 \begin_inset Text
24150
24151 \begin_layout Plain Layout
24152 \begin_inset Formula $\doteq$
24153 \end_inset
24154
24155
24156 \end_layout
24157
24158 \end_inset
24159 </cell>
24160 </row>
24161 <row>
24162 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24163 \begin_inset Text
24164
24165 \begin_layout Plain Layout
24166
24167 \backslash
24168 circeq
24169 \end_layout
24170
24171 \end_inset
24172 </cell>
24173 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24174 \begin_inset Text
24175
24176 \begin_layout Plain Layout
24177 \begin_inset Formula $\circeq$
24178 \end_inset
24179
24180
24181 \end_layout
24182
24183 \end_inset
24184 </cell>
24185 </row>
24186 <row>
24187 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24188 \begin_inset Text
24189
24190 \begin_layout Plain Layout
24191
24192 \backslash
24193 models
24194 \end_layout
24195
24196 \end_inset
24197 </cell>
24198 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24199 \begin_inset Text
24200
24201 \begin_layout Plain Layout
24202 \begin_inset Formula $\models$
24203 \end_inset
24204
24205
24206 \end_layout
24207
24208 \end_inset
24209 </cell>
24210 </row>
24211 <row>
24212 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24213 \begin_inset Text
24214
24215 \begin_layout Plain Layout
24216
24217 \backslash
24218 widehat=
24219 \end_layout
24220
24221 \end_inset
24222 </cell>
24223 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24224 \begin_inset Text
24225
24226 \begin_layout Plain Layout
24227 \begin_inset Formula $\widehat{=}$
24228 \end_inset
24229
24230
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 </row>
24236 </lyxtabular>
24237
24238 \end_inset
24239
24240
24241 \begin_inset space \hfill{}
24242 \end_inset
24243
24244
24245 \begin_inset Tabular
24246 <lyxtabular version="3" rows="17" columns="2">
24247 <features tabularvalignment="middle">
24248 <column alignment="center" valignment="top" width="0pt">
24249 <column alignment="center" valignment="top" width="0pt">
24250 <row>
24251 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24252 \begin_inset Text
24253
24254 \begin_layout Plain Layout
24255 Befehl
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264 Ergebnis
24265 \end_layout
24266
24267 \end_inset
24268 </cell>
24269 </row>
24270 <row>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275 >
24276 \end_layout
24277
24278 \end_inset
24279 </cell>
24280 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24281 \begin_inset Text
24282
24283 \begin_layout Plain Layout
24284 \begin_inset Formula $>$
24285 \end_inset
24286
24287
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 </row>
24293 <row>
24294 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24295 \begin_inset Text
24296
24297 \begin_layout Plain Layout
24298
24299 \backslash
24300 ge
24301 \end_layout
24302
24303 \end_inset
24304 </cell>
24305 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24306 \begin_inset Text
24307
24308 \begin_layout Plain Layout
24309 \begin_inset Formula $\ge$
24310 \end_inset
24311
24312
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 </row>
24318 <row>
24319 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24320 \begin_inset Text
24321
24322 \begin_layout Plain Layout
24323
24324 \backslash
24325 gg
24326 \end_layout
24327
24328 \end_inset
24329 </cell>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334 \begin_inset Formula $\gg$
24335 \end_inset
24336
24337
24338 \end_layout
24339
24340 \end_inset
24341 </cell>
24342 </row>
24343 <row>
24344 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24345 \begin_inset Text
24346
24347 \begin_layout Plain Layout
24348
24349 \backslash
24350 succ
24351 \end_layout
24352
24353 \end_inset
24354 </cell>
24355 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24356 \begin_inset Text
24357
24358 \begin_layout Plain Layout
24359 \begin_inset Formula $\succ$
24360 \end_inset
24361
24362
24363 \end_layout
24364
24365 \end_inset
24366 </cell>
24367 </row>
24368 <row>
24369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24370 \begin_inset Text
24371
24372 \begin_layout Plain Layout
24373
24374 \backslash
24375 succeq
24376 \end_layout
24377
24378 \end_inset
24379 </cell>
24380 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24381 \begin_inset Text
24382
24383 \begin_layout Plain Layout
24384 \begin_inset Formula $\succeq$
24385 \end_inset
24386
24387
24388 \end_layout
24389
24390 \end_inset
24391 </cell>
24392 </row>
24393 <row>
24394 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24395 \begin_inset Text
24396
24397 \begin_layout Plain Layout
24398
24399 \backslash
24400 supset
24401 \end_layout
24402
24403 \end_inset
24404 </cell>
24405 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24406 \begin_inset Text
24407
24408 \begin_layout Plain Layout
24409 \begin_inset Formula $\supset$
24410 \end_inset
24411
24412
24413 \end_layout
24414
24415 \end_inset
24416 </cell>
24417 </row>
24418 <row>
24419 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24420 \begin_inset Text
24421
24422 \begin_layout Plain Layout
24423
24424 \backslash
24425 supseteq
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434 \begin_inset Formula $\supseteq$
24435 \end_inset
24436
24437
24438 \end_layout
24439
24440 \end_inset
24441 </cell>
24442 </row>
24443 <row>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 sqsupseteq
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459 \begin_inset Formula $\sqsupseteq$
24460 \end_inset
24461
24462
24463 \end_layout
24464
24465 \end_inset
24466 </cell>
24467 </row>
24468 <row>
24469 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24470 \begin_inset Text
24471
24472 \begin_layout Plain Layout
24473
24474 \backslash
24475 ni
24476 \end_layout
24477
24478 \end_inset
24479 </cell>
24480 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24481 \begin_inset Text
24482
24483 \begin_layout Plain Layout
24484 \begin_inset Formula $\ni$
24485 \end_inset
24486
24487
24488 \end_layout
24489
24490 \end_inset
24491 </cell>
24492 </row>
24493 <row>
24494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24495 \begin_inset Text
24496
24497 \begin_layout Plain Layout
24498
24499 \backslash
24500 dashv
24501 \end_layout
24502
24503 \end_inset
24504 </cell>
24505 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24506 \begin_inset Text
24507
24508 \begin_layout Plain Layout
24509 \begin_inset Formula $\dashv$
24510 \end_inset
24511
24512
24513 \end_layout
24514
24515 \end_inset
24516 </cell>
24517 </row>
24518 <row>
24519 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24520 \begin_inset Text
24521
24522 \begin_layout Plain Layout
24523
24524 \backslash
24525 frown
24526 \end_layout
24527
24528 \end_inset
24529 </cell>
24530 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24531 \begin_inset Text
24532
24533 \begin_layout Plain Layout
24534 \begin_inset Formula $\frown$
24535 \end_inset
24536
24537
24538 \end_layout
24539
24540 \end_inset
24541 </cell>
24542 </row>
24543 <row>
24544 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24545 \begin_inset Text
24546
24547 \begin_layout Plain Layout
24548
24549 \backslash
24550 rhd
24551 \end_layout
24552
24553 \end_inset
24554 </cell>
24555 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24556 \begin_inset Text
24557
24558 \begin_layout Plain Layout
24559 \begin_inset Formula $\rhd$
24560 \end_inset
24561
24562
24563 \end_layout
24564
24565 \end_inset
24566 </cell>
24567 </row>
24568 <row>
24569 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24570 \begin_inset Text
24571
24572 \begin_layout Plain Layout
24573
24574 \backslash
24575 unrhd
24576 \end_layout
24577
24578 \end_inset
24579 </cell>
24580 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24581 \begin_inset Text
24582
24583 \begin_layout Plain Layout
24584 \begin_inset Formula $\unrhd$
24585 \end_inset
24586
24587
24588 \end_layout
24589
24590 \end_inset
24591 </cell>
24592 </row>
24593 <row>
24594 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24595 \begin_inset Text
24596
24597 \begin_layout Plain Layout
24598
24599 \backslash
24600 lessgtr
24601 \end_layout
24602
24603 \end_inset
24604 </cell>
24605 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24606 \begin_inset Text
24607
24608 \begin_layout Plain Layout
24609 \begin_inset Formula $\lessgtr$
24610 \end_inset
24611
24612
24613 \end_layout
24614
24615 \end_inset
24616 </cell>
24617 </row>
24618 <row>
24619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24620 \begin_inset Text
24621
24622 \begin_layout Plain Layout
24623
24624 \backslash
24625 parallel
24626 \end_layout
24627
24628 \end_inset
24629 </cell>
24630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24631 \begin_inset Text
24632
24633 \begin_layout Plain Layout
24634 \begin_inset Formula $\parallel$
24635 \end_inset
24636
24637
24638 \end_layout
24639
24640 \end_inset
24641 </cell>
24642 </row>
24643 <row>
24644 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24645 \begin_inset Text
24646
24647 \begin_layout Plain Layout
24648
24649 \backslash
24650 nparallel
24651 \end_layout
24652
24653 \end_inset
24654 </cell>
24655 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24656 \begin_inset Text
24657
24658 \begin_layout Plain Layout
24659 \begin_inset Formula $\nparallel$
24660 \end_inset
24661
24662
24663 \end_layout
24664
24665 \end_inset
24666 </cell>
24667 </row>
24668 </lyxtabular>
24669
24670 \end_inset
24671
24672
24673 \begin_inset space \hfill{}
24674 \end_inset
24675
24676
24677 \end_layout
24678
24679 \begin_layout Standard
24680 \begin_inset VSpace medskip
24681 \end_inset
24682
24683 Die Zeichen 
24684 \series bold
24685
24686 \backslash
24687 lhd
24688 \series default
24689  bzw.
24690  
24691 \series bold
24692
24693 \backslash
24694 rhd
24695 \series default
24696  sind größer als die gleich aussehenden Operatoren
24697 \begin_inset Newline linebreak
24698 \end_inset
24699
24700
24701 \series bold
24702
24703 \backslash
24704 triangleleft
24705 \series default
24706  bzw.
24707  
24708 \series bold
24709
24710 \backslash
24711 triangleright
24712 \series default
24713 .
24714 \end_layout
24715
24716 \begin_layout Standard
24717 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
24718 \end_layout
24719
24720 \begin_layout Standard
24721 Relationen mit Beschriftungen können mit Hilfe des Befehls 
24722 \series bold
24723
24724 \backslash
24725 stackrel
24726 \series default
24727
24728 \begin_inset Index idx
24729 status collapsed
24730
24731 \begin_layout Plain Layout
24732 Befehle ! S ! 
24733 \backslash
24734 stackrel
24735 \end_layout
24736
24737 \end_inset
24738
24739  erstellt werden:
24740 \end_layout
24741
24742 \begin_layout Standard
24743 \align center
24744 \begin_inset Tabular
24745 <lyxtabular version="3" rows="2" columns="2">
24746 <features tabularvalignment="middle">
24747 <column alignment="center" valignment="top" width="0">
24748 <column alignment="center" valignment="top" width="0">
24749 <row>
24750 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24751 \begin_inset Text
24752
24753 \begin_layout Plain Layout
24754 Befehl
24755 \end_layout
24756
24757 \end_inset
24758 </cell>
24759 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24760 \begin_inset Text
24761
24762 \begin_layout Plain Layout
24763 Ergebnis
24764 \begin_inset Note Note
24765 status collapsed
24766
24767 \begin_layout Plain Layout
24768
24769 \series bold
24770
24771 \backslash
24772 raisebox
24773 \series default
24774  dient nur als Abstandhalter.
24775 \end_layout
24776
24777 \end_inset
24778
24779
24780 \end_layout
24781
24782 \end_inset
24783 </cell>
24784 </row>
24785 <row>
24786 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24787 \begin_inset Text
24788
24789 \begin_layout Plain Layout
24790 A(r)
24791 \backslash
24792 stackrel
24793 \begin_inset ERT
24794 status collapsed
24795
24796 \begin_layout Plain Layout
24797
24798
24799 \backslash
24800 leer 
24801 \end_layout
24802
24803 \end_inset
24804
24805 r
24806 \backslash
24807 to
24808 \backslash
24809 infty
24810 \begin_inset ERT
24811 status collapsed
24812
24813 \begin_layout Plain Layout
24814
24815
24816 \backslash
24817 leer 
24818 \end_layout
24819
24820 \end_inset
24821
24822
24823 \begin_inset Formula $\downarrow$
24824 \end_inset
24825
24826
24827 \backslash
24828 approx
24829 \begin_inset ERT
24830 status collapsed
24831
24832 \begin_layout Plain Layout
24833
24834
24835 \backslash
24836 leer 
24837 \end_layout
24838
24839 \end_inset
24840
24841
24842 \begin_inset ERT
24843 status collapsed
24844
24845 \begin_layout Plain Layout
24846
24847
24848 \backslash
24849 leer 
24850 \end_layout
24851
24852 \end_inset
24853
24854 B
24855 \end_layout
24856
24857 \end_inset
24858 </cell>
24859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24860 \begin_inset Text
24861
24862 \begin_layout Plain Layout
24863 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
24864 \end_inset
24865
24866
24867 \end_layout
24868
24869 \end_inset
24870 </cell>
24871 </row>
24872 </lyxtabular>
24873
24874 \end_inset
24875
24876
24877 \end_layout
24878
24879 \begin_layout Section
24880 Funktionen
24881 \end_layout
24882
24883 \begin_layout Subsection
24884 Vordefinierte Funktionen
24885 \begin_inset CommandInset label
24886 LatexCommand label
24887 name "sub:Vordefinierte-Funktionen"
24888
24889 \end_inset
24890
24891
24892 \begin_inset Index idx
24893 status collapsed
24894
24895 \begin_layout Plain Layout
24896 Funktionen ! vordefinierte
24897 \end_layout
24898
24899 \end_inset
24900
24901
24902 \end_layout
24903
24904 \begin_layout Standard
24905 Allgemein werden in mathematischen Ausdrücken Variablen 
24906 \shape italic
24907 kursiv
24908 \shape default
24909  gesetzt, Funktionsnamen hingegen nicht, denn 
24910 \begin_inset Formula $sin$
24911 \end_inset
24912
24913  könnte als 
24914 \begin_inset Formula $s\cdot i\cdot n$
24915 \end_inset
24916
24917  missverstanden werden.
24918  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24919 en etwas abgesetzt sind.
24920  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24921 \end_layout
24922
24923 \begin_layout Standard
24924 \align center
24925 \begin_inset Tabular
24926 <lyxtabular version="3" rows="2" columns="4">
24927 <features tabularvalignment="middle">
24928 <column alignment="center" valignment="top" width="0pt">
24929 <column alignment="center" valignment="top" width="0pt">
24930 <column alignment="center" valignment="top" width="0pt">
24931 <column alignment="center" valignment="top" width="0pt">
24932 <row>
24933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24934 \begin_inset Text
24935
24936 \begin_layout Plain Layout
24937 Befehl
24938 \end_layout
24939
24940 \end_inset
24941 </cell>
24942 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24943 \begin_inset Text
24944
24945 \begin_layout Plain Layout
24946 Ergebnis
24947 \end_layout
24948
24949 \end_inset
24950 </cell>
24951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24952 \begin_inset Text
24953
24954 \begin_layout Plain Layout
24955 Befehl
24956 \end_layout
24957
24958 \end_inset
24959 </cell>
24960 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24961 \begin_inset Text
24962
24963 \begin_layout Plain Layout
24964 Ergebnis
24965 \end_layout
24966
24967 \end_inset
24968 </cell>
24969 </row>
24970 <row>
24971 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 Asin(x)+B
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 \begin_inset Formula $Asin(x)+B$
24985 \end_inset
24986
24987
24988 \end_layout
24989
24990 \end_inset
24991 </cell>
24992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24993 \begin_inset Text
24994
24995 \begin_layout Plain Layout
24996 A
24997 \backslash
24998 sin(x)+B
24999 \end_layout
25000
25001 \end_inset
25002 </cell>
25003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25004 \begin_inset Text
25005
25006 \begin_layout Plain Layout
25007 \begin_inset Formula $A\sin(x)+B$
25008 \end_inset
25009
25010
25011 \end_layout
25012
25013 \end_inset
25014 </cell>
25015 </row>
25016 </lyxtabular>
25017
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \begin_layout Standard
25024 Folgende Funktionen sind vordefiniert:
25025 \end_layout
25026
25027 \begin_layout Standard
25028 \begin_inset VSpace -2mm
25029 \end_inset
25030
25031
25032 \end_layout
25033
25034 \begin_layout Standard
25035 \align center
25036 \begin_inset Tabular
25037 <lyxtabular version="3" rows="9" columns="4">
25038 <features tabularvalignment="middle">
25039 <column alignment="center" valignment="top" width="0pt">
25040 <column alignment="center" valignment="top" width="0pt">
25041 <column alignment="center" valignment="top" width="0pt">
25042 <column alignment="center" valignment="top" width="0pt">
25043 <row>
25044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25045 \begin_inset Text
25046
25047 \begin_layout Plain Layout
25048 Befehl
25049 \end_layout
25050
25051 \end_inset
25052 </cell>
25053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25054 \begin_inset Text
25055
25056 \begin_layout Plain Layout
25057 Befehl
25058 \end_layout
25059
25060 \end_inset
25061 </cell>
25062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25063 \begin_inset Text
25064
25065 \begin_layout Plain Layout
25066 Befehl
25067 \end_layout
25068
25069 \end_inset
25070 </cell>
25071 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25072 \begin_inset Text
25073
25074 \begin_layout Plain Layout
25075 Befehl
25076 \end_layout
25077
25078 \end_inset
25079 </cell>
25080 </row>
25081 <row>
25082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25083 \begin_inset Text
25084
25085 \begin_layout Plain Layout
25086
25087 \backslash
25088 sin
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25094 \begin_inset Text
25095
25096 \begin_layout Plain Layout
25097
25098 \backslash
25099 sinh
25100 \end_layout
25101
25102 \end_inset
25103 </cell>
25104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25105 \begin_inset Text
25106
25107 \begin_layout Plain Layout
25108
25109 \backslash
25110 arcsin
25111 \end_layout
25112
25113 \end_inset
25114 </cell>
25115 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25116 \begin_inset Text
25117
25118 \begin_layout Plain Layout
25119
25120 \backslash
25121 sup
25122 \end_layout
25123
25124 \end_inset
25125 </cell>
25126 </row>
25127 <row>
25128 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25129 \begin_inset Text
25130
25131 \begin_layout Plain Layout
25132
25133 \backslash
25134 cos
25135 \end_layout
25136
25137 \end_inset
25138 </cell>
25139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25140 \begin_inset Text
25141
25142 \begin_layout Plain Layout
25143
25144 \backslash
25145 cosh
25146 \end_layout
25147
25148 \end_inset
25149 </cell>
25150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154
25155 \backslash
25156 arccos
25157 \end_layout
25158
25159 \end_inset
25160 </cell>
25161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25162 \begin_inset Text
25163
25164 \begin_layout Plain Layout
25165
25166 \backslash
25167 inf
25168 \end_layout
25169
25170 \end_inset
25171 </cell>
25172 </row>
25173 <row>
25174 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25175 \begin_inset Text
25176
25177 \begin_layout Plain Layout
25178
25179 \backslash
25180 tan
25181 \end_layout
25182
25183 \end_inset
25184 </cell>
25185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25186 \begin_inset Text
25187
25188 \begin_layout Plain Layout
25189
25190 \backslash
25191 tanh
25192 \end_layout
25193
25194 \end_inset
25195 </cell>
25196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25197 \begin_inset Text
25198
25199 \begin_layout Plain Layout
25200
25201 \backslash
25202 arctan
25203 \end_layout
25204
25205 \end_inset
25206 </cell>
25207 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25208 \begin_inset Text
25209
25210 \begin_layout Plain Layout
25211
25212 \backslash
25213 lim
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 </row>
25219 <row>
25220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \backslash
25226 cot
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235
25236 \backslash
25237 coth
25238 \end_layout
25239
25240 \end_inset
25241 </cell>
25242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25243 \begin_inset Text
25244
25245 \begin_layout Plain Layout
25246
25247 \backslash
25248 arg
25249 \end_layout
25250
25251 \end_inset
25252 </cell>
25253 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25254 \begin_inset Text
25255
25256 \begin_layout Plain Layout
25257
25258 \backslash
25259 liminf
25260 \end_layout
25261
25262 \end_inset
25263 </cell>
25264 </row>
25265 <row>
25266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25267 \begin_inset Text
25268
25269 \begin_layout Plain Layout
25270
25271 \backslash
25272 sec
25273 \end_layout
25274
25275 \end_inset
25276 </cell>
25277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25278 \begin_inset Text
25279
25280 \begin_layout Plain Layout
25281
25282 \backslash
25283 min
25284 \end_layout
25285
25286 \end_inset
25287 </cell>
25288 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25289 \begin_inset Text
25290
25291 \begin_layout Plain Layout
25292
25293 \backslash
25294 deg
25295 \end_layout
25296
25297 \end_inset
25298 </cell>
25299 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25300 \begin_inset Text
25301
25302 \begin_layout Plain Layout
25303
25304 \backslash
25305 limsup
25306 \end_layout
25307
25308 \end_inset
25309 </cell>
25310 </row>
25311 <row>
25312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25313 \begin_inset Text
25314
25315 \begin_layout Plain Layout
25316
25317 \backslash
25318 csc
25319 \end_layout
25320
25321 \end_inset
25322 </cell>
25323 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25324 \begin_inset Text
25325
25326 \begin_layout Plain Layout
25327
25328 \backslash
25329 max
25330 \end_layout
25331
25332 \end_inset
25333 </cell>
25334 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25335 \begin_inset Text
25336
25337 \begin_layout Plain Layout
25338
25339 \backslash
25340 det
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25346 \begin_inset Text
25347
25348 \begin_layout Plain Layout
25349
25350 \backslash
25351 Pr
25352 \end_layout
25353
25354 \end_inset
25355 </cell>
25356 </row>
25357 <row>
25358 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362
25363 \backslash
25364 ln
25365 \end_layout
25366
25367 \end_inset
25368 </cell>
25369 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25370 \begin_inset Text
25371
25372 \begin_layout Plain Layout
25373
25374 \backslash
25375 exp
25376 \end_layout
25377
25378 \end_inset
25379 </cell>
25380 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25381 \begin_inset Text
25382
25383 \begin_layout Plain Layout
25384
25385 \backslash
25386 dim
25387 \end_layout
25388
25389 \end_inset
25390 </cell>
25391 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25392 \begin_inset Text
25393
25394 \begin_layout Plain Layout
25395
25396 \backslash
25397 hom
25398 \end_layout
25399
25400 \end_inset
25401 </cell>
25402 </row>
25403 <row>
25404 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25405 \begin_inset Text
25406
25407 \begin_layout Plain Layout
25408
25409 \backslash
25410 lg
25411 \end_layout
25412
25413 \end_inset
25414 </cell>
25415 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25416 \begin_inset Text
25417
25418 \begin_layout Plain Layout
25419
25420 \backslash
25421 log
25422 \end_layout
25423
25424 \end_inset
25425 </cell>
25426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25427 \begin_inset Text
25428
25429 \begin_layout Plain Layout
25430
25431 \backslash
25432 ker
25433 \end_layout
25434
25435 \end_inset
25436 </cell>
25437 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25438 \begin_inset Text
25439
25440 \begin_layout Plain Layout
25441
25442 \backslash
25443 gcd
25444 \end_layout
25445
25446 \end_inset
25447 </cell>
25448 </row>
25449 </lyxtabular>
25450
25451 \end_inset
25452
25453
25454 \end_layout
25455
25456 \begin_layout Standard
25457 Sie können auch über den Mathe-Werkzeugleistenknopf 
25458 \begin_inset Graphics
25459         filename ../../images/math/functions.png
25460         scale 85
25461
25462 \end_inset
25463
25464  eingefügt werden.
25465 \end_layout
25466
25467 \begin_layout Subsection
25468 Selbst definierte Funktionen
25469 \begin_inset Index idx
25470 status collapsed
25471
25472 \begin_layout Plain Layout
25473 Funktionen ! selbstdefinierte
25474 \end_layout
25475
25476 \end_inset
25477
25478
25479 \end_layout
25480
25481 \begin_layout Standard
25482 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
25483 \begin_inset space \thinspace{}
25484 \end_inset
25485
25486 B.
25487  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
25488 \end_layout
25489
25490 \begin_layout Itemize
25491 Man definiert die Funktion selbst.
25492  Dazu gibt man im LaTeX-Vorspann die Zeile
25493 \begin_inset Newline newline
25494 \end_inset
25495
25496
25497 \begin_inset VSpace -3mm
25498 \end_inset
25499
25500
25501 \begin_inset Newline newline
25502 \end_inset
25503
25504
25505 \series bold
25506
25507 \backslash
25508 DeclareMathOperator{
25509 \backslash
25510 sgn}{sgn}
25511 \series default
25512
25513 \begin_inset Index idx
25514 status collapsed
25515
25516 \begin_layout Plain Layout
25517 Befehle ! D ! 
25518 \backslash
25519 dbinom@
25520 \backslash
25521 DeclareMathOperator
25522 \end_layout
25523
25524 \end_inset
25525
25526
25527 \begin_inset Newline newline
25528 \end_inset
25529
25530
25531 \begin_inset VSpace -2mm
25532 \end_inset
25533
25534
25535 \begin_inset Newline newline
25536 \end_inset
25537
25538 ein
25539 \begin_inset Foot
25540 status collapsed
25541
25542 \begin_layout Plain Layout
25543 Näheres zu 
25544 \series bold
25545
25546 \backslash
25547 DeclareMathOperator
25548 \series default
25549  siehe 
25550 \begin_inset CommandInset ref
25551 LatexCommand ref
25552 reference "sub:Selbstdefinierte-Operatoren"
25553
25554 \end_inset
25555
25556 .
25557 \end_layout
25558
25559 \end_inset
25560
25561 .
25562  Nun kann man mit dem Befehl 
25563 \series bold
25564
25565 \backslash
25566 sgn
25567 \series default
25568  die neu definierte Funktion aufrufen.
25569 \end_layout
25570
25571 \begin_layout Itemize
25572 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
25573  Beispiel die Buchstaben 
25574 \emph on
25575 sgn
25576 \emph default
25577 , und wandelt ihn in in mathematischen Text um.
25578  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
25579 \end_layout
25580
25581 \begin_layout Standard
25582 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
25583  Funktion
25584 \begin_inset Foot
25585 status collapsed
25586
25587 \begin_layout Plain Layout
25588 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
25589 \end_layout
25590
25591 \end_inset
25592
25593 :
25594 \end_layout
25595
25596 \begin_layout Standard
25597 \align center
25598 \begin_inset Tabular
25599 <lyxtabular version="3" rows="3" columns="2">
25600 <features tabularvalignment="middle">
25601 <column alignment="center" valignment="top" width="0pt">
25602 <column alignment="center" valignment="top" width="0pt">
25603 <row>
25604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25605 \begin_inset Text
25606
25607 \begin_layout Plain Layout
25608 Befehl
25609 \end_layout
25610
25611 \end_inset
25612 </cell>
25613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25614 \begin_inset Text
25615
25616 \begin_layout Plain Layout
25617 Ergebnis
25618 \end_layout
25619
25620 \end_inset
25621 </cell>
25622 </row>
25623 <row>
25624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25625 \begin_inset Text
25626
25627 \begin_layout Plain Layout
25628 A
25629 \backslash
25630 sgn(x)+B
25631 \end_layout
25632
25633 \end_inset
25634 </cell>
25635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25636 \begin_inset Text
25637
25638 \begin_layout Plain Layout
25639 \begin_inset Formula $A\sgn(x)+B$
25640 \end_inset
25641
25642
25643 \end_layout
25644
25645 \end_inset
25646 </cell>
25647 </row>
25648 <row>
25649 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25650 \begin_inset Text
25651
25652 \begin_layout Plain Layout
25653 A
25654 \backslash
25655 ,
25656 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
25657 \end_inset
25658
25659 (x)+B
25660 \end_layout
25661
25662 \end_inset
25663 </cell>
25664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25665 \begin_inset Text
25666
25667 \begin_layout Plain Layout
25668 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
25669 \end_inset
25670
25671
25672 \end_layout
25673
25674 \end_inset
25675 </cell>
25676 </row>
25677 </lyxtabular>
25678
25679 \end_inset
25680
25681
25682 \end_layout
25683
25684 \begin_layout Standard
25685 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
25686  mehrfach verwendet werden soll.
25687 \end_layout
25688
25689 \begin_layout Subsection
25690 Grenzwerte
25691 \begin_inset Index idx
25692 status collapsed
25693
25694 \begin_layout Plain Layout
25695 Grenzwerte
25696 \end_layout
25697
25698 \end_inset
25699
25700
25701 \end_layout
25702
25703 \begin_layout Standard
25704 Für Grenzwerte sind außer 
25705 \series bold
25706
25707 \backslash
25708 lim
25709 \series default
25710
25711 \begin_inset Index idx
25712 status collapsed
25713
25714 \begin_layout Plain Layout
25715 Befehle ! L ! 
25716 \backslash
25717 lim
25718 \end_layout
25719
25720 \end_inset
25721
25722
25723 \series bold
25724
25725 \backslash
25726 liminf
25727 \series default
25728  und 
25729 \series bold
25730
25731 \backslash
25732 limsup
25733 \series default
25734  noch folgende Funktionen definiert:
25735 \end_layout
25736
25737 \begin_layout Standard
25738 \align center
25739 \begin_inset Tabular
25740 <lyxtabular version="3" rows="5" columns="2">
25741 <features tabularvalignment="middle">
25742 <column alignment="center" valignment="top" width="0">
25743 <column alignment="center" valignment="top" width="0">
25744 <row>
25745 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25746 \begin_inset Text
25747
25748 \begin_layout Plain Layout
25749 Befehl
25750 \end_layout
25751
25752 \end_inset
25753 </cell>
25754 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25755 \begin_inset Text
25756
25757 \begin_layout Plain Layout
25758 Ergebnis
25759 \begin_inset Note Note
25760 status collapsed
25761
25762 \begin_layout Plain Layout
25763
25764 \series bold
25765
25766 \backslash
25767 raisebox
25768 \series default
25769  dient nur als Abstandhalter.
25770 \end_layout
25771
25772 \end_inset
25773
25774
25775 \end_layout
25776
25777 \end_inset
25778 </cell>
25779 </row>
25780 <row>
25781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25782 \begin_inset Text
25783
25784 \begin_layout Plain Layout
25785
25786 \backslash
25787 varliminf
25788 \end_layout
25789
25790 \end_inset
25791 </cell>
25792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25793 \begin_inset Text
25794
25795 \begin_layout Plain Layout
25796 \begin_inset Formula $\varliminf$
25797 \end_inset
25798
25799
25800 \end_layout
25801
25802 \end_inset
25803 </cell>
25804 </row>
25805 <row>
25806 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25807 \begin_inset Text
25808
25809 \begin_layout Plain Layout
25810
25811 \backslash
25812 varlimsup
25813 \end_layout
25814
25815 \end_inset
25816 </cell>
25817 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25818 \begin_inset Text
25819
25820 \begin_layout Plain Layout
25821 \begin_inset Formula $\varlimsup$
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 </row>
25830 <row>
25831 <cell alignment="center" valignment="top" leftline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Plain Layout
25835
25836 \backslash
25837 varprojlim
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 \begin_inset Formula $\varprojlim$
25847 \end_inset
25848
25849
25850 \end_layout
25851
25852 \end_inset
25853 </cell>
25854 </row>
25855 <row>
25856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25857 \begin_inset Text
25858
25859 \begin_layout Plain Layout
25860
25861 \backslash
25862 varinjlim
25863 \end_layout
25864
25865 \end_inset
25866 </cell>
25867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25868 \begin_inset Text
25869
25870 \begin_layout Plain Layout
25871 \begin_inset Formula $\varinjlim$
25872 \end_inset
25873
25874
25875 \begin_inset Formula $\raisebox{-2.5mm}{}$
25876 \end_inset
25877
25878
25879 \end_layout
25880
25881 \end_inset
25882 </cell>
25883 </row>
25884 </lyxtabular>
25885
25886 \end_inset
25887
25888
25889 \end_layout
25890
25891 \begin_layout Standard
25892 \begin_inset VSpace medskip
25893 \end_inset
25894
25895 Der Grenzwert wird durch Tiefstellen erzeugt.
25896  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25897 \end_layout
25898
25899 \begin_layout Standard
25900 \align center
25901 \begin_inset Tabular
25902 <lyxtabular version="3" rows="2" columns="2">
25903 <features tabularvalignment="middle">
25904 <column alignment="center" valignment="top" width="0pt">
25905 <column alignment="center" valignment="top" width="0pt">
25906 <row>
25907 <cell alignment="center" valignment="top" usebox="none">
25908 \begin_inset Text
25909
25910 \begin_layout Plain Layout
25911 Befehl
25912 \end_layout
25913
25914 \end_inset
25915 </cell>
25916 <cell alignment="center" valignment="top" usebox="none">
25917 \begin_inset Text
25918
25919 \begin_layout Plain Layout
25920 \begin_inset space \hspace{}
25921 \length 1cm
25922 \end_inset
25923
25924 Ergebnis
25925 \begin_inset Note Note
25926 status collapsed
25927
25928 \begin_layout Plain Layout
25929 Der Leerraum und 
25930 \series bold
25931
25932 \backslash
25933 raisebox
25934 \series default
25935  dienen nur als Abstandhalter.
25936 \end_layout
25937
25938 \end_inset
25939
25940
25941 \end_layout
25942
25943 \end_inset
25944 </cell>
25945 </row>
25946 <row>
25947 <cell alignment="center" valignment="top" usebox="none">
25948 \begin_inset Text
25949
25950 \begin_layout Plain Layout
25951
25952 \backslash
25953 lim_x
25954 \backslash
25955 to
25956 \begin_inset ERT
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 leer 
25964 \end_layout
25965
25966 \end_inset
25967
25968 A
25969 \begin_inset ERT
25970 status collapsed
25971
25972 \begin_layout Plain Layout
25973
25974
25975 \backslash
25976 leer 
25977 \end_layout
25978
25979 \end_inset
25980
25981 x=B
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25991 \end_inset
25992
25993
25994 \end_layout
25995
25996 \end_inset
25997 </cell>
25998 </row>
25999 </lyxtabular>
26000
26001 \end_inset
26002
26003
26004 \end_layout
26005
26006 \begin_layout Standard
26007 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
26008 \begin_inset Formula 
26009 \[
26010 \lim_{x\to A}x=B
26011 \]
26012
26013 \end_inset
26014
26015
26016 \end_layout
26017
26018 \begin_layout Standard
26019 \begin_inset Newpage newpage
26020 \end_inset
26021
26022
26023 \end_layout
26024
26025 \begin_layout Subsection
26026 Modulo-Funktionen
26027 \begin_inset Index idx
26028 status collapsed
26029
26030 \begin_layout Plain Layout
26031 Funktionen ! Modulo-
26032 \end_layout
26033
26034 \end_inset
26035
26036
26037 \end_layout
26038
26039 \begin_layout Standard
26040 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
26041  Varianten.
26042 \end_layout
26043
26044 \begin_layout Standard
26045 Die Varianten in einer abgesetzten Formel:
26046 \begin_inset Formula 
26047 \begin{align*}
26048 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26049 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
26050 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
26051 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
26052 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b
26053 \end{align*}
26054
26055 \end_inset
26056
26057
26058 \end_layout
26059
26060 \begin_layout Standard
26061 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
26062  weniger Leerraum gesetzt.
26063  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
26064  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
26065 \begin_inset Formula 
26066 \begin{align*}
26067 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
26068 \mathrm{a\backslash pod\textrm{\leer}bcd} &  & a\pod bcd\\
26069 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
26070 \end{align*}
26071
26072 \end_inset
26073
26074
26075 \end_layout
26076
26077 \begin_layout Section
26078 Sonderzeichen
26079 \begin_inset Index idx
26080 status collapsed
26081
26082 \begin_layout Plain Layout
26083 Sonderzeichen
26084 \end_layout
26085
26086 \end_inset
26087
26088
26089 \end_layout
26090
26091 \begin_layout Subsection
26092 Sonderzeichen im mathematischen Text
26093 \end_layout
26094
26095 \begin_layout Standard
26096 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
26097  verwendet werden:
26098 \end_layout
26099
26100 \begin_layout Standard
26101 \begin_inset space \hfill{}
26102 \end_inset
26103
26104
26105 \begin_inset Tabular
26106 <lyxtabular version="3" rows="8" columns="2">
26107 <features tabularvalignment="middle">
26108 <column alignment="block" valignment="top" width="0">
26109 <column alignment="block" valignment="top" width="0">
26110 <row>
26111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26112 \begin_inset Text
26113
26114 \begin_layout Plain Layout
26115 Befehl
26116 \end_layout
26117
26118 \end_inset
26119 </cell>
26120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26121 \begin_inset Text
26122
26123 \begin_layout Plain Layout
26124 Ergebnis
26125 \end_layout
26126
26127 \end_inset
26128 </cell>
26129 </row>
26130 <row>
26131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26132 \begin_inset Text
26133
26134 \begin_layout Plain Layout
26135
26136 \backslash
26137 oe
26138 \end_layout
26139
26140 \end_inset
26141 </cell>
26142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26143 \begin_inset Text
26144
26145 \begin_layout Plain Layout
26146 \begin_inset Formula $\textrm{œ}$
26147 \end_inset
26148
26149
26150 \end_layout
26151
26152 \end_inset
26153 </cell>
26154 </row>
26155 <row>
26156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26157 \begin_inset Text
26158
26159 \begin_layout Plain Layout
26160
26161 \backslash
26162 OE
26163 \end_layout
26164
26165 \end_inset
26166 </cell>
26167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26168 \begin_inset Text
26169
26170 \begin_layout Plain Layout
26171 \begin_inset Formula $\textrm{Œ}$
26172 \end_inset
26173
26174
26175 \end_layout
26176
26177 \end_inset
26178 </cell>
26179 </row>
26180 <row>
26181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26182 \begin_inset Text
26183
26184 \begin_layout Plain Layout
26185
26186 \backslash
26187 ae
26188 \end_layout
26189
26190 \end_inset
26191 </cell>
26192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26193 \begin_inset Text
26194
26195 \begin_layout Plain Layout
26196 \begin_inset Formula $\textrm{æ}$
26197 \end_inset
26198
26199
26200 \end_layout
26201
26202 \end_inset
26203 </cell>
26204 </row>
26205 <row>
26206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26207 \begin_inset Text
26208
26209 \begin_layout Plain Layout
26210
26211 \backslash
26212 AE
26213 \end_layout
26214
26215 \end_inset
26216 </cell>
26217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26218 \begin_inset Text
26219
26220 \begin_layout Plain Layout
26221 \begin_inset Formula $\textrm{Æ}$
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 </row>
26230 <row>
26231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26232 \begin_inset Text
26233
26234 \begin_layout Plain Layout
26235
26236 \backslash
26237 aa
26238 \end_layout
26239
26240 \end_inset
26241 </cell>
26242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26243 \begin_inset Text
26244
26245 \begin_layout Plain Layout
26246 \begin_inset Formula $\textrm{\aa}$
26247 \end_inset
26248
26249
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 </row>
26255 <row>
26256 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26257 \begin_inset Text
26258
26259 \begin_layout Plain Layout
26260
26261 \backslash
26262 AA
26263 \begin_inset Index idx
26264 status collapsed
26265
26266 \begin_layout Plain Layout
26267
26268 \backslash
26269 @
26270 \begin_inset ERT
26271 status collapsed
26272
26273 \begin_layout Plain Layout
26274
26275
26276 \backslash
26277 textrm{
26278 \backslash
26279 AA}
26280 \end_layout
26281
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \end_inset
26288
26289
26290 \end_layout
26291
26292 \end_inset
26293 </cell>
26294 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26295 \begin_inset Text
26296
26297 \begin_layout Plain Layout
26298 \begin_inset Formula $\textrm{Å}$
26299 \end_inset
26300
26301
26302 \end_layout
26303
26304 \end_inset
26305 </cell>
26306 </row>
26307 <row>
26308 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26309 \begin_inset Text
26310
26311 \begin_layout Plain Layout
26312
26313 \backslash
26314 i
26315 \end_layout
26316
26317 \end_inset
26318 </cell>
26319 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26320 \begin_inset Text
26321
26322 \begin_layout Plain Layout
26323 \begin_inset Formula $\textrm{ı}$
26324 \end_inset
26325
26326
26327 \end_layout
26328
26329 \end_inset
26330 </cell>
26331 </row>
26332 </lyxtabular>
26333
26334 \end_inset
26335
26336
26337 \begin_inset space \hfill{}
26338 \end_inset
26339
26340
26341 \begin_inset Tabular
26342 <lyxtabular version="3" rows="8" columns="2">
26343 <features tabularvalignment="middle">
26344 <column alignment="block" valignment="top" width="0">
26345 <column alignment="center" valignment="top" width="0">
26346 <row>
26347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26348 \begin_inset Text
26349
26350 \begin_layout Plain Layout
26351 Befehl
26352 \begin_inset Note Note
26353 status collapsed
26354
26355 \begin_layout Plain Layout
26356 Der Leerraum von 0
26357 \begin_inset space \thinspace{}
26358 \end_inset
26359
26360 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
26361  ¿ erscheinen würde.
26362 \end_layout
26363
26364 \end_inset
26365
26366
26367 \end_layout
26368
26369 \end_inset
26370 </cell>
26371 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26372 \begin_inset Text
26373
26374 \begin_layout Plain Layout
26375 Ergebnis
26376 \end_layout
26377
26378 \end_inset
26379 </cell>
26380 </row>
26381 <row>
26382 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26383 \begin_inset Text
26384
26385 \begin_layout Plain Layout
26386
26387 \backslash
26388 o
26389 \end_layout
26390
26391 \end_inset
26392 </cell>
26393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26394 \begin_inset Text
26395
26396 \begin_layout Plain Layout
26397 \begin_inset Formula $\textrm{ø}$
26398 \end_inset
26399
26400
26401 \end_layout
26402
26403 \end_inset
26404 </cell>
26405 </row>
26406 <row>
26407 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26408 \begin_inset Text
26409
26410 \begin_layout Plain Layout
26411
26412 \backslash
26413 O
26414 \end_layout
26415
26416 \end_inset
26417 </cell>
26418 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26419 \begin_inset Text
26420
26421 \begin_layout Plain Layout
26422 \begin_inset Formula $\textrm{Ø}$
26423 \end_inset
26424
26425
26426 \end_layout
26427
26428 \end_inset
26429 </cell>
26430 </row>
26431 <row>
26432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26433 \begin_inset Text
26434
26435 \begin_layout Plain Layout
26436
26437 \backslash
26438 l
26439 \end_layout
26440
26441 \end_inset
26442 </cell>
26443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26444 \begin_inset Text
26445
26446 \begin_layout Plain Layout
26447 \begin_inset Formula $\textrm{ł}$
26448 \end_inset
26449
26450
26451 \end_layout
26452
26453 \end_inset
26454 </cell>
26455 </row>
26456 <row>
26457 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26458 \begin_inset Text
26459
26460 \begin_layout Plain Layout
26461
26462 \backslash
26463 L
26464 \end_layout
26465
26466 \end_inset
26467 </cell>
26468 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26469 \begin_inset Text
26470
26471 \begin_layout Plain Layout
26472 \begin_inset Formula $\textrm{Ł}$
26473 \end_inset
26474
26475
26476 \end_layout
26477
26478 \end_inset
26479 </cell>
26480 </row>
26481 <row>
26482 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26483 \begin_inset Text
26484
26485 \begin_layout Plain Layout
26486 !
26487 \begin_inset space \hspace{}
26488 \length 0mm
26489 \end_inset
26490
26491 `
26492 \begin_inset ERT
26493 status collapsed
26494
26495 \begin_layout Plain Layout
26496
26497
26498 \backslash
26499 leer 
26500 \end_layout
26501
26502 \end_inset
26503
26504
26505 \end_layout
26506
26507 \end_inset
26508 </cell>
26509 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26510 \begin_inset Text
26511
26512 \begin_layout Plain Layout
26513 \begin_inset Formula $\textrm{!`}$
26514 \end_inset
26515
26516
26517 \end_layout
26518
26519 \end_inset
26520 </cell>
26521 </row>
26522 <row>
26523 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26524 \begin_inset Text
26525
26526 \begin_layout Plain Layout
26527 ?
26528 \begin_inset space \hspace{}
26529 \length 0mm
26530 \end_inset
26531
26532 `
26533 \begin_inset ERT
26534 status collapsed
26535
26536 \begin_layout Plain Layout
26537
26538
26539 \backslash
26540 leer 
26541 \end_layout
26542
26543 \end_inset
26544
26545
26546 \end_layout
26547
26548 \end_inset
26549 </cell>
26550 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26551 \begin_inset Text
26552
26553 \begin_layout Plain Layout
26554 \begin_inset Formula $\textrm{?`}$
26555 \end_inset
26556
26557
26558 \end_layout
26559
26560 \end_inset
26561 </cell>
26562 </row>
26563 <row>
26564 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26565 \begin_inset Text
26566
26567 \begin_layout Plain Layout
26568
26569 \backslash
26570 j
26571 \end_layout
26572
26573 \end_inset
26574 </cell>
26575 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26576 \begin_inset Text
26577
26578 \begin_layout Plain Layout
26579 \begin_inset Formula $\textrm{ȷ}$
26580 \end_inset
26581
26582
26583 \end_layout
26584
26585 \end_inset
26586 </cell>
26587 </row>
26588 </lyxtabular>
26589
26590 \end_inset
26591
26592
26593 \begin_inset space \hfill{}
26594 \end_inset
26595
26596
26597 \end_layout
26598
26599 \begin_layout Standard
26600 Die Zeichen 
26601 \begin_inset Formula $\textrm{\textrm{Å}}$
26602 \end_inset
26603
26604  und 
26605 \begin_inset Formula $\textrm{\textrm{Ø}}$
26606 \end_inset
26607
26608  können auch über den Mathe-Werkzeugleistenknopf 
26609 \begin_inset Graphics
26610         filename ../../images/math/digamma.png
26611         scale 85
26612
26613 \end_inset
26614
26615  eingefügt werden.
26616 \end_layout
26617
26618 \begin_layout Standard
26619 Eine Ausnahme bilden die Befehle 
26620 \series bold
26621 !
26622 \begin_inset space \hspace{}
26623 \length 0mm
26624 \end_inset
26625
26626 `
26627 \series default
26628  und 
26629 \series bold
26630 ?
26631 \begin_inset space \hspace{}
26632 \length 0mm
26633 \end_inset
26634
26635 `
26636 \series default
26637 , denn man kann sie in LyX direkt in den Text eingeben.
26638 \end_layout
26639
26640 \begin_layout Subsection
26641 Akzente im Text
26642 \begin_inset CommandInset label
26643 LatexCommand label
26644 name "sub:Sonderzeichen-Akzente"
26645
26646 \end_inset
26647
26648
26649 \begin_inset Index idx
26650 status collapsed
26651
26652 \begin_layout Plain Layout
26653 Akzente ! im Text
26654 \end_layout
26655
26656 \end_inset
26657
26658
26659 \end_layout
26660
26661 \begin_layout Standard
26662 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
26663  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
26664 \end_layout
26665
26666 \begin_layout Standard
26667 \begin_inset space \hfill{}
26668 \end_inset
26669
26670
26671 \begin_inset Tabular
26672 <lyxtabular version="3" rows="8" columns="2">
26673 <features tabularvalignment="middle">
26674 <column alignment="block" valignment="top" width="0">
26675 <column alignment="block" valignment="top" width="0">
26676 <row>
26677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26678 \begin_inset Text
26679
26680 \begin_layout Plain Layout
26681 Befehl
26682 \end_layout
26683
26684 \end_inset
26685 </cell>
26686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26687 \begin_inset Text
26688
26689 \begin_layout Plain Layout
26690 Ergebnis
26691 \end_layout
26692
26693 \end_inset
26694 </cell>
26695 </row>
26696 <row>
26697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26698 \begin_inset Text
26699
26700 \begin_layout Plain Layout
26701
26702 \backslash
26703
26704 \begin_inset Quotes grd
26705 \end_inset
26706
26707 e
26708 \end_layout
26709
26710 \end_inset
26711 </cell>
26712 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26713 \begin_inset Text
26714
26715 \begin_layout Plain Layout
26716 \begin_inset ERT
26717 status collapsed
26718
26719 \begin_layout Plain Layout
26720
26721
26722 \backslash
26723 "e
26724 \end_layout
26725
26726 \end_inset
26727
26728
26729 \end_layout
26730
26731 \end_inset
26732 </cell>
26733 </row>
26734 <row>
26735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26736 \begin_inset Text
26737
26738 \begin_layout Plain Layout
26739
26740 \backslash
26741 `e
26742 \end_layout
26743
26744 \end_inset
26745 </cell>
26746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26747 \begin_inset Text
26748
26749 \begin_layout Plain Layout
26750 \begin_inset ERT
26751 status collapsed
26752
26753 \begin_layout Plain Layout
26754
26755
26756 \backslash
26757 `e
26758 \end_layout
26759
26760 \end_inset
26761
26762
26763 \end_layout
26764
26765 \end_inset
26766 </cell>
26767 </row>
26768 <row>
26769 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26770 \begin_inset Text
26771
26772 \begin_layout Plain Layout
26773
26774 \backslash
26775 ^
26776 \begin_inset ERT
26777 status collapsed
26778
26779 \begin_layout Plain Layout
26780
26781
26782 \backslash
26783 leer 
26784 \end_layout
26785
26786 \end_inset
26787
26788 e
26789 \end_layout
26790
26791 \end_inset
26792 </cell>
26793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26794 \begin_inset Text
26795
26796 \begin_layout Plain Layout
26797 \begin_inset ERT
26798 status collapsed
26799
26800 \begin_layout Plain Layout
26801
26802
26803 \backslash
26804 ^e
26805 \end_layout
26806
26807 \end_inset
26808
26809
26810 \end_layout
26811
26812 \end_inset
26813 </cell>
26814 </row>
26815 <row>
26816 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26817 \begin_inset Text
26818
26819 \begin_layout Plain Layout
26820
26821 \backslash
26822 =e
26823 \end_layout
26824
26825 \end_inset
26826 </cell>
26827 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26828 \begin_inset Text
26829
26830 \begin_layout Plain Layout
26831 \begin_inset ERT
26832 status collapsed
26833
26834 \begin_layout Plain Layout
26835
26836
26837 \backslash
26838 =e
26839 \end_layout
26840
26841 \end_inset
26842
26843
26844 \end_layout
26845
26846 \end_inset
26847 </cell>
26848 </row>
26849 <row>
26850 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26851 \begin_inset Text
26852
26853 \begin_layout Plain Layout
26854
26855 \backslash
26856 u
26857 \begin_inset ERT
26858 status collapsed
26859
26860 \begin_layout Plain Layout
26861
26862
26863 \backslash
26864 leer 
26865 \end_layout
26866
26867 \end_inset
26868
26869 e
26870 \end_layout
26871
26872 \end_inset
26873 </cell>
26874 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26875 \begin_inset Text
26876
26877 \begin_layout Plain Layout
26878 \begin_inset ERT
26879 status collapsed
26880
26881 \begin_layout Plain Layout
26882
26883
26884 \backslash
26885 u e
26886 \end_layout
26887
26888 \end_inset
26889
26890
26891 \end_layout
26892
26893 \end_inset
26894 </cell>
26895 </row>
26896 <row>
26897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26898 \begin_inset Text
26899
26900 \begin_layout Plain Layout
26901
26902 \backslash
26903 b
26904 \begin_inset ERT
26905 status collapsed
26906
26907 \begin_layout Plain Layout
26908
26909
26910 \backslash
26911 leer 
26912 \end_layout
26913
26914 \end_inset
26915
26916 e
26917 \end_layout
26918
26919 \end_inset
26920 </cell>
26921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26922 \begin_inset Text
26923
26924 \begin_layout Plain Layout
26925 \begin_inset ERT
26926 status collapsed
26927
26928 \begin_layout Plain Layout
26929
26930
26931 \backslash
26932 b e
26933 \end_layout
26934
26935 \end_inset
26936
26937
26938 \end_layout
26939
26940 \end_inset
26941 </cell>
26942 </row>
26943 <row>
26944 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26945 \begin_inset Text
26946
26947 \begin_layout Plain Layout
26948
26949 \backslash
26950 t
26951 \begin_inset ERT
26952 status collapsed
26953
26954 \begin_layout Plain Layout
26955
26956
26957 \backslash
26958 leer 
26959 \end_layout
26960
26961 \end_inset
26962
26963 ee
26964 \end_layout
26965
26966 \end_inset
26967 </cell>
26968 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26969 \begin_inset Text
26970
26971 \begin_layout Plain Layout
26972 \begin_inset ERT
26973 status collapsed
26974
26975 \begin_layout Plain Layout
26976
26977
26978 \backslash
26979 t ee
26980 \end_layout
26981
26982 \end_inset
26983
26984
26985 \end_layout
26986
26987 \end_inset
26988 </cell>
26989 </row>
26990 </lyxtabular>
26991
26992 \end_inset
26993
26994
26995 \begin_inset space \hfill{}
26996 \end_inset
26997
26998
26999 \begin_inset Tabular
27000 <lyxtabular version="3" rows="8" columns="2">
27001 <features tabularvalignment="middle">
27002 <column alignment="block" valignment="top" width="0">
27003 <column alignment="center" valignment="top" width="0">
27004 <row>
27005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27006 \begin_inset Text
27007
27008 \begin_layout Plain Layout
27009 Befehl
27010 \end_layout
27011
27012 \end_inset
27013 </cell>
27014 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27015 \begin_inset Text
27016
27017 \begin_layout Plain Layout
27018 Ergebnis
27019 \end_layout
27020
27021 \end_inset
27022 </cell>
27023 </row>
27024 <row>
27025 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27026 \begin_inset Text
27027
27028 \begin_layout Plain Layout
27029
27030 \backslash
27031 H
27032 \begin_inset ERT
27033 status collapsed
27034
27035 \begin_layout Plain Layout
27036
27037
27038 \backslash
27039 leer 
27040 \end_layout
27041
27042 \end_inset
27043
27044 e
27045 \end_layout
27046
27047 \end_inset
27048 </cell>
27049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27050 \begin_inset Text
27051
27052 \begin_layout Plain Layout
27053 \begin_inset ERT
27054 status collapsed
27055
27056 \begin_layout Plain Layout
27057
27058
27059 \backslash
27060 H e
27061 \end_layout
27062
27063 \end_inset
27064
27065
27066 \end_layout
27067
27068 \end_inset
27069 </cell>
27070 </row>
27071 <row>
27072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27073 \begin_inset Text
27074
27075 \begin_layout Plain Layout
27076
27077 \backslash
27078 'e
27079 \end_layout
27080
27081 \end_inset
27082 </cell>
27083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27084 \begin_inset Text
27085
27086 \begin_layout Plain Layout
27087 \begin_inset ERT
27088 status collapsed
27089
27090 \begin_layout Plain Layout
27091
27092
27093 \backslash
27094 'e
27095 \end_layout
27096
27097 \end_inset
27098
27099
27100 \end_layout
27101
27102 \end_inset
27103 </cell>
27104 </row>
27105 <row>
27106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27107 \begin_inset Text
27108
27109 \begin_layout Plain Layout
27110
27111 \backslash
27112 ~e
27113 \begin_inset Index idx
27114 status collapsed
27115
27116 \begin_layout Plain Layout
27117 Tilde
27118 \end_layout
27119
27120 \end_inset
27121
27122
27123 \end_layout
27124
27125 \end_inset
27126 </cell>
27127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27128 \begin_inset Text
27129
27130 \begin_layout Plain Layout
27131 \begin_inset ERT
27132 status collapsed
27133
27134 \begin_layout Plain Layout
27135
27136
27137 \backslash
27138 ~e
27139 \end_layout
27140
27141 \end_inset
27142
27143
27144 \end_layout
27145
27146 \end_inset
27147 </cell>
27148 </row>
27149 <row>
27150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27151 \begin_inset Text
27152
27153 \begin_layout Plain Layout
27154
27155 \backslash
27156 .e
27157 \end_layout
27158
27159 \end_inset
27160 </cell>
27161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27162 \begin_inset Text
27163
27164 \begin_layout Plain Layout
27165 \begin_inset ERT
27166 status collapsed
27167
27168 \begin_layout Plain Layout
27169
27170
27171 \backslash
27172 .e
27173 \end_layout
27174
27175 \end_inset
27176
27177
27178 \end_layout
27179
27180 \end_inset
27181 </cell>
27182 </row>
27183 <row>
27184 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27185 \begin_inset Text
27186
27187 \begin_layout Plain Layout
27188
27189 \backslash
27190 v
27191 \begin_inset ERT
27192 status collapsed
27193
27194 \begin_layout Plain Layout
27195
27196
27197 \backslash
27198 leer 
27199 \end_layout
27200
27201 \end_inset
27202
27203 e
27204 \end_layout
27205
27206 \end_inset
27207 </cell>
27208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27209 \begin_inset Text
27210
27211 \begin_layout Plain Layout
27212 \begin_inset ERT
27213 status collapsed
27214
27215 \begin_layout Plain Layout
27216
27217
27218 \backslash
27219 v e
27220 \end_layout
27221
27222 \end_inset
27223
27224
27225 \end_layout
27226
27227 \end_inset
27228 </cell>
27229 </row>
27230 <row>
27231 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
27232 \begin_inset Text
27233
27234 \begin_layout Plain Layout
27235
27236 \backslash
27237 d
27238 \begin_inset ERT
27239 status collapsed
27240
27241 \begin_layout Plain Layout
27242
27243
27244 \backslash
27245 leer 
27246 \end_layout
27247
27248 \end_inset
27249
27250 e
27251 \end_layout
27252
27253 \end_inset
27254 </cell>
27255 <cell alignment="center" valignment="top" bottomline="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 d 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" bottomline="true" leftline="true" usebox="none">
27279 \begin_inset Text
27280
27281 \begin_layout Plain Layout
27282
27283 \backslash
27284 c
27285 \begin_inset ERT
27286 status collapsed
27287
27288 \begin_layout Plain Layout
27289
27290
27291 \backslash
27292 leer 
27293 \end_layout
27294
27295 \end_inset
27296
27297 e
27298 \end_layout
27299
27300 \end_inset
27301 </cell>
27302 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
27303 \begin_inset Text
27304
27305 \begin_layout Plain Layout
27306 \begin_inset ERT
27307 status collapsed
27308
27309 \begin_layout Plain Layout
27310
27311
27312 \backslash
27313 c e
27314 \end_layout
27315
27316 \end_inset
27317
27318
27319 \end_layout
27320
27321 \end_inset
27322 </cell>
27323 </row>
27324 </lyxtabular>
27325
27326 \end_inset
27327
27328
27329 \begin_inset space \hfill{}
27330 \end_inset
27331
27332
27333 \end_layout
27334
27335 \begin_layout Standard
27336 \begin_inset VSpace medskip
27337 \end_inset
27338
27339 Mit dem Befehl 
27340 \series bold
27341
27342 \backslash
27343 t
27344 \series default
27345  können auch zwei verschiedene Zeichen akzentuiert werden.
27346  Der Befehl 
27347 \series bold
27348
27349 \backslash
27350 t
27351 \begin_inset ERT
27352 status collapsed
27353
27354 \begin_layout Plain Layout
27355
27356
27357 \backslash
27358 leer 
27359 \end_layout
27360
27361 \end_inset
27362
27363 sz
27364 \series default
27365  ergibt: 
27366 \begin_inset ERT
27367 status collapsed
27368
27369 \begin_layout Plain Layout
27370
27371
27372 \backslash
27373 t sz
27374 \end_layout
27375
27376 \end_inset
27377
27378
27379 \end_layout
27380
27381 \begin_layout Standard
27382 Die Akzente 
27383 \series bold
27384 `
27385 \series default
27386  , 
27387 \series bold
27388 '
27389 \series default
27390  und 
27391 \series bold
27392 ^
27393 \series default
27394  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
27395  werden ohne den TeX-Modus zu benutzen.
27396  Dasselbe gilt für die Tilde
27397 \begin_inset Foot
27398 status collapsed
27399
27400 \begin_layout Plain Layout
27401 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
27402 \end_layout
27403
27404 \end_inset
27405
27406  
27407 \series bold
27408 ~
27409 \series default
27410  in Verbindung mit 
27411 \emph on
27412 a
27413 \emph default
27414  , 
27415 \emph on
27416 n
27417 \emph default
27418  oder 
27419 \emph on
27420 o
27421 \emph default
27422 .
27423 \end_layout
27424
27425 \begin_layout Standard
27426 Die Befehle 
27427 \series bold
27428
27429 \backslash
27430 b
27431 \series default
27432  , 
27433 \series bold
27434
27435 \backslash
27436 c
27437 \series default
27438  , 
27439 \series bold
27440
27441 \backslash
27442 d
27443 \series default
27444  , 
27445 \series bold
27446
27447 \backslash
27448 H
27449 \series default
27450  , 
27451 \series bold
27452
27453 \backslash
27454 t
27455 \series default
27456  , 
27457 \series bold
27458
27459 \backslash
27460 u
27461 \series default
27462  , 
27463 \series bold
27464
27465 \backslash
27466 v
27467 \series default
27468  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
27469  Textmodus verfügbar.
27470  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
27471  
27472 \begin_inset CommandInset ref
27473 LatexCommand ref
27474 reference "sub:Akzente-für-ein"
27475
27476 \end_inset
27477
27478 .
27479 \end_layout
27480
27481 \begin_layout Standard
27482 \begin_inset VSpace bigskip
27483 \end_inset
27484
27485 Des Weiteren kann man mit dem Befehl 
27486 \series bold
27487
27488 \backslash
27489 textcircled
27490 \series default
27491
27492 \begin_inset Index idx
27493 status collapsed
27494
27495 \begin_layout Plain Layout
27496 Befehle ! T ! 
27497 \backslash
27498 textcircled
27499 \end_layout
27500
27501 \end_inset
27502
27503 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
27504  Kreis setzen, quasi mit einem Kreis akzentuieren.
27505 \end_layout
27506
27507 \begin_layout Standard
27508 \align center
27509 \begin_inset Tabular
27510 <lyxtabular version="3" rows="3" columns="2">
27511 <features tabularvalignment="middle">
27512 <column alignment="center" valignment="top" width="0">
27513 <column alignment="center" valignment="top" width="0">
27514 <row>
27515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27516 \begin_inset Text
27517
27518 \begin_layout Plain Layout
27519 Befehl
27520 \end_layout
27521
27522 \end_inset
27523 </cell>
27524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27525 \begin_inset Text
27526
27527 \begin_layout Plain Layout
27528 Ergebnis
27529 \begin_inset Note Note
27530 status collapsed
27531
27532 \begin_layout Plain Layout
27533
27534 \series bold
27535
27536 \backslash
27537 raisebox
27538 \series default
27539  in der Formel dient nur als Abstandhalter.
27540 \end_layout
27541
27542 \end_inset
27543
27544
27545 \end_layout
27546
27547 \end_inset
27548 </cell>
27549 </row>
27550 <row>
27551 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27552 \begin_inset Text
27553
27554 \begin_layout Plain Layout
27555
27556 \backslash
27557 textcircled{w}
27558 \end_layout
27559
27560 \end_inset
27561 </cell>
27562 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27563 \begin_inset Text
27564
27565 \begin_layout Plain Layout
27566 \begin_inset ERT
27567 status collapsed
27568
27569 \begin_layout Plain Layout
27570
27571
27572 \backslash
27573 textcircled{w}
27574 \end_layout
27575
27576 \end_inset
27577
27578
27579 \end_layout
27580
27581 \end_inset
27582 </cell>
27583 </row>
27584 <row>
27585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27586 \begin_inset Text
27587
27588 \begin_layout Plain Layout
27589
27590 \backslash
27591 Large 
27592 \backslash
27593 textcircled{
27594 \backslash
27595 normalsize
27596 \backslash
27597 protect
27598 \backslash
27599 raisebox{-1.5pt}{W}}
27600 \end_layout
27601
27602 \end_inset
27603 </cell>
27604 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27605 \begin_inset Text
27606
27607 \begin_layout Plain Layout
27608 \begin_inset Formula $\raisebox{4.5mm}{}$
27609 \end_inset
27610
27611
27612 \begin_inset ERT
27613 status collapsed
27614
27615 \begin_layout Plain Layout
27616
27617
27618 \backslash
27619 Large 
27620 \backslash
27621 textcircled{
27622 \backslash
27623 normalsize
27624 \backslash
27625 protect
27626 \backslash
27627 raisebox{-1.5pt}W}
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \begin_inset Formula $\raisebox{-2mm}{}$
27634 \end_inset
27635
27636
27637 \end_layout
27638
27639 \end_inset
27640 </cell>
27641 </row>
27642 </lyxtabular>
27643
27644 \end_inset
27645
27646
27647 \end_layout
27648
27649 \begin_layout Standard
27650 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
27651  
27652 \series bold
27653
27654 \backslash
27655 Large
27656 \series default
27657
27658 \begin_inset Foot
27659 status collapsed
27660
27661 \begin_layout Plain Layout
27662 siehe 
27663 \begin_inset CommandInset ref
27664 LatexCommand ref
27665 reference "sub:Schriftgrößen"
27666
27667 \end_inset
27668
27669
27670 \end_layout
27671
27672 \end_inset
27673
27674  bestimmt dabei die Größe des Kreises.
27675  Mit Hilfe von 
27676 \series bold
27677
27678 \backslash
27679 raisebox
27680 \series default
27681
27682 \begin_inset Foot
27683 status collapsed
27684
27685 \begin_layout Plain Layout
27686 siehe 
27687 \begin_inset CommandInset ref
27688 LatexCommand ref
27689 reference "sub:Boxen-ohne-Rahmen"
27690
27691 \end_inset
27692
27693
27694 \end_layout
27695
27696 \end_inset
27697
27698  kann man das Zeichen zentrieren.
27699 \end_layout
27700
27701 \begin_layout Subsection
27702 Minuskelziffern
27703 \begin_inset Index idx
27704 status collapsed
27705
27706 \begin_layout Plain Layout
27707 Minuskelziffern
27708 \end_layout
27709
27710 \end_inset
27711
27712
27713 \end_layout
27714
27715 \begin_layout Standard
27716 Minuskelziffern werden mit dem Befehl 
27717 \series bold
27718
27719 \backslash
27720 oldstylenums
27721 \series default
27722
27723 \begin_inset Index idx
27724 status collapsed
27725
27726 \begin_layout Plain Layout
27727 Befehle ! O ! 
27728 \backslash
27729 oldstylenums
27730 \end_layout
27731
27732 \end_inset
27733
27734  erzeugt.
27735  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
27736  Das Befehlsschema lautet:
27737 \end_layout
27738
27739 \begin_layout Standard
27740
27741 \series bold
27742
27743 \backslash
27744 oldstylenums{Ziffer}
27745 \end_layout
27746
27747 \begin_layout Standard
27748 Der Befehl 
27749 \series bold
27750
27751 \backslash
27752 oldstylenums{0123456789
27753 \series default
27754  ergibt: 
27755 \begin_inset Formula $\oldstylenums{0123456789}$
27756 \end_inset
27757
27758
27759 \end_layout
27760
27761 \begin_layout Subsection
27762 Sonstige Sonderzeichen
27763 \begin_inset CommandInset label
27764 LatexCommand label
27765 name "sub:Sonstige-Sonderzeichen"
27766
27767 \end_inset
27768
27769
27770 \begin_inset Index idx
27771 status collapsed
27772
27773 \begin_layout Plain Layout
27774 Sonderzeichen ! sonstige
27775 \end_layout
27776
27777 \end_inset
27778
27779
27780 \end_layout
27781
27782 \begin_layout Standard
27783 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27784 \end_layout
27785
27786 \begin_layout Standard
27787 \align center
27788 \begin_inset Tabular
27789 <lyxtabular version="3" rows="4" columns="2">
27790 <features tabularvalignment="middle">
27791 <column alignment="center" valignment="top" width="0">
27792 <column alignment="center" valignment="top" width="0">
27793 <row>
27794 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27795 \begin_inset Text
27796
27797 \begin_layout Plain Layout
27798 Befehl
27799 \end_layout
27800
27801 \end_inset
27802 </cell>
27803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27804 \begin_inset Text
27805
27806 \begin_layout Plain Layout
27807 Ergebnis
27808 \end_layout
27809
27810 \end_inset
27811 </cell>
27812 </row>
27813 <row>
27814 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27815 \begin_inset Text
27816
27817 \begin_layout Plain Layout
27818
27819 \backslash
27820 ^
27821 \begin_inset ERT
27822 status collapsed
27823
27824 \begin_layout Plain Layout
27825
27826
27827 \backslash
27828 leer 
27829 \end_layout
27830
27831 \end_inset
27832
27833
27834 \end_layout
27835
27836 \end_inset
27837 </cell>
27838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27839 \begin_inset Text
27840
27841 \begin_layout Plain Layout
27842 \begin_inset Formula $\mathcircumflex$
27843 \end_inset
27844
27845
27846 \end_layout
27847
27848 \end_inset
27849 </cell>
27850 </row>
27851 <row>
27852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27853 \begin_inset Text
27854
27855 \begin_layout Plain Layout
27856
27857 \backslash
27858 _
27859 \end_layout
27860
27861 \end_inset
27862 </cell>
27863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27864 \begin_inset Text
27865
27866 \begin_layout Plain Layout
27867 \begin_inset Formula $\_$
27868 \end_inset
27869
27870
27871 \end_layout
27872
27873 \end_inset
27874 </cell>
27875 </row>
27876 <row>
27877 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27878 \begin_inset Text
27879
27880 \begin_layout Plain Layout
27881 ^
27882 \begin_inset ERT
27883 status collapsed
27884
27885 \begin_layout Plain Layout
27886
27887
27888 \backslash
27889 leer 
27890 \end_layout
27891
27892 \end_inset
27893
27894
27895 \backslash
27896 circ
27897 \begin_inset Index idx
27898 status collapsed
27899
27900 \begin_layout Plain Layout
27901
27902 \backslash
27903
27904 \end_layout
27905
27906 \end_inset
27907
27908
27909 \end_layout
27910
27911 \end_inset
27912 </cell>
27913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27914 \begin_inset Text
27915
27916 \begin_layout Plain Layout
27917 \begin_inset Formula $^{\circ}$
27918 \end_inset
27919
27920
27921 \end_layout
27922
27923 \end_inset
27924 </cell>
27925 </row>
27926 </lyxtabular>
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \begin_layout Standard
27934 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27935  folgende Zeile enthält
27936 \begin_inset Foot
27937 status collapsed
27938
27939 \begin_layout Plain Layout
27940 Mehr dazu ist in 
27941 \begin_inset CommandInset ref
27942 LatexCommand ref
27943 reference "sub:Textzeichen-in-Formeln"
27944
27945 \end_inset
27946
27947  beschrieben.
27948 \end_layout
27949
27950 \end_inset
27951
27952 :
27953 \end_layout
27954
27955 \begin_layout Standard
27956
27957 \series bold
27958
27959 \backslash
27960 DeclareInputText{176}{
27961 \backslash
27962 ifmmode^
27963 \backslash
27964 circ
27965 \backslash
27966 else
27967 \backslash
27968 textdegree
27969 \backslash
27970 fi}
27971 \end_layout
27972
27973 \begin_layout Section
27974 Formelstile
27975 \begin_inset CommandInset label
27976 LatexCommand label
27977 name "sec:Formelstile"
27978
27979 \end_inset
27980
27981
27982 \begin_inset Index idx
27983 status collapsed
27984
27985 \begin_layout Plain Layout
27986 Formel ! Stile
27987 \end_layout
27988
27989 \end_inset
27990
27991
27992 \end_layout
27993
27994 \begin_layout Itemize
27995 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27996 \end_layout
27997
27998 \begin_deeper
27999 \begin_layout Description
28000 Zentriert ist der voreingestellte Standard
28001 \end_layout
28002
28003 \begin_layout Description
28004 Eingerückt dazu muss im Menü 
28005 \family sans
28006 Dokument\SpecialChar \menuseparator
28007 Einstellungen
28008 \family default
28009  unter 
28010 \family sans
28011 Dokumentklasse
28012 \family default
28013  die Option 
28014 \series bold
28015 fleqn
28016 \series default
28017  eingeben werden
28018 \end_layout
28019
28020 \begin_layout Standard
28021 Wird 
28022 \series bold
28023 Eingerückt
28024 \series default
28025  verwendet, kann mit der Länge 
28026 \series bold
28027
28028 \backslash
28029 mathindent
28030 \series default
28031
28032 \begin_inset Index idx
28033 status collapsed
28034
28035 \begin_layout Plain Layout
28036 Befehle ! M ! 
28037 \backslash
28038 mathindent
28039 \end_layout
28040
28041 \end_inset
28042
28043  die Einrückung eingestellt werden.
28044  Soll der Abstand 15
28045 \begin_inset space \thinspace{}
28046 \end_inset
28047
28048 mm betragen, gibt man im LaTeX-Vorspann die Zeile
28049 \end_layout
28050
28051 \begin_layout Standard
28052
28053 \series bold
28054
28055 \backslash
28056 setlength{
28057 \backslash
28058 mathindent}{15mm}
28059 \end_layout
28060
28061 \begin_layout Standard
28062 ein.
28063  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
28064 \begin_inset space \thinspace{}
28065 \end_inset
28066
28067 pt verwendet.
28068 \end_layout
28069
28070 \end_deeper
28071 \begin_layout Itemize
28072 Und zwei verschiedene Nummerierungsstile:
28073 \end_layout
28074
28075 \begin_deeper
28076 \begin_layout Description
28077 Rechts ist der voreingestellte Standard
28078 \end_layout
28079
28080 \begin_layout Description
28081 Links dazu muss im Menü 
28082 \family sans
28083 Dokument\SpecialChar \menuseparator
28084 Einstellungen
28085 \family default
28086  unter 
28087 \family sans
28088 Dokumentklasse
28089 \family default
28090  die Option 
28091 \series bold
28092 leqno
28093 \series default
28094  eingeben werden
28095 \end_layout
28096
28097 \end_deeper
28098 \begin_layout Standard
28099
28100 \series bold
28101 fleqn
28102 \series default
28103  und 
28104 \series bold
28105 leqno
28106 \series default
28107  können auch gemeinsam verwendet werden.
28108  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
28109 n.
28110 \end_layout
28111
28112 \begin_layout Standard
28113 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
28114  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
28115  ausgerichtete Formeln setzen, verwendet man den Stil 
28116 \series bold
28117 Zentriert
28118 \series default
28119 .
28120  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
28121  
28122 \begin_inset CommandInset ref
28123 LatexCommand ref
28124 reference "sub:Flalign-Umgebung"
28125
28126 \end_inset
28127
28128 .
28129 \end_layout
28130
28131 \begin_layout Section
28132 Mehrzeilige Formeln
28133 \begin_inset CommandInset label
28134 LatexCommand label
28135 name "sec:Mehrzeilige-Formeln"
28136
28137 \end_inset
28138
28139
28140 \begin_inset Index idx
28141 status collapsed
28142
28143 \begin_layout Plain Layout
28144 Formel ! mehrzeilige
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Subsection
28153 Allgemeines
28154 \end_layout
28155
28156 \begin_layout Standard
28157 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
28158 \family sans
28159 \series bold
28160 Strg+Enter
28161 \family default
28162 \series default
28163  drückt.
28164  Dies erzeugt entweder eine 
28165 \series bold
28166 eqnarray-Umgebung
28167 \series default
28168 , die in 
28169 \begin_inset CommandInset ref
28170 LatexCommand ref
28171 reference "sub:Eqnarray-Umgebung"
28172
28173 \end_inset
28174
28175  beschrieben ist oder, wenn die Option 
28176 \family sans
28177 AMS-Mathe-Paket verwenden
28178 \family default
28179  in den Dokumenteinstellungen gewählt ist, eine 
28180 \series bold
28181 align-Umgebung
28182 \series default
28183 , die in 
28184 \begin_inset CommandInset ref
28185 LatexCommand ref
28186 reference "sub:Standard-align-Umgebung"
28187
28188 \end_inset
28189
28190  beschrieben ist.
28191 \end_layout
28192
28193 \begin_layout Standard
28194 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
28195 \family sans
28196 Einfügen\SpecialChar \menuseparator
28197 Mathe
28198 \family default
28199  erstellt werden können.
28200  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
28201 \end_layout
28202
28203 \begin_layout Standard
28204 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
28205  man 
28206 \family sans
28207 Strg+Enter
28208 \family default
28209  drückt.
28210  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
28211 fe 
28212 \begin_inset Graphics
28213         filename ../../images/tabular-feature_append-row.png
28214         scale 85
28215
28216 \end_inset
28217
28218  bzw.
28219 \begin_inset space ~
28220 \end_inset
28221
28222
28223 \begin_inset Graphics
28224         filename ../../images/tabular-feature_delete-row.png
28225         scale 85
28226
28227 \end_inset
28228
28229  oder das Menü 
28230 \family sans
28231 Bearbeiten\SpecialChar \menuseparator
28232 Zeilen & Spalten
28233 \family default
28234  verwendet werden.
28235 \end_layout
28236
28237 \begin_layout Subsubsection
28238 Zeilenabstand
28239 \begin_inset CommandInset label
28240 LatexCommand label
28241 name "sub:Zeilenabstand"
28242
28243 \end_inset
28244
28245
28246 \begin_inset Index idx
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Formel ! mehrzeilige ! Zeilenabstand
28251 \end_layout
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \begin_layout Standard
28259 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
28260 \begin_inset Formula 
28261 \begin{eqnarray*}
28262 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}\\
28263 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
28264 \end{eqnarray*}
28265
28266 \end_inset
28267
28268
28269 \end_layout
28270
28271 \begin_layout Standard
28272 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
28273 chbefehls angegeben.
28274  Dies ist in LyX aber nicht möglich
28275 \begin_inset Foot
28276 status collapsed
28277
28278 \begin_layout Plain Layout
28279 siehe 
28280 \begin_inset CommandInset href
28281 LatexCommand href
28282 name "LyX-Fehler #1505"
28283 target "http://www.lyx.org/trac/ticket/1505"
28284
28285 \end_inset
28286
28287
28288 \end_layout
28289
28290 \end_inset
28291
28292 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
28293  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
28294  Zeile den Befehl 
28295 \series bold
28296
28297 \backslash
28298
28299 \backslash
28300 [3mm]
28301 \series default
28302  ein.
28303  Damit erhält man: 
28304 \begin_inset ERT
28305 status collapsed
28306
28307 \begin_layout Plain Layout
28308
28309
28310 \backslash
28311 begin{eqnarray*}
28312 \end_layout
28313
28314 \begin_layout Plain Layout
28315
28316 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
28317  = & 
28318 \backslash
28319 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
28320 \backslash
28321
28322 \backslash
28323 [3mm]
28324 \end_layout
28325
28326 \begin_layout Plain Layout
28327
28328 4x^{2}
28329 \backslash
28330 left(B^{2}+x_{0}^{2}
28331 \backslash
28332 right)+4x_{0}x
28333 \backslash
28334 left(D-B^{2}
28335 \backslash
28336 right)+B^{2}
28337 \backslash
28338 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
28339 \backslash
28340 right) & = & 0
28341 \end_layout
28342
28343 \begin_layout Plain Layout
28344
28345
28346 \backslash
28347 end{eqnarray*}
28348 \end_layout
28349
28350 \end_inset
28351
28352
28353 \end_layout
28354
28355 \begin_layout Standard
28356 \begin_inset VSpace bigskip
28357 \end_inset
28358
28359 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
28360  man die Länge 
28361 \series bold
28362
28363 \backslash
28364 jot
28365 \series default
28366
28367 \begin_inset Index idx
28368 status collapsed
28369
28370 \begin_layout Plain Layout
28371 Befehle ! J ! 
28372 \backslash
28373 jot
28374 \end_layout
28375
28376 \end_inset
28377
28378 .
28379  Es gilt 
28380 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
28381 \end_inset
28382
28383 .
28384  Voreingestellt ist für 
28385 \series bold
28386
28387 \backslash
28388 jot
28389 \series default
28390  der Wert 3
28391 \begin_inset space \thinspace{}
28392 \end_inset
28393
28394 pt.
28395  Um wie im vorigen Beispiel 3
28396 \begin_inset space \thinspace{}
28397 \end_inset
28398
28399 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
28400 \end_layout
28401
28402 \begin_layout Standard
28403
28404 \series bold
28405
28406 \backslash
28407 setlength{
28408 \backslash
28409 jot}{3mm+3pt}
28410 \end_layout
28411
28412 \begin_layout Standard
28413 im TeX-Modus vor der Formel ein.
28414  Das setzt voraus, dass das LaTeX-Paket 
28415 \series bold
28416 calc
28417 \series default
28418
28419 \begin_inset Foot
28420 status collapsed
28421
28422 \begin_layout Plain Layout
28423
28424 \series bold
28425 calc
28426 \series default
28427  ist Teil jeder LaTeX-Standardinstallation.
28428 \end_layout
28429
28430 \end_inset
28431
28432
28433 \begin_inset Index idx
28434 status collapsed
28435
28436 \begin_layout Plain Layout
28437 Pakete ! calc
28438 \end_layout
28439
28440 \end_inset
28441
28442  im LaTeX-Vorspann mit der Zeile
28443 \end_layout
28444
28445 \begin_layout Standard
28446
28447 \series bold
28448
28449 \backslash
28450 usepackage{calc}
28451 \end_layout
28452
28453 \begin_layout Standard
28454 geladen wurde.
28455 \end_layout
28456
28457 \begin_layout Standard
28458 Man erhält: 
28459 \begin_inset ERT
28460 status collapsed
28461
28462 \begin_layout Plain Layout
28463
28464
28465 \backslash
28466 setlength{
28467 \backslash
28468 jot}{3mm+3pt}
28469 \end_layout
28470
28471 \end_inset
28472
28473
28474 \begin_inset Formula 
28475 \begin{eqnarray*}
28476 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}\\
28477 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
28478 \end{eqnarray*}
28479
28480 \end_inset
28481
28482
28483 \end_layout
28484
28485 \begin_layout Standard
28486 \begin_inset ERT
28487 status collapsed
28488
28489 \begin_layout Plain Layout
28490
28491
28492 \backslash
28493 setlength{
28494 \backslash
28495 jot}{3pt}
28496 \end_layout
28497
28498 \end_inset
28499
28500  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
28501 \series bold
28502
28503 \backslash
28504 jot
28505 \series default
28506  auf den Wert 3
28507 \begin_inset space \thinspace{}
28508 \end_inset
28509
28510 pt.
28511 \end_layout
28512
28513 \begin_layout Subsubsection
28514 Spaltenabstand
28515 \begin_inset CommandInset label
28516 LatexCommand label
28517 name "sub:Spaltenabstand"
28518
28519 \end_inset
28520
28521
28522 \begin_inset Index idx
28523 status collapsed
28524
28525 \begin_layout Plain Layout
28526 Formel ! mehrzeilige ! Spaltenabstand
28527 \end_layout
28528
28529 \end_inset
28530
28531
28532 \end_layout
28533
28534 \begin_layout Standard
28535 Mehrzeilige Formeln bilden eine Matrix.
28536  Eine Formel in der Eqnarray-Umgebung ist z.
28537 \begin_inset space \thinspace{}
28538 \end_inset
28539
28540 B.
28541  eine dreispaltige Matrix.
28542  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
28543  neben den Relationszeichen ändern.
28544 \end_layout
28545
28546 \begin_layout Standard
28547 Der Spaltenabstand wird mit der Länge 
28548 \series bold
28549
28550 \backslash
28551 arraycolsep
28552 \series default
28553
28554 \begin_inset Index idx
28555 status collapsed
28556
28557 \begin_layout Plain Layout
28558 Befehle ! A ! 
28559 \backslash
28560 arraycolsep
28561 \end_layout
28562
28563 \end_inset
28564
28565  festgelegt, wobei gilt:
28566 \begin_inset Newline newline
28567 \end_inset
28568
28569 Spaltenabstand = 2
28570 \begin_inset space \thinspace{}
28571 \end_inset
28572
28573
28574 \series bold
28575
28576 \backslash
28577 arraycolsep
28578 \series default
28579 .
28580 \begin_inset Newline newline
28581 \end_inset
28582
28583 Der im TeX-Modus eingegebene Befehl
28584 \end_layout
28585
28586 \begin_layout Standard
28587
28588 \series bold
28589
28590 \backslash
28591 setlength{
28592 \backslash
28593 arraycolsep}{1cm}
28594 \end_layout
28595
28596 \begin_layout Standard
28597 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
28598 \begin_inset space \thinspace{}
28599 \end_inset
28600
28601 cm.
28602  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
28603 \series bold
28604
28605 \backslash
28606 arraycolsep
28607 \series default
28608  auf 5
28609 \begin_inset space \thinspace{}
28610 \end_inset
28611
28612 pt.
28613 \end_layout
28614
28615 \begin_layout Standard
28616 Eine Formel mit 2
28617 \begin_inset space \thinspace{}
28618 \end_inset
28619
28620 cm Spaltenabstand:
28621 \begin_inset ERT
28622 status collapsed
28623
28624 \begin_layout Plain Layout
28625
28626
28627 \backslash
28628 setlength{
28629 \backslash
28630 arraycolsep}{1cm}
28631 \end_layout
28632
28633 \end_inset
28634
28635
28636 \begin_inset Formula 
28637 \begin{eqnarray*}
28638 A & = & B\\
28639 C & \ne & A
28640 \end{eqnarray*}
28641
28642 \end_inset
28643
28644 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
28645 \begin_inset space \thinspace{}
28646 \end_inset
28647
28648 pt:
28649 \begin_inset ERT
28650 status collapsed
28651
28652 \begin_layout Plain Layout
28653
28654
28655 \backslash
28656 setlength{
28657 \backslash
28658 arraycolsep}{5pt}
28659 \end_layout
28660
28661 \end_inset
28662
28663
28664 \begin_inset Formula 
28665 \begin{eqnarray*}
28666 A & = & B\\
28667 C & \ne & A
28668 \end{eqnarray*}
28669
28670 \end_inset
28671
28672
28673 \end_layout
28674
28675 \begin_layout Subsubsection
28676 Lange Formeln
28677 \begin_inset Index idx
28678 status collapsed
28679
28680 \begin_layout Plain Layout
28681 Formel ! lange
28682 \end_layout
28683
28684 \end_inset
28685
28686
28687 \end_layout
28688
28689 \begin_layout Standard
28690 Lange Formeln kann man wie folgt setzen:
28691 \end_layout
28692
28693 \begin_layout Itemize
28694 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
28695  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
28696 \begin_inset Formula 
28697 \begin{eqnarray}
28698 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 \\
28699  &  & -\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}
28700 \end{eqnarray}
28701
28702 \end_inset
28703
28704 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
28705  als Operator, da es das erste Zeichen der Zeile ist.
28706  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
28707  Bruchstrich unterscheiden.
28708  Um das zu verhindern, wurde mit dem Befehl 
28709 \series bold
28710
28711 \backslash
28712 hspace
28713 \series default
28714  3
28715 \begin_inset space \thinspace{}
28716 \end_inset
28717
28718 pt Leerraum hinter das Minuszeichen eingefügt.
28719 \begin_inset Foot
28720 status collapsed
28721
28722 \begin_layout Plain Layout
28723 mehr zu 
28724 \series bold
28725
28726 \backslash
28727 hspace
28728 \series default
28729  siehe 
28730 \begin_inset CommandInset ref
28731 LatexCommand ref
28732 reference "sub:Variabler-Leerraum"
28733
28734 \end_inset
28735
28736
28737 \end_layout
28738
28739 \end_inset
28740
28741
28742 \begin_inset Index idx
28743 status collapsed
28744
28745 \begin_layout Plain Layout
28746 Befehle ! H ! 
28747 \backslash
28748 hspace
28749 \end_layout
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Itemize
28757 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
28758 \series bold
28759
28760 \backslash
28761 lefteqn
28762 \series default
28763
28764 \begin_inset Index idx
28765 status collapsed
28766
28767 \begin_layout Plain Layout
28768 Befehle ! L ! 
28769 \backslash
28770 lefteqn
28771 \end_layout
28772
28773 \end_inset
28774
28775 .
28776  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28777  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28778 \begin_inset Formula 
28779 \begin{eqnarray}
28780 \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 \\
28781  &  & -\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 \\
28782  &  & =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}
28783 \end{eqnarray}
28784
28785 \end_inset
28786
28787 Nachdem man 
28788 \series bold
28789
28790 \backslash
28791 lefteqn
28792 \series default
28793  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28794  das gegenüber dem blauen leicht verschoben ist.
28795  In dieses wird die Formel eingegeben.
28796 \begin_inset Newline newline
28797 \end_inset
28798
28799 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28800  eingegeben.
28801  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28802  Einrückung.
28803 \begin_inset VSpace medskip
28804 \end_inset
28805
28806
28807 \begin_inset Newline newline
28808 \end_inset
28809
28810
28811 \begin_inset Note Greyedout
28812 status open
28813
28814 \begin_layout Plain Layout
28815 Bei der Verwendung von 
28816 \series bold
28817
28818 \backslash
28819 lefteqn
28820 \series default
28821  ist Folgendes zu beachten:
28822 \end_layout
28823
28824 \begin_layout Itemize
28825 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28826  Würde man in obigem Beispiel der ersten Zeile den Term 
28827 \begin_inset Formula $-B^{2}$
28828 \end_inset
28829
28830  anfügen, befände sich dieser außerhalb des Seitenrands.
28831  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28832  Leerraum einfügen.
28833 \end_layout
28834
28835 \begin_layout Itemize
28836 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28837  erste Zeile gesetzt werden.
28838 \begin_inset Foot
28839 status collapsed
28840
28841 \begin_layout Plain Layout
28842 \begin_inset CommandInset href
28843 LatexCommand href
28844 name "LyX-Fehler #1429"
28845 target "http://www.lyx.org/trac/ticket/1429"
28846
28847 \end_inset
28848
28849
28850 \end_layout
28851
28852 \end_inset
28853
28854  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28855  Pfeiltasten bewegen.
28856 \end_layout
28857
28858 \end_inset
28859
28860
28861 \end_layout
28862
28863 \begin_layout Itemize
28864 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28865 \begin_inset CommandInset ref
28866 LatexCommand ref
28867 reference "sub:Multline-Umgebung"
28868
28869 \end_inset
28870
28871  und 
28872 \begin_inset CommandInset ref
28873 LatexCommand ref
28874 reference "sub:Mehrzeilige-Formelteile"
28875
28876 \end_inset
28877
28878  beschriebenen Umgebungen.
28879 \end_layout
28880
28881 \begin_layout Subsubsection
28882 Mehrzeilige Klammern
28883 \begin_inset CommandInset label
28884 LatexCommand label
28885 name "sub:Mehrzeilige-Klammern"
28886
28887 \end_inset
28888
28889
28890 \begin_inset Index idx
28891 status collapsed
28892
28893 \begin_layout Plain Layout
28894 Klammern ! mehrzeilige
28895 \end_layout
28896
28897 \end_inset
28898
28899
28900 \end_layout
28901
28902 \begin_layout Standard
28903 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28904 \begin_inset Formula 
28905 \begin{eqnarray*}
28906 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28907  &  & \left.\cdots+B-D\right]
28908 \end{eqnarray*}
28909
28910 \end_inset
28911
28912
28913 \end_layout
28914
28915 \begin_layout Standard
28916 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28917  Größe dürfen nicht über mehrere Zeilen gehen.
28918 \end_layout
28919
28920 \begin_layout Standard
28921 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28922  erste Zeile mit 
28923 \series bold
28924
28925 \backslash
28926 right.
28927 \series default
28928
28929 \begin_inset Index idx
28930 status collapsed
28931
28932 \begin_layout Plain Layout
28933 Befehle ! R ! 
28934 \backslash
28935 right
28936 \end_layout
28937
28938 \end_inset
28939
28940  und beginnt die zweite Zeile mit 
28941 \series bold
28942
28943 \backslash
28944 left.
28945 \begin_inset Foot
28946 status collapsed
28947
28948 \begin_layout Plain Layout
28949 mehr zu 
28950 \series bold
28951
28952 \backslash
28953 left
28954 \series default
28955  und 
28956 \series bold
28957
28958 \backslash
28959 right
28960 \series default
28961  siehe 
28962 \begin_inset CommandInset ref
28963 LatexCommand ref
28964 reference "sub:Automatische-Klammergrößen"
28965
28966 \end_inset
28967
28968
28969 \end_layout
28970
28971 \end_inset
28972
28973
28974 \series default
28975
28976 \begin_inset Index idx
28977 status collapsed
28978
28979 \begin_layout Plain Layout
28980 Befehle ! L ! 
28981 \backslash
28982 left
28983 \end_layout
28984
28985 \end_inset
28986
28987 .
28988  Nach 
28989 \series bold
28990
28991 \backslash
28992 left.
28993
28994 \series default
28995  gibt man den Befehl 
28996 \series bold
28997
28998 \backslash
28999 vphantom
29000 \series default
29001
29002 \begin_inset ERT
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006
29007
29008 \backslash
29009 leer 
29010 \end_layout
29011
29012 \end_inset
29013
29014
29015 \series bold
29016
29017 \backslash
29018 prod
29019 \series default
29020 ^
29021 \begin_inset ERT
29022 status collapsed
29023
29024 \begin_layout Plain Layout
29025
29026
29027 \backslash
29028 leer 
29029 \end_layout
29030
29031 \end_inset
29032
29033
29034 \series bold
29035
29036 \backslash
29037 infty
29038 \series default
29039
29040 \begin_inset ERT
29041 status collapsed
29042
29043 \begin_layout Plain Layout
29044
29045
29046 \backslash
29047 leer 
29048 \end_layout
29049
29050 \end_inset
29051
29052
29053 \series bold
29054
29055 \begin_inset Formula $\downarrow$
29056 \end_inset
29057
29058 _R=1}
29059 \series default
29060
29061 \begin_inset Index idx
29062 status collapsed
29063
29064 \begin_layout Plain Layout
29065 Befehle ! V ! 
29066 \backslash
29067 vphantom
29068 \end_layout
29069
29070 \end_inset
29071
29072  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
29073  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
29074 \end_layout
29075
29076 \begin_layout Standard
29077 Das Ergebnis sieht so aus:
29078 \begin_inset Formula 
29079 \begin{eqnarray*}
29080 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
29081  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
29082 \end{eqnarray*}
29083
29084 \end_inset
29085
29086
29087 \end_layout
29088
29089 \begin_layout Subsection
29090 Align-Umgebungen
29091 \end_layout
29092
29093 \begin_layout Standard
29094 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
29095  werden.
29096  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
29097 \end_layout
29098
29099 \begin_layout Standard
29100 Align-Umgebungen bestehen aus Spalten.
29101  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
29102  ausgerichtet.
29103  Jede Zeile einer Align-Umgebung kann nummeriert werden.
29104 \end_layout
29105
29106 \begin_layout Standard
29107 Align-Umgebung werden über das Menü 
29108 \family sans
29109 Einfügen\SpecialChar \menuseparator
29110 Mathe
29111 \family default
29112  erstellt.
29113  Über das Menü 
29114 \family sans
29115 Bearbeiten\SpecialChar \menuseparator
29116 Mathe\SpecialChar \menuseparator
29117 Formelart
29118 \begin_inset space ~
29119 \end_inset
29120
29121 ändern
29122 \family default
29123  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
29124 \end_layout
29125
29126 \begin_layout Standard
29127 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
29128
29129 \begin_inset Graphics
29130         filename ../../images/tabular-feature_append-column.png
29131         scale 85
29132
29133 \end_inset
29134
29135  bzw.
29136 \begin_inset space ~
29137 \end_inset
29138
29139
29140 \begin_inset Graphics
29141         filename ../../images/tabular-feature_delete-column.png
29142         scale 85
29143
29144 \end_inset
29145
29146  oder das Menü 
29147 \family sans
29148 Bearbeiten\SpecialChar \menuseparator
29149 Zeilen & Spalten
29150 \family default
29151  verwendet werden.
29152 \end_layout
29153
29154 \begin_layout Subsubsection
29155 Standard align-Umgebung
29156 \begin_inset CommandInset label
29157 LatexCommand label
29158 name "sub:Standard-align-Umgebung"
29159
29160 \end_inset
29161
29162
29163 \begin_inset Index idx
29164 status collapsed
29165
29166 \begin_layout Plain Layout
29167 Formel ! mehrzeilige ! align-Umgebung
29168 \end_layout
29169
29170 \end_inset
29171
29172
29173 \end_layout
29174
29175 \begin_layout Standard
29176 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
29177 \family sans
29178 Strg+Enter
29179 \family default
29180  drückt oder das Menü 
29181 \family sans
29182 Einfügen\SpecialChar \menuseparator
29183 Mathe\SpecialChar \menuseparator
29184 AMS align-Umge\SpecialChar \-
29185 bung
29186 \family default
29187  aufruft.
29188 \end_layout
29189
29190 \begin_layout Standard
29191 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
29192 n align-Umgebung erzeugt wurden:
29193 \begin_inset Formula 
29194 \begin{align*}
29195 A & =\sin(B) & C & =D\\
29196 C & \ne A & B & \ne D
29197 \end{align*}
29198
29199 \end_inset
29200
29201 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
29202  würde sich vor der ersten und hinter jeder geraden Spalte ein 
29203 \series bold
29204
29205 \backslash
29206 hfill
29207 \begin_inset Foot
29208 status collapsed
29209
29210 \begin_layout Plain Layout
29211 mehr zu 
29212 \series bold
29213
29214 \backslash
29215 hfill
29216 \series default
29217  siehe 
29218 \begin_inset CommandInset ref
29219 LatexCommand ref
29220 reference "sub:Variabler-Leerraum"
29221
29222 \end_inset
29223
29224
29225 \end_layout
29226
29227 \end_inset
29228
29229
29230 \series default
29231  befinden.
29232  Ist der Formelstil 
29233 \series bold
29234 Eingerückt
29235 \begin_inset Foot
29236 status collapsed
29237
29238 \begin_layout Plain Layout
29239 Formelstile siehe 
29240 \begin_inset CommandInset ref
29241 LatexCommand ref
29242 reference "sec:Formelstile"
29243
29244 \end_inset
29245
29246
29247 \end_layout
29248
29249 \end_inset
29250
29251
29252 \series default
29253  gewählt, wird die Formel ohne den 
29254 \series bold
29255
29256 \backslash
29257 hfill
29258 \series default
29259  vor der ersten Spalte gesetzt.
29260 \end_layout
29261
29262 \begin_layout Subsubsection
29263 Alignat-Umgebung
29264 \begin_inset Index idx
29265 status collapsed
29266
29267 \begin_layout Plain Layout
29268 Formel ! mehrzeilige ! alignat-Umgebung
29269 \end_layout
29270
29271 \end_inset
29272
29273
29274 \end_layout
29275
29276 \begin_layout Standard
29277 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
29278  Man kann ihn manuell durch die in 
29279 \begin_inset CommandInset ref
29280 LatexCommand ref
29281 reference "sub:Leerraum"
29282
29283 \end_inset
29284
29285  beschriebenen Leerräume einfügen.
29286 \end_layout
29287
29288 \begin_layout Standard
29289 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
29290  Formel 1
29291 \begin_inset space \thinspace{}
29292 \end_inset
29293
29294 cm Leerraum eingefügt wurde:
29295 \begin_inset Formula 
29296 \begin{alignat*}{2}
29297 A & =\sin(B) & \hspace{1cm}C & =D\\
29298 C & \ne A & B & \ne D
29299 \end{alignat*}
29300
29301 \end_inset
29302
29303 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
29304  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
29305  Formeln.
29306 \end_layout
29307
29308 \begin_layout Subsubsection
29309 Flalign-Umgebung
29310 \begin_inset CommandInset label
29311 LatexCommand label
29312 name "sub:Flalign-Umgebung"
29313
29314 \end_inset
29315
29316
29317 \begin_inset Index idx
29318 status collapsed
29319
29320 \begin_layout Plain Layout
29321 Formel ! mehrzeilige ! flalign-Umgebung
29322 \end_layout
29323
29324 \end_inset
29325
29326
29327 \end_layout
29328
29329 \begin_layout Standard
29330 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
29331  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
29332  Dazu ein Beispiel:
29333 \begin_inset Formula 
29334 \begin{flalign*}
29335 A & =1 & B & =2 & C & =3\\
29336 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
29337 \end{flalign*}
29338
29339 \end_inset
29340
29341
29342 \end_layout
29343
29344 \begin_layout Standard
29345 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
29346  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
29347  im Dokument links setzen obwohl der Formelstil 
29348 \series bold
29349 Zentriert
29350 \series default
29351  eingestellt ist.
29352  Als Beispiel die eingerückte ausgerichtete Formel 
29353 \begin_inset CommandInset ref
29354 LatexCommand eqref
29355 reference "eq:VolInt"
29356
29357 \end_inset
29358
29359 :
29360 \begin_inset Formula 
29361 \begin{flalign}
29362 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
29363 \end{flalign}
29364
29365 \end_inset
29366
29367 In den ersten beiden Spalten befindet sich die Formel.
29368  Damit sie wie beim Formelstil 
29369 \series bold
29370 Eingerückt
29371 \series default
29372  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
29373 \begin_inset space \thinspace{}
29374 \end_inset
29375
29376 pt Leerraum eingefügt.
29377 \end_layout
29378
29379 \begin_layout Subsection
29380 Eqnarray-Umgebung
29381 \begin_inset CommandInset label
29382 LatexCommand label
29383 name "sub:Eqnarray-Umgebung"
29384
29385 \end_inset
29386
29387
29388 \begin_inset Index idx
29389 status collapsed
29390
29391 \begin_layout Plain Layout
29392 Formel ! mehrzeilige ! Eqnarray-Umgebung
29393 \end_layout
29394
29395 \end_inset
29396
29397
29398 \end_layout
29399
29400 \begin_layout Standard
29401 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
29402  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
29403  ausgerichtet.
29404  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
29405  da dieses Kästchen nur für Relationzeichen gedacht ist.
29406 \begin_inset Formula 
29407 \begin{eqnarray*}
29408 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
29409 AB & AB & AB\\
29410 A & = & A
29411 \end{eqnarray*}
29412
29413 \end_inset
29414
29415
29416 \end_layout
29417
29418 \begin_layout Subsection
29419 Gather-Umgebung
29420 \begin_inset Index idx
29421 status collapsed
29422
29423 \begin_layout Plain Layout
29424 Formel ! mehrzeilige ! Gather-Umgebung
29425 \end_layout
29426
29427 \end_inset
29428
29429
29430 \end_layout
29431
29432 \begin_layout Standard
29433 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
29434  Jede Zeile kann nummeriert werden.
29435 \begin_inset Formula 
29436 \begin{gather}
29437 A=1\\
29438 X=\textrm{-}1
29439 \end{gather}
29440
29441 \end_inset
29442
29443
29444 \end_layout
29445
29446 \begin_layout Subsection
29447 Multline-Umgebung
29448 \begin_inset CommandInset label
29449 LatexCommand label
29450 name "sub:Multline-Umgebung"
29451
29452 \end_inset
29453
29454
29455 \begin_inset Index idx
29456 status collapsed
29457
29458 \begin_layout Plain Layout
29459 Formel ! mehrzeilige ! Multline-Umgebung
29460 \end_layout
29461
29462 \end_inset
29463
29464
29465 \end_layout
29466
29467 \begin_layout Standard
29468 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
29469  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
29470  Alle anderen Zeilen sind zentriert.
29471  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
29472  Als Beispiel Formel 
29473 \begin_inset CommandInset ref
29474 LatexCommand eqref
29475 reference "eq:lefteqn"
29476
29477 \end_inset
29478
29479  in der multline-Umgebung:
29480 \begin_inset Formula 
29481 \begin{multline}
29482 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}\\
29483 -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}\\
29484 =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}}
29485 \end{multline}
29486
29487 \end_inset
29488
29489
29490 \end_layout
29491
29492 \begin_layout Standard
29493 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
29494  nummeriert, wenn rechts (links) nummeriert wird.
29495 \begin_inset Foot
29496 status collapsed
29497
29498 \begin_layout Plain Layout
29499 Nummerierungsstile siehe 
29500 \begin_inset CommandInset ref
29501 LatexCommand ref
29502 reference "sec:Formelstile"
29503
29504 \end_inset
29505
29506
29507 \end_layout
29508
29509 \end_inset
29510
29511
29512 \end_layout
29513
29514 \begin_layout Standard
29515 Mit den Befehlen 
29516 \series bold
29517
29518 \backslash
29519 shoveright
29520 \series default
29521
29522 \begin_inset Index idx
29523 status collapsed
29524
29525 \begin_layout Plain Layout
29526 Befehle ! S ! 
29527 \backslash
29528 shoveright
29529 \end_layout
29530
29531 \end_inset
29532
29533  und 
29534 \series bold
29535
29536 \backslash
29537 shoveleft
29538 \series default
29539
29540 \begin_inset Index idx
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544 Befehle ! S ! 
29545 \backslash
29546 shoveleft
29547 \end_layout
29548
29549 \end_inset
29550
29551  kann eine zentrierte Zeile rechts bzw.
29552  links ausgerichtet werden.
29553  Die Befehle werden folgendermaßen verwendet:
29554 \end_layout
29555
29556 \begin_layout Standard
29557
29558 \series bold
29559
29560 \backslash
29561 shoveright{Zeileninhalt}
29562 \series default
29563  bzw.
29564  
29565 \series bold
29566
29567 \backslash
29568 shoveleft{Zeileninhalt}
29569 \end_layout
29570
29571 \begin_layout Standard
29572 \begin_inset VSpace medskip
29573 \end_inset
29574
29575 Die Länge 
29576 \series bold
29577
29578 \backslash
29579 multlinegap
29580 \series default
29581
29582 \begin_inset Index idx
29583 status collapsed
29584
29585 \begin_layout Plain Layout
29586 Befehle ! M ! 
29587 \backslash
29588 multlinegap
29589 \end_layout
29590
29591 \end_inset
29592
29593  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
29594  Voreingestellt ist die Länge 0
29595 \begin_inset space \thinspace{}
29596 \end_inset
29597
29598 pt.
29599 \end_layout
29600
29601 \begin_layout Standard
29602 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
29603 \end_layout
29604
29605 \begin_layout Standard
29606
29607 \series bold
29608
29609 \backslash
29610 setlength{
29611 \backslash
29612 multlinegap}{2cm}
29613 \end_layout
29614
29615 \begin_layout Standard
29616 eingegeben wurde:
29617 \begin_inset ERT
29618 status collapsed
29619
29620 \begin_layout Plain Layout
29621
29622
29623 \backslash
29624 setlength{
29625 \backslash
29626 multlinegap}{2cm}
29627 \end_layout
29628
29629 \end_inset
29630
29631
29632 \begin_inset Formula 
29633 \begin{multline}
29634 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}\\
29635 \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}}\\
29636 =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}}
29637 \end{multline}
29638
29639 \end_inset
29640
29641
29642 \begin_inset ERT
29643 status collapsed
29644
29645 \begin_layout Plain Layout
29646
29647
29648 \backslash
29649 setlength{
29650 \backslash
29651 multlinegap}{0pt}
29652 \end_layout
29653
29654 \end_inset
29655
29656
29657 \end_layout
29658
29659 \begin_layout Standard
29660 Die zweite Zeile wurde mit 
29661 \series bold
29662
29663 \backslash
29664 shoveleft
29665 \series default
29666  linksbündig ausgerichtet.
29667 \end_layout
29668
29669 \begin_layout Subsection
29670 Mehrzeilige Formelteile
29671 \begin_inset CommandInset label
29672 LatexCommand label
29673 name "sub:Mehrzeilige-Formelteile"
29674
29675 \end_inset
29676
29677
29678 \begin_inset Index idx
29679 status collapsed
29680
29681 \begin_layout Plain Layout
29682 Formel ! mehrzeilige ! Formelteile
29683 \end_layout
29684
29685 \end_inset
29686
29687
29688 \end_layout
29689
29690 \begin_layout Standard
29691 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
29692  der folgenden Umgebungen: 
29693 \series bold
29694 aligned
29695 \series default
29696
29697 \series bold
29698 alignedat
29699 \series default
29700
29701 \series bold
29702 gathered
29703 \series default
29704  oder 
29705 \series bold
29706 split
29707 \series default
29708 .
29709  Sie können über das Menü 
29710 \family sans
29711 Einfügen\SpecialChar \menuseparator
29712 Mathe
29713 \family default
29714  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
29715 \end_layout
29716
29717 \begin_layout Standard
29718 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
29719 n Formel\SpecialChar \-
29720 umgebungen.
29721  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
29722  Dazu ein Beispiel:
29723 \begin_inset Formula 
29724 \[
29725 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
29726 \Delta E\Delta t & \ge\frac{\hbar}{2}
29727 \end{aligned}
29728 \right\} \textrm{Unbestimmtheitsrelationen}
29729 \]
29730
29731 \end_inset
29732
29733
29734 \end_layout
29735
29736 \begin_layout Standard
29737 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
29738  der Befehl 
29739 \series bold
29740
29741 \backslash
29742 aligned
29743 \series default
29744
29745 \begin_inset Index idx
29746 status collapsed
29747
29748 \begin_layout Plain Layout
29749 Befehle ! A ! 
29750 \backslash
29751 aligned
29752 \end_layout
29753
29754 \end_inset
29755
29756  eingegeben wird.
29757  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29758  und Zeilen hinzufügen kann.
29759  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29760  gesetzt werden.
29761 \end_layout
29762
29763 \begin_layout Standard
29764 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29765  ausgerichtet sind.
29766  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29767  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29768  Als Beispiel Formel 
29769 \begin_inset CommandInset ref
29770 LatexCommand eqref
29771 reference "eq:kurzlang"
29772
29773 \end_inset
29774
29775  in der aligned-Umgebung:
29776 \begin_inset Formula 
29777 \begin{equation}
29778 \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}|}\\
29779  & -\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}|}
29780 \end{aligned}
29781 \end{equation}
29782
29783 \end_inset
29784
29785
29786 \end_layout
29787
29788 \begin_layout Standard
29789 Möchte man die Umgebung 
29790 \series bold
29791 alignedat
29792 \series default
29793
29794 \series bold
29795 gathered
29796 \series default
29797  oder 
29798 \series bold
29799 split
29800 \series default
29801  verwenden, gibt man den Befehl 
29802 \series bold
29803
29804 \backslash
29805 alignedat
29806 \series default
29807 ,
29808 \begin_inset Index idx
29809 status collapsed
29810
29811 \begin_layout Plain Layout
29812 Befehle ! A ! 
29813 \backslash
29814 alignedat
29815 \end_layout
29816
29817 \end_inset
29818
29819  
29820 \series bold
29821
29822 \backslash
29823 gathered
29824 \series default
29825
29826 \begin_inset Index idx
29827 status collapsed
29828
29829 \begin_layout Plain Layout
29830 Befehle ! G ! 
29831 \backslash
29832 gathered
29833 \end_layout
29834
29835 \end_inset
29836
29837  bzw.
29838  
29839 \series bold
29840
29841 \backslash
29842 split
29843 \series default
29844
29845 \begin_inset Index idx
29846 status collapsed
29847
29848 \begin_layout Plain Layout
29849 Befehle ! S ! 
29850 \backslash
29851 split
29852 \end_layout
29853
29854 \end_inset
29855
29856  ein.
29857  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29858  jedoch darf sie nur zwei Spalten enthalten.
29859 \end_layout
29860
29861 \begin_layout Subsection
29862 Text in mehrzeiligen Formeln
29863 \begin_inset CommandInset label
29864 LatexCommand label
29865 name "sub:Text-in-mehrzeiligen"
29866
29867 \end_inset
29868
29869
29870 \begin_inset Index idx
29871 status collapsed
29872
29873 \begin_layout Plain Layout
29874 Text ! in Formeln
29875 \end_layout
29876
29877 \end_inset
29878
29879
29880 \begin_inset Index idx
29881 status collapsed
29882
29883 \begin_layout Plain Layout
29884 Formel ! mehrzeilige ! Text
29885 \end_layout
29886
29887 \end_inset
29888
29889
29890 \end_layout
29891
29892 \begin_layout Standard
29893 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29894  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29895  die Ausrichtung der Spalten nicht beeinflusst.
29896  Dazu wird der Befehl 
29897 \series bold
29898
29899 \backslash
29900 intertext
29901 \begin_inset Index idx
29902 status collapsed
29903
29904 \begin_layout Plain Layout
29905 Befehle ! I ! 
29906 \backslash
29907 intertext
29908 \end_layout
29909
29910 \end_inset
29911
29912
29913 \series default
29914  nach folgendem Schema benutzt:
29915 \end_layout
29916
29917 \begin_layout Standard
29918
29919 \series bold
29920
29921 \backslash
29922 intertext{Text}
29923 \end_layout
29924
29925 \begin_layout Standard
29926 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29927  werden kann.
29928  Weil LyX 
29929 \series bold
29930
29931 \backslash
29932 intertext
29933 \series default
29934  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29935  Text.
29936  
29937 \series bold
29938
29939 \backslash
29940 intertext
29941 \series default
29942  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29943  dieser Zeile.
29944  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29945 \begin_inset Formula 
29946 \begin{align}
29947 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29948 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
29949 \end{align}
29950
29951 \end_inset
29952
29953
29954 \end_layout
29955
29956 \begin_layout Section
29957 Formelnummerierung
29958 \begin_inset Index idx
29959 status collapsed
29960
29961 \begin_layout Plain Layout
29962 Formelnummerierung
29963 \end_layout
29964
29965 \end_inset
29966
29967
29968 \begin_inset Index idx
29969 status collapsed
29970
29971 \begin_layout Plain Layout
29972 Formel ! Nummerierung|see
29973 \begin_inset ERT
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978 {
29979 \end_layout
29980
29981 \end_inset
29982
29983 Formelnummerierung
29984 \begin_inset ERT
29985 status collapsed
29986
29987 \begin_layout Plain Layout
29988
29989 }
29990 \end_layout
29991
29992 \end_inset
29993
29994
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \end_layout
30001
30002 \begin_layout Subsection
30003 Allgemeines
30004 \end_layout
30005
30006 \begin_layout Standard
30007 Nummerierte Formeln können mit dem Menü 
30008 \family sans
30009 Einfügen\SpecialChar \menuseparator
30010 Mathe\SpecialChar \menuseparator
30011 Nummerierte
30012 \begin_inset space ~
30013 \end_inset
30014
30015 Formel
30016 \family default
30017  (Tastenkürzel 
30018 \family sans
30019 Strg+Alt
30020 \begin_inset space ~
30021 \end_inset
30022
30023 N
30024 \family default
30025 ) erstellt, bestehende Formeln über das Menü 
30026 \family sans
30027 Bearbeiten\SpecialChar \menuseparator
30028 Mathe\SpecialChar \menuseparator
30029 Nummerierung
30030 \begin_inset space ~
30031 \end_inset
30032
30033 an/aus
30034 \family default
30035  (Tastenkürzel 
30036 \family sans
30037 Alt+M
30038 \begin_inset space ~
30039 \end_inset
30040
30041 N
30042 \family default
30043 ) nummeriert werden.
30044  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
30045  Klammern.
30046  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
30047 \end_layout
30048
30049 \begin_layout Standard
30050 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
30051  Zeilen nummeriert.
30052  Man kann jedoch über das Menü 
30053 \family sans
30054 Bearbeiten\SpecialChar \menuseparator
30055 Mathe\SpecialChar \menuseparator
30056 Zeilennummerierung an/aus
30057 \family default
30058  (Tastenkürzel 
30059 \family sans
30060 Alt+M
30061 \begin_inset space ~
30062 \end_inset
30063
30064 Shift+N
30065 \family default
30066 ) für jede Zeile die Nummerierung festlegen.
30067 \end_layout
30068
30069 \begin_layout Standard
30070 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
30071  werden, siehe 
30072 \begin_inset CommandInset ref
30073 LatexCommand ref
30074 reference "sec:Formelstile"
30075
30076 \end_inset
30077
30078 .
30079 \end_layout
30080
30081 \begin_layout Subsection
30082 Querverweise
30083 \begin_inset Index idx
30084 status collapsed
30085
30086 \begin_layout Plain Layout
30087 Querverweise ! auf Formeln
30088 \end_layout
30089
30090 \end_inset
30091
30092
30093 \end_layout
30094
30095 \begin_layout Standard
30096 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
30097  Eine Marke wird mit dem Menü 
30098 \family sans
30099 Einfügen\SpecialChar \menuseparator
30100 Marke
30101 \family default
30102  oder dem Werkzeugleistenknopf 
30103 \begin_inset Graphics
30104         filename ../../images/label-insert.png
30105         scale 85
30106
30107 \end_inset
30108
30109  gesetzt.
30110  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
30111  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
30112 \series bold
30113 eq:
30114 \series default
30115 , nachdem der eigentliche Markenname eingegeben wird.
30116  Der voreingestellte Eintrag steht für 
30117 \begin_inset Quotes gld
30118 \end_inset
30119
30120 equation
30121 \begin_inset Quotes grd
30122 \end_inset
30123
30124  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
30125  einer Formel und nicht zu einem Kapitel gehört.
30126  Um eine Marke zu ändern, wählt man wieder das Menü 
30127 \family sans
30128 Einfügen\SpecialChar \menuseparator
30129 Marke
30130 \family default
30131 .
30132 \end_layout
30133
30134 \begin_layout Standard
30135 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
30136  Eine Formel mit Marke wird immer nummeriert.
30137 \end_layout
30138
30139 \begin_layout Standard
30140 Querverweise werden mit dem Menü 
30141 \family sans
30142 Einfügen\SpecialChar \menuseparator
30143 Querverweis
30144 \family default
30145  oder dem Werkzeugleistenknopf 
30146 \begin_inset Graphics
30147         filename ../../images/dialog-show-new-inset_ref.png
30148         scale 85
30149
30150 \end_inset
30151
30152  eingefügt.
30153  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
30154  Wenn man im Querverweis Dialogfenster das Format 
30155 \series bold
30156 (<Querverweis>)
30157 \series default
30158  wählt, erscheint der Querverweis als Formelnummer in Klammern.
30159 \begin_inset Newline newline
30160 \end_inset
30161
30162 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
30163  man zur Formel auf die verwiesen wird.
30164 \end_layout
30165
30166 \begin_layout Standard
30167 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
30168 \begin_inset Note Note
30169 status open
30170
30171 \begin_layout Plain Layout
30172 Man beachte die unterschiedlichen Querverweistypen.
30173 \end_layout
30174
30175 \end_inset
30176
30177
30178 \end_layout
30179
30180 \begin_layout Standard
30181 Die Gleichungen 
30182 \begin_inset CommandInset ref
30183 LatexCommand eqref
30184 reference "eq:tag"
30185
30186 \end_inset
30187
30188  und 
30189 \begin_inset CommandInset ref
30190 LatexCommand eqref
30191 reference "eq:c"
30192
30193 \end_inset
30194
30195  sind äquivalent.
30196  In (
30197 \begin_inset CommandInset ref
30198 LatexCommand ref
30199 reference "eq:Lat"
30200
30201 \end_inset
30202
30203 ) werden im Gegensatz zu (
30204 \begin_inset CommandInset ref
30205 LatexCommand ref
30206 reference "eq:Roem"
30207
30208 \end_inset
30209
30210 ) große lateinische Buchstaben zur Nummerierung verwendet.
30211 \end_layout
30212
30213 \begin_layout Standard
30214 \begin_inset VSpace medskip
30215 \end_inset
30216
30217 Ist im Argument von 
30218 \series bold
30219
30220 \backslash
30221 tag
30222 \begin_inset Foot
30223 status collapsed
30224
30225 \begin_layout Plain Layout
30226
30227 \series bold
30228
30229 \backslash
30230 tag
30231 \series default
30232  ist in 
30233 \begin_inset CommandInset ref
30234 LatexCommand ref
30235 reference "sub:Benutzerdefinierte-Nummerierung"
30236
30237 \end_inset
30238
30239  beschrieben.
30240 \end_layout
30241
30242 \end_inset
30243
30244
30245 \series default
30246  wie in 
30247 \begin_inset CommandInset ref
30248 LatexCommand ref
30249 reference "sub:Absatzboxen"
30250
30251 \end_inset
30252
30253  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
30254 \end_layout
30255
30256 \begin_layout Subsection
30257 Unternummerierung
30258 \begin_inset Index idx
30259 status collapsed
30260
30261 \begin_layout Plain Layout
30262 Formelnummerierung ! Unternummerierung
30263 \end_layout
30264
30265 \end_inset
30266
30267
30268 \end_layout
30269
30270 \begin_layout Standard
30271 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
30272  
30273 \begin_inset Newline newline
30274 \end_inset
30275
30276
30277 \series bold
30278
30279 \backslash
30280 begin{subequations}
30281 \series default
30282  und 
30283 \series bold
30284
30285 \backslash
30286 end{subequations}
30287 \series default
30288  erreichen.
30289  Beide Befehle werden im TeX-Modus eingegeben.
30290 \end_layout
30291
30292 \begin_layout Standard
30293 Dazu ein Beispiel:
30294 \begin_inset Formula 
30295 \begin{equation}
30296 A=C-B\label{eq:a}
30297 \end{equation}
30298
30299 \end_inset
30300
30301
30302 \begin_inset ERT
30303 status collapsed
30304
30305 \begin_layout Plain Layout
30306
30307
30308 \backslash
30309 addtocounter{equation}{-1}
30310 \end_layout
30311
30312 \end_inset
30313
30314
30315 \begin_inset ERT
30316 status collapsed
30317
30318 \begin_layout Plain Layout
30319
30320
30321 \backslash
30322 begin{subequations}
30323 \end_layout
30324
30325 \end_inset
30326
30327
30328 \begin_inset VSpace -5mm
30329 \end_inset
30330
30331
30332 \begin_inset Formula 
30333 \begin{equation}
30334 B=C-A\label{eq:b}
30335 \end{equation}
30336
30337 \end_inset
30338
30339
30340 \begin_inset Formula 
30341 \begin{equation}
30342 C=A+B\label{eq:c}
30343 \end{equation}
30344
30345 \end_inset
30346
30347
30348 \end_layout
30349
30350 \begin_layout Standard
30351 \begin_inset ERT
30352 status collapsed
30353
30354 \begin_layout Plain Layout
30355
30356
30357 \backslash
30358 end{subequations}
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \end_layout
30365
30366 \begin_layout Standard
30367 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
30368 \end_layout
30369
30370 \begin_layout Enumerate
30371 erste Formel eingeben
30372 \end_layout
30373
30374 \begin_layout Enumerate
30375
30376 \series bold
30377
30378 \backslash
30379 addtocounter{equation}{-1} 
30380 \backslash
30381 begin{subequations}
30382 \begin_inset Index idx
30383 status collapsed
30384
30385 \begin_layout Plain Layout
30386 Befehle ! A ! 
30387 \backslash
30388 addtocounter
30389 \end_layout
30390
30391 \end_inset
30392
30393
30394 \begin_inset Newline newline
30395 \end_inset
30396
30397
30398 \series default
30399 nach der ersten Formel einfügen
30400 \end_layout
30401
30402 \begin_layout Enumerate
30403 zweite Formel eingeben
30404 \end_layout
30405
30406 \begin_layout Enumerate
30407 dritte Formel eingeben
30408 \end_layout
30409
30410 \begin_layout Enumerate
30411
30412 \series bold
30413
30414 \backslash
30415 end{subequations}
30416 \series default
30417  nach der dritten Formel einfügen
30418 \end_layout
30419
30420 \begin_layout Standard
30421 Jede Formel, die zwischen den Befehlen 
30422 \series bold
30423
30424 \backslash
30425 begin
30426 \series default
30427  und 
30428 \series bold
30429
30430 \backslash
30431 end
30432 \series default
30433  steht, wird mit a, b, c, \SpecialChar \ldots{}
30434  untergliedert.
30435  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
30436  Alle untergliederten Formeln gelten als 
30437 \emph on
30438 eine
30439 \emph default
30440  nummerierte Formel.
30441  Da jede nummerierte Formel den Formelzähler 
30442 \series bold
30443 equation
30444 \series default
30445  um Eins erhöht, ist der Befehl 
30446 \series bold
30447
30448 \backslash
30449 addtocounter
30450 \series default
30451  notwendig um den Zähler wieder zu erniedrigen.
30452  Ansonsten würden die Formeln 
30453 \begin_inset CommandInset ref
30454 LatexCommand eqref
30455 reference "eq:a"
30456
30457 \end_inset
30458
30459
30460 \begin_inset CommandInset ref
30461 LatexCommand eqref
30462 reference "eq:b"
30463
30464 \end_inset
30465
30466
30467 \begin_inset CommandInset ref
30468 LatexCommand eqref
30469 reference "eq:c"
30470
30471 \end_inset
30472
30473  als 
30474 \begin_inset CommandInset ref
30475 LatexCommand eqref
30476 reference "eq:a"
30477
30478 \end_inset
30479
30480
30481 \begin_inset CommandInset ref
30482 LatexCommand eqref
30483 reference "eq:d"
30484
30485 \end_inset
30486
30487
30488 \begin_inset CommandInset ref
30489 LatexCommand eqref
30490 reference "eq:f"
30491
30492 \end_inset
30493
30494  nummeriert werden.
30495 \end_layout
30496
30497 \begin_layout Standard
30498 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
30499  Formeln automatisch etwas Leerraum erstellt.
30500  Um dies rückgängig zu machen, fügt man nach dem Befehl 
30501 \series bold
30502
30503 \backslash
30504 begin{subequations}
30505 \series default
30506  -5
30507 \begin_inset space \thinspace{}
30508 \end_inset
30509
30510 mm vertikalen Leerraum ein.
30511  Ist der Formelstil 
30512 \series bold
30513 Eingerückt
30514 \begin_inset Foot
30515 status collapsed
30516
30517 \begin_layout Plain Layout
30518 Formelstile siehe 
30519 \begin_inset CommandInset ref
30520 LatexCommand ref
30521 reference "sec:Formelstile"
30522
30523 \end_inset
30524
30525
30526 \end_layout
30527
30528 \end_inset
30529
30530
30531 \series default
30532  gewählt, fügt man -7
30533 \begin_inset space \thinspace{}
30534 \end_inset
30535
30536 mm Leerraum ein.
30537 \end_layout
30538
30539 \begin_layout Standard
30540 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
30541  der zweiten Zeile abgeschaltet wurde:
30542 \begin_inset ERT
30543 status collapsed
30544
30545 \begin_layout Plain Layout
30546
30547
30548 \backslash
30549 begin{subequations}
30550 \end_layout
30551
30552 \end_inset
30553
30554
30555 \begin_inset Formula 
30556 \begin{eqnarray}
30557 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
30558  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
30559  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
30560 \end{eqnarray}
30561
30562 \end_inset
30563
30564
30565 \begin_inset ERT
30566 status collapsed
30567
30568 \begin_layout Plain Layout
30569
30570
30571 \backslash
30572 end{subequations}
30573 \end_layout
30574
30575 \end_inset
30576
30577
30578 \end_layout
30579
30580 \begin_layout Subsection
30581 Benutzerdefinierte Nummerierung
30582 \begin_inset CommandInset label
30583 LatexCommand label
30584 name "sub:Benutzerdefinierte-Nummerierung"
30585
30586 \end_inset
30587
30588
30589 \begin_inset Index idx
30590 status collapsed
30591
30592 \begin_layout Plain Layout
30593 Formelnummerierung ! benutzerdefinierte
30594 \end_layout
30595
30596 \end_inset
30597
30598
30599 \end_layout
30600
30601 \begin_layout Standard
30602 \begin_inset Index idx
30603 status collapsed
30604
30605 \begin_layout Plain Layout
30606 Formelnummerierung ! eigene Klammern
30607 \end_layout
30608
30609 \end_inset
30610
30611 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
30612  gesetzt.
30613  Will man diese Klammern z.
30614 \begin_inset space \thinspace{}
30615 \end_inset
30616
30617 B.
30618  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
30619  an:
30620 \end_layout
30621
30622 \begin_layout Standard
30623
30624 \series bold
30625
30626 \backslash
30627 def
30628 \backslash
30629 tagform@#1{
30630 \backslash
30631 maketag@@@{|#1|}}
30632 \series default
30633
30634 \begin_inset Note Note
30635 status collapsed
30636
30637 \begin_layout Plain Layout
30638 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
30639  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
30640  werden.
30641 \end_layout
30642
30643 \end_inset
30644
30645
30646 \end_layout
30647
30648 \begin_layout Standard
30649 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
30650 \series bold
30651 #1
30652 \series default
30653  durch ein oder mehrere gewünschte Zeichen.
30654  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
30655 \end_layout
30656
30657 \begin_layout Standard
30658 \begin_inset VSpace bigskip
30659 \end_inset
30660
30661 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
30662  hinter der Formel stehen, benutzt man den Befehl 
30663 \series bold
30664
30665 \backslash
30666 tag
30667 \series default
30668
30669 \begin_inset Index idx
30670 status collapsed
30671
30672 \begin_layout Plain Layout
30673 Befehle ! T ! 
30674 \backslash
30675 tag
30676 \end_layout
30677
30678 \end_inset
30679
30680 :
30681 \begin_inset Formula 
30682 \begin{equation}
30683 A+B=C\tag{etwas}\label{eq:tag}
30684 \end{equation}
30685
30686 \end_inset
30687
30688  In diesem Beispiel wurde in der Formel der Befehl 
30689 \series bold
30690
30691 \backslash
30692 tag
30693 \series default
30694
30695 \begin_inset ERT
30696 status collapsed
30697
30698 \begin_layout Plain Layout
30699
30700
30701 \backslash
30702 leer 
30703 \end_layout
30704
30705 \end_inset
30706
30707
30708 \series bold
30709 etwas
30710 \series default
30711  eingegeben.
30712 \end_layout
30713
30714 \begin_layout Standard
30715 Gibt man stattdessen 
30716 \series bold
30717
30718 \backslash
30719 tag*
30720 \series default
30721
30722 \begin_inset ERT
30723 status collapsed
30724
30725 \begin_layout Plain Layout
30726
30727
30728 \backslash
30729 leer 
30730 \end_layout
30731
30732 \end_inset
30733
30734
30735 \series bold
30736 etwas
30737 \series default
30738  ein, verhindert der Stern die Klammern um den Ausdruck:
30739 \begin_inset Formula 
30740 \[
30741 A+B=C\tag*{etwas}
30742 \]
30743
30744 \end_inset
30745
30746
30747 \end_layout
30748
30749 \begin_layout Standard
30750 \begin_inset VSpace bigskip
30751 \end_inset
30752
30753 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30754  oder 
30755 \begin_inset ERT
30756 status collapsed
30757
30758 \begin_layout Plain Layout
30759
30760
30761 \backslash
30762 mbox{
30763 \end_layout
30764
30765 \end_inset
30766
30767 -abschnitt
30768 \begin_inset ERT
30769 status collapsed
30770
30771 \begin_layout Plain Layout
30772
30773 }
30774 \end_layout
30775
30776 \end_inset
30777
30778
30779 \begin_inset Note Note
30780 status collapsed
30781
30782 \begin_layout Plain Layout
30783 Der Befehl 
30784 \series bold
30785
30786 \backslash
30787 mbox
30788 \series default
30789  verhindert, dass am Bindestrich umgebrochen wird.
30790 \end_layout
30791
30792 \end_inset
30793
30794  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30795 \end_layout
30796
30797 \begin_layout Standard
30798
30799 \series bold
30800
30801 \backslash
30802 @addtoreset{equation}{part}
30803 \series default
30804
30805 \begin_inset Index idx
30806 status collapsed
30807
30808 \begin_layout Plain Layout
30809 Befehle ! 
30810 \begin_inset ERT
30811 status collapsed
30812
30813 \begin_layout Plain Layout
30814
30815 "
30816 \end_layout
30817
30818 \end_inset
30819
30820 @
30821 \begin_inset ERT
30822 status collapsed
30823
30824 \begin_layout Plain Layout
30825
30826 "
30827 \end_layout
30828
30829 \end_inset
30830
30831  ! 
30832 \backslash
30833
30834 \begin_inset ERT
30835 status collapsed
30836
30837 \begin_layout Plain Layout
30838
30839 "
30840 \end_layout
30841
30842 \end_inset
30843
30844 @
30845 \begin_inset ERT
30846 status collapsed
30847
30848 \begin_layout Plain Layout
30849
30850 "
30851 \end_layout
30852
30853 \end_inset
30854
30855 addtoreset
30856 \end_layout
30857
30858 \end_inset
30859
30860
30861 \begin_inset Newline newline
30862 \end_inset
30863
30864 bzw.
30865 \begin_inset Newline newline
30866 \end_inset
30867
30868
30869 \series bold
30870
30871 \backslash
30872 @addtoreset{equation}{section}
30873 \end_layout
30874
30875 \begin_layout Standard
30876 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30877 \begin_inset Quotes gld
30878 \end_inset
30879
30880 @
30881 \begin_inset Quotes grd
30882 \end_inset
30883
30884  Zeichen für LaTeX mit dem Befehl 
30885 \series bold
30886
30887 \backslash
30888 makeatletter
30889 \series default
30890  
30891 \begin_inset Quotes gld
30892 \end_inset
30893
30894 aktiv
30895 \begin_inset Quotes grd
30896 \end_inset
30897
30898  gemacht werden.
30899  Der Befehl 
30900 \series bold
30901
30902 \backslash
30903 makeatother
30904 \series default
30905  macht dies wieder rückgängig.
30906  Daher ist die Befehlssequenz im TeX-Modus:
30907 \end_layout
30908
30909 \begin_layout Standard
30910
30911 \series bold
30912
30913 \backslash
30914 makeatletter
30915 \begin_inset Newline newline
30916 \end_inset
30917
30918
30919 \backslash
30920 @addtoreset{equation}{section}
30921 \begin_inset Newline newline
30922 \end_inset
30923
30924
30925 \backslash
30926 makeatother
30927 \end_layout
30928
30929 \begin_layout Standard
30930 Im LaTeX-Vorspann können 
30931 \series bold
30932
30933 \backslash
30934 makeatletter
30935 \series default
30936  und 
30937 \series bold
30938
30939 \backslash
30940 makeatother
30941 \series default
30942  weggelassen werden, da LyX sie automatisch intern einfügt.
30943 \end_layout
30944
30945 \begin_layout Standard
30946 Um 
30947 \series bold
30948
30949 \backslash
30950 @addtoreset
30951 \series default
30952  rückgängig zu machen, muss die Datei 
30953 \series bold
30954 remreset.sty
30955 \series default
30956
30957 \begin_inset Foot
30958 status collapsed
30959
30960 \begin_layout Plain Layout
30961
30962 \series bold
30963 remreset
30964 \series default
30965  ist Teil des LaTeX-Paketes 
30966 \series bold
30967 carlisle
30968 \series default
30969
30970 \begin_inset Index idx
30971 status collapsed
30972
30973 \begin_layout Plain Layout
30974 Pakete ! carlisle
30975 \end_layout
30976
30977 \end_inset
30978
30979 , das Teil jeder LaTeX-Standardinstallation ist.
30980 \end_layout
30981
30982 \end_inset
30983
30984
30985 \begin_inset Index idx
30986 status collapsed
30987
30988 \begin_layout Plain Layout
30989 Pakete ! remreset
30990 \end_layout
30991
30992 \end_inset
30993
30994  im LaTeX-Vorspann mit der Zeile
30995 \end_layout
30996
30997 \begin_layout Standard
30998
30999 \series bold
31000
31001 \backslash
31002 usepackage{remreset}
31003 \end_layout
31004
31005 \begin_layout Standard
31006 geladen werden.
31007  Dann kann der Befehl 
31008 \series bold
31009
31010 \backslash
31011 @removefromreset
31012 \series default
31013
31014 \begin_inset Index idx
31015 status collapsed
31016
31017 \begin_layout Plain Layout
31018 Befehle ! 
31019 \begin_inset ERT
31020 status collapsed
31021
31022 \begin_layout Plain Layout
31023
31024 "
31025 \end_layout
31026
31027 \end_inset
31028
31029 @
31030 \begin_inset ERT
31031 status collapsed
31032
31033 \begin_layout Plain Layout
31034
31035 "
31036 \end_layout
31037
31038 \end_inset
31039
31040  ! 
31041 \backslash
31042
31043 \begin_inset ERT
31044 status collapsed
31045
31046 \begin_layout Plain Layout
31047
31048 "
31049 \end_layout
31050
31051 \end_inset
31052
31053 @
31054 \begin_inset ERT
31055 status collapsed
31056
31057 \begin_layout Plain Layout
31058
31059 "
31060 \end_layout
31061
31062 \end_inset
31063
31064 removefromreset
31065 \end_layout
31066
31067 \end_inset
31068
31069  mit dem selben Schema wie 
31070 \series bold
31071
31072 \backslash
31073 @addtoreset
31074 \series default
31075  benutzt werden.
31076 \end_layout
31077
31078 \begin_layout Standard
31079 \begin_inset VSpace bigskip
31080 \end_inset
31081
31082 Oftmals möchte man Formeln in folgender Art nummerieren:
31083 \end_layout
31084
31085 \begin_layout Standard
31086
31087 \family typewriter
31088 (Kapitelnummer.Formelnummer)
31089 \end_layout
31090
31091 \begin_layout Standard
31092 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
31093 \end_layout
31094
31095 \begin_layout Standard
31096 Für diesen Fall gibt es den Befehl 
31097 \series bold
31098
31099 \backslash
31100 numberwithin
31101 \series default
31102
31103 \begin_inset Index idx
31104 status collapsed
31105
31106 \begin_layout Plain Layout
31107 Befehle ! N ! 
31108 \backslash
31109 numberwithin
31110 \end_layout
31111
31112 \end_inset
31113
31114 , der nach folgendem Schema benutzt wird:
31115 \end_layout
31116
31117 \begin_layout Standard
31118
31119 \series bold
31120
31121 \backslash
31122 numberwithin{Zähler}{Gliederung}
31123 \end_layout
31124
31125 \begin_layout Standard
31126 Zähler gibt an, welche Nummerierung betroffen ist.
31127  Gliederung gibt an, welche Nummer vor dem Punkt steht.
31128 \end_layout
31129
31130 \begin_layout Standard
31131 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
31132  ein:
31133 \end_layout
31134
31135 \begin_layout Standard
31136
31137 \series bold
31138
31139 \backslash
31140 numberwithin{equation}{section}
31141 \end_layout
31142
31143 \begin_layout Standard
31144 Das ist das Ergebnis:
31145 \begin_inset ERT
31146 status collapsed
31147
31148 \begin_layout Plain Layout
31149
31150
31151 \backslash
31152 numberwithin{equation}{section}
31153 \end_layout
31154
31155 \end_inset
31156
31157
31158 \begin_inset Formula 
31159 \begin{equation}
31160 A+B=C
31161 \end{equation}
31162
31163 \end_inset
31164
31165
31166 \end_layout
31167
31168 \begin_layout Standard
31169 Möchte man z.
31170 \begin_inset space \thinspace{}
31171 \end_inset
31172
31173 B.
31174  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
31175  gibt man 
31176 \series bold
31177
31178 \backslash
31179 numberwithin{table}{part}
31180 \series default
31181  ein.
31182 \end_layout
31183
31184 \begin_layout Standard
31185 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
31186 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
31187  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
31188 \end_layout
31189
31190 \begin_layout Standard
31191
31192 \series bold
31193
31194 \backslash
31195 renewcommand{
31196 \backslash
31197 theequation}{
31198 \backslash
31199 arabic{equation}}
31200 \begin_inset Index idx
31201 status collapsed
31202
31203 \begin_layout Plain Layout
31204 Befehle ! A ! 
31205 \backslash
31206 arabic
31207 \end_layout
31208
31209 \end_inset
31210
31211
31212 \series default
31213
31214 \begin_inset ERT
31215 status collapsed
31216
31217 \begin_layout Plain Layout
31218
31219
31220 \backslash
31221 renewcommand{
31222 \backslash
31223 theequation}{
31224 \backslash
31225 arabic{equation}}
31226 \end_layout
31227
31228 \end_inset
31229
31230
31231 \series bold
31232
31233 \begin_inset Newline newline
31234 \end_inset
31235
31236
31237 \series default
31238 bzw.
31239 \series bold
31240
31241 \begin_inset Newline newline
31242 \end_inset
31243
31244
31245 \backslash
31246 renewcommand{
31247 \backslash
31248 thetable}{
31249 \backslash
31250 arabic{table}}
31251 \end_layout
31252
31253 \begin_layout Standard
31254
31255 \series bold
31256
31257 \backslash
31258 numberwithin
31259 \series default
31260  benutzt intern den oben beschriebenen Befehl 
31261 \series bold
31262
31263 \backslash
31264 @addtoreset
31265 \series default
31266 , der ebenfalls rückgängig gemacht werden muss.
31267 \begin_inset ERT
31268 status collapsed
31269
31270 \begin_layout Plain Layout
31271
31272
31273 \backslash
31274 makeatletter
31275 \end_layout
31276
31277 \begin_layout Plain Layout
31278
31279
31280 \backslash
31281 @removefromreset{equation}{section}
31282 \end_layout
31283
31284 \begin_layout Plain Layout
31285
31286
31287 \backslash
31288 makeatother
31289 \end_layout
31290
31291 \end_inset
31292
31293
31294 \end_layout
31295
31296 \begin_layout Subsection
31297 Nummerierung mit römischen Zahlen und Buchstaben
31298 \begin_inset Index idx
31299 status collapsed
31300
31301 \begin_layout Plain Layout
31302 Formelnummerierung ! mit Buchstaben
31303 \end_layout
31304
31305 \end_inset
31306
31307
31308 \begin_inset Index idx
31309 status collapsed
31310
31311 \begin_layout Plain Layout
31312 Formelnummerierung ! mit römischen Zahlen
31313 \end_layout
31314
31315 \end_inset
31316
31317
31318 \end_layout
31319
31320 \begin_layout Standard
31321 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
31322  werden.
31323  Um z.
31324 \begin_inset space \thinspace{}
31325 \end_inset
31326
31327 B.
31328  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
31329  TeX-Modus den Befehl
31330 \end_layout
31331
31332 \begin_layout Standard
31333
31334 \series bold
31335
31336 \backslash
31337 renewcommand{
31338 \backslash
31339 theequation}{
31340 \backslash
31341 roman{equation}}
31342 \end_layout
31343
31344 \begin_layout Standard
31345 ein.
31346  
31347 \series bold
31348
31349 \backslash
31350 renewcommand
31351 \series default
31352
31353 \begin_inset Index idx
31354 status collapsed
31355
31356 \begin_layout Plain Layout
31357 Befehle ! R ! 
31358 \backslash
31359 renewcommand
31360 \end_layout
31361
31362 \end_inset
31363
31364  weist dem vordefinierten Befehl 
31365 \series bold
31366
31367 \backslash
31368 theequation
31369 \series default
31370  den Befehl
31371 \begin_inset Newline linebreak
31372 \end_inset
31373
31374
31375 \series bold
31376
31377 \backslash
31378 roman{equation}
31379 \series default
31380  zu.
31381 \begin_inset Foot
31382 status collapsed
31383
31384 \begin_layout Plain Layout
31385 Der Befehl 
31386 \series bold
31387
31388 \backslash
31389 renewcommand
31390 \series default
31391  besitzt dasselbe Schema wie der in 
31392 \begin_inset CommandInset ref
31393 LatexCommand ref
31394 reference "sub:Der-Befehl-newcommand"
31395
31396 \end_inset
31397
31398  beschriebene Befehl
31399 \begin_inset Newline newline
31400 \end_inset
31401
31402
31403 \series bold
31404
31405 \backslash
31406 newcommand
31407 \series default
31408 .
31409 \end_layout
31410
31411 \end_inset
31412
31413  
31414 \series bold
31415 equation
31416 \series default
31417  ist der Formelzähler.
31418  Stellt man einem Zähler den Befehl 
31419 \series bold
31420
31421 \backslash
31422 the
31423 \series default
31424  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
31425  wird.
31426  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
31427  
31428 \series bold
31429
31430 \backslash
31431 theequation
31432 \series default
31433  hinter die Formel.
31434  
31435 \series bold
31436
31437 \backslash
31438 roman{equation}
31439 \begin_inset Index idx
31440 status collapsed
31441
31442 \begin_layout Plain Layout
31443 Befehle ! R ! 
31444 \backslash
31445 roman
31446 \end_layout
31447
31448 \end_inset
31449
31450
31451 \series default
31452  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Alle Formeln nach dem 
31457 \series bold
31458
31459 \backslash
31460 renewcommand
31461 \series default
31462 -Befehl werden nun römisch nummeriert.
31463  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
31464  den Befehl erneut ein, ersetzt aber 
31465 \series bold
31466
31467 \backslash
31468 roman
31469 \series default
31470  durch 
31471 \series bold
31472
31473 \backslash
31474 Roman
31475 \series default
31476
31477 \begin_inset Index idx
31478 status collapsed
31479
31480 \begin_layout Plain Layout
31481 Befehle ! R ! 
31482 \backslash
31483 roman@
31484 \backslash
31485 Roman
31486 \end_layout
31487
31488 \end_inset
31489
31490 .
31491  Für die 
31492 \begin_inset Quotes gld
31493 \end_inset
31494
31495 Nummerierung
31496 \begin_inset Quotes grd
31497 \end_inset
31498
31499  mit lateinischen Buchstaben gibt es den Befehl 
31500 \series bold
31501
31502 \backslash
31503 alph
31504 \series default
31505
31506 \begin_inset Index idx
31507 status collapsed
31508
31509 \begin_layout Plain Layout
31510 Befehle ! A ! 
31511 \backslash
31512 alph
31513 \end_layout
31514
31515 \end_inset
31516
31517  für kleine und 
31518 \series bold
31519
31520 \backslash
31521 Alph
31522 \series default
31523
31524 \begin_inset Index idx
31525 status collapsed
31526
31527 \begin_layout Plain Layout
31528 Befehle ! A ! 
31529 \backslash
31530 alph@
31531 \backslash
31532 Alph
31533 \end_layout
31534
31535 \end_inset
31536
31537  für große Buchstaben.
31538 \end_layout
31539
31540 \begin_layout Standard
31541 \begin_inset Note Greyedout
31542 status open
31543
31544 \begin_layout Plain Layout
31545
31546 \series bold
31547 Achtung:
31548 \series default
31549  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
31550  nummeriert werden.
31551 \end_layout
31552
31553 \end_inset
31554
31555
31556 \end_layout
31557
31558 \begin_layout Standard
31559 \begin_inset ERT
31560 status collapsed
31561
31562 \begin_layout Plain Layout
31563
31564
31565 \backslash
31566 renewcommand{
31567 \backslash
31568 theequation}{
31569 \backslash
31570 roman{equation}}
31571 \end_layout
31572
31573 \end_inset
31574
31575
31576 \end_layout
31577
31578 \begin_layout Standard
31579 \begin_inset Formula 
31580 \begin{equation}
31581 A=\textrm{römisch}
31582 \end{equation}
31583
31584 \end_inset
31585
31586
31587 \begin_inset ERT
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591
31592
31593 \backslash
31594 renewcommand{
31595 \backslash
31596 theequation}{
31597 \backslash
31598 Roman{equation}}
31599 \end_layout
31600
31601 \end_inset
31602
31603
31604 \begin_inset Formula 
31605 \begin{equation}
31606 B=\textrm{Römisch}\label{eq:Roem}
31607 \end{equation}
31608
31609 \end_inset
31610
31611
31612 \begin_inset ERT
31613 status collapsed
31614
31615 \begin_layout Plain Layout
31616
31617
31618 \backslash
31619 renewcommand{
31620 \backslash
31621 theequation}{
31622 \backslash
31623 alph{equation}}
31624 \end_layout
31625
31626 \end_inset
31627
31628
31629 \begin_inset Formula 
31630 \begin{equation}
31631 C=\textrm{lateinisch}
31632 \end{equation}
31633
31634 \end_inset
31635
31636
31637 \begin_inset ERT
31638 status collapsed
31639
31640 \begin_layout Plain Layout
31641
31642
31643 \backslash
31644 renewcommand{
31645 \backslash
31646 theequation}{
31647 \backslash
31648 Alph{equation}}
31649 \end_layout
31650
31651 \end_inset
31652
31653
31654 \begin_inset Formula 
31655 \begin{equation}
31656 D=\textrm{Lateinisch}\label{eq:Lat}
31657 \end{equation}
31658
31659 \end_inset
31660
31661
31662 \end_layout
31663
31664 \begin_layout Standard
31665 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
31666  ein:
31667 \end_layout
31668
31669 \begin_layout Standard
31670
31671 \series bold
31672
31673 \backslash
31674 renewcommand{
31675 \backslash
31676 theequation}{
31677 \backslash
31678 arabic{equation}}
31679 \begin_inset Index idx
31680 status collapsed
31681
31682 \begin_layout Plain Layout
31683 Befehle ! A ! 
31684 \backslash
31685 arabic
31686 \end_layout
31687
31688 \end_inset
31689
31690
31691 \end_layout
31692
31693 \begin_layout Standard
31694 \begin_inset ERT
31695 status collapsed
31696
31697 \begin_layout Plain Layout
31698
31699
31700 \backslash
31701 renewcommand{
31702 \backslash
31703 theequation}{
31704 \backslash
31705 arabic{equation}}
31706 \end_layout
31707
31708 \end_inset
31709
31710
31711 \begin_inset Formula 
31712 \begin{equation}
31713 E=\textrm{arabisch}
31714 \end{equation}
31715
31716 \end_inset
31717
31718
31719 \end_layout
31720
31721 \begin_layout Standard
31722 \begin_inset VSpace medskip
31723 \end_inset
31724
31725 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
31726 riert.
31727  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
31728  beginnen, müssen neue Formelzähler angelegt werden.
31729  Eine Beschreibung dazu findet man in der Datei 
31730 \begin_inset CommandInset href
31731 LatexCommand href
31732 name "Formelnummerierung.lyx"
31733 target "run:Formelnummerierung.lyx"
31734
31735 \end_inset
31736
31737 .
31738 \end_layout
31739
31740 \begin_layout Section
31741 Chemische Symbole und Reaktionsgleichungen
31742 \begin_inset CommandInset label
31743 LatexCommand label
31744 name "sub:Chemische-Symbole-und"
31745
31746 \end_inset
31747
31748
31749 \begin_inset Index idx
31750 status collapsed
31751
31752 \begin_layout Plain Layout
31753 chemische Zeichen ! Symbole
31754 \end_layout
31755
31756 \end_inset
31757
31758
31759 \begin_inset Index idx
31760 status collapsed
31761
31762 \begin_layout Plain Layout
31763 Reaktionsgleichungen
31764 \end_layout
31765
31766 \end_inset
31767
31768
31769 \begin_inset Index idx
31770 status collapsed
31771
31772 \begin_layout Plain Layout
31773 Symbole ! chemische
31774 \end_layout
31775
31776 \end_inset
31777
31778
31779 \end_layout
31780
31781 \begin_layout Standard
31782 Ein Beispieltext aus der Chemie:
31783 \end_layout
31784
31785 \begin_layout Quote
31786 Das 
31787 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
31788 \end_inset
31789
31790 -Ion verbindet sich mit zwei 
31791 \begin_inset Formula $\mathrm{Na^{+}}$
31792 \end_inset
31793
31794 -Ionen zu Natriumsulfat 
31795 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
31796 \end_inset
31797
31798 .
31799  Die Reaktionsgleichung dazu lautet:
31800 \begin_inset Formula 
31801 \begin{equation}
31802 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
31803 \end{equation}
31804
31805 \end_inset
31806
31807
31808 \end_layout
31809
31810 \begin_layout Standard
31811 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
31812  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
31813  in der Formel und wandelt diese mit der Tastenkombination 
31814 \family sans
31815 Alt+Z
31816 \begin_inset space ~
31817 \end_inset
31818
31819 R
31820 \family default
31821  in den aufrechten Schriftstil um.
31822 \begin_inset Foot
31823 status collapsed
31824
31825 \begin_layout Plain Layout
31826 Schriftstile siehe 
31827 \begin_inset CommandInset ref
31828 LatexCommand ref
31829 reference "sub:Schriftstile"
31830
31831 \end_inset
31832
31833
31834 \end_layout
31835
31836 \end_inset
31837
31838
31839 \end_layout
31840
31841 \begin_layout Standard
31842 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
31843 \series bold
31844  
31845 \backslash
31846 ce
31847 \series default
31848
31849 \begin_inset Index idx
31850 status collapsed
31851
31852 \begin_layout Plain Layout
31853 Befehle ! C ! 
31854 \backslash
31855 ce
31856 \end_layout
31857
31858 \end_inset
31859
31860  zu benutzen.
31861  Dieser ist verfügbar, wenn das LaTeX-Paket 
31862 \series bold
31863 mhchem
31864 \series default
31865
31866 \begin_inset Index idx
31867 status collapsed
31868
31869 \begin_layout Plain Layout
31870 Pakete ! mhchem
31871 \end_layout
31872
31873 \end_inset
31874
31875  installiert ist.
31876  Nachdem 
31877 \series bold
31878
31879 \backslash
31880 ce
31881 \series default
31882  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
31883  Formeln in intuitiver Weise eingegeben werden können.
31884 \end_layout
31885
31886 \begin_layout Standard
31887 \align center
31888 \begin_inset Tabular
31889 <lyxtabular version="3" rows="9" columns="2">
31890 <features tabularvalignment="middle">
31891 <column alignment="center" valignment="top" width="0">
31892 <column alignment="center" valignment="top" width="0">
31893 <row>
31894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31895 \begin_inset Text
31896
31897 \begin_layout Plain Layout
31898 Befehl
31899 \end_layout
31900
31901 \end_inset
31902 </cell>
31903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31904 \begin_inset Text
31905
31906 \begin_layout Plain Layout
31907 Ergebnis
31908 \begin_inset Note Note
31909 status collapsed
31910
31911 \begin_layout Plain Layout
31912
31913 \series bold
31914
31915 \backslash
31916 raisebox
31917 \series default
31918  dient nur als Abstandhalter.
31919 \end_layout
31920
31921 \end_inset
31922
31923
31924 \end_layout
31925
31926 \end_inset
31927 </cell>
31928 </row>
31929 <row>
31930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31931 \begin_inset Text
31932
31933 \begin_layout Plain Layout
31934
31935 \backslash
31936 ce
31937 \begin_inset ERT
31938 status collapsed
31939
31940 \begin_layout Plain Layout
31941
31942
31943 \backslash
31944 leer 
31945 \end_layout
31946
31947 \end_inset
31948
31949 H2CO3
31950 \end_layout
31951
31952 \end_inset
31953 </cell>
31954 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31955 \begin_inset Text
31956
31957 \begin_layout Plain Layout
31958 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
31959 \end_inset
31960
31961
31962 \end_layout
31963
31964 \end_inset
31965 </cell>
31966 </row>
31967 <row>
31968 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31969 \begin_inset Text
31970
31971 \begin_layout Plain Layout
31972
31973 \backslash
31974 ce
31975 \begin_inset ERT
31976 status collapsed
31977
31978 \begin_layout Plain Layout
31979
31980
31981 \backslash
31982 leer 
31983 \end_layout
31984
31985 \end_inset
31986
31987 SO4^2-
31988 \end_layout
31989
31990 \end_inset
31991 </cell>
31992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31993 \begin_inset Text
31994
31995 \begin_layout Plain Layout
31996 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
31997 \end_inset
31998
31999
32000 \end_layout
32001
32002 \end_inset
32003 </cell>
32004 </row>
32005 <row>
32006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32007 \begin_inset Text
32008
32009 \begin_layout Plain Layout
32010
32011 \backslash
32012 ce
32013 \begin_inset ERT
32014 status collapsed
32015
32016 \begin_layout Plain Layout
32017
32018
32019 \backslash
32020 leer 
32021 \end_layout
32022
32023 \end_inset
32024
32025 (NH4)2S
32026 \end_layout
32027
32028 \end_inset
32029 </cell>
32030 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32031 \begin_inset Text
32032
32033 \begin_layout Plain Layout
32034 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
32035 \end_inset
32036
32037
32038 \end_layout
32039
32040 \end_inset
32041 </cell>
32042 </row>
32043 <row>
32044 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32045 \begin_inset Text
32046
32047 \begin_layout Plain Layout
32048
32049 \backslash
32050 ce
32051 \begin_inset ERT
32052 status collapsed
32053
32054 \begin_layout Plain Layout
32055
32056
32057 \backslash
32058 leer 
32059 \end_layout
32060
32061 \end_inset
32062
32063 KCr(SO4)2.12H2O
32064 \end_layout
32065
32066 \end_inset
32067 </cell>
32068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32069 \begin_inset Text
32070
32071 \begin_layout Plain Layout
32072 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
32073 \end_inset
32074
32075
32076 \end_layout
32077
32078 \end_inset
32079 </cell>
32080 </row>
32081 <row>
32082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32083 \begin_inset Text
32084
32085 \begin_layout Plain Layout
32086
32087 \backslash
32088 ce
32089 \begin_inset ERT
32090 status collapsed
32091
32092 \begin_layout Plain Layout
32093
32094
32095 \backslash
32096 leer 
32097 \end_layout
32098
32099 \end_inset
32100
32101 A-B
32102 \backslash
32103 dbond
32104 \begin_inset ERT
32105 status collapsed
32106
32107 \begin_layout Plain Layout
32108
32109
32110 \backslash
32111 leer 
32112 \end_layout
32113
32114 \end_inset
32115
32116 C
32117 \backslash
32118 tbond
32119 \begin_inset ERT
32120 status collapsed
32121
32122 \begin_layout Plain Layout
32123
32124
32125 \backslash
32126 leer 
32127 \end_layout
32128
32129 \end_inset
32130
32131 D
32132 \end_layout
32133
32134 \end_inset
32135 </cell>
32136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32137 \begin_inset Text
32138
32139 \begin_layout Plain Layout
32140 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
32141 \end_inset
32142
32143
32144 \end_layout
32145
32146 \end_inset
32147 </cell>
32148 </row>
32149 <row>
32150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32151 \begin_inset Text
32152
32153 \begin_layout Plain Layout
32154
32155 \backslash
32156 ce
32157 \begin_inset ERT
32158 status collapsed
32159
32160 \begin_layout Plain Layout
32161
32162
32163 \backslash
32164 leer 
32165 \end_layout
32166
32167 \end_inset
32168
32169 ^227
32170 \begin_inset Formula $\downarrow$
32171 \end_inset
32172
32173 _90
32174 \begin_inset Formula $\to$
32175 \end_inset
32176
32177 Th+
32178 \end_layout
32179
32180 \end_inset
32181 </cell>
32182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32183 \begin_inset Text
32184
32185 \begin_layout Plain Layout
32186 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
32187 \end_inset
32188
32189
32190 \end_layout
32191
32192 \end_inset
32193 </cell>
32194 </row>
32195 <row>
32196 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32197 \begin_inset Text
32198
32199 \begin_layout Plain Layout
32200
32201 \backslash
32202 ce
32203 \begin_inset ERT
32204 status collapsed
32205
32206 \begin_layout Plain Layout
32207
32208
32209 \backslash
32210 leer 
32211 \end_layout
32212
32213 \end_inset
32214
32215 CO2
32216 \begin_inset ERT
32217 status collapsed
32218
32219 \begin_layout Plain Layout
32220
32221
32222 \backslash
32223 leer 
32224 \end_layout
32225
32226 \end_inset
32227
32228 +
32229 \begin_inset ERT
32230 status collapsed
32231
32232 \begin_layout Plain Layout
32233
32234
32235 \backslash
32236 leer 
32237 \end_layout
32238
32239 \end_inset
32240
32241 C
32242 \begin_inset ERT
32243 status collapsed
32244
32245 \begin_layout Plain Layout
32246
32247
32248 \backslash
32249 leer 
32250 \end_layout
32251
32252 \end_inset
32253
32254 <=>
32255 \begin_inset ERT
32256 status collapsed
32257
32258 \begin_layout Plain Layout
32259
32260
32261 \backslash
32262 leer 
32263 \end_layout
32264
32265 \end_inset
32266
32267 2CO
32268 \end_layout
32269
32270 \end_inset
32271 </cell>
32272 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32273 \begin_inset Text
32274
32275 \begin_layout Plain Layout
32276 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
32277 \end_inset
32278
32279
32280 \end_layout
32281
32282 \end_inset
32283 </cell>
32284 </row>
32285 <row>
32286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32287 \begin_inset Text
32288
32289 \begin_layout Plain Layout
32290
32291 \backslash
32292 ce
32293 \begin_inset ERT
32294 status collapsed
32295
32296 \begin_layout Plain Layout
32297
32298
32299 \backslash
32300 leer 
32301 \end_layout
32302
32303 \end_inset
32304
32305 CO2
32306 \begin_inset ERT
32307 status collapsed
32308
32309 \begin_layout Plain Layout
32310
32311
32312 \backslash
32313 leer 
32314 \end_layout
32315
32316 \end_inset
32317
32318 +
32319 \begin_inset ERT
32320 status collapsed
32321
32322 \begin_layout Plain Layout
32323
32324
32325 \backslash
32326 leer 
32327 \end_layout
32328
32329 \end_inset
32330
32331 C
32332 \begin_inset ERT
32333 status collapsed
32334
32335 \begin_layout Plain Layout
32336
32337
32338 \backslash
32339 leer 
32340 \end_layout
32341
32342 \end_inset
32343
32344 ->[
32345 \backslash
32346 alpha][
32347 \backslash
32348 beta]
32349 \begin_inset ERT
32350 status collapsed
32351
32352 \begin_layout Plain Layout
32353
32354
32355 \backslash
32356 leer 
32357 \end_layout
32358
32359 \end_inset
32360
32361 2CO}
32362 \end_layout
32363
32364 \end_inset
32365 </cell>
32366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32367 \begin_inset Text
32368
32369 \begin_layout Plain Layout
32370 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
32371 \end_inset
32372
32373
32374 \end_layout
32375
32376 \end_inset
32377 </cell>
32378 </row>
32379 </lyxtabular>
32380
32381 \end_inset
32382
32383
32384 \end_layout
32385
32386 \begin_layout Standard
32387 \begin_inset Note Greyedout
32388 status open
32389
32390 \begin_layout Plain Layout
32391
32392 \series bold
32393 Achtung:
32394 \series default
32395  Wenn eine Formel in eine 
32396 \series bold
32397
32398 \backslash
32399 ce
32400 \series default
32401 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
32402  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
32403 \begin_inset space \thinspace{}
32404 \end_inset
32405
32406 B.
32407  für 
32408 \series bold
32409
32410 \backslash
32411 ce{$
32412 \backslash
32413 mu
32414 \backslash
32415 hyphen$Cl}
32416 \series default
32417
32418 \begin_inset ERT
32419 status collapsed
32420
32421 \begin_layout Plain Layout
32422
32423
32424 \backslash
32425 ce{$
32426 \backslash
32427 mu
32428 \backslash
32429 hyphen$Cl}
32430 \end_layout
32431
32432 \end_inset
32433
32434  
32435 \end_layout
32436
32437 \end_inset
32438
32439
32440 \end_layout
32441
32442 \begin_layout Standard
32443 Wird 
32444 \series bold
32445
32446 \backslash
32447 ce
32448 \series default
32449  benutzt, lautet der Befehl für Gleichung
32450 \begin_inset space ~
32451 \end_inset
32452
32453
32454 \begin_inset CommandInset ref
32455 LatexCommand eqref
32456 reference "eq:chemische-Reaktion"
32457
32458 \end_inset
32459
32460 :
32461 \begin_inset Newline newline
32462 \end_inset
32463
32464
32465 \series bold
32466  
32467 \backslash
32468 ce
32469 \series default
32470
32471 \begin_inset ERT
32472 status collapsed
32473
32474 \begin_layout Plain Layout
32475
32476
32477 \backslash
32478 leer 
32479 \end_layout
32480
32481 \end_inset
32482
32483
32484 \series bold
32485 2Na+
32486 \series default
32487
32488 \begin_inset ERT
32489 status collapsed
32490
32491 \begin_layout Plain Layout
32492
32493
32494 \backslash
32495 leer 
32496 \end_layout
32497
32498 \end_inset
32499
32500
32501 \series bold
32502 +
32503 \series default
32504
32505 \begin_inset ERT
32506 status collapsed
32507
32508 \begin_layout Plain Layout
32509
32510
32511 \backslash
32512 leer 
32513 \end_layout
32514
32515 \end_inset
32516
32517
32518 \series bold
32519 SO4^2-
32520 \series default
32521
32522 \begin_inset ERT
32523 status collapsed
32524
32525 \begin_layout Plain Layout
32526
32527
32528 \backslash
32529 leer 
32530 \end_layout
32531
32532 \end_inset
32533
32534
32535 \begin_inset ERT
32536 status collapsed
32537
32538 \begin_layout Plain Layout
32539
32540
32541 \backslash
32542 leer 
32543 \end_layout
32544
32545 \end_inset
32546
32547
32548 \series bold
32549 ->
32550 \series default
32551
32552 \begin_inset ERT
32553 status collapsed
32554
32555 \begin_layout Plain Layout
32556
32557
32558 \backslash
32559 leer 
32560 \end_layout
32561
32562 \end_inset
32563
32564
32565 \series bold
32566 Na2SO4
32567 \end_layout
32568
32569 \begin_layout Standard
32570 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
32571  Formel erstellt, wie in 
32572 \begin_inset CommandInset ref
32573 LatexCommand ref
32574 reference "sec:Mehrzeilige-Formeln"
32575
32576 \end_inset
32577
32578  beschrieben.
32579  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
32580 \series bold
32581
32582 \backslash
32583 ce
32584 \series default
32585  verwendet.
32586  
32587 \begin_inset CommandInset ref
32588 LatexCommand eqref
32589 reference "eq:TEOS-Reaktion-1"
32590
32591 \end_inset
32592
32593  und 
32594 \begin_inset CommandInset ref
32595 LatexCommand eqref
32596 reference "eq:TEOS-Reaktion-2"
32597
32598 \end_inset
32599
32600  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
32601  Gleichung eine eigene Nummer hat.
32602 \begin_inset Formula 
32603 \begin{eqnarray}
32604 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
32605 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
32606 \end{eqnarray}
32607
32608 \end_inset
32609
32610
32611 \end_layout
32612
32613 \begin_layout Standard
32614 Außer 
32615 \series bold
32616
32617 \backslash
32618 ce
32619 \series default
32620  bietet das Paket 
32621 \series bold
32622 mhchem
32623 \series default
32624  noch den Befehl 
32625 \series bold
32626
32627 \backslash
32628 cf
32629 \series default
32630
32631 \begin_inset Index idx
32632 status collapsed
32633
32634 \begin_layout Plain Layout
32635 Befehle ! C ! 
32636 \backslash
32637 cf
32638 \end_layout
32639
32640 \end_inset
32641
32642  für spezielle Fälle.
32643  Mehr über 
32644 \series bold
32645
32646 \backslash
32647 cf
32648 \series default
32649  und weitere Beispiele sind in der Dokumentation von 
32650 \series bold
32651 mhchem
32652 \series default
32653  zu finden, 
32654 \begin_inset CommandInset citation
32655 LatexCommand cite
32656 key "mhchem"
32657
32658 \end_inset
32659
32660 .
32661 \end_layout
32662
32663 \begin_layout Section
32664 Diagramme
32665 \end_layout
32666
32667 \begin_layout Standard
32668 LyX unterstützt zwei Typen kommutativer Diagramme: 
32669 \series bold
32670 amscd
32671 \series default
32672  und 
32673 \series bold
32674 xymatrix
32675 \series default
32676 , die im Folgenden erläutert sind.
32677 \end_layout
32678
32679 \begin_layout Subsection
32680 amscd Diagramme
32681 \begin_inset Index idx
32682 status collapsed
32683
32684 \begin_layout Plain Layout
32685 Diagramme ! amscd
32686 \end_layout
32687
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \begin_layout Standard
32694 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
32695  Linien oder Pfeilen dar:
32696 \begin_inset Formula 
32697 \[
32698 \begin{CD}A@>>>B@>>>C\\
32699 @AAA@.@VVV\\
32700 F@<<<E@<<<D
32701 \end{CD}
32702 \]
32703
32704 \end_inset
32705
32706
32707 \end_layout
32708
32709 \begin_layout Standard
32710 Um sie zu erstellen, gibt man in einer Formel den Befehl 
32711 \series bold
32712
32713 \backslash
32714 CD
32715 \begin_inset Index idx
32716 status collapsed
32717
32718 \begin_layout Plain Layout
32719 Befehle ! C ! 
32720 \backslash
32721 CD
32722 \end_layout
32723
32724 \end_inset
32725
32726
32727 \series default
32728  ein.
32729  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
32730  man die weiteren Befehle eingibt.
32731  Mit 
32732 \series bold
32733
32734 \begin_inset ERT
32735 status collapsed
32736
32737 \begin_layout Plain Layout
32738
32739
32740 \backslash
32741 mbox{
32742 \end_layout
32743
32744 \end_inset
32745
32746
32747 \family sans
32748 \series default
32749 Strg+Enter
32750 \family default
32751 \series bold
32752
32753 \begin_inset ERT
32754 status collapsed
32755
32756 \begin_layout Plain Layout
32757
32758 }
32759 \end_layout
32760
32761 \end_inset
32762
32763
32764 \series default
32765  wird eine neue Zeile erstellt.
32766  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
32767  Zeilen der Formel eingegeben.
32768 \end_layout
32769
32770 \begin_layout Standard
32771 Zum Erstellen der Beziehungen gibt es folgende Befehle:
32772 \end_layout
32773
32774 \begin_layout Itemize
32775
32776 \series bold
32777 @<<<
32778 \series default
32779  erstellt einen Linkspfeil, 
32780 \series bold
32781 @>>>
32782 \series default
32783  einen Rechtspfeil und 
32784 \series bold
32785 @=
32786 \series default
32787  ein langes Gleichheitszeichen
32788 \end_layout
32789
32790 \begin_layout Itemize
32791
32792 \series bold
32793 @AAA
32794 \series default
32795  erstellt einen Pfeil nach oben, 
32796 \series bold
32797 @VVV
32798 \series default
32799  einen Pfeil nach unten und 
32800 \series bold
32801 @|
32802 \series default
32803  ein senkrechtes Gleichheitszeichen
32804 \end_layout
32805
32806 \begin_layout Itemize
32807
32808 \series bold
32809 @.
32810
32811 \series default
32812  dient als Platzhalter für nicht vorhandene Beziehungen
32813 \end_layout
32814
32815 \begin_layout Standard
32816 Alle Pfeile sind wie folgt beschriftbar:
32817 \end_layout
32818
32819 \begin_layout Itemize
32820 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
32821  > Text eingegeben, erscheint er über dem Pfeil.
32822  Wird der Text zwischen dem zweiten und dritten < bzw.
32823  > eingegeben, erscheint er unter dem Pfeil.
32824 \end_layout
32825
32826 \begin_layout Itemize
32827 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
32828  V eingegeben, erscheint er links neben dem Pfeil.
32829  Bei Eingabe zwischen zweitem und drittem A bzw.
32830  V erscheint er rechts daneben.
32831  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
32832  gesetzt werden.
32833 \end_layout
32834
32835 \begin_layout Standard
32836 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
32837 \end_layout
32838
32839 \begin_layout Standard
32840 \begin_inset Formula 
32841 \[
32842 \begin{CD}A@>j>>B@>>k>C@=F\\
32843 @AmAA@.@VV{V}V@|\\
32844 D@<<j<E@>k>>F@=C
32845 \end{CD}
32846 \]
32847
32848 \end_inset
32849
32850
32851 \end_layout
32852
32853 \begin_layout Standard
32854 Der Befehl dazu lautet:
32855 \begin_inset Newline newline
32856 \end_inset
32857
32858
32859 \series bold
32860
32861 \backslash
32862 CD
32863 \begin_inset ERT
32864 status collapsed
32865
32866 \begin_layout Plain Layout
32867
32868
32869 \backslash
32870 leer 
32871 \end_layout
32872
32873 \end_inset
32874
32875 A@>j>>B@>>k>C@=F Strg+Enter
32876 \begin_inset Newline newline
32877 \end_inset
32878
32879
32880 \begin_inset Phantom HPhantom
32881 status open
32882
32883 \begin_layout Plain Layout
32884
32885 \series bold
32886
32887 \backslash
32888 CD
32889 \begin_inset ERT
32890 status collapsed
32891
32892 \begin_layout Plain Layout
32893
32894
32895 \backslash
32896 leer 
32897 \end_layout
32898
32899 \end_inset
32900
32901
32902 \end_layout
32903
32904 \end_inset
32905
32906 @AmAA@.@VV
32907 \backslash
32908 {V
32909 \series default
32910
32911 \begin_inset Formula $\to$
32912 \end_inset
32913
32914
32915 \series bold
32916 V@| Strg+Enter
32917 \begin_inset Newline newline
32918 \end_inset
32919
32920
32921 \begin_inset Phantom HPhantom
32922 status open
32923
32924 \begin_layout Plain Layout
32925
32926 \series bold
32927
32928 \backslash
32929 CD
32930 \begin_inset ERT
32931 status collapsed
32932
32933 \begin_layout Plain Layout
32934
32935
32936 \backslash
32937 leer 
32938 \end_layout
32939
32940 \end_inset
32941
32942
32943 \end_layout
32944
32945 \end_inset
32946
32947 D@<<j<E@>k>>F@=C
32948 \end_layout
32949
32950 \begin_layout Subsection
32951 xymatrix Diagramme
32952 \begin_inset Index idx
32953 status collapsed
32954
32955 \begin_layout Plain Layout
32956 Diagramme ! xymatrix
32957 \end_layout
32958
32959 \end_inset
32960
32961
32962 \end_layout
32963
32964 \begin_layout Standard
32965 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
32966 \series bold
32967 xypic
32968 \series default
32969  installiert sein.
32970  Eine Xymatrix wird erstellt, indem der Befehl 
32971 \series bold
32972
32973 \backslash
32974 xymatrix
32975 \series default
32976  in eine Formel eingegeben wird.
32977  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
32978  hinzufügen, siehe 
32979 \begin_inset CommandInset ref
32980 LatexCommand ref
32981 reference "sec:Matrizen"
32982
32983 \end_inset
32984
32985 .
32986 \end_layout
32987
32988 \begin_layout Standard
32989 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
32990  gekrümmte Pfeile und vieles mehr.
32991  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
32992  sind im Detail im 
32993 \emph on
32994 XY-pic-Handbuch
32995 \emph default
32996  erklärt, dass im Menü 
32997 \family sans
32998 Hilfe\SpecialChar \menuseparator
32999 Spezielle
33000 \begin_inset space ~
33001 \end_inset
33002
33003 Handbücher
33004 \family default
33005  zu finden ist.
33006 \end_layout
33007
33008 \begin_layout Subsection
33009
33010 \noun on
33011 Feynman
33012 \noun default
33013  Diagramme
33014 \begin_inset Index idx
33015 status collapsed
33016
33017 \begin_layout Plain Layout
33018 Diagramme ! Feynman
33019 \end_layout
33020
33021 \end_inset
33022
33023
33024 \end_layout
33025
33026 \begin_layout Standard
33027 Um 
33028 \noun on
33029 Feynman-
33030 \noun default
33031 Diagrammen nutzen zu können, muss das LaTeX-Paket 
33032 \series bold
33033 feyn
33034 \series default
33035  installiert sein.
33036  Ein 
33037 \noun on
33038 Feynman-
33039 \noun default
33040 Diagramm wird erstellt, indem der Befehl 
33041 \series bold
33042
33043 \backslash
33044 Diagram
33045 \series default
33046  in eine Formel eingegeben wird.
33047  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
33048  hinzufügen, siehe 
33049 \begin_inset CommandInset ref
33050 LatexCommand ref
33051 reference "sec:Matrizen"
33052
33053 \end_inset
33054
33055 .
33056 \end_layout
33057
33058 \begin_layout Standard
33059 Beispiele wie man in LyX 
33060 \noun on
33061 Feynman-
33062 \noun default
33063 Diagramme erstellt sind im 
33064 \emph on
33065 Feynman-Diagramm Handbuch
33066 \emph default
33067  gegeben, dass im Menü 
33068 \family sans
33069 Hilfe\SpecialChar \menuseparator
33070 Spezielle
33071 \begin_inset space ~
33072 \end_inset
33073
33074 Handbücher
33075 \family default
33076  zu finden ist.
33077 \end_layout
33078
33079 \begin_layout Section
33080 Benutzerdefinierte Befehle
33081 \begin_inset CommandInset label
33082 LatexCommand label
33083 name "sec:Benutzerdefinierte-Befehle"
33084
33085 \end_inset
33086
33087
33088 \begin_inset Index idx
33089 status collapsed
33090
33091 \begin_layout Plain Layout
33092 benutzerdefinierte Befehle
33093 \end_layout
33094
33095 \end_inset
33096
33097
33098 \end_layout
33099
33100 \begin_layout Standard
33101 \begin_inset Note Greyedout
33102 status open
33103
33104 \begin_layout Plain Layout
33105
33106 \series bold
33107 Achtung: 
33108 \series default
33109 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
33110 n Buchstaben bestehen.
33111 \end_layout
33112
33113 \end_inset
33114
33115
33116 \end_layout
33117
33118 \begin_layout Subsection
33119 Der Befehl 
33120 \backslash
33121 newcommand
33122 \begin_inset CommandInset label
33123 LatexCommand label
33124 name "sub:Der-Befehl-newcommand"
33125
33126 \end_inset
33127
33128
33129 \begin_inset Index idx
33130 status collapsed
33131
33132 \begin_layout Plain Layout
33133 benutzerdefinierte Befehle ! 
33134 \backslash
33135 newcommand
33136 \end_layout
33137
33138 \end_inset
33139
33140
33141 \begin_inset Index idx
33142 status collapsed
33143
33144 \begin_layout Plain Layout
33145 Befehle ! N ! 
33146 \backslash
33147 newcommand
33148 \end_layout
33149
33150 \end_inset
33151
33152
33153 \end_layout
33154
33155 \begin_layout Standard
33156 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
33157  Man kann sich aber mit dem Befehl 
33158 \series bold
33159
33160 \backslash
33161 newcommand
33162 \series default
33163  neue kürzere Befehle definieren.
33164 \end_layout
33165
33166 \begin_layout Standard
33167 Das Befehlsschema von 
33168 \series bold
33169
33170 \backslash
33171 newcommand
33172 \series default
33173  lautet:
33174 \end_layout
33175
33176 \begin_layout Standard
33177
33178 \series bold
33179
33180 \backslash
33181 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
33182 \series default
33183  
33184 \series bold
33185 Wert]
33186 \begin_inset Newline newline
33187 \end_inset
33188
33189
33190 \begin_inset Phantom HPhantom
33191 status open
33192
33193 \begin_layout Plain Layout
33194
33195 \series bold
33196
33197 \backslash
33198 newcommand
33199 \end_layout
33200
33201 \end_inset
33202
33203 {Befehlsdefinition}
33204 \end_layout
33205
33206 \begin_layout Standard
33207 \begin_inset Note Greyedout
33208 status open
33209
33210 \begin_layout Plain Layout
33211
33212 \series bold
33213 Achtung:
33214 \series default
33215  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
33216  oder von benutzten LaTeX-Paketen verwendet wird.
33217  Definiert man beispielsweise für 
33218 \series bold
33219
33220 \backslash
33221 Leftarrow
33222 \series default
33223  den Befehl 
33224 \series bold
33225
33226 \backslash
33227 le
33228 \series default
33229 , erhält man eine Fehlermeldung, denn 
33230 \series bold
33231
33232 \backslash
33233 le
33234 \series default
33235  ist schon für 
33236 \begin_inset Quotes gld
33237 \end_inset
33238
33239
33240 \begin_inset Formula $\le$
33241 \end_inset
33242
33243
33244 \begin_inset Quotes grd
33245 \end_inset
33246
33247  definiert.
33248 \end_layout
33249
33250 \end_inset
33251
33252
33253 \end_layout
33254
33255 \begin_layout Standard
33256 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
33257 \begin_inset space \thinspace{}
33258 \end_inset
33259
33260 -
33261 \begin_inset space \thinspace{}
33262 \end_inset
33263
33264 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
33265  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
33266  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
33267 \emph on
33268 erste
33269 \emph default
33270  Argument des neuen Befehls ein optionales ist.
33271 \end_layout
33272
33273 \begin_layout Standard
33274 Es folgen einige Beispiele:
33275 \end_layout
33276
33277 \begin_layout Itemize
33278 Will man für 
33279 \series bold
33280
33281 \backslash
33282 Longrightarrow
33283 \series default
33284  den Befehl 
33285 \series bold
33286
33287 \backslash
33288 gr
33289 \series default
33290  definieren, lautet die LaTeX-Vor\SpecialChar \-
33291 spannzeile:
33292 \begin_inset VSpace medskip
33293 \end_inset
33294
33295
33296 \begin_inset Newline newline
33297 \end_inset
33298
33299
33300 \series bold
33301
33302 \backslash
33303 newcommand{
33304 \backslash
33305 gr}{
33306 \backslash
33307 Longrightarrow}
33308 \end_layout
33309
33310 \begin_layout Itemize
33311 Um für den Befehl 
33312 \series bold
33313
33314 \backslash
33315 underline
33316 \series default
33317  den Befehl 
33318 \series bold
33319
33320 \backslash
33321 us
33322 \series default
33323  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
33324  werden.
33325  Dazu sieht die Vorspannzeile wie folgt aus:
33326 \begin_inset VSpace medskip
33327 \end_inset
33328
33329
33330 \begin_inset Newline newline
33331 \end_inset
33332
33333
33334 \series bold
33335
33336 \backslash
33337 newcommand{
33338 \backslash
33339 us}[1]{
33340 \backslash
33341 underline{#1}}
33342 \series default
33343
33344 \begin_inset VSpace medskip
33345 \end_inset
33346
33347
33348 \begin_inset Newline newline
33349 \end_inset
33350
33351 Das Zeichen 
33352 \series bold
33353 #
33354 \series default
33355  fungiert als Argumentplatzhalter, die 
33356 \series bold
33357 1
33358 \series default
33359  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
33360 \end_layout
33361
33362 \begin_layout Itemize
33363 Für 
33364 \series bold
33365
33366 \backslash
33367 framebox
33368 \series default
33369  kann man z.
33370 \begin_inset space \thinspace{}
33371 \end_inset
33372
33373 B.
33374  den Befehl 
33375 \series bold
33376
33377 \backslash
33378 fb
33379 \series default
33380  definieren:
33381 \begin_inset VSpace medskip
33382 \end_inset
33383
33384
33385 \begin_inset Newline newline
33386 \end_inset
33387
33388
33389 \series bold
33390
33391 \backslash
33392 newcommand{
33393 \backslash
33394 fb}[3]{
33395 \backslash
33396 framebox#1#2{$#3$}}
33397 \series default
33398
33399 \begin_inset VSpace medskip
33400 \end_inset
33401
33402
33403 \begin_inset Newline newline
33404 \end_inset
33405
33406 Die beiden Dollarzeichen erstellen hierbei die für 
33407 \series bold
33408
33409 \backslash
33410 framebox
33411 \series default
33412  geforderte weitere Formel, siehe 
33413 \begin_inset CommandInset ref
33414 LatexCommand ref
33415 reference "sub:Boxen-mit-Rahmen"
33416
33417 \end_inset
33418
33419 .
33420 \end_layout
33421
33422 \begin_layout Itemize
33423 Um einen neuen Befehl für 
33424 \series bold
33425
33426 \backslash
33427 fcolorbox
33428 \series default
33429  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
33430  definiert man das Argument für die Farbe als optional:
33431 \begin_inset VSpace medskip
33432 \end_inset
33433
33434
33435 \begin_inset Newline newline
33436 \end_inset
33437
33438
33439 \series bold
33440
33441 \backslash
33442 newcommand{
33443 \backslash
33444 cb}[3][white]{
33445 \backslash
33446 fcolorbox{#2}{#1}{$#3$}}
33447 \series default
33448
33449 \begin_inset VSpace medskip
33450 \end_inset
33451
33452
33453 \begin_inset Newline newline
33454 \end_inset
33455
33456 Gibt man bei der Verwendung von 
33457 \series bold
33458
33459 \backslash
33460 cb
33461 \series default
33462  die Farbe nicht an, wird die voreingestellte Farbe 
33463 \series bold
33464 white
33465 \series default
33466  verwendet.
33467 \end_layout
33468
33469 \begin_layout Standard
33470 Ein Test der neu definierten Befehle:
33471 \end_layout
33472
33473 \begin_layout Standard
33474 \align center
33475 \begin_inset Tabular
33476 <lyxtabular version="3" rows="6" columns="2">
33477 <features tabularvalignment="middle">
33478 <column alignment="center" valignment="top" width="0">
33479 <column alignment="center" valignment="top" width="0">
33480 <row>
33481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33482 \begin_inset Text
33483
33484 \begin_layout Plain Layout
33485 Befehl
33486 \end_layout
33487
33488 \end_inset
33489 </cell>
33490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33491 \begin_inset Text
33492
33493 \begin_layout Plain Layout
33494 Ergebnis
33495 \begin_inset Note Note
33496 status collapsed
33497
33498 \begin_layout Plain Layout
33499
33500 \series bold
33501
33502 \backslash
33503 raisebox
33504 \series default
33505  dient nur als Abstandhalter.
33506 \end_layout
33507
33508 \end_inset
33509
33510
33511 \end_layout
33512
33513 \end_inset
33514 </cell>
33515 </row>
33516 <row>
33517 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33518 \begin_inset Text
33519
33520 \begin_layout Plain Layout
33521 A
33522 \backslash
33523 gr
33524 \begin_inset ERT
33525 status collapsed
33526
33527 \begin_layout Plain Layout
33528
33529
33530 \backslash
33531 leer 
33532 \end_layout
33533
33534 \end_inset
33535
33536 B
33537 \end_layout
33538
33539 \end_inset
33540 </cell>
33541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33542 \begin_inset Text
33543
33544 \begin_layout Plain Layout
33545 \begin_inset Formula $A\gr B$
33546 \end_inset
33547
33548
33549 \end_layout
33550
33551 \end_inset
33552 </cell>
33553 </row>
33554 <row>
33555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33556 \begin_inset Text
33557
33558 \begin_layout Plain Layout
33559
33560 \backslash
33561 us{ABcd
33562 \end_layout
33563
33564 \end_inset
33565 </cell>
33566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33567 \begin_inset Text
33568
33569 \begin_layout Plain Layout
33570 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
33571 \end_inset
33572
33573
33574 \end_layout
33575
33576 \end_inset
33577 </cell>
33578 </row>
33579 <row>
33580 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33581 \begin_inset Text
33582
33583 \begin_layout Plain Layout
33584
33585 \backslash
33586 fb{[2cm]
33587 \begin_inset Formula $\to$
33588 \end_inset
33589
33590
33591 \backslash
33592 {
33593 \begin_inset Formula $\to$
33594 \end_inset
33595
33596
33597 \backslash
33598 {
33599 \backslash
33600 int
33601 \begin_inset ERT
33602 status collapsed
33603
33604 \begin_layout Plain Layout
33605
33606
33607 \backslash
33608 leer 
33609 \end_layout
33610
33611 \end_inset
33612
33613 A=B
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
33623 \end_inset
33624
33625
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 </row>
33631 <row>
33632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636
33637 \backslash
33638 cb{red
33639 \begin_inset Formula $\to$
33640 \end_inset
33641
33642
33643 \backslash
33644 {
33645 \backslash
33646 int
33647 \begin_inset ERT
33648 status collapsed
33649
33650 \begin_layout Plain Layout
33651
33652
33653 \backslash
33654 leer 
33655 \end_layout
33656
33657 \end_inset
33658
33659 A=B
33660 \end_layout
33661
33662 \end_inset
33663 </cell>
33664 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33665 \begin_inset Text
33666
33667 \begin_layout Plain Layout
33668 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
33669 \end_inset
33670
33671
33672 \end_layout
33673
33674 \end_inset
33675 </cell>
33676 </row>
33677 <row>
33678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33679 \begin_inset Text
33680
33681 \begin_layout Plain Layout
33682
33683 \backslash
33684 cb[green]
33685 \backslash
33686 {red
33687 \begin_inset Formula $\to$
33688 \end_inset
33689
33690
33691 \backslash
33692 {
33693 \backslash
33694 int
33695 \begin_inset ERT
33696 status collapsed
33697
33698 \begin_layout Plain Layout
33699
33700
33701 \backslash
33702 leer 
33703 \end_layout
33704
33705 \end_inset
33706
33707 A=B
33708 \end_layout
33709
33710 \end_inset
33711 </cell>
33712 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33713 \begin_inset Text
33714
33715 \begin_layout Plain Layout
33716 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
33717 \end_inset
33718
33719
33720 \end_layout
33721
33722 \end_inset
33723 </cell>
33724 </row>
33725 </lyxtabular>
33726
33727 \end_inset
33728
33729
33730 \end_layout
33731
33732 \begin_layout Subsection
33733 Mathe-Makros
33734 \begin_inset Index idx
33735 status collapsed
33736
33737 \begin_layout Plain Layout
33738 benutzerdefinierte Befehle ! Mathe-Makros
33739 \end_layout
33740
33741 \end_inset
33742
33743
33744 \begin_inset Index idx
33745 status collapsed
33746
33747 \begin_layout Plain Layout
33748 Makros
33749 \end_layout
33750
33751 \end_inset
33752
33753
33754 \end_layout
33755
33756 \begin_layout Standard
33757 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
33758  Hat man es in einem Dokument z.
33759 \begin_inset space \thinspace{}
33760 \end_inset
33761
33762 B.
33763  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
33764  auf.
33765  Die allgemeine Form einer quadratischen Gleichung ist
33766 \begin_inset Formula 
33767 \[
33768 0=\lambda^{2}+p\lambda+q
33769 \]
33770
33771 \end_inset
33772
33773 Die allgemeine Form der Lösung lautet
33774 \begin_inset Formula 
33775 \[
33776 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
33777 \]
33778
33779 \end_inset
33780
33781
33782 \end_layout
33783
33784 \begin_layout Standard
33785 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
33786  drei Parameter 
33787 \begin_inset Formula $\lambda$
33788 \end_inset
33789
33790
33791 \begin_inset Formula $p$
33792 \end_inset
33793
33794  und 
33795 \begin_inset Formula $q$
33796 \end_inset
33797
33798  angegeben werden müssen und der Index von 
33799 \begin_inset Formula $\lambda$
33800 \end_inset
33801
33802  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
33803 \begin_inset Newline newline
33804 \end_inset
33805
33806
33807 \series bold
33808
33809 \backslash
33810 newcommand{
33811 \backslash
33812 qG}[4][1,
33813 \backslash
33814 ,2]{#2_{#1}=-
33815 \backslash
33816 frac{#3}{2}
33817 \backslash
33818 pm
33819 \begin_inset Newline newline
33820 \end_inset
33821
33822
33823 \begin_inset Phantom HPhantom
33824 status open
33825
33826 \begin_layout Plain Layout
33827
33828 \series bold
33829
33830 \backslash
33831 newcommand
33832 \end_layout
33833
33834 \end_inset
33835
33836
33837 \backslash
33838 sqrt{
33839 \backslash
33840 frac{#3^{2}}{4}-#4}}
33841 \end_layout
33842
33843 \begin_layout Standard
33844 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
33845  
33846 \begin_inset Newline newline
33847 \end_inset
33848
33849
33850 \series bold
33851
33852 \backslash
33853 qG{
33854 \backslash
33855 lambda
33856 \begin_inset Formula $\to$
33857 \end_inset
33858
33859
33860 \backslash
33861 {p
33862 \begin_inset Formula $\to$
33863 \end_inset
33864
33865
33866 \backslash
33867 {q 
33868 \series default
33869 ein.
33870 \end_layout
33871
33872 \begin_layout Standard
33873 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
33874  aller verwendeten LaTeX-Befehle kennen, z.
33875 \begin_inset space \thinspace{}
33876 \end_inset
33877
33878 B.
33879  dass ein Bruch in LaTeX mit 
33880 \series bold
33881
33882 \backslash
33883 frac{Zähler}
33884 \begin_inset Newline linebreak
33885 \end_inset
33886
33887 {Nenner}
33888 \series default
33889  eingegeben wird.
33890  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
33891  in LyX nicht sehen, was der neue Befehl macht.
33892  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
33893  Mathe-Makros statt den Befehl 
33894 \series bold
33895
33896 \backslash
33897 newcommand
33898 \series default
33899  zu verwenden.
33900 \end_layout
33901
33902 \begin_layout Standard
33903 Ein Mathe-Makro wird erstellt, indem man das Menü 
33904 \family sans
33905 Einfügen\SpecialChar \menuseparator
33906 Mathe\SpecialChar \menuseparator
33907 Makro
33908 \family default
33909  oder den Werkzeugleistenknopf 
33910 \begin_inset Graphics
33911         filename ../../images/math-macro_newmacroname_newcommand.png
33912         scale 85
33913
33914 \end_inset
33915
33916  verwendet.
33917  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
33918  Makro definiert wird:
33919 \begin_inset Newline newline
33920 \end_inset
33921
33922
33923 \begin_inset space \hspace*{\fill}
33924 \end_inset
33925
33926
33927 \begin_inset Graphics
33928         filename ../clipart/macrobox.png
33929
33930 \end_inset
33931
33932
33933 \begin_inset space \hspace*{\fill}
33934 \end_inset
33935
33936
33937 \begin_inset Newline newline
33938 \end_inset
33939
33940
33941 \begin_inset FormulaMacro
33942 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
33943 \end_inset
33944
33945
33946 \backslash
33947 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
33948  geändert werden sollte.
33949  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
33950  Einen Argumentplatzhalter fügt man mit dem Befehl 
33951 \series bold
33952
33953 \backslash
33954 #Argumentnummer
33955 \series default
33956  ein, z.
33957 \begin_inset space \thinspace{}
33958 \end_inset
33959
33960 B.
33961  
33962 \series bold
33963
33964 \backslash
33965 #1
33966 \series default
33967  oder man verwendet den Makro-Werkzeugleistenknopf 
33968 \begin_inset Graphics
33969         filename ../../images/math-macro-add-param.png
33970         scale 85
33971
33972 \end_inset
33973
33974 .
33975  Argumentplatzhalter werden rot dargestellt.
33976  Es sind maximal 9 Argumente möglich.
33977  Optionale Argumente werden mit dem Werkzeugleistenknopf 
33978 \begin_inset Graphics
33979         filename ../../images/math-macro-add-optional-param.png
33980         scale 85
33981
33982 \end_inset
33983
33984  erstellt.
33985  Mit dem Werkzeugleistenknopf 
33986 \begin_inset Graphics
33987         filename ../../images/math-macro-make-optional.png
33988         scale 85
33989
33990 \end_inset
33991
33992  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
33993  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
33994  werden soll.
33995  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
33996  Kästchen leer lässt.
33997  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
33998  einnimmt, kann man in das Kästchen z.
33999 \begin_inset space \thinspace{}
34000 \end_inset
34001
34002 B.
34003 \begin_inset Newline newline
34004 \end_inset
34005
34006
34007 \series bold
34008 qG: 
34009 \backslash
34010 #1
34011 \series default
34012  
34013 \series bold
34014 ,
34015 \series default
34016  
34017 \series bold
34018
34019 \backslash
34020 #2
34021 \series default
34022  
34023 \series bold
34024 ,
34025 \series default
34026  
34027 \series bold
34028
34029 \backslash
34030 #3, 
34031 \backslash
34032 #4
34033 \begin_inset Newline newline
34034 \end_inset
34035
34036
34037 \series default
34038 eingeben.
34039  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
34040  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
34041  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
34042  wurde.
34043 \begin_inset Newline newline
34044 \end_inset
34045
34046 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
34047  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
34048 \family sans
34049 Ansicht\SpecialChar \menuseparator
34050 Mathe-Makro
34051 \begin_inset space ~
34052 \end_inset
34053
34054 auf/zuklappen
34055 \family default
34056  verwendet.
34057 \end_layout
34058
34059 \begin_layout Standard
34060 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
34061  ein, in unserem Fall 
34062 \series bold
34063
34064 \backslash
34065 qG
34066 \series default
34067 .
34068  Unser Makro sieht in LyX folgendermaßen aus:
34069 \begin_inset Newline newline
34070 \end_inset
34071
34072
34073 \begin_inset space \hspace*{\fill}
34074 \end_inset
34075
34076
34077 \begin_inset Graphics
34078         filename ../clipart/macrouse.png
34079
34080 \end_inset
34081
34082
34083 \begin_inset space \hspace*{\fill}
34084 \end_inset
34085
34086
34087 \begin_inset Newline newline
34088 \end_inset
34089
34090 Hier ist unser Makro-Beispiel mit den Argumenten 
34091 \begin_inset Formula $x$
34092 \end_inset
34093
34094
34095 \begin_inset Formula $\ln(x)$
34096 \end_inset
34097
34098  und 
34099 \begin_inset Formula $B$
34100 \end_inset
34101
34102 :
34103 \end_layout
34104
34105 \begin_layout Standard
34106 \begin_inset Formula 
34107 \[
34108 \qG x{\ln(x)}B
34109 \]
34110
34111 \end_inset
34112
34113
34114 \end_layout
34115
34116 \begin_layout Standard
34117 LyX bietet im Menü 
34118 \family sans
34119 Werkzeuge\SpecialChar \menuseparator
34120 Einstellungen\SpecialChar \menuseparator
34121 Bearbeiten\SpecialChar \menuseparator
34122 Kontrolle
34123 \family default
34124  verschiedene Bearbeitungsstile für Makros an.
34125  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
34126  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
34127  zu sehen.
34128 \end_layout
34129
34130 \begin_layout Standard
34131 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
34132 \series bold
34133
34134 \backslash
34135 new\SpecialChar \-
34136 command
34137 \series default
34138 -Befehl umgewandelt.
34139  Der 
34140 \series bold
34141
34142 \backslash
34143 newcommand
34144 \series default
34145 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
34146  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
34147  Makrodefinitionsbox befinden.
34148 \end_layout
34149
34150 \begin_layout Standard
34151 Mathe-Makros können auch direkt aus einem 
34152 \series bold
34153
34154 \backslash
34155 newcommand
34156 \series default
34157 -Befehl erstellt werden.
34158  Schreibt man z.
34159 \begin_inset space \thinspace{}
34160 \end_inset
34161
34162 B.
34163  den Befehl
34164 \series bold
34165
34166 \begin_inset Newline newline
34167 \end_inset
34168
34169
34170 \backslash
34171 newcommand{
34172 \backslash
34173 larrow}[2]{
34174 \backslash
34175 xleftarrow[#2]{#1}}
34176 \begin_inset Newline newline
34177 \end_inset
34178
34179
34180 \series default
34181 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
34182 zel 
34183 \family sans
34184 Strg+M
34185 \family default
34186 , wird der Befehl in ein Mathe-Makro umgewandelt.
34187  Bei dieser Methode muss man jedoch aufpassen, dass der 
34188 \series bold
34189
34190 \backslash
34191 newcommand
34192 \series default
34193 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
34194  erstellt, dass später LaTeX-Fehler hervorruft.
34195 \end_layout
34196
34197 \begin_layout Standard
34198 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
34199  Makrodefinition fehlerhaft behandelt werden.
34200  Dadurch kann das Beispiel 
34201 \series bold
34202
34203 \backslash
34204 fb
34205 \series default
34206  aus 
34207 \begin_inset CommandInset ref
34208 LatexCommand ref
34209 reference "sub:Der-Befehl-newcommand"
34210
34211 \end_inset
34212
34213  nicht als Makro erzeugt werden.
34214 \end_layout
34215
34216 \begin_layout Standard
34217 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
34218  in LyX angezeigt:
34219 \end_layout
34220
34221 \begin_layout Standard
34222 \begin_inset VSpace defskip
34223 \end_inset
34224
34225
34226 \end_layout
34227
34228 \begin_layout Standard
34229 \begin_inset Graphics
34230         filename ../clipart/MacroToolbar.png
34231
34232 \end_inset
34233
34234
34235 \begin_inset Index idx
34236 status collapsed
34237
34238 \begin_layout Plain Layout
34239 Makros ! Werkzeugleiste
34240 \end_layout
34241
34242 \end_inset
34243
34244
34245 \end_layout
34246
34247 \begin_layout Standard
34248 \begin_inset VSpace defskip
34249 \end_inset
34250
34251
34252 \end_layout
34253
34254 \begin_layout Standard
34255 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
34256 \end_layout
34257
34258 \begin_layout Standard
34259 \begin_inset VSpace defskip
34260 \end_inset
34261
34262
34263 \end_layout
34264
34265 \begin_layout Standard
34266 \begin_inset Tabular
34267 <lyxtabular version="3" rows="9" columns="2">
34268 <features islongtable="true" longtabularalignment="center">
34269 <column alignment="left" valignment="top" width="0">
34270 <column alignment="left" valignment="top" width="85col%">
34271 <row interlinespace="2.5mm">
34272 <cell alignment="center" valignment="top" usebox="none">
34273 \begin_inset Text
34274
34275 \begin_layout Plain Layout
34276 \begin_inset Graphics
34277         filename ../../images/math-macro-remove-param.png
34278         rotateOrigin center
34279
34280 \end_inset
34281
34282
34283 \end_layout
34284
34285 \end_inset
34286 </cell>
34287 <cell alignment="center" valignment="top" usebox="none">
34288 \begin_inset Text
34289
34290 \begin_layout Plain Layout
34291
34292 \family sans
34293 Bearbeiten\SpecialChar \menuseparator
34294 Mathe\SpecialChar \menuseparator
34295 Makro-Definition\SpecialChar \menuseparator
34296 Letztes Argument entfernen
34297 \end_layout
34298
34299 \end_inset
34300 </cell>
34301 </row>
34302 <row interlinespace="2.5mm">
34303 <cell alignment="center" valignment="top" usebox="none">
34304 \begin_inset Text
34305
34306 \begin_layout Plain Layout
34307 \begin_inset Graphics
34308         filename ../../images/math-macro-add-param.png
34309         rotateOrigin center
34310
34311 \end_inset
34312
34313
34314 \end_layout
34315
34316 \end_inset
34317 </cell>
34318 <cell alignment="center" valignment="top" usebox="none">
34319 \begin_inset Text
34320
34321 \begin_layout Plain Layout
34322
34323 \family sans
34324 Bearbeiten\SpecialChar \menuseparator
34325 Mathe\SpecialChar \menuseparator
34326 Makro-Definition\SpecialChar \menuseparator
34327 Argument hinzufügen
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 </row>
34333 <row interlinespace="2.5mm">
34334 <cell alignment="center" valignment="top" usebox="none">
34335 \begin_inset Text
34336
34337 \begin_layout Plain Layout
34338 \begin_inset Graphics
34339         filename ../../images/math-macro-make-optional.png
34340         rotateOrigin center
34341
34342 \end_inset
34343
34344
34345 \end_layout
34346
34347 \end_inset
34348 </cell>
34349 <cell alignment="center" valignment="top" usebox="none">
34350 \begin_inset Text
34351
34352 \begin_layout Plain Layout
34353
34354 \family sans
34355 Bearbeiten\SpecialChar \menuseparator
34356 Mathe\SpecialChar \menuseparator
34357 Makro-Definition\SpecialChar \menuseparator
34358 Das erste nicht-optionale
34359 \begin_inset Newline newline
34360 \end_inset
34361
34362
34363 \begin_inset Phantom HPhantom
34364 status open
34365
34366 \begin_layout Plain Layout
34367
34368 \family sans
34369 Bearbeiten\SpecialChar \menuseparator
34370 Mathe\SpecialChar \menuseparator
34371 Makro-Definition\SpecialChar \menuseparator
34372
34373 \end_layout
34374
34375 \end_inset
34376
34377 Argument in einen optionales
34378 \begin_inset Newline newline
34379 \end_inset
34380
34381
34382 \begin_inset Phantom HPhantom
34383 status open
34384
34385 \begin_layout Plain Layout
34386
34387 \family sans
34388 Bearbeiten\SpecialChar \menuseparator
34389 Mathe\SpecialChar \menuseparator
34390 Makro-Definition\SpecialChar \menuseparator
34391
34392 \end_layout
34393
34394 \end_inset
34395
34396 ändern
34397 \end_layout
34398
34399 \end_inset
34400 </cell>
34401 </row>
34402 <row interlinespace="2.5mm">
34403 <cell alignment="center" valignment="top" usebox="none">
34404 \begin_inset Text
34405
34406 \begin_layout Plain Layout
34407 \begin_inset Graphics
34408         filename ../../images/math-macro-make-nonoptional.png
34409         rotateOrigin center
34410
34411 \end_inset
34412
34413
34414 \end_layout
34415
34416 \end_inset
34417 </cell>
34418 <cell alignment="center" valignment="top" usebox="none">
34419 \begin_inset Text
34420
34421 \begin_layout Plain Layout
34422
34423 \family sans
34424 Bearbeiten\SpecialChar \menuseparator
34425 Mathe\SpecialChar \menuseparator
34426 Makro-Definition\SpecialChar \menuseparator
34427 Das letzte optionale Argument in
34428 \begin_inset Newline newline
34429 \end_inset
34430
34431
34432 \begin_inset Phantom HPhantom
34433 status open
34434
34435 \begin_layout Plain Layout
34436
34437 \family sans
34438 Bearbeiten\SpecialChar \menuseparator
34439 Mathe\SpecialChar \menuseparator
34440 Makro-Definition\SpecialChar \menuseparator
34441
34442 \end_layout
34443
34444 \end_inset
34445
34446 einen nicht-optionales ändern
34447 \end_layout
34448
34449 \end_inset
34450 </cell>
34451 </row>
34452 <row interlinespace="2.5mm">
34453 <cell alignment="center" valignment="top" usebox="none">
34454 \begin_inset Text
34455
34456 \begin_layout Plain Layout
34457 \begin_inset Graphics
34458         filename ../../images/math-macro-remove-optional-param.png
34459         rotateOrigin center
34460
34461 \end_inset
34462
34463
34464 \end_layout
34465
34466 \end_inset
34467 </cell>
34468 <cell alignment="center" valignment="top" usebox="none">
34469 \begin_inset Text
34470
34471 \begin_layout Plain Layout
34472
34473 \family sans
34474 Bearbeiten\SpecialChar \menuseparator
34475 Mathe\SpecialChar \menuseparator
34476 Makro-Definition\SpecialChar \menuseparator
34477 Optionales Argument entfernen
34478 \end_layout
34479
34480 \end_inset
34481 </cell>
34482 </row>
34483 <row interlinespace="2.5mm">
34484 <cell alignment="center" valignment="top" usebox="none">
34485 \begin_inset Text
34486
34487 \begin_layout Plain Layout
34488 \begin_inset Graphics
34489         filename ../../images/math-macro-add-optional-param.png
34490         rotateOrigin center
34491
34492 \end_inset
34493
34494
34495 \end_layout
34496
34497 \end_inset
34498 </cell>
34499 <cell alignment="center" valignment="top" usebox="none">
34500 \begin_inset Text
34501
34502 \begin_layout Plain Layout
34503
34504 \family sans
34505 Bearbeiten\SpecialChar \menuseparator
34506 Mathe\SpecialChar \menuseparator
34507 Makro-Definition\SpecialChar \menuseparator
34508 Optionales Argument einfügen
34509 \end_layout
34510
34511 \end_inset
34512 </cell>
34513 </row>
34514 <row interlinespace="2.5mm">
34515 <cell alignment="center" valignment="top" usebox="none">
34516 \begin_inset Text
34517
34518 \begin_layout Plain Layout
34519 \begin_inset Graphics
34520         filename ../../images/math-macro-remove-greedy-param.png
34521         rotateOrigin center
34522
34523 \end_inset
34524
34525
34526 \end_layout
34527
34528 \end_inset
34529 </cell>
34530 <cell alignment="center" valignment="top" usebox="none">
34531 \begin_inset Text
34532
34533 \begin_layout Plain Layout
34534
34535 \family sans
34536 Bearbeiten\SpecialChar \menuseparator
34537 Mathe\SpecialChar \menuseparator
34538 Makro-Definition\SpecialChar \menuseparator
34539 Letztes Argument rechts entfernen
34540 \end_layout
34541
34542 \end_inset
34543 </cell>
34544 </row>
34545 <row interlinespace="2.5mm">
34546 <cell alignment="center" valignment="top" usebox="none">
34547 \begin_inset Text
34548
34549 \begin_layout Plain Layout
34550 \begin_inset Graphics
34551         filename ../../images/math-macro-append-greedy-param.png
34552         rotateOrigin center
34553
34554 \end_inset
34555
34556
34557 \end_layout
34558
34559 \end_inset
34560 </cell>
34561 <cell alignment="center" valignment="top" usebox="none">
34562 \begin_inset Text
34563
34564 \begin_layout Plain Layout
34565
34566 \family sans
34567 Bearbeiten\SpecialChar \menuseparator
34568 Mathe\SpecialChar \menuseparator
34569 Makro-Definition\SpecialChar \menuseparator
34570 Argument von rechts hinzufügen
34571 \end_layout
34572
34573 \end_inset
34574 </cell>
34575 </row>
34576 <row interlinespace="2.5mm">
34577 <cell alignment="center" valignment="top" usebox="none">
34578 \begin_inset Text
34579
34580 \begin_layout Plain Layout
34581 \begin_inset Graphics
34582         filename ../../images/math-macro-add-greedy-optional-param.png
34583         rotateOrigin center
34584
34585 \end_inset
34586
34587
34588 \end_layout
34589
34590 \end_inset
34591 </cell>
34592 <cell alignment="center" valignment="top" usebox="none">
34593 \begin_inset Text
34594
34595 \begin_layout Plain Layout
34596
34597 \family sans
34598 Bearbeiten\SpecialChar \menuseparator
34599 Mathe\SpecialChar \menuseparator
34600 Makro-Definition\SpecialChar \menuseparator
34601 Optionales Argument von rechts
34602 \begin_inset Newline newline
34603 \end_inset
34604
34605
34606 \begin_inset Phantom HPhantom
34607 status open
34608
34609 \begin_layout Plain Layout
34610
34611 \family sans
34612 Bearbeiten\SpecialChar \menuseparator
34613 Mathe\SpecialChar \menuseparator
34614 Makro-Definition\SpecialChar \menuseparator
34615
34616 \end_layout
34617
34618 \end_inset
34619
34620 hinzufügen
34621 \end_layout
34622
34623 \end_inset
34624 </cell>
34625 </row>
34626 </lyxtabular>
34627
34628 \end_inset
34629
34630
34631 \end_layout
34632
34633 \begin_layout Section
34634 Computeralgebrasysteme
34635 \end_layout
34636
34637 \begin_layout Standard
34638 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
34639  oder benutzerdefinierten Skripten auszutauschen.
34640  Momentan werden folgende Anwendungen unterstützt: 
34641 \family typewriter
34642 Maple
34643 \family default
34644
34645 \family typewriter
34646 Mathematica
34647 \family default
34648
34649 \family typewriter
34650 Maxima
34651 \family default
34652  und 
34653 \family typewriter
34654 Octave
34655 \family default
34656 .
34657  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
34658  sehr einfache Fälle beschränkt sind.
34659 \end_layout
34660
34661 \begin_layout Subsection
34662 Verwendung
34663 \end_layout
34664
34665 \begin_layout Standard
34666 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
34667 \family sans
34668 Bearbeiten\SpecialChar \menuseparator
34669 Mathe\SpecialChar \menuseparator
34670 Computer-Algebra-System verwenden
34671 \family default
34672  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
34673  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
34674  mit dem 
34675 \begin_inset Quotes gld
34676 \end_inset
34677
34678 =
34679 \begin_inset Quotes grd
34680 \end_inset
34681
34682  Operator erscheinen.
34683 \end_layout
34684
34685 \begin_layout Standard
34686 Hier sind ein paar einfache Beispiele (mit Resultaten von 
34687 \family typewriter
34688 Maxima
34689 \family default
34690 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
34691 \end_layout
34692
34693 \begin_layout Itemize
34694 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
34695 \end_inset
34696
34697
34698 \end_layout
34699
34700 \begin_layout Itemize
34701 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
34702 \end_inset
34703
34704
34705 \end_layout
34706
34707 \begin_layout Itemize
34708 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
34709 \end_inset
34710
34711
34712 \end_layout
34713
34714 \begin_layout Itemize
34715 \begin_inset Formula $\det\left[\begin{array}{ccc}
34716 1 & 6 & 7\\
34717 2 & 5 & 8\\
34718 3 & 4 & 17
34719 \end{array}\right]=-56$
34720 \end_inset
34721
34722
34723 \end_layout
34724
34725 \begin_layout Itemize
34726 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
34727 \end_inset
34728
34729
34730 \end_layout
34731
34732 \begin_layout Subsection
34733 Tastenkürzel
34734 \end_layout
34735
34736 \begin_layout Standard
34737 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
34738  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
34739 \family sans
34740 math-extern
34741 \family default
34742  verknüpfen (siehe das 
34743 \emph on
34744 LyX-Funktionen
34745 \emph default
34746  Handbuch).
34747  Man kann z.
34748 \begin_inset space \thinspace{}
34749 \end_inset
34750
34751 B.
34752  die 
34753 \family sans
34754 Enter
34755 \family default
34756 -Taste in Formeln verknüpfen.
34757  Um sie mit 
34758 \family typewriter
34759 Maxima
34760 \family default
34761  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
34762 \end_layout
34763
34764 \begin_layout Standard
34765
34766 \series bold
34767 command-alternatives break-paragraph;math-extern maxima
34768 \end_layout
34769
34770 \begin_layout Standard
34771 \begin_inset Newpage newpage
34772 \end_inset
34773
34774
34775 \end_layout
34776
34777 \begin_layout Section
34778 Tipps
34779 \begin_inset Index idx
34780 status collapsed
34781
34782 \begin_layout Plain Layout
34783 Tipps
34784 \end_layout
34785
34786 \end_inset
34787
34788
34789 \end_layout
34790
34791 \begin_layout Subsection
34792 Negative Zahlen
34793 \begin_inset Index idx
34794 status collapsed
34795
34796 \begin_layout Plain Layout
34797 Zahlen ! negative
34798 \end_layout
34799
34800 \end_inset
34801
34802
34803 \end_layout
34804
34805 \begin_layout Standard
34806 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
34807  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
34808  dargestellt.
34809  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
34810  Minuszeichen korrekt.
34811 \end_layout
34812
34813 \begin_layout Standard
34814 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
34815  nicht mehr auf.
34816 \end_layout
34817
34818 \begin_layout Standard
34819 Ein Beispiel zur Veranschaulichung der Problematik:
34820 \end_layout
34821
34822 \begin_layout Standard
34823 \align center
34824 \begin_inset Tabular
34825 <lyxtabular version="3" rows="3" columns="2">
34826 <features tabularvalignment="middle">
34827 <column alignment="right" valignment="top" width="0">
34828 <column alignment="left" valignment="top" width="0">
34829 <row>
34830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34831 \begin_inset Text
34832
34833 \begin_layout Plain Layout
34834 normaler Text:
34835 \end_layout
34836
34837 \end_inset
34838 </cell>
34839 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
34840 \begin_inset Text
34841
34842 \begin_layout Plain Layout
34843 x = -2
34844 \end_layout
34845
34846 \end_inset
34847 </cell>
34848 </row>
34849 <row>
34850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34851 \begin_inset Text
34852
34853 \begin_layout Plain Layout
34854 Formelmodus:
34855 \end_layout
34856
34857 \end_inset
34858 </cell>
34859 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34860 \begin_inset Text
34861
34862 \begin_layout Plain Layout
34863 \begin_inset Formula $x=-2$
34864 \end_inset
34865
34866
34867 \end_layout
34868
34869 \end_inset
34870 </cell>
34871 </row>
34872 <row>
34873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34874 \begin_inset Text
34875
34876 \begin_layout Plain Layout
34877 Lösung:
34878 \end_layout
34879
34880 \end_inset
34881 </cell>
34882 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
34883 \begin_inset Text
34884
34885 \begin_layout Plain Layout
34886 \begin_inset Formula $x=\textrm{-}2$
34887 \end_inset
34888
34889
34890 \end_layout
34891
34892 \end_inset
34893 </cell>
34894 </row>
34895 </lyxtabular>
34896
34897 \end_inset
34898
34899
34900 \end_layout
34901
34902 \begin_layout Subsection
34903 Komma als Dezimaltrennzeichen
34904 \begin_inset Index idx
34905 status collapsed
34906
34907 \begin_layout Plain Layout
34908 Komma
34909 \end_layout
34910
34911 \end_inset
34912
34913
34914 \end_layout
34915
34916 \begin_layout Standard
34917 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
34918  als Gruppentrennzeichen.
34919  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
34920  eingefügt.
34921 \end_layout
34922
34923 \begin_layout Standard
34924 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
34925  Text um (Tastenkürzel 
34926 \family sans
34927 Alt+M
34928 \begin_inset space ~
34929 \end_inset
34930
34931 M
34932 \family default
34933 ).
34934 \end_layout
34935
34936 \begin_layout Standard
34937 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
34938  lädt man die Datei 
34939 \series bold
34940 icomma.sty
34941 \series default
34942
34943 \begin_inset Foot
34944 status collapsed
34945
34946 \begin_layout Plain Layout
34947
34948 \series bold
34949 icomma
34950 \series default
34951  ist Teil des LaTeX-Paketes 
34952 \series bold
34953 was
34954 \series default
34955
34956 \begin_inset Index idx
34957 status collapsed
34958
34959 \begin_layout Plain Layout
34960 Pakete ! was
34961 \begin_inset ERT
34962 status collapsed
34963
34964 \begin_layout Plain Layout
34965
34966
34967 \backslash
34968 vspace{4mm}
34969 \end_layout
34970
34971 \end_inset
34972
34973
34974 \end_layout
34975
34976 \end_inset
34977
34978 .
34979 \end_layout
34980
34981 \end_inset
34982
34983
34984 \begin_inset Index idx
34985 status collapsed
34986
34987 \begin_layout Plain Layout
34988 Pakete ! icomma
34989 \end_layout
34990
34991 \end_inset
34992
34993  mit der LaTeX-Vorspannzeile
34994 \end_layout
34995
34996 \begin_layout Standard
34997
34998 \series bold
34999
35000 \backslash
35001 usepackage{icomma}
35002 \end_layout
35003
35004 \begin_layout Subsection
35005 Physikalische Vektoren
35006 \begin_inset CommandInset label
35007 LatexCommand label
35008 name "sub:Physikalische-Vektoren"
35009
35010 \end_inset
35011
35012
35013 \begin_inset Index idx
35014 status collapsed
35015
35016 \begin_layout Plain Layout
35017 Vektoren ! physikalische
35018 \end_layout
35019
35020 \end_inset
35021
35022
35023 \end_layout
35024
35025 \begin_layout Standard
35026 Vordefinierte Vektoren bietet das LaTeX-Paket 
35027 \series bold
35028 braket
35029 \series default
35030
35031 \begin_inset Index idx
35032 status collapsed
35033
35034 \begin_layout Plain Layout
35035 Pakete ! braket
35036 \end_layout
35037
35038 \end_inset
35039
35040 , das mit der LaTeX-Vorspannzeile
35041 \end_layout
35042
35043 \begin_layout Standard
35044
35045 \series bold
35046
35047 \backslash
35048 usepackage{braket}
35049 \end_layout
35050
35051 \begin_layout Standard
35052 geladen wird.
35053 \begin_inset ERT
35054 status collapsed
35055
35056 \begin_layout Plain Layout
35057
35058
35059 \backslash
35060 ifbraket 
35061 \end_layout
35062
35063 \end_inset
35064
35065
35066 \begin_inset Note Note
35067 status open
35068
35069 \begin_layout Plain Layout
35070 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35071 \series bold
35072 braket
35073 \series default
35074  installiert ist:
35075 \end_layout
35076
35077 \end_inset
35078
35079
35080 \end_layout
35081
35082 \begin_layout Standard
35083 \begin_inset Newpage newpage
35084 \end_inset
35085
35086
35087 \end_layout
35088
35089 \begin_layout Standard
35090 Folgende Befehle sind definiert:
35091 \end_layout
35092
35093 \begin_layout Standard
35094 \align center
35095 \begin_inset Tabular
35096 <lyxtabular version="3" rows="4" columns="2">
35097 <features tabularvalignment="middle">
35098 <column alignment="center" valignment="top" width="0">
35099 <column alignment="center" valignment="top" width="0">
35100 <row>
35101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35102 \begin_inset Text
35103
35104 \begin_layout Plain Layout
35105 Befehl
35106 \end_layout
35107
35108 \end_inset
35109 </cell>
35110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35111 \begin_inset Text
35112
35113 \begin_layout Plain Layout
35114 Ergebnis
35115 \end_layout
35116
35117 \end_inset
35118 </cell>
35119 </row>
35120 <row>
35121 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35122 \begin_inset Text
35123
35124 \begin_layout Plain Layout
35125
35126 \backslash
35127 Bra{
35128 \backslash
35129 psi
35130 \end_layout
35131
35132 \end_inset
35133 </cell>
35134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35135 \begin_inset Text
35136
35137 \begin_layout Plain Layout
35138 \begin_inset Formula $\Bra{\psi}$
35139 \end_inset
35140
35141
35142 \end_layout
35143
35144 \end_inset
35145 </cell>
35146 </row>
35147 <row>
35148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35149 \begin_inset Text
35150
35151 \begin_layout Plain Layout
35152
35153 \backslash
35154 Ket{
35155 \backslash
35156 psi
35157 \end_layout
35158
35159 \end_inset
35160 </cell>
35161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35162 \begin_inset Text
35163
35164 \begin_layout Plain Layout
35165 \begin_inset Formula $\Ket{\psi}$
35166 \end_inset
35167
35168
35169 \end_layout
35170
35171 \end_inset
35172 </cell>
35173 </row>
35174 <row>
35175 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35176 \begin_inset Text
35177
35178 \begin_layout Plain Layout
35179
35180 \backslash
35181 Braket{
35182 \backslash
35183 psi|
35184 \backslash
35185 phi
35186 \end_layout
35187
35188 \end_inset
35189 </cell>
35190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35191 \begin_inset Text
35192
35193 \begin_layout Plain Layout
35194 \begin_inset Formula $\Braket{\psi|\phi}$
35195 \end_inset
35196
35197
35198 \end_layout
35199
35200 \end_inset
35201 </cell>
35202 </row>
35203 </lyxtabular>
35204
35205 \end_inset
35206
35207
35208 \end_layout
35209
35210 \begin_layout Standard
35211 Der Befehl 
35212 \series bold
35213
35214 \backslash
35215 Braket
35216 \series default
35217  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
35218  Klammern gesetzt werden:
35219 \begin_inset Formula 
35220 \[
35221 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
35222 \]
35223
35224 \end_inset
35225
35226
35227 \begin_inset ERT
35228 status collapsed
35229
35230 \begin_layout Plain Layout
35231
35232
35233 \backslash
35234 else 
35235 \end_layout
35236
35237 \end_inset
35238
35239
35240 \begin_inset Note Note
35241 status open
35242
35243 \begin_layout Plain Layout
35244 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35245 \series bold
35246 braket
35247 \series default
35248  nicht installiert ist:
35249 \end_layout
35250
35251 \end_inset
35252
35253
35254 \end_layout
35255
35256 \begin_layout Standard
35257 Das LaTeX-Paket 
35258 \series bold
35259 braket 
35260 \series default
35261 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35262 \end_layout
35263
35264 \begin_layout Standard
35265 \begin_inset ERT
35266 status collapsed
35267
35268 \begin_layout Plain Layout
35269
35270
35271 \backslash
35272 fi 
35273 \end_layout
35274
35275 \end_inset
35276
35277
35278 \end_layout
35279
35280 \begin_layout Standard
35281 Der Effekt von 
35282 \series bold
35283
35284 \backslash
35285 Braket
35286 \series default
35287  kann auch mit dem Befehl 
35288 \series bold
35289
35290 \backslash
35291 middle
35292 \series default
35293  erzielt werden, der in 
35294 \begin_inset CommandInset ref
35295 LatexCommand ref
35296 reference "sub:Automatische-Klammergrößen"
35297
35298 \end_inset
35299
35300  beschrieben ist.
35301 \end_layout
35302
35303 \begin_layout Subsection
35304 Selbst definierte Brüche
35305 \begin_inset CommandInset label
35306 LatexCommand label
35307 name "sub:Selbstdefinierte-Brüche"
35308
35309 \end_inset
35310
35311
35312 \begin_inset Index idx
35313 status collapsed
35314
35315 \begin_layout Plain Layout
35316 Brüche ! selbstdefinierte
35317 \end_layout
35318
35319 \end_inset
35320
35321
35322 \end_layout
35323
35324 \begin_layout Standard
35325 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
35326 \series bold
35327
35328 \backslash
35329 genfrac
35330 \series default
35331
35332 \begin_inset Index idx
35333 status collapsed
35334
35335 \begin_layout Plain Layout
35336 Befehle ! G ! 
35337 \backslash
35338 genfrac
35339 \end_layout
35340
35341 \end_inset
35342
35343  in folgendem Schema:
35344 \end_layout
35345
35346 \begin_layout Standard
35347
35348 \series bold
35349
35350 \backslash
35351 genfrac{linke
35352 \series default
35353  
35354 \series bold
35355 Klammer}{rechte
35356 \series default
35357  
35358 \series bold
35359 Klammer}{Bruchstrichdicke}{Ansichtsstil}
35360 \begin_inset Newline newline
35361 \end_inset
35362
35363
35364 \begin_inset Phantom HPhantom
35365 status open
35366
35367 \begin_layout Plain Layout
35368
35369 \series bold
35370
35371 \backslash
35372 genfrac
35373 \end_layout
35374
35375 \end_inset
35376
35377 {Zähler}{Nenner}
35378 \end_layout
35379
35380 \begin_layout Standard
35381 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
35382 \begin_inset space \thinspace{}
35383 \end_inset
35384
35385 -
35386 \begin_inset space \thinspace{}
35387 \end_inset
35388
35389 3 angegeben.
35390 \end_layout
35391
35392 \begin_layout Standard
35393 \align center
35394 \begin_inset Tabular
35395 <lyxtabular version="3" rows="5" columns="2">
35396 <features tabularvalignment="middle">
35397 <column alignment="center" valignment="top" width="0">
35398 <column alignment="center" valignment="top" width="0">
35399 <row>
35400 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35401 \begin_inset Text
35402
35403 \begin_layout Plain Layout
35404 Nummer
35405 \end_layout
35406
35407 \end_inset
35408 </cell>
35409 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35410 \begin_inset Text
35411
35412 \begin_layout Plain Layout
35413 Ansichtsstil
35414 \end_layout
35415
35416 \end_inset
35417 </cell>
35418 </row>
35419 <row>
35420 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35421 \begin_inset Text
35422
35423 \begin_layout Plain Layout
35424 0
35425 \end_layout
35426
35427 \end_inset
35428 </cell>
35429 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35430 \begin_inset Text
35431
35432 \begin_layout Plain Layout
35433 abgesetzte Formel
35434 \end_layout
35435
35436 \end_inset
35437 </cell>
35438 </row>
35439 <row>
35440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35441 \begin_inset Text
35442
35443 \begin_layout Plain Layout
35444 1
35445 \end_layout
35446
35447 \end_inset
35448 </cell>
35449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35450 \begin_inset Text
35451
35452 \begin_layout Plain Layout
35453 eingebettete Formel
35454 \end_layout
35455
35456 \end_inset
35457 </cell>
35458 </row>
35459 <row>
35460 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35461 \begin_inset Text
35462
35463 \begin_layout Plain Layout
35464 2
35465 \end_layout
35466
35467 \end_inset
35468 </cell>
35469 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35470 \begin_inset Text
35471
35472 \begin_layout Plain Layout
35473 klein
35474 \end_layout
35475
35476 \end_inset
35477 </cell>
35478 </row>
35479 <row>
35480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35481 \begin_inset Text
35482
35483 \begin_layout Plain Layout
35484 3
35485 \end_layout
35486
35487 \end_inset
35488 </cell>
35489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35490 \begin_inset Text
35491
35492 \begin_layout Plain Layout
35493 winzig
35494 \end_layout
35495
35496 \end_inset
35497 </cell>
35498 </row>
35499 </lyxtabular>
35500
35501 \end_inset
35502
35503
35504 \end_layout
35505
35506 \begin_layout Standard
35507 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
35508  
35509 \series bold
35510
35511 \backslash
35512 frac
35513 \series default
35514  der Umgebung an.
35515 \end_layout
35516
35517 \begin_layout Standard
35518 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
35519  0.4
35520 \begin_inset space \thinspace{}
35521 \end_inset
35522
35523 pt verwendet.
35524 \end_layout
35525
35526 \begin_layout Standard
35527 \begin_inset VSpace medskip
35528 \end_inset
35529
35530 Zum Beispiel sind die Befehle 
35531 \series bold
35532
35533 \backslash
35534 dfrac
35535 \series default
35536  und 
35537 \series bold
35538
35539 \backslash
35540 tbinom
35541 \series default
35542  aus 
35543 \begin_inset CommandInset ref
35544 LatexCommand ref
35545 reference "sub:Brüche"
35546
35547 \end_inset
35548
35549  folgendermaßen definiert:
35550 \end_layout
35551
35552 \begin_layout Standard
35553
35554 \series bold
35555
35556 \backslash
35557 newcommand{
35558 \backslash
35559 dfrac}[2]{
35560 \backslash
35561 genfrac{}{}{}{0}{#1}{#2}}
35562 \end_layout
35563
35564 \begin_layout Standard
35565 und
35566 \end_layout
35567
35568 \begin_layout Standard
35569
35570 \series bold
35571
35572 \backslash
35573 newcommand{
35574 \backslash
35575 tbinom}[2]{
35576 \backslash
35577 genfrac{(}{)}{0pt}{1}{#1}{#2}}
35578 \end_layout
35579
35580 \begin_layout Standard
35581 \begin_inset VSpace medskip
35582 \end_inset
35583
35584 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
35585  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
35586 \end_layout
35587
35588 \begin_layout Standard
35589
35590 \series bold
35591
35592 \backslash
35593 newcommand{
35594 \backslash
35595 fracS}[3][]{
35596 \backslash
35597 genfrac{}{}{#1}{}{#2}{#3}}
35598 \end_layout
35599
35600 \begin_layout Standard
35601 Dazu ein Test:
35602 \begin_inset Formula 
35603 \begin{align*}
35604 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
35605 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
35606 \end{align*}
35607
35608 \end_inset
35609
35610 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
35611  in etwa der dreifachen Strichdicke.
35612 \end_layout
35613
35614 \begin_layout Subsection
35615 Durchgestrichene Formeln
35616 \begin_inset Index idx
35617 status collapsed
35618
35619 \begin_layout Plain Layout
35620 Formel ! durchgestrichene
35621 \end_layout
35622
35623 \end_inset
35624
35625
35626 \end_layout
35627
35628 \begin_layout Standard
35629 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
35630 \series bold
35631 cancel
35632 \series default
35633
35634 \begin_inset Index idx
35635 status collapsed
35636
35637 \begin_layout Plain Layout
35638 Pakete ! cancel
35639 \end_layout
35640
35641 \end_inset
35642
35643  mit der LaTeX-Vorspannzeile
35644 \end_layout
35645
35646 \begin_layout Standard
35647
35648 \series bold
35649
35650 \backslash
35651 usepackage{cancel}
35652 \end_layout
35653
35654 \begin_layout Standard
35655 geladen werden.
35656 \end_layout
35657
35658 \begin_layout Standard
35659 \begin_inset ERT
35660 status collapsed
35661
35662 \begin_layout Plain Layout
35663
35664
35665 \backslash
35666 ifcancel 
35667 \end_layout
35668
35669 \end_inset
35670
35671
35672 \begin_inset Note Note
35673 status open
35674
35675 \begin_layout Plain Layout
35676 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
35677 \series bold
35678 cancel
35679 \series default
35680  installiert ist:
35681 \end_layout
35682
35683 \end_inset
35684
35685
35686 \end_layout
35687
35688 \begin_layout Standard
35689 Es gibt vier verschiedene Arten durchzustreichen:
35690 \end_layout
35691
35692 \begin_layout Standard
35693 \align center
35694 \begin_inset Tabular
35695 <lyxtabular version="3" rows="5" columns="2">
35696 <features tabularvalignment="middle">
35697 <column alignment="center" valignment="top" width="0">
35698 <column alignment="center" valignment="top" width="0">
35699 <row>
35700 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35701 \begin_inset Text
35702
35703 \begin_layout Plain Layout
35704 Befehl
35705 \end_layout
35706
35707 \end_inset
35708 </cell>
35709 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35710 \begin_inset Text
35711
35712 \begin_layout Plain Layout
35713 Ergebnis
35714 \begin_inset Note Note
35715 status collapsed
35716
35717 \begin_layout Plain Layout
35718 Der Leerraum und 
35719 \series bold
35720
35721 \backslash
35722 raisebox
35723 \series default
35724  dienen nur als Abstandhalter.
35725 \end_layout
35726
35727 \end_inset
35728
35729
35730 \end_layout
35731
35732 \end_inset
35733 </cell>
35734 </row>
35735 <row>
35736 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35737 \begin_inset Text
35738
35739 \begin_layout Plain Layout
35740
35741 \backslash
35742 cancel{
35743 \backslash
35744 int
35745 \begin_inset ERT
35746 status collapsed
35747
35748 \begin_layout Plain Layout
35749
35750
35751 \backslash
35752 leer 
35753 \end_layout
35754
35755 \end_inset
35756
35757 A=B
35758 \end_layout
35759
35760 \end_inset
35761 </cell>
35762 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35763 \begin_inset Text
35764
35765 \begin_layout Plain Layout
35766 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
35767 \end_inset
35768
35769
35770 \end_layout
35771
35772 \end_inset
35773 </cell>
35774 </row>
35775 <row>
35776 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35777 \begin_inset Text
35778
35779 \begin_layout Plain Layout
35780
35781 \backslash
35782 bcancel{
35783 \backslash
35784 int
35785 \begin_inset ERT
35786 status collapsed
35787
35788 \begin_layout Plain Layout
35789
35790
35791 \backslash
35792 leer 
35793 \end_layout
35794
35795 \end_inset
35796
35797 A=B
35798 \end_layout
35799
35800 \end_inset
35801 </cell>
35802 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35803 \begin_inset Text
35804
35805 \begin_layout Plain Layout
35806 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
35807 \end_inset
35808
35809
35810 \end_layout
35811
35812 \end_inset
35813 </cell>
35814 </row>
35815 <row>
35816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35817 \begin_inset Text
35818
35819 \begin_layout Plain Layout
35820
35821 \backslash
35822 xcancel{
35823 \backslash
35824 int
35825 \begin_inset ERT
35826 status collapsed
35827
35828 \begin_layout Plain Layout
35829
35830
35831 \backslash
35832 leer 
35833 \end_layout
35834
35835 \end_inset
35836
35837 A=B
35838 \end_layout
35839
35840 \end_inset
35841 </cell>
35842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35843 \begin_inset Text
35844
35845 \begin_layout Plain Layout
35846 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
35847 \end_inset
35848
35849
35850 \end_layout
35851
35852 \end_inset
35853 </cell>
35854 </row>
35855 <row>
35856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35857 \begin_inset Text
35858
35859 \begin_layout Plain Layout
35860
35861 \backslash
35862 cancelto{1
35863 \begin_inset Formula $\to$
35864 \end_inset
35865
35866
35867 \backslash
35868 {
35869 \backslash
35870 int
35871 \begin_inset ERT
35872 status collapsed
35873
35874 \begin_layout Plain Layout
35875
35876
35877 \backslash
35878 leer 
35879 \end_layout
35880
35881 \end_inset
35882
35883 A=B
35884 \end_layout
35885
35886 \end_inset
35887 </cell>
35888 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35889 \begin_inset Text
35890
35891 \begin_layout Plain Layout
35892 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
35893 \end_inset
35894
35895
35896 \end_layout
35897
35898 \end_inset
35899 </cell>
35900 </row>
35901 </lyxtabular>
35902
35903 \end_inset
35904
35905
35906 \end_layout
35907
35908 \begin_layout Standard
35909
35910 \series bold
35911
35912 \backslash
35913 cancelto
35914 \series default
35915  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
35916  will:
35917 \begin_inset Formula 
35918 \[
35919 \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}}}
35920 \]
35921
35922 \end_inset
35923
35924
35925 \end_layout
35926
35927 \begin_layout Standard
35928 Um die Größe des 
35929 \begin_inset Quotes gld
35930 \end_inset
35931
35932 hochgestellten
35933 \begin_inset Quotes grd
35934 \end_inset
35935
35936  Werts von 
35937 \series bold
35938
35939 \backslash
35940 cancelto
35941 \series default
35942  zu ändern, kann man das Paket 
35943 \series bold
35944 cancel
35945 \series default
35946  entweder mit der Option 
35947 \series bold
35948 samesize
35949 \series default
35950 , die zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
35951  mit der Option 
35952 \series bold
35953 Smaller
35954 \series default
35955 , die zu einer etwas kleineren Größe führt als es ohne Option der Fall ist.
35956  In diesem Dokument wurde 
35957 \series bold
35958 cancel
35959 \series default
35960  mit der Zeile
35961 \end_layout
35962
35963 \begin_layout Standard
35964
35965 \series bold
35966
35967 \backslash
35968 usepackage[samesize]{cancel}
35969 \end_layout
35970
35971 \begin_layout Standard
35972 geladen.
35973  Um den Durchstrich zu färben, verwendet man den Befehl
35974 \end_layout
35975
35976 \begin_layout Standard
35977
35978 \series bold
35979
35980 \backslash
35981 renewcommand{
35982 \backslash
35983 CancelColor}{
35984 \backslash
35985 color{red}}
35986 \end_layout
35987
35988 \begin_layout Standard
35989 als TeX-Code.
35990  
35991 \series bold
35992 red
35993 \series default
35994  kann durch eine Farbe der Wahl ersetzt werden.
35995 \end_layout
35996
35997 \begin_layout Standard
35998 \begin_inset ERT
35999 status collapsed
36000
36001 \begin_layout Plain Layout
36002
36003
36004 \backslash
36005 renewcommand{
36006 \backslash
36007 CancelColor}{
36008 \backslash
36009 color{red}}
36010 \end_layout
36011
36012 \end_inset
36013
36014
36015 \end_layout
36016
36017 \begin_layout Standard
36018 \begin_inset Formula 
36019 \[
36020 \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}}}
36021 \]
36022
36023 \end_inset
36024
36025
36026 \end_layout
36027
36028 \begin_layout Standard
36029 \begin_inset ERT
36030 status collapsed
36031
36032 \begin_layout Plain Layout
36033
36034
36035 \backslash
36036 renewcommand{
36037 \backslash
36038 CancelColor}{
36039 \backslash
36040 color{black}}
36041 \end_layout
36042
36043 \end_inset
36044
36045
36046 \begin_inset Note Note
36047 status open
36048
36049 \begin_layout Plain Layout
36050 Farbe zurücksetzen
36051 \end_layout
36052
36053 \end_inset
36054
36055
36056 \end_layout
36057
36058 \begin_layout Standard
36059 Für weitere Anpassungen siehe die Dokumentation des Pakets 
36060 \series bold
36061 cancel
36062 \series default
36063
36064 \begin_inset CommandInset citation
36065 LatexCommand cite
36066 key "cancel"
36067
36068 \end_inset
36069
36070 .
36071 \end_layout
36072
36073 \begin_layout Standard
36074 \begin_inset ERT
36075 status collapsed
36076
36077 \begin_layout Plain Layout
36078
36079
36080 \backslash
36081 else 
36082 \end_layout
36083
36084 \end_inset
36085
36086
36087 \begin_inset Note Note
36088 status open
36089
36090 \begin_layout Plain Layout
36091 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
36092 \series bold
36093 cancel
36094 \series default
36095  nicht installiert ist:
36096 \end_layout
36097
36098 \end_inset
36099
36100
36101 \end_layout
36102
36103 \begin_layout Standard
36104 Das LaTeX-Paket 
36105 \series bold
36106 cancel 
36107 \series default
36108 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
36109 \end_layout
36110
36111 \begin_layout Standard
36112 \begin_inset ERT
36113 status collapsed
36114
36115 \begin_layout Plain Layout
36116
36117
36118 \backslash
36119 fi 
36120 \end_layout
36121
36122 \end_inset
36123
36124
36125 \end_layout
36126
36127 \begin_layout Subsection
36128 Formeln in Überschriften
36129 \begin_inset CommandInset label
36130 LatexCommand label
36131 name "sub:Formeln-in-Überschriften"
36132
36133 \end_inset
36134
36135
36136 \begin_inset Index idx
36137 status collapsed
36138
36139 \begin_layout Plain Layout
36140 Formel ! in Überschriften
36141 \end_layout
36142
36143 \end_inset
36144
36145
36146 \end_layout
36147
36148 \begin_layout Standard
36149 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
36150 \end_layout
36151
36152 \begin_layout Standard
36153 \begin_inset Note Greyedout
36154 status open
36155
36156 \begin_layout Plain Layout
36157 Verwendet man 
36158 \series bold
36159 hyperref
36160 \series default
36161
36162 \begin_inset Index idx
36163 status collapsed
36164
36165 \begin_layout Plain Layout
36166 Pakete ! hyperref
36167 \end_layout
36168
36169 \end_inset
36170
36171  Unterstützung im den Dokumenteinstellungen unter 
36172 \family sans
36173 PDF-Eigenschaften
36174 \family default
36175 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
36176  erzeugt.
36177  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
36178  dargestellt.
36179  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
36180 \end_layout
36181
36182 \end_inset
36183
36184
36185 \end_layout
36186
36187 \begin_layout Standard
36188 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
36189  Kurztitel über das Menü 
36190 \family sans
36191 Einfügen\SpecialChar \menuseparator
36192 Kurztitel
36193 \family default
36194  einfügt.
36195  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
36196  um das Inhaltsverzeichnis übersichtlich zu halten.
36197  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
36198 chen.
36199 \end_layout
36200
36201 \begin_layout Standard
36202 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
36203 \series bold
36204 hyperref
36205 \series default
36206 , verwendet man im TeX-Modus den Befehl
36207 \end_layout
36208
36209 \begin_layout Standard
36210
36211 \series bold
36212
36213 \backslash
36214 texorpdfstring{Teil}{Alternative}
36215 \begin_inset Index idx
36216 status collapsed
36217
36218 \begin_layout Plain Layout
36219 Befehle ! T ! 
36220 \backslash
36221 texorpdfstring
36222 \end_layout
36223
36224 \end_inset
36225
36226
36227 \end_layout
36228
36229 \begin_layout Standard
36230 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
36231  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
36232  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
36233  soll.
36234 \end_layout
36235
36236 \begin_layout Standard
36237 Es folgen zwei Beispielüberschriften:
36238 \begin_inset VSpace -3mm
36239 \end_inset
36240
36241
36242 \begin_inset ERT
36243 status collapsed
36244
36245 \begin_layout Plain Layout
36246
36247
36248 \backslash
36249 boldmath 
36250 \end_layout
36251
36252 \end_inset
36253
36254
36255 \end_layout
36256
36257 \begin_layout Subsubsection
36258 Überschrift ohne Formel im Inhaltsverzeichnis 
36259 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36260 \end_inset
36261
36262
36263 \begin_inset Argument
36264 status collapsed
36265
36266 \begin_layout Plain Layout
36267 Überschrift ohne Formel im Inhaltsverzeichnis
36268 \end_layout
36269
36270 \end_inset
36271
36272
36273 \end_layout
36274
36275 \begin_layout Subsubsection
36276 Überschrift mit Formel im Inhaltsverzeichnis
36277 \begin_inset ERT
36278 status collapsed
36279
36280 \begin_layout Plain Layout
36281
36282
36283 \backslash
36284 texorpdfstring{
36285 \end_layout
36286
36287 \end_inset
36288
36289  
36290 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
36291 \end_inset
36292
36293
36294 \begin_inset ERT
36295 status collapsed
36296
36297 \begin_layout Plain Layout
36298
36299 }{}
36300 \end_layout
36301
36302 \end_inset
36303
36304
36305 \end_layout
36306
36307 \begin_layout Standard
36308 \begin_inset ERT
36309 status collapsed
36310
36311 \begin_layout Plain Layout
36312
36313
36314 \backslash
36315 unboldmath 
36316 \end_layout
36317
36318 \end_inset
36319
36320 In der ersten Überschrift wurde ein Kurztitel verwendet.
36321  In der zweiten 
36322 \series bold
36323
36324 \backslash
36325 texorpdfstring
36326 \series default
36327 .
36328 \end_layout
36329
36330 \begin_layout Standard
36331 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
36332  die komplette Überschrift in eine 
36333 \series bold
36334 boldmath
36335 \series default
36336 -Umgebung
36337 \begin_inset Foot
36338 status collapsed
36339
36340 \begin_layout Plain Layout
36341 siehe 
36342 \begin_inset CommandInset ref
36343 LatexCommand ref
36344 reference "sub:Fett-gedruckte-Formeln"
36345
36346 \end_inset
36347
36348
36349 \end_layout
36350
36351 \end_inset
36352
36353  gesetzt.
36354 \end_layout
36355
36356 \begin_layout Subsection
36357 Formeln im mehrspaltigen Text
36358 \begin_inset Index idx
36359 status collapsed
36360
36361 \begin_layout Plain Layout
36362 Formel ! im mehrspaltigen Text
36363 \end_layout
36364
36365 \end_inset
36366
36367
36368 \end_layout
36369
36370 \begin_layout Standard
36371 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
36372  müssen daher über die gesamte Seitenbreite gesetzt werden.
36373  Dazu verwendet man das LaTeX-Paket 
36374 \series bold
36375 multicol
36376 \series default
36377
36378 \begin_inset Foot
36379 status collapsed
36380
36381 \begin_layout Plain Layout
36382
36383 \series bold
36384 multicol
36385 \series default
36386  ist Teil jeder LaTeX-Standardinstallation.
36387 \end_layout
36388
36389 \end_inset
36390
36391
36392 \begin_inset Index idx
36393 status collapsed
36394
36395 \begin_layout Plain Layout
36396 Pakete ! multicol
36397 \end_layout
36398
36399 \end_inset
36400
36401 , das mit der LaTeX-Vorspannzeile
36402 \end_layout
36403
36404 \begin_layout Standard
36405
36406 \series bold
36407
36408 \backslash
36409 usepackage{multicol}
36410 \end_layout
36411
36412 \begin_layout Standard
36413 geladen wird.
36414 \end_layout
36415
36416 \begin_layout Standard
36417 \begin_inset Note Greyedout
36418 status open
36419
36420 \begin_layout Plain Layout
36421 Dabei ist zu beachten, dass im Menü 
36422 \family sans
36423 Dokument\SpecialChar \menuseparator
36424 Einstellungen
36425 \family default
36426  unter 
36427 \family sans
36428 Textformat
36429 \family default
36430  
36431 \emph on
36432 nicht
36433 \emph default
36434  
36435 \family sans
36436 Zweispaltiges
36437 \begin_inset space ~
36438 \end_inset
36439
36440 Dokument
36441 \family default
36442  ausgewählt sein darf.
36443 \end_layout
36444
36445 \end_inset
36446
36447
36448 \end_layout
36449
36450 \begin_layout Standard
36451 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
36452 \end_layout
36453
36454 \begin_layout Standard
36455
36456 \series bold
36457
36458 \backslash
36459 begin{multicols}{Spaltenanzahl}
36460 \end_layout
36461
36462 \begin_layout Standard
36463 wobei die Spaltenanzahl eine Zahl im Bereich 2
36464 \begin_inset space \thinspace{}
36465 \end_inset
36466
36467 -
36468 \begin_inset space \thinspace{}
36469 \end_inset
36470
36471 10 ist.
36472  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
36473 \end_layout
36474
36475 \begin_layout Standard
36476
36477 \series bold
36478
36479 \backslash
36480 end{multicols}
36481 \end_layout
36482
36483 \begin_layout Standard
36484 der im TeX-Modus eingegeben wird.
36485 \end_layout
36486
36487 \begin_layout Standard
36488 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
36489  Um dies rückgängig zu machen, fügt man vor der Formel -6
36490 \begin_inset space \thinspace{}
36491 \end_inset
36492
36493 mm vertikalen Leerraum ein.
36494  Ist der Formelstil 
36495 \series bold
36496 Eingerückt
36497 \begin_inset Foot
36498 status collapsed
36499
36500 \begin_layout Plain Layout
36501 Formelstile siehe 
36502 \begin_inset CommandInset ref
36503 LatexCommand ref
36504 reference "sec:Formelstile"
36505
36506 \end_inset
36507
36508
36509 \end_layout
36510
36511 \end_inset
36512
36513
36514 \series default
36515  gewählt, fügt man stattdessen -9
36516 \begin_inset space \thinspace{}
36517 \end_inset
36518
36519 mm Leerraum ein.
36520 \end_layout
36521
36522 \begin_layout Standard
36523 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
36524 \end_layout
36525
36526 \begin_layout Standard
36527 \begin_inset ERT
36528 status collapsed
36529
36530 \begin_layout Plain Layout
36531
36532
36533 \backslash
36534 begin{multicols}{2}
36535 \end_layout
36536
36537 \end_inset
36538
36539 Das Spektrum wird fouriertransformiert.
36540  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
36541 , Lösungsmittel) zu trennen.
36542  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
36543  nun das Aussehen des Ausgangssignals.
36544  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
36545  über alle Phasen integrieren muss.
36546  Sei nun 
36547 \begin_inset Formula $S$
36548 \end_inset
36549
36550  unser normiertes Ausgangssignal und 
36551 \begin_inset Formula $P$
36552 \end_inset
36553
36554  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
36555 \begin_inset ERT
36556 status collapsed
36557
36558 \begin_layout Plain Layout
36559
36560
36561 \backslash
36562 end{multicols}
36563 \end_layout
36564
36565 \end_inset
36566
36567
36568 \begin_inset VSpace -6mm
36569 \end_inset
36570
36571
36572 \begin_inset Formula 
36573 \begin{equation}
36574 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
36575 \end{equation}
36576
36577 \end_inset
36578
36579
36580 \begin_inset ERT
36581 status collapsed
36582
36583 \begin_layout Plain Layout
36584
36585
36586 \backslash
36587 begin{multicols}{2}
36588 \end_layout
36589
36590 \end_inset
36591
36592 wobei 
36593 \begin_inset Formula $S_{0}$
36594 \end_inset
36595
36596  das Signal ohne Gradient ist und die Normierungsbedingung 
36597 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
36598 \end_inset
36599
36600  gilt.
36601  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
36602  Direkt nach dem 
36603 \begin_inset Formula $\nicefrac{\pi}{2}$
36604 \end_inset
36605
36606
36607 \begin_inset space \thinspace{}
36608 \end_inset
36609
36610 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
36611  das Signal zusätzlich abschwächt.
36612  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
36613  
36614 \begin_inset Formula $T_{2}$
36615 \end_inset
36616
36617 -Zeit.
36618 \end_layout
36619
36620 \begin_layout Standard
36621 \begin_inset ERT
36622 status collapsed
36623
36624 \begin_layout Plain Layout
36625
36626
36627 \backslash
36628 end{multicols}
36629 \end_layout
36630
36631 \end_inset
36632
36633  
36634 \end_layout
36635
36636 \begin_layout Subsection
36637 Formeln mit Beschreibung der Variablen
36638 \begin_inset Index idx
36639 status collapsed
36640
36641 \begin_layout Plain Layout
36642 Formel ! mit Variablenbeschreibung
36643 \end_layout
36644
36645 \end_inset
36646
36647
36648 \end_layout
36649
36650 \begin_layout Standard
36651 Möchte man wie in Formel 
36652 \begin_inset CommandInset ref
36653 LatexCommand eqref
36654 reference "eq:innerhalb"
36655
36656 \end_inset
36657
36658 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
36659 \series bold
36660 ×
36661 \series default
36662
36663 \begin_inset Formula $n$
36664 \end_inset
36665
36666
36667 \begin_inset space ~
36668 \end_inset
36669
36670 Matrix mit links ausgerichteten Spalten für die verwendeten 
36671 \begin_inset Formula $n$
36672 \end_inset
36673
36674  Variablen.
36675 \begin_inset Foot
36676 status collapsed
36677
36678 \begin_layout Plain Layout
36679 Matrizen siehe 
36680 \begin_inset CommandInset ref
36681 LatexCommand ref
36682 reference "sec:Matrizen"
36683
36684 \end_inset
36685
36686
36687 \end_layout
36688
36689 \end_inset
36690
36691  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
36692 \begin_inset space \thinspace{}
36693 \end_inset
36694
36695 B.
36696  den Befehl 
36697 \series bold
36698
36699 \backslash
36700 footnotesize
36701 \series default
36702  ein.
36703 \begin_inset Foot
36704 status collapsed
36705
36706 \begin_layout Plain Layout
36707 Schriftgrößen siehe 
36708 \begin_inset CommandInset ref
36709 LatexCommand ref
36710 reference "sub:Schriftgrößen"
36711
36712 \end_inset
36713
36714
36715 \end_layout
36716
36717 \end_inset
36718
36719
36720 \end_layout
36721
36722 \begin_layout Standard
36723 Wird der Formelstil 
36724 \series bold
36725 Eingerückt
36726 \begin_inset Foot
36727 status collapsed
36728
36729 \begin_layout Plain Layout
36730 Formelstile siehe 
36731 \begin_inset CommandInset ref
36732 LatexCommand ref
36733 reference "sec:Formelstile"
36734
36735 \end_inset
36736
36737
36738 \end_layout
36739
36740 \end_inset
36741
36742
36743 \series default
36744  verwendet, fügt man vor und nach der Matrix ein 
36745 \series bold
36746
36747 \backslash
36748 hfill
36749 \series default
36750
36751 \begin_inset Foot
36752 status collapsed
36753
36754 \begin_layout Plain Layout
36755
36756 \series bold
36757
36758 \backslash
36759 hfill
36760 \series default
36761  wirkt nur in Formeln mit dem Stil 
36762 \series bold
36763 Eingerückt
36764 \series default
36765 , siehe 
36766 \begin_inset CommandInset ref
36767 LatexCommand ref
36768 reference "sub:Variabler-Leerraum"
36769
36770 \end_inset
36771
36772 .
36773 \end_layout
36774
36775 \end_inset
36776
36777  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
36778  gleich ist.
36779 \end_layout
36780
36781 \begin_layout Standard
36782 Ist der Formelstil 
36783 \series bold
36784 Zentriert
36785 \series default
36786  gewählt, nutzt man die in 
36787 \begin_inset CommandInset ref
36788 LatexCommand ref
36789 reference "sub:Flalign-Umgebung"
36790
36791 \end_inset
36792
36793  beschriebene Möglichkeit, Formeln einzurücken.
36794  Formel 
36795 \begin_inset CommandInset ref
36796 LatexCommand eqref
36797 reference "eq:innerhalb"
36798
36799 \end_inset
36800
36801  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
36802  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
36803 \begin_inset Formula 
36804 \begin{flalign}
36805 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
36806 \rho & \textrm{Dichte}\\
36807 V & \textrm{Volumen}\\
36808 g & \textrm{Fallbeschleunigung}
36809 \end{array} &  & {}\label{eq:innerhalb}
36810 \end{flalign}
36811
36812 \end_inset
36813
36814
36815 \end_layout
36816
36817 \begin_layout Subsection
36818 Aufrechte kleine griechische Buchstaben
36819 \begin_inset CommandInset label
36820 LatexCommand label
36821 name "sub:Aufrechte-kleine-griechische"
36822
36823 \end_inset
36824
36825
36826 \begin_inset Index idx
36827 status collapsed
36828
36829 \begin_layout Plain Layout
36830 griechische Buchstaben ! aufrechte
36831 \end_layout
36832
36833 \end_inset
36834
36835
36836 \end_layout
36837
36838 \begin_layout Standard
36839 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
36840  zur Verfügung.
36841  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
36842  aufrechte griechische Buchstaben benötigt.
36843  Die Datei 
36844 \series bold
36845 upgreek.sty
36846 \series default
36847
36848 \begin_inset Foot
36849 status collapsed
36850
36851 \begin_layout Plain Layout
36852
36853 \series bold
36854 upgreek
36855 \series default
36856  ist Teil des LaTeX-Paketes 
36857 \series bold
36858 was
36859 \series default
36860
36861 \begin_inset Index idx
36862 status collapsed
36863
36864 \begin_layout Plain Layout
36865 Pakete ! was
36866 \begin_inset ERT
36867 status collapsed
36868
36869 \begin_layout Plain Layout
36870
36871
36872 \backslash
36873 vspace{4mm}
36874 \end_layout
36875
36876 \end_inset
36877
36878
36879 \end_layout
36880
36881 \end_inset
36882
36883 .
36884 \end_layout
36885
36886 \end_inset
36887
36888
36889 \begin_inset Index idx
36890 status collapsed
36891
36892 \begin_layout Plain Layout
36893 Pakete ! upgreek
36894 \end_layout
36895
36896 \end_inset
36897
36898 , die mit der LaTeX-Vorspannzeile
36899 \end_layout
36900
36901 \begin_layout Standard
36902
36903 \series bold
36904
36905 \backslash
36906 usepackage{upgreek}
36907 \end_layout
36908
36909 \begin_layout Standard
36910 geladen wird, stellt diese Buchstaben zur Verfügung.
36911  
36912 \begin_inset ERT
36913 status collapsed
36914
36915 \begin_layout Plain Layout
36916
36917
36918 \backslash
36919 ifupgreek 
36920 \end_layout
36921
36922 \end_inset
36923
36924
36925 \begin_inset Note Note
36926 status open
36927
36928 \begin_layout Plain Layout
36929 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
36930 \series bold
36931 upgreek
36932 \series default
36933  installiert ist:
36934 \end_layout
36935
36936 \end_inset
36937
36938  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
36939  
36940 \series bold
36941 up
36942 \series default
36943  begonnen wird.
36944  So erzeugt z.
36945 \begin_inset space \thinspace{}
36946 \end_inset
36947
36948 B.
36949  der Befehl 
36950 \series bold
36951
36952 \backslash
36953 uptau
36954 \series default
36955  dies: 
36956 \begin_inset Formula $\uptau$
36957 \end_inset
36958
36959
36960 \end_layout
36961
36962 \begin_layout Standard
36963 Damit kann man Elementarteilchenreaktionen erstellen:
36964 \begin_inset Formula 
36965 \[
36966 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
36967 \]
36968
36969 \end_inset
36970
36971
36972 \end_layout
36973
36974 \begin_layout Standard
36975 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
36976  Sie sollten daher nicht für Einheiten wie 
36977 \begin_inset Quotes gld
36978 \end_inset
36979
36980 µm
36981 \begin_inset Quotes grd
36982 \end_inset
36983
36984  verwendet werden.
36985 \end_layout
36986
36987 \begin_layout Standard
36988 \begin_inset ERT
36989 status collapsed
36990
36991 \begin_layout Plain Layout
36992
36993
36994 \backslash
36995 else 
36996 \end_layout
36997
36998 \end_inset
36999
37000
37001 \begin_inset Note Note
37002 status open
37003
37004 \begin_layout Plain Layout
37005 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
37006 \series bold
37007 upgreek
37008 \series default
37009  nicht installiert ist:
37010 \end_layout
37011
37012 \end_inset
37013
37014
37015 \end_layout
37016
37017 \begin_layout Standard
37018 Das LaTeX-Paket 
37019 \series bold
37020 upgreek 
37021 \series default
37022 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
37023 \end_layout
37024
37025 \begin_layout Standard
37026 \begin_inset ERT
37027 status collapsed
37028
37029 \begin_layout Plain Layout
37030
37031
37032 \backslash
37033 fi 
37034 \end_layout
37035
37036 \end_inset
37037
37038
37039 \end_layout
37040
37041 \begin_layout Subsection
37042 Textzeichen in Formeln
37043 \begin_inset CommandInset label
37044 LatexCommand label
37045 name "sub:Textzeichen-in-Formeln"
37046
37047 \end_inset
37048
37049
37050 \begin_inset Index idx
37051 status collapsed
37052
37053 \begin_layout Plain Layout
37054 Text ! in Formeln
37055 \end_layout
37056
37057 \end_inset
37058
37059
37060 \end_layout
37061
37062 \begin_layout Standard
37063 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
37064  Benötigt man z.
37065 \begin_inset space \thinspace{}
37066 \end_inset
37067
37068 B.
37069  den mittigen Punkt · in Formeln wie 
37070 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
37071 \end_inset
37072
37073 , müsste man dafür jedes Mal den Befehl 
37074 \series bold
37075
37076 \backslash
37077 cdot
37078 \series default
37079  eingeben
37080 \begin_inset Foot
37081 status collapsed
37082
37083 \begin_layout Plain Layout
37084 siehe 
37085 \begin_inset CommandInset ref
37086 LatexCommand ref
37087 reference "sub:Binäre-Operatoren"
37088
37089 \end_inset
37090
37091
37092 \end_layout
37093
37094 \end_inset
37095
37096 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
37097  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
37098 \end_layout
37099
37100 \begin_layout Standard
37101
37102 \series bold
37103
37104 \backslash
37105 DeclareInputText{183}{
37106 \backslash
37107 ifmmode
37108 \backslash
37109 cdot
37110 \backslash
37111 else
37112 \backslash
37113 textperiodcentered
37114 \backslash
37115 f\SpecialChar \textcompwordmark{}
37116 i}
37117 \end_layout
37118
37119 \begin_layout Standard
37120 Die Zeichenkodierung (Menü 
37121 \family sans
37122 Dokument\SpecialChar \menuseparator
37123 Einstellungen\SpecialChar \menuseparator
37124 Sprache
37125 \family default
37126 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
37127  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
37128 \series bold
37129
37130 \backslash
37131 textperiodcentered
37132 \series default
37133  verwendet.
37134  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
37135  LaTeX-Fehlern kommen würde.
37136  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
37137  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
37138  nicht.
37139 \end_layout
37140
37141 \begin_layout Standard
37142 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
37143  Z.
37144 \begin_inset space \thinspace{}
37145 \end_inset
37146
37147 B.
37148  ist die Kodierung 
37149 \series bold
37150 latin9
37151 \series default
37152  in der Datei 
37153 \series bold
37154 latin9.def
37155 \series default
37156  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
37157  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
37158 eien geändert werden.
37159  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
37160  nicht ohne Weiteres bearbeitet werden.
37161 \end_layout
37162
37163 \begin_layout Standard
37164 \begin_inset VSpace medskip
37165 \end_inset
37166
37167 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
37168  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
37169  Formel eingegeben werden können:
37170 \end_layout
37171
37172 \begin_layout Standard
37173
37174 \series bold
37175
37176 \backslash
37177 DeclareInputText{176}{
37178 \backslash
37179 ifmmode^
37180 \backslash
37181 circ
37182 \backslash
37183 else
37184 \backslash
37185 textdegree
37186 \backslash
37187 f\SpecialChar \textcompwordmark{}
37188 i}
37189 \end_layout
37190
37191 \begin_layout Standard
37192 \begin_inset Newpage newpage
37193 \end_inset
37194
37195
37196 \end_layout
37197
37198 \begin_layout Section
37199 \start_of_appendix
37200 Typographische Hinweise
37201 \begin_inset Index idx
37202 status collapsed
37203
37204 \begin_layout Plain Layout
37205 Typographische Hinweise
37206 \end_layout
37207
37208 \end_inset
37209
37210
37211 \end_layout
37212
37213 \begin_layout Standard
37214 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
37215  Regeln, die teilweise auch im Duden 
37216 \begin_inset CommandInset citation
37217 LatexCommand cite
37218 key "Duden"
37219
37220 \end_inset
37221
37222  unter 
37223 \family typewriter
37224 Textverarbeitung
37225 \family default
37226  aufgelistet sind.
37227  Weitere Regeln sind in 
37228 \begin_inset CommandInset citation
37229 LatexCommand cite
37230 key "Checklist"
37231
37232 \end_inset
37233
37234  zu finden.
37235 \end_layout
37236
37237 \begin_layout Itemize
37238 Physikalische Einheiten werden 
37239 \emph on
37240 immer
37241 \emph default
37242  aufrecht gesetzt
37243 \begin_inset Foot
37244 status collapsed
37245
37246 \begin_layout Plain Layout
37247 wird durch Schriftstile erreicht, siehe 
37248 \begin_inset CommandInset ref
37249 LatexCommand ref
37250 reference "sub:Schriftstile"
37251
37252 \end_inset
37253
37254
37255 \end_layout
37256
37257 \end_inset
37258
37259 , egal ob sie sich in einem kursiven Text befinden: 30
37260 \begin_inset space \thinspace{}
37261 \end_inset
37262
37263 km/h
37264 \begin_inset Newline newline
37265 \end_inset
37266
37267 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
37268 \begin_inset CommandInset ref
37269 LatexCommand ref
37270 reference "sub:Vordefinierter-Leerraum"
37271
37272 \end_inset
37273
37274 .
37275 \begin_inset Newline newline
37276 \end_inset
37277
37278 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
37279 \series bold
37280
37281 \backslash
37282 unittwo
37283 \series default
37284  verwendet.
37285  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
37286  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
37287  erhält wie oben: 
37288 \begin_inset Formula $\unit[30]{km/h}$
37289 \end_inset
37290
37291
37292 \begin_inset space \thinspace{}
37293 \end_inset
37294
37295 .
37296  Zu beachten ist, dass 
37297 \series bold
37298
37299 \backslash
37300 unittwo
37301 \series default
37302  kein echter LaTeX-Befehl, sondern der Befehl 
37303 \series bold
37304
37305 \backslash
37306 unit[Wert]{Einheit}
37307 \series default
37308  ist, daher kann man ihn nicht im TeX-Code benutzen.
37309 \end_layout
37310
37311 \begin_layout Itemize
37312 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
37313 \begin_inset Newline newline
37314 \end_inset
37315
37316 1,2
37317 \begin_inset space \thinspace{}
37318 \end_inset
37319
37320 ‰ Alkohol im Blut
37321 \begin_inset Newline newline
37322 \end_inset
37323
37324 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
37325  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
37326 \end_layout
37327
37328 \begin_layout Itemize
37329 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
37330  wird in einer Einheit verwendet: 15
37331 \begin_inset space \thinspace{}
37332 \end_inset
37333
37334 °C
37335 \end_layout
37336
37337 \begin_layout Itemize
37338 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
37339  Ziffer der kleinste Leerraum eingefügt: 18
37340 \begin_inset space \thinspace{}
37341 \end_inset
37342
37343 473
37344 \begin_inset space \thinspace{}
37345 \end_inset
37346
37347 588
37348 \end_layout
37349
37350 \begin_layout Itemize
37351 Für Bemaßungen wie z.
37352 \begin_inset space \thinspace{}
37353 \end_inset
37354
37355 B.
37356  120×90×40
37357 \begin_inset space \thinspace{}
37358 \end_inset
37359
37360 cm, verwendet man das gelegte Kreuz 
37361 \begin_inset Quotes gld
37362 \end_inset
37363
37364 ×
37365 \begin_inset Quotes grd
37366 \end_inset
37367
37368 , dass entweder über den Befehl 
37369 \series bold
37370
37371 \backslash
37372 times
37373 \series default
37374  oder über das Menü 
37375 \family sans
37376 Einfügen\SpecialChar \menuseparator
37377 Sonderzeichen\SpecialChar \menuseparator
37378 Symbole
37379 \family default
37380  verfügbar ist.
37381 \end_layout
37382
37383 \begin_layout Itemize
37384 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
37385  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
37386 \begin_inset space \thinspace{}
37387 \end_inset
37388
37389 6.
37390 \begin_inset space ~
37391 \end_inset
37392
37393 1979
37394 \end_layout
37395
37396 \begin_layout Itemize
37397 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
37398  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
37399 \begin_inset CommandInset ref
37400 LatexCommand ref
37401 reference "sub:Vordefinierte-Funktionen"
37402
37403 \end_inset
37404
37405 .
37406 \end_layout
37407
37408 \begin_layout Itemize
37409 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
37410  
37411 \begin_inset Formula $E_{\mathrm{kin}}$
37412 \end_inset
37413
37414
37415 \begin_inset Newline newline
37416 \end_inset
37417
37418 Komponenten von Matrizen werden kursiv gesetzt: 
37419 \begin_inset Formula $\hat{H}_{kl}$
37420 \end_inset
37421
37422
37423 \end_layout
37424
37425 \begin_layout Itemize
37426 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
37427  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
37428  Variablen zu verwechseln.
37429 \end_layout
37430
37431 \begin_layout Itemize
37432 Das Symbol für eine 
37433 \noun on
37434 Fourier
37435 \noun default
37436 -Transformation kann entweder mit dem Befehl 
37437 \series bold
37438
37439 \backslash
37440 mathscr
37441 \begin_inset ERT
37442 status collapsed
37443
37444 \begin_layout Plain Layout
37445
37446
37447 \backslash
37448 leer 
37449 \end_layout
37450
37451 \end_inset
37452
37453 F
37454 \series default
37455  oder über das Menü 
37456 \family sans
37457 Einfügen\SpecialChar \menuseparator
37458 Sonderzeichen\SpecialChar \menuseparator
37459 Symbole\SpecialChar \menuseparator
37460 Buchstabenähnliche
37461 \begin_inset space ~
37462 \end_inset
37463
37464 Symbole
37465 \family default
37466  eingefügt werden: 
37467 \begin_inset Formula $\mathscr{F}$
37468 \end_inset
37469
37470
37471 \end_layout
37472
37473 \begin_layout Standard
37474 \begin_inset Newpage newpage
37475 \end_inset
37476
37477
37478 \end_layout
37479
37480 \begin_layout Section
37481 Synonyme
37482 \begin_inset Index idx
37483 status collapsed
37484
37485 \begin_layout Plain Layout
37486 Synonyme
37487 \end_layout
37488
37489 \end_inset
37490
37491
37492 \end_layout
37493
37494 \begin_layout Standard
37495 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
37496  Hier ist eine Übersicht der Synonymbefehle:
37497 \end_layout
37498
37499 \begin_layout Standard
37500 \begin_inset VSpace bigskip
37501 \end_inset
37502
37503
37504 \begin_inset space \hfill{}
37505 \end_inset
37506
37507
37508 \begin_inset Tabular
37509 <lyxtabular version="3" rows="12" columns="2">
37510 <features tabularvalignment="middle">
37511 <column alignment="center" valignment="top" width="0pt">
37512 <column alignment="center" valignment="top" width="0pt">
37513 <row>
37514 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37515 \begin_inset Text
37516
37517 \begin_layout Plain Layout
37518 Befehl
37519 \end_layout
37520
37521 \end_inset
37522 </cell>
37523 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37524 \begin_inset Text
37525
37526 \begin_layout Plain Layout
37527 äquivalent zu
37528 \begin_inset Note Note
37529 status collapsed
37530
37531 \begin_layout Plain Layout
37532
37533 \series bold
37534
37535 \backslash
37536 raisebox
37537 \series default
37538  dient nur als Abstandhalter.
37539 \end_layout
37540
37541 \end_inset
37542
37543
37544 \end_layout
37545
37546 \end_inset
37547 </cell>
37548 </row>
37549 <row>
37550 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37551 \begin_inset Text
37552
37553 \begin_layout Plain Layout
37554
37555 \backslash
37556 ast
37557 \end_layout
37558
37559 \end_inset
37560 </cell>
37561 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37562 \begin_inset Text
37563
37564 \begin_layout Plain Layout
37565 \begin_inset ERT
37566 status collapsed
37567
37568 \begin_layout Plain Layout
37569
37570
37571 \backslash
37572 raisebox{-1.2mm}{
37573 \end_layout
37574
37575 \end_inset
37576
37577 *
37578 \begin_inset ERT
37579 status collapsed
37580
37581 \begin_layout Plain Layout
37582
37583 }
37584 \end_layout
37585
37586 \end_inset
37587
37588
37589 \end_layout
37590
37591 \end_inset
37592 </cell>
37593 </row>
37594 <row>
37595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37596 \begin_inset Text
37597
37598 \begin_layout Plain Layout
37599
37600 \backslash
37601 choose
37602 \end_layout
37603
37604 \end_inset
37605 </cell>
37606 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37607 \begin_inset Text
37608
37609 \begin_layout Plain Layout
37610
37611 \backslash
37612 binom
37613 \end_layout
37614
37615 \end_inset
37616 </cell>
37617 </row>
37618 <row>
37619 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37620 \begin_inset Text
37621
37622 \begin_layout Plain Layout
37623
37624 \backslash
37625 geq
37626 \end_layout
37627
37628 \end_inset
37629 </cell>
37630 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37631 \begin_inset Text
37632
37633 \begin_layout Plain Layout
37634
37635 \backslash
37636 ge
37637 \end_layout
37638
37639 \end_inset
37640 </cell>
37641 </row>
37642 <row>
37643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37644 \begin_inset Text
37645
37646 \begin_layout Plain Layout
37647
37648 \backslash
37649 lbrace
37650 \end_layout
37651
37652 \end_inset
37653 </cell>
37654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37655 \begin_inset Text
37656
37657 \begin_layout Plain Layout
37658 {
37659 \end_layout
37660
37661 \end_inset
37662 </cell>
37663 </row>
37664 <row>
37665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37666 \begin_inset Text
37667
37668 \begin_layout Plain Layout
37669
37670 \backslash
37671 lbracket
37672 \end_layout
37673
37674 \end_inset
37675 </cell>
37676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37677 \begin_inset Text
37678
37679 \begin_layout Plain Layout
37680 [
37681 \end_layout
37682
37683 \end_inset
37684 </cell>
37685 </row>
37686 <row>
37687 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37688 \begin_inset Text
37689
37690 \begin_layout Plain Layout
37691
37692 \backslash
37693 leftarrow
37694 \end_layout
37695
37696 \end_inset
37697 </cell>
37698 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37699 \begin_inset Text
37700
37701 \begin_layout Plain Layout
37702
37703 \backslash
37704 gets
37705 \end_layout
37706
37707 \end_inset
37708 </cell>
37709 </row>
37710 <row>
37711 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37712 \begin_inset Text
37713
37714 \begin_layout Plain Layout
37715
37716 \backslash
37717 leq
37718 \end_layout
37719
37720 \end_inset
37721 </cell>
37722 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37723 \begin_inset Text
37724
37725 \begin_layout Plain Layout
37726
37727 \backslash
37728 le
37729 \end_layout
37730
37731 \end_inset
37732 </cell>
37733 </row>
37734 <row>
37735 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37736 \begin_inset Text
37737
37738 \begin_layout Plain Layout
37739
37740 \backslash
37741 lor
37742 \end_layout
37743
37744 \end_inset
37745 </cell>
37746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37747 \begin_inset Text
37748
37749 \begin_layout Plain Layout
37750
37751 \backslash
37752 vee
37753 \end_layout
37754
37755 \end_inset
37756 </cell>
37757 </row>
37758 <row>
37759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37760 \begin_inset Text
37761
37762 \begin_layout Plain Layout
37763
37764 \backslash
37765 neq
37766 \end_layout
37767
37768 \end_inset
37769 </cell>
37770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37771 \begin_inset Text
37772
37773 \begin_layout Plain Layout
37774
37775 \backslash
37776 not=
37777 \end_layout
37778
37779 \end_inset
37780 </cell>
37781 </row>
37782 <row>
37783 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37784 \begin_inset Text
37785
37786 \begin_layout Plain Layout
37787
37788 \backslash
37789 slash
37790 \end_layout
37791
37792 \end_inset
37793 </cell>
37794 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37795 \begin_inset Text
37796
37797 \begin_layout Plain Layout
37798 /
37799 \end_layout
37800
37801 \end_inset
37802 </cell>
37803 </row>
37804 <row>
37805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37806 \begin_inset Text
37807
37808 \begin_layout Plain Layout
37809
37810 \backslash
37811 vert
37812 \end_layout
37813
37814 \end_inset
37815 </cell>
37816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37817 \begin_inset Text
37818
37819 \begin_layout Plain Layout
37820 |
37821 \end_layout
37822
37823 \end_inset
37824 </cell>
37825 </row>
37826 </lyxtabular>
37827
37828 \end_inset
37829
37830
37831 \begin_inset space \hfill{}
37832 \end_inset
37833
37834
37835 \begin_inset Tabular
37836 <lyxtabular version="3" rows="12" columns="2">
37837 <features tabularvalignment="middle">
37838 <column alignment="center" valignment="top" width="0pt">
37839 <column alignment="center" valignment="top" width="0pt">
37840 <row>
37841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
37842 \begin_inset Text
37843
37844 \begin_layout Plain Layout
37845 Befehl
37846 \end_layout
37847
37848 \end_inset
37849 </cell>
37850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
37851 \begin_inset Text
37852
37853 \begin_layout Plain Layout
37854 äquivalent zu
37855 \end_layout
37856
37857 \end_inset
37858 </cell>
37859 </row>
37860 <row>
37861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37862 \begin_inset Text
37863
37864 \begin_layout Plain Layout
37865
37866 \backslash
37867 backslash
37868 \end_layout
37869
37870 \end_inset
37871 </cell>
37872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37873 \begin_inset Text
37874
37875 \begin_layout Plain Layout
37876
37877 \backslash
37878
37879 \backslash
37880
37881 \end_layout
37882
37883 \end_inset
37884 </cell>
37885 </row>
37886 <row>
37887 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37888 \begin_inset Text
37889
37890 \begin_layout Plain Layout
37891
37892 \backslash
37893 dasharrow
37894 \end_layout
37895
37896 \end_inset
37897 </cell>
37898 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37899 \begin_inset Text
37900
37901 \begin_layout Plain Layout
37902
37903 \backslash
37904 dashrightarrow
37905 \end_layout
37906
37907 \end_inset
37908 </cell>
37909 </row>
37910 <row>
37911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37912 \begin_inset Text
37913
37914 \begin_layout Plain Layout
37915
37916 \backslash
37917 land
37918 \end_layout
37919
37920 \end_inset
37921 </cell>
37922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37923 \begin_inset Text
37924
37925 \begin_layout Plain Layout
37926
37927 \backslash
37928 wedge
37929 \end_layout
37930
37931 \end_inset
37932 </cell>
37933 </row>
37934 <row>
37935 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37936 \begin_inset Text
37937
37938 \begin_layout Plain Layout
37939
37940 \backslash
37941 rbrace
37942 \end_layout
37943
37944 \end_inset
37945 </cell>
37946 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37947 \begin_inset Text
37948
37949 \begin_layout Plain Layout
37950 }
37951 \end_layout
37952
37953 \end_inset
37954 </cell>
37955 </row>
37956 <row>
37957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37958 \begin_inset Text
37959
37960 \begin_layout Plain Layout
37961
37962 \backslash
37963 rbracket
37964 \end_layout
37965
37966 \end_inset
37967 </cell>
37968 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37969 \begin_inset Text
37970
37971 \begin_layout Plain Layout
37972 ]
37973 \end_layout
37974
37975 \end_inset
37976 </cell>
37977 </row>
37978 <row>
37979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
37980 \begin_inset Text
37981
37982 \begin_layout Plain Layout
37983
37984 \backslash
37985 rightarrow
37986 \end_layout
37987
37988 \end_inset
37989 </cell>
37990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
37991 \begin_inset Text
37992
37993 \begin_layout Plain Layout
37994
37995 \backslash
37996 to
37997 \end_layout
37998
37999 \end_inset
38000 </cell>
38001 </row>
38002 <row>
38003 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38004 \begin_inset Text
38005
38006 \begin_layout Plain Layout
38007
38008 \backslash
38009 lnot
38010 \end_layout
38011
38012 \end_inset
38013 </cell>
38014 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38015 \begin_inset Text
38016
38017 \begin_layout Plain Layout
38018
38019 \backslash
38020 neg
38021 \end_layout
38022
38023 \end_inset
38024 </cell>
38025 </row>
38026 <row>
38027 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38028 \begin_inset Text
38029
38030 \begin_layout Plain Layout
38031
38032 \backslash
38033 ne
38034 \end_layout
38035
38036 \end_inset
38037 </cell>
38038 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38039 \begin_inset Text
38040
38041 \begin_layout Plain Layout
38042
38043 \backslash
38044 not=
38045 \end_layout
38046
38047 \end_inset
38048 </cell>
38049 </row>
38050 <row>
38051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38052 \begin_inset Text
38053
38054 \begin_layout Plain Layout
38055
38056 \backslash
38057 owns
38058 \end_layout
38059
38060 \end_inset
38061 </cell>
38062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38063 \begin_inset Text
38064
38065 \begin_layout Plain Layout
38066
38067 \backslash
38068 ni
38069 \end_layout
38070
38071 \end_inset
38072 </cell>
38073 </row>
38074 <row>
38075 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
38076 \begin_inset Text
38077
38078 \begin_layout Plain Layout
38079
38080 \backslash
38081 square
38082 \end_layout
38083
38084 \end_inset
38085 </cell>
38086 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
38087 \begin_inset Text
38088
38089 \begin_layout Plain Layout
38090
38091 \backslash
38092 Box
38093 \end_layout
38094
38095 \end_inset
38096 </cell>
38097 </row>
38098 <row>
38099 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
38100 \begin_inset Text
38101
38102 \begin_layout Plain Layout
38103
38104 \backslash
38105 Vert
38106 \end_layout
38107
38108 \end_inset
38109 </cell>
38110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
38111 \begin_inset Text
38112
38113 \begin_layout Plain Layout
38114
38115 \backslash
38116 |
38117 \end_layout
38118
38119 \end_inset
38120 </cell>
38121 </row>
38122 </lyxtabular>
38123
38124 \end_inset
38125
38126
38127 \begin_inset space \hfill{}
38128 \end_inset
38129
38130
38131 \end_layout
38132
38133 \begin_layout Standard
38134 \begin_inset Newpage newpage
38135 \end_inset
38136
38137
38138 \end_layout
38139
38140 \begin_layout Bibliography
38141 \labelwidthstring Referenzen
38142 \begin_inset CommandInset bibitem
38143 LatexCommand bibitem
38144 key "TLC2"
38145
38146 \end_inset
38147
38148
38149 \shape smallcaps
38150 Mittelbach, F.
38151  ; Goossens, M.
38152 \shape default
38153
38154 \shape italic
38155 The LaTeX Companion
38156 \shape default
38157 .
38158  Addison Wesley, 2004
38159 \end_layout
38160
38161 \begin_layout Bibliography
38162 \labelwidthstring Referenzen
38163 \begin_inset CommandInset bibitem
38164 LatexCommand bibitem
38165 key "Mathmode"
38166
38167 \end_inset
38168
38169
38170 \begin_inset CommandInset href
38171 LatexCommand href
38172 name "Beschreibung"
38173 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
38174
38175 \end_inset
38176
38177  der mathematischen Fähigkeiten von LaTeX
38178 \end_layout
38179
38180 \begin_layout Bibliography
38181 \labelwidthstring Referenzen
38182 \begin_inset CommandInset bibitem
38183 LatexCommand bibitem
38184 key "AMS"
38185
38186 \end_inset
38187
38188
38189 \begin_inset CommandInset href
38190 LatexCommand href
38191 name "Beschreibung"
38192 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
38193
38194 \end_inset
38195
38196  von 
38197 \begin_inset ERT
38198 status collapsed
38199
38200 \begin_layout Plain Layout
38201
38202
38203 \backslash
38204 AmS
38205 \end_layout
38206
38207 \end_inset
38208
38209 -LaTeX
38210 \end_layout
38211
38212 \begin_layout Bibliography
38213 \labelwidthstring Referenzen
38214 \begin_inset CommandInset bibitem
38215 LatexCommand bibitem
38216 key "Symbole"
38217
38218 \end_inset
38219
38220
38221 \begin_inset CommandInset href
38222 LatexCommand href
38223 name "Auflistung"
38224 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
38225
38226 \end_inset
38227
38228  aller über LaTeX-Pakete verfügbare Symbole
38229 \end_layout
38230
38231 \begin_layout Bibliography
38232 \labelwidthstring Referenzen
38233 \begin_inset CommandInset bibitem
38234 LatexCommand bibitem
38235 key "cancel"
38236
38237 \end_inset
38238
38239
38240 \begin_inset CommandInset href
38241 LatexCommand href
38242 name "Dokumentation"
38243 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
38244
38245 \end_inset
38246
38247  des LaTeX-Pakets 
38248 \series bold
38249 cancel
38250 \series default
38251
38252 \begin_inset Index idx
38253 status collapsed
38254
38255 \begin_layout Plain Layout
38256 Pakete ! cancel
38257 \end_layout
38258
38259 \end_inset
38260
38261
38262 \end_layout
38263
38264 \begin_layout Bibliography
38265 \labelwidthstring Referenzen
38266 \begin_inset CommandInset bibitem
38267 LatexCommand bibitem
38268 key "hyperref"
38269
38270 \end_inset
38271
38272
38273 \begin_inset CommandInset href
38274 LatexCommand href
38275 name "Dokumentation"
38276 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
38277
38278 \end_inset
38279
38280  des LaTeX-Pakets 
38281 \series bold
38282 hyperref
38283 \series default
38284
38285 \begin_inset Index idx
38286 status collapsed
38287
38288 \begin_layout Plain Layout
38289 Pakete ! hyperref
38290 \end_layout
38291
38292 \end_inset
38293
38294
38295 \end_layout
38296
38297 \begin_layout Bibliography
38298 \labelwidthstring Referenzen
38299 \begin_inset CommandInset bibitem
38300 LatexCommand bibitem
38301 key "mhchem"
38302
38303 \end_inset
38304
38305
38306 \begin_inset CommandInset href
38307 LatexCommand href
38308 name "Dokumentation"
38309 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
38310
38311 \end_inset
38312
38313  des LaTeX-Pakets 
38314 \series bold
38315 mhchem
38316 \series default
38317
38318 \begin_inset Index idx
38319 status collapsed
38320
38321 \begin_layout Plain Layout
38322 Pakete ! mhchem
38323 \end_layout
38324
38325 \end_inset
38326
38327
38328 \end_layout
38329
38330 \begin_layout Bibliography
38331 \labelwidthstring Referenzen
38332 \begin_inset CommandInset bibitem
38333 LatexCommand bibitem
38334 key "Mathclap"
38335
38336 \end_inset
38337
38338
38339 \begin_inset CommandInset href
38340 LatexCommand href
38341 name "Beschreibung"
38342 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
38343
38344 \end_inset
38345
38346  des in 
38347 \begin_inset CommandInset ref
38348 LatexCommand ref
38349 reference "sub:Operatorgrenzen"
38350
38351 \end_inset
38352
38353  vorgestellten Befehls 
38354 \series bold
38355
38356 \backslash
38357 mathclap
38358 \series default
38359
38360 \begin_inset Index idx
38361 status collapsed
38362
38363 \begin_layout Plain Layout
38364 Befehle ! M ! 
38365 \backslash
38366 mathclap
38367 \end_layout
38368
38369 \end_inset
38370
38371
38372 \end_layout
38373
38374 \begin_layout Bibliography
38375 \labelwidthstring Referenzen
38376 \begin_inset CommandInset bibitem
38377 LatexCommand bibitem
38378 key "Duden"
38379
38380 \end_inset
38381
38382
38383 \emph on
38384 Duden Band 1
38385 \emph default
38386 .
38387  22.
38388  Auflage, Duden Verlag 2001
38389 \end_layout
38390
38391 \begin_layout Bibliography
38392 \labelwidthstring Referenzen
38393 \begin_inset CommandInset bibitem
38394 LatexCommand bibitem
38395 key "Checklist"
38396
38397 \end_inset
38398
38399
38400 \begin_inset CommandInset href
38401 LatexCommand href
38402 name "Prüfliste"
38403 target "http://physics.nist.gov/Document/checklist.pdf"
38404
38405 \end_inset
38406
38407  für das Rezensieren von Manuskripten
38408 \end_layout
38409
38410 \begin_layout Standard
38411 \begin_inset Note Note
38412 status collapsed
38413
38414 \begin_layout Plain Layout
38415 Damit der Index den Namen 
38416 \begin_inset Quotes gld
38417 \end_inset
38418
38419 Stichwortverzeichnis
38420 \begin_inset Quotes grd
38421 \end_inset
38422
38423  erhält, wurde im LaTeX-Vorspann
38424 \end_layout
38425
38426 \begin_layout Plain Layout
38427
38428 \series bold
38429
38430 \backslash
38431 addto
38432 \backslash
38433 captionsngerman{
38434 \backslash
38435 renewcommand{
38436 \backslash
38437 indexname}{Stichwortverzeichnis}}
38438 \end_layout
38439
38440 \begin_layout Plain Layout
38441 eingefügt.
38442 \end_layout
38443
38444 \begin_layout Plain Layout
38445 Das Paket 
38446 \series bold
38447 babel
38448 \series default
38449  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
38450  Ehe man Beschriftungen ändern kann, muss es geladen werden.
38451  Außerdem wird 
38452 \series bold
38453 babel
38454 \series default
38455  von LyX automatisch nach dem LaTeX-Vorspann geladen.
38456  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
38457 che verwendet wurde.
38458 \end_layout
38459
38460 \begin_layout Plain Layout
38461 Möchte man andere Beschriftungen ändern, ersetzt man 
38462 \series bold
38463
38464 \backslash
38465 indexname
38466 \series default
38467  durch 
38468 \series bold
38469
38470 \backslash
38471 <Beschriftungs>name
38472 \series default
38473 .
38474  Eine Auflistung der möglichen Namen findet man unter
38475 \end_layout
38476
38477 \begin_layout Plain Layout
38478
38479 \family typewriter
38480 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
38481 \end_layout
38482
38483 \begin_layout Plain Layout
38484 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
38485 \series bold
38486 ngerman
38487 \series default
38488  durch die Dokumentsprache und
38489 \end_layout
38490
38491 \begin_layout Plain Layout
38492
38493 \series bold
38494
38495 \backslash
38496 captionsgerman
38497 \series default
38498  durch 
38499 \series bold
38500
38501 \backslash
38502 captions<Dokumentsprache>
38503 \series default
38504 .
38505 \end_layout
38506
38507 \end_inset
38508
38509
38510 \begin_inset CommandInset index_print
38511 LatexCommand printindex
38512 type "idx"
38513
38514 \end_inset
38515
38516
38517 \end_layout
38518
38519 \end_body
38520 \end_document