]> git.lyx.org Git - features.git/blob - lib/doc/de/Math.lyx
a3884775dc313ddc694620b0af41c02c4568a31d
[features.git] / lib / doc / de / Math.lyx
1 #LyX 2.1 created this file. For more info see http://www.lyx.org/
2 \lyxformat 474
3 \begin_document
4 \begin_header
5 \textclass scrartcl
6 \begin_preamble
7 % DO NOT ALTER THIS PREAMBLE!!!
8 %
9 % This preamble is designed to ensure that the file prints
10 % out as advertised. If you mess with this preamble,
11 % parts of this document may not print out as expected.  If you
12 % have problems LaTeXing this file, please contact 
13 % the documentation team
14 % email: lyx-docs@lists.lyx.org
15
16 % if pdflatex is used
17 \usepackage{ifpdf}
18 \ifpdf
19
20 % set fonts for nicer pdf view
21 \IfFileExists{lmodern.sty}
22  {\usepackage{lmodern}}{}
23
24 \fi % end if pdflatex is used
25
26 % Folgendes Problem lösen:
27 % Besteht die Kapitelnummer aus zu vielen Ziffern, wird  die
28 % Kapitelüberschrift im Inhaltsverzeichnis direkt an oder über
29 % die Kapitelnummer geschrieben.
30 % Als Lösung wird mehr Platz zwischen Nummer und
31 % Überschrift eingefügt.
32 \renewcommand{\l@subsection}{\@dottedtocline{2}{1.5em}{2.8em}}
33 \renewcommand{\l@subsubsection}{\@dottedtocline{3}{4.3em}{3.6em}}
34
35 % Linkfläche für Querverweise vergrößern und automatisch benennen,
36 \AtBeginDocument{\renewcommand{\ref}[1]{\mbox{\autoref{#1}}}}
37 \addto\extrasngerman{%
38  \renewcommand*{\equationautorefname}[1]{}%
39  \renewcommand{\sectionautorefname}{Kap.\negthinspace}%
40  \renewcommand{\subsectionautorefname}{Kap.\negthinspace}%
41  \renewcommand{\subsubsectionautorefname}{Kap.\negthinspace}%
42 }
43
44 % Makros damit Pakete nicht doppelt geladen werden.
45 % siehe erste Fußnote in Kap. 9.3
46 \@ifundefined{textcolor}{\usepackage{color}}{}
47
48 % Die Seiten des Inhaltsverzeichnisses werden römisch numeriert,
49 % ein PDF-Lesezeichen für das Inhaltsverzeichnis wird hinzugefügt
50 \pagenumbering{roman}
51 \let\myTOC\tableofcontents
52 \renewcommand{\tableofcontents}{%
53  \vspace{1cm}
54  \pdfbookmark[1]{\contentsname}{}
55  \myTOC
56  \cleardoublepage
57  \pagenumbering{arabic}}
58
59 % Damit die Fußnoten einen zusätzlichen vertikalen Abstand von 1,5 mm haben,
60 \let\myFoot\footnote
61 \renewcommand{\footnote}[1]{\myFoot{#1\vspace{1.5mm}}}
62
63 % provides caption formatting
64 \setkomafont{captionlabel}{\bfseries}
65
66 % enables calculation of values
67 \usepackage{calc}
68
69 % für Mehrfachzeilen, benutzt in Kap. 24.7
70 \usepackage{multicol}
71
72 % benutzt in Kap. 19.4
73 \usepackage{remreset}
74
75 % für das Fourier-Transformationssymbol
76 \usepackage{mathrsfs}
77
78 % Farbdefinition aus Kap. 9.3
79 \definecolor{dunkelgruen}{cmyk}{0.5, 0, 1, 0.5}
80
81 % Operatoren deklarieren (siehe Kap. 10.4 und 15.2)
82 \DeclareMathOperator*{\Raute}{\blacklozenge}
83 \DeclareMathOperator{\sgn}{sgn}
84
85 % Beispielbefehle aus Kap. 20.1 
86 \newcommand{\gr}{\Longrightarrow}
87 \newcommand{\us}[1]{\underline{#1}}
88 \newcommand{\fb}[3]{\framebox#1#2{$#3$}}
89 \newcommand{\cb}[3][white]{\fcolorbox{#2}{#1}{$#3$}}
90 \newcommand{\fracS}[3][]{\genfrac{}{}{#1}{}{#2}{#3}}
91
92 % Beispielmakro aus Kap. 19.4
93 %\def\tagform@#1{\maketag@@@{|#1|}}
94
95 % Damit der Index einen anderen Namen erhält.
96 \addto\captionsngerman
97 {\renewcommand{\indexname}
98 {Stichwort- und Befehlsverzeichnis}}
99
100
101 % ------------------------------------
102 % used to check for needed LaTeX packages
103 \usepackage{ifthen}
104
105 % testen ob das Paket undertilde installiert ist
106 % wird benutzt für den Befehl \utilde
107 \newboolean{undertilde}
108 \IfFileExists{undertilde.sty}
109  {\usepackage{undertilde}
110   \setboolean{undertilde}{true}}
111  {\setboolean{undertilde}{false}}
112
113 % testen ob das Paket eurosym installiert ist
114 % wird benutzt für das Euro-Symbol
115 \newboolean{eurosym}
116 \IfFileExists{eurosym.sty}
117  {\usepackage[gennarrow]{eurosym}
118   \setboolean{eurosym}{true}}
119  {\setboolean{eurosym}{false}}
120
121 % testen ob Paket braket installiert ist
122 % benötigt für physikalische Vektoren
123 \newboolean{braket}
124 \IfFileExists{braket.sty}
125  {\usepackage{braket}
126   \setboolean{braket}{true}}
127  {\setboolean{braket}{false}}
128
129 % testen ob Paket cancel installiert ist
130 \newboolean{cancel}
131 \IfFileExists{cancel.sty}
132  {\usepackage{cancel}
133   \setboolean{cancel}{true}}
134  {\setboolean{cancel}{false}}
135
136 % testen ob Paket upgreek installiert ist
137 \newboolean{upgreek}
138 \IfFileExists{upgreek.sty}
139  {\usepackage{upgreek}
140   \setboolean{upgreek}{true}}
141  {\setboolean{upgreek}{false}}
142
143 % benötigt für Kommas in Formeln, siehe Kap. 22.3
144 \IfFileExists{icomma.sty}
145  {\usepackage{icomma}}{}
146 \end_preamble
147 \options bibliography=totoc,index=totoc,BCOR7.5mm,titlepage,captions=tableheading
148 \use_default_options false
149 \maintain_unincluded_children false
150 \language ngerman
151 \language_package default
152 \inputencoding auto
153 \fontencoding global
154 \font_roman default
155 \font_sans default
156 \font_typewriter default
157 \font_math auto
158 \font_default_family default
159 \use_non_tex_fonts false
160 \font_sc false
161 \font_osf false
162 \font_sf_scale 100
163 \font_tt_scale 100
164 \graphics default
165 \default_output_format default
166 \output_sync 0
167 \bibtex_command default
168 \index_command default
169 \paperfontsize 12
170 \spacing single
171 \use_hyperref true
172 \pdf_title "LyXs Mathehandbuch"
173 \pdf_author "LyX Team, Uwe Stöhr"
174 \pdf_subject "LyX-Dokumentation der Mathefunktionen"
175 \pdf_keywords "LyX, Mathed"
176 \pdf_bookmarks true
177 \pdf_bookmarksnumbered true
178 \pdf_bookmarksopen true
179 \pdf_bookmarksopenlevel 1
180 \pdf_breaklinks false
181 \pdf_pdfborder false
182 \pdf_colorlinks true
183 \pdf_backref false
184 \pdf_pdfusetitle false
185 \pdf_quoted_options "linkcolor=black, citecolor=black, urlcolor=blue, filecolor=blue, pdfpagelayout=OneColumn, pdfnewwindow=true, pdfstartview=XYZ, plainpages=false"
186 \papersize a4paper
187 \use_geometry false
188 \use_package amsmath 2
189 \use_package amssymb 2
190 \use_package cancel 0
191 \use_package esint 1
192 \use_package mathdots 1
193 \use_package mathtools 1
194 \use_package mhchem 1
195 \use_package stackrel 0
196 \use_package stmaryrd 0
197 \use_package undertilde 0
198 \cite_engine basic
199 \cite_engine_type default
200 \biblio_style plain
201 \use_bibtopic false
202 \use_indices false
203 \paperorientation portrait
204 \suppress_date false
205 \justification true
206 \use_refstyle 0
207 \notefontcolor #0000ff
208 \index Stichwortverzeichnis
209 \shortcut idx
210 \color #008000
211 \end_index
212 \secnumdepth 4
213 \tocdepth 3
214 \paragraph_separation skip
215 \defskip medskip
216 \quotes_language german
217 \papercolumns 1
218 \papersides 2
219 \paperpagestyle plain
220 \bullet 1 0 6 -1
221 \bullet 2 2 35 -1
222 \bullet 3 2 7 -1
223 \tracking_changes false
224 \output_changes false
225 \html_math_output 0
226 \html_css_as_file 0
227 \html_be_strict false
228 \end_header
229
230 \begin_body
231
232 \begin_layout Title
233 LyXs detailliertes Mathe Handbuch
234 \end_layout
235
236 \begin_layout Author
237 vom LyX Team
238 \begin_inset Foot
239 status collapsed
240
241 \begin_layout Plain Layout
242 \noindent
243 Für Anmerkungen oder Korrekturen senden sie bitte eine Email an LyXs Dokumentati
244 ons-Liste: 
245 \family typewriter
246
247 \begin_inset CommandInset href
248 LatexCommand href
249 name "lyx-docs@lists.lyx.org"
250 target "lyx-docs@lists.lyx.org?subject=LyXs Mathehandbuch"
251
252 \end_inset
253
254
255 \end_layout
256
257 \end_inset
258
259
260 \begin_inset Note Note
261 status collapsed
262
263 \begin_layout Plain Layout
264 Verfasser: Uwe Stöhr
265 \end_layout
266
267 \end_inset
268
269
270 \begin_inset Newline newline
271 \end_inset
272
273
274 \begin_inset Newline newline
275 \end_inset
276
277
278 \family sans
279 Version 2.1.x
280 \end_layout
281
282 \begin_layout Standard
283 \begin_inset CommandInset toc
284 LatexCommand tableofcontents
285
286 \end_inset
287
288
289 \end_layout
290
291 \begin_layout Standard
292 \begin_inset Note Note
293 status open
294
295 \begin_layout Plain Layout
296 Um diese Datei als PDF, PS oder DVI zu exportieren, sollten die LaTeX-Pakete
297  
298 \series bold
299 braket, cancel, eurosym, mathdots, mathtools, mhchem, undertilde
300 \series default
301  und 
302 \series bold
303 was
304 \series default
305  installiert sein.
306  Wenn diese nicht installiert sind, kann das Dokument zwar exportiert werden,
307  die Abschnitte in denen die Pakete benötigt werden, erscheinen dann aber
308  nicht im Ausdruck.
309  Eine Ausnahme ist 
310 \series bold
311 mhchem
312 \series default
313 ; wenn es nicht installiert ist, kann dieses Dokument nicht exportiert werden.
314 \end_layout
315
316 \begin_layout Plain Layout
317 Die neueste PDF-Version dieses Dokuments ist hier zu finden:
318 \begin_inset Newline newline
319 \end_inset
320
321
322 \series bold
323 http://wiki.lyx.org/LyX/DocumentationDevelopment#Math
324 \end_layout
325
326 \end_inset
327
328
329 \end_layout
330
331 \begin_layout Standard
332 \begin_inset Newpage newpage
333 \end_inset
334
335
336 \end_layout
337
338 \begin_layout Section
339 Einleitung
340 \end_layout
341
342 \begin_layout Standard
343 Dieses Dokument ist eine Zusammenstellung und Erläuterung der wichtigsten
344  LaTeX-Befehle für mathematische Zeichen und Konstruktionen.
345  Die Erläuterungen sind speziell auf die Benutzung der Befehle mit LyX zugeschni
346 tten.
347  Das setzt voraus, dass bereits das Kapitel 
348 \family typewriter
349 Mathematische
350 \family default
351  
352 \family typewriter
353 Formeln
354 \family default
355  des Benutzerhandbuchs gelesen worden ist.
356 \end_layout
357
358 \begin_layout Standard
359 Die meisten Zeichen und viele Konstruktionen sind auch über das Menü 
360 \family sans
361 Einfügen
362 \series bold
363 \SpecialChar \menuseparator
364
365 \series default
366 Mathe
367 \family default
368  oder die 
369 \family sans
370 Mathe-Werkzeugleiste
371 \family default
372  aufrufbar.
373  Wer viele Formeln zu schreiben hat, wird jedoch feststellen, dass man mit
374  den LaTeX-Befehlen viel schneller eine Formel setzen kann.
375  Daher wird in diesem Handbuch der Fokus auf Befehle gesetzt wobei entsprechende
376  Werkzeugleistenknöpfe, falls vorhanden, erwähnt werden.
377 \end_layout
378
379 \begin_layout Standard
380 Sofern nicht anders angegeben, sind Befehle nur in der Formel-Umgebung von
381  LyX verfügbar.
382  Um alle Befehle nutzen zu können, muss die Option 
383 \family sans
384 AMS-Mathe-Paket verwenden
385 \family default
386  im Menü 
387 \family sans
388 Dokument\SpecialChar \menuseparator
389 Einstellungen\SpecialChar \menuseparator
390 Mathe Optionen
391 \family default
392  aktiviert sein.
393 \begin_inset Foot
394 status collapsed
395
396 \begin_layout Plain Layout
397 Die 
398 \family sans
399 Option
400 \family default
401  
402 \family sans
403 AMS-Mathe-Paket automatisch verwenden
404 \family default
405  verwendet 
406 \begin_inset ERT
407 status collapsed
408
409 \begin_layout Plain Layout
410
411
412 \backslash
413 AmS 
414 \end_layout
415
416 \end_inset
417
418 -Mathe nur wenn im Dokument mathematische Konstrukte gefunden wurden die
419  LyX unterstützt.
420 \end_layout
421
422 \end_inset
423
424
425 \end_layout
426
427 \begin_layout Standard
428 Es wird in diesem Dokument der Übersichtlichkeit halber auf die Auf\SpecialChar \textcompwordmark{}
429 listung
430  aller 
431 \begin_inset ERT
432 status collapsed
433
434 \begin_layout Plain Layout
435
436
437 \backslash
438 AmS 
439 \end_layout
440
441 \end_inset
442
443 -Mathe Befehle
444 \begin_inset Foot
445 status collapsed
446
447 \begin_layout Plain Layout
448 Eine Liste mit allen 
449 \begin_inset ERT
450 status collapsed
451
452 \begin_layout Plain Layout
453
454
455 \backslash
456 AmS
457 \end_layout
458
459 \end_inset
460
461 -Mathe Befehlen findet sich in der Datei 
462 \family sans
463
464 \begin_inset CommandInset href
465 LatexCommand href
466 name "amsguide.ps"
467 target "ftp://ftp.ams.org/pub/tex/doc/amstex/amsguide.pdf"
468
469 \end_inset
470
471
472 \family default
473 , die Teil jeder LaTeX-Standardinstallation ist.
474 \end_layout
475
476 \end_inset
477
478  verzichtet.
479 \end_layout
480
481 \begin_layout Section
482 Allgemeine Hinweise
483 \end_layout
484
485 \begin_layout Standard
486 Um eine in einer Textzeile eingebettete Formel
487 \begin_inset Index idx
488 status collapsed
489
490 \begin_layout Plain Layout
491 Formel ! eingebettete
492 \end_layout
493
494 \end_inset
495
496  zu erstellen, drückt man 
497 \family sans
498 Strg+M
499 \family default
500  oder den Werkzeugleistenknopf 
501 \begin_inset Graphics
502         filename ../../images/math-mode.png
503         scale 85
504
505 \end_inset
506
507 .
508 \begin_inset Newline newline
509 \end_inset
510
511 Um eine abgesetzte Formel
512 \begin_inset Index idx
513 status collapsed
514
515 \begin_layout Plain Layout
516 Formel ! abgesetzte
517 \end_layout
518
519 \end_inset
520
521  zu erstellen, drückt man 
522 \family sans
523 Strg+Shift+M
524 \family default
525 .
526 \end_layout
527
528 \begin_layout Standard
529 Um eine abgesetzte Formel in eine eingebettete umzuwandeln, setzt man den
530  Cursor in die Formel und drückt 
531 \family sans
532 Strg+Shift+M
533 \family default
534  oder benutzt das Menü 
535 \family sans
536 Bearbeiten\SpecialChar \menuseparator
537 Mathe\SpecialChar \menuseparator
538
539 \begin_inset Newline linebreak
540 \end_inset
541
542 Formelart ändern
543 \family default
544 .
545  Auf die selbe Weise lässt sich eine eingebettete in eine abgesetzte Formel
546  umwandeln.
547 \end_layout
548
549 \begin_layout Standard
550 Um Teile einer eingebetteten Formel in der Größe einer abgesetzten darzustellen,
551  gibt man in die Formel den Befehl 
552 \series bold
553
554 \backslash
555 displaystyle
556 \series default
557
558 \begin_inset Index idx
559 status collapsed
560
561 \begin_layout Plain Layout
562 Befehle ! D ! 
563 \backslash
564 displaystyle
565 \end_layout
566
567 \end_inset
568
569  ein.
570  Es erscheint ein neues blaues Kästchen, in das dann der Formelteil eingegeben
571  wird.
572 \end_layout
573
574 \begin_layout Standard
575 In einer Tabelle dürfen nur eingebettete Formeln verwendet werden.
576 \end_layout
577
578 \begin_layout Standard
579 Die 
580 \family sans
581 Mathe-Werkzeugleiste
582 \family default
583  kann über das Menü 
584 \family sans
585 Ansicht\SpecialChar \menuseparator
586 Werkzeugleisten
587 \family default
588  eingeblendet werden.
589  Wenn dort auf 
590 \begin_inset Quotes eld
591 \end_inset
592
593 Mathe
594 \begin_inset Quotes erd
595 \end_inset
596
597  geklickt wird, wird die Werkzeugleiste permanent am unteren Rand eingeblendet;
598  diese Einstellung wird durch ein Häkchen im Menü 
599 \family sans
600 Werkzeugleisten
601 \family default
602  angezeigt.
603  Wenn nun im Menü 
604 \family sans
605 Werkzeugleisten
606 \family default
607  nochmal auf 
608 \begin_inset Quotes eld
609 \end_inset
610
611 Mathe
612 \begin_inset Quotes erd
613 \end_inset
614
615  geklickt wird, wird die Werkzeugleiste nur angezeigt, wenn sich der Cursor
616  in einer Formel befindet; diese Einstellung wird durch die Umbenennung
617  des Menüeintrags von 
618 \begin_inset Quotes eld
619 \end_inset
620
621 Mathe
622 \begin_inset Quotes erd
623 \end_inset
624
625  zu 
626 \begin_inset Quotes eld
627 \end_inset
628
629 Mathe
630 \begin_inset space ~
631 \end_inset
632
633 (automatisch)
634 \begin_inset Quotes erd
635 \end_inset
636
637  angezeigt.
638 \end_layout
639
640 \begin_layout Standard
641 In den TeX-Modus
642 \begin_inset Index idx
643 status collapsed
644
645 \begin_layout Plain Layout
646 T@TeX-Modus
647 \end_layout
648
649 \end_inset
650
651  gelangt man über den Werkzeugleistenknopf 
652 \begin_inset Graphics
653         filename ../../images/ert-insert.png
654         scale 85
655
656 \end_inset
657
658  oder das Menü 
659 \family sans
660 Einfügen\SpecialChar \menuseparator
661 Te
662 \begin_inset ERT
663 status collapsed
664
665 \begin_layout Plain Layout
666
667 {}
668 \end_layout
669
670 \end_inset
671
672 X
673 \begin_inset space ~
674 \end_inset
675
676 Code
677 \family default
678  (Tastenkürzel 
679 \family sans
680 Strg+L
681 \family default
682 ).
683 \begin_inset Note Note
684 status collapsed
685
686 \begin_layout Plain Layout
687 In LyX gibt es drei 
688 \begin_inset Quotes gld
689 \end_inset
690
691 Eigennamen
692 \begin_inset Quotes grd
693 \end_inset
694
695 , die im Ausdruck mit hoch bzw.
696 \begin_inset space \space{}
697 \end_inset
698
699 tief gestellten Großbuchstaben erscheinen: TeX, LaTeX und LyX
700 \end_layout
701
702 \begin_layout Plain Layout
703 Um zu verhindern, dass diese Wörter als Eigennamen erkannt werden, fügt
704  man ein TeX-Klammerpaar ein.
705 \end_layout
706
707 \end_inset
708
709
710 \end_layout
711
712 \begin_layout Standard
713 In den LaTeX-Vorspann
714 \begin_inset Index idx
715 status collapsed
716
717 \begin_layout Plain Layout
718 L@LaTeX-Vorspann
719 \end_layout
720
721 \end_inset
722
723  gelangt man über das Menü 
724 \family sans
725 Dokument\SpecialChar \menuseparator
726 Einstellungen\SpecialChar \menuseparator
727 LaT
728 \begin_inset ERT
729 status collapsed
730
731 \begin_layout Plain Layout
732
733 {}
734 \end_layout
735
736 \end_inset
737
738 eX-Vorspann
739 \family default
740 .
741 \end_layout
742
743 \begin_layout Standard
744 Zur nachträglichen Bearbeitung von Matrizen, Fallunterscheidungen und mehrzeilig
745 en Formeln kann man die Menüs 
746 \family sans
747 Bearbeiten\SpecialChar \menuseparator
748 Mathe
749 \family default
750  und 
751 \family sans
752 Bearbeiten\SpecialChar \menuseparator
753 Zeilen
754 \begin_inset space \thinspace{}
755 \end_inset
756
757 &
758 \begin_inset space \thinspace{}
759 \end_inset
760
761 Spalten
762 \family default
763  oder die 
764 \family sans
765 Tabellen-Werkzeugleiste
766 \family default
767  verwenden.
768  Beim Vertauschen von Zeilen und Spalten mit Hilfe dieses Menüs wird immer
769  die Spalte bzw.
770 \begin_inset space \space{}
771 \end_inset
772
773 Zeile, in der der Cursor steht, mit der rechts daneben stehenden Spalte
774  bzw.
775 \begin_inset space \space{}
776 \end_inset
777
778 darunter liegenden Zeile vertauscht.
779  Befindet sich der Cursor in der letzten Spalte bzw.
780 \begin_inset space \space{}
781 \end_inset
782
783 Zeile, wird mit der links daneben stehenden Spalte bzw.
784 \begin_inset space \space{}
785 \end_inset
786
787 darüber liegenden Zeile vertauscht.
788 \end_layout
789
790 \begin_layout Standard
791 Zum Schreiben von Text in einer Formel
792 \begin_inset Foot
793 status collapsed
794
795 \begin_layout Plain Layout
796 Bei mehrzeiligen Formeln wird der Befehl 
797 \series bold
798
799 \backslash
800 intertext
801 \series default
802  verwendet, siehe 
803 \begin_inset CommandInset ref
804 LatexCommand ref
805 reference "sub:Text-in-mehrzeiligen"
806
807 \end_inset
808
809 .
810 \end_layout
811
812 \end_inset
813
814  verwendet man den 
815 \emph on
816 mathematischen Textmodus
817 \emph default
818
819 \begin_inset Index idx
820 status collapsed
821
822 \begin_layout Plain Layout
823 Text ! in Formeln
824 \end_layout
825
826 \end_inset
827
828
829 \begin_inset Index idx
830 status collapsed
831
832 \begin_layout Plain Layout
833 Mathematischer Textmodus
834 \end_layout
835
836 \end_inset
837
838 , in den man mit dem Tastenkürzel 
839 \family sans
840 Alt+M
841 \begin_inset space ~
842 \end_inset
843
844 M
845 \family default
846  oder durch Eingabe des Befehls 
847 \series bold
848
849 \backslash
850 text
851 \begin_inset Index idx
852 status collapsed
853
854 \begin_layout Plain Layout
855 Befehle ! T ! 
856 \backslash
857 text
858 \end_layout
859
860 \end_inset
861
862
863 \series default
864  gelangt.
865  Der Text erscheint in LyX schwarz und lässt sich dadurch gut vom Rest der
866  Formel unterscheiden.
867  Im fertigen Dokument erscheint mathematischer Text im Gegensatz zu allen
868  anderen Zeichen einer Formel nicht kursiv.
869 \end_layout
870
871 \begin_layout Subsection*
872 Befehlsschema
873 \end_layout
874
875 \begin_layout Standard
876 Die meisten LaTeX-Befehle für mathematische Konstruktionen besitzen folgendes
877  Schema:
878 \end_layout
879
880 \begin_layout Standard
881
882 \series bold
883
884 \backslash
885 Befehlsname[optionales
886 \series default
887  
888 \series bold
889 Argument]{anzugebendes
890 \series default
891  
892 \series bold
893 Argument}
894 \end_layout
895
896 \begin_layout Standard
897 Ein Befehl muss immer mit einem Backslash 
898 \begin_inset Quotes gld
899 \end_inset
900
901
902 \series bold
903
904 \backslash
905
906 \series default
907
908 \begin_inset Quotes grd
909 \end_inset
910
911  beginnen.
912  Möchte man ein optionales Argument nicht angeben, müssen auch die zugehörigen
913  eckigen Klammern weggelassen werden.
914  Die geschweiften Klammern werden in diesem Dokument als TeX-Klammern
915 \begin_inset Index idx
916 status collapsed
917
918 \begin_layout Plain Layout
919 T@TeX-Klammern
920 \end_layout
921
922 \end_inset
923
924  bezeichnet.
925  Hängt man in einer Formel an Befehlsnamen eine linke geschweifte Klammer
926  an, erzeugt LyX automatisch eine TeX-Klammer.
927  Ansonsten werden sie in Formeln mit dem Befehl 
928 \series bold
929
930 \backslash
931 {
932 \series default
933  erzeugt.
934  TeX-Klammern erscheinen in LyX rot, im Gegensatz zu normalen geschweiften
935  Klammern, die blau erscheinen.
936  Im TeX-Modus sind für TeX-Klammern keine Befehle notwendig.
937  TeX-Klammern erscheinen nicht im Ausdruck.
938 \end_layout
939
940 \begin_layout Standard
941 Werden Befehle ohne Argumente, wie z.
942 \begin_inset space \thinspace{}
943 \end_inset
944
945 B.
946  Symbolbefehle, im TeX-Modus eingegeben, muss auf den Befehl 
947 \emph on
948 immer
949 \emph default
950  ein Leerzeichen folgen um ihn zu beenden.
951  Dieses Leerzeichen erscheint nicht im Ausdruck.
952  Soll das Leerzeichen auch im Ausdruck erscheinen, muss auf den Befehl im
953  normalen Text ein geschütztes Leerzeichen folgen.
954 \end_layout
955
956 \begin_layout Standard
957 Ein geschütztes Leerzeichen gibt man mit 
958 \family sans
959 Strg+Leertaste
960 \family default
961  ein.
962 \end_layout
963
964 \begin_layout Subsection*
965 Zeichenerklärung
966 \end_layout
967
968 \begin_layout Itemize
969 Das Symbol 
970 \begin_inset space \textvisiblespace{}
971 \end_inset
972
973  steht für ein einzugebendes Leerzeichen.
974 \end_layout
975
976 \begin_layout Itemize
977 Ein Pfeil wie z.
978 \begin_inset space \thinspace{}
979 \end_inset
980
981 B.
982  
983 \begin_inset Formula $\to$
984 \end_inset
985
986  steht für den Druck der jeweiligen Pfeiltaste auf der Tastatur.
987  Die 
988 \family sans
989 Tabulator
990 \family default
991 -Taste kann oft anstelle von 
992 \begin_inset Formula $\to$
993 \end_inset
994
995  und 
996 \begin_inset Formula $\downarrow$
997 \end_inset
998
999  benutzt werden und 
1000 \family sans
1001 Umschalt+Tabulator
1002 \family default
1003  anstelle von 
1004 \begin_inset Formula $\leftarrow$
1005 \end_inset
1006
1007  und 
1008 \begin_inset Formula $\uparrow$
1009 \end_inset
1010
1011 .
1012 \end_layout
1013
1014 \begin_layout Subsection*
1015 Verfügbare Einheiten
1016 \end_layout
1017
1018 \begin_layout Standard
1019 \align center
1020 \begin_inset Float table
1021 placement H
1022 wide false
1023 sideways false
1024 status open
1025
1026 \begin_layout Plain Layout
1027 \align center
1028 \begin_inset Caption Standard
1029
1030 \begin_layout Plain Layout
1031 \begin_inset CommandInset label
1032 LatexCommand label
1033 name "tab:Verfügbare-Einheiten"
1034
1035 \end_inset
1036
1037 Verfügbare Einheiten
1038 \end_layout
1039
1040 \end_inset
1041
1042
1043 \end_layout
1044
1045 \begin_layout Plain Layout
1046 \align center
1047 \begin_inset Tabular
1048 <lyxtabular version="3" rows="13" columns="2">
1049 <features rotate="0" tabularvalignment="middle">
1050 <column alignment="center" valignment="top">
1051 <column alignment="center" valignment="top">
1052 <row>
1053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1054 \begin_inset Text
1055
1056 \begin_layout Plain Layout
1057 Einheit
1058 \end_layout
1059
1060 \end_inset
1061 </cell>
1062 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1063 \begin_inset Text
1064
1065 \begin_layout Plain Layout
1066 Name / Beschreibung
1067 \end_layout
1068
1069 \end_inset
1070 </cell>
1071 </row>
1072 <row>
1073 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1074 \begin_inset Text
1075
1076 \begin_layout Plain Layout
1077 mm
1078 \end_layout
1079
1080 \end_inset
1081 </cell>
1082 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1083 \begin_inset Text
1084
1085 \begin_layout Plain Layout
1086 Millimeter
1087 \end_layout
1088
1089 \end_inset
1090 </cell>
1091 </row>
1092 <row>
1093 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1094 \begin_inset Text
1095
1096 \begin_layout Plain Layout
1097 cm
1098 \end_layout
1099
1100 \end_inset
1101 </cell>
1102 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1103 \begin_inset Text
1104
1105 \begin_layout Plain Layout
1106 Zentimeter
1107 \end_layout
1108
1109 \end_inset
1110 </cell>
1111 </row>
1112 <row>
1113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1114 \begin_inset Text
1115
1116 \begin_layout Plain Layout
1117 in
1118 \end_layout
1119
1120 \end_inset
1121 </cell>
1122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1123 \begin_inset Text
1124
1125 \begin_layout Plain Layout
1126 Inch / Zoll (1
1127 \begin_inset space \thinspace{}
1128 \end_inset
1129
1130 in = 2,54
1131 \begin_inset space \thinspace{}
1132 \end_inset
1133
1134 cm)
1135 \end_layout
1136
1137 \end_inset
1138 </cell>
1139 </row>
1140 <row>
1141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1142 \begin_inset Text
1143
1144 \begin_layout Plain Layout
1145 pt
1146 \end_layout
1147
1148 \end_inset
1149 </cell>
1150 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1151 \begin_inset Text
1152
1153 \begin_layout Plain Layout
1154 Punkt (72,27
1155 \begin_inset space \thinspace{}
1156 \end_inset
1157
1158 pt = 1
1159 \begin_inset space \thinspace{}
1160 \end_inset
1161
1162 in)
1163 \end_layout
1164
1165 \end_inset
1166 </cell>
1167 </row>
1168 <row>
1169 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1170 \begin_inset Text
1171
1172 \begin_layout Plain Layout
1173 pc
1174 \end_layout
1175
1176 \end_inset
1177 </cell>
1178 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1179 \begin_inset Text
1180
1181 \begin_layout Plain Layout
1182 Pica (1
1183 \begin_inset space \thinspace{}
1184 \end_inset
1185
1186 pc = 12
1187 \begin_inset space \thinspace{}
1188 \end_inset
1189
1190 pt)
1191 \end_layout
1192
1193 \end_inset
1194 </cell>
1195 </row>
1196 <row>
1197 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1198 \begin_inset Text
1199
1200 \begin_layout Plain Layout
1201 sp
1202 \end_layout
1203
1204 \end_inset
1205 </cell>
1206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1207 \begin_inset Text
1208
1209 \begin_layout Plain Layout
1210 skalierter Punkt(65536
1211 \begin_inset space \thinspace{}
1212 \end_inset
1213
1214 sp = 1
1215 \begin_inset space \thinspace{}
1216 \end_inset
1217
1218 pt)
1219 \end_layout
1220
1221 \end_inset
1222 </cell>
1223 </row>
1224 <row>
1225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1226 \begin_inset Text
1227
1228 \begin_layout Plain Layout
1229 bp
1230 \end_layout
1231
1232 \end_inset
1233 </cell>
1234 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1235 \begin_inset Text
1236
1237 \begin_layout Plain Layout
1238 großer Punkt (72
1239 \begin_inset space \thinspace{}
1240 \end_inset
1241
1242 bp = 1
1243 \begin_inset space \thinspace{}
1244 \end_inset
1245
1246 in)
1247 \end_layout
1248
1249 \end_inset
1250 </cell>
1251 </row>
1252 <row>
1253 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1254 \begin_inset Text
1255
1256 \begin_layout Plain Layout
1257 dd
1258 \end_layout
1259
1260 \end_inset
1261 </cell>
1262 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1263 \begin_inset Text
1264
1265 \begin_layout Plain Layout
1266 Didot (1
1267 \begin_inset space \thinspace{}
1268 \end_inset
1269
1270 dd 
1271 \begin_inset Formula $\approx$
1272 \end_inset
1273
1274  0,376
1275 \begin_inset space \thinspace{}
1276 \end_inset
1277
1278 mm)
1279 \end_layout
1280
1281 \end_inset
1282 </cell>
1283 </row>
1284 <row>
1285 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1286 \begin_inset Text
1287
1288 \begin_layout Plain Layout
1289 cc
1290 \end_layout
1291
1292 \end_inset
1293 </cell>
1294 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1295 \begin_inset Text
1296
1297 \begin_layout Plain Layout
1298 Cicero (1
1299 \begin_inset space \thinspace{}
1300 \end_inset
1301
1302 cc = 12
1303 \begin_inset space \thinspace{}
1304 \end_inset
1305
1306 dd)
1307 \end_layout
1308
1309 \end_inset
1310 </cell>
1311 </row>
1312 <row>
1313 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1314 \begin_inset Text
1315
1316 \begin_layout Plain Layout
1317 ex
1318 \end_layout
1319
1320 \end_inset
1321 </cell>
1322 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1323 \begin_inset Text
1324
1325 \begin_layout Plain Layout
1326 Höhe des Buchstabens 
1327 \emph on
1328 x
1329 \emph default
1330  in der aktuellen Schrift
1331 \end_layout
1332
1333 \end_inset
1334 </cell>
1335 </row>
1336 <row>
1337 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1338 \begin_inset Text
1339
1340 \begin_layout Plain Layout
1341 em
1342 \end_layout
1343
1344 \end_inset
1345 </cell>
1346 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1347 \begin_inset Text
1348
1349 \begin_layout Plain Layout
1350 Breite des Buchstabens 
1351 \emph on
1352 M
1353 \emph default
1354  in der aktuellen Schrift
1355 \end_layout
1356
1357 \end_inset
1358 </cell>
1359 </row>
1360 <row>
1361 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1362 \begin_inset Text
1363
1364 \begin_layout Plain Layout
1365 mu
1366 \end_layout
1367
1368 \end_inset
1369 </cell>
1370 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1371 \begin_inset Text
1372
1373 \begin_layout Plain Layout
1374 Mathe-Einheit (1
1375 \begin_inset space \thinspace{}
1376 \end_inset
1377
1378 mu = 
1379 \begin_inset Formula $\nicefrac{1}{18}$
1380 \end_inset
1381
1382
1383 \begin_inset space \thinspace{}
1384 \end_inset
1385
1386 em)
1387 \end_layout
1388
1389 \end_inset
1390 </cell>
1391 </row>
1392 </lyxtabular>
1393
1394 \end_inset
1395
1396
1397 \end_layout
1398
1399 \end_inset
1400
1401
1402 \end_layout
1403
1404 \begin_layout Standard
1405 \begin_inset Newpage newpage
1406 \end_inset
1407
1408
1409 \end_layout
1410
1411 \begin_layout Section
1412 Grundlegende Funktionen
1413 \end_layout
1414
1415 \begin_layout Subsection
1416 Exponenten
1417 \begin_inset Index idx
1418 status collapsed
1419
1420 \begin_layout Plain Layout
1421 Exponenten
1422 \end_layout
1423
1424 \end_inset
1425
1426  und Indizes
1427 \begin_inset Index idx
1428 status collapsed
1429
1430 \begin_layout Plain Layout
1431 Indizes
1432 \end_layout
1433
1434 \end_inset
1435
1436
1437 \begin_inset Index idx
1438 status collapsed
1439
1440 \begin_layout Plain Layout
1441 Hochstellen|see
1442 \begin_inset ERT
1443 status collapsed
1444
1445 \begin_layout Plain Layout
1446
1447 {
1448 \end_layout
1449
1450 \end_inset
1451
1452 Exponenten
1453 \begin_inset ERT
1454 status collapsed
1455
1456 \begin_layout Plain Layout
1457
1458 }
1459 \end_layout
1460
1461 \end_inset
1462
1463
1464 \end_layout
1465
1466 \end_inset
1467
1468
1469 \begin_inset Index idx
1470 status collapsed
1471
1472 \begin_layout Plain Layout
1473 Tiefstellen|see
1474 \begin_inset ERT
1475 status collapsed
1476
1477 \begin_layout Plain Layout
1478
1479 {
1480 \end_layout
1481
1482 \end_inset
1483
1484 Indizes
1485 \begin_inset ERT
1486 status collapsed
1487
1488 \begin_layout Plain Layout
1489
1490 }
1491 \end_layout
1492
1493 \end_inset
1494
1495
1496 \end_layout
1497
1498 \end_inset
1499
1500
1501 \end_layout
1502
1503 \begin_layout Standard
1504 Indizes werden mit dem Unterstrich _ oder mit dem Mathe-Werkzeugleistenknopf
1505  
1506 \begin_inset Graphics
1507         filename ../../images/math-subscript.png
1508         scale 85
1509
1510 \end_inset
1511
1512 , Exponenten mit dem Zirkumflexzeichen ^ oder mit dem Mathe-Werkzeugleistenknopf
1513  
1514 \begin_inset Graphics
1515         filename ../../images/math-superscript.png
1516         scale 85
1517
1518 \end_inset
1519
1520  erzeugt.
1521 \end_layout
1522
1523 \begin_layout Standard
1524 \align center
1525 \begin_inset Tabular
1526 <lyxtabular version="3" rows="4" columns="2">
1527 <features rotate="0" tabularvalignment="middle">
1528 <column alignment="center" valignment="top" width="0pt">
1529 <column alignment="center" valignment="top" width="0pt">
1530 <row>
1531 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1532 \begin_inset Text
1533
1534 \begin_layout Plain Layout
1535 Befehl
1536 \end_layout
1537
1538 \end_inset
1539 </cell>
1540 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1541 \begin_inset Text
1542
1543 \begin_layout Plain Layout
1544 Ergebnis
1545 \begin_inset Note Note
1546 status collapsed
1547
1548 \begin_layout Plain Layout
1549
1550 \series bold
1551
1552 \backslash
1553 raisebox
1554 \series default
1555  dient nur als Abstandhalter.
1556 \end_layout
1557
1558 \end_inset
1559
1560
1561 \end_layout
1562
1563 \end_inset
1564 </cell>
1565 </row>
1566 <row>
1567 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1568 \begin_inset Text
1569
1570 \begin_layout Plain Layout
1571 B_V
1572 \end_layout
1573
1574 \end_inset
1575 </cell>
1576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1577 \begin_inset Text
1578
1579 \begin_layout Plain Layout
1580 \begin_inset Formula $B_{V}$
1581 \end_inset
1582
1583
1584 \end_layout
1585
1586 \end_inset
1587 </cell>
1588 </row>
1589 <row>
1590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1591 \begin_inset Text
1592
1593 \begin_layout Plain Layout
1594 B^V
1595 \end_layout
1596
1597 \end_inset
1598 </cell>
1599 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1600 \begin_inset Text
1601
1602 \begin_layout Plain Layout
1603 \begin_inset Formula $\raisebox{5mm}{}B^{V}$
1604 \end_inset
1605
1606
1607 \end_layout
1608
1609 \end_inset
1610 </cell>
1611 </row>
1612 <row>
1613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1614 \begin_inset Text
1615
1616 \begin_layout Plain Layout
1617 B^
1618 \begin_inset space \textvisiblespace{}
1619 \end_inset
1620
1621 A
1622 \end_layout
1623
1624 \end_inset
1625 </cell>
1626 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1627 \begin_inset Text
1628
1629 \begin_layout Plain Layout
1630 \begin_inset Formula $\raisebox{5mm}{}B^{A}$
1631 \end_inset
1632
1633
1634 \end_layout
1635
1636 \end_inset
1637 </cell>
1638 </row>
1639 </lyxtabular>
1640
1641 \end_inset
1642
1643
1644 \end_layout
1645
1646 \begin_layout Standard
1647 Da der Zirkumflex ein Akzent ist, werden Selbstlaute akzentuiert statt hochgeste
1648 llt
1649 \begin_inset Foot
1650 status collapsed
1651
1652 \begin_layout Plain Layout
1653 Je nach Tastatureinstellung werden auch andere Buchstaben akzentuiert.
1654 \end_layout
1655
1656 \end_inset
1657
1658 .
1659  Um in diesem Fall Exponenten zu erzeugen, muss nach dem Zirkumflex ein
1660  Leerzeichen eingegeben werden, siehe letztes Beispiel.
1661 \end_layout
1662
1663 \begin_layout Subsection
1664 Brüche
1665 \begin_inset CommandInset label
1666 LatexCommand label
1667 name "sub:Brüche"
1668
1669 \end_inset
1670
1671
1672 \begin_inset Index idx
1673 status collapsed
1674
1675 \begin_layout Plain Layout
1676 Brüche
1677 \end_layout
1678
1679 \end_inset
1680
1681
1682 \end_layout
1683
1684 \begin_layout Standard
1685 Brüche werden mit dem Befehl 
1686 \series bold
1687
1688 \backslash
1689 frac
1690 \series default
1691
1692 \begin_inset Index idx
1693 status collapsed
1694
1695 \begin_layout Plain Layout
1696 Befehle ! F ! 
1697 \backslash
1698 frac
1699 \end_layout
1700
1701 \end_inset
1702
1703  oder mit dem Mathe-Werkzeugleistenknopf 
1704 \begin_inset Graphics
1705         filename ../../images/math/frac.png
1706         scale 50
1707
1708 \end_inset
1709
1710  erstellt.
1711  Die Zeichengröße wird automatisch angepasst, je nachdem, ob sich der Bruch
1712  in einer eingebetteten oder abgesetzten Formel befindet.
1713  Mit dem Mathe-Werkzeugleistenknopf 
1714 \begin_inset Graphics
1715         filename ../../images/math/frac-square.png
1716         scale 85
1717
1718 \end_inset
1719
1720  können verschieden Bruchtypen gewählt werden.
1721 \end_layout
1722
1723 \begin_layout Standard
1724 Mit dem Befehl 
1725 \series bold
1726
1727 \backslash
1728 dfrac
1729 \series default
1730
1731 \begin_inset Index idx
1732 status collapsed
1733
1734 \begin_layout Plain Layout
1735 Befehle ! D ! 
1736 \backslash
1737 dfrac
1738 \end_layout
1739
1740 \end_inset
1741
1742  kann man einen Bruch erzeugen, der immer in der Größe einer abgesetzten
1743  Formel erscheint.
1744  Mit 
1745 \series bold
1746
1747 \backslash
1748 tfrac
1749 \series default
1750
1751 \begin_inset Index idx
1752 status collapsed
1753
1754 \begin_layout Plain Layout
1755 Befehle ! T ! 
1756 \backslash
1757 tfrac
1758 \end_layout
1759
1760 \end_inset
1761
1762  erscheint der Bruch immer in der Größe einer eingebetteten Formel.
1763  Ein Beispiel:
1764 \end_layout
1765
1766 \begin_layout Standard
1767 Eine Zeile mit dem Bruch 
1768 \begin_inset Formula $\frac{1}{2}$
1769 \end_inset
1770
1771 , der mit dem Befehl 
1772 \series bold
1773
1774 \backslash
1775 frac
1776 \series default
1777  erstellt wurde.
1778 \end_layout
1779
1780 \begin_layout Standard
1781 Eine Zeile mit dem Bruch 
1782 \begin_inset Formula $\dfrac{1}{2}$
1783 \end_inset
1784
1785 , der mit dem Befehl 
1786 \series bold
1787
1788 \backslash
1789 dfrac
1790 \series default
1791  erstellt wurde.
1792 \end_layout
1793
1794 \begin_layout Standard
1795 \align center
1796 \begin_inset Tabular
1797 <lyxtabular version="3" rows="4" columns="2">
1798 <features rotate="0" tabularvalignment="middle">
1799 <column alignment="center" valignment="top" width="0pt">
1800 <column alignment="center" valignment="top" width="0pt">
1801 <row>
1802 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1803 \begin_inset Text
1804
1805 \begin_layout Plain Layout
1806 Befehl
1807 \end_layout
1808
1809 \end_inset
1810 </cell>
1811 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1812 \begin_inset Text
1813
1814 \begin_layout Plain Layout
1815 Ergebnis
1816 \begin_inset Note Note
1817 status collapsed
1818
1819 \begin_layout Plain Layout
1820
1821 \series bold
1822
1823 \backslash
1824 raisebox
1825 \series default
1826  dient nur als Abstandhalter.
1827 \end_layout
1828
1829 \end_inset
1830
1831
1832 \end_layout
1833
1834 \end_inset
1835 </cell>
1836 </row>
1837 <row>
1838 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1839 \begin_inset Text
1840
1841 \begin_layout Plain Layout
1842
1843 \backslash
1844 frac
1845 \begin_inset space \textvisiblespace{}
1846 \end_inset
1847
1848 A
1849 \begin_inset Formula $\downarrow$
1850 \end_inset
1851
1852 B
1853 \end_layout
1854
1855 \end_inset
1856 </cell>
1857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1858 \begin_inset Text
1859
1860 \begin_layout Plain Layout
1861 \begin_inset Formula $\raisebox{4.5mm}{}\frac{A}{B}\raisebox{-2.5mm}{}$
1862 \end_inset
1863
1864
1865 \end_layout
1866
1867 \end_inset
1868 </cell>
1869 </row>
1870 <row>
1871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
1872 \begin_inset Text
1873
1874 \begin_layout Plain Layout
1875
1876 \backslash
1877 dfrac
1878 \begin_inset space \textvisiblespace{}
1879 \end_inset
1880
1881 A
1882 \begin_inset Formula $\downarrow$
1883 \end_inset
1884
1885 B
1886 \end_layout
1887
1888 \end_inset
1889 </cell>
1890 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
1891 \begin_inset Text
1892
1893 \begin_layout Plain Layout
1894 \begin_inset Formula $\raisebox{7mm}{}\dfrac{A}{B}\raisebox{-4mm}{}$
1895 \end_inset
1896
1897
1898 \end_layout
1899
1900 \end_inset
1901 </cell>
1902 </row>
1903 <row>
1904 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
1905 \begin_inset Text
1906
1907 \begin_layout Plain Layout
1908
1909 \backslash
1910 dfrac
1911 \begin_inset space \textvisiblespace{}
1912 \end_inset
1913
1914 e^
1915 \backslash
1916 frac
1917 \begin_inset space \textvisiblespace{}
1918 \end_inset
1919
1920 1
1921 \begin_inset Formula $\downarrow$
1922 \end_inset
1923
1924 2
1925 \begin_inset Formula $\downarrow\downarrow$
1926 \end_inset
1927
1928 3
1929 \end_layout
1930
1931 \end_inset
1932 </cell>
1933 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
1934 \begin_inset Text
1935
1936 \begin_layout Plain Layout
1937 \begin_inset Formula $\raisebox{8mm}{}\dfrac{e^{\frac{1}{2}}}{3}\raisebox{-4mm}{}$
1938 \end_inset
1939
1940
1941 \end_layout
1942
1943 \end_inset
1944 </cell>
1945 </row>
1946 </lyxtabular>
1947
1948 \end_inset
1949
1950
1951 \end_layout
1952
1953 \begin_layout Standard
1954 \begin_inset VSpace bigskip
1955 \end_inset
1956
1957
1958 \begin_inset Newpage newpage
1959 \end_inset
1960
1961 Für Mehrfachbrüche gibt es den Befehl 
1962 \series bold
1963
1964 \backslash
1965 cfrac
1966 \series default
1967
1968 \begin_inset Index idx
1969 status collapsed
1970
1971 \begin_layout Plain Layout
1972 Befehle ! C ! 
1973 \backslash
1974 cfrac
1975 \end_layout
1976
1977 \end_inset
1978
1979 .
1980  Dazu ein Beispiel:
1981 \begin_inset VSpace -3mm
1982 \end_inset
1983
1984
1985 \end_layout
1986
1987 \begin_layout Standard
1988 \begin_inset Formula 
1989 \begin{align*}
1990 \textrm{mit \textbf{\textbackslash frac} erstellt} &  & \textrm{mit \textbf{\textbackslash cfrac} erstellt}\\
1991 \frac{A}{B+\frac{C+\frac{E}{F}}{D}} &  & \cfrac{A}{B+\cfrac{C+\cfrac{E}{F}}{D}}
1992 \end{align*}
1993
1994 \end_inset
1995
1996
1997 \end_layout
1998
1999 \begin_layout Standard
2000 Der Befehl für obiges Beispiel lautet:
2001 \end_layout
2002
2003 \begin_layout Standard
2004
2005 \series bold
2006
2007 \backslash
2008 cfrac
2009 \begin_inset space \textvisiblespace{}
2010 \end_inset
2011
2012 A
2013 \begin_inset Formula $\downarrow$
2014 \end_inset
2015
2016 B+
2017 \backslash
2018 cfrac
2019 \begin_inset space \textvisiblespace{}
2020 \end_inset
2021
2022 C+
2023 \backslash
2024 cfrac
2025 \begin_inset space \textvisiblespace{}
2026 \end_inset
2027
2028 E
2029 \begin_inset Formula $\downarrow$
2030 \end_inset
2031
2032 F
2033 \begin_inset Formula $\downarrow$
2034 \end_inset
2035
2036 D
2037 \end_layout
2038
2039 \begin_layout Standard
2040 \begin_inset VSpace medskip
2041 \end_inset
2042
2043
2044 \end_layout
2045
2046 \begin_layout Standard
2047
2048 \series bold
2049
2050 \backslash
2051 cfrac
2052 \series default
2053  bewirkt, dass der Bruch immer in der Größe einer abgesetzten Formel erscheint,
2054  auch wenn er selbst Teil eines Bruches ist.
2055 \end_layout
2056
2057 \begin_layout Standard
2058 Es ist möglich die Ausrichtung des Zählers einzustellen.
2059  Der Befehl 
2060 \series bold
2061
2062 \backslash
2063 cfracleft
2064 \series default
2065  richtet ihn links, der Befehl 
2066 \series bold
2067
2068 \backslash
2069 cfracright
2070 \series default
2071  rechts aus.
2072  
2073 \series bold
2074
2075 \backslash
2076 cfrac
2077 \series default
2078  zentriert den Zähler.
2079  Diese Brüche demonstrieren die verschiedenen Ausrichtungen:
2080 \end_layout
2081
2082 \begin_layout Standard
2083
2084 \series bold
2085 \begin_inset Formula 
2086 \[
2087 \cfrac[l]{A}{B+C}\,,\,\cfrac{A}{B+C}\,,\,\cfrac[r]{A}{B+C}
2088 \]
2089
2090 \end_inset
2091
2092
2093 \end_layout
2094
2095 \begin_layout Standard
2096 \begin_inset Note Greyedout
2097 status open
2098
2099 \begin_layout Plain Layout
2100
2101 \series bold
2102 Achtung:
2103 \series default
2104  
2105 \series bold
2106
2107 \backslash
2108 cfracleft
2109 \series default
2110  und
2111 \series bold
2112  
2113 \backslash
2114 cfracright
2115 \series default
2116  sind keine echten LaTeX-Befehle, sondern stellen den Befehl 
2117 \series bold
2118
2119 \backslash
2120 cfrac[Ausrichtung]{Zähler}{Nenner}
2121 \series default
2122  dar.
2123  Daher kann man sie nicht im TeX-Code benutzen.
2124 \end_layout
2125
2126 \end_inset
2127
2128
2129 \end_layout
2130
2131 \begin_layout Standard
2132 \begin_inset VSpace medskip
2133 \end_inset
2134
2135 Oftmals ist es am günstigsten 
2136 \series bold
2137
2138 \backslash
2139 cfrac
2140 \series default
2141  und 
2142 \series bold
2143
2144 \backslash
2145 frac
2146 \series default
2147  zu kombinieren:
2148 \begin_inset Formula 
2149 \[
2150 \cfrac{A}{B+\cfrac{C+\frac{E}{F}}{D}}
2151 \]
2152
2153 \end_inset
2154
2155
2156 \end_layout
2157
2158 \begin_layout Standard
2159 Um Brüche mit schrägem Bruchstrich zu erzeugen, kann der Befehl 
2160 \series bold
2161
2162 \backslash
2163 nicefrac
2164 \series default
2165
2166 \begin_inset Index idx
2167 status collapsed
2168
2169 \begin_layout Plain Layout
2170 Befehle ! N ! 
2171 \backslash
2172 nicefrac
2173 \end_layout
2174
2175 \end_inset
2176
2177
2178 \begin_inset Formula $\nicefrac{5}{31}$
2179 \end_inset
2180
2181  oder 
2182 \series bold
2183
2184 \backslash
2185 unitfrac
2186 \series default
2187
2188 \begin_inset Index idx
2189 status collapsed
2190
2191 \begin_layout Plain Layout
2192 Befehle! U ! 
2193 \backslash
2194 unitfrac
2195 \end_layout
2196
2197 \end_inset
2198
2199
2200 \begin_inset Formula $\unitfrac{5}{31}$
2201 \end_inset
2202
2203  benutzt werden.
2204  Des Weiteren gibt es den Befehl 
2205 \series bold
2206
2207 \backslash
2208 unitfracthree
2209 \series default
2210  mit dem man einen Bruch in Kombination mit einer Zahl setzen kann: 
2211 \begin_inset Formula $\unitfrac[2]{1}{3}$
2212 \end_inset
2213
2214
2215 \end_layout
2216
2217 \begin_layout Standard
2218 \begin_inset Note Greyedout
2219 status open
2220
2221 \begin_layout Plain Layout
2222
2223 \series bold
2224 Achtung:
2225 \series default
2226  
2227 \series bold
2228
2229 \backslash
2230 unitfracthree
2231 \series default
2232  ist kein echter LaTeX-Befehl, sondern der Befehl
2233 \begin_inset Newline newline
2234 \end_inset
2235
2236
2237 \series bold
2238
2239 \backslash
2240 unitfrac[Zahl]{Zähler}{Nenner}
2241 \series default
2242  .
2243  Daher kann man ihn nicht im TeX-Code benutzen.
2244 \end_layout
2245
2246 \end_inset
2247
2248
2249 \end_layout
2250
2251 \begin_layout Standard
2252 Wie man eigene Brüche definiert, um die Bruchstrichdicke zu ändern, ist
2253  in 
2254 \begin_inset CommandInset ref
2255 LatexCommand ref
2256 reference "sub:Selbstdefinierte-Brüche"
2257
2258 \end_inset
2259
2260  erklärt.
2261 \end_layout
2262
2263 \begin_layout Standard
2264 \begin_inset Newpage newpage
2265 \end_inset
2266
2267
2268 \end_layout
2269
2270 \begin_layout Subsection
2271 Wurzeln
2272 \begin_inset Index idx
2273 status collapsed
2274
2275 \begin_layout Plain Layout
2276 Wurzeln
2277 \end_layout
2278
2279 \end_inset
2280
2281
2282 \end_layout
2283
2284 \begin_layout Standard
2285 Quadratwurzeln werden mit 
2286 \series bold
2287
2288 \backslash
2289 sqrt
2290 \series default
2291
2292 \begin_inset Index idx
2293 status collapsed
2294
2295 \begin_layout Plain Layout
2296 Befehle ! S ! 
2297 \backslash
2298 sqrt
2299 \end_layout
2300
2301 \end_inset
2302
2303  oder dem Mathe-Werkzeugleistenknopf 
2304 \begin_inset Graphics
2305         filename ../../images/math/sqrt.png
2306         scale 85
2307
2308 \end_inset
2309
2310  gesetzt, alle anderen Wurzeln mit dem Befehl 
2311 \series bold
2312
2313 \backslash
2314 root
2315 \series default
2316
2317 \begin_inset Index idx
2318 status collapsed
2319
2320 \begin_layout Plain Layout
2321 Befehle ! R ! 
2322 \backslash
2323 root
2324 \end_layout
2325
2326 \end_inset
2327
2328  oder dem Mathe-Werkzeugleistenknopf 
2329 \begin_inset Graphics
2330         filename ../../images/math/root.png
2331         scale 85
2332
2333 \end_inset
2334
2335 .
2336 \end_layout
2337
2338 \begin_layout Standard
2339 \align center
2340 \begin_inset Tabular
2341 <lyxtabular version="3" rows="3" columns="2">
2342 <features rotate="0" tabularvalignment="middle">
2343 <column alignment="center" valignment="top" width="0pt">
2344 <column alignment="center" valignment="top" width="0pt">
2345 <row>
2346 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2347 \begin_inset Text
2348
2349 \begin_layout Plain Layout
2350 Befehl
2351 \end_layout
2352
2353 \end_inset
2354 </cell>
2355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2356 \begin_inset Text
2357
2358 \begin_layout Plain Layout
2359 Ergebnis
2360 \begin_inset Note Note
2361 status collapsed
2362
2363 \begin_layout Plain Layout
2364
2365 \series bold
2366
2367 \backslash
2368 raisebox
2369 \series default
2370  dient nur als Abstandhalter.
2371 \end_layout
2372
2373 \end_inset
2374
2375
2376 \end_layout
2377
2378 \end_inset
2379 </cell>
2380 </row>
2381 <row>
2382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2383 \begin_inset Text
2384
2385 \begin_layout Plain Layout
2386
2387 \backslash
2388 sqrt
2389 \begin_inset space \textvisiblespace{}
2390 \end_inset
2391
2392 A-B
2393 \end_layout
2394
2395 \end_inset
2396 </cell>
2397 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2398 \begin_inset Text
2399
2400 \begin_layout Plain Layout
2401 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt{A-B}$
2402 \end_inset
2403
2404
2405 \end_layout
2406
2407 \end_inset
2408 </cell>
2409 </row>
2410 <row>
2411 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
2412 \begin_inset Text
2413
2414 \begin_layout Plain Layout
2415
2416 \backslash
2417 root
2418 \begin_inset space \textvisiblespace{}
2419 \end_inset
2420
2421 3
2422 \begin_inset Formula $\downarrow$
2423 \end_inset
2424
2425 A-B
2426 \end_layout
2427
2428 \end_inset
2429 </cell>
2430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2431 \begin_inset Text
2432
2433 \begin_layout Plain Layout
2434 \begin_inset Formula $\raisebox{4.5mm}{}\sqrt[3]{A-B}$
2435 \end_inset
2436
2437
2438 \end_layout
2439
2440 \end_inset
2441 </cell>
2442 </row>
2443 </lyxtabular>
2444
2445 \end_inset
2446
2447
2448 \end_layout
2449
2450 \begin_layout Standard
2451 Eine Quadratwurzel kann man auch mit 
2452 \series bold
2453
2454 \backslash
2455 root
2456 \series default
2457  erstellen, indem man das Feld über der Wurzel frei lässt.
2458 \end_layout
2459
2460 \begin_layout Standard
2461 Bei manchen Indizes ist der Abstand zur Wurzel zu gering, wie bei dieser
2462  Formel: 
2463 \begin_inset Formula $\sqrt[\beta]{B}$
2464 \end_inset
2465
2466
2467 \begin_inset Newline newline
2468 \end_inset
2469
2470 Das 
2471 \begin_inset Formula $\beta$
2472 \end_inset
2473
2474  berührt die Wurzel.
2475  Um dies zu verhindern, verwendet man die Befehle 
2476 \series bold
2477
2478 \backslash
2479 leftroot
2480 \series default
2481
2482 \begin_inset Index idx
2483 status collapsed
2484
2485 \begin_layout Plain Layout
2486 Befehle ! L ! 
2487 \backslash
2488 leftroot
2489 \end_layout
2490
2491 \end_inset
2492
2493  und 
2494 \series bold
2495
2496 \backslash
2497 uproot
2498 \series default
2499
2500 \begin_inset Index idx
2501 status collapsed
2502
2503 \begin_layout Plain Layout
2504 Befehle ! U ! 
2505 \backslash
2506 uproot
2507 \end_layout
2508
2509 \end_inset
2510
2511 , die folgendes Schema besitzen:
2512 \end_layout
2513
2514 \begin_layout Standard
2515
2516 \series bold
2517
2518 \backslash
2519 leftroot{Abstand}
2520 \series default
2521  bzw.
2522 \begin_inset space \space{}
2523 \end_inset
2524
2525
2526 \series bold
2527
2528 \backslash
2529 uproot{Abstand}
2530 \end_layout
2531
2532 \begin_layout Standard
2533 Abstand ist die Anzahl der Big Points (Einheit bp; 
2534 \begin_inset Formula $\mathrm{72\, bp=1\, inch}$
2535 \end_inset
2536
2537 ), um die der Index nach links bzw.
2538 \begin_inset space \space{}
2539 \end_inset
2540
2541 nach oben verschoben werden soll.
2542  Die Befehle werden in den Index geschrieben.
2543  So ergibt der Befehl
2544 \begin_inset Newline newline
2545 \end_inset
2546
2547
2548 \series bold
2549
2550 \backslash
2551 root
2552 \backslash
2553 leftroot{-1
2554 \begin_inset Formula $\to$
2555 \end_inset
2556
2557
2558 \backslash
2559 uproot{2
2560 \begin_inset Formula $\to$
2561 \end_inset
2562
2563
2564 \backslash
2565 beta
2566 \begin_inset space \textvisiblespace{}
2567 \end_inset
2568
2569
2570 \begin_inset Formula $\to$
2571 \end_inset
2572
2573 B
2574 \begin_inset Newline newline
2575 \end_inset
2576
2577
2578 \series default
2579 eine korrekt gesetzte Formel: 
2580 \begin_inset Formula $\sqrt[\leftroot{-1}\uproot{2}\beta]{B}$
2581 \end_inset
2582
2583
2584 \end_layout
2585
2586 \begin_layout Subsection
2587 Binomialkoeffizienten
2588 \begin_inset Index idx
2589 status collapsed
2590
2591 \begin_layout Plain Layout
2592 Binomialkoeffizienten
2593 \end_layout
2594
2595 \end_inset
2596
2597
2598 \end_layout
2599
2600 \begin_layout Standard
2601 Binomialkoeffizienten können mit dem Befehl 
2602 \series bold
2603
2604 \backslash
2605 binom
2606 \series default
2607
2608 \begin_inset Index idx
2609 status collapsed
2610
2611 \begin_layout Plain Layout
2612 Befehle ! B ! 
2613 \backslash
2614 binom
2615 \end_layout
2616
2617 \end_inset
2618
2619  oder über das Untermenü des Mathe-Werkzeugleistenknopfs 
2620 \begin_inset Graphics
2621         filename ../../images/math/frac-square.png
2622         scale 85
2623
2624 \end_inset
2625
2626 eingefügt werden.
2627  Analog zu Brüchen (
2628 \series bold
2629
2630 \backslash
2631 frac
2632 \series default
2633 ) gibt es außer 
2634 \series bold
2635
2636 \backslash
2637 binom
2638 \series default
2639  noch die Befehle 
2640 \series bold
2641
2642 \backslash
2643 dbinom
2644 \series default
2645
2646 \begin_inset Index idx
2647 status collapsed
2648
2649 \begin_layout Plain Layout
2650 Befehle ! D ! 
2651 \backslash
2652 dbinom
2653 \end_layout
2654
2655 \end_inset
2656
2657  und 
2658 \series bold
2659
2660 \backslash
2661 tbinom
2662 \series default
2663
2664 \begin_inset Index idx
2665 status collapsed
2666
2667 \begin_layout Plain Layout
2668 Befehle ! T ! 
2669 \backslash
2670 tbinom
2671 \end_layout
2672
2673 \end_inset
2674
2675 .
2676  Für andere Klammern um Binomialkoeffizienten gibt es die Befehle 
2677 \series bold
2678
2679 \backslash
2680 brace
2681 \series default
2682
2683 \begin_inset Index idx
2684 status collapsed
2685
2686 \begin_layout Plain Layout
2687 Befehle ! B ! 
2688 \backslash
2689 brace
2690 \end_layout
2691
2692 \end_inset
2693
2694  und 
2695 \series bold
2696
2697 \backslash
2698 brack
2699 \series default
2700
2701 \begin_inset Index idx
2702 status collapsed
2703
2704 \begin_layout Plain Layout
2705 Befehle ! B ! 
2706 \backslash
2707 brack
2708 \end_layout
2709
2710 \end_inset
2711
2712 .
2713 \end_layout
2714
2715 \begin_layout Standard
2716 \align center
2717 \begin_inset Tabular
2718 <lyxtabular version="3" rows="6" columns="2">
2719 <features rotate="0" tabularvalignment="middle">
2720 <column alignment="center" valignment="top" width="0pt">
2721 <column alignment="center" valignment="top" width="0pt">
2722 <row>
2723 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2724 \begin_inset Text
2725
2726 \begin_layout Plain Layout
2727 Befehl
2728 \end_layout
2729
2730 \end_inset
2731 </cell>
2732 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2733 \begin_inset Text
2734
2735 \begin_layout Plain Layout
2736 Ergebnis
2737 \begin_inset Note Note
2738 status collapsed
2739
2740 \begin_layout Plain Layout
2741
2742 \series bold
2743
2744 \backslash
2745 raisebox
2746 \series default
2747  dient nur als Abstandhalter.
2748 \end_layout
2749
2750 \end_inset
2751
2752
2753 \end_layout
2754
2755 \end_inset
2756 </cell>
2757 </row>
2758 <row>
2759 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2760 \begin_inset Text
2761
2762 \begin_layout Plain Layout
2763
2764 \backslash
2765 binom
2766 \begin_inset space \textvisiblespace{}
2767 \end_inset
2768
2769 A
2770 \begin_inset Formula $\downarrow$
2771 \end_inset
2772
2773 B
2774 \end_layout
2775
2776 \end_inset
2777 </cell>
2778 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2779 \begin_inset Text
2780
2781 \begin_layout Plain Layout
2782 \begin_inset Formula $\raisebox{5mm}{}\binom{A}{B}\raisebox{-2.5mm}{}$
2783 \end_inset
2784
2785
2786 \end_layout
2787
2788 \end_inset
2789 </cell>
2790 </row>
2791 <row>
2792 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2793 \begin_inset Text
2794
2795 \begin_layout Plain Layout
2796
2797 \backslash
2798 dbinom
2799 \begin_inset space \textvisiblespace{}
2800 \end_inset
2801
2802 A
2803 \begin_inset Formula $\downarrow$
2804 \end_inset
2805
2806 B
2807 \end_layout
2808
2809 \end_inset
2810 </cell>
2811 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2812 \begin_inset Text
2813
2814 \begin_layout Plain Layout
2815 \begin_inset Formula $\raisebox{5mm}{}\dbinom{A}{B}\raisebox{-2.5mm}{}$
2816 \end_inset
2817
2818
2819 \end_layout
2820
2821 \end_inset
2822 </cell>
2823 </row>
2824 <row>
2825 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2826 \begin_inset Text
2827
2828 \begin_layout Plain Layout
2829
2830 \backslash
2831 tbinom
2832 \begin_inset space \textvisiblespace{}
2833 \end_inset
2834
2835 A
2836 \begin_inset Formula $\downarrow$
2837 \end_inset
2838
2839 B
2840 \end_layout
2841
2842 \end_inset
2843 </cell>
2844 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2845 \begin_inset Text
2846
2847 \begin_layout Plain Layout
2848 \begin_inset Formula $\raisebox{5mm}{}\tbinom{A}{B}\raisebox{-2.5mm}{}$
2849 \end_inset
2850
2851
2852 \end_layout
2853
2854 \end_inset
2855 </cell>
2856 </row>
2857 <row>
2858 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2859 \begin_inset Text
2860
2861 \begin_layout Plain Layout
2862
2863 \backslash
2864 brack
2865 \begin_inset space \textvisiblespace{}
2866 \end_inset
2867
2868 A
2869 \begin_inset Formula $\downarrow$
2870 \end_inset
2871
2872 B
2873 \end_layout
2874
2875 \end_inset
2876 </cell>
2877 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
2878 \begin_inset Text
2879
2880 \begin_layout Plain Layout
2881 \begin_inset Formula $\raisebox{5mm}{}{A \brack B}\raisebox{-2.5mm}{}$
2882 \end_inset
2883
2884
2885 \end_layout
2886
2887 \end_inset
2888 </cell>
2889 </row>
2890 <row>
2891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
2892 \begin_inset Text
2893
2894 \begin_layout Plain Layout
2895
2896 \backslash
2897 brace
2898 \begin_inset space \textvisiblespace{}
2899 \end_inset
2900
2901 A
2902 \begin_inset Formula $\downarrow$
2903 \end_inset
2904
2905 B
2906 \end_layout
2907
2908 \end_inset
2909 </cell>
2910 <cell alignment="center" valignment="top" bottomline="true" rightline="true" usebox="none">
2911 \begin_inset Text
2912
2913 \begin_layout Plain Layout
2914 \begin_inset Formula $\raisebox{5mm}{}{A \brace B}\raisebox{-2.5mm}{}$
2915 \end_inset
2916
2917
2918 \end_layout
2919
2920 \end_inset
2921 </cell>
2922 </row>
2923 </lyxtabular>
2924
2925 \end_inset
2926
2927
2928 \end_layout
2929
2930 \begin_layout Subsection
2931 Fallunterscheidungen
2932 \begin_inset Index idx
2933 status collapsed
2934
2935 \begin_layout Plain Layout
2936 Fallunterscheidungen
2937 \end_layout
2938
2939 \end_inset
2940
2941
2942 \end_layout
2943
2944 \begin_layout Standard
2945 \align center
2946 \begin_inset Tabular
2947 <lyxtabular version="3" rows="3" columns="2">
2948 <features rotate="0" tabularvalignment="middle">
2949 <column alignment="center" valignment="top" width="0pt">
2950 <column alignment="center" valignment="top" width="0pt">
2951 <row>
2952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
2953 \begin_inset Text
2954
2955 \begin_layout Plain Layout
2956 Befehl
2957 \end_layout
2958
2959 \end_inset
2960 </cell>
2961 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
2962 \begin_inset Text
2963
2964 \begin_layout Plain Layout
2965 Ergebnis
2966 \end_layout
2967
2968 \end_inset
2969 </cell>
2970 </row>
2971 <row>
2972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
2973 \begin_inset Text
2974
2975 \begin_layout Plain Layout
2976
2977 \backslash
2978 cases
2979 \begin_inset space \textvisiblespace{}
2980 \end_inset
2981
2982 A
2983 \begin_inset Formula $\to$
2984 \end_inset
2985
2986 B>0
2987 \begin_inset Index idx
2988 status collapsed
2989
2990 \begin_layout Plain Layout
2991 Befehle ! C ! 
2992 \backslash
2993 cases
2994 \end_layout
2995
2996 \end_inset
2997
2998
2999 \end_layout
3000
3001 \end_inset
3002 </cell>
3003 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3004 \begin_inset Text
3005
3006 \begin_layout Plain Layout
3007 \begin_inset Formula $\begin{cases}
3008 A & B>0\end{cases}$
3009 \end_inset
3010
3011
3012 \end_layout
3013
3014 \end_inset
3015 </cell>
3016 </row>
3017 <row>
3018 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3019 \begin_inset Text
3020
3021 \begin_layout Plain Layout
3022
3023 \backslash
3024 cases
3025 \begin_inset space \textvisiblespace{}
3026 \end_inset
3027
3028 Strg+Enter
3029 \end_layout
3030
3031 \end_inset
3032 </cell>
3033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3034 \begin_inset Text
3035
3036 \begin_layout Plain Layout
3037 \begin_inset Formula $\begin{cases}
3038 A & \textrm{für }x>0\\
3039 B & \textrm{für }x=0
3040 \end{cases}$
3041 \end_inset
3042
3043
3044 \end_layout
3045
3046 \end_inset
3047 </cell>
3048 </row>
3049 </lyxtabular>
3050
3051 \end_inset
3052
3053
3054 \end_layout
3055
3056 \begin_layout Standard
3057 Nach der Eingabe von 
3058 \series bold
3059
3060 \backslash
3061 cases
3062 \series default
3063  oder der Benutzung des Mathe-Werkzeugleistenknopfs 
3064 \begin_inset Graphics
3065         filename ../../images/math/cases.png
3066         scale 85
3067
3068 \end_inset
3069
3070  können mit 
3071 \family sans
3072 Strg+Enter
3073 \family default
3074  oder dem Tabellen-Werkzeugleistenknopf 
3075 \begin_inset Graphics
3076         filename ../../images/tabular-feature_append-row.png
3077         scale 85
3078
3079 \end_inset
3080
3081  neue Zeilen erstellt werden.
3082 \begin_inset Foot
3083 status collapsed
3084
3085 \begin_layout Plain Layout
3086 Umlaute in Formeln, wie in obiger Tabelle, sind in 
3087 \begin_inset CommandInset ref
3088 LatexCommand ref
3089 reference "sub:Akzente-für-ein"
3090
3091 \end_inset
3092
3093  beschrieben.
3094 \end_layout
3095
3096 \end_inset
3097
3098
3099 \end_layout
3100
3101 \begin_layout Standard
3102 Der Befehl 
3103 \series bold
3104
3105 \backslash
3106 cases
3107 \series default
3108  ist auch über das Menü 
3109 \family sans
3110 Einfügen\SpecialChar \menuseparator
3111 Mathe\SpecialChar \menuseparator
3112 Cases-Umgebung
3113 \family default
3114  verfügbar.
3115 \end_layout
3116
3117 \begin_layout Subsection
3118 Verneinungen
3119 \begin_inset Index idx
3120 status collapsed
3121
3122 \begin_layout Plain Layout
3123 Verneinungen
3124 \end_layout
3125
3126 \end_inset
3127
3128
3129 \end_layout
3130
3131 \begin_layout Standard
3132 Durch die Eingabe von 
3133 \series bold
3134
3135 \backslash
3136 not
3137 \series default
3138
3139 \begin_inset Index idx
3140 status collapsed
3141
3142 \begin_layout Plain Layout
3143 Befehle ! N ! 
3144 \backslash
3145 not
3146 \end_layout
3147
3148 \end_inset
3149
3150  kann jedes beliebige Zeichen durchgestrichen dargestellt werden.
3151  Die Zeichen werden quasi mit einem Schrägstrich akzentuiert.
3152 \end_layout
3153
3154 \begin_layout Standard
3155 \align center
3156 \begin_inset Tabular
3157 <lyxtabular version="3" rows="4" columns="2">
3158 <features rotate="0" tabularvalignment="middle">
3159 <column alignment="center" valignment="top" width="0pt">
3160 <column alignment="center" valignment="top" width="0pt">
3161 <row>
3162 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3163 \begin_inset Text
3164
3165 \begin_layout Plain Layout
3166 Befehl
3167 \end_layout
3168
3169 \end_inset
3170 </cell>
3171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3172 \begin_inset Text
3173
3174 \begin_layout Plain Layout
3175 Ergebnis
3176 \end_layout
3177
3178 \end_inset
3179 </cell>
3180 </row>
3181 <row>
3182 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3183 \begin_inset Text
3184
3185 \begin_layout Plain Layout
3186
3187 \backslash
3188 not=
3189 \end_layout
3190
3191 \end_inset
3192 </cell>
3193 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3194 \begin_inset Text
3195
3196 \begin_layout Plain Layout
3197 \begin_inset Formula $\not=$
3198 \end_inset
3199
3200
3201 \end_layout
3202
3203 \end_inset
3204 </cell>
3205 </row>
3206 <row>
3207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3208 \begin_inset Text
3209
3210 \begin_layout Plain Layout
3211
3212 \backslash
3213 not 
3214 \backslash
3215 le
3216 \end_layout
3217
3218 \end_inset
3219 </cell>
3220 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3221 \begin_inset Text
3222
3223 \begin_layout Plain Layout
3224 \begin_inset Formula $\not\le$
3225 \end_inset
3226
3227
3228 \end_layout
3229
3230 \end_inset
3231 </cell>
3232 </row>
3233 <row>
3234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3235 \begin_inset Text
3236
3237 \begin_layout Plain Layout
3238
3239 \backslash
3240 not 
3241 \backslash
3242 parallel
3243 \end_layout
3244
3245 \end_inset
3246 </cell>
3247 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3248 \begin_inset Text
3249
3250 \begin_layout Plain Layout
3251 \begin_inset Formula $\not\parallel$
3252 \end_inset
3253
3254
3255 \end_layout
3256
3257 \end_inset
3258 </cell>
3259 </row>
3260 </lyxtabular>
3261
3262 \end_inset
3263
3264
3265 \end_layout
3266
3267 \begin_layout Standard
3268 Das letzte Beispiel zeigt, dass nicht alle Verneinungen gut aussehen.
3269  Deswegen gibt es für Einige spezielle Befehle (siehe 
3270 \begin_inset CommandInset ref
3271 LatexCommand ref
3272 reference "sub:Mathematische-Symbole"
3273
3274 \end_inset
3275
3276  und 
3277 \begin_inset CommandInset ref
3278 LatexCommand ref
3279 reference "sec:Relationen"
3280
3281 \end_inset
3282
3283 ).
3284 \end_layout
3285
3286 \begin_layout Subsection
3287 Platzhalter
3288 \begin_inset CommandInset label
3289 LatexCommand label
3290 name "sub:Platzhalter"
3291
3292 \end_inset
3293
3294
3295 \begin_inset Index idx
3296 status collapsed
3297
3298 \begin_layout Plain Layout
3299 Platzhalter
3300 \end_layout
3301
3302 \end_inset
3303
3304
3305 \begin_inset Index idx
3306 status collapsed
3307
3308 \begin_layout Plain Layout
3309 chemische Zeichen ! Isotope
3310 \end_layout
3311
3312 \end_inset
3313
3314
3315 \begin_inset Index idx
3316 status collapsed
3317
3318 \begin_layout Plain Layout
3319 Isotope|see
3320 \begin_inset ERT
3321 status collapsed
3322
3323 \begin_layout Plain Layout
3324
3325 {
3326 \end_layout
3327
3328 \end_inset
3329
3330 chemische Zeichen
3331 \begin_inset ERT
3332 status collapsed
3333
3334 \begin_layout Plain Layout
3335
3336 }
3337 \end_layout
3338
3339 \end_inset
3340
3341
3342 \end_layout
3343
3344 \end_inset
3345
3346
3347 \end_layout
3348
3349 \begin_layout Standard
3350 Möchte man z.
3351 \begin_inset space \thinspace{}
3352 \end_inset
3353
3354 B.
3355  Isotope
3356 \begin_inset Foot
3357 status collapsed
3358
3359 \begin_layout Plain Layout
3360 Wie Isotope und chemische Reaktionen erstellt werden, ist in 
3361 \begin_inset CommandInset ref
3362 LatexCommand ref
3363 reference "sub:Chemische-Symbole-und"
3364
3365 \end_inset
3366
3367  beschrieben.
3368 \end_layout
3369
3370 \end_inset
3371
3372  darstellen, tritt folgendes Problem auf:
3373 \end_layout
3374
3375 \begin_layout Standard
3376 \align center
3377 \begin_inset Tabular
3378 <lyxtabular version="3" rows="2" columns="2">
3379 <features rotate="0" tabularvalignment="middle">
3380 <column alignment="center" valignment="top" width="0pt">
3381 <column alignment="center" valignment="top" width="0pt">
3382 <row>
3383 <cell alignment="center" valignment="top" usebox="none">
3384 \begin_inset Text
3385
3386 \begin_layout Plain Layout
3387 durch Hoch- und Tiefstellen erzeugte Indizes:
3388 \end_layout
3389
3390 \end_inset
3391 </cell>
3392 <cell alignment="center" valignment="top" usebox="none">
3393 \begin_inset Text
3394
3395 \begin_layout Plain Layout
3396 \begin_inset Formula $_{9}^{19}\mathrm{F}\raisebox{-3mm}{}$
3397 \end_inset
3398
3399
3400 \end_layout
3401
3402 \end_inset
3403 </cell>
3404 </row>
3405 <row>
3406 <cell alignment="center" valignment="top" usebox="none">
3407 \begin_inset Text
3408
3409 \begin_layout Plain Layout
3410 korrekte Indizes:
3411 \end_layout
3412
3413 \end_inset
3414 </cell>
3415 <cell alignment="center" valignment="top" usebox="none">
3416 \begin_inset Text
3417
3418 \begin_layout Plain Layout
3419 \begin_inset Formula $_{\phantom{1}9}^{19}\mathrm{F}$
3420 \end_inset
3421
3422
3423 \end_layout
3424
3425 \end_inset
3426 </cell>
3427 </row>
3428 </lyxtabular>
3429
3430 \end_inset
3431
3432
3433 \begin_inset Note Note
3434 status collapsed
3435
3436 \begin_layout Plain Layout
3437
3438 \series bold
3439
3440 \backslash
3441 raisebox
3442 \series default
3443  dient nur
3444 \end_layout
3445
3446 \begin_layout Plain Layout
3447 als Abstandhalter.
3448 \end_layout
3449
3450 \end_inset
3451
3452
3453 \end_layout
3454
3455 \begin_layout Standard
3456 Der kürzere Index wird standardmäßig unter oder über das erste Zeichen des
3457  längeren Index gesetzt.
3458  Um das zu verhindern gibt es den Befehl 
3459 \series bold
3460
3461 \backslash
3462 phantom
3463 \series default
3464
3465 \begin_inset Index idx
3466 status collapsed
3467
3468 \begin_layout Plain Layout
3469 Befehle ! P ! 
3470 \backslash
3471 phantom
3472 \end_layout
3473
3474 \end_inset
3475
3476  oder den Mathe-Werkzeugleistenknopf
3477 \begin_inset space \thinspace{}
3478 \end_inset
3479
3480
3481 \begin_inset Foot
3482 status collapsed
3483
3484 \begin_layout Plain Layout
3485 zu finden im Untermenü des Mathe-Werkzeugleistenknopfs 
3486 \begin_inset Graphics
3487         filename ../../images/math/space.png
3488         scale 85
3489
3490 \end_inset
3491
3492
3493 \end_layout
3494
3495 \end_inset
3496
3497  
3498 \begin_inset Graphics
3499         filename ../../images/math/phantom.png
3500         scale 85
3501
3502 \end_inset
3503
3504 , der ein oder mehrere Phantomzeichen erstellt.
3505  Wenn 
3506 \series bold
3507
3508 \backslash
3509 phantom
3510 \series default
3511  eingegeben wird, erscheint ein kleines blaues Kästchen, dass von zwei roten
3512  Pfeilen überlagert wird.
3513  Die Pfeile geben an, dass die komplette Breite und Höhe des Kästcheninhalts
3514  als Leerraum erstellt wird.
3515  Phantomzeichen sind dementsprechend Platzhalter mit der Größe der angegebenen
3516  Zeichen.
3517 \end_layout
3518
3519 \begin_layout Standard
3520 \align center
3521 \begin_inset Tabular
3522 <lyxtabular version="3" rows="4" columns="2">
3523 <features rotate="0" tabularvalignment="middle">
3524 <column alignment="center" valignment="top">
3525 <column alignment="center" valignment="top">
3526 <row>
3527 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3528 \begin_inset Text
3529
3530 \begin_layout Plain Layout
3531 Befehl
3532 \end_layout
3533
3534 \end_inset
3535 </cell>
3536 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3537 \begin_inset Text
3538
3539 \begin_layout Plain Layout
3540 Ergebnis
3541 \begin_inset Note Note
3542 status collapsed
3543
3544 \begin_layout Plain Layout
3545
3546 \series bold
3547
3548 \backslash
3549 raisebox
3550 \series default
3551  dient nur als Abstandhalter.
3552 \end_layout
3553
3554 \end_inset
3555
3556
3557 \end_layout
3558
3559 \end_inset
3560 </cell>
3561 </row>
3562 <row>
3563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
3564 \begin_inset Text
3565
3566 \begin_layout Plain Layout
3567 ^19
3568 \begin_inset space \textvisiblespace{}
3569 \end_inset
3570
3571 _
3572 \backslash
3573 phantom
3574 \begin_inset space \textvisiblespace{}
3575 \end_inset
3576
3577 1
3578 \begin_inset Formula $\to$
3579 \end_inset
3580
3581 9
3582 \begin_inset space \textvisiblespace{}
3583 \end_inset
3584
3585 F
3586 \end_layout
3587
3588 \end_inset
3589 </cell>
3590 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
3591 \begin_inset Text
3592
3593 \begin_layout Plain Layout
3594 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{1}9}^{19}\mathrm{F}\raisebox{-2.5mm}{}$
3595 \end_inset
3596
3597
3598 \end_layout
3599
3600 \end_inset
3601 </cell>
3602 </row>
3603 <row>
3604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3605 \begin_inset Text
3606
3607 \begin_layout Plain Layout
3608 ^235
3609 \begin_inset space \textvisiblespace{}
3610 \end_inset
3611
3612 _
3613 \backslash
3614 phantom
3615 \begin_inset space \textvisiblespace{}
3616 \end_inset
3617
3618 23
3619 \begin_inset Formula $\to$
3620 \end_inset
3621
3622 9
3623 \begin_inset space \textvisiblespace{}
3624 \end_inset
3625
3626 F
3627 \end_layout
3628
3629 \end_inset
3630 </cell>
3631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3632 \begin_inset Text
3633
3634 \begin_layout Plain Layout
3635 \begin_inset Formula $\raisebox{4.5mm}{}{}_{\phantom{23}9}^{235}\mathrm{F}\raisebox{-2.5mm}{}$
3636 \end_inset
3637
3638
3639 \end_layout
3640
3641 \end_inset
3642 </cell>
3643 </row>
3644 <row>
3645 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3646 \begin_inset Text
3647
3648 \begin_layout Plain Layout
3649
3650 \backslash
3651 Lambda^
3652 \begin_inset space \textvisiblespace{}
3653 \end_inset
3654
3655
3656 \backslash
3657 phantom
3658 \begin_inset space \textvisiblespace{}
3659 \end_inset
3660
3661 ii
3662 \begin_inset Formula $\to$
3663 \end_inset
3664
3665 t
3666 \begin_inset space \textvisiblespace{}
3667 \end_inset
3668
3669 _MMt
3670 \end_layout
3671
3672 \end_inset
3673 </cell>
3674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3675 \begin_inset Text
3676
3677 \begin_layout Plain Layout
3678 \begin_inset Formula $\raisebox{4.5mm}{}\Lambda_{MMt}^{\phantom{ii}t}\raisebox{-2.5mm}{}$
3679 \end_inset
3680
3681
3682 \end_layout
3683
3684 \end_inset
3685 </cell>
3686 </row>
3687 </lyxtabular>
3688
3689 \end_inset
3690
3691
3692 \end_layout
3693
3694 \begin_layout Standard
3695 Des Weiteren gibt es noch die Befehle 
3696 \series bold
3697
3698 \backslash
3699 vphantom
3700 \series default
3701
3702 \begin_inset Index idx
3703 status collapsed
3704
3705 \begin_layout Plain Layout
3706 Befehle ! V ! 
3707 \backslash
3708 vphantom
3709 \end_layout
3710
3711 \end_inset
3712
3713  (Werkzeugleistenknopf 
3714 \begin_inset space ~
3715 \end_inset
3716
3717
3718 \begin_inset Graphics
3719         filename ../../images/math/vphantom.png
3720         scale 85
3721
3722 \end_inset
3723
3724 ) und 
3725 \series bold
3726
3727 \backslash
3728 hphantom
3729 \series default
3730
3731 \begin_inset Index idx
3732 status collapsed
3733
3734 \begin_layout Plain Layout
3735 Befehle ! H ! 
3736 \backslash
3737 hphantom
3738 \end_layout
3739
3740 \end_inset
3741
3742  (Werkzeugleistenknopf 
3743 \begin_inset space ~
3744 \end_inset
3745
3746
3747 \begin_inset Graphics
3748         filename ../../images/math/hphantom.png
3749         scale 85
3750
3751 \end_inset
3752
3753 ).
3754  
3755 \series bold
3756
3757 \backslash
3758 hphantom
3759 \series default
3760  erzeugt nur Platz für die maximale Höhe der im Kästchen angegebenen Zeichen,
3761  nicht jedoch für deren Breite.
3762  Bei 
3763 \series bold
3764
3765 \backslash
3766 vphantom
3767 \series default
3768  wird nur Platz mit der Breite des Kästchens erstellt.
3769  Daher haben die Kästchen der beiden Befehle nur einen roten Pfeil.
3770 \end_layout
3771
3772 \begin_layout Standard
3773 Zum Beispiel erzeugt 
3774 \series bold
3775
3776 \backslash
3777 vphantom
3778 \series default
3779
3780 \begin_inset space \textvisiblespace{}
3781 \end_inset
3782
3783
3784 \series bold
3785 a
3786 \backslash
3787 int
3788 \series default
3789  Platz der Höhe des Integralzeichens,
3790 \begin_inset Foot
3791 status collapsed
3792
3793 \begin_layout Plain Layout
3794 Der Befehl 
3795 \series bold
3796
3797 \backslash
3798 int
3799 \series default
3800  erzeugt ein Integralzeichen, siehe 
3801 \begin_inset CommandInset ref
3802 LatexCommand ref
3803 reference "sub:Große-Operatoren"
3804
3805 \end_inset
3806
3807 .
3808 \end_layout
3809
3810 \end_inset
3811
3812  da dieses das größere Zeichen ist.
3813  Eine Beispielanwendung ist in 
3814 \begin_inset CommandInset ref
3815 LatexCommand ref
3816 reference "sub:Mehrzeilige-Klammern"
3817
3818 \end_inset
3819
3820  zu finden.
3821 \end_layout
3822
3823 \begin_layout Standard
3824 Platzhalter können auch für Text verwendet werden, wenn sie über das Menü
3825  
3826 \family sans
3827 Einfügen\SpecialChar \menuseparator
3828 Formatierung\SpecialChar \menuseparator
3829 Phantom
3830 \family default
3831  eingefügt werden:
3832 \end_layout
3833
3834 \begin_layout Standard
3835 Dies ist ein Satz.
3836 \begin_inset Newline newline
3837 \end_inset
3838
3839
3840 \begin_inset Phantom Phantom
3841 status open
3842
3843 \begin_layout Plain Layout
3844 Dies
3845 \end_layout
3846
3847 \end_inset
3848
3849  ist ein Satz.
3850 \end_layout
3851
3852 \begin_layout Subsection
3853 Linien
3854 \begin_inset Index idx
3855 status collapsed
3856
3857 \begin_layout Plain Layout
3858 Linien
3859 \end_layout
3860
3861 \end_inset
3862
3863
3864 \begin_inset Index idx
3865 status collapsed
3866
3867 \begin_layout Plain Layout
3868 Formel ! unterstrichene
3869 \end_layout
3870
3871 \end_inset
3872
3873
3874 \end_layout
3875
3876 \begin_layout Standard
3877 \align center
3878 \begin_inset Tabular
3879 <lyxtabular version="3" rows="4" columns="2">
3880 <features rotate="0" tabularvalignment="middle">
3881 <column alignment="center" valignment="top" width="0pt">
3882 <column alignment="center" valignment="top" width="0pt">
3883 <row>
3884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3885 \begin_inset Text
3886
3887 \begin_layout Plain Layout
3888 Befehl
3889 \end_layout
3890
3891 \end_inset
3892 </cell>
3893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3894 \begin_inset Text
3895
3896 \begin_layout Plain Layout
3897 Ergebnis
3898 \begin_inset Note Note
3899 status collapsed
3900
3901 \begin_layout Plain Layout
3902
3903 \series bold
3904
3905 \backslash
3906 raisebox
3907 \series default
3908  dient nur als Abstandhalter.
3909 \end_layout
3910
3911 \end_inset
3912
3913
3914 \end_layout
3915
3916 \end_inset
3917 </cell>
3918 </row>
3919 <row>
3920 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
3921 \begin_inset Text
3922
3923 \begin_layout Plain Layout
3924
3925 \backslash
3926 overline
3927 \begin_inset space \textvisiblespace{}
3928 \end_inset
3929
3930 A+B
3931 \begin_inset Index idx
3932 status collapsed
3933
3934 \begin_layout Plain Layout
3935 Befehle ! O ! 
3936 \backslash
3937 overline
3938 \end_layout
3939
3940 \end_inset
3941
3942
3943 \end_layout
3944
3945 \end_inset
3946 </cell>
3947 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
3948 \begin_inset Text
3949
3950 \begin_layout Plain Layout
3951 \begin_inset Formula $\raisebox{5mm}{}\overline{A+B}$
3952 \end_inset
3953
3954
3955 \end_layout
3956
3957 \end_inset
3958 </cell>
3959 </row>
3960 <row>
3961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
3962 \begin_inset Text
3963
3964 \begin_layout Plain Layout
3965
3966 \backslash
3967 underline
3968 \begin_inset space \textvisiblespace{}
3969 \end_inset
3970
3971 A+B
3972 \begin_inset Index idx
3973 status collapsed
3974
3975 \begin_layout Plain Layout
3976 Befehle ! U ! 
3977 \backslash
3978 underline
3979 \end_layout
3980
3981 \end_inset
3982
3983
3984 \end_layout
3985
3986 \end_inset
3987 </cell>
3988 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
3989 \begin_inset Text
3990
3991 \begin_layout Plain Layout
3992 \begin_inset Formula $\underline{A+B}\raisebox{-2.5mm}{}$
3993 \end_inset
3994
3995
3996 \end_layout
3997
3998 \end_inset
3999 </cell>
4000 </row>
4001 <row>
4002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4003 \begin_inset Text
4004
4005 \begin_layout Plain Layout
4006
4007 \backslash
4008 overline
4009 \begin_inset space \textvisiblespace{}
4010 \end_inset
4011
4012
4013 \backslash
4014 underline
4015 \begin_inset space \textvisiblespace{}
4016 \end_inset
4017
4018 A+B
4019 \end_layout
4020
4021 \end_inset
4022 </cell>
4023 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4024 \begin_inset Text
4025
4026 \begin_layout Plain Layout
4027 \begin_inset Formula $\raisebox{5mm}{}\overline{\underline{A+B}}\raisebox{-2.5mm}{}$
4028 \end_inset
4029
4030
4031 \end_layout
4032
4033 \end_inset
4034 </cell>
4035 </row>
4036 </lyxtabular>
4037
4038 \end_inset
4039
4040
4041 \end_layout
4042
4043 \begin_layout Standard
4044 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
4045 \series bold
4046
4047 \backslash
4048 overline
4049 \series default
4050  oder 
4051 \series bold
4052
4053 \backslash
4054 underline
4055 \series default
4056  eingibt.
4057 \end_layout
4058
4059 \begin_layout Standard
4060 Will man Ergebnisse doppelt unterstreichen, verwendet man zweimal hintereinander
4061 \begin_inset Newline linebreak
4062 \end_inset
4063
4064
4065 \series bold
4066
4067 \backslash
4068 underline
4069 \series default
4070 .
4071 \end_layout
4072
4073 \begin_layout Standard
4074 Man kann bis zu 6 Striche über oder unter Zeichen setzen.
4075 \end_layout
4076
4077 \begin_layout Standard
4078 \begin_inset VSpace bigskip
4079 \end_inset
4080
4081 Benutzerdefinierte Linien können mit dem Befehl 
4082 \series bold
4083
4084 \backslash
4085 rule
4086 \series default
4087
4088 \begin_inset Index idx
4089 status collapsed
4090
4091 \begin_layout Plain Layout
4092 Befehle! R ! 
4093 \backslash
4094 rule
4095 \end_layout
4096
4097 \end_inset
4098
4099  erstellt werden, der folgendes Schema besitzt:
4100 \end_layout
4101
4102 \begin_layout Standard
4103
4104 \series bold
4105
4106 \backslash
4107 rule[vertikaler Versatz]{Länge}{Dicke}
4108 \end_layout
4109
4110 \begin_layout Standard
4111 Der optionale vertikale Versatz verschiebt die Linie nach oben (oder nach
4112  unten, wenn der Wert negativ ist).
4113  Die Einheiten, die in 
4114 \begin_inset CommandInset ref
4115 LatexCommand ref
4116 reference "tab:Verfügbare-Einheiten"
4117
4118 \end_inset
4119
4120  aufgelistet sind, können für die Werte benutzt werden.
4121  Hier sind zwei Beispiele, die mit den Befehlen
4122 \begin_inset Newline newline
4123 \end_inset
4124
4125
4126 \series bold
4127
4128 \backslash
4129 rule[-2ex]{3cm}{2pt}
4130 \series default
4131  und 
4132 \series bold
4133
4134 \backslash
4135 rule{2cm}{1pt}
4136 \series default
4137  erzeugt wurden:
4138 \end_layout
4139
4140 \begin_layout Standard
4141 Dies ist ein Satz 
4142 \begin_inset Formula $\rule[-2ex]{3cm}{2pt}\rule{2cm}{1pt}$
4143 \end_inset
4144
4145  mit zwei Linien.
4146 \end_layout
4147
4148 \begin_layout Standard
4149
4150 \series bold
4151
4152 \backslash
4153 rule
4154 \series default
4155  kann auch für Text verwendet werden, wenn eine Linie über das Menü 
4156 \family sans
4157 Einfügen\SpecialChar \menuseparator
4158 Formatierung\SpecialChar \menuseparator
4159 Horizontale
4160 \begin_inset space ~
4161 \end_inset
4162
4163 Line
4164 \family default
4165  eingefügt wird:
4166 \end_layout
4167
4168 \begin_layout Standard
4169 Dies ist ein Satz 
4170 \begin_inset CommandInset line
4171 LatexCommand rule
4172 offset "0.5ex"
4173 width "3cm"
4174 height "1pt"
4175
4176 \end_inset
4177
4178  mit einer Linie.
4179 \end_layout
4180
4181 \begin_layout Subsection
4182 Fortsetzungspunkte
4183 \begin_inset CommandInset label
4184 LatexCommand label
4185 name "sub:Fortsetzungspunkte"
4186
4187 \end_inset
4188
4189
4190 \begin_inset Index idx
4191 status collapsed
4192
4193 \begin_layout Plain Layout
4194 Fortsetzungspunkte
4195 \end_layout
4196
4197 \end_inset
4198
4199
4200 \end_layout
4201
4202 \begin_layout Standard
4203 Es gibt unterschiedliche Arten von Fortsetzungspunkten.
4204 \begin_inset Foot
4205 status collapsed
4206
4207 \begin_layout Plain Layout
4208 In der Mathe-Werkzeugleiste zu finden im Untermenü des Knopfs 
4209 \begin_inset Graphics
4210         filename ../../images/math/ldots.png
4211         scale 85
4212
4213 \end_inset
4214
4215
4216 \end_layout
4217
4218 \end_inset
4219
4220  Für Aufzählungen verwendet man unten sitzende Punkte (
4221 \series bold
4222
4223 \backslash
4224 ldots
4225 \series default
4226
4227 \begin_inset Index idx
4228 status collapsed
4229
4230 \begin_layout Plain Layout
4231 Befehle ! L ! 
4232 \backslash
4233 ldots
4234 \end_layout
4235
4236 \end_inset
4237
4238 ), während man für Operationen Punkte braucht, die auf der selben Höhe wie
4239  die Operatoren sind (
4240 \series bold
4241
4242 \backslash
4243 cdots
4244 \series default
4245
4246 \begin_inset Index idx
4247 status collapsed
4248
4249 \begin_layout Plain Layout
4250 Befehle ! C ! 
4251 \backslash
4252 cdots
4253 \end_layout
4254
4255 \end_inset
4256
4257 ).
4258  Verwendet man den Befehl 
4259 \series bold
4260
4261 \backslash
4262 dots
4263 \series default
4264
4265 \begin_inset Index idx
4266 status collapsed
4267
4268 \begin_layout Plain Layout
4269 Befehle ! D ! 
4270 \backslash
4271 dots
4272 \end_layout
4273
4274 \end_inset
4275
4276 , entscheidet LaTeX anhand des nachfolgenden Zeichens, welche Punktart verwendet
4277  wird.
4278 \end_layout
4279
4280 \begin_layout Standard
4281 \align center
4282 \begin_inset Tabular
4283 <lyxtabular version="3" rows="9" columns="2">
4284 <features rotate="0" tabularvalignment="middle">
4285 <column alignment="center" valignment="top" width="0pt">
4286 <column alignment="center" valignment="top" width="0pt">
4287 <row>
4288 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4289 \begin_inset Text
4290
4291 \begin_layout Plain Layout
4292 Befehl
4293 \end_layout
4294
4295 \end_inset
4296 </cell>
4297 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4298 \begin_inset Text
4299
4300 \begin_layout Plain Layout
4301 Ergebnis
4302 \end_layout
4303
4304 \end_inset
4305 </cell>
4306 </row>
4307 <row>
4308 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4309 \begin_inset Text
4310
4311 \begin_layout Plain Layout
4312 A_1
4313 \begin_inset space \textvisiblespace{}
4314 \end_inset
4315
4316 ,
4317 \backslash
4318 dots
4319 \begin_inset space \textvisiblespace{}
4320 \end_inset
4321
4322 ,A_n
4323 \end_layout
4324
4325 \end_inset
4326 </cell>
4327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4328 \begin_inset Text
4329
4330 \begin_layout Plain Layout
4331 \begin_inset Formula $A_{1},\dots,A_{n}$
4332 \end_inset
4333
4334
4335 \end_layout
4336
4337 \end_inset
4338 </cell>
4339 </row>
4340 <row>
4341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4342 \begin_inset Text
4343
4344 \begin_layout Plain Layout
4345 A_1
4346 \begin_inset space \textvisiblespace{}
4347 \end_inset
4348
4349 +
4350 \backslash
4351 dots
4352 \begin_inset space \textvisiblespace{}
4353 \end_inset
4354
4355 +A_n
4356 \end_layout
4357
4358 \end_inset
4359 </cell>
4360 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4361 \begin_inset Text
4362
4363 \begin_layout Plain Layout
4364 \begin_inset Formula $A_{1}+\dots+A_{n}$
4365 \end_inset
4366
4367
4368 \end_layout
4369
4370 \end_inset
4371 </cell>
4372 </row>
4373 <row>
4374 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4375 \begin_inset Text
4376
4377 \begin_layout Plain Layout
4378 A_1
4379 \begin_inset space \textvisiblespace{}
4380 \end_inset
4381
4382 ,
4383 \backslash
4384 ldots
4385 \begin_inset space \textvisiblespace{}
4386 \end_inset
4387
4388 ,A_n
4389 \end_layout
4390
4391 \end_inset
4392 </cell>
4393 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4394 \begin_inset Text
4395
4396 \begin_layout Plain Layout
4397 \begin_inset Formula $A_{1},\ldots,A_{n}$
4398 \end_inset
4399
4400
4401 \end_layout
4402
4403 \end_inset
4404 </cell>
4405 </row>
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 A_1
4412 \begin_inset space \textvisiblespace{}
4413 \end_inset
4414
4415 +
4416 \backslash
4417 cdots
4418 \begin_inset space \textvisiblespace{}
4419 \end_inset
4420
4421 +A_n
4422 \end_layout
4423
4424 \end_inset
4425 </cell>
4426 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4427 \begin_inset Text
4428
4429 \begin_layout Plain Layout
4430 \begin_inset Formula $A_{1}+\cdots+A_{n}$
4431 \end_inset
4432
4433
4434 \end_layout
4435
4436 \end_inset
4437 </cell>
4438 </row>
4439 <row>
4440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4441 \begin_inset Text
4442
4443 \begin_layout Plain Layout
4444
4445 \backslash
4446 vdots
4447 \end_layout
4448
4449 \end_inset
4450 </cell>
4451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4452 \begin_inset Text
4453
4454 \begin_layout Plain Layout
4455 \begin_inset Formula $\vdots$
4456 \end_inset
4457
4458
4459 \end_layout
4460
4461 \end_inset
4462 </cell>
4463 </row>
4464 <row>
4465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
4466 \begin_inset Text
4467
4468 \begin_layout Plain Layout
4469
4470 \backslash
4471 ddots
4472 \end_layout
4473
4474 \end_inset
4475 </cell>
4476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
4477 \begin_inset Text
4478
4479 \begin_layout Plain Layout
4480 \begin_inset Formula $\ddots$
4481 \end_inset
4482
4483
4484 \end_layout
4485
4486 \end_inset
4487 </cell>
4488 </row>
4489 <row>
4490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4491 \begin_inset Text
4492
4493 \begin_layout Plain Layout
4494
4495 \backslash
4496 iddots
4497 \end_layout
4498
4499 \end_inset
4500 </cell>
4501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4502 \begin_inset Text
4503
4504 \begin_layout Plain Layout
4505 \begin_inset Formula $\iddots$
4506 \end_inset
4507
4508
4509 \end_layout
4510
4511 \end_inset
4512 </cell>
4513 </row>
4514 <row>
4515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
4516 \begin_inset Text
4517
4518 \begin_layout Plain Layout
4519 3
4520 \series bold
4521 ×
4522 \series default
4523 3
4524 \begin_inset space \thinspace{}
4525 \end_inset
4526
4527 Matrix mit obigen Befehlen
4528 \end_layout
4529
4530 \end_inset
4531 </cell>
4532 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
4533 \begin_inset Text
4534
4535 \begin_layout Plain Layout
4536 \begin_inset Formula $\begin{array}{ccc}
4537 A_{11} & \cdots & A_{1m}\\
4538 \vdots & \ddots & \vdots\\
4539 A_{n1} & \cdots & A_{nm}
4540 \end{array}$
4541 \end_inset
4542
4543
4544 \end_layout
4545
4546 \end_inset
4547 </cell>
4548 </row>
4549 </lyxtabular>
4550
4551 \end_inset
4552
4553
4554 \end_layout
4555
4556 \begin_layout Standard
4557 Die im Menü 
4558 \family sans
4559 Einfügen\SpecialChar \menuseparator
4560 Sonderzeichen
4561 \family default
4562  verfügbaren Fortsetzungspunkte sind 
4563 \series bold
4564
4565 \backslash
4566 ldots
4567 \series default
4568 .
4569 \end_layout
4570
4571 \begin_layout Standard
4572 \begin_inset VSpace medskip
4573 \end_inset
4574
4575 Um 
4576 \series bold
4577
4578 \backslash
4579 iddots
4580 \series default
4581  nutzen zu können, muss eine der Optionen 
4582 \family sans
4583 Mathdots Paket (automatisch) verwenden 
4584 \family default
4585 in den Dokumenteinstellungen unter 
4586 \family sans
4587 Mathe-Optionen
4588 \family default
4589  gewählt sein.
4590 \begin_inset Newline newline
4591 \end_inset
4592
4593 Die Option 
4594 \family sans
4595 Mathdots Paket verwenden
4596 \family default
4597  verbessert das Aussehen aller Fortsetzungspunkte des Dokuments wenn deren
4598  Schriftstil oder die Schriftgröße nicht Standard sind.
4599 \end_layout
4600
4601 \begin_layout Standard
4602 \begin_inset VSpace medskip
4603 \end_inset
4604
4605 Speziell für Matrizen gibt es Fortsetzungspunkte, die sich über mehrere
4606  Spalten erstrecken.
4607  Man erhält sie mit dem Befehl 
4608 \series bold
4609
4610 \backslash
4611 hdotsfor
4612 \series default
4613
4614 \begin_inset Index idx
4615 status collapsed
4616
4617 \begin_layout Plain Layout
4618 Befehle ! H ! 
4619 \backslash
4620 hdotsfor
4621 \end_layout
4622
4623 \end_inset
4624
4625 , der folgendes Schema besitzt:
4626 \end_layout
4627
4628 \begin_layout Standard
4629
4630 \series bold
4631
4632 \backslash
4633 hdotsfor[Abstand]{Anzahl der Spalten}
4634 \end_layout
4635
4636 \begin_layout Standard
4637 Anzahl der Spalten gibt an, über wie viele Spalten sich die Punkte erstrecken
4638  sollen.
4639  Abstand ist ein Faktor, der den Punktabstand festlegt.
4640 \end_layout
4641
4642 \begin_layout Standard
4643 In folgender Matrix wurde in das erste Kästchen der zweiten Zeile der Befehl
4644  
4645 \series bold
4646
4647 \backslash
4648 hdotsfor[2]{4}
4649 \series default
4650  eingegeben, um Fortsetzungspunkte mit doppelt so großem Punktabstand wie
4651  beim Befehl 
4652 \series bold
4653
4654 \backslash
4655 dots
4656 \series default
4657  zu erhalten:
4658 \begin_inset Formula 
4659 \[
4660 \left(\begin{array}{cccc}
4661 A & B & C & D\\
4662 \hdotsfor[2]{4}\\
4663 q & w & e & r
4664 \end{array}\right)
4665 \]
4666
4667 \end_inset
4668
4669 Es ist zu beachten, dass die Matrixfelder über die sich die Punkte erstrecken
4670  sollen leer sein müssen, ansonsten kommt es zu LaTeX-Fehlern.
4671 \end_layout
4672
4673 \begin_layout Standard
4674 \begin_inset VSpace bigskip
4675 \end_inset
4676
4677 Des Weiteren kann man mit dem Befehl 
4678 \series bold
4679
4680 \backslash
4681 dotfill
4682 \series default
4683
4684 \begin_inset Index idx
4685 status collapsed
4686
4687 \begin_layout Plain Layout
4688 Befehle ! D ! 
4689 \backslash
4690 dotfill
4691 \end_layout
4692
4693 \end_inset
4694
4695  den Rest einer Zeile mit Punkten füllen.
4696  Die Wirkungsweise des Befehls entspricht der von 
4697 \series bold
4698
4699 \backslash
4700 hfill
4701 \series default
4702 , siehe 
4703 \begin_inset CommandInset ref
4704 LatexCommand ref
4705 reference "sub:Variabler-Leerraum"
4706
4707 \end_inset
4708
4709 .
4710 \end_layout
4711
4712 \begin_layout Standard
4713 Z.
4714 \begin_inset space \thinspace{}
4715 \end_inset
4716
4717 B.
4718  ergibt der Befehl 
4719 \series bold
4720 A
4721 \backslash
4722 dotfill
4723 \begin_inset space \textvisiblespace{}
4724 \end_inset
4725
4726 B
4727 \end_layout
4728
4729 \begin_layout Standard
4730 \begin_inset Formula $A\dotfill B$
4731 \end_inset
4732
4733
4734 \end_layout
4735
4736 \begin_layout Standard
4737 Analog dazu gibt es für eine Linie den Befehl 
4738 \series bold
4739
4740 \backslash
4741 hrulefill
4742 \series default
4743
4744 \begin_inset Index idx
4745 status collapsed
4746
4747 \begin_layout Plain Layout
4748 Befehle ! H ! 
4749 \backslash
4750 hrulefill
4751 \end_layout
4752
4753 \end_inset
4754
4755 :
4756 \end_layout
4757
4758 \begin_layout Standard
4759 \begin_inset Formula $A\hrulefill B$
4760 \end_inset
4761
4762
4763 \end_layout
4764
4765 \begin_layout Standard
4766 Um die Befehle für Text zu verwenden, müssen sie im TeX-Modus eingegeben
4767  werden.
4768 \end_layout
4769
4770 \begin_layout Section
4771 Matrizen
4772 \begin_inset CommandInset label
4773 LatexCommand label
4774 name "sec:Matrizen"
4775
4776 \end_inset
4777
4778
4779 \begin_inset Index idx
4780 status collapsed
4781
4782 \begin_layout Plain Layout
4783 Matrizen
4784 \end_layout
4785
4786 \end_inset
4787
4788
4789 \end_layout
4790
4791 \begin_layout Standard
4792 Matrizen können über den Mathe-Werkzeugleistenknopf
4793 \family sans
4794  
4795 \family default
4796
4797 \begin_inset Graphics
4798         filename ../../images/dialog-show_mathmatrix.png
4799         scale 85
4800
4801 \end_inset
4802
4803  oder das Menü 
4804 \family sans
4805 Einfügen\SpecialChar \menuseparator
4806 Mathe\SpecialChar \menuseparator
4807 Matrix
4808 \family default
4809  eingefügt werden.
4810  Sie werden nach der Spalten- und Zeilenanzahl, der Ausrichtung und der
4811  Verzierung gefragt.
4812  Die vertikale Ausrichtung ist dabei nur bei Matrizen in eingebetteten Formeln
4813  von Bedeutung:
4814 \end_layout
4815
4816 \begin_layout Standard
4817 Die erste Matrix ist oben 
4818 \begin_inset Formula $\begin{array}[t]{cccc}
4819 A & D & G & J\\
4820 B & E & H & K\\
4821 C & F & I & L
4822 \end{array}$
4823 \end_inset
4824
4825 , die zweite mittig 
4826 \begin_inset Formula $\begin{array}{cccc}
4827 A & D & G & J\\
4828 B & E & H & K\\
4829 C & F & I & L
4830 \end{array}$
4831 \end_inset
4832
4833  und die dritte unten 
4834 \begin_inset Formula $\begin{array}[b]{cccc}
4835 A & D & G & J\\
4836 B & E & H & K\\
4837 C & F & I & L
4838 \end{array}$
4839 \end_inset
4840
4841  ausgerichtet.
4842 \end_layout
4843
4844 \begin_layout Standard
4845 Die horizontale Ausrichtung gibt an, wie die Spalteneinträge ausgerichtet
4846  werden sollen.
4847  Dazu wird für jede Spalte ein Buchstabe eingegeben.
4848  
4849 \emph on
4850 l
4851 \emph default
4852  steht für linksbündig, 
4853 \emph on
4854 c
4855 \emph default
4856  für mittig und 
4857 \emph on
4858 r
4859 \emph default
4860  für rechtsbündig.
4861  Möchte man z.
4862 \begin_inset space \thinspace{}
4863 \end_inset
4864
4865 B.
4866  eine 4
4867 \series bold
4868 ×
4869 \series default
4870 4
4871 \begin_inset space ~
4872 \end_inset
4873
4874 Matrix erstellen, bei der der Inhalt der ersten Spalte linksbündig, der
4875  Inhalt der zweiten und dritten mittig und der Inhalt der letzten rechtsbündig
4876  ausgerichtet ist, gibt man für die horizontale Ausrichtung 
4877 \series bold
4878 lccr
4879 \series default
4880  an.
4881  Normalerweise sind in einer Matrix alle Spalteninhalte zentriert, weswegen
4882  die Voreinstellung für jede Spalte ein 
4883 \series bold
4884 c
4885 \series default
4886  ist.
4887 \end_layout
4888
4889 \begin_layout Standard
4890 Horizontale Ausrichtung:
4891 \end_layout
4892
4893 \begin_layout Standard
4894
4895 \series bold
4896 lll
4897 \series default
4898  : 
4899 \begin_inset Formula $\begin{array}{lll}
4900 10000 & D & G\\
4901 B & 10000 & H\\
4902 C & F & 10000
4903 \end{array}$
4904 \end_inset
4905
4906  , 
4907 \series bold
4908 ccc
4909 \series default
4910  : 
4911 \begin_inset Formula $\begin{array}{ccc}
4912 10000 & D & G\\
4913 B & 10000 & H\\
4914 C & F & 10000
4915 \end{array}$
4916 \end_inset
4917
4918  , 
4919 \series bold
4920 rrr
4921 \series default
4922  : 
4923 \begin_inset Formula $\begin{array}{rrr}
4924 10000 & D & G\\
4925 B & 10000 & H\\
4926 C & F & 10000
4927 \end{array}$
4928 \end_inset
4929
4930
4931 \end_layout
4932
4933 \begin_layout Standard
4934 Um nachträglich Zeilen und Spalten hinzuzufügen oder zu entfernen, kann
4935  man die Mathe-Werkzeugleistenknöpfe 
4936 \begin_inset Graphics
4937         filename ../../images/tabular-feature_append-row.png
4938         scale 85
4939
4940 \end_inset
4941
4942
4943 \begin_inset Graphics
4944         filename ../../images/tabular-feature_delete-row.png
4945         scale 85
4946
4947 \end_inset
4948
4949 , usw.
4950 \begin_inset space \space{}
4951 \end_inset
4952
4953 oder das Menü 
4954 \family sans
4955 Bearbeiten\SpecialChar \menuseparator
4956 Zeilen & Spalten
4957 \family default
4958  verwenden.
4959  Neue Zeilen können auch mit 
4960 \family sans
4961 Strg+Enter
4962 \family default
4963  erstellt werden.
4964 \end_layout
4965
4966 \begin_layout Standard
4967 \begin_inset VSpace bigskip
4968 \end_inset
4969
4970 Die 
4971 \family sans
4972 Verzierung
4973 \family default
4974  fügt Klammern um die Matrix in der ausgewählten Art hinzu.
4975  Alternativ können Klammern entweder mit den Befehlen 
4976 \series bold
4977
4978 \backslash
4979 left
4980 \series default
4981
4982 \begin_inset Index idx
4983 status collapsed
4984
4985 \begin_layout Plain Layout
4986 Befehle ! L ! 
4987 \backslash
4988 left
4989 \end_layout
4990
4991 \end_inset
4992
4993  und 
4994 \series bold
4995
4996 \backslash
4997 right
4998 \series default
4999
5000 \begin_inset Index idx
5001 status collapsed
5002
5003 \begin_layout Plain Layout
5004 Befehle ! R ! 
5005 \backslash
5006 right
5007 \end_layout
5008
5009 \end_inset
5010
5011  erstellt werden (Tastenkürzel 
5012 \family sans
5013 Alt+M
5014 \begin_inset space ~
5015 \end_inset
5016
5017 Klammer
5018 \family default
5019 ), siehe 
5020 \begin_inset CommandInset ref
5021 LatexCommand ref
5022 reference "sub:Automatische-Klammergrößen"
5023
5024 \end_inset
5025
5026 , oder man verwendet folgende Befehle:
5027 \begin_inset VSpace bigskip
5028 \end_inset
5029
5030
5031 \end_layout
5032
5033 \begin_layout Standard
5034 \begin_inset space \hfill{}
5035 \end_inset
5036
5037
5038 \begin_inset Tabular
5039 <lyxtabular version="3" rows="4" columns="2">
5040 <features rotate="0" tabularvalignment="middle">
5041 <column alignment="center" valignment="top">
5042 <column alignment="center" valignment="top">
5043 <row>
5044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5045 \begin_inset Text
5046
5047 \begin_layout Plain Layout
5048 Befehl
5049 \end_layout
5050
5051 \end_inset
5052 </cell>
5053 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5054 \begin_inset Text
5055
5056 \begin_layout Plain Layout
5057 Ergebnis
5058 \end_layout
5059
5060 \end_inset
5061 </cell>
5062 </row>
5063 <row>
5064 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5065 \begin_inset Text
5066
5067 \begin_layout Plain Layout
5068
5069 \backslash
5070 bmatrix
5071 \begin_inset space \textvisiblespace{}
5072 \end_inset
5073
5074 2
5075 \series bold
5076 ×
5077 \series default
5078 2
5079 \begin_inset space \thinspace{}
5080 \end_inset
5081
5082 Matrix
5083 \end_layout
5084
5085 \end_inset
5086 </cell>
5087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5088 \begin_inset Text
5089
5090 \begin_layout Plain Layout
5091 \begin_inset Formula $\raisebox{7.5mm}{}\begin{bmatrix}\begin{array}{cc}
5092 0 & \textrm{-}\mathrm{i}\\
5093 \mathrm{i} & 0
5094 \end{array}\end{bmatrix}\raisebox{-5.3mm}{}$
5095 \end_inset
5096
5097
5098 \end_layout
5099
5100 \end_inset
5101 </cell>
5102 </row>
5103 <row>
5104 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5105 \begin_inset Text
5106
5107 \begin_layout Plain Layout
5108
5109 \backslash
5110 Bmatrix
5111 \begin_inset space \textvisiblespace{}
5112 \end_inset
5113
5114 2
5115 \series bold
5116 ×
5117 \series default
5118 2
5119 \begin_inset space \thinspace{}
5120 \end_inset
5121
5122 Matrix
5123 \end_layout
5124
5125 \end_inset
5126 </cell>
5127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5128 \begin_inset Text
5129
5130 \begin_layout Plain Layout
5131 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Bmatrix}\begin{array}{cc}
5132 0 & \textrm{-}\mathrm{i}\\
5133 \mathrm{i} & 0
5134 \end{array}\end{Bmatrix}\raisebox{-5.3mm}{}$
5135 \end_inset
5136
5137
5138 \end_layout
5139
5140 \end_inset
5141 </cell>
5142 </row>
5143 <row>
5144 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5145 \begin_inset Text
5146
5147 \begin_layout Plain Layout
5148
5149 \backslash
5150 pmatrix
5151 \begin_inset space \textvisiblespace{}
5152 \end_inset
5153
5154 2
5155 \series bold
5156 ×
5157 \series default
5158 2
5159 \begin_inset space \thinspace{}
5160 \end_inset
5161
5162 Matrix
5163 \end_layout
5164
5165 \end_inset
5166 </cell>
5167 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5168 \begin_inset Text
5169
5170 \begin_layout Plain Layout
5171 \begin_inset Formula $\raisebox{7.5mm}{}\begin{pmatrix}\begin{array}{cc}
5172 0 & \textrm{-}\mathrm{i}\\
5173 \mathrm{i} & 0
5174 \end{array}\end{pmatrix}\raisebox{-5.3mm}{}$
5175 \end_inset
5176
5177
5178 \end_layout
5179
5180 \end_inset
5181 </cell>
5182 </row>
5183 </lyxtabular>
5184
5185 \end_inset
5186
5187
5188 \begin_inset space \hfill{}
5189 \end_inset
5190
5191
5192 \begin_inset Tabular
5193 <lyxtabular version="3" rows="4" columns="2">
5194 <features rotate="0" tabularvalignment="middle">
5195 <column alignment="center" valignment="top">
5196 <column alignment="center" valignment="top">
5197 <row>
5198 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5199 \begin_inset Text
5200
5201 \begin_layout Plain Layout
5202 Befehl
5203 \end_layout
5204
5205 \end_inset
5206 </cell>
5207 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5208 \begin_inset Text
5209
5210 \begin_layout Plain Layout
5211 Ergebnis
5212 \end_layout
5213
5214 \end_inset
5215 </cell>
5216 </row>
5217 <row>
5218 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5219 \begin_inset Text
5220
5221 \begin_layout Plain Layout
5222
5223 \backslash
5224 vmatrix
5225 \begin_inset space \textvisiblespace{}
5226 \end_inset
5227
5228 2
5229 \series bold
5230 ×
5231 \series default
5232 2
5233 \begin_inset space \thinspace{}
5234 \end_inset
5235
5236 Matrix
5237 \end_layout
5238
5239 \end_inset
5240 </cell>
5241 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5242 \begin_inset Text
5243
5244 \begin_layout Plain Layout
5245 \begin_inset Formula $\raisebox{7.5mm}{}\begin{vmatrix}\begin{array}{cc}
5246 0 & \textrm{-}\mathrm{i}\\
5247 \mathrm{i} & 0
5248 \end{array}\end{vmatrix}\raisebox{-5.3mm}{}$
5249 \end_inset
5250
5251
5252 \end_layout
5253
5254 \end_inset
5255 </cell>
5256 </row>
5257 <row>
5258 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5259 \begin_inset Text
5260
5261 \begin_layout Plain Layout
5262
5263 \backslash
5264 Vmatrix
5265 \begin_inset space \textvisiblespace{}
5266 \end_inset
5267
5268 2
5269 \series bold
5270 ×
5271 \series default
5272 2
5273 \begin_inset space \thinspace{}
5274 \end_inset
5275
5276 Matrix
5277 \end_layout
5278
5279 \end_inset
5280 </cell>
5281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5282 \begin_inset Text
5283
5284 \begin_layout Plain Layout
5285 \begin_inset Formula $\raisebox{7.5mm}{}\begin{Vmatrix}\begin{array}{cc}
5286 0 & \textrm{-}\mathrm{i}\\
5287 \mathrm{i} & 0
5288 \end{array}\end{Vmatrix}\raisebox{-5.3mm}{}$
5289 \end_inset
5290
5291
5292 \end_layout
5293
5294 \end_inset
5295 </cell>
5296 </row>
5297 <row>
5298 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5299 \begin_inset Text
5300
5301 \begin_layout Plain Layout
5302
5303 \backslash
5304 matrix
5305 \begin_inset space \textvisiblespace{}
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{matrix}\begin{array}{cc}
5326 0 & \textrm{-}\mathrm{i}\\
5327 \mathrm{i} & 0
5328 \end{array}\end{matrix}\raisebox{-5.3mm}{}$
5329 \end_inset
5330
5331
5332 \end_layout
5333
5334 \end_inset
5335 </cell>
5336 </row>
5337 </lyxtabular>
5338
5339 \end_inset
5340
5341
5342 \begin_inset space \hfill{}
5343 \end_inset
5344
5345
5346 \end_layout
5347
5348 \begin_layout Standard
5349 \begin_inset VSpace medskip
5350 \end_inset
5351
5352 Wurde z.
5353 \begin_inset space \thinspace{}
5354 \end_inset
5355
5356 B.
5357  
5358 \series bold
5359
5360 \backslash
5361 vmatrix
5362 \series default
5363  eingegeben, erscheint ein blaues Kästchen zwischen zwei senkrechten Strichen,
5364  in das die Matrix eingefügt wird.
5365 \begin_inset Newline newline
5366 \end_inset
5367
5368 Man beachte, dass verzierte Matrizen die vertikale Ausrichtung ignorieren.
5369 \end_layout
5370
5371 \begin_layout Standard
5372 \begin_inset VSpace bigskip
5373 \end_inset
5374
5375 Da alle mehrzeiligen Formeln Matrizen sind, kann man die in 
5376 \begin_inset CommandInset ref
5377 LatexCommand ref
5378 reference "sub:Spaltenabstand"
5379
5380 \end_inset
5381
5382  beschriebene Länge 
5383 \series bold
5384
5385 \backslash
5386 arraycolsep
5387 \series default
5388
5389 \begin_inset Index idx
5390 status collapsed
5391
5392 \begin_layout Plain Layout
5393 Befehle ! A ! 
5394 \backslash
5395 arraycolsep
5396 \end_layout
5397
5398 \end_inset
5399
5400  auch zur Änderung des Spaltenabstands von Matrizen verwenden.
5401 \end_layout
5402
5403 \begin_layout Standard
5404 Möchte man den Zeilenabstand ändern, verwendet man den Befehl 
5405 \series bold
5406
5407 \backslash
5408 arraystretch
5409 \series default
5410
5411 \begin_inset Index idx
5412 status collapsed
5413
5414 \begin_layout Plain Layout
5415 Befehle ! A ! 
5416 \backslash
5417 arraystretch
5418 \end_layout
5419
5420 \end_inset
5421
5422 .
5423  Dieser wird folgendermaßen benutzt:
5424 \end_layout
5425
5426 \begin_layout Standard
5427
5428 \series bold
5429
5430 \backslash
5431 renewcommand{
5432 \backslash
5433 arraystretch}{Dehnungsfaktor}
5434 \begin_inset Index idx
5435 status collapsed
5436
5437 \begin_layout Plain Layout
5438 Befehle ! R ! 
5439 \backslash
5440 renewcommand
5441 \end_layout
5442
5443 \end_inset
5444
5445
5446 \end_layout
5447
5448 \begin_layout Standard
5449 Der Befehl 
5450 \series bold
5451
5452 \backslash
5453 renewcommand
5454 \series default
5455  weist dabei dem vordefinierten Befehl 
5456 \series bold
5457
5458 \backslash
5459 arraystretch
5460 \series default
5461  den Dehnungsfaktor zu.
5462  Möchte man z.
5463 \begin_inset space \thinspace{}
5464 \end_inset
5465
5466 B.
5467  den Zeilenabstand verdoppeln, gibt man für den Faktor eine 2 an.
5468  Dieser wird dann für alle folgenden Matrizen verwendet.
5469  Um wieder zum ursprünglichen Abstand zurückzukehren, weist man 
5470 \series bold
5471
5472 \backslash
5473 arraystretch
5474 \series default
5475  den Faktor 1 zu.
5476 \end_layout
5477
5478 \begin_layout Standard
5479 Um Matrizen in eine Textzeile zu setzen, benutzt man den Befehl 
5480 \series bold
5481
5482 \backslash
5483 smallmatrix
5484 \series default
5485
5486 \begin_inset Index idx
5487 status collapsed
5488
5489 \begin_layout Plain Layout
5490 Befehle ! S ! 
5491 \backslash
5492 smallmatrix
5493 \end_layout
5494
5495 \end_inset
5496
5497 .
5498  Gibt man ihn in eine Formel ein, erscheint ein blaues Kästchen mit zwei
5499  gestrichelten Linien.
5500  In dieses Kästchen wird die Matrix eingegeben.
5501  Man verwendet stattdessen das Menü 
5502 \family sans
5503 Bearbeiten\SpecialChar \menuseparator
5504 Zeilen
5505 \begin_inset space ~
5506 \end_inset
5507
5508 &
5509 \begin_inset space ~
5510 \end_inset
5511
5512 Spalten
5513 \family default
5514  oder die Mathe-Werkzeugleiste um neue Spalten zu erstellen.
5515  Neue Zeilen können auch mit 
5516 \family sans
5517 Strg+Enter
5518 \family default
5519  erstellt werden.
5520 \end_layout
5521
5522 \begin_layout Standard
5523 Dies ist eine Matrix 
5524 \begin_inset Formula $\left(\begin{smallmatrix}A & B\\
5525 C & D
5526 \end{smallmatrix}\right)$
5527 \end_inset
5528
5529  in einer Textzeile.
5530 \end_layout
5531
5532 \begin_layout Section
5533 Klammern und Begrenzungszeichen
5534 \begin_inset Index idx
5535 status collapsed
5536
5537 \begin_layout Plain Layout
5538 Klammern
5539 \end_layout
5540
5541 \end_inset
5542
5543
5544 \begin_inset Index idx
5545 status collapsed
5546
5547 \begin_layout Plain Layout
5548 Begrenzungszeichen
5549 \end_layout
5550
5551 \end_inset
5552
5553
5554 \end_layout
5555
5556 \begin_layout Subsection
5557 Vertikale Klammern und Begrenzungszeichen
5558 \begin_inset Index idx
5559 status collapsed
5560
5561 \begin_layout Plain Layout
5562 Klammern ! vertikale
5563 \end_layout
5564
5565 \end_inset
5566
5567
5568 \end_layout
5569
5570 \begin_layout Standard
5571 \begin_inset space \hfill{}
5572 \end_inset
5573
5574
5575 \begin_inset Tabular
5576 <lyxtabular version="3" rows="9" columns="2">
5577 <features rotate="0" tabularvalignment="middle">
5578 <column alignment="center" valignment="top" width="0pt">
5579 <column alignment="center" valignment="top" width="0pt">
5580 <row>
5581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5582 \begin_inset Text
5583
5584 \begin_layout Plain Layout
5585 Befehl
5586 \end_layout
5587
5588 \end_inset
5589 </cell>
5590 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5591 \begin_inset Text
5592
5593 \begin_layout Plain Layout
5594 Ergebnis
5595 \end_layout
5596
5597 \end_inset
5598 </cell>
5599 </row>
5600 <row>
5601 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5602 \begin_inset Text
5603
5604 \begin_layout Plain Layout
5605 (
5606 \end_layout
5607
5608 \end_inset
5609 </cell>
5610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5611 \begin_inset Text
5612
5613 \begin_layout Plain Layout
5614 \begin_inset Formula $($
5615 \end_inset
5616
5617
5618 \end_layout
5619
5620 \end_inset
5621 </cell>
5622 </row>
5623 <row>
5624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5625 \begin_inset Text
5626
5627 \begin_layout Plain Layout
5628 {
5629 \end_layout
5630
5631 \end_inset
5632 </cell>
5633 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5634 \begin_inset Text
5635
5636 \begin_layout Plain Layout
5637 \begin_inset Formula $\{$
5638 \end_inset
5639
5640
5641 \end_layout
5642
5643 \end_inset
5644 </cell>
5645 </row>
5646 <row>
5647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5648 \begin_inset Text
5649
5650 \begin_layout Plain Layout
5651 [
5652 \end_layout
5653
5654 \end_inset
5655 </cell>
5656 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5657 \begin_inset Text
5658
5659 \begin_layout Plain Layout
5660 \begin_inset Formula $[$
5661 \end_inset
5662
5663
5664 \end_layout
5665
5666 \end_inset
5667 </cell>
5668 </row>
5669 <row>
5670 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5671 \begin_inset Text
5672
5673 \begin_layout Plain Layout
5674
5675 \backslash
5676 langle
5677 \end_layout
5678
5679 \end_inset
5680 </cell>
5681 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5682 \begin_inset Text
5683
5684 \begin_layout Plain Layout
5685 \begin_inset Formula $\langle$
5686 \end_inset
5687
5688
5689 \end_layout
5690
5691 \end_inset
5692 </cell>
5693 </row>
5694 <row>
5695 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5696 \begin_inset Text
5697
5698 \begin_layout Plain Layout
5699
5700 \backslash
5701 lceil
5702 \end_layout
5703
5704 \end_inset
5705 </cell>
5706 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5707 \begin_inset Text
5708
5709 \begin_layout Plain Layout
5710 \begin_inset Formula $\lceil$
5711 \end_inset
5712
5713
5714 \end_layout
5715
5716 \end_inset
5717 </cell>
5718 </row>
5719 <row>
5720 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5721 \begin_inset Text
5722
5723 \begin_layout Plain Layout
5724
5725 \backslash
5726 lfloor
5727 \end_layout
5728
5729 \end_inset
5730 </cell>
5731 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5732 \begin_inset Text
5733
5734 \begin_layout Plain Layout
5735 \begin_inset Formula $\lfloor$
5736 \end_inset
5737
5738
5739 \end_layout
5740
5741 \end_inset
5742 </cell>
5743 </row>
5744 <row>
5745 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5746 \begin_inset Text
5747
5748 \begin_layout Plain Layout
5749 /
5750 \end_layout
5751
5752 \end_inset
5753 </cell>
5754 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5755 \begin_inset Text
5756
5757 \begin_layout Plain Layout
5758 \begin_inset Formula $/$
5759 \end_inset
5760
5761
5762 \end_layout
5763
5764 \end_inset
5765 </cell>
5766 </row>
5767 <row>
5768 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5769 \begin_inset Text
5770
5771 \begin_layout Plain Layout
5772 |
5773 \end_layout
5774
5775 \end_inset
5776 </cell>
5777 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5778 \begin_inset Text
5779
5780 \begin_layout Plain Layout
5781 \begin_inset Formula $|$
5782 \end_inset
5783
5784
5785 \end_layout
5786
5787 \end_inset
5788 </cell>
5789 </row>
5790 </lyxtabular>
5791
5792 \end_inset
5793
5794
5795 \begin_inset space \hfill{}
5796 \end_inset
5797
5798
5799 \begin_inset Tabular
5800 <lyxtabular version="3" rows="9" columns="2">
5801 <features rotate="0" tabularvalignment="middle">
5802 <column alignment="center" valignment="top" width="0pt">
5803 <column alignment="center" valignment="top" width="0pt">
5804 <row>
5805 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5806 \begin_inset Text
5807
5808 \begin_layout Plain Layout
5809 Befehl
5810 \end_layout
5811
5812 \end_inset
5813 </cell>
5814 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
5815 \begin_inset Text
5816
5817 \begin_layout Plain Layout
5818 Ergebnis
5819 \end_layout
5820
5821 \end_inset
5822 </cell>
5823 </row>
5824 <row>
5825 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5826 \begin_inset Text
5827
5828 \begin_layout Plain Layout
5829 )
5830 \end_layout
5831
5832 \end_inset
5833 </cell>
5834 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5835 \begin_inset Text
5836
5837 \begin_layout Plain Layout
5838 \begin_inset Formula $)$
5839 \end_inset
5840
5841
5842 \end_layout
5843
5844 \end_inset
5845 </cell>
5846 </row>
5847 <row>
5848 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5849 \begin_inset Text
5850
5851 \begin_layout Plain Layout
5852 }
5853 \end_layout
5854
5855 \end_inset
5856 </cell>
5857 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5858 \begin_inset Text
5859
5860 \begin_layout Plain Layout
5861 \begin_inset Formula $\}$
5862 \end_inset
5863
5864
5865 \end_layout
5866
5867 \end_inset
5868 </cell>
5869 </row>
5870 <row>
5871 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5872 \begin_inset Text
5873
5874 \begin_layout Plain Layout
5875 ]
5876 \end_layout
5877
5878 \end_inset
5879 </cell>
5880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5881 \begin_inset Text
5882
5883 \begin_layout Plain Layout
5884 \begin_inset Formula $]$
5885 \end_inset
5886
5887
5888 \end_layout
5889
5890 \end_inset
5891 </cell>
5892 </row>
5893 <row>
5894 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5895 \begin_inset Text
5896
5897 \begin_layout Plain Layout
5898
5899 \backslash
5900 rangle
5901 \end_layout
5902
5903 \end_inset
5904 </cell>
5905 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5906 \begin_inset Text
5907
5908 \begin_layout Plain Layout
5909 \begin_inset Formula $\rangle$
5910 \end_inset
5911
5912
5913 \end_layout
5914
5915 \end_inset
5916 </cell>
5917 </row>
5918 <row>
5919 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5920 \begin_inset Text
5921
5922 \begin_layout Plain Layout
5923
5924 \backslash
5925 rceil
5926 \end_layout
5927
5928 \end_inset
5929 </cell>
5930 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5931 \begin_inset Text
5932
5933 \begin_layout Plain Layout
5934 \begin_inset Formula $\rceil$
5935 \end_inset
5936
5937
5938 \end_layout
5939
5940 \end_inset
5941 </cell>
5942 </row>
5943 <row>
5944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5945 \begin_inset Text
5946
5947 \begin_layout Plain Layout
5948
5949 \backslash
5950 rfloor
5951 \end_layout
5952
5953 \end_inset
5954 </cell>
5955 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5956 \begin_inset Text
5957
5958 \begin_layout Plain Layout
5959 \begin_inset Formula $\rfloor$
5960 \end_inset
5961
5962
5963 \end_layout
5964
5965 \end_inset
5966 </cell>
5967 </row>
5968 <row>
5969 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
5970 \begin_inset Text
5971
5972 \begin_layout Plain Layout
5973
5974 \backslash
5975
5976 \backslash
5977
5978 \end_layout
5979
5980 \end_inset
5981 </cell>
5982 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
5983 \begin_inset Text
5984
5985 \begin_layout Plain Layout
5986 \begin_inset Formula $\backslash$
5987 \end_inset
5988
5989
5990 \end_layout
5991
5992 \end_inset
5993 </cell>
5994 </row>
5995 <row>
5996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
5997 \begin_inset Text
5998
5999 \begin_layout Plain Layout
6000
6001 \backslash
6002 |
6003 \end_layout
6004
6005 \end_inset
6006 </cell>
6007 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6008 \begin_inset Text
6009
6010 \begin_layout Plain Layout
6011 \begin_inset Formula $\|$
6012 \end_inset
6013
6014
6015 \end_layout
6016
6017 \end_inset
6018 </cell>
6019 </row>
6020 </lyxtabular>
6021
6022 \end_inset
6023
6024
6025 \begin_inset space \hfill{}
6026 \end_inset
6027
6028
6029 \end_layout
6030
6031 \begin_layout Standard
6032
6033 \series medium
6034 \begin_inset Note Greyedout
6035 status open
6036
6037 \begin_layout Plain Layout
6038
6039 \series bold
6040 Achtung:
6041 \series default
6042  Im TeX-Modus muss für den Backslash der Befehl 
6043 \series bold
6044
6045 \backslash
6046 textbackslash
6047 \series default
6048
6049 \begin_inset Index idx
6050 status collapsed
6051
6052 \begin_layout Plain Layout
6053 Befehle ! T ! 
6054 \backslash
6055 textbackslash
6056 \end_layout
6057
6058 \end_inset
6059
6060  verwendet werden, denn der Befehl 
6061 \series bold
6062
6063 \backslash
6064
6065 \backslash
6066
6067 \series default
6068  steht dort für einen Zeilenumbruch.
6069 \end_layout
6070
6071 \end_inset
6072
6073
6074 \end_layout
6075
6076 \begin_layout Standard
6077 Für alle oben aufgelisteten Zeichen kann die Größe mit den in den folgenden
6078  zwei Unterkapiteln beschriebenen Befehlen eingestellt werden.
6079  Dabei können dann statt den Befehlen 
6080 \series bold
6081
6082 \backslash
6083 langle
6084 \series default
6085  und 
6086 \series bold
6087
6088 \backslash
6089 rangle
6090 \series default
6091  direkt die Zeichen < und > verwendet werden.
6092 \end_layout
6093
6094 \begin_layout Subsubsection
6095 Manuelle Klammergrößen
6096 \begin_inset CommandInset label
6097 LatexCommand label
6098 name "sub:Manuelle-Klammergrößen"
6099
6100 \end_inset
6101
6102
6103 \begin_inset Index idx
6104 status collapsed
6105
6106 \begin_layout Plain Layout
6107 Klammergrößen ! manuelle
6108 \end_layout
6109
6110 \end_inset
6111
6112
6113 \end_layout
6114
6115 \begin_layout Standard
6116 Möchte man die Klammergröße manuell festlegen, kann man dies mittels der
6117  LaTeX-Befehle 
6118 \series bold
6119
6120 \backslash
6121 big
6122 \series default
6123
6124 \begin_inset Index idx
6125 status collapsed
6126
6127 \begin_layout Plain Layout
6128 Befehle ! B ! 
6129 \backslash
6130 big
6131 \end_layout
6132
6133 \end_inset
6134
6135
6136 \series bold
6137
6138 \backslash
6139 Big
6140 \series default
6141
6142 \series bold
6143
6144 \backslash
6145 bigg
6146 \series default
6147  und 
6148 \series bold
6149
6150 \backslash
6151 Bigg
6152 \series default
6153  tun.
6154  
6155 \series bold
6156
6157 \backslash
6158 big
6159 \series default
6160  steht hierbei für die kleinste und 
6161 \series bold
6162
6163 \backslash
6164 Bigg
6165 \series default
6166  für die größte Klammergröße.
6167 \end_layout
6168
6169 \begin_layout Standard
6170 Diese Befehle werden benutzt um Klammerebenen optisch hervorzuheben:
6171 \end_layout
6172
6173 \begin_layout Standard
6174 \align center
6175 \begin_inset Tabular
6176 <lyxtabular version="3" rows="2" columns="2">
6177 <features rotate="0" tabularvalignment="middle">
6178 <column alignment="center" valignment="top" width="0pt">
6179 <column alignment="center" valignment="top" width="0pt">
6180 <row>
6181 <cell alignment="center" valignment="top" usebox="none">
6182 \begin_inset Text
6183
6184 \begin_layout Plain Layout
6185 einheitliche Klammergröße:
6186 \end_layout
6187
6188 \end_inset
6189 </cell>
6190 <cell alignment="center" valignment="top" usebox="none">
6191 \begin_inset Text
6192
6193 \begin_layout Plain Layout
6194 \begin_inset Formula $((A+B)(A-B))^{C}\raisebox{-4mm}{}$
6195 \end_inset
6196
6197
6198 \end_layout
6199
6200 \end_inset
6201 </cell>
6202 </row>
6203 <row>
6204 <cell alignment="center" valignment="top" usebox="none">
6205 \begin_inset Text
6206
6207 \begin_layout Plain Layout
6208 besser sieht das so aus:
6209 \end_layout
6210
6211 \end_inset
6212 </cell>
6213 <cell alignment="center" valignment="top" usebox="none">
6214 \begin_inset Text
6215
6216 \begin_layout Plain Layout
6217 \begin_inset Formula $\Big((A+B)(A-B)\Big)^{C}$
6218 \end_inset
6219
6220
6221 \end_layout
6222
6223 \end_inset
6224 </cell>
6225 </row>
6226 </lyxtabular>
6227
6228 \end_inset
6229
6230
6231 \begin_inset Note Note
6232 status collapsed
6233
6234 \begin_layout Plain Layout
6235
6236 \series bold
6237
6238 \backslash
6239 raisebox
6240 \series default
6241  dient nur
6242 \end_layout
6243
6244 \begin_layout Plain Layout
6245 als Abstandhalter.
6246 \end_layout
6247
6248 \end_inset
6249
6250
6251 \end_layout
6252
6253 \begin_layout Standard
6254 Für die zweite Formel wurde der Befehl 
6255 \series bold
6256
6257 \backslash
6258 Big((A+B)(A-B)
6259 \backslash
6260 Big)^
6261 \begin_inset space \textvisiblespace{}
6262 \end_inset
6263
6264 C
6265 \series default
6266  verwendet.
6267 \end_layout
6268
6269 \begin_layout Standard
6270 Hier alle Klammergrößen in der Übersicht:
6271 \end_layout
6272
6273 \begin_layout Standard
6274 \align center
6275
6276 \backslash
6277 Bigg(
6278 \backslash
6279 exp
6280 \backslash
6281 bigg<
6282 \backslash
6283 Big[
6284 \backslash
6285 big{
6286 \backslash
6287 ln(3x)
6288 \backslash
6289 big}^2
6290 \begin_inset space \textvisiblespace{}
6291 \end_inset
6292
6293
6294 \backslash
6295 sin(x)
6296 \backslash
6297 Big]^
6298 \begin_inset space \textvisiblespace{}
6299 \end_inset
6300
6301 A
6302 \begin_inset space \textvisiblespace{}
6303 \end_inset
6304
6305
6306 \backslash
6307 bigg>
6308 \backslash
6309 Bigg)^0,5
6310 \end_layout
6311
6312 \begin_layout Standard
6313 \align center
6314 \begin_inset Formula $\Bigg(\exp\bigg<\Big[\big\{\ln(3x)\big\}^{2}\sin(x)\Big]^{A}\bigg>\Bigg)^{0,5}$
6315 \end_inset
6316
6317
6318 \end_layout
6319
6320 \begin_layout Standard
6321 Es gibt außer den 
6322 \series bold
6323
6324 \backslash
6325 big
6326 \series default
6327 -Befehlen noch die Variante 
6328 \series bold
6329
6330 \backslash
6331 bigm
6332 \series default
6333
6334 \begin_inset Index idx
6335 status collapsed
6336
6337 \begin_layout Plain Layout
6338 Befehle ! B ! 
6339 \backslash
6340 bigm
6341 \end_layout
6342
6343 \end_inset
6344
6345 , die etwas mehr Leerraum zwischen Klammer und Klammerinhalt erzeugt und
6346  die Variante 
6347 \series bold
6348
6349 \backslash
6350 bigl
6351 \series default
6352 -
6353 \series bold
6354
6355 \backslash
6356 bigr
6357 \series default
6358
6359 \begin_inset Index idx
6360 status collapsed
6361
6362 \begin_layout Plain Layout
6363 Befehle ! B ! 
6364 \backslash
6365 bigl - 
6366 \backslash
6367 bigr
6368 \end_layout
6369
6370 \end_inset
6371
6372 , die keinen zusätzlichen Leerraum erzeugt.
6373  Das 
6374 \emph on
6375 l
6376 \emph default
6377  am Ende des Befehls 
6378 \series bold
6379
6380 \backslash
6381 bigl
6382 \series default
6383  steht für eine linke Klammer; für eine rechte Klammer wird dieses durch
6384  ein 
6385 \emph on
6386 r
6387 \emph default
6388  ersetzt.
6389  Eine linke oder rechte Klammer kann je eine öffnende oder schließende Klammer
6390  sein.
6391 \end_layout
6392
6393 \begin_layout Standard
6394 In der folgenden Tabelle sind die Varianten miteinander verglichen:
6395 \end_layout
6396
6397 \begin_layout Standard
6398 \align center
6399 \begin_inset Tabular
6400 <lyxtabular version="3" rows="5" columns="2">
6401 <features rotate="0" tabularvalignment="middle">
6402 <column alignment="center" valignment="middle">
6403 <column alignment="center" valignment="middle">
6404 <row>
6405 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6406 \begin_inset Text
6407
6408 \begin_layout Plain Layout
6409 Befehl
6410 \end_layout
6411
6412 \end_inset
6413 </cell>
6414 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6415 \begin_inset Text
6416
6417 \begin_layout Plain Layout
6418 Ergebnis
6419 \begin_inset Note Note
6420 status collapsed
6421
6422 \begin_layout Plain Layout
6423
6424 \series bold
6425
6426 \backslash
6427 raisebox
6428 \series default
6429  dient nur als Abstandhalter.
6430 \end_layout
6431
6432 \end_inset
6433
6434
6435 \end_layout
6436
6437 \end_inset
6438 </cell>
6439 </row>
6440 <row>
6441 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6442 \begin_inset Text
6443
6444 \begin_layout Plain Layout
6445
6446 \backslash
6447 Bigm(
6448 \backslash
6449 bigm(
6450 \backslash
6451 ln(3x)
6452 \backslash
6453 bigm)^2
6454 \begin_inset space \textvisiblespace{}
6455 \end_inset
6456
6457
6458 \backslash
6459 Bigm)
6460 \end_layout
6461
6462 \end_inset
6463 </cell>
6464 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6465 \begin_inset Text
6466
6467 \begin_layout Plain Layout
6468 \begin_inset Formula $\raisebox{5.5mm}{}\Bigm(\bigm(\ln(3x)\bigm)^{2}\Bigm)\raisebox{-3.25mm}{}$
6469 \end_inset
6470
6471
6472 \end_layout
6473
6474 \end_inset
6475 </cell>
6476 </row>
6477 <row>
6478 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6479 \begin_inset Text
6480
6481 \begin_layout Plain Layout
6482
6483 \backslash
6484 Big(
6485 \backslash
6486 big(
6487 \backslash
6488 ln(3x)
6489 \backslash
6490 big)^2
6491 \begin_inset space \textvisiblespace{}
6492 \end_inset
6493
6494
6495 \backslash
6496 Big)
6497 \end_layout
6498
6499 \end_inset
6500 </cell>
6501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
6502 \begin_inset Text
6503
6504 \begin_layout Plain Layout
6505 \begin_inset Formula $\raisebox{5.5mm}{}\Big(\big(\ln(3x)\big)^{2}\Big)\raisebox{-3.25mm}{}$
6506 \end_inset
6507
6508
6509 \end_layout
6510
6511 \end_inset
6512 </cell>
6513 </row>
6514 <row>
6515 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6516 \begin_inset Text
6517
6518 \begin_layout Plain Layout
6519
6520 \backslash
6521 Bigl(
6522 \backslash
6523 bigl(
6524 \backslash
6525 ln(3x)
6526 \backslash
6527 bigr)^2
6528 \begin_inset space \textvisiblespace{}
6529 \end_inset
6530
6531
6532 \backslash
6533 Bigr)
6534 \end_layout
6535
6536 \end_inset
6537 </cell>
6538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6539 \begin_inset Text
6540
6541 \begin_layout Plain Layout
6542 \begin_inset Formula $\raisebox{5.5mm}{}\Bigl(\bigl(\ln(3x)\bigr)^{2}\Bigr)\raisebox{-3.25mm}{}$
6543 \end_inset
6544
6545
6546 \end_layout
6547
6548 \end_inset
6549 </cell>
6550 </row>
6551 <row>
6552 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6553 \begin_inset Text
6554
6555 \begin_layout Plain Layout
6556
6557 \backslash
6558 bigl)
6559 \backslash
6560 ln(3x)
6561 \backslash
6562 bigr(
6563 \end_layout
6564
6565 \end_inset
6566 </cell>
6567 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6568 \begin_inset Text
6569
6570 \begin_layout Plain Layout
6571 \begin_inset Formula $\raisebox{4.5mm}{}\bigl)\ln(3x)\bigr(\raisebox{-2mm}{}$
6572 \end_inset
6573
6574
6575 \end_layout
6576
6577 \end_inset
6578 </cell>
6579 </row>
6580 </lyxtabular>
6581
6582 \end_inset
6583
6584
6585 \end_layout
6586
6587 \begin_layout Subsubsection
6588 Automatische Klammergrößen
6589 \begin_inset CommandInset label
6590 LatexCommand label
6591 name "sub:Automatische-Klammergrößen"
6592
6593 \end_inset
6594
6595
6596 \begin_inset Index idx
6597 status collapsed
6598
6599 \begin_layout Plain Layout
6600 Klammergrößen ! automatische
6601 \end_layout
6602
6603 \end_inset
6604
6605
6606 \end_layout
6607
6608 \begin_layout Standard
6609 Klammern variabler Größe können mit den Befehlen 
6610 \series bold
6611
6612 \backslash
6613 left
6614 \series default
6615
6616 \begin_inset Index idx
6617 status collapsed
6618
6619 \begin_layout Plain Layout
6620 Befehle ! L ! 
6621 \backslash
6622 left
6623 \end_layout
6624
6625 \end_inset
6626
6627  und 
6628 \series bold
6629
6630 \backslash
6631 right
6632 \series default
6633
6634 \begin_inset Index idx
6635 status collapsed
6636
6637 \begin_layout Plain Layout
6638 Befehle ! R ! 
6639 \backslash
6640 right
6641 \end_layout
6642
6643 \end_inset
6644
6645  oder über den Mathe-Werkzeugleistenknopf
6646 \family sans
6647  
6648 \family default
6649
6650 \begin_inset Graphics
6651         filename ../../images/dialog-show_mathdelimiter.png
6652         scale 85
6653
6654 \end_inset
6655
6656  eingefügt werden.
6657  Auf 
6658 \series bold
6659
6660 \backslash
6661 left
6662 \series default
6663  und 
6664 \series bold
6665
6666 \backslash
6667 right
6668 \series default
6669  muss unmittelbar die gewünschte Klammer folgen.
6670  Die Klammergröße wird dann bei der Ausgabe automatisch berechnet.
6671 \end_layout
6672
6673 \begin_layout Standard
6674 \align center
6675 normale Klammer: Der Befehl 
6676 \series bold
6677
6678 \backslash
6679 ln(
6680 \backslash
6681 frac
6682 \begin_inset space \textvisiblespace{}
6683 \end_inset
6684
6685 A
6686 \begin_inset Formula $\downarrow$
6687 \end_inset
6688
6689 C
6690 \begin_inset space \textvisiblespace{}
6691 \end_inset
6692
6693 )
6694 \series default
6695  ergibt
6696 \begin_inset Formula 
6697 \[
6698 \ln(\frac{A}{C})
6699 \]
6700
6701 \end_inset
6702
6703
6704 \end_layout
6705
6706 \begin_layout Standard
6707 \align center
6708 mehrzeilige Klammer: Der Befehl 
6709 \series bold
6710
6711 \backslash
6712 ln
6713 \backslash
6714 left(
6715 \backslash
6716 frac
6717 \begin_inset space \textvisiblespace{}
6718 \end_inset
6719
6720 A
6721 \begin_inset Formula $\downarrow$
6722 \end_inset
6723
6724 C
6725 \begin_inset space \textvisiblespace{}
6726 \end_inset
6727
6728
6729 \backslash
6730 right)
6731 \series default
6732  ergibt
6733 \begin_inset Formula 
6734 \[
6735 \ln\left(\frac{A}{C}\right)
6736 \]
6737
6738 \end_inset
6739
6740
6741 \end_layout
6742
6743 \begin_layout Standard
6744 An Stelle von 
6745 \series bold
6746
6747 \backslash
6748 left
6749 \series default
6750  und 
6751 \series bold
6752
6753 \backslash
6754 right
6755 \series default
6756  kann man die Tastenkürzel 
6757 \family sans
6758 Alt+M
6759 \begin_inset space ~
6760 \end_inset
6761
6762 Klammer
6763 \family default
6764  verwenden.
6765  Das hat den Vorteil, dass man in LyX sofort die wahre Klammergröße sieht
6766  und dass die rechte Klammer gleich mit erstellt wird.
6767 \begin_inset Newline newline
6768 \end_inset
6769
6770 Der Befehl für das letzte Beispiel würde dann lauten: 
6771 \series bold
6772
6773 \backslash
6774 ln Alt+M
6775 \series default
6776  
6777 \series bold
6778 (
6779 \backslash
6780 frac
6781 \begin_inset space \textvisiblespace{}
6782 \end_inset
6783
6784 A
6785 \begin_inset Formula $\downarrow$
6786 \end_inset
6787
6788 C
6789 \end_layout
6790
6791 \begin_layout Standard
6792 Will man nur eine Klammerhälfte erstellen, schreibt man für die weggelassene
6793  Klammer einen Punkt.
6794  So ergibt z.
6795 \begin_inset space \thinspace{}
6796 \end_inset
6797
6798 B.
6799  der Befehl 
6800 \series bold
6801
6802 \backslash
6803 left.
6804 \backslash
6805 frac
6806 \begin_inset space \textvisiblespace{}
6807 \end_inset
6808
6809 A
6810 \begin_inset Formula $\downarrow$
6811 \end_inset
6812
6813 B
6814 \begin_inset space \textvisiblespace{}
6815 \end_inset
6816
6817
6818 \backslash
6819 right}
6820 \series default
6821
6822 \begin_inset space \thinspace{}
6823 \end_inset
6824
6825 :
6826 \series bold
6827
6828 \begin_inset Formula 
6829 \[
6830 \left.\frac{A}{B}\right\} 
6831 \]
6832
6833 \end_inset
6834
6835
6836 \series default
6837 Die Befehle 
6838 \series bold
6839
6840 \backslash
6841 left
6842 \series default
6843  und 
6844 \series bold
6845
6846 \backslash
6847 right
6848 \series default
6849  werden beim Neu laden des Dokuments von LyX in Klammern der richtigen Größe
6850  umgewandelt.
6851  Für eine weggelassene Klammer erscheint in LyX eine gestrichelte Linie.
6852 \end_layout
6853
6854 \begin_layout Standard
6855 \begin_inset VSpace bigskip
6856 \end_inset
6857
6858 Da alle gängigen LaTeX-Distributionen eTeX, eine Erweiterung von LaTeX,
6859  verwenden, steht für alle Klammern und Begrenzungszeichen zusätzlich der
6860  Befehl 
6861 \series bold
6862
6863 \backslash
6864 middle
6865 \series default
6866
6867 \begin_inset Index idx
6868 status collapsed
6869
6870 \begin_layout Plain Layout
6871 Befehle ! M ! 
6872 \backslash
6873 middle
6874 \end_layout
6875
6876 \end_inset
6877
6878  zur Verfügung.
6879  Durch diesen wird das folgende Zeichen an die Höhe der umgebenden Klammern
6880  angepasst, was z.
6881 \begin_inset space \thinspace{}
6882 \end_inset
6883
6884 B.
6885  für physikalische Vektoren von Nutzen ist:
6886 \begin_inset Formula 
6887 \[
6888 \left\langle \phi\:\middle|\: J=\frac{3}{2}\,,\, M_{J}\right\rangle 
6889 \]
6890
6891 \end_inset
6892
6893 Für physikalische Vektoren gibt es ein spezielles LaTeX-Paket, das in 
6894 \begin_inset CommandInset ref
6895 LatexCommand ref
6896 reference "sub:Physikalische-Vektoren"
6897
6898 \end_inset
6899
6900  beschrieben ist.
6901 \end_layout
6902
6903 \begin_layout Subsection
6904 Horizontale Klammern
6905 \begin_inset Index idx
6906 status collapsed
6907
6908 \begin_layout Plain Layout
6909 Klammern ! horizontale
6910 \end_layout
6911
6912 \end_inset
6913
6914
6915 \end_layout
6916
6917 \begin_layout Standard
6918 \align center
6919 \begin_inset Tabular
6920 <lyxtabular version="3" rows="4" columns="2">
6921 <features rotate="0" tabularvalignment="middle">
6922 <column alignment="center" valignment="top" width="0pt">
6923 <column alignment="center" valignment="top" width="0pt">
6924 <row>
6925 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
6926 \begin_inset Text
6927
6928 \begin_layout Plain Layout
6929 Befehl
6930 \begin_inset Note Note
6931 status collapsed
6932
6933 \begin_layout Plain Layout
6934
6935 \series bold
6936
6937 \backslash
6938 raisebox
6939 \series default
6940  dient nur als Abstandhalter.
6941 \end_layout
6942
6943 \end_inset
6944
6945
6946 \end_layout
6947
6948 \end_inset
6949 </cell>
6950 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
6951 \begin_inset Text
6952
6953 \begin_layout Plain Layout
6954 Ergebnis
6955 \end_layout
6956
6957 \end_inset
6958 </cell>
6959 </row>
6960 <row>
6961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
6962 \begin_inset Text
6963
6964 \begin_layout Plain Layout
6965 \begin_inset ERT
6966 status collapsed
6967
6968 \begin_layout Plain Layout
6969
6970
6971 \backslash
6972 raisebox{2.3mm}{
6973 \end_layout
6974
6975 \end_inset
6976
6977
6978 \backslash
6979 overbrace
6980 \begin_inset space \textvisiblespace{}
6981 \end_inset
6982
6983 A+B
6984 \begin_inset space \textvisiblespace{}
6985 \end_inset
6986
6987 ^
6988 \begin_inset space \textvisiblespace{}
6989 \end_inset
6990
6991 3
6992 \begin_inset ERT
6993 status collapsed
6994
6995 \begin_layout Plain Layout
6996
6997 }
6998 \end_layout
6999
7000 \end_inset
7001
7002
7003 \begin_inset Index idx
7004 status collapsed
7005
7006 \begin_layout Plain Layout
7007 Befehle ! O ! 
7008 \backslash
7009 overbrace
7010 \end_layout
7011
7012 \end_inset
7013
7014
7015 \end_layout
7016
7017 \end_inset
7018 </cell>
7019 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7020 \begin_inset Text
7021
7022 \begin_layout Plain Layout
7023 \begin_inset Formula $\overbrace{A+B}^{3}$
7024 \end_inset
7025
7026
7027 \end_layout
7028
7029 \end_inset
7030 </cell>
7031 </row>
7032 <row>
7033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7034 \begin_inset Text
7035
7036 \begin_layout Plain Layout
7037 \begin_inset ERT
7038 status collapsed
7039
7040 \begin_layout Plain Layout
7041
7042
7043 \backslash
7044 raisebox{-2.2mm}{
7045 \end_layout
7046
7047 \end_inset
7048
7049
7050 \backslash
7051 underbrace
7052 \begin_inset space \textvisiblespace{}
7053 \end_inset
7054
7055 A+B
7056 \begin_inset space \textvisiblespace{}
7057 \end_inset
7058
7059 _5
7060 \begin_inset ERT
7061 status collapsed
7062
7063 \begin_layout Plain Layout
7064
7065 }
7066 \end_layout
7067
7068 \end_inset
7069
7070
7071 \begin_inset Index idx
7072 status collapsed
7073
7074 \begin_layout Plain Layout
7075 Befehle ! U ! 
7076 \backslash
7077 underbrace
7078 \end_layout
7079
7080 \end_inset
7081
7082
7083 \end_layout
7084
7085 \end_inset
7086 </cell>
7087 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7088 \begin_inset Text
7089
7090 \begin_layout Plain Layout
7091 \begin_inset Formula $\underbrace{A+B}_{5}$
7092 \end_inset
7093
7094
7095 \end_layout
7096
7097 \end_inset
7098 </cell>
7099 </row>
7100 <row>
7101 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7102 \begin_inset Text
7103
7104 \begin_layout Plain Layout
7105
7106 \backslash
7107 overbrace
7108 \begin_inset space \textvisiblespace{}
7109 \end_inset
7110
7111
7112 \backslash
7113 underbrace
7114 \begin_inset space \textvisiblespace{}
7115 \end_inset
7116
7117 A+B_w
7118 \begin_inset space \textvisiblespace{}
7119 \end_inset
7120
7121
7122 \begin_inset space \textvisiblespace{}
7123 \end_inset
7124
7125 _7
7126 \begin_inset space \textvisiblespace{}
7127 \end_inset
7128
7129
7130 \begin_inset space \textvisiblespace{}
7131 \end_inset
7132
7133 ^
7134 \begin_inset space \textvisiblespace{}
7135 \end_inset
7136
7137 C
7138 \end_layout
7139
7140 \end_inset
7141 </cell>
7142 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7143 \begin_inset Text
7144
7145 \begin_layout Plain Layout
7146 \begin_inset Formula $\overbrace{\underbrace{A+B_{w}}_{7}}^{C}$
7147 \end_inset
7148
7149
7150 \end_layout
7151
7152 \end_inset
7153 </cell>
7154 </row>
7155 </lyxtabular>
7156
7157 \end_inset
7158
7159
7160 \end_layout
7161
7162 \begin_layout Standard
7163 Beim letzten Beispiel spielt es keine Rolle, ob man zuerst 
7164 \series bold
7165
7166 \backslash
7167 overbrace
7168 \series default
7169  oder 
7170 \series bold
7171
7172 \backslash
7173 underbrace
7174 \series default
7175  eingibt.
7176 \end_layout
7177
7178 \begin_layout Standard
7179 \begin_inset VSpace bigskip
7180 \end_inset
7181
7182 Benötigt man Klammern, die sich überschneiden, muss man die in 
7183 \begin_inset CommandInset ref
7184 LatexCommand ref
7185 reference "sec:Mehrzeilige-Formeln"
7186
7187 \end_inset
7188
7189  beschriebenen mehrzeiligen Formeln verwenden:
7190 \begin_inset Formula 
7191 \begin{eqnarray*}
7192 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd\\
7193  &  & \hphantom{gggg+\:}\underbrace{\hphantom{bbqq+dddd}}_{s}
7194 \end{eqnarray*}
7195
7196 \end_inset
7197
7198 In die erste Zeile wird die Formel zusammen mit der ersten Klammer eingegeben.
7199  Dabei ist es wichtig, dass vor dem ersten 
7200 \begin_inset Formula $d$
7201 \end_inset
7202
7203  der Abstandsbefehl
7204 \begin_inset Foot
7205 status collapsed
7206
7207 \begin_layout Plain Layout
7208 Abstandsbefehle sind in 
7209 \begin_inset CommandInset ref
7210 LatexCommand ref
7211 reference "sub:Vordefinierter-Leerraum"
7212
7213 \end_inset
7214
7215  erklärt.
7216 \end_layout
7217
7218 \end_inset
7219
7220  
7221 \series bold
7222
7223 \backslash
7224 :
7225 \series default
7226  eingegeben wird, denn die nach dem 
7227 \begin_inset Formula $q$
7228 \end_inset
7229
7230  endende Klammer verhindert, dass das nachfolgende 
7231 \begin_inset Quotes gld
7232 \end_inset
7233
7234 +
7235 \begin_inset Quotes grd
7236 \end_inset
7237
7238  von Leerraum umgeben ist.
7239 \begin_inset Foot
7240 status collapsed
7241
7242 \begin_layout Plain Layout
7243 weil eine Klammer nicht als Zeichen gilt, siehe 
7244 \begin_inset CommandInset ref
7245 LatexCommand ref
7246 reference "sub:Binäre-Operatoren"
7247
7248 \end_inset
7249
7250
7251 \end_layout
7252
7253 \end_inset
7254
7255  In die zweite Zeile wird die zweite Klammer eingegeben.
7256  Da sie vor dem 
7257 \begin_inset Formula $b$
7258 \end_inset
7259
7260  beginnen soll, gibt man zuerst 
7261 \series bold
7262
7263 \backslash
7264 hphantom{gggg+
7265 \backslash
7266 :}
7267 \series default
7268  ein.
7269 \begin_inset Foot
7270 status collapsed
7271
7272 \begin_layout Plain Layout
7273 mehr zu 
7274 \series bold
7275
7276 \backslash
7277 hphantom
7278 \series default
7279  siehe 
7280 \begin_inset CommandInset ref
7281 LatexCommand ref
7282 reference "sub:Platzhalter"
7283
7284 \end_inset
7285
7286 .
7287 \end_layout
7288
7289 \end_inset
7290
7291  Dieser Leerraum wird benötigt, weil das 
7292 \begin_inset Quotes gld
7293 \end_inset
7294
7295 +
7296 \begin_inset Quotes grd
7297 \end_inset
7298
7299  in der Formel auch von Leerraum umgeben ist.
7300  Die Klammer wird unter den Befehl 
7301 \series bold
7302
7303 \backslash
7304 hphantom{bbqq+dddd}
7305 \series default
7306  gesetzt.
7307 \end_layout
7308
7309 \begin_layout Standard
7310 Komplizierter wird es, wenn sich Klammern über und unter der Formel überschneide
7311 n, wie in folgendem Beispiel:
7312 \begin_inset ERT
7313 status collapsed
7314
7315 \begin_layout Plain Layout
7316
7317
7318 \backslash
7319 setlength{
7320 \backslash
7321 jot}{-6pt}
7322 \end_layout
7323
7324 \end_inset
7325
7326
7327 \begin_inset Formula 
7328 \begin{eqnarray*}
7329  &  & \hphantom{gggg+\:}\overbrace{\hphantom{bbqq+dddd}}^{s}\\
7330 A & = & \underbrace{gggg+bbqq}_{r}+\: dddd
7331 \end{eqnarray*}
7332
7333 \end_inset
7334
7335
7336 \begin_inset ERT
7337 status collapsed
7338
7339 \begin_layout Plain Layout
7340
7341
7342 \backslash
7343 setlength{
7344 \backslash
7345 jot}{3pt}
7346 \end_layout
7347
7348 \end_inset
7349
7350 Die erste Formelzeile ist gleich der zweiten Zeile des vorigen Beispiels,
7351  mit dem Unterschied, dass sich die Klammer oben befindet.
7352  Die zweite Zeile enthält die Formel zusammen mit der zweiten Klammer.
7353  Damit sich zwischen oberer Klammer in der ersten Zeile und der Formel in
7354  der zweiten Zeile kein Leerraum befindet, muss der Zeilenabstand verändert
7355  werden.
7356  Aufgrund eines Fehlers in LyX ist dies nicht ohne Weiteres möglich
7357 \begin_inset Foot
7358 status collapsed
7359
7360 \begin_layout Plain Layout
7361 \begin_inset CommandInset href
7362 LatexCommand href
7363 name "LyX-Fehler #1505"
7364 target "http://www.lyx.org/trac/ticket/1505"
7365
7366 \end_inset
7367
7368
7369 \end_layout
7370
7371 \end_inset
7372
7373 .
7374  Es muss als Lösung des Problems der globale Formelzeilenabstand 
7375 \series bold
7376
7377 \backslash
7378 jot
7379 \series default
7380
7381 \begin_inset Index idx
7382 status collapsed
7383
7384 \begin_layout Plain Layout
7385 Befehle ! J ! 
7386 \backslash
7387 jot
7388 \end_layout
7389
7390 \end_inset
7391
7392  vor der Formel mit dem Befehl 
7393 \series bold
7394
7395 \backslash
7396 setlength{
7397 \backslash
7398 jot}{-6pt}
7399 \series default
7400  im TeX-Modus auf den Wert -6
7401 \begin_inset space \thinspace{}
7402 \end_inset
7403
7404 pt geändert.
7405  Nach der Formel wird 
7406 \series bold
7407
7408 \backslash
7409 jot
7410 \series default
7411  mit demselben Befehl wieder auf den Standardwert 3
7412 \begin_inset space \thinspace{}
7413 \end_inset
7414
7415 pt zurückgesetzt.
7416  Genaueres zum Zeilenabstand in Formeln ist in 
7417 \begin_inset CommandInset ref
7418 LatexCommand ref
7419 reference "sub:Zeilenabstand"
7420
7421 \end_inset
7422
7423  erklärt.
7424 \end_layout
7425
7426 \begin_layout Section
7427 Pfeile
7428 \begin_inset Index idx
7429 status collapsed
7430
7431 \begin_layout Plain Layout
7432 Pfeile
7433 \end_layout
7434
7435 \end_inset
7436
7437
7438 \end_layout
7439
7440 \begin_layout Standard
7441 Pfeile können über den Mathe-Werkzeugleistenknopf 
7442 \begin_inset Graphics
7443         filename ../../images/math/leftarrow.png
7444         scale 85
7445
7446 \end_inset
7447
7448  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
7449  aufgelistet sind.
7450 \end_layout
7451
7452 \begin_layout Subsection
7453 Horizontale Pfeile
7454 \begin_inset Index idx
7455 status collapsed
7456
7457 \begin_layout Plain Layout
7458 Pfeile ! horizontale
7459 \end_layout
7460
7461 \end_inset
7462
7463
7464 \end_layout
7465
7466 \begin_layout Standard
7467 \begin_inset space \hfill{}
7468 \end_inset
7469
7470
7471 \begin_inset Tabular
7472 <lyxtabular version="3" rows="8" columns="2">
7473 <features rotate="0" tabularvalignment="middle">
7474 <column alignment="center" valignment="top" width="0pt">
7475 <column alignment="center" valignment="top" width="0pt">
7476 <row>
7477 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7478 \begin_inset Text
7479
7480 \begin_layout Plain Layout
7481 Befehl
7482 \end_layout
7483
7484 \end_inset
7485 </cell>
7486 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7487 \begin_inset Text
7488
7489 \begin_layout Plain Layout
7490 Ergebnis
7491 \end_layout
7492
7493 \end_inset
7494 </cell>
7495 </row>
7496 <row>
7497 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7498 \begin_inset Text
7499
7500 \begin_layout Plain Layout
7501
7502 \backslash
7503 gets
7504 \end_layout
7505
7506 \end_inset
7507 </cell>
7508 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7509 \begin_inset Text
7510
7511 \begin_layout Plain Layout
7512 \begin_inset Formula $\gets$
7513 \end_inset
7514
7515
7516 \end_layout
7517
7518 \end_inset
7519 </cell>
7520 </row>
7521 <row>
7522 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7523 \begin_inset Text
7524
7525 \begin_layout Plain Layout
7526
7527 \backslash
7528 Leftarrow
7529 \end_layout
7530
7531 \end_inset
7532 </cell>
7533 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7534 \begin_inset Text
7535
7536 \begin_layout Plain Layout
7537 \begin_inset Formula $\Leftarrow$
7538 \end_inset
7539
7540
7541 \end_layout
7542
7543 \end_inset
7544 </cell>
7545 </row>
7546 <row>
7547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7548 \begin_inset Text
7549
7550 \begin_layout Plain Layout
7551
7552 \backslash
7553 longleftarrow
7554 \end_layout
7555
7556 \end_inset
7557 </cell>
7558 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7559 \begin_inset Text
7560
7561 \begin_layout Plain Layout
7562 \begin_inset Formula $\longleftarrow$
7563 \end_inset
7564
7565
7566 \end_layout
7567
7568 \end_inset
7569 </cell>
7570 </row>
7571 <row>
7572 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7573 \begin_inset Text
7574
7575 \begin_layout Plain Layout
7576
7577 \backslash
7578 Longleftarrow
7579 \end_layout
7580
7581 \end_inset
7582 </cell>
7583 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7584 \begin_inset Text
7585
7586 \begin_layout Plain Layout
7587 \begin_inset Formula $\Longleftarrow$
7588 \end_inset
7589
7590
7591 \end_layout
7592
7593 \end_inset
7594 </cell>
7595 </row>
7596 <row>
7597 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7598 \begin_inset Text
7599
7600 \begin_layout Plain Layout
7601
7602 \backslash
7603 leftharpoonup
7604 \end_layout
7605
7606 \end_inset
7607 </cell>
7608 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7609 \begin_inset Text
7610
7611 \begin_layout Plain Layout
7612 \begin_inset Formula $\leftharpoonup$
7613 \end_inset
7614
7615
7616 \end_layout
7617
7618 \end_inset
7619 </cell>
7620 </row>
7621 <row>
7622 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7623 \begin_inset Text
7624
7625 \begin_layout Plain Layout
7626
7627 \backslash
7628 leftharpoondown
7629 \end_layout
7630
7631 \end_inset
7632 </cell>
7633 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7634 \begin_inset Text
7635
7636 \begin_layout Plain Layout
7637 \begin_inset Formula $\leftharpoondown$
7638 \end_inset
7639
7640
7641 \end_layout
7642
7643 \end_inset
7644 </cell>
7645 </row>
7646 <row>
7647 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7648 \begin_inset Text
7649
7650 \begin_layout Plain Layout
7651
7652 \backslash
7653 hookleftarrow
7654 \end_layout
7655
7656 \end_inset
7657 </cell>
7658 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7659 \begin_inset Text
7660
7661 \begin_layout Plain Layout
7662 \begin_inset Formula $\hookleftarrow$
7663 \end_inset
7664
7665
7666 \end_layout
7667
7668 \end_inset
7669 </cell>
7670 </row>
7671 </lyxtabular>
7672
7673 \end_inset
7674
7675
7676 \begin_inset space \hfill{}
7677 \end_inset
7678
7679
7680 \begin_inset Tabular
7681 <lyxtabular version="3" rows="8" columns="2">
7682 <features rotate="0" tabularvalignment="middle">
7683 <column alignment="center" valignment="top" width="0pt">
7684 <column alignment="center" valignment="top" width="0pt">
7685 <row>
7686 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7687 \begin_inset Text
7688
7689 \begin_layout Plain Layout
7690 Befehl
7691 \end_layout
7692
7693 \end_inset
7694 </cell>
7695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7696 \begin_inset Text
7697
7698 \begin_layout Plain Layout
7699 Ergebnis
7700 \end_layout
7701
7702 \end_inset
7703 </cell>
7704 </row>
7705 <row>
7706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7707 \begin_inset Text
7708
7709 \begin_layout Plain Layout
7710
7711 \backslash
7712 to
7713 \end_layout
7714
7715 \end_inset
7716 </cell>
7717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7718 \begin_inset Text
7719
7720 \begin_layout Plain Layout
7721 \begin_inset Formula $\to$
7722 \end_inset
7723
7724
7725 \end_layout
7726
7727 \end_inset
7728 </cell>
7729 </row>
7730 <row>
7731 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7732 \begin_inset Text
7733
7734 \begin_layout Plain Layout
7735
7736 \backslash
7737 Rightarrow
7738 \end_layout
7739
7740 \end_inset
7741 </cell>
7742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7743 \begin_inset Text
7744
7745 \begin_layout Plain Layout
7746 \begin_inset Formula $\Rightarrow$
7747 \end_inset
7748
7749
7750 \end_layout
7751
7752 \end_inset
7753 </cell>
7754 </row>
7755 <row>
7756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7757 \begin_inset Text
7758
7759 \begin_layout Plain Layout
7760
7761 \backslash
7762 longrightarrow
7763 \end_layout
7764
7765 \end_inset
7766 </cell>
7767 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7768 \begin_inset Text
7769
7770 \begin_layout Plain Layout
7771 \begin_inset Formula $\longrightarrow$
7772 \end_inset
7773
7774
7775 \end_layout
7776
7777 \end_inset
7778 </cell>
7779 </row>
7780 <row>
7781 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7782 \begin_inset Text
7783
7784 \begin_layout Plain Layout
7785
7786 \backslash
7787 Longrightarrow
7788 \end_layout
7789
7790 \end_inset
7791 </cell>
7792 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7793 \begin_inset Text
7794
7795 \begin_layout Plain Layout
7796 \begin_inset Formula $\Longrightarrow$
7797 \end_inset
7798
7799
7800 \end_layout
7801
7802 \end_inset
7803 </cell>
7804 </row>
7805 <row>
7806 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7807 \begin_inset Text
7808
7809 \begin_layout Plain Layout
7810
7811 \backslash
7812 rightharpoonup
7813 \end_layout
7814
7815 \end_inset
7816 </cell>
7817 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7818 \begin_inset Text
7819
7820 \begin_layout Plain Layout
7821 \begin_inset Formula $\rightharpoonup$
7822 \end_inset
7823
7824
7825 \end_layout
7826
7827 \end_inset
7828 </cell>
7829 </row>
7830 <row>
7831 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7832 \begin_inset Text
7833
7834 \begin_layout Plain Layout
7835
7836 \backslash
7837 rightharpoondown
7838 \end_layout
7839
7840 \end_inset
7841 </cell>
7842 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7843 \begin_inset Text
7844
7845 \begin_layout Plain Layout
7846 \begin_inset Formula $\rightharpoondown$
7847 \end_inset
7848
7849
7850 \end_layout
7851
7852 \end_inset
7853 </cell>
7854 </row>
7855 <row>
7856 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
7857 \begin_inset Text
7858
7859 \begin_layout Plain Layout
7860
7861 \backslash
7862 hookrightarrow
7863 \end_layout
7864
7865 \end_inset
7866 </cell>
7867 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
7868 \begin_inset Text
7869
7870 \begin_layout Plain Layout
7871 \begin_inset Formula $\hookrightarrow$
7872 \end_inset
7873
7874
7875 \end_layout
7876
7877 \end_inset
7878 </cell>
7879 </row>
7880 </lyxtabular>
7881
7882 \end_inset
7883
7884
7885 \begin_inset space \hfill{}
7886 \end_inset
7887
7888
7889 \end_layout
7890
7891 \begin_layout Standard
7892 \begin_inset space \hfill{}
7893 \end_inset
7894
7895
7896 \begin_inset Tabular
7897 <lyxtabular version="3" rows="6" columns="2">
7898 <features rotate="0" tabularvalignment="middle">
7899 <column alignment="center" valignment="top" width="0pt">
7900 <column alignment="center" valignment="top" width="0pt">
7901 <row>
7902 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
7903 \begin_inset Text
7904
7905 \begin_layout Plain Layout
7906 Befehl
7907 \end_layout
7908
7909 \end_inset
7910 </cell>
7911 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
7912 \begin_inset Text
7913
7914 \begin_layout Plain Layout
7915 Ergebnis
7916 \end_layout
7917
7918 \end_inset
7919 </cell>
7920 </row>
7921 <row>
7922 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7923 \begin_inset Text
7924
7925 \begin_layout Plain Layout
7926
7927 \backslash
7928 leftrightarrow
7929 \end_layout
7930
7931 \end_inset
7932 </cell>
7933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7934 \begin_inset Text
7935
7936 \begin_layout Plain Layout
7937 \begin_inset Formula $\leftrightarrow$
7938 \end_inset
7939
7940
7941 \end_layout
7942
7943 \end_inset
7944 </cell>
7945 </row>
7946 <row>
7947 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7948 \begin_inset Text
7949
7950 \begin_layout Plain Layout
7951
7952 \backslash
7953 Leftrightarrow
7954 \end_layout
7955
7956 \end_inset
7957 </cell>
7958 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7959 \begin_inset Text
7960
7961 \begin_layout Plain Layout
7962 \begin_inset Formula $\Leftrightarrow$
7963 \end_inset
7964
7965
7966 \end_layout
7967
7968 \end_inset
7969 </cell>
7970 </row>
7971 <row>
7972 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7973 \begin_inset Text
7974
7975 \begin_layout Plain Layout
7976
7977 \backslash
7978 longleftrightarrow
7979 \end_layout
7980
7981 \end_inset
7982 </cell>
7983 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
7984 \begin_inset Text
7985
7986 \begin_layout Plain Layout
7987 \begin_inset Formula $\longleftrightarrow$
7988 \end_inset
7989
7990
7991 \end_layout
7992
7993 \end_inset
7994 </cell>
7995 </row>
7996 <row>
7997 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
7998 \begin_inset Text
7999
8000 \begin_layout Plain Layout
8001
8002 \backslash
8003 Longleftrightarrow
8004 \end_layout
8005
8006 \end_inset
8007 </cell>
8008 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8009 \begin_inset Text
8010
8011 \begin_layout Plain Layout
8012 \begin_inset Formula $\Longleftrightarrow$
8013 \end_inset
8014
8015
8016 \end_layout
8017
8018 \end_inset
8019 </cell>
8020 </row>
8021 <row>
8022 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8023 \begin_inset Text
8024
8025 \begin_layout Plain Layout
8026
8027 \backslash
8028 rightleftharpoons
8029 \end_layout
8030
8031 \end_inset
8032 </cell>
8033 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8034 \begin_inset Text
8035
8036 \begin_layout Plain Layout
8037 \begin_inset Formula $\rightleftharpoons$
8038 \end_inset
8039
8040
8041 \end_layout
8042
8043 \end_inset
8044 </cell>
8045 </row>
8046 </lyxtabular>
8047
8048 \end_inset
8049
8050
8051 \begin_inset space \hspace{}
8052 \length 25pt
8053 \end_inset
8054
8055
8056 \begin_inset space \hfill{}
8057 \end_inset
8058
8059
8060 \begin_inset Tabular
8061 <lyxtabular version="3" rows="5" columns="2">
8062 <features rotate="0" tabularvalignment="middle">
8063 <column alignment="center" valignment="top" width="0pt">
8064 <column alignment="center" valignment="top" width="0pt">
8065 <row>
8066 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8067 \begin_inset Text
8068
8069 \begin_layout Plain Layout
8070 Befehl
8071 \end_layout
8072
8073 \end_inset
8074 </cell>
8075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8076 \begin_inset Text
8077
8078 \begin_layout Plain Layout
8079 Ergebnis
8080 \end_layout
8081
8082 \end_inset
8083 </cell>
8084 </row>
8085 <row>
8086 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8087 \begin_inset Text
8088
8089 \begin_layout Plain Layout
8090
8091 \backslash
8092 mapsto
8093 \end_layout
8094
8095 \end_inset
8096 </cell>
8097 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8098 \begin_inset Text
8099
8100 \begin_layout Plain Layout
8101 \begin_inset Formula $\mapsto$
8102 \end_inset
8103
8104
8105 \end_layout
8106
8107 \end_inset
8108 </cell>
8109 </row>
8110 <row>
8111 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8112 \begin_inset Text
8113
8114 \begin_layout Plain Layout
8115
8116 \backslash
8117 longmapsto
8118 \end_layout
8119
8120 \end_inset
8121 </cell>
8122 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8123 \begin_inset Text
8124
8125 \begin_layout Plain Layout
8126 \begin_inset Formula $\longmapsto$
8127 \end_inset
8128
8129
8130 \end_layout
8131
8132 \end_inset
8133 </cell>
8134 </row>
8135 <row>
8136 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8137 \begin_inset Text
8138
8139 \begin_layout Plain Layout
8140
8141 \backslash
8142 leadsto
8143 \end_layout
8144
8145 \end_inset
8146 </cell>
8147 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8148 \begin_inset Text
8149
8150 \begin_layout Plain Layout
8151 \begin_inset Formula $\leadsto$
8152 \end_inset
8153
8154
8155 \end_layout
8156
8157 \end_inset
8158 </cell>
8159 </row>
8160 <row>
8161 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8162 \begin_inset Text
8163
8164 \begin_layout Plain Layout
8165
8166 \backslash
8167 dasharrow
8168 \end_layout
8169
8170 \end_inset
8171 </cell>
8172 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8173 \begin_inset Text
8174
8175 \begin_layout Plain Layout
8176 \begin_inset Formula $\dasharrow$
8177 \end_inset
8178
8179
8180 \end_layout
8181
8182 \end_inset
8183 </cell>
8184 </row>
8185 </lyxtabular>
8186
8187 \end_inset
8188
8189
8190 \begin_inset space \hfill{}
8191 \end_inset
8192
8193
8194 \end_layout
8195
8196 \begin_layout Standard
8197 \begin_inset VSpace medskip
8198 \end_inset
8199
8200 Als Akzente verwendete Pfeile, wie z.
8201 \begin_inset space \thinspace{}
8202 \end_inset
8203
8204 B.
8205  Vektorpfeile, sind in 
8206 \begin_inset CommandInset ref
8207 LatexCommand ref
8208 reference "sec:Akzente"
8209
8210 \end_inset
8211
8212  aufgelistet.
8213 \end_layout
8214
8215 \begin_layout Standard
8216 \begin_inset VSpace bigskip
8217 \end_inset
8218
8219 Des Weiteren gibt es die beschriftbaren Pfeile
8220 \begin_inset Index idx
8221 status collapsed
8222
8223 \begin_layout Plain Layout
8224 Pfeile ! beschriftbare
8225 \end_layout
8226
8227 \end_inset
8228
8229  
8230 \series bold
8231
8232 \backslash
8233 xleftarrow
8234 \series default
8235
8236 \begin_inset Index idx
8237 status collapsed
8238
8239 \begin_layout Plain Layout
8240 Befehle ! X ! 
8241 \backslash
8242 xleftarrow
8243 \end_layout
8244
8245 \end_inset
8246
8247  und 
8248 \series bold
8249
8250 \backslash
8251 xrightarrow
8252 \series default
8253
8254 \begin_inset Index idx
8255 status collapsed
8256
8257 \begin_layout Plain Layout
8258 Befehle ! X ! 
8259 \backslash
8260 xrightarrow
8261 \begin_inset ERT
8262 status collapsed
8263
8264 \begin_layout Plain Layout
8265
8266
8267 \backslash
8268 vspace{4mm}
8269 \end_layout
8270
8271 \end_inset
8272
8273
8274 \end_layout
8275
8276 \end_inset
8277
8278 .
8279  Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Pfeil mit
8280  zwei blauen Kästchen, in die man die Beschriftung eingeben kann.
8281  Die Pfeillänge passt sich der Breite der Beschriftung an.
8282 \end_layout
8283
8284 \begin_layout Standard
8285 \align center
8286 \begin_inset Tabular
8287 <lyxtabular version="3" rows="3" columns="2">
8288 <features rotate="0" tabularvalignment="middle">
8289 <column alignment="center" valignment="top" width="0pt">
8290 <column alignment="center" valignment="top" width="0pt">
8291 <row>
8292 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8293 \begin_inset Text
8294
8295 \begin_layout Plain Layout
8296 Befehl
8297 \end_layout
8298
8299 \end_inset
8300 </cell>
8301 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8302 \begin_inset Text
8303
8304 \begin_layout Plain Layout
8305 Ergebnis
8306 \begin_inset Note Note
8307 status collapsed
8308
8309 \begin_layout Plain Layout
8310
8311 \series bold
8312
8313 \backslash
8314 raisebox
8315 \series default
8316  dient nur als Abstandhalter.
8317 \end_layout
8318
8319 \end_inset
8320
8321
8322 \end_layout
8323
8324 \end_inset
8325 </cell>
8326 </row>
8327 <row>
8328 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8329 \begin_inset Text
8330
8331 \begin_layout Plain Layout
8332 F(a)
8333 \backslash
8334 xleftarrow
8335 \begin_inset space \textvisiblespace{}
8336 \end_inset
8337
8338 x=a
8339 \begin_inset Formula $\downarrow$
8340 \end_inset
8341
8342 x>0
8343 \begin_inset Formula $\to$
8344 \end_inset
8345
8346 F(x)
8347 \end_layout
8348
8349 \end_inset
8350 </cell>
8351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8352 \begin_inset Text
8353
8354 \begin_layout Plain Layout
8355 \begin_inset Formula $\raisebox{5mm}{}F(a)\xleftarrow[x>0]{x=a}F(x)\raisebox{-4mm}{}$
8356 \end_inset
8357
8358
8359 \end_layout
8360
8361 \end_inset
8362 </cell>
8363 </row>
8364 <row>
8365 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8366 \begin_inset Text
8367
8368 \begin_layout Plain Layout
8369 F(x)
8370 \backslash
8371 xrightarrow
8372 \begin_inset space \textvisiblespace{}
8373 \end_inset
8374
8375 x=a
8376 \begin_inset Formula $\downarrow$
8377 \end_inset
8378
8379 x>0
8380 \begin_inset Formula $\to$
8381 \end_inset
8382
8383 F(a)
8384 \end_layout
8385
8386 \end_inset
8387 </cell>
8388 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8389 \begin_inset Text
8390
8391 \begin_layout Plain Layout
8392 \begin_inset Formula $\raisebox{5mm}{}F(x)\xrightarrow[x>0]{x=a}F(a)\raisebox{-4mm}{}$
8393 \end_inset
8394
8395
8396 \end_layout
8397
8398 \end_inset
8399 </cell>
8400 </row>
8401 </lyxtabular>
8402
8403 \end_inset
8404
8405
8406 \end_layout
8407
8408 \begin_layout Subsection
8409 Vertikale und diagonale Pfeile
8410 \begin_inset Index idx
8411 status collapsed
8412
8413 \begin_layout Plain Layout
8414 Pfeile ! diagonale
8415 \end_layout
8416
8417 \end_inset
8418
8419
8420 \begin_inset Index idx
8421 status collapsed
8422
8423 \begin_layout Plain Layout
8424 Pfeile ! vertikale
8425 \end_layout
8426
8427 \end_inset
8428
8429
8430 \end_layout
8431
8432 \begin_layout Standard
8433 \begin_inset space \hfill{}
8434 \end_inset
8435
8436
8437 \begin_inset Tabular
8438 <lyxtabular version="3" rows="7" columns="2">
8439 <features rotate="0" tabularvalignment="middle">
8440 <column alignment="center" valignment="top" width="0pt">
8441 <column alignment="center" valignment="top" width="0pt">
8442 <row>
8443 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8444 \begin_inset Text
8445
8446 \begin_layout Plain Layout
8447 Befehl
8448 \end_layout
8449
8450 \end_inset
8451 </cell>
8452 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8453 \begin_inset Text
8454
8455 \begin_layout Plain Layout
8456 Ergebnis
8457 \end_layout
8458
8459 \end_inset
8460 </cell>
8461 </row>
8462 <row>
8463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8464 \begin_inset Text
8465
8466 \begin_layout Plain Layout
8467
8468 \backslash
8469 uparrow
8470 \end_layout
8471
8472 \end_inset
8473 </cell>
8474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8475 \begin_inset Text
8476
8477 \begin_layout Plain Layout
8478 \begin_inset Formula $\uparrow$
8479 \end_inset
8480
8481
8482 \end_layout
8483
8484 \end_inset
8485 </cell>
8486 </row>
8487 <row>
8488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8489 \begin_inset Text
8490
8491 \begin_layout Plain Layout
8492
8493 \backslash
8494 Uparrow
8495 \end_layout
8496
8497 \end_inset
8498 </cell>
8499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8500 \begin_inset Text
8501
8502 \begin_layout Plain Layout
8503 \begin_inset Formula $\Uparrow$
8504 \end_inset
8505
8506
8507 \end_layout
8508
8509 \end_inset
8510 </cell>
8511 </row>
8512 <row>
8513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8514 \begin_inset Text
8515
8516 \begin_layout Plain Layout
8517
8518 \backslash
8519 updownarrow
8520 \end_layout
8521
8522 \end_inset
8523 </cell>
8524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8525 \begin_inset Text
8526
8527 \begin_layout Plain Layout
8528 \begin_inset Formula $\updownarrow$
8529 \end_inset
8530
8531
8532 \end_layout
8533
8534 \end_inset
8535 </cell>
8536 </row>
8537 <row>
8538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8539 \begin_inset Text
8540
8541 \begin_layout Plain Layout
8542
8543 \backslash
8544 Updownarrow
8545 \end_layout
8546
8547 \end_inset
8548 </cell>
8549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8550 \begin_inset Text
8551
8552 \begin_layout Plain Layout
8553 \begin_inset Formula $\Updownarrow$
8554 \end_inset
8555
8556
8557 \end_layout
8558
8559 \end_inset
8560 </cell>
8561 </row>
8562 <row>
8563 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8564 \begin_inset Text
8565
8566 \begin_layout Plain Layout
8567
8568 \backslash
8569 Downarrow
8570 \end_layout
8571
8572 \end_inset
8573 </cell>
8574 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8575 \begin_inset Text
8576
8577 \begin_layout Plain Layout
8578 \begin_inset Formula $\Downarrow$
8579 \end_inset
8580
8581
8582 \end_layout
8583
8584 \end_inset
8585 </cell>
8586 </row>
8587 <row>
8588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8589 \begin_inset Text
8590
8591 \begin_layout Plain Layout
8592
8593 \backslash
8594 downarrow
8595 \end_layout
8596
8597 \end_inset
8598 </cell>
8599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8600 \begin_inset Text
8601
8602 \begin_layout Plain Layout
8603 \begin_inset Formula $\downarrow$
8604 \end_inset
8605
8606
8607 \end_layout
8608
8609 \end_inset
8610 </cell>
8611 </row>
8612 </lyxtabular>
8613
8614 \end_inset
8615
8616
8617 \begin_inset space \hfill{}
8618 \end_inset
8619
8620
8621 \begin_inset Tabular
8622 <lyxtabular version="3" rows="5" columns="2">
8623 <features rotate="0" tabularvalignment="middle">
8624 <column alignment="center" valignment="top" width="0pt">
8625 <column alignment="center" valignment="top" width="0pt">
8626 <row>
8627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8628 \begin_inset Text
8629
8630 \begin_layout Plain Layout
8631 Befehl
8632 \end_layout
8633
8634 \end_inset
8635 </cell>
8636 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8637 \begin_inset Text
8638
8639 \begin_layout Plain Layout
8640 Ergebnis
8641 \end_layout
8642
8643 \end_inset
8644 </cell>
8645 </row>
8646 <row>
8647 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8648 \begin_inset Text
8649
8650 \begin_layout Plain Layout
8651
8652 \backslash
8653 nearrow
8654 \end_layout
8655
8656 \end_inset
8657 </cell>
8658 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8659 \begin_inset Text
8660
8661 \begin_layout Plain Layout
8662 \begin_inset Formula $\nearrow$
8663 \end_inset
8664
8665
8666 \end_layout
8667
8668 \end_inset
8669 </cell>
8670 </row>
8671 <row>
8672 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
8673 \begin_inset Text
8674
8675 \begin_layout Plain Layout
8676
8677 \backslash
8678 searrow
8679 \end_layout
8680
8681 \end_inset
8682 </cell>
8683 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
8684 \begin_inset Text
8685
8686 \begin_layout Plain Layout
8687 \begin_inset Formula $\searrow$
8688 \end_inset
8689
8690
8691 \end_layout
8692
8693 \end_inset
8694 </cell>
8695 </row>
8696 <row>
8697 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8698 \begin_inset Text
8699
8700 \begin_layout Plain Layout
8701
8702 \backslash
8703 swarrow
8704 \end_layout
8705
8706 \end_inset
8707 </cell>
8708 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8709 \begin_inset Text
8710
8711 \begin_layout Plain Layout
8712 \begin_inset Formula $\swarrow$
8713 \end_inset
8714
8715
8716 \end_layout
8717
8718 \end_inset
8719 </cell>
8720 </row>
8721 <row>
8722 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8723 \begin_inset Text
8724
8725 \begin_layout Plain Layout
8726
8727 \backslash
8728 nwarrow
8729 \end_layout
8730
8731 \end_inset
8732 </cell>
8733 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8734 \begin_inset Text
8735
8736 \begin_layout Plain Layout
8737 \begin_inset Formula $\nwarrow$
8738 \end_inset
8739
8740
8741 \end_layout
8742
8743 \end_inset
8744 </cell>
8745 </row>
8746 </lyxtabular>
8747
8748 \end_inset
8749
8750
8751 \begin_inset space \hfill{}
8752 \end_inset
8753
8754
8755 \end_layout
8756
8757 \begin_layout Standard
8758 \begin_inset VSpace medskip
8759 \end_inset
8760
8761 Vertikale Pfeile können auch als Begrenzungszeichen zusammen mit den in
8762  
8763 \begin_inset CommandInset ref
8764 LatexCommand ref
8765 reference "sub:Manuelle-Klammergrößen"
8766
8767 \end_inset
8768
8769  und 
8770 \begin_inset CommandInset ref
8771 LatexCommand ref
8772 reference "sub:Automatische-Klammergrößen"
8773
8774 \end_inset
8775
8776  beschriebenen Befehlen verwendet werden.
8777 \end_layout
8778
8779 \begin_layout Section
8780 Akzente
8781 \begin_inset CommandInset label
8782 LatexCommand label
8783 name "sec:Akzente"
8784
8785 \end_inset
8786
8787
8788 \begin_inset Index idx
8789 status collapsed
8790
8791 \begin_layout Plain Layout
8792 Akzente
8793 \end_layout
8794
8795 \end_inset
8796
8797
8798 \end_layout
8799
8800 \begin_layout Standard
8801 Akzente können über den Mathe-Werkzeugleistenknopf 
8802 \begin_inset Graphics
8803         filename ../../images/math/hat.png
8804         scale 85
8805
8806 \end_inset
8807
8808  oder mit den Befehlen eingefügt werden, die in den folgenden Unterkapiteln
8809  aufgelistet sind.
8810 \end_layout
8811
8812 \begin_layout Subsection
8813 Akzente für ein Zeichen
8814 \begin_inset ERT
8815 status collapsed
8816
8817 \begin_layout Plain Layout
8818
8819
8820 \backslash
8821 texorpdfstring{
8822 \end_layout
8823
8824 \end_inset
8825
8826
8827 \begin_inset Foot
8828 status collapsed
8829
8830 \begin_layout Plain Layout
8831 Akzente im Text siehe 
8832 \begin_inset CommandInset ref
8833 LatexCommand ref
8834 reference "sub:Sonderzeichen-Akzente"
8835
8836 \end_inset
8837
8838
8839 \end_layout
8840
8841 \end_inset
8842
8843
8844 \begin_inset ERT
8845 status collapsed
8846
8847 \begin_layout Plain Layout
8848
8849 }{}
8850 \end_layout
8851
8852 \end_inset
8853
8854
8855 \begin_inset Note Note
8856 status collapsed
8857
8858 \begin_layout Plain Layout
8859
8860 \series bold
8861
8862 \backslash
8863 texorpdfstring
8864 \series default
8865  dient dazu, dass die Fußnote nicht im PDF-Lesezeichen erscheint.
8866 \end_layout
8867
8868 \begin_layout Plain Layout
8869 Näheres zu 
8870 \series bold
8871
8872 \backslash
8873 texorpdfstring
8874 \series default
8875  steht in Kapitel 
8876 \begin_inset CommandInset ref
8877 LatexCommand ref
8878 reference "sub:Formeln-in-Überschriften"
8879
8880 \end_inset
8881
8882 .
8883 \end_layout
8884
8885 \end_inset
8886
8887
8888 \begin_inset CommandInset label
8889 LatexCommand label
8890 name "sub:Akzente-für-ein"
8891
8892 \end_inset
8893
8894
8895 \begin_inset Index idx
8896 status collapsed
8897
8898 \begin_layout Plain Layout
8899 Akzente ! für ein Zeichen
8900 \end_layout
8901
8902 \end_inset
8903
8904
8905 \end_layout
8906
8907 \begin_layout Standard
8908 \begin_inset space \hfill{}
8909 \end_inset
8910
8911
8912 \begin_inset Tabular
8913 <lyxtabular version="3" rows="8" columns="2">
8914 <features rotate="0" tabularvalignment="middle">
8915 <column alignment="center" valignment="top" width="0pt">
8916 <column alignment="center" valignment="top" width="0pt">
8917 <row>
8918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8919 \begin_inset Text
8920
8921 \begin_layout Plain Layout
8922 Befehl
8923 \end_layout
8924
8925 \end_inset
8926 </cell>
8927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8928 \begin_inset Text
8929
8930 \begin_layout Plain Layout
8931 Ergebnis
8932 \begin_inset Note Note
8933 status collapsed
8934
8935 \begin_layout Plain Layout
8936
8937 \series bold
8938
8939 \backslash
8940 raisebox
8941 \series default
8942  dient nur als Abstandhalter.
8943 \end_layout
8944
8945 \end_inset
8946
8947
8948 \end_layout
8949
8950 \end_inset
8951 </cell>
8952 </row>
8953 <row>
8954 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
8955 \begin_inset Text
8956
8957 \begin_layout Plain Layout
8958
8959 \backslash
8960 dot
8961 \begin_inset space \textvisiblespace{}
8962 \end_inset
8963
8964 A
8965 \end_layout
8966
8967 \end_inset
8968 </cell>
8969 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
8970 \begin_inset Text
8971
8972 \begin_layout Plain Layout
8973 \begin_inset Formula $\raisebox{5mm}{}\dot{A}$
8974 \end_inset
8975
8976
8977 \end_layout
8978
8979 \end_inset
8980 </cell>
8981 </row>
8982 <row>
8983 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
8984 \begin_inset Text
8985
8986 \begin_layout Plain Layout
8987
8988 \backslash
8989 ddot
8990 \begin_inset space \textvisiblespace{}
8991 \end_inset
8992
8993 A
8994 \end_layout
8995
8996 \end_inset
8997 </cell>
8998 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
8999 \begin_inset Text
9000
9001 \begin_layout Plain Layout
9002 \begin_inset Formula $\raisebox{5mm}{}\ddot{A}$
9003 \end_inset
9004
9005
9006 \end_layout
9007
9008 \end_inset
9009 </cell>
9010 </row>
9011 <row>
9012 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9013 \begin_inset Text
9014
9015 \begin_layout Plain Layout
9016
9017 \backslash
9018 dddot
9019 \begin_inset space \textvisiblespace{}
9020 \end_inset
9021
9022 A
9023 \end_layout
9024
9025 \end_inset
9026 </cell>
9027 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9028 \begin_inset Text
9029
9030 \begin_layout Plain Layout
9031 \begin_inset Formula $\raisebox{5mm}{}\dddot{A}$
9032 \end_inset
9033
9034
9035 \end_layout
9036
9037 \end_inset
9038 </cell>
9039 </row>
9040 <row>
9041 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9042 \begin_inset Text
9043
9044 \begin_layout Plain Layout
9045
9046 \backslash
9047 ddddot
9048 \begin_inset space \textvisiblespace{}
9049 \end_inset
9050
9051 A
9052 \end_layout
9053
9054 \end_inset
9055 </cell>
9056 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9057 \begin_inset Text
9058
9059 \begin_layout Plain Layout
9060 \begin_inset Formula $\raisebox{5mm}{}\ddddot{A}$
9061 \end_inset
9062
9063
9064 \end_layout
9065
9066 \end_inset
9067 </cell>
9068 </row>
9069 <row>
9070 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9071 \begin_inset Text
9072
9073 \begin_layout Plain Layout
9074
9075 \backslash
9076 vec
9077 \begin_inset space \textvisiblespace{}
9078 \end_inset
9079
9080 A
9081 \begin_inset Index idx
9082 status collapsed
9083
9084 \begin_layout Plain Layout
9085 Vektoren
9086 \end_layout
9087
9088 \end_inset
9089
9090
9091 \end_layout
9092
9093 \end_inset
9094 </cell>
9095 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9096 \begin_inset Text
9097
9098 \begin_layout Plain Layout
9099 \begin_inset Formula $\raisebox{5mm}{}\vec{A}$
9100 \end_inset
9101
9102
9103 \end_layout
9104
9105 \end_inset
9106 </cell>
9107 </row>
9108 <row>
9109 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9110 \begin_inset Text
9111
9112 \begin_layout Plain Layout
9113
9114 \backslash
9115 bar
9116 \begin_inset space \textvisiblespace{}
9117 \end_inset
9118
9119 A
9120 \end_layout
9121
9122 \end_inset
9123 </cell>
9124 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9125 \begin_inset Text
9126
9127 \begin_layout Plain Layout
9128 \begin_inset Formula $\raisebox{5mm}{}\bar{A}$
9129 \end_inset
9130
9131
9132 \end_layout
9133
9134 \end_inset
9135 </cell>
9136 </row>
9137 <row>
9138 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9139 \begin_inset Text
9140
9141 \begin_layout Plain Layout
9142
9143 \backslash
9144 mathring
9145 \begin_inset space \textvisiblespace{}
9146 \end_inset
9147
9148 A
9149 \end_layout
9150
9151 \end_inset
9152 </cell>
9153 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9154 \begin_inset Text
9155
9156 \begin_layout Plain Layout
9157 \begin_inset Formula $\raisebox{5mm}{}\mathring{A}$
9158 \end_inset
9159
9160
9161 \end_layout
9162
9163 \end_inset
9164 </cell>
9165 </row>
9166 </lyxtabular>
9167
9168 \end_inset
9169
9170
9171 \begin_inset space \hfill{}
9172 \end_inset
9173
9174
9175 \begin_inset Tabular
9176 <lyxtabular version="3" rows="7" columns="2">
9177 <features rotate="0" tabularvalignment="middle">
9178 <column alignment="center" valignment="top" width="0pt">
9179 <column alignment="center" valignment="top" width="0pt">
9180 <row>
9181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9182 \begin_inset Text
9183
9184 \begin_layout Plain Layout
9185 Befehl
9186 \end_layout
9187
9188 \end_inset
9189 </cell>
9190 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9191 \begin_inset Text
9192
9193 \begin_layout Plain Layout
9194 Ergebnis
9195 \end_layout
9196
9197 \end_inset
9198 </cell>
9199 </row>
9200 <row>
9201 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9202 \begin_inset Text
9203
9204 \begin_layout Plain Layout
9205
9206 \backslash
9207 tilde
9208 \begin_inset space \textvisiblespace{}
9209 \end_inset
9210
9211 A
9212 \end_layout
9213
9214 \end_inset
9215 </cell>
9216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9217 \begin_inset Text
9218
9219 \begin_layout Plain Layout
9220 \begin_inset Formula $\raisebox{5mm}{}\tilde{A}$
9221 \end_inset
9222
9223
9224 \end_layout
9225
9226 \end_inset
9227 </cell>
9228 </row>
9229 <row>
9230 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9231 \begin_inset Text
9232
9233 \begin_layout Plain Layout
9234
9235 \backslash
9236 hat
9237 \begin_inset space \textvisiblespace{}
9238 \end_inset
9239
9240 A
9241 \end_layout
9242
9243 \end_inset
9244 </cell>
9245 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9246 \begin_inset Text
9247
9248 \begin_layout Plain Layout
9249 \begin_inset Formula $\raisebox{5mm}{}\hat{A}$
9250 \end_inset
9251
9252
9253 \end_layout
9254
9255 \end_inset
9256 </cell>
9257 </row>
9258 <row>
9259 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9260 \begin_inset Text
9261
9262 \begin_layout Plain Layout
9263
9264 \backslash
9265 check
9266 \begin_inset space \textvisiblespace{}
9267 \end_inset
9268
9269 A
9270 \end_layout
9271
9272 \end_inset
9273 </cell>
9274 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9275 \begin_inset Text
9276
9277 \begin_layout Plain Layout
9278 \begin_inset Formula $\raisebox{5mm}{}\check{A}$
9279 \end_inset
9280
9281
9282 \end_layout
9283
9284 \end_inset
9285 </cell>
9286 </row>
9287 <row>
9288 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9289 \begin_inset Text
9290
9291 \begin_layout Plain Layout
9292
9293 \backslash
9294 acute
9295 \begin_inset space \textvisiblespace{}
9296 \end_inset
9297
9298 A
9299 \end_layout
9300
9301 \end_inset
9302 </cell>
9303 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9304 \begin_inset Text
9305
9306 \begin_layout Plain Layout
9307 \begin_inset Formula $\raisebox{5mm}{}\acute{A}$
9308 \end_inset
9309
9310
9311 \end_layout
9312
9313 \end_inset
9314 </cell>
9315 </row>
9316 <row>
9317 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9318 \begin_inset Text
9319
9320 \begin_layout Plain Layout
9321
9322 \backslash
9323 grave
9324 \begin_inset space \textvisiblespace{}
9325 \end_inset
9326
9327 A
9328 \end_layout
9329
9330 \end_inset
9331 </cell>
9332 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9333 \begin_inset Text
9334
9335 \begin_layout Plain Layout
9336 \begin_inset Formula $\raisebox{5mm}{}\grave{A}$
9337 \end_inset
9338
9339
9340 \end_layout
9341
9342 \end_inset
9343 </cell>
9344 </row>
9345 <row>
9346 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9347 \begin_inset Text
9348
9349 \begin_layout Plain Layout
9350
9351 \backslash
9352 breve
9353 \begin_inset space \textvisiblespace{}
9354 \end_inset
9355
9356 A
9357 \end_layout
9358
9359 \end_inset
9360 </cell>
9361 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9362 \begin_inset Text
9363
9364 \begin_layout Plain Layout
9365 \begin_inset Formula $\raisebox{5mm}{}\breve{A}$
9366 \end_inset
9367
9368
9369 \end_layout
9370
9371 \end_inset
9372 </cell>
9373 </row>
9374 </lyxtabular>
9375
9376 \end_inset
9377
9378
9379 \begin_inset space \hfill{}
9380 \end_inset
9381
9382
9383 \end_layout
9384
9385 \begin_layout Standard
9386 \begin_inset VSpace bigskip
9387 \end_inset
9388
9389 Akzente wie z.B.
9390  é können direkt in Formeln eingegeben werden.
9391  LyX transformiert sie dann in den entsprechenden Akzentbefehl.
9392  Für Umlaute
9393 \begin_inset Index idx
9394 status collapsed
9395
9396 \begin_layout Plain Layout
9397 Umlaute
9398 \end_layout
9399
9400 \end_inset
9401
9402  ist es besser wenn man ein Anführungszeichen vor den Selbstlaut schreibt.
9403  Diese beiden Zeichen bilden dann für LaTeX 
9404 \emph on
9405 ein
9406 \emph default
9407  Zeichen.
9408  Im Gegensatz zu 
9409 \series bold
9410
9411 \backslash
9412 ddot
9413 \series default
9414  entstehen damit 
9415 \begin_inset Quotes gld
9416 \end_inset
9417
9418 echte
9419 \begin_inset Quotes grd
9420 \end_inset
9421
9422  Umlaute, was folgendes Beispiel zeigt:
9423 \end_layout
9424
9425 \begin_layout Standard
9426 \begin_inset VSpace -2mm
9427 \end_inset
9428
9429
9430 \end_layout
9431
9432 \begin_layout Standard
9433 \align center
9434 \begin_inset Tabular
9435 <lyxtabular version="3" rows="3" columns="2">
9436 <features rotate="0" tabularvalignment="middle">
9437 <column alignment="center" valignment="top">
9438 <column alignment="center" valignment="top">
9439 <row>
9440 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9441 \begin_inset Text
9442
9443 \begin_layout Plain Layout
9444 Befehl
9445 \end_layout
9446
9447 \end_inset
9448 </cell>
9449 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9450 \begin_inset Text
9451
9452 \begin_layout Plain Layout
9453 Ergebnis
9454 \begin_inset Note Note
9455 status collapsed
9456
9457 \begin_layout Plain Layout
9458
9459 \series bold
9460
9461 \backslash
9462 raisebox
9463 \series default
9464  dient nur als Abstandhalter.
9465 \end_layout
9466
9467 \end_inset
9468
9469
9470 \end_layout
9471
9472 \end_inset
9473 </cell>
9474 </row>
9475 <row>
9476 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
9477 \begin_inset Text
9478
9479 \begin_layout Plain Layout
9480 \begin_inset Quotes grd
9481 \end_inset
9482
9483 i
9484 \end_layout
9485
9486 \end_inset
9487 </cell>
9488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
9489 \begin_inset Text
9490
9491 \begin_layout Plain Layout
9492 \begin_inset Formula $"i$
9493 \end_inset
9494
9495
9496 \end_layout
9497
9498 \end_inset
9499 </cell>
9500 </row>
9501 <row>
9502 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9503 \begin_inset Text
9504
9505 \begin_layout Plain Layout
9506
9507 \backslash
9508 ddot
9509 \begin_inset space \textvisiblespace{}
9510 \end_inset
9511
9512 i
9513 \end_layout
9514
9515 \end_inset
9516 </cell>
9517 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9518 \begin_inset Text
9519
9520 \begin_layout Plain Layout
9521 \begin_inset Formula $\raisebox{5mm}{}\ddot{i}$
9522 \end_inset
9523
9524
9525 \end_layout
9526
9527 \end_inset
9528 </cell>
9529 </row>
9530 </lyxtabular>
9531
9532 \end_inset
9533
9534
9535 \end_layout
9536
9537 \begin_layout Standard
9538 Ein weiterer Vorteil gegenüber 
9539 \series bold
9540
9541 \backslash
9542 ddot
9543 \series default
9544  ist, dass man Umlaute direkt in mathematischen Text konvertieren kann,
9545  denn die obigen Akzentbefehle sind 
9546 \emph on
9547 im mathematischen Text\SpecialChar \-
9548 modus nicht erlaubt
9549 \emph default
9550 .
9551  Um ein akzentuiertes Zeichen in mathematischen Text zu überführen, darf
9552  nur das Zeichen unter dem Akzent umgewandelt werden.
9553  Das gilt auch für alle anderen Umwandlungen wie z.
9554 \begin_inset space \thinspace{}
9555 \end_inset
9556
9557 B.
9558  in kursiv oder fett.
9559 \end_layout
9560
9561 \begin_layout Standard
9562 Im mathematischen Textmodus können Umlaute und andere akzentuierten Zeichen
9563  direkt eingegeben werden.
9564 \end_layout
9565
9566 \begin_layout Standard
9567 \begin_inset VSpace bigskip
9568 \end_inset
9569
9570
9571 \end_layout
9572
9573 \begin_layout Standard
9574 LyX unterstützt auch eine Tilde unter einem Zeichen, wenn das LaTeX-Paket
9575  
9576 \series bold
9577 undertilde
9578 \series default
9579
9580 \begin_inset Index idx
9581 status collapsed
9582
9583 \begin_layout Plain Layout
9584 Pakete ! undertilde
9585 \end_layout
9586
9587 \end_inset
9588
9589  auf Ihrem System installiert ist:
9590 \end_layout
9591
9592 \begin_layout Standard
9593 \begin_inset ERT
9594 status collapsed
9595
9596 \begin_layout Plain Layout
9597
9598
9599 \backslash
9600 ifundertilde 
9601 \end_layout
9602
9603 \end_inset
9604
9605
9606 \begin_inset Note Note
9607 status open
9608
9609 \begin_layout Plain Layout
9610 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
9611 \series bold
9612 undertilde
9613 \series default
9614  installiert ist:
9615 \end_layout
9616
9617 \end_inset
9618
9619
9620 \end_layout
9621
9622 \begin_layout Standard
9623 \noindent
9624 \align center
9625 \begin_inset Tabular
9626 <lyxtabular version="3" rows="2" columns="2">
9627 <features rotate="0" tabularvalignment="middle">
9628 <column alignment="center" valignment="top" width="0pt">
9629 <column alignment="center" valignment="top" width="0pt">
9630 <row>
9631 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9632 \begin_inset Text
9633
9634 \begin_layout Plain Layout
9635 Befehl
9636 \end_layout
9637
9638 \end_inset
9639 </cell>
9640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9641 \begin_inset Text
9642
9643 \begin_layout Plain Layout
9644 Ergebnis
9645 \end_layout
9646
9647 \end_inset
9648 </cell>
9649 </row>
9650 <row>
9651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9652 \begin_inset Text
9653
9654 \begin_layout Plain Layout
9655
9656 \backslash
9657 utilde
9658 \begin_inset space \textvisiblespace{}
9659 \end_inset
9660
9661 A
9662 \end_layout
9663
9664 \end_inset
9665 </cell>
9666 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9667 \begin_inset Text
9668
9669 \begin_layout Plain Layout
9670 \begin_inset Formula $\raisebox{5mm}{}\utilde{A}$
9671 \end_inset
9672
9673
9674 \end_layout
9675
9676 \end_inset
9677 </cell>
9678 </row>
9679 </lyxtabular>
9680
9681 \end_inset
9682
9683
9684 \end_layout
9685
9686 \begin_layout Standard
9687 \begin_inset ERT
9688 status collapsed
9689
9690 \begin_layout Plain Layout
9691
9692
9693 \backslash
9694 else 
9695 \end_layout
9696
9697 \end_inset
9698
9699
9700 \begin_inset Note Note
9701 status open
9702
9703 \begin_layout Plain Layout
9704 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
9705 \series bold
9706 undertilde
9707 \series default
9708  nicht installiert ist:
9709 \end_layout
9710
9711 \end_inset
9712
9713
9714 \end_layout
9715
9716 \begin_layout Standard
9717 Das LaTeX-Paket 
9718 \series bold
9719 undertilde 
9720 \series default
9721 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
9722 \end_layout
9723
9724 \begin_layout Standard
9725 \begin_inset ERT
9726 status collapsed
9727
9728 \begin_layout Plain Layout
9729
9730
9731 \backslash
9732 fi 
9733 \end_layout
9734
9735 \end_inset
9736
9737
9738 \end_layout
9739
9740 \begin_layout Subsection
9741 Akzente für mehrere Zeichen
9742 \begin_inset Index idx
9743 status collapsed
9744
9745 \begin_layout Plain Layout
9746 Akzente ! für mehrere Zeichen
9747 \end_layout
9748
9749 \end_inset
9750
9751
9752 \end_layout
9753
9754 \begin_layout Standard
9755 \begin_inset space \hfill{}
9756 \end_inset
9757
9758
9759 \begin_inset Tabular
9760 <lyxtabular version="3" rows="5" columns="2">
9761 <features rotate="0" tabularvalignment="middle">
9762 <column alignment="center" valignment="top" width="0pt">
9763 <column alignment="center" valignment="top" width="0pt">
9764 <row>
9765 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9766 \begin_inset Text
9767
9768 \begin_layout Plain Layout
9769 Befehl
9770 \end_layout
9771
9772 \end_inset
9773 </cell>
9774 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9775 \begin_inset Text
9776
9777 \begin_layout Plain Layout
9778 Ergebnis
9779 \begin_inset Note Note
9780 status collapsed
9781
9782 \begin_layout Plain Layout
9783
9784 \series bold
9785
9786 \backslash
9787 raisebox
9788 \series default
9789  dient nur als Abstandhalter.
9790 \end_layout
9791
9792 \end_inset
9793
9794
9795 \end_layout
9796
9797 \end_inset
9798 </cell>
9799 </row>
9800 <row>
9801 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9802 \begin_inset Text
9803
9804 \begin_layout Plain Layout
9805
9806 \backslash
9807 overleftarrow
9808 \begin_inset space \textvisiblespace{}
9809 \end_inset
9810
9811 A=B
9812 \end_layout
9813
9814 \end_inset
9815 </cell>
9816 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9817 \begin_inset Text
9818
9819 \begin_layout Plain Layout
9820 \begin_inset Formula $\raisebox{6mm}{}\overleftarrow{A=B}\raisebox{-2mm}{}$
9821 \end_inset
9822
9823
9824 \end_layout
9825
9826 \end_inset
9827 </cell>
9828 </row>
9829 <row>
9830 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9831 \begin_inset Text
9832
9833 \begin_layout Plain Layout
9834
9835 \backslash
9836 underleftarrow
9837 \begin_inset space \textvisiblespace{}
9838 \end_inset
9839
9840 A=B
9841 \end_layout
9842
9843 \end_inset
9844 </cell>
9845 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9846 \begin_inset Text
9847
9848 \begin_layout Plain Layout
9849 \begin_inset Formula $\raisebox{5mm}{}\underleftarrow{A=B}\raisebox{-3mm}{}$
9850 \end_inset
9851
9852
9853 \end_layout
9854
9855 \end_inset
9856 </cell>
9857 </row>
9858 <row>
9859 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9860 \begin_inset Text
9861
9862 \begin_layout Plain Layout
9863
9864 \backslash
9865 overleftrightarrow
9866 \begin_inset space \textvisiblespace{}
9867 \end_inset
9868
9869 A=B
9870 \end_layout
9871
9872 \end_inset
9873 </cell>
9874 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9875 \begin_inset Text
9876
9877 \begin_layout Plain Layout
9878 \begin_inset Formula $\raisebox{6mm}{}\overleftrightarrow{A=B}\raisebox{-2mm}{}$
9879 \end_inset
9880
9881
9882 \end_layout
9883
9884 \end_inset
9885 </cell>
9886 </row>
9887 <row>
9888 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9889 \begin_inset Text
9890
9891 \begin_layout Plain Layout
9892
9893 \backslash
9894 underleftrightarrow
9895 \begin_inset space \textvisiblespace{}
9896 \end_inset
9897
9898 A=B
9899 \end_layout
9900
9901 \end_inset
9902 </cell>
9903 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9904 \begin_inset Text
9905
9906 \begin_layout Plain Layout
9907 \begin_inset Formula $\raisebox{5mm}{}\underleftrightarrow{A=B}\raisebox{-3mm}{}$
9908 \end_inset
9909
9910
9911 \end_layout
9912
9913 \end_inset
9914 </cell>
9915 </row>
9916 </lyxtabular>
9917
9918 \end_inset
9919
9920
9921 \begin_inset space \hfill{}
9922 \end_inset
9923
9924
9925 \begin_inset Tabular
9926 <lyxtabular version="3" rows="5" columns="2">
9927 <features rotate="0" tabularvalignment="middle">
9928 <column alignment="center" valignment="top" width="0pt">
9929 <column alignment="center" valignment="top" width="0pt">
9930 <row>
9931 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9932 \begin_inset Text
9933
9934 \begin_layout Plain Layout
9935 Befehl
9936 \end_layout
9937
9938 \end_inset
9939 </cell>
9940 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9941 \begin_inset Text
9942
9943 \begin_layout Plain Layout
9944 Ergebnis
9945 \end_layout
9946
9947 \end_inset
9948 </cell>
9949 </row>
9950 <row>
9951 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
9952 \begin_inset Text
9953
9954 \begin_layout Plain Layout
9955
9956 \backslash
9957 overrightarrow
9958 \begin_inset space \textvisiblespace{}
9959 \end_inset
9960
9961 A=B
9962 \end_layout
9963
9964 \end_inset
9965 </cell>
9966 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
9967 \begin_inset Text
9968
9969 \begin_layout Plain Layout
9970 \begin_inset Formula $\raisebox{6mm}{}\overrightarrow{A=B}\raisebox{-2mm}{}$
9971 \end_inset
9972
9973
9974 \end_layout
9975
9976 \end_inset
9977 </cell>
9978 </row>
9979 <row>
9980 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
9981 \begin_inset Text
9982
9983 \begin_layout Plain Layout
9984
9985 \backslash
9986 underrightarrow
9987 \begin_inset space \textvisiblespace{}
9988 \end_inset
9989
9990 A=B
9991 \end_layout
9992
9993 \end_inset
9994 </cell>
9995 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
9996 \begin_inset Text
9997
9998 \begin_layout Plain Layout
9999 \begin_inset Formula $\raisebox{5mm}{}\underrightarrow{A=B}\raisebox{-3mm}{}$
10000 \end_inset
10001
10002
10003 \end_layout
10004
10005 \end_inset
10006 </cell>
10007 </row>
10008 <row>
10009 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10010 \begin_inset Text
10011
10012 \begin_layout Plain Layout
10013
10014 \backslash
10015 widetilde
10016 \begin_inset space \textvisiblespace{}
10017 \end_inset
10018
10019 A=B
10020 \end_layout
10021
10022 \end_inset
10023 </cell>
10024 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10025 \begin_inset Text
10026
10027 \begin_layout Plain Layout
10028 \begin_inset Formula $\raisebox{6mm}{}\widetilde{A=B}\raisebox{-2mm}{}$
10029 \end_inset
10030
10031
10032 \end_layout
10033
10034 \end_inset
10035 </cell>
10036 </row>
10037 <row>
10038 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10039 \begin_inset Text
10040
10041 \begin_layout Plain Layout
10042
10043 \backslash
10044 widehat
10045 \begin_inset space \textvisiblespace{}
10046 \end_inset
10047
10048 A=B
10049 \end_layout
10050
10051 \end_inset
10052 </cell>
10053 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10054 \begin_inset Text
10055
10056 \begin_layout Plain Layout
10057 \begin_inset Formula $\raisebox{6mm}{}\widehat{A=B}\raisebox{-2mm}{}$
10058 \end_inset
10059
10060
10061 \end_layout
10062
10063 \end_inset
10064 </cell>
10065 </row>
10066 </lyxtabular>
10067
10068 \end_inset
10069
10070
10071 \begin_inset space \hfill{}
10072 \end_inset
10073
10074
10075 \end_layout
10076
10077 \begin_layout Standard
10078 \begin_inset VSpace medskip
10079 \end_inset
10080
10081 Mit diesen Befehlen können beliebig viele Zeichen akzentuiert werden.
10082  Die Akzente
10083 \begin_inset Newline linebreak
10084 \end_inset
10085
10086
10087 \series bold
10088
10089 \backslash
10090 widetilde
10091 \series default
10092  und 
10093 \series bold
10094
10095 \backslash
10096 widehat
10097 \series default
10098  werden aber im Ausdruck nur mit einer Länge von etwa drei Zeichen gesetzt,
10099  was folgendes Beispiel verdeutlicht:
10100 \begin_inset Formula 
10101 \[
10102 \widetilde{A+B=C-D}
10103 \]
10104
10105 \end_inset
10106
10107
10108 \end_layout
10109
10110 \begin_layout Standard
10111 Mit den im vorigen Kapitel beschriebenen Befehlen 
10112 \series bold
10113
10114 \backslash
10115 overset
10116 \series default
10117
10118 \begin_inset Index idx
10119 status collapsed
10120
10121 \begin_layout Plain Layout
10122 Befehle ! O ! 
10123 \backslash
10124 overset
10125 \end_layout
10126
10127 \end_inset
10128
10129  und 
10130 \series bold
10131
10132 \backslash
10133 underset
10134 \series default
10135
10136 \begin_inset Index idx
10137 status collapsed
10138
10139 \begin_layout Plain Layout
10140 Befehle ! U ! 
10141 \backslash
10142 underset
10143 \end_layout
10144
10145 \end_inset
10146
10147  ist es auch möglich mehrere Zeichen zu akzentuieren.
10148  Der Befehl 
10149 \series bold
10150
10151 \backslash
10152 underset
10153 \begin_inset space \textvisiblespace{}
10154 \end_inset
10155
10156 A=B
10157 \begin_inset Formula $\downarrow$
10158 \end_inset
10159
10160 ***
10161 \series default
10162  ergibt:
10163 \begin_inset Formula 
10164 \[
10165 \underset{***}{A=B}
10166 \]
10167
10168 \end_inset
10169
10170
10171 \end_layout
10172
10173 \begin_layout Section
10174 Leerraum
10175 \begin_inset CommandInset label
10176 LatexCommand label
10177 name "sub:Leerraum"
10178
10179 \end_inset
10180
10181
10182 \begin_inset Index idx
10183 status collapsed
10184
10185 \begin_layout Plain Layout
10186 Leerraum ! horizontaler
10187 \end_layout
10188
10189 \end_inset
10190
10191
10192 \end_layout
10193
10194 \begin_layout Subsection
10195 Vordefinierter Leerraum
10196 \begin_inset CommandInset label
10197 LatexCommand label
10198 name "sub:Vordefinierter-Leerraum"
10199
10200 \end_inset
10201
10202
10203 \begin_inset Index idx
10204 status collapsed
10205
10206 \begin_layout Plain Layout
10207 Leerraum ! horizontaler ! vordefiniert
10208 \end_layout
10209
10210 \end_inset
10211
10212
10213 \end_layout
10214
10215 \begin_layout Standard
10216 Ab und an ist es notwendig in einer Formel horizontalen Leerraum einzufügen.
10217  Dazu gibt man ein geschütztes Leerzeichen ein.
10218  Es erscheint ein 
10219 \begin_inset Quotes gld
10220 \end_inset
10221
10222
10223 \color blue
10224
10225 \begin_inset space \textvisiblespace{}
10226 \end_inset
10227
10228
10229 \color inherit
10230
10231 \begin_inset Quotes grd
10232 \end_inset
10233
10234  und man kann durch mehrfaches Drücken der Leertaste aus acht verschiedenen
10235  Leerraum-Größen wählen.
10236  Man kann die Leerräume auch über den Mathe-Werkzeugleistenknopf 
10237 \begin_inset Graphics
10238         filename ../../images/math/space.png
10239         scale 85
10240
10241 \end_inset
10242
10243  oder mit einzelnen Befehlen aufrufen.
10244  Unabhängig vom eingegebenen Befehl kann man durch Drücken der Leertaste
10245  danach wieder aus allen Größen wählen.
10246 \end_layout
10247
10248 \begin_layout Standard
10249 \align center
10250 \begin_inset Tabular
10251 <lyxtabular version="3" rows="6" columns="3">
10252 <features rotate="0" tabularvalignment="middle">
10253 <column alignment="center" valignment="top">
10254 <column alignment="center" valignment="top" width="15col%">
10255 <column alignment="center" valignment="top">
10256 <row>
10257 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10258 \begin_inset Text
10259
10260 \begin_layout Plain Layout
10261 Befehl
10262 \end_layout
10263
10264 \end_inset
10265 </cell>
10266 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10267 \begin_inset Text
10268
10269 \begin_layout Plain Layout
10270 Anzahl der Leertastendrücke
10271 \end_layout
10272
10273 \end_inset
10274 </cell>
10275 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10276 \begin_inset Text
10277
10278 \begin_layout Plain Layout
10279 Ergebnis
10280 \end_layout
10281
10282 \end_inset
10283 </cell>
10284 </row>
10285 <row>
10286 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10287 \begin_inset Text
10288
10289 \begin_layout Plain Layout
10290
10291 \backslash
10292 ,
10293 \end_layout
10294
10295 \end_inset
10296 </cell>
10297 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10298 \begin_inset Text
10299
10300 \begin_layout Plain Layout
10301 0
10302 \end_layout
10303
10304 \end_inset
10305 </cell>
10306 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10307 \begin_inset Text
10308
10309 \begin_layout Plain Layout
10310 \begin_inset Formula $A\, B$
10311 \end_inset
10312
10313
10314 \end_layout
10315
10316 \end_inset
10317 </cell>
10318 </row>
10319 <row>
10320 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10321 \begin_inset Text
10322
10323 \begin_layout Plain Layout
10324
10325 \backslash
10326 :
10327 \end_layout
10328
10329 \end_inset
10330 </cell>
10331 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10332 \begin_inset Text
10333
10334 \begin_layout Plain Layout
10335 1
10336 \end_layout
10337
10338 \end_inset
10339 </cell>
10340 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10341 \begin_inset Text
10342
10343 \begin_layout Plain Layout
10344 \begin_inset Formula $A\: B$
10345 \end_inset
10346
10347
10348 \end_layout
10349
10350 \end_inset
10351 </cell>
10352 </row>
10353 <row>
10354 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10355 \begin_inset Text
10356
10357 \begin_layout Plain Layout
10358
10359 \backslash
10360 ;
10361 \end_layout
10362
10363 \end_inset
10364 </cell>
10365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10366 \begin_inset Text
10367
10368 \begin_layout Plain Layout
10369 2
10370 \end_layout
10371
10372 \end_inset
10373 </cell>
10374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10375 \begin_inset Text
10376
10377 \begin_layout Plain Layout
10378 \begin_inset Formula $A\; B$
10379 \end_inset
10380
10381
10382 \end_layout
10383
10384 \end_inset
10385 </cell>
10386 </row>
10387 <row>
10388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10389 \begin_inset Text
10390
10391 \begin_layout Plain Layout
10392
10393 \backslash
10394 quad
10395 \end_layout
10396
10397 \end_inset
10398 </cell>
10399 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10400 \begin_inset Text
10401
10402 \begin_layout Plain Layout
10403 3
10404 \end_layout
10405
10406 \end_inset
10407 </cell>
10408 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10409 \begin_inset Text
10410
10411 \begin_layout Plain Layout
10412 \begin_inset Formula $A\quad B$
10413 \end_inset
10414
10415
10416 \end_layout
10417
10418 \end_inset
10419 </cell>
10420 </row>
10421 <row>
10422 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10423 \begin_inset Text
10424
10425 \begin_layout Plain Layout
10426
10427 \backslash
10428 qquad
10429 \end_layout
10430
10431 \end_inset
10432 </cell>
10433 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10434 \begin_inset Text
10435
10436 \begin_layout Plain Layout
10437 4
10438 \end_layout
10439
10440 \end_inset
10441 </cell>
10442 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10443 \begin_inset Text
10444
10445 \begin_layout Plain Layout
10446 \begin_inset Formula $A\qquad B$
10447 \end_inset
10448
10449
10450 \end_layout
10451
10452 \end_inset
10453 </cell>
10454 </row>
10455 </lyxtabular>
10456
10457 \end_inset
10458
10459
10460 \begin_inset space \hfill{}
10461 \end_inset
10462
10463
10464 \begin_inset Tabular
10465 <lyxtabular version="3" rows="6" columns="3">
10466 <features rotate="0" tabularvalignment="middle">
10467 <column alignment="center" valignment="top">
10468 <column alignment="center" valignment="top" width="15col%">
10469 <column alignment="center" valignment="top">
10470 <row>
10471 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10472 \begin_inset Text
10473
10474 \begin_layout Plain Layout
10475 Befehl
10476 \end_layout
10477
10478 \end_inset
10479 </cell>
10480 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10481 \begin_inset Text
10482
10483 \begin_layout Plain Layout
10484 Anzahl der Leertastendrücke
10485 \end_layout
10486
10487 \end_inset
10488 </cell>
10489 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10490 \begin_inset Text
10491
10492 \begin_layout Plain Layout
10493 Ergebnis
10494 \end_layout
10495
10496 \end_inset
10497 </cell>
10498 </row>
10499 <row>
10500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10501 \begin_inset Text
10502
10503 \begin_layout Plain Layout
10504
10505 \backslash
10506 hfill
10507 \end_layout
10508
10509 \end_inset
10510 </cell>
10511 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10512 \begin_inset Text
10513
10514 \begin_layout Plain Layout
10515 5
10516 \end_layout
10517
10518 \end_inset
10519 </cell>
10520 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10521 \begin_inset Text
10522
10523 \begin_layout Plain Layout
10524 \begin_inset Formula $A\hfill B$
10525 \end_inset
10526
10527
10528 \end_layout
10529
10530 \end_inset
10531 </cell>
10532 </row>
10533 <row>
10534 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10535 \begin_inset Text
10536
10537 \begin_layout Plain Layout
10538
10539 \backslash
10540 hspace*{1em}
10541 \end_layout
10542
10543 \end_inset
10544 </cell>
10545 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10546 \begin_inset Text
10547
10548 \begin_layout Plain Layout
10549 6
10550 \end_layout
10551
10552 \end_inset
10553 </cell>
10554 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10555 \begin_inset Text
10556
10557 \begin_layout Plain Layout
10558 \begin_inset Formula $A\hspace*{1em}B$
10559 \end_inset
10560
10561
10562 \end_layout
10563
10564 \end_inset
10565 </cell>
10566 </row>
10567 <row>
10568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10569 \begin_inset Text
10570
10571 \begin_layout Plain Layout
10572
10573 \backslash
10574 hspace{1em}
10575 \end_layout
10576
10577 \end_inset
10578 </cell>
10579 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10580 \begin_inset Text
10581
10582 \begin_layout Plain Layout
10583 7
10584 \end_layout
10585
10586 \end_inset
10587 </cell>
10588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10589 \begin_inset Text
10590
10591 \begin_layout Plain Layout
10592 \begin_inset Formula $A\hspace{1em}B$
10593 \end_inset
10594
10595
10596 \end_layout
10597
10598 \end_inset
10599 </cell>
10600 </row>
10601 <row>
10602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10603 \begin_inset Text
10604
10605 \begin_layout Plain Layout
10606
10607 \backslash
10608
10609 \begin_inset space \textvisiblespace{}
10610 \end_inset
10611
10612
10613 \end_layout
10614
10615 \end_inset
10616 </cell>
10617 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10618 \begin_inset Text
10619
10620 \begin_layout Plain Layout
10621 8
10622 \end_layout
10623
10624 \end_inset
10625 </cell>
10626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10627 \begin_inset Text
10628
10629 \begin_layout Plain Layout
10630 \begin_inset Formula $A\ B$
10631 \end_inset
10632
10633
10634 \end_layout
10635
10636 \end_inset
10637 </cell>
10638 </row>
10639 <row>
10640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10641 \begin_inset Text
10642
10643 \begin_layout Plain Layout
10644
10645 \backslash
10646 !
10647 \end_layout
10648
10649 \end_inset
10650 </cell>
10651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10652 \begin_inset Text
10653
10654 \begin_layout Plain Layout
10655 9
10656 \end_layout
10657
10658 \end_inset
10659 </cell>
10660 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10661 \begin_inset Text
10662
10663 \begin_layout Plain Layout
10664 \begin_inset Formula $A\! B$
10665 \end_inset
10666
10667
10668 \end_layout
10669
10670 \end_inset
10671 </cell>
10672 </row>
10673 </lyxtabular>
10674
10675 \end_inset
10676
10677
10678 \end_layout
10679
10680 \begin_layout Standard
10681 Leerraum
10682 \begin_inset space ~
10683 \end_inset
10684
10685 5
10686 \begin_inset space \thinspace{}
10687 \end_inset
10688
10689 --
10690 \begin_inset space \thinspace{}
10691 \end_inset
10692
10693 7 sind variable Leerräume, die in 
10694 \begin_inset CommandInset ref
10695 LatexCommand ref
10696 reference "sub:Variabler-Leerraum"
10697
10698 \end_inset
10699
10700  erläutert sind.
10701  Leerraum
10702 \begin_inset space ~
10703 \end_inset
10704
10705 9 scheint überhaupt keinen Leerraum zu produzieren.
10706  Er ist in LyX allerdings auch im Gegensatz zu allen anderen rot eingefärbt,
10707  denn er erstellt negativen Leerraum.
10708  Es gibt noch zwei weitere negative Leerräume:
10709 \end_layout
10710
10711 \begin_layout Standard
10712 \align center
10713 \begin_inset Tabular
10714 <lyxtabular version="3" rows="3" columns="3">
10715 <features rotate="0" tabularvalignment="middle">
10716 <column alignment="center" valignment="middle" width="6.8cm">
10717 <column alignment="center" valignment="top" width="0pt">
10718 <column alignment="center" valignment="top" width="0pt">
10719 <row>
10720 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10721 \begin_inset Text
10722
10723 \begin_layout Plain Layout
10724 Befehl
10725 \end_layout
10726
10727 \end_inset
10728 </cell>
10729 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10730 \begin_inset Text
10731
10732 \begin_layout Plain Layout
10733
10734 \backslash
10735 negmedspace
10736 \end_layout
10737
10738 \end_inset
10739 </cell>
10740 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10741 \begin_inset Text
10742
10743 \begin_layout Plain Layout
10744
10745 \backslash
10746 negthickspace
10747 \end_layout
10748
10749 \end_inset
10750 </cell>
10751 </row>
10752 <row>
10753 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10754 \begin_inset Text
10755
10756 \begin_layout Plain Layout
10757 Anzahl der Leertastendrücke nach Eingabe des geschützten Leerzeichens
10758 \end_layout
10759
10760 \end_inset
10761 </cell>
10762 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10763 \begin_inset Text
10764
10765 \begin_layout Plain Layout
10766 10
10767 \end_layout
10768
10769 \end_inset
10770 </cell>
10771 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10772 \begin_inset Text
10773
10774 \begin_layout Plain Layout
10775 11
10776 \end_layout
10777
10778 \end_inset
10779 </cell>
10780 </row>
10781 <row>
10782 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10783 \begin_inset Text
10784
10785 \begin_layout Plain Layout
10786 Ergebnis
10787 \end_layout
10788
10789 \end_inset
10790 </cell>
10791 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
10792 \begin_inset Text
10793
10794 \begin_layout Plain Layout
10795 \begin_inset Formula $A\negmedspace B$
10796 \end_inset
10797
10798
10799 \end_layout
10800
10801 \end_inset
10802 </cell>
10803 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
10804 \begin_inset Text
10805
10806 \begin_layout Plain Layout
10807 \begin_inset Formula $A\negthickspace B$
10808 \end_inset
10809
10810
10811 \end_layout
10812
10813 \end_inset
10814 </cell>
10815 </row>
10816 </lyxtabular>
10817
10818 \end_inset
10819
10820
10821 \end_layout
10822
10823 \begin_layout Standard
10824 Negative Leerräume bewirken, dass sich benachbarte Zeichen überschneiden.
10825  Man kann auf diese Weise Ligaturen erzwingen, was z.
10826 \begin_inset space \thinspace{}
10827 \end_inset
10828
10829 B.
10830  für Summenzeichen von Nutzen ist: 
10831 \end_layout
10832
10833 \begin_layout Standard
10834 \align center
10835 \begin_inset Tabular
10836 <lyxtabular version="3" rows="3" columns="2">
10837 <features rotate="0" tabularvalignment="middle">
10838 <column alignment="center" valignment="top">
10839 <column alignment="center" valignment="top">
10840 <row>
10841 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10842 \begin_inset Text
10843
10844 \begin_layout Plain Layout
10845 Befehl
10846 \end_layout
10847
10848 \end_inset
10849 </cell>
10850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10851 \begin_inset Text
10852
10853 \begin_layout Plain Layout
10854 Ergebnis
10855 \begin_inset Note Note
10856 status collapsed
10857
10858 \begin_layout Plain Layout
10859
10860 \series bold
10861
10862 \backslash
10863 raisebox
10864 \series default
10865  dient nur als Abstandhalter.
10866 \end_layout
10867
10868 \end_inset
10869
10870
10871 \end_layout
10872
10873 \end_inset
10874 </cell>
10875 </row>
10876 <row>
10877 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
10878 \begin_inset Text
10879
10880 \begin_layout Plain Layout
10881
10882 \backslash
10883 sum
10884 \backslash
10885 sum
10886 \begin_inset space \textvisiblespace{}
10887 \end_inset
10888
10889 f_kl
10890 \end_layout
10891
10892 \end_inset
10893 </cell>
10894 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
10895 \begin_inset Text
10896
10897 \begin_layout Plain Layout
10898 \begin_inset Formula $\raisebox{4.5mm}{}\sum\sum f_{kl}\raisebox{-2.5mm}{}$
10899 \end_inset
10900
10901
10902 \end_layout
10903
10904 \end_inset
10905 </cell>
10906 </row>
10907 <row>
10908 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
10909 \begin_inset Text
10910
10911 \begin_layout Plain Layout
10912
10913 \backslash
10914 sum
10915 \backslash
10916 negmedspace
10917 \backslash
10918 sum
10919 \begin_inset space \textvisiblespace{}
10920 \end_inset
10921
10922 f_kl
10923 \end_layout
10924
10925 \end_inset
10926 </cell>
10927 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
10928 \begin_inset Text
10929
10930 \begin_layout Plain Layout
10931 \begin_inset Formula $\raisebox{4.5mm}{}\sum\negmedspace\sum f_{kl}\raisebox{-2.5mm}{}$
10932 \end_inset
10933
10934
10935 \end_layout
10936
10937 \end_inset
10938 </cell>
10939 </row>
10940 </lyxtabular>
10941
10942 \end_inset
10943
10944
10945 \end_layout
10946
10947 \begin_layout Standard
10948 \noindent
10949 \begin_inset VSpace medskip
10950 \end_inset
10951
10952
10953 \end_layout
10954
10955 \begin_layout Standard
10956 \noindent
10957 Relationen, wie z.
10958 \begin_inset space \thinspace{}
10959 \end_inset
10960
10961 B.
10962  Gleichheitszeichen, sind immer von Leerraum umgeben.
10963  Will man dies unterdrücken, schreibt man das Gleichheitszeichen in eine
10964  TeX-Klammer.
10965  Die Wirkung kann man an folgendem Beispiel gut erkennen:
10966 \end_layout
10967
10968 \begin_layout Standard
10969 \align center
10970 \begin_inset Tabular
10971 <lyxtabular version="3" rows="2" columns="2">
10972 <features rotate="0" tabularvalignment="middle">
10973 <column alignment="center" valignment="top" width="0pt">
10974 <column alignment="center" valignment="top" width="0pt">
10975 <row>
10976 <cell alignment="center" valignment="top" usebox="none">
10977 \begin_inset Text
10978
10979 \begin_layout Plain Layout
10980 normale Gleichung
10981 \end_layout
10982
10983 \end_inset
10984 </cell>
10985 <cell alignment="center" valignment="top" usebox="none">
10986 \begin_inset Text
10987
10988 \begin_layout Plain Layout
10989 \begin_inset Formula $A=B$
10990 \end_inset
10991
10992
10993 \end_layout
10994
10995 \end_inset
10996 </cell>
10997 </row>
10998 <row>
10999 <cell alignment="center" valignment="top" usebox="none">
11000 \begin_inset Text
11001
11002 \begin_layout Plain Layout
11003 \begin_inset Note Note
11004 status collapsed
11005
11006 \begin_layout Plain Layout
11007
11008 \series bold
11009
11010 \backslash
11011 raisebox
11012 \series default
11013  dient nur als Abstandhalter.
11014 \end_layout
11015
11016 \end_inset
11017
11018
11019 \begin_inset Formula $\raisebox{5mm}{}$
11020 \end_inset
11021
11022 Gleichung ohne Leerraum
11023 \end_layout
11024
11025 \end_inset
11026 </cell>
11027 <cell multicolumn="1" alignment="center" valignment="top" usebox="none">
11028 \begin_inset Text
11029
11030 \begin_layout Plain Layout
11031 \begin_inset Formula $A{=}B$
11032 \end_inset
11033
11034
11035 \end_layout
11036
11037 \end_inset
11038 </cell>
11039 </row>
11040 </lyxtabular>
11041
11042 \end_inset
11043
11044
11045 \end_layout
11046
11047 \begin_layout Standard
11048 Der Befehl für die letzte Formel lautet: 
11049 \series bold
11050 A
11051 \backslash
11052 {=
11053 \begin_inset Formula $\to$
11054 \end_inset
11055
11056 B
11057 \end_layout
11058
11059 \begin_layout Standard
11060 \begin_inset VSpace bigskip
11061 \end_inset
11062
11063 Leerräumen werden für physikalische Einheiten benötigt, denn zwischen Wert
11064  und Einheit ist der kleinste Leerraum und kein normales Leerzeichen.
11065  Bei Einheiten im Text fügt man den kleinsten Leerraum über das Menü 
11066 \family sans
11067 Einfügen\SpecialChar \menuseparator
11068 Formatierung\SpecialChar \menuseparator
11069 Kleiner
11070 \begin_inset space ~
11071 \end_inset
11072
11073 Abstand
11074 \family default
11075  (Tastenkürzel 
11076 \family sans
11077 Strg+Shift+Leertaste
11078 \family default
11079 ) ein.
11080 \end_layout
11081
11082 \begin_layout Standard
11083 Ein Beispiel zur Veranschaulichung:
11084 \end_layout
11085
11086 \begin_layout Standard
11087 \begin_inset Tabular
11088 <lyxtabular version="3" rows="2" columns="2">
11089 <features rotate="0" tabularvalignment="middle">
11090 <column alignment="left" valignment="top">
11091 <column alignment="left" valignment="top">
11092 <row>
11093 <cell alignment="center" valignment="top" usebox="none">
11094 \begin_inset Text
11095
11096 \begin_layout Plain Layout
11097 24 kW
11098 \begin_inset Formula $\cdot$
11099 \end_inset
11100
11101 h
11102 \end_layout
11103
11104 \end_inset
11105 </cell>
11106 <cell alignment="center" valignment="top" usebox="none">
11107 \begin_inset Text
11108
11109 \begin_layout Plain Layout
11110 Leerzeichen zwischen Wert und Einheit
11111 \end_layout
11112
11113 \end_inset
11114 </cell>
11115 </row>
11116 <row>
11117 <cell alignment="center" valignment="top" usebox="none">
11118 \begin_inset Text
11119
11120 \begin_layout Plain Layout
11121 24
11122 \begin_inset space \thinspace{}
11123 \end_inset
11124
11125 kW
11126 \begin_inset Formula $\cdot$
11127 \end_inset
11128
11129 h
11130 \end_layout
11131
11132 \end_inset
11133 </cell>
11134 <cell alignment="center" valignment="top" usebox="none">
11135 \begin_inset Text
11136
11137 \begin_layout Plain Layout
11138 kleinster Leerraum zwischen Wert und Einheit
11139 \end_layout
11140
11141 \end_inset
11142 </cell>
11143 </row>
11144 </lyxtabular>
11145
11146 \end_inset
11147
11148
11149 \end_layout
11150
11151 \begin_layout Standard
11152 \begin_inset Newpage newpage
11153 \end_inset
11154
11155
11156 \end_layout
11157
11158 \begin_layout Subsection
11159 Variabler Leerraum
11160 \begin_inset ERT
11161 status collapsed
11162
11163 \begin_layout Plain Layout
11164
11165
11166 \backslash
11167 texorpdfstring{
11168 \end_layout
11169
11170 \end_inset
11171
11172
11173 \begin_inset Foot
11174 status collapsed
11175
11176 \begin_layout Plain Layout
11177 für vertikalen Leerraum in Formeln siehe 
11178 \begin_inset CommandInset ref
11179 LatexCommand ref
11180 reference "sub:Zeilenabstand"
11181
11182 \end_inset
11183
11184
11185 \end_layout
11186
11187 \end_inset
11188
11189
11190 \begin_inset ERT
11191 status collapsed
11192
11193 \begin_layout Plain Layout
11194
11195 }{}
11196 \end_layout
11197
11198 \end_inset
11199
11200
11201 \begin_inset Note Note
11202 status collapsed
11203
11204 \begin_layout Plain Layout
11205
11206 \series bold
11207
11208 \backslash
11209 texorpdfstring
11210 \series default
11211  dient dazu, dass die Fußnote nicht mit im PDF-Lesezeichen erscheint.
11212 \end_layout
11213
11214 \begin_layout Plain Layout
11215 Näheres zu 
11216 \series bold
11217
11218 \backslash
11219 texorpdfstring
11220 \series default
11221  steht in Kapitel 
11222 \begin_inset CommandInset ref
11223 LatexCommand ref
11224 reference "sub:Formeln-in-Überschriften"
11225
11226 \end_inset
11227
11228 .
11229 \end_layout
11230
11231 \end_inset
11232
11233
11234 \begin_inset CommandInset label
11235 LatexCommand label
11236 name "sub:Variabler-Leerraum"
11237
11238 \end_inset
11239
11240
11241 \begin_inset Index idx
11242 status collapsed
11243
11244 \begin_layout Plain Layout
11245 Leerraum ! horizontaler ! variabel
11246 \end_layout
11247
11248 \end_inset
11249
11250
11251 \end_layout
11252
11253 \begin_layout Standard
11254 Leerraum mit vorgegebener Länge lässt sich mit dem Befehl 
11255 \series bold
11256
11257 \backslash
11258 hspace
11259 \series default
11260
11261 \begin_inset Index idx
11262 status collapsed
11263
11264 \begin_layout Plain Layout
11265 Befehle ! H ! 
11266 \backslash
11267 hspace
11268 \end_layout
11269
11270 \end_inset
11271
11272  einfügen.
11273  Es erscheint ein langes 
11274 \begin_inset Quotes gld
11275 \end_inset
11276
11277
11278 \color blue
11279
11280 \begin_inset space \textvisiblespace{}
11281 \end_inset
11282
11283
11284 \color inherit
11285
11286 \begin_inset Quotes grd
11287 \end_inset
11288
11289 .
11290  Die Länge kann eingestellt werden, indem man mit der linken Maustaste auf
11291  das 
11292 \begin_inset Quotes gld
11293 \end_inset
11294
11295
11296 \color blue
11297
11298 \begin_inset space \textvisiblespace{}
11299 \end_inset
11300
11301
11302 \color inherit
11303
11304 \begin_inset Quotes grd
11305 \end_inset
11306
11307  klickt.
11308  Die Länge darf auch negativ sein.
11309  Wenn ein Leerraum das erste Zeichen in einer Zeile ist, wird er automatisch
11310  weggelassen.
11311  Um seine Ausgabe zu erzwingen, verwendet man den Befehl 
11312 \series bold
11313
11314 \backslash
11315 hspace*
11316 \series default
11317  statt 
11318 \series bold
11319
11320 \backslash
11321 hspace
11322 \series default
11323  oder klickt mit der linken Maustaste auf das 
11324 \begin_inset Quotes gld
11325 \end_inset
11326
11327
11328 \color blue
11329
11330 \begin_inset space \textvisiblespace{}
11331 \end_inset
11332
11333
11334 \color inherit
11335
11336 \begin_inset Quotes grd
11337 \end_inset
11338
11339  und wählt die Option 
11340 \family sans
11341 Schützen
11342 \family default
11343  aus.
11344 \begin_inset Newline newline
11345 \end_inset
11346
11347 Um so viel Leerraum einzufügen, dass die Formel allen verfügbaren Platz
11348  einnimmt, benutzt man den Befehl 
11349 \series bold
11350
11351 \backslash
11352 hfill
11353 \series default
11354
11355 \begin_inset Index idx
11356 status collapsed
11357
11358 \begin_layout Plain Layout
11359 Befehle ! H ! 
11360 \backslash
11361 hfill
11362 \end_layout
11363
11364 \end_inset
11365
11366 .
11367 \end_layout
11368
11369 \begin_layout Standard
11370 \begin_inset VSpace -1mm
11371 \end_inset
11372
11373
11374 \end_layout
11375
11376 \begin_layout Standard
11377 \align center
11378 \begin_inset Tabular
11379 <lyxtabular version="3" rows="4" columns="2">
11380 <features rotate="0" tabularvalignment="middle">
11381 <column alignment="center" valignment="top">
11382 <column alignment="center" valignment="top">
11383 <row>
11384 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11385 \begin_inset Text
11386
11387 \begin_layout Plain Layout
11388 Befehl (
11389 \backslash
11390 hspace Länge)
11391 \end_layout
11392
11393 \end_inset
11394 </cell>
11395 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11396 \begin_inset Text
11397
11398 \begin_layout Plain Layout
11399 Ergebnis
11400 \end_layout
11401
11402 \end_inset
11403 </cell>
11404 </row>
11405 <row>
11406 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
11407 \begin_inset Text
11408
11409 \begin_layout Plain Layout
11410 A=B
11411 \backslash
11412 hspace
11413 \begin_inset space \textvisiblespace{}
11414 \end_inset
11415
11416 A
11417 \backslash
11418 not=C (3
11419 \begin_inset space \thinspace{}
11420 \end_inset
11421
11422 cm)
11423 \end_layout
11424
11425 \end_inset
11426 </cell>
11427 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
11428 \begin_inset Text
11429
11430 \begin_layout Plain Layout
11431 \begin_inset Formula $A=B\hspace{3cm}A\not=C$
11432 \end_inset
11433
11434
11435 \end_layout
11436
11437 \end_inset
11438 </cell>
11439 </row>
11440 <row>
11441 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11442 \begin_inset Text
11443
11444 \begin_layout Plain Layout
11445 A
11446 \backslash
11447 hspace
11448 \begin_inset space \textvisiblespace{}
11449 \end_inset
11450
11451 A
11452 \backslash
11453 not=A (-1
11454 \begin_inset space \thinspace{}
11455 \end_inset
11456
11457 mm)
11458 \end_layout
11459
11460 \end_inset
11461 </cell>
11462 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11463 \begin_inset Text
11464
11465 \begin_layout Plain Layout
11466 \begin_inset Formula $A\hspace{-1mm}A\not=A$
11467 \end_inset
11468
11469
11470 \end_layout
11471
11472 \end_inset
11473 </cell>
11474 </row>
11475 <row>
11476 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
11477 \begin_inset Text
11478
11479 \begin_layout Plain Layout
11480 A=A
11481 \backslash
11482 hfill
11483 \begin_inset space \textvisiblespace{}
11484 \end_inset
11485
11486 B=B
11487 \end_layout
11488
11489 \end_inset
11490 </cell>
11491 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
11492 \begin_inset Text
11493
11494 \begin_layout Plain Layout
11495 \begin_inset Formula $A=A\hfill B=B$
11496 \end_inset
11497
11498
11499 \end_layout
11500
11501 \end_inset
11502 </cell>
11503 </row>
11504 </lyxtabular>
11505
11506 \end_inset
11507
11508
11509 \end_layout
11510
11511 \begin_layout Standard
11512 Im letzten Beispiel ist der verfügbare Platz durch die Länge des längsten
11513  Spalteneintrags der Tabelle vorgegeben.
11514  In einer eingebetteten Formel ist der Platz von der Länge der Zeile abhängig,
11515  in die 
11516 \series bold
11517
11518 \backslash
11519 hfill
11520 \series default
11521  eingegeben wird.
11522  Füllt eine Zeile die Breite komplett aus, wird demnach kein Leerraum erstellt.
11523  
11524 \series bold
11525
11526 \backslash
11527 hfill
11528 \series default
11529  wirkt in abgesetzten Formeln nur, wenn der Formelstil 
11530 \series bold
11531 Eingerückt
11532 \series default
11533  eingestellt ist.
11534  (Formelstile sind in 
11535 \begin_inset CommandInset ref
11536 LatexCommand ref
11537 reference "sec:Formelstile"
11538
11539 \end_inset
11540
11541  erklärt.)
11542 \end_layout
11543
11544 \begin_layout Standard
11545 Neben 
11546 \series bold
11547
11548 \backslash
11549 hfill
11550 \series default
11551  gibt es noch die Befehle 
11552 \series bold
11553
11554 \backslash
11555 dotfill
11556 \series default
11557  und 
11558 \series bold
11559
11560 \backslash
11561 hrulefill
11562 \series default
11563 , die den Leerraum mit einem Muster füllen, siehe 
11564 \begin_inset CommandInset ref
11565 LatexCommand ref
11566 reference "sub:Fortsetzungspunkte"
11567
11568 \end_inset
11569
11570  für ein Beispiel.
11571 \end_layout
11572
11573 \begin_layout Standard
11574 Variabler Leerraum kann für Text über das Menü 
11575 \family sans
11576 Einfügen\SpecialChar \menuseparator
11577 Formatierung\SpecialChar \menuseparator
11578 Horizontaler
11579 \begin_inset space ~
11580 \end_inset
11581
11582 Abstand
11583 \family default
11584  eingefügt werden:
11585 \end_layout
11586
11587 \begin_layout Standard
11588 Dies ist eine Zeile mit
11589 \begin_inset space \hspace{}
11590 \length 2cm
11591 \end_inset
11592
11593 2
11594 \begin_inset space \thinspace{}
11595 \end_inset
11596
11597 cm Leerraum.
11598 \end_layout
11599
11600 \begin_layout Standard
11601 Dies ist eine Zeile mit
11602 \begin_inset space \hfill{}
11603 \end_inset
11604
11605 maximalem Leerraum.
11606 \end_layout
11607
11608 \begin_layout Subsection
11609 Leerraum neben eingebetteten Formeln
11610 \begin_inset Index idx
11611 status collapsed
11612
11613 \begin_layout Plain Layout
11614 Leerraum ! neben eingebetteten Formeln
11615 \end_layout
11616
11617 \end_inset
11618
11619
11620 \end_layout
11621
11622 \begin_layout Standard
11623 Über die Länge 
11624 \series bold
11625
11626 \backslash
11627 mathsurround
11628 \series default
11629
11630 \begin_inset Index idx
11631 status collapsed
11632
11633 \begin_layout Plain Layout
11634 Befehle ! M ! 
11635 \backslash
11636 mathsurround
11637 \end_layout
11638
11639 \end_inset
11640
11641  lässt sich der Leerraum einstellen, der neben eingebettete Formeln gesetzt
11642  wird.
11643  Der Wert einer Länge wird mit dem Befehl 
11644 \series bold
11645
11646 \backslash
11647 setlength
11648 \series default
11649
11650 \begin_inset Index idx
11651 status collapsed
11652
11653 \begin_layout Plain Layout
11654 Befehle ! S ! 
11655 \backslash
11656 setlength
11657 \end_layout
11658
11659 \end_inset
11660
11661  gesetzt.
11662  Dieser besitzt folgendes Befehlsschema:
11663 \end_layout
11664
11665 \begin_layout Standard
11666
11667 \series bold
11668
11669 \backslash
11670 setlength{Längenname}{Wert}
11671 \end_layout
11672
11673 \begin_layout Standard
11674 Um 
11675 \series bold
11676
11677 \backslash
11678 mathsurround
11679 \series default
11680  den Wert 5
11681 \begin_inset space \thinspace{}
11682 \end_inset
11683
11684 mm zuzuweisen, gibt man im TeX-Modus den Befehl
11685 \end_layout
11686
11687 \begin_layout Standard
11688
11689 \series bold
11690
11691 \backslash
11692 setlength{
11693 \backslash
11694 mathsurround}{5mm}
11695 \end_layout
11696
11697 \begin_layout Standard
11698 ein.
11699  Neben alle eingebetteten Formeln, die auf den Befehl folgen, wird nun 5
11700 \begin_inset space \thinspace{}
11701 \end_inset
11702
11703 mm Leerraum gesetzt:
11704 \begin_inset ERT
11705 status collapsed
11706
11707 \begin_layout Plain Layout
11708
11709
11710 \backslash
11711 setlength{
11712 \backslash
11713 mathsurround}{5mm}
11714 \end_layout
11715
11716 \end_inset
11717
11718
11719 \end_layout
11720
11721 \begin_layout Standard
11722 Dies ist eine Zeile in der sich 
11723 \begin_inset Formula $A=B$
11724 \end_inset
11725
11726  eine Formel mit 5
11727 \begin_inset space \thinspace{}
11728 \end_inset
11729
11730 mm umgebendem Leerraum befindet.
11731 \begin_inset ERT
11732 status collapsed
11733
11734 \begin_layout Plain Layout
11735
11736
11737 \backslash
11738 setlength{
11739 \backslash
11740 mathsurround}{0pt}
11741 \end_layout
11742
11743 \end_inset
11744
11745
11746 \end_layout
11747
11748 \begin_layout Standard
11749 Um wieder zum voreingestellten Wert zurückzukehren, setzt man 
11750 \series bold
11751
11752 \backslash
11753 mathsurround
11754 \series default
11755  auf den Wert 0
11756 \begin_inset space \thinspace{}
11757 \end_inset
11758
11759 pt.
11760 \end_layout
11761
11762 \begin_layout Section
11763 Boxen und Rahmen
11764 \begin_inset Index idx
11765 status collapsed
11766
11767 \begin_layout Plain Layout
11768 Boxen
11769 \end_layout
11770
11771 \end_inset
11772
11773
11774 \begin_inset Index idx
11775 status collapsed
11776
11777 \begin_layout Plain Layout
11778 Rahmen | see
11779 \begin_inset ERT
11780 status collapsed
11781
11782 \begin_layout Plain Layout
11783
11784 {
11785 \end_layout
11786
11787 \end_inset
11788
11789 Boxen
11790 \begin_inset ERT
11791 status collapsed
11792
11793 \begin_layout Plain Layout
11794
11795 }
11796 \end_layout
11797
11798 \end_inset
11799
11800
11801 \end_layout
11802
11803 \end_inset
11804
11805
11806 \end_layout
11807
11808 \begin_layout Standard
11809 Boxen für Text sind im Kapitel 
11810 \family typewriter
11811 Boxen
11812 \family default
11813  im Handbuch 
11814 \family typewriter
11815 Eingebettete
11816 \begin_inset space ~
11817 \end_inset
11818
11819 Objekte
11820 \family default
11821  beschrieben.
11822 \end_layout
11823
11824 \begin_layout Subsection
11825 Boxen mit Rahmen
11826 \begin_inset CommandInset label
11827 LatexCommand label
11828 name "sub:Boxen-mit-Rahmen"
11829
11830 \end_inset
11831
11832
11833 \begin_inset Index idx
11834 status collapsed
11835
11836 \begin_layout Plain Layout
11837 Boxen ! mit Rahmen
11838 \end_layout
11839
11840 \end_inset
11841
11842
11843 \end_layout
11844
11845 \begin_layout Standard
11846 Es ist möglich Formeln oder Teile davon mit den Befehlen 
11847 \series bold
11848
11849 \backslash
11850 fbox
11851 \series default
11852
11853 \begin_inset Index idx
11854 status collapsed
11855
11856 \begin_layout Plain Layout
11857 Befehle ! F ! 
11858 \backslash
11859 fbox
11860 \end_layout
11861
11862 \end_inset
11863
11864  und 
11865 \series bold
11866
11867 \backslash
11868 boxed
11869 \series default
11870
11871 \begin_inset Index idx
11872 status collapsed
11873
11874 \begin_layout Plain Layout
11875 Befehle ! B ! 
11876 \backslash
11877 boxed
11878 \end_layout
11879
11880 \end_inset
11881
11882  zu umranden.
11883 \end_layout
11884
11885 \begin_layout Standard
11886 Gibt man einen dieser Befehle in eine Formel ein, erscheint ein Eingabefeld
11887  in einem Rahmen.
11888  Bei 
11889 \series bold
11890
11891 \backslash
11892 fbox
11893 \series default
11894  muss in diesem Eingabefeld mit 
11895 \family sans
11896 Strg+M
11897 \family default
11898  noch eine Formel erstellt werden, denn der Inhalt dieser Box wird sonst
11899  als mathematischer Text behandelt.
11900  Verwendet man 
11901 \series bold
11902
11903 \backslash
11904 boxed
11905 \series default
11906 , wird automatisch im Rahmen eine neue Formel erzeugt.
11907 \end_layout
11908
11909 \begin_layout Standard
11910 Der Befehl 
11911 \series bold
11912
11913 \backslash
11914 fbox
11915 \series default
11916  ist nicht zur Umrandung von abgesetzten Formeln geeignet, denn die Formel
11917  wird dann immer in Textzeilengröße gesetzt.
11918  Im Gegensatz dazu ist 
11919 \series bold
11920
11921 \backslash
11922 boxed
11923 \series default
11924  nicht zur Umrandung von Formeln in einer Textzeile geeignet, denn die Formel
11925  wird dann immer in der Größe einer abgesetzten Formel gesetzt.
11926 \end_layout
11927
11928 \begin_layout Standard
11929 Als Erweiterung zu 
11930 \series bold
11931
11932 \backslash
11933 fbox
11934 \series default
11935  gibt es den Befehl 
11936 \series bold
11937
11938 \backslash
11939 framebox
11940 \series default
11941
11942 \begin_inset Index idx
11943 status collapsed
11944
11945 \begin_layout Plain Layout
11946 Befehle ! F ! 
11947 \backslash
11948 framebox
11949 \end_layout
11950
11951 \end_inset
11952
11953 , bei dem man zusätzlich die Rahmenbreite und die Ausrichtung einstellen
11954  kann.
11955  
11956 \series bold
11957
11958 \backslash
11959 framebox
11960 \series default
11961  wird nach folgendem Schema verwendet:
11962 \end_layout
11963
11964 \begin_layout Standard
11965
11966 \series bold
11967
11968 \backslash
11969 framebox[Rahmenbreite][Position]{Boxinhalt}
11970 \end_layout
11971
11972 \begin_layout Standard
11973 Die Position kann entweder 
11974 \emph on
11975 l
11976 \emph default
11977  oder 
11978 \emph on
11979 r
11980 \emph default
11981  sein.
11982  
11983 \emph on
11984 l
11985 \emph default
11986  bewirkt linksbündige, 
11987 \emph on
11988 r
11989 \emph default
11990  rechtsbündige Ausrichtung der Formel in der Box.
11991  Gibt man keine Position an, wird die Formel zentriert.
11992 \begin_inset Newline newline
11993 \end_inset
11994
11995 Gibt man keine Breite an, darf auch keine Position angegeben werden.
11996  In diesem Falle wird die Rahmenbreite wie bei 
11997 \series bold
11998
11999 \backslash
12000 fbox
12001 \series default
12002  an den Boxinhalt angepasst.
12003 \end_layout
12004
12005 \begin_layout Standard
12006 Wenn man den Befehl 
12007 \series bold
12008
12009 \backslash
12010 framebox
12011 \series default
12012  eingibt, erscheint eine Box mit drei Eingabefeldern.
12013  Die ersten beiden sind von eckigen Klammern umgeben und stehen für die
12014  beiden optionalen Argumente.
12015  In das dritte Feld wird wie bei 
12016 \series bold
12017
12018 \backslash
12019 fbox
12020 \series default
12021  die Formel eingegeben.
12022 \end_layout
12023
12024 \begin_layout Standard
12025 \align center
12026 \begin_inset Tabular
12027 <lyxtabular version="3" rows="5" columns="2">
12028 <features rotate="0" tabularvalignment="middle">
12029 <column alignment="center" valignment="top">
12030 <column alignment="center" valignment="top">
12031 <row>
12032 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12033 \begin_inset Text
12034
12035 \begin_layout Plain Layout
12036 Befehl
12037 \end_layout
12038
12039 \end_inset
12040 </cell>
12041 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12042 \begin_inset Text
12043
12044 \begin_layout Plain Layout
12045 Ergebnis
12046 \begin_inset Note Note
12047 status collapsed
12048
12049 \begin_layout Plain Layout
12050
12051 \series bold
12052
12053 \backslash
12054 raisebox
12055 \series default
12056  dient nur als Abstandhalter.
12057 \end_layout
12058
12059 \end_inset
12060
12061
12062 \end_layout
12063
12064 \end_inset
12065 </cell>
12066 </row>
12067 <row>
12068 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12069 \begin_inset Text
12070
12071 \begin_layout Plain Layout
12072
12073 \backslash
12074 fbox
12075 \begin_inset space \textvisiblespace{}
12076 \end_inset
12077
12078
12079 \family sans
12080 Strg+M
12081 \family default
12082  
12083 \backslash
12084 int
12085 \begin_inset space \textvisiblespace{}
12086 \end_inset
12087
12088 A=B
12089 \end_layout
12090
12091 \end_inset
12092 </cell>
12093 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12094 \begin_inset Text
12095
12096 \begin_layout Plain Layout
12097 \begin_inset Formula $\raisebox{6mm}{}\fbox{\ensuremath{\int A=B}}\raisebox{-4mm}{}$
12098 \end_inset
12099
12100
12101 \end_layout
12102
12103 \end_inset
12104 </cell>
12105 </row>
12106 <row>
12107 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12108 \begin_inset Text
12109
12110 \begin_layout Plain Layout
12111
12112 \backslash
12113 boxed
12114 \begin_inset space \textvisiblespace{}
12115 \end_inset
12116
12117
12118 \backslash
12119 int
12120 \begin_inset space \textvisiblespace{}
12121 \end_inset
12122
12123 A=B
12124 \end_layout
12125
12126 \end_inset
12127 </cell>
12128 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12129 \begin_inset Text
12130
12131 \begin_layout Plain Layout
12132 \begin_inset Formula $\raisebox{8.5mm}{}\boxed{\int A=B}\raisebox{-6.5mm}{}$
12133 \end_inset
12134
12135
12136 \end_layout
12137
12138 \end_inset
12139 </cell>
12140 </row>
12141 <row>
12142 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12143 \begin_inset Text
12144
12145 \begin_layout Plain Layout
12146 A+
12147 \backslash
12148 fbox
12149 \begin_inset space \textvisiblespace{}
12150 \end_inset
12151
12152 B
12153 \end_layout
12154
12155 \end_inset
12156 </cell>
12157 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12158 \begin_inset Text
12159
12160 \begin_layout Plain Layout
12161 \begin_inset Formula $\raisebox{6mm}{}A+\fbox{B}\raisebox{-3mm}{}$
12162 \end_inset
12163
12164
12165 \end_layout
12166
12167 \end_inset
12168 </cell>
12169 </row>
12170 <row>
12171 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12172 \begin_inset Text
12173
12174 \begin_layout Plain Layout
12175
12176 \backslash
12177 framebox
12178 \begin_inset space \textvisiblespace{}
12179 \end_inset
12180
12181 20mm
12182 \begin_inset Formula $\to$
12183 \end_inset
12184
12185
12186 \begin_inset Formula $\to$
12187 \end_inset
12188
12189
12190 \family sans
12191 Strg+M
12192 \family default
12193  
12194 \backslash
12195 frac
12196 \begin_inset space \textvisiblespace{}
12197 \end_inset
12198
12199 A
12200 \begin_inset Formula $\downarrow$
12201 \end_inset
12202
12203 B
12204 \end_layout
12205
12206 \end_inset
12207 </cell>
12208 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12209 \begin_inset Text
12210
12211 \begin_layout Plain Layout
12212 \begin_inset Formula $\raisebox{6mm}{}$
12213 \end_inset
12214
12215
12216 \begin_inset Formula $\framebox[20mm][]{\ensuremath{\frac{A}{B}}}$
12217 \end_inset
12218
12219
12220 \begin_inset Formula $\raisebox{-4mm}{}$
12221 \end_inset
12222
12223
12224 \end_layout
12225
12226 \end_inset
12227 </cell>
12228 </row>
12229 </lyxtabular>
12230
12231 \end_inset
12232
12233
12234 \end_layout
12235
12236 \begin_layout Standard
12237 Die Rahmendicke kann ebenfalls eingestellt werden.
12238  Dazu müssen vor der Formel im TeX-Modus die Befehle
12239 \end_layout
12240
12241 \begin_layout Standard
12242
12243 \series bold
12244
12245 \backslash
12246 fboxrule
12247 \series default
12248  
12249 \series bold
12250
12251 \begin_inset Quotes gld
12252 \end_inset
12253
12254 Dicke
12255 \begin_inset Quotes grd
12256 \end_inset
12257
12258
12259 \series default
12260  
12261 \series bold
12262
12263 \backslash
12264 fboxsep
12265 \series default
12266  
12267 \series bold
12268
12269 \begin_inset Quotes gld
12270 \end_inset
12271
12272 Abstand
12273 \begin_inset Quotes grd
12274 \end_inset
12275
12276
12277 \end_layout
12278
12279 \begin_layout Standard
12280 eingegeben werden.
12281  
12282 \begin_inset Quotes gld
12283 \end_inset
12284
12285 Abstand
12286 \begin_inset Quotes grd
12287 \end_inset
12288
12289  legt dabei den minimalen Abstand zwischen Rahmen und dem ersten Zeichen
12290  in der Box fest.
12291  Ein Beispiel dafür ist folgende umrandete Formel:
12292 \begin_inset ERT
12293 status collapsed
12294
12295 \begin_layout Plain Layout
12296
12297
12298 \backslash
12299 fboxrule 2mm 
12300 \backslash
12301 fboxsep 3mm
12302 \end_layout
12303
12304 \end_inset
12305
12306
12307 \begin_inset Formula 
12308 \[
12309 \boxed{A+B=C}
12310 \]
12311
12312 \end_inset
12313
12314 Vor dieser Formel wurde im TeX-Modus
12315 \end_layout
12316
12317 \begin_layout Standard
12318
12319 \series bold
12320
12321 \backslash
12322 fboxrule
12323 \series default
12324  
12325 \series bold
12326 2mm
12327 \series default
12328  
12329 \series bold
12330
12331 \backslash
12332 fboxsep
12333 \series default
12334  
12335 \series bold
12336 3mm
12337 \end_layout
12338
12339 \begin_layout Standard
12340 eingegeben.
12341  Diese angegeben Werte werden für alle folgenden Boxen verwendet.
12342 \end_layout
12343
12344 \begin_layout Standard
12345 Möchte man wieder zur Standardrahmengröße zurückkehren, gibt man vor der
12346  nächsten Formel im TeX-Modus folgende Befehle ein:
12347 \end_layout
12348
12349 \begin_layout Standard
12350
12351 \series bold
12352
12353 \backslash
12354 fboxrule
12355 \series default
12356  
12357 \series bold
12358 0.4pt
12359 \series default
12360  
12361 \series bold
12362
12363 \backslash
12364 fboxsep
12365 \series default
12366  
12367 \series bold
12368 3pt
12369 \series default
12370
12371 \begin_inset ERT
12372 status collapsed
12373
12374 \begin_layout Plain Layout
12375
12376
12377 \backslash
12378 fboxrule 0.4pt 
12379 \backslash
12380 fboxsep 3pt
12381 \end_layout
12382
12383 \end_inset
12384
12385
12386 \end_layout
12387
12388 \begin_layout Subsection
12389 Boxen ohne Rahmen
12390 \begin_inset CommandInset label
12391 LatexCommand label
12392 name "sub:Boxen-ohne-Rahmen"
12393
12394 \end_inset
12395
12396
12397 \begin_inset Index idx
12398 status collapsed
12399
12400 \begin_layout Plain Layout
12401 Boxen ! ohne Rahmen
12402 \end_layout
12403
12404 \end_inset
12405
12406
12407 \end_layout
12408
12409 \begin_layout Standard
12410 Für Boxen ohne Rahmen gibt es folgende Box-Befehle: 
12411 \series bold
12412
12413 \backslash
12414 mbox
12415 \series default
12416
12417 \begin_inset Index idx
12418 status collapsed
12419
12420 \begin_layout Plain Layout
12421 Befehle ! M ! 
12422 \backslash
12423 mbox
12424 \end_layout
12425
12426 \end_inset
12427
12428
12429 \series bold
12430
12431 \backslash
12432 makebox
12433 \series default
12434
12435 \begin_inset Index idx
12436 status collapsed
12437
12438 \begin_layout Plain Layout
12439 Befehle ! M ! 
12440 \backslash
12441 makebox
12442 \end_layout
12443
12444 \end_inset
12445
12446  und
12447 \begin_inset Newline linebreak
12448 \end_inset
12449
12450
12451 \series bold
12452
12453 \backslash
12454 raisebox
12455 \series default
12456
12457 \begin_inset Index idx
12458 status collapsed
12459
12460 \begin_layout Plain Layout
12461 Befehle ! R ! 
12462 \backslash
12463 raisebox
12464 \end_layout
12465
12466 \end_inset
12467
12468
12469 \end_layout
12470
12471 \begin_layout Standard
12472 Mit 
12473 \series bold
12474
12475 \backslash
12476 raisebox
12477 \series default
12478  kann man eine Box hoch- oder tiefstellen.
12479  Allerdings behalten die Zeichen in der Box im Gegensatz zum normalen Hochstelle
12480 n die Schriftgröße bei.
12481  
12482 \series bold
12483
12484 \backslash
12485 raisebox
12486 \series default
12487  wird dabei mit folgendem Schema benutzt:
12488 \end_layout
12489
12490 \begin_layout Standard
12491
12492 \series bold
12493
12494 \backslash
12495 raisebox{Höhe}{Boxinhalt}
12496 \end_layout
12497
12498 \begin_layout Standard
12499 Soll in der Box eine Formel stehen, muss man wie bei 
12500 \series bold
12501
12502 \backslash
12503 fbox
12504 \series default
12505  eine weitere Formel erstellen.
12506  
12507 \begin_inset Note Greyedout
12508 status open
12509
12510 \begin_layout Plain Layout
12511
12512 \series bold
12513 Achtung:
12514 \series default
12515  Für 
12516 \series bold
12517
12518 \backslash
12519 raisebox
12520 \series default
12521  wird diese weitere Formel durch zweimaliges statt einmaliges Drücken von
12522  
12523 \family sans
12524 Strg+M
12525 \family default
12526  erstellt, denn LyX unterstützt 
12527 \series bold
12528
12529 \backslash
12530 raisebox
12531 \series default
12532  noch nicht direkt.
12533 \end_layout
12534
12535 \end_inset
12536
12537
12538 \end_layout
12539
12540 \begin_layout Standard
12541 \align center
12542 \begin_inset Tabular
12543 <lyxtabular version="3" rows="4" columns="2">
12544 <features rotate="0" tabularvalignment="middle">
12545 <column alignment="center" valignment="top">
12546 <column alignment="center" valignment="top">
12547 <row>
12548 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12549 \begin_inset Text
12550
12551 \begin_layout Plain Layout
12552 Befehl
12553 \end_layout
12554
12555 \end_inset
12556 </cell>
12557 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12558 \begin_inset Text
12559
12560 \begin_layout Plain Layout
12561 Ergebnis
12562 \end_layout
12563
12564 \end_inset
12565 </cell>
12566 </row>
12567 <row>
12568 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12569 \begin_inset Text
12570
12571 \begin_layout Plain Layout
12572 H
12573 \backslash
12574 raisebox{2mm
12575 \begin_inset Formula $\to$
12576 \end_inset
12577
12578
12579 \backslash
12580 {al
12581 \begin_inset Formula $\to$
12582 \end_inset
12583
12584  lo
12585 \end_layout
12586
12587 \end_inset
12588 </cell>
12589 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12590 \begin_inset Text
12591
12592 \begin_layout Plain Layout
12593 \begin_inset Formula $H\raisebox{2mm}{al}lo$
12594 \end_inset
12595
12596
12597 \end_layout
12598
12599 \end_inset
12600 </cell>
12601 </row>
12602 <row>
12603 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12604 \begin_inset Text
12605
12606 \begin_layout Plain Layout
12607 H
12608 \backslash
12609 raisebox{-2mm
12610 \begin_inset Formula $\to$
12611 \end_inset
12612
12613
12614 \backslash
12615 {al
12616 \begin_inset Formula $\to$
12617 \end_inset
12618
12619 lo
12620 \end_layout
12621
12622 \end_inset
12623 </cell>
12624 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12625 \begin_inset Text
12626
12627 \begin_layout Plain Layout
12628 \begin_inset Formula $H\raisebox{-2mm}{al}lo$
12629 \end_inset
12630
12631
12632 \end_layout
12633
12634 \end_inset
12635 </cell>
12636 </row>
12637 <row>
12638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12639 \begin_inset Text
12640
12641 \begin_layout Plain Layout
12642 A=
12643 \backslash
12644 raisebox{-2mm
12645 \begin_inset Formula $\to$
12646 \end_inset
12647
12648
12649 \backslash
12650 {
12651 \family sans
12652 Strg+M Strg+M
12653 \family default
12654  
12655 \backslash
12656 sqrt
12657 \begin_inset space \textvisiblespace{}
12658 \end_inset
12659
12660
12661 \end_layout
12662
12663 \end_inset
12664 </cell>
12665 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12666 \begin_inset Text
12667
12668 \begin_layout Plain Layout
12669 \begin_inset Formula $A=\raisebox{-2mm}{\mbox{\ensuremath{\sqrt{B}}}}$
12670 \end_inset
12671
12672
12673 \end_layout
12674
12675 \end_inset
12676 </cell>
12677 </row>
12678 </lyxtabular>
12679
12680 \end_inset
12681
12682
12683 \end_layout
12684
12685 \begin_layout Standard
12686 Der Befehl 
12687 \series bold
12688
12689 \backslash
12690 mbox
12691 \series default
12692  ist äquivalent zu 
12693 \series bold
12694
12695 \backslash
12696 fbox
12697 \series default
12698  und 
12699 \series bold
12700
12701 \backslash
12702 makebox
12703 \series default
12704  ist äquivalent zu 
12705 \series bold
12706
12707 \backslash
12708 framebox
12709 \series default
12710 , nur dass es keinen Rahmen gibt.
12711 \end_layout
12712
12713 \begin_layout Subsection
12714 Farbige Boxen
12715 \begin_inset CommandInset label
12716 LatexCommand label
12717 name "sub:Farbige-Boxen"
12718
12719 \end_inset
12720
12721
12722 \begin_inset Index idx
12723 status collapsed
12724
12725 \begin_layout Plain Layout
12726 Boxen ! farbige
12727 \end_layout
12728
12729 \end_inset
12730
12731
12732 \end_layout
12733
12734 \begin_layout Standard
12735 Damit die in diesem Kapitel angegebenen Befehle benutzt werden können, muss
12736  im LaTeX-Vorspann das LaTeX-Paket 
12737 \series bold
12738 color
12739 \series default
12740
12741 \begin_inset Foot
12742 status collapsed
12743
12744 \begin_layout Plain Layout
12745 Das Paket 
12746 \series bold
12747 color
12748 \series default
12749  ist Teil jeder LaTeX-Standardinstallation.
12750 \end_layout
12751
12752 \end_inset
12753
12754
12755 \begin_inset Index idx
12756 status collapsed
12757
12758 \begin_layout Plain Layout
12759 Pakete ! color
12760 \end_layout
12761
12762 \end_inset
12763
12764  mit der Zeile
12765 \end_layout
12766
12767 \begin_layout Standard
12768
12769 \series bold
12770
12771 \backslash
12772 usepackage{color}
12773 \end_layout
12774
12775 \begin_layout Standard
12776 geladen werden
12777 \begin_inset Foot
12778 status collapsed
12779
12780 \begin_layout Plain Layout
12781 Wird irgendwo im Dokument Text mit einer vordefinierten Farbe gefärbt, lädt
12782  LyX das LaTeX-Paket 
12783 \series bold
12784 color
12785 \series default
12786  automatisch.
12787  Dadurch kann es vorkommen, dass das Paket doppelt geladen wird, was aber
12788  keine Probleme hervorruft.
12789 \end_layout
12790
12791 \end_inset
12792
12793
12794 \begin_inset Note Note
12795 status collapsed
12796
12797 \begin_layout Plain Layout
12798 Damit das Paket nicht doppelt geladen werden kann, wurde im LaTeX-Vorspann
12799  ein Makro eingefügt.
12800 \end_layout
12801
12802 \end_inset
12803
12804 .
12805 \end_layout
12806
12807 \begin_layout Standard
12808 \begin_inset VSpace medskip
12809 \end_inset
12810
12811 Um Boxen einzufärben, verwendet man den Befehl 
12812 \series bold
12813
12814 \backslash
12815 colorbox
12816 \series default
12817
12818 \begin_inset Index idx
12819 status collapsed
12820
12821 \begin_layout Plain Layout
12822 Befehle ! C ! 
12823 \backslash
12824 colorbox
12825 \end_layout
12826
12827 \end_inset
12828
12829  nach folgendem Schema:
12830 \end_layout
12831
12832 \begin_layout Standard
12833
12834 \series bold
12835
12836 \backslash
12837 colorbox{Farbe}{Boxinhalt}
12838 \end_layout
12839
12840 \begin_layout Standard
12841 Der Boxinhalt kann auch wieder eine Box sein und eine 
12842 \series bold
12843
12844 \backslash
12845 colorbox
12846 \series default
12847  kann auch ein Teil einer anderen Box sein (siehe 2.
12848  und 3.
12849  Beispiel).
12850  Soll in der Box eine Formel stehen, muss wie bei 
12851 \series bold
12852
12853 \backslash
12854 raisebox
12855 \series default
12856  eine weitere Formel erstellt werden.
12857 \begin_inset Foot
12858 status collapsed
12859
12860 \begin_layout Plain Layout
12861 Das gilt auch für den Befehl 
12862 \series bold
12863
12864 \backslash
12865 fcolorbox
12866 \series default
12867 .
12868 \end_layout
12869
12870 \end_inset
12871
12872
12873 \end_layout
12874
12875 \begin_layout Standard
12876 Aus folgenden vordefinierten Farben kann gewählt werden:
12877 \end_layout
12878
12879 \begin_layout Standard
12880
12881 \series bold
12882 black
12883 \series default
12884
12885 \series bold
12886 blue
12887 \series default
12888
12889 \series bold
12890 cyan
12891 \series default
12892
12893 \series bold
12894 green
12895 \series default
12896
12897 \series bold
12898 magenta
12899 \series default
12900
12901 \series bold
12902 red
12903 \series default
12904
12905 \series bold
12906 white
12907 \series default
12908  und 
12909 \series bold
12910 yellow
12911 \end_layout
12912
12913 \begin_layout Standard
12914 \align center
12915 \begin_inset Tabular
12916 <lyxtabular version="3" rows="4" columns="2">
12917 <features rotate="0" tabularvalignment="middle">
12918 <column alignment="center" valignment="top">
12919 <column alignment="center" valignment="top">
12920 <row>
12921 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
12922 \begin_inset Text
12923
12924 \begin_layout Plain Layout
12925 Befehl
12926 \end_layout
12927
12928 \end_inset
12929 </cell>
12930 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
12931 \begin_inset Text
12932
12933 \begin_layout Plain Layout
12934 Ergebnis
12935 \begin_inset Note Note
12936 status collapsed
12937
12938 \begin_layout Plain Layout
12939
12940 \series bold
12941
12942 \backslash
12943 raisebox
12944 \series default
12945  dient nur als Abstandhalter.
12946 \end_layout
12947
12948 \end_inset
12949
12950
12951 \end_layout
12952
12953 \end_inset
12954 </cell>
12955 </row>
12956 <row>
12957 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12958 \begin_inset Text
12959
12960 \begin_layout Plain Layout
12961
12962 \backslash
12963 colorbox{yellow
12964 \begin_inset Formula $\to$
12965 \end_inset
12966
12967
12968 \backslash
12969 {A=B
12970 \end_layout
12971
12972 \end_inset
12973 </cell>
12974 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
12975 \begin_inset Text
12976
12977 \begin_layout Plain Layout
12978 \begin_inset Formula $\raisebox{6mm}{}\colorbox{yellow}{A=B}\raisebox{-3mm}{}$
12979 \end_inset
12980
12981
12982 \end_layout
12983
12984 \end_inset
12985 </cell>
12986 </row>
12987 <row>
12988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
12989 \begin_inset Text
12990
12991 \begin_layout Plain Layout
12992
12993 \backslash
12994 colorbox{green
12995 \begin_inset Formula $\to$
12996 \end_inset
12997
12998
12999 \backslash
13000 {
13001 \backslash
13002 fbox
13003 \begin_inset space \textvisiblespace{}
13004 \end_inset
13005
13006 A=B
13007 \end_layout
13008
13009 \end_inset
13010 </cell>
13011 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
13012 \begin_inset Text
13013
13014 \begin_layout Plain Layout
13015 \begin_inset Formula $\raisebox{6mm}{}\colorbox{green}{\fbox{A=B}}\raisebox{-3mm}{}$
13016 \end_inset
13017
13018
13019 \end_layout
13020
13021 \end_inset
13022 </cell>
13023 </row>
13024 <row>
13025 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
13026 \begin_inset Text
13027
13028 \begin_layout Plain Layout
13029
13030 \backslash
13031 fbox
13032 \begin_inset space \textvisiblespace{}
13033 \end_inset
13034
13035
13036 \backslash
13037 colorbox{green
13038 \begin_inset Formula $\to$
13039 \end_inset
13040
13041
13042 \backslash
13043 {
13044 \family sans
13045 Strg+M Strg+M
13046 \family default
13047  
13048 \backslash
13049 int
13050 \begin_inset space \textvisiblespace{}
13051 \end_inset
13052
13053 C=D
13054 \end_layout
13055
13056 \end_inset
13057 </cell>
13058 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
13059 \begin_inset Text
13060
13061 \begin_layout Plain Layout
13062 \begin_inset Formula $\raisebox{7mm}{}\fbox{\colorbox{green}{\mbox{\ensuremath{\int C=D}}}}\raisebox{-5mm}{}$
13063 \end_inset
13064
13065
13066 \end_layout
13067
13068 \end_inset
13069 </cell>
13070 </row>
13071 </lyxtabular>
13072
13073 \end_inset
13074
13075
13076 \end_layout
13077
13078 \begin_layout Standard
13079
13080 \series bold
13081
13082 \backslash
13083 colorbox
13084 \series default
13085  färbt nur die Box, nicht aber die Zeichen in der Box ein.
13086  Um alle Zeichen zu färben, markiert man die ganze Formel und wählt im Dialog
13087  
13088 \family sans
13089 Textstil
13090 \family default
13091  die gewünschte Farbe aus.
13092  Der Dialog kann mit dem Werkzeugleistenknopf 
13093 \begin_inset Graphics
13094         filename ../../images/dialog-show_character.png
13095         scale 85
13096
13097 \end_inset
13098
13099  oder dem Menü 
13100 \family sans
13101 Bearbeiten\SpecialChar \menuseparator
13102 Textstil\SpecialChar \menuseparator
13103 Benutzerdefiniert
13104 \family default
13105  aufgerufen werden.
13106  Die Formelnummer hat dann dieselbe Farbe wie die Formel.
13107  Soll die Formelnummer eine andere Farbe als die Formelzeichen haben, muss
13108  innerhalb der Formel die Farbe geändert werden.
13109 \end_layout
13110
13111 \begin_layout Standard
13112 Ein Beispiel:
13113 \end_layout
13114
13115 \begin_layout Standard
13116
13117 \color red
13118 \begin_inset Formula 
13119 \begin{equation}
13120 \int A=B\label{eq:rot}
13121 \end{equation}
13122
13123 \end_inset
13124
13125
13126 \color green
13127
13128 \begin_inset Formula 
13129 \begin{equation}
13130 \textcolor{red}{\int A=B}\label{eq:rotgruen}
13131 \end{equation}
13132
13133 \end_inset
13134
13135
13136 \end_layout
13137
13138 \begin_layout Standard
13139 Formel 
13140 \begin_inset CommandInset ref
13141 LatexCommand eqref
13142 reference "eq:rot"
13143
13144 \end_inset
13145
13146  ist komplett rot gefärbt.
13147 \begin_inset Newline newline
13148 \end_inset
13149
13150 Formel 
13151 \begin_inset CommandInset ref
13152 LatexCommand eqref
13153 reference "eq:rotgruen"
13154
13155 \end_inset
13156
13157  wurde zuerst komplett grün gefärbt, um die Farbe der Formelnummer festzulegen.
13158  Anschließend wurden die Formelzeichen rot gefärbt.
13159 \end_layout
13160
13161 \begin_layout Standard
13162 \begin_inset VSpace bigskip
13163 \end_inset
13164
13165 Möchte man den Rahmen anders als den Rest der Box färben, verwendet man
13166  den Befehl 
13167 \series bold
13168
13169 \backslash
13170 fcolorbox
13171 \series default
13172
13173 \begin_inset Index idx
13174 status collapsed
13175
13176 \begin_layout Plain Layout
13177 Befehle ! F ! 
13178 \backslash
13179 fcolorbox
13180 \end_layout
13181
13182 \end_inset
13183
13184  nach folgendem Schema:
13185 \end_layout
13186
13187 \begin_layout Standard
13188
13189 \series bold
13190
13191 \backslash
13192 fcolorbox{Rahmenfarbe}{Farbe}{Boxinhalt}
13193 \end_layout
13194
13195 \begin_layout Standard
13196
13197 \series bold
13198
13199 \backslash
13200 fcolorbox
13201 \series default
13202  stellt also eine Erweiterung des Befehls 
13203 \series bold
13204
13205 \backslash
13206 colorbox
13207 \series default
13208  dar.
13209  Die Rahmenbreite wird, wie bei 
13210 \series bold
13211
13212 \backslash
13213 framebox
13214 \series default
13215 , mit 
13216 \series bold
13217
13218 \backslash
13219 fboxrule
13220 \series default
13221  und 
13222 \series bold
13223
13224 \backslash
13225 fboxsep
13226 \series default
13227  festgelegt.
13228  Ein Beispiel:
13229 \begin_inset ERT
13230 status collapsed
13231
13232 \begin_layout Plain Layout
13233
13234
13235 \backslash
13236 fboxrule 1mm 
13237 \backslash
13238 fboxsep 1mm
13239 \end_layout
13240
13241 \end_inset
13242
13243
13244 \begin_inset Formula 
13245 \[
13246 \fcolorbox{cyan}{magenta}{A=B}
13247 \]
13248
13249 \end_inset
13250
13251
13252 \begin_inset ERT
13253 status collapsed
13254
13255 \begin_layout Plain Layout
13256
13257
13258 \backslash
13259 fboxrule 0.4pt 
13260 \backslash
13261 fboxsep 3pt
13262 \end_layout
13263
13264 \end_inset
13265
13266
13267 \end_layout
13268
13269 \begin_layout Standard
13270 Diese Formel wurde mit folgendem Befehl erstellt:
13271 \begin_inset Newline newline
13272 \end_inset
13273
13274
13275 \series bold
13276
13277 \backslash
13278 fcolorbox{cyan
13279 \begin_inset Formula $\to$
13280 \end_inset
13281
13282
13283 \backslash
13284 {magenta
13285 \begin_inset Formula $\to$
13286 \end_inset
13287
13288
13289 \backslash
13290 {A=B
13291 \end_layout
13292
13293 \begin_layout Standard
13294 \begin_inset VSpace bigskip
13295 \end_inset
13296
13297 Um andere als die vordefinierten Farben zu verwenden, muss man diese zuerst
13298  selbst definieren.
13299 \end_layout
13300
13301 \begin_layout Standard
13302 Man kann z.
13303 \begin_inset space \thinspace{}
13304 \end_inset
13305
13306 B.
13307  mit folgender LaTeX-Vorspannzeile die Farbe 
13308 \begin_inset Quotes gld
13309 \end_inset
13310
13311
13312 \series bold
13313 dunkelgruen
13314 \series default
13315
13316 \begin_inset Quotes grd
13317 \end_inset
13318
13319
13320 \begin_inset Foot
13321 status collapsed
13322
13323 \begin_layout Plain Layout
13324 In Befehlen darf kein Umlaut stehen, siehe 
13325 \begin_inset CommandInset ref
13326 LatexCommand ref
13327 reference "sec:Benutzerdefinierte-Befehle"
13328
13329 \end_inset
13330
13331 .
13332 \end_layout
13333
13334 \end_inset
13335
13336  definieren:
13337 \end_layout
13338
13339 \begin_layout Standard
13340
13341 \series bold
13342
13343 \backslash
13344 definecolor{dunkelgruen}{cmyk}{0.5,
13345 \series default
13346  
13347 \series bold
13348 0,
13349 \series default
13350  
13351 \series bold
13352 1,
13353 \series default
13354  
13355 \series bold
13356 0.5}
13357 \series default
13358
13359 \begin_inset Index idx
13360 status collapsed
13361
13362 \begin_layout Plain Layout
13363 Befehle ! D ! 
13364 \backslash
13365 definecolor
13366 \end_layout
13367
13368 \end_inset
13369
13370
13371 \end_layout
13372
13373 \begin_layout Standard
13374
13375 \series bold
13376 cmyk
13377 \series default
13378  ist der Farbraum und steht für die Farben 
13379 \series bold
13380 cyan
13381 \series default
13382
13383 \series bold
13384 magenta
13385 \series default
13386
13387 \series bold
13388 yellow
13389 \series default
13390  und 
13391 \series bold
13392 black
13393 \series default
13394 .
13395  Die vier Zahlen geben der Reihe nach den Anteil der vier Farben an.
13396  Für den Anteil kann man Werte im Bereich 0
13397 \begin_inset space \thinspace{}
13398 \end_inset
13399
13400 -
13401 \begin_inset space \thinspace{}
13402 \end_inset
13403
13404 1 angeben.
13405  Anstelle von 
13406 \series bold
13407 cmyk
13408 \series default
13409  kann man zur Definition auch den Farbraum 
13410 \series bold
13411 rgb
13412 \series default
13413  verwenden.
13414  
13415 \series bold
13416 rgb
13417 \series default
13418  steht für 
13419 \series bold
13420 red
13421 \series default
13422
13423 \series bold
13424 green
13425 \series default
13426  und 
13427 \series bold
13428 blue
13429 \series default
13430 , so dass man dann mit drei Zahlen die Anteile dieser Farben festlegen kann.
13431  Des Weiteren gibt es noch den Farbraum 
13432 \series bold
13433 gray
13434 \series default
13435 , bei dem man mit einer Zahl den Graustufenanteil festlegen kann.
13436 \end_layout
13437
13438 \begin_layout Standard
13439 Als Beispiel eine gerahmte Box mit der neu definierten Farbe 
13440 \series bold
13441 darkgreen
13442 \series default
13443 , bei der die Zeichenfarbe 
13444 \series bold
13445 yellow
13446 \series default
13447  gewählt wurde:
13448 \begin_inset Formula 
13449 \begin{equation}
13450 \colorbox{dunkelgruen}{\color{yellow}\boxed{\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}}
13451 \end{equation}
13452
13453 \end_inset
13454
13455
13456 \end_layout
13457
13458 \begin_layout Standard
13459 Selbst definierte Farben können mit dem Befehl 
13460 \series bold
13461
13462 \backslash
13463 textcolor
13464 \series default
13465  auch für Text
13466 \begin_inset Index idx
13467 status collapsed
13468
13469 \begin_layout Plain Layout
13470 Text ! farbiger
13471 \end_layout
13472
13473 \end_inset
13474
13475  verwendet werden:
13476 \end_layout
13477
13478 \begin_layout Standard
13479 \begin_inset ERT
13480 status collapsed
13481
13482 \begin_layout Plain Layout
13483
13484
13485 \backslash
13486 textcolor{dunkelgruen}{
13487 \end_layout
13488
13489 \end_inset
13490
13491 Dieser Satz ist 
13492 \begin_inset Quotes gld
13493 \end_inset
13494
13495 dunkelgruen
13496 \begin_inset Quotes grd
13497 \end_inset
13498
13499 .
13500 \begin_inset ERT
13501 status collapsed
13502
13503 \begin_layout Plain Layout
13504
13505 }
13506 \end_layout
13507
13508 \end_inset
13509
13510
13511 \end_layout
13512
13513 \begin_layout Standard
13514
13515 \series bold
13516
13517 \backslash
13518 textcolor
13519 \series default
13520
13521 \begin_inset Index idx
13522 status collapsed
13523
13524 \begin_layout Plain Layout
13525 Befehle ! T ! 
13526 \backslash
13527 textcolor
13528 \end_layout
13529
13530 \end_inset
13531
13532  wird nach dem Schema 
13533 \series bold
13534
13535 \backslash
13536 textcolor{Farbe}{zu
13537 \series default
13538  
13539 \series bold
13540 färbende
13541 \series default
13542  
13543 \series bold
13544 Zeichen}
13545 \series default
13546  verwendet.
13547 \end_layout
13548
13549 \begin_layout Subsection
13550 Absatzboxen
13551 \begin_inset CommandInset label
13552 LatexCommand label
13553 name "sub:Absatzboxen"
13554
13555 \end_inset
13556
13557
13558 \begin_inset Index idx
13559 status collapsed
13560
13561 \begin_layout Plain Layout
13562 Boxen ! Absatz-
13563 \end_layout
13564
13565 \end_inset
13566
13567
13568 \end_layout
13569
13570 \begin_layout Standard
13571 Mit dem Menü 
13572 \family sans
13573 Einfügen\SpecialChar \menuseparator
13574 Box
13575 \family default
13576  oder dem Werkzeugleistenknopf 
13577 \begin_inset Graphics
13578         filename ../../images/box-insert.png
13579         scale 85
13580
13581 \end_inset
13582
13583  kann man eine Box erstellen, die mehrere Zeilen und Absätze enthalten kann,
13584  eine so genannte 
13585 \emph on
13586 Parbox
13587 \emph default
13588  (Absatzbox).
13589 \end_layout
13590
13591 \begin_layout Standard
13592 Das folgende Beispiel zeigt eine umrahmte Absatzbox in einer Zeile:
13593 \end_layout
13594
13595 \begin_layout Standard
13596 \begin_inset VSpace medskip
13597 \end_inset
13598
13599 Dies ist eine Zeile 
13600 \begin_inset Box Boxed
13601 position "c"
13602 hor_pos "c"
13603 has_inner_box 1
13604 inner_pos "t"
13605 use_parbox 1
13606 use_makebox 0
13607 width "5cm"
13608 special "none"
13609 height "1in"
13610 height_special "totalheight"
13611 status open
13612
13613 \begin_layout Plain Layout
13614 Dies ist die Absatzbox.
13615  Sie ist genau 5
13616 \begin_inset space \thinspace{}
13617 \end_inset
13618
13619 cm lang und kann auch Formeln enthalten: 
13620 \begin_inset Formula $\int A\,\mathrm{d}s=C$
13621 \end_inset
13622
13623
13624 \end_layout
13625
13626 \end_inset
13627
13628  mit einer Absatzbox.
13629 \begin_inset VSpace medskip
13630 \end_inset
13631
13632
13633 \end_layout
13634
13635 \begin_layout Standard
13636 Solch eine Box wird erstellt, indem man mit der rechten Maustaste auf die
13637  graue Box mit dem Namen 
13638 \begin_inset Quotes gld
13639 \end_inset
13640
13641 Box(Gerahmt)
13642 \begin_inset Quotes grd
13643 \end_inset
13644
13645  klickt.
13646  Es erscheint dann ein Fenster in dem man die Boxeigenschaften festlegt.
13647  In diesem Fall: 
13648 \emph on
13649 Verzierung
13650 \emph default
13651 : Rechteckige Box, 
13652 \emph on
13653 Innere Box
13654 \emph default
13655 : Parbox, 
13656 \emph on
13657 Breite
13658 \emph default
13659 : 5
13660 \begin_inset space \thinspace{}
13661 \end_inset
13662
13663 cm, 
13664 \emph on
13665 Vertikale Box Ausrichtung
13666 \emph default
13667 : Mitte
13668 \end_layout
13669
13670 \begin_layout Standard
13671 \begin_inset VSpace medskip
13672 \end_inset
13673
13674 In LaTeX wird eine Absatzbox mit dem Befehl 
13675 \series bold
13676
13677 \backslash
13678 parbox
13679 \series default
13680
13681 \begin_inset Index idx
13682 status collapsed
13683
13684 \begin_layout Plain Layout
13685 Befehle ! P ! 
13686 \backslash
13687 parbox
13688 \end_layout
13689
13690 \end_inset
13691
13692  erstellt, welcher folgendes Schema besitzt:
13693 \end_layout
13694
13695 \begin_layout Standard
13696
13697 \series bold
13698
13699 \backslash
13700 parbox[Position]{Breite}{Boxinhalt}
13701 \end_layout
13702
13703 \begin_layout Standard
13704 Die Positionen 
13705 \emph on
13706 b
13707 \emph default
13708  und 
13709 \emph on
13710 t
13711 \emph default
13712  sind möglich.
13713  
13714 \emph on
13715 b
13716 \emph default
13717  steht für 
13718 \begin_inset Quotes gld
13719 \end_inset
13720
13721 bottom
13722 \begin_inset Quotes grd
13723 \end_inset
13724
13725  (unten) und bedeutet, dass die letzte Absatzzeile in den umstehenden Text
13726  eingepasst wird.
13727  Bei 
13728 \emph on
13729 t
13730 \emph default
13731  wie 
13732 \begin_inset Quotes gld
13733 \end_inset
13734
13735 top
13736 \begin_inset Quotes grd
13737 \end_inset
13738
13739  (oben) geschieht dies für die erste Zeile.
13740  Wird keine Position angegeben, wird der Absatz in mittlerer Höhe eingepasst,
13741  siehe das Kapitel 
13742 \emph on
13743 Boxen
13744 \emph default
13745  des Handbuchs
13746 \emph on
13747  Eingebettete
13748 \begin_inset space ~
13749 \end_inset
13750
13751 Objekte
13752 \emph default
13753  für Beispiele.
13754 \end_layout
13755
13756 \begin_layout Standard
13757 \begin_inset VSpace bigskip
13758 \end_inset
13759
13760 Möchte man Formeln komplett mit Formelnummer umranden, muss man die Formel
13761  in eine Absatzbox setzen.
13762  Dazu schreibt man im TeX-Modus vor die Formel den Befehl 
13763 \series bold
13764
13765 \backslash
13766 fbox{
13767 \backslash
13768 parbox{
13769 \backslash
13770 linewidth-2
13771 \backslash
13772 fboxsep-2
13773 \backslash
13774 fboxrule}{
13775 \series default
13776 .
13777  Hierbei steht 
13778 \series bold
13779
13780 \backslash
13781 linewidth
13782 \series default
13783
13784 \begin_inset Index idx
13785 status collapsed
13786
13787 \begin_layout Plain Layout
13788 Befehle ! L ! 
13789 \backslash
13790 linewidth
13791 \end_layout
13792
13793 \end_inset
13794
13795  für die im Dokument eingestellte Zeilenbreite.
13796  Da sich der Rahmen außerhalb der Absatzbox befindet, muss man von der Zeilenbre
13797 ite zweimal die Rahmendicke und den Rahmenabstand abziehen.
13798  Da dies LyX aufgrund eines Fehlers
13799 \begin_inset Foot
13800 status collapsed
13801
13802 \begin_layout Plain Layout
13803 \begin_inset CommandInset href
13804 LatexCommand href
13805 name "LyX-Fehler #4483"
13806 target "http://www.lyx.org/trac/ticket/4483"
13807
13808 \end_inset
13809
13810
13811 \end_layout
13812
13813 \end_inset
13814
13815  nicht automatisch macht, muss der TeX-Modus verwendet werden.
13816  Damit man in Argumenten multiplizieren und subtrahieren kann, muss im LaTeX-Vor
13817 spann das LaTeX-Paket 
13818 \series bold
13819 calc
13820 \series default
13821
13822 \begin_inset Foot
13823 status collapsed
13824
13825 \begin_layout Plain Layout
13826
13827 \series bold
13828 calc
13829 \series default
13830  ist Teil jeder LaTeX-Standardinstallation.
13831 \end_layout
13832
13833 \end_inset
13834
13835
13836 \begin_inset Index idx
13837 status collapsed
13838
13839 \begin_layout Plain Layout
13840 Pakete ! calc
13841 \end_layout
13842
13843 \end_inset
13844
13845  mit der Zeile
13846 \end_layout
13847
13848 \begin_layout Standard
13849
13850 \series bold
13851
13852 \backslash
13853 usepackage{calc}
13854 \end_layout
13855
13856 \begin_layout Standard
13857 geladen werden.
13858  Nach der Formel werden beide Boxen geschlossen, indem man 
13859 \series bold
13860 }}
13861 \series default
13862  im TeX-Modus eingibt.
13863  Dazu ein Beispiel:
13864 \begin_inset ERT
13865 status collapsed
13866
13867 \begin_layout Plain Layout
13868
13869
13870 \backslash
13871 fboxsep 5mm 
13872 \backslash
13873 fboxrule 5mm
13874 \end_layout
13875
13876 \end_inset
13877
13878
13879 \end_layout
13880
13881 \begin_layout Standard
13882 \begin_inset ERT
13883 status collapsed
13884
13885 \begin_layout Plain Layout
13886
13887
13888 \backslash
13889 fbox{
13890 \backslash
13891 parbox{
13892 \backslash
13893 linewidth-2
13894 \backslash
13895 fboxsep-2
13896 \backslash
13897 fboxrule}{
13898 \end_layout
13899
13900 \end_inset
13901
13902
13903 \begin_inset Formula 
13904 \begin{equation}
13905 \int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}
13906 \end{equation}
13907
13908 \end_inset
13909
13910
13911 \begin_inset ERT
13912 status collapsed
13913
13914 \begin_layout Plain Layout
13915
13916 }}
13917 \end_layout
13918
13919 \end_inset
13920
13921
13922 \begin_inset ERT
13923 status collapsed
13924
13925 \begin_layout Plain Layout
13926
13927
13928 \backslash
13929 fboxrule 0.4pt 
13930 \backslash
13931 fboxsep 3pt
13932 \end_layout
13933
13934 \end_inset
13935
13936
13937 \end_layout
13938
13939 \begin_layout Standard
13940 \begin_inset VSpace medskip
13941 \end_inset
13942
13943 Da im Argument von 
13944 \series bold
13945
13946 \backslash
13947 fbox
13948 \series default
13949  eine Absatzbox verwendet wird, gibt es in diesem Fall bei der Formelgröße
13950  keinen Unterschied zwischen 
13951 \series bold
13952
13953 \backslash
13954 fbox
13955 \series default
13956  und 
13957 \series bold
13958
13959 \backslash
13960 boxed
13961 \series default
13962 .
13963 \end_layout
13964
13965 \begin_layout Standard
13966 \begin_inset VSpace bigskip
13967 \end_inset
13968
13969 Sehr nützlich sind Absatzboxen, wenn man Formeln direkt kommentieren möchte.
13970  Dazu verwendet man 
13971 \series bold
13972
13973 \backslash
13974 parbox
13975 \series default
13976  in Verbindung mit dem Befehl 
13977 \series bold
13978
13979 \backslash
13980 tag
13981 \series default
13982 .
13983  (mehr zu 
13984 \series bold
13985
13986 \backslash
13987 tag
13988 \series default
13989  siehe 
13990 \begin_inset CommandInset ref
13991 LatexCommand ref
13992 reference "sub:Benutzerdefinierte-Nummerierung"
13993
13994 \end_inset
13995
13996 )
13997 \end_layout
13998
13999 \begin_layout Standard
14000 Ein Beispiel einer mit Hilfe von 
14001 \series bold
14002
14003 \backslash
14004 parbox
14005 \series default
14006  kommentierten Formel:
14007 \end_layout
14008
14009 \begin_layout Standard
14010 \begin_inset ERT
14011 status collapsed
14012
14013 \begin_layout Plain Layout
14014
14015
14016 \backslash
14017 [5x-7b=3b
14018 \backslash
14019 tag*{
14020 \backslash
14021 parbox{5cm}{
14022 \end_layout
14023
14024 \end_inset
14025
14026 Dies ist eine Beschreibung.
14027  Sie ist deutlich von der Formel getrennt und mehrzeilig.
14028 \begin_inset ERT
14029 status collapsed
14030
14031 \begin_layout Plain Layout
14032
14033 }}
14034 \backslash
14035 ]
14036 \end_layout
14037
14038 \end_inset
14039
14040
14041 \end_layout
14042
14043 \begin_layout Standard
14044 So eine Formel muss komplett im TeX-Modus eingegeben werden, da LyX den
14045  Befehl 
14046 \series bold
14047
14048 \backslash
14049 parbox
14050 \series default
14051  in Formeln noch nicht unterstützt.
14052  Die Formel wird mit folgender Befehlssequenz erstellt:
14053 \end_layout
14054
14055 \begin_layout Standard
14056 Der Befehl 
14057 \series bold
14058
14059 \backslash
14060 [5x-7b=3b
14061 \backslash
14062 tag*
14063 \backslash
14064 {
14065 \backslash
14066 parbox{5cm}{
14067 \series default
14068  wird im TeX-Modus eingegeben.
14069 \begin_inset Foot
14070 status collapsed
14071
14072 \begin_layout Plain Layout
14073 Ist der Formelstil 
14074 \series bold
14075 Eingerückt
14076 \series default
14077  aktiviert, kann 
14078 \series bold
14079
14080 \backslash
14081 tag*
14082 \backslash
14083 {
14084 \series default
14085  auch durch 
14086 \series bold
14087
14088 \backslash
14089 hfill
14090 \series default
14091  ersetzt werden.
14092  (Formelstile siehe 
14093 \begin_inset CommandInset ref
14094 LatexCommand ref
14095 reference "sec:Formelstile"
14096
14097 \end_inset
14098
14099 )
14100 \end_layout
14101
14102 \end_inset
14103
14104  Dann folgt die Beschreibung als normaler Text und zuletzt gibt man 
14105 \series bold
14106 }}
14107 \backslash
14108 ]
14109 \series default
14110  im TeX-Modus ein.
14111  Die Befehle 
14112 \series bold
14113
14114 \backslash
14115 [
14116 \series default
14117  und 
14118 \series bold
14119
14120 \backslash
14121 ]
14122 \series default
14123  erstellen hierbei eine abgesetzte Formel.
14124 \end_layout
14125
14126 \begin_layout Standard
14127 Die Vorteile von 
14128 \series bold
14129
14130 \backslash
14131 parbox
14132 \series default
14133  erkennt man an folgendem Beispiel, in dem mit Hilfe des mathematischen
14134  Textmodus 
14135 \begin_inset Quotes gld
14136 \end_inset
14137
14138 kommentiert
14139 \begin_inset Quotes grd
14140 \end_inset
14141
14142  wurde:
14143 \begin_inset Formula 
14144 \[
14145 5x-7b=3b\textrm{Dies ist eine Beschreibung. Sie ist nicht von der Formel getrennt ...}
14146 \]
14147
14148 \end_inset
14149
14150
14151 \end_layout
14152
14153 \begin_layout Standard
14154 \begin_inset Newpage newpage
14155 \end_inset
14156
14157
14158 \end_layout
14159
14160 \begin_layout Section
14161 Operatoren
14162 \begin_inset Index idx
14163 status collapsed
14164
14165 \begin_layout Plain Layout
14166 Operatoren
14167 \end_layout
14168
14169 \end_inset
14170
14171
14172 \end_layout
14173
14174 \begin_layout Subsection
14175 Große Operatoren
14176 \begin_inset CommandInset label
14177 LatexCommand label
14178 name "sub:Große-Operatoren"
14179
14180 \end_inset
14181
14182
14183 \begin_inset Index idx
14184 status collapsed
14185
14186 \begin_layout Plain Layout
14187 Operatoren ! große
14188 \end_layout
14189
14190 \end_inset
14191
14192
14193 \begin_inset Index idx
14194 status collapsed
14195
14196 \begin_layout Plain Layout
14197 Summen
14198 \end_layout
14199
14200 \end_inset
14201
14202
14203 \begin_inset Index idx
14204 status collapsed
14205
14206 \begin_layout Plain Layout
14207 Integrale
14208 \end_layout
14209
14210 \end_inset
14211
14212
14213 \end_layout
14214
14215 \begin_layout Standard
14216 Um alle großen Integraloperatoren nutzen zu können, die im Folgenden aufgelistet
14217  sind, muss die Option 
14218 \family sans
14219 esint-Paket automatisch verwenden
14220 \family default
14221  in den Dokumenteinstellungen unter 
14222 \family sans
14223 Mathe-Optionen
14224 \family default
14225  gewählt sein.
14226 \end_layout
14227
14228 \begin_layout Standard
14229 \begin_inset space \hfill{}
14230 \end_inset
14231
14232
14233 \begin_inset Tabular
14234 <lyxtabular version="3" rows="11" columns="2">
14235 <features rotate="0" tabularvalignment="middle">
14236 <column alignment="center" valignment="top" width="0pt">
14237 <column alignment="center" valignment="top" width="0pt">
14238 <row>
14239 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14240 \begin_inset Text
14241
14242 \begin_layout Plain Layout
14243 Befehl
14244 \end_layout
14245
14246 \end_inset
14247 </cell>
14248 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14249 \begin_inset Text
14250
14251 \begin_layout Plain Layout
14252 Ergebnis
14253 \end_layout
14254
14255 \end_inset
14256 </cell>
14257 </row>
14258 <row>
14259 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14260 \begin_inset Text
14261
14262 \begin_layout Plain Layout
14263
14264 \backslash
14265 int
14266 \begin_inset Index idx
14267 status collapsed
14268
14269 \begin_layout Plain Layout
14270 Befehle ! I ! 
14271 \backslash
14272 int
14273 \end_layout
14274
14275 \end_inset
14276
14277
14278 \end_layout
14279
14280 \end_inset
14281 </cell>
14282 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14283 \begin_inset Text
14284
14285 \begin_layout Plain Layout
14286 \begin_inset Formula $\int$
14287 \end_inset
14288
14289
14290 \end_layout
14291
14292 \end_inset
14293 </cell>
14294 </row>
14295 <row>
14296 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14297 \begin_inset Text
14298
14299 \begin_layout Plain Layout
14300
14301 \backslash
14302 oint
14303 \end_layout
14304
14305 \end_inset
14306 </cell>
14307 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14308 \begin_inset Text
14309
14310 \begin_layout Plain Layout
14311 \begin_inset Formula $\oint$
14312 \end_inset
14313
14314
14315 \end_layout
14316
14317 \end_inset
14318 </cell>
14319 </row>
14320 <row>
14321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14322 \begin_inset Text
14323
14324 \begin_layout Plain Layout
14325
14326 \backslash
14327 ointctrclockwise
14328 \end_layout
14329
14330 \end_inset
14331 </cell>
14332 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14333 \begin_inset Text
14334
14335 \begin_layout Plain Layout
14336 \begin_inset Formula $\ointctrclockwise$
14337 \end_inset
14338
14339
14340 \end_layout
14341
14342 \end_inset
14343 </cell>
14344 </row>
14345 <row>
14346 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14347 \begin_inset Text
14348
14349 \begin_layout Plain Layout
14350
14351 \backslash
14352 ointclockwise
14353 \end_layout
14354
14355 \end_inset
14356 </cell>
14357 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14358 \begin_inset Text
14359
14360 \begin_layout Plain Layout
14361 \begin_inset Formula $\ointclockwise$
14362 \end_inset
14363
14364
14365 \end_layout
14366
14367 \end_inset
14368 </cell>
14369 </row>
14370 <row>
14371 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14372 \begin_inset Text
14373
14374 \begin_layout Plain Layout
14375
14376 \backslash
14377 sqint
14378 \end_layout
14379
14380 \end_inset
14381 </cell>
14382 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14383 \begin_inset Text
14384
14385 \begin_layout Plain Layout
14386 \begin_inset Formula $\sqint$
14387 \end_inset
14388
14389
14390 \end_layout
14391
14392 \end_inset
14393 </cell>
14394 </row>
14395 <row>
14396 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14397 \begin_inset Text
14398
14399 \begin_layout Plain Layout
14400
14401 \backslash
14402 fint
14403 \end_layout
14404
14405 \end_inset
14406 </cell>
14407 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14408 \begin_inset Text
14409
14410 \begin_layout Plain Layout
14411  
14412 \begin_inset Formula $\fint$
14413 \end_inset
14414
14415
14416 \end_layout
14417
14418 \end_inset
14419 </cell>
14420 </row>
14421 <row>
14422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14423 \begin_inset Text
14424
14425 \begin_layout Plain Layout
14426
14427 \backslash
14428 landupint
14429 \end_layout
14430
14431 \end_inset
14432 </cell>
14433 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14434 \begin_inset Text
14435
14436 \begin_layout Plain Layout
14437  
14438 \begin_inset Formula $\landupint$
14439 \end_inset
14440
14441
14442 \end_layout
14443
14444 \end_inset
14445 </cell>
14446 </row>
14447 <row>
14448 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14449 \begin_inset Text
14450
14451 \begin_layout Plain Layout
14452
14453 \backslash
14454 landdownint
14455 \end_layout
14456
14457 \end_inset
14458 </cell>
14459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14460 \begin_inset Text
14461
14462 \begin_layout Plain Layout
14463  
14464 \begin_inset Formula $\landdownint$
14465 \end_inset
14466
14467
14468 \end_layout
14469
14470 \end_inset
14471 </cell>
14472 </row>
14473 <row>
14474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14475 \begin_inset Text
14476
14477 \begin_layout Plain Layout
14478
14479 \backslash
14480 bigcap
14481 \end_layout
14482
14483 \end_inset
14484 </cell>
14485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14486 \begin_inset Text
14487
14488 \begin_layout Plain Layout
14489 \begin_inset Formula $\bigcap$
14490 \end_inset
14491
14492
14493 \end_layout
14494
14495 \end_inset
14496 </cell>
14497 </row>
14498 <row>
14499 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14500 \begin_inset Text
14501
14502 \begin_layout Plain Layout
14503
14504 \backslash
14505 bigcup
14506 \end_layout
14507
14508 \end_inset
14509 </cell>
14510 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14511 \begin_inset Text
14512
14513 \begin_layout Plain Layout
14514 \begin_inset Formula $\bigcup$
14515 \end_inset
14516
14517
14518 \end_layout
14519
14520 \end_inset
14521 </cell>
14522 </row>
14523 </lyxtabular>
14524
14525 \end_inset
14526
14527
14528 \begin_inset space \hfill{}
14529 \end_inset
14530
14531
14532 \begin_inset Tabular
14533 <lyxtabular version="3" rows="11" columns="2">
14534 <features rotate="0" tabularvalignment="middle">
14535 <column alignment="center" valignment="top" width="0pt">
14536 <column alignment="center" valignment="top" width="0pt">
14537 <row>
14538 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14539 \begin_inset Text
14540
14541 \begin_layout Plain Layout
14542 Befehl
14543 \end_layout
14544
14545 \end_inset
14546 </cell>
14547 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14548 \begin_inset Text
14549
14550 \begin_layout Plain Layout
14551 Ergebnis
14552 \end_layout
14553
14554 \end_inset
14555 </cell>
14556 </row>
14557 <row>
14558 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14559 \begin_inset Text
14560
14561 \begin_layout Plain Layout
14562
14563 \backslash
14564 sum
14565 \begin_inset Index idx
14566 status collapsed
14567
14568 \begin_layout Plain Layout
14569 Befehle ! S ! 
14570 \backslash
14571 sum
14572 \end_layout
14573
14574 \end_inset
14575
14576
14577 \end_layout
14578
14579 \end_inset
14580 </cell>
14581 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14582 \begin_inset Text
14583
14584 \begin_layout Plain Layout
14585 \begin_inset Formula $\sum$
14586 \end_inset
14587
14588
14589 \end_layout
14590
14591 \end_inset
14592 </cell>
14593 </row>
14594 <row>
14595 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14596 \begin_inset Text
14597
14598 \begin_layout Plain Layout
14599
14600 \backslash
14601 prod
14602 \begin_inset Index idx
14603 status collapsed
14604
14605 \begin_layout Plain Layout
14606 Befehle ! P ! 
14607 \backslash
14608 prod
14609 \end_layout
14610
14611 \end_inset
14612
14613
14614 \end_layout
14615
14616 \end_inset
14617 </cell>
14618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14619 \begin_inset Text
14620
14621 \begin_layout Plain Layout
14622 \begin_inset Formula $\prod$
14623 \end_inset
14624
14625
14626 \end_layout
14627
14628 \end_inset
14629 </cell>
14630 </row>
14631 <row>
14632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14633 \begin_inset Text
14634
14635 \begin_layout Plain Layout
14636
14637 \backslash
14638 coprod
14639 \end_layout
14640
14641 \end_inset
14642 </cell>
14643 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14644 \begin_inset Text
14645
14646 \begin_layout Plain Layout
14647 \begin_inset Formula $\coprod$
14648 \end_inset
14649
14650
14651 \end_layout
14652
14653 \end_inset
14654 </cell>
14655 </row>
14656 <row>
14657 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14658 \begin_inset Text
14659
14660 \begin_layout Plain Layout
14661
14662 \backslash
14663 bigodot
14664 \end_layout
14665
14666 \end_inset
14667 </cell>
14668 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14669 \begin_inset Text
14670
14671 \begin_layout Plain Layout
14672 \begin_inset Formula $\bigodot$
14673 \end_inset
14674
14675
14676 \end_layout
14677
14678 \end_inset
14679 </cell>
14680 </row>
14681 <row>
14682 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14683 \begin_inset Text
14684
14685 \begin_layout Plain Layout
14686
14687 \backslash
14688 bigotimes
14689 \end_layout
14690
14691 \end_inset
14692 </cell>
14693 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14694 \begin_inset Text
14695
14696 \begin_layout Plain Layout
14697 \begin_inset Formula $\bigotimes$
14698 \end_inset
14699
14700
14701 \end_layout
14702
14703 \end_inset
14704 </cell>
14705 </row>
14706 <row>
14707 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14708 \begin_inset Text
14709
14710 \begin_layout Plain Layout
14711
14712 \backslash
14713 bigoplus
14714 \end_layout
14715
14716 \end_inset
14717 </cell>
14718 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14719 \begin_inset Text
14720
14721 \begin_layout Plain Layout
14722 \begin_inset Formula $\bigoplus$
14723 \end_inset
14724
14725
14726 \end_layout
14727
14728 \end_inset
14729 </cell>
14730 </row>
14731 <row>
14732 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14733 \begin_inset Text
14734
14735 \begin_layout Plain Layout
14736
14737 \backslash
14738 bigwedge
14739 \end_layout
14740
14741 \end_inset
14742 </cell>
14743 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14744 \begin_inset Text
14745
14746 \begin_layout Plain Layout
14747 \begin_inset Formula $\bigwedge$
14748 \end_inset
14749
14750
14751 \end_layout
14752
14753 \end_inset
14754 </cell>
14755 </row>
14756 <row>
14757 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14758 \begin_inset Text
14759
14760 \begin_layout Plain Layout
14761
14762 \backslash
14763 bigvee
14764 \end_layout
14765
14766 \end_inset
14767 </cell>
14768 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14769 \begin_inset Text
14770
14771 \begin_layout Plain Layout
14772 \begin_inset Formula $\bigvee$
14773 \end_inset
14774
14775
14776 \end_layout
14777
14778 \end_inset
14779 </cell>
14780 </row>
14781 <row>
14782 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
14783 \begin_inset Text
14784
14785 \begin_layout Plain Layout
14786
14787 \backslash
14788 bigsqcup
14789 \end_layout
14790
14791 \end_inset
14792 </cell>
14793 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
14794 \begin_inset Text
14795
14796 \begin_layout Plain Layout
14797 \begin_inset Formula $\bigsqcup$
14798 \end_inset
14799
14800
14801 \end_layout
14802
14803 \end_inset
14804 </cell>
14805 </row>
14806 <row>
14807 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14808 \begin_inset Text
14809
14810 \begin_layout Plain Layout
14811
14812 \backslash
14813 biguplus
14814 \end_layout
14815
14816 \end_inset
14817 </cell>
14818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
14819 \begin_inset Text
14820
14821 \begin_layout Plain Layout
14822 \begin_inset Formula $\biguplus$
14823 \end_inset
14824
14825
14826 \end_layout
14827
14828 \end_inset
14829 </cell>
14830 </row>
14831 </lyxtabular>
14832
14833 \end_inset
14834
14835
14836 \begin_inset space \hfill{}
14837 \end_inset
14838
14839
14840 \end_layout
14841
14842 \begin_layout Standard
14843 Alle großen Operatoren können auch über den Mathe-Werkzeugleistenknopf 
14844 \begin_inset Graphics
14845         filename ../../images/math/intop.png
14846         scale 85
14847
14848 \end_inset
14849
14850  eingefügt werden.
14851 \end_layout
14852
14853 \begin_layout Standard
14854 Die Operatoren werden als groß bezeichnet, da sie größer sind als die zum
14855  Teil gleich aussehenden binären Operatoren.
14856  Zu allen großen Operatoren kann man Grenzen angeben, wie im nächsten Abschnitt
14857  beschrieben.
14858 \end_layout
14859
14860 \begin_layout Standard
14861 Für alle Integrale gibt es Befehle, die auf 
14862 \series bold
14863 op
14864 \series default
14865  enden: 
14866 \series bold
14867
14868 \backslash
14869 intop
14870 \series default
14871
14872 \series bold
14873
14874 \backslash
14875 ointop
14876 \series default
14877  usw..
14878  Diese unterscheiden sich von 
14879 \series bold
14880
14881 \backslash
14882 int
14883 \series default
14884  usw.
14885 \begin_inset space \space{}
14886 \end_inset
14887
14888 in der Art wie die Operatorgrenzen dargestellt werden, siehe 
14889 \begin_inset CommandInset ref
14890 LatexCommand ref
14891 reference "sub:Operatorgrenzen"
14892
14893 \end_inset
14894
14895 .
14896  
14897 \end_layout
14898
14899 \begin_layout Subsubsection*
14900 Hinweise zu Integralen
14901 \end_layout
14902
14903 \begin_layout Standard
14904 Der Buchstabe 
14905 \emph on
14906 d
14907 \emph default
14908  in einer Integralen ist ein Operator, der deswegen aufrecht erscheinen
14909  muss.
14910  Dazu markiert man das 
14911 \emph on
14912 d
14913 \emph default
14914  und wandelt es mit der Tastenkombination 
14915 \family sans
14916 Alt+Z
14917 \begin_inset space ~
14918 \end_inset
14919
14920 R
14921 \family default
14922
14923 \begin_inset Foot
14924 status collapsed
14925
14926 \begin_layout Plain Layout
14927 Schriftstile siehe 
14928 \begin_inset CommandInset ref
14929 LatexCommand ref
14930 reference "sub:Schriftstile"
14931
14932 \end_inset
14933
14934
14935 \end_layout
14936
14937 \end_inset
14938
14939  um.
14940  Anschließend fügt man vor dem 
14941 \emph on
14942 d
14943 \emph default
14944 , wie bei Operatoren üblich, den kleinsten Leerraum ein.
14945  Dazu ein Beispiel:
14946 \end_layout
14947
14948 \begin_layout Standard
14949 inkorrekt: 
14950 \begin_inset Formula $\int A(x)dx$
14951 \end_inset
14952
14953
14954 \begin_inset Newline newline
14955 \end_inset
14956
14957
14958 \begin_inset Phantom HPhantom
14959 status open
14960
14961 \begin_layout Plain Layout
14962 in
14963 \end_layout
14964
14965 \end_inset
14966
14967 korrekt: 
14968 \begin_inset Formula $\int A(x)\,\mathrm{d}x$
14969 \end_inset
14970
14971
14972 \end_layout
14973
14974 \begin_layout Standard
14975 \begin_inset VSpace medskip
14976 \end_inset
14977
14978 Für Mehrfachintegrale gibt es folgende Befehle:
14979 \begin_inset VSpace medskip
14980 \end_inset
14981
14982
14983 \end_layout
14984
14985 \begin_layout Standard
14986 \begin_inset space \hfill{}
14987 \end_inset
14988
14989
14990 \begin_inset Tabular
14991 <lyxtabular version="3" rows="4" columns="2">
14992 <features rotate="0" tabularvalignment="middle">
14993 <column alignment="center" valignment="top">
14994 <column alignment="center" valignment="top">
14995 <row>
14996 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
14997 \begin_inset Text
14998
14999 \begin_layout Plain Layout
15000 Befehl
15001 \end_layout
15002
15003 \end_inset
15004 </cell>
15005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15006 \begin_inset Text
15007
15008 \begin_layout Plain Layout
15009 Ergebnis
15010 \begin_inset Note Note
15011 status collapsed
15012
15013 \begin_layout Plain Layout
15014
15015 \series bold
15016
15017 \backslash
15018 raisebox
15019 \series default
15020  dient nur als Abstandhalter.
15021 \end_layout
15022
15023 \end_inset
15024
15025
15026 \end_layout
15027
15028 \end_inset
15029 </cell>
15030 </row>
15031 <row>
15032 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15033 \begin_inset Text
15034
15035 \begin_layout Plain Layout
15036
15037 \backslash
15038 iint
15039 \end_layout
15040
15041 \end_inset
15042 </cell>
15043 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15044 \begin_inset Text
15045
15046 \begin_layout Plain Layout
15047 \begin_inset Formula $\raisebox{4.5mm}{}\iint\raisebox{-2.5mm}{}$
15048 \end_inset
15049
15050
15051 \end_layout
15052
15053 \end_inset
15054 </cell>
15055 </row>
15056 <row>
15057 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15058 \begin_inset Text
15059
15060 \begin_layout Plain Layout
15061
15062 \backslash
15063 oiint
15064 \end_layout
15065
15066 \end_inset
15067 </cell>
15068 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15069 \begin_inset Text
15070
15071 \begin_layout Plain Layout
15072 \begin_inset Formula $\raisebox{4.5mm}{}\oiint\raisebox{-2.5mm}{}$
15073 \end_inset
15074
15075
15076 \end_layout
15077
15078 \end_inset
15079 </cell>
15080 </row>
15081 <row>
15082 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15083 \begin_inset Text
15084
15085 \begin_layout Plain Layout
15086
15087 \backslash
15088 sqiint
15089 \end_layout
15090
15091 \end_inset
15092 </cell>
15093 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15094 \begin_inset Text
15095
15096 \begin_layout Plain Layout
15097 \begin_inset Formula $\raisebox{4.5mm}{}\sqiint\raisebox{-2.5mm}{}$
15098 \end_inset
15099
15100
15101 \end_layout
15102
15103 \end_inset
15104 </cell>
15105 </row>
15106 </lyxtabular>
15107
15108 \end_inset
15109
15110
15111 \begin_inset space \hfill{}
15112 \end_inset
15113
15114
15115 \begin_inset Tabular
15116 <lyxtabular version="3" rows="4" columns="2">
15117 <features rotate="0" tabularvalignment="middle">
15118 <column alignment="center" valignment="top">
15119 <column alignment="center" valignment="top">
15120 <row>
15121 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15122 \begin_inset Text
15123
15124 \begin_layout Plain Layout
15125 Befehl
15126 \end_layout
15127
15128 \end_inset
15129 </cell>
15130 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15131 \begin_inset Text
15132
15133 \begin_layout Plain Layout
15134 Ergebnis
15135 \end_layout
15136
15137 \end_inset
15138 </cell>
15139 </row>
15140 <row>
15141 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15142 \begin_inset Text
15143
15144 \begin_layout Plain Layout
15145
15146 \backslash
15147 iiint
15148 \end_layout
15149
15150 \end_inset
15151 </cell>
15152 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15153 \begin_inset Text
15154
15155 \begin_layout Plain Layout
15156 \begin_inset Formula $\raisebox{4.5mm}{}\iiint\raisebox{-2.5mm}{}$
15157 \end_inset
15158
15159
15160 \end_layout
15161
15162 \end_inset
15163 </cell>
15164 </row>
15165 <row>
15166 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
15167 \begin_inset Text
15168
15169 \begin_layout Plain Layout
15170
15171 \backslash
15172 iiiint
15173 \end_layout
15174
15175 \end_inset
15176 </cell>
15177 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
15178 \begin_inset Text
15179
15180 \begin_layout Plain Layout
15181 \begin_inset Formula $\raisebox{4.5mm}{}\iiiint\raisebox{-2.5mm}{}$
15182 \end_inset
15183
15184
15185 \end_layout
15186
15187 \end_inset
15188 </cell>
15189 </row>
15190 <row>
15191 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15192 \begin_inset Text
15193
15194 \begin_layout Plain Layout
15195
15196 \backslash
15197 dotsint
15198 \end_layout
15199
15200 \end_inset
15201 </cell>
15202 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15203 \begin_inset Text
15204
15205 \begin_layout Plain Layout
15206 \begin_inset Formula $\raisebox{4.5mm}{}\dotsint\raisebox{-2.5mm}{}$
15207 \end_inset
15208
15209
15210 \end_layout
15211
15212 \end_inset
15213 </cell>
15214 </row>
15215 </lyxtabular>
15216
15217 \end_inset
15218
15219
15220 \begin_inset space \hfill{}
15221 \end_inset
15222
15223
15224 \end_layout
15225
15226 \begin_layout Subsection
15227 Operatorgrenzen
15228 \begin_inset CommandInset label
15229 LatexCommand label
15230 name "sub:Operatorgrenzen"
15231
15232 \end_inset
15233
15234
15235 \begin_inset Index idx
15236 status collapsed
15237
15238 \begin_layout Plain Layout
15239 Operatoren ! Grenzen
15240 \end_layout
15241
15242 \end_inset
15243
15244
15245 \end_layout
15246
15247 \begin_layout Standard
15248 Grenzen werden durch Hoch- bzw.
15249 \begin_inset space \space{}
15250 \end_inset
15251
15252 Tiefstellen erzeugt:
15253 \end_layout
15254
15255 \begin_layout Standard
15256 \align center
15257 \begin_inset Tabular
15258 <lyxtabular version="3" rows="2" columns="2">
15259 <features rotate="0" tabularvalignment="middle">
15260 <column alignment="center" valignment="top" width="0pt">
15261 <column alignment="center" valignment="top" width="0pt">
15262 <row>
15263 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15264 \begin_inset Text
15265
15266 \begin_layout Plain Layout
15267 Befehl
15268 \end_layout
15269
15270 \end_inset
15271 </cell>
15272 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15273 \begin_inset Text
15274
15275 \begin_layout Plain Layout
15276 Ergebnis
15277 \begin_inset Note Note
15278 status collapsed
15279
15280 \begin_layout Plain Layout
15281
15282 \series bold
15283
15284 \backslash
15285 raisebox
15286 \series default
15287  dient nur als Abstandhalter.
15288 \end_layout
15289
15290 \end_inset
15291
15292
15293 \end_layout
15294
15295 \end_inset
15296 </cell>
15297 </row>
15298 <row>
15299 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15300 \begin_inset Text
15301
15302 \begin_layout Plain Layout
15303
15304 \backslash
15305 prod^
15306 \backslash
15307 infty
15308 \begin_inset space \textvisiblespace{}
15309 \end_inset
15310
15311
15312 \begin_inset Formula $\to$
15313 \end_inset
15314
15315 _0
15316 \begin_inset Formula $\to$
15317 \end_inset
15318
15319 A(x)
15320 \end_layout
15321
15322 \end_inset
15323 </cell>
15324 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
15325 \begin_inset Text
15326
15327 \begin_layout Plain Layout
15328 \begin_inset Formula $\raisebox{5mm}{}\prod_{0}^{\infty}A(x)\raisebox{-2.5mm}{}$
15329 \end_inset
15330
15331
15332 \end_layout
15333
15334 \end_inset
15335 </cell>
15336 </row>
15337 </lyxtabular>
15338
15339 \end_inset
15340
15341
15342 \end_layout
15343
15344 \begin_layout Standard
15345 Bei einer Formel in einer Textzeile werden die Grenzen rechts neben den
15346  Operator gesetzt.
15347  In einer abgesetzten Formel werden, außer bei Integralen, die Grenzen über
15348  bzw.
15349 \begin_inset space \space{}
15350 \end_inset
15351
15352 unter den Operator gesetzt.
15353 \end_layout
15354
15355 \begin_layout Standard
15356 Um zu erzwingen, dass die Grenzen neben den Operator gesetzt werden, setzt
15357  man den Cursor direkt hinter den Operator und setzt über das Menü 
15358 \family sans
15359 Bearbeiten\SpecialChar \menuseparator
15360 Mathe\SpecialChar \menuseparator
15361 Art der Operatorgrenzen ändern
15362 \family default
15363  die Grenzen auf 
15364 \series bold
15365 Eingebettet
15366 \series default
15367  (Tastenkombination 
15368 \family sans
15369 Alt+M
15370 \begin_inset space ~
15371 \end_inset
15372
15373 L
15374 \family default
15375 ).
15376  Dazu folgendes Beispiel:
15377 \end_layout
15378
15379 \begin_layout Standard
15380 Die normalen Grenzen sehen so aus:
15381 \begin_inset Formula 
15382 \[
15383 \sum_{x=0}^{\infty}\frac{1}{x^{2}}
15384 \]
15385
15386 \end_inset
15387
15388 So sieht die Formel aus, wenn man die Grenzen neben das Summenzeichen setzt:
15389 \begin_inset Formula 
15390 \[
15391 \sum\nolimits _{x=0}^{\infty}\frac{1}{x^{2}}
15392 \]
15393
15394 \end_inset
15395
15396 Bei Integralen werden mit Ausnahme von denen, die auf 
15397 \series bold
15398 op
15399 \series default
15400  enden (
15401 \series bold
15402
15403 \backslash
15404 intop
15405 \series default
15406
15407 \series bold
15408
15409 \backslash
15410 ointop
15411 \series default
15412  usw.), die Grenzen standardmäßig neben den Operator gesetzt.
15413  Bei Mehrfachintegralen werden die Grenzen jedoch meistens unter den Operator
15414  gesetzt.
15415  Im folgenden Beispiel wurde die Grenze deswegen auf 
15416 \series bold
15417 Anzeige
15418 \series default
15419  gesetzt und damit unter die Integrale geschrieben:
15420 \begin_inset Formula 
15421 \begin{equation}
15422 \iiint\limits _{V}X\,\mathrm{d}V=U\label{eq:VolInt}
15423 \end{equation}
15424
15425 \end_inset
15426
15427
15428 \end_layout
15429
15430 \begin_layout Standard
15431 \begin_inset VSpace medskip
15432 \end_inset
15433
15434 Um Bedingungen für Grenzen anzugeben, gibt es die Befehle 
15435 \series bold
15436
15437 \backslash
15438 subarray
15439 \series default
15440
15441 \begin_inset Index idx
15442 status collapsed
15443
15444 \begin_layout Plain Layout
15445 Befehle ! S ! 
15446 \backslash
15447 subarray
15448 \end_layout
15449
15450 \end_inset
15451
15452  und 
15453 \series bold
15454
15455 \backslash
15456 substack
15457 \series default
15458
15459 \begin_inset Index idx
15460 status collapsed
15461
15462 \begin_layout Plain Layout
15463 Befehle ! S ! 
15464 \backslash
15465 substack
15466 \end_layout
15467
15468 \end_inset
15469
15470 .
15471  Um z.
15472 \begin_inset space \thinspace{}
15473 \end_inset
15474
15475 B.
15476  diesen Ausdruck 
15477 \begin_inset Formula 
15478 \begin{equation}
15479 \sum_{\begin{subarray}{c}
15480 0<k<1000\\
15481 \\
15482 k\,\in\,\mathbb{N}
15483 \end{subarray}}^{n}k^{-2}\label{eq:substack}
15484 \end{equation}
15485
15486 \end_inset
15487
15488 zu erstellen, muss man Folgendes tun:
15489 \begin_inset Newline newline
15490 \end_inset
15491
15492 Zuerst gibt man den Befehl 
15493 \series bold
15494
15495 \backslash
15496 sum
15497 \series default
15498 ^
15499 \series bold
15500 n
15501 \begin_inset space \textvisiblespace{}
15502 \end_inset
15503
15504 _
15505 \series default
15506  ein.
15507  Man befindet sich nun in einem blauen Kästchen unter dem Summenzeichen.
15508  In dieses gibt man den Befehl 
15509 \series bold
15510
15511 \backslash
15512 subarray
15513 \begin_inset space \textvisiblespace{}
15514 \end_inset
15515
15516
15517 \series default
15518  ein.
15519  Das blaue Kästchen hat nun eine lila Umrandung und man kann jetzt mehrere
15520  Zeilen untereinander schreiben.
15521  Mit Eingabe des Zeilenumbruchs (
15522 \family sans
15523 Strg+Enter
15524 \family default
15525 ) wird eine neue Zeile erstellt.
15526  Gibt man
15527 \begin_inset Newline newline
15528 \end_inset
15529
15530
15531 \series bold
15532 0<k<1000 Strg+Enter
15533 \begin_inset Newline newline
15534 \end_inset
15535
15536
15537 \series default
15538 ein, erscheint darunter ein Kästchen für die neue Zeile.
15539 \end_layout
15540
15541 \begin_layout Standard
15542 Die Ausrichtung der Zeilen kann mit der 
15543 \family sans
15544 Tabellen-Werkzeugleiste
15545 \family default
15546  oder dem Menü 
15547 \family sans
15548 Bearbeiten\SpecialChar \menuseparator
15549 Zeilen & Spalten
15550 \family default
15551  auf links geändert werden.
15552  Um rechts ausgerichtete Zeilen zu erhalten, wird am Anfang der Zeile 
15553 \series bold
15554
15555 \backslash
15556 hfill
15557 \begin_inset space \textvisiblespace{}
15558 \end_inset
15559
15560
15561 \series default
15562  eingegeben.
15563 \end_layout
15564
15565 \begin_layout Standard
15566 Der Befehl 
15567 \series bold
15568
15569 \backslash
15570 substack
15571 \series default
15572  ist äquivalent zu 
15573 \series bold
15574
15575 \backslash
15576 subarray
15577 \series default
15578 , mit dem Unterschied dass die Zeilen immer zentriert ausgerichtet sind.
15579 \end_layout
15580
15581 \begin_layout Standard
15582 \begin_inset VSpace bigskip
15583 \end_inset
15584
15585 Wie bei Formel 
15586 \begin_inset CommandInset ref
15587 LatexCommand eqref
15588 reference "eq:substack"
15589
15590 \end_inset
15591
15592  kann es vorkommen, dass sich neben dem Operator zu viel Leerraum befindet,
15593  denn das dem Operator folgende Zeichen wird neben die Grenzen gesetzt.
15594  Um das zu verhindern, kann man den Befehl 
15595 \series bold
15596
15597 \backslash
15598 mathclap
15599 \series default
15600
15601 \begin_inset Index idx
15602 status collapsed
15603
15604 \begin_layout Plain Layout
15605 Befehle ! M ! 
15606 \backslash
15607 mathclap
15608 \end_layout
15609
15610 \end_inset
15611
15612  verwenden, der die Breite seines Inhalts auf 0
15613 \begin_inset space \thinspace{}
15614 \end_inset
15615
15616 pt setzt.
15617 \begin_inset Newline newline
15618 \end_inset
15619
15620 Auf Formel 
15621 \begin_inset CommandInset ref
15622 LatexCommand eqref
15623 reference "eq:substack"
15624
15625 \end_inset
15626
15627  angewandt, gibt man den Befehl
15628 \end_layout
15629
15630 \begin_layout Standard
15631
15632 \series bold
15633
15634 \backslash
15635 sum_
15636 \backslash
15637 mathclap
15638 \backslash
15639 substack
15640 \begin_inset space \textvisiblespace{}
15641 \end_inset
15642
15643 0<k<1000 Strg+Enter
15644 \end_layout
15645
15646 \begin_layout Standard
15647 ein, um die untere Grenze zu erstellen.
15648  Der Summand befindet sich nun direkt hinter dem Summenzeichen:
15649 \begin_inset Formula 
15650 \[
15651 \sum_{\mathclap{\substack{0<k<1000\\
15652 \\
15653 k\,\in\,\mathbb{N}
15654 }
15655 }}^{n}k^{-2}
15656 \]
15657
15658 \end_inset
15659
15660
15661 \end_layout
15662
15663 \begin_layout Standard
15664 \begin_inset VSpace bigskip
15665 \end_inset
15666
15667 In 
15668 \begin_inset CommandInset ref
15669 LatexCommand ref
15670 reference "sub:Selbstdefinierte-Operatoren"
15671
15672 \end_inset
15673
15674  ist beschrieben, wie man eine Grenze für mehrere Operatoren verwenden kann.
15675 \end_layout
15676
15677 \begin_layout Subsection
15678 Dekoration für Operatoren
15679 \begin_inset Index idx
15680 status collapsed
15681
15682 \begin_layout Plain Layout
15683 Operatoren ! Dekoration
15684 \end_layout
15685
15686 \end_inset
15687
15688
15689 \end_layout
15690
15691 \begin_layout Standard
15692 Zum Dekorieren von Operatoren gibt es die Befehle 
15693 \series bold
15694
15695 \backslash
15696 overset
15697 \series default
15698
15699 \begin_inset Index idx
15700 status collapsed
15701
15702 \begin_layout Plain Layout
15703 Befehle ! O ! 
15704 \backslash
15705 overset
15706 \end_layout
15707
15708 \end_inset
15709
15710  und 
15711 \series bold
15712
15713 \backslash
15714 underset
15715 \series default
15716
15717 \begin_inset Index idx
15718 status collapsed
15719
15720 \begin_layout Plain Layout
15721 Befehle ! U ! 
15722 \backslash
15723 underset
15724 \end_layout
15725
15726 \end_inset
15727
15728 , mit denen man Zeichen über bzw.
15729 \begin_inset space \space{}
15730 \end_inset
15731
15732 unter einen Operator setzen kann.
15733  Mit dem Befehl 
15734 \series bold
15735
15736 \backslash
15737 sideset
15738 \series default
15739
15740 \begin_inset Index idx
15741 status collapsed
15742
15743 \begin_layout Plain Layout
15744 Befehle ! S ! 
15745 \backslash
15746 sideset
15747 \end_layout
15748
15749 \end_inset
15750
15751  können Zeichen vor und nach einen großen Operator gesetzt werden.
15752 \end_layout
15753
15754 \begin_layout Standard
15755 Es gibt 4
15756 \begin_inset space ~
15757 \end_inset
15758
15759 Varianten von 
15760 \series bold
15761
15762 \backslash
15763 sideset
15764 \series default
15765 :
15766 \end_layout
15767
15768 \begin_layout Itemize
15769
15770 \series bold
15771
15772 \backslash
15773 sideset
15774 \series default
15775  zum Setzen von Zeichen an die Ecken des Operators
15776 \end_layout
15777
15778 \begin_layout Itemize
15779
15780 \series bold
15781
15782 \backslash
15783 sidesetn
15784 \series default
15785  zum Setzen von Zeichen vor und/oder nach den Operator (diese Variante entsprich
15786 t LaTeXs originalem 
15787 \series bold
15788
15789 \backslash
15790 sideset
15791 \series default
15792  Befehl)
15793 \end_layout
15794
15795 \begin_layout Itemize
15796
15797 \series bold
15798
15799 \backslash
15800 sidesetl
15801 \series default
15802  zum Setzen von Zeichen an die linken Ecken und/oder nach den Operator
15803 \end_layout
15804
15805 \begin_layout Itemize
15806
15807 \series bold
15808
15809 \backslash
15810 sidesetr
15811 \series default
15812  zum Setzen von Zeichen an die rechten Ecken und/oder vor den Operator
15813 \end_layout
15814
15815 \begin_layout Standard
15816 Z.
15817 \begin_inset space \thinspace{}
15818 \end_inset
15819
15820 B.
15821  ergibt der Befehl 
15822 \series bold
15823
15824 \backslash
15825 sidesetn
15826 \begin_inset space \textvisiblespace{}
15827 \end_inset
15828
15829
15830 \backslash
15831 sum
15832 \begin_inset space \textvisiblespace{}
15833 \end_inset
15834
15835
15836 \begin_inset Formula $\to$
15837 \end_inset
15838
15839 '
15840 \begin_inset Formula $\to$
15841 \end_inset
15842
15843 _k=1
15844 \begin_inset space \textvisiblespace{}
15845 \end_inset
15846
15847
15848 \series default
15849 ^
15850 \series bold
15851 n
15852 \series default
15853  :
15854 \begin_inset Formula 
15855 \[
15856 \sideset{}{'}\sum_{k=1}^{n}
15857 \]
15858
15859 \end_inset
15860
15861
15862 \end_layout
15863
15864 \begin_layout Standard
15865 \begin_inset Note Greyedout
15866 status open
15867
15868 \begin_layout Plain Layout
15869
15870 \series bold
15871 Achtung: 
15872 \backslash
15873 sideset
15874 \series default
15875  kann nur für die Dekoration von großen Operatoren verwendet werden, binäre
15876  Operatoren sind nicht erlaubt.
15877 \end_layout
15878
15879 \end_inset
15880
15881
15882 \end_layout
15883
15884 \begin_layout Standard
15885 Mit 
15886 \series bold
15887
15888 \backslash
15889 overset
15890 \series default
15891  bzw.
15892 \begin_inset space \space{}
15893 \end_inset
15894
15895
15896 \series bold
15897
15898 \backslash
15899 underset
15900 \series default
15901  kann man auch Symbole und Zeichen dekorieren.
15902  Beispielsweise ergibt der Befehl 
15903 \series bold
15904
15905 \backslash
15906 overset
15907 \begin_inset space \textvisiblespace{}
15908 \end_inset
15909
15910
15911 \backslash
15912 maltese
15913 \begin_inset space \textvisiblespace{}
15914 \end_inset
15915
15916
15917 \series default
15918
15919 \begin_inset Formula $\uparrow$
15920 \end_inset
15921
15922
15923 \series bold
15924 a
15925 \series default
15926  :
15927 \begin_inset Formula 
15928 \[
15929 \overset{a}{\maltese}
15930 \]
15931
15932 \end_inset
15933
15934
15935 \end_layout
15936
15937 \begin_layout Subsection
15938 Binäre Operatoren
15939 \begin_inset CommandInset label
15940 LatexCommand label
15941 name "sub:Binäre-Operatoren"
15942
15943 \end_inset
15944
15945
15946 \begin_inset Index idx
15947 status collapsed
15948
15949 \begin_layout Plain Layout
15950 Operatoren ! binäre
15951 \end_layout
15952
15953 \end_inset
15954
15955
15956 \end_layout
15957
15958 \begin_layout Standard
15959 Binäre Operatoren sind von Leerraum umgeben, wenn sich vor und hinter ihnen
15960  ein Zeichen befindet.
15961 \begin_inset VSpace medskip
15962 \end_inset
15963
15964
15965 \end_layout
15966
15967 \begin_layout Standard
15968 \begin_inset space \hfill{}
15969 \end_inset
15970
15971
15972 \begin_inset Tabular
15973 <lyxtabular version="3" rows="13" columns="2">
15974 <features rotate="0" tabularvalignment="middle">
15975 <column alignment="center" valignment="top" width="0pt">
15976 <column alignment="center" valignment="top" width="0pt">
15977 <row>
15978 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
15979 \begin_inset Text
15980
15981 \begin_layout Plain Layout
15982 Befehl
15983 \begin_inset Note Note
15984 status collapsed
15985
15986 \begin_layout Plain Layout
15987
15988 \series bold
15989
15990 \backslash
15991 raisebox
15992 \series default
15993  dient nur als Abstandhalter.
15994 \end_layout
15995
15996 \end_inset
15997
15998
15999 \end_layout
16000
16001 \end_inset
16002 </cell>
16003 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16004 \begin_inset Text
16005
16006 \begin_layout Plain Layout
16007 Ergebnis
16008 \end_layout
16009
16010 \end_inset
16011 </cell>
16012 </row>
16013 <row>
16014 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16015 \begin_inset Text
16016
16017 \begin_layout Plain Layout
16018 +
16019 \end_layout
16020
16021 \end_inset
16022 </cell>
16023 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16024 \begin_inset Text
16025
16026 \begin_layout Plain Layout
16027 \begin_inset Formula $+$
16028 \end_inset
16029
16030
16031 \end_layout
16032
16033 \end_inset
16034 </cell>
16035 </row>
16036 <row>
16037 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16038 \begin_inset Text
16039
16040 \begin_layout Plain Layout
16041 -
16042 \end_layout
16043
16044 \end_inset
16045 </cell>
16046 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16047 \begin_inset Text
16048
16049 \begin_layout Plain Layout
16050 \begin_inset Formula $-$
16051 \end_inset
16052
16053
16054 \end_layout
16055
16056 \end_inset
16057 </cell>
16058 </row>
16059 <row>
16060 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16061 \begin_inset Text
16062
16063 \begin_layout Plain Layout
16064
16065 \backslash
16066 pm
16067 \end_layout
16068
16069 \end_inset
16070 </cell>
16071 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16072 \begin_inset Text
16073
16074 \begin_layout Plain Layout
16075 \begin_inset Formula $\pm$
16076 \end_inset
16077
16078
16079 \end_layout
16080
16081 \end_inset
16082 </cell>
16083 </row>
16084 <row>
16085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16086 \begin_inset Text
16087
16088 \begin_layout Plain Layout
16089
16090 \backslash
16091 mp
16092 \end_layout
16093
16094 \end_inset
16095 </cell>
16096 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16097 \begin_inset Text
16098
16099 \begin_layout Plain Layout
16100 \begin_inset Formula $\mp$
16101 \end_inset
16102
16103
16104 \end_layout
16105
16106 \end_inset
16107 </cell>
16108 </row>
16109 <row>
16110 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16111 \begin_inset Text
16112
16113 \begin_layout Plain Layout
16114
16115 \backslash
16116 cdot
16117 \end_layout
16118
16119 \end_inset
16120 </cell>
16121 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16122 \begin_inset Text
16123
16124 \begin_layout Plain Layout
16125 \begin_inset Formula $\cdot$
16126 \end_inset
16127
16128
16129 \end_layout
16130
16131 \end_inset
16132 </cell>
16133 </row>
16134 <row>
16135 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16136 \begin_inset Text
16137
16138 \begin_layout Plain Layout
16139
16140 \backslash
16141 times
16142 \end_layout
16143
16144 \end_inset
16145 </cell>
16146 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16147 \begin_inset Text
16148
16149 \begin_layout Plain Layout
16150 \begin_inset Formula $\times$
16151 \end_inset
16152
16153
16154 \end_layout
16155
16156 \end_inset
16157 </cell>
16158 </row>
16159 <row>
16160 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16161 \begin_inset Text
16162
16163 \begin_layout Plain Layout
16164
16165 \backslash
16166 div
16167 \end_layout
16168
16169 \end_inset
16170 </cell>
16171 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16172 \begin_inset Text
16173
16174 \begin_layout Plain Layout
16175 \begin_inset Formula $\div$
16176 \end_inset
16177
16178
16179 \end_layout
16180
16181 \end_inset
16182 </cell>
16183 </row>
16184 <row>
16185 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16186 \begin_inset Text
16187
16188 \begin_layout Plain Layout
16189 \begin_inset ERT
16190 status collapsed
16191
16192 \begin_layout Plain Layout
16193
16194
16195 \backslash
16196 raisebox{-1.2mm}{
16197 \end_layout
16198
16199 \end_inset
16200
16201 *
16202 \begin_inset ERT
16203 status collapsed
16204
16205 \begin_layout Plain Layout
16206
16207 }
16208 \end_layout
16209
16210 \end_inset
16211
16212
16213 \end_layout
16214
16215 \end_inset
16216 </cell>
16217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16218 \begin_inset Text
16219
16220 \begin_layout Plain Layout
16221 \begin_inset Formula $*$
16222 \end_inset
16223
16224
16225 \end_layout
16226
16227 \end_inset
16228 </cell>
16229 </row>
16230 <row>
16231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16232 \begin_inset Text
16233
16234 \begin_layout Plain Layout
16235
16236 \backslash
16237 star
16238 \end_layout
16239
16240 \end_inset
16241 </cell>
16242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16243 \begin_inset Text
16244
16245 \begin_layout Plain Layout
16246 \begin_inset Formula $\star$
16247 \end_inset
16248
16249
16250 \end_layout
16251
16252 \end_inset
16253 </cell>
16254 </row>
16255 <row>
16256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16257 \begin_inset Text
16258
16259 \begin_layout Plain Layout
16260
16261 \backslash
16262 circ
16263 \end_layout
16264
16265 \end_inset
16266 </cell>
16267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16268 \begin_inset Text
16269
16270 \begin_layout Plain Layout
16271 \begin_inset Formula $\circ$
16272 \end_inset
16273
16274
16275 \end_layout
16276
16277 \end_inset
16278 </cell>
16279 </row>
16280 <row>
16281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16282 \begin_inset Text
16283
16284 \begin_layout Plain Layout
16285
16286 \backslash
16287 diamond
16288 \end_layout
16289
16290 \end_inset
16291 </cell>
16292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16293 \begin_inset Text
16294
16295 \begin_layout Plain Layout
16296 \begin_inset Formula $\diamond$
16297 \end_inset
16298
16299
16300 \end_layout
16301
16302 \end_inset
16303 </cell>
16304 </row>
16305 <row>
16306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16307 \begin_inset Text
16308
16309 \begin_layout Plain Layout
16310
16311 \backslash
16312 bullet
16313 \end_layout
16314
16315 \end_inset
16316 </cell>
16317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16318 \begin_inset Text
16319
16320 \begin_layout Plain Layout
16321 \begin_inset Formula $\bullet$
16322 \end_inset
16323
16324
16325 \end_layout
16326
16327 \end_inset
16328 </cell>
16329 </row>
16330 </lyxtabular>
16331
16332 \end_inset
16333
16334
16335 \begin_inset space \hfill{}
16336 \end_inset
16337
16338
16339 \begin_inset Tabular
16340 <lyxtabular version="3" rows="13" columns="2">
16341 <features rotate="0" tabularvalignment="middle">
16342 <column alignment="center" valignment="top" width="0pt">
16343 <column alignment="center" valignment="top" width="0pt">
16344 <row>
16345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16346 \begin_inset Text
16347
16348 \begin_layout Plain Layout
16349 Befehl
16350 \end_layout
16351
16352 \end_inset
16353 </cell>
16354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16355 \begin_inset Text
16356
16357 \begin_layout Plain Layout
16358 Ergebnis
16359 \end_layout
16360
16361 \end_inset
16362 </cell>
16363 </row>
16364 <row>
16365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16366 \begin_inset Text
16367
16368 \begin_layout Plain Layout
16369
16370 \backslash
16371 nabla
16372 \end_layout
16373
16374 \end_inset
16375 </cell>
16376 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16377 \begin_inset Text
16378
16379 \begin_layout Plain Layout
16380 \begin_inset Formula $\nabla$
16381 \end_inset
16382
16383
16384 \end_layout
16385
16386 \end_inset
16387 </cell>
16388 </row>
16389 <row>
16390 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16391 \begin_inset Text
16392
16393 \begin_layout Plain Layout
16394
16395 \backslash
16396 bigtriangledown
16397 \end_layout
16398
16399 \end_inset
16400 </cell>
16401 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16402 \begin_inset Text
16403
16404 \begin_layout Plain Layout
16405 \begin_inset Formula $\bigtriangledown$
16406 \end_inset
16407
16408
16409 \end_layout
16410
16411 \end_inset
16412 </cell>
16413 </row>
16414 <row>
16415 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16416 \begin_inset Text
16417
16418 \begin_layout Plain Layout
16419
16420 \backslash
16421 bigtriangleup
16422 \end_layout
16423
16424 \end_inset
16425 </cell>
16426 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16427 \begin_inset Text
16428
16429 \begin_layout Plain Layout
16430 \begin_inset Formula $\bigtriangleup$
16431 \end_inset
16432
16433
16434 \end_layout
16435
16436 \end_inset
16437 </cell>
16438 </row>
16439 <row>
16440 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16441 \begin_inset Text
16442
16443 \begin_layout Plain Layout
16444
16445 \backslash
16446 Box
16447 \end_layout
16448
16449 \end_inset
16450 </cell>
16451 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16452 \begin_inset Text
16453
16454 \begin_layout Plain Layout
16455 \begin_inset Formula $\Box$
16456 \end_inset
16457
16458
16459 \end_layout
16460
16461 \end_inset
16462 </cell>
16463 </row>
16464 <row>
16465 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16466 \begin_inset Text
16467
16468 \begin_layout Plain Layout
16469
16470 \backslash
16471 cap 
16472 \end_layout
16473
16474 \end_inset
16475 </cell>
16476 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16477 \begin_inset Text
16478
16479 \begin_layout Plain Layout
16480 \begin_inset Formula $\cap$
16481 \end_inset
16482
16483
16484 \end_layout
16485
16486 \end_inset
16487 </cell>
16488 </row>
16489 <row>
16490 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16491 \begin_inset Text
16492
16493 \begin_layout Plain Layout
16494
16495 \backslash
16496 cup
16497 \end_layout
16498
16499 \end_inset
16500 </cell>
16501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16502 \begin_inset Text
16503
16504 \begin_layout Plain Layout
16505 \begin_inset Formula $\cup$
16506 \end_inset
16507
16508
16509 \end_layout
16510
16511 \end_inset
16512 </cell>
16513 </row>
16514 <row>
16515 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16516 \begin_inset Text
16517
16518 \begin_layout Plain Layout
16519
16520 \backslash
16521 dagger
16522 \end_layout
16523
16524 \end_inset
16525 </cell>
16526 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16527 \begin_inset Text
16528
16529 \begin_layout Plain Layout
16530 \begin_inset Formula $\dagger$
16531 \end_inset
16532
16533
16534 \end_layout
16535
16536 \end_inset
16537 </cell>
16538 </row>
16539 <row>
16540 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16541 \begin_inset Text
16542
16543 \begin_layout Plain Layout
16544
16545 \backslash
16546 ddagger
16547 \end_layout
16548
16549 \end_inset
16550 </cell>
16551 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16552 \begin_inset Text
16553
16554 \begin_layout Plain Layout
16555 \begin_inset Formula $\ddagger$
16556 \end_inset
16557
16558
16559 \end_layout
16560
16561 \end_inset
16562 </cell>
16563 </row>
16564 <row>
16565 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16566 \begin_inset Text
16567
16568 \begin_layout Plain Layout
16569
16570 \backslash
16571 wr
16572 \end_layout
16573
16574 \end_inset
16575 </cell>
16576 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16577 \begin_inset Text
16578
16579 \begin_layout Plain Layout
16580 \begin_inset Formula $\wr$
16581 \end_inset
16582
16583
16584 \end_layout
16585
16586 \end_inset
16587 </cell>
16588 </row>
16589 <row>
16590 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16591 \begin_inset Text
16592
16593 \begin_layout Plain Layout
16594
16595 \backslash
16596 bigcirc
16597 \end_layout
16598
16599 \end_inset
16600 </cell>
16601 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16602 \begin_inset Text
16603
16604 \begin_layout Plain Layout
16605 \begin_inset Formula $\bigcirc$
16606 \end_inset
16607
16608
16609 \end_layout
16610
16611 \end_inset
16612 </cell>
16613 </row>
16614 <row>
16615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16616 \begin_inset Text
16617
16618 \begin_layout Plain Layout
16619
16620 \backslash
16621 wedge
16622 \end_layout
16623
16624 \end_inset
16625 </cell>
16626 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16627 \begin_inset Text
16628
16629 \begin_layout Plain Layout
16630 \begin_inset Formula $\wedge$
16631 \end_inset
16632
16633
16634 \end_layout
16635
16636 \end_inset
16637 </cell>
16638 </row>
16639 <row>
16640 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16641 \begin_inset Text
16642
16643 \begin_layout Plain Layout
16644
16645 \backslash
16646 vee
16647 \end_layout
16648
16649 \end_inset
16650 </cell>
16651 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16652 \begin_inset Text
16653
16654 \begin_layout Plain Layout
16655 \begin_inset Formula $\vee$
16656 \end_inset
16657
16658
16659 \end_layout
16660
16661 \end_inset
16662 </cell>
16663 </row>
16664 </lyxtabular>
16665
16666 \end_inset
16667
16668
16669 \begin_inset space \hfill{}
16670 \end_inset
16671
16672
16673 \begin_inset Tabular
16674 <lyxtabular version="3" rows="13" columns="2">
16675 <features rotate="0" tabularvalignment="middle">
16676 <column alignment="center" valignment="top" width="0pt">
16677 <column alignment="center" valignment="top" width="0pt">
16678 <row>
16679 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16680 \begin_inset Text
16681
16682 \begin_layout Plain Layout
16683 Befehl
16684 \end_layout
16685
16686 \end_inset
16687 </cell>
16688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16689 \begin_inset Text
16690
16691 \begin_layout Plain Layout
16692 Ergebnis
16693 \end_layout
16694
16695 \end_inset
16696 </cell>
16697 </row>
16698 <row>
16699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16700 \begin_inset Text
16701
16702 \begin_layout Plain Layout
16703
16704 \backslash
16705 oplus
16706 \end_layout
16707
16708 \end_inset
16709 </cell>
16710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16711 \begin_inset Text
16712
16713 \begin_layout Plain Layout
16714 \begin_inset Formula $\oplus$
16715 \end_inset
16716
16717
16718 \end_layout
16719
16720 \end_inset
16721 </cell>
16722 </row>
16723 <row>
16724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16725 \begin_inset Text
16726
16727 \begin_layout Plain Layout
16728
16729 \backslash
16730 ominus
16731 \end_layout
16732
16733 \end_inset
16734 </cell>
16735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16736 \begin_inset Text
16737
16738 \begin_layout Plain Layout
16739 \begin_inset Formula $\ominus$
16740 \end_inset
16741
16742
16743 \end_layout
16744
16745 \end_inset
16746 </cell>
16747 </row>
16748 <row>
16749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16750 \begin_inset Text
16751
16752 \begin_layout Plain Layout
16753
16754 \backslash
16755 otimes
16756 \end_layout
16757
16758 \end_inset
16759 </cell>
16760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16761 \begin_inset Text
16762
16763 \begin_layout Plain Layout
16764 \begin_inset Formula $\otimes$
16765 \end_inset
16766
16767
16768 \end_layout
16769
16770 \end_inset
16771 </cell>
16772 </row>
16773 <row>
16774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16775 \begin_inset Text
16776
16777 \begin_layout Plain Layout
16778
16779 \backslash
16780 oslash
16781 \end_layout
16782
16783 \end_inset
16784 </cell>
16785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16786 \begin_inset Text
16787
16788 \begin_layout Plain Layout
16789 \begin_inset Formula $\oslash$
16790 \end_inset
16791
16792
16793 \end_layout
16794
16795 \end_inset
16796 </cell>
16797 </row>
16798 <row>
16799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16800 \begin_inset Text
16801
16802 \begin_layout Plain Layout
16803
16804 \backslash
16805 odot
16806 \end_layout
16807
16808 \end_inset
16809 </cell>
16810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16811 \begin_inset Text
16812
16813 \begin_layout Plain Layout
16814 \begin_inset Formula $\odot$
16815 \end_inset
16816
16817
16818 \end_layout
16819
16820 \end_inset
16821 </cell>
16822 </row>
16823 <row>
16824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16825 \begin_inset Text
16826
16827 \begin_layout Plain Layout
16828
16829 \backslash
16830 amalg
16831 \end_layout
16832
16833 \end_inset
16834 </cell>
16835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16836 \begin_inset Text
16837
16838 \begin_layout Plain Layout
16839 \begin_inset Formula $\amalg$
16840 \end_inset
16841
16842
16843 \end_layout
16844
16845 \end_inset
16846 </cell>
16847 </row>
16848 <row>
16849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16850 \begin_inset Text
16851
16852 \begin_layout Plain Layout
16853
16854 \backslash
16855 uplus
16856 \end_layout
16857
16858 \end_inset
16859 </cell>
16860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16861 \begin_inset Text
16862
16863 \begin_layout Plain Layout
16864 \begin_inset Formula $\uplus$
16865 \end_inset
16866
16867
16868 \end_layout
16869
16870 \end_inset
16871 </cell>
16872 </row>
16873 <row>
16874 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16875 \begin_inset Text
16876
16877 \begin_layout Plain Layout
16878
16879 \backslash
16880 setminus
16881 \end_layout
16882
16883 \end_inset
16884 </cell>
16885 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16886 \begin_inset Text
16887
16888 \begin_layout Plain Layout
16889 \begin_inset Formula $\setminus$
16890 \end_inset
16891
16892
16893 \end_layout
16894
16895 \end_inset
16896 </cell>
16897 </row>
16898 <row>
16899 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16900 \begin_inset Text
16901
16902 \begin_layout Plain Layout
16903
16904 \backslash
16905 sqcap
16906 \end_layout
16907
16908 \end_inset
16909 </cell>
16910 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16911 \begin_inset Text
16912
16913 \begin_layout Plain Layout
16914 \begin_inset Formula $\sqcap$
16915 \end_inset
16916
16917
16918 \end_layout
16919
16920 \end_inset
16921 </cell>
16922 </row>
16923 <row>
16924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16925 \begin_inset Text
16926
16927 \begin_layout Plain Layout
16928
16929 \backslash
16930 sqcup
16931 \end_layout
16932
16933 \end_inset
16934 </cell>
16935 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16936 \begin_inset Text
16937
16938 \begin_layout Plain Layout
16939 \begin_inset Formula $\sqcup$
16940 \end_inset
16941
16942
16943 \end_layout
16944
16945 \end_inset
16946 </cell>
16947 </row>
16948 <row>
16949 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
16950 \begin_inset Text
16951
16952 \begin_layout Plain Layout
16953
16954 \backslash
16955 triangleleft
16956 \end_layout
16957
16958 \end_inset
16959 </cell>
16960 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
16961 \begin_inset Text
16962
16963 \begin_layout Plain Layout
16964 \begin_inset Formula $\triangleleft$
16965 \end_inset
16966
16967
16968 \end_layout
16969
16970 \end_inset
16971 </cell>
16972 </row>
16973 <row>
16974 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
16975 \begin_inset Text
16976
16977 \begin_layout Plain Layout
16978
16979 \backslash
16980 triangleright
16981 \end_layout
16982
16983 \end_inset
16984 </cell>
16985 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
16986 \begin_inset Text
16987
16988 \begin_layout Plain Layout
16989 \begin_inset Formula $\triangleright$
16990 \end_inset
16991
16992
16993 \end_layout
16994
16995 \end_inset
16996 </cell>
16997 </row>
16998 </lyxtabular>
16999
17000 \end_inset
17001
17002
17003 \begin_inset space \hfill{}
17004 \end_inset
17005
17006
17007 \end_layout
17008
17009 \begin_layout Standard
17010 Alle binären Operatoren können auch über den Mathe-Werkzeugleistenknopf
17011  
17012 \begin_inset Graphics
17013         filename ../../images/math/pm.png
17014         scale 85
17015
17016 \end_inset
17017
17018  eingefügt werden.
17019 \end_layout
17020
17021 \begin_layout Standard
17022 Um den Laplace-Operator darzustellen, kann man statt 
17023 \series bold
17024
17025 \backslash
17026 bigtriangleup
17027 \series default
17028  auch 
17029 \series bold
17030
17031 \backslash
17032 Delta
17033 \series default
17034  verwenden oder man benutzt 
17035 \series bold
17036
17037 \backslash
17038 nabla
17039 \series default
17040 ^
17041 \series bold
17042 2
17043 \series default
17044  (
17045 \begin_inset Formula $\nabla^{2}$
17046 \end_inset
17047
17048 ).
17049 \end_layout
17050
17051 \begin_layout Standard
17052 Das Zeichen 
17053 \family sans
17054 Menütrenner
17055 \family default
17056  im Menü 
17057 \family sans
17058 Einfügen\SpecialChar \menuseparator
17059 Sonderzeichen
17060 \family default
17061  ist der Operator 
17062 \series bold
17063
17064 \backslash
17065 triangleright
17066 \series default
17067 .
17068 \end_layout
17069
17070 \begin_layout Subsection
17071 Selbst definierte Operatoren
17072 \begin_inset CommandInset label
17073 LatexCommand label
17074 name "sub:Selbstdefinierte-Operatoren"
17075
17076 \end_inset
17077
17078
17079 \begin_inset Index idx
17080 status collapsed
17081
17082 \begin_layout Plain Layout
17083 Operatoren ! selbstdefinierte
17084 \end_layout
17085
17086 \end_inset
17087
17088
17089 \end_layout
17090
17091 \begin_layout Standard
17092 Mit Hilfe des Befehls 
17093 \series bold
17094
17095 \backslash
17096 DeclareMathOperator
17097 \series default
17098
17099 \begin_inset Index idx
17100 status collapsed
17101
17102 \begin_layout Plain Layout
17103 Befehle ! D ! 
17104 \backslash
17105 dbinom@
17106 \backslash
17107 DeclareMathOperator
17108 \end_layout
17109
17110 \end_inset
17111
17112  kann man im LaTeX-Vorspann eigene Operatoren definieren.
17113  Das Befehlsschema dazu lautet:
17114 \end_layout
17115
17116 \begin_layout Standard
17117
17118 \series bold
17119
17120 \backslash
17121 DeclareMathOperator{neuer Befehl}{Anzeige}
17122 \end_layout
17123
17124 \begin_layout Standard
17125 Anzeige können Zeichen und Symbole sein, die festlegen, wie der Operator
17126  im Ausdruck aussieht.
17127  Will man einen großen Operator definieren, setzt man hinter den Befehl
17128  ein 
17129 \series bold
17130 *
17131 \series default
17132 .
17133  Zu allen selbst definierten großen Operatoren kann man Grenzen angeben,
17134  wie in 
17135 \begin_inset CommandInset ref
17136 LatexCommand ref
17137 reference "sub:Operatorgrenzen"
17138
17139 \end_inset
17140
17141  beschrieben.
17142 \end_layout
17143
17144 \begin_layout Standard
17145 Beispielsweise definiert die LaTeX-Vorspannzeile
17146 \end_layout
17147
17148 \begin_layout Standard
17149
17150 \series bold
17151
17152 \backslash
17153 DeclareMathOperator*{
17154 \backslash
17155 Raute}{
17156 \backslash
17157 blacklozenge}
17158 \end_layout
17159
17160 \begin_layout Standard
17161 den Befehl 
17162 \series bold
17163
17164 \backslash
17165 Raute
17166 \series default
17167 , mit dem man einen großen Operator aufrufen kann, der aus dem Raute Symbol
17168  aus 
17169 \begin_inset CommandInset ref
17170 LatexCommand ref
17171 reference "sub:Sonstige-Symbole"
17172
17173 \end_inset
17174
17175  besteht:
17176 \begin_inset Formula 
17177 \[
17178 \Raute_{n=1}^{\infty}
17179 \]
17180
17181 \end_inset
17182
17183 Der Befehl für diese Formel lautet: 
17184 \series bold
17185
17186 \backslash
17187 Raute
17188 \series default
17189 ^
17190 \series bold
17191
17192 \backslash
17193 infty
17194 \begin_inset Formula $\to$
17195 \end_inset
17196
17197 _n=1
17198 \end_layout
17199
17200 \begin_layout Standard
17201 \begin_inset VSpace bigskip
17202 \end_inset
17203
17204 Benötigt man eigene Operatoren nicht mehrfach im Dokument, kann man diese
17205  auch mit den Befehlen 
17206 \series bold
17207
17208 \backslash
17209 mathop
17210 \series default
17211
17212 \begin_inset Index idx
17213 status collapsed
17214
17215 \begin_layout Plain Layout
17216 Befehle ! M ! 
17217 \backslash
17218 mathop
17219 \end_layout
17220
17221 \end_inset
17222
17223  und 
17224 \series bold
17225
17226 \backslash
17227 mathbin
17228 \series default
17229
17230 \begin_inset Index idx
17231 status collapsed
17232
17233 \begin_layout Plain Layout
17234 Befehle ! M ! 
17235 \backslash
17236 mathbin
17237 \end_layout
17238
17239 \end_inset
17240
17241  definieren, die folgendes Schema besitzen:
17242 \end_layout
17243
17244 \begin_layout Standard
17245
17246 \series bold
17247
17248 \backslash
17249 mathop{Anzeige}
17250 \series default
17251  bzw.
17252 \begin_inset space \space{}
17253 \end_inset
17254
17255
17256 \series bold
17257
17258 \backslash
17259 mathbin{Anzeige}
17260 \end_layout
17261
17262 \begin_layout Standard
17263
17264 \series bold
17265
17266 \backslash
17267 mathop
17268 \series default
17269  definiert große, 
17270 \series bold
17271
17272 \backslash
17273 mathbin
17274 \series default
17275  binäre Operatoren.
17276 \end_layout
17277
17278 \begin_layout Standard
17279
17280 \series bold
17281
17282 \backslash
17283 mathop
17284 \series default
17285  lässt sich z.
17286 \begin_inset space \thinspace{}
17287 \end_inset
17288
17289 B.
17290  nutzen, um eine Grenze für mehrere Operatoren zu verwenden:
17291 \begin_inset Formula 
17292 \[
17293 \mathop{\sum\negmedspace\sum}_{i,j=1}^{N}
17294 \]
17295
17296 \end_inset
17297
17298
17299 \end_layout
17300
17301 \begin_layout Standard
17302 Der Befehl für obige Formel lautet:
17303 \begin_inset Newline newline
17304 \end_inset
17305
17306  
17307 \series bold
17308
17309 \backslash
17310 mathop{
17311 \backslash
17312 sum
17313 \backslash
17314 negmedspace
17315 \backslash
17316 sum
17317 \series default
17318
17319 \begin_inset space \textvisiblespace{}
17320 \end_inset
17321
17322
17323 \series bold
17324
17325 \begin_inset Formula $\to$
17326 \end_inset
17327
17328 ^N
17329 \series default
17330
17331 \begin_inset space \textvisiblespace{}
17332 \end_inset
17333
17334
17335 \series bold
17336 _i,j=1
17337 \end_layout
17338
17339 \begin_layout Standard
17340 \begin_inset Newpage newpage
17341 \end_inset
17342
17343
17344 \end_layout
17345
17346 \begin_layout Section
17347 Schriften
17348 \begin_inset Index idx
17349 status collapsed
17350
17351 \begin_layout Plain Layout
17352 Schriften
17353 \end_layout
17354
17355 \end_inset
17356
17357
17358 \end_layout
17359
17360 \begin_layout Subsection
17361 Schriftstile
17362 \begin_inset CommandInset label
17363 LatexCommand label
17364 name "sub:Schriftstile"
17365
17366 \end_inset
17367
17368
17369 \begin_inset Index idx
17370 status collapsed
17371
17372 \begin_layout Plain Layout
17373 Schriften ! Schriftstile
17374 \end_layout
17375
17376 \end_inset
17377
17378
17379 \end_layout
17380
17381 \begin_layout Standard
17382 Lateinische Buchstaben in einer Formel können in folgenden Schriftstilen
17383  gesetzt werden:
17384 \begin_inset VSpace -2mm
17385 \end_inset
17386
17387
17388 \end_layout
17389
17390 \begin_layout Standard
17391 \align center
17392 \begin_inset Tabular
17393 <lyxtabular version="3" rows="7" columns="3">
17394 <features rotate="0" tabularvalignment="middle">
17395 <column alignment="center" valignment="top">
17396 <column alignment="center" valignment="top">
17397 <column alignment="center" valignment="top">
17398 <row>
17399 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17400 \begin_inset Text
17401
17402 \begin_layout Plain Layout
17403 Befehl
17404 \end_layout
17405
17406 \end_inset
17407 </cell>
17408 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17409 \begin_inset Text
17410
17411 \begin_layout Plain Layout
17412 Ergebnis
17413 \end_layout
17414
17415 \end_inset
17416 </cell>
17417 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17418 \begin_inset Text
17419
17420 \begin_layout Plain Layout
17421 Tastenkürzel
17422 \end_layout
17423
17424 \end_inset
17425 </cell>
17426 </row>
17427 <row>
17428 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17429 \begin_inset Text
17430
17431 \begin_layout Plain Layout
17432
17433 \backslash
17434 mathbb
17435 \series bold
17436
17437 \begin_inset space \textvisiblespace{}
17438 \end_inset
17439
17440
17441 \series default
17442 ABC
17443 \end_layout
17444
17445 \end_inset
17446 </cell>
17447 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17448 \begin_inset Text
17449
17450 \begin_layout Plain Layout
17451 \begin_inset Formula $\mathbb{ABC}$
17452 \end_inset
17453
17454
17455 \end_layout
17456
17457 \end_inset
17458 </cell>
17459 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17460 \begin_inset Text
17461
17462 \begin_layout Plain Layout
17463 Alt+Z K
17464 \end_layout
17465
17466 \end_inset
17467 </cell>
17468 </row>
17469 <row>
17470 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17471 \begin_inset Text
17472
17473 \begin_layout Plain Layout
17474
17475 \backslash
17476 mathbf
17477 \series bold
17478
17479 \begin_inset space \textvisiblespace{}
17480 \end_inset
17481
17482
17483 \series default
17484 AbC
17485 \end_layout
17486
17487 \end_inset
17488 </cell>
17489 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17490 \begin_inset Text
17491
17492 \begin_layout Plain Layout
17493 \begin_inset Formula $\mathbf{AbC}$
17494 \end_inset
17495
17496
17497 \end_layout
17498
17499 \end_inset
17500 </cell>
17501 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17502 \begin_inset Text
17503
17504 \begin_layout Plain Layout
17505 Strg+B
17506 \end_layout
17507
17508 \end_inset
17509 </cell>
17510 </row>
17511 <row>
17512 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17513 \begin_inset Text
17514
17515 \begin_layout Plain Layout
17516
17517 \backslash
17518 boldsymbol
17519 \series bold
17520
17521 \begin_inset space \textvisiblespace{}
17522 \end_inset
17523
17524
17525 \series default
17526 AbC
17527 \end_layout
17528
17529 \end_inset
17530 </cell>
17531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17532 \begin_inset Text
17533
17534 \begin_layout Plain Layout
17535 \begin_inset Formula $\boldsymbol{AbC}$
17536 \end_inset
17537
17538
17539 \end_layout
17540
17541 \end_inset
17542 </cell>
17543 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17544 \begin_inset Text
17545
17546 \begin_layout Plain Layout
17547 Alt+Z F oder Strg+Alt+B
17548 \end_layout
17549
17550 \end_inset
17551 </cell>
17552 </row>
17553 <row>
17554 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17555 \begin_inset Text
17556
17557 \begin_layout Plain Layout
17558
17559 \backslash
17560 mathcal
17561 \series bold
17562
17563 \begin_inset space \textvisiblespace{}
17564 \end_inset
17565
17566
17567 \series default
17568 ABC
17569 \end_layout
17570
17571 \end_inset
17572 </cell>
17573 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17574 \begin_inset Text
17575
17576 \begin_layout Plain Layout
17577 \begin_inset Formula $\mathcal{ABC}$
17578 \end_inset
17579
17580
17581 \end_layout
17582
17583 \end_inset
17584 </cell>
17585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17586 \begin_inset Text
17587
17588 \begin_layout Plain Layout
17589 Alt+Z H
17590 \end_layout
17591
17592 \end_inset
17593 </cell>
17594 </row>
17595 <row>
17596 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17597 \begin_inset Text
17598
17599 \begin_layout Plain Layout
17600
17601 \backslash
17602 mathfrak
17603 \series bold
17604
17605 \begin_inset space \textvisiblespace{}
17606 \end_inset
17607
17608
17609 \series default
17610 AbC
17611 \end_layout
17612
17613 \end_inset
17614 </cell>
17615 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17616 \begin_inset Text
17617
17618 \begin_layout Plain Layout
17619 \begin_inset Formula $\mathfrak{AbC}$
17620 \end_inset
17621
17622
17623 \end_layout
17624
17625 \end_inset
17626 </cell>
17627 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17628 \begin_inset Text
17629
17630 \begin_layout Plain Layout
17631 -
17632 \end_layout
17633
17634 \end_inset
17635 </cell>
17636 </row>
17637 <row>
17638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17639 \begin_inset Text
17640
17641 \begin_layout Plain Layout
17642
17643 \backslash
17644 mathscr
17645 \series bold
17646
17647 \begin_inset space \textvisiblespace{}
17648 \end_inset
17649
17650
17651 \series default
17652 AbC
17653 \end_layout
17654
17655 \end_inset
17656 </cell>
17657 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17658 \begin_inset Text
17659
17660 \begin_layout Plain Layout
17661 \begin_inset Formula $\mathscr{AbC}$
17662 \end_inset
17663
17664
17665 \end_layout
17666
17667 \end_inset
17668 </cell>
17669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17670 \begin_inset Text
17671
17672 \begin_layout Plain Layout
17673 -
17674 \end_layout
17675
17676 \end_inset
17677 </cell>
17678 </row>
17679 </lyxtabular>
17680
17681 \end_inset
17682
17683
17684 \end_layout
17685
17686 \begin_layout Standard
17687 \align center
17688 \begin_inset Tabular
17689 <lyxtabular version="3" rows="5" columns="3">
17690 <features rotate="0" tabularvalignment="middle">
17691 <column alignment="center" valignment="top">
17692 <column alignment="center" valignment="top">
17693 <column alignment="center" valignment="top">
17694 <row>
17695 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17696 \begin_inset Text
17697
17698 \begin_layout Plain Layout
17699 Befehl
17700 \end_layout
17701
17702 \end_inset
17703 </cell>
17704 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17705 \begin_inset Text
17706
17707 \begin_layout Plain Layout
17708 Ergebnis
17709 \end_layout
17710
17711 \end_inset
17712 </cell>
17713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17714 \begin_inset Text
17715
17716 \begin_layout Plain Layout
17717 Tastenkürzel
17718 \end_layout
17719
17720 \end_inset
17721 </cell>
17722 </row>
17723 <row>
17724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17725 \begin_inset Text
17726
17727 \begin_layout Plain Layout
17728
17729 \backslash
17730 mathit
17731 \series bold
17732
17733 \begin_inset space \textvisiblespace{}
17734 \end_inset
17735
17736
17737 \series default
17738 AbC
17739 \end_layout
17740
17741 \end_inset
17742 </cell>
17743 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17744 \begin_inset Text
17745
17746 \begin_layout Plain Layout
17747 \begin_inset Formula $\mathit{AbC}$
17748 \end_inset
17749
17750
17751 \end_layout
17752
17753 \end_inset
17754 </cell>
17755 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17756 \begin_inset Text
17757
17758 \begin_layout Plain Layout
17759 -
17760 \end_layout
17761
17762 \end_inset
17763 </cell>
17764 </row>
17765 <row>
17766 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17767 \begin_inset Text
17768
17769 \begin_layout Plain Layout
17770
17771 \backslash
17772 mathrm
17773 \series bold
17774
17775 \begin_inset space \textvisiblespace{}
17776 \end_inset
17777
17778
17779 \series default
17780 AbC
17781 \end_layout
17782
17783 \end_inset
17784 </cell>
17785 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17786 \begin_inset Text
17787
17788 \begin_layout Plain Layout
17789 \begin_inset Formula $\mathrm{AbC}$
17790 \end_inset
17791
17792
17793 \end_layout
17794
17795 \end_inset
17796 </cell>
17797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17798 \begin_inset Text
17799
17800 \begin_layout Plain Layout
17801 Alt+Z R
17802 \end_layout
17803
17804 \end_inset
17805 </cell>
17806 </row>
17807 <row>
17808 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17809 \begin_inset Text
17810
17811 \begin_layout Plain Layout
17812
17813 \backslash
17814 mathsf
17815 \series bold
17816
17817 \begin_inset space \textvisiblespace{}
17818 \end_inset
17819
17820
17821 \series default
17822 AbC
17823 \end_layout
17824
17825 \end_inset
17826 </cell>
17827 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
17828 \begin_inset Text
17829
17830 \begin_layout Plain Layout
17831 \begin_inset Formula $\mathsf{AbC}$
17832 \end_inset
17833
17834
17835 \end_layout
17836
17837 \end_inset
17838 </cell>
17839 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
17840 \begin_inset Text
17841
17842 \begin_layout Plain Layout
17843 Alt+Z S
17844 \end_layout
17845
17846 \end_inset
17847 </cell>
17848 </row>
17849 <row>
17850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17851 \begin_inset Text
17852
17853 \begin_layout Plain Layout
17854
17855 \backslash
17856 mathtt
17857 \series bold
17858
17859 \begin_inset space \textvisiblespace{}
17860 \end_inset
17861
17862
17863 \series default
17864 AbC
17865 \end_layout
17866
17867 \end_inset
17868 </cell>
17869 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
17870 \begin_inset Text
17871
17872 \begin_layout Plain Layout
17873 \begin_inset Formula $\mathtt{AbC}$
17874 \end_inset
17875
17876
17877 \end_layout
17878
17879 \end_inset
17880 </cell>
17881 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
17882 \begin_inset Text
17883
17884 \begin_layout Plain Layout
17885 Alt+Z C
17886 \end_layout
17887
17888 \end_inset
17889 </cell>
17890 </row>
17891 </lyxtabular>
17892
17893 \end_inset
17894
17895
17896 \end_layout
17897
17898 \begin_layout Standard
17899 \begin_inset Note Greyedout
17900 status open
17901
17902 \begin_layout Plain Layout
17903
17904 \series bold
17905 Achtung:
17906 \series default
17907  Die Stile 
17908 \series bold
17909
17910 \backslash
17911 mathbb
17912 \series default
17913  und 
17914 \series bold
17915
17916 \backslash
17917 mathcal
17918 \series default
17919  können nur für Großbuchstaben verwendet werden.
17920 \end_layout
17921
17922 \end_inset
17923
17924
17925 \end_layout
17926
17927 \begin_layout Standard
17928 Voreingestellt ist der Stil 
17929 \series bold
17930
17931 \backslash
17932 mathnormal
17933 \series default
17934 .
17935 \end_layout
17936
17937 \begin_layout Standard
17938 Die Stilbefehle wirken auch auf Buchstaben in mathematischen Konstruktionen:
17939 \begin_inset Formula 
17940 \[
17941 \mathfrak{A=\frac{b}{C}}
17942 \]
17943
17944 \end_inset
17945
17946
17947 \end_layout
17948
17949 \begin_layout Standard
17950 Zeichen im mathematischen Textmodus erscheinen nicht in einem der Matheschriftst
17951 ile, sondern in dem Textschriftstil 
17952 \series bold
17953
17954 \backslash
17955 textrm
17956 \series default
17957 .
17958  Dass deren Stil nicht über den Textstil Dialog geändert werden kann ist
17959  ein Fehler in LyX.
17960 \begin_inset Foot
17961 status collapsed
17962
17963 \begin_layout Plain Layout
17964 \begin_inset CommandInset href
17965 LatexCommand href
17966 name "LyX-Fehler #4629"
17967 target "http://www.lyx.org/trac/ticket/4629"
17968
17969 \end_inset
17970
17971
17972 \end_layout
17973
17974 \end_inset
17975
17976
17977 \end_layout
17978
17979 \begin_layout Standard
17980 Anstelle der Stilbefehle kann man auch den Dialog 
17981 \family sans
17982 Bearbeiten\SpecialChar \menuseparator
17983 Mathe\SpecialChar \menuseparator
17984 Text-Stil
17985 \family default
17986  oder den Mathe-Werkzeugleistenknopf 
17987 \begin_inset Graphics
17988         filename ../../images/math/font.png
17989         scale 85
17990
17991 \end_inset
17992
17993  verwenden.
17994 \end_layout
17995
17996 \begin_layout Subsection
17997 Fett gedruckte Formeln
17998 \begin_inset CommandInset label
17999 LatexCommand label
18000 name "sub:Fett-gedruckte-Formeln"
18001
18002 \end_inset
18003
18004
18005 \begin_inset Index idx
18006 status collapsed
18007
18008 \begin_layout Plain Layout
18009 Formel ! fett gedruckte
18010 \end_layout
18011
18012 \end_inset
18013
18014
18015 \end_layout
18016
18017 \begin_layout Standard
18018 Möchte man komplette Formeln fett setzen, kann man nicht den im vorigen
18019  Kapitel angegebenen Befehl 
18020 \series bold
18021
18022 \backslash
18023 mathbf
18024 \series default
18025  verwenden, denn dieser wirkt nicht auf kleine griechische Buchstaben.
18026  Außerdem setzt er lateinische Buchstaben immer aufrecht, was man an folgender
18027  Formel gut erkennt:
18028 \end_layout
18029
18030 \begin_layout Standard
18031 \begin_inset Formula 
18032 \[
18033 \mathbf{\int_{n}^{2}f(\theta)=\Gamma}\qquad\textrm{Formel mit \textbackslash mathbf}
18034 \]
18035
18036 \end_inset
18037
18038
18039 \end_layout
18040
18041 \begin_layout Standard
18042 Um die Formel korrekt darzustellen, verwendet man den Befehl 
18043 \series bold
18044
18045 \backslash
18046 boldsymbol
18047 \series default
18048 :
18049 \begin_inset Formula 
18050 \[
18051 \boldsymbol{\int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel mit \textbackslash boldsymbol}}
18052 \]
18053
18054 \end_inset
18055
18056 Es gibt auch die Möglichkeit die Formel in eine 
18057 \series bold
18058 boldmath-Umgebung
18059 \series default
18060  zu setzen.
18061  Diese Umgebung wird erzeugt, indem man im TeX-Modus den Befehl 
18062 \series bold
18063
18064 \backslash
18065 boldmath
18066 \series default
18067
18068 \begin_inset Index idx
18069 status collapsed
18070
18071 \begin_layout Plain Layout
18072 Befehle ! B ! 
18073 \backslash
18074 boldmath
18075 \end_layout
18076
18077 \end_inset
18078
18079  eingibt.
18080  Um die Umgebung wieder zu beenden, gibt man im TeX-Modus den Befehl 
18081 \series bold
18082
18083 \backslash
18084 unboldmath
18085 \series default
18086
18087 \begin_inset Index idx
18088 status collapsed
18089
18090 \begin_layout Plain Layout
18091 Befehle ! U ! 
18092 \backslash
18093 unboldmath
18094 \end_layout
18095
18096 \end_inset
18097
18098  ein.
18099 \begin_inset ERT
18100 status collapsed
18101
18102 \begin_layout Plain Layout
18103
18104
18105 \backslash
18106 boldmath 
18107 \end_layout
18108
18109 \end_inset
18110
18111
18112 \begin_inset Formula 
18113 \[
18114 \int_{n}^{2}f(\theta)=\Gamma\qquad\textrm{Formel in boldmath-Umgebung}
18115 \]
18116
18117 \end_inset
18118
18119
18120 \begin_inset ERT
18121 status collapsed
18122
18123 \begin_layout Plain Layout
18124
18125
18126 \backslash
18127 unboldmath 
18128 \end_layout
18129
18130 \end_inset
18131
18132
18133 \end_layout
18134
18135 \begin_layout Subsection
18136 Farbige Formeln
18137 \begin_inset Index idx
18138 status collapsed
18139
18140 \begin_layout Plain Layout
18141 Formel ! farbige
18142 \end_layout
18143
18144 \end_inset
18145
18146
18147 \end_layout
18148
18149 \begin_layout Standard
18150 Formeln können wie normaler Text gefärbt werden: Markieren Sie eine Formel
18151  oder Formelteile und verwenden dann den 
18152 \family sans
18153 Textstil
18154 \family default
18155  Dialog.
18156  Hier ist eine Formel in Magenta:
18157 \begin_inset Formula 
18158 \[
18159 {\color{magenta}\int A\,\mathrm{d}x=\frac{\sqrt[5]{B}}{\ln\left(\frac{1}{3}\right)}}
18160 \]
18161
18162 \end_inset
18163
18164
18165 \end_layout
18166
18167 \begin_layout Standard
18168 Man kann auch eigene Farben definieren, wie in 
18169 \begin_inset CommandInset ref
18170 LatexCommand ref
18171 reference "sub:Farbige-Boxen"
18172
18173 \end_inset
18174
18175  erklärt ist.
18176  Diese können dann mit dem TeX-Code Befehl 
18177 \series bold
18178
18179 \backslash
18180 textcolor
18181 \series default
18182
18183 \begin_inset Index idx
18184 status collapsed
18185
18186 \begin_layout Plain Layout
18187 Befehle! T ! 
18188 \backslash
18189 textcolor
18190 \end_layout
18191
18192 \end_inset
18193
18194  verwendet werden, dass folgendes Schema besitzt:
18195 \end_layout
18196
18197 \begin_layout Standard
18198
18199 \series bold
18200
18201 \backslash
18202 textcolor{Farbe}{Zeichen oder Formel}
18203 \end_layout
18204
18205 \begin_layout Standard
18206 Das folgende Beispiel wurde komplett dunkelgrün und teilweise rot eingefärbt:
18207 \end_layout
18208
18209 \begin_layout Standard
18210 \begin_inset ERT
18211 status collapsed
18212
18213 \begin_layout Plain Layout
18214
18215
18216 \backslash
18217 textcolor{dunkelgruen}{
18218 \end_layout
18219
18220 \end_inset
18221
18222
18223 \begin_inset Formula 
18224 \[
18225 \int A\,\mathrm{d}x=\frac{{\color{red}\sqrt[5]{B}}}{\ln\left(\frac{1}{3}\right)}
18226 \]
18227
18228 \end_inset
18229
18230
18231 \begin_inset ERT
18232 status collapsed
18233
18234 \begin_layout Plain Layout
18235
18236 }
18237 \end_layout
18238
18239 \end_inset
18240
18241
18242 \end_layout
18243
18244 \begin_layout Standard
18245 Aufgrund eines Fehlers in LyX können nur komplette Formeln mit selbst definierte
18246 n Farben gefärbt werden.
18247 \begin_inset Foot
18248 status collapsed
18249
18250 \begin_layout Plain Layout
18251 \begin_inset CommandInset href
18252 LatexCommand href
18253 name "LyX-bug #5269"
18254 target "http://www.lyx.org/trac/ticket/5269"
18255
18256 \end_inset
18257
18258
18259 \end_layout
18260
18261 \end_inset
18262
18263
18264 \end_layout
18265
18266 \begin_layout Subsection
18267 Schriftgrößen
18268 \begin_inset CommandInset label
18269 LatexCommand label
18270 name "sub:Schriftgrößen"
18271
18272 \end_inset
18273
18274
18275 \begin_inset Index idx
18276 status collapsed
18277
18278 \begin_layout Plain Layout
18279 Schriften ! Schriftgrößen
18280 \end_layout
18281
18282 \end_inset
18283
18284
18285 \end_layout
18286
18287 \begin_layout Standard
18288 Für Zeichen in einer Formel gibt es, analog zu Textzeichen, folgende Größenbefeh
18289 le:
18290 \end_layout
18291
18292 \begin_layout Standard
18293
18294 \series bold
18295
18296 \backslash
18297 Huge
18298 \series default
18299
18300 \series bold
18301
18302 \backslash
18303 huge
18304 \series default
18305
18306 \series bold
18307
18308 \backslash
18309 LARGE
18310 \series default
18311
18312 \series bold
18313
18314 \backslash
18315 Large
18316 \series default
18317
18318 \series bold
18319
18320 \backslash
18321 large
18322 \series default
18323
18324 \series bold
18325
18326 \backslash
18327 normalsize
18328 \series default
18329
18330 \series bold
18331
18332 \backslash
18333 small
18334 \series default
18335
18336 \series bold
18337
18338 \backslash
18339 footnotesize
18340 \series default
18341 ,
18342 \begin_inset Newline linebreak
18343 \end_inset
18344
18345
18346 \series bold
18347
18348 \backslash
18349 scriptsize
18350 \series default
18351  und 
18352 \series bold
18353
18354 \backslash
18355 tiny
18356 \end_layout
18357
18358 \begin_layout Standard
18359 Welche Größe die Befehle produzieren, hängt von der Dokumentschriftgröße
18360  ab, die dem Befehl 
18361 \series bold
18362
18363 \backslash
18364 normalsize
18365 \series default
18366  entspricht.
18367  Die anderen Befehle produzieren kleinere oder größere Schriften als 
18368 \series bold
18369
18370 \backslash
18371 normalsize
18372 \series default
18373 .
18374  Die Schriftgröße kann jedoch einen bestimmten Wert nicht übertreffen.
18375  Beträgt z.
18376 \begin_inset space \thinspace{}
18377 \end_inset
18378
18379 B.
18380  die Dokumentschriftgröße 12
18381 \begin_inset space \thinspace{}
18382 \end_inset
18383
18384 pt, produziert der Befehl 
18385 \series bold
18386
18387 \backslash
18388 Huge
18389 \series default
18390  dasselbe wie 
18391 \series bold
18392
18393 \backslash
18394 huge
18395 \series default
18396 .
18397  
18398 \end_layout
18399
18400 \begin_layout Standard
18401 Ein Größenbefehl wird im TeX-Modus vor der Formel eingegeben und legt die
18402  Größe aller nachfolgenden Formel- und Textzeichen fest.
18403  Um wieder zur Ausgangsgröße zurückzukehren, gibt man nach der Formel im
18404  TeX-Modus den Befehl 
18405 \series bold
18406
18407 \backslash
18408 normalsize
18409 \series default
18410  ein.
18411 \end_layout
18412
18413 \begin_layout Standard
18414 Innerhalb einer Formel kann die Größe mit den folgenden Größenbefehlen geändert
18415  werden:
18416 \end_layout
18417
18418 \begin_layout Standard
18419 \noindent
18420 \align center
18421 \begin_inset Tabular
18422 <lyxtabular version="3" rows="5" columns="2">
18423 <features rotate="0" tabularvalignment="middle">
18424 <column alignment="center" valignment="top">
18425 <column alignment="center" valignment="top">
18426 <row>
18427 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18428 \begin_inset Text
18429
18430 \begin_layout Plain Layout
18431 Befehl
18432 \end_layout
18433
18434 \end_inset
18435 </cell>
18436 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18437 \begin_inset Text
18438
18439 \begin_layout Plain Layout
18440 Ergebnis
18441 \begin_inset Note Note
18442 status collapsed
18443
18444 \begin_layout Plain Layout
18445
18446 \series bold
18447
18448 \backslash
18449 raisebox
18450 \series default
18451  dient nur als Abstandhalter.
18452 \end_layout
18453
18454 \end_inset
18455
18456
18457 \end_layout
18458
18459 \end_inset
18460 </cell>
18461 </row>
18462 <row>
18463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18464 \begin_inset Text
18465
18466 \begin_layout Plain Layout
18467
18468 \backslash
18469 displaystyle
18470 \begin_inset Index idx
18471 status collapsed
18472
18473 \begin_layout Plain Layout
18474 Befehle ! D ! 
18475 \backslash
18476 displaystyle
18477 \end_layout
18478
18479 \end_inset
18480
18481
18482 \end_layout
18483
18484 \end_inset
18485 </cell>
18486 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18487 \begin_inset Text
18488
18489 \begin_layout Plain Layout
18490 \begin_inset Formula $\raisebox{6.5mm}{}{\displaystyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-5.5mm}{}$
18491 \end_inset
18492
18493
18494 \end_layout
18495
18496 \end_inset
18497 </cell>
18498 </row>
18499 <row>
18500 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18501 \begin_inset Text
18502
18503 \begin_layout Plain Layout
18504
18505 \backslash
18506 textstyle
18507 \end_layout
18508
18509 \end_inset
18510 </cell>
18511 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18512 \begin_inset Text
18513
18514 \begin_layout Plain Layout
18515 \begin_inset Formula $\raisebox{4.5mm}{}{\textstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-4mm}{}$
18516 \end_inset
18517
18518
18519 \end_layout
18520
18521 \end_inset
18522 </cell>
18523 </row>
18524 <row>
18525 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18526 \begin_inset Text
18527
18528 \begin_layout Plain Layout
18529
18530 \backslash
18531 scriptstyle
18532 \end_layout
18533
18534 \end_inset
18535 </cell>
18536 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18537 \begin_inset Text
18538
18539 \begin_layout Plain Layout
18540 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18541 \end_inset
18542
18543
18544 \end_layout
18545
18546 \end_inset
18547 </cell>
18548 </row>
18549 <row>
18550 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18551 \begin_inset Text
18552
18553 \begin_layout Plain Layout
18554
18555 \backslash
18556 scriptscriptstyle
18557 \end_layout
18558
18559 \end_inset
18560 </cell>
18561 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18562 \begin_inset Text
18563
18564 \begin_layout Plain Layout
18565 \begin_inset Formula $\raisebox{4.5mm}{}{\scriptscriptstyle E_{\mathrm{pot_{1}}}=\frac{K}{l+\frac{m}{n_{2}}}}\raisebox{-3.5mm}{}$
18566 \end_inset
18567
18568
18569 \end_layout
18570
18571 \end_inset
18572 </cell>
18573 </row>
18574 </lyxtabular>
18575
18576 \end_inset
18577
18578
18579 \end_layout
18580
18581 \begin_layout Standard
18582 Nachdem diese Befehle eingegeben wurden, erscheint eine blaues Kästchen
18583  in das die Formelteile eingegeben werden.
18584 \end_layout
18585
18586 \begin_layout Standard
18587 Es gibt eine weitere Möglichkeit die Schriftgröße zu ändern, die allerdings
18588  nur für Symbole oder Buchstaben im mathematischen Text funktioniert.
18589  Dazu wird einer der obigen Textgrößenbefehle im mathematischen Textmodus
18590  eingegeben.
18591  Alle diesem Befehl folgenden Zeichen bis zum Ende des mathematischen Textes
18592  oder bis zu einem anderen Größenbefehl haben dann die angegebene Größe.
18593  Dazu zwei Beispiele:
18594 \begin_inset VSpace -2mm
18595 \end_inset
18596
18597
18598 \end_layout
18599
18600 \begin_layout Standard
18601 \begin_inset ERT
18602 status collapsed
18603
18604 \begin_layout Plain Layout
18605
18606
18607 \backslash
18608 huge 
18609 \end_layout
18610
18611 \end_inset
18612
18613
18614 \begin_inset Formula 
18615 \[
18616 A=\frac{B}{c}\cdot\maltese
18617 \]
18618
18619 \end_inset
18620
18621
18622 \begin_inset Formula 
18623 \[
18624 \maltese A\textrm{\Large\maltese\textit{A}}\textrm{\tiny\maltese\textit{A}}
18625 \]
18626
18627 \end_inset
18628
18629
18630 \begin_inset ERT
18631 status collapsed
18632
18633 \begin_layout Plain Layout
18634
18635
18636 \backslash
18637 normalsize 
18638 \end_layout
18639
18640 \end_inset
18641
18642
18643 \end_layout
18644
18645 \begin_layout Standard
18646 \begin_inset VSpace medskip
18647 \end_inset
18648
18649 Vor beiden Formeln wurde der Befehl 
18650 \series bold
18651
18652 \backslash
18653 huge
18654 \series default
18655  eingegeben.
18656  Der Befehl für die zweite Formel lautet:
18657 \begin_inset Newline newline
18658 \end_inset
18659
18660
18661 \series bold
18662
18663 \backslash
18664 maltese
18665 \begin_inset space \textvisiblespace{}
18666 \end_inset
18667
18668 A M-m m 
18669 \backslash
18670 Large
18671 \begin_inset space \textvisiblespace{}
18672 \end_inset
18673
18674
18675 \backslash
18676 maltese
18677 \begin_inset space \textvisiblespace{}
18678 \end_inset
18679
18680
18681 \backslash
18682 textit
18683 \begin_inset space \textvisiblespace{}
18684 \end_inset
18685
18686 A
18687 \begin_inset Formula $\to$
18688 \end_inset
18689
18690
18691 \begin_inset Formula $\to$
18692 \end_inset
18693
18694
18695 \begin_inset Newline newline
18696 \end_inset
18697
18698
18699 \begin_inset space \hspace*{}
18700 \length 1cm
18701 \end_inset
18702
18703 M-m
18704 \series default
18705  
18706 \series bold
18707
18708 \backslash
18709 tiny
18710 \begin_inset space \textvisiblespace{}
18711 \end_inset
18712
18713
18714 \backslash
18715 maltese
18716 \begin_inset space \textvisiblespace{}
18717 \end_inset
18718
18719
18720 \backslash
18721 textit
18722 \begin_inset space \textvisiblespace{}
18723 \end_inset
18724
18725 A
18726 \end_layout
18727
18728 \begin_layout Standard
18729 Kann ein Symbol nicht in verschiedenen Größen dargestellt werden, wird es
18730  immer in der Standardgröße dargestellt.
18731 \end_layout
18732
18733 \begin_layout Section
18734 Griechische Buchstaben
18735 \begin_inset Index idx
18736 status collapsed
18737
18738 \begin_layout Plain Layout
18739 griechische Buchstaben
18740 \end_layout
18741
18742 \end_inset
18743
18744
18745 \end_layout
18746
18747 \begin_layout Standard
18748 Griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
18749  
18750 \begin_inset Graphics
18751         filename ../../images/math/alpha.png
18752         scale 85
18753
18754 \end_inset
18755
18756  eingefügt werden.
18757  Alle internationalen Schriftsatz-Normen geben vor, dass griechische Buchstaben
18758  in Formeln aufrecht gesetzt werden.
18759  In einigen Sprachen, wie z.
18760 \begin_inset space \thinspace{}
18761 \end_inset
18762
18763 B: Französisch oder Russisch, werden sie dennoch manchmal aufrecht gesetzt.
18764 \end_layout
18765
18766 \begin_layout Subsection
18767 Kleine Buchstaben
18768 \begin_inset Index idx
18769 status collapsed
18770
18771 \begin_layout Plain Layout
18772 griechische Buchstaben ! kleine
18773 \end_layout
18774
18775 \end_inset
18776
18777
18778 \end_layout
18779
18780 \begin_layout Standard
18781 \begin_inset space \hfill{}
18782 \end_inset
18783
18784
18785 \begin_inset Tabular
18786 <lyxtabular version="3" rows="11" columns="2">
18787 <features rotate="0" tabularvalignment="middle">
18788 <column alignment="center" valignment="top" width="0pt">
18789 <column alignment="center" valignment="top" width="0pt">
18790 <row>
18791 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
18792 \begin_inset Text
18793
18794 \begin_layout Plain Layout
18795 Befehl
18796 \end_layout
18797
18798 \end_inset
18799 </cell>
18800 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
18801 \begin_inset Text
18802
18803 \begin_layout Plain Layout
18804 Ergebnis
18805 \end_layout
18806
18807 \end_inset
18808 </cell>
18809 </row>
18810 <row>
18811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18812 \begin_inset Text
18813
18814 \begin_layout Plain Layout
18815
18816 \backslash
18817 alpha
18818 \end_layout
18819
18820 \end_inset
18821 </cell>
18822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18823 \begin_inset Text
18824
18825 \begin_layout Plain Layout
18826 \begin_inset Formula $\alpha$
18827 \end_inset
18828
18829
18830 \end_layout
18831
18832 \end_inset
18833 </cell>
18834 </row>
18835 <row>
18836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18837 \begin_inset Text
18838
18839 \begin_layout Plain Layout
18840
18841 \backslash
18842 beta
18843 \end_layout
18844
18845 \end_inset
18846 </cell>
18847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18848 \begin_inset Text
18849
18850 \begin_layout Plain Layout
18851 \begin_inset Formula $\beta$
18852 \end_inset
18853
18854
18855 \end_layout
18856
18857 \end_inset
18858 </cell>
18859 </row>
18860 <row>
18861 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18862 \begin_inset Text
18863
18864 \begin_layout Plain Layout
18865
18866 \backslash
18867 gamma
18868 \end_layout
18869
18870 \end_inset
18871 </cell>
18872 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18873 \begin_inset Text
18874
18875 \begin_layout Plain Layout
18876 \begin_inset Formula $\gamma$
18877 \end_inset
18878
18879
18880 \end_layout
18881
18882 \end_inset
18883 </cell>
18884 </row>
18885 <row>
18886 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18887 \begin_inset Text
18888
18889 \begin_layout Plain Layout
18890
18891 \backslash
18892 delta
18893 \end_layout
18894
18895 \end_inset
18896 </cell>
18897 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18898 \begin_inset Text
18899
18900 \begin_layout Plain Layout
18901 \begin_inset Formula $\delta$
18902 \end_inset
18903
18904
18905 \end_layout
18906
18907 \end_inset
18908 </cell>
18909 </row>
18910 <row>
18911 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18912 \begin_inset Text
18913
18914 \begin_layout Plain Layout
18915
18916 \backslash
18917 epsilon
18918 \end_layout
18919
18920 \end_inset
18921 </cell>
18922 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18923 \begin_inset Text
18924
18925 \begin_layout Plain Layout
18926 \begin_inset Formula $\epsilon$
18927 \end_inset
18928
18929
18930 \end_layout
18931
18932 \end_inset
18933 </cell>
18934 </row>
18935 <row>
18936 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18937 \begin_inset Text
18938
18939 \begin_layout Plain Layout
18940
18941 \backslash
18942 varepsilon
18943 \end_layout
18944
18945 \end_inset
18946 </cell>
18947 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18948 \begin_inset Text
18949
18950 \begin_layout Plain Layout
18951 \begin_inset Formula $\varepsilon$
18952 \end_inset
18953
18954
18955 \end_layout
18956
18957 \end_inset
18958 </cell>
18959 </row>
18960 <row>
18961 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18962 \begin_inset Text
18963
18964 \begin_layout Plain Layout
18965
18966 \backslash
18967 zeta
18968 \end_layout
18969
18970 \end_inset
18971 </cell>
18972 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18973 \begin_inset Text
18974
18975 \begin_layout Plain Layout
18976 \begin_inset Formula $\zeta$
18977 \end_inset
18978
18979
18980 \end_layout
18981
18982 \end_inset
18983 </cell>
18984 </row>
18985 <row>
18986 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
18987 \begin_inset Text
18988
18989 \begin_layout Plain Layout
18990
18991 \backslash
18992 eta
18993 \end_layout
18994
18995 \end_inset
18996 </cell>
18997 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
18998 \begin_inset Text
18999
19000 \begin_layout Plain Layout
19001 \begin_inset Formula $\eta$
19002 \end_inset
19003
19004
19005 \end_layout
19006
19007 \end_inset
19008 </cell>
19009 </row>
19010 <row>
19011 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19012 \begin_inset Text
19013
19014 \begin_layout Plain Layout
19015
19016 \backslash
19017 theta
19018 \end_layout
19019
19020 \end_inset
19021 </cell>
19022 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19023 \begin_inset Text
19024
19025 \begin_layout Plain Layout
19026 \begin_inset Formula $\theta$
19027 \end_inset
19028
19029
19030 \end_layout
19031
19032 \end_inset
19033 </cell>
19034 </row>
19035 <row>
19036 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19037 \begin_inset Text
19038
19039 \begin_layout Plain Layout
19040
19041 \backslash
19042 vartheta
19043 \end_layout
19044
19045 \end_inset
19046 </cell>
19047 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19048 \begin_inset Text
19049
19050 \begin_layout Plain Layout
19051 \begin_inset Formula $\vartheta$
19052 \end_inset
19053
19054
19055 \end_layout
19056
19057 \end_inset
19058 </cell>
19059 </row>
19060 </lyxtabular>
19061
19062 \end_inset
19063
19064
19065 \begin_inset space \hfill{}
19066 \end_inset
19067
19068
19069 \begin_inset Tabular
19070 <lyxtabular version="3" rows="12" columns="2">
19071 <features rotate="0" tabularvalignment="middle">
19072 <column alignment="center" valignment="top" width="0pt">
19073 <column alignment="center" valignment="top" width="0pt">
19074 <row>
19075 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19076 \begin_inset Text
19077
19078 \begin_layout Plain Layout
19079 Befehl
19080 \end_layout
19081
19082 \end_inset
19083 </cell>
19084 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19085 \begin_inset Text
19086
19087 \begin_layout Plain Layout
19088 Ergebnis
19089 \end_layout
19090
19091 \end_inset
19092 </cell>
19093 </row>
19094 <row>
19095 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19096 \begin_inset Text
19097
19098 \begin_layout Plain Layout
19099
19100 \backslash
19101 iota
19102 \end_layout
19103
19104 \end_inset
19105 </cell>
19106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19107 \begin_inset Text
19108
19109 \begin_layout Plain Layout
19110 \begin_inset Formula $\iota$
19111 \end_inset
19112
19113
19114 \end_layout
19115
19116 \end_inset
19117 </cell>
19118 </row>
19119 <row>
19120 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19121 \begin_inset Text
19122
19123 \begin_layout Plain Layout
19124
19125 \backslash
19126 kappa
19127 \end_layout
19128
19129 \end_inset
19130 </cell>
19131 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19132 \begin_inset Text
19133
19134 \begin_layout Plain Layout
19135 \begin_inset Formula $\kappa$
19136 \end_inset
19137
19138
19139 \end_layout
19140
19141 \end_inset
19142 </cell>
19143 </row>
19144 <row>
19145 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19146 \begin_inset Text
19147
19148 \begin_layout Plain Layout
19149
19150 \backslash
19151 varkappa
19152 \end_layout
19153
19154 \end_inset
19155 </cell>
19156 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19157 \begin_inset Text
19158
19159 \begin_layout Plain Layout
19160 \begin_inset Formula $\varkappa$
19161 \end_inset
19162
19163
19164 \end_layout
19165
19166 \end_inset
19167 </cell>
19168 </row>
19169 <row>
19170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19171 \begin_inset Text
19172
19173 \begin_layout Plain Layout
19174
19175 \backslash
19176 lambda
19177 \end_layout
19178
19179 \end_inset
19180 </cell>
19181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19182 \begin_inset Text
19183
19184 \begin_layout Plain Layout
19185 \begin_inset Formula $\lambda$
19186 \end_inset
19187
19188
19189 \end_layout
19190
19191 \end_inset
19192 </cell>
19193 </row>
19194 <row>
19195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19196 \begin_inset Text
19197
19198 \begin_layout Plain Layout
19199
19200 \backslash
19201 mu
19202 \end_layout
19203
19204 \end_inset
19205 </cell>
19206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19207 \begin_inset Text
19208
19209 \begin_layout Plain Layout
19210 \begin_inset Formula $\mu$
19211 \end_inset
19212
19213
19214 \end_layout
19215
19216 \end_inset
19217 </cell>
19218 </row>
19219 <row>
19220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19221 \begin_inset Text
19222
19223 \begin_layout Plain Layout
19224
19225 \backslash
19226 nu
19227 \end_layout
19228
19229 \end_inset
19230 </cell>
19231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19232 \begin_inset Text
19233
19234 \begin_layout Plain Layout
19235 \begin_inset Formula $\nu$
19236 \end_inset
19237
19238
19239 \end_layout
19240
19241 \end_inset
19242 </cell>
19243 </row>
19244 <row>
19245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19246 \begin_inset Text
19247
19248 \begin_layout Plain Layout
19249
19250 \backslash
19251 xi
19252 \end_layout
19253
19254 \end_inset
19255 </cell>
19256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19257 \begin_inset Text
19258
19259 \begin_layout Plain Layout
19260 \begin_inset Formula $\xi$
19261 \end_inset
19262
19263
19264 \end_layout
19265
19266 \end_inset
19267 </cell>
19268 </row>
19269 <row>
19270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19271 \begin_inset Text
19272
19273 \begin_layout Plain Layout
19274 o
19275 \end_layout
19276
19277 \end_inset
19278 </cell>
19279 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19280 \begin_inset Text
19281
19282 \begin_layout Plain Layout
19283 \begin_inset Formula $o$
19284 \end_inset
19285
19286
19287 \end_layout
19288
19289 \end_inset
19290 </cell>
19291 </row>
19292 <row>
19293 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19294 \begin_inset Text
19295
19296 \begin_layout Plain Layout
19297
19298 \backslash
19299 pi
19300 \end_layout
19301
19302 \end_inset
19303 </cell>
19304 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19305 \begin_inset Text
19306
19307 \begin_layout Plain Layout
19308 \begin_inset Formula $\pi$
19309 \end_inset
19310
19311
19312 \end_layout
19313
19314 \end_inset
19315 </cell>
19316 </row>
19317 <row>
19318 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19319 \begin_inset Text
19320
19321 \begin_layout Plain Layout
19322
19323 \backslash
19324 varpi
19325 \end_layout
19326
19327 \end_inset
19328 </cell>
19329 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19330 \begin_inset Text
19331
19332 \begin_layout Plain Layout
19333 \begin_inset Formula $\varpi$
19334 \end_inset
19335
19336
19337 \end_layout
19338
19339 \end_inset
19340 </cell>
19341 </row>
19342 <row>
19343 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19344 \begin_inset Text
19345
19346 \begin_layout Plain Layout
19347
19348 \backslash
19349 rho
19350 \end_layout
19351
19352 \end_inset
19353 </cell>
19354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19355 \begin_inset Text
19356
19357 \begin_layout Plain Layout
19358 \begin_inset Formula $\rho$
19359 \end_inset
19360
19361
19362 \end_layout
19363
19364 \end_inset
19365 </cell>
19366 </row>
19367 </lyxtabular>
19368
19369 \end_inset
19370
19371
19372 \begin_inset space \hfill{}
19373 \end_inset
19374
19375
19376 \begin_inset Tabular
19377 <lyxtabular version="3" rows="11" columns="2">
19378 <features rotate="0" tabularvalignment="middle">
19379 <column alignment="center" valignment="top" width="0pt">
19380 <column alignment="center" valignment="top" width="0pt">
19381 <row>
19382 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19383 \begin_inset Text
19384
19385 \begin_layout Plain Layout
19386 Befehl
19387 \end_layout
19388
19389 \end_inset
19390 </cell>
19391 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19392 \begin_inset Text
19393
19394 \begin_layout Plain Layout
19395 Ergebnis
19396 \end_layout
19397
19398 \end_inset
19399 </cell>
19400 </row>
19401 <row>
19402 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19403 \begin_inset Text
19404
19405 \begin_layout Plain Layout
19406
19407 \backslash
19408 varrho
19409 \end_layout
19410
19411 \end_inset
19412 </cell>
19413 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19414 \begin_inset Text
19415
19416 \begin_layout Plain Layout
19417 \begin_inset Formula $\varrho$
19418 \end_inset
19419
19420
19421 \end_layout
19422
19423 \end_inset
19424 </cell>
19425 </row>
19426 <row>
19427 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19428 \begin_inset Text
19429
19430 \begin_layout Plain Layout
19431
19432 \backslash
19433 sigma
19434 \end_layout
19435
19436 \end_inset
19437 </cell>
19438 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19439 \begin_inset Text
19440
19441 \begin_layout Plain Layout
19442 \begin_inset Formula $\sigma$
19443 \end_inset
19444
19445
19446 \end_layout
19447
19448 \end_inset
19449 </cell>
19450 </row>
19451 <row>
19452 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19453 \begin_inset Text
19454
19455 \begin_layout Plain Layout
19456
19457 \backslash
19458 varsigma
19459 \end_layout
19460
19461 \end_inset
19462 </cell>
19463 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19464 \begin_inset Text
19465
19466 \begin_layout Plain Layout
19467 \begin_inset Formula $\varsigma$
19468 \end_inset
19469
19470
19471 \end_layout
19472
19473 \end_inset
19474 </cell>
19475 </row>
19476 <row>
19477 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19478 \begin_inset Text
19479
19480 \begin_layout Plain Layout
19481
19482 \backslash
19483 tau
19484 \end_layout
19485
19486 \end_inset
19487 </cell>
19488 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19489 \begin_inset Text
19490
19491 \begin_layout Plain Layout
19492 \begin_inset Formula $\tau$
19493 \end_inset
19494
19495
19496 \end_layout
19497
19498 \end_inset
19499 </cell>
19500 </row>
19501 <row>
19502 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19503 \begin_inset Text
19504
19505 \begin_layout Plain Layout
19506
19507 \backslash
19508 upsilon
19509 \end_layout
19510
19511 \end_inset
19512 </cell>
19513 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19514 \begin_inset Text
19515
19516 \begin_layout Plain Layout
19517 \begin_inset Formula $\upsilon$
19518 \end_inset
19519
19520
19521 \end_layout
19522
19523 \end_inset
19524 </cell>
19525 </row>
19526 <row>
19527 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19528 \begin_inset Text
19529
19530 \begin_layout Plain Layout
19531
19532 \backslash
19533 phi
19534 \end_layout
19535
19536 \end_inset
19537 </cell>
19538 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19539 \begin_inset Text
19540
19541 \begin_layout Plain Layout
19542 \begin_inset Formula $\phi$
19543 \end_inset
19544
19545
19546 \end_layout
19547
19548 \end_inset
19549 </cell>
19550 </row>
19551 <row>
19552 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19553 \begin_inset Text
19554
19555 \begin_layout Plain Layout
19556
19557 \backslash
19558 varphi
19559 \end_layout
19560
19561 \end_inset
19562 </cell>
19563 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19564 \begin_inset Text
19565
19566 \begin_layout Plain Layout
19567 \begin_inset Formula $\varphi$
19568 \end_inset
19569
19570
19571 \end_layout
19572
19573 \end_inset
19574 </cell>
19575 </row>
19576 <row>
19577 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19578 \begin_inset Text
19579
19580 \begin_layout Plain Layout
19581
19582 \backslash
19583 chi
19584 \end_layout
19585
19586 \end_inset
19587 </cell>
19588 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19589 \begin_inset Text
19590
19591 \begin_layout Plain Layout
19592 \begin_inset Formula $\chi$
19593 \end_inset
19594
19595
19596 \end_layout
19597
19598 \end_inset
19599 </cell>
19600 </row>
19601 <row>
19602 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19603 \begin_inset Text
19604
19605 \begin_layout Plain Layout
19606
19607 \backslash
19608 psi
19609 \end_layout
19610
19611 \end_inset
19612 </cell>
19613 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19614 \begin_inset Text
19615
19616 \begin_layout Plain Layout
19617 \begin_inset Formula $\psi$
19618 \end_inset
19619
19620
19621 \end_layout
19622
19623 \end_inset
19624 </cell>
19625 </row>
19626 <row>
19627 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19628 \begin_inset Text
19629
19630 \begin_layout Plain Layout
19631
19632 \backslash
19633 omega
19634 \end_layout
19635
19636 \end_inset
19637 </cell>
19638 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19639 \begin_inset Text
19640
19641 \begin_layout Plain Layout
19642 \begin_inset Formula $\omega$
19643 \end_inset
19644
19645
19646 \end_layout
19647
19648 \end_inset
19649 </cell>
19650 </row>
19651 </lyxtabular>
19652
19653 \end_inset
19654
19655
19656 \begin_inset space \hfill{}
19657 \end_inset
19658
19659
19660 \end_layout
19661
19662 \begin_layout Standard
19663 \begin_inset VSpace medskip
19664 \end_inset
19665
19666 Wie man spezielle, aufrechte griechische Buchstaben erstellt, ist in 
19667 \begin_inset CommandInset ref
19668 LatexCommand ref
19669 reference "sub:Aufrechte-kleine-griechische"
19670
19671 \end_inset
19672
19673  beschrieben.
19674 \end_layout
19675
19676 \begin_layout Subsection
19677 Große Buchstaben
19678 \begin_inset Index idx
19679 status collapsed
19680
19681 \begin_layout Plain Layout
19682 griechische Buchstaben ! große
19683 \end_layout
19684
19685 \end_inset
19686
19687
19688 \end_layout
19689
19690 \begin_layout Standard
19691 \begin_inset space \hfill{}
19692 \end_inset
19693
19694
19695 \begin_inset Tabular
19696 <lyxtabular version="3" rows="7" columns="2">
19697 <features rotate="0" tabularvalignment="middle">
19698 <column alignment="center" valignment="top" width="0pt">
19699 <column alignment="center" valignment="top" width="0pt">
19700 <row>
19701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19702 \begin_inset Text
19703
19704 \begin_layout Plain Layout
19705 Befehl
19706 \end_layout
19707
19708 \end_inset
19709 </cell>
19710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19711 \begin_inset Text
19712
19713 \begin_layout Plain Layout
19714 Ergebnis
19715 \end_layout
19716
19717 \end_inset
19718 </cell>
19719 </row>
19720 <row>
19721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19722 \begin_inset Text
19723
19724 \begin_layout Plain Layout
19725
19726 \backslash
19727 Gamma
19728 \end_layout
19729
19730 \end_inset
19731 </cell>
19732 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19733 \begin_inset Text
19734
19735 \begin_layout Plain Layout
19736 \begin_inset Formula $\Gamma$
19737 \end_inset
19738
19739
19740 \end_layout
19741
19742 \end_inset
19743 </cell>
19744 </row>
19745 <row>
19746 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19747 \begin_inset Text
19748
19749 \begin_layout Plain Layout
19750
19751 \backslash
19752 Delta
19753 \end_layout
19754
19755 \end_inset
19756 </cell>
19757 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19758 \begin_inset Text
19759
19760 \begin_layout Plain Layout
19761 \begin_inset Formula $\Delta$
19762 \end_inset
19763
19764
19765 \end_layout
19766
19767 \end_inset
19768 </cell>
19769 </row>
19770 <row>
19771 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19772 \begin_inset Text
19773
19774 \begin_layout Plain Layout
19775
19776 \backslash
19777 Theta
19778 \end_layout
19779
19780 \end_inset
19781 </cell>
19782 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19783 \begin_inset Text
19784
19785 \begin_layout Plain Layout
19786 \begin_inset Formula $\Theta$
19787 \end_inset
19788
19789
19790 \end_layout
19791
19792 \end_inset
19793 </cell>
19794 </row>
19795 <row>
19796 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19797 \begin_inset Text
19798
19799 \begin_layout Plain Layout
19800
19801 \backslash
19802 Lambda
19803 \end_layout
19804
19805 \end_inset
19806 </cell>
19807 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19808 \begin_inset Text
19809
19810 \begin_layout Plain Layout
19811 \begin_inset Formula $\Lambda$
19812 \end_inset
19813
19814
19815 \end_layout
19816
19817 \end_inset
19818 </cell>
19819 </row>
19820 <row>
19821 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19822 \begin_inset Text
19823
19824 \begin_layout Plain Layout
19825
19826 \backslash
19827 Xi
19828 \end_layout
19829
19830 \end_inset
19831 </cell>
19832 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19833 \begin_inset Text
19834
19835 \begin_layout Plain Layout
19836 \begin_inset Formula $\Xi$
19837 \end_inset
19838
19839
19840 \end_layout
19841
19842 \end_inset
19843 </cell>
19844 </row>
19845 <row>
19846 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19847 \begin_inset Text
19848
19849 \begin_layout Plain Layout
19850
19851 \backslash
19852 Pi
19853 \end_layout
19854
19855 \end_inset
19856 </cell>
19857 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19858 \begin_inset Text
19859
19860 \begin_layout Plain Layout
19861 \begin_inset Formula $\Pi$
19862 \end_inset
19863
19864
19865 \end_layout
19866
19867 \end_inset
19868 </cell>
19869 </row>
19870 </lyxtabular>
19871
19872 \end_inset
19873
19874
19875 \begin_inset space \hfill{}
19876 \end_inset
19877
19878
19879 \begin_inset Tabular
19880 <lyxtabular version="3" rows="6" columns="2">
19881 <features rotate="0" tabularvalignment="middle">
19882 <column alignment="center" valignment="top" width="0pt">
19883 <column alignment="center" valignment="top" width="0pt">
19884 <row>
19885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
19886 \begin_inset Text
19887
19888 \begin_layout Plain Layout
19889 Befehl
19890 \end_layout
19891
19892 \end_inset
19893 </cell>
19894 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
19895 \begin_inset Text
19896
19897 \begin_layout Plain Layout
19898 Ergebnis
19899 \end_layout
19900
19901 \end_inset
19902 </cell>
19903 </row>
19904 <row>
19905 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19906 \begin_inset Text
19907
19908 \begin_layout Plain Layout
19909
19910 \backslash
19911 Sigma
19912 \end_layout
19913
19914 \end_inset
19915 </cell>
19916 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19917 \begin_inset Text
19918
19919 \begin_layout Plain Layout
19920 \begin_inset Formula $\Sigma$
19921 \end_inset
19922
19923
19924 \end_layout
19925
19926 \end_inset
19927 </cell>
19928 </row>
19929 <row>
19930 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19931 \begin_inset Text
19932
19933 \begin_layout Plain Layout
19934
19935 \backslash
19936 Upsilon
19937 \end_layout
19938
19939 \end_inset
19940 </cell>
19941 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19942 \begin_inset Text
19943
19944 \begin_layout Plain Layout
19945 \begin_inset Formula $\Upsilon$
19946 \end_inset
19947
19948
19949 \end_layout
19950
19951 \end_inset
19952 </cell>
19953 </row>
19954 <row>
19955 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19956 \begin_inset Text
19957
19958 \begin_layout Plain Layout
19959
19960 \backslash
19961 Phi
19962 \end_layout
19963
19964 \end_inset
19965 </cell>
19966 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19967 \begin_inset Text
19968
19969 \begin_layout Plain Layout
19970 \begin_inset Formula $\Phi$
19971 \end_inset
19972
19973
19974 \end_layout
19975
19976 \end_inset
19977 </cell>
19978 </row>
19979 <row>
19980 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
19981 \begin_inset Text
19982
19983 \begin_layout Plain Layout
19984
19985 \backslash
19986 Psi
19987 \end_layout
19988
19989 \end_inset
19990 </cell>
19991 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
19992 \begin_inset Text
19993
19994 \begin_layout Plain Layout
19995 \begin_inset Formula $\Psi$
19996 \end_inset
19997
19998
19999 \end_layout
20000
20001 \end_inset
20002 </cell>
20003 </row>
20004 <row>
20005 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20006 \begin_inset Text
20007
20008 \begin_layout Plain Layout
20009
20010 \backslash
20011 Omega
20012 \end_layout
20013
20014 \end_inset
20015 </cell>
20016 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20017 \begin_inset Text
20018
20019 \begin_layout Plain Layout
20020 \begin_inset Formula $\Omega$
20021 \end_inset
20022
20023
20024 \end_layout
20025
20026 \end_inset
20027 </cell>
20028 </row>
20029 </lyxtabular>
20030
20031 \end_inset
20032
20033
20034 \begin_inset space \hfill{}
20035 \end_inset
20036
20037
20038 \end_layout
20039
20040 \begin_layout Standard
20041 \begin_inset VSpace medskip
20042 \end_inset
20043
20044 Dass die großen griechischen Buchstaben aufrecht erscheinen, ist einem Fehler
20045  geschuldet, der während der Entwicklung von TeX gemacht wurde.
20046  Um korrekte kursive Großbuchstaben zu erhalten, beginnt man einen Befehl
20047  mit 
20048 \series bold
20049 var
20050 \series default
20051 .
20052  So ergibt z.
20053 \begin_inset space \thinspace{}
20054 \end_inset
20055
20056 B.
20057  der Befehl 
20058 \series bold
20059
20060 \backslash
20061 varGamma
20062 \series default
20063  
20064 \begin_inset Formula $\varGamma$
20065 \end_inset
20066
20067 .
20068  Eine andere Methode ist das Laden des Pakets 
20069 \series bold
20070 fixmath
20071 \series default
20072
20073 \begin_inset Foot
20074 status collapsed
20075
20076 \begin_layout Plain Layout
20077
20078 \series bold
20079 fixmath
20080 \series default
20081  ist Teil des LaTeX-Paketes 
20082 \series bold
20083 was
20084 \series default
20085
20086 \begin_inset Index idx
20087 status collapsed
20088
20089 \begin_layout Plain Layout
20090 Pakete ! was
20091 \begin_inset ERT
20092 status collapsed
20093
20094 \begin_layout Plain Layout
20095
20096
20097 \backslash
20098 vspace{4mm}
20099 \end_layout
20100
20101 \end_inset
20102
20103
20104 \end_layout
20105
20106 \end_inset
20107
20108 .
20109 \end_layout
20110
20111 \end_inset
20112
20113
20114 \begin_inset Index idx
20115 status collapsed
20116
20117 \begin_layout Plain Layout
20118 Pakete ! fixmath
20119 \end_layout
20120
20121 \end_inset
20122
20123  mit der LaTeX-Vorspannzeile
20124 \end_layout
20125
20126 \begin_layout Standard
20127
20128 \series bold
20129
20130 \backslash
20131 usepackage{fixmath}
20132 \end_layout
20133
20134 \begin_layout Standard
20135 Dann werden alle großen griechischen Buchstaben im Dokument automatisch
20136  kursiv ausgegeben.
20137 \end_layout
20138
20139 \begin_layout Subsection
20140 Fett gedruckte Buchstaben
20141 \begin_inset Index idx
20142 status collapsed
20143
20144 \begin_layout Plain Layout
20145 griechische Buchstaben ! fett gedruckte
20146 \end_layout
20147
20148 \end_inset
20149
20150
20151 \end_layout
20152
20153 \begin_layout Standard
20154 Griechische lassen sich nicht wie lateinische Buchstaben in verschiedenen
20155  Schriftstilen darstellen.
20156  Es besteht nur die Möglichkeit, sie mit dem Befehl 
20157 \series bold
20158
20159 \backslash
20160 boldsymbol
20161 \series default
20162
20163 \begin_inset Index idx
20164 status collapsed
20165
20166 \begin_layout Plain Layout
20167 Befehle ! B ! 
20168 \backslash
20169 boldsymbol
20170 \end_layout
20171
20172 \end_inset
20173
20174  fett gedruckt auszugeben.
20175 \end_layout
20176
20177 \begin_layout Standard
20178 \align center
20179 \begin_inset Tabular
20180 <lyxtabular version="3" rows="3" columns="2">
20181 <features rotate="0" tabularvalignment="middle">
20182 <column alignment="center" valignment="top">
20183 <column alignment="center" valignment="top">
20184 <row>
20185 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20186 \begin_inset Text
20187
20188 \begin_layout Plain Layout
20189 Befehl
20190 \end_layout
20191
20192 \end_inset
20193 </cell>
20194 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20195 \begin_inset Text
20196
20197 \begin_layout Plain Layout
20198 Ergebnis
20199 \end_layout
20200
20201 \end_inset
20202 </cell>
20203 </row>
20204 <row>
20205 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20206 \begin_inset Text
20207
20208 \begin_layout Plain Layout
20209
20210 \backslash
20211 Upsilon
20212 \backslash
20213 boldsymbol
20214 \backslash
20215 Upsilon
20216 \end_layout
20217
20218 \end_inset
20219 </cell>
20220 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20221 \begin_inset Text
20222
20223 \begin_layout Plain Layout
20224 \begin_inset Formula $\Upsilon\boldsymbol{\Upsilon}$
20225 \end_inset
20226
20227
20228 \end_layout
20229
20230 \end_inset
20231 </cell>
20232 </row>
20233 <row>
20234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20235 \begin_inset Text
20236
20237 \begin_layout Plain Layout
20238
20239 \backslash
20240 theta
20241 \backslash
20242 boldsymbol
20243 \backslash
20244 theta
20245 \end_layout
20246
20247 \end_inset
20248 </cell>
20249 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20250 \begin_inset Text
20251
20252 \begin_layout Plain Layout
20253 \begin_inset Formula $\theta\boldsymbol{\theta}$
20254 \end_inset
20255
20256
20257 \end_layout
20258
20259 \end_inset
20260 </cell>
20261 </row>
20262 </lyxtabular>
20263
20264 \end_inset
20265
20266
20267 \end_layout
20268
20269 \begin_layout Section
20270 Symbole
20271 \begin_inset ERT
20272 status collapsed
20273
20274 \begin_layout Plain Layout
20275
20276
20277 \backslash
20278 texorpdfstring{
20279 \end_layout
20280
20281 \end_inset
20282
20283
20284 \begin_inset Foot
20285 status collapsed
20286
20287 \begin_layout Plain Layout
20288 Eine Liste mit sämtlichen Symbolen der meisten LaTeX-Pakete findet man in
20289  
20290 \begin_inset CommandInset citation
20291 LatexCommand cite
20292 key "Symbole"
20293
20294 \end_inset
20295
20296 .
20297 \end_layout
20298
20299 \end_inset
20300
20301
20302 \begin_inset ERT
20303 status collapsed
20304
20305 \begin_layout Plain Layout
20306
20307 }{}
20308 \end_layout
20309
20310 \end_inset
20311
20312
20313 \begin_inset Note Note
20314 status collapsed
20315
20316 \begin_layout Plain Layout
20317
20318 \series bold
20319
20320 \backslash
20321 texorpdfstring
20322 \series default
20323  dient dazu, dass die Fußnote nicht mit im pdf-Lesezeichen erscheint.
20324 \end_layout
20325
20326 \begin_layout Plain Layout
20327 Näheres zu 
20328 \series bold
20329
20330 \backslash
20331 texorpdfstring
20332 \series default
20333  steht in Kapitel 
20334 \begin_inset CommandInset ref
20335 LatexCommand ref
20336 reference "sub:Formeln-in-Überschriften"
20337
20338 \end_inset
20339
20340 .
20341 \end_layout
20342
20343 \end_inset
20344
20345
20346 \begin_inset Index idx
20347 status collapsed
20348
20349 \begin_layout Plain Layout
20350 Symbole
20351 \end_layout
20352
20353 \end_inset
20354
20355
20356 \end_layout
20357
20358 \begin_layout Standard
20359 Viele der im Folgenden aufgelisteten Symbole können auch über die Mathe-Werkzeug\SpecialChar \-
20360
20361 leistenknöpfe 
20362 \begin_inset Graphics
20363         filename ../../images/math/nabla.png
20364         scale 85
20365
20366 \end_inset
20367
20368  und 
20369 \begin_inset Graphics
20370         filename ../../images/math/digamma.png
20371         scale 85
20372
20373 \end_inset
20374
20375  eingefügt werden.
20376 \end_layout
20377
20378 \begin_layout Subsection
20379 Mathematische Symbole
20380 \begin_inset CommandInset label
20381 LatexCommand label
20382 name "sub:Mathematische-Symbole"
20383
20384 \end_inset
20385
20386
20387 \begin_inset Index idx
20388 status collapsed
20389
20390 \begin_layout Plain Layout
20391 Symbole ! mathematische
20392 \end_layout
20393
20394 \end_inset
20395
20396
20397 \end_layout
20398
20399 \begin_layout Standard
20400 \begin_inset space \hfill{}
20401 \end_inset
20402
20403
20404 \begin_inset Tabular
20405 <lyxtabular version="3" rows="10" columns="2">
20406 <features rotate="0" tabularvalignment="middle">
20407 <column alignment="center" valignment="top" width="0pt">
20408 <column alignment="center" valignment="top" width="0pt">
20409 <row>
20410 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20411 \begin_inset Text
20412
20413 \begin_layout Plain Layout
20414 Befehl
20415 \end_layout
20416
20417 \end_inset
20418 </cell>
20419 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20420 \begin_inset Text
20421
20422 \begin_layout Plain Layout
20423 Ergebnis
20424 \end_layout
20425
20426 \end_inset
20427 </cell>
20428 </row>
20429 <row>
20430 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20431 \begin_inset Text
20432
20433 \begin_layout Plain Layout
20434
20435 \backslash
20436 neg
20437 \end_layout
20438
20439 \end_inset
20440 </cell>
20441 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20442 \begin_inset Text
20443
20444 \begin_layout Plain Layout
20445 \begin_inset Formula $\neg$
20446 \end_inset
20447
20448
20449 \end_layout
20450
20451 \end_inset
20452 </cell>
20453 </row>
20454 <row>
20455 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20456 \begin_inset Text
20457
20458 \begin_layout Plain Layout
20459
20460 \backslash
20461 Im
20462 \end_layout
20463
20464 \end_inset
20465 </cell>
20466 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20467 \begin_inset Text
20468
20469 \begin_layout Plain Layout
20470 \begin_inset Formula $\Im$
20471 \end_inset
20472
20473
20474 \end_layout
20475
20476 \end_inset
20477 </cell>
20478 </row>
20479 <row>
20480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20481 \begin_inset Text
20482
20483 \begin_layout Plain Layout
20484
20485 \backslash
20486 Re
20487 \end_layout
20488
20489 \end_inset
20490 </cell>
20491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20492 \begin_inset Text
20493
20494 \begin_layout Plain Layout
20495 \begin_inset Formula $\Re$
20496 \end_inset
20497
20498
20499 \end_layout
20500
20501 \end_inset
20502 </cell>
20503 </row>
20504 <row>
20505 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20506 \begin_inset Text
20507
20508 \begin_layout Plain Layout
20509
20510 \backslash
20511 aleph
20512 \end_layout
20513
20514 \end_inset
20515 </cell>
20516 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20517 \begin_inset Text
20518
20519 \begin_layout Plain Layout
20520 \begin_inset Formula $\aleph$
20521 \end_inset
20522
20523
20524 \end_layout
20525
20526 \end_inset
20527 </cell>
20528 </row>
20529 <row>
20530 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20531 \begin_inset Text
20532
20533 \begin_layout Plain Layout
20534
20535 \backslash
20536 partial
20537 \end_layout
20538
20539 \end_inset
20540 </cell>
20541 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20542 \begin_inset Text
20543
20544 \begin_layout Plain Layout
20545 \begin_inset Formula $\partial$
20546 \end_inset
20547
20548
20549 \end_layout
20550
20551 \end_inset
20552 </cell>
20553 </row>
20554 <row>
20555 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20556 \begin_inset Text
20557
20558 \begin_layout Plain Layout
20559
20560 \backslash
20561 infty
20562 \end_layout
20563
20564 \end_inset
20565 </cell>
20566 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20567 \begin_inset Text
20568
20569 \begin_layout Plain Layout
20570 \begin_inset Formula $\infty$
20571 \end_inset
20572
20573
20574 \end_layout
20575
20576 \end_inset
20577 </cell>
20578 </row>
20579 <row>
20580 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20581 \begin_inset Text
20582
20583 \begin_layout Plain Layout
20584
20585 \backslash
20586 wp
20587 \end_layout
20588
20589 \end_inset
20590 </cell>
20591 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20592 \begin_inset Text
20593
20594 \begin_layout Plain Layout
20595 \begin_inset Formula $\wp$
20596 \end_inset
20597
20598
20599 \end_layout
20600
20601 \end_inset
20602 </cell>
20603 </row>
20604 <row>
20605 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20606 \begin_inset Text
20607
20608 \begin_layout Plain Layout
20609
20610 \backslash
20611 imath
20612 \end_layout
20613
20614 \end_inset
20615 </cell>
20616 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20617 \begin_inset Text
20618
20619 \begin_layout Plain Layout
20620 \begin_inset Formula $\imath$
20621 \end_inset
20622
20623
20624 \end_layout
20625
20626 \end_inset
20627 </cell>
20628 </row>
20629 <row>
20630 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20631 \begin_inset Text
20632
20633 \begin_layout Plain Layout
20634
20635 \backslash
20636 jmath
20637 \end_layout
20638
20639 \end_inset
20640 </cell>
20641 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20642 \begin_inset Text
20643
20644 \begin_layout Plain Layout
20645 \begin_inset Formula $\jmath$
20646 \end_inset
20647
20648
20649 \end_layout
20650
20651 \end_inset
20652 </cell>
20653 </row>
20654 </lyxtabular>
20655
20656 \end_inset
20657
20658
20659 \begin_inset space \hfill{}
20660 \end_inset
20661
20662
20663 \begin_inset Tabular
20664 <lyxtabular version="3" rows="10" columns="2">
20665 <features rotate="0" tabularvalignment="middle">
20666 <column alignment="center" valignment="top" width="0pt">
20667 <column alignment="center" valignment="top" width="0pt">
20668 <row>
20669 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20670 \begin_inset Text
20671
20672 \begin_layout Plain Layout
20673 Befehl
20674 \end_layout
20675
20676 \end_inset
20677 </cell>
20678 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20679 \begin_inset Text
20680
20681 \begin_layout Plain Layout
20682 Ergebnis
20683 \begin_inset Note Note
20684 status collapsed
20685
20686 \begin_layout Plain Layout
20687
20688 \series bold
20689
20690 \backslash
20691 raisebox
20692 \series default
20693  dient nur als Abstandhalter.
20694 \end_layout
20695
20696 \end_inset
20697
20698
20699 \end_layout
20700
20701 \end_inset
20702 </cell>
20703 </row>
20704 <row>
20705 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20706 \begin_inset Text
20707
20708 \begin_layout Plain Layout
20709
20710 \backslash
20711 forall
20712 \end_layout
20713
20714 \end_inset
20715 </cell>
20716 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20717 \begin_inset Text
20718
20719 \begin_layout Plain Layout
20720 \begin_inset Formula $\forall$
20721 \end_inset
20722
20723
20724 \end_layout
20725
20726 \end_inset
20727 </cell>
20728 </row>
20729 <row>
20730 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20731 \begin_inset Text
20732
20733 \begin_layout Plain Layout
20734
20735 \backslash
20736 exists
20737 \end_layout
20738
20739 \end_inset
20740 </cell>
20741 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20742 \begin_inset Text
20743
20744 \begin_layout Plain Layout
20745 \begin_inset Formula $\exists$
20746 \end_inset
20747
20748
20749 \end_layout
20750
20751 \end_inset
20752 </cell>
20753 </row>
20754 <row>
20755 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20756 \begin_inset Text
20757
20758 \begin_layout Plain Layout
20759
20760 \backslash
20761 nexists
20762 \end_layout
20763
20764 \end_inset
20765 </cell>
20766 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20767 \begin_inset Text
20768
20769 \begin_layout Plain Layout
20770 \begin_inset Formula $\nexists$
20771 \end_inset
20772
20773
20774 \end_layout
20775
20776 \end_inset
20777 </cell>
20778 </row>
20779 <row>
20780 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20781 \begin_inset Text
20782
20783 \begin_layout Plain Layout
20784
20785 \backslash
20786 emptyset
20787 \end_layout
20788
20789 \end_inset
20790 </cell>
20791 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20792 \begin_inset Text
20793
20794 \begin_layout Plain Layout
20795 \begin_inset Formula $\emptyset$
20796 \end_inset
20797
20798
20799 \end_layout
20800
20801 \end_inset
20802 </cell>
20803 </row>
20804 <row>
20805 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20806 \begin_inset Text
20807
20808 \begin_layout Plain Layout
20809
20810 \backslash
20811 varnothing
20812 \end_layout
20813
20814 \end_inset
20815 </cell>
20816 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20817 \begin_inset Text
20818
20819 \begin_layout Plain Layout
20820 \begin_inset Formula $\varnothing$
20821 \end_inset
20822
20823
20824 \end_layout
20825
20826 \end_inset
20827 </cell>
20828 </row>
20829 <row>
20830 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20831 \begin_inset Text
20832
20833 \begin_layout Plain Layout
20834
20835 \backslash
20836 dag
20837 \end_layout
20838
20839 \end_inset
20840 </cell>
20841 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
20842 \begin_inset Text
20843
20844 \begin_layout Plain Layout
20845 \begin_inset Formula $\dag$
20846 \end_inset
20847
20848
20849 \end_layout
20850
20851 \end_inset
20852 </cell>
20853 </row>
20854 <row>
20855 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20856 \begin_inset Text
20857
20858 \begin_layout Plain Layout
20859
20860 \backslash
20861 ddag
20862 \end_layout
20863
20864 \end_inset
20865 </cell>
20866 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20867 \begin_inset Text
20868
20869 \begin_layout Plain Layout
20870 \begin_inset Formula $\ddag$
20871 \end_inset
20872
20873
20874 \end_layout
20875
20876 \end_inset
20877 </cell>
20878 </row>
20879 <row>
20880 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20881 \begin_inset Text
20882
20883 \begin_layout Plain Layout
20884
20885 \backslash
20886 complement
20887 \end_layout
20888
20889 \end_inset
20890 </cell>
20891 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20892 \begin_inset Text
20893
20894 \begin_layout Plain Layout
20895 \begin_inset ERT
20896 status collapsed
20897
20898 \begin_layout Plain Layout
20899
20900
20901 \backslash
20902 raisebox{-0.8mm}{
20903 \end_layout
20904
20905 \end_inset
20906
20907
20908 \begin_inset Formula $\complement$
20909 \end_inset
20910
20911
20912 \begin_inset ERT
20913 status collapsed
20914
20915 \begin_layout Plain Layout
20916
20917 }
20918 \end_layout
20919
20920 \end_inset
20921
20922
20923 \end_layout
20924
20925 \end_inset
20926 </cell>
20927 </row>
20928 <row>
20929 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
20930 \begin_inset Text
20931
20932 \begin_layout Plain Layout
20933
20934 \backslash
20935 Bbbk
20936 \end_layout
20937
20938 \end_inset
20939 </cell>
20940 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
20941 \begin_inset Text
20942
20943 \begin_layout Plain Layout
20944 \begin_inset Formula $\Bbbk$
20945 \end_inset
20946
20947
20948 \end_layout
20949
20950 \end_inset
20951 </cell>
20952 </row>
20953 </lyxtabular>
20954
20955 \end_inset
20956
20957
20958 \begin_inset space \hfill{}
20959 \end_inset
20960
20961
20962 \begin_inset Tabular
20963 <lyxtabular version="3" rows="10" columns="2">
20964 <features rotate="0" tabularvalignment="middle">
20965 <column alignment="center" valignment="top" width="0pt">
20966 <column alignment="center" valignment="top" width="0pt">
20967 <row>
20968 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
20969 \begin_inset Text
20970
20971 \begin_layout Plain Layout
20972 Befehl
20973 \end_layout
20974
20975 \end_inset
20976 </cell>
20977 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
20978 \begin_inset Text
20979
20980 \begin_layout Plain Layout
20981 Ergebnis
20982 \end_layout
20983
20984 \end_inset
20985 </cell>
20986 </row>
20987 <row>
20988 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
20989 \begin_inset Text
20990
20991 \begin_layout Plain Layout
20992
20993 \backslash
20994 prime
20995 \end_layout
20996
20997 \end_inset
20998 </cell>
20999 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21000 \begin_inset Text
21001
21002 \begin_layout Plain Layout
21003 \begin_inset Formula $\prime$
21004 \end_inset
21005
21006
21007 \end_layout
21008
21009 \end_inset
21010 </cell>
21011 </row>
21012 <row>
21013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21014 \begin_inset Text
21015
21016 \begin_layout Plain Layout
21017
21018 \backslash
21019 backprime
21020 \end_layout
21021
21022 \end_inset
21023 </cell>
21024 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21025 \begin_inset Text
21026
21027 \begin_layout Plain Layout
21028 \begin_inset Formula $\backprime$
21029 \end_inset
21030
21031
21032 \end_layout
21033
21034 \end_inset
21035 </cell>
21036 </row>
21037 <row>
21038 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21039 \begin_inset Text
21040
21041 \begin_layout Plain Layout
21042
21043 \backslash
21044 mho
21045 \end_layout
21046
21047 \end_inset
21048 </cell>
21049 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21050 \begin_inset Text
21051
21052 \begin_layout Plain Layout
21053 \begin_inset Formula $\mho$
21054 \end_inset
21055
21056
21057 \end_layout
21058
21059 \end_inset
21060 </cell>
21061 </row>
21062 <row>
21063 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21064 \begin_inset Text
21065
21066 \begin_layout Plain Layout
21067
21068 \backslash
21069 triangle
21070 \end_layout
21071
21072 \end_inset
21073 </cell>
21074 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21075 \begin_inset Text
21076
21077 \begin_layout Plain Layout
21078 \begin_inset Formula $\triangle$
21079 \end_inset
21080
21081
21082 \end_layout
21083
21084 \end_inset
21085 </cell>
21086 </row>
21087 <row>
21088 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21089 \begin_inset Text
21090
21091 \begin_layout Plain Layout
21092
21093 \backslash
21094 angle
21095 \end_layout
21096
21097 \end_inset
21098 </cell>
21099 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21100 \begin_inset Text
21101
21102 \begin_layout Plain Layout
21103 \begin_inset Formula $\angle$
21104 \end_inset
21105
21106
21107 \end_layout
21108
21109 \end_inset
21110 </cell>
21111 </row>
21112 <row>
21113 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21114 \begin_inset Text
21115
21116 \begin_layout Plain Layout
21117
21118 \backslash
21119 measuredangle
21120 \end_layout
21121
21122 \end_inset
21123 </cell>
21124 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21125 \begin_inset Text
21126
21127 \begin_layout Plain Layout
21128 \begin_inset Formula $\measuredangle$
21129 \end_inset
21130
21131
21132 \end_layout
21133
21134 \end_inset
21135 </cell>
21136 </row>
21137 <row>
21138 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21139 \begin_inset Text
21140
21141 \begin_layout Plain Layout
21142
21143 \backslash
21144 sphericalangle
21145 \end_layout
21146
21147 \end_inset
21148 </cell>
21149 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21150 \begin_inset Text
21151
21152 \begin_layout Plain Layout
21153 \begin_inset Formula $\sphericalangle$
21154 \end_inset
21155
21156
21157 \end_layout
21158
21159 \end_inset
21160 </cell>
21161 </row>
21162 <row>
21163 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21164 \begin_inset Text
21165
21166 \begin_layout Plain Layout
21167
21168 \backslash
21169 top
21170 \end_layout
21171
21172 \end_inset
21173 </cell>
21174 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21175 \begin_inset Text
21176
21177 \begin_layout Plain Layout
21178 \begin_inset Formula $\top$
21179 \end_inset
21180
21181
21182 \end_layout
21183
21184 \end_inset
21185 </cell>
21186 </row>
21187 <row>
21188 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21189 \begin_inset Text
21190
21191 \begin_layout Plain Layout
21192
21193 \backslash
21194 bot
21195 \end_layout
21196
21197 \end_inset
21198 </cell>
21199 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21200 \begin_inset Text
21201
21202 \begin_layout Plain Layout
21203 \begin_inset Formula $\bot$
21204 \end_inset
21205
21206
21207 \end_layout
21208
21209 \end_inset
21210 </cell>
21211 </row>
21212 </lyxtabular>
21213
21214 \end_inset
21215
21216
21217 \begin_inset space \hfill{}
21218 \end_inset
21219
21220
21221 \end_layout
21222
21223 \begin_layout Subsection
21224 Sonstige Symbole
21225 \begin_inset CommandInset label
21226 LatexCommand label
21227 name "sub:Sonstige-Symbole"
21228
21229 \end_inset
21230
21231
21232 \begin_inset Index idx
21233 status collapsed
21234
21235 \begin_layout Plain Layout
21236 Symbole ! sonstige
21237 \end_layout
21238
21239 \end_inset
21240
21241
21242 \end_layout
21243
21244 \begin_layout Standard
21245 \begin_inset VSpace -7mm
21246 \end_inset
21247
21248
21249 \end_layout
21250
21251 \begin_layout Standard
21252 \noindent
21253 \align center
21254 \begin_inset Tabular
21255 <lyxtabular version="3" rows="10" columns="2">
21256 <features rotate="0" tabularvalignment="middle">
21257 <column alignment="center" valignment="top" width="0pt">
21258 <column alignment="center" valignment="top" width="0pt">
21259 <row>
21260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21261 \begin_inset Text
21262
21263 \begin_layout Plain Layout
21264 Befehl
21265 \end_layout
21266
21267 \end_inset
21268 </cell>
21269 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21270 \begin_inset Text
21271
21272 \begin_layout Plain Layout
21273 Ergebnis
21274 \end_layout
21275
21276 \end_inset
21277 </cell>
21278 </row>
21279 <row>
21280 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21281 \begin_inset Text
21282
21283 \begin_layout Plain Layout
21284
21285 \backslash
21286 flat
21287 \end_layout
21288
21289 \end_inset
21290 </cell>
21291 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21292 \begin_inset Text
21293
21294 \begin_layout Plain Layout
21295 \begin_inset Formula $\flat$
21296 \end_inset
21297
21298
21299 \end_layout
21300
21301 \end_inset
21302 </cell>
21303 </row>
21304 <row>
21305 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21306 \begin_inset Text
21307
21308 \begin_layout Plain Layout
21309
21310 \backslash
21311 natural
21312 \end_layout
21313
21314 \end_inset
21315 </cell>
21316 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21317 \begin_inset Text
21318
21319 \begin_layout Plain Layout
21320 \begin_inset Formula $\natural$
21321 \end_inset
21322
21323
21324 \end_layout
21325
21326 \end_inset
21327 </cell>
21328 </row>
21329 <row>
21330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21331 \begin_inset Text
21332
21333 \begin_layout Plain Layout
21334
21335 \backslash
21336 sharp
21337 \end_layout
21338
21339 \end_inset
21340 </cell>
21341 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21342 \begin_inset Text
21343
21344 \begin_layout Plain Layout
21345 \begin_inset Formula $\sharp$
21346 \end_inset
21347
21348
21349 \end_layout
21350
21351 \end_inset
21352 </cell>
21353 </row>
21354 <row>
21355 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21356 \begin_inset Text
21357
21358 \begin_layout Plain Layout
21359
21360 \backslash
21361 surd
21362 \end_layout
21363
21364 \end_inset
21365 </cell>
21366 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21367 \begin_inset Text
21368
21369 \begin_layout Plain Layout
21370 \begin_inset Formula $\surd$
21371 \end_inset
21372
21373
21374 \end_layout
21375
21376 \end_inset
21377 </cell>
21378 </row>
21379 <row>
21380 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21381 \begin_inset Text
21382
21383 \begin_layout Plain Layout
21384
21385 \backslash
21386 checkmark
21387 \end_layout
21388
21389 \end_inset
21390 </cell>
21391 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21392 \begin_inset Text
21393
21394 \begin_layout Plain Layout
21395 \begin_inset Formula $\checkmark$
21396 \end_inset
21397
21398
21399 \end_layout
21400
21401 \end_inset
21402 </cell>
21403 </row>
21404 <row>
21405 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21406 \begin_inset Text
21407
21408 \begin_layout Plain Layout
21409
21410 \backslash
21411 yen
21412 \end_layout
21413
21414 \end_inset
21415 </cell>
21416 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21417 \begin_inset Text
21418
21419 \begin_layout Plain Layout
21420 \begin_inset Formula $\yen$
21421 \end_inset
21422
21423
21424 \end_layout
21425
21426 \end_inset
21427 </cell>
21428 </row>
21429 <row>
21430 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21431 \begin_inset Text
21432
21433 \begin_layout Plain Layout
21434
21435 \backslash
21436 pounds
21437 \end_layout
21438
21439 \end_inset
21440 </cell>
21441 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21442 \begin_inset Text
21443
21444 \begin_layout Plain Layout
21445 \begin_inset Formula $\pounds$
21446 \end_inset
21447
21448
21449 \end_layout
21450
21451 \end_inset
21452 </cell>
21453 </row>
21454 <row>
21455 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21456 \begin_inset Text
21457
21458 \begin_layout Plain Layout
21459 $
21460 \end_layout
21461
21462 \end_inset
21463 </cell>
21464 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21465 \begin_inset Text
21466
21467 \begin_layout Plain Layout
21468 \begin_inset Formula $\$$
21469 \end_inset
21470
21471
21472 \end_layout
21473
21474 \end_inset
21475 </cell>
21476 </row>
21477 <row>
21478 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21479 \begin_inset Text
21480
21481 \begin_layout Plain Layout
21482 §
21483 \end_layout
21484
21485 \end_inset
21486 </cell>
21487 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21488 \begin_inset Text
21489
21490 \begin_layout Plain Layout
21491 \begin_inset Formula $§$
21492 \end_inset
21493
21494
21495 \end_layout
21496
21497 \end_inset
21498 </cell>
21499 </row>
21500 </lyxtabular>
21501
21502 \end_inset
21503
21504
21505 \begin_inset Tabular
21506 <lyxtabular version="3" rows="10" columns="2">
21507 <features rotate="0" tabularvalignment="middle">
21508 <column alignment="center" valignment="top">
21509 <column alignment="center" valignment="top">
21510 <row>
21511 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21512 \begin_inset Text
21513
21514 \begin_layout Plain Layout
21515 Befehl
21516 \end_layout
21517
21518 \end_inset
21519 </cell>
21520 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21521 \begin_inset Text
21522
21523 \begin_layout Plain Layout
21524 Ergebnis
21525 \end_layout
21526
21527 \end_inset
21528 </cell>
21529 </row>
21530 <row>
21531 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21532 \begin_inset Text
21533
21534 \begin_layout Plain Layout
21535
21536 \backslash
21537 hbar
21538 \end_layout
21539
21540 \end_inset
21541 </cell>
21542 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21543 \begin_inset Text
21544
21545 \begin_layout Plain Layout
21546 \begin_inset Formula $\hbar$
21547 \end_inset
21548
21549
21550 \end_layout
21551
21552 \end_inset
21553 </cell>
21554 </row>
21555 <row>
21556 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21557 \begin_inset Text
21558
21559 \begin_layout Plain Layout
21560
21561 \backslash
21562 hslash
21563 \end_layout
21564
21565 \end_inset
21566 </cell>
21567 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21568 \begin_inset Text
21569
21570 \begin_layout Plain Layout
21571 \begin_inset Formula $\hslash$
21572 \end_inset
21573
21574
21575 \end_layout
21576
21577 \end_inset
21578 </cell>
21579 </row>
21580 <row>
21581 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21582 \begin_inset Text
21583
21584 \begin_layout Plain Layout
21585
21586 \backslash
21587 clubsuit
21588 \end_layout
21589
21590 \end_inset
21591 </cell>
21592 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21593 \begin_inset Text
21594
21595 \begin_layout Plain Layout
21596 \begin_inset Formula $\clubsuit$
21597 \end_inset
21598
21599
21600 \end_layout
21601
21602 \end_inset
21603 </cell>
21604 </row>
21605 <row>
21606 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21607 \begin_inset Text
21608
21609 \begin_layout Plain Layout
21610
21611 \backslash
21612 spadesuit
21613 \end_layout
21614
21615 \end_inset
21616 </cell>
21617 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21618 \begin_inset Text
21619
21620 \begin_layout Plain Layout
21621 \begin_inset Formula $\spadesuit$
21622 \end_inset
21623
21624
21625 \end_layout
21626
21627 \end_inset
21628 </cell>
21629 </row>
21630 <row>
21631 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21632 \begin_inset Text
21633
21634 \begin_layout Plain Layout
21635
21636 \backslash
21637 bigstar
21638 \end_layout
21639
21640 \end_inset
21641 </cell>
21642 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21643 \begin_inset Text
21644
21645 \begin_layout Plain Layout
21646 \begin_inset Formula $\bigstar$
21647 \end_inset
21648
21649
21650 \end_layout
21651
21652 \end_inset
21653 </cell>
21654 </row>
21655 <row>
21656 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21657 \begin_inset Text
21658
21659 \begin_layout Plain Layout
21660
21661 \backslash
21662 blacklozenge
21663 \end_layout
21664
21665 \end_inset
21666 </cell>
21667 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21668 \begin_inset Text
21669
21670 \begin_layout Plain Layout
21671 \begin_inset Formula $\blacklozenge$
21672 \end_inset
21673
21674
21675 \end_layout
21676
21677 \end_inset
21678 </cell>
21679 </row>
21680 <row>
21681 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21682 \begin_inset Text
21683
21684 \begin_layout Plain Layout
21685
21686 \backslash
21687 blacktriangle
21688 \end_layout
21689
21690 \end_inset
21691 </cell>
21692 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21693 \begin_inset Text
21694
21695 \begin_layout Plain Layout
21696 \begin_inset Formula $\blacktriangle$
21697 \end_inset
21698
21699
21700 \end_layout
21701
21702 \end_inset
21703 </cell>
21704 </row>
21705 <row>
21706 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21707 \begin_inset Text
21708
21709 \begin_layout Plain Layout
21710
21711 \backslash
21712 blacktiangledown
21713 \end_layout
21714
21715 \end_inset
21716 </cell>
21717 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21718 \begin_inset Text
21719
21720 \begin_layout Plain Layout
21721 \begin_inset Formula $\blacktriangledown$
21722 \end_inset
21723
21724
21725 \end_layout
21726
21727 \end_inset
21728 </cell>
21729 </row>
21730 <row>
21731 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21732 \begin_inset Text
21733
21734 \begin_layout Plain Layout
21735
21736 \backslash
21737 bullet
21738 \end_layout
21739
21740 \end_inset
21741 </cell>
21742 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21743 \begin_inset Text
21744
21745 \begin_layout Plain Layout
21746 \begin_inset Formula $\bullet$
21747 \end_inset
21748
21749
21750 \end_layout
21751
21752 \end_inset
21753 </cell>
21754 </row>
21755 </lyxtabular>
21756
21757 \end_inset
21758
21759
21760 \begin_inset Tabular
21761 <lyxtabular version="3" rows="10" columns="2">
21762 <features rotate="0" tabularvalignment="middle">
21763 <column alignment="center" valignment="top" width="0pt">
21764 <column alignment="center" valignment="top" width="0pt">
21765 <row>
21766 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21767 \begin_inset Text
21768
21769 \begin_layout Plain Layout
21770 Befehl
21771 \end_layout
21772
21773 \end_inset
21774 </cell>
21775 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21776 \begin_inset Text
21777
21778 \begin_layout Plain Layout
21779 Ergebnis
21780 \end_layout
21781
21782 \end_inset
21783 </cell>
21784 </row>
21785 <row>
21786 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21787 \begin_inset Text
21788
21789 \begin_layout Plain Layout
21790
21791 \backslash
21792 diamondsuit
21793 \end_layout
21794
21795 \end_inset
21796 </cell>
21797 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21798 \begin_inset Text
21799
21800 \begin_layout Plain Layout
21801 \begin_inset Formula $\diamondsuit$
21802 \end_inset
21803
21804
21805 \end_layout
21806
21807 \end_inset
21808 </cell>
21809 </row>
21810 <row>
21811 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21812 \begin_inset Text
21813
21814 \begin_layout Plain Layout
21815
21816 \backslash
21817 Diamond
21818 \end_layout
21819
21820 \end_inset
21821 </cell>
21822 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21823 \begin_inset Text
21824
21825 \begin_layout Plain Layout
21826 \begin_inset Formula $\Diamond$
21827 \end_inset
21828
21829
21830 \end_layout
21831
21832 \end_inset
21833 </cell>
21834 </row>
21835 <row>
21836 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
21837 \begin_inset Text
21838
21839 \begin_layout Plain Layout
21840
21841 \backslash
21842 heartsuit
21843 \end_layout
21844
21845 \end_inset
21846 </cell>
21847 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
21848 \begin_inset Text
21849
21850 \begin_layout Plain Layout
21851 \begin_inset Formula $\heartsuit$
21852 \end_inset
21853
21854
21855 \end_layout
21856
21857 \end_inset
21858 </cell>
21859 </row>
21860 <row>
21861 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
21862 \begin_inset Text
21863
21864 \begin_layout Plain Layout
21865
21866 \backslash
21867 P
21868 \end_layout
21869
21870 \end_inset
21871 </cell>
21872 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
21873 \begin_inset Text
21874
21875 \begin_layout Plain Layout
21876 \begin_inset Formula $\P$
21877 \end_inset
21878
21879
21880 \end_layout
21881
21882 \end_inset
21883 </cell>
21884 </row>
21885 <row>
21886 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21887 \begin_inset Text
21888
21889 \begin_layout Plain Layout
21890
21891 \backslash
21892 copyright
21893 \end_layout
21894
21895 \end_inset
21896 </cell>
21897 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21898 \begin_inset Text
21899
21900 \begin_layout Plain Layout
21901 \begin_inset Formula $\copyright$
21902 \end_inset
21903
21904
21905 \end_layout
21906
21907 \end_inset
21908 </cell>
21909 </row>
21910 <row>
21911 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21912 \begin_inset Text
21913
21914 \begin_layout Plain Layout
21915
21916 \backslash
21917 circledR
21918 \end_layout
21919
21920 \end_inset
21921 </cell>
21922 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21923 \begin_inset Text
21924
21925 \begin_layout Plain Layout
21926 \begin_inset Formula $\circledR$
21927 \end_inset
21928
21929
21930 \end_layout
21931
21932 \end_inset
21933 </cell>
21934 </row>
21935 <row>
21936 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21937 \begin_inset Text
21938
21939 \begin_layout Plain Layout
21940
21941 \backslash
21942 maltese
21943 \end_layout
21944
21945 \end_inset
21946 </cell>
21947 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21948 \begin_inset Text
21949
21950 \begin_layout Plain Layout
21951 \begin_inset Formula $\maltese$
21952 \end_inset
21953
21954
21955 \end_layout
21956
21957 \end_inset
21958 </cell>
21959 </row>
21960 <row>
21961 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21962 \begin_inset Text
21963
21964 \begin_layout Plain Layout
21965
21966 \backslash
21967 diagup
21968 \end_layout
21969
21970 \end_inset
21971 </cell>
21972 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21973 \begin_inset Text
21974
21975 \begin_layout Plain Layout
21976 \begin_inset Formula $\diagup$
21977 \end_inset
21978
21979
21980 \end_layout
21981
21982 \end_inset
21983 </cell>
21984 </row>
21985 <row>
21986 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
21987 \begin_inset Text
21988
21989 \begin_layout Plain Layout
21990
21991 \backslash
21992 diagdown
21993 \end_layout
21994
21995 \end_inset
21996 </cell>
21997 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
21998 \begin_inset Text
21999
22000 \begin_layout Plain Layout
22001 \begin_inset Formula $\diagdown$
22002 \end_inset
22003
22004
22005 \end_layout
22006
22007 \end_inset
22008 </cell>
22009 </row>
22010 </lyxtabular>
22011
22012 \end_inset
22013
22014
22015 \end_layout
22016
22017 \begin_layout Standard
22018 \begin_inset VSpace medskip
22019 \end_inset
22020
22021
22022 \end_layout
22023
22024 \begin_layout Standard
22025 Einige Symbole können in unterschiedlicher Größe dargestellt werden, siehe
22026  
22027 \begin_inset CommandInset ref
22028 LatexCommand ref
22029 reference "sub:Schriftgrößen"
22030
22031 \end_inset
22032
22033 .
22034 \end_layout
22035
22036 \begin_layout Subsection
22037 Das Euro-Symbol €
22038 \begin_inset Index idx
22039 status collapsed
22040
22041 \begin_layout Plain Layout
22042 Symbole ! Euro-Symbol
22043 \end_layout
22044
22045 \end_inset
22046
22047
22048 \begin_inset Index idx
22049 status collapsed
22050
22051 \begin_layout Plain Layout
22052
22053 \backslash
22054 @
22055 \begin_inset ERT
22056 status collapsed
22057
22058 \begin_layout Plain Layout
22059
22060
22061 \backslash
22062 officialeuro
22063 \end_layout
22064
22065 \end_inset
22066
22067
22068 \end_layout
22069
22070 \end_inset
22071
22072
22073 \end_layout
22074
22075 \begin_layout Standard
22076 Wenn man in einer Formel das Euro-Symbol verwenden will, muss man das LaTeX-Pake
22077
22078 \series bold
22079 eurosym
22080 \series default
22081
22082 \begin_inset Index idx
22083 status collapsed
22084
22085 \begin_layout Plain Layout
22086 Pakete ! eurosym
22087 \end_layout
22088
22089 \end_inset
22090
22091  installieren und dieses mit der LaTeX-Vorspannzeile
22092 \end_layout
22093
22094 \begin_layout Standard
22095
22096 \series bold
22097
22098 \backslash
22099 usepackage[gennarrow]{eurosym}
22100 \end_layout
22101
22102 \begin_layout Standard
22103 aktivieren.
22104  Das Euro-Symbol kann man nun mit dem Befehl 
22105 \series bold
22106
22107 \backslash
22108 euro
22109 \series default
22110
22111 \begin_inset Index idx
22112 status collapsed
22113
22114 \begin_layout Plain Layout
22115 Befehle ! E ! 
22116 \backslash
22117 euro
22118 \end_layout
22119
22120 \end_inset
22121
22122  aufrufen.
22123 \end_layout
22124
22125 \begin_layout Standard
22126 Das Euro-Symbol kann man direkt über die Tastatur in mathematischen Text
22127  eingeben, ohne 
22128 \series bold
22129 eurosym
22130 \series default
22131  installiert zu haben.
22132  Ist 
22133 \series bold
22134 eurosym
22135 \series default
22136  installiert, kann man 
22137 \series bold
22138
22139 \backslash
22140 euro
22141 \series default
22142  auch im TeX-Modus eingeben.
22143  Das offizielle Währungssymbol erhält man dann über den Befehl 
22144 \series bold
22145
22146 \backslash
22147 officialeuro
22148 \series default
22149
22150 \begin_inset Index idx
22151 status collapsed
22152
22153 \begin_layout Plain Layout
22154 Befehle ! O ! 
22155 \backslash
22156 officialeuro
22157 \end_layout
22158
22159 \end_inset
22160
22161 , der nur im TeX-Modus verfügbar ist.
22162 \end_layout
22163
22164 \begin_layout Standard
22165 \begin_inset ERT
22166 status collapsed
22167
22168 \begin_layout Plain Layout
22169
22170
22171 \backslash
22172 ifeurosym 
22173 \end_layout
22174
22175 \end_inset
22176
22177
22178 \begin_inset Note Note
22179 status open
22180
22181 \begin_layout Plain Layout
22182 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
22183 \series bold
22184 eurosym
22185 \series default
22186  installiert ist:
22187 \end_layout
22188
22189 \end_inset
22190
22191
22192 \end_layout
22193
22194 \begin_layout Standard
22195 Eine Übersicht der verschiedenen Euro-Symbole:
22196 \end_layout
22197
22198 \begin_layout Standard
22199 \align center
22200 \begin_inset Tabular
22201 <lyxtabular version="3" rows="4" columns="3">
22202 <features rotate="0" tabularvalignment="middle">
22203 <column alignment="center" valignment="top" width="0pt">
22204 <column alignment="center" valignment="top" width="0pt">
22205 <column alignment="center" valignment="top" width="0pt">
22206 <row>
22207 <cell multicolumn="1" alignment="center" valignment="top" bottomline="true" usebox="none">
22208 \begin_inset Text
22209
22210 \begin_layout Plain Layout
22211
22212 \end_layout
22213
22214 \end_inset
22215 </cell>
22216 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22217 \begin_inset Text
22218
22219 \begin_layout Plain Layout
22220 Befehl 
22221 \end_layout
22222
22223 \end_inset
22224 </cell>
22225 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22226 \begin_inset Text
22227
22228 \begin_layout Plain Layout
22229 Ergebnis
22230 \end_layout
22231
22232 \end_inset
22233 </cell>
22234 </row>
22235 <row>
22236 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22237 \begin_inset Text
22238
22239 \begin_layout Plain Layout
22240 Formel
22241 \end_layout
22242
22243 \end_inset
22244 </cell>
22245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22246 \begin_inset Text
22247
22248 \begin_layout Plain Layout
22249
22250 \backslash
22251 euro
22252 \end_layout
22253
22254 \end_inset
22255 </cell>
22256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22257 \begin_inset Text
22258
22259 \begin_layout Plain Layout
22260 \begin_inset Formula $\euro$
22261 \end_inset
22262
22263
22264 \end_layout
22265
22266 \end_inset
22267 </cell>
22268 </row>
22269 <row>
22270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22271 \begin_inset Text
22272
22273 \begin_layout Plain Layout
22274 mathematischer Text
22275 \end_layout
22276
22277 \end_inset
22278 </cell>
22279 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22280 \begin_inset Text
22281
22282 \begin_layout Plain Layout
22283
22284 \end_layout
22285
22286 \end_inset
22287 </cell>
22288 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22289 \begin_inset Text
22290
22291 \begin_layout Plain Layout
22292 \begin_inset Formula $\mbox{€}$
22293 \end_inset
22294
22295
22296 \end_layout
22297
22298 \end_inset
22299 </cell>
22300 </row>
22301 <row>
22302 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22303 \begin_inset Text
22304
22305 \begin_layout Plain Layout
22306 TeX-Modus
22307 \end_layout
22308
22309 \end_inset
22310 </cell>
22311 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22312 \begin_inset Text
22313
22314 \begin_layout Plain Layout
22315
22316 \backslash
22317 officialeuro
22318 \end_layout
22319
22320 \end_inset
22321 </cell>
22322 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22323 \begin_inset Text
22324
22325 \begin_layout Plain Layout
22326 \begin_inset ERT
22327 status collapsed
22328
22329 \begin_layout Plain Layout
22330
22331
22332 \backslash
22333 officialeuro
22334 \end_layout
22335
22336 \end_inset
22337
22338
22339 \end_layout
22340
22341 \end_inset
22342 </cell>
22343 </row>
22344 </lyxtabular>
22345
22346 \end_inset
22347
22348
22349 \end_layout
22350
22351 \begin_layout Standard
22352 \begin_inset ERT
22353 status collapsed
22354
22355 \begin_layout Plain Layout
22356
22357
22358 \backslash
22359 else 
22360 \end_layout
22361
22362 \end_inset
22363
22364
22365 \begin_inset Note Note
22366 status open
22367
22368 \begin_layout Plain Layout
22369 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
22370 \series bold
22371 eurosym
22372 \series default
22373  nicht installiert ist:
22374 \end_layout
22375
22376 \end_inset
22377
22378
22379 \end_layout
22380
22381 \begin_layout Standard
22382 Das LaTeX-Paket 
22383 \series bold
22384 eurosym 
22385 \series default
22386 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
22387 \end_layout
22388
22389 \begin_layout Standard
22390 \begin_inset ERT
22391 status collapsed
22392
22393 \begin_layout Plain Layout
22394
22395
22396 \backslash
22397 fi 
22398 \end_layout
22399
22400 \end_inset
22401
22402
22403 \end_layout
22404
22405 \begin_layout Section
22406 Relationen
22407 \begin_inset CommandInset label
22408 LatexCommand label
22409 name "sec:Relationen"
22410
22411 \end_inset
22412
22413
22414 \begin_inset Index idx
22415 status collapsed
22416
22417 \begin_layout Plain Layout
22418 Relationen
22419 \end_layout
22420
22421 \end_inset
22422
22423
22424 \begin_inset Index idx
22425 status collapsed
22426
22427 \begin_layout Plain Layout
22428 Vergleiche|see
22429 \begin_inset ERT
22430 status collapsed
22431
22432 \begin_layout Plain Layout
22433
22434 {
22435 \end_layout
22436
22437 \end_inset
22438
22439 Relationen
22440 \begin_inset ERT
22441 status collapsed
22442
22443 \begin_layout Plain Layout
22444
22445 }
22446 \end_layout
22447
22448 \end_inset
22449
22450
22451 \end_layout
22452
22453 \end_inset
22454
22455
22456 \end_layout
22457
22458 \begin_layout Standard
22459 Alle griechischen Buchstaben können auch über den Mathe-Werkzeugleistenknopf
22460  
22461 \begin_inset Graphics
22462         filename ../../images/math/leq.png
22463         scale 85
22464
22465 \end_inset
22466
22467  eingefügt werden.
22468 \end_layout
22469
22470 \begin_layout Standard
22471 \begin_inset space \hfill{}
22472 \end_inset
22473
22474
22475 \begin_inset Tabular
22476 <lyxtabular version="3" rows="17" columns="2">
22477 <features rotate="0" tabularvalignment="middle">
22478 <column alignment="center" valignment="top" width="0pt">
22479 <column alignment="center" valignment="top" width="0pt">
22480 <row>
22481 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22482 \begin_inset Text
22483
22484 \begin_layout Plain Layout
22485 Befehl
22486 \end_layout
22487
22488 \end_inset
22489 </cell>
22490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22491 \begin_inset Text
22492
22493 \begin_layout Plain Layout
22494 Ergebnis
22495 \end_layout
22496
22497 \end_inset
22498 </cell>
22499 </row>
22500 <row>
22501 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22502 \begin_inset Text
22503
22504 \begin_layout Plain Layout
22505 <
22506 \end_layout
22507
22508 \end_inset
22509 </cell>
22510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22511 \begin_inset Text
22512
22513 \begin_layout Plain Layout
22514 \begin_inset Formula $<$
22515 \end_inset
22516
22517
22518 \end_layout
22519
22520 \end_inset
22521 </cell>
22522 </row>
22523 <row>
22524 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22525 \begin_inset Text
22526
22527 \begin_layout Plain Layout
22528
22529 \backslash
22530 le
22531 \end_layout
22532
22533 \end_inset
22534 </cell>
22535 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22536 \begin_inset Text
22537
22538 \begin_layout Plain Layout
22539 \begin_inset Formula $\le$
22540 \end_inset
22541
22542
22543 \end_layout
22544
22545 \end_inset
22546 </cell>
22547 </row>
22548 <row>
22549 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22550 \begin_inset Text
22551
22552 \begin_layout Plain Layout
22553
22554 \backslash
22555 ll
22556 \end_layout
22557
22558 \end_inset
22559 </cell>
22560 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22561 \begin_inset Text
22562
22563 \begin_layout Plain Layout
22564 \begin_inset Formula $\ll$
22565 \end_inset
22566
22567
22568 \end_layout
22569
22570 \end_inset
22571 </cell>
22572 </row>
22573 <row>
22574 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22575 \begin_inset Text
22576
22577 \begin_layout Plain Layout
22578
22579 \backslash
22580 prec
22581 \end_layout
22582
22583 \end_inset
22584 </cell>
22585 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22586 \begin_inset Text
22587
22588 \begin_layout Plain Layout
22589 \begin_inset Formula $\prec$
22590 \end_inset
22591
22592
22593 \end_layout
22594
22595 \end_inset
22596 </cell>
22597 </row>
22598 <row>
22599 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22600 \begin_inset Text
22601
22602 \begin_layout Plain Layout
22603
22604 \backslash
22605 preceq
22606 \end_layout
22607
22608 \end_inset
22609 </cell>
22610 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22611 \begin_inset Text
22612
22613 \begin_layout Plain Layout
22614 \begin_inset Formula $\preceq$
22615 \end_inset
22616
22617
22618 \end_layout
22619
22620 \end_inset
22621 </cell>
22622 </row>
22623 <row>
22624 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22625 \begin_inset Text
22626
22627 \begin_layout Plain Layout
22628
22629 \backslash
22630 subset
22631 \end_layout
22632
22633 \end_inset
22634 </cell>
22635 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22636 \begin_inset Text
22637
22638 \begin_layout Plain Layout
22639 \begin_inset Formula $\subset$
22640 \end_inset
22641
22642
22643 \end_layout
22644
22645 \end_inset
22646 </cell>
22647 </row>
22648 <row>
22649 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22650 \begin_inset Text
22651
22652 \begin_layout Plain Layout
22653
22654 \backslash
22655 subseteq
22656 \end_layout
22657
22658 \end_inset
22659 </cell>
22660 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22661 \begin_inset Text
22662
22663 \begin_layout Plain Layout
22664 \begin_inset Formula $\subseteq$
22665 \end_inset
22666
22667
22668 \end_layout
22669
22670 \end_inset
22671 </cell>
22672 </row>
22673 <row>
22674 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22675 \begin_inset Text
22676
22677 \begin_layout Plain Layout
22678
22679 \backslash
22680 sqsubseteq
22681 \end_layout
22682
22683 \end_inset
22684 </cell>
22685 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22686 \begin_inset Text
22687
22688 \begin_layout Plain Layout
22689 \begin_inset Formula $\sqsubseteq$
22690 \end_inset
22691
22692
22693 \end_layout
22694
22695 \end_inset
22696 </cell>
22697 </row>
22698 <row>
22699 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22700 \begin_inset Text
22701
22702 \begin_layout Plain Layout
22703
22704 \backslash
22705 in
22706 \end_layout
22707
22708 \end_inset
22709 </cell>
22710 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22711 \begin_inset Text
22712
22713 \begin_layout Plain Layout
22714 \begin_inset Formula $\in$
22715 \end_inset
22716
22717
22718 \end_layout
22719
22720 \end_inset
22721 </cell>
22722 </row>
22723 <row>
22724 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22725 \begin_inset Text
22726
22727 \begin_layout Plain Layout
22728
22729 \backslash
22730 vdash
22731 \end_layout
22732
22733 \end_inset
22734 </cell>
22735 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22736 \begin_inset Text
22737
22738 \begin_layout Plain Layout
22739 \begin_inset Formula $\vdash$
22740 \end_inset
22741
22742
22743 \end_layout
22744
22745 \end_inset
22746 </cell>
22747 </row>
22748 <row>
22749 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22750 \begin_inset Text
22751
22752 \begin_layout Plain Layout
22753
22754 \backslash
22755 smile
22756 \end_layout
22757
22758 \end_inset
22759 </cell>
22760 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22761 \begin_inset Text
22762
22763 \begin_layout Plain Layout
22764 \begin_inset Formula $\smile$
22765 \end_inset
22766
22767
22768 \end_layout
22769
22770 \end_inset
22771 </cell>
22772 </row>
22773 <row>
22774 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22775 \begin_inset Text
22776
22777 \begin_layout Plain Layout
22778
22779 \backslash
22780 lhd
22781 \end_layout
22782
22783 \end_inset
22784 </cell>
22785 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22786 \begin_inset Text
22787
22788 \begin_layout Plain Layout
22789 \begin_inset Formula $\lhd$
22790 \end_inset
22791
22792
22793 \end_layout
22794
22795 \end_inset
22796 </cell>
22797 </row>
22798 <row>
22799 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22800 \begin_inset Text
22801
22802 \begin_layout Plain Layout
22803
22804 \backslash
22805 unlhd
22806 \end_layout
22807
22808 \end_inset
22809 </cell>
22810 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22811 \begin_inset Text
22812
22813 \begin_layout Plain Layout
22814 \begin_inset Formula $\unlhd$
22815 \end_inset
22816
22817
22818 \end_layout
22819
22820 \end_inset
22821 </cell>
22822 </row>
22823 <row>
22824 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22825 \begin_inset Text
22826
22827 \begin_layout Plain Layout
22828
22829 \backslash
22830 gtrless
22831 \end_layout
22832
22833 \end_inset
22834 </cell>
22835 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22836 \begin_inset Text
22837
22838 \begin_layout Plain Layout
22839 \begin_inset Formula $\gtrless$
22840 \end_inset
22841
22842
22843 \end_layout
22844
22845 \end_inset
22846 </cell>
22847 </row>
22848 <row>
22849 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22850 \begin_inset Text
22851
22852 \begin_layout Plain Layout
22853
22854 \backslash
22855 mid
22856 \end_layout
22857
22858 \end_inset
22859 </cell>
22860 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22861 \begin_inset Text
22862
22863 \begin_layout Plain Layout
22864 \begin_inset Formula $\mid$
22865 \end_inset
22866
22867
22868 \end_layout
22869
22870 \end_inset
22871 </cell>
22872 </row>
22873 <row>
22874 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22875 \begin_inset Text
22876
22877 \begin_layout Plain Layout
22878
22879 \backslash
22880 nmid
22881 \end_layout
22882
22883 \end_inset
22884 </cell>
22885 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22886 \begin_inset Text
22887
22888 \begin_layout Plain Layout
22889 \begin_inset Formula $\nmid$
22890 \end_inset
22891
22892
22893 \end_layout
22894
22895 \end_inset
22896 </cell>
22897 </row>
22898 </lyxtabular>
22899
22900 \end_inset
22901
22902
22903 \begin_inset space \hfill{}
22904 \end_inset
22905
22906
22907 \begin_inset Tabular
22908 <lyxtabular version="3" rows="17" columns="2">
22909 <features rotate="0" tabularvalignment="middle">
22910 <column alignment="center" valignment="top" width="0pt">
22911 <column alignment="center" valignment="top" width="0pt">
22912 <row>
22913 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
22914 \begin_inset Text
22915
22916 \begin_layout Plain Layout
22917 Befehl
22918 \end_layout
22919
22920 \end_inset
22921 </cell>
22922 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
22923 \begin_inset Text
22924
22925 \begin_layout Plain Layout
22926 Ergebnis
22927 \end_layout
22928
22929 \end_inset
22930 </cell>
22931 </row>
22932 <row>
22933 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22934 \begin_inset Text
22935
22936 \begin_layout Plain Layout
22937 =
22938 \end_layout
22939
22940 \end_inset
22941 </cell>
22942 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22943 \begin_inset Text
22944
22945 \begin_layout Plain Layout
22946 \begin_inset Formula $=$
22947 \end_inset
22948
22949
22950 \end_layout
22951
22952 \end_inset
22953 </cell>
22954 </row>
22955 <row>
22956 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22957 \begin_inset Text
22958
22959 \begin_layout Plain Layout
22960
22961 \backslash
22962 not=
22963 \end_layout
22964
22965 \end_inset
22966 </cell>
22967 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22968 \begin_inset Text
22969
22970 \begin_layout Plain Layout
22971 \begin_inset Formula $\not=$
22972 \end_inset
22973
22974
22975 \end_layout
22976
22977 \end_inset
22978 </cell>
22979 </row>
22980 <row>
22981 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
22982 \begin_inset Text
22983
22984 \begin_layout Plain Layout
22985
22986 \backslash
22987 equiv
22988 \end_layout
22989
22990 \end_inset
22991 </cell>
22992 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
22993 \begin_inset Text
22994
22995 \begin_layout Plain Layout
22996 \begin_inset Formula $\equiv$
22997 \end_inset
22998
22999
23000 \end_layout
23001
23002 \end_inset
23003 </cell>
23004 </row>
23005 <row>
23006 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23007 \begin_inset Text
23008
23009 \begin_layout Plain Layout
23010
23011 \backslash
23012 sim
23013 \end_layout
23014
23015 \end_inset
23016 </cell>
23017 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23018 \begin_inset Text
23019
23020 \begin_layout Plain Layout
23021 \begin_inset Formula $\sim$
23022 \end_inset
23023
23024
23025 \end_layout
23026
23027 \end_inset
23028 </cell>
23029 </row>
23030 <row>
23031 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23032 \begin_inset Text
23033
23034 \begin_layout Plain Layout
23035
23036 \backslash
23037 simeq
23038 \end_layout
23039
23040 \end_inset
23041 </cell>
23042 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23043 \begin_inset Text
23044
23045 \begin_layout Plain Layout
23046 \begin_inset Formula $\simeq$
23047 \end_inset
23048
23049
23050 \end_layout
23051
23052 \end_inset
23053 </cell>
23054 </row>
23055 <row>
23056 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23057 \begin_inset Text
23058
23059 \begin_layout Plain Layout
23060
23061 \backslash
23062 approx
23063 \end_layout
23064
23065 \end_inset
23066 </cell>
23067 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23068 \begin_inset Text
23069
23070 \begin_layout Plain Layout
23071 \begin_inset Formula $\approx$
23072 \end_inset
23073
23074
23075 \end_layout
23076
23077 \end_inset
23078 </cell>
23079 </row>
23080 <row>
23081 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23082 \begin_inset Text
23083
23084 \begin_layout Plain Layout
23085
23086 \backslash
23087 cong
23088 \end_layout
23089
23090 \end_inset
23091 </cell>
23092 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23093 \begin_inset Text
23094
23095 \begin_layout Plain Layout
23096 \begin_inset Formula $\cong$
23097 \end_inset
23098
23099
23100 \end_layout
23101
23102 \end_inset
23103 </cell>
23104 </row>
23105 <row>
23106 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23107 \begin_inset Text
23108
23109 \begin_layout Plain Layout
23110
23111 \backslash
23112 bowtie
23113 \end_layout
23114
23115 \end_inset
23116 </cell>
23117 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23118 \begin_inset Text
23119
23120 \begin_layout Plain Layout
23121 \begin_inset Formula $\bowtie$
23122 \end_inset
23123
23124
23125 \end_layout
23126
23127 \end_inset
23128 </cell>
23129 </row>
23130 <row>
23131 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23132 \begin_inset Text
23133
23134 \begin_layout Plain Layout
23135
23136 \backslash
23137 notin
23138 \end_layout
23139
23140 \end_inset
23141 </cell>
23142 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23143 \begin_inset Text
23144
23145 \begin_layout Plain Layout
23146 \begin_inset Formula $\notin$
23147 \end_inset
23148
23149
23150 \end_layout
23151
23152 \end_inset
23153 </cell>
23154 </row>
23155 <row>
23156 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23157 \begin_inset Text
23158
23159 \begin_layout Plain Layout
23160
23161 \backslash
23162 perp
23163 \end_layout
23164
23165 \end_inset
23166 </cell>
23167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23168 \begin_inset Text
23169
23170 \begin_layout Plain Layout
23171 \begin_inset Formula $\perp$
23172 \end_inset
23173
23174
23175 \end_layout
23176
23177 \end_inset
23178 </cell>
23179 </row>
23180 <row>
23181 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23182 \begin_inset Text
23183
23184 \begin_layout Plain Layout
23185
23186 \backslash
23187 propto
23188 \end_layout
23189
23190 \end_inset
23191 </cell>
23192 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23193 \begin_inset Text
23194
23195 \begin_layout Plain Layout
23196 \begin_inset Formula $\propto$
23197 \end_inset
23198
23199
23200 \end_layout
23201
23202 \end_inset
23203 </cell>
23204 </row>
23205 <row>
23206 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23207 \begin_inset Text
23208
23209 \begin_layout Plain Layout
23210
23211 \backslash
23212 asymp
23213 \end_layout
23214
23215 \end_inset
23216 </cell>
23217 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23218 \begin_inset Text
23219
23220 \begin_layout Plain Layout
23221 \begin_inset Formula $\asymp$
23222 \end_inset
23223
23224
23225 \end_layout
23226
23227 \end_inset
23228 </cell>
23229 </row>
23230 <row>
23231 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23232 \begin_inset Text
23233
23234 \begin_layout Plain Layout
23235
23236 \backslash
23237 doteq
23238 \end_layout
23239
23240 \end_inset
23241 </cell>
23242 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23243 \begin_inset Text
23244
23245 \begin_layout Plain Layout
23246 \begin_inset Formula $\doteq$
23247 \end_inset
23248
23249
23250 \end_layout
23251
23252 \end_inset
23253 </cell>
23254 </row>
23255 <row>
23256 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23257 \begin_inset Text
23258
23259 \begin_layout Plain Layout
23260
23261 \backslash
23262 circeq
23263 \end_layout
23264
23265 \end_inset
23266 </cell>
23267 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23268 \begin_inset Text
23269
23270 \begin_layout Plain Layout
23271 \begin_inset Formula $\circeq$
23272 \end_inset
23273
23274
23275 \end_layout
23276
23277 \end_inset
23278 </cell>
23279 </row>
23280 <row>
23281 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23282 \begin_inset Text
23283
23284 \begin_layout Plain Layout
23285
23286 \backslash
23287 models
23288 \end_layout
23289
23290 \end_inset
23291 </cell>
23292 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23293 \begin_inset Text
23294
23295 \begin_layout Plain Layout
23296 \begin_inset Formula $\models$
23297 \end_inset
23298
23299
23300 \end_layout
23301
23302 \end_inset
23303 </cell>
23304 </row>
23305 <row>
23306 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23307 \begin_inset Text
23308
23309 \begin_layout Plain Layout
23310
23311 \backslash
23312 widehat=
23313 \end_layout
23314
23315 \end_inset
23316 </cell>
23317 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23318 \begin_inset Text
23319
23320 \begin_layout Plain Layout
23321 \begin_inset Formula $\widehat{=}$
23322 \end_inset
23323
23324
23325 \end_layout
23326
23327 \end_inset
23328 </cell>
23329 </row>
23330 </lyxtabular>
23331
23332 \end_inset
23333
23334
23335 \begin_inset space \hfill{}
23336 \end_inset
23337
23338
23339 \begin_inset Tabular
23340 <lyxtabular version="3" rows="17" columns="2">
23341 <features rotate="0" tabularvalignment="middle">
23342 <column alignment="center" valignment="top" width="0pt">
23343 <column alignment="center" valignment="top" width="0pt">
23344 <row>
23345 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23346 \begin_inset Text
23347
23348 \begin_layout Plain Layout
23349 Befehl
23350 \end_layout
23351
23352 \end_inset
23353 </cell>
23354 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23355 \begin_inset Text
23356
23357 \begin_layout Plain Layout
23358 Ergebnis
23359 \end_layout
23360
23361 \end_inset
23362 </cell>
23363 </row>
23364 <row>
23365 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23366 \begin_inset Text
23367
23368 \begin_layout Plain Layout
23369 >
23370 \end_layout
23371
23372 \end_inset
23373 </cell>
23374 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23375 \begin_inset Text
23376
23377 \begin_layout Plain Layout
23378 \begin_inset Formula $>$
23379 \end_inset
23380
23381
23382 \end_layout
23383
23384 \end_inset
23385 </cell>
23386 </row>
23387 <row>
23388 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23389 \begin_inset Text
23390
23391 \begin_layout Plain Layout
23392
23393 \backslash
23394 ge
23395 \end_layout
23396
23397 \end_inset
23398 </cell>
23399 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23400 \begin_inset Text
23401
23402 \begin_layout Plain Layout
23403 \begin_inset Formula $\ge$
23404 \end_inset
23405
23406
23407 \end_layout
23408
23409 \end_inset
23410 </cell>
23411 </row>
23412 <row>
23413 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23414 \begin_inset Text
23415
23416 \begin_layout Plain Layout
23417
23418 \backslash
23419 gg
23420 \end_layout
23421
23422 \end_inset
23423 </cell>
23424 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23425 \begin_inset Text
23426
23427 \begin_layout Plain Layout
23428 \begin_inset Formula $\gg$
23429 \end_inset
23430
23431
23432 \end_layout
23433
23434 \end_inset
23435 </cell>
23436 </row>
23437 <row>
23438 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23439 \begin_inset Text
23440
23441 \begin_layout Plain Layout
23442
23443 \backslash
23444 succ
23445 \end_layout
23446
23447 \end_inset
23448 </cell>
23449 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23450 \begin_inset Text
23451
23452 \begin_layout Plain Layout
23453 \begin_inset Formula $\succ$
23454 \end_inset
23455
23456
23457 \end_layout
23458
23459 \end_inset
23460 </cell>
23461 </row>
23462 <row>
23463 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23464 \begin_inset Text
23465
23466 \begin_layout Plain Layout
23467
23468 \backslash
23469 succeq
23470 \end_layout
23471
23472 \end_inset
23473 </cell>
23474 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23475 \begin_inset Text
23476
23477 \begin_layout Plain Layout
23478 \begin_inset Formula $\succeq$
23479 \end_inset
23480
23481
23482 \end_layout
23483
23484 \end_inset
23485 </cell>
23486 </row>
23487 <row>
23488 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23489 \begin_inset Text
23490
23491 \begin_layout Plain Layout
23492
23493 \backslash
23494 supset
23495 \end_layout
23496
23497 \end_inset
23498 </cell>
23499 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23500 \begin_inset Text
23501
23502 \begin_layout Plain Layout
23503 \begin_inset Formula $\supset$
23504 \end_inset
23505
23506
23507 \end_layout
23508
23509 \end_inset
23510 </cell>
23511 </row>
23512 <row>
23513 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23514 \begin_inset Text
23515
23516 \begin_layout Plain Layout
23517
23518 \backslash
23519 supseteq
23520 \end_layout
23521
23522 \end_inset
23523 </cell>
23524 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23525 \begin_inset Text
23526
23527 \begin_layout Plain Layout
23528 \begin_inset Formula $\supseteq$
23529 \end_inset
23530
23531
23532 \end_layout
23533
23534 \end_inset
23535 </cell>
23536 </row>
23537 <row>
23538 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23539 \begin_inset Text
23540
23541 \begin_layout Plain Layout
23542
23543 \backslash
23544 sqsupseteq
23545 \end_layout
23546
23547 \end_inset
23548 </cell>
23549 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23550 \begin_inset Text
23551
23552 \begin_layout Plain Layout
23553 \begin_inset Formula $\sqsupseteq$
23554 \end_inset
23555
23556
23557 \end_layout
23558
23559 \end_inset
23560 </cell>
23561 </row>
23562 <row>
23563 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23564 \begin_inset Text
23565
23566 \begin_layout Plain Layout
23567
23568 \backslash
23569 ni
23570 \end_layout
23571
23572 \end_inset
23573 </cell>
23574 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23575 \begin_inset Text
23576
23577 \begin_layout Plain Layout
23578 \begin_inset Formula $\ni$
23579 \end_inset
23580
23581
23582 \end_layout
23583
23584 \end_inset
23585 </cell>
23586 </row>
23587 <row>
23588 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23589 \begin_inset Text
23590
23591 \begin_layout Plain Layout
23592
23593 \backslash
23594 dashv
23595 \end_layout
23596
23597 \end_inset
23598 </cell>
23599 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23600 \begin_inset Text
23601
23602 \begin_layout Plain Layout
23603 \begin_inset Formula $\dashv$
23604 \end_inset
23605
23606
23607 \end_layout
23608
23609 \end_inset
23610 </cell>
23611 </row>
23612 <row>
23613 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23614 \begin_inset Text
23615
23616 \begin_layout Plain Layout
23617
23618 \backslash
23619 frown
23620 \end_layout
23621
23622 \end_inset
23623 </cell>
23624 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23625 \begin_inset Text
23626
23627 \begin_layout Plain Layout
23628 \begin_inset Formula $\frown$
23629 \end_inset
23630
23631
23632 \end_layout
23633
23634 \end_inset
23635 </cell>
23636 </row>
23637 <row>
23638 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23639 \begin_inset Text
23640
23641 \begin_layout Plain Layout
23642
23643 \backslash
23644 rhd
23645 \end_layout
23646
23647 \end_inset
23648 </cell>
23649 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23650 \begin_inset Text
23651
23652 \begin_layout Plain Layout
23653 \begin_inset Formula $\rhd$
23654 \end_inset
23655
23656
23657 \end_layout
23658
23659 \end_inset
23660 </cell>
23661 </row>
23662 <row>
23663 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23664 \begin_inset Text
23665
23666 \begin_layout Plain Layout
23667
23668 \backslash
23669 unrhd
23670 \end_layout
23671
23672 \end_inset
23673 </cell>
23674 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23675 \begin_inset Text
23676
23677 \begin_layout Plain Layout
23678 \begin_inset Formula $\unrhd$
23679 \end_inset
23680
23681
23682 \end_layout
23683
23684 \end_inset
23685 </cell>
23686 </row>
23687 <row>
23688 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23689 \begin_inset Text
23690
23691 \begin_layout Plain Layout
23692
23693 \backslash
23694 lessgtr
23695 \end_layout
23696
23697 \end_inset
23698 </cell>
23699 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23700 \begin_inset Text
23701
23702 \begin_layout Plain Layout
23703 \begin_inset Formula $\lessgtr$
23704 \end_inset
23705
23706
23707 \end_layout
23708
23709 \end_inset
23710 </cell>
23711 </row>
23712 <row>
23713 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
23714 \begin_inset Text
23715
23716 \begin_layout Plain Layout
23717
23718 \backslash
23719 parallel
23720 \end_layout
23721
23722 \end_inset
23723 </cell>
23724 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
23725 \begin_inset Text
23726
23727 \begin_layout Plain Layout
23728 \begin_inset Formula $\parallel$
23729 \end_inset
23730
23731
23732 \end_layout
23733
23734 \end_inset
23735 </cell>
23736 </row>
23737 <row>
23738 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23739 \begin_inset Text
23740
23741 \begin_layout Plain Layout
23742
23743 \backslash
23744 nparallel
23745 \end_layout
23746
23747 \end_inset
23748 </cell>
23749 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23750 \begin_inset Text
23751
23752 \begin_layout Plain Layout
23753 \begin_inset Formula $\nparallel$
23754 \end_inset
23755
23756
23757 \end_layout
23758
23759 \end_inset
23760 </cell>
23761 </row>
23762 </lyxtabular>
23763
23764 \end_inset
23765
23766
23767 \begin_inset space \hfill{}
23768 \end_inset
23769
23770
23771 \end_layout
23772
23773 \begin_layout Standard
23774 \begin_inset VSpace medskip
23775 \end_inset
23776
23777 Die Zeichen 
23778 \series bold
23779
23780 \backslash
23781 lhd
23782 \series default
23783  bzw.
23784 \begin_inset space \space{}
23785 \end_inset
23786
23787
23788 \series bold
23789
23790 \backslash
23791 rhd
23792 \series default
23793  sind größer als die gleich aussehenden Operatoren
23794 \begin_inset Newline linebreak
23795 \end_inset
23796
23797
23798 \series bold
23799
23800 \backslash
23801 triangleleft
23802 \series default
23803  bzw.
23804 \begin_inset space \space{}
23805 \end_inset
23806
23807
23808 \series bold
23809
23810 \backslash
23811 triangleright
23812 \series default
23813 .
23814 \end_layout
23815
23816 \begin_layout Standard
23817 Relationen sind im Gegensatz zu Symbolen immer von Leerraum umgeben.
23818 \end_layout
23819
23820 \begin_layout Standard
23821 Relationen mit Beschriftungen können mit Hilfe des Befehls 
23822 \series bold
23823
23824 \backslash
23825 stackrel
23826 \series default
23827
23828 \begin_inset Index idx
23829 status collapsed
23830
23831 \begin_layout Plain Layout
23832 Befehle ! S ! 
23833 \backslash
23834 stackrel
23835 \end_layout
23836
23837 \end_inset
23838
23839  erstellt werden:
23840 \end_layout
23841
23842 \begin_layout Standard
23843 \align center
23844 \begin_inset Tabular
23845 <lyxtabular version="3" rows="2" columns="2">
23846 <features rotate="0" tabularvalignment="middle">
23847 <column alignment="center" valignment="top">
23848 <column alignment="center" valignment="top">
23849 <row>
23850 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23851 \begin_inset Text
23852
23853 \begin_layout Plain Layout
23854 Befehl
23855 \end_layout
23856
23857 \end_inset
23858 </cell>
23859 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23860 \begin_inset Text
23861
23862 \begin_layout Plain Layout
23863 Ergebnis
23864 \begin_inset Note Note
23865 status collapsed
23866
23867 \begin_layout Plain Layout
23868
23869 \series bold
23870
23871 \backslash
23872 raisebox
23873 \series default
23874  dient nur als Abstandhalter.
23875 \end_layout
23876
23877 \end_inset
23878
23879
23880 \end_layout
23881
23882 \end_inset
23883 </cell>
23884 </row>
23885 <row>
23886 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23887 \begin_inset Text
23888
23889 \begin_layout Plain Layout
23890 A(r)
23891 \backslash
23892 stackrel
23893 \begin_inset space \textvisiblespace{}
23894 \end_inset
23895
23896 r
23897 \backslash
23898 to
23899 \backslash
23900 infty
23901 \begin_inset space \textvisiblespace{}
23902 \end_inset
23903
23904
23905 \begin_inset Formula $\downarrow$
23906 \end_inset
23907
23908
23909 \backslash
23910 approx
23911 \begin_inset space \textvisiblespace{}
23912 \end_inset
23913
23914
23915 \begin_inset space \textvisiblespace{}
23916 \end_inset
23917
23918 B
23919 \end_layout
23920
23921 \end_inset
23922 </cell>
23923 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
23924 \begin_inset Text
23925
23926 \begin_layout Plain Layout
23927 \begin_inset Formula $\raisebox{5mm}{}A(r)\stackrel{r\to\infty}{\approx}B$
23928 \end_inset
23929
23930
23931 \end_layout
23932
23933 \end_inset
23934 </cell>
23935 </row>
23936 </lyxtabular>
23937
23938 \end_inset
23939
23940
23941 \end_layout
23942
23943 \begin_layout Section
23944 Funktionen
23945 \end_layout
23946
23947 \begin_layout Subsection
23948 Vordefinierte Funktionen
23949 \begin_inset CommandInset label
23950 LatexCommand label
23951 name "sub:Vordefinierte-Funktionen"
23952
23953 \end_inset
23954
23955
23956 \begin_inset Index idx
23957 status collapsed
23958
23959 \begin_layout Plain Layout
23960 Funktionen ! vordefinierte
23961 \end_layout
23962
23963 \end_inset
23964
23965
23966 \end_layout
23967
23968 \begin_layout Standard
23969 Allgemein werden in mathematischen Ausdrücken Variablen 
23970 \shape italic
23971 kursiv
23972 \shape default
23973  gesetzt, Funktionsnamen hingegen nicht, denn 
23974 \begin_inset Formula $sin$
23975 \end_inset
23976
23977  könnte als 
23978 \begin_inset Formula $s\cdot i\cdot n$
23979 \end_inset
23980
23981  missverstanden werden.
23982  Aus diesem Grund gibt es vordefinierte Funktionen, die zusätzlich von Vorfaktor
23983 en etwas abgesetzt sind.
23984  Sie werden als Befehle mit einem Backslash vor dem Funktionsnamen eingefügt.
23985 \end_layout
23986
23987 \begin_layout Standard
23988 \align center
23989 \begin_inset Tabular
23990 <lyxtabular version="3" rows="2" columns="4">
23991 <features rotate="0" tabularvalignment="middle">
23992 <column alignment="center" valignment="top" width="0pt">
23993 <column alignment="center" valignment="top" width="0pt">
23994 <column alignment="center" valignment="top" width="0pt">
23995 <column alignment="center" valignment="top" width="0pt">
23996 <row>
23997 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
23998 \begin_inset Text
23999
24000 \begin_layout Plain Layout
24001 Befehl
24002 \end_layout
24003
24004 \end_inset
24005 </cell>
24006 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24007 \begin_inset Text
24008
24009 \begin_layout Plain Layout
24010 Ergebnis
24011 \end_layout
24012
24013 \end_inset
24014 </cell>
24015 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24016 \begin_inset Text
24017
24018 \begin_layout Plain Layout
24019 Befehl
24020 \end_layout
24021
24022 \end_inset
24023 </cell>
24024 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24025 \begin_inset Text
24026
24027 \begin_layout Plain Layout
24028 Ergebnis
24029 \end_layout
24030
24031 \end_inset
24032 </cell>
24033 </row>
24034 <row>
24035 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24036 \begin_inset Text
24037
24038 \begin_layout Plain Layout
24039 Asin(x)+B
24040 \end_layout
24041
24042 \end_inset
24043 </cell>
24044 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24045 \begin_inset Text
24046
24047 \begin_layout Plain Layout
24048 \begin_inset Formula $Asin(x)+B$
24049 \end_inset
24050
24051
24052 \end_layout
24053
24054 \end_inset
24055 </cell>
24056 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24057 \begin_inset Text
24058
24059 \begin_layout Plain Layout
24060 A
24061 \backslash
24062 sin(x)+B
24063 \end_layout
24064
24065 \end_inset
24066 </cell>
24067 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24068 \begin_inset Text
24069
24070 \begin_layout Plain Layout
24071 \begin_inset Formula $A\sin(x)+B$
24072 \end_inset
24073
24074
24075 \end_layout
24076
24077 \end_inset
24078 </cell>
24079 </row>
24080 </lyxtabular>
24081
24082 \end_inset
24083
24084
24085 \end_layout
24086
24087 \begin_layout Standard
24088 Folgende Funktionen sind vordefiniert:
24089 \end_layout
24090
24091 \begin_layout Standard
24092 \begin_inset VSpace -2mm
24093 \end_inset
24094
24095
24096 \end_layout
24097
24098 \begin_layout Standard
24099 \align center
24100 \begin_inset Tabular
24101 <lyxtabular version="3" rows="9" columns="4">
24102 <features rotate="0" tabularvalignment="middle">
24103 <column alignment="center" valignment="top" width="0pt">
24104 <column alignment="center" valignment="top" width="0pt">
24105 <column alignment="center" valignment="top" width="0pt">
24106 <column alignment="center" valignment="top" width="0pt">
24107 <row>
24108 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24109 \begin_inset Text
24110
24111 \begin_layout Plain Layout
24112 Befehl
24113 \end_layout
24114
24115 \end_inset
24116 </cell>
24117 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24118 \begin_inset Text
24119
24120 \begin_layout Plain Layout
24121 Befehl
24122 \end_layout
24123
24124 \end_inset
24125 </cell>
24126 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24127 \begin_inset Text
24128
24129 \begin_layout Plain Layout
24130 Befehl
24131 \end_layout
24132
24133 \end_inset
24134 </cell>
24135 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24136 \begin_inset Text
24137
24138 \begin_layout Plain Layout
24139 Befehl
24140 \end_layout
24141
24142 \end_inset
24143 </cell>
24144 </row>
24145 <row>
24146 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24147 \begin_inset Text
24148
24149 \begin_layout Plain Layout
24150
24151 \backslash
24152 sin
24153 \end_layout
24154
24155 \end_inset
24156 </cell>
24157 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24158 \begin_inset Text
24159
24160 \begin_layout Plain Layout
24161
24162 \backslash
24163 sinh
24164 \end_layout
24165
24166 \end_inset
24167 </cell>
24168 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24169 \begin_inset Text
24170
24171 \begin_layout Plain Layout
24172
24173 \backslash
24174 arcsin
24175 \end_layout
24176
24177 \end_inset
24178 </cell>
24179 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24180 \begin_inset Text
24181
24182 \begin_layout Plain Layout
24183
24184 \backslash
24185 sup
24186 \end_layout
24187
24188 \end_inset
24189 </cell>
24190 </row>
24191 <row>
24192 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24193 \begin_inset Text
24194
24195 \begin_layout Plain Layout
24196
24197 \backslash
24198 cos
24199 \end_layout
24200
24201 \end_inset
24202 </cell>
24203 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24204 \begin_inset Text
24205
24206 \begin_layout Plain Layout
24207
24208 \backslash
24209 cosh
24210 \end_layout
24211
24212 \end_inset
24213 </cell>
24214 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24215 \begin_inset Text
24216
24217 \begin_layout Plain Layout
24218
24219 \backslash
24220 arccos
24221 \end_layout
24222
24223 \end_inset
24224 </cell>
24225 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24226 \begin_inset Text
24227
24228 \begin_layout Plain Layout
24229
24230 \backslash
24231 inf
24232 \end_layout
24233
24234 \end_inset
24235 </cell>
24236 </row>
24237 <row>
24238 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24239 \begin_inset Text
24240
24241 \begin_layout Plain Layout
24242
24243 \backslash
24244 tan
24245 \end_layout
24246
24247 \end_inset
24248 </cell>
24249 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24250 \begin_inset Text
24251
24252 \begin_layout Plain Layout
24253
24254 \backslash
24255 tanh
24256 \end_layout
24257
24258 \end_inset
24259 </cell>
24260 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24261 \begin_inset Text
24262
24263 \begin_layout Plain Layout
24264
24265 \backslash
24266 arctan
24267 \end_layout
24268
24269 \end_inset
24270 </cell>
24271 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24272 \begin_inset Text
24273
24274 \begin_layout Plain Layout
24275
24276 \backslash
24277 lim
24278 \end_layout
24279
24280 \end_inset
24281 </cell>
24282 </row>
24283 <row>
24284 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24285 \begin_inset Text
24286
24287 \begin_layout Plain Layout
24288
24289 \backslash
24290 cot
24291 \end_layout
24292
24293 \end_inset
24294 </cell>
24295 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24296 \begin_inset Text
24297
24298 \begin_layout Plain Layout
24299
24300 \backslash
24301 coth
24302 \end_layout
24303
24304 \end_inset
24305 </cell>
24306 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24307 \begin_inset Text
24308
24309 \begin_layout Plain Layout
24310
24311 \backslash
24312 arg
24313 \end_layout
24314
24315 \end_inset
24316 </cell>
24317 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24318 \begin_inset Text
24319
24320 \begin_layout Plain Layout
24321
24322 \backslash
24323 liminf
24324 \end_layout
24325
24326 \end_inset
24327 </cell>
24328 </row>
24329 <row>
24330 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24331 \begin_inset Text
24332
24333 \begin_layout Plain Layout
24334
24335 \backslash
24336 sec
24337 \end_layout
24338
24339 \end_inset
24340 </cell>
24341 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24342 \begin_inset Text
24343
24344 \begin_layout Plain Layout
24345
24346 \backslash
24347 min
24348 \end_layout
24349
24350 \end_inset
24351 </cell>
24352 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24353 \begin_inset Text
24354
24355 \begin_layout Plain Layout
24356
24357 \backslash
24358 deg
24359 \end_layout
24360
24361 \end_inset
24362 </cell>
24363 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24364 \begin_inset Text
24365
24366 \begin_layout Plain Layout
24367
24368 \backslash
24369 limsup
24370 \end_layout
24371
24372 \end_inset
24373 </cell>
24374 </row>
24375 <row>
24376 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24377 \begin_inset Text
24378
24379 \begin_layout Plain Layout
24380
24381 \backslash
24382 csc
24383 \end_layout
24384
24385 \end_inset
24386 </cell>
24387 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24388 \begin_inset Text
24389
24390 \begin_layout Plain Layout
24391
24392 \backslash
24393 max
24394 \end_layout
24395
24396 \end_inset
24397 </cell>
24398 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24399 \begin_inset Text
24400
24401 \begin_layout Plain Layout
24402
24403 \backslash
24404 det
24405 \end_layout
24406
24407 \end_inset
24408 </cell>
24409 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24410 \begin_inset Text
24411
24412 \begin_layout Plain Layout
24413
24414 \backslash
24415 Pr
24416 \end_layout
24417
24418 \end_inset
24419 </cell>
24420 </row>
24421 <row>
24422 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24423 \begin_inset Text
24424
24425 \begin_layout Plain Layout
24426
24427 \backslash
24428 ln
24429 \end_layout
24430
24431 \end_inset
24432 </cell>
24433 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24434 \begin_inset Text
24435
24436 \begin_layout Plain Layout
24437
24438 \backslash
24439 exp
24440 \end_layout
24441
24442 \end_inset
24443 </cell>
24444 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24445 \begin_inset Text
24446
24447 \begin_layout Plain Layout
24448
24449 \backslash
24450 dim
24451 \end_layout
24452
24453 \end_inset
24454 </cell>
24455 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24456 \begin_inset Text
24457
24458 \begin_layout Plain Layout
24459
24460 \backslash
24461 hom
24462 \end_layout
24463
24464 \end_inset
24465 </cell>
24466 </row>
24467 <row>
24468 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24469 \begin_inset Text
24470
24471 \begin_layout Plain Layout
24472
24473 \backslash
24474 lg
24475 \end_layout
24476
24477 \end_inset
24478 </cell>
24479 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24480 \begin_inset Text
24481
24482 \begin_layout Plain Layout
24483
24484 \backslash
24485 log
24486 \end_layout
24487
24488 \end_inset
24489 </cell>
24490 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24491 \begin_inset Text
24492
24493 \begin_layout Plain Layout
24494
24495 \backslash
24496 ker
24497 \end_layout
24498
24499 \end_inset
24500 </cell>
24501 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24502 \begin_inset Text
24503
24504 \begin_layout Plain Layout
24505
24506 \backslash
24507 gcd
24508 \end_layout
24509
24510 \end_inset
24511 </cell>
24512 </row>
24513 </lyxtabular>
24514
24515 \end_inset
24516
24517
24518 \end_layout
24519
24520 \begin_layout Standard
24521 Sie können auch über den Mathe-Werkzeugleistenknopf 
24522 \begin_inset Graphics
24523         filename ../../images/math/functions.png
24524         scale 85
24525
24526 \end_inset
24527
24528  eingefügt werden.
24529 \end_layout
24530
24531 \begin_layout Subsection
24532 Selbst definierte Funktionen
24533 \begin_inset Index idx
24534 status collapsed
24535
24536 \begin_layout Plain Layout
24537 Funktionen ! selbstdefinierte
24538 \end_layout
24539
24540 \end_inset
24541
24542
24543 \end_layout
24544
24545 \begin_layout Standard
24546 Will man eine Funktion verwenden, die nicht vordefiniert ist, wie z.
24547 \begin_inset space \thinspace{}
24548 \end_inset
24549
24550 B.
24551  die Signumfunktion sgn(x), hat man zwei Möglichkeiten:
24552 \end_layout
24553
24554 \begin_layout Itemize
24555 Man definiert die Funktion selbst.
24556  Dazu gibt man im LaTeX-Vorspann die Zeile
24557 \begin_inset Newline newline
24558 \end_inset
24559
24560
24561 \begin_inset VSpace -3mm
24562 \end_inset
24563
24564
24565 \begin_inset Newline newline
24566 \end_inset
24567
24568
24569 \series bold
24570
24571 \backslash
24572 DeclareMathOperator{
24573 \backslash
24574 sgn}{sgn}
24575 \series default
24576
24577 \begin_inset Index idx
24578 status collapsed
24579
24580 \begin_layout Plain Layout
24581 Befehle ! D ! 
24582 \backslash
24583 dbinom@
24584 \backslash
24585 DeclareMathOperator
24586 \end_layout
24587
24588 \end_inset
24589
24590
24591 \begin_inset Newline newline
24592 \end_inset
24593
24594
24595 \begin_inset VSpace -2mm
24596 \end_inset
24597
24598
24599 \begin_inset Newline newline
24600 \end_inset
24601
24602 ein
24603 \begin_inset Foot
24604 status collapsed
24605
24606 \begin_layout Plain Layout
24607 Näheres zu 
24608 \series bold
24609
24610 \backslash
24611 DeclareMathOperator
24612 \series default
24613  siehe 
24614 \begin_inset CommandInset ref
24615 LatexCommand ref
24616 reference "sub:Selbstdefinierte-Operatoren"
24617
24618 \end_inset
24619
24620 .
24621 \end_layout
24622
24623 \end_inset
24624
24625 .
24626  Nun kann man mit dem Befehl 
24627 \series bold
24628
24629 \backslash
24630 sgn
24631 \series default
24632  die neu definierte Funktion aufrufen.
24633 \end_layout
24634
24635 \begin_layout Itemize
24636 Man schreibt die Formel wie gewohnt, markiert den Formelnamen, also in unserem
24637  Beispiel die Buchstaben 
24638 \emph on
24639 sgn
24640 \emph default
24641 , und wandelt ihn in in mathematischen Text um.
24642  Zwischen Vorfaktor und Funktion fügt man einen kleinen Leerraum ein.
24643 \end_layout
24644
24645 \begin_layout Standard
24646 Das Ergebnis ist bei beiden Methoden dasselbe wie bei einer vordefinierten
24647  Funktion
24648 \begin_inset Foot
24649 status collapsed
24650
24651 \begin_layout Plain Layout
24652 Selbst definierte Funktionen werden in LyX rot, vordefinierte schwarz angezeigt.
24653 \end_layout
24654
24655 \end_inset
24656
24657 :
24658 \end_layout
24659
24660 \begin_layout Standard
24661 \align center
24662 \begin_inset Tabular
24663 <lyxtabular version="3" rows="3" columns="2">
24664 <features rotate="0" tabularvalignment="middle">
24665 <column alignment="center" valignment="top" width="0pt">
24666 <column alignment="center" valignment="top" width="0pt">
24667 <row>
24668 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24669 \begin_inset Text
24670
24671 \begin_layout Plain Layout
24672 Befehl
24673 \end_layout
24674
24675 \end_inset
24676 </cell>
24677 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24678 \begin_inset Text
24679
24680 \begin_layout Plain Layout
24681 Ergebnis
24682 \end_layout
24683
24684 \end_inset
24685 </cell>
24686 </row>
24687 <row>
24688 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24689 \begin_inset Text
24690
24691 \begin_layout Plain Layout
24692 A
24693 \backslash
24694 sgn(x)+B
24695 \end_layout
24696
24697 \end_inset
24698 </cell>
24699 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24700 \begin_inset Text
24701
24702 \begin_layout Plain Layout
24703 \begin_inset Formula $A\sgn(x)+B$
24704 \end_inset
24705
24706
24707 \end_layout
24708
24709 \end_inset
24710 </cell>
24711 </row>
24712 <row>
24713 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24714 \begin_inset Text
24715
24716 \begin_layout Plain Layout
24717 A
24718 \backslash
24719 ,
24720 \begin_inset Formula $\underbrace{\textrm{sgn}}_{\textrm{Alt-m}\,\textrm{m}}$
24721 \end_inset
24722
24723 (x)+B
24724 \end_layout
24725
24726 \end_inset
24727 </cell>
24728 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24729 \begin_inset Text
24730
24731 \begin_layout Plain Layout
24732 \begin_inset Formula $A\,\textrm{sgn}(x)+B$
24733 \end_inset
24734
24735
24736 \end_layout
24737
24738 \end_inset
24739 </cell>
24740 </row>
24741 </lyxtabular>
24742
24743 \end_inset
24744
24745
24746 \end_layout
24747
24748 \begin_layout Standard
24749 Die erste Methode ist besser geeignet, wenn die selbst definierte Funktion
24750  mehrfach verwendet werden soll.
24751 \end_layout
24752
24753 \begin_layout Subsection
24754 Grenzwerte
24755 \begin_inset Index idx
24756 status collapsed
24757
24758 \begin_layout Plain Layout
24759 Grenzwerte
24760 \end_layout
24761
24762 \end_inset
24763
24764
24765 \end_layout
24766
24767 \begin_layout Standard
24768 Für Grenzwerte sind außer 
24769 \series bold
24770
24771 \backslash
24772 lim
24773 \series default
24774
24775 \begin_inset Index idx
24776 status collapsed
24777
24778 \begin_layout Plain Layout
24779 Befehle ! L ! 
24780 \backslash
24781 lim
24782 \end_layout
24783
24784 \end_inset
24785
24786
24787 \series bold
24788
24789 \backslash
24790 liminf
24791 \series default
24792  und 
24793 \series bold
24794
24795 \backslash
24796 limsup
24797 \series default
24798  noch folgende Funktionen definiert:
24799 \end_layout
24800
24801 \begin_layout Standard
24802 \align center
24803 \begin_inset Tabular
24804 <lyxtabular version="3" rows="5" columns="2">
24805 <features rotate="0" tabularvalignment="middle">
24806 <column alignment="center" valignment="top">
24807 <column alignment="center" valignment="top">
24808 <row>
24809 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
24810 \begin_inset Text
24811
24812 \begin_layout Plain Layout
24813 Befehl
24814 \end_layout
24815
24816 \end_inset
24817 </cell>
24818 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
24819 \begin_inset Text
24820
24821 \begin_layout Plain Layout
24822 Ergebnis
24823 \begin_inset Note Note
24824 status collapsed
24825
24826 \begin_layout Plain Layout
24827
24828 \series bold
24829
24830 \backslash
24831 raisebox
24832 \series default
24833  dient nur als Abstandhalter.
24834 \end_layout
24835
24836 \end_inset
24837
24838
24839 \end_layout
24840
24841 \end_inset
24842 </cell>
24843 </row>
24844 <row>
24845 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
24846 \begin_inset Text
24847
24848 \begin_layout Plain Layout
24849
24850 \backslash
24851 varliminf
24852 \end_layout
24853
24854 \end_inset
24855 </cell>
24856 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
24857 \begin_inset Text
24858
24859 \begin_layout Plain Layout
24860 \begin_inset Formula $\varliminf$
24861 \end_inset
24862
24863
24864 \end_layout
24865
24866 \end_inset
24867 </cell>
24868 </row>
24869 <row>
24870 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24871 \begin_inset Text
24872
24873 \begin_layout Plain Layout
24874
24875 \backslash
24876 varlimsup
24877 \end_layout
24878
24879 \end_inset
24880 </cell>
24881 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24882 \begin_inset Text
24883
24884 \begin_layout Plain Layout
24885 \begin_inset Formula $\varlimsup$
24886 \end_inset
24887
24888
24889 \end_layout
24890
24891 \end_inset
24892 </cell>
24893 </row>
24894 <row>
24895 <cell alignment="center" valignment="top" leftline="true" usebox="none">
24896 \begin_inset Text
24897
24898 \begin_layout Plain Layout
24899
24900 \backslash
24901 varprojlim
24902 \end_layout
24903
24904 \end_inset
24905 </cell>
24906 <cell alignment="center" valignment="top" leftline="true" rightline="true" usebox="none">
24907 \begin_inset Text
24908
24909 \begin_layout Plain Layout
24910 \begin_inset Formula $\varprojlim$
24911 \end_inset
24912
24913
24914 \end_layout
24915
24916 \end_inset
24917 </cell>
24918 </row>
24919 <row>
24920 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
24921 \begin_inset Text
24922
24923 \begin_layout Plain Layout
24924
24925 \backslash
24926 varinjlim
24927 \end_layout
24928
24929 \end_inset
24930 </cell>
24931 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
24932 \begin_inset Text
24933
24934 \begin_layout Plain Layout
24935 \begin_inset Formula $\varinjlim$
24936 \end_inset
24937
24938
24939 \begin_inset Formula $\raisebox{-2.5mm}{}$
24940 \end_inset
24941
24942
24943 \end_layout
24944
24945 \end_inset
24946 </cell>
24947 </row>
24948 </lyxtabular>
24949
24950 \end_inset
24951
24952
24953 \end_layout
24954
24955 \begin_layout Standard
24956 \begin_inset VSpace medskip
24957 \end_inset
24958
24959 Der Grenzwert wird durch Tiefstellen erzeugt.
24960  Bei einer eingebetteten Formel wird er rechts neben die Funktion gesetzt:
24961 \end_layout
24962
24963 \begin_layout Standard
24964 \align center
24965 \begin_inset Tabular
24966 <lyxtabular version="3" rows="2" columns="2">
24967 <features rotate="0" tabularvalignment="middle">
24968 <column alignment="center" valignment="top" width="0pt">
24969 <column alignment="center" valignment="top" width="0pt">
24970 <row>
24971 <cell alignment="center" valignment="top" usebox="none">
24972 \begin_inset Text
24973
24974 \begin_layout Plain Layout
24975 Befehl
24976 \end_layout
24977
24978 \end_inset
24979 </cell>
24980 <cell alignment="center" valignment="top" usebox="none">
24981 \begin_inset Text
24982
24983 \begin_layout Plain Layout
24984 \begin_inset space \hspace{}
24985 \length 1cm
24986 \end_inset
24987
24988 Ergebnis
24989 \begin_inset Note Note
24990 status collapsed
24991
24992 \begin_layout Plain Layout
24993 Der Leerraum und 
24994 \series bold
24995
24996 \backslash
24997 raisebox
24998 \series default
24999  dienen nur als Abstandhalter.
25000 \end_layout
25001
25002 \end_inset
25003
25004
25005 \end_layout
25006
25007 \end_inset
25008 </cell>
25009 </row>
25010 <row>
25011 <cell alignment="center" valignment="top" usebox="none">
25012 \begin_inset Text
25013
25014 \begin_layout Plain Layout
25015
25016 \backslash
25017 lim_x
25018 \backslash
25019 to
25020 \begin_inset space \textvisiblespace{}
25021 \end_inset
25022
25023 A
25024 \begin_inset space \textvisiblespace{}
25025 \end_inset
25026
25027 x=B
25028 \end_layout
25029
25030 \end_inset
25031 </cell>
25032 <cell alignment="center" valignment="top" usebox="none">
25033 \begin_inset Text
25034
25035 \begin_layout Plain Layout
25036 \begin_inset Formula $\hspace{1cm}\raisebox{5mm}{}\lim_{x\to A}x=B$
25037 \end_inset
25038
25039
25040 \end_layout
25041
25042 \end_inset
25043 </cell>
25044 </row>
25045 </lyxtabular>
25046
25047 \end_inset
25048
25049
25050 \end_layout
25051
25052 \begin_layout Standard
25053 In einer abgesetzten Formel steht der Grenzwert wie gewohnt darunter:
25054 \begin_inset Formula 
25055 \[
25056 \lim_{x\to A}x=B
25057 \]
25058
25059 \end_inset
25060
25061
25062 \end_layout
25063
25064 \begin_layout Subsection
25065 Modulo-Funktionen
25066 \begin_inset Index idx
25067 status collapsed
25068
25069 \begin_layout Plain Layout
25070 Funktionen ! Modulo-
25071 \end_layout
25072
25073 \end_inset
25074
25075
25076 \end_layout
25077
25078 \begin_layout Standard
25079 Eine Besonderheit stellt die Modulo-Funktion dar, denn es gibt sie in vier
25080  Varianten.
25081 \end_layout
25082
25083 \begin_layout Standard
25084 Die Varianten in einer abgesetzten Formel:
25085 \begin_inset Formula 
25086 \begin{align*}
25087 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25088 \mathrm{a\backslash mod\textrm{␣}b} &  & a\mod b\\
25089 \mathrm{a\backslash pmod\textrm{␣}b} &  & a\pmod b\\
25090 \mathrm{a\backslash bmod\textrm{␣}b} &  & a\bmod b\\
25091 \mathrm{a\backslash pod\textrm{␣}b} &  & a\pod b
25092 \end{align*}
25093
25094 \end_inset
25095
25096
25097 \end_layout
25098
25099 \begin_layout Standard
25100 In einer eingebetteten Formel wird bei allen Varianten vor den Funktionsnamen
25101  weniger Leerraum gesetzt.
25102  Standardmäßig beachten die Modulo-Funktionen nur das erste, folgende Zeichen.
25103  Um mehrere Zeichen zu verwenden, muss man sie in TeX-Klammern setzen:
25104 \begin_inset Formula 
25105 \begin{align*}
25106 \underline{\textrm{Befehl}\raisebox{-0.9mm}{}} &  & \underline{\textrm{Ergebnis}}\\
25107 \mathrm{a\backslash pod\textrm{␣}bcd} &  & a\pod bcd\\
25108 \mathrm{a\backslash pod\backslash\{bc\to d} &  & a\pod{bc}d
25109 \end{align*}
25110
25111 \end_inset
25112
25113
25114 \end_layout
25115
25116 \begin_layout Section
25117 Sonderzeichen
25118 \begin_inset Index idx
25119 status collapsed
25120
25121 \begin_layout Plain Layout
25122 Sonderzeichen
25123 \end_layout
25124
25125 \end_inset
25126
25127
25128 \end_layout
25129
25130 \begin_layout Subsection
25131 Sonderzeichen im mathematischen Text
25132 \end_layout
25133
25134 \begin_layout Standard
25135 Die folgenden Befehle können nur im mathematischen Textmodus oder im TeX-Modus
25136  verwendet werden:
25137 \end_layout
25138
25139 \begin_layout Standard
25140 \begin_inset space \hfill{}
25141 \end_inset
25142
25143
25144 \begin_inset Tabular
25145 <lyxtabular version="3" rows="8" columns="2">
25146 <features rotate="0" tabularvalignment="middle">
25147 <column alignment="block" valignment="top">
25148 <column alignment="block" valignment="top">
25149 <row>
25150 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25151 \begin_inset Text
25152
25153 \begin_layout Plain Layout
25154 Befehl
25155 \end_layout
25156
25157 \end_inset
25158 </cell>
25159 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25160 \begin_inset Text
25161
25162 \begin_layout Plain Layout
25163 Ergebnis
25164 \end_layout
25165
25166 \end_inset
25167 </cell>
25168 </row>
25169 <row>
25170 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25171 \begin_inset Text
25172
25173 \begin_layout Plain Layout
25174
25175 \backslash
25176 oe
25177 \end_layout
25178
25179 \end_inset
25180 </cell>
25181 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25182 \begin_inset Text
25183
25184 \begin_layout Plain Layout
25185 \begin_inset Formula $\textrm{œ}$
25186 \end_inset
25187
25188
25189 \end_layout
25190
25191 \end_inset
25192 </cell>
25193 </row>
25194 <row>
25195 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25196 \begin_inset Text
25197
25198 \begin_layout Plain Layout
25199
25200 \backslash
25201 OE
25202 \end_layout
25203
25204 \end_inset
25205 </cell>
25206 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25207 \begin_inset Text
25208
25209 \begin_layout Plain Layout
25210 \begin_inset Formula $\textrm{Œ}$
25211 \end_inset
25212
25213
25214 \end_layout
25215
25216 \end_inset
25217 </cell>
25218 </row>
25219 <row>
25220 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25221 \begin_inset Text
25222
25223 \begin_layout Plain Layout
25224
25225 \backslash
25226 ae
25227 \end_layout
25228
25229 \end_inset
25230 </cell>
25231 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25232 \begin_inset Text
25233
25234 \begin_layout Plain Layout
25235 \begin_inset Formula $\textrm{æ}$
25236 \end_inset
25237
25238
25239 \end_layout
25240
25241 \end_inset
25242 </cell>
25243 </row>
25244 <row>
25245 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25246 \begin_inset Text
25247
25248 \begin_layout Plain Layout
25249
25250 \backslash
25251 AE
25252 \end_layout
25253
25254 \end_inset
25255 </cell>
25256 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25257 \begin_inset Text
25258
25259 \begin_layout Plain Layout
25260 \begin_inset Formula $\textrm{Æ}$
25261 \end_inset
25262
25263
25264 \end_layout
25265
25266 \end_inset
25267 </cell>
25268 </row>
25269 <row>
25270 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25271 \begin_inset Text
25272
25273 \begin_layout Plain Layout
25274
25275 \backslash
25276 aa
25277 \end_layout
25278
25279 \end_inset
25280 </cell>
25281 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25282 \begin_inset Text
25283
25284 \begin_layout Plain Layout
25285 \begin_inset Formula $\textrm{\aa}$
25286 \end_inset
25287
25288
25289 \end_layout
25290
25291 \end_inset
25292 </cell>
25293 </row>
25294 <row>
25295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25296 \begin_inset Text
25297
25298 \begin_layout Plain Layout
25299
25300 \backslash
25301 AA
25302 \begin_inset Index idx
25303 status collapsed
25304
25305 \begin_layout Plain Layout
25306
25307 \backslash
25308 @
25309 \begin_inset ERT
25310 status collapsed
25311
25312 \begin_layout Plain Layout
25313
25314
25315 \backslash
25316 textrm{
25317 \backslash
25318 AA}
25319 \end_layout
25320
25321 \end_inset
25322
25323
25324 \end_layout
25325
25326 \end_inset
25327
25328
25329 \end_layout
25330
25331 \end_inset
25332 </cell>
25333 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25334 \begin_inset Text
25335
25336 \begin_layout Plain Layout
25337 \begin_inset Formula $\textrm{Å}$
25338 \end_inset
25339
25340
25341 \end_layout
25342
25343 \end_inset
25344 </cell>
25345 </row>
25346 <row>
25347 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25348 \begin_inset Text
25349
25350 \begin_layout Plain Layout
25351
25352 \backslash
25353 i
25354 \end_layout
25355
25356 \end_inset
25357 </cell>
25358 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25359 \begin_inset Text
25360
25361 \begin_layout Plain Layout
25362 \begin_inset Formula $\textrm{ı}$
25363 \end_inset
25364
25365
25366 \end_layout
25367
25368 \end_inset
25369 </cell>
25370 </row>
25371 </lyxtabular>
25372
25373 \end_inset
25374
25375
25376 \begin_inset space \hfill{}
25377 \end_inset
25378
25379
25380 \begin_inset Tabular
25381 <lyxtabular version="3" rows="8" columns="2">
25382 <features rotate="0" tabularvalignment="middle">
25383 <column alignment="block" valignment="top">
25384 <column alignment="center" valignment="top">
25385 <row>
25386 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25387 \begin_inset Text
25388
25389 \begin_layout Plain Layout
25390 Befehl
25391 \begin_inset Note Note
25392 status collapsed
25393
25394 \begin_layout Plain Layout
25395 Der Leerraum von 0
25396 \begin_inset space \thinspace{}
25397 \end_inset
25398
25399 mm dient nur zur Trennung,da sonst im Ausdruck ¡ bzw.
25400 \begin_inset space \space{}
25401 \end_inset
25402
25403 ¿ erscheinen würde.
25404 \end_layout
25405
25406 \end_inset
25407
25408
25409 \end_layout
25410
25411 \end_inset
25412 </cell>
25413 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25414 \begin_inset Text
25415
25416 \begin_layout Plain Layout
25417 Ergebnis
25418 \end_layout
25419
25420 \end_inset
25421 </cell>
25422 </row>
25423 <row>
25424 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25425 \begin_inset Text
25426
25427 \begin_layout Plain Layout
25428
25429 \backslash
25430 o
25431 \end_layout
25432
25433 \end_inset
25434 </cell>
25435 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25436 \begin_inset Text
25437
25438 \begin_layout Plain Layout
25439 \begin_inset Formula $\textrm{ø}$
25440 \end_inset
25441
25442
25443 \end_layout
25444
25445 \end_inset
25446 </cell>
25447 </row>
25448 <row>
25449 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25450 \begin_inset Text
25451
25452 \begin_layout Plain Layout
25453
25454 \backslash
25455 O
25456 \end_layout
25457
25458 \end_inset
25459 </cell>
25460 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25461 \begin_inset Text
25462
25463 \begin_layout Plain Layout
25464 \begin_inset Formula $\textrm{Ø}$
25465 \end_inset
25466
25467
25468 \end_layout
25469
25470 \end_inset
25471 </cell>
25472 </row>
25473 <row>
25474 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25475 \begin_inset Text
25476
25477 \begin_layout Plain Layout
25478
25479 \backslash
25480 l
25481 \end_layout
25482
25483 \end_inset
25484 </cell>
25485 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25486 \begin_inset Text
25487
25488 \begin_layout Plain Layout
25489 \begin_inset Formula $\textrm{ł}$
25490 \end_inset
25491
25492
25493 \end_layout
25494
25495 \end_inset
25496 </cell>
25497 </row>
25498 <row>
25499 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25500 \begin_inset Text
25501
25502 \begin_layout Plain Layout
25503
25504 \backslash
25505 L
25506 \end_layout
25507
25508 \end_inset
25509 </cell>
25510 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25511 \begin_inset Text
25512
25513 \begin_layout Plain Layout
25514 \begin_inset Formula $\textrm{Ł}$
25515 \end_inset
25516
25517
25518 \end_layout
25519
25520 \end_inset
25521 </cell>
25522 </row>
25523 <row>
25524 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25525 \begin_inset Text
25526
25527 \begin_layout Plain Layout
25528 !
25529 \begin_inset space \hspace{}
25530 \length 0mm
25531 \end_inset
25532
25533 `
25534 \begin_inset space \textvisiblespace{}
25535 \end_inset
25536
25537
25538 \end_layout
25539
25540 \end_inset
25541 </cell>
25542 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25543 \begin_inset Text
25544
25545 \begin_layout Plain Layout
25546 \begin_inset Formula $\textrm{!`}$
25547 \end_inset
25548
25549
25550 \end_layout
25551
25552 \end_inset
25553 </cell>
25554 </row>
25555 <row>
25556 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25557 \begin_inset Text
25558
25559 \begin_layout Plain Layout
25560 ?
25561 \begin_inset space \hspace{}
25562 \length 0mm
25563 \end_inset
25564
25565 `
25566 \begin_inset space \textvisiblespace{}
25567 \end_inset
25568
25569
25570 \end_layout
25571
25572 \end_inset
25573 </cell>
25574 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25575 \begin_inset Text
25576
25577 \begin_layout Plain Layout
25578 \begin_inset Formula $\textrm{?`}$
25579 \end_inset
25580
25581
25582 \end_layout
25583
25584 \end_inset
25585 </cell>
25586 </row>
25587 <row>
25588 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25589 \begin_inset Text
25590
25591 \begin_layout Plain Layout
25592
25593 \backslash
25594 j
25595 \end_layout
25596
25597 \end_inset
25598 </cell>
25599 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25600 \begin_inset Text
25601
25602 \begin_layout Plain Layout
25603 \begin_inset Formula $\textrm{ȷ}$
25604 \end_inset
25605
25606
25607 \end_layout
25608
25609 \end_inset
25610 </cell>
25611 </row>
25612 </lyxtabular>
25613
25614 \end_inset
25615
25616
25617 \begin_inset space \hfill{}
25618 \end_inset
25619
25620
25621 \end_layout
25622
25623 \begin_layout Standard
25624 Die Zeichen 
25625 \begin_inset Formula $\textrm{\textrm{Å}}$
25626 \end_inset
25627
25628  und 
25629 \begin_inset Formula $\textrm{\textrm{Ø}}$
25630 \end_inset
25631
25632  können auch über den Mathe-Werkzeugleistenknopf 
25633 \begin_inset Graphics
25634         filename ../../images/math/digamma.png
25635         scale 85
25636
25637 \end_inset
25638
25639  eingefügt werden.
25640 \end_layout
25641
25642 \begin_layout Standard
25643 Eine Ausnahme bilden die Befehle 
25644 \series bold
25645 !
25646 \begin_inset space \hspace{}
25647 \length 0mm
25648 \end_inset
25649
25650 `
25651 \series default
25652  und 
25653 \series bold
25654 ?
25655 \begin_inset space \hspace{}
25656 \length 0mm
25657 \end_inset
25658
25659 `
25660 \series default
25661 , denn man kann sie in LyX direkt in den Text eingeben.
25662 \end_layout
25663
25664 \begin_layout Subsection
25665 Akzente im Text
25666 \begin_inset CommandInset label
25667 LatexCommand label
25668 name "sub:Sonderzeichen-Akzente"
25669
25670 \end_inset
25671
25672
25673 \begin_inset Index idx
25674 status collapsed
25675
25676 \begin_layout Plain Layout
25677 Akzente ! im Text
25678 \end_layout
25679
25680 \end_inset
25681
25682
25683 \end_layout
25684
25685 \begin_layout Standard
25686 Man kann mit den folgenden Befehlen sämtliche Buchstaben akzentuieren.
25687  Die Befehle müssen dazu im TeX-Modus eingegeben werden.
25688 \end_layout
25689
25690 \begin_layout Standard
25691 \begin_inset space \hfill{}
25692 \end_inset
25693
25694
25695 \begin_inset Tabular
25696 <lyxtabular version="3" rows="8" columns="2">
25697 <features rotate="0" tabularvalignment="middle">
25698 <column alignment="block" valignment="top">
25699 <column alignment="block" valignment="top">
25700 <row>
25701 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25702 \begin_inset Text
25703
25704 \begin_layout Plain Layout
25705 Befehl
25706 \end_layout
25707
25708 \end_inset
25709 </cell>
25710 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25711 \begin_inset Text
25712
25713 \begin_layout Plain Layout
25714 Ergebnis
25715 \end_layout
25716
25717 \end_inset
25718 </cell>
25719 </row>
25720 <row>
25721 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25722 \begin_inset Text
25723
25724 \begin_layout Plain Layout
25725
25726 \backslash
25727
25728 \begin_inset Quotes grd
25729 \end_inset
25730
25731 e
25732 \end_layout
25733
25734 \end_inset
25735 </cell>
25736 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25737 \begin_inset Text
25738
25739 \begin_layout Plain Layout
25740 \begin_inset ERT
25741 status collapsed
25742
25743 \begin_layout Plain Layout
25744
25745
25746 \backslash
25747 "e
25748 \end_layout
25749
25750 \end_inset
25751
25752
25753 \end_layout
25754
25755 \end_inset
25756 </cell>
25757 </row>
25758 <row>
25759 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25760 \begin_inset Text
25761
25762 \begin_layout Plain Layout
25763
25764 \backslash
25765 `e
25766 \end_layout
25767
25768 \end_inset
25769 </cell>
25770 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25771 \begin_inset Text
25772
25773 \begin_layout Plain Layout
25774 \begin_inset ERT
25775 status collapsed
25776
25777 \begin_layout Plain Layout
25778
25779
25780 \backslash
25781 `e
25782 \end_layout
25783
25784 \end_inset
25785
25786
25787 \end_layout
25788
25789 \end_inset
25790 </cell>
25791 </row>
25792 <row>
25793 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25794 \begin_inset Text
25795
25796 \begin_layout Plain Layout
25797
25798 \backslash
25799 ^
25800 \begin_inset space \textvisiblespace{}
25801 \end_inset
25802
25803 e
25804 \end_layout
25805
25806 \end_inset
25807 </cell>
25808 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25809 \begin_inset Text
25810
25811 \begin_layout Plain Layout
25812 \begin_inset ERT
25813 status collapsed
25814
25815 \begin_layout Plain Layout
25816
25817
25818 \backslash
25819 ^e
25820 \end_layout
25821
25822 \end_inset
25823
25824
25825 \end_layout
25826
25827 \end_inset
25828 </cell>
25829 </row>
25830 <row>
25831 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25832 \begin_inset Text
25833
25834 \begin_layout Plain Layout
25835
25836 \backslash
25837 =e
25838 \end_layout
25839
25840 \end_inset
25841 </cell>
25842 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25843 \begin_inset Text
25844
25845 \begin_layout Plain Layout
25846 \begin_inset ERT
25847 status collapsed
25848
25849 \begin_layout Plain Layout
25850
25851
25852 \backslash
25853 =e
25854 \end_layout
25855
25856 \end_inset
25857
25858
25859 \end_layout
25860
25861 \end_inset
25862 </cell>
25863 </row>
25864 <row>
25865 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
25866 \begin_inset Text
25867
25868 \begin_layout Plain Layout
25869
25870 \backslash
25871 u
25872 \begin_inset space \textvisiblespace{}
25873 \end_inset
25874
25875 e
25876 \end_layout
25877
25878 \end_inset
25879 </cell>
25880 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
25881 \begin_inset Text
25882
25883 \begin_layout Plain Layout
25884 \begin_inset ERT
25885 status collapsed
25886
25887 \begin_layout Plain Layout
25888
25889
25890 \backslash
25891 u e
25892 \end_layout
25893
25894 \end_inset
25895
25896
25897 \end_layout
25898
25899 \end_inset
25900 </cell>
25901 </row>
25902 <row>
25903 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25904 \begin_inset Text
25905
25906 \begin_layout Plain Layout
25907
25908 \backslash
25909 b
25910 \begin_inset space \textvisiblespace{}
25911 \end_inset
25912
25913 e
25914 \end_layout
25915
25916 \end_inset
25917 </cell>
25918 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
25919 \begin_inset Text
25920
25921 \begin_layout Plain Layout
25922 \begin_inset ERT
25923 status collapsed
25924
25925 \begin_layout Plain Layout
25926
25927
25928 \backslash
25929 b e
25930 \end_layout
25931
25932 \end_inset
25933
25934
25935 \end_layout
25936
25937 \end_inset
25938 </cell>
25939 </row>
25940 <row>
25941 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
25942 \begin_inset Text
25943
25944 \begin_layout Plain Layout
25945
25946 \backslash
25947 t
25948 \begin_inset space \textvisiblespace{}
25949 \end_inset
25950
25951 ee
25952 \end_layout
25953
25954 \end_inset
25955 </cell>
25956 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
25957 \begin_inset Text
25958
25959 \begin_layout Plain Layout
25960 \begin_inset ERT
25961 status collapsed
25962
25963 \begin_layout Plain Layout
25964
25965
25966 \backslash
25967 t ee
25968 \end_layout
25969
25970 \end_inset
25971
25972
25973 \end_layout
25974
25975 \end_inset
25976 </cell>
25977 </row>
25978 </lyxtabular>
25979
25980 \end_inset
25981
25982
25983 \begin_inset space \hfill{}
25984 \end_inset
25985
25986
25987 \begin_inset Tabular
25988 <lyxtabular version="3" rows="8" columns="2">
25989 <features rotate="0" tabularvalignment="middle">
25990 <column alignment="block" valignment="top">
25991 <column alignment="center" valignment="top">
25992 <row>
25993 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
25994 \begin_inset Text
25995
25996 \begin_layout Plain Layout
25997 Befehl
25998 \end_layout
25999
26000 \end_inset
26001 </cell>
26002 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26003 \begin_inset Text
26004
26005 \begin_layout Plain Layout
26006 Ergebnis
26007 \end_layout
26008
26009 \end_inset
26010 </cell>
26011 </row>
26012 <row>
26013 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26014 \begin_inset Text
26015
26016 \begin_layout Plain Layout
26017
26018 \backslash
26019 H
26020 \begin_inset space \textvisiblespace{}
26021 \end_inset
26022
26023 e
26024 \end_layout
26025
26026 \end_inset
26027 </cell>
26028 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26029 \begin_inset Text
26030
26031 \begin_layout Plain Layout
26032 \begin_inset ERT
26033 status collapsed
26034
26035 \begin_layout Plain Layout
26036
26037
26038 \backslash
26039 H e
26040 \end_layout
26041
26042 \end_inset
26043
26044
26045 \end_layout
26046
26047 \end_inset
26048 </cell>
26049 </row>
26050 <row>
26051 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26052 \begin_inset Text
26053
26054 \begin_layout Plain Layout
26055
26056 \backslash
26057 'e
26058 \end_layout
26059
26060 \end_inset
26061 </cell>
26062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26063 \begin_inset Text
26064
26065 \begin_layout Plain Layout
26066 \begin_inset ERT
26067 status collapsed
26068
26069 \begin_layout Plain Layout
26070
26071
26072 \backslash
26073 'e
26074 \end_layout
26075
26076 \end_inset
26077
26078
26079 \end_layout
26080
26081 \end_inset
26082 </cell>
26083 </row>
26084 <row>
26085 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26086 \begin_inset Text
26087
26088 \begin_layout Plain Layout
26089
26090 \backslash
26091 ~e
26092 \begin_inset Index idx
26093 status collapsed
26094
26095 \begin_layout Plain Layout
26096 Tilde
26097 \end_layout
26098
26099 \end_inset
26100
26101
26102 \end_layout
26103
26104 \end_inset
26105 </cell>
26106 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26107 \begin_inset Text
26108
26109 \begin_layout Plain Layout
26110 \begin_inset ERT
26111 status collapsed
26112
26113 \begin_layout Plain Layout
26114
26115
26116 \backslash
26117 ~e
26118 \end_layout
26119
26120 \end_inset
26121
26122
26123 \end_layout
26124
26125 \end_inset
26126 </cell>
26127 </row>
26128 <row>
26129 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26130 \begin_inset Text
26131
26132 \begin_layout Plain Layout
26133
26134 \backslash
26135 .e
26136 \end_layout
26137
26138 \end_inset
26139 </cell>
26140 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26141 \begin_inset Text
26142
26143 \begin_layout Plain Layout
26144 \begin_inset ERT
26145 status collapsed
26146
26147 \begin_layout Plain Layout
26148
26149
26150 \backslash
26151 .e
26152 \end_layout
26153
26154 \end_inset
26155
26156
26157 \end_layout
26158
26159 \end_inset
26160 </cell>
26161 </row>
26162 <row>
26163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26164 \begin_inset Text
26165
26166 \begin_layout Plain Layout
26167
26168 \backslash
26169 v
26170 \begin_inset space \textvisiblespace{}
26171 \end_inset
26172
26173 e
26174 \end_layout
26175
26176 \end_inset
26177 </cell>
26178 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26179 \begin_inset Text
26180
26181 \begin_layout Plain Layout
26182 \begin_inset ERT
26183 status collapsed
26184
26185 \begin_layout Plain Layout
26186
26187
26188 \backslash
26189 v e
26190 \end_layout
26191
26192 \end_inset
26193
26194
26195 \end_layout
26196
26197 \end_inset
26198 </cell>
26199 </row>
26200 <row>
26201 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26202 \begin_inset Text
26203
26204 \begin_layout Plain Layout
26205
26206 \backslash
26207 d
26208 \begin_inset space \textvisiblespace{}
26209 \end_inset
26210
26211 e
26212 \end_layout
26213
26214 \end_inset
26215 </cell>
26216 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26217 \begin_inset Text
26218
26219 \begin_layout Plain Layout
26220 \begin_inset ERT
26221 status collapsed
26222
26223 \begin_layout Plain Layout
26224
26225
26226 \backslash
26227 d e
26228 \end_layout
26229
26230 \end_inset
26231
26232
26233 \end_layout
26234
26235 \end_inset
26236 </cell>
26237 </row>
26238 <row>
26239 <cell alignment="center" valignment="top" bottomline="true" leftline="true" usebox="none">
26240 \begin_inset Text
26241
26242 \begin_layout Plain Layout
26243
26244 \backslash
26245 c
26246 \begin_inset space \textvisiblespace{}
26247 \end_inset
26248
26249 e
26250 \end_layout
26251
26252 \end_inset
26253 </cell>
26254 <cell alignment="center" valignment="top" bottomline="true" leftline="true" rightline="true" usebox="none">
26255 \begin_inset Text
26256
26257 \begin_layout Plain Layout
26258 \begin_inset ERT
26259 status collapsed
26260
26261 \begin_layout Plain Layout
26262
26263
26264 \backslash
26265 c e
26266 \end_layout
26267
26268 \end_inset
26269
26270
26271 \end_layout
26272
26273 \end_inset
26274 </cell>
26275 </row>
26276 </lyxtabular>
26277
26278 \end_inset
26279
26280
26281 \begin_inset space \hfill{}
26282 \end_inset
26283
26284
26285 \end_layout
26286
26287 \begin_layout Standard
26288 \begin_inset VSpace medskip
26289 \end_inset
26290
26291 Mit dem Befehl 
26292 \series bold
26293
26294 \backslash
26295 t
26296 \series default
26297  können auch zwei verschiedene Zeichen akzentuiert werden.
26298  Der Befehl 
26299 \series bold
26300
26301 \backslash
26302 t
26303 \begin_inset space \textvisiblespace{}
26304 \end_inset
26305
26306 sz
26307 \series default
26308  ergibt: 
26309 \begin_inset ERT
26310 status collapsed
26311
26312 \begin_layout Plain Layout
26313
26314
26315 \backslash
26316 t sz
26317 \end_layout
26318
26319 \end_inset
26320
26321
26322 \end_layout
26323
26324 \begin_layout Standard
26325 Die Akzente 
26326 \series bold
26327 `
26328 \series default
26329  , 
26330 \series bold
26331 '
26332 \series default
26333  und 
26334 \series bold
26335 ^
26336 \series default
26337  können in Verbindung mit Selbstlauten auch direkt über die Tastatur eingegeben
26338  werden ohne den TeX-Modus zu benutzen.
26339  Dasselbe gilt für die Tilde
26340 \begin_inset Foot
26341 status collapsed
26342
26343 \begin_layout Plain Layout
26344 Gilt nur für Tastaturen, bei denen die Tilde als Akzent definiert ist.
26345 \end_layout
26346
26347 \end_inset
26348
26349  
26350 \series bold
26351 ~
26352 \series default
26353  in Verbindung mit 
26354 \emph on
26355 a
26356 \emph default
26357  , 
26358 \emph on
26359 n
26360 \emph default
26361  oder 
26362 \emph on
26363 o
26364 \emph default
26365 .
26366 \end_layout
26367
26368 \begin_layout Standard
26369 Die Befehle 
26370 \series bold
26371
26372 \backslash
26373 b
26374 \series default
26375  , 
26376 \series bold
26377
26378 \backslash
26379 c
26380 \series default
26381  , 
26382 \series bold
26383
26384 \backslash
26385 d
26386 \series default
26387  , 
26388 \series bold
26389
26390 \backslash
26391 H
26392 \series default
26393  , 
26394 \series bold
26395
26396 \backslash
26397 t
26398 \series default
26399  , 
26400 \series bold
26401
26402 \backslash
26403 u
26404 \series default
26405  , 
26406 \series bold
26407
26408 \backslash
26409 v
26410 \series default
26411  und direkt über die Tastatur eingegebene Akzente sind auch im mathematischen
26412  Textmodus verfügbar.
26413  Für die restlichen Akzente gibt es in Formeln spezielle Mathebefehle, siehe
26414  
26415 \begin_inset CommandInset ref
26416 LatexCommand ref
26417 reference "sub:Akzente-für-ein"
26418
26419 \end_inset
26420
26421 .
26422 \end_layout
26423
26424 \begin_layout Standard
26425 \begin_inset VSpace bigskip
26426 \end_inset
26427
26428 Des Weiteren kann man mit dem Befehl 
26429 \series bold
26430
26431 \backslash
26432 textcircled
26433 \series default
26434
26435 \begin_inset Index idx
26436 status collapsed
26437
26438 \begin_layout Plain Layout
26439 Befehle ! T ! 
26440 \backslash
26441 textcircled
26442 \end_layout
26443
26444 \end_inset
26445
26446 , ähnlich dem Copyrightsymbol, sämtliche Zahlen und Buchstaben in einen
26447  Kreis setzen, quasi mit einem Kreis akzentuieren.
26448 \end_layout
26449
26450 \begin_layout Standard
26451 \align center
26452 \begin_inset Tabular
26453 <lyxtabular version="3" rows="3" columns="2">
26454 <features rotate="0" tabularvalignment="middle">
26455 <column alignment="center" valignment="top">
26456 <column alignment="center" valignment="top">
26457 <row>
26458 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26459 \begin_inset Text
26460
26461 \begin_layout Plain Layout
26462 Befehl
26463 \end_layout
26464
26465 \end_inset
26466 </cell>
26467 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26468 \begin_inset Text
26469
26470 \begin_layout Plain Layout
26471 Ergebnis
26472 \begin_inset Note Note
26473 status collapsed
26474
26475 \begin_layout Plain Layout
26476
26477 \series bold
26478
26479 \backslash
26480 raisebox
26481 \series default
26482  in der Formel dient nur als Abstandhalter.
26483 \end_layout
26484
26485 \end_inset
26486
26487
26488 \end_layout
26489
26490 \end_inset
26491 </cell>
26492 </row>
26493 <row>
26494 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
26495 \begin_inset Text
26496
26497 \begin_layout Plain Layout
26498
26499 \backslash
26500 textcircled{w}
26501 \end_layout
26502
26503 \end_inset
26504 </cell>
26505 <cell multicolumn="1" alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
26506 \begin_inset Text
26507
26508 \begin_layout Plain Layout
26509 \begin_inset ERT
26510 status collapsed
26511
26512 \begin_layout Plain Layout
26513
26514
26515 \backslash
26516 textcircled{w}
26517 \end_layout
26518
26519 \end_inset
26520
26521
26522 \end_layout
26523
26524 \end_inset
26525 </cell>
26526 </row>
26527 <row>
26528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
26529 \begin_inset Text
26530
26531 \begin_layout Plain Layout
26532
26533 \backslash
26534 Large 
26535 \backslash
26536 textcircled{
26537 \backslash
26538 normalsize
26539 \backslash
26540 protect
26541 \backslash
26542 raisebox{-1.5pt}{W}}
26543 \end_layout
26544
26545 \end_inset
26546 </cell>
26547 <cell multicolumn="1" alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
26548 \begin_inset Text
26549
26550 \begin_layout Plain Layout
26551 \begin_inset Formula $\raisebox{4.5mm}{}$
26552 \end_inset
26553
26554
26555 \begin_inset ERT
26556 status collapsed
26557
26558 \begin_layout Plain Layout
26559
26560
26561 \backslash
26562 Large 
26563 \backslash
26564 textcircled{
26565 \backslash
26566 normalsize
26567 \backslash
26568 protect
26569 \backslash
26570 raisebox{-1.5pt}W}
26571 \end_layout
26572
26573 \end_inset
26574
26575
26576 \begin_inset Formula $\raisebox{-2mm}{}$
26577 \end_inset
26578
26579
26580 \end_layout
26581
26582 \end_inset
26583 </cell>
26584 </row>
26585 </lyxtabular>
26586
26587 \end_inset
26588
26589
26590 \end_layout
26591
26592 \begin_layout Standard
26593 Man muss darauf achten, dass das Zeichen in einen Kreis passt.
26594  
26595 \series bold
26596
26597 \backslash
26598 Large
26599 \series default
26600
26601 \begin_inset Foot
26602 status collapsed
26603
26604 \begin_layout Plain Layout
26605 siehe 
26606 \begin_inset CommandInset ref
26607 LatexCommand ref
26608 reference "sub:Schriftgrößen"
26609
26610 \end_inset
26611
26612
26613 \end_layout
26614
26615 \end_inset
26616
26617  bestimmt dabei die Größe des Kreises.
26618  Mit Hilfe von 
26619 \series bold
26620
26621 \backslash
26622 raisebox
26623 \series default
26624
26625 \begin_inset Foot
26626 status collapsed
26627
26628 \begin_layout Plain Layout
26629 siehe 
26630 \begin_inset CommandInset ref
26631 LatexCommand ref
26632 reference "sub:Boxen-ohne-Rahmen"
26633
26634 \end_inset
26635
26636
26637 \end_layout
26638
26639 \end_inset
26640
26641  kann man das Zeichen zentrieren.
26642 \end_layout
26643
26644 \begin_layout Subsection
26645 Minuskelziffern
26646 \begin_inset Index idx
26647 status collapsed
26648
26649 \begin_layout Plain Layout
26650 Minuskelziffern
26651 \end_layout
26652
26653 \end_inset
26654
26655
26656 \end_layout
26657
26658 \begin_layout Standard
26659 Minuskelziffern werden mit dem Befehl 
26660 \series bold
26661
26662 \backslash
26663 oldstylenums
26664 \series default
26665
26666 \begin_inset Index idx
26667 status collapsed
26668
26669 \begin_layout Plain Layout
26670 Befehle ! O ! 
26671 \backslash
26672 oldstylenums
26673 \end_layout
26674
26675 \end_inset
26676
26677  erzeugt.
26678  Der Befehl ist sowohl in einer Formel als auch im TeX-Modus verwendbar.
26679  Das Befehlsschema lautet:
26680 \end_layout
26681
26682 \begin_layout Standard
26683
26684 \series bold
26685
26686 \backslash
26687 oldstylenums{Ziffer}
26688 \end_layout
26689
26690 \begin_layout Standard
26691 Der Befehl 
26692 \series bold
26693
26694 \backslash
26695 oldstylenums{0123456789
26696 \series default
26697  ergibt: 
26698 \begin_inset Formula $\oldstylenums{0123456789}$
26699 \end_inset
26700
26701
26702 \end_layout
26703
26704 \begin_layout Section
26705 Formelstile
26706 \begin_inset CommandInset label
26707 LatexCommand label
26708 name "sec:Formelstile"
26709
26710 \end_inset
26711
26712
26713 \begin_inset Index idx
26714 status collapsed
26715
26716 \begin_layout Plain Layout
26717 Formel ! Stile
26718 \end_layout
26719
26720 \end_inset
26721
26722
26723 \end_layout
26724
26725 \begin_layout Itemize
26726 Für abgesetzte Formeln gibt es zwei verschiedene Anordnungsstile:
26727 \end_layout
26728
26729 \begin_deeper
26730 \begin_layout Description
26731 Zentriert ist der voreingestellte Standard
26732 \end_layout
26733
26734 \begin_layout Description
26735 Eingerückt dazu muss im Menü 
26736 \family sans
26737 Dokument\SpecialChar \menuseparator
26738 Einstellungen
26739 \family default
26740  unter 
26741 \family sans
26742 Dokumentklasse
26743 \family default
26744  die Option 
26745 \series bold
26746 fleqn
26747 \series default
26748  eingeben werden
26749 \end_layout
26750
26751 \begin_layout Standard
26752 Wird 
26753 \series bold
26754 Eingerückt
26755 \series default
26756  verwendet, kann mit der Länge 
26757 \series bold
26758
26759 \backslash
26760 mathindent
26761 \series default
26762
26763 \begin_inset Index idx
26764 status collapsed
26765
26766 \begin_layout Plain Layout
26767 Befehle ! M ! 
26768 \backslash
26769 mathindent
26770 \end_layout
26771
26772 \end_inset
26773
26774  die Einrückung eingestellt werden.
26775  Soll der Abstand 15
26776 \begin_inset space \thinspace{}
26777 \end_inset
26778
26779 mm betragen, gibt man im LaTeX-Vorspann die Zeile
26780 \end_layout
26781
26782 \begin_layout Standard
26783
26784 \series bold
26785
26786 \backslash
26787 setlength{
26788 \backslash
26789 mathindent}{15mm}
26790 \end_layout
26791
26792 \begin_layout Standard
26793 ein.
26794  Wenn keine Länge vorgegeben wird, wird der voreingestellte Wert von 30
26795 \begin_inset space \thinspace{}
26796 \end_inset
26797
26798 pt verwendet.
26799 \end_layout
26800
26801 \end_deeper
26802 \begin_layout Itemize
26803 Und zwei verschiedene Nummerierungsstile:
26804 \end_layout
26805
26806 \begin_deeper
26807 \begin_layout Description
26808 Rechts ist der voreingestellte Standard
26809 \end_layout
26810
26811 \begin_layout Description
26812 Links dazu muss im Menü 
26813 \family sans
26814 Dokument\SpecialChar \menuseparator
26815 Einstellungen
26816 \family default
26817  unter 
26818 \family sans
26819 Dokumentklasse
26820 \family default
26821  die Option 
26822 \series bold
26823 leqno
26824 \series default
26825  eingeben werden
26826 \end_layout
26827
26828 \end_deeper
26829 \begin_layout Standard
26830
26831 \series bold
26832 fleqn
26833 \series default
26834  und 
26835 \series bold
26836 leqno
26837 \series default
26838  können auch gemeinsam verwendet werden.
26839  Dazu werden beide Optionen, durch ein Komma getrennt, hintereinander geschriebe
26840 n.
26841 \end_layout
26842
26843 \begin_layout Standard
26844 Die eingestellten Stile gelten für alle abgesetzten Formeln eines Dokuments.
26845  Möchte man jedoch in einem Dokument sowohl zentrierte als auch eingerückte
26846  ausgerichtete Formeln setzen, verwendet man den Stil 
26847 \series bold
26848 Zentriert
26849 \series default
26850 .
26851  Die einzurückenden Formeln setzt man dann in eine flalign-Umgebung, siehe
26852  
26853 \begin_inset CommandInset ref
26854 LatexCommand ref
26855 reference "sub:Flalign-Umgebung"
26856
26857 \end_inset
26858
26859 .
26860 \end_layout
26861
26862 \begin_layout Section
26863 Mehrzeilige Formeln
26864 \begin_inset CommandInset label
26865 LatexCommand label
26866 name "sec:Mehrzeilige-Formeln"
26867
26868 \end_inset
26869
26870
26871 \begin_inset Index idx
26872 status collapsed
26873
26874 \begin_layout Plain Layout
26875 Formel ! mehrzeilige
26876 \end_layout
26877
26878 \end_inset
26879
26880
26881 \end_layout
26882
26883 \begin_layout Subsection
26884 Allgemeines
26885 \end_layout
26886
26887 \begin_layout Standard
26888 In LyX werden mehrzeilige Formeln erstellt, wenn man in einer Formel 
26889 \family sans
26890 \series bold
26891 Strg+Enter
26892 \family default
26893 \series default
26894  drückt.
26895  Dies erzeugt entweder eine 
26896 \series bold
26897 eqnarray-Umgebung
26898 \series default
26899 , die in 
26900 \begin_inset CommandInset ref
26901 LatexCommand ref
26902 reference "sub:Eqnarray-Umgebung"
26903
26904 \end_inset
26905
26906  beschrieben ist oder, wenn die Option 
26907 \family sans
26908 AMS-Mathe-Paket verwenden
26909 \family default
26910  in den Dokumenteinstellungen gewählt ist, eine 
26911 \series bold
26912 align-Umgebung
26913 \series default
26914 , die in 
26915 \begin_inset CommandInset ref
26916 LatexCommand ref
26917 reference "sub:Standard-align-Umgebung"
26918
26919 \end_inset
26920
26921  beschrieben ist.
26922  Es wird empfohlen die align-Umgebung zu verwenden, denn sie erscheint in
26923  jedem Fall typographisch korrekt in der Ausgabe.
26924 \end_layout
26925
26926 \begin_layout Standard
26927 Es gibt noch weitere mehrzeilige Formelumgebungen, die über das Menü 
26928 \family sans
26929 Einfügen\SpecialChar \menuseparator
26930 Mathe
26931 \family default
26932  erstellt werden können.
26933  Diese Umgebungen werden in den folgenden Kapiteln beschrieben.
26934 \end_layout
26935
26936 \begin_layout Standard
26937 In allen mehrzeiligen Formelumgebungen erstellt man eine neue Zeile, indem
26938  man 
26939 \family sans
26940 Strg+Enter
26941 \family default
26942  drückt.
26943  Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöp
26944 fe 
26945 \begin_inset Graphics
26946         filename ../../images/tabular-feature_append-row.png
26947         scale 85
26948
26949 \end_inset
26950
26951  bzw.
26952 \begin_inset space \space{}
26953 \end_inset
26954
26955
26956 \begin_inset Graphics
26957         filename ../../images/tabular-feature_delete-row.png
26958         scale 85
26959
26960 \end_inset
26961
26962  oder das Menü 
26963 \family sans
26964 Bearbeiten\SpecialChar \menuseparator
26965 Zeilen & Spalten
26966 \family default
26967  verwendet werden.
26968 \end_layout
26969
26970 \begin_layout Subsubsection
26971 Zeilenabstand
26972 \begin_inset CommandInset label
26973 LatexCommand label
26974 name "sub:Zeilenabstand"
26975
26976 \end_inset
26977
26978
26979 \begin_inset Index idx
26980 status collapsed
26981
26982 \begin_layout Plain Layout
26983 Formel ! mehrzeilige ! Zeilenabstand
26984 \end_layout
26985
26986 \end_inset
26987
26988
26989 \end_layout
26990
26991 \begin_layout Standard
26992 Bei mehrzeiligen Formeln fehlt manchmal etwas Platz zwischen den Zeilen:
26993 \begin_inset Formula 
26994 \begin{eqnarray*}
26995 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}\\
26996 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
26997 \end{eqnarray*}
26998
26999 \end_inset
27000
27001
27002 \end_layout
27003
27004 \begin_layout Standard
27005 In LaTeX wird zusätzlicher Zeilenabstand als optionales Argument des Zeilenumbru
27006 chbefehls angegeben.
27007  Dies ist in LyX aber nicht möglich
27008 \begin_inset Foot
27009 status collapsed
27010
27011 \begin_layout Plain Layout
27012 siehe 
27013 \begin_inset CommandInset href
27014 LatexCommand href
27015 name "LyX-Fehler #1505"
27016 target "http://www.lyx.org/trac/ticket/1505"
27017
27018 \end_inset
27019
27020
27021 \end_layout
27022
27023 \end_inset
27024
27025 , weshalb man die ganze Formel im TeX-Modus eingeben muss.
27026  Um für unser Beispiel Leerraum einzufügen, gibt man am Ende der ersten
27027  Zeile den Befehl 
27028 \series bold
27029
27030 \backslash
27031
27032 \backslash
27033 [3mm]
27034 \series default
27035  ein.
27036  Damit erhält man: 
27037 \begin_inset ERT
27038 status collapsed
27039
27040 \begin_layout Plain Layout
27041
27042
27043 \backslash
27044 begin{eqnarray*}
27045 \end_layout
27046
27047 \begin_layout Plain Layout
27048
27049 B^{2}(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2})+4x_{0}^{2}x^{2}+4x_{0}xD &
27050  = & 
27051 \backslash
27052 textrm{-}4x^{2}B^{2}+4x_{0}xB^{2}
27053 \backslash
27054
27055 \backslash
27056 [3mm]
27057 \end_layout
27058
27059 \begin_layout Plain Layout
27060
27061 4x^{2}
27062 \backslash
27063 left(B^{2}+x_{0}^{2}
27064 \backslash
27065 right)+4x_{0}x
27066 \backslash
27067 left(D-B^{2}
27068 \backslash
27069 right)+B^{2}
27070 \backslash
27071 left(B^{2}-2r_{g}^{2}+2x_{0}^{2}-2r_{k}^{2}
27072 \backslash
27073 right) & = & 0
27074 \end_layout
27075
27076 \begin_layout Plain Layout
27077
27078
27079 \backslash
27080 end{eqnarray*}
27081 \end_layout
27082
27083 \end_inset
27084
27085
27086 \end_layout
27087
27088 \begin_layout Standard
27089 \begin_inset VSpace bigskip
27090 \end_inset
27091
27092 Möchte man den Zeilenabstand für alle Zeilen einer Formel festlegen, verändert
27093  man die Länge 
27094 \series bold
27095
27096 \backslash
27097 jot
27098 \series default
27099
27100 \begin_inset Index idx
27101 status collapsed
27102
27103 \begin_layout Plain Layout
27104 Befehle ! J ! 
27105 \backslash
27106 jot
27107 \end_layout
27108
27109 \end_inset
27110
27111 .
27112  Es gilt 
27113 \begin_inset Formula $\mbox{Zeilenabstand}=\mathrm{6\, pt+\backslash jot}$
27114 \end_inset
27115
27116 .
27117  Voreingestellt ist für 
27118 \series bold
27119
27120 \backslash
27121 jot
27122 \series default
27123  der Wert 3
27124 \begin_inset space \thinspace{}
27125 \end_inset
27126
27127 pt.
27128  Um wie im vorigen Beispiel 3
27129 \begin_inset space \thinspace{}
27130 \end_inset
27131
27132 mm zusätzlichen Zeilenabstand zu erzeugen, gibt man den Befehl
27133 \end_layout
27134
27135 \begin_layout Standard
27136
27137 \series bold
27138
27139 \backslash
27140 setlength{
27141 \backslash
27142 jot}{3mm+3pt}
27143 \end_layout
27144
27145 \begin_layout Standard
27146 im TeX-Modus vor der Formel ein.
27147  Das setzt voraus, dass das LaTeX-Paket 
27148 \series bold
27149 calc
27150 \series default
27151
27152 \begin_inset Foot
27153 status collapsed
27154
27155 \begin_layout Plain Layout
27156
27157 \series bold
27158 calc
27159 \series default
27160  ist Teil jeder LaTeX-Standardinstallation.
27161 \end_layout
27162
27163 \end_inset
27164
27165
27166 \begin_inset Index idx
27167 status collapsed
27168
27169 \begin_layout Plain Layout
27170 Pakete ! calc
27171 \end_layout
27172
27173 \end_inset
27174
27175  im LaTeX-Vorspann mit der Zeile
27176 \end_layout
27177
27178 \begin_layout Standard
27179
27180 \series bold
27181
27182 \backslash
27183 usepackage{calc}
27184 \end_layout
27185
27186 \begin_layout Standard
27187 geladen wurde.
27188 \end_layout
27189
27190 \begin_layout Standard
27191 Man erhält: 
27192 \begin_inset ERT
27193 status collapsed
27194
27195 \begin_layout Plain Layout
27196
27197
27198 \backslash
27199 setlength{
27200 \backslash
27201 jot}{3mm+3pt}
27202 \end_layout
27203
27204 \end_inset
27205
27206
27207 \begin_inset Formula 
27208 \begin{eqnarray*}
27209 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}\\
27210 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
27211 \end{eqnarray*}
27212
27213 \end_inset
27214
27215
27216 \end_layout
27217
27218 \begin_layout Standard
27219 \begin_inset ERT
27220 status collapsed
27221
27222 \begin_layout Plain Layout
27223
27224
27225 \backslash
27226 setlength{
27227 \backslash
27228 jot}{3pt}
27229 \end_layout
27230
27231 \end_inset
27232
27233  Um wieder zum voreingestellten Abstand zu wechseln, setzt man 
27234 \series bold
27235
27236 \backslash
27237 jot
27238 \series default
27239  auf den Wert 3
27240 \begin_inset space \thinspace{}
27241 \end_inset
27242
27243 pt.
27244 \end_layout
27245
27246 \begin_layout Subsubsection
27247 Spaltenabstand
27248 \begin_inset CommandInset label
27249 LatexCommand label
27250 name "sub:Spaltenabstand"
27251
27252 \end_inset
27253
27254
27255 \begin_inset Index idx
27256 status collapsed
27257
27258 \begin_layout Plain Layout
27259 Formel ! mehrzeilige ! Spaltenabstand
27260 \end_layout
27261
27262 \end_inset
27263
27264
27265 \end_layout
27266
27267 \begin_layout Standard
27268 Mehrzeilige Formeln bilden eine Matrix.
27269  Eine Formel in der Eqnarray-Umgebung ist z.
27270 \begin_inset space \thinspace{}
27271 \end_inset
27272
27273 B.
27274  eine dreispaltige Matrix.
27275  Durch Änderung des Spaltenabstands in dieser Umgebung, kann man den Leerraum
27276  neben den Relationszeichen ändern.
27277 \end_layout
27278
27279 \begin_layout Standard
27280 Der Spaltenabstand wird mit der Länge 
27281 \series bold
27282
27283 \backslash
27284 arraycolsep
27285 \series default
27286
27287 \begin_inset Index idx
27288 status collapsed
27289
27290 \begin_layout Plain Layout
27291 Befehle ! A ! 
27292 \backslash
27293 arraycolsep
27294 \end_layout
27295
27296 \end_inset
27297
27298  festgelegt, wobei gilt:
27299 \begin_inset Newline newline
27300 \end_inset
27301
27302 Spaltenabstand = 2
27303 \begin_inset space \thinspace{}
27304 \end_inset
27305
27306
27307 \series bold
27308
27309 \backslash
27310 arraycolsep
27311 \series default
27312 .
27313 \begin_inset Newline newline
27314 \end_inset
27315
27316 Der im TeX-Modus eingegebene Befehl
27317 \end_layout
27318
27319 \begin_layout Standard
27320
27321 \series bold
27322
27323 \backslash
27324 setlength{
27325 \backslash
27326 arraycolsep}{1cm}
27327 \end_layout
27328
27329 \begin_layout Standard
27330 bewirkt also für alle folgenden Formeln einen Spaltenabstand von 2
27331 \begin_inset space \thinspace{}
27332 \end_inset
27333
27334 cm.
27335  Um wieder zum voreingestellten Abstand zurückzukehren, setzt man 
27336 \series bold
27337
27338 \backslash
27339 arraycolsep
27340 \series default
27341  auf 5
27342 \begin_inset space \thinspace{}
27343 \end_inset
27344
27345 pt.
27346 \end_layout
27347
27348 \begin_layout Standard
27349 Eine Formel mit 2
27350 \begin_inset space \thinspace{}
27351 \end_inset
27352
27353 cm Spaltenabstand:
27354 \begin_inset ERT
27355 status collapsed
27356
27357 \begin_layout Plain Layout
27358
27359
27360 \backslash
27361 setlength{
27362 \backslash
27363 arraycolsep}{1cm}
27364 \end_layout
27365
27366 \end_inset
27367
27368
27369 \begin_inset Formula 
27370 \begin{eqnarray*}
27371 A & = & B\\
27372 C & \ne & A
27373 \end{eqnarray*}
27374
27375 \end_inset
27376
27377 Eine Formel mit dem für Matrizen voreingestellten Spaltenabstand von 10
27378 \begin_inset space \thinspace{}
27379 \end_inset
27380
27381 pt:
27382 \begin_inset ERT
27383 status collapsed
27384
27385 \begin_layout Plain Layout
27386
27387
27388 \backslash
27389 setlength{
27390 \backslash
27391 arraycolsep}{5pt}
27392 \end_layout
27393
27394 \end_inset
27395
27396
27397 \begin_inset Formula 
27398 \begin{eqnarray*}
27399 A & = & B\\
27400 C & \ne & A
27401 \end{eqnarray*}
27402
27403 \end_inset
27404
27405
27406 \end_layout
27407
27408 \begin_layout Subsubsection
27409 Lange Formeln
27410 \begin_inset Index idx
27411 status collapsed
27412
27413 \begin_layout Plain Layout
27414 Formel ! lange
27415 \end_layout
27416
27417 \end_inset
27418
27419
27420 \end_layout
27421
27422 \begin_layout Standard
27423 Lange Formeln kann man wie folgt setzen:
27424 \end_layout
27425
27426 \begin_layout Itemize
27427 Ist eine Seite der Gleichung deutlich kürzer als die Zeilenbreite, wählt
27428  man man diese als linke Seite und schreibt die rechte über zwei Zeilen:
27429 \begin_inset Formula 
27430 \begin{eqnarray}
27431 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 \\
27432  &  & -\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}
27433 \end{eqnarray}
27434
27435 \end_inset
27436
27437 Das Minuszeichen zu Beginn der zweiten Zeile erscheint eigentlich nicht
27438  als Operator, da es das erste Zeichen der Zeile ist.
27439  Deswegen wäre es nicht von Leerraum umgeben und ließe sich schlecht vom
27440  Bruchstrich unterscheiden.
27441  Um das zu verhindern, wurde mit dem Befehl 
27442 \series bold
27443
27444 \backslash
27445 hspace
27446 \series default
27447  3
27448 \begin_inset space \thinspace{}
27449 \end_inset
27450
27451 pt Leerraum hinter das Minuszeichen eingefügt.
27452 \begin_inset Foot
27453 status collapsed
27454
27455 \begin_layout Plain Layout
27456 mehr zu 
27457 \series bold
27458
27459 \backslash
27460 hspace
27461 \series default
27462  siehe 
27463 \begin_inset CommandInset ref
27464 LatexCommand ref
27465 reference "sub:Variabler-Leerraum"
27466
27467 \end_inset
27468
27469
27470 \end_layout
27471
27472 \end_inset
27473
27474
27475 \begin_inset Index idx
27476 status collapsed
27477
27478 \begin_layout Plain Layout
27479 Befehle ! H ! 
27480 \backslash
27481 hspace
27482 \end_layout
27483
27484 \end_inset
27485
27486
27487 \end_layout
27488
27489 \begin_layout Itemize
27490 Sind beide Seiten der Gleichung zu lang, verwendet man den Befehl 
27491 \series bold
27492
27493 \backslash
27494 lefteqn
27495 \series default
27496
27497 \begin_inset Index idx
27498 status collapsed
27499
27500 \begin_layout Plain Layout
27501 Befehle ! L ! 
27502 \backslash
27503 lefteqn
27504 \end_layout
27505
27506 \end_inset
27507
27508 .
27509  Dieser wird in die erste Spalte der ersten Zeile eingegeben und bewirkt,
27510  dass alle weiteren Eingaben die folgenden Spalten überschreiben:
27511 \begin_inset Formula 
27512 \begin{eqnarray}
27513 \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 \\
27514  &  & -\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 \\
27515  &  & =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}
27516 \end{eqnarray}
27517
27518 \end_inset
27519
27520 Nachdem man 
27521 \series bold
27522
27523 \backslash
27524 lefteqn
27525 \series default
27526  eingegeben hat, befindet sich der Cursor in einem pinkfarbenen Kästchen,
27527  das gegenüber dem blauen leicht verschoben ist.
27528  In dieses wird die Formel eingegeben.
27529 \begin_inset Newline newline
27530 \end_inset
27531
27532 Der Inhalt der weiteren Zeilen wird in die zweite oder eine andere Formelspalte
27533  eingegeben.
27534  Je größer die Spaltennummer in die eingegeben wurde, desto größer ist die
27535  Einrückung.
27536 \begin_inset VSpace medskip
27537 \end_inset
27538
27539
27540 \begin_inset Newline newline
27541 \end_inset
27542
27543
27544 \begin_inset Note Greyedout
27545 status open
27546
27547 \begin_layout Plain Layout
27548 Bei der Verwendung von 
27549 \series bold
27550
27551 \backslash
27552 lefteqn
27553 \series default
27554  ist Folgendes zu beachten:
27555 \end_layout
27556
27557 \begin_layout Itemize
27558 Die Formel nutzt nicht die gesamte Seitenbreite aus.
27559  Würde man in obigem Beispiel der ersten Zeile den Term 
27560 \begin_inset Formula $-B^{2}$
27561 \end_inset
27562
27563  anfügen, befände sich dieser außerhalb des Seitenrands.
27564  Um die Breite besser auszunutzen, kann man zu Beginn der ersten Zeile negativen
27565  Leerraum einfügen.
27566 \end_layout
27567
27568 \begin_layout Itemize
27569 Aufgrund eines Fehlers in LyX kann der Cursor nicht mit der Maus in die
27570  erste Zeile gesetzt werden.
27571 \begin_inset Foot
27572 status collapsed
27573
27574 \begin_layout Plain Layout
27575 \begin_inset CommandInset href
27576 LatexCommand href
27577 name "LyX-Fehler #1429"
27578 target "http://www.lyx.org/trac/ticket/1429"
27579
27580 \end_inset
27581
27582
27583 \end_layout
27584
27585 \end_inset
27586
27587  Man kann den Cursor nur an den Anfang der Zeile setzen und ihn mit den
27588  Pfeiltasten bewegen.
27589 \end_layout
27590
27591 \end_inset
27592
27593
27594 \end_layout
27595
27596 \begin_layout Itemize
27597 Weitere Möglichkeiten lange Formeln zu setzen, bieten die in 
27598 \begin_inset CommandInset ref
27599 LatexCommand ref
27600 reference "sub:Multline-Umgebung"
27601
27602 \end_inset
27603
27604  und 
27605 \begin_inset CommandInset ref
27606 LatexCommand ref
27607 reference "sub:Mehrzeilige-Formelteile"
27608
27609 \end_inset
27610
27611  beschriebenen Umgebungen.
27612 \end_layout
27613
27614 \begin_layout Subsubsection
27615 Mehrzeilige Klammern
27616 \begin_inset CommandInset label
27617 LatexCommand label
27618 name "sub:Mehrzeilige-Klammern"
27619
27620 \end_inset
27621
27622
27623 \begin_inset Index idx
27624 status collapsed
27625
27626 \begin_layout Plain Layout
27627 Klammern ! mehrzeilige
27628 \end_layout
27629
27630 \end_inset
27631
27632
27633 \end_layout
27634
27635 \begin_layout Standard
27636 Bei Klammern, die über mehrere Zeilen gehen, tritt folgendes Problem auf:
27637 \begin_inset Formula 
27638 \begin{eqnarray*}
27639 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27640  &  & \left.\cdots+B-D\right]
27641 \end{eqnarray*}
27642
27643 \end_inset
27644
27645
27646 \end_layout
27647
27648 \begin_layout Standard
27649 Die schließende Klammer ist kleiner als die öffnende, denn Klammern variabler
27650  Größe dürfen nicht über mehrere Zeilen gehen.
27651 \end_layout
27652
27653 \begin_layout Standard
27654 Um die Größe für die Klammer der zweiten Zeile anzupassen, beendet man die
27655  erste Zeile mit 
27656 \series bold
27657
27658 \backslash
27659 right.
27660 \series default
27661
27662 \begin_inset Index idx
27663 status collapsed
27664
27665 \begin_layout Plain Layout
27666 Befehle ! R ! 
27667 \backslash
27668 right
27669 \end_layout
27670
27671 \end_inset
27672
27673  und beginnt die zweite Zeile mit 
27674 \series bold
27675
27676 \backslash
27677 left.
27678 \begin_inset Foot
27679 status collapsed
27680
27681 \begin_layout Plain Layout
27682 mehr zu 
27683 \series bold
27684
27685 \backslash
27686 left
27687 \series default
27688  und 
27689 \series bold
27690
27691 \backslash
27692 right
27693 \series default
27694  siehe 
27695 \begin_inset CommandInset ref
27696 LatexCommand ref
27697 reference "sub:Automatische-Klammergrößen"
27698
27699 \end_inset
27700
27701
27702 \end_layout
27703
27704 \end_inset
27705
27706
27707 \series default
27708
27709 \begin_inset Index idx
27710 status collapsed
27711
27712 \begin_layout Plain Layout
27713 Befehle ! L ! 
27714 \backslash
27715 left
27716 \end_layout
27717
27718 \end_inset
27719
27720 .
27721  Nach 
27722 \series bold
27723
27724 \backslash
27725 left.
27726
27727 \series default
27728  gibt man den Befehl 
27729 \series bold
27730
27731 \backslash
27732 vphantom
27733 \series default
27734
27735 \begin_inset space \textvisiblespace{}
27736 \end_inset
27737
27738
27739 \series bold
27740
27741 \backslash
27742 prod
27743 \series default
27744 ^
27745 \begin_inset space \textvisiblespace{}
27746 \end_inset
27747
27748
27749 \series bold
27750
27751 \backslash
27752 infty
27753 \series default
27754
27755 \begin_inset space \textvisiblespace{}
27756 \end_inset
27757
27758
27759 \series bold
27760
27761 \begin_inset Formula $\downarrow$
27762 \end_inset
27763
27764 _R=1}
27765 \series default
27766
27767 \begin_inset Index idx
27768 status collapsed
27769
27770 \begin_layout Plain Layout
27771 Befehle ! V ! 
27772 \backslash
27773 vphantom
27774 \end_layout
27775
27776 \end_inset
27777
27778  ein, denn der Multiplikationsoperator mit seinen Grenzen ist das größte
27779  Symbol der ersten Zeile, und daran soll die zweite Klammer angepasst werden.
27780 \end_layout
27781
27782 \begin_layout Standard
27783 Das Ergebnis sieht so aus:
27784 \begin_inset Formula 
27785 \begin{eqnarray*}
27786 A & = & \sin(x)\left[\prod_{R=1}^{\infty}\frac{1}{R}+\cdots\right.\\
27787  &  & \left.\vphantom{\prod_{R=1}^{\infty}}\cdots+B-D\right]
27788 \end{eqnarray*}
27789
27790 \end_inset
27791
27792
27793 \end_layout
27794
27795 \begin_layout Subsection
27796 Align-Umgebungen
27797 \end_layout
27798
27799 \begin_layout Standard
27800 Align-Umgebungen können für jede Art von mehrzeiligen Formeln verwendet
27801  werden.
27802  Sie sind besonders geeignet um mehrere Formeln nebeneinander zu setzen.
27803 \end_layout
27804
27805 \begin_layout Standard
27806 Align-Umgebungen bestehen aus Spalten.
27807  Die ungeradzahligen Spalten sind rechts-, die geradzahligen linksbündig
27808  ausgerichtet.
27809  Jede Zeile einer Align-Umgebung kann nummeriert werden.
27810 \end_layout
27811
27812 \begin_layout Standard
27813 Align-Umgebung werden über das Menü 
27814 \family sans
27815 Einfügen\SpecialChar \menuseparator
27816 Mathe
27817 \family default
27818  erstellt.
27819  Über das Menü 
27820 \family sans
27821 Bearbeiten\SpecialChar \menuseparator
27822 Mathe\SpecialChar \menuseparator
27823 Formelart
27824 \begin_inset space ~
27825 \end_inset
27826
27827 ändern
27828 \family default
27829  können bereits existierende Formeln in Align-Umgebungen umgewandelt werden.
27830 \end_layout
27831
27832 \begin_layout Standard
27833 Um Spalten hinzuzufügen oder zu entfernen, können die Mathe-Werkzeugleistenknöpf
27834
27835 \begin_inset Graphics
27836         filename ../../images/tabular-feature_append-column.png
27837         scale 85
27838
27839 \end_inset
27840
27841  bzw.
27842 \begin_inset space \space{}
27843 \end_inset
27844
27845
27846 \begin_inset Graphics
27847         filename ../../images/tabular-feature_delete-column.png
27848         scale 85
27849
27850 \end_inset
27851
27852  oder das Menü 
27853 \family sans
27854 Bearbeiten\SpecialChar \menuseparator
27855 Zeilen & Spalten
27856 \family default
27857  verwendet werden.
27858 \end_layout
27859
27860 \begin_layout Subsubsection
27861 Standard align-Umgebung
27862 \begin_inset CommandInset label
27863 LatexCommand label
27864 name "sub:Standard-align-Umgebung"
27865
27866 \end_inset
27867
27868
27869 \begin_inset Index idx
27870 status collapsed
27871
27872 \begin_layout Plain Layout
27873 Formel ! mehrzeilige ! align-Umgebung
27874 \end_layout
27875
27876 \end_inset
27877
27878
27879 \end_layout
27880
27881 \begin_layout Standard
27882 Diese Align-Umgebung wird erstellt, indem man in einer Formel 
27883 \family sans
27884 Strg+Enter
27885 \family default
27886  drückt oder das Menü 
27887 \family sans
27888 Einfügen\SpecialChar \menuseparator
27889 Mathe\SpecialChar \menuseparator
27890 AMS align-Umge\SpecialChar \-
27891 bung
27892 \family default
27893  aufruft.
27894 \end_layout
27895
27896 \begin_layout Standard
27897 Ein Beispiel für zwei nebeneinander stehende Formeln, die mit einer vierspaltige
27898 n align-Umgebung erzeugt wurden:
27899 \begin_inset Formula 
27900 \begin{align*}
27901 A & =\sin(B) & C & =D\\
27902 C & \ne A & B & \ne D
27903 \end{align*}
27904
27905 \end_inset
27906
27907 Wie man sieht, werden die Formeln in dieser Umgebung so angeordnet, als
27908  würde sich vor der ersten und hinter jeder geraden Spalte ein 
27909 \series bold
27910
27911 \backslash
27912 hfill
27913 \begin_inset Foot
27914 status collapsed
27915
27916 \begin_layout Plain Layout
27917 mehr zu 
27918 \series bold
27919
27920 \backslash
27921 hfill
27922 \series default
27923  siehe 
27924 \begin_inset CommandInset ref
27925 LatexCommand ref
27926 reference "sub:Variabler-Leerraum"
27927
27928 \end_inset
27929
27930
27931 \end_layout
27932
27933 \end_inset
27934
27935
27936 \series default
27937  befinden.
27938  Ist der Formelstil 
27939 \series bold
27940 Eingerückt
27941 \begin_inset Foot
27942 status collapsed
27943
27944 \begin_layout Plain Layout
27945 Formelstile siehe 
27946 \begin_inset CommandInset ref
27947 LatexCommand ref
27948 reference "sec:Formelstile"
27949
27950 \end_inset
27951
27952
27953 \end_layout
27954
27955 \end_inset
27956
27957
27958 \series default
27959  gewählt, wird die Formel ohne den 
27960 \series bold
27961
27962 \backslash
27963 hfill
27964 \series default
27965  vor der ersten Spalte gesetzt.
27966 \end_layout
27967
27968 \begin_layout Subsubsection
27969 Alignat-Umgebung
27970 \begin_inset Index idx
27971 status collapsed
27972
27973 \begin_layout Plain Layout
27974 Formel ! mehrzeilige ! alignat-Umgebung
27975 \end_layout
27976
27977 \end_inset
27978
27979
27980 \end_layout
27981
27982 \begin_layout Standard
27983 In der alignat-Umgebung gibt es keinen vordefinierten Spaltenabstand.
27984  Man kann ihn manuell durch die in 
27985 \begin_inset CommandInset ref
27986 LatexCommand ref
27987 reference "sub:Leerraum"
27988
27989 \end_inset
27990
27991  beschriebenen Leerräume einfügen.
27992 \end_layout
27993
27994 \begin_layout Standard
27995 Das vorige Beispiel in der alignat-Umgebung, bei dem zu Beginn der zweiten
27996  Formel 1
27997 \begin_inset space \thinspace{}
27998 \end_inset
27999
28000 cm Leerraum eingefügt wurde:
28001 \begin_inset Formula 
28002 \begin{alignat*}{2}
28003 A & =\sin(B) & \hspace{1cm}C & =D\\
28004 C & \ne A & B & \ne D
28005 \end{alignat*}
28006
28007 \end_inset
28008
28009 Weil man den Spaltenabstand für jede Spalte einzeln einstellen kann, eignet
28010  sich diese Umgebung besonders für drei und mehr nebeneinander gesetzte
28011  Formeln.
28012 \end_layout
28013
28014 \begin_layout Subsubsection
28015 Flalign-Umgebung
28016 \begin_inset CommandInset label
28017 LatexCommand label
28018 name "sub:Flalign-Umgebung"
28019
28020 \end_inset
28021
28022
28023 \begin_inset Index idx
28024 status collapsed
28025
28026 \begin_layout Plain Layout
28027 Formel ! mehrzeilige ! flalign-Umgebung
28028 \end_layout
28029
28030 \end_inset
28031
28032
28033 \end_layout
28034
28035 \begin_layout Standard
28036 Bei dieser Umgebung werden die ersten beiden Spalten immer so weit links
28037  und die letzten beiden Spalten so weit rechts wie möglich gesetzt.
28038  Dazu ein Beispiel:
28039 \begin_inset Formula 
28040 \begin{flalign*}
28041 A & =1 & B & =2 & C & =3\\
28042 X & =\textrm{-}1 & Y & =\textrm{-}2 & Z & =4
28043 \end{flalign*}
28044
28045 \end_inset
28046
28047
28048 \end_layout
28049
28050 \begin_layout Standard
28051 Erzeugt man eine flalign-Umgebung mit ungerader Spaltenanzahl und gibt in
28052  die letzte Spalte eine leere TeX-Klammer ein, kann man einzelne Formeln
28053  im Dokument links setzen obwohl der Formelstil 
28054 \series bold
28055 Zentriert
28056 \series default
28057  eingestellt ist.
28058  Als Beispiel die eingerückte ausgerichtete Formel 
28059 \begin_inset CommandInset ref
28060 LatexCommand eqref
28061 reference "eq:VolInt"
28062
28063 \end_inset
28064
28065 :
28066 \begin_inset Formula 
28067 \begin{flalign}
28068 \hspace{30pt}\iiint\limits _{V}X\,\mathrm{d}V & =U & {}
28069 \end{flalign}
28070
28071 \end_inset
28072
28073 In den ersten beiden Spalten befindet sich die Formel.
28074  Damit sie wie beim Formelstil 
28075 \series bold
28076 Eingerückt
28077 \series default
28078  vom Rand etwas abgesetzt ist, wurde zu Beginn der ersten Spalte 30
28079 \begin_inset space \thinspace{}
28080 \end_inset
28081
28082 pt Leerraum eingefügt.
28083 \end_layout
28084
28085 \begin_layout Subsection
28086 Eqnarray-Umgebung
28087 \begin_inset CommandInset label
28088 LatexCommand label
28089 name "sub:Eqnarray-Umgebung"
28090
28091 \end_inset
28092
28093
28094 \begin_inset Index idx
28095 status collapsed
28096
28097 \begin_layout Plain Layout
28098 Formel ! mehrzeilige ! Eqnarray-Umgebung
28099 \end_layout
28100
28101 \end_inset
28102
28103
28104 \end_layout
28105
28106 \begin_layout Standard
28107 Hat man diese Umgebung erzeugt, erscheinen drei blaue Kästchen.
28108  Der Inhalt des ersten Kästchens wird rechtsbündig, der des letzten linksbündig
28109  ausgerichtet.
28110  Der Inhalt des mittleren Kästchens erscheint zentriert und etwas kleiner,
28111  da dieses Kästchen nur für Relationzeichen gedacht ist.
28112 \begin_inset Formula 
28113 \begin{eqnarray*}
28114 \frac{ABC}{D} & \frac{ABC}{D} & \frac{ABC}{D}\\
28115 AB & AB & AB\\
28116 A & = & A
28117 \end{eqnarray*}
28118
28119 \end_inset
28120
28121
28122 \end_layout
28123
28124 \begin_layout Subsection
28125 Gather-Umgebung
28126 \begin_inset Index idx
28127 status collapsed
28128
28129 \begin_layout Plain Layout
28130 Formel ! mehrzeilige ! Gather-Umgebung
28131 \end_layout
28132
28133 \end_inset
28134
28135
28136 \end_layout
28137
28138 \begin_layout Standard
28139 Diese Umgebung besteht nur aus einer Spalte, deren Inhalt zentriert ist.
28140  Jede Zeile kann nummeriert werden.
28141 \begin_inset Formula 
28142 \begin{gather}
28143 A=1\\
28144 X=\textrm{-}1
28145 \end{gather}
28146
28147 \end_inset
28148
28149
28150 \end_layout
28151
28152 \begin_layout Subsection
28153 Multline-Umgebung
28154 \begin_inset CommandInset label
28155 LatexCommand label
28156 name "sub:Multline-Umgebung"
28157
28158 \end_inset
28159
28160
28161 \begin_inset Index idx
28162 status collapsed
28163
28164 \begin_layout Plain Layout
28165 Formel ! mehrzeilige ! Multline-Umgebung
28166 \end_layout
28167
28168 \end_inset
28169
28170
28171 \end_layout
28172
28173 \begin_layout Standard
28174 Die multline-Umgebung besteht wie die Gather-Umgebung nur aus einer Spalte.
28175  Jedoch ist die erste Zeile links, die letzte rechts ausgerichtet.
28176  Alle anderen Zeilen sind zentriert.
28177  Dadurch eignet sich diese Umgebung besonders für lange Formeln.
28178  Als Beispiel Formel 
28179 \begin_inset CommandInset ref
28180 LatexCommand eqref
28181 reference "eq:lefteqn"
28182
28183 \end_inset
28184
28185  in der multline-Umgebung:
28186 \begin_inset Formula 
28187 \begin{multline}
28188 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}\\
28189 -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}\\
28190 =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}}
28191 \end{multline}
28192
28193 \end_inset
28194
28195
28196 \end_layout
28197
28198 \begin_layout Standard
28199 In der Ausgabe erscheint nur die letzte (erste) Zeile einer multline-Umgebung
28200  nummeriert, wenn rechts (links) nummeriert wird.
28201 \begin_inset Foot
28202 status collapsed
28203
28204 \begin_layout Plain Layout
28205 Nummerierungsstile siehe 
28206 \begin_inset CommandInset ref
28207 LatexCommand ref
28208 reference "sec:Formelstile"
28209
28210 \end_inset
28211
28212
28213 \end_layout
28214
28215 \end_inset
28216
28217
28218 \end_layout
28219
28220 \begin_layout Standard
28221 Mit den Befehlen 
28222 \series bold
28223
28224 \backslash
28225 shoveright
28226 \series default
28227
28228 \begin_inset Index idx
28229 status collapsed
28230
28231 \begin_layout Plain Layout
28232 Befehle ! S ! 
28233 \backslash
28234 shoveright
28235 \end_layout
28236
28237 \end_inset
28238
28239  und 
28240 \series bold
28241
28242 \backslash
28243 shoveleft
28244 \series default
28245
28246 \begin_inset Index idx
28247 status collapsed
28248
28249 \begin_layout Plain Layout
28250 Befehle ! S ! 
28251 \backslash
28252 shoveleft
28253 \end_layout
28254
28255 \end_inset
28256
28257  kann eine zentrierte Zeile rechts bzw.
28258 \begin_inset space \space{}
28259 \end_inset
28260
28261 links ausgerichtet werden.
28262  Die Befehle werden folgendermaßen verwendet:
28263 \end_layout
28264
28265 \begin_layout Standard
28266
28267 \series bold
28268
28269 \backslash
28270 shoveright{Zeileninhalt}
28271 \series default
28272  bzw.
28273 \begin_inset space \space{}
28274 \end_inset
28275
28276
28277 \series bold
28278
28279 \backslash
28280 shoveleft{Zeileninhalt}
28281 \end_layout
28282
28283 \begin_layout Standard
28284 \begin_inset VSpace medskip
28285 \end_inset
28286
28287 Die Länge 
28288 \series bold
28289
28290 \backslash
28291 multlinegap
28292 \series default
28293
28294 \begin_inset Index idx
28295 status collapsed
28296
28297 \begin_layout Plain Layout
28298 Befehle ! M ! 
28299 \backslash
28300 multlinegap
28301 \end_layout
28302
28303 \end_inset
28304
28305  legt den Abstand der ersten Zeile vom linken Seitenrand fest.
28306  Voreingestellt ist die Länge 0
28307 \begin_inset space \thinspace{}
28308 \end_inset
28309
28310 pt.
28311 \end_layout
28312
28313 \begin_layout Standard
28314 Als Beispiel obige Formel, vor der im TeX-Modus der Befehl
28315 \end_layout
28316
28317 \begin_layout Standard
28318
28319 \series bold
28320
28321 \backslash
28322 setlength{
28323 \backslash
28324 multlinegap}{2cm}
28325 \end_layout
28326
28327 \begin_layout Standard
28328 eingegeben wurde:
28329 \begin_inset ERT
28330 status collapsed
28331
28332 \begin_layout Plain Layout
28333
28334
28335 \backslash
28336 setlength{
28337 \backslash
28338 multlinegap}{2cm}
28339 \end_layout
28340
28341 \end_inset
28342
28343
28344 \begin_inset Formula 
28345 \begin{multline}
28346 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}\\
28347 \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}}\\
28348 =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}}
28349 \end{multline}
28350
28351 \end_inset
28352
28353
28354 \begin_inset ERT
28355 status collapsed
28356
28357 \begin_layout Plain Layout
28358
28359
28360 \backslash
28361 setlength{
28362 \backslash
28363 multlinegap}{0pt}
28364 \end_layout
28365
28366 \end_inset
28367
28368
28369 \end_layout
28370
28371 \begin_layout Standard
28372 Die zweite Zeile wurde mit 
28373 \series bold
28374
28375 \backslash
28376 shoveleft
28377 \series default
28378  linksbündig ausgerichtet.
28379 \end_layout
28380
28381 \begin_layout Subsection
28382 Mehrzeilige Formelteile
28383 \begin_inset CommandInset label
28384 LatexCommand label
28385 name "sub:Mehrzeilige-Formelteile"
28386
28387 \end_inset
28388
28389
28390 \begin_inset Index idx
28391 status collapsed
28392
28393 \begin_layout Plain Layout
28394 Formel ! mehrzeilige ! Formelteile
28395 \end_layout
28396
28397 \end_inset
28398
28399
28400 \end_layout
28401
28402 \begin_layout Standard
28403 Möchte man nur Teile einer Formel mehrzeilig darstellen, verwendet man eine
28404  der folgenden Umgebungen: 
28405 \series bold
28406 aligned
28407 \series default
28408
28409 \series bold
28410 alignedat
28411 \series default
28412
28413 \series bold
28414 gathered
28415 \series default
28416  oder 
28417 \series bold
28418 split
28419 \series default
28420 .
28421  Sie können über das Menü 
28422 \family sans
28423 Einfügen\SpecialChar \menuseparator
28424 Mathe
28425 \family default
28426  oder mit Befehlen eingefügt werden, wie in diesem Abschnitt beschrieben.
28427 \end_layout
28428
28429 \begin_layout Standard
28430 Die ersten drei haben dieselben Eigenschaften wie die entsprechenden mehrzeilige
28431 n Formel\SpecialChar \-
28432 umgebungen.
28433  Man kann jedoch zusätzlich weitere Formelteile daneben setzen.
28434  Dazu ein Beispiel:
28435 \begin_inset Formula 
28436 \[
28437 \left.\begin{aligned}\Delta x\Delta p & \ge\frac{\hbar}{2}\\
28438 \Delta E\Delta t & \ge\frac{\hbar}{2}
28439 \end{aligned}
28440 \right\} \textrm{Unbestimmtheitsrelationen}
28441 \]
28442
28443 \end_inset
28444
28445
28446 \end_layout
28447
28448 \begin_layout Standard
28449 Um diese Formel zu erhalten, wird eine abgesetzte Formel erstellt, in die
28450  der Befehl 
28451 \series bold
28452
28453 \backslash
28454 aligned
28455 \series default
28456
28457 \begin_inset Index idx
28458 status collapsed
28459
28460 \begin_layout Plain Layout
28461 Befehle ! A ! 
28462 \backslash
28463 aligned
28464 \end_layout
28465
28466 \end_inset
28467
28468  eingegeben wird.
28469  Es erscheint eine lila Box um das blaue Formelkästchen in der man nun Spalten
28470  und Zeilen hinzufügen kann.
28471  Außerhalb der mehrzeiligen Umgebung können Formelteile, wie die Klammer,
28472  gesetzt werden.
28473 \end_layout
28474
28475 \begin_layout Standard
28476 Die aligned-Umgebung eignet sich auch für lange Formeln, deren Zeilen horizontal
28477  ausgerichtet sind.
28478  Verwendet man aligned in einer abgesetzten Formel, hat das den Vorteil,
28479  dass die Formelnummer vertikal mittig hinter den Zeilen steht.
28480  Als Beispiel Formel 
28481 \begin_inset CommandInset ref
28482 LatexCommand eqref
28483 reference "eq:kurzlang"
28484
28485 \end_inset
28486
28487  in der aligned-Umgebung:
28488 \begin_inset Formula 
28489 \begin{equation}
28490 \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}|}\\
28491  & -\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}|}
28492 \end{aligned}
28493 \end{equation}
28494
28495 \end_inset
28496
28497
28498 \end_layout
28499
28500 \begin_layout Standard
28501 Möchte man die Umgebung 
28502 \series bold
28503 alignedat
28504 \series default
28505
28506 \series bold
28507 gathered
28508 \series default
28509  oder 
28510 \series bold
28511 split
28512 \series default
28513  verwenden, gibt man den Befehl 
28514 \series bold
28515
28516 \backslash
28517 alignedat
28518 \series default
28519 ,
28520 \begin_inset Index idx
28521 status collapsed
28522
28523 \begin_layout Plain Layout
28524 Befehle ! A ! 
28525 \backslash
28526 alignedat
28527 \end_layout
28528
28529 \end_inset
28530
28531  
28532 \series bold
28533
28534 \backslash
28535 gathered
28536 \series default
28537
28538 \begin_inset Index idx
28539 status collapsed
28540
28541 \begin_layout Plain Layout
28542 Befehle ! G ! 
28543 \backslash
28544 gathered
28545 \end_layout
28546
28547 \end_inset
28548
28549  bzw.
28550 \begin_inset space \space{}
28551 \end_inset
28552
28553
28554 \series bold
28555
28556 \backslash
28557 split
28558 \series default
28559
28560 \begin_inset Index idx
28561 status collapsed
28562
28563 \begin_layout Plain Layout
28564 Befehle ! S ! 
28565 \backslash
28566 split
28567 \end_layout
28568
28569 \end_inset
28570
28571  ein.
28572  Die split-Umgebung hat dieselben Eigenschaften wie die aligned-Umgebung,
28573  jedoch darf sie nur zwei Spalten enthalten.
28574 \end_layout
28575
28576 \begin_layout Subsection
28577 Text in mehrzeiligen Formeln
28578 \begin_inset CommandInset label
28579 LatexCommand label
28580 name "sub:Text-in-mehrzeiligen"
28581
28582 \end_inset
28583
28584
28585 \begin_inset Index idx
28586 status collapsed
28587
28588 \begin_layout Plain Layout
28589 Text ! in Formeln
28590 \end_layout
28591
28592 \end_inset
28593
28594
28595 \begin_inset Index idx
28596 status collapsed
28597
28598 \begin_layout Plain Layout
28599 Formel ! mehrzeilige ! Text
28600 \end_layout
28601
28602 \end_inset
28603
28604
28605 \end_layout
28606
28607 \begin_layout Standard
28608 Bei den Align-Umgebungen sowie der multline- und gather-Umgebung besteht
28609  die Möglichkeit Text einzufügen, der in einer eigenen Zeile erscheint und
28610  die Ausrichtung der Spalten nicht beeinflusst.
28611  Dazu wird der Befehl 
28612 \series bold
28613
28614 \backslash
28615 intertext
28616 \begin_inset Index idx
28617 status collapsed
28618
28619 \begin_layout Plain Layout
28620 Befehle ! I ! 
28621 \backslash
28622 intertext
28623 \end_layout
28624
28625 \end_inset
28626
28627
28628 \series default
28629  nach folgendem Schema benutzt:
28630 \end_layout
28631
28632 \begin_layout Standard
28633
28634 \series bold
28635
28636 \backslash
28637 intertext{Text}
28638 \end_layout
28639
28640 \begin_layout Standard
28641 Der Text sollte nicht länger als eine Zeile sein, da er nicht umgebrochen
28642  werden kann.
28643  Weil LyX 
28644 \series bold
28645
28646 \backslash
28647 intertext
28648 \series default
28649  noch nicht direkt unterstützt, schreibt man den Text als mathematischen
28650  Text.
28651  
28652 \series bold
28653
28654 \backslash
28655 intertext
28656 \series default
28657  muss dabei zu Beginn einer Zeile stehen und erscheint in der Ausgabe über
28658  dieser Zeile.
28659  Ein Beispiel bei dem der Text zu Beginn der zweiten Zeile eingegeben wurde:
28660 \begin_inset Formula 
28661 \begin{align}
28662 I & =a\sqrt{2}\int_{0}^{2\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi\\
28663 \intertext{\text{Integrand ist symmetrisch zu \ensuremath{\phi=\pi}, daher}} & =2a\sqrt{2}\int_{0}^{\pi}\sqrt{1+\cos(\phi)}\;\mathrm{d}\phi
28664 \end{align}
28665
28666 \end_inset
28667
28668
28669 \end_layout
28670
28671 \begin_layout Section
28672 Formelnummerierung
28673 \begin_inset Index idx
28674 status collapsed
28675
28676 \begin_layout Plain Layout
28677 Formelnummerierung
28678 \end_layout
28679
28680 \end_inset
28681
28682
28683 \begin_inset Index idx
28684 status collapsed
28685
28686 \begin_layout Plain Layout
28687 Formel ! Nummerierung|see
28688 \begin_inset ERT
28689 status collapsed
28690
28691 \begin_layout Plain Layout
28692
28693 {
28694 \end_layout
28695
28696 \end_inset
28697
28698 Formelnummerierung
28699 \begin_inset ERT
28700 status collapsed
28701
28702 \begin_layout Plain Layout
28703
28704 }
28705 \end_layout
28706
28707 \end_inset
28708
28709
28710 \end_layout
28711
28712 \end_inset
28713
28714
28715 \end_layout
28716
28717 \begin_layout Subsection
28718 Allgemeines
28719 \end_layout
28720
28721 \begin_layout Standard
28722 Nummerierte Formeln können mit dem Menü 
28723 \family sans
28724 Einfügen\SpecialChar \menuseparator
28725 Mathe\SpecialChar \menuseparator
28726 Nummerierte
28727 \begin_inset space ~
28728 \end_inset
28729
28730 Formel
28731 \family default
28732  (Tastenkürzel 
28733 \family sans
28734 Strg+Alt
28735 \begin_inset space ~
28736 \end_inset
28737
28738 N
28739 \family default
28740 ) erstellt, bestehende Formeln über das Menü 
28741 \family sans
28742 Bearbeiten\SpecialChar \menuseparator
28743 Mathe\SpecialChar \menuseparator
28744 Nummerierung
28745 \begin_inset space ~
28746 \end_inset
28747
28748 an/aus
28749 \family default
28750  (Tastenkürzel 
28751 \family sans
28752 Alt+M
28753 \begin_inset space ~
28754 \end_inset
28755
28756 N
28757 \family default
28758 ) nummeriert werden.
28759  Die Formelnummer erscheint in LyX hinter der Formel als Raute in runden
28760  Klammern.
28761  Im Ausdruck erscheint anstelle der Raute die Formelnummer.
28762 \end_layout
28763
28764 \begin_layout Standard
28765 Wird in mehrzeiligen Formeln die Nummerierung angeschaltet, werden alle
28766  Zeilen nummeriert.
28767  Man kann jedoch über das Menü 
28768 \family sans
28769 Bearbeiten\SpecialChar \menuseparator
28770 Mathe\SpecialChar \menuseparator
28771 Zeilennummerierung an/aus
28772 \family default
28773  (Tastenkürzel 
28774 \family sans
28775 Alt+M
28776 \begin_inset space ~
28777 \end_inset
28778
28779 Shift+N
28780 \family default
28781 ) für jede Zeile die Nummerierung festlegen.
28782 \end_layout
28783
28784 \begin_layout Standard
28785 Außer eingebetteten können alle Formeln in zwei verschiedenen Stilen nummeriert
28786  werden, siehe 
28787 \begin_inset CommandInset ref
28788 LatexCommand ref
28789 reference "sec:Formelstile"
28790
28791 \end_inset
28792
28793 .
28794 \end_layout
28795
28796 \begin_layout Subsection
28797 Querverweise
28798 \begin_inset Index idx
28799 status collapsed
28800
28801 \begin_layout Plain Layout
28802 Querverweise ! auf Formeln
28803 \end_layout
28804
28805 \end_inset
28806
28807
28808 \end_layout
28809
28810 \begin_layout Standard
28811 Es kann auf alle Formeln verwiesen werden, die eine Marke besitzen.
28812  Eine Marke wird mit dem Menü 
28813 \family sans
28814 Einfügen\SpecialChar \menuseparator
28815 Marke
28816 \family default
28817  oder dem Werkzeugleistenknopf 
28818 \begin_inset Graphics
28819         filename ../../images/label-insert.png
28820         scale 85
28821
28822 \end_inset
28823
28824  gesetzt.
28825  Dabei muss sich der Cursor in einer abgesetzten Formel befinden.
28826  Alternativ klickt man mit rechts auf die Formel und wählt 
28827 \family sans
28828 Formelmarke
28829 \family default
28830 .
28831  Es erscheint ein Eingabefeld mit dem voreingestellten Eintrag 
28832 \series bold
28833 eq:
28834 \series default
28835 , nachdem der eigentliche Markenname eingegeben wird.
28836  Der voreingestellte Eintrag steht für 
28837 \begin_inset Quotes gld
28838 \end_inset
28839
28840 equation
28841 \begin_inset Quotes grd
28842 \end_inset
28843
28844  und erleichtert bei größeren Dokumenten die Zuordnung, dass die Marke zu
28845  einer Formel und nicht zu einem Kapitel gehört.
28846  Um eine Marke zu ändern, wählt man wieder das Menü 
28847 \family sans
28848 Einfügen\SpecialChar \menuseparator
28849 Marke
28850 \family default
28851  oder man klickt mit rechts auf eine Formel und dann auf 
28852 \family sans
28853 Formelmarke
28854 \family default
28855 .
28856 \end_layout
28857
28858 \begin_layout Standard
28859 Der Name der Marke erscheint in LyX in zwei runden Klammern hinter der Formel.
28860  Eine Formel mit Marke wird immer nummeriert.
28861 \end_layout
28862
28863 \begin_layout Standard
28864 Querverweise werden mit dem Menü 
28865 \family sans
28866 Einfügen\SpecialChar \menuseparator
28867 Querverweis
28868 \family default
28869  oder dem Werkzeugleistenknopf 
28870 \begin_inset Graphics
28871         filename ../../images/dialog-show-new-inset_ref.png
28872         scale 85
28873
28874 \end_inset
28875
28876  eingefügt.
28877  Ein Querverweis auf Formeln erscheint im Ausdruck als Formelnummer.
28878  Wenn man im Querverweis Dialogfenster das Format 
28879 \series bold
28880 (<Querverweis>)
28881 \series default
28882  wählt, erscheint der Querverweis als Formelnummer in Klammern.
28883 \begin_inset Newline newline
28884 \end_inset
28885
28886 Drückt man in LyX mit der rechten Maustaste auf einen Querverweis, gelangt
28887  man zur Formel auf die verwiesen wird.
28888 \end_layout
28889
28890 \begin_layout Standard
28891 Als Beispiel folgen Querverweise zu Formeln aus diesem Kapitel:
28892 \begin_inset Note Note
28893 status open
28894
28895 \begin_layout Plain Layout
28896 Man beachte die unterschiedlichen Querverweistypen.
28897 \end_layout
28898
28899 \end_inset
28900
28901
28902 \end_layout
28903
28904 \begin_layout Standard
28905 Die Gleichungen 
28906 \begin_inset CommandInset ref
28907 LatexCommand eqref
28908 reference "eq:tag"
28909
28910 \end_inset
28911
28912  und 
28913 \begin_inset CommandInset ref
28914 LatexCommand eqref
28915 reference "eq:c"
28916
28917 \end_inset
28918
28919  sind äquivalent.
28920  In (
28921 \begin_inset CommandInset ref
28922 LatexCommand ref
28923 reference "eq:Lat"
28924
28925 \end_inset
28926
28927 ) werden im Gegensatz zu (
28928 \begin_inset CommandInset ref
28929 LatexCommand ref
28930 reference "eq:Roem"
28931
28932 \end_inset
28933
28934 ) große lateinische Buchstaben zur Nummerierung verwendet.
28935 \end_layout
28936
28937 \begin_layout Standard
28938 \begin_inset VSpace medskip
28939 \end_inset
28940
28941 Ist im Argument von 
28942 \series bold
28943
28944 \backslash
28945 tag
28946 \begin_inset Foot
28947 status collapsed
28948
28949 \begin_layout Plain Layout
28950
28951 \series bold
28952
28953 \backslash
28954 tag
28955 \series default
28956  ist in 
28957 \begin_inset CommandInset ref
28958 LatexCommand ref
28959 reference "sub:Benutzerdefinierte-Nummerierung"
28960
28961 \end_inset
28962
28963  beschrieben.
28964 \end_layout
28965
28966 \end_inset
28967
28968
28969 \series default
28970  wie in 
28971 \begin_inset CommandInset ref
28972 LatexCommand ref
28973 reference "sub:Absatzboxen"
28974
28975 \end_inset
28976
28977  eine Box angegeben, kann nicht auf die Formel verwiesen werden.
28978 \end_layout
28979
28980 \begin_layout Subsection
28981 Unternummerierung
28982 \begin_inset Index idx
28983 status collapsed
28984
28985 \begin_layout Plain Layout
28986 Formelnummerierung ! Unternummerierung
28987 \end_layout
28988
28989 \end_inset
28990
28991
28992 \end_layout
28993
28994 \begin_layout Standard
28995 Möchte man Formeln weiter untergliedern, kann man das mit Hilfe der Befehle
28996  
28997 \begin_inset Newline newline
28998 \end_inset
28999
29000
29001 \series bold
29002
29003 \backslash
29004 begin{subequations}
29005 \series default
29006  und 
29007 \series bold
29008
29009 \backslash
29010 end{subequations}
29011 \series default
29012  erreichen.
29013  Beide Befehle werden im TeX-Modus eingegeben.
29014 \end_layout
29015
29016 \begin_layout Standard
29017 Dazu ein Beispiel:
29018 \begin_inset Formula 
29019 \begin{equation}
29020 A=C-B\label{eq:a}
29021 \end{equation}
29022
29023 \end_inset
29024
29025
29026 \begin_inset ERT
29027 status collapsed
29028
29029 \begin_layout Plain Layout
29030
29031
29032 \backslash
29033 addtocounter{equation}{-1}
29034 \end_layout
29035
29036 \end_inset
29037
29038
29039 \begin_inset ERT
29040 status collapsed
29041
29042 \begin_layout Plain Layout
29043
29044
29045 \backslash
29046 begin{subequations}
29047 \end_layout
29048
29049 \end_inset
29050
29051
29052 \begin_inset VSpace -5mm
29053 \end_inset
29054
29055
29056 \begin_inset Formula 
29057 \begin{equation}
29058 B=C-A\label{eq:b}
29059 \end{equation}
29060
29061 \end_inset
29062
29063
29064 \begin_inset Formula 
29065 \begin{equation}
29066 C=A+B\label{eq:c}
29067 \end{equation}
29068
29069 \end_inset
29070
29071
29072 \end_layout
29073
29074 \begin_layout Standard
29075 \begin_inset ERT
29076 status collapsed
29077
29078 \begin_layout Plain Layout
29079
29080
29081 \backslash
29082 end{subequations}
29083 \end_layout
29084
29085 \end_inset
29086
29087
29088 \end_layout
29089
29090 \begin_layout Standard
29091 Um das Beispiel zu erstellen, geht man folgendermaßen vor:
29092 \end_layout
29093
29094 \begin_layout Enumerate
29095 erste Formel eingeben
29096 \end_layout
29097
29098 \begin_layout Enumerate
29099
29100 \series bold
29101
29102 \backslash
29103 addtocounter{equation}{-1} 
29104 \backslash
29105 begin{subequations}
29106 \begin_inset Index idx
29107 status collapsed
29108
29109 \begin_layout Plain Layout
29110 Befehle ! A ! 
29111 \backslash
29112 addtocounter
29113 \end_layout
29114
29115 \end_inset
29116
29117
29118 \begin_inset Newline newline
29119 \end_inset
29120
29121
29122 \series default
29123 nach der ersten Formel einfügen
29124 \end_layout
29125
29126 \begin_layout Enumerate
29127 zweite Formel eingeben
29128 \end_layout
29129
29130 \begin_layout Enumerate
29131 dritte Formel eingeben
29132 \end_layout
29133
29134 \begin_layout Enumerate
29135
29136 \series bold
29137
29138 \backslash
29139 end{subequations}
29140 \series default
29141  nach der dritten Formel einfügen
29142 \end_layout
29143
29144 \begin_layout Standard
29145 Jede Formel, die zwischen den Befehlen 
29146 \series bold
29147
29148 \backslash
29149 begin
29150 \series default
29151  und 
29152 \series bold
29153
29154 \backslash
29155 end
29156 \series default
29157  steht, wird mit a, b, c, \SpecialChar \ldots{}
29158  untergliedert.
29159  Bei mehrzeiligen Formeln wird jede Zeile untergliedert.
29160  Alle untergliederten Formeln gelten als 
29161 \emph on
29162 eine
29163 \emph default
29164  nummerierte Formel.
29165  Da jede nummerierte Formel den Formelzähler 
29166 \series bold
29167 equation
29168 \series default
29169  um Eins erhöht, ist der Befehl 
29170 \series bold
29171
29172 \backslash
29173 addtocounter
29174 \series default
29175  notwendig um den Zähler wieder zu erniedrigen.
29176  Ansonsten würden die Formeln 
29177 \begin_inset CommandInset ref
29178 LatexCommand eqref
29179 reference "eq:a"
29180
29181 \end_inset
29182
29183
29184 \begin_inset CommandInset ref
29185 LatexCommand eqref
29186 reference "eq:b"
29187
29188 \end_inset
29189
29190
29191 \begin_inset CommandInset ref
29192 LatexCommand eqref
29193 reference "eq:c"
29194
29195 \end_inset
29196
29197  als 
29198 \begin_inset CommandInset ref
29199 LatexCommand eqref
29200 reference "eq:a"
29201
29202 \end_inset
29203
29204
29205 \begin_inset CommandInset ref
29206 LatexCommand eqref
29207 reference "eq:d"
29208
29209 \end_inset
29210
29211
29212 \begin_inset CommandInset ref
29213 LatexCommand eqref
29214 reference "eq:f"
29215
29216 \end_inset
29217
29218  nummeriert werden.
29219 \end_layout
29220
29221 \begin_layout Standard
29222 Durch die Eingabe der Befehle im TeX-Modus wird zwischen den ersten beiden
29223  Formeln automatisch etwas Leerraum erstellt.
29224  Um dies rückgängig zu machen, fügt man nach dem Befehl 
29225 \series bold
29226
29227 \backslash
29228 begin{subequations}
29229 \series default
29230  -5
29231 \begin_inset space \thinspace{}
29232 \end_inset
29233
29234 mm vertikalen Leerraum ein.
29235  Ist der Formelstil 
29236 \series bold
29237 Eingerückt
29238 \begin_inset Foot
29239 status collapsed
29240
29241 \begin_layout Plain Layout
29242 Formelstile siehe 
29243 \begin_inset CommandInset ref
29244 LatexCommand ref
29245 reference "sec:Formelstile"
29246
29247 \end_inset
29248
29249
29250 \end_layout
29251
29252 \end_inset
29253
29254
29255 \series default
29256  gewählt, fügt man -7
29257 \begin_inset space \thinspace{}
29258 \end_inset
29259
29260 mm Leerraum ein.
29261 \end_layout
29262
29263 \begin_layout Standard
29264 Hier ist ein Beispiel für mehrzeilige Formeln, bei dem die Nummerierung
29265  der zweiten Zeile abgeschaltet wurde:
29266 \begin_inset ERT
29267 status collapsed
29268
29269 \begin_layout Plain Layout
29270
29271
29272 \backslash
29273 begin{subequations}
29274 \end_layout
29275
29276 \end_inset
29277
29278
29279 \begin_inset Formula 
29280 \begin{eqnarray}
29281 A & = & (B-Z)^{2}=(B-Z)(B-Z)\label{eq:d}\\
29282  & = & B^{2}-ZB-BZ+Z^{²}\nonumber \\
29283  & = & B^{2}-2BZ+Z^{2}\label{eq:f}
29284 \end{eqnarray}
29285
29286 \end_inset
29287
29288
29289 \begin_inset ERT
29290 status collapsed
29291
29292 \begin_layout Plain Layout
29293
29294
29295 \backslash
29296 end{subequations}
29297 \end_layout
29298
29299 \end_inset
29300
29301
29302 \end_layout
29303
29304 \begin_layout Subsection
29305 Benutzerdefinierte Nummerierung
29306 \begin_inset CommandInset label
29307 LatexCommand label
29308 name "sub:Benutzerdefinierte-Nummerierung"
29309
29310 \end_inset
29311
29312
29313 \begin_inset Index idx
29314 status collapsed
29315
29316 \begin_layout Plain Layout
29317 Formelnummerierung ! benutzerdefinierte
29318 \end_layout
29319
29320 \end_inset
29321
29322
29323 \end_layout
29324
29325 \begin_layout Standard
29326 \begin_inset Index idx
29327 status collapsed
29328
29329 \begin_layout Plain Layout
29330 Formelnummerierung ! eigene Klammern
29331 \end_layout
29332
29333 \end_inset
29334
29335 Bei der Standardnummerierung werden um die Formelnummern runde Klammern
29336  gesetzt.
29337  Will man diese Klammern z.
29338 \begin_inset space \thinspace{}
29339 \end_inset
29340
29341 B.
29342  durch senkrechte Striche ersetzen, gibt man im LaTeX-Vorspann Folgendes
29343  an:
29344 \end_layout
29345
29346 \begin_layout Standard
29347
29348 \series bold
29349
29350 \backslash
29351 def
29352 \backslash
29353 tagform@#1{
29354 \backslash
29355 maketag@@@{|#1|}}
29356 \series default
29357
29358 \begin_inset Note Note
29359 status collapsed
29360
29361 \begin_layout Plain Layout
29362 Dieses Makro ist zum Testen bereits im LaTeX-Vorspann angegeben.
29363  Damit es wirksam wird, muss das Prozentzeichen am Zeilenbeginn entfernt
29364  werden.
29365 \end_layout
29366
29367 \end_inset
29368
29369
29370 \end_layout
29371
29372 \begin_layout Standard
29373 Möchte man andere Zeichen haben, ersetzt man die Striche neben 
29374 \series bold
29375 #1
29376 \series default
29377  durch ein oder mehrere gewünschte Zeichen.
29378  Möchte man nur die Formelnummer haben, lässt man die Striche weg.
29379 \end_layout
29380
29381 \begin_layout Standard
29382 \begin_inset VSpace bigskip
29383 \end_inset
29384
29385 Soll statt einer fortlaufenden Nummer ein beliebiger Ausdruck in den Klammern
29386  hinter der Formel stehen, benutzt man den Befehl 
29387 \series bold
29388
29389 \backslash
29390 tag
29391 \series default
29392
29393 \begin_inset Index idx
29394 status collapsed
29395
29396 \begin_layout Plain Layout
29397 Befehle ! T ! 
29398 \backslash
29399 tag
29400 \end_layout
29401
29402 \end_inset
29403
29404 :
29405 \begin_inset Formula 
29406 \begin{equation}
29407 A+B=C\tag{etwas}\label{eq:tag}
29408 \end{equation}
29409
29410 \end_inset
29411
29412  In diesem Beispiel wurde in der Formel der Befehl 
29413 \series bold
29414
29415 \backslash
29416 tag
29417 \series default
29418
29419 \begin_inset space \textvisiblespace{}
29420 \end_inset
29421
29422
29423 \series bold
29424 etwas
29425 \series default
29426  eingegeben.
29427 \end_layout
29428
29429 \begin_layout Standard
29430 Gibt man stattdessen 
29431 \series bold
29432
29433 \backslash
29434 tag*
29435 \series default
29436
29437 \begin_inset space \textvisiblespace{}
29438 \end_inset
29439
29440
29441 \series bold
29442 etwas
29443 \series default
29444  ein, verhindert der Stern die Klammern um den Ausdruck:
29445 \begin_inset Formula 
29446 \[
29447 A+B=C\tag*{etwas}
29448 \]
29449
29450 \end_inset
29451
29452
29453 \end_layout
29454
29455 \begin_layout Standard
29456 \begin_inset VSpace bigskip
29457 \end_inset
29458
29459 Möchte man die Formelnummerierung neu starten wenn ein neuer Dokumentteil
29460  oder 
29461 \begin_inset ERT
29462 status collapsed
29463
29464 \begin_layout Plain Layout
29465
29466
29467 \backslash
29468 mbox{
29469 \end_layout
29470
29471 \end_inset
29472
29473 -abschnitt
29474 \begin_inset ERT
29475 status collapsed
29476
29477 \begin_layout Plain Layout
29478
29479 }
29480 \end_layout
29481
29482 \end_inset
29483
29484
29485 \begin_inset Note Note
29486 status collapsed
29487
29488 \begin_layout Plain Layout
29489 Der Befehl 
29490 \series bold
29491
29492 \backslash
29493 mbox
29494 \series default
29495  verhindert, dass am Bindestrich umgebrochen wird.
29496 \end_layout
29497
29498 \end_inset
29499
29500  beginnt, verwendet man folgende LaTeX-Vorspannzeile:
29501 \end_layout
29502
29503 \begin_layout Standard
29504
29505 \series bold
29506
29507 \backslash
29508 @addtoreset{equation}{part}
29509 \series default
29510
29511 \begin_inset Index idx
29512 status collapsed
29513
29514 \begin_layout Plain Layout
29515 Befehle ! 
29516 \begin_inset ERT
29517 status collapsed
29518
29519 \begin_layout Plain Layout
29520
29521 "
29522 \end_layout
29523
29524 \end_inset
29525
29526 @
29527 \begin_inset ERT
29528 status collapsed
29529
29530 \begin_layout Plain Layout
29531
29532 "
29533 \end_layout
29534
29535 \end_inset
29536
29537  ! 
29538 \backslash
29539
29540 \begin_inset ERT
29541 status collapsed
29542
29543 \begin_layout Plain Layout
29544
29545 "
29546 \end_layout
29547
29548 \end_inset
29549
29550 @
29551 \begin_inset ERT
29552 status collapsed
29553
29554 \begin_layout Plain Layout
29555
29556 "
29557 \end_layout
29558
29559 \end_inset
29560
29561 addtoreset
29562 \end_layout
29563
29564 \end_inset
29565
29566
29567 \begin_inset Newline newline
29568 \end_inset
29569
29570 bzw.
29571 \begin_inset Newline newline
29572 \end_inset
29573
29574
29575 \series bold
29576
29577 \backslash
29578 @addtoreset{equation}{section}
29579 \end_layout
29580
29581 \begin_layout Standard
29582 Um diese Befehle im TeX-Modus benutzen zu können, muss das 
29583 \begin_inset Quotes gld
29584 \end_inset
29585
29586 @
29587 \begin_inset Quotes grd
29588 \end_inset
29589
29590  Zeichen für LaTeX mit dem Befehl 
29591 \series bold
29592
29593 \backslash
29594 makeatletter
29595 \series default
29596  
29597 \begin_inset Quotes gld
29598 \end_inset
29599
29600 aktiv
29601 \begin_inset Quotes grd
29602 \end_inset
29603
29604  gemacht werden.
29605  Der Befehl 
29606 \series bold
29607
29608 \backslash
29609 makeatother
29610 \series default
29611  macht dies wieder rückgängig.
29612  Daher ist die Befehlssequenz im TeX-Modus:
29613 \end_layout
29614
29615 \begin_layout Standard
29616
29617 \series bold
29618
29619 \backslash
29620 makeatletter
29621 \begin_inset Newline newline
29622 \end_inset
29623
29624
29625 \backslash
29626 @addtoreset{equation}{section}
29627 \begin_inset Newline newline
29628 \end_inset
29629
29630
29631 \backslash
29632 makeatother
29633 \end_layout
29634
29635 \begin_layout Standard
29636 Im LaTeX-Vorspann können 
29637 \series bold
29638
29639 \backslash
29640 makeatletter
29641 \series default
29642  und 
29643 \series bold
29644
29645 \backslash
29646 makeatother
29647 \series default
29648  weggelassen werden, da LyX sie automatisch intern einfügt.
29649 \end_layout
29650
29651 \begin_layout Standard
29652 Um 
29653 \series bold
29654
29655 \backslash
29656 @addtoreset
29657 \series default
29658  rückgängig zu machen, muss die Datei 
29659 \series bold
29660 remreset.sty
29661 \series default
29662
29663 \begin_inset Foot
29664 status collapsed
29665
29666 \begin_layout Plain Layout
29667
29668 \series bold
29669 remreset
29670 \series default
29671  ist Teil des LaTeX-Paketes 
29672 \series bold
29673 carlisle
29674 \series default
29675
29676 \begin_inset Index idx
29677 status collapsed
29678
29679 \begin_layout Plain Layout
29680 Pakete ! carlisle
29681 \end_layout
29682
29683 \end_inset
29684
29685 , das Teil jeder LaTeX-Standardinstallation ist.
29686 \end_layout
29687
29688 \end_inset
29689
29690
29691 \begin_inset Index idx
29692 status collapsed
29693
29694 \begin_layout Plain Layout
29695 Pakete ! remreset
29696 \end_layout
29697
29698 \end_inset
29699
29700  im LaTeX-Vorspann mit der Zeile
29701 \end_layout
29702
29703 \begin_layout Standard
29704
29705 \series bold
29706
29707 \backslash
29708 usepackage{remreset}
29709 \end_layout
29710
29711 \begin_layout Standard
29712 geladen werden.
29713  Dann kann der Befehl 
29714 \series bold
29715
29716 \backslash
29717 @removefromreset
29718 \series default
29719
29720 \begin_inset Index idx
29721 status collapsed
29722
29723 \begin_layout Plain Layout
29724 Befehle ! 
29725 \begin_inset ERT
29726 status collapsed
29727
29728 \begin_layout Plain Layout
29729
29730 "
29731 \end_layout
29732
29733 \end_inset
29734
29735 @
29736 \begin_inset ERT
29737 status collapsed
29738
29739 \begin_layout Plain Layout
29740
29741 "
29742 \end_layout
29743
29744 \end_inset
29745
29746  ! 
29747 \backslash
29748
29749 \begin_inset ERT
29750 status collapsed
29751
29752 \begin_layout Plain Layout
29753
29754 "
29755 \end_layout
29756
29757 \end_inset
29758
29759 @
29760 \begin_inset ERT
29761 status collapsed
29762
29763 \begin_layout Plain Layout
29764
29765 "
29766 \end_layout
29767
29768 \end_inset
29769
29770 removefromreset
29771 \end_layout
29772
29773 \end_inset
29774
29775  mit dem selben Schema wie 
29776 \series bold
29777
29778 \backslash
29779 @addtoreset
29780 \series default
29781  benutzt werden.
29782 \end_layout
29783
29784 \begin_layout Standard
29785 \begin_inset VSpace bigskip
29786 \end_inset
29787
29788 Oftmals möchte man Formeln in folgender Art nummerieren:
29789 \end_layout
29790
29791 \begin_layout Standard
29792
29793 \family typewriter
29794 (Kapitelnummer.Formelnummer)
29795 \end_layout
29796
29797 \begin_layout Standard
29798 Dabei soll die Formelnummer bei jedem Kapitel wieder mit Eins beginnen.
29799 \end_layout
29800
29801 \begin_layout Standard
29802 Für diesen Fall gibt es den Befehl 
29803 \series bold
29804
29805 \backslash
29806 numberwithin
29807 \series default
29808
29809 \begin_inset Index idx
29810 status collapsed
29811
29812 \begin_layout Plain Layout
29813 Befehle ! N ! 
29814 \backslash
29815 numberwithin
29816 \end_layout
29817
29818 \end_inset
29819
29820 , der nach folgendem Schema benutzt wird:
29821 \end_layout
29822
29823 \begin_layout Standard
29824
29825 \series bold
29826
29827 \backslash
29828 numberwithin{Zähler}{Gliederung}
29829 \end_layout
29830
29831 \begin_layout Standard
29832 Zähler gibt an, welche Nummerierung betroffen ist.
29833  Gliederung gibt an, welche Nummer vor dem Punkt steht.
29834 \end_layout
29835
29836 \begin_layout Standard
29837 In unserem Fall gibt man demnach folgende LaTeX-Vorspann- oder TeX-Code-Zeile
29838  ein:
29839 \end_layout
29840
29841 \begin_layout Standard
29842
29843 \series bold
29844
29845 \backslash
29846 numberwithin{equation}{section}
29847 \end_layout
29848
29849 \begin_layout Standard
29850 Das ist das Ergebnis:
29851 \begin_inset ERT
29852 status collapsed
29853
29854 \begin_layout Plain Layout
29855
29856
29857 \backslash
29858 numberwithin{equation}{section}
29859 \end_layout
29860
29861 \end_inset
29862
29863
29864 \begin_inset Formula 
29865 \begin{equation}
29866 A+B=C
29867 \end{equation}
29868
29869 \end_inset
29870
29871
29872 \end_layout
29873
29874 \begin_layout Standard
29875 Möchte man z.
29876 \begin_inset space \thinspace{}
29877 \end_inset
29878
29879 B.
29880  Tabellen nummerieren, so dass die Nummer des Teils vor dem Punkt steht,
29881  gibt man 
29882 \series bold
29883
29884 \backslash
29885 numberwithin{table}{part}
29886 \series default
29887  ein.
29888 \end_layout
29889
29890 \begin_layout Standard
29891 Um wieder auf Standardnummerierung umzuschalten oder um diese Art der Nummerieru
29892 ng zu vermeiden wenn sie von der Dokumentklasse vorgegeben ist, gibt man
29893  folgenden Befehl als TeX-Code oder als LaTeX-Vorspannzeile ein:
29894 \end_layout
29895
29896 \begin_layout Standard
29897
29898 \series bold
29899
29900 \backslash
29901 renewcommand{
29902 \backslash
29903 theequation}{
29904 \backslash
29905 arabic{equation}}
29906 \begin_inset Index idx
29907 status collapsed
29908
29909 \begin_layout Plain Layout
29910 Befehle ! A ! 
29911 \backslash
29912 arabic
29913 \end_layout
29914
29915 \end_inset
29916
29917
29918 \series default
29919
29920 \begin_inset ERT
29921 status collapsed
29922
29923 \begin_layout Plain Layout
29924
29925
29926 \backslash
29927 renewcommand{
29928 \backslash
29929 theequation}{
29930 \backslash
29931 arabic{equation}}
29932 \end_layout
29933
29934 \end_inset
29935
29936
29937 \series bold
29938
29939 \begin_inset Newline newline
29940 \end_inset
29941
29942
29943 \series default
29944 bzw.
29945 \series bold
29946
29947 \begin_inset Newline newline
29948 \end_inset
29949
29950
29951 \backslash
29952 renewcommand{
29953 \backslash
29954 thetable}{
29955 \backslash
29956 arabic{table}}
29957 \end_layout
29958
29959 \begin_layout Standard
29960
29961 \series bold
29962
29963 \backslash
29964 numberwithin
29965 \series default
29966  benutzt intern den oben beschriebenen Befehl 
29967 \series bold
29968
29969 \backslash
29970 @addtoreset
29971 \series default
29972 , der ebenfalls rückgängig gemacht werden muss.
29973 \begin_inset ERT
29974 status collapsed
29975
29976 \begin_layout Plain Layout
29977
29978
29979 \backslash
29980 makeatletter
29981 \end_layout
29982
29983 \begin_layout Plain Layout
29984
29985
29986 \backslash
29987 @removefromreset{equation}{section}
29988 \end_layout
29989
29990 \begin_layout Plain Layout
29991
29992
29993 \backslash
29994 makeatother
29995 \end_layout
29996
29997 \end_inset
29998
29999
30000 \end_layout
30001
30002 \begin_layout Subsection
30003 Nummerierung mit römischen Zahlen und Buchstaben
30004 \begin_inset Index idx
30005 status collapsed
30006
30007 \begin_layout Plain Layout
30008 Formelnummerierung ! mit Buchstaben
30009 \end_layout
30010
30011 \end_inset
30012
30013
30014 \begin_inset Index idx
30015 status collapsed
30016
30017 \begin_layout Plain Layout
30018 Formelnummerierung ! mit römischen Zahlen
30019 \end_layout
30020
30021 \end_inset
30022
30023
30024 \end_layout
30025
30026 \begin_layout Standard
30027 Formeln können auch mit römischen Zahlen und lateinischen Buchstaben nummeriert
30028  werden.
30029  Um z.
30030 \begin_inset space \thinspace{}
30031 \end_inset
30032
30033 B.
30034  mit kleinen römischen Zahlen zu nummerieren, gibt man vor der Formel im
30035  TeX-Modus den Befehl
30036 \end_layout
30037
30038 \begin_layout Standard
30039
30040 \series bold
30041
30042 \backslash
30043 renewcommand{
30044 \backslash
30045 theequation}{
30046 \backslash
30047 roman{equation}}
30048 \end_layout
30049
30050 \begin_layout Standard
30051 ein.
30052  
30053 \series bold
30054
30055 \backslash
30056 renewcommand
30057 \series default
30058
30059 \begin_inset Index idx
30060 status collapsed
30061
30062 \begin_layout Plain Layout
30063 Befehle ! R ! 
30064 \backslash
30065 renewcommand
30066 \end_layout
30067
30068 \end_inset
30069
30070  weist dem vordefinierten Befehl 
30071 \series bold
30072
30073 \backslash
30074 theequation
30075 \series default
30076  den Befehl
30077 \begin_inset Newline linebreak
30078 \end_inset
30079
30080
30081 \series bold
30082
30083 \backslash
30084 roman{equation}
30085 \series default
30086  zu.
30087 \begin_inset Foot
30088 status collapsed
30089
30090 \begin_layout Plain Layout
30091 Der Befehl 
30092 \series bold
30093
30094 \backslash
30095 renewcommand
30096 \series default
30097  besitzt dasselbe Schema wie der in 
30098 \begin_inset CommandInset ref
30099 LatexCommand ref
30100 reference "sub:Der-Befehl-newcommand"
30101
30102 \end_inset
30103
30104  beschriebene Befehl
30105 \begin_inset Newline newline
30106 \end_inset
30107
30108
30109 \series bold
30110
30111 \backslash
30112 newcommand
30113 \series default
30114 .
30115 \end_layout
30116
30117 \end_inset
30118
30119  
30120 \series bold
30121 equation
30122 \series default
30123  ist der Formelzähler.
30124  Stellt man einem Zähler den Befehl 
30125 \series bold
30126
30127 \backslash
30128 the
30129 \series default
30130  voran, bewirkt dies, dass der Wert des Zählers als arabische Zahl ausgegeben
30131  wird.
30132  Gibt man an, dass eine Formel nummeriert wird, setzt LaTeX intern den Befehl
30133  
30134 \series bold
30135
30136 \backslash
30137 theequation
30138 \series default
30139  hinter die Formel.
30140  
30141 \series bold
30142
30143 \backslash
30144 roman{equation}
30145 \begin_inset Index idx
30146 status collapsed
30147
30148 \begin_layout Plain Layout
30149 Befehle ! R ! 
30150 \backslash
30151 roman
30152 \end_layout
30153
30154 \end_inset
30155
30156
30157 \series default
30158  bewirkt, dass der Formelzähler als kleine römische Zahl erscheint.
30159 \end_layout
30160
30161 \begin_layout Standard
30162 Alle Formeln nach dem 
30163 \series bold
30164
30165 \backslash
30166 renewcommand
30167 \series default
30168 -Befehl werden nun römisch nummeriert.
30169  Um auf Nummerierung mit großen römischen Zahlen umzuschalten, gibt man
30170  den Befehl erneut ein, ersetzt aber 
30171 \series bold
30172
30173 \backslash
30174 roman
30175 \series default
30176  durch 
30177 \series bold
30178
30179 \backslash
30180 Roman
30181 \series default
30182
30183 \begin_inset Index idx
30184 status collapsed
30185
30186 \begin_layout Plain Layout
30187 Befehle ! R ! 
30188 \backslash
30189 roman@
30190 \backslash
30191 Roman
30192 \end_layout
30193
30194 \end_inset
30195
30196 .
30197  Für die 
30198 \begin_inset Quotes gld
30199 \end_inset
30200
30201 Nummerierung
30202 \begin_inset Quotes grd
30203 \end_inset
30204
30205  mit lateinischen Buchstaben gibt es den Befehl 
30206 \series bold
30207
30208 \backslash
30209 alph
30210 \series default
30211
30212 \begin_inset Index idx
30213 status collapsed
30214
30215 \begin_layout Plain Layout
30216 Befehle ! A ! 
30217 \backslash
30218 alph
30219 \end_layout
30220
30221 \end_inset
30222
30223  für kleine und 
30224 \series bold
30225
30226 \backslash
30227 Alph
30228 \series default
30229
30230 \begin_inset Index idx
30231 status collapsed
30232
30233 \begin_layout Plain Layout
30234 Befehle ! A ! 
30235 \backslash
30236 alph@
30237 \backslash
30238 Alph
30239 \end_layout
30240
30241 \end_inset
30242
30243  für große Buchstaben.
30244 \end_layout
30245
30246 \begin_layout Standard
30247 \begin_inset Note Greyedout
30248 status open
30249
30250 \begin_layout Plain Layout
30251
30252 \series bold
30253 \color none
30254 Achtung:
30255 \series default
30256  Es können nur maximal 26
30257 \begin_inset space ~
30258 \end_inset
30259
30260 Formeln in einem Dokument mit lateinischen Buchstaben nummeriert werden.
30261 \end_layout
30262
30263 \end_inset
30264
30265
30266 \end_layout
30267
30268 \begin_layout Standard
30269 \begin_inset ERT
30270 status collapsed
30271
30272 \begin_layout Plain Layout
30273
30274
30275 \backslash
30276 renewcommand{
30277 \backslash
30278 theequation}{
30279 \backslash
30280 roman{equation}}
30281 \end_layout
30282
30283 \end_inset
30284
30285
30286 \end_layout
30287
30288 \begin_layout Standard
30289 \begin_inset Formula 
30290 \begin{equation}
30291 A=\textrm{römisch}
30292 \end{equation}
30293
30294 \end_inset
30295
30296
30297 \begin_inset ERT
30298 status collapsed
30299
30300 \begin_layout Plain Layout
30301
30302
30303 \backslash
30304 renewcommand{
30305 \backslash
30306 theequation}{
30307 \backslash
30308 Roman{equation}}
30309 \end_layout
30310
30311 \end_inset
30312
30313
30314 \begin_inset Formula 
30315 \begin{equation}
30316 B=\textrm{Römisch}\label{eq:Roem}
30317 \end{equation}
30318
30319 \end_inset
30320
30321
30322 \begin_inset ERT
30323 status collapsed
30324
30325 \begin_layout Plain Layout
30326
30327
30328 \backslash
30329 renewcommand{
30330 \backslash
30331 theequation}{
30332 \backslash
30333 alph{equation}}
30334 \end_layout
30335
30336 \end_inset
30337
30338
30339 \begin_inset Formula 
30340 \begin{equation}
30341 C=\textrm{lateinisch}
30342 \end{equation}
30343
30344 \end_inset
30345
30346
30347 \begin_inset ERT
30348 status collapsed
30349
30350 \begin_layout Plain Layout
30351
30352
30353 \backslash
30354 renewcommand{
30355 \backslash
30356 theequation}{
30357 \backslash
30358 Alph{equation}}
30359 \end_layout
30360
30361 \end_inset
30362
30363
30364 \begin_inset Formula 
30365 \begin{equation}
30366 D=\textrm{Lateinisch}\label{eq:Lat}
30367 \end{equation}
30368
30369 \end_inset
30370
30371
30372 \end_layout
30373
30374 \begin_layout Standard
30375 Um wieder auf Standardnummerierung umzuschalten, gibt man folgenden Befehl
30376  ein:
30377 \end_layout
30378
30379 \begin_layout Standard
30380
30381 \series bold
30382
30383 \backslash
30384 renewcommand{
30385 \backslash
30386 theequation}{
30387 \backslash
30388 arabic{equation}}
30389 \begin_inset Index idx
30390 status collapsed
30391
30392 \begin_layout Plain Layout
30393 Befehle ! A ! 
30394 \backslash
30395 arabic
30396 \end_layout
30397
30398 \end_inset
30399
30400
30401 \end_layout
30402
30403 \begin_layout Standard
30404 \begin_inset ERT
30405 status collapsed
30406
30407 \begin_layout Plain Layout
30408
30409
30410 \backslash
30411 renewcommand{
30412 \backslash
30413 theequation}{
30414 \backslash
30415 arabic{equation}}
30416 \end_layout
30417
30418 \end_inset
30419
30420
30421 \begin_inset Formula 
30422 \begin{equation}
30423 E=\textrm{arabisch}
30424 \end{equation}
30425
30426 \end_inset
30427
30428
30429 \end_layout
30430
30431 \begin_layout Standard
30432 \begin_inset VSpace medskip
30433 \end_inset
30434
30435 Wie man sieht, werden die Formeln unabhängig von der Nummerierungsart durchnumme
30436 riert.
30437  Soll beim Wechsel der Nummerierungsart die Nummerierung wieder mit Eins
30438  beginnen, müssen neue Formelzähler angelegt werden.
30439  Eine Beschreibung dazu findet man in der Datei 
30440 \begin_inset CommandInset href
30441 LatexCommand href
30442 name "Formelnummerierung.lyx"
30443 target "run:Formelnummerierung.lyx"
30444
30445 \end_inset
30446
30447 .
30448 \end_layout
30449
30450 \begin_layout Section
30451 Chemische Symbole und Reaktionsgleichungen
30452 \begin_inset CommandInset label
30453 LatexCommand label
30454 name "sub:Chemische-Symbole-und"
30455
30456 \end_inset
30457
30458
30459 \begin_inset Index idx
30460 status collapsed
30461
30462 \begin_layout Plain Layout
30463 chemische Zeichen ! Symbole
30464 \end_layout
30465
30466 \end_inset
30467
30468
30469 \begin_inset Index idx
30470 status collapsed
30471
30472 \begin_layout Plain Layout
30473 Reaktionsgleichungen
30474 \end_layout
30475
30476 \end_inset
30477
30478
30479 \begin_inset Index idx
30480 status collapsed
30481
30482 \begin_layout Plain Layout
30483 Symbole ! chemische
30484 \end_layout
30485
30486 \end_inset
30487
30488
30489 \end_layout
30490
30491 \begin_layout Standard
30492 Ein Beispieltext aus der Chemie:
30493 \end_layout
30494
30495 \begin_layout Quote
30496 Das 
30497 \begin_inset Formula $\mathrm{SO_{4}^{2-}}$
30498 \end_inset
30499
30500 -Ion verbindet sich mit zwei 
30501 \begin_inset Formula $\mathrm{Na^{+}}$
30502 \end_inset
30503
30504 -Ionen zu Natriumsulfat 
30505 \begin_inset Formula $\left(\mathrm{Na_{2}SO_{4}}\right)$
30506 \end_inset
30507
30508 .
30509  Die Reaktionsgleichung dazu lautet:
30510 \begin_inset Formula 
30511 \begin{equation}
30512 \mathrm{2\, Na^{+}+SO_{4}^{2-}\longrightarrow Na_{2}SO_{4}}\label{eq:chemische-Reaktion}
30513 \end{equation}
30514
30515 \end_inset
30516
30517
30518 \end_layout
30519
30520 \begin_layout Standard
30521 Diese Reaktionsgleichung kann direkt als Formel erstellt werden.
30522  Damit die Symbole nicht kursiv erscheinen, markiert man sämtliche Zeichen
30523  in der Formel und wandelt diese mit der Tastenkombination 
30524 \family sans
30525 Alt+Z
30526 \begin_inset space ~
30527 \end_inset
30528
30529 R
30530 \family default
30531  in den aufrechten Schriftstil um.
30532 \begin_inset Foot
30533 status collapsed
30534
30535 \begin_layout Plain Layout
30536 Schriftstile siehe 
30537 \begin_inset CommandInset ref
30538 LatexCommand ref
30539 reference "sub:Schriftstile"
30540
30541 \end_inset
30542
30543
30544 \end_layout
30545
30546 \end_inset
30547
30548
30549 \end_layout
30550
30551 \begin_layout Standard
30552 Eine komfortablerer Weg chemische Formeln zu setzen, ist es den Befehl
30553 \series bold
30554  
30555 \backslash
30556 ce
30557 \series default
30558
30559 \begin_inset Index idx
30560 status collapsed
30561
30562 \begin_layout Plain Layout
30563 Befehle ! C ! 
30564 \backslash
30565 ce
30566 \end_layout
30567
30568 \end_inset
30569
30570  zu benutzen.
30571  Dieser ist verfügbar, wenn das LaTeX-Paket 
30572 \series bold
30573 mhchem
30574 \series default
30575
30576 \begin_inset Index idx
30577 status collapsed
30578
30579 \begin_layout Plain Layout
30580 Pakete ! mhchem
30581 \end_layout
30582
30583 \end_inset
30584
30585  installiert ist.
30586  Nachdem 
30587 \series bold
30588
30589 \backslash
30590 ce
30591 \series default
30592  in eine Formel eingefügt wurde, erscheint eine neue blaue Box in die chemische
30593  Formeln in intuitiver Weise eingegeben werden können.
30594 \end_layout
30595
30596 \begin_layout Standard
30597 \align center
30598 \begin_inset Tabular
30599 <lyxtabular version="3" rows="9" columns="2">
30600 <features rotate="0" tabularvalignment="middle">
30601 <column alignment="center" valignment="top">
30602 <column alignment="center" valignment="top">
30603 <row>
30604 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30605 \begin_inset Text
30606
30607 \begin_layout Plain Layout
30608 Befehl
30609 \end_layout
30610
30611 \end_inset
30612 </cell>
30613 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30614 \begin_inset Text
30615
30616 \begin_layout Plain Layout
30617 Ergebnis
30618 \begin_inset Note Note
30619 status collapsed
30620
30621 \begin_layout Plain Layout
30622
30623 \series bold
30624
30625 \backslash
30626 raisebox
30627 \series default
30628  dient nur als Abstandhalter.
30629 \end_layout
30630
30631 \end_inset
30632
30633
30634 \end_layout
30635
30636 \end_inset
30637 </cell>
30638 </row>
30639 <row>
30640 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30641 \begin_inset Text
30642
30643 \begin_layout Plain Layout
30644
30645 \backslash
30646 ce
30647 \begin_inset space \textvisiblespace{}
30648 \end_inset
30649
30650 H2CO3
30651 \end_layout
30652
30653 \end_inset
30654 </cell>
30655 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30656 \begin_inset Text
30657
30658 \begin_layout Plain Layout
30659 \begin_inset Formula $\raisebox{4.5mm}{}\ce{H2CO3}\raisebox{-2mm}{}$
30660 \end_inset
30661
30662
30663 \end_layout
30664
30665 \end_inset
30666 </cell>
30667 </row>
30668 <row>
30669 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30670 \begin_inset Text
30671
30672 \begin_layout Plain Layout
30673
30674 \backslash
30675 ce
30676 \begin_inset space \textvisiblespace{}
30677 \end_inset
30678
30679 SO4^2-
30680 \end_layout
30681
30682 \end_inset
30683 </cell>
30684 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30685 \begin_inset Text
30686
30687 \begin_layout Plain Layout
30688 \begin_inset Formula $\raisebox{5mm}{}\ce{SO4^{2-}}\raisebox{-2mm}{}$
30689 \end_inset
30690
30691
30692 \end_layout
30693
30694 \end_inset
30695 </cell>
30696 </row>
30697 <row>
30698 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30699 \begin_inset Text
30700
30701 \begin_layout Plain Layout
30702
30703 \backslash
30704 ce
30705 \begin_inset space \textvisiblespace{}
30706 \end_inset
30707
30708 (NH4)2S
30709 \end_layout
30710
30711 \end_inset
30712 </cell>
30713 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30714 \begin_inset Text
30715
30716 \begin_layout Plain Layout
30717 \begin_inset Formula $\raisebox{4.5mm}{}\ce{(NH4)2S}\raisebox{-2mm}{}$
30718 \end_inset
30719
30720
30721 \end_layout
30722
30723 \end_inset
30724 </cell>
30725 </row>
30726 <row>
30727 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30728 \begin_inset Text
30729
30730 \begin_layout Plain Layout
30731
30732 \backslash
30733 ce
30734 \begin_inset space \textvisiblespace{}
30735 \end_inset
30736
30737 KCr(SO4)2.12H2O
30738 \end_layout
30739
30740 \end_inset
30741 </cell>
30742 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30743 \begin_inset Text
30744
30745 \begin_layout Plain Layout
30746 \begin_inset Formula $\raisebox{4.5mm}{}\ce{KCr(SO4)2.12H2O}\raisebox{-2mm}{}$
30747 \end_inset
30748
30749
30750 \end_layout
30751
30752 \end_inset
30753 </cell>
30754 </row>
30755 <row>
30756 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30757 \begin_inset Text
30758
30759 \begin_layout Plain Layout
30760
30761 \backslash
30762 ce
30763 \begin_inset space \textvisiblespace{}
30764 \end_inset
30765
30766 A-B
30767 \backslash
30768 dbond
30769 \begin_inset space \textvisiblespace{}
30770 \end_inset
30771
30772 C
30773 \backslash
30774 tbond
30775 \begin_inset space \textvisiblespace{}
30776 \end_inset
30777
30778 D
30779 \end_layout
30780
30781 \end_inset
30782 </cell>
30783 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30784 \begin_inset Text
30785
30786 \begin_layout Plain Layout
30787 \begin_inset Formula $\raisebox{4.5mm}{}\ce{A-B\dbond C\tbond D}\raisebox{-2mm}{}$
30788 \end_inset
30789
30790
30791 \end_layout
30792
30793 \end_inset
30794 </cell>
30795 </row>
30796 <row>
30797 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30798 \begin_inset Text
30799
30800 \begin_layout Plain Layout
30801
30802 \backslash
30803 ce
30804 \begin_inset space \textvisiblespace{}
30805 \end_inset
30806
30807 ^227
30808 \begin_inset Formula $\downarrow$
30809 \end_inset
30810
30811 _90
30812 \begin_inset Formula $\to$
30813 \end_inset
30814
30815 Th+
30816 \end_layout
30817
30818 \end_inset
30819 </cell>
30820 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30821 \begin_inset Text
30822
30823 \begin_layout Plain Layout
30824 \begin_inset Formula $\raisebox{5mm}{}\ce{_{90}^{227}Th+}\raisebox{-2mm}{}$
30825 \end_inset
30826
30827
30828 \end_layout
30829
30830 \end_inset
30831 </cell>
30832 </row>
30833 <row>
30834 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
30835 \begin_inset Text
30836
30837 \begin_layout Plain Layout
30838
30839 \backslash
30840 ce
30841 \begin_inset space \textvisiblespace{}
30842 \end_inset
30843
30844 CO2
30845 \begin_inset space \textvisiblespace{}
30846 \end_inset
30847
30848 +
30849 \begin_inset space \textvisiblespace{}
30850 \end_inset
30851
30852 C
30853 \begin_inset space \textvisiblespace{}
30854 \end_inset
30855
30856 <=>
30857 \begin_inset space \textvisiblespace{}
30858 \end_inset
30859
30860 2CO
30861 \end_layout
30862
30863 \end_inset
30864 </cell>
30865 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
30866 \begin_inset Text
30867
30868 \begin_layout Plain Layout
30869 \begin_inset Formula $\raisebox{4.5mm}{}\ce{CO2 + C <=> 2CO}\raisebox{-2mm}{}$
30870 \end_inset
30871
30872
30873 \end_layout
30874
30875 \end_inset
30876 </cell>
30877 </row>
30878 <row>
30879 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
30880 \begin_inset Text
30881
30882 \begin_layout Plain Layout
30883
30884 \backslash
30885 ce
30886 \begin_inset space \textvisiblespace{}
30887 \end_inset
30888
30889 CO2
30890 \begin_inset space \textvisiblespace{}
30891 \end_inset
30892
30893 +
30894 \begin_inset space \textvisiblespace{}
30895 \end_inset
30896
30897 C
30898 \begin_inset space \textvisiblespace{}
30899 \end_inset
30900
30901 ->[
30902 \backslash
30903 alpha][
30904 \backslash
30905 beta]
30906 \begin_inset space \textvisiblespace{}
30907 \end_inset
30908
30909 2CO}
30910 \end_layout
30911
30912 \end_inset
30913 </cell>
30914 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
30915 \begin_inset Text
30916
30917 \begin_layout Plain Layout
30918 \begin_inset Formula $\raisebox{5mm}{}\ce{CO2 + C ->[\alpha][\beta] 2CO}\raisebox{-4mm}{}$
30919 \end_inset
30920
30921
30922 \end_layout
30923
30924 \end_inset
30925 </cell>
30926 </row>
30927 </lyxtabular>
30928
30929 \end_inset
30930
30931
30932 \end_layout
30933
30934 \begin_layout Standard
30935 \begin_inset Note Greyedout
30936 status open
30937
30938 \begin_layout Plain Layout
30939
30940 \series bold
30941 \color none
30942 Achtung:
30943 \series default
30944  Wenn eine Formel in eine 
30945 \series bold
30946
30947 \backslash
30948 ce
30949 \series default
30950 -Box eingefügt wird, führt dies zu LaTeX-Fehlern.
30951  In diesem Fall muss daher TeX-Code verwendet werden, wie z.
30952 \begin_inset space \thinspace{}
30953 \end_inset
30954
30955 B.
30956  für
30957 \begin_inset Newline newline
30958 \end_inset
30959
30960
30961 \series bold
30962
30963 \backslash
30964 ce{$
30965 \backslash
30966 mu
30967 \backslash
30968 hyphen$Cl}
30969 \series default
30970
30971 \begin_inset ERT
30972 status collapsed
30973
30974 \begin_layout Plain Layout
30975
30976
30977 \backslash
30978 ce{$
30979 \backslash
30980 mu
30981 \backslash
30982 hyphen$Cl}
30983 \end_layout
30984
30985 \end_inset
30986
30987  
30988 \end_layout
30989
30990 \end_inset
30991
30992
30993 \end_layout
30994
30995 \begin_layout Standard
30996 \begin_inset Note Greyedout
30997 status open
30998
30999 \begin_layout Plain Layout
31000
31001 \series bold
31002 \color none
31003 Achtung:
31004 \series default
31005  Es ist nicht möglich in LyX das Zeichen ^ zu verwenden um einen Pfeil nach
31006  oben zu bekommen, wie es im 
31007 \series bold
31008 mhchem
31009 \series default
31010 -Handbuch steht.
31011  Man verwendet stattdessen einen kleinen negativen Leerraum gefolgt vom
31012  Befehl 
31013 \series bold
31014
31015 \backslash
31016 uparrow
31017 \series default
31018 :
31019 \begin_inset Newline newline
31020 \end_inset
31021
31022
31023 \begin_inset Formula $\ce{Fe + 2H+ -> Fe^{2+} + H2\negthinspace\uparrow}$
31024 \end_inset
31025
31026
31027 \end_layout
31028
31029 \end_inset
31030
31031
31032 \end_layout
31033
31034 \begin_layout Standard
31035 Wird 
31036 \series bold
31037
31038 \backslash
31039 ce
31040 \series default
31041  benutzt, lautet der Befehl für Gleichung
31042 \begin_inset space ~
31043 \end_inset
31044
31045
31046 \begin_inset CommandInset ref
31047 LatexCommand eqref
31048 reference "eq:chemische-Reaktion"
31049
31050 \end_inset
31051
31052 :
31053 \begin_inset Newline newline
31054 \end_inset
31055
31056
31057 \series bold
31058  
31059 \backslash
31060 ce
31061 \series default
31062
31063 \begin_inset space \textvisiblespace{}
31064 \end_inset
31065
31066
31067 \series bold
31068 2Na+
31069 \series default
31070
31071 \begin_inset space \textvisiblespace{}
31072 \end_inset
31073
31074
31075 \series bold
31076 +
31077 \series default
31078
31079 \begin_inset space \textvisiblespace{}
31080 \end_inset
31081
31082
31083 \series bold
31084 SO4^2-
31085 \series default
31086
31087 \begin_inset space \textvisiblespace{}
31088 \end_inset
31089
31090
31091 \begin_inset space \textvisiblespace{}
31092 \end_inset
31093
31094
31095 \series bold
31096 ->
31097 \series default
31098
31099 \begin_inset space \textvisiblespace{}
31100 \end_inset
31101
31102
31103 \series bold
31104 Na2SO4
31105 \end_layout
31106
31107 \begin_layout Standard
31108 Um mehrzeilige chemische Gleichungen zu erzeugen, wird zuerst eine mehrzeilige
31109  Formel erstellt, wie in 
31110 \begin_inset CommandInset ref
31111 LatexCommand ref
31112 reference "sec:Mehrzeilige-Formeln"
31113
31114 \end_inset
31115
31116  beschrieben.
31117  Anschließend wird in jeder kleinen blauen Box der Formel der Befehl 
31118 \series bold
31119
31120 \backslash
31121 ce
31122 \series default
31123  verwendet.
31124  
31125 \begin_inset CommandInset ref
31126 LatexCommand eqref
31127 reference "eq:TEOS-Reaktion-1"
31128
31129 \end_inset
31130
31131  und 
31132 \begin_inset CommandInset ref
31133 LatexCommand eqref
31134 reference "eq:TEOS-Reaktion-2"
31135
31136 \end_inset
31137
31138  sind ein Beispiel für eine mehrstufige chemische Reaktion, bei der jede
31139  Gleichung eine eigene Nummer hat.
31140 \begin_inset Formula 
31141 \begin{eqnarray}
31142 \ce{TEOS + 4O} & \ce{->} & \ce{Si(OH)4 + 4C2H4O}\label{eq:TEOS-Reaktion-1}\\
31143 \ce{Si(OH)4} & \ce{->} & \ce{SiO2 + 2H2O}\label{eq:TEOS-Reaktion-2}
31144 \end{eqnarray}
31145
31146 \end_inset
31147
31148
31149 \end_layout
31150
31151 \begin_layout Standard
31152 Außer 
31153 \series bold
31154
31155 \backslash
31156 ce
31157 \series default
31158  bietet das Paket 
31159 \series bold
31160 mhchem
31161 \series default
31162  noch den Befehl 
31163 \series bold
31164
31165 \backslash
31166 cf
31167 \series default
31168
31169 \begin_inset Index idx
31170 status collapsed
31171
31172 \begin_layout Plain Layout
31173 Befehle ! C ! 
31174 \backslash
31175 cf
31176 \end_layout
31177
31178 \end_inset
31179
31180  für spezielle Fälle.
31181  Mehr über 
31182 \series bold
31183
31184 \backslash
31185 cf
31186 \series default
31187  und weitere Beispiele sind in der Dokumentation von 
31188 \series bold
31189 mhchem
31190 \series default
31191  zu finden, 
31192 \begin_inset CommandInset citation
31193 LatexCommand cite
31194 key "mhchem"
31195
31196 \end_inset
31197
31198 .
31199 \end_layout
31200
31201 \begin_layout Section
31202 Diagramme
31203 \end_layout
31204
31205 \begin_layout Standard
31206 LyX unterstützt zwei Typen kommutativer Diagramme: 
31207 \series bold
31208 amscd
31209 \series default
31210  und 
31211 \series bold
31212 xymatrix
31213 \series default
31214 , die im Folgenden erläutert sind.
31215 \end_layout
31216
31217 \begin_layout Subsection
31218 amscd Diagramme
31219 \begin_inset Index idx
31220 status collapsed
31221
31222 \begin_layout Plain Layout
31223 Diagramme ! amscd
31224 \end_layout
31225
31226 \end_inset
31227
31228
31229 \end_layout
31230
31231 \begin_layout Standard
31232 Diagramme dieses Typs stellen Beziehungen mittels horizontaler und vertikaler
31233  Linien oder Pfeilen dar:
31234 \begin_inset Formula 
31235 \[
31236 \begin{CD}A@>>>B@>>>C\\
31237 @AAA@.@VVV\\
31238 F@<<<E@<<<D
31239 \end{CD}
31240 \]
31241
31242 \end_inset
31243
31244
31245 \end_layout
31246
31247 \begin_layout Standard
31248 Um sie zu erstellen, gibt man in einer Formel den Befehl 
31249 \series bold
31250
31251 \backslash
31252 CD
31253 \begin_inset Index idx
31254 status collapsed
31255
31256 \begin_layout Plain Layout
31257 Befehle ! C ! 
31258 \backslash
31259 CD
31260 \end_layout
31261
31262 \end_inset
31263
31264
31265 \series default
31266  ein.
31267  Es erscheint ein blaues Kästchen mit zwei gestrichelten Linien, in das
31268  man die weiteren Befehle eingibt.
31269  Mit 
31270 \series bold
31271
31272 \begin_inset ERT
31273 status collapsed
31274
31275 \begin_layout Plain Layout
31276
31277
31278 \backslash
31279 mbox{
31280 \end_layout
31281
31282 \end_inset
31283
31284
31285 \family sans
31286 \series default
31287 Strg+Enter
31288 \family default
31289 \series bold
31290
31291 \begin_inset ERT
31292 status collapsed
31293
31294 \begin_layout Plain Layout
31295
31296 }
31297 \end_layout
31298
31299 \end_inset
31300
31301
31302 \series default
31303  wird eine neue Zeile erstellt.
31304  Horizontale Beziehungen werden in ungerade Zeilen, vertikale in gerade
31305  Zeilen der Formel eingegeben.
31306 \end_layout
31307
31308 \begin_layout Standard
31309 Zum Erstellen der Beziehungen gibt es folgende Befehle:
31310 \end_layout
31311
31312 \begin_layout Itemize
31313
31314 \series bold
31315 @<<<
31316 \series default
31317  erstellt einen Linkspfeil, 
31318 \series bold
31319 @>>>
31320 \series default
31321  einen Rechtspfeil und 
31322 \series bold
31323 @=
31324 \series default
31325  ein langes Gleichheitszeichen
31326 \end_layout
31327
31328 \begin_layout Itemize
31329
31330 \series bold
31331 @AAA
31332 \series default
31333  erstellt einen Pfeil nach oben, 
31334 \series bold
31335 @VVV
31336 \series default
31337  einen Pfeil nach unten und 
31338 \series bold
31339 @|
31340 \series default
31341  ein senkrechtes Gleichheitszeichen
31342 \end_layout
31343
31344 \begin_layout Itemize
31345
31346 \series bold
31347 @.
31348
31349 \series default
31350  dient als Platzhalter für nicht vorhandene Beziehungen
31351 \end_layout
31352
31353 \begin_layout Standard
31354 Alle Pfeile sind wie folgt beschriftbar:
31355 \end_layout
31356
31357 \begin_layout Itemize
31358 Wird bei horizontalen Pfeilen zwischen dem ersten und zweiten < bzw.
31359 \begin_inset space \space{}
31360 \end_inset
31361
31362 > Text eingegeben, erscheint er über dem Pfeil.
31363  Wird der Text zwischen dem zweiten und dritten < bzw.
31364 \begin_inset space \space{}
31365 \end_inset
31366
31367 > eingegeben, erscheint er unter dem Pfeil.
31368 \end_layout
31369
31370 \begin_layout Itemize
31371 Wird bei vertikalen Pfeilen Text zwischen erstem und zweitem A bzw.
31372 \begin_inset space \space{}
31373 \end_inset
31374
31375 V eingegeben, erscheint er links neben dem Pfeil.
31376  Bei Eingabe zwischen zweitem und drittem A bzw.
31377 \begin_inset space \space{}
31378 \end_inset
31379
31380 V erscheint er rechts daneben.
31381  Enthält der Text ein A oder V, müssen diese Buchstaben in eine TeX-Klammer
31382  gesetzt werden.
31383 \end_layout
31384
31385 \begin_layout Standard
31386 Als Beispiel ein Diagramm mit allen möglichen Beziehungen:
31387 \end_layout
31388
31389 \begin_layout Standard
31390 \begin_inset Formula 
31391 \[
31392 \begin{CD}A@>j>>B@>>k>C@=F\\
31393 @AmAA@.@VV{V}V@|\\
31394 D@<<j<E@>k>>F@=C
31395 \end{CD}
31396 \]
31397
31398 \end_inset
31399
31400
31401 \end_layout
31402
31403 \begin_layout Standard
31404 Der Befehl dazu lautet:
31405 \begin_inset Newline newline
31406 \end_inset
31407
31408
31409 \series bold
31410
31411 \backslash
31412 CD
31413 \begin_inset space \textvisiblespace{}
31414 \end_inset
31415
31416 A@>j>>B@>>k>C@=F Strg+Enter
31417 \begin_inset Newline newline
31418 \end_inset
31419
31420
31421 \begin_inset Phantom HPhantom
31422 status open
31423
31424 \begin_layout Plain Layout
31425
31426 \series bold
31427
31428 \backslash
31429 CD
31430 \begin_inset space \textvisiblespace{}
31431 \end_inset
31432
31433
31434 \end_layout
31435
31436 \end_inset
31437
31438 @AmAA@.@VV
31439 \backslash
31440 {V
31441 \series default
31442
31443 \begin_inset Formula $\to$
31444 \end_inset
31445
31446
31447 \series bold
31448 V@| Strg+Enter
31449 \begin_inset Newline newline
31450 \end_inset
31451
31452
31453 \begin_inset Phantom HPhantom
31454 status open
31455
31456 \begin_layout Plain Layout
31457
31458 \series bold
31459
31460 \backslash
31461 CD
31462 \begin_inset space \textvisiblespace{}
31463 \end_inset
31464
31465
31466 \end_layout
31467
31468 \end_inset
31469
31470 D@<<j<E@>k>>F@=C
31471 \end_layout
31472
31473 \begin_layout Subsection
31474 xymatrix Diagramme
31475 \begin_inset Index idx
31476 status collapsed
31477
31478 \begin_layout Plain Layout
31479 Diagramme ! xymatrix
31480 \end_layout
31481
31482 \end_inset
31483
31484
31485 \end_layout
31486
31487 \begin_layout Standard
31488 Um Xymatrizen nutzen zu können, muss das LaTeX-Paket 
31489 \series bold
31490 xypic
31491 \series default
31492  installiert sein.
31493  Eine Xymatrix wird erstellt, indem der Befehl 
31494 \series bold
31495
31496 \backslash
31497 xymatrix
31498 \series default
31499  in eine Formel eingegeben wird.
31500  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31501  hinzufügen, siehe 
31502 \begin_inset CommandInset ref
31503 LatexCommand ref
31504 reference "sec:Matrizen"
31505
31506 \end_inset
31507
31508 .
31509 \end_layout
31510
31511 \begin_layout Standard
31512 Im Gegensatz zu amscd Diagrammen, unterstützen Xymatrixen diagonale und
31513  gekrümmte Pfeile und vieles mehr.
31514  Alle Möglichkeiten kommutative Diagramme und Dekorationen zu erzeugen,
31515  sind im Detail im 
31516 \emph on
31517 XY-pic-Handbuch
31518 \emph default
31519  erklärt, dass im Menü 
31520 \family sans
31521 Hilfe\SpecialChar \menuseparator
31522 Spezielle
31523 \begin_inset space ~
31524 \end_inset
31525
31526 Handbücher
31527 \family default
31528  zu finden ist.
31529 \end_layout
31530
31531 \begin_layout Subsection
31532
31533 \noun on
31534 Feynman
31535 \noun default
31536  Diagramme
31537 \begin_inset Index idx
31538 status collapsed
31539
31540 \begin_layout Plain Layout
31541 Diagramme ! Feynman
31542 \end_layout
31543
31544 \end_inset
31545
31546
31547 \end_layout
31548
31549 \begin_layout Standard
31550 Um 
31551 \noun on
31552 Feynman-
31553 \noun default
31554 Diagrammen nutzen zu können, muss das LaTeX-Paket 
31555 \series bold
31556 feyn
31557 \series default
31558  installiert sein.
31559  Ein 
31560 \noun on
31561 Feynman-
31562 \noun default
31563 Diagramm wird erstellt, indem der Befehl 
31564 \series bold
31565
31566 \backslash
31567 Diagram
31568 \series default
31569  in eine Formel eingegeben wird.
31570  Dann können Sie neue Matrixspalten und -zeilen wie bei normalen Matrizen
31571  hinzufügen, siehe 
31572 \begin_inset CommandInset ref
31573 LatexCommand ref
31574 reference "sec:Matrizen"
31575
31576 \end_inset
31577
31578 .
31579 \end_layout
31580
31581 \begin_layout Standard
31582 Beispiele wie man in LyX 
31583 \noun on
31584 Feynman-
31585 \noun default
31586 Diagramme erstellt sind im 
31587 \emph on
31588 Feynman-Diagramm Handbuch
31589 \emph default
31590  gegeben, dass im Menü 
31591 \family sans
31592 Hilfe\SpecialChar \menuseparator
31593 Spezielle
31594 \begin_inset space ~
31595 \end_inset
31596
31597 Handbücher
31598 \family default
31599  zu finden ist.
31600 \end_layout
31601
31602 \begin_layout Standard
31603 \begin_inset Newpage newpage
31604 \end_inset
31605
31606
31607 \end_layout
31608
31609 \begin_layout Section
31610 Benutzerdefinierte Befehle
31611 \begin_inset CommandInset label
31612 LatexCommand label
31613 name "sec:Benutzerdefinierte-Befehle"
31614
31615 \end_inset
31616
31617
31618 \begin_inset Index idx
31619 status collapsed
31620
31621 \begin_layout Plain Layout
31622 benutzerdefinierte Befehle
31623 \end_layout
31624
31625 \end_inset
31626
31627
31628 \end_layout
31629
31630 \begin_layout Standard
31631 \begin_inset Note Greyedout
31632 status open
31633
31634 \begin_layout Plain Layout
31635
31636 \series bold
31637 Achtung: 
31638 \series default
31639 Die Namen von benutzerdefinierten Befehlen und Makros dürfen nur aus lateinische
31640 n Buchstaben bestehen.
31641 \end_layout
31642
31643 \end_inset
31644
31645
31646 \end_layout
31647
31648 \begin_layout Subsection
31649 Der Befehl 
31650 \backslash
31651 newcommand
31652 \begin_inset CommandInset label
31653 LatexCommand label
31654 name "sub:Der-Befehl-newcommand"
31655
31656 \end_inset
31657
31658
31659 \begin_inset Index idx
31660 status collapsed
31661
31662 \begin_layout Plain Layout
31663 benutzerdefinierte Befehle ! 
31664 \backslash
31665 newcommand
31666 \end_layout
31667
31668 \end_inset
31669
31670
31671 \begin_inset Index idx
31672 status collapsed
31673
31674 \begin_layout Plain Layout
31675 Befehle ! N ! 
31676 \backslash
31677 newcommand
31678 \end_layout
31679
31680 \end_inset
31681
31682
31683 \end_layout
31684
31685 \begin_layout Standard
31686 Viele der LaTeX-Befehle sind für den ständigen Gebrauch viel zu lang.
31687  Man kann sich aber mit dem Befehl 
31688 \series bold
31689
31690 \backslash
31691 newcommand
31692 \series default
31693  neue kürzere Befehle definieren.
31694 \end_layout
31695
31696 \begin_layout Standard
31697 Das Befehlsschema von 
31698 \series bold
31699
31700 \backslash
31701 newcommand
31702 \series default
31703  lautet:
31704 \end_layout
31705
31706 \begin_layout Standard
31707
31708 \series bold
31709
31710 \backslash
31711 newcommand{neuer Befehlsname}[Argumentanzahl][optionaler
31712 \series default
31713  
31714 \series bold
31715 Wert]
31716 \begin_inset Newline newline
31717 \end_inset
31718
31719
31720 \begin_inset Phantom HPhantom
31721 status open
31722
31723 \begin_layout Plain Layout
31724
31725 \series bold
31726
31727 \backslash
31728 newcommand
31729 \end_layout
31730
31731 \end_inset
31732
31733 {Befehlsdefinition}
31734 \end_layout
31735
31736 \begin_layout Standard
31737 \begin_inset Note Greyedout
31738 status open
31739
31740 \begin_layout Plain Layout
31741
31742 \series bold
31743 Achtung:
31744 \series default
31745  Es muss darauf geachtet werden, dass der Befehlsname nicht schon im Dokument
31746  oder von benutzten LaTeX-Paketen verwendet wird.
31747  Definiert man beispielsweise für 
31748 \series bold
31749
31750 \backslash
31751 Leftarrow
31752 \series default
31753  den Befehl 
31754 \series bold
31755
31756 \backslash
31757 le
31758 \series default
31759 , erhält man eine Fehlermeldung, denn 
31760 \series bold
31761
31762 \backslash
31763 le
31764 \series default
31765  ist schon für 
31766 \begin_inset Quotes gld
31767 \end_inset
31768
31769
31770 \begin_inset Formula $\le$
31771 \end_inset
31772
31773
31774 \begin_inset Quotes grd
31775 \end_inset
31776
31777  definiert.
31778 \end_layout
31779
31780 \end_inset
31781
31782
31783 \end_layout
31784
31785 \begin_layout Standard
31786 Die Argumentanzahl ist eine ganze Zahl im Bereich 0
31787 \begin_inset space \thinspace{}
31788 \end_inset
31789
31790 -
31791 \begin_inset space \thinspace{}
31792 \end_inset
31793
31794 9 und gibt an, wie viele Argumente der neue Befehl haben soll.
31795  Als optionalen Wert kann man den Wert für ein optionales Argument voreinstellen.
31796  Wenn man dies macht, bedeutet das gleichzeitig, dass das 
31797 \emph on
31798 erste
31799 \emph default
31800  Argument des neuen Befehls ein optionales ist.
31801 \end_layout
31802
31803 \begin_layout Standard
31804 Es folgen einige Beispiele:
31805 \end_layout
31806
31807 \begin_layout Itemize
31808 Will man für 
31809 \series bold
31810
31811 \backslash
31812 Longrightarrow
31813 \series default
31814  den Befehl 
31815 \series bold
31816
31817 \backslash
31818 gr
31819 \series default
31820  definieren, lautet die LaTeX-Vor\SpecialChar \-
31821 spannzeile:
31822 \begin_inset VSpace medskip
31823 \end_inset
31824
31825
31826 \begin_inset Newline newline
31827 \end_inset
31828
31829
31830 \series bold
31831
31832 \backslash
31833 newcommand{
31834 \backslash
31835 gr}{
31836 \backslash
31837 Longrightarrow}
31838 \end_layout
31839
31840 \begin_layout Itemize
31841 Um für den Befehl 
31842 \series bold
31843
31844 \backslash
31845 underline
31846 \series default
31847  den Befehl 
31848 \series bold
31849
31850 \backslash
31851 us
31852 \series default
31853  zu definieren, muss das Argument (was unterstrichen werden soll) berücksichtigt
31854  werden.
31855  Dazu sieht die Vorspannzeile wie folgt aus:
31856 \begin_inset VSpace medskip
31857 \end_inset
31858
31859
31860 \begin_inset Newline newline
31861 \end_inset
31862
31863
31864 \series bold
31865
31866 \backslash
31867 newcommand{
31868 \backslash
31869 us}[1]{
31870 \backslash
31871 underline{#1}}
31872 \series default
31873
31874 \begin_inset VSpace medskip
31875 \end_inset
31876
31877
31878 \begin_inset Newline newline
31879 \end_inset
31880
31881 Das Zeichen 
31882 \series bold
31883 #
31884 \series default
31885  fungiert als Argumentplatzhalter, die 
31886 \series bold
31887 1
31888 \series default
31889  dahinter gibt an, dass es der Platzhalter für das erste Argument ist.
31890 \end_layout
31891
31892 \begin_layout Itemize
31893 Für 
31894 \series bold
31895
31896 \backslash
31897 framebox
31898 \series default
31899  kann man z.
31900 \begin_inset space \thinspace{}
31901 \end_inset
31902
31903 B.
31904  den Befehl 
31905 \series bold
31906
31907 \backslash
31908 fb
31909 \series default
31910  definieren:
31911 \begin_inset VSpace medskip
31912 \end_inset
31913
31914
31915 \begin_inset Newline newline
31916 \end_inset
31917
31918
31919 \series bold
31920
31921 \backslash
31922 newcommand{
31923 \backslash
31924 fb}[3]{
31925 \backslash
31926 framebox#1#2{$#3$}}
31927 \series default
31928
31929 \begin_inset VSpace medskip
31930 \end_inset
31931
31932
31933 \begin_inset Newline newline
31934 \end_inset
31935
31936 Die beiden Dollarzeichen erstellen hierbei die für 
31937 \series bold
31938
31939 \backslash
31940 framebox
31941 \series default
31942  geforderte weitere Formel, siehe 
31943 \begin_inset CommandInset ref
31944 LatexCommand ref
31945 reference "sub:Boxen-mit-Rahmen"
31946
31947 \end_inset
31948
31949 .
31950 \end_layout
31951
31952 \begin_layout Itemize
31953 Um einen neuen Befehl für 
31954 \series bold
31955
31956 \backslash
31957 fcolorbox
31958 \series default
31959  zu erstellen, bei dem die Farbe der Box nicht mehr angegeben werden muss,
31960  definiert man das Argument für die Farbe als optional:
31961 \begin_inset VSpace medskip
31962 \end_inset
31963
31964
31965 \begin_inset Newline newline
31966 \end_inset
31967
31968
31969 \series bold
31970
31971 \backslash
31972 newcommand{
31973 \backslash
31974 cb}[3][white]{
31975 \backslash
31976 fcolorbox{#2}{#1}{$#3$}}
31977 \series default
31978
31979 \begin_inset VSpace medskip
31980 \end_inset
31981
31982
31983 \begin_inset Newline newline
31984 \end_inset
31985
31986 Gibt man bei der Verwendung von 
31987 \series bold
31988
31989 \backslash
31990 cb
31991 \series default
31992  die Farbe nicht an, wird die voreingestellte Farbe 
31993 \series bold
31994 white
31995 \series default
31996  verwendet.
31997 \end_layout
31998
31999 \begin_layout Standard
32000 Ein Test der neu definierten Befehle:
32001 \end_layout
32002
32003 \begin_layout Standard
32004 \align center
32005 \begin_inset Tabular
32006 <lyxtabular version="3" rows="6" columns="2">
32007 <features rotate="0" tabularvalignment="middle">
32008 <column alignment="center" valignment="top">
32009 <column alignment="center" valignment="top">
32010 <row>
32011 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32012 \begin_inset Text
32013
32014 \begin_layout Plain Layout
32015 Befehl
32016 \end_layout
32017
32018 \end_inset
32019 </cell>
32020 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32021 \begin_inset Text
32022
32023 \begin_layout Plain Layout
32024 Ergebnis
32025 \begin_inset Note Note
32026 status collapsed
32027
32028 \begin_layout Plain Layout
32029
32030 \series bold
32031
32032 \backslash
32033 raisebox
32034 \series default
32035  dient nur als Abstandhalter.
32036 \end_layout
32037
32038 \end_inset
32039
32040
32041 \end_layout
32042
32043 \end_inset
32044 </cell>
32045 </row>
32046 <row>
32047 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32048 \begin_inset Text
32049
32050 \begin_layout Plain Layout
32051 A
32052 \backslash
32053 gr
32054 \begin_inset space \textvisiblespace{}
32055 \end_inset
32056
32057 B
32058 \end_layout
32059
32060 \end_inset
32061 </cell>
32062 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32063 \begin_inset Text
32064
32065 \begin_layout Plain Layout
32066 \begin_inset Formula $A\gr B$
32067 \end_inset
32068
32069
32070 \end_layout
32071
32072 \end_inset
32073 </cell>
32074 </row>
32075 <row>
32076 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32077 \begin_inset Text
32078
32079 \begin_layout Plain Layout
32080
32081 \backslash
32082 us{ABcd
32083 \end_layout
32084
32085 \end_inset
32086 </cell>
32087 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32088 \begin_inset Text
32089
32090 \begin_layout Plain Layout
32091 \begin_inset Formula $\raisebox{4.5mm}{}\us{ABcd}\raisebox{-2mm}{}$
32092 \end_inset
32093
32094
32095 \end_layout
32096
32097 \end_inset
32098 </cell>
32099 </row>
32100 <row>
32101 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32102 \begin_inset Text
32103
32104 \begin_layout Plain Layout
32105
32106 \backslash
32107 fb{[2cm]
32108 \begin_inset Formula $\to$
32109 \end_inset
32110
32111
32112 \backslash
32113 {
32114 \begin_inset Formula $\to$
32115 \end_inset
32116
32117
32118 \backslash
32119 {
32120 \backslash
32121 int
32122 \begin_inset space \textvisiblespace{}
32123 \end_inset
32124
32125 A=B
32126 \end_layout
32127
32128 \end_inset
32129 </cell>
32130 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32131 \begin_inset Text
32132
32133 \begin_layout Plain Layout
32134 \begin_inset Formula $\raisebox{6mm}{}\fb{[2cm]}{}{\int A=B}\raisebox{-4mm}{}$
32135 \end_inset
32136
32137
32138 \end_layout
32139
32140 \end_inset
32141 </cell>
32142 </row>
32143 <row>
32144 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
32145 \begin_inset Text
32146
32147 \begin_layout Plain Layout
32148
32149 \backslash
32150 cb{red
32151 \begin_inset Formula $\to$
32152 \end_inset
32153
32154
32155 \backslash
32156 {
32157 \backslash
32158 int
32159 \begin_inset space \textvisiblespace{}
32160 \end_inset
32161
32162 A=B
32163 \end_layout
32164
32165 \end_inset
32166 </cell>
32167 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
32168 \begin_inset Text
32169
32170 \begin_layout Plain Layout
32171 \begin_inset Formula $\raisebox{6mm}{}\cb{red}{\int A=B}\raisebox{-4mm}{}$
32172 \end_inset
32173
32174
32175 \end_layout
32176
32177 \end_inset
32178 </cell>
32179 </row>
32180 <row>
32181 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
32182 \begin_inset Text
32183
32184 \begin_layout Plain Layout
32185
32186 \backslash
32187 cb[green]
32188 \backslash
32189 {red
32190 \begin_inset Formula $\to$
32191 \end_inset
32192
32193
32194 \backslash
32195 {
32196 \backslash
32197 int
32198 \begin_inset space \textvisiblespace{}
32199 \end_inset
32200
32201 A=B
32202 \end_layout
32203
32204 \end_inset
32205 </cell>
32206 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
32207 \begin_inset Text
32208
32209 \begin_layout Plain Layout
32210 \begin_inset Formula $\raisebox{6mm}{}\cb[green]{red}{\int A=B}\raisebox{-4mm}{}$
32211 \end_inset
32212
32213
32214 \end_layout
32215
32216 \end_inset
32217 </cell>
32218 </row>
32219 </lyxtabular>
32220
32221 \end_inset
32222
32223
32224 \end_layout
32225
32226 \begin_layout Subsection
32227 Mathe-Makros
32228 \begin_inset Index idx
32229 status collapsed
32230
32231 \begin_layout Plain Layout
32232 benutzerdefinierte Befehle ! Mathe-Makros
32233 \end_layout
32234
32235 \end_inset
32236
32237
32238 \begin_inset Index idx
32239 status collapsed
32240
32241 \begin_layout Plain Layout
32242 Makros
32243 \end_layout
32244
32245 \end_inset
32246
32247
32248 \end_layout
32249
32250 \begin_layout Standard
32251 Besonders praktisch sind eigene Befehle für komplexe Ausdrücke.
32252  Hat man es in einem Dokument z.
32253 \begin_inset space \thinspace{}
32254 \end_inset
32255
32256 B.
32257  häufiger mit quadratischen Gleichungen zu tun, tritt immer derselbe Lösungstyp
32258  auf.
32259  Die allgemeine Form einer quadratischen Gleichung ist
32260 \begin_inset Formula 
32261 \[
32262 0=\lambda^{2}+p\lambda+q
32263 \]
32264
32265 \end_inset
32266
32267 Die allgemeine Form der Lösung lautet
32268 \begin_inset Formula 
32269 \[
32270 \lambda_{1,2}=-\frac{p}{2}\pm\sqrt{\frac{p²}{4}-q}
32271 \]
32272
32273 \end_inset
32274
32275
32276 \end_layout
32277
32278 \begin_layout Standard
32279 Um für die Lösungsformel einen Befehl zu definieren, bei dem nur noch die
32280  drei Parameter 
32281 \begin_inset Formula $\lambda$
32282 \end_inset
32283
32284
32285 \begin_inset Formula $p$
32286 \end_inset
32287
32288  und 
32289 \begin_inset Formula $q$
32290 \end_inset
32291
32292  angegeben werden müssen und der Index von 
32293 \begin_inset Formula $\lambda$
32294 \end_inset
32295
32296  optional angeben werden kann, lautet die LaTeX-Vorspannzeile
32297 \begin_inset Newline newline
32298 \end_inset
32299
32300
32301 \series bold
32302
32303 \backslash
32304 newcommand{
32305 \backslash
32306 qG}[4][1,
32307 \backslash
32308 ,2]{#2_{#1}=-
32309 \backslash
32310 frac{#3}{2}
32311 \backslash
32312 pm
32313 \begin_inset Newline newline
32314 \end_inset
32315
32316
32317 \begin_inset Phantom HPhantom
32318 status open
32319
32320 \begin_layout Plain Layout
32321
32322 \series bold
32323
32324 \backslash
32325 newcommand
32326 \end_layout
32327
32328 \end_inset
32329
32330
32331 \backslash
32332 sqrt{
32333 \backslash
32334 frac{#3^{2}}{4}-#4}}
32335 \end_layout
32336
32337 \begin_layout Standard
32338 Um damit die Lösungsformel zu erstellen, gibt man in einer Formel den Befehl
32339  
32340 \begin_inset Newline newline
32341 \end_inset
32342
32343
32344 \series bold
32345
32346 \backslash
32347 qG{
32348 \backslash
32349 lambda
32350 \begin_inset Formula $\to$
32351 \end_inset
32352
32353
32354 \backslash
32355 {p
32356 \begin_inset Formula $\to$
32357 \end_inset
32358
32359
32360 \backslash
32361 {q 
32362 \series default
32363 ein.
32364 \end_layout
32365
32366 \begin_layout Standard
32367 Die Definition des neuen Befehls ist unintuitiv, denn man muss die Schemata
32368  aller verwendeten LaTeX-Befehle kennen, z.
32369 \begin_inset space \thinspace{}
32370 \end_inset
32371
32372 B.
32373  dass ein Bruch in LaTeX mit 
32374 \series bold
32375
32376 \backslash
32377 frac{Zähler}
32378 \begin_inset Newline linebreak
32379 \end_inset
32380
32381 {Nenner}
32382 \series default
32383  eingegeben wird.
32384  Außerdem kann man leicht eine geschweifte Klammer vergessen und man kann
32385  in LyX nicht sehen, was der neue Befehl macht.
32386  Um diesen Problemen aus dem Weg zu gehen, gibt es in LyX die Möglichkeit
32387  Mathe-Makros statt den Befehl 
32388 \series bold
32389
32390 \backslash
32391 newcommand
32392 \series default
32393  zu verwenden.
32394 \end_layout
32395
32396 \begin_layout Standard
32397 Ein Mathe-Makro wird erstellt, indem man das Menü 
32398 \family sans
32399 Einfügen\SpecialChar \menuseparator
32400 Mathe\SpecialChar \menuseparator
32401 Makro
32402 \family default
32403  oder den Werkzeugleistenknopf 
32404 \begin_inset Graphics
32405         filename ../../images/math-macro_newmacroname_newcommand.png
32406         scale 85
32407
32408 \end_inset
32409
32410  verwendet.
32411  Es erscheint die Mathe-Makro-Werkzeugleiste und folgende Box, in der das
32412  Makro definiert wird:
32413 \begin_inset Newline newline
32414 \end_inset
32415
32416
32417 \begin_inset space \hspace*{\fill}
32418 \end_inset
32419
32420
32421 \begin_inset Graphics
32422         filename ../clipart/macrobox.png
32423
32424 \end_inset
32425
32426
32427 \begin_inset space \hspace*{\fill}
32428 \end_inset
32429
32430
32431 \begin_inset Newline newline
32432 \end_inset
32433
32434
32435 \begin_inset FormulaMacro
32436 \newcommand{\qG}[4][1,\,2]{#2_{#1}=-\frac{#3}{2}\pm\sqrt{\frac{#3^{2}}{4}-#4}}
32437 \end_inset
32438
32439
32440 \backslash
32441 newmacroname ist der voreingestellte Makroname, der auf etwas sinnvolles
32442  geändert werden sollte.
32443  In das erste blaue Kästchen gibt man die gewünschte Formel ein.
32444  Einen Argumentplatzhalter fügt man mit dem Befehl 
32445 \series bold
32446
32447 \backslash
32448 #Argumentnummer
32449 \series default
32450  ein, z.
32451 \begin_inset space \thinspace{}
32452 \end_inset
32453
32454 B.
32455  
32456 \series bold
32457
32458 \backslash
32459 #1
32460 \series default
32461  oder man verwendet den Makro-Werkzeugleistenknopf 
32462 \begin_inset Graphics
32463         filename ../../images/math-macro-add-param.png
32464         scale 85
32465
32466 \end_inset
32467
32468 .
32469  Argumentplatzhalter werden rot dargestellt.
32470  Es sind maximal 9
32471 \begin_inset space ~
32472 \end_inset
32473
32474 Argumente möglich.
32475  Optionale Argumente werden mit dem Werkzeugleistenknopf 
32476 \begin_inset Graphics
32477         filename ../../images/math-macro-add-optional-param.png
32478         scale 85
32479
32480 \end_inset
32481
32482  erstellt.
32483  Mit dem Werkzeugleistenknopf 
32484 \begin_inset Graphics
32485         filename ../../images/math-macro-make-optional.png
32486         scale 85
32487
32488 \end_inset
32489
32490  kann das erste nicht-optionale Argument in ein optionales verwandelt werden.
32491  Im zweiten Kästchen kann man definieren wie das Makro in LyX angezeigt
32492  werden soll.
32493  Normalerweise will man es so sehen, wie es definiert wurde, wozu man das
32494  Kästchen leer lässt.
32495  Hat man hingegen ein Makro erstellt, der auf dem Bildschirm viel Platz
32496  einnimmt, kann man in das Kästchen z.
32497 \begin_inset space \thinspace{}
32498 \end_inset
32499
32500 B.
32501 \begin_inset Newline newline
32502 \end_inset
32503
32504
32505 \series bold
32506 qG: 
32507 \backslash
32508 #1
32509 \series default
32510  
32511 \series bold
32512 ,
32513 \series default
32514  
32515 \series bold
32516
32517 \backslash
32518 #2
32519 \series default
32520  
32521 \series bold
32522 ,
32523 \series default
32524  
32525 \series bold
32526
32527 \backslash
32528 #3, 
32529 \backslash
32530 #4
32531 \begin_inset Newline newline
32532 \end_inset
32533
32534
32535 \series default
32536 eingeben.
32537  Für das Makro werden dann in LyX nur die Argumente mit dem davor stehenden
32538  Makronamen angezeigt, was für mehr Überblick im Dokument sorgt.
32539  Im Ausdruck erscheint die Formel so, wie sie im ersten Kästchen definiert
32540  wurde.
32541 \begin_inset Newline newline
32542 \end_inset
32543
32544 Das Erscheinungsbild von Makros in Formeln lässt sich außerdem für einzelne
32545  Makros ändern, indem man den Cursor in das Makro setzt und das Menü 
32546 \family sans
32547 Ansicht\SpecialChar \menuseparator
32548 Mathe-Makro
32549 \begin_inset space ~
32550 \end_inset
32551
32552 auf/zuklappen
32553 \family default
32554  verwendet.
32555 \end_layout
32556
32557 \begin_layout Standard
32558 Um ein Makro zu verwenden, gibt man in eine Formel den Makronamen als Befehl
32559  ein, in unserem Fall 
32560 \series bold
32561
32562 \backslash
32563 qG
32564 \series default
32565 .
32566  Unser Makro sieht in LyX folgendermaßen aus:
32567 \begin_inset Newline newline
32568 \end_inset
32569
32570
32571 \begin_inset space \hspace*{\fill}
32572 \end_inset
32573
32574
32575 \begin_inset Graphics
32576         filename ../clipart/macrouse.png
32577
32578 \end_inset
32579
32580
32581 \begin_inset space \hspace*{\fill}
32582 \end_inset
32583
32584
32585 \begin_inset Newline newline
32586 \end_inset
32587
32588 Hier ist unser Makro-Beispiel mit den Argumenten 
32589 \begin_inset Formula $x$
32590 \end_inset
32591
32592
32593 \begin_inset Formula $\ln(x)$
32594 \end_inset
32595
32596  und 
32597 \begin_inset Formula $B$
32598 \end_inset
32599
32600 :
32601 \end_layout
32602
32603 \begin_layout Standard
32604 \begin_inset Formula 
32605 \[
32606 \qG x{\ln(x)}B
32607 \]
32608
32609 \end_inset
32610
32611
32612 \end_layout
32613
32614 \begin_layout Standard
32615 LyX bietet im Menü 
32616 \family sans
32617 Werkzeuge\SpecialChar \menuseparator
32618 Einstellungen\SpecialChar \menuseparator
32619 Bearbeiten\SpecialChar \menuseparator
32620 Kontrolle
32621 \family default
32622  verschiedene Bearbeitungsstile für Makros an.
32623  Um den Stil zu finden, der für Sie am angenehmsten ist, wählen Sie einen
32624  Stil aus und setzen den Cursor in eine Makro-Formel um den Unterschied
32625  zu sehen.
32626 \end_layout
32627
32628 \begin_layout Standard
32629 Ein Mathe-Makro wird beim Exportieren des Dokuments intern in einen 
32630 \series bold
32631
32632 \backslash
32633 new\SpecialChar \-
32634 command
32635 \series default
32636 -Befehl umgewandelt.
32637  Der 
32638 \series bold
32639
32640 \backslash
32641 newcommand
32642 \series default
32643 -Befehl wird dabei nicht in den LaTeX-Vorspann gesetzt, so dass man daher
32644  Makros nur in Formeln verwenden kann, die sich im Dokument unterhalb der
32645  Makrodefinitionsbox befinden.
32646 \end_layout
32647
32648 \begin_layout Standard
32649 Mathe-Makros können auch direkt aus einem 
32650 \series bold
32651
32652 \backslash
32653 newcommand
32654 \series default
32655 -Befehl erstellt werden.
32656  Schreibt man z.
32657 \begin_inset space \thinspace{}
32658 \end_inset
32659
32660 B.
32661  den Befehl
32662 \series bold
32663
32664 \begin_inset Newline newline
32665 \end_inset
32666
32667
32668 \backslash
32669 newcommand{
32670 \backslash
32671 larrow}[2]{
32672 \backslash
32673 xleftarrow[#2]{#1}}
32674 \begin_inset Newline newline
32675 \end_inset
32676
32677
32678 \series default
32679 in LyX als normalen Text, markiert ihn komplett und verwendet dann das Tastenkür
32680 zel 
32681 \family sans
32682 Strg+M
32683 \family default
32684 , wird der Befehl in ein Mathe-Makro umgewandelt.
32685  Bei dieser Methode muss man jedoch aufpassen, dass der 
32686 \series bold
32687
32688 \backslash
32689 newcommand
32690 \series default
32691 -Befehl richtig geschrieben wurde, ansonsten wird ein fehlerhaftes Makro
32692  erstellt, dass später LaTeX-Fehler hervorruft.
32693 \end_layout
32694
32695 \begin_layout Standard
32696 Mathe-Makros haben im Moment noch das Problem, dass weitere Formeln in einer
32697  Makrodefinition fehlerhaft behandelt werden.
32698  Dadurch kann das Beispiel 
32699 \series bold
32700
32701 \backslash
32702 fb
32703 \series default
32704  aus 
32705 \begin_inset CommandInset ref
32706 LatexCommand ref
32707 reference "sub:Der-Befehl-newcommand"
32708
32709 \end_inset
32710
32711  nicht als Makro erzeugt werden.
32712 \end_layout
32713
32714 \begin_layout Standard
32715 Wenn der Cursor in einer Makrodefinitionsbox ist, wird die Makro-Werkzeugleiste
32716  in LyX angezeigt:
32717 \end_layout
32718
32719 \begin_layout Standard
32720 \begin_inset VSpace defskip
32721 \end_inset
32722
32723
32724 \end_layout
32725
32726 \begin_layout Standard
32727 \begin_inset Graphics
32728         filename ../clipart/MacroToolbar.png
32729
32730 \end_inset
32731
32732
32733 \begin_inset Index idx
32734 status collapsed
32735
32736 \begin_layout Plain Layout
32737 Makros ! Werkzeugleiste
32738 \end_layout
32739
32740 \end_inset
32741
32742
32743 \end_layout
32744
32745 \begin_layout Standard
32746 \begin_inset VSpace defskip
32747 \end_inset
32748
32749
32750 \end_layout
32751
32752 \begin_layout Standard
32753 Die Makro-Werkzeugleiste enthält von links nach rechts die folgenden Knöpfe:
32754 \end_layout
32755
32756 \begin_layout Standard
32757 \begin_inset VSpace defskip
32758 \end_inset
32759
32760
32761 \end_layout
32762
32763 \begin_layout Standard
32764 \begin_inset Tabular
32765 <lyxtabular version="3" rows="9" columns="2">
32766 <features rotate="0" islongtable="true" longtabularalignment="center">
32767 <column alignment="left" valignment="top">
32768 <column alignment="left" valignment="top" width="85col%">
32769 <row interlinespace="2.5mm">
32770 <cell alignment="center" valignment="top" usebox="none">
32771 \begin_inset Text
32772
32773 \begin_layout Plain Layout
32774 \begin_inset Graphics
32775         filename ../../images/math-macro-remove-param.png
32776         rotateOrigin center
32777
32778 \end_inset
32779
32780
32781 \end_layout
32782
32783 \end_inset
32784 </cell>
32785 <cell alignment="center" valignment="top" usebox="none">
32786 \begin_inset Text
32787
32788 \begin_layout Plain Layout
32789
32790 \family sans
32791 Bearbeiten\SpecialChar \menuseparator
32792 Mathe\SpecialChar \menuseparator
32793 Makro-Definition\SpecialChar \menuseparator
32794 Letztes Argument entfernen
32795 \end_layout
32796
32797 \end_inset
32798 </cell>
32799 </row>
32800 <row interlinespace="2.5mm">
32801 <cell alignment="center" valignment="top" usebox="none">
32802 \begin_inset Text
32803
32804 \begin_layout Plain Layout
32805 \begin_inset Graphics
32806         filename ../../images/math-macro-add-param.png
32807         rotateOrigin center
32808
32809 \end_inset
32810
32811
32812 \end_layout
32813
32814 \end_inset
32815 </cell>
32816 <cell alignment="center" valignment="top" usebox="none">
32817 \begin_inset Text
32818
32819 \begin_layout Plain Layout
32820
32821 \family sans
32822 Bearbeiten\SpecialChar \menuseparator
32823 Mathe\SpecialChar \menuseparator
32824 Makro-Definition\SpecialChar \menuseparator
32825 Argument hinzufügen
32826 \end_layout
32827
32828 \end_inset
32829 </cell>
32830 </row>
32831 <row interlinespace="2.5mm">
32832 <cell alignment="center" valignment="top" usebox="none">
32833 \begin_inset Text
32834
32835 \begin_layout Plain Layout
32836 \begin_inset Graphics
32837         filename ../../images/math-macro-make-optional.png
32838         rotateOrigin center
32839
32840 \end_inset
32841
32842
32843 \end_layout
32844
32845 \end_inset
32846 </cell>
32847 <cell alignment="center" valignment="top" usebox="none">
32848 \begin_inset Text
32849
32850 \begin_layout Plain Layout
32851
32852 \family sans
32853 Bearbeiten\SpecialChar \menuseparator
32854 Mathe\SpecialChar \menuseparator
32855 Makro-Definition\SpecialChar \menuseparator
32856 Das erste nicht-optionale
32857 \begin_inset Newline newline
32858 \end_inset
32859
32860
32861 \begin_inset Phantom HPhantom
32862 status open
32863
32864 \begin_layout Plain Layout
32865
32866 \family sans
32867 Bearbeiten\SpecialChar \menuseparator
32868 Mathe\SpecialChar \menuseparator
32869 Makro-Definition\SpecialChar \menuseparator
32870
32871 \end_layout
32872
32873 \end_inset
32874
32875 Argument in einen optionales
32876 \begin_inset Newline newline
32877 \end_inset
32878
32879
32880 \begin_inset Phantom HPhantom
32881 status open
32882
32883 \begin_layout Plain Layout
32884
32885 \family sans
32886 Bearbeiten\SpecialChar \menuseparator
32887 Mathe\SpecialChar \menuseparator
32888 Makro-Definition\SpecialChar \menuseparator
32889
32890 \end_layout
32891
32892 \end_inset
32893
32894 ändern
32895 \end_layout
32896
32897 \end_inset
32898 </cell>
32899 </row>
32900 <row interlinespace="2.5mm">
32901 <cell alignment="center" valignment="top" usebox="none">
32902 \begin_inset Text
32903
32904 \begin_layout Plain Layout
32905 \begin_inset Graphics
32906         filename ../../images/math-macro-make-nonoptional.png
32907         rotateOrigin center
32908
32909 \end_inset
32910
32911
32912 \end_layout
32913
32914 \end_inset
32915 </cell>
32916 <cell alignment="center" valignment="top" usebox="none">
32917 \begin_inset Text
32918
32919 \begin_layout Plain Layout
32920
32921 \family sans
32922 Bearbeiten\SpecialChar \menuseparator
32923 Mathe\SpecialChar \menuseparator
32924 Makro-Definition\SpecialChar \menuseparator
32925 Das letzte optionale Argument in
32926 \begin_inset Newline newline
32927 \end_inset
32928
32929
32930 \begin_inset Phantom HPhantom
32931 status open
32932
32933 \begin_layout Plain Layout
32934
32935 \family sans
32936 Bearbeiten\SpecialChar \menuseparator
32937 Mathe\SpecialChar \menuseparator
32938 Makro-Definition\SpecialChar \menuseparator
32939
32940 \end_layout
32941
32942 \end_inset
32943
32944 einen nicht-optionales ändern
32945 \end_layout
32946
32947 \end_inset
32948 </cell>
32949 </row>
32950 <row interlinespace="2.5mm">
32951 <cell alignment="center" valignment="top" usebox="none">
32952 \begin_inset Text
32953
32954 \begin_layout Plain Layout
32955 \begin_inset Graphics
32956         filename ../../images/math-macro-remove-optional-param.png
32957         rotateOrigin center
32958
32959 \end_inset
32960
32961
32962 \end_layout
32963
32964 \end_inset
32965 </cell>
32966 <cell alignment="center" valignment="top" usebox="none">
32967 \begin_inset Text
32968
32969 \begin_layout Plain Layout
32970
32971 \family sans
32972 Bearbeiten\SpecialChar \menuseparator
32973 Mathe\SpecialChar \menuseparator
32974 Makro-Definition\SpecialChar \menuseparator
32975 Optionales Argument entfernen
32976 \end_layout
32977
32978 \end_inset
32979 </cell>
32980 </row>
32981 <row interlinespace="2.5mm">
32982 <cell alignment="center" valignment="top" usebox="none">
32983 \begin_inset Text
32984
32985 \begin_layout Plain Layout
32986 \begin_inset Graphics
32987         filename ../../images/math-macro-add-optional-param.png
32988         rotateOrigin center
32989
32990 \end_inset
32991
32992
32993 \end_layout
32994
32995 \end_inset
32996 </cell>
32997 <cell alignment="center" valignment="top" usebox="none">
32998 \begin_inset Text
32999
33000 \begin_layout Plain Layout
33001
33002 \family sans
33003 Bearbeiten\SpecialChar \menuseparator
33004 Mathe\SpecialChar \menuseparator
33005 Makro-Definition\SpecialChar \menuseparator
33006 Optionales Argument einfügen
33007 \end_layout
33008
33009 \end_inset
33010 </cell>
33011 </row>
33012 <row interlinespace="2.5mm">
33013 <cell alignment="center" valignment="top" usebox="none">
33014 \begin_inset Text
33015
33016 \begin_layout Plain Layout
33017 \begin_inset Graphics
33018         filename ../../images/math-macro-remove-greedy-param.png
33019         rotateOrigin center
33020
33021 \end_inset
33022
33023
33024 \end_layout
33025
33026 \end_inset
33027 </cell>
33028 <cell alignment="center" valignment="top" usebox="none">
33029 \begin_inset Text
33030
33031 \begin_layout Plain Layout
33032
33033 \family sans
33034 Bearbeiten\SpecialChar \menuseparator
33035 Mathe\SpecialChar \menuseparator
33036 Makro-Definition\SpecialChar \menuseparator
33037 Letztes Argument rechts entfernen
33038 \end_layout
33039
33040 \end_inset
33041 </cell>
33042 </row>
33043 <row interlinespace="2.5mm">
33044 <cell alignment="center" valignment="top" usebox="none">
33045 \begin_inset Text
33046
33047 \begin_layout Plain Layout
33048 \begin_inset Graphics
33049         filename ../../images/math-macro-append-greedy-param.png
33050         rotateOrigin center
33051
33052 \end_inset
33053
33054
33055 \end_layout
33056
33057 \end_inset
33058 </cell>
33059 <cell alignment="center" valignment="top" usebox="none">
33060 \begin_inset Text
33061
33062 \begin_layout Plain Layout
33063
33064 \family sans
33065 Bearbeiten\SpecialChar \menuseparator
33066 Mathe\SpecialChar \menuseparator
33067 Makro-Definition\SpecialChar \menuseparator
33068 Argument von rechts hinzufügen
33069 \end_layout
33070
33071 \end_inset
33072 </cell>
33073 </row>
33074 <row interlinespace="2.5mm">
33075 <cell alignment="center" valignment="top" usebox="none">
33076 \begin_inset Text
33077
33078 \begin_layout Plain Layout
33079 \begin_inset Graphics
33080         filename ../../images/math-macro-add-greedy-optional-param.png
33081         rotateOrigin center
33082
33083 \end_inset
33084
33085
33086 \end_layout
33087
33088 \end_inset
33089 </cell>
33090 <cell alignment="center" valignment="top" usebox="none">
33091 \begin_inset Text
33092
33093 \begin_layout Plain Layout
33094
33095 \family sans
33096 Bearbeiten\SpecialChar \menuseparator
33097 Mathe\SpecialChar \menuseparator
33098 Makro-Definition\SpecialChar \menuseparator
33099 Optionales Argument von rechts
33100 \begin_inset Newline newline
33101 \end_inset
33102
33103
33104 \begin_inset Phantom HPhantom
33105 status open
33106
33107 \begin_layout Plain Layout
33108
33109 \family sans
33110 Bearbeiten\SpecialChar \menuseparator
33111 Mathe\SpecialChar \menuseparator
33112 Makro-Definition\SpecialChar \menuseparator
33113
33114 \end_layout
33115
33116 \end_inset
33117
33118 hinzufügen
33119 \end_layout
33120
33121 \end_inset
33122 </cell>
33123 </row>
33124 </lyxtabular>
33125
33126 \end_inset
33127
33128
33129 \end_layout
33130
33131 \begin_layout Section
33132 Computeralgebrasysteme
33133 \end_layout
33134
33135 \begin_layout Standard
33136 Mit LyX ist es möglich, mathematische Ausdrücke mit externen Anwendungen
33137  oder benutzerdefinierten Skripten auszutauschen.
33138  Momentan werden folgende Anwendungen unterstützt: 
33139 \family typewriter
33140 Maple
33141 \family default
33142
33143 \family typewriter
33144 Mathematica
33145 \family default
33146
33147 \family typewriter
33148 Maxima
33149 \family default
33150  und 
33151 \family typewriter
33152 Octave
33153 \family default
33154 .
33155  Beachten Sie aber, dass die unterstützten mathematischen Ausdrücke auf
33156  sehr einfache Fälle beschränkt sind.
33157 \end_layout
33158
33159 \begin_layout Subsection
33160 Verwendung
33161 \end_layout
33162
33163 \begin_layout Standard
33164 Schreiben Sie einen Ausdruck in eine Formel, öffnen Sie das Menü 
33165 \family sans
33166 Bearbeiten\SpecialChar \menuseparator
33167 Mathe\SpecialChar \menuseparator
33168 Computer-Algebra-System verwenden
33169 \family default
33170  und wählen Sie die Anwendung, die Sie auf ihrem Computer installiert haben.
33171  Danach sollte das Ergebnis der Berechnung auf der rechten Seite zusammen
33172  mit dem 
33173 \begin_inset Quotes gld
33174 \end_inset
33175
33176 =
33177 \begin_inset Quotes grd
33178 \end_inset
33179
33180  Operator erscheinen.
33181 \end_layout
33182
33183 \begin_layout Standard
33184 Hier sind ein paar einfache Beispiele (mit Resultaten von 
33185 \family typewriter
33186 Maxima
33187 \family default
33188 ) um zu zeigen, welche Berechnungen durchgeführt werden können:
33189 \end_layout
33190
33191 \begin_layout Itemize
33192 \begin_inset Formula $\frac{37}{3}*2-\sum_{i=1}^{3}i^{i}=-\frac{22}{3}$
33193 \end_inset
33194
33195
33196 \end_layout
33197
33198 \begin_layout Itemize
33199 \begin_inset Formula $\frac{37.0}{3}=12.33333333333333$
33200 \end_inset
33201
33202
33203 \end_layout
33204
33205 \begin_layout Itemize
33206 \begin_inset Formula $\int_{1}^{2}\sin(x)dx=\cos1-\cos2$
33207 \end_inset
33208
33209
33210 \end_layout
33211
33212 \begin_layout Itemize
33213 \begin_inset Formula $\det\left[\begin{array}{ccc}
33214 1 & 6 & 7\\
33215 2 & 5 & 8\\
33216 3 & 4 & 17
33217 \end{array}\right]=-56$
33218 \end_inset
33219
33220
33221 \end_layout
33222
33223 \begin_layout Itemize
33224 \begin_inset Formula $\lim_{x\rightarrow0}\left(\frac{\sin(x)}{x}\right)=1$
33225 \end_inset
33226
33227
33228 \end_layout
33229
33230 \begin_layout Subsection
33231 Tastenkürzel
33232 \end_layout
33233
33234 \begin_layout Standard
33235 Momentan gibt es kein Tastenkürzel um Computeralgebrasysteme aufzurufen.
33236  Sie können aber einfach ein Tastenkürzel mit der LyX-Funktion 
33237 \family sans
33238 math-extern
33239 \family default
33240  verknüpfen (siehe das 
33241 \emph on
33242 LyX-Funktionen
33243 \emph default
33244  Handbuch).
33245  Man kann z.
33246 \begin_inset space \thinspace{}
33247 \end_inset
33248
33249 B.
33250  die 
33251 \family sans
33252 Enter
33253 \family default
33254 -Taste in Formeln verknüpfen.
33255  Um sie mit 
33256 \family typewriter
33257 Maxima
33258 \family default
33259  zu verknüpfen, würde man diesen Tastenkürzel-Definitionsbefehl verwenden:
33260 \end_layout
33261
33262 \begin_layout Standard
33263
33264 \series bold
33265 command-alternatives break-paragraph;math-extern maxima
33266 \end_layout
33267
33268 \begin_layout Section
33269 Verschiedenes
33270 \begin_inset Index idx
33271 status collapsed
33272
33273 \begin_layout Plain Layout
33274 Verschiedenes
33275 \end_layout
33276
33277 \end_inset
33278
33279
33280 \end_layout
33281
33282 \begin_layout Subsection
33283 Negative Zahlen
33284 \begin_inset Index idx
33285 status collapsed
33286
33287 \begin_layout Plain Layout
33288 Zahlen ! negative
33289 \end_layout
33290
33291 \end_inset
33292
33293
33294 \end_layout
33295
33296 \begin_layout Standard
33297 Negative Zahlen sehen im Formelmodus oft schlecht aus, denn das Minuszeichen
33298  vor der Ziffer wird mit der gleichen Länge wie das Zeichen der Minus-Operation
33299  dargestellt.
33300  Schreibt man dagegen eine negative Zahl im normalen Text, erscheint das
33301  Minuszeichen korrekt.
33302 \end_layout
33303
33304 \begin_layout Standard
33305 Wandelt man also das Minuszeichen in mathematischen Text um, tritt das Problem
33306  nicht mehr auf.
33307 \end_layout
33308
33309 \begin_layout Standard
33310 Ein Beispiel zur Veranschaulichung der Problematik:
33311 \end_layout
33312
33313 \begin_layout Standard
33314 \align center
33315 \begin_inset Tabular
33316 <lyxtabular version="3" rows="3" columns="2">
33317 <features rotate="0" tabularvalignment="middle">
33318 <column alignment="right" valignment="top">
33319 <column alignment="left" valignment="top">
33320 <row>
33321 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33322 \begin_inset Text
33323
33324 \begin_layout Plain Layout
33325 normaler Text:
33326 \end_layout
33327
33328 \end_inset
33329 </cell>
33330 <cell alignment="center" valignment="top" topline="true" rightline="true" usebox="none">
33331 \begin_inset Text
33332
33333 \begin_layout Plain Layout
33334 x = -2
33335 \end_layout
33336
33337 \end_inset
33338 </cell>
33339 </row>
33340 <row>
33341 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33342 \begin_inset Text
33343
33344 \begin_layout Plain Layout
33345 Formelmodus:
33346 \end_layout
33347
33348 \end_inset
33349 </cell>
33350 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33351 \begin_inset Text
33352
33353 \begin_layout Plain Layout
33354 \begin_inset Formula $x=-2$
33355 \end_inset
33356
33357
33358 \end_layout
33359
33360 \end_inset
33361 </cell>
33362 </row>
33363 <row>
33364 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33365 \begin_inset Text
33366
33367 \begin_layout Plain Layout
33368 Lösung:
33369 \end_layout
33370
33371 \end_inset
33372 </cell>
33373 <cell alignment="center" valignment="top" topline="true" bottomline="true" rightline="true" usebox="none">
33374 \begin_inset Text
33375
33376 \begin_layout Plain Layout
33377 \begin_inset Formula $x=\textrm{-}2$
33378 \end_inset
33379
33380
33381 \end_layout
33382
33383 \end_inset
33384 </cell>
33385 </row>
33386 </lyxtabular>
33387
33388 \end_inset
33389
33390
33391 \end_layout
33392
33393 \begin_layout Subsection
33394 Komma als Dezimaltrennzeichen
33395 \begin_inset Index idx
33396 status collapsed
33397
33398 \begin_layout Plain Layout
33399 Komma
33400 \end_layout
33401
33402 \end_inset
33403
33404
33405 \end_layout
33406
33407 \begin_layout Standard
33408 In LaTeX fungiert das Komma in einer Formel, gemäß englischer Konvention,
33409  als Gruppentrennzeichen.
33410  Es wird demnach automatisch hinter allen Kommas in Formeln ein Leerraum
33411  eingefügt.
33412 \end_layout
33413
33414 \begin_layout Standard
33415 Um dies zu verhindern, markiert man das Komma und wandelt es in mathematischen
33416  Text um (Tastenkürzel 
33417 \family sans
33418 Alt+M
33419 \begin_inset space ~
33420 \end_inset
33421
33422 M
33423 \family default
33424 ).
33425 \end_layout
33426
33427 \begin_layout Standard
33428 Um hingegen alle Formelkommas des Dokuments als Dezimaltrennzeichen zu setzen,
33429  lädt man die Datei 
33430 \series bold
33431 icomma.sty
33432 \series default
33433
33434 \begin_inset Foot
33435 status collapsed
33436
33437 \begin_layout Plain Layout
33438
33439 \series bold
33440 icomma
33441 \series default
33442  ist Teil des LaTeX-Paketes 
33443 \series bold
33444 was
33445 \series default
33446
33447 \begin_inset Index idx
33448 status collapsed
33449
33450 \begin_layout Plain Layout
33451 Pakete ! was
33452 \begin_inset ERT
33453 status collapsed
33454
33455 \begin_layout Plain Layout
33456
33457
33458 \backslash
33459 vspace{4mm}
33460 \end_layout
33461
33462 \end_inset
33463
33464
33465 \end_layout
33466
33467 \end_inset
33468
33469 .
33470 \end_layout
33471
33472 \end_inset
33473
33474
33475 \begin_inset Index idx
33476 status collapsed
33477
33478 \begin_layout Plain Layout
33479 Pakete ! icomma
33480 \end_layout
33481
33482 \end_inset
33483
33484  mit der LaTeX-Vorspannzeile
33485 \end_layout
33486
33487 \begin_layout Standard
33488
33489 \series bold
33490
33491 \backslash
33492 usepackage{icomma}
33493 \end_layout
33494
33495 \begin_layout Subsection
33496 Physikalische Vektoren
33497 \begin_inset CommandInset label
33498 LatexCommand label
33499 name "sub:Physikalische-Vektoren"
33500
33501 \end_inset
33502
33503
33504 \begin_inset Index idx
33505 status collapsed
33506
33507 \begin_layout Plain Layout
33508 Vektoren ! physikalische
33509 \end_layout
33510
33511 \end_inset
33512
33513
33514 \end_layout
33515
33516 \begin_layout Standard
33517 Vordefinierte Vektoren bietet das LaTeX-Paket 
33518 \series bold
33519 braket
33520 \series default
33521
33522 \begin_inset Index idx
33523 status collapsed
33524
33525 \begin_layout Plain Layout
33526 Pakete ! braket
33527 \end_layout
33528
33529 \end_inset
33530
33531 , das mit der LaTeX-Vorspannzeile
33532 \end_layout
33533
33534 \begin_layout Standard
33535
33536 \series bold
33537
33538 \backslash
33539 usepackage{braket}
33540 \end_layout
33541
33542 \begin_layout Standard
33543 geladen wird.
33544 \begin_inset ERT
33545 status collapsed
33546
33547 \begin_layout Plain Layout
33548
33549
33550 \backslash
33551 ifbraket 
33552 \end_layout
33553
33554 \end_inset
33555
33556
33557 \begin_inset Note Note
33558 status open
33559
33560 \begin_layout Plain Layout
33561 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
33562 \series bold
33563 braket
33564 \series default
33565  installiert ist:
33566 \end_layout
33567
33568 \end_inset
33569
33570
33571 \end_layout
33572
33573 \begin_layout Standard
33574 Folgende Befehle sind definiert:
33575 \end_layout
33576
33577 \begin_layout Standard
33578 \align center
33579 \begin_inset Tabular
33580 <lyxtabular version="3" rows="4" columns="2">
33581 <features rotate="0" tabularvalignment="middle">
33582 <column alignment="center" valignment="top">
33583 <column alignment="center" valignment="top">
33584 <row>
33585 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33586 \begin_inset Text
33587
33588 \begin_layout Plain Layout
33589 Befehl
33590 \end_layout
33591
33592 \end_inset
33593 </cell>
33594 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33595 \begin_inset Text
33596
33597 \begin_layout Plain Layout
33598 Ergebnis
33599 \end_layout
33600
33601 \end_inset
33602 </cell>
33603 </row>
33604 <row>
33605 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33606 \begin_inset Text
33607
33608 \begin_layout Plain Layout
33609
33610 \backslash
33611 Bra{
33612 \backslash
33613 psi
33614 \end_layout
33615
33616 \end_inset
33617 </cell>
33618 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33619 \begin_inset Text
33620
33621 \begin_layout Plain Layout
33622 \begin_inset Formula $\Bra{\psi}$
33623 \end_inset
33624
33625
33626 \end_layout
33627
33628 \end_inset
33629 </cell>
33630 </row>
33631 <row>
33632 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33633 \begin_inset Text
33634
33635 \begin_layout Plain Layout
33636
33637 \backslash
33638 Ket{
33639 \backslash
33640 psi
33641 \end_layout
33642
33643 \end_inset
33644 </cell>
33645 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33646 \begin_inset Text
33647
33648 \begin_layout Plain Layout
33649 \begin_inset Formula $\Ket{\psi}$
33650 \end_inset
33651
33652
33653 \end_layout
33654
33655 \end_inset
33656 </cell>
33657 </row>
33658 <row>
33659 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33660 \begin_inset Text
33661
33662 \begin_layout Plain Layout
33663
33664 \backslash
33665 Braket{
33666 \backslash
33667 psi|
33668 \backslash
33669 phi
33670 \end_layout
33671
33672 \end_inset
33673 </cell>
33674 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33675 \begin_inset Text
33676
33677 \begin_layout Plain Layout
33678 \begin_inset Formula $\Braket{\psi|\phi}$
33679 \end_inset
33680
33681
33682 \end_layout
33683
33684 \end_inset
33685 </cell>
33686 </row>
33687 </lyxtabular>
33688
33689 \end_inset
33690
33691
33692 \end_layout
33693
33694 \begin_layout Standard
33695 Der Befehl 
33696 \series bold
33697
33698 \backslash
33699 Braket
33700 \series default
33701  stellt sicher, dass alle senkrechten Striche in der Größe der umgebenden
33702  Klammern gesetzt werden:
33703 \begin_inset Formula 
33704 \[
33705 \Braket{\phi|J=\frac{3}{2}\,,\, M_{J}}
33706 \]
33707
33708 \end_inset
33709
33710
33711 \begin_inset ERT
33712 status collapsed
33713
33714 \begin_layout Plain Layout
33715
33716
33717 \backslash
33718 else 
33719 \end_layout
33720
33721 \end_inset
33722
33723
33724 \begin_inset Note Note
33725 status open
33726
33727 \begin_layout Plain Layout
33728 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
33729 \series bold
33730 braket
33731 \series default
33732  nicht installiert ist:
33733 \end_layout
33734
33735 \end_inset
33736
33737
33738 \end_layout
33739
33740 \begin_layout Standard
33741 Das LaTeX-Paket 
33742 \series bold
33743 braket 
33744 \series default
33745 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
33746 \end_layout
33747
33748 \begin_layout Standard
33749 \begin_inset ERT
33750 status collapsed
33751
33752 \begin_layout Plain Layout
33753
33754
33755 \backslash
33756 fi 
33757 \end_layout
33758
33759 \end_inset
33760
33761
33762 \end_layout
33763
33764 \begin_layout Standard
33765 Der Effekt von 
33766 \series bold
33767
33768 \backslash
33769 Braket
33770 \series default
33771  kann auch mit dem Befehl 
33772 \series bold
33773
33774 \backslash
33775 middle
33776 \series default
33777  erzielt werden, der in 
33778 \begin_inset CommandInset ref
33779 LatexCommand ref
33780 reference "sub:Automatische-Klammergrößen"
33781
33782 \end_inset
33783
33784  beschrieben ist.
33785 \end_layout
33786
33787 \begin_layout Subsection
33788 Selbst definierte Brüche
33789 \begin_inset CommandInset label
33790 LatexCommand label
33791 name "sub:Selbstdefinierte-Brüche"
33792
33793 \end_inset
33794
33795
33796 \begin_inset Index idx
33797 status collapsed
33798
33799 \begin_layout Plain Layout
33800 Brüche ! selbstdefinierte
33801 \end_layout
33802
33803 \end_inset
33804
33805
33806 \end_layout
33807
33808 \begin_layout Standard
33809 Um eigene Befehle für Brüche zu definieren, verwendet man den Befehl 
33810 \series bold
33811
33812 \backslash
33813 genfrac
33814 \series default
33815
33816 \begin_inset Index idx
33817 status collapsed
33818
33819 \begin_layout Plain Layout
33820 Befehle ! G ! 
33821 \backslash
33822 genfrac
33823 \end_layout
33824
33825 \end_inset
33826
33827  in folgendem Schema:
33828 \end_layout
33829
33830 \begin_layout Standard
33831
33832 \series bold
33833
33834 \backslash
33835 genfrac{linke
33836 \series default
33837  
33838 \series bold
33839 Klammer}{rechte
33840 \series default
33841  
33842 \series bold
33843 Klammer}{Bruchstrichdicke}{Ansichtsstil}
33844 \begin_inset Newline newline
33845 \end_inset
33846
33847
33848 \begin_inset Phantom HPhantom
33849 status open
33850
33851 \begin_layout Plain Layout
33852
33853 \series bold
33854
33855 \backslash
33856 genfrac
33857 \end_layout
33858
33859 \end_inset
33860
33861 {Zähler}{Nenner}
33862 \end_layout
33863
33864 \begin_layout Standard
33865 Der Ansichtsstil wird mit einer ganzen Zahl im Bereich 0
33866 \begin_inset space \thinspace{}
33867 \end_inset
33868
33869 -
33870 \begin_inset space \thinspace{}
33871 \end_inset
33872
33873 3 angegeben.
33874 \end_layout
33875
33876 \begin_layout Standard
33877 \align center
33878 \begin_inset Tabular
33879 <lyxtabular version="3" rows="5" columns="2">
33880 <features rotate="0" tabularvalignment="middle">
33881 <column alignment="center" valignment="top">
33882 <column alignment="center" valignment="top">
33883 <row>
33884 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33885 \begin_inset Text
33886
33887 \begin_layout Plain Layout
33888 Nummer
33889 \end_layout
33890
33891 \end_inset
33892 </cell>
33893 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33894 \begin_inset Text
33895
33896 \begin_layout Plain Layout
33897 Ansichtsstil
33898 \end_layout
33899
33900 \end_inset
33901 </cell>
33902 </row>
33903 <row>
33904 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33905 \begin_inset Text
33906
33907 \begin_layout Plain Layout
33908 0
33909 \end_layout
33910
33911 \end_inset
33912 </cell>
33913 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33914 \begin_inset Text
33915
33916 \begin_layout Plain Layout
33917 abgesetzte Formel
33918 \end_layout
33919
33920 \end_inset
33921 </cell>
33922 </row>
33923 <row>
33924 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33925 \begin_inset Text
33926
33927 \begin_layout Plain Layout
33928 1
33929 \end_layout
33930
33931 \end_inset
33932 </cell>
33933 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33934 \begin_inset Text
33935
33936 \begin_layout Plain Layout
33937 eingebettete Formel
33938 \end_layout
33939
33940 \end_inset
33941 </cell>
33942 </row>
33943 <row>
33944 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
33945 \begin_inset Text
33946
33947 \begin_layout Plain Layout
33948 2
33949 \end_layout
33950
33951 \end_inset
33952 </cell>
33953 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
33954 \begin_inset Text
33955
33956 \begin_layout Plain Layout
33957 klein
33958 \end_layout
33959
33960 \end_inset
33961 </cell>
33962 </row>
33963 <row>
33964 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
33965 \begin_inset Text
33966
33967 \begin_layout Plain Layout
33968 3
33969 \end_layout
33970
33971 \end_inset
33972 </cell>
33973 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
33974 \begin_inset Text
33975
33976 \begin_layout Plain Layout
33977 winzig
33978 \end_layout
33979
33980 \end_inset
33981 </cell>
33982 </row>
33983 </lyxtabular>
33984
33985 \end_inset
33986
33987
33988 \end_layout
33989
33990 \begin_layout Standard
33991 Wird nichts für den Ansichtsstil angegeben, passt sich die Größe wie bei
33992  
33993 \series bold
33994
33995 \backslash
33996 frac
33997 \series default
33998  der Umgebung an.
33999 \end_layout
34000
34001 \begin_layout Standard
34002 Wird keine Bruchstrichdicke angegeben, wird der voreingestellte Wert von
34003  0.4
34004 \begin_inset space \thinspace{}
34005 \end_inset
34006
34007 pt verwendet.
34008 \end_layout
34009
34010 \begin_layout Standard
34011 \begin_inset VSpace medskip
34012 \end_inset
34013
34014 Zum Beispiel sind die Befehle 
34015 \series bold
34016
34017 \backslash
34018 dfrac
34019 \series default
34020  und 
34021 \series bold
34022
34023 \backslash
34024 tbinom
34025 \series default
34026  aus 
34027 \begin_inset CommandInset ref
34028 LatexCommand ref
34029 reference "sub:Brüche"
34030
34031 \end_inset
34032
34033  folgendermaßen definiert:
34034 \end_layout
34035
34036 \begin_layout Standard
34037
34038 \series bold
34039
34040 \backslash
34041 newcommand{
34042 \backslash
34043 dfrac}[2]{
34044 \backslash
34045 genfrac{}{}{}{0}{#1}{#2}}
34046 \end_layout
34047
34048 \begin_layout Standard
34049 und
34050 \end_layout
34051
34052 \begin_layout Standard
34053
34054 \series bold
34055
34056 \backslash
34057 newcommand{
34058 \backslash
34059 tbinom}[2]{
34060 \backslash
34061 genfrac{(}{)}{0pt}{1}{#1}{#2}}
34062 \end_layout
34063
34064 \begin_layout Standard
34065 \begin_inset VSpace medskip
34066 \end_inset
34067
34068 Um einen Bruch zu definieren, bei dem man die Bruchstrichdicke als optionales
34069  Argument angeben kann, gibt man im LaTeX-Vorspann folgenden Befehl ein:
34070 \end_layout
34071
34072 \begin_layout Standard
34073
34074 \series bold
34075
34076 \backslash
34077 newcommand{
34078 \backslash
34079 fracS}[3][]{
34080 \backslash
34081 genfrac{}{}{#1}{}{#2}{#3}}
34082 \end_layout
34083
34084 \begin_layout Standard
34085 Dazu ein Test:
34086 \begin_inset Formula 
34087 \begin{align*}
34088 \text{Befehl} &  & \mathrm{\backslash fracS[1mm]\backslash\{A\to\backslash\{B} &  & \mathrm{\backslash fracS[5mm]\backslash\{A\to\backslash\{B}\\
34089 \text{Ergebnis} &  & \fracS[1mm]{A}{B} &  & \fracS[5mm]{A}{B}
34090 \end{align*}
34091
34092 \end_inset
34093
34094 Wie man sieht, entspricht der Abstand des Zählers und Nenners vom Strich
34095  in etwa der dreifachen Strichdicke.
34096 \end_layout
34097
34098 \begin_layout Subsection
34099 Durchgestrichene Formeln
34100 \begin_inset Index idx
34101 status collapsed
34102
34103 \begin_layout Plain Layout
34104 Formel ! durchgestrichene
34105 \end_layout
34106
34107 \end_inset
34108
34109
34110 \end_layout
34111
34112 \begin_layout Standard
34113 Es gibt vier verschiedene Arten Formeln oder Formelteile durchzustreichen:
34114 \end_layout
34115
34116 \begin_layout Standard
34117 \begin_inset ERT
34118 status collapsed
34119
34120 \begin_layout Plain Layout
34121
34122
34123 \backslash
34124 ifcancel 
34125 \end_layout
34126
34127 \end_inset
34128
34129
34130 \begin_inset Note Note
34131 status open
34132
34133 \begin_layout Plain Layout
34134 Die folgende Tabelle erscheint nur im Ausdruck wenn das LaTeX-Paket 
34135 \series bold
34136 cancel
34137 \series default
34138  installiert ist:
34139 \end_layout
34140
34141 \end_inset
34142
34143
34144 \end_layout
34145
34146 \begin_layout Standard
34147 \align center
34148 \begin_inset Tabular
34149 <lyxtabular version="3" rows="5" columns="2">
34150 <features rotate="0" tabularvalignment="middle">
34151 <column alignment="center" valignment="top">
34152 <column alignment="center" valignment="top">
34153 <row>
34154 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34155 \begin_inset Text
34156
34157 \begin_layout Plain Layout
34158 Befehl
34159 \end_layout
34160
34161 \end_inset
34162 </cell>
34163 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34164 \begin_inset Text
34165
34166 \begin_layout Plain Layout
34167 Ergebnis
34168 \begin_inset Note Note
34169 status collapsed
34170
34171 \begin_layout Plain Layout
34172 Der Leerraum und 
34173 \series bold
34174
34175 \backslash
34176 raisebox
34177 \series default
34178  dienen nur als Abstandhalter.
34179 \end_layout
34180
34181 \end_inset
34182
34183
34184 \end_layout
34185
34186 \end_inset
34187 </cell>
34188 </row>
34189 <row>
34190 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34191 \begin_inset Text
34192
34193 \begin_layout Plain Layout
34194
34195 \backslash
34196 cancel
34197 \begin_inset space \textvisiblespace{}
34198 \end_inset
34199
34200
34201 \backslash
34202 int
34203 \begin_inset space \textvisiblespace{}
34204 \end_inset
34205
34206 A=B
34207 \end_layout
34208
34209 \end_inset
34210 </cell>
34211 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34212 \begin_inset Text
34213
34214 \begin_layout Plain Layout
34215 \begin_inset Formula $\raisebox{4.5mm}{}\cancel{\int A=B}\raisebox{-2.5mm}{}$
34216 \end_inset
34217
34218
34219 \end_layout
34220
34221 \end_inset
34222 </cell>
34223 </row>
34224 <row>
34225 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
34226 \begin_inset Text
34227
34228 \begin_layout Plain Layout
34229
34230 \backslash
34231 bcancel
34232 \begin_inset space \textvisiblespace{}
34233 \end_inset
34234
34235
34236 \backslash
34237 int
34238 \begin_inset space \textvisiblespace{}
34239 \end_inset
34240
34241 A=B
34242 \end_layout
34243
34244 \end_inset
34245 </cell>
34246 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
34247 \begin_inset Text
34248
34249 \begin_layout Plain Layout
34250 \begin_inset Formula $\raisebox{4.5mm}{}\bcancel{\int A=B}\raisebox{-2.5mm}{}$
34251 \end_inset
34252
34253
34254 \end_layout
34255
34256 \end_inset
34257 </cell>
34258 </row>
34259 <row>
34260 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34261 \begin_inset Text
34262
34263 \begin_layout Plain Layout
34264
34265 \backslash
34266 xcancel
34267 \begin_inset space \textvisiblespace{}
34268 \end_inset
34269
34270
34271 \backslash
34272 int
34273 \begin_inset space \textvisiblespace{}
34274 \end_inset
34275
34276 A=B
34277 \end_layout
34278
34279 \end_inset
34280 </cell>
34281 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34282 \begin_inset Text
34283
34284 \begin_layout Plain Layout
34285 \begin_inset Formula $\raisebox{4.5mm}{}\xcancel{\int A=B}\raisebox{-2.5mm}{}$
34286 \end_inset
34287
34288
34289 \end_layout
34290
34291 \end_inset
34292 </cell>
34293 </row>
34294 <row>
34295 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
34296 \begin_inset Text
34297
34298 \begin_layout Plain Layout
34299
34300 \backslash
34301 cancelto
34302 \begin_inset space \textvisiblespace{}
34303 \end_inset
34304
34305
34306 \backslash
34307 int
34308 \begin_inset space \textvisiblespace{}
34309 \end_inset
34310
34311 A=B
34312 \begin_inset Formula $\to$
34313 \end_inset
34314
34315 1
34316 \end_layout
34317
34318 \end_inset
34319 </cell>
34320 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
34321 \begin_inset Text
34322
34323 \begin_layout Plain Layout
34324 \begin_inset Formula $\raisebox{7mm}{}\cancelto{1}{\int A=B}\raisebox{-2.5mm}{}\hspace{3mm}$
34325 \end_inset
34326
34327
34328 \end_layout
34329
34330 \end_inset
34331 </cell>
34332 </row>
34333 </lyxtabular>
34334
34335 \end_inset
34336
34337
34338 \end_layout
34339
34340 \begin_layout Standard
34341
34342 \series bold
34343
34344 \backslash
34345 cancelto
34346 \series default
34347  eignet sich besonders, wenn man das Kürzen innerhalb einer Formel darstellen
34348  will:
34349 \begin_inset Formula 
34350 \[
34351 \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}}}
34352 \]
34353
34354 \end_inset
34355
34356
34357 \end_layout
34358
34359 \begin_layout Standard
34360 Um die Größe des 
34361 \begin_inset Quotes gld
34362 \end_inset
34363
34364 hochgestellten
34365 \begin_inset Quotes grd
34366 \end_inset
34367
34368  Werts von 
34369 \series bold
34370
34371 \backslash
34372 cancelto
34373 \series default
34374  zu ändern, kann man die LaTeX-Vorspannzeile
34375 \end_layout
34376
34377 \begin_layout Standard
34378
34379 \series bold
34380
34381 \backslash
34382 PassOptionsToPackage{Option}{cancel}
34383 \end_layout
34384
34385 \begin_layout Standard
34386 hinzufügen.
34387  
34388 \series bold
34389 Option
34390 \series default
34391  ist entweder 
34392 \series bold
34393 samesize
34394 \series default
34395 , das zur selben Größe wie die der durchgestrichenen Zeichen führt, oder
34396  
34397 \series bold
34398 Smaller
34399 \series default
34400 , das zu einer etwas kleineren Größe als die Voreinstellung führt.
34401 \end_layout
34402
34403 \begin_layout Standard
34404 Um den Durchstrich zu färben, verwendet man den Befehl
34405 \end_layout
34406
34407 \begin_layout Standard
34408
34409 \series bold
34410
34411 \backslash
34412 renewcommand{
34413 \backslash
34414 CancelColor}{
34415 \backslash
34416 color{red}}
34417 \end_layout
34418
34419 \begin_layout Standard
34420 als TeX-Code.
34421  
34422 \series bold
34423 red
34424 \series default
34425  kann durch eine Farbe der Wahl ersetzt werden.
34426 \end_layout
34427
34428 \begin_layout Standard
34429 \begin_inset ERT
34430 status collapsed
34431
34432 \begin_layout Plain Layout
34433
34434
34435 \backslash
34436 renewcommand{
34437 \backslash
34438 CancelColor}{
34439 \backslash
34440 color{red}}
34441 \end_layout
34442
34443 \end_inset
34444
34445
34446 \end_layout
34447
34448 \begin_layout Standard
34449 \begin_inset Formula 
34450 \[
34451 \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}}}
34452 \]
34453
34454 \end_inset
34455
34456
34457 \end_layout
34458
34459 \begin_layout Standard
34460 \begin_inset ERT
34461 status collapsed
34462
34463 \begin_layout Plain Layout
34464
34465
34466 \backslash
34467 renewcommand{
34468 \backslash
34469 CancelColor}{
34470 \backslash
34471 color{black}}
34472 \end_layout
34473
34474 \end_inset
34475
34476
34477 \begin_inset Note Note
34478 status open
34479
34480 \begin_layout Plain Layout
34481 Farbe zurücksetzen
34482 \end_layout
34483
34484 \end_inset
34485
34486
34487 \end_layout
34488
34489 \begin_layout Standard
34490 Für weitere Anpassungen siehe die Dokumentation des Pakets 
34491 \series bold
34492 cancel
34493 \series default
34494
34495 \begin_inset CommandInset citation
34496 LatexCommand cite
34497 key "cancel"
34498
34499 \end_inset
34500
34501 .
34502 \begin_inset Index idx
34503 status collapsed
34504
34505 \begin_layout Plain Layout
34506 Pakete ! cancel
34507 \end_layout
34508
34509 \end_inset
34510
34511
34512 \end_layout
34513
34514 \begin_layout Standard
34515 \begin_inset ERT
34516 status collapsed
34517
34518 \begin_layout Plain Layout
34519
34520
34521 \backslash
34522 else 
34523 \end_layout
34524
34525 \end_inset
34526
34527
34528 \begin_inset Note Note
34529 status open
34530
34531 \begin_layout Plain Layout
34532 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
34533 \series bold
34534 cancel
34535 \series default
34536  nicht installiert ist:
34537 \end_layout
34538
34539 \end_inset
34540
34541
34542 \end_layout
34543
34544 \begin_layout Standard
34545 Das LaTeX-Paket 
34546 \series bold
34547 cancel 
34548 \series default
34549 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
34550 \end_layout
34551
34552 \begin_layout Standard
34553 \begin_inset ERT
34554 status collapsed
34555
34556 \begin_layout Plain Layout
34557
34558
34559 \backslash
34560 fi 
34561 \end_layout
34562
34563 \end_inset
34564
34565
34566 \end_layout
34567
34568 \begin_layout Subsection
34569 Formeln in Überschriften
34570 \begin_inset CommandInset label
34571 LatexCommand label
34572 name "sub:Formeln-in-Überschriften"
34573
34574 \end_inset
34575
34576
34577 \begin_inset Index idx
34578 status collapsed
34579
34580 \begin_layout Plain Layout
34581 Formel ! in Überschriften
34582 \end_layout
34583
34584 \end_inset
34585
34586
34587 \end_layout
34588
34589 \begin_layout Standard
34590 Benutzt man Formeln in Überschriften, ist auf Folgendes zu achten:
34591 \end_layout
34592
34593 \begin_layout Standard
34594 \begin_inset Note Greyedout
34595 status open
34596
34597 \begin_layout Plain Layout
34598 Verwendet man 
34599 \series bold
34600 hyperref
34601 \series default
34602
34603 \begin_inset Index idx
34604 status collapsed
34605
34606 \begin_layout Plain Layout
34607 Pakete ! hyperref
34608 \end_layout
34609
34610 \end_inset
34611
34612  Unterstützung im den Dokumenteinstellungen unter 
34613 \family sans
34614 PDF-Eigenschaften
34615 \family default
34616 , werden PDF-Lesezeichen für jede Überschrift aus dem Inhaltsverzeichnis
34617  erzeugt.
34618  Enthält eine Überschrift Formeln, werden diese im Lesezeichentext falsch
34619  dargestellt.
34620  Denn Formeln in Lesezeichen verstoßen gegen die PDF-Konventionen.
34621 \end_layout
34622
34623 \end_inset
34624
34625
34626 \end_layout
34627
34628 \begin_layout Standard
34629 Beide Probleme lassen sich lösen, indem man am Ende der Überschrift einen
34630  Kurztitel über das Menü 
34631 \family sans
34632 Einfügen\SpecialChar \menuseparator
34633 Kurztitel
34634 \family default
34635  einfügt.
34636  Kurztitel werden als Alternative für mehrzeilige Überschriften verwendet,
34637  um das Inhaltsverzeichnis übersichtlich zu halten.
34638  Nur der Kurztitel erscheint im Inhaltsverzeichnis und damit auch im PDF-Lesezei
34639 chen.
34640 \end_layout
34641
34642 \begin_layout Standard
34643 Möchte man im Inhaltsverzeichnis eine Formel verwenden, benutzt aber 
34644 \series bold
34645 hyperref
34646 \series default
34647 , verwendet man im TeX-Modus den Befehl
34648 \end_layout
34649
34650 \begin_layout Standard
34651
34652 \series bold
34653
34654 \backslash
34655 texorpdfstring{Teil}{Alternative}
34656 \begin_inset Index idx
34657 status collapsed
34658
34659 \begin_layout Plain Layout
34660 Befehle ! T ! 
34661 \backslash
34662 texorpdfstring
34663 \end_layout
34664
34665 \end_inset
34666
34667
34668 \end_layout
34669
34670 \begin_layout Standard
34671 Teil ist der Überschriftsteil, der nicht im PDF-Lesezeichen erscheinen solle.
34672  Das können Zeichen, Formeln, Fußnoten aber auch Querverweise sein.
34673  Als Alternative kann man angeben, was stattdessen im Lesezeichen erscheinen
34674  soll.
34675 \end_layout
34676
34677 \begin_layout Standard
34678 Es folgen zwei Beispielüberschriften:
34679 \begin_inset VSpace -3mm
34680 \end_inset
34681
34682
34683 \begin_inset ERT
34684 status collapsed
34685
34686 \begin_layout Plain Layout
34687
34688
34689 \backslash
34690 boldmath 
34691 \end_layout
34692
34693 \end_inset
34694
34695
34696 \end_layout
34697
34698 \begin_layout Subsubsection
34699 Überschrift ohne Formel im Inhaltsverzeichnis 
34700 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34701 \end_inset
34702
34703
34704 \begin_inset Argument 1
34705 status collapsed
34706
34707 \begin_layout Plain Layout
34708 Überschrift ohne Formel im Inhaltsverzeichnis
34709 \end_layout
34710
34711 \end_inset
34712
34713
34714 \end_layout
34715
34716 \begin_layout Subsubsection
34717 Überschrift mit Formel im Inhaltsverzeichnis
34718 \begin_inset ERT
34719 status collapsed
34720
34721 \begin_layout Plain Layout
34722
34723
34724 \backslash
34725 texorpdfstring{
34726 \end_layout
34727
34728 \end_inset
34729
34730  
34731 \begin_inset Formula $\sqrt{-1}=\mathrm{i}$
34732 \end_inset
34733
34734
34735 \begin_inset ERT
34736 status collapsed
34737
34738 \begin_layout Plain Layout
34739
34740 }{}
34741 \end_layout
34742
34743 \end_inset
34744
34745
34746 \end_layout
34747
34748 \begin_layout Standard
34749 \begin_inset ERT
34750 status collapsed
34751
34752 \begin_layout Plain Layout
34753
34754
34755 \backslash
34756 unboldmath 
34757 \end_layout
34758
34759 \end_inset
34760
34761 In der ersten Überschrift wurde ein Kurztitel verwendet.
34762  In der zweiten 
34763 \series bold
34764
34765 \backslash
34766 texorpdfstring
34767 \series default
34768 .
34769 \end_layout
34770
34771 \begin_layout Standard
34772 Damit die Formeln so wie der Rest der Überschrift formatiert werden, wurde
34773  die komplette Überschrift in eine 
34774 \series bold
34775 boldmath
34776 \series default
34777 -Umgebung
34778 \begin_inset Foot
34779 status collapsed
34780
34781 \begin_layout Plain Layout
34782 siehe 
34783 \begin_inset CommandInset ref
34784 LatexCommand ref
34785 reference "sub:Fett-gedruckte-Formeln"
34786
34787 \end_inset
34788
34789
34790 \end_layout
34791
34792 \end_inset
34793
34794  gesetzt.
34795 \end_layout
34796
34797 \begin_layout Subsection
34798 Formeln im mehrspaltigen Text
34799 \begin_inset Index idx
34800 status collapsed
34801
34802 \begin_layout Plain Layout
34803 Formel ! im mehrspaltigen Text
34804 \end_layout
34805
34806 \end_inset
34807
34808
34809 \end_layout
34810
34811 \begin_layout Standard
34812 Formeln im mehrspaltigen Text sind oftmals zu breit für eine Spalte und
34813  müssen daher über die gesamte Seitenbreite gesetzt werden.
34814  Dazu verwendet man das LaTeX-Paket 
34815 \series bold
34816 multicol
34817 \series default
34818
34819 \begin_inset Foot
34820 status collapsed
34821
34822 \begin_layout Plain Layout
34823
34824 \series bold
34825 multicol
34826 \series default
34827  ist Teil jeder LaTeX-Standardinstallation.
34828 \end_layout
34829
34830 \end_inset
34831
34832
34833 \begin_inset Index idx
34834 status collapsed
34835
34836 \begin_layout Plain Layout
34837 Pakete ! multicol
34838 \end_layout
34839
34840 \end_inset
34841
34842 , das mit der LaTeX-Vorspannzeile
34843 \end_layout
34844
34845 \begin_layout Standard
34846
34847 \series bold
34848
34849 \backslash
34850 usepackage{multicol}
34851 \end_layout
34852
34853 \begin_layout Standard
34854 geladen wird.
34855 \end_layout
34856
34857 \begin_layout Standard
34858 \begin_inset Note Greyedout
34859 status open
34860
34861 \begin_layout Plain Layout
34862 Dabei ist zu beachten, dass im Menü 
34863 \family sans
34864 Dokument\SpecialChar \menuseparator
34865 Einstellungen
34866 \family default
34867  unter 
34868 \family sans
34869 Textformat
34870 \family default
34871  
34872 \emph on
34873 nicht
34874 \emph default
34875  
34876 \family sans
34877 Zweispaltiges
34878 \begin_inset space ~
34879 \end_inset
34880
34881 Dokument
34882 \family default
34883  ausgewählt sein darf.
34884 \end_layout
34885
34886 \end_inset
34887
34888
34889 \end_layout
34890
34891 \begin_layout Standard
34892 Vor den mehrspaltigen Text schreibt man im TeX-Modus den Befehl
34893 \end_layout
34894
34895 \begin_layout Standard
34896
34897 \series bold
34898
34899 \backslash
34900 begin{multicols}{Spaltenanzahl}
34901 \end_layout
34902
34903 \begin_layout Standard
34904 wobei die Spaltenanzahl eine Zahl im Bereich 2
34905 \begin_inset space \thinspace{}
34906 \end_inset
34907
34908 -
34909 \begin_inset space \thinspace{}
34910 \end_inset
34911
34912 10 ist.
34913  Vor der Formel beendet man den mehrspaltigen Text mit dem Befehl
34914 \end_layout
34915
34916 \begin_layout Standard
34917
34918 \series bold
34919
34920 \backslash
34921 end{multicols}
34922 \end_layout
34923
34924 \begin_layout Standard
34925 der im TeX-Modus eingegeben wird.
34926 \end_layout
34927
34928 \begin_layout Standard
34929 Durch den Befehl wird vor der Formel automatisch etwas Leerraum erstellt.
34930  Um dies rückgängig zu machen, fügt man vor der Formel -6
34931 \begin_inset space \thinspace{}
34932 \end_inset
34933
34934 mm vertikalen Leerraum ein.
34935  Ist der Formelstil 
34936 \series bold
34937 Eingerückt
34938 \begin_inset Foot
34939 status collapsed
34940
34941 \begin_layout Plain Layout
34942 Formelstile siehe 
34943 \begin_inset CommandInset ref
34944 LatexCommand ref
34945 reference "sec:Formelstile"
34946
34947 \end_inset
34948
34949
34950 \end_layout
34951
34952 \end_inset
34953
34954
34955 \series default
34956  gewählt, fügt man stattdessen -9
34957 \begin_inset space \thinspace{}
34958 \end_inset
34959
34960 mm Leerraum ein.
34961 \end_layout
34962
34963 \begin_layout Standard
34964 Als Beispiel ein mehrspaltiger Text mit einer abgesetzten Formel:
34965 \end_layout
34966
34967 \begin_layout Standard
34968 \begin_inset ERT
34969 status collapsed
34970
34971 \begin_layout Plain Layout
34972
34973
34974 \backslash
34975 begin{multicols}{2}
34976 \end_layout
34977
34978 \end_inset
34979
34980 Das Spektrum wird fouriertransformiert.
34981  Die Fouriertransformation wird verwendet, um die überlagerten Signale (Netzwerk
34982 , Lösungsmittel) zu trennen.
34983  Nachdem wir die Phasenverschiebung bestimmen konnten, interessiert uns
34984  nun das Aussehen des Ausgangssignals.
34985  Im Experiment haben wir es mit sehr vielen Teilchen zu tun, so dass man
34986  über alle Phasen integrieren muss.
34987  Sei nun 
34988 \begin_inset Formula $S$
34989 \end_inset
34990
34991  unser normiertes Ausgangssignal und 
34992 \begin_inset Formula $P$
34993 \end_inset
34994
34995  die Phasenverteilungsfunktion, so ergibt sich die Beziehung
34996 \begin_inset ERT
34997 status collapsed
34998
34999 \begin_layout Plain Layout
35000
35001
35002 \backslash
35003 end{multicols}
35004 \end_layout
35005
35006 \end_inset
35007
35008
35009 \begin_inset VSpace -6mm
35010 \end_inset
35011
35012
35013 \begin_inset Formula 
35014 \begin{equation}
35015 S(t)=S_{0}(t)\int_{-\infty}^{\infty}P(\phi,t)\mathrm{e}^{\mathrm{i}\phi}\,\mathrm{d}\phi
35016 \end{equation}
35017
35018 \end_inset
35019
35020
35021 \begin_inset ERT
35022 status collapsed
35023
35024 \begin_layout Plain Layout
35025
35026
35027 \backslash
35028 begin{multicols}{2}
35029 \end_layout
35030
35031 \end_inset
35032
35033 wobei 
35034 \begin_inset Formula $S_{0}$
35035 \end_inset
35036
35037  das Signal ohne Gradient ist und die Normierungsbedingung 
35038 \begin_inset Formula $\int_{-\infty}^{\infty}P(\phi,t)\,\mathrm{d}\phi=1$
35039 \end_inset
35040
35041  gilt.
35042  Nun dürfen wir aber nicht den Relaxationsprozess außer Acht lassen.
35043  Direkt nach dem 
35044 \begin_inset Formula $\nicefrac{\pi}{2}$
35045 \end_inset
35046
35047
35048 \begin_inset space \thinspace{}
35049 \end_inset
35050
35051 -rf-Puls beginnt sich die Magnetisierung zu entfokussieren, wodurch sich
35052  das Signal zusätzlich abschwächt.
35053  Diese Abschwächung verläuft exponentiell in Abhängigkeit der so genannten
35054  
35055 \begin_inset Formula $T_{2}$
35056 \end_inset
35057
35058 -Zeit.
35059 \end_layout
35060
35061 \begin_layout Standard
35062 \begin_inset ERT
35063 status collapsed
35064
35065 \begin_layout Plain Layout
35066
35067
35068 \backslash
35069 end{multicols}
35070 \end_layout
35071
35072 \end_inset
35073
35074  
35075 \end_layout
35076
35077 \begin_layout Subsection
35078 Formeln mit Beschreibung der Variablen
35079 \begin_inset Index idx
35080 status collapsed
35081
35082 \begin_layout Plain Layout
35083 Formel ! mit Variablenbeschreibung
35084 \end_layout
35085
35086 \end_inset
35087
35088
35089 \end_layout
35090
35091 \begin_layout Standard
35092 Möchte man wie in Formel 
35093 \begin_inset CommandInset ref
35094 LatexCommand eqref
35095 reference "eq:innerhalb"
35096
35097 \end_inset
35098
35099 , Variablen innerhalb einer Formel beschreiben, verwendet man eine 2
35100 \series bold
35101 ×
35102 \series default
35103
35104 \begin_inset Formula $n$
35105 \end_inset
35106
35107
35108 \begin_inset space ~
35109 \end_inset
35110
35111 Matrix mit links ausgerichteten Spalten für die verwendeten 
35112 \begin_inset Formula $n$
35113 \end_inset
35114
35115  Variablen.
35116 \begin_inset Foot
35117 status collapsed
35118
35119 \begin_layout Plain Layout
35120 Matrizen siehe 
35121 \begin_inset CommandInset ref
35122 LatexCommand ref
35123 reference "sec:Matrizen"
35124
35125 \end_inset
35126
35127
35128 \end_layout
35129
35130 \end_inset
35131
35132  Um die Beschreibung kleiner zu setzen, gibt man vor der Matrix z.
35133 \begin_inset space \thinspace{}
35134 \end_inset
35135
35136 B.
35137  den Befehl 
35138 \series bold
35139
35140 \backslash
35141 footnotesize
35142 \series default
35143  ein.
35144 \begin_inset Foot
35145 status collapsed
35146
35147 \begin_layout Plain Layout
35148 Schriftgrößen siehe 
35149 \begin_inset CommandInset ref
35150 LatexCommand ref
35151 reference "sub:Schriftgrößen"
35152
35153 \end_inset
35154
35155
35156 \end_layout
35157
35158 \end_inset
35159
35160
35161 \end_layout
35162
35163 \begin_layout Standard
35164 Wird der Formelstil 
35165 \series bold
35166 Eingerückt
35167 \begin_inset Foot
35168 status collapsed
35169
35170 \begin_layout Plain Layout
35171 Formelstile siehe 
35172 \begin_inset CommandInset ref
35173 LatexCommand ref
35174 reference "sec:Formelstile"
35175
35176 \end_inset
35177
35178
35179 \end_layout
35180
35181 \end_inset
35182
35183
35184 \series default
35185  verwendet, fügt man vor und nach der Matrix ein 
35186 \series bold
35187
35188 \backslash
35189 hfill
35190 \series default
35191
35192 \begin_inset Foot
35193 status collapsed
35194
35195 \begin_layout Plain Layout
35196
35197 \series bold
35198
35199 \backslash
35200 hfill
35201 \series default
35202  wirkt nur in Formeln mit dem Stil 
35203 \series bold
35204 Eingerückt
35205 \series default
35206 , siehe 
35207 \begin_inset CommandInset ref
35208 LatexCommand ref
35209 reference "sub:Variabler-Leerraum"
35210
35211 \end_inset
35212
35213 .
35214 \end_layout
35215
35216 \end_inset
35217
35218  ein, damit der Abstand der Matrix von der Gleichung und vom Seitenrand
35219  gleich ist.
35220 \end_layout
35221
35222 \begin_layout Standard
35223 Ist der Formelstil 
35224 \series bold
35225 Zentriert
35226 \series default
35227  gewählt, nutzt man die in 
35228 \begin_inset CommandInset ref
35229 LatexCommand ref
35230 reference "sub:Flalign-Umgebung"
35231
35232 \end_inset
35233
35234  beschriebene Möglichkeit, Formeln einzurücken.
35235  Formel 
35236 \begin_inset CommandInset ref
35237 LatexCommand eqref
35238 reference "eq:innerhalb"
35239
35240 \end_inset
35241
35242  besteht aus fünf Spalten, wobei in den ersten beiden die Gleichung, in
35243  der dritten die Matrix und in der letzten die leere TeX-Klammer steht.
35244 \begin_inset Formula 
35245 \begin{flalign}
35246 \hspace{30pt}F_{A} & =\rho·V·g & \footnotesize\begin{array}{ll}
35247 \rho & \textrm{Dichte}\\
35248 V & \textrm{Volumen}\\
35249 g & \textrm{Fallbeschleunigung}
35250 \end{array} &  & {}\label{eq:innerhalb}
35251 \end{flalign}
35252
35253 \end_inset
35254
35255
35256 \end_layout
35257
35258 \begin_layout Subsection
35259 Aufrechte kleine griechische Buchstaben
35260 \begin_inset CommandInset label
35261 LatexCommand label
35262 name "sub:Aufrechte-kleine-griechische"
35263
35264 \end_inset
35265
35266
35267 \begin_inset Index idx
35268 status collapsed
35269
35270 \begin_layout Plain Layout
35271 griechische Buchstaben ! aufrechte
35272 \end_layout
35273
35274 \end_inset
35275
35276
35277 \end_layout
35278
35279 \begin_layout Standard
35280 Die meisten Mathe-Schriften stellen nur kursive kleine griechische Buchstaben
35281  zur Verfügung.
35282  Für Symbole der Elementarteilchen, wie Pionen und Neutrinos werden jedoch
35283  aufrechte griechische Buchstaben benötigt.
35284  Die Datei 
35285 \series bold
35286 upgreek.sty
35287 \series default
35288
35289 \begin_inset Foot
35290 status collapsed
35291
35292 \begin_layout Plain Layout
35293
35294 \series bold
35295 upgreek
35296 \series default
35297  ist Teil des LaTeX-Paketes 
35298 \series bold
35299 was
35300 \series default
35301
35302 \begin_inset Index idx
35303 status collapsed
35304
35305 \begin_layout Plain Layout
35306 Pakete ! was
35307 \begin_inset ERT
35308 status collapsed
35309
35310 \begin_layout Plain Layout
35311
35312
35313 \backslash
35314 vspace{4mm}
35315 \end_layout
35316
35317 \end_inset
35318
35319
35320 \end_layout
35321
35322 \end_inset
35323
35324 .
35325 \end_layout
35326
35327 \end_inset
35328
35329
35330 \begin_inset Index idx
35331 status collapsed
35332
35333 \begin_layout Plain Layout
35334 Pakete ! upgreek
35335 \end_layout
35336
35337 \end_inset
35338
35339 , die mit der LaTeX-Vorspannzeile
35340 \end_layout
35341
35342 \begin_layout Standard
35343
35344 \series bold
35345
35346 \backslash
35347 usepackage{upgreek}
35348 \end_layout
35349
35350 \begin_layout Standard
35351 geladen wird, stellt diese Buchstaben zur Verfügung.
35352  
35353 \begin_inset ERT
35354 status collapsed
35355
35356 \begin_layout Plain Layout
35357
35358
35359 \backslash
35360 ifupgreek 
35361 \end_layout
35362
35363 \end_inset
35364
35365
35366 \begin_inset Note Note
35367 status open
35368
35369 \begin_layout Plain Layout
35370 Das Folgende erscheint nur im Ausdruck wenn das LaTeX-Paket 
35371 \series bold
35372 upgreek
35373 \series default
35374  installiert ist:
35375 \end_layout
35376
35377 \end_inset
35378
35379  Sie werden erzeugt, wenn der Befehl für einen griechischen Buchstaben mit
35380  
35381 \series bold
35382 up
35383 \series default
35384  begonnen wird.
35385  So erzeugt z.
35386 \begin_inset space \thinspace{}
35387 \end_inset
35388
35389 B.
35390  der Befehl 
35391 \series bold
35392
35393 \backslash
35394 uptau
35395 \series default
35396  dies: 
35397 \begin_inset Formula $\uptau$
35398 \end_inset
35399
35400
35401 \end_layout
35402
35403 \begin_layout Standard
35404 Damit kann man Elementarteilchenreaktionen erstellen:
35405 \begin_inset Formula 
35406 \[
35407 \uppi^{+}\to\upmu^{+}+\upnu_{\upmu}
35408 \]
35409
35410 \end_inset
35411
35412
35413 \end_layout
35414
35415 \begin_layout Standard
35416 Die aufrechten Buchstaben sind fetter und breiter als die kursiven.
35417  Sie sollten daher nicht für Einheiten wie 
35418 \begin_inset Quotes gld
35419 \end_inset
35420
35421 µm
35422 \begin_inset Quotes grd
35423 \end_inset
35424
35425  verwendet werden.
35426 \end_layout
35427
35428 \begin_layout Standard
35429 \begin_inset ERT
35430 status collapsed
35431
35432 \begin_layout Plain Layout
35433
35434
35435 \backslash
35436 else 
35437 \end_layout
35438
35439 \end_inset
35440
35441
35442 \begin_inset Note Note
35443 status open
35444
35445 \begin_layout Plain Layout
35446 Folgendes erscheint im Ausdruck wenn das LaTeX-Paket 
35447 \series bold
35448 upgreek
35449 \series default
35450  nicht installiert ist:
35451 \end_layout
35452
35453 \end_inset
35454
35455
35456 \end_layout
35457
35458 \begin_layout Standard
35459 Das LaTeX-Paket 
35460 \series bold
35461 upgreek 
35462 \series default
35463 muss installiert sein, um den Rest dieses Abschnitts im Ausdruck zu sehen.
35464 \end_layout
35465
35466 \begin_layout Standard
35467 \begin_inset ERT
35468 status collapsed
35469
35470 \begin_layout Plain Layout
35471
35472
35473 \backslash
35474 fi 
35475 \end_layout
35476
35477 \end_inset
35478
35479
35480 \end_layout
35481
35482 \begin_layout Subsection
35483 Textzeichen in Formeln
35484 \begin_inset CommandInset label
35485 LatexCommand label
35486 name "sub:Textzeichen-in-Formeln"
35487
35488 \end_inset
35489
35490
35491 \begin_inset Index idx
35492 status collapsed
35493
35494 \begin_layout Plain Layout
35495 Text ! in Formeln
35496 \end_layout
35497
35498 \end_inset
35499
35500
35501 \end_layout
35502
35503 \begin_layout Standard
35504 In einigen Fällen möchte man Textzeichen direkt in Formeln eingeben.
35505  Benötigt man z.
35506 \begin_inset space \thinspace{}
35507 \end_inset
35508
35509 B.
35510  den mittigen Punkt · in Formeln wie 
35511 \begin_inset Formula $\nu=5·10^{5}\,\mathrm{Hz}$
35512 \end_inset
35513
35514 , müsste man dafür jedes Mal den Befehl 
35515 \series bold
35516
35517 \backslash
35518 cdot
35519 \series default
35520  eingeben
35521 \begin_inset Foot
35522 status collapsed
35523
35524 \begin_layout Plain Layout
35525 siehe 
35526 \begin_inset CommandInset ref
35527 LatexCommand ref
35528 reference "sub:Binäre-Operatoren"
35529
35530 \end_inset
35531
35532
35533 \end_layout
35534
35535 \end_inset
35536
35537 , da dieses Zeichen in allen Kodierungen als Textzeichen definiert ist.
35538  Man kann jedoch die Kodierung mit folgender LaTeX-Vorspannzeile ändern:
35539 \end_layout
35540
35541 \begin_layout Standard
35542
35543 \series bold
35544
35545 \backslash
35546 DeclareInputText{183}{
35547 \backslash
35548 ifmmode
35549 \backslash
35550 cdot
35551 \backslash
35552 else
35553 \backslash
35554 textperiodcentered
35555 \backslash
35556 f\SpecialChar \textcompwordmark{}
35557 i}
35558 \end_layout
35559
35560 \begin_layout Standard
35561 Die Zeichenkodierung (Menü 
35562 \family sans
35563 Dokument\SpecialChar \menuseparator
35564 Einstellungen\SpecialChar \menuseparator
35565 Sprache
35566 \family default
35567 ) legt fest, welches Zeichen beim Druck einer bestimmten Taste erscheint.
35568  Wenn man die Taste für das Zeichen '·' drückt, wird intern der Befehl 
35569 \series bold
35570
35571 \backslash
35572 textperiodcentered
35573 \series default
35574  verwendet.
35575  Dieser Befehl ist in einer Formel jedoch nicht verfügbar, so dass es zu
35576  LaTeX-Fehlern kommen würde.
35577  Durch die geänderte Kodierung wird hingegen automatisch der richtige Befehl
35578  gewählt, je nachdem ob das Zeichen in eine Formel eingegeben wurde oder
35579  nicht.
35580 \end_layout
35581
35582 \begin_layout Standard
35583 Die Kodierung der einzelnen Zeichen ist in Definitionsdateien abgespeichert.
35584  Z.
35585 \begin_inset space \thinspace{}
35586 \end_inset
35587
35588 B.
35589  ist die Kodierung 
35590 \series bold
35591 latin9
35592 \series default
35593  in der Datei 
35594 \series bold
35595 latin9.def
35596 \series default
35597  definiert, die sich im Installationsverzeichnis von LaTeX befindet.
35598  Kodierungen sollten nur über den LaTeX-Vorspann und nicht in den Definitionsdat
35599 eien geändert werden.
35600  Ansonsten können eigene Dokumente von anderen LyX-Nutzern auf anderen Computern
35601  nicht ohne Weiteres bearbeitet werden.
35602 \end_layout
35603
35604 \begin_layout Standard
35605 \begin_inset VSpace medskip
35606 \end_inset
35607
35608 In diesem Dokument wurde außerdem mittigen Punkt noch das Gradzeichen °
35609  mit folgenden LaTeX-Vorspannzeilen so definiert, dass sie direkt in eine
35610  Formel eingegeben werden können:
35611 \end_layout
35612
35613 \begin_layout Standard
35614
35615 \series bold
35616
35617 \backslash
35618 DeclareInputText{176}{
35619 \backslash
35620 ifmmode^
35621 \backslash
35622 circ
35623 \backslash
35624 else
35625 \backslash
35626 textdegree
35627 \backslash
35628 f\SpecialChar \textcompwordmark{}
35629 i}
35630 \end_layout
35631
35632 \begin_layout Standard
35633 \begin_inset Newpage newpage
35634 \end_inset
35635
35636
35637 \end_layout
35638
35639 \begin_layout Section
35640 \start_of_appendix
35641 Typographische Hinweise
35642 \begin_inset Index idx
35643 status collapsed
35644
35645 \begin_layout Plain Layout
35646 Typographische Hinweise
35647 \end_layout
35648
35649 \end_inset
35650
35651
35652 \end_layout
35653
35654 \begin_layout Standard
35655 Dieses Kapitel ist eine Zusammenfassung der wichtigsten typographischen
35656  Regeln, die teilweise auch im Duden 
35657 \begin_inset CommandInset citation
35658 LatexCommand cite
35659 key "Duden"
35660
35661 \end_inset
35662
35663  unter 
35664 \family typewriter
35665 Textverarbeitung
35666 \family default
35667  aufgelistet sind.
35668  Weitere Regeln sind in 
35669 \begin_inset CommandInset citation
35670 LatexCommand cite
35671 key "Checklist"
35672
35673 \end_inset
35674
35675  zu finden.
35676 \end_layout
35677
35678 \begin_layout Itemize
35679 Physikalische Einheiten werden 
35680 \emph on
35681 immer
35682 \emph default
35683  aufrecht gesetzt
35684 \begin_inset Foot
35685 status collapsed
35686
35687 \begin_layout Plain Layout
35688 wird durch Schriftstile erreicht, siehe 
35689 \begin_inset CommandInset ref
35690 LatexCommand ref
35691 reference "sub:Schriftstile"
35692
35693 \end_inset
35694
35695
35696 \end_layout
35697
35698 \end_inset
35699
35700 , egal ob sie sich in einem kursiven Text befinden: 30
35701 \begin_inset space \thinspace{}
35702 \end_inset
35703
35704 km/h
35705 \begin_inset Newline newline
35706 \end_inset
35707
35708 Zwischen Wert und Einheit befindet sich der kleinste Leerraum, siehe 
35709 \begin_inset CommandInset ref
35710 LatexCommand ref
35711 reference "sub:Vordefinierter-Leerraum"
35712
35713 \end_inset
35714
35715 .
35716 \begin_inset Newline newline
35717 \end_inset
35718
35719 Diese Richtlinie wird automatisch eingehalten, wenn man den Befehl 
35720 \series bold
35721
35722 \backslash
35723 unittwo
35724 \series default
35725  verwendet.
35726  Gibt man ihn in eine Formel ein, erscheinen zwei Kästchen.
35727  In das Erste wird der Wert, in das Zweite die Einheit eingegeben und man
35728  erhält wie oben: 
35729 \begin_inset Formula $\unit[30]{km/h}$
35730 \end_inset
35731
35732
35733 \begin_inset space \thinspace{}
35734 \end_inset
35735
35736 .
35737  Zu beachten ist, dass 
35738 \series bold
35739
35740 \backslash
35741 unittwo
35742 \series default
35743  kein echter LaTeX-Befehl, sondern der Befehl 
35744 \series bold
35745
35746 \backslash
35747 unit[Wert]{Einheit}
35748 \series default
35749  ist, daher kann man ihn nicht im TeX-Code benutzen.
35750 \end_layout
35751
35752 \begin_layout Itemize
35753 Prozent- und Promillezeichen werden wie physikalische Einheiten gesetzt:
35754 \begin_inset Newline newline
35755 \end_inset
35756
35757 1,2
35758 \begin_inset space \thinspace{}
35759 \end_inset
35760
35761 ‰ Alkohol im Blut
35762 \begin_inset Newline newline
35763 \end_inset
35764
35765 Sie folgen jedoch direkt auf die Zahl, wenn sie in einer Zusammensetzung
35766  oder Ableitung stehen: 3%-ige Rendite, 20%-Grenze
35767 \end_layout
35768
35769 \begin_layout Itemize
35770 Das Grad-Symbol folgt immer unmittelbar auf die Zahl: 15°, es sei denn es
35771  wird in einer Einheit verwendet: 15
35772 \begin_inset space \thinspace{}
35773 \end_inset
35774
35775 °C
35776 \end_layout
35777
35778 \begin_layout Itemize
35779 In Zahlen mit mehr als vier Ziffern wird zur Gruppierung vor jeder dritten
35780  Ziffer der kleinste Leerraum eingefügt: 18
35781 \begin_inset space \thinspace{}
35782 \end_inset
35783
35784 473
35785 \begin_inset space \thinspace{}
35786 \end_inset
35787
35788 588
35789 \end_layout
35790
35791 \begin_layout Itemize
35792 Für Bemaßungen wie z.
35793 \begin_inset space \thinspace{}
35794 \end_inset
35795
35796 B.
35797  120×90×40
35798 \begin_inset space \thinspace{}
35799 \end_inset
35800
35801 cm, verwendet man das gelegte Kreuz 
35802 \begin_inset Quotes gld
35803 \end_inset
35804
35805 ×
35806 \begin_inset Quotes grd
35807 \end_inset
35808
35809 , dass entweder über den Befehl 
35810 \series bold
35811
35812 \backslash
35813 times
35814 \series default
35815  oder über das Menü 
35816 \family sans
35817 Einfügen\SpecialChar \menuseparator
35818 Sonderzeichen\SpecialChar \menuseparator
35819 Symbole
35820 \family default
35821  verfügbar ist.
35822 \end_layout
35823
35824 \begin_layout Itemize
35825 Bei Datumsangaben befindet sich zwischen Tag und Monat der kleinste Leerraum,
35826  zwischen Monat und Jahr ein geschütztes Leerzeichen: 23.
35827 \begin_inset space \thinspace{}
35828 \end_inset
35829
35830 6.
35831 \begin_inset space ~
35832 \end_inset
35833
35834 1979
35835 \end_layout
35836
35837 \begin_layout Itemize
35838 Funktionen, deren Name aus mehreren Buchstaben besteht, werden aufrecht
35839  gesetzt um Verwechslungen mit Variablen zu vermeiden, siehe 
35840 \begin_inset CommandInset ref
35841 LatexCommand ref
35842 reference "sub:Vordefinierte-Funktionen"
35843
35844 \end_inset
35845
35846 .
35847 \end_layout
35848
35849 \begin_layout Itemize
35850 Indizes, die aus mehreren Buchstaben bestehen, werden aufrecht gesetzt:
35851  
35852 \begin_inset Formula $E_{\mathrm{kin}}$
35853 \end_inset
35854
35855
35856 \begin_inset Newline newline
35857 \end_inset
35858
35859 Komponenten von Matrizen werden kursiv gesetzt: 
35860 \begin_inset Formula $\hat{H}_{kl}$
35861 \end_inset
35862
35863
35864 \end_layout
35865
35866 \begin_layout Itemize
35867 Der Ableitungs-/Integrationsoperator 'd', die Eulersche Zahl 'e' und die
35868  Imaginäre Zahl 'i' sollten aufrecht gesetzt werden, um sie nicht mit anderen
35869  Variablen zu verwechseln.
35870 \end_layout
35871
35872 \begin_layout Itemize
35873 Das Symbol für eine 
35874 \noun on
35875 Fourier
35876 \noun default
35877 -Transformation kann entweder mit dem Befehl 
35878 \series bold
35879
35880 \backslash
35881 mathscr
35882 \begin_inset space \textvisiblespace{}
35883 \end_inset
35884
35885 F
35886 \series default
35887  oder über das Menü 
35888 \family sans
35889 Einfügen\SpecialChar \menuseparator
35890 Sonderzeichen\SpecialChar \menuseparator
35891 Symbole\SpecialChar \menuseparator
35892 Buchsta\SpecialChar \-
35893 benähnliche Symbole
35894 \family default
35895  eingefügt werden: 
35896 \begin_inset Formula $\mathscr{F}$
35897 \end_inset
35898
35899
35900 \end_layout
35901
35902 \begin_layout Standard
35903 \begin_inset Newpage newpage
35904 \end_inset
35905
35906
35907 \end_layout
35908
35909 \begin_layout Section
35910 Synonyme
35911 \begin_inset Index idx
35912 status collapsed
35913
35914 \begin_layout Plain Layout
35915 Synonyme
35916 \end_layout
35917
35918 \end_inset
35919
35920
35921 \end_layout
35922
35923 \begin_layout Standard
35924 Einige Zeichen und Symbole können mit mehreren Befehlen erstellt werden.
35925  Hier ist eine Übersicht der Synonymbefehle:
35926 \end_layout
35927
35928 \begin_layout Standard
35929 \begin_inset VSpace bigskip
35930 \end_inset
35931
35932
35933 \begin_inset space \hfill{}
35934 \end_inset
35935
35936
35937 \begin_inset Tabular
35938 <lyxtabular version="3" rows="12" columns="2">
35939 <features rotate="0" tabularvalignment="middle">
35940 <column alignment="center" valignment="top" width="0pt">
35941 <column alignment="center" valignment="top" width="0pt">
35942 <row>
35943 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
35944 \begin_inset Text
35945
35946 \begin_layout Plain Layout
35947 Befehl
35948 \end_layout
35949
35950 \end_inset
35951 </cell>
35952 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
35953 \begin_inset Text
35954
35955 \begin_layout Plain Layout
35956 äquivalent zu
35957 \begin_inset Note Note
35958 status collapsed
35959
35960 \begin_layout Plain Layout
35961
35962 \series bold
35963
35964 \backslash
35965 raisebox
35966 \series default
35967  dient nur als Abstandhalter.
35968 \end_layout
35969
35970 \end_inset
35971
35972
35973 \end_layout
35974
35975 \end_inset
35976 </cell>
35977 </row>
35978 <row>
35979 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
35980 \begin_inset Text
35981
35982 \begin_layout Plain Layout
35983
35984 \backslash
35985 ast
35986 \end_layout
35987
35988 \end_inset
35989 </cell>
35990 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
35991 \begin_inset Text
35992
35993 \begin_layout Plain Layout
35994 \begin_inset ERT
35995 status collapsed
35996
35997 \begin_layout Plain Layout
35998
35999
36000 \backslash
36001 raisebox{-1.2mm}{
36002 \end_layout
36003
36004 \end_inset
36005
36006 *
36007 \begin_inset ERT
36008 status collapsed
36009
36010 \begin_layout Plain Layout
36011
36012 }
36013 \end_layout
36014
36015 \end_inset
36016
36017
36018 \end_layout
36019
36020 \end_inset
36021 </cell>
36022 </row>
36023 <row>
36024 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36025 \begin_inset Text
36026
36027 \begin_layout Plain Layout
36028
36029 \backslash
36030 choose
36031 \end_layout
36032
36033 \end_inset
36034 </cell>
36035 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36036 \begin_inset Text
36037
36038 \begin_layout Plain Layout
36039
36040 \backslash
36041 binom
36042 \end_layout
36043
36044 \end_inset
36045 </cell>
36046 </row>
36047 <row>
36048 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36049 \begin_inset Text
36050
36051 \begin_layout Plain Layout
36052
36053 \backslash
36054 geq
36055 \end_layout
36056
36057 \end_inset
36058 </cell>
36059 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36060 \begin_inset Text
36061
36062 \begin_layout Plain Layout
36063
36064 \backslash
36065 ge
36066 \end_layout
36067
36068 \end_inset
36069 </cell>
36070 </row>
36071 <row>
36072 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36073 \begin_inset Text
36074
36075 \begin_layout Plain Layout
36076
36077 \backslash
36078 lbrace
36079 \end_layout
36080
36081 \end_inset
36082 </cell>
36083 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36084 \begin_inset Text
36085
36086 \begin_layout Plain Layout
36087 {
36088 \end_layout
36089
36090 \end_inset
36091 </cell>
36092 </row>
36093 <row>
36094 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36095 \begin_inset Text
36096
36097 \begin_layout Plain Layout
36098
36099 \backslash
36100 lbracket
36101 \end_layout
36102
36103 \end_inset
36104 </cell>
36105 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36106 \begin_inset Text
36107
36108 \begin_layout Plain Layout
36109 [
36110 \end_layout
36111
36112 \end_inset
36113 </cell>
36114 </row>
36115 <row>
36116 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36117 \begin_inset Text
36118
36119 \begin_layout Plain Layout
36120
36121 \backslash
36122 leftarrow
36123 \end_layout
36124
36125 \end_inset
36126 </cell>
36127 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36128 \begin_inset Text
36129
36130 \begin_layout Plain Layout
36131
36132 \backslash
36133 gets
36134 \end_layout
36135
36136 \end_inset
36137 </cell>
36138 </row>
36139 <row>
36140 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36141 \begin_inset Text
36142
36143 \begin_layout Plain Layout
36144
36145 \backslash
36146 leq
36147 \end_layout
36148
36149 \end_inset
36150 </cell>
36151 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36152 \begin_inset Text
36153
36154 \begin_layout Plain Layout
36155
36156 \backslash
36157 le
36158 \end_layout
36159
36160 \end_inset
36161 </cell>
36162 </row>
36163 <row>
36164 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36165 \begin_inset Text
36166
36167 \begin_layout Plain Layout
36168
36169 \backslash
36170 lor
36171 \end_layout
36172
36173 \end_inset
36174 </cell>
36175 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36176 \begin_inset Text
36177
36178 \begin_layout Plain Layout
36179
36180 \backslash
36181 vee
36182 \end_layout
36183
36184 \end_inset
36185 </cell>
36186 </row>
36187 <row>
36188 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36189 \begin_inset Text
36190
36191 \begin_layout Plain Layout
36192
36193 \backslash
36194 neq
36195 \end_layout
36196
36197 \end_inset
36198 </cell>
36199 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36200 \begin_inset Text
36201
36202 \begin_layout Plain Layout
36203
36204 \backslash
36205 not=
36206 \end_layout
36207
36208 \end_inset
36209 </cell>
36210 </row>
36211 <row>
36212 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36213 \begin_inset Text
36214
36215 \begin_layout Plain Layout
36216
36217 \backslash
36218 slash
36219 \end_layout
36220
36221 \end_inset
36222 </cell>
36223 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36224 \begin_inset Text
36225
36226 \begin_layout Plain Layout
36227 /
36228 \end_layout
36229
36230 \end_inset
36231 </cell>
36232 </row>
36233 <row>
36234 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36235 \begin_inset Text
36236
36237 \begin_layout Plain Layout
36238
36239 \backslash
36240 vert
36241 \end_layout
36242
36243 \end_inset
36244 </cell>
36245 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36246 \begin_inset Text
36247
36248 \begin_layout Plain Layout
36249 |
36250 \end_layout
36251
36252 \end_inset
36253 </cell>
36254 </row>
36255 </lyxtabular>
36256
36257 \end_inset
36258
36259
36260 \begin_inset space \hfill{}
36261 \end_inset
36262
36263
36264 \begin_inset Tabular
36265 <lyxtabular version="3" rows="12" columns="2">
36266 <features rotate="0" tabularvalignment="middle">
36267 <column alignment="center" valignment="top" width="0pt">
36268 <column alignment="center" valignment="top" width="0pt">
36269 <row>
36270 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36271 \begin_inset Text
36272
36273 \begin_layout Plain Layout
36274 Befehl
36275 \end_layout
36276
36277 \end_inset
36278 </cell>
36279 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36280 \begin_inset Text
36281
36282 \begin_layout Plain Layout
36283 äquivalent zu
36284 \end_layout
36285
36286 \end_inset
36287 </cell>
36288 </row>
36289 <row>
36290 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36291 \begin_inset Text
36292
36293 \begin_layout Plain Layout
36294
36295 \backslash
36296 backslash
36297 \end_layout
36298
36299 \end_inset
36300 </cell>
36301 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36302 \begin_inset Text
36303
36304 \begin_layout Plain Layout
36305
36306 \backslash
36307
36308 \backslash
36309
36310 \end_layout
36311
36312 \end_inset
36313 </cell>
36314 </row>
36315 <row>
36316 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36317 \begin_inset Text
36318
36319 \begin_layout Plain Layout
36320
36321 \backslash
36322 dasharrow
36323 \end_layout
36324
36325 \end_inset
36326 </cell>
36327 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36328 \begin_inset Text
36329
36330 \begin_layout Plain Layout
36331
36332 \backslash
36333 dashrightarrow
36334 \end_layout
36335
36336 \end_inset
36337 </cell>
36338 </row>
36339 <row>
36340 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36341 \begin_inset Text
36342
36343 \begin_layout Plain Layout
36344
36345 \backslash
36346 land
36347 \end_layout
36348
36349 \end_inset
36350 </cell>
36351 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36352 \begin_inset Text
36353
36354 \begin_layout Plain Layout
36355
36356 \backslash
36357 wedge
36358 \end_layout
36359
36360 \end_inset
36361 </cell>
36362 </row>
36363 <row>
36364 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36365 \begin_inset Text
36366
36367 \begin_layout Plain Layout
36368
36369 \backslash
36370 rbrace
36371 \end_layout
36372
36373 \end_inset
36374 </cell>
36375 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36376 \begin_inset Text
36377
36378 \begin_layout Plain Layout
36379 }
36380 \end_layout
36381
36382 \end_inset
36383 </cell>
36384 </row>
36385 <row>
36386 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36387 \begin_inset Text
36388
36389 \begin_layout Plain Layout
36390
36391 \backslash
36392 rbracket
36393 \end_layout
36394
36395 \end_inset
36396 </cell>
36397 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36398 \begin_inset Text
36399
36400 \begin_layout Plain Layout
36401 ]
36402 \end_layout
36403
36404 \end_inset
36405 </cell>
36406 </row>
36407 <row>
36408 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36409 \begin_inset Text
36410
36411 \begin_layout Plain Layout
36412
36413 \backslash
36414 rightarrow
36415 \end_layout
36416
36417 \end_inset
36418 </cell>
36419 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36420 \begin_inset Text
36421
36422 \begin_layout Plain Layout
36423
36424 \backslash
36425 to
36426 \end_layout
36427
36428 \end_inset
36429 </cell>
36430 </row>
36431 <row>
36432 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36433 \begin_inset Text
36434
36435 \begin_layout Plain Layout
36436
36437 \backslash
36438 lnot
36439 \end_layout
36440
36441 \end_inset
36442 </cell>
36443 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36444 \begin_inset Text
36445
36446 \begin_layout Plain Layout
36447
36448 \backslash
36449 neg
36450 \end_layout
36451
36452 \end_inset
36453 </cell>
36454 </row>
36455 <row>
36456 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36457 \begin_inset Text
36458
36459 \begin_layout Plain Layout
36460
36461 \backslash
36462 ne
36463 \end_layout
36464
36465 \end_inset
36466 </cell>
36467 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36468 \begin_inset Text
36469
36470 \begin_layout Plain Layout
36471
36472 \backslash
36473 not=
36474 \end_layout
36475
36476 \end_inset
36477 </cell>
36478 </row>
36479 <row>
36480 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36481 \begin_inset Text
36482
36483 \begin_layout Plain Layout
36484
36485 \backslash
36486 owns
36487 \end_layout
36488
36489 \end_inset
36490 </cell>
36491 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36492 \begin_inset Text
36493
36494 \begin_layout Plain Layout
36495
36496 \backslash
36497 ni
36498 \end_layout
36499
36500 \end_inset
36501 </cell>
36502 </row>
36503 <row>
36504 <cell alignment="center" valignment="top" topline="true" leftline="true" usebox="none">
36505 \begin_inset Text
36506
36507 \begin_layout Plain Layout
36508
36509 \backslash
36510 square
36511 \end_layout
36512
36513 \end_inset
36514 </cell>
36515 <cell alignment="center" valignment="top" topline="true" leftline="true" rightline="true" usebox="none">
36516 \begin_inset Text
36517
36518 \begin_layout Plain Layout
36519
36520 \backslash
36521 Box
36522 \end_layout
36523
36524 \end_inset
36525 </cell>
36526 </row>
36527 <row>
36528 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" usebox="none">
36529 \begin_inset Text
36530
36531 \begin_layout Plain Layout
36532
36533 \backslash
36534 Vert
36535 \end_layout
36536
36537 \end_inset
36538 </cell>
36539 <cell alignment="center" valignment="top" topline="true" bottomline="true" leftline="true" rightline="true" usebox="none">
36540 \begin_inset Text
36541
36542 \begin_layout Plain Layout
36543
36544 \backslash
36545 |
36546 \end_layout
36547
36548 \end_inset
36549 </cell>
36550 </row>
36551 </lyxtabular>
36552
36553 \end_inset
36554
36555
36556 \begin_inset space \hfill{}
36557 \end_inset
36558
36559
36560 \end_layout
36561
36562 \begin_layout Standard
36563 \begin_inset Newpage newpage
36564 \end_inset
36565
36566
36567 \end_layout
36568
36569 \begin_layout Bibliography
36570 \begin_inset CommandInset bibitem
36571 LatexCommand bibitem
36572 key "TLC2"
36573
36574 \end_inset
36575
36576
36577 \shape smallcaps
36578 Mittelbach, F.
36579  ; Goossens, M.
36580 \shape default
36581
36582 \shape italic
36583 The LaTeX Companion
36584 \shape default
36585 .
36586  Addison Wesley, 2004
36587 \end_layout
36588
36589 \begin_layout Bibliography
36590 \begin_inset CommandInset bibitem
36591 LatexCommand bibitem
36592 key "Mathmode"
36593
36594 \end_inset
36595
36596
36597 \begin_inset CommandInset href
36598 LatexCommand href
36599 name "Beschreibung"
36600 target "ftp://ftp.dante.de/tex-archive/info/math/voss/mathmode/Mathmode.pdf"
36601
36602 \end_inset
36603
36604  der mathematischen Fähigkeiten von LaTeX
36605 \end_layout
36606
36607 \begin_layout Bibliography
36608 \begin_inset CommandInset bibitem
36609 LatexCommand bibitem
36610 key "AMS"
36611
36612 \end_inset
36613
36614
36615 \begin_inset CommandInset href
36616 LatexCommand href
36617 name "Beschreibung"
36618 target "http://mirrors.ctan.org/macros/latex/required/amslatex/math/amsldoc.pdf"
36619
36620 \end_inset
36621
36622  von 
36623 \begin_inset ERT
36624 status collapsed
36625
36626 \begin_layout Plain Layout
36627
36628
36629 \backslash
36630 AmS
36631 \end_layout
36632
36633 \end_inset
36634
36635 -LaTeX
36636 \end_layout
36637
36638 \begin_layout Bibliography
36639 \begin_inset CommandInset bibitem
36640 LatexCommand bibitem
36641 key "Symbole"
36642
36643 \end_inset
36644
36645
36646 \begin_inset CommandInset href
36647 LatexCommand href
36648 name "Auflistung"
36649 target "ftp://ftp.dante.de/tex-archive/info/symbols/comprehensive/symbols-a4.pdf"
36650
36651 \end_inset
36652
36653  aller über LaTeX-Pakete verfügbare Symbole
36654 \end_layout
36655
36656 \begin_layout Bibliography
36657 \begin_inset CommandInset bibitem
36658 LatexCommand bibitem
36659 key "cancel"
36660
36661 \end_inset
36662
36663
36664 \begin_inset CommandInset href
36665 LatexCommand href
36666 name "Dokumentation"
36667 target "http://mirrors.ctan.org/macros/latex/contrib/cancel/cancel.pdf"
36668
36669 \end_inset
36670
36671  des LaTeX-Pakets 
36672 \series bold
36673 cancel
36674 \series default
36675
36676 \begin_inset Index idx
36677 status collapsed
36678
36679 \begin_layout Plain Layout
36680 Pakete ! cancel
36681 \end_layout
36682
36683 \end_inset
36684
36685
36686 \end_layout
36687
36688 \begin_layout Bibliography
36689 \begin_inset CommandInset bibitem
36690 LatexCommand bibitem
36691 key "hyperref"
36692
36693 \end_inset
36694
36695
36696 \begin_inset CommandInset href
36697 LatexCommand href
36698 name "Dokumentation"
36699 target "http://www.tug.org/applications/hyperref/ftp/doc/manual.pdf"
36700
36701 \end_inset
36702
36703  des LaTeX-Pakets 
36704 \series bold
36705 hyperref
36706 \series default
36707
36708 \begin_inset Index idx
36709 status collapsed
36710
36711 \begin_layout Plain Layout
36712 Pakete ! hyperref
36713 \end_layout
36714
36715 \end_inset
36716
36717
36718 \end_layout
36719
36720 \begin_layout Bibliography
36721 \begin_inset CommandInset bibitem
36722 LatexCommand bibitem
36723 key "mhchem"
36724
36725 \end_inset
36726
36727
36728 \begin_inset CommandInset href
36729 LatexCommand href
36730 name "Dokumentation"
36731 target "http://www.ctan.org/tex-archive/macros/latex/contrib/mhchem/mhchem.pdf"
36732
36733 \end_inset
36734
36735  des LaTeX-Pakets 
36736 \series bold
36737 mhchem
36738 \series default
36739
36740 \begin_inset Index idx
36741 status collapsed
36742
36743 \begin_layout Plain Layout
36744 Pakete ! mhchem
36745 \end_layout
36746
36747 \end_inset
36748
36749
36750 \end_layout
36751
36752 \begin_layout Bibliography
36753 \begin_inset CommandInset bibitem
36754 LatexCommand bibitem
36755 key "Mathclap"
36756
36757 \end_inset
36758
36759
36760 \begin_inset CommandInset href
36761 LatexCommand href
36762 name "Beschreibung"
36763 target "http://www.tug.org/TUGboat/Articles/tb22-4/tb72perlS.pdf"
36764
36765 \end_inset
36766
36767  des in 
36768 \begin_inset CommandInset ref
36769 LatexCommand ref
36770 reference "sub:Operatorgrenzen"
36771
36772 \end_inset
36773
36774  vorgestellten Befehls 
36775 \series bold
36776
36777 \backslash
36778 mathclap
36779 \series default
36780
36781 \begin_inset Index idx
36782 status collapsed
36783
36784 \begin_layout Plain Layout
36785 Befehle ! M ! 
36786 \backslash
36787 mathclap
36788 \end_layout
36789
36790 \end_inset
36791
36792
36793 \end_layout
36794
36795 \begin_layout Bibliography
36796 \begin_inset CommandInset bibitem
36797 LatexCommand bibitem
36798 key "Duden"
36799
36800 \end_inset
36801
36802
36803 \emph on
36804 Duden Band 1
36805 \emph default
36806 .
36807  22.
36808  Auflage, Duden Verlag 2001
36809 \end_layout
36810
36811 \begin_layout Bibliography
36812 \begin_inset CommandInset bibitem
36813 LatexCommand bibitem
36814 key "Checklist"
36815
36816 \end_inset
36817
36818
36819 \begin_inset CommandInset href
36820 LatexCommand href
36821 name "Prüfliste"
36822 target "http://physics.nist.gov/Document/checklist.pdf"
36823
36824 \end_inset
36825
36826  für das Rezensieren von Manuskripten
36827 \end_layout
36828
36829 \begin_layout Standard
36830 \begin_inset Note Note
36831 status collapsed
36832
36833 \begin_layout Plain Layout
36834 Damit der Index den Namen 
36835 \begin_inset Quotes gld
36836 \end_inset
36837
36838 Stichwortverzeichnis
36839 \begin_inset Quotes grd
36840 \end_inset
36841
36842  erhält, wurde im LaTeX-Vorspann
36843 \end_layout
36844
36845 \begin_layout Plain Layout
36846
36847 \series bold
36848
36849 \backslash
36850 addto
36851 \backslash
36852 captionsngerman{
36853 \backslash
36854 renewcommand{
36855 \backslash
36856 indexname}{Stichwortverzeichnis}}
36857 \end_layout
36858
36859 \begin_layout Plain Layout
36860 eingefügt.
36861 \end_layout
36862
36863 \begin_layout Plain Layout
36864 Das Paket 
36865 \series bold
36866 babel
36867 \series default
36868  sorgt dafür, dass die Beschriftungen in der ausgewählten Sprache erscheinen.
36869  Ehe man Beschriftungen ändern kann, muss es geladen werden.
36870  Außerdem wird 
36871 \series bold
36872 babel
36873 \series default
36874  von LyX automatisch nach dem LaTeX-Vorspann geladen.
36875  Das ruft aber keine Probleme hervor, solange im LaTeX-Vorspann die Dokumentspra
36876 che verwendet wurde.
36877 \end_layout
36878
36879 \begin_layout Plain Layout
36880 Möchte man andere Beschriftungen ändern, ersetzt man 
36881 \series bold
36882
36883 \backslash
36884 indexname
36885 \series default
36886  durch 
36887 \series bold
36888
36889 \backslash
36890 <Beschriftungs>name
36891 \series default
36892 .
36893  Eine Auflistung der möglichen Namen findet man unter
36894 \end_layout
36895
36896 \begin_layout Plain Layout
36897
36898 \family typewriter
36899 http://www.tex.ac.uk/cgi-bin/texfaq2html?label=fixnam
36900 \end_layout
36901
36902 \begin_layout Plain Layout
36903 Möchte man Beschriftungen für andere Sprachen ändern, ersetzt man 
36904 \series bold
36905 ngerman
36906 \series default
36907  durch die Dokumentsprache und
36908 \end_layout
36909
36910 \begin_layout Plain Layout
36911
36912 \series bold
36913
36914 \backslash
36915 captionsgerman
36916 \series default
36917  durch 
36918 \series bold
36919
36920 \backslash
36921 captions<Dokumentsprache>
36922 \series default
36923 .
36924 \end_layout
36925
36926 \end_inset
36927
36928
36929 \begin_inset CommandInset index_print
36930 LatexCommand printindex
36931 type "idx"
36932
36933 \end_inset
36934
36935
36936 \end_layout
36937
36938 \end_body
36939 \end_document