]> git.lyx.org Git - lyx.git/blob - lib/doc/de/Math.lyx
documentation: some preamble fixes, part 2/3
[lyx.git] / lib / doc / de / Math.lyx
1 #LyX 1.6.0svn created this file. For more info see http://www.lyx.org/
2 \lyxformat 337
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
17 % if pdflatex is used
18 \usepackage{ifpdf}
19 \ifpdf
20
21 % set fonts for nicer pdf view
22 \IfFileExists{lmodern.sty}
23  {\usepackage{lmodern}}{}
24
25 \fi % end if pdflatex is used
26
27 % Folgendes Problem lösen:
28 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
29 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
30 % die Kapitelnummer geschrieben.
31 % Als Lösung wird mehr Platz zwischen Nummer und
32 % Überschrift eingefügt.
33 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
34 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
35
36 % Damit die Zeichen ° und · in LyX direkt eingegeben werden können,
37 % siehe Kap. 22.11
38 \DeclareInputText{176}{\ifmmode^\circ\else\textdegree\fi}
39 \DeclareInputText{183}{\ifmmode\cdot\else\textperiodcentered\fi}
40
41 % Linkfläche für Querverweise vergrößern und automatisch benennen,
42 % siehe Kap. 22.18.1
43 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
44 \renewcommand{\sectionautorefname}{Kap.\negthinspace}
45 \renewcommand{\subsectionautorefname}{Kap.\negthinspace}
46 \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}
47 \newlength{\abc}
48 \settowidth{\abc}{\space}
49 \renewcommand{\equationautorefname}{\hspace{-\abc}}
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 % siehe Kap. 22.16
68 \let\myFoot\footnote
69 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
70
71 % provides caption formatting
72 \setkomafont{captionlabel}{\bfseries}
73
74 % benutzt in Kap. 22.4
75 \usepackage{braket}
76
77 % benutzt in Kap. 22.6
78 \usepackage[samesize]{cancel}
79
80 % enables calculation of values,
81 \usepackage{calc}
82
83 % für Mehrfachzeilen und -spalten
84 \usepackage{multirow}
85 \usepackage{multicol}
86
87 % für Diagramme
88 \usepackage{amscd}
89
90 % benutzt in Kap. 19.4
91 \usepackage{remreset}
92
93 %Mehrfachzeilen zentriert ausrichten (z.B. in Kap. 13.3)
94 \renewcommand{\multirowsetup}{\centering}
95
96 % Farbdefinition aus Kap. 9.3
97 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
98
99 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
100 \DeclareMathOperator*{\Raute}{\blacklozenge}
101 \DeclareMathOperator{\sgn}{sgn}
102
103 \newcommand{\leer}{\textvisiblespace}
104
105 % Beispielbefehle aus Kap. 20.1 
106 \newcommand{\gr}{\Longrightarrow}
107 \newcommand{\us}[1]{\underline{#1}}
108 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
109 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
110 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
111
112 % Beispielmakro aus Kap. 19.4
113 %\def\tagform@#1{\maketag@@@{|#1|}}
114
115 % Makro aus Kap. 10.2
116 \def\clap#1{\hbox to 0pt{\hss #1\hss}}
117 \def\mathclap {\mathpalette \mathclapinternal}
118 \def\mathclapinternal #1#2{\clap{$\mathsurround =0pt #1{#2}$}}
119
120 % Grauschrift Notiz umdefinieren
121 \renewenvironment{lyxgreyedout}
122  {\textcolor{blue}\bgroup}{\egroup}
123
124 % Damit der Index einen anderen Namen erhält.
125 \addto\captionsngerman
126 {\renewcommand{\indexname}
127 {Stichwort- und Befehlsverzeichnis}}
128
129 % testen ob das Paket eurosym installiert ist
130 % wird benutzt für das Euro-Symbol
131 \newboolean{eurosym}
132 \IfFileExists{eurosym.sty}
133  {\usepackage[gennarrow]{eurosym}
134   \setboolean{eurosym}{true}}
135  {\setboolean{eurosym}{false}}
136
137 % benutzt in Kap. 22.4
138 % testen ob Paket braket installiert ist
139 \newboolean{braket}
140 \IfFileExists{braket.sty}
141  {\usepackage{braket}
142   \setboolean{braket}{true}}
143  {\setboolean{braket}{false}}
144
145 % benutzt in Kap. 22.10
146 % testen ob Paket upgreek installiert ist
147 \newboolean{upgreek}
148 \IfFileExists{upgreek.sty}
149  {\usepackage{upgreek}
150   \setboolean{upgreek}{true}}
151  {\setboolean{upgreek}{false}}
152
153 % benötigt für Kommas in Formeln, siehe Kap. 22.3
154 \IfFileExists{icomma.sty}
155  {\usepackage{icomma}}{}
156 \end_preamble
157 \options bibtotoc,idxtotoc,BCOR7.5mm,titlepage,tablecaptionabove
158 \language ngerman
159 \inputencoding auto
160 \font_roman default
161 \font_sans default
162 \font_typewriter default
163 \font_default_family default
164 \font_sc false
165 \font_osf false
166 \font_sf_scale 100
167 \font_tt_scale 100
168
169 \graphics default
170 \paperfontsize 12
171 \spacing single
172 \use_hyperref true
173 \pdf_title "LyXs Mathehandbuch"
174 \pdf_author "LyX Team, Uwe Stöhr"
175 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
176 \pdf_keywords "LyX, Mathed"
177 \pdf_bookmarks true
178 \pdf_bookmarksnumbered true
179 \pdf_bookmarksopen true
180 \pdf_bookmarksopenlevel 1
181 \pdf_breaklinks false
182 \pdf_pdfborder false
183 \pdf_colorlinks true
184 \pdf_backref false
185 \pdf_pagebackref false
186 \pdf_pdfusetitle false
187 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue,  pdfpagelayout=OneColumn, pdfnewwindow=true,  pdfstartview=XYZ, plainpages=false, pdfpagelabels"
188 \papersize a4paper
189 \use_geometry false
190 \use_amsmath 2
191 \use_esint 1
192 \cite_engine basic
193 \use_bibtopic false
194 \paperorientation portrait
195 \secnumdepth 4
196 \tocdepth 3
197 \paragraph_separation skip
198 \defskip medskip
199 \quotes_language german
200 \papercolumns 1
201 \papersides 2
202 \paperpagestyle plain
203 \bullet 1 0 6 -1
204 \bullet 2 2 35 -1
205 \bullet 3 2 7 -1
206 \tracking_changes false
207 \output_changes false
208 \author "" 
209 \author "" 
210 \end_header
211
212 \begin_body
213
214 \begin_layout Title
215 LyXs detailliertes Mathe Handbuch
216 \end_layout
217
218 \begin_layout Author
219 vom LyX Team
220 \begin_inset Foot
221 status collapsed
222
223 \begin_layout Plain Layout
224 \noindent
225 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
226 ons-Liste: 
227 \family typewriter
228
229 \begin_inset CommandInset href
230 LatexCommand href
231 name "lyx-docs@lists.lyx.org"
232 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
233
234 \end_inset
235
236
237 \end_layout
238
239 \end_inset
240
241
242 \begin_inset Note Note
243 status collapsed
244
245 \begin_layout Plain Layout
246 Verfasser: Uwe Stöhr
247 \end_layout
248
249 \end_inset
250
251
252 \begin_inset Newline newline
253 \end_inset
254
255
256 \begin_inset Newline newline
257 \end_inset
258
259
260 \family sans
261 Version 1.6svn
262 \end_layout
263
264 \begin_layout Standard
265 \begin_inset CommandInset toc
266 LatexCommand tableofcontents
267
268 \end_inset
269
270
271 \end_layout
272
273 \begin_layout Standard
274 \begin_inset Note Note
275 status open
276
277 \begin_layout Plain Layout
278 Um diese Datei als PDF, PS oder DVI zu exportieren, müssen die LaTeX-Pakete
279  
280 \series bold
281 eurosym,
282 \series default
283  
284 \series bold
285 multirow,
286 \series default
287  und 
288 \series bold
289 was
290 \series default
291  installiert sein.
292  Wenn sie nicht installiert sind, kann das Dokument trotzdem exportiert
293  werden, die Abschnitte in denen die Pakete benötigt werden, erscheinen
294  dann aber nicht im Ausdruck.
295 \end_layout
296
297 \end_inset
298
299
300 \end_layout
301
302 \begin_layout Standard
303 \begin_inset Newpage newpage
304 \end_inset
305
306
307 \end_layout
308
309 \begin_layout Section
310 Einleitung
311 \begin_inset CommandInset label
312 LatexCommand label
313 name "sec:Einleitung"
314
315 \end_inset
316
317
318 \end_layout
319
320 \begin_layout Standard
321 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
322  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
323  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
324 tten.
325  Das setzt voraus, dass bereits das Kapitel 
326 \family typewriter
327 Mathematische
328 \family default
329  
330 \family typewriter
331 Formeln
332 \family default
333  des Benutzerhandbuchs gelesen worden ist.
334 \end_layout
335
336 \begin_layout Standard
337 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
338 \family sans
339 Einfügen
340 \series bold
341 \SpecialChar \menuseparator
342
343 \series default
344 Mathe
345 \family default
346  oder die 
347 \family sans
348 Mathe-Werkzeugleiste
349 \family default
350  aufrufbar.
351  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
352  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
353  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
354  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
355 \end_layout
356
357 \begin_layout Standard
358 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
359  LyX verfügbar.
360  Um alle Befehle nutzen zu können, muss die Option 
361 \family sans
362 AMS-Mathe-Paket verwenden
363 \family default
364  im Menü 
365 \family sans
366 Dokument\SpecialChar \menuseparator
367 Einstellungen\SpecialChar \menuseparator
368 Mathe Optionen
369 \family default
370  aktiviert sein.
371 \begin_inset Foot
372 status collapsed
373
374 \begin_layout Plain Layout
375 Die 
376 \family sans
377 Option
378 \family default
379  
380 \family sans
381 AMS-Mathe-Paket automatisch verwenden
382 \family default
383  verwendet 
384 \begin_inset ERT
385 status collapsed
386
387 \begin_layout Plain Layout
388
389
390 \backslash
391 AmS 
392 \end_layout
393
394 \end_inset
395
396 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
397  LyX unterstützt.
398 \end_layout
399
400 \end_inset
401
402
403 \end_layout
404
405 \begin_layout Standard
406 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
407 listung
408  aller 
409 \begin_inset ERT
410 status collapsed
411
412 \begin_layout Plain Layout
413
414
415 \backslash
416 AmS 
417 \end_layout
418
419 \end_inset
420
421 -Mathe Befehle
422 \begin_inset Foot
423 status collapsed
424
425 \begin_layout Plain Layout
426 Eine Liste mit allen 
427 \begin_inset ERT
428 status collapsed
429
430 \begin_layout Plain Layout
431
432
433 \backslash
434 AmS
435 \end_layout
436
437 \end_inset
438
439 -Mathe Befehlen findet sich in der Datei 
440 \family sans
441
442 \begin_inset CommandInset href
443 LatexCommand href
444 name "amsguide.ps"
445 target "ftp://ctan.tug.org/tex-archive/macros/amstex/doc/amsguide.ps"
446
447 \end_inset
448
449
450 \family default
451 , die Teil jeder LaTeX-Standardinstallation ist.
452 \end_layout
453
454 \end_inset
455
456  verzichtet.
457 \end_layout
458
459 \begin_layout Section
460 Allgemeine Hinweise
461 \begin_inset CommandInset label
462 LatexCommand label
463 name "sec:Allgemeine-Hinweise"
464
465 \end_inset
466
467
468 \end_layout
469
470 \begin_layout Standard
471 Um eine in einer Textzeile eingebettete Formel
472 \begin_inset Index
473 status collapsed
474
475 \begin_layout Plain Layout
476 Formel ! eingebettete
477 \end_layout
478
479 \end_inset
480
481  zu erstellen, drückt man 
482 \family sans
483 Strg-m
484 \family default
485  oder den Werkzeugleistenknopf 
486 \begin_inset Graphics
487         filename ../../images/math-mode.png
488         scale 85
489
490 \end_inset
491
492 .
493 \begin_inset Newline newline
494 \end_inset
495
496 Um eine abgesetzte Formel
497 \begin_inset Index
498 status collapsed
499
500 \begin_layout Plain Layout
501 Formel ! abgesetzte
502 \end_layout
503
504 \end_inset
505
506  zu erstellen, drückt man 
507 \family sans
508 Strg-M
509 \family default
510 .
511 \end_layout
512
513 \begin_layout Standard
514 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
515  Cursor in die Formel und drückt 
516 \family sans
517 Strg-M
518 \family default
519  oder benutzt das Menü 
520 \family sans
521 Bearbeiten\SpecialChar \menuseparator
522 Mathe\SpecialChar \menuseparator
523
524 \begin_inset Newline linebreak
525 \end_inset
526
527 Formelart ändern
528 \family default
529 .
530  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
531  umwandeln.
532 \end_layout
533
534 \begin_layout Standard
535 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
536  gibt man in die Formel den Befehl 
537 \series bold
538
539 \backslash
540 displaystyle
541 \begin_inset Index
542 status collapsed
543
544 \begin_layout Plain Layout
545 Befehle ! D ! 
546 \backslash
547 displaystyle
548 \end_layout
549
550 \end_inset
551
552
553 \series default
554  ein.
555  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
556  wird.
557 \end_layout
558
559 \begin_layout Standard
560 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
561 \end_layout
562
563 \begin_layout Standard
564 Die 
565 \family sans
566 Mathe-Werkzeugleiste
567 \family default
568  kann über das Menü 
569 \family sans
570 Ansicht\SpecialChar \menuseparator
571 Werkzeugleisten
572 \family default
573  eingeblendet werden.
574  Wenn dort auf 
575 \begin_inset Quotes eld
576 \end_inset
577
578 Mathe
579 \begin_inset Quotes erd
580 \end_inset
581
582  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
583  diese Einstellung wird durch ein Häkchen im Menü 
584 \family sans
585 Werkzeugleisten
586 \family default
587  angezeigt.
588  Wenn nun im Menü 
589 \family sans
590 Werkzeugleisten
591 \family default
592  nochmal auf 
593 \begin_inset Quotes eld
594 \end_inset
595
596 Mathe
597 \begin_inset Quotes erd
598 \end_inset
599
600  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
601  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
602  des Menüeintrags von 
603 \begin_inset Quotes eld
604 \end_inset
605
606 Mathe
607 \begin_inset Quotes erd
608 \end_inset
609
610  zu 
611 \begin_inset Quotes eld
612 \end_inset
613
614 Mathe
615 \begin_inset space ~
616 \end_inset
617
618 (automatisch)
619 \begin_inset Quotes erd
620 \end_inset
621
622  angezeigt.
623 \end_layout
624
625 \begin_layout Standard
626 In den TeX-Modus
627 \begin_inset Index
628 status collapsed
629
630 \begin_layout Plain Layout
631 T@
632 \begin_inset ERT
633 status collapsed
634
635 \begin_layout Plain Layout
636
637
638 \backslash
639
640 \begin_inset ERT
641 status collapsed
642
643 \begin_layout Plain Layout
644
645 {
646 \end_layout
647
648 \end_inset
649
650
651 \begin_inset ERT
652 status collapsed
653
654 \begin_layout Plain Layout
655
656 }
657 \end_layout
658
659 \end_inset
660
661
662 \end_layout
663
664 \end_inset
665
666 TeX-Modus
667 \end_layout
668
669 \end_inset
670
671  gelangt man über den Werkzeugleistenknopf 
672 \begin_inset Graphics
673         filename ../../images/ert-insert.png
674         scale 85
675
676 \end_inset
677
678  oder das Menü 
679 \family sans
680 Einfügen\SpecialChar \menuseparator
681 T
682 \begin_inset ERT
683 status collapsed
684
685 \begin_layout Plain Layout
686
687 {
688 \end_layout
689
690 \end_inset
691
692 e
693 \begin_inset ERT
694 status collapsed
695
696 \begin_layout Plain Layout
697
698 }
699 \end_layout
700
701 \end_inset
702
703 X
704 \begin_inset space ~
705 \end_inset
706
707 Code
708 \family default
709  (Tastenkürzel 
710 \family sans
711 Strg-l
712 \family default
713 ).
714 \begin_inset Note Note
715 status collapsed
716
717 \begin_layout Plain Layout
718 In LyX gibt es drei 
719 \begin_inset Quotes gld
720 \end_inset
721
722 Eigennamen
723 \begin_inset Quotes grd
724 \end_inset
725
726 , die im Ausdruck mit hoch bzw.
727  tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
728 \end_layout
729
730 \begin_layout Plain Layout
731 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, setzt
732  man einen der Buchstaben in TeX-Klammern.
733 \end_layout
734
735 \end_inset
736
737
738 \end_layout
739
740 \begin_layout Standard
741 In den LaTeX-Vorspann
742 \begin_inset Index
743 status collapsed
744
745 \begin_layout Plain Layout
746 L@LaTeX-Vorspann
747 \end_layout
748
749 \end_inset
750
751  gelangt man über das Menü 
752 \family sans
753 Dokument\SpecialChar \menuseparator
754 Einstellungen\SpecialChar \menuseparator
755 La
756 \begin_inset ERT
757 status collapsed
758
759 \begin_layout Plain Layout
760
761 {
762 \end_layout
763
764 \end_inset
765
766 T
767 \begin_inset ERT
768 status collapsed
769
770 \begin_layout Plain Layout
771
772 }
773 \end_layout
774
775 \end_inset
776
777 eX-Vorspann
778 \family default
779 .
780 \end_layout
781
782 \begin_layout Standard
783 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
784 en Formeln kann man die Menüs 
785 \family sans
786 Bearbeiten\SpecialChar \menuseparator
787 Mathe
788 \family default
789  und 
790 \family sans
791 Bearbeiten\SpecialChar \menuseparator
792 Zeilen
793 \begin_inset space \thinspace{}
794 \end_inset
795
796 &
797 \begin_inset space \thinspace{}
798 \end_inset
799
800 Spalten
801 \family default
802  oder die 
803 \family sans
804 Tabellen-Werkzeugleiste
805 \family default
806  verwenden.
807  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
808  die Spalte bzw.
809  Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
810  bzw.
811  darunter liegenden Zeile vertauscht.
812  Befindet sich der Cursor in der letzten Spalte bzw.
813  Zeile, wird mit der links daneben stehenden Spalte bzw.
814  darüber liegenden Zeile vertauscht.
815 \end_layout
816
817 \begin_layout Standard
818 Zum Schreiben von Text in einer Formel
819 \begin_inset Foot
820 status collapsed
821
822 \begin_layout Plain Layout
823 Bei mehrzeiligen Formeln wird der Befehl 
824 \series bold
825
826 \backslash
827 intertext
828 \series default
829  verwendet, siehe 
830 \begin_inset CommandInset ref
831 LatexCommand ref
832 reference "sub:Text-in-mehrzeiligen"
833
834 \end_inset
835
836 .
837 \end_layout
838
839 \end_inset
840
841  verwendet man den 
842 \emph on
843 mathematischen Textmodus
844 \emph default
845
846 \begin_inset Index
847 status collapsed
848
849 \begin_layout Plain Layout
850 Text ! in Formeln
851 \end_layout
852
853 \end_inset
854
855
856 \begin_inset Index
857 status collapsed
858
859 \begin_layout Plain Layout
860 Mathematischer Textmodus
861 \end_layout
862
863 \end_inset
864
865 , in den man mit dem Tastenkürzel 
866 \family sans
867 Alt-m
868 \begin_inset space ~
869 \end_inset
870
871 m
872 \family default
873  oder durch Eingabe des Befehls 
874 \series bold
875
876 \backslash
877 text
878 \begin_inset Index
879 status collapsed
880
881 \begin_layout Plain Layout
882 Befehle ! T ! 
883 \backslash
884 text
885 \end_layout
886
887 \end_inset
888
889
890 \series default
891  gelangt.
892  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
893  Formel unterscheiden.
894  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
895  anderen Zeichen einer Formel nicht kursiv.
896 \end_layout
897
898 \begin_layout Subsection*
899 Befehlsschema
900 \end_layout
901
902 \begin_layout Standard
903 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
904  Schema:
905 \end_layout
906
907 \begin_layout Standard
908
909 \series bold
910
911 \backslash
912 Befehlsname[optionales
913 \series default
914  
915 \series bold
916 Argument]{anzugebendes
917 \series default
918  
919 \series bold
920 Argument}
921 \end_layout
922
923 \begin_layout Standard
924 Ein Befehl muss immer mit einem Backslash 
925 \begin_inset Quotes gld
926 \end_inset
927
928
929 \series bold
930
931 \backslash
932
933 \series default
934
935 \begin_inset Quotes grd
936 \end_inset
937
938  beginnen.
939  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
940  eckigen Klammern weggelassen werden.
941  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
942 \begin_inset Index
943 status collapsed
944
945 \begin_layout Plain Layout
946 T@
947 \begin_inset ERT
948 status collapsed
949
950 \begin_layout Plain Layout
951
952
953 \backslash
954
955 \begin_inset ERT
956 status collapsed
957
958 \begin_layout Plain Layout
959
960 {
961 \end_layout
962
963 \end_inset
964
965
966 \begin_inset ERT
967 status collapsed
968
969 \begin_layout Plain Layout
970
971 }
972 \end_layout
973
974 \end_inset
975
976
977 \end_layout
978
979 \end_inset
980
981 TeX-Klammern
982 \end_layout
983
984 \end_inset
985
986  bezeichnet.
987  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
988  an, erzeugt LyX automatisch eine TeX-Klammer.
989  Ansonsten werden sie in Formeln mit dem Befehl 
990 \series bold
991
992 \backslash
993 {
994 \series default
995  erzeugt.
996  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
997  Klammern, die blau erscheinen.
998  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
999  TeX-Klammern erscheinen nicht im Ausdruck.
1000 \end_layout
1001
1002 \begin_layout Standard
1003 Werden Befehle ohne Argumente, wie z.
1004 \begin_inset space \thinspace{}
1005 \end_inset
1006
1007 B.
1008  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
1009 \emph on
1010 immer
1011 \emph default
1012  ein Leerzeichen folgen um ihn zu beenden.
1013  Dieses Leerzeichen erscheint nicht im Ausdruck.
1014  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
1015  normalen Text ein geschütztes Leerzeichen folgen.
1016 \end_layout
1017
1018 \begin_layout Standard
1019 Ein geschütztes Leerzeichen gibt man mit 
1020 \family sans
1021 Strg-Leertaste
1022 \family default
1023  ein.
1024 \end_layout
1025
1026 \begin_layout Subsection*
1027 Zeichenerklärung
1028 \end_layout
1029
1030 \begin_layout Itemize
1031 Das Symbol
1032 \begin_inset Foot
1033 status collapsed
1034
1035 \begin_layout Plain Layout
1036 Dieses sichtbare Leerzeichen erhält man über den Befehl 
1037 \series bold
1038
1039 \backslash
1040 textvisiblespace
1041 \series default
1042
1043 \begin_inset Index
1044 status collapsed
1045
1046 \begin_layout Plain Layout
1047 Befehle ! T ! 
1048 \backslash
1049 textvisiblespace
1050 \end_layout
1051
1052 \end_inset
1053
1054 , der im TeX-Modus einzugeben ist.
1055 \end_layout
1056
1057 \end_inset
1058
1059  
1060 \begin_inset ERT
1061 status collapsed
1062
1063 \begin_layout Plain Layout
1064
1065
1066 \backslash
1067 leer 
1068 \end_layout
1069
1070 \end_inset
1071
1072
1073 \begin_inset space ~
1074 \end_inset
1075
1076 steht für ein einzugebendes Leerzeichen.
1077 \end_layout
1078
1079 \begin_layout Itemize
1080 Ein Pfeil wie z.
1081 \begin_inset space \thinspace{}
1082 \end_inset
1083
1084 B.
1085  
1086 \begin_inset Formula $\to$
1087 \end_inset
1088
1089  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
1090 \end_layout
1091
1092 \begin_layout Subsection*
1093 Verwendete Einheiten
1094 \end_layout
1095
1096 \begin_layout Standard
1097 \align center
1098 \begin_inset Float table
1099 placement H
1100 wide false
1101 sideways false
1102 status open
1103
1104 \begin_layout Plain Layout
1105 \align center
1106 \begin_inset Caption
1107
1108 \begin_layout Plain Layout
1109 \begin_inset CommandInset label
1110 LatexCommand label
1111 name "tab:Verwendete-Einheiten"
1112
1113 \end_inset
1114
1115 Verwendete Einheiten
1116 \end_layout
1117
1118 \end_inset
1119
1120
1121 \end_layout
1122
1123 \begin_layout Plain Layout
1124 \align center
1125 \begin_inset Tabular
1126 <lyxtabular version="3" rows="13" columns="2">
1127 <features>
1128 <column alignment="center" valignment="top" width="0">
1129 <column alignment="center" valignment="top" width="0">
1130 <row>
1131 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1132 \begin_inset Text
1133
1134 \begin_layout Plain Layout
1135 Einheit
1136 \end_layout
1137
1138 \end_inset
1139 </cell>
1140 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1141 \begin_inset Text
1142
1143 \begin_layout Plain Layout
1144 Name / Beschreibung
1145 \end_layout
1146
1147 \end_inset
1148 </cell>
1149 </row>
1150 <row>
1151 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1152 \begin_inset Text
1153
1154 \begin_layout Plain Layout
1155 mm
1156 \end_layout
1157
1158 \end_inset
1159 </cell>
1160 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1161 \begin_inset Text
1162
1163 \begin_layout Plain Layout
1164 Millimeter
1165 \end_layout
1166
1167 \end_inset
1168 </cell>
1169 </row>
1170 <row>
1171 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1172 \begin_inset Text
1173
1174 \begin_layout Plain Layout
1175 cm
1176 \end_layout
1177
1178 \end_inset
1179 </cell>
1180 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1181 \begin_inset Text
1182
1183 \begin_layout Plain Layout
1184 Zentimeter
1185 \end_layout
1186
1187 \end_inset
1188 </cell>
1189 </row>
1190 <row>
1191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1192 \begin_inset Text
1193
1194 \begin_layout Plain Layout
1195 in
1196 \end_layout
1197
1198 \end_inset
1199 </cell>
1200 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1201 \begin_inset Text
1202
1203 \begin_layout Plain Layout
1204 Inch / Zoll (1
1205 \begin_inset space \thinspace{}
1206 \end_inset
1207
1208 in = 2,54
1209 \begin_inset space \thinspace{}
1210 \end_inset
1211
1212 cm)
1213 \end_layout
1214
1215 \end_inset
1216 </cell>
1217 </row>
1218 <row>
1219 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1220 \begin_inset Text
1221
1222 \begin_layout Plain Layout
1223 pt
1224 \end_layout
1225
1226 \end_inset
1227 </cell>
1228 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1229 \begin_inset Text
1230
1231 \begin_layout Plain Layout
1232 Punkt (72,27
1233 \begin_inset space \thinspace{}
1234 \end_inset
1235
1236 pt = 1
1237 \begin_inset space \thinspace{}
1238 \end_inset
1239
1240 in)
1241 \end_layout
1242
1243 \end_inset
1244 </cell>
1245 </row>
1246 <row>
1247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1248 \begin_inset Text
1249
1250 \begin_layout Plain Layout
1251 pc
1252 \end_layout
1253
1254 \end_inset
1255 </cell>
1256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1257 \begin_inset Text
1258
1259 \begin_layout Plain Layout
1260 Pica (1
1261 \begin_inset space \thinspace{}
1262 \end_inset
1263
1264 pc = 12
1265 \begin_inset space \thinspace{}
1266 \end_inset
1267
1268 pt)
1269 \end_layout
1270
1271 \end_inset
1272 </cell>
1273 </row>
1274 <row>
1275 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1276 \begin_inset Text
1277
1278 \begin_layout Plain Layout
1279 sp
1280 \end_layout
1281
1282 \end_inset
1283 </cell>
1284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1285 \begin_inset Text
1286
1287 \begin_layout Plain Layout
1288 scaled point (65536
1289 \begin_inset space \thinspace{}
1290 \end_inset
1291
1292 sp = 1
1293 \begin_inset space \thinspace{}
1294 \end_inset
1295
1296 pt)
1297 \end_layout
1298
1299 \end_inset
1300 </cell>
1301 </row>
1302 <row>
1303 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1304 \begin_inset Text
1305
1306 \begin_layout Plain Layout
1307 bp
1308 \end_layout
1309
1310 \end_inset
1311 </cell>
1312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1313 \begin_inset Text
1314
1315 \begin_layout Plain Layout
1316 big point (72
1317 \begin_inset space \thinspace{}
1318 \end_inset
1319
1320 bp = 1
1321 \begin_inset space \thinspace{}
1322 \end_inset
1323
1324 in)
1325 \end_layout
1326
1327 \end_inset
1328 </cell>
1329 </row>
1330 <row>
1331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1332 \begin_inset Text
1333
1334 \begin_layout Plain Layout
1335 dd
1336 \end_layout
1337
1338 \end_inset
1339 </cell>
1340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1341 \begin_inset Text
1342
1343 \begin_layout Plain Layout
1344 Didot (1
1345 \begin_inset space \thinspace{}
1346 \end_inset
1347
1348 dd 
1349 \begin_inset Formula $\approx$
1350 \end_inset
1351
1352  0,376
1353 \begin_inset space \thinspace{}
1354 \end_inset
1355
1356 mm)
1357 \end_layout
1358
1359 \end_inset
1360 </cell>
1361 </row>
1362 <row>
1363 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1364 \begin_inset Text
1365
1366 \begin_layout Plain Layout
1367 cc
1368 \end_layout
1369
1370 \end_inset
1371 </cell>
1372 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1373 \begin_inset Text
1374
1375 \begin_layout Plain Layout
1376 Cicero (1
1377 \begin_inset space \thinspace{}
1378 \end_inset
1379
1380 cc = 12
1381 \begin_inset space \thinspace{}
1382 \end_inset
1383
1384 dd)
1385 \end_layout
1386
1387 \end_inset
1388 </cell>
1389 </row>
1390 <row>
1391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1392 \begin_inset Text
1393
1394 \begin_layout Plain Layout
1395 ex
1396 \end_layout
1397
1398 \end_inset
1399 </cell>
1400 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1401 \begin_inset Text
1402
1403 \begin_layout Plain Layout
1404 Höhe des Buchstabens 
1405 \emph on
1406 x
1407 \emph default
1408  in der aktuellen Schrift
1409 \end_layout
1410
1411 \end_inset
1412 </cell>
1413 </row>
1414 <row>
1415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1416 \begin_inset Text
1417
1418 \begin_layout Plain Layout
1419 em
1420 \end_layout
1421
1422 \end_inset
1423 </cell>
1424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1425 \begin_inset Text
1426
1427 \begin_layout Plain Layout
1428 Breite des Buchstabens 
1429 \emph on
1430 M
1431 \emph default
1432  in der aktuellen Schrift
1433 \end_layout
1434
1435 \end_inset
1436 </cell>
1437 </row>
1438 <row>
1439 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1440 \begin_inset Text
1441
1442 \begin_layout Plain Layout
1443 mu
1444 \end_layout
1445
1446 \end_inset
1447 </cell>
1448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1449 \begin_inset Text
1450
1451 \begin_layout Plain Layout
1452 math unit (1
1453 \begin_inset space \thinspace{}
1454 \end_inset
1455
1456 mu = 
1457 \begin_inset Formula $\nicefrac{1}{18}$
1458 \end_inset
1459
1460
1461 \begin_inset space \thinspace{}
1462 \end_inset
1463
1464 em)
1465 \end_layout
1466
1467 \end_inset
1468 </cell>
1469 </row>
1470 </lyxtabular>
1471
1472 \end_inset
1473
1474
1475 \end_layout
1476
1477 \end_inset
1478
1479
1480 \end_layout
1481
1482 \begin_layout Standard
1483 \begin_inset Newpage newpage
1484 \end_inset
1485
1486
1487 \end_layout
1488
1489 \begin_layout Section
1490 Grundlegende Funktionen
1491 \end_layout
1492
1493 \begin_layout Subsection
1494 Exponenten
1495 \begin_inset Index
1496 status collapsed
1497
1498 \begin_layout Plain Layout
1499 Exponenten
1500 \end_layout
1501
1502 \end_inset
1503
1504  und Indizes
1505 \begin_inset Index
1506 status collapsed
1507
1508 \begin_layout Plain Layout
1509 Indizes
1510 \end_layout
1511
1512 \end_inset
1513
1514
1515 \begin_inset Index
1516 status collapsed
1517
1518 \begin_layout Plain Layout
1519 Hochstellen|see
1520 \begin_inset ERT
1521 status collapsed
1522
1523 \begin_layout Plain Layout
1524
1525 {
1526 \end_layout
1527
1528 \end_inset
1529
1530 Exponenten
1531 \begin_inset ERT
1532 status collapsed
1533
1534 \begin_layout Plain Layout
1535
1536 }
1537 \end_layout
1538
1539 \end_inset
1540
1541
1542 \end_layout
1543
1544 \end_inset
1545
1546
1547 \begin_inset Index
1548 status collapsed
1549
1550 \begin_layout Plain Layout
1551 Tiefstellen|see
1552 \begin_inset ERT
1553 status collapsed
1554
1555 \begin_layout Plain Layout
1556
1557 {
1558 \end_layout
1559
1560 \end_inset
1561
1562 Indizes
1563 \begin_inset ERT
1564 status collapsed
1565
1566 \begin_layout Plain Layout
1567
1568 }
1569 \end_layout
1570
1571 \end_inset
1572
1573
1574 \end_layout
1575
1576 \end_inset
1577
1578
1579 \end_layout
1580
1581 \begin_layout Standard
1582 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1583  
1584 \begin_inset Graphics
1585         filename ../../images/math-subscript.png
1586         scale 85
1587
1588 \end_inset
1589
1590 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1591  
1592 \begin_inset Graphics
1593         filename ../../images/math-superscript.png
1594         scale 85
1595
1596 \end_inset
1597
1598  erzeugt.
1599 \end_layout
1600
1601 \begin_layout Standard
1602 \align center
1603 \begin_inset Tabular
1604 <lyxtabular version="3" rows="4" columns="2">
1605 <features>
1606 <column alignment="center" valignment="top" width="0pt">
1607 <column alignment="center" valignment="top" width="0pt">
1608 <row>
1609 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1610 \begin_inset Text
1611
1612 \begin_layout Plain Layout
1613 Befehl
1614 \end_layout
1615
1616 \end_inset
1617 </cell>
1618 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1619 \begin_inset Text
1620
1621 \begin_layout Plain Layout
1622 Ergebnis
1623 \begin_inset Note Note
1624 status collapsed
1625
1626 \begin_layout Plain Layout
1627
1628 \series bold
1629
1630 \backslash
1631 raisebox
1632 \series default
1633  dient nur als Abstandhalter.
1634 \end_layout
1635
1636 \end_inset
1637
1638
1639 \end_layout
1640
1641 \end_inset
1642 </cell>
1643 </row>
1644 <row>
1645 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1646 \begin_inset Text
1647
1648 \begin_layout Plain Layout
1649 B_V
1650 \end_layout
1651
1652 \end_inset
1653 </cell>
1654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1655 \begin_inset Text
1656
1657 \begin_layout Plain Layout
1658 \begin_inset Formula $B_{V}$
1659 \end_inset
1660
1661
1662 \end_layout
1663
1664 \end_inset
1665 </cell>
1666 </row>
1667 <row>
1668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1669 \begin_inset Text
1670
1671 \begin_layout Plain Layout
1672 B^V
1673 \end_layout
1674
1675 \end_inset
1676 </cell>
1677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1678 \begin_inset Text
1679
1680 \begin_layout Plain Layout
1681 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1682 \end_inset
1683
1684
1685 \end_layout
1686
1687 \end_inset
1688 </cell>
1689 </row>
1690 <row>
1691 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1692 \begin_inset Text
1693
1694 \begin_layout Plain Layout
1695 B^
1696 \begin_inset ERT
1697 status collapsed
1698
1699 \begin_layout Plain Layout
1700
1701
1702 \backslash
1703 leer 
1704 \end_layout
1705
1706 \end_inset
1707
1708 A
1709 \end_layout
1710
1711 \end_inset
1712 </cell>
1713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1714 \begin_inset Text
1715
1716 \begin_layout Plain Layout
1717 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1718 \end_inset
1719
1720
1721 \end_layout
1722
1723 \end_inset
1724 </cell>
1725 </row>
1726 </lyxtabular>
1727
1728 \end_inset
1729
1730
1731 \end_layout
1732
1733 \begin_layout Standard
1734 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1735 llt
1736 \begin_inset Foot
1737 status collapsed
1738
1739 \begin_layout Plain Layout
1740 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1741 \end_layout
1742
1743 \end_inset
1744
1745 .
1746  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1747  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1748 \end_layout
1749
1750 \begin_layout Subsection
1751 Brüche
1752 \begin_inset CommandInset label
1753 LatexCommand label
1754 name "sub:Brüche"
1755
1756 \end_inset
1757
1758
1759 \begin_inset Index
1760 status collapsed
1761
1762 \begin_layout Plain Layout
1763 Brüche
1764 \end_layout
1765
1766 \end_inset
1767
1768
1769 \end_layout
1770
1771 \begin_layout Standard
1772 Brüche werden mit dem Befehl 
1773 \series bold
1774
1775 \backslash
1776 frac
1777 \series default
1778
1779 \begin_inset Index
1780 status collapsed
1781
1782 \begin_layout Plain Layout
1783 Befehle ! F ! 
1784 \backslash
1785 frac
1786 \end_layout
1787
1788 \end_inset
1789
1790  oder mit dem Mathe-Werkzeugleistenknopf 
1791 \begin_inset Graphics
1792         filename ../../images/math/frac.png
1793         scale 50
1794
1795 \end_inset
1796
1797  erstellt.
1798  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1799  in einer eingebetteten oder abgesetzten Formel befindet.
1800  Mit dem Mathe-Werkzeugleistenknopf 
1801 \begin_inset Graphics
1802         filename ../../images/math/frac-square.png
1803         scale 85
1804
1805 \end_inset
1806
1807  können verschieden Bruchtypen gewählt werden.
1808 \end_layout
1809
1810 \begin_layout Standard
1811 Mit dem Befehl 
1812 \series bold
1813
1814 \backslash
1815 dfrac
1816 \begin_inset Index
1817 status collapsed
1818
1819 \begin_layout Plain Layout
1820 Befehle ! D ! 
1821 \backslash
1822 dfrac
1823 \end_layout
1824
1825 \end_inset
1826
1827
1828 \series default
1829  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1830  Formel erscheint.
1831  Mit 
1832 \series bold
1833
1834 \backslash
1835 tfrac
1836 \begin_inset Index
1837 status collapsed
1838
1839 \begin_layout Plain Layout
1840 Befehle ! T ! 
1841 \backslash
1842 tfrac
1843 \end_layout
1844
1845 \end_inset
1846
1847
1848 \series default
1849  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1850  Ein Beispiel:
1851 \end_layout
1852
1853 \begin_layout Standard
1854 Eine Zeile mit dem Bruch 
1855 \begin_inset Formula $\frac{1}{2}$
1856 \end_inset
1857
1858 , der mit dem Befehl 
1859 \series bold
1860
1861 \backslash
1862 frac
1863 \series default
1864  erstellt wurde.
1865 \end_layout
1866
1867 \begin_layout Standard
1868 Eine Zeile mit dem Bruch 
1869 \begin_inset Formula $\dfrac{1}{2}$
1870 \end_inset
1871
1872 , der mit dem Befehl 
1873 \series bold
1874
1875 \backslash
1876 dfrac
1877 \series default
1878  erstellt wurde.
1879 \end_layout
1880
1881 \begin_layout Standard
1882 \align center
1883 \begin_inset Tabular
1884 <lyxtabular version="3" rows="4" columns="2">
1885 <features>
1886 <column alignment="center" valignment="top" width="0pt">
1887 <column alignment="center" valignment="top" width="0pt">
1888 <row>
1889 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1890 \begin_inset Text
1891
1892 \begin_layout Plain Layout
1893 Befehl
1894 \end_layout
1895
1896 \end_inset
1897 </cell>
1898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1899 \begin_inset Text
1900
1901 \begin_layout Plain Layout
1902 Ergebnis
1903 \begin_inset Note Note
1904 status collapsed
1905
1906 \begin_layout Plain Layout
1907
1908 \series bold
1909
1910 \backslash
1911 raisebox
1912 \series default
1913  dient nur als Abstandhalter.
1914 \end_layout
1915
1916 \end_inset
1917
1918
1919 \end_layout
1920
1921 \end_inset
1922 </cell>
1923 </row>
1924 <row>
1925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1926 \begin_inset Text
1927
1928 \begin_layout Plain Layout
1929
1930 \backslash
1931 frac
1932 \begin_inset ERT
1933 status collapsed
1934
1935 \begin_layout Plain Layout
1936
1937
1938 \backslash
1939 leer 
1940 \end_layout
1941
1942 \end_inset
1943
1944 A
1945 \begin_inset Formula $\downarrow$
1946 \end_inset
1947
1948 B
1949 \end_layout
1950
1951 \end_inset
1952 </cell>
1953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1954 \begin_inset Text
1955
1956 \begin_layout Plain Layout
1957 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1958 \end_inset
1959
1960
1961 \end_layout
1962
1963 \end_inset
1964 </cell>
1965 </row>
1966 <row>
1967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1968 \begin_inset Text
1969
1970 \begin_layout Plain Layout
1971
1972 \backslash
1973 dfrac
1974 \begin_inset ERT
1975 status collapsed
1976
1977 \begin_layout Plain Layout
1978
1979
1980 \backslash
1981 leer 
1982 \end_layout
1983
1984 \end_inset
1985
1986 A
1987 \begin_inset Formula $\downarrow$
1988 \end_inset
1989
1990 B
1991 \end_layout
1992
1993 \end_inset
1994 </cell>
1995 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1996 \begin_inset Text
1997
1998 \begin_layout Plain Layout
1999 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
2000 \end_inset
2001
2002
2003 \end_layout
2004
2005 \end_inset
2006 </cell>
2007 </row>
2008 <row>
2009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2010 \begin_inset Text
2011
2012 \begin_layout Plain Layout
2013
2014 \backslash
2015 dfrac
2016 \begin_inset ERT
2017 status collapsed
2018
2019 \begin_layout Plain Layout
2020
2021
2022 \backslash
2023 leer 
2024 \end_layout
2025
2026 \end_inset
2027
2028 e^
2029 \begin_inset ERT
2030 status collapsed
2031
2032 \begin_layout Plain Layout
2033
2034
2035 \backslash
2036 leer 
2037 \end_layout
2038
2039 \end_inset
2040
2041
2042 \backslash
2043 frac
2044 \begin_inset ERT
2045 status collapsed
2046
2047 \begin_layout Plain Layout
2048
2049
2050 \backslash
2051 leer 
2052 \end_layout
2053
2054 \end_inset
2055
2056 1
2057 \begin_inset Formula $\downarrow$
2058 \end_inset
2059
2060 2
2061 \begin_inset Formula $\downarrow\downarrow$
2062 \end_inset
2063
2064 3
2065 \end_layout
2066
2067 \end_inset
2068 </cell>
2069 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2070 \begin_inset Text
2071
2072 \begin_layout Plain Layout
2073 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
2074 \end_inset
2075
2076
2077 \end_layout
2078
2079 \end_inset
2080 </cell>
2081 </row>
2082 </lyxtabular>
2083
2084 \end_inset
2085
2086
2087 \end_layout
2088
2089 \begin_layout Standard
2090 \begin_inset VSpace bigskip
2091 \end_inset
2092
2093
2094 \begin_inset Newpage newpage
2095 \end_inset
2096
2097 Für Mehrfachbrüche gibt es den Befehl 
2098 \series bold
2099
2100 \backslash
2101 cfrac
2102 \series default
2103
2104 \begin_inset Index
2105 status collapsed
2106
2107 \begin_layout Plain Layout
2108 Befehle ! C ! 
2109 \backslash
2110 cfrac
2111 \end_layout
2112
2113 \end_inset
2114
2115 .
2116  Dazu ein Beispiel:
2117 \begin_inset VSpace -3mm
2118 \end_inset
2119
2120
2121 \end_layout
2122
2123 \begin_layout Standard
2124 \begin_inset Formula \begin{align*}
2125 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
2126 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}\end{align*}
2127
2128 \end_inset
2129
2130
2131 \end_layout
2132
2133 \begin_layout Standard
2134 Der Befehl für obiges Beispiel lautet:
2135 \end_layout
2136
2137 \begin_layout Standard
2138
2139 \series bold
2140
2141 \backslash
2142 cfrac{A
2143 \begin_inset Formula $\to$
2144 \end_inset
2145
2146
2147 \backslash
2148 {B+
2149 \backslash
2150 cfrac{C+
2151 \backslash
2152 cfrac{E
2153 \begin_inset Formula $\to$
2154 \end_inset
2155
2156
2157 \backslash
2158 {F
2159 \begin_inset Formula $\to\to$
2160 \end_inset
2161
2162
2163 \backslash
2164 {D
2165 \end_layout
2166
2167 \begin_layout Standard
2168 \begin_inset VSpace medskip
2169 \end_inset
2170
2171
2172 \end_layout
2173
2174 \begin_layout Standard
2175
2176 \series bold
2177
2178 \backslash
2179 cfrac
2180 \series default
2181  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2182  auch wenn er selbst Teil eines Bruches ist.
2183  
2184 \series bold
2185
2186 \backslash
2187 cfrac
2188 \series default
2189  besitzt folgendes Befehlsschema:
2190 \end_layout
2191
2192 \begin_layout Standard
2193
2194 \series bold
2195
2196 \backslash
2197 cfrac[Zählerposition]{Zähler}{Nenner}
2198 \end_layout
2199
2200 \begin_layout Standard
2201 Zählerposition kann 
2202 \emph on
2203 l
2204 \emph default
2205  , 
2206 \emph on
2207 c
2208 \emph default
2209  oder 
2210 \emph on
2211 r
2212 \emph default
2213  sein.
2214  Bei 
2215 \emph on
2216 l
2217 \emph default
2218  oder 
2219 \emph on
2220 r
2221 \emph default
2222  wird der Zähler links- bzw.
2223 \begin_inset space ~
2224 \end_inset
2225
2226 rechtsbündig am Bruchstrich ausgerichtet.
2227  Wird 
2228 \emph on
2229 c
2230 \emph default
2231  oder keine Position angegeben, erscheint der Zähler wie gewohnt mittig.
2232  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236
2237 \series bold
2238
2239 \begin_inset Formula $\cfrac[l]{A}{B+C}$
2240 \end_inset
2241
2242
2243 \begin_inset Formula $\cfrac{A}{B+C}$
2244 \end_inset
2245
2246
2247 \begin_inset Formula $\cfrac[r]{A}{B+C}$
2248 \end_inset
2249
2250
2251 \end_layout
2252
2253 \begin_layout Standard
2254 \begin_inset VSpace medskip
2255 \end_inset
2256
2257 Oftmals ist es am günstigsten 
2258 \series bold
2259
2260 \backslash
2261 cfrac
2262 \series default
2263  und 
2264 \series bold
2265
2266 \backslash
2267 frac
2268 \series default
2269  zu kombinieren:
2270 \begin_inset Formula \[
2271 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}\]
2272
2273 \end_inset
2274
2275
2276 \end_layout
2277
2278 \begin_layout Standard
2279 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2280 \series bold
2281
2282 \backslash
2283 nicefrac
2284 \begin_inset Index
2285 status collapsed
2286
2287 \begin_layout Plain Layout
2288 Befehle ! N ! 
2289 \backslash
2290 nicefrac
2291 \end_layout
2292
2293 \end_inset
2294
2295
2296 \series default
2297  benutzt werden: 
2298 \begin_inset Formula $\nicefrac{5}{31}$
2299 \end_inset
2300
2301
2302 \end_layout
2303
2304 \begin_layout Standard
2305 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2306  in 
2307 \begin_inset CommandInset ref
2308 LatexCommand ref
2309 reference "sub:Selbstdefinierte-Brüche"
2310
2311 \end_inset
2312
2313  erklärt.
2314 \end_layout
2315
2316 \begin_layout Subsection
2317 Wurzeln
2318 \begin_inset Index
2319 status collapsed
2320
2321 \begin_layout Plain Layout
2322 Wurzeln
2323 \end_layout
2324
2325 \end_inset
2326
2327
2328 \end_layout
2329
2330 \begin_layout Standard
2331 Quadratwurzeln werden mit 
2332 \series bold
2333
2334 \backslash
2335 sqrt
2336 \series default
2337
2338 \begin_inset Index
2339 status collapsed
2340
2341 \begin_layout Plain Layout
2342 Befehle ! S ! 
2343 \backslash
2344 sqrt
2345 \end_layout
2346
2347 \end_inset
2348
2349  oder dem Mathe-Werkzeugleistenknopf 
2350 \begin_inset Graphics
2351         filename ../../images/math/sqrt.png
2352         scale 85
2353
2354 \end_inset
2355
2356  gesetzt, alle anderen Wurzeln mit dem Befehl 
2357 \series bold
2358
2359 \backslash
2360 root
2361 \series default
2362
2363 \begin_inset Index
2364 status collapsed
2365
2366 \begin_layout Plain Layout
2367 Befehle ! R ! 
2368 \backslash
2369 root
2370 \end_layout
2371
2372 \end_inset
2373
2374  oder dem Mathe-Werkzeugleistenknopf 
2375 \begin_inset Graphics
2376         filename ../../images/math/root.png
2377         scale 85
2378
2379 \end_inset
2380
2381 .
2382 \end_layout
2383
2384 \begin_layout Standard
2385 \align center
2386 \begin_inset Tabular
2387 <lyxtabular version="3" rows="3" columns="2">
2388 <features>
2389 <column alignment="center" valignment="top" width="0pt">
2390 <column alignment="center" valignment="top" width="0pt">
2391 <row>
2392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2393 \begin_inset Text
2394
2395 \begin_layout Plain Layout
2396 Befehl
2397 \end_layout
2398
2399 \end_inset
2400 </cell>
2401 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2402 \begin_inset Text
2403
2404 \begin_layout Plain Layout
2405 Ergebnis
2406 \begin_inset Note Note
2407 status collapsed
2408
2409 \begin_layout Plain Layout
2410
2411 \series bold
2412
2413 \backslash
2414 raisebox
2415 \series default
2416  dient nur als Abstandhalter.
2417 \end_layout
2418
2419 \end_inset
2420
2421
2422 \end_layout
2423
2424 \end_inset
2425 </cell>
2426 </row>
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
2433 \backslash
2434 sqrt
2435 \begin_inset ERT
2436 status collapsed
2437
2438 \begin_layout Plain Layout
2439
2440
2441 \backslash
2442 leer 
2443 \end_layout
2444
2445 \end_inset
2446
2447 A-B
2448 \end_layout
2449
2450 \end_inset
2451 </cell>
2452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2453 \begin_inset Text
2454
2455 \begin_layout Plain Layout
2456 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2457 \end_inset
2458
2459
2460 \end_layout
2461
2462 \end_inset
2463 </cell>
2464 </row>
2465 <row>
2466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2467 \begin_inset Text
2468
2469 \begin_layout Plain Layout
2470
2471 \backslash
2472 root
2473 \begin_inset ERT
2474 status collapsed
2475
2476 \begin_layout Plain Layout
2477
2478
2479 \backslash
2480 leer 
2481 \end_layout
2482
2483 \end_inset
2484
2485 3
2486 \begin_inset Formula $\downarrow$
2487 \end_inset
2488
2489 A-B
2490 \end_layout
2491
2492 \end_inset
2493 </cell>
2494 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2495 \begin_inset Text
2496
2497 \begin_layout Plain Layout
2498 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2499 \end_inset
2500
2501
2502 \end_layout
2503
2504 \end_inset
2505 </cell>
2506 </row>
2507 </lyxtabular>
2508
2509 \end_inset
2510
2511
2512 \end_layout
2513
2514 \begin_layout Standard
2515 Eine Quadratwurzel kann man auch mit 
2516 \series bold
2517
2518 \backslash
2519 root
2520 \series default
2521  erstellen, indem man das Feld über der Wurzel frei lässt.
2522 \end_layout
2523
2524 \begin_layout Standard
2525 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2526  Formel: 
2527 \begin_inset Formula $\sqrt[\beta]{B}$
2528 \end_inset
2529
2530
2531 \begin_inset Newline newline
2532 \end_inset
2533
2534 Das 
2535 \begin_inset Formula $\beta$
2536 \end_inset
2537
2538  berührt die Wurzel.
2539  Um dies zu verhindern, verwendet man die Befehle 
2540 \series bold
2541
2542 \backslash
2543 leftroot
2544 \series default
2545
2546 \begin_inset Index
2547 status collapsed
2548
2549 \begin_layout Plain Layout
2550 Befehle ! L ! 
2551 \backslash
2552 leftroot
2553 \end_layout
2554
2555 \end_inset
2556
2557  und 
2558 \series bold
2559
2560 \backslash
2561 uproot
2562 \series default
2563
2564 \begin_inset Index
2565 status collapsed
2566
2567 \begin_layout Plain Layout
2568 Befehle ! U ! 
2569 \backslash
2570 uproot
2571 \end_layout
2572
2573 \end_inset
2574
2575 , die folgendes Schema besitzen:
2576 \end_layout
2577
2578 \begin_layout Standard
2579
2580 \series bold
2581
2582 \backslash
2583 leftroot{Abstand}
2584 \series default
2585  bzw.
2586  
2587 \series bold
2588
2589 \backslash
2590 uproot{Abstand}
2591 \end_layout
2592
2593 \begin_layout Standard
2594 Abstand ist die Anzahl der Big Points (Einheit bp; 
2595 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2596 \end_inset
2597
2598 ), um die der Index nach links bzw.
2599  nach oben verschoben werden soll.
2600  Die Befehle werden in den Index geschrieben.
2601  So ergibt der Befehl
2602 \begin_inset Newline newline
2603 \end_inset
2604
2605
2606 \series bold
2607
2608 \backslash
2609 root
2610 \backslash
2611 leftroot{-1
2612 \begin_inset Formula $\to$
2613 \end_inset
2614
2615
2616 \backslash
2617 uproot{2
2618 \begin_inset Formula $\to$
2619 \end_inset
2620
2621
2622 \backslash
2623 beta
2624 \begin_inset ERT
2625 status collapsed
2626
2627 \begin_layout Plain Layout
2628
2629
2630 \backslash
2631 leer 
2632 \end_layout
2633
2634 \end_inset
2635
2636
2637 \begin_inset Formula $\to$
2638 \end_inset
2639
2640 B
2641 \begin_inset Newline newline
2642 \end_inset
2643
2644
2645 \series default
2646 eine korrekt gesetzte Formel: 
2647 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2648 \end_inset
2649
2650
2651 \end_layout
2652
2653 \begin_layout Subsection
2654 Binomialkoeffizienten
2655 \begin_inset Index
2656 status collapsed
2657
2658 \begin_layout Plain Layout
2659 Binomialkoeffizienten
2660 \end_layout
2661
2662 \end_inset
2663
2664
2665 \end_layout
2666
2667 \begin_layout Standard
2668 Binomialkoeffizienten können mit dem Befehl 
2669 \series bold
2670
2671 \backslash
2672 binom
2673 \series default
2674
2675 \begin_inset Index
2676 status collapsed
2677
2678 \begin_layout Plain Layout
2679 Befehle ! B ! 
2680 \backslash
2681 binom
2682 \end_layout
2683
2684 \end_inset
2685
2686  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2687 \begin_inset Graphics
2688         filename ../../images/math/frac-square.png
2689         scale 85
2690
2691 \end_inset
2692
2693 eingefügt werden.
2694  Analog zu Brüchen (
2695 \series bold
2696
2697 \backslash
2698 frac
2699 \series default
2700 ) gibt es außer 
2701 \series bold
2702
2703 \backslash
2704 binom
2705 \series default
2706  noch die Befehle 
2707 \series bold
2708
2709 \backslash
2710 dbinom
2711 \begin_inset Index
2712 status collapsed
2713
2714 \begin_layout Plain Layout
2715 Befehle ! D ! 
2716 \backslash
2717 dbinom
2718 \end_layout
2719
2720 \end_inset
2721
2722
2723 \series default
2724  und 
2725 \series bold
2726
2727 \backslash
2728 tbinom
2729 \series default
2730
2731 \begin_inset Index
2732 status collapsed
2733
2734 \begin_layout Plain Layout
2735 Befehle ! T ! 
2736 \backslash
2737 tbinom
2738 \end_layout
2739
2740 \end_inset
2741
2742 .
2743  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2744 \series bold
2745
2746 \backslash
2747 brace
2748 \series default
2749
2750 \begin_inset Index
2751 status collapsed
2752
2753 \begin_layout Plain Layout
2754 Befehle ! B ! 
2755 \backslash
2756 brace
2757 \end_layout
2758
2759 \end_inset
2760
2761  und 
2762 \series bold
2763
2764 \backslash
2765 brack
2766 \series default
2767
2768 \begin_inset Index
2769 status collapsed
2770
2771 \begin_layout Plain Layout
2772 Befehle ! B ! 
2773 \backslash
2774 brack
2775 \end_layout
2776
2777 \end_inset
2778
2779 .
2780 \end_layout
2781
2782 \begin_layout Standard
2783 \align center
2784 \begin_inset Tabular
2785 <lyxtabular version="3" rows="6" columns="2">
2786 <features>
2787 <column alignment="center" valignment="top" width="0pt">
2788 <column alignment="center" valignment="top" width="0pt">
2789 <row>
2790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2791 \begin_inset Text
2792
2793 \begin_layout Plain Layout
2794 Befehl
2795 \end_layout
2796
2797 \end_inset
2798 </cell>
2799 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2800 \begin_inset Text
2801
2802 \begin_layout Plain Layout
2803 Ergebnis
2804 \begin_inset Note Note
2805 status collapsed
2806
2807 \begin_layout Plain Layout
2808
2809 \series bold
2810
2811 \backslash
2812 raisebox
2813 \series default
2814  dient nur als Abstandhalter.
2815 \end_layout
2816
2817 \end_inset
2818
2819
2820 \end_layout
2821
2822 \end_inset
2823 </cell>
2824 </row>
2825 <row>
2826 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2827 \begin_inset Text
2828
2829 \begin_layout Plain Layout
2830
2831 \backslash
2832 binom
2833 \begin_inset ERT
2834 status collapsed
2835
2836 \begin_layout Plain Layout
2837
2838
2839 \backslash
2840 leer 
2841 \end_layout
2842
2843 \end_inset
2844
2845 A
2846 \begin_inset Formula $\downarrow$
2847 \end_inset
2848
2849 B
2850 \end_layout
2851
2852 \end_inset
2853 </cell>
2854 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2855 \begin_inset Text
2856
2857 \begin_layout Plain Layout
2858 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2859 \end_inset
2860
2861
2862 \end_layout
2863
2864 \end_inset
2865 </cell>
2866 </row>
2867 <row>
2868 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2869 \begin_inset Text
2870
2871 \begin_layout Plain Layout
2872
2873 \backslash
2874 dbinom
2875 \begin_inset ERT
2876 status collapsed
2877
2878 \begin_layout Plain Layout
2879
2880
2881 \backslash
2882 leer 
2883 \end_layout
2884
2885 \end_inset
2886
2887 A
2888 \begin_inset Formula $\downarrow$
2889 \end_inset
2890
2891 B
2892 \end_layout
2893
2894 \end_inset
2895 </cell>
2896 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2897 \begin_inset Text
2898
2899 \begin_layout Plain Layout
2900 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2901 \end_inset
2902
2903
2904 \end_layout
2905
2906 \end_inset
2907 </cell>
2908 </row>
2909 <row>
2910 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914
2915 \backslash
2916 tbinom
2917 \begin_inset ERT
2918 status collapsed
2919
2920 \begin_layout Plain Layout
2921
2922
2923 \backslash
2924 leer 
2925 \end_layout
2926
2927 \end_inset
2928
2929 A
2930 \begin_inset Formula $\downarrow$
2931 \end_inset
2932
2933 B
2934 \end_layout
2935
2936 \end_inset
2937 </cell>
2938 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2939 \begin_inset Text
2940
2941 \begin_layout Plain Layout
2942 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2943 \end_inset
2944
2945
2946 \end_layout
2947
2948 \end_inset
2949 </cell>
2950 </row>
2951 <row>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956
2957 \backslash
2958 brack
2959 \begin_inset ERT
2960 status collapsed
2961
2962 \begin_layout Plain Layout
2963
2964
2965 \backslash
2966 leer 
2967 \end_layout
2968
2969 \end_inset
2970
2971 A
2972 \begin_inset Formula $\downarrow$
2973 \end_inset
2974
2975 B
2976 \end_layout
2977
2978 \end_inset
2979 </cell>
2980 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2981 \begin_inset Text
2982
2983 \begin_layout Plain Layout
2984 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2985 \end_inset
2986
2987
2988 \end_layout
2989
2990 \end_inset
2991 </cell>
2992 </row>
2993 <row>
2994 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2995 \begin_inset Text
2996
2997 \begin_layout Plain Layout
2998
2999 \backslash
3000 brace
3001 \begin_inset ERT
3002 status collapsed
3003
3004 \begin_layout Plain Layout
3005
3006
3007 \backslash
3008 leer 
3009 \end_layout
3010
3011 \end_inset
3012
3013 A
3014 \begin_inset Formula $\downarrow$
3015 \end_inset
3016
3017 B
3018 \end_layout
3019
3020 \end_inset
3021 </cell>
3022 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
3023 \begin_inset Text
3024
3025 \begin_layout Plain Layout
3026 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
3027 \end_inset
3028
3029
3030 \end_layout
3031
3032 \end_inset
3033 </cell>
3034 </row>
3035 </lyxtabular>
3036
3037 \end_inset
3038
3039
3040 \end_layout
3041
3042 \begin_layout Subsection
3043 Fallunterscheidungen
3044 \begin_inset Index
3045 status collapsed
3046
3047 \begin_layout Plain Layout
3048 Fallunterscheidungen
3049 \end_layout
3050
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \begin_layout Standard
3057 \align center
3058 \begin_inset Tabular
3059 <lyxtabular version="3" rows="3" columns="2">
3060 <features>
3061 <column alignment="center" valignment="top" width="0pt">
3062 <column alignment="center" valignment="top" width="0pt">
3063 <row>
3064 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3065 \begin_inset Text
3066
3067 \begin_layout Plain Layout
3068 Befehl
3069 \end_layout
3070
3071 \end_inset
3072 </cell>
3073 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3074 \begin_inset Text
3075
3076 \begin_layout Plain Layout
3077 Ergebnis
3078 \end_layout
3079
3080 \end_inset
3081 </cell>
3082 </row>
3083 <row>
3084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3085 \begin_inset Text
3086
3087 \begin_layout Plain Layout
3088
3089 \backslash
3090 cases
3091 \begin_inset ERT
3092 status collapsed
3093
3094 \begin_layout Plain Layout
3095
3096
3097 \backslash
3098 leer 
3099 \end_layout
3100
3101 \end_inset
3102
3103 A
3104 \begin_inset Formula $\to$
3105 \end_inset
3106
3107 B>0
3108 \begin_inset Index
3109 status collapsed
3110
3111 \begin_layout Plain Layout
3112 Befehle ! C ! 
3113 \backslash
3114 cases
3115 \end_layout
3116
3117 \end_inset
3118
3119
3120 \end_layout
3121
3122 \end_inset
3123 </cell>
3124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3125 \begin_inset Text
3126
3127 \begin_layout Plain Layout
3128 \begin_inset Formula $\begin{cases}
3129 A & B>0\end{cases}$
3130 \end_inset
3131
3132
3133 \end_layout
3134
3135 \end_inset
3136 </cell>
3137 </row>
3138 <row>
3139 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3140 \begin_inset Text
3141
3142 \begin_layout Plain Layout
3143
3144 \backslash
3145 cases
3146 \begin_inset ERT
3147 status collapsed
3148
3149 \begin_layout Plain Layout
3150
3151
3152 \backslash
3153 leer 
3154 \end_layout
3155
3156 \end_inset
3157
3158 Strg-Enter
3159 \end_layout
3160
3161 \end_inset
3162 </cell>
3163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3164 \begin_inset Text
3165
3166 \begin_layout Plain Layout
3167 \begin_inset Formula $\begin{cases}
3168 A & \textrm{für }x>0\\
3169 B & \textrm{für }x=0\end{cases}$
3170 \end_inset
3171
3172
3173 \end_layout
3174
3175 \end_inset
3176 </cell>
3177 </row>
3178 </lyxtabular>
3179
3180 \end_inset
3181
3182
3183 \end_layout
3184
3185 \begin_layout Standard
3186 Nach der Eingabe von 
3187 \series bold
3188
3189 \backslash
3190 cases
3191 \series default
3192  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3193 \begin_inset Graphics
3194         filename ../../images/math/cases.png
3195         scale 85
3196
3197 \end_inset
3198
3199  können mit 
3200 \family sans
3201 Strg-Enter
3202 \family default
3203  oder dem Tabellen-Werkzeugleistenknopf 
3204 \begin_inset Graphics
3205         filename ../../images/tabular-feature_append-row.png
3206         scale 85
3207
3208 \end_inset
3209
3210  neue Zeilen erstellt werden.
3211 \begin_inset Foot
3212 status collapsed
3213
3214 \begin_layout Plain Layout
3215 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3216 \begin_inset CommandInset ref
3217 LatexCommand ref
3218 reference "sub:Akzente-für-ein"
3219
3220 \end_inset
3221
3222  beschrieben.
3223 \end_layout
3224
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \begin_layout Standard
3231 Der Befehl 
3232 \series bold
3233
3234 \backslash
3235 cases
3236 \series default
3237  ist auch über das Menü 
3238 \family sans
3239 Einfügen\SpecialChar \menuseparator
3240 Mathe\SpecialChar \menuseparator
3241 Cases-Umgebung
3242 \family default
3243  verfügbar.
3244 \end_layout
3245
3246 \begin_layout Subsection
3247 Verneinungen
3248 \begin_inset Index
3249 status collapsed
3250
3251 \begin_layout Plain Layout
3252 Verneinungen
3253 \end_layout
3254
3255 \end_inset
3256
3257
3258 \end_layout
3259
3260 \begin_layout Standard
3261 Durch die Eingabe von 
3262 \series bold
3263
3264 \backslash
3265 not
3266 \series default
3267
3268 \begin_inset Index
3269 status collapsed
3270
3271 \begin_layout Plain Layout
3272 Befehle ! N ! 
3273 \backslash
3274 not
3275 \end_layout
3276
3277 \end_inset
3278
3279  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3280  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3281 \end_layout
3282
3283 \begin_layout Standard
3284 \align center
3285 \begin_inset Tabular
3286 <lyxtabular version="3" rows="4" columns="2">
3287 <features>
3288 <column alignment="center" valignment="top" width="0pt">
3289 <column alignment="center" valignment="top" width="0pt">
3290 <row>
3291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3292 \begin_inset Text
3293
3294 \begin_layout Plain Layout
3295 Befehl
3296 \end_layout
3297
3298 \end_inset
3299 </cell>
3300 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3301 \begin_inset Text
3302
3303 \begin_layout Plain Layout
3304 Ergebnis
3305 \end_layout
3306
3307 \end_inset
3308 </cell>
3309 </row>
3310 <row>
3311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3312 \begin_inset Text
3313
3314 \begin_layout Plain Layout
3315
3316 \backslash
3317 not=
3318 \end_layout
3319
3320 \end_inset
3321 </cell>
3322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3323 \begin_inset Text
3324
3325 \begin_layout Plain Layout
3326 \begin_inset Formula $\not=$
3327 \end_inset
3328
3329
3330 \end_layout
3331
3332 \end_inset
3333 </cell>
3334 </row>
3335 <row>
3336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3337 \begin_inset Text
3338
3339 \begin_layout Plain Layout
3340
3341 \backslash
3342 not 
3343 \backslash
3344 le
3345 \end_layout
3346
3347 \end_inset
3348 </cell>
3349 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3350 \begin_inset Text
3351
3352 \begin_layout Plain Layout
3353 \begin_inset Formula $\not\le$
3354 \end_inset
3355
3356
3357 \end_layout
3358
3359 \end_inset
3360 </cell>
3361 </row>
3362 <row>
3363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3364 \begin_inset Text
3365
3366 \begin_layout Plain Layout
3367
3368 \backslash
3369 not 
3370 \backslash
3371 parallel
3372 \end_layout
3373
3374 \end_inset
3375 </cell>
3376 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3377 \begin_inset Text
3378
3379 \begin_layout Plain Layout
3380 \begin_inset Formula $\not\parallel$
3381 \end_inset
3382
3383
3384 \end_layout
3385
3386 \end_inset
3387 </cell>
3388 </row>
3389 </lyxtabular>
3390
3391 \end_inset
3392
3393
3394 \end_layout
3395
3396 \begin_layout Standard
3397 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3398  Deswegen gibt es für Einige spezielle Befehle (siehe 
3399 \begin_inset CommandInset ref
3400 LatexCommand ref
3401 reference "sub:Mathematische-Symbole"
3402
3403 \end_inset
3404
3405  und 
3406 \begin_inset CommandInset ref
3407 LatexCommand ref
3408 reference "sec:Relationen"
3409
3410 \end_inset
3411
3412 ).
3413 \end_layout
3414
3415 \begin_layout Subsection
3416 Platzhalter
3417 \begin_inset CommandInset label
3418 LatexCommand label
3419 name "sub:Platzhalter"
3420
3421 \end_inset
3422
3423
3424 \begin_inset Index
3425 status collapsed
3426
3427 \begin_layout Plain Layout
3428 Platzhalter
3429 \end_layout
3430
3431 \end_inset
3432
3433
3434 \begin_inset Index
3435 status collapsed
3436
3437 \begin_layout Plain Layout
3438 chemische Zeichen ! Isotope
3439 \end_layout
3440
3441 \end_inset
3442
3443
3444 \begin_inset Index
3445 status collapsed
3446
3447 \begin_layout Plain Layout
3448 Isotope|see
3449 \begin_inset ERT
3450 status collapsed
3451
3452 \begin_layout Plain Layout
3453
3454 {
3455 \end_layout
3456
3457 \end_inset
3458
3459 chemische Zeichen
3460 \begin_inset ERT
3461 status collapsed
3462
3463 \begin_layout Plain Layout
3464
3465 }
3466 \end_layout
3467
3468 \end_inset
3469
3470
3471 \end_layout
3472
3473 \end_inset
3474
3475
3476 \end_layout
3477
3478 \begin_layout Standard
3479 Möchte man z.
3480 \begin_inset space \thinspace{}
3481 \end_inset
3482
3483 B.
3484  Isotope
3485 \begin_inset Foot
3486 status collapsed
3487
3488 \begin_layout Plain Layout
3489 Weiteres zu chemischen Symbolen steht in 
3490 \begin_inset CommandInset ref
3491 LatexCommand ref
3492 reference "sub:Chemische-Symbole-und"
3493
3494 \end_inset
3495
3496 .
3497 \end_layout
3498
3499 \end_inset
3500
3501  darstellen, tritt folgendes Problem auf:
3502 \end_layout
3503
3504 \begin_layout Standard
3505 \align center
3506 \begin_inset Tabular
3507 <lyxtabular version="3" rows="2" columns="2">
3508 <features>
3509 <column alignment="center" valignment="top" width="0pt">
3510 <column alignment="center" valignment="top" width="0pt">
3511 <row>
3512 <cell alignment="center" valignment="top" usebox="none">
3513 \begin_inset Text
3514
3515 \begin_layout Plain Layout
3516 durch Hoch- und Tiefstellen erzeugte Indizes:
3517 \end_layout
3518
3519 \end_inset
3520 </cell>
3521 <cell alignment="center" valignment="top" usebox="none">
3522 \begin_inset Text
3523
3524 \begin_layout Plain Layout
3525 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3526 \end_inset
3527
3528
3529 \end_layout
3530
3531 \end_inset
3532 </cell>
3533 </row>
3534 <row>
3535 <cell alignment="center" valignment="top" usebox="none">
3536 \begin_inset Text
3537
3538 \begin_layout Plain Layout
3539 korrekte Indizes:
3540 \end_layout
3541
3542 \end_inset
3543 </cell>
3544 <cell alignment="center" valignment="top" usebox="none">
3545 \begin_inset Text
3546
3547 \begin_layout Plain Layout
3548 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3549 \end_inset
3550
3551
3552 \end_layout
3553
3554 \end_inset
3555 </cell>
3556 </row>
3557 </lyxtabular>
3558
3559 \end_inset
3560
3561
3562 \begin_inset Note Note
3563 status collapsed
3564
3565 \begin_layout Plain Layout
3566
3567 \series bold
3568
3569 \backslash
3570 raisebox
3571 \series default
3572  dient nur
3573 \end_layout
3574
3575 \begin_layout Plain Layout
3576 als Abstandhalter.
3577 \end_layout
3578
3579 \end_inset
3580
3581
3582 \end_layout
3583
3584 \begin_layout Standard
3585 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3586  längeren Index gesetzt.
3587  Um das zu verhindern gibt es den Befehl 
3588 \series bold
3589
3590 \backslash
3591 phantom
3592 \series default
3593
3594 \begin_inset Index
3595 status collapsed
3596
3597 \begin_layout Plain Layout
3598 Befehle ! P ! 
3599 \backslash
3600 phantom
3601 \end_layout
3602
3603 \end_inset
3604
3605  oder den Mathe-Werkzeugleistenknopf
3606 \begin_inset space \thinspace{}
3607 \end_inset
3608
3609
3610 \begin_inset Foot
3611 status collapsed
3612
3613 \begin_layout Plain Layout
3614 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3615 \begin_inset Graphics
3616         filename ../../images/math/space.png
3617         scale 85
3618
3619 \end_inset
3620
3621
3622 \end_layout
3623
3624 \end_inset
3625
3626  
3627 \begin_inset Graphics
3628         filename ../../images/math/phantom.png
3629         scale 85
3630
3631 \end_inset
3632
3633 , der ein oder mehrere Phantomzeichen erstellt.
3634  Wenn 
3635 \series bold
3636
3637 \backslash
3638 phantom
3639 \series default
3640  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3641  Pfeilen überlagert wird.
3642  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3643  als Leerraum erstellt wird.
3644  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3645  Zeichen.
3646 \end_layout
3647
3648 \begin_layout Standard
3649 \align center
3650 \begin_inset Tabular
3651 <lyxtabular version="3" rows="4" columns="2">
3652 <features>
3653 <column alignment="center" valignment="top" width="0">
3654 <column alignment="center" valignment="top" width="0">
3655 <row>
3656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3657 \begin_inset Text
3658
3659 \begin_layout Plain Layout
3660 Befehl
3661 \end_layout
3662
3663 \end_inset
3664 </cell>
3665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3666 \begin_inset Text
3667
3668 \begin_layout Plain Layout
3669 Ergebnis
3670 \begin_inset Note Note
3671 status collapsed
3672
3673 \begin_layout Plain Layout
3674
3675 \series bold
3676
3677 \backslash
3678 raisebox
3679 \series default
3680  dient nur als Abstandhalter.
3681 \end_layout
3682
3683 \end_inset
3684
3685
3686 \end_layout
3687
3688 \end_inset
3689 </cell>
3690 </row>
3691 <row>
3692 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3693 \begin_inset Text
3694
3695 \begin_layout Plain Layout
3696 ^19
3697 \begin_inset ERT
3698 status collapsed
3699
3700 \begin_layout Plain Layout
3701
3702
3703 \backslash
3704 leer 
3705 \end_layout
3706
3707 \end_inset
3708
3709 _
3710 \backslash
3711 phantom
3712 \begin_inset ERT
3713 status collapsed
3714
3715 \begin_layout Plain Layout
3716
3717
3718 \backslash
3719 leer 
3720 \end_layout
3721
3722 \end_inset
3723
3724 1
3725 \begin_inset Formula $\to$
3726 \end_inset
3727
3728 9
3729 \begin_inset ERT
3730 status collapsed
3731
3732 \begin_layout Plain Layout
3733
3734
3735 \backslash
3736 leer 
3737 \end_layout
3738
3739 \end_inset
3740
3741 F
3742 \end_layout
3743
3744 \end_inset
3745 </cell>
3746 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3747 \begin_inset Text
3748
3749 \begin_layout Plain Layout
3750 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3751 \end_inset
3752
3753
3754 \end_layout
3755
3756 \end_inset
3757 </cell>
3758 </row>
3759 <row>
3760 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3761 \begin_inset Text
3762
3763 \begin_layout Plain Layout
3764 ^235
3765 \begin_inset ERT
3766 status collapsed
3767
3768 \begin_layout Plain Layout
3769
3770
3771 \backslash
3772 leer 
3773 \end_layout
3774
3775 \end_inset
3776
3777 _
3778 \backslash
3779 phantom
3780 \begin_inset ERT
3781 status collapsed
3782
3783 \begin_layout Plain Layout
3784
3785
3786 \backslash
3787 leer 
3788 \end_layout
3789
3790 \end_inset
3791
3792 23
3793 \begin_inset Formula $\to$
3794 \end_inset
3795
3796 9
3797 \begin_inset ERT
3798 status collapsed
3799
3800 \begin_layout Plain Layout
3801
3802
3803 \backslash
3804 leer 
3805 \end_layout
3806
3807 \end_inset
3808
3809 F
3810 \end_layout
3811
3812 \end_inset
3813 </cell>
3814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3815 \begin_inset Text
3816
3817 \begin_layout Plain Layout
3818 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3819 \end_inset
3820
3821
3822 \end_layout
3823
3824 \end_inset
3825 </cell>
3826 </row>
3827 <row>
3828 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3829 \begin_inset Text
3830
3831 \begin_layout Plain Layout
3832
3833 \backslash
3834 Lambda^
3835 \begin_inset ERT
3836 status collapsed
3837
3838 \begin_layout Plain Layout
3839
3840
3841 \backslash
3842 leer 
3843 \end_layout
3844
3845 \end_inset
3846
3847
3848 \backslash
3849 phantom
3850 \begin_inset ERT
3851 status collapsed
3852
3853 \begin_layout Plain Layout
3854
3855
3856 \backslash
3857 leer 
3858 \end_layout
3859
3860 \end_inset
3861
3862 ii
3863 \begin_inset Formula $\to$
3864 \end_inset
3865
3866 t
3867 \begin_inset ERT
3868 status collapsed
3869
3870 \begin_layout Plain Layout
3871
3872
3873 \backslash
3874 leer 
3875 \end_layout
3876
3877 \end_inset
3878
3879 _MMt
3880 \end_layout
3881
3882 \end_inset
3883 </cell>
3884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3889 \end_inset
3890
3891
3892 \end_layout
3893
3894 \end_inset
3895 </cell>
3896 </row>
3897 </lyxtabular>
3898
3899 \end_inset
3900
3901
3902 \end_layout
3903
3904 \begin_layout Standard
3905 Des Weiteren gibt es noch die Befehle 
3906 \series bold
3907
3908 \backslash
3909 vphantom
3910 \series default
3911
3912 \begin_inset Index
3913 status collapsed
3914
3915 \begin_layout Plain Layout
3916 Befehle ! V ! 
3917 \backslash
3918 vphantom
3919 \end_layout
3920
3921 \end_inset
3922
3923  (Werkzeugleistenknopf 
3924 \begin_inset space ~
3925 \end_inset
3926
3927
3928 \begin_inset Graphics
3929         filename ../../images/math/vphantom.png
3930         scale 85
3931
3932 \end_inset
3933
3934 ) und 
3935 \series bold
3936
3937 \backslash
3938 hphantom
3939 \series default
3940
3941 \begin_inset Index
3942 status collapsed
3943
3944 \begin_layout Plain Layout
3945 Befehle ! H ! 
3946 \backslash
3947 hphantom
3948 \end_layout
3949
3950 \end_inset
3951
3952  (Werkzeugleistenknopf 
3953 \begin_inset space ~
3954 \end_inset
3955
3956
3957 \begin_inset Graphics
3958         filename ../../images/math/hphantom.png
3959         scale 85
3960
3961 \end_inset
3962
3963 ).
3964  
3965 \series bold
3966
3967 \backslash
3968 hphantom
3969 \series default
3970  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3971  nicht jedoch für deren Breite.
3972  Bei 
3973 \series bold
3974
3975 \backslash
3976 vphantom
3977 \series default
3978  wird nur Platz mit der Breite des Kästchens erstellt.
3979  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3980 \end_layout
3981
3982 \begin_layout Standard
3983 Zum Beispiel erzeugt 
3984 \series bold
3985
3986 \backslash
3987 vphantom
3988 \series default
3989
3990 \begin_inset ERT
3991 status collapsed
3992
3993 \begin_layout Plain Layout
3994
3995
3996 \backslash
3997 leer 
3998 \end_layout
3999
4000 \end_inset
4001
4002
4003 \series bold
4004 a
4005 \backslash
4006 int
4007 \series default
4008  Platz der Höhe des Integralzeichens,
4009 \begin_inset Foot
4010 status collapsed
4011
4012 \begin_layout Plain Layout
4013 Der Befehl 
4014 \series bold
4015
4016 \backslash
4017 int
4018 \series default
4019  erzeugt ein Integralzeichen, siehe 
4020 \begin_inset CommandInset ref
4021 LatexCommand ref
4022 reference "sub:Große-Operatoren"
4023
4024 \end_inset
4025
4026 .
4027 \end_layout
4028
4029 \end_inset
4030
4031  da dieses das größere Zeichen ist.
4032  Eine Beispielanwendung ist in 
4033 \begin_inset CommandInset ref
4034 LatexCommand ref
4035 reference "sub:Mehrzeilige-Klammern"
4036
4037 \end_inset
4038
4039  zu finden.
4040 \end_layout
4041
4042 \begin_layout Subsection
4043 Linien
4044 \begin_inset Index
4045 status collapsed
4046
4047 \begin_layout Plain Layout
4048 Linien
4049 \end_layout
4050
4051 \end_inset
4052
4053
4054 \begin_inset Index
4055 status collapsed
4056
4057 \begin_layout Plain Layout
4058 Formel ! unterstrichene
4059 \end_layout
4060
4061 \end_inset
4062
4063
4064 \end_layout
4065
4066 \begin_layout Standard
4067 \align center
4068 \begin_inset Tabular
4069 <lyxtabular version="3" rows="4" columns="2">
4070 <features>
4071 <column alignment="center" valignment="top" width="0pt">
4072 <column alignment="center" valignment="top" width="0pt">
4073 <row>
4074 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4075 \begin_inset Text
4076
4077 \begin_layout Plain Layout
4078 Befehl
4079 \end_layout
4080
4081 \end_inset
4082 </cell>
4083 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4084 \begin_inset Text
4085
4086 \begin_layout Plain Layout
4087 Ergebnis
4088 \begin_inset Note Note
4089 status collapsed
4090
4091 \begin_layout Plain Layout
4092
4093 \series bold
4094
4095 \backslash
4096 raisebox
4097 \series default
4098  dient nur als Abstandhalter.
4099 \end_layout
4100
4101 \end_inset
4102
4103
4104 \end_layout
4105
4106 \end_inset
4107 </cell>
4108 </row>
4109 <row>
4110 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4111 \begin_inset Text
4112
4113 \begin_layout Plain Layout
4114
4115 \backslash
4116 overline
4117 \begin_inset ERT
4118 status collapsed
4119
4120 \begin_layout Plain Layout
4121
4122
4123 \backslash
4124 leer 
4125 \end_layout
4126
4127 \end_inset
4128
4129 A+B
4130 \begin_inset Index
4131 status collapsed
4132
4133 \begin_layout Plain Layout
4134 Befehle ! O ! 
4135 \backslash
4136 overline
4137 \end_layout
4138
4139 \end_inset
4140
4141
4142 \end_layout
4143
4144 \end_inset
4145 </cell>
4146 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4147 \begin_inset Text
4148
4149 \begin_layout Plain Layout
4150 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
4151 \end_inset
4152
4153
4154 \end_layout
4155
4156 \end_inset
4157 </cell>
4158 </row>
4159 <row>
4160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
4161 \begin_inset Text
4162
4163 \begin_layout Plain Layout
4164
4165 \backslash
4166 underline
4167 \begin_inset ERT
4168 status collapsed
4169
4170 \begin_layout Plain Layout
4171
4172
4173 \backslash
4174 leer 
4175 \end_layout
4176
4177 \end_inset
4178
4179 A+B
4180 \begin_inset Index
4181 status collapsed
4182
4183 \begin_layout Plain Layout
4184 Befehle ! U ! 
4185 \backslash
4186 underline
4187 \end_layout
4188
4189 \end_inset
4190
4191
4192 \end_layout
4193
4194 \end_inset
4195 </cell>
4196 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
4197 \begin_inset Text
4198
4199 \begin_layout Plain Layout
4200 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
4201 \end_inset
4202
4203
4204 \end_layout
4205
4206 \end_inset
4207 </cell>
4208 </row>
4209 <row>
4210 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4211 \begin_inset Text
4212
4213 \begin_layout Plain Layout
4214
4215 \backslash
4216 overline
4217 \begin_inset ERT
4218 status collapsed
4219
4220 \begin_layout Plain Layout
4221
4222
4223 \backslash
4224 leer 
4225 \end_layout
4226
4227 \end_inset
4228
4229
4230 \backslash
4231 underline
4232 \begin_inset ERT
4233 status collapsed
4234
4235 \begin_layout Plain Layout
4236
4237
4238 \backslash
4239 leer 
4240 \end_layout
4241
4242 \end_inset
4243
4244 A+B
4245 \end_layout
4246
4247 \end_inset
4248 </cell>
4249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4250 \begin_inset Text
4251
4252 \begin_layout Plain Layout
4253 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4254 \end_inset
4255
4256
4257 \end_layout
4258
4259 \end_inset
4260 </cell>
4261 </row>
4262 </lyxtabular>
4263
4264 \end_inset
4265
4266
4267 \end_layout
4268
4269 \begin_layout Standard
4270 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4271 \series bold
4272
4273 \backslash
4274 overline
4275 \series default
4276  oder 
4277 \series bold
4278
4279 \backslash
4280 underline
4281 \series default
4282  eingibt.
4283 \end_layout
4284
4285 \begin_layout Standard
4286 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4287 \begin_inset Newline linebreak
4288 \end_inset
4289
4290
4291 \series bold
4292
4293 \backslash
4294 underline
4295 \series default
4296 .
4297 \end_layout
4298
4299 \begin_layout Standard
4300 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4301 \end_layout
4302
4303 \begin_layout Subsection
4304 Fortsetzungspunkte
4305 \begin_inset Index
4306 status collapsed
4307
4308 \begin_layout Plain Layout
4309 Fortsetzungspunkte
4310 \end_layout
4311
4312 \end_inset
4313
4314
4315 \end_layout
4316
4317 \begin_layout Standard
4318 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4319 \begin_inset Foot
4320 status collapsed
4321
4322 \begin_layout Plain Layout
4323 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4324 \begin_inset Graphics
4325         filename ../../images/math/ldots.png
4326         scale 85
4327
4328 \end_inset
4329
4330
4331 \end_layout
4332
4333 \end_inset
4334
4335  Für Aufzählungen verwendet man unten sitzende Punkte (
4336 \series bold
4337
4338 \backslash
4339 ldots
4340 \series default
4341
4342 \begin_inset Index
4343 status collapsed
4344
4345 \begin_layout Plain Layout
4346 Befehle ! L ! 
4347 \backslash
4348 ldots
4349 \end_layout
4350
4351 \end_inset
4352
4353 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4354  die Operatoren sind (
4355 \series bold
4356
4357 \backslash
4358 cdots
4359 \series default
4360
4361 \begin_inset Index
4362 status collapsed
4363
4364 \begin_layout Plain Layout
4365 Befehle ! C ! 
4366 \backslash
4367 cdots
4368 \end_layout
4369
4370 \end_inset
4371
4372 ).
4373  Verwendet man den Befehl 
4374 \series bold
4375
4376 \backslash
4377 dots
4378 \series default
4379
4380 \begin_inset Index
4381 status collapsed
4382
4383 \begin_layout Plain Layout
4384 Befehle ! D ! 
4385 \backslash
4386 dots
4387 \end_layout
4388
4389 \end_inset
4390
4391 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4392  wird.
4393 \begin_inset Newpage newpage
4394 \end_inset
4395
4396
4397 \end_layout
4398
4399 \begin_layout Standard
4400 \align center
4401 \begin_inset Tabular
4402 <lyxtabular version="3" rows="8" columns="2">
4403 <features>
4404 <column alignment="center" valignment="top" width="0pt">
4405 <column alignment="center" valignment="top" width="0pt">
4406 <row>
4407 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4408 \begin_inset Text
4409
4410 \begin_layout Plain Layout
4411 Befehl
4412 \end_layout
4413
4414 \end_inset
4415 </cell>
4416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4417 \begin_inset Text
4418
4419 \begin_layout Plain Layout
4420 Ergebnis
4421 \end_layout
4422
4423 \end_inset
4424 </cell>
4425 </row>
4426 <row>
4427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4428 \begin_inset Text
4429
4430 \begin_layout Plain Layout
4431 A_1
4432 \begin_inset ERT
4433 status collapsed
4434
4435 \begin_layout Plain Layout
4436
4437
4438 \backslash
4439 leer 
4440 \end_layout
4441
4442 \end_inset
4443
4444 ,
4445 \backslash
4446 dots
4447 \begin_inset ERT
4448 status collapsed
4449
4450 \begin_layout Plain Layout
4451
4452
4453 \backslash
4454 leer 
4455 \end_layout
4456
4457 \end_inset
4458
4459 ,A_n
4460 \end_layout
4461
4462 \end_inset
4463 </cell>
4464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4465 \begin_inset Text
4466
4467 \begin_layout Plain Layout
4468 \begin_inset Formula $A_{1},\dots,A_{n}$
4469 \end_inset
4470
4471
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 </row>
4477 <row>
4478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4479 \begin_inset Text
4480
4481 \begin_layout Plain Layout
4482 A_1
4483 \begin_inset ERT
4484 status collapsed
4485
4486 \begin_layout Plain Layout
4487
4488
4489 \backslash
4490 leer 
4491 \end_layout
4492
4493 \end_inset
4494
4495 +
4496 \backslash
4497 dots
4498 \begin_inset ERT
4499 status collapsed
4500
4501 \begin_layout Plain Layout
4502
4503
4504 \backslash
4505 leer 
4506 \end_layout
4507
4508 \end_inset
4509
4510 +A_n
4511 \end_layout
4512
4513 \end_inset
4514 </cell>
4515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 \begin_inset Formula $A_{1}+\dots+A_{n}$
4520 \end_inset
4521
4522
4523 \end_layout
4524
4525 \end_inset
4526 </cell>
4527 </row>
4528 <row>
4529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4530 \begin_inset Text
4531
4532 \begin_layout Plain Layout
4533 A_1
4534 \begin_inset ERT
4535 status collapsed
4536
4537 \begin_layout Plain Layout
4538
4539
4540 \backslash
4541 leer 
4542 \end_layout
4543
4544 \end_inset
4545
4546 ,
4547 \backslash
4548 ldots
4549 \begin_inset ERT
4550 status collapsed
4551
4552 \begin_layout Plain Layout
4553
4554
4555 \backslash
4556 leer 
4557 \end_layout
4558
4559 \end_inset
4560
4561 ,A_n
4562 \end_layout
4563
4564 \end_inset
4565 </cell>
4566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4567 \begin_inset Text
4568
4569 \begin_layout Plain Layout
4570 \begin_inset Formula $A_{1},\ldots,A_{n}$
4571 \end_inset
4572
4573
4574 \end_layout
4575
4576 \end_inset
4577 </cell>
4578 </row>
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 A_1
4585 \begin_inset ERT
4586 status collapsed
4587
4588 \begin_layout Plain Layout
4589
4590
4591 \backslash
4592 leer 
4593 \end_layout
4594
4595 \end_inset
4596
4597 +
4598 \backslash
4599 cdots
4600 \begin_inset ERT
4601 status collapsed
4602
4603 \begin_layout Plain Layout
4604
4605
4606 \backslash
4607 leer 
4608 \end_layout
4609
4610 \end_inset
4611
4612 +A_n
4613 \end_layout
4614
4615 \end_inset
4616 </cell>
4617 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4618 \begin_inset Text
4619
4620 \begin_layout Plain Layout
4621 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4622 \end_inset
4623
4624
4625 \end_layout
4626
4627 \end_inset
4628 </cell>
4629 </row>
4630 <row>
4631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4632 \begin_inset Text
4633
4634 \begin_layout Plain Layout
4635
4636 \backslash
4637 vdots
4638 \end_layout
4639
4640 \end_inset
4641 </cell>
4642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4643 \begin_inset Text
4644
4645 \begin_layout Plain Layout
4646 \begin_inset Formula $\vdots$
4647 \end_inset
4648
4649
4650 \end_layout
4651
4652 \end_inset
4653 </cell>
4654 </row>
4655 <row>
4656 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4657 \begin_inset Text
4658
4659 \begin_layout Plain Layout
4660
4661 \backslash
4662 ddots
4663 \end_layout
4664
4665 \end_inset
4666 </cell>
4667 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4668 \begin_inset Text
4669
4670 \begin_layout Plain Layout
4671 \begin_inset Formula $\ddots$
4672 \end_inset
4673
4674
4675 \end_layout
4676
4677 \end_inset
4678 </cell>
4679 </row>
4680 <row>
4681 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4682 \begin_inset Text
4683
4684 \begin_layout Plain Layout
4685 3
4686 \series bold
4687 ×
4688 \series default
4689 3
4690 \begin_inset space \thinspace{}
4691 \end_inset
4692
4693 Matrix mit obigen Befehlen
4694 \end_layout
4695
4696 \end_inset
4697 </cell>
4698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4699 \begin_inset Text
4700
4701 \begin_layout Plain Layout
4702 \begin_inset Formula $\begin{array}{ccc}
4703 A_{11} & \cdots & A_{1m}\\
4704 \vdots & \ddots & \vdots\\
4705 A_{n1} & \cdots & A_{nm}\end{array}$
4706 \end_inset
4707
4708
4709 \end_layout
4710
4711 \end_inset
4712 </cell>
4713 </row>
4714 </lyxtabular>
4715
4716 \end_inset
4717
4718
4719 \end_layout
4720
4721 \begin_layout Standard
4722 Die im Menü 
4723 \family sans
4724 Einfügen\SpecialChar \menuseparator
4725 Sonderzeichen
4726 \family default
4727  verfügbaren Fortsetzungspunkte sind 
4728 \series bold
4729
4730 \backslash
4731 ldots
4732 \series default
4733 .
4734 \end_layout
4735
4736 \begin_layout Standard
4737 \begin_inset VSpace medskip
4738 \end_inset
4739
4740 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4741  Spalten erstrecken.
4742  Man erhält sie mit dem Befehl 
4743 \series bold
4744
4745 \backslash
4746 hdotsfor
4747 \series default
4748
4749 \begin_inset Index
4750 status collapsed
4751
4752 \begin_layout Plain Layout
4753 Befehle ! H ! 
4754 \backslash
4755 hdotsfor
4756 \end_layout
4757
4758 \end_inset
4759
4760 , der folgendes Schema besitzt:
4761 \end_layout
4762
4763 \begin_layout Standard
4764
4765 \series bold
4766
4767 \backslash
4768 hdotsfor[Abstand]{Anzahl der Spalten}
4769 \end_layout
4770
4771 \begin_layout Standard
4772 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4773  sollen.
4774  Abstand ist ein Faktor, der den Punktabstand festlegt.
4775 \end_layout
4776
4777 \begin_layout Standard
4778 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4779  
4780 \series bold
4781
4782 \backslash
4783 hdotsfor[2]{4}
4784 \series default
4785  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4786  beim Befehl 
4787 \series bold
4788
4789 \backslash
4790 dots
4791 \series default
4792  zu erhalten:
4793 \begin_inset Formula \[
4794 \left(\begin{array}{cccc}
4795 A & B & C & D\\
4796 \hdotsfor[2]{4}\\
4797 q & w & e & r\end{array}\right)\]
4798
4799 \end_inset
4800
4801 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4802  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4803 \end_layout
4804
4805 \begin_layout Standard
4806 \begin_inset VSpace bigskip
4807 \end_inset
4808
4809 Des Weiteren kann man mit dem Befehl 
4810 \series bold
4811
4812 \backslash
4813 dotfill
4814 \series default
4815
4816 \begin_inset Index
4817 status collapsed
4818
4819 \begin_layout Plain Layout
4820 Befehle ! D ! 
4821 \backslash
4822 dotfill
4823 \end_layout
4824
4825 \end_inset
4826
4827  den Rest einer Zeile mit Punkten füllen.
4828  Die Wirkungsweise des Befehls entspricht der von 
4829 \series bold
4830
4831 \backslash
4832 hfill
4833 \series default
4834 , siehe 
4835 \begin_inset CommandInset ref
4836 LatexCommand ref
4837 reference "sub:Variabler-Leerraum"
4838
4839 \end_inset
4840
4841 .
4842 \end_layout
4843
4844 \begin_layout Standard
4845 Z.
4846 \begin_inset space \thinspace{}
4847 \end_inset
4848
4849 B.
4850  ergibt der Befehl 
4851 \series bold
4852 A
4853 \backslash
4854 dotfill
4855 \begin_inset ERT
4856 status collapsed
4857
4858 \begin_layout Plain Layout
4859
4860
4861 \backslash
4862 leer 
4863 \end_layout
4864
4865 \end_inset
4866
4867 B
4868 \end_layout
4869
4870 \begin_layout Standard
4871 \begin_inset Formula $A\dotfill B$
4872 \end_inset
4873
4874
4875 \end_layout
4876
4877 \begin_layout Standard
4878 Analog dazu gibt es für eine Linie den Befehl 
4879 \series bold
4880
4881 \backslash
4882 hrulefill
4883 \series default
4884
4885 \begin_inset Index
4886 status collapsed
4887
4888 \begin_layout Plain Layout
4889 Befehle ! H ! 
4890 \backslash
4891 hrulefill
4892 \end_layout
4893
4894 \end_inset
4895
4896 :
4897 \end_layout
4898
4899 \begin_layout Standard
4900 \begin_inset Formula $A\hrulefill B$
4901 \end_inset
4902
4903
4904 \end_layout
4905
4906 \begin_layout Standard
4907 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4908  werden.
4909 \end_layout
4910
4911 \begin_layout Section
4912 Matrizen
4913 \begin_inset CommandInset label
4914 LatexCommand label
4915 name "sec:Matrizen"
4916
4917 \end_inset
4918
4919
4920 \begin_inset Index
4921 status collapsed
4922
4923 \begin_layout Plain Layout
4924 Matrizen
4925 \end_layout
4926
4927 \end_inset
4928
4929
4930 \end_layout
4931
4932 \begin_layout Standard
4933 Matrizen können über den Mathe-Werkzeugleistenknopf
4934 \family sans
4935  
4936 \family default
4937
4938 \begin_inset Graphics
4939         filename ../../images/dialog-show_mathmatrix.png
4940         scale 85
4941
4942 \end_inset
4943
4944  oder das Menü 
4945 \family sans
4946 Einfügen\SpecialChar \menuseparator
4947 Mathe\SpecialChar \menuseparator
4948 Matrix
4949 \family default
4950  eingefügt werden.
4951  Sie werden nach der Spalten- und Zeilenanzahl und der Ausrichtung gefragt.
4952  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4953  von Bedeutung:
4954 \end_layout
4955
4956 \begin_layout Standard
4957 Die erste Matrix ist oben 
4958 \begin_inset Formula $\begin{array}[t]{cccc}
4959 A & D & G & J\\
4960 B & E & H & K\\
4961 C & F & I & L\end{array}$
4962 \end_inset
4963
4964 , die zweite mittig 
4965 \begin_inset Formula $\begin{array}{cccc}
4966 A & D & G & J\\
4967 B & E & H & K\\
4968 C & F & I & L\end{array}$
4969 \end_inset
4970
4971  und die dritte unten 
4972 \begin_inset Formula $\begin{array}[b]{cccc}
4973 A & D & G & J\\
4974 B & E & H & K\\
4975 C & F & I & L\end{array}$
4976 \end_inset
4977
4978  ausgerichtet.
4979 \end_layout
4980
4981 \begin_layout Standard
4982 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4983  werden sollen.
4984  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4985  
4986 \emph on
4987 l
4988 \emph default
4989  steht für linksbündig, 
4990 \emph on
4991 c
4992 \emph default
4993  für mittig und 
4994 \emph on
4995 r
4996 \emph default
4997  für rechtsbündig.
4998  Möchte man z.
4999 \begin_inset space \thinspace{}
5000 \end_inset
5001
5002 B.
5003  eine 4
5004 \series bold
5005 ×
5006 \series default
5007 4
5008 \begin_inset space ~
5009 \end_inset
5010
5011 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
5012  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
5013  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
5014 \series bold
5015 lccr
5016 \series default
5017  an.
5018  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
5019  die Voreinstellung für jede Spalte ein 
5020 \series bold
5021 c
5022 \series default
5023  ist.
5024 \end_layout
5025
5026 \begin_layout Standard
5027 Horizontale Ausrichtung:
5028 \end_layout
5029
5030 \begin_layout Standard
5031
5032 \series bold
5033 lll
5034 \series default
5035  : 
5036 \begin_inset Formula $\begin{array}{lll}
5037 10000 & D & G\\
5038 B & 10000 & H\\
5039 C & F & 10000\end{array}$
5040 \end_inset
5041
5042  , 
5043 \series bold
5044 ccc
5045 \series default
5046  : 
5047 \begin_inset Formula $\begin{array}{ccc}
5048 10000 & D & G\\
5049 B & 10000 & H\\
5050 C & F & 10000\end{array}$
5051 \end_inset
5052
5053  , 
5054 \series bold
5055 rrr
5056 \series default
5057  : 
5058 \begin_inset Formula $\begin{array}{rrr}
5059 10000 & D & G\\
5060 B & 10000 & H\\
5061 C & F & 10000\end{array}$
5062 \end_inset
5063
5064
5065 \end_layout
5066
5067 \begin_layout Standard
5068 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
5069  man die Mathe-Werkzeugleistenknöpfe 
5070 \begin_inset Graphics
5071         filename ../../images/tabular-feature_append-row.png
5072         scale 85
5073
5074 \end_inset
5075
5076
5077 \begin_inset Graphics
5078         filename ../../images/tabular-feature_delete-row.png
5079         scale 85
5080
5081 \end_inset
5082
5083 , usw.
5084 \begin_inset space ~
5085 \end_inset
5086
5087 oder das Menü 
5088 \family sans
5089 Bearbeiten\SpecialChar \menuseparator
5090 Zeilen & Spalten
5091 \family default
5092  verwenden.
5093  Neue Zeilen können auch mit 
5094 \family sans
5095 Strg-Enter
5096 \family default
5097  erstellt werden.
5098 \end_layout
5099
5100 \begin_layout Standard
5101 \begin_inset VSpace bigskip
5102 \end_inset
5103
5104 Klammern um eine Matrix können entweder mit den Befehlen 
5105 \series bold
5106
5107 \backslash
5108 left
5109 \series default
5110
5111 \begin_inset Index
5112 status collapsed
5113
5114 \begin_layout Plain Layout
5115 Befehle ! L ! 
5116 \backslash
5117 left
5118 \end_layout
5119
5120 \end_inset
5121
5122  und 
5123 \series bold
5124
5125 \backslash
5126 right
5127 \series default
5128
5129 \begin_inset Index
5130 status collapsed
5131
5132 \begin_layout Plain Layout
5133 Befehle ! R ! 
5134 \backslash
5135 right
5136 \end_layout
5137
5138 \end_inset
5139
5140  erstellt werden (Tastenkürzel 
5141 \family sans
5142 Alt-m
5143 \begin_inset space ~
5144 \end_inset
5145
5146 Klammer
5147 \family default
5148 ), siehe 
5149 \begin_inset CommandInset ref
5150 LatexCommand ref
5151 reference "sub:Automatische-Klammergrößen"
5152
5153 \end_inset
5154
5155 , oder man verwendet folgende Befehle:
5156 \begin_inset VSpace bigskip
5157 \end_inset
5158
5159
5160 \end_layout
5161
5162 \begin_layout Standard
5163 \begin_inset space \hfill{}
5164 \end_inset
5165
5166
5167 \begin_inset Tabular
5168 <lyxtabular version="3" rows="4" columns="2">
5169 <features>
5170 <column alignment="center" valignment="top" width="0">
5171 <column alignment="center" valignment="top" width="0">
5172 <row>
5173 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5174 \begin_inset Text
5175
5176 \begin_layout Plain Layout
5177 Befehl
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5183 \begin_inset Text
5184
5185 \begin_layout Plain Layout
5186 Ergebnis
5187 \end_layout
5188
5189 \end_inset
5190 </cell>
5191 </row>
5192 <row>
5193 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5194 \begin_inset Text
5195
5196 \begin_layout Plain Layout
5197
5198 \backslash
5199 bmatrix
5200 \begin_inset ERT
5201 status collapsed
5202
5203 \begin_layout Plain Layout
5204
5205
5206 \backslash
5207 leer 
5208 \end_layout
5209
5210 \end_inset
5211
5212 2
5213 \series bold
5214 ×
5215 \series default
5216 2
5217 \begin_inset space \thinspace{}
5218 \end_inset
5219
5220 Matrix
5221 \end_layout
5222
5223 \end_inset
5224 </cell>
5225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5226 \begin_inset Text
5227
5228 \begin_layout Plain Layout
5229 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5230 0 & \textrm{-}\mathrm{i}\\
5231 \mathrm{i} & 0\end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5232 \end_inset
5233
5234
5235 \end_layout
5236
5237 \end_inset
5238 </cell>
5239 </row>
5240 <row>
5241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245
5246 \backslash
5247 Bmatrix
5248 \begin_inset ERT
5249 status collapsed
5250
5251 \begin_layout Plain Layout
5252
5253
5254 \backslash
5255 leer 
5256 \end_layout
5257
5258 \end_inset
5259
5260 2
5261 \series bold
5262 ×
5263 \series default
5264 2
5265 \begin_inset space \thinspace{}
5266 \end_inset
5267
5268 Matrix
5269 \end_layout
5270
5271 \end_inset
5272 </cell>
5273 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5274 \begin_inset Text
5275
5276 \begin_layout Plain Layout
5277 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5278 0 & \textrm{-}\mathrm{i}\\
5279 \mathrm{i} & 0\end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5280 \end_inset
5281
5282
5283 \end_layout
5284
5285 \end_inset
5286 </cell>
5287 </row>
5288 <row>
5289 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5290 \begin_inset Text
5291
5292 \begin_layout Plain Layout
5293
5294 \backslash
5295 pmatrix
5296 \begin_inset ERT
5297 status collapsed
5298
5299 \begin_layout Plain Layout
5300
5301
5302 \backslash
5303 leer 
5304 \end_layout
5305
5306 \end_inset
5307
5308 2
5309 \series bold
5310 ×
5311 \series default
5312 2
5313 \begin_inset space \thinspace{}
5314 \end_inset
5315
5316 Matrix
5317 \end_layout
5318
5319 \end_inset
5320 </cell>
5321 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5322 \begin_inset Text
5323
5324 \begin_layout Plain Layout
5325 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5326 0 & \textrm{-}\mathrm{i}\\
5327 \mathrm{i} & 0\end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5328 \end_inset
5329
5330
5331 \end_layout
5332
5333 \end_inset
5334 </cell>
5335 </row>
5336 </lyxtabular>
5337
5338 \end_inset
5339
5340
5341 \begin_inset space \hfill{}
5342 \end_inset
5343
5344
5345 \begin_inset Tabular
5346 <lyxtabular version="3" rows="4" columns="2">
5347 <features>
5348 <column alignment="center" valignment="top" width="0">
5349 <column alignment="center" valignment="top" width="0">
5350 <row>
5351 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5352 \begin_inset Text
5353
5354 \begin_layout Plain Layout
5355 Befehl
5356 \end_layout
5357
5358 \end_inset
5359 </cell>
5360 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5361 \begin_inset Text
5362
5363 \begin_layout Plain Layout
5364 Ergebnis
5365 \end_layout
5366
5367 \end_inset
5368 </cell>
5369 </row>
5370 <row>
5371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5372 \begin_inset Text
5373
5374 \begin_layout Plain Layout
5375
5376 \backslash
5377 vmatrix
5378 \begin_inset ERT
5379 status collapsed
5380
5381 \begin_layout Plain Layout
5382
5383
5384 \backslash
5385 leer 
5386 \end_layout
5387
5388 \end_inset
5389
5390 2
5391 \series bold
5392 ×
5393 \series default
5394 2
5395 \begin_inset space \thinspace{}
5396 \end_inset
5397
5398 Matrix
5399 \end_layout
5400
5401 \end_inset
5402 </cell>
5403 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5404 \begin_inset Text
5405
5406 \begin_layout Plain Layout
5407 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5408 0 & \textrm{-}\mathrm{i}\\
5409 \mathrm{i} & 0\end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5410 \end_inset
5411
5412
5413 \end_layout
5414
5415 \end_inset
5416 </cell>
5417 </row>
5418 <row>
5419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5420 \begin_inset Text
5421
5422 \begin_layout Plain Layout
5423
5424 \backslash
5425 Vmatrix
5426 \begin_inset ERT
5427 status collapsed
5428
5429 \begin_layout Plain Layout
5430
5431
5432 \backslash
5433 leer 
5434 \end_layout
5435
5436 \end_inset
5437
5438 2
5439 \series bold
5440 ×
5441 \series default
5442 2
5443 \begin_inset space \thinspace{}
5444 \end_inset
5445
5446 Matrix
5447 \end_layout
5448
5449 \end_inset
5450 </cell>
5451 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5452 \begin_inset Text
5453
5454 \begin_layout Plain Layout
5455 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5456 0 & \textrm{-}\mathrm{i}\\
5457 \mathrm{i} & 0\end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5458 \end_inset
5459
5460
5461 \end_layout
5462
5463 \end_inset
5464 </cell>
5465 </row>
5466 <row>
5467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5468 \begin_inset Text
5469
5470 \begin_layout Plain Layout
5471
5472 \backslash
5473 matrix
5474 \begin_inset ERT
5475 status collapsed
5476
5477 \begin_layout Plain Layout
5478
5479
5480 \backslash
5481 leer 
5482 \end_layout
5483
5484 \end_inset
5485
5486 2
5487 \series bold
5488 ×
5489 \series default
5490 2
5491 \begin_inset space \thinspace{}
5492 \end_inset
5493
5494 Matrix
5495 \end_layout
5496
5497 \end_inset
5498 </cell>
5499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5500 \begin_inset Text
5501
5502 \begin_layout Plain Layout
5503 \begin_inset Formula $\raisebox{7.5mm}{}\begin{matrix}\begin{array}{cc}
5504 0 & \textrm{-}\mathrm{i}\\
5505 \mathrm{i} & 0\end{array}\end{matrix}\raisebox{-5.3mm}{}$
5506 \end_inset
5507
5508
5509 \end_layout
5510
5511 \end_inset
5512 </cell>
5513 </row>
5514 </lyxtabular>
5515
5516 \end_inset
5517
5518
5519 \begin_inset space \hfill{}
5520 \end_inset
5521
5522
5523 \end_layout
5524
5525 \begin_layout Standard
5526 \begin_inset VSpace medskip
5527 \end_inset
5528
5529 Wurde z.
5530 \begin_inset space \thinspace{}
5531 \end_inset
5532
5533 B.
5534  
5535 \series bold
5536
5537 \backslash
5538 vmatrix
5539 \series default
5540  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5541  in das die Matrix eingefügt wird.
5542 \end_layout
5543
5544 \begin_layout Standard
5545 \begin_inset VSpace bigskip
5546 \end_inset
5547
5548 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5549 \begin_inset CommandInset ref
5550 LatexCommand ref
5551 reference "sub:Spaltenabstand"
5552
5553 \end_inset
5554
5555  beschriebene Länge 
5556 \series bold
5557
5558 \backslash
5559 arraycolsep
5560 \series default
5561
5562 \begin_inset Index
5563 status collapsed
5564
5565 \begin_layout Plain Layout
5566 Befehle ! A ! 
5567 \backslash
5568 arraycolsep
5569 \end_layout
5570
5571 \end_inset
5572
5573  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5574 \end_layout
5575
5576 \begin_layout Standard
5577 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5578 \series bold
5579
5580 \backslash
5581 arraystretch
5582 \series default
5583
5584 \begin_inset Index
5585 status collapsed
5586
5587 \begin_layout Plain Layout
5588 Befehle ! A ! 
5589 \backslash
5590 arraystretch
5591 \end_layout
5592
5593 \end_inset
5594
5595 .
5596  Dieser wird folgendermaßen benutzt:
5597 \end_layout
5598
5599 \begin_layout Standard
5600
5601 \series bold
5602
5603 \backslash
5604 renewcommand{
5605 \backslash
5606 arraystretch}{Dehnungsfaktor}
5607 \begin_inset Index
5608 status collapsed
5609
5610 \begin_layout Plain Layout
5611 Befehle ! R ! 
5612 \backslash
5613 renewcommand
5614 \end_layout
5615
5616 \end_inset
5617
5618
5619 \end_layout
5620
5621 \begin_layout Standard
5622 Der Befehl 
5623 \series bold
5624
5625 \backslash
5626 renewcommand
5627 \series default
5628  weist dabei dem vordefinierten Befehl 
5629 \series bold
5630
5631 \backslash
5632 arraystretch
5633 \series default
5634  den Dehnungsfaktor zu.
5635  Möchte man z.
5636 \begin_inset space \thinspace{}
5637 \end_inset
5638
5639 B.
5640  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5641  Dieser wird dann für alle folgenden Matrizen verwendet.
5642  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5643 \series bold
5644
5645 \backslash
5646 arraystretch
5647 \series default
5648  den Faktor 1 zu.
5649 \end_layout
5650
5651 \begin_layout Standard
5652 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5653 \series bold
5654
5655 \backslash
5656 smallmatrix
5657 \series default
5658
5659 \begin_inset Index
5660 status collapsed
5661
5662 \begin_layout Plain Layout
5663 Befehle ! S ! 
5664 \backslash
5665 smallmatrix
5666 \end_layout
5667
5668 \end_inset
5669
5670 .
5671  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5672  gestrichelten Linien.
5673  In dieses Kästchen wird die Matrix eingegeben.
5674  Man verwendet stattdessen das Menü 
5675 \family sans
5676 Bearbeiten\SpecialChar \menuseparator
5677 Zeilen
5678 \begin_inset space ~
5679 \end_inset
5680
5681 &
5682 \begin_inset space ~
5683 \end_inset
5684
5685 Spalten
5686 \family default
5687  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5688  Neue Zeilen können auch mit 
5689 \family sans
5690 Strg-Enter
5691 \family default
5692  erstellt werden.
5693 \end_layout
5694
5695 \begin_layout Standard
5696 Dies ist eine Matrix 
5697 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5698 C & D\end{smallmatrix}\right)$
5699 \end_inset
5700
5701  in einer Textzeile.
5702 \end_layout
5703
5704 \begin_layout Section
5705 Klammern und Begrenzungszeichen
5706 \begin_inset Index
5707 status collapsed
5708
5709 \begin_layout Plain Layout
5710 Klammern
5711 \end_layout
5712
5713 \end_inset
5714
5715
5716 \begin_inset Index
5717 status collapsed
5718
5719 \begin_layout Plain Layout
5720 Begrenzungszeichen
5721 \end_layout
5722
5723 \end_inset
5724
5725
5726 \end_layout
5727
5728 \begin_layout Subsection
5729 Vertikale Klammern und Begrenzungszeichen
5730 \begin_inset Index
5731 status collapsed
5732
5733 \begin_layout Plain Layout
5734 Klammern ! vertikale
5735 \end_layout
5736
5737 \end_inset
5738
5739
5740 \end_layout
5741
5742 \begin_layout Standard
5743 \begin_inset space \hfill{}
5744 \end_inset
5745
5746
5747 \begin_inset Tabular
5748 <lyxtabular version="3" rows="9" columns="2">
5749 <features>
5750 <column alignment="center" valignment="top" width="0pt">
5751 <column alignment="center" valignment="top" width="0pt">
5752 <row>
5753 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5754 \begin_inset Text
5755
5756 \begin_layout Plain Layout
5757 Befehl
5758 \end_layout
5759
5760 \end_inset
5761 </cell>
5762 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5763 \begin_inset Text
5764
5765 \begin_layout Plain Layout
5766 Ergebnis
5767 \end_layout
5768
5769 \end_inset
5770 </cell>
5771 </row>
5772 <row>
5773 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5774 \begin_inset Text
5775
5776 \begin_layout Plain Layout
5777 (
5778 \end_layout
5779
5780 \end_inset
5781 </cell>
5782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5783 \begin_inset Text
5784
5785 \begin_layout Plain Layout
5786 \begin_inset Formula $($
5787 \end_inset
5788
5789
5790 \end_layout
5791
5792 \end_inset
5793 </cell>
5794 </row>
5795 <row>
5796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5797 \begin_inset Text
5798
5799 \begin_layout Plain Layout
5800 {
5801 \end_layout
5802
5803 \end_inset
5804 </cell>
5805 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 \begin_inset Formula $\{$
5810 \end_inset
5811
5812
5813 \end_layout
5814
5815 \end_inset
5816 </cell>
5817 </row>
5818 <row>
5819 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5820 \begin_inset Text
5821
5822 \begin_layout Plain Layout
5823 [
5824 \end_layout
5825
5826 \end_inset
5827 </cell>
5828 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5829 \begin_inset Text
5830
5831 \begin_layout Plain Layout
5832 \begin_inset Formula $[$
5833 \end_inset
5834
5835
5836 \end_layout
5837
5838 \end_inset
5839 </cell>
5840 </row>
5841 <row>
5842 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5843 \begin_inset Text
5844
5845 \begin_layout Plain Layout
5846
5847 \backslash
5848 langle
5849 \end_layout
5850
5851 \end_inset
5852 </cell>
5853 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5854 \begin_inset Text
5855
5856 \begin_layout Plain Layout
5857 \begin_inset Formula $\langle$
5858 \end_inset
5859
5860
5861 \end_layout
5862
5863 \end_inset
5864 </cell>
5865 </row>
5866 <row>
5867 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5868 \begin_inset Text
5869
5870 \begin_layout Plain Layout
5871
5872 \backslash
5873 lceil
5874 \end_layout
5875
5876 \end_inset
5877 </cell>
5878 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5879 \begin_inset Text
5880
5881 \begin_layout Plain Layout
5882 \begin_inset Formula $\lceil$
5883 \end_inset
5884
5885
5886 \end_layout
5887
5888 \end_inset
5889 </cell>
5890 </row>
5891 <row>
5892 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5893 \begin_inset Text
5894
5895 \begin_layout Plain Layout
5896
5897 \backslash
5898 lfloor
5899 \end_layout
5900
5901 \end_inset
5902 </cell>
5903 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5904 \begin_inset Text
5905
5906 \begin_layout Plain Layout
5907 \begin_inset Formula $\lfloor$
5908 \end_inset
5909
5910
5911 \end_layout
5912
5913 \end_inset
5914 </cell>
5915 </row>
5916 <row>
5917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5918 \begin_inset Text
5919
5920 \begin_layout Plain Layout
5921 /
5922 \end_layout
5923
5924 \end_inset
5925 </cell>
5926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5927 \begin_inset Text
5928
5929 \begin_layout Plain Layout
5930 \begin_inset Formula $/$
5931 \end_inset
5932
5933
5934 \end_layout
5935
5936 \end_inset
5937 </cell>
5938 </row>
5939 <row>
5940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5941 \begin_inset Text
5942
5943 \begin_layout Plain Layout
5944 |
5945 \end_layout
5946
5947 \end_inset
5948 </cell>
5949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5950 \begin_inset Text
5951
5952 \begin_layout Plain Layout
5953 \begin_inset Formula $|$
5954 \end_inset
5955
5956
5957 \end_layout
5958
5959 \end_inset
5960 </cell>
5961 </row>
5962 </lyxtabular>
5963
5964 \end_inset
5965
5966
5967 \begin_inset space \hfill{}
5968 \end_inset
5969
5970
5971 \begin_inset Tabular
5972 <lyxtabular version="3" rows="9" columns="2">
5973 <features>
5974 <column alignment="center" valignment="top" width="0pt">
5975 <column alignment="center" valignment="top" width="0pt">
5976 <row>
5977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5978 \begin_inset Text
5979
5980 \begin_layout Plain Layout
5981 Befehl
5982 \end_layout
5983
5984 \end_inset
5985 </cell>
5986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5987 \begin_inset Text
5988
5989 \begin_layout Plain Layout
5990 Ergebnis
5991 \end_layout
5992
5993 \end_inset
5994 </cell>
5995 </row>
5996 <row>
5997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5998 \begin_inset Text
5999
6000 \begin_layout Plain Layout
6001 )
6002 \end_layout
6003
6004 \end_inset
6005 </cell>
6006 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6007 \begin_inset Text
6008
6009 \begin_layout Plain Layout
6010 \begin_inset Formula $)$
6011 \end_inset
6012
6013
6014 \end_layout
6015
6016 \end_inset
6017 </cell>
6018 </row>
6019 <row>
6020 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6021 \begin_inset Text
6022
6023 \begin_layout Plain Layout
6024 }
6025 \end_layout
6026
6027 \end_inset
6028 </cell>
6029 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6030 \begin_inset Text
6031
6032 \begin_layout Plain Layout
6033 \begin_inset Formula $\}$
6034 \end_inset
6035
6036
6037 \end_layout
6038
6039 \end_inset
6040 </cell>
6041 </row>
6042 <row>
6043 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6044 \begin_inset Text
6045
6046 \begin_layout Plain Layout
6047 ]
6048 \end_layout
6049
6050 \end_inset
6051 </cell>
6052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6053 \begin_inset Text
6054
6055 \begin_layout Plain Layout
6056 \begin_inset Formula $]$
6057 \end_inset
6058
6059
6060 \end_layout
6061
6062 \end_inset
6063 </cell>
6064 </row>
6065 <row>
6066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6067 \begin_inset Text
6068
6069 \begin_layout Plain Layout
6070
6071 \backslash
6072 rangle
6073 \end_layout
6074
6075 \end_inset
6076 </cell>
6077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6078 \begin_inset Text
6079
6080 \begin_layout Plain Layout
6081 \begin_inset Formula $\rangle$
6082 \end_inset
6083
6084
6085 \end_layout
6086
6087 \end_inset
6088 </cell>
6089 </row>
6090 <row>
6091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6092 \begin_inset Text
6093
6094 \begin_layout Plain Layout
6095
6096 \backslash
6097 rceil
6098 \end_layout
6099
6100 \end_inset
6101 </cell>
6102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6103 \begin_inset Text
6104
6105 \begin_layout Plain Layout
6106 \begin_inset Formula $\rceil$
6107 \end_inset
6108
6109
6110 \end_layout
6111
6112 \end_inset
6113 </cell>
6114 </row>
6115 <row>
6116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6117 \begin_inset Text
6118
6119 \begin_layout Plain Layout
6120
6121 \backslash
6122 rfloor
6123 \end_layout
6124
6125 \end_inset
6126 </cell>
6127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6128 \begin_inset Text
6129
6130 \begin_layout Plain Layout
6131 \begin_inset Formula $\rfloor$
6132 \end_inset
6133
6134
6135 \end_layout
6136
6137 \end_inset
6138 </cell>
6139 </row>
6140 <row>
6141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6142 \begin_inset Text
6143
6144 \begin_layout Plain Layout
6145
6146 \backslash
6147
6148 \backslash
6149
6150 \end_layout
6151
6152 \end_inset
6153 </cell>
6154 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6155 \begin_inset Text
6156
6157 \begin_layout Plain Layout
6158 \begin_inset Formula $\backslash$
6159 \end_inset
6160
6161
6162 \end_layout
6163
6164 \end_inset
6165 </cell>
6166 </row>
6167 <row>
6168 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6169 \begin_inset Text
6170
6171 \begin_layout Plain Layout
6172
6173 \backslash
6174 |
6175 \end_layout
6176
6177 \end_inset
6178 </cell>
6179 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6180 \begin_inset Text
6181
6182 \begin_layout Plain Layout
6183 \begin_inset Formula $\|$
6184 \end_inset
6185
6186
6187 \end_layout
6188
6189 \end_inset
6190 </cell>
6191 </row>
6192 </lyxtabular>
6193
6194 \end_inset
6195
6196
6197 \begin_inset space \hfill{}
6198 \end_inset
6199
6200
6201 \end_layout
6202
6203 \begin_layout Standard
6204
6205 \series medium
6206 \begin_inset Note Greyedout
6207 status open
6208
6209 \begin_layout Plain Layout
6210
6211 \series bold
6212 Achtung:
6213 \series default
6214  Im TeX-Modus muss für den Backslash der Befehl 
6215 \series bold
6216
6217 \backslash
6218 textbackslash
6219 \series default
6220
6221 \begin_inset Index
6222 status collapsed
6223
6224 \begin_layout Plain Layout
6225 Befehle ! T ! 
6226 \backslash
6227 textbackslash
6228 \end_layout
6229
6230 \end_inset
6231
6232  verwendet werden, denn der Befehl 
6233 \series bold
6234
6235 \backslash
6236
6237 \backslash
6238
6239 \series default
6240  steht dort für einen Zeilenumbruch.
6241 \end_layout
6242
6243 \end_inset
6244
6245
6246 \end_layout
6247
6248 \begin_layout Standard
6249 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6250  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6251  Dabei können dann statt den Befehlen 
6252 \series bold
6253
6254 \backslash
6255 langle
6256 \series default
6257  und 
6258 \series bold
6259
6260 \backslash
6261 rangle
6262 \series default
6263  direkt die Zeichen < und > verwendet werden.
6264 \end_layout
6265
6266 \begin_layout Subsubsection
6267 Manuelle Klammergrößen
6268 \begin_inset CommandInset label
6269 LatexCommand label
6270 name "sub:Manuelle-Klammergrößen"
6271
6272 \end_inset
6273
6274
6275 \begin_inset Index
6276 status collapsed
6277
6278 \begin_layout Plain Layout
6279 Klammergrößen ! manuelle
6280 \end_layout
6281
6282 \end_inset
6283
6284
6285 \end_layout
6286
6287 \begin_layout Standard
6288 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6289  LaTeX-Befehle 
6290 \series bold
6291
6292 \backslash
6293 big
6294 \series default
6295
6296 \begin_inset Index
6297 status collapsed
6298
6299 \begin_layout Plain Layout
6300 Befehle ! B ! 
6301 \backslash
6302 big
6303 \end_layout
6304
6305 \end_inset
6306
6307
6308 \series bold
6309
6310 \backslash
6311 Big
6312 \series default
6313
6314 \series bold
6315
6316 \backslash
6317 bigg
6318 \series default
6319  und 
6320 \series bold
6321
6322 \backslash
6323 Bigg
6324 \series default
6325  tun.
6326  
6327 \series bold
6328
6329 \backslash
6330 big
6331 \series default
6332  steht hierbei für die kleinste und 
6333 \series bold
6334
6335 \backslash
6336 Bigg
6337 \series default
6338  für die größte Klammergröße.
6339 \end_layout
6340
6341 \begin_layout Standard
6342 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6343 \end_layout
6344
6345 \begin_layout Standard
6346 \align center
6347 \begin_inset Tabular
6348 <lyxtabular version="3" rows="2" columns="2">
6349 <features>
6350 <column alignment="center" valignment="top" width="0pt">
6351 <column alignment="center" valignment="top" width="0pt">
6352 <row>
6353 <cell alignment="center" valignment="top" usebox="none">
6354 \begin_inset Text
6355
6356 \begin_layout Plain Layout
6357 einheitliche Klammergröße:
6358 \end_layout
6359
6360 \end_inset
6361 </cell>
6362 <cell alignment="center" valignment="top" usebox="none">
6363 \begin_inset Text
6364
6365 \begin_layout Plain Layout
6366 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6367 \end_inset
6368
6369
6370 \end_layout
6371
6372 \end_inset
6373 </cell>
6374 </row>
6375 <row>
6376 <cell alignment="center" valignment="top" usebox="none">
6377 \begin_inset Text
6378
6379 \begin_layout Plain Layout
6380 besser sieht das so aus:
6381 \end_layout
6382
6383 \end_inset
6384 </cell>
6385 <cell alignment="center" valignment="top" usebox="none">
6386 \begin_inset Text
6387
6388 \begin_layout Plain Layout
6389 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6390 \end_inset
6391
6392
6393 \end_layout
6394
6395 \end_inset
6396 </cell>
6397 </row>
6398 </lyxtabular>
6399
6400 \end_inset
6401
6402
6403 \begin_inset Note Note
6404 status collapsed
6405
6406 \begin_layout Plain Layout
6407
6408 \series bold
6409
6410 \backslash
6411 raisebox
6412 \series default
6413  dient nur
6414 \end_layout
6415
6416 \begin_layout Plain Layout
6417 als Abstandhalter.
6418 \end_layout
6419
6420 \end_inset
6421
6422
6423 \end_layout
6424
6425 \begin_layout Standard
6426 Für die zweite Formel wurde der Befehl 
6427 \series bold
6428
6429 \backslash
6430 Big((A+B)(A-B)
6431 \backslash
6432 Big)^
6433 \begin_inset ERT
6434 status collapsed
6435
6436 \begin_layout Plain Layout
6437
6438
6439 \backslash
6440 leer 
6441 \end_layout
6442
6443 \end_inset
6444
6445 C
6446 \series default
6447  verwendet.
6448 \end_layout
6449
6450 \begin_layout Standard
6451 Hier alle Klammergrößen in der Übersicht:
6452 \end_layout
6453
6454 \begin_layout Standard
6455 \align center
6456
6457 \backslash
6458 Bigg(
6459 \backslash
6460 exp
6461 \backslash
6462 bigg<
6463 \backslash
6464 Big[
6465 \backslash
6466 big{
6467 \backslash
6468 ln(3x)
6469 \backslash
6470 big}^2
6471 \begin_inset ERT
6472 status collapsed
6473
6474 \begin_layout Plain Layout
6475
6476
6477 \backslash
6478 leer 
6479 \end_layout
6480
6481 \end_inset
6482
6483
6484 \backslash
6485 sin(x)
6486 \backslash
6487 Big]^
6488 \begin_inset ERT
6489 status collapsed
6490
6491 \begin_layout Plain Layout
6492
6493
6494 \backslash
6495 leer 
6496 \end_layout
6497
6498 \end_inset
6499
6500 A
6501 \begin_inset ERT
6502 status collapsed
6503
6504 \begin_layout Plain Layout
6505
6506
6507 \backslash
6508 leer 
6509 \end_layout
6510
6511 \end_inset
6512
6513
6514 \backslash
6515 bigg>
6516 \backslash
6517 Bigg)^0,5
6518 \end_layout
6519
6520 \begin_layout Standard
6521 \align center
6522 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6523 \end_inset
6524
6525
6526 \end_layout
6527
6528 \begin_layout Standard
6529 Es gibt außer den 
6530 \series bold
6531
6532 \backslash
6533 big
6534 \series default
6535 -Befehlen noch die Variante 
6536 \series bold
6537
6538 \backslash
6539 bigm
6540 \series default
6541
6542 \begin_inset Index
6543 status collapsed
6544
6545 \begin_layout Plain Layout
6546 Befehle ! B ! 
6547 \backslash
6548 bigm
6549 \end_layout
6550
6551 \end_inset
6552
6553 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6554  die Variante 
6555 \series bold
6556
6557 \backslash
6558 bigl
6559 \series default
6560 -
6561 \series bold
6562
6563 \backslash
6564 bigr
6565 \series default
6566
6567 \begin_inset Index
6568 status collapsed
6569
6570 \begin_layout Plain Layout
6571 Befehle ! B ! 
6572 \backslash
6573 bigl - 
6574 \backslash
6575 bigr
6576 \end_layout
6577
6578 \end_inset
6579
6580 , die keinen zusätzlichen Leerraum erzeugt.
6581  Das 
6582 \emph on
6583 l
6584 \emph default
6585  am Ende des Befehls 
6586 \series bold
6587
6588 \backslash
6589 bigl
6590 \series default
6591  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6592  ein 
6593 \emph on
6594 r
6595 \emph default
6596  ersetzt.
6597  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6598  sein.
6599 \end_layout
6600
6601 \begin_layout Standard
6602 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6603 \end_layout
6604
6605 \begin_layout Standard
6606 \align center
6607 \begin_inset Tabular
6608 <lyxtabular version="3" rows="5" columns="2">
6609 <features>
6610 <column alignment="center" valignment="middle" width="0">
6611 <column alignment="center" valignment="middle" width="0">
6612 <row>
6613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6614 \begin_inset Text
6615
6616 \begin_layout Plain Layout
6617 Befehl
6618 \end_layout
6619
6620 \end_inset
6621 </cell>
6622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6623 \begin_inset Text
6624
6625 \begin_layout Plain Layout
6626 Ergebnis
6627 \begin_inset Note Note
6628 status collapsed
6629
6630 \begin_layout Plain Layout
6631
6632 \series bold
6633
6634 \backslash
6635 raisebox
6636 \series default
6637  dient nur als Abstandhalter.
6638 \end_layout
6639
6640 \end_inset
6641
6642
6643 \end_layout
6644
6645 \end_inset
6646 </cell>
6647 </row>
6648 <row>
6649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6650 \begin_inset Text
6651
6652 \begin_layout Plain Layout
6653
6654 \backslash
6655 Bigm(
6656 \backslash
6657 bigm(
6658 \backslash
6659 ln(3x)
6660 \backslash
6661 bigm)^2
6662 \begin_inset ERT
6663 status collapsed
6664
6665 \begin_layout Plain Layout
6666
6667
6668 \backslash
6669 leer 
6670 \end_layout
6671
6672 \end_inset
6673
6674
6675 \backslash
6676 Bigm)
6677 \end_layout
6678
6679 \end_inset
6680 </cell>
6681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6682 \begin_inset Text
6683
6684 \begin_layout Plain Layout
6685 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6686 \end_inset
6687
6688
6689 \end_layout
6690
6691 \end_inset
6692 </cell>
6693 </row>
6694 <row>
6695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6696 \begin_inset Text
6697
6698 \begin_layout Plain Layout
6699
6700 \backslash
6701 Big(
6702 \backslash
6703 big(
6704 \backslash
6705 ln(3x)
6706 \backslash
6707 big)^2
6708 \begin_inset ERT
6709 status collapsed
6710
6711 \begin_layout Plain Layout
6712
6713
6714 \backslash
6715 leer 
6716 \end_layout
6717
6718 \end_inset
6719
6720
6721 \backslash
6722 Big)
6723 \end_layout
6724
6725 \end_inset
6726 </cell>
6727 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6728 \begin_inset Text
6729
6730 \begin_layout Plain Layout
6731 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6732 \end_inset
6733
6734
6735 \end_layout
6736
6737 \end_inset
6738 </cell>
6739 </row>
6740 <row>
6741 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6742 \begin_inset Text
6743
6744 \begin_layout Plain Layout
6745
6746 \backslash
6747 Bigl(
6748 \backslash
6749 bigl(
6750 \backslash
6751 ln(3x)
6752 \backslash
6753 bigr)^2
6754 \begin_inset ERT
6755 status collapsed
6756
6757 \begin_layout Plain Layout
6758
6759
6760 \backslash
6761 leer 
6762 \end_layout
6763
6764 \end_inset
6765
6766
6767 \backslash
6768 Bigr)
6769 \end_layout
6770
6771 \end_inset
6772 </cell>
6773 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6774 \begin_inset Text
6775
6776 \begin_layout Plain Layout
6777 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6778 \end_inset
6779
6780
6781 \end_layout
6782
6783 \end_inset
6784 </cell>
6785 </row>
6786 <row>
6787 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6788 \begin_inset Text
6789
6790 \begin_layout Plain Layout
6791
6792 \backslash
6793 bigl)
6794 \backslash
6795 ln(3x)
6796 \backslash
6797 bigr(
6798 \end_layout
6799
6800 \end_inset
6801 </cell>
6802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6803 \begin_inset Text
6804
6805 \begin_layout Plain Layout
6806 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6807 \end_inset
6808
6809
6810 \end_layout
6811
6812 \end_inset
6813 </cell>
6814 </row>
6815 </lyxtabular>
6816
6817 \end_inset
6818
6819
6820 \end_layout
6821
6822 \begin_layout Subsubsection
6823 Automatische Klammergrößen
6824 \begin_inset CommandInset label
6825 LatexCommand label
6826 name "sub:Automatische-Klammergrößen"
6827
6828 \end_inset
6829
6830
6831 \begin_inset Index
6832 status collapsed
6833
6834 \begin_layout Plain Layout
6835 Klammergrößen ! automatische
6836 \end_layout
6837
6838 \end_inset
6839
6840
6841 \end_layout
6842
6843 \begin_layout Standard
6844 Klammern variabler Größe können mit den Befehlen 
6845 \series bold
6846
6847 \backslash
6848 left
6849 \series default
6850
6851 \begin_inset Index
6852 status collapsed
6853
6854 \begin_layout Plain Layout
6855 Befehle ! L ! 
6856 \backslash
6857 left
6858 \end_layout
6859
6860 \end_inset
6861
6862  und 
6863 \series bold
6864
6865 \backslash
6866 right
6867 \series default
6868
6869 \begin_inset Index
6870 status collapsed
6871
6872 \begin_layout Plain Layout
6873 Befehle ! R ! 
6874 \backslash
6875 right
6876 \end_layout
6877
6878 \end_inset
6879
6880  oder über den Mathe-Werkzeugleistenknopf
6881 \family sans
6882  
6883 \family default
6884
6885 \begin_inset Graphics
6886         filename ../../images/dialog-show_mathdelimiter.png
6887         scale 85
6888
6889 \end_inset
6890
6891  eingefügt werden.
6892  Auf 
6893 \series bold
6894
6895 \backslash
6896 left
6897 \series default
6898  und 
6899 \series bold
6900
6901 \backslash
6902 right
6903 \series default
6904  muss unmittelbar die gewünschte Klammer folgen.
6905  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6906 \end_layout
6907
6908 \begin_layout Standard
6909 \align center
6910 normale Klammer: Der Befehl 
6911 \series bold
6912
6913 \backslash
6914 ln(
6915 \backslash
6916 frac
6917 \begin_inset ERT
6918 status collapsed
6919
6920 \begin_layout Plain Layout
6921
6922
6923 \backslash
6924 leer 
6925 \end_layout
6926
6927 \end_inset
6928
6929 A
6930 \begin_inset Formula $\downarrow$
6931 \end_inset
6932
6933 C
6934 \begin_inset ERT
6935 status collapsed
6936
6937 \begin_layout Plain Layout
6938
6939
6940 \backslash
6941 leer 
6942 \end_layout
6943
6944 \end_inset
6945
6946 )
6947 \series default
6948  ergibt
6949 \begin_inset Formula \[
6950 \ln(\frac{A}{C})\]
6951
6952 \end_inset
6953
6954
6955 \end_layout
6956
6957 \begin_layout Standard
6958 \align center
6959 mehrzeilige Klammer: Der Befehl 
6960 \series bold
6961
6962 \backslash
6963 ln
6964 \backslash
6965 left(
6966 \backslash
6967 frac
6968 \begin_inset ERT
6969 status collapsed
6970
6971 \begin_layout Plain Layout
6972
6973
6974 \backslash
6975 leer 
6976 \end_layout
6977
6978 \end_inset
6979
6980 A
6981 \begin_inset Formula $\downarrow$
6982 \end_inset
6983
6984 C
6985 \begin_inset ERT
6986 status collapsed
6987
6988 \begin_layout Plain Layout
6989
6990
6991 \backslash
6992 leer 
6993 \end_layout
6994
6995 \end_inset
6996
6997
6998 \backslash
6999 right)
7000 \series default
7001  ergibt
7002 \begin_inset Formula \[
7003 \ln\left(\frac{A}{C}\right)\]
7004
7005 \end_inset
7006
7007
7008 \end_layout
7009
7010 \begin_layout Standard
7011 An Stelle von 
7012 \series bold
7013
7014 \backslash
7015 left
7016 \series default
7017  und 
7018 \series bold
7019
7020 \backslash
7021 right
7022 \series default
7023  kann man die Tastenkürzel 
7024 \family sans
7025 Alt-m
7026 \begin_inset space ~
7027 \end_inset
7028
7029 Klammer
7030 \family default
7031  verwenden.
7032  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
7033  und dass die rechte Klammer gleich mit erstellt wird.
7034 \begin_inset Newline newline
7035 \end_inset
7036
7037 Der Befehl für das letzte Beispiel würde dann lauten: 
7038 \series bold
7039
7040 \backslash
7041 ln Alt-m
7042 \series default
7043  
7044 \series bold
7045 (
7046 \backslash
7047 frac
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 A
7061 \begin_inset Formula $\downarrow$
7062 \end_inset
7063
7064 C
7065 \end_layout
7066
7067 \begin_layout Standard
7068 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
7069  Klammer einen Punkt.
7070  So ergibt z.
7071 \begin_inset space \thinspace{}
7072 \end_inset
7073
7074 B.
7075  der Befehl 
7076 \series bold
7077
7078 \backslash
7079 left.
7080 \backslash
7081 frac
7082 \begin_inset ERT
7083 status collapsed
7084
7085 \begin_layout Plain Layout
7086
7087
7088 \backslash
7089 leer 
7090 \end_layout
7091
7092 \end_inset
7093
7094 A
7095 \begin_inset Formula $\downarrow$
7096 \end_inset
7097
7098 B
7099 \begin_inset ERT
7100 status collapsed
7101
7102 \begin_layout Plain Layout
7103
7104
7105 \backslash
7106 leer 
7107 \end_layout
7108
7109 \end_inset
7110
7111
7112 \backslash
7113 right}
7114 \series default
7115
7116 \begin_inset space \thinspace{}
7117 \end_inset
7118
7119 :
7120 \series bold
7121
7122 \begin_inset Formula \[
7123 \left.\frac{A}{B}\right\} \]
7124
7125 \end_inset
7126
7127
7128 \series default
7129 Die Befehle 
7130 \series bold
7131
7132 \backslash
7133 left
7134 \series default
7135  und 
7136 \series bold
7137
7138 \backslash
7139 right
7140 \series default
7141  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
7142  umgewandelt.
7143  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
7144 \end_layout
7145
7146 \begin_layout Standard
7147 \begin_inset VSpace bigskip
7148 \end_inset
7149
7150 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
7151  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
7152  Befehl 
7153 \series bold
7154
7155 \backslash
7156 middle
7157 \series default
7158
7159 \begin_inset Index
7160 status collapsed
7161
7162 \begin_layout Plain Layout
7163 Befehle ! M ! 
7164 \backslash
7165 middle
7166 \end_layout
7167
7168 \end_inset
7169
7170  zur Verfügung.
7171  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
7172  angepasst, was z.
7173 \begin_inset space \thinspace{}
7174 \end_inset
7175
7176 B.
7177  für physikalische Vektoren von Nutzen ist:
7178 \begin_inset Formula \[
7179 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle \]
7180
7181 \end_inset
7182
7183 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
7184 \begin_inset CommandInset ref
7185 LatexCommand ref
7186 reference "sub:Physikalische-Vektoren"
7187
7188 \end_inset
7189
7190  beschrieben ist.
7191 \end_layout
7192
7193 \begin_layout Subsection
7194 Horizontale Klammern
7195 \begin_inset Index
7196 status collapsed
7197
7198 \begin_layout Plain Layout
7199 Klammern ! horizontale
7200 \end_layout
7201
7202 \end_inset
7203
7204
7205 \end_layout
7206
7207 \begin_layout Standard
7208 \align center
7209 \begin_inset Tabular
7210 <lyxtabular version="3" rows="4" columns="2">
7211 <features>
7212 <column alignment="center" valignment="top" width="0pt">
7213 <column alignment="center" valignment="top" width="0pt">
7214 <row>
7215 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7216 \begin_inset Text
7217
7218 \begin_layout Plain Layout
7219 Befehl
7220 \begin_inset Note Note
7221 status collapsed
7222
7223 \begin_layout Plain Layout
7224
7225 \series bold
7226
7227 \backslash
7228 raisebox
7229 \series default
7230  dient nur als Abstandhalter.
7231 \end_layout
7232
7233 \end_inset
7234
7235
7236 \end_layout
7237
7238 \end_inset
7239 </cell>
7240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7241 \begin_inset Text
7242
7243 \begin_layout Plain Layout
7244 Ergebnis
7245 \end_layout
7246
7247 \end_inset
7248 </cell>
7249 </row>
7250 <row>
7251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7252 \begin_inset Text
7253
7254 \begin_layout Plain Layout
7255 \begin_inset ERT
7256 status collapsed
7257
7258 \begin_layout Plain Layout
7259
7260
7261 \backslash
7262 raisebox{2.3mm}{
7263 \end_layout
7264
7265 \end_inset
7266
7267
7268 \backslash
7269 overbrace
7270 \begin_inset ERT
7271 status collapsed
7272
7273 \begin_layout Plain Layout
7274
7275
7276 \backslash
7277 leer 
7278 \end_layout
7279
7280 \end_inset
7281
7282 A+B
7283 \begin_inset ERT
7284 status collapsed
7285
7286 \begin_layout Plain Layout
7287
7288
7289 \backslash
7290 leer 
7291 \end_layout
7292
7293 \end_inset
7294
7295 ^
7296 \begin_inset ERT
7297 status collapsed
7298
7299 \begin_layout Plain Layout
7300
7301
7302 \backslash
7303 leer 
7304 \end_layout
7305
7306 \end_inset
7307
7308 3
7309 \begin_inset ERT
7310 status collapsed
7311
7312 \begin_layout Plain Layout
7313
7314 }
7315 \end_layout
7316
7317 \end_inset
7318
7319
7320 \begin_inset Index
7321 status collapsed
7322
7323 \begin_layout Plain Layout
7324 Befehle ! O ! 
7325 \backslash
7326 overbrace
7327 \end_layout
7328
7329 \end_inset
7330
7331
7332 \end_layout
7333
7334 \end_inset
7335 </cell>
7336 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7337 \begin_inset Text
7338
7339 \begin_layout Plain Layout
7340 \begin_inset Formula $\overbrace{A+B}^{3}$
7341 \end_inset
7342
7343
7344 \end_layout
7345
7346 \end_inset
7347 </cell>
7348 </row>
7349 <row>
7350 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7351 \begin_inset Text
7352
7353 \begin_layout Plain Layout
7354 \begin_inset ERT
7355 status collapsed
7356
7357 \begin_layout Plain Layout
7358
7359
7360 \backslash
7361 raisebox{-2.2mm}{
7362 \end_layout
7363
7364 \end_inset
7365
7366
7367 \backslash
7368 underbrace
7369 \begin_inset ERT
7370 status collapsed
7371
7372 \begin_layout Plain Layout
7373
7374
7375 \backslash
7376 leer 
7377 \end_layout
7378
7379 \end_inset
7380
7381 A+B
7382 \begin_inset ERT
7383 status collapsed
7384
7385 \begin_layout Plain Layout
7386
7387
7388 \backslash
7389 leer 
7390 \end_layout
7391
7392 \end_inset
7393
7394 _5
7395 \begin_inset ERT
7396 status collapsed
7397
7398 \begin_layout Plain Layout
7399
7400 }
7401 \end_layout
7402
7403 \end_inset
7404
7405
7406 \begin_inset Index
7407 status collapsed
7408
7409 \begin_layout Plain Layout
7410 Befehle ! U ! 
7411 \backslash
7412 underbrace
7413 \end_layout
7414
7415 \end_inset
7416
7417
7418 \end_layout
7419
7420 \end_inset
7421 </cell>
7422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7423 \begin_inset Text
7424
7425 \begin_layout Plain Layout
7426 \begin_inset Formula $\underbrace{A+B}_{5}$
7427 \end_inset
7428
7429
7430 \end_layout
7431
7432 \end_inset
7433 </cell>
7434 </row>
7435 <row>
7436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7437 \begin_inset Text
7438
7439 \begin_layout Plain Layout
7440
7441 \backslash
7442 overbrace
7443 \begin_inset ERT
7444 status collapsed
7445
7446 \begin_layout Plain Layout
7447
7448
7449 \backslash
7450 leer 
7451 \end_layout
7452
7453 \end_inset
7454
7455
7456 \backslash
7457 underbrace
7458 \begin_inset ERT
7459 status collapsed
7460
7461 \begin_layout Plain Layout
7462
7463
7464 \backslash
7465 leer 
7466 \end_layout
7467
7468 \end_inset
7469
7470 A+B_w
7471 \begin_inset ERT
7472 status collapsed
7473
7474 \begin_layout Plain Layout
7475
7476
7477 \backslash
7478 leer 
7479 \end_layout
7480
7481 \end_inset
7482
7483
7484 \begin_inset ERT
7485 status collapsed
7486
7487 \begin_layout Plain Layout
7488
7489
7490 \backslash
7491 leer 
7492 \end_layout
7493
7494 \end_inset
7495
7496 _7
7497 \begin_inset ERT
7498 status collapsed
7499
7500 \begin_layout Plain Layout
7501
7502
7503 \backslash
7504 leer 
7505 \end_layout
7506
7507 \end_inset
7508
7509
7510 \begin_inset ERT
7511 status collapsed
7512
7513 \begin_layout Plain Layout
7514
7515
7516 \backslash
7517 leer 
7518 \end_layout
7519
7520 \end_inset
7521
7522 ^
7523 \begin_inset ERT
7524 status collapsed
7525
7526 \begin_layout Plain Layout
7527
7528
7529 \backslash
7530 leer 
7531 \end_layout
7532
7533 \end_inset
7534
7535 C
7536 \end_layout
7537
7538 \end_inset
7539 </cell>
7540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7541 \begin_inset Text
7542
7543 \begin_layout Plain Layout
7544 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7545 \end_inset
7546
7547
7548 \end_layout
7549
7550 \end_inset
7551 </cell>
7552 </row>
7553 </lyxtabular>
7554
7555 \end_inset
7556
7557
7558 \end_layout
7559
7560 \begin_layout Standard
7561 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7562 \series bold
7563
7564 \backslash
7565 overbrace
7566 \series default
7567  oder 
7568 \series bold
7569
7570 \backslash
7571 underbrace
7572 \series default
7573  eingibt.
7574 \end_layout
7575
7576 \begin_layout Standard
7577 \begin_inset VSpace bigskip
7578 \end_inset
7579
7580 Benötigt man Klammern, die sich überschneiden, muss man die in 
7581 \begin_inset CommandInset ref
7582 LatexCommand ref
7583 reference "sec:Mehrzeilige-Formeln"
7584
7585 \end_inset
7586
7587  beschriebenen mehrzeiligen Formeln verwenden:
7588 \begin_inset Formula \begin{eqnarray*}
7589 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7590  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}\end{eqnarray*}
7591
7592 \end_inset
7593
7594 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7595  Dabei ist es wichtig, dass vor dem ersten 
7596 \begin_inset Formula $d$
7597 \end_inset
7598
7599  der Abstandsbefehl
7600 \begin_inset Foot
7601 status collapsed
7602
7603 \begin_layout Plain Layout
7604 Abstandsbefehle sind in 
7605 \begin_inset CommandInset ref
7606 LatexCommand ref
7607 reference "sub:Vordefinierter-Leerraum"
7608
7609 \end_inset
7610
7611  erklärt.
7612 \end_layout
7613
7614 \end_inset
7615
7616  
7617 \series bold
7618
7619 \backslash
7620 :
7621 \series default
7622  eingegeben wird, denn die nach dem 
7623 \begin_inset Formula $q$
7624 \end_inset
7625
7626  endende Klammer verhindert, dass das nachfolgende 
7627 \begin_inset Quotes gld
7628 \end_inset
7629
7630 +
7631 \begin_inset Quotes grd
7632 \end_inset
7633
7634  von Leerraum umgeben ist.
7635 \begin_inset Foot
7636 status collapsed
7637
7638 \begin_layout Plain Layout
7639 weil eine Klammer nicht als Zeichen gilt, siehe 
7640 \begin_inset CommandInset ref
7641 LatexCommand ref
7642 reference "sub:Binäre-Operatoren"
7643
7644 \end_inset
7645
7646
7647 \end_layout
7648
7649 \end_inset
7650
7651  In die zweite Zeile wird die zweite Klammer eingegeben.
7652  Da sie vor dem 
7653 \begin_inset Formula $b$
7654 \end_inset
7655
7656  beginnen soll, gibt man zuerst 
7657 \series bold
7658
7659 \backslash
7660 hphantom{gggg+
7661 \backslash
7662 :}
7663 \series default
7664  ein.
7665 \begin_inset Foot
7666 status collapsed
7667
7668 \begin_layout Plain Layout
7669 mehr zu 
7670 \series bold
7671
7672 \backslash
7673 hphantom
7674 \series default
7675  siehe 
7676 \begin_inset CommandInset ref
7677 LatexCommand ref
7678 reference "sub:Platzhalter"
7679
7680 \end_inset
7681
7682 .
7683 \end_layout
7684
7685 \end_inset
7686
7687  Dieser Leerraum wird benötigt, weil das 
7688 \begin_inset Quotes gld
7689 \end_inset
7690
7691 +
7692 \begin_inset Quotes grd
7693 \end_inset
7694
7695  in der Formel auch von Leerraum umgeben ist.
7696  Die Klammer wird unter den Befehl 
7697 \series bold
7698
7699 \backslash
7700 hphantom{bbqq+dddd}
7701 \series default
7702  gesetzt.
7703 \end_layout
7704
7705 \begin_layout Standard
7706 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7707 n, wie in folgendem Beispiel:
7708 \begin_inset ERT
7709 status collapsed
7710
7711 \begin_layout Plain Layout
7712
7713
7714 \backslash
7715 setlength{
7716 \backslash
7717 jot}{-6pt}
7718 \end_layout
7719
7720 \end_inset
7721
7722
7723 \begin_inset Formula \begin{eqnarray*}
7724  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7725 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\end{eqnarray*}
7726
7727 \end_inset
7728
7729
7730 \begin_inset ERT
7731 status collapsed
7732
7733 \begin_layout Plain Layout
7734
7735
7736 \backslash
7737 setlength{
7738 \backslash
7739 jot}{3pt}
7740 \end_layout
7741
7742 \end_inset
7743
7744 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7745  mit dem Unterschied, dass sich die Klammer oben befindet.
7746  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7747  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7748  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7749  werden.
7750  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7751 \begin_inset Foot
7752 status collapsed
7753
7754 \begin_layout Plain Layout
7755 \begin_inset CommandInset href
7756 LatexCommand href
7757 name "LyX-Fehler #1505"
7758 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
7759
7760 \end_inset
7761
7762
7763 \end_layout
7764
7765 \end_inset
7766
7767 .
7768  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7769 \series bold
7770
7771 \backslash
7772 jot
7773 \series default
7774
7775 \begin_inset Index
7776 status collapsed
7777
7778 \begin_layout Plain Layout
7779 Befehle ! J ! 
7780 \backslash
7781 jot
7782 \end_layout
7783
7784 \end_inset
7785
7786  vor der Formel mit dem Befehl 
7787 \series bold
7788
7789 \backslash
7790 setlength{
7791 \backslash
7792 jot}{-6pt}
7793 \series default
7794  im TeX-Modus auf den Wert -6
7795 \begin_inset space \thinspace{}
7796 \end_inset
7797
7798 pt geändert.
7799  Nach der Formel wird 
7800 \series bold
7801
7802 \backslash
7803 jot
7804 \series default
7805  mit demselben Befehl wieder auf den Standardwert 3
7806 \begin_inset space \thinspace{}
7807 \end_inset
7808
7809 pt zurückgesetzt.
7810  Genaueres zum Zeilenabstand in Formeln ist in 
7811 \begin_inset CommandInset ref
7812 LatexCommand ref
7813 reference "sub:Zeilenabstand"
7814
7815 \end_inset
7816
7817  erklärt.
7818 \end_layout
7819
7820 \begin_layout Section
7821 Pfeile
7822 \begin_inset Index
7823 status collapsed
7824
7825 \begin_layout Plain Layout
7826 Pfeile
7827 \end_layout
7828
7829 \end_inset
7830
7831
7832 \end_layout
7833
7834 \begin_layout Standard
7835 Pfeile können über den Mathe-Werkzeugleistenknopf 
7836 \begin_inset Graphics
7837         filename ../../images/math/leftarrow.png
7838         scale 85
7839
7840 \end_inset
7841
7842  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7843  aufgelistet sind.
7844 \end_layout
7845
7846 \begin_layout Subsection
7847 Horizontale Pfeile
7848 \begin_inset Index
7849 status collapsed
7850
7851 \begin_layout Plain Layout
7852 Pfeile ! horizontale
7853 \end_layout
7854
7855 \end_inset
7856
7857
7858 \end_layout
7859
7860 \begin_layout Standard
7861 \begin_inset space \hfill{}
7862 \end_inset
7863
7864
7865 \begin_inset Tabular
7866 <lyxtabular version="3" rows="8" columns="2">
7867 <features>
7868 <column alignment="center" valignment="top" width="0pt">
7869 <column alignment="center" valignment="top" width="0pt">
7870 <row>
7871 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7872 \begin_inset Text
7873
7874 \begin_layout Plain Layout
7875 Befehl
7876 \end_layout
7877
7878 \end_inset
7879 </cell>
7880 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7881 \begin_inset Text
7882
7883 \begin_layout Plain Layout
7884 Ergebnis
7885 \end_layout
7886
7887 \end_inset
7888 </cell>
7889 </row>
7890 <row>
7891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7892 \begin_inset Text
7893
7894 \begin_layout Plain Layout
7895
7896 \backslash
7897 gets
7898 \end_layout
7899
7900 \end_inset
7901 </cell>
7902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 \begin_inset Formula $\gets$
7907 \end_inset
7908
7909
7910 \end_layout
7911
7912 \end_inset
7913 </cell>
7914 </row>
7915 <row>
7916 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7917 \begin_inset Text
7918
7919 \begin_layout Plain Layout
7920
7921 \backslash
7922 Leftarrow
7923 \end_layout
7924
7925 \end_inset
7926 </cell>
7927 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7928 \begin_inset Text
7929
7930 \begin_layout Plain Layout
7931 \begin_inset Formula $\Leftarrow$
7932 \end_inset
7933
7934
7935 \end_layout
7936
7937 \end_inset
7938 </cell>
7939 </row>
7940 <row>
7941 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7942 \begin_inset Text
7943
7944 \begin_layout Plain Layout
7945
7946 \backslash
7947 longleftarrow
7948 \end_layout
7949
7950 \end_inset
7951 </cell>
7952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7953 \begin_inset Text
7954
7955 \begin_layout Plain Layout
7956 \begin_inset Formula $\longleftarrow$
7957 \end_inset
7958
7959
7960 \end_layout
7961
7962 \end_inset
7963 </cell>
7964 </row>
7965 <row>
7966 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7967 \begin_inset Text
7968
7969 \begin_layout Plain Layout
7970
7971 \backslash
7972 Longleftarrow
7973 \end_layout
7974
7975 \end_inset
7976 </cell>
7977 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7978 \begin_inset Text
7979
7980 \begin_layout Plain Layout
7981 \begin_inset Formula $\Longleftarrow$
7982 \end_inset
7983
7984
7985 \end_layout
7986
7987 \end_inset
7988 </cell>
7989 </row>
7990 <row>
7991 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7992 \begin_inset Text
7993
7994 \begin_layout Plain Layout
7995
7996 \backslash
7997 leftharpoonup
7998 \end_layout
7999
8000 \end_inset
8001 </cell>
8002 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8003 \begin_inset Text
8004
8005 \begin_layout Plain Layout
8006 \begin_inset Formula $\leftharpoonup$
8007 \end_inset
8008
8009
8010 \end_layout
8011
8012 \end_inset
8013 </cell>
8014 </row>
8015 <row>
8016 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8017 \begin_inset Text
8018
8019 \begin_layout Plain Layout
8020
8021 \backslash
8022 leftharpoondown
8023 \end_layout
8024
8025 \end_inset
8026 </cell>
8027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8028 \begin_inset Text
8029
8030 \begin_layout Plain Layout
8031 \begin_inset Formula $\leftharpoondown$
8032 \end_inset
8033
8034
8035 \end_layout
8036
8037 \end_inset
8038 </cell>
8039 </row>
8040 <row>
8041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8042 \begin_inset Text
8043
8044 \begin_layout Plain Layout
8045
8046 \backslash
8047 hookleftarrow
8048 \end_layout
8049
8050 \end_inset
8051 </cell>
8052 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8053 \begin_inset Text
8054
8055 \begin_layout Plain Layout
8056 \begin_inset Formula $\hookleftarrow$
8057 \end_inset
8058
8059
8060 \end_layout
8061
8062 \end_inset
8063 </cell>
8064 </row>
8065 </lyxtabular>
8066
8067 \end_inset
8068
8069
8070 \begin_inset space \hfill{}
8071 \end_inset
8072
8073
8074 \begin_inset Tabular
8075 <lyxtabular version="3" rows="8" columns="2">
8076 <features>
8077 <column alignment="center" valignment="top" width="0pt">
8078 <column alignment="center" valignment="top" width="0pt">
8079 <row>
8080 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8081 \begin_inset Text
8082
8083 \begin_layout Plain Layout
8084 Befehl
8085 \end_layout
8086
8087 \end_inset
8088 </cell>
8089 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8090 \begin_inset Text
8091
8092 \begin_layout Plain Layout
8093 Ergebnis
8094 \end_layout
8095
8096 \end_inset
8097 </cell>
8098 </row>
8099 <row>
8100 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8101 \begin_inset Text
8102
8103 \begin_layout Plain Layout
8104
8105 \backslash
8106 to
8107 \end_layout
8108
8109 \end_inset
8110 </cell>
8111 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115 \begin_inset Formula $\to$
8116 \end_inset
8117
8118
8119 \end_layout
8120
8121 \end_inset
8122 </cell>
8123 </row>
8124 <row>
8125 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8126 \begin_inset Text
8127
8128 \begin_layout Plain Layout
8129
8130 \backslash
8131 Rightarrow
8132 \end_layout
8133
8134 \end_inset
8135 </cell>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140 \begin_inset Formula $\Rightarrow$
8141 \end_inset
8142
8143
8144 \end_layout
8145
8146 \end_inset
8147 </cell>
8148 </row>
8149 <row>
8150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8151 \begin_inset Text
8152
8153 \begin_layout Plain Layout
8154
8155 \backslash
8156 longrightarrow
8157 \end_layout
8158
8159 \end_inset
8160 </cell>
8161 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165 \begin_inset Formula $\longrightarrow$
8166 \end_inset
8167
8168
8169 \end_layout
8170
8171 \end_inset
8172 </cell>
8173 </row>
8174 <row>
8175 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8176 \begin_inset Text
8177
8178 \begin_layout Plain Layout
8179
8180 \backslash
8181 Longrightarrow
8182 \end_layout
8183
8184 \end_inset
8185 </cell>
8186 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8187 \begin_inset Text
8188
8189 \begin_layout Plain Layout
8190 \begin_inset Formula $\Longrightarrow$
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \end_inset
8197 </cell>
8198 </row>
8199 <row>
8200 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8201 \begin_inset Text
8202
8203 \begin_layout Plain Layout
8204
8205 \backslash
8206 rightharpoonup
8207 \end_layout
8208
8209 \end_inset
8210 </cell>
8211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8212 \begin_inset Text
8213
8214 \begin_layout Plain Layout
8215 \begin_inset Formula $\rightharpoonup$
8216 \end_inset
8217
8218
8219 \end_layout
8220
8221 \end_inset
8222 </cell>
8223 </row>
8224 <row>
8225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8226 \begin_inset Text
8227
8228 \begin_layout Plain Layout
8229
8230 \backslash
8231 rightharpoondown
8232 \end_layout
8233
8234 \end_inset
8235 </cell>
8236 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8237 \begin_inset Text
8238
8239 \begin_layout Plain Layout
8240 \begin_inset Formula $\rightharpoondown$
8241 \end_inset
8242
8243
8244 \end_layout
8245
8246 \end_inset
8247 </cell>
8248 </row>
8249 <row>
8250 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8251 \begin_inset Text
8252
8253 \begin_layout Plain Layout
8254
8255 \backslash
8256 hookrightarrow
8257 \end_layout
8258
8259 \end_inset
8260 </cell>
8261 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8262 \begin_inset Text
8263
8264 \begin_layout Plain Layout
8265 \begin_inset Formula $\hookrightarrow$
8266 \end_inset
8267
8268
8269 \end_layout
8270
8271 \end_inset
8272 </cell>
8273 </row>
8274 </lyxtabular>
8275
8276 \end_inset
8277
8278
8279 \begin_inset space \hfill{}
8280 \end_inset
8281
8282
8283 \end_layout
8284
8285 \begin_layout Standard
8286 \begin_inset space \hfill{}
8287 \end_inset
8288
8289
8290 \begin_inset Tabular
8291 <lyxtabular version="3" rows="6" columns="2">
8292 <features>
8293 <column alignment="center" valignment="top" width="0pt">
8294 <column alignment="center" valignment="top" width="0pt">
8295 <row>
8296 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8297 \begin_inset Text
8298
8299 \begin_layout Plain Layout
8300 Befehl
8301 \end_layout
8302
8303 \end_inset
8304 </cell>
8305 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8306 \begin_inset Text
8307
8308 \begin_layout Plain Layout
8309 Ergebnis
8310 \end_layout
8311
8312 \end_inset
8313 </cell>
8314 </row>
8315 <row>
8316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8317 \begin_inset Text
8318
8319 \begin_layout Plain Layout
8320
8321 \backslash
8322 leftrightarrow
8323 \end_layout
8324
8325 \end_inset
8326 </cell>
8327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8328 \begin_inset Text
8329
8330 \begin_layout Plain Layout
8331 \begin_inset Formula $\leftrightarrow$
8332 \end_inset
8333
8334
8335 \end_layout
8336
8337 \end_inset
8338 </cell>
8339 </row>
8340 <row>
8341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8342 \begin_inset Text
8343
8344 \begin_layout Plain Layout
8345
8346 \backslash
8347 Leftrightarrow
8348 \end_layout
8349
8350 \end_inset
8351 </cell>
8352 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8353 \begin_inset Text
8354
8355 \begin_layout Plain Layout
8356 \begin_inset Formula $\Leftrightarrow$
8357 \end_inset
8358
8359
8360 \end_layout
8361
8362 \end_inset
8363 </cell>
8364 </row>
8365 <row>
8366 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8367 \begin_inset Text
8368
8369 \begin_layout Plain Layout
8370
8371 \backslash
8372 longleftrightarrow
8373 \end_layout
8374
8375 \end_inset
8376 </cell>
8377 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8378 \begin_inset Text
8379
8380 \begin_layout Plain Layout
8381 \begin_inset Formula $\longleftrightarrow$
8382 \end_inset
8383
8384
8385 \end_layout
8386
8387 \end_inset
8388 </cell>
8389 </row>
8390 <row>
8391 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8392 \begin_inset Text
8393
8394 \begin_layout Plain Layout
8395
8396 \backslash
8397 Longleftrightarrow
8398 \end_layout
8399
8400 \end_inset
8401 </cell>
8402 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8403 \begin_inset Text
8404
8405 \begin_layout Plain Layout
8406 \begin_inset Formula $\Longleftrightarrow$
8407 \end_inset
8408
8409
8410 \end_layout
8411
8412 \end_inset
8413 </cell>
8414 </row>
8415 <row>
8416 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8417 \begin_inset Text
8418
8419 \begin_layout Plain Layout
8420
8421 \backslash
8422 rightleftharpoons
8423 \end_layout
8424
8425 \end_inset
8426 </cell>
8427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8428 \begin_inset Text
8429
8430 \begin_layout Plain Layout
8431 \begin_inset Formula $\rightleftharpoons$
8432 \end_inset
8433
8434
8435 \end_layout
8436
8437 \end_inset
8438 </cell>
8439 </row>
8440 </lyxtabular>
8441
8442 \end_inset
8443
8444
8445 \begin_inset space \hspace{}
8446 \length 25pt
8447 \end_inset
8448
8449
8450 \begin_inset space \hfill{}
8451 \end_inset
8452
8453
8454 \begin_inset Tabular
8455 <lyxtabular version="3" rows="5" columns="2">
8456 <features>
8457 <column alignment="center" valignment="top" width="0pt">
8458 <column alignment="center" valignment="top" width="0pt">
8459 <row>
8460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8461 \begin_inset Text
8462
8463 \begin_layout Plain Layout
8464 Befehl
8465 \end_layout
8466
8467 \end_inset
8468 </cell>
8469 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8470 \begin_inset Text
8471
8472 \begin_layout Plain Layout
8473 Ergebnis
8474 \end_layout
8475
8476 \end_inset
8477 </cell>
8478 </row>
8479 <row>
8480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8481 \begin_inset Text
8482
8483 \begin_layout Plain Layout
8484
8485 \backslash
8486 mapsto
8487 \end_layout
8488
8489 \end_inset
8490 </cell>
8491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8492 \begin_inset Text
8493
8494 \begin_layout Plain Layout
8495 \begin_inset Formula $\mapsto$
8496 \end_inset
8497
8498
8499 \end_layout
8500
8501 \end_inset
8502 </cell>
8503 </row>
8504 <row>
8505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8506 \begin_inset Text
8507
8508 \begin_layout Plain Layout
8509
8510 \backslash
8511 longmapsto
8512 \end_layout
8513
8514 \end_inset
8515 </cell>
8516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8517 \begin_inset Text
8518
8519 \begin_layout Plain Layout
8520 \begin_inset Formula $\longmapsto$
8521 \end_inset
8522
8523
8524 \end_layout
8525
8526 \end_inset
8527 </cell>
8528 </row>
8529 <row>
8530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8531 \begin_inset Text
8532
8533 \begin_layout Plain Layout
8534
8535 \backslash
8536 leadsto
8537 \end_layout
8538
8539 \end_inset
8540 </cell>
8541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8542 \begin_inset Text
8543
8544 \begin_layout Plain Layout
8545 \begin_inset Formula $\leadsto$
8546 \end_inset
8547
8548
8549 \end_layout
8550
8551 \end_inset
8552 </cell>
8553 </row>
8554 <row>
8555 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8556 \begin_inset Text
8557
8558 \begin_layout Plain Layout
8559
8560 \backslash
8561 dasharrow
8562 \end_layout
8563
8564 \end_inset
8565 </cell>
8566 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8567 \begin_inset Text
8568
8569 \begin_layout Plain Layout
8570 \begin_inset Formula $\dasharrow$
8571 \end_inset
8572
8573
8574 \end_layout
8575
8576 \end_inset
8577 </cell>
8578 </row>
8579 </lyxtabular>
8580
8581 \end_inset
8582
8583
8584 \begin_inset space \hfill{}
8585 \end_inset
8586
8587
8588 \end_layout
8589
8590 \begin_layout Standard
8591 \begin_inset VSpace medskip
8592 \end_inset
8593
8594 Als Akzent verwendete Pfeile, wie z.
8595 \begin_inset space \thinspace{}
8596 \end_inset
8597
8598 B.
8599  Vektorpfeile, sind in 
8600 \begin_inset CommandInset ref
8601 LatexCommand ref
8602 reference "sec:Akzente"
8603
8604 \end_inset
8605
8606  aufgelistet.
8607 \end_layout
8608
8609 \begin_layout Standard
8610 \begin_inset VSpace bigskip
8611 \end_inset
8612
8613 Des Weiteren gibt es die beschriftbaren Pfeile
8614 \begin_inset Index
8615 status collapsed
8616
8617 \begin_layout Plain Layout
8618 Pfeile ! beschriftbare
8619 \end_layout
8620
8621 \end_inset
8622
8623  
8624 \series bold
8625
8626 \backslash
8627 xleftarrow
8628 \series default
8629
8630 \begin_inset Index
8631 status collapsed
8632
8633 \begin_layout Plain Layout
8634 Befehle ! X ! 
8635 \backslash
8636 xleftarrow
8637 \end_layout
8638
8639 \end_inset
8640
8641  und 
8642 \series bold
8643
8644 \backslash
8645 xrightarrow
8646 \series default
8647
8648 \begin_inset Index
8649 status collapsed
8650
8651 \begin_layout Plain Layout
8652 Befehle ! X ! 
8653 \backslash
8654 xrightarrow
8655 \begin_inset ERT
8656 status collapsed
8657
8658 \begin_layout Plain Layout
8659
8660
8661 \backslash
8662 vspace{4mm}
8663 \end_layout
8664
8665 \end_inset
8666
8667
8668 \end_layout
8669
8670 \end_inset
8671
8672 .
8673  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8674  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8675  Die Pfeillänge passt sich der Breite der Beschriftung an.
8676 \end_layout
8677
8678 \begin_layout Standard
8679 \align center
8680 \begin_inset Tabular
8681 <lyxtabular version="3" rows="3" columns="2">
8682 <features>
8683 <column alignment="center" valignment="top" width="0pt">
8684 <column alignment="center" valignment="top" width="0pt">
8685 <row>
8686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8687 \begin_inset Text
8688
8689 \begin_layout Plain Layout
8690 Befehl
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8696 \begin_inset Text
8697
8698 \begin_layout Plain Layout
8699 Ergebnis
8700 \begin_inset Note Note
8701 status collapsed
8702
8703 \begin_layout Plain Layout
8704
8705 \series bold
8706
8707 \backslash
8708 raisebox
8709 \series default
8710  dient nur als Abstandhalter.
8711 \end_layout
8712
8713 \end_inset
8714
8715
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726 F(a)
8727 \backslash
8728 xleftarrow
8729 \begin_inset ERT
8730 status collapsed
8731
8732 \begin_layout Plain Layout
8733
8734
8735 \backslash
8736 leer 
8737 \end_layout
8738
8739 \end_inset
8740
8741 x=a
8742 \begin_inset Formula $\downarrow$
8743 \end_inset
8744
8745 x>0
8746 \begin_inset Formula $\to$
8747 \end_inset
8748
8749 F(x)
8750 \end_layout
8751
8752 \end_inset
8753 </cell>
8754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8755 \begin_inset Text
8756
8757 \begin_layout Plain Layout
8758 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8759 \end_inset
8760
8761
8762 \end_layout
8763
8764 \end_inset
8765 </cell>
8766 </row>
8767 <row>
8768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8769 \begin_inset Text
8770
8771 \begin_layout Plain Layout
8772 F(x)
8773 \backslash
8774 xrightarrow
8775 \begin_inset ERT
8776 status collapsed
8777
8778 \begin_layout Plain Layout
8779
8780
8781 \backslash
8782 leer 
8783 \end_layout
8784
8785 \end_inset
8786
8787 x=a
8788 \begin_inset Formula $\downarrow$
8789 \end_inset
8790
8791 x>0
8792 \begin_inset Formula $\to$
8793 \end_inset
8794
8795 F(a)
8796 \end_layout
8797
8798 \end_inset
8799 </cell>
8800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8801 \begin_inset Text
8802
8803 \begin_layout Plain Layout
8804 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8805 \end_inset
8806
8807
8808 \end_layout
8809
8810 \end_inset
8811 </cell>
8812 </row>
8813 </lyxtabular>
8814
8815 \end_inset
8816
8817
8818 \end_layout
8819
8820 \begin_layout Subsection
8821 Vertikale und diagonale Pfeile
8822 \begin_inset Index
8823 status collapsed
8824
8825 \begin_layout Plain Layout
8826 Pfeile ! diagonale
8827 \end_layout
8828
8829 \end_inset
8830
8831
8832 \begin_inset Index
8833 status collapsed
8834
8835 \begin_layout Plain Layout
8836 Pfeile ! vertikale
8837 \end_layout
8838
8839 \end_inset
8840
8841
8842 \end_layout
8843
8844 \begin_layout Standard
8845 \begin_inset space \hfill{}
8846 \end_inset
8847
8848
8849 \begin_inset Tabular
8850 <lyxtabular version="3" rows="7" columns="2">
8851 <features>
8852 <column alignment="center" valignment="top" width="0pt">
8853 <column alignment="center" valignment="top" width="0pt">
8854 <row>
8855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8856 \begin_inset Text
8857
8858 \begin_layout Plain Layout
8859 Befehl
8860 \end_layout
8861
8862 \end_inset
8863 </cell>
8864 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8865 \begin_inset Text
8866
8867 \begin_layout Plain Layout
8868 Ergebnis
8869 \end_layout
8870
8871 \end_inset
8872 </cell>
8873 </row>
8874 <row>
8875 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8876 \begin_inset Text
8877
8878 \begin_layout Plain Layout
8879
8880 \backslash
8881 uparrow
8882 \end_layout
8883
8884 \end_inset
8885 </cell>
8886 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8887 \begin_inset Text
8888
8889 \begin_layout Plain Layout
8890 \begin_inset Formula $\uparrow$
8891 \end_inset
8892
8893
8894 \end_layout
8895
8896 \end_inset
8897 </cell>
8898 </row>
8899 <row>
8900 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8901 \begin_inset Text
8902
8903 \begin_layout Plain Layout
8904
8905 \backslash
8906 Uparrow
8907 \end_layout
8908
8909 \end_inset
8910 </cell>
8911 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8912 \begin_inset Text
8913
8914 \begin_layout Plain Layout
8915 \begin_inset Formula $\Uparrow$
8916 \end_inset
8917
8918
8919 \end_layout
8920
8921 \end_inset
8922 </cell>
8923 </row>
8924 <row>
8925 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8926 \begin_inset Text
8927
8928 \begin_layout Plain Layout
8929
8930 \backslash
8931 updownarrow
8932 \end_layout
8933
8934 \end_inset
8935 </cell>
8936 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8937 \begin_inset Text
8938
8939 \begin_layout Plain Layout
8940 \begin_inset Formula $\updownarrow$
8941 \end_inset
8942
8943
8944 \end_layout
8945
8946 \end_inset
8947 </cell>
8948 </row>
8949 <row>
8950 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8951 \begin_inset Text
8952
8953 \begin_layout Plain Layout
8954
8955 \backslash
8956 Updownarrow
8957 \end_layout
8958
8959 \end_inset
8960 </cell>
8961 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8962 \begin_inset Text
8963
8964 \begin_layout Plain Layout
8965 \begin_inset Formula $\Updownarrow$
8966 \end_inset
8967
8968
8969 \end_layout
8970
8971 \end_inset
8972 </cell>
8973 </row>
8974 <row>
8975 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8976 \begin_inset Text
8977
8978 \begin_layout Plain Layout
8979
8980 \backslash
8981 Downarrow
8982 \end_layout
8983
8984 \end_inset
8985 </cell>
8986 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8987 \begin_inset Text
8988
8989 \begin_layout Plain Layout
8990 \begin_inset Formula $\Downarrow$
8991 \end_inset
8992
8993
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 </row>
8999 <row>
9000 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9001 \begin_inset Text
9002
9003 \begin_layout Plain Layout
9004
9005 \backslash
9006 downarrow
9007 \end_layout
9008
9009 \end_inset
9010 </cell>
9011 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9012 \begin_inset Text
9013
9014 \begin_layout Plain Layout
9015 \begin_inset Formula $\downarrow$
9016 \end_inset
9017
9018
9019 \end_layout
9020
9021 \end_inset
9022 </cell>
9023 </row>
9024 </lyxtabular>
9025
9026 \end_inset
9027
9028
9029 \begin_inset space \hfill{}
9030 \end_inset
9031
9032
9033 \begin_inset Tabular
9034 <lyxtabular version="3" rows="5" columns="2">
9035 <features>
9036 <column alignment="center" valignment="top" width="0pt">
9037 <column alignment="center" valignment="top" width="0pt">
9038 <row>
9039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9040 \begin_inset Text
9041
9042 \begin_layout Plain Layout
9043 Befehl
9044 \end_layout
9045
9046 \end_inset
9047 </cell>
9048 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9049 \begin_inset Text
9050
9051 \begin_layout Plain Layout
9052 Ergebnis
9053 \end_layout
9054
9055 \end_inset
9056 </cell>
9057 </row>
9058 <row>
9059 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9060 \begin_inset Text
9061
9062 \begin_layout Plain Layout
9063
9064 \backslash
9065 nearrow
9066 \end_layout
9067
9068 \end_inset
9069 </cell>
9070 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074 \begin_inset Formula $\nearrow$
9075 \end_inset
9076
9077
9078 \end_layout
9079
9080 \end_inset
9081 </cell>
9082 </row>
9083 <row>
9084 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9085 \begin_inset Text
9086
9087 \begin_layout Plain Layout
9088
9089 \backslash
9090 searrow
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 \begin_inset Formula $\searrow$
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \backslash
9115 swarrow
9116 \end_layout
9117
9118 \end_inset
9119 </cell>
9120 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9121 \begin_inset Text
9122
9123 \begin_layout Plain Layout
9124 \begin_inset Formula $\swarrow$
9125 \end_inset
9126
9127
9128 \end_layout
9129
9130 \end_inset
9131 </cell>
9132 </row>
9133 <row>
9134 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9135 \begin_inset Text
9136
9137 \begin_layout Plain Layout
9138
9139 \backslash
9140 nwarrow
9141 \end_layout
9142
9143 \end_inset
9144 </cell>
9145 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9146 \begin_inset Text
9147
9148 \begin_layout Plain Layout
9149 \begin_inset Formula $\nwarrow$
9150 \end_inset
9151
9152
9153 \end_layout
9154
9155 \end_inset
9156 </cell>
9157 </row>
9158 </lyxtabular>
9159
9160 \end_inset
9161
9162
9163 \begin_inset space \hfill{}
9164 \end_inset
9165
9166
9167 \end_layout
9168
9169 \begin_layout Standard
9170 \begin_inset VSpace medskip
9171 \end_inset
9172
9173 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
9174  
9175 \begin_inset CommandInset ref
9176 LatexCommand ref
9177 reference "sub:Manuelle-Klammergrößen"
9178
9179 \end_inset
9180
9181  und 
9182 \begin_inset CommandInset ref
9183 LatexCommand ref
9184 reference "sub:Automatische-Klammergrößen"
9185
9186 \end_inset
9187
9188  beschriebenen Befehlen verwendet werden.
9189 \end_layout
9190
9191 \begin_layout Section
9192 Akzente
9193 \begin_inset CommandInset label
9194 LatexCommand label
9195 name "sec:Akzente"
9196
9197 \end_inset
9198
9199
9200 \begin_inset Index
9201 status collapsed
9202
9203 \begin_layout Plain Layout
9204 Akzente
9205 \end_layout
9206
9207 \end_inset
9208
9209
9210 \end_layout
9211
9212 \begin_layout Standard
9213 Akzente können über den Mathe-Werkzeugleistenknopf 
9214 \begin_inset Graphics
9215         filename ../../images/math/hat.png
9216         scale 85
9217
9218 \end_inset
9219
9220  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
9221  aufgelistet sind.
9222 \end_layout
9223
9224 \begin_layout Subsection
9225 Akzente für ein Zeichen
9226 \begin_inset ERT
9227 status collapsed
9228
9229 \begin_layout Plain Layout
9230
9231
9232 \backslash
9233 texorpdfstring{
9234 \end_layout
9235
9236 \end_inset
9237
9238
9239 \begin_inset Foot
9240 status collapsed
9241
9242 \begin_layout Plain Layout
9243 Akzente im Text siehe 
9244 \begin_inset CommandInset ref
9245 LatexCommand ref
9246 reference "sub:Sonderzeichen-Akzente"
9247
9248 \end_inset
9249
9250
9251 \end_layout
9252
9253 \end_inset
9254
9255
9256 \begin_inset ERT
9257 status collapsed
9258
9259 \begin_layout Plain Layout
9260
9261 }{}
9262 \end_layout
9263
9264 \end_inset
9265
9266
9267 \begin_inset Note Note
9268 status collapsed
9269
9270 \begin_layout Plain Layout
9271
9272 \series bold
9273
9274 \backslash
9275 texorpdfstring
9276 \series default
9277  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
9278 \end_layout
9279
9280 \begin_layout Plain Layout
9281 Näheres zu 
9282 \series bold
9283
9284 \backslash
9285 texorpdfstring
9286 \series default
9287  steht in Kapitel 
9288 \begin_inset CommandInset ref
9289 LatexCommand ref
9290 reference "sub:Formeln-in-Überschriften"
9291
9292 \end_inset
9293
9294 .
9295 \end_layout
9296
9297 \end_inset
9298
9299
9300 \begin_inset CommandInset label
9301 LatexCommand label
9302 name "sub:Akzente-für-ein"
9303
9304 \end_inset
9305
9306
9307 \begin_inset Index
9308 status collapsed
9309
9310 \begin_layout Plain Layout
9311 Akzente ! für ein Zeichen
9312 \end_layout
9313
9314 \end_inset
9315
9316
9317 \end_layout
9318
9319 \begin_layout Standard
9320 \begin_inset space \hfill{}
9321 \end_inset
9322
9323
9324 \begin_inset Tabular
9325 <lyxtabular version="3" rows="8" columns="2">
9326 <features>
9327 <column alignment="center" valignment="top" width="0pt">
9328 <column alignment="center" valignment="top" width="0pt">
9329 <row>
9330 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9331 \begin_inset Text
9332
9333 \begin_layout Plain Layout
9334 Befehl
9335 \end_layout
9336
9337 \end_inset
9338 </cell>
9339 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9340 \begin_inset Text
9341
9342 \begin_layout Plain Layout
9343 Ergebnis
9344 \begin_inset Note Note
9345 status collapsed
9346
9347 \begin_layout Plain Layout
9348
9349 \series bold
9350
9351 \backslash
9352 raisebox
9353 \series default
9354  dient nur als Abstandhalter.
9355 \end_layout
9356
9357 \end_inset
9358
9359
9360 \end_layout
9361
9362 \end_inset
9363 </cell>
9364 </row>
9365 <row>
9366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9367 \begin_inset Text
9368
9369 \begin_layout Plain Layout
9370
9371 \backslash
9372 dot
9373 \begin_inset ERT
9374 status collapsed
9375
9376 \begin_layout Plain Layout
9377
9378
9379 \backslash
9380 leer 
9381 \end_layout
9382
9383 \end_inset
9384
9385 A
9386 \end_layout
9387
9388 \end_inset
9389 </cell>
9390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9391 \begin_inset Text
9392
9393 \begin_layout Plain Layout
9394 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
9395 \end_inset
9396
9397
9398 \end_layout
9399
9400 \end_inset
9401 </cell>
9402 </row>
9403 <row>
9404 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9405 \begin_inset Text
9406
9407 \begin_layout Plain Layout
9408
9409 \backslash
9410 ddot
9411 \begin_inset ERT
9412 status collapsed
9413
9414 \begin_layout Plain Layout
9415
9416
9417 \backslash
9418 leer 
9419 \end_layout
9420
9421 \end_inset
9422
9423 A
9424 \end_layout
9425
9426 \end_inset
9427 </cell>
9428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9429 \begin_inset Text
9430
9431 \begin_layout Plain Layout
9432 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9433 \end_inset
9434
9435
9436 \end_layout
9437
9438 \end_inset
9439 </cell>
9440 </row>
9441 <row>
9442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9443 \begin_inset Text
9444
9445 \begin_layout Plain Layout
9446
9447 \backslash
9448 dddot
9449 \begin_inset ERT
9450 status collapsed
9451
9452 \begin_layout Plain Layout
9453
9454
9455 \backslash
9456 leer 
9457 \end_layout
9458
9459 \end_inset
9460
9461 A
9462 \end_layout
9463
9464 \end_inset
9465 </cell>
9466 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9467 \begin_inset Text
9468
9469 \begin_layout Plain Layout
9470 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9471 \end_inset
9472
9473
9474 \end_layout
9475
9476 \end_inset
9477 </cell>
9478 </row>
9479 <row>
9480 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9481 \begin_inset Text
9482
9483 \begin_layout Plain Layout
9484
9485 \backslash
9486 ddddot{A
9487 \end_layout
9488
9489 \end_inset
9490 </cell>
9491 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9492 \begin_inset Text
9493
9494 \begin_layout Plain Layout
9495 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9496 \end_inset
9497
9498
9499 \end_layout
9500
9501 \end_inset
9502 </cell>
9503 </row>
9504 <row>
9505 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9506 \begin_inset Text
9507
9508 \begin_layout Plain Layout
9509
9510 \backslash
9511 vec
9512 \begin_inset ERT
9513 status collapsed
9514
9515 \begin_layout Plain Layout
9516
9517
9518 \backslash
9519 leer 
9520 \end_layout
9521
9522 \end_inset
9523
9524 A
9525 \begin_inset Index
9526 status collapsed
9527
9528 \begin_layout Plain Layout
9529 Vektoren
9530 \end_layout
9531
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \end_inset
9538 </cell>
9539 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9540 \begin_inset Text
9541
9542 \begin_layout Plain Layout
9543 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9544 \end_inset
9545
9546
9547 \end_layout
9548
9549 \end_inset
9550 </cell>
9551 </row>
9552 <row>
9553 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9554 \begin_inset Text
9555
9556 \begin_layout Plain Layout
9557
9558 \backslash
9559 bar
9560 \begin_inset ERT
9561 status collapsed
9562
9563 \begin_layout Plain Layout
9564
9565
9566 \backslash
9567 leer 
9568 \end_layout
9569
9570 \end_inset
9571
9572 A
9573 \end_layout
9574
9575 \end_inset
9576 </cell>
9577 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9578 \begin_inset Text
9579
9580 \begin_layout Plain Layout
9581 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9582 \end_inset
9583
9584
9585 \end_layout
9586
9587 \end_inset
9588 </cell>
9589 </row>
9590 <row>
9591 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9592 \begin_inset Text
9593
9594 \begin_layout Plain Layout
9595
9596 \backslash
9597 mathring
9598 \begin_inset ERT
9599 status collapsed
9600
9601 \begin_layout Plain Layout
9602
9603
9604 \backslash
9605 leer 
9606 \end_layout
9607
9608 \end_inset
9609
9610 A
9611 \end_layout
9612
9613 \end_inset
9614 </cell>
9615 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9616 \begin_inset Text
9617
9618 \begin_layout Plain Layout
9619 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9620 \end_inset
9621
9622
9623 \end_layout
9624
9625 \end_inset
9626 </cell>
9627 </row>
9628 </lyxtabular>
9629
9630 \end_inset
9631
9632
9633 \begin_inset space \hfill{}
9634 \end_inset
9635
9636
9637 \begin_inset Tabular
9638 <lyxtabular version="3" rows="7" columns="2">
9639 <features>
9640 <column alignment="center" valignment="top" width="0pt">
9641 <column alignment="center" valignment="top" width="0pt">
9642 <row>
9643 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9644 \begin_inset Text
9645
9646 \begin_layout Plain Layout
9647 Befehl
9648 \end_layout
9649
9650 \end_inset
9651 </cell>
9652 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9653 \begin_inset Text
9654
9655 \begin_layout Plain Layout
9656 Ergebnis
9657 \end_layout
9658
9659 \end_inset
9660 </cell>
9661 </row>
9662 <row>
9663 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9664 \begin_inset Text
9665
9666 \begin_layout Plain Layout
9667
9668 \backslash
9669 tilde
9670 \begin_inset ERT
9671 status collapsed
9672
9673 \begin_layout Plain Layout
9674
9675
9676 \backslash
9677 leer 
9678 \end_layout
9679
9680 \end_inset
9681
9682 A
9683 \end_layout
9684
9685 \end_inset
9686 </cell>
9687 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9688 \begin_inset Text
9689
9690 \begin_layout Plain Layout
9691 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9692 \end_inset
9693
9694
9695 \end_layout
9696
9697 \end_inset
9698 </cell>
9699 </row>
9700 <row>
9701 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9702 \begin_inset Text
9703
9704 \begin_layout Plain Layout
9705
9706 \backslash
9707 hat
9708 \begin_inset ERT
9709 status collapsed
9710
9711 \begin_layout Plain Layout
9712
9713
9714 \backslash
9715 leer 
9716 \end_layout
9717
9718 \end_inset
9719
9720 A
9721 \end_layout
9722
9723 \end_inset
9724 </cell>
9725 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9726 \begin_inset Text
9727
9728 \begin_layout Plain Layout
9729 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9730 \end_inset
9731
9732
9733 \end_layout
9734
9735 \end_inset
9736 </cell>
9737 </row>
9738 <row>
9739 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9740 \begin_inset Text
9741
9742 \begin_layout Plain Layout
9743
9744 \backslash
9745 check
9746 \begin_inset ERT
9747 status collapsed
9748
9749 \begin_layout Plain Layout
9750
9751
9752 \backslash
9753 leer 
9754 \end_layout
9755
9756 \end_inset
9757
9758 A
9759 \end_layout
9760
9761 \end_inset
9762 </cell>
9763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9764 \begin_inset Text
9765
9766 \begin_layout Plain Layout
9767 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9768 \end_inset
9769
9770
9771 \end_layout
9772
9773 \end_inset
9774 </cell>
9775 </row>
9776 <row>
9777 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9778 \begin_inset Text
9779
9780 \begin_layout Plain Layout
9781
9782 \backslash
9783 acute
9784 \begin_inset ERT
9785 status collapsed
9786
9787 \begin_layout Plain Layout
9788
9789
9790 \backslash
9791 leer 
9792 \end_layout
9793
9794 \end_inset
9795
9796 A
9797 \end_layout
9798
9799 \end_inset
9800 </cell>
9801 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9806 \end_inset
9807
9808
9809 \end_layout
9810
9811 \end_inset
9812 </cell>
9813 </row>
9814 <row>
9815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9816 \begin_inset Text
9817
9818 \begin_layout Plain Layout
9819
9820 \backslash
9821 grave
9822 \begin_inset ERT
9823 status collapsed
9824
9825 \begin_layout Plain Layout
9826
9827
9828 \backslash
9829 leer 
9830 \end_layout
9831
9832 \end_inset
9833
9834 A
9835 \end_layout
9836
9837 \end_inset
9838 </cell>
9839 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9840 \begin_inset Text
9841
9842 \begin_layout Plain Layout
9843 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9844 \end_inset
9845
9846
9847 \end_layout
9848
9849 \end_inset
9850 </cell>
9851 </row>
9852 <row>
9853 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9854 \begin_inset Text
9855
9856 \begin_layout Plain Layout
9857
9858 \backslash
9859 breve
9860 \begin_inset ERT
9861 status collapsed
9862
9863 \begin_layout Plain Layout
9864
9865
9866 \backslash
9867 leer 
9868 \end_layout
9869
9870 \end_inset
9871
9872 A
9873 \end_layout
9874
9875 \end_inset
9876 </cell>
9877 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9878 \begin_inset Text
9879
9880 \begin_layout Plain Layout
9881 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9882 \end_inset
9883
9884
9885 \end_layout
9886
9887 \end_inset
9888 </cell>
9889 </row>
9890 </lyxtabular>
9891
9892 \end_inset
9893
9894
9895 \begin_inset space \hfill{}
9896 \end_inset
9897
9898
9899 \end_layout
9900
9901 \begin_layout Standard
9902 \begin_inset VSpace bigskip
9903 \end_inset
9904
9905 Wenn man in einer Formel Umlaute
9906 \begin_inset Index
9907 status collapsed
9908
9909 \begin_layout Plain Layout
9910 Umlaute
9911 \end_layout
9912
9913 \end_inset
9914
9915  erstellen will, schreibt man ein Anführungszeichen vor den Selbstlaut.
9916  Diese beiden Zeichen bilden dann für LaTeX 
9917 \emph on
9918 ein
9919 \emph default
9920  Zeichen.
9921  Im Gegensatz zu 
9922 \series bold
9923
9924 \backslash
9925 ddot
9926 \series default
9927  entstehen damit 
9928 \begin_inset Quotes gld
9929 \end_inset
9930
9931 echte
9932 \begin_inset Quotes grd
9933 \end_inset
9934
9935  Umlaute, was folgendes Beispiel zeigt:
9936 \end_layout
9937
9938 \begin_layout Standard
9939 \begin_inset VSpace -2mm
9940 \end_inset
9941
9942
9943 \end_layout
9944
9945 \begin_layout Standard
9946 \align center
9947 \begin_inset Tabular
9948 <lyxtabular version="3" rows="3" columns="2">
9949 <features>
9950 <column alignment="center" valignment="top" width="0">
9951 <column alignment="center" valignment="top" width="0">
9952 <row>
9953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9954 \begin_inset Text
9955
9956 \begin_layout Plain Layout
9957 Befehl
9958 \end_layout
9959
9960 \end_inset
9961 </cell>
9962 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9963 \begin_inset Text
9964
9965 \begin_layout Plain Layout
9966 Ergebnis
9967 \begin_inset Note Note
9968 status collapsed
9969
9970 \begin_layout Plain Layout
9971
9972 \series bold
9973
9974 \backslash
9975 raisebox
9976 \series default
9977  dient nur als Abstandhalter.
9978 \end_layout
9979
9980 \end_inset
9981
9982
9983 \end_layout
9984
9985 \end_inset
9986 </cell>
9987 </row>
9988 <row>
9989 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9990 \begin_inset Text
9991
9992 \begin_layout Plain Layout
9993 \begin_inset Quotes grd
9994 \end_inset
9995
9996 i
9997 \end_layout
9998
9999 \end_inset
10000 </cell>
10001 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10002 \begin_inset Text
10003
10004 \begin_layout Plain Layout
10005 \begin_inset Formula $"i$
10006 \end_inset
10007
10008
10009 \end_layout
10010
10011 \end_inset
10012 </cell>
10013 </row>
10014 <row>
10015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10016 \begin_inset Text
10017
10018 \begin_layout Plain Layout
10019
10020 \backslash
10021 ddot
10022 \begin_inset ERT
10023 status collapsed
10024
10025 \begin_layout Plain Layout
10026
10027
10028 \backslash
10029 leer 
10030 \end_layout
10031
10032 \end_inset
10033
10034 i
10035 \end_layout
10036
10037 \end_inset
10038 </cell>
10039 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10040 \begin_inset Text
10041
10042 \begin_layout Plain Layout
10043 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
10044 \end_inset
10045
10046
10047 \end_layout
10048
10049 \end_inset
10050 </cell>
10051 </row>
10052 </lyxtabular>
10053
10054 \end_inset
10055
10056
10057 \end_layout
10058
10059 \begin_layout Standard
10060 Ein weiterer Vorteil gegenüber 
10061 \series bold
10062
10063 \backslash
10064 ddot
10065 \series default
10066  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
10067  denn die obigen Akzentbefehle sind 
10068 \emph on
10069 im mathematischen Text\SpecialChar \-
10070 modus nicht erlaubt
10071 \emph default
10072 .
10073  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
10074  nur das Zeichen unter dem Akzent umgewandelt werden.
10075  Das gilt auch für alle anderen Umwandlungen wie z.
10076 \begin_inset space \thinspace{}
10077 \end_inset
10078
10079 B.
10080  in kursiv oder fett.
10081 \end_layout
10082
10083 \begin_layout Standard
10084 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
10085  direkt eingegeben werden.
10086 \end_layout
10087
10088 \begin_layout Subsection
10089 Akzente für Operatoren
10090 \begin_inset Index
10091 status collapsed
10092
10093 \begin_layout Plain Layout
10094 Akzente ! für Operatoren
10095 \end_layout
10096
10097 \end_inset
10098
10099
10100 \end_layout
10101
10102 \begin_layout Standard
10103 Zum Akzentuieren von Operatoren gibt es die Befehle 
10104 \series bold
10105
10106 \backslash
10107 overset
10108 \series default
10109
10110 \begin_inset Index
10111 status collapsed
10112
10113 \begin_layout Plain Layout
10114 Befehle ! O ! 
10115 \backslash
10116 overset
10117 \end_layout
10118
10119 \end_inset
10120
10121  und 
10122 \series bold
10123
10124 \backslash
10125 underset
10126 \series default
10127
10128 \begin_inset Index
10129 status collapsed
10130
10131 \begin_layout Plain Layout
10132 Befehle ! U ! 
10133 \backslash
10134 underset
10135 \end_layout
10136
10137 \end_inset
10138
10139 , mit denen man Zeichen über bzw.
10140  unter einen Operator setzen kann.
10141  Mit dem Befehl 
10142 \series bold
10143
10144 \backslash
10145 sideset
10146 \series default
10147
10148 \begin_inset Index
10149 status collapsed
10150
10151 \begin_layout Plain Layout
10152 Befehle ! S ! 
10153 \backslash
10154 sideset
10155 \end_layout
10156
10157 \end_inset
10158
10159  können Zeichen vor und nach einen Operator gesetzt werden.
10160  Das Befehlsschema lautet:
10161 \end_layout
10162
10163 \begin_layout Standard
10164
10165 \series bold
10166
10167 \backslash
10168 sideset{Zeichen
10169 \series default
10170  
10171 \series bold
10172 davor}{Zeichen
10173 \series default
10174  
10175 \series bold
10176 dahinter}
10177 \end_layout
10178
10179 \begin_layout Standard
10180
10181 \series bold
10182
10183 \backslash
10184 sideset
10185 \series default
10186  mussen immer vor dem zu akzentuierenden Operator stehen.
10187  Es kann auch mit mehreren Zeichen und sogar mit anderen Operatoren und
10188  Symbolen akzentuiert werden.
10189  Will man mit 
10190 \series bold
10191
10192 \backslash
10193 sideset
10194 \series default
10195  z.
10196 \begin_inset space \thinspace{}
10197 \end_inset
10198
10199 B.
10200  nur Zeichen hinter einen Operator setzen, schreibt man nichts zwischen
10201  die ersten geschweiften Klammern, lässt die Klammern aber nicht weg.
10202 \end_layout
10203
10204 \begin_layout Standard
10205 Z.
10206 \begin_inset space \thinspace{}
10207 \end_inset
10208
10209 B.
10210  ergibt der Befehl 
10211 \series bold
10212
10213 \backslash
10214 sideset{
10215 \begin_inset Formula $\to$
10216 \end_inset
10217
10218
10219 \backslash
10220 {
10221 \series default
10222 '
10223 \series bold
10224
10225 \begin_inset Formula $\to$
10226 \end_inset
10227
10228
10229 \backslash
10230 sum_k=1
10231 \begin_inset ERT
10232 status collapsed
10233
10234 \begin_layout Plain Layout
10235
10236
10237 \backslash
10238 leer 
10239 \end_layout
10240
10241 \end_inset
10242
10243
10244 \series default
10245 ^
10246 \series bold
10247 n
10248 \series default
10249  :
10250 \begin_inset Formula \[
10251 \sideset{}{'}\sum_{k=1}^{n}\]
10252
10253 \end_inset
10254
10255
10256 \end_layout
10257
10258 \begin_layout Standard
10259 Der Befehl 
10260 \series bold
10261
10262 \backslash
10263 overset
10264 \begin_inset ERT
10265 status collapsed
10266
10267 \begin_layout Plain Layout
10268
10269
10270 \backslash
10271 leer 
10272 \end_layout
10273
10274 \end_inset
10275
10276
10277 \backslash
10278 maltese
10279 \begin_inset ERT
10280 status collapsed
10281
10282 \begin_layout Plain Layout
10283
10284
10285 \backslash
10286 leer 
10287 \end_layout
10288
10289 \end_inset
10290
10291
10292 \series default
10293
10294 \begin_inset Formula $\uparrow$
10295 \end_inset
10296
10297
10298 \series bold
10299 a
10300 \series default
10301  ergibt:
10302 \begin_inset Formula \[
10303 \overset{a}{\maltese}\]
10304
10305 \end_inset
10306
10307 Wie man am letzten Beispiel sieht, kann man mit 
10308 \series bold
10309
10310 \backslash
10311 overset
10312 \series default
10313  bzw.
10314  
10315 \series bold
10316
10317 \backslash
10318 underset
10319 \series default
10320  außer Operatoren auch Symbole und Zeichen akzentuieren; mit 
10321 \series bold
10322
10323 \backslash
10324 sideset
10325 \series default
10326  ist dies nicht möglich.
10327 \end_layout
10328
10329 \begin_layout Subsection
10330 Akzente für mehrere Zeichen
10331 \begin_inset CommandInset label
10332 LatexCommand label
10333 name "sub:Akzente-für-mehrere"
10334
10335 \end_inset
10336
10337
10338 \begin_inset Index
10339 status collapsed
10340
10341 \begin_layout Plain Layout
10342 Akzente ! für mehrere Zeichen
10343 \end_layout
10344
10345 \end_inset
10346
10347
10348 \end_layout
10349
10350 \begin_layout Standard
10351 \begin_inset space \hfill{}
10352 \end_inset
10353
10354
10355 \begin_inset Tabular
10356 <lyxtabular version="3" rows="5" columns="2">
10357 <features>
10358 <column alignment="center" valignment="top" width="0pt">
10359 <column alignment="center" valignment="top" width="0pt">
10360 <row>
10361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10362 \begin_inset Text
10363
10364 \begin_layout Plain Layout
10365 Befehl
10366 \end_layout
10367
10368 \end_inset
10369 </cell>
10370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10371 \begin_inset Text
10372
10373 \begin_layout Plain Layout
10374 Ergebnis
10375 \begin_inset Note Note
10376 status collapsed
10377
10378 \begin_layout Plain Layout
10379
10380 \series bold
10381
10382 \backslash
10383 raisebox
10384 \series default
10385  dient nur als Abstandhalter.
10386 \end_layout
10387
10388 \end_inset
10389
10390
10391 \end_layout
10392
10393 \end_inset
10394 </cell>
10395 </row>
10396 <row>
10397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10398 \begin_inset Text
10399
10400 \begin_layout Plain Layout
10401
10402 \backslash
10403 overleftarrow
10404 \begin_inset ERT
10405 status collapsed
10406
10407 \begin_layout Plain Layout
10408
10409
10410 \backslash
10411 leer 
10412 \end_layout
10413
10414 \end_inset
10415
10416 A=B
10417 \end_layout
10418
10419 \end_inset
10420 </cell>
10421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10422 \begin_inset Text
10423
10424 \begin_layout Plain Layout
10425 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
10426 \end_inset
10427
10428
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 </row>
10434 <row>
10435 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10436 \begin_inset Text
10437
10438 \begin_layout Plain Layout
10439
10440 \backslash
10441 underleftarrow
10442 \begin_inset ERT
10443 status collapsed
10444
10445 \begin_layout Plain Layout
10446
10447
10448 \backslash
10449 leer 
10450 \end_layout
10451
10452 \end_inset
10453
10454 A=B
10455 \end_layout
10456
10457 \end_inset
10458 </cell>
10459 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10460 \begin_inset Text
10461
10462 \begin_layout Plain Layout
10463 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
10464 \end_inset
10465
10466
10467 \end_layout
10468
10469 \end_inset
10470 </cell>
10471 </row>
10472 <row>
10473 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10474 \begin_inset Text
10475
10476 \begin_layout Plain Layout
10477
10478 \backslash
10479 overleftrightarrow
10480 \begin_inset ERT
10481 status collapsed
10482
10483 \begin_layout Plain Layout
10484
10485
10486 \backslash
10487 leer 
10488 \end_layout
10489
10490 \end_inset
10491
10492 A=B
10493 \end_layout
10494
10495 \end_inset
10496 </cell>
10497 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10498 \begin_inset Text
10499
10500 \begin_layout Plain Layout
10501 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
10502 \end_inset
10503
10504
10505 \end_layout
10506
10507 \end_inset
10508 </cell>
10509 </row>
10510 <row>
10511 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515
10516 \backslash
10517 underleftrightarrow
10518 \begin_inset ERT
10519 status collapsed
10520
10521 \begin_layout Plain Layout
10522
10523
10524 \backslash
10525 leer 
10526 \end_layout
10527
10528 \end_inset
10529
10530 A=B
10531 \end_layout
10532
10533 \end_inset
10534 </cell>
10535 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10536 \begin_inset Text
10537
10538 \begin_layout Plain Layout
10539 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
10540 \end_inset
10541
10542
10543 \end_layout
10544
10545 \end_inset
10546 </cell>
10547 </row>
10548 </lyxtabular>
10549
10550 \end_inset
10551
10552
10553 \begin_inset space \hfill{}
10554 \end_inset
10555
10556
10557 \begin_inset Tabular
10558 <lyxtabular version="3" rows="5" columns="2">
10559 <features>
10560 <column alignment="center" valignment="top" width="0pt">
10561 <column alignment="center" valignment="top" width="0pt">
10562 <row>
10563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10564 \begin_inset Text
10565
10566 \begin_layout Plain Layout
10567 Befehl
10568 \end_layout
10569
10570 \end_inset
10571 </cell>
10572 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10573 \begin_inset Text
10574
10575 \begin_layout Plain Layout
10576 Ergebnis
10577 \end_layout
10578
10579 \end_inset
10580 </cell>
10581 </row>
10582 <row>
10583 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10584 \begin_inset Text
10585
10586 \begin_layout Plain Layout
10587
10588 \backslash
10589 overrightarrow
10590 \begin_inset ERT
10591 status collapsed
10592
10593 \begin_layout Plain Layout
10594
10595
10596 \backslash
10597 leer 
10598 \end_layout
10599
10600 \end_inset
10601
10602 A=B
10603 \end_layout
10604
10605 \end_inset
10606 </cell>
10607 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10608 \begin_inset Text
10609
10610 \begin_layout Plain Layout
10611 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
10612 \end_inset
10613
10614
10615 \end_layout
10616
10617 \end_inset
10618 </cell>
10619 </row>
10620 <row>
10621 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10622 \begin_inset Text
10623
10624 \begin_layout Plain Layout
10625
10626 \backslash
10627 underrightarrow
10628 \begin_inset ERT
10629 status collapsed
10630
10631 \begin_layout Plain Layout
10632
10633
10634 \backslash
10635 leer 
10636 \end_layout
10637
10638 \end_inset
10639
10640 A=B
10641 \end_layout
10642
10643 \end_inset
10644 </cell>
10645 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10646 \begin_inset Text
10647
10648 \begin_layout Plain Layout
10649 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10650 \end_inset
10651
10652
10653 \end_layout
10654
10655 \end_inset
10656 </cell>
10657 </row>
10658 <row>
10659 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10660 \begin_inset Text
10661
10662 \begin_layout Plain Layout
10663
10664 \backslash
10665 widetilde
10666 \begin_inset ERT
10667 status collapsed
10668
10669 \begin_layout Plain Layout
10670
10671
10672 \backslash
10673 leer 
10674 \end_layout
10675
10676 \end_inset
10677
10678 A=B
10679 \end_layout
10680
10681 \end_inset
10682 </cell>
10683 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10684 \begin_inset Text
10685
10686 \begin_layout Plain Layout
10687 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10688 \end_inset
10689
10690
10691 \end_layout
10692
10693 \end_inset
10694 </cell>
10695 </row>
10696 <row>
10697 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10698 \begin_inset Text
10699
10700 \begin_layout Plain Layout
10701
10702 \backslash
10703 widehat
10704 \begin_inset ERT
10705 status collapsed
10706
10707 \begin_layout Plain Layout
10708
10709
10710 \backslash
10711 leer 
10712 \end_layout
10713
10714 \end_inset
10715
10716 A=B
10717 \end_layout
10718
10719 \end_inset
10720 </cell>
10721 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10722 \begin_inset Text
10723
10724 \begin_layout Plain Layout
10725 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10726 \end_inset
10727
10728
10729 \end_layout
10730
10731 \end_inset
10732 </cell>
10733 </row>
10734 </lyxtabular>
10735
10736 \end_inset
10737
10738
10739 \begin_inset space \hfill{}
10740 \end_inset
10741
10742
10743 \end_layout
10744
10745 \begin_layout Standard
10746 \begin_inset VSpace medskip
10747 \end_inset
10748
10749 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10750  Die Akzente
10751 \begin_inset Newline linebreak
10752 \end_inset
10753
10754
10755 \series bold
10756
10757 \backslash
10758 widetilde
10759 \series default
10760  und 
10761 \series bold
10762
10763 \backslash
10764 widehat
10765 \series default
10766  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10767  was folgendes Beispiel verdeutlicht:
10768 \begin_inset Formula \[
10769 \widetilde{A+B=C-D}\]
10770
10771 \end_inset
10772
10773
10774 \end_layout
10775
10776 \begin_layout Standard
10777 Mit den im vorigen Kapitel beschriebenen Befehlen 
10778 \series bold
10779
10780 \backslash
10781 overset
10782 \series default
10783
10784 \begin_inset Index
10785 status collapsed
10786
10787 \begin_layout Plain Layout
10788 Befehle ! O ! 
10789 \backslash
10790 overset
10791 \end_layout
10792
10793 \end_inset
10794
10795  und 
10796 \series bold
10797
10798 \backslash
10799 underset
10800 \series default
10801
10802 \begin_inset Index
10803 status collapsed
10804
10805 \begin_layout Plain Layout
10806 Befehle ! U ! 
10807 \backslash
10808 underset
10809 \end_layout
10810
10811 \end_inset
10812
10813  ist es auch möglich mehrere Zeichen zu akzentuieren.
10814  Der Befehl 
10815 \series bold
10816
10817 \backslash
10818 underset
10819 \begin_inset ERT
10820 status collapsed
10821
10822 \begin_layout Plain Layout
10823
10824
10825 \backslash
10826 leer 
10827 \end_layout
10828
10829 \end_inset
10830
10831 A=B
10832 \begin_inset Formula $\downarrow$
10833 \end_inset
10834
10835 ***
10836 \series default
10837  ergibt:
10838 \begin_inset Formula \[
10839 \underset{***}{A=B}\]
10840
10841 \end_inset
10842
10843
10844 \end_layout
10845
10846 \begin_layout Section
10847 Leerraum
10848 \begin_inset CommandInset label
10849 LatexCommand label
10850 name "sub:Leerraum"
10851
10852 \end_inset
10853
10854
10855 \begin_inset Index
10856 status collapsed
10857
10858 \begin_layout Plain Layout
10859 Leerraum ! horizontaler
10860 \end_layout
10861
10862 \end_inset
10863
10864
10865 \end_layout
10866
10867 \begin_layout Subsection
10868 Vordefinierter Leerraum
10869 \begin_inset CommandInset label
10870 LatexCommand label
10871 name "sub:Vordefinierter-Leerraum"
10872
10873 \end_inset
10874
10875
10876 \begin_inset Index
10877 status collapsed
10878
10879 \begin_layout Plain Layout
10880 Leerraum ! horizontaler ! vordefiniert
10881 \end_layout
10882
10883 \end_inset
10884
10885
10886 \end_layout
10887
10888 \begin_layout Standard
10889 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10890  Dazu gibt man ein geschütztes Leerzeichen ein.
10891  Es erscheint ein blaues 
10892 \begin_inset Quotes gld
10893 \end_inset
10894
10895
10896 \series bold
10897 \color blue
10898
10899 \begin_inset ERT
10900 status collapsed
10901
10902 \begin_layout Plain Layout
10903
10904
10905 \backslash
10906 leer 
10907 \end_layout
10908
10909 \end_inset
10910
10911
10912 \series default
10913 \color inherit
10914
10915 \begin_inset Quotes grd
10916 \end_inset
10917
10918  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10919  Leerraum-Größen wählen.
10920  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10921 \begin_inset Graphics
10922         filename ../../images/math/space.png
10923         scale 85
10924
10925 \end_inset
10926
10927  oder mit einzelnen Befehlen aufrufen.
10928  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10929  danach wieder aus allen Größen wählen.
10930 \end_layout
10931
10932 \begin_layout Standard
10933 \align center
10934 \begin_inset VSpace -5mm
10935 \end_inset
10936
10937
10938 \begin_inset Tabular
10939 <lyxtabular version="3" rows="3" columns="7">
10940 <features>
10941 <column alignment="center" valignment="middle" width="6.8cm">
10942 <column alignment="center" valignment="top" width="0pt">
10943 <column alignment="center" valignment="top" width="0pt">
10944 <column alignment="center" valignment="top" width="0pt">
10945 <column alignment="center" valignment="top" width="0pt">
10946 <column alignment="center" valignment="top" width="0pt">
10947 <column alignment="center" valignment="top" width="0pt">
10948 <row>
10949 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10950 \begin_inset Text
10951
10952 \begin_layout Plain Layout
10953 Befehl
10954 \end_layout
10955
10956 \end_inset
10957 </cell>
10958 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10959 \begin_inset Text
10960
10961 \begin_layout Plain Layout
10962
10963 \backslash
10964 ,
10965 \end_layout
10966
10967 \end_inset
10968 </cell>
10969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10970 \begin_inset Text
10971
10972 \begin_layout Plain Layout
10973
10974 \backslash
10975 :
10976 \end_layout
10977
10978 \end_inset
10979 </cell>
10980 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10981 \begin_inset Text
10982
10983 \begin_layout Plain Layout
10984
10985 \backslash
10986 ;
10987 \end_layout
10988
10989 \end_inset
10990 </cell>
10991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10992 \begin_inset Text
10993
10994 \begin_layout Plain Layout
10995
10996 \backslash
10997 quad
10998 \end_layout
10999
11000 \end_inset
11001 </cell>
11002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11003 \begin_inset Text
11004
11005 \begin_layout Plain Layout
11006
11007 \backslash
11008 qquad
11009 \end_layout
11010
11011 \end_inset
11012 </cell>
11013 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11014 \begin_inset Text
11015
11016 \begin_layout Plain Layout
11017
11018 \backslash
11019 !
11020 \end_layout
11021
11022 \end_inset
11023 </cell>
11024 </row>
11025 <row>
11026 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none" width="7cm">
11027 \begin_inset Text
11028
11029 \begin_layout Plain Layout
11030 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11031 \end_layout
11032
11033 \end_inset
11034 </cell>
11035 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11036 \begin_inset Text
11037
11038 \begin_layout Plain Layout
11039 0
11040 \end_layout
11041
11042 \end_inset
11043 </cell>
11044 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11045 \begin_inset Text
11046
11047 \begin_layout Plain Layout
11048 1
11049 \end_layout
11050
11051 \end_inset
11052 </cell>
11053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11054 \begin_inset Text
11055
11056 \begin_layout Plain Layout
11057 2
11058 \end_layout
11059
11060 \end_inset
11061 </cell>
11062 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11063 \begin_inset Text
11064
11065 \begin_layout Plain Layout
11066 3
11067 \end_layout
11068
11069 \end_inset
11070 </cell>
11071 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11072 \begin_inset Text
11073
11074 \begin_layout Plain Layout
11075 4
11076 \end_layout
11077
11078 \end_inset
11079 </cell>
11080 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11081 \begin_inset Text
11082
11083 \begin_layout Plain Layout
11084 5
11085 \end_layout
11086
11087 \end_inset
11088 </cell>
11089 </row>
11090 <row>
11091 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11092 \begin_inset Text
11093
11094 \begin_layout Plain Layout
11095 Ergebnis
11096 \end_layout
11097
11098 \end_inset
11099 </cell>
11100 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11101 \begin_inset Text
11102
11103 \begin_layout Plain Layout
11104 \begin_inset Formula $A\, B$
11105 \end_inset
11106
11107
11108 \end_layout
11109
11110 \end_inset
11111 </cell>
11112 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11113 \begin_inset Text
11114
11115 \begin_layout Plain Layout
11116 \begin_inset Formula $A\: B$
11117 \end_inset
11118
11119
11120 \end_layout
11121
11122 \end_inset
11123 </cell>
11124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11125 \begin_inset Text
11126
11127 \begin_layout Plain Layout
11128 \begin_inset Formula $A\; B$
11129 \end_inset
11130
11131
11132 \end_layout
11133
11134 \end_inset
11135 </cell>
11136 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11137 \begin_inset Text
11138
11139 \begin_layout Plain Layout
11140 \begin_inset Formula $A\quad B$
11141 \end_inset
11142
11143
11144 \end_layout
11145
11146 \end_inset
11147 </cell>
11148 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11149 \begin_inset Text
11150
11151 \begin_layout Plain Layout
11152 \begin_inset Formula $A\qquad B$
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \end_inset
11159 </cell>
11160 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11161 \begin_inset Text
11162
11163 \begin_layout Plain Layout
11164 \begin_inset Formula $A\! B$
11165 \end_inset
11166
11167
11168 \end_layout
11169
11170 \end_inset
11171 </cell>
11172 </row>
11173 </lyxtabular>
11174
11175 \end_inset
11176
11177
11178 \end_layout
11179
11180 \begin_layout Standard
11181 Die letzte Größe scheint überhaupt keinen Leerraum zu produzieren.
11182  In LyX ist diese allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
11183  denn sie erstellt negativen Leerraum.
11184  Es gibt noch zwei weitere negative Leerräume:
11185 \end_layout
11186
11187 \begin_layout Standard
11188 \align center
11189 \begin_inset Tabular
11190 <lyxtabular version="3" rows="3" columns="3">
11191 <features>
11192 <column alignment="center" valignment="middle" width="6.8cm">
11193 <column alignment="center" valignment="top" width="0pt">
11194 <column alignment="center" valignment="top" width="0pt">
11195 <row>
11196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11197 \begin_inset Text
11198
11199 \begin_layout Plain Layout
11200 Befehl
11201 \end_layout
11202
11203 \end_inset
11204 </cell>
11205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11206 \begin_inset Text
11207
11208 \begin_layout Plain Layout
11209
11210 \backslash
11211 negmedspace
11212 \end_layout
11213
11214 \end_inset
11215 </cell>
11216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11217 \begin_inset Text
11218
11219 \begin_layout Plain Layout
11220
11221 \backslash
11222 negthickspace
11223 \end_layout
11224
11225 \end_inset
11226 </cell>
11227 </row>
11228 <row>
11229 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11230 \begin_inset Text
11231
11232 \begin_layout Plain Layout
11233 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
11234 \end_layout
11235
11236 \end_inset
11237 </cell>
11238 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11239 \begin_inset Text
11240
11241 \begin_layout Plain Layout
11242 6
11243 \end_layout
11244
11245 \end_inset
11246 </cell>
11247 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11248 \begin_inset Text
11249
11250 \begin_layout Plain Layout
11251 7
11252 \end_layout
11253
11254 \end_inset
11255 </cell>
11256 </row>
11257 <row>
11258 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11259 \begin_inset Text
11260
11261 \begin_layout Plain Layout
11262 Ergebnis
11263 \end_layout
11264
11265 \end_inset
11266 </cell>
11267 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
11268 \begin_inset Text
11269
11270 \begin_layout Plain Layout
11271 \begin_inset Formula $A\negmedspace B$
11272 \end_inset
11273
11274
11275 \end_layout
11276
11277 \end_inset
11278 </cell>
11279 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
11280 \begin_inset Text
11281
11282 \begin_layout Plain Layout
11283 \begin_inset Formula $A\negthickspace B$
11284 \end_inset
11285
11286
11287 \end_layout
11288
11289 \end_inset
11290 </cell>
11291 </row>
11292 </lyxtabular>
11293
11294 \end_inset
11295
11296
11297 \end_layout
11298
11299 \begin_layout Standard
11300 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
11301  Man kann auf diese Weise Ligaturen erzwingen, was z.
11302 \begin_inset space \thinspace{}
11303 \end_inset
11304
11305 B.
11306  für Summenzeichen von Nutzen ist: 
11307 \end_layout
11308
11309 \begin_layout Standard
11310 \align center
11311 \begin_inset Tabular
11312 <lyxtabular version="3" rows="3" columns="2">
11313 <features>
11314 <column alignment="center" valignment="top" width="0">
11315 <column alignment="center" valignment="top" width="0">
11316 <row>
11317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11318 \begin_inset Text
11319
11320 \begin_layout Plain Layout
11321 Befehl
11322 \end_layout
11323
11324 \end_inset
11325 </cell>
11326 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11327 \begin_inset Text
11328
11329 \begin_layout Plain Layout
11330 Ergebnis
11331 \begin_inset Note Note
11332 status collapsed
11333
11334 \begin_layout Plain Layout
11335
11336 \series bold
11337
11338 \backslash
11339 raisebox
11340 \series default
11341  dient nur als Abstandhalter.
11342 \end_layout
11343
11344 \end_inset
11345
11346
11347 \end_layout
11348
11349 \end_inset
11350 </cell>
11351 </row>
11352 <row>
11353 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11354 \begin_inset Text
11355
11356 \begin_layout Plain Layout
11357
11358 \backslash
11359 sum
11360 \backslash
11361 sum
11362 \begin_inset ERT
11363 status collapsed
11364
11365 \begin_layout Plain Layout
11366
11367
11368 \backslash
11369 leer 
11370 \end_layout
11371
11372 \end_inset
11373
11374 f_kl
11375 \end_layout
11376
11377 \end_inset
11378 </cell>
11379 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11380 \begin_inset Text
11381
11382 \begin_layout Plain Layout
11383 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
11384 \end_inset
11385
11386
11387 \end_layout
11388
11389 \end_inset
11390 </cell>
11391 </row>
11392 <row>
11393 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11394 \begin_inset Text
11395
11396 \begin_layout Plain Layout
11397
11398 \backslash
11399 sum
11400 \backslash
11401 negmedspace
11402 \backslash
11403 sum
11404 \begin_inset ERT
11405 status collapsed
11406
11407 \begin_layout Plain Layout
11408
11409
11410 \backslash
11411 leer 
11412 \end_layout
11413
11414 \end_inset
11415
11416 f_kl
11417 \end_layout
11418
11419 \end_inset
11420 </cell>
11421 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11422 \begin_inset Text
11423
11424 \begin_layout Plain Layout
11425 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
11426 \end_inset
11427
11428
11429 \end_layout
11430
11431 \end_inset
11432 </cell>
11433 </row>
11434 </lyxtabular>
11435
11436 \end_inset
11437
11438
11439 \end_layout
11440
11441 \begin_layout Standard
11442 Relationen, wie z.
11443 \begin_inset space \thinspace{}
11444 \end_inset
11445
11446 B.
11447  Gleichheitszeichen, sind immer von Leerraum umgeben.
11448  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
11449  TeX-Klammer.
11450  Die Wirkung kann man an folgendem Beispiel gut erkennen:
11451 \end_layout
11452
11453 \begin_layout Standard
11454 \align center
11455 \begin_inset Tabular
11456 <lyxtabular version="3" rows="2" columns="2">
11457 <features>
11458 <column alignment="center" valignment="top" width="0pt">
11459 <column alignment="center" valignment="top" width="0pt">
11460 <row>
11461 <cell alignment="center" valignment="top" usebox="none">
11462 \begin_inset Text
11463
11464 \begin_layout Plain Layout
11465 normale Gleichung
11466 \end_layout
11467
11468 \end_inset
11469 </cell>
11470 <cell alignment="center" valignment="top" usebox="none">
11471 \begin_inset Text
11472
11473 \begin_layout Plain Layout
11474 \begin_inset Formula $A=B$
11475 \end_inset
11476
11477
11478 \end_layout
11479
11480 \end_inset
11481 </cell>
11482 </row>
11483 <row>
11484 <cell alignment="center" valignment="top" usebox="none">
11485 \begin_inset Text
11486
11487 \begin_layout Plain Layout
11488 \begin_inset Note Note
11489 status collapsed
11490
11491 \begin_layout Plain Layout
11492
11493 \series bold
11494
11495 \backslash
11496 raisebox
11497 \series default
11498  dient nur als Abstandhalter.
11499 \end_layout
11500
11501 \end_inset
11502
11503
11504 \begin_inset Formula $\raisebox{5mm}{}$
11505 \end_inset
11506
11507 Gleichung ohne Leerraum
11508 \end_layout
11509
11510 \end_inset
11511 </cell>
11512 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11513 \begin_inset Text
11514
11515 \begin_layout Plain Layout
11516 \begin_inset Formula $A{=}B$
11517 \end_inset
11518
11519
11520 \end_layout
11521
11522 \end_inset
11523 </cell>
11524 </row>
11525 </lyxtabular>
11526
11527 \end_inset
11528
11529
11530 \end_layout
11531
11532 \begin_layout Standard
11533 Der Befehl für die letzte Formel lautet: 
11534 \series bold
11535 A
11536 \backslash
11537 {=
11538 \begin_inset Formula $\to$
11539 \end_inset
11540
11541 B
11542 \end_layout
11543
11544 \begin_layout Standard
11545 \begin_inset VSpace bigskip
11546 \end_inset
11547
11548 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11549  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11550  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11551 \family sans
11552 Einfügen\SpecialChar \menuseparator
11553 Formatierung\SpecialChar \menuseparator
11554 Kleiner
11555 \begin_inset space ~
11556 \end_inset
11557
11558 Abstand
11559 \family default
11560  (Tastenkürzel 
11561 \family sans
11562 Strg-Shift-Leertaste
11563 \family default
11564 ) ein.
11565 \end_layout
11566
11567 \begin_layout Standard
11568 Ein Beispiel zur Veranschaulichung:
11569 \end_layout
11570
11571 \begin_layout Standard
11572 \begin_inset Tabular
11573 <lyxtabular version="3" rows="2" columns="2">
11574 <features>
11575 <column alignment="left" valignment="top" width="0">
11576 <column alignment="left" valignment="top" width="0">
11577 <row>
11578 <cell alignment="center" valignment="top" usebox="none">
11579 \begin_inset Text
11580
11581 \begin_layout Plain Layout
11582 24 kW
11583 \begin_inset Formula $\cdot$
11584 \end_inset
11585
11586 h
11587 \end_layout
11588
11589 \end_inset
11590 </cell>
11591 <cell alignment="center" valignment="top" usebox="none">
11592 \begin_inset Text
11593
11594 \begin_layout Plain Layout
11595 Leerzeichen zwischen Wert und Einheit
11596 \end_layout
11597
11598 \end_inset
11599 </cell>
11600 </row>
11601 <row>
11602 <cell alignment="center" valignment="top" usebox="none">
11603 \begin_inset Text
11604
11605 \begin_layout Plain Layout
11606 24
11607 \begin_inset space \thinspace{}
11608 \end_inset
11609
11610 kW
11611 \begin_inset Formula $\cdot$
11612 \end_inset
11613
11614 h
11615 \end_layout
11616
11617 \end_inset
11618 </cell>
11619 <cell alignment="center" valignment="top" usebox="none">
11620 \begin_inset Text
11621
11622 \begin_layout Plain Layout
11623 kleinster Leerraum zwischen Wert und Einheit
11624 \end_layout
11625
11626 \end_inset
11627 </cell>
11628 </row>
11629 </lyxtabular>
11630
11631 \end_inset
11632
11633
11634 \end_layout
11635
11636 \begin_layout Subsection
11637 Variabler Leerraum
11638 \begin_inset ERT
11639 status collapsed
11640
11641 \begin_layout Plain Layout
11642
11643
11644 \backslash
11645 texorpdfstring{
11646 \end_layout
11647
11648 \end_inset
11649
11650
11651 \begin_inset Foot
11652 status collapsed
11653
11654 \begin_layout Plain Layout
11655 für vertikalen Leerraum in Formeln siehe 
11656 \begin_inset CommandInset ref
11657 LatexCommand ref
11658 reference "sub:Zeilenabstand"
11659
11660 \end_inset
11661
11662
11663 \end_layout
11664
11665 \end_inset
11666
11667
11668 \begin_inset ERT
11669 status collapsed
11670
11671 \begin_layout Plain Layout
11672
11673 }{}
11674 \end_layout
11675
11676 \end_inset
11677
11678
11679 \begin_inset Note Note
11680 status collapsed
11681
11682 \begin_layout Plain Layout
11683
11684 \series bold
11685
11686 \backslash
11687 texorpdfstring
11688 \series default
11689  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11690 \end_layout
11691
11692 \begin_layout Plain Layout
11693 Näheres zu 
11694 \series bold
11695
11696 \backslash
11697 texorpdfstring
11698 \series default
11699  steht in Kapitel 
11700 \begin_inset CommandInset ref
11701 LatexCommand ref
11702 reference "sub:Formeln-in-Überschriften"
11703
11704 \end_inset
11705
11706 .
11707 \end_layout
11708
11709 \end_inset
11710
11711
11712 \begin_inset CommandInset label
11713 LatexCommand label
11714 name "sub:Variabler-Leerraum"
11715
11716 \end_inset
11717
11718
11719 \begin_inset Index
11720 status collapsed
11721
11722 \begin_layout Plain Layout
11723 Leerraum ! horizontaler ! variabel
11724 \end_layout
11725
11726 \end_inset
11727
11728
11729 \end_layout
11730
11731 \begin_layout Standard
11732 Leerraum mit vorgegebener Länge lässt sich in LyX mit dem Befehl 
11733 \series bold
11734
11735 \backslash
11736 hspace{Länge}
11737 \series default
11738
11739 \begin_inset Index
11740 status collapsed
11741
11742 \begin_layout Plain Layout
11743 Befehle ! H ! 
11744 \backslash
11745 hspace
11746 \end_layout
11747
11748 \end_inset
11749
11750  einfügen.
11751  Dabei können alle Längeneinheiten verwendet werden, die in 
11752 \begin_inset CommandInset ref
11753 LatexCommand ref
11754 reference "tab:Verwendete-Einheiten"
11755
11756 \end_inset
11757
11758  aufgelistet sind, mit Ausnahme der Einheit 
11759 \begin_inset Quotes gld
11760 \end_inset
11761
11762 mu
11763 \begin_inset Quotes grd
11764 \end_inset
11765
11766 .
11767  Die Länge darf auch negativ sein.
11768  Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11769  einnimmt, benutzt man den Befehl 
11770 \series bold
11771
11772 \backslash
11773 hfill
11774 \series default
11775
11776 \begin_inset Index
11777 status collapsed
11778
11779 \begin_layout Plain Layout
11780 Befehle ! H ! 
11781 \backslash
11782 hfill
11783 \end_layout
11784
11785 \end_inset
11786
11787 .
11788 \end_layout
11789
11790 \begin_layout Standard
11791 \begin_inset VSpace -1mm
11792 \end_inset
11793
11794
11795 \end_layout
11796
11797 \begin_layout Standard
11798 \align center
11799 \begin_inset Tabular
11800 <lyxtabular version="3" rows="4" columns="2">
11801 <features>
11802 <column alignment="center" valignment="top" width="0">
11803 <column alignment="center" valignment="top" width="0">
11804 <row>
11805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11806 \begin_inset Text
11807
11808 \begin_layout Plain Layout
11809 Befehl
11810 \end_layout
11811
11812 \end_inset
11813 </cell>
11814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11815 \begin_inset Text
11816
11817 \begin_layout Plain Layout
11818 Ergebnis
11819 \end_layout
11820
11821 \end_inset
11822 </cell>
11823 </row>
11824 <row>
11825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11826 \begin_inset Text
11827
11828 \begin_layout Plain Layout
11829 A=B
11830 \backslash
11831 hspace{3cm
11832 \begin_inset Formula $\to$
11833 \end_inset
11834
11835 A
11836 \backslash
11837 not=C
11838 \end_layout
11839
11840 \end_inset
11841 </cell>
11842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11843 \begin_inset Text
11844
11845 \begin_layout Plain Layout
11846 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11847 \end_inset
11848
11849
11850 \end_layout
11851
11852 \end_inset
11853 </cell>
11854 </row>
11855 <row>
11856 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11857 \begin_inset Text
11858
11859 \begin_layout Plain Layout
11860 A
11861 \backslash
11862 hspace{-1mm
11863 \begin_inset Formula $\to$
11864 \end_inset
11865
11866 A
11867 \backslash
11868 not=A
11869 \end_layout
11870
11871 \end_inset
11872 </cell>
11873 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11874 \begin_inset Text
11875
11876 \begin_layout Plain Layout
11877 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11878 \end_inset
11879
11880
11881 \end_layout
11882
11883 \end_inset
11884 </cell>
11885 </row>
11886 <row>
11887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11888 \begin_inset Text
11889
11890 \begin_layout Plain Layout
11891 A=A
11892 \backslash
11893 hfill
11894 \begin_inset ERT
11895 status collapsed
11896
11897 \begin_layout Plain Layout
11898
11899
11900 \backslash
11901 leer 
11902 \end_layout
11903
11904 \end_inset
11905
11906 B=B
11907 \end_layout
11908
11909 \end_inset
11910 </cell>
11911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11912 \begin_inset Text
11913
11914 \begin_layout Plain Layout
11915 \begin_inset Formula $A=A\hfill B=B$
11916 \end_inset
11917
11918
11919 \end_layout
11920
11921 \end_inset
11922 </cell>
11923 </row>
11924 </lyxtabular>
11925
11926 \end_inset
11927
11928
11929 \end_layout
11930
11931 \begin_layout Standard
11932 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11933  Spalteneintrags der Tabelle vorgegeben.
11934  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11935  in die 
11936 \series bold
11937
11938 \backslash
11939 hfill
11940 \series default
11941  eingegeben wird.
11942  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11943  
11944 \series bold
11945
11946 \backslash
11947 hfill
11948 \series default
11949  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11950 \series bold
11951 Eingerückt
11952 \series default
11953  eingestellt ist.
11954  (Formelstile sind in 
11955 \begin_inset CommandInset ref
11956 LatexCommand ref
11957 reference "sec:Formelstile"
11958
11959 \end_inset
11960
11961  erklärt.)
11962 \end_layout
11963
11964 \begin_layout Standard
11965 Variabler Leerraum kann für Text über das Menü 
11966 \family sans
11967 Einfügen\SpecialChar \menuseparator
11968 Formatierung\SpecialChar \menuseparator
11969 Horizontaler
11970 \begin_inset space ~
11971 \end_inset
11972
11973 Abstand
11974 \family default
11975  eingefügt werden, was in Formeln nicht möglich ist:
11976 \end_layout
11977
11978 \begin_layout Standard
11979 Dies ist eine Zeile mit
11980 \begin_inset space \hspace{}
11981 \length 2cm
11982 \end_inset
11983
11984 2
11985 \begin_inset space \thinspace{}
11986 \end_inset
11987
11988 cm Leerraum.
11989 \end_layout
11990
11991 \begin_layout Standard
11992 Dies ist eine Zeile mit
11993 \begin_inset space \hfill{}
11994 \end_inset
11995
11996 maximalem Leerraum.
11997 \end_layout
11998
11999 \begin_layout Subsection
12000 Leerraum neben eingebetteten Formeln
12001 \begin_inset Index
12002 status collapsed
12003
12004 \begin_layout Plain Layout
12005 Leerraum ! neben eingebetteten Formeln
12006 \end_layout
12007
12008 \end_inset
12009
12010
12011 \end_layout
12012
12013 \begin_layout Standard
12014 Über die Länge 
12015 \series bold
12016
12017 \backslash
12018 mathsurround
12019 \begin_inset Index
12020 status collapsed
12021
12022 \begin_layout Plain Layout
12023 Befehle ! M ! 
12024 \backslash
12025 mathsurround
12026 \end_layout
12027
12028 \end_inset
12029
12030
12031 \series default
12032  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
12033  wird.
12034  Der Wert einer Länge wird mit dem Befehl 
12035 \series bold
12036
12037 \backslash
12038 setlength
12039 \begin_inset Index
12040 status collapsed
12041
12042 \begin_layout Plain Layout
12043 Befehle ! S ! 
12044 \backslash
12045 setlength
12046 \end_layout
12047
12048 \end_inset
12049
12050
12051 \series default
12052  gesetzt.
12053  Dieser besitzt folgendes Befehlsschema:
12054 \end_layout
12055
12056 \begin_layout Standard
12057
12058 \series bold
12059
12060 \backslash
12061 setlength{Längenname}{Wert}
12062 \end_layout
12063
12064 \begin_layout Standard
12065 Um 
12066 \series bold
12067
12068 \backslash
12069 mathsurround
12070 \series default
12071  den Wert 5
12072 \begin_inset space \thinspace{}
12073 \end_inset
12074
12075 mm zuzuweisen, gibt man im TeX-Modus den Befehl
12076 \end_layout
12077
12078 \begin_layout Standard
12079
12080 \series bold
12081
12082 \backslash
12083 setlength{
12084 \backslash
12085 mathsurround}{5mm}
12086 \end_layout
12087
12088 \begin_layout Standard
12089 ein.
12090  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
12091 \begin_inset space \thinspace{}
12092 \end_inset
12093
12094 mm Leerraum gesetzt:
12095 \begin_inset ERT
12096 status collapsed
12097
12098 \begin_layout Plain Layout
12099
12100
12101 \backslash
12102 setlength{
12103 \backslash
12104 mathsurround}{5mm}
12105 \end_layout
12106
12107 \end_inset
12108
12109
12110 \end_layout
12111
12112 \begin_layout Standard
12113 Dies ist eine Zeile in der sich 
12114 \begin_inset Formula $A=B$
12115 \end_inset
12116
12117  eine Formel mit 5
12118 \begin_inset space \thinspace{}
12119 \end_inset
12120
12121 mm umgebendem Leerraum befindet.
12122 \begin_inset ERT
12123 status collapsed
12124
12125 \begin_layout Plain Layout
12126
12127
12128 \backslash
12129 setlength{
12130 \backslash
12131 mathsurround}{0pt}
12132 \end_layout
12133
12134 \end_inset
12135
12136
12137 \end_layout
12138
12139 \begin_layout Standard
12140 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
12141 \series bold
12142
12143 \backslash
12144 mathsurround
12145 \series default
12146  auf den Wert 0
12147 \begin_inset space \thinspace{}
12148 \end_inset
12149
12150 pt.
12151 \end_layout
12152
12153 \begin_layout Section
12154 Boxen und Rahmen
12155 \begin_inset Index
12156 status collapsed
12157
12158 \begin_layout Plain Layout
12159 Boxen
12160 \end_layout
12161
12162 \end_inset
12163
12164
12165 \begin_inset Index
12166 status collapsed
12167
12168 \begin_layout Plain Layout
12169 Rahmen | see 
12170 \begin_inset ERT
12171 status collapsed
12172
12173 \begin_layout Plain Layout
12174
12175 {
12176 \end_layout
12177
12178 \end_inset
12179
12180 Boxen
12181 \begin_inset ERT
12182 status collapsed
12183
12184 \begin_layout Plain Layout
12185
12186 }
12187 \end_layout
12188
12189 \end_inset
12190
12191
12192 \end_layout
12193
12194 \end_inset
12195
12196
12197 \end_layout
12198
12199 \begin_layout Standard
12200 Boxen für Text sind im Kapitel 
12201 \family typewriter
12202 Boxen
12203 \family default
12204  im Handbuch 
12205 \family typewriter
12206 Eingebettete
12207 \begin_inset space ~
12208 \end_inset
12209
12210 Objekte
12211 \family default
12212  beschrieben.
12213 \end_layout
12214
12215 \begin_layout Subsection
12216 Boxen mit Rahmen
12217 \begin_inset CommandInset label
12218 LatexCommand label
12219 name "sub:Boxen-mit-Rahmen"
12220
12221 \end_inset
12222
12223
12224 \begin_inset Index
12225 status collapsed
12226
12227 \begin_layout Plain Layout
12228 Boxen ! mit Rahmen
12229 \end_layout
12230
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \begin_layout Standard
12237 Es ist möglich Formeln oder Teile davon mit den Befehlen 
12238 \series bold
12239
12240 \backslash
12241 fbox
12242 \series default
12243
12244 \begin_inset Index
12245 status collapsed
12246
12247 \begin_layout Plain Layout
12248 Befehle ! F ! 
12249 \backslash
12250 fbox
12251 \end_layout
12252
12253 \end_inset
12254
12255  und 
12256 \series bold
12257
12258 \backslash
12259 boxed
12260 \series default
12261
12262 \begin_inset Index
12263 status collapsed
12264
12265 \begin_layout Plain Layout
12266 Befehle ! B ! 
12267 \backslash
12268 boxed
12269 \end_layout
12270
12271 \end_inset
12272
12273  zu umranden.
12274 \end_layout
12275
12276 \begin_layout Standard
12277 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
12278  in einem Rahmen.
12279  Bei 
12280 \series bold
12281
12282 \backslash
12283 fbox
12284 \series default
12285  muss in diesem Eingabefeld mit 
12286 \family sans
12287 Strg-m
12288 \family default
12289  noch eine Formel erstellt werden
12290 \begin_inset Foot
12291 status collapsed
12292
12293 \begin_layout Plain Layout
12294 Aufgrund eines Fehlers in LyX ist es nicht möglich mit 
12295 \family sans
12296 Strg-m
12297 \family default
12298  eine neue Formel zu erzeugen, siehe 
12299 \begin_inset CommandInset href
12300 LatexCommand href
12301 name "LyX-Fehler #1435"
12302 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12303
12304 \end_inset
12305
12306 .
12307 \end_layout
12308
12309 \end_inset
12310
12311 , denn der Inhalt dieser Box wird sonst als mathematischer Text behandelt.
12312  Verwendet man 
12313 \series bold
12314
12315 \backslash
12316 boxed
12317 \series default
12318 , wird automatisch im Rahmen eine neue Formel erzeugt.
12319 \end_layout
12320
12321 \begin_layout Standard
12322 Der Befehl 
12323 \series bold
12324
12325 \backslash
12326 fbox
12327 \series default
12328  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
12329  wird dann immer in Textzeilengröße gesetzt.
12330  Im Gegensatz dazu ist 
12331 \series bold
12332
12333 \backslash
12334 boxed
12335 \series default
12336  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
12337  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
12338 \end_layout
12339
12340 \begin_layout Standard
12341 Als Erweiterung zu 
12342 \series bold
12343
12344 \backslash
12345 fbox
12346 \series default
12347  gibt es den Befehl 
12348 \series bold
12349
12350 \backslash
12351 framebox
12352 \series default
12353
12354 \begin_inset Index
12355 status collapsed
12356
12357 \begin_layout Plain Layout
12358 Befehle ! F ! 
12359 \backslash
12360 framebox
12361 \end_layout
12362
12363 \end_inset
12364
12365 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
12366  kann.
12367  
12368 \series bold
12369
12370 \backslash
12371 framebox
12372 \series default
12373  wird nach folgendem Schema verwendet:
12374 \end_layout
12375
12376 \begin_layout Standard
12377
12378 \series bold
12379
12380 \backslash
12381 framebox[Rahmenbreite][Position]{Boxinhalt}
12382 \end_layout
12383
12384 \begin_layout Standard
12385 Die Position kann entweder 
12386 \emph on
12387 l
12388 \emph default
12389  oder 
12390 \emph on
12391 r
12392 \emph default
12393  sein.
12394  
12395 \emph on
12396 l
12397 \emph default
12398  bewirkt linksbündige, 
12399 \emph on
12400 r
12401 \emph default
12402  rechtsbündige Ausrichtung der Formel in der Box.
12403  Gibt man keine Position an, wird die Formel zentriert.
12404 \begin_inset Newline newline
12405 \end_inset
12406
12407 Gibt man keine Breite an, darf auch keine Position angegeben werden.
12408  In diesem Falle wird die Rahmenbreite wie bei 
12409 \series bold
12410
12411 \backslash
12412 fbox
12413 \series default
12414  an den Boxinhalt angepasst.
12415 \end_layout
12416
12417 \begin_layout Standard
12418 Wenn man den Befehl 
12419 \series bold
12420
12421 \backslash
12422 framebox
12423 \series default
12424  eingibt, erscheint eine Box mit drei Eingabefeldern.
12425  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12426  beiden optionalen Argumente.
12427  In das dritte Feld wird wie bei 
12428 \series bold
12429
12430 \backslash
12431 fbox
12432 \series default
12433  die Formel eingegeben.
12434 \end_layout
12435
12436 \begin_layout Standard
12437 \align center
12438 \begin_inset Note Note
12439 status open
12440
12441 \begin_layout Plain Layout
12442 Die Tabelle wurde in eine Minibox gesetzt damit die Fußnote der Tabelle
12443  auch erscheint.
12444  Denn sonst würde der Fußnotentext im Ausdruck nicht angezeigt werden.
12445 \end_layout
12446
12447 \end_inset
12448
12449
12450 \begin_inset Box Frameless
12451 position "c"
12452 hor_pos "c"
12453 has_inner_box 1
12454 inner_pos "c"
12455 use_parbox 0
12456 width "100col%"
12457 special "none"
12458 height "1in"
12459 height_special "totalheight"
12460 status open
12461
12462 \begin_layout Plain Layout
12463 \align center
12464 \begin_inset Tabular
12465 <lyxtabular version="3" rows="5" columns="2">
12466 <features>
12467 <column alignment="center" valignment="top" width="0">
12468 <column alignment="center" valignment="top" width="0">
12469 <row>
12470 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12471 \begin_inset Text
12472
12473 \begin_layout Plain Layout
12474 Befehl
12475 \begin_inset Foot
12476 status collapsed
12477
12478 \begin_layout Plain Layout
12479 Durch einen Fehler in LyX ist es momentan nicht möglich mit 
12480 \family sans
12481 Strg-m
12482 \family default
12483  eine neue Formel zu erzeugen, siehe 
12484 \begin_inset CommandInset href
12485 LatexCommand href
12486 name "LyX-Fehler #1435"
12487 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
12488
12489 \end_inset
12490
12491 .
12492 \end_layout
12493
12494 \end_inset
12495
12496
12497 \end_layout
12498
12499 \end_inset
12500 </cell>
12501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12502 \begin_inset Text
12503
12504 \begin_layout Plain Layout
12505 Ergebnis
12506 \begin_inset Note Note
12507 status collapsed
12508
12509 \begin_layout Plain Layout
12510
12511 \series bold
12512
12513 \backslash
12514 raisebox
12515 \series default
12516  dient nur als Abstandhalter.
12517 \end_layout
12518
12519 \end_inset
12520
12521
12522 \end_layout
12523
12524 \end_inset
12525 </cell>
12526 </row>
12527 <row>
12528 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12529 \begin_inset Text
12530
12531 \begin_layout Plain Layout
12532
12533 \backslash
12534 fbox
12535 \begin_inset ERT
12536 status collapsed
12537
12538 \begin_layout Plain Layout
12539
12540
12541 \backslash
12542 leer 
12543 \end_layout
12544
12545 \end_inset
12546
12547
12548 \family sans
12549 Strg-m
12550 \family default
12551  
12552 \backslash
12553 int
12554 \begin_inset ERT
12555 status collapsed
12556
12557 \begin_layout Plain Layout
12558
12559
12560 \backslash
12561 leer 
12562 \end_layout
12563
12564 \end_inset
12565
12566 A=B
12567 \end_layout
12568
12569 \end_inset
12570 </cell>
12571 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12572 \begin_inset Text
12573
12574 \begin_layout Plain Layout
12575 \begin_inset Formula \raisebox{6mm}{}\fbox{$\int A=B$}\raisebox{-4mm}{}
12576
12577 \end_inset
12578
12579
12580 \end_layout
12581
12582 \end_inset
12583 </cell>
12584 </row>
12585 <row>
12586 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12587 \begin_inset Text
12588
12589 \begin_layout Plain Layout
12590
12591 \backslash
12592 boxed
12593 \begin_inset ERT
12594 status collapsed
12595
12596 \begin_layout Plain Layout
12597
12598
12599 \backslash
12600 leer 
12601 \end_layout
12602
12603 \end_inset
12604
12605
12606 \backslash
12607 int
12608 \begin_inset ERT
12609 status collapsed
12610
12611 \begin_layout Plain Layout
12612
12613
12614 \backslash
12615 leer 
12616 \end_layout
12617
12618 \end_inset
12619
12620 A=B
12621 \end_layout
12622
12623 \end_inset
12624 </cell>
12625 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12626 \begin_inset Text
12627
12628 \begin_layout Plain Layout
12629 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12630 \end_inset
12631
12632
12633 \end_layout
12634
12635 \end_inset
12636 </cell>
12637 </row>
12638 <row>
12639 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12640 \begin_inset Text
12641
12642 \begin_layout Plain Layout
12643 A+
12644 \backslash
12645 fbox
12646 \begin_inset ERT
12647 status collapsed
12648
12649 \begin_layout Plain Layout
12650
12651
12652 \backslash
12653 leer 
12654 \end_layout
12655
12656 \end_inset
12657
12658 B
12659 \end_layout
12660
12661 \end_inset
12662 </cell>
12663 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12664 \begin_inset Text
12665
12666 \begin_layout Plain Layout
12667 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12668 \end_inset
12669
12670
12671 \end_layout
12672
12673 \end_inset
12674 </cell>
12675 </row>
12676 <row>
12677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12678 \begin_inset Text
12679
12680 \begin_layout Plain Layout
12681
12682 \backslash
12683 framebox
12684 \begin_inset ERT
12685 status collapsed
12686
12687 \begin_layout Plain Layout
12688
12689
12690 \backslash
12691 leer 
12692 \end_layout
12693
12694 \end_inset
12695
12696 20mm
12697 \begin_inset Formula $\to$
12698 \end_inset
12699
12700
12701 \begin_inset Formula $\to$
12702 \end_inset
12703
12704
12705 \family sans
12706 Strg-m
12707 \family default
12708  
12709 \backslash
12710 frac
12711 \begin_inset ERT
12712 status collapsed
12713
12714 \begin_layout Plain Layout
12715
12716
12717 \backslash
12718 leer 
12719 \end_layout
12720
12721 \end_inset
12722
12723 A
12724 \begin_inset Formula $\downarrow$
12725 \end_inset
12726
12727 B
12728 \end_layout
12729
12730 \end_inset
12731 </cell>
12732 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12733 \begin_inset Text
12734
12735 \begin_layout Plain Layout
12736 \begin_inset Formula $\raisebox{6mm}{}$
12737 \end_inset
12738
12739
12740 \begin_inset Formula $\framebox[20mm][]{$\frac{A}{B}$}$
12741 \end_inset
12742
12743
12744 \begin_inset Formula $\raisebox{-4mm}{}$
12745 \end_inset
12746
12747
12748 \end_layout
12749
12750 \end_inset
12751 </cell>
12752 </row>
12753 </lyxtabular>
12754
12755 \end_inset
12756
12757
12758 \end_layout
12759
12760 \end_inset
12761
12762
12763 \end_layout
12764
12765 \begin_layout Standard
12766 Die Rahmendicke kann ebenfalls eingestellt werden.
12767  Dazu müssen vor der Formel im TeX-Modus die Befehle
12768 \end_layout
12769
12770 \begin_layout Standard
12771
12772 \series bold
12773
12774 \backslash
12775 fboxrule
12776 \series default
12777  
12778 \series bold
12779
12780 \begin_inset Quotes gld
12781 \end_inset
12782
12783 Dicke
12784 \begin_inset Quotes grd
12785 \end_inset
12786
12787
12788 \series default
12789  
12790 \series bold
12791
12792 \backslash
12793 fboxsep
12794 \series default
12795  
12796 \series bold
12797
12798 \begin_inset Quotes gld
12799 \end_inset
12800
12801 Abstand
12802 \begin_inset Quotes grd
12803 \end_inset
12804
12805
12806 \end_layout
12807
12808 \begin_layout Standard
12809 eingegeben werden.
12810  
12811 \begin_inset Quotes gld
12812 \end_inset
12813
12814 Abstand
12815 \begin_inset Quotes grd
12816 \end_inset
12817
12818  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12819  in der Box fest.
12820  Ein Beispiel dafür ist folgende umrandete Formel:
12821 \begin_inset ERT
12822 status collapsed
12823
12824 \begin_layout Plain Layout
12825
12826
12827 \backslash
12828 fboxrule 2mm 
12829 \backslash
12830 fboxsep 3mm
12831 \end_layout
12832
12833 \end_inset
12834
12835
12836 \begin_inset Formula \[
12837 \boxed{A+B=C}\]
12838
12839 \end_inset
12840
12841 Vor dieser Formel wurde im TeX-Modus
12842 \end_layout
12843
12844 \begin_layout Standard
12845
12846 \series bold
12847
12848 \backslash
12849 fboxrule
12850 \series default
12851  
12852 \series bold
12853 2mm
12854 \series default
12855  
12856 \series bold
12857
12858 \backslash
12859 fboxsep
12860 \series default
12861  
12862 \series bold
12863 3mm
12864 \end_layout
12865
12866 \begin_layout Standard
12867 eingegeben.
12868  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12869 \end_layout
12870
12871 \begin_layout Standard
12872 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12873  nächsten Formel im TeX-Modus folgende Befehle ein:
12874 \end_layout
12875
12876 \begin_layout Standard
12877
12878 \series bold
12879
12880 \backslash
12881 fboxrule
12882 \series default
12883  
12884 \series bold
12885 0.4pt
12886 \series default
12887  
12888 \series bold
12889
12890 \backslash
12891 fboxsep
12892 \series default
12893  
12894 \series bold
12895 3pt
12896 \series default
12897
12898 \begin_inset ERT
12899 status collapsed
12900
12901 \begin_layout Plain Layout
12902
12903
12904 \backslash
12905 fboxrule 0.4pt 
12906 \backslash
12907 fboxsep 3pt
12908 \end_layout
12909
12910 \end_inset
12911
12912
12913 \end_layout
12914
12915 \begin_layout Subsection
12916 Boxen ohne Rahmen
12917 \begin_inset CommandInset label
12918 LatexCommand label
12919 name "sub:Boxen-ohne-Rahmen"
12920
12921 \end_inset
12922
12923
12924 \begin_inset Index
12925 status collapsed
12926
12927 \begin_layout Plain Layout
12928 Boxen ! ohne Rahmen
12929 \end_layout
12930
12931 \end_inset
12932
12933
12934 \end_layout
12935
12936 \begin_layout Standard
12937 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12938 \series bold
12939
12940 \backslash
12941 mbox
12942 \series default
12943
12944 \begin_inset Index
12945 status collapsed
12946
12947 \begin_layout Plain Layout
12948 Befehle ! M ! 
12949 \backslash
12950 mbox
12951 \end_layout
12952
12953 \end_inset
12954
12955
12956 \series bold
12957
12958 \backslash
12959 makebox
12960 \series default
12961
12962 \begin_inset Index
12963 status collapsed
12964
12965 \begin_layout Plain Layout
12966 Befehle ! M ! 
12967 \backslash
12968 makebox
12969 \end_layout
12970
12971 \end_inset
12972
12973  und
12974 \begin_inset Newline linebreak
12975 \end_inset
12976
12977
12978 \series bold
12979
12980 \backslash
12981 raisebox
12982 \series default
12983
12984 \begin_inset Index
12985 status collapsed
12986
12987 \begin_layout Plain Layout
12988 Befehle ! R ! 
12989 \backslash
12990 raisebox
12991 \end_layout
12992
12993 \end_inset
12994
12995
12996 \end_layout
12997
12998 \begin_layout Standard
12999 Mit 
13000 \series bold
13001
13002 \backslash
13003 raisebox
13004 \series default
13005  kann man eine Box hoch- oder tiefstellen.
13006  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
13007 n die Schriftgröße bei.
13008  
13009 \series bold
13010
13011 \backslash
13012 raisebox
13013 \series default
13014  wird dabei mit folgendem Schema benutzt:
13015 \end_layout
13016
13017 \begin_layout Standard
13018
13019 \series bold
13020
13021 \backslash
13022 raisebox{Höhe}{Boxinhalt}
13023 \end_layout
13024
13025 \begin_layout Standard
13026 Soll in der Box eine Formel stehen, muss man wie bei 
13027 \series bold
13028
13029 \backslash
13030 fbox
13031 \series default
13032  eine weitere Formel erstellen.
13033 \end_layout
13034
13035 \begin_layout Standard
13036 \align center
13037 \begin_inset Tabular
13038 <lyxtabular version="3" rows="4" columns="2">
13039 <features>
13040 <column alignment="center" valignment="top" width="0">
13041 <column alignment="center" valignment="top" width="0">
13042 <row>
13043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13044 \begin_inset Text
13045
13046 \begin_layout Plain Layout
13047 Befehl
13048 \end_layout
13049
13050 \end_inset
13051 </cell>
13052 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13053 \begin_inset Text
13054
13055 \begin_layout Plain Layout
13056 Ergebnis
13057 \end_layout
13058
13059 \end_inset
13060 </cell>
13061 </row>
13062 <row>
13063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13064 \begin_inset Text
13065
13066 \begin_layout Plain Layout
13067 H
13068 \backslash
13069 raisebox{2mm
13070 \begin_inset Formula $\to$
13071 \end_inset
13072
13073
13074 \backslash
13075 {al
13076 \begin_inset Formula $\to$
13077 \end_inset
13078
13079  lo
13080 \end_layout
13081
13082 \end_inset
13083 </cell>
13084 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13085 \begin_inset Text
13086
13087 \begin_layout Plain Layout
13088 \begin_inset Formula $H\raisebox{2mm}{al}lo$
13089 \end_inset
13090
13091
13092 \end_layout
13093
13094 \end_inset
13095 </cell>
13096 </row>
13097 <row>
13098 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13099 \begin_inset Text
13100
13101 \begin_layout Plain Layout
13102 H
13103 \backslash
13104 raisebox{-2mm
13105 \begin_inset Formula $\to$
13106 \end_inset
13107
13108
13109 \backslash
13110 {al
13111 \begin_inset Formula $\to$
13112 \end_inset
13113
13114 lo
13115 \end_layout
13116
13117 \end_inset
13118 </cell>
13119 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13120 \begin_inset Text
13121
13122 \begin_layout Plain Layout
13123 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
13124 \end_inset
13125
13126
13127 \end_layout
13128
13129 \end_inset
13130 </cell>
13131 </row>
13132 <row>
13133 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13134 \begin_inset Text
13135
13136 \begin_layout Plain Layout
13137 A=
13138 \backslash
13139 raisebox{-2mm
13140 \begin_inset Formula $\to$
13141 \end_inset
13142
13143
13144 \backslash
13145 {
13146 \family sans
13147 Strg-m
13148 \family default
13149  
13150 \backslash
13151 sqrt
13152 \begin_inset ERT
13153 status collapsed
13154
13155 \begin_layout Plain Layout
13156
13157
13158 \backslash
13159 leer 
13160 \end_layout
13161
13162 \end_inset
13163
13164
13165 \end_layout
13166
13167 \end_inset
13168 </cell>
13169 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13170 \begin_inset Text
13171
13172 \begin_layout Plain Layout
13173 \begin_inset ERT
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177
13178 $A=
13179 \backslash
13180 raisebox{-2mm}{$
13181 \backslash
13182 sqrt{B}$}$
13183 \end_layout
13184
13185 \end_inset
13186
13187
13188 \end_layout
13189
13190 \end_inset
13191 </cell>
13192 </row>
13193 </lyxtabular>
13194
13195 \end_inset
13196
13197
13198 \end_layout
13199
13200 \begin_layout Standard
13201 Die letzte Formel kann derzeit nur im TeX-Modus erstellt werden, da LyX
13202  statt der benötigten weiteren Formel eine Box einfügt.
13203 \begin_inset Foot
13204 status collapsed
13205
13206 \begin_layout Plain Layout
13207 siehe 
13208 \begin_inset CommandInset href
13209 LatexCommand href
13210 name "LyX-Fehler #1435"
13211 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13212
13213 \end_inset
13214
13215
13216 \end_layout
13217
13218 \end_inset
13219
13220
13221 \end_layout
13222
13223 \begin_layout Standard
13224 Der Befehl 
13225 \series bold
13226
13227 \backslash
13228 mbox
13229 \series default
13230  ist äquivalent zu 
13231 \series bold
13232
13233 \backslash
13234 fbox
13235 \series default
13236  und 
13237 \series bold
13238
13239 \backslash
13240 makebox
13241 \series default
13242  ist äquivalent zu 
13243 \series bold
13244
13245 \backslash
13246 framebox
13247 \series default
13248 , nur dass es keinen Rahmen gibt.
13249 \end_layout
13250
13251 \begin_layout Subsection
13252 Farbige Boxen
13253 \begin_inset CommandInset label
13254 LatexCommand label
13255 name "sub:Farbige-Boxen"
13256
13257 \end_inset
13258
13259
13260 \begin_inset Index
13261 status collapsed
13262
13263 \begin_layout Plain Layout
13264 Boxen ! farbige
13265 \end_layout
13266
13267 \end_inset
13268
13269
13270 \end_layout
13271
13272 \begin_layout Standard
13273 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
13274  im LaTeX-Vorspann das LaTeX-Paket 
13275 \series bold
13276 color
13277 \series default
13278
13279 \begin_inset Foot
13280 status collapsed
13281
13282 \begin_layout Plain Layout
13283 Das Paket 
13284 \series bold
13285 color
13286 \series default
13287  ist Teil jeder LaTeX-Standardinstallation.
13288 \end_layout
13289
13290 \end_inset
13291
13292
13293 \begin_inset Index
13294 status collapsed
13295
13296 \begin_layout Plain Layout
13297 Pakete ! color
13298 \end_layout
13299
13300 \end_inset
13301
13302  mit der Zeile
13303 \end_layout
13304
13305 \begin_layout Standard
13306
13307 \series bold
13308
13309 \backslash
13310 usepackage{color}
13311 \end_layout
13312
13313 \begin_layout Standard
13314 geladen werden
13315 \begin_inset Foot
13316 status collapsed
13317
13318 \begin_layout Plain Layout
13319 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
13320  LyX das LaTeX-Paket 
13321 \series bold
13322 color
13323 \series default
13324  automatisch.
13325  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
13326  keine Probleme hervorruft.
13327 \end_layout
13328
13329 \end_inset
13330
13331
13332 \begin_inset Note Note
13333 status collapsed
13334
13335 \begin_layout Plain Layout
13336 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
13337  ein Makro eingefügt.
13338 \end_layout
13339
13340 \end_inset
13341
13342 .
13343 \end_layout
13344
13345 \begin_layout Standard
13346 \begin_inset VSpace medskip
13347 \end_inset
13348
13349 Um Boxen einzufärben, verwendet man den Befehl 
13350 \series bold
13351
13352 \backslash
13353 colorbox
13354 \series default
13355
13356 \begin_inset Index
13357 status collapsed
13358
13359 \begin_layout Plain Layout
13360 Befehle ! C ! 
13361 \backslash
13362 colorbox
13363 \end_layout
13364
13365 \end_inset
13366
13367  nach folgendem Schema:
13368 \end_layout
13369
13370 \begin_layout Standard
13371
13372 \series bold
13373
13374 \backslash
13375 colorbox{Farbe}{Boxinhalt}
13376 \end_layout
13377
13378 \begin_layout Standard
13379 Der Boxinhalt kann auch wieder eine Box sein und eine 
13380 \series bold
13381
13382 \backslash
13383 colorbox
13384 \series default
13385  kann auch ein Teil einer anderen Box sein (siehe 2.
13386  und 3.
13387  Beispiel).
13388  Soll in der Box eine Formel stehen, muss wie bei 
13389 \series bold
13390
13391 \backslash
13392 fbox
13393 \series default
13394  eine weitere Formel erstellt werden.
13395 \begin_inset Foot
13396 status collapsed
13397
13398 \begin_layout Plain Layout
13399 Das gilt auch für den Befehl 
13400 \series bold
13401
13402 \backslash
13403 fcolorbox
13404 \series default
13405 .
13406  Dabei ist 
13407 \begin_inset CommandInset href
13408 LatexCommand href
13409 name "LyX-Fehler #1435"
13410 target "http://bugzilla.lyx.org/show_bug.cgi?id=1435"
13411
13412 \end_inset
13413
13414  zu beachten.
13415 \end_layout
13416
13417 \end_inset
13418
13419
13420 \end_layout
13421
13422 \begin_layout Standard
13423 Aus folgenden vordefinierten Farben kann gewählt werden:
13424 \end_layout
13425
13426 \begin_layout Standard
13427
13428 \series bold
13429 black
13430 \series default
13431
13432 \series bold
13433 blue
13434 \series default
13435
13436 \series bold
13437 cyan
13438 \series default
13439
13440 \series bold
13441 green
13442 \series default
13443
13444 \series bold
13445 magenta
13446 \series default
13447
13448 \series bold
13449 red
13450 \series default
13451
13452 \series bold
13453 white
13454 \series default
13455  und 
13456 \series bold
13457 yellow
13458 \end_layout
13459
13460 \begin_layout Standard
13461 \align center
13462 \begin_inset Tabular
13463 <lyxtabular version="3" rows="4" columns="2">
13464 <features>
13465 <column alignment="center" valignment="top" width="0">
13466 <column alignment="center" valignment="top" width="0">
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 Befehl
13473 \end_layout
13474
13475 \end_inset
13476 </cell>
13477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13478 \begin_inset Text
13479
13480 \begin_layout Plain Layout
13481 Ergebnis
13482 \begin_inset Note Note
13483 status collapsed
13484
13485 \begin_layout Plain Layout
13486
13487 \series bold
13488
13489 \backslash
13490 raisebox
13491 \series default
13492  dient nur als Abstandhalter.
13493 \end_layout
13494
13495 \end_inset
13496
13497
13498 \end_layout
13499
13500 \end_inset
13501 </cell>
13502 </row>
13503 <row>
13504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13505 \begin_inset Text
13506
13507 \begin_layout Plain Layout
13508
13509 \backslash
13510 colorbox{yellow
13511 \begin_inset Formula $\to$
13512 \end_inset
13513
13514
13515 \backslash
13516 {A=B
13517 \end_layout
13518
13519 \end_inset
13520 </cell>
13521 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13522 \begin_inset Text
13523
13524 \begin_layout Plain Layout
13525 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
13526 \end_inset
13527
13528
13529 \end_layout
13530
13531 \end_inset
13532 </cell>
13533 </row>
13534 <row>
13535 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
13536 \begin_inset Text
13537
13538 \begin_layout Plain Layout
13539
13540 \backslash
13541 colorbox{green
13542 \begin_inset Formula $\to$
13543 \end_inset
13544
13545
13546 \backslash
13547 {
13548 \backslash
13549 fbox
13550 \begin_inset ERT
13551 status collapsed
13552
13553 \begin_layout Plain Layout
13554
13555
13556 \backslash
13557 leer 
13558 \end_layout
13559
13560 \end_inset
13561
13562 A=B
13563 \end_layout
13564
13565 \end_inset
13566 </cell>
13567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13568 \begin_inset Text
13569
13570 \begin_layout Plain Layout
13571 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13572 \end_inset
13573
13574
13575 \end_layout
13576
13577 \end_inset
13578 </cell>
13579 </row>
13580 <row>
13581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13582 \begin_inset Text
13583
13584 \begin_layout Plain Layout
13585
13586 \backslash
13587 fbox
13588 \begin_inset ERT
13589 status collapsed
13590
13591 \begin_layout Plain Layout
13592
13593
13594 \backslash
13595 leer 
13596 \end_layout
13597
13598 \end_inset
13599
13600
13601 \backslash
13602 colorbox{green
13603 \begin_inset Formula $\to$
13604 \end_inset
13605
13606
13607 \backslash
13608 {A=B
13609 \end_layout
13610
13611 \end_inset
13612 </cell>
13613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13614 \begin_inset Text
13615
13616 \begin_layout Plain Layout
13617 \begin_inset Formula $\raisebox{6mm}{}\fbox{\colorbox{green}{A=B}}\raisebox{-3mm}{}$
13618 \end_inset
13619
13620
13621 \end_layout
13622
13623 \end_inset
13624 </cell>
13625 </row>
13626 </lyxtabular>
13627
13628 \end_inset
13629
13630
13631 \end_layout
13632
13633 \begin_layout Standard
13634
13635 \series bold
13636
13637 \backslash
13638 colorbox
13639 \series default
13640  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13641  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13642  
13643 \family sans
13644 Textstil
13645 \family default
13646  die gewünschte Farbe aus.
13647  Der Dialog kann mit dem Werkzeugleistenknopf 
13648 \begin_inset Graphics
13649         filename ../../images/dialog-show_character.png
13650         scale 85
13651
13652 \end_inset
13653
13654  oder dem Menü 
13655 \family sans
13656 Bearbeiten\SpecialChar \menuseparator
13657 Textstil\SpecialChar \menuseparator
13658 Benutzerdefiniert
13659 \family default
13660  aufgerufen werden.
13661  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13662  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13663  innerhalb der Formel die Farbe geändert werden.
13664 \end_layout
13665
13666 \begin_layout Standard
13667 Ein Beispiel:
13668 \end_layout
13669
13670 \begin_layout Standard
13671
13672 \color red
13673 \begin_inset Formula \begin{equation}
13674 \int A=B\label{eq:rot}\end{equation}
13675
13676 \end_inset
13677
13678
13679 \color green
13680
13681 \begin_inset Formula \begin{equation}
13682 \textcolor{red}{\int A=B}\label{eq:rotgruen}\end{equation}
13683
13684 \end_inset
13685
13686
13687 \end_layout
13688
13689 \begin_layout Standard
13690 Formel 
13691 \begin_inset CommandInset ref
13692 LatexCommand eqref
13693 reference "eq:rot"
13694
13695 \end_inset
13696
13697  ist komplett rot gefärbt.
13698 \begin_inset Newline newline
13699 \end_inset
13700
13701 Formel 
13702 \begin_inset CommandInset ref
13703 LatexCommand eqref
13704 reference "eq:rotgruen"
13705
13706 \end_inset
13707
13708  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13709  Anschließend wurden die Formelzeichen rot gefärbt.
13710 \end_layout
13711
13712 \begin_layout Standard
13713 \begin_inset VSpace bigskip
13714 \end_inset
13715
13716 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13717  den Befehl 
13718 \series bold
13719
13720 \backslash
13721 fcolorbox
13722 \series default
13723
13724 \begin_inset Index
13725 status collapsed
13726
13727 \begin_layout Plain Layout
13728 Befehle ! F ! 
13729 \backslash
13730 fcolorbox
13731 \end_layout
13732
13733 \end_inset
13734
13735  nach folgendem Schema:
13736 \end_layout
13737
13738 \begin_layout Standard
13739
13740 \series bold
13741
13742 \backslash
13743 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13744 \end_layout
13745
13746 \begin_layout Standard
13747
13748 \series bold
13749
13750 \backslash
13751 fcolorbox
13752 \series default
13753  stellt also eine Erweiterung des Befehls 
13754 \series bold
13755
13756 \backslash
13757 colorbox
13758 \series default
13759  dar.
13760  Die Rahmenbreite wird, wie bei 
13761 \series bold
13762
13763 \backslash
13764 framebox
13765 \series default
13766 , mit 
13767 \series bold
13768
13769 \backslash
13770 fboxrule
13771 \series default
13772  und 
13773 \series bold
13774
13775 \backslash
13776 fboxsep
13777 \series default
13778  festgelegt.
13779  Ein Beispiel:
13780 \begin_inset ERT
13781 status collapsed
13782
13783 \begin_layout Plain Layout
13784
13785
13786 \backslash
13787 fboxrule 1mm 
13788 \backslash
13789 fboxsep 1mm
13790 \end_layout
13791
13792 \end_inset
13793
13794
13795 \begin_inset Formula \[
13796 \fcolorbox{cyan}{magenta}{A=B}\]
13797
13798 \end_inset
13799
13800
13801 \begin_inset ERT
13802 status collapsed
13803
13804 \begin_layout Plain Layout
13805
13806
13807 \backslash
13808 fboxrule 0.4pt 
13809 \backslash
13810 fboxsep 3pt
13811 \end_layout
13812
13813 \end_inset
13814
13815
13816 \end_layout
13817
13818 \begin_layout Standard
13819 Diese Formel wurde mit folgendem Befehl erstellt:
13820 \begin_inset Newline newline
13821 \end_inset
13822
13823
13824 \series bold
13825
13826 \backslash
13827 fcolorbox{cyan
13828 \begin_inset Formula $\to$
13829 \end_inset
13830
13831
13832 \backslash
13833 {magenta
13834 \begin_inset Formula $\to$
13835 \end_inset
13836
13837
13838 \backslash
13839 {A=B
13840 \end_layout
13841
13842 \begin_layout Standard
13843 \begin_inset VSpace bigskip
13844 \end_inset
13845
13846 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13847  selbst definieren.
13848 \end_layout
13849
13850 \begin_layout Standard
13851 Man kann z.
13852 \begin_inset space \thinspace{}
13853 \end_inset
13854
13855 B.
13856  mit folgender LaTeX-Vorspannzeile die Farbe 
13857 \begin_inset Quotes gld
13858 \end_inset
13859
13860
13861 \series bold
13862 dunkelgruen
13863 \series default
13864
13865 \begin_inset Quotes grd
13866 \end_inset
13867
13868
13869 \begin_inset Foot
13870 status collapsed
13871
13872 \begin_layout Plain Layout
13873 In Befehlen darf kein Umlaut stehen, siehe 
13874 \begin_inset CommandInset ref
13875 LatexCommand ref
13876 reference "sec:Benutzerdefinierte-Befehle"
13877
13878 \end_inset
13879
13880 .
13881 \end_layout
13882
13883 \end_inset
13884
13885  definieren:
13886 \end_layout
13887
13888 \begin_layout Standard
13889
13890 \series bold
13891
13892 \backslash
13893 definecolor{dunkelgruen}{cmyk}{0.5,
13894 \series default
13895  
13896 \series bold
13897 0,
13898 \series default
13899  
13900 \series bold
13901 1,
13902 \series default
13903  
13904 \series bold
13905 0.5}
13906 \series default
13907
13908 \begin_inset Index
13909 status collapsed
13910
13911 \begin_layout Plain Layout
13912 Befehle ! D ! 
13913 \backslash
13914 definecolor
13915 \end_layout
13916
13917 \end_inset
13918
13919
13920 \end_layout
13921
13922 \begin_layout Standard
13923
13924 \series bold
13925 cmyk
13926 \series default
13927  ist der Farbraum und steht für die Farben 
13928 \series bold
13929 cyan
13930 \series default
13931
13932 \series bold
13933 magenta
13934 \series default
13935
13936 \series bold
13937 yellow
13938 \series default
13939  und 
13940 \series bold
13941 black
13942 \series default
13943 .
13944  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13945  Für den Anteil kann man Werte im Bereich 0
13946 \begin_inset space \thinspace{}
13947 \end_inset
13948
13949 -
13950 \begin_inset space \thinspace{}
13951 \end_inset
13952
13953 1 angeben.
13954  Anstelle von 
13955 \series bold
13956 cmyk
13957 \series default
13958  kann man zur Definition auch den Farbraum 
13959 \series bold
13960 rgb
13961 \series default
13962  verwenden.
13963  
13964 \series bold
13965 rgb
13966 \series default
13967  steht für 
13968 \series bold
13969 red
13970 \series default
13971
13972 \series bold
13973 green
13974 \series default
13975  und 
13976 \series bold
13977 blue
13978 \series default
13979 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13980  Des Weiteren gibt es noch den Farbraum 
13981 \series bold
13982 gray
13983 \series default
13984 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13985 \end_layout
13986
13987 \begin_layout Standard
13988 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13989 \series bold
13990 darkgreen
13991 \series default
13992 , bei der die Zeichenfarbe 
13993 \series bold
13994 yellow
13995 \series default
13996  gewählt wurde:
13997 \begin_inset Formula \begin{equation}
13998 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}\end{equation}
13999
14000 \end_inset
14001
14002
14003 \end_layout
14004
14005 \begin_layout Standard
14006 Selbst definierte Farben können mit dem Befehl 
14007 \series bold
14008
14009 \backslash
14010 textcolor
14011 \series default
14012  auch für Text
14013 \begin_inset Index
14014 status collapsed
14015
14016 \begin_layout Plain Layout
14017 Text ! farbiger
14018 \end_layout
14019
14020 \end_inset
14021
14022  verwendet werden:
14023 \end_layout
14024
14025 \begin_layout Standard
14026 \begin_inset ERT
14027 status collapsed
14028
14029 \begin_layout Plain Layout
14030
14031
14032 \backslash
14033 textcolor{dunkelgruen}{
14034 \end_layout
14035
14036 \end_inset
14037
14038 Dieser Satz ist 
14039 \begin_inset Quotes gld
14040 \end_inset
14041
14042 dunkelgruen
14043 \begin_inset Quotes grd
14044 \end_inset
14045
14046 .
14047 \begin_inset ERT
14048 status collapsed
14049
14050 \begin_layout Plain Layout
14051
14052 }
14053 \end_layout
14054
14055 \end_inset
14056
14057
14058 \end_layout
14059
14060 \begin_layout Standard
14061
14062 \series bold
14063
14064 \backslash
14065 textcolor
14066 \series default
14067
14068 \begin_inset Index
14069 status collapsed
14070
14071 \begin_layout Plain Layout
14072 Befehle ! T ! 
14073 \backslash
14074 textcolor
14075 \end_layout
14076
14077 \end_inset
14078
14079  wird nach dem Schema 
14080 \series bold
14081
14082 \backslash
14083 textcolor{Farbe}{zu
14084 \series default
14085  
14086 \series bold
14087 färbende
14088 \series default
14089  
14090 \series bold
14091 Zeichen}
14092 \series default
14093  verwendet.
14094 \end_layout
14095
14096 \begin_layout Subsection
14097 Absatzboxen
14098 \begin_inset CommandInset label
14099 LatexCommand label
14100 name "sub:Absatzboxen"
14101
14102 \end_inset
14103
14104
14105 \begin_inset Index
14106 status collapsed
14107
14108 \begin_layout Plain Layout
14109 Boxen ! Absatz-
14110 \end_layout
14111
14112 \end_inset
14113
14114
14115 \end_layout
14116
14117 \begin_layout Standard
14118 Mit dem Menü 
14119 \family sans
14120 Einfügen\SpecialChar \menuseparator
14121 Box
14122 \family default
14123  oder dem Werkzeugleistenknopf 
14124 \begin_inset Graphics
14125         filename ../../images/box-insert.png
14126         scale 85
14127
14128 \end_inset
14129
14130  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
14131  eine so genannte 
14132 \emph on
14133 Parbox
14134 \emph default
14135  (Absatzbox).
14136 \end_layout
14137
14138 \begin_layout Standard
14139 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
14140 \end_layout
14141
14142 \begin_layout Standard
14143 \begin_inset VSpace medskip
14144 \end_inset
14145
14146 Dies ist eine Zeile 
14147 \begin_inset Box Boxed
14148 position "c"
14149 hor_pos "c"
14150 has_inner_box 1
14151 inner_pos "t"
14152 use_parbox 1
14153 width "5cm"
14154 special "none"
14155 height "1in"
14156 height_special "totalheight"
14157 status open
14158
14159 \begin_layout Plain Layout
14160 Dies ist die Absatzbox.
14161  Sie ist genau 5
14162 \begin_inset space \thinspace{}
14163 \end_inset
14164
14165 cm lang und kann auch Formeln enthalten: 
14166 \begin_inset Formula $\int A\,\mathrm{d}s=C$
14167 \end_inset
14168
14169
14170 \end_layout
14171
14172 \end_inset
14173
14174  mit einer Absatzbox.
14175 \begin_inset VSpace medskip
14176 \end_inset
14177
14178
14179 \end_layout
14180
14181 \begin_layout Standard
14182 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
14183  graue Box mit dem Namen 
14184 \begin_inset Quotes gld
14185 \end_inset
14186
14187 Box(Gerahmt)
14188 \begin_inset Quotes grd
14189 \end_inset
14190
14191  klickt.
14192  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
14193  In diesem Fall: 
14194 \emph on
14195 Verzierung
14196 \emph default
14197 : Rechteckige Box, 
14198 \emph on
14199 Innere Box
14200 \emph default
14201 : Parbox, 
14202 \emph on
14203 Breite
14204 \emph default
14205 : 5
14206 \begin_inset space \thinspace{}
14207 \end_inset
14208
14209 cm, 
14210 \emph on
14211 Vertikale Box Ausrichtung
14212 \emph default
14213 : Mitte
14214 \end_layout
14215
14216 \begin_layout Standard
14217 \begin_inset VSpace medskip
14218 \end_inset
14219
14220 In LaTeX wird eine Absatzbox mit dem Befehl 
14221 \series bold
14222
14223 \backslash
14224 parbox
14225 \series default
14226
14227 \begin_inset Index
14228 status collapsed
14229
14230 \begin_layout Plain Layout
14231 Befehle ! P ! 
14232 \backslash
14233 parbox
14234 \end_layout
14235
14236 \end_inset
14237
14238  erstellt, welcher folgendes Schema besitzt:
14239 \end_layout
14240
14241 \begin_layout Standard
14242
14243 \series bold
14244
14245 \backslash
14246 parbox[Position]{Breite}{Boxinhalt}
14247 \end_layout
14248
14249 \begin_layout Standard
14250 Die Positionen 
14251 \emph on
14252 b
14253 \emph default
14254  und 
14255 \emph on
14256 t
14257 \emph default
14258  sind möglich.
14259  
14260 \emph on
14261 b
14262 \emph default
14263  steht für bottom und bedeutet, dass die letzte Absatzzeile in den umstehenden
14264  Text eingepasst wird.
14265  Bei 
14266 \emph on
14267 t
14268 \emph default
14269  wie top geschieht dies für die erste Zeile.
14270  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
14271  siehe das Kapitel 
14272 \emph on
14273 Boxen
14274 \emph default
14275  des Handbuchs
14276 \emph on
14277  Eingebettete
14278 \begin_inset space ~
14279 \end_inset
14280
14281 Objekte
14282 \emph default
14283  für Beispiele.
14284 \end_layout
14285
14286 \begin_layout Standard
14287 \begin_inset VSpace bigskip
14288 \end_inset
14289
14290 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
14291  in eine Absatzbox setzen.
14292  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
14293 \series bold
14294
14295 \backslash
14296 fbox{
14297 \backslash
14298 parbox{
14299 \backslash
14300 linewidth-2
14301 \backslash
14302 fboxsep-2
14303 \backslash
14304 fboxrule}{
14305 \series default
14306 .
14307  Hierbei steht 
14308 \series bold
14309
14310 \backslash
14311 linewidth
14312 \begin_inset Index
14313 status collapsed
14314
14315 \begin_layout Plain Layout
14316 Befehle ! L ! 
14317 \backslash
14318 linewidth
14319 \end_layout
14320
14321 \end_inset
14322
14323
14324 \series default
14325  für die im Dokument eingestellte Zeilenbreite.
14326  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
14327 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
14328  Da dies LyX aufgrund eines Fehlers
14329 \begin_inset Foot
14330 status collapsed
14331
14332 \begin_layout Plain Layout
14333 \begin_inset CommandInset href
14334 LatexCommand href
14335 name "LyX-Fehler #4483"
14336 target "http://bugzilla.lyx.org/show_bug.cgi?id=4483"
14337
14338 \end_inset
14339
14340
14341 \end_layout
14342
14343 \end_inset
14344
14345  nicht automatisch macht, muss der TeX-Modus verwendet werden.
14346  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
14347 spann das LaTeX-Paket 
14348 \series bold
14349 calc
14350 \series default
14351
14352 \begin_inset Foot
14353 status collapsed
14354
14355 \begin_layout Plain Layout
14356
14357 \series bold
14358 calc
14359 \series default
14360  ist Teil jeder LaTeX-Standardinstallation.
14361 \end_layout
14362
14363 \end_inset
14364
14365
14366 \begin_inset Index
14367 status collapsed
14368
14369 \begin_layout Plain Layout
14370 Pakete ! calc
14371 \end_layout
14372
14373 \end_inset
14374
14375  mit der Zeile
14376 \end_layout
14377
14378 \begin_layout Standard
14379
14380 \series bold
14381
14382 \backslash
14383 usepackage{calc}
14384 \end_layout
14385
14386 \begin_layout Standard
14387 geladen werden.
14388  Nach der Formel werden beide Boxen geschlossen, indem man 
14389 \series bold
14390 }}
14391 \series default
14392  im TeX-Modus eingibt.
14393  Dazu ein Beispiel:
14394 \begin_inset ERT
14395 status collapsed
14396
14397 \begin_layout Plain Layout
14398
14399
14400 \backslash
14401 fboxsep 5mm 
14402 \backslash
14403 fboxrule 5mm
14404 \end_layout
14405
14406 \end_inset
14407
14408
14409 \end_layout
14410
14411 \begin_layout Standard
14412 \begin_inset ERT
14413 status collapsed
14414
14415 \begin_layout Plain Layout
14416
14417
14418 \backslash
14419 fbox{
14420 \backslash
14421 parbox{
14422 \backslash
14423 linewidth-2
14424 \backslash
14425 fboxsep-2
14426 \backslash
14427 fboxrule}{
14428 \end_layout
14429
14430 \end_inset
14431
14432
14433 \begin_inset Formula \begin{equation}
14434 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}\end{equation}
14435
14436 \end_inset
14437
14438
14439 \begin_inset ERT
14440 status collapsed
14441
14442 \begin_layout Plain Layout
14443
14444 }}
14445 \end_layout
14446
14447 \end_inset
14448
14449
14450 \begin_inset ERT
14451 status collapsed
14452
14453 \begin_layout Plain Layout
14454
14455
14456 \backslash
14457 fboxrule 0.4pt 
14458 \backslash
14459 fboxsep 3pt
14460 \end_layout
14461
14462 \end_inset
14463
14464
14465 \end_layout
14466
14467 \begin_layout Standard
14468 \begin_inset VSpace medskip
14469 \end_inset
14470
14471 Da im Argument von 
14472 \series bold
14473
14474 \backslash
14475 fbox
14476 \series default
14477  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
14478  keinen Unterschied zwischen 
14479 \series bold
14480
14481 \backslash
14482 fbox
14483 \series default
14484  und 
14485 \series bold
14486
14487 \backslash
14488 boxed
14489 \series default
14490 .
14491 \end_layout
14492
14493 \begin_layout Standard
14494 \begin_inset VSpace bigskip
14495 \end_inset
14496
14497 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
14498  Dazu verwendet man 
14499 \series bold
14500
14501 \backslash
14502 parbox
14503 \series default
14504  in Verbindung mit dem Befehl 
14505 \series bold
14506
14507 \backslash
14508 tag
14509 \series default
14510 .
14511  (mehr zu 
14512 \series bold
14513
14514 \backslash
14515 tag
14516 \series default
14517  siehe 
14518 \begin_inset CommandInset ref
14519 LatexCommand ref
14520 reference "sub:Benutzerdefinierte-Nummerierung"
14521
14522 \end_inset
14523
14524 )
14525 \end_layout
14526
14527 \begin_layout Standard
14528 Ein Beispiel einer mit Hilfe von 
14529 \series bold
14530
14531 \backslash
14532 parbox
14533 \series default
14534  kommentierten Formel:
14535 \end_layout
14536
14537 \begin_layout Standard
14538 \begin_inset ERT
14539 status collapsed
14540
14541 \begin_layout Plain Layout
14542
14543
14544 \backslash
14545 [5x-7b=3b
14546 \backslash
14547 tag*{
14548 \backslash
14549 parbox{5cm}{
14550 \end_layout
14551
14552 \end_inset
14553
14554 Dies ist eine Beschreibung.
14555  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14556 \begin_inset ERT
14557 status collapsed
14558
14559 \begin_layout Plain Layout
14560
14561 }}
14562 \backslash
14563 ]
14564 \end_layout
14565
14566 \end_inset
14567
14568
14569 \end_layout
14570
14571 \begin_layout Standard
14572 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14573  Befehl 
14574 \series bold
14575
14576 \backslash
14577 parbox
14578 \series default
14579  in Formeln noch nicht unterstützt.
14580  Die Formel wird mit folgender Befehlssequenz erstellt:
14581 \end_layout
14582
14583 \begin_layout Standard
14584 Der Befehl 
14585 \series bold
14586
14587 \backslash
14588 [5x-7b=3b
14589 \backslash
14590 tag*
14591 \backslash
14592 {
14593 \backslash
14594 parbox{5cm}{
14595 \series default
14596  wird im TeX-Modus eingegeben.
14597 \begin_inset Foot
14598 status collapsed
14599
14600 \begin_layout Plain Layout
14601 Ist der Formelstil 
14602 \series bold
14603 Eingerückt
14604 \series default
14605  aktiviert, kann 
14606 \series bold
14607
14608 \backslash
14609 tag*
14610 \backslash
14611 {
14612 \series default
14613  auch durch 
14614 \series bold
14615
14616 \backslash
14617 hfill
14618 \series default
14619  ersetzt werden.
14620  (Formelstile siehe 
14621 \begin_inset CommandInset ref
14622 LatexCommand ref
14623 reference "sec:Formelstile"
14624
14625 \end_inset
14626
14627 )
14628 \end_layout
14629
14630 \end_inset
14631
14632  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14633 \series bold
14634 }}
14635 \backslash
14636 ]
14637 \series default
14638  im TeX-Modus ein.
14639  Die Befehle 
14640 \series bold
14641
14642 \backslash
14643 [
14644 \series default
14645  und 
14646 \series bold
14647
14648 \backslash
14649 ]
14650 \series default
14651  erstellen hierbei eine abgesetzte Formel.
14652 \end_layout
14653
14654 \begin_layout Standard
14655 Die Vorteile von 
14656 \series bold
14657
14658 \backslash
14659 parbox
14660 \series default
14661  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14662  Textmodus 
14663 \begin_inset Quotes gld
14664 \end_inset
14665
14666 kommentiert
14667 \begin_inset Quotes grd
14668 \end_inset
14669
14670  wurde:
14671 \begin_inset Formula \[
14672 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}\]
14673
14674 \end_inset
14675
14676
14677 \end_layout
14678
14679 \begin_layout Section
14680 Operatoren
14681 \begin_inset Index
14682 status collapsed
14683
14684 \begin_layout Plain Layout
14685 Operatoren
14686 \end_layout
14687
14688 \end_inset
14689
14690
14691 \end_layout
14692
14693 \begin_layout Subsection
14694 Große Operatoren
14695 \begin_inset CommandInset label
14696 LatexCommand label
14697 name "sub:Große-Operatoren"
14698
14699 \end_inset
14700
14701
14702 \begin_inset Index
14703 status collapsed
14704
14705 \begin_layout Plain Layout
14706 Operatoren ! große
14707 \end_layout
14708
14709 \end_inset
14710
14711
14712 \begin_inset Index
14713 status collapsed
14714
14715 \begin_layout Plain Layout
14716 Summen
14717 \end_layout
14718
14719 \end_inset
14720
14721
14722 \begin_inset Index
14723 status collapsed
14724
14725 \begin_layout Plain Layout
14726 Integrale
14727 \end_layout
14728
14729 \end_inset
14730
14731
14732 \end_layout
14733
14734 \begin_layout Standard
14735 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14736  sind, muss die Option 
14737 \family sans
14738 esint-Paket automatisch verwenden
14739 \family default
14740  in den Dokumenteinstellungen unter 
14741 \family sans
14742 Mathe-Optionen
14743 \family default
14744  gewählt sein.
14745 \end_layout
14746
14747 \begin_layout Standard
14748 \begin_inset space \hfill{}
14749 \end_inset
14750
14751
14752 \begin_inset Tabular
14753 <lyxtabular version="3" rows="11" columns="2">
14754 <features>
14755 <column alignment="center" valignment="top" width="0pt">
14756 <column alignment="center" valignment="top" width="0pt">
14757 <row>
14758 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14759 \begin_inset Text
14760
14761 \begin_layout Plain Layout
14762 Befehl
14763 \end_layout
14764
14765 \end_inset
14766 </cell>
14767 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14768 \begin_inset Text
14769
14770 \begin_layout Plain Layout
14771 Ergebnis
14772 \end_layout
14773
14774 \end_inset
14775 </cell>
14776 </row>
14777 <row>
14778 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14779 \begin_inset Text
14780
14781 \begin_layout Plain Layout
14782
14783 \backslash
14784 sum
14785 \begin_inset Index
14786 status collapsed
14787
14788 \begin_layout Plain Layout
14789 Befehle ! S ! 
14790 \backslash
14791 sum
14792 \end_layout
14793
14794 \end_inset
14795
14796
14797 \end_layout
14798
14799 \end_inset
14800 </cell>
14801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14802 \begin_inset Text
14803
14804 \begin_layout Plain Layout
14805 \begin_inset Formula $\sum$
14806 \end_inset
14807
14808
14809 \end_layout
14810
14811 \end_inset
14812 </cell>
14813 </row>
14814 <row>
14815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14816 \begin_inset Text
14817
14818 \begin_layout Plain Layout
14819
14820 \backslash
14821 int
14822 \begin_inset Index
14823 status collapsed
14824
14825 \begin_layout Plain Layout
14826 Befehle ! I ! 
14827 \backslash
14828 int
14829 \end_layout
14830
14831 \end_inset
14832
14833
14834 \end_layout
14835
14836 \end_inset
14837 </cell>
14838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14839 \begin_inset Text
14840
14841 \begin_layout Plain Layout
14842 \begin_inset Formula $\int$
14843 \end_inset
14844
14845
14846 \end_layout
14847
14848 \end_inset
14849 </cell>
14850 </row>
14851 <row>
14852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14853 \begin_inset Text
14854
14855 \begin_layout Plain Layout
14856
14857 \backslash
14858 intop
14859 \end_layout
14860
14861 \end_inset
14862 </cell>
14863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14864 \begin_inset Text
14865
14866 \begin_layout Plain Layout
14867 \begin_inset Formula $\intop$
14868 \end_inset
14869
14870
14871 \end_layout
14872
14873 \end_inset
14874 </cell>
14875 </row>
14876 <row>
14877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14878 \begin_inset Text
14879
14880 \begin_layout Plain Layout
14881
14882 \backslash
14883 oint
14884 \end_layout
14885
14886 \end_inset
14887 </cell>
14888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14889 \begin_inset Text
14890
14891 \begin_layout Plain Layout
14892 \begin_inset Formula $\oint$
14893 \end_inset
14894
14895
14896 \end_layout
14897
14898 \end_inset
14899 </cell>
14900 </row>
14901 <row>
14902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14903 \begin_inset Text
14904
14905 \begin_layout Plain Layout
14906
14907 \backslash
14908 ointop
14909 \end_layout
14910
14911 \end_inset
14912 </cell>
14913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14914 \begin_inset Text
14915
14916 \begin_layout Plain Layout
14917 \begin_inset Formula $\ointop$
14918 \end_inset
14919
14920
14921 \end_layout
14922
14923 \end_inset
14924 </cell>
14925 </row>
14926 <row>
14927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14928 \begin_inset Text
14929
14930 \begin_layout Plain Layout
14931
14932 \backslash
14933 ointctrclockwise
14934 \end_layout
14935
14936 \end_inset
14937 </cell>
14938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14939 \begin_inset Text
14940
14941 \begin_layout Plain Layout
14942 \begin_inset Formula $\ointctrclockwise$
14943 \end_inset
14944
14945
14946 \end_layout
14947
14948 \end_inset
14949 </cell>
14950 </row>
14951 <row>
14952 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14953 \begin_inset Text
14954
14955 \begin_layout Plain Layout
14956
14957 \backslash
14958 ointclockwise
14959 \end_layout
14960
14961 \end_inset
14962 </cell>
14963 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14964 \begin_inset Text
14965
14966 \begin_layout Plain Layout
14967 \begin_inset Formula $\ointclockwise$
14968 \end_inset
14969
14970
14971 \end_layout
14972
14973 \end_inset
14974 </cell>
14975 </row>
14976 <row>
14977 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14978 \begin_inset Text
14979
14980 \begin_layout Plain Layout
14981
14982 \backslash
14983 sqint
14984 \end_layout
14985
14986 \end_inset
14987 </cell>
14988 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14989 \begin_inset Text
14990
14991 \begin_layout Plain Layout
14992 \begin_inset Formula $\sqint$
14993 \end_inset
14994
14995
14996 \end_layout
14997
14998 \end_inset
14999 </cell>
15000 </row>
15001 <row>
15002 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15003 \begin_inset Text
15004
15005 \begin_layout Plain Layout
15006
15007 \backslash
15008 bigcap
15009 \end_layout
15010
15011 \end_inset
15012 </cell>
15013 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15014 \begin_inset Text
15015
15016 \begin_layout Plain Layout
15017 \begin_inset Formula $\bigcap$
15018 \end_inset
15019
15020
15021 \end_layout
15022
15023 \end_inset
15024 </cell>
15025 </row>
15026 <row>
15027 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15028 \begin_inset Text
15029
15030 \begin_layout Plain Layout
15031
15032 \backslash
15033 bigcup
15034 \end_layout
15035
15036 \end_inset
15037 </cell>
15038 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15039 \begin_inset Text
15040
15041 \begin_layout Plain Layout
15042 \begin_inset Formula $\bigcup$
15043 \end_inset
15044
15045
15046 \end_layout
15047
15048 \end_inset
15049 </cell>
15050 </row>
15051 </lyxtabular>
15052
15053 \end_inset
15054
15055
15056 \begin_inset space \hfill{}
15057 \end_inset
15058
15059
15060 \begin_inset Tabular
15061 <lyxtabular version="3" rows="10" columns="2">
15062 <features>
15063 <column alignment="center" valignment="top" width="0pt">
15064 <column alignment="center" valignment="top" width="0pt">
15065 <row>
15066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15067 \begin_inset Text
15068
15069 \begin_layout Plain Layout
15070 Befehl
15071 \end_layout
15072
15073 \end_inset
15074 </cell>
15075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15076 \begin_inset Text
15077
15078 \begin_layout Plain Layout
15079 Ergebnis
15080 \end_layout
15081
15082 \end_inset
15083 </cell>
15084 </row>
15085 <row>
15086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15087 \begin_inset Text
15088
15089 \begin_layout Plain Layout
15090
15091 \backslash
15092 prod
15093 \begin_inset Index
15094 status collapsed
15095
15096 \begin_layout Plain Layout
15097 Befehle ! P ! 
15098 \backslash
15099 prod
15100 \end_layout
15101
15102 \end_inset
15103
15104
15105 \end_layout
15106
15107 \end_inset
15108 </cell>
15109 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15110 \begin_inset Text
15111
15112 \begin_layout Plain Layout
15113 \begin_inset Formula $\prod$
15114 \end_inset
15115
15116
15117 \end_layout
15118
15119 \end_inset
15120 </cell>
15121 </row>
15122 <row>
15123 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15124 \begin_inset Text
15125
15126 \begin_layout Plain Layout
15127
15128 \backslash
15129 coprod
15130 \end_layout
15131
15132 \end_inset
15133 </cell>
15134 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15135 \begin_inset Text
15136
15137 \begin_layout Plain Layout
15138 \begin_inset Formula $\coprod$
15139 \end_inset
15140
15141
15142 \end_layout
15143
15144 \end_inset
15145 </cell>
15146 </row>
15147 <row>
15148 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15149 \begin_inset Text
15150
15151 \begin_layout Plain Layout
15152
15153 \backslash
15154 bigodot
15155 \end_layout
15156
15157 \end_inset
15158 </cell>
15159 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15160 \begin_inset Text
15161
15162 \begin_layout Plain Layout
15163 \begin_inset Formula $\bigodot$
15164 \end_inset
15165
15166
15167 \end_layout
15168
15169 \end_inset
15170 </cell>
15171 </row>
15172 <row>
15173 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15174 \begin_inset Text
15175
15176 \begin_layout Plain Layout
15177
15178 \backslash
15179 bigotimes
15180 \end_layout
15181
15182 \end_inset
15183 </cell>
15184 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15185 \begin_inset Text
15186
15187 \begin_layout Plain Layout
15188 \begin_inset Formula $\bigotimes$
15189 \end_inset
15190
15191
15192 \end_layout
15193
15194 \end_inset
15195 </cell>
15196 </row>
15197 <row>
15198 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15199 \begin_inset Text
15200
15201 \begin_layout Plain Layout
15202
15203 \backslash
15204 bigoplus
15205 \end_layout
15206
15207 \end_inset
15208 </cell>
15209 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15210 \begin_inset Text
15211
15212 \begin_layout Plain Layout
15213 \begin_inset Formula $\bigoplus$
15214 \end_inset
15215
15216
15217 \end_layout
15218
15219 \end_inset
15220 </cell>
15221 </row>
15222 <row>
15223 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15224 \begin_inset Text
15225
15226 \begin_layout Plain Layout
15227
15228 \backslash
15229 bigwedge
15230 \end_layout
15231
15232 \end_inset
15233 </cell>
15234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15235 \begin_inset Text
15236
15237 \begin_layout Plain Layout
15238 \begin_inset Formula $\bigwedge$
15239 \end_inset
15240
15241
15242 \end_layout
15243
15244 \end_inset
15245 </cell>
15246 </row>
15247 <row>
15248 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15249 \begin_inset Text
15250
15251 \begin_layout Plain Layout
15252
15253 \backslash
15254 bigvee
15255 \end_layout
15256
15257 \end_inset
15258 </cell>
15259 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15260 \begin_inset Text
15261
15262 \begin_layout Plain Layout
15263 \begin_inset Formula $\bigvee$
15264 \end_inset
15265
15266
15267 \end_layout
15268
15269 \end_inset
15270 </cell>
15271 </row>
15272 <row>
15273 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15274 \begin_inset Text
15275
15276 \begin_layout Plain Layout
15277
15278 \backslash
15279 bigsqcup
15280 \end_layout
15281
15282 \end_inset
15283 </cell>
15284 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15285 \begin_inset Text
15286
15287 \begin_layout Plain Layout
15288 \begin_inset Formula $\bigsqcup$
15289 \end_inset
15290
15291
15292 \end_layout
15293
15294 \end_inset
15295 </cell>
15296 </row>
15297 <row>
15298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15299 \begin_inset Text
15300
15301 \begin_layout Plain Layout
15302
15303 \backslash
15304 biguplus
15305 \end_layout
15306
15307 \end_inset
15308 </cell>
15309 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15310 \begin_inset Text
15311
15312 \begin_layout Plain Layout
15313 \begin_inset Formula $\biguplus$
15314 \end_inset
15315
15316
15317 \end_layout
15318
15319 \end_inset
15320 </cell>
15321 </row>
15322 </lyxtabular>
15323
15324 \end_inset
15325
15326
15327 \begin_inset space \hfill{}
15328 \end_inset
15329
15330
15331 \end_layout
15332
15333 \begin_layout Standard
15334 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
15335 \begin_inset Graphics
15336         filename ../../images/math/intop.png
15337         scale 85
15338
15339 \end_inset
15340
15341  eingefügt werden.
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
15346  Teil gleich aussehenden binären Operatoren.
15347  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
15348  beschrieben.
15349 \end_layout
15350
15351 \begin_layout Standard
15352 Die Operatoren 
15353 \series bold
15354
15355 \backslash
15356 intop
15357 \series default
15358  und 
15359 \series bold
15360
15361 \backslash
15362 ointop
15363 \series default
15364  unterscheiden sich von 
15365 \series bold
15366
15367 \backslash
15368 int
15369 \series default
15370  bzw.
15371  
15372 \series bold
15373
15374 \backslash
15375 oint
15376 \series default
15377  in der Art wie die Operatorgrenzen dargestellt werden, siehe 
15378 \begin_inset CommandInset ref
15379 LatexCommand ref
15380 reference "sub:Operatorgrenzen"
15381
15382 \end_inset
15383
15384 .
15385  
15386 \end_layout
15387
15388 \begin_layout Subsubsection*
15389 Hinweise zu Integralen
15390 \end_layout
15391
15392 \begin_layout Standard
15393 Der Buchstabe 
15394 \emph on
15395 d
15396 \emph default
15397  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
15398  muss.
15399  Dazu markiert man das 
15400 \emph on
15401 d
15402 \emph default
15403  und wandelt es mit der Tastenkombination 
15404 \family sans
15405 Alt-z
15406 \begin_inset space ~
15407 \end_inset
15408
15409 r
15410 \family default
15411
15412 \begin_inset Foot
15413 status collapsed
15414
15415 \begin_layout Plain Layout
15416 Schriftstile siehe 
15417 \begin_inset CommandInset ref
15418 LatexCommand ref
15419 reference "sub:Schriftstile"
15420
15421 \end_inset
15422
15423
15424 \end_layout
15425
15426 \end_inset
15427
15428  um.
15429  Anschließend fügt man vor dem 
15430 \emph on
15431 d
15432 \emph default
15433 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
15434  Dazu ein Beispiel:
15435 \end_layout
15436
15437 \begin_layout Standard
15438 inkorrekt: 
15439 \begin_inset Formula $\int A(x)dx$
15440 \end_inset
15441
15442
15443 \begin_inset Newline newline
15444 \end_inset
15445
15446
15447 \begin_inset ERT
15448 status collapsed
15449
15450 \begin_layout Plain Layout
15451
15452
15453 \backslash
15454 hphantom{in}
15455 \end_layout
15456
15457 \end_inset
15458
15459 korrekt: 
15460 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
15461 \end_inset
15462
15463
15464 \end_layout
15465
15466 \begin_layout Standard
15467 \begin_inset VSpace medskip
15468 \end_inset
15469
15470 Für Mehrfachintegrale gibt es folgende Befehle:
15471 \begin_inset VSpace medskip
15472 \end_inset
15473
15474
15475 \end_layout
15476
15477 \begin_layout Standard
15478 \begin_inset space \hfill{}
15479 \end_inset
15480
15481
15482 \begin_inset Tabular
15483 <lyxtabular version="3" rows="4" columns="2">
15484 <features>
15485 <column alignment="center" valignment="top" width="0">
15486 <column alignment="center" valignment="top" width="0">
15487 <row>
15488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15489 \begin_inset Text
15490
15491 \begin_layout Plain Layout
15492 Befehl
15493 \end_layout
15494
15495 \end_inset
15496 </cell>
15497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15498 \begin_inset Text
15499
15500 \begin_layout Plain Layout
15501 Ergebnis
15502 \begin_inset Note Note
15503 status collapsed
15504
15505 \begin_layout Plain Layout
15506
15507 \series bold
15508
15509 \backslash
15510 raisebox
15511 \series default
15512  dient nur als Abstandhalter.
15513 \end_layout
15514
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 iint
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 $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
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 oiint
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 $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
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" bottomline="true" leftline="true" usebox="none">
15575 \begin_inset Text
15576
15577 \begin_layout Plain Layout
15578
15579 \backslash
15580 sqiint
15581 \end_layout
15582
15583 \end_inset
15584 </cell>
15585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15586 \begin_inset Text
15587
15588 \begin_layout Plain Layout
15589 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15590 \end_inset
15591
15592
15593 \end_layout
15594
15595 \end_inset
15596 </cell>
15597 </row>
15598 </lyxtabular>
15599
15600 \end_inset
15601
15602
15603 \begin_inset space \hfill{}
15604 \end_inset
15605
15606
15607 \begin_inset Tabular
15608 <lyxtabular version="3" rows="4" columns="2">
15609 <features>
15610 <column alignment="center" valignment="top" width="0">
15611 <column alignment="center" valignment="top" width="0">
15612 <row>
15613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15614 \begin_inset Text
15615
15616 \begin_layout Plain Layout
15617 Befehl
15618 \end_layout
15619
15620 \end_inset
15621 </cell>
15622 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15623 \begin_inset Text
15624
15625 \begin_layout Plain Layout
15626 Ergebnis
15627 \end_layout
15628
15629 \end_inset
15630 </cell>
15631 </row>
15632 <row>
15633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15634 \begin_inset Text
15635
15636 \begin_layout Plain Layout
15637
15638 \backslash
15639 iiint
15640 \end_layout
15641
15642 \end_inset
15643 </cell>
15644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15645 \begin_inset Text
15646
15647 \begin_layout Plain Layout
15648 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15649 \end_inset
15650
15651
15652 \end_layout
15653
15654 \end_inset
15655 </cell>
15656 </row>
15657 <row>
15658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15659 \begin_inset Text
15660
15661 \begin_layout Plain Layout
15662
15663 \backslash
15664 iiiint
15665 \end_layout
15666
15667 \end_inset
15668 </cell>
15669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15670 \begin_inset Text
15671
15672 \begin_layout Plain Layout
15673 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15674 \end_inset
15675
15676
15677 \end_layout
15678
15679 \end_inset
15680 </cell>
15681 </row>
15682 <row>
15683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15684 \begin_inset Text
15685
15686 \begin_layout Plain Layout
15687
15688 \backslash
15689 dotsint
15690 \end_layout
15691
15692 \end_inset
15693 </cell>
15694 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15695 \begin_inset Text
15696
15697 \begin_layout Plain Layout
15698 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15699 \end_inset
15700
15701
15702 \end_layout
15703
15704 \end_inset
15705 </cell>
15706 </row>
15707 </lyxtabular>
15708
15709 \end_inset
15710
15711
15712 \begin_inset space \hfill{}
15713 \end_inset
15714
15715
15716 \begin_inset Newpage newpage
15717 \end_inset
15718
15719
15720 \end_layout
15721
15722 \begin_layout Subsection
15723 Operatorgrenzen
15724 \begin_inset CommandInset label
15725 LatexCommand label
15726 name "sub:Operatorgrenzen"
15727
15728 \end_inset
15729
15730
15731 \begin_inset Index
15732 status collapsed
15733
15734 \begin_layout Plain Layout
15735 Operatoren ! Grenzen
15736 \end_layout
15737
15738 \end_inset
15739
15740
15741 \end_layout
15742
15743 \begin_layout Standard
15744 Grenzen werden durch Hoch- bzw.
15745  Tiefstellen erzeugt:
15746 \end_layout
15747
15748 \begin_layout Standard
15749 \align center
15750 \begin_inset Tabular
15751 <lyxtabular version="3" rows="2" columns="2">
15752 <features>
15753 <column alignment="center" valignment="top" width="0pt">
15754 <column alignment="center" valignment="top" width="0pt">
15755 <row>
15756 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15757 \begin_inset Text
15758
15759 \begin_layout Plain Layout
15760 Befehl
15761 \end_layout
15762
15763 \end_inset
15764 </cell>
15765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15766 \begin_inset Text
15767
15768 \begin_layout Plain Layout
15769 Ergebnis
15770 \begin_inset Note Note
15771 status collapsed
15772
15773 \begin_layout Plain Layout
15774
15775 \series bold
15776
15777 \backslash
15778 raisebox
15779 \series default
15780  dient nur als Abstandhalter.
15781 \end_layout
15782
15783 \end_inset
15784
15785
15786 \end_layout
15787
15788 \end_inset
15789 </cell>
15790 </row>
15791 <row>
15792 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15793 \begin_inset Text
15794
15795 \begin_layout Plain Layout
15796
15797 \backslash
15798 prod^
15799 \backslash
15800 infty
15801 \begin_inset ERT
15802 status collapsed
15803
15804 \begin_layout Plain Layout
15805
15806
15807 \backslash
15808 leer 
15809 \end_layout
15810
15811 \end_inset
15812
15813
15814 \begin_inset Formula $\to$
15815 \end_inset
15816
15817 _0
15818 \begin_inset Formula $\to$
15819 \end_inset
15820
15821 A(x)
15822 \end_layout
15823
15824 \end_inset
15825 </cell>
15826 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15827 \begin_inset Text
15828
15829 \begin_layout Plain Layout
15830 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15831 \end_inset
15832
15833
15834 \end_layout
15835
15836 \end_inset
15837 </cell>
15838 </row>
15839 </lyxtabular>
15840
15841 \end_inset
15842
15843
15844 \end_layout
15845
15846 \begin_layout Standard
15847 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15848  Operator gesetzt.
15849  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15850  bzw.
15851  unter den Operator gesetzt.
15852 \end_layout
15853
15854 \begin_layout Standard
15855 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15856  man den Cursor direkt hinter den Operator und setzt über das Menü 
15857 \family sans
15858 Bearbeiten\SpecialChar \menuseparator
15859 Mathe\SpecialChar \menuseparator
15860 Art der Operatorgrenzen ändern
15861 \family default
15862  die Grenzen auf 
15863 \series bold
15864 Eingebettet
15865 \series default
15866  (Tastenkombination 
15867 \family sans
15868 Alt-m
15869 \begin_inset space ~
15870 \end_inset
15871
15872 l
15873 \family default
15874 ).
15875  Dazu folgendes Beispiel:
15876 \end_layout
15877
15878 \begin_layout Standard
15879 Die normalen Grenzen sehen so aus:
15880 \begin_inset Formula \[
15881 \sum_{x=0}^{\infty}\frac{1}{x^{2}}\]
15882
15883 \end_inset
15884
15885 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15886 \begin_inset Formula \[
15887 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}\]
15888
15889 \end_inset
15890
15891 Bei Integralen werden mit Ausnahme von 
15892 \series bold
15893
15894 \backslash
15895 intop
15896 \series default
15897  und 
15898 \series bold
15899
15900 \backslash
15901 ointop
15902 \series default
15903  die Grenzen standardmäßig neben den Operator gesetzt.
15904  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15905  gesetzt.
15906  Im folgenden Beispiel wurde die Grenze deswegen auf 
15907 \series bold
15908 Anzeige
15909 \series default
15910  gesetzt und damit unter die Integrale geschrieben:
15911 \begin_inset Formula \begin{equation}
15912 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}\end{equation}
15913
15914 \end_inset
15915
15916
15917 \end_layout
15918
15919 \begin_layout Standard
15920 \begin_inset VSpace medskip
15921 \end_inset
15922
15923 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15924 \series bold
15925
15926 \backslash
15927 subarray
15928 \series default
15929
15930 \begin_inset Index
15931 status collapsed
15932
15933 \begin_layout Plain Layout
15934 Befehle ! S ! 
15935 \backslash
15936 subarray
15937 \end_layout
15938
15939 \end_inset
15940
15941  und 
15942 \series bold
15943
15944 \backslash
15945 substack
15946 \series default
15947
15948 \begin_inset Index
15949 status collapsed
15950
15951 \begin_layout Plain Layout
15952 Befehle ! S ! 
15953 \backslash
15954 substack
15955 \end_layout
15956
15957 \end_inset
15958
15959 .
15960  Um z.
15961 \begin_inset space \thinspace{}
15962 \end_inset
15963
15964 B.
15965  diesen Ausdruck 
15966 \begin_inset Formula \begin{equation}
15967 \sum_{\begin{subarray}{c}
15968 0<k<1000\\
15969 \\k\,\in\,\mathbb{N}\end{subarray}}^{n}k^{-2}\label{eq:substack}\end{equation}
15970
15971 \end_inset
15972
15973 zu erstellen, muss man Folgendes tun:
15974 \begin_inset Newline newline
15975 \end_inset
15976
15977 Zuerst gibt man den Befehl 
15978 \series bold
15979
15980 \backslash
15981 sum
15982 \series default
15983 ^
15984 \series bold
15985 n
15986 \begin_inset ERT
15987 status collapsed
15988
15989 \begin_layout Plain Layout
15990
15991
15992 \backslash
15993 leer 
15994 \end_layout
15995
15996 \end_inset
15997
15998 _
15999 \series default
16000  ein.
16001  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
16002  In dieses gibt man den Befehl 
16003 \series bold
16004
16005 \backslash
16006 subarray
16007 \begin_inset ERT
16008 status collapsed
16009
16010 \begin_layout Plain Layout
16011
16012
16013 \backslash
16014 leer 
16015 \end_layout
16016
16017 \end_inset
16018
16019
16020 \series default
16021  ein.
16022  Das blaue Kästchen hat nun eine lila Umrahmung und man kann jetzt mehrere
16023  Zeilen untereinander schreiben.
16024  Mit Eingabe des Zeilenumbruchs (
16025 \family sans
16026 Strg-Enter
16027 \family default
16028 ) wird eine neue Zeile erstellt.
16029  Gibt man
16030 \begin_inset Newline newline
16031 \end_inset
16032
16033
16034 \series bold
16035 0<k<1000 Strg-Enter
16036 \begin_inset Newline newline
16037 \end_inset
16038
16039
16040 \series default
16041 ein, erscheint darunter ein Kästchen für die neue Zeile.
16042 \end_layout
16043
16044 \begin_layout Standard
16045 Die Ausrichtung der Zeilen kann mit der 
16046 \family sans
16047 Tabellen-Werkzeugleiste
16048 \family default
16049  oder dem Menü 
16050 \family sans
16051 Bearbeiten\SpecialChar \menuseparator
16052 Zeilen & Spalten
16053 \family default
16054  auf links geändert werden.
16055  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
16056 \series bold
16057
16058 \backslash
16059 hfill
16060 \begin_inset ERT
16061 status collapsed
16062
16063 \begin_layout Plain Layout
16064
16065
16066 \backslash
16067 leer 
16068 \end_layout
16069
16070 \end_inset
16071
16072
16073 \series default
16074  eingegeben.
16075 \end_layout
16076
16077 \begin_layout Standard
16078 Der Befehl 
16079 \series bold
16080
16081 \backslash
16082 substack
16083 \series default
16084  ist äquivalent zu 
16085 \series bold
16086
16087 \backslash
16088 subarray
16089 \series default
16090 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
16091 \end_layout
16092
16093 \begin_layout Standard
16094 \begin_inset VSpace bigskip
16095 \end_inset
16096
16097 Wie bei Formel 
16098 \begin_inset CommandInset ref
16099 LatexCommand eqref
16100 reference "eq:substack"
16101
16102 \end_inset
16103
16104  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
16105  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
16106 \end_layout
16107
16108 \begin_layout Standard
16109 Um das zu verhindern, kann man folgendes Makro in den LaTeX-Vorspann einfügen:
16110 \end_layout
16111
16112 \begin_layout Standard
16113
16114 \series bold
16115
16116 \backslash
16117 def
16118 \backslash
16119 clap#1{
16120 \backslash
16121 hbox to 0pt{
16122 \backslash
16123 hss #1
16124 \backslash
16125 hss}}
16126 \begin_inset Newline newline
16127 \end_inset
16128
16129
16130 \backslash
16131 def
16132 \backslash
16133 mathclap {
16134 \backslash
16135 mathpalette 
16136 \backslash
16137 mathclapinternal}
16138 \begin_inset Newline newline
16139 \end_inset
16140
16141
16142 \backslash
16143 def
16144 \backslash
16145 mathclapinternal #1#2{
16146 \backslash
16147 clap{$
16148 \backslash
16149 mathsurround =0pt #1{#2}$}}
16150 \end_layout
16151
16152 \begin_layout Standard
16153 Dadurch wird der Befehl 
16154 \series bold
16155
16156 \backslash
16157 mathclap
16158 \series default
16159
16160 \begin_inset Index
16161 status collapsed
16162
16163 \begin_layout Plain Layout
16164 Befehle ! M ! 
16165 \backslash
16166 mathclap
16167 \end_layout
16168
16169 \end_inset
16170
16171  definiert, der die Breite der Grenze auf 0
16172 \begin_inset space \thinspace{}
16173 \end_inset
16174
16175 pt setzt.
16176  Das Befehlsschema lautet
16177 \end_layout
16178
16179 \begin_layout Standard
16180
16181 \series bold
16182
16183 \backslash
16184 mathclap{Grenze}
16185 \end_layout
16186
16187 \begin_layout Standard
16188 wobei die Grenze auch aus mehreren Bedingungen bestehen kann.
16189 \end_layout
16190
16191 \begin_layout Standard
16192 Auf Formel 
16193 \begin_inset CommandInset ref
16194 LatexCommand eqref
16195 reference "eq:substack"
16196
16197 \end_inset
16198
16199  angewandt, gibt man also den Befehl
16200 \end_layout
16201
16202 \begin_layout Standard
16203
16204 \series bold
16205
16206 \backslash
16207 sum_
16208 \backslash
16209 mathclap{
16210 \backslash
16211 substack
16212 \begin_inset ERT
16213 status collapsed
16214
16215 \begin_layout Plain Layout
16216
16217
16218 \backslash
16219 leer 
16220 \end_layout
16221
16222 \end_inset
16223
16224 0<k<1000 Strg-Enter
16225 \end_layout
16226
16227 \begin_layout Standard
16228 ein, um die untere Grenze zu erstellen.
16229  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
16230 \begin_inset Formula \[
16231 \sum_{\mathclap{\substack{0<k<1000\\
16232 \\k\,\in\,\mathbb{N}}
16233 }}^{n}k^{-2}\]
16234
16235 \end_inset
16236
16237
16238 \end_layout
16239
16240 \begin_layout Standard
16241 \begin_inset VSpace bigskip
16242 \end_inset
16243
16244 In 
16245 \begin_inset CommandInset ref
16246 LatexCommand ref
16247 reference "sub:Selbstdefinierte-Operatoren"
16248
16249 \end_inset
16250
16251  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
16252 \end_layout
16253
16254 \begin_layout Subsection
16255 Binäre Operatoren
16256 \begin_inset CommandInset label
16257 LatexCommand label
16258 name "sub:Binäre-Operatoren"
16259
16260 \end_inset
16261
16262
16263 \begin_inset Index
16264 status collapsed
16265
16266 \begin_layout Plain Layout
16267 Operatoren ! binäre
16268 \end_layout
16269
16270 \end_inset
16271
16272
16273 \end_layout
16274
16275 \begin_layout Standard
16276 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
16277  ein Zeichen befindet.
16278 \begin_inset VSpace medskip
16279 \end_inset
16280
16281
16282 \end_layout
16283
16284 \begin_layout Standard
16285 \begin_inset space \hfill{}
16286 \end_inset
16287
16288
16289 \begin_inset Tabular
16290 <lyxtabular version="3" rows="13" columns="2">
16291 <features>
16292 <column alignment="center" valignment="top" width="0pt">
16293 <column alignment="center" valignment="top" width="0pt">
16294 <row>
16295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16296 \begin_inset Text
16297
16298 \begin_layout Plain Layout
16299 Befehl
16300 \begin_inset Note Note
16301 status collapsed
16302
16303 \begin_layout Plain Layout
16304
16305 \series bold
16306
16307 \backslash
16308 raisebox
16309 \series default
16310  dient nur als Abstandhalter.
16311 \end_layout
16312
16313 \end_inset
16314
16315
16316 \end_layout
16317
16318 \end_inset
16319 </cell>
16320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16321 \begin_inset Text
16322
16323 \begin_layout Plain Layout
16324 Ergebnis
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 <row>
16331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16332 \begin_inset Text
16333
16334 \begin_layout Plain Layout
16335 +
16336 \end_layout
16337
16338 \end_inset
16339 </cell>
16340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16341 \begin_inset Text
16342
16343 \begin_layout Plain Layout
16344 \begin_inset Formula $+$
16345 \end_inset
16346
16347
16348 \end_layout
16349
16350 \end_inset
16351 </cell>
16352 </row>
16353 <row>
16354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 -
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16364 \begin_inset Text
16365
16366 \begin_layout Plain Layout
16367 \begin_inset Formula $-$
16368 \end_inset
16369
16370
16371 \end_layout
16372
16373 \end_inset
16374 </cell>
16375 </row>
16376 <row>
16377 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16378 \begin_inset Text
16379
16380 \begin_layout Plain Layout
16381
16382 \backslash
16383 pm
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16389 \begin_inset Text
16390
16391 \begin_layout Plain Layout
16392 \begin_inset Formula $\pm$
16393 \end_inset
16394
16395
16396 \end_layout
16397
16398 \end_inset
16399 </cell>
16400 </row>
16401 <row>
16402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16403 \begin_inset Text
16404
16405 \begin_layout Plain Layout
16406
16407 \backslash
16408 mp
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16414 \begin_inset Text
16415
16416 \begin_layout Plain Layout
16417 \begin_inset Formula $\mp$
16418 \end_inset
16419
16420
16421 \end_layout
16422
16423 \end_inset
16424 </cell>
16425 </row>
16426 <row>
16427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16428 \begin_inset Text
16429
16430 \begin_layout Plain Layout
16431
16432 \backslash
16433 cdot
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16439 \begin_inset Text
16440
16441 \begin_layout Plain Layout
16442 \begin_inset Formula $\cdot$
16443 \end_inset
16444
16445
16446 \end_layout
16447
16448 \end_inset
16449 </cell>
16450 </row>
16451 <row>
16452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16453 \begin_inset Text
16454
16455 \begin_layout Plain Layout
16456
16457 \backslash
16458 times
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16464 \begin_inset Text
16465
16466 \begin_layout Plain Layout
16467 \begin_inset Formula $\times$
16468 \end_inset
16469
16470
16471 \end_layout
16472
16473 \end_inset
16474 </cell>
16475 </row>
16476 <row>
16477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16478 \begin_inset Text
16479
16480 \begin_layout Plain Layout
16481
16482 \backslash
16483 div
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16489 \begin_inset Text
16490
16491 \begin_layout Plain Layout
16492 \begin_inset Formula $\div$
16493 \end_inset
16494
16495
16496 \end_layout
16497
16498 \end_inset
16499 </cell>
16500 </row>
16501 <row>
16502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16503 \begin_inset Text
16504
16505 \begin_layout Plain Layout
16506 \begin_inset ERT
16507 status collapsed
16508
16509 \begin_layout Plain Layout
16510
16511
16512 \backslash
16513 raisebox{-1.2mm}{
16514 \end_layout
16515
16516 \end_inset
16517
16518 *
16519 \begin_inset ERT
16520 status collapsed
16521
16522 \begin_layout Plain Layout
16523
16524 }
16525 \end_layout
16526
16527 \end_inset
16528
16529
16530 \end_layout
16531
16532 \end_inset
16533 </cell>
16534 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16535 \begin_inset Text
16536
16537 \begin_layout Plain Layout
16538 \begin_inset Formula $*$
16539 \end_inset
16540
16541
16542 \end_layout
16543
16544 \end_inset
16545 </cell>
16546 </row>
16547 <row>
16548 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16549 \begin_inset Text
16550
16551 \begin_layout Plain Layout
16552
16553 \backslash
16554 star
16555 \end_layout
16556
16557 \end_inset
16558 </cell>
16559 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16560 \begin_inset Text
16561
16562 \begin_layout Plain Layout
16563 \begin_inset Formula $\star$
16564 \end_inset
16565
16566
16567 \end_layout
16568
16569 \end_inset
16570 </cell>
16571 </row>
16572 <row>
16573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16574 \begin_inset Text
16575
16576 \begin_layout Plain Layout
16577
16578 \backslash
16579 circ
16580 \end_layout
16581
16582 \end_inset
16583 </cell>
16584 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16585 \begin_inset Text
16586
16587 \begin_layout Plain Layout
16588 \begin_inset Formula $\circ$
16589 \end_inset
16590
16591
16592 \end_layout
16593
16594 \end_inset
16595 </cell>
16596 </row>
16597 <row>
16598 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16599 \begin_inset Text
16600
16601 \begin_layout Plain Layout
16602
16603 \backslash
16604 diamond
16605 \end_layout
16606
16607 \end_inset
16608 </cell>
16609 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16610 \begin_inset Text
16611
16612 \begin_layout Plain Layout
16613 \begin_inset Formula $\diamond$
16614 \end_inset
16615
16616
16617 \end_layout
16618
16619 \end_inset
16620 </cell>
16621 </row>
16622 <row>
16623 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16624 \begin_inset Text
16625
16626 \begin_layout Plain Layout
16627
16628 \backslash
16629 bullet
16630 \end_layout
16631
16632 \end_inset
16633 </cell>
16634 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16635 \begin_inset Text
16636
16637 \begin_layout Plain Layout
16638 \begin_inset Formula $\bullet$
16639 \end_inset
16640
16641
16642 \end_layout
16643
16644 \end_inset
16645 </cell>
16646 </row>
16647 </lyxtabular>
16648
16649 \end_inset
16650
16651
16652 \begin_inset space \hfill{}
16653 \end_inset
16654
16655
16656 \begin_inset Tabular
16657 <lyxtabular version="3" rows="13" columns="2">
16658 <features>
16659 <column alignment="center" valignment="top" width="0pt">
16660 <column alignment="center" valignment="top" width="0pt">
16661 <row>
16662 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16663 \begin_inset Text
16664
16665 \begin_layout Plain Layout
16666 Befehl
16667 \end_layout
16668
16669 \end_inset
16670 </cell>
16671 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16672 \begin_inset Text
16673
16674 \begin_layout Plain Layout
16675 Ergebnis
16676 \end_layout
16677
16678 \end_inset
16679 </cell>
16680 </row>
16681 <row>
16682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16683 \begin_inset Text
16684
16685 \begin_layout Plain Layout
16686
16687 \backslash
16688 nabla
16689 \end_layout
16690
16691 \end_inset
16692 </cell>
16693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16694 \begin_inset Text
16695
16696 \begin_layout Plain Layout
16697 \begin_inset Formula $\nabla$
16698 \end_inset
16699
16700
16701 \end_layout
16702
16703 \end_inset
16704 </cell>
16705 </row>
16706 <row>
16707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16708 \begin_inset Text
16709
16710 \begin_layout Plain Layout
16711
16712 \backslash
16713 bigtriangledown
16714 \end_layout
16715
16716 \end_inset
16717 </cell>
16718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16719 \begin_inset Text
16720
16721 \begin_layout Plain Layout
16722 \begin_inset Formula $\bigtriangledown$
16723 \end_inset
16724
16725
16726 \end_layout
16727
16728 \end_inset
16729 </cell>
16730 </row>
16731 <row>
16732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16733 \begin_inset Text
16734
16735 \begin_layout Plain Layout
16736
16737 \backslash
16738 bigtriangleup
16739 \end_layout
16740
16741 \end_inset
16742 </cell>
16743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16744 \begin_inset Text
16745
16746 \begin_layout Plain Layout
16747 \begin_inset Formula $\bigtriangleup$
16748 \end_inset
16749
16750
16751 \end_layout
16752
16753 \end_inset
16754 </cell>
16755 </row>
16756 <row>
16757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16758 \begin_inset Text
16759
16760 \begin_layout Plain Layout
16761
16762 \backslash
16763 Box
16764 \end_layout
16765
16766 \end_inset
16767 </cell>
16768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16769 \begin_inset Text
16770
16771 \begin_layout Plain Layout
16772 \begin_inset Formula $\Box$
16773 \end_inset
16774
16775
16776 \end_layout
16777
16778 \end_inset
16779 </cell>
16780 </row>
16781 <row>
16782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16783 \begin_inset Text
16784
16785 \begin_layout Plain Layout
16786
16787 \backslash
16788 cap 
16789 \end_layout
16790
16791 \end_inset
16792 </cell>
16793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16794 \begin_inset Text
16795
16796 \begin_layout Plain Layout
16797 \begin_inset Formula $\cap$
16798 \end_inset
16799
16800
16801 \end_layout
16802
16803 \end_inset
16804 </cell>
16805 </row>
16806 <row>
16807 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16808 \begin_inset Text
16809
16810 \begin_layout Plain Layout
16811
16812 \backslash
16813 cup
16814 \end_layout
16815
16816 \end_inset
16817 </cell>
16818 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16819 \begin_inset Text
16820
16821 \begin_layout Plain Layout
16822 \begin_inset Formula $\cup$
16823 \end_inset
16824
16825
16826 \end_layout
16827
16828 \end_inset
16829 </cell>
16830 </row>
16831 <row>
16832 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16833 \begin_inset Text
16834
16835 \begin_layout Plain Layout
16836
16837 \backslash
16838 dagger
16839 \end_layout
16840
16841 \end_inset
16842 </cell>
16843 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16844 \begin_inset Text
16845
16846 \begin_layout Plain Layout
16847 \begin_inset Formula $\dagger$
16848 \end_inset
16849
16850
16851 \end_layout
16852
16853 \end_inset
16854 </cell>
16855 </row>
16856 <row>
16857 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16858 \begin_inset Text
16859
16860 \begin_layout Plain Layout
16861
16862 \backslash
16863 ddagger
16864 \end_layout
16865
16866 \end_inset
16867 </cell>
16868 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16869 \begin_inset Text
16870
16871 \begin_layout Plain Layout
16872 \begin_inset Formula $\ddagger$
16873 \end_inset
16874
16875
16876 \end_layout
16877
16878 \end_inset
16879 </cell>
16880 </row>
16881 <row>
16882 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16883 \begin_inset Text
16884
16885 \begin_layout Plain Layout
16886
16887 \backslash
16888 wr
16889 \end_layout
16890
16891 \end_inset
16892 </cell>
16893 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16894 \begin_inset Text
16895
16896 \begin_layout Plain Layout
16897 \begin_inset Formula $\wr$
16898 \end_inset
16899
16900
16901 \end_layout
16902
16903 \end_inset
16904 </cell>
16905 </row>
16906 <row>
16907 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16908 \begin_inset Text
16909
16910 \begin_layout Plain Layout
16911
16912 \backslash
16913 bigcirc
16914 \end_layout
16915
16916 \end_inset
16917 </cell>
16918 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16919 \begin_inset Text
16920
16921 \begin_layout Plain Layout
16922 \begin_inset Formula $\bigcirc$
16923 \end_inset
16924
16925
16926 \end_layout
16927
16928 \end_inset
16929 </cell>
16930 </row>
16931 <row>
16932 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16933 \begin_inset Text
16934
16935 \begin_layout Plain Layout
16936
16937 \backslash
16938 wedge
16939 \end_layout
16940
16941 \end_inset
16942 </cell>
16943 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16944 \begin_inset Text
16945
16946 \begin_layout Plain Layout
16947 \begin_inset Formula $\wedge$
16948 \end_inset
16949
16950
16951 \end_layout
16952
16953 \end_inset
16954 </cell>
16955 </row>
16956 <row>
16957 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16958 \begin_inset Text
16959
16960 \begin_layout Plain Layout
16961
16962 \backslash
16963 vee
16964 \end_layout
16965
16966 \end_inset
16967 </cell>
16968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16969 \begin_inset Text
16970
16971 \begin_layout Plain Layout
16972 \begin_inset Formula $\vee$
16973 \end_inset
16974
16975
16976 \end_layout
16977
16978 \end_inset
16979 </cell>
16980 </row>
16981 </lyxtabular>
16982
16983 \end_inset
16984
16985
16986 \begin_inset space \hfill{}
16987 \end_inset
16988
16989
16990 \begin_inset Tabular
16991 <lyxtabular version="3" rows="13" columns="2">
16992 <features>
16993 <column alignment="center" valignment="top" width="0pt">
16994 <column alignment="center" valignment="top" width="0pt">
16995 <row>
16996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16997 \begin_inset Text
16998
16999 \begin_layout Plain Layout
17000 Befehl
17001 \end_layout
17002
17003 \end_inset
17004 </cell>
17005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17006 \begin_inset Text
17007
17008 \begin_layout Plain Layout
17009 Ergebnis
17010 \end_layout
17011
17012 \end_inset
17013 </cell>
17014 </row>
17015 <row>
17016 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17017 \begin_inset Text
17018
17019 \begin_layout Plain Layout
17020
17021 \backslash
17022 oplus
17023 \end_layout
17024
17025 \end_inset
17026 </cell>
17027 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17028 \begin_inset Text
17029
17030 \begin_layout Plain Layout
17031 \begin_inset Formula $\oplus$
17032 \end_inset
17033
17034
17035 \end_layout
17036
17037 \end_inset
17038 </cell>
17039 </row>
17040 <row>
17041 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17042 \begin_inset Text
17043
17044 \begin_layout Plain Layout
17045
17046 \backslash
17047 ominus
17048 \end_layout
17049
17050 \end_inset
17051 </cell>
17052 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17053 \begin_inset Text
17054
17055 \begin_layout Plain Layout
17056 \begin_inset Formula $\ominus$
17057 \end_inset
17058
17059
17060 \end_layout
17061
17062 \end_inset
17063 </cell>
17064 </row>
17065 <row>
17066 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17067 \begin_inset Text
17068
17069 \begin_layout Plain Layout
17070
17071 \backslash
17072 otimes
17073 \end_layout
17074
17075 \end_inset
17076 </cell>
17077 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17078 \begin_inset Text
17079
17080 \begin_layout Plain Layout
17081 \begin_inset Formula $\otimes$
17082 \end_inset
17083
17084
17085 \end_layout
17086
17087 \end_inset
17088 </cell>
17089 </row>
17090 <row>
17091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17092 \begin_inset Text
17093
17094 \begin_layout Plain Layout
17095
17096 \backslash
17097 oslash
17098 \end_layout
17099
17100 \end_inset
17101 </cell>
17102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17103 \begin_inset Text
17104
17105 \begin_layout Plain Layout
17106 \begin_inset Formula $\oslash$
17107 \end_inset
17108
17109
17110 \end_layout
17111
17112 \end_inset
17113 </cell>
17114 </row>
17115 <row>
17116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17117 \begin_inset Text
17118
17119 \begin_layout Plain Layout
17120
17121 \backslash
17122 odot
17123 \end_layout
17124
17125 \end_inset
17126 </cell>
17127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17128 \begin_inset Text
17129
17130 \begin_layout Plain Layout
17131 \begin_inset Formula $\odot$
17132 \end_inset
17133
17134
17135 \end_layout
17136
17137 \end_inset
17138 </cell>
17139 </row>
17140 <row>
17141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17142 \begin_inset Text
17143
17144 \begin_layout Plain Layout
17145
17146 \backslash
17147 amalg
17148 \end_layout
17149
17150 \end_inset
17151 </cell>
17152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17153 \begin_inset Text
17154
17155 \begin_layout Plain Layout
17156 \begin_inset Formula $\amalg$
17157 \end_inset
17158
17159
17160 \end_layout
17161
17162 \end_inset
17163 </cell>
17164 </row>
17165 <row>
17166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17167 \begin_inset Text
17168
17169 \begin_layout Plain Layout
17170
17171 \backslash
17172 uplus
17173 \end_layout
17174
17175 \end_inset
17176 </cell>
17177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17178 \begin_inset Text
17179
17180 \begin_layout Plain Layout
17181 \begin_inset Formula $\uplus$
17182 \end_inset
17183
17184
17185 \end_layout
17186
17187 \end_inset
17188 </cell>
17189 </row>
17190 <row>
17191 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17192 \begin_inset Text
17193
17194 \begin_layout Plain Layout
17195
17196 \backslash
17197 setminus
17198 \end_layout
17199
17200 \end_inset
17201 </cell>
17202 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17203 \begin_inset Text
17204
17205 \begin_layout Plain Layout
17206 \begin_inset Formula $\setminus$
17207 \end_inset
17208
17209
17210 \end_layout
17211
17212 \end_inset
17213 </cell>
17214 </row>
17215 <row>
17216 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17217 \begin_inset Text
17218
17219 \begin_layout Plain Layout
17220
17221 \backslash
17222 sqcap
17223 \end_layout
17224
17225 \end_inset
17226 </cell>
17227 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17228 \begin_inset Text
17229
17230 \begin_layout Plain Layout
17231 \begin_inset Formula $\sqcap$
17232 \end_inset
17233
17234
17235 \end_layout
17236
17237 \end_inset
17238 </cell>
17239 </row>
17240 <row>
17241 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17242 \begin_inset Text
17243
17244 \begin_layout Plain Layout
17245
17246 \backslash
17247 sqcup
17248 \end_layout
17249
17250 \end_inset
17251 </cell>
17252 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17253 \begin_inset Text
17254
17255 \begin_layout Plain Layout
17256 \begin_inset Formula $\sqcup$
17257 \end_inset
17258
17259
17260 \end_layout
17261
17262 \end_inset
17263 </cell>
17264 </row>
17265 <row>
17266 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17267 \begin_inset Text
17268
17269 \begin_layout Plain Layout
17270
17271 \backslash
17272 triangleleft
17273 \end_layout
17274
17275 \end_inset
17276 </cell>
17277 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17278 \begin_inset Text
17279
17280 \begin_layout Plain Layout
17281 \begin_inset Formula $\triangleleft$
17282 \end_inset
17283
17284
17285 \end_layout
17286
17287 \end_inset
17288 </cell>
17289 </row>
17290 <row>
17291 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17292 \begin_inset Text
17293
17294 \begin_layout Plain Layout
17295
17296 \backslash
17297 triangleright
17298 \end_layout
17299
17300 \end_inset
17301 </cell>
17302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17303 \begin_inset Text
17304
17305 \begin_layout Plain Layout
17306 \begin_inset Formula $\triangleright$
17307 \end_inset
17308
17309
17310 \end_layout
17311
17312 \end_inset
17313 </cell>
17314 </row>
17315 </lyxtabular>
17316
17317 \end_inset
17318
17319
17320 \begin_inset space \hfill{}
17321 \end_inset
17322
17323
17324 \end_layout
17325
17326 \begin_layout Standard
17327 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17328  
17329 \begin_inset Graphics
17330         filename ../../images/math/pm.png
17331         scale 85
17332
17333 \end_inset
17334
17335  eingefügt werden.
17336 \end_layout
17337
17338 \begin_layout Standard
17339 Um den Laplace-Operator darzustellen, kann man statt 
17340 \series bold
17341
17342 \backslash
17343 bigtriangleup
17344 \series default
17345  auch 
17346 \series bold
17347
17348 \backslash
17349 Delta
17350 \series default
17351  verwenden oder man benutzt 
17352 \series bold
17353
17354 \backslash
17355 nabla
17356 \series default
17357 ^
17358 \series bold
17359 2
17360 \series default
17361  (
17362 \begin_inset Formula $\nabla^{2}$
17363 \end_inset
17364
17365 ).
17366 \end_layout
17367
17368 \begin_layout Standard
17369 Das Zeichen 
17370 \family sans
17371 Menütrenner
17372 \family default
17373  im Menü 
17374 \family sans
17375 Einfügen\SpecialChar \menuseparator
17376 Sonderzeichen
17377 \family default
17378  ist der Operator 
17379 \series bold
17380
17381 \backslash
17382 triangleright
17383 \series default
17384 .
17385 \end_layout
17386
17387 \begin_layout Subsection
17388 Selbst definierte Operatoren
17389 \begin_inset CommandInset label
17390 LatexCommand label
17391 name "sub:Selbstdefinierte-Operatoren"
17392
17393 \end_inset
17394
17395
17396 \begin_inset Index
17397 status collapsed
17398
17399 \begin_layout Plain Layout
17400 Operatoren ! selbstdefinierte
17401 \end_layout
17402
17403 \end_inset
17404
17405
17406 \end_layout
17407
17408 \begin_layout Standard
17409 Mit Hilfe des Befehls 
17410 \series bold
17411
17412 \backslash
17413 DeclareMathOperator
17414 \series default
17415
17416 \begin_inset Index
17417 status collapsed
17418
17419 \begin_layout Plain Layout
17420 Befehle ! D ! 
17421 \backslash
17422 dbinom@
17423 \backslash
17424 DeclareMathOperator
17425 \end_layout
17426
17427 \end_inset
17428
17429  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17430  Das Befehlsschema dazu lautet:
17431 \end_layout
17432
17433 \begin_layout Standard
17434
17435 \series bold
17436
17437 \backslash
17438 DeclareMathOperator{neuer Befehl}{Anzeige}
17439 \end_layout
17440
17441 \begin_layout Standard
17442 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17443  im Ausdruck aussieht.
17444  Will man einen großen Operator definieren, setzt man hinter den Befehl
17445  ein 
17446 \series bold
17447 *
17448 \series default
17449 .
17450  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17451  wie in 
17452 \begin_inset CommandInset ref
17453 LatexCommand ref
17454 reference "sub:Operatorgrenzen"
17455
17456 \end_inset
17457
17458  beschrieben.
17459 \end_layout
17460
17461 \begin_layout Standard
17462 Beispielsweise definiert die LaTeX-Vorspannzeile
17463 \end_layout
17464
17465 \begin_layout Standard
17466
17467 \series bold
17468
17469 \backslash
17470 DeclareMathOperator*{
17471 \backslash
17472 Raute}{
17473 \backslash
17474 blacklozenge}
17475 \end_layout
17476
17477 \begin_layout Standard
17478 den Befehl 
17479 \series bold
17480
17481 \backslash
17482 Raute
17483 \series default
17484 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17485  aus 
17486 \begin_inset CommandInset ref
17487 LatexCommand ref
17488 reference "sub:Sonstige-Symbole"
17489
17490 \end_inset
17491
17492  besteht:
17493 \begin_inset Formula \[
17494 \Raute_{n=1}^{\infty}\]
17495
17496 \end_inset
17497
17498 Der Befehl für diese Formel lautet: 
17499 \series bold
17500
17501 \backslash
17502 Raute
17503 \series default
17504 ^
17505 \series bold
17506
17507 \backslash
17508 infty
17509 \begin_inset Formula $\to$
17510 \end_inset
17511
17512 _n=1
17513 \end_layout
17514
17515 \begin_layout Standard
17516 \begin_inset VSpace bigskip
17517 \end_inset
17518
17519 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17520  auch mit den Befehlen 
17521 \series bold
17522
17523 \backslash
17524 mathop
17525 \series default
17526
17527 \begin_inset Index
17528 status collapsed
17529
17530 \begin_layout Plain Layout
17531 Befehle ! M ! 
17532 \backslash
17533 mathop
17534 \end_layout
17535
17536 \end_inset
17537
17538  und 
17539 \series bold
17540
17541 \backslash
17542 mathbin
17543 \series default
17544
17545 \begin_inset Index
17546 status collapsed
17547
17548 \begin_layout Plain Layout
17549 Befehle ! M ! 
17550 \backslash
17551 mathbin
17552 \end_layout
17553
17554 \end_inset
17555
17556  definieren, die folgendes Schema besitzen:
17557 \end_layout
17558
17559 \begin_layout Standard
17560
17561 \series bold
17562
17563 \backslash
17564 mathop{Anzeige}
17565 \series default
17566  bzw.
17567  
17568 \series bold
17569
17570 \backslash
17571 mathbin{Anzeige}
17572 \end_layout
17573
17574 \begin_layout Standard
17575
17576 \series bold
17577
17578 \backslash
17579 mathop
17580 \series default
17581  definiert große, 
17582 \series bold
17583
17584 \backslash
17585 mathbin
17586 \series default
17587  binäre Operatoren.
17588 \end_layout
17589
17590 \begin_layout Standard
17591
17592 \series bold
17593
17594 \backslash
17595 mathop
17596 \series default
17597  lässt sich z.
17598 \begin_inset space \thinspace{}
17599 \end_inset
17600
17601 B.
17602  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17603 \begin_inset Formula \[
17604 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}\]
17605
17606 \end_inset
17607
17608
17609 \end_layout
17610
17611 \begin_layout Standard
17612 Der Befehl für obige Formel lautet:
17613 \begin_inset Newline newline
17614 \end_inset
17615
17616  
17617 \series bold
17618
17619 \backslash
17620 mathop{
17621 \backslash
17622 sum
17623 \backslash
17624 negmedspace
17625 \backslash
17626 sum
17627 \series default
17628
17629 \begin_inset ERT
17630 status collapsed
17631
17632 \begin_layout Plain Layout
17633
17634
17635 \backslash
17636 leer 
17637 \end_layout
17638
17639 \end_inset
17640
17641
17642 \series bold
17643
17644 \begin_inset Formula $\to$
17645 \end_inset
17646
17647 ^N
17648 \series default
17649
17650 \begin_inset ERT
17651 status collapsed
17652
17653 \begin_layout Plain Layout
17654
17655
17656 \backslash
17657 leer 
17658 \end_layout
17659
17660 \end_inset
17661
17662
17663 \series bold
17664 _i,j=1
17665 \end_layout
17666
17667 \begin_layout Section
17668 Schriften
17669 \begin_inset Index
17670 status collapsed
17671
17672 \begin_layout Plain Layout
17673 Schriften
17674 \end_layout
17675
17676 \end_inset
17677
17678
17679 \end_layout
17680
17681 \begin_layout Subsection
17682 Schriftstile
17683 \begin_inset CommandInset label
17684 LatexCommand label
17685 name "sub:Schriftstile"
17686
17687 \end_inset
17688
17689
17690 \begin_inset Index
17691 status collapsed
17692
17693 \begin_layout Plain Layout
17694 Schriften ! Schriftstile
17695 \end_layout
17696
17697 \end_inset
17698
17699
17700 \end_layout
17701
17702 \begin_layout Standard
17703 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17704  gesetzt werden:
17705 \begin_inset VSpace -2mm
17706 \end_inset
17707
17708
17709 \end_layout
17710
17711 \begin_layout Standard
17712 \align center
17713 \begin_inset Tabular
17714 <lyxtabular version="3" rows="6" columns="3">
17715 <features>
17716 <column alignment="center" valignment="top" width="0">
17717 <column alignment="center" valignment="top" width="0">
17718 <column alignment="center" valignment="top" width="0">
17719 <row>
17720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17721 \begin_inset Text
17722
17723 \begin_layout Plain Layout
17724 Befehl
17725 \end_layout
17726
17727 \end_inset
17728 </cell>
17729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17730 \begin_inset Text
17731
17732 \begin_layout Plain Layout
17733 Ergebnis
17734 \end_layout
17735
17736 \end_inset
17737 </cell>
17738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17739 \begin_inset Text
17740
17741 \begin_layout Plain Layout
17742 Tastenkürzel
17743 \end_layout
17744
17745 \end_inset
17746 </cell>
17747 </row>
17748 <row>
17749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17750 \begin_inset Text
17751
17752 \begin_layout Plain Layout
17753
17754 \backslash
17755 mathbb
17756 \series bold
17757
17758 \begin_inset ERT
17759 status collapsed
17760
17761 \begin_layout Plain Layout
17762
17763
17764 \backslash
17765 leer 
17766 \end_layout
17767
17768 \end_inset
17769
17770
17771 \series default
17772 ABC
17773 \end_layout
17774
17775 \end_inset
17776 </cell>
17777 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17778 \begin_inset Text
17779
17780 \begin_layout Plain Layout
17781 \begin_inset Formula $\mathbb{ABC}$
17782 \end_inset
17783
17784
17785 \end_layout
17786
17787 \end_inset
17788 </cell>
17789 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17790 \begin_inset Text
17791
17792 \begin_layout Plain Layout
17793 Alt-z k
17794 \end_layout
17795
17796 \end_inset
17797 </cell>
17798 </row>
17799 <row>
17800 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17801 \begin_inset Text
17802
17803 \begin_layout Plain Layout
17804
17805 \backslash
17806 mathbf
17807 \series bold
17808
17809 \begin_inset ERT
17810 status collapsed
17811
17812 \begin_layout Plain Layout
17813
17814
17815 \backslash
17816 leer 
17817 \end_layout
17818
17819 \end_inset
17820
17821
17822 \series default
17823 AbC
17824 \end_layout
17825
17826 \end_inset
17827 </cell>
17828 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17829 \begin_inset Text
17830
17831 \begin_layout Plain Layout
17832 \begin_inset Formula $\mathbf{AbC}$
17833 \end_inset
17834
17835
17836 \end_layout
17837
17838 \end_inset
17839 </cell>
17840 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17841 \begin_inset Text
17842
17843 \begin_layout Plain Layout
17844 -
17845 \end_layout
17846
17847 \end_inset
17848 </cell>
17849 </row>
17850 <row>
17851 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17852 \begin_inset Text
17853
17854 \begin_layout Plain Layout
17855
17856 \backslash
17857 boldsymbol
17858 \series bold
17859
17860 \begin_inset ERT
17861 status collapsed
17862
17863 \begin_layout Plain Layout
17864
17865
17866 \backslash
17867 leer 
17868 \end_layout
17869
17870 \end_inset
17871
17872
17873 \series default
17874 AbC
17875 \end_layout
17876
17877 \end_inset
17878 </cell>
17879 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17880 \begin_inset Text
17881
17882 \begin_layout Plain Layout
17883 \begin_inset Formula $\boldsymbol{AbC}$
17884 \end_inset
17885
17886
17887 \end_layout
17888
17889 \end_inset
17890 </cell>
17891 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17892 \begin_inset Text
17893
17894 \begin_layout Plain Layout
17895 Alt-z f
17896 \end_layout
17897
17898 \end_inset
17899 </cell>
17900 </row>
17901 <row>
17902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17903 \begin_inset Text
17904
17905 \begin_layout Plain Layout
17906
17907 \backslash
17908 mathcal
17909 \series bold
17910
17911 \begin_inset ERT
17912 status collapsed
17913
17914 \begin_layout Plain Layout
17915
17916
17917 \backslash
17918 leer 
17919 \end_layout
17920
17921 \end_inset
17922
17923
17924 \series default
17925 ABC
17926 \end_layout
17927
17928 \end_inset
17929 </cell>
17930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17931 \begin_inset Text
17932
17933 \begin_layout Plain Layout
17934 \begin_inset Formula $\mathcal{ABC}$
17935 \end_inset
17936
17937
17938 \end_layout
17939
17940 \end_inset
17941 </cell>
17942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17943 \begin_inset Text
17944
17945 \begin_layout Plain Layout
17946 Alt-z h
17947 \end_layout
17948
17949 \end_inset
17950 </cell>
17951 </row>
17952 <row>
17953 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17954 \begin_inset Text
17955
17956 \begin_layout Plain Layout
17957
17958 \backslash
17959 mathfrak
17960 \series bold
17961
17962 \begin_inset ERT
17963 status collapsed
17964
17965 \begin_layout Plain Layout
17966
17967
17968 \backslash
17969 leer 
17970 \end_layout
17971
17972 \end_inset
17973
17974
17975 \series default
17976 AbC
17977 \end_layout
17978
17979 \end_inset
17980 </cell>
17981 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17982 \begin_inset Text
17983
17984 \begin_layout Plain Layout
17985 \begin_inset Formula $\mathfrak{AbC}$
17986 \end_inset
17987
17988
17989 \end_layout
17990
17991 \end_inset
17992 </cell>
17993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17994 \begin_inset Text
17995
17996 \begin_layout Plain Layout
17997 -
17998 \end_layout
17999
18000 \end_inset
18001 </cell>
18002 </row>
18003 </lyxtabular>
18004
18005 \end_inset
18006
18007
18008 \end_layout
18009
18010 \begin_layout Standard
18011 \align center
18012 \begin_inset Tabular
18013 <lyxtabular version="3" rows="5" columns="3">
18014 <features>
18015 <column alignment="center" valignment="top" width="0">
18016 <column alignment="center" valignment="top" width="0">
18017 <column alignment="center" valignment="top" width="0">
18018 <row>
18019 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18020 \begin_inset Text
18021
18022 \begin_layout Plain Layout
18023 Befehl
18024 \end_layout
18025
18026 \end_inset
18027 </cell>
18028 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18029 \begin_inset Text
18030
18031 \begin_layout Plain Layout
18032 Ergebnis
18033 \end_layout
18034
18035 \end_inset
18036 </cell>
18037 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18038 \begin_inset Text
18039
18040 \begin_layout Plain Layout
18041 Tastenkürzel
18042 \end_layout
18043
18044 \end_inset
18045 </cell>
18046 </row>
18047 <row>
18048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18049 \begin_inset Text
18050
18051 \begin_layout Plain Layout
18052
18053 \backslash
18054 mathit
18055 \series bold
18056
18057 \begin_inset ERT
18058 status collapsed
18059
18060 \begin_layout Plain Layout
18061
18062
18063 \backslash
18064 leer 
18065 \end_layout
18066
18067 \end_inset
18068
18069
18070 \series default
18071 AbC
18072 \end_layout
18073
18074 \end_inset
18075 </cell>
18076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18077 \begin_inset Text
18078
18079 \begin_layout Plain Layout
18080 \begin_inset Formula $\mathit{AbC}$
18081 \end_inset
18082
18083
18084 \end_layout
18085
18086 \end_inset
18087 </cell>
18088 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18089 \begin_inset Text
18090
18091 \begin_layout Plain Layout
18092 -
18093 \end_layout
18094
18095 \end_inset
18096 </cell>
18097 </row>
18098 <row>
18099 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18100 \begin_inset Text
18101
18102 \begin_layout Plain Layout
18103
18104 \backslash
18105 mathrm
18106 \series bold
18107
18108 \begin_inset ERT
18109 status collapsed
18110
18111 \begin_layout Plain Layout
18112
18113
18114 \backslash
18115 leer 
18116 \end_layout
18117
18118 \end_inset
18119
18120
18121 \series default
18122 AbC
18123 \end_layout
18124
18125 \end_inset
18126 </cell>
18127 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18128 \begin_inset Text
18129
18130 \begin_layout Plain Layout
18131 \begin_inset Formula $\mathrm{AbC}$
18132 \end_inset
18133
18134
18135 \end_layout
18136
18137 \end_inset
18138 </cell>
18139 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18140 \begin_inset Text
18141
18142 \begin_layout Plain Layout
18143 Alt-z r
18144 \end_layout
18145
18146 \end_inset
18147 </cell>
18148 </row>
18149 <row>
18150 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18151 \begin_inset Text
18152
18153 \begin_layout Plain Layout
18154
18155 \backslash
18156 mathsf
18157 \series bold
18158
18159 \begin_inset ERT
18160 status collapsed
18161
18162 \begin_layout Plain Layout
18163
18164
18165 \backslash
18166 leer 
18167 \end_layout
18168
18169 \end_inset
18170
18171
18172 \series default
18173 AbC
18174 \end_layout
18175
18176 \end_inset
18177 </cell>
18178 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18179 \begin_inset Text
18180
18181 \begin_layout Plain Layout
18182 \begin_inset Formula $\mathsf{AbC}$
18183 \end_inset
18184
18185
18186 \end_layout
18187
18188 \end_inset
18189 </cell>
18190 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18191 \begin_inset Text
18192
18193 \begin_layout Plain Layout
18194 Alt-z s
18195 \end_layout
18196
18197 \end_inset
18198 </cell>
18199 </row>
18200 <row>
18201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18202 \begin_inset Text
18203
18204 \begin_layout Plain Layout
18205
18206 \backslash
18207 mathtt
18208 \series bold
18209
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 leer 
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \series default
18224 AbC
18225 \end_layout
18226
18227 \end_inset
18228 </cell>
18229 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18230 \begin_inset Text
18231
18232 \begin_layout Plain Layout
18233 \begin_inset Formula $\mathtt{AbC}$
18234 \end_inset
18235
18236
18237 \end_layout
18238
18239 \end_inset
18240 </cell>
18241 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18242 \begin_inset Text
18243
18244 \begin_layout Plain Layout
18245 Alt-z c
18246 \end_layout
18247
18248 \end_inset
18249 </cell>
18250 </row>
18251 </lyxtabular>
18252
18253 \end_inset
18254
18255
18256 \end_layout
18257
18258 \begin_layout Standard
18259 \begin_inset Note Greyedout
18260 status open
18261
18262 \begin_layout Plain Layout
18263
18264 \series bold
18265 Achtung:
18266 \series default
18267  Die Stile 
18268 \series bold
18269
18270 \backslash
18271 mathbb
18272 \series default
18273  und 
18274 \series bold
18275
18276 \backslash
18277 mathcal
18278 \series default
18279  können nur für Großbuchstaben verwendet werden.
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Standard
18288 Voreingestellt ist der Stil 
18289 \series bold
18290
18291 \backslash
18292 mathnormal
18293 \series default
18294 .
18295 \end_layout
18296
18297 \begin_layout Standard
18298 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
18299 \begin_inset Formula \[
18300 \mathfrak{A=\frac{b}{C}}\]
18301
18302 \end_inset
18303
18304
18305 \end_layout
18306
18307 \begin_layout Standard
18308 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
18309 ile, sondern in dem Textschriftstil 
18310 \series bold
18311
18312 \backslash
18313 textrm
18314 \series default
18315 .
18316  Dass ihr Stil nicht über den Textstil Dialog geändert werden kann ist ein
18317  Fehler in LyX .
18318 \begin_inset Foot
18319 status collapsed
18320
18321 \begin_layout Plain Layout
18322 \begin_inset CommandInset href
18323 LatexCommand href
18324 name "LyX-Fehler #4091"
18325 target "http://bugzilla.lyx.org/show_bug.cgi?id=4091"
18326
18327 \end_inset
18328
18329
18330 \end_layout
18331
18332 \end_inset
18333
18334
18335 \end_layout
18336
18337 \begin_layout Standard
18338 Anstelle der Stilbefehle kann man auch den Dialog 
18339 \family sans
18340 Bearbeiten\SpecialChar \menuseparator
18341 Mathe\SpecialChar \menuseparator
18342 Text-Stil
18343 \family default
18344  oder den Mathe-Werkzeugleistenknopf 
18345 \begin_inset Graphics
18346         filename ../../images/math/font.png
18347         scale 85
18348
18349 \end_inset
18350
18351  verwenden.
18352 \end_layout
18353
18354 \begin_layout Subsection
18355 Fett gedruckte Formeln
18356 \begin_inset CommandInset label
18357 LatexCommand label
18358 name "sub:Fett-gedruckte-Formeln"
18359
18360 \end_inset
18361
18362
18363 \begin_inset Index
18364 status collapsed
18365
18366 \begin_layout Plain Layout
18367 Formel ! fett gedruckte
18368 \end_layout
18369
18370 \end_inset
18371
18372
18373 \end_layout
18374
18375 \begin_layout Standard
18376 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18377  Kapitel angegebenen Befehl 
18378 \series bold
18379
18380 \backslash
18381 mathbf
18382 \series default
18383  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18384  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18385  Formel gut erkennt:
18386 \end_layout
18387
18388 \begin_layout Standard
18389 \begin_inset Formula \[
18390 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}\]
18391
18392 \end_inset
18393
18394
18395 \end_layout
18396
18397 \begin_layout Standard
18398 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18399 \series bold
18400
18401 \backslash
18402 boldsymbol
18403 \series default
18404 :
18405 \begin_inset Formula \[
18406 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}\]
18407
18408 \end_inset
18409
18410 Es gibt auch die Möglichkeit die Formel in eine 
18411 \series bold
18412 boldmath-Umgebung
18413 \series default
18414  zu setzen.
18415  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18416 \series bold
18417
18418 \backslash
18419 boldmath
18420 \begin_inset Index
18421 status collapsed
18422
18423 \begin_layout Plain Layout
18424 Befehle ! B ! 
18425 \backslash
18426 boldmath
18427 \end_layout
18428
18429 \end_inset
18430
18431
18432 \series default
18433  eingibt.
18434  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18435 \series bold
18436
18437 \backslash
18438 unboldmath
18439 \begin_inset Index
18440 status collapsed
18441
18442 \begin_layout Plain Layout
18443 Befehle ! U ! 
18444 \backslash
18445 unboldmath
18446 \end_layout
18447
18448 \end_inset
18449
18450
18451 \series default
18452  ein.
18453 \begin_inset ERT
18454 status collapsed
18455
18456 \begin_layout Plain Layout
18457
18458
18459 \backslash
18460 boldmath 
18461 \end_layout
18462
18463 \end_inset
18464
18465
18466 \begin_inset Formula \[
18467 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}\]
18468
18469 \end_inset
18470
18471
18472 \begin_inset ERT
18473 status collapsed
18474
18475 \begin_layout Plain Layout
18476
18477
18478 \backslash
18479 unboldmath 
18480 \end_layout
18481
18482 \end_inset
18483
18484
18485 \end_layout
18486
18487 \begin_layout Subsection
18488 Schriftgrößen
18489 \begin_inset CommandInset label
18490 LatexCommand label
18491 name "sub:Schriftgrößen"
18492
18493 \end_inset
18494
18495
18496 \begin_inset Index
18497 status collapsed
18498
18499 \begin_layout Plain Layout
18500 Schriften ! Schriftgrößen
18501 \end_layout
18502
18503 \end_inset
18504
18505
18506 \end_layout
18507
18508 \begin_layout Standard
18509 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18510 le:
18511 \end_layout
18512
18513 \begin_layout Standard
18514
18515 \series bold
18516
18517 \backslash
18518 Huge
18519 \series default
18520
18521 \series bold
18522
18523 \backslash
18524 huge
18525 \series default
18526
18527 \series bold
18528
18529 \backslash
18530 LARGE
18531 \series default
18532
18533 \series bold
18534
18535 \backslash
18536 Large
18537 \series default
18538
18539 \series bold
18540
18541 \backslash
18542 large
18543 \series default
18544
18545 \series bold
18546
18547 \backslash
18548 normalsize
18549 \series default
18550
18551 \series bold
18552
18553 \backslash
18554 small
18555 \series default
18556
18557 \series bold
18558
18559 \backslash
18560 footnotesize
18561 \series default
18562 ,
18563 \begin_inset Newline linebreak
18564 \end_inset
18565
18566
18567 \series bold
18568
18569 \backslash
18570 scriptsize
18571 \series default
18572  und 
18573 \series bold
18574
18575 \backslash
18576 tiny
18577 \end_layout
18578
18579 \begin_layout Standard
18580 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18581  ab, die dem Befehl 
18582 \series bold
18583
18584 \backslash
18585 normalsize
18586 \series default
18587  entspricht.
18588  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18589 \series bold
18590
18591 \backslash
18592 normalsize
18593 \series default
18594 .
18595  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18596  Beträgt z.
18597 \begin_inset space \thinspace{}
18598 \end_inset
18599
18600 B.
18601  die Dokumentschriftgröße 12
18602 \begin_inset space \thinspace{}
18603 \end_inset
18604
18605 pt, produziert der Befehl 
18606 \series bold
18607
18608 \backslash
18609 Huge
18610 \series default
18611  dasselbe wie 
18612 \series bold
18613
18614 \backslash
18615 huge
18616 \series default
18617 .
18618  
18619 \end_layout
18620
18621 \begin_layout Standard
18622 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18623  Größe aller nachfolgenden Formel- und Textzeichen fest.
18624  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18625  TeX-Modus den Befehl 
18626 \series bold
18627
18628 \backslash
18629 normalsize
18630 \series default
18631  ein.
18632 \end_layout
18633
18634 \begin_layout Standard
18635 Innerhalb einer Formel kann die Größe nur für Symbole oder Buchstaben im
18636  mathematischen Text geändert werden.
18637  Dazu wird der Größenbefehl im mathematischen Textmodus eingegeben.
18638  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18639  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18640  Dazu zwei Beispiele:
18641 \begin_inset VSpace -2mm
18642 \end_inset
18643
18644
18645 \end_layout
18646
18647 \begin_layout Standard
18648 \begin_inset ERT
18649 status collapsed
18650
18651 \begin_layout Plain Layout
18652
18653
18654 \backslash
18655 huge 
18656 \end_layout
18657
18658 \end_inset
18659
18660
18661 \begin_inset Formula \[
18662 A=\frac{B}{c}\cdot\maltese\]
18663
18664 \end_inset
18665
18666
18667 \begin_inset Formula \[
18668 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}\]
18669
18670 \end_inset
18671
18672
18673 \begin_inset ERT
18674 status collapsed
18675
18676 \begin_layout Plain Layout
18677
18678
18679 \backslash
18680 normalsize 
18681 \end_layout
18682
18683 \end_inset
18684
18685
18686 \end_layout
18687
18688 \begin_layout Standard
18689 \begin_inset VSpace medskip
18690 \end_inset
18691
18692 Vor beiden Formeln wurde der Befehl 
18693 \series bold
18694
18695 \backslash
18696 huge
18697 \series default
18698  eingegeben.
18699  Der Befehl für die zweite Formel lautet:
18700 \begin_inset Newline newline
18701 \end_inset
18702
18703
18704 \series bold
18705
18706 \backslash
18707 maltese
18708 \begin_inset ERT
18709 status collapsed
18710
18711 \begin_layout Plain Layout
18712
18713
18714 \backslash
18715 leer 
18716 \end_layout
18717
18718 \end_inset
18719
18720 A M-m m 
18721 \backslash
18722 Large
18723 \begin_inset ERT
18724 status collapsed
18725
18726 \begin_layout Plain Layout
18727
18728
18729 \backslash
18730 leer 
18731 \end_layout
18732
18733 \end_inset
18734
18735
18736 \backslash
18737 maltese
18738 \begin_inset ERT
18739 status collapsed
18740
18741 \begin_layout Plain Layout
18742
18743
18744 \backslash
18745 leer 
18746 \end_layout
18747
18748 \end_inset
18749
18750
18751 \backslash
18752 textit
18753 \begin_inset ERT
18754 status collapsed
18755
18756 \begin_layout Plain Layout
18757
18758
18759 \backslash
18760 leer 
18761 \end_layout
18762
18763 \end_inset
18764
18765 A
18766 \begin_inset Formula $\to$
18767 \end_inset
18768
18769
18770 \begin_inset Formula $\to$
18771 \end_inset
18772
18773
18774 \begin_inset Newline newline
18775 \end_inset
18776
18777
18778 \begin_inset space \hspace*{}
18779 \length 1cm
18780 \end_inset
18781
18782 M-m
18783 \series default
18784  
18785 \series bold
18786
18787 \backslash
18788 tiny
18789 \begin_inset ERT
18790 status collapsed
18791
18792 \begin_layout Plain Layout
18793
18794
18795 \backslash
18796 leer 
18797 \end_layout
18798
18799 \end_inset
18800
18801
18802 \backslash
18803 maltese
18804 \begin_inset ERT
18805 status collapsed
18806
18807 \begin_layout Plain Layout
18808
18809
18810 \backslash
18811 leer 
18812 \end_layout
18813
18814 \end_inset
18815
18816
18817 \backslash
18818 textit
18819 \begin_inset ERT
18820 status collapsed
18821
18822 \begin_layout Plain Layout
18823
18824
18825 \backslash
18826 leer 
18827 \end_layout
18828
18829 \end_inset
18830
18831 A
18832 \end_layout
18833
18834 \begin_layout Standard
18835 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18836  immer in der Standardgröße dargestellt.
18837 \end_layout
18838
18839 \begin_layout Section
18840 Griechische Buchstaben
18841 \begin_inset Index
18842 status collapsed
18843
18844 \begin_layout Plain Layout
18845 griechische Buchstaben
18846 \end_layout
18847
18848 \end_inset
18849
18850
18851 \end_layout
18852
18853 \begin_layout Standard
18854 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18855  
18856 \begin_inset Graphics
18857         filename ../../images/math/alpha.png
18858         scale 85
18859
18860 \end_inset
18861
18862  eingefügt werden.
18863 \end_layout
18864
18865 \begin_layout Subsection
18866 Kleine Buchstaben
18867 \begin_inset CommandInset label
18868 LatexCommand label
18869 name "sub:Kleine-Buchstaben"
18870
18871 \end_inset
18872
18873
18874 \begin_inset Index
18875 status collapsed
18876
18877 \begin_layout Plain Layout
18878 griechische Buchstaben ! kleine
18879 \end_layout
18880
18881 \end_inset
18882
18883
18884 \end_layout
18885
18886 \begin_layout Standard
18887 \begin_inset space \hfill{}
18888 \end_inset
18889
18890
18891 \begin_inset Tabular
18892 <lyxtabular version="3" rows="11" columns="2">
18893 <features>
18894 <column alignment="center" valignment="top" width="0pt">
18895 <column alignment="center" valignment="top" width="0pt">
18896 <row>
18897 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 Befehl
18902 \end_layout
18903
18904 \end_inset
18905 </cell>
18906 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18907 \begin_inset Text
18908
18909 \begin_layout Plain Layout
18910 Ergebnis
18911 \end_layout
18912
18913 \end_inset
18914 </cell>
18915 </row>
18916 <row>
18917 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18918 \begin_inset Text
18919
18920 \begin_layout Plain Layout
18921
18922 \backslash
18923 alpha
18924 \end_layout
18925
18926 \end_inset
18927 </cell>
18928 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18929 \begin_inset Text
18930
18931 \begin_layout Plain Layout
18932 \begin_inset Formula $\alpha$
18933 \end_inset
18934
18935
18936 \end_layout
18937
18938 \end_inset
18939 </cell>
18940 </row>
18941 <row>
18942 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18943 \begin_inset Text
18944
18945 \begin_layout Plain Layout
18946
18947 \backslash
18948 beta
18949 \end_layout
18950
18951 \end_inset
18952 </cell>
18953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18954 \begin_inset Text
18955
18956 \begin_layout Plain Layout
18957 \begin_inset Formula $\beta$
18958 \end_inset
18959
18960
18961 \end_layout
18962
18963 \end_inset
18964 </cell>
18965 </row>
18966 <row>
18967 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18968 \begin_inset Text
18969
18970 \begin_layout Plain Layout
18971
18972 \backslash
18973 gamma
18974 \end_layout
18975
18976 \end_inset
18977 </cell>
18978 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18979 \begin_inset Text
18980
18981 \begin_layout Plain Layout
18982 \begin_inset Formula $\gamma$
18983 \end_inset
18984
18985
18986 \end_layout
18987
18988 \end_inset
18989 </cell>
18990 </row>
18991 <row>
18992 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18993 \begin_inset Text
18994
18995 \begin_layout Plain Layout
18996
18997 \backslash
18998 delta
18999 \end_layout
19000
19001 \end_inset
19002 </cell>
19003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19004 \begin_inset Text
19005
19006 \begin_layout Plain Layout
19007 \begin_inset Formula $\delta$
19008 \end_inset
19009
19010
19011 \end_layout
19012
19013 \end_inset
19014 </cell>
19015 </row>
19016 <row>
19017 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19018 \begin_inset Text
19019
19020 \begin_layout Plain Layout
19021
19022 \backslash
19023 epsilon
19024 \end_layout
19025
19026 \end_inset
19027 </cell>
19028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19029 \begin_inset Text
19030
19031 \begin_layout Plain Layout
19032 \begin_inset Formula $\epsilon$
19033 \end_inset
19034
19035
19036 \end_layout
19037
19038 \end_inset
19039 </cell>
19040 </row>
19041 <row>
19042 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19043 \begin_inset Text
19044
19045 \begin_layout Plain Layout
19046
19047 \backslash
19048 varepsilon
19049 \end_layout
19050
19051 \end_inset
19052 </cell>
19053 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19054 \begin_inset Text
19055
19056 \begin_layout Plain Layout
19057 \begin_inset Formula $\varepsilon$
19058 \end_inset
19059
19060
19061 \end_layout
19062
19063 \end_inset
19064 </cell>
19065 </row>
19066 <row>
19067 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19068 \begin_inset Text
19069
19070 \begin_layout Plain Layout
19071
19072 \backslash
19073 zeta
19074 \end_layout
19075
19076 \end_inset
19077 </cell>
19078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19079 \begin_inset Text
19080
19081 \begin_layout Plain Layout
19082 \begin_inset Formula $\zeta$
19083 \end_inset
19084
19085
19086 \end_layout
19087
19088 \end_inset
19089 </cell>
19090 </row>
19091 <row>
19092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19093 \begin_inset Text
19094
19095 \begin_layout Plain Layout
19096
19097 \backslash
19098 eta
19099 \end_layout
19100
19101 \end_inset
19102 </cell>
19103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19104 \begin_inset Text
19105
19106 \begin_layout Plain Layout
19107 \begin_inset Formula $\eta$
19108 \end_inset
19109
19110
19111 \end_layout
19112
19113 \end_inset
19114 </cell>
19115 </row>
19116 <row>
19117 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19118 \begin_inset Text
19119
19120 \begin_layout Plain Layout
19121
19122 \backslash
19123 theta
19124 \end_layout
19125
19126 \end_inset
19127 </cell>
19128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19129 \begin_inset Text
19130
19131 \begin_layout Plain Layout
19132 \begin_inset Formula $\theta$
19133 \end_inset
19134
19135
19136 \end_layout
19137
19138 \end_inset
19139 </cell>
19140 </row>
19141 <row>
19142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19143 \begin_inset Text
19144
19145 \begin_layout Plain Layout
19146
19147 \backslash
19148 vartheta
19149 \end_layout
19150
19151 \end_inset
19152 </cell>
19153 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19154 \begin_inset Text
19155
19156 \begin_layout Plain Layout
19157 \begin_inset Formula $\vartheta$
19158 \end_inset
19159
19160
19161 \end_layout
19162
19163 \end_inset
19164 </cell>
19165 </row>
19166 </lyxtabular>
19167
19168 \end_inset
19169
19170
19171 \begin_inset space \hfill{}
19172 \end_inset
19173
19174
19175 \begin_inset Tabular
19176 <lyxtabular version="3" rows="12" columns="2">
19177 <features>
19178 <column alignment="center" valignment="top" width="0pt">
19179 <column alignment="center" valignment="top" width="0pt">
19180 <row>
19181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 Befehl
19186 \end_layout
19187
19188 \end_inset
19189 </cell>
19190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19191 \begin_inset Text
19192
19193 \begin_layout Plain Layout
19194 Ergebnis
19195 \end_layout
19196
19197 \end_inset
19198 </cell>
19199 </row>
19200 <row>
19201 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19202 \begin_inset Text
19203
19204 \begin_layout Plain Layout
19205
19206 \backslash
19207 iota
19208 \end_layout
19209
19210 \end_inset
19211 </cell>
19212 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19213 \begin_inset Text
19214
19215 \begin_layout Plain Layout
19216 \begin_inset Formula $\iota$
19217 \end_inset
19218
19219
19220 \end_layout
19221
19222 \end_inset
19223 </cell>
19224 </row>
19225 <row>
19226 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19227 \begin_inset Text
19228
19229 \begin_layout Plain Layout
19230
19231 \backslash
19232 kappa
19233 \end_layout
19234
19235 \end_inset
19236 </cell>
19237 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19238 \begin_inset Text
19239
19240 \begin_layout Plain Layout
19241 \begin_inset Formula $\kappa$
19242 \end_inset
19243
19244
19245 \end_layout
19246
19247 \end_inset
19248 </cell>
19249 </row>
19250 <row>
19251 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19252 \begin_inset Text
19253
19254 \begin_layout Plain Layout
19255
19256 \backslash
19257 varkappa
19258 \end_layout
19259
19260 \end_inset
19261 </cell>
19262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19263 \begin_inset Text
19264
19265 \begin_layout Plain Layout
19266 \begin_inset Formula $\varkappa$
19267 \end_inset
19268
19269
19270 \end_layout
19271
19272 \end_inset
19273 </cell>
19274 </row>
19275 <row>
19276 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19277 \begin_inset Text
19278
19279 \begin_layout Plain Layout
19280
19281 \backslash
19282 lambda
19283 \end_layout
19284
19285 \end_inset
19286 </cell>
19287 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19288 \begin_inset Text
19289
19290 \begin_layout Plain Layout
19291 \begin_inset Formula $\lambda$
19292 \end_inset
19293
19294
19295 \end_layout
19296
19297 \end_inset
19298 </cell>
19299 </row>
19300 <row>
19301 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19302 \begin_inset Text
19303
19304 \begin_layout Plain Layout
19305
19306 \backslash
19307 mu
19308 \end_layout
19309
19310 \end_inset
19311 </cell>
19312 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19313 \begin_inset Text
19314
19315 \begin_layout Plain Layout
19316 \begin_inset Formula $\mu$
19317 \end_inset
19318
19319
19320 \end_layout
19321
19322 \end_inset
19323 </cell>
19324 </row>
19325 <row>
19326 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19327 \begin_inset Text
19328
19329 \begin_layout Plain Layout
19330
19331 \backslash
19332 nu
19333 \end_layout
19334
19335 \end_inset
19336 </cell>
19337 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19338 \begin_inset Text
19339
19340 \begin_layout Plain Layout
19341 \begin_inset Formula $\nu$
19342 \end_inset
19343
19344
19345 \end_layout
19346
19347 \end_inset
19348 </cell>
19349 </row>
19350 <row>
19351 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19352 \begin_inset Text
19353
19354 \begin_layout Plain Layout
19355
19356 \backslash
19357 xi
19358 \end_layout
19359
19360 \end_inset
19361 </cell>
19362 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19363 \begin_inset Text
19364
19365 \begin_layout Plain Layout
19366 \begin_inset Formula $\xi$
19367 \end_inset
19368
19369
19370 \end_layout
19371
19372 \end_inset
19373 </cell>
19374 </row>
19375 <row>
19376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19377 \begin_inset Text
19378
19379 \begin_layout Plain Layout
19380 o
19381 \end_layout
19382
19383 \end_inset
19384 </cell>
19385 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19386 \begin_inset Text
19387
19388 \begin_layout Plain Layout
19389 \begin_inset Formula $o$
19390 \end_inset
19391
19392
19393 \end_layout
19394
19395 \end_inset
19396 </cell>
19397 </row>
19398 <row>
19399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19400 \begin_inset Text
19401
19402 \begin_layout Plain Layout
19403
19404 \backslash
19405 pi
19406 \end_layout
19407
19408 \end_inset
19409 </cell>
19410 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19411 \begin_inset Text
19412
19413 \begin_layout Plain Layout
19414 \begin_inset Formula $\pi$
19415 \end_inset
19416
19417
19418 \end_layout
19419
19420 \end_inset
19421 </cell>
19422 </row>
19423 <row>
19424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19425 \begin_inset Text
19426
19427 \begin_layout Plain Layout
19428
19429 \backslash
19430 varpi
19431 \end_layout
19432
19433 \end_inset
19434 </cell>
19435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19436 \begin_inset Text
19437
19438 \begin_layout Plain Layout
19439 \begin_inset Formula $\varpi$
19440 \end_inset
19441
19442
19443 \end_layout
19444
19445 \end_inset
19446 </cell>
19447 </row>
19448 <row>
19449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19450 \begin_inset Text
19451
19452 \begin_layout Plain Layout
19453
19454 \backslash
19455 rho
19456 \end_layout
19457
19458 \end_inset
19459 </cell>
19460 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19461 \begin_inset Text
19462
19463 \begin_layout Plain Layout
19464 \begin_inset Formula $\rho$
19465 \end_inset
19466
19467
19468 \end_layout
19469
19470 \end_inset
19471 </cell>
19472 </row>
19473 </lyxtabular>
19474
19475 \end_inset
19476
19477
19478 \begin_inset space \hfill{}
19479 \end_inset
19480
19481
19482 \begin_inset Tabular
19483 <lyxtabular version="3" rows="11" columns="2">
19484 <features>
19485 <column alignment="center" valignment="top" width="0pt">
19486 <column alignment="center" valignment="top" width="0pt">
19487 <row>
19488 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 Befehl
19493 \end_layout
19494
19495 \end_inset
19496 </cell>
19497 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19498 \begin_inset Text
19499
19500 \begin_layout Plain Layout
19501 Ergebnis
19502 \end_layout
19503
19504 \end_inset
19505 </cell>
19506 </row>
19507 <row>
19508 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19509 \begin_inset Text
19510
19511 \begin_layout Plain Layout
19512
19513 \backslash
19514 varrho
19515 \end_layout
19516
19517 \end_inset
19518 </cell>
19519 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19520 \begin_inset Text
19521
19522 \begin_layout Plain Layout
19523 \begin_inset Formula $\varrho$
19524 \end_inset
19525
19526
19527 \end_layout
19528
19529 \end_inset
19530 </cell>
19531 </row>
19532 <row>
19533 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19534 \begin_inset Text
19535
19536 \begin_layout Plain Layout
19537
19538 \backslash
19539 sigma
19540 \end_layout
19541
19542 \end_inset
19543 </cell>
19544 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19545 \begin_inset Text
19546
19547 \begin_layout Plain Layout
19548 \begin_inset Formula $\sigma$
19549 \end_inset
19550
19551
19552 \end_layout
19553
19554 \end_inset
19555 </cell>
19556 </row>
19557 <row>
19558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19559 \begin_inset Text
19560
19561 \begin_layout Plain Layout
19562
19563 \backslash
19564 varsigma
19565 \end_layout
19566
19567 \end_inset
19568 </cell>
19569 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19570 \begin_inset Text
19571
19572 \begin_layout Plain Layout
19573 \begin_inset Formula $\varsigma$
19574 \end_inset
19575
19576
19577 \end_layout
19578
19579 \end_inset
19580 </cell>
19581 </row>
19582 <row>
19583 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19584 \begin_inset Text
19585
19586 \begin_layout Plain Layout
19587
19588 \backslash
19589 tau
19590 \end_layout
19591
19592 \end_inset
19593 </cell>
19594 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19595 \begin_inset Text
19596
19597 \begin_layout Plain Layout
19598 \begin_inset Formula $\tau$
19599 \end_inset
19600
19601
19602 \end_layout
19603
19604 \end_inset
19605 </cell>
19606 </row>
19607 <row>
19608 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19609 \begin_inset Text
19610
19611 \begin_layout Plain Layout
19612
19613 \backslash
19614 upsilon
19615 \end_layout
19616
19617 \end_inset
19618 </cell>
19619 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19620 \begin_inset Text
19621
19622 \begin_layout Plain Layout
19623 \begin_inset Formula $\upsilon$
19624 \end_inset
19625
19626
19627 \end_layout
19628
19629 \end_inset
19630 </cell>
19631 </row>
19632 <row>
19633 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19634 \begin_inset Text
19635
19636 \begin_layout Plain Layout
19637
19638 \backslash
19639 phi
19640 \end_layout
19641
19642 \end_inset
19643 </cell>
19644 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19645 \begin_inset Text
19646
19647 \begin_layout Plain Layout
19648 \begin_inset Formula $\phi$
19649 \end_inset
19650
19651
19652 \end_layout
19653
19654 \end_inset
19655 </cell>
19656 </row>
19657 <row>
19658 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19659 \begin_inset Text
19660
19661 \begin_layout Plain Layout
19662
19663 \backslash
19664 varphi
19665 \end_layout
19666
19667 \end_inset
19668 </cell>
19669 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19670 \begin_inset Text
19671
19672 \begin_layout Plain Layout
19673 \begin_inset Formula $\varphi$
19674 \end_inset
19675
19676
19677 \end_layout
19678
19679 \end_inset
19680 </cell>
19681 </row>
19682 <row>
19683 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19684 \begin_inset Text
19685
19686 \begin_layout Plain Layout
19687
19688 \backslash
19689 chi
19690 \end_layout
19691
19692 \end_inset
19693 </cell>
19694 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19695 \begin_inset Text
19696
19697 \begin_layout Plain Layout
19698 \begin_inset Formula $\chi$
19699 \end_inset
19700
19701
19702 \end_layout
19703
19704 \end_inset
19705 </cell>
19706 </row>
19707 <row>
19708 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19709 \begin_inset Text
19710
19711 \begin_layout Plain Layout
19712
19713 \backslash
19714 psi
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19720 \begin_inset Text
19721
19722 \begin_layout Plain Layout
19723 \begin_inset Formula $\psi$
19724 \end_inset
19725
19726
19727 \end_layout
19728
19729 \end_inset
19730 </cell>
19731 </row>
19732 <row>
19733 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19734 \begin_inset Text
19735
19736 \begin_layout Plain Layout
19737
19738 \backslash
19739 omega
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19745 \begin_inset Text
19746
19747 \begin_layout Plain Layout
19748 \begin_inset Formula $\omega$
19749 \end_inset
19750
19751
19752 \end_layout
19753
19754 \end_inset
19755 </cell>
19756 </row>
19757 </lyxtabular>
19758
19759 \end_inset
19760
19761
19762 \begin_inset space \hfill{}
19763 \end_inset
19764
19765
19766 \end_layout
19767
19768 \begin_layout Standard
19769 \begin_inset VSpace medskip
19770 \end_inset
19771
19772 Wie man aufrechte griechische Buchstaben erstellt, ist in 
19773 \begin_inset CommandInset ref
19774 LatexCommand ref
19775 reference "sub:Aufrechte-kleine-griechische"
19776
19777 \end_inset
19778
19779  beschrieben.
19780 \end_layout
19781
19782 \begin_layout Subsection
19783 Große Buchstaben
19784 \begin_inset Index
19785 status collapsed
19786
19787 \begin_layout Plain Layout
19788 griechische Buchstaben ! große
19789 \end_layout
19790
19791 \end_inset
19792
19793
19794 \end_layout
19795
19796 \begin_layout Standard
19797 \begin_inset space \hfill{}
19798 \end_inset
19799
19800
19801 \begin_inset Tabular
19802 <lyxtabular version="3" rows="7" columns="2">
19803 <features>
19804 <column alignment="center" valignment="top" width="0pt">
19805 <column alignment="center" valignment="top" width="0pt">
19806 <row>
19807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 Befehl
19812 \end_layout
19813
19814 \end_inset
19815 </cell>
19816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19817 \begin_inset Text
19818
19819 \begin_layout Plain Layout
19820 Ergebnis
19821 \end_layout
19822
19823 \end_inset
19824 </cell>
19825 </row>
19826 <row>
19827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19828 \begin_inset Text
19829
19830 \begin_layout Plain Layout
19831
19832 \backslash
19833 Gamma
19834 \end_layout
19835
19836 \end_inset
19837 </cell>
19838 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19839 \begin_inset Text
19840
19841 \begin_layout Plain Layout
19842 \begin_inset Formula $\Gamma$
19843 \end_inset
19844
19845
19846 \end_layout
19847
19848 \end_inset
19849 </cell>
19850 </row>
19851 <row>
19852 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19853 \begin_inset Text
19854
19855 \begin_layout Plain Layout
19856
19857 \backslash
19858 Delta
19859 \end_layout
19860
19861 \end_inset
19862 </cell>
19863 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19864 \begin_inset Text
19865
19866 \begin_layout Plain Layout
19867 \begin_inset Formula $\Delta$
19868 \end_inset
19869
19870
19871 \end_layout
19872
19873 \end_inset
19874 </cell>
19875 </row>
19876 <row>
19877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19878 \begin_inset Text
19879
19880 \begin_layout Plain Layout
19881
19882 \backslash
19883 Theta
19884 \end_layout
19885
19886 \end_inset
19887 </cell>
19888 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19889 \begin_inset Text
19890
19891 \begin_layout Plain Layout
19892 \begin_inset Formula $\Theta$
19893 \end_inset
19894
19895
19896 \end_layout
19897
19898 \end_inset
19899 </cell>
19900 </row>
19901 <row>
19902 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19903 \begin_inset Text
19904
19905 \begin_layout Plain Layout
19906
19907 \backslash
19908 Lambda
19909 \end_layout
19910
19911 \end_inset
19912 </cell>
19913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19914 \begin_inset Text
19915
19916 \begin_layout Plain Layout
19917 \begin_inset Formula $\Lambda$
19918 \end_inset
19919
19920
19921 \end_layout
19922
19923 \end_inset
19924 </cell>
19925 </row>
19926 <row>
19927 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19928 \begin_inset Text
19929
19930 \begin_layout Plain Layout
19931
19932 \backslash
19933 Xi
19934 \end_layout
19935
19936 \end_inset
19937 </cell>
19938 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19939 \begin_inset Text
19940
19941 \begin_layout Plain Layout
19942 \begin_inset Formula $\Xi$
19943 \end_inset
19944
19945
19946 \end_layout
19947
19948 \end_inset
19949 </cell>
19950 </row>
19951 <row>
19952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19953 \begin_inset Text
19954
19955 \begin_layout Plain Layout
19956
19957 \backslash
19958 Pi
19959 \end_layout
19960
19961 \end_inset
19962 </cell>
19963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19964 \begin_inset Text
19965
19966 \begin_layout Plain Layout
19967 \begin_inset Formula $\Pi$
19968 \end_inset
19969
19970
19971 \end_layout
19972
19973 \end_inset
19974 </cell>
19975 </row>
19976 </lyxtabular>
19977
19978 \end_inset
19979
19980
19981 \begin_inset space \hfill{}
19982 \end_inset
19983
19984
19985 \begin_inset Tabular
19986 <lyxtabular version="3" rows="6" columns="2">
19987 <features>
19988 <column alignment="center" valignment="top" width="0pt">
19989 <column alignment="center" valignment="top" width="0pt">
19990 <row>
19991 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 Befehl
19996 \end_layout
19997
19998 \end_inset
19999 </cell>
20000 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20001 \begin_inset Text
20002
20003 \begin_layout Plain Layout
20004 Ergebnis
20005 \end_layout
20006
20007 \end_inset
20008 </cell>
20009 </row>
20010 <row>
20011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20012 \begin_inset Text
20013
20014 \begin_layout Plain Layout
20015
20016 \backslash
20017 Sigma
20018 \end_layout
20019
20020 \end_inset
20021 </cell>
20022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20023 \begin_inset Text
20024
20025 \begin_layout Plain Layout
20026 \begin_inset Formula $\Sigma$
20027 \end_inset
20028
20029
20030 \end_layout
20031
20032 \end_inset
20033 </cell>
20034 </row>
20035 <row>
20036 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20037 \begin_inset Text
20038
20039 \begin_layout Plain Layout
20040
20041 \backslash
20042 Upsilon
20043 \end_layout
20044
20045 \end_inset
20046 </cell>
20047 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20048 \begin_inset Text
20049
20050 \begin_layout Plain Layout
20051 \begin_inset Formula $\Upsilon$
20052 \end_inset
20053
20054
20055 \end_layout
20056
20057 \end_inset
20058 </cell>
20059 </row>
20060 <row>
20061 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20062 \begin_inset Text
20063
20064 \begin_layout Plain Layout
20065
20066 \backslash
20067 Phi
20068 \end_layout
20069
20070 \end_inset
20071 </cell>
20072 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20073 \begin_inset Text
20074
20075 \begin_layout Plain Layout
20076 \begin_inset Formula $\Phi$
20077 \end_inset
20078
20079
20080 \end_layout
20081
20082 \end_inset
20083 </cell>
20084 </row>
20085 <row>
20086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20087 \begin_inset Text
20088
20089 \begin_layout Plain Layout
20090
20091 \backslash
20092 Psi
20093 \end_layout
20094
20095 \end_inset
20096 </cell>
20097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20098 \begin_inset Text
20099
20100 \begin_layout Plain Layout
20101 \begin_inset Formula $\Psi$
20102 \end_inset
20103
20104
20105 \end_layout
20106
20107 \end_inset
20108 </cell>
20109 </row>
20110 <row>
20111 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20112 \begin_inset Text
20113
20114 \begin_layout Plain Layout
20115
20116 \backslash
20117 Omega
20118 \end_layout
20119
20120 \end_inset
20121 </cell>
20122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20123 \begin_inset Text
20124
20125 \begin_layout Plain Layout
20126 \begin_inset Formula $\Omega$
20127 \end_inset
20128
20129
20130 \end_layout
20131
20132 \end_inset
20133 </cell>
20134 </row>
20135 </lyxtabular>
20136
20137 \end_inset
20138
20139
20140 \begin_inset space \hfill{}
20141 \end_inset
20142
20143
20144 \end_layout
20145
20146 \begin_layout Standard
20147 \begin_inset VSpace medskip
20148 \end_inset
20149
20150 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20151  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20152  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20153  mit 
20154 \series bold
20155 var
20156 \series default
20157 .
20158  So ergibt z.
20159 \begin_inset space \thinspace{}
20160 \end_inset
20161
20162 B.
20163  der Befehl 
20164 \series bold
20165
20166 \backslash
20167 varGamma
20168 \series default
20169
20170 \begin_inset Formula $\varGamma$
20171 \end_inset
20172
20173
20174 \end_layout
20175
20176 \begin_layout Subsection
20177 Fett gedruckte Buchstaben
20178 \begin_inset Index
20179 status collapsed
20180
20181 \begin_layout Plain Layout
20182 griechische Buchstaben ! fett gedruckte
20183 \end_layout
20184
20185 \end_inset
20186
20187
20188 \end_layout
20189
20190 \begin_layout Standard
20191 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20192  Schriftstilen darstellen.
20193  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20194 \series bold
20195
20196 \backslash
20197 boldsymbol
20198 \series default
20199
20200 \begin_inset Index
20201 status collapsed
20202
20203 \begin_layout Plain Layout
20204 Befehle ! B ! 
20205 \backslash
20206 boldsymbol
20207 \end_layout
20208
20209 \end_inset
20210
20211  fett gedruckt auszugeben.
20212 \end_layout
20213
20214 \begin_layout Standard
20215 \align center
20216 \begin_inset Tabular
20217 <lyxtabular version="3" rows="3" columns="2">
20218 <features>
20219 <column alignment="center" valignment="top" width="0">
20220 <column alignment="center" valignment="top" width="0">
20221 <row>
20222 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20223 \begin_inset Text
20224
20225 \begin_layout Plain Layout
20226 Befehl
20227 \end_layout
20228
20229 \end_inset
20230 </cell>
20231 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20232 \begin_inset Text
20233
20234 \begin_layout Plain Layout
20235 Ergebnis
20236 \end_layout
20237
20238 \end_inset
20239 </cell>
20240 </row>
20241 <row>
20242 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20243 \begin_inset Text
20244
20245 \begin_layout Plain Layout
20246
20247 \backslash
20248 Upsilon
20249 \backslash
20250 boldsymbol
20251 \backslash
20252 Upsilon
20253 \end_layout
20254
20255 \end_inset
20256 </cell>
20257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20258 \begin_inset Text
20259
20260 \begin_layout Plain Layout
20261 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20262 \end_inset
20263
20264
20265 \end_layout
20266
20267 \end_inset
20268 </cell>
20269 </row>
20270 <row>
20271 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20272 \begin_inset Text
20273
20274 \begin_layout Plain Layout
20275
20276 \backslash
20277 theta
20278 \backslash
20279 boldsymbol
20280 \backslash
20281 theta
20282 \end_layout
20283
20284 \end_inset
20285 </cell>
20286 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20287 \begin_inset Text
20288
20289 \begin_layout Plain Layout
20290 \begin_inset Formula $\theta\boldsymbol{\theta}$
20291 \end_inset
20292
20293
20294 \end_layout
20295
20296 \end_inset
20297 </cell>
20298 </row>
20299 </lyxtabular>
20300
20301 \end_inset
20302
20303
20304 \end_layout
20305
20306 \begin_layout Section
20307 Symbole
20308 \begin_inset ERT
20309 status collapsed
20310
20311 \begin_layout Plain Layout
20312
20313
20314 \backslash
20315 texorpdfstring{
20316 \end_layout
20317
20318 \end_inset
20319
20320
20321 \begin_inset Foot
20322 status collapsed
20323
20324 \begin_layout Plain Layout
20325 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20326  
20327 \begin_inset CommandInset citation
20328 LatexCommand cite
20329 key "Symbole"
20330
20331 \end_inset
20332
20333 .
20334 \end_layout
20335
20336 \end_inset
20337
20338
20339 \begin_inset ERT
20340 status collapsed
20341
20342 \begin_layout Plain Layout
20343
20344 }{}
20345 \end_layout
20346
20347 \end_inset
20348
20349
20350 \begin_inset Note Note
20351 status collapsed
20352
20353 \begin_layout Plain Layout
20354
20355 \series bold
20356
20357 \backslash
20358 texorpdfstring
20359 \series default
20360  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20361 \end_layout
20362
20363 \begin_layout Plain Layout
20364 Näheres zu 
20365 \series bold
20366
20367 \backslash
20368 texorpdfstring
20369 \series default
20370  steht in Kapitel 
20371 \begin_inset CommandInset ref
20372 LatexCommand ref
20373 reference "sub:Formeln-in-Überschriften"
20374
20375 \end_inset
20376
20377 .
20378 \end_layout
20379
20380 \end_inset
20381
20382
20383 \begin_inset Index
20384 status collapsed
20385
20386 \begin_layout Plain Layout
20387 Symbole
20388 \end_layout
20389
20390 \end_inset
20391
20392
20393 \end_layout
20394
20395 \begin_layout Standard
20396 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20397
20398 leistenknöpfe 
20399 \begin_inset Graphics
20400         filename ../../images/math/nabla.png
20401         scale 85
20402
20403 \end_inset
20404
20405  und 
20406 \begin_inset Graphics
20407         filename ../../images/math/digamma.png
20408         scale 85
20409
20410 \end_inset
20411
20412  eingefügt werden.
20413 \end_layout
20414
20415 \begin_layout Standard
20416 \begin_inset Newpage newpage
20417 \end_inset
20418
20419
20420 \end_layout
20421
20422 \begin_layout Subsection
20423 Mathematische Symbole
20424 \begin_inset CommandInset label
20425 LatexCommand label
20426 name "sub:Mathematische-Symbole"
20427
20428 \end_inset
20429
20430
20431 \begin_inset Index
20432 status collapsed
20433
20434 \begin_layout Plain Layout
20435 Symbole ! mathematische
20436 \end_layout
20437
20438 \end_inset
20439
20440
20441 \end_layout
20442
20443 \begin_layout Standard
20444 \begin_inset space \hfill{}
20445 \end_inset
20446
20447
20448 \begin_inset Tabular
20449 <lyxtabular version="3" rows="10" columns="2">
20450 <features>
20451 <column alignment="center" valignment="top" width="0pt">
20452 <column alignment="center" valignment="top" width="0pt">
20453 <row>
20454 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20455 \begin_inset Text
20456
20457 \begin_layout Plain Layout
20458 Befehl
20459 \end_layout
20460
20461 \end_inset
20462 </cell>
20463 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20464 \begin_inset Text
20465
20466 \begin_layout Plain Layout
20467 Ergebnis
20468 \end_layout
20469
20470 \end_inset
20471 </cell>
20472 </row>
20473 <row>
20474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20475 \begin_inset Text
20476
20477 \begin_layout Plain Layout
20478
20479 \backslash
20480 neg
20481 \end_layout
20482
20483 \end_inset
20484 </cell>
20485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20486 \begin_inset Text
20487
20488 \begin_layout Plain Layout
20489 \begin_inset Formula $\neg$
20490 \end_inset
20491
20492
20493 \end_layout
20494
20495 \end_inset
20496 </cell>
20497 </row>
20498 <row>
20499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20500 \begin_inset Text
20501
20502 \begin_layout Plain Layout
20503
20504 \backslash
20505 Im
20506 \end_layout
20507
20508 \end_inset
20509 </cell>
20510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20511 \begin_inset Text
20512
20513 \begin_layout Plain Layout
20514 \begin_inset Formula $\Im$
20515 \end_inset
20516
20517
20518 \end_layout
20519
20520 \end_inset
20521 </cell>
20522 </row>
20523 <row>
20524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20525 \begin_inset Text
20526
20527 \begin_layout Plain Layout
20528
20529 \backslash
20530 Re
20531 \end_layout
20532
20533 \end_inset
20534 </cell>
20535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20536 \begin_inset Text
20537
20538 \begin_layout Plain Layout
20539 \begin_inset Formula $\Re$
20540 \end_inset
20541
20542
20543 \end_layout
20544
20545 \end_inset
20546 </cell>
20547 </row>
20548 <row>
20549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20550 \begin_inset Text
20551
20552 \begin_layout Plain Layout
20553
20554 \backslash
20555 aleph
20556 \end_layout
20557
20558 \end_inset
20559 </cell>
20560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20561 \begin_inset Text
20562
20563 \begin_layout Plain Layout
20564 \begin_inset Formula $\aleph$
20565 \end_inset
20566
20567
20568 \end_layout
20569
20570 \end_inset
20571 </cell>
20572 </row>
20573 <row>
20574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20575 \begin_inset Text
20576
20577 \begin_layout Plain Layout
20578
20579 \backslash
20580 partial
20581 \end_layout
20582
20583 \end_inset
20584 </cell>
20585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20586 \begin_inset Text
20587
20588 \begin_layout Plain Layout
20589 \begin_inset Formula $\partial$
20590 \end_inset
20591
20592
20593 \end_layout
20594
20595 \end_inset
20596 </cell>
20597 </row>
20598 <row>
20599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20600 \begin_inset Text
20601
20602 \begin_layout Plain Layout
20603
20604 \backslash
20605 infty
20606 \end_layout
20607
20608 \end_inset
20609 </cell>
20610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20611 \begin_inset Text
20612
20613 \begin_layout Plain Layout
20614 \begin_inset Formula $\infty$
20615 \end_inset
20616
20617
20618 \end_layout
20619
20620 \end_inset
20621 </cell>
20622 </row>
20623 <row>
20624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20625 \begin_inset Text
20626
20627 \begin_layout Plain Layout
20628
20629 \backslash
20630 wp
20631 \end_layout
20632
20633 \end_inset
20634 </cell>
20635 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20636 \begin_inset Text
20637
20638 \begin_layout Plain Layout
20639 \begin_inset Formula $\wp$
20640 \end_inset
20641
20642
20643 \end_layout
20644
20645 \end_inset
20646 </cell>
20647 </row>
20648 <row>
20649 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20650 \begin_inset Text
20651
20652 \begin_layout Plain Layout
20653
20654 \backslash
20655 imath
20656 \end_layout
20657
20658 \end_inset
20659 </cell>
20660 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20661 \begin_inset Text
20662
20663 \begin_layout Plain Layout
20664 \begin_inset Formula $\imath$
20665 \end_inset
20666
20667
20668 \end_layout
20669
20670 \end_inset
20671 </cell>
20672 </row>
20673 <row>
20674 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20675 \begin_inset Text
20676
20677 \begin_layout Plain Layout
20678
20679 \backslash
20680 jmath
20681 \end_layout
20682
20683 \end_inset
20684 </cell>
20685 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20686 \begin_inset Text
20687
20688 \begin_layout Plain Layout
20689 \begin_inset Formula $\jmath$
20690 \end_inset
20691
20692
20693 \end_layout
20694
20695 \end_inset
20696 </cell>
20697 </row>
20698 </lyxtabular>
20699
20700 \end_inset
20701
20702
20703 \begin_inset space \hfill{}
20704 \end_inset
20705
20706
20707 \begin_inset Tabular
20708 <lyxtabular version="3" rows="10" columns="2">
20709 <features>
20710 <column alignment="center" valignment="top" width="0pt">
20711 <column alignment="center" valignment="top" width="0pt">
20712 <row>
20713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20714 \begin_inset Text
20715
20716 \begin_layout Plain Layout
20717 Befehl
20718 \end_layout
20719
20720 \end_inset
20721 </cell>
20722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20723 \begin_inset Text
20724
20725 \begin_layout Plain Layout
20726 Ergebnis
20727 \begin_inset Note Note
20728 status collapsed
20729
20730 \begin_layout Plain Layout
20731
20732 \series bold
20733
20734 \backslash
20735 raisebox
20736 \series default
20737  dient nur als Abstandhalter.
20738 \end_layout
20739
20740 \end_inset
20741
20742
20743 \end_layout
20744
20745 \end_inset
20746 </cell>
20747 </row>
20748 <row>
20749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20750 \begin_inset Text
20751
20752 \begin_layout Plain Layout
20753
20754 \backslash
20755 forall
20756 \end_layout
20757
20758 \end_inset
20759 </cell>
20760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20761 \begin_inset Text
20762
20763 \begin_layout Plain Layout
20764 \begin_inset Formula $\forall$
20765 \end_inset
20766
20767
20768 \end_layout
20769
20770 \end_inset
20771 </cell>
20772 </row>
20773 <row>
20774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20775 \begin_inset Text
20776
20777 \begin_layout Plain Layout
20778
20779 \backslash
20780 exists
20781 \end_layout
20782
20783 \end_inset
20784 </cell>
20785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20786 \begin_inset Text
20787
20788 \begin_layout Plain Layout
20789 \begin_inset Formula $\exists$
20790 \end_inset
20791
20792
20793 \end_layout
20794
20795 \end_inset
20796 </cell>
20797 </row>
20798 <row>
20799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20800 \begin_inset Text
20801
20802 \begin_layout Plain Layout
20803
20804 \backslash
20805 nexists
20806 \end_layout
20807
20808 \end_inset
20809 </cell>
20810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20811 \begin_inset Text
20812
20813 \begin_layout Plain Layout
20814 \begin_inset Formula $\nexists$
20815 \end_inset
20816
20817
20818 \end_layout
20819
20820 \end_inset
20821 </cell>
20822 </row>
20823 <row>
20824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20825 \begin_inset Text
20826
20827 \begin_layout Plain Layout
20828
20829 \backslash
20830 emptyset
20831 \end_layout
20832
20833 \end_inset
20834 </cell>
20835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20836 \begin_inset Text
20837
20838 \begin_layout Plain Layout
20839 \begin_inset Formula $\emptyset$
20840 \end_inset
20841
20842
20843 \end_layout
20844
20845 \end_inset
20846 </cell>
20847 </row>
20848 <row>
20849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20850 \begin_inset Text
20851
20852 \begin_layout Plain Layout
20853
20854 \backslash
20855 varnothing
20856 \end_layout
20857
20858 \end_inset
20859 </cell>
20860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20861 \begin_inset Text
20862
20863 \begin_layout Plain Layout
20864 \begin_inset Formula $\varnothing$
20865 \end_inset
20866
20867
20868 \end_layout
20869
20870 \end_inset
20871 </cell>
20872 </row>
20873 <row>
20874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20875 \begin_inset Text
20876
20877 \begin_layout Plain Layout
20878
20879 \backslash
20880 dag
20881 \end_layout
20882
20883 \end_inset
20884 </cell>
20885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20886 \begin_inset Text
20887
20888 \begin_layout Plain Layout
20889 \begin_inset Formula $\dag$
20890 \end_inset
20891
20892
20893 \end_layout
20894
20895 \end_inset
20896 </cell>
20897 </row>
20898 <row>
20899 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20900 \begin_inset Text
20901
20902 \begin_layout Plain Layout
20903
20904 \backslash
20905 ddag
20906 \end_layout
20907
20908 \end_inset
20909 </cell>
20910 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20911 \begin_inset Text
20912
20913 \begin_layout Plain Layout
20914 \begin_inset Formula $\ddag$
20915 \end_inset
20916
20917
20918 \end_layout
20919
20920 \end_inset
20921 </cell>
20922 </row>
20923 <row>
20924 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20925 \begin_inset Text
20926
20927 \begin_layout Plain Layout
20928
20929 \backslash
20930 complement
20931 \end_layout
20932
20933 \end_inset
20934 </cell>
20935 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20936 \begin_inset Text
20937
20938 \begin_layout Plain Layout
20939 \begin_inset ERT
20940 status collapsed
20941
20942 \begin_layout Plain Layout
20943
20944
20945 \backslash
20946 raisebox{-0.8mm}{
20947 \end_layout
20948
20949 \end_inset
20950
20951
20952 \begin_inset Formula $\complement$
20953 \end_inset
20954
20955
20956 \begin_inset ERT
20957 status collapsed
20958
20959 \begin_layout Plain Layout
20960
20961 }
20962 \end_layout
20963
20964 \end_inset
20965
20966
20967 \end_layout
20968
20969 \end_inset
20970 </cell>
20971 </row>
20972 <row>
20973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20974 \begin_inset Text
20975
20976 \begin_layout Plain Layout
20977
20978 \backslash
20979 Bbbk
20980 \end_layout
20981
20982 \end_inset
20983 </cell>
20984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20985 \begin_inset Text
20986
20987 \begin_layout Plain Layout
20988 \begin_inset Formula $\Bbbk$
20989 \end_inset
20990
20991
20992 \end_layout
20993
20994 \end_inset
20995 </cell>
20996 </row>
20997 </lyxtabular>
20998
20999 \end_inset
21000
21001
21002 \begin_inset space \hfill{}
21003 \end_inset
21004
21005
21006 \begin_inset Tabular
21007 <lyxtabular version="3" rows="10" columns="2">
21008 <features>
21009 <column alignment="center" valignment="top" width="0pt">
21010 <column alignment="center" valignment="top" width="0pt">
21011 <row>
21012 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21013 \begin_inset Text
21014
21015 \begin_layout Plain Layout
21016 Befehl
21017 \end_layout
21018
21019 \end_inset
21020 </cell>
21021 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21022 \begin_inset Text
21023
21024 \begin_layout Plain Layout
21025 Ergebnis
21026 \end_layout
21027
21028 \end_inset
21029 </cell>
21030 </row>
21031 <row>
21032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21033 \begin_inset Text
21034
21035 \begin_layout Plain Layout
21036
21037 \backslash
21038 prime
21039 \end_layout
21040
21041 \end_inset
21042 </cell>
21043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21044 \begin_inset Text
21045
21046 \begin_layout Plain Layout
21047 \begin_inset Formula $\prime$
21048 \end_inset
21049
21050
21051 \end_layout
21052
21053 \end_inset
21054 </cell>
21055 </row>
21056 <row>
21057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21058 \begin_inset Text
21059
21060 \begin_layout Plain Layout
21061
21062 \backslash
21063 backprime
21064 \end_layout
21065
21066 \end_inset
21067 </cell>
21068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21069 \begin_inset Text
21070
21071 \begin_layout Plain Layout
21072 \begin_inset Formula $\backprime$
21073 \end_inset
21074
21075
21076 \end_layout
21077
21078 \end_inset
21079 </cell>
21080 </row>
21081 <row>
21082 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21083 \begin_inset Text
21084
21085 \begin_layout Plain Layout
21086
21087 \backslash
21088 mho
21089 \end_layout
21090
21091 \end_inset
21092 </cell>
21093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21094 \begin_inset Text
21095
21096 \begin_layout Plain Layout
21097 \begin_inset Formula $\mho$
21098 \end_inset
21099
21100
21101 \end_layout
21102
21103 \end_inset
21104 </cell>
21105 </row>
21106 <row>
21107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21108 \begin_inset Text
21109
21110 \begin_layout Plain Layout
21111
21112 \backslash
21113 triangle
21114 \end_layout
21115
21116 \end_inset
21117 </cell>
21118 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21119 \begin_inset Text
21120
21121 \begin_layout Plain Layout
21122 \begin_inset Formula $\triangle$
21123 \end_inset
21124
21125
21126 \end_layout
21127
21128 \end_inset
21129 </cell>
21130 </row>
21131 <row>
21132 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21133 \begin_inset Text
21134
21135 \begin_layout Plain Layout
21136
21137 \backslash
21138 angle
21139 \end_layout
21140
21141 \end_inset
21142 </cell>
21143 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21144 \begin_inset Text
21145
21146 \begin_layout Plain Layout
21147 \begin_inset Formula $\angle$
21148 \end_inset
21149
21150
21151 \end_layout
21152
21153 \end_inset
21154 </cell>
21155 </row>
21156 <row>
21157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21158 \begin_inset Text
21159
21160 \begin_layout Plain Layout
21161
21162 \backslash
21163 measuredangle
21164 \end_layout
21165
21166 \end_inset
21167 </cell>
21168 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21169 \begin_inset Text
21170
21171 \begin_layout Plain Layout
21172 \begin_inset Formula $\measuredangle$
21173 \end_inset
21174
21175
21176 \end_layout
21177
21178 \end_inset
21179 </cell>
21180 </row>
21181 <row>
21182 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21183 \begin_inset Text
21184
21185 \begin_layout Plain Layout
21186
21187 \backslash
21188 sphericalangle
21189 \end_layout
21190
21191 \end_inset
21192 </cell>
21193 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21194 \begin_inset Text
21195
21196 \begin_layout Plain Layout
21197 \begin_inset Formula $\sphericalangle$
21198 \end_inset
21199
21200
21201 \end_layout
21202
21203 \end_inset
21204 </cell>
21205 </row>
21206 <row>
21207 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21208 \begin_inset Text
21209
21210 \begin_layout Plain Layout
21211
21212 \backslash
21213 top
21214 \end_layout
21215
21216 \end_inset
21217 </cell>
21218 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21219 \begin_inset Text
21220
21221 \begin_layout Plain Layout
21222 \begin_inset Formula $\top$
21223 \end_inset
21224
21225
21226 \end_layout
21227
21228 \end_inset
21229 </cell>
21230 </row>
21231 <row>
21232 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21233 \begin_inset Text
21234
21235 \begin_layout Plain Layout
21236
21237 \backslash
21238 bot
21239 \end_layout
21240
21241 \end_inset
21242 </cell>
21243 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21244 \begin_inset Text
21245
21246 \begin_layout Plain Layout
21247 \begin_inset Formula $\bot$
21248 \end_inset
21249
21250
21251 \end_layout
21252
21253 \end_inset
21254 </cell>
21255 </row>
21256 </lyxtabular>
21257
21258 \end_inset
21259
21260
21261 \begin_inset space \hfill{}
21262 \end_inset
21263
21264
21265 \end_layout
21266
21267 \begin_layout Subsection
21268 Sonstige Symbole
21269 \begin_inset CommandInset label
21270 LatexCommand label
21271 name "sub:Sonstige-Symbole"
21272
21273 \end_inset
21274
21275
21276 \begin_inset Index
21277 status collapsed
21278
21279 \begin_layout Plain Layout
21280 Symbole ! sonstige
21281 \end_layout
21282
21283 \end_inset
21284
21285
21286 \end_layout
21287
21288 \begin_layout Standard
21289 \noindent
21290 \align center
21291 \begin_inset Tabular
21292 <lyxtabular version="3" rows="10" columns="2">
21293 <features>
21294 <column alignment="center" valignment="top" width="0pt">
21295 <column alignment="center" valignment="top" width="0pt">
21296 <row>
21297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21298 \begin_inset Text
21299
21300 \begin_layout Plain Layout
21301 Befehl
21302 \end_layout
21303
21304 \end_inset
21305 </cell>
21306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21307 \begin_inset Text
21308
21309 \begin_layout Plain Layout
21310 Ergebnis
21311 \end_layout
21312
21313 \end_inset
21314 </cell>
21315 </row>
21316 <row>
21317 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21318 \begin_inset Text
21319
21320 \begin_layout Plain Layout
21321
21322 \backslash
21323 flat
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21329 \begin_inset Text
21330
21331 \begin_layout Plain Layout
21332 \begin_inset Formula $\flat$
21333 \end_inset
21334
21335
21336 \end_layout
21337
21338 \end_inset
21339 </cell>
21340 </row>
21341 <row>
21342 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21343 \begin_inset Text
21344
21345 \begin_layout Plain Layout
21346
21347 \backslash
21348 natural
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21354 \begin_inset Text
21355
21356 \begin_layout Plain Layout
21357 \begin_inset Formula $\natural$
21358 \end_inset
21359
21360
21361 \end_layout
21362
21363 \end_inset
21364 </cell>
21365 </row>
21366 <row>
21367 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21368 \begin_inset Text
21369
21370 \begin_layout Plain Layout
21371
21372 \backslash
21373 sharp
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21379 \begin_inset Text
21380
21381 \begin_layout Plain Layout
21382 \begin_inset Formula $\sharp$
21383 \end_inset
21384
21385
21386 \end_layout
21387
21388 \end_inset
21389 </cell>
21390 </row>
21391 <row>
21392 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21393 \begin_inset Text
21394
21395 \begin_layout Plain Layout
21396
21397 \backslash
21398 surd
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21404 \begin_inset Text
21405
21406 \begin_layout Plain Layout
21407 \begin_inset Formula $\surd$
21408 \end_inset
21409
21410
21411 \end_layout
21412
21413 \end_inset
21414 </cell>
21415 </row>
21416 <row>
21417 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21418 \begin_inset Text
21419
21420 \begin_layout Plain Layout
21421
21422 \backslash
21423 checkmark
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21429 \begin_inset Text
21430
21431 \begin_layout Plain Layout
21432 \begin_inset Formula $\checkmark$
21433 \end_inset
21434
21435
21436 \end_layout
21437
21438 \end_inset
21439 </cell>
21440 </row>
21441 <row>
21442 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21443 \begin_inset Text
21444
21445 \begin_layout Plain Layout
21446
21447 \backslash
21448 yen
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21454 \begin_inset Text
21455
21456 \begin_layout Plain Layout
21457 \begin_inset Formula $\yen$
21458 \end_inset
21459
21460
21461 \end_layout
21462
21463 \end_inset
21464 </cell>
21465 </row>
21466 <row>
21467 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21468 \begin_inset Text
21469
21470 \begin_layout Plain Layout
21471
21472 \backslash
21473 pounds
21474 \end_layout
21475
21476 \end_inset
21477 </cell>
21478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 \begin_inset Formula $\pounds$
21483 \end_inset
21484
21485
21486 \end_layout
21487
21488 \end_inset
21489 </cell>
21490 </row>
21491 <row>
21492 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21493 \begin_inset Text
21494
21495 \begin_layout Plain Layout
21496 $
21497 \end_layout
21498
21499 \end_inset
21500 </cell>
21501 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21502 \begin_inset Text
21503
21504 \begin_layout Plain Layout
21505 \begin_inset Formula $\$$
21506 \end_inset
21507
21508
21509 \end_layout
21510
21511 \end_inset
21512 </cell>
21513 </row>
21514 <row>
21515 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21516 \begin_inset Text
21517
21518 \begin_layout Plain Layout
21519 §
21520 \end_layout
21521
21522 \end_inset
21523 </cell>
21524 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21525 \begin_inset Text
21526
21527 \begin_layout Plain Layout
21528 \begin_inset Formula $§$
21529 \end_inset
21530
21531
21532 \end_layout
21533
21534 \end_inset
21535 </cell>
21536 </row>
21537 </lyxtabular>
21538
21539 \end_inset
21540
21541
21542 \begin_inset Tabular
21543 <lyxtabular version="3" rows="10" columns="2">
21544 <features>
21545 <column alignment="center" valignment="top" width="0">
21546 <column alignment="center" valignment="top" width="0">
21547 <row>
21548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21549 \begin_inset Text
21550
21551 \begin_layout Plain Layout
21552 Befehl
21553 \end_layout
21554
21555 \end_inset
21556 </cell>
21557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21558 \begin_inset Text
21559
21560 \begin_layout Plain Layout
21561 Ergebnis
21562 \end_layout
21563
21564 \end_inset
21565 </cell>
21566 </row>
21567 <row>
21568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21569 \begin_inset Text
21570
21571 \begin_layout Plain Layout
21572
21573 \backslash
21574 hbar
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21580 \begin_inset Text
21581
21582 \begin_layout Plain Layout
21583 \begin_inset Formula $\hbar$
21584 \end_inset
21585
21586
21587 \end_layout
21588
21589 \end_inset
21590 </cell>
21591 </row>
21592 <row>
21593 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21594 \begin_inset Text
21595
21596 \begin_layout Plain Layout
21597
21598 \backslash
21599 hslash
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21605 \begin_inset Text
21606
21607 \begin_layout Plain Layout
21608 \begin_inset Formula $\hslash$
21609 \end_inset
21610
21611
21612 \end_layout
21613
21614 \end_inset
21615 </cell>
21616 </row>
21617 <row>
21618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21619 \begin_inset Text
21620
21621 \begin_layout Plain Layout
21622
21623 \backslash
21624 clubsuit
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21630 \begin_inset Text
21631
21632 \begin_layout Plain Layout
21633 \begin_inset Formula $\clubsuit$
21634 \end_inset
21635
21636
21637 \end_layout
21638
21639 \end_inset
21640 </cell>
21641 </row>
21642 <row>
21643 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21644 \begin_inset Text
21645
21646 \begin_layout Plain Layout
21647
21648 \backslash
21649 spadesuit
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21655 \begin_inset Text
21656
21657 \begin_layout Plain Layout
21658 \begin_inset Formula $\spadesuit$
21659 \end_inset
21660
21661
21662 \end_layout
21663
21664 \end_inset
21665 </cell>
21666 </row>
21667 <row>
21668 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21669 \begin_inset Text
21670
21671 \begin_layout Plain Layout
21672
21673 \backslash
21674 bigstar
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21680 \begin_inset Text
21681
21682 \begin_layout Plain Layout
21683 \begin_inset Formula $\bigstar$
21684 \end_inset
21685
21686
21687 \end_layout
21688
21689 \end_inset
21690 </cell>
21691 </row>
21692 <row>
21693 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21694 \begin_inset Text
21695
21696 \begin_layout Plain Layout
21697
21698 \backslash
21699 blacklozenge
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21705 \begin_inset Text
21706
21707 \begin_layout Plain Layout
21708 \begin_inset Formula $\blacklozenge$
21709 \end_inset
21710
21711
21712 \end_layout
21713
21714 \end_inset
21715 </cell>
21716 </row>
21717 <row>
21718 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21719 \begin_inset Text
21720
21721 \begin_layout Plain Layout
21722
21723 \backslash
21724 blacktriangle
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21730 \begin_inset Text
21731
21732 \begin_layout Plain Layout
21733 \begin_inset Formula $\blacktriangle$
21734 \end_inset
21735
21736
21737 \end_layout
21738
21739 \end_inset
21740 </cell>
21741 </row>
21742 <row>
21743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21744 \begin_inset Text
21745
21746 \begin_layout Plain Layout
21747
21748 \backslash
21749 blacktiangledown
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21755 \begin_inset Text
21756
21757 \begin_layout Plain Layout
21758 \begin_inset Formula $\blacktriangledown$
21759 \end_inset
21760
21761
21762 \end_layout
21763
21764 \end_inset
21765 </cell>
21766 </row>
21767 <row>
21768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21769 \begin_inset Text
21770
21771 \begin_layout Plain Layout
21772
21773 \backslash
21774 bullet
21775 \end_layout
21776
21777 \end_inset
21778 </cell>
21779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21780 \begin_inset Text
21781
21782 \begin_layout Plain Layout
21783 \begin_inset Formula $\bullet$
21784 \end_inset
21785
21786
21787 \end_layout
21788
21789 \end_inset
21790 </cell>
21791 </row>
21792 </lyxtabular>
21793
21794 \end_inset
21795
21796
21797 \begin_inset Tabular
21798 <lyxtabular version="3" rows="10" columns="2">
21799 <features>
21800 <column alignment="center" valignment="top" width="0pt">
21801 <column alignment="center" valignment="top" width="0pt">
21802 <row>
21803 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21804 \begin_inset Text
21805
21806 \begin_layout Plain Layout
21807 Befehl
21808 \end_layout
21809
21810 \end_inset
21811 </cell>
21812 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21813 \begin_inset Text
21814
21815 \begin_layout Plain Layout
21816 Ergebnis
21817 \end_layout
21818
21819 \end_inset
21820 </cell>
21821 </row>
21822 <row>
21823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21824 \begin_inset Text
21825
21826 \begin_layout Plain Layout
21827
21828 \backslash
21829 diamondsuit
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21835 \begin_inset Text
21836
21837 \begin_layout Plain Layout
21838 \begin_inset Formula $\diamondsuit$
21839 \end_inset
21840
21841
21842 \end_layout
21843
21844 \end_inset
21845 </cell>
21846 </row>
21847 <row>
21848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21849 \begin_inset Text
21850
21851 \begin_layout Plain Layout
21852
21853 \backslash
21854 Diamond
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21860 \begin_inset Text
21861
21862 \begin_layout Plain Layout
21863 \begin_inset Formula $\Diamond$
21864 \end_inset
21865
21866
21867 \end_layout
21868
21869 \end_inset
21870 </cell>
21871 </row>
21872 <row>
21873 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21874 \begin_inset Text
21875
21876 \begin_layout Plain Layout
21877
21878 \backslash
21879 heartsuit
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21885 \begin_inset Text
21886
21887 \begin_layout Plain Layout
21888 \begin_inset Formula $\heartsuit$
21889 \end_inset
21890
21891
21892 \end_layout
21893
21894 \end_inset
21895 </cell>
21896 </row>
21897 <row>
21898 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21899 \begin_inset Text
21900
21901 \begin_layout Plain Layout
21902
21903 \backslash
21904 P
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21910 \begin_inset Text
21911
21912 \begin_layout Plain Layout
21913 \begin_inset Formula $\P$
21914 \end_inset
21915
21916
21917 \end_layout
21918
21919 \end_inset
21920 </cell>
21921 </row>
21922 <row>
21923 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21924 \begin_inset Text
21925
21926 \begin_layout Plain Layout
21927
21928 \backslash
21929 copyright
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21935 \begin_inset Text
21936
21937 \begin_layout Plain Layout
21938 \begin_inset Formula $\copyright$
21939 \end_inset
21940
21941
21942 \end_layout
21943
21944 \end_inset
21945 </cell>
21946 </row>
21947 <row>
21948 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21949 \begin_inset Text
21950
21951 \begin_layout Plain Layout
21952
21953 \backslash
21954 circledR
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21960 \begin_inset Text
21961
21962 \begin_layout Plain Layout
21963 \begin_inset Formula $\circledR$
21964 \end_inset
21965
21966
21967 \end_layout
21968
21969 \end_inset
21970 </cell>
21971 </row>
21972 <row>
21973 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21974 \begin_inset Text
21975
21976 \begin_layout Plain Layout
21977
21978 \backslash
21979 maltese
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21985 \begin_inset Text
21986
21987 \begin_layout Plain Layout
21988 \begin_inset Formula $\maltese$
21989 \end_inset
21990
21991
21992 \end_layout
21993
21994 \end_inset
21995 </cell>
21996 </row>
21997 <row>
21998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21999 \begin_inset Text
22000
22001 \begin_layout Plain Layout
22002
22003 \backslash
22004 diagup
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22010 \begin_inset Text
22011
22012 \begin_layout Plain Layout
22013 \begin_inset Formula $\diagup$
22014 \end_inset
22015
22016
22017 \end_layout
22018
22019 \end_inset
22020 </cell>
22021 </row>
22022 <row>
22023 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
22024 \begin_inset Text
22025
22026 \begin_layout Plain Layout
22027
22028 \backslash
22029 diagdown
22030 \end_layout
22031
22032 \end_inset
22033 </cell>
22034 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
22035 \begin_inset Text
22036
22037 \begin_layout Plain Layout
22038 \begin_inset Formula $\diagdown$
22039 \end_inset
22040
22041
22042 \end_layout
22043
22044 \end_inset
22045 </cell>
22046 </row>
22047 </lyxtabular>
22048
22049 \end_inset
22050
22051
22052 \end_layout
22053
22054 \begin_layout Standard
22055 \begin_inset VSpace medskip
22056 \end_inset
22057
22058 Weitere Symbole sind in 
22059 \begin_inset CommandInset ref
22060 LatexCommand ref
22061 reference "sub:Sonstige-Sonderzeichen"
22062
22063 \end_inset
22064
22065  aufgelistet.
22066 \end_layout
22067
22068 \begin_layout Standard
22069 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22070  
22071 \begin_inset CommandInset ref
22072 LatexCommand ref
22073 reference "sub:Schriftgrößen"
22074
22075 \end_inset
22076
22077 .
22078 \end_layout
22079
22080 \begin_layout Subsection
22081 Das Euro-Symbol €
22082 \begin_inset Index
22083 status collapsed
22084
22085 \begin_layout Plain Layout
22086 Symbole ! Euro-Symbol
22087 \end_layout
22088
22089 \end_inset
22090
22091
22092 \begin_inset Index
22093 status collapsed
22094
22095 \begin_layout Plain Layout
22096 \begin_inset ERT
22097 status collapsed
22098
22099 \begin_layout Plain Layout
22100
22101
22102 \backslash
22103 officialeuro
22104 \end_layout
22105
22106 \end_inset
22107
22108
22109 \end_layout
22110
22111 \end_inset
22112
22113
22114 \end_layout
22115
22116 \begin_layout Standard
22117 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22118
22119 \series bold
22120 eurosym
22121 \series default
22122
22123 \begin_inset Index
22124 status collapsed
22125
22126 \begin_layout Plain Layout
22127 Pakete ! eurosym
22128 \end_layout
22129
22130 \end_inset
22131
22132  installieren und dieses mit der LaTeX-Vorspannzeile
22133 \end_layout
22134
22135 \begin_layout Standard
22136
22137 \series bold
22138
22139 \backslash
22140 usepackage[gennarrow]{eurosym}
22141 \end_layout
22142
22143 \begin_layout Standard
22144 aktivieren.
22145  Das Euro-Symbol kann man nun mit dem Befehl 
22146 \series bold
22147
22148 \backslash
22149 euro
22150 \series default
22151
22152 \begin_inset Index
22153 status collapsed
22154
22155 \begin_layout Plain Layout
22156 Befehle ! E ! 
22157 \backslash
22158 euro
22159 \end_layout
22160
22161 \end_inset
22162
22163  aufrufen.
22164 \end_layout
22165
22166 \begin_layout Standard
22167 Das Euro-Symbol kann man direkt übder die Tastatur in mathematischen Text
22168  eingeben, ohne 
22169 \series bold
22170 eurosym
22171 \series default
22172  installiert zu haben.
22173  Ist 
22174 \series bold
22175 eurosym
22176 \series default
22177  installiert, kann man 
22178 \series bold
22179
22180 \backslash
22181 euro
22182 \series default
22183  auch im TeX-Modus eingeben.
22184  Das offizielle Währungssymbol erhält man dann über den Befehl 
22185 \series bold
22186
22187 \backslash
22188 officialeuro
22189 \series default
22190
22191 \begin_inset Index
22192 status collapsed
22193
22194 \begin_layout Plain Layout
22195 Befehle ! O ! 
22196 \backslash
22197 officialeuro
22198 \end_layout
22199
22200 \end_inset
22201
22202 , der nur im TeX-Modus verfügbar ist.
22203 \end_layout
22204
22205 \begin_layout Standard
22206 \begin_inset ERT
22207 status collapsed
22208
22209 \begin_layout Plain Layout
22210
22211
22212 \backslash
22213 ifeurosym 
22214 \end_layout
22215
22216 \end_inset
22217
22218
22219 \begin_inset Note Note
22220 status open
22221
22222 \begin_layout Plain Layout
22223 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22224 \series bold
22225 eurosym
22226 \series default
22227  installiert ist:
22228 \end_layout
22229
22230 \end_inset
22231
22232
22233 \end_layout
22234
22235 \begin_layout Standard
22236 Eine Übersicht der verschiedenen Euro-Symbole:
22237 \end_layout
22238
22239 \begin_layout Standard
22240 \align center
22241 \begin_inset Tabular
22242 <lyxtabular version="3" rows="4" columns="3">
22243 <features>
22244 <column alignment="center" valignment="top" width="0pt">
22245 <column alignment="center" valignment="top" width="0pt">
22246 <column alignment="center" valignment="top" width="0pt">
22247 <row>
22248 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22249 \begin_inset Text
22250
22251 \begin_layout Plain Layout
22252
22253 \end_layout
22254
22255 \end_inset
22256 </cell>
22257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22258 \begin_inset Text
22259
22260 \begin_layout Plain Layout
22261 Befehl 
22262 \end_layout
22263
22264 \end_inset
22265 </cell>
22266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22267 \begin_inset Text
22268
22269 \begin_layout Plain Layout
22270 Ergebnis
22271 \end_layout
22272
22273 \end_inset
22274 </cell>
22275 </row>
22276 <row>
22277 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22278 \begin_inset Text
22279
22280 \begin_layout Plain Layout
22281 Formel
22282 \end_layout
22283
22284 \end_inset
22285 </cell>
22286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22287 \begin_inset Text
22288
22289 \begin_layout Plain Layout
22290
22291 \backslash
22292 euro
22293 \end_layout
22294
22295 \end_inset
22296 </cell>
22297 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22298 \begin_inset Text
22299
22300 \begin_layout Plain Layout
22301 \begin_inset Formula $\euro$
22302 \end_inset
22303
22304
22305 \end_layout
22306
22307 \end_inset
22308 </cell>
22309 </row>
22310 <row>
22311 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315 mathematischer Text
22316 \end_layout
22317
22318 \end_inset
22319 </cell>
22320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22321 \begin_inset Text
22322
22323 \begin_layout Plain Layout
22324
22325 \end_layout
22326
22327 \end_inset
22328 </cell>
22329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22330 \begin_inset Text
22331
22332 \begin_layout Plain Layout
22333 \begin_inset Formula $\mbox{€}$
22334 \end_inset
22335
22336
22337 \end_layout
22338
22339 \end_inset
22340 </cell>
22341 </row>
22342 <row>
22343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22344 \begin_inset Text
22345
22346 \begin_layout Plain Layout
22347 TeX-Modus
22348 \end_layout
22349
22350 \end_inset
22351 </cell>
22352 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22353 \begin_inset Text
22354
22355 \begin_layout Plain Layout
22356
22357 \backslash
22358 officialeuro
22359 \end_layout
22360
22361 \end_inset
22362 </cell>
22363 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22364 \begin_inset Text
22365
22366 \begin_layout Plain Layout
22367 \begin_inset ERT
22368 status collapsed
22369
22370 \begin_layout Plain Layout
22371
22372
22373 \backslash
22374 officialeuro
22375 \end_layout
22376
22377 \end_inset
22378
22379
22380 \end_layout
22381
22382 \end_inset
22383 </cell>
22384 </row>
22385 </lyxtabular>
22386
22387 \end_inset
22388
22389
22390 \end_layout
22391
22392 \begin_layout Standard
22393 \begin_inset ERT
22394 status collapsed
22395
22396 \begin_layout Plain Layout
22397
22398
22399 \backslash
22400 else 
22401 \end_layout
22402
22403 \end_inset
22404
22405
22406 \begin_inset Note Note
22407 status open
22408
22409 \begin_layout Plain Layout
22410 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22411 \series bold
22412 eurosym
22413 \series default
22414  nicht installiert ist:
22415 \end_layout
22416
22417 \end_inset
22418
22419
22420 \end_layout
22421
22422 \begin_layout Standard
22423 Das LaTeX-Paket 
22424 \series bold
22425 eurosym 
22426 \series default
22427 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22428 \end_layout
22429
22430 \begin_layout Standard
22431 \begin_inset ERT
22432 status collapsed
22433
22434 \begin_layout Plain Layout
22435
22436
22437 \backslash
22438 fi 
22439 \end_layout
22440
22441 \end_inset
22442
22443
22444 \end_layout
22445
22446 \begin_layout Section
22447 Relationen
22448 \begin_inset CommandInset label
22449 LatexCommand label
22450 name "sec:Relationen"
22451
22452 \end_inset
22453
22454
22455 \begin_inset Index
22456 status collapsed
22457
22458 \begin_layout Plain Layout
22459 Relationen
22460 \end_layout
22461
22462 \end_inset
22463
22464
22465 \begin_inset Index
22466 status collapsed
22467
22468 \begin_layout Plain Layout
22469 Vergleiche|see
22470 \begin_inset ERT
22471 status collapsed
22472
22473 \begin_layout Plain Layout
22474
22475 {
22476 \end_layout
22477
22478 \end_inset
22479
22480 Relationen
22481 \begin_inset ERT
22482 status collapsed
22483
22484 \begin_layout Plain Layout
22485
22486 }
22487 \end_layout
22488
22489 \end_inset
22490
22491
22492 \end_layout
22493
22494 \end_inset
22495
22496
22497 \end_layout
22498
22499 \begin_layout Standard
22500 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22501  
22502 \begin_inset Graphics
22503         filename ../../images/math/leq.png
22504         scale 85
22505
22506 \end_inset
22507
22508  eingefügt werden.
22509 \end_layout
22510
22511 \begin_layout Standard
22512 \begin_inset space \hfill{}
22513 \end_inset
22514
22515
22516 \begin_inset Tabular
22517 <lyxtabular version="3" rows="17" columns="2">
22518 <features>
22519 <column alignment="center" valignment="top" width="0pt">
22520 <column alignment="center" valignment="top" width="0pt">
22521 <row>
22522 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22523 \begin_inset Text
22524
22525 \begin_layout Plain Layout
22526 Befehl
22527 \end_layout
22528
22529 \end_inset
22530 </cell>
22531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22532 \begin_inset Text
22533
22534 \begin_layout Plain Layout
22535 Ergebnis
22536 \end_layout
22537
22538 \end_inset
22539 </cell>
22540 </row>
22541 <row>
22542 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22543 \begin_inset Text
22544
22545 \begin_layout Plain Layout
22546 <
22547 \end_layout
22548
22549 \end_inset
22550 </cell>
22551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22552 \begin_inset Text
22553
22554 \begin_layout Plain Layout
22555 \begin_inset Formula $<$
22556 \end_inset
22557
22558
22559 \end_layout
22560
22561 \end_inset
22562 </cell>
22563 </row>
22564 <row>
22565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22566 \begin_inset Text
22567
22568 \begin_layout Plain Layout
22569
22570 \backslash
22571 le
22572 \end_layout
22573
22574 \end_inset
22575 </cell>
22576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22577 \begin_inset Text
22578
22579 \begin_layout Plain Layout
22580 \begin_inset Formula $\le$
22581 \end_inset
22582
22583
22584 \end_layout
22585
22586 \end_inset
22587 </cell>
22588 </row>
22589 <row>
22590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22591 \begin_inset Text
22592
22593 \begin_layout Plain Layout
22594
22595 \backslash
22596 ll
22597 \end_layout
22598
22599 \end_inset
22600 </cell>
22601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22602 \begin_inset Text
22603
22604 \begin_layout Plain Layout
22605 \begin_inset Formula $\ll$
22606 \end_inset
22607
22608
22609 \end_layout
22610
22611 \end_inset
22612 </cell>
22613 </row>
22614 <row>
22615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22616 \begin_inset Text
22617
22618 \begin_layout Plain Layout
22619
22620 \backslash
22621 prec
22622 \end_layout
22623
22624 \end_inset
22625 </cell>
22626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22627 \begin_inset Text
22628
22629 \begin_layout Plain Layout
22630 \begin_inset Formula $\prec$
22631 \end_inset
22632
22633
22634 \end_layout
22635
22636 \end_inset
22637 </cell>
22638 </row>
22639 <row>
22640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22641 \begin_inset Text
22642
22643 \begin_layout Plain Layout
22644
22645 \backslash
22646 preceq
22647 \end_layout
22648
22649 \end_inset
22650 </cell>
22651 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22652 \begin_inset Text
22653
22654 \begin_layout Plain Layout
22655 \begin_inset Formula $\preceq$
22656 \end_inset
22657
22658
22659 \end_layout
22660
22661 \end_inset
22662 </cell>
22663 </row>
22664 <row>
22665 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22666 \begin_inset Text
22667
22668 \begin_layout Plain Layout
22669
22670 \backslash
22671 subset
22672 \end_layout
22673
22674 \end_inset
22675 </cell>
22676 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22677 \begin_inset Text
22678
22679 \begin_layout Plain Layout
22680 \begin_inset Formula $\subset$
22681 \end_inset
22682
22683
22684 \end_layout
22685
22686 \end_inset
22687 </cell>
22688 </row>
22689 <row>
22690 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22691 \begin_inset Text
22692
22693 \begin_layout Plain Layout
22694
22695 \backslash
22696 subseteq
22697 \end_layout
22698
22699 \end_inset
22700 </cell>
22701 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22702 \begin_inset Text
22703
22704 \begin_layout Plain Layout
22705 \begin_inset Formula $\subseteq$
22706 \end_inset
22707
22708
22709 \end_layout
22710
22711 \end_inset
22712 </cell>
22713 </row>
22714 <row>
22715 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22716 \begin_inset Text
22717
22718 \begin_layout Plain Layout
22719
22720 \backslash
22721 sqsubseteq
22722 \end_layout
22723
22724 \end_inset
22725 </cell>
22726 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22727 \begin_inset Text
22728
22729 \begin_layout Plain Layout
22730 \begin_inset Formula $\sqsubseteq$
22731 \end_inset
22732
22733
22734 \end_layout
22735
22736 \end_inset
22737 </cell>
22738 </row>
22739 <row>
22740 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22741 \begin_inset Text
22742
22743 \begin_layout Plain Layout
22744
22745 \backslash
22746 in
22747 \end_layout
22748
22749 \end_inset
22750 </cell>
22751 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22752 \begin_inset Text
22753
22754 \begin_layout Plain Layout
22755 \begin_inset Formula $\in$
22756 \end_inset
22757
22758
22759 \end_layout
22760
22761 \end_inset
22762 </cell>
22763 </row>
22764 <row>
22765 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22766 \begin_inset Text
22767
22768 \begin_layout Plain Layout
22769
22770 \backslash
22771 vdash
22772 \end_layout
22773
22774 \end_inset
22775 </cell>
22776 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22777 \begin_inset Text
22778
22779 \begin_layout Plain Layout
22780 \begin_inset Formula $\vdash$
22781 \end_inset
22782
22783
22784 \end_layout
22785
22786 \end_inset
22787 </cell>
22788 </row>
22789 <row>
22790 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22791 \begin_inset Text
22792
22793 \begin_layout Plain Layout
22794
22795 \backslash
22796 smile
22797 \end_layout
22798
22799 \end_inset
22800 </cell>
22801 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22802 \begin_inset Text
22803
22804 \begin_layout Plain Layout
22805 \begin_inset Formula $\smile$
22806 \end_inset
22807
22808
22809 \end_layout
22810
22811 \end_inset
22812 </cell>
22813 </row>
22814 <row>
22815 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22816 \begin_inset Text
22817
22818 \begin_layout Plain Layout
22819
22820 \backslash
22821 lhd
22822 \end_layout
22823
22824 \end_inset
22825 </cell>
22826 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22827 \begin_inset Text
22828
22829 \begin_layout Plain Layout
22830 \begin_inset Formula $\lhd$
22831 \end_inset
22832
22833
22834 \end_layout
22835
22836 \end_inset
22837 </cell>
22838 </row>
22839 <row>
22840 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22841 \begin_inset Text
22842
22843 \begin_layout Plain Layout
22844
22845 \backslash
22846 unlhd
22847 \end_layout
22848
22849 \end_inset
22850 </cell>
22851 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22852 \begin_inset Text
22853
22854 \begin_layout Plain Layout
22855 \begin_inset Formula $\unlhd$
22856 \end_inset
22857
22858
22859 \end_layout
22860
22861 \end_inset
22862 </cell>
22863 </row>
22864 <row>
22865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22866 \begin_inset Text
22867
22868 \begin_layout Plain Layout
22869
22870 \backslash
22871 gtrless
22872 \end_layout
22873
22874 \end_inset
22875 </cell>
22876 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22877 \begin_inset Text
22878
22879 \begin_layout Plain Layout
22880 \begin_inset Formula $\gtrless$
22881 \end_inset
22882
22883
22884 \end_layout
22885
22886 \end_inset
22887 </cell>
22888 </row>
22889 <row>
22890 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22891 \begin_inset Text
22892
22893 \begin_layout Plain Layout
22894
22895 \backslash
22896 mid
22897 \end_layout
22898
22899 \end_inset
22900 </cell>
22901 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22902 \begin_inset Text
22903
22904 \begin_layout Plain Layout
22905 \begin_inset Formula $\mid$
22906 \end_inset
22907
22908
22909 \end_layout
22910
22911 \end_inset
22912 </cell>
22913 </row>
22914 <row>
22915 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22916 \begin_inset Text
22917
22918 \begin_layout Plain Layout
22919
22920 \backslash
22921 nmid
22922 \end_layout
22923
22924 \end_inset
22925 </cell>
22926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22927 \begin_inset Text
22928
22929 \begin_layout Plain Layout
22930 \begin_inset Formula $\nmid$
22931 \end_inset
22932
22933
22934 \end_layout
22935
22936 \end_inset
22937 </cell>
22938 </row>
22939 </lyxtabular>
22940
22941 \end_inset
22942
22943
22944 \begin_inset space \hfill{}
22945 \end_inset
22946
22947
22948 \begin_inset Tabular
22949 <lyxtabular version="3" rows="17" columns="2">
22950 <features>
22951 <column alignment="center" valignment="top" width="0pt">
22952 <column alignment="center" valignment="top" width="0pt">
22953 <row>
22954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22955 \begin_inset Text
22956
22957 \begin_layout Plain Layout
22958 Befehl
22959 \end_layout
22960
22961 \end_inset
22962 </cell>
22963 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22964 \begin_inset Text
22965
22966 \begin_layout Plain Layout
22967 Ergebnis
22968 \end_layout
22969
22970 \end_inset
22971 </cell>
22972 </row>
22973 <row>
22974 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22975 \begin_inset Text
22976
22977 \begin_layout Plain Layout
22978 =
22979 \end_layout
22980
22981 \end_inset
22982 </cell>
22983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22984 \begin_inset Text
22985
22986 \begin_layout Plain Layout
22987 \begin_inset Formula $=$
22988 \end_inset
22989
22990
22991 \end_layout
22992
22993 \end_inset
22994 </cell>
22995 </row>
22996 <row>
22997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22998 \begin_inset Text
22999
23000 \begin_layout Plain Layout
23001
23002 \backslash
23003 not=
23004 \end_layout
23005
23006 \end_inset
23007 </cell>
23008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23009 \begin_inset Text
23010
23011 \begin_layout Plain Layout
23012 \begin_inset Formula $\not=$
23013 \end_inset
23014
23015
23016 \end_layout
23017
23018 \end_inset
23019 </cell>
23020 </row>
23021 <row>
23022 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23023 \begin_inset Text
23024
23025 \begin_layout Plain Layout
23026
23027 \backslash
23028 equiv
23029 \end_layout
23030
23031 \end_inset
23032 </cell>
23033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23034 \begin_inset Text
23035
23036 \begin_layout Plain Layout
23037 \begin_inset Formula $\equiv$
23038 \end_inset
23039
23040
23041 \end_layout
23042
23043 \end_inset
23044 </cell>
23045 </row>
23046 <row>
23047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23048 \begin_inset Text
23049
23050 \begin_layout Plain Layout
23051
23052 \backslash
23053 sim
23054 \end_layout
23055
23056 \end_inset
23057 </cell>
23058 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23059 \begin_inset Text
23060
23061 \begin_layout Plain Layout
23062 \begin_inset Formula $\sim$
23063 \end_inset
23064
23065
23066 \end_layout
23067
23068 \end_inset
23069 </cell>
23070 </row>
23071 <row>
23072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23073 \begin_inset Text
23074
23075 \begin_layout Plain Layout
23076
23077 \backslash
23078 simeq
23079 \end_layout
23080
23081 \end_inset
23082 </cell>
23083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23084 \begin_inset Text
23085
23086 \begin_layout Plain Layout
23087 \begin_inset Formula $\simeq$
23088 \end_inset
23089
23090
23091 \end_layout
23092
23093 \end_inset
23094 </cell>
23095 </row>
23096 <row>
23097 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23098 \begin_inset Text
23099
23100 \begin_layout Plain Layout
23101
23102 \backslash
23103 approx
23104 \end_layout
23105
23106 \end_inset
23107 </cell>
23108 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23109 \begin_inset Text
23110
23111 \begin_layout Plain Layout
23112 \begin_inset Formula $\approx$
23113 \end_inset
23114
23115
23116 \end_layout
23117
23118 \end_inset
23119 </cell>
23120 </row>
23121 <row>
23122 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23123 \begin_inset Text
23124
23125 \begin_layout Plain Layout
23126
23127 \backslash
23128 cong
23129 \end_layout
23130
23131 \end_inset
23132 </cell>
23133 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23134 \begin_inset Text
23135
23136 \begin_layout Plain Layout
23137 \begin_inset Formula $\cong$
23138 \end_inset
23139
23140
23141 \end_layout
23142
23143 \end_inset
23144 </cell>
23145 </row>
23146 <row>
23147 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23148 \begin_inset Text
23149
23150 \begin_layout Plain Layout
23151
23152 \backslash
23153 bowtie
23154 \end_layout
23155
23156 \end_inset
23157 </cell>
23158 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23159 \begin_inset Text
23160
23161 \begin_layout Plain Layout
23162 \begin_inset Formula $\bowtie$
23163 \end_inset
23164
23165
23166 \end_layout
23167
23168 \end_inset
23169 </cell>
23170 </row>
23171 <row>
23172 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23173 \begin_inset Text
23174
23175 \begin_layout Plain Layout
23176
23177 \backslash
23178 notin
23179 \end_layout
23180
23181 \end_inset
23182 </cell>
23183 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23184 \begin_inset Text
23185
23186 \begin_layout Plain Layout
23187 \begin_inset Formula $\notin$
23188 \end_inset
23189
23190
23191 \end_layout
23192
23193 \end_inset
23194 </cell>
23195 </row>
23196 <row>
23197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23198 \begin_inset Text
23199
23200 \begin_layout Plain Layout
23201
23202 \backslash
23203 perp
23204 \end_layout
23205
23206 \end_inset
23207 </cell>
23208 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23209 \begin_inset Text
23210
23211 \begin_layout Plain Layout
23212 \begin_inset Formula $\perp$
23213 \end_inset
23214
23215
23216 \end_layout
23217
23218 \end_inset
23219 </cell>
23220 </row>
23221 <row>
23222 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23223 \begin_inset Text
23224
23225 \begin_layout Plain Layout
23226
23227 \backslash
23228 propto
23229 \end_layout
23230
23231 \end_inset
23232 </cell>
23233 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23234 \begin_inset Text
23235
23236 \begin_layout Plain Layout
23237 \begin_inset Formula $\propto$
23238 \end_inset
23239
23240
23241 \end_layout
23242
23243 \end_inset
23244 </cell>
23245 </row>
23246 <row>
23247 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23248 \begin_inset Text
23249
23250 \begin_layout Plain Layout
23251
23252 \backslash
23253 asymp
23254 \end_layout
23255
23256 \end_inset
23257 </cell>
23258 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23259 \begin_inset Text
23260
23261 \begin_layout Plain Layout
23262 \begin_inset Formula $\asymp$
23263 \end_inset
23264
23265
23266 \end_layout
23267
23268 \end_inset
23269 </cell>
23270 </row>
23271 <row>
23272 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23273 \begin_inset Text
23274
23275 \begin_layout Plain Layout
23276
23277 \backslash
23278 doteq
23279 \end_layout
23280
23281 \end_inset
23282 </cell>
23283 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23284 \begin_inset Text
23285
23286 \begin_layout Plain Layout
23287 \begin_inset Formula $\doteq$
23288 \end_inset
23289
23290
23291 \end_layout
23292
23293 \end_inset
23294 </cell>
23295 </row>
23296 <row>
23297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23298 \begin_inset Text
23299
23300 \begin_layout Plain Layout
23301
23302 \backslash
23303 circeq
23304 \end_layout
23305
23306 \end_inset
23307 </cell>
23308 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23309 \begin_inset Text
23310
23311 \begin_layout Plain Layout
23312 \begin_inset Formula $\circeq$
23313 \end_inset
23314
23315
23316 \end_layout
23317
23318 \end_inset
23319 </cell>
23320 </row>
23321 <row>
23322 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23323 \begin_inset Text
23324
23325 \begin_layout Plain Layout
23326
23327 \backslash
23328 models
23329 \end_layout
23330
23331 \end_inset
23332 </cell>
23333 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23334 \begin_inset Text
23335
23336 \begin_layout Plain Layout
23337 \begin_inset Formula $\models$
23338 \end_inset
23339
23340
23341 \end_layout
23342
23343 \end_inset
23344 </cell>
23345 </row>
23346 <row>
23347 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23348 \begin_inset Text
23349
23350 \begin_layout Plain Layout
23351
23352 \backslash
23353 widehat=
23354 \end_layout
23355
23356 \end_inset
23357 </cell>
23358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23359 \begin_inset Text
23360
23361 \begin_layout Plain Layout
23362 \begin_inset Formula $\widehat{=}$
23363 \end_inset
23364
23365
23366 \end_layout
23367
23368 \end_inset
23369 </cell>
23370 </row>
23371 </lyxtabular>
23372
23373 \end_inset
23374
23375
23376 \begin_inset space \hfill{}
23377 \end_inset
23378
23379
23380 \begin_inset Tabular
23381 <lyxtabular version="3" rows="17" columns="2">
23382 <features>
23383 <column alignment="center" valignment="top" width="0pt">
23384 <column alignment="center" valignment="top" width="0pt">
23385 <row>
23386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23387 \begin_inset Text
23388
23389 \begin_layout Plain Layout
23390 Befehl
23391 \end_layout
23392
23393 \end_inset
23394 </cell>
23395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23396 \begin_inset Text
23397
23398 \begin_layout Plain Layout
23399 Ergebnis
23400 \end_layout
23401
23402 \end_inset
23403 </cell>
23404 </row>
23405 <row>
23406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23407 \begin_inset Text
23408
23409 \begin_layout Plain Layout
23410 >
23411 \end_layout
23412
23413 \end_inset
23414 </cell>
23415 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23416 \begin_inset Text
23417
23418 \begin_layout Plain Layout
23419 \begin_inset Formula $>$
23420 \end_inset
23421
23422
23423 \end_layout
23424
23425 \end_inset
23426 </cell>
23427 </row>
23428 <row>
23429 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23430 \begin_inset Text
23431
23432 \begin_layout Plain Layout
23433
23434 \backslash
23435 ge
23436 \end_layout
23437
23438 \end_inset
23439 </cell>
23440 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23441 \begin_inset Text
23442
23443 \begin_layout Plain Layout
23444 \begin_inset Formula $\ge$
23445 \end_inset
23446
23447
23448 \end_layout
23449
23450 \end_inset
23451 </cell>
23452 </row>
23453 <row>
23454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23455 \begin_inset Text
23456
23457 \begin_layout Plain Layout
23458
23459 \backslash
23460 gg
23461 \end_layout
23462
23463 \end_inset
23464 </cell>
23465 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23466 \begin_inset Text
23467
23468 \begin_layout Plain Layout
23469 \begin_inset Formula $\gg$
23470 \end_inset
23471
23472
23473 \end_layout
23474
23475 \end_inset
23476 </cell>
23477 </row>
23478 <row>
23479 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23480 \begin_inset Text
23481
23482 \begin_layout Plain Layout
23483
23484 \backslash
23485 succ
23486 \end_layout
23487
23488 \end_inset
23489 </cell>
23490 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23491 \begin_inset Text
23492
23493 \begin_layout Plain Layout
23494 \begin_inset Formula $\succ$
23495 \end_inset
23496
23497
23498 \end_layout
23499
23500 \end_inset
23501 </cell>
23502 </row>
23503 <row>
23504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23505 \begin_inset Text
23506
23507 \begin_layout Plain Layout
23508
23509 \backslash
23510 succeq
23511 \end_layout
23512
23513 \end_inset
23514 </cell>
23515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23516 \begin_inset Text
23517
23518 \begin_layout Plain Layout
23519 \begin_inset Formula $\succeq$
23520 \end_inset
23521
23522
23523 \end_layout
23524
23525 \end_inset
23526 </cell>
23527 </row>
23528 <row>
23529 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23530 \begin_inset Text
23531
23532 \begin_layout Plain Layout
23533
23534 \backslash
23535 supset
23536 \end_layout
23537
23538 \end_inset
23539 </cell>
23540 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23541 \begin_inset Text
23542
23543 \begin_layout Plain Layout
23544 \begin_inset Formula $\supset$
23545 \end_inset
23546
23547
23548 \end_layout
23549
23550 \end_inset
23551 </cell>
23552 </row>
23553 <row>
23554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23555 \begin_inset Text
23556
23557 \begin_layout Plain Layout
23558
23559 \backslash
23560 supseteq
23561 \end_layout
23562
23563 \end_inset
23564 </cell>
23565 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23566 \begin_inset Text
23567
23568 \begin_layout Plain Layout
23569 \begin_inset Formula $\supseteq$
23570 \end_inset
23571
23572
23573 \end_layout
23574
23575 \end_inset
23576 </cell>
23577 </row>
23578 <row>
23579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23580 \begin_inset Text
23581
23582 \begin_layout Plain Layout
23583
23584 \backslash
23585 sqsupseteq
23586 \end_layout
23587
23588 \end_inset
23589 </cell>
23590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23591 \begin_inset Text
23592
23593 \begin_layout Plain Layout
23594 \begin_inset Formula $\sqsupseteq$
23595 \end_inset
23596
23597
23598 \end_layout
23599
23600 \end_inset
23601 </cell>
23602 </row>
23603 <row>
23604 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23605 \begin_inset Text
23606
23607 \begin_layout Plain Layout
23608
23609 \backslash
23610 ni
23611 \end_layout
23612
23613 \end_inset
23614 </cell>
23615 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23616 \begin_inset Text
23617
23618 \begin_layout Plain Layout
23619 \begin_inset Formula $\ni$
23620 \end_inset
23621
23622
23623 \end_layout
23624
23625 \end_inset
23626 </cell>
23627 </row>
23628 <row>
23629 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23630 \begin_inset Text
23631
23632 \begin_layout Plain Layout
23633
23634 \backslash
23635 dashv
23636 \end_layout
23637
23638 \end_inset
23639 </cell>
23640 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23641 \begin_inset Text
23642
23643 \begin_layout Plain Layout
23644 \begin_inset Formula $\dashv$
23645 \end_inset
23646
23647
23648 \end_layout
23649
23650 \end_inset
23651 </cell>
23652 </row>
23653 <row>
23654 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23655 \begin_inset Text
23656
23657 \begin_layout Plain Layout
23658
23659 \backslash
23660 frown
23661 \end_layout
23662
23663 \end_inset
23664 </cell>
23665 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23666 \begin_inset Text
23667
23668 \begin_layout Plain Layout
23669 \begin_inset Formula $\frown$
23670 \end_inset
23671
23672
23673 \end_layout
23674
23675 \end_inset
23676 </cell>
23677 </row>
23678 <row>
23679 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23680 \begin_inset Text
23681
23682 \begin_layout Plain Layout
23683
23684 \backslash
23685 rhd
23686 \end_layout
23687
23688 \end_inset
23689 </cell>
23690 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23691 \begin_inset Text
23692
23693 \begin_layout Plain Layout
23694 \begin_inset Formula $\rhd$
23695 \end_inset
23696
23697
23698 \end_layout
23699
23700 \end_inset
23701 </cell>
23702 </row>
23703 <row>
23704 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23705 \begin_inset Text
23706
23707 \begin_layout Plain Layout
23708
23709 \backslash
23710 unrhd
23711 \end_layout
23712
23713 \end_inset
23714 </cell>
23715 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23716 \begin_inset Text
23717
23718 \begin_layout Plain Layout
23719 \begin_inset Formula $\unrhd$
23720 \end_inset
23721
23722
23723 \end_layout
23724
23725 \end_inset
23726 </cell>
23727 </row>
23728 <row>
23729 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23730 \begin_inset Text
23731
23732 \begin_layout Plain Layout
23733
23734 \backslash
23735 lessgtr
23736 \end_layout
23737
23738 \end_inset
23739 </cell>
23740 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23741 \begin_inset Text
23742
23743 \begin_layout Plain Layout
23744 \begin_inset Formula $\lessgtr$
23745 \end_inset
23746
23747
23748 \end_layout
23749
23750 \end_inset
23751 </cell>
23752 </row>
23753 <row>
23754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23755 \begin_inset Text
23756
23757 \begin_layout Plain Layout
23758
23759 \backslash
23760 parallel
23761 \end_layout
23762
23763 \end_inset
23764 </cell>
23765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23766 \begin_inset Text
23767
23768 \begin_layout Plain Layout
23769 \begin_inset Formula $\parallel$
23770 \end_inset
23771
23772
23773 \end_layout
23774
23775 \end_inset
23776 </cell>
23777 </row>
23778 <row>
23779 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23780 \begin_inset Text
23781
23782 \begin_layout Plain Layout
23783
23784 \backslash
23785 nparallel
23786 \end_layout
23787
23788 \end_inset
23789 </cell>
23790 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23791 \begin_inset Text
23792
23793 \begin_layout Plain Layout
23794 \begin_inset Formula $\nparallel$
23795 \end_inset
23796
23797
23798 \end_layout
23799
23800 \end_inset
23801 </cell>
23802 </row>
23803 </lyxtabular>
23804
23805 \end_inset
23806
23807
23808 \begin_inset space \hfill{}
23809 \end_inset
23810
23811
23812 \end_layout
23813
23814 \begin_layout Standard
23815 \begin_inset VSpace medskip
23816 \end_inset
23817
23818 Die Zeichen 
23819 \series bold
23820
23821 \backslash
23822 lhd
23823 \series default
23824  bzw.
23825  
23826 \series bold
23827
23828 \backslash
23829 rhd
23830 \series default
23831  sind größer als die gleich aussehenden Operatoren
23832 \begin_inset Newline linebreak
23833 \end_inset
23834
23835
23836 \series bold
23837
23838 \backslash
23839 triangleleft
23840 \series default
23841  bzw.
23842  
23843 \series bold
23844
23845 \backslash
23846 triangleright
23847 \series default
23848 .
23849 \end_layout
23850
23851 \begin_layout Standard
23852 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23853 \end_layout
23854
23855 \begin_layout Standard
23856 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23857 \series bold
23858
23859 \backslash
23860 stackrel
23861 \series default
23862
23863 \begin_inset Index
23864 status collapsed
23865
23866 \begin_layout Plain Layout
23867 Befehle ! S ! 
23868 \backslash
23869 stackrel
23870 \end_layout
23871
23872 \end_inset
23873
23874  erstellt werden:
23875 \end_layout
23876
23877 \begin_layout Standard
23878 \align center
23879 \begin_inset Tabular
23880 <lyxtabular version="3" rows="2" columns="2">
23881 <features>
23882 <column alignment="center" valignment="top" width="0">
23883 <column alignment="center" valignment="top" width="0">
23884 <row>
23885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23886 \begin_inset Text
23887
23888 \begin_layout Plain Layout
23889 Befehl
23890 \end_layout
23891
23892 \end_inset
23893 </cell>
23894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23895 \begin_inset Text
23896
23897 \begin_layout Plain Layout
23898 Ergebnis
23899 \begin_inset Note Note
23900 status collapsed
23901
23902 \begin_layout Plain Layout
23903
23904 \series bold
23905
23906 \backslash
23907 raisebox
23908 \series default
23909  dient nur als Abstandhalter.
23910 \end_layout
23911
23912 \end_inset
23913
23914
23915 \end_layout
23916
23917 \end_inset
23918 </cell>
23919 </row>
23920 <row>
23921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23922 \begin_inset Text
23923
23924 \begin_layout Plain Layout
23925 A(r)
23926 \backslash
23927 stackrel
23928 \begin_inset ERT
23929 status collapsed
23930
23931 \begin_layout Plain Layout
23932
23933
23934 \backslash
23935 leer 
23936 \end_layout
23937
23938 \end_inset
23939
23940 r
23941 \backslash
23942 to
23943 \backslash
23944 infty
23945 \begin_inset ERT
23946 status collapsed
23947
23948 \begin_layout Plain Layout
23949
23950
23951 \backslash
23952 leer 
23953 \end_layout
23954
23955 \end_inset
23956
23957
23958 \begin_inset Formula $\downarrow$
23959 \end_inset
23960
23961
23962 \backslash
23963 approx
23964 \begin_inset ERT
23965 status collapsed
23966
23967 \begin_layout Plain Layout
23968
23969
23970 \backslash
23971 leer 
23972 \end_layout
23973
23974 \end_inset
23975
23976
23977 \begin_inset ERT
23978 status collapsed
23979
23980 \begin_layout Plain Layout
23981
23982
23983 \backslash
23984 leer 
23985 \end_layout
23986
23987 \end_inset
23988
23989 B
23990 \end_layout
23991
23992 \end_inset
23993 </cell>
23994 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23995 \begin_inset Text
23996
23997 \begin_layout Plain Layout
23998 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23999 \end_inset
24000
24001
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 </row>
24007 </lyxtabular>
24008
24009 \end_inset
24010
24011
24012 \end_layout
24013
24014 \begin_layout Standard
24015 \begin_inset Newpage newpage
24016 \end_inset
24017
24018
24019 \end_layout
24020
24021 \begin_layout Section
24022 Funktionen
24023 \end_layout
24024
24025 \begin_layout Subsection
24026 Vordefinierte Funktionen
24027 \begin_inset CommandInset label
24028 LatexCommand label
24029 name "sub:Vordefinierte-Funktionen"
24030
24031 \end_inset
24032
24033
24034 \begin_inset Index
24035 status collapsed
24036
24037 \begin_layout Plain Layout
24038 Funktionen ! vordefinierte
24039 \end_layout
24040
24041 \end_inset
24042
24043
24044 \end_layout
24045
24046 \begin_layout Standard
24047 Allgemein werden in mathematischen Ausdrücken Variablen 
24048 \shape italic
24049 kursiv
24050 \shape default
24051  gesetzt, Funktionsnamen hingegen nicht, denn 
24052 \begin_inset Formula $sin$
24053 \end_inset
24054
24055  könnte als 
24056 \begin_inset Formula $s\cdot i\cdot n$
24057 \end_inset
24058
24059  missverstanden werden.
24060  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
24061 en etwas abgesetzt sind.
24062  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
24063 \end_layout
24064
24065 \begin_layout Standard
24066 \align center
24067 \begin_inset Tabular
24068 <lyxtabular version="3" rows="2" columns="4">
24069 <features>
24070 <column alignment="center" valignment="top" width="0pt">
24071 <column alignment="center" valignment="top" width="0pt">
24072 <column alignment="center" valignment="top" width="0pt">
24073 <column alignment="center" valignment="top" width="0pt">
24074 <row>
24075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24076 \begin_inset Text
24077
24078 \begin_layout Plain Layout
24079 Befehl
24080 \end_layout
24081
24082 \end_inset
24083 </cell>
24084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24085 \begin_inset Text
24086
24087 \begin_layout Plain Layout
24088 Ergebnis
24089 \end_layout
24090
24091 \end_inset
24092 </cell>
24093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24094 \begin_inset Text
24095
24096 \begin_layout Plain Layout
24097 Befehl
24098 \end_layout
24099
24100 \end_inset
24101 </cell>
24102 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24103 \begin_inset Text
24104
24105 \begin_layout Plain Layout
24106 Ergebnis
24107 \end_layout
24108
24109 \end_inset
24110 </cell>
24111 </row>
24112 <row>
24113 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24114 \begin_inset Text
24115
24116 \begin_layout Plain Layout
24117 Asin(x)+B
24118 \end_layout
24119
24120 \end_inset
24121 </cell>
24122 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24123 \begin_inset Text
24124
24125 \begin_layout Plain Layout
24126 \begin_inset Formula $Asin(x)+B$
24127 \end_inset
24128
24129
24130 \end_layout
24131
24132 \end_inset
24133 </cell>
24134 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24135 \begin_inset Text
24136
24137 \begin_layout Plain Layout
24138 A
24139 \backslash
24140 sin(x)+B
24141 \end_layout
24142
24143 \end_inset
24144 </cell>
24145 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24146 \begin_inset Text
24147
24148 \begin_layout Plain Layout
24149 \begin_inset Formula $A\sin(x)+B$
24150 \end_inset
24151
24152
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 </row>
24158 </lyxtabular>
24159
24160 \end_inset
24161
24162
24163 \end_layout
24164
24165 \begin_layout Standard
24166 Folgende Funktionen sind vordefiniert:
24167 \end_layout
24168
24169 \begin_layout Standard
24170 \begin_inset VSpace -2mm
24171 \end_inset
24172
24173
24174 \end_layout
24175
24176 \begin_layout Standard
24177 \align center
24178 \begin_inset Tabular
24179 <lyxtabular version="3" rows="9" columns="4">
24180 <features>
24181 <column alignment="center" valignment="top" width="0pt">
24182 <column alignment="center" valignment="top" width="0pt">
24183 <column alignment="center" valignment="top" width="0pt">
24184 <column alignment="center" valignment="top" width="0pt">
24185 <row>
24186 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24187 \begin_inset Text
24188
24189 \begin_layout Plain Layout
24190 Befehl
24191 \end_layout
24192
24193 \end_inset
24194 </cell>
24195 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24196 \begin_inset Text
24197
24198 \begin_layout Plain Layout
24199 Befehl
24200 \end_layout
24201
24202 \end_inset
24203 </cell>
24204 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24205 \begin_inset Text
24206
24207 \begin_layout Plain Layout
24208 Befehl
24209 \end_layout
24210
24211 \end_inset
24212 </cell>
24213 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24214 \begin_inset Text
24215
24216 \begin_layout Plain Layout
24217 Befehl
24218 \end_layout
24219
24220 \end_inset
24221 </cell>
24222 </row>
24223 <row>
24224 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24225 \begin_inset Text
24226
24227 \begin_layout Plain Layout
24228
24229 \backslash
24230 sin
24231 \end_layout
24232
24233 \end_inset
24234 </cell>
24235 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24236 \begin_inset Text
24237
24238 \begin_layout Plain Layout
24239
24240 \backslash
24241 sinh
24242 \end_layout
24243
24244 \end_inset
24245 </cell>
24246 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24247 \begin_inset Text
24248
24249 \begin_layout Plain Layout
24250
24251 \backslash
24252 arcsin
24253 \end_layout
24254
24255 \end_inset
24256 </cell>
24257 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24258 \begin_inset Text
24259
24260 \begin_layout Plain Layout
24261
24262 \backslash
24263 sup
24264 \end_layout
24265
24266 \end_inset
24267 </cell>
24268 </row>
24269 <row>
24270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24271 \begin_inset Text
24272
24273 \begin_layout Plain Layout
24274
24275 \backslash
24276 cos
24277 \end_layout
24278
24279 \end_inset
24280 </cell>
24281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24282 \begin_inset Text
24283
24284 \begin_layout Plain Layout
24285
24286 \backslash
24287 cosh
24288 \end_layout
24289
24290 \end_inset
24291 </cell>
24292 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24293 \begin_inset Text
24294
24295 \begin_layout Plain Layout
24296
24297 \backslash
24298 arccos
24299 \end_layout
24300
24301 \end_inset
24302 </cell>
24303 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24304 \begin_inset Text
24305
24306 \begin_layout Plain Layout
24307
24308 \backslash
24309 inf
24310 \end_layout
24311
24312 \end_inset
24313 </cell>
24314 </row>
24315 <row>
24316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24317 \begin_inset Text
24318
24319 \begin_layout Plain Layout
24320
24321 \backslash
24322 tan
24323 \end_layout
24324
24325 \end_inset
24326 </cell>
24327 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24328 \begin_inset Text
24329
24330 \begin_layout Plain Layout
24331
24332 \backslash
24333 tanh
24334 \end_layout
24335
24336 \end_inset
24337 </cell>
24338 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24339 \begin_inset Text
24340
24341 \begin_layout Plain Layout
24342
24343 \backslash
24344 arctan
24345 \end_layout
24346
24347 \end_inset
24348 </cell>
24349 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24350 \begin_inset Text
24351
24352 \begin_layout Plain Layout
24353
24354 \backslash
24355 lim
24356 \end_layout
24357
24358 \end_inset
24359 </cell>
24360 </row>
24361 <row>
24362 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24363 \begin_inset Text
24364
24365 \begin_layout Plain Layout
24366
24367 \backslash
24368 cot
24369 \end_layout
24370
24371 \end_inset
24372 </cell>
24373 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24374 \begin_inset Text
24375
24376 \begin_layout Plain Layout
24377
24378 \backslash
24379 coth
24380 \end_layout
24381
24382 \end_inset
24383 </cell>
24384 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24385 \begin_inset Text
24386
24387 \begin_layout Plain Layout
24388
24389 \backslash
24390 arg
24391 \end_layout
24392
24393 \end_inset
24394 </cell>
24395 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24396 \begin_inset Text
24397
24398 \begin_layout Plain Layout
24399
24400 \backslash
24401 liminf
24402 \end_layout
24403
24404 \end_inset
24405 </cell>
24406 </row>
24407 <row>
24408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24409 \begin_inset Text
24410
24411 \begin_layout Plain Layout
24412
24413 \backslash
24414 sec
24415 \end_layout
24416
24417 \end_inset
24418 </cell>
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 min
24426 \end_layout
24427
24428 \end_inset
24429 </cell>
24430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24431 \begin_inset Text
24432
24433 \begin_layout Plain Layout
24434
24435 \backslash
24436 deg
24437 \end_layout
24438
24439 \end_inset
24440 </cell>
24441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24442 \begin_inset Text
24443
24444 \begin_layout Plain Layout
24445
24446 \backslash
24447 limsup
24448 \end_layout
24449
24450 \end_inset
24451 </cell>
24452 </row>
24453 <row>
24454 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24455 \begin_inset Text
24456
24457 \begin_layout Plain Layout
24458
24459 \backslash
24460 csc
24461 \end_layout
24462
24463 \end_inset
24464 </cell>
24465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24466 \begin_inset Text
24467
24468 \begin_layout Plain Layout
24469
24470 \backslash
24471 max
24472 \end_layout
24473
24474 \end_inset
24475 </cell>
24476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24477 \begin_inset Text
24478
24479 \begin_layout Plain Layout
24480
24481 \backslash
24482 det
24483 \end_layout
24484
24485 \end_inset
24486 </cell>
24487 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24488 \begin_inset Text
24489
24490 \begin_layout Plain Layout
24491
24492 \backslash
24493 Pr
24494 \end_layout
24495
24496 \end_inset
24497 </cell>
24498 </row>
24499 <row>
24500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24501 \begin_inset Text
24502
24503 \begin_layout Plain Layout
24504
24505 \backslash
24506 ln
24507 \end_layout
24508
24509 \end_inset
24510 </cell>
24511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24512 \begin_inset Text
24513
24514 \begin_layout Plain Layout
24515
24516 \backslash
24517 exp
24518 \end_layout
24519
24520 \end_inset
24521 </cell>
24522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24523 \begin_inset Text
24524
24525 \begin_layout Plain Layout
24526
24527 \backslash
24528 dim
24529 \end_layout
24530
24531 \end_inset
24532 </cell>
24533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24534 \begin_inset Text
24535
24536 \begin_layout Plain Layout
24537
24538 \backslash
24539 hom
24540 \end_layout
24541
24542 \end_inset
24543 </cell>
24544 </row>
24545 <row>
24546 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24547 \begin_inset Text
24548
24549 \begin_layout Plain Layout
24550
24551 \backslash
24552 lg
24553 \end_layout
24554
24555 \end_inset
24556 </cell>
24557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24558 \begin_inset Text
24559
24560 \begin_layout Plain Layout
24561
24562 \backslash
24563 log
24564 \end_layout
24565
24566 \end_inset
24567 </cell>
24568 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24569 \begin_inset Text
24570
24571 \begin_layout Plain Layout
24572
24573 \backslash
24574 ker
24575 \end_layout
24576
24577 \end_inset
24578 </cell>
24579 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24580 \begin_inset Text
24581
24582 \begin_layout Plain Layout
24583
24584 \backslash
24585 gcd
24586 \end_layout
24587
24588 \end_inset
24589 </cell>
24590 </row>
24591 </lyxtabular>
24592
24593 \end_inset
24594
24595
24596 \end_layout
24597
24598 \begin_layout Standard
24599 Sie können auch über den Mathe-Werkzeugleistenknopf 
24600 \begin_inset Graphics
24601         filename ../../images/math/functions.png
24602         scale 85
24603
24604 \end_inset
24605
24606  eingefügt werden.
24607 \end_layout
24608
24609 \begin_layout Subsection
24610 Selbst definierte Funktionen
24611 \begin_inset Index
24612 status collapsed
24613
24614 \begin_layout Plain Layout
24615 Funktionen ! selbstdefinierte
24616 \end_layout
24617
24618 \end_inset
24619
24620
24621 \end_layout
24622
24623 \begin_layout Standard
24624 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24625 \begin_inset space \thinspace{}
24626 \end_inset
24627
24628 B.
24629  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24630 \end_layout
24631
24632 \begin_layout Itemize
24633 Man definiert die Funktion selbst.
24634  Dazu gibt man im LaTeX-Vorspann die Zeile
24635 \begin_inset Newline newline
24636 \end_inset
24637
24638
24639 \begin_inset VSpace -3mm
24640 \end_inset
24641
24642
24643 \begin_inset Newline newline
24644 \end_inset
24645
24646
24647 \series bold
24648
24649 \backslash
24650 DeclareMathOperator{
24651 \backslash
24652 sgn}{sgn}
24653 \series default
24654
24655 \begin_inset Index
24656 status collapsed
24657
24658 \begin_layout Plain Layout
24659 Befehle ! D ! 
24660 \backslash
24661 dbinom@
24662 \backslash
24663 DeclareMathOperator
24664 \end_layout
24665
24666 \end_inset
24667
24668
24669 \begin_inset Newline newline
24670 \end_inset
24671
24672
24673 \begin_inset VSpace -2mm
24674 \end_inset
24675
24676
24677 \begin_inset Newline newline
24678 \end_inset
24679
24680 ein
24681 \begin_inset Foot
24682 status collapsed
24683
24684 \begin_layout Plain Layout
24685 Näheres zu 
24686 \series bold
24687
24688 \backslash
24689 DeclareMathOperator
24690 \series default
24691  siehe 
24692 \begin_inset CommandInset ref
24693 LatexCommand ref
24694 reference "sub:Selbstdefinierte-Operatoren"
24695
24696 \end_inset
24697
24698 .
24699 \end_layout
24700
24701 \end_inset
24702
24703 .
24704  Nun kann man mit dem Befehl 
24705 \series bold
24706
24707 \backslash
24708 sgn
24709 \series default
24710  die neu definierte Funktion aufrufen.
24711 \end_layout
24712
24713 \begin_layout Itemize
24714 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24715  Beispiel die Buchstaben 
24716 \emph on
24717 sgn
24718 \emph default
24719 , und wandelt ihn in in mathematischen Text um.
24720  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24721 \end_layout
24722
24723 \begin_layout Standard
24724 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24725  Funktion
24726 \begin_inset Foot
24727 status collapsed
24728
24729 \begin_layout Plain Layout
24730 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24731 \end_layout
24732
24733 \end_inset
24734
24735 :
24736 \end_layout
24737
24738 \begin_layout Standard
24739 \align center
24740 \begin_inset Tabular
24741 <lyxtabular version="3" rows="3" columns="2">
24742 <features>
24743 <column alignment="center" valignment="top" width="0pt">
24744 <column alignment="center" valignment="top" width="0pt">
24745 <row>
24746 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24747 \begin_inset Text
24748
24749 \begin_layout Plain Layout
24750 Befehl
24751 \end_layout
24752
24753 \end_inset
24754 </cell>
24755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24756 \begin_inset Text
24757
24758 \begin_layout Plain Layout
24759 Ergebnis
24760 \end_layout
24761
24762 \end_inset
24763 </cell>
24764 </row>
24765 <row>
24766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24767 \begin_inset Text
24768
24769 \begin_layout Plain Layout
24770 A
24771 \backslash
24772 sgn(x)+B
24773 \end_layout
24774
24775 \end_inset
24776 </cell>
24777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24778 \begin_inset Text
24779
24780 \begin_layout Plain Layout
24781 \begin_inset Formula $A\sgn(x)+B$
24782 \end_inset
24783
24784
24785 \end_layout
24786
24787 \end_inset
24788 </cell>
24789 </row>
24790 <row>
24791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24792 \begin_inset Text
24793
24794 \begin_layout Plain Layout
24795 A
24796 \backslash
24797 ,
24798 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24799 \end_inset
24800
24801 (x)+B
24802 \end_layout
24803
24804 \end_inset
24805 </cell>
24806 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24807 \begin_inset Text
24808
24809 \begin_layout Plain Layout
24810 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24811 \end_inset
24812
24813
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 </row>
24819 </lyxtabular>
24820
24821 \end_inset
24822
24823
24824 \end_layout
24825
24826 \begin_layout Standard
24827 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24828  mehrfach verwendet werden soll.
24829 \end_layout
24830
24831 \begin_layout Subsection
24832 Grenzwerte
24833 \begin_inset Index
24834 status collapsed
24835
24836 \begin_layout Plain Layout
24837 Grenzwerte
24838 \end_layout
24839
24840 \end_inset
24841
24842
24843 \end_layout
24844
24845 \begin_layout Standard
24846 Für Grenzwerte sind außer 
24847 \series bold
24848
24849 \backslash
24850 lim
24851 \series default
24852
24853 \begin_inset Index
24854 status collapsed
24855
24856 \begin_layout Plain Layout
24857 Befehle ! L ! 
24858 \backslash
24859 lim
24860 \end_layout
24861
24862 \end_inset
24863
24864
24865 \series bold
24866
24867 \backslash
24868 liminf
24869 \series default
24870  und 
24871 \series bold
24872
24873 \backslash
24874 limsup
24875 \series default
24876  noch folgende Funktionen definiert:
24877 \end_layout
24878
24879 \begin_layout Standard
24880 \align center
24881 \begin_inset Tabular
24882 <lyxtabular version="3" rows="5" columns="2">
24883 <features>
24884 <column alignment="center" valignment="top" width="0">
24885 <column alignment="center" valignment="top" width="0">
24886 <row>
24887 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24888 \begin_inset Text
24889
24890 \begin_layout Plain Layout
24891 Befehl
24892 \end_layout
24893
24894 \end_inset
24895 </cell>
24896 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24897 \begin_inset Text
24898
24899 \begin_layout Plain Layout
24900 Ergebnis
24901 \begin_inset Note Note
24902 status collapsed
24903
24904 \begin_layout Plain Layout
24905
24906 \series bold
24907
24908 \backslash
24909 raisebox
24910 \series default
24911  dient nur als Abstandhalter.
24912 \end_layout
24913
24914 \end_inset
24915
24916
24917 \end_layout
24918
24919 \end_inset
24920 </cell>
24921 </row>
24922 <row>
24923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24924 \begin_inset Text
24925
24926 \begin_layout Plain Layout
24927
24928 \backslash
24929 varliminf
24930 \end_layout
24931
24932 \end_inset
24933 </cell>
24934 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24935 \begin_inset Text
24936
24937 \begin_layout Plain Layout
24938 \begin_inset Formula $\varliminf$
24939 \end_inset
24940
24941
24942 \end_layout
24943
24944 \end_inset
24945 </cell>
24946 </row>
24947 <row>
24948 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24949 \begin_inset Text
24950
24951 \begin_layout Plain Layout
24952
24953 \backslash
24954 varlimsup
24955 \end_layout
24956
24957 \end_inset
24958 </cell>
24959 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24960 \begin_inset Text
24961
24962 \begin_layout Plain Layout
24963 \begin_inset Formula $\varlimsup$
24964 \end_inset
24965
24966
24967 \end_layout
24968
24969 \end_inset
24970 </cell>
24971 </row>
24972 <row>
24973 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24974 \begin_inset Text
24975
24976 \begin_layout Plain Layout
24977
24978 \backslash
24979 varprojlim
24980 \end_layout
24981
24982 \end_inset
24983 </cell>
24984 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24985 \begin_inset Text
24986
24987 \begin_layout Plain Layout
24988 \begin_inset Formula $\varprojlim$
24989 \end_inset
24990
24991
24992 \end_layout
24993
24994 \end_inset
24995 </cell>
24996 </row>
24997 <row>
24998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24999 \begin_inset Text
25000
25001 \begin_layout Plain Layout
25002
25003 \backslash
25004 varinjlim
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25010 \begin_inset Text
25011
25012 \begin_layout Plain Layout
25013 \begin_inset Formula $\varinjlim$
25014 \end_inset
25015
25016
25017 \begin_inset Formula $\raisebox{-2.5mm}{}$
25018 \end_inset
25019
25020
25021 \end_layout
25022
25023 \end_inset
25024 </cell>
25025 </row>
25026 </lyxtabular>
25027
25028 \end_inset
25029
25030
25031 \end_layout
25032
25033 \begin_layout Standard
25034 \begin_inset VSpace medskip
25035 \end_inset
25036
25037 Der Grenzwert wird durch Tiefstellen erzeugt.
25038  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
25039 \end_layout
25040
25041 \begin_layout Standard
25042 \align center
25043 \begin_inset Tabular
25044 <lyxtabular version="3" rows="2" columns="2">
25045 <features>
25046 <column alignment="center" valignment="top" width="0pt">
25047 <column alignment="center" valignment="top" width="0pt">
25048 <row>
25049 <cell alignment="center" valignment="top" usebox="none">
25050 \begin_inset Text
25051
25052 \begin_layout Plain Layout
25053 Befehl
25054 \end_layout
25055
25056 \end_inset
25057 </cell>
25058 <cell alignment="center" valignment="top" usebox="none">
25059 \begin_inset Text
25060
25061 \begin_layout Plain Layout
25062 \begin_inset space \hspace{}
25063 \length 1cm
25064 \end_inset
25065
25066 Ergebnis
25067 \begin_inset Note Note
25068 status collapsed
25069
25070 \begin_layout Plain Layout
25071
25072 \series bold
25073
25074 \backslash
25075 hspace
25076 \series default
25077  und 
25078 \series bold
25079
25080 \backslash
25081 raisebox
25082 \series default
25083  dienen nur als Abstandhalter.
25084 \end_layout
25085
25086 \end_inset
25087
25088
25089 \end_layout
25090
25091 \end_inset
25092 </cell>
25093 </row>
25094 <row>
25095 <cell alignment="center" valignment="top" usebox="none">
25096 \begin_inset Text
25097
25098 \begin_layout Plain Layout
25099
25100 \backslash
25101 lim_x
25102 \backslash
25103 to
25104 \begin_inset ERT
25105 status collapsed
25106
25107 \begin_layout Plain Layout
25108
25109
25110 \backslash
25111 leer 
25112 \end_layout
25113
25114 \end_inset
25115
25116 A
25117 \begin_inset ERT
25118 status collapsed
25119
25120 \begin_layout Plain Layout
25121
25122
25123 \backslash
25124 leer 
25125 \end_layout
25126
25127 \end_inset
25128
25129 x=B
25130 \end_layout
25131
25132 \end_inset
25133 </cell>
25134 <cell alignment="center" valignment="top" usebox="none">
25135 \begin_inset Text
25136
25137 \begin_layout Plain Layout
25138 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25139 \end_inset
25140
25141
25142 \end_layout
25143
25144 \end_inset
25145 </cell>
25146 </row>
25147 </lyxtabular>
25148
25149 \end_inset
25150
25151
25152 \end_layout
25153
25154 \begin_layout Standard
25155 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25156 \begin_inset Formula \[
25157 \lim_{x\to A}x=B\]
25158
25159 \end_inset
25160
25161
25162 \end_layout
25163
25164 \begin_layout Subsection
25165 Modulo-Funktionen
25166 \begin_inset Index
25167 status collapsed
25168
25169 \begin_layout Plain Layout
25170 Funktionen ! Modulo-
25171 \end_layout
25172
25173 \end_inset
25174
25175
25176 \end_layout
25177
25178 \begin_layout Standard
25179 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25180  Varianten.
25181 \begin_inset Newpage newpage
25182 \end_inset
25183
25184
25185 \end_layout
25186
25187 \begin_layout Standard
25188 Die Varianten in einer abgesetzten Formel:
25189 \begin_inset Formula \begin{align*}
25190 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25191 \mathrm{a\backslash mod\textrm{\leer}b} &  & a\mod b\\
25192 \mathrm{a\backslash pmod\textrm{\leer}b} &  & a\pmod b\\
25193 \mathrm{a\backslash bmod\textrm{\leer}b} &  & a\bmod b\\
25194 \mathrm{a\backslash pod\textrm{\leer}b} &  & a\pod b\end{align*}
25195
25196 \end_inset
25197
25198
25199 \end_layout
25200
25201 \begin_layout Standard
25202 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25203  weniger Leerraum gesetzt.
25204 \end_layout
25205
25206 \begin_layout Section
25207 Sonderzeichen
25208 \begin_inset Index
25209 status collapsed
25210
25211 \begin_layout Plain Layout
25212 Sonderzeichen
25213 \end_layout
25214
25215 \end_inset
25216
25217
25218 \end_layout
25219
25220 \begin_layout Subsection
25221 Sonderzeichen im mathematischen Text
25222 \end_layout
25223
25224 \begin_layout Standard
25225 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25226  verwendet werden:
25227 \end_layout
25228
25229 \begin_layout Standard
25230 \begin_inset space \hfill{}
25231 \end_inset
25232
25233
25234 \begin_inset Tabular
25235 <lyxtabular version="3" rows="8" columns="2">
25236 <features>
25237 <column alignment="block" valignment="top" width="0">
25238 <column alignment="block" valignment="top" width="0">
25239 <row>
25240 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25241 \begin_inset Text
25242
25243 \begin_layout Plain Layout
25244 Befehl
25245 \end_layout
25246
25247 \end_inset
25248 </cell>
25249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25250 \begin_inset Text
25251
25252 \begin_layout Plain Layout
25253 Ergebnis
25254 \end_layout
25255
25256 \end_inset
25257 </cell>
25258 </row>
25259 <row>
25260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25261 \begin_inset Text
25262
25263 \begin_layout Plain Layout
25264
25265 \backslash
25266 oe
25267 \end_layout
25268
25269 \end_inset
25270 </cell>
25271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25272 \begin_inset Text
25273
25274 \begin_layout Plain Layout
25275 \begin_inset Formula $\textrm{œ}$
25276 \end_inset
25277
25278
25279 \end_layout
25280
25281 \end_inset
25282 </cell>
25283 </row>
25284 <row>
25285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25286 \begin_inset Text
25287
25288 \begin_layout Plain Layout
25289
25290 \backslash
25291 OE
25292 \end_layout
25293
25294 \end_inset
25295 </cell>
25296 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25297 \begin_inset Text
25298
25299 \begin_layout Plain Layout
25300 \begin_inset Formula $\textrm{Œ}$
25301 \end_inset
25302
25303
25304 \end_layout
25305
25306 \end_inset
25307 </cell>
25308 </row>
25309 <row>
25310 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25311 \begin_inset Text
25312
25313 \begin_layout Plain Layout
25314
25315 \backslash
25316 ae
25317 \end_layout
25318
25319 \end_inset
25320 </cell>
25321 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25322 \begin_inset Text
25323
25324 \begin_layout Plain Layout
25325 \begin_inset Formula $\textrm{æ}$
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 </row>
25334 <row>
25335 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25336 \begin_inset Text
25337
25338 \begin_layout Plain Layout
25339
25340 \backslash
25341 AE
25342 \end_layout
25343
25344 \end_inset
25345 </cell>
25346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25347 \begin_inset Text
25348
25349 \begin_layout Plain Layout
25350 \begin_inset Formula $\textrm{Æ}$
25351 \end_inset
25352
25353
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 </row>
25359 <row>
25360 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25361 \begin_inset Text
25362
25363 \begin_layout Plain Layout
25364
25365 \backslash
25366 aa
25367 \end_layout
25368
25369 \end_inset
25370 </cell>
25371 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25372 \begin_inset Text
25373
25374 \begin_layout Plain Layout
25375 \begin_inset Formula $\textrm{\aa}$
25376 \end_inset
25377
25378
25379 \end_layout
25380
25381 \end_inset
25382 </cell>
25383 </row>
25384 <row>
25385 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25386 \begin_inset Text
25387
25388 \begin_layout Plain Layout
25389
25390 \backslash
25391 AA
25392 \begin_inset Index
25393 status collapsed
25394
25395 \begin_layout Plain Layout
25396 \begin_inset ERT
25397 status collapsed
25398
25399 \begin_layout Plain Layout
25400
25401
25402 \backslash
25403
25404 \begin_inset ERT
25405 status collapsed
25406
25407 \begin_layout Plain Layout
25408
25409 {
25410 \end_layout
25411
25412 \end_inset
25413
25414
25415 \begin_inset ERT
25416 status collapsed
25417
25418 \begin_layout Plain Layout
25419
25420 }
25421 \end_layout
25422
25423 \end_inset
25424
25425
25426 \end_layout
25427
25428 \end_inset
25429
25430 @
25431 \begin_inset ERT
25432 status collapsed
25433
25434 \begin_layout Plain Layout
25435
25436
25437 \backslash
25438
25439 \begin_inset ERT
25440 status collapsed
25441
25442 \begin_layout Plain Layout
25443
25444 {
25445 \end_layout
25446
25447 \end_inset
25448
25449
25450 \begin_inset ERT
25451 status collapsed
25452
25453 \begin_layout Plain Layout
25454
25455 }
25456 \end_layout
25457
25458 \end_inset
25459
25460
25461 \end_layout
25462
25463 \end_inset
25464
25465 textrm
25466 \begin_inset ERT
25467 status collapsed
25468
25469 \begin_layout Plain Layout
25470
25471 {
25472 \end_layout
25473
25474 \end_inset
25475
25476
25477 \begin_inset ERT
25478 status collapsed
25479
25480 \begin_layout Plain Layout
25481
25482
25483 \backslash
25484
25485 \begin_inset ERT
25486 status collapsed
25487
25488 \begin_layout Plain Layout
25489
25490 {
25491 \end_layout
25492
25493 \end_inset
25494
25495
25496 \begin_inset ERT
25497 status collapsed
25498
25499 \begin_layout Plain Layout
25500
25501 }
25502 \end_layout
25503
25504 \end_inset
25505
25506
25507 \end_layout
25508
25509 \end_inset
25510
25511 AA
25512 \begin_inset ERT
25513 status collapsed
25514
25515 \begin_layout Plain Layout
25516
25517 }
25518 \end_layout
25519
25520 \end_inset
25521
25522
25523 \end_layout
25524
25525 \end_inset
25526
25527
25528 \end_layout
25529
25530 \end_inset
25531 </cell>
25532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25533 \begin_inset Text
25534
25535 \begin_layout Plain Layout
25536 \begin_inset Formula $\textrm{Å}$
25537 \end_inset
25538
25539
25540 \end_layout
25541
25542 \end_inset
25543 </cell>
25544 </row>
25545 <row>
25546 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25547 \begin_inset Text
25548
25549 \begin_layout Plain Layout
25550
25551 \backslash
25552 i
25553 \end_layout
25554
25555 \end_inset
25556 </cell>
25557 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25558 \begin_inset Text
25559
25560 \begin_layout Plain Layout
25561 \begin_inset Formula $\textrm{ı}$
25562 \end_inset
25563
25564
25565 \end_layout
25566
25567 \end_inset
25568 </cell>
25569 </row>
25570 </lyxtabular>
25571
25572 \end_inset
25573
25574
25575 \begin_inset space \hfill{}
25576 \end_inset
25577
25578
25579 \begin_inset Tabular
25580 <lyxtabular version="3" rows="8" columns="2">
25581 <features>
25582 <column alignment="block" valignment="top" width="0">
25583 <column alignment="center" valignment="top" width="0">
25584 <row>
25585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25586 \begin_inset Text
25587
25588 \begin_layout Plain Layout
25589 Befehl
25590 \begin_inset Note Note
25591 status collapsed
25592
25593 \begin_layout Plain Layout
25594
25595 \series bold
25596
25597 \backslash
25598 hspace{0mm}
25599 \series default
25600  dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25601  ¿ erscheinen würde.
25602 \end_layout
25603
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25612 \begin_inset Text
25613
25614 \begin_layout Plain Layout
25615 Ergebnis
25616 \end_layout
25617
25618 \end_inset
25619 </cell>
25620 </row>
25621 <row>
25622 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25623 \begin_inset Text
25624
25625 \begin_layout Plain Layout
25626
25627 \backslash
25628 o
25629 \end_layout
25630
25631 \end_inset
25632 </cell>
25633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25634 \begin_inset Text
25635
25636 \begin_layout Plain Layout
25637 \begin_inset Formula $\textrm{ø}$
25638 \end_inset
25639
25640
25641 \end_layout
25642
25643 \end_inset
25644 </cell>
25645 </row>
25646 <row>
25647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25648 \begin_inset Text
25649
25650 \begin_layout Plain Layout
25651
25652 \backslash
25653 O
25654 \end_layout
25655
25656 \end_inset
25657 </cell>
25658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25659 \begin_inset Text
25660
25661 \begin_layout Plain Layout
25662 \begin_inset Formula $\textrm{Ø}$
25663 \end_inset
25664
25665
25666 \end_layout
25667
25668 \end_inset
25669 </cell>
25670 </row>
25671 <row>
25672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25673 \begin_inset Text
25674
25675 \begin_layout Plain Layout
25676
25677 \backslash
25678 l
25679 \end_layout
25680
25681 \end_inset
25682 </cell>
25683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25684 \begin_inset Text
25685
25686 \begin_layout Plain Layout
25687 \begin_inset Formula $\textrm{ł}$
25688 \end_inset
25689
25690
25691 \end_layout
25692
25693 \end_inset
25694 </cell>
25695 </row>
25696 <row>
25697 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25698 \begin_inset Text
25699
25700 \begin_layout Plain Layout
25701
25702 \backslash
25703 L
25704 \end_layout
25705
25706 \end_inset
25707 </cell>
25708 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25709 \begin_inset Text
25710
25711 \begin_layout Plain Layout
25712 \begin_inset Formula $\textrm{Ł}$
25713 \end_inset
25714
25715
25716 \end_layout
25717
25718 \end_inset
25719 </cell>
25720 </row>
25721 <row>
25722 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25723 \begin_inset Text
25724
25725 \begin_layout Plain Layout
25726 !
25727 \begin_inset space \hspace{}
25728 \length 0mm
25729 \end_inset
25730
25731 `
25732 \begin_inset ERT
25733 status collapsed
25734
25735 \begin_layout Plain Layout
25736
25737
25738 \backslash
25739 leer 
25740 \end_layout
25741
25742 \end_inset
25743
25744
25745 \end_layout
25746
25747 \end_inset
25748 </cell>
25749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25750 \begin_inset Text
25751
25752 \begin_layout Plain Layout
25753 \begin_inset Formula $\textrm{!`}$
25754 \end_inset
25755
25756
25757 \end_layout
25758
25759 \end_inset
25760 </cell>
25761 </row>
25762 <row>
25763 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25764 \begin_inset Text
25765
25766 \begin_layout Plain Layout
25767 ?
25768 \begin_inset space \hspace{}
25769 \length 0mm
25770 \end_inset
25771
25772 `
25773 \begin_inset ERT
25774 status collapsed
25775
25776 \begin_layout Plain Layout
25777
25778
25779 \backslash
25780 leer 
25781 \end_layout
25782
25783 \end_inset
25784
25785
25786 \end_layout
25787
25788 \end_inset
25789 </cell>
25790 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25791 \begin_inset Text
25792
25793 \begin_layout Plain Layout
25794 \begin_inset Formula $\textrm{?`}$
25795 \end_inset
25796
25797
25798 \end_layout
25799
25800 \end_inset
25801 </cell>
25802 </row>
25803 <row>
25804 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25805 \begin_inset Text
25806
25807 \begin_layout Plain Layout
25808
25809 \backslash
25810 j
25811 \end_layout
25812
25813 \end_inset
25814 </cell>
25815 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25816 \begin_inset Text
25817
25818 \begin_layout Plain Layout
25819 \begin_inset Formula $\textrm{ȷ}$
25820 \end_inset
25821
25822
25823 \end_layout
25824
25825 \end_inset
25826 </cell>
25827 </row>
25828 </lyxtabular>
25829
25830 \end_inset
25831
25832
25833 \begin_inset space \hfill{}
25834 \end_inset
25835
25836
25837 \end_layout
25838
25839 \begin_layout Standard
25840 Die Zeichen 
25841 \begin_inset Formula $\textrm{\textrm{Å}}$
25842 \end_inset
25843
25844  und 
25845 \begin_inset Formula $\textrm{\textrm{Ø}}$
25846 \end_inset
25847
25848  können auch über den Mathe-Werkzeugleistenknopf 
25849 \begin_inset Graphics
25850         filename ../../images/math/digamma.png
25851         scale 85
25852
25853 \end_inset
25854
25855  eingefügt werden.
25856 \end_layout
25857
25858 \begin_layout Standard
25859 Eine Ausnahme bilden die Befehle 
25860 \series bold
25861 !
25862 \begin_inset space \hspace{}
25863 \length 0mm
25864 \end_inset
25865
25866 `
25867 \series default
25868  und 
25869 \series bold
25870 ?
25871 \begin_inset space \hspace{}
25872 \length 0mm
25873 \end_inset
25874
25875 `
25876 \series default
25877 , denn man kann sie in LyX direkt in den Text eingeben.
25878 \end_layout
25879
25880 \begin_layout Subsection
25881 Akzente im Text
25882 \begin_inset CommandInset label
25883 LatexCommand label
25884 name "sub:Sonderzeichen-Akzente"
25885
25886 \end_inset
25887
25888
25889 \begin_inset Index
25890 status collapsed
25891
25892 \begin_layout Plain Layout
25893 Akzente ! im Text
25894 \end_layout
25895
25896 \end_inset
25897
25898
25899 \end_layout
25900
25901 \begin_layout Standard
25902 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25903  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25904 \end_layout
25905
25906 \begin_layout Standard
25907 \begin_inset space \hfill{}
25908 \end_inset
25909
25910
25911 \begin_inset Tabular
25912 <lyxtabular version="3" rows="8" columns="2">
25913 <features>
25914 <column alignment="block" valignment="top" width="0">
25915 <column alignment="block" valignment="top" width="0">
25916 <row>
25917 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25918 \begin_inset Text
25919
25920 \begin_layout Plain Layout
25921 Befehl
25922 \end_layout
25923
25924 \end_inset
25925 </cell>
25926 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25927 \begin_inset Text
25928
25929 \begin_layout Plain Layout
25930 Ergebnis
25931 \end_layout
25932
25933 \end_inset
25934 </cell>
25935 </row>
25936 <row>
25937 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25938 \begin_inset Text
25939
25940 \begin_layout Plain Layout
25941
25942 \backslash
25943
25944 \begin_inset Quotes grd
25945 \end_inset
25946
25947 e
25948 \end_layout
25949
25950 \end_inset
25951 </cell>
25952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25953 \begin_inset Text
25954
25955 \begin_layout Plain Layout
25956 \begin_inset ERT
25957 status collapsed
25958
25959 \begin_layout Plain Layout
25960
25961
25962 \backslash
25963 "e
25964 \end_layout
25965
25966 \end_inset
25967
25968
25969 \end_layout
25970
25971 \end_inset
25972 </cell>
25973 </row>
25974 <row>
25975 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25976 \begin_inset Text
25977
25978 \begin_layout Plain Layout
25979
25980 \backslash
25981 `e
25982 \end_layout
25983
25984 \end_inset
25985 </cell>
25986 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25987 \begin_inset Text
25988
25989 \begin_layout Plain Layout
25990 \begin_inset ERT
25991 status collapsed
25992
25993 \begin_layout Plain Layout
25994
25995
25996 \backslash
25997 `e
25998 \end_layout
25999
26000 \end_inset
26001
26002
26003 \end_layout
26004
26005 \end_inset
26006 </cell>
26007 </row>
26008 <row>
26009 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26010 \begin_inset Text
26011
26012 \begin_layout Plain Layout
26013
26014 \backslash
26015 ^
26016 \begin_inset ERT
26017 status collapsed
26018
26019 \begin_layout Plain Layout
26020
26021
26022 \backslash
26023 leer 
26024 \end_layout
26025
26026 \end_inset
26027
26028 e
26029 \end_layout
26030
26031 \end_inset
26032 </cell>
26033 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26034 \begin_inset Text
26035
26036 \begin_layout Plain Layout
26037 \begin_inset ERT
26038 status collapsed
26039
26040 \begin_layout Plain Layout
26041
26042
26043 \backslash
26044 ^e
26045 \end_layout
26046
26047 \end_inset
26048
26049
26050 \end_layout
26051
26052 \end_inset
26053 </cell>
26054 </row>
26055 <row>
26056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26057 \begin_inset Text
26058
26059 \begin_layout Plain Layout
26060
26061 \backslash
26062 =e
26063 \end_layout
26064
26065 \end_inset
26066 </cell>
26067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26068 \begin_inset Text
26069
26070 \begin_layout Plain Layout
26071 \begin_inset ERT
26072 status collapsed
26073
26074 \begin_layout Plain Layout
26075
26076
26077 \backslash
26078 =e
26079 \end_layout
26080
26081 \end_inset
26082
26083
26084 \end_layout
26085
26086 \end_inset
26087 </cell>
26088 </row>
26089 <row>
26090 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26091 \begin_inset Text
26092
26093 \begin_layout Plain Layout
26094
26095 \backslash
26096 u
26097 \begin_inset ERT
26098 status collapsed
26099
26100 \begin_layout Plain Layout
26101
26102
26103 \backslash
26104 leer 
26105 \end_layout
26106
26107 \end_inset
26108
26109 e
26110 \end_layout
26111
26112 \end_inset
26113 </cell>
26114 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26115 \begin_inset Text
26116
26117 \begin_layout Plain Layout
26118 \begin_inset ERT
26119 status collapsed
26120
26121 \begin_layout Plain Layout
26122
26123
26124 \backslash
26125 u e
26126 \end_layout
26127
26128 \end_inset
26129
26130
26131 \end_layout
26132
26133 \end_inset
26134 </cell>
26135 </row>
26136 <row>
26137 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26138 \begin_inset Text
26139
26140 \begin_layout Plain Layout
26141
26142 \backslash
26143 b
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 leer 
26152 \end_layout
26153
26154 \end_inset
26155
26156 e
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26162 \begin_inset Text
26163
26164 \begin_layout Plain Layout
26165 \begin_inset ERT
26166 status collapsed
26167
26168 \begin_layout Plain Layout
26169
26170
26171 \backslash
26172 b e
26173 \end_layout
26174
26175 \end_inset
26176
26177
26178 \end_layout
26179
26180 \end_inset
26181 </cell>
26182 </row>
26183 <row>
26184 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26185 \begin_inset Text
26186
26187 \begin_layout Plain Layout
26188
26189 \backslash
26190 t
26191 \begin_inset ERT
26192 status collapsed
26193
26194 \begin_layout Plain Layout
26195
26196
26197 \backslash
26198 leer 
26199 \end_layout
26200
26201 \end_inset
26202
26203 ee
26204 \end_layout
26205
26206 \end_inset
26207 </cell>
26208 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26209 \begin_inset Text
26210
26211 \begin_layout Plain Layout
26212 \begin_inset ERT
26213 status collapsed
26214
26215 \begin_layout Plain Layout
26216
26217
26218 \backslash
26219 t ee
26220 \end_layout
26221
26222 \end_inset
26223
26224
26225 \end_layout
26226
26227 \end_inset
26228 </cell>
26229 </row>
26230 </lyxtabular>
26231
26232 \end_inset
26233
26234
26235 \begin_inset space \hfill{}
26236 \end_inset
26237
26238
26239 \begin_inset Tabular
26240 <lyxtabular version="3" rows="8" columns="2">
26241 <features>
26242 <column alignment="block" valignment="top" width="0">
26243 <column alignment="center" valignment="top" width="0">
26244 <row>
26245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26246 \begin_inset Text
26247
26248 \begin_layout Plain Layout
26249 Befehl
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 Ergebnis
26259 \end_layout
26260
26261 \end_inset
26262 </cell>
26263 </row>
26264 <row>
26265 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26266 \begin_inset Text
26267
26268 \begin_layout Plain Layout
26269
26270 \backslash
26271 H
26272 \begin_inset ERT
26273 status collapsed
26274
26275 \begin_layout Plain Layout
26276
26277
26278 \backslash
26279 leer 
26280 \end_layout
26281
26282 \end_inset
26283
26284 e
26285 \end_layout
26286
26287 \end_inset
26288 </cell>
26289 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26290 \begin_inset Text
26291
26292 \begin_layout Plain Layout
26293 \begin_inset ERT
26294 status collapsed
26295
26296 \begin_layout Plain Layout
26297
26298
26299 \backslash
26300 H e
26301 \end_layout
26302
26303 \end_inset
26304
26305
26306 \end_layout
26307
26308 \end_inset
26309 </cell>
26310 </row>
26311 <row>
26312 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26313 \begin_inset Text
26314
26315 \begin_layout Plain Layout
26316
26317 \backslash
26318 'e
26319 \end_layout
26320
26321 \end_inset
26322 </cell>
26323 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26324 \begin_inset Text
26325
26326 \begin_layout Plain Layout
26327 \begin_inset ERT
26328 status collapsed
26329
26330 \begin_layout Plain Layout
26331
26332
26333 \backslash
26334 'e
26335 \end_layout
26336
26337 \end_inset
26338
26339
26340 \end_layout
26341
26342 \end_inset
26343 </cell>
26344 </row>
26345 <row>
26346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26347 \begin_inset Text
26348
26349 \begin_layout Plain Layout
26350
26351 \backslash
26352 ~e
26353 \begin_inset Index
26354 status collapsed
26355
26356 \begin_layout Plain Layout
26357 Tilde
26358 \end_layout
26359
26360 \end_inset
26361
26362
26363 \end_layout
26364
26365 \end_inset
26366 </cell>
26367 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26368 \begin_inset Text
26369
26370 \begin_layout Plain Layout
26371 \begin_inset ERT
26372 status collapsed
26373
26374 \begin_layout Plain Layout
26375
26376
26377 \backslash
26378 ~e
26379 \end_layout
26380
26381 \end_inset
26382
26383
26384 \end_layout
26385
26386 \end_inset
26387 </cell>
26388 </row>
26389 <row>
26390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26391 \begin_inset Text
26392
26393 \begin_layout Plain Layout
26394
26395 \backslash
26396 .e
26397 \end_layout
26398
26399 \end_inset
26400 </cell>
26401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26402 \begin_inset Text
26403
26404 \begin_layout Plain Layout
26405 \begin_inset ERT
26406 status collapsed
26407
26408 \begin_layout Plain Layout
26409
26410
26411 \backslash
26412 .e
26413 \end_layout
26414
26415 \end_inset
26416
26417
26418 \end_layout
26419
26420 \end_inset
26421 </cell>
26422 </row>
26423 <row>
26424 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26425 \begin_inset Text
26426
26427 \begin_layout Plain Layout
26428
26429 \backslash
26430 v
26431 \begin_inset ERT
26432 status collapsed
26433
26434 \begin_layout Plain Layout
26435
26436
26437 \backslash
26438 leer 
26439 \end_layout
26440
26441 \end_inset
26442
26443 e
26444 \end_layout
26445
26446 \end_inset
26447 </cell>
26448 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26449 \begin_inset Text
26450
26451 \begin_layout Plain Layout
26452 \begin_inset ERT
26453 status collapsed
26454
26455 \begin_layout Plain Layout
26456
26457
26458 \backslash
26459 v e
26460 \end_layout
26461
26462 \end_inset
26463
26464
26465 \end_layout
26466
26467 \end_inset
26468 </cell>
26469 </row>
26470 <row>
26471 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26472 \begin_inset Text
26473
26474 \begin_layout Plain Layout
26475
26476 \backslash
26477 d
26478 \begin_inset ERT
26479 status collapsed
26480
26481 \begin_layout Plain Layout
26482
26483
26484 \backslash
26485 leer 
26486 \end_layout
26487
26488 \end_inset
26489
26490 e
26491 \end_layout
26492
26493 \end_inset
26494 </cell>
26495 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26496 \begin_inset Text
26497
26498 \begin_layout Plain Layout
26499 \begin_inset ERT
26500 status collapsed
26501
26502 \begin_layout Plain Layout
26503
26504
26505 \backslash
26506 d e
26507 \end_layout
26508
26509 \end_inset
26510
26511
26512 \end_layout
26513
26514 \end_inset
26515 </cell>
26516 </row>
26517 <row>
26518 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26519 \begin_inset Text
26520
26521 \begin_layout Plain Layout
26522
26523 \backslash
26524 c
26525 \begin_inset ERT
26526 status collapsed
26527
26528 \begin_layout Plain Layout
26529
26530
26531 \backslash
26532 leer 
26533 \end_layout
26534
26535 \end_inset
26536
26537 e
26538 \end_layout
26539
26540 \end_inset
26541 </cell>
26542 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26543 \begin_inset Text
26544
26545 \begin_layout Plain Layout
26546 \begin_inset ERT
26547 status collapsed
26548
26549 \begin_layout Plain Layout
26550
26551
26552 \backslash
26553 c e
26554 \end_layout
26555
26556 \end_inset
26557
26558
26559 \end_layout
26560
26561 \end_inset
26562 </cell>
26563 </row>
26564 </lyxtabular>
26565
26566 \end_inset
26567
26568
26569 \begin_inset space \hfill{}
26570 \end_inset
26571
26572
26573 \end_layout
26574
26575 \begin_layout Standard
26576 \begin_inset VSpace medskip
26577 \end_inset
26578
26579 Mit dem Befehl 
26580 \series bold
26581
26582 \backslash
26583 t
26584 \series default
26585  können auch zwei verschiedene Zeichen akzentuiert werden.
26586  Der Befehl 
26587 \series bold
26588
26589 \backslash
26590 t
26591 \begin_inset ERT
26592 status collapsed
26593
26594 \begin_layout Plain Layout
26595
26596
26597 \backslash
26598 leer 
26599 \end_layout
26600
26601 \end_inset
26602
26603 sz
26604 \series default
26605  ergibt: 
26606 \begin_inset ERT
26607 status collapsed
26608
26609 \begin_layout Plain Layout
26610
26611
26612 \backslash
26613 t sz
26614 \end_layout
26615
26616 \end_inset
26617
26618
26619 \end_layout
26620
26621 \begin_layout Standard
26622 Die Akzente 
26623 \series bold
26624 `
26625 \series default
26626  , 
26627 \series bold
26628 '
26629 \series default
26630  und 
26631 \series bold
26632 ^
26633 \series default
26634  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26635  werden ohne den TeX-Modus zu benutzen.
26636  Dasselbe gilt für die Tilde
26637 \begin_inset Foot
26638 status collapsed
26639
26640 \begin_layout Plain Layout
26641 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26642 \end_layout
26643
26644 \end_inset
26645
26646  
26647 \series bold
26648 ~
26649 \series default
26650  in Verbindung mit 
26651 \emph on
26652 a
26653 \emph default
26654  , 
26655 \emph on
26656 n
26657 \emph default
26658  oder 
26659 \emph on
26660 o
26661 \emph default
26662 .
26663 \end_layout
26664
26665 \begin_layout Standard
26666 Die Befehle 
26667 \series bold
26668
26669 \backslash
26670 b
26671 \series default
26672  , 
26673 \series bold
26674
26675 \backslash
26676 c
26677 \series default
26678  , 
26679 \series bold
26680
26681 \backslash
26682 d
26683 \series default
26684  , 
26685 \series bold
26686
26687 \backslash
26688 H
26689 \series default
26690  , 
26691 \series bold
26692
26693 \backslash
26694 t
26695 \series default
26696  , 
26697 \series bold
26698
26699 \backslash
26700 u
26701 \series default
26702  , 
26703 \series bold
26704
26705 \backslash
26706 v
26707 \series default
26708  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26709  Textmodus verfügbar.
26710  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26711  
26712 \begin_inset CommandInset ref
26713 LatexCommand ref
26714 reference "sub:Akzente-für-ein"
26715
26716 \end_inset
26717
26718 .
26719 \end_layout
26720
26721 \begin_layout Standard
26722 \begin_inset VSpace bigskip
26723 \end_inset
26724
26725 Des Weiteren kann man mit dem Befehl 
26726 \series bold
26727
26728 \backslash
26729 textcircled
26730 \series default
26731
26732 \begin_inset Index
26733 status collapsed
26734
26735 \begin_layout Plain Layout
26736 Befehle ! T ! 
26737 \backslash
26738 textcircled
26739 \end_layout
26740
26741 \end_inset
26742
26743 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26744  Kreis setzen, quasi mit einem Kreis akzentuieren.
26745 \end_layout
26746
26747 \begin_layout Standard
26748 \align center
26749 \begin_inset Tabular
26750 <lyxtabular version="3" rows="3" columns="2">
26751 <features>
26752 <column alignment="center" valignment="top" width="0">
26753 <column alignment="center" valignment="top" width="0">
26754 <row>
26755 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26756 \begin_inset Text
26757
26758 \begin_layout Plain Layout
26759 Befehl
26760 \end_layout
26761
26762 \end_inset
26763 </cell>
26764 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26765 \begin_inset Text
26766
26767 \begin_layout Plain Layout
26768 Ergebnis
26769 \begin_inset Note Note
26770 status collapsed
26771
26772 \begin_layout Plain Layout
26773
26774 \series bold
26775
26776 \backslash
26777 raisebox
26778 \series default
26779  in der Formel dient nur als Abstandhalter.
26780 \end_layout
26781
26782 \end_inset
26783
26784
26785 \end_layout
26786
26787 \end_inset
26788 </cell>
26789 </row>
26790 <row>
26791 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26792 \begin_inset Text
26793
26794 \begin_layout Plain Layout
26795
26796 \backslash
26797 textcircled{w}
26798 \end_layout
26799
26800 \end_inset
26801 </cell>
26802 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26803 \begin_inset Text
26804
26805 \begin_layout Plain Layout
26806 \begin_inset ERT
26807 status collapsed
26808
26809 \begin_layout Plain Layout
26810
26811
26812 \backslash
26813 textcircled{w}
26814 \end_layout
26815
26816 \end_inset
26817
26818
26819 \end_layout
26820
26821 \end_inset
26822 </cell>
26823 </row>
26824 <row>
26825 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26826 \begin_inset Text
26827
26828 \begin_layout Plain Layout
26829
26830 \backslash
26831 Large 
26832 \backslash
26833 textcircled{
26834 \backslash
26835 normalsize
26836 \backslash
26837 protect
26838 \backslash
26839 raisebox{-1.5pt}{W}}
26840 \end_layout
26841
26842 \end_inset
26843 </cell>
26844 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26845 \begin_inset Text
26846
26847 \begin_layout Plain Layout
26848 \begin_inset Formula $\raisebox{4.5mm}{}$
26849 \end_inset
26850
26851
26852 \begin_inset ERT
26853 status collapsed
26854
26855 \begin_layout Plain Layout
26856
26857
26858 \backslash
26859 Large 
26860 \backslash
26861 textcircled{
26862 \backslash
26863 normalsize
26864 \backslash
26865 protect
26866 \backslash
26867 raisebox{-1.5pt}W}
26868 \end_layout
26869
26870 \end_inset
26871
26872
26873 \begin_inset Formula $\raisebox{-2mm}{}$
26874 \end_inset
26875
26876
26877 \end_layout
26878
26879 \end_inset
26880 </cell>
26881 </row>
26882 </lyxtabular>
26883
26884 \end_inset
26885
26886
26887 \end_layout
26888
26889 \begin_layout Standard
26890 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26891  
26892 \series bold
26893
26894 \backslash
26895 Large
26896 \series default
26897
26898 \begin_inset Foot
26899 status collapsed
26900
26901 \begin_layout Plain Layout
26902 siehe 
26903 \begin_inset CommandInset ref
26904 LatexCommand ref
26905 reference "sub:Schriftgrößen"
26906
26907 \end_inset
26908
26909
26910 \end_layout
26911
26912 \end_inset
26913
26914  bestimmt dabei die Größe des Kreises.
26915  Mit Hilfe von 
26916 \series bold
26917
26918 \backslash
26919 raisebox
26920 \series default
26921
26922 \begin_inset Foot
26923 status collapsed
26924
26925 \begin_layout Plain Layout
26926 siehe 
26927 \begin_inset CommandInset ref
26928 LatexCommand ref
26929 reference "sub:Boxen-ohne-Rahmen"
26930
26931 \end_inset
26932
26933
26934 \end_layout
26935
26936 \end_inset
26937
26938  kann man das Zeichen zentrieren.
26939 \end_layout
26940
26941 \begin_layout Subsection
26942 Minuskelziffern
26943 \begin_inset Index
26944 status collapsed
26945
26946 \begin_layout Plain Layout
26947 Minuskelziffern
26948 \end_layout
26949
26950 \end_inset
26951
26952
26953 \end_layout
26954
26955 \begin_layout Standard
26956 Minuskelziffern werden mit dem Befehl 
26957 \series bold
26958
26959 \backslash
26960 oldstylenums
26961 \series default
26962
26963 \begin_inset Index
26964 status collapsed
26965
26966 \begin_layout Plain Layout
26967 Befehle ! O ! 
26968 \backslash
26969 oldstylenums
26970 \end_layout
26971
26972 \end_inset
26973
26974  erzeugt.
26975  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26976  Das Befehlsschema lautet:
26977 \end_layout
26978
26979 \begin_layout Standard
26980
26981 \series bold
26982
26983 \backslash
26984 oldstylenums{Ziffer}
26985 \end_layout
26986
26987 \begin_layout Standard
26988 Der Befehl 
26989 \series bold
26990
26991 \backslash
26992 oldstylenums{0123456789
26993 \series default
26994  ergibt: 
26995 \begin_inset Formula $\oldstylenums{0123456789}$
26996 \end_inset
26997
26998
26999 \end_layout
27000
27001 \begin_layout Subsection
27002 Sonstige Sonderzeichen
27003 \begin_inset CommandInset label
27004 LatexCommand label
27005 name "sub:Sonstige-Sonderzeichen"
27006
27007 \end_inset
27008
27009
27010 \begin_inset Index
27011 status collapsed
27012
27013 \begin_layout Plain Layout
27014 Sonderzeichen ! sonstige
27015 \end_layout
27016
27017 \end_inset
27018
27019
27020 \end_layout
27021
27022 \begin_layout Standard
27023 Folgende Zeichen können in eine Formel nur mit Befehlen eingegeben werden:
27024 \end_layout
27025
27026 \begin_layout Standard
27027 \align center
27028 \begin_inset Tabular
27029 <lyxtabular version="3" rows="4" columns="2">
27030 <features>
27031 <column alignment="center" valignment="top" width="0">
27032 <column alignment="center" valignment="top" width="0">
27033 <row>
27034 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27035 \begin_inset Text
27036
27037 \begin_layout Plain Layout
27038 Befehl
27039 \end_layout
27040
27041 \end_inset
27042 </cell>
27043 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27044 \begin_inset Text
27045
27046 \begin_layout Plain Layout
27047 Ergebnis
27048 \end_layout
27049
27050 \end_inset
27051 </cell>
27052 </row>
27053 <row>
27054 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27055 \begin_inset Text
27056
27057 \begin_layout Plain Layout
27058
27059 \backslash
27060 ^
27061 \begin_inset ERT
27062 status collapsed
27063
27064 \begin_layout Plain Layout
27065
27066
27067 \backslash
27068 leer 
27069 \end_layout
27070
27071 \end_inset
27072
27073
27074 \end_layout
27075
27076 \end_inset
27077 </cell>
27078 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27079 \begin_inset Text
27080
27081 \begin_layout Plain Layout
27082 \begin_inset Formula $\mathcircumflex$
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \end_inset
27089 </cell>
27090 </row>
27091 <row>
27092 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
27093 \begin_inset Text
27094
27095 \begin_layout Plain Layout
27096
27097 \backslash
27098 _
27099 \end_layout
27100
27101 \end_inset
27102 </cell>
27103 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
27104 \begin_inset Text
27105
27106 \begin_layout Plain Layout
27107 \begin_inset Formula $\_$
27108 \end_inset
27109
27110
27111 \end_layout
27112
27113 \end_inset
27114 </cell>
27115 </row>
27116 <row>
27117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
27118 \begin_inset Text
27119
27120 \begin_layout Plain Layout
27121 ^
27122 \begin_inset ERT
27123 status collapsed
27124
27125 \begin_layout Plain Layout
27126
27127
27128 \backslash
27129 leer 
27130 \end_layout
27131
27132 \end_inset
27133
27134
27135 \backslash
27136 circ
27137 \begin_inset Index
27138 status collapsed
27139
27140 \begin_layout Plain Layout
27141 °
27142 \end_layout
27143
27144 \end_inset
27145
27146
27147 \end_layout
27148
27149 \end_inset
27150 </cell>
27151 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
27152 \begin_inset Text
27153
27154 \begin_layout Plain Layout
27155 \begin_inset Formula $^{\circ}$
27156 \end_inset
27157
27158
27159 \end_layout
27160
27161 \end_inset
27162 </cell>
27163 </row>
27164 </lyxtabular>
27165
27166 \end_inset
27167
27168
27169 \end_layout
27170
27171 \begin_layout Standard
27172 Das Gradzeichen ° kann dennoch direkt eingegeben werden, wenn der LaTeX-Vorspann
27173  folgende Zeile enthält
27174 \begin_inset Foot
27175 status collapsed
27176
27177 \begin_layout Plain Layout
27178 Mehr dazu ist in 
27179 \begin_inset CommandInset ref
27180 LatexCommand ref
27181 reference "sub:Textzeichen-in-Formeln"
27182
27183 \end_inset
27184
27185  beschrieben.
27186 \end_layout
27187
27188 \end_inset
27189
27190 :
27191 \end_layout
27192
27193 \begin_layout Standard
27194
27195 \series bold
27196
27197 \backslash
27198 DeclareInputText{176}{
27199 \backslash
27200 ifmmode^
27201 \backslash
27202 circ
27203 \backslash
27204 else
27205 \backslash
27206 textdegree
27207 \backslash
27208 fi}
27209 \end_layout
27210
27211 \begin_layout Section
27212 Formelstile
27213 \begin_inset CommandInset label
27214 LatexCommand label
27215 name "sec:Formelstile"
27216
27217 \end_inset
27218
27219
27220 \begin_inset Index
27221 status collapsed
27222
27223 \begin_layout Plain Layout
27224 Formel ! Stile
27225 \end_layout
27226
27227 \end_inset
27228
27229
27230 \end_layout
27231
27232 \begin_layout Itemize
27233 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
27234 \end_layout
27235
27236 \begin_deeper
27237 \begin_layout Description
27238 Zentriert ist der voreingestellte Standard
27239 \end_layout
27240
27241 \begin_layout Description
27242 Eingerückt dazu muss im Menü 
27243 \family sans
27244 Dokument\SpecialChar \menuseparator
27245 Einstellungen
27246 \family default
27247  unter 
27248 \family sans
27249 Dokumentklasse
27250 \family default
27251  die Option 
27252 \series bold
27253 fleqn
27254 \series default
27255  eingeben werden
27256 \end_layout
27257
27258 \begin_layout Standard
27259 Wird 
27260 \series bold
27261 Eingerückt
27262 \series default
27263  verwendet, kann mit der Länge 
27264 \series bold
27265
27266 \backslash
27267 mathindent
27268 \series default
27269
27270 \begin_inset Index
27271 status collapsed
27272
27273 \begin_layout Plain Layout
27274 Befehle ! M ! 
27275 \backslash
27276 mathindent
27277 \end_layout
27278
27279 \end_inset
27280
27281  die Einrückung eingestellt werden.
27282  Soll der Abstand 15
27283 \begin_inset space \thinspace{}
27284 \end_inset
27285
27286 mm betragen, gibt man im LaTeX-Vorspann die Zeile
27287 \end_layout
27288
27289 \begin_layout Standard
27290
27291 \series bold
27292
27293 \backslash
27294 setlength{
27295 \backslash
27296 mathindent}{15mm}
27297 \end_layout
27298
27299 \begin_layout Standard
27300 ein.
27301  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
27302 \begin_inset space \thinspace{}
27303 \end_inset
27304
27305 pt verwendet.
27306 \end_layout
27307
27308 \end_deeper
27309 \begin_layout Itemize
27310 Und zwei verschiedene Nummerierungsstile:
27311 \end_layout
27312
27313 \begin_deeper
27314 \begin_layout Description
27315 Rechts ist der voreingestellte Standard
27316 \end_layout
27317
27318 \begin_layout Description
27319 Links dazu muss im Menü 
27320 \family sans
27321 Dokument\SpecialChar \menuseparator
27322 Einstellungen
27323 \family default
27324  unter 
27325 \family sans
27326 Dokumentklasse
27327 \family default
27328  die Option 
27329 \series bold
27330 leqno
27331 \series default
27332  eingeben werden
27333 \end_layout
27334
27335 \end_deeper
27336 \begin_layout Standard
27337
27338 \series bold
27339 fleqn
27340 \series default
27341  und 
27342 \series bold
27343 leqno
27344 \series default
27345  können auch gemeinsam verwendet werden.
27346  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
27347 n.
27348 \end_layout
27349
27350 \begin_layout Standard
27351 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
27352  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
27353  ausgerichtete Formeln setzen, verwendet man den Stil 
27354 \series bold
27355 Zentriert
27356 \series default
27357 .
27358  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
27359  
27360 \begin_inset CommandInset ref
27361 LatexCommand ref
27362 reference "sub:Flalign-Umgebung"
27363
27364 \end_inset
27365
27366 .
27367 \end_layout
27368
27369 \begin_layout Section
27370 Mehrzeilige Formeln
27371 \begin_inset CommandInset label
27372 LatexCommand label
27373 name "sec:Mehrzeilige-Formeln"
27374
27375 \end_inset
27376
27377
27378 \begin_inset Index
27379 status collapsed
27380
27381 \begin_layout Plain Layout
27382 Formel ! mehrzeilige
27383 \end_layout
27384
27385 \end_inset
27386
27387
27388 \end_layout
27389
27390 \begin_layout Subsection
27391 Allgemeines
27392 \end_layout
27393
27394 \begin_layout Standard
27395 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
27396 \family sans
27397 \series bold
27398 Strg-Enter
27399 \family default
27400 \series default
27401  drückt.
27402  Dies erzeugt eine 
27403 \series bold
27404 align-Umgebung
27405 \series default
27406 , die in 
27407 \begin_inset CommandInset ref
27408 LatexCommand ref
27409 reference "sub:Standard-align-Umgebung"
27410
27411 \end_inset
27412
27413  beschrieben ist.
27414 \end_layout
27415
27416 \begin_layout Standard
27417 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
27418 \family sans
27419 Einfügen\SpecialChar \menuseparator
27420 Mathe
27421 \family default
27422  erstellt werden können.
27423  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
27424 \end_layout
27425
27426 \begin_layout Standard
27427 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
27428  man 
27429 \family sans
27430 Strg-Enter
27431 \family default
27432  drückt.
27433  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
27434 fe 
27435 \begin_inset Graphics
27436         filename ../../images/tabular-feature_append-row.png
27437         scale 85
27438
27439 \end_inset
27440
27441  bzw.
27442 \begin_inset space ~
27443 \end_inset
27444
27445
27446 \begin_inset Graphics
27447         filename ../../images/tabular-feature_delete-row.png
27448         scale 85
27449
27450 \end_inset
27451
27452  oder das Menü 
27453 \family sans
27454 Bearbeiten\SpecialChar \menuseparator
27455 Zeilen & Spalten
27456 \family default
27457  verwendet werden.
27458 \end_layout
27459
27460 \begin_layout Subsubsection
27461 Zeilenabstand
27462 \begin_inset CommandInset label
27463 LatexCommand label
27464 name "sub:Zeilenabstand"
27465
27466 \end_inset
27467
27468
27469 \begin_inset Index
27470 status collapsed
27471
27472 \begin_layout Plain Layout
27473 Formel ! mehrzeilige ! Zeilenabstand
27474 \end_layout
27475
27476 \end_inset
27477
27478
27479 \end_layout
27480
27481 \begin_layout Standard
27482 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
27483 \begin_inset Formula \begin{eqnarray*}
27484 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}\\
27485 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27486
27487 \end_inset
27488
27489
27490 \end_layout
27491
27492 \begin_layout Standard
27493 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27494 chbefehls angegeben.
27495  Dies ist in LyX aber nicht möglich
27496 \begin_inset Foot
27497 status collapsed
27498
27499 \begin_layout Plain Layout
27500 siehe 
27501 \begin_inset CommandInset href
27502 LatexCommand href
27503 name "LyX-Fehler #1505"
27504 target "http://bugzilla.lyx.org/show_bug.cgi?id=1505"
27505
27506 \end_inset
27507
27508
27509 \end_layout
27510
27511 \end_inset
27512
27513 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27514  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27515  Zeile den Befehl 
27516 \series bold
27517
27518 \backslash
27519
27520 \backslash
27521 [3mm]
27522 \series default
27523  ein.
27524  Damit erhält man: 
27525 \begin_inset ERT
27526 status collapsed
27527
27528 \begin_layout Plain Layout
27529
27530
27531 \backslash
27532 begin{eqnarray*}
27533 \end_layout
27534
27535 \begin_layout Plain Layout
27536
27537 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27538  = & 
27539 \backslash
27540 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27541 \backslash
27542
27543 \backslash
27544 [3mm]
27545 \end_layout
27546
27547 \begin_layout Plain Layout
27548
27549 4x^{2}
27550 \backslash
27551 left(B^{2}+x_{0}^{2}
27552 \backslash
27553 right)+4x_{0}x
27554 \backslash
27555 left(D-B^{2}
27556 \backslash
27557 right)+B^{2}
27558 \backslash
27559 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27560 \backslash
27561 right) & = & 0
27562 \end_layout
27563
27564 \begin_layout Plain Layout
27565
27566
27567 \backslash
27568 end{eqnarray*}
27569 \end_layout
27570
27571 \end_inset
27572
27573
27574 \end_layout
27575
27576 \begin_layout Standard
27577 \begin_inset VSpace bigskip
27578 \end_inset
27579
27580 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27581  man die Länge 
27582 \series bold
27583
27584 \backslash
27585 jot
27586 \series default
27587
27588 \begin_inset Index
27589 status collapsed
27590
27591 \begin_layout Plain Layout
27592 Befehle ! J ! 
27593 \backslash
27594 jot
27595 \end_layout
27596
27597 \end_inset
27598
27599 .
27600  Es gilt 
27601 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27602 \end_inset
27603
27604 .
27605  Voreingestellt ist für 
27606 \series bold
27607
27608 \backslash
27609 jot
27610 \series default
27611  der Wert 3
27612 \begin_inset space \thinspace{}
27613 \end_inset
27614
27615 pt.
27616  Um wie im vorigen Beispiel 3
27617 \begin_inset space \thinspace{}
27618 \end_inset
27619
27620 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27621 \end_layout
27622
27623 \begin_layout Standard
27624
27625 \series bold
27626
27627 \backslash
27628 setlength{
27629 \backslash
27630 jot}{3mm+3pt}
27631 \end_layout
27632
27633 \begin_layout Standard
27634 im TeX-Modus vor der Formel ein.
27635  Das setzt voraus, dass das LaTeX-Paket 
27636 \series bold
27637 calc
27638 \series default
27639
27640 \begin_inset Foot
27641 status collapsed
27642
27643 \begin_layout Plain Layout
27644
27645 \series bold
27646 calc
27647 \series default
27648  ist Teil jeder LaTeX-Standardinstallation.
27649 \end_layout
27650
27651 \end_inset
27652
27653
27654 \begin_inset Index
27655 status collapsed
27656
27657 \begin_layout Plain Layout
27658 Pakete ! calc
27659 \end_layout
27660
27661 \end_inset
27662
27663  im LaTeX-Vorspann mit der Zeile
27664 \end_layout
27665
27666 \begin_layout Standard
27667
27668 \series bold
27669
27670 \backslash
27671 usepackage{calc}
27672 \end_layout
27673
27674 \begin_layout Standard
27675 geladen wurde.
27676 \end_layout
27677
27678 \begin_layout Standard
27679 Man erhält: 
27680 \begin_inset ERT
27681 status collapsed
27682
27683 \begin_layout Plain Layout
27684
27685
27686 \backslash
27687 setlength{
27688 \backslash
27689 jot}{3mm+3pt}
27690 \end_layout
27691
27692 \end_inset
27693
27694
27695 \begin_inset Formula \begin{eqnarray*}
27696 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}\\
27697 4x^{2}\left(B^{2}+x_{0}^{2}\right)+4x_{0}x\left(D-B^{2}\right)+B^{2}\left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}\right) & = & 0\end{eqnarray*}
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \begin_layout Standard
27705 \begin_inset ERT
27706 status collapsed
27707
27708 \begin_layout Plain Layout
27709
27710
27711 \backslash
27712 setlength{
27713 \backslash
27714 jot}{3pt}
27715 \end_layout
27716
27717 \end_inset
27718
27719  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27720 \series bold
27721
27722 \backslash
27723 jot
27724 \series default
27725  auf den Wert 3
27726 \begin_inset space \thinspace{}
27727 \end_inset
27728
27729 pt.
27730 \end_layout
27731
27732 \begin_layout Subsubsection
27733 Spaltenabstand
27734 \begin_inset CommandInset label
27735 LatexCommand label
27736 name "sub:Spaltenabstand"
27737
27738 \end_inset
27739
27740
27741 \begin_inset Index
27742 status collapsed
27743
27744 \begin_layout Plain Layout
27745 Formel ! mehrzeilige ! Spaltenabstand
27746 \end_layout
27747
27748 \end_inset
27749
27750
27751 \end_layout
27752
27753 \begin_layout Standard
27754 Mehrzeilige Formeln bilden eine Matrix.
27755  Eine Formel in der Eqnarray-Umgebung ist z.
27756 \begin_inset space \thinspace{}
27757 \end_inset
27758
27759 B.
27760  eine dreispaltige Matrix.
27761  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27762  neben den Relationszeichen ändern.
27763 \end_layout
27764
27765 \begin_layout Standard
27766 Der Spaltenabstand wird mit der Länge 
27767 \series bold
27768
27769 \backslash
27770 arraycolsep
27771 \series default
27772
27773 \begin_inset Index
27774 status collapsed
27775
27776 \begin_layout Plain Layout
27777 Befehle ! A ! 
27778 \backslash
27779 arraycolsep
27780 \end_layout
27781
27782 \end_inset
27783
27784  festgelegt, wobei gilt:
27785 \begin_inset Newline newline
27786 \end_inset
27787
27788 Spaltenabstand = 2
27789 \begin_inset space \thinspace{}
27790 \end_inset
27791
27792
27793 \series bold
27794
27795 \backslash
27796 arraycolsep
27797 \series default
27798 .
27799 \begin_inset Newline newline
27800 \end_inset
27801
27802 Der im TeX-Modus eingegebene Befehl
27803 \end_layout
27804
27805 \begin_layout Standard
27806
27807 \series bold
27808
27809 \backslash
27810 setlength{
27811 \backslash
27812 arraycolsep}{1cm}
27813 \end_layout
27814
27815 \begin_layout Standard
27816 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27817 \begin_inset space \thinspace{}
27818 \end_inset
27819
27820 cm.
27821  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27822 \series bold
27823
27824 \backslash
27825 arraycolsep
27826 \series default
27827  auf 5
27828 \begin_inset space \thinspace{}
27829 \end_inset
27830
27831 pt.
27832 \end_layout
27833
27834 \begin_layout Standard
27835 Eine Formel mit 2
27836 \begin_inset space \thinspace{}
27837 \end_inset
27838
27839 cm Spaltenabstand:
27840 \begin_inset ERT
27841 status collapsed
27842
27843 \begin_layout Plain Layout
27844
27845
27846 \backslash
27847 setlength{
27848 \backslash
27849 arraycolsep}{1cm}
27850 \end_layout
27851
27852 \end_inset
27853
27854
27855 \begin_inset Formula \begin{eqnarray*}
27856 A & = & B\\
27857 C & \ne & A\end{eqnarray*}
27858
27859 \end_inset
27860
27861 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27862 \begin_inset space \thinspace{}
27863 \end_inset
27864
27865 pt:
27866 \begin_inset ERT
27867 status collapsed
27868
27869 \begin_layout Plain Layout
27870
27871
27872 \backslash
27873 setlength{
27874 \backslash
27875 arraycolsep}{5pt}
27876 \end_layout
27877
27878 \end_inset
27879
27880
27881 \begin_inset Formula \begin{eqnarray*}
27882 A & = & B\\
27883 C & \ne & A\end{eqnarray*}
27884
27885 \end_inset
27886
27887
27888 \end_layout
27889
27890 \begin_layout Subsubsection
27891 Lange Formeln
27892 \begin_inset Index
27893 status collapsed
27894
27895 \begin_layout Plain Layout
27896 Formel ! lange
27897 \end_layout
27898
27899 \end_inset
27900
27901
27902 \end_layout
27903
27904 \begin_layout Standard
27905 Lange Formeln kann man wie folgt setzen:
27906 \end_layout
27907
27908 \begin_layout Itemize
27909 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27910  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27911 \begin_inset ERT
27912 status collapsed
27913
27914 \begin_layout Plain Layout
27915
27916
27917 \backslash
27918 medskip
27919 \end_layout
27920
27921 \end_inset
27922
27923  
27924 \begin_inset Formula \begin{eqnarray}
27925 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 \\
27926  &  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\label{eq:kurzlang}\end{eqnarray}
27927
27928 \end_inset
27929
27930
27931 \begin_inset ERT
27932 status collapsed
27933
27934 \begin_layout Plain Layout
27935
27936
27937 \backslash
27938 smallskip
27939 \end_layout
27940
27941 \end_inset
27942
27943
27944 \begin_inset Newline newline
27945 \end_inset
27946
27947 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27948  als Operator, da es das erste Zeichen der Zeile ist.
27949  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27950  Bruchstrich unterscheiden.
27951  Um das zu verhindern, wurde mit dem Befehl 
27952 \series bold
27953
27954 \backslash
27955 hspace{3pt}
27956 \series default
27957
27958 \begin_inset Foot
27959 status collapsed
27960
27961 \begin_layout Plain Layout
27962 mehr zu 
27963 \series bold
27964
27965 \backslash
27966 hspace
27967 \series default
27968  siehe 
27969 \begin_inset CommandInset ref
27970 LatexCommand ref
27971 reference "sub:Variabler-Leerraum"
27972
27973 \end_inset
27974
27975
27976 \end_layout
27977
27978 \end_inset
27979
27980
27981 \begin_inset Index
27982 status collapsed
27983
27984 \begin_layout Plain Layout
27985 Befehle ! H ! 
27986 \backslash
27987 hspace
27988 \end_layout
27989
27990 \end_inset
27991
27992  Leerraum hinter das Minuszeichen eingefügt.
27993 \end_layout
27994
27995 \begin_layout Itemize
27996 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27997 \series bold
27998
27999 \backslash
28000 lefteqn
28001 \series default
28002
28003 \begin_inset Index
28004 status collapsed
28005
28006 \begin_layout Plain Layout
28007 Befehle ! L ! 
28008 \backslash
28009 lefteqn
28010 \end_layout
28011
28012 \end_inset
28013
28014 .
28015  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
28016  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
28017 \begin_inset ERT
28018 status collapsed
28019
28020 \begin_layout Plain Layout
28021
28022
28023 \backslash
28024 medskip
28025 \end_layout
28026
28027 \end_inset
28028
28029
28030 \begin_inset Formula \begin{eqnarray}
28031 \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 \\
28032  &  & -\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 \\
28033  &  & =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\label{eq:lefteqn}\end{eqnarray}
28034
28035 \end_inset
28036
28037
28038 \begin_inset ERT
28039 status collapsed
28040
28041 \begin_layout Plain Layout
28042
28043
28044 \backslash
28045 smallskip
28046 \end_layout
28047
28048 \end_inset
28049
28050
28051 \begin_inset Newline newline
28052 \end_inset
28053
28054 Nachdem man 
28055 \series bold
28056
28057 \backslash
28058 lefteqn
28059 \series default
28060  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
28061  das gegenüber dem blauen leicht verschoben ist.
28062  In dieses wird die Formel eingegeben.
28063 \begin_inset ERT
28064 status collapsed
28065
28066 \begin_layout Plain Layout
28067
28068
28069 \backslash
28070 medskip
28071 \end_layout
28072
28073 \end_inset
28074
28075
28076 \begin_inset Newline newline
28077 \end_inset
28078
28079 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
28080  eingegeben.
28081  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
28082  Einrückung.
28083 \begin_inset ERT
28084 status collapsed
28085
28086 \begin_layout Plain Layout
28087
28088
28089 \backslash
28090 medskip
28091 \end_layout
28092
28093 \end_inset
28094
28095
28096 \begin_inset Newline newline
28097 \end_inset
28098
28099
28100 \begin_inset Note Greyedout
28101 status open
28102
28103 \begin_layout Plain Layout
28104 Bei der Verwendung von 
28105 \series bold
28106
28107 \backslash
28108 lefteqn
28109 \series default
28110  ist Folgendes zu beachten:
28111 \end_layout
28112
28113 \begin_layout Itemize
28114 Die Formel nutzt nicht die gesamte Seitenbreite aus.
28115  Würde man in obigem Beispiel der ersten Zeile den Term 
28116 \begin_inset Formula $-B^{2}$
28117 \end_inset
28118
28119  anfügen, befände sich dieser außerhalb des Seitenrands.
28120  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
28121  Leerraum einfügen.
28122 \end_layout
28123
28124 \begin_layout Itemize
28125 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
28126  erste Zeile gesetzt werden.
28127 \begin_inset Foot
28128 status collapsed
28129
28130 \begin_layout Plain Layout
28131 \begin_inset CommandInset href
28132 LatexCommand href
28133 name "LyX-Fehler #1429"
28134 target "http://bugzilla.lyx.org/show_bug.cgi?id=1429"
28135
28136 \end_inset
28137
28138
28139 \end_layout
28140
28141 \end_inset
28142
28143  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
28144  Pfeiltasten bewegen.
28145 \end_layout
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Itemize
28153 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
28154 \begin_inset CommandInset ref
28155 LatexCommand ref
28156 reference "sub:Multline-Umgebung"
28157
28158 \end_inset
28159
28160  und 
28161 \begin_inset CommandInset ref
28162 LatexCommand ref
28163 reference "sub:Mehrzeilige-Formelteile"
28164
28165 \end_inset
28166
28167  beschriebenen Umgebungen.
28168 \end_layout
28169
28170 \begin_layout Subsubsection
28171 Mehrzeilige Klammern
28172 \begin_inset CommandInset label
28173 LatexCommand label
28174 name "sub:Mehrzeilige-Klammern"
28175
28176 \end_inset
28177
28178
28179 \begin_inset Index
28180 status collapsed
28181
28182 \begin_layout Plain Layout
28183 Klammern ! mehrzeilige
28184 \end_layout
28185
28186 \end_inset
28187
28188
28189 \end_layout
28190
28191 \begin_layout Standard
28192 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
28193 \begin_inset Formula \begin{eqnarray*}
28194 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28195  &  & \left.\cdots+B-D\right]\end{eqnarray*}
28196
28197 \end_inset
28198
28199
28200 \end_layout
28201
28202 \begin_layout Standard
28203 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
28204  Größe dürfen nicht über mehrere Zeilen gehen.
28205 \end_layout
28206
28207 \begin_layout Standard
28208 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
28209  erste Zeile mit 
28210 \series bold
28211
28212 \backslash
28213 right.
28214 \series default
28215
28216 \begin_inset Index
28217 status collapsed
28218
28219 \begin_layout Plain Layout
28220 Befehle ! R ! 
28221 \backslash
28222 right
28223 \end_layout
28224
28225 \end_inset
28226
28227  und beginnt die zweite Zeile mit 
28228 \series bold
28229
28230 \backslash
28231 left.
28232 \begin_inset Foot
28233 status collapsed
28234
28235 \begin_layout Plain Layout
28236 mehr zu 
28237 \series bold
28238
28239 \backslash
28240 left
28241 \series default
28242  und 
28243 \series bold
28244
28245 \backslash
28246 right
28247 \series default
28248  siehe 
28249 \begin_inset CommandInset ref
28250 LatexCommand ref
28251 reference "sub:Automatische-Klammergrößen"
28252
28253 \end_inset
28254
28255
28256 \end_layout
28257
28258 \end_inset
28259
28260
28261 \series default
28262
28263 \begin_inset Index
28264 status collapsed
28265
28266 \begin_layout Plain Layout
28267 Befehle ! L ! 
28268 \backslash
28269 left
28270 \end_layout
28271
28272 \end_inset
28273
28274 .
28275  Nach 
28276 \series bold
28277
28278 \backslash
28279 left.
28280
28281 \series default
28282  gibt man den Befehl 
28283 \series bold
28284
28285 \backslash
28286 vphantom
28287 \series default
28288
28289 \begin_inset ERT
28290 status collapsed
28291
28292 \begin_layout Plain Layout
28293
28294
28295 \backslash
28296 leer 
28297 \end_layout
28298
28299 \end_inset
28300
28301
28302 \series bold
28303
28304 \backslash
28305 prod
28306 \series default
28307 ^
28308 \begin_inset ERT
28309 status collapsed
28310
28311 \begin_layout Plain Layout
28312
28313
28314 \backslash
28315 leer 
28316 \end_layout
28317
28318 \end_inset
28319
28320
28321 \series bold
28322
28323 \backslash
28324 infty
28325 \series default
28326
28327 \begin_inset ERT
28328 status collapsed
28329
28330 \begin_layout Plain Layout
28331
28332
28333 \backslash
28334 leer 
28335 \end_layout
28336
28337 \end_inset
28338
28339
28340 \series bold
28341
28342 \begin_inset Formula $\downarrow$
28343 \end_inset
28344
28345 _R=1}
28346 \series default
28347
28348 \begin_inset Index
28349 status collapsed
28350
28351 \begin_layout Plain Layout
28352 Befehle ! V ! 
28353 \backslash
28354 vphantom
28355 \end_layout
28356
28357 \end_inset
28358
28359  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
28360  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
28361 \end_layout
28362
28363 \begin_layout Standard
28364 Das Ergebnis sieht so aus:
28365 \begin_inset Formula \begin{eqnarray*}
28366 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
28367  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]\end{eqnarray*}
28368
28369 \end_inset
28370
28371
28372 \end_layout
28373
28374 \begin_layout Subsection
28375 Align-Umgebungen
28376 \end_layout
28377
28378 \begin_layout Standard
28379 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
28380  werden.
28381  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
28382 \end_layout
28383
28384 \begin_layout Standard
28385 Align-Umgebungen bestehen aus Spalten.
28386  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
28387  ausgerichtet.
28388  Jede Zeile einer Align-Umgebung kann nummeriert werden.
28389 \end_layout
28390
28391 \begin_layout Standard
28392 Align-Umgebung werden über das Menü 
28393 \family sans
28394 Einfügen\SpecialChar \menuseparator
28395 Mathe
28396 \family default
28397  erstellt.
28398  Über das Menü 
28399 \family sans
28400 Bearbeiten\SpecialChar \menuseparator
28401 Mathe\SpecialChar \menuseparator
28402 Formelart
28403 \begin_inset space ~
28404 \end_inset
28405
28406 ändern
28407 \family default
28408  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
28409 \end_layout
28410
28411 \begin_layout Standard
28412 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
28413
28414 \begin_inset Graphics
28415         filename ../../images/tabular-feature_append-column.png
28416         scale 85
28417
28418 \end_inset
28419
28420  bzw.
28421 \begin_inset space ~
28422 \end_inset
28423
28424
28425 \begin_inset Graphics
28426         filename ../../images/tabular-feature_delete-column.png
28427         scale 85
28428
28429 \end_inset
28430
28431  oder das Menü 
28432 \family sans
28433 Bearbeiten\SpecialChar \menuseparator
28434 Zeilen & Spalten
28435 \family default
28436  verwendet werden.
28437 \end_layout
28438
28439 \begin_layout Subsubsection
28440 Standard align-Umgebung
28441 \begin_inset CommandInset label
28442 LatexCommand label
28443 name "sub:Standard-align-Umgebung"
28444
28445 \end_inset
28446
28447
28448 \begin_inset Index
28449 status collapsed
28450
28451 \begin_layout Plain Layout
28452 Formel ! mehrzeilige ! align-Umgebung
28453 \end_layout
28454
28455 \end_inset
28456
28457
28458 \end_layout
28459
28460 \begin_layout Standard
28461 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
28462 \family sans
28463 Strg-Enter
28464 \family default
28465  drückt oder das Menü 
28466 \family sans
28467 Einfügen\SpecialChar \menuseparator
28468 Mathe\SpecialChar \menuseparator
28469 AMS align-Umge\SpecialChar \-
28470 bung
28471 \family default
28472  aufruft.
28473 \end_layout
28474
28475 \begin_layout Standard
28476 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
28477 n align-Umgebung erzeugt wurden:
28478 \begin_inset Formula \begin{align*}
28479 A & =\sin(B) & C & =D\\
28480 C & \ne A & B & \ne D\end{align*}
28481
28482 \end_inset
28483
28484 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
28485  würde sich vor der ersten und hinter jeder geraden Spalte ein 
28486 \series bold
28487
28488 \backslash
28489 hfill
28490 \begin_inset Foot
28491 status collapsed
28492
28493 \begin_layout Plain Layout
28494 mehr zu 
28495 \series bold
28496
28497 \backslash
28498 hfill
28499 \series default
28500  siehe 
28501 \begin_inset CommandInset ref
28502 LatexCommand ref
28503 reference "sub:Variabler-Leerraum"
28504
28505 \end_inset
28506
28507
28508 \end_layout
28509
28510 \end_inset
28511
28512
28513 \series default
28514  befinden.
28515  Ist der Formelstil 
28516 \series bold
28517 Eingerückt
28518 \begin_inset Foot
28519 status collapsed
28520
28521 \begin_layout Plain Layout
28522 Formelstile siehe 
28523 \begin_inset CommandInset ref
28524 LatexCommand ref
28525 reference "sec:Formelstile"
28526
28527 \end_inset
28528
28529
28530 \end_layout
28531
28532 \end_inset
28533
28534
28535 \series default
28536  gewählt, wird die Formel ohne den 
28537 \series bold
28538
28539 \backslash
28540 hfill
28541 \series default
28542  vor der ersten Spalte gesetzt.
28543 \end_layout
28544
28545 \begin_layout Subsubsection
28546 Alignat-Umgebung
28547 \begin_inset Index
28548 status collapsed
28549
28550 \begin_layout Plain Layout
28551 Formel ! mehrzeilige ! alignat-Umgebung
28552 \end_layout
28553
28554 \end_inset
28555
28556
28557 \end_layout
28558
28559 \begin_layout Standard
28560 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
28561  Man kann ihn manuell durch die in 
28562 \begin_inset CommandInset ref
28563 LatexCommand ref
28564 reference "sub:Leerraum"
28565
28566 \end_inset
28567
28568  beschriebenen Leerräume einfügen.
28569 \end_layout
28570
28571 \begin_layout Standard
28572 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
28573  Formel 1
28574 \begin_inset space \thinspace{}
28575 \end_inset
28576
28577 cm Leerraum eingefügt wurde:
28578 \begin_inset Formula \begin{alignat*}{2}
28579 A & =\sin(B) & \hspace{1cm}C & =D\\
28580 C & \ne A & B & \ne D\end{alignat*}
28581
28582 \end_inset
28583
28584 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28585  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28586  Formeln.
28587 \end_layout
28588
28589 \begin_layout Subsubsection
28590 Flalign-Umgebung
28591 \begin_inset CommandInset label
28592 LatexCommand label
28593 name "sub:Flalign-Umgebung"
28594
28595 \end_inset
28596
28597
28598 \begin_inset Index
28599 status collapsed
28600
28601 \begin_layout Plain Layout
28602 Formel ! mehrzeilige ! flalign-Umgebung
28603 \end_layout
28604
28605 \end_inset
28606
28607
28608 \end_layout
28609
28610 \begin_layout Standard
28611 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28612  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28613  Dazu ein Beispiel:
28614 \begin_inset Formula \begin{flalign*}
28615 A & =1 & B & =2 & C & =3\\
28616 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4\end{flalign*}
28617
28618 \end_inset
28619
28620
28621 \end_layout
28622
28623 \begin_layout Standard
28624 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28625  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28626  im Dokument links setzen obwohl der Formelstil 
28627 \series bold
28628 Zentriert
28629 \series default
28630  eingestellt ist.
28631  Als Beispiel die eingerückte ausgerichtete Formel 
28632 \begin_inset CommandInset ref
28633 LatexCommand eqref
28634 reference "eq:VolInt"
28635
28636 \end_inset
28637
28638 :
28639 \begin_inset Formula \begin{flalign}
28640 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}\end{flalign}
28641
28642 \end_inset
28643
28644 In den ersten beiden Spalten befindet sich die Formel.
28645  Damit sie wie beim Formelstil 
28646 \series bold
28647 Eingerückt
28648 \series default
28649  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28650 \begin_inset space \thinspace{}
28651 \end_inset
28652
28653 pt Leerraum eingefügt.
28654 \end_layout
28655
28656 \begin_layout Subsection
28657 Eqnarray-Umgebung
28658 \begin_inset Index
28659 status collapsed
28660
28661 \begin_layout Plain Layout
28662 Formel ! mehrzeilige ! Eqnarray-Umgebung
28663 \end_layout
28664
28665 \end_inset
28666
28667
28668 \end_layout
28669
28670 \begin_layout Standard
28671 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28672  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28673  ausgerichtet.
28674  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28675  da dieses Kästchen nur für Relationzeichen gedacht ist.
28676 \begin_inset Formula \begin{eqnarray*}
28677 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28678 AB & AB & AB\\
28679 A & = & A\end{eqnarray*}
28680
28681 \end_inset
28682
28683
28684 \end_layout
28685
28686 \begin_layout Subsection
28687 Gather-Umgebung
28688 \begin_inset Index
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692 Formel ! mehrzeilige ! Gather-Umgebung
28693 \end_layout
28694
28695 \end_inset
28696
28697
28698 \end_layout
28699
28700 \begin_layout Standard
28701 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28702  Jede Zeile kann nummeriert werden.
28703 \begin_inset Formula \begin{gather}
28704 A=1\\
28705 X=\textrm{-}1\end{gather}
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \begin_layout Subsection
28713 Multline-Umgebung
28714 \begin_inset CommandInset label
28715 LatexCommand label
28716 name "sub:Multline-Umgebung"
28717
28718 \end_inset
28719
28720
28721 \begin_inset Index
28722 status collapsed
28723
28724 \begin_layout Plain Layout
28725 Formel ! mehrzeilige ! Multline-Umgebung
28726 \end_layout
28727
28728 \end_inset
28729
28730
28731 \end_layout
28732
28733 \begin_layout Standard
28734 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28735  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28736  Alle anderen Zeilen sind zentriert.
28737  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28738  Als Beispiel Formel 
28739 \begin_inset CommandInset ref
28740 LatexCommand eqref
28741 reference "eq:lefteqn"
28742
28743 \end_inset
28744
28745  in der multline-Umgebung:
28746 \begin_inset Formula \begin{multline}
28747 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}\\
28748 -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}\\
28749 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28750
28751 \end_inset
28752
28753
28754 \end_layout
28755
28756 \begin_layout Standard
28757 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28758  nummeriert, wenn rechts (links) nummeriert wird.
28759 \begin_inset Foot
28760 status collapsed
28761
28762 \begin_layout Plain Layout
28763 Nummerierungsstile siehe 
28764 \begin_inset CommandInset ref
28765 LatexCommand ref
28766 reference "sec:Formelstile"
28767
28768 \end_inset
28769
28770
28771 \end_layout
28772
28773 \end_inset
28774
28775
28776 \end_layout
28777
28778 \begin_layout Standard
28779 Mit den Befehlen 
28780 \series bold
28781
28782 \backslash
28783 shoveright
28784 \begin_inset Index
28785 status collapsed
28786
28787 \begin_layout Plain Layout
28788 Befehle ! S ! 
28789 \backslash
28790 shoveright
28791 \end_layout
28792
28793 \end_inset
28794
28795
28796 \series default
28797  und 
28798 \series bold
28799
28800 \backslash
28801 shoveleft
28802 \begin_inset Index
28803 status collapsed
28804
28805 \begin_layout Plain Layout
28806 Befehle ! S ! 
28807 \backslash
28808 shoveleft
28809 \end_layout
28810
28811 \end_inset
28812
28813
28814 \series default
28815  kann eine zentrierte Zeile rechts bzw.
28816  links ausgerichtet werden.
28817  Die Befehle werden folgendermaßen verwendet:
28818 \end_layout
28819
28820 \begin_layout Standard
28821
28822 \series bold
28823
28824 \backslash
28825 shoveright{Zeileninhalt}
28826 \series default
28827  bzw.
28828  
28829 \series bold
28830
28831 \backslash
28832 shoveleft{Zeileninhalt}
28833 \end_layout
28834
28835 \begin_layout Standard
28836 \begin_inset VSpace medskip
28837 \end_inset
28838
28839 Die Länge 
28840 \series bold
28841
28842 \backslash
28843 multlinegap
28844 \begin_inset Index
28845 status collapsed
28846
28847 \begin_layout Plain Layout
28848 Befehle ! M ! 
28849 \backslash
28850 multlinegap
28851 \end_layout
28852
28853 \end_inset
28854
28855
28856 \series default
28857  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28858  Voreingestellt ist die Länge 0
28859 \begin_inset space \thinspace{}
28860 \end_inset
28861
28862 pt.
28863 \end_layout
28864
28865 \begin_layout Standard
28866 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28867 \end_layout
28868
28869 \begin_layout Standard
28870
28871 \series bold
28872
28873 \backslash
28874 setlength{
28875 \backslash
28876 multlinegap}{2cm}
28877 \end_layout
28878
28879 \begin_layout Standard
28880 eingegeben wurde:
28881 \begin_inset ERT
28882 status collapsed
28883
28884 \begin_layout Plain Layout
28885
28886
28887 \backslash
28888 setlength{
28889 \backslash
28890 multlinegap}{2cm}
28891 \end_layout
28892
28893 \end_inset
28894
28895
28896 \begin_inset Formula \begin{multline}
28897 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}\\
28898 \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}}\\
28899 =B^{2}+2\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)+\frac{\left(r_{g}^{2}+2x_{0}x-x_{0}^{2}-r_{k}^{2}\right)^{2}}{B^{2}}\end{multline}
28900
28901 \end_inset
28902
28903
28904 \begin_inset ERT
28905 status collapsed
28906
28907 \begin_layout Plain Layout
28908
28909
28910 \backslash
28911 setlength{
28912 \backslash
28913 multlinegap}{0pt}
28914 \end_layout
28915
28916 \end_inset
28917
28918
28919 \end_layout
28920
28921 \begin_layout Standard
28922 Die zweite Zeile wurde mit 
28923 \series bold
28924
28925 \backslash
28926 shoveleft
28927 \series default
28928  linksbündig ausgerichtet.
28929 \end_layout
28930
28931 \begin_layout Subsection
28932 Mehrzeilige Formelteile
28933 \begin_inset CommandInset label
28934 LatexCommand label
28935 name "sub:Mehrzeilige-Formelteile"
28936
28937 \end_inset
28938
28939
28940 \begin_inset Index
28941 status collapsed
28942
28943 \begin_layout Plain Layout
28944 Formel ! mehrzeilige ! Formelteile
28945 \end_layout
28946
28947 \end_inset
28948
28949
28950 \end_layout
28951
28952 \begin_layout Standard
28953 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28954  der folgenden Umgebungen: 
28955 \series bold
28956 aligned
28957 \series default
28958
28959 \series bold
28960 alignedat
28961 \series default
28962
28963 \series bold
28964 gathered
28965 \series default
28966  oder 
28967 \series bold
28968 split
28969 \series default
28970 .
28971  Sie können über das Menü 
28972 \family sans
28973 Einfügen\SpecialChar \menuseparator
28974 Mathe
28975 \family default
28976  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28977 \end_layout
28978
28979 \begin_layout Standard
28980 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28981 n Formel\SpecialChar \-
28982 umgebungen.
28983  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28984  Dazu ein Beispiel:
28985 \begin_inset Formula \[
28986 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28987 \Delta E\Delta t & \ge\frac{\hbar}{2}\end{aligned}
28988 \right\} \textrm{Unbestimmtheitsrelationen}\]
28989
28990 \end_inset
28991
28992
28993 \end_layout
28994
28995 \begin_layout Standard
28996 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28997  der Befehl 
28998 \series bold
28999
29000 \backslash
29001 aligned
29002 \begin_inset Index
29003 status collapsed
29004
29005 \begin_layout Plain Layout
29006 Befehle ! A ! 
29007 \backslash
29008 aligned
29009 \end_layout
29010
29011 \end_inset
29012
29013
29014 \series default
29015  eingegeben wird.
29016  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
29017  und Zeilen hinzufügen kann.
29018  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
29019  gesetzt werden.
29020 \end_layout
29021
29022 \begin_layout Standard
29023 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
29024  ausgerichtet sind.
29025  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
29026  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
29027  Als Beispiel Formel 
29028 \begin_inset CommandInset ref
29029 LatexCommand eqref
29030 reference "eq:kurzlang"
29031
29032 \end_inset
29033
29034  in der aligned-Umgebung:
29035 \begin_inset Formula \begin{equation}
29036 \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}|}\\
29037  & -\hspace{3pt}\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{r}-\mathbf{R}_{2}|}+\frac{e^{2}}{4\pi\varepsilon_{0}|\mathbf{R}_{1}-\mathbf{R}_{2}|}\end{aligned}
29038 \end{equation}
29039
29040 \end_inset
29041
29042
29043 \end_layout
29044
29045 \begin_layout Standard
29046 Möchte man die Umgebung 
29047 \series bold
29048 alignedat
29049 \series default
29050
29051 \series bold
29052 gathered
29053 \series default
29054  oder 
29055 \series bold
29056 split
29057 \series default
29058  verwenden, gibt man den Befehl 
29059 \series bold
29060
29061 \backslash
29062 alignedat
29063 \series default
29064 ,
29065 \begin_inset Index
29066 status collapsed
29067
29068 \begin_layout Plain Layout
29069 Befehle ! A ! 
29070 \backslash
29071 alignedat
29072 \end_layout
29073
29074 \end_inset
29075
29076  
29077 \series bold
29078
29079 \backslash
29080 gathered
29081 \series default
29082
29083 \begin_inset Index
29084 status collapsed
29085
29086 \begin_layout Plain Layout
29087 Befehle ! G ! 
29088 \backslash
29089 gathered
29090 \end_layout
29091
29092 \end_inset
29093
29094  bzw.
29095  
29096 \series bold
29097
29098 \backslash
29099 split
29100 \series default
29101
29102 \begin_inset Index
29103 status collapsed
29104
29105 \begin_layout Plain Layout
29106 Befehle ! S ! 
29107 \backslash
29108 split
29109 \end_layout
29110
29111 \end_inset
29112
29113  ein.
29114  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
29115  jedoch darf sie nur zwei Spalten enthalten.
29116 \end_layout
29117
29118 \begin_layout Subsection
29119 Text in mehrzeiligen Formeln
29120 \begin_inset CommandInset label
29121 LatexCommand label
29122 name "sub:Text-in-mehrzeiligen"
29123
29124 \end_inset
29125
29126
29127 \begin_inset Index
29128 status collapsed
29129
29130 \begin_layout Plain Layout
29131 Text ! in Formeln
29132 \end_layout
29133
29134 \end_inset
29135
29136
29137 \begin_inset Index
29138 status collapsed
29139
29140 \begin_layout Plain Layout
29141 Formel ! mehrzeilige ! Text
29142 \end_layout
29143
29144 \end_inset
29145
29146
29147 \end_layout
29148
29149 \begin_layout Standard
29150 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
29151  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
29152  die Ausrichtung der Spalten nicht beeinflusst.
29153  Dazu wird der Befehl 
29154 \series bold
29155
29156 \backslash
29157 intertext
29158 \begin_inset Index
29159 status collapsed
29160
29161 \begin_layout Plain Layout
29162 Befehle ! I ! 
29163 \backslash
29164 intertext
29165 \end_layout
29166
29167 \end_inset
29168
29169
29170 \series default
29171  nach folgendem Schema benutzt:
29172 \end_layout
29173
29174 \begin_layout Standard
29175
29176 \series bold
29177
29178 \backslash
29179 intertext{Text}
29180 \end_layout
29181
29182 \begin_layout Standard
29183 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
29184  werden kann.
29185  Weil LyX 
29186 \series bold
29187
29188 \backslash
29189 intertext
29190 \series default
29191  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
29192  Text.
29193  
29194 \series bold
29195
29196 \backslash
29197 intertext
29198 \series default
29199  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
29200  dieser Zeile.
29201  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
29202 \begin_inset Formula \begin{align}
29203 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
29204 \intertext{\text{Integrand ist symmetrisch zu $\phi=\pi$, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\end{align}
29205
29206 \end_inset
29207
29208
29209 \end_layout
29210
29211 \begin_layout Section
29212 Formelnummerierung
29213 \begin_inset Index
29214 status collapsed
29215
29216 \begin_layout Plain Layout
29217 Formelnummerierung
29218 \end_layout
29219
29220 \end_inset
29221
29222
29223 \begin_inset Index
29224 status collapsed
29225
29226 \begin_layout Plain Layout
29227 Formel ! Nummerierung|see
29228 \begin_inset ERT
29229 status collapsed
29230
29231 \begin_layout Plain Layout
29232
29233 {
29234 \end_layout
29235
29236 \end_inset
29237
29238 Formelnummerierung
29239 \begin_inset ERT
29240 status collapsed
29241
29242 \begin_layout Plain Layout
29243
29244 }
29245 \end_layout
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \end_layout
29256
29257 \begin_layout Subsection
29258 Allgemeines
29259 \end_layout
29260
29261 \begin_layout Standard
29262 Nummerierte Formeln können mit dem Menü 
29263 \family sans
29264 Einfügen\SpecialChar \menuseparator
29265 Mathe\SpecialChar \menuseparator
29266 Nummerierte
29267 \begin_inset space ~
29268 \end_inset
29269
29270 Formel
29271 \family default
29272  (Tastenkürzel 
29273 \family sans
29274 Strg-Alt
29275 \begin_inset space ~
29276 \end_inset
29277
29278 n
29279 \family default
29280 ) erstellt, bestehende Formeln über das Menü 
29281 \family sans
29282 Bearbeiten\SpecialChar \menuseparator
29283 Mathe\SpecialChar \menuseparator
29284 Nummerierung
29285 \begin_inset space ~
29286 \end_inset
29287
29288 an/aus
29289 \family default
29290  (Tastenkürzel 
29291 \family sans
29292 Alt-m
29293 \begin_inset space ~
29294 \end_inset
29295
29296 n
29297 \family default
29298 ) nummeriert werden.
29299  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
29300  Klammern.
29301  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
29302 \end_layout
29303
29304 \begin_layout Standard
29305 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
29306  Zeilen nummeriert.
29307  Man kann jedoch über das Menü 
29308 \family sans
29309 Bearbeiten\SpecialChar \menuseparator
29310 Mathe\SpecialChar \menuseparator
29311 Zeilennummerierung an/aus
29312 \family default
29313  (Tastenkürzel 
29314 \family sans
29315 Alt-m
29316 \begin_inset space ~
29317 \end_inset
29318
29319 N
29320 \family default
29321 ) für jede Zeile die Nummerierung festlegen.
29322 \end_layout
29323
29324 \begin_layout Standard
29325 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
29326  werden, siehe 
29327 \begin_inset CommandInset ref
29328 LatexCommand ref
29329 reference "sec:Formelstile"
29330
29331 \end_inset
29332
29333 .
29334 \end_layout
29335
29336 \begin_layout Subsection
29337 Querverweise
29338 \begin_inset CommandInset label
29339 LatexCommand label
29340 name "sub:Querverweise"
29341
29342 \end_inset
29343
29344
29345 \begin_inset Index
29346 status collapsed
29347
29348 \begin_layout Plain Layout
29349 Querverweise ! auf Formeln
29350 \end_layout
29351
29352 \end_inset
29353
29354
29355 \end_layout
29356
29357 \begin_layout Standard
29358 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
29359  Eine Marke wird mit dem Menü 
29360 \family sans
29361 Einfügen\SpecialChar \menuseparator
29362 Marke
29363 \family default
29364  oder dem Werkzeugleistenknopf 
29365 \begin_inset Graphics
29366         filename ../../images/label-insert.png
29367         scale 85
29368
29369 \end_inset
29370
29371  gesetzt.
29372  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
29373  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
29374 \series bold
29375 eq:
29376 \series default
29377 , nachdem der eigentliche Markenname eingegeben wird.
29378  Der voreingestellte Eintrag steht für 
29379 \begin_inset Quotes gld
29380 \end_inset
29381
29382 equation
29383 \begin_inset Quotes grd
29384 \end_inset
29385
29386  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
29387  einer Formel und nicht zu einem Kapitel gehört.
29388  Um eine Marke zu ändern, wählt man wieder das Menü 
29389 \family sans
29390 Einfügen\SpecialChar \menuseparator
29391 Marke
29392 \family default
29393 .
29394 \end_layout
29395
29396 \begin_layout Standard
29397 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
29398  Eine Formel mit Marke wird immer nummeriert.
29399 \end_layout
29400
29401 \begin_layout Standard
29402 Querverweise werden mit dem Menü 
29403 \family sans
29404 Einfügen\SpecialChar \menuseparator
29405 Querverweis
29406 \family default
29407  oder dem Werkzeugleistenknopf 
29408 \begin_inset Graphics
29409         filename ../../images/dialog-show-new-inset_ref.png
29410         scale 85
29411
29412 \end_inset
29413
29414  eingefügt.
29415  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
29416  Wenn man im Querverweis Dialogfenster das Format 
29417 \series bold
29418 (<Querverweis>)
29419 \series default
29420  wählt, erscheint der Querverweis als Formelnummer in Klammern.
29421 \begin_inset Newline newline
29422 \end_inset
29423
29424 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
29425  man zur Formel auf die verwiesen wird.
29426 \end_layout
29427
29428 \begin_layout Standard
29429 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
29430 \begin_inset Note Note
29431 status open
29432
29433 \begin_layout Plain Layout
29434 Man beachte die unterschiedlichen Querverweistypen.
29435 \end_layout
29436
29437 \end_inset
29438
29439
29440 \end_layout
29441
29442 \begin_layout Standard
29443 Die Gleichungen 
29444 \begin_inset CommandInset ref
29445 LatexCommand eqref
29446 reference "eq:tag"
29447
29448 \end_inset
29449
29450  und 
29451 \begin_inset CommandInset ref
29452 LatexCommand eqref
29453 reference "eq:c"
29454
29455 \end_inset
29456
29457  sind äquivalent.
29458  In (
29459 \begin_inset CommandInset ref
29460 LatexCommand ref
29461 reference "eq:Lat"
29462
29463 \end_inset
29464
29465 ) werden im Gegensatz zu (
29466 \begin_inset CommandInset ref
29467 LatexCommand ref
29468 reference "eq:Roem"
29469
29470 \end_inset
29471
29472 ) große lateinische Buchstaben zur Nummerierung verwendet.
29473 \end_layout
29474
29475 \begin_layout Standard
29476 \begin_inset VSpace medskip
29477 \end_inset
29478
29479 Ist im Argument von 
29480 \series bold
29481
29482 \backslash
29483 tag
29484 \begin_inset Foot
29485 status collapsed
29486
29487 \begin_layout Plain Layout
29488
29489 \series bold
29490
29491 \backslash
29492 tag
29493 \series default
29494  ist in 
29495 \begin_inset CommandInset ref
29496 LatexCommand ref
29497 reference "sub:Benutzerdefinierte-Nummerierung"
29498
29499 \end_inset
29500
29501  beschrieben.
29502 \end_layout
29503
29504 \end_inset
29505
29506
29507 \series default
29508  wie in 
29509 \begin_inset CommandInset ref
29510 LatexCommand ref
29511 reference "sub:Absatzboxen"
29512
29513 \end_inset
29514
29515  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
29516 \end_layout
29517
29518 \begin_layout Subsection
29519 Unternummerierung
29520 \begin_inset Index
29521 status collapsed
29522
29523 \begin_layout Plain Layout
29524 Formelnummerierung ! Unternummerierung
29525 \end_layout
29526
29527 \end_inset
29528
29529
29530 \end_layout
29531
29532 \begin_layout Standard
29533 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
29534  
29535 \begin_inset Newline newline
29536 \end_inset
29537
29538
29539 \series bold
29540
29541 \backslash
29542 begin{subequations}
29543 \series default
29544  und 
29545 \series bold
29546
29547 \backslash
29548 end{subequations}
29549 \series default
29550  erreichen.
29551  Beide Befehle werden im TeX-Modus eingegeben.
29552 \end_layout
29553
29554 \begin_layout Standard
29555 Dazu ein Beispiel:
29556 \begin_inset Formula \begin{equation}
29557 A=C-B\label{eq:a}\end{equation}
29558
29559 \end_inset
29560
29561
29562 \begin_inset ERT
29563 status collapsed
29564
29565 \begin_layout Plain Layout
29566
29567
29568 \backslash
29569 addtocounter{equation}{-1}
29570 \end_layout
29571
29572 \end_inset
29573
29574
29575 \begin_inset ERT
29576 status collapsed
29577
29578 \begin_layout Plain Layout
29579
29580
29581 \backslash
29582 begin{subequations}
29583 \end_layout
29584
29585 \end_inset
29586
29587
29588 \begin_inset VSpace -5mm
29589 \end_inset
29590
29591
29592 \begin_inset Formula \begin{equation}
29593 B=C-A\label{eq:b}\end{equation}
29594
29595 \end_inset
29596
29597
29598 \begin_inset Formula \begin{equation}
29599 C=A+B\label{eq:c}\end{equation}
29600
29601 \end_inset
29602
29603
29604 \end_layout
29605
29606 \begin_layout Standard
29607 \begin_inset ERT
29608 status collapsed
29609
29610 \begin_layout Plain Layout
29611
29612
29613 \backslash
29614 end{subequations}
29615 \end_layout
29616
29617 \end_inset
29618
29619
29620 \end_layout
29621
29622 \begin_layout Standard
29623 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29624 \end_layout
29625
29626 \begin_layout Enumerate
29627 erste Formel eingeben
29628 \end_layout
29629
29630 \begin_layout Enumerate
29631
29632 \series bold
29633
29634 \backslash
29635 addtocounter{equation}{-1} 
29636 \backslash
29637 begin{subequations}
29638 \begin_inset Index
29639 status collapsed
29640
29641 \begin_layout Plain Layout
29642 Befehle ! A ! 
29643 \backslash
29644 addtocounter
29645 \end_layout
29646
29647 \end_inset
29648
29649
29650 \begin_inset Newline newline
29651 \end_inset
29652
29653
29654 \series default
29655 nach der ersten Formel einfügen
29656 \end_layout
29657
29658 \begin_layout Enumerate
29659 zweite Formel eingeben
29660 \end_layout
29661
29662 \begin_layout Enumerate
29663 dritte Formel eingeben
29664 \end_layout
29665
29666 \begin_layout Enumerate
29667
29668 \series bold
29669
29670 \backslash
29671 end{subequations}
29672 \series default
29673  nach der dritten Formel einfügen
29674 \end_layout
29675
29676 \begin_layout Standard
29677 Jede Formel, die zwischen den Befehlen 
29678 \series bold
29679
29680 \backslash
29681 begin
29682 \series default
29683  und 
29684 \series bold
29685
29686 \backslash
29687 end
29688 \series default
29689  steht, wird mit a, b, c, \SpecialChar \ldots{}
29690  untergliedert.
29691  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29692  Alle untergliederten Formeln gelten als 
29693 \emph on
29694 eine
29695 \emph default
29696  nummerierte Formel.
29697  Da jede nummerierte Formel den Formelzähler 
29698 \series bold
29699 equation
29700 \series default
29701  um Eins erhöht, ist der Befehl 
29702 \series bold
29703
29704 \backslash
29705 addtocounter
29706 \series default
29707  notwendig um den Zähler wieder zu erniedrigen.
29708  Ansonsten würden die Formeln 
29709 \begin_inset CommandInset ref
29710 LatexCommand eqref
29711 reference "eq:a"
29712
29713 \end_inset
29714
29715
29716 \begin_inset CommandInset ref
29717 LatexCommand eqref
29718 reference "eq:b"
29719
29720 \end_inset
29721
29722
29723 \begin_inset CommandInset ref
29724 LatexCommand eqref
29725 reference "eq:c"
29726
29727 \end_inset
29728
29729  als 
29730 \begin_inset CommandInset ref
29731 LatexCommand eqref
29732 reference "eq:a"
29733
29734 \end_inset
29735
29736
29737 \begin_inset CommandInset ref
29738 LatexCommand eqref
29739 reference "eq:d"
29740
29741 \end_inset
29742
29743
29744 \begin_inset CommandInset ref
29745 LatexCommand eqref
29746 reference "eq:f"
29747
29748 \end_inset
29749
29750  nummeriert werden.
29751 \end_layout
29752
29753 \begin_layout Standard
29754 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29755  Formeln automatisch etwas Leerraum erstellt.
29756  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29757 \series bold
29758
29759 \backslash
29760 begin{subequations}
29761 \series default
29762  -5
29763 \begin_inset space \thinspace{}
29764 \end_inset
29765
29766 mm vertikalen Leerraum ein.
29767  Ist der Formelstil 
29768 \series bold
29769 Eingerückt
29770 \begin_inset Foot
29771 status collapsed
29772
29773 \begin_layout Plain Layout
29774 Formelstile siehe 
29775 \begin_inset CommandInset ref
29776 LatexCommand ref
29777 reference "sec:Formelstile"
29778
29779 \end_inset
29780
29781
29782 \end_layout
29783
29784 \end_inset
29785
29786
29787 \series default
29788  gewählt, fügt man -7
29789 \begin_inset space \thinspace{}
29790 \end_inset
29791
29792 mm Leerraum ein.
29793 \end_layout
29794
29795 \begin_layout Standard
29796 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29797  der zweiten Zeile abgeschaltet wurde:
29798 \begin_inset ERT
29799 status collapsed
29800
29801 \begin_layout Plain Layout
29802
29803
29804 \backslash
29805 begin{subequations}
29806 \end_layout
29807
29808 \end_inset
29809
29810
29811 \begin_inset Formula \begin{eqnarray}
29812 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29813  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29814  & = & B^{2}-2BZ+Z^{2}\label{eq:f}\end{eqnarray}
29815
29816 \end_inset
29817
29818
29819 \begin_inset ERT
29820 status collapsed
29821
29822 \begin_layout Plain Layout
29823
29824
29825 \backslash
29826 end{subequations}
29827 \end_layout
29828
29829 \end_inset
29830
29831
29832 \end_layout
29833
29834 \begin_layout Subsection
29835 Benutzerdefinierte Nummerierung
29836 \begin_inset CommandInset label
29837 LatexCommand label
29838 name "sub:Benutzerdefinierte-Nummerierung"
29839
29840 \end_inset
29841
29842
29843 \begin_inset Index
29844 status collapsed
29845
29846 \begin_layout Plain Layout
29847 Formelnummerierung ! benutzerdefinierte
29848 \end_layout
29849
29850 \end_inset
29851
29852
29853 \end_layout
29854
29855 \begin_layout Standard
29856 \begin_inset Index
29857 status collapsed
29858
29859 \begin_layout Plain Layout
29860 Formelnummerierung ! eigene Klammern
29861 \end_layout
29862
29863 \end_inset
29864
29865 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29866  gesetzt.
29867  Will man diese Klammern z.
29868 \begin_inset space \thinspace{}
29869 \end_inset
29870
29871 B.
29872  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29873  an:
29874 \end_layout
29875
29876 \begin_layout Standard
29877
29878 \series bold
29879
29880 \backslash
29881 def
29882 \backslash
29883 tagform@#1{
29884 \backslash
29885 maketag@@@{|#1|}}
29886 \series default
29887
29888 \begin_inset Note Note
29889 status collapsed
29890
29891 \begin_layout Plain Layout
29892 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29893  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29894  werden.
29895 \end_layout
29896
29897 \end_inset
29898
29899
29900 \end_layout
29901
29902 \begin_layout Standard
29903 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29904 \series bold
29905 #1
29906 \series default
29907  durch ein oder mehrere gewünschte Zeichen.
29908  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29909 \end_layout
29910
29911 \begin_layout Standard
29912 \begin_inset VSpace bigskip
29913 \end_inset
29914
29915 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29916  hinter der Formel stehen, benutzt man den Befehl 
29917 \series bold
29918
29919 \backslash
29920 tag
29921 \series default
29922
29923 \begin_inset Index
29924 status collapsed
29925
29926 \begin_layout Plain Layout
29927 Befehle ! T ! 
29928 \backslash
29929 tag
29930 \end_layout
29931
29932 \end_inset
29933
29934 :
29935 \begin_inset Formula \begin{equation}
29936 A+B=C\tag{etwas}\label{eq:tag}\end{equation}
29937
29938 \end_inset
29939
29940  In diesem Beispiel wurde in der Formel der Befehl 
29941 \series bold
29942
29943 \backslash
29944 tag
29945 \series default
29946
29947 \begin_inset ERT
29948 status collapsed
29949
29950 \begin_layout Plain Layout
29951
29952
29953 \backslash
29954 leer 
29955 \end_layout
29956
29957 \end_inset
29958
29959
29960 \series bold
29961 etwas
29962 \series default
29963  eingegeben.
29964 \end_layout
29965
29966 \begin_layout Standard
29967 Gibt man stattdessen 
29968 \series bold
29969
29970 \backslash
29971 tag*
29972 \series default
29973
29974 \begin_inset ERT
29975 status collapsed
29976
29977 \begin_layout Plain Layout
29978
29979
29980 \backslash
29981 leer 
29982 \end_layout
29983
29984 \end_inset
29985
29986
29987 \series bold
29988 etwas
29989 \series default
29990  ein, verhindert der Stern die Klammern um den Ausdruck:
29991 \begin_inset Formula \[
29992 A+B=C\tag*{etwas}\]
29993
29994 \end_inset
29995
29996
29997 \end_layout
29998
29999 \begin_layout Standard
30000 \begin_inset VSpace bigskip
30001 \end_inset
30002
30003 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
30004  oder 
30005 \begin_inset ERT
30006 status collapsed
30007
30008 \begin_layout Plain Layout
30009
30010
30011 \backslash
30012 mbox{
30013 \end_layout
30014
30015 \end_inset
30016
30017 -abschnitt
30018 \begin_inset ERT
30019 status collapsed
30020
30021 \begin_layout Plain Layout
30022
30023 }
30024 \end_layout
30025
30026 \end_inset
30027
30028
30029 \begin_inset Note Note
30030 status collapsed
30031
30032 \begin_layout Plain Layout
30033 Der Befehl 
30034 \series bold
30035
30036 \backslash
30037 mbox
30038 \series default
30039  verhindert, dass am Bindestrich umgebrochen wird.
30040  Mehr zu 
30041 \series bold
30042
30043 \backslash
30044 mbox
30045 \series default
30046  siehe Kap.
30047 \begin_inset space \thinspace{}
30048 \end_inset
30049
30050
30051 \begin_inset CommandInset ref
30052 LatexCommand ref
30053 reference "sub:Worttrennungen"
30054
30055 \end_inset
30056
30057 .
30058 \end_layout
30059
30060 \end_inset
30061
30062  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
30063 \end_layout
30064
30065 \begin_layout Standard
30066
30067 \series bold
30068
30069 \backslash
30070 @addtoreset{equation}{part}
30071 \series default
30072
30073 \begin_inset Index
30074 status collapsed
30075
30076 \begin_layout Plain Layout
30077 Befehle ! 
30078 \begin_inset ERT
30079 status collapsed
30080
30081 \begin_layout Plain Layout
30082
30083 "
30084 \end_layout
30085
30086 \end_inset
30087
30088 @
30089 \begin_inset ERT
30090 status collapsed
30091
30092 \begin_layout Plain Layout
30093
30094 "
30095 \end_layout
30096
30097 \end_inset
30098
30099  ! 
30100 \backslash
30101
30102 \begin_inset ERT
30103 status collapsed
30104
30105 \begin_layout Plain Layout
30106
30107 "
30108 \end_layout
30109
30110 \end_inset
30111
30112 @
30113 \begin_inset ERT
30114 status collapsed
30115
30116 \begin_layout Plain Layout
30117
30118 "
30119 \end_layout
30120
30121 \end_inset
30122
30123 addtoreset
30124 \end_layout
30125
30126 \end_inset
30127
30128
30129 \begin_inset Newline newline
30130 \end_inset
30131
30132 bzw.
30133 \begin_inset Newline newline
30134 \end_inset
30135
30136
30137 \series bold
30138
30139 \backslash
30140 @addtoreset{equation}{section}
30141 \end_layout
30142
30143 \begin_layout Standard
30144 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
30145 \begin_inset Quotes gld
30146 \end_inset
30147
30148 @
30149 \begin_inset Quotes grd
30150 \end_inset
30151
30152  Zeichen für LaTeX mit dem Befehl 
30153 \series bold
30154
30155 \backslash
30156 makeatletter
30157 \series default
30158  
30159 \begin_inset Quotes gld
30160 \end_inset
30161
30162 aktiv
30163 \begin_inset Quotes grd
30164 \end_inset
30165
30166  gemacht werden.
30167  Der Befehl 
30168 \series bold
30169
30170 \backslash
30171 makeatother
30172 \series default
30173  macht dies wieder rückgängig.
30174  Daher ist die Befehlssequenz im TeX-Modus:
30175 \end_layout
30176
30177 \begin_layout Standard
30178
30179 \series bold
30180
30181 \backslash
30182 makeatletter
30183 \begin_inset Newline newline
30184 \end_inset
30185
30186
30187 \backslash
30188 @addtoreset{equation}{section}
30189 \begin_inset Newline newline
30190 \end_inset
30191
30192
30193 \backslash
30194 makeatother
30195 \end_layout
30196
30197 \begin_layout Standard
30198 Im LaTeX-Vorspann können 
30199 \series bold
30200
30201 \backslash
30202 makeatletter
30203 \series default
30204  und 
30205 \series bold
30206
30207 \backslash
30208 makeatother
30209 \series default
30210  weggelassen werden, da LyX sie automatisch intern einfügt.
30211 \end_layout
30212
30213 \begin_layout Standard
30214 Um 
30215 \series bold
30216
30217 \backslash
30218 @addtoreset
30219 \series default
30220  rückgängig zu machen, muss die Datei 
30221 \series bold
30222 remreset.sty
30223 \series default
30224
30225 \begin_inset Foot
30226 status collapsed
30227
30228 \begin_layout Plain Layout
30229
30230 \series bold
30231 remreset
30232 \series default
30233  ist Teil des LaTeX-Paketes 
30234 \series bold
30235 carlisle
30236 \series default
30237
30238 \begin_inset Index
30239 status collapsed
30240
30241 \begin_layout Plain Layout
30242 Pakete ! carlisle
30243 \end_layout
30244
30245 \end_inset
30246
30247 , das Teil jeder LaTeX-Standardinstallation ist.
30248 \end_layout
30249
30250 \end_inset
30251
30252
30253 \begin_inset Index
30254 status collapsed
30255
30256 \begin_layout Plain Layout
30257 Pakete ! remreset
30258 \end_layout
30259
30260 \end_inset
30261
30262  im LaTeX-Vorspann mit der Zeile
30263 \end_layout
30264
30265 \begin_layout Standard
30266
30267 \series bold
30268
30269 \backslash
30270 usepackage{remreset}
30271 \end_layout
30272
30273 \begin_layout Standard
30274 geladen werden.
30275  Dann kann der Befehl 
30276 \series bold
30277
30278 \backslash
30279 @removefromreset
30280 \series default
30281
30282 \begin_inset Index
30283 status collapsed
30284
30285 \begin_layout Plain Layout
30286 Befehle ! 
30287 \begin_inset ERT
30288 status collapsed
30289
30290 \begin_layout Plain Layout
30291
30292 "
30293 \end_layout
30294
30295 \end_inset
30296
30297 @
30298 \begin_inset ERT
30299 status collapsed
30300
30301 \begin_layout Plain Layout
30302
30303 "
30304 \end_layout
30305
30306 \end_inset
30307
30308  ! 
30309 \backslash
30310
30311 \begin_inset ERT
30312 status collapsed
30313
30314 \begin_layout Plain Layout
30315
30316 "
30317 \end_layout
30318
30319 \end_inset
30320
30321 @
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327 "
30328 \end_layout
30329
30330 \end_inset
30331
30332 removefromreset
30333 \end_layout
30334
30335 \end_inset
30336
30337  mit dem selben Schema wie 
30338 \series bold
30339
30340 \backslash
30341 @addtoreset
30342 \series default
30343  benutzt werden.
30344 \end_layout
30345
30346 \begin_layout Standard
30347 \begin_inset VSpace bigskip
30348 \end_inset
30349
30350 Oftmals möchte man Formeln in folgender Art nummerieren:
30351 \end_layout
30352
30353 \begin_layout Standard
30354
30355 \family typewriter
30356 (Kapitelnummer.Formelnummer)
30357 \end_layout
30358
30359 \begin_layout Standard
30360 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
30361 \end_layout
30362
30363 \begin_layout Standard
30364 Für diesen Fall gibt es den Befehl 
30365 \series bold
30366
30367 \backslash
30368 numberwithin
30369 \series default
30370
30371 \begin_inset Index
30372 status collapsed
30373
30374 \begin_layout Plain Layout
30375 Befehle ! N ! 
30376 \backslash
30377 numberwithin
30378 \end_layout
30379
30380 \end_inset
30381
30382 , der nach folgendem Schema benutzt wird:
30383 \end_layout
30384
30385 \begin_layout Standard
30386
30387 \series bold
30388
30389 \backslash
30390 numberwithin{Zähler}{Gliederung}
30391 \end_layout
30392
30393 \begin_layout Standard
30394 Zähler gibt an, welche Nummerierung betroffen ist.
30395  Gliederung gibt an, welche Nummer vor dem Punkt steht.
30396 \end_layout
30397
30398 \begin_layout Standard
30399 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder ERT-zeile
30400  ein:
30401 \end_layout
30402
30403 \begin_layout Standard
30404
30405 \series bold
30406
30407 \backslash
30408 numberwithin{equation}{section}
30409 \end_layout
30410
30411 \begin_layout Standard
30412 Das ist das Ergebnis:
30413 \begin_inset ERT
30414 status collapsed
30415
30416 \begin_layout Plain Layout
30417
30418
30419 \backslash
30420 numberwithin{equation}{section}
30421 \end_layout
30422
30423 \end_inset
30424
30425
30426 \begin_inset Formula \begin{equation}
30427 A+B=C\end{equation}
30428
30429 \end_inset
30430
30431
30432 \end_layout
30433
30434 \begin_layout Standard
30435 Möchte man z.
30436 \begin_inset space \thinspace{}
30437 \end_inset
30438
30439 B.
30440  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
30441  gibt man 
30442 \series bold
30443
30444 \backslash
30445 numberwithin{table}{part}
30446 \series default
30447  ein.
30448 \end_layout
30449
30450 \begin_layout Standard
30451 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
30452 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
30453  folgenden Befehl als ERT oder als LaTeX-Vorspannzeile ein:
30454 \end_layout
30455
30456 \begin_layout Standard
30457
30458 \series bold
30459
30460 \backslash
30461 renewcommand{
30462 \backslash
30463 theequation}{
30464 \backslash
30465 arabic{equation}}
30466 \begin_inset Index
30467 status collapsed
30468
30469 \begin_layout Plain Layout
30470 Befehle ! A ! 
30471 \backslash
30472 arabic
30473 \end_layout
30474
30475 \end_inset
30476
30477
30478 \series default
30479
30480 \begin_inset ERT
30481 status collapsed
30482
30483 \begin_layout Plain Layout
30484
30485
30486 \backslash
30487 renewcommand{
30488 \backslash
30489 theequation}{
30490 \backslash
30491 arabic{equation}}
30492 \end_layout
30493
30494 \end_inset
30495
30496
30497 \series bold
30498
30499 \begin_inset Newline newline
30500 \end_inset
30501
30502
30503 \series default
30504 bzw.
30505 \series bold
30506
30507 \begin_inset Newline newline
30508 \end_inset
30509
30510
30511 \backslash
30512 renewcommand{
30513 \backslash
30514 thetable}{
30515 \backslash
30516 arabic{table}}
30517 \end_layout
30518
30519 \begin_layout Standard
30520
30521 \series bold
30522
30523 \backslash
30524 numberwithin
30525 \series default
30526  benutzt intern den oben beschriebenen Befehl 
30527 \series bold
30528
30529 \backslash
30530 @addtoreset
30531 \series default
30532 , der ebenfalls rückgängig gemacht werden muss.
30533 \begin_inset ERT
30534 status collapsed
30535
30536 \begin_layout Plain Layout
30537
30538
30539 \backslash
30540 makeatletter
30541 \end_layout
30542
30543 \begin_layout Plain Layout
30544
30545
30546 \backslash
30547 @removefromreset{equation}{section}
30548 \end_layout
30549
30550 \begin_layout Plain Layout
30551
30552
30553 \backslash
30554 makeatother
30555 \end_layout
30556
30557 \end_inset
30558
30559
30560 \end_layout
30561
30562 \begin_layout Subsection
30563 Nummerierung mit römischen Zahlen und Buchstaben
30564 \begin_inset CommandInset label
30565 LatexCommand label
30566 name "sub:Nummerierung-mit-römischen"
30567
30568 \end_inset
30569
30570
30571 \begin_inset Index
30572 status collapsed
30573
30574 \begin_layout Plain Layout
30575 Formelnummerierung ! mit Buchstaben
30576 \end_layout
30577
30578 \end_inset
30579
30580
30581 \begin_inset Index
30582 status collapsed
30583
30584 \begin_layout Plain Layout
30585 Formelnummerierung ! mit römischen Zahlen
30586 \end_layout
30587
30588 \end_inset
30589
30590
30591 \end_layout
30592
30593 \begin_layout Standard
30594 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30595  werden.
30596  Um z.
30597 \begin_inset space \thinspace{}
30598 \end_inset
30599
30600 B.
30601  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30602  TeX-Modus den Befehl
30603 \end_layout
30604
30605 \begin_layout Standard
30606
30607 \series bold
30608
30609 \backslash
30610 renewcommand{
30611 \backslash
30612 theequation}{
30613 \backslash
30614 roman{equation}}
30615 \end_layout
30616
30617 \begin_layout Standard
30618 ein.
30619  
30620 \series bold
30621
30622 \backslash
30623 renewcommand
30624 \series default
30625
30626 \begin_inset Index
30627 status collapsed
30628
30629 \begin_layout Plain Layout
30630 Befehle ! R ! 
30631 \backslash
30632 renewcommand
30633 \end_layout
30634
30635 \end_inset
30636
30637  weist dem vordefinierten Befehl 
30638 \series bold
30639
30640 \backslash
30641 theequation
30642 \series default
30643  den Befehl
30644 \begin_inset Newline linebreak
30645 \end_inset
30646
30647
30648 \series bold
30649
30650 \backslash
30651 roman{equation}
30652 \series default
30653  zu
30654 \begin_inset Foot
30655 status collapsed
30656
30657 \begin_layout Plain Layout
30658 Der Befehl 
30659 \series bold
30660
30661 \backslash
30662 renewcommand
30663 \series default
30664  besitzt dasselbe Schema wie der in 
30665 \begin_inset CommandInset ref
30666 LatexCommand ref
30667 reference "sec:Benutzerdefinierte-Befehle"
30668
30669 \end_inset
30670
30671  beschriebene Befehl
30672 \begin_inset Newline newline
30673 \end_inset
30674
30675
30676 \series bold
30677
30678 \backslash
30679 newcommand
30680 \series default
30681 .
30682 \end_layout
30683
30684 \end_inset
30685
30686 .
30687  
30688 \series bold
30689 equation
30690 \series default
30691  ist der Formelzähler.
30692  Stellt man einem Zähler den Befehl 
30693 \series bold
30694
30695 \backslash
30696 the
30697 \series default
30698  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30699  wird.
30700  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30701  
30702 \series bold
30703
30704 \backslash
30705 theequation
30706 \series default
30707  hinter die Formel.
30708  
30709 \series bold
30710
30711 \backslash
30712 roman{equation}
30713 \begin_inset Index
30714 status collapsed
30715
30716 \begin_layout Plain Layout
30717 Befehle ! R ! 
30718 \backslash
30719 roman
30720 \end_layout
30721
30722 \end_inset
30723
30724
30725 \series default
30726  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30727 \end_layout
30728
30729 \begin_layout Standard
30730 Alle Formeln nach dem 
30731 \series bold
30732
30733 \backslash
30734 renewcommand
30735 \series default
30736 -Befehl werden nun römisch nummeriert.
30737  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30738  den Befehl erneut ein, ersetzt aber 
30739 \series bold
30740
30741 \backslash
30742 roman
30743 \series default
30744  durch 
30745 \series bold
30746
30747 \backslash
30748 Roman
30749 \series default
30750
30751 \begin_inset Index
30752 status collapsed
30753
30754 \begin_layout Plain Layout
30755 Befehle ! R ! 
30756 \backslash
30757 roman@
30758 \backslash
30759 Roman
30760 \end_layout
30761
30762 \end_inset
30763
30764 .
30765  Für die 
30766 \begin_inset Quotes gld
30767 \end_inset
30768
30769 Nummerierung
30770 \begin_inset Quotes grd
30771 \end_inset
30772
30773  mit lateinischen Buchstaben gibt es den Befehl 
30774 \series bold
30775
30776 \backslash
30777 alph
30778 \series default
30779
30780 \begin_inset Index
30781 status collapsed
30782
30783 \begin_layout Plain Layout
30784 Befehle ! A ! 
30785 \backslash
30786 alph
30787 \end_layout
30788
30789 \end_inset
30790
30791  für kleine und 
30792 \series bold
30793
30794 \backslash
30795 Alph
30796 \series default
30797
30798 \begin_inset Index
30799 status collapsed
30800
30801 \begin_layout Plain Layout
30802 Befehle ! A ! 
30803 \backslash
30804 alph@
30805 \backslash
30806 Alph
30807 \end_layout
30808
30809 \end_inset
30810
30811  für große Buchstaben.
30812 \end_layout
30813
30814 \begin_layout Standard
30815 \begin_inset Note Greyedout
30816 status open
30817
30818 \begin_layout Plain Layout
30819
30820 \series bold
30821 Achtung:
30822 \series default
30823  Es können nur maximal 26 Formeln in einem Dokument mit lateinischen Buchstaben
30824  nummeriert werden.
30825 \end_layout
30826
30827 \end_inset
30828
30829
30830 \end_layout
30831
30832 \begin_layout Standard
30833 \begin_inset ERT
30834 status collapsed
30835
30836 \begin_layout Plain Layout
30837
30838
30839 \backslash
30840 renewcommand{
30841 \backslash
30842 theequation}{
30843 \backslash
30844 roman{equation}}
30845 \end_layout
30846
30847 \end_inset
30848
30849
30850 \end_layout
30851
30852 \begin_layout Standard
30853 \begin_inset Formula \begin{equation}
30854 A=\textrm{römisch}\label{eq:roem}\end{equation}
30855
30856 \end_inset
30857
30858
30859 \begin_inset ERT
30860 status collapsed
30861
30862 \begin_layout Plain Layout
30863
30864
30865 \backslash
30866 renewcommand{
30867 \backslash
30868 theequation}{
30869 \backslash
30870 Roman{equation}}
30871 \end_layout
30872
30873 \end_inset
30874
30875
30876 \begin_inset Formula \begin{equation}
30877 B=\textrm{Römisch}\label{eq:Roem}\end{equation}
30878
30879 \end_inset
30880
30881
30882 \begin_inset ERT
30883 status collapsed
30884
30885 \begin_layout Plain Layout
30886
30887
30888 \backslash
30889 renewcommand{
30890 \backslash
30891 theequation}{
30892 \backslash
30893 alph{equation}}
30894 \end_layout
30895
30896 \end_inset
30897
30898
30899 \begin_inset Formula \begin{equation}
30900 C=\textrm{lateinisch}\label{eq:lat}\end{equation}
30901
30902 \end_inset
30903
30904
30905 \begin_inset ERT
30906 status collapsed
30907
30908 \begin_layout Plain Layout
30909
30910
30911 \backslash
30912 renewcommand{
30913 \backslash
30914 theequation}{
30915 \backslash
30916 Alph{equation}}
30917 \end_layout
30918
30919 \end_inset
30920
30921
30922 \begin_inset Formula \begin{equation}
30923 D=\textrm{Lateinisch}\label{eq:Lat}\end{equation}
30924
30925 \end_inset
30926
30927
30928 \end_layout
30929
30930 \begin_layout Standard
30931 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30932  ein:
30933 \end_layout
30934
30935 \begin_layout Standard
30936
30937 \series bold
30938
30939 \backslash
30940 renewcommand{
30941 \backslash
30942 theequation}{
30943 \backslash
30944 arabic{equation}}
30945 \begin_inset Index
30946 status collapsed
30947
30948 \begin_layout Plain Layout
30949 Befehle ! A ! 
30950 \backslash
30951 arabic
30952 \end_layout
30953
30954 \end_inset
30955
30956
30957 \end_layout
30958
30959 \begin_layout Standard
30960 \begin_inset ERT
30961 status collapsed
30962
30963 \begin_layout Plain Layout
30964
30965
30966 \backslash
30967 renewcommand{
30968 \backslash
30969 theequation}{
30970 \backslash
30971 arabic{equation}}
30972 \end_layout
30973
30974 \end_inset
30975
30976
30977 \begin_inset Formula \begin{equation}
30978 E=\textrm{arabisch}\label{eq:arab}\end{equation}
30979
30980 \end_inset
30981
30982
30983 \end_layout
30984
30985 \begin_layout Standard
30986 \begin_inset VSpace medskip
30987 \end_inset
30988
30989 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30990 riert.
30991  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30992  beginnen, müssen neue Formelzähler angelegt werden.
30993  Eine Beschreibung dazu findet man in der Datei 
30994 \begin_inset CommandInset href
30995 LatexCommand href
30996 target "Formelnummerierung.lyx"
30997
30998 \end_inset
30999
31000 .
31001 \end_layout
31002
31003 \begin_layout Section
31004 Benutzerdefinierte Befehle
31005 \begin_inset CommandInset label
31006 LatexCommand label
31007 name "sec:Benutzerdefinierte-Befehle"
31008
31009 \end_inset
31010
31011
31012 \begin_inset Index
31013 status collapsed
31014
31015 \begin_layout Plain Layout
31016 benutzerdefinierte Befehle
31017 \end_layout
31018
31019 \end_inset
31020
31021
31022 \end_layout
31023
31024 \begin_layout Standard
31025 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31026  Man kann sich aber mit dem Befehl 
31027 \series bold
31028
31029 \backslash
31030 newcommand
31031 \series default
31032
31033 \begin_inset Index
31034 status collapsed
31035
31036 \begin_layout Plain Layout
31037 Befehle ! N ! 
31038 \backslash
31039 newcommand
31040 \end_layout
31041
31042 \end_inset
31043
31044  neue kürzere Befehle definieren.
31045 \end_layout
31046
31047 \begin_layout Standard
31048 Das Befehlsschema von 
31049 \series bold
31050
31051 \backslash
31052 newcommand
31053 \series default
31054  lautet:
31055 \end_layout
31056
31057 \begin_layout Standard
31058
31059 \series bold
31060
31061 \backslash
31062 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31063 \series default
31064  
31065 \series bold
31066 Wert]
31067 \begin_inset Newline newline
31068 \end_inset
31069
31070
31071 \begin_inset ERT
31072 status collapsed
31073
31074 \begin_layout Plain Layout
31075
31076
31077 \backslash
31078 phantom{
31079 \end_layout
31080
31081 \end_inset
31082
31083
31084 \backslash
31085 newcommand
31086 \begin_inset ERT
31087 status collapsed
31088
31089 \begin_layout Plain Layout
31090
31091 }
31092 \end_layout
31093
31094 \end_inset
31095
31096 {Befehlsdefinition}
31097 \end_layout
31098
31099 \begin_layout Standard
31100 \begin_inset Note Greyedout
31101 status open
31102
31103 \begin_layout Plain Layout
31104
31105 \series bold
31106 Achtung:
31107 \series default
31108  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31109  oder von benutzten LaTeX-Paketen verwendet wird.
31110  Definiert man beispielsweise für 
31111 \series bold
31112
31113 \backslash
31114 Leftarrow
31115 \series default
31116  den Befehl 
31117 \series bold
31118
31119 \backslash
31120 le
31121 \series default
31122 , erhält man eine Fehlermeldung, denn 
31123 \series bold
31124
31125 \backslash
31126 le
31127 \series default
31128  ist schon für 
31129 \begin_inset Quotes gld
31130 \end_inset
31131
31132
31133 \begin_inset Formula $\le$
31134 \end_inset
31135
31136
31137 \begin_inset Quotes grd
31138 \end_inset
31139
31140  definiert.
31141 \end_layout
31142
31143 \end_inset
31144
31145
31146 \end_layout
31147
31148 \begin_layout Standard
31149 \begin_inset Note Greyedout
31150 status open
31151
31152 \begin_layout Plain Layout
31153
31154 \series bold
31155 Achtung: 
31156 \series default
31157 Die Namen von selbst definierten Befehlen dürfen nur aus lateinischen Buchstaben
31158  bestehen.
31159 \end_layout
31160
31161 \end_inset
31162
31163
31164 \end_layout
31165
31166 \begin_layout Standard
31167 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31168 \begin_inset space \thinspace{}
31169 \end_inset
31170
31171 -
31172 \begin_inset space \thinspace{}
31173 \end_inset
31174
31175 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31176  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31177  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31178 \emph on
31179 erste
31180 \emph default
31181  Argument des neuen Befehls ein optionales ist.
31182 \end_layout
31183
31184 \begin_layout Standard
31185 Es folgen einige Beispiele:
31186 \end_layout
31187
31188 \begin_layout Itemize
31189 Will man für 
31190 \series bold
31191
31192 \backslash
31193 Longrightarrow
31194 \series default
31195  den Befehl 
31196 \series bold
31197
31198 \backslash
31199 gr
31200 \series default
31201  definieren, lautet die LaTeX-Vor\SpecialChar \-
31202 spannzeile:
31203 \begin_inset ERT
31204 status collapsed
31205
31206 \begin_layout Plain Layout
31207
31208
31209 \backslash
31210 medskip
31211 \end_layout
31212
31213 \end_inset
31214
31215
31216 \series bold
31217
31218 \begin_inset Newline newline
31219 \end_inset
31220
31221
31222 \backslash
31223 newcommand{
31224 \backslash
31225 gr}{
31226 \backslash
31227 Longrightarrow}
31228 \end_layout
31229
31230 \begin_layout Itemize
31231 Um für den Befehl 
31232 \series bold
31233
31234 \backslash
31235 underline
31236 \series default
31237  den Befehl 
31238 \series bold
31239
31240 \backslash
31241 us
31242 \series default
31243  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31244  werden.
31245  Dazu sieht die Vorspannzeile wie folgt aus:
31246 \begin_inset ERT
31247 status collapsed
31248
31249 \begin_layout Plain Layout
31250
31251
31252 \backslash
31253 medskip
31254 \end_layout
31255
31256 \end_inset
31257
31258
31259 \series bold
31260
31261 \begin_inset Newline newline
31262 \end_inset
31263
31264
31265 \backslash
31266 newcommand{
31267 \backslash
31268 us}[1]{
31269 \backslash
31270 underline{#1}}
31271 \series default
31272
31273 \begin_inset ERT
31274 status collapsed
31275
31276 \begin_layout Plain Layout
31277
31278
31279 \backslash
31280 medskip
31281 \end_layout
31282
31283 \end_inset
31284
31285
31286 \series bold
31287
31288 \begin_inset Newline newline
31289 \end_inset
31290
31291
31292 \series default
31293 Das Zeichen 
31294 \series bold
31295 #
31296 \series default
31297  fungiert als Argumentplatzhalter, die 
31298 \series bold
31299 1
31300 \series default
31301  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31302 \end_layout
31303
31304 \begin_layout Itemize
31305 Für 
31306 \series bold
31307
31308 \backslash
31309 framebox
31310 \series default
31311  kann man z.
31312 \begin_inset space \thinspace{}
31313 \end_inset
31314
31315 B.
31316  den Befehl 
31317 \series bold
31318
31319 \backslash
31320 fb
31321 \series default
31322  definieren:
31323 \begin_inset ERT
31324 status collapsed
31325
31326 \begin_layout Plain Layout
31327
31328
31329 \backslash
31330 medskip
31331 \end_layout
31332
31333 \end_inset
31334
31335
31336 \series bold
31337
31338 \begin_inset Newline newline
31339 \end_inset
31340
31341
31342 \backslash
31343 newcommand{
31344 \backslash
31345 fb}[3]{
31346 \backslash
31347 framebox#1#2{$#3$}}
31348 \series default
31349
31350 \begin_inset ERT
31351 status collapsed
31352
31353 \begin_layout Plain Layout
31354
31355
31356 \backslash
31357 medskip
31358 \end_layout
31359
31360 \end_inset
31361
31362
31363 \series bold
31364
31365 \begin_inset Newline newline
31366 \end_inset
31367
31368
31369 \series default
31370 Die beiden Dollarzeichen erstellen hierbei die für 
31371 \series bold
31372
31373 \backslash
31374 framebox
31375 \series default
31376  geforderte weitere Formel, siehe 
31377 \begin_inset CommandInset ref
31378 LatexCommand ref
31379 reference "sub:Boxen-mit-Rahmen"
31380
31381 \end_inset
31382
31383 .
31384 \end_layout
31385
31386 \begin_layout Itemize
31387 Um einen neuen Befehl für 
31388 \series bold
31389
31390 \backslash
31391 fcolorbox
31392 \series default
31393  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31394  definiert man das Argument für die Farbe als optional:
31395 \begin_inset ERT
31396 status collapsed
31397
31398 \begin_layout Plain Layout
31399
31400
31401 \backslash
31402 medskip
31403 \end_layout
31404
31405 \end_inset
31406
31407
31408 \series bold
31409
31410 \begin_inset Newline newline
31411 \end_inset
31412
31413
31414 \backslash
31415 newcommand{
31416 \backslash
31417 cb}[3][white]{
31418 \backslash
31419 fcolorbox{#2}{#1}{$#3$}}
31420 \series default
31421
31422 \begin_inset ERT
31423 status collapsed
31424
31425 \begin_layout Plain Layout
31426
31427
31428 \backslash
31429 medskip
31430 \end_layout
31431
31432 \end_inset
31433
31434
31435 \begin_inset Newline newline
31436 \end_inset
31437
31438 Gibt man bei der Verwendung von 
31439 \series bold
31440
31441 \backslash
31442 cb
31443 \series default
31444  die Farbe nicht an, wird die voreingestellte Farbe 
31445 \series bold
31446 white
31447 \series default
31448  verwendet.
31449 \begin_inset Newpage pagebreak
31450 \end_inset
31451
31452
31453 \end_layout
31454
31455 \begin_layout Standard
31456 Ein Test der neu definierten Befehle:
31457 \end_layout
31458
31459 \begin_layout Standard
31460 \align center
31461 \begin_inset Tabular
31462 <lyxtabular version="3" rows="6" columns="2">
31463 <features>
31464 <column alignment="center" valignment="top" width="0">
31465 <column alignment="center" valignment="top" width="0">
31466 <row>
31467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31468 \begin_inset Text
31469
31470 \begin_layout Plain Layout
31471 Befehl
31472 \end_layout
31473
31474 \end_inset
31475 </cell>
31476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31477 \begin_inset Text
31478
31479 \begin_layout Plain Layout
31480 Ergebnis
31481 \begin_inset Note Note
31482 status collapsed
31483
31484 \begin_layout Plain Layout
31485
31486 \series bold
31487
31488 \backslash
31489 raisebox
31490 \series default
31491  dient nur als Abstandhalter.
31492 \end_layout
31493
31494 \end_inset
31495
31496
31497 \end_layout
31498
31499 \end_inset
31500 </cell>
31501 </row>
31502 <row>
31503 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31504 \begin_inset Text
31505
31506 \begin_layout Plain Layout
31507 A
31508 \backslash
31509 gr
31510 \begin_inset ERT
31511 status collapsed
31512
31513 \begin_layout Plain Layout
31514
31515
31516 \backslash
31517 leer 
31518 \end_layout
31519
31520 \end_inset
31521
31522 B
31523 \end_layout
31524
31525 \end_inset
31526 </cell>
31527 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31528 \begin_inset Text
31529
31530 \begin_layout Plain Layout
31531 \begin_inset Formula $A\gr B$
31532 \end_inset
31533
31534
31535 \end_layout
31536
31537 \end_inset
31538 </cell>
31539 </row>
31540 <row>
31541 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31542 \begin_inset Text
31543
31544 \begin_layout Plain Layout
31545
31546 \backslash
31547 us{ABcd
31548 \end_layout
31549
31550 \end_inset
31551 </cell>
31552 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31553 \begin_inset Text
31554
31555 \begin_layout Plain Layout
31556 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
31557 \end_inset
31558
31559
31560 \end_layout
31561
31562 \end_inset
31563 </cell>
31564 </row>
31565 <row>
31566 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31567 \begin_inset Text
31568
31569 \begin_layout Plain Layout
31570
31571 \backslash
31572 fb{[2cm]
31573 \begin_inset Formula $\to$
31574 \end_inset
31575
31576
31577 \backslash
31578 {
31579 \begin_inset Formula $\to$
31580 \end_inset
31581
31582
31583 \backslash
31584 {
31585 \backslash
31586 int
31587 \begin_inset ERT
31588 status collapsed
31589
31590 \begin_layout Plain Layout
31591
31592
31593 \backslash
31594 leer 
31595 \end_layout
31596
31597 \end_inset
31598
31599 A=B
31600 \end_layout
31601
31602 \end_inset
31603 </cell>
31604 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31605 \begin_inset Text
31606
31607 \begin_layout Plain Layout
31608 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
31609 \end_inset
31610
31611
31612 \end_layout
31613
31614 \end_inset
31615 </cell>
31616 </row>
31617 <row>
31618 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
31619 \begin_inset Text
31620
31621 \begin_layout Plain Layout
31622
31623 \backslash
31624 cb{red
31625 \begin_inset Formula $\to$
31626 \end_inset
31627
31628
31629 \backslash
31630 {
31631 \backslash
31632 int
31633 \begin_inset ERT
31634 status collapsed
31635
31636 \begin_layout Plain Layout
31637
31638
31639 \backslash
31640 leer 
31641 \end_layout
31642
31643 \end_inset
31644
31645 A=B
31646 \end_layout
31647
31648 \end_inset
31649 </cell>
31650 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
31651 \begin_inset Text
31652
31653 \begin_layout Plain Layout
31654 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
31655 \end_inset
31656
31657
31658 \end_layout
31659
31660 \end_inset
31661 </cell>
31662 </row>
31663 <row>
31664 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
31665 \begin_inset Text
31666
31667 \begin_layout Plain Layout
31668
31669 \backslash
31670 cb[green]
31671 \backslash
31672 {red
31673 \begin_inset Formula $\to$
31674 \end_inset
31675
31676
31677 \backslash
31678 {
31679 \backslash
31680 int
31681 \begin_inset ERT
31682 status collapsed
31683
31684 \begin_layout Plain Layout
31685
31686
31687 \backslash
31688 leer 
31689 \end_layout
31690
31691 \end_inset
31692
31693 A=B
31694 \end_layout
31695
31696 \end_inset
31697 </cell>
31698 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
31699 \begin_inset Text
31700
31701 \begin_layout Plain Layout
31702 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
31703 \end_inset
31704
31705
31706 \end_layout
31707
31708 \end_inset
31709 </cell>
31710 </row>
31711 </lyxtabular>
31712
31713 \end_inset
31714
31715
31716 \end_layout
31717
31718 \begin_layout Section
31719 Diagramme
31720 \begin_inset Index
31721 status collapsed
31722
31723 \begin_layout Plain Layout
31724 Diagramme
31725 \end_layout
31726
31727 \end_inset
31728
31729
31730 \end_layout
31731
31732 \begin_layout Standard
31733 Um Diagramme zu erstellen, wird das LaTeX-Paket 
31734 \series bold
31735 amscd
31736 \begin_inset Foot
31737 status collapsed
31738
31739 \begin_layout Plain Layout
31740
31741 \series bold
31742 amscd
31743 \series default
31744  ist Teil jeder LaTeX-Standardinstallation.
31745 \end_layout
31746
31747 \end_inset
31748
31749
31750 \series default
31751
31752 \begin_inset Index
31753 status collapsed
31754
31755 \begin_layout Plain Layout
31756 Pakete ! amscd
31757 \end_layout
31758
31759 \end_inset
31760
31761  benötigt.
31762  Es wird im LaTeX-Vorspann mit der Zeile
31763 \end_layout
31764
31765 \begin_layout Standard
31766
31767 \series bold
31768
31769 \backslash
31770 usepackage{amscd}
31771 \end_layout
31772
31773 \begin_layout Standard
31774 geladen.
31775 \end_layout
31776
31777 \begin_layout Standard
31778 Diagramme stellen Beziehungen dar und sehen folgendermaßen aus:
31779 \begin_inset Formula \[
31780 \begin{CD}A@>>>B@>>>C\\
31781 @AAA@.@VVV\\
31782 F@<<<E@<<<D\end{CD}\]
31783
31784 \end_inset
31785
31786
31787 \end_layout
31788
31789 \begin_layout Standard
31790 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31791 \series bold
31792
31793 \backslash
31794 CD
31795 \begin_inset Index
31796 status collapsed
31797
31798 \begin_layout Plain Layout
31799 Befehle ! C ! 
31800 \backslash
31801 CD
31802 \end_layout
31803
31804 \end_inset
31805
31806
31807 \series default
31808  ein.
31809  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31810  man die weiteren Befehle eingibt.
31811  Mit 
31812 \series bold
31813
31814 \begin_inset ERT
31815 status collapsed
31816
31817 \begin_layout Plain Layout
31818
31819
31820 \backslash
31821 mbox{
31822 \end_layout
31823
31824 \end_inset
31825
31826
31827 \family sans
31828 \series default
31829 Strg-Enter
31830 \family default
31831 \series bold
31832
31833 \begin_inset ERT
31834 status collapsed
31835
31836 \begin_layout Plain Layout
31837
31838 }
31839 \end_layout
31840
31841 \end_inset
31842
31843
31844 \series default
31845  wird eine neue Zeile erstellt.
31846  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31847  Zeilen der Formel eingegeben.
31848 \end_layout
31849
31850 \begin_layout Standard
31851 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31852 \end_layout
31853
31854 \begin_layout Itemize
31855
31856 \series bold
31857 @<<<
31858 \series default
31859  erstellt einen Linkspfeil, 
31860 \series bold
31861 @>>>
31862 \series default
31863  einen Rechtspfeil und 
31864 \series bold
31865 @=
31866 \series default
31867  ein langes Gleichheitszeichen
31868 \end_layout
31869
31870 \begin_layout Itemize
31871
31872 \series bold
31873 @AAA
31874 \series default
31875  erstellt einen Pfeil nach oben, 
31876 \series bold
31877 @VVV
31878 \series default
31879  einen Pfeil nach unten und 
31880 \series bold
31881 @|
31882 \series default
31883  ein senkrechtes Gleichheitszeichen
31884 \end_layout
31885
31886 \begin_layout Itemize
31887
31888 \series bold
31889 @.
31890
31891 \series default
31892  dient als Platzhalter für nicht vorhandene Beziehungen
31893 \end_layout
31894
31895 \begin_layout Standard
31896 Alle Pfeile sind wie folgt beschriftbar:
31897 \end_layout
31898
31899 \begin_layout Itemize
31900 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31901  > Text eingegeben, erscheint er über dem Pfeil.
31902  Wird der Text zwischen dem zweiten und dritten < bzw.
31903  > eingegeben, erscheint er unter dem Pfeil.
31904 \end_layout
31905
31906 \begin_layout Itemize
31907 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31908  V eingegeben, erscheint er links neben dem Pfeil.
31909  Bei Eingabe zwischen zweitem und drittem A bzw.
31910  V erscheint er rechts daneben.
31911  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31912  gesetzt werden.
31913 \end_layout
31914
31915 \begin_layout Standard
31916 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31917 \end_layout
31918
31919 \begin_layout Standard
31920 \begin_inset Formula \[
31921 \begin{CD}A@>j>>B@>>k>C@=F\\
31922 @AmAA@.@VV{V}V@|\\
31923 D@<<j<E@>k>>F@=C\end{CD}\]
31924
31925 \end_inset
31926
31927
31928 \end_layout
31929
31930 \begin_layout Standard
31931 Der Befehl dazu lautet:
31932 \begin_inset Newline newline
31933 \end_inset
31934
31935
31936 \series bold
31937
31938 \backslash
31939 CD
31940 \begin_inset ERT
31941 status collapsed
31942
31943 \begin_layout Plain Layout
31944
31945
31946 \backslash
31947 leer 
31948 \end_layout
31949
31950 \end_inset
31951
31952 A@>j>>B@>>k>C@=F Strg-Enter
31953 \begin_inset Newline newline
31954 \end_inset
31955
31956
31957 \begin_inset ERT
31958 status collapsed
31959
31960 \begin_layout Plain Layout
31961
31962
31963 \backslash
31964 hphantom{
31965 \end_layout
31966
31967 \end_inset
31968
31969
31970 \backslash
31971 CD
31972 \begin_inset ERT
31973 status collapsed
31974
31975 \begin_layout Plain Layout
31976
31977
31978 \backslash
31979 leer 
31980 \end_layout
31981
31982 \end_inset
31983
31984
31985 \begin_inset ERT
31986 status collapsed
31987
31988 \begin_layout Plain Layout
31989
31990 }
31991 \end_layout
31992
31993 \end_inset
31994
31995 @AmAA@.@VV
31996 \backslash
31997 {V
31998 \series default
31999
32000 \begin_inset Formula $\to$
32001 \end_inset
32002
32003
32004 \series bold
32005 V@| Strg-Enter
32006 \begin_inset Newline newline
32007 \end_inset
32008
32009
32010 \begin_inset ERT
32011 status collapsed
32012
32013 \begin_layout Plain Layout
32014
32015
32016 \backslash
32017 hphantom{
32018 \end_layout
32019
32020 \end_inset
32021
32022
32023 \backslash
32024 CD
32025 \begin_inset ERT
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029
32030
32031 \backslash
32032 leer 
32033 \end_layout
32034
32035 \end_inset
32036
32037
32038 \begin_inset ERT
32039 status collapsed
32040
32041 \begin_layout Plain Layout
32042
32043 }
32044 \end_layout
32045
32046 \end_inset
32047
32048 D@<<j<E@>k>>F@=C
32049 \end_layout
32050
32051 \begin_layout Standard
32052 \begin_inset Newpage newpage
32053 \end_inset
32054
32055
32056 \end_layout
32057
32058 \begin_layout Section
32059 Tipps
32060 \begin_inset ERT
32061 status collapsed
32062
32063 \begin_layout Plain Layout
32064
32065
32066 \backslash
32067 texorpdfstring{
32068 \end_layout
32069
32070 \end_inset
32071
32072
32073 \begin_inset Foot
32074 status collapsed
32075
32076 \begin_layout Plain Layout
32077 Weitere gute Tipps gibt es unter 
32078 \begin_inset CommandInset citation
32079 LatexCommand cite
32080 key "Voss"
32081
32082 \end_inset
32083
32084 .
32085 \end_layout
32086
32087 \end_inset
32088
32089
32090 \begin_inset ERT
32091 status collapsed
32092
32093 \begin_layout Plain Layout
32094
32095 }{}
32096 \end_layout
32097
32098 \end_inset
32099
32100
32101 \begin_inset Note Note
32102 status collapsed
32103
32104 \begin_layout Plain Layout
32105
32106 \series bold
32107
32108 \backslash
32109 texorpdfstring
32110 \series default
32111  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
32112 \end_layout
32113
32114 \begin_layout Plain Layout
32115 Näheres zu 
32116 \series bold
32117
32118 \backslash
32119 texorpdfstring
32120 \series default
32121  steht in Kapitel 
32122 \begin_inset CommandInset ref
32123 LatexCommand ref
32124 reference "sub:Formeln-in-Überschriften"
32125
32126 \end_inset
32127
32128 .
32129 \end_layout
32130
32131 \end_inset
32132
32133
32134 \begin_inset Index
32135 status collapsed
32136
32137 \begin_layout Plain Layout
32138 Tipps
32139 \end_layout
32140
32141 \end_inset
32142
32143
32144 \begin_inset Index
32145 status collapsed
32146
32147 \begin_layout Plain Layout
32148 Ionen|see
32149 \begin_inset ERT
32150 status collapsed
32151
32152 \begin_layout Plain Layout
32153
32154 {
32155 \end_layout
32156
32157 \end_inset
32158
32159 chemische Zeichen
32160 \begin_inset ERT
32161 status collapsed
32162
32163 \begin_layout Plain Layout
32164
32165 }
32166 \end_layout
32167
32168 \end_inset
32169
32170
32171 \end_layout
32172
32173 \end_inset
32174
32175
32176 \end_layout
32177
32178 \begin_layout Subsection
32179 Chemische Symbole und Reaktionsgleichungen
32180 \begin_inset CommandInset label
32181 LatexCommand label
32182 name "sub:Chemische-Symbole-und"
32183
32184 \end_inset
32185
32186
32187 \begin_inset Index
32188 status collapsed
32189
32190 \begin_layout Plain Layout
32191 chemische Zeichen ! Symbole
32192 \end_layout
32193
32194 \end_inset
32195
32196
32197 \begin_inset Index
32198 status collapsed
32199
32200 \begin_layout Plain Layout
32201 Reaktionsgleichungen
32202 \end_layout
32203
32204 \end_inset
32205
32206
32207 \begin_inset Index
32208 status collapsed
32209
32210 \begin_layout Plain Layout
32211 Symbole ! chemische
32212 \end_layout
32213
32214 \end_inset
32215
32216
32217 \end_layout
32218
32219 \begin_layout Standard
32220 Ein Beispieltext aus der Chemie:
32221 \end_layout
32222
32223 \begin_layout Quote
32224 Das 
32225 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
32226 \end_inset
32227
32228 -Ion verbindet sich mit zwei 
32229 \begin_inset Formula $\mathrm{Na^{+}}$
32230 \end_inset
32231
32232 -Ionen zu Natriumsulfat 
32233 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
32234 \end_inset
32235
32236 .
32237  Die Reaktionsgleichung dazu lautet:
32238 \begin_inset Formula \[
32239 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\]
32240
32241 \end_inset
32242
32243
32244 \end_layout
32245
32246 \begin_layout Standard
32247 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
32248  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
32249  in der Formel und wandelt diese mit der Tastenkombination 
32250 \family sans
32251 Alt-z
32252 \begin_inset space ~
32253 \end_inset
32254
32255 r
32256 \family default
32257  in den aufrechten Schriftstil um.
32258 \begin_inset Foot
32259 status collapsed
32260
32261 \begin_layout Plain Layout
32262 Schriftstile siehe 
32263 \begin_inset CommandInset ref
32264 LatexCommand ref
32265 reference "sub:Schriftstile"
32266
32267 \end_inset
32268
32269
32270 \end_layout
32271
32272 \end_inset
32273
32274
32275 \end_layout
32276
32277 \begin_layout Subsection
32278 Negative Zahlen
32279 \begin_inset Index
32280 status collapsed
32281
32282 \begin_layout Plain Layout
32283 Zahlen ! negative
32284 \end_layout
32285
32286 \end_inset
32287
32288
32289 \end_layout
32290
32291 \begin_layout Standard
32292 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
32293  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
32294  dargestellt.
32295  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
32296  Minuszeichen korrekt.
32297 \end_layout
32298
32299 \begin_layout Standard
32300 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
32301  nicht mehr auf.
32302 \end_layout
32303
32304 \begin_layout Standard
32305 Ein Beispiel zur Veranschaulichung der Problematik:
32306 \end_layout
32307
32308 \begin_layout Standard
32309 \align center
32310 \begin_inset Tabular
32311 <lyxtabular version="3" rows="3" columns="2">
32312 <features>
32313 <column alignment="right" valignment="top" width="0">
32314 <column alignment="left" valignment="top" width="0">
32315 <row>
32316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32317 \begin_inset Text
32318
32319 \begin_layout Plain Layout
32320 normaler Text:
32321 \end_layout
32322
32323 \end_inset
32324 </cell>
32325 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
32326 \begin_inset Text
32327
32328 \begin_layout Plain Layout
32329 x = -2
32330 \end_layout
32331
32332 \end_inset
32333 </cell>
32334 </row>
32335 <row>
32336 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32337 \begin_inset Text
32338
32339 \begin_layout Plain Layout
32340 Formelmodus:
32341 \end_layout
32342
32343 \end_inset
32344 </cell>
32345 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32346 \begin_inset Text
32347
32348 \begin_layout Plain Layout
32349 \begin_inset Formula $x=-2$
32350 \end_inset
32351
32352
32353 \end_layout
32354
32355 \end_inset
32356 </cell>
32357 </row>
32358 <row>
32359 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32360 \begin_inset Text
32361
32362 \begin_layout Plain Layout
32363 Lösung:
32364 \end_layout
32365
32366 \end_inset
32367 </cell>
32368 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
32369 \begin_inset Text
32370
32371 \begin_layout Plain Layout
32372 \begin_inset Formula $x=\textrm{-}2$
32373 \end_inset
32374
32375
32376 \end_layout
32377
32378 \end_inset
32379 </cell>
32380 </row>
32381 </lyxtabular>
32382
32383 \end_inset
32384
32385
32386 \end_layout
32387
32388 \begin_layout Subsection
32389 Komma als Dezimaltrennzeichen
32390 \begin_inset Index
32391 status collapsed
32392
32393 \begin_layout Plain Layout
32394 Komma
32395 \end_layout
32396
32397 \end_inset
32398
32399
32400 \end_layout
32401
32402 \begin_layout Standard
32403 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
32404  als Gruppentrennzeichen.
32405  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
32406  eingefügt.
32407 \end_layout
32408
32409 \begin_layout Standard
32410 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
32411  Text um (Tastenkürzel 
32412 \family sans
32413 Alt-m
32414 \begin_inset space ~
32415 \end_inset
32416
32417 m
32418 \family default
32419 ).
32420 \end_layout
32421
32422 \begin_layout Standard
32423 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
32424  lädt man die Datei 
32425 \series bold
32426 icomma.sty
32427 \series default
32428
32429 \begin_inset Foot
32430 status collapsed
32431
32432 \begin_layout Plain Layout
32433
32434 \series bold
32435 icomma
32436 \series default
32437  ist Teil des LaTeX-Paketes 
32438 \series bold
32439 was
32440 \series default
32441
32442 \begin_inset Index
32443 status collapsed
32444
32445 \begin_layout Plain Layout
32446 Pakete ! was
32447 \begin_inset ERT
32448 status collapsed
32449
32450 \begin_layout Plain Layout
32451
32452
32453 \backslash
32454 vspace{4mm}
32455 \end_layout
32456
32457 \end_inset
32458
32459
32460 \end_layout
32461
32462 \end_inset
32463
32464 .
32465 \end_layout
32466
32467 \end_inset
32468
32469
32470 \begin_inset Index
32471 status collapsed
32472
32473 \begin_layout Plain Layout
32474 Pakete ! icomma
32475 \end_layout
32476
32477 \end_inset
32478
32479  mit der LaTeX-Vorspannzeile
32480 \end_layout
32481
32482 \begin_layout Standard
32483
32484 \series bold
32485
32486 \backslash
32487 usepackage{icomma}
32488 \end_layout
32489
32490 \begin_layout Subsection
32491 Physikalische Vektoren
32492 \begin_inset CommandInset label
32493 LatexCommand label
32494 name "sub:Physikalische-Vektoren"
32495
32496 \end_inset
32497
32498
32499 \begin_inset Index
32500 status collapsed
32501
32502 \begin_layout Plain Layout
32503 Vektoren ! physikalische
32504 \end_layout
32505
32506 \end_inset
32507
32508
32509 \end_layout
32510
32511 \begin_layout Standard
32512 Vordefinierte Vektoren bietet das LaTeX-Paket 
32513 \series bold
32514 braket
32515 \series default
32516
32517 \begin_inset Foot
32518 status collapsed
32519
32520 \begin_layout Plain Layout
32521
32522 \series bold
32523 braket
32524 \series default
32525  sollte Teil jeder LaTeX-Standardinstallation sein.
32526 \end_layout
32527
32528 \end_inset
32529
32530
32531 \begin_inset Index
32532 status collapsed
32533
32534 \begin_layout Plain Layout
32535 Pakete ! braket
32536 \end_layout
32537
32538 \end_inset
32539
32540 , das mit der LaTeX-Vorspannzeile
32541 \end_layout
32542
32543 \begin_layout Standard
32544
32545 \series bold
32546
32547 \backslash
32548 usepackage{braket}
32549 \end_layout
32550
32551 \begin_layout Standard
32552 geladen wird.
32553 \begin_inset ERT
32554 status collapsed
32555
32556 \begin_layout Plain Layout
32557
32558
32559 \backslash
32560 ifbraket 
32561 \end_layout
32562
32563 \end_inset
32564
32565
32566 \begin_inset Note Note
32567 status open
32568
32569 \begin_layout Plain Layout
32570 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
32571 \series bold
32572 braket
32573 \series default
32574  installiert ist:
32575 \end_layout
32576
32577 \end_inset
32578
32579
32580 \end_layout
32581
32582 \begin_layout Standard
32583 Folgende Befehle sind definiert:
32584 \end_layout
32585
32586 \begin_layout Standard
32587 \align center
32588 \begin_inset Tabular
32589 <lyxtabular version="3" rows="4" columns="2">
32590 <features>
32591 <column alignment="center" valignment="top" width="0">
32592 <column alignment="center" valignment="top" width="0">
32593 <row>
32594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32595 \begin_inset Text
32596
32597 \begin_layout Plain Layout
32598 Befehl
32599 \end_layout
32600
32601 \end_inset
32602 </cell>
32603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32604 \begin_inset Text
32605
32606 \begin_layout Plain Layout
32607 Ergebnis
32608 \end_layout
32609
32610 \end_inset
32611 </cell>
32612 </row>
32613 <row>
32614 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32615 \begin_inset Text
32616
32617 \begin_layout Plain Layout
32618
32619 \backslash
32620 Bra{
32621 \backslash
32622 psi
32623 \end_layout
32624
32625 \end_inset
32626 </cell>
32627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32628 \begin_inset Text
32629
32630 \begin_layout Plain Layout
32631 \begin_inset Formula $\Bra{\psi}$
32632 \end_inset
32633
32634
32635 \end_layout
32636
32637 \end_inset
32638 </cell>
32639 </row>
32640 <row>
32641 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32642 \begin_inset Text
32643
32644 \begin_layout Plain Layout
32645
32646 \backslash
32647 Ket{
32648 \backslash
32649 psi
32650 \end_layout
32651
32652 \end_inset
32653 </cell>
32654 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32655 \begin_inset Text
32656
32657 \begin_layout Plain Layout
32658 \begin_inset Formula $\Ket{\psi}$
32659 \end_inset
32660
32661
32662 \end_layout
32663
32664 \end_inset
32665 </cell>
32666 </row>
32667 <row>
32668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32669 \begin_inset Text
32670
32671 \begin_layout Plain Layout
32672
32673 \backslash
32674 Braket{
32675 \backslash
32676 psi|
32677 \backslash
32678 phi
32679 \end_layout
32680
32681 \end_inset
32682 </cell>
32683 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32684 \begin_inset Text
32685
32686 \begin_layout Plain Layout
32687 \begin_inset Formula $\Braket{\psi|\phi}$
32688 \end_inset
32689
32690
32691 \end_layout
32692
32693 \end_inset
32694 </cell>
32695 </row>
32696 </lyxtabular>
32697
32698 \end_inset
32699
32700
32701 \end_layout
32702
32703 \begin_layout Standard
32704 Der Befehl 
32705 \series bold
32706
32707 \backslash
32708 Braket
32709 \series default
32710  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
32711  Klammern gesetzt werden:
32712 \begin_inset Formula \[
32713 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}\]
32714
32715 \end_inset
32716
32717
32718 \begin_inset ERT
32719 status collapsed
32720
32721 \begin_layout Plain Layout
32722
32723
32724 \backslash
32725 else 
32726 \end_layout
32727
32728 \end_inset
32729
32730
32731 \begin_inset Note Note
32732 status open
32733
32734 \begin_layout Plain Layout
32735 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
32736 \series bold
32737 braket
32738 \series default
32739  nicht installiert ist:
32740 \end_layout
32741
32742 \end_inset
32743
32744
32745 \end_layout
32746
32747 \begin_layout Standard
32748 Das LaTeX-Paket 
32749 \series bold
32750 braket 
32751 \series default
32752 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
32753 \end_layout
32754
32755 \begin_layout Standard
32756 \begin_inset ERT
32757 status collapsed
32758
32759 \begin_layout Plain Layout
32760
32761
32762 \backslash
32763 fi 
32764 \end_layout
32765
32766 \end_inset
32767
32768
32769 \end_layout
32770
32771 \begin_layout Standard
32772 Der Effekt von 
32773 \series bold
32774
32775 \backslash
32776 Braket
32777 \series default
32778  kann auch mit dem Befehl 
32779 \series bold
32780
32781 \backslash
32782 middle
32783 \series default
32784  erzielt werden, der in 
32785 \begin_inset CommandInset ref
32786 LatexCommand ref
32787 reference "sub:Automatische-Klammergrößen"
32788
32789 \end_inset
32790
32791  beschrieben ist.
32792 \end_layout
32793
32794 \begin_layout Subsection
32795 Selbst definierte Brüche
32796 \begin_inset CommandInset label
32797 LatexCommand label
32798 name "sub:Selbstdefinierte-Brüche"
32799
32800 \end_inset
32801
32802
32803 \begin_inset Index
32804 status collapsed
32805
32806 \begin_layout Plain Layout
32807 Brüche ! selbstdefinierte
32808 \end_layout
32809
32810 \end_inset
32811
32812
32813 \end_layout
32814
32815 \begin_layout Standard
32816 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
32817 \series bold
32818
32819 \backslash
32820 genfrac
32821 \series default
32822
32823 \begin_inset Index
32824 status collapsed
32825
32826 \begin_layout Plain Layout
32827 Befehle ! G ! 
32828 \backslash
32829 genfrac
32830 \end_layout
32831
32832 \end_inset
32833
32834  in folgendem Schema:
32835 \end_layout
32836
32837 \begin_layout Standard
32838
32839 \series bold
32840
32841 \backslash
32842 genfrac{linke
32843 \series default
32844  
32845 \series bold
32846 Klammer}{rechte
32847 \series default
32848  
32849 \series bold
32850 Klammer}{Bruchstrichdicke}{Ansichtsstil}
32851 \begin_inset Newline newline
32852 \end_inset
32853
32854
32855 \begin_inset ERT
32856 status collapsed
32857
32858 \begin_layout Plain Layout
32859
32860
32861 \backslash
32862 phantom{
32863 \end_layout
32864
32865 \end_inset
32866
32867
32868 \backslash
32869 genfrac
32870 \begin_inset ERT
32871 status collapsed
32872
32873 \begin_layout Plain Layout
32874
32875 }
32876 \end_layout
32877
32878 \end_inset
32879
32880 {Zähler}{Nenner}
32881 \end_layout
32882
32883 \begin_layout Standard
32884 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
32885 \begin_inset space \thinspace{}
32886 \end_inset
32887
32888 -
32889 \begin_inset space \thinspace{}
32890 \end_inset
32891
32892 3 angegeben.
32893 \end_layout
32894
32895 \begin_layout Standard
32896 \align center
32897 \begin_inset Tabular
32898 <lyxtabular version="3" rows="5" columns="2">
32899 <features>
32900 <column alignment="center" valignment="top" width="0">
32901 <column alignment="center" valignment="top" width="0">
32902 <row>
32903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32904 \begin_inset Text
32905
32906 \begin_layout Plain Layout
32907 Nummer
32908 \end_layout
32909
32910 \end_inset
32911 </cell>
32912 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32913 \begin_inset Text
32914
32915 \begin_layout Plain Layout
32916 Ansichtsstil
32917 \end_layout
32918
32919 \end_inset
32920 </cell>
32921 </row>
32922 <row>
32923 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32924 \begin_inset Text
32925
32926 \begin_layout Plain Layout
32927 0
32928 \end_layout
32929
32930 \end_inset
32931 </cell>
32932 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32933 \begin_inset Text
32934
32935 \begin_layout Plain Layout
32936 abgesetzte Formel
32937 \end_layout
32938
32939 \end_inset
32940 </cell>
32941 </row>
32942 <row>
32943 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32944 \begin_inset Text
32945
32946 \begin_layout Plain Layout
32947 1
32948 \end_layout
32949
32950 \end_inset
32951 </cell>
32952 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32953 \begin_inset Text
32954
32955 \begin_layout Plain Layout
32956 eingebettete Formel
32957 \end_layout
32958
32959 \end_inset
32960 </cell>
32961 </row>
32962 <row>
32963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32964 \begin_inset Text
32965
32966 \begin_layout Plain Layout
32967 2
32968 \end_layout
32969
32970 \end_inset
32971 </cell>
32972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32973 \begin_inset Text
32974
32975 \begin_layout Plain Layout
32976 klein
32977 \end_layout
32978
32979 \end_inset
32980 </cell>
32981 </row>
32982 <row>
32983 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32984 \begin_inset Text
32985
32986 \begin_layout Plain Layout
32987 3
32988 \end_layout
32989
32990 \end_inset
32991 </cell>
32992 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32993 \begin_inset Text
32994
32995 \begin_layout Plain Layout
32996 winzig
32997 \end_layout
32998
32999 \end_inset
33000 </cell>
33001 </row>
33002 </lyxtabular>
33003
33004 \end_inset
33005
33006
33007 \end_layout
33008
33009 \begin_layout Standard
33010 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33011  
33012 \series bold
33013
33014 \backslash
33015 frac
33016 \series default
33017  der Umgebung an.
33018 \end_layout
33019
33020 \begin_layout Standard
33021 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
33022  0.4
33023 \begin_inset space \thinspace{}
33024 \end_inset
33025
33026 pt verwendet.
33027 \end_layout
33028
33029 \begin_layout Standard
33030 \begin_inset VSpace medskip
33031 \end_inset
33032
33033 Zum Beispiel sind die Befehle 
33034 \series bold
33035
33036 \backslash
33037 dfrac
33038 \series default
33039  und 
33040 \series bold
33041
33042 \backslash
33043 tbinom
33044 \series default
33045  aus 
33046 \begin_inset CommandInset ref
33047 LatexCommand ref
33048 reference "sub:Brüche"
33049
33050 \end_inset
33051
33052  folgendermaßen definiert:
33053 \end_layout
33054
33055 \begin_layout Standard
33056
33057 \series bold
33058
33059 \backslash
33060 newcommand{
33061 \backslash
33062 dfrac}[2]{
33063 \backslash
33064 genfrac{}{}{}{0}{#1}{#2}}
33065 \end_layout
33066
33067 \begin_layout Standard
33068 und
33069 \end_layout
33070
33071 \begin_layout Standard
33072
33073 \series bold
33074
33075 \backslash
33076 newcommand{
33077 \backslash
33078 tbinom}[2]{
33079 \backslash
33080 genfrac{(}{)}{0pt}{1}{#1}{#2}}
33081 \end_layout
33082
33083 \begin_layout Standard
33084 \begin_inset VSpace medskip
33085 \end_inset
33086
33087 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
33088  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
33089 \end_layout
33090
33091 \begin_layout Standard
33092
33093 \series bold
33094
33095 \backslash
33096 newcommand{
33097 \backslash
33098 fracS}[3][]{
33099 \backslash
33100 genfrac{}{}{#1}{}{#2}{#3}}
33101 \end_layout
33102
33103 \begin_layout Standard
33104 Dazu ein Test:
33105 \begin_inset Formula \begin{align*}
33106 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
33107 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}\end{align*}
33108
33109 \end_inset
33110
33111 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
33112  in etwa der dreifachen Strichdicke.
33113 \end_layout
33114
33115 \begin_layout Subsection
33116 Durchgestrichene Formeln
33117 \begin_inset CommandInset label
33118 LatexCommand label
33119 name "sub:Durchgestrichene-Formeln"
33120
33121 \end_inset
33122
33123
33124 \begin_inset Index
33125 status collapsed
33126
33127 \begin_layout Plain Layout
33128 Formel ! durchgestrichene
33129 \end_layout
33130
33131 \end_inset
33132
33133
33134 \end_layout
33135
33136 \begin_layout Standard
33137 Um Formeln oder Formelteile durchzustreichen, muss das LaTeX-Paket 
33138 \series bold
33139 cancel
33140 \series default
33141
33142 \begin_inset Foot
33143 status collapsed
33144
33145 \begin_layout Plain Layout
33146
33147 \series bold
33148 cancel
33149 \series default
33150  ist Teil jeder LaTeX-Standardinstallation.
33151 \end_layout
33152
33153 \end_inset
33154
33155
33156 \begin_inset Index
33157 status collapsed
33158
33159 \begin_layout Plain Layout
33160 Pakete ! cancel
33161 \end_layout
33162
33163 \end_inset
33164
33165  mit der LaTeX-Vorspannzeile
33166 \end_layout
33167
33168 \begin_layout Standard
33169
33170 \series bold
33171
33172 \backslash
33173 usepackage[samesize]{cancel}
33174 \end_layout
33175
33176 \begin_layout Standard
33177 geladen werden.
33178 \begin_inset Newpage pagebreak
33179 \end_inset
33180
33181
33182 \end_layout
33183
33184 \begin_layout Standard
33185 Es gibt vier verschiedene Arten durchzustreichen:
33186 \end_layout
33187
33188 \begin_layout Standard
33189 \align center
33190 \begin_inset Tabular
33191 <lyxtabular version="3" rows="5" columns="2">
33192 <features>
33193 <column alignment="center" valignment="top" width="0">
33194 <column alignment="center" valignment="top" width="0">
33195 <row>
33196 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33197 \begin_inset Text
33198
33199 \begin_layout Plain Layout
33200 Befehl
33201 \end_layout
33202
33203 \end_inset
33204 </cell>
33205 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33206 \begin_inset Text
33207
33208 \begin_layout Plain Layout
33209 Ergebnis
33210 \begin_inset Note Note
33211 status collapsed
33212
33213 \begin_layout Plain Layout
33214
33215 \series bold
33216
33217 \backslash
33218 hspace
33219 \series default
33220  und 
33221 \series bold
33222
33223 \backslash
33224 raisebox
33225 \series default
33226  dienen nur als Abstandhalter.
33227 \end_layout
33228
33229 \end_inset
33230
33231
33232 \end_layout
33233
33234 \end_inset
33235 </cell>
33236 </row>
33237 <row>
33238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33239 \begin_inset Text
33240
33241 \begin_layout Plain Layout
33242
33243 \backslash
33244 cancel{
33245 \backslash
33246 int
33247 \begin_inset ERT
33248 status collapsed
33249
33250 \begin_layout Plain Layout
33251
33252
33253 \backslash
33254 leer 
33255 \end_layout
33256
33257 \end_inset
33258
33259 A=B
33260 \end_layout
33261
33262 \end_inset
33263 </cell>
33264 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33265 \begin_inset Text
33266
33267 \begin_layout Plain Layout
33268 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
33269 \end_inset
33270
33271
33272 \end_layout
33273
33274 \end_inset
33275 </cell>
33276 </row>
33277 <row>
33278 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33279 \begin_inset Text
33280
33281 \begin_layout Plain Layout
33282
33283 \backslash
33284 bcancel{
33285 \backslash
33286 int
33287 \begin_inset ERT
33288 status collapsed
33289
33290 \begin_layout Plain Layout
33291
33292
33293 \backslash
33294 leer 
33295 \end_layout
33296
33297 \end_inset
33298
33299 A=B
33300 \end_layout
33301
33302 \end_inset
33303 </cell>
33304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33305 \begin_inset Text
33306
33307 \begin_layout Plain Layout
33308 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
33309 \end_inset
33310
33311
33312 \end_layout
33313
33314 \end_inset
33315 </cell>
33316 </row>
33317 <row>
33318 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33319 \begin_inset Text
33320
33321 \begin_layout Plain Layout
33322
33323 \backslash
33324 xcancel{
33325 \backslash
33326 int
33327 \begin_inset ERT
33328 status collapsed
33329
33330 \begin_layout Plain Layout
33331
33332
33333 \backslash
33334 leer 
33335 \end_layout
33336
33337 \end_inset
33338
33339 A=B
33340 \end_layout
33341
33342 \end_inset
33343 </cell>
33344 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33345 \begin_inset Text
33346
33347 \begin_layout Plain Layout
33348 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
33349 \end_inset
33350
33351
33352 \end_layout
33353
33354 \end_inset
33355 </cell>
33356 </row>
33357 <row>
33358 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33359 \begin_inset Text
33360
33361 \begin_layout Plain Layout
33362
33363 \backslash
33364 cancelto{1
33365 \begin_inset Formula $\to$
33366 \end_inset
33367
33368
33369 \backslash
33370 {
33371 \backslash
33372 int
33373 \begin_inset ERT
33374 status collapsed
33375
33376 \begin_layout Plain Layout
33377
33378
33379 \backslash
33380 leer 
33381 \end_layout
33382
33383 \end_inset
33384
33385 A=B
33386 \end_layout
33387
33388 \end_inset
33389 </cell>
33390 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33391 \begin_inset Text
33392
33393 \begin_layout Plain Layout
33394 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
33395 \end_inset
33396
33397
33398 \end_layout
33399
33400 \end_inset
33401 </cell>
33402 </row>
33403 </lyxtabular>
33404
33405 \end_inset
33406
33407
33408 \end_layout
33409
33410 \begin_layout Standard
33411
33412 \series bold
33413
33414 \backslash
33415 cancelto
33416 \series default
33417  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
33418  will:
33419 \begin_inset Formula \[
33420 \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}}}\]
33421
33422 \end_inset
33423
33424
33425 \end_layout
33426
33427 \begin_layout Subsection
33428 Formeln in Überschriften
33429 \begin_inset CommandInset label
33430 LatexCommand label
33431 name "sub:Formeln-in-Überschriften"
33432
33433 \end_inset
33434
33435
33436 \begin_inset Index
33437 status collapsed
33438
33439 \begin_layout Plain Layout
33440 Formel ! in Überschriften
33441 \end_layout
33442
33443 \end_inset
33444
33445
33446 \end_layout
33447
33448 \begin_layout Standard
33449 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
33450 \end_layout
33451
33452 \begin_layout Standard
33453 \begin_inset Note Greyedout
33454 status open
33455
33456 \begin_layout Plain Layout
33457 Verwendet man 
33458 \series bold
33459 hyperref
33460 \series default
33461
33462 \begin_inset Index
33463 status collapsed
33464
33465 \begin_layout Plain Layout
33466 Pakete ! hyperref
33467 \end_layout
33468
33469 \end_inset
33470
33471  Unterstützung im den Dokumenteinstellungen unter 
33472 \family sans
33473 PDF-Eigenschaften
33474 \family default
33475 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
33476  erzeugt.
33477  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
33478  dargestellt.
33479  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
33480 \end_layout
33481
33482 \end_inset
33483
33484
33485 \end_layout
33486
33487 \begin_layout Standard
33488 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
33489  Kurztitel über das Menü 
33490 \family sans
33491 Einfügen\SpecialChar \menuseparator
33492 Kurztitel
33493 \family default
33494  einfügt.
33495  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
33496  um das Inhaltsverzeichnis übersichtlich zu halten.
33497  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
33498 chen.
33499 \end_layout
33500
33501 \begin_layout Standard
33502 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
33503 \series bold
33504 hyperref
33505 \series default
33506 , verwendet man im TeX-Modus den Befehl
33507 \end_layout
33508
33509 \begin_layout Standard
33510
33511 \series bold
33512
33513 \backslash
33514 texorpdfstring{Teil}{Alternative}
33515 \begin_inset Index
33516 status collapsed
33517
33518 \begin_layout Plain Layout
33519 Befehle ! T ! 
33520 \backslash
33521 texorpdfstring
33522 \end_layout
33523
33524 \end_inset
33525
33526
33527 \end_layout
33528
33529 \begin_layout Standard
33530 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
33531  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
33532  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
33533  soll.
33534 \end_layout
33535
33536 \begin_layout Standard
33537 Es folgen zwei Beispielüberschriften:
33538 \begin_inset VSpace -3mm
33539 \end_inset
33540
33541
33542 \begin_inset ERT
33543 status collapsed
33544
33545 \begin_layout Plain Layout
33546
33547
33548 \backslash
33549 boldmath 
33550 \end_layout
33551
33552 \end_inset
33553
33554
33555 \end_layout
33556
33557 \begin_layout Subsubsection
33558 Überschrift ohne Formel im Inhaltsverzeichnis 
33559 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33560 \end_inset
33561
33562
33563 \begin_inset OptArg
33564 status collapsed
33565
33566 \begin_layout Plain Layout
33567 Überschrift ohne Formel im Inhaltsverzeichnis
33568 \end_layout
33569
33570 \end_inset
33571
33572
33573 \end_layout
33574
33575 \begin_layout Subsubsection
33576 Überschrift mit Formel im Inhaltsverzeichnis
33577 \begin_inset ERT
33578 status collapsed
33579
33580 \begin_layout Plain Layout
33581
33582
33583 \backslash
33584 texorpdfstring{
33585 \end_layout
33586
33587 \end_inset
33588
33589  
33590 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
33591 \end_inset
33592
33593
33594 \begin_inset ERT
33595 status collapsed
33596
33597 \begin_layout Plain Layout
33598
33599 }{}
33600 \end_layout
33601
33602 \end_inset
33603
33604
33605 \end_layout
33606
33607 \begin_layout Standard
33608 \begin_inset ERT
33609 status collapsed
33610
33611 \begin_layout Plain Layout
33612
33613
33614 \backslash
33615 unboldmath 
33616 \end_layout
33617
33618 \end_inset
33619
33620 In der ersten Überschrift wurde ein Kurztitel verwendet.
33621  In der zweiten 
33622 \series bold
33623
33624 \backslash
33625 texorpdfstring
33626 \series default
33627 .
33628 \end_layout
33629
33630 \begin_layout Standard
33631 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
33632  die komplette Überschrift in eine 
33633 \series bold
33634 boldmath-Umgebung
33635 \series default
33636
33637 \begin_inset Foot
33638 status collapsed
33639
33640 \begin_layout Plain Layout
33641 siehe 
33642 \begin_inset CommandInset ref
33643 LatexCommand ref
33644 reference "sub:Fett-gedruckte-Formeln"
33645
33646 \end_inset
33647
33648
33649 \end_layout
33650
33651 \end_inset
33652
33653  gesetzt.
33654 \end_layout
33655
33656 \begin_layout Subsection
33657 Formeln im mehrspaltigen Text
33658 \begin_inset Index
33659 status collapsed
33660
33661 \begin_layout Plain Layout
33662 Formel ! im mehrspaltigen Text
33663 \end_layout
33664
33665 \end_inset
33666
33667
33668 \end_layout
33669
33670 \begin_layout Standard
33671 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
33672  müssen daher über die gesamte Seitenbreite gesetzt werden.
33673  Dazu verwendet man das LaTeX-Paket 
33674 \series bold
33675 multicol
33676 \series default
33677
33678 \begin_inset Foot
33679 status collapsed
33680
33681 \begin_layout Plain Layout
33682
33683 \series bold
33684 multicol
33685 \series default
33686  ist Teil jeder LaTeX-Standardinstallation.
33687 \end_layout
33688
33689 \end_inset
33690
33691
33692 \begin_inset Index
33693 status collapsed
33694
33695 \begin_layout Plain Layout
33696 Pakete ! multicol
33697 \end_layout
33698
33699 \end_inset
33700
33701 , das mit der LaTeX-Vorspannzeile
33702 \end_layout
33703
33704 \begin_layout Standard
33705
33706 \series bold
33707
33708 \backslash
33709 usepackage{multicol}
33710 \end_layout
33711
33712 \begin_layout Standard
33713 geladen wird.
33714 \end_layout
33715
33716 \begin_layout Standard
33717 \begin_inset Note Greyedout
33718 status open
33719
33720 \begin_layout Plain Layout
33721 Dabei ist zu beachten, dass im Menü 
33722 \family sans
33723 Dokument\SpecialChar \menuseparator
33724 Einstellungen
33725 \family default
33726  unter 
33727 \family sans
33728 Textformat
33729 \family default
33730  
33731 \emph on
33732 nicht
33733 \emph default
33734  
33735 \family sans
33736 Zweispaltiges
33737 \begin_inset space ~
33738 \end_inset
33739
33740 Dokument
33741 \family default
33742  ausgewählt sein darf.
33743 \end_layout
33744
33745 \end_inset
33746
33747
33748 \end_layout
33749
33750 \begin_layout Standard
33751 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
33752 \end_layout
33753
33754 \begin_layout Standard
33755
33756 \series bold
33757
33758 \backslash
33759 begin{multicols}{Spaltenanzahl}
33760 \end_layout
33761
33762 \begin_layout Standard
33763 wobei die Spaltenanzahl eine Zahl im Bereich 2
33764 \begin_inset space \thinspace{}
33765 \end_inset
33766
33767 -
33768 \begin_inset space \thinspace{}
33769 \end_inset
33770
33771 10 ist.
33772  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
33773 \end_layout
33774
33775 \begin_layout Standard
33776
33777 \series bold
33778
33779 \backslash
33780 end{multicols}
33781 \end_layout
33782
33783 \begin_layout Standard
33784 der im TeX-Modus eingegeben wird.
33785 \end_layout
33786
33787 \begin_layout Standard
33788 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
33789  Um dies rückgängig zu machen, fügt man vor der Formel -6
33790 \begin_inset space \thinspace{}
33791 \end_inset
33792
33793 mm vertikalen Leerraum ein.
33794  Ist der Formelstil 
33795 \series bold
33796 Eingerückt
33797 \begin_inset Foot
33798 status collapsed
33799
33800 \begin_layout Plain Layout
33801 Formelstile siehe 
33802 \begin_inset CommandInset ref
33803 LatexCommand ref
33804 reference "sec:Formelstile"
33805
33806 \end_inset
33807
33808
33809 \end_layout
33810
33811 \end_inset
33812
33813
33814 \series default
33815  gewählt, fügt man stattdessen -9
33816 \begin_inset space \thinspace{}
33817 \end_inset
33818
33819 mm Leerraum ein.
33820 \end_layout
33821
33822 \begin_layout Standard
33823 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
33824 \end_layout
33825
33826 \begin_layout Standard
33827 \begin_inset ERT
33828 status collapsed
33829
33830 \begin_layout Plain Layout
33831
33832
33833 \backslash
33834 begin{multicols}{2}
33835 \end_layout
33836
33837 \end_inset
33838
33839 Das Spektrum wird fouriertransformiert.
33840  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
33841 , Lösungsmittel) zu trennen.
33842  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
33843  nun das Aussehen des Ausgangssignals.
33844  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
33845  über alle Phasen integrieren muss.
33846  Sei nun 
33847 \begin_inset Formula $S$
33848 \end_inset
33849
33850  unser normiertes Ausgangssignal und 
33851 \begin_inset Formula $P$
33852 \end_inset
33853
33854  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
33855 \begin_inset ERT
33856 status collapsed
33857
33858 \begin_layout Plain Layout
33859
33860
33861 \backslash
33862 end{multicols}
33863 \end_layout
33864
33865 \end_inset
33866
33867
33868 \begin_inset VSpace -6mm
33869 \end_inset
33870
33871
33872 \begin_inset Formula \begin{equation}
33873 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi\label{eq:fouriertrafo}\end{equation}
33874
33875 \end_inset
33876
33877
33878 \begin_inset ERT
33879 status collapsed
33880
33881 \begin_layout Plain Layout
33882
33883
33884 \backslash
33885 begin{multicols}{2}
33886 \end_layout
33887
33888 \end_inset
33889
33890 wobei 
33891 \begin_inset Formula $S_{0}$
33892 \end_inset
33893
33894  das Signal ohne Gradient ist und die Normierungsbedingung 
33895 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
33896 \end_inset
33897
33898  gilt.
33899  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
33900  Direkt nach dem 
33901 \begin_inset Formula $\nicefrac{\pi}{2}$
33902 \end_inset
33903
33904
33905 \begin_inset space \thinspace{}
33906 \end_inset
33907
33908 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
33909  das Signal zusätzlich abschwächt.
33910  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
33911  
33912 \begin_inset Formula $T_{2}$
33913 \end_inset
33914
33915 -Zeit.
33916 \end_layout
33917
33918 \begin_layout Standard
33919 \begin_inset ERT
33920 status collapsed
33921
33922 \begin_layout Plain Layout
33923
33924
33925 \backslash
33926 end{multicols}
33927 \end_layout
33928
33929 \end_inset
33930
33931  
33932 \end_layout
33933
33934 \begin_layout Subsection
33935 Formeln mit Beschreibung der Variablen
33936 \begin_inset Index
33937 status collapsed
33938
33939 \begin_layout Plain Layout
33940 Formel ! mit Variablenbeschreibung
33941 \end_layout
33942
33943 \end_inset
33944
33945
33946 \end_layout
33947
33948 \begin_layout Standard
33949 Möchte man wie in Formel 
33950 \begin_inset CommandInset ref
33951 LatexCommand eqref
33952 reference "eq:innerhalb"
33953
33954 \end_inset
33955
33956 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
33957 \series bold
33958 ×
33959 \series default
33960
33961 \begin_inset Formula $n$
33962 \end_inset
33963
33964
33965 \begin_inset space ~
33966 \end_inset
33967
33968 Matrix mit links ausgerichteten Spalten für die verwendeten 
33969 \begin_inset Formula $n$
33970 \end_inset
33971
33972  Variablen.
33973 \begin_inset Foot
33974 status collapsed
33975
33976 \begin_layout Plain Layout
33977 Matrizen siehe 
33978 \begin_inset CommandInset ref
33979 LatexCommand ref
33980 reference "sec:Matrizen"
33981
33982 \end_inset
33983
33984
33985 \end_layout
33986
33987 \end_inset
33988
33989  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
33990 \begin_inset space \thinspace{}
33991 \end_inset
33992
33993 B.
33994  den Befehl 
33995 \series bold
33996
33997 \backslash
33998 footnotesize
33999 \series default
34000  ein.
34001 \begin_inset Foot
34002 status collapsed
34003
34004 \begin_layout Plain Layout
34005 Schriftgrößen siehe 
34006 \begin_inset CommandInset ref
34007 LatexCommand ref
34008 reference "sub:Schriftgrößen"
34009
34010 \end_inset
34011
34012
34013 \end_layout
34014
34015 \end_inset
34016
34017
34018 \end_layout
34019
34020 \begin_layout Standard
34021 Wird der Formelstil 
34022 \series bold
34023 Eingerückt
34024 \begin_inset Foot
34025 status collapsed
34026
34027 \begin_layout Plain Layout
34028 Formelstile siehe 
34029 \begin_inset CommandInset ref
34030 LatexCommand ref
34031 reference "sec:Formelstile"
34032
34033 \end_inset
34034
34035
34036 \end_layout
34037
34038 \end_inset
34039
34040
34041 \series default
34042  verwendet, fügt man vor und nach der Matrix ein 
34043 \series bold
34044
34045 \backslash
34046 hfill
34047 \series default
34048
34049 \begin_inset Foot
34050 status collapsed
34051
34052 \begin_layout Plain Layout
34053
34054 \series bold
34055
34056 \backslash
34057 hfill
34058 \series default
34059  wirkt nur in Formeln mit dem Stil 
34060 \series bold
34061 Eingerückt
34062 \series default
34063 , siehe 
34064 \begin_inset CommandInset ref
34065 LatexCommand ref
34066 reference "sub:Variabler-Leerraum"
34067
34068 \end_inset
34069
34070 .
34071 \end_layout
34072
34073 \end_inset
34074
34075  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
34076  gleich ist.
34077 \end_layout
34078
34079 \begin_layout Standard
34080 Ist der Formelstil 
34081 \series bold
34082 Zentriert
34083 \series default
34084  gewählt, nutzt man die in 
34085 \begin_inset CommandInset ref
34086 LatexCommand ref
34087 reference "sub:Flalign-Umgebung"
34088
34089 \end_inset
34090
34091  beschriebene Möglichkeit, Formeln einzurücken.
34092  Formel 
34093 \begin_inset CommandInset ref
34094 LatexCommand eqref
34095 reference "eq:innerhalb"
34096
34097 \end_inset
34098
34099  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
34100  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
34101 \begin_inset Formula \begin{flalign}
34102 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
34103 \rho & \textrm{Dichte}\\
34104 V & \textrm{Volumen}\\
34105 g & \textrm{Fallbeschleunigung}\end{array} &  & {}\label{eq:innerhalb}\end{flalign}
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \begin_layout Subsection
34113 Aufrechte kleine griechische Buchstaben
34114 \begin_inset CommandInset label
34115 LatexCommand label
34116 name "sub:Aufrechte-kleine-griechische"
34117
34118 \end_inset
34119
34120
34121 \begin_inset Index
34122 status collapsed
34123
34124 \begin_layout Plain Layout
34125 griechische Buchstaben ! aufrechte
34126 \end_layout
34127
34128 \end_inset
34129
34130
34131 \end_layout
34132
34133 \begin_layout Standard
34134 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
34135  zur Verfügung.
34136  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
34137  aufrechte griechische Buchstaben benötigt.
34138  Die Datei 
34139 \series bold
34140 upgreek.sty
34141 \series default
34142
34143 \begin_inset Foot
34144 status collapsed
34145
34146 \begin_layout Plain Layout
34147
34148 \series bold
34149 upgreek
34150 \series default
34151  ist Teil des LaTeX-Paketes 
34152 \series bold
34153 was
34154 \series default
34155
34156 \begin_inset Index
34157 status collapsed
34158
34159 \begin_layout Plain Layout
34160 Pakete ! was
34161 \begin_inset ERT
34162 status collapsed
34163
34164 \begin_layout Plain Layout
34165
34166
34167 \backslash
34168 vspace{4mm}
34169 \end_layout
34170
34171 \end_inset
34172
34173
34174 \end_layout
34175
34176 \end_inset
34177
34178 .
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \begin_inset Index
34185 status collapsed
34186
34187 \begin_layout Plain Layout
34188 Pakete ! upgreek
34189 \end_layout
34190
34191 \end_inset
34192
34193 , die mit der LaTeX-Vorspannzeile
34194 \end_layout
34195
34196 \begin_layout Standard
34197
34198 \series bold
34199
34200 \backslash
34201 usepackage{upgreek}
34202 \end_layout
34203
34204 \begin_layout Standard
34205 geladen wird, stellt diese Buchstaben zur Verfügung.
34206  
34207 \begin_inset ERT
34208 status collapsed
34209
34210 \begin_layout Plain Layout
34211
34212
34213 \backslash
34214 ifupgreek 
34215 \end_layout
34216
34217 \end_inset
34218
34219
34220 \begin_inset Note Note
34221 status open
34222
34223 \begin_layout Plain Layout
34224 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34225 \series bold
34226 upgreek
34227 \series default
34228  installiert ist:
34229 \end_layout
34230
34231 \end_inset
34232
34233  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
34234  
34235 \series bold
34236 up
34237 \series default
34238  begonnen wird.
34239  So erzeugt z.
34240 \begin_inset space \thinspace{}
34241 \end_inset
34242
34243 B.
34244  der Befehl 
34245 \series bold
34246
34247 \backslash
34248 uptau
34249 \series default
34250  dies: 
34251 \begin_inset Formula $\uptau$
34252 \end_inset
34253
34254
34255 \end_layout
34256
34257 \begin_layout Standard
34258 Damit kann man Elementarteilchenreaktionen erstellen:
34259 \begin_inset Formula \[
34260 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}\]
34261
34262 \end_inset
34263
34264
34265 \end_layout
34266
34267 \begin_layout Standard
34268 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
34269  Sie sollten daher nicht für Einheiten wie 
34270 \begin_inset Quotes gld
34271 \end_inset
34272
34273 µm
34274 \begin_inset Quotes grd
34275 \end_inset
34276
34277  verwendet werden.
34278 \end_layout
34279
34280 \begin_layout Standard
34281 \begin_inset ERT
34282 status collapsed
34283
34284 \begin_layout Plain Layout
34285
34286
34287 \backslash
34288 else 
34289 \end_layout
34290
34291 \end_inset
34292
34293
34294 \begin_inset Note Note
34295 status open
34296
34297 \begin_layout Plain Layout
34298 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34299 \series bold
34300 upgreek
34301 \series default
34302  nicht installiert ist:
34303 \end_layout
34304
34305 \end_inset
34306
34307
34308 \end_layout
34309
34310 \begin_layout Standard
34311 Das LaTeX-Paket 
34312 \series bold
34313 upgreek 
34314 \series default
34315 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34316 \end_layout
34317
34318 \begin_layout Standard
34319 \begin_inset ERT
34320 status collapsed
34321
34322 \begin_layout Plain Layout
34323
34324
34325 \backslash
34326 fi 
34327 \end_layout
34328
34329 \end_inset
34330
34331
34332 \end_layout
34333
34334 \begin_layout Subsection
34335 Textzeichen in Formeln
34336 \begin_inset CommandInset label
34337 LatexCommand label
34338 name "sub:Textzeichen-in-Formeln"
34339
34340 \end_inset
34341
34342
34343 \begin_inset Index
34344 status collapsed
34345
34346 \begin_layout Plain Layout
34347 Text ! in Formeln
34348 \end_layout
34349
34350 \end_inset
34351
34352
34353 \end_layout
34354
34355 \begin_layout Standard
34356 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
34357  Benötigt man z.
34358 \begin_inset space \thinspace{}
34359 \end_inset
34360
34361 B.
34362  den mittigen Punkt · in Formeln wie 
34363 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
34364 \end_inset
34365
34366 , müsste man dafür jedes Mal den Befehl 
34367 \series bold
34368
34369 \backslash
34370 cdot
34371 \series default
34372  eingeben
34373 \begin_inset Foot
34374 status collapsed
34375
34376 \begin_layout Plain Layout
34377 siehe 
34378 \begin_inset CommandInset ref
34379 LatexCommand ref
34380 reference "sub:Binäre-Operatoren"
34381
34382 \end_inset
34383
34384
34385 \end_layout
34386
34387 \end_inset
34388
34389 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
34390  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
34391 \end_layout
34392
34393 \begin_layout Standard
34394
34395 \series bold
34396
34397 \backslash
34398 DeclareInputText{183}{
34399 \backslash
34400 ifmmode
34401 \backslash
34402 cdot
34403 \backslash
34404 else
34405 \backslash
34406 textperiodcentered
34407 \backslash
34408 f\SpecialChar \textcompwordmark{}
34409 i}
34410 \end_layout
34411
34412 \begin_layout Standard
34413 Die Zeichenkodierung (Menü 
34414 \family sans
34415 Dokument\SpecialChar \menuseparator
34416 Einstellungen\SpecialChar \menuseparator
34417 Sprache
34418 \family default
34419 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
34420  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
34421 \series bold
34422
34423 \backslash
34424 textperiodcentered
34425 \series default
34426  verwendet.
34427  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
34428  LaTeX-Fehlern kommen würde.
34429  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
34430  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
34431  nicht.
34432 \end_layout
34433
34434 \begin_layout Standard
34435 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
34436  Z.
34437 \begin_inset space \thinspace{}
34438 \end_inset
34439
34440 B.
34441  ist die Kodierung 
34442 \series bold
34443 latin9
34444 \series default
34445  in der Datei 
34446 \series bold
34447 latin9.def
34448 \series default
34449  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
34450  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
34451 eien geändert werden.
34452  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
34453  nicht ohne Weiteres bearbeitet werden.
34454 \end_layout
34455
34456 \begin_layout Standard
34457 \begin_inset VSpace medskip
34458 \end_inset
34459
34460 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
34461  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
34462  Formel eingegeben werden können:
34463 \end_layout
34464
34465 \begin_layout Standard
34466
34467 \series bold
34468
34469 \backslash
34470 DeclareInputText{176}{
34471 \backslash
34472 ifmmode^
34473 \backslash
34474 circ
34475 \backslash
34476 else
34477 \backslash
34478 textdegree
34479 \backslash
34480 f\SpecialChar \textcompwordmark{}
34481 i}
34482 \end_layout
34483
34484 \begin_layout Standard
34485 \begin_inset Newpage newpage
34486 \end_inset
34487
34488
34489 \end_layout
34490
34491 \begin_layout Section
34492 \start_of_appendix
34493 Typographische Hinweise
34494 \begin_inset Index
34495 status collapsed
34496
34497 \begin_layout Plain Layout
34498 Typographische Hinweise
34499 \end_layout
34500
34501 \end_inset
34502
34503
34504 \end_layout
34505
34506 \begin_layout Standard
34507 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
34508  Regeln, die teilweise auch im Duden 
34509 \begin_inset CommandInset citation
34510 LatexCommand cite
34511 key "Duden"
34512
34513 \end_inset
34514
34515  unter 
34516 \family typewriter
34517 Textverarbeitung
34518 \family default
34519  aufgelistet sind.
34520 \end_layout
34521
34522 \begin_layout Itemize
34523 Physikalische Einheiten werden 
34524 \emph on
34525 immer
34526 \emph default
34527  aufrecht gesetzt
34528 \begin_inset Foot
34529 status collapsed
34530
34531 \begin_layout Plain Layout
34532 wird durch Schriftstile erreicht, siehe 
34533 \begin_inset CommandInset ref
34534 LatexCommand ref
34535 reference "sub:Schriftstile"
34536
34537 \end_inset
34538
34539
34540 \end_layout
34541
34542 \end_inset
34543
34544 : 30
34545 \begin_inset space \thinspace{}
34546 \end_inset
34547
34548 km/h
34549 \begin_inset Newline newline
34550 \end_inset
34551
34552 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
34553 \begin_inset CommandInset ref
34554 LatexCommand ref
34555 reference "sub:Vordefinierter-Leerraum"
34556
34557 \end_inset
34558
34559 .
34560 \end_layout
34561
34562 \begin_layout Itemize
34563 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
34564 \begin_inset Newline newline
34565 \end_inset
34566
34567 1,2
34568 \begin_inset space \thinspace{}
34569 \end_inset
34570
34571 ‰ Alkohol im Blut
34572 \begin_inset Newline newline
34573 \end_inset
34574
34575 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
34576  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
34577 \end_layout
34578
34579 \begin_layout Itemize
34580 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
34581  wird in einer Einheit verwendet: 15
34582 \begin_inset space \thinspace{}
34583 \end_inset
34584
34585 °C
34586 \end_layout
34587
34588 \begin_layout Itemize
34589 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
34590  Ziffer der kleinste Leerraum eingefügt: 18
34591 \begin_inset space \thinspace{}
34592 \end_inset
34593
34594 473
34595 \begin_inset space \thinspace{}
34596 \end_inset
34597
34598 588
34599 \end_layout
34600
34601 \begin_layout Itemize
34602 Für Bemaßungen wie z.
34603 \begin_inset space \thinspace{}
34604 \end_inset
34605
34606 B.
34607  120×90×40
34608 \begin_inset space \thinspace{}
34609 \end_inset
34610
34611 cm, verwendet man das gelegte Kreuz 
34612 \begin_inset Quotes gld
34613 \end_inset
34614
34615 ×
34616 \begin_inset Quotes grd
34617 \end_inset
34618
34619 , dass über den LaTeX-Befehl 
34620 \series bold
34621
34622 \backslash
34623 texttimes
34624 \series default
34625  verfügbar ist, mit einigen Tastaturdefinitionen aber auch direkt eingegeben
34626  werden kann.
34627 \end_layout
34628
34629 \begin_layout Itemize
34630 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
34631  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
34632 \begin_inset space \thinspace{}
34633 \end_inset
34634
34635 6.
34636 \begin_inset space ~
34637 \end_inset
34638
34639 1979
34640 \end_layout
34641
34642 \begin_layout Itemize
34643 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
34644  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
34645 \begin_inset CommandInset ref
34646 LatexCommand ref
34647 reference "sub:Vordefinierte-Funktionen"
34648
34649 \end_inset
34650
34651 .
34652 \end_layout
34653
34654 \begin_layout Itemize
34655 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
34656  
34657 \begin_inset Formula $E_{\mathrm{kin}}$
34658 \end_inset
34659
34660
34661 \begin_inset Newline newline
34662 \end_inset
34663
34664 Komponenten von Matrizen werden kursiv gesetzt: 
34665 \begin_inset Formula $\hat{H}_{kl}$
34666 \end_inset
34667
34668
34669 \end_layout
34670
34671 \begin_layout Itemize
34672 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
34673  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
34674  Variablen zu verwechseln.
34675 \end_layout
34676
34677 \begin_layout Standard
34678 \begin_inset Newpage newpage
34679 \end_inset
34680
34681
34682 \end_layout
34683
34684 \begin_layout Section
34685 Synonyme
34686 \begin_inset Index
34687 status collapsed
34688
34689 \begin_layout Plain Layout
34690 Synonyme
34691 \end_layout
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Standard
34699 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
34700  Hier ist eine Übersicht der Synonymbefehle:
34701 \end_layout
34702
34703 \begin_layout Standard
34704 \begin_inset VSpace bigskip
34705 \end_inset
34706
34707
34708 \begin_inset space \hfill{}
34709 \end_inset
34710
34711
34712 \begin_inset Tabular
34713 <lyxtabular version="3" rows="12" columns="2">
34714 <features>
34715 <column alignment="center" valignment="top" width="0pt">
34716 <column alignment="center" valignment="top" width="0pt">
34717 <row>
34718 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34719 \begin_inset Text
34720
34721 \begin_layout Plain Layout
34722 Befehl
34723 \end_layout
34724
34725 \end_inset
34726 </cell>
34727 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34728 \begin_inset Text
34729
34730 \begin_layout Plain Layout
34731 äquivalent zu
34732 \begin_inset Note Note
34733 status collapsed
34734
34735 \begin_layout Plain Layout
34736
34737 \series bold
34738
34739 \backslash
34740 raisebox
34741 \series default
34742  dient nur als Abstandhalter.
34743 \end_layout
34744
34745 \end_inset
34746
34747
34748 \end_layout
34749
34750 \end_inset
34751 </cell>
34752 </row>
34753 <row>
34754 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34755 \begin_inset Text
34756
34757 \begin_layout Plain Layout
34758
34759 \backslash
34760 ast
34761 \end_layout
34762
34763 \end_inset
34764 </cell>
34765 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34766 \begin_inset Text
34767
34768 \begin_layout Plain Layout
34769 \begin_inset ERT
34770 status collapsed
34771
34772 \begin_layout Plain Layout
34773
34774
34775 \backslash
34776 raisebox{-1.2mm}{
34777 \end_layout
34778
34779 \end_inset
34780
34781 *
34782 \begin_inset ERT
34783 status collapsed
34784
34785 \begin_layout Plain Layout
34786
34787 }
34788 \end_layout
34789
34790 \end_inset
34791
34792
34793 \end_layout
34794
34795 \end_inset
34796 </cell>
34797 </row>
34798 <row>
34799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34800 \begin_inset Text
34801
34802 \begin_layout Plain Layout
34803
34804 \backslash
34805 choose
34806 \end_layout
34807
34808 \end_inset
34809 </cell>
34810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34811 \begin_inset Text
34812
34813 \begin_layout Plain Layout
34814
34815 \backslash
34816 binom
34817 \end_layout
34818
34819 \end_inset
34820 </cell>
34821 </row>
34822 <row>
34823 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34824 \begin_inset Text
34825
34826 \begin_layout Plain Layout
34827
34828 \backslash
34829 geq
34830 \end_layout
34831
34832 \end_inset
34833 </cell>
34834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34835 \begin_inset Text
34836
34837 \begin_layout Plain Layout
34838
34839 \backslash
34840 ge
34841 \end_layout
34842
34843 \end_inset
34844 </cell>
34845 </row>
34846 <row>
34847 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34848 \begin_inset Text
34849
34850 \begin_layout Plain Layout
34851
34852 \backslash
34853 lbrace
34854 \end_layout
34855
34856 \end_inset
34857 </cell>
34858 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34859 \begin_inset Text
34860
34861 \begin_layout Plain Layout
34862 {
34863 \end_layout
34864
34865 \end_inset
34866 </cell>
34867 </row>
34868 <row>
34869 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34870 \begin_inset Text
34871
34872 \begin_layout Plain Layout
34873
34874 \backslash
34875 lbracket
34876 \end_layout
34877
34878 \end_inset
34879 </cell>
34880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34881 \begin_inset Text
34882
34883 \begin_layout Plain Layout
34884 [
34885 \end_layout
34886
34887 \end_inset
34888 </cell>
34889 </row>
34890 <row>
34891 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34892 \begin_inset Text
34893
34894 \begin_layout Plain Layout
34895
34896 \backslash
34897 leftarrow
34898 \end_layout
34899
34900 \end_inset
34901 </cell>
34902 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34903 \begin_inset Text
34904
34905 \begin_layout Plain Layout
34906
34907 \backslash
34908 gets
34909 \end_layout
34910
34911 \end_inset
34912 </cell>
34913 </row>
34914 <row>
34915 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34916 \begin_inset Text
34917
34918 \begin_layout Plain Layout
34919
34920 \backslash
34921 leq
34922 \end_layout
34923
34924 \end_inset
34925 </cell>
34926 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34927 \begin_inset Text
34928
34929 \begin_layout Plain Layout
34930
34931 \backslash
34932 le
34933 \end_layout
34934
34935 \end_inset
34936 </cell>
34937 </row>
34938 <row>
34939 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34940 \begin_inset Text
34941
34942 \begin_layout Plain Layout
34943
34944 \backslash
34945 lor
34946 \end_layout
34947
34948 \end_inset
34949 </cell>
34950 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34951 \begin_inset Text
34952
34953 \begin_layout Plain Layout
34954
34955 \backslash
34956 vee
34957 \end_layout
34958
34959 \end_inset
34960 </cell>
34961 </row>
34962 <row>
34963 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34964 \begin_inset Text
34965
34966 \begin_layout Plain Layout
34967
34968 \backslash
34969 neq
34970 \end_layout
34971
34972 \end_inset
34973 </cell>
34974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34975 \begin_inset Text
34976
34977 \begin_layout Plain Layout
34978
34979 \backslash
34980 not=
34981 \end_layout
34982
34983 \end_inset
34984 </cell>
34985 </row>
34986 <row>
34987 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34988 \begin_inset Text
34989
34990 \begin_layout Plain Layout
34991
34992 \backslash
34993 slash
34994 \end_layout
34995
34996 \end_inset
34997 </cell>
34998 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34999 \begin_inset Text
35000
35001 \begin_layout Plain Layout
35002 /
35003 \end_layout
35004
35005 \end_inset
35006 </cell>
35007 </row>
35008 <row>
35009 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35010 \begin_inset Text
35011
35012 \begin_layout Plain Layout
35013
35014 \backslash
35015 vert
35016 \end_layout
35017
35018 \end_inset
35019 </cell>
35020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35021 \begin_inset Text
35022
35023 \begin_layout Plain Layout
35024 |
35025 \end_layout
35026
35027 \end_inset
35028 </cell>
35029 </row>
35030 </lyxtabular>
35031
35032 \end_inset
35033
35034
35035 \begin_inset space \hfill{}
35036 \end_inset
35037
35038
35039 \begin_inset Tabular
35040 <lyxtabular version="3" rows="12" columns="2">
35041 <features>
35042 <column alignment="center" valignment="top" width="0pt">
35043 <column alignment="center" valignment="top" width="0pt">
35044 <row>
35045 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35046 \begin_inset Text
35047
35048 \begin_layout Plain Layout
35049 Befehl
35050 \end_layout
35051
35052 \end_inset
35053 </cell>
35054 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35055 \begin_inset Text
35056
35057 \begin_layout Plain Layout
35058 äquivalent zu
35059 \end_layout
35060
35061 \end_inset
35062 </cell>
35063 </row>
35064 <row>
35065 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35066 \begin_inset Text
35067
35068 \begin_layout Plain Layout
35069
35070 \backslash
35071 backslash
35072 \end_layout
35073
35074 \end_inset
35075 </cell>
35076 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35077 \begin_inset Text
35078
35079 \begin_layout Plain Layout
35080
35081 \backslash
35082
35083 \backslash
35084
35085 \end_layout
35086
35087 \end_inset
35088 </cell>
35089 </row>
35090 <row>
35091 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35092 \begin_inset Text
35093
35094 \begin_layout Plain Layout
35095
35096 \backslash
35097 dasharrow
35098 \end_layout
35099
35100 \end_inset
35101 </cell>
35102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35103 \begin_inset Text
35104
35105 \begin_layout Plain Layout
35106
35107 \backslash
35108 dashrightarrow
35109 \end_layout
35110
35111 \end_inset
35112 </cell>
35113 </row>
35114 <row>
35115 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35116 \begin_inset Text
35117
35118 \begin_layout Plain Layout
35119
35120 \backslash
35121 land
35122 \end_layout
35123
35124 \end_inset
35125 </cell>
35126 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35127 \begin_inset Text
35128
35129 \begin_layout Plain Layout
35130
35131 \backslash
35132 wedge
35133 \end_layout
35134
35135 \end_inset
35136 </cell>
35137 </row>
35138 <row>
35139 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35140 \begin_inset Text
35141
35142 \begin_layout Plain Layout
35143
35144 \backslash
35145 rbrace
35146 \end_layout
35147
35148 \end_inset
35149 </cell>
35150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35151 \begin_inset Text
35152
35153 \begin_layout Plain Layout
35154 }
35155 \end_layout
35156
35157 \end_inset
35158 </cell>
35159 </row>
35160 <row>
35161 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35162 \begin_inset Text
35163
35164 \begin_layout Plain Layout
35165
35166 \backslash
35167 rbracket
35168 \end_layout
35169
35170 \end_inset
35171 </cell>
35172 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35173 \begin_inset Text
35174
35175 \begin_layout Plain Layout
35176 ]
35177 \end_layout
35178
35179 \end_inset
35180 </cell>
35181 </row>
35182 <row>
35183 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35184 \begin_inset Text
35185
35186 \begin_layout Plain Layout
35187
35188 \backslash
35189 rightarrow
35190 \end_layout
35191
35192 \end_inset
35193 </cell>
35194 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35195 \begin_inset Text
35196
35197 \begin_layout Plain Layout
35198
35199 \backslash
35200 to
35201 \end_layout
35202
35203 \end_inset
35204 </cell>
35205 </row>
35206 <row>
35207 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35208 \begin_inset Text
35209
35210 \begin_layout Plain Layout
35211
35212 \backslash
35213 lnot
35214 \end_layout
35215
35216 \end_inset
35217 </cell>
35218 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35219 \begin_inset Text
35220
35221 \begin_layout Plain Layout
35222
35223 \backslash
35224 neg
35225 \end_layout
35226
35227 \end_inset
35228 </cell>
35229 </row>
35230 <row>
35231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35232 \begin_inset Text
35233
35234 \begin_layout Plain Layout
35235
35236 \backslash
35237 ne
35238 \end_layout
35239
35240 \end_inset
35241 </cell>
35242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35243 \begin_inset Text
35244
35245 \begin_layout Plain Layout
35246
35247 \backslash
35248 not=
35249 \end_layout
35250
35251 \end_inset
35252 </cell>
35253 </row>
35254 <row>
35255 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35256 \begin_inset Text
35257
35258 \begin_layout Plain Layout
35259
35260 \backslash
35261 owns
35262 \end_layout
35263
35264 \end_inset
35265 </cell>
35266 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35267 \begin_inset Text
35268
35269 \begin_layout Plain Layout
35270
35271 \backslash
35272 ni
35273 \end_layout
35274
35275 \end_inset
35276 </cell>
35277 </row>
35278 <row>
35279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35280 \begin_inset Text
35281
35282 \begin_layout Plain Layout
35283
35284 \backslash
35285 square
35286 \end_layout
35287
35288 \end_inset
35289 </cell>
35290 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35291 \begin_inset Text
35292
35293 \begin_layout Plain Layout
35294
35295 \backslash
35296 Box
35297 \end_layout
35298
35299 \end_inset
35300 </cell>
35301 </row>
35302 <row>
35303 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35304 \begin_inset Text
35305
35306 \begin_layout Plain Layout
35307
35308 \backslash
35309 Vert
35310 \end_layout
35311
35312 \end_inset
35313 </cell>
35314 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35315 \begin_inset Text
35316
35317 \begin_layout Plain Layout
35318
35319 \backslash
35320 |
35321 \end_layout
35322
35323 \end_inset
35324 </cell>
35325 </row>
35326 </lyxtabular>
35327
35328 \end_inset
35329
35330
35331 \begin_inset space \hfill{}
35332 \end_inset
35333
35334
35335 \end_layout
35336
35337 \begin_layout Standard
35338 \begin_inset Newpage newpage
35339 \end_inset
35340
35341
35342 \end_layout
35343
35344 \begin_layout Bibliography
35345 \begin_inset CommandInset bibitem
35346 LatexCommand bibitem
35347 key "TLC2"
35348
35349 \end_inset
35350
35351
35352 \shape smallcaps
35353 Mittelbach, F.
35354  ; Goossens, M.
35355 \shape default
35356
35357 \shape italic
35358 The LaTeX Companion
35359 \shape default
35360 .
35361  Addison Wesley, 2004
35362 \end_layout
35363
35364 \begin_layout Bibliography
35365 \begin_inset CommandInset bibitem
35366 LatexCommand bibitem
35367 key "Mathmode"
35368
35369 \end_inset
35370
35371
35372 \begin_inset CommandInset href
35373 LatexCommand href
35374 name "Beschreibung"
35375 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
35376
35377 \end_inset
35378
35379  der mathematischen Fähigkeiten von LaTeX
35380 \end_layout
35381
35382 \begin_layout Bibliography
35383 \begin_inset CommandInset bibitem
35384 LatexCommand bibitem
35385 key "Voss"
35386
35387 \end_inset
35388
35389 LaTeX Tipps- und Tricks-
35390 \begin_inset CommandInset href
35391 LatexCommand href
35392 name "Seite"
35393 target "http://tug.org/TeXnik/"
35394
35395 \end_inset
35396
35397
35398 \end_layout
35399
35400 \begin_layout Bibliography
35401 \begin_inset CommandInset bibitem
35402 LatexCommand bibitem
35403 key "AMS"
35404
35405 \end_inset
35406
35407
35408 \begin_inset CommandInset href
35409 LatexCommand href
35410 name "Beschreibung"
35411 target "ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf"
35412
35413 \end_inset
35414
35415  von 
35416 \begin_inset ERT
35417 status collapsed
35418
35419 \begin_layout Plain Layout
35420
35421
35422 \backslash
35423 AmS
35424 \end_layout
35425
35426 \end_inset
35427
35428 -LaTeX
35429 \end_layout
35430
35431 \begin_layout Bibliography
35432 \begin_inset CommandInset bibitem
35433 LatexCommand bibitem
35434 key "Symbole"
35435
35436 \end_inset
35437
35438
35439 \begin_inset CommandInset href
35440 LatexCommand href
35441 name "Auflistung"
35442 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
35443
35444 \end_inset
35445
35446  aller über LaTeX-Pakete verfügbare Symbole
35447 \end_layout
35448
35449 \begin_layout Bibliography
35450 \begin_inset CommandInset bibitem
35451 LatexCommand bibitem
35452 key "hyperref"
35453
35454 \end_inset
35455
35456
35457 \begin_inset CommandInset href
35458 LatexCommand href
35459 name "Dokumentation"
35460 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
35461
35462 \end_inset
35463
35464  des LaTeX-Pakets 
35465 \series bold
35466 hyperref
35467 \series default
35468
35469 \begin_inset Index
35470 status collapsed
35471
35472 \begin_layout Plain Layout
35473 Pakete ! hyperref
35474 \end_layout
35475
35476 \end_inset
35477
35478
35479 \end_layout
35480
35481 \begin_layout Bibliography
35482 \begin_inset CommandInset bibitem
35483 LatexCommand bibitem
35484 key "Mathclap"
35485
35486 \end_inset
35487
35488
35489 \begin_inset CommandInset href
35490 LatexCommand href
35491 name "Beschreibung"
35492 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
35493
35494 \end_inset
35495
35496  des in 
35497 \begin_inset CommandInset ref
35498 LatexCommand ref
35499 reference "sub:Operatorgrenzen"
35500
35501 \end_inset
35502
35503  vorgestellten Befehls 
35504 \series bold
35505
35506 \backslash
35507 mathclap
35508 \series default
35509
35510 \begin_inset Index
35511 status collapsed
35512
35513 \begin_layout Plain Layout
35514 Befehle ! M ! 
35515 \backslash
35516 mathclap
35517 \end_layout
35518
35519 \end_inset
35520
35521
35522 \end_layout
35523
35524 \begin_layout Bibliography
35525 \begin_inset CommandInset bibitem
35526 LatexCommand bibitem
35527 key "Duden"
35528
35529 \end_inset
35530
35531
35532 \emph on
35533 Duden Band 1
35534 \emph default
35535 .
35536  22.
35537  Auflage, Duden Verlag 2001
35538 \end_layout
35539
35540 \begin_layout Subsubsection*
35541 \begin_inset Note Note
35542 status collapsed
35543
35544 \begin_layout Plain Layout
35545 Damit der Index den Namen 
35546 \begin_inset Quotes gld
35547 \end_inset
35548
35549 Stichwortverzeichnis
35550 \begin_inset Quotes grd
35551 \end_inset
35552
35553  erhält, wurde im LaTeX-Vorspann
35554 \end_layout
35555
35556 \begin_layout Plain Layout
35557
35558 \series bold
35559
35560 \backslash
35561 addto
35562 \backslash
35563 captionsngerman{
35564 \backslash
35565 renewcommand{
35566 \backslash
35567 indexname}{Stichwortverzeichnis}}
35568 \end_layout
35569
35570 \begin_layout Plain Layout
35571 eingefügt.
35572 \end_layout
35573
35574 \begin_layout Plain Layout
35575 Das Paket 
35576 \series bold
35577 babel
35578 \series default
35579  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
35580  Ehe man Beschriftungen ändern kann, muss es geladen werden.
35581  Außerdem wird 
35582 \series bold
35583 babel
35584 \series default
35585  von LyX automatisch nach dem LaTeX-Vorspann geladen.
35586  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
35587 che verwendet wurde.
35588 \end_layout
35589
35590 \begin_layout Plain Layout
35591 Möchte man andere Beschriftungen ändern, ersetzt man 
35592 \series bold
35593
35594 \backslash
35595 indexname
35596 \series default
35597  durch 
35598 \series bold
35599
35600 \backslash
35601 <Beschriftungs>name
35602 \series default
35603 .
35604  Eine Auflistung der möglichen Namen findet man unter
35605 \end_layout
35606
35607 \begin_layout Plain Layout
35608
35609 \family typewriter
35610 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
35611 \end_layout
35612
35613 \begin_layout Plain Layout
35614 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
35615 \series bold
35616 ngerman
35617 \series default
35618  durch die Dokumentsprache und
35619 \end_layout
35620
35621 \begin_layout Plain Layout
35622
35623 \series bold
35624
35625 \backslash
35626 captionsgerman
35627 \series default
35628  durch 
35629 \series bold
35630
35631 \backslash
35632 captions<Dokumentsprache>
35633 \series default
35634 .
35635 \end_layout
35636
35637 \end_inset
35638
35639
35640 \begin_inset CommandInset index_print
35641 LatexCommand printindex
35642
35643 \end_inset
35644
35645
35646 \end_layout
35647
35648 \end_body
35649 \end_document